lesli_babel 0.1.0 → 0.3.0

Sign up to get free protection for your applications and to get access to all the features.
Files changed (30) hide show
  1. checksums.yaml +4 -4
  2. data/app/assets/javascripts/lesli_babel/application.js +108 -52
  3. data/app/assets/javascripts/lesli_babel/application.js.LICENSE.txt +282 -0
  4. data/app/assets/stylesheets/lesli_babel/application.scss +2 -1
  5. data/app/assets/stylesheets/lesli_babel/dashboards.scss +3 -2
  6. data/app/controllers/lesli_babel/buckets_controller.rb +32 -8
  7. data/app/controllers/lesli_babel/modules_controller.rb +24 -18
  8. data/app/controllers/lesli_babel/strings_controller.rb +10 -10
  9. data/app/controllers/lesli_babel/translations_controller.rb +23 -12
  10. data/app/models/lesli_babel/module.rb +10 -1
  11. data/app/models/lesli_babel/string.rb +26 -9
  12. data/app/services/lesli_babel/deploy_rails_service.rb +93 -0
  13. data/app/services/lesli_babel/module_service.rb +1 -1
  14. data/app/services/lesli_babel/string_service.rb +6 -3
  15. data/app/views/lesli_babel/partials/_engine-sidebar.html.erb +9 -11
  16. data/config/locales/translations.en.yml +5 -0
  17. data/config/locales/translations.es.yml +5 -0
  18. data/config/routes.rb +16 -16
  19. data/db/migrate/v1.0/0901100110_create_lesli_babel_modules.rb +2 -2
  20. data/db/migrate/v1.0/0901110110_create_lesli_babel_buckets.rb +1 -1
  21. data/lib/lesli_babel/version.rb +2 -1
  22. data/lib/tasks/lesli_babel_tasks.rake +38 -56
  23. data/lib/vue/application.js +23 -9
  24. data/lib/vue/apps/modules/show.vue +26 -17
  25. data/lib/vue/components/form-string-new.vue +51 -63
  26. data/lib/vue/stores/module.js +25 -11
  27. data/lib/vue/stores/translations.js +1 -1
  28. data/lib/vue/stores/translations.json +38 -0
  29. data/readme.md +61 -9
  30. metadata +11 -5
