@wavemaker/app-ng-runtime 11.10.5-rc.6100 → 11.11.0-rc.209
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/build-task/bundles/index.umd.js +94 -68
- package/build-task/esm2022/advanced/carousel/carousel-template/carousel-template.build.mjs +8 -8
- package/build-task/esm2022/containers/repeat-template.build.mjs +5 -5
- package/build-task/esm2022/containers/wizard/wizard-step/wizard-step.build.mjs +2 -2
- package/build-task/esm2022/containers/wizard/wizard.build.mjs +33 -4
- package/build-task/esm2022/data/form/form-field/form-field.build.mjs +10 -10
- package/build-task/esm2022/data/table/table-column/table-column.build.mjs +15 -11
- package/build-task/esm2022/page/page.build.mjs +2 -8
- package/build-task/esm2022/public_api.mjs +1 -1
- package/build-task/fesm2022/index.mjs +95 -69
- package/build-task/fesm2022/index.mjs.map +1 -1
- package/components/advanced/carousel/bundles/index.umd.js +8 -36
- package/components/advanced/carousel/carousel-template/carousel-template.directive.d.ts +1 -1
- package/components/advanced/carousel/carousel.directive.d.ts +1 -1
- package/components/advanced/carousel/esm2022/carousel-template/carousel-template.directive.mjs +3 -2
- package/components/advanced/carousel/esm2022/carousel.directive.mjs +3 -2
- package/components/advanced/carousel/esm2022/public_api.mjs +1 -2
- package/components/advanced/carousel/fesm2022/index.mjs +8 -36
- package/components/advanced/carousel/fesm2022/index.mjs.map +1 -1
- package/components/advanced/carousel/public_api.d.ts +0 -1
- package/components/advanced/custom/bundles/index.umd.js +8 -33
- package/components/advanced/custom/custom-widget-container/custom-widget-container.directive.d.ts +1 -1
- package/components/advanced/custom/custom-widget.directive.d.ts +1 -1
- package/components/advanced/custom/esm2022/custom-widget-container/custom-widget-container.directive.mjs +3 -2
- package/components/advanced/custom/esm2022/custom-widget.directive.mjs +3 -2
- package/components/advanced/custom/esm2022/public_api.mjs +1 -2
- package/components/advanced/custom/fesm2022/index.mjs +7 -32
- package/components/advanced/custom/fesm2022/index.mjs.map +1 -1
- package/components/advanced/custom/public_api.d.ts +0 -1
- package/components/advanced/login/bundles/index.umd.js +10 -34
- package/components/advanced/login/esm2022/login.component.mjs +7 -6
- package/components/advanced/login/esm2022/public_api.mjs +1 -2
- package/components/advanced/login/fesm2022/index.mjs +8 -32
- package/components/advanced/login/fesm2022/index.mjs.map +1 -1
- package/components/advanced/login/login.component.d.ts +1 -1
- package/components/advanced/login/public_api.d.ts +0 -1
- package/components/advanced/marquee/bundles/index.umd.js +6 -29
- package/components/advanced/marquee/esm2022/marquee.directive.mjs +3 -2
- package/components/advanced/marquee/esm2022/public_api.mjs +1 -2
- package/components/advanced/marquee/fesm2022/index.mjs +5 -28
- package/components/advanced/marquee/fesm2022/index.mjs.map +1 -1
- package/components/advanced/marquee/marquee.directive.d.ts +1 -1
- package/components/advanced/marquee/public_api.d.ts +0 -1
- package/components/base/bundles/index.umd.js +86 -278
- package/components/base/components.module.d.ts +13 -15
- package/components/base/directives/show-in-device.directive.d.ts +1 -1
- package/components/base/esm2022/components.module.mjs +7 -13
- package/components/base/esm2022/directives/show-in-device.directive.mjs +3 -2
- package/components/base/esm2022/pipes/custom-pipes.mjs +33 -16
- package/components/base/esm2022/pipes/image.pipe.mjs +3 -2
- package/components/base/esm2022/pipes/sanitize.pipe.mjs +3 -2
- package/components/base/esm2022/pipes/trust-as.pipe.mjs +3 -2
- package/components/base/esm2022/public_api.mjs +1 -2
- package/components/base/esm2022/utils/form-utils.mjs +3 -1
- package/components/base/esm2022/utils/live-utils.mjs +3 -7
- package/components/base/esm2022/widgets/common/base/base-field-validations.mjs +4 -2
- package/components/base/esm2022/widgets/common/base/base.component.mjs +3 -5
- package/components/base/esm2022/widgets/common/base/custom-widget-container.directive.mjs +3 -2
- package/components/base/esm2022/widgets/common/base/partial-container.directive.mjs +3 -2
- package/components/base/esm2022/widgets/common/base/text-content.directive.mjs +3 -2
- package/components/base/esm2022/widgets/common/container/container.directive.mjs +3 -2
- package/components/base/esm2022/widgets/common/dialog/dialog.service.mjs +3 -3
- package/components/base/esm2022/widgets/common/item-template/item-template.directive.mjs +3 -2
- package/components/base/esm2022/widgets/common/lazy-load/lazy-load.directive.mjs +3 -2
- package/components/base/esm2022/widgets/common/message/message.component.mjs +5 -5
- package/components/base/esm2022/widgets/common/partial/partial.directive.mjs +3 -2
- package/components/base/esm2022/widgets/common/partial-param/partial-param.directive.mjs +5 -3
- package/components/base/esm2022/widgets/common/redraw/redrawable.directive.mjs +3 -2
- package/components/base/esm2022/widgets/common/repeat-template/repeat-template.directive.mjs +3 -2
- package/components/base/fesm2022/index.mjs +85 -276
- package/components/base/fesm2022/index.mjs.map +1 -1
- package/components/base/pipes/custom-pipes.d.ts +15 -15
- package/components/base/pipes/image.pipe.d.ts +1 -1
- package/components/base/pipes/sanitize.pipe.d.ts +1 -1
- package/components/base/pipes/trust-as.pipe.d.ts +1 -1
- package/components/base/public_api.d.ts +0 -1
- package/components/base/widgets/common/base/custom-widget-container.directive.d.ts +1 -1
- package/components/base/widgets/common/base/partial-container.directive.d.ts +1 -1
- package/components/base/widgets/common/base/text-content.directive.d.ts +1 -1
- package/components/base/widgets/common/container/container.directive.d.ts +1 -1
- package/components/base/widgets/common/item-template/item-template.directive.d.ts +1 -1
- package/components/base/widgets/common/lazy-load/lazy-load.directive.d.ts +1 -1
- package/components/base/widgets/common/message/message.component.d.ts +1 -1
- package/components/base/widgets/common/partial/partial.directive.d.ts +1 -1
- package/components/base/widgets/common/partial-param/partial-param.directive.d.ts +2 -2
- package/components/base/widgets/common/redraw/redrawable.directive.d.ts +1 -1
- package/components/base/widgets/common/repeat-template/repeat-template.directive.d.ts +1 -1
- package/components/basic/default/anchor/anchor.component.d.ts +1 -1
- package/components/basic/default/audio/audio.component.d.ts +1 -1
- package/components/basic/default/bundles/index.umd.js +100 -148
- package/components/basic/default/esm2022/anchor/anchor.component.mjs +23 -21
- package/components/basic/default/esm2022/audio/audio.component.mjs +7 -6
- package/components/basic/default/esm2022/html/html.directive.mjs +3 -2
- package/components/basic/default/esm2022/icon/icon.component.mjs +17 -16
- package/components/basic/default/esm2022/iframe/iframe.component.mjs +14 -13
- package/components/basic/default/esm2022/label/label.directive.mjs +3 -2
- package/components/basic/default/esm2022/picture/picture.directive.mjs +3 -2
- package/components/basic/default/esm2022/picture/picture.props.mjs +1 -5
- package/components/basic/default/esm2022/public_api.mjs +1 -2
- package/components/basic/default/esm2022/spinner/spinner.component.mjs +26 -24
- package/components/basic/default/esm2022/video/video.component.mjs +19 -18
- package/components/basic/default/fesm2022/index.mjs +101 -148
- package/components/basic/default/fesm2022/index.mjs.map +1 -1
- package/components/basic/default/html/html.directive.d.ts +1 -1
- package/components/basic/default/icon/icon.component.d.ts +1 -1
- package/components/basic/default/iframe/iframe.component.d.ts +1 -1
- package/components/basic/default/label/label.directive.d.ts +1 -1
- package/components/basic/default/picture/picture.directive.d.ts +1 -1
- package/components/basic/default/public_api.d.ts +0 -1
- package/components/basic/default/spinner/spinner.component.d.ts +1 -1
- package/components/basic/default/video/video.component.d.ts +1 -1
- package/components/basic/progress/bundles/index.umd.js +20 -51
- package/components/basic/progress/esm2022/progress-bar/progress-bar.component.mjs +12 -11
- package/components/basic/progress/esm2022/progress-circle/progress-circle.component.mjs +8 -6
- package/components/basic/progress/esm2022/public_api.mjs +1 -2
- package/components/basic/progress/fesm2022/index.mjs +19 -49
- package/components/basic/progress/fesm2022/index.mjs.map +1 -1
- package/components/basic/progress/progress-bar/progress-bar.component.d.ts +1 -1
- package/components/basic/progress/progress-circle/progress-circle.component.d.ts +1 -1
- package/components/basic/progress/public_api.d.ts +0 -1
- package/components/basic/rich-text-editor/bundles/index.umd.js +15 -40
- package/components/basic/rich-text-editor/esm2022/public_api.mjs +1 -2
- package/components/basic/rich-text-editor/esm2022/rich-text-editor.component.mjs +13 -12
- package/components/basic/rich-text-editor/fesm2022/index.mjs +13 -37
- package/components/basic/rich-text-editor/fesm2022/index.mjs.map +1 -1
- package/components/basic/rich-text-editor/public_api.d.ts +0 -1
- package/components/basic/rich-text-editor/rich-text-editor.component.d.ts +1 -1
- package/components/basic/search/bundles/index.umd.js +170 -207
- package/components/basic/search/esm2022/public_api.mjs +1 -2
- package/components/basic/search/esm2022/scrollable.directive.mjs +3 -2
- package/components/basic/search/esm2022/search.component.mjs +76 -72
- package/components/basic/search/fesm2022/index.mjs +107 -143
- package/components/basic/search/fesm2022/index.mjs.map +1 -1
- package/components/basic/search/public_api.d.ts +0 -1
- package/components/basic/search/scrollable.directive.d.ts +1 -1
- package/components/basic/search/search.component.d.ts +1 -1
- package/components/basic/tree/bundles/index.umd.js +9 -33
- package/components/basic/tree/esm2022/public_api.mjs +1 -2
- package/components/basic/tree/esm2022/tree.component.mjs +7 -6
- package/components/basic/tree/fesm2022/index.mjs +8 -32
- package/components/basic/tree/fesm2022/index.mjs.map +1 -1
- package/components/basic/tree/public_api.d.ts +0 -1
- package/components/basic/tree/tree.component.d.ts +1 -1
- package/components/chart/bundles/index.umd.js +27 -53
- package/components/chart/chart.component.d.ts +1 -1
- package/components/chart/esm2022/chart.component.mjs +26 -24
- package/components/chart/esm2022/chart.utils.mjs +3 -1
- package/components/chart/esm2022/public_api.mjs +1 -2
- package/components/chart/fesm2022/index.mjs +27 -52
- package/components/chart/fesm2022/index.mjs.map +1 -1
- package/components/chart/public_api.d.ts +0 -1
- package/components/containers/accordion/accordion-pane/accordion-pane.component.d.ts +1 -1
- package/components/containers/accordion/accordion.directive.d.ts +1 -1
- package/components/containers/accordion/bundles/index.umd.js +208 -237
- package/components/containers/accordion/esm2022/accordion-pane/accordion-pane.component.mjs +10 -11
- package/components/containers/accordion/esm2022/accordion.directive.mjs +5 -4
- package/components/containers/accordion/esm2022/public_api.mjs +1 -2
- package/components/containers/accordion/fesm2022/index.mjs +189 -217
- package/components/containers/accordion/fesm2022/index.mjs.map +1 -1
- package/components/containers/accordion/public_api.d.ts +0 -1
- package/components/containers/layout-grid/bundles/index.umd.js +13 -43
- package/components/containers/layout-grid/esm2022/layout-grid-column/layout-grid-column.directive.mjs +7 -9
- package/components/containers/layout-grid/esm2022/layout-grid-row/layout-grid-row.directive.mjs +3 -2
- package/components/containers/layout-grid/esm2022/layout-grid.directive.mjs +3 -2
- package/components/containers/layout-grid/esm2022/public_api.mjs +1 -2
- package/components/containers/layout-grid/fesm2022/index.mjs +13 -43
- package/components/containers/layout-grid/fesm2022/index.mjs.map +1 -1
- package/components/containers/layout-grid/layout-grid-column/layout-grid-column.directive.d.ts +1 -1
- package/components/containers/layout-grid/layout-grid-row/layout-grid-row.directive.d.ts +1 -1
- package/components/containers/layout-grid/layout-grid.directive.d.ts +1 -1
- package/components/containers/layout-grid/public_api.d.ts +0 -1
- package/components/containers/linear-layout/bundles/index.umd.js +8 -33
- package/components/containers/linear-layout/esm2022/linear-layout-item/linear-layout-item.directive.mjs +3 -2
- package/components/containers/linear-layout/esm2022/linear-layout.directive.mjs +3 -2
- package/components/containers/linear-layout/esm2022/public_api.mjs +1 -2
- package/components/containers/linear-layout/fesm2022/index.mjs +7 -32
- package/components/containers/linear-layout/fesm2022/index.mjs.map +1 -1
- package/components/containers/linear-layout/linear-layout-item/linear-layout-item.directive.d.ts +1 -1
- package/components/containers/linear-layout/linear-layout.directive.d.ts +1 -1
- package/components/containers/linear-layout/public_api.d.ts +0 -1
- package/components/containers/panel/bundles/index.umd.js +87 -118
- package/components/containers/panel/esm2022/panel.component.mjs +48 -46
- package/components/containers/panel/esm2022/public_api.mjs +1 -2
- package/components/containers/panel/fesm2022/index.mjs +49 -79
- package/components/containers/panel/fesm2022/index.mjs.map +1 -1
- package/components/containers/panel/panel.component.d.ts +1 -1
- package/components/containers/panel/public_api.d.ts +0 -1
- package/components/containers/tabs/bundles/index.umd.js +112 -120
- package/components/containers/tabs/esm2022/public_api.mjs +1 -2
- package/components/containers/tabs/esm2022/tab-pane/tab-pane.component.mjs +8 -10
- package/components/containers/tabs/esm2022/tabs.component.mjs +61 -38
- package/components/containers/tabs/esm2022/tabs.props.mjs +2 -5
- package/components/containers/tabs/fesm2022/index.mjs +72 -81
- package/components/containers/tabs/fesm2022/index.mjs.map +1 -1
- package/components/containers/tabs/public_api.d.ts +0 -1
- package/components/containers/tabs/tab-pane/tab-pane.component.d.ts +1 -1
- package/components/containers/tabs/tabs.component.d.ts +3 -1
- package/components/containers/tile/bundles/index.umd.js +6 -29
- package/components/containers/tile/esm2022/public_api.mjs +1 -2
- package/components/containers/tile/esm2022/tile.directive.mjs +3 -2
- package/components/containers/tile/fesm2022/index.mjs +5 -28
- package/components/containers/tile/fesm2022/index.mjs.map +1 -1
- package/components/containers/tile/public_api.d.ts +0 -1
- package/components/containers/tile/tile.directive.d.ts +1 -1
- package/components/containers/wizard/bundles/index.umd.js +355 -189
- package/components/containers/wizard/esm2022/public_api.mjs +2 -3
- package/components/containers/wizard/esm2022/wizard-action/wizard-action.directive.mjs +3 -2
- package/components/containers/wizard/esm2022/wizard-step/wizard-step.component.mjs +176 -0
- package/components/containers/wizard/esm2022/wizard-step/wizard-step.props.mjs +8 -5
- package/components/containers/wizard/esm2022/wizard.component.mjs +264 -105
- package/components/containers/wizard/esm2022/wizard.props.mjs +8 -4
- package/components/containers/wizard/fesm2022/index.mjs +323 -155
- package/components/containers/wizard/fesm2022/index.mjs.map +1 -1
- package/components/containers/wizard/public_api.d.ts +1 -2
- package/components/containers/wizard/wizard-action/wizard-action.directive.d.ts +1 -1
- package/components/containers/wizard/wizard-step/{wizard-step.directive.d.ts → wizard-step.component.d.ts} +12 -6
- package/components/containers/wizard/wizard.component.d.ts +64 -18
- package/components/data/card/bundles/index.umd.js +92 -135
- package/components/data/card/card-actions/card-actions.directive.d.ts +1 -1
- package/components/data/card/card-content/card-content.component.d.ts +1 -1
- package/components/data/card/card-footer/card-footer.directive.d.ts +1 -1
- package/components/data/card/card.component.d.ts +1 -1
- package/components/data/card/esm2022/card-actions/card-actions.directive.mjs +3 -2
- package/components/data/card/esm2022/card-content/card-content.component.mjs +7 -6
- package/components/data/card/esm2022/card-footer/card-footer.directive.mjs +3 -2
- package/components/data/card/esm2022/card.component.mjs +39 -38
- package/components/data/card/esm2022/public_api.mjs +1 -2
- package/components/data/card/fesm2022/index.mjs +49 -92
- package/components/data/card/fesm2022/index.mjs.map +1 -1
- package/components/data/card/public_api.d.ts +0 -1
- package/components/data/form/bundles/index.umd.js +115 -182
- package/components/data/form/esm2022/form-action/form-action.directive.mjs +3 -2
- package/components/data/form/esm2022/form-field/form-field.directive.mjs +3 -2
- package/components/data/form/esm2022/form-widget.directive.mjs +3 -2
- package/components/data/form/esm2022/form.component.mjs +101 -104
- package/components/data/form/esm2022/form.props.mjs +1 -11
- package/components/data/form/esm2022/live-actions/dependson.directive.mjs +3 -2
- package/components/data/form/esm2022/live-actions/live-actions.directive.mjs +3 -2
- package/components/data/form/esm2022/live-filter/live-filter.directive.mjs +3 -2
- package/components/data/form/esm2022/live-form/live-form.directive.mjs +3 -6
- package/components/data/form/esm2022/public_api.mjs +1 -2
- package/components/data/form/fesm2022/index.mjs +117 -184
- package/components/data/form/fesm2022/index.mjs.map +1 -1
- package/components/data/form/form-action/form-action.directive.d.ts +1 -1
- package/components/data/form/form-field/form-field.directive.d.ts +1 -1
- package/components/data/form/form-widget.directive.d.ts +1 -1
- package/components/data/form/form.component.d.ts +1 -1
- package/components/data/form/live-actions/dependson.directive.d.ts +1 -1
- package/components/data/form/live-actions/live-actions.directive.d.ts +1 -1
- package/components/data/form/live-filter/live-filter.directive.d.ts +1 -1
- package/components/data/form/live-form/live-form.directive.d.ts +1 -1
- package/components/data/form/public_api.d.ts +0 -1
- package/components/data/list/bundles/index.umd.js +195 -504
- package/components/data/list/esm2022/list-item.directive.mjs +4 -3
- package/components/data/list/esm2022/list.component.mjs +187 -232
- package/components/data/list/esm2022/list.props.mjs +2 -3
- package/components/data/list/esm2022/public_api.mjs +1 -2
- package/components/data/list/fesm2022/index.mjs +193 -502
- package/components/data/list/fesm2022/index.mjs.map +1 -1
- package/components/data/list/list-item.directive.d.ts +1 -1
- package/components/data/list/list.component.d.ts +1 -1
- package/components/data/list/public_api.d.ts +0 -1
- package/components/data/live-table/bundles/index.umd.js +9 -33
- package/components/data/live-table/esm2022/live-table.component.mjs +7 -6
- package/components/data/live-table/esm2022/public_api.mjs +1 -2
- package/components/data/live-table/fesm2022/index.mjs +8 -32
- package/components/data/live-table/fesm2022/index.mjs.map +1 -1
- package/components/data/live-table/live-table.component.d.ts +1 -1
- package/components/data/live-table/public_api.d.ts +0 -1
- package/components/data/pagination/bundles/index.umd.js +80 -110
- package/components/data/pagination/esm2022/pagination.component.mjs +80 -76
- package/components/data/pagination/esm2022/public_api.mjs +1 -2
- package/components/data/pagination/fesm2022/index.mjs +81 -110
- package/components/data/pagination/fesm2022/index.mjs.map +1 -1
- package/components/data/pagination/pagination.component.d.ts +1 -1
- package/components/data/pagination/public_api.d.ts +0 -1
- package/components/data/table/bundles/index.umd.js +69 -135
- package/components/data/table/esm2022/public_api.mjs +1 -2
- package/components/data/table/esm2022/table-action/table-action.directive.mjs +3 -2
- package/components/data/table/esm2022/table-column/table-column.directive.mjs +3 -2
- package/components/data/table/esm2022/table-column-group/table-column-group.directive.mjs +3 -2
- package/components/data/table/esm2022/table-cud.directive.mjs +3 -2
- package/components/data/table/esm2022/table-filter.directive.mjs +5 -2
- package/components/data/table/esm2022/table-row/table-row.directive.mjs +3 -2
- package/components/data/table/esm2022/table-row-action/table-row-action.directive.mjs +3 -2
- package/components/data/table/esm2022/table.component.mjs +51 -48
- package/components/data/table/fesm2022/index.mjs +73 -140
- package/components/data/table/fesm2022/index.mjs.map +1 -1
- package/components/data/table/public_api.d.ts +0 -1
- package/components/data/table/table-action/table-action.directive.d.ts +1 -1
- package/components/data/table/table-column/table-column.directive.d.ts +1 -1
- package/components/data/table/table-column-group/table-column-group.directive.d.ts +1 -1
- package/components/data/table/table-cud.directive.d.ts +1 -1
- package/components/data/table/table-filter.directive.d.ts +1 -1
- package/components/data/table/table-row/table-row.directive.d.ts +1 -1
- package/components/data/table/table-row-action/table-row-action.directive.d.ts +1 -1
- package/components/data/table/table.component.d.ts +1 -1
- package/components/dialogs/alert-dialog/alert-dialog.component.d.ts +1 -1
- package/components/dialogs/alert-dialog/bundles/index.umd.js +32 -64
- package/components/dialogs/alert-dialog/esm2022/alert-dialog.component.mjs +10 -10
- package/components/dialogs/alert-dialog/esm2022/public_api.mjs +1 -2
- package/components/dialogs/alert-dialog/fesm2022/index.mjs +11 -43
- package/components/dialogs/alert-dialog/fesm2022/index.mjs.map +1 -1
- package/components/dialogs/alert-dialog/public_api.d.ts +0 -1
- package/components/dialogs/confirm-dialog/bundles/index.umd.js +10 -42
- package/components/dialogs/confirm-dialog/confirm-dialog.component.d.ts +1 -1
- package/components/dialogs/confirm-dialog/esm2022/confirm-dialog.component.mjs +9 -9
- package/components/dialogs/confirm-dialog/esm2022/public_api.mjs +1 -2
- package/components/dialogs/confirm-dialog/fesm2022/index.mjs +10 -42
- package/components/dialogs/confirm-dialog/fesm2022/index.mjs.map +1 -1
- package/components/dialogs/confirm-dialog/public_api.d.ts +0 -1
- package/components/dialogs/default/bundles/index.umd.js +76 -136
- package/components/dialogs/default/dialog-body/dialog-body.directive.d.ts +1 -1
- package/components/dialogs/default/dialog-footer/dialog-footer.directive.d.ts +1 -1
- package/components/dialogs/default/dialog-header/dialog-header.component.d.ts +1 -1
- package/components/dialogs/default/esm2022/base-dialog.mjs +3 -3
- package/components/dialogs/default/esm2022/dialog-body/dialog-body.directive.mjs +3 -2
- package/components/dialogs/default/esm2022/dialog-footer/dialog-footer.directive.mjs +3 -2
- package/components/dialogs/default/esm2022/dialog-header/dialog-header.component.mjs +70 -97
- package/components/dialogs/default/esm2022/public_api.mjs +1 -2
- package/components/dialogs/default/fesm2022/index.mjs +78 -137
- package/components/dialogs/default/fesm2022/index.mjs.map +1 -1
- package/components/dialogs/default/public_api.d.ts +0 -1
- package/components/dialogs/design-dialog/bundles/index.umd.js +16 -47
- package/components/dialogs/design-dialog/dialog.component.d.ts +1 -1
- package/components/dialogs/design-dialog/esm2022/dialog.component.mjs +14 -13
- package/components/dialogs/design-dialog/esm2022/public_api.mjs +1 -2
- package/components/dialogs/design-dialog/fesm2022/index.mjs +14 -45
- package/components/dialogs/design-dialog/fesm2022/index.mjs.map +1 -1
- package/components/dialogs/design-dialog/public_api.d.ts +0 -1
- package/components/dialogs/iframe-dialog/bundles/index.umd.js +20 -57
- package/components/dialogs/iframe-dialog/esm2022/iframe-dialog.component.mjs +21 -21
- package/components/dialogs/iframe-dialog/esm2022/public_api.mjs +1 -2
- package/components/dialogs/iframe-dialog/fesm2022/index.mjs +21 -57
- package/components/dialogs/iframe-dialog/fesm2022/index.mjs.map +1 -1
- package/components/dialogs/iframe-dialog/iframe-dialog.component.d.ts +1 -1
- package/components/dialogs/iframe-dialog/public_api.d.ts +0 -1
- package/components/dialogs/login-dialog/bundles/index.umd.js +6 -38
- package/components/dialogs/login-dialog/esm2022/login-dialog.directive.mjs +3 -2
- package/components/dialogs/login-dialog/esm2022/public_api.mjs +1 -2
- package/components/dialogs/login-dialog/fesm2022/index.mjs +6 -41
- package/components/dialogs/login-dialog/fesm2022/index.mjs.map +1 -1
- package/components/dialogs/login-dialog/login-dialog.directive.d.ts +1 -1
- package/components/dialogs/login-dialog/public_api.d.ts +0 -1
- package/components/dialogs/partial-dialog/bundles/index.umd.js +17 -49
- package/components/dialogs/partial-dialog/esm2022/partial-dialog.component.mjs +16 -15
- package/components/dialogs/partial-dialog/esm2022/public_api.mjs +1 -2
- package/components/dialogs/partial-dialog/fesm2022/index.mjs +16 -47
- package/components/dialogs/partial-dialog/fesm2022/index.mjs.map +1 -1
- package/components/dialogs/partial-dialog/partial-dialog.component.d.ts +1 -1
- package/components/dialogs/partial-dialog/public_api.d.ts +0 -1
- package/components/input/calendar/bundles/index.umd.js +24 -46
- package/components/input/calendar/calendar.component.d.ts +1 -1
- package/components/input/calendar/esm2022/calendar.component.mjs +28 -10
- package/components/input/calendar/esm2022/calendar.props.mjs +1 -1
- package/components/input/calendar/esm2022/public_api.mjs +1 -2
- package/components/input/calendar/fesm2022/index.mjs +30 -48
- package/components/input/calendar/fesm2022/index.mjs.map +1 -1
- package/components/input/calendar/public_api.d.ts +0 -1
- package/components/input/chips/bundles/index.umd.js +86 -114
- package/components/input/chips/chips.component.d.ts +1 -1
- package/components/input/chips/esm2022/chips.component.mjs +28 -27
- package/components/input/chips/esm2022/public_api.mjs +1 -2
- package/components/input/chips/fesm2022/index.mjs +29 -56
- package/components/input/chips/fesm2022/index.mjs.map +1 -1
- package/components/input/chips/public_api.d.ts +0 -1
- package/components/input/color-picker/bundles/index.umd.js +14 -42
- package/components/input/color-picker/color-picker.component.d.ts +1 -1
- package/components/input/color-picker/esm2022/color-picker.component.mjs +14 -8
- package/components/input/color-picker/esm2022/public_api.mjs +1 -2
- package/components/input/color-picker/fesm2022/index.mjs +15 -42
- package/components/input/color-picker/fesm2022/index.mjs.map +1 -1
- package/components/input/color-picker/public_api.d.ts +0 -1
- package/components/input/currency/bundles/index.umd.js +11 -41
- package/components/input/currency/currency.component.d.ts +1 -1
- package/components/input/currency/esm2022/currency.component.mjs +8 -6
- package/components/input/currency/esm2022/public_api.mjs +1 -2
- package/components/input/currency/fesm2022/index.mjs +11 -41
- package/components/input/currency/fesm2022/index.mjs.map +1 -1
- package/components/input/currency/public_api.d.ts +0 -1
- package/components/input/default/bundles/index.umd.js +2183 -2263
- package/components/input/default/button/button.component.d.ts +1 -1
- package/components/input/default/button-group/button-group.directive.d.ts +1 -1
- package/components/input/default/caption-position.directive.d.ts +1 -1
- package/components/input/default/checkbox/checkbox.component.d.ts +1 -1
- package/components/input/default/checkboxset/checkboxset.component.d.ts +1 -1
- package/components/input/default/composite/composite.directive.d.ts +1 -1
- package/components/input/default/esm2022/button/button.component.mjs +23 -21
- package/components/input/default/esm2022/button-group/button-group.directive.mjs +3 -2
- package/components/input/default/esm2022/caption-position.directive.mjs +3 -2
- package/components/input/default/esm2022/checkbox/checkbox.component.mjs +9 -6
- package/components/input/default/esm2022/checkboxset/checkboxset.component.mjs +73 -72
- package/components/input/default/esm2022/composite/composite.directive.mjs +3 -2
- package/components/input/default/esm2022/number/number.component.mjs +9 -6
- package/components/input/default/esm2022/public_api.mjs +1 -2
- package/components/input/default/esm2022/radioset/radioset.component.mjs +73 -72
- package/components/input/default/esm2022/select/select.component.mjs +29 -32
- package/components/input/default/esm2022/switch/switch.component.mjs +29 -27
- package/components/input/default/esm2022/text/calendar/input-calendar.component.mjs +9 -6
- package/components/input/default/esm2022/text/color/input-color.component.mjs +9 -6
- package/components/input/default/esm2022/text/email/input-email.component.mjs +9 -6
- package/components/input/default/esm2022/text/number/input-number.component.mjs +9 -6
- package/components/input/default/esm2022/text/text/input-text.component.mjs +10 -6
- package/components/input/default/esm2022/textarea/textarea.component.mjs +14 -11
- package/components/input/default/fesm2022/index.mjs +2198 -2277
- package/components/input/default/fesm2022/index.mjs.map +1 -1
- package/components/input/default/number/number.component.d.ts +1 -1
- package/components/input/default/public_api.d.ts +0 -1
- package/components/input/default/radioset/radioset.component.d.ts +1 -1
- package/components/input/default/select/select.component.d.ts +1 -1
- package/components/input/default/switch/switch.component.d.ts +1 -1
- package/components/input/default/text/calendar/input-calendar.component.d.ts +1 -1
- package/components/input/default/text/color/input-color.component.d.ts +1 -1
- package/components/input/default/text/email/input-email.component.d.ts +1 -1
- package/components/input/default/text/number/input-number.component.d.ts +1 -1
- package/components/input/default/text/text/input-text.component.d.ts +1 -1
- package/components/input/default/textarea/textarea.component.d.ts +1 -1
- package/components/input/epoch/base-date-time.component.d.ts +0 -1
- package/components/input/epoch/bundles/index.umd.js +220 -262
- package/components/input/epoch/date/date.component.d.ts +1 -1
- package/components/input/epoch/date/imaskUtil.d.ts +2 -2
- package/components/input/epoch/date-time/date-time-picker.component.d.ts +6 -6
- package/components/input/epoch/date-time/date-time.component.d.ts +1 -1
- package/components/input/epoch/esm2022/base-date-time.component.mjs +6 -9
- package/components/input/epoch/esm2022/date/date.component.mjs +19 -18
- package/components/input/epoch/esm2022/date/imaskUtil.mjs +3 -1
- package/components/input/epoch/esm2022/date-time/date-time-picker.component.mjs +76 -62
- package/components/input/epoch/esm2022/date-time/date-time.component.mjs +28 -24
- package/components/input/epoch/esm2022/picker/picker.component.mjs +33 -28
- package/components/input/epoch/esm2022/public_api.mjs +1 -2
- package/components/input/epoch/esm2022/time/time.component.mjs +25 -21
- package/components/input/epoch/fesm2022/index.mjs +196 -237
- package/components/input/epoch/fesm2022/index.mjs.map +1 -1
- package/components/input/epoch/picker/picker.component.d.ts +2 -2
- package/components/input/epoch/public_api.d.ts +0 -1
- package/components/input/epoch/time/time.component.d.ts +1 -1
- package/components/input/file-upload/bundles/index.umd.js +135 -178
- package/components/input/file-upload/esm2022/file-upload.component.mjs +133 -150
- package/components/input/file-upload/esm2022/public_api.mjs +1 -2
- package/components/input/file-upload/fesm2022/index.mjs +133 -175
- package/components/input/file-upload/fesm2022/index.mjs.map +1 -1
- package/components/input/file-upload/file-upload.component.d.ts +1 -2
- package/components/input/file-upload/public_api.d.ts +0 -1
- package/components/input/rating/bundles/index.umd.js +50 -77
- package/components/input/rating/esm2022/public_api.mjs +1 -2
- package/components/input/rating/esm2022/rating.component.mjs +23 -20
- package/components/input/rating/fesm2022/index.mjs +23 -49
- package/components/input/rating/fesm2022/index.mjs.map +1 -1
- package/components/input/rating/public_api.d.ts +0 -1
- package/components/input/rating/rating.component.d.ts +1 -1
- package/components/input/slider/bundles/index.umd.js +35 -63
- package/components/input/slider/esm2022/public_api.mjs +1 -2
- package/components/input/slider/esm2022/slider.component.mjs +15 -13
- package/components/input/slider/fesm2022/index.mjs +15 -42
- package/components/input/slider/fesm2022/index.mjs.map +1 -1
- package/components/input/slider/public_api.d.ts +0 -1
- package/components/input/slider/slider.component.d.ts +1 -1
- package/components/navigation/breadcrumb/breadcrumb.component.d.ts +1 -1
- package/components/navigation/breadcrumb/bundles/index.umd.js +40 -67
- package/components/navigation/breadcrumb/esm2022/breadcrumb.component.mjs +23 -21
- package/components/navigation/breadcrumb/esm2022/public_api.mjs +1 -2
- package/components/navigation/breadcrumb/fesm2022/index.mjs +23 -50
- package/components/navigation/breadcrumb/fesm2022/index.mjs.map +1 -1
- package/components/navigation/breadcrumb/public_api.d.ts +0 -1
- package/components/navigation/menu/bundles/index.umd.js +642 -696
- package/components/navigation/menu/esm2022/menu-adapator.component.mjs +1 -1
- package/components/navigation/menu/esm2022/menu-dropdown/menu-dropdown.component.mjs +11 -9
- package/components/navigation/menu/esm2022/menu-dropdown-item/menu-dropdown-item.component.mjs +24 -18
- package/components/navigation/menu/esm2022/menu.component.mjs +34 -31
- package/components/navigation/menu/esm2022/nav/nav-item/nav-item.directive.mjs +3 -2
- package/components/navigation/menu/esm2022/nav/nav.component.mjs +39 -29
- package/components/navigation/menu/esm2022/nav/navigation-control.directive.mjs +6 -3
- package/components/navigation/menu/esm2022/public_api.mjs +1 -2
- package/components/navigation/menu/fesm2022/index.mjs +534 -587
- package/components/navigation/menu/fesm2022/index.mjs.map +1 -1
- package/components/navigation/menu/menu-dropdown/menu-dropdown.component.d.ts +1 -1
- package/components/navigation/menu/menu-dropdown-item/menu-dropdown-item.component.d.ts +1 -1
- package/components/navigation/menu/menu.component.d.ts +1 -1
- package/components/navigation/menu/nav/nav-item/nav-item.directive.d.ts +1 -1
- package/components/navigation/menu/nav/nav.component.d.ts +1 -1
- package/components/navigation/menu/nav/navigation-control.directive.d.ts +1 -1
- package/components/navigation/menu/public_api.d.ts +0 -1
- package/components/navigation/navbar/bundles/index.umd.js +20 -44
- package/components/navigation/navbar/esm2022/navbar.component.mjs +18 -16
- package/components/navigation/navbar/esm2022/public_api.mjs +1 -2
- package/components/navigation/navbar/fesm2022/index.mjs +18 -41
- package/components/navigation/navbar/fesm2022/index.mjs.map +1 -1
- package/components/navigation/navbar/navbar.component.d.ts +1 -1
- package/components/navigation/navbar/public_api.d.ts +0 -1
- package/components/navigation/popover/bundles/index.umd.js +12 -43
- package/components/navigation/popover/esm2022/popover.component.mjs +11 -9
- package/components/navigation/popover/esm2022/public_api.mjs +1 -2
- package/components/navigation/popover/fesm2022/index.mjs +11 -41
- package/components/navigation/popover/fesm2022/index.mjs.map +1 -1
- package/components/navigation/popover/popover.component.d.ts +1 -1
- package/components/navigation/popover/public_api.d.ts +0 -1
- package/components/page/default/bundles/index.umd.js +96 -138
- package/components/page/default/content/content.component.d.ts +1 -1
- package/components/page/default/esm2022/content/content.component.mjs +7 -6
- package/components/page/default/esm2022/layout.directive.mjs +3 -2
- package/components/page/default/esm2022/page-content/page-content.component.mjs +7 -6
- package/components/page/default/esm2022/page-content/page-content.props.mjs +2 -3
- package/components/page/default/esm2022/page.directive.mjs +3 -2
- package/components/page/default/esm2022/public_api.mjs +1 -2
- package/components/page/default/esm2022/router-outlet.directive.mjs +3 -2
- package/components/page/default/esm2022/spa-page.directive.mjs +3 -2
- package/components/page/default/fesm2022/index.mjs +96 -138
- package/components/page/default/fesm2022/index.mjs.map +1 -1
- package/components/page/default/layout.directive.d.ts +1 -1
- package/components/page/default/page-content/page-content.component.d.ts +1 -1
- package/components/page/default/page.directive.d.ts +1 -1
- package/components/page/default/public_api.d.ts +0 -1
- package/components/page/default/router-outlet.directive.d.ts +1 -1
- package/components/page/default/spa-page.directive.d.ts +1 -1
- package/components/page/footer/bundles/index.umd.js +6 -29
- package/components/page/footer/esm2022/footer.directive.mjs +3 -2
- package/components/page/footer/esm2022/public_api.mjs +1 -2
- package/components/page/footer/fesm2022/index.mjs +5 -28
- package/components/page/footer/fesm2022/index.mjs.map +1 -1
- package/components/page/footer/footer.directive.d.ts +1 -1
- package/components/page/footer/public_api.d.ts +0 -1
- package/components/page/header/bundles/index.umd.js +9 -33
- package/components/page/header/esm2022/header.component.mjs +7 -6
- package/components/page/header/esm2022/public_api.mjs +1 -2
- package/components/page/header/fesm2022/index.mjs +8 -32
- package/components/page/header/fesm2022/index.mjs.map +1 -1
- package/components/page/header/header.component.d.ts +1 -1
- package/components/page/header/public_api.d.ts +0 -1
- package/components/page/left-panel/bundles/index.umd.js +6 -29
- package/components/page/left-panel/esm2022/left-panel.directive.mjs +3 -2
- package/components/page/left-panel/esm2022/public_api.mjs +1 -2
- package/components/page/left-panel/fesm2022/index.mjs +5 -28
- package/components/page/left-panel/fesm2022/index.mjs.map +1 -1
- package/components/page/left-panel/left-panel.directive.d.ts +1 -1
- package/components/page/left-panel/public_api.d.ts +0 -1
- package/components/page/right-panel/bundles/index.umd.js +6 -29
- package/components/page/right-panel/esm2022/public_api.mjs +1 -2
- package/components/page/right-panel/esm2022/right-panel.directive.mjs +3 -2
- package/components/page/right-panel/fesm2022/index.mjs +5 -28
- package/components/page/right-panel/fesm2022/index.mjs.map +1 -1
- package/components/page/right-panel/public_api.d.ts +0 -1
- package/components/page/right-panel/right-panel.directive.d.ts +1 -1
- package/components/page/top-nav/bundles/index.umd.js +6 -29
- package/components/page/top-nav/esm2022/public_api.mjs +1 -2
- package/components/page/top-nav/esm2022/top-nav.directive.mjs +3 -2
- package/components/page/top-nav/fesm2022/index.mjs +5 -28
- package/components/page/top-nav/fesm2022/index.mjs.map +1 -1
- package/components/page/top-nav/public_api.d.ts +0 -1
- package/components/page/top-nav/top-nav.directive.d.ts +1 -1
- package/components/prefab/bundles/index.umd.js +8 -33
- package/components/prefab/esm2022/prefab-container/prefab-container.directive.mjs +3 -2
- package/components/prefab/esm2022/prefab.directive.mjs +3 -2
- package/components/prefab/esm2022/public_api.mjs +1 -2
- package/components/prefab/fesm2022/index.mjs +7 -32
- package/components/prefab/fesm2022/index.mjs.map +1 -1
- package/components/prefab/prefab-container/prefab-container.directive.d.ts +1 -1
- package/components/prefab/prefab.directive.d.ts +1 -1
- package/components/prefab/public_api.d.ts +0 -1
- package/core/bundles/index.umd.js +32 -85
- package/core/esm2022/public_api.mjs +2 -3
- package/core/esm2022/types/types.mjs +1 -1
- package/core/esm2022/utils/build-utils.mjs +9 -5
- package/core/esm2022/utils/utils.mjs +12 -40
- package/core/fesm2022/index.mjs +32 -81
- package/core/fesm2022/index.mjs.map +1 -1
- package/core/public_api.d.ts +1 -2
- package/core/types/types.d.ts +1 -0
- package/core/utils/utils.d.ts +1 -3
- package/http/bundles/index.umd.js +9 -34
- package/http/esm2022/http.service.mjs +6 -3
- package/http/esm2022/public_api.mjs +4 -2
- package/http/fesm2022/index.mjs +9 -34
- package/http/fesm2022/index.mjs.map +1 -1
- package/http/public_api.d.ts +3 -1
- package/npm-shrinkwrap.json +2 -2
- package/oAuth/bundles/index.umd.js +9 -42
- package/oAuth/esm2022/oAuth.utils.mjs +7 -23
- package/oAuth/esm2022/public_api.mjs +1 -2
- package/oAuth/fesm2022/index.mjs +8 -40
- package/oAuth/fesm2022/index.mjs.map +1 -1
- package/oAuth/public_api.d.ts +0 -1
- package/package-lock.json +2 -2
- package/package.json +1 -1
- package/runtime/base/bundles/index.umd.js +690 -596
- package/runtime/base/components/app-component/app.component.d.ts +1 -1
- package/runtime/base/components/app-spinner.component.d.ts +1 -1
- package/runtime/base/components/custom-toaster.component.d.ts +1 -1
- package/runtime/base/components/empty-component/empty-page.component.d.ts +1 -1
- package/runtime/base/components/prefab-preview.component.d.ts +1 -1
- package/runtime/base/directives/accessroles.directive.d.ts +1 -1
- package/runtime/base/directives/prefab.directive.d.ts +1 -1
- package/runtime/base/esm2022/components/app-component/app.component.mjs +42 -49
- package/runtime/base/esm2022/components/app-spinner.component.mjs +29 -21
- package/runtime/base/esm2022/components/base-page.component.mjs +3 -11
- package/runtime/base/esm2022/components/base-spa-page.component.mjs +3 -11
- package/runtime/base/esm2022/components/custom-toaster.component.mjs +20 -14
- package/runtime/base/esm2022/components/empty-component/empty-page.component.mjs +4 -3
- package/runtime/base/esm2022/components/prefab-preview.component.mjs +8 -6
- package/runtime/base/esm2022/directives/accessroles.directive.mjs +3 -2
- package/runtime/base/esm2022/directives/prefab.directive.mjs +3 -2
- package/runtime/base/esm2022/public_api.mjs +1 -1
- package/runtime/base/esm2022/resolves/security-config.resolve.mjs +4 -6
- package/runtime/base/esm2022/runtime-base.module.mjs +486 -337
- package/runtime/base/esm2022/services/app.manager.service.mjs +31 -48
- package/runtime/base/esm2022/services/app.service.mjs +8 -1
- package/runtime/base/esm2022/services/i18n.service.mjs +39 -72
- package/runtime/base/fesm2022/index.mjs +697 -605
- package/runtime/base/fesm2022/index.mjs.map +1 -1
- package/runtime/base/runtime-base.module.d.ts +115 -84
- package/runtime/base/services/app.service.d.ts +1 -0
- package/runtime/base/services/i18n.service.d.ts +1 -1
- package/runtime/dynamic/app/app.config.d.ts +5 -0
- package/runtime/dynamic/app/components/page-wrapper.component.d.ts +1 -1
- package/runtime/dynamic/bundles/index.umd.js +270 -117
- package/runtime/dynamic/esm2022/app/app.config.mjs +136 -0
- package/runtime/dynamic/esm2022/app/app.module.mjs +151 -105
- package/runtime/dynamic/esm2022/app/components/page-wrapper.component.mjs +7 -4
- package/runtime/dynamic/esm2022/app/services/component-ref-provider.service.mjs +1 -1
- package/runtime/dynamic/esm2022/main.mjs +11 -16
- package/runtime/dynamic/fesm2022/index.mjs +340 -184
- package/runtime/dynamic/fesm2022/index.mjs.map +1 -1
- package/security/bundles/index.umd.js +3 -34
- package/security/esm2022/public_api.mjs +1 -2
- package/security/esm2022/security.service.mjs +4 -15
- package/security/fesm2022/index.mjs +5 -32
- package/security/fesm2022/index.mjs.map +1 -1
- package/security/public_api.d.ts +0 -1
- package/transpiler/bundles/index.umd.js +271 -168
- package/transpiler/esm2022/build.mjs +1 -6
- package/transpiler/esm2022/imports.mjs +268 -161
- package/transpiler/fesm2022/index.mjs +267 -165
- package/transpiler/fesm2022/index.mjs.map +1 -1
- package/variables/bundles/index.umd.js +16 -197
- package/variables/constants/variables.constants.d.ts +0 -2
- package/variables/esm2022/constants/variables.constants.mjs +1 -3
- package/variables/esm2022/factory/variable-manager.factory.mjs +1 -3
- package/variables/esm2022/factory/variable.factory.mjs +1 -5
- package/variables/esm2022/manager/action/logout-action.manager.mjs +5 -7
- package/variables/esm2022/manager/variable/web-socket-variable.manager.mjs +3 -3
- package/variables/esm2022/public_api.mjs +1 -5
- package/variables/esm2022/service/metadata-service/metadata.service.mjs +6 -11
- package/variables/esm2022/util/variable/service-variable.utils.mjs +1 -4
- package/variables/esm2022/util/variable/variables.utils.mjs +5 -19
- package/variables/fesm2022/index.mjs +16 -198
- package/variables/fesm2022/index.mjs.map +1 -1
- package/variables/public_api.d.ts +0 -4
- package/components/advanced/carousel/carousel.module.d.ts +0 -11
- package/components/advanced/carousel/esm2022/carousel.module.mjs +0 -36
- package/components/advanced/custom/custom-widget.module.d.ts +0 -10
- package/components/advanced/custom/esm2022/custom-widget.module.mjs +0 -32
- package/components/advanced/login/esm2022/login.module.mjs +0 -28
- package/components/advanced/login/login.module.d.ts +0 -9
- package/components/advanced/marquee/esm2022/marquee.module.mjs +0 -28
- package/components/advanced/marquee/marquee.module.d.ts +0 -9
- package/components/base/esm2022/widgets/common/smooth-scroll/smooth-scroll.directive.mjs +0 -221
- package/components/base/widgets/common/smooth-scroll/smooth-scroll.directive.d.ts +0 -22
- package/components/basic/default/basic.module.d.ts +0 -17
- package/components/basic/default/esm2022/basic.module.mjs +0 -60
- package/components/basic/progress/esm2022/progress.module.mjs +0 -36
- package/components/basic/progress/progress.module.d.ts +0 -11
- package/components/basic/rich-text-editor/esm2022/rich-text-editor.module.mjs +0 -28
- package/components/basic/rich-text-editor/rich-text-editor.module.d.ts +0 -9
- package/components/basic/search/esm2022/search.module.mjs +0 -45
- package/components/basic/search/search.module.d.ts +0 -12
- package/components/basic/tree/esm2022/tree.module.mjs +0 -28
- package/components/basic/tree/tree.module.d.ts +0 -9
- package/components/chart/chart.module.d.ts +0 -10
- package/components/chart/esm2022/chart.module.mjs +0 -32
- package/components/containers/accordion/accordion.module.d.ts +0 -10
- package/components/containers/accordion/esm2022/accordion.module.mjs +0 -32
- package/components/containers/layout-grid/esm2022/layout-grid.module.mjs +0 -36
- package/components/containers/layout-grid/layout-grid.module.d.ts +0 -11
- package/components/containers/linear-layout/esm2022/linear-layout.module.mjs +0 -32
- package/components/containers/linear-layout/linear-layout.module.d.ts +0 -10
- package/components/containers/panel/esm2022/panel.module.mjs +0 -36
- package/components/containers/panel/panel.module.d.ts +0 -11
- package/components/containers/tabs/esm2022/tabs.module.mjs +0 -32
- package/components/containers/tabs/tabs.module.d.ts +0 -10
- package/components/containers/tile/esm2022/tile.module.mjs +0 -28
- package/components/containers/tile/tile.module.d.ts +0 -9
- package/components/containers/wizard/esm2022/wizard-step/wizard-step.directive.mjs +0 -140
- package/components/containers/wizard/esm2022/wizard.module.mjs +0 -40
- package/components/containers/wizard/wizard.module.d.ts +0 -12
- package/components/data/card/card.module.d.ts +0 -15
- package/components/data/card/esm2022/card.module.mjs +0 -52
- package/components/data/form/esm2022/form.module.mjs +0 -68
- package/components/data/form/form.module.d.ts +0 -19
- package/components/data/list/esm2022/list.module.mjs +0 -40
- package/components/data/list/list.module.d.ts +0 -11
- package/components/data/live-table/esm2022/live-table.module.mjs +0 -28
- package/components/data/live-table/live-table.module.d.ts +0 -9
- package/components/data/pagination/esm2022/pagination.module.mjs +0 -36
- package/components/data/pagination/pagination.module.d.ts +0 -11
- package/components/data/table/esm2022/table.module.mjs +0 -91
- package/components/data/table/table.module.d.ts +0 -24
- package/components/dialogs/alert-dialog/alert-dialog.module.d.ts +0 -11
- package/components/dialogs/alert-dialog/esm2022/alert-dialog.module.mjs +0 -36
- package/components/dialogs/confirm-dialog/confirm-dialog.module.d.ts +0 -11
- package/components/dialogs/confirm-dialog/esm2022/confirm-dialog.module.mjs +0 -36
- package/components/dialogs/default/dialog.module.d.ts +0 -12
- package/components/dialogs/default/esm2022/dialog.module.mjs +0 -40
- package/components/dialogs/design-dialog/design-dialog.module.d.ts +0 -11
- package/components/dialogs/design-dialog/esm2022/design-dialog.module.mjs +0 -36
- package/components/dialogs/iframe-dialog/esm2022/iframe-dialog.module.mjs +0 -40
- package/components/dialogs/iframe-dialog/iframe-dialog.module.d.ts +0 -12
- package/components/dialogs/login-dialog/esm2022/login-dialog.module.mjs +0 -40
- package/components/dialogs/login-dialog/login-dialog.module.d.ts +0 -12
- package/components/dialogs/partial-dialog/esm2022/partial-dialog.module.mjs +0 -36
- package/components/dialogs/partial-dialog/partial-dialog.module.d.ts +0 -11
- package/components/input/calendar/calendar.module.d.ts +0 -12
- package/components/input/calendar/esm2022/calendar.module.mjs +0 -40
- package/components/input/chips/chips.module.d.ts +0 -10
- package/components/input/chips/esm2022/chips.module.mjs +0 -32
- package/components/input/color-picker/color-picker.module.d.ts +0 -11
- package/components/input/color-picker/esm2022/color-picker.module.mjs +0 -36
- package/components/input/currency/currency.module.d.ts +0 -11
- package/components/input/currency/esm2022/currency.module.mjs +0 -36
- package/components/input/default/esm2022/input.module.mjs +0 -96
- package/components/input/default/input.module.d.ts +0 -26
- package/components/input/epoch/epoch.module.d.ts +0 -18
- package/components/input/epoch/esm2022/epoch.module.mjs +0 -70
- package/components/input/file-upload/esm2022/file-upload.module.mjs +0 -28
- package/components/input/file-upload/file-upload.module.d.ts +0 -9
- package/components/input/rating/esm2022/rating.module.mjs +0 -32
- package/components/input/rating/rating.module.d.ts +0 -10
- package/components/input/slider/esm2022/slider.module.mjs +0 -32
- package/components/input/slider/slider.module.d.ts +0 -10
- package/components/navigation/breadcrumb/breadcrumb.module.d.ts +0 -10
- package/components/navigation/breadcrumb/esm2022/breadcrumb.module.mjs +0 -32
- package/components/navigation/menu/esm2022/menu.module.mjs +0 -71
- package/components/navigation/menu/menu.module.d.ts +0 -17
- package/components/navigation/navbar/esm2022/navbar.module.mjs +0 -28
- package/components/navigation/navbar/navbar.module.d.ts +0 -9
- package/components/navigation/popover/esm2022/popover.module.mjs +0 -36
- package/components/navigation/popover/popover.module.d.ts +0 -11
- package/components/page/default/esm2022/page.module.mjs +0 -55
- package/components/page/default/page.module.d.ts +0 -14
- package/components/page/footer/esm2022/footer.module.mjs +0 -28
- package/components/page/footer/footer.module.d.ts +0 -9
- package/components/page/header/esm2022/header.module.mjs +0 -28
- package/components/page/header/header.module.d.ts +0 -9
- package/components/page/left-panel/esm2022/left-panel.module.mjs +0 -28
- package/components/page/left-panel/left-panel.module.d.ts +0 -9
- package/components/page/right-panel/esm2022/right-panel.module.mjs +0 -28
- package/components/page/right-panel/right-panel.module.d.ts +0 -9
- package/components/page/top-nav/esm2022/top-nav.module.mjs +0 -28
- package/components/page/top-nav/top-nav.module.d.ts +0 -9
- package/components/prefab/esm2022/prefab.module.mjs +0 -32
- package/components/prefab/prefab.module.d.ts +0 -10
- package/core/core.module.d.ts +0 -9
- package/core/esm2022/core.module.mjs +0 -27
- package/http/esm2022/http-service.module.mjs +0 -36
- package/http/http-service.module.d.ts +0 -14
- package/locales/fullcalendar/af.js +0 -27
- package/locales/fullcalendar/ar-dz.js +0 -28
- package/locales/fullcalendar/ar-kw.js +0 -28
- package/locales/fullcalendar/ar-ly.js +0 -28
- package/locales/fullcalendar/ar-ma.js +0 -28
- package/locales/fullcalendar/ar-sa.js +0 -28
- package/locales/fullcalendar/ar-tn.js +0 -28
- package/locales/fullcalendar/ar.js +0 -28
- package/locales/fullcalendar/az.js +0 -29
- package/locales/fullcalendar/bg.js +0 -28
- package/locales/fullcalendar/bs.js +0 -29
- package/locales/fullcalendar/ca.js +0 -27
- package/locales/fullcalendar/cs.js +0 -29
- package/locales/fullcalendar/da.js +0 -27
- package/locales/fullcalendar/de.js +0 -30
- package/locales/fullcalendar/el.js +0 -27
- package/locales/fullcalendar/en-au.js +0 -14
- package/locales/fullcalendar/en-gb.js +0 -14
- package/locales/fullcalendar/en-nz.js +0 -14
- package/locales/fullcalendar/es-us.js +0 -27
- package/locales/fullcalendar/es.js +0 -27
- package/locales/fullcalendar/et.js +0 -29
- package/locales/fullcalendar/eu.js +0 -27
- package/locales/fullcalendar/fa.js +0 -30
- package/locales/fullcalendar/fi.js +0 -27
- package/locales/fullcalendar/fr-ca.js +0 -24
- package/locales/fullcalendar/fr-ch.js +0 -28
- package/locales/fullcalendar/fr.js +0 -28
- package/locales/fullcalendar/gl.js +0 -27
- package/locales/fullcalendar/he.js +0 -24
- package/locales/fullcalendar/hi.js +0 -29
- package/locales/fullcalendar/hr.js +0 -29
- package/locales/fullcalendar/hu.js +0 -27
- package/locales/fullcalendar/id.js +0 -27
- package/locales/fullcalendar/is.js +0 -27
- package/locales/fullcalendar/it.js +0 -29
- package/locales/fullcalendar/ja.js +0 -25
- package/locales/fullcalendar/ka.js +0 -29
- package/locales/fullcalendar/kk.js +0 -29
- package/locales/fullcalendar/ko.js +0 -23
- package/locales/fullcalendar/lb.js +0 -27
- package/locales/fullcalendar/lt.js +0 -27
- package/locales/fullcalendar/lv.js +0 -29
- package/locales/fullcalendar/mk.js +0 -25
- package/locales/fullcalendar/ms.js +0 -29
- package/locales/fullcalendar/nb.js +0 -27
- package/locales/fullcalendar/ne.js +0 -27
- package/locales/fullcalendar/nl.js +0 -27
- package/locales/fullcalendar/nn.js +0 -27
- package/locales/fullcalendar/pl.js +0 -27
- package/locales/fullcalendar/pt-br.js +0 -25
- package/locales/fullcalendar/pt.js +0 -27
- package/locales/fullcalendar/ro.js +0 -29
- package/locales/fullcalendar/ru.js +0 -29
- package/locales/fullcalendar/sk.js +0 -29
- package/locales/fullcalendar/sl.js +0 -27
- package/locales/fullcalendar/sq.js +0 -29
- package/locales/fullcalendar/sr-cyrl.js +0 -29
- package/locales/fullcalendar/sr.js +0 -29
- package/locales/fullcalendar/sv.js +0 -27
- package/locales/fullcalendar/th.js +0 -30
- package/locales/fullcalendar/tr.js +0 -27
- package/locales/fullcalendar/ug.js +0 -17
- package/locales/fullcalendar/uk.js +0 -29
- package/locales/fullcalendar/uz.js +0 -21
- package/locales/fullcalendar/vi.js +0 -29
- package/locales/fullcalendar/zh-cn.js +0 -30
- package/locales/fullcalendar/zh-tw.js +0 -23
- package/mobile/components/basic/default/.npmignore +0 -2
- package/mobile/components/basic/default/anchor/anchor.directive.d.ts +0 -8
- package/mobile/components/basic/default/app-update/app-update.component.d.ts +0 -26
- package/mobile/components/basic/default/basic.module.d.ts +0 -15
- package/mobile/components/basic/default/bundles/index.umd.js +0 -980
- package/mobile/components/basic/default/esm2022/anchor/anchor.directive.mjs +0 -44
- package/mobile/components/basic/default/esm2022/app-update/app-update.component.mjs +0 -116
- package/mobile/components/basic/default/esm2022/basic.module.mjs +0 -52
- package/mobile/components/basic/default/esm2022/file-browser/file-browser.component.mjs +0 -236
- package/mobile/components/basic/default/esm2022/file-browser/file-selector.service.mjs +0 -85
- package/mobile/components/basic/default/esm2022/image-cache/image-cache.directive.mjs +0 -61
- package/mobile/components/basic/default/esm2022/index.mjs +0 -5
- package/mobile/components/basic/default/esm2022/network-info-toaster/network-info-toaster.component.mjs +0 -183
- package/mobile/components/basic/default/esm2022/network-info-toaster/network-info-toaster.props.mjs +0 -5
- package/mobile/components/basic/default/esm2022/process-manager/process-management.service.mjs +0 -47
- package/mobile/components/basic/default/esm2022/process-manager/process-manager.component.mjs +0 -175
- package/mobile/components/basic/default/esm2022/public_api.mjs +0 -10
- package/mobile/components/basic/default/fesm2022/index.mjs +0 -958
- package/mobile/components/basic/default/fesm2022/index.mjs.map +0 -1
- package/mobile/components/basic/default/file-browser/file-browser.component.d.ts +0 -39
- package/mobile/components/basic/default/file-browser/file-selector.service.d.ts +0 -27
- package/mobile/components/basic/default/image-cache/image-cache.directive.d.ts +0 -18
- package/mobile/components/basic/default/index.d.ts +0 -5
- package/mobile/components/basic/default/network-info-toaster/network-info-toaster.component.d.ts +0 -28
- package/mobile/components/basic/default/network-info-toaster/network-info-toaster.props.d.ts +0 -1
- package/mobile/components/basic/default/package.json +0 -23
- package/mobile/components/basic/default/process-manager/process-management.service.d.ts +0 -36
- package/mobile/components/basic/default/process-manager/process-manager.component.d.ts +0 -33
- package/mobile/components/basic/default/public_api.d.ts +0 -9
- package/mobile/components/basic/search/.npmignore +0 -2
- package/mobile/components/basic/search/bundles/index.umd.js +0 -66
- package/mobile/components/basic/search/esm2022/index.mjs +0 -5
- package/mobile/components/basic/search/esm2022/public_api.mjs +0 -3
- package/mobile/components/basic/search/esm2022/search.directive.mjs +0 -17
- package/mobile/components/basic/search/esm2022/search.module.mjs +0 -28
- package/mobile/components/basic/search/fesm2022/index.mjs +0 -49
- package/mobile/components/basic/search/fesm2022/index.mjs.map +0 -1
- package/mobile/components/basic/search/index.d.ts +0 -5
- package/mobile/components/basic/search/package.json +0 -23
- package/mobile/components/basic/search/public_api.d.ts +0 -2
- package/mobile/components/basic/search/search.directive.d.ts +0 -7
- package/mobile/components/basic/search/search.module.d.ts +0 -9
- package/mobile/components/containers/segmented-control/.npmignore +0 -2
- package/mobile/components/containers/segmented-control/bundles/index.umd.js +0 -281
- package/mobile/components/containers/segmented-control/esm2022/index.mjs +0 -5
- package/mobile/components/containers/segmented-control/esm2022/public_api.mjs +0 -4
- package/mobile/components/containers/segmented-control/esm2022/segment-content/segment-content.component.mjs +0 -70
- package/mobile/components/containers/segmented-control/esm2022/segment-content/segment-content.props.mjs +0 -14
- package/mobile/components/containers/segmented-control/esm2022/segmented-control.component.mjs +0 -147
- package/mobile/components/containers/segmented-control/esm2022/segmented-control.module.mjs +0 -32
- package/mobile/components/containers/segmented-control/esm2022/segmented-control.props.mjs +0 -9
- package/mobile/components/containers/segmented-control/fesm2022/index.mjs +0 -264
- package/mobile/components/containers/segmented-control/fesm2022/index.mjs.map +0 -1
- package/mobile/components/containers/segmented-control/index.d.ts +0 -5
- package/mobile/components/containers/segmented-control/package.json +0 -23
- package/mobile/components/containers/segmented-control/public_api.d.ts +0 -3
- package/mobile/components/containers/segmented-control/segment-content/segment-content.component.d.ts +0 -18
- package/mobile/components/containers/segmented-control/segment-content/segment-content.props.d.ts +0 -1
- package/mobile/components/containers/segmented-control/segmented-control.component.d.ts +0 -20
- package/mobile/components/containers/segmented-control/segmented-control.module.d.ts +0 -10
- package/mobile/components/containers/segmented-control/segmented-control.props.d.ts +0 -1
- package/mobile/components/data/media-list/.npmignore +0 -2
- package/mobile/components/data/media-list/bundles/index.umd.js +0 -310
- package/mobile/components/data/media-list/esm2022/index.mjs +0 -5
- package/mobile/components/data/media-list/esm2022/media-list-item/media-list-item.directive.mjs +0 -24
- package/mobile/components/data/media-list/esm2022/media-list.component.mjs +0 -213
- package/mobile/components/data/media-list/esm2022/media-list.module.mjs +0 -48
- package/mobile/components/data/media-list/esm2022/media-list.props.mjs +0 -16
- package/mobile/components/data/media-list/esm2022/public_api.mjs +0 -4
- package/mobile/components/data/media-list/fesm2022/index.mjs +0 -297
- package/mobile/components/data/media-list/fesm2022/index.mjs.map +0 -1
- package/mobile/components/data/media-list/index.d.ts +0 -5
- package/mobile/components/data/media-list/media-list-item/media-list-item.directive.d.ts +0 -8
- package/mobile/components/data/media-list/media-list.component.d.ts +0 -33
- package/mobile/components/data/media-list/media-list.module.d.ts +0 -14
- package/mobile/components/data/media-list/media-list.props.d.ts +0 -1
- package/mobile/components/data/media-list/package.json +0 -23
- package/mobile/components/data/media-list/public_api.d.ts +0 -3
- package/mobile/components/device/barcode-scanner/.npmignore +0 -2
- package/mobile/components/device/barcode-scanner/barcode-scanner.component.d.ts +0 -18
- package/mobile/components/device/barcode-scanner/barcode-scanner.module.d.ts +0 -9
- package/mobile/components/device/barcode-scanner/barcode-scanner.props.d.ts +0 -1
- package/mobile/components/device/barcode-scanner/bundles/index.umd.js +0 -129
- package/mobile/components/device/barcode-scanner/esm2022/barcode-scanner.component.mjs +0 -69
- package/mobile/components/device/barcode-scanner/esm2022/barcode-scanner.module.mjs +0 -28
- package/mobile/components/device/barcode-scanner/esm2022/barcode-scanner.props.mjs +0 -15
- package/mobile/components/device/barcode-scanner/esm2022/index.mjs +0 -5
- package/mobile/components/device/barcode-scanner/esm2022/public_api.mjs +0 -3
- package/mobile/components/device/barcode-scanner/fesm2022/index.mjs +0 -112
- package/mobile/components/device/barcode-scanner/fesm2022/index.mjs.map +0 -1
- package/mobile/components/device/barcode-scanner/index.d.ts +0 -5
- package/mobile/components/device/barcode-scanner/package.json +0 -23
- package/mobile/components/device/barcode-scanner/public_api.d.ts +0 -2
- package/mobile/components/device/camera/.npmignore +0 -2
- package/mobile/components/device/camera/bundles/index.umd.js +0 -170
- package/mobile/components/device/camera/camera.component.d.ts +0 -37
- package/mobile/components/device/camera/camera.module.d.ts +0 -9
- package/mobile/components/device/camera/camera.props.d.ts +0 -1
- package/mobile/components/device/camera/esm2022/camera.component.mjs +0 -101
- package/mobile/components/device/camera/esm2022/camera.module.mjs +0 -28
- package/mobile/components/device/camera/esm2022/camera.props.mjs +0 -25
- package/mobile/components/device/camera/esm2022/index.mjs +0 -5
- package/mobile/components/device/camera/esm2022/public_api.mjs +0 -3
- package/mobile/components/device/camera/fesm2022/index.mjs +0 -153
- package/mobile/components/device/camera/fesm2022/index.mjs.map +0 -1
- package/mobile/components/device/camera/index.d.ts +0 -5
- package/mobile/components/device/camera/package.json +0 -23
- package/mobile/components/device/camera/public_api.d.ts +0 -2
- package/mobile/components/input/file-upload/.npmignore +0 -2
- package/mobile/components/input/file-upload/bundles/index.umd.js +0 -88
- package/mobile/components/input/file-upload/esm2022/file-upload.directive.mjs +0 -41
- package/mobile/components/input/file-upload/esm2022/file-upload.module.mjs +0 -28
- package/mobile/components/input/file-upload/esm2022/index.mjs +0 -5
- package/mobile/components/input/file-upload/esm2022/public_api.mjs +0 -3
- package/mobile/components/input/file-upload/fesm2022/index.mjs +0 -71
- package/mobile/components/input/file-upload/fesm2022/index.mjs.map +0 -1
- package/mobile/components/input/file-upload/file-upload.directive.d.ts +0 -11
- package/mobile/components/input/file-upload/file-upload.module.d.ts +0 -9
- package/mobile/components/input/file-upload/index.d.ts +0 -5
- package/mobile/components/input/file-upload/package.json +0 -23
- package/mobile/components/input/file-upload/public_api.d.ts +0 -2
- package/mobile/components/page/default/.npmignore +0 -2
- package/mobile/components/page/default/bundles/index.umd.js +0 -127
- package/mobile/components/page/default/esm2022/index.mjs +0 -5
- package/mobile/components/page/default/esm2022/page-content-loader/page-content-loader.component.mjs +0 -24
- package/mobile/components/page/default/esm2022/page.directive.mjs +0 -58
- package/mobile/components/page/default/esm2022/page.module.mjs +0 -32
- package/mobile/components/page/default/esm2022/public_api.mjs +0 -4
- package/mobile/components/page/default/fesm2022/index.mjs +0 -110
- package/mobile/components/page/default/fesm2022/index.mjs.map +0 -1
- package/mobile/components/page/default/index.d.ts +0 -5
- package/mobile/components/page/default/package.json +0 -23
- package/mobile/components/page/default/page-content-loader/page-content-loader.component.d.ts +0 -7
- package/mobile/components/page/default/page.directive.d.ts +0 -19
- package/mobile/components/page/default/page.module.d.ts +0 -10
- package/mobile/components/page/default/public_api.d.ts +0 -3
- package/mobile/components/page/left-panel/.npmignore +0 -2
- package/mobile/components/page/left-panel/bundles/index.umd.js +0 -91
- package/mobile/components/page/left-panel/esm2022/index.mjs +0 -5
- package/mobile/components/page/left-panel/esm2022/left-panel.directive.mjs +0 -45
- package/mobile/components/page/left-panel/esm2022/left-panel.module.mjs +0 -28
- package/mobile/components/page/left-panel/esm2022/public_api.mjs +0 -3
- package/mobile/components/page/left-panel/fesm2022/index.mjs +0 -74
- package/mobile/components/page/left-panel/fesm2022/index.mjs.map +0 -1
- package/mobile/components/page/left-panel/index.d.ts +0 -5
- package/mobile/components/page/left-panel/left-panel.directive.d.ts +0 -16
- package/mobile/components/page/left-panel/left-panel.module.d.ts +0 -9
- package/mobile/components/page/left-panel/package.json +0 -23
- package/mobile/components/page/left-panel/public_api.d.ts +0 -2
- package/mobile/components/page/mobile-navbar/.npmignore +0 -2
- package/mobile/components/page/mobile-navbar/bundles/index.umd.js +0 -332
- package/mobile/components/page/mobile-navbar/esm2022/index.mjs +0 -5
- package/mobile/components/page/mobile-navbar/esm2022/mobile-navbar.component.mjs +0 -247
- package/mobile/components/page/mobile-navbar/esm2022/mobile-navbar.module.mjs +0 -32
- package/mobile/components/page/mobile-navbar/esm2022/mobile-navbar.props.mjs +0 -41
- package/mobile/components/page/mobile-navbar/esm2022/public_api.mjs +0 -3
- package/mobile/components/page/mobile-navbar/fesm2022/index.mjs +0 -317
- package/mobile/components/page/mobile-navbar/fesm2022/index.mjs.map +0 -1
- package/mobile/components/page/mobile-navbar/index.d.ts +0 -5
- package/mobile/components/page/mobile-navbar/mobile-navbar.component.d.ts +0 -50
- package/mobile/components/page/mobile-navbar/mobile-navbar.module.d.ts +0 -10
- package/mobile/components/page/mobile-navbar/mobile-navbar.props.d.ts +0 -2
- package/mobile/components/page/mobile-navbar/package.json +0 -23
- package/mobile/components/page/mobile-navbar/public_api.d.ts +0 -2
- package/mobile/components/page/tab-bar/.npmignore +0 -2
- package/mobile/components/page/tab-bar/bundles/index.umd.js +0 -279
- package/mobile/components/page/tab-bar/esm2022/index.mjs +0 -5
- package/mobile/components/page/tab-bar/esm2022/public_api.mjs +0 -3
- package/mobile/components/page/tab-bar/esm2022/tab-bar.module.mjs +0 -28
- package/mobile/components/page/tab-bar/esm2022/tabbar.component.mjs +0 -219
- package/mobile/components/page/tab-bar/esm2022/tabbar.props.mjs +0 -15
- package/mobile/components/page/tab-bar/fesm2022/index.mjs +0 -262
- package/mobile/components/page/tab-bar/fesm2022/index.mjs.map +0 -1
- package/mobile/components/page/tab-bar/index.d.ts +0 -5
- package/mobile/components/page/tab-bar/package.json +0 -23
- package/mobile/components/page/tab-bar/public_api.d.ts +0 -2
- package/mobile/components/page/tab-bar/tab-bar.module.d.ts +0 -9
- package/mobile/components/page/tab-bar/tabbar.component.d.ts +0 -40
- package/mobile/components/page/tab-bar/tabbar.props.d.ts +0 -1
- package/mobile/core/.npmignore +0 -2
- package/mobile/core/bundles/index.umd.js +0 -1658
- package/mobile/core/core.module.d.ts +0 -15
- package/mobile/core/esm2022/core.module.mjs +0 -79
- package/mobile/core/esm2022/index.mjs +0 -5
- package/mobile/core/esm2022/native.xhr.mjs +0 -340
- package/mobile/core/esm2022/public_api.mjs +0 -12
- package/mobile/core/esm2022/services/device-file-cache.service.mjs +0 -92
- package/mobile/core/esm2022/services/device-file-download.service.mjs +0 -154
- package/mobile/core/esm2022/services/device-file-opener.service.mjs +0 -112
- package/mobile/core/esm2022/services/device-file-upload.service.mjs +0 -91
- package/mobile/core/esm2022/services/device-file.service.mjs +0 -237
- package/mobile/core/esm2022/services/device-start-up-service.mjs +0 -2
- package/mobile/core/esm2022/services/device.service.mjs +0 -150
- package/mobile/core/esm2022/services/ext-app-message.service.mjs +0 -114
- package/mobile/core/esm2022/services/network.service.mjs +0 -358
- package/mobile/core/fesm2022/index.mjs +0 -1660
- package/mobile/core/fesm2022/index.mjs.map +0 -1
- package/mobile/core/index.d.ts +0 -5
- package/mobile/core/native.xhr.d.ts +0 -36
- package/mobile/core/package.json +0 -28
- package/mobile/core/public_api.d.ts +0 -11
- package/mobile/core/services/device-file-cache.service.d.ts +0 -24
- package/mobile/core/services/device-file-download.service.d.ts +0 -36
- package/mobile/core/services/device-file-opener.service.d.ts +0 -25
- package/mobile/core/services/device-file-upload.service.d.ts +0 -27
- package/mobile/core/services/device-file.service.d.ts +0 -45
- package/mobile/core/services/device-start-up-service.d.ts +0 -4
- package/mobile/core/services/device.service.d.ts +0 -52
- package/mobile/core/services/ext-app-message.service.d.ts +0 -24
- package/mobile/core/services/network.service.d.ts +0 -118
- package/mobile/offline/.npmignore +0 -2
- package/mobile/offline/bundles/index.umd.js +0 -3512
- package/mobile/offline/esm2022/index.mjs +0 -5
- package/mobile/offline/esm2022/models/config.mjs +0 -64
- package/mobile/offline/esm2022/models/local-db-store.mjs +0 -412
- package/mobile/offline/esm2022/offline.module.mjs +0 -100
- package/mobile/offline/esm2022/public_api.mjs +0 -7
- package/mobile/offline/esm2022/services/change-log.service.mjs +0 -332
- package/mobile/offline/esm2022/services/local-db-data-pull.service.mjs +0 -525
- package/mobile/offline/esm2022/services/local-db-management.service.mjs +0 -855
- package/mobile/offline/esm2022/services/local-db.service.mjs +0 -193
- package/mobile/offline/esm2022/services/local-key-value.service.mjs +0 -87
- package/mobile/offline/esm2022/services/push.service.mjs +0 -49
- package/mobile/offline/esm2022/services/workers/error-blocker.mjs +0 -115
- package/mobile/offline/esm2022/services/workers/file-handler.mjs +0 -162
- package/mobile/offline/esm2022/services/workers/id-resolver.mjs +0 -154
- package/mobile/offline/esm2022/services/workers/multi-part-param-transformer.mjs +0 -63
- package/mobile/offline/esm2022/utils/file-upload.utils.mjs +0 -59
- package/mobile/offline/esm2022/utils/live-variable.utils.mjs +0 -232
- package/mobile/offline/esm2022/utils/query-executor.utils.mjs +0 -82
- package/mobile/offline/esm2022/utils/security.utils.mjs +0 -119
- package/mobile/offline/esm2022/utils/utils.mjs +0 -8
- package/mobile/offline/fesm2022/index.mjs +0 -3529
- package/mobile/offline/fesm2022/index.mjs.map +0 -1
- package/mobile/offline/index.d.ts +0 -5
- package/mobile/offline/models/config.d.ts +0 -80
- package/mobile/offline/models/local-db-store.d.ts +0 -119
- package/mobile/offline/offline.module.d.ts +0 -17
- package/mobile/offline/package.json +0 -28
- package/mobile/offline/public_api.d.ts +0 -6
- package/mobile/offline/services/change-log.service.d.ts +0 -112
- package/mobile/offline/services/local-db-data-pull.service.d.ts +0 -139
- package/mobile/offline/services/local-db-management.service.d.ts +0 -179
- package/mobile/offline/services/local-db.service.d.ts +0 -83
- package/mobile/offline/services/local-key-value.service.d.ts +0 -38
- package/mobile/offline/services/push.service.d.ts +0 -11
- package/mobile/offline/services/workers/error-blocker.d.ts +0 -26
- package/mobile/offline/services/workers/file-handler.d.ts +0 -56
- package/mobile/offline/services/workers/id-resolver.d.ts +0 -26
- package/mobile/offline/services/workers/multi-part-param-transformer.d.ts +0 -11
- package/mobile/offline/utils/file-upload.utils.d.ts +0 -14
- package/mobile/offline/utils/live-variable.utils.d.ts +0 -24
- package/mobile/offline/utils/query-executor.utils.d.ts +0 -15
- package/mobile/offline/utils/security.utils.d.ts +0 -19
- package/mobile/offline/utils/utils.d.ts +0 -2
- package/mobile/placeholder/runtime/.npmignore +0 -2
- package/mobile/placeholder/runtime/bundles/index.umd.js +0 -70
- package/mobile/placeholder/runtime/components/app-ext.component.d.ts +0 -5
- package/mobile/placeholder/runtime/esm2022/components/app-ext.component.mjs +0 -19
- package/mobile/placeholder/runtime/esm2022/index.mjs +0 -5
- package/mobile/placeholder/runtime/esm2022/mobile-runtime.module.mjs +0 -27
- package/mobile/placeholder/runtime/esm2022/public_api.mjs +0 -3
- package/mobile/placeholder/runtime/fesm2022/index.mjs +0 -50
- package/mobile/placeholder/runtime/fesm2022/index.mjs.map +0 -1
- package/mobile/placeholder/runtime/index.d.ts +0 -5
- package/mobile/placeholder/runtime/mobile-runtime.module.d.ts +0 -9
- package/mobile/placeholder/runtime/package.json +0 -27
- package/mobile/placeholder/runtime/public_api.d.ts +0 -2
- package/mobile/placeholder/runtime-dynamic/.npmignore +0 -2
- package/mobile/placeholder/runtime-dynamic/bundles/index.umd.js +0 -40
- package/mobile/placeholder/runtime-dynamic/esm2022/index.mjs +0 -5
- package/mobile/placeholder/runtime-dynamic/esm2022/mobile-runtime-dynamic.module.mjs +0 -13
- package/mobile/placeholder/runtime-dynamic/esm2022/public_api.mjs +0 -2
- package/mobile/placeholder/runtime-dynamic/fesm2022/index.mjs +0 -20
- package/mobile/placeholder/runtime-dynamic/fesm2022/index.mjs.map +0 -1
- package/mobile/placeholder/runtime-dynamic/index.d.ts +0 -5
- package/mobile/placeholder/runtime-dynamic/mobile-runtime-dynamic.module.d.ts +0 -7
- package/mobile/placeholder/runtime-dynamic/package.json +0 -23
- package/mobile/placeholder/runtime-dynamic/public_api.d.ts +0 -1
- package/mobile/runtime/.npmignore +0 -2
- package/mobile/runtime/bundles/index.umd.js +0 -732
- package/mobile/runtime/components/app-ext.component.d.ts +0 -14
- package/mobile/runtime/esm2022/components/app-ext.component.mjs +0 -59
- package/mobile/runtime/esm2022/index.mjs +0 -5
- package/mobile/runtime/esm2022/mobile-runtime.module.mjs +0 -351
- package/mobile/runtime/esm2022/public_api.mjs +0 -6
- package/mobile/runtime/esm2022/services/cookie.service.mjs +0 -135
- package/mobile/runtime/esm2022/services/http-interceptor.service.mjs +0 -147
- package/mobile/runtime/esm2022/services/webprocess.service.mjs +0 -76
- package/mobile/runtime/fesm2022/index.mjs +0 -742
- package/mobile/runtime/fesm2022/index.mjs.map +0 -1
- package/mobile/runtime/index.d.ts +0 -5
- package/mobile/runtime/mobile-runtime.module.d.ts +0 -51
- package/mobile/runtime/package.json +0 -28
- package/mobile/runtime/public_api.d.ts +0 -5
- package/mobile/runtime/services/cookie.service.d.ts +0 -31
- package/mobile/runtime/services/http-interceptor.service.d.ts +0 -19
- package/mobile/runtime/services/webprocess.service.d.ts +0 -15
- package/mobile/runtime-dynamic/.npmignore +0 -2
- package/mobile/runtime-dynamic/bundles/index.umd.js +0 -461
- package/mobile/runtime-dynamic/esm2022/index.mjs +0 -5
- package/mobile/runtime-dynamic/esm2022/mobile-runtime-dynamic.module.mjs +0 -48
- package/mobile/runtime-dynamic/esm2022/public_api.mjs +0 -2
- package/mobile/runtime-dynamic/esm2022/services/live-sync.service.mjs +0 -404
- package/mobile/runtime-dynamic/fesm2022/index.mjs +0 -454
- package/mobile/runtime-dynamic/fesm2022/index.mjs.map +0 -1
- package/mobile/runtime-dynamic/index.d.ts +0 -5
- package/mobile/runtime-dynamic/mobile-runtime-dynamic.module.d.ts +0 -8
- package/mobile/runtime-dynamic/package.json +0 -23
- package/mobile/runtime-dynamic/public_api.d.ts +0 -1
- package/mobile/runtime-dynamic/services/live-sync.service.d.ts +0 -38
- package/mobile/variables/.npmignore +0 -2
- package/mobile/variables/bundles/index.umd.js +0 -1166
- package/mobile/variables/esm2022/index.mjs +0 -5
- package/mobile/variables/esm2022/public_api.mjs +0 -10
- package/mobile/variables/esm2022/services/calendar-service.mjs +0 -77
- package/mobile/variables/esm2022/services/camera-service.mjs +0 -70
- package/mobile/variables/esm2022/services/contacts-service.mjs +0 -74
- package/mobile/variables/esm2022/services/datasync-service.mjs +0 -363
- package/mobile/variables/esm2022/services/device-service/device-service.mjs +0 -161
- package/mobile/variables/esm2022/services/device-service/location-service.mjs +0 -200
- package/mobile/variables/esm2022/services/file-service.mjs +0 -87
- package/mobile/variables/esm2022/services/scan-service.mjs +0 -60
- package/mobile/variables/esm2022/variables.module.mjs +0 -78
- package/mobile/variables/fesm2022/index.mjs +0 -1143
- package/mobile/variables/fesm2022/index.mjs.map +0 -1
- package/mobile/variables/index.d.ts +0 -5
- package/mobile/variables/package.json +0 -28
- package/mobile/variables/public_api.d.ts +0 -9
- package/mobile/variables/services/calendar-service.d.ts +0 -10
- package/mobile/variables/services/camera-service.d.ts +0 -8
- package/mobile/variables/services/contacts-service.d.ts +0 -6
- package/mobile/variables/services/datasync-service.d.ts +0 -11
- package/mobile/variables/services/device-service/device-service.d.ts +0 -17
- package/mobile/variables/services/device-service/location-service.d.ts +0 -63
- package/mobile/variables/services/file-service.d.ts +0 -7
- package/mobile/variables/services/scan-service.d.ts +0 -7
- package/mobile/variables/variables.module.d.ts +0 -25
- package/oAuth/esm2022/oAuth.module.mjs +0 -19
- package/oAuth/oAuth.module.d.ts +0 -8
- package/scripts/fullcalendar/main.min.js +0 -6
- package/security/esm2022/security.module.mjs +0 -19
- package/security/security.module.d.ts +0 -8
- package/variables/esm2022/manager/variable/device-variable-manager.mjs +0 -48
- package/variables/esm2022/manager/variable/device-variable-operation.mjs +0 -2
- package/variables/esm2022/manager/variable/device-variable-service.mjs +0 -45
- package/variables/esm2022/model/variable/device-variable.mjs +0 -19
- package/variables/esm2022/variables.module.mjs +0 -52
- package/variables/manager/variable/device-variable-manager.d.ts +0 -26
- package/variables/manager/variable/device-variable-operation.d.ts +0 -37
- package/variables/manager/variable/device-variable-service.d.ts +0 -6
- package/variables/model/variable/device-variable.d.ts +0 -6
- package/variables/variables.module.d.ts +0 -16
|
@@ -1,93 +1,88 @@
|
|
|
1
1
|
import * as i0 from '@angular/core';
|
|
2
|
-
import { Injectable, Directive, inject, ViewChild, Inject, HostListener, Optional, Input, Component, ViewContainerRef,
|
|
2
|
+
import { Injectable, Directive, inject, ViewChild, Inject, HostListener, Optional, Input, Component, ViewContainerRef, ChangeDetectorRef, KeyValueDiffers, ViewEncapsulation, Self, NgModule, CUSTOM_ELEMENTS_SCHEMA, NO_ERRORS_SCHEMA, APP_ID, RendererStyleFlags2, APP_INITIALIZER, LOCALE_ID } from '@angular/core';
|
|
3
3
|
import * as i1$1 from '@angular/router';
|
|
4
4
|
import { ActivatedRoute, Router, RouterOutlet, NavigationStart, NavigationEnd, NavigationCancel, NavigationError, RouterModule } from '@angular/router';
|
|
5
|
-
import * as
|
|
6
|
-
import { AsyncPipe, SlicePipe, PercentPipe, I18nPluralPipe, NgLocalization, I18nSelectPipe, KeyValuePipe, UpperCasePipe, LowerCasePipe, JsonPipe, DecimalPipe, TitleCasePipe, CurrencyPipe, DatePipe, DOCUMENT, ɵgetDOM as _getDOM
|
|
5
|
+
import * as i5 from '@angular/common';
|
|
6
|
+
import { CommonModule, AsyncPipe, SlicePipe, PercentPipe, I18nPluralPipe, NgLocalization, I18nSelectPipe, KeyValuePipe, UpperCasePipe, LowerCasePipe, JsonPipe, DecimalPipe, TitleCasePipe, CurrencyPipe, DatePipe, DOCUMENT, ɵgetDOM as _getDOM } from '@angular/common';
|
|
7
7
|
import * as i1 from '@wm/core';
|
|
8
|
-
import { $appDigest, isDefined, triggerFn, fetchContent, _WM_APP_PROJECT, stringStartsWith, loadStyleSheets, loadScripts, noop as noop$1, App, AbstractI18nService, ScriptLoaderService, Viewport, UtilsService, $invokeWatchers, registerFnByExpr, LRUCache, muteWatchers, AbstractNavigationService, getWmProjectProperties,
|
|
8
|
+
import { $appDigest, isDefined, triggerFn, fetchContent, _WM_APP_PROJECT, stringStartsWith, loadStyleSheets, loadScripts, noop as noop$1, App, AbstractI18nService, ScriptLoaderService, Viewport, UtilsService, $invokeWatchers, registerFnByExpr, LRUCache, muteWatchers, AbstractNavigationService, getWmProjectProperties, isIos, isAndroid, unMuteWatchers, $watch, isIE, CustomPipeManager, getSessionStorageItem, AbstractDialogService, StatePersistence, AbstractSpinnerService, AbstractToasterService, ConstantService, FieldTypeService, FieldWidgetService, DynamicComponentRefProvider, EventNotifier, setCSS, setSessionStorageItem, replace, setPipeProvider, setNgZone, setAppRef, addClass, removeClass, extendProto, $parseExpr, AppDefaults, isObject as isObject$1, isIphone, isIpod, isIpad } from '@wm/core';
|
|
9
9
|
import * as i2 from '@wm/security';
|
|
10
|
-
import {
|
|
10
|
+
import { SecurityService } from '@wm/security';
|
|
11
11
|
import * as i4 from '@wm/variables';
|
|
12
|
-
import {
|
|
12
|
+
import { $rootScope, VariablesService, CONSTANTS, appManager, httpService, MetadataService } from '@wm/variables';
|
|
13
13
|
import { isEmpty, trim, forEach, extend, get, merge, isUndefined, isObject, endsWith, each, isNil, capitalize, startsWith, split, includes, isString, isNumber, find, intersection, map, toLower, values, findKey, keys, isEqual, filter } from 'lodash-es';
|
|
14
|
-
import { SpaPageDirective, PageDirective, LayoutDirective,
|
|
14
|
+
import { SpaPageDirective, PageDirective, LayoutDirective, ContentComponent, PageContentComponent, RouterOutletDirective } from '@wm/components/page';
|
|
15
15
|
import { Subject } from 'rxjs';
|
|
16
16
|
import * as i3 from '@wm/components/base';
|
|
17
|
-
import { WidgetRef, PartialDirective, FileIconClassPipe, FileExtensionFromMimePipe, StateClassPipe, FileSizePipe, FilterPipe, ToDatePipe, ToNumberPipe, ToCurrencyPipe, PrefixPipe, SuffixPipe, TimeFromNowPipe, NumberToStringPipe, StringToNumberPipe, CustomPipe, TrustAsPipe, SanitizePipe
|
|
17
|
+
import { WidgetRef, PartialDirective, WmComponentsModule, FileIconClassPipe, FileExtensionFromMimePipe, StateClassPipe, FileSizePipe, FilterPipe, ToDatePipe, ToNumberPipe, ToCurrencyPipe, PrefixPipe, SuffixPipe, TimeFromNowPipe, NumberToStringPipe, StringToNumberPipe, CustomPipe, TrustAsPipe, SanitizePipe } from '@wm/components/base';
|
|
18
18
|
import { __decorate, __param, __metadata } from 'tslib';
|
|
19
|
-
import { RadiosetComponent, CheckboxsetComponent,
|
|
20
|
-
import
|
|
21
|
-
import
|
|
22
|
-
import * as i1$5 from '@angular/common/http';
|
|
19
|
+
import { RadiosetComponent, CheckboxsetComponent, ButtonComponent, ButtonGroupDirective, CaptionPositionDirective, CheckboxComponent, CompositeDirective, NumberComponent, SelectComponent, SwitchComponent, InputCalendarComponent, InputColorComponent, InputEmailComponent, InputNumberComponent, InputTextComponent, TextareaComponent } from '@wm/components/input';
|
|
20
|
+
import { PrefabContainerDirective, PrefabDirective as PrefabDirective$1 } from '@wm/components/prefab';
|
|
21
|
+
import * as i1$4 from '@angular/common/http';
|
|
23
22
|
import { HTTP_INTERCEPTORS, HttpClientModule } from '@angular/common/http';
|
|
24
|
-
import * as i1$
|
|
23
|
+
import * as i1$3 from '@angular/platform-browser';
|
|
25
24
|
import { EventManager, ɵSharedStylesHost as _SharedStylesHost, ɵDomRendererFactory2 as _DomRendererFactory2 } from '@angular/platform-browser';
|
|
26
25
|
import { FormsModule, ReactiveFormsModule } from '@angular/forms';
|
|
27
|
-
import * as i1$
|
|
26
|
+
import * as i1$2 from 'ngx-toastr';
|
|
28
27
|
import { Toast, ToastrModule } from 'ngx-toastr';
|
|
29
|
-
import {
|
|
30
|
-
import
|
|
31
|
-
import {
|
|
32
|
-
import
|
|
33
|
-
import { DesignDialogModule } from '@wm/components/dialogs/design-dialog';
|
|
34
|
-
import * as i1$6 from '@wm/mobile/runtime';
|
|
35
|
-
import { MobileRuntimeModule } from '@wm/mobile/runtime';
|
|
36
|
-
import { WmHttpRequest, WmHttpResponse, HttpServiceModule } from '@wm/http';
|
|
28
|
+
import { DialogBodyDirective, DialogFooterDirective, DialogHeaderComponent } from '@wm/components/dialogs';
|
|
29
|
+
import { ConfirmDialogComponent } from '@wm/components/dialogs/confirm-dialog';
|
|
30
|
+
import { DialogComponent } from '@wm/components/dialogs/design-dialog';
|
|
31
|
+
import { WmHttpRequest, WmHttpResponse, HttpServiceImpl } from '@wm/http';
|
|
37
32
|
import * as i2$2 from '@wm/oAuth';
|
|
38
|
-
import {
|
|
33
|
+
import { OAuthService } from '@wm/oAuth';
|
|
34
|
+
import * as momentLib from 'moment-timezone/moment-timezone';
|
|
39
35
|
import { defineLocale } from 'ngx-bootstrap/chronos';
|
|
40
36
|
import * as i2$1 from 'ngx-bootstrap/datepicker';
|
|
41
37
|
import { BsDatepickerModule } from 'ngx-bootstrap/datepicker';
|
|
38
|
+
import { AlertDialogComponent } from '@wm/components/dialogs/alert-dialog';
|
|
42
39
|
import { setTheme } from 'ngx-bootstrap/utils';
|
|
43
|
-
import * as i11 from '@wm/components/dialogs/alert-dialog';
|
|
44
|
-
import { AlertDialogModule } from '@wm/components/dialogs/alert-dialog';
|
|
45
40
|
import { tap } from 'rxjs/operators';
|
|
46
41
|
import { transpile } from '@wm/transpiler';
|
|
47
42
|
import { initComponentsBuildTask } from '@wm/build-task';
|
|
48
|
-
import {
|
|
49
|
-
import {
|
|
50
|
-
import {
|
|
51
|
-
import {
|
|
52
|
-
import {
|
|
53
|
-
import {
|
|
54
|
-
import {
|
|
55
|
-
import {
|
|
56
|
-
import {
|
|
57
|
-
import {
|
|
58
|
-
import {
|
|
59
|
-
import {
|
|
60
|
-
import {
|
|
61
|
-
import {
|
|
62
|
-
import {
|
|
63
|
-
import {
|
|
64
|
-
import {
|
|
65
|
-
import {
|
|
66
|
-
import {
|
|
67
|
-
import {
|
|
68
|
-
import {
|
|
69
|
-
import {
|
|
70
|
-
import {
|
|
71
|
-
import {
|
|
72
|
-
import {
|
|
73
|
-
import {
|
|
74
|
-
import {
|
|
75
|
-
import {
|
|
76
|
-
import {
|
|
77
|
-
import {
|
|
78
|
-
import {
|
|
79
|
-
import {
|
|
80
|
-
import {
|
|
81
|
-
import {
|
|
82
|
-
import {
|
|
83
|
-
import {
|
|
84
|
-
import {
|
|
85
|
-
import {
|
|
86
|
-
import {
|
|
87
|
-
import {
|
|
88
|
-
import {
|
|
89
|
-
import {
|
|
90
|
-
import {
|
|
43
|
+
import { FooterDirective } from '@wm/components/page/footer';
|
|
44
|
+
import { HeaderComponent } from '@wm/components/page/header';
|
|
45
|
+
import { LeftPanelDirective } from '@wm/components/page/left-panel';
|
|
46
|
+
import { RightPanelDirective } from '@wm/components/page/right-panel';
|
|
47
|
+
import { TopNavDirective } from '@wm/components/page/top-nav';
|
|
48
|
+
import { AnchorComponent, AudioComponent, HtmlDirective, IconComponent, IframeComponent, LabelDirective, PictureDirective, SpinnerComponent, VideoComponent } from '@wm/components/basic';
|
|
49
|
+
import { ProgressBarComponent, ProgressCircleComponent } from '@wm/components/basic/progress';
|
|
50
|
+
import { RichTextEditorComponent } from '@wm/components/basic/rich-text-editor';
|
|
51
|
+
import { SearchComponent, ScrollableDirective } from '@wm/components/basic/search';
|
|
52
|
+
import { TreeComponent } from '@wm/components/basic/tree';
|
|
53
|
+
import { CalendarComponent } from '@wm/components/input/calendar';
|
|
54
|
+
import { ChipsComponent } from '@wm/components/input/chips';
|
|
55
|
+
import { ColorPickerComponent } from '@wm/components/input/color-picker';
|
|
56
|
+
import { CurrencyComponent } from '@wm/components/input/currency';
|
|
57
|
+
import { DateComponent, DatetimeComponent, TimeComponent, DateTimePickerComponent, TimePickerComponent, PickerComponent, PickerGroupComponent } from '@wm/components/input/epoch';
|
|
58
|
+
import { FileUploadComponent } from '@wm/components/input/file-upload';
|
|
59
|
+
import { RatingComponent } from '@wm/components/input/rating';
|
|
60
|
+
import { SliderComponent } from '@wm/components/input/slider';
|
|
61
|
+
import { CardComponent, CardActionsDirective, CardContentComponent, CardFooterDirective } from '@wm/components/data/card';
|
|
62
|
+
import { FormComponent, FormWidgetDirective, FormActionDirective, FormFieldDirective, LiveActionsDirective, DependsonDirective, LiveFilterDirective, LiveFormDirective } from '@wm/components/data/form';
|
|
63
|
+
import { ListComponent, ListItemDirective } from '@wm/components/data/list';
|
|
64
|
+
import { LiveTableComponent } from '@wm/components/data/live-table';
|
|
65
|
+
import { PaginationComponent } from '@wm/components/data/pagination';
|
|
66
|
+
import { TableComponent, TableCUDDirective, TableFilterSortDirective, TableActionDirective, TableColumnDirective, TableColumnGroupDirective, TableRowDirective, TableRowActionDirective } from '@wm/components/data/table';
|
|
67
|
+
import { ChartComponent } from '@wm/components/chart';
|
|
68
|
+
import { AccordionPaneComponent, AccordionDirective } from '@wm/components/containers/accordion';
|
|
69
|
+
import { LinearLayoutDirective, LinearLayoutItemDirective } from '@wm/components/containers/linear-layout';
|
|
70
|
+
import { LayoutgridDirective, LayoutGridRowDirective, LayoutGridColumnDirective } from '@wm/components/containers/layout-grid';
|
|
71
|
+
import { PanelComponent } from '@wm/components/containers/panel';
|
|
72
|
+
import { TabPaneComponent, TabsComponent } from '@wm/components/containers/tabs';
|
|
73
|
+
import { TileDirective } from '@wm/components/containers/tile';
|
|
74
|
+
import { WizardActionDirective, WizardStepComponent, WizardComponent } from '@wm/components/containers/wizard';
|
|
75
|
+
import { IframeDialogComponent } from '@wm/components/dialogs/iframe-dialog';
|
|
76
|
+
import { LoginDialogDirective } from '@wm/components/dialogs/login-dialog';
|
|
77
|
+
import { PartialDialogComponent } from '@wm/components/dialogs/partial-dialog';
|
|
78
|
+
import { BreadcrumbComponent } from '@wm/components/navigation/breadcrumb';
|
|
79
|
+
import { MenuComponent, MenuDropdownComponent, MenuDropdownItemComponent, NavigationControlDirective, NavComponent, NavItemDirective } from '@wm/components/navigation/menu';
|
|
80
|
+
import { NavbarComponent } from '@wm/components/navigation/navbar';
|
|
81
|
+
import { PopoverComponent } from '@wm/components/navigation/popover';
|
|
82
|
+
import { CarouselDirective, CarouselTemplateDirective } from '@wm/components/advanced/carousel';
|
|
83
|
+
import { LoginComponent } from '@wm/components/advanced/login';
|
|
84
|
+
import { MarqueeDirective } from '@wm/components/advanced/marquee';
|
|
85
|
+
import { CustomWidgetDirective, CustomWidgetContainerDirective } from '@wm/components/advanced/custom';
|
|
91
86
|
import { TimepickerModule } from 'ngx-bootstrap/timepicker';
|
|
92
87
|
import { BsDropdownModule } from 'ngx-bootstrap/dropdown';
|
|
93
88
|
import { PaginationModule } from 'ngx-bootstrap/pagination';
|
|
@@ -304,60 +299,43 @@ class AppManagerService {
|
|
|
304
299
|
// do not provide redirectTo page if fetching HOME page resulted 401
|
|
305
300
|
// on app load, by default Home page is loaded
|
|
306
301
|
page = this.$security.getRedirectPage(config);
|
|
307
|
-
|
|
308
|
-
|
|
309
|
-
|
|
310
|
-
|
|
311
|
-
|
|
312
|
-
|
|
313
|
-
|
|
314
|
-
|
|
315
|
-
|
|
316
|
-
|
|
317
|
-
|
|
318
|
-
|
|
319
|
-
|
|
320
|
-
|
|
321
|
-
|
|
322
|
-
|
|
323
|
-
|
|
324
|
-
|
|
325
|
-
|
|
326
|
-
|
|
327
|
-
|
|
328
|
-
|
|
329
|
-
|
|
330
|
-
|
|
331
|
-
// showing a redirecting message
|
|
332
|
-
document.body.textContent = get(this.getAppLocale(), ['MESSAGE_LOGIN_REDIRECTION']) || 'Redirecting to sso login...';
|
|
333
|
-
// appending redirect to page and page params
|
|
334
|
-
const ssoUrl = this.getDeployedURL() + SSO_URL + page + queryParams;
|
|
335
|
-
/*
|
|
336
|
-
* remove iFrame when redirected to IdP login page.
|
|
337
|
-
* this is being done as IDPs do not allow to get themselves loaded into iFrames.
|
|
338
|
-
* remove-toolbar has been assigned with a window name WM_PREVIEW_WINDOW, check if the iframe is our toolbar related and
|
|
339
|
-
* safely change the location of the parent toolbar with current url.
|
|
340
|
-
*/
|
|
341
|
-
if (window.self !== window.top) {
|
|
342
|
-
try {
|
|
343
|
-
if (window.parent && window.location.origin === window.parent.origin) {
|
|
344
|
-
if (window.parent.name === PREVIEW_WINDOW_NAME) {
|
|
345
|
-
window.parent.location.href = window.self.location.href;
|
|
346
|
-
window.parent.name = "";
|
|
347
|
-
}
|
|
348
|
-
}
|
|
349
|
-
else {
|
|
350
|
-
window.location.href = ssoUrl;
|
|
302
|
+
page = page ? '?redirectPage=' + encodeURIComponent(page) : '';
|
|
303
|
+
/*
|
|
304
|
+
* For preview, this.$security.getRedirectedRouteQueryParams() gets the queryparams form the activated route(pagewrappercomponent)
|
|
305
|
+
* For deployed app, canactivate guard resolved to false and gets the queryparams from the canactivate gurard(no active route component)
|
|
306
|
+
*/
|
|
307
|
+
queryParams = (options && options.queryParams) || this.$security.getRedirectedRouteQueryParams();
|
|
308
|
+
queryParams = this.$security.getQueryString(queryParams);
|
|
309
|
+
queryParams = queryParams ? '?' + queryParams : '';
|
|
310
|
+
// showing a redirecting message
|
|
311
|
+
document.body.textContent = get(this.getAppLocale(), ['MESSAGE_LOGIN_REDIRECTION']) || 'Redirecting to sso login...';
|
|
312
|
+
// appending redirect to page and page params
|
|
313
|
+
const ssoUrl = this.getDeployedURL() + SSO_URL + page + queryParams;
|
|
314
|
+
/*
|
|
315
|
+
* remove iFrame when redirected to IdP login page.
|
|
316
|
+
* this is being done as IDPs do not allow to get themselves loaded into iFrames.
|
|
317
|
+
* remove-toolbar has been assigned with a window name WM_PREVIEW_WINDOW, check if the iframe is our toolbar related and
|
|
318
|
+
* safely change the location of the parent toolbar with current url.
|
|
319
|
+
*/
|
|
320
|
+
if (window.self !== window.top) {
|
|
321
|
+
try {
|
|
322
|
+
if (window.parent && window.location.origin === window.parent.origin) {
|
|
323
|
+
if (window.parent.name === PREVIEW_WINDOW_NAME) {
|
|
324
|
+
window.parent.location.href = window.self.location.href;
|
|
325
|
+
window.parent.name = "";
|
|
351
326
|
}
|
|
352
327
|
}
|
|
353
|
-
|
|
328
|
+
else {
|
|
354
329
|
window.location.href = ssoUrl;
|
|
355
330
|
}
|
|
356
331
|
}
|
|
357
|
-
|
|
332
|
+
catch (error) {
|
|
358
333
|
window.location.href = ssoUrl;
|
|
359
334
|
}
|
|
360
335
|
}
|
|
336
|
+
else {
|
|
337
|
+
window.location.href = ssoUrl;
|
|
338
|
+
}
|
|
361
339
|
}
|
|
362
340
|
/**
|
|
363
341
|
* Handles the app when a XHR request returns 401 response
|
|
@@ -592,12 +570,12 @@ class AppManagerService {
|
|
|
592
570
|
return this.postTemplateBundleInfo();
|
|
593
571
|
}
|
|
594
572
|
}
|
|
595
|
-
static { this.ɵfac = function AppManagerService_Factory(__ngFactoryType__) { return new (__ngFactoryType__ || AppManagerService)(i0.ɵɵinject(i1.AbstractHttpService), i0.ɵɵinject(i2.SecurityService), i0.ɵɵinject(i1.AbstractDialogService), i0.ɵɵinject(i1$1.Router), i0.ɵɵinject(i1.App), i0.ɵɵinject(i4.VariablesService), i0.ɵɵinject(i4.MetadataService), i0.ɵɵinject(i1.AbstractSpinnerService), i0.ɵɵinject(i1.AbstractI18nService), i0.ɵɵinject(
|
|
573
|
+
static { this.ɵfac = function AppManagerService_Factory(__ngFactoryType__) { return new (__ngFactoryType__ || AppManagerService)(i0.ɵɵinject(i1.AbstractHttpService), i0.ɵɵinject(i2.SecurityService), i0.ɵɵinject(i1.AbstractDialogService), i0.ɵɵinject(i1$1.Router), i0.ɵɵinject(i1.App), i0.ɵɵinject(i4.VariablesService), i0.ɵɵinject(i4.MetadataService), i0.ɵɵinject(i1.AbstractSpinnerService), i0.ɵɵinject(i1.AbstractI18nService), i0.ɵɵinject(i5.DatePipe)); }; }
|
|
596
574
|
static { this.ɵprov = /*@__PURE__*/ i0.ɵɵdefineInjectable({ token: AppManagerService, factory: AppManagerService.ɵfac }); }
|
|
597
575
|
}
|
|
598
576
|
(() => { (typeof ngDevMode === "undefined" || ngDevMode) && i0.ɵsetClassMetadata(AppManagerService, [{
|
|
599
577
|
type: Injectable
|
|
600
|
-
}], () => [{ type: i1.AbstractHttpService }, { type: i2.SecurityService }, { type: i1.AbstractDialogService }, { type: i1$1.Router }, { type: i1.App }, { type: i4.VariablesService }, { type: i4.MetadataService }, { type: i1.AbstractSpinnerService }, { type: i1.AbstractI18nService }, { type:
|
|
578
|
+
}], () => [{ type: i1.AbstractHttpService }, { type: i2.SecurityService }, { type: i1.AbstractDialogService }, { type: i1$1.Router }, { type: i1.App }, { type: i4.VariablesService }, { type: i4.MetadataService }, { type: i1.AbstractSpinnerService }, { type: i1.AbstractI18nService }, { type: i5.DatePipe }], null); })();
|
|
601
579
|
|
|
602
580
|
const isPrefabInPreview = (prefabName) => prefabName === '__self__';
|
|
603
581
|
const getPrefabBaseUrl = (prefabName) => {
|
|
@@ -1256,19 +1234,11 @@ class BasePageComponent extends FragmentMonitor {
|
|
|
1256
1234
|
}
|
|
1257
1235
|
});
|
|
1258
1236
|
}
|
|
1259
|
-
restoreLastPageSnapshot() {
|
|
1260
|
-
if (isMobileApp() && BasePageComponent.lastPageSnapShot && this.$page) {
|
|
1261
|
-
this.$page.parent().prepend(BasePageComponent.lastPageSnapShot);
|
|
1262
|
-
}
|
|
1263
|
-
}
|
|
1237
|
+
restoreLastPageSnapshot() { }
|
|
1264
1238
|
savePageSnapShot() {
|
|
1265
1239
|
if (BasePageComponent.lastPageSnapShot) {
|
|
1266
1240
|
BasePageComponent.lastPageSnapShot.remove();
|
|
1267
1241
|
}
|
|
1268
|
-
if (isMobileApp() && this.$page) {
|
|
1269
|
-
BasePageComponent.lastPageSnapShot = this.$page.clone();
|
|
1270
|
-
this.$page.parents('app-root').prepend(BasePageComponent.lastPageSnapShot);
|
|
1271
|
-
}
|
|
1272
1242
|
}
|
|
1273
1243
|
saveScrollPosition() {
|
|
1274
1244
|
const fn = ($el, key, recursive = true, $target = $el) => {
|
|
@@ -2201,19 +2171,11 @@ class BaseSpaPageComponent extends FragmentMonitor {
|
|
|
2201
2171
|
}
|
|
2202
2172
|
});
|
|
2203
2173
|
}
|
|
2204
|
-
restoreLastPageSnapshot() {
|
|
2205
|
-
if (isMobileApp() && BaseSpaPageComponent.lastPageSnapShot && this.$page) {
|
|
2206
|
-
this.$page.parent().prepend(BaseSpaPageComponent.lastPageSnapShot);
|
|
2207
|
-
}
|
|
2208
|
-
}
|
|
2174
|
+
restoreLastPageSnapshot() { }
|
|
2209
2175
|
savePageSnapShot() {
|
|
2210
2176
|
if (BaseSpaPageComponent.lastPageSnapShot) {
|
|
2211
2177
|
BaseSpaPageComponent.lastPageSnapShot.remove();
|
|
2212
2178
|
}
|
|
2213
|
-
if (isMobileApp() && this.$page) {
|
|
2214
|
-
BaseSpaPageComponent.lastPageSnapShot = this.$page.clone();
|
|
2215
|
-
this.$page.parents('app-root').prepend(BaseSpaPageComponent.lastPageSnapShot);
|
|
2216
|
-
}
|
|
2217
2179
|
}
|
|
2218
2180
|
saveScrollPosition() {
|
|
2219
2181
|
const fn = ($el, key, recursive = true, $target = $el) => {
|
|
@@ -2461,11 +2423,12 @@ class AccessrolesDirective {
|
|
|
2461
2423
|
}
|
|
2462
2424
|
}
|
|
2463
2425
|
static { this.ɵfac = function AccessrolesDirective_Factory(__ngFactoryType__) { return new (__ngFactoryType__ || AccessrolesDirective)(i0.ɵɵdirectiveInject(i0.TemplateRef), i0.ɵɵdirectiveInject(i0.ViewContainerRef), i0.ɵɵdirectiveInject(i2.SecurityService), i0.ɵɵdirectiveInject(i0.Injector), i0.ɵɵdirectiveInject('EXPLICIT_CONTEXT', 8)); }; }
|
|
2464
|
-
static { this.ɵdir = /*@__PURE__*/ i0.ɵɵdefineDirective({ type: AccessrolesDirective, selectors: [["", "accessroles", ""]], inputs: { accessroles: "accessroles" } }); }
|
|
2426
|
+
static { this.ɵdir = /*@__PURE__*/ i0.ɵɵdefineDirective({ type: AccessrolesDirective, selectors: [["", "accessroles", ""]], inputs: { accessroles: "accessroles" }, standalone: true }); }
|
|
2465
2427
|
}
|
|
2466
2428
|
(() => { (typeof ngDevMode === "undefined" || ngDevMode) && i0.ɵsetClassMetadata(AccessrolesDirective, [{
|
|
2467
2429
|
type: Directive,
|
|
2468
2430
|
args: [{
|
|
2431
|
+
standalone: true,
|
|
2469
2432
|
selector: '[accessroles]'
|
|
2470
2433
|
}]
|
|
2471
2434
|
}], () => [{ type: i0.TemplateRef }, { type: i0.ViewContainerRef }, { type: i2.SecurityService }, { type: i0.Injector }, { type: undefined, decorators: [{
|
|
@@ -2477,47 +2440,53 @@ class AccessrolesDirective {
|
|
|
2477
2440
|
type: Input
|
|
2478
2441
|
}] }); })();
|
|
2479
2442
|
|
|
2480
|
-
function
|
|
2481
|
-
i0.ɵɵelement(0, "p",
|
|
2443
|
+
function AppSpinnerComponent_Conditional_0_For_5_Template(rf, ctx) { if (rf & 1) {
|
|
2444
|
+
i0.ɵɵelement(0, "p", 4);
|
|
2482
2445
|
} if (rf & 2) {
|
|
2483
2446
|
const value_r1 = ctx.$implicit;
|
|
2484
2447
|
i0.ɵɵproperty("textContent", value_r1);
|
|
2485
2448
|
} }
|
|
2486
|
-
function
|
|
2487
|
-
i0.ɵɵelementStart(0, "div",
|
|
2488
|
-
i0.ɵɵelement(2, "i",
|
|
2489
|
-
i0.ɵɵelementStart(3, "div",
|
|
2490
|
-
i0.ɵɵ
|
|
2449
|
+
function AppSpinnerComponent_Conditional_0_Template(rf, ctx) { if (rf & 1) {
|
|
2450
|
+
i0.ɵɵelementStart(0, "div", 0)(1, "div", 1);
|
|
2451
|
+
i0.ɵɵelement(2, "i", 2);
|
|
2452
|
+
i0.ɵɵelementStart(3, "div", 3);
|
|
2453
|
+
i0.ɵɵrepeaterCreate(4, AppSpinnerComponent_Conditional_0_For_5_Template, 1, 1, "p", 4, i0.ɵɵrepeaterTrackByIdentity);
|
|
2491
2454
|
i0.ɵɵelementEnd()()();
|
|
2492
2455
|
} if (rf & 2) {
|
|
2493
2456
|
const ctx_r1 = i0.ɵɵnextContext();
|
|
2494
2457
|
i0.ɵɵproperty("ngClass", ctx_r1.classname);
|
|
2495
2458
|
i0.ɵɵadvance(4);
|
|
2496
|
-
i0.ɵɵ
|
|
2459
|
+
i0.ɵɵrepeater(ctx_r1.spinnermessages);
|
|
2497
2460
|
} }
|
|
2498
2461
|
class AppSpinnerComponent {
|
|
2499
2462
|
constructor() { }
|
|
2500
2463
|
static { this.ɵfac = function AppSpinnerComponent_Factory(__ngFactoryType__) { return new (__ngFactoryType__ || AppSpinnerComponent)(); }; }
|
|
2501
|
-
static { this.ɵcmp = /*@__PURE__*/ i0.ɵɵdefineComponent({ type: AppSpinnerComponent, selectors: [["app-spinner"]], inputs: { show: "show", spinnermessages: "spinnermessages", classname: "classname", arialabel: "arialabel" }, decls: 1, vars: 1, consts: [[
|
|
2502
|
-
i0.ɵɵtemplate(0,
|
|
2464
|
+
static { this.ɵcmp = /*@__PURE__*/ i0.ɵɵdefineComponent({ type: AppSpinnerComponent, selectors: [["app-spinner"]], inputs: { show: "show", spinnermessages: "spinnermessages", classname: "classname", arialabel: "arialabel" }, standalone: true, features: [i0.ɵɵStandaloneFeature], 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) {
|
|
2465
|
+
i0.ɵɵtemplate(0, AppSpinnerComponent_Conditional_0_Template, 6, 1, "div", 0);
|
|
2503
2466
|
} if (rf & 2) {
|
|
2504
|
-
i0.ɵɵ
|
|
2505
|
-
} }, dependencies: [
|
|
2467
|
+
i0.ɵɵconditional(ctx.show ? 0 : -1);
|
|
2468
|
+
} }, dependencies: [CommonModule, i5.NgClass, WmComponentsModule, i3.TextContentDirective], encapsulation: 2 }); }
|
|
2506
2469
|
}
|
|
2507
2470
|
(() => { (typeof ngDevMode === "undefined" || ngDevMode) && i0.ɵsetClassMetadata(AppSpinnerComponent, [{
|
|
2508
2471
|
type: Component,
|
|
2509
2472
|
args: [{
|
|
2473
|
+
standalone: true,
|
|
2474
|
+
imports: [CommonModule, WmComponentsModule],
|
|
2510
2475
|
selector: 'app-spinner',
|
|
2511
2476
|
template: `
|
|
2512
|
-
|
|
2477
|
+
@if (show) {
|
|
2478
|
+
<div class="app-spinner" [ngClass]="classname">
|
|
2513
2479
|
<div class="spinner-message">
|
|
2514
|
-
|
|
2515
|
-
|
|
2516
|
-
|
|
2517
|
-
|
|
2480
|
+
<i class="spinner-image animated infinite fa fa-circle-o-notch fa-spin"></i>
|
|
2481
|
+
<div class="spinner-messages">
|
|
2482
|
+
@for (value of spinnermessages; track value) {
|
|
2483
|
+
<p [textContent]="value"></p>
|
|
2484
|
+
}
|
|
2485
|
+
</div>
|
|
2518
2486
|
</div>
|
|
2519
|
-
|
|
2520
|
-
|
|
2487
|
+
</div>
|
|
2488
|
+
}
|
|
2489
|
+
`
|
|
2521
2490
|
}]
|
|
2522
2491
|
}], () => [], { show: [{
|
|
2523
2492
|
type: Input
|
|
@@ -2528,26 +2497,26 @@ class AppSpinnerComponent {
|
|
|
2528
2497
|
}], arialabel: [{
|
|
2529
2498
|
type: Input
|
|
2530
2499
|
}] }); })();
|
|
2531
|
-
(() => { (typeof ngDevMode === "undefined" || ngDevMode) && i0.ɵsetClassDebugInfo(AppSpinnerComponent, { className: "AppSpinnerComponent", filePath: "components/app-spinner.component.ts", lineNumber:
|
|
2500
|
+
(() => { (typeof ngDevMode === "undefined" || ngDevMode) && i0.ɵsetClassDebugInfo(AppSpinnerComponent, { className: "AppSpinnerComponent", filePath: "components/app-spinner.component.ts", lineNumber: 24 }); })();
|
|
2532
2501
|
|
|
2533
2502
|
const _c0$1 = ["customToast"];
|
|
2534
2503
|
const _c1 = ["customToastTmpl"];
|
|
2535
2504
|
const _c2 = ["custom-toaster-component", ""];
|
|
2536
|
-
function
|
|
2537
|
-
i0.ɵɵelement(0, "div",
|
|
2505
|
+
function CustomToasterComponent_ng_template_3_For_2_Template(rf, ctx) { if (rf & 1) {
|
|
2506
|
+
i0.ɵɵelement(0, "div", 4);
|
|
2538
2507
|
} if (rf & 2) {
|
|
2539
2508
|
const param_r1 = ctx.$implicit;
|
|
2540
2509
|
i0.ɵɵproperty("name", param_r1.key)("value", param_r1.value);
|
|
2541
2510
|
} }
|
|
2542
2511
|
function CustomToasterComponent_ng_template_3_Template(rf, ctx) { if (rf & 1) {
|
|
2543
2512
|
i0.ɵɵelementStart(0, "div", 3);
|
|
2544
|
-
i0.ɵɵ
|
|
2545
|
-
i0.ɵɵpipe(
|
|
2513
|
+
i0.ɵɵrepeaterCreate(1, CustomToasterComponent_ng_template_3_For_2_Template, 1, 2, "div", 4, i0.ɵɵrepeaterTrackByIdentity);
|
|
2514
|
+
i0.ɵɵpipe(3, "keyvalue");
|
|
2546
2515
|
i0.ɵɵelementEnd();
|
|
2547
2516
|
} if (rf & 2) {
|
|
2548
2517
|
const ctx_r1 = i0.ɵɵnextContext();
|
|
2549
2518
|
i0.ɵɵadvance();
|
|
2550
|
-
i0.ɵɵ
|
|
2519
|
+
i0.ɵɵrepeater(i0.ɵɵpipeBind1(3, 0, ctx_r1.params));
|
|
2551
2520
|
} }
|
|
2552
2521
|
class CustomToasterComponent extends Toast {
|
|
2553
2522
|
// constructor is only necessary when not using AoT
|
|
@@ -2587,7 +2556,7 @@ class CustomToasterComponent extends Toast {
|
|
|
2587
2556
|
forEach(this.watchers, watcher => watcher());
|
|
2588
2557
|
super.ngOnDestroy();
|
|
2589
2558
|
}
|
|
2590
|
-
static { this.ɵfac = function CustomToasterComponent_Factory(__ngFactoryType__) { return new (__ngFactoryType__ || CustomToasterComponent)(i0.ɵɵdirectiveInject(i1$
|
|
2559
|
+
static { this.ɵfac = function CustomToasterComponent_Factory(__ngFactoryType__) { return new (__ngFactoryType__ || CustomToasterComponent)(i0.ɵɵdirectiveInject(i1$2.ToastrService), i0.ɵɵdirectiveInject(i1$2.ToastPackage)); }; }
|
|
2591
2560
|
static { this.ɵcmp = /*@__PURE__*/ i0.ɵɵdefineComponent({ type: CustomToasterComponent, selectors: [["", "custom-toaster-component", ""]], viewQuery: function CustomToasterComponent_Query(rf, ctx) { if (rf & 1) {
|
|
2592
2561
|
i0.ɵɵviewQuery(_c0$1, 7, ViewContainerRef);
|
|
2593
2562
|
i0.ɵɵviewQuery(_c1, 5);
|
|
@@ -2595,35 +2564,39 @@ class CustomToasterComponent extends Toast {
|
|
|
2595
2564
|
let _t;
|
|
2596
2565
|
i0.ɵɵqueryRefresh(_t = i0.ɵɵloadQuery()) && (ctx.customToastRef = _t.first);
|
|
2597
2566
|
i0.ɵɵqueryRefresh(_t = i0.ɵɵloadQuery()) && (ctx.customToastTmpl = _t.first);
|
|
2598
|
-
} }, features: [i0.ɵɵInheritDefinitionFeature], attrs: _c2, decls: 5, vars: 0, consts: [["customToast", ""], ["customToastTmpl", ""], [1, "parent-custom-toast"], ["wmContainer", "", "partialContainer", "", "content.bind", "pagename"], ["wmParam", "", "hidden", "", 3, "name", "value"
|
|
2567
|
+
} }, standalone: true, features: [i0.ɵɵInheritDefinitionFeature, i0.ɵɵStandaloneFeature], 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) {
|
|
2599
2568
|
i0.ɵɵelement(0, "div", 2);
|
|
2600
2569
|
i0.ɵɵelementContainer(1, null, 0);
|
|
2601
|
-
i0.ɵɵtemplate(3, CustomToasterComponent_ng_template_3_Template,
|
|
2602
|
-
} }, dependencies: [
|
|
2570
|
+
i0.ɵɵtemplate(3, CustomToasterComponent_ng_template_3_Template, 4, 2, "ng-template", null, 1, i0.ɵɵtemplateRefExtractor);
|
|
2571
|
+
} }, dependencies: [CommonModule, i5.KeyValuePipe, WmComponentsModule, i3.ContainerDirective, i3.PartialParamHandlerDirective, i3.PartialParamDirective, i3.PartialContainerDirective], encapsulation: 2 }); }
|
|
2603
2572
|
}
|
|
2604
2573
|
(() => { (typeof ngDevMode === "undefined" || ngDevMode) && i0.ɵsetClassMetadata(CustomToasterComponent, [{
|
|
2605
2574
|
type: Component,
|
|
2606
2575
|
args: [{
|
|
2576
|
+
standalone: true,
|
|
2577
|
+
imports: [CommonModule, WmComponentsModule],
|
|
2607
2578
|
selector: '[custom-toaster-component]',
|
|
2608
2579
|
template: `
|
|
2609
2580
|
<div class="parent-custom-toast"></div>
|
|
2610
2581
|
<ng-container #customToast></ng-container>
|
|
2611
2582
|
<ng-template #customToastTmpl>
|
|
2612
|
-
|
|
2613
|
-
|
|
2614
|
-
|
|
2615
|
-
|
|
2583
|
+
<div wmContainer partialContainer content.bind="pagename">
|
|
2584
|
+
@for (param of params | keyvalue; track param) {
|
|
2585
|
+
<div wmParam hidden
|
|
2586
|
+
[name]="param.key" [value]="param.value"></div>
|
|
2587
|
+
}
|
|
2588
|
+
</div>
|
|
2616
2589
|
</ng-template>`,
|
|
2617
2590
|
preserveWhitespaces: false
|
|
2618
2591
|
}]
|
|
2619
|
-
}], () => [{ type: i1$
|
|
2592
|
+
}], () => [{ type: i1$2.ToastrService }, { type: i1$2.ToastPackage }], { customToastRef: [{
|
|
2620
2593
|
type: ViewChild,
|
|
2621
2594
|
args: ['customToast', { static: true, read: ViewContainerRef }]
|
|
2622
2595
|
}], customToastTmpl: [{
|
|
2623
2596
|
type: ViewChild,
|
|
2624
2597
|
args: ['customToastTmpl']
|
|
2625
2598
|
}] }); })();
|
|
2626
|
-
(() => { (typeof ngDevMode === "undefined" || ngDevMode) && i0.ɵsetClassDebugInfo(CustomToasterComponent, { className: "CustomToasterComponent", filePath: "components/custom-toaster.component.ts", lineNumber:
|
|
2599
|
+
(() => { (typeof ngDevMode === "undefined" || ngDevMode) && i0.ɵsetClassDebugInfo(CustomToasterComponent, { className: "CustomToasterComponent", filePath: "components/custom-toaster.component.ts", lineNumber: 29 }); })();
|
|
2627
2600
|
|
|
2628
2601
|
class EmptyPageComponent {
|
|
2629
2602
|
constructor(route, securityService, router, app, appManger) {
|
|
@@ -2649,52 +2622,19 @@ class EmptyPageComponent {
|
|
|
2649
2622
|
}
|
|
2650
2623
|
}
|
|
2651
2624
|
static { this.ɵfac = function EmptyPageComponent_Factory(__ngFactoryType__) { return new (__ngFactoryType__ || EmptyPageComponent)(i0.ɵɵdirectiveInject(i1$1.ActivatedRoute), i0.ɵɵdirectiveInject(i2.SecurityService), i0.ɵɵdirectiveInject(i1$1.Router), i0.ɵɵdirectiveInject(i1.App), i0.ɵɵdirectiveInject(AppManagerService)); }; }
|
|
2652
|
-
static { this.ɵcmp = /*@__PURE__*/ i0.ɵɵdefineComponent({ type: EmptyPageComponent, selectors: [["app-empty-page"]], decls: 1, vars: 0, template: function EmptyPageComponent_Template(rf, ctx) { if (rf & 1) {
|
|
2625
|
+
static { this.ɵcmp = /*@__PURE__*/ i0.ɵɵdefineComponent({ type: EmptyPageComponent, selectors: [["app-empty-page"]], standalone: true, features: [i0.ɵɵStandaloneFeature], decls: 1, vars: 0, template: function EmptyPageComponent_Template(rf, ctx) { if (rf & 1) {
|
|
2653
2626
|
i0.ɵɵelement(0, "div");
|
|
2654
2627
|
} }, encapsulation: 2 }); }
|
|
2655
2628
|
}
|
|
2656
2629
|
(() => { (typeof ngDevMode === "undefined" || ngDevMode) && i0.ɵsetClassMetadata(EmptyPageComponent, [{
|
|
2657
2630
|
type: Component,
|
|
2658
2631
|
args: [{
|
|
2632
|
+
standalone: true,
|
|
2659
2633
|
selector: 'app-empty-page',
|
|
2660
2634
|
template: '<div></div>'
|
|
2661
2635
|
}]
|
|
2662
2636
|
}], () => [{ type: i1$1.ActivatedRoute }, { type: i2.SecurityService }, { type: i1$1.Router }, { type: i1.App }, { type: AppManagerService }], null); })();
|
|
2663
|
-
(() => { (typeof ngDevMode === "undefined" || ngDevMode) && i0.ɵsetClassDebugInfo(EmptyPageComponent, { className: "EmptyPageComponent", filePath: "components/empty-component/empty-page.component.ts", lineNumber:
|
|
2664
|
-
|
|
2665
|
-
class PrefabDirective {
|
|
2666
|
-
constructor(componentInstance, vcRef, elRef, prefabMngr, resolver, injector, componentRefProvider) {
|
|
2667
|
-
this.componentInstance = componentInstance;
|
|
2668
|
-
this.vcRef = vcRef;
|
|
2669
|
-
this.elRef = elRef;
|
|
2670
|
-
this.prefabMngr = prefabMngr;
|
|
2671
|
-
this.resolver = resolver;
|
|
2672
|
-
this.injector = injector;
|
|
2673
|
-
this.componentRefProvider = componentRefProvider;
|
|
2674
|
-
const prefabName = this.componentInstance.prefabName;
|
|
2675
|
-
this.prefabMngr.loadDependencies(prefabName)
|
|
2676
|
-
.then(async () => {
|
|
2677
|
-
const componentFactory = await this.componentRefProvider.getComponentFactoryRef(prefabName, ComponentType.PREFAB);
|
|
2678
|
-
if (componentFactory) {
|
|
2679
|
-
const instanceRef = this.vcRef.createComponent(componentFactory, 0, injector);
|
|
2680
|
-
this.elRef.nativeElement.appendChild(instanceRef.location.nativeElement);
|
|
2681
|
-
}
|
|
2682
|
-
});
|
|
2683
|
-
}
|
|
2684
|
-
static { this.ɵfac = function PrefabDirective_Factory(__ngFactoryType__) { return new (__ngFactoryType__ || PrefabDirective)(i0.ɵɵdirectiveInject(WidgetRef, 2), i0.ɵɵdirectiveInject(i0.ViewContainerRef), i0.ɵɵdirectiveInject(i0.ElementRef), i0.ɵɵdirectiveInject(PrefabManagerService), i0.ɵɵdirectiveInject(i0.ComponentFactoryResolver), i0.ɵɵdirectiveInject(i0.Injector), i0.ɵɵdirectiveInject(ComponentRefProvider)); }; }
|
|
2685
|
-
static { this.ɵdir = /*@__PURE__*/ i0.ɵɵdefineDirective({ type: PrefabDirective, selectors: [["", "wmPrefab", "", "prefabname", ""]] }); }
|
|
2686
|
-
}
|
|
2687
|
-
(() => { (typeof ngDevMode === "undefined" || ngDevMode) && i0.ɵsetClassMetadata(PrefabDirective, [{
|
|
2688
|
-
type: Directive,
|
|
2689
|
-
args: [{
|
|
2690
|
-
selector: '[wmPrefab][prefabname]'
|
|
2691
|
-
}]
|
|
2692
|
-
}], () => [{ type: undefined, decorators: [{
|
|
2693
|
-
type: Self
|
|
2694
|
-
}, {
|
|
2695
|
-
type: Inject,
|
|
2696
|
-
args: [WidgetRef]
|
|
2697
|
-
}] }, { type: i0.ViewContainerRef }, { type: i0.ElementRef }, { type: PrefabManagerService }, { type: i0.ComponentFactoryResolver }, { type: i0.Injector }, { type: ComponentRefProvider }], null); })();
|
|
2637
|
+
(() => { (typeof ngDevMode === "undefined" || ngDevMode) && i0.ɵsetClassDebugInfo(EmptyPageComponent, { className: "EmptyPageComponent", filePath: "components/empty-component/empty-page.component.ts", lineNumber: 14 }); })();
|
|
2698
2638
|
|
|
2699
2639
|
class PipeProvider {
|
|
2700
2640
|
setPipeData() {
|
|
@@ -2801,7 +2741,7 @@ class PipeProvider {
|
|
|
2801
2741
|
return new ref(...args);
|
|
2802
2742
|
}
|
|
2803
2743
|
}
|
|
2804
|
-
static { this.ɵfac = function PipeProvider_Factory(__ngFactoryType__) { return new (__ngFactoryType__ || PipeProvider)(i0.ɵɵinject(i0.Compiler), i0.ɵɵinject(i0.Injector), i0.ɵɵinject(i1$
|
|
2744
|
+
static { this.ɵfac = function PipeProvider_Factory(__ngFactoryType__) { return new (__ngFactoryType__ || PipeProvider)(i0.ɵɵinject(i0.Compiler), i0.ɵɵinject(i0.Injector), i0.ɵɵinject(i1$3.DomSanitizer), i0.ɵɵinject(i1.AbstractI18nService)); }; }
|
|
2805
2745
|
static { this.ɵprov = /*@__PURE__*/ i0.ɵɵdefineInjectable({ token: PipeProvider, factory: PipeProvider.ɵfac, providedIn: 'root' }); }
|
|
2806
2746
|
}
|
|
2807
2747
|
(() => { (typeof ngDevMode === "undefined" || ngDevMode) && i0.ɵsetClassMetadata(PipeProvider, [{
|
|
@@ -2809,7 +2749,7 @@ class PipeProvider {
|
|
|
2809
2749
|
args: [{
|
|
2810
2750
|
providedIn: 'root'
|
|
2811
2751
|
}]
|
|
2812
|
-
}], () => [{ type: i0.Compiler }, { type: i0.Injector }, { type: i1$
|
|
2752
|
+
}], () => [{ type: i0.Compiler }, { type: i0.Injector }, { type: i1$3.DomSanitizer }, { type: i1.AbstractI18nService }], null); })();
|
|
2813
2753
|
|
|
2814
2754
|
class PipeService {
|
|
2815
2755
|
constructor(pipeProvider, $app) {
|
|
@@ -2836,6 +2776,7 @@ class PipeService {
|
|
|
2836
2776
|
args: [{ providedIn: 'root' }]
|
|
2837
2777
|
}], () => [{ type: PipeProvider }, { type: i1.App }], null); })();
|
|
2838
2778
|
|
|
2779
|
+
const moment$1 = momentLib.default || window['moment'];
|
|
2839
2780
|
const injectorMap = {
|
|
2840
2781
|
DialogService: AbstractDialogService,
|
|
2841
2782
|
i18nService: AbstractI18nService,
|
|
@@ -2922,6 +2863,11 @@ class AppRef {
|
|
|
2922
2863
|
notify(eventName, ...data) {
|
|
2923
2864
|
this._eventNotifier.notify.apply(this._eventNotifier, arguments);
|
|
2924
2865
|
}
|
|
2866
|
+
importModule(moduleName) {
|
|
2867
|
+
if (moduleName === 'moment') {
|
|
2868
|
+
return moment$1;
|
|
2869
|
+
}
|
|
2870
|
+
}
|
|
2925
2871
|
getDependency(injToken) {
|
|
2926
2872
|
if (isString(injToken)) {
|
|
2927
2873
|
if (injToken === 'HttpService') {
|
|
@@ -3072,13 +3018,14 @@ class ToasterServiceImpl extends AbstractToasterService {
|
|
|
3072
3018
|
console.warn('Please pass a valid options object, For Example : {maxOpened: 1, autoDismiss: true}');
|
|
3073
3019
|
}
|
|
3074
3020
|
}
|
|
3075
|
-
static { this.ɵfac = function ToasterServiceImpl_Factory(__ngFactoryType__) { return new (__ngFactoryType__ || ToasterServiceImpl)(i0.ɵɵinject(i1$
|
|
3021
|
+
static { this.ɵfac = function ToasterServiceImpl_Factory(__ngFactoryType__) { return new (__ngFactoryType__ || ToasterServiceImpl)(i0.ɵɵinject(i1$2.ToastrService)); }; }
|
|
3076
3022
|
static { this.ɵprov = /*@__PURE__*/ i0.ɵɵdefineInjectable({ token: ToasterServiceImpl, factory: ToasterServiceImpl.ɵfac }); }
|
|
3077
3023
|
}
|
|
3078
3024
|
(() => { (typeof ngDevMode === "undefined" || ngDevMode) && i0.ɵsetClassMetadata(ToasterServiceImpl, [{
|
|
3079
3025
|
type: Injectable
|
|
3080
|
-
}], () => [{ type: i1$
|
|
3026
|
+
}], () => [{ type: i1$2.ToastrService }], null); })();
|
|
3081
3027
|
|
|
3028
|
+
const moment = momentLib.default || window['moment'];
|
|
3082
3029
|
const APP_LOCALE_ROOT_PATH = 'resources/i18n';
|
|
3083
3030
|
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',
|
|
3084
3031
|
'ar-ma', 'ar-om', 'ar-qa', 'ar-sa', 'ar-sd', 'ar-sy', 'ar-tn', 'ar-ye', 'arc', 'bcc', 'bqi', 'ckb', 'dv', 'fa', 'glk',
|
|
@@ -3161,23 +3108,30 @@ class I18nServiceImpl extends AbstractI18nService {
|
|
|
3161
3108
|
});
|
|
3162
3109
|
}
|
|
3163
3110
|
loadMomentLocaleBundle(momentLocale) {
|
|
3164
|
-
const _cdnUrl = _WM_APP_PROJECT.cdnUrl || _WM_APP_PROJECT.ngDest;
|
|
3165
3111
|
if (this.selectedLocale === this.defaultSupportedLocale) {
|
|
3166
3112
|
moment.locale(this.defaultSupportedLocale);
|
|
3167
3113
|
return;
|
|
3168
3114
|
}
|
|
3169
|
-
|
|
3170
|
-
|
|
3171
|
-
|
|
3172
|
-
|
|
3173
|
-
|
|
3174
|
-
|
|
3175
|
-
|
|
3176
|
-
|
|
3177
|
-
|
|
3178
|
-
|
|
3179
|
-
|
|
3180
|
-
|
|
3115
|
+
if (_WM_APP_PROJECT.isPreview) {
|
|
3116
|
+
const path = `${_WM_APP_PROJECT.cdnUrl}locales/moment/${momentLocale}.js`;
|
|
3117
|
+
loadScripts([path], true).then(() => {
|
|
3118
|
+
this.loadScriptForMoment(momentLocale);
|
|
3119
|
+
});
|
|
3120
|
+
}
|
|
3121
|
+
else {
|
|
3122
|
+
this.loadScriptForMoment(momentLocale);
|
|
3123
|
+
}
|
|
3124
|
+
}
|
|
3125
|
+
loadScriptForMoment(momentLocale) {
|
|
3126
|
+
moment.locale(this.selectedLocale);
|
|
3127
|
+
// For ngx bootstrap locale, get the config from script and apply locale
|
|
3128
|
+
// moment.localeData(momentLocale) will return moment locale instance. _config inside will have actual config
|
|
3129
|
+
let _config = moment.localeData(momentLocale);
|
|
3130
|
+
_config = _config && _config._config;
|
|
3131
|
+
defineLocale(this.selectedLocale, _config);
|
|
3132
|
+
this.bsLocaleService.use(this.getSelectedLocale() || this.defaultSupportedLocale);
|
|
3133
|
+
this.bundleLoaded.moment = true;
|
|
3134
|
+
this.notifyLocaleChanged();
|
|
3181
3135
|
}
|
|
3182
3136
|
loadAngularLocaleBundle(angLocale) {
|
|
3183
3137
|
return new Promise(resolve => {
|
|
@@ -3193,26 +3147,10 @@ class I18nServiceImpl extends AbstractI18nService {
|
|
|
3193
3147
|
}, resolve);
|
|
3194
3148
|
});
|
|
3195
3149
|
}
|
|
3196
|
-
loadCalendarLocaleBundle(calendarLocale, force = false) {
|
|
3197
|
-
const _cdnUrl = _WM_APP_PROJECT.cdnUrl || _WM_APP_PROJECT.ngDest;
|
|
3198
|
-
let path;
|
|
3199
|
-
if (calendarLocale) {
|
|
3200
|
-
path = _cdnUrl + `locales/fullcalendar/${calendarLocale}.js`;
|
|
3201
|
-
}
|
|
3202
|
-
else {
|
|
3203
|
-
return Promise.resolve();
|
|
3204
|
-
}
|
|
3205
|
-
// return in case of mobile app or if selected locale is default supported locale.
|
|
3206
|
-
if (!force && (isMobile() || isMobileApp() || this.selectedLocale === this.defaultSupportedLocale)) {
|
|
3207
|
-
this.bundleLoaded.fullCalendar = true;
|
|
3208
|
-
return;
|
|
3209
|
-
}
|
|
3210
|
-
// Call the script. In script, moment defines the loaded locale
|
|
3211
|
-
return loadScripts([path], true);
|
|
3212
|
-
}
|
|
3213
3150
|
loadMomentTimeZoneBundle(locale, compInstance) {
|
|
3214
3151
|
return new Promise(resolve => {
|
|
3215
3152
|
const _cdnUrl = _WM_APP_PROJECT.cdnUrl || _WM_APP_PROJECT.ngDest;
|
|
3153
|
+
window['moment'] = moment; //moment-timezone-with-data.js need moment as require('moment') to be available in window
|
|
3216
3154
|
const path = _cdnUrl + `locales/moment-timezone/moment-timezone-with-data.js`;
|
|
3217
3155
|
loadScripts([path], true).then(() => {
|
|
3218
3156
|
/**
|
|
@@ -3246,10 +3184,8 @@ class I18nServiceImpl extends AbstractI18nService {
|
|
|
3246
3184
|
this.bundleLoaded.moment = true;
|
|
3247
3185
|
}
|
|
3248
3186
|
if (libLocale.fullCalendar && window['FullCalendar']) {
|
|
3249
|
-
this.
|
|
3250
|
-
|
|
3251
|
-
this.notifyLocaleChanged();
|
|
3252
|
-
});
|
|
3187
|
+
this.bundleLoaded.fullCalendar = true;
|
|
3188
|
+
this.notifyLocaleChanged();
|
|
3253
3189
|
}
|
|
3254
3190
|
else {
|
|
3255
3191
|
this.bundleLoaded.fullCalendar = true;
|
|
@@ -3325,21 +3261,6 @@ class I18nServiceImpl extends AbstractI18nService {
|
|
|
3325
3261
|
// when preference is given to browser set languages, do not populate _selectedDefaultLang variable
|
|
3326
3262
|
let _selectedDefaultLang = preferBrowserLang ? undefined : _defaultLanguage;
|
|
3327
3263
|
let _appSupportedLang;
|
|
3328
|
-
/**
|
|
3329
|
-
* for cordova, check for language ignoring the locale
|
|
3330
|
-
* As the navigator.languages always returns the language with locale (en-us)
|
|
3331
|
-
* The supportedLanguages from BE doesn't include locale (en) which leads to mismatch
|
|
3332
|
-
*/
|
|
3333
|
-
if (CONSTANTS.hasCordova) {
|
|
3334
|
-
let supportedLang = [];
|
|
3335
|
-
forEach(_acceptLang, function (lang) {
|
|
3336
|
-
let matchedLang = find(_supportedLang, (val) => lang === val) || find(_supportedLang, (val) => lang.startsWith(val));
|
|
3337
|
-
if (matchedLang) {
|
|
3338
|
-
supportedLang.push(matchedLang);
|
|
3339
|
-
}
|
|
3340
|
-
});
|
|
3341
|
-
_appSupportedLang = supportedLang[0];
|
|
3342
|
-
}
|
|
3343
3264
|
// check for the session storage to load any pre-requested locale
|
|
3344
3265
|
const _defaultLang = getSessionStorageItem('selectedLocale') || _selectedDefaultLang || _appSupportedLang || intersection(_acceptLang, _supportedLang)[0] || this.defaultSupportedLocale;
|
|
3345
3266
|
// if the supportedLocale is not available set it to defaultLocale
|
|
@@ -3358,28 +3279,20 @@ class I18nServiceImpl extends AbstractI18nService {
|
|
|
3358
3279
|
// This function returns the accepted languages list
|
|
3359
3280
|
getAcceptedLanguages() {
|
|
3360
3281
|
let languages;
|
|
3361
|
-
|
|
3362
|
-
|
|
3363
|
-
|
|
3364
|
-
|
|
3365
|
-
|
|
3366
|
-
|
|
3367
|
-
|
|
3368
|
-
|
|
3369
|
-
|
|
3370
|
-
|
|
3371
|
-
|
|
3372
|
-
*/
|
|
3373
|
-
languages = languages.split(',').map(function (locale) {
|
|
3374
|
-
return locale.split(';')[0];
|
|
3375
|
-
});
|
|
3376
|
-
}
|
|
3282
|
+
languages = decodeURIComponent(getWmProjectProperties().preferredLanguage || '');
|
|
3283
|
+
/**
|
|
3284
|
+
* Accept-Language Header will contain set of supported locale, so try splitting the string to proper locale set
|
|
3285
|
+
* Ex: en,en-US;q=0.9,de;q=0.6,ar;q=0.2,hi
|
|
3286
|
+
*
|
|
3287
|
+
* Split the above into [en,en-us,de,ar,hi]
|
|
3288
|
+
* @type {Array}
|
|
3289
|
+
*/
|
|
3290
|
+
languages = languages.split(',').map(function (locale) {
|
|
3291
|
+
return locale.split(';')[0];
|
|
3292
|
+
});
|
|
3377
3293
|
return map(languages, toLower);
|
|
3378
3294
|
}
|
|
3379
3295
|
initCalendarLocale() {
|
|
3380
|
-
if (this.selectedLocale !== 'en') {
|
|
3381
|
-
return this.loadCalendarLocaleBundle(this.selectedLocale, true);
|
|
3382
|
-
}
|
|
3383
3296
|
return Promise.resolve();
|
|
3384
3297
|
}
|
|
3385
3298
|
isAngularLocaleLoaded() {
|
|
@@ -3396,12 +3309,12 @@ class I18nServiceImpl extends AbstractI18nService {
|
|
|
3396
3309
|
this.app.notify('locale-changed', this.bundleLoaded.libLocale);
|
|
3397
3310
|
}
|
|
3398
3311
|
}
|
|
3399
|
-
static { this.ɵfac = function I18nServiceImpl_Factory(__ngFactoryType__) { return new (__ngFactoryType__ || I18nServiceImpl)(i0.ɵɵinject(i1$
|
|
3312
|
+
static { this.ɵfac = function I18nServiceImpl_Factory(__ngFactoryType__) { return new (__ngFactoryType__ || I18nServiceImpl)(i0.ɵɵinject(i1$4.HttpClient), i0.ɵɵinject(i2$1.BsLocaleService), i0.ɵɵinject(i1.AppDefaults), i0.ɵɵinject(i0.Injector)); }; }
|
|
3400
3313
|
static { this.ɵprov = /*@__PURE__*/ i0.ɵɵdefineInjectable({ token: I18nServiceImpl, factory: I18nServiceImpl.ɵfac }); }
|
|
3401
3314
|
}
|
|
3402
3315
|
(() => { (typeof ngDevMode === "undefined" || ngDevMode) && i0.ɵsetClassMetadata(I18nServiceImpl, [{
|
|
3403
3316
|
type: Injectable
|
|
3404
|
-
}], () => [{ type: i1$
|
|
3317
|
+
}], () => [{ type: i1$4.HttpClient }, { type: i2$1.BsLocaleService }, { type: i1.AppDefaults }, { type: i0.Injector }], null); })();
|
|
3405
3318
|
|
|
3406
3319
|
const spinnerTemplate = `<div class="app-spinner">
|
|
3407
3320
|
<div class="spinner-message" aria-label="loading gif">
|
|
@@ -4023,13 +3936,13 @@ class I18nResolve {
|
|
|
4023
3936
|
}], () => [{ type: i1.AbstractI18nService }], null); })();
|
|
4024
3937
|
|
|
4025
3938
|
const _c0 = ["dynamicComponent"];
|
|
4026
|
-
function
|
|
4027
|
-
i0.ɵɵelement(0, "div",
|
|
3939
|
+
function AppComponent_Conditional_0_Conditional_1_Template(rf, ctx) { if (rf & 1) {
|
|
3940
|
+
i0.ɵɵelement(0, "div", 2);
|
|
4028
3941
|
} }
|
|
4029
|
-
function
|
|
3942
|
+
function AppComponent_Conditional_0_ng_template_4_For_2_Template(rf, ctx) { if (rf & 1) {
|
|
4030
3943
|
const _r1 = i0.ɵɵgetCurrentView();
|
|
4031
|
-
i0.ɵɵelementStart(0, "li",
|
|
4032
|
-
i0.ɵɵlistener("click", function
|
|
3944
|
+
i0.ɵɵelementStart(0, "li", 11)(1, "button", 12);
|
|
3945
|
+
i0.ɵɵlistener("click", function AppComponent_Conditional_0_ng_template_4_For_2_Template_button_click_1_listener() { const provider_r2 = i0.ɵɵrestoreView(_r1).$implicit; return i0.ɵɵresetView(provider_r2.invoke()); });
|
|
4033
3946
|
i0.ɵɵtext(2);
|
|
4034
3947
|
i0.ɵɵelementEnd()();
|
|
4035
3948
|
} if (rf & 2) {
|
|
@@ -4037,44 +3950,42 @@ function AppComponent_ng_container_0_ng_template_5_li_1_Template(rf, ctx) { if (
|
|
|
4037
3950
|
i0.ɵɵadvance(2);
|
|
4038
3951
|
i0.ɵɵtextInterpolate(provider_r2.name);
|
|
4039
3952
|
} }
|
|
4040
|
-
function
|
|
4041
|
-
i0.ɵɵelementStart(0, "ul",
|
|
4042
|
-
i0.ɵɵ
|
|
3953
|
+
function AppComponent_Conditional_0_ng_template_4_Template(rf, ctx) { if (rf & 1) {
|
|
3954
|
+
i0.ɵɵelementStart(0, "ul", 10);
|
|
3955
|
+
i0.ɵɵrepeaterCreate(1, AppComponent_Conditional_0_ng_template_4_For_2_Template, 3, 1, "li", 11, i0.ɵɵrepeaterTrackByIdentity);
|
|
4043
3956
|
i0.ɵɵelementEnd();
|
|
4044
3957
|
} if (rf & 2) {
|
|
4045
3958
|
const ctx_r2 = i0.ɵɵnextContext(2);
|
|
4046
3959
|
i0.ɵɵadvance();
|
|
4047
|
-
i0.ɵɵ
|
|
3960
|
+
i0.ɵɵrepeater(ctx_r2.providersConfig);
|
|
4048
3961
|
} }
|
|
4049
|
-
function
|
|
4050
|
-
i0.ɵɵelement(0, "div",
|
|
3962
|
+
function AppComponent_Conditional_0_Conditional_7_Template(rf, ctx) { if (rf & 1) {
|
|
3963
|
+
i0.ɵɵelement(0, "div", 6);
|
|
4051
3964
|
} }
|
|
4052
|
-
function
|
|
4053
|
-
i0.ɵɵelement(0, "div",
|
|
3965
|
+
function AppComponent_Conditional_0_Conditional_8_Template(rf, ctx) { if (rf & 1) {
|
|
3966
|
+
i0.ɵɵelement(0, "div", 7);
|
|
4054
3967
|
} }
|
|
4055
|
-
function
|
|
4056
|
-
i0.ɵɵ
|
|
4057
|
-
i0.ɵɵ
|
|
4058
|
-
i0.ɵɵ
|
|
4059
|
-
i0.ɵɵ
|
|
4060
|
-
i0.ɵɵ
|
|
4061
|
-
i0.ɵɵtemplate(5, AppComponent_ng_container_0_ng_template_5_Template, 2, 1, "ng-template", null, 1, i0.ɵɵtemplateRefExtractor);
|
|
3968
|
+
function AppComponent_Conditional_0_Template(rf, ctx) { if (rf & 1) {
|
|
3969
|
+
i0.ɵɵelement(0, "router-outlet");
|
|
3970
|
+
i0.ɵɵtemplate(1, AppComponent_Conditional_0_Conditional_1_Template, 1, 0, "div", 2);
|
|
3971
|
+
i0.ɵɵelement(2, "app-spinner", 3);
|
|
3972
|
+
i0.ɵɵelementStart(3, "div", 4);
|
|
3973
|
+
i0.ɵɵtemplate(4, AppComponent_Conditional_0_ng_template_4_Template, 3, 0, "ng-template", null, 1, i0.ɵɵtemplateRefExtractor);
|
|
4062
3974
|
i0.ɵɵelementEnd();
|
|
4063
|
-
i0.ɵɵelement(
|
|
4064
|
-
i0.ɵɵtemplate(
|
|
4065
|
-
i0.ɵɵelement(
|
|
4066
|
-
i0.ɵɵelementContainerEnd();
|
|
3975
|
+
i0.ɵɵelement(6, "div", 5);
|
|
3976
|
+
i0.ɵɵtemplate(7, AppComponent_Conditional_0_Conditional_7_Template, 1, 0, "div", 6)(8, AppComponent_Conditional_0_Conditional_8_Template, 1, 0, "div", 7);
|
|
3977
|
+
i0.ɵɵelement(9, "div", 8)(10, "i", 9);
|
|
4067
3978
|
} if (rf & 2) {
|
|
4068
3979
|
const ctx_r2 = i0.ɵɵnextContext();
|
|
4069
|
-
i0.ɵɵadvance(
|
|
4070
|
-
i0.ɵɵ
|
|
3980
|
+
i0.ɵɵadvance();
|
|
3981
|
+
i0.ɵɵconditional(ctx_r2.isApplicationType ? 1 : -1);
|
|
4071
3982
|
i0.ɵɵadvance();
|
|
4072
3983
|
i0.ɵɵproperty("show", ctx_r2.spinner.show)("spinnermessages", ctx_r2.spinner.messages);
|
|
4073
3984
|
i0.ɵɵattribute("aria-label", ctx_r2.spinner.arialabel || "Loading");
|
|
4074
3985
|
i0.ɵɵadvance(5);
|
|
4075
|
-
i0.ɵɵ
|
|
3986
|
+
i0.ɵɵconditional(!ctx_r2.isApplicationType ? 7 : -1);
|
|
4076
3987
|
i0.ɵɵadvance();
|
|
4077
|
-
i0.ɵɵ
|
|
3988
|
+
i0.ɵɵconditional(!ctx_r2.isApplicationType ? 8 : -1);
|
|
4078
3989
|
} }
|
|
4079
3990
|
class AppComponent {
|
|
4080
3991
|
constructor(_pipeProvider, _appRef, elRef, oAuthService, dialogService, spinnerService, ngZone, router, app, appManager, customIconsLoaderService) {
|
|
@@ -4203,12 +4114,7 @@ class AppComponent {
|
|
|
4203
4114
|
}
|
|
4204
4115
|
ngAfterViewInit() {
|
|
4205
4116
|
document.documentElement.setAttribute('lang', getWmProjectProperties().defaultLanguage);
|
|
4206
|
-
|
|
4207
|
-
document.addEventListener('wmDeviceReady', () => this.start());
|
|
4208
|
-
}
|
|
4209
|
-
else {
|
|
4210
|
-
this.start();
|
|
4211
|
-
}
|
|
4117
|
+
this.start();
|
|
4212
4118
|
}
|
|
4213
4119
|
ngDoCheck() {
|
|
4214
4120
|
$invokeWatchers();
|
|
@@ -4221,16 +4127,16 @@ class AppComponent {
|
|
|
4221
4127
|
let _t;
|
|
4222
4128
|
i0.ɵɵqueryRefresh(_t = i0.ɵɵloadQuery()) && (ctx.routerOutlet = _t.first);
|
|
4223
4129
|
i0.ɵɵqueryRefresh(_t = i0.ɵɵloadQuery()) && (ctx.dynamicComponentContainerRef = _t.first);
|
|
4224
|
-
} }, decls: 3, vars: 1, consts: [["dynamicComponent", ""], ["dialogBody", ""], [
|
|
4225
|
-
i0.ɵɵtemplate(0,
|
|
4130
|
+
} }, standalone: true, features: [i0.ɵɵStandaloneFeature], decls: 3, vars: 1, consts: [["dynamicComponent", ""], ["dialogBody", ""], ["wmContainer", "", "partialContainer", "", "content", "Common", "hidden", "", 1, "ng-hide"], ["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()"], ["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()"], ["wmAppExt", ""], ["id", "wm-mobile-display"], [1, "list-items"], [1, "list-item"], [1, "btn", 3, "click"]], template: function AppComponent_Template(rf, ctx) { if (rf & 1) {
|
|
4131
|
+
i0.ɵɵtemplate(0, AppComponent_Conditional_0_Template, 11, 6);
|
|
4226
4132
|
i0.ɵɵelementContainer(1, null, 0);
|
|
4227
4133
|
} if (rf & 2) {
|
|
4228
|
-
i0.ɵɵ
|
|
4229
|
-
} }, dependencies: [
|
|
4134
|
+
i0.ɵɵconditional(ctx.startApp ? 0 : -1);
|
|
4135
|
+
} }, dependencies: [CommonModule, WmComponentsModule, i3.ContainerDirective, i3.PartialParamHandlerDirective, i3.PartialContainerDirective, RouterOutlet, AlertDialogComponent, ConfirmDialogComponent, DialogComponent, AppSpinnerComponent], encapsulation: 2 }); }
|
|
4230
4136
|
}
|
|
4231
4137
|
(() => { (typeof ngDevMode === "undefined" || ngDevMode) && i0.ɵsetClassMetadata(AppComponent, [{
|
|
4232
4138
|
type: Component,
|
|
4233
|
-
args: [{ selector: 'app-root', encapsulation: ViewEncapsulation.None, template: "
|
|
4139
|
+
args: [{ standalone: true, imports: [CommonModule, WmComponentsModule, RouterOutlet, AlertDialogComponent, ConfirmDialogComponent, DialogComponent, AppSpinnerComponent], selector: 'app-root', encapsulation: ViewEncapsulation.None, template: "@if (startApp) {\n <router-outlet></router-outlet>\n @if (isApplicationType) {\n <div wmContainer partialContainer content=\"Common\" hidden class=\"ng-hide\"></div>\n }\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 @for (provider of providersConfig; track provider) {\n <li class=\"list-item\">\n <button class=\"btn\" (click)=\"provider.invoke()\">{{provider.name}}</button>\n </li>\n }\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 @if (!isApplicationType) {\n <div 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 }\n @if (!isApplicationType) {\n <div 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 }\n <div wmAppExt></div>\n <i id=\"wm-mobile-display\"></i>\n}\n<!--Dummy container to create the component dynamically-->\n<ng-container #dynamicComponent></ng-container>\n" }]
|
|
4234
4140
|
}], () => [{ type: PipeProvider }, { type: i0.ApplicationRef }, { type: i0.ElementRef }, { type: i2$2.OAuthService }, { type: i1.AbstractDialogService }, { type: i1.AbstractSpinnerService }, { type: i0.NgZone }, { type: i1$1.Router }, { type: i1.App }, { type: AppManagerService }, { type: i1.CustomIconsLoaderService }], { routerOutlet: [{
|
|
4235
4141
|
type: ViewChild,
|
|
4236
4142
|
args: [RouterOutlet]
|
|
@@ -4238,7 +4144,7 @@ class AppComponent {
|
|
|
4238
4144
|
type: ViewChild,
|
|
4239
4145
|
args: ['dynamicComponent', { read: ViewContainerRef }]
|
|
4240
4146
|
}] }); })();
|
|
4241
|
-
(() => { (typeof ngDevMode === "undefined" || ngDevMode) && i0.ɵsetClassDebugInfo(AppComponent, { className: "AppComponent", filePath: "components/app-component/app.component.ts", lineNumber:
|
|
4147
|
+
(() => { (typeof ngDevMode === "undefined" || ngDevMode) && i0.ɵsetClassDebugInfo(AppComponent, { className: "AppComponent", filePath: "components/app-component/app.component.ts", lineNumber: 53 }); })();
|
|
4242
4148
|
|
|
4243
4149
|
/**
|
|
4244
4150
|
* This Interceptor intercepts all network calls and if a network call fails
|
|
@@ -4314,6 +4220,41 @@ class HttpCallInterceptor {
|
|
|
4314
4220
|
type: Injectable
|
|
4315
4221
|
}], () => [], null); })();
|
|
4316
4222
|
|
|
4223
|
+
class PrefabDirective {
|
|
4224
|
+
constructor(componentInstance, vcRef, elRef, prefabMngr, resolver, injector, componentRefProvider) {
|
|
4225
|
+
this.componentInstance = componentInstance;
|
|
4226
|
+
this.vcRef = vcRef;
|
|
4227
|
+
this.elRef = elRef;
|
|
4228
|
+
this.prefabMngr = prefabMngr;
|
|
4229
|
+
this.resolver = resolver;
|
|
4230
|
+
this.injector = injector;
|
|
4231
|
+
this.componentRefProvider = componentRefProvider;
|
|
4232
|
+
const prefabName = this.componentInstance.prefabName;
|
|
4233
|
+
this.prefabMngr.loadDependencies(prefabName)
|
|
4234
|
+
.then(async () => {
|
|
4235
|
+
const componentFactory = await this.componentRefProvider.getComponentFactoryRef(prefabName, ComponentType.PREFAB);
|
|
4236
|
+
if (componentFactory) {
|
|
4237
|
+
const instanceRef = this.vcRef.createComponent(componentFactory, 0, injector);
|
|
4238
|
+
this.elRef.nativeElement.appendChild(instanceRef.location.nativeElement);
|
|
4239
|
+
}
|
|
4240
|
+
});
|
|
4241
|
+
}
|
|
4242
|
+
static { this.ɵfac = function PrefabDirective_Factory(__ngFactoryType__) { return new (__ngFactoryType__ || PrefabDirective)(i0.ɵɵdirectiveInject(WidgetRef, 2), i0.ɵɵdirectiveInject(i0.ViewContainerRef), i0.ɵɵdirectiveInject(i0.ElementRef), i0.ɵɵdirectiveInject(PrefabManagerService), i0.ɵɵdirectiveInject(i0.ComponentFactoryResolver), i0.ɵɵdirectiveInject(i0.Injector), i0.ɵɵdirectiveInject(ComponentRefProvider)); }; }
|
|
4243
|
+
static { this.ɵdir = /*@__PURE__*/ i0.ɵɵdefineDirective({ type: PrefabDirective, selectors: [["", "wmPrefab", "", "prefabname", ""]], standalone: true }); }
|
|
4244
|
+
}
|
|
4245
|
+
(() => { (typeof ngDevMode === "undefined" || ngDevMode) && i0.ɵsetClassMetadata(PrefabDirective, [{
|
|
4246
|
+
type: Directive,
|
|
4247
|
+
args: [{
|
|
4248
|
+
standalone: true,
|
|
4249
|
+
selector: '[wmPrefab][prefabname]'
|
|
4250
|
+
}]
|
|
4251
|
+
}], () => [{ type: undefined, decorators: [{
|
|
4252
|
+
type: Self
|
|
4253
|
+
}, {
|
|
4254
|
+
type: Inject,
|
|
4255
|
+
args: [WidgetRef]
|
|
4256
|
+
}] }, { type: i0.ViewContainerRef }, { type: i0.ElementRef }, { type: PrefabManagerService }, { type: i0.ComponentFactoryResolver }, { type: i0.Injector }, { type: ComponentRefProvider }], null); })();
|
|
4257
|
+
|
|
4317
4258
|
const PREFAB = 'PREFAB';
|
|
4318
4259
|
class PrefabPreviewComponent {
|
|
4319
4260
|
constructor(prefabManager) {
|
|
@@ -4394,15 +4335,17 @@ class PrefabPreviewComponent {
|
|
|
4394
4335
|
} if (rf & 2) {
|
|
4395
4336
|
let _t;
|
|
4396
4337
|
i0.ɵɵqueryRefresh(_t = i0.ɵɵloadQuery()) && (ctx.prefabInstance = _t.first);
|
|
4397
|
-
} }, decls: 2, vars: 0, consts: [[1, "prefab-preview", "row"], ["wmPrefab", "", "name", "prefab-preview", "prefabname", "__self__"]], template: function PrefabPreviewComponent_Template(rf, ctx) { if (rf & 1) {
|
|
4338
|
+
} }, standalone: true, features: [i0.ɵɵStandaloneFeature], decls: 2, vars: 0, consts: [[1, "prefab-preview", "row"], ["wmPrefab", "", "name", "prefab-preview", "prefabname", "__self__"]], template: function PrefabPreviewComponent_Template(rf, ctx) { if (rf & 1) {
|
|
4398
4339
|
i0.ɵɵelementStart(0, "div", 0);
|
|
4399
4340
|
i0.ɵɵelement(1, "section", 1);
|
|
4400
4341
|
i0.ɵɵelementEnd();
|
|
4401
|
-
} }, dependencies: [
|
|
4342
|
+
} }, dependencies: [PrefabDirective$1, PrefabDirective, WmComponentsModule], encapsulation: 2 }); }
|
|
4402
4343
|
}
|
|
4403
4344
|
(() => { (typeof ngDevMode === "undefined" || ngDevMode) && i0.ɵsetClassMetadata(PrefabPreviewComponent, [{
|
|
4404
4345
|
type: Component,
|
|
4405
4346
|
args: [{
|
|
4347
|
+
standalone: true,
|
|
4348
|
+
imports: [PrefabDirective$1, PrefabDirective, WmComponentsModule],
|
|
4406
4349
|
selector: 'wm-prefab-preview',
|
|
4407
4350
|
template: `
|
|
4408
4351
|
<div class="prefab-preview row">
|
|
@@ -4414,7 +4357,7 @@ class PrefabPreviewComponent {
|
|
|
4414
4357
|
type: ViewChild,
|
|
4415
4358
|
args: [PrefabDirective$1, { static: true }]
|
|
4416
4359
|
}] }); })();
|
|
4417
|
-
(() => { (typeof ngDevMode === "undefined" || ngDevMode) && i0.ɵsetClassDebugInfo(PrefabPreviewComponent, { className: "PrefabPreviewComponent", filePath: "components/prefab-preview.component.ts", lineNumber:
|
|
4360
|
+
(() => { (typeof ngDevMode === "undefined" || ngDevMode) && i0.ɵsetClassDebugInfo(PrefabPreviewComponent, { className: "PrefabPreviewComponent", filePath: "components/prefab-preview.component.ts", lineNumber: 19 }); })();
|
|
4418
4361
|
|
|
4419
4362
|
initComponentsBuildTask();
|
|
4420
4363
|
const componentFactoryRefCache = new Map();
|
|
@@ -4716,12 +4659,12 @@ class WMDomRendererFactory2 {
|
|
|
4716
4659
|
}
|
|
4717
4660
|
begin() { }
|
|
4718
4661
|
end() { }
|
|
4719
|
-
static { this.ɵfac = function WMDomRendererFactory2_Factory(__ngFactoryType__) { return new (__ngFactoryType__ || WMDomRendererFactory2)(i0.ɵɵinject(i1$
|
|
4662
|
+
static { this.ɵfac = function WMDomRendererFactory2_Factory(__ngFactoryType__) { return new (__ngFactoryType__ || WMDomRendererFactory2)(i0.ɵɵinject(i1$3.EventManager), i0.ɵɵinject(i1$3.ɵSharedStylesHost), i0.ɵɵinject(APP_ID), i0.ɵɵinject(DOCUMENT)); }; }
|
|
4720
4663
|
static { this.ɵprov = /*@__PURE__*/ i0.ɵɵdefineInjectable({ token: WMDomRendererFactory2, factory: WMDomRendererFactory2.ɵfac }); }
|
|
4721
4664
|
}
|
|
4722
4665
|
(() => { (typeof ngDevMode === "undefined" || ngDevMode) && i0.ɵsetClassMetadata(WMDomRendererFactory2, [{
|
|
4723
4666
|
type: Injectable
|
|
4724
|
-
}], () => [{ type: i1$
|
|
4667
|
+
}], () => [{ type: i1$3.EventManager }, { type: i1$3.ɵSharedStylesHost }, { type: undefined, decorators: [{
|
|
4725
4668
|
type: Inject,
|
|
4726
4669
|
args: [APP_ID]
|
|
4727
4670
|
}] }, { type: Document, decorators: [{
|
|
@@ -4965,17 +4908,18 @@ ShadowDomRenderer = __decorate([
|
|
|
4965
4908
|
const initializeProjectDetails = () => {
|
|
4966
4909
|
let cdnUrl = document.querySelector('[name="deployUrl"]') && document.querySelector('[name="deployUrl"]').getAttribute('content');
|
|
4967
4910
|
_WM_APP_PROJECT.isPreview = cdnUrl ? false : true;
|
|
4968
|
-
|
|
4911
|
+
const apiUrl = document.querySelector('[name="apiUrl"]') && document.querySelector('[name="apiUrl"]').getAttribute('content');
|
|
4969
4912
|
//for preview
|
|
4970
4913
|
if (!cdnUrl) {
|
|
4971
4914
|
cdnUrl = document.querySelector('[name="cdnUrl"]') && document.querySelector('[name="cdnUrl"]').getAttribute('content');
|
|
4972
4915
|
}
|
|
4973
|
-
_WM_APP_PROJECT.id =
|
|
4916
|
+
_WM_APP_PROJECT.id = location.href.split('/')[3];
|
|
4974
4917
|
// Integration with third party apps like in SSPA/WebComponents, this meta tag with cdnUrl will not be there then default it to ng-bundle/
|
|
4975
4918
|
_WM_APP_PROJECT.apiUrl = apiUrl || './';
|
|
4976
4919
|
_WM_APP_PROJECT.cdnUrl = cdnUrl || 'ng-bundle/';
|
|
4977
4920
|
_WM_APP_PROJECT.ngDest = 'ng-bundle/';
|
|
4978
4921
|
try {
|
|
4922
|
+
// eslint-disable-next-line @typescript-eslint/ban-ts-comment
|
|
4979
4923
|
//@ts-ignore
|
|
4980
4924
|
__webpack_require__.p = __webpack_public_path__ = cdnUrl;
|
|
4981
4925
|
}
|
|
@@ -4994,7 +4938,6 @@ function getSettingProvider(key, defaultValue) {
|
|
|
4994
4938
|
useValue: defaultValue
|
|
4995
4939
|
};
|
|
4996
4940
|
}
|
|
4997
|
-
;
|
|
4998
4941
|
function InitializeApp(I18nService, AppJSResolve) {
|
|
4999
4942
|
return async () => {
|
|
5000
4943
|
initializeProjectDetails();
|
|
@@ -5010,15 +4953,17 @@ const definitions = [
|
|
|
5010
4953
|
AccessrolesDirective,
|
|
5011
4954
|
AppSpinnerComponent,
|
|
5012
4955
|
CustomToasterComponent,
|
|
5013
|
-
PrefabDirective,
|
|
5014
4956
|
AppComponent,
|
|
4957
|
+
PrefabDirective,
|
|
5015
4958
|
PrefabPreviewComponent,
|
|
5016
4959
|
EmptyPageComponent
|
|
5017
4960
|
];
|
|
5018
4961
|
const REQUIRED_MODULES_FOR_DYNAMIC_COMPONENTS = [
|
|
5019
|
-
|
|
5020
|
-
|
|
5021
|
-
|
|
4962
|
+
ConfirmDialogComponent,
|
|
4963
|
+
DialogComponent,
|
|
4964
|
+
DialogBodyDirective,
|
|
4965
|
+
DialogFooterDirective,
|
|
4966
|
+
DialogHeaderComponent,
|
|
5022
4967
|
// NGX Bootstrap
|
|
5023
4968
|
BsDatepickerModule,
|
|
5024
4969
|
TimepickerModule,
|
|
@@ -5031,60 +4976,112 @@ const REQUIRED_MODULES_FOR_DYNAMIC_COMPONENTS = [
|
|
|
5031
4976
|
NgCircleProgressModule,
|
|
5032
4977
|
TooltipModule,
|
|
5033
4978
|
// Basic widgets
|
|
5034
|
-
|
|
5035
|
-
|
|
5036
|
-
|
|
5037
|
-
|
|
5038
|
-
|
|
4979
|
+
AnchorComponent,
|
|
4980
|
+
AudioComponent,
|
|
4981
|
+
HtmlDirective,
|
|
4982
|
+
IconComponent,
|
|
4983
|
+
IframeComponent,
|
|
4984
|
+
LabelDirective,
|
|
4985
|
+
PictureDirective,
|
|
4986
|
+
SpinnerComponent,
|
|
4987
|
+
VideoComponent,
|
|
4988
|
+
ProgressBarComponent,
|
|
4989
|
+
ProgressCircleComponent,
|
|
4990
|
+
RichTextEditorComponent,
|
|
4991
|
+
SearchComponent, ScrollableDirective,
|
|
4992
|
+
TreeComponent,
|
|
5039
4993
|
// Input
|
|
5040
|
-
|
|
5041
|
-
|
|
5042
|
-
|
|
5043
|
-
|
|
5044
|
-
|
|
5045
|
-
|
|
5046
|
-
|
|
5047
|
-
|
|
5048
|
-
|
|
4994
|
+
CalendarComponent,
|
|
4995
|
+
ChipsComponent,
|
|
4996
|
+
ColorPickerComponent,
|
|
4997
|
+
CurrencyComponent,
|
|
4998
|
+
DateComponent,
|
|
4999
|
+
DatetimeComponent,
|
|
5000
|
+
TimeComponent,
|
|
5001
|
+
DateTimePickerComponent,
|
|
5002
|
+
TimePickerComponent,
|
|
5003
|
+
PickerComponent,
|
|
5004
|
+
PickerGroupComponent,
|
|
5005
|
+
FileUploadComponent,
|
|
5006
|
+
ButtonComponent,
|
|
5007
|
+
ButtonGroupDirective,
|
|
5008
|
+
CaptionPositionDirective,
|
|
5009
|
+
CheckboxComponent,
|
|
5010
|
+
CheckboxsetComponent,
|
|
5011
|
+
CompositeDirective,
|
|
5012
|
+
NumberComponent,
|
|
5013
|
+
RadiosetComponent,
|
|
5014
|
+
SelectComponent,
|
|
5015
|
+
SwitchComponent,
|
|
5016
|
+
InputCalendarComponent,
|
|
5017
|
+
InputColorComponent,
|
|
5018
|
+
InputEmailComponent,
|
|
5019
|
+
InputNumberComponent,
|
|
5020
|
+
InputTextComponent,
|
|
5021
|
+
TextareaComponent,
|
|
5022
|
+
RatingComponent,
|
|
5023
|
+
SliderComponent,
|
|
5049
5024
|
// Data
|
|
5050
|
-
|
|
5051
|
-
|
|
5052
|
-
|
|
5053
|
-
|
|
5054
|
-
|
|
5055
|
-
|
|
5025
|
+
CardComponent,
|
|
5026
|
+
CardActionsDirective,
|
|
5027
|
+
CardContentComponent,
|
|
5028
|
+
CardFooterDirective,
|
|
5029
|
+
FormComponent,
|
|
5030
|
+
FormWidgetDirective,
|
|
5031
|
+
FormActionDirective,
|
|
5032
|
+
FormFieldDirective,
|
|
5033
|
+
LiveActionsDirective,
|
|
5034
|
+
DependsonDirective,
|
|
5035
|
+
LiveFilterDirective,
|
|
5036
|
+
LiveFormDirective,
|
|
5037
|
+
ListComponent, ListItemDirective,
|
|
5038
|
+
LiveTableComponent,
|
|
5039
|
+
PaginationComponent,
|
|
5040
|
+
TableComponent,
|
|
5041
|
+
TableCUDDirective,
|
|
5042
|
+
TableFilterSortDirective,
|
|
5043
|
+
TableActionDirective,
|
|
5044
|
+
TableColumnDirective,
|
|
5045
|
+
TableColumnGroupDirective,
|
|
5046
|
+
TableRowDirective,
|
|
5047
|
+
TableRowActionDirective,
|
|
5056
5048
|
// chart
|
|
5057
|
-
|
|
5049
|
+
ChartComponent,
|
|
5058
5050
|
// container modules
|
|
5059
|
-
|
|
5060
|
-
|
|
5061
|
-
|
|
5062
|
-
|
|
5063
|
-
|
|
5064
|
-
|
|
5065
|
-
|
|
5051
|
+
AccordionPaneComponent, AccordionDirective,
|
|
5052
|
+
LinearLayoutDirective, LinearLayoutItemDirective,
|
|
5053
|
+
LayoutgridDirective, LayoutGridRowDirective, LayoutGridColumnDirective,
|
|
5054
|
+
PanelComponent,
|
|
5055
|
+
TabPaneComponent, TabsComponent,
|
|
5056
|
+
TileDirective,
|
|
5057
|
+
WizardActionDirective, WizardStepComponent, WizardComponent,
|
|
5066
5058
|
// dialogs
|
|
5067
|
-
|
|
5068
|
-
|
|
5069
|
-
|
|
5070
|
-
|
|
5059
|
+
AlertDialogComponent,
|
|
5060
|
+
IframeDialogComponent,
|
|
5061
|
+
LoginDialogDirective,
|
|
5062
|
+
PartialDialogComponent,
|
|
5071
5063
|
// navigation
|
|
5072
|
-
|
|
5073
|
-
|
|
5074
|
-
|
|
5075
|
-
|
|
5064
|
+
BreadcrumbComponent,
|
|
5065
|
+
MenuComponent, MenuDropdownComponent, MenuDropdownItemComponent, NavigationControlDirective, NavComponent, NavItemDirective,
|
|
5066
|
+
NavbarComponent,
|
|
5067
|
+
PopoverComponent,
|
|
5076
5068
|
// Advanced
|
|
5077
|
-
|
|
5078
|
-
|
|
5079
|
-
|
|
5080
|
-
|
|
5081
|
-
|
|
5082
|
-
|
|
5083
|
-
|
|
5084
|
-
|
|
5085
|
-
|
|
5086
|
-
|
|
5087
|
-
|
|
5069
|
+
CarouselDirective, CarouselTemplateDirective,
|
|
5070
|
+
LoginComponent,
|
|
5071
|
+
MarqueeDirective,
|
|
5072
|
+
CustomWidgetDirective, CustomWidgetContainerDirective,
|
|
5073
|
+
PageDirective,
|
|
5074
|
+
LayoutDirective,
|
|
5075
|
+
ContentComponent,
|
|
5076
|
+
PageContentComponent,
|
|
5077
|
+
SpaPageDirective,
|
|
5078
|
+
RouterOutletDirective,
|
|
5079
|
+
FooterDirective,
|
|
5080
|
+
HeaderComponent,
|
|
5081
|
+
LeftPanelDirective,
|
|
5082
|
+
RightPanelDirective,
|
|
5083
|
+
TopNavDirective,
|
|
5084
|
+
PrefabDirective$1, PrefabContainerDirective
|
|
5088
5085
|
];
|
|
5089
5086
|
// setting parseExpr as exprEvaluator for swipeAnimation
|
|
5090
5087
|
$.fn.swipeAnimation.expressionEvaluator = $parseExpr;
|
|
@@ -5144,12 +5141,16 @@ class RuntimeBaseModule {
|
|
|
5144
5141
|
AppJSResolve,
|
|
5145
5142
|
AppExtensionJSResolve,
|
|
5146
5143
|
I18nResolve,
|
|
5144
|
+
SecurityService,
|
|
5145
|
+
OAuthService,
|
|
5146
|
+
VariablesService,
|
|
5147
|
+
MetadataService,
|
|
5147
5148
|
getSettingProvider(MAX_CACHE_SIZE, 10),
|
|
5148
5149
|
getSettingProvider(MAX_CACHE_AGE, 30 * 60)
|
|
5149
5150
|
]
|
|
5150
5151
|
};
|
|
5151
5152
|
}
|
|
5152
|
-
constructor(
|
|
5153
|
+
constructor(app, viewport) {
|
|
5153
5154
|
RuntimeBaseModule.addCustomEventPolyfill();
|
|
5154
5155
|
this.getDeviceDetails().then(details => {
|
|
5155
5156
|
app.selectedViewPort = {
|
|
@@ -5182,38 +5183,23 @@ class RuntimeBaseModule {
|
|
|
5182
5183
|
}
|
|
5183
5184
|
});
|
|
5184
5185
|
}
|
|
5185
|
-
static { this.ɵfac = function RuntimeBaseModule_Factory(__ngFactoryType__) { return new (__ngFactoryType__ || RuntimeBaseModule)(i0.ɵɵinject(i1
|
|
5186
|
+
static { this.ɵfac = function RuntimeBaseModule_Factory(__ngFactoryType__) { return new (__ngFactoryType__ || RuntimeBaseModule)(i0.ɵɵinject(i1.App), i0.ɵɵinject(i1.Viewport)); }; }
|
|
5186
5187
|
static { this.ɵmod = /*@__PURE__*/ i0.ɵɵdefineNgModule({ type: RuntimeBaseModule }); }
|
|
5187
5188
|
static { this.ɵinj = /*@__PURE__*/ i0.ɵɵdefineInjector({ providers: [
|
|
5188
5189
|
{ provide: _SharedStylesHost, useClass: WMDomSharedStylesHost },
|
|
5189
|
-
{ provide: _DomRendererFactory2, useClass: WMDomRendererFactory2 }
|
|
5190
|
+
{ provide: _DomRendererFactory2, useClass: WMDomRendererFactory2 },
|
|
5191
|
+
HttpServiceImpl,
|
|
5190
5192
|
], imports: [CommonModule,
|
|
5191
5193
|
RouterModule,
|
|
5192
5194
|
HttpClientModule,
|
|
5193
5195
|
FormsModule,
|
|
5194
|
-
ReactiveFormsModule,
|
|
5195
|
-
|
|
5196
|
-
|
|
5197
|
-
|
|
5198
|
-
|
|
5199
|
-
|
|
5200
|
-
|
|
5201
|
-
VariablesModule,
|
|
5202
|
-
HttpServiceModule, REQUIRED_MODULES_FOR_DYNAMIC_COMPONENTS, FormsModule,
|
|
5203
|
-
ReactiveFormsModule,
|
|
5204
|
-
CommonModule,
|
|
5205
|
-
RouterModule,
|
|
5206
|
-
HttpClientModule,
|
|
5207
|
-
ToastrModule,
|
|
5208
|
-
WmComponentsModule,
|
|
5209
|
-
MobileRuntimeModule,
|
|
5210
|
-
CoreModule,
|
|
5211
|
-
SecurityModule,
|
|
5212
|
-
OAuthModule,
|
|
5213
|
-
VariablesModule,
|
|
5214
|
-
HttpServiceModule, ConfirmDialogModule,
|
|
5215
|
-
DesignDialogModule,
|
|
5216
|
-
DialogModule,
|
|
5196
|
+
ReactiveFormsModule, AppSpinnerComponent,
|
|
5197
|
+
CustomToasterComponent,
|
|
5198
|
+
AppComponent,
|
|
5199
|
+
PrefabPreviewComponent, ToastrModule,
|
|
5200
|
+
WmComponentsModule, ConfirmDialogComponent,
|
|
5201
|
+
DialogComponent,
|
|
5202
|
+
DialogHeaderComponent,
|
|
5217
5203
|
// NGX Bootstrap
|
|
5218
5204
|
BsDatepickerModule,
|
|
5219
5205
|
TimepickerModule,
|
|
@@ -5226,125 +5212,142 @@ class RuntimeBaseModule {
|
|
|
5226
5212
|
NgCircleProgressModule,
|
|
5227
5213
|
TooltipModule,
|
|
5228
5214
|
// Basic widgets
|
|
5229
|
-
|
|
5230
|
-
|
|
5231
|
-
|
|
5232
|
-
|
|
5233
|
-
|
|
5215
|
+
AnchorComponent,
|
|
5216
|
+
AudioComponent,
|
|
5217
|
+
IconComponent,
|
|
5218
|
+
IframeComponent,
|
|
5219
|
+
SpinnerComponent,
|
|
5220
|
+
VideoComponent,
|
|
5221
|
+
ProgressBarComponent,
|
|
5222
|
+
ProgressCircleComponent,
|
|
5223
|
+
RichTextEditorComponent,
|
|
5224
|
+
SearchComponent,
|
|
5225
|
+
TreeComponent,
|
|
5234
5226
|
// Input
|
|
5235
|
-
|
|
5236
|
-
|
|
5237
|
-
|
|
5238
|
-
|
|
5239
|
-
|
|
5240
|
-
|
|
5241
|
-
|
|
5242
|
-
|
|
5243
|
-
|
|
5227
|
+
CalendarComponent,
|
|
5228
|
+
ChipsComponent,
|
|
5229
|
+
ColorPickerComponent,
|
|
5230
|
+
CurrencyComponent,
|
|
5231
|
+
DateComponent,
|
|
5232
|
+
DatetimeComponent,
|
|
5233
|
+
TimeComponent,
|
|
5234
|
+
DateTimePickerComponent,
|
|
5235
|
+
TimePickerComponent,
|
|
5236
|
+
PickerComponent,
|
|
5237
|
+
PickerGroupComponent,
|
|
5238
|
+
FileUploadComponent,
|
|
5239
|
+
ButtonComponent,
|
|
5240
|
+
CheckboxComponent,
|
|
5241
|
+
CheckboxsetComponent,
|
|
5242
|
+
NumberComponent,
|
|
5243
|
+
RadiosetComponent,
|
|
5244
|
+
SelectComponent,
|
|
5245
|
+
SwitchComponent,
|
|
5246
|
+
InputCalendarComponent,
|
|
5247
|
+
InputColorComponent,
|
|
5248
|
+
InputEmailComponent,
|
|
5249
|
+
InputNumberComponent,
|
|
5250
|
+
InputTextComponent,
|
|
5251
|
+
TextareaComponent,
|
|
5252
|
+
RatingComponent,
|
|
5253
|
+
SliderComponent,
|
|
5244
5254
|
// Data
|
|
5245
|
-
|
|
5246
|
-
|
|
5247
|
-
|
|
5248
|
-
|
|
5249
|
-
|
|
5250
|
-
|
|
5255
|
+
CardComponent,
|
|
5256
|
+
CardContentComponent,
|
|
5257
|
+
FormComponent,
|
|
5258
|
+
ListComponent,
|
|
5259
|
+
LiveTableComponent,
|
|
5260
|
+
PaginationComponent,
|
|
5261
|
+
TableComponent,
|
|
5251
5262
|
// chart
|
|
5252
|
-
|
|
5263
|
+
ChartComponent,
|
|
5253
5264
|
// container modules
|
|
5254
|
-
|
|
5255
|
-
|
|
5256
|
-
|
|
5257
|
-
|
|
5258
|
-
TabsModule,
|
|
5259
|
-
TileModule,
|
|
5260
|
-
WizardModule,
|
|
5265
|
+
AccordionPaneComponent,
|
|
5266
|
+
PanelComponent,
|
|
5267
|
+
TabPaneComponent, TabsComponent,
|
|
5268
|
+
WizardStepComponent, WizardComponent,
|
|
5261
5269
|
// dialogs
|
|
5262
|
-
|
|
5263
|
-
|
|
5264
|
-
|
|
5265
|
-
PartialDialogModule,
|
|
5270
|
+
AlertDialogComponent,
|
|
5271
|
+
IframeDialogComponent,
|
|
5272
|
+
PartialDialogComponent,
|
|
5266
5273
|
// navigation
|
|
5267
|
-
|
|
5268
|
-
|
|
5269
|
-
|
|
5270
|
-
|
|
5271
|
-
|
|
5272
|
-
|
|
5273
|
-
|
|
5274
|
-
|
|
5275
|
-
|
|
5276
|
-
|
|
5277
|
-
|
|
5278
|
-
|
|
5279
|
-
|
|
5280
|
-
|
|
5281
|
-
|
|
5282
|
-
|
|
5274
|
+
BreadcrumbComponent,
|
|
5275
|
+
MenuComponent, MenuDropdownComponent, MenuDropdownItemComponent, NavComponent,
|
|
5276
|
+
NavbarComponent,
|
|
5277
|
+
PopoverComponent,
|
|
5278
|
+
LoginComponent,
|
|
5279
|
+
ContentComponent,
|
|
5280
|
+
PageContentComponent,
|
|
5281
|
+
HeaderComponent, FormsModule,
|
|
5282
|
+
ReactiveFormsModule,
|
|
5283
|
+
CommonModule,
|
|
5284
|
+
RouterModule,
|
|
5285
|
+
HttpClientModule,
|
|
5286
|
+
ToastrModule,
|
|
5287
|
+
WmComponentsModule,
|
|
5288
|
+
// NGX Bootstrap
|
|
5289
|
+
BsDatepickerModule,
|
|
5290
|
+
TimepickerModule,
|
|
5291
|
+
BsDropdownModule,
|
|
5292
|
+
PaginationModule,
|
|
5293
|
+
TypeaheadModule,
|
|
5294
|
+
ProgressbarModule,
|
|
5295
|
+
CarouselModule,
|
|
5296
|
+
PopoverModule,
|
|
5297
|
+
NgCircleProgressModule,
|
|
5298
|
+
TooltipModule] }); }
|
|
5283
5299
|
}
|
|
5284
5300
|
(() => { (typeof ngDevMode === "undefined" || ngDevMode) && i0.ɵsetClassMetadata(RuntimeBaseModule, [{
|
|
5285
5301
|
type: NgModule,
|
|
5286
5302
|
args: [{
|
|
5287
|
-
declarations: [...definitions],
|
|
5288
5303
|
imports: [
|
|
5289
5304
|
CommonModule,
|
|
5290
5305
|
RouterModule,
|
|
5291
5306
|
HttpClientModule,
|
|
5292
5307
|
FormsModule,
|
|
5293
5308
|
ReactiveFormsModule,
|
|
5309
|
+
...definitions,
|
|
5294
5310
|
ToastrModule,
|
|
5295
5311
|
WmComponentsModule,
|
|
5296
|
-
|
|
5297
|
-
CoreModule,
|
|
5298
|
-
SecurityModule,
|
|
5299
|
-
OAuthModule,
|
|
5300
|
-
VariablesModule,
|
|
5301
|
-
HttpServiceModule,
|
|
5312
|
+
// CoreModule,
|
|
5302
5313
|
...REQUIRED_MODULES_FOR_DYNAMIC_COMPONENTS
|
|
5303
5314
|
],
|
|
5304
5315
|
exports: [
|
|
5305
5316
|
FormsModule,
|
|
5306
5317
|
ReactiveFormsModule,
|
|
5307
|
-
|
|
5318
|
+
PrefabDirective,
|
|
5319
|
+
AccessrolesDirective,
|
|
5308
5320
|
CommonModule,
|
|
5309
5321
|
RouterModule,
|
|
5310
5322
|
HttpClientModule,
|
|
5311
5323
|
ToastrModule,
|
|
5312
5324
|
WmComponentsModule,
|
|
5313
|
-
|
|
5314
|
-
CoreModule,
|
|
5315
|
-
SecurityModule,
|
|
5316
|
-
OAuthModule,
|
|
5317
|
-
VariablesModule,
|
|
5318
|
-
HttpServiceModule,
|
|
5325
|
+
// CoreModule,
|
|
5319
5326
|
...REQUIRED_MODULES_FOR_DYNAMIC_COMPONENTS
|
|
5320
5327
|
],
|
|
5321
5328
|
providers: [
|
|
5322
5329
|
{ provide: _SharedStylesHost, useClass: WMDomSharedStylesHost },
|
|
5323
|
-
{ provide: _DomRendererFactory2, useClass: WMDomRendererFactory2 }
|
|
5330
|
+
{ provide: _DomRendererFactory2, useClass: WMDomRendererFactory2 },
|
|
5331
|
+
HttpServiceImpl,
|
|
5324
5332
|
]
|
|
5325
5333
|
}]
|
|
5326
|
-
}], () => [{ type: i1
|
|
5327
|
-
(function () { (typeof ngJitMode === "undefined" || ngJitMode) && i0.ɵɵsetNgModuleScope(RuntimeBaseModule, {
|
|
5334
|
+
}], () => [{ type: i1.App }, { type: i1.Viewport }], null); })();
|
|
5335
|
+
(function () { (typeof ngJitMode === "undefined" || ngJitMode) && i0.ɵɵsetNgModuleScope(RuntimeBaseModule, { imports: [CommonModule,
|
|
5336
|
+
RouterModule,
|
|
5337
|
+
HttpClientModule,
|
|
5338
|
+
FormsModule,
|
|
5339
|
+
ReactiveFormsModule, AccessrolesDirective,
|
|
5328
5340
|
AppSpinnerComponent,
|
|
5329
5341
|
CustomToasterComponent,
|
|
5330
|
-
PrefabDirective,
|
|
5331
5342
|
AppComponent,
|
|
5343
|
+
PrefabDirective,
|
|
5332
5344
|
PrefabPreviewComponent,
|
|
5333
|
-
EmptyPageComponent
|
|
5334
|
-
|
|
5335
|
-
|
|
5336
|
-
|
|
5337
|
-
|
|
5338
|
-
|
|
5339
|
-
WmComponentsModule,
|
|
5340
|
-
MobileRuntimeModule,
|
|
5341
|
-
CoreModule,
|
|
5342
|
-
SecurityModule,
|
|
5343
|
-
OAuthModule,
|
|
5344
|
-
VariablesModule,
|
|
5345
|
-
HttpServiceModule, ConfirmDialogModule,
|
|
5346
|
-
DesignDialogModule,
|
|
5347
|
-
DialogModule,
|
|
5345
|
+
EmptyPageComponent, ToastrModule,
|
|
5346
|
+
WmComponentsModule, ConfirmDialogComponent,
|
|
5347
|
+
DialogComponent,
|
|
5348
|
+
DialogBodyDirective,
|
|
5349
|
+
DialogFooterDirective,
|
|
5350
|
+
DialogHeaderComponent,
|
|
5348
5351
|
// NGX Bootstrap
|
|
5349
5352
|
BsDatepickerModule,
|
|
5350
5353
|
TimepickerModule,
|
|
@@ -5357,79 +5360,124 @@ class RuntimeBaseModule {
|
|
|
5357
5360
|
NgCircleProgressModule,
|
|
5358
5361
|
TooltipModule,
|
|
5359
5362
|
// Basic widgets
|
|
5360
|
-
|
|
5361
|
-
|
|
5362
|
-
|
|
5363
|
-
|
|
5364
|
-
|
|
5363
|
+
AnchorComponent,
|
|
5364
|
+
AudioComponent,
|
|
5365
|
+
HtmlDirective,
|
|
5366
|
+
IconComponent,
|
|
5367
|
+
IframeComponent,
|
|
5368
|
+
LabelDirective,
|
|
5369
|
+
PictureDirective,
|
|
5370
|
+
SpinnerComponent,
|
|
5371
|
+
VideoComponent,
|
|
5372
|
+
ProgressBarComponent,
|
|
5373
|
+
ProgressCircleComponent,
|
|
5374
|
+
RichTextEditorComponent,
|
|
5375
|
+
SearchComponent, ScrollableDirective,
|
|
5376
|
+
TreeComponent,
|
|
5365
5377
|
// Input
|
|
5366
|
-
|
|
5367
|
-
|
|
5368
|
-
|
|
5369
|
-
|
|
5370
|
-
|
|
5371
|
-
|
|
5372
|
-
|
|
5373
|
-
|
|
5374
|
-
|
|
5378
|
+
CalendarComponent,
|
|
5379
|
+
ChipsComponent,
|
|
5380
|
+
ColorPickerComponent,
|
|
5381
|
+
CurrencyComponent,
|
|
5382
|
+
DateComponent,
|
|
5383
|
+
DatetimeComponent,
|
|
5384
|
+
TimeComponent,
|
|
5385
|
+
DateTimePickerComponent,
|
|
5386
|
+
TimePickerComponent,
|
|
5387
|
+
PickerComponent,
|
|
5388
|
+
PickerGroupComponent,
|
|
5389
|
+
FileUploadComponent,
|
|
5390
|
+
ButtonComponent,
|
|
5391
|
+
ButtonGroupDirective,
|
|
5392
|
+
CaptionPositionDirective,
|
|
5393
|
+
CheckboxComponent,
|
|
5394
|
+
CheckboxsetComponent,
|
|
5395
|
+
CompositeDirective,
|
|
5396
|
+
NumberComponent,
|
|
5397
|
+
RadiosetComponent,
|
|
5398
|
+
SelectComponent,
|
|
5399
|
+
SwitchComponent,
|
|
5400
|
+
InputCalendarComponent,
|
|
5401
|
+
InputColorComponent,
|
|
5402
|
+
InputEmailComponent,
|
|
5403
|
+
InputNumberComponent,
|
|
5404
|
+
InputTextComponent,
|
|
5405
|
+
TextareaComponent,
|
|
5406
|
+
RatingComponent,
|
|
5407
|
+
SliderComponent,
|
|
5375
5408
|
// Data
|
|
5376
|
-
|
|
5377
|
-
|
|
5378
|
-
|
|
5379
|
-
|
|
5380
|
-
|
|
5381
|
-
|
|
5409
|
+
CardComponent,
|
|
5410
|
+
CardActionsDirective,
|
|
5411
|
+
CardContentComponent,
|
|
5412
|
+
CardFooterDirective,
|
|
5413
|
+
FormComponent,
|
|
5414
|
+
FormWidgetDirective,
|
|
5415
|
+
FormActionDirective,
|
|
5416
|
+
FormFieldDirective,
|
|
5417
|
+
LiveActionsDirective,
|
|
5418
|
+
DependsonDirective,
|
|
5419
|
+
LiveFilterDirective,
|
|
5420
|
+
LiveFormDirective,
|
|
5421
|
+
ListComponent, ListItemDirective,
|
|
5422
|
+
LiveTableComponent,
|
|
5423
|
+
PaginationComponent,
|
|
5424
|
+
TableComponent,
|
|
5425
|
+
TableCUDDirective,
|
|
5426
|
+
TableFilterSortDirective,
|
|
5427
|
+
TableActionDirective,
|
|
5428
|
+
TableColumnDirective,
|
|
5429
|
+
TableColumnGroupDirective,
|
|
5430
|
+
TableRowDirective,
|
|
5431
|
+
TableRowActionDirective,
|
|
5382
5432
|
// chart
|
|
5383
|
-
|
|
5433
|
+
ChartComponent,
|
|
5384
5434
|
// container modules
|
|
5385
|
-
|
|
5386
|
-
|
|
5387
|
-
|
|
5388
|
-
|
|
5389
|
-
|
|
5390
|
-
|
|
5391
|
-
|
|
5435
|
+
AccordionPaneComponent, AccordionDirective,
|
|
5436
|
+
LinearLayoutDirective, LinearLayoutItemDirective,
|
|
5437
|
+
LayoutgridDirective, LayoutGridRowDirective, LayoutGridColumnDirective,
|
|
5438
|
+
PanelComponent,
|
|
5439
|
+
TabPaneComponent, TabsComponent,
|
|
5440
|
+
TileDirective,
|
|
5441
|
+
WizardActionDirective, WizardStepComponent, WizardComponent,
|
|
5392
5442
|
// dialogs
|
|
5393
|
-
|
|
5394
|
-
|
|
5395
|
-
|
|
5396
|
-
|
|
5443
|
+
AlertDialogComponent,
|
|
5444
|
+
IframeDialogComponent,
|
|
5445
|
+
LoginDialogDirective,
|
|
5446
|
+
PartialDialogComponent,
|
|
5397
5447
|
// navigation
|
|
5398
|
-
|
|
5399
|
-
|
|
5400
|
-
|
|
5401
|
-
|
|
5448
|
+
BreadcrumbComponent,
|
|
5449
|
+
MenuComponent, MenuDropdownComponent, MenuDropdownItemComponent, NavigationControlDirective, NavComponent, NavItemDirective,
|
|
5450
|
+
NavbarComponent,
|
|
5451
|
+
PopoverComponent,
|
|
5402
5452
|
// Advanced
|
|
5403
|
-
|
|
5404
|
-
|
|
5405
|
-
|
|
5406
|
-
|
|
5407
|
-
|
|
5408
|
-
|
|
5409
|
-
|
|
5410
|
-
|
|
5411
|
-
|
|
5412
|
-
|
|
5413
|
-
|
|
5414
|
-
|
|
5415
|
-
|
|
5416
|
-
|
|
5453
|
+
CarouselDirective, CarouselTemplateDirective,
|
|
5454
|
+
LoginComponent,
|
|
5455
|
+
MarqueeDirective,
|
|
5456
|
+
CustomWidgetDirective, CustomWidgetContainerDirective,
|
|
5457
|
+
PageDirective,
|
|
5458
|
+
LayoutDirective,
|
|
5459
|
+
ContentComponent,
|
|
5460
|
+
PageContentComponent,
|
|
5461
|
+
SpaPageDirective,
|
|
5462
|
+
RouterOutletDirective,
|
|
5463
|
+
FooterDirective,
|
|
5464
|
+
HeaderComponent,
|
|
5465
|
+
LeftPanelDirective,
|
|
5466
|
+
RightPanelDirective,
|
|
5467
|
+
TopNavDirective,
|
|
5468
|
+
PrefabDirective$1, PrefabContainerDirective], exports: [FormsModule,
|
|
5469
|
+
ReactiveFormsModule,
|
|
5417
5470
|
PrefabDirective,
|
|
5418
|
-
|
|
5419
|
-
|
|
5420
|
-
EmptyPageComponent, CommonModule,
|
|
5471
|
+
AccessrolesDirective,
|
|
5472
|
+
CommonModule,
|
|
5421
5473
|
RouterModule,
|
|
5422
5474
|
HttpClientModule,
|
|
5423
5475
|
ToastrModule,
|
|
5424
|
-
WmComponentsModule,
|
|
5425
|
-
|
|
5426
|
-
|
|
5427
|
-
|
|
5428
|
-
|
|
5429
|
-
VariablesModule,
|
|
5430
|
-
HttpServiceModule, ConfirmDialogModule,
|
|
5431
|
-
DesignDialogModule,
|
|
5432
|
-
DialogModule,
|
|
5476
|
+
WmComponentsModule, ConfirmDialogComponent,
|
|
5477
|
+
DialogComponent,
|
|
5478
|
+
DialogBodyDirective,
|
|
5479
|
+
DialogFooterDirective,
|
|
5480
|
+
DialogHeaderComponent,
|
|
5433
5481
|
// NGX Bootstrap
|
|
5434
5482
|
BsDatepickerModule,
|
|
5435
5483
|
TimepickerModule,
|
|
@@ -5442,68 +5490,114 @@ class RuntimeBaseModule {
|
|
|
5442
5490
|
NgCircleProgressModule,
|
|
5443
5491
|
TooltipModule,
|
|
5444
5492
|
// Basic widgets
|
|
5445
|
-
|
|
5446
|
-
|
|
5447
|
-
|
|
5448
|
-
|
|
5449
|
-
|
|
5493
|
+
AnchorComponent,
|
|
5494
|
+
AudioComponent,
|
|
5495
|
+
HtmlDirective,
|
|
5496
|
+
IconComponent,
|
|
5497
|
+
IframeComponent,
|
|
5498
|
+
LabelDirective,
|
|
5499
|
+
PictureDirective,
|
|
5500
|
+
SpinnerComponent,
|
|
5501
|
+
VideoComponent,
|
|
5502
|
+
ProgressBarComponent,
|
|
5503
|
+
ProgressCircleComponent,
|
|
5504
|
+
RichTextEditorComponent,
|
|
5505
|
+
SearchComponent, ScrollableDirective,
|
|
5506
|
+
TreeComponent,
|
|
5450
5507
|
// Input
|
|
5451
|
-
|
|
5452
|
-
|
|
5453
|
-
|
|
5454
|
-
|
|
5455
|
-
|
|
5456
|
-
|
|
5457
|
-
|
|
5458
|
-
|
|
5459
|
-
|
|
5508
|
+
CalendarComponent,
|
|
5509
|
+
ChipsComponent,
|
|
5510
|
+
ColorPickerComponent,
|
|
5511
|
+
CurrencyComponent,
|
|
5512
|
+
DateComponent,
|
|
5513
|
+
DatetimeComponent,
|
|
5514
|
+
TimeComponent,
|
|
5515
|
+
DateTimePickerComponent,
|
|
5516
|
+
TimePickerComponent,
|
|
5517
|
+
PickerComponent,
|
|
5518
|
+
PickerGroupComponent,
|
|
5519
|
+
FileUploadComponent,
|
|
5520
|
+
ButtonComponent,
|
|
5521
|
+
ButtonGroupDirective,
|
|
5522
|
+
CaptionPositionDirective,
|
|
5523
|
+
CheckboxComponent,
|
|
5524
|
+
CheckboxsetComponent,
|
|
5525
|
+
CompositeDirective,
|
|
5526
|
+
NumberComponent,
|
|
5527
|
+
RadiosetComponent,
|
|
5528
|
+
SelectComponent,
|
|
5529
|
+
SwitchComponent,
|
|
5530
|
+
InputCalendarComponent,
|
|
5531
|
+
InputColorComponent,
|
|
5532
|
+
InputEmailComponent,
|
|
5533
|
+
InputNumberComponent,
|
|
5534
|
+
InputTextComponent,
|
|
5535
|
+
TextareaComponent,
|
|
5536
|
+
RatingComponent,
|
|
5537
|
+
SliderComponent,
|
|
5460
5538
|
// Data
|
|
5461
|
-
|
|
5462
|
-
|
|
5463
|
-
|
|
5464
|
-
|
|
5465
|
-
|
|
5466
|
-
|
|
5539
|
+
CardComponent,
|
|
5540
|
+
CardActionsDirective,
|
|
5541
|
+
CardContentComponent,
|
|
5542
|
+
CardFooterDirective,
|
|
5543
|
+
FormComponent,
|
|
5544
|
+
FormWidgetDirective,
|
|
5545
|
+
FormActionDirective,
|
|
5546
|
+
FormFieldDirective,
|
|
5547
|
+
LiveActionsDirective,
|
|
5548
|
+
DependsonDirective,
|
|
5549
|
+
LiveFilterDirective,
|
|
5550
|
+
LiveFormDirective,
|
|
5551
|
+
ListComponent, ListItemDirective,
|
|
5552
|
+
LiveTableComponent,
|
|
5553
|
+
PaginationComponent,
|
|
5554
|
+
TableComponent,
|
|
5555
|
+
TableCUDDirective,
|
|
5556
|
+
TableFilterSortDirective,
|
|
5557
|
+
TableActionDirective,
|
|
5558
|
+
TableColumnDirective,
|
|
5559
|
+
TableColumnGroupDirective,
|
|
5560
|
+
TableRowDirective,
|
|
5561
|
+
TableRowActionDirective,
|
|
5467
5562
|
// chart
|
|
5468
|
-
|
|
5563
|
+
ChartComponent,
|
|
5469
5564
|
// container modules
|
|
5470
|
-
|
|
5471
|
-
|
|
5472
|
-
|
|
5473
|
-
|
|
5474
|
-
|
|
5475
|
-
|
|
5476
|
-
|
|
5565
|
+
AccordionPaneComponent, AccordionDirective,
|
|
5566
|
+
LinearLayoutDirective, LinearLayoutItemDirective,
|
|
5567
|
+
LayoutgridDirective, LayoutGridRowDirective, LayoutGridColumnDirective,
|
|
5568
|
+
PanelComponent,
|
|
5569
|
+
TabPaneComponent, TabsComponent,
|
|
5570
|
+
TileDirective,
|
|
5571
|
+
WizardActionDirective, WizardStepComponent, WizardComponent,
|
|
5477
5572
|
// dialogs
|
|
5478
|
-
|
|
5479
|
-
|
|
5480
|
-
|
|
5481
|
-
|
|
5573
|
+
AlertDialogComponent,
|
|
5574
|
+
IframeDialogComponent,
|
|
5575
|
+
LoginDialogDirective,
|
|
5576
|
+
PartialDialogComponent,
|
|
5482
5577
|
// navigation
|
|
5483
|
-
|
|
5484
|
-
|
|
5485
|
-
|
|
5486
|
-
|
|
5578
|
+
BreadcrumbComponent,
|
|
5579
|
+
MenuComponent, MenuDropdownComponent, MenuDropdownItemComponent, NavigationControlDirective, NavComponent, NavItemDirective,
|
|
5580
|
+
NavbarComponent,
|
|
5581
|
+
PopoverComponent,
|
|
5487
5582
|
// Advanced
|
|
5488
|
-
|
|
5489
|
-
|
|
5490
|
-
|
|
5491
|
-
|
|
5492
|
-
|
|
5493
|
-
|
|
5494
|
-
|
|
5495
|
-
|
|
5496
|
-
|
|
5497
|
-
|
|
5498
|
-
|
|
5583
|
+
CarouselDirective, CarouselTemplateDirective,
|
|
5584
|
+
LoginComponent,
|
|
5585
|
+
MarqueeDirective,
|
|
5586
|
+
CustomWidgetDirective, CustomWidgetContainerDirective,
|
|
5587
|
+
PageDirective,
|
|
5588
|
+
LayoutDirective,
|
|
5589
|
+
ContentComponent,
|
|
5590
|
+
PageContentComponent,
|
|
5591
|
+
SpaPageDirective,
|
|
5592
|
+
RouterOutletDirective,
|
|
5593
|
+
FooterDirective,
|
|
5594
|
+
HeaderComponent,
|
|
5595
|
+
LeftPanelDirective,
|
|
5596
|
+
RightPanelDirective,
|
|
5597
|
+
TopNavDirective,
|
|
5598
|
+
PrefabDirective$1, PrefabContainerDirective] }); })();
|
|
5499
5599
|
const WM_MODULES_FOR_ROOT = [
|
|
5500
5600
|
WmComponentsModule.forRoot(),
|
|
5501
|
-
MobileRuntimeModule.forRoot(),
|
|
5502
|
-
CoreModule.forRoot(),
|
|
5503
|
-
SecurityModule.forRoot(),
|
|
5504
|
-
OAuthModule.forRoot(),
|
|
5505
|
-
VariablesModule.forRoot(),
|
|
5506
|
-
HttpServiceModule.forRoot(),
|
|
5507
5601
|
RuntimeBaseModule.forRoot()
|
|
5508
5602
|
];
|
|
5509
5603
|
|
|
@@ -5553,10 +5647,8 @@ class MetadataResolve {
|
|
|
5553
5647
|
class SecurityConfigResolve {
|
|
5554
5648
|
constructor(appManager) {
|
|
5555
5649
|
this.appManager = appManager;
|
|
5556
|
-
if
|
|
5557
|
-
|
|
5558
|
-
this.loaded = this.appManager.isPrefabType() || this.appManager.isTemplateBundleType() || !getWmProjectProperties().securityEnabled;
|
|
5559
|
-
}
|
|
5650
|
+
// if the project type is PREFAB, setting this flag will not trigger security/info call
|
|
5651
|
+
this.loaded = this.appManager.isPrefabType() || this.appManager.isTemplateBundleType() || !getWmProjectProperties().securityEnabled;
|
|
5560
5652
|
}
|
|
5561
5653
|
resolve() {
|
|
5562
5654
|
return this.loaded || this.appManager.loadSecurityConfig().then(() => {
|