@wavemaker/app-ng-runtime 12.0.0-next.45002 → 12.0.0-next.45006
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
- app-ng-runtime/build-task/.npmignore +2 -0
- app-ng-runtime/build-task/bundles/index.umd.js +341 -344
- app-ng-runtime/build-task/esm2022/advanced/carousel/carousel-template/carousel-template.build.mjs +5 -3
- app-ng-runtime/build-task/esm2022/advanced/carousel/carousel.build.mjs +1 -1
- app-ng-runtime/build-task/esm2022/basic/default/label/label.build.mjs +1 -1
- app-ng-runtime/build-task/esm2022/basic/progress/progress-bar/progress-bar.build.mjs +1 -1
- app-ng-runtime/build-task/esm2022/containers/accordion/accordion.build.mjs +1 -1
- app-ng-runtime/build-task/esm2022/containers/repeat-template.build.mjs +5 -3
- app-ng-runtime/build-task/esm2022/containers/tabs/tabs.build.mjs +1 -1
- app-ng-runtime/build-task/esm2022/data/form/form-field/form-field.build.mjs +1 -1
- app-ng-runtime/build-task/esm2022/data/form/form.build.mjs +5 -2
- app-ng-runtime/build-task/esm2022/data/list/list.build.mjs +1 -1
- app-ng-runtime/build-task/esm2022/data/media-list/media-list.build.mjs +1 -1
- app-ng-runtime/build-task/esm2022/data/table/table-column/table-column.build.mjs +1 -1
- app-ng-runtime/build-task/esm2022/data/table/table.build.mjs +1 -1
- app-ng-runtime/build-task/esm2022/dialogs/partial-dialog/partial-dialog.build.mjs +1 -1
- app-ng-runtime/build-task/esm2022/input/file-upload/file-upload.build.mjs +1 -1
- app-ng-runtime/build-task/esm2022/navigation/menu/menu.build.mjs +8 -3
- app-ng-runtime/build-task/esm2022/navigation/popover/popover.build.mjs +1 -1
- app-ng-runtime/build-task/esm2022/page/page-content/page-content.build.mjs +1 -1
- app-ng-runtime/build-task/esm2022/page/page.build.mjs +3 -2
- app-ng-runtime/build-task/esm2022/public_api.mjs +1 -2
- app-ng-runtime/build-task/esm2022/utils/utils.mjs +1 -1
- app-ng-runtime/build-task/fesm2022/index.mjs +340 -341
- app-ng-runtime/build-task/fesm2022/index.mjs.map +1 -1
- app-ng-runtime/build-task/public_api.d.ts +0 -1
- app-ng-runtime/components/advanced/carousel/.npmignore +2 -0
- app-ng-runtime/components/advanced/carousel/bundles/index.umd.js +29 -18
- app-ng-runtime/components/advanced/carousel/carousel-template/carousel-template.directive.d.ts +3 -3
- app-ng-runtime/components/advanced/carousel/carousel.directive.d.ts +2 -2
- app-ng-runtime/components/advanced/carousel/esm2022/carousel-template/carousel-template.directive.mjs +15 -9
- app-ng-runtime/components/advanced/carousel/esm2022/carousel.animator.mjs +3 -2
- app-ng-runtime/components/advanced/carousel/esm2022/carousel.directive.mjs +12 -7
- app-ng-runtime/components/advanced/carousel/esm2022/carousel.module.mjs +2 -2
- app-ng-runtime/components/advanced/carousel/fesm2022/index.mjs +28 -16
- app-ng-runtime/components/advanced/carousel/fesm2022/index.mjs.map +1 -1
- app-ng-runtime/components/advanced/custom/.npmignore +2 -0
- app-ng-runtime/components/advanced/custom/bundles/index.umd.js +31 -94
- app-ng-runtime/components/advanced/custom/custom-widget-container/custom-widget-container.directive.d.ts +2 -0
- app-ng-runtime/components/advanced/custom/custom-widget-container/custom-widget.props.d.ts +1 -0
- app-ng-runtime/components/advanced/custom/custom-widget.module.d.ts +4 -5
- app-ng-runtime/components/advanced/custom/esm2022/custom-widget-container/custom-widget-container.directive.mjs +21 -13
- app-ng-runtime/components/advanced/custom/esm2022/custom-widget-container/custom-widget.props.mjs +5 -2
- app-ng-runtime/components/advanced/custom/esm2022/custom-widget.directive.mjs +5 -5
- app-ng-runtime/components/advanced/custom/esm2022/custom-widget.module.mjs +2 -9
- app-ng-runtime/components/advanced/custom/esm2022/public_api.mjs +1 -2
- app-ng-runtime/components/advanced/custom/fesm2022/index.mjs +31 -93
- app-ng-runtime/components/advanced/custom/fesm2022/index.mjs.map +1 -1
- app-ng-runtime/components/advanced/custom/public_api.d.ts +0 -1
- app-ng-runtime/components/advanced/login/.npmignore +2 -0
- app-ng-runtime/components/advanced/login/bundles/index.umd.js +19 -13
- app-ng-runtime/components/advanced/login/esm2022/login.component.mjs +17 -10
- app-ng-runtime/components/advanced/login/esm2022/login.module.mjs +2 -2
- app-ng-runtime/components/advanced/login/fesm2022/index.mjs +18 -11
- app-ng-runtime/components/advanced/login/fesm2022/index.mjs.map +1 -1
- app-ng-runtime/components/advanced/login/login.component.d.ts +2 -2
- app-ng-runtime/components/advanced/marquee/.npmignore +2 -0
- app-ng-runtime/components/advanced/marquee/bundles/index.umd.js +11 -6
- app-ng-runtime/components/advanced/marquee/esm2022/marquee.directive.mjs +12 -7
- app-ng-runtime/components/advanced/marquee/esm2022/marquee.module.mjs +2 -2
- app-ng-runtime/components/advanced/marquee/fesm2022/index.mjs +13 -8
- app-ng-runtime/components/advanced/marquee/fesm2022/index.mjs.map +1 -1
- app-ng-runtime/components/advanced/marquee/marquee.directive.d.ts +2 -2
- app-ng-runtime/components/base/.npmignore +2 -0
- app-ng-runtime/components/base/bundles/index.umd.js +400 -312
- app-ng-runtime/components/base/directives/show-in-device.directive.d.ts +3 -6
- app-ng-runtime/components/base/esm2022/components.module.mjs +2 -2
- app-ng-runtime/components/base/esm2022/directives/show-in-device.directive.mjs +13 -15
- app-ng-runtime/components/base/esm2022/pipes/custom-pipes.mjs +35 -34
- app-ng-runtime/components/base/esm2022/pipes/image.pipe.mjs +2 -2
- app-ng-runtime/components/base/esm2022/pipes/sanitize.pipe.mjs +3 -3
- app-ng-runtime/components/base/esm2022/pipes/trust-as.pipe.mjs +3 -3
- app-ng-runtime/components/base/esm2022/pipes/wm-pipe.mjs +3 -2
- app-ng-runtime/components/base/esm2022/public_api.mjs +2 -1
- app-ng-runtime/components/base/esm2022/utils/data-utils.mjs +30 -29
- app-ng-runtime/components/base/esm2022/utils/form-utils.mjs +48 -42
- app-ng-runtime/components/base/esm2022/utils/live-utils.mjs +8 -7
- app-ng-runtime/components/base/esm2022/utils/widget-utils.mjs +28 -27
- app-ng-runtime/components/base/esm2022/widgets/common/base/base-container.component.mjs +8 -7
- app-ng-runtime/components/base/esm2022/widgets/common/base/base-field-validations.mjs +23 -22
- app-ng-runtime/components/base/esm2022/widgets/common/base/base.component.mjs +63 -42
- app-ng-runtime/components/base/esm2022/widgets/common/base/custom-widget-container.directive.mjs +4 -4
- app-ng-runtime/components/base/esm2022/widgets/common/base/dataset-aware-nav.component.mjs +52 -18
- app-ng-runtime/components/base/esm2022/widgets/common/base/partial-container.directive.mjs +6 -5
- app-ng-runtime/components/base/esm2022/widgets/common/base/stylable.component.mjs +3 -3
- app-ng-runtime/components/base/esm2022/widgets/common/base/text-content.directive.mjs +3 -3
- app-ng-runtime/components/base/esm2022/widgets/common/container/container.directive.mjs +12 -7
- app-ng-runtime/components/base/esm2022/widgets/common/dialog/dialog.service.mjs +5 -4
- app-ng-runtime/components/base/esm2022/widgets/common/item-template/item-template.directive.mjs +12 -7
- app-ng-runtime/components/base/esm2022/widgets/common/lazy-load/lazy-load.directive.mjs +14 -7
- app-ng-runtime/components/base/esm2022/widgets/common/message/message.component.mjs +16 -10
- app-ng-runtime/components/base/esm2022/widgets/common/partial/partial.directive.mjs +14 -8
- app-ng-runtime/components/base/esm2022/widgets/common/partial-param/partial-param.directive.mjs +9 -8
- app-ng-runtime/components/base/esm2022/widgets/common/pull-to-refresh/pull-to-refresh.mjs +1 -1
- app-ng-runtime/components/base/esm2022/widgets/common/redraw/redrawable.directive.mjs +4 -4
- app-ng-runtime/components/base/esm2022/widgets/common/repeat-template/repeat-template.directive.mjs +15 -9
- app-ng-runtime/components/base/esm2022/widgets/common/smooth-scroll/smooth-scroll.directive.mjs +11 -10
- app-ng-runtime/components/base/esm2022/widgets/framework/deviceview.mjs +1 -1
- app-ng-runtime/components/base/esm2022/widgets/framework/property-change-handler.mjs +3 -2
- app-ng-runtime/components/base/esm2022/widgets/framework/styler.mjs +1 -1
- app-ng-runtime/components/base/esm2022/widgets/framework/widget-props.mjs +1 -1
- app-ng-runtime/components/base/esm2022/widgets/framework/widget-proxy-provider.mjs +4 -3
- app-ng-runtime/components/base/esm2022/widgets/framework/widget-registry.mjs +1 -1
- app-ng-runtime/components/base/fesm2022/index.mjs +405 -315
- app-ng-runtime/components/base/fesm2022/index.mjs.map +1 -1
- app-ng-runtime/components/base/pipes/custom-pipes.d.ts +1 -1
- app-ng-runtime/components/base/public_api.d.ts +1 -0
- app-ng-runtime/components/base/utils/data-utils.d.ts +1 -0
- app-ng-runtime/components/base/utils/widget-utils.d.ts +2 -2
- app-ng-runtime/components/base/widgets/common/base/base-container.component.d.ts +1 -1
- app-ng-runtime/components/base/widgets/common/base/base-field-validations.d.ts +1 -1
- app-ng-runtime/components/base/widgets/common/base/base.component.d.ts +22 -4
- app-ng-runtime/components/base/widgets/common/base/dataset-aware-nav.component.d.ts +1 -1
- app-ng-runtime/components/base/widgets/common/base/partial-container.directive.d.ts +1 -1
- app-ng-runtime/components/base/widgets/common/container/container.directive.d.ts +2 -2
- app-ng-runtime/components/base/widgets/common/item-template/item-template.directive.d.ts +2 -2
- app-ng-runtime/components/base/widgets/common/lazy-load/lazy-load.directive.d.ts +2 -2
- app-ng-runtime/components/base/widgets/common/message/message.component.d.ts +2 -2
- app-ng-runtime/components/base/widgets/common/partial/partial.directive.d.ts +2 -2
- app-ng-runtime/components/base/widgets/common/repeat-template/repeat-template.directive.d.ts +3 -3
- app-ng-runtime/components/basic/default/.npmignore +2 -0
- app-ng-runtime/components/basic/default/anchor/anchor.component.d.ts +2 -2
- app-ng-runtime/components/basic/default/audio/audio.component.d.ts +2 -2
- app-ng-runtime/components/basic/default/bundles/index.umd.js +158 -115
- app-ng-runtime/components/basic/default/esm2022/anchor/anchor.component.mjs +31 -27
- app-ng-runtime/components/basic/default/esm2022/audio/audio.component.mjs +13 -7
- app-ng-runtime/components/basic/default/esm2022/basic.module.mjs +2 -2
- app-ng-runtime/components/basic/default/esm2022/html/html.directive.mjs +13 -8
- app-ng-runtime/components/basic/default/esm2022/icon/icon.component.mjs +19 -14
- app-ng-runtime/components/basic/default/esm2022/iframe/iframe.component.mjs +15 -9
- app-ng-runtime/components/basic/default/esm2022/label/label.directive.mjs +15 -9
- app-ng-runtime/components/basic/default/esm2022/picture/picture.directive.mjs +12 -7
- app-ng-runtime/components/basic/default/esm2022/picture/picture.props.mjs +1 -1
- app-ng-runtime/components/basic/default/esm2022/spinner/spinner.component.mjs +34 -30
- app-ng-runtime/components/basic/default/esm2022/video/video.component.mjs +21 -17
- app-ng-runtime/components/basic/default/fesm2022/index.mjs +157 -113
- app-ng-runtime/components/basic/default/fesm2022/index.mjs.map +1 -1
- app-ng-runtime/components/basic/default/html/html.directive.d.ts +2 -2
- app-ng-runtime/components/basic/default/icon/icon.component.d.ts +2 -2
- app-ng-runtime/components/basic/default/iframe/iframe.component.d.ts +2 -2
- app-ng-runtime/components/basic/default/label/label.directive.d.ts +2 -2
- app-ng-runtime/components/basic/default/picture/picture.directive.d.ts +2 -2
- app-ng-runtime/components/basic/default/spinner/spinner.component.d.ts +2 -2
- app-ng-runtime/components/basic/default/video/video.component.d.ts +2 -2
- app-ng-runtime/components/basic/progress/.npmignore +2 -0
- app-ng-runtime/components/basic/progress/bundles/index.umd.js +40 -28
- app-ng-runtime/components/basic/progress/esm2022/progress-bar/progress-bar.component.mjs +22 -15
- app-ng-runtime/components/basic/progress/esm2022/progress-circle/progress-circle.component.mjs +17 -10
- app-ng-runtime/components/basic/progress/esm2022/progress.module.mjs +2 -2
- app-ng-runtime/components/basic/progress/esm2022/utils.mjs +3 -3
- app-ng-runtime/components/basic/progress/fesm2022/index.mjs +39 -26
- app-ng-runtime/components/basic/progress/fesm2022/index.mjs.map +1 -1
- app-ng-runtime/components/basic/progress/progress-bar/progress-bar.component.d.ts +2 -2
- app-ng-runtime/components/basic/progress/progress-circle/progress-circle.component.d.ts +2 -2
- app-ng-runtime/components/basic/rich-text-editor/.npmignore +2 -0
- app-ng-runtime/components/basic/rich-text-editor/bundles/index.umd.js +19 -13
- app-ng-runtime/components/basic/rich-text-editor/esm2022/rich-text-editor.component.mjs +17 -10
- app-ng-runtime/components/basic/rich-text-editor/esm2022/rich-text-editor.module.mjs +2 -2
- app-ng-runtime/components/basic/rich-text-editor/fesm2022/index.mjs +18 -11
- app-ng-runtime/components/basic/rich-text-editor/fesm2022/index.mjs.map +1 -1
- app-ng-runtime/components/basic/rich-text-editor/rich-text-editor.component.d.ts +2 -2
- app-ng-runtime/components/basic/search/.npmignore +2 -0
- app-ng-runtime/components/basic/search/bundles/index.umd.js +186 -175
- app-ng-runtime/components/basic/search/esm2022/data-provider/data-provider.mjs +1 -1
- app-ng-runtime/components/basic/search/esm2022/data-provider/local-data-provider.mjs +26 -23
- app-ng-runtime/components/basic/search/esm2022/data-provider/remote-data-provider.mjs +12 -11
- app-ng-runtime/components/basic/search/esm2022/scrollable.directive.mjs +3 -3
- app-ng-runtime/components/basic/search/esm2022/search.component.mjs +148 -138
- app-ng-runtime/components/basic/search/esm2022/search.module.mjs +2 -2
- app-ng-runtime/components/basic/search/fesm2022/index.mjs +186 -174
- app-ng-runtime/components/basic/search/fesm2022/index.mjs.map +1 -1
- app-ng-runtime/components/basic/search/search.component.d.ts +2 -2
- app-ng-runtime/components/basic/tree/.npmignore +2 -0
- app-ng-runtime/components/basic/tree/bundles/index.umd.js +23 -17
- app-ng-runtime/components/basic/tree/esm2022/tree.component.mjs +21 -14
- app-ng-runtime/components/basic/tree/esm2022/tree.module.mjs +2 -2
- app-ng-runtime/components/basic/tree/fesm2022/index.mjs +22 -15
- app-ng-runtime/components/basic/tree/fesm2022/index.mjs.map +1 -1
- app-ng-runtime/components/basic/tree/tree.component.d.ts +2 -2
- app-ng-runtime/components/chart/.npmignore +2 -0
- app-ng-runtime/components/chart/bundles/index.umd.js +97 -84
- app-ng-runtime/components/chart/chart.component.d.ts +3 -3
- app-ng-runtime/components/chart/chart.utils.d.ts +3 -3
- app-ng-runtime/components/chart/esm2022/chart.component.mjs +82 -68
- app-ng-runtime/components/chart/esm2022/chart.module.mjs +2 -2
- app-ng-runtime/components/chart/esm2022/chart.utils.mjs +14 -13
- app-ng-runtime/components/chart/fesm2022/index.mjs +95 -81
- app-ng-runtime/components/chart/fesm2022/index.mjs.map +1 -1
- app-ng-runtime/components/containers/accordion/.npmignore +2 -0
- app-ng-runtime/components/containers/accordion/accordion-pane/accordion-pane.component.d.ts +2 -2
- app-ng-runtime/components/containers/accordion/accordion.directive.d.ts +2 -2
- app-ng-runtime/components/containers/accordion/bundles/index.umd.js +51 -40
- app-ng-runtime/components/containers/accordion/esm2022/accordion-pane/accordion-pane.component.mjs +23 -17
- app-ng-runtime/components/containers/accordion/esm2022/accordion-pane/accordion-pane.props.mjs +4 -4
- app-ng-runtime/components/containers/accordion/esm2022/accordion.directive.mjs +25 -19
- app-ng-runtime/components/containers/accordion/esm2022/accordion.module.mjs +2 -2
- app-ng-runtime/components/containers/accordion/fesm2022/index.mjs +50 -38
- app-ng-runtime/components/containers/accordion/fesm2022/index.mjs.map +1 -1
- app-ng-runtime/components/containers/layout-grid/.npmignore +2 -0
- app-ng-runtime/components/containers/layout-grid/bundles/index.umd.js +32 -17
- app-ng-runtime/components/containers/layout-grid/esm2022/layout-grid-column/layout-grid-column.directive.mjs +13 -8
- app-ng-runtime/components/containers/layout-grid/esm2022/layout-grid-row/layout-grid-row.directive.mjs +12 -7
- app-ng-runtime/components/containers/layout-grid/esm2022/layout-grid.directive.mjs +12 -7
- app-ng-runtime/components/containers/layout-grid/esm2022/layout-grid.module.mjs +2 -2
- app-ng-runtime/components/containers/layout-grid/fesm2022/index.mjs +34 -19
- app-ng-runtime/components/containers/layout-grid/fesm2022/index.mjs.map +1 -1
- app-ng-runtime/components/containers/layout-grid/layout-grid-column/layout-grid-column.directive.d.ts +2 -2
- app-ng-runtime/components/containers/layout-grid/layout-grid-row/layout-grid-row.directive.d.ts +2 -2
- app-ng-runtime/components/containers/layout-grid/layout-grid.directive.d.ts +2 -2
- app-ng-runtime/components/containers/linear-layout/.npmignore +2 -0
- app-ng-runtime/components/containers/linear-layout/bundles/index.umd.js +21 -11
- app-ng-runtime/components/containers/linear-layout/esm2022/linear-layout-item/linear-layout-item.directive.mjs +12 -7
- app-ng-runtime/components/containers/linear-layout/esm2022/linear-layout.directive.mjs +12 -7
- app-ng-runtime/components/containers/linear-layout/esm2022/linear-layout.module.mjs +2 -2
- app-ng-runtime/components/containers/linear-layout/fesm2022/index.mjs +23 -13
- app-ng-runtime/components/containers/linear-layout/fesm2022/index.mjs.map +1 -1
- app-ng-runtime/components/containers/linear-layout/linear-layout-item/linear-layout-item.directive.d.ts +2 -2
- app-ng-runtime/components/containers/linear-layout/linear-layout.directive.d.ts +2 -2
- app-ng-runtime/components/containers/panel/.npmignore +2 -0
- app-ng-runtime/components/containers/panel/bundles/index.umd.js +85 -85
- app-ng-runtime/components/containers/panel/esm2022/panel.component.mjs +83 -82
- app-ng-runtime/components/containers/panel/esm2022/panel.module.mjs +2 -2
- app-ng-runtime/components/containers/panel/fesm2022/index.mjs +84 -83
- app-ng-runtime/components/containers/panel/fesm2022/index.mjs.map +1 -1
- app-ng-runtime/components/containers/panel/panel.component.d.ts +3 -3
- app-ng-runtime/components/containers/tabs/.npmignore +2 -0
- app-ng-runtime/components/containers/tabs/bundles/index.umd.js +74 -63
- app-ng-runtime/components/containers/tabs/esm2022/tab-pane/tab-pane.component.mjs +14 -8
- app-ng-runtime/components/containers/tabs/esm2022/tab-pane/tab-pane.props.mjs +4 -4
- app-ng-runtime/components/containers/tabs/esm2022/tabs.animator.mjs +1 -1
- app-ng-runtime/components/containers/tabs/esm2022/tabs.component.mjs +57 -51
- app-ng-runtime/components/containers/tabs/esm2022/tabs.module.mjs +2 -2
- app-ng-runtime/components/containers/tabs/esm2022/tabs.props.mjs +1 -1
- app-ng-runtime/components/containers/tabs/fesm2022/index.mjs +73 -61
- app-ng-runtime/components/containers/tabs/fesm2022/index.mjs.map +1 -1
- app-ng-runtime/components/containers/tabs/tab-pane/tab-pane.component.d.ts +2 -2
- app-ng-runtime/components/containers/tabs/tabs.component.d.ts +2 -2
- app-ng-runtime/components/containers/tile/.npmignore +2 -0
- app-ng-runtime/components/containers/tile/bundles/index.umd.js +11 -6
- app-ng-runtime/components/containers/tile/esm2022/tile.directive.mjs +12 -7
- app-ng-runtime/components/containers/tile/esm2022/tile.module.mjs +2 -2
- app-ng-runtime/components/containers/tile/fesm2022/index.mjs +13 -8
- app-ng-runtime/components/containers/tile/fesm2022/index.mjs.map +1 -1
- app-ng-runtime/components/containers/tile/tile.directive.d.ts +2 -2
- app-ng-runtime/components/containers/wizard/.npmignore +2 -0
- app-ng-runtime/components/containers/wizard/bundles/index.umd.js +102 -98
- app-ng-runtime/components/containers/wizard/esm2022/wizard-step/wizard-step.directive.mjs +13 -8
- app-ng-runtime/components/containers/wizard/esm2022/wizard.component.mjs +92 -93
- app-ng-runtime/components/containers/wizard/esm2022/wizard.module.mjs +2 -2
- app-ng-runtime/components/containers/wizard/fesm2022/index.mjs +104 -100
- app-ng-runtime/components/containers/wizard/fesm2022/index.mjs.map +1 -1
- app-ng-runtime/components/containers/wizard/wizard-step/wizard-step.directive.d.ts +2 -2
- app-ng-runtime/components/containers/wizard/wizard.component.d.ts +2 -2
- app-ng-runtime/components/data/card/.npmignore +2 -0
- app-ng-runtime/components/data/card/bundles/index.umd.js +70 -50
- app-ng-runtime/components/data/card/card-actions/card-actions.directive.d.ts +2 -2
- app-ng-runtime/components/data/card/card-content/card-content.component.d.ts +2 -2
- app-ng-runtime/components/data/card/card-footer/card-footer.directive.d.ts +2 -2
- app-ng-runtime/components/data/card/card.component.d.ts +2 -2
- app-ng-runtime/components/data/card/esm2022/card-actions/card-actions.directive.mjs +12 -7
- app-ng-runtime/components/data/card/esm2022/card-content/card-content.component.mjs +15 -9
- app-ng-runtime/components/data/card/esm2022/card-footer/card-footer.directive.mjs +12 -7
- app-ng-runtime/components/data/card/esm2022/card.component.mjs +38 -34
- app-ng-runtime/components/data/card/esm2022/card.module.mjs +2 -2
- app-ng-runtime/components/data/card/fesm2022/index.mjs +72 -52
- app-ng-runtime/components/data/card/fesm2022/index.mjs.map +1 -1
- app-ng-runtime/components/data/form/.npmignore +2 -0
- app-ng-runtime/components/data/form/bundles/index.umd.js +197 -184
- app-ng-runtime/components/data/form/esm2022/form-action/form-action.directive.mjs +15 -9
- app-ng-runtime/components/data/form/esm2022/form-field/form-field.directive.mjs +21 -15
- app-ng-runtime/components/data/form/esm2022/form-field/form-field.props.mjs +1 -1
- app-ng-runtime/components/data/form/esm2022/form-widget.directive.mjs +4 -4
- app-ng-runtime/components/data/form/esm2022/form.component.mjs +138 -134
- app-ng-runtime/components/data/form/esm2022/form.module.mjs +2 -2
- app-ng-runtime/components/data/form/esm2022/form.props.mjs +1 -1
- app-ng-runtime/components/data/form/esm2022/live-actions/dependson.directive.mjs +4 -4
- app-ng-runtime/components/data/form/esm2022/live-actions/live-actions.directive.mjs +4 -4
- app-ng-runtime/components/data/form/esm2022/live-filter/live-filter.directive.mjs +7 -6
- app-ng-runtime/components/data/form/esm2022/live-form/live-form.directive.mjs +14 -13
- app-ng-runtime/components/data/form/fesm2022/index.mjs +201 -187
- app-ng-runtime/components/data/form/fesm2022/index.mjs.map +1 -1
- app-ng-runtime/components/data/form/form-action/form-action.directive.d.ts +2 -2
- app-ng-runtime/components/data/form/form-field/form-field.directive.d.ts +2 -2
- app-ng-runtime/components/data/form/form.component.d.ts +4 -4
- app-ng-runtime/components/data/form/live-form/live-form.directive.d.ts +1 -1
- app-ng-runtime/components/data/list/.npmignore +2 -0
- app-ng-runtime/components/data/list/bundles/index.umd.js +829 -818
- app-ng-runtime/components/data/list/esm2022/list-item.directive.mjs +9 -4
- app-ng-runtime/components/data/list/esm2022/list.animator.mjs +5 -3
- app-ng-runtime/components/data/list/esm2022/list.component.mjs +817 -810
- app-ng-runtime/components/data/list/esm2022/list.module.mjs +2 -2
- app-ng-runtime/components/data/list/fesm2022/index.mjs +828 -816
- app-ng-runtime/components/data/list/fesm2022/index.mjs.map +1 -1
- app-ng-runtime/components/data/list/list-item.directive.d.ts +4 -0
- app-ng-runtime/components/data/list/list.component.d.ts +55 -54
- app-ng-runtime/components/data/live-table/.npmignore +2 -0
- app-ng-runtime/components/data/live-table/bundles/index.umd.js +13 -7
- app-ng-runtime/components/data/live-table/esm2022/live-table.component.mjs +14 -8
- app-ng-runtime/components/data/live-table/esm2022/live-table.module.mjs +2 -2
- app-ng-runtime/components/data/live-table/fesm2022/index.mjs +15 -9
- app-ng-runtime/components/data/live-table/fesm2022/index.mjs.map +1 -1
- app-ng-runtime/components/data/live-table/live-table.component.d.ts +2 -2
- app-ng-runtime/components/data/pagination/.npmignore +2 -0
- app-ng-runtime/components/data/pagination/bundles/index.umd.js +113 -110
- app-ng-runtime/components/data/pagination/esm2022/pagination.component.mjs +111 -107
- app-ng-runtime/components/data/pagination/esm2022/pagination.module.mjs +2 -2
- app-ng-runtime/components/data/pagination/fesm2022/index.mjs +112 -108
- app-ng-runtime/components/data/pagination/fesm2022/index.mjs.map +1 -1
- app-ng-runtime/components/data/pagination/pagination.component.d.ts +2 -2
- app-ng-runtime/components/data/table/.npmignore +2 -0
- app-ng-runtime/components/data/table/bundles/index.umd.js +314 -269
- app-ng-runtime/components/data/table/esm2022/table-action/table-action.directive.mjs +15 -9
- app-ng-runtime/components/data/table/esm2022/table-column/table-column.directive.mjs +40 -25
- app-ng-runtime/components/data/table/esm2022/table-column/table-column.props.mjs +2 -2
- app-ng-runtime/components/data/table/esm2022/table-column-group/table-column-group.directive.mjs +13 -8
- app-ng-runtime/components/data/table/esm2022/table-cud.directive.mjs +10 -9
- app-ng-runtime/components/data/table/esm2022/table-filter.directive.mjs +56 -58
- app-ng-runtime/components/data/table/esm2022/table-row/table-row.directive.mjs +13 -8
- app-ng-runtime/components/data/table/esm2022/table-row-action/table-row-action.directive.mjs +14 -8
- app-ng-runtime/components/data/table/esm2022/table.component.mjs +165 -150
- app-ng-runtime/components/data/table/esm2022/table.module.mjs +2 -2
- app-ng-runtime/components/data/table/esm2022/table.props.mjs +2 -2
- app-ng-runtime/components/data/table/fesm2022/index.mjs +313 -267
- app-ng-runtime/components/data/table/fesm2022/index.mjs.map +1 -1
- app-ng-runtime/components/data/table/table-action/table-action.directive.d.ts +2 -2
- app-ng-runtime/components/data/table/table-column/table-column.directive.d.ts +8 -8
- app-ng-runtime/components/data/table/table-column-group/table-column-group.directive.d.ts +2 -2
- app-ng-runtime/components/data/table/table-row/table-row.directive.d.ts +2 -2
- app-ng-runtime/components/data/table/table-row-action/table-row-action.directive.d.ts +2 -2
- app-ng-runtime/components/data/table/table.component.d.ts +4 -4
- app-ng-runtime/components/dialogs/alert-dialog/.npmignore +2 -0
- app-ng-runtime/components/dialogs/alert-dialog/alert-dialog.component.d.ts +2 -2
- app-ng-runtime/components/dialogs/alert-dialog/bundles/index.umd.js +15 -9
- app-ng-runtime/components/dialogs/alert-dialog/esm2022/alert-dialog.component.mjs +16 -10
- app-ng-runtime/components/dialogs/alert-dialog/esm2022/alert-dialog.module.mjs +2 -2
- app-ng-runtime/components/dialogs/alert-dialog/fesm2022/index.mjs +17 -11
- app-ng-runtime/components/dialogs/alert-dialog/fesm2022/index.mjs.map +1 -1
- app-ng-runtime/components/dialogs/confirm-dialog/.npmignore +2 -0
- app-ng-runtime/components/dialogs/confirm-dialog/bundles/index.umd.js +17 -11
- app-ng-runtime/components/dialogs/confirm-dialog/confirm-dialog.component.d.ts +2 -2
- app-ng-runtime/components/dialogs/confirm-dialog/esm2022/confirm-dialog.component.mjs +18 -12
- app-ng-runtime/components/dialogs/confirm-dialog/esm2022/confirm-dialog.module.mjs +2 -2
- app-ng-runtime/components/dialogs/confirm-dialog/fesm2022/index.mjs +19 -13
- app-ng-runtime/components/dialogs/confirm-dialog/fesm2022/index.mjs.map +1 -1
- app-ng-runtime/components/dialogs/default/.npmignore +2 -0
- app-ng-runtime/components/dialogs/default/base-dialog.d.ts +2 -2
- app-ng-runtime/components/dialogs/default/bundles/index.umd.js +75 -71
- app-ng-runtime/components/dialogs/default/dialog-footer/dialog-footer.directive.d.ts +2 -2
- app-ng-runtime/components/dialogs/default/esm2022/base-dialog.mjs +14 -9
- app-ng-runtime/components/dialogs/default/esm2022/dialog-body/dialog-body.directive.mjs +4 -4
- app-ng-runtime/components/dialogs/default/esm2022/dialog-footer/dialog-footer.directive.mjs +12 -7
- app-ng-runtime/components/dialogs/default/esm2022/dialog-header/dialog-header.component.mjs +49 -55
- app-ng-runtime/components/dialogs/default/esm2022/dialog.module.mjs +2 -2
- app-ng-runtime/components/dialogs/default/fesm2022/index.mjs +76 -72
- app-ng-runtime/components/dialogs/default/fesm2022/index.mjs.map +1 -1
- app-ng-runtime/components/dialogs/design-dialog/.npmignore +2 -0
- app-ng-runtime/components/dialogs/design-dialog/bundles/index.umd.js +20 -14
- app-ng-runtime/components/dialogs/design-dialog/dialog.component.d.ts +2 -2
- app-ng-runtime/components/dialogs/design-dialog/esm2022/design-dialog.module.mjs +2 -2
- app-ng-runtime/components/dialogs/design-dialog/esm2022/dialog.component.mjs +21 -15
- app-ng-runtime/components/dialogs/design-dialog/fesm2022/index.mjs +22 -16
- app-ng-runtime/components/dialogs/design-dialog/fesm2022/index.mjs.map +1 -1
- app-ng-runtime/components/dialogs/iframe-dialog/.npmignore +2 -0
- app-ng-runtime/components/dialogs/iframe-dialog/bundles/index.umd.js +20 -14
- app-ng-runtime/components/dialogs/iframe-dialog/esm2022/iframe-dialog.component.mjs +21 -15
- app-ng-runtime/components/dialogs/iframe-dialog/esm2022/iframe-dialog.module.mjs +2 -2
- app-ng-runtime/components/dialogs/iframe-dialog/fesm2022/index.mjs +22 -16
- app-ng-runtime/components/dialogs/iframe-dialog/fesm2022/index.mjs.map +1 -1
- app-ng-runtime/components/dialogs/iframe-dialog/iframe-dialog.component.d.ts +2 -2
- app-ng-runtime/components/dialogs/login-dialog/.npmignore +2 -0
- app-ng-runtime/components/dialogs/login-dialog/bundles/index.umd.js +4 -4
- app-ng-runtime/components/dialogs/login-dialog/esm2022/login-dialog.directive.mjs +4 -4
- app-ng-runtime/components/dialogs/login-dialog/esm2022/login-dialog.module.mjs +2 -2
- app-ng-runtime/components/dialogs/login-dialog/fesm2022/index.mjs +4 -4
- app-ng-runtime/components/dialogs/login-dialog/fesm2022/index.mjs.map +1 -1
- app-ng-runtime/components/dialogs/partial-dialog/.npmignore +2 -0
- app-ng-runtime/components/dialogs/partial-dialog/bundles/index.umd.js +16 -10
- app-ng-runtime/components/dialogs/partial-dialog/esm2022/partial-dialog.component.mjs +17 -11
- app-ng-runtime/components/dialogs/partial-dialog/esm2022/partial-dialog.module.mjs +2 -2
- app-ng-runtime/components/dialogs/partial-dialog/fesm2022/index.mjs +18 -12
- app-ng-runtime/components/dialogs/partial-dialog/fesm2022/index.mjs.map +1 -1
- app-ng-runtime/components/dialogs/partial-dialog/partial-dialog.component.d.ts +2 -2
- app-ng-runtime/components/input/calendar/.npmignore +2 -0
- app-ng-runtime/components/input/calendar/bundles/index.umd.js +46 -38
- app-ng-runtime/components/input/calendar/calendar.component.d.ts +2 -2
- app-ng-runtime/components/input/calendar/esm2022/calendar.component.mjs +44 -35
- app-ng-runtime/components/input/calendar/esm2022/calendar.module.mjs +2 -2
- app-ng-runtime/components/input/calendar/fesm2022/index.mjs +45 -36
- app-ng-runtime/components/input/calendar/fesm2022/index.mjs.map +1 -1
- app-ng-runtime/components/input/chips/.npmignore +2 -0
- app-ng-runtime/components/input/chips/bundles/index.umd.js +69 -61
- app-ng-runtime/components/input/chips/chips.component.d.ts +3 -3
- app-ng-runtime/components/input/chips/esm2022/chips.component.mjs +67 -58
- app-ng-runtime/components/input/chips/esm2022/chips.module.mjs +2 -2
- app-ng-runtime/components/input/chips/fesm2022/index.mjs +67 -58
- app-ng-runtime/components/input/chips/fesm2022/index.mjs.map +1 -1
- app-ng-runtime/components/input/color-picker/.npmignore +2 -0
- app-ng-runtime/components/input/color-picker/bundles/index.umd.js +25 -12
- app-ng-runtime/components/input/color-picker/color-picker.component.d.ts +2 -2
- app-ng-runtime/components/input/color-picker/esm2022/color-picker.component.mjs +26 -13
- app-ng-runtime/components/input/color-picker/esm2022/color-picker.module.mjs +2 -2
- app-ng-runtime/components/input/color-picker/fesm2022/index.mjs +26 -13
- app-ng-runtime/components/input/color-picker/fesm2022/index.mjs.map +1 -1
- app-ng-runtime/components/input/currency/.npmignore +2 -0
- app-ng-runtime/components/input/currency/bundles/index.umd.js +18 -11
- app-ng-runtime/components/input/currency/currency.component.d.ts +2 -2
- app-ng-runtime/components/input/currency/esm2022/currency.component.mjs +19 -12
- app-ng-runtime/components/input/currency/esm2022/currency.module.mjs +2 -2
- app-ng-runtime/components/input/currency/fesm2022/index.mjs +19 -12
- app-ng-runtime/components/input/currency/fesm2022/index.mjs.map +1 -1
- app-ng-runtime/components/input/default/.npmignore +2 -0
- app-ng-runtime/components/input/default/base-form.component.d.ts +3 -3
- app-ng-runtime/components/input/default/bundles/index.umd.js +583 -450
- app-ng-runtime/components/input/default/button/button.component.d.ts +2 -2
- app-ng-runtime/components/input/default/button-group/button-group.directive.d.ts +2 -2
- app-ng-runtime/components/input/default/checkbox/checkbox.component.d.ts +3 -2
- app-ng-runtime/components/input/default/checkboxset/checkboxset.component.d.ts +2 -2
- app-ng-runtime/components/input/default/composite/composite.directive.d.ts +2 -2
- app-ng-runtime/components/input/default/dataset-aware-form.component.d.ts +4 -4
- app-ng-runtime/components/input/default/esm2022/base-form-custom.component.mjs +3 -3
- app-ng-runtime/components/input/default/esm2022/base-form.component.mjs +17 -11
- app-ng-runtime/components/input/default/esm2022/button/button.component.mjs +32 -28
- app-ng-runtime/components/input/default/esm2022/button-group/button-group.directive.mjs +12 -7
- app-ng-runtime/components/input/default/esm2022/caption-position.directive.mjs +5 -4
- app-ng-runtime/components/input/default/esm2022/checkbox/checkbox.component.mjs +27 -17
- app-ng-runtime/components/input/default/esm2022/checkboxset/checkboxset.component.mjs +107 -103
- app-ng-runtime/components/input/default/esm2022/composite/composite.directive.mjs +12 -7
- app-ng-runtime/components/input/default/esm2022/dataset-aware-form.component.mjs +32 -26
- app-ng-runtime/components/input/default/esm2022/input.module.mjs +2 -2
- app-ng-runtime/components/input/default/esm2022/number/number.component.mjs +17 -10
- app-ng-runtime/components/input/default/esm2022/radioset/radioset.component.mjs +105 -102
- app-ng-runtime/components/input/default/esm2022/select/select.component.mjs +43 -32
- app-ng-runtime/components/input/default/esm2022/switch/switch.component.mjs +38 -31
- app-ng-runtime/components/input/default/esm2022/text/base/base-input.mjs +18 -11
- app-ng-runtime/components/input/default/esm2022/text/calendar/input-calendar.component.mjs +23 -12
- app-ng-runtime/components/input/default/esm2022/text/color/input-color.component.mjs +23 -12
- app-ng-runtime/components/input/default/esm2022/text/email/input-email.component.mjs +20 -11
- app-ng-runtime/components/input/default/esm2022/text/locale/number-locale.mjs +35 -24
- app-ng-runtime/components/input/default/esm2022/text/number/input-number.component.mjs +21 -12
- app-ng-runtime/components/input/default/esm2022/text/text/input-text.component.mjs +20 -11
- app-ng-runtime/components/input/default/esm2022/textarea/textarea.component.mjs +21 -12
- app-ng-runtime/components/input/default/fesm2022/index.mjs +586 -451
- app-ng-runtime/components/input/default/fesm2022/index.mjs.map +1 -1
- app-ng-runtime/components/input/default/number/number.component.d.ts +2 -2
- app-ng-runtime/components/input/default/radioset/radioset.component.d.ts +2 -2
- app-ng-runtime/components/input/default/select/select.component.d.ts +2 -2
- app-ng-runtime/components/input/default/switch/switch.component.d.ts +2 -2
- app-ng-runtime/components/input/default/text/base/base-input.d.ts +3 -2
- app-ng-runtime/components/input/default/text/calendar/input-calendar.component.d.ts +2 -2
- app-ng-runtime/components/input/default/text/color/input-color.component.d.ts +2 -2
- app-ng-runtime/components/input/default/text/email/input-email.component.d.ts +2 -2
- app-ng-runtime/components/input/default/text/locale/number-locale.d.ts +1 -1
- app-ng-runtime/components/input/default/text/number/input-number.component.d.ts +2 -2
- app-ng-runtime/components/input/default/text/text/input-text.component.d.ts +2 -2
- app-ng-runtime/components/input/default/textarea/textarea.component.d.ts +2 -2
- app-ng-runtime/components/input/epoch/.npmignore +2 -0
- app-ng-runtime/components/input/epoch/base-date-time.component.d.ts +2 -2
- app-ng-runtime/components/input/epoch/bundles/index.umd.js +200 -163
- app-ng-runtime/components/input/epoch/date/date.component.d.ts +2 -2
- app-ng-runtime/components/input/epoch/date-time/date-time.component.d.ts +2 -2
- app-ng-runtime/components/input/epoch/esm2022/base-date-time.component.mjs +44 -36
- app-ng-runtime/components/input/epoch/esm2022/date/date.component.mjs +29 -21
- app-ng-runtime/components/input/epoch/esm2022/date/date.props.mjs +2 -2
- app-ng-runtime/components/input/epoch/esm2022/date/imaskUtil.mjs +1 -1
- app-ng-runtime/components/input/epoch/esm2022/date-time/date-time-picker.component.mjs +42 -41
- app-ng-runtime/components/input/epoch/esm2022/date-time/date-time.component.mjs +49 -37
- app-ng-runtime/components/input/epoch/esm2022/epoch.module.mjs +2 -2
- app-ng-runtime/components/input/epoch/esm2022/picker/picker.component.mjs +7 -5
- app-ng-runtime/components/input/epoch/esm2022/time/time.component.mjs +35 -24
- app-ng-runtime/components/input/epoch/fesm2022/index.mjs +197 -159
- app-ng-runtime/components/input/epoch/fesm2022/index.mjs.map +1 -1
- app-ng-runtime/components/input/epoch/time/time.component.d.ts +2 -2
- app-ng-runtime/components/input/file-upload/.npmignore +2 -0
- app-ng-runtime/components/input/file-upload/bundles/index.umd.js +133 -135
- app-ng-runtime/components/input/file-upload/esm2022/file-upload.component.mjs +131 -132
- app-ng-runtime/components/input/file-upload/esm2022/file-upload.module.mjs +2 -2
- app-ng-runtime/components/input/file-upload/fesm2022/index.mjs +132 -133
- app-ng-runtime/components/input/file-upload/fesm2022/index.mjs.map +1 -1
- app-ng-runtime/components/input/file-upload/file-upload.component.d.ts +2 -2
- app-ng-runtime/components/input/rating/.npmignore +2 -0
- app-ng-runtime/components/input/rating/bundles/index.umd.js +60 -51
- app-ng-runtime/components/input/rating/esm2022/rating.component.mjs +58 -48
- app-ng-runtime/components/input/rating/esm2022/rating.module.mjs +2 -2
- app-ng-runtime/components/input/rating/fesm2022/index.mjs +58 -48
- app-ng-runtime/components/input/rating/fesm2022/index.mjs.map +1 -1
- app-ng-runtime/components/input/rating/rating.component.d.ts +2 -2
- app-ng-runtime/components/input/slider/.npmignore +2 -0
- app-ng-runtime/components/input/slider/bundles/index.umd.js +23 -13
- app-ng-runtime/components/input/slider/esm2022/slider.component.mjs +24 -14
- app-ng-runtime/components/input/slider/esm2022/slider.module.mjs +2 -2
- app-ng-runtime/components/input/slider/fesm2022/index.mjs +24 -14
- app-ng-runtime/components/input/slider/fesm2022/index.mjs.map +1 -1
- app-ng-runtime/components/input/slider/slider.component.d.ts +2 -2
- app-ng-runtime/components/navigation/breadcrumb/.npmignore +2 -0
- app-ng-runtime/components/navigation/breadcrumb/breadcrumb.component.d.ts +2 -2
- app-ng-runtime/components/navigation/breadcrumb/bundles/index.umd.js +33 -28
- app-ng-runtime/components/navigation/breadcrumb/esm2022/breadcrumb.component.mjs +34 -29
- app-ng-runtime/components/navigation/breadcrumb/esm2022/breadcrumb.module.mjs +2 -2
- app-ng-runtime/components/navigation/breadcrumb/fesm2022/index.mjs +35 -30
- app-ng-runtime/components/navigation/breadcrumb/fesm2022/index.mjs.map +1 -1
- app-ng-runtime/components/navigation/menu/.npmignore +2 -0
- app-ng-runtime/components/navigation/menu/bundles/index.umd.js +160 -145
- app-ng-runtime/components/navigation/menu/esm2022/menu-adapator.component.mjs +13 -7
- app-ng-runtime/components/navigation/menu/esm2022/menu-dropdown/menu-dropdown.component.mjs +5 -4
- app-ng-runtime/components/navigation/menu/esm2022/menu-dropdown-item/menu-dropdown-item.component.mjs +27 -26
- app-ng-runtime/components/navigation/menu/esm2022/menu.component.mjs +44 -40
- app-ng-runtime/components/navigation/menu/esm2022/menu.module.mjs +4 -3
- app-ng-runtime/components/navigation/menu/esm2022/nav/nav-item/nav-item.directive.mjs +14 -8
- app-ng-runtime/components/navigation/menu/esm2022/nav/nav.component.mjs +63 -63
- app-ng-runtime/components/navigation/menu/esm2022/nav/navigation-control.directive.mjs +3 -3
- app-ng-runtime/components/navigation/menu/fesm2022/index.mjs +160 -144
- app-ng-runtime/components/navigation/menu/fesm2022/index.mjs.map +1 -1
- app-ng-runtime/components/navigation/menu/menu-adapator.component.d.ts +1 -1
- app-ng-runtime/components/navigation/menu/menu-dropdown-item/menu-dropdown-item.component.d.ts +12 -1
- app-ng-runtime/components/navigation/menu/menu.component.d.ts +2 -2
- app-ng-runtime/components/navigation/menu/nav/nav-item/nav-item.directive.d.ts +3 -3
- app-ng-runtime/components/navigation/menu/nav/nav.component.d.ts +3 -4
- app-ng-runtime/components/navigation/navbar/.npmignore +2 -0
- app-ng-runtime/components/navigation/navbar/bundles/index.umd.js +29 -22
- app-ng-runtime/components/navigation/navbar/esm2022/navbar.component.mjs +30 -23
- app-ng-runtime/components/navigation/navbar/esm2022/navbar.module.mjs +2 -2
- app-ng-runtime/components/navigation/navbar/fesm2022/index.mjs +31 -24
- app-ng-runtime/components/navigation/navbar/fesm2022/index.mjs.map +1 -1
- app-ng-runtime/components/navigation/navbar/navbar.component.d.ts +2 -2
- app-ng-runtime/components/navigation/popover/.npmignore +2 -0
- app-ng-runtime/components/navigation/popover/bundles/index.umd.js +18 -11
- app-ng-runtime/components/navigation/popover/esm2022/popover.component.mjs +19 -12
- app-ng-runtime/components/navigation/popover/esm2022/popover.module.mjs +2 -2
- app-ng-runtime/components/navigation/popover/fesm2022/index.mjs +20 -13
- app-ng-runtime/components/navigation/popover/fesm2022/index.mjs.map +1 -1
- app-ng-runtime/components/navigation/popover/popover.component.d.ts +2 -2
- app-ng-runtime/components/page/default/.npmignore +2 -0
- app-ng-runtime/components/page/default/bundles/index.umd.js +63 -31
- app-ng-runtime/components/page/default/content/content.component.d.ts +2 -2
- app-ng-runtime/components/page/default/esm2022/content/content.component.mjs +13 -7
- app-ng-runtime/components/page/default/esm2022/layout.directive.mjs +12 -7
- app-ng-runtime/components/page/default/esm2022/page-content/page-content.component.mjs +13 -7
- app-ng-runtime/components/page/default/esm2022/page.directive.mjs +12 -7
- app-ng-runtime/components/page/default/esm2022/page.module.mjs +2 -2
- app-ng-runtime/components/page/default/esm2022/router-outlet.directive.mjs +12 -7
- app-ng-runtime/components/page/default/esm2022/spa-page.directive.mjs +12 -7
- app-ng-runtime/components/page/default/fesm2022/index.mjs +65 -33
- app-ng-runtime/components/page/default/fesm2022/index.mjs.map +1 -1
- app-ng-runtime/components/page/default/layout.directive.d.ts +2 -2
- app-ng-runtime/components/page/default/page-content/page-content.component.d.ts +2 -2
- app-ng-runtime/components/page/default/page.directive.d.ts +2 -2
- app-ng-runtime/components/page/default/router-outlet.directive.d.ts +2 -2
- app-ng-runtime/components/page/default/spa-page.directive.d.ts +2 -2
- app-ng-runtime/components/page/footer/.npmignore +2 -0
- app-ng-runtime/components/page/footer/bundles/index.umd.js +11 -6
- app-ng-runtime/components/page/footer/esm2022/footer.directive.mjs +12 -7
- app-ng-runtime/components/page/footer/esm2022/footer.module.mjs +2 -2
- app-ng-runtime/components/page/footer/fesm2022/index.mjs +13 -8
- app-ng-runtime/components/page/footer/fesm2022/index.mjs.map +1 -1
- app-ng-runtime/components/page/footer/footer.directive.d.ts +2 -2
- app-ng-runtime/components/page/header/.npmignore +2 -0
- app-ng-runtime/components/page/header/bundles/index.umd.js +12 -6
- app-ng-runtime/components/page/header/esm2022/header.component.mjs +13 -7
- app-ng-runtime/components/page/header/esm2022/header.module.mjs +2 -2
- app-ng-runtime/components/page/header/fesm2022/index.mjs +14 -8
- app-ng-runtime/components/page/header/fesm2022/index.mjs.map +1 -1
- app-ng-runtime/components/page/header/header.component.d.ts +2 -2
- app-ng-runtime/components/page/left-panel/.npmignore +2 -0
- app-ng-runtime/components/page/left-panel/bundles/index.umd.js +12 -7
- app-ng-runtime/components/page/left-panel/esm2022/left-panel.animator.mjs +1 -1
- app-ng-runtime/components/page/left-panel/esm2022/left-panel.directive.mjs +13 -8
- app-ng-runtime/components/page/left-panel/esm2022/left-panel.module.mjs +2 -2
- app-ng-runtime/components/page/left-panel/fesm2022/index.mjs +14 -9
- app-ng-runtime/components/page/left-panel/fesm2022/index.mjs.map +1 -1
- app-ng-runtime/components/page/left-panel/left-panel.directive.d.ts +2 -2
- app-ng-runtime/components/page/right-panel/.npmignore +2 -0
- app-ng-runtime/components/page/right-panel/bundles/index.umd.js +11 -6
- app-ng-runtime/components/page/right-panel/esm2022/right-panel.directive.mjs +12 -7
- app-ng-runtime/components/page/right-panel/esm2022/right-panel.module.mjs +2 -2
- app-ng-runtime/components/page/right-panel/fesm2022/index.mjs +13 -8
- app-ng-runtime/components/page/right-panel/fesm2022/index.mjs.map +1 -1
- app-ng-runtime/components/page/right-panel/right-panel.directive.d.ts +2 -2
- app-ng-runtime/components/page/top-nav/.npmignore +2 -0
- app-ng-runtime/components/page/top-nav/bundles/index.umd.js +11 -6
- app-ng-runtime/components/page/top-nav/esm2022/top-nav.directive.mjs +12 -7
- app-ng-runtime/components/page/top-nav/esm2022/top-nav.module.mjs +2 -2
- app-ng-runtime/components/page/top-nav/fesm2022/index.mjs +13 -8
- app-ng-runtime/components/page/top-nav/fesm2022/index.mjs.map +1 -1
- app-ng-runtime/components/page/top-nav/top-nav.directive.d.ts +2 -2
- app-ng-runtime/components/prefab/.npmignore +2 -0
- app-ng-runtime/components/prefab/bundles/index.umd.js +28 -18
- app-ng-runtime/components/prefab/esm2022/prefab-container/prefab-container.directive.mjs +14 -8
- app-ng-runtime/components/prefab/esm2022/prefab.directive.mjs +15 -9
- app-ng-runtime/components/prefab/esm2022/prefab.module.mjs +2 -2
- app-ng-runtime/components/prefab/fesm2022/index.mjs +26 -15
- app-ng-runtime/components/prefab/fesm2022/index.mjs.map +1 -1
- app-ng-runtime/components/prefab/prefab-container/prefab-container.directive.d.ts +2 -2
- app-ng-runtime/components/prefab/prefab.directive.d.ts +2 -2
- app-ng-runtime/core/.npmignore +2 -0
- app-ng-runtime/core/bundles/index.umd.js +158 -146
- app-ng-runtime/core/esm2022/core.module.mjs +2 -2
- app-ng-runtime/core/esm2022/public_api.mjs +3 -2
- app-ng-runtime/core/esm2022/services/constant.service.mjs +2 -2
- app-ng-runtime/core/esm2022/services/custom-icons-loader.service.mjs +26 -0
- app-ng-runtime/core/esm2022/services/field-type.service.mjs +5 -4
- app-ng-runtime/core/esm2022/services/field-widget.service.mjs +5 -4
- app-ng-runtime/core/esm2022/services/pagination.service.mjs +8 -7
- app-ng-runtime/core/esm2022/services/script-loader.service.mjs +3 -3
- app-ng-runtime/core/esm2022/services/state-persistence.service.mjs +18 -17
- app-ng-runtime/core/esm2022/services/user-custom-pipe-manager.service.mjs +2 -2
- app-ng-runtime/core/esm2022/services/utils.service.mjs +5 -4
- app-ng-runtime/core/esm2022/services/viewport.service.mjs +5 -4
- app-ng-runtime/core/esm2022/utils/build-utils.mjs +5 -4
- app-ng-runtime/core/esm2022/utils/dom.mjs +1 -1
- app-ng-runtime/core/esm2022/utils/event-notifier.mjs +1 -1
- app-ng-runtime/core/esm2022/utils/expression-parser.mjs +6 -5
- app-ng-runtime/core/esm2022/utils/id-generator.mjs +1 -1
- app-ng-runtime/core/esm2022/utils/lru-cache.mjs +3 -2
- app-ng-runtime/core/esm2022/utils/utils.mjs +79 -82
- app-ng-runtime/core/esm2022/utils/watcher.mjs +9 -7
- app-ng-runtime/core/esm2022/utils/wm-project-properties.mjs +1 -1
- app-ng-runtime/core/fesm2022/index.mjs +158 -142
- app-ng-runtime/core/fesm2022/index.mjs.map +1 -1
- app-ng-runtime/core/public_api.d.ts +2 -1
- app-ng-runtime/core/services/custom-icons-loader.service.d.ts +7 -0
- app-ng-runtime/core/services/pagination.service.d.ts +1 -1
- app-ng-runtime/core/utils/utils.d.ts +5 -9
- app-ng-runtime/http/.npmignore +2 -0
- app-ng-runtime/http/bundles/index.umd.js +10 -10
- app-ng-runtime/http/esm2022/http-service.module.mjs +2 -2
- app-ng-runtime/http/esm2022/http.service.mjs +7 -6
- app-ng-runtime/http/esm2022/wm-http-request.mjs +1 -1
- app-ng-runtime/http/esm2022/wm-http-response.mjs +1 -1
- app-ng-runtime/http/fesm2022/index.mjs +7 -6
- app-ng-runtime/http/fesm2022/index.mjs.map +1 -1
- app-ng-runtime/locales/angular/global/af-na.js +4 -4
- app-ng-runtime/locales/angular/global/af.js +4 -4
- app-ng-runtime/locales/angular/global/agq.js +4 -4
- app-ng-runtime/locales/angular/global/ak.js +4 -4
- app-ng-runtime/locales/angular/global/am.js +4 -4
- app-ng-runtime/locales/angular/global/ar-ae.js +4 -4
- app-ng-runtime/locales/angular/global/ar-bh.js +4 -4
- app-ng-runtime/locales/angular/global/ar-dj.js +4 -4
- app-ng-runtime/locales/angular/global/ar-dz.js +4 -4
- app-ng-runtime/locales/angular/global/ar-eg.js +4 -4
- app-ng-runtime/locales/angular/global/ar-eh.js +4 -4
- app-ng-runtime/locales/angular/global/ar-er.js +4 -4
- app-ng-runtime/locales/angular/global/ar-il.js +4 -4
- app-ng-runtime/locales/angular/global/ar-iq.js +4 -4
- app-ng-runtime/locales/angular/global/ar-jo.js +4 -4
- app-ng-runtime/locales/angular/global/ar-km.js +4 -4
- app-ng-runtime/locales/angular/global/ar-kw.js +4 -4
- app-ng-runtime/locales/angular/global/ar-lb.js +4 -4
- app-ng-runtime/locales/angular/global/ar-ly.js +4 -4
- app-ng-runtime/locales/angular/global/ar-ma.js +4 -4
- app-ng-runtime/locales/angular/global/ar-mr.js +4 -4
- app-ng-runtime/locales/angular/global/ar-om.js +4 -4
- app-ng-runtime/locales/angular/global/ar-ps.js +4 -4
- app-ng-runtime/locales/angular/global/ar-qa.js +4 -4
- app-ng-runtime/locales/angular/global/ar-sa.js +4 -4
- app-ng-runtime/locales/angular/global/ar-sd.js +4 -4
- app-ng-runtime/locales/angular/global/ar-so.js +4 -4
- app-ng-runtime/locales/angular/global/ar-ss.js +4 -4
- app-ng-runtime/locales/angular/global/ar-sy.js +4 -4
- app-ng-runtime/locales/angular/global/ar-td.js +4 -4
- app-ng-runtime/locales/angular/global/ar-tn.js +4 -4
- app-ng-runtime/locales/angular/global/ar-ye.js +4 -4
- app-ng-runtime/locales/angular/global/ar.js +4 -4
- app-ng-runtime/locales/angular/global/as.js +4 -4
- app-ng-runtime/locales/angular/global/asa.js +4 -4
- app-ng-runtime/locales/angular/global/ast.js +4 -4
- app-ng-runtime/locales/angular/global/az-cyrl.js +4 -4
- app-ng-runtime/locales/angular/global/az-latn.js +4 -4
- app-ng-runtime/locales/angular/global/az.js +4 -4
- app-ng-runtime/locales/angular/global/bas.js +4 -4
- app-ng-runtime/locales/angular/global/be-tarask.js +4 -4
- app-ng-runtime/locales/angular/global/be.js +4 -4
- app-ng-runtime/locales/angular/global/bem.js +4 -4
- app-ng-runtime/locales/angular/global/bez.js +4 -4
- app-ng-runtime/locales/angular/global/bg.js +4 -4
- app-ng-runtime/locales/angular/global/bm.js +4 -4
- app-ng-runtime/locales/angular/global/bn-in.js +4 -4
- app-ng-runtime/locales/angular/global/bn.js +4 -4
- app-ng-runtime/locales/angular/global/bo-in.js +4 -4
- app-ng-runtime/locales/angular/global/bo.js +4 -4
- app-ng-runtime/locales/angular/global/br.js +4 -4
- app-ng-runtime/locales/angular/global/brx.js +4 -4
- app-ng-runtime/locales/angular/global/bs-cyrl.js +4 -4
- app-ng-runtime/locales/angular/global/bs-latn.js +4 -4
- app-ng-runtime/locales/angular/global/bs.js +4 -4
- app-ng-runtime/locales/angular/global/ca-ad.js +4 -4
- app-ng-runtime/locales/angular/global/ca-es-valencia.js +4 -4
- app-ng-runtime/locales/angular/global/ca-fr.js +4 -4
- app-ng-runtime/locales/angular/global/ca-it.js +4 -4
- app-ng-runtime/locales/angular/global/ca.js +4 -4
- app-ng-runtime/locales/angular/global/ccp-in.js +4 -4
- app-ng-runtime/locales/angular/global/ccp.js +4 -4
- app-ng-runtime/locales/angular/global/ce.js +4 -4
- app-ng-runtime/locales/angular/global/ceb.js +4 -4
- app-ng-runtime/locales/angular/global/cgg.js +4 -4
- app-ng-runtime/locales/angular/global/chr.js +4 -4
- app-ng-runtime/locales/angular/global/ckb-ir.js +4 -4
- app-ng-runtime/locales/angular/global/ckb.js +4 -4
- app-ng-runtime/locales/angular/global/cs.js +4 -4
- app-ng-runtime/locales/angular/global/cy.js +4 -4
- app-ng-runtime/locales/angular/global/da-gl.js +4 -4
- app-ng-runtime/locales/angular/global/da.js +4 -4
- app-ng-runtime/locales/angular/global/dav.js +4 -4
- app-ng-runtime/locales/angular/global/de-at.js +4 -4
- app-ng-runtime/locales/angular/global/de-be.js +4 -4
- app-ng-runtime/locales/angular/global/de-ch.js +4 -4
- app-ng-runtime/locales/angular/global/de-it.js +4 -4
- app-ng-runtime/locales/angular/global/de-li.js +4 -4
- app-ng-runtime/locales/angular/global/de-lu.js +4 -4
- app-ng-runtime/locales/angular/global/de.js +4 -4
- app-ng-runtime/locales/angular/global/dje.js +4 -4
- app-ng-runtime/locales/angular/global/doi.js +4 -4
- app-ng-runtime/locales/angular/global/dsb.js +4 -4
- app-ng-runtime/locales/angular/global/dua.js +4 -4
- app-ng-runtime/locales/angular/global/dyo.js +4 -4
- app-ng-runtime/locales/angular/global/dz.js +4 -4
- app-ng-runtime/locales/angular/global/ebu.js +4 -4
- app-ng-runtime/locales/angular/global/ee-tg.js +4 -4
- app-ng-runtime/locales/angular/global/ee.js +4 -4
- app-ng-runtime/locales/angular/global/el-cy.js +4 -4
- app-ng-runtime/locales/angular/global/el.js +4 -4
- app-ng-runtime/locales/angular/global/en-001.js +4 -4
- app-ng-runtime/locales/angular/global/en-150.js +4 -4
- app-ng-runtime/locales/angular/global/en-ae.js +4 -4
- app-ng-runtime/locales/angular/global/en-ag.js +4 -4
- app-ng-runtime/locales/angular/global/en-ai.js +4 -4
- app-ng-runtime/locales/angular/global/en-as.js +4 -4
- app-ng-runtime/locales/angular/global/en-at.js +4 -4
- app-ng-runtime/locales/angular/global/en-au.js +4 -4
- app-ng-runtime/locales/angular/global/en-bb.js +4 -4
- app-ng-runtime/locales/angular/global/en-be.js +4 -4
- app-ng-runtime/locales/angular/global/en-bi.js +4 -4
- app-ng-runtime/locales/angular/global/en-bm.js +4 -4
- app-ng-runtime/locales/angular/global/en-bs.js +4 -4
- app-ng-runtime/locales/angular/global/en-bw.js +4 -4
- app-ng-runtime/locales/angular/global/en-bz.js +4 -4
- app-ng-runtime/locales/angular/global/en-ca.js +4 -4
- app-ng-runtime/locales/angular/global/en-cc.js +4 -4
- app-ng-runtime/locales/angular/global/en-ch.js +4 -4
- app-ng-runtime/locales/angular/global/en-ck.js +4 -4
- app-ng-runtime/locales/angular/global/en-cm.js +4 -4
- app-ng-runtime/locales/angular/global/en-cx.js +4 -4
- app-ng-runtime/locales/angular/global/en-cy.js +4 -4
- app-ng-runtime/locales/angular/global/en-de.js +4 -4
- app-ng-runtime/locales/angular/global/en-dg.js +4 -4
- app-ng-runtime/locales/angular/global/en-dk.js +4 -4
- app-ng-runtime/locales/angular/global/en-dm.js +4 -4
- app-ng-runtime/locales/angular/global/en-er.js +4 -4
- app-ng-runtime/locales/angular/global/en-fi.js +4 -4
- app-ng-runtime/locales/angular/global/en-fj.js +4 -4
- app-ng-runtime/locales/angular/global/en-fk.js +4 -4
- app-ng-runtime/locales/angular/global/en-fm.js +4 -4
- app-ng-runtime/locales/angular/global/en-gb.js +4 -4
- app-ng-runtime/locales/angular/global/en-gd.js +4 -4
- app-ng-runtime/locales/angular/global/en-gg.js +4 -4
- app-ng-runtime/locales/angular/global/en-gh.js +4 -4
- app-ng-runtime/locales/angular/global/en-gi.js +4 -4
- app-ng-runtime/locales/angular/global/en-gm.js +4 -4
- app-ng-runtime/locales/angular/global/en-gu.js +4 -4
- app-ng-runtime/locales/angular/global/en-gy.js +4 -4
- app-ng-runtime/locales/angular/global/en-hk.js +4 -4
- app-ng-runtime/locales/angular/global/en-ie.js +4 -4
- app-ng-runtime/locales/angular/global/en-il.js +4 -4
- app-ng-runtime/locales/angular/global/en-im.js +4 -4
- app-ng-runtime/locales/angular/global/en-in.js +4 -4
- app-ng-runtime/locales/angular/global/en-io.js +4 -4
- app-ng-runtime/locales/angular/global/en-je.js +4 -4
- app-ng-runtime/locales/angular/global/en-jm.js +4 -4
- app-ng-runtime/locales/angular/global/en-ke.js +4 -4
- app-ng-runtime/locales/angular/global/en-ki.js +4 -4
- app-ng-runtime/locales/angular/global/en-kn.js +4 -4
- app-ng-runtime/locales/angular/global/en-ky.js +4 -4
- app-ng-runtime/locales/angular/global/en-lc.js +4 -4
- app-ng-runtime/locales/angular/global/en-lr.js +4 -4
- app-ng-runtime/locales/angular/global/en-ls.js +4 -4
- app-ng-runtime/locales/angular/global/en-mg.js +4 -4
- app-ng-runtime/locales/angular/global/en-mh.js +4 -4
- app-ng-runtime/locales/angular/global/en-mo.js +4 -4
- app-ng-runtime/locales/angular/global/en-mp.js +4 -4
- app-ng-runtime/locales/angular/global/en-ms.js +4 -4
- app-ng-runtime/locales/angular/global/en-mt.js +4 -4
- app-ng-runtime/locales/angular/global/en-mu.js +4 -4
- app-ng-runtime/locales/angular/global/en-mv.js +4 -4
- app-ng-runtime/locales/angular/global/en-mw.js +4 -4
- app-ng-runtime/locales/angular/global/en-my.js +4 -4
- app-ng-runtime/locales/angular/global/en-na.js +4 -4
- app-ng-runtime/locales/angular/global/en-nf.js +4 -4
- app-ng-runtime/locales/angular/global/en-ng.js +4 -4
- app-ng-runtime/locales/angular/global/en-nl.js +4 -4
- app-ng-runtime/locales/angular/global/en-nr.js +4 -4
- app-ng-runtime/locales/angular/global/en-nu.js +4 -4
- app-ng-runtime/locales/angular/global/en-nz.js +4 -4
- app-ng-runtime/locales/angular/global/en-pg.js +4 -4
- app-ng-runtime/locales/angular/global/en-ph.js +4 -4
- app-ng-runtime/locales/angular/global/en-pk.js +4 -4
- app-ng-runtime/locales/angular/global/en-pn.js +4 -4
- app-ng-runtime/locales/angular/global/en-pr.js +4 -4
- app-ng-runtime/locales/angular/global/en-pw.js +4 -4
- app-ng-runtime/locales/angular/global/en-rw.js +4 -4
- app-ng-runtime/locales/angular/global/en-sb.js +4 -4
- app-ng-runtime/locales/angular/global/en-sc.js +4 -4
- app-ng-runtime/locales/angular/global/en-sd.js +4 -4
- app-ng-runtime/locales/angular/global/en-se.js +4 -4
- app-ng-runtime/locales/angular/global/en-sg.js +4 -4
- app-ng-runtime/locales/angular/global/en-sh.js +4 -4
- app-ng-runtime/locales/angular/global/en-si.js +4 -4
- app-ng-runtime/locales/angular/global/en-sl.js +4 -4
- app-ng-runtime/locales/angular/global/en-ss.js +4 -4
- app-ng-runtime/locales/angular/global/en-sx.js +4 -4
- app-ng-runtime/locales/angular/global/en-sz.js +4 -4
- app-ng-runtime/locales/angular/global/en-tc.js +4 -4
- app-ng-runtime/locales/angular/global/en-tk.js +4 -4
- app-ng-runtime/locales/angular/global/en-to.js +4 -4
- app-ng-runtime/locales/angular/global/en-tt.js +4 -4
- app-ng-runtime/locales/angular/global/en-tv.js +4 -4
- app-ng-runtime/locales/angular/global/en-tz.js +4 -4
- app-ng-runtime/locales/angular/global/en-ug.js +4 -4
- app-ng-runtime/locales/angular/global/en-um.js +4 -4
- app-ng-runtime/locales/angular/global/en-vc.js +4 -4
- app-ng-runtime/locales/angular/global/en-vg.js +4 -4
- app-ng-runtime/locales/angular/global/en-vi.js +4 -4
- app-ng-runtime/locales/angular/global/en-vu.js +4 -4
- app-ng-runtime/locales/angular/global/en-ws.js +4 -4
- app-ng-runtime/locales/angular/global/en-za.js +4 -4
- app-ng-runtime/locales/angular/global/en-zm.js +4 -4
- app-ng-runtime/locales/angular/global/en-zw.js +4 -4
- app-ng-runtime/locales/angular/global/en.js +4 -4
- app-ng-runtime/locales/angular/global/eo.js +4 -4
- app-ng-runtime/locales/angular/global/es-419.js +4 -4
- app-ng-runtime/locales/angular/global/es-ar.js +4 -4
- app-ng-runtime/locales/angular/global/es-bo.js +4 -4
- app-ng-runtime/locales/angular/global/es-br.js +4 -4
- app-ng-runtime/locales/angular/global/es-bz.js +4 -4
- app-ng-runtime/locales/angular/global/es-cl.js +4 -4
- app-ng-runtime/locales/angular/global/es-co.js +4 -4
- app-ng-runtime/locales/angular/global/es-cr.js +4 -4
- app-ng-runtime/locales/angular/global/es-cu.js +4 -4
- app-ng-runtime/locales/angular/global/es-do.js +4 -4
- app-ng-runtime/locales/angular/global/es-ea.js +4 -4
- app-ng-runtime/locales/angular/global/es-ec.js +4 -4
- app-ng-runtime/locales/angular/global/es-gq.js +4 -4
- app-ng-runtime/locales/angular/global/es-gt.js +4 -4
- app-ng-runtime/locales/angular/global/es-hn.js +4 -4
- app-ng-runtime/locales/angular/global/es-ic.js +4 -4
- app-ng-runtime/locales/angular/global/es-mx.js +4 -4
- app-ng-runtime/locales/angular/global/es-ni.js +4 -4
- app-ng-runtime/locales/angular/global/es-pa.js +4 -4
- app-ng-runtime/locales/angular/global/es-pe.js +4 -4
- app-ng-runtime/locales/angular/global/es-ph.js +4 -4
- app-ng-runtime/locales/angular/global/es-pr.js +4 -4
- app-ng-runtime/locales/angular/global/es-py.js +4 -4
- app-ng-runtime/locales/angular/global/es-sv.js +4 -4
- app-ng-runtime/locales/angular/global/es-us.js +4 -4
- app-ng-runtime/locales/angular/global/es-uy.js +4 -4
- app-ng-runtime/locales/angular/global/es-ve.js +4 -4
- app-ng-runtime/locales/angular/global/es.js +4 -4
- app-ng-runtime/locales/angular/global/et.js +4 -4
- app-ng-runtime/locales/angular/global/eu.js +4 -4
- app-ng-runtime/locales/angular/global/ewo.js +4 -4
- app-ng-runtime/locales/angular/global/fa-af.js +4 -4
- app-ng-runtime/locales/angular/global/fa.js +4 -4
- app-ng-runtime/locales/angular/global/ff-adlm-bf.js +4 -4
- app-ng-runtime/locales/angular/global/ff-adlm-cm.js +4 -4
- app-ng-runtime/locales/angular/global/ff-adlm-gh.js +4 -4
- app-ng-runtime/locales/angular/global/ff-adlm-gm.js +4 -4
- app-ng-runtime/locales/angular/global/ff-adlm-gw.js +4 -4
- app-ng-runtime/locales/angular/global/ff-adlm-lr.js +4 -4
- app-ng-runtime/locales/angular/global/ff-adlm-mr.js +4 -4
- app-ng-runtime/locales/angular/global/ff-adlm-ne.js +4 -4
- app-ng-runtime/locales/angular/global/ff-adlm-ng.js +4 -4
- app-ng-runtime/locales/angular/global/ff-adlm-sl.js +4 -4
- app-ng-runtime/locales/angular/global/ff-adlm-sn.js +4 -4
- app-ng-runtime/locales/angular/global/ff-adlm.js +4 -4
- app-ng-runtime/locales/angular/global/ff-cm.js +58 -44
- app-ng-runtime/locales/angular/global/ff-gn.js +58 -44
- app-ng-runtime/locales/angular/global/ff-latn-bf.js +4 -4
- app-ng-runtime/locales/angular/global/ff-latn-cm.js +4 -4
- app-ng-runtime/locales/angular/global/ff-latn-gh.js +4 -4
- app-ng-runtime/locales/angular/global/ff-latn-gm.js +4 -4
- app-ng-runtime/locales/angular/global/ff-latn-gn.js +4 -4
- app-ng-runtime/locales/angular/global/ff-latn-gw.js +4 -4
- app-ng-runtime/locales/angular/global/ff-latn-lr.js +4 -4
- app-ng-runtime/locales/angular/global/ff-latn-mr.js +4 -4
- app-ng-runtime/locales/angular/global/ff-latn-ne.js +4 -4
- app-ng-runtime/locales/angular/global/ff-latn-ng.js +4 -4
- app-ng-runtime/locales/angular/global/ff-latn-sl.js +4 -4
- app-ng-runtime/locales/angular/global/ff-latn.js +4 -4
- app-ng-runtime/locales/angular/global/ff-mr.js +58 -44
- app-ng-runtime/locales/angular/global/ff.js +4 -4
- app-ng-runtime/locales/angular/global/fi.js +4 -4
- app-ng-runtime/locales/angular/global/fil.js +4 -4
- app-ng-runtime/locales/angular/global/fo-dk.js +4 -4
- app-ng-runtime/locales/angular/global/fo.js +4 -4
- app-ng-runtime/locales/angular/global/fr-be.js +4 -4
- app-ng-runtime/locales/angular/global/fr-bf.js +4 -4
- app-ng-runtime/locales/angular/global/fr-bi.js +4 -4
- app-ng-runtime/locales/angular/global/fr-bj.js +4 -4
- app-ng-runtime/locales/angular/global/fr-bl.js +4 -4
- app-ng-runtime/locales/angular/global/fr-ca.js +4 -4
- app-ng-runtime/locales/angular/global/fr-cd.js +4 -4
- app-ng-runtime/locales/angular/global/fr-cf.js +4 -4
- app-ng-runtime/locales/angular/global/fr-cg.js +4 -4
- app-ng-runtime/locales/angular/global/fr-ch.js +4 -4
- app-ng-runtime/locales/angular/global/fr-ci.js +4 -4
- app-ng-runtime/locales/angular/global/fr-cm.js +4 -4
- app-ng-runtime/locales/angular/global/fr-dj.js +4 -4
- app-ng-runtime/locales/angular/global/fr-dz.js +4 -4
- app-ng-runtime/locales/angular/global/fr-ga.js +4 -4
- app-ng-runtime/locales/angular/global/fr-gf.js +4 -4
- app-ng-runtime/locales/angular/global/fr-gn.js +4 -4
- app-ng-runtime/locales/angular/global/fr-gp.js +4 -4
- app-ng-runtime/locales/angular/global/fr-gq.js +4 -4
- app-ng-runtime/locales/angular/global/fr-ht.js +4 -4
- app-ng-runtime/locales/angular/global/fr-km.js +4 -4
- app-ng-runtime/locales/angular/global/fr-lu.js +4 -4
- app-ng-runtime/locales/angular/global/fr-ma.js +4 -4
- app-ng-runtime/locales/angular/global/fr-mc.js +4 -4
- app-ng-runtime/locales/angular/global/fr-mf.js +4 -4
- app-ng-runtime/locales/angular/global/fr-mg.js +4 -4
- app-ng-runtime/locales/angular/global/fr-ml.js +4 -4
- app-ng-runtime/locales/angular/global/fr-mq.js +4 -4
- app-ng-runtime/locales/angular/global/fr-mr.js +4 -4
- app-ng-runtime/locales/angular/global/fr-mu.js +4 -4
- app-ng-runtime/locales/angular/global/fr-nc.js +4 -4
- app-ng-runtime/locales/angular/global/fr-ne.js +4 -4
- app-ng-runtime/locales/angular/global/fr-pf.js +4 -4
- app-ng-runtime/locales/angular/global/fr-pm.js +4 -4
- app-ng-runtime/locales/angular/global/fr-re.js +4 -4
- app-ng-runtime/locales/angular/global/fr-rw.js +4 -4
- app-ng-runtime/locales/angular/global/fr-sc.js +4 -4
- app-ng-runtime/locales/angular/global/fr-sn.js +4 -4
- app-ng-runtime/locales/angular/global/fr-sy.js +4 -4
- app-ng-runtime/locales/angular/global/fr-td.js +4 -4
- app-ng-runtime/locales/angular/global/fr-tg.js +4 -4
- app-ng-runtime/locales/angular/global/fr-tn.js +4 -4
- app-ng-runtime/locales/angular/global/fr-vu.js +4 -4
- app-ng-runtime/locales/angular/global/fr-wf.js +4 -4
- app-ng-runtime/locales/angular/global/fr-yt.js +4 -4
- app-ng-runtime/locales/angular/global/fr.js +4 -4
- app-ng-runtime/locales/angular/global/fur.js +4 -4
- app-ng-runtime/locales/angular/global/fy.js +4 -4
- app-ng-runtime/locales/angular/global/ga-gb.js +4 -4
- app-ng-runtime/locales/angular/global/ga.js +4 -4
- app-ng-runtime/locales/angular/global/gd.js +4 -4
- app-ng-runtime/locales/angular/global/gl.js +4 -4
- app-ng-runtime/locales/angular/global/gsw-fr.js +4 -4
- app-ng-runtime/locales/angular/global/gsw-li.js +4 -4
- app-ng-runtime/locales/angular/global/gsw.js +4 -4
- app-ng-runtime/locales/angular/global/gu.js +4 -4
- app-ng-runtime/locales/angular/global/guz.js +4 -4
- app-ng-runtime/locales/angular/global/gv.js +4 -4
- app-ng-runtime/locales/angular/global/ha-gh.js +4 -4
- app-ng-runtime/locales/angular/global/ha-ne.js +4 -4
- app-ng-runtime/locales/angular/global/ha.js +4 -4
- app-ng-runtime/locales/angular/global/haw.js +4 -4
- app-ng-runtime/locales/angular/global/he.js +4 -4
- app-ng-runtime/locales/angular/global/hi-latn.js +4 -4
- app-ng-runtime/locales/angular/global/hi.js +4 -4
- app-ng-runtime/locales/angular/global/hr-ba.js +4 -4
- app-ng-runtime/locales/angular/global/hr.js +4 -4
- app-ng-runtime/locales/angular/global/hsb.js +4 -4
- app-ng-runtime/locales/angular/global/hu.js +4 -4
- app-ng-runtime/locales/angular/global/hy.js +4 -4
- app-ng-runtime/locales/angular/global/ia.js +4 -4
- app-ng-runtime/locales/angular/global/id.js +4 -4
- app-ng-runtime/locales/angular/global/ig.js +4 -4
- app-ng-runtime/locales/angular/global/ii.js +4 -4
- app-ng-runtime/locales/angular/global/is.js +4 -4
- app-ng-runtime/locales/angular/global/it-ch.js +4 -4
- app-ng-runtime/locales/angular/global/it-sm.js +4 -4
- app-ng-runtime/locales/angular/global/it-va.js +4 -4
- app-ng-runtime/locales/angular/global/it.js +4 -4
- app-ng-runtime/locales/angular/global/ja.js +4 -4
- app-ng-runtime/locales/angular/global/jgo.js +4 -4
- app-ng-runtime/locales/angular/global/jmc.js +4 -4
- app-ng-runtime/locales/angular/global/jv.js +4 -4
- app-ng-runtime/locales/angular/global/ka.js +4 -4
- app-ng-runtime/locales/angular/global/kab.js +4 -4
- app-ng-runtime/locales/angular/global/kam.js +4 -4
- app-ng-runtime/locales/angular/global/kde.js +4 -4
- app-ng-runtime/locales/angular/global/kea.js +4 -4
- app-ng-runtime/locales/angular/global/kgp.js +4 -4
- app-ng-runtime/locales/angular/global/khq.js +4 -4
- app-ng-runtime/locales/angular/global/ki.js +4 -4
- app-ng-runtime/locales/angular/global/kk.js +4 -4
- app-ng-runtime/locales/angular/global/kkj.js +4 -4
- app-ng-runtime/locales/angular/global/kl.js +4 -4
- app-ng-runtime/locales/angular/global/kln.js +4 -4
- app-ng-runtime/locales/angular/global/km.js +4 -4
- app-ng-runtime/locales/angular/global/kn.js +4 -4
- app-ng-runtime/locales/angular/global/ko-kp.js +4 -4
- app-ng-runtime/locales/angular/global/ko.js +4 -4
- app-ng-runtime/locales/angular/global/kok.js +4 -4
- app-ng-runtime/locales/angular/global/ks-arab.js +4 -4
- app-ng-runtime/locales/angular/global/ks-deva.js +4 -4
- app-ng-runtime/locales/angular/global/ks.js +4 -4
- app-ng-runtime/locales/angular/global/ksb.js +4 -4
- app-ng-runtime/locales/angular/global/ksf.js +4 -4
- app-ng-runtime/locales/angular/global/ksh.js +4 -4
- app-ng-runtime/locales/angular/global/ku.js +4 -4
- app-ng-runtime/locales/angular/global/kw.js +4 -4
- app-ng-runtime/locales/angular/global/ky.js +4 -4
- app-ng-runtime/locales/angular/global/lag.js +4 -4
- app-ng-runtime/locales/angular/global/lb.js +4 -4
- app-ng-runtime/locales/angular/global/lg.js +4 -4
- app-ng-runtime/locales/angular/global/lkt.js +4 -4
- app-ng-runtime/locales/angular/global/ln-ao.js +4 -4
- app-ng-runtime/locales/angular/global/ln-cf.js +4 -4
- app-ng-runtime/locales/angular/global/ln-cg.js +4 -4
- app-ng-runtime/locales/angular/global/ln.js +4 -4
- app-ng-runtime/locales/angular/global/lo.js +4 -4
- app-ng-runtime/locales/angular/global/lrc-iq.js +4 -4
- app-ng-runtime/locales/angular/global/lrc.js +4 -4
- app-ng-runtime/locales/angular/global/lt.js +4 -4
- app-ng-runtime/locales/angular/global/lu.js +4 -4
- app-ng-runtime/locales/angular/global/luo.js +4 -4
- app-ng-runtime/locales/angular/global/luy.js +4 -4
- app-ng-runtime/locales/angular/global/lv.js +4 -4
- app-ng-runtime/locales/angular/global/mai.js +4 -4
- app-ng-runtime/locales/angular/global/mas-tz.js +4 -4
- app-ng-runtime/locales/angular/global/mas.js +4 -4
- app-ng-runtime/locales/angular/global/mer.js +4 -4
- app-ng-runtime/locales/angular/global/mfe.js +4 -4
- app-ng-runtime/locales/angular/global/mg.js +4 -4
- app-ng-runtime/locales/angular/global/mgh.js +4 -4
- app-ng-runtime/locales/angular/global/mgo.js +4 -4
- app-ng-runtime/locales/angular/global/mi.js +4 -4
- app-ng-runtime/locales/angular/global/mk.js +4 -4
- app-ng-runtime/locales/angular/global/ml.js +4 -4
- app-ng-runtime/locales/angular/global/mn.js +4 -4
- app-ng-runtime/locales/angular/global/mni-beng.js +4 -4
- app-ng-runtime/locales/angular/global/mni.js +4 -4
- app-ng-runtime/locales/angular/global/mr.js +4 -4
- app-ng-runtime/locales/angular/global/ms-bn.js +4 -4
- app-ng-runtime/locales/angular/global/ms-id.js +4 -4
- app-ng-runtime/locales/angular/global/ms-sg.js +4 -4
- app-ng-runtime/locales/angular/global/ms.js +4 -4
- app-ng-runtime/locales/angular/global/mt.js +4 -4
- app-ng-runtime/locales/angular/global/mua.js +4 -4
- app-ng-runtime/locales/angular/global/my.js +4 -4
- app-ng-runtime/locales/angular/global/mzn.js +4 -4
- app-ng-runtime/locales/angular/global/naq.js +4 -4
- app-ng-runtime/locales/angular/global/nb-sj.js +4 -4
- app-ng-runtime/locales/angular/global/nb.js +4 -4
- app-ng-runtime/locales/angular/global/nd.js +4 -4
- app-ng-runtime/locales/angular/global/nds-nl.js +4 -4
- app-ng-runtime/locales/angular/global/nds.js +4 -4
- app-ng-runtime/locales/angular/global/ne-in.js +4 -4
- app-ng-runtime/locales/angular/global/ne.js +4 -4
- app-ng-runtime/locales/angular/global/nl-aw.js +4 -4
- app-ng-runtime/locales/angular/global/nl-be.js +4 -4
- app-ng-runtime/locales/angular/global/nl-bq.js +4 -4
- app-ng-runtime/locales/angular/global/nl-cw.js +4 -4
- app-ng-runtime/locales/angular/global/nl-sr.js +4 -4
- app-ng-runtime/locales/angular/global/nl-sx.js +4 -4
- app-ng-runtime/locales/angular/global/nl.js +4 -4
- app-ng-runtime/locales/angular/global/nmg.js +4 -4
- app-ng-runtime/locales/angular/global/nn.js +4 -4
- app-ng-runtime/locales/angular/global/nnh.js +4 -4
- app-ng-runtime/locales/angular/global/no.js +4 -4
- app-ng-runtime/locales/angular/global/nus.js +4 -4
- app-ng-runtime/locales/angular/global/nyn.js +4 -4
- app-ng-runtime/locales/angular/global/om-ke.js +4 -4
- app-ng-runtime/locales/angular/global/om.js +4 -4
- app-ng-runtime/locales/angular/global/or.js +4 -4
- app-ng-runtime/locales/angular/global/os-ru.js +4 -4
- app-ng-runtime/locales/angular/global/os.js +4 -4
- app-ng-runtime/locales/angular/global/pa-arab.js +4 -4
- app-ng-runtime/locales/angular/global/pa-guru.js +4 -4
- app-ng-runtime/locales/angular/global/pa.js +4 -4
- app-ng-runtime/locales/angular/global/pcm.js +4 -4
- app-ng-runtime/locales/angular/global/pl.js +4 -4
- app-ng-runtime/locales/angular/global/ps-pk.js +4 -4
- app-ng-runtime/locales/angular/global/ps.js +4 -4
- app-ng-runtime/locales/angular/global/pt-ao.js +4 -4
- app-ng-runtime/locales/angular/global/pt-ch.js +4 -4
- app-ng-runtime/locales/angular/global/pt-cv.js +4 -4
- app-ng-runtime/locales/angular/global/pt-gq.js +4 -4
- app-ng-runtime/locales/angular/global/pt-gw.js +4 -4
- app-ng-runtime/locales/angular/global/pt-lu.js +4 -4
- app-ng-runtime/locales/angular/global/pt-mo.js +4 -4
- app-ng-runtime/locales/angular/global/pt-mz.js +4 -4
- app-ng-runtime/locales/angular/global/pt-pt.js +4 -4
- app-ng-runtime/locales/angular/global/pt-st.js +4 -4
- app-ng-runtime/locales/angular/global/pt-tl.js +4 -4
- app-ng-runtime/locales/angular/global/pt.js +4 -4
- app-ng-runtime/locales/angular/global/qu-bo.js +4 -4
- app-ng-runtime/locales/angular/global/qu-ec.js +4 -4
- app-ng-runtime/locales/angular/global/qu.js +4 -4
- app-ng-runtime/locales/angular/global/rm.js +4 -4
- app-ng-runtime/locales/angular/global/rn.js +4 -4
- app-ng-runtime/locales/angular/global/ro-md.js +4 -4
- app-ng-runtime/locales/angular/global/ro.js +4 -4
- app-ng-runtime/locales/angular/global/rof.js +4 -4
- app-ng-runtime/locales/angular/global/ru-by.js +4 -4
- app-ng-runtime/locales/angular/global/ru-kg.js +4 -4
- app-ng-runtime/locales/angular/global/ru-kz.js +4 -4
- app-ng-runtime/locales/angular/global/ru-md.js +4 -4
- app-ng-runtime/locales/angular/global/ru-ua.js +4 -4
- app-ng-runtime/locales/angular/global/ru.js +4 -4
- app-ng-runtime/locales/angular/global/rw.js +4 -4
- app-ng-runtime/locales/angular/global/rwk.js +4 -4
- app-ng-runtime/locales/angular/global/sa.js +4 -4
- app-ng-runtime/locales/angular/global/sah.js +4 -4
- app-ng-runtime/locales/angular/global/saq.js +4 -4
- app-ng-runtime/locales/angular/global/sat-olck.js +4 -4
- app-ng-runtime/locales/angular/global/sat.js +4 -4
- app-ng-runtime/locales/angular/global/sbp.js +4 -4
- app-ng-runtime/locales/angular/global/sc.js +4 -4
- app-ng-runtime/locales/angular/global/sd-arab.js +4 -4
- app-ng-runtime/locales/angular/global/sd-deva.js +4 -4
- app-ng-runtime/locales/angular/global/sd.js +4 -4
- app-ng-runtime/locales/angular/global/se-fi.js +4 -4
- app-ng-runtime/locales/angular/global/se-se.js +4 -4
- app-ng-runtime/locales/angular/global/se.js +4 -4
- app-ng-runtime/locales/angular/global/seh.js +4 -4
- app-ng-runtime/locales/angular/global/ses.js +4 -4
- app-ng-runtime/locales/angular/global/sg.js +4 -4
- app-ng-runtime/locales/angular/global/shi-latn.js +4 -4
- app-ng-runtime/locales/angular/global/shi-tfng.js +4 -4
- app-ng-runtime/locales/angular/global/shi.js +4 -4
- app-ng-runtime/locales/angular/global/si.js +4 -4
- app-ng-runtime/locales/angular/global/sk.js +4 -4
- app-ng-runtime/locales/angular/global/sl.js +4 -4
- app-ng-runtime/locales/angular/global/smn.js +4 -4
- app-ng-runtime/locales/angular/global/sn.js +4 -4
- app-ng-runtime/locales/angular/global/so-dj.js +4 -4
- app-ng-runtime/locales/angular/global/so-et.js +4 -4
- app-ng-runtime/locales/angular/global/so-ke.js +4 -4
- app-ng-runtime/locales/angular/global/so.js +4 -4
- app-ng-runtime/locales/angular/global/sq-mk.js +4 -4
- app-ng-runtime/locales/angular/global/sq-xk.js +4 -4
- app-ng-runtime/locales/angular/global/sq.js +4 -4
- app-ng-runtime/locales/angular/global/sr-cyrl-ba.js +4 -4
- app-ng-runtime/locales/angular/global/sr-cyrl-me.js +4 -4
- app-ng-runtime/locales/angular/global/sr-cyrl-xk.js +4 -4
- app-ng-runtime/locales/angular/global/sr-cyrl.js +4 -4
- app-ng-runtime/locales/angular/global/sr-latn-ba.js +4 -4
- app-ng-runtime/locales/angular/global/sr-latn-me.js +4 -4
- app-ng-runtime/locales/angular/global/sr-latn-xk.js +4 -4
- app-ng-runtime/locales/angular/global/sr-latn.js +4 -4
- app-ng-runtime/locales/angular/global/sr.js +4 -4
- app-ng-runtime/locales/angular/global/su-latn.js +4 -4
- app-ng-runtime/locales/angular/global/su.js +4 -4
- app-ng-runtime/locales/angular/global/sv-ax.js +4 -4
- app-ng-runtime/locales/angular/global/sv-fi.js +4 -4
- app-ng-runtime/locales/angular/global/sv.js +4 -4
- app-ng-runtime/locales/angular/global/sw-cd.js +4 -4
- app-ng-runtime/locales/angular/global/sw-ke.js +4 -4
- app-ng-runtime/locales/angular/global/sw-ug.js +4 -4
- app-ng-runtime/locales/angular/global/sw.js +4 -4
- app-ng-runtime/locales/angular/global/ta-lk.js +4 -4
- app-ng-runtime/locales/angular/global/ta-my.js +4 -4
- app-ng-runtime/locales/angular/global/ta-sg.js +4 -4
- app-ng-runtime/locales/angular/global/ta.js +4 -4
- app-ng-runtime/locales/angular/global/te.js +4 -4
- app-ng-runtime/locales/angular/global/teo-ke.js +4 -4
- app-ng-runtime/locales/angular/global/teo.js +4 -4
- app-ng-runtime/locales/angular/global/tg.js +4 -4
- app-ng-runtime/locales/angular/global/th.js +4 -4
- app-ng-runtime/locales/angular/global/ti-er.js +4 -4
- app-ng-runtime/locales/angular/global/ti.js +4 -4
- app-ng-runtime/locales/angular/global/tk.js +4 -4
- app-ng-runtime/locales/angular/global/to.js +4 -4
- app-ng-runtime/locales/angular/global/tr-cy.js +4 -4
- app-ng-runtime/locales/angular/global/tr.js +4 -4
- app-ng-runtime/locales/angular/global/tt.js +4 -4
- app-ng-runtime/locales/angular/global/twq.js +4 -4
- app-ng-runtime/locales/angular/global/tzm.js +4 -4
- app-ng-runtime/locales/angular/global/ug.js +4 -4
- app-ng-runtime/locales/angular/global/uk.js +4 -4
- app-ng-runtime/locales/angular/global/und.js +4 -4
- app-ng-runtime/locales/angular/global/ur-in.js +4 -4
- app-ng-runtime/locales/angular/global/ur.js +4 -4
- app-ng-runtime/locales/angular/global/uz-arab.js +4 -4
- app-ng-runtime/locales/angular/global/uz-cyrl.js +4 -4
- app-ng-runtime/locales/angular/global/uz-latn.js +4 -4
- app-ng-runtime/locales/angular/global/uz.js +4 -4
- app-ng-runtime/locales/angular/global/vai-latn.js +4 -4
- app-ng-runtime/locales/angular/global/vai-vaii.js +4 -4
- app-ng-runtime/locales/angular/global/vai.js +4 -4
- app-ng-runtime/locales/angular/global/vi.js +4 -4
- app-ng-runtime/locales/angular/global/vun.js +4 -4
- app-ng-runtime/locales/angular/global/wae.js +4 -4
- app-ng-runtime/locales/angular/global/wo.js +4 -4
- app-ng-runtime/locales/angular/global/xh.js +4 -4
- app-ng-runtime/locales/angular/global/xog.js +4 -4
- app-ng-runtime/locales/angular/global/yav.js +4 -4
- app-ng-runtime/locales/angular/global/yi.js +4 -4
- app-ng-runtime/locales/angular/global/yo-bj.js +4 -4
- app-ng-runtime/locales/angular/global/yo.js +4 -4
- app-ng-runtime/locales/angular/global/yrl-co.js +4 -4
- app-ng-runtime/locales/angular/global/yrl-ve.js +4 -4
- app-ng-runtime/locales/angular/global/yrl.js +4 -4
- app-ng-runtime/locales/angular/global/yue-hans.js +4 -4
- app-ng-runtime/locales/angular/global/yue-hant.js +4 -4
- app-ng-runtime/locales/angular/global/yue.js +4 -4
- app-ng-runtime/locales/angular/global/zgh.js +4 -4
- app-ng-runtime/locales/angular/global/zh-hans-hk.js +4 -4
- app-ng-runtime/locales/angular/global/zh-hans-mo.js +4 -4
- app-ng-runtime/locales/angular/global/zh-hans-sg.js +4 -4
- app-ng-runtime/locales/angular/global/zh-hans.js +4 -4
- app-ng-runtime/locales/angular/global/zh-hant-hk.js +4 -4
- app-ng-runtime/locales/angular/global/zh-hant-mo.js +4 -4
- app-ng-runtime/locales/angular/global/zh-hant.js +4 -4
- app-ng-runtime/locales/angular/global/zh.js +4 -4
- app-ng-runtime/locales/angular/global/zu.js +4 -4
- app-ng-runtime/mobile/components/basic/default/.npmignore +2 -0
- app-ng-runtime/mobile/components/basic/default/bundles/index.umd.js +148 -143
- app-ng-runtime/mobile/components/basic/default/esm2022/anchor/anchor.directive.mjs +8 -7
- app-ng-runtime/mobile/components/basic/default/esm2022/app-update/app-update.component.mjs +7 -6
- app-ng-runtime/mobile/components/basic/default/esm2022/basic.module.mjs +2 -2
- app-ng-runtime/mobile/components/basic/default/esm2022/file-browser/file-browser.component.mjs +47 -43
- app-ng-runtime/mobile/components/basic/default/esm2022/file-browser/file-selector.service.mjs +7 -5
- app-ng-runtime/mobile/components/basic/default/esm2022/image-cache/image-cache.directive.mjs +6 -5
- app-ng-runtime/mobile/components/basic/default/esm2022/network-info-toaster/network-info-toaster.component.mjs +49 -47
- app-ng-runtime/mobile/components/basic/default/esm2022/process-manager/process-management.service.mjs +2 -2
- app-ng-runtime/mobile/components/basic/default/esm2022/process-manager/process-manager.component.mjs +31 -32
- app-ng-runtime/mobile/components/basic/default/fesm2022/index.mjs +146 -140
- app-ng-runtime/mobile/components/basic/default/fesm2022/index.mjs.map +1 -1
- app-ng-runtime/mobile/components/basic/default/network-info-toaster/network-info-toaster.component.d.ts +2 -2
- app-ng-runtime/mobile/components/basic/search/.npmignore +2 -0
- app-ng-runtime/mobile/components/basic/search/bundles/index.umd.js +3 -3
- app-ng-runtime/mobile/components/basic/search/esm2022/search.directive.mjs +3 -3
- app-ng-runtime/mobile/components/basic/search/esm2022/search.module.mjs +2 -2
- app-ng-runtime/mobile/components/basic/search/fesm2022/index.mjs +3 -3
- app-ng-runtime/mobile/components/basic/search/fesm2022/index.mjs.map +1 -1
- app-ng-runtime/mobile/components/containers/segmented-control/.npmignore +2 -0
- app-ng-runtime/mobile/components/containers/segmented-control/bundles/index.umd.js +42 -30
- app-ng-runtime/mobile/components/containers/segmented-control/esm2022/segment-content/segment-content.component.mjs +14 -8
- app-ng-runtime/mobile/components/containers/segmented-control/esm2022/segmented-control.component.mjs +28 -21
- app-ng-runtime/mobile/components/containers/segmented-control/esm2022/segmented-control.module.mjs +2 -2
- app-ng-runtime/mobile/components/containers/segmented-control/fesm2022/index.mjs +41 -28
- app-ng-runtime/mobile/components/containers/segmented-control/fesm2022/index.mjs.map +1 -1
- app-ng-runtime/mobile/components/containers/segmented-control/segment-content/segment-content.component.d.ts +2 -2
- app-ng-runtime/mobile/components/containers/segmented-control/segmented-control.component.d.ts +2 -2
- app-ng-runtime/mobile/components/data/media-list/.npmignore +2 -0
- app-ng-runtime/mobile/components/data/media-list/bundles/index.umd.js +53 -48
- app-ng-runtime/mobile/components/data/media-list/esm2022/media-list-item/media-list-item.directive.mjs +2 -2
- app-ng-runtime/mobile/components/data/media-list/esm2022/media-list.component.mjs +48 -42
- app-ng-runtime/mobile/components/data/media-list/esm2022/media-list.module.mjs +2 -2
- app-ng-runtime/mobile/components/data/media-list/fesm2022/index.mjs +50 -44
- app-ng-runtime/mobile/components/data/media-list/fesm2022/index.mjs.map +1 -1
- app-ng-runtime/mobile/components/data/media-list/media-list.component.d.ts +2 -2
- app-ng-runtime/mobile/components/device/barcode-scanner/.npmignore +2 -0
- app-ng-runtime/mobile/components/device/barcode-scanner/barcode-scanner.component.d.ts +2 -2
- app-ng-runtime/mobile/components/device/barcode-scanner/bundles/index.umd.js +14 -8
- app-ng-runtime/mobile/components/device/barcode-scanner/esm2022/barcode-scanner.component.mjs +15 -9
- app-ng-runtime/mobile/components/device/barcode-scanner/esm2022/barcode-scanner.module.mjs +2 -2
- app-ng-runtime/mobile/components/device/barcode-scanner/fesm2022/index.mjs +16 -10
- app-ng-runtime/mobile/components/device/barcode-scanner/fesm2022/index.mjs.map +1 -1
- app-ng-runtime/mobile/components/device/camera/.npmignore +2 -0
- app-ng-runtime/mobile/components/device/camera/bundles/index.umd.js +15 -9
- app-ng-runtime/mobile/components/device/camera/camera.component.d.ts +2 -2
- app-ng-runtime/mobile/components/device/camera/esm2022/camera.component.mjs +16 -10
- app-ng-runtime/mobile/components/device/camera/esm2022/camera.module.mjs +2 -2
- app-ng-runtime/mobile/components/device/camera/fesm2022/index.mjs +17 -11
- app-ng-runtime/mobile/components/device/camera/fesm2022/index.mjs.map +1 -1
- app-ng-runtime/mobile/components/input/file-upload/.npmignore +2 -0
- app-ng-runtime/mobile/components/input/file-upload/bundles/index.umd.js +3 -3
- app-ng-runtime/mobile/components/input/file-upload/esm2022/file-upload.directive.mjs +3 -3
- app-ng-runtime/mobile/components/input/file-upload/esm2022/file-upload.module.mjs +2 -2
- app-ng-runtime/mobile/components/input/file-upload/fesm2022/index.mjs +3 -3
- app-ng-runtime/mobile/components/input/file-upload/fesm2022/index.mjs.map +1 -1
- app-ng-runtime/mobile/components/page/default/.npmignore +2 -0
- app-ng-runtime/mobile/components/page/default/bundles/index.umd.js +11 -10
- app-ng-runtime/mobile/components/page/default/esm2022/page-content-loader/page-content-loader.component.mjs +4 -3
- app-ng-runtime/mobile/components/page/default/esm2022/page.directive.mjs +5 -4
- app-ng-runtime/mobile/components/page/default/esm2022/page.module.mjs +2 -2
- app-ng-runtime/mobile/components/page/default/fesm2022/index.mjs +8 -6
- app-ng-runtime/mobile/components/page/default/fesm2022/index.mjs.map +1 -1
- app-ng-runtime/mobile/components/page/left-panel/.npmignore +2 -0
- app-ng-runtime/mobile/components/page/left-panel/bundles/index.umd.js +3 -3
- app-ng-runtime/mobile/components/page/left-panel/esm2022/left-panel.directive.mjs +3 -3
- app-ng-runtime/mobile/components/page/left-panel/esm2022/left-panel.module.mjs +2 -2
- app-ng-runtime/mobile/components/page/left-panel/fesm2022/index.mjs +3 -3
- app-ng-runtime/mobile/components/page/left-panel/fesm2022/index.mjs.map +1 -1
- app-ng-runtime/mobile/components/page/mobile-navbar/.npmignore +2 -0
- app-ng-runtime/mobile/components/page/mobile-navbar/bundles/index.umd.js +40 -35
- app-ng-runtime/mobile/components/page/mobile-navbar/esm2022/mobile-navbar.component.mjs +41 -36
- app-ng-runtime/mobile/components/page/mobile-navbar/esm2022/mobile-navbar.module.mjs +2 -2
- app-ng-runtime/mobile/components/page/mobile-navbar/fesm2022/index.mjs +41 -36
- app-ng-runtime/mobile/components/page/mobile-navbar/fesm2022/index.mjs.map +1 -1
- app-ng-runtime/mobile/components/page/mobile-navbar/mobile-navbar.component.d.ts +2 -2
- app-ng-runtime/mobile/components/page/tab-bar/.npmignore +2 -0
- app-ng-runtime/mobile/components/page/tab-bar/bundles/index.umd.js +52 -46
- app-ng-runtime/mobile/components/page/tab-bar/esm2022/tab-bar.module.mjs +2 -2
- app-ng-runtime/mobile/components/page/tab-bar/esm2022/tabbar.component.mjs +50 -43
- app-ng-runtime/mobile/components/page/tab-bar/fesm2022/index.mjs +51 -44
- app-ng-runtime/mobile/components/page/tab-bar/fesm2022/index.mjs.map +1 -1
- app-ng-runtime/mobile/components/page/tab-bar/tabbar.component.d.ts +2 -2
- app-ng-runtime/mobile/core/.npmignore +2 -0
- app-ng-runtime/mobile/core/bundles/index.umd.js +43 -43
- app-ng-runtime/mobile/core/esm2022/core.module.mjs +3 -3
- app-ng-runtime/mobile/core/esm2022/native.xhr.mjs +1 -1
- app-ng-runtime/mobile/core/esm2022/services/device-file-cache.service.mjs +3 -3
- app-ng-runtime/mobile/core/esm2022/services/device-file-download.service.mjs +7 -6
- app-ng-runtime/mobile/core/esm2022/services/device-file-opener.service.mjs +5 -4
- app-ng-runtime/mobile/core/esm2022/services/device-file-upload.service.mjs +6 -5
- app-ng-runtime/mobile/core/esm2022/services/device-file.service.mjs +8 -7
- app-ng-runtime/mobile/core/esm2022/services/device.service.mjs +5 -4
- app-ng-runtime/mobile/core/esm2022/services/ext-app-message.service.mjs +7 -6
- app-ng-runtime/mobile/core/esm2022/services/network.service.mjs +11 -10
- app-ng-runtime/mobile/core/fesm2022/index.mjs +40 -39
- app-ng-runtime/mobile/core/fesm2022/index.mjs.map +1 -1
- app-ng-runtime/mobile/core/services/ext-app-message.service.d.ts +1 -1
- app-ng-runtime/mobile/core/services/network.service.d.ts +7 -1
- app-ng-runtime/mobile/offline/.npmignore +2 -0
- app-ng-runtime/mobile/offline/bundles/index.umd.js +176 -159
- app-ng-runtime/mobile/offline/esm2022/models/local-db-store.mjs +23 -21
- app-ng-runtime/mobile/offline/esm2022/offline.module.mjs +3 -3
- app-ng-runtime/mobile/offline/esm2022/services/change-log.service.mjs +9 -8
- app-ng-runtime/mobile/offline/esm2022/services/local-db-data-pull.service.mjs +39 -37
- app-ng-runtime/mobile/offline/esm2022/services/local-db-management.service.mjs +56 -47
- app-ng-runtime/mobile/offline/esm2022/services/local-db.service.mjs +7 -6
- app-ng-runtime/mobile/offline/esm2022/services/local-key-value.service.mjs +2 -2
- app-ng-runtime/mobile/offline/esm2022/services/push.service.mjs +3 -3
- app-ng-runtime/mobile/offline/esm2022/services/workers/error-blocker.mjs +4 -3
- app-ng-runtime/mobile/offline/esm2022/services/workers/file-handler.mjs +18 -13
- app-ng-runtime/mobile/offline/esm2022/services/workers/id-resolver.mjs +3 -3
- app-ng-runtime/mobile/offline/esm2022/services/workers/multi-part-param-transformer.mjs +9 -5
- app-ng-runtime/mobile/offline/esm2022/utils/file-upload.utils.mjs +1 -1
- app-ng-runtime/mobile/offline/esm2022/utils/live-variable.utils.mjs +12 -11
- app-ng-runtime/mobile/offline/esm2022/utils/query-executor.utils.mjs +5 -4
- app-ng-runtime/mobile/offline/esm2022/utils/security.utils.mjs +3 -2
- app-ng-runtime/mobile/offline/esm2022/utils/utils.mjs +1 -1
- app-ng-runtime/mobile/offline/fesm2022/index.mjs +171 -153
- app-ng-runtime/mobile/offline/fesm2022/index.mjs.map +1 -1
- app-ng-runtime/mobile/placeholder/runtime/.npmignore +2 -0
- app-ng-runtime/mobile/placeholder/runtime/bundles/index.umd.js +3 -2
- app-ng-runtime/mobile/placeholder/runtime/esm2022/components/app-ext.component.mjs +3 -2
- app-ng-runtime/mobile/placeholder/runtime/esm2022/mobile-runtime.module.mjs +2 -2
- app-ng-runtime/mobile/placeholder/runtime/fesm2022/index.mjs +3 -2
- app-ng-runtime/mobile/placeholder/runtime/fesm2022/index.mjs.map +1 -1
- app-ng-runtime/mobile/placeholder/runtime-dynamic/.npmignore +2 -0
- app-ng-runtime/mobile/placeholder/runtime-dynamic/bundles/index.umd.js +1 -1
- app-ng-runtime/mobile/placeholder/runtime-dynamic/esm2022/mobile-runtime-dynamic.module.mjs +2 -2
- app-ng-runtime/mobile/placeholder/runtime-dynamic/fesm2022/index.mjs +1 -1
- app-ng-runtime/mobile/placeholder/runtime-dynamic/fesm2022/index.mjs.map +1 -1
- app-ng-runtime/mobile/runtime/.npmignore +2 -0
- app-ng-runtime/mobile/runtime/bundles/index.umd.js +21 -17
- app-ng-runtime/mobile/runtime/esm2022/components/app-ext.component.mjs +4 -3
- app-ng-runtime/mobile/runtime/esm2022/mobile-runtime.module.mjs +5 -4
- app-ng-runtime/mobile/runtime/esm2022/services/cookie.service.mjs +7 -3
- app-ng-runtime/mobile/runtime/esm2022/services/http-interceptor.service.mjs +6 -5
- app-ng-runtime/mobile/runtime/esm2022/services/webprocess.service.mjs +3 -3
- app-ng-runtime/mobile/runtime/fesm2022/index.mjs +18 -13
- app-ng-runtime/mobile/runtime/fesm2022/index.mjs.map +1 -1
- app-ng-runtime/mobile/runtime-dynamic/.npmignore +2 -0
- app-ng-runtime/mobile/runtime-dynamic/bundles/index.umd.js +5 -5
- app-ng-runtime/mobile/runtime-dynamic/esm2022/mobile-runtime-dynamic.module.mjs +2 -2
- app-ng-runtime/mobile/runtime-dynamic/esm2022/services/live-sync.service.mjs +5 -5
- app-ng-runtime/mobile/runtime-dynamic/fesm2022/index.mjs +5 -5
- app-ng-runtime/mobile/runtime-dynamic/fesm2022/index.mjs.map +1 -1
- app-ng-runtime/mobile/variables/.npmignore +2 -0
- app-ng-runtime/mobile/variables/bundles/index.umd.js +28 -21
- app-ng-runtime/mobile/variables/esm2022/services/camera-service.mjs +5 -5
- app-ng-runtime/mobile/variables/esm2022/services/contacts-service.mjs +1 -1
- app-ng-runtime/mobile/variables/esm2022/services/datasync-service.mjs +10 -9
- app-ng-runtime/mobile/variables/esm2022/services/device-service/device-service.mjs +1 -1
- app-ng-runtime/mobile/variables/esm2022/services/device-service/location-service.mjs +1 -1
- app-ng-runtime/mobile/variables/esm2022/services/file-service.mjs +11 -3
- app-ng-runtime/mobile/variables/esm2022/services/scan-service.mjs +1 -1
- app-ng-runtime/mobile/variables/esm2022/variables.module.mjs +3 -3
- app-ng-runtime/mobile/variables/fesm2022/index.mjs +24 -16
- app-ng-runtime/mobile/variables/fesm2022/index.mjs.map +1 -1
- app-ng-runtime/oAuth/.npmignore +2 -0
- app-ng-runtime/oAuth/bundles/index.umd.js +15 -15
- app-ng-runtime/oAuth/esm2022/oAuth.module.mjs +2 -2
- app-ng-runtime/oAuth/esm2022/oAuth.service.mjs +6 -5
- app-ng-runtime/oAuth/esm2022/oAuth.utils.mjs +8 -7
- app-ng-runtime/oAuth/fesm2022/index.mjs +12 -11
- app-ng-runtime/oAuth/fesm2022/index.mjs.map +1 -1
- app-ng-runtime/package.json +1 -1
- app-ng-runtime/runtime/base/.npmignore +2 -0
- app-ng-runtime/runtime/base/bundles/index.umd.js +267 -251
- app-ng-runtime/runtime/base/components/app-component/app.component.d.ts +3 -1
- app-ng-runtime/runtime/base/components/base-custom-widget.component.d.ts +3 -3
- app-ng-runtime/runtime/base/directives/accessroles.directive.d.ts +4 -3
- app-ng-runtime/runtime/base/esm2022/components/app-component/app.component.mjs +34 -30
- app-ng-runtime/runtime/base/esm2022/components/app-spinner.component.mjs +9 -8
- app-ng-runtime/runtime/base/esm2022/components/base-custom-widget.component.mjs +9 -9
- app-ng-runtime/runtime/base/esm2022/components/base-layout.component.mjs +5 -4
- app-ng-runtime/runtime/base/esm2022/components/base-page.component.mjs +16 -15
- app-ng-runtime/runtime/base/esm2022/components/base-partial.component.mjs +15 -14
- app-ng-runtime/runtime/base/esm2022/components/base-prefab.component.mjs +17 -16
- app-ng-runtime/runtime/base/esm2022/components/base-spa-page.component.mjs +16 -15
- app-ng-runtime/runtime/base/esm2022/components/custom-toaster.component.mjs +17 -15
- app-ng-runtime/runtime/base/esm2022/components/empty-component/empty-page.component.mjs +4 -3
- app-ng-runtime/runtime/base/esm2022/components/prefab-preview.component.mjs +4 -3
- app-ng-runtime/runtime/base/esm2022/directives/accessroles.directive.mjs +24 -16
- app-ng-runtime/runtime/base/esm2022/directives/prefab.directive.mjs +4 -4
- app-ng-runtime/runtime/base/esm2022/guards/auth.guard.mjs +3 -3
- app-ng-runtime/runtime/base/esm2022/guards/can-deactivate-page.guard.mjs +3 -3
- app-ng-runtime/runtime/base/esm2022/guards/page-not-found.guard.mjs +3 -3
- app-ng-runtime/runtime/base/esm2022/guards/role.guard.mjs +5 -4
- app-ng-runtime/runtime/base/esm2022/overrides/wm_dom_renderer.mjs +4 -4
- app-ng-runtime/runtime/base/esm2022/overrides/wm_shared_styles_host.mjs +5 -5
- app-ng-runtime/runtime/base/esm2022/resolves/app-extension.resolve.mjs +3 -3
- app-ng-runtime/runtime/base/esm2022/resolves/app-js.resolve.mjs +3 -3
- app-ng-runtime/runtime/base/esm2022/resolves/app-variables.resolve.mjs +3 -3
- app-ng-runtime/runtime/base/esm2022/resolves/i18n.resolve.mjs +3 -3
- app-ng-runtime/runtime/base/esm2022/resolves/metadata.resolve.mjs +3 -3
- app-ng-runtime/runtime/base/esm2022/resolves/security-config.resolve.mjs +3 -3
- app-ng-runtime/runtime/base/esm2022/runtime-base.module.mjs +3 -3
- app-ng-runtime/runtime/base/esm2022/services/app-defaults.service.mjs +3 -3
- app-ng-runtime/runtime/base/esm2022/services/app.manager.service.mjs +19 -16
- app-ng-runtime/runtime/base/esm2022/services/app.service.mjs +9 -8
- app-ng-runtime/runtime/base/esm2022/services/dynamic-component-ref-provider.service.mjs +5 -4
- app-ng-runtime/runtime/base/esm2022/services/http-interceptor.services.mjs +6 -5
- app-ng-runtime/runtime/base/esm2022/services/i18n.service.mjs +15 -13
- app-ng-runtime/runtime/base/esm2022/services/navigation.service.mjs +10 -9
- app-ng-runtime/runtime/base/esm2022/services/pipe-provider.service.mjs +3 -3
- app-ng-runtime/runtime/base/esm2022/services/pipe.service.mjs +3 -3
- app-ng-runtime/runtime/base/esm2022/services/prefab-manager.service.mjs +5 -4
- app-ng-runtime/runtime/base/esm2022/services/spinner.service.mjs +9 -8
- app-ng-runtime/runtime/base/esm2022/services/toaster.service.mjs +8 -7
- app-ng-runtime/runtime/base/esm2022/util/fragment-monitor.mjs +3 -3
- app-ng-runtime/runtime/base/esm2022/util/wm-route-reuse-strategy.mjs +7 -8
- app-ng-runtime/runtime/base/fesm2022/index.mjs +277 -260
- app-ng-runtime/runtime/base/fesm2022/index.mjs.map +1 -1
- app-ng-runtime/runtime/base/overrides/wm_dom_renderer.d.ts +2 -2
- app-ng-runtime/runtime/base/services/i18n.service.d.ts +1 -1
- app-ng-runtime/runtime/dynamic/.npmignore +2 -0
- app-ng-runtime/runtime/dynamic/bundles/index.umd.js +22 -21
- app-ng-runtime/runtime/dynamic/esm2022/app/app.module.mjs +1 -1
- app-ng-runtime/runtime/dynamic/esm2022/app/components/page-wrapper.component.mjs +4 -3
- app-ng-runtime/runtime/dynamic/esm2022/app/services/app-extension.service.mjs +3 -3
- app-ng-runtime/runtime/dynamic/esm2022/app/services/app-js-provider.service.mjs +3 -3
- app-ng-runtime/runtime/dynamic/esm2022/app/services/app-resource-manager.service.mjs +3 -3
- app-ng-runtime/runtime/dynamic/esm2022/app/services/app-variables-provider.service.mjs +3 -3
- app-ng-runtime/runtime/dynamic/esm2022/app/services/component-ref-provider.service.mjs +6 -5
- app-ng-runtime/runtime/dynamic/esm2022/app/services/prefab-config-provider.service.mjs +3 -3
- app-ng-runtime/runtime/dynamic/esm2022/main.mjs +3 -2
- app-ng-runtime/runtime/dynamic/fesm2022/index.mjs +21 -19
- app-ng-runtime/runtime/dynamic/fesm2022/index.mjs.map +1 -1
- app-ng-runtime/scripts/datatable/datatable.js +2 -2
- app-ng-runtime/scripts/jquery-ui/ui/widgets/droppable.js +7 -7
- app-ng-runtime/scripts/jquery-ui/ui/widgets/resizable.js +13 -10
- app-ng-runtime/scripts/jquery-ui/ui/widgets/sortable.js +7 -7
- app-ng-runtime/security/.npmignore +2 -0
- app-ng-runtime/security/bundles/index.umd.js +17 -17
- app-ng-runtime/security/esm2022/security.module.mjs +2 -2
- app-ng-runtime/security/esm2022/security.service.mjs +14 -13
- app-ng-runtime/security/fesm2022/index.mjs +14 -13
- app-ng-runtime/security/fesm2022/index.mjs.map +1 -1
- app-ng-runtime/security/security.service.d.ts +1 -1
- app-ng-runtime/swipey/.npmignore +2 -0
- app-ng-runtime/swipey/esm2022/swipe.animation.mjs +1 -1
- app-ng-runtime/swipey/fesm2022/index.mjs.map +1 -1
- app-ng-runtime/transpiler/.npmignore +2 -0
- app-ng-runtime/transpiler/bundles/index.umd.js +10 -9
- app-ng-runtime/transpiler/esm2022/build.mjs +8 -6
- app-ng-runtime/transpiler/fesm2022/index.mjs +7 -5
- app-ng-runtime/transpiler/fesm2022/index.mjs.map +1 -1
- app-ng-runtime/variables/.npmignore +2 -0
- app-ng-runtime/variables/bundles/index.umd.js +160 -150
- app-ng-runtime/variables/esm2022/factory/variable.factory.mjs +1 -1
- app-ng-runtime/variables/esm2022/manager/action/login-action.manager.mjs +15 -14
- app-ng-runtime/variables/esm2022/manager/action/logout-action.manager.mjs +1 -1
- app-ng-runtime/variables/esm2022/manager/action/notification-action.manager.mjs +9 -8
- app-ng-runtime/variables/esm2022/manager/variable/base-variable.manager.mjs +3 -2
- app-ng-runtime/variables/esm2022/manager/variable/device-variable-manager.mjs +1 -1
- app-ng-runtime/variables/esm2022/manager/variable/device-variable-service.mjs +1 -1
- app-ng-runtime/variables/esm2022/manager/variable/web-socket-variable.manager.mjs +11 -10
- app-ng-runtime/variables/esm2022/model/action/notification-action.mjs +1 -1
- app-ng-runtime/variables/esm2022/service/metadata-service/metadata.service.mjs +3 -3
- app-ng-runtime/variables/esm2022/service/variables.service.mjs +9 -8
- app-ng-runtime/variables/esm2022/util/action/navigation-action.utils.mjs +4 -4
- app-ng-runtime/variables/esm2022/util/variable/pagination.utils.mjs +30 -23
- app-ng-runtime/variables/esm2022/util/variable/service-variable.utils.mjs +29 -28
- app-ng-runtime/variables/esm2022/util/variable/variables.utils.mjs +75 -70
- app-ng-runtime/variables/esm2022/variables.module.mjs +2 -2
- app-ng-runtime/variables/fesm2022/index.mjs +174 -163
- app-ng-runtime/variables/fesm2022/index.mjs.map +1 -1
- app-ng-runtime/variables/util/variable/service-variable.utils.d.ts +1 -1
- app-ng-runtime/build-task/advanced/custom-widget-prop/custom-widget-prop.build.d.ts +0 -2
- app-ng-runtime/build-task/esm2022/advanced/custom-widget-prop/custom-widget-prop.build.mjs +0 -10
- app-ng-runtime/components/advanced/custom/custom-widget-container-prop/custom-widget-container-prop.directive.d.ts +0 -20
- app-ng-runtime/components/advanced/custom/esm2022/custom-widget-container-prop/custom-widget-container-prop.directive.mjs +0 -70
|
@@ -1,7 +1,8 @@
|
|
|
1
|
-
import {
|
|
1
|
+
import { getAttrMarkup, getBoundToExpr, register, getFormMarkupAttr, getDataSource, getChildAttrs, setChildAttrs, clearChildAttrs } from '@wm/transpiler';
|
|
2
2
|
export * from '@wm/transpiler';
|
|
3
3
|
import { IDGenerator, updateTemplateAttrs, getNgModelAttr, FormWidgetType, DataType, getFormWidgetTemplate, isMobileApp, generateGUId, getRequiredFormWidget, isDateTimeType, checkIsCustomPipeExpression, getRowActionAttrs } from '@wm/core';
|
|
4
4
|
import { Attribute, Element, Text } from '@angular/compiler';
|
|
5
|
+
import { forEach } from 'lodash-es';
|
|
5
6
|
|
|
6
7
|
const carouselTagName = 'carousel';
|
|
7
8
|
const dataSetKey$5 = 'dataset';
|
|
@@ -62,8 +63,10 @@ register('wm-carousel-template', () => {
|
|
|
62
63
|
pre: (attrs, shared, parentCarousel) => {
|
|
63
64
|
const carouselRef = parentCarousel.get('carousel_ref');
|
|
64
65
|
return `<div *ngIf="!${carouselRef}.fieldDefs">{{${carouselRef}.nodatamessage}}</div>
|
|
65
|
-
<${carouselContentTagName} wmCarouselTemplate
|
|
66
|
-
<ng-container [ngTemplateOutlet]="carouselTempRef${counter$1}"
|
|
66
|
+
<${carouselContentTagName} wmCarouselTemplate #carouselTemplateRef="carouselTemplateRef" ${getAttrMarkup(attrs)} *ngFor="let item of ${carouselRef}.fieldDefs; let i = index;">
|
|
67
|
+
<ng-container [ngTemplateOutlet]="carouselTempRef${counter$1}"
|
|
68
|
+
[ngTemplateOutletContext]="{item:item, index:i}"
|
|
69
|
+
[ngTemplateOutletInjector]="${carouselRef}.createCustomInjector('carousel_item_' + carouselTemplateRef.trackId, {item:item, index:i})"></ng-container>
|
|
67
70
|
</${carouselContentTagName}>
|
|
68
71
|
<ng-template #carouselTempRef${counter$1++} let-item="item" let-index="index">`;
|
|
69
72
|
},
|
|
@@ -77,11 +80,11 @@ var carouselTemplate_build$1 = /*#__PURE__*/Object.freeze({
|
|
|
77
80
|
default: carouselTemplate_build
|
|
78
81
|
});
|
|
79
82
|
|
|
80
|
-
const tagName$
|
|
83
|
+
const tagName$1E = 'div';
|
|
81
84
|
register('wm-login', () => {
|
|
82
85
|
return {
|
|
83
|
-
pre: attrs => `<${tagName$
|
|
84
|
-
post: () => `</${tagName$
|
|
86
|
+
pre: attrs => `<${tagName$1E} wmLogin ${getAttrMarkup(attrs)} eventsource.bind="Actions.loginAction">`,
|
|
87
|
+
post: () => `</${tagName$1E}>`,
|
|
85
88
|
provide: () => {
|
|
86
89
|
const provider = new Map();
|
|
87
90
|
provider.set('isLogin', true);
|
|
@@ -96,11 +99,11 @@ var login_build$1 = /*#__PURE__*/Object.freeze({
|
|
|
96
99
|
default: login_build
|
|
97
100
|
});
|
|
98
101
|
|
|
99
|
-
const tagName$
|
|
102
|
+
const tagName$1D = 'marquee';
|
|
100
103
|
register('wm-marquee', () => {
|
|
101
104
|
return {
|
|
102
|
-
pre: attrs => `<${tagName$
|
|
103
|
-
post: () => `</${tagName$
|
|
105
|
+
pre: attrs => `<${tagName$1D} onmouseover="this.stop();" onmouseout="this.start();" wmMarquee role="marquee" aria-live="off" ${getAttrMarkup(attrs)}>`,
|
|
106
|
+
post: () => `</${tagName$1D}>`
|
|
104
107
|
};
|
|
105
108
|
});
|
|
106
109
|
var marquee_build = () => { };
|
|
@@ -110,15 +113,15 @@ var marquee_build$1 = /*#__PURE__*/Object.freeze({
|
|
|
110
113
|
default: marquee_build
|
|
111
114
|
});
|
|
112
115
|
|
|
113
|
-
const tagName$
|
|
116
|
+
const tagName$1C = 'a';
|
|
114
117
|
const idGen$s = new IDGenerator('wm_anchor');
|
|
115
118
|
register('wm-anchor', () => {
|
|
116
119
|
return {
|
|
117
120
|
pre: (attrs) => {
|
|
118
121
|
const counter = idGen$s.nextUid();
|
|
119
|
-
return `<${tagName$
|
|
122
|
+
return `<${tagName$1C} wmAnchor #${counter}="wmAnchor" role="link" data-identifier="anchor" [attr.aria-label]="${counter}.hint || ${counter}.caption" ${getAttrMarkup(attrs)}>`;
|
|
120
123
|
},
|
|
121
|
-
post: () => `</${tagName$
|
|
124
|
+
post: () => `</${tagName$1C}>`
|
|
122
125
|
};
|
|
123
126
|
});
|
|
124
127
|
var anchor_build = () => { };
|
|
@@ -128,11 +131,11 @@ var anchor_build$1 = /*#__PURE__*/Object.freeze({
|
|
|
128
131
|
default: anchor_build
|
|
129
132
|
});
|
|
130
133
|
|
|
131
|
-
const tagName$
|
|
134
|
+
const tagName$1B = 'div';
|
|
132
135
|
register('wm-audio', () => {
|
|
133
136
|
return {
|
|
134
|
-
pre: attrs => `<${tagName$
|
|
135
|
-
post: () => `</${tagName$
|
|
137
|
+
pre: attrs => `<${tagName$1B} wmAudio ${getAttrMarkup(attrs)}>`,
|
|
138
|
+
post: () => `</${tagName$1B}>`
|
|
136
139
|
};
|
|
137
140
|
});
|
|
138
141
|
var audio_build = () => { };
|
|
@@ -142,15 +145,15 @@ var audio_build$1 = /*#__PURE__*/Object.freeze({
|
|
|
142
145
|
default: audio_build
|
|
143
146
|
});
|
|
144
147
|
|
|
145
|
-
const tagName$
|
|
148
|
+
const tagName$1A = 'div';
|
|
146
149
|
const idGen$r = new IDGenerator('wm_html');
|
|
147
150
|
register('wm-html', () => {
|
|
148
151
|
return {
|
|
149
152
|
pre: (attrs) => {
|
|
150
153
|
const counter = idGen$r.nextUid();
|
|
151
|
-
return `<${tagName$
|
|
154
|
+
return `<${tagName$1A} wmHtml #${counter}="wmHtml" [attr.aria-label]="${counter}.hint || 'HTML content'" ${getAttrMarkup(attrs)}>`;
|
|
152
155
|
},
|
|
153
|
-
post: () => `</${tagName$
|
|
156
|
+
post: () => `</${tagName$1A}>`
|
|
154
157
|
};
|
|
155
158
|
});
|
|
156
159
|
var html_build = () => { };
|
|
@@ -160,11 +163,11 @@ var html_build$1 = /*#__PURE__*/Object.freeze({
|
|
|
160
163
|
default: html_build
|
|
161
164
|
});
|
|
162
165
|
|
|
163
|
-
const tagName$
|
|
166
|
+
const tagName$1z = 'span';
|
|
164
167
|
register('wm-icon', () => {
|
|
165
168
|
return {
|
|
166
|
-
pre: attrs => `<${tagName$
|
|
167
|
-
post: () => `</${tagName$
|
|
169
|
+
pre: attrs => `<${tagName$1z} wmIcon aria-hidden="true" ${getAttrMarkup(attrs)}>`,
|
|
170
|
+
post: () => `</${tagName$1z}>`
|
|
168
171
|
};
|
|
169
172
|
});
|
|
170
173
|
var icon_build = () => { };
|
|
@@ -174,11 +177,11 @@ var icon_build$1 = /*#__PURE__*/Object.freeze({
|
|
|
174
177
|
default: icon_build
|
|
175
178
|
});
|
|
176
179
|
|
|
177
|
-
const tagName$
|
|
180
|
+
const tagName$1y = 'div';
|
|
178
181
|
register('wm-iframe', () => {
|
|
179
182
|
return {
|
|
180
|
-
pre: attrs => `<${tagName$
|
|
181
|
-
post: () => `</${tagName$
|
|
183
|
+
pre: attrs => `<${tagName$1y} wmIframe ${getAttrMarkup(attrs)}>`,
|
|
184
|
+
post: () => `</${tagName$1y}>`
|
|
182
185
|
};
|
|
183
186
|
});
|
|
184
187
|
var iframe_build = () => { };
|
|
@@ -188,7 +191,7 @@ var iframe_build$1 = /*#__PURE__*/Object.freeze({
|
|
|
188
191
|
default: iframe_build
|
|
189
192
|
});
|
|
190
193
|
|
|
191
|
-
let tagName$
|
|
194
|
+
let tagName$1x = 'p';
|
|
192
195
|
const idGen$q = new IDGenerator('wm_label');
|
|
193
196
|
register('wm-label', () => {
|
|
194
197
|
return {
|
|
@@ -198,15 +201,15 @@ register('wm-label', () => {
|
|
|
198
201
|
const classList = attrs.get('class') ? attrs.get('class').split(' ').filter(element => ["h1", "h2", "h3", "h4", "h5", "h6", "p"].includes(element)) : [];
|
|
199
202
|
attrs.set('type', classList.length ? classList[0] : "p");
|
|
200
203
|
}
|
|
201
|
-
tagName$
|
|
204
|
+
tagName$1x = attrs.get('type');
|
|
202
205
|
}
|
|
203
206
|
else {
|
|
204
|
-
tagName$
|
|
207
|
+
tagName$1x = 'label';
|
|
205
208
|
}
|
|
206
209
|
const counter = idGen$q.nextUid();
|
|
207
|
-
return `<${tagName$
|
|
210
|
+
return `<${tagName$1x} wmLabel #${counter}="wmLabel" [attr.aria-label]="${counter}.hint" ${getAttrMarkup(attrs)}>`;
|
|
208
211
|
},
|
|
209
|
-
post: () => `</${tagName$
|
|
212
|
+
post: () => `</${tagName$1x}>`
|
|
210
213
|
};
|
|
211
214
|
});
|
|
212
215
|
var label_build = () => { };
|
|
@@ -216,13 +219,13 @@ var label_build$1 = /*#__PURE__*/Object.freeze({
|
|
|
216
219
|
default: label_build
|
|
217
220
|
});
|
|
218
221
|
|
|
219
|
-
const tagName$
|
|
222
|
+
const tagName$1w = 'img';
|
|
220
223
|
const idGen$p = new IDGenerator('wm_picture');
|
|
221
224
|
register('wm-picture', () => {
|
|
222
225
|
return {
|
|
223
226
|
pre: (attrs) => {
|
|
224
227
|
const counter = idGen$p.nextUid();
|
|
225
|
-
return `<${tagName$
|
|
228
|
+
return `<${tagName$1w} wmPicture #${counter}="wmPicture" alt="image" wmImageCache="${attrs.get('offline') || 'true'}" [attr.aria-label]="${counter}.hint || 'Image'" ${getAttrMarkup(attrs)}>`;
|
|
226
229
|
}
|
|
227
230
|
};
|
|
228
231
|
});
|
|
@@ -233,15 +236,15 @@ var picture_build$1 = /*#__PURE__*/Object.freeze({
|
|
|
233
236
|
default: picture_build
|
|
234
237
|
});
|
|
235
238
|
|
|
236
|
-
const tagName$
|
|
239
|
+
const tagName$1v = 'div';
|
|
237
240
|
const idGen$o = new IDGenerator('wm_spinner');
|
|
238
241
|
register('wm-spinner', () => {
|
|
239
242
|
return {
|
|
240
243
|
pre: (attrs) => {
|
|
241
244
|
const counter = idGen$o.nextUid();
|
|
242
|
-
return `<${tagName$
|
|
245
|
+
return `<${tagName$1v} wmSpinner #${counter}="wmSpinner" role="alert" [attr.aria-label]="${counter}.hint || 'Loading...'" aria-live="assertive" aria-busy="true" ${getAttrMarkup(attrs)}>`;
|
|
243
246
|
},
|
|
244
|
-
post: () => `</${tagName$
|
|
247
|
+
post: () => `</${tagName$1v}>`
|
|
245
248
|
};
|
|
246
249
|
});
|
|
247
250
|
var spinner_build = () => { };
|
|
@@ -251,7 +254,7 @@ var spinner_build$1 = /*#__PURE__*/Object.freeze({
|
|
|
251
254
|
default: spinner_build
|
|
252
255
|
});
|
|
253
256
|
|
|
254
|
-
const tagName$
|
|
257
|
+
const tagName$1u = 'div';
|
|
255
258
|
const getAttr = (node, attrName) => node.attrs.find(attr => attr.name === attrName);
|
|
256
259
|
const getAttrValue = (node, attrName) => {
|
|
257
260
|
const match = getAttr(node, attrName);
|
|
@@ -279,8 +282,8 @@ register('wm-progress-bar', () => {
|
|
|
279
282
|
}
|
|
280
283
|
}
|
|
281
284
|
},
|
|
282
|
-
pre: attrs => `<${tagName$
|
|
283
|
-
post: () => `</${tagName$
|
|
285
|
+
pre: attrs => `<${tagName$1u} wmProgressBar ${getAttrMarkup(attrs)}>`,
|
|
286
|
+
post: () => `</${tagName$1u}>`
|
|
284
287
|
};
|
|
285
288
|
});
|
|
286
289
|
var progressBar_build = () => { };
|
|
@@ -290,11 +293,11 @@ var progressBar_build$1 = /*#__PURE__*/Object.freeze({
|
|
|
290
293
|
default: progressBar_build
|
|
291
294
|
});
|
|
292
295
|
|
|
293
|
-
const tagName$
|
|
296
|
+
const tagName$1t = 'div';
|
|
294
297
|
register('wm-progress-circle', () => {
|
|
295
298
|
return {
|
|
296
|
-
pre: attrs => `<${tagName$
|
|
297
|
-
post: () => `</${tagName$
|
|
299
|
+
pre: attrs => `<${tagName$1t} wmProgressCircle ${getAttrMarkup(attrs)}>`,
|
|
300
|
+
post: () => `</${tagName$1t}>`
|
|
298
301
|
};
|
|
299
302
|
});
|
|
300
303
|
var progressCircle_build = () => { };
|
|
@@ -304,15 +307,15 @@ var progressCircle_build$1 = /*#__PURE__*/Object.freeze({
|
|
|
304
307
|
default: progressCircle_build
|
|
305
308
|
});
|
|
306
309
|
|
|
307
|
-
const tagName$
|
|
310
|
+
const tagName$1s = 'div';
|
|
308
311
|
const idGen$n = new IDGenerator('wm_richtexteditor');
|
|
309
312
|
register('wm-richtexteditor', () => {
|
|
310
313
|
return {
|
|
311
314
|
pre: (attrs) => {
|
|
312
315
|
const counter = idGen$n.nextUid();
|
|
313
|
-
return `<${tagName$
|
|
316
|
+
return `<${tagName$1s} wmRichTextEditor #${counter}="wmRichTextEditor" role="textbox" [attr.aria-label]="${counter}.hint || 'Richtext editor'" ${getFormMarkupAttr(attrs)}>`;
|
|
314
317
|
},
|
|
315
|
-
post: () => `</${tagName$
|
|
318
|
+
post: () => `</${tagName$1s}>`
|
|
316
319
|
};
|
|
317
320
|
});
|
|
318
321
|
var richTextEditor_build = () => { };
|
|
@@ -322,11 +325,11 @@ var richTextEditor_build$1 = /*#__PURE__*/Object.freeze({
|
|
|
322
325
|
default: richTextEditor_build
|
|
323
326
|
});
|
|
324
327
|
|
|
325
|
-
const tagName$
|
|
328
|
+
const tagName$1r = 'div';
|
|
326
329
|
register('wm-search', () => {
|
|
327
330
|
return {
|
|
328
|
-
pre: attrs => `<${tagName$
|
|
329
|
-
post: () => `</${tagName$
|
|
331
|
+
pre: attrs => `<${tagName$1r} wmSearch ${getFormMarkupAttr(attrs)} ${getNgModelAttr(attrs)}>`,
|
|
332
|
+
post: () => `</${tagName$1r}>`
|
|
330
333
|
};
|
|
331
334
|
});
|
|
332
335
|
var search_build = () => { };
|
|
@@ -336,11 +339,11 @@ var search_build$1 = /*#__PURE__*/Object.freeze({
|
|
|
336
339
|
default: search_build
|
|
337
340
|
});
|
|
338
341
|
|
|
339
|
-
const tagName$
|
|
342
|
+
const tagName$1q = 'ul';
|
|
340
343
|
register('wm-tree', () => {
|
|
341
344
|
return {
|
|
342
|
-
pre: attrs => `<${tagName$
|
|
343
|
-
post: () => `</${tagName$
|
|
345
|
+
pre: attrs => `<${tagName$1q} wmTree class="ztree" ${getAttrMarkup(attrs)}>`,
|
|
346
|
+
post: () => `</${tagName$1q}>`
|
|
344
347
|
};
|
|
345
348
|
});
|
|
346
349
|
|
|
@@ -348,11 +351,11 @@ var tree_build = /*#__PURE__*/Object.freeze({
|
|
|
348
351
|
__proto__: null
|
|
349
352
|
});
|
|
350
353
|
|
|
351
|
-
const tagName$
|
|
354
|
+
const tagName$1p = 'div';
|
|
352
355
|
register('wm-card', () => {
|
|
353
356
|
return {
|
|
354
|
-
pre: attrs => `<${tagName$
|
|
355
|
-
post: () => `</${tagName$
|
|
357
|
+
pre: attrs => `<${tagName$1p} wmCard ${getAttrMarkup(attrs)}>`,
|
|
358
|
+
post: () => `</${tagName$1p}>`
|
|
356
359
|
};
|
|
357
360
|
});
|
|
358
361
|
var card_build = () => { };
|
|
@@ -362,11 +365,11 @@ var card_build$1 = /*#__PURE__*/Object.freeze({
|
|
|
362
365
|
default: card_build
|
|
363
366
|
});
|
|
364
367
|
|
|
365
|
-
const tagName$
|
|
368
|
+
const tagName$1o = 'div';
|
|
366
369
|
register('wm-card-content', () => {
|
|
367
370
|
return {
|
|
368
|
-
pre: attrs => `<${tagName$
|
|
369
|
-
post: () => `</${tagName$
|
|
371
|
+
pre: attrs => `<${tagName$1o} wmCardContent partialContainer ${getAttrMarkup(attrs)}>`,
|
|
372
|
+
post: () => `</${tagName$1o}>`
|
|
370
373
|
};
|
|
371
374
|
});
|
|
372
375
|
var cardContent_build = () => { };
|
|
@@ -376,11 +379,11 @@ var cardContent_build$1 = /*#__PURE__*/Object.freeze({
|
|
|
376
379
|
default: cardContent_build
|
|
377
380
|
});
|
|
378
381
|
|
|
379
|
-
const tagName$
|
|
382
|
+
const tagName$1n = 'div';
|
|
380
383
|
register('wm-card-actions', () => {
|
|
381
384
|
return {
|
|
382
|
-
pre: attrs => `<${tagName$
|
|
383
|
-
post: () => `</${tagName$
|
|
385
|
+
pre: attrs => `<${tagName$1n} wmCardActions ${getAttrMarkup(attrs)}>`,
|
|
386
|
+
post: () => `</${tagName$1n}>`
|
|
384
387
|
};
|
|
385
388
|
});
|
|
386
389
|
var cardActions_build = () => { };
|
|
@@ -390,11 +393,11 @@ var cardActions_build$1 = /*#__PURE__*/Object.freeze({
|
|
|
390
393
|
default: cardActions_build
|
|
391
394
|
});
|
|
392
395
|
|
|
393
|
-
const tagName$
|
|
396
|
+
const tagName$1m = 'div';
|
|
394
397
|
register('wm-card-footer', () => {
|
|
395
398
|
return {
|
|
396
|
-
pre: attrs => `<${tagName$
|
|
397
|
-
post: () => `</${tagName$
|
|
399
|
+
pre: attrs => `<${tagName$1m} wmCardFooter ${getAttrMarkup(attrs)}>`,
|
|
400
|
+
post: () => `</${tagName$1m}>`
|
|
398
401
|
};
|
|
399
402
|
});
|
|
400
403
|
var cardFooter_build = () => { };
|
|
@@ -404,11 +407,11 @@ var cardFooter_build$1 = /*#__PURE__*/Object.freeze({
|
|
|
404
407
|
default: cardFooter_build
|
|
405
408
|
});
|
|
406
409
|
|
|
407
|
-
const tagName$
|
|
410
|
+
const tagName$1l = 'div';
|
|
408
411
|
register('wm-chart', () => {
|
|
409
412
|
return {
|
|
410
|
-
pre: attrs => `<${tagName$
|
|
411
|
-
post: () => `</${tagName$
|
|
413
|
+
pre: attrs => `<${tagName$1l} wmChart redrawable aria-label="${attrs.get('type')} Chart" ${getAttrMarkup(attrs)}>`,
|
|
414
|
+
post: () => `</${tagName$1l}>`
|
|
412
415
|
};
|
|
413
416
|
});
|
|
414
417
|
var chart_build = () => { };
|
|
@@ -418,7 +421,7 @@ var chart_build$1 = /*#__PURE__*/Object.freeze({
|
|
|
418
421
|
default: chart_build
|
|
419
422
|
});
|
|
420
423
|
|
|
421
|
-
const tagName$
|
|
424
|
+
const tagName$1k = 'div';
|
|
422
425
|
const dataSetKey$4 = 'dataset';
|
|
423
426
|
const idGen$m = new IDGenerator('wm_accordion_ref_');
|
|
424
427
|
const isDynamicAccordion = node => node.attrs.find(attr => attr.name === 'type' && attr.value === 'dynamic');
|
|
@@ -428,9 +431,9 @@ register('wm-accordion', () => {
|
|
|
428
431
|
// generating unique Id for the accordion
|
|
429
432
|
const counter = idGen$m.nextUid();
|
|
430
433
|
shared.set('accordion_ref', counter);
|
|
431
|
-
return `<${tagName$
|
|
434
|
+
return `<${tagName$1k} wmAccordion #${counter}="wmAccordion" role="tablist" aria-multiselectable="true" ${getAttrMarkup(attrs)}>`;
|
|
432
435
|
},
|
|
433
|
-
post: () => `</${tagName$
|
|
436
|
+
post: () => `</${tagName$1k}>`,
|
|
434
437
|
template: (node, shared) => {
|
|
435
438
|
// check if the accordion is dynamic
|
|
436
439
|
if (isDynamicAccordion(node)) {
|
|
@@ -461,15 +464,15 @@ var accordion_build$1 = /*#__PURE__*/Object.freeze({
|
|
|
461
464
|
default: accordion_build
|
|
462
465
|
});
|
|
463
466
|
|
|
464
|
-
const tagName$
|
|
467
|
+
const tagName$1j = 'div';
|
|
465
468
|
const idGen$l = new IDGenerator('wm_accordionpane');
|
|
466
469
|
register('wm-accordionpane', () => {
|
|
467
470
|
return {
|
|
468
471
|
pre: (attrs) => {
|
|
469
472
|
const counter = idGen$l.nextUid();
|
|
470
|
-
return `<${tagName$
|
|
473
|
+
return `<${tagName$1j} #${counter}="wmAccordionPane" [attr.aria-expanded]="${counter}.isActive" wmAccordionPane partialContainer wm-navigable-element="true" role="tab" ${getAttrMarkup(attrs)}>`;
|
|
471
474
|
},
|
|
472
|
-
post: () => `</${tagName$
|
|
475
|
+
post: () => `</${tagName$1j}>`
|
|
473
476
|
};
|
|
474
477
|
});
|
|
475
478
|
var accordionPane_build = () => { };
|
|
@@ -479,11 +482,11 @@ var accordionPane_build$1 = /*#__PURE__*/Object.freeze({
|
|
|
479
482
|
default: accordionPane_build
|
|
480
483
|
});
|
|
481
484
|
|
|
482
|
-
const tagName$
|
|
485
|
+
const tagName$1i = 'div';
|
|
483
486
|
register('wm-container', () => {
|
|
484
487
|
return {
|
|
485
|
-
pre: attrs => `<${tagName$
|
|
486
|
-
post: () => `</${tagName$
|
|
488
|
+
pre: attrs => `<${tagName$1i} wmContainer partialContainer wmSmoothscroll="${attrs.get('smoothscroll') || 'false'}" ${getAttrMarkup(attrs)}>`,
|
|
489
|
+
post: () => `</${tagName$1i}>`
|
|
487
490
|
};
|
|
488
491
|
});
|
|
489
492
|
var container_build = () => { };
|
|
@@ -493,11 +496,11 @@ var container_build$1 = /*#__PURE__*/Object.freeze({
|
|
|
493
496
|
default: container_build
|
|
494
497
|
});
|
|
495
498
|
|
|
496
|
-
const tagName$
|
|
499
|
+
const tagName$1h = 'div';
|
|
497
500
|
register('wm-gridcolumn', () => {
|
|
498
501
|
return {
|
|
499
|
-
pre: attrs => `<${tagName$
|
|
500
|
-
post: () => `</${tagName$
|
|
502
|
+
pre: attrs => `<${tagName$1h} wmLayoutGridColumn ${getAttrMarkup(attrs)}>`,
|
|
503
|
+
post: () => `</${tagName$1h}>`
|
|
501
504
|
};
|
|
502
505
|
});
|
|
503
506
|
var layoutGridColumn_build = () => { };
|
|
@@ -507,11 +510,11 @@ var layoutGridColumn_build$1 = /*#__PURE__*/Object.freeze({
|
|
|
507
510
|
default: layoutGridColumn_build
|
|
508
511
|
});
|
|
509
512
|
|
|
510
|
-
const tagName$
|
|
513
|
+
const tagName$1g = 'div';
|
|
511
514
|
register('wm-gridrow', () => {
|
|
512
515
|
return {
|
|
513
|
-
pre: attrs => `<${tagName$
|
|
514
|
-
post: () => `</${tagName$
|
|
516
|
+
pre: attrs => `<${tagName$1g} wmLayoutGridRow ${getAttrMarkup(attrs)}>`,
|
|
517
|
+
post: () => `</${tagName$1g}>`
|
|
515
518
|
};
|
|
516
519
|
});
|
|
517
520
|
var layoutGridRow_build = () => { };
|
|
@@ -521,11 +524,11 @@ var layoutGridRow_build$1 = /*#__PURE__*/Object.freeze({
|
|
|
521
524
|
default: layoutGridRow_build
|
|
522
525
|
});
|
|
523
526
|
|
|
524
|
-
const tagName$
|
|
527
|
+
const tagName$1f = 'div';
|
|
525
528
|
register('wm-layoutgrid', () => {
|
|
526
529
|
return {
|
|
527
|
-
pre: attrs => `<${tagName$
|
|
528
|
-
post: () => `</${tagName$
|
|
530
|
+
pre: attrs => `<${tagName$1f} wmLayoutGrid ${getAttrMarkup(attrs)}>`,
|
|
531
|
+
post: () => `</${tagName$1f}>`
|
|
529
532
|
};
|
|
530
533
|
});
|
|
531
534
|
var layoutGrid_build = () => { };
|
|
@@ -535,21 +538,21 @@ var layoutGrid_build$1 = /*#__PURE__*/Object.freeze({
|
|
|
535
538
|
default: layoutGrid_build
|
|
536
539
|
});
|
|
537
540
|
|
|
538
|
-
const tagName$
|
|
541
|
+
const tagName$1e = 'div';
|
|
539
542
|
const idGen$k = new IDGenerator('wm_panel');
|
|
540
543
|
register('wm-panel', () => {
|
|
541
544
|
return {
|
|
542
545
|
pre: (attrs) => {
|
|
543
546
|
const counter = idGen$k.nextUid();
|
|
544
|
-
return `<${tagName$
|
|
547
|
+
return `<${tagName$1e} wmPanel #${counter}="wmPanel" partialContainer wm-navigable-element="true" ${getAttrMarkup(attrs)}>`;
|
|
545
548
|
},
|
|
546
|
-
post: () => `</${tagName$
|
|
549
|
+
post: () => `</${tagName$1e}>`
|
|
547
550
|
};
|
|
548
551
|
});
|
|
549
552
|
register('wm-panel-footer', () => {
|
|
550
553
|
return {
|
|
551
|
-
pre: attrs => `<${tagName$
|
|
552
|
-
post: () => `</${tagName$
|
|
554
|
+
pre: attrs => `<${tagName$1e} wmPanelFooter ${getAttrMarkup(attrs)}>`,
|
|
555
|
+
post: () => `</${tagName$1e}>`
|
|
553
556
|
};
|
|
554
557
|
});
|
|
555
558
|
var panel_build = () => { };
|
|
@@ -559,11 +562,11 @@ var panel_build$1 = /*#__PURE__*/Object.freeze({
|
|
|
559
562
|
default: panel_build
|
|
560
563
|
});
|
|
561
564
|
|
|
562
|
-
const tagName$
|
|
565
|
+
const tagName$1d = 'div';
|
|
563
566
|
register('wm-segmented-control', () => {
|
|
564
567
|
return {
|
|
565
|
-
pre: attrs => `<${tagName$
|
|
566
|
-
post: () => `</${tagName$
|
|
568
|
+
pre: attrs => `<${tagName$1d} wmSegmentedControl ${getAttrMarkup(attrs)}>`,
|
|
569
|
+
post: () => `</${tagName$1d}>`
|
|
567
570
|
};
|
|
568
571
|
});
|
|
569
572
|
var segmentedControl_build = () => { };
|
|
@@ -573,11 +576,11 @@ var segmentedControl_build$1 = /*#__PURE__*/Object.freeze({
|
|
|
573
576
|
default: segmentedControl_build
|
|
574
577
|
});
|
|
575
578
|
|
|
576
|
-
const tagName$
|
|
579
|
+
const tagName$1c = 'li';
|
|
577
580
|
register('wm-segment-content', () => {
|
|
578
581
|
return {
|
|
579
|
-
pre: attrs => `<${tagName$
|
|
580
|
-
post: () => `</${tagName$
|
|
582
|
+
pre: attrs => `<${tagName$1c} wmSegmentContent partialContainer wmSmoothscroll=${attrs.get('smoothscroll') || 'false'} wm-navigable-element="true" ${getAttrMarkup(attrs)}>`,
|
|
583
|
+
post: () => `</${tagName$1c}>`
|
|
581
584
|
};
|
|
582
585
|
});
|
|
583
586
|
var segmentContent_build = () => { };
|
|
@@ -597,8 +600,10 @@ register('wm-repeat-template', () => {
|
|
|
597
600
|
const widgetRef = (parentAccordion && parentAccordion.get('accordion_ref')) || (parentTab && parentTab.get('tabs_ref'));
|
|
598
601
|
if (widgetRef) {
|
|
599
602
|
return `<div *ngIf="${widgetRef}.fieldDefs && !${widgetRef}.fieldDefs.length">{{${widgetRef}.nodatamessage}}</div>
|
|
600
|
-
<${dynamicTemplateTagName} wmRepeatTemplate
|
|
601
|
-
<ng-container [ngTemplateOutlet]="widgetRef${counter}"
|
|
603
|
+
<${dynamicTemplateTagName} wmRepeatTemplate #repeatItemRef="repeatItemRef" ${getAttrMarkup(attrs)} *ngFor="let item of ${widgetRef}.fieldDefs; let i = index;">
|
|
604
|
+
<ng-container [ngTemplateOutlet]="widgetRef${counter}"
|
|
605
|
+
[ngTemplateOutletContext]="{item:item, index:i}"
|
|
606
|
+
[ngTemplateOutletInjector]="${widgetRef}.createCustomInjector('dynamic_pane_' + repeatItemRef.trackId, {item:item, index:i})"></ng-container>
|
|
602
607
|
</${dynamicTemplateTagName}>
|
|
603
608
|
<ng-template #widgetRef${counter++} let-item="item" let-index="index">`;
|
|
604
609
|
}
|
|
@@ -613,7 +618,7 @@ var repeatTemplate_build$1 = /*#__PURE__*/Object.freeze({
|
|
|
613
618
|
default: repeatTemplate_build
|
|
614
619
|
});
|
|
615
620
|
|
|
616
|
-
const tagName$
|
|
621
|
+
const tagName$1b = 'div';
|
|
617
622
|
const dataSetKey$3 = 'dataset';
|
|
618
623
|
const idGen$j = new IDGenerator('wm_tabs_ref_');
|
|
619
624
|
const isDynamicTabs = node => node.attrs.find(attr => attr.name === 'type' && attr.value === 'dynamic');
|
|
@@ -623,9 +628,9 @@ register('wm-tabs', () => {
|
|
|
623
628
|
// generating unique Id for the tabs
|
|
624
629
|
const counter = idGen$j.nextUid();
|
|
625
630
|
shared.set('tabs_ref', counter);
|
|
626
|
-
return `<${tagName$
|
|
631
|
+
return `<${tagName$1b} wmTabs #${counter}="wmTabs" ${getAttrMarkup(attrs)}>`;
|
|
627
632
|
},
|
|
628
|
-
post: () => `</${tagName$
|
|
633
|
+
post: () => `</${tagName$1b}>`,
|
|
629
634
|
template: (node, shared) => {
|
|
630
635
|
// check if the tab widget is dynamic
|
|
631
636
|
if (isDynamicTabs(node)) {
|
|
@@ -656,11 +661,11 @@ var tabs_build$1 = /*#__PURE__*/Object.freeze({
|
|
|
656
661
|
default: tabs_build
|
|
657
662
|
});
|
|
658
663
|
|
|
659
|
-
const tagName$
|
|
664
|
+
const tagName$1a = 'div';
|
|
660
665
|
register('wm-tabpane', () => {
|
|
661
666
|
return {
|
|
662
|
-
pre: attrs => `<${tagName$
|
|
663
|
-
post: () => `</${tagName$
|
|
667
|
+
pre: attrs => `<${tagName$1a} wmTabPane partialContainer ${getAttrMarkup(attrs)} wm-navigable-element="true" role="tabpanel">`,
|
|
668
|
+
post: () => `</${tagName$1a}>`
|
|
664
669
|
};
|
|
665
670
|
});
|
|
666
671
|
var tabPane_build = () => { };
|
|
@@ -670,11 +675,11 @@ var tabPane_build$1 = /*#__PURE__*/Object.freeze({
|
|
|
670
675
|
default: tabPane_build
|
|
671
676
|
});
|
|
672
677
|
|
|
673
|
-
const tagName$
|
|
678
|
+
const tagName$19 = 'div';
|
|
674
679
|
register('wm-tile', () => {
|
|
675
680
|
return {
|
|
676
|
-
pre: attrs => `<${tagName$
|
|
677
|
-
post: () => `</${tagName$
|
|
681
|
+
pre: attrs => `<${tagName$19} wmTile aria-describedby="Tile" wm-navigable-element="true" ${getAttrMarkup(attrs)}>`,
|
|
682
|
+
post: () => `</${tagName$19}>`
|
|
678
683
|
};
|
|
679
684
|
});
|
|
680
685
|
var tile_build = () => { };
|
|
@@ -684,11 +689,11 @@ var tile_build$1 = /*#__PURE__*/Object.freeze({
|
|
|
684
689
|
default: tile_build
|
|
685
690
|
});
|
|
686
691
|
|
|
687
|
-
const tagName$
|
|
692
|
+
const tagName$18 = 'div';
|
|
688
693
|
register('wm-wizard', () => {
|
|
689
694
|
return {
|
|
690
|
-
pre: attrs => `<${tagName$
|
|
691
|
-
post: () => `</${tagName$
|
|
695
|
+
pre: attrs => `<${tagName$18} wmWizard role="tablist" ${getAttrMarkup(attrs)}>`,
|
|
696
|
+
post: () => `</${tagName$18}>`
|
|
692
697
|
};
|
|
693
698
|
});
|
|
694
699
|
var wizard_build = () => { };
|
|
@@ -698,16 +703,16 @@ var wizard_build$1 = /*#__PURE__*/Object.freeze({
|
|
|
698
703
|
default: wizard_build
|
|
699
704
|
});
|
|
700
705
|
|
|
701
|
-
const tagName$
|
|
706
|
+
const tagName$17 = 'form';
|
|
702
707
|
const idGen$i = new IDGenerator('wizard_step_id_');
|
|
703
708
|
register('wm-wizardstep', () => {
|
|
704
709
|
return {
|
|
705
710
|
pre: attrs => {
|
|
706
711
|
const counter = idGen$i.nextUid();
|
|
707
|
-
return `<${tagName$
|
|
712
|
+
return `<${tagName$17} wmWizardStep #${counter}="wmWizardStep" ${getAttrMarkup(attrs)}>
|
|
708
713
|
<ng-template [ngIf]="${counter}.isInitialized">`;
|
|
709
714
|
},
|
|
710
|
-
post: () => `</ng-template></${tagName$
|
|
715
|
+
post: () => `</ng-template></${tagName$17}>`
|
|
711
716
|
};
|
|
712
717
|
});
|
|
713
718
|
var wizardStep_build = () => { };
|
|
@@ -717,15 +722,15 @@ var wizardStep_build$1 = /*#__PURE__*/Object.freeze({
|
|
|
717
722
|
default: wizardStep_build
|
|
718
723
|
});
|
|
719
724
|
|
|
720
|
-
const tagName$
|
|
725
|
+
const tagName$16 = 'button';
|
|
721
726
|
const idGen$h = new IDGenerator('wm_barcodescanner');
|
|
722
727
|
register('wm-barcodescanner', () => {
|
|
723
728
|
return {
|
|
724
729
|
pre: (attrs) => {
|
|
725
730
|
const counter = idGen$h.nextUid();
|
|
726
|
-
return `<${tagName$
|
|
731
|
+
return `<${tagName$16} wmBarcodescanner #${counter}="wmBarcodescanner" [attr.aria-label]="${counter}.hint || 'Barcode scanner'" ${getAttrMarkup(attrs)}>`;
|
|
727
732
|
},
|
|
728
|
-
post: () => `</${tagName$
|
|
733
|
+
post: () => `</${tagName$16}>`
|
|
729
734
|
};
|
|
730
735
|
});
|
|
731
736
|
var barcodeScanner_build = () => { };
|
|
@@ -735,15 +740,15 @@ var barcodeScanner_build$1 = /*#__PURE__*/Object.freeze({
|
|
|
735
740
|
default: barcodeScanner_build
|
|
736
741
|
});
|
|
737
742
|
|
|
738
|
-
const tagName$
|
|
743
|
+
const tagName$15 = 'button';
|
|
739
744
|
const idGen$g = new IDGenerator('wm_camera');
|
|
740
745
|
register('wm-camera', () => {
|
|
741
746
|
return {
|
|
742
747
|
pre: (attrs) => {
|
|
743
748
|
const counter = idGen$g.nextUid();
|
|
744
|
-
return `<${tagName$
|
|
749
|
+
return `<${tagName$15} type='button' wmCamera #${counter}="wmCamera" [attr.aria-label]="${counter}.hint || 'Camera'" ${getAttrMarkup(attrs)}>`;
|
|
745
750
|
},
|
|
746
|
-
post: () => `</${tagName$
|
|
751
|
+
post: () => `</${tagName$15}>`
|
|
747
752
|
};
|
|
748
753
|
});
|
|
749
754
|
var camera_build = () => { };
|
|
@@ -753,11 +758,11 @@ var camera_build$1 = /*#__PURE__*/Object.freeze({
|
|
|
753
758
|
default: camera_build
|
|
754
759
|
});
|
|
755
760
|
|
|
756
|
-
const tagName$
|
|
761
|
+
const tagName$14 = 'div';
|
|
757
762
|
register('wm-alertdialog', () => {
|
|
758
763
|
return {
|
|
759
|
-
pre: attrs => `<${tagName$
|
|
760
|
-
post: () => `</${tagName$
|
|
764
|
+
pre: attrs => `<${tagName$14} wmAlertDialog role="alertdialog" wm-navigable-element="true" ${getAttrMarkup(attrs)}>`,
|
|
765
|
+
post: () => `</${tagName$14}>`
|
|
761
766
|
};
|
|
762
767
|
});
|
|
763
768
|
var alertDialog_build = () => { };
|
|
@@ -767,11 +772,11 @@ var alertDialog_build$1 = /*#__PURE__*/Object.freeze({
|
|
|
767
772
|
default: alertDialog_build
|
|
768
773
|
});
|
|
769
774
|
|
|
770
|
-
const tagName$
|
|
775
|
+
const tagName$13 = 'div';
|
|
771
776
|
register('wm-confirmdialog', () => {
|
|
772
777
|
return {
|
|
773
|
-
pre: attrs => `<${tagName$
|
|
774
|
-
post: () => `</${tagName$
|
|
778
|
+
pre: attrs => `<${tagName$13} wmConfirmDialog wm-navigable-element="true" ${getAttrMarkup(attrs)}>`,
|
|
779
|
+
post: () => `</${tagName$13}>`
|
|
775
780
|
};
|
|
776
781
|
});
|
|
777
782
|
var confirmDialog_build = () => { };
|
|
@@ -781,11 +786,11 @@ var confirmDialog_build$1 = /*#__PURE__*/Object.freeze({
|
|
|
781
786
|
default: confirmDialog_build
|
|
782
787
|
});
|
|
783
788
|
|
|
784
|
-
const tagName$
|
|
789
|
+
const tagName$12 = 'div';
|
|
785
790
|
register('wm-dialogactions', () => {
|
|
786
791
|
return {
|
|
787
|
-
pre: attrs => `<ng-template #dialogFooter><${tagName$
|
|
788
|
-
post: () => `</${tagName$
|
|
792
|
+
pre: attrs => `<ng-template #dialogFooter><${tagName$12} wmDialogFooter data-identfier="actions" ${getAttrMarkup(attrs)}>`,
|
|
793
|
+
post: () => `</${tagName$12}></ng-template>`
|
|
789
794
|
};
|
|
790
795
|
});
|
|
791
796
|
var dialogFooter_build = () => { };
|
|
@@ -795,11 +800,11 @@ var dialogFooter_build$1 = /*#__PURE__*/Object.freeze({
|
|
|
795
800
|
default: dialogFooter_build
|
|
796
801
|
});
|
|
797
802
|
|
|
798
|
-
const tagName$
|
|
803
|
+
const tagName$11 = 'div';
|
|
799
804
|
register('wm-dialog', () => {
|
|
800
805
|
return {
|
|
801
|
-
pre: attrs => `<${tagName$
|
|
802
|
-
post: () => `</ng-template></${tagName$
|
|
806
|
+
pre: attrs => `<${tagName$11} wmDialog ${getAttrMarkup(attrs)} aria-modal="true" role="dialog" wm-navigable-element="true"><ng-template #dialogBody>`,
|
|
807
|
+
post: () => `</ng-template></${tagName$11}>`
|
|
803
808
|
};
|
|
804
809
|
});
|
|
805
810
|
// Todo:vinay remove wm-view in migration
|
|
@@ -816,11 +821,11 @@ var dialog_build$1 = /*#__PURE__*/Object.freeze({
|
|
|
816
821
|
default: dialog_build
|
|
817
822
|
});
|
|
818
823
|
|
|
819
|
-
const tagName$
|
|
824
|
+
const tagName$10 = 'div';
|
|
820
825
|
register('wm-iframedialog', () => {
|
|
821
826
|
return {
|
|
822
|
-
pre: attrs => `<${tagName$
|
|
823
|
-
post: () => `</${tagName$
|
|
827
|
+
pre: attrs => `<${tagName$10} wmIframeDialog wm-navigable-element="true" ${getAttrMarkup(attrs)}>`,
|
|
828
|
+
post: () => `</${tagName$10}>`
|
|
824
829
|
};
|
|
825
830
|
});
|
|
826
831
|
var iframeDialog_build = () => { };
|
|
@@ -830,11 +835,11 @@ var iframeDialog_build$1 = /*#__PURE__*/Object.freeze({
|
|
|
830
835
|
default: iframeDialog_build
|
|
831
836
|
});
|
|
832
837
|
|
|
833
|
-
const tagName
|
|
838
|
+
const tagName$$ = 'div';
|
|
834
839
|
register('wm-logindialog', () => {
|
|
835
840
|
return {
|
|
836
|
-
pre: attrs => `<${tagName
|
|
837
|
-
post: () => `</ng-template></${tagName
|
|
841
|
+
pre: attrs => `<${tagName$$} wmDialog wmLoginDialog ${getAttrMarkup(attrs)} eventsource.bind="Actions.loginAction" wm-navigable-element="true"><ng-template #dialogBody>`,
|
|
842
|
+
post: () => `</ng-template></${tagName$$}>`
|
|
838
843
|
};
|
|
839
844
|
});
|
|
840
845
|
var loginDialog_build = () => { };
|
|
@@ -844,7 +849,7 @@ var loginDialog_build$1 = /*#__PURE__*/Object.freeze({
|
|
|
844
849
|
default: loginDialog_build
|
|
845
850
|
});
|
|
846
851
|
|
|
847
|
-
const tagName
|
|
852
|
+
const tagName$_ = 'div';
|
|
848
853
|
register('wm-pagedialog', () => {
|
|
849
854
|
return {
|
|
850
855
|
pre: (attrs, shared) => {
|
|
@@ -870,14 +875,14 @@ register('wm-pagedialog', () => {
|
|
|
870
875
|
shared.set('hasPartialContent', true);
|
|
871
876
|
containerMarkup += `<ng-template><div wmContainer #partial partialContainer ${contentMarkup} width="100%" height="100%" ${onLoadEvtMarkup}>`;
|
|
872
877
|
}
|
|
873
|
-
return `<${tagName
|
|
878
|
+
return `<${tagName$_} wmPartialDialog ${getAttrMarkup(attrs)}>${containerMarkup}`;
|
|
874
879
|
},
|
|
875
880
|
post: (attrs, shared) => {
|
|
876
881
|
let preContent = '';
|
|
877
882
|
if (shared.get('hasPartialContent')) {
|
|
878
883
|
preContent = `</div></ng-template>`;
|
|
879
884
|
}
|
|
880
|
-
return `${preContent}</${tagName
|
|
885
|
+
return `${preContent}</${tagName$_}>`;
|
|
881
886
|
}
|
|
882
887
|
};
|
|
883
888
|
});
|
|
@@ -956,7 +961,7 @@ const getEditModeWidget = colDef => {
|
|
|
956
961
|
return (fieldTypeWidgetTypeMap[colDef.type] && fieldTypeWidgetTypeMap[colDef.type][0]) || FormWidgetType.TEXT;
|
|
957
962
|
};
|
|
958
963
|
|
|
959
|
-
const tagName$
|
|
964
|
+
const tagName$Z = 'div';
|
|
960
965
|
const idGen$f = new IDGenerator('formfield_');
|
|
961
966
|
const getEventsTemplate = (attrs) => {
|
|
962
967
|
const eventAttrs = new Map();
|
|
@@ -1081,7 +1086,7 @@ const registerFormField = (isFormField) => {
|
|
|
1081
1086
|
else {
|
|
1082
1087
|
setDefaultPlaceholder(attrs, widgetType, 2);
|
|
1083
1088
|
}
|
|
1084
|
-
return `<${tagName$
|
|
1089
|
+
return `<${tagName$Z} data-role="${dataRole}" [formGroup]="${pCounter}.ngform" wmFormField wmCaptionPosition #${counter}="wmFormField" widgettype="${widgetType}" ${getFormMarkupAttr(attrs)}>
|
|
1085
1090
|
<div class="live-field form-group app-composite-widget clearfix caption-{{${pCounter}.captionposition}}" widget="${widgetType}">
|
|
1086
1091
|
<label [hidden]="!${counter}.displayname" class="app-label control-label formfield-label {{${pCounter}._captionClass}}"
|
|
1087
1092
|
[ngStyle]="{width: ${pCounter}.captionsize}" [ngClass]="{'text-danger': ${counter}._control?.invalid && ${counter}._control?.touched && ${pCounter}.isUpdateMode,
|
|
@@ -1097,7 +1102,7 @@ const registerFormField = (isFormField) => {
|
|
|
1097
1102
|
</div>
|
|
1098
1103
|
</div>`;
|
|
1099
1104
|
},
|
|
1100
|
-
post: () => `</${tagName$
|
|
1105
|
+
post: () => `</${tagName$Z}>`,
|
|
1101
1106
|
provide: (attrs, shared) => {
|
|
1102
1107
|
const provider = new Map();
|
|
1103
1108
|
provider.set('form_reference', shared.get('counter'));
|
|
@@ -1119,11 +1124,11 @@ var formField_build$1 = /*#__PURE__*/Object.freeze({
|
|
|
1119
1124
|
default: formField_build
|
|
1120
1125
|
});
|
|
1121
1126
|
|
|
1122
|
-
const tagName$
|
|
1127
|
+
const tagName$Y = 'div';
|
|
1123
1128
|
const registerAction = (tmpl) => {
|
|
1124
1129
|
return {
|
|
1125
|
-
pre: attrs => `<${tagName$
|
|
1126
|
-
post: () => `</${tagName$
|
|
1130
|
+
pre: attrs => `<${tagName$Y} wmFormAction name="${attrs.get('name') || attrs.get('key')}" ${getAttrMarkup(attrs)} ${tmpl}>`,
|
|
1131
|
+
post: () => `</${tagName$Y}>`
|
|
1127
1132
|
};
|
|
1128
1133
|
};
|
|
1129
1134
|
register('wm-form-action', registerAction.bind(this, ''));
|
|
@@ -1135,7 +1140,7 @@ var formAction_build$1 = /*#__PURE__*/Object.freeze({
|
|
|
1135
1140
|
default: formAction_build
|
|
1136
1141
|
});
|
|
1137
1142
|
|
|
1138
|
-
const tagName$
|
|
1143
|
+
const tagName$X = 'form';
|
|
1139
1144
|
const idGen$e = new IDGenerator('form_');
|
|
1140
1145
|
const formWidgets$1 = new Set([
|
|
1141
1146
|
'wm-text',
|
|
@@ -1212,7 +1217,7 @@ const buildTask = (directiveAttr = '') => {
|
|
|
1212
1217
|
const classProp = attrs.get('formlayout') === 'page' ? 'app-device-liveform panel liveform-inline' : '';
|
|
1213
1218
|
const dialogAttributes = ['title', 'title.bind', 'iconclass', 'iconclass.bind', 'width'];
|
|
1214
1219
|
attrs.delete('dependson');
|
|
1215
|
-
const liveFormTmpl = `<${tagName$
|
|
1220
|
+
const liveFormTmpl = `<${tagName$X} wmForm data-role="${role}" ${directiveAttr} #${counter} ngNativeValidate [formGroup]="${counter}.ngform" [noValidate]="${counter}.validationtype !== 'html'"
|
|
1216
1221
|
class="${classProp}" [class]="${counter}.captionAlignClass" [autocomplete]="${counter}.autocomplete ? 'on' : 'off'" captionposition=${attrs.get('captionposition')}`;
|
|
1217
1222
|
attrs.set('numberOfFields', `${numberOfFields}`);
|
|
1218
1223
|
shared.set('counter', counter);
|
|
@@ -1247,7 +1252,10 @@ const buildTask = (directiveAttr = '') => {
|
|
|
1247
1252
|
tabindex.bind="btn.tabindex" [class.hidden]="btn.updateMode ? !${counter}.isUpdateMode : ${counter}.isUpdateMode"></button>
|
|
1248
1253
|
</ng-template>`;
|
|
1249
1254
|
mobileFormContentTmpl = `<header wmMobileNavbar name="${name}" ${getAttrMarkup(navbarAttrsMap)}>
|
|
1250
|
-
<ng-container *ngFor="let btn of ${counter}.buttonArray
|
|
1255
|
+
<ng-container *ngFor="let btn of ${counter}.buttonArray; let i = index"
|
|
1256
|
+
[ngTemplateOutlet]="buttonRef"
|
|
1257
|
+
[ngTemplateOutletContext]="{btn:btn}"
|
|
1258
|
+
[ngTemplateOutletInjector]="${counter}.createCustomInjector('mobile_' + i, {item:item, index:i})">
|
|
1251
1259
|
</ng-container>
|
|
1252
1260
|
</header>
|
|
1253
1261
|
<div class="form-elements panel-body" >`;
|
|
@@ -1262,12 +1270,12 @@ const buildTask = (directiveAttr = '') => {
|
|
|
1262
1270
|
return '</form></ng-template></div></div>';
|
|
1263
1271
|
}
|
|
1264
1272
|
if (attrs.get('formlayout') === 'page') {
|
|
1265
|
-
return `</div></${tagName$
|
|
1273
|
+
return `</div></${tagName$X}>`;
|
|
1266
1274
|
}
|
|
1267
1275
|
if (attrs.get('dependsontable')) {
|
|
1268
|
-
return `</${tagName$
|
|
1276
|
+
return `</${tagName$X}></div>`;
|
|
1269
1277
|
}
|
|
1270
|
-
return `</${tagName$
|
|
1278
|
+
return `</${tagName$X}>`;
|
|
1271
1279
|
},
|
|
1272
1280
|
provide: (attrs, shared) => {
|
|
1273
1281
|
const provider = new Map();
|
|
@@ -1286,14 +1294,14 @@ var form_build$1 = /*#__PURE__*/Object.freeze({
|
|
|
1286
1294
|
default: form_build
|
|
1287
1295
|
});
|
|
1288
1296
|
|
|
1289
|
-
const tagName$
|
|
1297
|
+
const tagName$W = 'div';
|
|
1290
1298
|
register('wm-calendar', () => {
|
|
1291
1299
|
return {
|
|
1292
1300
|
pre: (attrs) => {
|
|
1293
1301
|
let viewType = attrs.get('view') ? attrs.get('view') + ' view' : 'month view';
|
|
1294
|
-
return `<${tagName$
|
|
1302
|
+
return `<${tagName$W} wmCalendar redrawable style="width:100%" aria-label="${viewType}" ${getAttrMarkup(attrs)}>`;
|
|
1295
1303
|
},
|
|
1296
|
-
post: () => `</${tagName$
|
|
1304
|
+
post: () => `</${tagName$W}>`
|
|
1297
1305
|
};
|
|
1298
1306
|
});
|
|
1299
1307
|
var calendar_build = () => { };
|
|
@@ -1303,11 +1311,11 @@ var calendar_build$1 = /*#__PURE__*/Object.freeze({
|
|
|
1303
1311
|
default: calendar_build
|
|
1304
1312
|
});
|
|
1305
1313
|
|
|
1306
|
-
const tagName$
|
|
1314
|
+
const tagName$V = 'ul';
|
|
1307
1315
|
register('wm-chips', () => {
|
|
1308
1316
|
return {
|
|
1309
|
-
pre: attrs => `<${tagName$
|
|
1310
|
-
post: () => `</${tagName$
|
|
1317
|
+
pre: attrs => `<${tagName$V} wmChips role="listbox" ${getAttrMarkup(attrs)} ${getNgModelAttr(attrs)}>`,
|
|
1318
|
+
post: () => `</${tagName$V}>`
|
|
1311
1319
|
};
|
|
1312
1320
|
});
|
|
1313
1321
|
var chips_build = () => { };
|
|
@@ -1317,11 +1325,11 @@ var chips_build$1 = /*#__PURE__*/Object.freeze({
|
|
|
1317
1325
|
default: chips_build
|
|
1318
1326
|
});
|
|
1319
1327
|
|
|
1320
|
-
const tagName$
|
|
1328
|
+
const tagName$U = 'div';
|
|
1321
1329
|
register('wm-colorpicker', () => {
|
|
1322
1330
|
return {
|
|
1323
|
-
pre: attrs => `<${tagName$
|
|
1324
|
-
post: () => `</${tagName$
|
|
1331
|
+
pre: attrs => `<${tagName$U} wmColorPicker ${getAttrMarkup(attrs)} role="input" ${getChildAttrs(attrs)} ${getNgModelAttr(attrs)}>`,
|
|
1332
|
+
post: () => `</${tagName$U}>`
|
|
1325
1333
|
};
|
|
1326
1334
|
});
|
|
1327
1335
|
var colorPicker_build = () => { };
|
|
@@ -1331,11 +1339,11 @@ var colorPicker_build$1 = /*#__PURE__*/Object.freeze({
|
|
|
1331
1339
|
default: colorPicker_build
|
|
1332
1340
|
});
|
|
1333
1341
|
|
|
1334
|
-
const tagName$
|
|
1342
|
+
const tagName$T = 'div';
|
|
1335
1343
|
register('wm-currency', () => {
|
|
1336
1344
|
return {
|
|
1337
|
-
pre: attrs => `<${tagName$
|
|
1338
|
-
post: () => `</${tagName$
|
|
1345
|
+
pre: attrs => `<${tagName$T} wmCurrency ${getAttrMarkup(attrs)} role="input" ${getChildAttrs(attrs)} ${getNgModelAttr(attrs)}>`,
|
|
1346
|
+
post: () => `</${tagName$T}>`
|
|
1339
1347
|
};
|
|
1340
1348
|
});
|
|
1341
1349
|
var currency_build = () => { };
|
|
@@ -1345,11 +1353,11 @@ var currency_build$1 = /*#__PURE__*/Object.freeze({
|
|
|
1345
1353
|
default: currency_build
|
|
1346
1354
|
});
|
|
1347
1355
|
|
|
1348
|
-
const tagName$
|
|
1356
|
+
const tagName$S = 'div';
|
|
1349
1357
|
register('wm-buttongroup', () => {
|
|
1350
1358
|
return {
|
|
1351
|
-
pre: attrs => `<${tagName$
|
|
1352
|
-
post: () => `</${tagName$
|
|
1359
|
+
pre: attrs => `<${tagName$S} wmButtonGroup role="group" aria-labelledby="button group" ${getAttrMarkup(attrs)}>`,
|
|
1360
|
+
post: () => `</${tagName$S}>`
|
|
1353
1361
|
};
|
|
1354
1362
|
});
|
|
1355
1363
|
var buttonGroup_build = () => { };
|
|
@@ -1359,15 +1367,15 @@ var buttonGroup_build$1 = /*#__PURE__*/Object.freeze({
|
|
|
1359
1367
|
default: buttonGroup_build
|
|
1360
1368
|
});
|
|
1361
1369
|
|
|
1362
|
-
const tagName$
|
|
1370
|
+
const tagName$R = 'button';
|
|
1363
1371
|
const idGen$d = new IDGenerator('wm_button');
|
|
1364
1372
|
register('wm-button', () => {
|
|
1365
1373
|
return {
|
|
1366
1374
|
pre: (attrs) => {
|
|
1367
1375
|
const counter = idGen$d.nextUid();
|
|
1368
|
-
return `<${tagName$
|
|
1376
|
+
return `<${tagName$R} wmButton #${counter}="wmButton" [attr.aria-label]="${counter}.hint || ${counter}.caption || null" ${getAttrMarkup(attrs)}>`;
|
|
1369
1377
|
},
|
|
1370
|
-
post: () => `</${tagName$
|
|
1378
|
+
post: () => `</${tagName$R}>`
|
|
1371
1379
|
};
|
|
1372
1380
|
});
|
|
1373
1381
|
var button_build = () => { };
|
|
@@ -1377,11 +1385,11 @@ var button_build$1 = /*#__PURE__*/Object.freeze({
|
|
|
1377
1385
|
default: button_build
|
|
1378
1386
|
});
|
|
1379
1387
|
|
|
1380
|
-
const tagName$
|
|
1388
|
+
const tagName$Q = 'div';
|
|
1381
1389
|
register('wm-checkbox', () => {
|
|
1382
1390
|
return {
|
|
1383
|
-
pre: attrs => `<${tagName$
|
|
1384
|
-
post: () => `</${tagName$
|
|
1391
|
+
pre: attrs => `<${tagName$Q} wmCheckbox ${getFormMarkupAttr(attrs)} ${getChildAttrs(attrs)} ${getNgModelAttr(attrs)}>`,
|
|
1392
|
+
post: () => `</${tagName$Q}>`
|
|
1385
1393
|
};
|
|
1386
1394
|
});
|
|
1387
1395
|
var checkbox_build = () => { };
|
|
@@ -1391,11 +1399,11 @@ var checkbox_build$1 = /*#__PURE__*/Object.freeze({
|
|
|
1391
1399
|
default: checkbox_build
|
|
1392
1400
|
});
|
|
1393
1401
|
|
|
1394
|
-
const tagName$
|
|
1402
|
+
const tagName$P = 'ul';
|
|
1395
1403
|
register('wm-checkboxset', () => {
|
|
1396
1404
|
return {
|
|
1397
|
-
pre: attrs => `<${tagName$
|
|
1398
|
-
post: () => `</${tagName$
|
|
1405
|
+
pre: attrs => `<${tagName$P} role="group" wmCheckboxset ${getFormMarkupAttr(attrs)} ${getChildAttrs(attrs)} ${getNgModelAttr(attrs)}>`,
|
|
1406
|
+
post: () => `</${tagName$P}>`
|
|
1399
1407
|
};
|
|
1400
1408
|
});
|
|
1401
1409
|
var checkboxset_build = () => { };
|
|
@@ -1405,11 +1413,11 @@ var checkboxset_build$1 = /*#__PURE__*/Object.freeze({
|
|
|
1405
1413
|
default: checkboxset_build
|
|
1406
1414
|
});
|
|
1407
1415
|
|
|
1408
|
-
const tagName$
|
|
1416
|
+
const tagName$O = 'div';
|
|
1409
1417
|
register('wm-composite', () => {
|
|
1410
1418
|
return {
|
|
1411
|
-
pre: attrs => `<${tagName$
|
|
1412
|
-
post: () => `</${tagName$
|
|
1419
|
+
pre: attrs => `<${tagName$O} wmComposite wmCaptionPosition ${setChildAttrs(attrs)} ${getAttrMarkup(attrs)}>`,
|
|
1420
|
+
post: () => `</${tagName$O}${clearChildAttrs()}>`
|
|
1413
1421
|
};
|
|
1414
1422
|
});
|
|
1415
1423
|
var composite_build = () => { };
|
|
@@ -1419,11 +1427,11 @@ var composite_build$1 = /*#__PURE__*/Object.freeze({
|
|
|
1419
1427
|
default: composite_build
|
|
1420
1428
|
});
|
|
1421
1429
|
|
|
1422
|
-
const tagName$
|
|
1430
|
+
const tagName$N = 'div';
|
|
1423
1431
|
register('wm-number', () => {
|
|
1424
1432
|
return {
|
|
1425
|
-
pre: attrs => `<${tagName$
|
|
1426
|
-
post: () => `</${tagName$
|
|
1433
|
+
pre: attrs => `<${tagName$N} wmNumber ${getFormMarkupAttr(attrs)} ${getChildAttrs(attrs)} ${getNgModelAttr(attrs)}>`,
|
|
1434
|
+
post: () => `</${tagName$N}>`
|
|
1427
1435
|
};
|
|
1428
1436
|
});
|
|
1429
1437
|
var number_build = () => { };
|
|
@@ -1433,11 +1441,11 @@ var number_build$1 = /*#__PURE__*/Object.freeze({
|
|
|
1433
1441
|
default: number_build
|
|
1434
1442
|
});
|
|
1435
1443
|
|
|
1436
|
-
const tagName$
|
|
1444
|
+
const tagName$M = 'ul';
|
|
1437
1445
|
register('wm-radioset', () => {
|
|
1438
1446
|
return {
|
|
1439
|
-
pre: attrs => `<${tagName$
|
|
1440
|
-
post: () => `</${tagName$
|
|
1447
|
+
pre: attrs => `<${tagName$M} role="radiogroup" wmRadioset ${getFormMarkupAttr(attrs)} ${getChildAttrs(attrs)} ${getNgModelAttr(attrs)}>`,
|
|
1448
|
+
post: () => `</${tagName$M}>`
|
|
1441
1449
|
};
|
|
1442
1450
|
});
|
|
1443
1451
|
var radioset_build = () => { };
|
|
@@ -1447,11 +1455,11 @@ var radioset_build$1 = /*#__PURE__*/Object.freeze({
|
|
|
1447
1455
|
default: radioset_build
|
|
1448
1456
|
});
|
|
1449
1457
|
|
|
1450
|
-
const tagName$
|
|
1458
|
+
const tagName$L = 'wm-select';
|
|
1451
1459
|
register('wm-select', () => {
|
|
1452
1460
|
return {
|
|
1453
|
-
pre: attrs => `<${tagName$
|
|
1454
|
-
post: () => `</${tagName$
|
|
1461
|
+
pre: attrs => `<${tagName$L} ${getFormMarkupAttr(attrs)} ${getChildAttrs(attrs)} ${getNgModelAttr(attrs)}>`,
|
|
1462
|
+
post: () => `</${tagName$L}>`
|
|
1455
1463
|
};
|
|
1456
1464
|
});
|
|
1457
1465
|
var select_build = () => { };
|
|
@@ -1461,15 +1469,15 @@ var select_build$1 = /*#__PURE__*/Object.freeze({
|
|
|
1461
1469
|
default: select_build
|
|
1462
1470
|
});
|
|
1463
1471
|
|
|
1464
|
-
const tagName$
|
|
1472
|
+
const tagName$K = 'div';
|
|
1465
1473
|
const idGen$c = new IDGenerator('wm_switch');
|
|
1466
1474
|
register('wm-switch', () => {
|
|
1467
1475
|
return {
|
|
1468
1476
|
pre: (attrs) => {
|
|
1469
1477
|
const counter = idGen$c.nextUid();
|
|
1470
|
-
return `<${tagName$
|
|
1478
|
+
return `<${tagName$K} wmSwitch #${counter}="wmSwitch" [attr.aria-label]="${counter}.hint || 'Switch button'" ${getFormMarkupAttr(attrs)} ${getNgModelAttr(attrs)}>`;
|
|
1471
1479
|
},
|
|
1472
|
-
post: () => `</${tagName$
|
|
1480
|
+
post: () => `</${tagName$K}>`
|
|
1473
1481
|
};
|
|
1474
1482
|
});
|
|
1475
1483
|
var switch_build = () => { };
|
|
@@ -1479,11 +1487,11 @@ var switch_build$1 = /*#__PURE__*/Object.freeze({
|
|
|
1479
1487
|
default: switch_build
|
|
1480
1488
|
});
|
|
1481
1489
|
|
|
1482
|
-
const tagName$
|
|
1490
|
+
const tagName$J = 'wm-input';
|
|
1483
1491
|
register('wm-text', () => {
|
|
1484
1492
|
return {
|
|
1485
|
-
pre: attrs => `<${tagName$
|
|
1486
|
-
post: () => `</${tagName$
|
|
1493
|
+
pre: attrs => `<${tagName$J} ${getFormMarkupAttr(attrs)} ${getChildAttrs(attrs)} ${getNgModelAttr(attrs)}>`,
|
|
1494
|
+
post: () => `</${tagName$J}>`
|
|
1487
1495
|
};
|
|
1488
1496
|
});
|
|
1489
1497
|
var text_build = () => { };
|
|
@@ -1493,11 +1501,11 @@ var text_build$1 = /*#__PURE__*/Object.freeze({
|
|
|
1493
1501
|
default: text_build
|
|
1494
1502
|
});
|
|
1495
1503
|
|
|
1496
|
-
const tagName$
|
|
1504
|
+
const tagName$I = 'wm-textarea';
|
|
1497
1505
|
register('wm-textarea', () => {
|
|
1498
1506
|
return {
|
|
1499
|
-
pre: attrs => `<${tagName$
|
|
1500
|
-
post: () => `</${tagName$
|
|
1507
|
+
pre: attrs => `<${tagName$I} ${getFormMarkupAttr(attrs)} ${getChildAttrs(attrs)} ${getNgModelAttr(attrs)}>`,
|
|
1508
|
+
post: () => `</${tagName$I}>`
|
|
1501
1509
|
};
|
|
1502
1510
|
});
|
|
1503
1511
|
var textarea_build = () => { };
|
|
@@ -1507,11 +1515,11 @@ var textarea_build$1 = /*#__PURE__*/Object.freeze({
|
|
|
1507
1515
|
default: textarea_build
|
|
1508
1516
|
});
|
|
1509
1517
|
|
|
1510
|
-
const tagName$
|
|
1518
|
+
const tagName$H = 'div';
|
|
1511
1519
|
register('wm-datetime', () => {
|
|
1512
1520
|
return {
|
|
1513
|
-
pre: attrs => `<${tagName$
|
|
1514
|
-
post: () => `</${tagName$
|
|
1521
|
+
pre: attrs => `<${tagName$H} wmDateTime ${getFormMarkupAttr(attrs)} ${getChildAttrs(attrs)} ${getNgModelAttr(attrs)}>`,
|
|
1522
|
+
post: () => `</${tagName$H}>`
|
|
1515
1523
|
};
|
|
1516
1524
|
});
|
|
1517
1525
|
var dateTime_build = () => { };
|
|
@@ -1521,11 +1529,11 @@ var dateTime_build$1 = /*#__PURE__*/Object.freeze({
|
|
|
1521
1529
|
default: dateTime_build
|
|
1522
1530
|
});
|
|
1523
1531
|
|
|
1524
|
-
const tagName$
|
|
1532
|
+
const tagName$G = 'div';
|
|
1525
1533
|
register('wm-date', () => {
|
|
1526
1534
|
return {
|
|
1527
|
-
pre: attrs => `<${tagName$
|
|
1528
|
-
post: () => `</${tagName$
|
|
1535
|
+
pre: attrs => `<${tagName$G} wmDate ${getFormMarkupAttr(attrs)} ${getChildAttrs(attrs)} ${getNgModelAttr(attrs)}>`,
|
|
1536
|
+
post: () => `</${tagName$G}>`
|
|
1529
1537
|
};
|
|
1530
1538
|
});
|
|
1531
1539
|
var date_build = () => { };
|
|
@@ -1535,11 +1543,11 @@ var date_build$1 = /*#__PURE__*/Object.freeze({
|
|
|
1535
1543
|
default: date_build
|
|
1536
1544
|
});
|
|
1537
1545
|
|
|
1538
|
-
const tagName$
|
|
1546
|
+
const tagName$F = 'div';
|
|
1539
1547
|
register('wm-time', () => {
|
|
1540
1548
|
return {
|
|
1541
|
-
pre: attrs => `<${tagName$
|
|
1542
|
-
post: () => `</${tagName$
|
|
1549
|
+
pre: attrs => `<${tagName$F} wmTime ${getFormMarkupAttr(attrs)} ${getChildAttrs(attrs)} ${getNgModelAttr(attrs)}>`,
|
|
1550
|
+
post: () => `</${tagName$F}>`
|
|
1543
1551
|
};
|
|
1544
1552
|
});
|
|
1545
1553
|
var time_build = () => { };
|
|
@@ -1549,7 +1557,7 @@ var time_build$1 = /*#__PURE__*/Object.freeze({
|
|
|
1549
1557
|
default: time_build
|
|
1550
1558
|
});
|
|
1551
1559
|
|
|
1552
|
-
const tagName$
|
|
1560
|
+
const tagName$E = 'div';
|
|
1553
1561
|
register('wm-fileupload', () => {
|
|
1554
1562
|
return {
|
|
1555
1563
|
pre: attrs => {
|
|
@@ -1557,9 +1565,9 @@ register('wm-fileupload', () => {
|
|
|
1557
1565
|
const onSelectBinding = getDataSource(attrs.get('select.event'));
|
|
1558
1566
|
attrs.set('datasource.bind', onSelectBinding);
|
|
1559
1567
|
}
|
|
1560
|
-
return `<${tagName$
|
|
1568
|
+
return `<${tagName$E} wmFileUpload ${getAttrMarkup(attrs)} role="input">`;
|
|
1561
1569
|
},
|
|
1562
|
-
post: () => `</${tagName$
|
|
1570
|
+
post: () => `</${tagName$E}>`
|
|
1563
1571
|
};
|
|
1564
1572
|
});
|
|
1565
1573
|
var fileUpload_build = () => { };
|
|
@@ -1569,11 +1577,11 @@ var fileUpload_build$1 = /*#__PURE__*/Object.freeze({
|
|
|
1569
1577
|
default: fileUpload_build
|
|
1570
1578
|
});
|
|
1571
1579
|
|
|
1572
|
-
const tagName$
|
|
1580
|
+
const tagName$D = 'div';
|
|
1573
1581
|
register('wm-rating', () => {
|
|
1574
1582
|
return {
|
|
1575
|
-
pre: attrs => `<${tagName$
|
|
1576
|
-
post: () => `</${tagName$
|
|
1583
|
+
pre: attrs => `<${tagName$D} wmRating ${getFormMarkupAttr(attrs)} ${getNgModelAttr(attrs)}>`,
|
|
1584
|
+
post: () => `</${tagName$D}>`
|
|
1577
1585
|
};
|
|
1578
1586
|
});
|
|
1579
1587
|
var rating_build = () => { };
|
|
@@ -1583,11 +1591,11 @@ var rating_build$1 = /*#__PURE__*/Object.freeze({
|
|
|
1583
1591
|
default: rating_build
|
|
1584
1592
|
});
|
|
1585
1593
|
|
|
1586
|
-
const tagName$
|
|
1594
|
+
const tagName$C = 'div';
|
|
1587
1595
|
register('wm-slider', () => {
|
|
1588
1596
|
return {
|
|
1589
|
-
pre: attrs => `<${tagName$
|
|
1590
|
-
post: () => `</${tagName$
|
|
1597
|
+
pre: attrs => `<${tagName$C} wmSlider ${getAttrMarkup(attrs)} ${getNgModelAttr(attrs)}>`,
|
|
1598
|
+
post: () => `</${tagName$C}>`
|
|
1591
1599
|
};
|
|
1592
1600
|
});
|
|
1593
1601
|
var slider_build = () => { };
|
|
@@ -1598,7 +1606,7 @@ var slider_build$1 = /*#__PURE__*/Object.freeze({
|
|
|
1598
1606
|
});
|
|
1599
1607
|
|
|
1600
1608
|
const wmlistTag = 'wm-list';
|
|
1601
|
-
const tagName$
|
|
1609
|
+
const tagName$B = 'div';
|
|
1602
1610
|
const dataSetKey$2 = 'dataset';
|
|
1603
1611
|
function copyAttribute$1(from, fromAttrName, to, toAttrName) {
|
|
1604
1612
|
const fromAttr = from.attrs.find(a => a.name === fromAttrName);
|
|
@@ -1646,8 +1654,8 @@ register('wm-media-list', () => {
|
|
|
1646
1654
|
copyAttribute$1(template, 'height', node, 'thumbnailheight');
|
|
1647
1655
|
}
|
|
1648
1656
|
},
|
|
1649
|
-
pre: attrs => `<${tagName$
|
|
1650
|
-
post: () => `</${tagName$
|
|
1657
|
+
pre: attrs => `<${tagName$B} wmMediaList ${getAttrMarkup(attrs)}>`,
|
|
1658
|
+
post: () => `</${tagName$B}>`
|
|
1651
1659
|
};
|
|
1652
1660
|
});
|
|
1653
1661
|
var mediaList_build = () => { };
|
|
@@ -1657,11 +1665,11 @@ var mediaList_build$1 = /*#__PURE__*/Object.freeze({
|
|
|
1657
1665
|
default: mediaList_build
|
|
1658
1666
|
});
|
|
1659
1667
|
|
|
1660
|
-
const tagName$
|
|
1668
|
+
const tagName$A = 'ng-template';
|
|
1661
1669
|
register('wm-media-template', () => {
|
|
1662
1670
|
return {
|
|
1663
|
-
pre: () => `<${tagName$
|
|
1664
|
-
post: () => `</${tagName$
|
|
1671
|
+
pre: () => `<${tagName$A} #mediaListTemplate let-item="item" let-index="index">`,
|
|
1672
|
+
post: () => `</${tagName$A}>`
|
|
1665
1673
|
};
|
|
1666
1674
|
});
|
|
1667
1675
|
var mediaListItem_build = () => { };
|
|
@@ -1745,16 +1753,16 @@ var list_build$1 = /*#__PURE__*/Object.freeze({
|
|
|
1745
1753
|
default: list_build
|
|
1746
1754
|
});
|
|
1747
1755
|
|
|
1748
|
-
const tagName$
|
|
1756
|
+
const tagName$z = 'div';
|
|
1749
1757
|
const idGen$b = new IDGenerator('liveform_dialog_id_');
|
|
1750
1758
|
register('wm-livetable', () => {
|
|
1751
1759
|
return {
|
|
1752
1760
|
pre: (attrs, shared) => {
|
|
1753
1761
|
const counter = idGen$b.nextUid();
|
|
1754
1762
|
shared.set('counter', counter);
|
|
1755
|
-
return `<${tagName$
|
|
1763
|
+
return `<${tagName$z} wmLiveTable ${getAttrMarkup(attrs)} dialogid="${counter}">`;
|
|
1756
1764
|
},
|
|
1757
|
-
post: () => `</${tagName$
|
|
1765
|
+
post: () => `</${tagName$z}>`,
|
|
1758
1766
|
provide: (attrs, shared) => {
|
|
1759
1767
|
const provider = new Map();
|
|
1760
1768
|
provider.set('liveform_dialog_id', shared.get('counter'));
|
|
@@ -1769,15 +1777,15 @@ var liveTable_build$1 = /*#__PURE__*/Object.freeze({
|
|
|
1769
1777
|
default: liveTable_build
|
|
1770
1778
|
});
|
|
1771
1779
|
|
|
1772
|
-
const tagName$
|
|
1780
|
+
const tagName$y = 'p';
|
|
1773
1781
|
const idGen$a = new IDGenerator('wm_message');
|
|
1774
1782
|
register('wm-message', () => {
|
|
1775
1783
|
return {
|
|
1776
1784
|
pre: (attrs) => {
|
|
1777
1785
|
const counter = idGen$a.nextUid();
|
|
1778
|
-
return `<${tagName$
|
|
1786
|
+
return `<${tagName$y} wmMessage tabindex="0" #${counter}="wmMessage" ${getAttrMarkup(attrs)}>`;
|
|
1779
1787
|
},
|
|
1780
|
-
post: () => `</${tagName$
|
|
1788
|
+
post: () => `</${tagName$y}>`
|
|
1781
1789
|
};
|
|
1782
1790
|
});
|
|
1783
1791
|
var message_build = () => { };
|
|
@@ -1787,11 +1795,11 @@ var message_build$1 = /*#__PURE__*/Object.freeze({
|
|
|
1787
1795
|
default: message_build
|
|
1788
1796
|
});
|
|
1789
1797
|
|
|
1790
|
-
const tagName$
|
|
1798
|
+
const tagName$x = 'ol';
|
|
1791
1799
|
register('wm-breadcrumb', () => {
|
|
1792
1800
|
return {
|
|
1793
|
-
pre: attrs => `<${tagName$
|
|
1794
|
-
post: () => `</${tagName$
|
|
1801
|
+
pre: attrs => `<${tagName$x} wmBreadcrumb ${getAttrMarkup(attrs)}>`,
|
|
1802
|
+
post: () => `</${tagName$x}>`
|
|
1795
1803
|
};
|
|
1796
1804
|
});
|
|
1797
1805
|
var breadcrumb_build = () => { };
|
|
@@ -1801,23 +1809,28 @@ var breadcrumb_build$1 = /*#__PURE__*/Object.freeze({
|
|
|
1801
1809
|
default: breadcrumb_build
|
|
1802
1810
|
});
|
|
1803
1811
|
|
|
1804
|
-
const tagName$
|
|
1812
|
+
const tagName$w = 'div';
|
|
1805
1813
|
register('wm-menu', () => {
|
|
1806
1814
|
return {
|
|
1807
1815
|
pre: attrs => {
|
|
1808
1816
|
const menuWidth = attrs.get("width");
|
|
1809
1817
|
let styleBinding = '';
|
|
1810
1818
|
if (menuWidth) {
|
|
1811
|
-
|
|
1819
|
+
const units = ['%', 'px'];
|
|
1820
|
+
const hasUnit = units.some(unit => menuWidth.includes(unit));
|
|
1821
|
+
if (hasUnit) {
|
|
1812
1822
|
styleBinding = `[ngStyle]="{'width': '${menuWidth}'}"`;
|
|
1813
|
-
return `<${tagName$x} wmMenu dropdown ${getAttrMarkup(attrs)} ${styleBinding}>`;
|
|
1814
1823
|
}
|
|
1824
|
+
else {
|
|
1825
|
+
styleBinding = `[ngStyle]="{'width': '${menuWidth}px'}"`;
|
|
1826
|
+
}
|
|
1827
|
+
return `<${tagName$w} wmMenu dropdown ${getAttrMarkup(attrs)} ${styleBinding}>`;
|
|
1815
1828
|
}
|
|
1816
1829
|
else {
|
|
1817
|
-
return `<${tagName$
|
|
1830
|
+
return `<${tagName$w} wmMenu dropdown ${getAttrMarkup(attrs)}>`;
|
|
1818
1831
|
}
|
|
1819
1832
|
},
|
|
1820
|
-
post: () => `</${tagName$
|
|
1833
|
+
post: () => `</${tagName$w}>`
|
|
1821
1834
|
};
|
|
1822
1835
|
});
|
|
1823
1836
|
var menu_build = () => { };
|
|
@@ -1827,11 +1840,11 @@ var menu_build$1 = /*#__PURE__*/Object.freeze({
|
|
|
1827
1840
|
default: menu_build
|
|
1828
1841
|
});
|
|
1829
1842
|
|
|
1830
|
-
const tagName$
|
|
1843
|
+
const tagName$v = 'li';
|
|
1831
1844
|
register('wm-nav-item', () => {
|
|
1832
1845
|
return {
|
|
1833
|
-
pre: attrs => `<${tagName$
|
|
1834
|
-
post: () => `</${tagName$
|
|
1846
|
+
pre: attrs => `<${tagName$v} wmNavItem role="listitem" ${getAttrMarkup(attrs)}>`,
|
|
1847
|
+
post: () => `</${tagName$v}>`
|
|
1835
1848
|
};
|
|
1836
1849
|
});
|
|
1837
1850
|
var navItem_build = () => { };
|
|
@@ -1841,11 +1854,11 @@ var navItem_build$1 = /*#__PURE__*/Object.freeze({
|
|
|
1841
1854
|
default: navItem_build
|
|
1842
1855
|
});
|
|
1843
1856
|
|
|
1844
|
-
const tagName$
|
|
1857
|
+
const tagName$u = 'ul';
|
|
1845
1858
|
register('wm-nav', () => {
|
|
1846
1859
|
return {
|
|
1847
|
-
pre: attrs => `<${tagName$
|
|
1848
|
-
post: () => `</${tagName$
|
|
1860
|
+
pre: attrs => `<${tagName$u} wmNav data-element-type="wmNav" data-role="page-header" role="list" ${getAttrMarkup(attrs)}>`,
|
|
1861
|
+
post: () => `</${tagName$u}>`
|
|
1849
1862
|
};
|
|
1850
1863
|
});
|
|
1851
1864
|
var nav_build = () => { };
|
|
@@ -1855,11 +1868,11 @@ var nav_build$1 = /*#__PURE__*/Object.freeze({
|
|
|
1855
1868
|
default: nav_build
|
|
1856
1869
|
});
|
|
1857
1870
|
|
|
1858
|
-
const tagName$
|
|
1871
|
+
const tagName$t = 'nav';
|
|
1859
1872
|
register('wm-navbar', () => {
|
|
1860
1873
|
return {
|
|
1861
|
-
pre: attrs => `<${tagName$
|
|
1862
|
-
post: () => `</${tagName$
|
|
1874
|
+
pre: attrs => `<${tagName$t} wmNavbar data-element-type="wmNavbar" role="navigation" ${getAttrMarkup(attrs)}>`,
|
|
1875
|
+
post: () => `</${tagName$t}>`
|
|
1863
1876
|
};
|
|
1864
1877
|
});
|
|
1865
1878
|
var navbar_build = () => { };
|
|
@@ -1869,7 +1882,7 @@ var navbar_build$1 = /*#__PURE__*/Object.freeze({
|
|
|
1869
1882
|
default: navbar_build
|
|
1870
1883
|
});
|
|
1871
1884
|
|
|
1872
|
-
const tagName$
|
|
1885
|
+
const tagName$s = 'wm-popover';
|
|
1873
1886
|
register('wm-popover', () => {
|
|
1874
1887
|
return {
|
|
1875
1888
|
requires: ['wm-table'],
|
|
@@ -1889,7 +1902,7 @@ register('wm-popover', () => {
|
|
|
1889
1902
|
popoverTemplate = `<div wmContainer #partial partialContainer ${contentMarkup}>`;
|
|
1890
1903
|
shared.set('hasPopoverContent', true);
|
|
1891
1904
|
}
|
|
1892
|
-
let markup = `<${tagName$
|
|
1905
|
+
let markup = `<${tagName$s} wmPopover ${getAttrMarkup(attrs)}>`;
|
|
1893
1906
|
const contextAttrs = table ? `let-row="row"` : ``;
|
|
1894
1907
|
markup += `<ng-template ${contextAttrs}><div tabindex="0" class="popover-start sr-only" aria-label="">popover content start</div>`;
|
|
1895
1908
|
// todo keyboard navigation - tab
|
|
@@ -1903,7 +1916,7 @@ register('wm-popover', () => {
|
|
|
1903
1916
|
if (shared.get('hasPopoverContent')) {
|
|
1904
1917
|
markup += `</div>`;
|
|
1905
1918
|
}
|
|
1906
|
-
return `${markup}<div tabindex="0" class="popover-end sr-only" aria-label="">popover content ended</div></ng-template></${tagName$
|
|
1919
|
+
return `${markup}<div tabindex="0" class="popover-end sr-only" aria-label="">popover content ended</div></ng-template></${tagName$s}>`;
|
|
1907
1920
|
}
|
|
1908
1921
|
};
|
|
1909
1922
|
});
|
|
@@ -1914,7 +1927,7 @@ var popover_build$1 = /*#__PURE__*/Object.freeze({
|
|
|
1914
1927
|
default: popover_build
|
|
1915
1928
|
});
|
|
1916
1929
|
|
|
1917
|
-
const tagName$
|
|
1930
|
+
const tagName$r = 'div';
|
|
1918
1931
|
const findChild = (node, childName) => {
|
|
1919
1932
|
const child = node && node.children.find(e => (e instanceof Element && e.name === childName));
|
|
1920
1933
|
return child;
|
|
@@ -1931,7 +1944,7 @@ const getElementNode = (name, node) => {
|
|
|
1931
1944
|
if (!node) {
|
|
1932
1945
|
return;
|
|
1933
1946
|
}
|
|
1934
|
-
|
|
1947
|
+
forEach(node.children, (child) => {
|
|
1935
1948
|
if (child instanceof Element) {
|
|
1936
1949
|
if (child.name === name) {
|
|
1937
1950
|
elementNode = child;
|
|
@@ -1969,9 +1982,9 @@ register('wm-page', () => {
|
|
|
1969
1982
|
},
|
|
1970
1983
|
pre: (attrs) => {
|
|
1971
1984
|
const counter = idGen$9.nextUid();
|
|
1972
|
-
return `<${tagName$
|
|
1985
|
+
return `<${tagName$r} wmPage #${counter}="wmPage" data-role="pageContainer" [attr.aria-label]="${counter}.hint" ${getAttrMarkup(attrs)}>`;
|
|
1973
1986
|
},
|
|
1974
|
-
post: () => `</${tagName$
|
|
1987
|
+
post: () => `</${tagName$r}>`
|
|
1975
1988
|
};
|
|
1976
1989
|
});
|
|
1977
1990
|
var page_build = () => { };
|
|
@@ -1981,15 +1994,15 @@ var page_build$1 = /*#__PURE__*/Object.freeze({
|
|
|
1981
1994
|
default: page_build
|
|
1982
1995
|
});
|
|
1983
1996
|
|
|
1984
|
-
const tagName$
|
|
1997
|
+
const tagName$q = 'div';
|
|
1985
1998
|
const idGen$8 = new IDGenerator('wm_layout');
|
|
1986
1999
|
register('wm-layout', () => {
|
|
1987
2000
|
return {
|
|
1988
2001
|
pre: (attrs) => {
|
|
1989
2002
|
const counter = idGen$8.nextUid();
|
|
1990
|
-
return `<${tagName$
|
|
2003
|
+
return `<${tagName$q} wmLayout #${counter}="wmLayout" data-role="pageContainer" [attr.aria-label]="${counter}.hint || 'Main page content'" ${getAttrMarkup(attrs)}>`;
|
|
1991
2004
|
},
|
|
1992
|
-
post: () => `</${tagName$
|
|
2005
|
+
post: () => `</${tagName$q}>`
|
|
1993
2006
|
};
|
|
1994
2007
|
});
|
|
1995
2008
|
var layout_build = () => { };
|
|
@@ -1999,11 +2012,11 @@ var layout_build$1 = /*#__PURE__*/Object.freeze({
|
|
|
1999
2012
|
default: layout_build
|
|
2000
2013
|
});
|
|
2001
2014
|
|
|
2002
|
-
const tagName$
|
|
2015
|
+
const tagName$p = 'router-outlet';
|
|
2003
2016
|
register('wm-router-outlet', () => {
|
|
2004
2017
|
return {
|
|
2005
|
-
pre: attrs => `<div wmRouterOutlet name="wmRouterOutlet" ${getAttrMarkup(attrs)}><${tagName$
|
|
2006
|
-
post: () => `</${tagName$
|
|
2018
|
+
pre: attrs => `<div wmRouterOutlet name="wmRouterOutlet" ${getAttrMarkup(attrs)}><${tagName$p} (activate)="onActivate($event)">`,
|
|
2019
|
+
post: () => `</${tagName$p}></div>`
|
|
2007
2020
|
};
|
|
2008
2021
|
});
|
|
2009
2022
|
var routerOutlet_build = () => { };
|
|
@@ -2013,11 +2026,11 @@ var routerOutlet_build$1 = /*#__PURE__*/Object.freeze({
|
|
|
2013
2026
|
default: routerOutlet_build
|
|
2014
2027
|
});
|
|
2015
2028
|
|
|
2016
|
-
const tagName$
|
|
2029
|
+
const tagName$o = 'nav';
|
|
2017
2030
|
register('wm-pagination', () => {
|
|
2018
2031
|
return {
|
|
2019
|
-
pre: attrs => `<${tagName$
|
|
2020
|
-
post: () => `</${tagName$
|
|
2032
|
+
pre: attrs => `<${tagName$o} wmPagination data-identifier="pagination" aria-label="Page navigation" ${getAttrMarkup(attrs)}>`,
|
|
2033
|
+
post: () => `</${tagName$o}>`
|
|
2021
2034
|
};
|
|
2022
2035
|
});
|
|
2023
2036
|
var pagination_build = () => { };
|
|
@@ -2027,11 +2040,11 @@ var pagination_build$1 = /*#__PURE__*/Object.freeze({
|
|
|
2027
2040
|
default: pagination_build
|
|
2028
2041
|
});
|
|
2029
2042
|
|
|
2030
|
-
const tagName$
|
|
2043
|
+
const tagName$n = 'main';
|
|
2031
2044
|
register('wm-content', () => {
|
|
2032
2045
|
return {
|
|
2033
|
-
pre: attrs => `<${tagName$
|
|
2034
|
-
post: () => `</${tagName$
|
|
2046
|
+
pre: attrs => `<${tagName$n} wmContent data-role="page-content" role="main" ${getAttrMarkup(attrs)}>`,
|
|
2047
|
+
post: () => `</${tagName$n}>`
|
|
2035
2048
|
};
|
|
2036
2049
|
});
|
|
2037
2050
|
var content_build = () => { };
|
|
@@ -2041,15 +2054,15 @@ var content_build$1 = /*#__PURE__*/Object.freeze({
|
|
|
2041
2054
|
default: content_build
|
|
2042
2055
|
});
|
|
2043
2056
|
|
|
2044
|
-
const tagName$
|
|
2057
|
+
const tagName$m = 'footer';
|
|
2045
2058
|
const idGen$7 = new IDGenerator('wm_footer');
|
|
2046
2059
|
register('wm-footer', () => {
|
|
2047
2060
|
return {
|
|
2048
2061
|
pre: (attrs) => {
|
|
2049
2062
|
const counter = idGen$7.nextUid();
|
|
2050
|
-
return `<${tagName$
|
|
2063
|
+
return `<${tagName$m} wmFooter #${counter}="wmFooter" partialContainer data-role="page-footer" role="contentinfo" [attr.aria-label]="${counter}.hint || 'Page footer'" ${getAttrMarkup(attrs)}>`;
|
|
2051
2064
|
},
|
|
2052
|
-
post: () => `</${tagName$
|
|
2065
|
+
post: () => `</${tagName$m}>`
|
|
2053
2066
|
};
|
|
2054
2067
|
});
|
|
2055
2068
|
var footer_build = () => { };
|
|
@@ -2059,15 +2072,15 @@ var footer_build$1 = /*#__PURE__*/Object.freeze({
|
|
|
2059
2072
|
default: footer_build
|
|
2060
2073
|
});
|
|
2061
2074
|
|
|
2062
|
-
const tagName$
|
|
2075
|
+
const tagName$l = 'header';
|
|
2063
2076
|
const idGen$6 = new IDGenerator('wm_header');
|
|
2064
2077
|
register('wm-header', () => {
|
|
2065
2078
|
return {
|
|
2066
2079
|
pre: (attrs) => {
|
|
2067
2080
|
const counter = idGen$6.nextUid();
|
|
2068
|
-
return `<${tagName$
|
|
2081
|
+
return `<${tagName$l} wmHeader #${counter}="wmHeader" partialContainer data-role="page-header" role="banner" [attr.aria-label]="${counter}.hint || 'Page header'" ${getAttrMarkup(attrs)}>`;
|
|
2069
2082
|
},
|
|
2070
|
-
post: () => `</${tagName$
|
|
2083
|
+
post: () => `</${tagName$l}>`
|
|
2071
2084
|
};
|
|
2072
2085
|
});
|
|
2073
2086
|
var header_build = () => { };
|
|
@@ -2077,15 +2090,15 @@ var header_build$1 = /*#__PURE__*/Object.freeze({
|
|
|
2077
2090
|
default: header_build
|
|
2078
2091
|
});
|
|
2079
2092
|
|
|
2080
|
-
const tagName$
|
|
2093
|
+
const tagName$k = 'aside';
|
|
2081
2094
|
const idGen$5 = new IDGenerator('wm_left_panel');
|
|
2082
2095
|
register('wm-left-panel', () => {
|
|
2083
2096
|
return {
|
|
2084
2097
|
pre: (attrs) => {
|
|
2085
2098
|
const counter = idGen$5.nextUid();
|
|
2086
|
-
return `<${tagName$
|
|
2099
|
+
return `<${tagName$k} wmLeftPanel #${counter}="wmLeftPanel" partialContainer data-role="page-left-panel" [attr.aria-label]="${counter}.hint || 'Left navigation panel'" wmSmoothscroll="${attrs.get('smoothscroll') || 'false'}" ${getAttrMarkup(attrs)}>`;
|
|
2087
2100
|
},
|
|
2088
|
-
post: () => `</${tagName$
|
|
2101
|
+
post: () => `</${tagName$k}>`
|
|
2089
2102
|
};
|
|
2090
2103
|
});
|
|
2091
2104
|
var leftPanel_build = () => { };
|
|
@@ -2095,11 +2108,11 @@ var leftPanel_build$1 = /*#__PURE__*/Object.freeze({
|
|
|
2095
2108
|
default: leftPanel_build
|
|
2096
2109
|
});
|
|
2097
2110
|
|
|
2098
|
-
const tagName$
|
|
2111
|
+
const tagName$j = 'header';
|
|
2099
2112
|
register('wm-mobile-navbar', () => {
|
|
2100
2113
|
return {
|
|
2101
|
-
pre: attrs => `<${tagName$
|
|
2102
|
-
post: () => `</${tagName$
|
|
2114
|
+
pre: attrs => `<${tagName$j} wmMobileNavbar ${getAttrMarkup(attrs)}>`,
|
|
2115
|
+
post: () => `</${tagName$j}>`
|
|
2103
2116
|
};
|
|
2104
2117
|
});
|
|
2105
2118
|
var mobileNavbar_build = () => { };
|
|
@@ -2109,15 +2122,15 @@ var mobileNavbar_build$1 = /*#__PURE__*/Object.freeze({
|
|
|
2109
2122
|
default: mobileNavbar_build
|
|
2110
2123
|
});
|
|
2111
2124
|
|
|
2112
|
-
const tagName$
|
|
2125
|
+
const tagName$i = 'aside';
|
|
2113
2126
|
const idGen$4 = new IDGenerator('wm_right_panel');
|
|
2114
2127
|
register('wm-right-panel', () => {
|
|
2115
2128
|
return {
|
|
2116
2129
|
pre: (attrs) => {
|
|
2117
2130
|
const counter = idGen$4.nextUid();
|
|
2118
|
-
return `<${tagName$
|
|
2131
|
+
return `<${tagName$i} wmRightPanel #${counter}="wmRightPanel" partialContainer data-role="page-right-panel" role="complementary" [attr.aria-label]="${counter}.hint || 'Right navigation panel'" ${getAttrMarkup(attrs)}>`;
|
|
2119
2132
|
},
|
|
2120
|
-
post: () => `</${tagName$
|
|
2133
|
+
post: () => `</${tagName$i}>`
|
|
2121
2134
|
};
|
|
2122
2135
|
});
|
|
2123
2136
|
var rightPanel_build = () => { };
|
|
@@ -2127,7 +2140,7 @@ var rightPanel_build$1 = /*#__PURE__*/Object.freeze({
|
|
|
2127
2140
|
default: rightPanel_build
|
|
2128
2141
|
});
|
|
2129
2142
|
|
|
2130
|
-
const tagName$
|
|
2143
|
+
const tagName$h = 'div';
|
|
2131
2144
|
const createElement$3 = name => {
|
|
2132
2145
|
return new Element(name, [], [], noSpan$3, noSpan$3, noSpan$3);
|
|
2133
2146
|
};
|
|
@@ -2150,8 +2163,8 @@ register('wm-page-content', () => {
|
|
|
2150
2163
|
}
|
|
2151
2164
|
}
|
|
2152
2165
|
},
|
|
2153
|
-
pre: attrs => `<${tagName$
|
|
2154
|
-
post: () => `</${tagName$
|
|
2166
|
+
pre: attrs => `<${tagName$h} wmPageContent ${attrs.get('spa') && 'wmSpaPage' || ''} wmSmoothscroll="${attrs.get('smoothscroll') || 'false'}" ${getAttrMarkup(attrs)}>`,
|
|
2167
|
+
post: () => `</${tagName$h}>`
|
|
2155
2168
|
};
|
|
2156
2169
|
});
|
|
2157
2170
|
var pageContent_build = () => { };
|
|
@@ -2161,11 +2174,11 @@ var pageContent_build$1 = /*#__PURE__*/Object.freeze({
|
|
|
2161
2174
|
default: pageContent_build
|
|
2162
2175
|
});
|
|
2163
2176
|
|
|
2164
|
-
const tagName$
|
|
2177
|
+
const tagName$g = 'div';
|
|
2165
2178
|
register('wm-mobile-tabbar', () => {
|
|
2166
2179
|
return {
|
|
2167
|
-
pre: attrs => `<${tagName$
|
|
2168
|
-
post: () => `</${tagName$
|
|
2180
|
+
pre: attrs => `<${tagName$g} wmMobileTabbar ${getAttrMarkup(attrs)}>`,
|
|
2181
|
+
post: () => `</${tagName$g}>`
|
|
2169
2182
|
};
|
|
2170
2183
|
});
|
|
2171
2184
|
var tabBar_build = () => { };
|
|
@@ -2175,15 +2188,15 @@ var tabBar_build$1 = /*#__PURE__*/Object.freeze({
|
|
|
2175
2188
|
default: tabBar_build
|
|
2176
2189
|
});
|
|
2177
2190
|
|
|
2178
|
-
const tagName$
|
|
2191
|
+
const tagName$f = 'section';
|
|
2179
2192
|
const idGen$3 = new IDGenerator('wm_top_nav');
|
|
2180
2193
|
register('wm-top-nav', () => {
|
|
2181
2194
|
return {
|
|
2182
2195
|
pre: (attrs) => {
|
|
2183
2196
|
const counter = idGen$3.nextUid();
|
|
2184
|
-
return `<${tagName$
|
|
2197
|
+
return `<${tagName$f} wmTopNav #${counter}="wmTopNav" partialContainer data-role="page-topnav" role="navigation" [attr.aria-label]="${counter}.hint || 'Second level navigation'" ${getAttrMarkup(attrs)}>`;
|
|
2185
2198
|
},
|
|
2186
|
-
post: () => `</${tagName$
|
|
2199
|
+
post: () => `</${tagName$f}>`
|
|
2187
2200
|
};
|
|
2188
2201
|
});
|
|
2189
2202
|
var topNav_build = () => { };
|
|
@@ -2193,7 +2206,7 @@ var topNav_build$1 = /*#__PURE__*/Object.freeze({
|
|
|
2193
2206
|
default: topNav_build
|
|
2194
2207
|
});
|
|
2195
2208
|
|
|
2196
|
-
const tagName$
|
|
2209
|
+
const tagName$e = 'section';
|
|
2197
2210
|
const noSpan$2 = {};
|
|
2198
2211
|
const createElement$2 = name => {
|
|
2199
2212
|
return new Element(name, [], [], noSpan$2, noSpan$2, noSpan$2);
|
|
@@ -2211,8 +2224,8 @@ register('wm-partial', () => {
|
|
|
2211
2224
|
node.children.length = 0;
|
|
2212
2225
|
node.children.push(conditionalNode);
|
|
2213
2226
|
},
|
|
2214
|
-
pre: attrs => `<${tagName$
|
|
2215
|
-
post: () => `</${tagName$
|
|
2227
|
+
pre: attrs => `<${tagName$e} wmPartial data-role="partial" ${getAttrMarkup(attrs)}>`,
|
|
2228
|
+
post: () => `</${tagName$e}>`
|
|
2216
2229
|
};
|
|
2217
2230
|
});
|
|
2218
2231
|
var partial_build = () => { };
|
|
@@ -2222,11 +2235,11 @@ var partial_build$1 = /*#__PURE__*/Object.freeze({
|
|
|
2222
2235
|
default: partial_build
|
|
2223
2236
|
});
|
|
2224
2237
|
|
|
2225
|
-
const tagName$
|
|
2238
|
+
const tagName$d = 'div';
|
|
2226
2239
|
register('wm-param', () => {
|
|
2227
2240
|
return {
|
|
2228
|
-
pre: attrs => `<${tagName$
|
|
2229
|
-
post: () => `</${tagName$
|
|
2241
|
+
pre: attrs => `<${tagName$d} wmParam hidden ${getAttrMarkup(attrs)}>`,
|
|
2242
|
+
post: () => `</${tagName$d}>`
|
|
2230
2243
|
};
|
|
2231
2244
|
});
|
|
2232
2245
|
var partialParam_build = () => { };
|
|
@@ -2236,11 +2249,11 @@ var partialParam_build$1 = /*#__PURE__*/Object.freeze({
|
|
|
2236
2249
|
default: partialParam_build
|
|
2237
2250
|
});
|
|
2238
2251
|
|
|
2239
|
-
const tagName$
|
|
2252
|
+
const tagName$c = 'section';
|
|
2240
2253
|
register('wm-prefab', () => {
|
|
2241
2254
|
return {
|
|
2242
|
-
pre: attrs => `<${tagName$
|
|
2243
|
-
post: () => `</${tagName$
|
|
2255
|
+
pre: attrs => `<${tagName$c} wmPrefab redrawable data-role="prefab" ${getAttrMarkup(attrs)}>`,
|
|
2256
|
+
post: () => `</${tagName$c}>`
|
|
2244
2257
|
};
|
|
2245
2258
|
});
|
|
2246
2259
|
var prefab_build = () => { };
|
|
@@ -2258,7 +2271,7 @@ const addAtrribute$1 = (node, name, value) => {
|
|
|
2258
2271
|
const attr = new Attribute(name, value, noSpan$1, noSpan$1, noSpan$1, undefined, undefined);
|
|
2259
2272
|
node.attrs.push(attr);
|
|
2260
2273
|
};
|
|
2261
|
-
const tagName$
|
|
2274
|
+
const tagName$b = 'div';
|
|
2262
2275
|
register('wm-prefab-container', () => {
|
|
2263
2276
|
return {
|
|
2264
2277
|
template: (node) => {
|
|
@@ -2268,8 +2281,8 @@ register('wm-prefab-container', () => {
|
|
|
2268
2281
|
node.children.length = 0;
|
|
2269
2282
|
node.children.push(conditionalNode);
|
|
2270
2283
|
},
|
|
2271
|
-
pre: attrs => `<${tagName$
|
|
2272
|
-
post: () => `</${tagName$
|
|
2284
|
+
pre: attrs => `<${tagName$b} wmPrefabContainer ${getAttrMarkup(attrs)}>`,
|
|
2285
|
+
post: () => `</${tagName$b}>`
|
|
2273
2286
|
};
|
|
2274
2287
|
});
|
|
2275
2288
|
var prefabContainer_build = () => { };
|
|
@@ -2279,11 +2292,11 @@ var prefabContainer_build$1 = /*#__PURE__*/Object.freeze({
|
|
|
2279
2292
|
default: prefabContainer_build
|
|
2280
2293
|
});
|
|
2281
2294
|
|
|
2282
|
-
const tagName$
|
|
2295
|
+
const tagName$a = 'div';
|
|
2283
2296
|
register('wm-table-action', () => {
|
|
2284
2297
|
return {
|
|
2285
|
-
pre: attrs => `<${tagName$
|
|
2286
|
-
post: () => `</${tagName$
|
|
2298
|
+
pre: attrs => `<${tagName$a} name="${attrs.get('name') || attrs.get('key')}" wmTableAction ${getAttrMarkup(attrs)}>`,
|
|
2299
|
+
post: () => `</${tagName$a}>`
|
|
2287
2300
|
};
|
|
2288
2301
|
});
|
|
2289
2302
|
var tableAction_build = () => { };
|
|
@@ -2293,11 +2306,11 @@ var tableAction_build$1 = /*#__PURE__*/Object.freeze({
|
|
|
2293
2306
|
default: tableAction_build
|
|
2294
2307
|
});
|
|
2295
2308
|
|
|
2296
|
-
const tagName$
|
|
2309
|
+
const tagName$9 = 'div';
|
|
2297
2310
|
register('wm-table-column-group', () => {
|
|
2298
2311
|
return {
|
|
2299
|
-
pre: attrs => `<${tagName$
|
|
2300
|
-
post: () => `</${tagName$
|
|
2312
|
+
pre: attrs => `<${tagName$9} wmTableColumnGroup ${getAttrMarkup(attrs)}>`,
|
|
2313
|
+
post: () => `</${tagName$9}>`
|
|
2301
2314
|
};
|
|
2302
2315
|
});
|
|
2303
2316
|
var tableColumnGroup_build = () => { };
|
|
@@ -2307,7 +2320,7 @@ var tableColumnGroup_build$1 = /*#__PURE__*/Object.freeze({
|
|
|
2307
2320
|
default: tableColumnGroup_build
|
|
2308
2321
|
});
|
|
2309
2322
|
|
|
2310
|
-
const tagName$
|
|
2323
|
+
const tagName$8 = 'div';
|
|
2311
2324
|
const idGen$2 = new IDGenerator('data_table_form_');
|
|
2312
2325
|
const formWidgets = new Set([
|
|
2313
2326
|
'wm-text',
|
|
@@ -2560,7 +2573,7 @@ register('wm-table-column', () => {
|
|
|
2560
2573
|
customExprTmpl = `${customExpr}<div data-col-identifier="${attrs.get('binding')}" title="${formatExprTmpl}">${formatExprTmpl}`;
|
|
2561
2574
|
}
|
|
2562
2575
|
}
|
|
2563
|
-
return `<${tagName$
|
|
2576
|
+
return `<${tagName$8} wmTableColumn ${getAttrMarkup(attrs)} ${parentForm}>
|
|
2564
2577
|
${rowFilterTmpl}
|
|
2565
2578
|
${inlineEditTmpl}
|
|
2566
2579
|
${inlineNewEditTmpl}
|
|
@@ -2571,7 +2584,7 @@ register('wm-table-column', () => {
|
|
|
2571
2584
|
if (shared.get('customExpression')) {
|
|
2572
2585
|
customExprTmpl = `</div></ng-template>`;
|
|
2573
2586
|
}
|
|
2574
|
-
return `${customExprTmpl}</${tagName$
|
|
2587
|
+
return `${customExprTmpl}</${tagName$8}>`;
|
|
2575
2588
|
},
|
|
2576
2589
|
imports: (attrs) => {
|
|
2577
2590
|
const editWidgetType = attrs.get('edit-widget-type');
|
|
@@ -2587,7 +2600,7 @@ var tableColumn_build$1 = /*#__PURE__*/Object.freeze({
|
|
|
2587
2600
|
default: tableColumn_build
|
|
2588
2601
|
});
|
|
2589
2602
|
|
|
2590
|
-
const tagName$
|
|
2603
|
+
const tagName$7 = 'div';
|
|
2591
2604
|
const getRowExpansionActionTmpl = (attrs) => {
|
|
2592
2605
|
const tag = attrs.get('widget-type') === 'anchor' ? 'a' : 'button';
|
|
2593
2606
|
const directive = attrs.get('widget-type') === 'anchor' ? 'wmAnchor' : 'wmButton';
|
|
@@ -2603,7 +2616,7 @@ const getRowExpansionActionTmpl = (attrs) => {
|
|
|
2603
2616
|
register('wm-table-row', () => {
|
|
2604
2617
|
return {
|
|
2605
2618
|
pre: (attrs) => {
|
|
2606
|
-
return `<${tagName$
|
|
2619
|
+
return `<${tagName$7} wmTableRow ${getAttrMarkup(attrs)}>
|
|
2607
2620
|
${getRowExpansionActionTmpl(attrs)}
|
|
2608
2621
|
<ng-template #rowExpansionTmpl let-row="row" let-rowDef="rowDef" let-containerLoad="containerLoad">
|
|
2609
2622
|
<div wmContainer partialContainer content.bind="rowDef.content" load.event="containerLoad(widget)"
|
|
@@ -2611,7 +2624,7 @@ register('wm-table-row', () => {
|
|
|
2611
2624
|
<div *ngFor="let param of rowDef.partialParams | keyvalue" wmParam hidden
|
|
2612
2625
|
[name]="param.key" [value]="param.value"></div>`;
|
|
2613
2626
|
},
|
|
2614
|
-
post: () => `</div></ng-template></${tagName$
|
|
2627
|
+
post: () => `</div></ng-template></${tagName$7}>`
|
|
2615
2628
|
};
|
|
2616
2629
|
});
|
|
2617
2630
|
var tableRow_build = () => { };
|
|
@@ -2621,7 +2634,7 @@ var tableRow_build$1 = /*#__PURE__*/Object.freeze({
|
|
|
2621
2634
|
default: tableRow_build
|
|
2622
2635
|
});
|
|
2623
2636
|
|
|
2624
|
-
const tagName$
|
|
2637
|
+
const tagName$6 = 'div';
|
|
2625
2638
|
const getSaveCancelTemplate = () => {
|
|
2626
2639
|
return `<button type="button" aria-label="Save edit icon" class="save row-action-button btn app-button btn-transparent save-edit-row-button hidden" title="Save">
|
|
2627
2640
|
<i class="wi wi-done" aria-hidden="true"></i>
|
|
@@ -2653,9 +2666,9 @@ const getRowActionTmpl = (attrs) => {
|
|
|
2653
2666
|
};
|
|
2654
2667
|
register('wm-table-row-action', () => {
|
|
2655
2668
|
return {
|
|
2656
|
-
pre: attrs => `<${tagName$
|
|
2669
|
+
pre: attrs => `<${tagName$6} wmTableRowAction ${getAttrMarkup(attrs)}>
|
|
2657
2670
|
${getRowActionTmpl(attrs)}`,
|
|
2658
|
-
post: () => `</${tagName$
|
|
2671
|
+
post: () => `</${tagName$6}>`
|
|
2659
2672
|
};
|
|
2660
2673
|
});
|
|
2661
2674
|
var tableRowAction_build = () => { };
|
|
@@ -2665,7 +2678,7 @@ var tableRowAction_build$1 = /*#__PURE__*/Object.freeze({
|
|
|
2665
2678
|
default: tableRowAction_build
|
|
2666
2679
|
});
|
|
2667
2680
|
|
|
2668
|
-
const tagName$
|
|
2681
|
+
const tagName$5 = 'div';
|
|
2669
2682
|
const dataSetKey = 'dataset';
|
|
2670
2683
|
const idGen$1 = new IDGenerator('table_');
|
|
2671
2684
|
let columnIndex = 0;
|
|
@@ -2732,9 +2745,9 @@ register('wm-table', () => {
|
|
|
2732
2745
|
attrs.set('isdynamictable', shared.get('isdynamictable'));
|
|
2733
2746
|
attrs.set('isrowexpansionenabled', shared.get('isrowexpansionenabled'));
|
|
2734
2747
|
attrs.set('table_reference', counter);
|
|
2735
|
-
return `<${tagName$
|
|
2748
|
+
return `<${tagName$5} wmTable="${counter}" wmTableFilterSort wmTableCUD #${counter} data-identifier="table" ${getAttrMarkup(attrs)}>`;
|
|
2736
2749
|
},
|
|
2737
|
-
post: () => `</${tagName$
|
|
2750
|
+
post: () => `</${tagName$5}>`,
|
|
2738
2751
|
provide: (attrs, shared) => {
|
|
2739
2752
|
const provider = new Map();
|
|
2740
2753
|
provider.set('table_reference', shared.get('counter'));
|
|
@@ -2753,11 +2766,11 @@ var table_build$1 = /*#__PURE__*/Object.freeze({
|
|
|
2753
2766
|
default: table_build
|
|
2754
2767
|
});
|
|
2755
2768
|
|
|
2756
|
-
const tagName$
|
|
2769
|
+
const tagName$4 = 'div';
|
|
2757
2770
|
register('wm-video', () => {
|
|
2758
2771
|
return {
|
|
2759
|
-
pre: attrs => `<${tagName$
|
|
2760
|
-
post: () => `</${tagName$
|
|
2772
|
+
pre: attrs => `<${tagName$4} wmVideo ${getAttrMarkup(attrs)}>`,
|
|
2773
|
+
post: () => `</${tagName$4}>`
|
|
2761
2774
|
};
|
|
2762
2775
|
});
|
|
2763
2776
|
var video_build = () => { };
|
|
@@ -2767,7 +2780,7 @@ var video_build$1 = /*#__PURE__*/Object.freeze({
|
|
|
2767
2780
|
default: video_build
|
|
2768
2781
|
});
|
|
2769
2782
|
|
|
2770
|
-
const tagName$
|
|
2783
|
+
const tagName$3 = 'div';
|
|
2771
2784
|
const SPACING_KEY = 'parentLinearLayout.spacing';
|
|
2772
2785
|
register('wm-linearlayout', () => {
|
|
2773
2786
|
return {
|
|
@@ -2775,9 +2788,9 @@ register('wm-linearlayout', () => {
|
|
|
2775
2788
|
pre: (attrs, shared, provider) => {
|
|
2776
2789
|
let spacing = attrs.get('spacing');
|
|
2777
2790
|
attrs.set('spacing', (!spacing || spacing === '0') && provider ? provider.get(SPACING_KEY) : spacing);
|
|
2778
|
-
return `<${tagName$
|
|
2791
|
+
return `<${tagName$3} wmLinearLayout ${getAttrMarkup(attrs)}>`;
|
|
2779
2792
|
},
|
|
2780
|
-
post: () => `</${tagName$
|
|
2793
|
+
post: () => `</${tagName$3}>`,
|
|
2781
2794
|
provide: (attrs, shared) => {
|
|
2782
2795
|
const provider = new Map();
|
|
2783
2796
|
provider.set(SPACING_KEY, attrs.get('spacing'));
|
|
@@ -2792,11 +2805,11 @@ var linearLayout_build$1 = /*#__PURE__*/Object.freeze({
|
|
|
2792
2805
|
default: linearLayout_build
|
|
2793
2806
|
});
|
|
2794
2807
|
|
|
2795
|
-
const tagName$
|
|
2808
|
+
const tagName$2 = 'div';
|
|
2796
2809
|
register('wm-linearlayoutitem', () => {
|
|
2797
2810
|
return {
|
|
2798
|
-
pre: attrs => `<${tagName$
|
|
2799
|
-
post: () => `</${tagName$
|
|
2811
|
+
pre: attrs => `<${tagName$2} wmLinearLayoutItem ${getAttrMarkup(attrs)}>`,
|
|
2812
|
+
post: () => `</${tagName$2}>`
|
|
2800
2813
|
};
|
|
2801
2814
|
});
|
|
2802
2815
|
var linearLayoutItem_build = () => { };
|
|
@@ -2806,15 +2819,15 @@ var linearLayoutItem_build$1 = /*#__PURE__*/Object.freeze({
|
|
|
2806
2819
|
default: linearLayoutItem_build
|
|
2807
2820
|
});
|
|
2808
2821
|
|
|
2809
|
-
const tagName$
|
|
2822
|
+
const tagName$1 = 'div';
|
|
2810
2823
|
const idGen = new IDGenerator('wm_custom_widget');
|
|
2811
2824
|
register('wm-custom-widget', () => {
|
|
2812
2825
|
return {
|
|
2813
2826
|
pre: (attrs) => {
|
|
2814
2827
|
const counter = idGen.nextUid();
|
|
2815
|
-
return `<${tagName$
|
|
2828
|
+
return `<${tagName$1} wmWidgetContainer customWidgetContainer #${counter}="wmWidgetContainer" ${getAttrMarkup(attrs)}>`;
|
|
2816
2829
|
},
|
|
2817
|
-
post: () => `</${tagName$
|
|
2830
|
+
post: () => `</${tagName$1}>`
|
|
2818
2831
|
};
|
|
2819
2832
|
});
|
|
2820
2833
|
var customWidgetContainer_build = () => { };
|
|
@@ -2824,20 +2837,6 @@ var customWidgetContainer_build$1 = /*#__PURE__*/Object.freeze({
|
|
|
2824
2837
|
default: customWidgetContainer_build
|
|
2825
2838
|
});
|
|
2826
2839
|
|
|
2827
|
-
const tagName$1 = 'div';
|
|
2828
|
-
register('wm-prop', () => {
|
|
2829
|
-
return {
|
|
2830
|
-
pre: attrs => `<${tagName$1} wmProp hidden ${getAttrMarkup(attrs)}>`,
|
|
2831
|
-
post: () => `</${tagName$1}>`
|
|
2832
|
-
};
|
|
2833
|
-
});
|
|
2834
|
-
var customWidgetProp_build = () => { };
|
|
2835
|
-
|
|
2836
|
-
var customWidgetProp_build$1 = /*#__PURE__*/Object.freeze({
|
|
2837
|
-
__proto__: null,
|
|
2838
|
-
default: customWidgetProp_build
|
|
2839
|
-
});
|
|
2840
|
-
|
|
2841
2840
|
const tagName = 'section';
|
|
2842
2841
|
const noSpan = {};
|
|
2843
2842
|
const createElement = name => {
|
|
@@ -2873,5 +2872,5 @@ const initComponentsBuildTask = () => { };
|
|
|
2873
2872
|
* Generated bundle index. Do not edit.
|
|
2874
2873
|
*/
|
|
2875
2874
|
|
|
2876
|
-
export { accordion_build$1 as accordionBuild, accordionPane_build$1 as accordionPaneBuild, alertDialog_build$1 as alertDlgBuild, anchor_build$1 as anchorBuild, audio_build$1 as audioBuild, barcodeScanner_build$1 as barcodeScannerBuild, breadcrumb_build$1 as breadcrumbBuild, button_build$1 as buttonBuild, buttonGroup_build$1 as buttonGroupBuild, calendar_build$1 as calendarBuild, camera_build$1 as cameraBuild, cardActions_build$1 as cardActionsBuild, card_build$1 as cardBuild, cardContent_build$1 as cardContentBuild, cardFooter_build$1 as cardFooterBuild, carousel_build$1 as carouselBuild, carouselTemplate_build$1 as carouselTemplateBuild, chart_build$1 as chartBuild, checkbox_build$1 as checkboxBuild, checkboxset_build$1 as checkboxSetBuild, chips_build$1 as chipsBuild, colorPicker_build$1 as colorPickerBuild, composite_build$1 as compositeBuild, confirmDialog_build$1 as confirmDlgBuild, container_build$1 as containerBuild, content_build$1 as contentBuild, currency_build$1 as currencyBuild, customWidgetContainer_build$1 as customWidgetBuild,
|
|
2875
|
+
export { accordion_build$1 as accordionBuild, accordionPane_build$1 as accordionPaneBuild, alertDialog_build$1 as alertDlgBuild, anchor_build$1 as anchorBuild, audio_build$1 as audioBuild, barcodeScanner_build$1 as barcodeScannerBuild, breadcrumb_build$1 as breadcrumbBuild, button_build$1 as buttonBuild, buttonGroup_build$1 as buttonGroupBuild, calendar_build$1 as calendarBuild, camera_build$1 as cameraBuild, cardActions_build$1 as cardActionsBuild, card_build$1 as cardBuild, cardContent_build$1 as cardContentBuild, cardFooter_build$1 as cardFooterBuild, carousel_build$1 as carouselBuild, carouselTemplate_build$1 as carouselTemplateBuild, chart_build$1 as chartBuild, checkbox_build$1 as checkboxBuild, checkboxset_build$1 as checkboxSetBuild, chips_build$1 as chipsBuild, colorPicker_build$1 as colorPickerBuild, composite_build$1 as compositeBuild, confirmDialog_build$1 as confirmDlgBuild, container_build$1 as containerBuild, content_build$1 as contentBuild, currency_build$1 as currencyBuild, customWidgetContainer_build$1 as customWidgetBuild, customWidgetWrapper_build$1 as customWidgetWrapperBuild, date_build$1 as dateBuild, dateTime_build$1 as dateTimeBuild, dialog_build$1 as dlgBuild, dialogFooter_build$1 as dlgFooterBuild, fileUpload_build$1 as fileUploadBuild, footer_build$1 as footerBuild, formAction_build$1 as formActionBuild, form_build$1 as formBuild, formField_build$1 as formFieldBuild, header_build$1 as headerBuild, html_build$1 as htmlBuild, icon_build$1 as iconBuild, iframe_build$1 as iframeBuild, iframeDialog_build$1 as iframeDlgBuild, initComponentsBuildTask, label_build$1 as labelBuild, layout_build$1 as layoutBuild, leftPanel_build$1 as leftPanelBuild, layoutGrid_build$1 as lgBuild, layoutGridColumn_build$1 as lgcolBuild, layoutGridRow_build$1 as lgrowBuild, linearLayout_build$1 as linearLayoutBuild, linearLayoutItem_build$1 as linearLayoutItemBuild, list_build$1 as listBuild, liveTable_build$1 as liveTableBuild, login_build$1 as loginBuild, loginDialog_build$1 as loginDlgBuild, marquee_build$1 as marqueeBuild, mediaList_build$1 as mediaListBuild, mediaListItem_build$1 as mediaListItemBuild, menu_build$1 as menuBuild, message_build$1 as messageBuild, mobileNavbar_build$1 as mobileNavbarBuild, nav_build$1 as navBuild, navItem_build$1 as navItemBuild, navbar_build$1 as navbarBuild, number_build$1 as numberBuild, page_build$1 as pageBuild, pageContent_build$1 as pageContentBuild, pagination_build$1 as paginationBuild, panel_build$1 as panelBuild, partial_build$1 as partialBuild, partialDialog_build$1 as partialDlgBuild, partialParam_build$1 as partialParamBuild, picture_build$1 as pictureBuild, popover_build$1 as popoverBuild, prefab_build$1 as prefabBuild, prefabContainer_build$1 as prefabContainerBuild, progressBar_build$1 as progressBarBuild, progressCircle_build$1 as progressCircleBuild, radioset_build$1 as radiosetBuild, rating_build$1 as ratingBuild, repeatTemplate_build$1 as repeatTemplateBuild, rightPanel_build$1 as rightPanelBuild, routerOutlet_build$1 as routerOutletBuild, richTextEditor_build$1 as rteBuild, search_build$1 as searchBuild, segmentContent_build$1 as segContentBuild, segmentedControl_build$1 as segControlBuild, select_build$1 as selectBuild, slider_build$1 as sliderBuild, spinner_build$1 as spinnerBuild, switch_build$1 as switchBuild, tabBar_build$1 as tabBarBuild, tabPane_build$1 as tabPaneBuild, tableAction_build$1 as tableActionBuild, table_build$1 as tableBuild, tableColumn_build$1 as tableColumnBuild, tableColumnGroup_build$1 as tableColumnGroupBuild, tableRowAction_build$1 as tableRowActionBuild, tableRow_build$1 as tableRowBuild, tabs_build$1 as tabsBuild, textarea_build$1 as textAreaBuild, text_build$1 as textBuild, tile_build$1 as tileBuild, time_build$1 as timeBuild, topNav_build$1 as topNavBuild, tree_build as treeBuild, video_build$1 as videoBuild, wizard_build$1 as wizardBuild, wizardStep_build$1 as wizardStepBuild };
|
|
2877
2876
|
//# sourceMappingURL=index.mjs.map
|