@wavemaker/app-ng-runtime 12.0.0-next.141134 → 12.0.0-next.141138
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.
- app-ng-runtime/build-task/bundles/index.umd.js +407 -460
- app-ng-runtime/build-task/esm2022/containers/accordion/accordion-pane/accordion-pane.build.mjs +2 -2
- app-ng-runtime/build-task/esm2022/containers/accordion/accordion.build.mjs +3 -3
- app-ng-runtime/build-task/esm2022/containers/wizard/wizard.build.mjs +2 -2
- app-ng-runtime/build-task/esm2022/data/form/form-field/form-field.build.mjs +2 -10
- app-ng-runtime/build-task/esm2022/input/chips/chips.build.mjs +2 -2
- app-ng-runtime/build-task/esm2022/input/file-upload/file-upload.build.mjs +2 -2
- app-ng-runtime/build-task/esm2022/public_api.mjs +1 -3
- app-ng-runtime/build-task/fesm2022/index.mjs +408 -463
- app-ng-runtime/build-task/fesm2022/index.mjs.map +1 -1
- app-ng-runtime/build-task/public_api.d.ts +0 -2
- app-ng-runtime/components/base/bundles/index.umd.js +16 -79
- app-ng-runtime/components/base/components.module.d.ts +11 -12
- app-ng-runtime/components/base/esm2022/components.module.mjs +1 -5
- app-ng-runtime/components/base/esm2022/public_api.mjs +1 -2
- app-ng-runtime/components/base/esm2022/widgets/common/base/base.component.mjs +17 -42
- app-ng-runtime/components/base/esm2022/widgets/framework/property-change-handler.mjs +2 -2
- app-ng-runtime/components/base/fesm2022/index.mjs +18 -80
- app-ng-runtime/components/base/fesm2022/index.mjs.map +1 -1
- app-ng-runtime/components/base/public_api.d.ts +0 -1
- app-ng-runtime/components/base/widgets/common/base/base-field-validations.d.ts +1 -1
- app-ng-runtime/components/base/widgets/common/base/base.component.d.ts +5 -11
- app-ng-runtime/components/basic/default/audio/audio.component.d.ts +2 -0
- app-ng-runtime/components/basic/default/bundles/index.umd.js +18 -7
- app-ng-runtime/components/basic/default/esm2022/audio/audio.component.mjs +13 -5
- app-ng-runtime/components/basic/default/esm2022/video/video.component.mjs +7 -4
- app-ng-runtime/components/basic/default/fesm2022/index.mjs +18 -7
- app-ng-runtime/components/basic/default/fesm2022/index.mjs.map +1 -1
- app-ng-runtime/components/basic/default/video/video.component.d.ts +1 -0
- app-ng-runtime/components/basic/progress/bundles/index.umd.js +7 -3
- app-ng-runtime/components/basic/progress/esm2022/progress-bar/progress-bar.component.mjs +8 -4
- app-ng-runtime/components/basic/progress/fesm2022/index.mjs +7 -3
- app-ng-runtime/components/basic/progress/fesm2022/index.mjs.map +1 -1
- app-ng-runtime/components/basic/progress/progress-bar/progress-bar.component.d.ts +1 -0
- app-ng-runtime/components/basic/search/bundles/index.umd.js +31 -38
- app-ng-runtime/components/basic/search/esm2022/search.component.mjs +31 -35
- app-ng-runtime/components/basic/search/esm2022/search.props.mjs +2 -5
- app-ng-runtime/components/basic/search/fesm2022/index.mjs +31 -38
- app-ng-runtime/components/basic/search/fesm2022/index.mjs.map +1 -1
- app-ng-runtime/components/basic/search/search.component.d.ts +3 -5
- app-ng-runtime/components/containers/accordion/accordion-pane/accordion-pane.component.d.ts +1 -0
- app-ng-runtime/components/containers/accordion/bundles/index.umd.js +15 -9
- app-ng-runtime/components/containers/accordion/esm2022/accordion-pane/accordion-pane.component.mjs +13 -10
- app-ng-runtime/components/containers/accordion/esm2022/accordion.directive.mjs +4 -1
- app-ng-runtime/components/containers/accordion/fesm2022/index.mjs +15 -9
- app-ng-runtime/components/containers/accordion/fesm2022/index.mjs.map +1 -1
- app-ng-runtime/components/containers/tabs/bundles/index.umd.js +6 -14
- app-ng-runtime/components/containers/tabs/esm2022/tabs.component.mjs +7 -14
- app-ng-runtime/components/containers/tabs/esm2022/tabs.props.mjs +2 -3
- app-ng-runtime/components/containers/tabs/fesm2022/index.mjs +6 -14
- app-ng-runtime/components/containers/tabs/fesm2022/index.mjs.map +1 -1
- app-ng-runtime/components/containers/tabs/tabs.component.d.ts +0 -1
- app-ng-runtime/components/containers/wizard/bundles/index.umd.js +6 -6
- app-ng-runtime/components/containers/wizard/esm2022/wizard.component.mjs +7 -7
- app-ng-runtime/components/containers/wizard/fesm2022/index.mjs +6 -6
- app-ng-runtime/components/containers/wizard/fesm2022/index.mjs.map +1 -1
- app-ng-runtime/components/data/form/bundles/index.umd.js +11 -23
- app-ng-runtime/components/data/form/esm2022/form-field/form-field.directive.mjs +12 -24
- app-ng-runtime/components/data/form/fesm2022/index.mjs +11 -23
- app-ng-runtime/components/data/form/fesm2022/index.mjs.map +1 -1
- app-ng-runtime/components/data/form/form-field/form-field.directive.d.ts +0 -1
- app-ng-runtime/components/data/list/bundles/index.umd.js +12 -12
- app-ng-runtime/components/data/list/esm2022/list.component.mjs +13 -13
- app-ng-runtime/components/data/list/fesm2022/index.mjs +12 -12
- app-ng-runtime/components/data/list/fesm2022/index.mjs.map +1 -1
- app-ng-runtime/components/data/table/bundles/index.umd.js +1 -1
- app-ng-runtime/components/data/table/esm2022/table-row/table-row.props.mjs +2 -2
- app-ng-runtime/components/data/table/fesm2022/index.mjs +1 -1
- app-ng-runtime/components/data/table/fesm2022/index.mjs.map +1 -1
- app-ng-runtime/components/dialogs/default/base-dialog.d.ts +0 -2
- app-ng-runtime/components/dialogs/default/bundles/index.umd.js +6 -17
- app-ng-runtime/components/dialogs/default/esm2022/base-dialog.mjs +1 -1
- app-ng-runtime/components/dialogs/default/esm2022/dialog-body/dialog-body.directive.mjs +2 -14
- app-ng-runtime/components/dialogs/default/esm2022/dialog-header/dialog-header.component.mjs +7 -6
- app-ng-runtime/components/dialogs/default/fesm2022/index.mjs +7 -18
- app-ng-runtime/components/dialogs/default/fesm2022/index.mjs.map +1 -1
- app-ng-runtime/components/dialogs/design-dialog/bundles/index.umd.js +3 -21
- app-ng-runtime/components/dialogs/design-dialog/dialog.component.d.ts +2 -3
- app-ng-runtime/components/dialogs/design-dialog/esm2022/dialog.component.mjs +4 -22
- app-ng-runtime/components/dialogs/design-dialog/fesm2022/index.mjs +3 -21
- app-ng-runtime/components/dialogs/design-dialog/fesm2022/index.mjs.map +1 -1
- app-ng-runtime/components/input/chips/bundles/index.umd.js +6 -3
- app-ng-runtime/components/input/chips/esm2022/chips.component.mjs +7 -4
- app-ng-runtime/components/input/chips/fesm2022/index.mjs +6 -3
- app-ng-runtime/components/input/chips/fesm2022/index.mjs.map +1 -1
- app-ng-runtime/components/input/default/base-form-custom.component.d.ts +1 -2
- app-ng-runtime/components/input/default/bundles/index.umd.js +62 -107
- app-ng-runtime/components/input/default/checkboxset/checkboxset.component.d.ts +0 -1
- app-ng-runtime/components/input/default/dataset-aware-form.component.d.ts +2 -2
- app-ng-runtime/components/input/default/esm2022/base-form-custom.component.mjs +1 -6
- app-ng-runtime/components/input/default/esm2022/checkboxset/checkboxset.component.mjs +5 -10
- app-ng-runtime/components/input/default/esm2022/dataset-aware-form.component.mjs +5 -5
- app-ng-runtime/components/input/default/esm2022/radioset/radioset.component.mjs +5 -10
- app-ng-runtime/components/input/default/esm2022/switch/switch.component.mjs +38 -64
- app-ng-runtime/components/input/default/esm2022/switch/switch.props.mjs +1 -2
- app-ng-runtime/components/input/default/esm2022/text/base/base-input.mjs +1 -4
- app-ng-runtime/components/input/default/fesm2022/index.mjs +62 -107
- app-ng-runtime/components/input/default/fesm2022/index.mjs.map +1 -1
- app-ng-runtime/components/input/default/radioset/radioset.component.d.ts +0 -1
- app-ng-runtime/components/input/default/switch/switch.component.d.ts +0 -2
- app-ng-runtime/components/input/epoch/base-date-time.component.d.ts +2 -1
- app-ng-runtime/components/input/epoch/bundles/index.umd.js +18 -14
- app-ng-runtime/components/input/epoch/esm2022/base-date-time.component.mjs +10 -6
- app-ng-runtime/components/input/epoch/esm2022/date/date.component.mjs +4 -4
- app-ng-runtime/components/input/epoch/esm2022/date-time/date-time.component.mjs +4 -4
- app-ng-runtime/components/input/epoch/fesm2022/index.mjs +15 -11
- app-ng-runtime/components/input/epoch/fesm2022/index.mjs.map +1 -1
- app-ng-runtime/components/input/file-upload/bundles/index.umd.js +80 -64
- app-ng-runtime/components/input/file-upload/esm2022/file-upload.component.mjs +80 -65
- app-ng-runtime/components/input/file-upload/esm2022/file-upload.props.mjs +3 -2
- app-ng-runtime/components/input/file-upload/fesm2022/index.mjs +81 -65
- app-ng-runtime/components/input/file-upload/fesm2022/index.mjs.map +1 -1
- app-ng-runtime/components/input/file-upload/file-upload.component.d.ts +7 -2
- app-ng-runtime/components/input/rating/bundles/index.umd.js +35 -26
- app-ng-runtime/components/input/rating/esm2022/rating.component.mjs +37 -26
- app-ng-runtime/components/input/rating/esm2022/rating.props.mjs +1 -3
- app-ng-runtime/components/input/rating/fesm2022/index.mjs +36 -27
- app-ng-runtime/components/input/rating/fesm2022/index.mjs.map +1 -1
- app-ng-runtime/components/input/rating/rating.component.d.ts +1 -3
- app-ng-runtime/components/navigation/breadcrumb/bundles/index.umd.js +6 -6
- app-ng-runtime/components/navigation/breadcrumb/esm2022/breadcrumb.component.mjs +7 -7
- app-ng-runtime/components/navigation/breadcrumb/fesm2022/index.mjs +6 -6
- app-ng-runtime/components/navigation/breadcrumb/fesm2022/index.mjs.map +1 -1
- app-ng-runtime/components/page/left-panel/bundles/index.umd.js +2 -6
- app-ng-runtime/components/page/left-panel/esm2022/left-panel.directive.mjs +5 -9
- app-ng-runtime/components/page/left-panel/fesm2022/index.mjs +4 -8
- app-ng-runtime/components/page/left-panel/fesm2022/index.mjs.map +1 -1
- app-ng-runtime/components/page/left-panel/left-panel.directive.d.ts +2 -2
- app-ng-runtime/components/page/right-panel/bundles/index.umd.js +2 -6
- app-ng-runtime/components/page/right-panel/esm2022/right-panel.directive.mjs +5 -9
- app-ng-runtime/components/page/right-panel/fesm2022/index.mjs +4 -8
- app-ng-runtime/components/page/right-panel/fesm2022/index.mjs.map +1 -1
- app-ng-runtime/components/page/right-panel/right-panel.directive.d.ts +2 -2
- app-ng-runtime/core/bundles/index.umd.js +0 -23
- app-ng-runtime/core/enums/enums.d.ts +0 -1
- app-ng-runtime/core/esm2022/enums/enums.mjs +1 -2
- app-ng-runtime/core/esm2022/public_api.mjs +2 -2
- app-ng-runtime/core/esm2022/types/types.mjs +1 -4
- app-ng-runtime/core/esm2022/utils/build-utils.mjs +1 -6
- app-ng-runtime/core/esm2022/utils/utils.mjs +1 -10
- app-ng-runtime/core/fesm2022/index.mjs +1 -21
- app-ng-runtime/core/fesm2022/index.mjs.map +1 -1
- app-ng-runtime/core/public_api.d.ts +1 -1
- app-ng-runtime/core/types/types.d.ts +1 -5
- app-ng-runtime/core/utils/utils.d.ts +0 -2
- app-ng-runtime/locales/moment-timezone/moment-timezone-with-data.js +37 -37
- app-ng-runtime/package.json +1 -1
- app-ng-runtime/runtime/base/bundles/index.umd.js +4 -304
- app-ng-runtime/runtime/base/esm2022/public_api.mjs +1 -2
- app-ng-runtime/runtime/base/esm2022/runtime-base.module.mjs +1 -6
- app-ng-runtime/runtime/base/esm2022/types/types.mjs +1 -4
- app-ng-runtime/runtime/base/fesm2022/index.mjs +3 -302
- app-ng-runtime/runtime/base/fesm2022/index.mjs.map +1 -1
- app-ng-runtime/runtime/base/public_api.d.ts +0 -1
- app-ng-runtime/runtime/base/runtime-base.module.d.ts +8 -9
- app-ng-runtime/runtime/base/services/i18n.service.d.ts +1 -1
- app-ng-runtime/runtime/base/types/types.d.ts +1 -5
- app-ng-runtime/runtime/dynamic/bundles/index.umd.js +13 -49
- app-ng-runtime/runtime/dynamic/esm2022/app/app.module.mjs +3 -8
- app-ng-runtime/runtime/dynamic/esm2022/app/services/component-ref-provider.service.mjs +7 -23
- app-ng-runtime/runtime/dynamic/fesm2022/index.mjs +11 -50
- app-ng-runtime/runtime/dynamic/fesm2022/index.mjs.map +1 -1
- app-ng-runtime/scripts/datatable/datatable.js +23 -30
- app-ng-runtime/transpiler/bundles/index.umd.js +0 -5
- app-ng-runtime/transpiler/esm2022/build.mjs +1 -4
- app-ng-runtime/transpiler/esm2022/imports.mjs +1 -3
- app-ng-runtime/transpiler/fesm2022/index.mjs +0 -5
- app-ng-runtime/transpiler/fesm2022/index.mjs.map +1 -1
- app-ng-runtime/variables/bundles/index.umd.js +34 -16
- app-ng-runtime/variables/esm2022/manager/variable/web-socket-variable.manager.mjs +35 -17
- app-ng-runtime/variables/fesm2022/index.mjs +34 -16
- app-ng-runtime/variables/fesm2022/index.mjs.map +1 -1
- app-ng-runtime/variables/manager/variable/web-socket-variable.manager.d.ts +0 -4
- app-ng-runtime/build-task/advanced/custom-widget-container/custom-widget-container.build.d.ts +0 -2
- app-ng-runtime/build-task/advanced/custom-widget-wrapper/custom-widget-wrapper.build.d.ts +0 -2
- app-ng-runtime/build-task/esm2022/advanced/custom-widget-container/custom-widget-container.build.mjs +0 -15
- app-ng-runtime/build-task/esm2022/advanced/custom-widget-wrapper/custom-widget-wrapper.build.mjs +0 -26
- app-ng-runtime/components/advanced/custom/.npmignore +0 -2
- app-ng-runtime/components/advanced/custom/bundles/index.umd.js +0 -272
- app-ng-runtime/components/advanced/custom/custom-widget-container/custom-widget-container.directive.d.ts +0 -26
- app-ng-runtime/components/advanced/custom/custom-widget-container/custom-widget.props.d.ts +0 -2
- app-ng-runtime/components/advanced/custom/custom-widget-prop.d.ts +0 -1
- app-ng-runtime/components/advanced/custom/custom-widget.directive.d.ts +0 -19
- app-ng-runtime/components/advanced/custom/custom-widget.module.d.ts +0 -10
- app-ng-runtime/components/advanced/custom/esm2022/custom-widget-container/custom-widget-container.directive.mjs +0 -145
- app-ng-runtime/components/advanced/custom/esm2022/custom-widget-container/custom-widget.props.mjs +0 -12
- app-ng-runtime/components/advanced/custom/esm2022/custom-widget-prop.mjs +0 -8
- app-ng-runtime/components/advanced/custom/esm2022/custom-widget.directive.mjs +0 -68
- app-ng-runtime/components/advanced/custom/esm2022/custom-widget.module.mjs +0 -32
- app-ng-runtime/components/advanced/custom/esm2022/index.mjs +0 -5
- app-ng-runtime/components/advanced/custom/esm2022/public_api.mjs +0 -4
- app-ng-runtime/components/advanced/custom/fesm2022/index.mjs +0 -258
- app-ng-runtime/components/advanced/custom/fesm2022/index.mjs.map +0 -1
- app-ng-runtime/components/advanced/custom/index.d.ts +0 -5
- app-ng-runtime/components/advanced/custom/package.json +0 -23
- app-ng-runtime/components/advanced/custom/public_api.d.ts +0 -3
- app-ng-runtime/components/base/esm2022/widgets/common/base/custom-widget-container.directive.mjs +0 -39
- app-ng-runtime/components/base/widgets/common/base/custom-widget-container.directive.d.ts +0 -14
- app-ng-runtime/runtime/base/components/base-custom-widget.component.d.ts +0 -75
- app-ng-runtime/runtime/base/esm2022/components/base-custom-widget.component.mjs +0 -303
- app-ng-runtime/runtime/dynamic/app/services/customwidget-config-provider.service.d.ts +0 -8
- app-ng-runtime/runtime/dynamic/esm2022/app/services/customwidget-config-provider.service.mjs +0 -22
app-ng-runtime/package.json
CHANGED
|
@@ -1,8 +1,8 @@
|
|
|
1
1
|
(function (global, factory) {
|
|
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/
|
|
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/
|
|
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.
|
|
5
|
-
})(this, (function (exports, i0, i1$1, i1$2, i1, i2, i4, lodashEs, page, rxjs, i3, tslib,
|
|
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/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'), 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('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
|
+
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/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', '@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', '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
|
+
(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.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, 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.timepicker, global.dropdown, global.pagination, global.typeahead, global.progressbar, global.carousel, global.popover, global.ngCircleProgress, global.tooltip));
|
|
5
|
+
})(this, (function (exports, i0, i1$1, i1$2, i1, i2, i4, lodashEs, page, rxjs, i3, tslib, 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, input, 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, 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);
|
|
@@ -44,7 +44,6 @@
|
|
|
44
44
|
ComponentType[ComponentType["PAGE"] = 0] = "PAGE";
|
|
45
45
|
ComponentType[ComponentType["PREFAB"] = 1] = "PREFAB";
|
|
46
46
|
ComponentType[ComponentType["PARTIAL"] = 2] = "PARTIAL";
|
|
47
|
-
ComponentType[ComponentType["WIDGET"] = 3] = "WIDGET";
|
|
48
47
|
})(exports.ComponentType || (exports.ComponentType = {}));
|
|
49
48
|
class ComponentRefProvider {
|
|
50
49
|
clearComponentFactoryRefCache() { }
|
|
@@ -52,8 +51,6 @@
|
|
|
52
51
|
}
|
|
53
52
|
class PrefabConfigProvider {
|
|
54
53
|
}
|
|
55
|
-
class CustomwidgetConfigProvider {
|
|
56
|
-
}
|
|
57
54
|
class AppJSProvider {
|
|
58
55
|
}
|
|
59
56
|
class AppVariablesProvider {
|
|
@@ -1386,297 +1383,6 @@
|
|
|
1386
1383
|
args: ['window:beforeunload']
|
|
1387
1384
|
}] }); })();
|
|
1388
1385
|
|
|
1389
|
-
// export const commonPartialWidgets = {};
|
|
1390
|
-
class BaseCustomWidgetComponent extends FragmentMonitor {
|
|
1391
|
-
constructor() {
|
|
1392
|
-
super(...arguments);
|
|
1393
|
-
this.BaseWidget = {};
|
|
1394
|
-
this.compileContent = false;
|
|
1395
|
-
this.destroy$ = new rxjs.Subject();
|
|
1396
|
-
this.viewInit$ = new rxjs.Subject();
|
|
1397
|
-
this.invokeEvent = (eventName) => {
|
|
1398
|
-
this.events[eventName]();
|
|
1399
|
-
};
|
|
1400
|
-
}
|
|
1401
|
-
getContainerWidgetInjector() {
|
|
1402
|
-
return this.containerWidget.inj || this.containerWidget.injector;
|
|
1403
|
-
}
|
|
1404
|
-
init() {
|
|
1405
|
-
let resolveFn;
|
|
1406
|
-
const promise = new Promise((res) => resolveFn = res);
|
|
1407
|
-
this.App = this.injector ? this.injector.get(i1.App) : i0.inject(i1.App);
|
|
1408
|
-
//making the code compatible in both the JIT and AOT modes
|
|
1409
|
-
this.containerWidget = this.injector ? this.injector.get(i3.WidgetRef) : i0.inject(i3.WidgetRef);
|
|
1410
|
-
this.i18nService = this.injector ? this.injector.get(i1.AbstractI18nService) : i0.inject(i1.AbstractI18nService);
|
|
1411
|
-
this.scriptLoaderService = this.injector ? this.injector.get(i1.ScriptLoaderService) : i0.inject(i1.ScriptLoaderService);
|
|
1412
|
-
this.Viewport = this.injector ? this.injector.get(i1.Viewport) : i0.inject(i1.Viewport);
|
|
1413
|
-
this.customwidgetConfigProvider = this.injector ? this.injector.get(CustomwidgetConfigProvider) : i0.inject(CustomwidgetConfigProvider);
|
|
1414
|
-
// this.viewContainerRef = this.getContainerWidgetInjector().get(ViewContainerRef);
|
|
1415
|
-
// Replacing this.getContainerWidgetInjector().view.component as viewParent
|
|
1416
|
-
// this.viewParent = (this.viewContainerRef as any).parentInjector._lView[8];
|
|
1417
|
-
this.viewParent = this.containerWidget.viewParent;
|
|
1418
|
-
if (this.viewParent.registerFragment) {
|
|
1419
|
-
this.viewParent.registerFragment();
|
|
1420
|
-
}
|
|
1421
|
-
// register functions for binding evaluation
|
|
1422
|
-
this.registerExpressions();
|
|
1423
|
-
this.initUserScript();
|
|
1424
|
-
this.registerPropsInContainerWidget(resolveFn);
|
|
1425
|
-
// Using promise to make sure the props are registered in the container widget before registering events, Otherwise no events will be registered
|
|
1426
|
-
promise.then(() => this.registerEvents());
|
|
1427
|
-
this.registerWidgets();
|
|
1428
|
-
this.initVariables();
|
|
1429
|
-
this.activePageName = this.App.activePageName; // Todo: remove this
|
|
1430
|
-
this.registerProps();
|
|
1431
|
-
this.defineI18nProps();
|
|
1432
|
-
this.viewInit$.subscribe(i1.noop, i1.noop, () => {
|
|
1433
|
-
this.props = this.containerWidget.props;
|
|
1434
|
-
});
|
|
1435
|
-
if (this.spa) {
|
|
1436
|
-
this.pageDirective = this.injector ? this.injector.get(page.SpaPageDirective) : i0.inject(page.SpaPageDirective);
|
|
1437
|
-
}
|
|
1438
|
-
else {
|
|
1439
|
-
this.pageDirective = this.injector ? this.injector.get(page.PageDirective) : i0.inject(page.PageDirective);
|
|
1440
|
-
}
|
|
1441
|
-
if (this.pageDirective) {
|
|
1442
|
-
this.registerDestroyListener(this.pageDirective.subscribe('attach', data => this.ngOnAttach(data.refreshData)));
|
|
1443
|
-
this.registerDestroyListener(this.pageDirective.subscribe('detach', () => this.ngOnDetach()));
|
|
1444
|
-
}
|
|
1445
|
-
super.init();
|
|
1446
|
-
}
|
|
1447
|
-
registerWidgets() {
|
|
1448
|
-
// common partial widgets should be accessible from page
|
|
1449
|
-
this.Widgets = Object.create(commonPartialWidgets);
|
|
1450
|
-
// expose current page widgets on app
|
|
1451
|
-
this.App.Widgets = Object.create(this.Widgets);
|
|
1452
|
-
}
|
|
1453
|
-
initializeComponentData(children) {
|
|
1454
|
-
Array.from(children).forEach((child) => {
|
|
1455
|
-
if (!child.hasAttribute('wmcustomwidget'))
|
|
1456
|
-
this.initializeComponentData(child.children);
|
|
1457
|
-
else {
|
|
1458
|
-
const asAttr = child.getAttribute('as') || '';
|
|
1459
|
-
if (!asAttr) {
|
|
1460
|
-
return;
|
|
1461
|
-
}
|
|
1462
|
-
let baseWidget, splitArr = asAttr.split('-'), modifiedArr = [];
|
|
1463
|
-
modifiedArr = splitArr.map((item) => {
|
|
1464
|
-
item = item !== 'wm' ? lodashEs.capitalize(item) : item;
|
|
1465
|
-
return item;
|
|
1466
|
-
});
|
|
1467
|
-
baseWidget = modifiedArr.join('');
|
|
1468
|
-
switch (baseWidget) {
|
|
1469
|
-
case 'wmCheckboxset':
|
|
1470
|
-
this[baseWidget] = new input.CheckboxsetComponent(this.injector, undefined);
|
|
1471
|
-
this[baseWidget]["_select"] = (item, $event) => {
|
|
1472
|
-
const keys = [];
|
|
1473
|
-
lodashEs.forEach(this[baseWidget].datasetItems, (datasetItem) => {
|
|
1474
|
-
if (datasetItem.key === item.key)
|
|
1475
|
-
datasetItem.selected = !datasetItem.selected;
|
|
1476
|
-
if (datasetItem.selected)
|
|
1477
|
-
keys.push(datasetItem.key);
|
|
1478
|
-
});
|
|
1479
|
-
this[baseWidget].triggerInvokeOnChange(keys, $event);
|
|
1480
|
-
};
|
|
1481
|
-
break;
|
|
1482
|
-
case 'wmRadioset':
|
|
1483
|
-
this[baseWidget] = new input.RadiosetComponent(this.injector, undefined);
|
|
1484
|
-
this[baseWidget]["_select"] = (item, $event) => {
|
|
1485
|
-
this[baseWidget].triggerInvokeOnChange(item.key, $event);
|
|
1486
|
-
};
|
|
1487
|
-
break;
|
|
1488
|
-
}
|
|
1489
|
-
for (let [key, value] of this.containerWidget.$attrs) {
|
|
1490
|
-
if (key.startsWith('base-')) {
|
|
1491
|
-
let modifiedKey = key.replace('base-', '');
|
|
1492
|
-
this[baseWidget][modifiedKey] = value;
|
|
1493
|
-
if (modifiedKey === 'datavalue' && this.containerWidget.formControl)
|
|
1494
|
-
this.containerWidget.updateDataValue(value);
|
|
1495
|
-
}
|
|
1496
|
-
}
|
|
1497
|
-
this[baseWidget].initDatasetItems();
|
|
1498
|
-
this.containerWidget[baseWidget] = this[baseWidget];
|
|
1499
|
-
}
|
|
1500
|
-
});
|
|
1501
|
-
}
|
|
1502
|
-
registerBaseWidget() {
|
|
1503
|
-
this.initializeComponentData(this.containerWidget.nativeElement.children);
|
|
1504
|
-
}
|
|
1505
|
-
registerEvents() {
|
|
1506
|
-
this.events = {};
|
|
1507
|
-
this.containerWidget.eventHandlers.forEach((callback, key) => {
|
|
1508
|
-
this.events[key] = (...args) => {
|
|
1509
|
-
this.containerWidget.invokeEventCallback(key, { $event: args[0], $data: args[1] });
|
|
1510
|
-
};
|
|
1511
|
-
});
|
|
1512
|
-
}
|
|
1513
|
-
registerDestroyListener(fn) {
|
|
1514
|
-
this.destroy$.subscribe(i1.noop, i1.noop, () => fn());
|
|
1515
|
-
}
|
|
1516
|
-
registerChangeListeners() {
|
|
1517
|
-
this.containerWidget.registerPropertyChangeListener(this.onPropertyChange);
|
|
1518
|
-
this.containerWidget.registerStyleChangeListener(this.onPropertyChange);
|
|
1519
|
-
}
|
|
1520
|
-
get datavalue() {
|
|
1521
|
-
if (this['getDatavalue'])
|
|
1522
|
-
return this['getDatavalue']();
|
|
1523
|
-
}
|
|
1524
|
-
set datavalue(value) {
|
|
1525
|
-
this.datavalue = value;
|
|
1526
|
-
}
|
|
1527
|
-
initUserScript() {
|
|
1528
|
-
try {
|
|
1529
|
-
// partials inside prefab should have access to Prefab properties and events
|
|
1530
|
-
if (this.viewParent.prefabName) {
|
|
1531
|
-
// for partial within partial within prefabs, just assign the parent partial's prefab object
|
|
1532
|
-
if (this.viewParent.Prefab) {
|
|
1533
|
-
this.Prefab = this.viewParent.Prefab;
|
|
1534
|
-
}
|
|
1535
|
-
else {
|
|
1536
|
-
this.Prefab = this.viewParent;
|
|
1537
|
-
}
|
|
1538
|
-
}
|
|
1539
|
-
this.evalUserScript(this, this.App, this.injector ? this.injector.get(i1.UtilsService) : i0.inject(i1.UtilsService));
|
|
1540
|
-
}
|
|
1541
|
-
catch (e) {
|
|
1542
|
-
console.error(`Error in evaluating partial (${this.customWidgetName}) script\n`, e);
|
|
1543
|
-
}
|
|
1544
|
-
}
|
|
1545
|
-
initVariables() {
|
|
1546
|
-
const variablesService = this.injector ? this.injector.get(i4.VariablesService) : i0.inject(i4.VariablesService);
|
|
1547
|
-
// get variables and actions instances for the page
|
|
1548
|
-
const variableCollection = variablesService.register(this.customWidgetName, this.getVariables(), this);
|
|
1549
|
-
// create namespace for Variables nad Actions on page/partial, which inherits the Variables and Actions from App instance
|
|
1550
|
-
this.Variables = Object.create(this.App.Variables);
|
|
1551
|
-
this.Actions = Object.create(this.App.Actions);
|
|
1552
|
-
this.containerWidget.Variables = this.Variables;
|
|
1553
|
-
this.containerWidget.Actions = this.Actions;
|
|
1554
|
-
// assign all the page variables to the pageInstance
|
|
1555
|
-
Object.entries(variableCollection.Variables).forEach(([name, variable]) => this.Variables[name] = variable);
|
|
1556
|
-
Object.entries(variableCollection.Actions).forEach(([name, action]) => this.Actions[name] = action);
|
|
1557
|
-
this.viewInit$.subscribe(i1.noop, i1.noop, () => {
|
|
1558
|
-
// TEMP: triggering watchers so variables watching over params are updated
|
|
1559
|
-
i1.$invokeWatchers(true, true);
|
|
1560
|
-
variableCollection.callback(variableCollection.Variables).catch(i1.noop);
|
|
1561
|
-
variableCollection.callback(variableCollection.Actions);
|
|
1562
|
-
});
|
|
1563
|
-
}
|
|
1564
|
-
/**
|
|
1565
|
-
* function to register bind expressions generated in this partial instance
|
|
1566
|
-
* getExpressions function is defined in the generated page.comp.ts file
|
|
1567
|
-
* @param expressions, map of bind expression vs generated function
|
|
1568
|
-
*/
|
|
1569
|
-
registerExpressions() {
|
|
1570
|
-
// const expressions = this.getExpressions();
|
|
1571
|
-
// _.each(expressions, (fn, expr)=>{
|
|
1572
|
-
// registerFnByExpr(expr, fn[0], fn[1]);
|
|
1573
|
-
// });
|
|
1574
|
-
}
|
|
1575
|
-
registerProps() {
|
|
1576
|
-
this.props = this.containerWidget.props;
|
|
1577
|
-
}
|
|
1578
|
-
defineI18nProps() {
|
|
1579
|
-
this.appLocale = this.i18nService.getAppLocale();
|
|
1580
|
-
}
|
|
1581
|
-
invokeOnReady() {
|
|
1582
|
-
let params;
|
|
1583
|
-
if (this.containerWidget.userComponentParams) {
|
|
1584
|
-
params = this.containerWidget.userComponentParams;
|
|
1585
|
-
}
|
|
1586
|
-
this.onReady(params);
|
|
1587
|
-
if (this.viewParent.resolveFragment) {
|
|
1588
|
-
this.viewParent.resolveFragment();
|
|
1589
|
-
}
|
|
1590
|
-
}
|
|
1591
|
-
loadScripts() {
|
|
1592
|
-
// return new Promise<void>((resolve) => {
|
|
1593
|
-
// const scriptsRequired = this.partialDirective.$element.attr('scripts-to-load');
|
|
1594
|
-
// if (scriptsRequired) {
|
|
1595
|
-
// this.scriptLoaderService
|
|
1596
|
-
// .load(...scriptsRequired.split(','))
|
|
1597
|
-
// .then(resolve);
|
|
1598
|
-
// } else {
|
|
1599
|
-
// resolve();
|
|
1600
|
-
// }
|
|
1601
|
-
// });
|
|
1602
|
-
}
|
|
1603
|
-
registerPropsInContainerWidget(resolveFn) {
|
|
1604
|
-
this.customwidgetConfigProvider.getConfig(this.customWidgetName).then((config) => {
|
|
1605
|
-
if (config) {
|
|
1606
|
-
Object.entries((config.properties || {})).forEach(([key, prop]) => {
|
|
1607
|
-
let expr;
|
|
1608
|
-
const value = _.trim(prop.value);
|
|
1609
|
-
if (_.startsWith(value, 'bind:')) {
|
|
1610
|
-
expr = value.replace('bind:', '');
|
|
1611
|
-
}
|
|
1612
|
-
Object.defineProperty(this, key, {
|
|
1613
|
-
get: () => this.containerWidget[key],
|
|
1614
|
-
set: nv => this.containerWidget.widget[key] = nv
|
|
1615
|
-
});
|
|
1616
|
-
if (expr) {
|
|
1617
|
-
//[Todo-CSP]: expr will be generated with prefab.comp.expr.ts
|
|
1618
|
-
this.registerDestroyListener(i1.$watch(expr, this, {}, nv => this.containerWidget.widget[key] = nv));
|
|
1619
|
-
}
|
|
1620
|
-
});
|
|
1621
|
-
}
|
|
1622
|
-
this.containerWidget.setProps(config, resolveFn);
|
|
1623
|
-
// Reassigning the proxy handler for prefab inbound properties as we
|
|
1624
|
-
// will get them only after the prefab config call.
|
|
1625
|
-
if (i1.isIE()) {
|
|
1626
|
-
this.containerWidget.widget = this.containerWidget.createProxy();
|
|
1627
|
-
}
|
|
1628
|
-
});
|
|
1629
|
-
}
|
|
1630
|
-
mute() {
|
|
1631
|
-
const m = o => { o && o.mute && o.mute(); };
|
|
1632
|
-
_.each(this.Widgets, m);
|
|
1633
|
-
_.each(this.Variables, m);
|
|
1634
|
-
_.each(this.Actions, m);
|
|
1635
|
-
}
|
|
1636
|
-
unmute() {
|
|
1637
|
-
const um = o => { o && o.unmute && o.unmute(); };
|
|
1638
|
-
_.each(this.Widgets, um);
|
|
1639
|
-
_.each(this.Variables, um);
|
|
1640
|
-
_.each(this.Actions, um);
|
|
1641
|
-
}
|
|
1642
|
-
// ngOnInit() {
|
|
1643
|
-
// this.init();
|
|
1644
|
-
// }
|
|
1645
|
-
ngAfterViewInit() {
|
|
1646
|
-
this.registerChangeListeners();
|
|
1647
|
-
this.registerBaseWidget();
|
|
1648
|
-
setTimeout(() => {
|
|
1649
|
-
this.viewInit$.complete();
|
|
1650
|
-
this.fragmentsLoaded$.subscribe(i1.noop, i1.noop, () => this.invokeOnReady());
|
|
1651
|
-
}, 100);
|
|
1652
|
-
}
|
|
1653
|
-
ngOnDestroy() {
|
|
1654
|
-
this.destroy$.complete();
|
|
1655
|
-
}
|
|
1656
|
-
ngOnAttach(refreshData) {
|
|
1657
|
-
this.unmute();
|
|
1658
|
-
if (refreshData) {
|
|
1659
|
-
const refresh = v => { v && v.startUpdate && v.invoke && v.invoke(); };
|
|
1660
|
-
_.each(this.Variables, refresh);
|
|
1661
|
-
_.each(this.Actions, refresh);
|
|
1662
|
-
}
|
|
1663
|
-
_.each(this.Widgets, w => w && w.ngOnAttach && w.ngOnAttach());
|
|
1664
|
-
}
|
|
1665
|
-
ngOnDetach() {
|
|
1666
|
-
this.mute();
|
|
1667
|
-
_.each(this.Widgets, w => w && w.ngOnDetach && w.ngOnDetach());
|
|
1668
|
-
}
|
|
1669
|
-
// user overrides this
|
|
1670
|
-
onPropertyChange() { }
|
|
1671
|
-
onReady(params) {
|
|
1672
|
-
}
|
|
1673
|
-
static { this.ɵfac = /*@__PURE__*/ (() => { let ɵBaseCustomWidgetComponent_BaseFactory; return function BaseCustomWidgetComponent_Factory(t) { return (ɵBaseCustomWidgetComponent_BaseFactory || (ɵBaseCustomWidgetComponent_BaseFactory = i0__namespace.ɵɵgetInheritedFactory(BaseCustomWidgetComponent)))(t || BaseCustomWidgetComponent); }; })(); }
|
|
1674
|
-
static { this.ɵdir = /*@__PURE__*/ i0__namespace.ɵɵdefineDirective({ type: BaseCustomWidgetComponent, features: [i0__namespace.ɵɵInheritDefinitionFeature] }); }
|
|
1675
|
-
}
|
|
1676
|
-
(() => { (typeof ngDevMode === "undefined" || ngDevMode) && i0__namespace.ɵsetClassMetadata(BaseCustomWidgetComponent, [{
|
|
1677
|
-
type: i0.Directive
|
|
1678
|
-
}], null, null); })();
|
|
1679
|
-
|
|
1680
1386
|
class BasePrefabComponent extends FragmentMonitor {
|
|
1681
1387
|
constructor() {
|
|
1682
1388
|
super(...arguments);
|
|
@@ -4959,7 +4665,6 @@
|
|
|
4959
4665
|
carousel$1.CarouselModule,
|
|
4960
4666
|
login.LoginModule,
|
|
4961
4667
|
marquee.MarqueeModule,
|
|
4962
|
-
custom.CustomModule,
|
|
4963
4668
|
page.PageModule,
|
|
4964
4669
|
footer.FooterModule,
|
|
4965
4670
|
header.HeaderModule,
|
|
@@ -5154,7 +4859,6 @@
|
|
|
5154
4859
|
carousel$1.CarouselModule,
|
|
5155
4860
|
login.LoginModule,
|
|
5156
4861
|
marquee.MarqueeModule,
|
|
5157
|
-
custom.CustomModule,
|
|
5158
4862
|
page.PageModule,
|
|
5159
4863
|
footer.FooterModule,
|
|
5160
4864
|
header.HeaderModule,
|
|
@@ -5285,7 +4989,6 @@
|
|
|
5285
4989
|
carousel$1.CarouselModule,
|
|
5286
4990
|
login.LoginModule,
|
|
5287
4991
|
marquee.MarqueeModule,
|
|
5288
|
-
custom.CustomModule,
|
|
5289
4992
|
page.PageModule,
|
|
5290
4993
|
footer.FooterModule,
|
|
5291
4994
|
header.HeaderModule,
|
|
@@ -5370,7 +5073,6 @@
|
|
|
5370
5073
|
carousel$1.CarouselModule,
|
|
5371
5074
|
login.LoginModule,
|
|
5372
5075
|
marquee.MarqueeModule,
|
|
5373
|
-
custom.CustomModule,
|
|
5374
5076
|
page.PageModule,
|
|
5375
5077
|
footer.FooterModule,
|
|
5376
5078
|
header.HeaderModule,
|
|
@@ -5468,7 +5170,6 @@
|
|
|
5468
5170
|
exports.AppVariablesProvider = AppVariablesProvider;
|
|
5469
5171
|
exports.AppVariablesResolve = AppVariablesResolve;
|
|
5470
5172
|
exports.AuthGuard = AuthGuard;
|
|
5471
|
-
exports.BaseCustomWidgetComponent = BaseCustomWidgetComponent;
|
|
5472
5173
|
exports.BaseLayoutComponent = BaseLayoutComponent;
|
|
5473
5174
|
exports.BasePageComponent = BasePageComponent;
|
|
5474
5175
|
exports.BasePartialComponent = BasePartialComponent;
|
|
@@ -5479,7 +5180,6 @@
|
|
|
5479
5180
|
exports.CanDeactivatePageGuard = CanDeactivatePageGuard;
|
|
5480
5181
|
exports.ComponentRefProvider = ComponentRefProvider;
|
|
5481
5182
|
exports.CustomToasterComponent = CustomToasterComponent;
|
|
5482
|
-
exports.CustomwidgetConfigProvider = CustomwidgetConfigProvider;
|
|
5483
5183
|
exports.DynamicComponentRefProviderService = DynamicComponentRefProviderService;
|
|
5484
5184
|
exports.EmptyPageComponent = EmptyPageComponent;
|
|
5485
5185
|
exports.FragmentMonitor = FragmentMonitor;
|
|
@@ -3,7 +3,6 @@ export * from './services/app.manager.service';
|
|
|
3
3
|
export * from './services/prefab-manager.service';
|
|
4
4
|
export * from './components/base-page.component';
|
|
5
5
|
export * from './components/base-partial.component';
|
|
6
|
-
export * from './components/base-custom-widget.component';
|
|
7
6
|
export * from './components/base-prefab.component';
|
|
8
7
|
export * from './components/base-layout.component';
|
|
9
8
|
export * from './components/base-spa-page.component';
|
|
@@ -43,4 +42,4 @@ export * from './services/toaster.service';
|
|
|
43
42
|
export * from './types/types';
|
|
44
43
|
export * from './util/fragment-monitor';
|
|
45
44
|
export * from './util/utils';
|
|
46
|
-
//# sourceMappingURL=data:application/json;base64,
|
|
45
|
+
//# sourceMappingURL=data:application/json;base64,eyJ2ZXJzaW9uIjozLCJmaWxlIjoicHVibGljX2FwaS5qcyIsInNvdXJjZVJvb3QiOiIiLCJzb3VyY2VzIjpbIi4uLy4uLy4uLy4uL3Byb2plY3RzL3J1bnRpbWUtYmFzZS9zcmMvcHVibGljX2FwaS50cyJdLCJuYW1lcyI6W10sIm1hcHBpbmdzIjoiQUFJQSxjQUFjLGVBQWUsQ0FBQztBQUM5QixjQUFjLGdDQUFnQyxDQUFDO0FBQy9DLGNBQWMsbUNBQW1DLENBQUM7QUFDbEQsY0FBYyxrQ0FBa0MsQ0FBQztBQUNqRCxjQUFjLHFDQUFxQyxDQUFDO0FBQ3BELGNBQWMsb0NBQW9DLENBQUM7QUFDbkQsY0FBYyxvQ0FBb0MsQ0FBQztBQUNuRCxjQUFjLHNDQUFzQyxDQUFBO0FBQ3BELE9BQU8sRUFDSCxhQUFhLEVBQ2IsZ0JBQWdCLEVBQ2hCLHVDQUF1QyxFQUN2QyxpQkFBaUIsRUFDakIsbUJBQW1CLEVBQ3RCLE1BQU0sdUJBQXVCLENBQUM7QUFDL0IsY0FBYyxjQUFjLENBQUM7QUFDN0IsY0FBYyxxQkFBcUIsQ0FBQztBQUNwQyxjQUFjLHFCQUFxQixDQUFDO0FBQ3BDLGNBQWMsK0JBQStCLENBQUM7QUFDOUMsY0FBYywwQ0FBMEMsQ0FBQztBQUN6RCxjQUFjLG1EQUFtRCxDQUFDO0FBQ2xFLGNBQWMsdUNBQXVDLENBQUM7QUFDdEQsY0FBYywyQkFBMkIsQ0FBQztBQUMxQyxjQUFjLGtDQUFrQyxDQUFDO0FBQ2pELGNBQWMsa0NBQWtDLENBQUM7QUFDakQsY0FBYyx5QkFBeUIsQ0FBQztBQUN4QyxjQUFjLDZCQUE2QixDQUFDO0FBQzVDLGNBQWMsb0NBQW9DLENBQUM7QUFDbkQsY0FBYyxvQ0FBb0MsQ0FBQztBQUNuRCxjQUFjLGdDQUFnQyxDQUFDO0FBQy9DLGNBQWMsb0NBQW9DLENBQUM7QUFDbkQsY0FBYyxrQ0FBa0MsQ0FBQztBQUNqRCxjQUFjLHFDQUFxQyxDQUFDO0FBQ3BELGNBQWMsdUNBQXVDLENBQUM7QUFDdEQsY0FBYyxvQ0FBb0MsQ0FBQztBQUNuRCxjQUFjLCtCQUErQixDQUFDO0FBQzlDLE9BQU8sRUFDSCxNQUFNLEVBQ1QsTUFBTSx3QkFBd0IsQ0FBQztBQUNoQyxjQUFjLGlDQUFpQyxDQUFDO0FBQ2hELE9BQU8sRUFDSCxrQ0FBa0MsRUFDckMsTUFBTSxtREFBbUQsQ0FBQztBQUMzRCxjQUFjLHNDQUFzQyxDQUFDO0FBQ3JELGNBQWMseUJBQXlCLENBQUM7QUFDeEMsY0FBYywrQkFBK0IsQ0FBQztBQUM5QyxjQUFjLGtDQUFrQyxDQUFDO0FBQ2pELGNBQWMseUJBQXlCLENBQUE7QUFDdkMsT0FBTyxFQUNILG9CQUFvQixFQUN2QixNQUFNLG1DQUFtQyxDQUFDO0FBQzNDLGNBQWMsNEJBQTRCLENBQUM7QUFDM0MsY0FBYyw0QkFBNEIsQ0FBQztBQUMzQyxjQUFjLGVBQWUsQ0FBQztBQUM5QixjQUFjLHlCQUF5QixDQUFDO0FBQ3hDLGNBQWMsY0FBYyxDQUFDIiwic291cmNlc0NvbnRlbnQiOlsiaW1wb3J0IHsgUHJlZmFiTWFuYWdlclNlcnZpY2UgfSBmcm9tICcuL3NlcnZpY2VzL3ByZWZhYi1tYW5hZ2VyLnNlcnZpY2UnO1xuaW1wb3J0IHsgQXBwUmVmIH0gZnJvbSAnLi9zZXJ2aWNlcy9hcHAuc2VydmljZSc7XG5pbXBvcnQgeyBEeW5hbWljQ29tcG9uZW50UmVmUHJvdmlkZXJTZXJ2aWNlIH0gZnJvbSAnLi9zZXJ2aWNlcy9keW5hbWljLWNvbXBvbmVudC1yZWYtcHJvdmlkZXIuc2VydmljZSc7XG5cbmV4cG9ydCAqIGZyb20gJy4vdHlwZXMvdHlwZXMnO1xuZXhwb3J0ICogZnJvbSAnLi9zZXJ2aWNlcy9hcHAubWFuYWdlci5zZXJ2aWNlJztcbmV4cG9ydCAqIGZyb20gJy4vc2VydmljZXMvcHJlZmFiLW1hbmFnZXIuc2VydmljZSc7XG5leHBvcnQgKiBmcm9tICcuL2NvbXBvbmVudHMvYmFzZS1wYWdlLmNvbXBvbmVudCc7XG5leHBvcnQgKiBmcm9tICcuL2NvbXBvbmVudHMvYmFzZS1wYXJ0aWFsLmNvbXBvbmVudCc7XG5leHBvcnQgKiBmcm9tICcuL2NvbXBvbmVudHMvYmFzZS1wcmVmYWIuY29tcG9uZW50JztcbmV4cG9ydCAqIGZyb20gJy4vY29tcG9uZW50cy9iYXNlLWxheW91dC5jb21wb25lbnQnO1xuZXhwb3J0ICogZnJvbSAnLi9jb21wb25lbnRzL2Jhc2Utc3BhLXBhZ2UuY29tcG9uZW50J1xuZXhwb3J0IHtcbiAgICBJbml0aWFsaXplQXBwLFxuICAgIHNldEFuZ3VsYXJMb2NhbGUsXG4gICAgUkVRVUlSRURfTU9EVUxFU19GT1JfRFlOQU1JQ19DT01QT05FTlRTLFxuICAgIFJ1bnRpbWVCYXNlTW9kdWxlLFxuICAgIFdNX01PRFVMRVNfRk9SX1JPT1Rcbn0gZnJvbSAnLi9ydW50aW1lLWJhc2UubW9kdWxlJztcbmV4cG9ydCAqIGZyb20gJy4vdXRpbC91dGlscyc7XG5leHBvcnQgKiBmcm9tICcuL2d1YXJkcy9hdXRoLmd1YXJkJztcbmV4cG9ydCAqIGZyb20gJy4vZ3VhcmRzL3JvbGUuZ3VhcmQnO1xuZXhwb3J0ICogZnJvbSAnLi9ndWFyZHMvcGFnZS1ub3QtZm91bmQuZ3VhcmQnO1xuZXhwb3J0ICogZnJvbSAnLi9jb21wb25lbnRzL2FwcC1jb21wb25lbnQvYXBwLmNvbXBvbmVudCc7XG5leHBvcnQgKiBmcm9tICcuL2NvbXBvbmVudHMvZW1wdHktY29tcG9uZW50L2VtcHR5LXBhZ2UuY29tcG9uZW50JztcbmV4cG9ydCAqIGZyb20gJy4vY29tcG9uZW50cy9wcmVmYWItcHJldmlldy5jb21wb25lbnQnO1xuZXhwb3J0ICogZnJvbSAnLi9yZXNvbHZlcy9hcHAtanMucmVzb2x2ZSc7XG5leHBvcnQgKiBmcm9tICcuL3Jlc29sdmVzL2FwcC1leHRlbnNpb24ucmVzb2x2ZSc7XG5leHBvcnQgKiBmcm9tICcuL3Jlc29sdmVzL2FwcC12YXJpYWJsZXMucmVzb2x2ZSc7XG5leHBvcnQgKiBmcm9tICcuL3Jlc29sdmVzL2kxOG4ucmVzb2x2ZSc7XG5leHBvcnQgKiBmcm9tICcuL3Jlc29sdmVzL21ldGFkYXRhLnJlc29sdmUnO1xuZXhwb3J0ICogZnJvbSAnLi9yZXNvbHZlcy9zZWN1cml0eS1jb25maWcucmVzb2x2ZSc7XG5leHBvcnQgKiBmcm9tICcuL2d1YXJkcy9jYW4tZGVhY3RpdmF0ZS1wYWdlLmd1YXJkJztcbmV4cG9ydCAqIGZyb20gJy4vdXRpbC93bS1yb3V0ZS1yZXVzZS1zdHJhdGVneSc7XG5leHBvcnQgKiBmcm9tICcuL2NvbXBvbmVudHMvYXBwLXNwaW5uZXIuY29tcG9uZW50JztcbmV4cG9ydCAqIGZyb20gJy4vY29tcG9uZW50cy9iYXNlLXBhZ2UuY29tcG9uZW50JztcbmV4cG9ydCAqIGZyb20gJy4vY29tcG9uZW50cy9iYXNlLXBhcnRpYWwuY29tcG9uZW50JztcbmV4cG9ydCAqIGZyb20gJy4vY29tcG9uZW50cy9jdXN0b20tdG9hc3Rlci5jb21wb25lbnQnO1xuZXhwb3J0ICogZnJvbSAnLi9kaXJlY3RpdmVzL2FjY2Vzc3JvbGVzLmRpcmVjdGl2ZSc7XG5leHBvcnQgKiBmcm9tICcuL2RpcmVjdGl2ZXMvcHJlZmFiLmRpcmVjdGl2ZSc7XG5leHBvcnQge1xuICAgIEFwcFJlZlxufSBmcm9tICcuL3NlcnZpY2VzL2FwcC5zZXJ2aWNlJztcbmV4cG9ydCAqIGZyb20gJy4vc2VydmljZXMvYXBwLWRlZmF1bHRzLnNlcnZpY2UnO1xuZXhwb3J0IHtcbiAgICBEeW5hbWljQ29tcG9uZW50UmVmUHJvdmlkZXJTZXJ2aWNlXG59IGZyb20gJy4vc2VydmljZXMvZHluYW1pYy1jb21wb25lbnQtcmVmLXByb3ZpZGVyLnNlcnZpY2UnO1xuZXhwb3J0ICogZnJvbSAnLi9zZXJ2aWNlcy9odHRwLWludGVyY2VwdG9yLnNlcnZpY2VzJztcbmV4cG9ydCAqIGZyb20gJy4vc2VydmljZXMvaTE4bi5zZXJ2aWNlJztcbmV4cG9ydCAqIGZyb20gJy4vc2VydmljZXMvbmF2aWdhdGlvbi5zZXJ2aWNlJztcbmV4cG9ydCAqIGZyb20gJy4vc2VydmljZXMvcGlwZS1wcm92aWRlci5zZXJ2aWNlJztcbmV4cG9ydCAqIGZyb20gJy4vc2VydmljZXMvcGlwZS5zZXJ2aWNlJ1xuZXhwb3J0IHtcbiAgICBQcmVmYWJNYW5hZ2VyU2VydmljZVxufSBmcm9tICcuL3NlcnZpY2VzL3ByZWZhYi1tYW5hZ2VyLnNlcnZpY2UnO1xuZXhwb3J0ICogZnJvbSAnLi9zZXJ2aWNlcy9zcGlubmVyLnNlcnZpY2UnO1xuZXhwb3J0ICogZnJvbSAnLi9zZXJ2aWNlcy90b2FzdGVyLnNlcnZpY2UnO1xuZXhwb3J0ICogZnJvbSAnLi90eXBlcy90eXBlcyc7XG5leHBvcnQgKiBmcm9tICcuL3V0aWwvZnJhZ21lbnQtbW9uaXRvcic7XG5leHBvcnQgKiBmcm9tICcuL3V0aWwvdXRpbHMnO1xuIl19
|