@@ -137,7 +137,7 @@ eval("__webpack_require__.r(__webpack_exports__);\n/* harmony export */ __webpac
137
137
  /***/ ((__unused_webpack_module, __webpack_exports__, __webpack_require__) => {
138
138
 
139
139
  "use strict";
140
- eval("__webpack_require__.r(__webpack_exports__);\n/* harmony export */ __webpack_require__.d(__webpack_exports__, {\n/* harmony export */ \"default\": () => (__WEBPACK_DEFAULT_EXPORT__)\n/* harmony export */ });\n/* harmony import */ var pinia__WEBPACK_IMPORTED_MODULE_8__ = __webpack_require__(/*! pinia */ \"./node_modules/pinia/dist/pinia.mjs\");\n/* harmony import */ var vue__WEBPACK_IMPORTED_MODULE_0__ = __webpack_require__(/*! vue */ \"./node_modules/vue/dist/vue.esm-bundler.js\");\n/* harmony import */ var vue_router__WEBPACK_IMPORTED_MODULE_9__ = __webpack_require__(/*! vue-router */ \"./node_modules/vue-router/dist/vue-router.mjs\");\n/* harmony import */ var lesli_js_debug_browser__WEBPACK_IMPORTED_MODULE_1__ = __webpack_require__(/*! lesli-js/debug/browser */ \"./node_modules/lesli-js/debug/browser.js\");\n/* harmony import */ var lesli_js_debug_browser__WEBPACK_IMPORTED_MODULE_1___default = /*#__PURE__*/__webpack_require__.n(lesli_js_debug_browser__WEBPACK_IMPORTED_MODULE_1__);\n/* harmony import */ var Lesli_layouts_application_header_vue__WEBPACK_IMPORTED_MODULE_2__ = __webpack_require__(/*! Lesli/layouts/application-header.vue */ \"./lib/vue/layouts/application-header.vue\");\n/* harmony import */ var Lesli_layouts_application_engines_vue__WEBPACK_IMPORTED_MODULE_3__ = __webpack_require__(/*! Lesli/layouts/application-engines.vue */ \"./lib/vue/layouts/application-engines.vue\");\n/* harmony import */ var Lesli_layouts_application_container_vue__WEBPACK_IMPORTED_MODULE_4__ = __webpack_require__(/*! Lesli/layouts/application-container.vue */ \"./lib/vue/layouts/application-container.vue\");\n/* harmony import */ var Lesli_layouts_application_component_vue__WEBPACK_IMPORTED_MODULE_5__ = __webpack_require__(/*! Lesli/layouts/application-component.vue */ \"./lib/vue/layouts/application-component.vue\");\n/* harmony import */ var lesli_vue_elements__WEBPACK_IMPORTED_MODULE_6__ = __webpack_require__(/*! lesli-vue/elements */ \"../../enginesdev/lesli-vue/source/elements/index.js\");\n/* harmony import */ var lesli_vue_composables__WEBPACK_IMPORTED_MODULE_7__ = __webpack_require__(/*! lesli-vue/composables */ \"../../enginesdev/lesli-vue/source/composables/index.js\");\n/*\nLesli\n\nCopyright (c) 2023, Lesli Technologies, S. A.\n\nThis program is free software: you can redistribute it and/or modify\nit under the terms of the GNU General Public License as published by\nthe Free Software Foundation, either version 3 of the License, or\n(at your option) any later version.\n\nThis program is distributed in the hope that it will be useful,\nbut WITHOUT ANY WARRANTY; without even the implied warranty of\nMERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the\nGNU General Public License for more details.\n\nYou should have received a copy of the GNU General Public License\nalong with this program. If not, see http://www.gnu.org/licenses/.\n\nLesli · Ruby on Rails SaaS Development Framework.\n\nMade with ♥ by https://www.lesli.tech\nBuilding a better future, one line of code at a time.\n\n@contact hello@lesli.tech\n@website https://www.lesli.tech\n@license GPLv3 http://www.gnu.org/licenses/gpl-3.0.en.html\n\n// · ~·~ ~·~ ~·~ ~·~ ~·~ ~·~ ~·~ ~·~ ~·~\n// · \n*/\n\n// · Loading core framework and libraries\n\n\n\n\n\n// custom console.log implementation for Lesli\nwindow.debug = (lesli_js_debug_browser__WEBPACK_IMPORTED_MODULE_1___default());\n\n// · Loading application layout components\n\n\n\n\n\n/*\nimport componentApplicationFooter from \"Lesli/layouts/application-footer.vue\"\nimport componentApplicationSearch from \"Lesli/layouts/application-search.vue\"\nimport componentApplicationSidebar from \"Lesli/layouts/application-sidebar.vue\"\nimport componentApplicationAnnouncement from \"Lesli/layouts/application-announcements.vue\"\nimport componentApplicationPanelTasks from \"Lesli/panels/panel-tasks.vue\"\nimport componentApplicationPanelFiles from \"Lesli/panels/panel-files.vue\"\nimport componentApplicationPanelTickets from \"Lesli/panels/panel-tickets.vue\"\nimport componentApplicationPanelProfile from \"Lesli/panels/panel-profile.vue\"\nimport componentApplicationPanelNotifications from \"Lesli/panels/panel-notifications.vue\"\nimport componentApplicationPanelAnnouncements from \"Lesli/panels/panel-announcements.vue\"\n*/\n\n// · Loading global layout components\n\n\n// · Loading vue/pinia plugins as composables\n\n\n// · engine: List of controllers apps loaded\n// · routes: Array of routes for Vue \n// · example: app(\"CloudAudit\", [])\n/* harmony default export */ const __WEBPACK_DEFAULT_EXPORT__ = (function (engine) {\n let routes = arguments.length > 1 && arguments[1] !== undefined ? arguments[1] : [];\n // · Base path for the engines/core url's\n const base_path = \"/\";\n\n // · Vue app configuration container\n let appbuilder = {};\n\n // · Loading Lesli local layout components\n appbuilder[\"components\"] = {\n \"lesli-application-header\": Lesli_layouts_application_header_vue__WEBPACK_IMPORTED_MODULE_2__[\"default\"],\n \"lesli-application-engines\": Lesli_layouts_application_engines_vue__WEBPACK_IMPORTED_MODULE_3__[\"default\"]\n /*\n \"application-component-footer\": componentApplicationFooter,\n \"application-component-search\": componentApplicationSearch,\n \"application-component-sidebar\": componentApplicationSidebar,\n \"application-component-announcements\": componentApplicationAnnouncement,\n \"application-component-panel-tasks\": componentApplicationPanelTasks,\n \"application-component-panel-files\": componentApplicationPanelFiles,\n \"application-component-panel-tickets\": componentApplicationPanelTickets,\n \"application-component-panel-profile\": componentApplicationPanelProfile,\n \"application-component-panel-announcements\": componentApplicationPanelAnnouncements,\n \"application-component-panel-notifications\": componentApplicationPanelNotifications\n */\n };\n\n // · Use pinia as app state management\n const pinia = (0,pinia__WEBPACK_IMPORTED_MODULE_8__.createPinia)();\n\n // · Loading pinia handmade plugins\n pinia.use(() => ({\n msg: (0,lesli_vue_composables__WEBPACK_IMPORTED_MODULE_7__.useLesliMsg)()\n }));\n pinia.use(() => ({\n url: (0,lesli_vue_composables__WEBPACK_IMPORTED_MODULE_7__.useLesliUrl)()\n }));\n pinia.use(() => ({\n http: (0,lesli_vue_composables__WEBPACK_IMPORTED_MODULE_7__.useLesliHttp)()\n }));\n pinia.use(() => ({\n date: (0,lesli_vue_composables__WEBPACK_IMPORTED_MODULE_7__.useLesliDate)()\n }));\n pinia.use(() => ({\n utils: (0,lesli_vue_composables__WEBPACK_IMPORTED_MODULE_7__.useLesliUtils)()\n }));\n pinia.use(() => ({\n dialog: (0,lesli_vue_composables__WEBPACK_IMPORTED_MODULE_7__.useLesliDialog)()\n }));\n\n // · Global vue router\n const router = (0,vue_router__WEBPACK_IMPORTED_MODULE_9__.createRouter)({\n history: (0,vue_router__WEBPACK_IMPORTED_MODULE_9__.createWebHistory)(base_path),\n routes: routes.map(route => {\n // concat the base path to all routes\n // this allow to use the rails route constants\n // example: projects_path is equal to /crm/projects\n route.path = base_path.concat(lesli.engine_paths[engine]).concat(route.path);\n return route;\n })\n });\n\n // · \n router.afterEach((to, from) => {\n // Use next tick to handle router history correctly\n (0,vue__WEBPACK_IMPORTED_MODULE_0__.nextTick)(() => {\n // update the page title according to the working app\n document.title = `${lesli?.company?.name} · ${to.path.substring(1) || 'Dashboard'}`;\n\n // default class for the specific instance\n document.body.className = lesli?.instance;\n\n // using the path as class id for the body\n // the class will be: \"engine-controller\"\n var cssclass = to.path.substring(1) // remove the first slash\n .split(\"/\") // create an array splited by slashes\n .filter(e => e != \"\") // remove empty strings\n .slice(0, 2) // get the first two items of the array\n .join(\"-\"); // create a string joined by dashes\n\n // add the css class to the body\n if (cssclass) {\n document.body.classList.add(\"lesli-\".concat(cssclass));\n }\n });\n });\n\n // · Create a beautiful Vue 3 app\n const application = (0,vue__WEBPACK_IMPORTED_MODULE_0__.createApp)(appbuilder);\n\n // · Provide composables to make them available in all the components\n application.provide('msg', (0,lesli_vue_composables__WEBPACK_IMPORTED_MODULE_7__.useLesliMsg)());\n application.provide('url', (0,lesli_vue_composables__WEBPACK_IMPORTED_MODULE_7__.useLesliUrl)());\n application.provide('http', (0,lesli_vue_composables__WEBPACK_IMPORTED_MODULE_7__.useLesliHttp)());\n application.provide('date', (0,lesli_vue_composables__WEBPACK_IMPORTED_MODULE_7__.useLesliDate)());\n application.provide('date', (0,lesli_vue_composables__WEBPACK_IMPORTED_MODULE_7__.useLesliDate)());\n application.provide('utils', (0,lesli_vue_composables__WEBPACK_IMPORTED_MODULE_7__.useLesliUtils)());\n application.provide('dialog', (0,lesli_vue_composables__WEBPACK_IMPORTED_MODULE_7__.useLesliDialog)());\n\n // · Extending vue\n application.use(pinia);\n application.use(router);\n\n // · Register global layouts\n application.component(\"lesli-application-container\", Lesli_layouts_application_container_vue__WEBPACK_IMPORTED_MODULE_4__[\"default\"]);\n application.component(\"lesli-application-component\", Lesli_layouts_application_component_vue__WEBPACK_IMPORTED_MODULE_5__[\"default\"]);\n\n // · Loading Lesli handmade global components\n application.component(\"lesli-icon\", lesli_vue_elements__WEBPACK_IMPORTED_MODULE_6__.lesliElementIcon);\n application.component(\"lesli-empty\", lesli_vue_elements__WEBPACK_IMPORTED_MODULE_6__.lesliElementEmpty);\n application.component(\"lesli-header\", lesli_vue_elements__WEBPACK_IMPORTED_MODULE_6__.lesliElementHeader);\n application.component(\"lesli-select\", lesli_vue_elements__WEBPACK_IMPORTED_MODULE_6__.lesliElementSelect);\n application.component(\"lesli-toolbar\", lesli_vue_elements__WEBPACK_IMPORTED_MODULE_6__.lesliElementToolbar);\n application.component(\"lesli-loading\", lesli_vue_elements__WEBPACK_IMPORTED_MODULE_6__.lesliElementLoading);\n application.component(\"lesli-table\", lesli_vue_elements__WEBPACK_IMPORTED_MODULE_6__.lesliElementTable);\n application.component(\"lesli-collapse\", lesli_vue_elements__WEBPACK_IMPORTED_MODULE_6__.lesliElementCollapse);\n application.component(\"lesli-tab-item\", lesli_vue_elements__WEBPACK_IMPORTED_MODULE_6__.lesliElementTabItem);\n application.component(\"lesli-tabs\", lesli_vue_elements__WEBPACK_IMPORTED_MODULE_6__.lesliElementTabs);\n application.component(\"lesli-panel\", lesli_vue_elements__WEBPACK_IMPORTED_MODULE_6__.lesliElementPanel);\n application.component(\"lesli-button\", lesli_vue_elements__WEBPACK_IMPORTED_MODULE_6__.lesliElementButton);\n application.component(\"lesli-calendar\", lesli_vue_elements__WEBPACK_IMPORTED_MODULE_6__.lesliElementCalendar);\n application.component(\"lesli-input-tag\", lesli_vue_elements__WEBPACK_IMPORTED_MODULE_6__.lesliElementInputTag);\n application.component(\"lesli-file-uploader\", lesli_vue_elements__WEBPACK_IMPORTED_MODULE_6__.lesliElementFileUploader);\n application.component(\"lesli-navigation-list\", lesli_vue_elements__WEBPACK_IMPORTED_MODULE_6__.lesliElementNavigationList);\n application.component(\"lesli-avatar\", lesli_vue_elements__WEBPACK_IMPORTED_MODULE_6__.lesliElementAvatar);\n application.component(\"lesli-toggle\", lesli_vue_elements__WEBPACK_IMPORTED_MODULE_6__.lesliElementToggle);\n application.component(\"lesli-dropdown\", lesli_vue_elements__WEBPACK_IMPORTED_MODULE_6__.lesliElementDropdown);\n application.component(\"lesli-map\", lesli_vue_elements__WEBPACK_IMPORTED_MODULE_6__.lesliElementMap);\n //application.component(\"lesli-gallery\", lesliElementGallery)\n application.component(\"lesli-autocomplete\", lesli_vue_elements__WEBPACK_IMPORTED_MODULE_6__.lesliElementAutocomplete);\n application.component(\"lesli-pagination\", lesli_vue_elements__WEBPACK_IMPORTED_MODULE_6__.lesliElementPagination);\n application.component(\"lesli-form\", lesli_vue_elements__WEBPACK_IMPORTED_MODULE_6__.lesliElementForm);\n application.component(\"lesli-input\", lesli_vue_elements__WEBPACK_IMPORTED_MODULE_6__.lesliElementInput);\n application.component(\"lesli-control\", lesli_vue_elements__WEBPACK_IMPORTED_MODULE_6__.lesliElementControl);\n application.component(\"lesli-card\", lesli_vue_elements__WEBPACK_IMPORTED_MODULE_6__.lesliElementCard);\n\n // · Mount app once DOM is ready\n document.addEventListener(\"DOMContentLoaded\", () => {\n // · mount the app on the main html tag\n application.mount(\"#lesli-application\");\n\n // · development message about vue app loaded\n if (true) {\n lesli_js_debug_browser__WEBPACK_IMPORTED_MODULE_1___default().info(`${engine} --> ${lesli.engine_paths[engine]}`, \"vue/application\");\n }\n\n // · console production message\n if (false) {}\n });\n return application;\n});\n\n//# sourceURL=webpack://lesli/./lib/vue/application.js?");
140
+ eval("__webpack_require__.r(__webpack_exports__);\n/* harmony export */ __webpack_require__.d(__webpack_exports__, {\n/* harmony export */ \"default\": () => (__WEBPACK_DEFAULT_EXPORT__)\n/* harmony export */ });\n/* harmony import */ var pinia__WEBPACK_IMPORTED_MODULE_8__ = __webpack_require__(/*! pinia */ \"./node_modules/pinia/dist/pinia.mjs\");\n/* harmony import */ var vue__WEBPACK_IMPORTED_MODULE_0__ = __webpack_require__(/*! vue */ \"./node_modules/vue/dist/vue.esm-bundler.js\");\n/* harmony import */ var vue_router__WEBPACK_IMPORTED_MODULE_9__ = __webpack_require__(/*! vue-router */ \"./node_modules/vue-router/dist/vue-router.mjs\");\n/* harmony import */ var lesli_js_debug_browser__WEBPACK_IMPORTED_MODULE_1__ = __webpack_require__(/*! lesli-js/debug/browser */ \"../../enginesdev/lesli-js/source/debug/browser.js\");\n/* harmony import */ var lesli_js_debug_browser__WEBPACK_IMPORTED_MODULE_1___default = /*#__PURE__*/__webpack_require__.n(lesli_js_debug_browser__WEBPACK_IMPORTED_MODULE_1__);\n/* harmony import */ var Lesli_layouts_application_header_vue__WEBPACK_IMPORTED_MODULE_2__ = __webpack_require__(/*! Lesli/layouts/application-header.vue */ \"./lib/vue/layouts/application-header.vue\");\n/* harmony import */ var Lesli_layouts_application_engines_vue__WEBPACK_IMPORTED_MODULE_3__ = __webpack_require__(/*! Lesli/layouts/application-engines.vue */ \"./lib/vue/layouts/application-engines.vue\");\n/* harmony import */ var Lesli_layouts_application_container_vue__WEBPACK_IMPORTED_MODULE_4__ = __webpack_require__(/*! Lesli/layouts/application-container.vue */ \"./lib/vue/layouts/application-container.vue\");\n/* harmony import */ var Lesli_layouts_application_component_vue__WEBPACK_IMPORTED_MODULE_5__ = __webpack_require__(/*! Lesli/layouts/application-component.vue */ \"./lib/vue/layouts/application-component.vue\");\n/* harmony import */ var lesli_vue_elements__WEBPACK_IMPORTED_MODULE_6__ = __webpack_require__(/*! lesli-vue/elements */ \"../../enginesdev/lesli-vue/source/elements/index.js\");\n/* harmony import */ var lesli_vue_composables__WEBPACK_IMPORTED_MODULE_7__ = __webpack_require__(/*! lesli-vue/composables */ \"../../enginesdev/lesli-vue/source/composables/index.js\");\n/*\nLesli\n\nCopyright (c) 2023, Lesli Technologies, S. A.\n\nThis program is free software: you can redistribute it and/or modify\nit under the terms of the GNU General Public License as published by\nthe Free Software Foundation, either version 3 of the License, or\n(at your option) any later version.\n\nThis program is distributed in the hope that it will be useful,\nbut WITHOUT ANY WARRANTY; without even the implied warranty of\nMERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the\nGNU General Public License for more details.\n\nYou should have received a copy of the GNU General Public License\nalong with this program. If not, see http://www.gnu.org/licenses/.\n\nLesli · Ruby on Rails SaaS Development Framework.\n\nMade with ♥ by https://www.lesli.tech\nBuilding a better future, one line of code at a time.\n\n@contact hello@lesli.tech\n@website https://www.lesli.tech\n@license GPLv3 http://www.gnu.org/licenses/gpl-3.0.en.html\n\n// · ~·~ ~·~ ~·~ ~·~ ~·~ ~·~ ~·~ ~·~ ~·~\n// · \n*/\n\n// · Loading core framework and libraries\n\n\n\n\n\n// custom console.log implementation for Lesli\nwindow.debug = (lesli_js_debug_browser__WEBPACK_IMPORTED_MODULE_1___default());\n\n// · Loading application layout components\n\n\n\n\n\n/*\nimport componentApplicationFooter from \"Lesli/layouts/application-footer.vue\"\nimport componentApplicationSearch from \"Lesli/layouts/application-search.vue\"\nimport componentApplicationSidebar from \"Lesli/layouts/application-sidebar.vue\"\nimport componentApplicationAnnouncement from \"Lesli/layouts/application-announcements.vue\"\nimport componentApplicationPanelTasks from \"Lesli/panels/panel-tasks.vue\"\nimport componentApplicationPanelFiles from \"Lesli/panels/panel-files.vue\"\nimport componentApplicationPanelTickets from \"Lesli/panels/panel-tickets.vue\"\nimport componentApplicationPanelProfile from \"Lesli/panels/panel-profile.vue\"\nimport componentApplicationPanelNotifications from \"Lesli/panels/panel-notifications.vue\"\nimport componentApplicationPanelAnnouncements from \"Lesli/panels/panel-announcements.vue\"\n*/\n\n// · Loading global layout components\n\n\n// · Loading vue/pinia plugins as composables\n\n\n// · engine: List of controllers apps loaded\n// · routes: Array of routes for Vue \n// · example: app(\"CloudAudit\", [])\n/* harmony default export */ const __WEBPACK_DEFAULT_EXPORT__ = (function (engine) {\n let routes = arguments.length > 1 && arguments[1] !== undefined ? arguments[1] : [];\n // · Base path for the engines/core url's\n const base_path = \"/\";\n\n // · Vue app configuration container\n let appbuilder = {};\n\n // · Loading Lesli local layout components\n appbuilder[\"components\"] = {\n \"lesli-application-header\": Lesli_layouts_application_header_vue__WEBPACK_IMPORTED_MODULE_2__[\"default\"],\n \"lesli-application-engines\": Lesli_layouts_application_engines_vue__WEBPACK_IMPORTED_MODULE_3__[\"default\"]\n /*\n \"application-component-footer\": componentApplicationFooter,\n \"application-component-search\": componentApplicationSearch,\n \"application-component-sidebar\": componentApplicationSidebar,\n \"application-component-announcements\": componentApplicationAnnouncement,\n \"application-component-panel-tasks\": componentApplicationPanelTasks,\n \"application-component-panel-files\": componentApplicationPanelFiles,\n \"application-component-panel-tickets\": componentApplicationPanelTickets,\n \"application-component-panel-profile\": componentApplicationPanelProfile,\n \"application-component-panel-announcements\": componentApplicationPanelAnnouncements,\n \"application-component-panel-notifications\": componentApplicationPanelNotifications\n */\n };\n\n // · Use pinia as app state management\n const pinia = (0,pinia__WEBPACK_IMPORTED_MODULE_8__.createPinia)();\n\n // · Loading pinia handmade plugins\n pinia.use(() => ({\n msg: (0,lesli_vue_composables__WEBPACK_IMPORTED_MODULE_7__.useLesliMsg)()\n }));\n pinia.use(() => ({\n url: (0,lesli_vue_composables__WEBPACK_IMPORTED_MODULE_7__.useLesliUrl)()\n }));\n pinia.use(() => ({\n http: (0,lesli_vue_composables__WEBPACK_IMPORTED_MODULE_7__.useLesliHttp)()\n }));\n pinia.use(() => ({\n date: (0,lesli_vue_composables__WEBPACK_IMPORTED_MODULE_7__.useLesliDate)()\n }));\n pinia.use(() => ({\n utils: (0,lesli_vue_composables__WEBPACK_IMPORTED_MODULE_7__.useLesliUtils)()\n }));\n pinia.use(() => ({\n dialog: (0,lesli_vue_composables__WEBPACK_IMPORTED_MODULE_7__.useLesliDialog)()\n }));\n\n // · Global vue router\n const router = (0,vue_router__WEBPACK_IMPORTED_MODULE_9__.createRouter)({\n history: (0,vue_router__WEBPACK_IMPORTED_MODULE_9__.createWebHistory)(base_path),\n routes: routes.map(route => {\n // concat the base path to all routes\n // this allow to use the rails route constants\n // example: projects_path is equal to /crm/projects\n route.path = base_path.concat(lesli.engine_paths[engine]).concat(route.path);\n return route;\n })\n });\n\n // · \n router.afterEach((to, from) => {\n // Use next tick to handle router history correctly\n (0,vue__WEBPACK_IMPORTED_MODULE_0__.nextTick)(() => {\n // update the page title according to the working app\n document.title = `${lesli?.company?.name} · ${to.path.substring(1) || 'Dashboard'}`;\n\n // default class for the specific instance\n document.body.className = lesli?.instance;\n\n // using the path as class id for the body\n // the class will be: \"engine-controller\"\n var cssclass = to.path.substring(1) // remove the first slash\n .split(\"/\") // create an array splited by slashes\n .filter(e => e != \"\") // remove empty strings\n .slice(0, 2) // get the first two items of the array\n .join(\"-\"); // create a string joined by dashes\n\n // add the css class to the body\n if (cssclass) {\n document.body.classList.add(\"lesli-\".concat(cssclass));\n }\n });\n });\n\n // · Create a beautiful Vue 3 app\n const application = (0,vue__WEBPACK_IMPORTED_MODULE_0__.createApp)(appbuilder);\n\n // · Provide composables to make them available in all the components\n application.provide('msg', (0,lesli_vue_composables__WEBPACK_IMPORTED_MODULE_7__.useLesliMsg)());\n application.provide('url', (0,lesli_vue_composables__WEBPACK_IMPORTED_MODULE_7__.useLesliUrl)());\n application.provide('http', (0,lesli_vue_composables__WEBPACK_IMPORTED_MODULE_7__.useLesliHttp)());\n application.provide('date', (0,lesli_vue_composables__WEBPACK_IMPORTED_MODULE_7__.useLesliDate)());\n application.provide('date', (0,lesli_vue_composables__WEBPACK_IMPORTED_MODULE_7__.useLesliDate)());\n application.provide('utils', (0,lesli_vue_composables__WEBPACK_IMPORTED_MODULE_7__.useLesliUtils)());\n application.provide('dialog', (0,lesli_vue_composables__WEBPACK_IMPORTED_MODULE_7__.useLesliDialog)());\n\n // · Extending vue\n application.use(pinia);\n application.use(router);\n\n // · Register global layouts\n application.component(\"lesli-application-container\", Lesli_layouts_application_container_vue__WEBPACK_IMPORTED_MODULE_4__[\"default\"]);\n application.component(\"lesli-application-component\", Lesli_layouts_application_component_vue__WEBPACK_IMPORTED_MODULE_5__[\"default\"]);\n\n // · Loading Lesli handmade global components\n application.component(\"lesli-icon\", lesli_vue_elements__WEBPACK_IMPORTED_MODULE_6__.lesliElementIcon);\n application.component(\"lesli-empty\", lesli_vue_elements__WEBPACK_IMPORTED_MODULE_6__.lesliElementEmpty);\n application.component(\"lesli-header\", lesli_vue_elements__WEBPACK_IMPORTED_MODULE_6__.lesliElementHeader);\n application.component(\"lesli-select\", lesli_vue_elements__WEBPACK_IMPORTED_MODULE_6__.lesliElementSelect);\n application.component(\"lesli-toolbar\", lesli_vue_elements__WEBPACK_IMPORTED_MODULE_6__.lesliElementToolbar);\n application.component(\"lesli-loading\", lesli_vue_elements__WEBPACK_IMPORTED_MODULE_6__.lesliElementLoading);\n application.component(\"lesli-table\", lesli_vue_elements__WEBPACK_IMPORTED_MODULE_6__.lesliElementTable);\n application.component(\"lesli-collapse\", lesli_vue_elements__WEBPACK_IMPORTED_MODULE_6__.lesliElementCollapse);\n application.component(\"lesli-column\", lesli_vue_elements__WEBPACK_IMPORTED_MODULE_6__.lesliElementColumn);\n application.component(\"lesli-columns\", lesli_vue_elements__WEBPACK_IMPORTED_MODULE_6__.lesliElementColumns);\n application.component(\"lesli-card\", lesli_vue_elements__WEBPACK_IMPORTED_MODULE_6__.lesliElementCard);\n application.component(\"lesli-control\", lesli_vue_elements__WEBPACK_IMPORTED_MODULE_6__.lesliElementControl);\n application.component(\"lesli-tab-item\", lesli_vue_elements__WEBPACK_IMPORTED_MODULE_6__.lesliElementTabItem);\n application.component(\"lesli-tabs\", lesli_vue_elements__WEBPACK_IMPORTED_MODULE_6__.lesliElementTabs);\n application.component(\"lesli-panel\", lesli_vue_elements__WEBPACK_IMPORTED_MODULE_6__.lesliElementPanel);\n application.component(\"lesli-button\", lesli_vue_elements__WEBPACK_IMPORTED_MODULE_6__.lesliElementButton);\n application.component(\"lesli-calendar\", lesli_vue_elements__WEBPACK_IMPORTED_MODULE_6__.lesliElementCalendar);\n application.component(\"lesli-input-tag\", lesli_vue_elements__WEBPACK_IMPORTED_MODULE_6__.lesliElementInputTag);\n application.component(\"lesli-file-uploader\", lesli_vue_elements__WEBPACK_IMPORTED_MODULE_6__.lesliElementFileUploader);\n application.component(\"lesli-navigation-list\", lesli_vue_elements__WEBPACK_IMPORTED_MODULE_6__.lesliElementNavigationList);\n application.component(\"lesli-avatar\", lesli_vue_elements__WEBPACK_IMPORTED_MODULE_6__.lesliElementAvatar);\n application.component(\"lesli-toggle\", lesli_vue_elements__WEBPACK_IMPORTED_MODULE_6__.lesliElementToggle);\n application.component(\"lesli-dropdown\", lesli_vue_elements__WEBPACK_IMPORTED_MODULE_6__.lesliElementDropdown);\n application.component(\"lesli-map\", lesli_vue_elements__WEBPACK_IMPORTED_MODULE_6__.lesliElementMap);\n //application.component(\"lesli-gallery\", lesliElementGallery)\n application.component(\"lesli-autocomplete\", lesli_vue_elements__WEBPACK_IMPORTED_MODULE_6__.lesliElementAutocomplete);\n application.component(\"lesli-pagination\", lesli_vue_elements__WEBPACK_IMPORTED_MODULE_6__.lesliElementPagination);\n application.component(\"lesli-form\", lesli_vue_elements__WEBPACK_IMPORTED_MODULE_6__.lesliElementForm);\n application.component(\"lesli-input\", lesli_vue_elements__WEBPACK_IMPORTED_MODULE_6__.lesliElementInput);\n application.component(\"lesli-link\", lesli_vue_elements__WEBPACK_IMPORTED_MODULE_6__.lesliElementLink);\n\n // · Mount app once DOM is ready\n document.addEventListener(\"DOMContentLoaded\", () => {\n // · mount the app on the main html tag\n application.mount(\"#lesli-application\");\n\n // · development message about vue app loaded\n if (true) {\n lesli_js_debug_browser__WEBPACK_IMPORTED_MODULE_1___default().info(`${engine} --> ${lesli.engine_paths[engine]}`, \"vue/application\");\n }\n\n // · console production message\n if (false) {}\n });\n return application;\n});\n\n//# sourceURL=webpack://lesli/./lib/vue/application.js?");
141
141
 
142
142
  /***/ }),
143
143
 
@@ -192,7 +192,7 @@ eval("__webpack_require__.r(__webpack_exports__);\n/* harmony export */ __webpac
192
192
  /***/ ((__unused_webpack_module, __webpack_exports__, __webpack_require__) => {
193
193
 
194
194
  "use strict";
195
- eval("__webpack_require__.r(__webpack_exports__);\n/* harmony export */ __webpack_require__.d(__webpack_exports__, {\n/* harmony export */ \"default\": () => (__WEBPACK_DEFAULT_EXPORT__)\n/* harmony export */ });\n/* harmony default export */ const __WEBPACK_DEFAULT_EXPORT__ = ({\n __name: 'application-container',\n setup(__props, _ref) {\n let {\n expose: __expose\n } = _ref;\n __expose();\n\n /*\n \n Lesli\n \n Copyright (c) 2023, Lesli Technologies, S. A.\n \n This program is free software: you can redistribute it and/or modify\n it under the terms of the GNU General Public License as published by\n the Free Software Foundation, either version 3 of the License, or\n (at your option) any later version.\n \n This program is distributed in the hope that it will be useful,\n but WITHOUT ANY WARRANTY; without even the implied warranty of\n MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the\n GNU General Public License for more details.\n \n You should have received a copy of the GNU General Public License\n along with this program. If not, see http://www.gnu.org/licenses/.\n \n Lesli · Your Smart Business Assistant. \n \n Made with ♥ by https://www.lesli.tech\n Building a better future, one line of code at a time.\n \n @contact hello@lesli.tech\n @website https://lesli.tech\n @license GPLv3 http://www.gnu.org/licenses/gpl-3.0.en.html\n \n // · ~·~ ~·~ ~·~ ~·~ ~·~ ~·~ ~·~ ~·~ ~·~ ~·~ ~·~ ~·~\n // · \n \n */\n\n const __returned__ = {};\n Object.defineProperty(__returned__, '__isScriptSetup', {\n enumerable: false,\n value: true\n });\n return __returned__;\n }\n});\n\n//# sourceURL=webpack://lesli/./lib/vue/layouts/application-container.vue?./node_modules/babel-loader/lib/index.js??clonedRuleSet-11.use!./node_modules/vue-loader/dist/index.js??ruleSet%5B0%5D.use");
195
+ eval("__webpack_require__.r(__webpack_exports__);\n/* harmony export */ __webpack_require__.d(__webpack_exports__, {\n/* harmony export */ \"default\": () => (__WEBPACK_DEFAULT_EXPORT__)\n/* harmony export */ });\n/* harmony default export */ const __WEBPACK_DEFAULT_EXPORT__ = ({\n __name: 'application-container',\n props: {\n dashboard: {\n type: Boolean,\n default: false,\n required: false\n }\n },\n setup(__props, _ref) {\n let {\n expose: __expose\n } = _ref;\n __expose();\n const props = __props;\n\n /*\n \n Lesli\n \n Copyright (c) 2023, Lesli Technologies, S. A.\n \n This program is free software: you can redistribute it and/or modify\n it under the terms of the GNU General Public License as published by\n the Free Software Foundation, either version 3 of the License, or\n (at your option) any later version.\n \n This program is distributed in the hope that it will be useful,\n but WITHOUT ANY WARRANTY; without even the implied warranty of\n MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the\n GNU General Public License for more details.\n \n You should have received a copy of the GNU General Public License\n along with this program. If not, see http://www.gnu.org/licenses/.\n \n Lesli · Your Smart Business Assistant. \n \n Made with ♥ by https://www.lesli.tech\n Building a better future, one line of code at a time.\n \n @contact hello@lesli.tech\n @website https://lesli.tech\n @license GPLv3 http://www.gnu.org/licenses/gpl-3.0.en.html\n \n // · ~·~ ~·~ ~·~ ~·~ ~·~ ~·~ ~·~ ~·~ ~·~ ~·~ ~·~ ~·~\n // · \n */\n\n // · defining props\n\n const __returned__ = {\n props\n };\n Object.defineProperty(__returned__, '__isScriptSetup', {\n enumerable: false,\n value: true\n });\n return __returned__;\n }\n});\n\n//# sourceURL=webpack://lesli/./lib/vue/layouts/application-container.vue?./node_modules/babel-loader/lib/index.js??clonedRuleSet-11.use!./node_modules/vue-loader/dist/index.js??ruleSet%5B0%5D.use");
196
196
 
197
197
  /***/ }),
198
198
 
@@ -214,7 +214,7 @@ eval("__webpack_require__.r(__webpack_exports__);\n/* harmony export */ __webpac
214
214
  /***/ ((__unused_webpack_module, __webpack_exports__, __webpack_require__) => {
215
215
 
216
216
  "use strict";
217
- eval("__webpack_require__.r(__webpack_exports__);\n/* harmony export */ __webpack_require__.d(__webpack_exports__, {\n/* harmony export */ \"default\": () => (__WEBPACK_DEFAULT_EXPORT__)\n/* harmony export */ });\n/* harmony import */ var vue__WEBPACK_IMPORTED_MODULE_0__ = __webpack_require__(/*! vue */ \"./node_modules/vue/dist/vue.esm-bundler.js\");\n/* harmony import */ var Lesli_stores_layout__WEBPACK_IMPORTED_MODULE_1__ = __webpack_require__(/*! Lesli/stores/layout */ \"./lib/vue/stores/layout.js\");\n/* harmony import */ var Lesli_stores_search__WEBPACK_IMPORTED_MODULE_2__ = __webpack_require__(/*! Lesli/stores/search */ \"./lib/vue/stores/search.js\");\n\n\n// · import stores\n\n\n\n// · implement stores\n\n/* harmony default export */ const __WEBPACK_DEFAULT_EXPORT__ = ({\n __name: 'application-header',\n props: {\n showEngines: {\n type: Boolean,\n default: true,\n required: false\n },\n showBell: {\n type: Boolean,\n default: false,\n required: false\n },\n showFocus: {\n type: Boolean,\n default: false,\n required: false\n },\n showTickets: {\n type: Boolean,\n default: false,\n required: false\n },\n showAnnouncements: {\n type: Boolean,\n default: false,\n required: false\n }\n },\n setup(__props, _ref) {\n let {\n expose: __expose\n } = _ref;\n __expose();\n const props = __props;\n\n /*\n \n Lesli\n \n Copyright (c) 2023, Lesli Technologies, S. A.\n \n This program is free software: you can redistribute it and/or modify\n it under the terms of the GNU General Public License as published by\n the Free Software Foundation, either version 3 of the License, or\n (at your option) any later version.\n \n This program is distributed in the hope that it will be useful,\n but WITHOUT ANY WARRANTY; without even the implied warranty of\n MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the\n GNU General Public License for more details.\n \n You should have received a copy of the GNU General Public License\n along with this program. If not, see http://www.gnu.org/licenses/.\n \n Lesli · Your Smart Business Assistant. \n \n Made with ♥ by https://www.lesli.tech\n Building a better future, one line of code at a time.\n \n @contact hello@lesli.tech\n @website https://lesli.tech\n @license GPLv3 http://www.gnu.org/licenses/gpl-3.0.en.html\n \n // · ~·~ ~·~ ~·~ ~·~ ~·~ ~·~ ~·~ ~·~ ~·~ ~·~ ~·~ ~·~\n // · \n \n */\n\n // · import vue tools\n const storeLayout = (0,Lesli_stores_layout__WEBPACK_IMPORTED_MODULE_1__.useLayout)();\n const storeSearch = (0,Lesli_stores_search__WEBPACK_IMPORTED_MODULE_2__.useSearch)();\n\n // · defining props\n\n // · translations\n const translations = {\n core: {\n shared: I18n.t(\"core.shared\"),\n users: I18n.t('deutscheleibrenten.users')\n }\n };\n\n // · defining variables\n const applicationHeader = (0,vue__WEBPACK_IMPORTED_MODULE_0__.ref)(null);\n const search = {};\n\n // · \n function onEscape(event) {\n if (event.keyCode === 27) {\n storeLayout.toggleEngines();\n document.removeEventListener('keydown', onEscape);\n }\n }\n\n // · \n function toggleEngines() {\n storeLayout.toggleEngines();\n document.addEventListener('keydown', onEscape);\n }\n const __returned__ = {\n storeLayout,\n storeSearch,\n props,\n translations,\n applicationHeader,\n search,\n onEscape,\n toggleEngines,\n ref: vue__WEBPACK_IMPORTED_MODULE_0__.ref,\n reactive: vue__WEBPACK_IMPORTED_MODULE_0__.reactive,\n onUnmounted: vue__WEBPACK_IMPORTED_MODULE_0__.onUnmounted,\n inject: vue__WEBPACK_IMPORTED_MODULE_0__.inject,\n get useLayout() {\n return Lesli_stores_layout__WEBPACK_IMPORTED_MODULE_1__.useLayout;\n },\n get useSearch() {\n return Lesli_stores_search__WEBPACK_IMPORTED_MODULE_2__.useSearch;\n }\n };\n Object.defineProperty(__returned__, '__isScriptSetup', {\n enumerable: false,\n value: true\n });\n return __returned__;\n }\n});\n\n//# sourceURL=webpack://lesli/./lib/vue/layouts/application-header.vue?./node_modules/babel-loader/lib/index.js??clonedRuleSet-11.use!./node_modules/vue-loader/dist/index.js??ruleSet%5B0%5D.use");
217
+ eval("__webpack_require__.r(__webpack_exports__);\n/* harmony export */ __webpack_require__.d(__webpack_exports__, {\n/* harmony export */ \"default\": () => (__WEBPACK_DEFAULT_EXPORT__)\n/* harmony export */ });\n/* harmony import */ var vue__WEBPACK_IMPORTED_MODULE_0__ = __webpack_require__(/*! vue */ \"./node_modules/vue/dist/vue.esm-bundler.js\");\n/* harmony import */ var Lesli_stores_layout__WEBPACK_IMPORTED_MODULE_1__ = __webpack_require__(/*! Lesli/stores/layout */ \"./lib/vue/stores/layout.js\");\n/* harmony import */ var Lesli_stores_search__WEBPACK_IMPORTED_MODULE_2__ = __webpack_require__(/*! Lesli/stores/search */ \"./lib/vue/stores/search.js\");\n\n\n// · import stores\n\n\n\n// · implement stores\n\n/* harmony default export */ const __WEBPACK_DEFAULT_EXPORT__ = ({\n __name: 'application-header',\n props: {\n showEngines: {\n type: Boolean,\n default: true,\n required: false\n },\n showBell: {\n type: Boolean,\n default: false,\n required: false\n },\n showFocus: {\n type: Boolean,\n default: false,\n required: false\n },\n showTickets: {\n type: Boolean,\n default: false,\n required: false\n },\n showAnnouncements: {\n type: Boolean,\n default: false,\n required: false\n },\n enginePath: {\n type: String,\n default: \"/\",\n required: false\n }\n },\n setup(__props, _ref) {\n let {\n expose: __expose\n } = _ref;\n __expose();\n const props = __props;\n\n /*\n \n Lesli\n \n Copyright (c) 2023, Lesli Technologies, S. A.\n \n This program is free software: you can redistribute it and/or modify\n it under the terms of the GNU General Public License as published by\n the Free Software Foundation, either version 3 of the License, or\n (at your option) any later version.\n \n This program is distributed in the hope that it will be useful,\n but WITHOUT ANY WARRANTY; without even the implied warranty of\n MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the\n GNU General Public License for more details.\n \n You should have received a copy of the GNU General Public License\n along with this program. If not, see http://www.gnu.org/licenses/.\n \n Lesli · Your Smart Business Assistant. \n \n Made with ♥ by https://www.lesli.tech\n Building a better future, one line of code at a time.\n \n @contact hello@lesli.tech\n @website https://lesli.tech\n @license GPLv3 http://www.gnu.org/licenses/gpl-3.0.en.html\n \n // · ~·~ ~·~ ~·~ ~·~ ~·~ ~·~ ~·~ ~·~ ~·~ ~·~ ~·~ ~·~\n // · \n */\n\n // · import vue tools\n const storeLayout = (0,Lesli_stores_layout__WEBPACK_IMPORTED_MODULE_1__.useLayout)();\n const storeSearch = (0,Lesli_stores_search__WEBPACK_IMPORTED_MODULE_2__.useSearch)();\n\n // · \n const url = (0,vue__WEBPACK_IMPORTED_MODULE_0__.inject)(\"url\");\n\n // · defining props\n\n // · translations\n const translations = {\n core: {\n shared: I18n.t(\"core.shared\"),\n users: I18n.t('deutscheleibrenten.users')\n }\n };\n\n // · defining variables\n const applicationHeader = (0,vue__WEBPACK_IMPORTED_MODULE_0__.ref)(null);\n const search = {};\n\n // · \n function onEscape(event) {\n if (event.keyCode === 27) {\n storeLayout.toggleEngines();\n document.removeEventListener('keydown', onEscape);\n }\n }\n\n // · \n function toggleEngines() {\n storeLayout.toggleEngines();\n document.addEventListener('keydown', onEscape);\n }\n const __returned__ = {\n storeLayout,\n storeSearch,\n url,\n props,\n translations,\n applicationHeader,\n search,\n onEscape,\n toggleEngines,\n ref: vue__WEBPACK_IMPORTED_MODULE_0__.ref,\n reactive: vue__WEBPACK_IMPORTED_MODULE_0__.reactive,\n onUnmounted: vue__WEBPACK_IMPORTED_MODULE_0__.onUnmounted,\n inject: vue__WEBPACK_IMPORTED_MODULE_0__.inject,\n get useLayout() {\n return Lesli_stores_layout__WEBPACK_IMPORTED_MODULE_1__.useLayout;\n },\n get useSearch() {\n return Lesli_stores_search__WEBPACK_IMPORTED_MODULE_2__.useSearch;\n }\n };\n Object.defineProperty(__returned__, '__isScriptSetup', {\n enumerable: false,\n value: true\n });\n return __returned__;\n }\n});\n\n//# sourceURL=webpack://lesli/./lib/vue/layouts/application-header.vue?./node_modules/babel-loader/lib/index.js??clonedRuleSet-11.use!./node_modules/vue-loader/dist/index.js??ruleSet%5B0%5D.use");
218
218
 
219
219
  /***/ }),
220
220
 
@@ -236,7 +236,7 @@ eval("__webpack_require__.r(__webpack_exports__);\n/* harmony export */ __webpac
236
236
  /***/ ((__unused_webpack_module, __webpack_exports__, __webpack_require__) => {
237
237
 
238
238
  "use strict";
239
- eval("__webpack_require__.r(__webpack_exports__);\n/* harmony export */ __webpack_require__.d(__webpack_exports__, {\n/* harmony export */ \"default\": () => (__WEBPACK_DEFAULT_EXPORT__)\n/* harmony export */ });\n/* harmony import */ var vue__WEBPACK_IMPORTED_MODULE_0__ = __webpack_require__(/*! vue */ \"./node_modules/vue/dist/vue.esm-bundler.js\");\n/* harmony import */ var vue_router__WEBPACK_IMPORTED_MODULE_6__ = __webpack_require__(/*! vue-router */ \"./node_modules/vue-router/dist/vue-router.mjs\");\n/* harmony import */ var LesliBabel_components_form_string_new_vue__WEBPACK_IMPORTED_MODULE_1__ = __webpack_require__(/*! LesliBabel/components/form-string-new.vue */ \"../LesliBabel/lib/vue/components/form-string-new.vue\");\n/* harmony import */ var LesliBabel_components_form_label_editor_vue__WEBPACK_IMPORTED_MODULE_2__ = __webpack_require__(/*! LesliBabel/components/form-label-editor.vue */ \"../LesliBabel/lib/vue/components/form-label-editor.vue\");\n/* harmony import */ var LesliBabel_components_actions_vue__WEBPACK_IMPORTED_MODULE_3__ = __webpack_require__(/*! LesliBabel/components/actions.vue */ \"../LesliBabel/lib/vue/components/actions.vue\");\n/* harmony import */ var LesliBabel_stores_module__WEBPACK_IMPORTED_MODULE_4__ = __webpack_require__(/*! LesliBabel/stores/module */ \"../LesliBabel/lib/vue/stores/module.js\");\n/* harmony import */ var LesliBabel_stores_strings__WEBPACK_IMPORTED_MODULE_5__ = __webpack_require__(/*! LesliBabel/stores/strings */ \"../LesliBabel/lib/vue/stores/strings.js\");\n\n\n\n// · import components\n\n\n\n\n// · import lesli stores\n\n\n\n// · implement stores\n\n/* harmony default export */ const __WEBPACK_DEFAULT_EXPORT__ = ({\n __name: 'show',\n setup(__props, _ref) {\n let {\n expose: __expose\n } = _ref;\n __expose();\n\n /*\n Copyright (c) 2022, all rights reserved.\n \n All the information provided by this platform is protected by international laws related to \n industrial property, intellectual property, copyright and relative international laws. \n All intellectual or industrial property rights of the code, texts, trade mark, design, \n pictures and any other information belongs to the owner of this platform.\n \n Without the written permission of the owner, any replication, modification,\n transmission, publication is strictly forbidden.\n \n For more information read the license file including with this software.\n \n // · ~·~ ~·~ ~·~ ~·~ ~·~ ~·~ ~·~ ~·~ ~·~ ~·~ ~·~ ~·~\n // · \n */\n\n // · import vue tools\n const storeModule = (0,LesliBabel_stores_module__WEBPACK_IMPORTED_MODULE_4__.useModule)();\n const storeStrings = (0,LesliBabel_stores_strings__WEBPACK_IMPORTED_MODULE_5__.useStrings)();\n const router = (0,vue_router__WEBPACK_IMPORTED_MODULE_6__.useRouter)();\n const route = (0,vue_router__WEBPACK_IMPORTED_MODULE_6__.useRoute)();\n\n // · \n (0,vue__WEBPACK_IMPORTED_MODULE_0__.onMounted)(() => {\n storeModule.fetchModule(route.params.id);\n });\n\n // · \n function getModule() {\n return route.params?.id;\n }\n\n // · \n function search(string) {\n router.push({\n query: {\n search: string\n }\n });\n }\n\n // · \n (0,vue__WEBPACK_IMPORTED_MODULE_0__.watch)(() => route.params.id, () => {\n storeModule.fetchModule(route.params.id);\n });\n const __returned__ = {\n storeModule,\n storeStrings,\n router,\n route,\n getModule,\n search,\n ref: vue__WEBPACK_IMPORTED_MODULE_0__.ref,\n reactive: vue__WEBPACK_IMPORTED_MODULE_0__.reactive,\n onMounted: vue__WEBPACK_IMPORTED_MODULE_0__.onMounted,\n watch: vue__WEBPACK_IMPORTED_MODULE_0__.watch,\n computed: vue__WEBPACK_IMPORTED_MODULE_0__.computed,\n onUnmounted: vue__WEBPACK_IMPORTED_MODULE_0__.onUnmounted,\n get useRouter() {\n return vue_router__WEBPACK_IMPORTED_MODULE_6__.useRouter;\n },\n get useRoute() {\n return vue_router__WEBPACK_IMPORTED_MODULE_6__.useRoute;\n },\n formStringNew: LesliBabel_components_form_string_new_vue__WEBPACK_IMPORTED_MODULE_1__[\"default\"],\n formLabelEditor: LesliBabel_components_form_label_editor_vue__WEBPACK_IMPORTED_MODULE_2__[\"default\"],\n componentActions: LesliBabel_components_actions_vue__WEBPACK_IMPORTED_MODULE_3__[\"default\"],\n get useModule() {\n return LesliBabel_stores_module__WEBPACK_IMPORTED_MODULE_4__.useModule;\n },\n get useStrings() {\n return LesliBabel_stores_strings__WEBPACK_IMPORTED_MODULE_5__.useStrings;\n }\n };\n Object.defineProperty(__returned__, '__isScriptSetup', {\n enumerable: false,\n value: true\n });\n return __returned__;\n }\n});\n\n//# sourceURL=webpack://lesli/../LesliBabel/lib/vue/apps/modules/show.vue?./node_modules/babel-loader/lib/index.js??clonedRuleSet-11.use!./node_modules/vue-loader/dist/index.js??ruleSet%5B0%5D.use");
239
+ eval("__webpack_require__.r(__webpack_exports__);\n/* harmony export */ __webpack_require__.d(__webpack_exports__, {\n/* harmony export */ \"default\": () => (__WEBPACK_DEFAULT_EXPORT__)\n/* harmony export */ });\n/* harmony import */ var vue__WEBPACK_IMPORTED_MODULE_0__ = __webpack_require__(/*! vue */ \"./node_modules/vue/dist/vue.esm-bundler.js\");\n/* harmony import */ var vue_router__WEBPACK_IMPORTED_MODULE_6__ = __webpack_require__(/*! vue-router */ \"./node_modules/vue-router/dist/vue-router.mjs\");\n/* harmony import */ var LesliBabel_components_form_string_new_vue__WEBPACK_IMPORTED_MODULE_1__ = __webpack_require__(/*! LesliBabel/components/form-string-new.vue */ \"../LesliBabel/lib/vue/components/form-string-new.vue\");\n/* harmony import */ var LesliBabel_components_form_label_editor_vue__WEBPACK_IMPORTED_MODULE_2__ = __webpack_require__(/*! LesliBabel/components/form-label-editor.vue */ \"../LesliBabel/lib/vue/components/form-label-editor.vue\");\n/* harmony import */ var LesliBabel_components_actions_vue__WEBPACK_IMPORTED_MODULE_3__ = __webpack_require__(/*! LesliBabel/components/actions.vue */ \"../LesliBabel/lib/vue/components/actions.vue\");\n/* harmony import */ var LesliBabel_stores_module__WEBPACK_IMPORTED_MODULE_4__ = __webpack_require__(/*! LesliBabel/stores/module */ \"../LesliBabel/lib/vue/stores/module.js\");\n/* harmony import */ var LesliBabel_stores_strings__WEBPACK_IMPORTED_MODULE_5__ = __webpack_require__(/*! LesliBabel/stores/strings */ \"../LesliBabel/lib/vue/stores/strings.js\");\n\n\n\n// · import components\n\n\n\n\n// · import lesli stores\n\n\n\n// · implement stores\n\n/* harmony default export */ const __WEBPACK_DEFAULT_EXPORT__ = ({\n __name: 'show',\n setup(__props, _ref) {\n let {\n expose: __expose\n } = _ref;\n __expose();\n\n /*\n Lesli\n \n Copyright (c) 2023, Lesli Technologies, S. A.\n \n This program is free software: you can redistribute it and/or modify\n it under the terms of the GNU General Public License as published by\n the Free Software Foundation, either version 3 of the License, or\n (at your option) any later version.\n \n This program is distributed in the hope that it will be useful,\n but WITHOUT ANY WARRANTY; without even the implied warranty of\n MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the\n GNU General Public License for more details.\n \n You should have received a copy of the GNU General Public License\n along with this program. If not, see http://www.gnu.org/licenses/.\n \n Lesli · Ruby on Rails SaaS Development Framework.\n \n Made with by https://www.lesli.tech\n Building a better future, one line of code at a time.\n \n @contact hello@lesli.tech\n @website https://www.lesli.tech\n @license GPLv3 http://www.gnu.org/licenses/gpl-3.0.en.html\n \n // · ~·~ ~·~ ~·~ ~·~ ~·~ ~·~ ~·~ ~·~ ~·~\n // · \n */\n\n // · import vue tools\n const storeModule = (0,LesliBabel_stores_module__WEBPACK_IMPORTED_MODULE_4__.useModule)();\n const storeStrings = (0,LesliBabel_stores_strings__WEBPACK_IMPORTED_MODULE_5__.useStrings)();\n const router = (0,vue_router__WEBPACK_IMPORTED_MODULE_6__.useRouter)();\n const route = (0,vue_router__WEBPACK_IMPORTED_MODULE_6__.useRoute)();\n\n // · \n (0,vue__WEBPACK_IMPORTED_MODULE_0__.onMounted)(() => {\n storeModule.fetchModule(route.params.id);\n });\n\n // · \n function getModule() {\n return route.params?.id;\n }\n\n // · \n function search(string) {\n router.push({\n query: {\n search: string\n }\n });\n }\n\n // · \n (0,vue__WEBPACK_IMPORTED_MODULE_0__.watch)(() => route.params.id, () => {\n storeModule.fetchModule(route.params.id);\n });\n const __returned__ = {\n storeModule,\n storeStrings,\n router,\n route,\n getModule,\n search,\n ref: vue__WEBPACK_IMPORTED_MODULE_0__.ref,\n reactive: vue__WEBPACK_IMPORTED_MODULE_0__.reactive,\n onMounted: vue__WEBPACK_IMPORTED_MODULE_0__.onMounted,\n watch: vue__WEBPACK_IMPORTED_MODULE_0__.watch,\n computed: vue__WEBPACK_IMPORTED_MODULE_0__.computed,\n onUnmounted: vue__WEBPACK_IMPORTED_MODULE_0__.onUnmounted,\n get useRouter() {\n return vue_router__WEBPACK_IMPORTED_MODULE_6__.useRouter;\n },\n get useRoute() {\n return vue_router__WEBPACK_IMPORTED_MODULE_6__.useRoute;\n },\n formStringNew: LesliBabel_components_form_string_new_vue__WEBPACK_IMPORTED_MODULE_1__[\"default\"],\n formLabelEditor: LesliBabel_components_form_label_editor_vue__WEBPACK_IMPORTED_MODULE_2__[\"default\"],\n componentActions: LesliBabel_components_actions_vue__WEBPACK_IMPORTED_MODULE_3__[\"default\"],\n get useModule() {\n return LesliBabel_stores_module__WEBPACK_IMPORTED_MODULE_4__.useModule;\n },\n get useStrings() {\n return LesliBabel_stores_strings__WEBPACK_IMPORTED_MODULE_5__.useStrings;\n }\n };\n Object.defineProperty(__returned__, '__isScriptSetup', {\n enumerable: false,\n value: true\n });\n return __returned__;\n }\n});\n\n//# sourceURL=webpack://lesli/../LesliBabel/lib/vue/apps/modules/show.vue?./node_modules/babel-loader/lib/index.js??clonedRuleSet-11.use!./node_modules/vue-loader/dist/index.js??ruleSet%5B0%5D.use");
240
240
 
241
241
  /***/ }),
242
242
 
@@ -291,7 +291,7 @@ eval("__webpack_require__.r(__webpack_exports__);\n/* harmony export */ __webpac
291
291
  /***/ ((__unused_webpack_module, __webpack_exports__, __webpack_require__) => {
292
292
 
293
293
  "use strict";
294
- eval("__webpack_require__.r(__webpack_exports__);\n/* harmony export */ __webpack_require__.d(__webpack_exports__, {\n/* harmony export */ \"default\": () => (__WEBPACK_DEFAULT_EXPORT__)\n/* harmony export */ });\n/* harmony import */ var vue__WEBPACK_IMPORTED_MODULE_0__ = __webpack_require__(/*! vue */ \"./node_modules/vue/dist/vue.esm-bundler.js\");\n/* harmony import */ var LesliBabel_stores_strings__WEBPACK_IMPORTED_MODULE_1__ = __webpack_require__(/*! LesliBabel/stores/strings */ \"../LesliBabel/lib/vue/stores/strings.js\");\n/* harmony import */ var LesliBabel_stores_module__WEBPACK_IMPORTED_MODULE_2__ = __webpack_require__(/*! LesliBabel/stores/module */ \"../LesliBabel/lib/vue/stores/module.js\");\n\n\n// · \n\n\n\n// · implement stores\n\n/* harmony default export */ const __WEBPACK_DEFAULT_EXPORT__ = ({\n __name: 'form-string-new',\n props: {\n moduleId: {\n type: Number,\n require: true\n }\n },\n setup(__props, _ref) {\n let {\n expose: __expose\n } = _ref;\n __expose();\n const props = __props;\n\n /*\n Copyright (c) 2022, all rights reserved.\n \n All the information provided by this platform is protected by international laws related to \n industrial property, intellectual property, copyright and relative international laws. \n All intellectual or industrial property rights of the code, texts, trade mark, design, \n pictures and any other information belongs to the owner of this platform.\n \n Without the written permission of the owner, any replication, modification,\n transmission, publication is strictly forbidden.\n \n For more information read the license file including with this software.\n \n // · ~·~ ~·~ ~·~ ~·~ ~·~ ~·~ ~·~ ~·~ ~·~ ~·~ ~·~ ~·~\n // · \n */\n\n // · import vue tools\n const storeModule = (0,LesliBabel_stores_module__WEBPACK_IMPORTED_MODULE_2__.useModule)();\n const storeString = (0,LesliBabel_stores_strings__WEBPACK_IMPORTED_MODULE_1__.useStrings)();\n\n // · \n\n // · \n (0,vue__WEBPACK_IMPORTED_MODULE_0__.onMounted)(() => {});\n\n // · \n const bucket = (0,vue__WEBPACK_IMPORTED_MODULE_0__.ref)('');\n const prefix = (0,vue__WEBPACK_IMPORTED_MODULE_0__.ref)('');\n const string = (0,vue__WEBPACK_IMPORTED_MODULE_0__.ref)('');\n\n // · \n const prefixes = [{\n label: 'account_init',\n value: 'account_init'\n }, {\n label: 'activity_description',\n value: 'activity_description'\n }, {\n label: \"column\",\n value: \"column\"\n }, {\n label: \"column_enum\",\n value: \"column_enum\"\n }, {\n label: \"mailer\",\n value: \"mailer\"\n }, {\n label: \"messages_success\",\n value: \"messages_success\"\n }, {\n label: \"messages_info\",\n value: \"messages_info\"\n }, {\n label: \"messages_warning\",\n value: \"messages_warning\"\n }, {\n label: \"messages_danger\",\n value: \"messages_danger\"\n }, {\n label: \"sidebar_nav\",\n value: \"sidebar_nav\"\n }, {\n label: \"error\",\n value: \"error\"\n }, {\n label: \"view\",\n value: \"view\"\n }, {\n label: \"view_btn\",\n value: \"view_btn\"\n }, {\n label: \"view_chart_title\",\n value: \"view_chart_title\"\n }, {\n label: \"view_placeholder\",\n value: \"view_placeholder\"\n }, {\n label: \"view_tab_title\",\n value: \"view_tab_title\"\n }, {\n label: \"view_table_action\",\n value: \"view_table_action\"\n }, {\n label: \"view_table_header\",\n value: \"view_table_header\"\n }, {\n label: \"view_text\",\n value: \"view_text\"\n }, {\n label: \"view_title\",\n value: \"view_title\"\n }, {\n label: \"view_toolbar_filter\",\n value: \"view_toolbar_filter\"\n }, {\n label: \"view_toolbar_filter_placeholder\",\n value: \"view_toolbar_filter_placeholder\"\n }, {\n label: \"view_toolbar_search_by_placeholder\",\n value: \"view_toolbar_search_by_placeholder\"\n }];\n function postString() {\n storeString.post({\n cloud_babel_buckets_id: bucket.value,\n context: '',\n label: prefix.value + \"_\" + string.value\n });\n string.value = '';\n }\n const __returned__ = {\n storeModule,\n storeString,\n props,\n bucket,\n prefix,\n string,\n prefixes,\n postString,\n ref: vue__WEBPACK_IMPORTED_MODULE_0__.ref,\n reactive: vue__WEBPACK_IMPORTED_MODULE_0__.reactive,\n onMounted: vue__WEBPACK_IMPORTED_MODULE_0__.onMounted,\n watch: vue__WEBPACK_IMPORTED_MODULE_0__.watch,\n computed: vue__WEBPACK_IMPORTED_MODULE_0__.computed,\n onUnmounted: vue__WEBPACK_IMPORTED_MODULE_0__.onUnmounted,\n get useStrings() {\n return LesliBabel_stores_strings__WEBPACK_IMPORTED_MODULE_1__.useStrings;\n },\n get useModule() {\n return LesliBabel_stores_module__WEBPACK_IMPORTED_MODULE_2__.useModule;\n }\n };\n Object.defineProperty(__returned__, '__isScriptSetup', {\n enumerable: false,\n value: true\n });\n return __returned__;\n }\n});\n\n//# sourceURL=webpack://lesli/../LesliBabel/lib/vue/components/form-string-new.vue?./node_modules/babel-loader/lib/index.js??clonedRuleSet-11.use!./node_modules/vue-loader/dist/index.js??ruleSet%5B0%5D.use");
294
+ eval("__webpack_require__.r(__webpack_exports__);\n/* harmony export */ __webpack_require__.d(__webpack_exports__, {\n/* harmony export */ \"default\": () => (__WEBPACK_DEFAULT_EXPORT__)\n/* harmony export */ });\n/* harmony import */ var vue__WEBPACK_IMPORTED_MODULE_0__ = __webpack_require__(/*! vue */ \"./node_modules/vue/dist/vue.esm-bundler.js\");\n/* harmony import */ var LesliBabel_stores_strings__WEBPACK_IMPORTED_MODULE_1__ = __webpack_require__(/*! LesliBabel/stores/strings */ \"../LesliBabel/lib/vue/stores/strings.js\");\n/* harmony import */ var LesliBabel_stores_module__WEBPACK_IMPORTED_MODULE_2__ = __webpack_require__(/*! LesliBabel/stores/module */ \"../LesliBabel/lib/vue/stores/module.js\");\n\n\n// · \n\n\n\n// · implement stores\n\n/* harmony default export */ const __WEBPACK_DEFAULT_EXPORT__ = ({\n __name: 'form-string-new',\n props: {\n moduleId: {\n type: Number,\n require: true\n }\n },\n setup(__props, _ref) {\n let {\n expose: __expose\n } = _ref;\n __expose();\n const props = __props;\n\n /*\n \n Lesli\n \n Copyright (c) 2023, Lesli Technologies, S. A.\n \n This program is free software: you can redistribute it and/or modify\n it under the terms of the GNU General Public License as published by\n the Free Software Foundation, either version 3 of the License, or\n (at your option) any later version.\n \n This program is distributed in the hope that it will be useful,\n but WITHOUT ANY WARRANTY; without even the implied warranty of\n MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the\n GNU General Public License for more details.\n \n You should have received a copy of the GNU General Public License\n along with this program. If not, see http://www.gnu.org/licenses/.\n \n Lesli · Ruby on Rails SaaS Development Framework.\n \n Made with by https://www.lesli.tech\n Building a better future, one line of code at a time.\n \n @contact hello@lesli.tech\n @website https://www.lesli.tech\n @license GPLv3 http://www.gnu.org/licenses/gpl-3.0.en.html\n \n // · ~·~ ~·~ ~·~ ~·~ ~·~ ~·~ ~·~ ~·~ ~·~\n // · \n */\n\n // · import vue tools\n const storeModule = (0,LesliBabel_stores_module__WEBPACK_IMPORTED_MODULE_2__.useModule)();\n const storeString = (0,LesliBabel_stores_strings__WEBPACK_IMPORTED_MODULE_1__.useStrings)();\n\n // · \n\n // · \n (0,vue__WEBPACK_IMPORTED_MODULE_0__.onMounted)(() => {});\n\n // · \n const bucket = (0,vue__WEBPACK_IMPORTED_MODULE_0__.ref)('');\n const prefix = (0,vue__WEBPACK_IMPORTED_MODULE_0__.ref)('');\n const string = (0,vue__WEBPACK_IMPORTED_MODULE_0__.ref)('');\n\n // · \n const prefixes = [{\n label: \"column\",\n value: \"column\"\n }, {\n label: \"message\",\n value: \"message\"\n }, {\n label: \"navigation\",\n value: \"navigation\"\n }, {\n label: \"error\",\n value: \"error\"\n }, {\n label: \"button\",\n value: \"button\"\n }, {\n label: \"chart\",\n value: \"chart\"\n }, {\n label: \"tab_title\",\n value: \"tab_title\"\n }, {\n label: \"table_action\",\n value: \"table_action\"\n }, {\n label: \"table_header\",\n value: \"table_header\"\n }, {\n label: \"title\",\n value: \"title\"\n }, {\n label: \"toolbar\",\n value: \"toolbar\"\n }, {\n label: \"view\",\n value: \"view\"\n }, {\n label: \"view_text\",\n value: \"view_text\"\n }, {\n label: \"view_placeholder\",\n value: \"view_placeholder\"\n }];\n function postString() {\n storeString.post({\n bucket_id: bucket.value,\n context: '',\n label: prefix.value + \"_\" + string.value\n });\n string.value = '';\n }\n const __returned__ = {\n storeModule,\n storeString,\n props,\n bucket,\n prefix,\n string,\n prefixes,\n postString,\n ref: vue__WEBPACK_IMPORTED_MODULE_0__.ref,\n reactive: vue__WEBPACK_IMPORTED_MODULE_0__.reactive,\n onMounted: vue__WEBPACK_IMPORTED_MODULE_0__.onMounted,\n watch: vue__WEBPACK_IMPORTED_MODULE_0__.watch,\n computed: vue__WEBPACK_IMPORTED_MODULE_0__.computed,\n onUnmounted: vue__WEBPACK_IMPORTED_MODULE_0__.onUnmounted,\n get useStrings() {\n return LesliBabel_stores_strings__WEBPACK_IMPORTED_MODULE_1__.useStrings;\n },\n get useModule() {\n return LesliBabel_stores_module__WEBPACK_IMPORTED_MODULE_2__.useModule;\n }\n };\n Object.defineProperty(__returned__, '__isScriptSetup', {\n enumerable: false,\n value: true\n });\n return __returned__;\n }\n});\n\n//# sourceURL=webpack://lesli/../LesliBabel/lib/vue/components/form-string-new.vue?./node_modules/babel-loader/lib/index.js??clonedRuleSet-11.use!./node_modules/vue-loader/dist/index.js??ruleSet%5B0%5D.use");
295
295
 
296
296
  /***/ }),
297
297
 
@@ -324,7 +324,7 @@ eval("__webpack_require__.r(__webpack_exports__);\n/* harmony export */ __webpac
324
324
  /***/ ((__unused_webpack_module, __webpack_exports__, __webpack_require__) => {
325
325
 
326
326
  "use strict";
327
- eval("__webpack_require__.r(__webpack_exports__);\n/* harmony export */ __webpack_require__.d(__webpack_exports__, {\n/* harmony export */ \"default\": () => (__WEBPACK_DEFAULT_EXPORT__)\n/* harmony export */ });\n/* harmony import */ var vue__WEBPACK_IMPORTED_MODULE_0__ = __webpack_require__(/*! vue */ \"./node_modules/vue/dist/vue.esm-bundler.js\");\n\n\n// · \n\n/* harmony default export */ const __WEBPACK_DEFAULT_EXPORT__ = ({\n __name: 'Button',\n props: {\n to: {\n type: Object,\n required: false\n },\n icon: {\n type: String,\n required: false\n },\n loading: {\n type: Boolean,\n default: false,\n required: false\n },\n primary: {\n type: Boolean,\n default: true,\n required: false\n },\n danger: {\n type: Boolean,\n default: false,\n required: false\n },\n warning: {\n type: Boolean,\n default: false,\n required: false\n },\n info: {\n type: Boolean,\n default: false,\n required: false\n },\n solid: {\n type: Boolean,\n default: false,\n required: false\n },\n small: {\n type: Boolean,\n default: false,\n required: false\n },\n iconOnly: {\n type: Boolean,\n default: false,\n required: false\n }\n },\n emits: ['click'],\n setup(__props, _ref) {\n let {\n expose: __expose,\n emit\n } = _ref;\n __expose();\n const props = __props;\n\n /*\n \n Lesli\n \n Copyright (c) 2023, Lesli Technologies, S. A.\n \n This program is free software: you can redistribute it and/or modify\n it under the terms of the GNU General Public License as published by\n the Free Software Foundation, either version 3 of the License, or\n (at your option) any later version.\n \n This program is distributed in the hope that it will be useful,\n but WITHOUT ANY WARRANTY; without even the implied warranty of\n MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the\n GNU General Public License for more details.\n \n You should have received a copy of the GNU General Public License\n along with this program. If not, see http://www.gnu.org/licenses/.\n \n Lesli · Your Smart Business Assistant. \n \n Made with ♥ by https://www.lesli.tech\n Building a better future, one line of code at a time.\n \n @contact hello@lesli.tech\n @website https://lesli.tech\n @license GPLv3 http://www.gnu.org/licenses/gpl-3.0.en.html\n \n // · ~·~ ~·~ ~·~ ~·~ ~·~ ~·~ ~·~ ~·~ ~·~ ~·~ ~·~ ~·~\n // · \n \n */\n\n // · import vue tools\n const slots = (0,vue__WEBPACK_IMPORTED_MODULE_0__.useSlots)();\n\n // · defining emits\n\n // · defining props\n\n const buttonColor = (0,vue__WEBPACK_IMPORTED_MODULE_0__.computed)(() => {\n if (props.warning) return \"is-warning\";\n if (props.danger) return \"is-danger\";\n if (props.info) return \"is-info\";\n return \"is-primary\";\n });\n const __returned__ = {\n slots,\n emit,\n props,\n buttonColor,\n ref: vue__WEBPACK_IMPORTED_MODULE_0__.ref,\n reactive: vue__WEBPACK_IMPORTED_MODULE_0__.reactive,\n onMounted: vue__WEBPACK_IMPORTED_MODULE_0__.onMounted,\n watch: vue__WEBPACK_IMPORTED_MODULE_0__.watch,\n computed: vue__WEBPACK_IMPORTED_MODULE_0__.computed,\n useSlots: vue__WEBPACK_IMPORTED_MODULE_0__.useSlots\n };\n Object.defineProperty(__returned__, '__isScriptSetup', {\n enumerable: false,\n value: true\n });\n return __returned__;\n }\n});\n\n//# sourceURL=webpack://lesli/../../enginesdev/lesli-vue/source/elements/button/Button.vue?./node_modules/babel-loader/lib/index.js??clonedRuleSet-11.use!./node_modules/vue-loader/dist/index.js??ruleSet%5B0%5D.use");
327
+ eval("__webpack_require__.r(__webpack_exports__);\n/* harmony export */ __webpack_require__.d(__webpack_exports__, {\n/* harmony export */ \"default\": () => (__WEBPACK_DEFAULT_EXPORT__)\n/* harmony export */ });\n/* harmony import */ var vue__WEBPACK_IMPORTED_MODULE_0__ = __webpack_require__(/*! vue */ \"./node_modules/vue/dist/vue.esm-bundler.js\");\n\n\n// · \n\n/* harmony default export */ const __WEBPACK_DEFAULT_EXPORT__ = ({\n __name: 'Button',\n props: {\n icon: {\n type: String,\n required: false\n },\n loading: {\n type: Boolean,\n default: false,\n required: false\n },\n main: {\n type: Boolean,\n default: false,\n required: false\n },\n danger: {\n type: Boolean,\n default: false,\n required: false\n },\n warning: {\n type: Boolean,\n default: false,\n required: false\n },\n info: {\n type: Boolean,\n default: false,\n required: false\n },\n small: {\n type: Boolean,\n default: false,\n required: false\n },\n iconOnly: {\n type: Boolean,\n default: false,\n required: false\n }\n },\n emits: ['click'],\n setup(__props, _ref) {\n let {\n expose: __expose,\n emit\n } = _ref;\n __expose();\n const props = __props;\n\n /*\n \n Lesli\n \n Copyright (c) 2023, Lesli Technologies, S. A.\n \n This program is free software: you can redistribute it and/or modify\n it under the terms of the GNU General Public License as published by\n the Free Software Foundation, either version 3 of the License, or\n (at your option) any later version.\n \n This program is distributed in the hope that it will be useful,\n but WITHOUT ANY WARRANTY; without even the implied warranty of\n MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the\n GNU General Public License for more details.\n \n You should have received a copy of the GNU General Public License\n along with this program. If not, see http://www.gnu.org/licenses/.\n \n Lesli · Ruby on Rails SaaS Development Framework.\n \n Made with ♥ by https://www.lesli.tech\n Building a better future, one line of code at a time.\n \n @contact hello@lesli.tech\n @website https://www.lesli.tech\n @license GPLv3 http://www.gnu.org/licenses/gpl-3.0.en.html\n \n // · ~·~ ~·~ ~·~ ~·~ ~·~ ~·~ ~·~ ~·~ ~·~\n // · \n */\n\n // · import vue tools\n const slots = (0,vue__WEBPACK_IMPORTED_MODULE_0__.useSlots)();\n\n // · defining emits\n\n // · defining props\n\n function buttonVariant() {\n if (props.warning) return \"is-warning\";\n if (props.danger) return \"is-danger\";\n if (props.info) return \"is-info\";\n return \"is-primary\";\n }\n const buttonClasses = (0,vue__WEBPACK_IMPORTED_MODULE_0__.computed)(() => {\n let classes = [\"button\", buttonVariant()];\n if (!props.main) {\n classes.push(\"is-light\");\n classes.push(\"is-outlined\");\n }\n if (props.loading) {\n classes.push(\"is-loading\");\n }\n if (props.small) {\n classes.push(\"is-small\");\n }\n return classes;\n });\n const __returned__ = {\n slots,\n emit,\n props,\n buttonVariant,\n buttonClasses,\n ref: vue__WEBPACK_IMPORTED_MODULE_0__.ref,\n reactive: vue__WEBPACK_IMPORTED_MODULE_0__.reactive,\n onMounted: vue__WEBPACK_IMPORTED_MODULE_0__.onMounted,\n watch: vue__WEBPACK_IMPORTED_MODULE_0__.watch,\n computed: vue__WEBPACK_IMPORTED_MODULE_0__.computed,\n useSlots: vue__WEBPACK_IMPORTED_MODULE_0__.useSlots\n };\n Object.defineProperty(__returned__, '__isScriptSetup', {\n enumerable: false,\n value: true\n });\n return __returned__;\n }\n});\n\n//# sourceURL=webpack://lesli/../../enginesdev/lesli-vue/source/elements/button/Button.vue?./node_modules/babel-loader/lib/index.js??clonedRuleSet-11.use!./node_modules/vue-loader/dist/index.js??ruleSet%5B0%5D.use");
328
328
 
329
329
  /***/ }),
330
330
 
@@ -478,7 +478,7 @@ eval("__webpack_require__.r(__webpack_exports__);\n/* harmony export */ __webpac
478
478
  /***/ ((__unused_webpack_module, __webpack_exports__, __webpack_require__) => {
479
479
 
480
480
  "use strict";
481
- eval("__webpack_require__.r(__webpack_exports__);\n/* harmony export */ __webpack_require__.d(__webpack_exports__, {\n/* harmony export */ \"default\": () => (__WEBPACK_DEFAULT_EXPORT__)\n/* harmony export */ });\n/* harmony import */ var vue__WEBPACK_IMPORTED_MODULE_0__ = __webpack_require__(/*! vue */ \"./node_modules/vue/dist/vue.esm-bundler.js\");\n\n\n// · \n\n/* harmony default export */ const __WEBPACK_DEFAULT_EXPORT__ = ({\n __name: 'Link',\n props: {\n to: {\n type: Object,\n required: false\n },\n icon: {\n type: String,\n required: false\n },\n loading: {\n type: Boolean,\n default: false,\n required: false\n },\n primary: {\n type: Boolean,\n default: true,\n required: false\n },\n danger: {\n type: Boolean,\n default: false,\n required: false\n },\n warning: {\n type: Boolean,\n default: false,\n required: false\n },\n info: {\n type: Boolean,\n default: false,\n required: false\n },\n solid: {\n type: Boolean,\n default: false,\n required: false\n },\n small: {\n type: Boolean,\n default: false,\n required: false\n },\n iconOnly: {\n type: Boolean,\n default: false,\n required: false\n }\n },\n emits: ['click'],\n setup(__props, _ref) {\n let {\n expose: __expose,\n emit\n } = _ref;\n __expose();\n const props = __props;\n\n /*\n \n Lesli\n \n Copyright (c) 2023, Lesli Technologies, S. A.\n \n This program is free software: you can redistribute it and/or modify\n it under the terms of the GNU General Public License as published by\n the Free Software Foundation, either version 3 of the License, or\n (at your option) any later version.\n \n This program is distributed in the hope that it will be useful,\n but WITHOUT ANY WARRANTY; without even the implied warranty of\n MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the\n GNU General Public License for more details.\n \n You should have received a copy of the GNU General Public License\n along with this program. If not, see http://www.gnu.org/licenses/.\n \n Lesli · Your Smart Business Assistant. \n \n Made with ♥ by https://www.lesli.tech\n Building a better future, one line of code at a time.\n \n @contact hello@lesli.tech\n @website https://lesli.tech\n @license GPLv3 http://www.gnu.org/licenses/gpl-3.0.en.html\n \n // · ~·~ ~·~ ~·~ ~·~ ~·~ ~·~ ~·~ ~·~ ~·~ ~·~ ~·~ ~·~\n // · \n \n */\n\n // · import vue tools\n const slots = (0,vue__WEBPACK_IMPORTED_MODULE_0__.useSlots)();\n\n // · defining emits\n\n // · defining props\n\n const buttonColor = (0,vue__WEBPACK_IMPORTED_MODULE_0__.computed)(() => {\n if (props.warning) return \"is-warning\";\n if (props.danger) return \"is-danger\";\n if (props.info) return \"is-info\";\n return \"is-primary\";\n });\n const __returned__ = {\n slots,\n emit,\n props,\n buttonColor,\n ref: vue__WEBPACK_IMPORTED_MODULE_0__.ref,\n reactive: vue__WEBPACK_IMPORTED_MODULE_0__.reactive,\n onMounted: vue__WEBPACK_IMPORTED_MODULE_0__.onMounted,\n watch: vue__WEBPACK_IMPORTED_MODULE_0__.watch,\n computed: vue__WEBPACK_IMPORTED_MODULE_0__.computed,\n useSlots: vue__WEBPACK_IMPORTED_MODULE_0__.useSlots\n };\n Object.defineProperty(__returned__, '__isScriptSetup', {\n enumerable: false,\n value: true\n });\n return __returned__;\n }\n});\n\n//# sourceURL=webpack://lesli/../../enginesdev/lesli-vue/source/elements/link/Link.vue?./node_modules/babel-loader/lib/index.js??clonedRuleSet-11.use!./node_modules/vue-loader/dist/index.js??ruleSet%5B0%5D.use");
481
+ eval("__webpack_require__.r(__webpack_exports__);\n/* harmony export */ __webpack_require__.d(__webpack_exports__, {\n/* harmony export */ \"default\": () => (__WEBPACK_DEFAULT_EXPORT__)\n/* harmony export */ });\n/* harmony import */ var vue__WEBPACK_IMPORTED_MODULE_0__ = __webpack_require__(/*! vue */ \"./node_modules/vue/dist/vue.esm-bundler.js\");\n/* harmony import */ var _button_Button_vue__WEBPACK_IMPORTED_MODULE_1__ = __webpack_require__(/*! ../button/Button.vue */ \"../../enginesdev/lesli-vue/source/elements/button/Button.vue\");\n\n\n// · \n\n\n// · \n\n/* harmony default export */ const __WEBPACK_DEFAULT_EXPORT__ = ({\n __name: 'Link',\n props: {\n to: {\n type: Object,\n required: false\n },\n icon: {\n type: String,\n required: false\n },\n loading: {\n type: Boolean,\n default: false,\n required: false\n },\n danger: {\n type: Boolean,\n default: false,\n required: false\n },\n warning: {\n type: Boolean,\n default: false,\n required: false\n },\n info: {\n type: Boolean,\n default: false,\n required: false\n },\n main: {\n type: Boolean,\n default: false,\n required: false\n },\n small: {\n type: Boolean,\n default: false,\n required: false\n },\n iconOnly: {\n type: Boolean,\n default: false,\n required: false\n }\n },\n emits: ['click'],\n setup(__props, _ref) {\n let {\n expose: __expose,\n emit\n } = _ref;\n __expose();\n const props = __props;\n\n /*\n \n Lesli\n \n Copyright (c) 2023, Lesli Technologies, S. A.\n \n This program is free software: you can redistribute it and/or modify\n it under the terms of the GNU General Public License as published by\n the Free Software Foundation, either version 3 of the License, or\n (at your option) any later version.\n \n This program is distributed in the hope that it will be useful,\n but WITHOUT ANY WARRANTY; without even the implied warranty of\n MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the\n GNU General Public License for more details.\n \n You should have received a copy of the GNU General Public License\n along with this program. If not, see http://www.gnu.org/licenses/.\n \n Lesli · Your Smart Business Assistant. \n \n Made with ♥ by https://www.lesli.tech\n Building a better future, one line of code at a time.\n \n @contact hello@lesli.tech\n @website https://lesli.tech\n @license GPLv3 http://www.gnu.org/licenses/gpl-3.0.en.html\n \n // · ~·~ ~·~ ~·~ ~·~ ~·~ ~·~ ~·~ ~·~ ~·~ ~·~ ~·~ ~·~\n // · \n \n */\n\n // · import vue tools\n const slots = (0,vue__WEBPACK_IMPORTED_MODULE_0__.useSlots)();\n\n // · defining emits\n\n // · defining props\n\n const __returned__ = {\n slots,\n emit,\n props,\n ref: vue__WEBPACK_IMPORTED_MODULE_0__.ref,\n reactive: vue__WEBPACK_IMPORTED_MODULE_0__.reactive,\n onMounted: vue__WEBPACK_IMPORTED_MODULE_0__.onMounted,\n watch: vue__WEBPACK_IMPORTED_MODULE_0__.watch,\n computed: vue__WEBPACK_IMPORTED_MODULE_0__.computed,\n useSlots: vue__WEBPACK_IMPORTED_MODULE_0__.useSlots,\n LesliButton: _button_Button_vue__WEBPACK_IMPORTED_MODULE_1__[\"default\"]\n };\n Object.defineProperty(__returned__, '__isScriptSetup', {\n enumerable: false,\n value: true\n });\n return __returned__;\n }\n});\n\n//# sourceURL=webpack://lesli/../../enginesdev/lesli-vue/source/elements/link/Link.vue?./node_modules/babel-loader/lib/index.js??clonedRuleSet-11.use!./node_modules/vue-loader/dist/index.js??ruleSet%5B0%5D.use");
482
482
 
483
483
  /***/ }),
484
484
 
@@ -632,7 +632,7 @@ eval("__webpack_require__.r(__webpack_exports__);\n/* harmony export */ __webpac
632
632
  /***/ ((__unused_webpack_module, __webpack_exports__, __webpack_require__) => {
633
633
 
634
634
  "use strict";
635
- eval("__webpack_require__.r(__webpack_exports__);\n/* harmony export */ __webpack_require__.d(__webpack_exports__, {\n/* harmony export */ render: () => (/* binding */ render)\n/* harmony export */ });\n/* harmony import */ var vue__WEBPACK_IMPORTED_MODULE_0__ = __webpack_require__(/*! vue */ \"./node_modules/vue/dist/vue.esm-bundler.js\");\n\nconst _hoisted_1 = {\n class: \"lesli-application-container container\"\n};\nfunction render(_ctx, _cache, $props, $setup, $data, $options) {\n return (0,vue__WEBPACK_IMPORTED_MODULE_0__.openBlock)(), (0,vue__WEBPACK_IMPORTED_MODULE_0__.createElementBlock)(\"section\", _hoisted_1, [(0,vue__WEBPACK_IMPORTED_MODULE_0__.renderSlot)(_ctx.$slots, \"default\")]);\n}\n\n//# sourceURL=webpack://lesli/./lib/vue/layouts/application-container.vue?./node_modules/babel-loader/lib/index.js??clonedRuleSet-11.use!./node_modules/vue-loader/dist/templateLoader.js??ruleSet%5B1%5D.rules%5B2%5D!./node_modules/vue-loader/dist/index.js??ruleSet%5B0%5D.use");
635
+ eval("__webpack_require__.r(__webpack_exports__);\n/* harmony export */ __webpack_require__.d(__webpack_exports__, {\n/* harmony export */ render: () => (/* binding */ render)\n/* harmony export */ });\n/* harmony import */ var vue__WEBPACK_IMPORTED_MODULE_0__ = __webpack_require__(/*! vue */ \"./node_modules/vue/dist/vue.esm-bundler.js\");\n\nfunction render(_ctx, _cache, $props, $setup, $data, $options) {\n return (0,vue__WEBPACK_IMPORTED_MODULE_0__.openBlock)(), (0,vue__WEBPACK_IMPORTED_MODULE_0__.createElementBlock)(\"section\", {\n class: (0,vue__WEBPACK_IMPORTED_MODULE_0__.normalizeClass)([\"lesli-application-container container\", {\n 'is-fluid': $props.dashboard\n }])\n }, [(0,vue__WEBPACK_IMPORTED_MODULE_0__.renderSlot)(_ctx.$slots, \"default\")], 2 /* CLASS */);\n}\n\n//# sourceURL=webpack://lesli/./lib/vue/layouts/application-container.vue?./node_modules/babel-loader/lib/index.js??clonedRuleSet-11.use!./node_modules/vue-loader/dist/templateLoader.js??ruleSet%5B1%5D.rules%5B2%5D!./node_modules/vue-loader/dist/index.js??ruleSet%5B0%5D.use");
636
636
 
637
637
  /***/ }),
638
638
 
@@ -643,7 +643,7 @@ eval("__webpack_require__.r(__webpack_exports__);\n/* harmony export */ __webpac
643
643
  /***/ ((__unused_webpack_module, __webpack_exports__, __webpack_require__) => {
644
644
 
645
645
  "use strict";
646
- eval("__webpack_require__.r(__webpack_exports__);\n/* harmony export */ __webpack_require__.d(__webpack_exports__, {\n/* harmony export */ render: () => (/* binding */ render)\n/* harmony export */ });\n/* harmony import */ var vue__WEBPACK_IMPORTED_MODULE_0__ = __webpack_require__(/*! vue */ \"./node_modules/vue/dist/vue.esm-bundler.js\");\n\nconst _hoisted_1 = {\n class: \"engines\"\n};\nconst _hoisted_2 = {\n class: \"container\"\n};\nconst _hoisted_3 = /*#__PURE__*/(0,vue__WEBPACK_IMPORTED_MODULE_0__.createElementVNode)(\"button\", {\n class: \"button is-hidden-tablet\"\n}, [/*#__PURE__*/(0,vue__WEBPACK_IMPORTED_MODULE_0__.createElementVNode)(\"span\", {\n class: \"icon\"\n}, [/*#__PURE__*/(0,vue__WEBPACK_IMPORTED_MODULE_0__.createElementVNode)(\"i\", {\n class: \"ri-close-line\"\n})]), /*#__PURE__*/(0,vue__WEBPACK_IMPORTED_MODULE_0__.createElementVNode)(\"span\", null, \"close\")], -1 /* HOISTED */);\n\nfunction render(_ctx, _cache, $props, $setup, $data, $options) {\n return (0,vue__WEBPACK_IMPORTED_MODULE_0__.openBlock)(), (0,vue__WEBPACK_IMPORTED_MODULE_0__.createBlock)(vue__WEBPACK_IMPORTED_MODULE_0__.Transition, null, {\n default: (0,vue__WEBPACK_IMPORTED_MODULE_0__.withCtx)(() => [$setup.storeLayout.showEngines ? ((0,vue__WEBPACK_IMPORTED_MODULE_0__.openBlock)(), (0,vue__WEBPACK_IMPORTED_MODULE_0__.createElementBlock)(\"section\", {\n key: 0,\n class: \"lesli-application-engines\",\n onClick: _cache[0] || (_cache[0] = $event => $setup.storeLayout.toggleEngines())\n }, [(0,vue__WEBPACK_IMPORTED_MODULE_0__.createElementVNode)(\"div\", _hoisted_1, [(0,vue__WEBPACK_IMPORTED_MODULE_0__.createElementVNode)(\"div\", _hoisted_2, [(0,vue__WEBPACK_IMPORTED_MODULE_0__.renderSlot)(_ctx.$slots, \"default\"), _hoisted_3])])])) : (0,vue__WEBPACK_IMPORTED_MODULE_0__.createCommentVNode)(\"v-if\", true)]),\n _: 3 /* FORWARDED */\n });\n}\n\n//# sourceURL=webpack://lesli/./lib/vue/layouts/application-engines.vue?./node_modules/babel-loader/lib/index.js??clonedRuleSet-11.use!./node_modules/vue-loader/dist/templateLoader.js??ruleSet%5B1%5D.rules%5B2%5D!./node_modules/vue-loader/dist/index.js??ruleSet%5B0%5D.use");
646
+ eval("__webpack_require__.r(__webpack_exports__);\n/* harmony export */ __webpack_require__.d(__webpack_exports__, {\n/* harmony export */ render: () => (/* binding */ render)\n/* harmony export */ });\n/* harmony import */ var vue__WEBPACK_IMPORTED_MODULE_0__ = __webpack_require__(/*! vue */ \"./node_modules/vue/dist/vue.esm-bundler.js\");\n\nconst _hoisted_1 = {\n class: \"engines-container\"\n};\nconst _hoisted_2 = {\n class: \"engines\"\n};\nconst _hoisted_3 = /*#__PURE__*/(0,vue__WEBPACK_IMPORTED_MODULE_0__.createElementVNode)(\"button\", {\n class: \"button is-hidden-tablet\"\n}, [/*#__PURE__*/(0,vue__WEBPACK_IMPORTED_MODULE_0__.createElementVNode)(\"span\", {\n class: \"icon\"\n}, [/*#__PURE__*/(0,vue__WEBPACK_IMPORTED_MODULE_0__.createElementVNode)(\"i\", {\n class: \"ri-close-line\"\n})]), /*#__PURE__*/(0,vue__WEBPACK_IMPORTED_MODULE_0__.createElementVNode)(\"span\", null, \"close\")], -1 /* HOISTED */);\n\nfunction render(_ctx, _cache, $props, $setup, $data, $options) {\n return (0,vue__WEBPACK_IMPORTED_MODULE_0__.openBlock)(), (0,vue__WEBPACK_IMPORTED_MODULE_0__.createBlock)(vue__WEBPACK_IMPORTED_MODULE_0__.Transition, null, {\n default: (0,vue__WEBPACK_IMPORTED_MODULE_0__.withCtx)(() => [$setup.storeLayout.showEngines ? ((0,vue__WEBPACK_IMPORTED_MODULE_0__.openBlock)(), (0,vue__WEBPACK_IMPORTED_MODULE_0__.createElementBlock)(\"section\", {\n key: 0,\n class: \"lesli-application-engines\",\n onClick: _cache[0] || (_cache[0] = $event => $setup.storeLayout.toggleEngines())\n }, [(0,vue__WEBPACK_IMPORTED_MODULE_0__.createElementVNode)(\"div\", _hoisted_1, [(0,vue__WEBPACK_IMPORTED_MODULE_0__.createElementVNode)(\"div\", _hoisted_2, [(0,vue__WEBPACK_IMPORTED_MODULE_0__.renderSlot)(_ctx.$slots, \"default\")]), _hoisted_3])])) : (0,vue__WEBPACK_IMPORTED_MODULE_0__.createCommentVNode)(\"v-if\", true)]),\n _: 3 /* FORWARDED */\n });\n}\n\n//# sourceURL=webpack://lesli/./lib/vue/layouts/application-engines.vue?./node_modules/babel-loader/lib/index.js??clonedRuleSet-11.use!./node_modules/vue-loader/dist/templateLoader.js??ruleSet%5B1%5D.rules%5B2%5D!./node_modules/vue-loader/dist/index.js??ruleSet%5B0%5D.use");
647
647
 
648
648
  /***/ }),
649
649
 
@@ -654,7 +654,7 @@ eval("__webpack_require__.r(__webpack_exports__);\n/* harmony export */ __webpac
654
654
  /***/ ((__unused_webpack_module, __webpack_exports__, __webpack_require__) => {
655
655
 
656
656
  "use strict";
657
- eval("__webpack_require__.r(__webpack_exports__);\n/* harmony export */ __webpack_require__.d(__webpack_exports__, {\n/* harmony export */ render: () => (/* binding */ render)\n/* harmony export */ });\n/* harmony import */ var vue__WEBPACK_IMPORTED_MODULE_0__ = __webpack_require__(/*! vue */ \"./node_modules/vue/dist/vue.esm-bundler.js\");\n\nconst _hoisted_1 = {\n ref: \"lesliApplicationHeader\",\n class: \"lesli-application-header\"\n};\nconst _hoisted_2 = {\n class: \"lesli-application-header-container container\"\n};\nconst _hoisted_3 = /*#__PURE__*/(0,vue__WEBPACK_IMPORTED_MODULE_0__.createElementVNode)(\"figure\", {\n class: \"image lesli-brand\"\n}, [/*#__PURE__*/(0,vue__WEBPACK_IMPORTED_MODULE_0__.createElementVNode)(\"img\", {\n alt: \"App logo\",\n class: \"is-hidden-touch\",\n src: \"/assets/lesli/brand/app-logo.svg\"\n})], -1 /* HOISTED */);\nconst _hoisted_4 = {\n class: \"lesli-application-header-left\"\n};\nconst _hoisted_5 = {\n class: \"control is-medium has-icons-left has-text-grey\"\n};\nconst _hoisted_6 = {\n class: \"icon is-left has-text-gray\"\n};\nconst _hoisted_7 = {\n key: 0,\n class: \"material-icons\"\n};\nconst _hoisted_8 = [\"placeholder\"];\nconst _hoisted_9 = {\n class: \"lesli-application-header-right\"\n};\nconst _hoisted_10 = /*#__PURE__*/(0,vue__WEBPACK_IMPORTED_MODULE_0__.createElementVNode)(\"span\", {\n class: \"ri-apps-2-line\"\n}, null, -1 /* HOISTED */);\nconst _hoisted_11 = [_hoisted_10];\nconst _hoisted_12 = {\n key: 0,\n class: \"count\"\n};\nconst _hoisted_13 = {\n key: 0,\n class: \"count\"\n};\nconst _hoisted_14 = {\n key: 0,\n class: \"count\"\n};\nconst _hoisted_15 = {\n class: \"dropdown is-right is-hoverable header-user-options\"\n};\nconst _hoisted_16 = {\n class: \"dropdown-trigger\"\n};\nconst _hoisted_17 = {\n class: \"icon has-text-link\"\n};\nconst _hoisted_18 = {\n class: \"dropdown-menu\",\n id: \"dropdown-menu\",\n role: \"menu\"\n};\nconst _hoisted_19 = {\n class: \"dropdown-content\"\n};\nconst _hoisted_20 = {\n href: \"/administration/profile\",\n class: \"dropdown-item\"\n};\nconst _hoisted_21 = {\n class: \"icon-text\"\n};\nconst _hoisted_22 = /*#__PURE__*/(0,vue__WEBPACK_IMPORTED_MODULE_0__.createElementVNode)(\"span\", {\n class: \"icon has-text-grey-dark\"\n}, [/*#__PURE__*/(0,vue__WEBPACK_IMPORTED_MODULE_0__.createElementVNode)(\"span\", {\n class: \"ri-user-line\"\n})], -1 /* HOISTED */);\nconst _hoisted_23 = /*#__PURE__*/(0,vue__WEBPACK_IMPORTED_MODULE_0__.createElementVNode)(\"hr\", {\n class: \"dropdown-divider\"\n}, null, -1 /* HOISTED */);\nconst _hoisted_24 = {\n href: \"/logout\",\n class: \"dropdown-item\"\n};\nconst _hoisted_25 = {\n class: \"icon-text\"\n};\nconst _hoisted_26 = /*#__PURE__*/(0,vue__WEBPACK_IMPORTED_MODULE_0__.createElementVNode)(\"span\", {\n class: \"icon has-text-grey-dark\"\n}, [/*#__PURE__*/(0,vue__WEBPACK_IMPORTED_MODULE_0__.createElementVNode)(\"span\", {\n class: \"ri-logout-box-r-line\"\n})], -1 /* HOISTED */);\n\nfunction render(_ctx, _cache, $props, $setup, $data, $options) {\n const _component_lesli_loading = (0,vue__WEBPACK_IMPORTED_MODULE_0__.resolveComponent)(\"lesli-loading\");\n return (0,vue__WEBPACK_IMPORTED_MODULE_0__.openBlock)(), (0,vue__WEBPACK_IMPORTED_MODULE_0__.createElementBlock)(\"header\", _hoisted_1, [(0,vue__WEBPACK_IMPORTED_MODULE_0__.createElementVNode)(\"div\", _hoisted_2, [_hoisted_3, (0,vue__WEBPACK_IMPORTED_MODULE_0__.createElementVNode)(\"div\", _hoisted_4, [(0,vue__WEBPACK_IMPORTED_MODULE_0__.createElementVNode)(\"div\", _hoisted_5, [(0,vue__WEBPACK_IMPORTED_MODULE_0__.createElementVNode)(\"span\", _hoisted_6, [!$setup.storeSearch.loading ? ((0,vue__WEBPACK_IMPORTED_MODULE_0__.openBlock)(), (0,vue__WEBPACK_IMPORTED_MODULE_0__.createElementBlock)(\"span\", _hoisted_7, \" search \")) : (0,vue__WEBPACK_IMPORTED_MODULE_0__.createCommentVNode)(\"v-if\", true), $setup.storeSearch.loading ? ((0,vue__WEBPACK_IMPORTED_MODULE_0__.openBlock)(), (0,vue__WEBPACK_IMPORTED_MODULE_0__.createBlock)(_component_lesli_loading, {\n key: 1,\n icon: true\n })) : (0,vue__WEBPACK_IMPORTED_MODULE_0__.createCommentVNode)(\"v-if\", true)]), (0,vue__WEBPACK_IMPORTED_MODULE_0__.withDirectives)((0,vue__WEBPACK_IMPORTED_MODULE_0__.createElementVNode)(\"input\", {\n type: \"email\",\n name: \"global_search\",\n class: \"input is-shadowless\",\n placeholder: $setup.translations.core.shared.search_placeholder || 'Ask to Lesli...',\n onInput: _cache[0] || (_cache[0] = function () {\n return $setup.storeSearch.doSearch && $setup.storeSearch.doSearch(...arguments);\n }),\n \"onUpdate:modelValue\": _cache[1] || (_cache[1] = $event => $setup.storeSearch.text = $event)\n }, null, 40 /* PROPS, HYDRATE_EVENTS */, _hoisted_8), [[vue__WEBPACK_IMPORTED_MODULE_0__.vModelText, $setup.storeSearch.text]])])]), (0,vue__WEBPACK_IMPORTED_MODULE_0__.createElementVNode)(\"div\", _hoisted_9, [(0,vue__WEBPACK_IMPORTED_MODULE_0__.createCommentVNode)(\" engines selector \"), $setup.props.showEngines || true ? ((0,vue__WEBPACK_IMPORTED_MODULE_0__.openBlock)(), (0,vue__WEBPACK_IMPORTED_MODULE_0__.createElementBlock)(\"a\", {\n key: 0,\n class: \"header-indicator\",\n onClick: _cache[2] || (_cache[2] = $event => $setup.toggleEngines())\n }, _hoisted_11)) : 0, (0,vue__WEBPACK_IMPORTED_MODULE_0__.createCommentVNode)(\" Tickets \"), $setup.props.showTickets || true ? ((0,vue__WEBPACK_IMPORTED_MODULE_0__.openBlock)(), (0,vue__WEBPACK_IMPORTED_MODULE_0__.createElementBlock)(\"a\", {\n key: 1,\n class: \"header-indicator\",\n onClick: _cache[3] || (_cache[3] = () => {\n $setup.storeLayout.showTickets = true;\n })\n }, [(0,vue__WEBPACK_IMPORTED_MODULE_0__.createElementVNode)(\"span\", {\n class: (0,vue__WEBPACK_IMPORTED_MODULE_0__.normalizeClass)(['ri-ticket-2-line', {\n 'is-active': $setup.storeLayout.header.tickets > 0\n }])\n }, null, 2 /* CLASS */), $setup.storeLayout.header.tickets > 0 ? ((0,vue__WEBPACK_IMPORTED_MODULE_0__.openBlock)(), (0,vue__WEBPACK_IMPORTED_MODULE_0__.createElementBlock)(\"span\", _hoisted_12, (0,vue__WEBPACK_IMPORTED_MODULE_0__.toDisplayString)($setup.storeLayout.header.tickets), 1 /* TEXT */)) : (0,vue__WEBPACK_IMPORTED_MODULE_0__.createCommentVNode)(\"v-if\", true)])) : 0, (0,vue__WEBPACK_IMPORTED_MODULE_0__.createCommentVNode)(\" Tasks \"), $setup.props.showFocus || true ? ((0,vue__WEBPACK_IMPORTED_MODULE_0__.openBlock)(), (0,vue__WEBPACK_IMPORTED_MODULE_0__.createElementBlock)(\"a\", {\n key: 2,\n class: \"header-indicator\",\n onClick: _cache[4] || (_cache[4] = () => {\n if ($setup.storeLayout.header.tasks > 0) {\n $setup.storeLayout.showTasks = true;\n }\n })\n }, [(0,vue__WEBPACK_IMPORTED_MODULE_0__.createElementVNode)(\"span\", {\n class: (0,vue__WEBPACK_IMPORTED_MODULE_0__.normalizeClass)(['ri-list-check-3', {\n 'is-active': $setup.storeLayout.header.tasks > 0\n }])\n }, null, 2 /* CLASS */), $setup.storeLayout.header.tasks > 0 ? ((0,vue__WEBPACK_IMPORTED_MODULE_0__.openBlock)(), (0,vue__WEBPACK_IMPORTED_MODULE_0__.createElementBlock)(\"span\", _hoisted_13, (0,vue__WEBPACK_IMPORTED_MODULE_0__.toDisplayString)($setup.storeLayout.header.tasks), 1 /* TEXT */)) : (0,vue__WEBPACK_IMPORTED_MODULE_0__.createCommentVNode)(\"v-if\", true)])) : 0, (0,vue__WEBPACK_IMPORTED_MODULE_0__.createCommentVNode)(\" Notifications \"), $setup.props.showBell || true ? ((0,vue__WEBPACK_IMPORTED_MODULE_0__.openBlock)(), (0,vue__WEBPACK_IMPORTED_MODULE_0__.createElementBlock)(\"a\", {\n key: 3,\n class: \"header-indicator\",\n onClick: _cache[5] || (_cache[5] = () => {\n if ($setup.storeLayout.header.notifications > 0) {\n $setup.storeLayout.showNotifications = true;\n }\n })\n }, [(0,vue__WEBPACK_IMPORTED_MODULE_0__.createElementVNode)(\"span\", {\n class: (0,vue__WEBPACK_IMPORTED_MODULE_0__.normalizeClass)(['ri-notification-3-line', {\n 'is-active': $setup.storeLayout.header.notifications > 0\n }])\n }, null, 2 /* CLASS */), $setup.storeLayout.header.notifications > 0 ? ((0,vue__WEBPACK_IMPORTED_MODULE_0__.openBlock)(), (0,vue__WEBPACK_IMPORTED_MODULE_0__.createElementBlock)(\"span\", _hoisted_14, (0,vue__WEBPACK_IMPORTED_MODULE_0__.toDisplayString)($setup.storeLayout.header.notifications), 1 /* TEXT */)) : (0,vue__WEBPACK_IMPORTED_MODULE_0__.createCommentVNode)(\"v-if\", true)])) : 0, (0,vue__WEBPACK_IMPORTED_MODULE_0__.createCommentVNode)(\" Profile options \"), (0,vue__WEBPACK_IMPORTED_MODULE_0__.createElementVNode)(\"div\", _hoisted_15, [(0,vue__WEBPACK_IMPORTED_MODULE_0__.createElementVNode)(\"div\", _hoisted_16, [(0,vue__WEBPACK_IMPORTED_MODULE_0__.createElementVNode)(\"span\", _hoisted_17, [(0,vue__WEBPACK_IMPORTED_MODULE_0__.createElementVNode)(\"span\", {\n class: \"ri-user-smile-line\",\n onClick: _cache[6] || (_cache[6] = $event => $setup.storeLayout.showProfile = true)\n })])]), (0,vue__WEBPACK_IMPORTED_MODULE_0__.createElementVNode)(\"div\", _hoisted_18, [(0,vue__WEBPACK_IMPORTED_MODULE_0__.createElementVNode)(\"div\", _hoisted_19, [(0,vue__WEBPACK_IMPORTED_MODULE_0__.createElementVNode)(\"a\", _hoisted_20, [(0,vue__WEBPACK_IMPORTED_MODULE_0__.createElementVNode)(\"span\", _hoisted_21, [_hoisted_22, (0,vue__WEBPACK_IMPORTED_MODULE_0__.createElementVNode)(\"span\", null, (0,vue__WEBPACK_IMPORTED_MODULE_0__.toDisplayString)($setup.translations.core.shared.view_text_profile), 1 /* TEXT */)])]), _hoisted_23, (0,vue__WEBPACK_IMPORTED_MODULE_0__.createElementVNode)(\"a\", _hoisted_24, [(0,vue__WEBPACK_IMPORTED_MODULE_0__.createElementVNode)(\"span\", _hoisted_25, [_hoisted_26, (0,vue__WEBPACK_IMPORTED_MODULE_0__.createElementVNode)(\"span\", null, (0,vue__WEBPACK_IMPORTED_MODULE_0__.toDisplayString)($setup.translations.core.shared.view_text_logout), 1 /* TEXT */)])])])])])])])], 512 /* NEED_PATCH */);\n}\n\n//# sourceURL=webpack://lesli/./lib/vue/layouts/application-header.vue?./node_modules/babel-loader/lib/index.js??clonedRuleSet-11.use!./node_modules/vue-loader/dist/templateLoader.js??ruleSet%5B1%5D.rules%5B2%5D!./node_modules/vue-loader/dist/index.js??ruleSet%5B0%5D.use");
657
+ eval("__webpack_require__.r(__webpack_exports__);\n/* harmony export */ __webpack_require__.d(__webpack_exports__, {\n/* harmony export */ render: () => (/* binding */ render)\n/* harmony export */ });\n/* harmony import */ var vue__WEBPACK_IMPORTED_MODULE_0__ = __webpack_require__(/*! vue */ \"./node_modules/vue/dist/vue.esm-bundler.js\");\n\nconst _hoisted_1 = {\n ref: \"lesliApplicationHeader\",\n class: \"lesli-application-header\"\n};\nconst _hoisted_2 = {\n class: \"lesli-application-header-container container\"\n};\nconst _hoisted_3 = [\"href\"];\nconst _hoisted_4 = /*#__PURE__*/(0,vue__WEBPACK_IMPORTED_MODULE_0__.createElementVNode)(\"figure\", {\n class: \"image lesli-brand\"\n}, [/*#__PURE__*/(0,vue__WEBPACK_IMPORTED_MODULE_0__.createElementVNode)(\"img\", {\n alt: \"App logo\",\n class: \"is-hidden-touch\",\n src: \"/assets/lesli/brand/app-logo.svg\"\n})], -1 /* HOISTED */);\nconst _hoisted_5 = [_hoisted_4];\nconst _hoisted_6 = {\n class: \"lesli-application-header-left\"\n};\nconst _hoisted_7 = {\n class: \"control is-medium has-icons-left has-text-grey\"\n};\nconst _hoisted_8 = {\n class: \"icon is-left has-text-gray\"\n};\nconst _hoisted_9 = {\n key: 0,\n class: \"material-icons\"\n};\nconst _hoisted_10 = [\"placeholder\"];\nconst _hoisted_11 = {\n class: \"lesli-application-header-right\"\n};\nconst _hoisted_12 = /*#__PURE__*/(0,vue__WEBPACK_IMPORTED_MODULE_0__.createElementVNode)(\"span\", {\n class: \"ri-apps-2-line\"\n}, null, -1 /* HOISTED */);\nconst _hoisted_13 = [_hoisted_12];\nconst _hoisted_14 = {\n key: 0,\n class: \"count\"\n};\nconst _hoisted_15 = {\n key: 0,\n class: \"count\"\n};\nconst _hoisted_16 = {\n key: 0,\n class: \"count\"\n};\nconst _hoisted_17 = {\n class: \"dropdown is-right is-hoverable header-user-options\"\n};\nconst _hoisted_18 = {\n class: \"dropdown-trigger\"\n};\nconst _hoisted_19 = {\n class: \"icon has-text-link\"\n};\nconst _hoisted_20 = {\n class: \"dropdown-menu\",\n id: \"dropdown-menu\",\n role: \"menu\"\n};\nconst _hoisted_21 = {\n class: \"dropdown-content\"\n};\nconst _hoisted_22 = [\"href\"];\nconst _hoisted_23 = {\n class: \"icon-text\"\n};\nconst _hoisted_24 = /*#__PURE__*/(0,vue__WEBPACK_IMPORTED_MODULE_0__.createElementVNode)(\"span\", {\n class: \"icon has-text-grey-dark\"\n}, [/*#__PURE__*/(0,vue__WEBPACK_IMPORTED_MODULE_0__.createElementVNode)(\"span\", {\n class: \"ri-user-line\"\n})], -1 /* HOISTED */);\nconst _hoisted_25 = /*#__PURE__*/(0,vue__WEBPACK_IMPORTED_MODULE_0__.createElementVNode)(\"hr\", {\n class: \"dropdown-divider\"\n}, null, -1 /* HOISTED */);\nconst _hoisted_26 = {\n href: \"/logout\",\n class: \"dropdown-item py-3\"\n};\nconst _hoisted_27 = {\n class: \"icon-text\"\n};\nconst _hoisted_28 = /*#__PURE__*/(0,vue__WEBPACK_IMPORTED_MODULE_0__.createElementVNode)(\"span\", {\n class: \"icon has-text-grey-dark\"\n}, [/*#__PURE__*/(0,vue__WEBPACK_IMPORTED_MODULE_0__.createElementVNode)(\"span\", {\n class: \"ri-logout-box-r-line\"\n})], -1 /* HOISTED */);\n\nfunction render(_ctx, _cache, $props, $setup, $data, $options) {\n const _component_lesli_loading = (0,vue__WEBPACK_IMPORTED_MODULE_0__.resolveComponent)(\"lesli-loading\");\n return (0,vue__WEBPACK_IMPORTED_MODULE_0__.openBlock)(), (0,vue__WEBPACK_IMPORTED_MODULE_0__.createElementBlock)(\"header\", _hoisted_1, [(0,vue__WEBPACK_IMPORTED_MODULE_0__.createElementVNode)(\"div\", _hoisted_2, [(0,vue__WEBPACK_IMPORTED_MODULE_0__.createElementVNode)(\"a\", {\n href: $setup.props.enginePath\n }, _hoisted_5, 8 /* PROPS */, _hoisted_3), (0,vue__WEBPACK_IMPORTED_MODULE_0__.createElementVNode)(\"div\", _hoisted_6, [(0,vue__WEBPACK_IMPORTED_MODULE_0__.createElementVNode)(\"div\", _hoisted_7, [(0,vue__WEBPACK_IMPORTED_MODULE_0__.createElementVNode)(\"span\", _hoisted_8, [!$setup.storeSearch.loading ? ((0,vue__WEBPACK_IMPORTED_MODULE_0__.openBlock)(), (0,vue__WEBPACK_IMPORTED_MODULE_0__.createElementBlock)(\"span\", _hoisted_9, \" search \")) : (0,vue__WEBPACK_IMPORTED_MODULE_0__.createCommentVNode)(\"v-if\", true), $setup.storeSearch.loading ? ((0,vue__WEBPACK_IMPORTED_MODULE_0__.openBlock)(), (0,vue__WEBPACK_IMPORTED_MODULE_0__.createBlock)(_component_lesli_loading, {\n key: 1,\n icon: true\n })) : (0,vue__WEBPACK_IMPORTED_MODULE_0__.createCommentVNode)(\"v-if\", true)]), (0,vue__WEBPACK_IMPORTED_MODULE_0__.withDirectives)((0,vue__WEBPACK_IMPORTED_MODULE_0__.createElementVNode)(\"input\", {\n type: \"email\",\n name: \"global_search\",\n class: \"input is-shadowless\",\n placeholder: $setup.translations.core.shared.search_placeholder || 'Ask to Lesli...',\n onInput: _cache[0] || (_cache[0] = function () {\n return $setup.storeSearch.doSearch && $setup.storeSearch.doSearch(...arguments);\n }),\n \"onUpdate:modelValue\": _cache[1] || (_cache[1] = $event => $setup.storeSearch.text = $event)\n }, null, 40 /* PROPS, HYDRATE_EVENTS */, _hoisted_10), [[vue__WEBPACK_IMPORTED_MODULE_0__.vModelText, $setup.storeSearch.text]])])]), (0,vue__WEBPACK_IMPORTED_MODULE_0__.createElementVNode)(\"div\", _hoisted_11, [(0,vue__WEBPACK_IMPORTED_MODULE_0__.createCommentVNode)(\" funciona \"), (0,vue__WEBPACK_IMPORTED_MODULE_0__.renderSlot)(_ctx.$slots, \"default\"), (0,vue__WEBPACK_IMPORTED_MODULE_0__.createCommentVNode)(\" engines selector \"), $setup.props.showEngines || true ? ((0,vue__WEBPACK_IMPORTED_MODULE_0__.openBlock)(), (0,vue__WEBPACK_IMPORTED_MODULE_0__.createElementBlock)(\"a\", {\n key: 0,\n class: \"header-indicator\",\n onClick: _cache[2] || (_cache[2] = $event => $setup.toggleEngines())\n }, _hoisted_13)) : 0, (0,vue__WEBPACK_IMPORTED_MODULE_0__.createCommentVNode)(\" Tickets \"), $setup.props.showTickets || true ? ((0,vue__WEBPACK_IMPORTED_MODULE_0__.openBlock)(), (0,vue__WEBPACK_IMPORTED_MODULE_0__.createElementBlock)(\"a\", {\n key: 1,\n class: \"header-indicator\",\n onClick: _cache[3] || (_cache[3] = () => {\n $setup.storeLayout.showTickets = true;\n })\n }, [(0,vue__WEBPACK_IMPORTED_MODULE_0__.createElementVNode)(\"span\", {\n class: (0,vue__WEBPACK_IMPORTED_MODULE_0__.normalizeClass)(['ri-ticket-2-line', {\n 'is-active': $setup.storeLayout.header.tickets > 0\n }])\n }, null, 2 /* CLASS */), $setup.storeLayout.header.tickets > 0 ? ((0,vue__WEBPACK_IMPORTED_MODULE_0__.openBlock)(), (0,vue__WEBPACK_IMPORTED_MODULE_0__.createElementBlock)(\"span\", _hoisted_14, (0,vue__WEBPACK_IMPORTED_MODULE_0__.toDisplayString)($setup.storeLayout.header.tickets), 1 /* TEXT */)) : (0,vue__WEBPACK_IMPORTED_MODULE_0__.createCommentVNode)(\"v-if\", true)])) : 0, (0,vue__WEBPACK_IMPORTED_MODULE_0__.createCommentVNode)(\" Tasks \"), $setup.props.showFocus || true ? ((0,vue__WEBPACK_IMPORTED_MODULE_0__.openBlock)(), (0,vue__WEBPACK_IMPORTED_MODULE_0__.createElementBlock)(\"a\", {\n key: 2,\n class: \"header-indicator\",\n onClick: _cache[4] || (_cache[4] = () => {\n if ($setup.storeLayout.header.tasks > 0) {\n $setup.storeLayout.showTasks = true;\n }\n })\n }, [(0,vue__WEBPACK_IMPORTED_MODULE_0__.createElementVNode)(\"span\", {\n class: (0,vue__WEBPACK_IMPORTED_MODULE_0__.normalizeClass)(['ri-list-check-3', {\n 'is-active': $setup.storeLayout.header.tasks > 0\n }])\n }, null, 2 /* CLASS */), $setup.storeLayout.header.tasks > 0 ? ((0,vue__WEBPACK_IMPORTED_MODULE_0__.openBlock)(), (0,vue__WEBPACK_IMPORTED_MODULE_0__.createElementBlock)(\"span\", _hoisted_15, (0,vue__WEBPACK_IMPORTED_MODULE_0__.toDisplayString)($setup.storeLayout.header.tasks), 1 /* TEXT */)) : (0,vue__WEBPACK_IMPORTED_MODULE_0__.createCommentVNode)(\"v-if\", true)])) : 0, (0,vue__WEBPACK_IMPORTED_MODULE_0__.createCommentVNode)(\" Notifications \"), $setup.props.showBell || true ? ((0,vue__WEBPACK_IMPORTED_MODULE_0__.openBlock)(), (0,vue__WEBPACK_IMPORTED_MODULE_0__.createElementBlock)(\"a\", {\n key: 3,\n class: \"header-indicator\",\n onClick: _cache[5] || (_cache[5] = () => {\n if ($setup.storeLayout.header.notifications > 0) {\n $setup.storeLayout.showNotifications = true;\n }\n })\n }, [(0,vue__WEBPACK_IMPORTED_MODULE_0__.createElementVNode)(\"span\", {\n class: (0,vue__WEBPACK_IMPORTED_MODULE_0__.normalizeClass)(['ri-notification-3-line', {\n 'is-active': $setup.storeLayout.header.notifications > 0\n }])\n }, null, 2 /* CLASS */), $setup.storeLayout.header.notifications > 0 ? ((0,vue__WEBPACK_IMPORTED_MODULE_0__.openBlock)(), (0,vue__WEBPACK_IMPORTED_MODULE_0__.createElementBlock)(\"span\", _hoisted_16, (0,vue__WEBPACK_IMPORTED_MODULE_0__.toDisplayString)($setup.storeLayout.header.notifications), 1 /* TEXT */)) : (0,vue__WEBPACK_IMPORTED_MODULE_0__.createCommentVNode)(\"v-if\", true)])) : 0, (0,vue__WEBPACK_IMPORTED_MODULE_0__.createCommentVNode)(\" Profile options \"), (0,vue__WEBPACK_IMPORTED_MODULE_0__.createElementVNode)(\"div\", _hoisted_17, [(0,vue__WEBPACK_IMPORTED_MODULE_0__.createElementVNode)(\"div\", _hoisted_18, [(0,vue__WEBPACK_IMPORTED_MODULE_0__.createElementVNode)(\"span\", _hoisted_19, [(0,vue__WEBPACK_IMPORTED_MODULE_0__.createElementVNode)(\"span\", {\n class: \"ri-user-smile-line\",\n onClick: _cache[6] || (_cache[6] = $event => $setup.storeLayout.showProfile = true)\n })])]), (0,vue__WEBPACK_IMPORTED_MODULE_0__.createElementVNode)(\"div\", _hoisted_20, [(0,vue__WEBPACK_IMPORTED_MODULE_0__.createElementVNode)(\"div\", _hoisted_21, [(0,vue__WEBPACK_IMPORTED_MODULE_0__.createElementVNode)(\"a\", {\n href: $setup.url.admin('profile'),\n class: \"dropdown-item py-3\"\n }, [(0,vue__WEBPACK_IMPORTED_MODULE_0__.createElementVNode)(\"span\", _hoisted_23, [_hoisted_24, (0,vue__WEBPACK_IMPORTED_MODULE_0__.createElementVNode)(\"span\", null, (0,vue__WEBPACK_IMPORTED_MODULE_0__.toDisplayString)($setup.translations.core.shared.view_text_profile), 1 /* TEXT */)])], 8 /* PROPS */, _hoisted_22), _hoisted_25, (0,vue__WEBPACK_IMPORTED_MODULE_0__.createElementVNode)(\"a\", _hoisted_26, [(0,vue__WEBPACK_IMPORTED_MODULE_0__.createElementVNode)(\"span\", _hoisted_27, [_hoisted_28, (0,vue__WEBPACK_IMPORTED_MODULE_0__.createElementVNode)(\"span\", null, (0,vue__WEBPACK_IMPORTED_MODULE_0__.toDisplayString)($setup.translations.core.shared.view_text_logout), 1 /* TEXT */)])])])])])])])], 512 /* NEED_PATCH */);\n}\n\n//# sourceURL=webpack://lesli/./lib/vue/layouts/application-header.vue?./node_modules/babel-loader/lib/index.js??clonedRuleSet-11.use!./node_modules/vue-loader/dist/templateLoader.js??ruleSet%5B1%5D.rules%5B2%5D!./node_modules/vue-loader/dist/index.js??ruleSet%5B0%5D.use");
658
658
 
659
659
  /***/ }),
660
660
 
@@ -676,7 +676,7 @@ eval("__webpack_require__.r(__webpack_exports__);\n/* harmony export */ __webpac
676
676
  /***/ ((__unused_webpack_module, __webpack_exports__, __webpack_require__) => {
677
677
 
678
678
  "use strict";
679
- eval("__webpack_require__.r(__webpack_exports__);\n/* harmony export */ __webpack_require__.d(__webpack_exports__, {\n/* harmony export */ render: () => (/* binding */ render)\n/* harmony export */ });\n/* harmony import */ var vue__WEBPACK_IMPORTED_MODULE_0__ = __webpack_require__(/*! vue */ \"./node_modules/vue/dist/vue.esm-bundler.js\");\n\nconst _hoisted_1 = {\n class: \"application-component\"\n};\nconst _hoisted_2 = /*#__PURE__*/(0,vue__WEBPACK_IMPORTED_MODULE_0__.createElementVNode)(\"span\", {\n class: \"icon\"\n}, [/*#__PURE__*/(0,vue__WEBPACK_IMPORTED_MODULE_0__.createElementVNode)(\"span\", {\n class: \"material-icons\"\n}, \" translate \")], -1 /* HOISTED */);\n\nfunction render(_ctx, _cache, $props, $setup, $data, $options) {\n const _component_lesli_button = (0,vue__WEBPACK_IMPORTED_MODULE_0__.resolveComponent)(\"lesli-button\");\n const _component_lesli_header = (0,vue__WEBPACK_IMPORTED_MODULE_0__.resolveComponent)(\"lesli-header\");\n const _component_lesli_toolbar = (0,vue__WEBPACK_IMPORTED_MODULE_0__.resolveComponent)(\"lesli-toolbar\");\n const _component_lesli_panel = (0,vue__WEBPACK_IMPORTED_MODULE_0__.resolveComponent)(\"lesli-panel\");\n return (0,vue__WEBPACK_IMPORTED_MODULE_0__.openBlock)(), (0,vue__WEBPACK_IMPORTED_MODULE_0__.createElementBlock)(\"section\", _hoisted_1, [(0,vue__WEBPACK_IMPORTED_MODULE_0__.createVNode)(_component_lesli_header, {\n title: $setup.storeModule.name\n }, {\n default: (0,vue__WEBPACK_IMPORTED_MODULE_0__.withCtx)(() => [(0,vue__WEBPACK_IMPORTED_MODULE_0__.createVNode)($setup[\"componentActions\"]), (0,vue__WEBPACK_IMPORTED_MODULE_0__.createVNode)(_component_lesli_button, {\n solid: \"\",\n icon: \"add\",\n onClick: _cache[0] || (_cache[0] = $event => $setup.storeStrings.showPanel = true)\n }, {\n default: (0,vue__WEBPACK_IMPORTED_MODULE_0__.withCtx)(() => [(0,vue__WEBPACK_IMPORTED_MODULE_0__.createTextVNode)(\" add new string \")]),\n _: 1 /* STABLE */\n })]),\n\n _: 1 /* STABLE */\n }, 8 /* PROPS */, [\"title\"]), (0,vue__WEBPACK_IMPORTED_MODULE_0__.createVNode)(_component_lesli_toolbar, {\n onSearch: $setup.search\n }), (0,vue__WEBPACK_IMPORTED_MODULE_0__.createVNode)($setup[\"formLabelEditor\"], {\n module: $setup.getModule()\n }, null, 8 /* PROPS */, [\"module\"]), (0,vue__WEBPACK_IMPORTED_MODULE_0__.createVNode)(_component_lesli_panel, {\n open: $setup.storeStrings.showPanel,\n \"onUpdate:open\": _cache[1] || (_cache[1] = $event => $setup.storeStrings.showPanel = $event)\n }, {\n header: (0,vue__WEBPACK_IMPORTED_MODULE_0__.withCtx)(() => [_hoisted_2, (0,vue__WEBPACK_IMPORTED_MODULE_0__.createTextVNode)(\" Add new string to translate \")]),\n default: (0,vue__WEBPACK_IMPORTED_MODULE_0__.withCtx)(() => [$setup.storeModule.id ? ((0,vue__WEBPACK_IMPORTED_MODULE_0__.openBlock)(), (0,vue__WEBPACK_IMPORTED_MODULE_0__.createBlock)($setup[\"formStringNew\"], {\n key: 0,\n \"module-id\": $setup.storeModule.id\n }, null, 8 /* PROPS */, [\"module-id\"])) : (0,vue__WEBPACK_IMPORTED_MODULE_0__.createCommentVNode)(\"v-if\", true)]),\n _: 1 /* STABLE */\n }, 8 /* PROPS */, [\"open\"])]);\n}\n\n//# sourceURL=webpack://lesli/../LesliBabel/lib/vue/apps/modules/show.vue?./node_modules/babel-loader/lib/index.js??clonedRuleSet-11.use!./node_modules/vue-loader/dist/templateLoader.js??ruleSet%5B1%5D.rules%5B2%5D!./node_modules/vue-loader/dist/index.js??ruleSet%5B0%5D.use");
679
+ eval("__webpack_require__.r(__webpack_exports__);\n/* harmony export */ __webpack_require__.d(__webpack_exports__, {\n/* harmony export */ render: () => (/* binding */ render)\n/* harmony export */ });\n/* harmony import */ var vue__WEBPACK_IMPORTED_MODULE_0__ = __webpack_require__(/*! vue */ \"./node_modules/vue/dist/vue.esm-bundler.js\");\n\nfunction render(_ctx, _cache, $props, $setup, $data, $options) {\n const _component_lesli_button = (0,vue__WEBPACK_IMPORTED_MODULE_0__.resolveComponent)(\"lesli-button\");\n const _component_lesli_header = (0,vue__WEBPACK_IMPORTED_MODULE_0__.resolveComponent)(\"lesli-header\");\n const _component_lesli_toolbar = (0,vue__WEBPACK_IMPORTED_MODULE_0__.resolveComponent)(\"lesli-toolbar\");\n const _component_lesli_panel = (0,vue__WEBPACK_IMPORTED_MODULE_0__.resolveComponent)(\"lesli-panel\");\n const _component_lesli_application_container = (0,vue__WEBPACK_IMPORTED_MODULE_0__.resolveComponent)(\"lesli-application-container\");\n return (0,vue__WEBPACK_IMPORTED_MODULE_0__.openBlock)(), (0,vue__WEBPACK_IMPORTED_MODULE_0__.createBlock)(_component_lesli_application_container, null, {\n default: (0,vue__WEBPACK_IMPORTED_MODULE_0__.withCtx)(() => [(0,vue__WEBPACK_IMPORTED_MODULE_0__.createVNode)(_component_lesli_header, {\n title: $setup.storeModule.code\n }, {\n default: (0,vue__WEBPACK_IMPORTED_MODULE_0__.withCtx)(() => [(0,vue__WEBPACK_IMPORTED_MODULE_0__.createVNode)($setup[\"componentActions\"]), (0,vue__WEBPACK_IMPORTED_MODULE_0__.createVNode)(_component_lesli_button, {\n solid: \"\",\n icon: \"add\",\n onClick: _cache[0] || (_cache[0] = $event => $setup.storeStrings.showPanel = true)\n }, {\n default: (0,vue__WEBPACK_IMPORTED_MODULE_0__.withCtx)(() => [(0,vue__WEBPACK_IMPORTED_MODULE_0__.createTextVNode)(\" add new string \")]),\n _: 1 /* STABLE */\n })]),\n\n _: 1 /* STABLE */\n }, 8 /* PROPS */, [\"title\"]), (0,vue__WEBPACK_IMPORTED_MODULE_0__.createVNode)(_component_lesli_toolbar, {\n onSearch: $setup.search\n }), (0,vue__WEBPACK_IMPORTED_MODULE_0__.createVNode)($setup[\"formLabelEditor\"], {\n module: $setup.getModule()\n }, null, 8 /* PROPS */, [\"module\"]), (0,vue__WEBPACK_IMPORTED_MODULE_0__.createVNode)(_component_lesli_panel, {\n open: $setup.storeStrings.showPanel,\n \"onUpdate:open\": _cache[1] || (_cache[1] = $event => $setup.storeStrings.showPanel = $event)\n }, {\n header: (0,vue__WEBPACK_IMPORTED_MODULE_0__.withCtx)(() => [(0,vue__WEBPACK_IMPORTED_MODULE_0__.createTextVNode)(\" Add new string to translate \")]),\n default: (0,vue__WEBPACK_IMPORTED_MODULE_0__.withCtx)(() => [$setup.storeModule.id ? ((0,vue__WEBPACK_IMPORTED_MODULE_0__.openBlock)(), (0,vue__WEBPACK_IMPORTED_MODULE_0__.createBlock)($setup[\"formStringNew\"], {\n key: 0,\n \"module-id\": $setup.storeModule.id\n }, null, 8 /* PROPS */, [\"module-id\"])) : (0,vue__WEBPACK_IMPORTED_MODULE_0__.createCommentVNode)(\"v-if\", true)]),\n _: 1 /* STABLE */\n }, 8 /* PROPS */, [\"open\"])]),\n _: 1 /* STABLE */\n });\n}\n\n//# sourceURL=webpack://lesli/../LesliBabel/lib/vue/apps/modules/show.vue?./node_modules/babel-loader/lib/index.js??clonedRuleSet-11.use!./node_modules/vue-loader/dist/templateLoader.js??ruleSet%5B1%5D.rules%5B2%5D!./node_modules/vue-loader/dist/index.js??ruleSet%5B0%5D.use");
680
680
 
681
681
  /***/ }),
682
682
 
@@ -731,7 +731,7 @@ eval("__webpack_require__.r(__webpack_exports__);\n/* harmony export */ __webpac
731
731
  /***/ ((__unused_webpack_module, __webpack_exports__, __webpack_require__) => {
732
732
 
733
733
  "use strict";
734
- eval("__webpack_require__.r(__webpack_exports__);\n/* harmony export */ __webpack_require__.d(__webpack_exports__, {\n/* harmony export */ render: () => (/* binding */ render)\n/* harmony export */ });\n/* harmony import */ var vue__WEBPACK_IMPORTED_MODULE_0__ = __webpack_require__(/*! vue */ \"./node_modules/vue/dist/vue.esm-bundler.js\");\n\nconst _hoisted_1 = [\"onSubmit\"];\nconst _hoisted_2 = {\n class: \"card-content\"\n};\nconst _hoisted_3 = {\n class: \"field\"\n};\nconst _hoisted_4 = /*#__PURE__*/(0,vue__WEBPACK_IMPORTED_MODULE_0__.createElementVNode)(\"label\", {\n class: \"label\"\n}, \"Bucket\", -1 /* HOISTED */);\nconst _hoisted_5 = {\n class: \"control\"\n};\nconst _hoisted_6 = {\n class: \"field\"\n};\nconst _hoisted_7 = /*#__PURE__*/(0,vue__WEBPACK_IMPORTED_MODULE_0__.createElementVNode)(\"label\", {\n class: \"label\"\n}, \"Prefix\", -1 /* HOISTED */);\nconst _hoisted_8 = {\n class: \"control\"\n};\nconst _hoisted_9 = {\n class: \"field\"\n};\nconst _hoisted_10 = /*#__PURE__*/(0,vue__WEBPACK_IMPORTED_MODULE_0__.createElementVNode)(\"label\", {\n class: \"label\"\n}, \"Label\", -1 /* HOISTED */);\nconst _hoisted_11 = {\n class: \"control\"\n};\nconst _hoisted_12 = /*#__PURE__*/(0,vue__WEBPACK_IMPORTED_MODULE_0__.createElementVNode)(\"div\", {\n class: \"control\"\n}, [/*#__PURE__*/(0,vue__WEBPACK_IMPORTED_MODULE_0__.createElementVNode)(\"input\", {\n class: \"button is-primary\",\n type: \"submit\",\n value: \"Save\"\n})], -1 /* HOISTED */);\n\nfunction render(_ctx, _cache, $props, $setup, $data, $options) {\n const _component_lesli_select = (0,vue__WEBPACK_IMPORTED_MODULE_0__.resolveComponent)(\"lesli-select\");\n return (0,vue__WEBPACK_IMPORTED_MODULE_0__.openBlock)(), (0,vue__WEBPACK_IMPORTED_MODULE_0__.createElementBlock)(\"form\", {\n onSubmit: (0,vue__WEBPACK_IMPORTED_MODULE_0__.withModifiers)($setup.postString, [\"prevent\"]),\n class: \"card is-shadowless\"\n }, [(0,vue__WEBPACK_IMPORTED_MODULE_0__.createElementVNode)(\"div\", _hoisted_2, [(0,vue__WEBPACK_IMPORTED_MODULE_0__.createElementVNode)(\"div\", _hoisted_3, [_hoisted_4, (0,vue__WEBPACK_IMPORTED_MODULE_0__.createElementVNode)(\"div\", _hoisted_5, [(0,vue__WEBPACK_IMPORTED_MODULE_0__.createVNode)(_component_lesli_select, {\n modelValue: $setup.bucket,\n \"onUpdate:modelValue\": _cache[0] || (_cache[0] = $event => $setup.bucket = $event),\n options: $setup.storeModule.buckets.map(b => {\n return {\n value: b.id,\n label: b.name\n };\n })\n }, null, 8 /* PROPS */, [\"modelValue\", \"options\"])])]), (0,vue__WEBPACK_IMPORTED_MODULE_0__.createElementVNode)(\"div\", _hoisted_6, [_hoisted_7, (0,vue__WEBPACK_IMPORTED_MODULE_0__.createElementVNode)(\"div\", _hoisted_8, [(0,vue__WEBPACK_IMPORTED_MODULE_0__.createVNode)(_component_lesli_select, {\n modelValue: $setup.prefix,\n \"onUpdate:modelValue\": _cache[1] || (_cache[1] = $event => $setup.prefix = $event),\n options: $setup.prefixes\n }, null, 8 /* PROPS */, [\"modelValue\"])])]), (0,vue__WEBPACK_IMPORTED_MODULE_0__.createElementVNode)(\"div\", _hoisted_9, [_hoisted_10, (0,vue__WEBPACK_IMPORTED_MODULE_0__.createElementVNode)(\"div\", _hoisted_11, [(0,vue__WEBPACK_IMPORTED_MODULE_0__.withDirectives)((0,vue__WEBPACK_IMPORTED_MODULE_0__.createElementVNode)(\"input\", {\n required: \"\",\n \"onUpdate:modelValue\": _cache[2] || (_cache[2] = $event => $setup.string = $event),\n class: \"input\",\n type: \"text\",\n placeholder: \"Add label to translation workflow\"\n }, null, 512 /* NEED_PATCH */), [[vue__WEBPACK_IMPORTED_MODULE_0__.vModelText, $setup.string]])])]), _hoisted_12])], 40 /* PROPS, HYDRATE_EVENTS */, _hoisted_1);\n}\n\n//# sourceURL=webpack://lesli/../LesliBabel/lib/vue/components/form-string-new.vue?./node_modules/babel-loader/lib/index.js??clonedRuleSet-11.use!./node_modules/vue-loader/dist/templateLoader.js??ruleSet%5B1%5D.rules%5B2%5D!./node_modules/vue-loader/dist/index.js??ruleSet%5B0%5D.use");
734
+ eval("__webpack_require__.r(__webpack_exports__);\n/* harmony export */ __webpack_require__.d(__webpack_exports__, {\n/* harmony export */ render: () => (/* binding */ render)\n/* harmony export */ });\n/* harmony import */ var vue__WEBPACK_IMPORTED_MODULE_0__ = __webpack_require__(/*! vue */ \"./node_modules/vue/dist/vue.esm-bundler.js\");\n\nconst _hoisted_1 = {\n class: \"card-content\"\n};\nconst _hoisted_2 = {\n class: \"field\"\n};\nconst _hoisted_3 = /*#__PURE__*/(0,vue__WEBPACK_IMPORTED_MODULE_0__.createElementVNode)(\"label\", {\n class: \"label\"\n}, \"Bucket\", -1 /* HOISTED */);\nconst _hoisted_4 = {\n class: \"control\"\n};\nconst _hoisted_5 = {\n class: \"field\"\n};\nconst _hoisted_6 = /*#__PURE__*/(0,vue__WEBPACK_IMPORTED_MODULE_0__.createElementVNode)(\"label\", {\n class: \"label\"\n}, \"Prefix\", -1 /* HOISTED */);\nconst _hoisted_7 = {\n class: \"control\"\n};\nconst _hoisted_8 = {\n class: \"field\"\n};\nconst _hoisted_9 = /*#__PURE__*/(0,vue__WEBPACK_IMPORTED_MODULE_0__.createElementVNode)(\"label\", {\n class: \"label\"\n}, \"Label\", -1 /* HOISTED */);\nconst _hoisted_10 = {\n class: \"control\"\n};\nconst _hoisted_11 = /*#__PURE__*/(0,vue__WEBPACK_IMPORTED_MODULE_0__.createElementVNode)(\"div\", {\n class: \"control\"\n}, [/*#__PURE__*/(0,vue__WEBPACK_IMPORTED_MODULE_0__.createElementVNode)(\"input\", {\n class: \"button is-primary\",\n type: \"submit\",\n value: \"Save\"\n})], -1 /* HOISTED */);\n\nfunction render(_ctx, _cache, $props, $setup, $data, $options) {\n const _component_lesli_select = (0,vue__WEBPACK_IMPORTED_MODULE_0__.resolveComponent)(\"lesli-select\");\n const _component_lesli_form = (0,vue__WEBPACK_IMPORTED_MODULE_0__.resolveComponent)(\"lesli-form\");\n return (0,vue__WEBPACK_IMPORTED_MODULE_0__.openBlock)(), (0,vue__WEBPACK_IMPORTED_MODULE_0__.createBlock)(_component_lesli_form, {\n onSubmit: $setup.postString\n }, {\n default: (0,vue__WEBPACK_IMPORTED_MODULE_0__.withCtx)(() => [(0,vue__WEBPACK_IMPORTED_MODULE_0__.createElementVNode)(\"div\", _hoisted_1, [(0,vue__WEBPACK_IMPORTED_MODULE_0__.createElementVNode)(\"div\", _hoisted_2, [_hoisted_3, (0,vue__WEBPACK_IMPORTED_MODULE_0__.createElementVNode)(\"div\", _hoisted_4, [(0,vue__WEBPACK_IMPORTED_MODULE_0__.createVNode)(_component_lesli_select, {\n modelValue: $setup.bucket,\n \"onUpdate:modelValue\": _cache[0] || (_cache[0] = $event => $setup.bucket = $event),\n options: $setup.storeModule.buckets.map(b => {\n return {\n value: b.id,\n label: b.code\n };\n })\n }, null, 8 /* PROPS */, [\"modelValue\", \"options\"])])]), (0,vue__WEBPACK_IMPORTED_MODULE_0__.createElementVNode)(\"div\", _hoisted_5, [_hoisted_6, (0,vue__WEBPACK_IMPORTED_MODULE_0__.createElementVNode)(\"div\", _hoisted_7, [(0,vue__WEBPACK_IMPORTED_MODULE_0__.createVNode)(_component_lesli_select, {\n modelValue: $setup.prefix,\n \"onUpdate:modelValue\": _cache[1] || (_cache[1] = $event => $setup.prefix = $event),\n options: $setup.prefixes\n }, null, 8 /* PROPS */, [\"modelValue\"])])]), (0,vue__WEBPACK_IMPORTED_MODULE_0__.createElementVNode)(\"div\", _hoisted_8, [_hoisted_9, (0,vue__WEBPACK_IMPORTED_MODULE_0__.createElementVNode)(\"div\", _hoisted_10, [(0,vue__WEBPACK_IMPORTED_MODULE_0__.withDirectives)((0,vue__WEBPACK_IMPORTED_MODULE_0__.createElementVNode)(\"input\", {\n required: \"\",\n \"onUpdate:modelValue\": _cache[2] || (_cache[2] = $event => $setup.string = $event),\n class: \"input\",\n type: \"text\",\n placeholder: \"Add label to translation workflow\"\n }, null, 512 /* NEED_PATCH */), [[vue__WEBPACK_IMPORTED_MODULE_0__.vModelText, $setup.string]])])]), _hoisted_11])]),\n _: 1 /* STABLE */\n });\n}\n\n//# sourceURL=webpack://lesli/../LesliBabel/lib/vue/components/form-string-new.vue?./node_modules/babel-loader/lib/index.js??clonedRuleSet-11.use!./node_modules/vue-loader/dist/templateLoader.js??ruleSet%5B1%5D.rules%5B2%5D!./node_modules/vue-loader/dist/index.js??ruleSet%5B0%5D.use");
735
735
 
736
736
  /***/ }),
737
737
 
@@ -764,7 +764,7 @@ eval("__webpack_require__.r(__webpack_exports__);\n/* harmony export */ __webpac
764
764
  /***/ ((__unused_webpack_module, __webpack_exports__, __webpack_require__) => {
765
765
 
766
766
  "use strict";
767
- eval("__webpack_require__.r(__webpack_exports__);\n/* harmony export */ __webpack_require__.d(__webpack_exports__, {\n/* harmony export */ render: () => (/* binding */ render)\n/* harmony export */ });\n/* harmony import */ var vue__WEBPACK_IMPORTED_MODULE_0__ = __webpack_require__(/*! vue */ \"./node_modules/vue/dist/vue.esm-bundler.js\");\n\nconst _hoisted_1 = {\n class: \"material-icons\"\n};\nconst _hoisted_2 = {\n key: 1\n};\nconst _hoisted_3 = {\n class: \"material-icons\"\n};\nconst _hoisted_4 = {\n key: 1\n};\nfunction render(_ctx, _cache, $props, $setup, $data, $options) {\n const _component_router_link = (0,vue__WEBPACK_IMPORTED_MODULE_0__.resolveComponent)(\"router-link\");\n return (0,vue__WEBPACK_IMPORTED_MODULE_0__.openBlock)(), (0,vue__WEBPACK_IMPORTED_MODULE_0__.createElementBlock)(vue__WEBPACK_IMPORTED_MODULE_0__.Fragment, null, [$setup.props.to ? ((0,vue__WEBPACK_IMPORTED_MODULE_0__.openBlock)(), (0,vue__WEBPACK_IMPORTED_MODULE_0__.createBlock)(_component_router_link, {\n key: 0,\n to: $props.to.toString(),\n class: (0,vue__WEBPACK_IMPORTED_MODULE_0__.normalizeClass)(['button', 'is-link', 'is-light', $setup.buttonColor, {\n 'is-outlined': !$props.solid\n }, {\n 'is-loading': $props.loading\n }, {\n 'is-small': $props.small\n }])\n }, {\n default: (0,vue__WEBPACK_IMPORTED_MODULE_0__.withCtx)(() => [$props.icon ? ((0,vue__WEBPACK_IMPORTED_MODULE_0__.openBlock)(), (0,vue__WEBPACK_IMPORTED_MODULE_0__.createElementBlock)(\"span\", {\n key: 0,\n class: (0,vue__WEBPACK_IMPORTED_MODULE_0__.normalizeClass)(['icon', {\n 'is-small': $props.small\n }])\n }, [(0,vue__WEBPACK_IMPORTED_MODULE_0__.createElementVNode)(\"span\", _hoisted_1, (0,vue__WEBPACK_IMPORTED_MODULE_0__.toDisplayString)($props.icon), 1 /* TEXT */)], 2 /* CLASS */)) : (0,vue__WEBPACK_IMPORTED_MODULE_0__.createCommentVNode)(\"v-if\", true), !$props.iconOnly ? ((0,vue__WEBPACK_IMPORTED_MODULE_0__.openBlock)(), (0,vue__WEBPACK_IMPORTED_MODULE_0__.createElementBlock)(\"span\", _hoisted_2, [(0,vue__WEBPACK_IMPORTED_MODULE_0__.renderSlot)(_ctx.$slots, \"default\")])) : (0,vue__WEBPACK_IMPORTED_MODULE_0__.createCommentVNode)(\"v-if\", true)]),\n _: 3 /* FORWARDED */\n }, 8 /* PROPS */, [\"to\", \"class\"])) : (0,vue__WEBPACK_IMPORTED_MODULE_0__.createCommentVNode)(\"v-if\", true), !$setup.props.to ? ((0,vue__WEBPACK_IMPORTED_MODULE_0__.openBlock)(), (0,vue__WEBPACK_IMPORTED_MODULE_0__.createElementBlock)(\"button\", {\n key: 1,\n onClick: _cache[0] || (_cache[0] = $event => $setup.emit('click')),\n class: (0,vue__WEBPACK_IMPORTED_MODULE_0__.normalizeClass)(['button', 'is-link', 'is-light', $setup.buttonColor, {\n 'is-outlined': !$props.solid\n }, {\n 'is-loading': $props.loading\n }, {\n 'is-small': $props.small\n }])\n }, [$props.icon ? ((0,vue__WEBPACK_IMPORTED_MODULE_0__.openBlock)(), (0,vue__WEBPACK_IMPORTED_MODULE_0__.createElementBlock)(\"span\", {\n key: 0,\n class: (0,vue__WEBPACK_IMPORTED_MODULE_0__.normalizeClass)(['icon', {\n 'is-small': $props.small\n }])\n }, [(0,vue__WEBPACK_IMPORTED_MODULE_0__.createElementVNode)(\"span\", _hoisted_3, (0,vue__WEBPACK_IMPORTED_MODULE_0__.toDisplayString)($props.icon), 1 /* TEXT */)], 2 /* CLASS */)) : (0,vue__WEBPACK_IMPORTED_MODULE_0__.createCommentVNode)(\"v-if\", true), !$props.iconOnly ? ((0,vue__WEBPACK_IMPORTED_MODULE_0__.openBlock)(), (0,vue__WEBPACK_IMPORTED_MODULE_0__.createElementBlock)(\"span\", _hoisted_4, [(0,vue__WEBPACK_IMPORTED_MODULE_0__.renderSlot)(_ctx.$slots, \"default\")])) : (0,vue__WEBPACK_IMPORTED_MODULE_0__.createCommentVNode)(\"v-if\", true)], 2 /* CLASS */)) : (0,vue__WEBPACK_IMPORTED_MODULE_0__.createCommentVNode)(\"v-if\", true)], 64 /* STABLE_FRAGMENT */);\n}\n\n//# sourceURL=webpack://lesli/../../enginesdev/lesli-vue/source/elements/button/Button.vue?./node_modules/babel-loader/lib/index.js??clonedRuleSet-11.use!./node_modules/vue-loader/dist/templateLoader.js??ruleSet%5B1%5D.rules%5B2%5D!./node_modules/vue-loader/dist/index.js??ruleSet%5B0%5D.use");
767
+ eval("__webpack_require__.r(__webpack_exports__);\n/* harmony export */ __webpack_require__.d(__webpack_exports__, {\n/* harmony export */ render: () => (/* binding */ render)\n/* harmony export */ });\n/* harmony import */ var vue__WEBPACK_IMPORTED_MODULE_0__ = __webpack_require__(/*! vue */ \"./node_modules/vue/dist/vue.esm-bundler.js\");\n\nconst _hoisted_1 = {\n class: \"material-icons\"\n};\nconst _hoisted_2 = {\n key: 1\n};\nfunction render(_ctx, _cache, $props, $setup, $data, $options) {\n return (0,vue__WEBPACK_IMPORTED_MODULE_0__.openBlock)(), (0,vue__WEBPACK_IMPORTED_MODULE_0__.createElementBlock)(\"button\", {\n onClick: _cache[0] || (_cache[0] = $event => $setup.emit('click')),\n class: (0,vue__WEBPACK_IMPORTED_MODULE_0__.normalizeClass)($setup.buttonClasses)\n }, [$props.icon ? ((0,vue__WEBPACK_IMPORTED_MODULE_0__.openBlock)(), (0,vue__WEBPACK_IMPORTED_MODULE_0__.createElementBlock)(\"span\", {\n key: 0,\n class: (0,vue__WEBPACK_IMPORTED_MODULE_0__.normalizeClass)(['icon', {\n 'is-small': $props.small\n }])\n }, [(0,vue__WEBPACK_IMPORTED_MODULE_0__.createElementVNode)(\"span\", _hoisted_1, (0,vue__WEBPACK_IMPORTED_MODULE_0__.toDisplayString)($props.icon), 1 /* TEXT */)], 2 /* CLASS */)) : (0,vue__WEBPACK_IMPORTED_MODULE_0__.createCommentVNode)(\"v-if\", true), !$props.iconOnly ? ((0,vue__WEBPACK_IMPORTED_MODULE_0__.openBlock)(), (0,vue__WEBPACK_IMPORTED_MODULE_0__.createElementBlock)(\"span\", _hoisted_2, [(0,vue__WEBPACK_IMPORTED_MODULE_0__.renderSlot)(_ctx.$slots, \"default\")])) : (0,vue__WEBPACK_IMPORTED_MODULE_0__.createCommentVNode)(\"v-if\", true)], 2 /* CLASS */);\n}\n\n//# sourceURL=webpack://lesli/../../enginesdev/lesli-vue/source/elements/button/Button.vue?./node_modules/babel-loader/lib/index.js??clonedRuleSet-11.use!./node_modules/vue-loader/dist/templateLoader.js??ruleSet%5B1%5D.rules%5B2%5D!./node_modules/vue-loader/dist/index.js??ruleSet%5B0%5D.use");
768
768
 
769
769
  /***/ }),
770
770
 
@@ -786,7 +786,7 @@ eval("__webpack_require__.r(__webpack_exports__);\n/* harmony export */ __webpac
786
786
  /***/ ((__unused_webpack_module, __webpack_exports__, __webpack_require__) => {
787
787
 
788
788
  "use strict";
789
- eval("__webpack_require__.r(__webpack_exports__);\n/* harmony export */ __webpack_require__.d(__webpack_exports__, {\n/* harmony export */ render: () => (/* binding */ render)\n/* harmony export */ });\n/* harmony import */ var vue__WEBPACK_IMPORTED_MODULE_0__ = __webpack_require__(/*! vue */ \"./node_modules/vue/dist/vue.esm-bundler.js\");\n\nconst _hoisted_1 = {\n class: \"card lesli-card\"\n};\nconst _hoisted_2 = {\n key: 0,\n class: \"card-header\"\n};\nconst _hoisted_3 = {\n class: \"card-content\"\n};\nfunction render(_ctx, _cache, $props, $setup, $data, $options) {\n return (0,vue__WEBPACK_IMPORTED_MODULE_0__.openBlock)(), (0,vue__WEBPACK_IMPORTED_MODULE_0__.createElementBlock)(\"div\", _hoisted_1, [$setup.slots['header'] ? ((0,vue__WEBPACK_IMPORTED_MODULE_0__.openBlock)(), (0,vue__WEBPACK_IMPORTED_MODULE_0__.createElementBlock)(\"div\", _hoisted_2, [(0,vue__WEBPACK_IMPORTED_MODULE_0__.renderSlot)(_ctx.$slots, \"header\")])) : (0,vue__WEBPACK_IMPORTED_MODULE_0__.createCommentVNode)(\"v-if\", true), (0,vue__WEBPACK_IMPORTED_MODULE_0__.createElementVNode)(\"div\", _hoisted_3, [(0,vue__WEBPACK_IMPORTED_MODULE_0__.renderSlot)(_ctx.$slots, \"default\")])]);\n}\n\n//# sourceURL=webpack://lesli/../../enginesdev/lesli-vue/source/elements/card/Card.vue?./node_modules/babel-loader/lib/index.js??clonedRuleSet-11.use!./node_modules/vue-loader/dist/templateLoader.js??ruleSet%5B1%5D.rules%5B2%5D!./node_modules/vue-loader/dist/index.js??ruleSet%5B0%5D.use");
789
+ eval("__webpack_require__.r(__webpack_exports__);\n/* harmony export */ __webpack_require__.d(__webpack_exports__, {\n/* harmony export */ render: () => (/* binding */ render)\n/* harmony export */ });\n/* harmony import */ var vue__WEBPACK_IMPORTED_MODULE_0__ = __webpack_require__(/*! vue */ \"./node_modules/vue/dist/vue.esm-bundler.js\");\n\nconst _hoisted_1 = {\n class: \"card lesli-card\"\n};\nconst _hoisted_2 = {\n key: 0,\n class: \"card-header\"\n};\nconst _hoisted_3 = {\n key: 1,\n class: \"\"\n};\nconst _hoisted_4 = {\n class: \"card-header-title pb-0 pt-2 pl-3\"\n};\nconst _hoisted_5 = {\n class: \"card-content py-2 px-3\"\n};\nfunction render(_ctx, _cache, $props, $setup, $data, $options) {\n return (0,vue__WEBPACK_IMPORTED_MODULE_0__.openBlock)(), (0,vue__WEBPACK_IMPORTED_MODULE_0__.createElementBlock)(\"div\", _hoisted_1, [$setup.slots['header'] ? ((0,vue__WEBPACK_IMPORTED_MODULE_0__.openBlock)(), (0,vue__WEBPACK_IMPORTED_MODULE_0__.createElementBlock)(\"div\", _hoisted_2, [(0,vue__WEBPACK_IMPORTED_MODULE_0__.renderSlot)(_ctx.$slots, \"header\")])) : (0,vue__WEBPACK_IMPORTED_MODULE_0__.createCommentVNode)(\"v-if\", true), !$setup.slots.header && $setup.props.title ? ((0,vue__WEBPACK_IMPORTED_MODULE_0__.openBlock)(), (0,vue__WEBPACK_IMPORTED_MODULE_0__.createElementBlock)(\"div\", _hoisted_3, [(0,vue__WEBPACK_IMPORTED_MODULE_0__.createElementVNode)(\"h4\", _hoisted_4, (0,vue__WEBPACK_IMPORTED_MODULE_0__.toDisplayString)($setup.props.title), 1 /* TEXT */)])) : (0,vue__WEBPACK_IMPORTED_MODULE_0__.createCommentVNode)(\"v-if\", true), (0,vue__WEBPACK_IMPORTED_MODULE_0__.createElementVNode)(\"div\", _hoisted_5, [(0,vue__WEBPACK_IMPORTED_MODULE_0__.renderSlot)(_ctx.$slots, \"default\")])]);\n}\n\n//# sourceURL=webpack://lesli/../../enginesdev/lesli-vue/source/elements/card/Card.vue?./node_modules/babel-loader/lib/index.js??clonedRuleSet-11.use!./node_modules/vue-loader/dist/templateLoader.js??ruleSet%5B1%5D.rules%5B2%5D!./node_modules/vue-loader/dist/index.js??ruleSet%5B0%5D.use");
790
790
 
791
791
  /***/ }),
792
792
 
@@ -801,6 +801,28 @@ eval("__webpack_require__.r(__webpack_exports__);\n/* harmony export */ __webpac
801
801
 
802
802
  /***/ }),
803
803
 
804
+ /***/ "./node_modules/babel-loader/lib/index.js??clonedRuleSet-11.use!./node_modules/vue-loader/dist/templateLoader.js??ruleSet[1].rules[2]!./node_modules/vue-loader/dist/index.js??ruleSet[0].use!../../enginesdev/lesli-vue/source/elements/columns/Column.vue?vue&type=template&id=5e196290":
805
+ /*!************************************************************************************************************************************************************************************************************************************************************************************************!*\
806
+ !*** ./node_modules/babel-loader/lib/index.js??clonedRuleSet-11.use!./node_modules/vue-loader/dist/templateLoader.js??ruleSet[1].rules[2]!./node_modules/vue-loader/dist/index.js??ruleSet[0].use!../../enginesdev/lesli-vue/source/elements/columns/Column.vue?vue&type=template&id=5e196290 ***!
807
+ \************************************************************************************************************************************************************************************************************************************************************************************************/
808
+ /***/ ((__unused_webpack_module, __webpack_exports__, __webpack_require__) => {
809
+
810
+ "use strict";
811
+ eval("__webpack_require__.r(__webpack_exports__);\n/* harmony export */ __webpack_require__.d(__webpack_exports__, {\n/* harmony export */ render: () => (/* binding */ render)\n/* harmony export */ });\n/* harmony import */ var vue__WEBPACK_IMPORTED_MODULE_0__ = __webpack_require__(/*! vue */ \"./node_modules/vue/dist/vue.esm-bundler.js\");\n\nconst _hoisted_1 = {\n class: \"column\"\n};\nfunction render(_ctx, _cache) {\n return (0,vue__WEBPACK_IMPORTED_MODULE_0__.openBlock)(), (0,vue__WEBPACK_IMPORTED_MODULE_0__.createElementBlock)(\"div\", _hoisted_1, [(0,vue__WEBPACK_IMPORTED_MODULE_0__.renderSlot)(_ctx.$slots, \"default\")]);\n}\n\n//# sourceURL=webpack://lesli/../../enginesdev/lesli-vue/source/elements/columns/Column.vue?./node_modules/babel-loader/lib/index.js??clonedRuleSet-11.use!./node_modules/vue-loader/dist/templateLoader.js??ruleSet%5B1%5D.rules%5B2%5D!./node_modules/vue-loader/dist/index.js??ruleSet%5B0%5D.use");
812
+
813
+ /***/ }),
814
+
815
+ /***/ "./node_modules/babel-loader/lib/index.js??clonedRuleSet-11.use!./node_modules/vue-loader/dist/templateLoader.js??ruleSet[1].rules[2]!./node_modules/vue-loader/dist/index.js??ruleSet[0].use!../../enginesdev/lesli-vue/source/elements/columns/Columns.vue?vue&type=template&id=5122296b":
816
+ /*!*************************************************************************************************************************************************************************************************************************************************************************************************!*\
817
+ !*** ./node_modules/babel-loader/lib/index.js??clonedRuleSet-11.use!./node_modules/vue-loader/dist/templateLoader.js??ruleSet[1].rules[2]!./node_modules/vue-loader/dist/index.js??ruleSet[0].use!../../enginesdev/lesli-vue/source/elements/columns/Columns.vue?vue&type=template&id=5122296b ***!
818
+ \*************************************************************************************************************************************************************************************************************************************************************************************************/
819
+ /***/ ((__unused_webpack_module, __webpack_exports__, __webpack_require__) => {
820
+
821
+ "use strict";
822
+ eval("__webpack_require__.r(__webpack_exports__);\n/* harmony export */ __webpack_require__.d(__webpack_exports__, {\n/* harmony export */ render: () => (/* binding */ render)\n/* harmony export */ });\n/* harmony import */ var vue__WEBPACK_IMPORTED_MODULE_0__ = __webpack_require__(/*! vue */ \"./node_modules/vue/dist/vue.esm-bundler.js\");\n\nconst _hoisted_1 = {\n class: \"columns\"\n};\nfunction render(_ctx, _cache) {\n return (0,vue__WEBPACK_IMPORTED_MODULE_0__.openBlock)(), (0,vue__WEBPACK_IMPORTED_MODULE_0__.createElementBlock)(\"div\", _hoisted_1, [(0,vue__WEBPACK_IMPORTED_MODULE_0__.renderSlot)(_ctx.$slots, \"default\")]);\n}\n\n//# sourceURL=webpack://lesli/../../enginesdev/lesli-vue/source/elements/columns/Columns.vue?./node_modules/babel-loader/lib/index.js??clonedRuleSet-11.use!./node_modules/vue-loader/dist/templateLoader.js??ruleSet%5B1%5D.rules%5B2%5D!./node_modules/vue-loader/dist/index.js??ruleSet%5B0%5D.use");
823
+
824
+ /***/ }),
825
+
804
826
  /***/ "./node_modules/babel-loader/lib/index.js??clonedRuleSet-11.use!./node_modules/vue-loader/dist/templateLoader.js??ruleSet[1].rules[2]!./node_modules/vue-loader/dist/index.js??ruleSet[0].use!../../enginesdev/lesli-vue/source/elements/control/Control.vue?vue&type=template&id=0e22772a":
805
827
  /*!*************************************************************************************************************************************************************************************************************************************************************************************************!*\
806
828
  !*** ./node_modules/babel-loader/lib/index.js??clonedRuleSet-11.use!./node_modules/vue-loader/dist/templateLoader.js??ruleSet[1].rules[2]!./node_modules/vue-loader/dist/index.js??ruleSet[0].use!../../enginesdev/lesli-vue/source/elements/control/Control.vue?vue&type=template&id=0e22772a ***!
@@ -918,7 +940,7 @@ eval("__webpack_require__.r(__webpack_exports__);\n/* harmony export */ __webpac
918
940
  /***/ ((__unused_webpack_module, __webpack_exports__, __webpack_require__) => {
919
941
 
920
942
  "use strict";
921
- eval("__webpack_require__.r(__webpack_exports__);\n/* harmony export */ __webpack_require__.d(__webpack_exports__, {\n/* harmony export */ render: () => (/* binding */ render)\n/* harmony export */ });\n/* harmony import */ var vue__WEBPACK_IMPORTED_MODULE_0__ = __webpack_require__(/*! vue */ \"./node_modules/vue/dist/vue.esm-bundler.js\");\n\nconst _hoisted_1 = {\n class: \"material-icons\"\n};\nconst _hoisted_2 = {\n key: 1\n};\nconst _hoisted_3 = {\n class: \"material-icons\"\n};\nconst _hoisted_4 = {\n key: 1\n};\nfunction render(_ctx, _cache, $props, $setup, $data, $options) {\n const _component_router_link = (0,vue__WEBPACK_IMPORTED_MODULE_0__.resolveComponent)(\"router-link\");\n return (0,vue__WEBPACK_IMPORTED_MODULE_0__.openBlock)(), (0,vue__WEBPACK_IMPORTED_MODULE_0__.createElementBlock)(vue__WEBPACK_IMPORTED_MODULE_0__.Fragment, null, [$setup.props.to ? ((0,vue__WEBPACK_IMPORTED_MODULE_0__.openBlock)(), (0,vue__WEBPACK_IMPORTED_MODULE_0__.createBlock)(_component_router_link, {\n key: 0,\n to: $props.to.toString(),\n class: (0,vue__WEBPACK_IMPORTED_MODULE_0__.normalizeClass)(['button', 'is-link', 'is-light', $setup.buttonColor, {\n 'is-outlined': !$props.solid\n }, {\n 'is-loading': $props.loading\n }, {\n 'is-small': $props.small\n }])\n }, {\n default: (0,vue__WEBPACK_IMPORTED_MODULE_0__.withCtx)(() => [$props.icon ? ((0,vue__WEBPACK_IMPORTED_MODULE_0__.openBlock)(), (0,vue__WEBPACK_IMPORTED_MODULE_0__.createElementBlock)(\"span\", {\n key: 0,\n class: (0,vue__WEBPACK_IMPORTED_MODULE_0__.normalizeClass)(['icon', {\n 'is-small': $props.small\n }])\n }, [(0,vue__WEBPACK_IMPORTED_MODULE_0__.createElementVNode)(\"span\", _hoisted_1, (0,vue__WEBPACK_IMPORTED_MODULE_0__.toDisplayString)($props.icon), 1 /* TEXT */)], 2 /* CLASS */)) : (0,vue__WEBPACK_IMPORTED_MODULE_0__.createCommentVNode)(\"v-if\", true), !$props.iconOnly ? ((0,vue__WEBPACK_IMPORTED_MODULE_0__.openBlock)(), (0,vue__WEBPACK_IMPORTED_MODULE_0__.createElementBlock)(\"span\", _hoisted_2, [(0,vue__WEBPACK_IMPORTED_MODULE_0__.renderSlot)(_ctx.$slots, \"default\")])) : (0,vue__WEBPACK_IMPORTED_MODULE_0__.createCommentVNode)(\"v-if\", true)]),\n _: 3 /* FORWARDED */\n }, 8 /* PROPS */, [\"to\", \"class\"])) : (0,vue__WEBPACK_IMPORTED_MODULE_0__.createCommentVNode)(\"v-if\", true), !$setup.props.to ? ((0,vue__WEBPACK_IMPORTED_MODULE_0__.openBlock)(), (0,vue__WEBPACK_IMPORTED_MODULE_0__.createElementBlock)(\"button\", {\n key: 1,\n onClick: _cache[0] || (_cache[0] = $event => $setup.emit('click')),\n class: (0,vue__WEBPACK_IMPORTED_MODULE_0__.normalizeClass)(['button', 'is-link', 'is-light', $setup.buttonColor, {\n 'is-outlined': !$props.solid\n }, {\n 'is-loading': $props.loading\n }, {\n 'is-small': $props.small\n }])\n }, [$props.icon ? ((0,vue__WEBPACK_IMPORTED_MODULE_0__.openBlock)(), (0,vue__WEBPACK_IMPORTED_MODULE_0__.createElementBlock)(\"span\", {\n key: 0,\n class: (0,vue__WEBPACK_IMPORTED_MODULE_0__.normalizeClass)(['icon', {\n 'is-small': $props.small\n }])\n }, [(0,vue__WEBPACK_IMPORTED_MODULE_0__.createElementVNode)(\"span\", _hoisted_3, (0,vue__WEBPACK_IMPORTED_MODULE_0__.toDisplayString)($props.icon), 1 /* TEXT */)], 2 /* CLASS */)) : (0,vue__WEBPACK_IMPORTED_MODULE_0__.createCommentVNode)(\"v-if\", true), !$props.iconOnly ? ((0,vue__WEBPACK_IMPORTED_MODULE_0__.openBlock)(), (0,vue__WEBPACK_IMPORTED_MODULE_0__.createElementBlock)(\"span\", _hoisted_4, [(0,vue__WEBPACK_IMPORTED_MODULE_0__.renderSlot)(_ctx.$slots, \"default\")])) : (0,vue__WEBPACK_IMPORTED_MODULE_0__.createCommentVNode)(\"v-if\", true)], 2 /* CLASS */)) : (0,vue__WEBPACK_IMPORTED_MODULE_0__.createCommentVNode)(\"v-if\", true)], 64 /* STABLE_FRAGMENT */);\n}\n\n//# sourceURL=webpack://lesli/../../enginesdev/lesli-vue/source/elements/link/Link.vue?./node_modules/babel-loader/lib/index.js??clonedRuleSet-11.use!./node_modules/vue-loader/dist/templateLoader.js??ruleSet%5B1%5D.rules%5B2%5D!./node_modules/vue-loader/dist/index.js??ruleSet%5B0%5D.use");
943
+ eval("__webpack_require__.r(__webpack_exports__);\n/* harmony export */ __webpack_require__.d(__webpack_exports__, {\n/* harmony export */ render: () => (/* binding */ render)\n/* harmony export */ });\n/* harmony import */ var vue__WEBPACK_IMPORTED_MODULE_0__ = __webpack_require__(/*! vue */ \"./node_modules/vue/dist/vue.esm-bundler.js\");\n\nfunction render(_ctx, _cache, $props, $setup, $data, $options) {\n const _component_router_link = (0,vue__WEBPACK_IMPORTED_MODULE_0__.resolveComponent)(\"router-link\");\n return (0,vue__WEBPACK_IMPORTED_MODULE_0__.openBlock)(), (0,vue__WEBPACK_IMPORTED_MODULE_0__.createBlock)(_component_router_link, {\n to: $props.to.toString()\n }, {\n default: (0,vue__WEBPACK_IMPORTED_MODULE_0__.withCtx)(() => [(0,vue__WEBPACK_IMPORTED_MODULE_0__.createVNode)($setup[\"LesliButton\"], (0,vue__WEBPACK_IMPORTED_MODULE_0__.normalizeProps)((0,vue__WEBPACK_IMPORTED_MODULE_0__.guardReactiveProps)($setup.props)), {\n default: (0,vue__WEBPACK_IMPORTED_MODULE_0__.withCtx)(() => [(0,vue__WEBPACK_IMPORTED_MODULE_0__.renderSlot)(_ctx.$slots, \"default\")]),\n _: 3 /* FORWARDED */\n }, 16 /* FULL_PROPS */)]),\n\n _: 3 /* FORWARDED */\n }, 8 /* PROPS */, [\"to\"]);\n}\n\n//# sourceURL=webpack://lesli/../../enginesdev/lesli-vue/source/elements/link/Link.vue?./node_modules/babel-loader/lib/index.js??clonedRuleSet-11.use!./node_modules/vue-loader/dist/templateLoader.js??ruleSet%5B1%5D.rules%5B2%5D!./node_modules/vue-loader/dist/index.js??ruleSet%5B0%5D.use");
922
944
 
923
945
  /***/ }),
924
946
 
@@ -1061,7 +1083,7 @@ eval("__webpack_require__.r(__webpack_exports__);\n/* harmony export */ __webpac
1061
1083
  /***/ ((__unused_webpack_module, __webpack_exports__, __webpack_require__) => {
1062
1084
 
1063
1085
  "use strict";
1064
- eval("__webpack_require__.r(__webpack_exports__);\n/* harmony import */ var Lesli_application__WEBPACK_IMPORTED_MODULE_0__ = __webpack_require__(/*! Lesli/application */ \"./lib/vue/application.js\");\n/* harmony import */ var LesliBabel_apps_dashboards_show_vue__WEBPACK_IMPORTED_MODULE_1__ = __webpack_require__(/*! LesliBabel/apps/dashboards/show.vue */ \"../LesliBabel/lib/vue/apps/dashboards/show.vue\");\n/* harmony import */ var LesliBabel_apps_relevants_index_vue__WEBPACK_IMPORTED_MODULE_2__ = __webpack_require__(/*! LesliBabel/apps/relevants/index.vue */ \"../LesliBabel/lib/vue/apps/relevants/index.vue\");\n/* harmony import */ var LesliBabel_apps_translations_index_vue__WEBPACK_IMPORTED_MODULE_3__ = __webpack_require__(/*! LesliBabel/apps/translations/index.vue */ \"../LesliBabel/lib/vue/apps/translations/index.vue\");\n/* harmony import */ var LesliBabel_apps_modules_show_vue__WEBPACK_IMPORTED_MODULE_4__ = __webpack_require__(/*! LesliBabel/apps/modules/show.vue */ \"../LesliBabel/lib/vue/apps/modules/show.vue\");\n/*\nCopyright (c) 2020, all rights reserved.\n\nAll the information provided by this platform is protected by international laws related to \nindustrial property, intellectual property, copyright and relative international laws. \nAll intellectual or industrial property rights of the code, texts, trade mark, design, \npictures and any other information belongs to the owner of this platform.\n\nWithout the written permission of the owner, any replication, modification,\ntransmission, publication is strictly forbidden.\n\nFor more information read the license file including with this software.\n\n// · ~·~ ~·~ ~·~ ~·~ ~·~ ~·~ ~·~ ~·~ ~·~ ~·~ ~·~ ~·~\n// · \n*/\n\n// · \n\n\n// · \n\n\n\n\n\n// · \n(0,Lesli_application__WEBPACK_IMPORTED_MODULE_0__[\"default\"])(\"LesliBabel\", [{\n path: \"/\",\n component: LesliBabel_apps_dashboards_show_vue__WEBPACK_IMPORTED_MODULE_1__[\"default\"]\n}, {\n path: \"/dashboard\",\n component: LesliBabel_apps_dashboards_show_vue__WEBPACK_IMPORTED_MODULE_1__[\"default\"]\n}, {\n path: \"/translations\",\n component: LesliBabel_apps_translations_index_vue__WEBPACK_IMPORTED_MODULE_3__[\"default\"]\n}, {\n path: \"/relevants\",\n component: LesliBabel_apps_relevants_index_vue__WEBPACK_IMPORTED_MODULE_2__[\"default\"]\n}, {\n path: \"/modules/:id\",\n component: LesliBabel_apps_modules_show_vue__WEBPACK_IMPORTED_MODULE_4__[\"default\"]\n}]);\n\n//# sourceURL=webpack://lesli/../LesliBabel/lib/vue/application.js?");
1086
+ eval("__webpack_require__.r(__webpack_exports__);\n/* harmony import */ var Lesli_application__WEBPACK_IMPORTED_MODULE_0__ = __webpack_require__(/*! Lesli/application */ \"./lib/vue/application.js\");\n/* harmony import */ var LesliBabel_apps_dashboards_show_vue__WEBPACK_IMPORTED_MODULE_1__ = __webpack_require__(/*! LesliBabel/apps/dashboards/show.vue */ \"../LesliBabel/lib/vue/apps/dashboards/show.vue\");\n/* harmony import */ var LesliBabel_apps_relevants_index_vue__WEBPACK_IMPORTED_MODULE_2__ = __webpack_require__(/*! LesliBabel/apps/relevants/index.vue */ \"../LesliBabel/lib/vue/apps/relevants/index.vue\");\n/* harmony import */ var LesliBabel_apps_translations_index_vue__WEBPACK_IMPORTED_MODULE_3__ = __webpack_require__(/*! LesliBabel/apps/translations/index.vue */ \"../LesliBabel/lib/vue/apps/translations/index.vue\");\n/* harmony import */ var LesliBabel_apps_modules_show_vue__WEBPACK_IMPORTED_MODULE_4__ = __webpack_require__(/*! LesliBabel/apps/modules/show.vue */ \"../LesliBabel/lib/vue/apps/modules/show.vue\");\n/*\nLesli\n\nCopyright (c) 2023, Lesli Technologies, S. A.\n\nThis program is free software: you can redistribute it and/or modify\nit under the terms of the GNU General Public License as published by\nthe Free Software Foundation, either version 3 of the License, or\n(at your option) any later version.\n\nThis program is distributed in the hope that it will be useful,\nbut WITHOUT ANY WARRANTY; without even the implied warranty of\nMERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the\nGNU General Public License for more details.\n\nYou should have received a copy of the GNU General Public License\nalong with this program. If not, see http://www.gnu.org/licenses/.\n\nLesli · Ruby on Rails SaaS Development Framework.\n\nMade with by https://www.lesli.tech\nBuilding a better future, one line of code at a time.\n\n@contact hello@lesli.tech\n@website https://www.lesli.tech\n@license GPLv3 http://www.gnu.org/licenses/gpl-3.0.en.html\n\n// · ~·~ ~·~ ~·~ ~·~ ~·~ ~·~ ~·~ ~·~ ~·~\n// · \n*/\n\n// · \n\n\n// · \n\n\n\n\n\n// · \n(0,Lesli_application__WEBPACK_IMPORTED_MODULE_0__[\"default\"])(\"LesliBabel\", [{\n path: \"/\",\n component: LesliBabel_apps_dashboards_show_vue__WEBPACK_IMPORTED_MODULE_1__[\"default\"]\n}, {\n path: \"/dashboard\",\n component: LesliBabel_apps_dashboards_show_vue__WEBPACK_IMPORTED_MODULE_1__[\"default\"]\n}, {\n path: \"/translations\",\n component: LesliBabel_apps_translations_index_vue__WEBPACK_IMPORTED_MODULE_3__[\"default\"]\n}, {\n path: \"/relevants\",\n component: LesliBabel_apps_relevants_index_vue__WEBPACK_IMPORTED_MODULE_2__[\"default\"]\n}, {\n path: \"/modules/:id\",\n component: LesliBabel_apps_modules_show_vue__WEBPACK_IMPORTED_MODULE_4__[\"default\"]\n}]);\n\n//# sourceURL=webpack://lesli/../LesliBabel/lib/vue/application.js?");
1065
1087
 
1066
1088
  /***/ }),
1067
1089
 
@@ -1072,7 +1094,7 @@ eval("__webpack_require__.r(__webpack_exports__);\n/* harmony import */ var Lesl
1072
1094
  /***/ ((__unused_webpack_module, __webpack_exports__, __webpack_require__) => {
1073
1095
 
1074
1096
  "use strict";
1075
- eval("__webpack_require__.r(__webpack_exports__);\n/* harmony export */ __webpack_require__.d(__webpack_exports__, {\n/* harmony export */ useModule: () => (/* binding */ useModule)\n/* harmony export */ });\n/* harmony import */ var pinia__WEBPACK_IMPORTED_MODULE_0__ = __webpack_require__(/*! pinia */ \"./node_modules/pinia/dist/pinia.mjs\");\n/*\nCopyright (c) 2022, all rights reserved.\n\nAll the information provided by this platform is protected by international laws related to \nindustrial property, intellectual property, copyright and relative international laws. \nAll intellectual or industrial property rights of the code, texts, trade mark, design, \npictures and any other information belongs to the owner of this platform.\n\nWithout the written permission of the owner, any replication, modification,\ntransmission, publication is strictly forbidden.\n\nFor more information read the license file including with this software.\n\n// · ~·~ ~·~ ~·~ ~·~ ~·~ ~·~ ~·~ ~·~ ~·~ ~·~ ~·~ ~·~\n// · \n*/\n\n// · \n\n\n// · \nconst useModule = (0,pinia__WEBPACK_IMPORTED_MODULE_0__.defineStore)(\"babel.module\", {\n state: () => {\n return {\n id: 0,\n name: \"\",\n platform: \"\",\n buckets: []\n };\n },\n actions: {\n fetchModule(modulo) {\n if (!modulo) return;\n this.http.get(this.url.babel(\"modules/:id\", modulo)).then(result => {\n this.id = result.id;\n this.name = result.name;\n this.platform = result.platform;\n this.fetchBuckets();\n });\n },\n fetchBuckets() {\n this.http.get(this.url.babel(\"modules/:id/buckets\", this.id)).then(result => {\n this.buckets = result;\n });\n }\n }\n});\n\n//# sourceURL=webpack://lesli/../LesliBabel/lib/vue/stores/module.js?");
1097
+ eval("__webpack_require__.r(__webpack_exports__);\n/* harmony export */ __webpack_require__.d(__webpack_exports__, {\n/* harmony export */ useModule: () => (/* binding */ useModule)\n/* harmony export */ });\n/* harmony import */ var pinia__WEBPACK_IMPORTED_MODULE_0__ = __webpack_require__(/*! pinia */ \"./node_modules/pinia/dist/pinia.mjs\");\n/*\nLesli\n\nCopyright (c) 2023, Lesli Technologies, S. A.\n\nThis program is free software: you can redistribute it and/or modify\nit under the terms of the GNU General Public License as published by\nthe Free Software Foundation, either version 3 of the License, or\n(at your option) any later version.\n\nThis program is distributed in the hope that it will be useful,\nbut WITHOUT ANY WARRANTY; without even the implied warranty of\nMERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the\nGNU General Public License for more details.\n\nYou should have received a copy of the GNU General Public License\nalong with this program. If not, see http://www.gnu.org/licenses/.\n\nLesli · Ruby on Rails SaaS Development Framework.\n\nMade with by https://www.lesli.tech\nBuilding a better future, one line of code at a time.\n\n@contact hello@lesli.tech\n@website https://www.lesli.tech\n@license GPLv3 http://www.gnu.org/licenses/gpl-3.0.en.html\n\n// · ~·~ ~·~ ~·~ ~·~ ~·~ ~·~ ~·~ ~·~ ~·~\n// · \n*/\n\n// · \n\n\n// · \nconst useModule = (0,pinia__WEBPACK_IMPORTED_MODULE_0__.defineStore)(\"babel.module\", {\n state: () => {\n return {\n id: 0,\n code: \"\",\n platform: \"\",\n buckets: []\n };\n },\n actions: {\n fetchModule(modulo) {\n if (!modulo) return;\n this.http.get(this.url.babel(\"modules/:id\", modulo)).then(result => {\n this.id = result.id;\n this.code = result.code;\n this.platform = result.platform;\n this.fetchBuckets();\n });\n },\n fetchBuckets() {\n this.http.get(this.url.babel(\"modules/:id/buckets\", this.id)).then(result => {\n this.buckets = result;\n });\n }\n }\n});\n\n//# sourceURL=webpack://lesli/../LesliBabel/lib/vue/stores/module.js?");
1076
1098
 
1077
1099
  /***/ }),
1078
1100
 
@@ -1105,7 +1127,27 @@ eval("__webpack_require__.r(__webpack_exports__);\n/* harmony export */ __webpac
1105
1127
  /***/ ((__unused_webpack_module, __webpack_exports__, __webpack_require__) => {
1106
1128
 
1107
1129
  "use strict";
1108
- eval("__webpack_require__.r(__webpack_exports__);\n/* harmony export */ __webpack_require__.d(__webpack_exports__, {\n/* harmony export */ useTranslations: () => (/* binding */ useTranslations)\n/* harmony export */ });\n/* harmony import */ var pinia__WEBPACK_IMPORTED_MODULE_0__ = __webpack_require__(/*! pinia */ \"./node_modules/pinia/dist/pinia.mjs\");\n/*\nCopyright (c) 2022, all rights reserved.\n\nAll the information provided by this platform is protected by international laws related to \nindustrial property, intellectual property, copyright and relative international laws. \nAll intellectual or industrial property rights of the code, texts, trade mark, design, \npictures and any other information belongs to the owner of this platform.\n\nWithout the written permission of the owner, any replication, modification,\ntransmission, publication is strictly forbidden.\n\nFor more information read the license file including with this software.\n\n// · ~·~ ~·~ ~·~ ~·~ ~·~ ~·~ ~·~ ~·~ ~·~ ~·~ ~·~ ~·~\n// · \n*/\n\n// · \n\n\n// · \nconst useTranslations = (0,pinia__WEBPACK_IMPORTED_MODULE_0__.defineStore)(\"babel.translations\", {\n state: () => {\n return {\n locales: [],\n localeSource: [],\n options: {\n locales_available: []\n }\n };\n },\n actions: {\n postRenovate() {\n this.http.post(this.url.babel(\"translations/renovate\")).then(result => {\n this.msg.success(\"Translations updated\");\n });\n },\n postDeploy() {\n this.http.post(this.url.babel(\"translations/deploy\")).then(result => {\n this.msg.success(\"Translations deployed\");\n });\n },\n postSync() {\n this.http.post(this.url.babel(\"translations/sync\")).then(result => {\n this.msg.success(\"Synchronization successfully\");\n });\n },\n fetchOptions() {\n this.http.get(this.url.babel(\"translations/options\")).then(result => {\n this.options = result;\n this.locales = [];\n this.localeSource = [{\n label: 'Label',\n value: 'label'\n }];\n for (let locale in result.locales_available) {\n this.locales.push({\n label: result.locales_available[locale],\n value: locale\n });\n this.localeSource.push({\n label: result.locales_available[locale],\n value: locale\n });\n }\n }).catch(error => {\n console.log(error);\n });\n }\n }\n});\n\n//# sourceURL=webpack://lesli/../LesliBabel/lib/vue/stores/translations.js?");
1130
+ eval("__webpack_require__.r(__webpack_exports__);\n/* harmony export */ __webpack_require__.d(__webpack_exports__, {\n/* harmony export */ useTranslations: () => (/* binding */ useTranslations)\n/* harmony export */ });\n/* harmony import */ var pinia__WEBPACK_IMPORTED_MODULE_0__ = __webpack_require__(/*! pinia */ \"./node_modules/pinia/dist/pinia.mjs\");\n/*\nCopyright (c) 2022, all rights reserved.\n\nAll the information provided by this platform is protected by international laws related to \nindustrial property, intellectual property, copyright and relative international laws. \nAll intellectual or industrial property rights of the code, texts, trade mark, design, \npictures and any other information belongs to the owner of this platform.\n\nWithout the written permission of the owner, any replication, modification,\ntransmission, publication is strictly forbidden.\n\nFor more information read the license file including with this software.\n\n// · ~·~ ~·~ ~·~ ~·~ ~·~ ~·~ ~·~ ~·~ ~·~ ~·~ ~·~ ~·~\n// · \n*/\n\n// · \n\n\n// · \nconst useTranslations = (0,pinia__WEBPACK_IMPORTED_MODULE_0__.defineStore)(\"babel.translations\", {\n state: () => {\n return {\n locales: [],\n localeSource: [],\n options: {\n locales_available: []\n }\n };\n },\n actions: {\n postRenovate() {\n this.http.post(this.url.babel(\"translations/renovate\")).then(result => {\n this.msg.success(\"Translations updated\");\n });\n },\n postDeploy() {\n this.http.post(this.url.babel(\"translations/deploy\")).then(result => {\n this.msg.success(\"Deploy successfully\");\n });\n },\n postSync() {\n this.http.post(this.url.babel(\"translations/sync\")).then(result => {\n this.msg.success(\"Synchronization successfully\");\n });\n },\n fetchOptions() {\n this.http.get(this.url.babel(\"translations/options\")).then(result => {\n this.options = result;\n this.locales = [];\n this.localeSource = [{\n label: 'Label',\n value: 'label'\n }];\n for (let locale in result.locales_available) {\n this.locales.push({\n label: result.locales_available[locale],\n value: locale\n });\n this.localeSource.push({\n label: result.locales_available[locale],\n value: locale\n });\n }\n }).catch(error => {\n console.log(error);\n });\n }\n }\n});\n\n//# sourceURL=webpack://lesli/../LesliBabel/lib/vue/stores/translations.js?");
1131
+
1132
+ /***/ }),
1133
+
1134
+ /***/ "../../enginesdev/lesli-js/source/debug/browser.js":
1135
+ /*!*********************************************************!*\
1136
+ !*** ../../enginesdev/lesli-js/source/debug/browser.js ***!
1137
+ \*********************************************************/
1138
+ /***/ ((module, __unused_webpack_exports, __webpack_require__) => {
1139
+
1140
+ eval("/*\nLesli\n\nCopyright (c) 2020, Lesli Technologies, S. A.\n\nThis program is free software: you can redistribute it and/or modify\nit under the terms of the GNU General Public License as published by\nthe Free Software Foundation, either version 3 of the License, or\n(at your option) any later version.\n\nThis program is distributed in the hope that it will be useful,\nbut WITHOUT ANY WARRANTY; without even the implied warranty of\nMERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the\nGNU General Public License for more details.\n\nYou should have received a copy of the GNU General Public License\nalong with this program. If not, see <http://www.gnu.org/licenses/>.\n\nLesli JS - JavaScript utilities for JavaScript applications\n\nPowered by LesliTech\nBuilding a better future, one line of code at a time.\n\n@contact <hello@lesli.tech>\n@website <https://lesli.tech>\n@license GPLv3 http://www.gnu.org/licenses/gpl-3.0.en.html\n\n// · ~·~ ~·~ ~·~ ~·~ ~·~ ~·~ ~·~ ~·~ ~·~ ~·~ ~·~ ~·~\n// · \n*/\n\n// · Loading node modules\nlet utils = __webpack_require__(/*! ./utils */ \"../../enginesdev/lesli-js/source/debug/utils.js\");\n\n// · \nclass BrowserDebugService {\n build(message, modulo, level) {\n return utils.buildMessage(message, modulo, level);\n }\n\n // · write information message\n log(message) {\n let modulo = arguments.length > 1 && arguments[1] !== undefined ? arguments[1] : null;\n console.log(utils.buildMessage(message, modulo, \"log\"));\n }\n\n // · write information message\n msg(message) {\n let modulo = arguments.length > 1 && arguments[1] !== undefined ? arguments[1] : null;\n console.log(utils.buildMessage(message, modulo, \"msg\"));\n }\n\n // · write informatie message\n info(message) {\n let modulo = arguments.length > 1 && arguments[1] !== undefined ? arguments[1] : null;\n console.info(\"%c\" + utils.buildMessage(message, modulo, \"info\"), utils.stylesForBrowser(\"info\"));\n }\n\n // · write success message\n success(message) {\n let modulo = arguments.length > 1 && arguments[1] !== undefined ? arguments[1] : null;\n console.log(utils.buildMessage(message, modulo, \"msg\"));\n }\n\n // · write warning message\n warn(message) {\n let modulo = arguments.length > 1 && arguments[1] !== undefined ? arguments[1] : null;\n console.warn(\"%c\" + utils.buildMessage(message, modulo, \"warn\"), utils.stylesForBrowser(\"warn\"));\n }\n\n // · write warning message\n error(message) {\n let modulo = arguments.length > 1 && arguments[1] !== undefined ? arguments[1] : null;\n console.error(\"%c\" + utils.buildMessage(message, modulo, \"error\"), utils.stylesForBrowser(\"error\"));\n }\n\n // · write warning message\n fatal(message) {\n let modulo = arguments.length > 1 && arguments[1] !== undefined ? arguments[1] : null;\n console.error(\"%c\" + utils.buildMessage(message, modulo, \"error\"), utils.stylesForBrowser(\"fatal\"));\n }\n message(title, messages) {\n let more_information = arguments.length > 2 && arguments[2] !== undefined ? arguments[2] : null;\n console.log(\"%c\" + title, \"color:#3689e6;font-size:35px;font-weight:600;line-height:1;\");\n if (typeof messages === \"string\") messages = [messages];\n console.log(\"%c\" + messages.join(\"\\n\"), \"background-color:#ffffff;color:#1a1a1a;font-size:18px;font-weight:400;line-height:1.1;\");\n if (more_information) {\n console.log(\"%c\" + more_information, \"background-color:#ffffff;color:#1a1a1a;font-size:14px;font-weight:400;line-height:2;\");\n }\n }\n lesli_message_warning() {\n let title = arguments.length > 0 && arguments[0] !== undefined ? arguments[0] : \"LESLI\";\n let support = arguments.length > 1 && arguments[1] !== undefined ? arguments[1] : \"For mor information contact your system administrator\";\n this.message(title, [\"This is a browser feature intended for developers.\", \"For security reasons, DO NOT copy or paste any information, text, or code here.\"], support);\n }\n}\n\n// · \nmodule.exports = new BrowserDebugService();\n\n//# sourceURL=webpack://lesli/../../enginesdev/lesli-js/source/debug/browser.js?");
1141
+
1142
+ /***/ }),
1143
+
1144
+ /***/ "../../enginesdev/lesli-js/source/debug/utils.js":
1145
+ /*!*******************************************************!*\
1146
+ !*** ../../enginesdev/lesli-js/source/debug/utils.js ***!
1147
+ \*******************************************************/
1148
+ /***/ ((module, __unused_webpack_exports, __webpack_require__) => {
1149
+
1150
+ eval("/*\nLesli\n\nCopyright (c) 2021, Lesli Technologies, S. A.\n\nThis program is free software: you can redistribute it and/or modify\nit under the terms of the GNU General Public License as published by\nthe Free Software Foundation, either version 3 of the License, or\n(at your option) any later version.\n\nThis program is distributed in the hope that it will be useful,\nbut WITHOUT ANY WARRANTY; without even the implied warranty of\nMERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the\nGNU General Public License for more details.\n\nYou should have received a copy of the GNU General Public License\nalong with this program. If not, see <http://www.gnu.org/licenses/>.\n\nLesli JS - JavaScript utilities for JavaScript applications\n\nPowered by LesliTech\nBuilding a better future, one line of code at a time.\n\n@contact <hello@lesli.tech>\n@website <https://lesli.tech>\n@license GPLv3 http://www.gnu.org/licenses/gpl-3.0.en.html\n\n// · ~·~ ~·~ ~·~ ~·~ ~·~ ~·~ ~·~ ~·~ ~·~ ~·~ ~·~ ~·~\n// · \n*/\n\nvar dayjs = __webpack_require__(/*! dayjs */ \"./node_modules/dayjs/dayjs.min.js\");\n\n// · \nclass Utils {\n // · \n buildDate() {\n return dayjs().format(\"MM/DD HH:mm\").toString();\n }\n\n // · \n buildMessage(message, module, level) {\n // desire output format\n // [2010-01-17 11:43:37] [ERROR] (cheese module) - Cheese is too ripe!\n // [2010-01-17 11:43:37] [FATAL] (cheese module) - Cheese was breeding ground for listeria.\n let newMessage = `[${this.buildDate()}] [${level.toUpperCase()}]`;\n if (module) {\n newMessage += ` (${module})`;\n }\n newMessage = newMessage.concat(\" - \").concat(message);\n return newMessage;\n }\n\n // · \n stylesForBrowser(type) {\n let lineheight = \"1.5;\";\n let fontsize = \"14px;\";\n let padding = \"2px;\";\n let info = \"background-color:#3498db;color:#ffffff;\";\n let warn = \"background-color:#f1c40f;color:#000000;\";\n let error = \"background-color:#e74c3c;color:#ffffff;\";\n let fatal = \"background-color:#c0392b;color:#fff394;\";\n let success = \"background-color:##48c774;color:#000000;\";\n let style = \"\";\n switch (type) {\n case \"info\":\n style = info;\n break;\n case \"warn\":\n style = warn;\n break;\n case \"error\":\n style = error;\n break;\n case \"fatal\":\n style = fatal;\n break;\n case \"success\":\n style = success;\n break;\n }\n style += \"padding:\" + padding;\n style += \"font-size:\" + fontsize;\n style += \"line-height:\" + lineheight;\n return style;\n }\n\n // · \n print_r(data) {\n let level = arguments.length > 1 && arguments[1] !== undefined ? arguments[1] : 1;\n let isArray = Array.isArray(data);\n let comma = \",\";\n let string = \"\";\n let padding_key = \"\";\n let padding_prop = \"\";\n let newline = \"\\n\";\n for (let i = 0; i < 4 * level; i++) {\n padding_prop += \" \";\n }\n if (level > 1) {\n padding_key = padding_prop.slice(0, padding_prop.length - 4);\n }\n if (typeof data == \"object\" && !Array.isArray(data)) {\n string += padding_key + \"{\" + newline;\n for (let property in data) {\n if (typeof data[property] == \"object\") {\n string += padding_prop + property + \": \" + this.print_r(data[property], level + 1) + comma + newline;\n } else {\n string += padding_prop + property + \": \" + data[property] + comma + newline;\n }\n }\n string += padding_key + \"}\";\n }\n if (typeof data == \"object\" && Array.isArray(data)) {\n string += \"[\" + newline;\n for (let property in data) {\n if (typeof data[property] == \"object\") {\n string += this.print_r(data[property], level + 1) + comma + newline;\n } else {\n string += padding_prop + data[property] + newline;\n }\n }\n string += padding_key + \"]\";\n }\n\n // trying to remove last comma if is the end of object or array\n //string = string.replace(/,\\n/g, \"0\")\n\n return string;\n }\n}\nmodule.exports = new Utils();\n\n//# sourceURL=webpack://lesli/../../enginesdev/lesli-js/source/debug/utils.js?");
1109
1151
 
1110
1152
  /***/ }),
1111
1153
 
@@ -1116,7 +1158,7 @@ eval("__webpack_require__.r(__webpack_exports__);\n/* harmony export */ __webpac
1116
1158
  /***/ ((__unused_webpack_module, __webpack_exports__, __webpack_require__) => {
1117
1159
 
1118
1160
  "use strict";
1119
- eval("__webpack_require__.r(__webpack_exports__);\n/* harmony export */ __webpack_require__.d(__webpack_exports__, {\n/* harmony export */ useLesliDate: () => (/* binding */ useLesliDate)\n/* harmony export */ });\n/* harmony import */ var dayjs__WEBPACK_IMPORTED_MODULE_0__ = __webpack_require__(/*! dayjs */ \"./node_modules/dayjs/dayjs.min.js\");\n/* harmony import */ var dayjs__WEBPACK_IMPORTED_MODULE_0___default = /*#__PURE__*/__webpack_require__.n(dayjs__WEBPACK_IMPORTED_MODULE_0__);\n/*\nLesli\n\nCopyright (c) 2023, Lesli Technologies, S. A.\n\nThis program is free software: you can redistribute it and/or modify\nit under the terms of the GNU General Public License as published by\nthe Free Software Foundation, either version 3 of the License, or\n(at your option) any later version.\n\nThis program is distributed in the hope that it will be useful,\nbut WITHOUT ANY WARRANTY; without even the implied warranty of\nMERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the\nGNU General Public License for more details.\n\nYou should have received a copy of the GNU General Public License\nalong with this program. If not, see http://www.gnu.org/licenses/.\n\nLesli · Ruby on Rails SaaS Development Framework.\n\nMade with ♥ by https://www.lesli.tech\nBuilding a better future, one line of code at a time.\n\n@contact hello@lesli.tech\n@website https://www.lesli.dev\n@license GPLv3 http://www.gnu.org/licenses/gpl-3.0.en.html\n\n// · ~·~ ~·~ ~·~ ~·~ ~·~ ~·~ ~·~ ~·~ ~·~\n// · \n*/\n\n/*\nIMPORTANT: \n This is a JavaScript implementation of app/lib/Date2 RoR lib.\n If any modification or update is needed it must be implemented in app/lib/Date2 first, then we can\n copy the new feature and implement in here.\n DO NOT add custom features, methods, params or any other modification that is not present in app/lib/Date2\n*/\n\n// · Import dayjs library and plugins\n\nvar utc = __webpack_require__(/*! dayjs/plugin/utc */ \"./node_modules/dayjs/plugin/utc.js\");\nvar timezone = __webpack_require__(/*! dayjs/plugin/timezone */ \"./node_modules/dayjs/plugin/timezone.js\");\n\n// · \ndayjs__WEBPACK_IMPORTED_MODULE_0___default().extend(utc);\ndayjs__WEBPACK_IMPORTED_MODULE_0___default().extend(timezone);\n\n// · \nclass LesliDate {\n #settings = {};\n #datetime = {};\n #format = \"\";\n constructor() {\n let datetime = arguments.length > 0 && arguments[0] !== undefined ? arguments[0] : dayjs__WEBPACK_IMPORTED_MODULE_0___default()().utc().format();\n let format = arguments.length > 1 && arguments[1] !== undefined ? arguments[1] : \"%Y-%m-%d %H:%M:%S\";\n /*\n # NOTE: Do not modify settings here,\n # if you need a different date format you should change it in the config file\n # Check the docs for more information: /development/docs/rails-lib-time\n # TODO: User should be able to select an appropiate datetime format in an easy way,\n # the Administration module must be present to the users a curated list of different\n # datetime format options with examples, also user should be able to manually modify\n # the format through an \"advanced view\"\n */\n this.#settings = {\n timeZone: \"America/Guatemala\",\n // get this from Lesli settings\n startWeekOn: \"config[:start_week_on]\",\n format: {\n date: \"%d.%m.%Y\",\n time: \"%H:%M\",\n // 24 hours datetime format (default)\n dateTime: \"%d.%m.%Y %H:%M\",\n // 24 hours datetime format (default)\n dateWords: \"%A, %B %d, %Y\",\n dateTimeWords: \"%A, %B %d, %Y, %H:%M\" // 24 hours datetime in words format (default)\n }\n };\n\n // default date format\n this.#format = this.#setFormat(\"date\");\n\n // get datetime object from user params\n this.#datetime = dayjs__WEBPACK_IMPORTED_MODULE_0___default()(datetime).tz(this.#settings.timeZone);\n }\n date() {\n this.#setFormat(\"date\");\n return this;\n }\n dateTime() {\n this.#setFormat(\"dateTime\");\n return this.toString();\n }\n dateWords() {\n this.#setFormat(\"dateWords\");\n return this;\n }\n\n // convert a datetime object to string representation using defined format\n toString() {\n return this.#datetime.format(this.#format);\n }\n\n //\n #setFormat(format) {\n this.#format = this.#settings.format[format]\n // Convert date Ruby to dayjs format\n .replaceAll(\"%Y\", \"YYYY\").replaceAll(\"%m\", \"MM\").replaceAll(\"%d\", \"DD\")\n // Convert time Ruby to dayjs format\n .replaceAll(\"%H\", \"HH\").replaceAll(\"%M\", \"mm\")\n // Convert words Ruby to dayjs format\n .replaceAll(\"%A\", \"dddd\") // Full day name\n .replaceAll(\"%B\", \"MMMM\"); // Full month name\n }\n}\n\nfunction useLesliDate() {\n return function () {\n let datetime = arguments.length > 0 && arguments[0] !== undefined ? arguments[0] : dayjs__WEBPACK_IMPORTED_MODULE_0___default()().utc().format();\n let format = arguments.length > 1 && arguments[1] !== undefined ? arguments[1] : \"%Y-%m-%d %H:%M:%S\";\n return new LesliDate(datetime, format);\n };\n}\n\n//# sourceURL=webpack://lesli/../../enginesdev/lesli-vue/source/composables/date/date.js?");
1161
+ eval("__webpack_require__.r(__webpack_exports__);\n/* harmony export */ __webpack_require__.d(__webpack_exports__, {\n/* harmony export */ useLesliDate: () => (/* binding */ useLesliDate)\n/* harmony export */ });\n/* harmony import */ var dayjs__WEBPACK_IMPORTED_MODULE_0__ = __webpack_require__(/*! dayjs */ \"./node_modules/dayjs/dayjs.min.js\");\n/* harmony import */ var dayjs__WEBPACK_IMPORTED_MODULE_0___default = /*#__PURE__*/__webpack_require__.n(dayjs__WEBPACK_IMPORTED_MODULE_0__);\n/*\nLesli\n\nCopyright (c) 2023, Lesli Technologies, S. A.\n\nThis program is free software: you can redistribute it and/or modify\nit under the terms of the GNU General Public License as published by\nthe Free Software Foundation, either version 3 of the License, or\n(at your option) any later version.\n\nThis program is distributed in the hope that it will be useful,\nbut WITHOUT ANY WARRANTY; without even the implied warranty of\nMERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the\nGNU General Public License for more details.\n\nYou should have received a copy of the GNU General Public License\nalong with this program. If not, see http://www.gnu.org/licenses/.\n\nLesli · Ruby on Rails SaaS Development Framework.\n\nMade with ♥ by https://www.lesli.tech\nBuilding a better future, one line of code at a time.\n\n@contact hello@lesli.tech\n@website https://www.lesli.dev\n@license GPLv3 http://www.gnu.org/licenses/gpl-3.0.en.html\n\n// · ~·~ ~·~ ~·~ ~·~ ~·~ ~·~ ~·~ ~·~ ~·~\n// · \n*/\n\n/*\nIMPORTANT: \n This is a JavaScript implementation of app/lib/Date2 RoR lib.\n If any modification or update is needed it must be implemented in app/lib/Date2 first, then we can\n copy the new feature and implement in here.\n DO NOT add custom features, methods, params or any other modification that is not present in app/lib/Date2\n*/\n\n// · Import dayjs library and plugins\n\nvar utc = __webpack_require__(/*! dayjs/plugin/utc */ \"./node_modules/dayjs/plugin/utc.js\");\nvar timezone = __webpack_require__(/*! dayjs/plugin/timezone */ \"./node_modules/dayjs/plugin/timezone.js\");\n\n// · \ndayjs__WEBPACK_IMPORTED_MODULE_0___default().extend(utc);\ndayjs__WEBPACK_IMPORTED_MODULE_0___default().extend(timezone);\n\n// · \nclass LesliDate {\n #settings = {};\n #datetime = {};\n #format = \"\";\n constructor() {\n let datetime = arguments.length > 0 && arguments[0] !== undefined ? arguments[0] : dayjs__WEBPACK_IMPORTED_MODULE_0___default()().utc().format();\n let format = arguments.length > 1 && arguments[1] !== undefined ? arguments[1] : \"%Y-%m-%d %H:%M:%S\";\n /*\n # NOTE: Do not modify settings here,\n # if you need a different date format you should change it in the config file\n # Check the docs for more information: /development/docs/rails-lib-time\n # TODO: User should be able to select an appropiate datetime format in an easy way,\n # the Administration module must be present to the users a curated list of different\n # datetime format options with examples, also user should be able to manually modify\n # the format through an \"advanced view\"\n */\n this.#settings = {\n timeZone: \"America/Guatemala\",\n // get this from Lesli settings\n startWeekOn: \"config[:start_week_on]\",\n format: {\n date: \"%d.%m.%Y\",\n time: \"%H:%M\",\n // 24 hours datetime format (default)\n dateTime: \"%d.%m.%Y %H:%M\",\n // 24 hours datetime format (default)\n dateWords: \"%A, %B %d, %Y\",\n dateTimeWords: \"%A, %B %d, %Y, %H:%M\" // 24 hours datetime in words format (default)\n }\n };\n\n // default date format\n this.#format = this.#setFormat(\"date\");\n\n // get datetime object from user params\n this.#datetime = dayjs__WEBPACK_IMPORTED_MODULE_0___default()(datetime).tz(this.#settings.timeZone);\n }\n date() {\n this.#setFormat(\"date\");\n return this.toString();\n }\n dateTime() {\n this.#setFormat(\"dateTime\");\n return this.toString();\n }\n dateWords() {\n this.#setFormat(\"dateWords\");\n return this;\n }\n\n // convert a datetime object to string representation using defined format\n toString() {\n return this.#datetime.format(this.#format);\n }\n\n //\n #setFormat(format) {\n this.#format = this.#settings.format[format]\n // Convert date Ruby to dayjs format\n .replaceAll(\"%Y\", \"YYYY\").replaceAll(\"%m\", \"MM\").replaceAll(\"%d\", \"DD\")\n // Convert time Ruby to dayjs format\n .replaceAll(\"%H\", \"HH\").replaceAll(\"%M\", \"mm\")\n // Convert words Ruby to dayjs format\n .replaceAll(\"%A\", \"dddd\") // Full day name\n .replaceAll(\"%B\", \"MMMM\"); // Full month name\n }\n}\n\nfunction useLesliDate() {\n return function () {\n let datetime = arguments.length > 0 && arguments[0] !== undefined ? arguments[0] : dayjs__WEBPACK_IMPORTED_MODULE_0___default()().utc().format();\n let format = arguments.length > 1 && arguments[1] !== undefined ? arguments[1] : \"%Y-%m-%d %H:%M:%S\";\n return new LesliDate(datetime, format);\n };\n}\n\n//# sourceURL=webpack://lesli/../../enginesdev/lesli-vue/source/composables/date/date.js?");
1120
1162
 
1121
1163
  /***/ }),
1122
1164
 
@@ -1138,7 +1180,7 @@ eval("__webpack_require__.r(__webpack_exports__);\n/* harmony export */ __webpac
1138
1180
  /***/ ((__unused_webpack_module, __webpack_exports__, __webpack_require__) => {
1139
1181
 
1140
1182
  "use strict";
1141
- eval("__webpack_require__.r(__webpack_exports__);\n/* harmony export */ __webpack_require__.d(__webpack_exports__, {\n/* harmony export */ useLesliHttp: () => (/* binding */ useLesliHttp)\n/* harmony export */ });\n/* harmony import */ var axios__WEBPACK_IMPORTED_MODULE_1__ = __webpack_require__(/*! axios */ \"./node_modules/axios/lib/axios.js\");\n/* harmony import */ var lesli_js_debug_browser__WEBPACK_IMPORTED_MODULE_0__ = __webpack_require__(/*! lesli-js/debug/browser */ \"./node_modules/lesli-js/debug/browser.js\");\n/* harmony import */ var lesli_js_debug_browser__WEBPACK_IMPORTED_MODULE_0___default = /*#__PURE__*/__webpack_require__.n(lesli_js_debug_browser__WEBPACK_IMPORTED_MODULE_0__);\n/*\nLesli\n\nCopyright (c) 2023, Lesli Technologies, S. A.\n\nThis program is free software: you can redistribute it and/or modify\nit under the terms of the GNU General Public License as published by\nthe Free Software Foundation, either version 3 of the License, or\n(at your option) any later version.\n\nThis program is distributed in the hope that it will be useful,\nbut WITHOUT ANY WARRANTY; without even the implied warranty of\nMERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the\nGNU General Public License for more details.\n\nYou should have received a copy of the GNU General Public License\nalong with this program. If not, see http://www.gnu.org/licenses/.\n\nLesli · Ruby on Rails SaaS Development Framework.\n\nMade with ♥ by https://www.lesli.tech\nBuilding a better future, one line of code at a time.\n\n@contact hello@lesli.tech\n@website https://www.lesli.dev\n@license GPLv3 http://www.gnu.org/licenses/gpl-3.0.en.html\n\n// · ~·~ ~·~ ~·~ ~·~ ~·~ ~·~ ~·~ ~·~ ~·~\n// · \n*/\n\n// · \n\n\n\n// · \nfunction useLesliHttp() {\n // Get authentication token from head meta tag\n let meta = document.querySelector('meta[name=\"csrf-token\"]');\n\n // initialize the token variable\n let token = \"\";\n\n // if meta tag was found\n if (meta) {\n token = meta.getAttribute(\"content\");\n }\n\n // create the vue 3 global property\n var axiosClient = axios__WEBPACK_IMPORTED_MODULE_1__[\"default\"].create({\n headers: {\n 'Content-Type': 'application/json;charset=UTF-8',\n 'X-CSRF-Token': token\n }\n });\n\n // request interceptor, here we can modify the request before send it to the server\n axiosClient.interceptors.request.use(function (config) {\n config.url = config.url.toString(\".json\");\n return config;\n }, function (error) {\n return Promise.reject(error);\n });\n\n // response interceptor, here we can modify the response received from the server\n axiosClient.interceptors.response.use(response => {\n return response.data;\n }, error => {\n // Return the action for \"action requested errors\"\n if (error.response.status == 490) {\n // Show a pretty error message in the console on every error\n lesli_js_debug_browser__WEBPACK_IMPORTED_MODULE_0___default().warn(error.config.url + ' : Action Required', `HTTP/${error.config.method.toUpperCase()}`);\n return Promise.reject({\n code: error.response.status,\n action: error.response.data.action,\n message: error.response.data.message\n });\n }\n let message = \"\";\n\n // check if custom message was sent\n if (error?.response?.data?.message && error?.response?.data?.message != \"\") {\n message = error?.response?.data?.message;\n } else {\n message = `Ajax ${error.config.method} to url ${error.config.url} ${error.message}`;\n }\n\n // return the formated message\n return Promise.reject({\n code: error.response.status,\n message: message,\n details: error?.response?.data?.details || []\n });\n });\n\n // does not work\n axiosClient.postFile = (url, formData) => {\n var headers = {\n 'Content-Type': 'multipart/form-data'\n };\n return axiosClient.post(url, formData, headers);\n };\n return axiosClient;\n}\n\n//# sourceURL=webpack://lesli/../../enginesdev/lesli-vue/source/composables/http/http.js?");
1183
+ eval("__webpack_require__.r(__webpack_exports__);\n/* harmony export */ __webpack_require__.d(__webpack_exports__, {\n/* harmony export */ useLesliHttp: () => (/* binding */ useLesliHttp)\n/* harmony export */ });\n/* harmony import */ var axios__WEBPACK_IMPORTED_MODULE_1__ = __webpack_require__(/*! axios */ \"./node_modules/axios/lib/axios.js\");\n/* harmony import */ var lesli_js_debug_browser__WEBPACK_IMPORTED_MODULE_0__ = __webpack_require__(/*! lesli-js/debug/browser */ \"../../enginesdev/lesli-js/source/debug/browser.js\");\n/* harmony import */ var lesli_js_debug_browser__WEBPACK_IMPORTED_MODULE_0___default = /*#__PURE__*/__webpack_require__.n(lesli_js_debug_browser__WEBPACK_IMPORTED_MODULE_0__);\n/*\nLesli\n\nCopyright (c) 2023, Lesli Technologies, S. A.\n\nThis program is free software: you can redistribute it and/or modify\nit under the terms of the GNU General Public License as published by\nthe Free Software Foundation, either version 3 of the License, or\n(at your option) any later version.\n\nThis program is distributed in the hope that it will be useful,\nbut WITHOUT ANY WARRANTY; without even the implied warranty of\nMERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the\nGNU General Public License for more details.\n\nYou should have received a copy of the GNU General Public License\nalong with this program. If not, see http://www.gnu.org/licenses/.\n\nLesli · Ruby on Rails SaaS Development Framework.\n\nMade with ♥ by https://www.lesli.tech\nBuilding a better future, one line of code at a time.\n\n@contact hello@lesli.tech\n@website https://www.lesli.dev\n@license GPLv3 http://www.gnu.org/licenses/gpl-3.0.en.html\n\n// · ~·~ ~·~ ~·~ ~·~ ~·~ ~·~ ~·~ ~·~ ~·~\n// · \n*/\n\n// · \n\n\n\n// · \nfunction useLesliHttp() {\n // Get authentication token from head meta tag\n let meta = document.querySelector('meta[name=\"csrf-token\"]');\n\n // initialize the token variable\n let token = \"\";\n\n // if meta tag was found\n if (meta) {\n token = meta.getAttribute(\"content\");\n }\n\n // create the vue 3 global property\n var axiosClient = axios__WEBPACK_IMPORTED_MODULE_1__[\"default\"].create({\n headers: {\n 'Content-Type': 'application/json;charset=UTF-8',\n 'X-CSRF-Token': token\n }\n });\n\n // request interceptor, here we can modify the request before send it to the server\n axiosClient.interceptors.request.use(function (config) {\n config.url = config.url.toString(\".json\");\n return config;\n }, function (error) {\n return Promise.reject(error);\n });\n\n // response interceptor, here we can modify the response received from the server\n axiosClient.interceptors.response.use(response => {\n return response.data;\n }, error => {\n // Return the action for \"action requested errors\"\n if (error.response.status == 490) {\n // Show a pretty error message in the console on every error\n lesli_js_debug_browser__WEBPACK_IMPORTED_MODULE_0___default().warn(error.config.url + ' : Action Required', `HTTP/${error.config.method.toUpperCase()}`);\n return Promise.reject({\n code: error.response.status,\n action: error.response.data.action,\n message: error.response.data.message\n });\n }\n let message = \"\";\n\n // check if custom message was sent\n if (error?.response?.data?.message && error?.response?.data?.message != \"\") {\n message = error?.response?.data?.message;\n } else {\n message = `Ajax ${error.config.method} to url ${error.config.url} ${error.message}`;\n }\n\n // return the formated message\n return Promise.reject({\n code: error.response.status,\n message: message,\n details: error?.response?.data?.details || []\n });\n });\n\n // does not work\n axiosClient.postFile = (url, formData) => {\n var headers = {\n 'Content-Type': 'multipart/form-data'\n };\n return axiosClient.post(url, formData, headers);\n };\n return axiosClient;\n}\n\n//# sourceURL=webpack://lesli/../../enginesdev/lesli-vue/source/composables/http/http.js?");
1142
1184
 
1143
1185
  /***/ }),
1144
1186
 
@@ -1171,7 +1213,7 @@ eval("__webpack_require__.r(__webpack_exports__);\n/* harmony export */ __webpac
1171
1213
  /***/ ((__unused_webpack_module, __webpack_exports__, __webpack_require__) => {
1172
1214
 
1173
1215
  "use strict";
1174
- eval("__webpack_require__.r(__webpack_exports__);\n/* harmony export */ __webpack_require__.d(__webpack_exports__, {\n/* harmony export */ useLesliUrl: () => (/* binding */ useLesliUrl)\n/* harmony export */ });\n/*\nLesli\n\nCopyright (c) 2023, Lesli Technologies, S. A.\n\nThis program is free software: you can redistribute it and/or modify\nit under the terms of the GNU General Public License as published by\nthe Free Software Foundation, either version 3 of the License, or\n(at your option) any later version.\n\nThis program is distributed in the hope that it will be useful,\nbut WITHOUT ANY WARRANTY; without even the implied warranty of\nMERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the\nGNU General Public License for more details.\n\nYou should have received a copy of the GNU General Public License\nalong with this program. If not, see http://www.gnu.org/licenses/.\n\nLesli · Ruby on Rails SaaS Development Framework.\n\nMade with ♥ by https://www.lesli.tech\nBuilding a better future, one line of code at a time.\n\n@contact hello@lesli.tech\n@website https://www.lesli.dev\n@license GPLv3 http://www.gnu.org/licenses/gpl-3.0.en.html\n\n// · ~·~ ~·~ ~·~ ~·~ ~·~ ~·~ ~·~ ~·~ ~·~\n// · \n*/\n\n// · URL #builder for Lesli\nclass LesliUrl {\n #params = \"\";\n #base_url = \"\";\n #query = {};\n #path = \"\";\n #url = \"\";\n constructor(base_url, path, params) {\n this.#base_url = base_url;\n this.#params = params;\n this.#path = path;\n }\n\n // build a url for resources mounted at root level\n // this happens on builders engines like MW.\n root(path, params) {\n this.#path = \"\";\n\n // process path template if provided\n if (path) this.#path = this.#path.concat(this.#parsePath(path, params));\n return this;\n }\n\n // build a url for a specific engine\n engine(engine, path, params) {\n // manually add a slash due we are not using native JS url builders\n engine = engine.concat(\"/\");\n\n // return url for the root of the engine\n if (!path) return this.root(engine, params);\n\n // include the engine as part of the path\n return this.root(engine.concat(path), params);\n }\n\n // insert order params into query string\n order(column) {\n let direction = arguments.length > 1 && arguments[1] !== undefined ? arguments[1] : \"asc\";\n this.#query[\"orderBy\"] = column;\n if (direction) {\n this.#query[\"order\"] = direction;\n }\n return this.#build();\n }\n\n // add standard query param to request paginated data to the server\n paginate(page) {\n let perPage = arguments.length > 1 && arguments[1] !== undefined ? arguments[1] : 15;\n this.#query[\"page\"] = page;\n this.#query[\"perPage\"] = perPage;\n return this.#build();\n }\n\n // add standard query param to request search to the server\n search(text) {\n if (!!text) {\n this.#query[\"search\"] = text;\n }\n return this.#build();\n }\n group(text) {\n if (!!text) {\n this.#query[\"group\"] = text;\n }\n return this.#build();\n }\n\n // add standard query params to request filtered data from the server\n filter(filters) {\n let keys = Object.keys(filters);\n if (!this.#query.f) {\n this.#query[\"f\"] = {};\n }\n keys.forEach(key => {\n this.#query.f[key] = filters[key].join(',');\n });\n return this.#build();\n }\n\n // allow to add custom query params\n query(key, value) {\n this.#query[key] = value;\n return this.#build();\n }\n\n // automatically add auth token if exists in the url query string\n tokenUrl() {\n let urlParams = new URLSearchParams(window.location.search);\n this.#query[\"t\"] = urlParams.get(\"t\");\n return this.#build();\n }\n\n // automatically add auth token if exists in the url query string as param\n tokenShared() {\n // get the token from a \"signed\" url with format:\n // /shared/public/:token/help/tickets/new\n // for this kind of \"signed\" url token is always at position 4 of the string\n let url = window.location.pathname.split('/')[3];\n\n // attach the token as opaque token so the public api is able authenticate the request\n this.#query[\"t\"] = url;\n return this.#build();\n }\n\n // convert the url object to string automatically if object as string is needed\n toString() {\n let extension = arguments.length > 0 && arguments[0] !== undefined ? arguments[0] : null;\n this.#build(extension);\n return this.#url.toString();\n }\n\n // alias for toString() method\n get s() {\n return this.toString();\n }\n\n // add json extension to the url \n json() {\n return this.toString(\".json\");\n }\n\n // add pdf extension to the url \n pdf() {\n return this.toString(\".pdf\");\n }\n\n // perform a redirect action after #build an url\n // be sure to call this method last always\n go() {\n this.#build();\n window.location.href = this.#url.toString();\n }\n\n // parse, join and create a well formated url object\n #build() {\n let extension = arguments.length > 0 && arguments[0] !== undefined ? arguments[0] : null;\n // root\n let url = \"/\";\n\n // if path exists for the url\n if (this.#path != \"\") {\n url = url.concat(this.#path);\n }\n\n // normally all the requests are sent to the internal Lesli api\n // so, the requests should include the json suffix\n if (extension) {\n url = url.concat(extension);\n }\n\n // concat query string if available\n url = url.concat(this.#parseQuery(this.#query));\n\n // #build a native URL object\n this.#url = url;\n\n // return this to enable methods chaining pattern\n return this;\n }\n\n // parse a string template into a string path\n // examples:\n // domain.com/user/:id, { id: 1 }\n // domain.com/user/:id, 1\n // result: domain.com/user/1\n // this is good to avoid string interpolation :)\n #parsePath(path) {\n let params = arguments.length > 1 && arguments[1] !== undefined ? arguments[1] : {};\n // shortcut to get specific resource through id\n if (typeof params == 'string' || typeof params == 'number') {\n params = {\n id: params\n };\n }\n\n // remaining params are useful if we want to work with the params\n // that does not belongs to a any part of the path template\n const remainingParams = {\n ...params\n };\n\n // compile the string template to assign values to the variables\n const renderedPath = path.replace(/:[_A-Za-z][_A-Za-z0-9]*/g, p => {\n let key = p.slice(1);\n delete remainingParams[key];\n return encodeURIComponent(params[key]);\n });\n for (let param in remainingParams) {\n this.#query[param] = remainingParams[param];\n }\n return renderedPath;\n }\n\n // convert a key value object into a standard queryString. This custom implementation\n // supports deep object parsing and array parsing\n // example: { name: {first: \"luis\"}, age: 25 }\n // result: domain.com?name[first]=luis&age=25\n #parseQuery(query) {\n function recursion(query, path) {\n if (Array.isArray(query)) {\n query.forEach(function (element) {\n recursion(element, path + \"[]\");\n });\n return;\n }\n if (query !== null && typeof query === \"object\") {\n Object.keys(query).forEach(function (param) {\n recursion(query[param], path + \"[\" + param + \"]\");\n });\n return;\n }\n data.push(path + \"=\" + query);\n }\n var data = [];\n Object.keys(query).forEach(function (param) {\n recursion(query[param], param);\n });\n if (data.length > 0) {\n return \"?\".concat(data.join(\"&\"));\n }\n return \"\";\n }\n}\nfunction useLesliUrl() {\n const root = \"/\";\n return {\n // · Redirect to specific url\n go() {\n let url = arguments.length > 0 && arguments[0] !== undefined ? arguments[0] : \"/\";\n document.location.href = url;\n },\n // · Get well formated url\n to() {\n let path = arguments.length > 0 && arguments[0] !== undefined ? arguments[0] : null;\n if (path) {\n return root.concat(path);\n }\n return root;\n },\n // · Build a url for core requests\n root(path) {\n let params = arguments.length > 1 && arguments[1] !== undefined ? arguments[1] : {};\n return new LesliUrl().root(path, params);\n },\n // · Build a url for administration area\n profile(path) {\n let params = arguments.length > 1 && arguments[1] !== undefined ? arguments[1] : {};\n return new LesliUrl().engine(\"administration/profile\", path, params);\n },\n // · Build a url for core administration area\n admin(path) {\n let params = arguments.length > 1 && arguments[1] !== undefined ? arguments[1] : {};\n return new LesliUrl().engine(\"admin\", path, params);\n },\n // · Build a url for CloudAudit engine\n audit(path) {\n let params = arguments.length > 1 && arguments[1] !== undefined ? arguments[1] : {};\n return new LesliUrl().engine(\"audit\", path, params);\n },\n // · Build a url for CloudBabel engine\n babel(path) {\n let params = arguments.length > 1 && arguments[1] !== undefined ? arguments[1] : {};\n return new LesliUrl().engine(\"babel\", path, params);\n },\n // · Build a url for CloudBell engine\n bell(path) {\n let params = arguments.length > 1 && arguments[1] !== undefined ? arguments[1] : {};\n return new LesliUrl().engine(\"bell\", path, params);\n },\n // · Build a url for CloudHelp engine\n help(path) {\n let params = arguments.length > 1 && arguments[1] !== undefined ? arguments[1] : {};\n return new LesliUrl().engine(\"help\", path, params);\n },\n // · Build a url for CloudMailer engine\n mailer(path) {\n let params = arguments.length > 1 && arguments[1] !== undefined ? arguments[1] : {};\n return new LesliUrl().engine(\"mailer\", path, params);\n },\n // · Build a url for CloudTalk engine\n talk(path) {\n let params = arguments.length > 1 && arguments[1] !== undefined ? arguments[1] : {};\n return new LesliUrl().engine(\"talk\", path, params);\n },\n // · Build a url for CloudFocus engine\n focus(path) {\n let params = arguments.length > 1 && arguments[1] !== undefined ? arguments[1] : {};\n return new LesliUrl().engine(\"focus\", path, params);\n },\n // · Build a url for CloudTime engine\n time(path) {\n let params = arguments.length > 1 && arguments[1] !== undefined ? arguments[1] : {};\n return new LesliUrl().engine(\"time\", path, params);\n },\n // · Build a url for CloudDriver engine\n driver(path) {\n let params = arguments.length > 1 && arguments[1] !== undefined ? arguments[1] : {};\n return new LesliUrl().engine(\"driver\", path, params);\n },\n // · Build a url for CloudSocial engine\n social(path) {\n let params = arguments.length > 1 && arguments[1] !== undefined ? arguments[1] : {};\n return new LesliUrl().engine(\"social\", path, params);\n },\n // · Build a url for CloudWord engine\n word(path) {\n let params = arguments.length > 1 && arguments[1] !== undefined ? arguments[1] : {};\n return new LesliUrl().engine(\"word\", path, params);\n },\n // · Build a url for CloudTeam engine\n team(path) {\n let params = arguments.length > 1 && arguments[1] !== undefined ? arguments[1] : {};\n return new LesliUrl().engine(\"team\", path, params);\n },\n // · Build a url for CloudScraper engine\n scraper(path) {\n let params = arguments.length > 1 && arguments[1] !== undefined ? arguments[1] : {};\n return new LesliUrl().engine(\"scraper\", path, params);\n },\n // · Build a url for CloudShared engine\n shared(path) {\n let params = arguments.length > 1 && arguments[1] !== undefined ? arguments[1] : {};\n return new LesliUrl().engine(\"shared\", path, params);\n },\n // · Build a url for CloudAuthority engine\n authority(path) {\n let params = arguments.length > 1 && arguments[1] !== undefined ? arguments[1] : {};\n return new LesliUrl().engine(\"authority\", path, params);\n }\n };\n}\n\n//# sourceURL=webpack://lesli/../../enginesdev/lesli-vue/source/composables/url/url.js?");
1216
+ eval("__webpack_require__.r(__webpack_exports__);\n/* harmony export */ __webpack_require__.d(__webpack_exports__, {\n/* harmony export */ useLesliUrl: () => (/* binding */ useLesliUrl)\n/* harmony export */ });\n/*\nLesli\n\nCopyright (c) 2023, Lesli Technologies, S. A.\n\nThis program is free software: you can redistribute it and/or modify\nit under the terms of the GNU General Public License as published by\nthe Free Software Foundation, either version 3 of the License, or\n(at your option) any later version.\n\nThis program is distributed in the hope that it will be useful,\nbut WITHOUT ANY WARRANTY; without even the implied warranty of\nMERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the\nGNU General Public License for more details.\n\nYou should have received a copy of the GNU General Public License\nalong with this program. If not, see http://www.gnu.org/licenses/.\n\nLesli · Ruby on Rails SaaS Development Framework.\n\nMade with ♥ by https://www.lesli.tech\nBuilding a better future, one line of code at a time.\n\n@contact hello@lesli.tech\n@website https://www.lesli.dev\n@license GPLv3 http://www.gnu.org/licenses/gpl-3.0.en.html\n\n// · ~·~ ~·~ ~·~ ~·~ ~·~ ~·~ ~·~ ~·~ ~·~\n// · \n*/\n\n// · URL #builder for Lesli\nclass LesliUrl {\n #params = \"\";\n #base_url = \"\";\n #query = {};\n #path = \"\";\n #url = \"\";\n constructor(base_url, path, params) {\n this.#base_url = base_url;\n this.#params = params;\n this.#path = path;\n }\n\n // build a url for resources mounted at root level\n // this happens on builders engines like MW.\n root(path, params) {\n this.#path = \"\";\n\n // process path template if provided\n if (path) this.#path = this.#path.concat(this.#parsePath(path, params));\n return this;\n }\n\n // build a url for a specific engine\n engine(engine, path, params) {\n // manually add a slash due we are not using native JS url builders\n engine = engine.concat(\"/\");\n\n // return url for the root of the engine\n if (!path) return this.root(engine, params);\n\n // include the engine as part of the path\n return this.root(engine.concat(path), params);\n }\n\n // insert order params into query string\n order(column) {\n let direction = arguments.length > 1 && arguments[1] !== undefined ? arguments[1] : \"asc\";\n this.#query[\"orderBy\"] = column;\n if (direction) {\n this.#query[\"order\"] = direction;\n }\n return this.#build();\n }\n\n // add standard query param to request paginated data to the server\n paginate(page) {\n let perPage = arguments.length > 1 && arguments[1] !== undefined ? arguments[1] : 15;\n this.#query[\"page\"] = page;\n this.#query[\"perPage\"] = perPage;\n return this.#build();\n }\n\n // add standard query param to request search to the server\n search(text) {\n if (!!text) {\n this.#query[\"search\"] = text;\n }\n return this.#build();\n }\n group(text) {\n if (!!text) {\n this.#query[\"group\"] = text;\n }\n return this.#build();\n }\n\n // add standard query params to request filtered data from the server\n filter(filters) {\n let keys = Object.keys(filters);\n if (!this.#query.f) {\n this.#query[\"f\"] = {};\n }\n keys.forEach(key => {\n this.#query.f[key] = filters[key].join(',');\n });\n return this.#build();\n }\n\n // allow to add custom query params\n query(key, value) {\n this.#query[key] = value;\n return this.#build();\n }\n\n // automatically add auth token if exists in the url query string\n tokenUrl() {\n let urlParams = new URLSearchParams(window.location.search);\n this.#query[\"t\"] = urlParams.get(\"t\");\n return this.#build();\n }\n\n // automatically add auth token if exists in the url query string as param\n tokenShared() {\n // get the token from a \"signed\" url with format:\n // /shared/public/:token/help/tickets/new\n // for this kind of \"signed\" url token is always at position 4 of the string\n let url = window.location.pathname.split('/')[3];\n\n // attach the token as opaque token so the public api is able authenticate the request\n this.#query[\"t\"] = url;\n return this.#build();\n }\n\n // convert the url object to string automatically if object as string is needed\n toString() {\n let extension = arguments.length > 0 && arguments[0] !== undefined ? arguments[0] : null;\n this.#build(extension);\n return this.#url.toString();\n }\n\n // alias for toString() method\n get s() {\n return this.toString();\n }\n\n // add json extension to the url \n json() {\n return this.toString(\".json\");\n }\n\n // add pdf extension to the url \n pdf() {\n return this.toString(\".pdf\");\n }\n\n // perform a redirect action after #build an url\n // be sure to call this method last always\n go() {\n this.#build();\n window.location.href = this.#url.toString();\n }\n\n // parse, join and create a well formated url object\n #build() {\n let extension = arguments.length > 0 && arguments[0] !== undefined ? arguments[0] : null;\n // root\n let url = \"/\";\n\n // if path exists for the url\n if (this.#path != \"\") {\n url = url.concat(this.#path);\n }\n\n // normally all the requests are sent to the internal Lesli api\n // so, the requests should include the json suffix\n if (extension) {\n url = url.concat(extension);\n }\n\n // concat query string if available\n url = url.concat(this.#parseQuery(this.#query));\n\n // #build a native URL object\n this.#url = url;\n\n // return this to enable methods chaining pattern\n return this;\n }\n\n // parse a string template into a string path\n // examples:\n // domain.com/user/:id, { id: 1 }\n // domain.com/user/:id, 1\n // result: domain.com/user/1\n // this is good to avoid string interpolation :)\n #parsePath(path) {\n let params = arguments.length > 1 && arguments[1] !== undefined ? arguments[1] : {};\n // shortcut to get specific resource through id\n if (typeof params == 'string' || typeof params == 'number') {\n params = {\n id: params\n };\n }\n\n // remaining params are useful if we want to work with the params\n // that does not belongs to a any part of the path template\n const remainingParams = {\n ...params\n };\n\n // compile the string template to assign values to the variables\n const renderedPath = path.replace(/:[_A-Za-z][_A-Za-z0-9]*/g, p => {\n let key = p.slice(1);\n delete remainingParams[key];\n return encodeURIComponent(params[key]);\n });\n for (let param in remainingParams) {\n this.#query[param] = remainingParams[param];\n }\n return renderedPath;\n }\n\n // convert a key value object into a standard queryString. This custom implementation\n // supports deep object parsing and array parsing\n // example: { name: {first: \"luis\"}, age: 25 }\n // result: domain.com?name[first]=luis&age=25\n #parseQuery(query) {\n function recursion(query, path) {\n if (Array.isArray(query)) {\n query.forEach(function (element) {\n recursion(element, path + \"[]\");\n });\n return;\n }\n if (query !== null && typeof query === \"object\") {\n Object.keys(query).forEach(function (param) {\n recursion(query[param], path + \"[\" + param + \"]\");\n });\n return;\n }\n data.push(path + \"=\" + query);\n }\n var data = [];\n Object.keys(query).forEach(function (param) {\n recursion(query[param], param);\n });\n if (data.length > 0) {\n return \"?\".concat(data.join(\"&\"));\n }\n return \"\";\n }\n}\nfunction useLesliUrl() {\n const root = \"/\";\n return {\n // · Redirect to specific url\n go() {\n let url = arguments.length > 0 && arguments[0] !== undefined ? arguments[0] : \"/\";\n document.location.href = url;\n },\n // · Get well formated url\n to() {\n let path = arguments.length > 0 && arguments[0] !== undefined ? arguments[0] : null;\n if (path) {\n return root.concat(path);\n }\n return root;\n },\n // · Build a url for core requests\n root(path) {\n let params = arguments.length > 1 && arguments[1] !== undefined ? arguments[1] : {};\n return new LesliUrl().root(path, params);\n },\n // · Build a url for administration area\n lesli(path) {\n let params = arguments.length > 1 && arguments[1] !== undefined ? arguments[1] : {};\n return new LesliUrl().root(path, params);\n },\n // · Build a url for core administration area\n admin(path) {\n let params = arguments.length > 1 && arguments[1] !== undefined ? arguments[1] : {};\n return new LesliUrl().engine(\"admin\", path, params);\n },\n // · Build a url for CloudAudit engine\n audit(path) {\n let params = arguments.length > 1 && arguments[1] !== undefined ? arguments[1] : {};\n return new LesliUrl().engine(\"audit\", path, params);\n },\n // · Build a url for CloudBabel engine\n babel(path) {\n let params = arguments.length > 1 && arguments[1] !== undefined ? arguments[1] : {};\n return new LesliUrl().engine(\"babel\", path, params);\n },\n // · Build a url for CloudBell engine\n bell(path) {\n let params = arguments.length > 1 && arguments[1] !== undefined ? arguments[1] : {};\n return new LesliUrl().engine(\"bell\", path, params);\n },\n // · Build a url for CloudHelp engine\n help(path) {\n let params = arguments.length > 1 && arguments[1] !== undefined ? arguments[1] : {};\n return new LesliUrl().engine(\"help\", path, params);\n },\n // · Build a url for CloudMailer engine\n mailer(path) {\n let params = arguments.length > 1 && arguments[1] !== undefined ? arguments[1] : {};\n return new LesliUrl().engine(\"mailer\", path, params);\n },\n // · Build a url for CloudTalk engine\n talk(path) {\n let params = arguments.length > 1 && arguments[1] !== undefined ? arguments[1] : {};\n return new LesliUrl().engine(\"talk\", path, params);\n },\n // · Build a url for CloudFocus engine\n focus(path) {\n let params = arguments.length > 1 && arguments[1] !== undefined ? arguments[1] : {};\n return new LesliUrl().engine(\"focus\", path, params);\n },\n // · Build a url for CloudTime engine\n time(path) {\n let params = arguments.length > 1 && arguments[1] !== undefined ? arguments[1] : {};\n return new LesliUrl().engine(\"time\", path, params);\n },\n // · Build a url for CloudDriver engine\n driver(path) {\n let params = arguments.length > 1 && arguments[1] !== undefined ? arguments[1] : {};\n return new LesliUrl().engine(\"driver\", path, params);\n },\n // · Build a url for CloudSocial engine\n social(path) {\n let params = arguments.length > 1 && arguments[1] !== undefined ? arguments[1] : {};\n return new LesliUrl().engine(\"social\", path, params);\n },\n // · Build a url for CloudWord engine\n word(path) {\n let params = arguments.length > 1 && arguments[1] !== undefined ? arguments[1] : {};\n return new LesliUrl().engine(\"word\", path, params);\n },\n // · Build a url for CloudTeam engine\n team(path) {\n let params = arguments.length > 1 && arguments[1] !== undefined ? arguments[1] : {};\n return new LesliUrl().engine(\"team\", path, params);\n },\n // · Build a url for CloudScraper engine\n scraper(path) {\n let params = arguments.length > 1 && arguments[1] !== undefined ? arguments[1] : {};\n return new LesliUrl().engine(\"scraper\", path, params);\n },\n // · Build a url for CloudShared engine\n shared(path) {\n let params = arguments.length > 1 && arguments[1] !== undefined ? arguments[1] : {};\n return new LesliUrl().engine(\"shared\", path, params);\n },\n // · Build a url for CloudShared engine\n vault(path) {\n let params = arguments.length > 1 && arguments[1] !== undefined ? arguments[1] : {};\n return new LesliUrl().engine(\"vault\", path, params);\n },\n // · Build a url for CloudAuthority engine\n authority(path) {\n let params = arguments.length > 1 && arguments[1] !== undefined ? arguments[1] : {};\n return new LesliUrl().engine(\"authority\", path, params);\n }\n };\n}\n\n//# sourceURL=webpack://lesli/../../enginesdev/lesli-vue/source/composables/url/url.js?");
1175
1217
 
1176
1218
  /***/ }),
1177
1219
 
@@ -1193,7 +1235,7 @@ eval("__webpack_require__.r(__webpack_exports__);\n/* harmony export */ __webpac
1193
1235
  /***/ ((__unused_webpack_module, __webpack_exports__, __webpack_require__) => {
1194
1236
 
1195
1237
  "use strict";
1196
- eval("__webpack_require__.r(__webpack_exports__);\n/* harmony export */ __webpack_require__.d(__webpack_exports__, {\n/* harmony export */ lesliElementAutocomplete: () => (/* reexport safe */ _autocomplete_Autocomplete_vue__WEBPACK_IMPORTED_MODULE_0__[\"default\"]),\n/* harmony export */ lesliElementAvatar: () => (/* reexport safe */ _avatar_Avatar_vue__WEBPACK_IMPORTED_MODULE_1__[\"default\"]),\n/* harmony export */ lesliElementButton: () => (/* reexport safe */ _button_Button_vue__WEBPACK_IMPORTED_MODULE_2__[\"default\"]),\n/* harmony export */ lesliElementCalendar: () => (/* reexport safe */ _calendar_Calendar_vue__WEBPACK_IMPORTED_MODULE_3__[\"default\"]),\n/* harmony export */ lesliElementCard: () => (/* reexport safe */ _card_Card_vue__WEBPACK_IMPORTED_MODULE_4__[\"default\"]),\n/* harmony export */ lesliElementCollapse: () => (/* reexport safe */ _collapse_Collapse_vue__WEBPACK_IMPORTED_MODULE_5__[\"default\"]),\n/* harmony export */ lesliElementControl: () => (/* reexport safe */ _control_Control_vue__WEBPACK_IMPORTED_MODULE_6__[\"default\"]),\n/* harmony export */ lesliElementDropdown: () => (/* reexport safe */ _dropdown_Dropdown_vue__WEBPACK_IMPORTED_MODULE_7__[\"default\"]),\n/* harmony export */ lesliElementEmpty: () => (/* reexport safe */ _empty_Empty_vue__WEBPACK_IMPORTED_MODULE_8__[\"default\"]),\n/* harmony export */ lesliElementFileUploader: () => (/* reexport safe */ _fileUploader_FileUploader_vue__WEBPACK_IMPORTED_MODULE_27__[\"default\"]),\n/* harmony export */ lesliElementForm: () => (/* reexport safe */ _form_Form_vue__WEBPACK_IMPORTED_MODULE_9__[\"default\"]),\n/* harmony export */ lesliElementHeader: () => (/* reexport safe */ _header_Header_vue__WEBPACK_IMPORTED_MODULE_10__[\"default\"]),\n/* harmony export */ lesliElementIcon: () => (/* reexport safe */ _icon_Icon_vue__WEBPACK_IMPORTED_MODULE_11__[\"default\"]),\n/* harmony export */ lesliElementInput: () => (/* reexport safe */ _input_Input_vue__WEBPACK_IMPORTED_MODULE_12__[\"default\"]),\n/* harmony export */ lesliElementInputTag: () => (/* reexport safe */ _inputTag_InputTag_vue__WEBPACK_IMPORTED_MODULE_13__[\"default\"]),\n/* harmony export */ lesliElementLink: () => (/* reexport safe */ _link_Link_vue__WEBPACK_IMPORTED_MODULE_14__[\"default\"]),\n/* harmony export */ lesliElementLoading: () => (/* reexport safe */ _loading_Loading_vue__WEBPACK_IMPORTED_MODULE_15__[\"default\"]),\n/* harmony export */ lesliElementMap: () => (/* reexport safe */ _map_Map_vue__WEBPACK_IMPORTED_MODULE_16__[\"default\"]),\n/* harmony export */ lesliElementNavbar: () => (/* reexport safe */ _navbar_Navbar_vue__WEBPACK_IMPORTED_MODULE_17__[\"default\"]),\n/* harmony export */ lesliElementNavigationList: () => (/* reexport safe */ _navigation_NavigationList_vue__WEBPACK_IMPORTED_MODULE_18__[\"default\"]),\n/* harmony export */ lesliElementPagination: () => (/* reexport safe */ _pagination_Pagination_vue__WEBPACK_IMPORTED_MODULE_19__[\"default\"]),\n/* harmony export */ lesliElementPanel: () => (/* reexport safe */ _panel_Panel_vue__WEBPACK_IMPORTED_MODULE_20__[\"default\"]),\n/* harmony export */ lesliElementSelect: () => (/* reexport safe */ _select_Select_vue__WEBPACK_IMPORTED_MODULE_21__[\"default\"]),\n/* harmony export */ lesliElementTabItem: () => (/* reexport safe */ _tabs_TabItem_vue__WEBPACK_IMPORTED_MODULE_24__[\"default\"]),\n/* harmony export */ lesliElementTable: () => (/* reexport safe */ _table_Table_vue__WEBPACK_IMPORTED_MODULE_22__[\"default\"]),\n/* harmony export */ lesliElementTabs: () => (/* reexport safe */ _tabs_Tabs_vue__WEBPACK_IMPORTED_MODULE_23__[\"default\"]),\n/* harmony export */ lesliElementToggle: () => (/* reexport safe */ _toggle_Toggle_vue__WEBPACK_IMPORTED_MODULE_25__[\"default\"]),\n/* harmony export */ lesliElementToolbar: () => (/* reexport safe */ _toolbar_Toolbar_vue__WEBPACK_IMPORTED_MODULE_26__[\"default\"])\n/* harmony export */ });\n/* harmony import */ var _autocomplete_Autocomplete_vue__WEBPACK_IMPORTED_MODULE_0__ = __webpack_require__(/*! ./autocomplete/Autocomplete.vue */ \"../../enginesdev/lesli-vue/source/elements/autocomplete/Autocomplete.vue\");\n/* harmony import */ var _avatar_Avatar_vue__WEBPACK_IMPORTED_MODULE_1__ = __webpack_require__(/*! ./avatar/Avatar.vue */ \"../../enginesdev/lesli-vue/source/elements/avatar/Avatar.vue\");\n/* harmony import */ var _button_Button_vue__WEBPACK_IMPORTED_MODULE_2__ = __webpack_require__(/*! ./button/Button.vue */ \"../../enginesdev/lesli-vue/source/elements/button/Button.vue\");\n/* harmony import */ var _calendar_Calendar_vue__WEBPACK_IMPORTED_MODULE_3__ = __webpack_require__(/*! ./calendar/Calendar.vue */ \"../../enginesdev/lesli-vue/source/elements/calendar/Calendar.vue\");\n/* harmony import */ var _card_Card_vue__WEBPACK_IMPORTED_MODULE_4__ = __webpack_require__(/*! ./card/Card.vue */ \"../../enginesdev/lesli-vue/source/elements/card/Card.vue\");\n/* harmony import */ var _collapse_Collapse_vue__WEBPACK_IMPORTED_MODULE_5__ = __webpack_require__(/*! ./collapse/Collapse.vue */ \"../../enginesdev/lesli-vue/source/elements/collapse/Collapse.vue\");\n/* harmony import */ var _control_Control_vue__WEBPACK_IMPORTED_MODULE_6__ = __webpack_require__(/*! ./control/Control.vue */ \"../../enginesdev/lesli-vue/source/elements/control/Control.vue\");\n/* harmony import */ var _dropdown_Dropdown_vue__WEBPACK_IMPORTED_MODULE_7__ = __webpack_require__(/*! ./dropdown/Dropdown.vue */ \"../../enginesdev/lesli-vue/source/elements/dropdown/Dropdown.vue\");\n/* harmony import */ var _empty_Empty_vue__WEBPACK_IMPORTED_MODULE_8__ = __webpack_require__(/*! ./empty/Empty.vue */ \"../../enginesdev/lesli-vue/source/elements/empty/Empty.vue\");\n/* harmony import */ var _form_Form_vue__WEBPACK_IMPORTED_MODULE_9__ = __webpack_require__(/*! ./form/Form.vue */ \"../../enginesdev/lesli-vue/source/elements/form/Form.vue\");\n/* harmony import */ var _header_Header_vue__WEBPACK_IMPORTED_MODULE_10__ = __webpack_require__(/*! ./header/Header.vue */ \"../../enginesdev/lesli-vue/source/elements/header/Header.vue\");\n/* harmony import */ var _icon_Icon_vue__WEBPACK_IMPORTED_MODULE_11__ = __webpack_require__(/*! ./icon/Icon.vue */ \"../../enginesdev/lesli-vue/source/elements/icon/Icon.vue\");\n/* harmony import */ var _input_Input_vue__WEBPACK_IMPORTED_MODULE_12__ = __webpack_require__(/*! ./input/Input.vue */ \"../../enginesdev/lesli-vue/source/elements/input/Input.vue\");\n/* harmony import */ var _inputTag_InputTag_vue__WEBPACK_IMPORTED_MODULE_13__ = __webpack_require__(/*! ./inputTag/InputTag.vue */ \"../../enginesdev/lesli-vue/source/elements/inputTag/InputTag.vue\");\n/* harmony import */ var _link_Link_vue__WEBPACK_IMPORTED_MODULE_14__ = __webpack_require__(/*! ./link/Link.vue */ \"../../enginesdev/lesli-vue/source/elements/link/Link.vue\");\n/* harmony import */ var _loading_Loading_vue__WEBPACK_IMPORTED_MODULE_15__ = __webpack_require__(/*! ./loading/Loading.vue */ \"../../enginesdev/lesli-vue/source/elements/loading/Loading.vue\");\n/* harmony import */ var _map_Map_vue__WEBPACK_IMPORTED_MODULE_16__ = __webpack_require__(/*! ./map/Map.vue */ \"../../enginesdev/lesli-vue/source/elements/map/Map.vue\");\n/* harmony import */ var _navbar_Navbar_vue__WEBPACK_IMPORTED_MODULE_17__ = __webpack_require__(/*! ./navbar/Navbar.vue */ \"../../enginesdev/lesli-vue/source/elements/navbar/Navbar.vue\");\n/* harmony import */ var _navigation_NavigationList_vue__WEBPACK_IMPORTED_MODULE_18__ = __webpack_require__(/*! ./navigation/NavigationList.vue */ \"../../enginesdev/lesli-vue/source/elements/navigation/NavigationList.vue\");\n/* harmony import */ var _pagination_Pagination_vue__WEBPACK_IMPORTED_MODULE_19__ = __webpack_require__(/*! ./pagination/Pagination.vue */ \"../../enginesdev/lesli-vue/source/elements/pagination/Pagination.vue\");\n/* harmony import */ var _panel_Panel_vue__WEBPACK_IMPORTED_MODULE_20__ = __webpack_require__(/*! ./panel/Panel.vue */ \"../../enginesdev/lesli-vue/source/elements/panel/Panel.vue\");\n/* harmony import */ var _select_Select_vue__WEBPACK_IMPORTED_MODULE_21__ = __webpack_require__(/*! ./select/Select.vue */ \"../../enginesdev/lesli-vue/source/elements/select/Select.vue\");\n/* harmony import */ var _table_Table_vue__WEBPACK_IMPORTED_MODULE_22__ = __webpack_require__(/*! ./table/Table.vue */ \"../../enginesdev/lesli-vue/source/elements/table/Table.vue\");\n/* harmony import */ var _tabs_Tabs_vue__WEBPACK_IMPORTED_MODULE_23__ = __webpack_require__(/*! ./tabs/Tabs.vue */ \"../../enginesdev/lesli-vue/source/elements/tabs/Tabs.vue\");\n/* harmony import */ var _tabs_TabItem_vue__WEBPACK_IMPORTED_MODULE_24__ = __webpack_require__(/*! ./tabs/TabItem.vue */ \"../../enginesdev/lesli-vue/source/elements/tabs/TabItem.vue\");\n/* harmony import */ var _toggle_Toggle_vue__WEBPACK_IMPORTED_MODULE_25__ = __webpack_require__(/*! ./toggle/Toggle.vue */ \"../../enginesdev/lesli-vue/source/elements/toggle/Toggle.vue\");\n/* harmony import */ var _toolbar_Toolbar_vue__WEBPACK_IMPORTED_MODULE_26__ = __webpack_require__(/*! ./toolbar/Toolbar.vue */ \"../../enginesdev/lesli-vue/source/elements/toolbar/Toolbar.vue\");\n/* harmony import */ var _fileUploader_FileUploader_vue__WEBPACK_IMPORTED_MODULE_27__ = __webpack_require__(/*! ./fileUploader/FileUploader.vue */ \"../../enginesdev/lesli-vue/source/elements/fileUploader/FileUploader.vue\");\n/*\nLesli\n\nCopyright (c) 2023, Lesli Technologies, S. A.\n\nThis program is free software: you can redistribute it and/or modify\nit under the terms of the GNU General Public License as published by\nthe Free Software Foundation, either version 3 of the License, or\n(at your option) any later version.\n\nThis program is distributed in the hope that it will be useful,\nbut WITHOUT ANY WARRANTY; without even the implied warranty of\nMERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the\nGNU General Public License for more details.\n\nYou should have received a copy of the GNU General Public License\nalong with this program. If not, see http://www.gnu.org/licenses/.\n\nLesli · Ruby on Rails SaaS Development Framework.\n\nMade with ♥ by https://www.lesli.tech\nBuilding a better future, one line of code at a time.\n\n@contact hello@lesli.tech\n@website https://www.lesli.dev\n@license GPLv3 http://www.gnu.org/licenses/gpl-3.0.en.html\n\n// · ~·~ ~·~ ~·~ ~·~ ~·~ ~·~ ~·~ ~·~ ~·~\n// · \n*/\n\n// · \n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n// · \n\n\n//# sourceURL=webpack://lesli/../../enginesdev/lesli-vue/source/elements/index.js?");
1238
+ eval("__webpack_require__.r(__webpack_exports__);\n/* harmony export */ __webpack_require__.d(__webpack_exports__, {\n/* harmony export */ lesliElementAutocomplete: () => (/* reexport safe */ _autocomplete_Autocomplete_vue__WEBPACK_IMPORTED_MODULE_0__[\"default\"]),\n/* harmony export */ lesliElementAvatar: () => (/* reexport safe */ _avatar_Avatar_vue__WEBPACK_IMPORTED_MODULE_1__[\"default\"]),\n/* harmony export */ lesliElementButton: () => (/* reexport safe */ _button_Button_vue__WEBPACK_IMPORTED_MODULE_2__[\"default\"]),\n/* harmony export */ lesliElementCalendar: () => (/* reexport safe */ _calendar_Calendar_vue__WEBPACK_IMPORTED_MODULE_3__[\"default\"]),\n/* harmony export */ lesliElementCard: () => (/* reexport safe */ _card_Card_vue__WEBPACK_IMPORTED_MODULE_4__[\"default\"]),\n/* harmony export */ lesliElementCollapse: () => (/* reexport safe */ _collapse_Collapse_vue__WEBPACK_IMPORTED_MODULE_5__[\"default\"]),\n/* harmony export */ lesliElementColumn: () => (/* reexport safe */ _columns_Column_vue__WEBPACK_IMPORTED_MODULE_6__[\"default\"]),\n/* harmony export */ lesliElementColumns: () => (/* reexport safe */ _columns_Columns_vue__WEBPACK_IMPORTED_MODULE_7__[\"default\"]),\n/* harmony export */ lesliElementControl: () => (/* reexport safe */ _control_Control_vue__WEBPACK_IMPORTED_MODULE_8__[\"default\"]),\n/* harmony export */ lesliElementDropdown: () => (/* reexport safe */ _dropdown_Dropdown_vue__WEBPACK_IMPORTED_MODULE_9__[\"default\"]),\n/* harmony export */ lesliElementEmpty: () => (/* reexport safe */ _empty_Empty_vue__WEBPACK_IMPORTED_MODULE_10__[\"default\"]),\n/* harmony export */ lesliElementFileUploader: () => (/* reexport safe */ _fileUploader_FileUploader_vue__WEBPACK_IMPORTED_MODULE_29__[\"default\"]),\n/* harmony export */ lesliElementForm: () => (/* reexport safe */ _form_Form_vue__WEBPACK_IMPORTED_MODULE_11__[\"default\"]),\n/* harmony export */ lesliElementHeader: () => (/* reexport safe */ _header_Header_vue__WEBPACK_IMPORTED_MODULE_12__[\"default\"]),\n/* harmony export */ lesliElementIcon: () => (/* reexport safe */ _icon_Icon_vue__WEBPACK_IMPORTED_MODULE_13__[\"default\"]),\n/* harmony export */ lesliElementInput: () => (/* reexport safe */ _input_Input_vue__WEBPACK_IMPORTED_MODULE_14__[\"default\"]),\n/* harmony export */ lesliElementInputTag: () => (/* reexport safe */ _inputTag_InputTag_vue__WEBPACK_IMPORTED_MODULE_15__[\"default\"]),\n/* harmony export */ lesliElementLink: () => (/* reexport safe */ _link_Link_vue__WEBPACK_IMPORTED_MODULE_16__[\"default\"]),\n/* harmony export */ lesliElementLoading: () => (/* reexport safe */ _loading_Loading_vue__WEBPACK_IMPORTED_MODULE_17__[\"default\"]),\n/* harmony export */ lesliElementMap: () => (/* reexport safe */ _map_Map_vue__WEBPACK_IMPORTED_MODULE_18__[\"default\"]),\n/* harmony export */ lesliElementNavbar: () => (/* reexport safe */ _navbar_Navbar_vue__WEBPACK_IMPORTED_MODULE_19__[\"default\"]),\n/* harmony export */ lesliElementNavigationList: () => (/* reexport safe */ _navigation_NavigationList_vue__WEBPACK_IMPORTED_MODULE_20__[\"default\"]),\n/* harmony export */ lesliElementPagination: () => (/* reexport safe */ _pagination_Pagination_vue__WEBPACK_IMPORTED_MODULE_21__[\"default\"]),\n/* harmony export */ lesliElementPanel: () => (/* reexport safe */ _panel_Panel_vue__WEBPACK_IMPORTED_MODULE_22__[\"default\"]),\n/* harmony export */ lesliElementSelect: () => (/* reexport safe */ _select_Select_vue__WEBPACK_IMPORTED_MODULE_23__[\"default\"]),\n/* harmony export */ lesliElementTabItem: () => (/* reexport safe */ _tabs_TabItem_vue__WEBPACK_IMPORTED_MODULE_26__[\"default\"]),\n/* harmony export */ lesliElementTable: () => (/* reexport safe */ _table_Table_vue__WEBPACK_IMPORTED_MODULE_24__[\"default\"]),\n/* harmony export */ lesliElementTabs: () => (/* reexport safe */ _tabs_Tabs_vue__WEBPACK_IMPORTED_MODULE_25__[\"default\"]),\n/* harmony export */ lesliElementToggle: () => (/* reexport safe */ _toggle_Toggle_vue__WEBPACK_IMPORTED_MODULE_27__[\"default\"]),\n/* harmony export */ lesliElementToolbar: () => (/* reexport safe */ _toolbar_Toolbar_vue__WEBPACK_IMPORTED_MODULE_28__[\"default\"])\n/* harmony export */ });\n/* harmony import */ var _autocomplete_Autocomplete_vue__WEBPACK_IMPORTED_MODULE_0__ = __webpack_require__(/*! ./autocomplete/Autocomplete.vue */ \"../../enginesdev/lesli-vue/source/elements/autocomplete/Autocomplete.vue\");\n/* harmony import */ var _avatar_Avatar_vue__WEBPACK_IMPORTED_MODULE_1__ = __webpack_require__(/*! ./avatar/Avatar.vue */ \"../../enginesdev/lesli-vue/source/elements/avatar/Avatar.vue\");\n/* harmony import */ var _button_Button_vue__WEBPACK_IMPORTED_MODULE_2__ = __webpack_require__(/*! ./button/Button.vue */ \"../../enginesdev/lesli-vue/source/elements/button/Button.vue\");\n/* harmony import */ var _calendar_Calendar_vue__WEBPACK_IMPORTED_MODULE_3__ = __webpack_require__(/*! ./calendar/Calendar.vue */ \"../../enginesdev/lesli-vue/source/elements/calendar/Calendar.vue\");\n/* harmony import */ var _card_Card_vue__WEBPACK_IMPORTED_MODULE_4__ = __webpack_require__(/*! ./card/Card.vue */ \"../../enginesdev/lesli-vue/source/elements/card/Card.vue\");\n/* harmony import */ var _collapse_Collapse_vue__WEBPACK_IMPORTED_MODULE_5__ = __webpack_require__(/*! ./collapse/Collapse.vue */ \"../../enginesdev/lesli-vue/source/elements/collapse/Collapse.vue\");\n/* harmony import */ var _columns_Column_vue__WEBPACK_IMPORTED_MODULE_6__ = __webpack_require__(/*! ./columns/Column.vue */ \"../../enginesdev/lesli-vue/source/elements/columns/Column.vue\");\n/* harmony import */ var _columns_Columns_vue__WEBPACK_IMPORTED_MODULE_7__ = __webpack_require__(/*! ./columns/Columns.vue */ \"../../enginesdev/lesli-vue/source/elements/columns/Columns.vue\");\n/* harmony import */ var _control_Control_vue__WEBPACK_IMPORTED_MODULE_8__ = __webpack_require__(/*! ./control/Control.vue */ \"../../enginesdev/lesli-vue/source/elements/control/Control.vue\");\n/* harmony import */ var _dropdown_Dropdown_vue__WEBPACK_IMPORTED_MODULE_9__ = __webpack_require__(/*! ./dropdown/Dropdown.vue */ \"../../enginesdev/lesli-vue/source/elements/dropdown/Dropdown.vue\");\n/* harmony import */ var _empty_Empty_vue__WEBPACK_IMPORTED_MODULE_10__ = __webpack_require__(/*! ./empty/Empty.vue */ \"../../enginesdev/lesli-vue/source/elements/empty/Empty.vue\");\n/* harmony import */ var _form_Form_vue__WEBPACK_IMPORTED_MODULE_11__ = __webpack_require__(/*! ./form/Form.vue */ \"../../enginesdev/lesli-vue/source/elements/form/Form.vue\");\n/* harmony import */ var _header_Header_vue__WEBPACK_IMPORTED_MODULE_12__ = __webpack_require__(/*! ./header/Header.vue */ \"../../enginesdev/lesli-vue/source/elements/header/Header.vue\");\n/* harmony import */ var _icon_Icon_vue__WEBPACK_IMPORTED_MODULE_13__ = __webpack_require__(/*! ./icon/Icon.vue */ \"../../enginesdev/lesli-vue/source/elements/icon/Icon.vue\");\n/* harmony import */ var _input_Input_vue__WEBPACK_IMPORTED_MODULE_14__ = __webpack_require__(/*! ./input/Input.vue */ \"../../enginesdev/lesli-vue/source/elements/input/Input.vue\");\n/* harmony import */ var _inputTag_InputTag_vue__WEBPACK_IMPORTED_MODULE_15__ = __webpack_require__(/*! ./inputTag/InputTag.vue */ \"../../enginesdev/lesli-vue/source/elements/inputTag/InputTag.vue\");\n/* harmony import */ var _link_Link_vue__WEBPACK_IMPORTED_MODULE_16__ = __webpack_require__(/*! ./link/Link.vue */ \"../../enginesdev/lesli-vue/source/elements/link/Link.vue\");\n/* harmony import */ var _loading_Loading_vue__WEBPACK_IMPORTED_MODULE_17__ = __webpack_require__(/*! ./loading/Loading.vue */ \"../../enginesdev/lesli-vue/source/elements/loading/Loading.vue\");\n/* harmony import */ var _map_Map_vue__WEBPACK_IMPORTED_MODULE_18__ = __webpack_require__(/*! ./map/Map.vue */ \"../../enginesdev/lesli-vue/source/elements/map/Map.vue\");\n/* harmony import */ var _navbar_Navbar_vue__WEBPACK_IMPORTED_MODULE_19__ = __webpack_require__(/*! ./navbar/Navbar.vue */ \"../../enginesdev/lesli-vue/source/elements/navbar/Navbar.vue\");\n/* harmony import */ var _navigation_NavigationList_vue__WEBPACK_IMPORTED_MODULE_20__ = __webpack_require__(/*! ./navigation/NavigationList.vue */ \"../../enginesdev/lesli-vue/source/elements/navigation/NavigationList.vue\");\n/* harmony import */ var _pagination_Pagination_vue__WEBPACK_IMPORTED_MODULE_21__ = __webpack_require__(/*! ./pagination/Pagination.vue */ \"../../enginesdev/lesli-vue/source/elements/pagination/Pagination.vue\");\n/* harmony import */ var _panel_Panel_vue__WEBPACK_IMPORTED_MODULE_22__ = __webpack_require__(/*! ./panel/Panel.vue */ \"../../enginesdev/lesli-vue/source/elements/panel/Panel.vue\");\n/* harmony import */ var _select_Select_vue__WEBPACK_IMPORTED_MODULE_23__ = __webpack_require__(/*! ./select/Select.vue */ \"../../enginesdev/lesli-vue/source/elements/select/Select.vue\");\n/* harmony import */ var _table_Table_vue__WEBPACK_IMPORTED_MODULE_24__ = __webpack_require__(/*! ./table/Table.vue */ \"../../enginesdev/lesli-vue/source/elements/table/Table.vue\");\n/* harmony import */ var _tabs_Tabs_vue__WEBPACK_IMPORTED_MODULE_25__ = __webpack_require__(/*! ./tabs/Tabs.vue */ \"../../enginesdev/lesli-vue/source/elements/tabs/Tabs.vue\");\n/* harmony import */ var _tabs_TabItem_vue__WEBPACK_IMPORTED_MODULE_26__ = __webpack_require__(/*! ./tabs/TabItem.vue */ \"../../enginesdev/lesli-vue/source/elements/tabs/TabItem.vue\");\n/* harmony import */ var _toggle_Toggle_vue__WEBPACK_IMPORTED_MODULE_27__ = __webpack_require__(/*! ./toggle/Toggle.vue */ \"../../enginesdev/lesli-vue/source/elements/toggle/Toggle.vue\");\n/* harmony import */ var _toolbar_Toolbar_vue__WEBPACK_IMPORTED_MODULE_28__ = __webpack_require__(/*! ./toolbar/Toolbar.vue */ \"../../enginesdev/lesli-vue/source/elements/toolbar/Toolbar.vue\");\n/* harmony import */ var _fileUploader_FileUploader_vue__WEBPACK_IMPORTED_MODULE_29__ = __webpack_require__(/*! ./fileUploader/FileUploader.vue */ \"../../enginesdev/lesli-vue/source/elements/fileUploader/FileUploader.vue\");\n/*\nLesli\n\nCopyright (c) 2023, Lesli Technologies, S. A.\n\nThis program is free software: you can redistribute it and/or modify\nit under the terms of the GNU General Public License as published by\nthe Free Software Foundation, either version 3 of the License, or\n(at your option) any later version.\n\nThis program is distributed in the hope that it will be useful,\nbut WITHOUT ANY WARRANTY; without even the implied warranty of\nMERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the\nGNU General Public License for more details.\n\nYou should have received a copy of the GNU General Public License\nalong with this program. If not, see http://www.gnu.org/licenses/.\n\nLesli · Ruby on Rails SaaS Development Framework.\n\nMade with ♥ by https://www.lesli.tech\nBuilding a better future, one line of code at a time.\n\n@contact hello@lesli.tech\n@website https://www.lesli.dev\n@license GPLv3 http://www.gnu.org/licenses/gpl-3.0.en.html\n\n// · ~·~ ~·~ ~·~ ~·~ ~·~ ~·~ ~·~ ~·~ ~·~\n// · \n*/\n\n// · \n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n// · \n\n\n//# sourceURL=webpack://lesli/../../enginesdev/lesli-vue/source/elements/index.js?");
1197
1239
 
1198
1240
  /***/ }),
1199
1241
 
@@ -1260,36 +1302,6 @@ eval("!function(t,i){ true?module.exports=i():0}(this,(function(){\"use strict\"
1260
1302
 
1261
1303
  /***/ }),
1262
1304
 
1263
- /***/ "./node_modules/lesli-js/debug/browser.js":
1264
- /*!************************************************!*\
1265
- !*** ./node_modules/lesli-js/debug/browser.js ***!
1266
- \************************************************/
1267
- /***/ ((module, __unused_webpack_exports, __webpack_require__) => {
1268
-
1269
- eval("/*\nLesli\n\nCopyright (c) 2021, Lesli Technologies, S. A.\n\nThis program is free software: you can redistribute it and/or modify\nit under the terms of the GNU General Public License as published by\nthe Free Software Foundation, either version 3 of the License, or\n(at your option) any later version.\n\nThis program is distributed in the hope that it will be useful,\nbut WITHOUT ANY WARRANTY; without even the implied warranty of\nMERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the\nGNU General Public License for more details.\n\nYou should have received a copy of the GNU General Public License\nalong with this program. If not, see <http://www.gnu.org/licenses/>.\n\nLesli JS - JavaScript utilities for JavaScript applications\n\nPowered by LesliTech\nBuilding a better future, one line of code at a time.\n\n@contact <hello@lesli.tech>\n@website <https://lesli.tech>\n@license GPLv3 http://www.gnu.org/licenses/gpl-3.0.en.html\n\n// · ~·~ ~·~ ~·~ ~·~ ~·~ ~·~ ~·~ ~·~ ~·~ ~·~ ~·~ ~·~\n// · \n*/\n\nmodule.exports = __webpack_require__(/*! ../src/debug/browser */ \"./node_modules/lesli-js/src/debug/browser.js\")\n\n\n//# sourceURL=webpack://lesli/./node_modules/lesli-js/debug/browser.js?");
1270
-
1271
- /***/ }),
1272
-
1273
- /***/ "./node_modules/lesli-js/src/debug/browser.js":
1274
- /*!****************************************************!*\
1275
- !*** ./node_modules/lesli-js/src/debug/browser.js ***!
1276
- \****************************************************/
1277
- /***/ ((module, __unused_webpack_exports, __webpack_require__) => {
1278
-
1279
- eval("/*\nLesli\n\nCopyright (c) 2020, Lesli Technologies, S. A.\n\nThis program is free software: you can redistribute it and/or modify\nit under the terms of the GNU General Public License as published by\nthe Free Software Foundation, either version 3 of the License, or\n(at your option) any later version.\n\nThis program is distributed in the hope that it will be useful,\nbut WITHOUT ANY WARRANTY; without even the implied warranty of\nMERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the\nGNU General Public License for more details.\n\nYou should have received a copy of the GNU General Public License\nalong with this program. If not, see <http://www.gnu.org/licenses/>.\n\nLesli JS - JavaScript utilities for JavaScript applications\n\nPowered by LesliTech\nBuilding a better future, one line of code at a time.\n\n@contact <hello@lesli.tech>\n@website <https://lesli.tech>\n@license GPLv3 http://www.gnu.org/licenses/gpl-3.0.en.html\n\n// · ~·~ ~·~ ~·~ ~·~ ~·~ ~·~ ~·~ ~·~ ~·~ ~·~ ~·~ ~·~\n// · \n*/\n\n\n// · Loading node modules\nlet utils = __webpack_require__(/*! ./utils */ \"./node_modules/lesli-js/src/debug/utils.js\")\n\n\n// · \nclass BrowserDebugService {\n\n build(message, modulo, level) {\n return utils.buildMessage(message, modulo, level)\n }\n\n // · write information message\n log(message, modulo = null) {\n console.log(utils.buildMessage(message, modulo, \"log\"))\n }\n\n // · write information message\n msg(message, modulo = null) {\n console.log(utils.buildMessage(message, modulo, \"msg\"))\n }\n\n // · write informatie message\n info(message, modulo = null) {\n console.info(\"%c\"+utils.buildMessage(message, modulo, \"info\"), utils.stylesForBrowser(\"info\"))\n }\n\n // · write success message\n success(message, modulo = null) {\n console.log(utils.buildMessage(message, modulo, \"msg\"))\n }\n\n // · write warning message\n warn(message, modulo = null) {\n console.warn(\"%c\"+utils.buildMessage(message, modulo, \"warn\"), utils.stylesForBrowser(\"warn\"))\n }\n\n // · write warning message\n error(message, modulo = null) {\n console.error(\"%c\"+utils.buildMessage(message, modulo, \"error\"), utils.stylesForBrowser(\"error\"))\n }\n\n // · write warning message\n fatal(message, modulo = null) {\n console.error(\"%c\"+utils.buildMessage(message, modulo, \"error\"), utils.stylesForBrowser(\"fatal\"))\n }\n\n message(title, messages, more_information=null) {\n\n console.log(\"%c\"+title, \"color:#3689e6;font-size:35px;font-weight:600;line-height:1;\")\n\n if (typeof messages === \"string\") messages = [ messages ]\n\n console.log(\"%c\"+messages.join(\"\\n\"), \"background-color:#ffffff;color:#1a1a1a;font-size:18px;font-weight:400;line-height:1.1;\") \n\n if (more_information) {\n console.log(\"%c\"+more_information, \"background-color:#ffffff;color:#1a1a1a;font-size:14px;font-weight:400;line-height:2;\")\n }\n \n }\n\n lesli_message_warning(title=\"LESLI\", support=\"For mor information contact your system administrator\") {\n this.message(title, [\n \"This is a browser feature intended for developers.\",\n \"For security reasons, DO NOT copy or paste any information, text, or code here.\"\n ], support)\n }\n\n}\n\n// · \nmodule.exports = new BrowserDebugService()\n\n\n//# sourceURL=webpack://lesli/./node_modules/lesli-js/src/debug/browser.js?");
1280
-
1281
- /***/ }),
1282
-
1283
- /***/ "./node_modules/lesli-js/src/debug/utils.js":
1284
- /*!**************************************************!*\
1285
- !*** ./node_modules/lesli-js/src/debug/utils.js ***!
1286
- \**************************************************/
1287
- /***/ ((module, __unused_webpack_exports, __webpack_require__) => {
1288
-
1289
- eval("/*\nLesli\n\nCopyright (c) 2021, Lesli Technologies, S. A.\n\nThis program is free software: you can redistribute it and/or modify\nit under the terms of the GNU General Public License as published by\nthe Free Software Foundation, either version 3 of the License, or\n(at your option) any later version.\n\nThis program is distributed in the hope that it will be useful,\nbut WITHOUT ANY WARRANTY; without even the implied warranty of\nMERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the\nGNU General Public License for more details.\n\nYou should have received a copy of the GNU General Public License\nalong with this program. If not, see <http://www.gnu.org/licenses/>.\n\nLesli JS - JavaScript utilities for JavaScript applications\n\nPowered by LesliTech\nBuilding a better future, one line of code at a time.\n\n@contact <hello@lesli.tech>\n@website <https://lesli.tech>\n@license GPLv3 http://www.gnu.org/licenses/gpl-3.0.en.html\n\n// · ~·~ ~·~ ~·~ ~·~ ~·~ ~·~ ~·~ ~·~ ~·~ ~·~ ~·~ ~·~\n// · \n*/\n\n\nvar dayjs = __webpack_require__(/*! dayjs */ \"./node_modules/dayjs/dayjs.min.js\")\n\n\n// · \nclass Utils {\n\n // · \n buildDate() {\n\n return dayjs().format(\"MM/DD HH:mm\").toString()\n\n }\n\n // · \n buildMessage(message, module, level) {\n\n // desire output format\n // [2010-01-17 11:43:37] [ERROR] (cheese module) - Cheese is too ripe!\n // [2010-01-17 11:43:37] [FATAL] (cheese module) - Cheese was breeding ground for listeria.\n let newMessage = `[${this.buildDate()}] [${level.toUpperCase()}]`\n\n if (module) {\n newMessage += ` (${module})`\n }\n\n newMessage = newMessage.concat(\" - \").concat(message)\n\n return newMessage\n\n }\n\n // · \n stylesForBrowser(type) {\n\n let lineheight=\"1.5;\"\n let fontsize=\"14px;\"\n let padding=\"2px;\"\n\n let info = \"background-color:#3498db;color:#ffffff;\"\n let warn = \"background-color:#f1c40f;color:#000000;\"\n let error = \"background-color:#e74c3c;color:#ffffff;\"\n let fatal = \"background-color:#c0392b;color:#fff394;\"\n let success = \"background-color:##48c774;color:#000000;\"\n\n let style = \"\"\n\n switch (type) {\n case \"info\": style = info; break;\n case \"warn\": style = warn; break;\n case \"error\": style = error; break;\n case \"fatal\": style = fatal; break;\n case \"success\": style = success; break;\n }\n\n style += \"padding:\" + padding\n style += \"font-size:\" + fontsize\n style += \"line-height:\" + lineheight\n\n return style\n\n }\n\n // · \n print_r (data, level = 1) {\n\n let isArray = Array.isArray(data);\n\n let comma = \",\"\n let string = \"\"\n let padding_key = \"\"\n let padding_prop = \"\"\n let newline = \"\\n\"\n\n for(let i=0;i<(4*level);i++) {\n padding_prop += \" \"\n }\n\n if (level > 1) {\n padding_key = padding_prop.slice(0, padding_prop.length - 4)\n }\n\n if (typeof data == \"object\" && !Array.isArray(data)) {\n\n string += padding_key + \"{\" + newline\n\n for(let property in data) {\n\n if (typeof data[property] == \"object\") {\n string += padding_prop + property + \": \" + this.print_r(data[property], level+1) + comma + newline\n } else {\n string += padding_prop + property + \": \" + data[property] + comma + newline\n }\n \n }\n\n string += padding_key + \"}\"\n\n } \n\n if (typeof data == \"object\" && Array.isArray(data)) {\n\n string += \"[\" + newline\n\n for(let property in data) {\n\n if (typeof data[property] == \"object\") {\n string += this.print_r(data[property], level+1) + comma + newline\n } else {\n string += padding_prop + data[property] + newline\n }\n\n }\n\n string += padding_key + \"]\"\n\n }\n\n // trying to remove last comma if is the end of object or array\n //string = string.replace(/,\\n/g, \"0\")\n\n return string\n\n }\n\n}\n\nmodule.exports = new Utils\n\n\n//# sourceURL=webpack://lesli/./node_modules/lesli-js/src/debug/utils.js?");
1290
-
1291
- /***/ }),
1292
-
1293
1305
  /***/ "./node_modules/v-calendar/dist/style.css":
1294
1306
  /*!************************************************!*\
1295
1307
  !*** ./node_modules/v-calendar/dist/style.css ***!
@@ -1565,6 +1577,28 @@ eval("__webpack_require__.r(__webpack_exports__);\n/* harmony export */ __webpac
1565
1577
 
1566
1578
  /***/ }),
1567
1579
 
1580
+ /***/ "../../enginesdev/lesli-vue/source/elements/columns/Column.vue":
1581
+ /*!*********************************************************************!*\
1582
+ !*** ../../enginesdev/lesli-vue/source/elements/columns/Column.vue ***!
1583
+ \*********************************************************************/
1584
+ /***/ ((__unused_webpack_module, __webpack_exports__, __webpack_require__) => {
1585
+
1586
+ "use strict";
1587
+ eval("__webpack_require__.r(__webpack_exports__);\n/* harmony export */ __webpack_require__.d(__webpack_exports__, {\n/* harmony export */ \"default\": () => (__WEBPACK_DEFAULT_EXPORT__)\n/* harmony export */ });\n/* harmony import */ var _Column_vue_vue_type_template_id_5e196290__WEBPACK_IMPORTED_MODULE_0__ = __webpack_require__(/*! ./Column.vue?vue&type=template&id=5e196290 */ \"../../enginesdev/lesli-vue/source/elements/columns/Column.vue?vue&type=template&id=5e196290\");\n/* harmony import */ var _engines_Lesli_node_modules_vue_loader_dist_exportHelper_js__WEBPACK_IMPORTED_MODULE_1__ = __webpack_require__(/*! ../../../../../engines/Lesli/node_modules/vue-loader/dist/exportHelper.js */ \"./node_modules/vue-loader/dist/exportHelper.js\");\n\nconst script = {}\n\n;\nconst __exports__ = /*#__PURE__*/(0,_engines_Lesli_node_modules_vue_loader_dist_exportHelper_js__WEBPACK_IMPORTED_MODULE_1__[\"default\"])(script, [['render',_Column_vue_vue_type_template_id_5e196290__WEBPACK_IMPORTED_MODULE_0__.render],['__file',\"enginesdev/lesli-vue/source/elements/columns/Column.vue\"]])\n/* hot reload */\nif (false) {}\n\n\n/* harmony default export */ const __WEBPACK_DEFAULT_EXPORT__ = (__exports__);\n\n//# sourceURL=webpack://lesli/../../enginesdev/lesli-vue/source/elements/columns/Column.vue?");
1588
+
1589
+ /***/ }),
1590
+
1591
+ /***/ "../../enginesdev/lesli-vue/source/elements/columns/Columns.vue":
1592
+ /*!**********************************************************************!*\
1593
+ !*** ../../enginesdev/lesli-vue/source/elements/columns/Columns.vue ***!
1594
+ \**********************************************************************/
1595
+ /***/ ((__unused_webpack_module, __webpack_exports__, __webpack_require__) => {
1596
+
1597
+ "use strict";
1598
+ eval("__webpack_require__.r(__webpack_exports__);\n/* harmony export */ __webpack_require__.d(__webpack_exports__, {\n/* harmony export */ \"default\": () => (__WEBPACK_DEFAULT_EXPORT__)\n/* harmony export */ });\n/* harmony import */ var _Columns_vue_vue_type_template_id_5122296b__WEBPACK_IMPORTED_MODULE_0__ = __webpack_require__(/*! ./Columns.vue?vue&type=template&id=5122296b */ \"../../enginesdev/lesli-vue/source/elements/columns/Columns.vue?vue&type=template&id=5122296b\");\n/* harmony import */ var _engines_Lesli_node_modules_vue_loader_dist_exportHelper_js__WEBPACK_IMPORTED_MODULE_1__ = __webpack_require__(/*! ../../../../../engines/Lesli/node_modules/vue-loader/dist/exportHelper.js */ \"./node_modules/vue-loader/dist/exportHelper.js\");\n\nconst script = {}\n\n;\nconst __exports__ = /*#__PURE__*/(0,_engines_Lesli_node_modules_vue_loader_dist_exportHelper_js__WEBPACK_IMPORTED_MODULE_1__[\"default\"])(script, [['render',_Columns_vue_vue_type_template_id_5122296b__WEBPACK_IMPORTED_MODULE_0__.render],['__file',\"enginesdev/lesli-vue/source/elements/columns/Columns.vue\"]])\n/* hot reload */\nif (false) {}\n\n\n/* harmony default export */ const __WEBPACK_DEFAULT_EXPORT__ = (__exports__);\n\n//# sourceURL=webpack://lesli/../../enginesdev/lesli-vue/source/elements/columns/Columns.vue?");
1599
+
1600
+ /***/ }),
1601
+
1568
1602
  /***/ "../../enginesdev/lesli-vue/source/elements/control/Control.vue":
1569
1603
  /*!**********************************************************************!*\
1570
1604
  !*** ../../enginesdev/lesli-vue/source/elements/control/Control.vue ***!
@@ -2445,6 +2479,28 @@ eval("__webpack_require__.r(__webpack_exports__);\n/* harmony export */ __webpac
2445
2479
 
2446
2480
  /***/ }),
2447
2481
 
2482
+ /***/ "../../enginesdev/lesli-vue/source/elements/columns/Column.vue?vue&type=template&id=5e196290":
2483
+ /*!***************************************************************************************************!*\
2484
+ !*** ../../enginesdev/lesli-vue/source/elements/columns/Column.vue?vue&type=template&id=5e196290 ***!
2485
+ \***************************************************************************************************/
2486
+ /***/ ((__unused_webpack_module, __webpack_exports__, __webpack_require__) => {
2487
+
2488
+ "use strict";
2489
+ eval("__webpack_require__.r(__webpack_exports__);\n/* harmony export */ __webpack_require__.d(__webpack_exports__, {\n/* harmony export */ render: () => (/* reexport safe */ _engines_Lesli_node_modules_babel_loader_lib_index_js_clonedRuleSet_11_use_engines_Lesli_node_modules_vue_loader_dist_templateLoader_js_ruleSet_1_rules_2_engines_Lesli_node_modules_vue_loader_dist_index_js_ruleSet_0_use_Column_vue_vue_type_template_id_5e196290__WEBPACK_IMPORTED_MODULE_0__.render)\n/* harmony export */ });\n/* harmony import */ var _engines_Lesli_node_modules_babel_loader_lib_index_js_clonedRuleSet_11_use_engines_Lesli_node_modules_vue_loader_dist_templateLoader_js_ruleSet_1_rules_2_engines_Lesli_node_modules_vue_loader_dist_index_js_ruleSet_0_use_Column_vue_vue_type_template_id_5e196290__WEBPACK_IMPORTED_MODULE_0__ = __webpack_require__(/*! -!../../../../../engines/Lesli/node_modules/babel-loader/lib/index.js??clonedRuleSet-11.use!../../../../../engines/Lesli/node_modules/vue-loader/dist/templateLoader.js??ruleSet[1].rules[2]!../../../../../engines/Lesli/node_modules/vue-loader/dist/index.js??ruleSet[0].use!./Column.vue?vue&type=template&id=5e196290 */ \"./node_modules/babel-loader/lib/index.js??clonedRuleSet-11.use!./node_modules/vue-loader/dist/templateLoader.js??ruleSet[1].rules[2]!./node_modules/vue-loader/dist/index.js??ruleSet[0].use!../../enginesdev/lesli-vue/source/elements/columns/Column.vue?vue&type=template&id=5e196290\");\n\n\n//# sourceURL=webpack://lesli/../../enginesdev/lesli-vue/source/elements/columns/Column.vue?");
2490
+
2491
+ /***/ }),
2492
+
2493
+ /***/ "../../enginesdev/lesli-vue/source/elements/columns/Columns.vue?vue&type=template&id=5122296b":
2494
+ /*!****************************************************************************************************!*\
2495
+ !*** ../../enginesdev/lesli-vue/source/elements/columns/Columns.vue?vue&type=template&id=5122296b ***!
2496
+ \****************************************************************************************************/
2497
+ /***/ ((__unused_webpack_module, __webpack_exports__, __webpack_require__) => {
2498
+
2499
+ "use strict";
2500
+ eval("__webpack_require__.r(__webpack_exports__);\n/* harmony export */ __webpack_require__.d(__webpack_exports__, {\n/* harmony export */ render: () => (/* reexport safe */ _engines_Lesli_node_modules_babel_loader_lib_index_js_clonedRuleSet_11_use_engines_Lesli_node_modules_vue_loader_dist_templateLoader_js_ruleSet_1_rules_2_engines_Lesli_node_modules_vue_loader_dist_index_js_ruleSet_0_use_Columns_vue_vue_type_template_id_5122296b__WEBPACK_IMPORTED_MODULE_0__.render)\n/* harmony export */ });\n/* harmony import */ var _engines_Lesli_node_modules_babel_loader_lib_index_js_clonedRuleSet_11_use_engines_Lesli_node_modules_vue_loader_dist_templateLoader_js_ruleSet_1_rules_2_engines_Lesli_node_modules_vue_loader_dist_index_js_ruleSet_0_use_Columns_vue_vue_type_template_id_5122296b__WEBPACK_IMPORTED_MODULE_0__ = __webpack_require__(/*! -!../../../../../engines/Lesli/node_modules/babel-loader/lib/index.js??clonedRuleSet-11.use!../../../../../engines/Lesli/node_modules/vue-loader/dist/templateLoader.js??ruleSet[1].rules[2]!../../../../../engines/Lesli/node_modules/vue-loader/dist/index.js??ruleSet[0].use!./Columns.vue?vue&type=template&id=5122296b */ \"./node_modules/babel-loader/lib/index.js??clonedRuleSet-11.use!./node_modules/vue-loader/dist/templateLoader.js??ruleSet[1].rules[2]!./node_modules/vue-loader/dist/index.js??ruleSet[0].use!../../enginesdev/lesli-vue/source/elements/columns/Columns.vue?vue&type=template&id=5122296b\");\n\n\n//# sourceURL=webpack://lesli/../../enginesdev/lesli-vue/source/elements/columns/Columns.vue?");
2501
+
2502
+ /***/ }),
2503
+
2448
2504
  /***/ "../../enginesdev/lesli-vue/source/elements/control/Control.vue?vue&type=template&id=0e22772a":
2449
2505
  /*!****************************************************************************************************!*\
2450
2506
  !*** ../../enginesdev/lesli-vue/source/elements/control/Control.vue?vue&type=template&id=0e22772a ***!