@intellias/menu 1.1.36 → 1.1.38
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
- package/dist/css/main.css +1 -1
- package/dist/js/main.js +1 -1
- package/package.json +1 -1
package/dist/css/main.css
CHANGED
package/dist/js/main.js
CHANGED
|
@@ -470,7 +470,7 @@ eval("__webpack_require__.r(__webpack_exports__);\n/* harmony import */ var _nod
|
|
|
470
470
|
/***/ (function(module, __webpack_exports__, __webpack_require__) {
|
|
471
471
|
|
|
472
472
|
"use strict";
|
|
473
|
-
eval("__webpack_require__.r(__webpack_exports__);\n/* harmony import */ var vuex__WEBPACK_IMPORTED_MODULE_0__ = __webpack_require__(/*! vuex */ \"./node_modules/vuex/dist/vuex.esm.js\");\n/* harmony import */ var vue_custom_scrollbar__WEBPACK_IMPORTED_MODULE_1__ = __webpack_require__(/*! vue-custom-scrollbar */ \"./node_modules/vue-custom-scrollbar/dist/vueScrollbar.umd.min.js\");\n/* harmony import */ var vue_custom_scrollbar__WEBPACK_IMPORTED_MODULE_1___default = /*#__PURE__*/__webpack_require__.n(vue_custom_scrollbar__WEBPACK_IMPORTED_MODULE_1__);\n/* harmony import */ var v_dropdown_menu_vue2__WEBPACK_IMPORTED_MODULE_2__ = __webpack_require__(/*! v-dropdown-menu/vue2 */ \"./node_modules/v-dropdown-menu/vue2/index.js\");\n/* harmony import */ var v_dropdown_menu_vue2__WEBPACK_IMPORTED_MODULE_2___default = /*#__PURE__*/__webpack_require__.n(v_dropdown_menu_vue2__WEBPACK_IMPORTED_MODULE_2__);\n/* harmony import */ var vue_tabs_with_active_line__WEBPACK_IMPORTED_MODULE_3__ = __webpack_require__(/*! vue-tabs-with-active-line */ \"./node_modules/vue-tabs-with-active-line/dist/vue-tabs-with-active-line.esm.js\");\n/* harmony import */ var _helpers_QueryFilter__WEBPACK_IMPORTED_MODULE_4__ = __webpack_require__(/*! ../../helpers/QueryFilter */ \"./helpers/QueryFilter.ts\");\n/* harmony import */ var _models_user_NotificationModel__WEBPACK_IMPORTED_MODULE_5__ = __webpack_require__(/*! ../../models/user/NotificationModel */ \"./models/user/NotificationModel.ts\");\n/* harmony import */ var _notification_Notification_vue__WEBPACK_IMPORTED_MODULE_6__ = __webpack_require__(/*! ./notification/Notification.vue */ \"./components/notifications-sidebar/notification/Notification.vue\");\n/* harmony import */ var _buttons_action_button_ActionButton_vue__WEBPACK_IMPORTED_MODULE_7__ = __webpack_require__(/*! ../buttons/action-button/ActionButton.vue */ \"./components/buttons/action-button/ActionButton.vue\");\n/* harmony import */ var _request_loader_RequestLoader_vue__WEBPACK_IMPORTED_MODULE_8__ = __webpack_require__(/*! ../request-loader/RequestLoader.vue */ \"./components/request-loader/RequestLoader.vue\");\n/* harmony import */ var _preloader_Preloader_vue__WEBPACK_IMPORTED_MODULE_9__ = __webpack_require__(/*! ../preloader/Preloader.vue */ \"./components/preloader/Preloader.vue\");\n/* harmony import */ var _helpers_model_ModelHelper__WEBPACK_IMPORTED_MODULE_10__ = __webpack_require__(/*! ../../helpers/model/ModelHelper */ \"./helpers/model/ModelHelper.ts\");\n/* harmony import */ var _models_BroadcastNotificationPayload__WEBPACK_IMPORTED_MODULE_11__ = __webpack_require__(/*! ./models/BroadcastNotificationPayload */ \"./components/notifications-sidebar/models/BroadcastNotificationPayload.ts\");\n/* harmony import */ var v_dropdown_menu_dist_vue2_v_dropdown_menu_css__WEBPACK_IMPORTED_MODULE_12__ = __webpack_require__(/*! v-dropdown-menu/dist/vue2/v-dropdown-menu.css */ \"./node_modules/v-dropdown-menu/dist/vue2/v-dropdown-menu.css\");\n/* harmony import */ var v_dropdown_menu_dist_vue2_v_dropdown_menu_css__WEBPACK_IMPORTED_MODULE_12___default = /*#__PURE__*/__webpack_require__.n(v_dropdown_menu_dist_vue2_v_dropdown_menu_css__WEBPACK_IMPORTED_MODULE_12__);\n/* harmony import */ var _models_MenuLayouts__WEBPACK_IMPORTED_MODULE_13__ = __webpack_require__(/*! ../../models/MenuLayouts */ \"./models/MenuLayouts.ts\");\n/* harmony import */ var _models_ThemeModel__WEBPACK_IMPORTED_MODULE_14__ = __webpack_require__(/*! @/models/ThemeModel */ \"./models/ThemeModel.ts\");\nvar __awaiter = (undefined && undefined.__awaiter) || function (thisArg, _arguments, P, generator) {\n function adopt(value) { return value instanceof P ? value : new P(function (resolve) { resolve(value); }); }\n return new (P || (P = Promise))(function (resolve, reject) {\n function fulfilled(value) { try { step(generator.next(value)); } catch (e) { reject(e); } }\n function rejected(value) { try { step(generator[\"throw\"](value)); } catch (e) { reject(e); } }\n function step(result) { result.done ? resolve(result.value) : adopt(result.value).then(fulfilled, rejected); }\n step((generator = generator.apply(thisArg, _arguments || [])).next());\n });\n};\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n/* harmony default export */ __webpack_exports__[\"default\"] = ({\n components: {\n Preloader: _preloader_Preloader_vue__WEBPACK_IMPORTED_MODULE_9__[\"default\"],\n RequestLoader: _request_loader_RequestLoader_vue__WEBPACK_IMPORTED_MODULE_8__[\"default\"],\n ActionButton: _buttons_action_button_ActionButton_vue__WEBPACK_IMPORTED_MODULE_7__[\"default\"],\n Notification: _notification_Notification_vue__WEBPACK_IMPORTED_MODULE_6__[\"default\"],\n VueCustomScrollbar: (vue_custom_scrollbar__WEBPACK_IMPORTED_MODULE_1___default()),\n DropdownMenu: (v_dropdown_menu_vue2__WEBPACK_IMPORTED_MODULE_2___default()),\n Tabs: vue_tabs_with_active_line__WEBPACK_IMPORTED_MODULE_3__[\"default\"]\n },\n inject: ['layout', 'storeAdapter'],\n mounted() {\n this.initListener();\n },\n methods: Object.assign(Object.assign(Object.assign(Object.assign({}, Object(vuex__WEBPACK_IMPORTED_MODULE_0__[\"mapActions\"])('User/Notifications', ['readAll', 'newNotification', 'markAsProcessed'])), Object(vuex__WEBPACK_IMPORTED_MODULE_0__[\"mapActions\"])('User/Notifications/SidebarModule', ['fetchSidebarNotifications', 'dismissAll'])), Object(vuex__WEBPACK_IMPORTED_MODULE_0__[\"mapMutations\"])('User/Notifications/SidebarModule', ['unsetNotifications', 'changeStatus'])), { initListener() {\n this.$echo.private(`employee.${this.getUser.employee_id}`).notification(payload => {\n this.newNotification(Object(_helpers_model_ModelHelper__WEBPACK_IMPORTED_MODULE_10__[\"map\"])(_models_BroadcastNotificationPayload__WEBPACK_IMPORTED_MODULE_11__[\"default\"], payload));\n if (localStorage.activeBrowserTab === 'false') {\n localStorage.pendingAnimation = true;\n }\n else {\n this.bellAnimation();\n }\n });\n this.$echo.private(`employee.${this.getUser.employee_id}`).listen('NotificationProcessed', payload => {\n const notification = this.find(payload.notification_id);\n if (notification && notification.status !== _models_user_NotificationModel__WEBPACK_IMPORTED_MODULE_5__[\"NotificationStatus\"].processed) {\n this.markAsProcessed(notification);\n }\n });\n localStorage.activeBrowserTab = true;\n document.addEventListener('visibilitychange', () => {\n localStorage.activeBrowserTab = !document.hidden;\n if (localStorage.activeBrowserTab === 'true' && localStorage.pendingAnimation === 'true') {\n this.bellAnimation();\n }\n });\n },\n initData() {\n return __awaiter(this, void 0, void 0, function* () {\n Promise.all([\n this.unsetNotifications(),\n this.fetchSidebarNotifications(this.queryAll.unsetPagination()),\n this.fetchSidebarNotifications(this.queryPending.unsetPagination())\n ]).then(() => {\n this.updateScrollbar();\n });\n });\n },\n loadAllNotifications() {\n if (!this.dropDownOpen || this.currentTab !== 'all') {\n return;\n }\n this.fetchSidebarNotifications(this.queryAll.offset(this.notices.count()));\n },\n loadPendingRequests() {\n if (!this.dropDownOpen || this.currentTab !== 'pending_approval') {\n return;\n }\n this.fetchSidebarNotifications(this.queryPending.offset(this.pendingRequests.count()));\n },\n changeActiveTab(newTab) {\n this.currentTab = newTab;\n },\n bellAnimation() {\n this.displayAnimation = true;\n setTimeout(() => {\n this.displayAnimation = false;\n }, 5600);\n localStorage.pendingAnimation = false;\n },\n closeSidebar() {\n this.dropDownOpen = false;\n },\n updateScrollbar() {\n this.$refs.scrollBar.update();\n },\n emitRejectionComponent(rejectionData) {\n this.$emit('rejection-component', rejectionData);\n } }),\n computed: Object.assign(Object.assign(Object.assign(Object.assign({}, Object(vuex__WEBPACK_IMPORTED_MODULE_0__[\"mapGetters\"])('User', ['getUser'])), Object(vuex__WEBPACK_IMPORTED_MODULE_0__[\"mapGetters\"])('User/Notifications/SidebarModule', ['notices', 'pendingRequests', 'find'])), Object(vuex__WEBPACK_IMPORTED_MODULE_0__[\"mapGetters\"])('User/Notifications', ['hasUnread', 'totalUnread'])), { hasUnreadNotifications() {\n return this.hasUnread !== undefined ? this.hasUnread : this.getUser.has_unread_notifications;\n },\n isLiteDomain() {\n return this.layout === _models_MenuLayouts__WEBPACK_IMPORTED_MODULE_13__[\"default\"].Lite;\n },\n intemsConfig() {\n return this.storeAdapter.Config.state.data;\n },\n darkTheme() {\n return !this.isLiteDomain && this.getUser.frontend_theme === _models_ThemeModel__WEBPACK_IMPORTED_MODULE_14__[\"default\"].Dark;\n } }),\n watch: {\n 'totalUnread.notice': {\n handler(notice) {\n const tab = this.$refs.tabs.$el.children[0];\n if (this.totalUnread.notice) {\n tab.innerHTML = `All\n <span class=\"counter\" >${notice}</span>`;\n }\n else {\n tab.innerHTML = 'All';\n }\n }\n },\n 'totalUnread.pending_request': {\n handler(request) {\n const tab = this.$refs.tabs.$el.children[1];\n if (this.totalUnread.pending_request) {\n tab.innerHTML = `Pending approval\n <span class=\"counter\" >${request}</span>`;\n }\n else {\n tab.innerHTML = 'Pending approval';\n }\n }\n }\n },\n data() {\n return {\n queryAll: new _helpers_QueryFilter__WEBPACK_IMPORTED_MODULE_4__[\"default\"]()\n .notIn('status', [_models_user_NotificationModel__WEBPACK_IMPORTED_MODULE_5__[\"NotificationStatus\"].hidden, _models_user_NotificationModel__WEBPACK_IMPORTED_MODULE_5__[\"NotificationStatus\"].hidden_processed])\n .scope('type', _models_user_NotificationModel__WEBPACK_IMPORTED_MODULE_5__[\"NotificationType\"].notice),\n queryPending: new _helpers_QueryFilter__WEBPACK_IMPORTED_MODULE_4__[\"default\"]()\n .notIn('status', [_models_user_NotificationModel__WEBPACK_IMPORTED_MODULE_5__[\"NotificationStatus\"].hidden, _models_user_NotificationModel__WEBPACK_IMPORTED_MODULE_5__[\"NotificationStatus\"].hidden_processed])\n .scope('type', _models_user_NotificationModel__WEBPACK_IMPORTED_MODULE_5__[\"NotificationType\"].pending_request),\n dropDownOpen: false,\n tabs: [\n {\n title: 'All',\n value: 'all'\n },\n {\n title: 'Pending approval',\n value: 'pending_approval'\n }\n ],\n currentTab: 'all',\n preloaderSize: 'small',\n scrollBarSettings: { suppressScrollX: true, minScrollbarLength: 50 },\n displayAnimation: false\n };\n }\n});\n\n\n//# sourceURL=webpack://MainMenu/./components/notifications-sidebar/NotificationsSidebar.ts?");
|
|
473
|
+
eval("__webpack_require__.r(__webpack_exports__);\n/* harmony import */ var vuex__WEBPACK_IMPORTED_MODULE_0__ = __webpack_require__(/*! vuex */ \"./node_modules/vuex/dist/vuex.esm.js\");\n/* harmony import */ var vue_custom_scrollbar__WEBPACK_IMPORTED_MODULE_1__ = __webpack_require__(/*! vue-custom-scrollbar */ \"./node_modules/vue-custom-scrollbar/dist/vueScrollbar.umd.min.js\");\n/* harmony import */ var vue_custom_scrollbar__WEBPACK_IMPORTED_MODULE_1___default = /*#__PURE__*/__webpack_require__.n(vue_custom_scrollbar__WEBPACK_IMPORTED_MODULE_1__);\n/* harmony import */ var v_dropdown_menu_vue2__WEBPACK_IMPORTED_MODULE_2__ = __webpack_require__(/*! v-dropdown-menu/vue2 */ \"./node_modules/v-dropdown-menu/vue2/index.js\");\n/* harmony import */ var v_dropdown_menu_vue2__WEBPACK_IMPORTED_MODULE_2___default = /*#__PURE__*/__webpack_require__.n(v_dropdown_menu_vue2__WEBPACK_IMPORTED_MODULE_2__);\n/* harmony import */ var vue_tabs_with_active_line__WEBPACK_IMPORTED_MODULE_3__ = __webpack_require__(/*! vue-tabs-with-active-line */ \"./node_modules/vue-tabs-with-active-line/dist/vue-tabs-with-active-line.esm.js\");\n/* harmony import */ var _helpers_QueryFilter__WEBPACK_IMPORTED_MODULE_4__ = __webpack_require__(/*! ../../helpers/QueryFilter */ \"./helpers/QueryFilter.ts\");\n/* harmony import */ var _models_user_NotificationModel__WEBPACK_IMPORTED_MODULE_5__ = __webpack_require__(/*! ../../models/user/NotificationModel */ \"./models/user/NotificationModel.ts\");\n/* harmony import */ var _notification_Notification_vue__WEBPACK_IMPORTED_MODULE_6__ = __webpack_require__(/*! ./notification/Notification.vue */ \"./components/notifications-sidebar/notification/Notification.vue\");\n/* harmony import */ var _buttons_action_button_ActionButton_vue__WEBPACK_IMPORTED_MODULE_7__ = __webpack_require__(/*! ../buttons/action-button/ActionButton.vue */ \"./components/buttons/action-button/ActionButton.vue\");\n/* harmony import */ var _request_loader_RequestLoader_vue__WEBPACK_IMPORTED_MODULE_8__ = __webpack_require__(/*! ../request-loader/RequestLoader.vue */ \"./components/request-loader/RequestLoader.vue\");\n/* harmony import */ var _preloader_Preloader_vue__WEBPACK_IMPORTED_MODULE_9__ = __webpack_require__(/*! ../preloader/Preloader.vue */ \"./components/preloader/Preloader.vue\");\n/* harmony import */ var _helpers_model_ModelHelper__WEBPACK_IMPORTED_MODULE_10__ = __webpack_require__(/*! ../../helpers/model/ModelHelper */ \"./helpers/model/ModelHelper.ts\");\n/* harmony import */ var _models_BroadcastNotificationPayload__WEBPACK_IMPORTED_MODULE_11__ = __webpack_require__(/*! ./models/BroadcastNotificationPayload */ \"./components/notifications-sidebar/models/BroadcastNotificationPayload.ts\");\n/* harmony import */ var v_dropdown_menu_dist_vue2_v_dropdown_menu_css__WEBPACK_IMPORTED_MODULE_12__ = __webpack_require__(/*! v-dropdown-menu/dist/vue2/v-dropdown-menu.css */ \"./node_modules/v-dropdown-menu/dist/vue2/v-dropdown-menu.css\");\n/* harmony import */ var v_dropdown_menu_dist_vue2_v_dropdown_menu_css__WEBPACK_IMPORTED_MODULE_12___default = /*#__PURE__*/__webpack_require__.n(v_dropdown_menu_dist_vue2_v_dropdown_menu_css__WEBPACK_IMPORTED_MODULE_12__);\n/* harmony import */ var _models_MenuLayouts__WEBPACK_IMPORTED_MODULE_13__ = __webpack_require__(/*! ../../models/MenuLayouts */ \"./models/MenuLayouts.ts\");\n/* harmony import */ var _models_ThemeModel__WEBPACK_IMPORTED_MODULE_14__ = __webpack_require__(/*! @/models/ThemeModel */ \"./models/ThemeModel.ts\");\nvar __awaiter = (undefined && undefined.__awaiter) || function (thisArg, _arguments, P, generator) {\n function adopt(value) { return value instanceof P ? value : new P(function (resolve) { resolve(value); }); }\n return new (P || (P = Promise))(function (resolve, reject) {\n function fulfilled(value) { try { step(generator.next(value)); } catch (e) { reject(e); } }\n function rejected(value) { try { step(generator[\"throw\"](value)); } catch (e) { reject(e); } }\n function step(result) { result.done ? resolve(result.value) : adopt(result.value).then(fulfilled, rejected); }\n step((generator = generator.apply(thisArg, _arguments || [])).next());\n });\n};\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n/* harmony default export */ __webpack_exports__[\"default\"] = ({\n components: {\n Preloader: _preloader_Preloader_vue__WEBPACK_IMPORTED_MODULE_9__[\"default\"],\n RequestLoader: _request_loader_RequestLoader_vue__WEBPACK_IMPORTED_MODULE_8__[\"default\"],\n ActionButton: _buttons_action_button_ActionButton_vue__WEBPACK_IMPORTED_MODULE_7__[\"default\"],\n Notification: _notification_Notification_vue__WEBPACK_IMPORTED_MODULE_6__[\"default\"],\n VueCustomScrollbar: (vue_custom_scrollbar__WEBPACK_IMPORTED_MODULE_1___default()),\n DropdownMenu: (v_dropdown_menu_vue2__WEBPACK_IMPORTED_MODULE_2___default()),\n Tabs: vue_tabs_with_active_line__WEBPACK_IMPORTED_MODULE_3__[\"default\"]\n },\n inject: ['layout', 'storeAdapter'],\n mounted() {\n this.initListener();\n },\n methods: Object.assign(Object.assign(Object.assign(Object.assign({}, Object(vuex__WEBPACK_IMPORTED_MODULE_0__[\"mapActions\"])('User/Notifications', ['readAll', 'newNotification', 'markAsProcessed'])), Object(vuex__WEBPACK_IMPORTED_MODULE_0__[\"mapActions\"])('User/Notifications/SidebarModule', ['fetchSidebarNotifications', 'dismissAll'])), Object(vuex__WEBPACK_IMPORTED_MODULE_0__[\"mapMutations\"])('User/Notifications/SidebarModule', ['unsetNotifications', 'changeStatus'])), { initListener() {\n this.$echo.private(`employee.${this.getUser.employee_id}`).notification(payload => {\n this.newNotification(Object(_helpers_model_ModelHelper__WEBPACK_IMPORTED_MODULE_10__[\"map\"])(_models_BroadcastNotificationPayload__WEBPACK_IMPORTED_MODULE_11__[\"default\"], payload));\n if (localStorage.activeBrowserTab === 'false') {\n localStorage.pendingAnimation = true;\n }\n else {\n this.bellAnimation();\n }\n });\n this.$echo.private(`employee.${this.getUser.employee_id}`).listen('NotificationProcessed', payload => {\n const notification = this.find(payload.notification_id);\n if (notification && notification.status !== _models_user_NotificationModel__WEBPACK_IMPORTED_MODULE_5__[\"NotificationStatus\"].processed) {\n this.markAsProcessed(notification);\n }\n });\n localStorage.activeBrowserTab = true;\n document.addEventListener('visibilitychange', () => {\n localStorage.activeBrowserTab = !document.hidden;\n if (localStorage.activeBrowserTab === 'true' && localStorage.pendingAnimation === 'true') {\n this.bellAnimation();\n }\n });\n },\n initData() {\n return __awaiter(this, void 0, void 0, function* () {\n Promise.all([\n this.unsetNotifications(),\n this.fetchSidebarNotifications(this.queryAll.unsetPagination()),\n this.fetchSidebarNotifications(this.queryPending.unsetPagination())\n ]).then(() => {\n this.updateScrollbar();\n });\n });\n },\n loadAllNotifications() {\n if (!this.dropDownOpen || this.currentTab !== 'all') {\n return;\n }\n this.fetchSidebarNotifications(this.queryAll.offset(this.notices.count()));\n },\n loadPendingRequests() {\n if (!this.dropDownOpen || this.currentTab !== 'pending_approval') {\n return;\n }\n this.fetchSidebarNotifications(this.queryPending.offset(this.pendingRequests.count()));\n },\n changeActiveTab(newTab) {\n this.currentTab = newTab;\n },\n bellAnimation() {\n this.displayAnimation = true;\n setTimeout(() => {\n this.displayAnimation = false;\n }, 5600);\n localStorage.pendingAnimation = false;\n },\n closeSidebar() {\n this.dropDownOpen = false;\n },\n updateScrollbar() {\n this.$refs.scrollBar.update();\n },\n emitRejectionComponent(rejectionData) {\n this.$emit('rejection-component', rejectionData);\n } }),\n computed: Object.assign(Object.assign(Object.assign(Object.assign({}, Object(vuex__WEBPACK_IMPORTED_MODULE_0__[\"mapGetters\"])('User', ['getUser'])), Object(vuex__WEBPACK_IMPORTED_MODULE_0__[\"mapGetters\"])('User/Notifications/SidebarModule', ['notices', 'pendingRequests', 'find'])), Object(vuex__WEBPACK_IMPORTED_MODULE_0__[\"mapGetters\"])('User/Notifications', ['hasUnread', 'totalUnread'])), { hasUnreadNotifications() {\n return this.hasUnread !== undefined ? this.hasUnread : this.getUser.has_unread_notifications;\n },\n isLiteDomain() {\n return this.layout === _models_MenuLayouts__WEBPACK_IMPORTED_MODULE_13__[\"default\"].Lite;\n },\n intemsConfig() {\n return this.storeAdapter.Config.state.data;\n },\n darkTheme() {\n return !this.isLiteDomain && this.getUser.frontend_theme === _models_ThemeModel__WEBPACK_IMPORTED_MODULE_14__[\"default\"].Dark;\n } }),\n watch: {\n 'totalUnread.notice': {\n handler(notice) {\n const tab = this.$refs.tabs.$el.children[0];\n if (this.totalUnread.notice && notice > 0) {\n tab.innerHTML = `All\n <span class=\"counter\" >${notice}</span>`;\n }\n else {\n tab.innerHTML = 'All';\n }\n }\n },\n 'totalUnread.pending_request': {\n handler(request) {\n const tab = this.$refs.tabs.$el.children[1];\n if (this.totalUnread.pending_request && request > 0) {\n tab.innerHTML = `Pending approval\n <span class=\"counter\" >${request}</span>`;\n }\n else {\n tab.innerHTML = 'Pending approval';\n }\n }\n }\n },\n data() {\n return {\n queryAll: new _helpers_QueryFilter__WEBPACK_IMPORTED_MODULE_4__[\"default\"]()\n .notIn('status', [_models_user_NotificationModel__WEBPACK_IMPORTED_MODULE_5__[\"NotificationStatus\"].hidden, _models_user_NotificationModel__WEBPACK_IMPORTED_MODULE_5__[\"NotificationStatus\"].hidden_processed])\n .scope('type', _models_user_NotificationModel__WEBPACK_IMPORTED_MODULE_5__[\"NotificationType\"].notice),\n queryPending: new _helpers_QueryFilter__WEBPACK_IMPORTED_MODULE_4__[\"default\"]()\n .notIn('status', [_models_user_NotificationModel__WEBPACK_IMPORTED_MODULE_5__[\"NotificationStatus\"].hidden, _models_user_NotificationModel__WEBPACK_IMPORTED_MODULE_5__[\"NotificationStatus\"].hidden_processed])\n .scope('type', _models_user_NotificationModel__WEBPACK_IMPORTED_MODULE_5__[\"NotificationType\"].pending_request),\n dropDownOpen: false,\n tabs: [\n {\n title: 'All',\n value: 'all'\n },\n {\n title: 'Pending approval',\n value: 'pending_approval'\n }\n ],\n currentTab: 'all',\n preloaderSize: 'small',\n scrollBarSettings: { suppressScrollX: true, minScrollbarLength: 50 },\n displayAnimation: false\n };\n }\n});\n\n\n//# sourceURL=webpack://MainMenu/./components/notifications-sidebar/NotificationsSidebar.ts?");
|
|
474
474
|
|
|
475
475
|
/***/ }),
|
|
476
476
|
|