diff --git a/js/dist/forum.js b/js/dist/forum.js index 1f1c963..68e91de 100644 --- a/js/dist/forum.js +++ b/js/dist/forum.js @@ -1,2 +1,2 @@ -module.exports=function(t){var n={};function e(o){if(n[o])return n[o].exports;var r=n[o]={i:o,l:!1,exports:{}};return t[o].call(r.exports,r,r.exports,e),r.l=!0,r.exports}return e.m=t,e.c=n,e.d=function(t,n,o){e.o(t,n)||Object.defineProperty(t,n,{enumerable:!0,get:o})},e.r=function(t){"undefined"!=typeof Symbol&&Symbol.toStringTag&&Object.defineProperty(t,Symbol.toStringTag,{value:"Module"}),Object.defineProperty(t,"__esModule",{value:!0})},e.t=function(t,n){if(1&n&&(t=e(t)),8&n)return t;if(4&n&&"object"==typeof t&&t&&t.__esModule)return t;var o=Object.create(null);if(e.r(o),Object.defineProperty(o,"default",{enumerable:!0,value:t}),2&n&&"string"!=typeof t)for(var r in t)e.d(o,r,function(n){return t[n]}.bind(null,r));return o},e.n=function(t){var n=t&&t.__esModule?function(){return t.default}:function(){return t};return e.d(n,"a",n),n},e.o=function(t,n){return Object.prototype.hasOwnProperty.call(t,n)},e.p="",e(e.s=7)}([function(t,n){t.exports=flarum.core.compat["forum/app"]},function(t,n){t.exports=flarum.core.compat["common/components/Button"]},function(t,n){t.exports=flarum.core.compat["common/extend"]},function(t,n){t.exports=flarum.core.compat["forum/components/IndexPage"]},function(t,n){t.exports=flarum.core.compat["common/components/Modal"]},function(t,n){t.exports=flarum.core.compat["utils/ItemList"]},function(t,n){t.exports=flarum.core.compat["components/Search"]},function(t,n,e){"use strict";e.r(n);var o=e(2),r=e(0),a=e.n(r),s=e(3),c=e.n(s),i=e(1),u=e.n(i);function f(t,n){return(f=Object.setPrototypeOf||function(t,n){return t.__proto__=n,t})(t,n)}var l,d,p,b=e(4),y=e.n(b),v=e(5),x=e.n(v),_=e(6),h=e.n(_),g=function(t){var n,e;function o(){return t.apply(this,arguments)||this}e=t,(n=o).prototype=Object.create(e.prototype),n.prototype.constructor=n,f(n,e);var r=o.prototype;return r.className=function(){return"searchmodal"},r.title=function(){return m("p",null,"What are you looking for?")},r.content=function(){return m("div",{className:"Modal-body"},m("div",{className:"searchbar"},this.fields().toArray()))},r.fields=function(){var t=new x.a;return t.add("search",h.a.component({state:app.search}),-100),t},o}(y.a);p=!0,(d="isDismissible")in(l=g)?Object.defineProperty(l,d,{value:p,enumerable:!0,configurable:!0,writable:!0}):l[d]=p;var D=void 0;a.a.initializers.add("ramesh-dada-mobile-flarum-newdiscuss",(function(){Object(o.extend)(c.a.prototype,"sidebarItems",(function(t){var n=a.a.forum.attribute("canStartDiscussion")||!a.a.session.user;t.add("newDiscussion",u.a.component({icon:"fas fa-edit",className:"Button Button--primary IndexPage-newDiscussion",itemClassName:"DadaDiscuss",onclick:function(){return D.newDiscussionAction().catch((function(){}))},disabled:!n},a.a.translator.trans(n?"core.forum.index.start_discussion_button":"core.forum.index.cannot_start_discussion_button")),-100),t.add("searchbutton",m(u.a,{icon:"fas fa-search",className:"Button Button--primary SearchDada",onclick:function(){return a.a.modal.show(g,{})}},"Search"),89);var e=D.currentTag();if(e){var o=e.color(),r=e.canStartDiscussion()||!a.a.session.user;o&&(t.get("newDiscussion").attrs.style={backgroundColor:o}),t.get("newDiscussion").attrs.disabled=!r,t.get("newDiscussion").children=a.a.translator.trans(r?"core.forum.index.start_discussion_button":"core.forum.index.cannot_start_discussion_button")}}))}))}]); +module.exports=function(t){var n={};function e(o){if(n[o])return n[o].exports;var r=n[o]={i:o,l:!1,exports:{}};return t[o].call(r.exports,r,r.exports,e),r.l=!0,r.exports}return e.m=t,e.c=n,e.d=function(t,n,o){e.o(t,n)||Object.defineProperty(t,n,{enumerable:!0,get:o})},e.r=function(t){"undefined"!=typeof Symbol&&Symbol.toStringTag&&Object.defineProperty(t,Symbol.toStringTag,{value:"Module"}),Object.defineProperty(t,"__esModule",{value:!0})},e.t=function(t,n){if(1&n&&(t=e(t)),8&n)return t;if(4&n&&"object"==typeof t&&t&&t.__esModule)return t;var o=Object.create(null);if(e.r(o),Object.defineProperty(o,"default",{enumerable:!0,value:t}),2&n&&"string"!=typeof t)for(var r in t)e.d(o,r,function(n){return t[n]}.bind(null,r));return o},e.n=function(t){var n=t&&t.__esModule?function(){return t.default}:function(){return t};return e.d(n,"a",n),n},e.o=function(t,n){return Object.prototype.hasOwnProperty.call(t,n)},e.p="",e(e.s=7)}([function(t,n){t.exports=flarum.core.compat["forum/app"]},function(t,n){t.exports=flarum.core.compat["common/components/Button"]},function(t,n){t.exports=flarum.core.compat["common/extend"]},function(t,n){t.exports=flarum.core.compat["forum/components/IndexPage"]},function(t,n){t.exports=flarum.core.compat["common/components/Modal"]},function(t,n){t.exports=flarum.core.compat["utils/ItemList"]},function(t,n){t.exports=flarum.core.compat["components/Search"]},function(t,n,e){"use strict";e.r(n);var o=e(2),r=e(0),a=e.n(r),s=e(3),c=e.n(s),i=e(1),u=e.n(i);function f(t,n){return(f=Object.setPrototypeOf||function(t,n){return t.__proto__=n,t})(t,n)}var l,d,p,b=e(4),y=e.n(b),v=e(5),x=e.n(v),_=e(6),h=e.n(_),g=function(t){var n,e;function o(){return t.apply(this,arguments)||this}e=t,(n=o).prototype=Object.create(e.prototype),n.prototype.constructor=n,f(n,e);var r=o.prototype;return r.className=function(){return"searchmodal"},r.title=function(){return m("p",null,"What are you looking for?")},r.content=function(){return m("div",{className:"Modal-body"},m("div",{className:"searchbar"},this.fields().toArray()))},r.fields=function(){var t=new x.a;return t.add("search",h.a.component({state:app.search}),-100),t},o}(y.a);p=!0,(d="isDismissible")in(l=g)?Object.defineProperty(l,d,{value:p,enumerable:!0,configurable:!0,writable:!0}):l[d]=p;var D=void 0;a.a.initializers.add("ramesh-dada-mobile-flarum-newdiscuss",(function(){Object(o.extend)(c.a.prototype,"sidebarItems",(function(t){var n=D.currentTag();if(n){var e=n.color(),o=n.canStartDiscussion()||!a.a.session.user;e&&(t.get("newDiscussion").attrs.style={backgroundColor:e}),t.get("newDiscussion").attrs.disabled=!o,t.get("newDiscussion").children=a.a.translator.trans(o?"core.forum.index.start_discussion_button":"core.forum.index.cannot_start_discussion_button")}var r=a.a.forum.attribute("canStartDiscussion")||!a.a.session.user;t.add("newDiscussion",u.a.component({icon:"fas fa-edit",className:"Button Button--primary IndexPage-newDiscussion",itemClassName:"DadaDiscuss",onclick:function(){return D.newDiscussionAction().catch((function(){}))},disabled:!r},a.a.translator.trans(r?"core.forum.index.start_discussion_button":"core.forum.index.cannot_start_discussion_button")),-100),t.add("searchbutton",m(u.a,{icon:"fas fa-search",className:"Button Button--primary SearchDada",onclick:function(){return a.a.modal.show(g,{})}},"Search"),89)}))}))}]); //# sourceMappingURL=forum.js.map \ No newline at end of file diff --git a/js/dist/forum.js.map b/js/dist/forum.js.map index d4c3374..3d2ca62 100644 --- a/js/dist/forum.js.map +++ b/js/dist/forum.js.map @@ -1 +1 @@ -{"version":3,"sources":["webpack://@ramesh-dada/mobile-flarum-newdiscuss/webpack/bootstrap","webpack://@ramesh-dada/mobile-flarum-newdiscuss/external \"flarum.core.compat['forum/app']\"","webpack://@ramesh-dada/mobile-flarum-newdiscuss/external \"flarum.core.compat['common/components/Button']\"","webpack://@ramesh-dada/mobile-flarum-newdiscuss/external \"flarum.core.compat['common/extend']\"","webpack://@ramesh-dada/mobile-flarum-newdiscuss/external \"flarum.core.compat['forum/components/IndexPage']\"","webpack://@ramesh-dada/mobile-flarum-newdiscuss/external \"flarum.core.compat['common/components/Modal']\"","webpack://@ramesh-dada/mobile-flarum-newdiscuss/external \"flarum.core.compat['utils/ItemList']\"","webpack://@ramesh-dada/mobile-flarum-newdiscuss/external \"flarum.core.compat['components/Search']\"","webpack://@ramesh-dada/mobile-flarum-newdiscuss/./node_modules/@babel/runtime/helpers/esm/setPrototypeOf.js","webpack://@ramesh-dada/mobile-flarum-newdiscuss/./node_modules/@babel/runtime/helpers/esm/defineProperty.js","webpack://@ramesh-dada/mobile-flarum-newdiscuss/./src/forum/searchmodal.js","webpack://@ramesh-dada/mobile-flarum-newdiscuss/./node_modules/@babel/runtime/helpers/esm/inheritsLoose.js","webpack://@ramesh-dada/mobile-flarum-newdiscuss/./src/forum/index.js"],"names":["installedModules","__webpack_require__","moduleId","exports","module","i","l","modules","call","m","c","d","name","getter","o","Object","defineProperty","enumerable","get","r","Symbol","toStringTag","value","t","mode","__esModule","ns","create","key","bind","n","object","property","prototype","hasOwnProperty","p","s","flarum","core","compat","_setPrototypeOf","setPrototypeOf","__proto__","obj","searchmodal","subClass","superClass","constructor","className","title","content","this","fields","toArray","items","ItemList","add","Search","component","state","app","search","Modal","configurable","writable","initializers","extend","IndexPage","canStartDiscussion","forum","attribute","session","user","Button","icon","itemClassName","onclick","newDiscussionAction","disabled","translator","trans","modal","show","tag","currentTag","color","attrs","style","backgroundColor","children"],"mappings":"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","file":"forum.js","sourcesContent":[" \t// The module cache\n \tvar installedModules = {};\n\n \t// The require function\n \tfunction __webpack_require__(moduleId) {\n\n \t\t// Check if module is in cache\n \t\tif(installedModules[moduleId]) {\n \t\t\treturn installedModules[moduleId].exports;\n \t\t}\n \t\t// Create a new module (and put it into the cache)\n \t\tvar module = installedModules[moduleId] = {\n \t\t\ti: moduleId,\n \t\t\tl: false,\n \t\t\texports: {}\n \t\t};\n\n \t\t// Execute the module function\n \t\tmodules[moduleId].call(module.exports, module, module.exports, __webpack_require__);\n\n \t\t// Flag the module as loaded\n \t\tmodule.l = true;\n\n \t\t// Return the exports of the module\n \t\treturn module.exports;\n \t}\n\n\n \t// expose the modules object (__webpack_modules__)\n \t__webpack_require__.m = modules;\n\n \t// expose the module cache\n \t__webpack_require__.c = installedModules;\n\n \t// define getter function for harmony exports\n \t__webpack_require__.d = function(exports, name, getter) {\n \t\tif(!__webpack_require__.o(exports, name)) {\n \t\t\tObject.defineProperty(exports, name, { enumerable: true, get: getter });\n \t\t}\n \t};\n\n \t// define __esModule on exports\n \t__webpack_require__.r = function(exports) {\n \t\tif(typeof Symbol !== 'undefined' && Symbol.toStringTag) {\n \t\t\tObject.defineProperty(exports, Symbol.toStringTag, { value: 'Module' });\n \t\t}\n \t\tObject.defineProperty(exports, '__esModule', { value: true });\n \t};\n\n \t// create a fake namespace object\n \t// mode & 1: value is a module id, require it\n \t// mode & 2: merge all properties of value into the ns\n \t// mode & 4: return value when already ns object\n \t// mode & 8|1: behave like require\n \t__webpack_require__.t = function(value, mode) {\n \t\tif(mode & 1) value = __webpack_require__(value);\n \t\tif(mode & 8) return value;\n \t\tif((mode & 4) && typeof value === 'object' && value && value.__esModule) return value;\n \t\tvar ns = Object.create(null);\n \t\t__webpack_require__.r(ns);\n \t\tObject.defineProperty(ns, 'default', { enumerable: true, value: value });\n \t\tif(mode & 2 && typeof value != 'string') for(var key in value) __webpack_require__.d(ns, key, function(key) { return value[key]; }.bind(null, key));\n \t\treturn ns;\n \t};\n\n \t// getDefaultExport function for compatibility with non-harmony modules\n \t__webpack_require__.n = function(module) {\n \t\tvar getter = module && module.__esModule ?\n \t\t\tfunction getDefault() { return module['default']; } :\n \t\t\tfunction getModuleExports() { return module; };\n \t\t__webpack_require__.d(getter, 'a', getter);\n \t\treturn getter;\n \t};\n\n \t// Object.prototype.hasOwnProperty.call\n \t__webpack_require__.o = function(object, property) { return Object.prototype.hasOwnProperty.call(object, property); };\n\n \t// __webpack_public_path__\n \t__webpack_require__.p = \"\";\n\n\n \t// Load entry module and return exports\n \treturn __webpack_require__(__webpack_require__.s = 7);\n","module.exports = flarum.core.compat['forum/app'];","module.exports = flarum.core.compat['common/components/Button'];","module.exports = flarum.core.compat['common/extend'];","module.exports = flarum.core.compat['forum/components/IndexPage'];","module.exports = flarum.core.compat['common/components/Modal'];","module.exports = flarum.core.compat['utils/ItemList'];","module.exports = flarum.core.compat['components/Search'];","export default function _setPrototypeOf(o, p) {\n _setPrototypeOf = Object.setPrototypeOf || function _setPrototypeOf(o, p) {\n o.__proto__ = p;\n return o;\n };\n\n return _setPrototypeOf(o, p);\n}","export default function _defineProperty(obj, key, value) {\n if (key in obj) {\n Object.defineProperty(obj, key, {\n value: value,\n enumerable: true,\n configurable: true,\n writable: true\n });\n } else {\n obj[key] = value;\n }\n\n return obj;\n}","import Modal from 'flarum/common/components/Modal';\nimport ItemList from 'flarum/utils/ItemList';\nimport Search from 'flarum/components/Search';\n\nexport default class searchmodal extends Modal {\n static isDismissible = true;\n\n className() {\n return 'searchmodal';\n }\n title() {\n // Content to show in the modal's title bar\n return
What are you looking for?
;\n }\n\n content() {\n // Content to show in the modal's body\n return (\nWhat are you looking for?
;\n }\n\n content() {\n // Content to show in the modal's body\n return (\n