PluginProbe
Forumax – AI Powered Advanced Community Forum Plugin / 2.0.0
Forumax – AI Powered Advanced Community Forum Plugin v2.0.0
2.4.4 2.4.3 2.4.2 2.4.1 2.4.0 trunk 1.0.8 1.1.0 1.2.1 1.2.2 1.2.3 1.2.4 1.2.5 1.2.6 1.2.7 1.2.8 1.2.9 1.3.0 1.3.1 1.3.2 1.3.3 1.4.0 1.4.1 2.0.0 2.1.0 All 29 releases
bbp-core / build / forum-tab / index.js

index.js in Forumax – AI Powered Advanced Community Forum Plugin 2.0.0, at build/forum-tab/index.js

499 lines 22.7 KB
No matching file
Up and down to move Enter to open Esc to close
Raw Download Zip
1 /******/ (() => { // webpackBootstrap
2 /******/ "use strict";
3 /******/ var __webpack_modules__ = ({
4
5 /***/ "./src/forum-tab/block.json":
6 /*!**********************************!*\
7 !*** ./src/forum-tab/block.json ***!
8 \**********************************/
9 /***/ ((module) => {
10
11 module.exports = /*#__PURE__*/JSON.parse('{"$schema":"https://schemas.wp.org/trunk/block.json","apiVersion":3,"name":"bbp-core/forum-tab","version":"0.1.0","title":"Forumax Forum & Topics Tabs","category":"bbp-core","icon":"index-card","description":"Displays forums and topics in tabs.","attributes":{"forum_tab_title":{"type":"string","default":"Show Forums"},"ppp":{"type":"number","default":9},"order":{"type":"string","default":"ASC"},"is_forum_tab_btn":{"type":"boolean","default":true},"more_txt":{"type":"string","default":"View More"},"more_url":{"type":"string","default":""},"topics_tab_title":{"type":"string","default":"Show Topics"},"ppp2":{"type":"number","default":6},"order2":{"type":"string","default":"ASC"},"is_topic_tab_btn":{"type":"boolean","default":true},"more_txt2":{"type":"string","default":"View More"},"more_url2":{"type":"string","default":""},"forum_tab_title_color":{"type":"string"},"topics_tab_title_color":{"type":"string"},"forum_tab_content_color":{"type":"string"},"topics_tab_content_color":{"type":"string"}},"supports":{"html":false,"typography":{"fontSize":true},"color":{"text":true,"background":true,"gradients":false}},"textdomain":"bbp-core","editorScript":"file:./index.js","editorStyle":"file:./index.css","style":"file:./style-index.css"}');
12
13 /***/ }),
14
15 /***/ "./src/forum-tab/edit.js":
16 /*!*******************************!*\
17 !*** ./src/forum-tab/edit.js ***!
18 \*******************************/
19 /***/ ((__unused_webpack_module, __webpack_exports__, __webpack_require__) => {
20
21 __webpack_require__.r(__webpack_exports__);
22 /* harmony export */ __webpack_require__.d(__webpack_exports__, {
23 /* harmony export */ "default": () => (/* binding */ Edit)
24 /* harmony export */ });
25 /* harmony import */ var _wordpress_i18n__WEBPACK_IMPORTED_MODULE_0__ = __webpack_require__(/*! @wordpress/i18n */ "@wordpress/i18n");
26 /* harmony import */ var _wordpress_i18n__WEBPACK_IMPORTED_MODULE_0___default = /*#__PURE__*/__webpack_require__.n(_wordpress_i18n__WEBPACK_IMPORTED_MODULE_0__);
27 /* harmony import */ var _wordpress_block_editor__WEBPACK_IMPORTED_MODULE_1__ = __webpack_require__(/*! @wordpress/block-editor */ "@wordpress/block-editor");
28 /* harmony import */ var _wordpress_block_editor__WEBPACK_IMPORTED_MODULE_1___default = /*#__PURE__*/__webpack_require__.n(_wordpress_block_editor__WEBPACK_IMPORTED_MODULE_1__);
29 /* harmony import */ var _wordpress_components__WEBPACK_IMPORTED_MODULE_2__ = __webpack_require__(/*! @wordpress/components */ "@wordpress/components");
30 /* harmony import */ var _wordpress_components__WEBPACK_IMPORTED_MODULE_2___default = /*#__PURE__*/__webpack_require__.n(_wordpress_components__WEBPACK_IMPORTED_MODULE_2__);
31 /* harmony import */ var _wordpress_server_side_render__WEBPACK_IMPORTED_MODULE_3__ = __webpack_require__(/*! @wordpress/server-side-render */ "@wordpress/server-side-render");
32 /* harmony import */ var _wordpress_server_side_render__WEBPACK_IMPORTED_MODULE_3___default = /*#__PURE__*/__webpack_require__.n(_wordpress_server_side_render__WEBPACK_IMPORTED_MODULE_3__);
33 /* harmony import */ var _editor_scss__WEBPACK_IMPORTED_MODULE_4__ = __webpack_require__(/*! ./editor.scss */ "./src/forum-tab/editor.scss");
34 /* harmony import */ var react_jsx_runtime__WEBPACK_IMPORTED_MODULE_5__ = __webpack_require__(/*! react/jsx-runtime */ "react/jsx-runtime");
35 /* harmony import */ var react_jsx_runtime__WEBPACK_IMPORTED_MODULE_5___default = /*#__PURE__*/__webpack_require__.n(react_jsx_runtime__WEBPACK_IMPORTED_MODULE_5__);
36
37
38
39
40
41
42 function Edit({
43 attributes,
44 setAttributes
45 }) {
46 const blockProps = (0,_wordpress_block_editor__WEBPACK_IMPORTED_MODULE_1__.useBlockProps)();
47 const {
48 forum_tab_title,
49 ppp,
50 order,
51 is_forum_tab_btn,
52 more_txt,
53 more_url,
54 topics_tab_title,
55 ppp2,
56 order2,
57 is_topic_tab_btn,
58 more_txt2,
59 more_url2,
60 forum_tab_title_color,
61 topics_tab_title_color,
62 forum_tab_content_color,
63 topics_tab_content_color
64 } = attributes;
65 return /*#__PURE__*/(0,react_jsx_runtime__WEBPACK_IMPORTED_MODULE_5__.jsxs)("div", {
66 ...blockProps,
67 children: [/*#__PURE__*/(0,react_jsx_runtime__WEBPACK_IMPORTED_MODULE_5__.jsxs)(_wordpress_block_editor__WEBPACK_IMPORTED_MODULE_1__.InspectorControls, {
68 children: [/*#__PURE__*/(0,react_jsx_runtime__WEBPACK_IMPORTED_MODULE_5__.jsxs)(_wordpress_components__WEBPACK_IMPORTED_MODULE_2__.PanelBody, {
69 title: (0,_wordpress_i18n__WEBPACK_IMPORTED_MODULE_0__.__)('Forum Filter Options', 'bbp-core'),
70 children: [/*#__PURE__*/(0,react_jsx_runtime__WEBPACK_IMPORTED_MODULE_5__.jsx)(_wordpress_components__WEBPACK_IMPORTED_MODULE_2__.TextControl, {
71 label: (0,_wordpress_i18n__WEBPACK_IMPORTED_MODULE_0__.__)('Forum Tab Title', 'bbp-core'),
72 value: forum_tab_title,
73 onChange: value => setAttributes({
74 forum_tab_title: value
75 })
76 }), /*#__PURE__*/(0,react_jsx_runtime__WEBPACK_IMPORTED_MODULE_5__.jsx)(_wordpress_components__WEBPACK_IMPORTED_MODULE_2__.TextControl, {
77 label: (0,_wordpress_i18n__WEBPACK_IMPORTED_MODULE_0__.__)('Show Forums', 'bbp-core'),
78 type: "number",
79 value: ppp,
80 onChange: value => setAttributes({
81 ppp: parseInt(value)
82 })
83 }), /*#__PURE__*/(0,react_jsx_runtime__WEBPACK_IMPORTED_MODULE_5__.jsx)(_wordpress_components__WEBPACK_IMPORTED_MODULE_2__.SelectControl, {
84 label: (0,_wordpress_i18n__WEBPACK_IMPORTED_MODULE_0__.__)('Order', 'bbp-core'),
85 value: order,
86 options: [{
87 label: 'ASC',
88 value: 'ASC'
89 }, {
90 label: 'DESC',
91 value: 'DESC'
92 }],
93 onChange: value => setAttributes({
94 order: value
95 })
96 }), /*#__PURE__*/(0,react_jsx_runtime__WEBPACK_IMPORTED_MODULE_5__.jsx)(_wordpress_components__WEBPACK_IMPORTED_MODULE_2__.ToggleControl, {
97 label: (0,_wordpress_i18n__WEBPACK_IMPORTED_MODULE_0__.__)('Button (Show/Hide)', 'bbp-core'),
98 checked: is_forum_tab_btn,
99 onChange: value => setAttributes({
100 is_forum_tab_btn: value
101 })
102 }), is_forum_tab_btn && /*#__PURE__*/(0,react_jsx_runtime__WEBPACK_IMPORTED_MODULE_5__.jsxs)(react_jsx_runtime__WEBPACK_IMPORTED_MODULE_5__.Fragment, {
103 children: [/*#__PURE__*/(0,react_jsx_runtime__WEBPACK_IMPORTED_MODULE_5__.jsx)(_wordpress_components__WEBPACK_IMPORTED_MODULE_2__.TextControl, {
104 label: (0,_wordpress_i18n__WEBPACK_IMPORTED_MODULE_0__.__)('Button Label', 'bbp-core'),
105 value: more_txt,
106 onChange: value => setAttributes({
107 more_txt: value
108 })
109 }), /*#__PURE__*/(0,react_jsx_runtime__WEBPACK_IMPORTED_MODULE_5__.jsx)(_wordpress_components__WEBPACK_IMPORTED_MODULE_2__.TextControl, {
110 label: (0,_wordpress_i18n__WEBPACK_IMPORTED_MODULE_0__.__)('Button URL', 'bbp-core'),
111 value: more_url,
112 onChange: value => setAttributes({
113 more_url: value
114 })
115 })]
116 })]
117 }), /*#__PURE__*/(0,react_jsx_runtime__WEBPACK_IMPORTED_MODULE_5__.jsxs)(_wordpress_components__WEBPACK_IMPORTED_MODULE_2__.PanelBody, {
118 title: (0,_wordpress_i18n__WEBPACK_IMPORTED_MODULE_0__.__)('Topic Filter Options', 'bbp-core'),
119 children: [/*#__PURE__*/(0,react_jsx_runtime__WEBPACK_IMPORTED_MODULE_5__.jsx)(_wordpress_components__WEBPACK_IMPORTED_MODULE_2__.TextControl, {
120 label: (0,_wordpress_i18n__WEBPACK_IMPORTED_MODULE_0__.__)('Topics Tab Title', 'bbp-core'),
121 value: topics_tab_title,
122 onChange: value => setAttributes({
123 topics_tab_title: value
124 })
125 }), /*#__PURE__*/(0,react_jsx_runtime__WEBPACK_IMPORTED_MODULE_5__.jsx)(_wordpress_components__WEBPACK_IMPORTED_MODULE_2__.TextControl, {
126 label: (0,_wordpress_i18n__WEBPACK_IMPORTED_MODULE_0__.__)('Show Topics', 'bbp-core'),
127 type: "number",
128 value: ppp2,
129 onChange: value => setAttributes({
130 ppp2: parseInt(value)
131 })
132 }), /*#__PURE__*/(0,react_jsx_runtime__WEBPACK_IMPORTED_MODULE_5__.jsx)(_wordpress_components__WEBPACK_IMPORTED_MODULE_2__.SelectControl, {
133 label: (0,_wordpress_i18n__WEBPACK_IMPORTED_MODULE_0__.__)('Order', 'bbp-core'),
134 value: order2,
135 options: [{
136 label: 'ASC',
137 value: 'ASC'
138 }, {
139 label: 'DESC',
140 value: 'DESC'
141 }],
142 onChange: value => setAttributes({
143 order2: value
144 })
145 }), /*#__PURE__*/(0,react_jsx_runtime__WEBPACK_IMPORTED_MODULE_5__.jsx)(_wordpress_components__WEBPACK_IMPORTED_MODULE_2__.ToggleControl, {
146 label: (0,_wordpress_i18n__WEBPACK_IMPORTED_MODULE_0__.__)('Button (Show/Hide)', 'bbp-core'),
147 checked: is_topic_tab_btn,
148 onChange: value => setAttributes({
149 is_topic_tab_btn: value
150 })
151 }), is_topic_tab_btn && /*#__PURE__*/(0,react_jsx_runtime__WEBPACK_IMPORTED_MODULE_5__.jsxs)(react_jsx_runtime__WEBPACK_IMPORTED_MODULE_5__.Fragment, {
152 children: [/*#__PURE__*/(0,react_jsx_runtime__WEBPACK_IMPORTED_MODULE_5__.jsx)(_wordpress_components__WEBPACK_IMPORTED_MODULE_2__.TextControl, {
153 label: (0,_wordpress_i18n__WEBPACK_IMPORTED_MODULE_0__.__)('Button Label', 'bbp-core'),
154 value: more_txt2,
155 onChange: value => setAttributes({
156 more_txt2: value
157 })
158 }), /*#__PURE__*/(0,react_jsx_runtime__WEBPACK_IMPORTED_MODULE_5__.jsx)(_wordpress_components__WEBPACK_IMPORTED_MODULE_2__.TextControl, {
159 label: (0,_wordpress_i18n__WEBPACK_IMPORTED_MODULE_0__.__)('Button URL', 'bbp-core'),
160 value: more_url2,
161 onChange: value => setAttributes({
162 more_url2: value
163 })
164 })]
165 })]
166 })]
167 }), /*#__PURE__*/(0,react_jsx_runtime__WEBPACK_IMPORTED_MODULE_5__.jsx)(_wordpress_block_editor__WEBPACK_IMPORTED_MODULE_1__.InspectorControls, {
168 group: "styles",
169 children: /*#__PURE__*/(0,react_jsx_runtime__WEBPACK_IMPORTED_MODULE_5__.jsx)(_wordpress_block_editor__WEBPACK_IMPORTED_MODULE_1__.PanelColorSettings, {
170 title: (0,_wordpress_i18n__WEBPACK_IMPORTED_MODULE_0__.__)('Colors', 'bbp-core'),
171 initialOpen: false,
172 colorSettings: [{
173 value: forum_tab_title_color,
174 onChange: value => setAttributes({
175 forum_tab_title_color: value
176 }),
177 label: (0,_wordpress_i18n__WEBPACK_IMPORTED_MODULE_0__.__)('Forums Tab Label Color', 'bbp-core')
178 }, {
179 value: topics_tab_title_color,
180 onChange: value => setAttributes({
181 topics_tab_title_color: value
182 }),
183 label: (0,_wordpress_i18n__WEBPACK_IMPORTED_MODULE_0__.__)('Topics Tab Label Color', 'bbp-core')
184 }, {
185 value: forum_tab_content_color,
186 onChange: value => setAttributes({
187 forum_tab_content_color: value
188 }),
189 label: (0,_wordpress_i18n__WEBPACK_IMPORTED_MODULE_0__.__)('Forums Content Color', 'bbp-core')
190 }, {
191 value: topics_tab_content_color,
192 onChange: value => setAttributes({
193 topics_tab_content_color: value
194 }),
195 label: (0,_wordpress_i18n__WEBPACK_IMPORTED_MODULE_0__.__)('Topics Content Color', 'bbp-core')
196 }]
197 })
198 }), /*#__PURE__*/(0,react_jsx_runtime__WEBPACK_IMPORTED_MODULE_5__.jsx)((_wordpress_server_side_render__WEBPACK_IMPORTED_MODULE_3___default()), {
199 block: "bbp-core/forum-tab",
200 attributes: attributes
201 })]
202 });
203 }
204
205 /***/ }),
206
207 /***/ "./src/forum-tab/editor.scss":
208 /*!***********************************!*\
209 !*** ./src/forum-tab/editor.scss ***!
210 \***********************************/
211 /***/ ((__unused_webpack_module, __webpack_exports__, __webpack_require__) => {
212
213 __webpack_require__.r(__webpack_exports__);
214 // extracted by mini-css-extract-plugin
215
216
217 /***/ }),
218
219 /***/ "./src/forum-tab/index.js":
220 /*!********************************!*\
221 !*** ./src/forum-tab/index.js ***!
222 \********************************/
223 /***/ ((__unused_webpack_module, __webpack_exports__, __webpack_require__) => {
224
225 __webpack_require__.r(__webpack_exports__);
226 /* harmony import */ var _wordpress_blocks__WEBPACK_IMPORTED_MODULE_0__ = __webpack_require__(/*! @wordpress/blocks */ "@wordpress/blocks");
227 /* harmony import */ var _wordpress_blocks__WEBPACK_IMPORTED_MODULE_0___default = /*#__PURE__*/__webpack_require__.n(_wordpress_blocks__WEBPACK_IMPORTED_MODULE_0__);
228 /* harmony import */ var _style_scss__WEBPACK_IMPORTED_MODULE_1__ = __webpack_require__(/*! ./style.scss */ "./src/forum-tab/style.scss");
229 /* harmony import */ var _edit__WEBPACK_IMPORTED_MODULE_2__ = __webpack_require__(/*! ./edit */ "./src/forum-tab/edit.js");
230 /* harmony import */ var _save__WEBPACK_IMPORTED_MODULE_3__ = __webpack_require__(/*! ./save */ "./src/forum-tab/save.js");
231 /* harmony import */ var _block_json__WEBPACK_IMPORTED_MODULE_4__ = __webpack_require__(/*! ./block.json */ "./src/forum-tab/block.json");
232
233
234
235
236
237 (0,_wordpress_blocks__WEBPACK_IMPORTED_MODULE_0__.registerBlockType)(_block_json__WEBPACK_IMPORTED_MODULE_4__.name, {
238 edit: _edit__WEBPACK_IMPORTED_MODULE_2__["default"],
239 save: _save__WEBPACK_IMPORTED_MODULE_3__["default"]
240 });
241
242 /***/ }),
243
244 /***/ "./src/forum-tab/save.js":
245 /*!*******************************!*\
246 !*** ./src/forum-tab/save.js ***!
247 \*******************************/
248 /***/ ((__unused_webpack_module, __webpack_exports__, __webpack_require__) => {
249
250 __webpack_require__.r(__webpack_exports__);
251 /* harmony export */ __webpack_require__.d(__webpack_exports__, {
252 /* harmony export */ "default": () => (/* binding */ save)
253 /* harmony export */ });
254 function save() {
255 return null;
256 }
257
258 /***/ }),
259
260 /***/ "./src/forum-tab/style.scss":
261 /*!**********************************!*\
262 !*** ./src/forum-tab/style.scss ***!
263 \**********************************/
264 /***/ ((__unused_webpack_module, __webpack_exports__, __webpack_require__) => {
265
266 __webpack_require__.r(__webpack_exports__);
267 // extracted by mini-css-extract-plugin
268
269
270 /***/ }),
271
272 /***/ "@wordpress/block-editor":
273 /*!*************************************!*\
274 !*** external ["wp","blockEditor"] ***!
275 \*************************************/
276 /***/ ((module) => {
277
278 module.exports = window["wp"]["blockEditor"];
279
280 /***/ }),
281
282 /***/ "@wordpress/blocks":
283 /*!********************************!*\
284 !*** external ["wp","blocks"] ***!
285 \********************************/
286 /***/ ((module) => {
287
288 module.exports = window["wp"]["blocks"];
289
290 /***/ }),
291
292 /***/ "@wordpress/components":
293 /*!************************************!*\
294 !*** external ["wp","components"] ***!
295 \************************************/
296 /***/ ((module) => {
297
298 module.exports = window["wp"]["components"];
299
300 /***/ }),
301
302 /***/ "@wordpress/i18n":
303 /*!******************************!*\
304 !*** external ["wp","i18n"] ***!
305 \******************************/
306 /***/ ((module) => {
307
308 module.exports = window["wp"]["i18n"];
309
310 /***/ }),
311
312 /***/ "@wordpress/server-side-render":
313 /*!******************************************!*\
314 !*** external ["wp","serverSideRender"] ***!
315 \******************************************/
316 /***/ ((module) => {
317
318 module.exports = window["wp"]["serverSideRender"];
319
320 /***/ }),
321
322 /***/ "react/jsx-runtime":
323 /*!**********************************!*\
324 !*** external "ReactJSXRuntime" ***!
325 \**********************************/
326 /***/ ((module) => {
327
328 module.exports = window["ReactJSXRuntime"];
329
330 /***/ })
331
332 /******/ });
333 /************************************************************************/
334 /******/ // The module cache
335 /******/ var __webpack_module_cache__ = {};
336 /******/
337 /******/ // The require function
338 /******/ function __webpack_require__(moduleId) {
339 /******/ // Check if module is in cache
340 /******/ var cachedModule = __webpack_module_cache__[moduleId];
341 /******/ if (cachedModule !== undefined) {
342 /******/ return cachedModule.exports;
343 /******/ }
344 /******/ // Create a new module (and put it into the cache)
345 /******/ var module = __webpack_module_cache__[moduleId] = {
346 /******/ // no module.id needed
347 /******/ // no module.loaded needed
348 /******/ exports: {}
349 /******/ };
350 /******/
351 /******/ // Execute the module function
352 /******/ __webpack_modules__[moduleId](module, module.exports, __webpack_require__);
353 /******/
354 /******/ // Return the exports of the module
355 /******/ return module.exports;
356 /******/ }
357 /******/
358 /******/ // expose the modules object (__webpack_modules__)
359 /******/ __webpack_require__.m = __webpack_modules__;
360 /******/
361 /************************************************************************/
362 /******/ /* webpack/runtime/chunk loaded */
363 /******/ (() => {
364 /******/ var deferred = [];
365 /******/ __webpack_require__.O = (result, chunkIds, fn, priority) => {
366 /******/ if(chunkIds) {
367 /******/ priority = priority || 0;
368 /******/ for(var i = deferred.length; i > 0 && deferred[i - 1][2] > priority; i--) deferred[i] = deferred[i - 1];
369 /******/ deferred[i] = [chunkIds, fn, priority];
370 /******/ return;
371 /******/ }
372 /******/ var notFulfilled = Infinity;
373 /******/ for (var i = 0; i < deferred.length; i++) {
374 /******/ var [chunkIds, fn, priority] = deferred[i];
375 /******/ var fulfilled = true;
376 /******/ for (var j = 0; j < chunkIds.length; j++) {
377 /******/ if ((priority & 1 === 0 || notFulfilled >= priority) && Object.keys(__webpack_require__.O).every((key) => (__webpack_require__.O[key](chunkIds[j])))) {
378 /******/ chunkIds.splice(j--, 1);
379 /******/ } else {
380 /******/ fulfilled = false;
381 /******/ if(priority < notFulfilled) notFulfilled = priority;
382 /******/ }
383 /******/ }
384 /******/ if(fulfilled) {
385 /******/ deferred.splice(i--, 1)
386 /******/ var r = fn();
387 /******/ if (r !== undefined) result = r;
388 /******/ }
389 /******/ }
390 /******/ return result;
391 /******/ };
392 /******/ })();
393 /******/
394 /******/ /* webpack/runtime/compat get default export */
395 /******/ (() => {
396 /******/ // getDefaultExport function for compatibility with non-harmony modules
397 /******/ __webpack_require__.n = (module) => {
398 /******/ var getter = module && module.__esModule ?
399 /******/ () => (module['default']) :
400 /******/ () => (module);
401 /******/ __webpack_require__.d(getter, { a: getter });
402 /******/ return getter;
403 /******/ };
404 /******/ })();
405 /******/
406 /******/ /* webpack/runtime/define property getters */
407 /******/ (() => {
408 /******/ // define getter functions for harmony exports
409 /******/ __webpack_require__.d = (exports, definition) => {
410 /******/ for(var key in definition) {
411 /******/ if(__webpack_require__.o(definition, key) && !__webpack_require__.o(exports, key)) {
412 /******/ Object.defineProperty(exports, key, { enumerable: true, get: definition[key] });
413 /******/ }
414 /******/ }
415 /******/ };
416 /******/ })();
417 /******/
418 /******/ /* webpack/runtime/hasOwnProperty shorthand */
419 /******/ (() => {
420 /******/ __webpack_require__.o = (obj, prop) => (Object.prototype.hasOwnProperty.call(obj, prop))
421 /******/ })();
422 /******/
423 /******/ /* webpack/runtime/make namespace object */
424 /******/ (() => {
425 /******/ // define __esModule on exports
426 /******/ __webpack_require__.r = (exports) => {
427 /******/ if(typeof Symbol !== 'undefined' && Symbol.toStringTag) {
428 /******/ Object.defineProperty(exports, Symbol.toStringTag, { value: 'Module' });
429 /******/ }
430 /******/ Object.defineProperty(exports, '__esModule', { value: true });
431 /******/ };
432 /******/ })();
433 /******/
434 /******/ /* webpack/runtime/jsonp chunk loading */
435 /******/ (() => {
436 /******/ // no baseURI
437 /******/
438 /******/ // object to store loaded and loading chunks
439 /******/ // undefined = chunk not loaded, null = chunk preloaded/prefetched
440 /******/ // [resolve, reject, Promise] = chunk loading, 0 = chunk loaded
441 /******/ var installedChunks = {
442 /******/ "forum-tab/index": 0,
443 /******/ "forum-tab/style-index": 0
444 /******/ };
445 /******/
446 /******/ // no chunk on demand loading
447 /******/
448 /******/ // no prefetching
449 /******/
450 /******/ // no preloaded
451 /******/
452 /******/ // no HMR
453 /******/
454 /******/ // no HMR manifest
455 /******/
456 /******/ __webpack_require__.O.j = (chunkId) => (installedChunks[chunkId] === 0);
457 /******/
458 /******/ // install a JSONP callback for chunk loading
459 /******/ var webpackJsonpCallback = (parentChunkLoadingFunction, data) => {
460 /******/ var [chunkIds, moreModules, runtime] = data;
461 /******/ // add "moreModules" to the modules object,
462 /******/ // then flag all "chunkIds" as loaded and fire callback
463 /******/ var moduleId, chunkId, i = 0;
464 /******/ if(chunkIds.some((id) => (installedChunks[id] !== 0))) {
465 /******/ for(moduleId in moreModules) {
466 /******/ if(__webpack_require__.o(moreModules, moduleId)) {
467 /******/ __webpack_require__.m[moduleId] = moreModules[moduleId];
468 /******/ }
469 /******/ }
470 /******/ if(runtime) var result = runtime(__webpack_require__);
471 /******/ }
472 /******/ if(parentChunkLoadingFunction) parentChunkLoadingFunction(data);
473 /******/ for(;i < chunkIds.length; i++) {
474 /******/ chunkId = chunkIds[i];
475 /******/ if(__webpack_require__.o(installedChunks, chunkId) && installedChunks[chunkId]) {
476 /******/ installedChunks[chunkId][0]();
477 /******/ }
478 /******/ installedChunks[chunkId] = 0;
479 /******/ }
480 /******/ return __webpack_require__.O(result);
481 /******/ }
482 /******/
483 /******/ var chunkLoadingGlobal = globalThis["webpackChunkbbp_core_blocks"] = globalThis["webpackChunkbbp_core_blocks"] || [];
484 /******/ chunkLoadingGlobal.forEach(webpackJsonpCallback.bind(null, 0));
485 /******/ chunkLoadingGlobal.push = webpackJsonpCallback.bind(null, chunkLoadingGlobal.push.bind(chunkLoadingGlobal));
486 /******/ })();
487 /******/
488 /************************************************************************/
489 /******/
490 /******/ // startup
491 /******/ // Load entry module and return exports
492 /******/ // This entry module depends on other loaded chunks and execution need to be delayed
493 /******/ var __webpack_exports__ = __webpack_require__.O(undefined, ["forum-tab/style-index"], () => (__webpack_require__("./src/forum-tab/index.js")))
494 /******/ __webpack_exports__ = __webpack_require__.O(__webpack_exports__);
495 /******/
496 /******/ })()
497 ;
498 //# sourceMappingURL=index.js.map
499