@wavemaker/app-ng-runtime 11.10.3-next.25128 → 11.10.3-rc.6079
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/components/basic/default/bundles/index.umd.js +68 -68
- package/components/basic/default/esm2022/anchor/anchor.component.mjs +18 -18
- package/components/basic/default/esm2022/icon/icon.component.mjs +13 -12
- package/components/basic/default/esm2022/iframe/iframe.component.mjs +10 -9
- package/components/basic/default/esm2022/spinner/spinner.component.mjs +21 -21
- package/components/basic/default/esm2022/video/video.component.mjs +15 -14
- package/components/basic/default/fesm2022/index.mjs +68 -68
- package/components/basic/default/fesm2022/index.mjs.map +1 -1
- package/components/basic/progress/bundles/index.umd.js +17 -16
- package/components/basic/progress/esm2022/progress-bar/progress-bar.component.mjs +8 -7
- package/components/basic/progress/fesm2022/index.mjs +9 -8
- package/components/basic/progress/fesm2022/index.mjs.map +1 -1
- package/components/basic/rich-text-editor/bundles/index.umd.js +12 -11
- package/components/basic/rich-text-editor/esm2022/rich-text-editor.component.mjs +9 -8
- package/components/basic/rich-text-editor/fesm2022/index.mjs +8 -7
- package/components/basic/rich-text-editor/fesm2022/index.mjs.map +1 -1
- package/components/basic/search/bundles/index.umd.js +67 -63
- package/components/basic/search/esm2022/search.component.mjs +67 -63
- package/components/basic/search/esm2022/search.module.mjs +2 -2
- package/components/basic/search/fesm2022/index.mjs +67 -63
- package/components/basic/search/fesm2022/index.mjs.map +1 -1
- package/components/chart/bundles/index.umd.js +17 -17
- package/components/chart/esm2022/chart.component.mjs +18 -18
- package/components/chart/fesm2022/index.mjs +17 -17
- package/components/chart/fesm2022/index.mjs.map +1 -1
- package/components/containers/panel/bundles/index.umd.js +39 -39
- package/components/containers/panel/esm2022/panel.component.mjs +40 -40
- package/components/containers/panel/fesm2022/index.mjs +39 -39
- package/components/containers/panel/fesm2022/index.mjs.map +1 -1
- package/components/containers/tabs/bundles/index.umd.js +29 -29
- package/components/containers/tabs/esm2022/tabs.component.mjs +30 -30
- package/components/containers/tabs/fesm2022/index.mjs +29 -29
- package/components/containers/tabs/fesm2022/index.mjs.map +1 -1
- package/components/containers/wizard/bundles/index.umd.js +49 -49
- package/components/containers/wizard/esm2022/wizard.component.mjs +50 -50
- package/components/containers/wizard/fesm2022/index.mjs +49 -49
- package/components/containers/wizard/fesm2022/index.mjs.map +1 -1
- package/components/data/card/bundles/index.umd.js +29 -29
- package/components/data/card/esm2022/card.component.mjs +30 -30
- package/components/data/card/fesm2022/index.mjs +29 -29
- package/components/data/card/fesm2022/index.mjs.map +1 -1
- package/components/data/form/bundles/index.umd.js +96 -91
- package/components/data/form/esm2022/form.component.mjs +97 -92
- package/components/data/form/fesm2022/index.mjs +96 -91
- package/components/data/form/fesm2022/index.mjs.map +1 -1
- package/components/data/list/bundles/index.umd.js +173 -171
- package/components/data/list/esm2022/list.component.mjs +173 -171
- package/components/data/list/esm2022/list.module.mjs +2 -2
- package/components/data/list/fesm2022/index.mjs +173 -171
- package/components/data/list/fesm2022/index.mjs.map +1 -1
- package/components/data/pagination/bundles/index.umd.js +32 -32
- package/components/data/pagination/esm2022/pagination.component.mjs +33 -33
- package/components/data/pagination/fesm2022/index.mjs +32 -32
- package/components/data/pagination/fesm2022/index.mjs.map +1 -1
- package/components/data/table/bundles/index.umd.js +38 -39
- package/components/data/table/esm2022/table.component.mjs +39 -40
- package/components/data/table/fesm2022/index.mjs +38 -39
- package/components/data/table/fesm2022/index.mjs.map +1 -1
- package/components/dialogs/default/bundles/index.umd.js +95 -66
- package/components/dialogs/default/esm2022/dialog-header/dialog-header.component.mjs +96 -67
- package/components/dialogs/default/fesm2022/index.mjs +95 -66
- package/components/dialogs/default/fesm2022/index.mjs.map +1 -1
- package/components/dialogs/design-dialog/bundles/index.umd.js +7 -7
- package/components/dialogs/design-dialog/esm2022/dialog.component.mjs +8 -8
- package/components/dialogs/design-dialog/fesm2022/index.mjs +7 -7
- package/components/dialogs/design-dialog/fesm2022/index.mjs.map +1 -1
- package/components/dialogs/iframe-dialog/bundles/index.umd.js +25 -24
- package/components/dialogs/iframe-dialog/esm2022/iframe-dialog.component.mjs +16 -15
- package/components/dialogs/iframe-dialog/fesm2022/index.mjs +15 -14
- package/components/dialogs/iframe-dialog/fesm2022/index.mjs.map +1 -1
- package/components/dialogs/partial-dialog/bundles/index.umd.js +8 -8
- package/components/dialogs/partial-dialog/esm2022/partial-dialog.component.mjs +9 -9
- package/components/dialogs/partial-dialog/fesm2022/index.mjs +8 -8
- package/components/dialogs/partial-dialog/fesm2022/index.mjs.map +1 -1
- package/components/input/chips/bundles/index.umd.js +21 -21
- package/components/input/chips/esm2022/chips.component.mjs +22 -22
- package/components/input/chips/fesm2022/index.mjs +21 -21
- package/components/input/chips/fesm2022/index.mjs.map +1 -1
- package/components/input/default/bundles/index.umd.js +209 -201
- package/components/input/default/esm2022/button/button.component.mjs +18 -18
- package/components/input/default/esm2022/checkboxset/checkboxset.component.mjs +69 -68
- package/components/input/default/esm2022/radioset/radioset.component.mjs +69 -68
- package/components/input/default/esm2022/select/select.component.mjs +27 -21
- package/components/input/default/esm2022/switch/switch.component.mjs +24 -24
- package/components/input/default/esm2022/textarea/textarea.component.mjs +8 -8
- package/components/input/default/fesm2022/index.mjs +209 -201
- package/components/input/default/fesm2022/index.mjs.map +1 -1
- package/components/input/epoch/bundles/index.umd.js +164 -171
- package/components/input/epoch/esm2022/date/date.component.mjs +15 -14
- package/components/input/epoch/esm2022/date-time/date-time-picker.component.mjs +59 -64
- package/components/input/epoch/esm2022/date-time/date-time.component.mjs +19 -18
- package/components/input/epoch/esm2022/picker/picker.component.mjs +25 -26
- package/components/input/epoch/esm2022/time/time.component.mjs +18 -17
- package/components/input/epoch/fesm2022/index.mjs +117 -124
- package/components/input/epoch/fesm2022/index.mjs.map +1 -1
- package/components/input/file-upload/bundles/index.umd.js +114 -111
- package/components/input/file-upload/esm2022/file-upload.component.mjs +115 -112
- package/components/input/file-upload/fesm2022/index.mjs +114 -111
- package/components/input/file-upload/fesm2022/index.mjs.map +1 -1
- package/components/input/rating/bundles/index.umd.js +14 -14
- package/components/input/rating/esm2022/rating.component.mjs +15 -15
- package/components/input/rating/fesm2022/index.mjs +14 -14
- package/components/input/rating/fesm2022/index.mjs.map +1 -1
- package/components/input/slider/bundles/index.umd.js +40 -39
- package/components/input/slider/esm2022/slider.component.mjs +11 -10
- package/components/input/slider/fesm2022/index.mjs +10 -9
- package/components/input/slider/fesm2022/index.mjs.map +1 -1
- package/components/navigation/breadcrumb/bundles/index.umd.js +15 -16
- package/components/navigation/breadcrumb/esm2022/breadcrumb.component.mjs +16 -17
- package/components/navigation/breadcrumb/fesm2022/index.mjs +15 -16
- package/components/navigation/breadcrumb/fesm2022/index.mjs.map +1 -1
- package/components/navigation/menu/bundles/index.umd.js +71 -69
- package/components/navigation/menu/esm2022/menu-dropdown/menu-dropdown.component.mjs +7 -7
- package/components/navigation/menu/esm2022/menu-dropdown-item/menu-dropdown-item.component.mjs +15 -15
- package/components/navigation/menu/esm2022/menu.component.mjs +26 -22
- package/components/navigation/menu/esm2022/menu.module.mjs +4 -4
- package/components/navigation/menu/esm2022/nav/nav.component.mjs +24 -26
- package/components/navigation/menu/fesm2022/index.mjs +71 -69
- package/components/navigation/menu/fesm2022/index.mjs.map +1 -1
- package/components/navigation/navbar/bundles/index.umd.js +12 -12
- package/components/navigation/navbar/esm2022/navbar.component.mjs +13 -13
- package/components/navigation/navbar/fesm2022/index.mjs +12 -12
- package/components/navigation/navbar/fesm2022/index.mjs.map +1 -1
- package/mobile/components/basic/default/bundles/index.umd.js +111 -102
- package/mobile/components/basic/default/esm2022/file-browser/file-browser.component.mjs +40 -39
- package/mobile/components/basic/default/esm2022/network-info-toaster/network-info-toaster.component.mjs +44 -35
- package/mobile/components/basic/default/esm2022/process-manager/process-manager.component.mjs +28 -27
- package/mobile/components/basic/default/fesm2022/index.mjs +107 -98
- package/mobile/components/basic/default/fesm2022/index.mjs.map +1 -1
- package/mobile/components/containers/segmented-control/bundles/index.umd.js +16 -16
- package/mobile/components/containers/segmented-control/esm2022/segment-content/segment-content.component.mjs +9 -8
- package/mobile/components/containers/segmented-control/esm2022/segmented-control.component.mjs +10 -10
- package/mobile/components/containers/segmented-control/fesm2022/index.mjs +16 -16
- package/mobile/components/containers/segmented-control/fesm2022/index.mjs.map +1 -1
- package/mobile/components/data/media-list/bundles/index.umd.js +28 -28
- package/mobile/components/data/media-list/esm2022/media-list.component.mjs +29 -29
- package/mobile/components/data/media-list/fesm2022/index.mjs +28 -28
- package/mobile/components/data/media-list/fesm2022/index.mjs.map +1 -1
- package/mobile/components/page/mobile-navbar/bundles/index.umd.js +29 -29
- package/mobile/components/page/mobile-navbar/esm2022/mobile-navbar.component.mjs +30 -30
- package/mobile/components/page/mobile-navbar/fesm2022/index.mjs +29 -29
- package/mobile/components/page/mobile-navbar/fesm2022/index.mjs.map +1 -1
- package/mobile/components/page/tab-bar/bundles/index.umd.js +28 -28
- package/mobile/components/page/tab-bar/esm2022/tabbar.component.mjs +29 -29
- package/mobile/components/page/tab-bar/fesm2022/index.mjs +28 -28
- package/mobile/components/page/tab-bar/fesm2022/index.mjs.map +1 -1
- package/npm-shrinkwrap.json +2 -2
- package/package-lock.json +2 -2
- package/package.json +1 -1
- package/runtime/base/bundles/index.umd.js +215 -219
- package/runtime/base/esm2022/components/app-component/app.component.mjs +41 -38
- package/runtime/base/esm2022/components/app-spinner.component.mjs +21 -25
- package/runtime/base/esm2022/components/custom-toaster.component.mjs +16 -18
- package/runtime/base/fesm2022/index.mjs +95 -99
- package/runtime/base/fesm2022/index.mjs.map +1 -1
|
@@ -2,7 +2,7 @@
|
|
|
2
2
|
typeof exports === 'object' && typeof module !== 'undefined' ? factory(exports, require('@angular/core'), require('@angular/router'), require('@angular/common'), require('@wm/core'), require('@wm/security'), require('@wm/variables'), require('lodash-es'), require('@wm/components/page'), require('rxjs'), require('@wm/components/base'), require('tslib'), require('@wm/components/input'), require('@wm/components/prefab'), require('@angular/common/http'), require('@angular/platform-browser'), require('@angular/forms'), require('ngx-toastr'), require('@wm/components/dialogs'), require('@wm/components/dialogs/confirm-dialog'), require('@wm/components/dialogs/design-dialog'), require('@wm/mobile/runtime'), require('@wm/http'), require('@wm/oAuth'), require('ngx-bootstrap/chronos'), require('ngx-bootstrap/datepicker'), require('ngx-bootstrap/utils'), require('@wm/components/dialogs/alert-dialog'), require('rxjs/operators'), require('@wm/transpiler'), require('@wm/build-task'), require('@wm/components/page/footer'), require('@wm/components/page/header'), require('@wm/components/page/left-panel'), require('@wm/components/page/right-panel'), require('@wm/components/page/top-nav'), require('@wm/components/basic'), require('@wm/components/basic/progress'), require('@wm/components/basic/rich-text-editor'), require('@wm/components/basic/search'), require('@wm/components/basic/tree'), require('@wm/components/input/calendar'), require('@wm/components/input/chips'), require('@wm/components/input/color-picker'), require('@wm/components/input/currency'), require('@wm/components/input/epoch'), require('@wm/components/input/file-upload'), require('@wm/components/input/rating'), require('@wm/components/input/slider'), require('@wm/components/data/card'), require('@wm/components/data/form'), require('@wm/components/data/list'), require('@wm/components/data/live-table'), require('@wm/components/data/pagination'), require('@wm/components/data/table'), require('@wm/components/chart'), require('@wm/components/containers/accordion'), require('@wm/components/containers/linear-layout'), require('@wm/components/containers/layout-grid'), require('@wm/components/containers/panel'), require('@wm/components/containers/tabs'), require('@wm/components/containers/tile'), require('@wm/components/containers/wizard'), require('@wm/components/dialogs/iframe-dialog'), require('@wm/components/dialogs/login-dialog'), require('@wm/components/dialogs/partial-dialog'), require('@wm/components/navigation/breadcrumb'), require('@wm/components/navigation/menu'), require('@wm/components/navigation/navbar'), require('@wm/components/navigation/popover'), require('@wm/components/advanced/carousel'), require('@wm/components/advanced/login'), require('@wm/components/advanced/marquee'), require('@wm/components/advanced/custom'), require('ngx-bootstrap/timepicker'), require('ngx-bootstrap/dropdown'), require('ngx-bootstrap/pagination'), require('ngx-bootstrap/typeahead'), require('ngx-bootstrap/progressbar'), require('ngx-bootstrap/carousel'), require('ngx-bootstrap/popover'), require('ng-circle-progress'), require('ngx-bootstrap/tooltip')) :
|
|
3
3
|
typeof define === 'function' && define.amd ? define(['exports', '@angular/core', '@angular/router', '@angular/common', '@wm/core', '@wm/security', '@wm/variables', 'lodash-es', '@wm/components/page', 'rxjs', '@wm/components/base', 'tslib', '@wm/components/input', '@wm/components/prefab', '@angular/common/http', '@angular/platform-browser', '@angular/forms', 'ngx-toastr', '@wm/components/dialogs', '@wm/components/dialogs/confirm-dialog', '@wm/components/dialogs/design-dialog', '@wm/mobile/runtime', '@wm/http', '@wm/oAuth', 'ngx-bootstrap/chronos', 'ngx-bootstrap/datepicker', 'ngx-bootstrap/utils', '@wm/components/dialogs/alert-dialog', 'rxjs/operators', '@wm/transpiler', '@wm/build-task', '@wm/components/page/footer', '@wm/components/page/header', '@wm/components/page/left-panel', '@wm/components/page/right-panel', '@wm/components/page/top-nav', '@wm/components/basic', '@wm/components/basic/progress', '@wm/components/basic/rich-text-editor', '@wm/components/basic/search', '@wm/components/basic/tree', '@wm/components/input/calendar', '@wm/components/input/chips', '@wm/components/input/color-picker', '@wm/components/input/currency', '@wm/components/input/epoch', '@wm/components/input/file-upload', '@wm/components/input/rating', '@wm/components/input/slider', '@wm/components/data/card', '@wm/components/data/form', '@wm/components/data/list', '@wm/components/data/live-table', '@wm/components/data/pagination', '@wm/components/data/table', '@wm/components/chart', '@wm/components/containers/accordion', '@wm/components/containers/linear-layout', '@wm/components/containers/layout-grid', '@wm/components/containers/panel', '@wm/components/containers/tabs', '@wm/components/containers/tile', '@wm/components/containers/wizard', '@wm/components/dialogs/iframe-dialog', '@wm/components/dialogs/login-dialog', '@wm/components/dialogs/partial-dialog', '@wm/components/navigation/breadcrumb', '@wm/components/navigation/menu', '@wm/components/navigation/navbar', '@wm/components/navigation/popover', '@wm/components/advanced/carousel', '@wm/components/advanced/login', '@wm/components/advanced/marquee', '@wm/components/advanced/custom', 'ngx-bootstrap/timepicker', 'ngx-bootstrap/dropdown', 'ngx-bootstrap/pagination', 'ngx-bootstrap/typeahead', 'ngx-bootstrap/progressbar', 'ngx-bootstrap/carousel', 'ngx-bootstrap/popover', 'ng-circle-progress', 'ngx-bootstrap/tooltip'], factory) :
|
|
4
4
|
(global = typeof globalThis !== 'undefined' ? globalThis : global || self, factory((global.wm = global.wm || {}, global.wm.runtime = global.wm.runtime || {}, global.wm.runtime.base = {}), global.ng.core, global.ng.router, global.ng.common, global.wm.core, global.wm.security, global.wm.variables, global._, global.wm.components.page, global.rxjs, global.wm.components.base, global.tslib, global.wm.components.input, global.wm.components.prefab, global.ng.common.http, global.ng.platformBrowser, global.ng.forms, global.ngxToastr, global.wm.components.dialogs, global.wm.components.dialogs.confirmdialog, global.wm.components.dialogs.designdialog, global.wm.mobile.runtime, global.wm.http, global.wm.oAuth, global.chronos, global.datepicker, global.utils, global.wm.components.dialogs.alertdialog, global.rxjs.operators, global.wm.transpiler, global.wm.buildTask, global.wm.components.page.footer, global.wm.components.page.header, global.wm.components.page.leftpanel, global.wm.components.page.rightpanel, global.wm.components.page.topnav, global.wm.components.basic, global.wm.components.basic.progress, global.wm.components.basic.richtexteditor, global.wm.components.basic.search, global.wm.components.basic.tree, global.wm.components.input.calendar, global.wm.components.input.chips, global.wm.components.input.colorpicker, global.wm.components.input.currency, global.wm.components.input.epoch, global.wm.components.input.fileupload, global.wm.components.input.rating, global.wm.components.input.slider, global.wm.components.data.card, global.wm.components.data.form, global.wm.components.data.list, global.wm.components.data.livetable, global.wm.components.data.pagination, global.wm.components.data.table, global.wm.components.chart, global.wm.components.containers.accordion, global.wm.components.containers.linearlayout, global.wm.components.containers.layoutgrid, global.wm.components.containers.panel, global.wm.components.containers.tabs, global.wm.components.containers.tile, global.wm.components.containers.wizard, global.wm.components.dialogs.iframedialog, global.wm.components.dialogs.logindialog, global.wm.components.dialogs.partialdialog, global.wm.components.navigation.breadcrumb, global.wm.components.navigation.menu, global.wm.components.navigation.navbar, global.wm.components.navigation.popover, global.wm.components.advanced.carousel, global.wm.components.advanced.login, global.wm.components.advanced.marquee, global.wm.components.advanced.custom, global.timepicker, global.dropdown, global.pagination, global.typeahead, global.progressbar, global.carousel, global.popover, global.ngCircleProgress, global.tooltip));
|
|
5
|
-
})(this, (function (exports, i0, i1$1,
|
|
5
|
+
})(this, (function (exports, i0, i1$1, i1$2, i1, i2, i4, lodashEs, page, rxjs, i3, tslib, input, i2$3, i1$5, i1$4, forms, i1$3, dialogs, i9, i10, i1$6, http, i2$2, chronos, i2$1, utils, i11, operators, transpiler, buildTask, footer, header, leftPanel, rightPanel, topNav, basic, progress, richTextEditor, search, tree, calendar, chips, colorPicker, currency, epoch, fileUpload, rating, slider, card, form, list, liveTable, pagination$1, table, chart, accordion, linearLayout, layoutGrid, panel, tabs, tile, wizard, iframeDialog, loginDialog, partialDialog, breadcrumb, menu, navbar, popover$1, carousel$1, login, marquee, custom, timepicker, dropdown, pagination, typeahead, progressbar, carousel, popover, ngCircleProgress, tooltip) { 'use strict';
|
|
6
6
|
|
|
7
7
|
function _interopNamespaceDefault(e) {
|
|
8
8
|
var n = Object.create(null);
|
|
@@ -23,21 +23,21 @@
|
|
|
23
23
|
|
|
24
24
|
var i0__namespace = /*#__PURE__*/_interopNamespaceDefault(i0);
|
|
25
25
|
var i1$1__namespace = /*#__PURE__*/_interopNamespaceDefault(i1$1);
|
|
26
|
-
var
|
|
26
|
+
var i1$2__namespace = /*#__PURE__*/_interopNamespaceDefault(i1$2);
|
|
27
27
|
var i1__namespace = /*#__PURE__*/_interopNamespaceDefault(i1);
|
|
28
28
|
var i2__namespace = /*#__PURE__*/_interopNamespaceDefault(i2);
|
|
29
29
|
var i4__namespace = /*#__PURE__*/_interopNamespaceDefault(i4);
|
|
30
|
-
var
|
|
31
|
-
var i2$
|
|
30
|
+
var i3__namespace = /*#__PURE__*/_interopNamespaceDefault(i3);
|
|
31
|
+
var i2$3__namespace = /*#__PURE__*/_interopNamespaceDefault(i2$3);
|
|
32
|
+
var i1$5__namespace = /*#__PURE__*/_interopNamespaceDefault(i1$5);
|
|
32
33
|
var i1$4__namespace = /*#__PURE__*/_interopNamespaceDefault(i1$4);
|
|
33
34
|
var i1$3__namespace = /*#__PURE__*/_interopNamespaceDefault(i1$3);
|
|
34
|
-
var i1$2__namespace = /*#__PURE__*/_interopNamespaceDefault(i1$2);
|
|
35
|
-
var i8__namespace = /*#__PURE__*/_interopNamespaceDefault(i8);
|
|
36
35
|
var i9__namespace = /*#__PURE__*/_interopNamespaceDefault(i9);
|
|
37
|
-
var i1$5__namespace = /*#__PURE__*/_interopNamespaceDefault(i1$5);
|
|
38
|
-
var i2$3__namespace = /*#__PURE__*/_interopNamespaceDefault(i2$3);
|
|
39
|
-
var i2$2__namespace = /*#__PURE__*/_interopNamespaceDefault(i2$2);
|
|
40
36
|
var i10__namespace = /*#__PURE__*/_interopNamespaceDefault(i10);
|
|
37
|
+
var i1$6__namespace = /*#__PURE__*/_interopNamespaceDefault(i1$6);
|
|
38
|
+
var i2$2__namespace = /*#__PURE__*/_interopNamespaceDefault(i2$2);
|
|
39
|
+
var i2$1__namespace = /*#__PURE__*/_interopNamespaceDefault(i2$1);
|
|
40
|
+
var i11__namespace = /*#__PURE__*/_interopNamespaceDefault(i11);
|
|
41
41
|
|
|
42
42
|
exports.ComponentType = void 0;
|
|
43
43
|
(function (ComponentType) {
|
|
@@ -533,12 +533,12 @@
|
|
|
533
533
|
return this.postTemplateBundleInfo();
|
|
534
534
|
}
|
|
535
535
|
}
|
|
536
|
-
static { this.ɵfac = function AppManagerService_Factory(__ngFactoryType__) { return new (__ngFactoryType__ || AppManagerService)(i0__namespace.ɵɵinject(i1__namespace.AbstractHttpService), i0__namespace.ɵɵinject(i2__namespace.SecurityService), i0__namespace.ɵɵinject(i1__namespace.AbstractDialogService), i0__namespace.ɵɵinject(i1$1__namespace.Router), i0__namespace.ɵɵinject(i1__namespace.App), i0__namespace.ɵɵinject(i4__namespace.VariablesService), i0__namespace.ɵɵinject(i4__namespace.MetadataService), i0__namespace.ɵɵinject(i1__namespace.AbstractSpinnerService), i0__namespace.ɵɵinject(i1__namespace.AbstractI18nService), i0__namespace.ɵɵinject(
|
|
536
|
+
static { this.ɵfac = function AppManagerService_Factory(__ngFactoryType__) { return new (__ngFactoryType__ || AppManagerService)(i0__namespace.ɵɵinject(i1__namespace.AbstractHttpService), i0__namespace.ɵɵinject(i2__namespace.SecurityService), i0__namespace.ɵɵinject(i1__namespace.AbstractDialogService), i0__namespace.ɵɵinject(i1$1__namespace.Router), i0__namespace.ɵɵinject(i1__namespace.App), i0__namespace.ɵɵinject(i4__namespace.VariablesService), i0__namespace.ɵɵinject(i4__namespace.MetadataService), i0__namespace.ɵɵinject(i1__namespace.AbstractSpinnerService), i0__namespace.ɵɵinject(i1__namespace.AbstractI18nService), i0__namespace.ɵɵinject(i1$2__namespace.DatePipe)); }; }
|
|
537
537
|
static { this.ɵprov = /*@__PURE__*/ i0__namespace.ɵɵdefineInjectable({ token: AppManagerService, factory: AppManagerService.ɵfac }); }
|
|
538
538
|
}
|
|
539
539
|
(() => { (typeof ngDevMode === "undefined" || ngDevMode) && i0__namespace.ɵsetClassMetadata(AppManagerService, [{
|
|
540
540
|
type: i0.Injectable
|
|
541
|
-
}], () => [{ type: i1__namespace.AbstractHttpService }, { type: i2__namespace.SecurityService }, { type: i1__namespace.AbstractDialogService }, { type: i1$1__namespace.Router }, { type: i1__namespace.App }, { type: i4__namespace.VariablesService }, { type: i4__namespace.MetadataService }, { type: i1__namespace.AbstractSpinnerService }, { type: i1__namespace.AbstractI18nService }, { type:
|
|
541
|
+
}], () => [{ type: i1__namespace.AbstractHttpService }, { type: i2__namespace.SecurityService }, { type: i1__namespace.AbstractDialogService }, { type: i1$1__namespace.Router }, { type: i1__namespace.App }, { type: i4__namespace.VariablesService }, { type: i4__namespace.MetadataService }, { type: i1__namespace.AbstractSpinnerService }, { type: i1__namespace.AbstractI18nService }, { type: i1$2__namespace.DatePipe }], null); })();
|
|
542
542
|
|
|
543
543
|
const isPrefabInPreview = (prefabName) => prefabName === '__self__';
|
|
544
544
|
const getPrefabBaseUrl = (prefabName) => {
|
|
@@ -683,7 +683,7 @@
|
|
|
683
683
|
init() {
|
|
684
684
|
this.App = this.injector ? this.injector.get(i1.App) : i0.inject(i1.App);
|
|
685
685
|
//making the code compatible in both the JIT and AOT modes
|
|
686
|
-
this.containerWidget = this.injector ? this.injector.get(
|
|
686
|
+
this.containerWidget = this.injector ? this.injector.get(i3.WidgetRef) : i0.inject(i3.WidgetRef);
|
|
687
687
|
this.i18nService = this.injector ? this.injector.get(i1.AbstractI18nService) : i0.inject(i1.AbstractI18nService);
|
|
688
688
|
this.scriptLoaderService = this.injector ? this.injector.get(i1.ScriptLoaderService) : i0.inject(i1.ScriptLoaderService);
|
|
689
689
|
this.Viewport = this.injector ? this.injector.get(i1.Viewport) : i0.inject(i1.Viewport);
|
|
@@ -850,7 +850,7 @@
|
|
|
850
850
|
}
|
|
851
851
|
static { this.ɵfac = /*@__PURE__*/ (() => { let ɵBasePartialComponent_BaseFactory; return function BasePartialComponent_Factory(__ngFactoryType__) { return (ɵBasePartialComponent_BaseFactory || (ɵBasePartialComponent_BaseFactory = i0__namespace.ɵɵgetInheritedFactory(BasePartialComponent)))(__ngFactoryType__ || BasePartialComponent); }; })(); }
|
|
852
852
|
static { this.ɵdir = /*@__PURE__*/ i0__namespace.ɵɵdefineDirective({ type: BasePartialComponent, viewQuery: function BasePartialComponent_Query(rf, ctx) { if (rf & 1) {
|
|
853
|
-
i0__namespace.ɵɵviewQuery(
|
|
853
|
+
i0__namespace.ɵɵviewQuery(i3.PartialDirective, 5);
|
|
854
854
|
} if (rf & 2) {
|
|
855
855
|
let _t;
|
|
856
856
|
i0__namespace.ɵɵqueryRefresh(_t = i0__namespace.ɵɵloadQuery()) && (ctx.partialDirective = _t.first);
|
|
@@ -860,7 +860,7 @@
|
|
|
860
860
|
type: i0.Directive
|
|
861
861
|
}], null, { partialDirective: [{
|
|
862
862
|
type: i0.ViewChild,
|
|
863
|
-
args: [
|
|
863
|
+
args: [i3.PartialDirective]
|
|
864
864
|
}] }); })();
|
|
865
865
|
|
|
866
866
|
const CACHE_PAGE = '_cache_page';
|
|
@@ -1414,7 +1414,7 @@
|
|
|
1414
1414
|
const promise = new Promise((res) => resolveFn = res);
|
|
1415
1415
|
this.App = this.injector ? this.injector.get(i1.App) : i0.inject(i1.App);
|
|
1416
1416
|
//making the code compatible in both the JIT and AOT modes
|
|
1417
|
-
this.containerWidget = this.injector ? this.injector.get(
|
|
1417
|
+
this.containerWidget = this.injector ? this.injector.get(i3.WidgetRef) : i0.inject(i3.WidgetRef);
|
|
1418
1418
|
this.i18nService = this.injector ? this.injector.get(i1.AbstractI18nService) : i0.inject(i1.AbstractI18nService);
|
|
1419
1419
|
this.scriptLoaderService = this.injector ? this.injector.get(i1.ScriptLoaderService) : i0.inject(i1.ScriptLoaderService);
|
|
1420
1420
|
this.Viewport = this.injector ? this.injector.get(i1.Viewport) : i0.inject(i1.Viewport);
|
|
@@ -1702,7 +1702,7 @@
|
|
|
1702
1702
|
init() {
|
|
1703
1703
|
this.App = this.injector.get(i1.App);
|
|
1704
1704
|
//making the code compatible in both the JIT and AOT modes
|
|
1705
|
-
this.containerWidget = this.injector ? this.injector.get(
|
|
1705
|
+
this.containerWidget = this.injector ? this.injector.get(i3.WidgetRef) : i0.inject(i3.WidgetRef);
|
|
1706
1706
|
this.prefabMngr = this.injector ? this.injector.get(PrefabManagerService) : i0.inject(PrefabManagerService);
|
|
1707
1707
|
this.i18nService = this.injector ? this.injector.get(i1.AbstractI18nService) : i0.inject(i1.AbstractI18nService);
|
|
1708
1708
|
this.scriptLoaderService = this.injector ? this.injector.get(i1.ScriptLoaderService) : i0.inject(i1.ScriptLoaderService);
|
|
@@ -1897,7 +1897,7 @@
|
|
|
1897
1897
|
onReady() { }
|
|
1898
1898
|
static { this.ɵfac = /*@__PURE__*/ (() => { let ɵBasePrefabComponent_BaseFactory; return function BasePrefabComponent_Factory(__ngFactoryType__) { return (ɵBasePrefabComponent_BaseFactory || (ɵBasePrefabComponent_BaseFactory = i0__namespace.ɵɵgetInheritedFactory(BasePrefabComponent)))(__ngFactoryType__ || BasePrefabComponent); }; })(); }
|
|
1899
1899
|
static { this.ɵdir = /*@__PURE__*/ i0__namespace.ɵɵdefineDirective({ type: BasePrefabComponent, viewQuery: function BasePrefabComponent_Query(rf, ctx) { if (rf & 1) {
|
|
1900
|
-
i0__namespace.ɵɵviewQuery(i2$
|
|
1900
|
+
i0__namespace.ɵɵviewQuery(i2$3.PrefabContainerDirective, 5);
|
|
1901
1901
|
} if (rf & 2) {
|
|
1902
1902
|
let _t;
|
|
1903
1903
|
i0__namespace.ɵɵqueryRefresh(_t = i0__namespace.ɵɵloadQuery()) && (ctx.prefabContainerDirective = _t.first);
|
|
@@ -1907,7 +1907,7 @@
|
|
|
1907
1907
|
type: i0.Directive
|
|
1908
1908
|
}], null, { prefabContainerDirective: [{
|
|
1909
1909
|
type: i0.ViewChild,
|
|
1910
|
-
args: [i2$
|
|
1910
|
+
args: [i2$3.PrefabContainerDirective]
|
|
1911
1911
|
}] }); })();
|
|
1912
1912
|
|
|
1913
1913
|
class BaseLayoutComponent {
|
|
@@ -2418,51 +2418,47 @@
|
|
|
2418
2418
|
type: i0.Input
|
|
2419
2419
|
}] }); })();
|
|
2420
2420
|
|
|
2421
|
-
function
|
|
2422
|
-
i0__namespace.ɵɵelement(0, "p",
|
|
2421
|
+
function AppSpinnerComponent_div_0_p_4_Template(rf, ctx) { if (rf & 1) {
|
|
2422
|
+
i0__namespace.ɵɵelement(0, "p", 6);
|
|
2423
2423
|
} if (rf & 2) {
|
|
2424
2424
|
const value_r1 = ctx.$implicit;
|
|
2425
2425
|
i0__namespace.ɵɵproperty("textContent", value_r1);
|
|
2426
2426
|
} }
|
|
2427
|
-
function
|
|
2428
|
-
i0__namespace.ɵɵelementStart(0, "div",
|
|
2429
|
-
i0__namespace.ɵɵelement(2, "i",
|
|
2430
|
-
i0__namespace.ɵɵelementStart(3, "div",
|
|
2431
|
-
i0__namespace.ɵɵ
|
|
2427
|
+
function AppSpinnerComponent_div_0_Template(rf, ctx) { if (rf & 1) {
|
|
2428
|
+
i0__namespace.ɵɵelementStart(0, "div", 1)(1, "div", 2);
|
|
2429
|
+
i0__namespace.ɵɵelement(2, "i", 3);
|
|
2430
|
+
i0__namespace.ɵɵelementStart(3, "div", 4);
|
|
2431
|
+
i0__namespace.ɵɵtemplate(4, AppSpinnerComponent_div_0_p_4_Template, 1, 1, "p", 5);
|
|
2432
2432
|
i0__namespace.ɵɵelementEnd()()();
|
|
2433
2433
|
} if (rf & 2) {
|
|
2434
2434
|
const ctx_r1 = i0__namespace.ɵɵnextContext();
|
|
2435
2435
|
i0__namespace.ɵɵproperty("ngClass", ctx_r1.classname);
|
|
2436
2436
|
i0__namespace.ɵɵadvance(4);
|
|
2437
|
-
i0__namespace.ɵɵ
|
|
2437
|
+
i0__namespace.ɵɵproperty("ngForOf", ctx_r1.spinnermessages);
|
|
2438
2438
|
} }
|
|
2439
2439
|
class AppSpinnerComponent {
|
|
2440
2440
|
constructor() { }
|
|
2441
2441
|
static { this.ɵfac = function AppSpinnerComponent_Factory(__ngFactoryType__) { return new (__ngFactoryType__ || AppSpinnerComponent)(); }; }
|
|
2442
|
-
static { this.ɵcmp = /*@__PURE__*/ i0__namespace.ɵɵdefineComponent({ type: AppSpinnerComponent, selectors: [["app-spinner"]], inputs: { show: "show", spinnermessages: "spinnermessages", classname: "classname", arialabel: "arialabel" }, decls: 1, vars: 1, consts: [[1, "app-spinner", 3, "ngClass"], [1, "spinner-message"], [1, "spinner-image", "animated", "infinite", "fa", "fa-circle-o-notch", "fa-spin"], [1, "spinner-messages"], [3, "textContent"]], template: function AppSpinnerComponent_Template(rf, ctx) { if (rf & 1) {
|
|
2443
|
-
i0__namespace.ɵɵtemplate(0,
|
|
2442
|
+
static { this.ɵcmp = /*@__PURE__*/ i0__namespace.ɵɵdefineComponent({ type: AppSpinnerComponent, selectors: [["app-spinner"]], inputs: { show: "show", spinnermessages: "spinnermessages", classname: "classname", arialabel: "arialabel" }, decls: 1, vars: 1, consts: [["class", "app-spinner", 3, "ngClass", 4, "ngIf"], [1, "app-spinner", 3, "ngClass"], [1, "spinner-message"], [1, "spinner-image", "animated", "infinite", "fa", "fa-circle-o-notch", "fa-spin"], [1, "spinner-messages"], [3, "textContent", 4, "ngFor", "ngForOf"], [3, "textContent"]], template: function AppSpinnerComponent_Template(rf, ctx) { if (rf & 1) {
|
|
2443
|
+
i0__namespace.ɵɵtemplate(0, AppSpinnerComponent_div_0_Template, 5, 2, "div", 0);
|
|
2444
2444
|
} if (rf & 2) {
|
|
2445
|
-
i0__namespace.ɵɵ
|
|
2446
|
-
} }, dependencies: [
|
|
2445
|
+
i0__namespace.ɵɵproperty("ngIf", ctx.show);
|
|
2446
|
+
} }, dependencies: [i1$2__namespace.NgClass, i1$2__namespace.NgForOf, i1$2__namespace.NgIf, i3__namespace.TextContentDirective], encapsulation: 2 }); }
|
|
2447
2447
|
}
|
|
2448
2448
|
(() => { (typeof ngDevMode === "undefined" || ngDevMode) && i0__namespace.ɵsetClassMetadata(AppSpinnerComponent, [{
|
|
2449
2449
|
type: i0.Component,
|
|
2450
2450
|
args: [{
|
|
2451
2451
|
selector: 'app-spinner',
|
|
2452
2452
|
template: `
|
|
2453
|
-
|
|
2454
|
-
<div class="app-spinner" [ngClass]="classname">
|
|
2453
|
+
<div class="app-spinner" [ngClass]="classname" *ngIf="show">
|
|
2455
2454
|
<div class="spinner-message">
|
|
2456
|
-
|
|
2457
|
-
|
|
2458
|
-
|
|
2459
|
-
|
|
2460
|
-
}
|
|
2461
|
-
</div>
|
|
2455
|
+
<i class="spinner-image animated infinite fa fa-circle-o-notch fa-spin"></i>
|
|
2456
|
+
<div class="spinner-messages">
|
|
2457
|
+
<p *ngFor="let value of spinnermessages" [textContent]="value"></p>
|
|
2458
|
+
</div>
|
|
2462
2459
|
</div>
|
|
2463
|
-
|
|
2464
|
-
|
|
2465
|
-
`
|
|
2460
|
+
</div>
|
|
2461
|
+
`
|
|
2466
2462
|
}]
|
|
2467
2463
|
}], () => [], { show: [{
|
|
2468
2464
|
type: i0.Input
|
|
@@ -2473,28 +2469,28 @@
|
|
|
2473
2469
|
}], arialabel: [{
|
|
2474
2470
|
type: i0.Input
|
|
2475
2471
|
}] }); })();
|
|
2476
|
-
(() => { (typeof ngDevMode === "undefined" || ngDevMode) && i0__namespace.ɵsetClassDebugInfo(AppSpinnerComponent, { className: "AppSpinnerComponent", filePath: "components/app-spinner.component.ts", lineNumber:
|
|
2472
|
+
(() => { (typeof ngDevMode === "undefined" || ngDevMode) && i0__namespace.ɵsetClassDebugInfo(AppSpinnerComponent, { className: "AppSpinnerComponent", filePath: "components/app-spinner.component.ts", lineNumber: 16 }); })();
|
|
2477
2473
|
|
|
2478
2474
|
const _c0$1 = ["customToast"];
|
|
2479
2475
|
const _c1 = ["customToastTmpl"];
|
|
2480
2476
|
const _c2 = ["custom-toaster-component", ""];
|
|
2481
|
-
function
|
|
2482
|
-
i0__namespace.ɵɵelement(0, "div",
|
|
2477
|
+
function CustomToasterComponent_ng_template_3_div_1_Template(rf, ctx) { if (rf & 1) {
|
|
2478
|
+
i0__namespace.ɵɵelement(0, "div", 5);
|
|
2483
2479
|
} if (rf & 2) {
|
|
2484
2480
|
const param_r1 = ctx.$implicit;
|
|
2485
2481
|
i0__namespace.ɵɵproperty("name", param_r1.key)("value", param_r1.value);
|
|
2486
2482
|
} }
|
|
2487
2483
|
function CustomToasterComponent_ng_template_3_Template(rf, ctx) { if (rf & 1) {
|
|
2488
2484
|
i0__namespace.ɵɵelementStart(0, "div", 3);
|
|
2489
|
-
i0__namespace.ɵɵ
|
|
2490
|
-
i0__namespace.ɵɵpipe(
|
|
2485
|
+
i0__namespace.ɵɵtemplate(1, CustomToasterComponent_ng_template_3_div_1_Template, 1, 2, "div", 4);
|
|
2486
|
+
i0__namespace.ɵɵpipe(2, "keyvalue");
|
|
2491
2487
|
i0__namespace.ɵɵelementEnd();
|
|
2492
2488
|
} if (rf & 2) {
|
|
2493
2489
|
const ctx_r1 = i0__namespace.ɵɵnextContext();
|
|
2494
2490
|
i0__namespace.ɵɵadvance();
|
|
2495
|
-
i0__namespace.ɵɵ
|
|
2491
|
+
i0__namespace.ɵɵproperty("ngForOf", i0__namespace.ɵɵpipeBind1(2, 1, ctx_r1.params));
|
|
2496
2492
|
} }
|
|
2497
|
-
class CustomToasterComponent extends i1$
|
|
2493
|
+
class CustomToasterComponent extends i1$3.Toast {
|
|
2498
2494
|
// constructor is only necessary when not using AoT
|
|
2499
2495
|
constructor(toastrService, toastPackage) {
|
|
2500
2496
|
super(toastrService, toastPackage);
|
|
@@ -2532,7 +2528,7 @@
|
|
|
2532
2528
|
lodashEs.forEach(this.watchers, watcher => watcher());
|
|
2533
2529
|
super.ngOnDestroy();
|
|
2534
2530
|
}
|
|
2535
|
-
static { this.ɵfac = function CustomToasterComponent_Factory(__ngFactoryType__) { return new (__ngFactoryType__ || CustomToasterComponent)(i0__namespace.ɵɵdirectiveInject(i1$
|
|
2531
|
+
static { this.ɵfac = function CustomToasterComponent_Factory(__ngFactoryType__) { return new (__ngFactoryType__ || CustomToasterComponent)(i0__namespace.ɵɵdirectiveInject(i1$3__namespace.ToastrService), i0__namespace.ɵɵdirectiveInject(i1$3__namespace.ToastPackage)); }; }
|
|
2536
2532
|
static { this.ɵcmp = /*@__PURE__*/ i0__namespace.ɵɵdefineComponent({ type: CustomToasterComponent, selectors: [["", "custom-toaster-component", ""]], viewQuery: function CustomToasterComponent_Query(rf, ctx) { if (rf & 1) {
|
|
2537
2533
|
i0__namespace.ɵɵviewQuery(_c0$1, 7, i0.ViewContainerRef);
|
|
2538
2534
|
i0__namespace.ɵɵviewQuery(_c1, 5);
|
|
@@ -2540,11 +2536,11 @@
|
|
|
2540
2536
|
let _t;
|
|
2541
2537
|
i0__namespace.ɵɵqueryRefresh(_t = i0__namespace.ɵɵloadQuery()) && (ctx.customToastRef = _t.first);
|
|
2542
2538
|
i0__namespace.ɵɵqueryRefresh(_t = i0__namespace.ɵɵloadQuery()) && (ctx.customToastTmpl = _t.first);
|
|
2543
|
-
} }, features: [i0__namespace.ɵɵInheritDefinitionFeature], attrs: _c2, decls: 5, vars: 0, consts: [["customToast", ""], ["customToastTmpl", ""], [1, "parent-custom-toast"], ["wmContainer", "", "partialContainer", "", "content.bind", "pagename"], ["wmParam", "", "hidden", "", 3, "name", "value"]], template: function CustomToasterComponent_Template(rf, ctx) { if (rf & 1) {
|
|
2539
|
+
} }, features: [i0__namespace.ɵɵInheritDefinitionFeature], attrs: _c2, decls: 5, vars: 0, consts: [["customToast", ""], ["customToastTmpl", ""], [1, "parent-custom-toast"], ["wmContainer", "", "partialContainer", "", "content.bind", "pagename"], ["wmParam", "", "hidden", "", 3, "name", "value", 4, "ngFor", "ngForOf"], ["wmParam", "", "hidden", "", 3, "name", "value"]], template: function CustomToasterComponent_Template(rf, ctx) { if (rf & 1) {
|
|
2544
2540
|
i0__namespace.ɵɵelement(0, "div", 2);
|
|
2545
2541
|
i0__namespace.ɵɵelementContainer(1, null, 0);
|
|
2546
|
-
i0__namespace.ɵɵtemplate(3, CustomToasterComponent_ng_template_3_Template,
|
|
2547
|
-
} }, dependencies: [
|
|
2542
|
+
i0__namespace.ɵɵtemplate(3, CustomToasterComponent_ng_template_3_Template, 3, 3, "ng-template", null, 1, i0__namespace.ɵɵtemplateRefExtractor);
|
|
2543
|
+
} }, dependencies: [i1$2__namespace.NgForOf, i3__namespace.ContainerDirective, i3__namespace.PartialParamHandlerDirective, i3__namespace.PartialParamDirective, i3__namespace.PartialContainerDirective, i1$2__namespace.KeyValuePipe], encapsulation: 2 }); }
|
|
2548
2544
|
}
|
|
2549
2545
|
(() => { (typeof ngDevMode === "undefined" || ngDevMode) && i0__namespace.ɵsetClassMetadata(CustomToasterComponent, [{
|
|
2550
2546
|
type: i0.Component,
|
|
@@ -2554,23 +2550,21 @@
|
|
|
2554
2550
|
<div class="parent-custom-toast"></div>
|
|
2555
2551
|
<ng-container #customToast></ng-container>
|
|
2556
2552
|
<ng-template #customToastTmpl>
|
|
2557
|
-
|
|
2558
|
-
|
|
2559
|
-
|
|
2560
|
-
|
|
2561
|
-
}
|
|
2562
|
-
</div>
|
|
2553
|
+
<div wmContainer partialContainer content.bind="pagename">
|
|
2554
|
+
<div *ngFor="let param of params | keyvalue" wmParam hidden
|
|
2555
|
+
[name]="param.key" [value]="param.value"></div>
|
|
2556
|
+
</div>
|
|
2563
2557
|
</ng-template>`,
|
|
2564
2558
|
preserveWhitespaces: false
|
|
2565
2559
|
}]
|
|
2566
|
-
}], () => [{ type: i1$
|
|
2560
|
+
}], () => [{ type: i1$3__namespace.ToastrService }, { type: i1$3__namespace.ToastPackage }], { customToastRef: [{
|
|
2567
2561
|
type: i0.ViewChild,
|
|
2568
2562
|
args: ['customToast', { static: true, read: i0.ViewContainerRef }]
|
|
2569
2563
|
}], customToastTmpl: [{
|
|
2570
2564
|
type: i0.ViewChild,
|
|
2571
2565
|
args: ['customToastTmpl']
|
|
2572
2566
|
}] }); })();
|
|
2573
|
-
(() => { (typeof ngDevMode === "undefined" || ngDevMode) && i0__namespace.ɵsetClassDebugInfo(CustomToasterComponent, { className: "CustomToasterComponent", filePath: "components/custom-toaster.component.ts", lineNumber:
|
|
2567
|
+
(() => { (typeof ngDevMode === "undefined" || ngDevMode) && i0__namespace.ɵsetClassDebugInfo(CustomToasterComponent, { className: "CustomToasterComponent", filePath: "components/custom-toaster.component.ts", lineNumber: 23 }); })();
|
|
2574
2568
|
|
|
2575
2569
|
class EmptyPageComponent {
|
|
2576
2570
|
constructor(route, securityService, router, app, appManger) {
|
|
@@ -2628,7 +2622,7 @@
|
|
|
2628
2622
|
}
|
|
2629
2623
|
});
|
|
2630
2624
|
}
|
|
2631
|
-
static { this.ɵfac = function PrefabDirective_Factory(__ngFactoryType__) { return new (__ngFactoryType__ || PrefabDirective)(i0__namespace.ɵɵdirectiveInject(
|
|
2625
|
+
static { this.ɵfac = function PrefabDirective_Factory(__ngFactoryType__) { return new (__ngFactoryType__ || PrefabDirective)(i0__namespace.ɵɵdirectiveInject(i3.WidgetRef, 2), i0__namespace.ɵɵdirectiveInject(i0__namespace.ViewContainerRef), i0__namespace.ɵɵdirectiveInject(i0__namespace.ElementRef), i0__namespace.ɵɵdirectiveInject(PrefabManagerService), i0__namespace.ɵɵdirectiveInject(i0__namespace.ComponentFactoryResolver), i0__namespace.ɵɵdirectiveInject(i0__namespace.Injector), i0__namespace.ɵɵdirectiveInject(ComponentRefProvider)); }; }
|
|
2632
2626
|
static { this.ɵdir = /*@__PURE__*/ i0__namespace.ɵɵdefineDirective({ type: PrefabDirective, selectors: [["", "wmPrefab", "", "prefabname", ""]] }); }
|
|
2633
2627
|
}
|
|
2634
2628
|
(() => { (typeof ngDevMode === "undefined" || ngDevMode) && i0__namespace.ɵsetClassMetadata(PrefabDirective, [{
|
|
@@ -2640,57 +2634,57 @@
|
|
|
2640
2634
|
type: i0.Self
|
|
2641
2635
|
}, {
|
|
2642
2636
|
type: i0.Inject,
|
|
2643
|
-
args: [
|
|
2637
|
+
args: [i3.WidgetRef]
|
|
2644
2638
|
}] }, { type: i0__namespace.ViewContainerRef }, { type: i0__namespace.ElementRef }, { type: PrefabManagerService }, { type: i0__namespace.ComponentFactoryResolver }, { type: i0__namespace.Injector }, { type: ComponentRefProvider }], null); })();
|
|
2645
2639
|
|
|
2646
2640
|
class PipeProvider {
|
|
2647
2641
|
setPipeData() {
|
|
2648
2642
|
this._pipeData = [
|
|
2649
2643
|
// TODO | NEED TO BE TESTED
|
|
2650
|
-
this.preparePipeMeta(
|
|
2651
|
-
this.preparePipeMeta(
|
|
2652
|
-
this.preparePipeMeta(
|
|
2653
|
-
this.preparePipeMeta(
|
|
2654
|
-
|
|
2644
|
+
this.preparePipeMeta(i1$2.AsyncPipe, 'async', false, [i0.ChangeDetectorRef]),
|
|
2645
|
+
this.preparePipeMeta(i1$2.SlicePipe, 'slice', false),
|
|
2646
|
+
this.preparePipeMeta(i1$2.PercentPipe, 'percent', true, [this._locale]),
|
|
2647
|
+
this.preparePipeMeta(i1$2.I18nPluralPipe, 'i18nPlural', true, [
|
|
2648
|
+
i1$2.NgLocalization
|
|
2655
2649
|
]),
|
|
2656
|
-
this.preparePipeMeta(
|
|
2657
|
-
this.preparePipeMeta(
|
|
2650
|
+
this.preparePipeMeta(i1$2.I18nSelectPipe, 'i18nSelect', true),
|
|
2651
|
+
this.preparePipeMeta(i1$2.KeyValuePipe, 'keyvalue', false, [
|
|
2658
2652
|
i0.KeyValueDiffers
|
|
2659
2653
|
]),
|
|
2660
|
-
this.preparePipeMeta(
|
|
2661
|
-
this.preparePipeMeta(
|
|
2662
|
-
this.preparePipeMeta(
|
|
2663
|
-
this.preparePipeMeta(
|
|
2654
|
+
this.preparePipeMeta(i3.FileIconClassPipe, 'fileIconClass', true),
|
|
2655
|
+
this.preparePipeMeta(i3.FileExtensionFromMimePipe, 'fileExtensionFromMime', true),
|
|
2656
|
+
this.preparePipeMeta(i3.StateClassPipe, 'stateClass', true),
|
|
2657
|
+
this.preparePipeMeta(i3.FileSizePipe, 'filesize', true),
|
|
2664
2658
|
// TESTED
|
|
2665
|
-
this.preparePipeMeta(
|
|
2666
|
-
this.preparePipeMeta(
|
|
2667
|
-
this.preparePipeMeta(
|
|
2668
|
-
this.preparePipeMeta(
|
|
2669
|
-
this.preparePipeMeta(
|
|
2670
|
-
this.preparePipeMeta(
|
|
2671
|
-
this.preparePipeMeta(
|
|
2672
|
-
this.preparePipeMeta(
|
|
2673
|
-
this.preparePipeMeta(
|
|
2674
|
-
new
|
|
2659
|
+
this.preparePipeMeta(i3.FilterPipe, 'filter', true),
|
|
2660
|
+
this.preparePipeMeta(i1$2.UpperCasePipe, 'uppercase', true),
|
|
2661
|
+
this.preparePipeMeta(i1$2.LowerCasePipe, 'lowercase', true),
|
|
2662
|
+
this.preparePipeMeta(i1$2.JsonPipe, 'json', false),
|
|
2663
|
+
this.preparePipeMeta(i1$2.DecimalPipe, 'number', true, [this._locale]),
|
|
2664
|
+
this.preparePipeMeta(i1$2.TitleCasePipe, 'titlecase', true),
|
|
2665
|
+
this.preparePipeMeta(i1$2.CurrencyPipe, 'currency', true, [this._locale]),
|
|
2666
|
+
this.preparePipeMeta(i1$2.DatePipe, 'date', true, [this._locale]),
|
|
2667
|
+
this.preparePipeMeta(i3.ToDatePipe, 'toDate', true, [
|
|
2668
|
+
new i1$2.DatePipe(this._locale), undefined, this.injector.get(i1.CustomPipeManager)
|
|
2675
2669
|
]),
|
|
2676
|
-
this.preparePipeMeta(
|
|
2677
|
-
new
|
|
2670
|
+
this.preparePipeMeta(i3.ToNumberPipe, 'toNumber', true, [
|
|
2671
|
+
new i1$2.DecimalPipe(this._locale),
|
|
2678
2672
|
this.i18service
|
|
2679
2673
|
]),
|
|
2680
|
-
this.preparePipeMeta(
|
|
2681
|
-
new
|
|
2674
|
+
this.preparePipeMeta(i3.ToCurrencyPipe, 'toCurrency', true, [
|
|
2675
|
+
new i1$2.DecimalPipe(this._locale),
|
|
2682
2676
|
this.i18service
|
|
2683
2677
|
]),
|
|
2684
|
-
this.preparePipeMeta(
|
|
2685
|
-
this.preparePipeMeta(
|
|
2686
|
-
this.preparePipeMeta(
|
|
2687
|
-
this.preparePipeMeta(
|
|
2688
|
-
new
|
|
2678
|
+
this.preparePipeMeta(i3.PrefixPipe, 'prefix', true),
|
|
2679
|
+
this.preparePipeMeta(i3.SuffixPipe, 'suffix', true),
|
|
2680
|
+
this.preparePipeMeta(i3.TimeFromNowPipe, 'timeFromNow', true),
|
|
2681
|
+
this.preparePipeMeta(i3.NumberToStringPipe, 'numberToString', true, [
|
|
2682
|
+
new i1$2.DecimalPipe(this._locale)
|
|
2689
2683
|
]),
|
|
2690
|
-
this.preparePipeMeta(
|
|
2691
|
-
this.preparePipeMeta(
|
|
2692
|
-
this.preparePipeMeta(
|
|
2693
|
-
this.preparePipeMeta(
|
|
2684
|
+
this.preparePipeMeta(i3.StringToNumberPipe, 'stringToNumber', true),
|
|
2685
|
+
this.preparePipeMeta(i3.CustomPipe, 'custom', true, [this.injector.get(i1.CustomPipeManager)]),
|
|
2686
|
+
this.preparePipeMeta(i3.TrustAsPipe, 'trustAs', true, [this.domSanitizer]),
|
|
2687
|
+
this.preparePipeMeta(i3.SanitizePipe, 'sanitize', true, [this.domSanitizer])
|
|
2694
2688
|
];
|
|
2695
2689
|
}
|
|
2696
2690
|
unknownPipe(name) {
|
|
@@ -2748,7 +2742,7 @@
|
|
|
2748
2742
|
return new ref(...args);
|
|
2749
2743
|
}
|
|
2750
2744
|
}
|
|
2751
|
-
static { this.ɵfac = function PipeProvider_Factory(__ngFactoryType__) { return new (__ngFactoryType__ || PipeProvider)(i0__namespace.ɵɵinject(i0__namespace.Compiler), i0__namespace.ɵɵinject(i0__namespace.Injector), i0__namespace.ɵɵinject(i1$
|
|
2745
|
+
static { this.ɵfac = function PipeProvider_Factory(__ngFactoryType__) { return new (__ngFactoryType__ || PipeProvider)(i0__namespace.ɵɵinject(i0__namespace.Compiler), i0__namespace.ɵɵinject(i0__namespace.Injector), i0__namespace.ɵɵinject(i1$4__namespace.DomSanitizer), i0__namespace.ɵɵinject(i1__namespace.AbstractI18nService)); }; }
|
|
2752
2746
|
static { this.ɵprov = /*@__PURE__*/ i0__namespace.ɵɵdefineInjectable({ token: PipeProvider, factory: PipeProvider.ɵfac, providedIn: 'root' }); }
|
|
2753
2747
|
}
|
|
2754
2748
|
(() => { (typeof ngDevMode === "undefined" || ngDevMode) && i0__namespace.ɵsetClassMetadata(PipeProvider, [{
|
|
@@ -2756,7 +2750,7 @@
|
|
|
2756
2750
|
args: [{
|
|
2757
2751
|
providedIn: 'root'
|
|
2758
2752
|
}]
|
|
2759
|
-
}], () => [{ type: i0__namespace.Compiler }, { type: i0__namespace.Injector }, { type: i1$
|
|
2753
|
+
}], () => [{ type: i0__namespace.Compiler }, { type: i0__namespace.Injector }, { type: i1$4__namespace.DomSanitizer }, { type: i1__namespace.AbstractI18nService }], null); })();
|
|
2760
2754
|
|
|
2761
2755
|
class PipeService {
|
|
2762
2756
|
constructor(pipeProvider, $app) {
|
|
@@ -3019,12 +3013,12 @@
|
|
|
3019
3013
|
console.warn('Please pass a valid options object, For Example : {maxOpened: 1, autoDismiss: true}');
|
|
3020
3014
|
}
|
|
3021
3015
|
}
|
|
3022
|
-
static { this.ɵfac = function ToasterServiceImpl_Factory(__ngFactoryType__) { return new (__ngFactoryType__ || ToasterServiceImpl)(i0__namespace.ɵɵinject(i1$
|
|
3016
|
+
static { this.ɵfac = function ToasterServiceImpl_Factory(__ngFactoryType__) { return new (__ngFactoryType__ || ToasterServiceImpl)(i0__namespace.ɵɵinject(i1$3__namespace.ToastrService)); }; }
|
|
3023
3017
|
static { this.ɵprov = /*@__PURE__*/ i0__namespace.ɵɵdefineInjectable({ token: ToasterServiceImpl, factory: ToasterServiceImpl.ɵfac }); }
|
|
3024
3018
|
}
|
|
3025
3019
|
(() => { (typeof ngDevMode === "undefined" || ngDevMode) && i0__namespace.ɵsetClassMetadata(ToasterServiceImpl, [{
|
|
3026
3020
|
type: i0.Injectable
|
|
3027
|
-
}], () => [{ type: i1$
|
|
3021
|
+
}], () => [{ type: i1$3__namespace.ToastrService }], null); })();
|
|
3028
3022
|
|
|
3029
3023
|
const APP_LOCALE_ROOT_PATH = 'resources/i18n';
|
|
3030
3024
|
const RTL_LANGUAGE_CODES = ['ar', 'ar-001', 'ar-ae', 'ar-bh', 'ar-dz', 'ar-eg', 'ar-iq', 'ar-jo', 'ar-kw', 'ar-lb', 'ar-ly',
|
|
@@ -3343,12 +3337,12 @@
|
|
|
3343
3337
|
this.app.notify('locale-changed', this.bundleLoaded.libLocale);
|
|
3344
3338
|
}
|
|
3345
3339
|
}
|
|
3346
|
-
static { this.ɵfac = function I18nServiceImpl_Factory(__ngFactoryType__) { return new (__ngFactoryType__ || I18nServiceImpl)(i0__namespace.ɵɵinject(i1$
|
|
3340
|
+
static { this.ɵfac = function I18nServiceImpl_Factory(__ngFactoryType__) { return new (__ngFactoryType__ || I18nServiceImpl)(i0__namespace.ɵɵinject(i1$5__namespace.HttpClient), i0__namespace.ɵɵinject(i2$1__namespace.BsLocaleService), i0__namespace.ɵɵinject(i1__namespace.AppDefaults), i0__namespace.ɵɵinject(i0__namespace.Injector)); }; }
|
|
3347
3341
|
static { this.ɵprov = /*@__PURE__*/ i0__namespace.ɵɵdefineInjectable({ token: I18nServiceImpl, factory: I18nServiceImpl.ɵfac }); }
|
|
3348
3342
|
}
|
|
3349
3343
|
(() => { (typeof ngDevMode === "undefined" || ngDevMode) && i0__namespace.ɵsetClassMetadata(I18nServiceImpl, [{
|
|
3350
3344
|
type: i0.Injectable
|
|
3351
|
-
}], () => [{ type: i1$
|
|
3345
|
+
}], () => [{ type: i1$5__namespace.HttpClient }, { type: i2$1__namespace.BsLocaleService }, { type: i1__namespace.AppDefaults }, { type: i0__namespace.Injector }], null); })();
|
|
3352
3346
|
|
|
3353
3347
|
const spinnerTemplate = `<div class="app-spinner">
|
|
3354
3348
|
<div class="spinner-message" aria-label="loading gif">
|
|
@@ -3970,13 +3964,13 @@
|
|
|
3970
3964
|
}], () => [{ type: i1__namespace.AbstractI18nService }], null); })();
|
|
3971
3965
|
|
|
3972
3966
|
const _c0 = ["dynamicComponent"];
|
|
3973
|
-
function
|
|
3974
|
-
i0__namespace.ɵɵelement(0, "div",
|
|
3967
|
+
function AppComponent_ng_container_0_div_2_Template(rf, ctx) { if (rf & 1) {
|
|
3968
|
+
i0__namespace.ɵɵelement(0, "div", 11);
|
|
3975
3969
|
} }
|
|
3976
|
-
function
|
|
3970
|
+
function AppComponent_ng_container_0_ng_template_5_li_1_Template(rf, ctx) { if (rf & 1) {
|
|
3977
3971
|
const _r1 = i0__namespace.ɵɵgetCurrentView();
|
|
3978
|
-
i0__namespace.ɵɵelementStart(0, "li",
|
|
3979
|
-
i0__namespace.ɵɵlistener("click", function
|
|
3972
|
+
i0__namespace.ɵɵelementStart(0, "li", 14)(1, "button", 15);
|
|
3973
|
+
i0__namespace.ɵɵlistener("click", function AppComponent_ng_container_0_ng_template_5_li_1_Template_button_click_1_listener() { const provider_r2 = i0__namespace.ɵɵrestoreView(_r1).$implicit; return i0__namespace.ɵɵresetView(provider_r2.invoke()); });
|
|
3980
3974
|
i0__namespace.ɵɵtext(2);
|
|
3981
3975
|
i0__namespace.ɵɵelementEnd()();
|
|
3982
3976
|
} if (rf & 2) {
|
|
@@ -3984,42 +3978,44 @@
|
|
|
3984
3978
|
i0__namespace.ɵɵadvance(2);
|
|
3985
3979
|
i0__namespace.ɵɵtextInterpolate(provider_r2.name);
|
|
3986
3980
|
} }
|
|
3987
|
-
function
|
|
3988
|
-
i0__namespace.ɵɵelementStart(0, "ul",
|
|
3989
|
-
i0__namespace.ɵɵ
|
|
3981
|
+
function AppComponent_ng_container_0_ng_template_5_Template(rf, ctx) { if (rf & 1) {
|
|
3982
|
+
i0__namespace.ɵɵelementStart(0, "ul", 12);
|
|
3983
|
+
i0__namespace.ɵɵtemplate(1, AppComponent_ng_container_0_ng_template_5_li_1_Template, 3, 1, "li", 13);
|
|
3990
3984
|
i0__namespace.ɵɵelementEnd();
|
|
3991
3985
|
} if (rf & 2) {
|
|
3992
3986
|
const ctx_r2 = i0__namespace.ɵɵnextContext(2);
|
|
3993
3987
|
i0__namespace.ɵɵadvance();
|
|
3994
|
-
i0__namespace.ɵɵ
|
|
3988
|
+
i0__namespace.ɵɵproperty("ngForOf", ctx_r2.providersConfig);
|
|
3995
3989
|
} }
|
|
3996
|
-
function
|
|
3997
|
-
i0__namespace.ɵɵelement(0, "div",
|
|
3990
|
+
function AppComponent_ng_container_0_div_8_Template(rf, ctx) { if (rf & 1) {
|
|
3991
|
+
i0__namespace.ɵɵelement(0, "div", 16);
|
|
3998
3992
|
} }
|
|
3999
|
-
function
|
|
4000
|
-
i0__namespace.ɵɵelement(0, "div",
|
|
3993
|
+
function AppComponent_ng_container_0_div_9_Template(rf, ctx) { if (rf & 1) {
|
|
3994
|
+
i0__namespace.ɵɵelement(0, "div", 17);
|
|
4001
3995
|
} }
|
|
4002
|
-
function
|
|
4003
|
-
i0__namespace.ɵɵ
|
|
4004
|
-
i0__namespace.ɵɵ
|
|
4005
|
-
i0__namespace.ɵɵ
|
|
4006
|
-
i0__namespace.ɵɵ
|
|
4007
|
-
i0__namespace.ɵɵ
|
|
3996
|
+
function AppComponent_ng_container_0_Template(rf, ctx) { if (rf & 1) {
|
|
3997
|
+
i0__namespace.ɵɵelementContainerStart(0);
|
|
3998
|
+
i0__namespace.ɵɵelement(1, "router-outlet");
|
|
3999
|
+
i0__namespace.ɵɵtemplate(2, AppComponent_ng_container_0_div_2_Template, 1, 0, "div", 3);
|
|
4000
|
+
i0__namespace.ɵɵelement(3, "app-spinner", 4);
|
|
4001
|
+
i0__namespace.ɵɵelementStart(4, "div", 5);
|
|
4002
|
+
i0__namespace.ɵɵtemplate(5, AppComponent_ng_container_0_ng_template_5_Template, 2, 1, "ng-template", null, 1, i0__namespace.ɵɵtemplateRefExtractor);
|
|
4008
4003
|
i0__namespace.ɵɵelementEnd();
|
|
4009
|
-
i0__namespace.ɵɵelement(
|
|
4010
|
-
i0__namespace.ɵɵtemplate(
|
|
4011
|
-
i0__namespace.ɵɵelement(
|
|
4004
|
+
i0__namespace.ɵɵelement(7, "div", 6);
|
|
4005
|
+
i0__namespace.ɵɵtemplate(8, AppComponent_ng_container_0_div_8_Template, 1, 0, "div", 7)(9, AppComponent_ng_container_0_div_9_Template, 1, 0, "div", 8);
|
|
4006
|
+
i0__namespace.ɵɵelement(10, "div", 9)(11, "i", 10);
|
|
4007
|
+
i0__namespace.ɵɵelementContainerEnd();
|
|
4012
4008
|
} if (rf & 2) {
|
|
4013
4009
|
const ctx_r2 = i0__namespace.ɵɵnextContext();
|
|
4014
|
-
i0__namespace.ɵɵadvance();
|
|
4015
|
-
i0__namespace.ɵɵ
|
|
4010
|
+
i0__namespace.ɵɵadvance(2);
|
|
4011
|
+
i0__namespace.ɵɵproperty("ngIf", ctx_r2.isApplicationType);
|
|
4016
4012
|
i0__namespace.ɵɵadvance();
|
|
4017
4013
|
i0__namespace.ɵɵproperty("show", ctx_r2.spinner.show)("spinnermessages", ctx_r2.spinner.messages);
|
|
4018
4014
|
i0__namespace.ɵɵattribute("aria-label", ctx_r2.spinner.arialabel || "Loading");
|
|
4019
4015
|
i0__namespace.ɵɵadvance(5);
|
|
4020
|
-
i0__namespace.ɵɵ
|
|
4016
|
+
i0__namespace.ɵɵproperty("ngIf", !ctx_r2.isApplicationType);
|
|
4021
4017
|
i0__namespace.ɵɵadvance();
|
|
4022
|
-
i0__namespace.ɵɵ
|
|
4018
|
+
i0__namespace.ɵɵproperty("ngIf", !ctx_r2.isApplicationType);
|
|
4023
4019
|
} }
|
|
4024
4020
|
class AppComponent {
|
|
4025
4021
|
constructor(_pipeProvider, _appRef, elRef, oAuthService, dialogService, spinnerService, ngZone, router, app, appManager, customIconsLoaderService) {
|
|
@@ -4158,7 +4154,7 @@
|
|
|
4158
4154
|
ngDoCheck() {
|
|
4159
4155
|
i1.$invokeWatchers();
|
|
4160
4156
|
}
|
|
4161
|
-
static { this.ɵfac = function AppComponent_Factory(__ngFactoryType__) { return new (__ngFactoryType__ || AppComponent)(i0__namespace.ɵɵdirectiveInject(PipeProvider), i0__namespace.ɵɵdirectiveInject(i0__namespace.ApplicationRef), i0__namespace.ɵɵdirectiveInject(i0__namespace.ElementRef), i0__namespace.ɵɵdirectiveInject(i2$
|
|
4157
|
+
static { this.ɵfac = function AppComponent_Factory(__ngFactoryType__) { return new (__ngFactoryType__ || AppComponent)(i0__namespace.ɵɵdirectiveInject(PipeProvider), i0__namespace.ɵɵdirectiveInject(i0__namespace.ApplicationRef), i0__namespace.ɵɵdirectiveInject(i0__namespace.ElementRef), i0__namespace.ɵɵdirectiveInject(i2$2__namespace.OAuthService), i0__namespace.ɵɵdirectiveInject(i1__namespace.AbstractDialogService), i0__namespace.ɵɵdirectiveInject(i1__namespace.AbstractSpinnerService), i0__namespace.ɵɵdirectiveInject(i0__namespace.NgZone), i0__namespace.ɵɵdirectiveInject(i1$1__namespace.Router), i0__namespace.ɵɵdirectiveInject(i1__namespace.App), i0__namespace.ɵɵdirectiveInject(AppManagerService), i0__namespace.ɵɵdirectiveInject(i1__namespace.CustomIconsLoaderService)); }; }
|
|
4162
4158
|
static { this.ɵcmp = /*@__PURE__*/ i0__namespace.ɵɵdefineComponent({ type: AppComponent, selectors: [["app-root"]], viewQuery: function AppComponent_Query(rf, ctx) { if (rf & 1) {
|
|
4163
4159
|
i0__namespace.ɵɵviewQuery(i1$1.RouterOutlet, 5);
|
|
4164
4160
|
i0__namespace.ɵɵviewQuery(_c0, 5, i0.ViewContainerRef);
|
|
@@ -4166,17 +4162,17 @@
|
|
|
4166
4162
|
let _t;
|
|
4167
4163
|
i0__namespace.ɵɵqueryRefresh(_t = i0__namespace.ɵɵloadQuery()) && (ctx.routerOutlet = _t.first);
|
|
4168
4164
|
i0__namespace.ɵɵqueryRefresh(_t = i0__namespace.ɵɵloadQuery()) && (ctx.dynamicComponentContainerRef = _t.first);
|
|
4169
|
-
} }, decls: 3, vars: 1, consts: [["dynamicComponent", ""], ["dialogBody", ""], ["wmContainer", "", "partialContainer", "", "content", "Common", "hidden", "",
|
|
4170
|
-
i0__namespace.ɵɵtemplate(0,
|
|
4165
|
+
} }, decls: 3, vars: 1, consts: [["dynamicComponent", ""], ["dialogBody", ""], [4, "ngIf"], ["wmContainer", "", "partialContainer", "", "content", "Common", "hidden", "", "class", "ng-hide", 4, "ngIf"], ["name", "globalspinner", "classname", "global-spinner", "role", "alert", "aria-live", "assertive", 3, "show", "spinnermessages"], ["wmDialog", "", "name", "oAuthLoginDialog", "title", "Application is requesting you to sign in with", "close.event", "closeOAuthDialog()"], ["wmConfirmDialog", "", "name", "_app-confirm-dialog", "title.bind", "title", "message.bind", "message", "oktext.bind", "oktext", "canceltext.bind", "canceltext", "closable", "false", "iconclass.bind", "iconclass", "escape.event", "onEscape()", "ok.event", "onOk()", "cancel.event", "onCancel()", "close.event", "onClose()", "opened.event", "onOpen()"], ["wmConfirmDialog", "", "name", "PrefabConfirmDialog", "title.bind", "title", "message.bind", "text", "oktext.bind", "okButtonText", "canceltext.bind", "cancelButtonText", "closable", "false", "iconclass.bind", "iconclass", "escape.event", "onEscape()", "ok.event", "onOk()", "cancel.event", "onCancel()", "close.event", "onClose()", "opened.event", "onOpen()", 4, "ngIf"], ["wmAlertDialog", "", "name", "PrefabAlertDialog", "title.bind", "title", "message.bind", "text", "oktext.bind", "okButtonText", "canceltext.bind", "cancelButtonText", "closable", "false", "iconclass.bind", "iconclass", "escape.event", "onEscape()", "ok.event", "onOk()", "cancel.event", "onCancel()", "close.event", "onClose()", "opened.event", "onOpen()", 4, "ngIf"], ["wmAppExt", ""], ["id", "wm-mobile-display"], ["wmContainer", "", "partialContainer", "", "content", "Common", "hidden", "", 1, "ng-hide"], [1, "list-items"], ["class", "list-item", 4, "ngFor", "ngForOf"], [1, "list-item"], [1, "btn", 3, "click"], ["wmConfirmDialog", "", "name", "PrefabConfirmDialog", "title.bind", "title", "message.bind", "text", "oktext.bind", "okButtonText", "canceltext.bind", "cancelButtonText", "closable", "false", "iconclass.bind", "iconclass", "escape.event", "onEscape()", "ok.event", "onOk()", "cancel.event", "onCancel()", "close.event", "onClose()", "opened.event", "onOpen()"], ["wmAlertDialog", "", "name", "PrefabAlertDialog", "title.bind", "title", "message.bind", "text", "oktext.bind", "okButtonText", "canceltext.bind", "cancelButtonText", "closable", "false", "iconclass.bind", "iconclass", "escape.event", "onEscape()", "ok.event", "onOk()", "cancel.event", "onCancel()", "close.event", "onClose()", "opened.event", "onOpen()"]], template: function AppComponent_Template(rf, ctx) { if (rf & 1) {
|
|
4166
|
+
i0__namespace.ɵɵtemplate(0, AppComponent_ng_container_0_Template, 12, 6, "ng-container", 2);
|
|
4171
4167
|
i0__namespace.ɵɵelementContainer(1, null, 0);
|
|
4172
4168
|
} if (rf & 2) {
|
|
4173
|
-
i0__namespace.ɵɵ
|
|
4174
|
-
} }, dependencies: [i1$
|
|
4169
|
+
i0__namespace.ɵɵproperty("ngIf", ctx.startApp);
|
|
4170
|
+
} }, dependencies: [i1$2__namespace.NgForOf, i1$2__namespace.NgIf, i1$1__namespace.RouterOutlet, i3__namespace.ContainerDirective, i3__namespace.PartialParamHandlerDirective, i3__namespace.PartialContainerDirective, i1$6__namespace.AppExtComponent, i9__namespace.ConfirmDialogComponent, i10__namespace.DialogComponent, i11__namespace.AlertDialogComponent, AppSpinnerComponent], encapsulation: 2 }); }
|
|
4175
4171
|
}
|
|
4176
4172
|
(() => { (typeof ngDevMode === "undefined" || ngDevMode) && i0__namespace.ɵsetClassMetadata(AppComponent, [{
|
|
4177
4173
|
type: i0.Component,
|
|
4178
|
-
args: [{ selector: 'app-root', encapsulation: i0.ViewEncapsulation.None, template: "
|
|
4179
|
-
}], () => [{ type: PipeProvider }, { type: i0__namespace.ApplicationRef }, { type: i0__namespace.ElementRef }, { type: i2$
|
|
4174
|
+
args: [{ selector: 'app-root', encapsulation: i0.ViewEncapsulation.None, template: "<ng-container *ngIf=\"startApp\">\n <router-outlet></router-outlet>\n <div wmContainer partialContainer content=\"Common\" hidden class=\"ng-hide\" *ngIf=\"isApplicationType\"></div>\n <app-spinner name=\"globalspinner\" classname=\"global-spinner\" role=\"alert\" aria-live=\"assertive\" [attr.aria-label]=\"spinner.arialabel || 'Loading'\" [show]=\"spinner.show\" [spinnermessages]=\"spinner.messages\"></app-spinner>\n <div wmDialog name=\"oAuthLoginDialog\" title=\"Application is requesting you to sign in with\"\n close.event=\"closeOAuthDialog()\">\n <ng-template #dialogBody>\n <ul class=\"list-items\">\n <li class=\"list-item\" *ngFor=\"let provider of providersConfig\">\n <button class=\"btn\" (click)=\"provider.invoke()\">{{provider.name}}</button>\n </li>\n </ul>\n </ng-template>\n </div>\n <div wmConfirmDialog name=\"_app-confirm-dialog\" title.bind=\"title\" message.bind=\"message\" oktext.bind=\"oktext\"\n canceltext.bind=\"canceltext\" closable=\"false\" iconclass.bind=\"iconclass\"\n escape.event=\"onEscape()\" ok.event=\"onOk()\" cancel.event=\"onCancel()\" close.event=\"onClose()\" opened.event=\"onOpen()\"></div>\n <div *ngIf=\"!isApplicationType\" wmConfirmDialog name=\"PrefabConfirmDialog\" title.bind=\"title\" message.bind=\"text\" oktext.bind=\"okButtonText\"\n canceltext.bind=\"cancelButtonText\" closable=\"false\" iconclass.bind=\"iconclass\"\n escape.event=\"onEscape()\" ok.event=\"onOk()\" cancel.event=\"onCancel()\" close.event=\"onClose()\" opened.event=\"onOpen()\"></div>\n <div *ngIf=\"!isApplicationType\" wmAlertDialog name=\"PrefabAlertDialog\" title.bind=\"title\" message.bind=\"text\" oktext.bind=\"okButtonText\"\n canceltext.bind=\"cancelButtonText\" closable=\"false\" iconclass.bind=\"iconclass\"\n escape.event=\"onEscape()\" ok.event=\"onOk()\" cancel.event=\"onCancel()\" close.event=\"onClose()\" opened.event=\"onOpen()\"></div>\n <div wmAppExt></div>\n <i id=\"wm-mobile-display\"></i>\n</ng-container>\n<!--Dummy container to create the component dynamically-->\n<ng-container #dynamicComponent></ng-container>\n" }]
|
|
4175
|
+
}], () => [{ type: PipeProvider }, { type: i0__namespace.ApplicationRef }, { type: i0__namespace.ElementRef }, { type: i2$2__namespace.OAuthService }, { type: i1__namespace.AbstractDialogService }, { type: i1__namespace.AbstractSpinnerService }, { type: i0__namespace.NgZone }, { type: i1$1__namespace.Router }, { type: i1__namespace.App }, { type: AppManagerService }, { type: i1__namespace.CustomIconsLoaderService }], { routerOutlet: [{
|
|
4180
4176
|
type: i0.ViewChild,
|
|
4181
4177
|
args: [i1$1.RouterOutlet]
|
|
4182
4178
|
}], dynamicComponentContainerRef: [{
|
|
@@ -4335,7 +4331,7 @@
|
|
|
4335
4331
|
}
|
|
4336
4332
|
static { this.ɵfac = function PrefabPreviewComponent_Factory(__ngFactoryType__) { return new (__ngFactoryType__ || PrefabPreviewComponent)(i0__namespace.ɵɵdirectiveInject(PrefabManagerService)); }; }
|
|
4337
4333
|
static { this.ɵcmp = /*@__PURE__*/ i0__namespace.ɵɵdefineComponent({ type: PrefabPreviewComponent, selectors: [["wm-prefab-preview"]], viewQuery: function PrefabPreviewComponent_Query(rf, ctx) { if (rf & 1) {
|
|
4338
|
-
i0__namespace.ɵɵviewQuery(i2$
|
|
4334
|
+
i0__namespace.ɵɵviewQuery(i2$3.PrefabDirective, 7);
|
|
4339
4335
|
} if (rf & 2) {
|
|
4340
4336
|
let _t;
|
|
4341
4337
|
i0__namespace.ɵɵqueryRefresh(_t = i0__namespace.ɵɵloadQuery()) && (ctx.prefabInstance = _t.first);
|
|
@@ -4343,7 +4339,7 @@
|
|
|
4343
4339
|
i0__namespace.ɵɵelementStart(0, "div", 0);
|
|
4344
4340
|
i0__namespace.ɵɵelement(1, "section", 1);
|
|
4345
4341
|
i0__namespace.ɵɵelementEnd();
|
|
4346
|
-
} }, dependencies: [i2$
|
|
4342
|
+
} }, dependencies: [i2$3__namespace.PrefabDirective, PrefabDirective], encapsulation: 2 }); }
|
|
4347
4343
|
}
|
|
4348
4344
|
(() => { (typeof ngDevMode === "undefined" || ngDevMode) && i0__namespace.ɵsetClassMetadata(PrefabPreviewComponent, [{
|
|
4349
4345
|
type: i0.Component,
|
|
@@ -4357,7 +4353,7 @@
|
|
|
4357
4353
|
}]
|
|
4358
4354
|
}], () => [{ type: PrefabManagerService }], { prefabInstance: [{
|
|
4359
4355
|
type: i0.ViewChild,
|
|
4360
|
-
args: [i2$
|
|
4356
|
+
args: [i2$3.PrefabDirective, { static: true }]
|
|
4361
4357
|
}] }); })();
|
|
4362
4358
|
(() => { (typeof ngDevMode === "undefined" || ngDevMode) && i0__namespace.ɵsetClassDebugInfo(PrefabPreviewComponent, { className: "PrefabPreviewComponent", filePath: "components/prefab-preview.component.ts", lineNumber: 17 }); })();
|
|
4363
4359
|
|
|
@@ -4544,17 +4540,17 @@
|
|
|
4544
4540
|
ngOnDestroy() {
|
|
4545
4541
|
this._hostNodes.forEach(styleNodes => styleNodes.forEach(removeStyle));
|
|
4546
4542
|
}
|
|
4547
|
-
static { this.ɵfac = function WMDomSharedStylesHost_Factory(__ngFactoryType__) { return new (__ngFactoryType__ || WMDomSharedStylesHost)(i0__namespace.ɵɵinject(
|
|
4543
|
+
static { this.ɵfac = function WMDomSharedStylesHost_Factory(__ngFactoryType__) { return new (__ngFactoryType__ || WMDomSharedStylesHost)(i0__namespace.ɵɵinject(i1$2.DOCUMENT)); }; }
|
|
4548
4544
|
static { this.ɵprov = /*@__PURE__*/ i0__namespace.ɵɵdefineInjectable({ token: WMDomSharedStylesHost, factory: WMDomSharedStylesHost.ɵfac }); }
|
|
4549
4545
|
}
|
|
4550
4546
|
(() => { (typeof ngDevMode === "undefined" || ngDevMode) && i0__namespace.ɵsetClassMetadata(WMDomSharedStylesHost, [{
|
|
4551
4547
|
type: i0.Injectable
|
|
4552
4548
|
}], () => [{ type: undefined, decorators: [{
|
|
4553
4549
|
type: i0.Inject,
|
|
4554
|
-
args: [
|
|
4550
|
+
args: [i1$2.DOCUMENT]
|
|
4555
4551
|
}] }], null); })();
|
|
4556
4552
|
function removeStyle(styleNode) {
|
|
4557
|
-
|
|
4553
|
+
i1$2.ɵgetDOM().remove(styleNode);
|
|
4558
4554
|
}
|
|
4559
4555
|
|
|
4560
4556
|
const NAMESPACE_URIS = {
|
|
@@ -4650,17 +4646,17 @@
|
|
|
4650
4646
|
}
|
|
4651
4647
|
begin() { }
|
|
4652
4648
|
end() { }
|
|
4653
|
-
static { this.ɵfac = function WMDomRendererFactory2_Factory(__ngFactoryType__) { return new (__ngFactoryType__ || WMDomRendererFactory2)(i0__namespace.ɵɵinject(i1$
|
|
4649
|
+
static { this.ɵfac = function WMDomRendererFactory2_Factory(__ngFactoryType__) { return new (__ngFactoryType__ || WMDomRendererFactory2)(i0__namespace.ɵɵinject(i1$4__namespace.EventManager), i0__namespace.ɵɵinject(i1$4__namespace.ɵSharedStylesHost), i0__namespace.ɵɵinject(i0.APP_ID), i0__namespace.ɵɵinject(i1$2.DOCUMENT)); }; }
|
|
4654
4650
|
static { this.ɵprov = /*@__PURE__*/ i0__namespace.ɵɵdefineInjectable({ token: WMDomRendererFactory2, factory: WMDomRendererFactory2.ɵfac }); }
|
|
4655
4651
|
}
|
|
4656
4652
|
(() => { (typeof ngDevMode === "undefined" || ngDevMode) && i0__namespace.ɵsetClassMetadata(WMDomRendererFactory2, [{
|
|
4657
4653
|
type: i0.Injectable
|
|
4658
|
-
}], () => [{ type: i1$
|
|
4654
|
+
}], () => [{ type: i1$4__namespace.EventManager }, { type: i1$4__namespace.ɵSharedStylesHost }, { type: undefined, decorators: [{
|
|
4659
4655
|
type: i0.Inject,
|
|
4660
4656
|
args: [i0.APP_ID]
|
|
4661
4657
|
}] }, { type: Document, decorators: [{
|
|
4662
4658
|
type: i0.Inject,
|
|
4663
|
-
args: [
|
|
4659
|
+
args: [i1$2.DOCUMENT]
|
|
4664
4660
|
}] }], null); })();
|
|
4665
4661
|
let WMDefaultDomRenderer2 = class WMDefaultDomRenderer2 {
|
|
4666
4662
|
constructor(eventManager, doc) {
|
|
@@ -4809,7 +4805,7 @@
|
|
|
4809
4805
|
}
|
|
4810
4806
|
listen(target, event, callback) {
|
|
4811
4807
|
if (typeof target === 'string') {
|
|
4812
|
-
target =
|
|
4808
|
+
target = i1$2.ɵgetDOM().getGlobalEventTarget(this.doc, target);
|
|
4813
4809
|
if (!target) {
|
|
4814
4810
|
throw new Error(`Unsupported event target ${target} for event ${event}`);
|
|
4815
4811
|
}
|
|
@@ -4818,8 +4814,8 @@
|
|
|
4818
4814
|
}
|
|
4819
4815
|
};
|
|
4820
4816
|
WMDefaultDomRenderer2 = tslib.__decorate([
|
|
4821
|
-
tslib.__param(1, i0.Inject(
|
|
4822
|
-
tslib.__metadata("design:paramtypes", [i1$
|
|
4817
|
+
tslib.__param(1, i0.Inject(i1$2.DOCUMENT)),
|
|
4818
|
+
tslib.__metadata("design:paramtypes", [i1$4.EventManager, Document])
|
|
4823
4819
|
], WMDefaultDomRenderer2);
|
|
4824
4820
|
function isTemplateNode(node) {
|
|
4825
4821
|
return node.tagName === 'TEMPLATE' && node.content !== undefined;
|
|
@@ -4844,8 +4840,8 @@
|
|
|
4844
4840
|
}
|
|
4845
4841
|
};
|
|
4846
4842
|
EmulatedEncapsulationDomRenderer2 = tslib.__decorate([
|
|
4847
|
-
tslib.__param(4, i0.Inject(
|
|
4848
|
-
tslib.__metadata("design:paramtypes", [i1$
|
|
4843
|
+
tslib.__param(4, i0.Inject(i1$2.DOCUMENT)),
|
|
4844
|
+
tslib.__metadata("design:paramtypes", [i1$4.EventManager, i1$4.ɵSharedStylesHost, Object, String, Document])
|
|
4849
4845
|
], EmulatedEncapsulationDomRenderer2);
|
|
4850
4846
|
let ShadowDomRenderer = class ShadowDomRenderer extends WMDefaultDomRenderer2 {
|
|
4851
4847
|
constructor(eventManager, sharedStylesHost, hostEl, component, doc) {
|
|
@@ -4882,8 +4878,8 @@
|
|
|
4882
4878
|
}
|
|
4883
4879
|
};
|
|
4884
4880
|
ShadowDomRenderer = tslib.__decorate([
|
|
4885
|
-
tslib.__param(4, i0.Inject(
|
|
4886
|
-
tslib.__metadata("design:paramtypes", [i1$
|
|
4881
|
+
tslib.__param(4, i0.Inject(i1$2.DOCUMENT)),
|
|
4882
|
+
tslib.__metadata("design:paramtypes", [i1$4.EventManager, i1$4.ɵSharedStylesHost, Object, Object, Document])
|
|
4887
4883
|
], ShadowDomRenderer);
|
|
4888
4884
|
|
|
4889
4885
|
const initializeProjectDetails = () => {
|
|
@@ -4939,11 +4935,11 @@
|
|
|
4939
4935
|
EmptyPageComponent
|
|
4940
4936
|
];
|
|
4941
4937
|
const REQUIRED_MODULES_FOR_DYNAMIC_COMPONENTS = [
|
|
4942
|
-
|
|
4943
|
-
|
|
4938
|
+
i9.ConfirmDialogModule,
|
|
4939
|
+
i10.DesignDialogModule,
|
|
4944
4940
|
dialogs.DialogModule,
|
|
4945
4941
|
// NGX Bootstrap
|
|
4946
|
-
i2$
|
|
4942
|
+
i2$1.BsDatepickerModule,
|
|
4947
4943
|
timepicker.TimepickerModule,
|
|
4948
4944
|
dropdown.BsDropdownModule,
|
|
4949
4945
|
pagination.PaginationModule,
|
|
@@ -4987,7 +4983,7 @@
|
|
|
4987
4983
|
tile.TileModule,
|
|
4988
4984
|
wizard.WizardModule,
|
|
4989
4985
|
// dialogs
|
|
4990
|
-
|
|
4986
|
+
i11.AlertDialogModule,
|
|
4991
4987
|
iframeDialog.IframeDialogModule,
|
|
4992
4988
|
loginDialog.LoginDialogModule,
|
|
4993
4989
|
partialDialog.PartialDialogModule,
|
|
@@ -5007,7 +5003,7 @@
|
|
|
5007
5003
|
leftPanel.LeftPanelModule,
|
|
5008
5004
|
rightPanel.RightPanelModule,
|
|
5009
5005
|
topNav.TopNavModule,
|
|
5010
|
-
i2$
|
|
5006
|
+
i2$3.PrefabModule
|
|
5011
5007
|
];
|
|
5012
5008
|
// setting parseExpr as exprEvaluator for swipeAnimation
|
|
5013
5009
|
$.fn.swipeAnimation.expressionEvaluator = i1.$parseExpr;
|
|
@@ -5051,13 +5047,13 @@
|
|
|
5051
5047
|
deps: [i1.AbstractI18nService]
|
|
5052
5048
|
},
|
|
5053
5049
|
{
|
|
5054
|
-
provide: i1$
|
|
5050
|
+
provide: i1$5.HTTP_INTERCEPTORS,
|
|
5055
5051
|
useClass: HttpCallInterceptor,
|
|
5056
5052
|
multi: true
|
|
5057
5053
|
},
|
|
5058
5054
|
PipeService,
|
|
5059
|
-
|
|
5060
|
-
|
|
5055
|
+
i1$2.DecimalPipe,
|
|
5056
|
+
i1$2.DatePipe,
|
|
5061
5057
|
AppManagerService,
|
|
5062
5058
|
PrefabManagerService,
|
|
5063
5059
|
AuthGuard,
|
|
@@ -5105,40 +5101,40 @@
|
|
|
5105
5101
|
}
|
|
5106
5102
|
});
|
|
5107
5103
|
}
|
|
5108
|
-
static { this.ɵfac = function RuntimeBaseModule_Factory(__ngFactoryType__) { return new (__ngFactoryType__ || RuntimeBaseModule)(i0__namespace.ɵɵinject(i1$
|
|
5104
|
+
static { this.ɵfac = function RuntimeBaseModule_Factory(__ngFactoryType__) { return new (__ngFactoryType__ || RuntimeBaseModule)(i0__namespace.ɵɵinject(i1$6__namespace.MobileRuntimeModule), i0__namespace.ɵɵinject(i1__namespace.App), i0__namespace.ɵɵinject(i1__namespace.Viewport)); }; }
|
|
5109
5105
|
static { this.ɵmod = /*@__PURE__*/ i0__namespace.ɵɵdefineNgModule({ type: RuntimeBaseModule }); }
|
|
5110
5106
|
static { this.ɵinj = /*@__PURE__*/ i0__namespace.ɵɵdefineInjector({ providers: [
|
|
5111
|
-
{ provide: i1$
|
|
5112
|
-
{ provide: i1$
|
|
5113
|
-
], imports: [
|
|
5107
|
+
{ provide: i1$4.ɵSharedStylesHost, useClass: WMDomSharedStylesHost },
|
|
5108
|
+
{ provide: i1$4.ɵDomRendererFactory2, useClass: WMDomRendererFactory2 }
|
|
5109
|
+
], imports: [i1$2.CommonModule,
|
|
5114
5110
|
i1$1.RouterModule,
|
|
5115
|
-
i1$
|
|
5111
|
+
i1$5.HttpClientModule,
|
|
5116
5112
|
forms.FormsModule,
|
|
5117
5113
|
forms.ReactiveFormsModule,
|
|
5118
|
-
i1$
|
|
5119
|
-
|
|
5120
|
-
i1$
|
|
5114
|
+
i1$3.ToastrModule,
|
|
5115
|
+
i3.WmComponentsModule,
|
|
5116
|
+
i1$6.MobileRuntimeModule,
|
|
5121
5117
|
i1.CoreModule,
|
|
5122
5118
|
i2.SecurityModule,
|
|
5123
|
-
i2$
|
|
5119
|
+
i2$2.OAuthModule,
|
|
5124
5120
|
i4.VariablesModule,
|
|
5125
5121
|
http.HttpServiceModule, REQUIRED_MODULES_FOR_DYNAMIC_COMPONENTS, forms.FormsModule,
|
|
5126
5122
|
forms.ReactiveFormsModule,
|
|
5127
|
-
|
|
5123
|
+
i1$2.CommonModule,
|
|
5128
5124
|
i1$1.RouterModule,
|
|
5129
|
-
i1$
|
|
5130
|
-
i1$
|
|
5131
|
-
|
|
5132
|
-
i1$
|
|
5125
|
+
i1$5.HttpClientModule,
|
|
5126
|
+
i1$3.ToastrModule,
|
|
5127
|
+
i3.WmComponentsModule,
|
|
5128
|
+
i1$6.MobileRuntimeModule,
|
|
5133
5129
|
i1.CoreModule,
|
|
5134
5130
|
i2.SecurityModule,
|
|
5135
|
-
i2$
|
|
5131
|
+
i2$2.OAuthModule,
|
|
5136
5132
|
i4.VariablesModule,
|
|
5137
|
-
http.HttpServiceModule,
|
|
5138
|
-
|
|
5133
|
+
http.HttpServiceModule, i9.ConfirmDialogModule,
|
|
5134
|
+
i10.DesignDialogModule,
|
|
5139
5135
|
dialogs.DialogModule,
|
|
5140
5136
|
// NGX Bootstrap
|
|
5141
|
-
i2$
|
|
5137
|
+
i2$1.BsDatepickerModule,
|
|
5142
5138
|
timepicker.TimepickerModule,
|
|
5143
5139
|
dropdown.BsDropdownModule,
|
|
5144
5140
|
pagination.PaginationModule,
|
|
@@ -5182,7 +5178,7 @@
|
|
|
5182
5178
|
tile.TileModule,
|
|
5183
5179
|
wizard.WizardModule,
|
|
5184
5180
|
// dialogs
|
|
5185
|
-
|
|
5181
|
+
i11.AlertDialogModule,
|
|
5186
5182
|
iframeDialog.IframeDialogModule,
|
|
5187
5183
|
loginDialog.LoginDialogModule,
|
|
5188
5184
|
partialDialog.PartialDialogModule,
|
|
@@ -5202,24 +5198,24 @@
|
|
|
5202
5198
|
leftPanel.LeftPanelModule,
|
|
5203
5199
|
rightPanel.RightPanelModule,
|
|
5204
5200
|
topNav.TopNavModule,
|
|
5205
|
-
i2$
|
|
5201
|
+
i2$3.PrefabModule] }); }
|
|
5206
5202
|
}
|
|
5207
5203
|
(() => { (typeof ngDevMode === "undefined" || ngDevMode) && i0__namespace.ɵsetClassMetadata(RuntimeBaseModule, [{
|
|
5208
5204
|
type: i0.NgModule,
|
|
5209
5205
|
args: [{
|
|
5210
5206
|
declarations: [...definitions],
|
|
5211
5207
|
imports: [
|
|
5212
|
-
|
|
5208
|
+
i1$2.CommonModule,
|
|
5213
5209
|
i1$1.RouterModule,
|
|
5214
|
-
i1$
|
|
5210
|
+
i1$5.HttpClientModule,
|
|
5215
5211
|
forms.FormsModule,
|
|
5216
5212
|
forms.ReactiveFormsModule,
|
|
5217
|
-
i1$
|
|
5218
|
-
|
|
5219
|
-
i1$
|
|
5213
|
+
i1$3.ToastrModule,
|
|
5214
|
+
i3.WmComponentsModule,
|
|
5215
|
+
i1$6.MobileRuntimeModule,
|
|
5220
5216
|
i1.CoreModule,
|
|
5221
5217
|
i2.SecurityModule,
|
|
5222
|
-
i2$
|
|
5218
|
+
i2$2.OAuthModule,
|
|
5223
5219
|
i4.VariablesModule,
|
|
5224
5220
|
http.HttpServiceModule,
|
|
5225
5221
|
...REQUIRED_MODULES_FOR_DYNAMIC_COMPONENTS
|
|
@@ -5228,48 +5224,48 @@
|
|
|
5228
5224
|
forms.FormsModule,
|
|
5229
5225
|
forms.ReactiveFormsModule,
|
|
5230
5226
|
...definitions,
|
|
5231
|
-
|
|
5227
|
+
i1$2.CommonModule,
|
|
5232
5228
|
i1$1.RouterModule,
|
|
5233
|
-
i1$
|
|
5234
|
-
i1$
|
|
5235
|
-
|
|
5236
|
-
i1$
|
|
5229
|
+
i1$5.HttpClientModule,
|
|
5230
|
+
i1$3.ToastrModule,
|
|
5231
|
+
i3.WmComponentsModule,
|
|
5232
|
+
i1$6.MobileRuntimeModule,
|
|
5237
5233
|
i1.CoreModule,
|
|
5238
5234
|
i2.SecurityModule,
|
|
5239
|
-
i2$
|
|
5235
|
+
i2$2.OAuthModule,
|
|
5240
5236
|
i4.VariablesModule,
|
|
5241
5237
|
http.HttpServiceModule,
|
|
5242
5238
|
...REQUIRED_MODULES_FOR_DYNAMIC_COMPONENTS
|
|
5243
5239
|
],
|
|
5244
5240
|
providers: [
|
|
5245
|
-
{ provide: i1$
|
|
5246
|
-
{ provide: i1$
|
|
5241
|
+
{ provide: i1$4.ɵSharedStylesHost, useClass: WMDomSharedStylesHost },
|
|
5242
|
+
{ provide: i1$4.ɵDomRendererFactory2, useClass: WMDomRendererFactory2 }
|
|
5247
5243
|
]
|
|
5248
5244
|
}]
|
|
5249
|
-
}], () => [{ type: i1$
|
|
5245
|
+
}], () => [{ type: i1$6__namespace.MobileRuntimeModule }, { type: i1__namespace.App }, { type: i1__namespace.Viewport }], null); })();
|
|
5250
5246
|
(function () { (typeof ngJitMode === "undefined" || ngJitMode) && i0__namespace.ɵɵsetNgModuleScope(RuntimeBaseModule, { declarations: [AccessrolesDirective,
|
|
5251
5247
|
AppSpinnerComponent,
|
|
5252
5248
|
CustomToasterComponent,
|
|
5253
5249
|
PrefabDirective,
|
|
5254
5250
|
AppComponent,
|
|
5255
5251
|
PrefabPreviewComponent,
|
|
5256
|
-
EmptyPageComponent], imports: [
|
|
5252
|
+
EmptyPageComponent], imports: [i1$2.CommonModule,
|
|
5257
5253
|
i1$1.RouterModule,
|
|
5258
|
-
i1$
|
|
5254
|
+
i1$5.HttpClientModule,
|
|
5259
5255
|
forms.FormsModule,
|
|
5260
5256
|
forms.ReactiveFormsModule,
|
|
5261
|
-
i1$
|
|
5262
|
-
|
|
5263
|
-
i1$
|
|
5257
|
+
i1$3.ToastrModule,
|
|
5258
|
+
i3.WmComponentsModule,
|
|
5259
|
+
i1$6.MobileRuntimeModule,
|
|
5264
5260
|
i1.CoreModule,
|
|
5265
5261
|
i2.SecurityModule,
|
|
5266
|
-
i2$
|
|
5262
|
+
i2$2.OAuthModule,
|
|
5267
5263
|
i4.VariablesModule,
|
|
5268
|
-
http.HttpServiceModule,
|
|
5269
|
-
|
|
5264
|
+
http.HttpServiceModule, i9.ConfirmDialogModule,
|
|
5265
|
+
i10.DesignDialogModule,
|
|
5270
5266
|
dialogs.DialogModule,
|
|
5271
5267
|
// NGX Bootstrap
|
|
5272
|
-
i2$
|
|
5268
|
+
i2$1.BsDatepickerModule,
|
|
5273
5269
|
timepicker.TimepickerModule,
|
|
5274
5270
|
dropdown.BsDropdownModule,
|
|
5275
5271
|
pagination.PaginationModule,
|
|
@@ -5313,7 +5309,7 @@
|
|
|
5313
5309
|
tile.TileModule,
|
|
5314
5310
|
wizard.WizardModule,
|
|
5315
5311
|
// dialogs
|
|
5316
|
-
|
|
5312
|
+
i11.AlertDialogModule,
|
|
5317
5313
|
iframeDialog.IframeDialogModule,
|
|
5318
5314
|
loginDialog.LoginDialogModule,
|
|
5319
5315
|
partialDialog.PartialDialogModule,
|
|
@@ -5333,28 +5329,28 @@
|
|
|
5333
5329
|
leftPanel.LeftPanelModule,
|
|
5334
5330
|
rightPanel.RightPanelModule,
|
|
5335
5331
|
topNav.TopNavModule,
|
|
5336
|
-
i2$
|
|
5332
|
+
i2$3.PrefabModule], exports: [forms.FormsModule,
|
|
5337
5333
|
forms.ReactiveFormsModule, AccessrolesDirective,
|
|
5338
5334
|
AppSpinnerComponent,
|
|
5339
5335
|
CustomToasterComponent,
|
|
5340
5336
|
PrefabDirective,
|
|
5341
5337
|
AppComponent,
|
|
5342
5338
|
PrefabPreviewComponent,
|
|
5343
|
-
EmptyPageComponent,
|
|
5339
|
+
EmptyPageComponent, i1$2.CommonModule,
|
|
5344
5340
|
i1$1.RouterModule,
|
|
5345
|
-
i1$
|
|
5346
|
-
i1$
|
|
5347
|
-
|
|
5348
|
-
i1$
|
|
5341
|
+
i1$5.HttpClientModule,
|
|
5342
|
+
i1$3.ToastrModule,
|
|
5343
|
+
i3.WmComponentsModule,
|
|
5344
|
+
i1$6.MobileRuntimeModule,
|
|
5349
5345
|
i1.CoreModule,
|
|
5350
5346
|
i2.SecurityModule,
|
|
5351
|
-
i2$
|
|
5347
|
+
i2$2.OAuthModule,
|
|
5352
5348
|
i4.VariablesModule,
|
|
5353
|
-
http.HttpServiceModule,
|
|
5354
|
-
|
|
5349
|
+
http.HttpServiceModule, i9.ConfirmDialogModule,
|
|
5350
|
+
i10.DesignDialogModule,
|
|
5355
5351
|
dialogs.DialogModule,
|
|
5356
5352
|
// NGX Bootstrap
|
|
5357
|
-
i2$
|
|
5353
|
+
i2$1.BsDatepickerModule,
|
|
5358
5354
|
timepicker.TimepickerModule,
|
|
5359
5355
|
dropdown.BsDropdownModule,
|
|
5360
5356
|
pagination.PaginationModule,
|
|
@@ -5398,7 +5394,7 @@
|
|
|
5398
5394
|
tile.TileModule,
|
|
5399
5395
|
wizard.WizardModule,
|
|
5400
5396
|
// dialogs
|
|
5401
|
-
|
|
5397
|
+
i11.AlertDialogModule,
|
|
5402
5398
|
iframeDialog.IframeDialogModule,
|
|
5403
5399
|
loginDialog.LoginDialogModule,
|
|
5404
5400
|
partialDialog.PartialDialogModule,
|
|
@@ -5418,13 +5414,13 @@
|
|
|
5418
5414
|
leftPanel.LeftPanelModule,
|
|
5419
5415
|
rightPanel.RightPanelModule,
|
|
5420
5416
|
topNav.TopNavModule,
|
|
5421
|
-
i2$
|
|
5417
|
+
i2$3.PrefabModule] }); })();
|
|
5422
5418
|
const WM_MODULES_FOR_ROOT = [
|
|
5423
|
-
|
|
5424
|
-
i1$
|
|
5419
|
+
i3.WmComponentsModule.forRoot(),
|
|
5420
|
+
i1$6.MobileRuntimeModule.forRoot(),
|
|
5425
5421
|
i1.CoreModule.forRoot(),
|
|
5426
5422
|
i2.SecurityModule.forRoot(),
|
|
5427
|
-
i2$
|
|
5423
|
+
i2$2.OAuthModule.forRoot(),
|
|
5428
5424
|
i4.VariablesModule.forRoot(),
|
|
5429
5425
|
http.HttpServiceModule.forRoot(),
|
|
5430
5426
|
RuntimeBaseModule.forRoot()
|