@wavemaker/app-ng-runtime 12.0.0-next.45002 → 12.0.0-next.45005
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 +263 -247
- 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 +1 -1
- 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 +5 -5
- 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 +273 -256
- 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,8 +1,8 @@
|
|
|
1
1
|
(function (global, factory) {
|
|
2
|
-
typeof exports === 'object' && typeof module !== 'undefined' ? factory(exports, require('@wm/transpiler'), require('@wm/core'), require('@angular/compiler')) :
|
|
3
|
-
typeof define === 'function' && define.amd ? define(['exports', '@wm/transpiler', '@wm/core', '@angular/compiler'], factory) :
|
|
4
|
-
(global = typeof globalThis !== 'undefined' ? globalThis : global || self, factory((global.wm = global.wm || {}, global.wm.buildTask = {}), global.wm.transpiler, global.wm.core, global.ng.compiler));
|
|
5
|
-
})(this, (function (exports, transpiler, core, compiler) { 'use strict';
|
|
2
|
+
typeof exports === 'object' && typeof module !== 'undefined' ? factory(exports, require('@wm/transpiler'), require('@wm/core'), require('@angular/compiler'), require('lodash-es')) :
|
|
3
|
+
typeof define === 'function' && define.amd ? define(['exports', '@wm/transpiler', '@wm/core', '@angular/compiler', 'lodash-es'], factory) :
|
|
4
|
+
(global = typeof globalThis !== 'undefined' ? globalThis : global || self, factory((global.wm = global.wm || {}, global.wm.buildTask = {}), global.wm.transpiler, global.wm.core, global.ng.compiler, global._));
|
|
5
|
+
})(this, (function (exports, transpiler, core, compiler, lodashEs) { 'use strict';
|
|
6
6
|
|
|
7
7
|
const carouselTagName = 'carousel';
|
|
8
8
|
const dataSetKey$5 = 'dataset';
|
|
@@ -63,8 +63,10 @@
|
|
|
63
63
|
pre: (attrs, shared, parentCarousel) => {
|
|
64
64
|
const carouselRef = parentCarousel.get('carousel_ref');
|
|
65
65
|
return `<div *ngIf="!${carouselRef}.fieldDefs">{{${carouselRef}.nodatamessage}}</div>
|
|
66
|
-
<${carouselContentTagName} wmCarouselTemplate
|
|
67
|
-
<ng-container [ngTemplateOutlet]="carouselTempRef${counter$1}"
|
|
66
|
+
<${carouselContentTagName} wmCarouselTemplate #carouselTemplateRef="carouselTemplateRef" ${transpiler.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>
|
|
68
70
|
</${carouselContentTagName}>
|
|
69
71
|
<ng-template #carouselTempRef${counter$1++} let-item="item" let-index="index">`;
|
|
70
72
|
},
|
|
@@ -78,11 +80,11 @@
|
|
|
78
80
|
default: carouselTemplate_build
|
|
79
81
|
});
|
|
80
82
|
|
|
81
|
-
const tagName$
|
|
83
|
+
const tagName$1E = 'div';
|
|
82
84
|
transpiler.register('wm-login', () => {
|
|
83
85
|
return {
|
|
84
|
-
pre: attrs => `<${tagName$
|
|
85
|
-
post: () => `</${tagName$
|
|
86
|
+
pre: attrs => `<${tagName$1E} wmLogin ${transpiler.getAttrMarkup(attrs)} eventsource.bind="Actions.loginAction">`,
|
|
87
|
+
post: () => `</${tagName$1E}>`,
|
|
86
88
|
provide: () => {
|
|
87
89
|
const provider = new Map();
|
|
88
90
|
provider.set('isLogin', true);
|
|
@@ -97,11 +99,11 @@
|
|
|
97
99
|
default: login_build
|
|
98
100
|
});
|
|
99
101
|
|
|
100
|
-
const tagName$
|
|
102
|
+
const tagName$1D = 'marquee';
|
|
101
103
|
transpiler.register('wm-marquee', () => {
|
|
102
104
|
return {
|
|
103
|
-
pre: attrs => `<${tagName$
|
|
104
|
-
post: () => `</${tagName$
|
|
105
|
+
pre: attrs => `<${tagName$1D} onmouseover="this.stop();" onmouseout="this.start();" wmMarquee role="marquee" aria-live="off" ${transpiler.getAttrMarkup(attrs)}>`,
|
|
106
|
+
post: () => `</${tagName$1D}>`
|
|
105
107
|
};
|
|
106
108
|
});
|
|
107
109
|
var marquee_build = () => { };
|
|
@@ -111,15 +113,15 @@
|
|
|
111
113
|
default: marquee_build
|
|
112
114
|
});
|
|
113
115
|
|
|
114
|
-
const tagName$
|
|
116
|
+
const tagName$1C = 'a';
|
|
115
117
|
const idGen$s = new core.IDGenerator('wm_anchor');
|
|
116
118
|
transpiler.register('wm-anchor', () => {
|
|
117
119
|
return {
|
|
118
120
|
pre: (attrs) => {
|
|
119
121
|
const counter = idGen$s.nextUid();
|
|
120
|
-
return `<${tagName$
|
|
122
|
+
return `<${tagName$1C} wmAnchor #${counter}="wmAnchor" role="link" data-identifier="anchor" [attr.aria-label]="${counter}.hint || ${counter}.caption" ${transpiler.getAttrMarkup(attrs)}>`;
|
|
121
123
|
},
|
|
122
|
-
post: () => `</${tagName$
|
|
124
|
+
post: () => `</${tagName$1C}>`
|
|
123
125
|
};
|
|
124
126
|
});
|
|
125
127
|
var anchor_build = () => { };
|
|
@@ -129,11 +131,11 @@
|
|
|
129
131
|
default: anchor_build
|
|
130
132
|
});
|
|
131
133
|
|
|
132
|
-
const tagName$
|
|
134
|
+
const tagName$1B = 'div';
|
|
133
135
|
transpiler.register('wm-audio', () => {
|
|
134
136
|
return {
|
|
135
|
-
pre: attrs => `<${tagName$
|
|
136
|
-
post: () => `</${tagName$
|
|
137
|
+
pre: attrs => `<${tagName$1B} wmAudio ${transpiler.getAttrMarkup(attrs)}>`,
|
|
138
|
+
post: () => `</${tagName$1B}>`
|
|
137
139
|
};
|
|
138
140
|
});
|
|
139
141
|
var audio_build = () => { };
|
|
@@ -143,15 +145,15 @@
|
|
|
143
145
|
default: audio_build
|
|
144
146
|
});
|
|
145
147
|
|
|
146
|
-
const tagName$
|
|
148
|
+
const tagName$1A = 'div';
|
|
147
149
|
const idGen$r = new core.IDGenerator('wm_html');
|
|
148
150
|
transpiler.register('wm-html', () => {
|
|
149
151
|
return {
|
|
150
152
|
pre: (attrs) => {
|
|
151
153
|
const counter = idGen$r.nextUid();
|
|
152
|
-
return `<${tagName$
|
|
154
|
+
return `<${tagName$1A} wmHtml #${counter}="wmHtml" [attr.aria-label]="${counter}.hint || 'HTML content'" ${transpiler.getAttrMarkup(attrs)}>`;
|
|
153
155
|
},
|
|
154
|
-
post: () => `</${tagName$
|
|
156
|
+
post: () => `</${tagName$1A}>`
|
|
155
157
|
};
|
|
156
158
|
});
|
|
157
159
|
var html_build = () => { };
|
|
@@ -161,11 +163,11 @@
|
|
|
161
163
|
default: html_build
|
|
162
164
|
});
|
|
163
165
|
|
|
164
|
-
const tagName$
|
|
166
|
+
const tagName$1z = 'span';
|
|
165
167
|
transpiler.register('wm-icon', () => {
|
|
166
168
|
return {
|
|
167
|
-
pre: attrs => `<${tagName$
|
|
168
|
-
post: () => `</${tagName$
|
|
169
|
+
pre: attrs => `<${tagName$1z} wmIcon aria-hidden="true" ${transpiler.getAttrMarkup(attrs)}>`,
|
|
170
|
+
post: () => `</${tagName$1z}>`
|
|
169
171
|
};
|
|
170
172
|
});
|
|
171
173
|
var icon_build = () => { };
|
|
@@ -175,11 +177,11 @@
|
|
|
175
177
|
default: icon_build
|
|
176
178
|
});
|
|
177
179
|
|
|
178
|
-
const tagName$
|
|
180
|
+
const tagName$1y = 'div';
|
|
179
181
|
transpiler.register('wm-iframe', () => {
|
|
180
182
|
return {
|
|
181
|
-
pre: attrs => `<${tagName$
|
|
182
|
-
post: () => `</${tagName$
|
|
183
|
+
pre: attrs => `<${tagName$1y} wmIframe ${transpiler.getAttrMarkup(attrs)}>`,
|
|
184
|
+
post: () => `</${tagName$1y}>`
|
|
183
185
|
};
|
|
184
186
|
});
|
|
185
187
|
var iframe_build = () => { };
|
|
@@ -189,7 +191,7 @@
|
|
|
189
191
|
default: iframe_build
|
|
190
192
|
});
|
|
191
193
|
|
|
192
|
-
let tagName$
|
|
194
|
+
let tagName$1x = 'p';
|
|
193
195
|
const idGen$q = new core.IDGenerator('wm_label');
|
|
194
196
|
transpiler.register('wm-label', () => {
|
|
195
197
|
return {
|
|
@@ -199,15 +201,15 @@
|
|
|
199
201
|
const classList = attrs.get('class') ? attrs.get('class').split(' ').filter(element => ["h1", "h2", "h3", "h4", "h5", "h6", "p"].includes(element)) : [];
|
|
200
202
|
attrs.set('type', classList.length ? classList[0] : "p");
|
|
201
203
|
}
|
|
202
|
-
tagName$
|
|
204
|
+
tagName$1x = attrs.get('type');
|
|
203
205
|
}
|
|
204
206
|
else {
|
|
205
|
-
tagName$
|
|
207
|
+
tagName$1x = 'label';
|
|
206
208
|
}
|
|
207
209
|
const counter = idGen$q.nextUid();
|
|
208
|
-
return `<${tagName$
|
|
210
|
+
return `<${tagName$1x} wmLabel #${counter}="wmLabel" [attr.aria-label]="${counter}.hint" ${transpiler.getAttrMarkup(attrs)}>`;
|
|
209
211
|
},
|
|
210
|
-
post: () => `</${tagName$
|
|
212
|
+
post: () => `</${tagName$1x}>`
|
|
211
213
|
};
|
|
212
214
|
});
|
|
213
215
|
var label_build = () => { };
|
|
@@ -217,13 +219,13 @@
|
|
|
217
219
|
default: label_build
|
|
218
220
|
});
|
|
219
221
|
|
|
220
|
-
const tagName$
|
|
222
|
+
const tagName$1w = 'img';
|
|
221
223
|
const idGen$p = new core.IDGenerator('wm_picture');
|
|
222
224
|
transpiler.register('wm-picture', () => {
|
|
223
225
|
return {
|
|
224
226
|
pre: (attrs) => {
|
|
225
227
|
const counter = idGen$p.nextUid();
|
|
226
|
-
return `<${tagName$
|
|
228
|
+
return `<${tagName$1w} wmPicture #${counter}="wmPicture" alt="image" wmImageCache="${attrs.get('offline') || 'true'}" [attr.aria-label]="${counter}.hint || 'Image'" ${transpiler.getAttrMarkup(attrs)}>`;
|
|
227
229
|
}
|
|
228
230
|
};
|
|
229
231
|
});
|
|
@@ -234,15 +236,15 @@
|
|
|
234
236
|
default: picture_build
|
|
235
237
|
});
|
|
236
238
|
|
|
237
|
-
const tagName$
|
|
239
|
+
const tagName$1v = 'div';
|
|
238
240
|
const idGen$o = new core.IDGenerator('wm_spinner');
|
|
239
241
|
transpiler.register('wm-spinner', () => {
|
|
240
242
|
return {
|
|
241
243
|
pre: (attrs) => {
|
|
242
244
|
const counter = idGen$o.nextUid();
|
|
243
|
-
return `<${tagName$
|
|
245
|
+
return `<${tagName$1v} wmSpinner #${counter}="wmSpinner" role="alert" [attr.aria-label]="${counter}.hint || 'Loading...'" aria-live="assertive" aria-busy="true" ${transpiler.getAttrMarkup(attrs)}>`;
|
|
244
246
|
},
|
|
245
|
-
post: () => `</${tagName$
|
|
247
|
+
post: () => `</${tagName$1v}>`
|
|
246
248
|
};
|
|
247
249
|
});
|
|
248
250
|
var spinner_build = () => { };
|
|
@@ -252,7 +254,7 @@
|
|
|
252
254
|
default: spinner_build
|
|
253
255
|
});
|
|
254
256
|
|
|
255
|
-
const tagName$
|
|
257
|
+
const tagName$1u = 'div';
|
|
256
258
|
const getAttr = (node, attrName) => node.attrs.find(attr => attr.name === attrName);
|
|
257
259
|
const getAttrValue = (node, attrName) => {
|
|
258
260
|
const match = getAttr(node, attrName);
|
|
@@ -280,8 +282,8 @@
|
|
|
280
282
|
}
|
|
281
283
|
}
|
|
282
284
|
},
|
|
283
|
-
pre: attrs => `<${tagName$
|
|
284
|
-
post: () => `</${tagName$
|
|
285
|
+
pre: attrs => `<${tagName$1u} wmProgressBar ${transpiler.getAttrMarkup(attrs)}>`,
|
|
286
|
+
post: () => `</${tagName$1u}>`
|
|
285
287
|
};
|
|
286
288
|
});
|
|
287
289
|
var progressBar_build = () => { };
|
|
@@ -291,11 +293,11 @@
|
|
|
291
293
|
default: progressBar_build
|
|
292
294
|
});
|
|
293
295
|
|
|
294
|
-
const tagName$
|
|
296
|
+
const tagName$1t = 'div';
|
|
295
297
|
transpiler.register('wm-progress-circle', () => {
|
|
296
298
|
return {
|
|
297
|
-
pre: attrs => `<${tagName$
|
|
298
|
-
post: () => `</${tagName$
|
|
299
|
+
pre: attrs => `<${tagName$1t} wmProgressCircle ${transpiler.getAttrMarkup(attrs)}>`,
|
|
300
|
+
post: () => `</${tagName$1t}>`
|
|
299
301
|
};
|
|
300
302
|
});
|
|
301
303
|
var progressCircle_build = () => { };
|
|
@@ -305,15 +307,15 @@
|
|
|
305
307
|
default: progressCircle_build
|
|
306
308
|
});
|
|
307
309
|
|
|
308
|
-
const tagName$
|
|
310
|
+
const tagName$1s = 'div';
|
|
309
311
|
const idGen$n = new core.IDGenerator('wm_richtexteditor');
|
|
310
312
|
transpiler.register('wm-richtexteditor', () => {
|
|
311
313
|
return {
|
|
312
314
|
pre: (attrs) => {
|
|
313
315
|
const counter = idGen$n.nextUid();
|
|
314
|
-
return `<${tagName$
|
|
316
|
+
return `<${tagName$1s} wmRichTextEditor #${counter}="wmRichTextEditor" role="textbox" [attr.aria-label]="${counter}.hint || 'Richtext editor'" ${transpiler.getFormMarkupAttr(attrs)}>`;
|
|
315
317
|
},
|
|
316
|
-
post: () => `</${tagName$
|
|
318
|
+
post: () => `</${tagName$1s}>`
|
|
317
319
|
};
|
|
318
320
|
});
|
|
319
321
|
var richTextEditor_build = () => { };
|
|
@@ -323,11 +325,11 @@
|
|
|
323
325
|
default: richTextEditor_build
|
|
324
326
|
});
|
|
325
327
|
|
|
326
|
-
const tagName$
|
|
328
|
+
const tagName$1r = 'div';
|
|
327
329
|
transpiler.register('wm-search', () => {
|
|
328
330
|
return {
|
|
329
|
-
pre: attrs => `<${tagName$
|
|
330
|
-
post: () => `</${tagName$
|
|
331
|
+
pre: attrs => `<${tagName$1r} wmSearch ${transpiler.getFormMarkupAttr(attrs)} ${core.getNgModelAttr(attrs)}>`,
|
|
332
|
+
post: () => `</${tagName$1r}>`
|
|
331
333
|
};
|
|
332
334
|
});
|
|
333
335
|
var search_build = () => { };
|
|
@@ -337,11 +339,11 @@
|
|
|
337
339
|
default: search_build
|
|
338
340
|
});
|
|
339
341
|
|
|
340
|
-
const tagName$
|
|
342
|
+
const tagName$1q = 'ul';
|
|
341
343
|
transpiler.register('wm-tree', () => {
|
|
342
344
|
return {
|
|
343
|
-
pre: attrs => `<${tagName$
|
|
344
|
-
post: () => `</${tagName$
|
|
345
|
+
pre: attrs => `<${tagName$1q} wmTree class="ztree" ${transpiler.getAttrMarkup(attrs)}>`,
|
|
346
|
+
post: () => `</${tagName$1q}>`
|
|
345
347
|
};
|
|
346
348
|
});
|
|
347
349
|
|
|
@@ -349,11 +351,11 @@
|
|
|
349
351
|
__proto__: null
|
|
350
352
|
});
|
|
351
353
|
|
|
352
|
-
const tagName$
|
|
354
|
+
const tagName$1p = 'div';
|
|
353
355
|
transpiler.register('wm-card', () => {
|
|
354
356
|
return {
|
|
355
|
-
pre: attrs => `<${tagName$
|
|
356
|
-
post: () => `</${tagName$
|
|
357
|
+
pre: attrs => `<${tagName$1p} wmCard ${transpiler.getAttrMarkup(attrs)}>`,
|
|
358
|
+
post: () => `</${tagName$1p}>`
|
|
357
359
|
};
|
|
358
360
|
});
|
|
359
361
|
var card_build = () => { };
|
|
@@ -363,11 +365,11 @@
|
|
|
363
365
|
default: card_build
|
|
364
366
|
});
|
|
365
367
|
|
|
366
|
-
const tagName$
|
|
368
|
+
const tagName$1o = 'div';
|
|
367
369
|
transpiler.register('wm-card-content', () => {
|
|
368
370
|
return {
|
|
369
|
-
pre: attrs => `<${tagName$
|
|
370
|
-
post: () => `</${tagName$
|
|
371
|
+
pre: attrs => `<${tagName$1o} wmCardContent partialContainer ${transpiler.getAttrMarkup(attrs)}>`,
|
|
372
|
+
post: () => `</${tagName$1o}>`
|
|
371
373
|
};
|
|
372
374
|
});
|
|
373
375
|
var cardContent_build = () => { };
|
|
@@ -377,11 +379,11 @@
|
|
|
377
379
|
default: cardContent_build
|
|
378
380
|
});
|
|
379
381
|
|
|
380
|
-
const tagName$
|
|
382
|
+
const tagName$1n = 'div';
|
|
381
383
|
transpiler.register('wm-card-actions', () => {
|
|
382
384
|
return {
|
|
383
|
-
pre: attrs => `<${tagName$
|
|
384
|
-
post: () => `</${tagName$
|
|
385
|
+
pre: attrs => `<${tagName$1n} wmCardActions ${transpiler.getAttrMarkup(attrs)}>`,
|
|
386
|
+
post: () => `</${tagName$1n}>`
|
|
385
387
|
};
|
|
386
388
|
});
|
|
387
389
|
var cardActions_build = () => { };
|
|
@@ -391,11 +393,11 @@
|
|
|
391
393
|
default: cardActions_build
|
|
392
394
|
});
|
|
393
395
|
|
|
394
|
-
const tagName$
|
|
396
|
+
const tagName$1m = 'div';
|
|
395
397
|
transpiler.register('wm-card-footer', () => {
|
|
396
398
|
return {
|
|
397
|
-
pre: attrs => `<${tagName$
|
|
398
|
-
post: () => `</${tagName$
|
|
399
|
+
pre: attrs => `<${tagName$1m} wmCardFooter ${transpiler.getAttrMarkup(attrs)}>`,
|
|
400
|
+
post: () => `</${tagName$1m}>`
|
|
399
401
|
};
|
|
400
402
|
});
|
|
401
403
|
var cardFooter_build = () => { };
|
|
@@ -405,11 +407,11 @@
|
|
|
405
407
|
default: cardFooter_build
|
|
406
408
|
});
|
|
407
409
|
|
|
408
|
-
const tagName$
|
|
410
|
+
const tagName$1l = 'div';
|
|
409
411
|
transpiler.register('wm-chart', () => {
|
|
410
412
|
return {
|
|
411
|
-
pre: attrs => `<${tagName$
|
|
412
|
-
post: () => `</${tagName$
|
|
413
|
+
pre: attrs => `<${tagName$1l} wmChart redrawable aria-label="${attrs.get('type')} Chart" ${transpiler.getAttrMarkup(attrs)}>`,
|
|
414
|
+
post: () => `</${tagName$1l}>`
|
|
413
415
|
};
|
|
414
416
|
});
|
|
415
417
|
var chart_build = () => { };
|
|
@@ -419,7 +421,7 @@
|
|
|
419
421
|
default: chart_build
|
|
420
422
|
});
|
|
421
423
|
|
|
422
|
-
const tagName$
|
|
424
|
+
const tagName$1k = 'div';
|
|
423
425
|
const dataSetKey$4 = 'dataset';
|
|
424
426
|
const idGen$m = new core.IDGenerator('wm_accordion_ref_');
|
|
425
427
|
const isDynamicAccordion = node => node.attrs.find(attr => attr.name === 'type' && attr.value === 'dynamic');
|
|
@@ -429,9 +431,9 @@
|
|
|
429
431
|
// generating unique Id for the accordion
|
|
430
432
|
const counter = idGen$m.nextUid();
|
|
431
433
|
shared.set('accordion_ref', counter);
|
|
432
|
-
return `<${tagName$
|
|
434
|
+
return `<${tagName$1k} wmAccordion #${counter}="wmAccordion" role="tablist" aria-multiselectable="true" ${transpiler.getAttrMarkup(attrs)}>`;
|
|
433
435
|
},
|
|
434
|
-
post: () => `</${tagName$
|
|
436
|
+
post: () => `</${tagName$1k}>`,
|
|
435
437
|
template: (node, shared) => {
|
|
436
438
|
// check if the accordion is dynamic
|
|
437
439
|
if (isDynamicAccordion(node)) {
|
|
@@ -462,15 +464,15 @@
|
|
|
462
464
|
default: accordion_build
|
|
463
465
|
});
|
|
464
466
|
|
|
465
|
-
const tagName$
|
|
467
|
+
const tagName$1j = 'div';
|
|
466
468
|
const idGen$l = new core.IDGenerator('wm_accordionpane');
|
|
467
469
|
transpiler.register('wm-accordionpane', () => {
|
|
468
470
|
return {
|
|
469
471
|
pre: (attrs) => {
|
|
470
472
|
const counter = idGen$l.nextUid();
|
|
471
|
-
return `<${tagName$
|
|
473
|
+
return `<${tagName$1j} #${counter}="wmAccordionPane" [attr.aria-expanded]="${counter}.isActive" wmAccordionPane partialContainer wm-navigable-element="true" role="tab" ${transpiler.getAttrMarkup(attrs)}>`;
|
|
472
474
|
},
|
|
473
|
-
post: () => `</${tagName$
|
|
475
|
+
post: () => `</${tagName$1j}>`
|
|
474
476
|
};
|
|
475
477
|
});
|
|
476
478
|
var accordionPane_build = () => { };
|
|
@@ -480,11 +482,11 @@
|
|
|
480
482
|
default: accordionPane_build
|
|
481
483
|
});
|
|
482
484
|
|
|
483
|
-
const tagName$
|
|
485
|
+
const tagName$1i = 'div';
|
|
484
486
|
transpiler.register('wm-container', () => {
|
|
485
487
|
return {
|
|
486
|
-
pre: attrs => `<${tagName$
|
|
487
|
-
post: () => `</${tagName$
|
|
488
|
+
pre: attrs => `<${tagName$1i} wmContainer partialContainer wmSmoothscroll="${attrs.get('smoothscroll') || 'false'}" ${transpiler.getAttrMarkup(attrs)}>`,
|
|
489
|
+
post: () => `</${tagName$1i}>`
|
|
488
490
|
};
|
|
489
491
|
});
|
|
490
492
|
var container_build = () => { };
|
|
@@ -494,11 +496,11 @@
|
|
|
494
496
|
default: container_build
|
|
495
497
|
});
|
|
496
498
|
|
|
497
|
-
const tagName$
|
|
499
|
+
const tagName$1h = 'div';
|
|
498
500
|
transpiler.register('wm-gridcolumn', () => {
|
|
499
501
|
return {
|
|
500
|
-
pre: attrs => `<${tagName$
|
|
501
|
-
post: () => `</${tagName$
|
|
502
|
+
pre: attrs => `<${tagName$1h} wmLayoutGridColumn ${transpiler.getAttrMarkup(attrs)}>`,
|
|
503
|
+
post: () => `</${tagName$1h}>`
|
|
502
504
|
};
|
|
503
505
|
});
|
|
504
506
|
var layoutGridColumn_build = () => { };
|
|
@@ -508,11 +510,11 @@
|
|
|
508
510
|
default: layoutGridColumn_build
|
|
509
511
|
});
|
|
510
512
|
|
|
511
|
-
const tagName$
|
|
513
|
+
const tagName$1g = 'div';
|
|
512
514
|
transpiler.register('wm-gridrow', () => {
|
|
513
515
|
return {
|
|
514
|
-
pre: attrs => `<${tagName$
|
|
515
|
-
post: () => `</${tagName$
|
|
516
|
+
pre: attrs => `<${tagName$1g} wmLayoutGridRow ${transpiler.getAttrMarkup(attrs)}>`,
|
|
517
|
+
post: () => `</${tagName$1g}>`
|
|
516
518
|
};
|
|
517
519
|
});
|
|
518
520
|
var layoutGridRow_build = () => { };
|
|
@@ -522,11 +524,11 @@
|
|
|
522
524
|
default: layoutGridRow_build
|
|
523
525
|
});
|
|
524
526
|
|
|
525
|
-
const tagName$
|
|
527
|
+
const tagName$1f = 'div';
|
|
526
528
|
transpiler.register('wm-layoutgrid', () => {
|
|
527
529
|
return {
|
|
528
|
-
pre: attrs => `<${tagName$
|
|
529
|
-
post: () => `</${tagName$
|
|
530
|
+
pre: attrs => `<${tagName$1f} wmLayoutGrid ${transpiler.getAttrMarkup(attrs)}>`,
|
|
531
|
+
post: () => `</${tagName$1f}>`
|
|
530
532
|
};
|
|
531
533
|
});
|
|
532
534
|
var layoutGrid_build = () => { };
|
|
@@ -536,21 +538,21 @@
|
|
|
536
538
|
default: layoutGrid_build
|
|
537
539
|
});
|
|
538
540
|
|
|
539
|
-
const tagName$
|
|
541
|
+
const tagName$1e = 'div';
|
|
540
542
|
const idGen$k = new core.IDGenerator('wm_panel');
|
|
541
543
|
transpiler.register('wm-panel', () => {
|
|
542
544
|
return {
|
|
543
545
|
pre: (attrs) => {
|
|
544
546
|
const counter = idGen$k.nextUid();
|
|
545
|
-
return `<${tagName$
|
|
547
|
+
return `<${tagName$1e} wmPanel #${counter}="wmPanel" partialContainer wm-navigable-element="true" ${transpiler.getAttrMarkup(attrs)}>`;
|
|
546
548
|
},
|
|
547
|
-
post: () => `</${tagName$
|
|
549
|
+
post: () => `</${tagName$1e}>`
|
|
548
550
|
};
|
|
549
551
|
});
|
|
550
552
|
transpiler.register('wm-panel-footer', () => {
|
|
551
553
|
return {
|
|
552
|
-
pre: attrs => `<${tagName$
|
|
553
|
-
post: () => `</${tagName$
|
|
554
|
+
pre: attrs => `<${tagName$1e} wmPanelFooter ${transpiler.getAttrMarkup(attrs)}>`,
|
|
555
|
+
post: () => `</${tagName$1e}>`
|
|
554
556
|
};
|
|
555
557
|
});
|
|
556
558
|
var panel_build = () => { };
|
|
@@ -560,11 +562,11 @@
|
|
|
560
562
|
default: panel_build
|
|
561
563
|
});
|
|
562
564
|
|
|
563
|
-
const tagName$
|
|
565
|
+
const tagName$1d = 'div';
|
|
564
566
|
transpiler.register('wm-segmented-control', () => {
|
|
565
567
|
return {
|
|
566
|
-
pre: attrs => `<${tagName$
|
|
567
|
-
post: () => `</${tagName$
|
|
568
|
+
pre: attrs => `<${tagName$1d} wmSegmentedControl ${transpiler.getAttrMarkup(attrs)}>`,
|
|
569
|
+
post: () => `</${tagName$1d}>`
|
|
568
570
|
};
|
|
569
571
|
});
|
|
570
572
|
var segmentedControl_build = () => { };
|
|
@@ -574,11 +576,11 @@
|
|
|
574
576
|
default: segmentedControl_build
|
|
575
577
|
});
|
|
576
578
|
|
|
577
|
-
const tagName$
|
|
579
|
+
const tagName$1c = 'li';
|
|
578
580
|
transpiler.register('wm-segment-content', () => {
|
|
579
581
|
return {
|
|
580
|
-
pre: attrs => `<${tagName$
|
|
581
|
-
post: () => `</${tagName$
|
|
582
|
+
pre: attrs => `<${tagName$1c} wmSegmentContent partialContainer wmSmoothscroll=${attrs.get('smoothscroll') || 'false'} wm-navigable-element="true" ${transpiler.getAttrMarkup(attrs)}>`,
|
|
583
|
+
post: () => `</${tagName$1c}>`
|
|
582
584
|
};
|
|
583
585
|
});
|
|
584
586
|
var segmentContent_build = () => { };
|
|
@@ -598,8 +600,10 @@
|
|
|
598
600
|
const widgetRef = (parentAccordion && parentAccordion.get('accordion_ref')) || (parentTab && parentTab.get('tabs_ref'));
|
|
599
601
|
if (widgetRef) {
|
|
600
602
|
return `<div *ngIf="${widgetRef}.fieldDefs && !${widgetRef}.fieldDefs.length">{{${widgetRef}.nodatamessage}}</div>
|
|
601
|
-
<${dynamicTemplateTagName} wmRepeatTemplate
|
|
602
|
-
<ng-container [ngTemplateOutlet]="widgetRef${counter}"
|
|
603
|
+
<${dynamicTemplateTagName} wmRepeatTemplate #repeatItemRef="repeatItemRef" ${transpiler.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>
|
|
603
607
|
</${dynamicTemplateTagName}>
|
|
604
608
|
<ng-template #widgetRef${counter++} let-item="item" let-index="index">`;
|
|
605
609
|
}
|
|
@@ -614,7 +618,7 @@
|
|
|
614
618
|
default: repeatTemplate_build
|
|
615
619
|
});
|
|
616
620
|
|
|
617
|
-
const tagName$
|
|
621
|
+
const tagName$1b = 'div';
|
|
618
622
|
const dataSetKey$3 = 'dataset';
|
|
619
623
|
const idGen$j = new core.IDGenerator('wm_tabs_ref_');
|
|
620
624
|
const isDynamicTabs = node => node.attrs.find(attr => attr.name === 'type' && attr.value === 'dynamic');
|
|
@@ -624,9 +628,9 @@
|
|
|
624
628
|
// generating unique Id for the tabs
|
|
625
629
|
const counter = idGen$j.nextUid();
|
|
626
630
|
shared.set('tabs_ref', counter);
|
|
627
|
-
return `<${tagName$
|
|
631
|
+
return `<${tagName$1b} wmTabs #${counter}="wmTabs" ${transpiler.getAttrMarkup(attrs)}>`;
|
|
628
632
|
},
|
|
629
|
-
post: () => `</${tagName$
|
|
633
|
+
post: () => `</${tagName$1b}>`,
|
|
630
634
|
template: (node, shared) => {
|
|
631
635
|
// check if the tab widget is dynamic
|
|
632
636
|
if (isDynamicTabs(node)) {
|
|
@@ -657,11 +661,11 @@
|
|
|
657
661
|
default: tabs_build
|
|
658
662
|
});
|
|
659
663
|
|
|
660
|
-
const tagName$
|
|
664
|
+
const tagName$1a = 'div';
|
|
661
665
|
transpiler.register('wm-tabpane', () => {
|
|
662
666
|
return {
|
|
663
|
-
pre: attrs => `<${tagName$
|
|
664
|
-
post: () => `</${tagName$
|
|
667
|
+
pre: attrs => `<${tagName$1a} wmTabPane partialContainer ${transpiler.getAttrMarkup(attrs)} wm-navigable-element="true" role="tabpanel">`,
|
|
668
|
+
post: () => `</${tagName$1a}>`
|
|
665
669
|
};
|
|
666
670
|
});
|
|
667
671
|
var tabPane_build = () => { };
|
|
@@ -671,11 +675,11 @@
|
|
|
671
675
|
default: tabPane_build
|
|
672
676
|
});
|
|
673
677
|
|
|
674
|
-
const tagName$
|
|
678
|
+
const tagName$19 = 'div';
|
|
675
679
|
transpiler.register('wm-tile', () => {
|
|
676
680
|
return {
|
|
677
|
-
pre: attrs => `<${tagName$
|
|
678
|
-
post: () => `</${tagName$
|
|
681
|
+
pre: attrs => `<${tagName$19} wmTile aria-describedby="Tile" wm-navigable-element="true" ${transpiler.getAttrMarkup(attrs)}>`,
|
|
682
|
+
post: () => `</${tagName$19}>`
|
|
679
683
|
};
|
|
680
684
|
});
|
|
681
685
|
var tile_build = () => { };
|
|
@@ -685,11 +689,11 @@
|
|
|
685
689
|
default: tile_build
|
|
686
690
|
});
|
|
687
691
|
|
|
688
|
-
const tagName$
|
|
692
|
+
const tagName$18 = 'div';
|
|
689
693
|
transpiler.register('wm-wizard', () => {
|
|
690
694
|
return {
|
|
691
|
-
pre: attrs => `<${tagName$
|
|
692
|
-
post: () => `</${tagName$
|
|
695
|
+
pre: attrs => `<${tagName$18} wmWizard role="tablist" ${transpiler.getAttrMarkup(attrs)}>`,
|
|
696
|
+
post: () => `</${tagName$18}>`
|
|
693
697
|
};
|
|
694
698
|
});
|
|
695
699
|
var wizard_build = () => { };
|
|
@@ -699,16 +703,16 @@
|
|
|
699
703
|
default: wizard_build
|
|
700
704
|
});
|
|
701
705
|
|
|
702
|
-
const tagName$
|
|
706
|
+
const tagName$17 = 'form';
|
|
703
707
|
const idGen$i = new core.IDGenerator('wizard_step_id_');
|
|
704
708
|
transpiler.register('wm-wizardstep', () => {
|
|
705
709
|
return {
|
|
706
710
|
pre: attrs => {
|
|
707
711
|
const counter = idGen$i.nextUid();
|
|
708
|
-
return `<${tagName$
|
|
712
|
+
return `<${tagName$17} wmWizardStep #${counter}="wmWizardStep" ${transpiler.getAttrMarkup(attrs)}>
|
|
709
713
|
<ng-template [ngIf]="${counter}.isInitialized">`;
|
|
710
714
|
},
|
|
711
|
-
post: () => `</ng-template></${tagName$
|
|
715
|
+
post: () => `</ng-template></${tagName$17}>`
|
|
712
716
|
};
|
|
713
717
|
});
|
|
714
718
|
var wizardStep_build = () => { };
|
|
@@ -718,15 +722,15 @@
|
|
|
718
722
|
default: wizardStep_build
|
|
719
723
|
});
|
|
720
724
|
|
|
721
|
-
const tagName$
|
|
725
|
+
const tagName$16 = 'button';
|
|
722
726
|
const idGen$h = new core.IDGenerator('wm_barcodescanner');
|
|
723
727
|
transpiler.register('wm-barcodescanner', () => {
|
|
724
728
|
return {
|
|
725
729
|
pre: (attrs) => {
|
|
726
730
|
const counter = idGen$h.nextUid();
|
|
727
|
-
return `<${tagName$
|
|
731
|
+
return `<${tagName$16} wmBarcodescanner #${counter}="wmBarcodescanner" [attr.aria-label]="${counter}.hint || 'Barcode scanner'" ${transpiler.getAttrMarkup(attrs)}>`;
|
|
728
732
|
},
|
|
729
|
-
post: () => `</${tagName$
|
|
733
|
+
post: () => `</${tagName$16}>`
|
|
730
734
|
};
|
|
731
735
|
});
|
|
732
736
|
var barcodeScanner_build = () => { };
|
|
@@ -736,15 +740,15 @@
|
|
|
736
740
|
default: barcodeScanner_build
|
|
737
741
|
});
|
|
738
742
|
|
|
739
|
-
const tagName$
|
|
743
|
+
const tagName$15 = 'button';
|
|
740
744
|
const idGen$g = new core.IDGenerator('wm_camera');
|
|
741
745
|
transpiler.register('wm-camera', () => {
|
|
742
746
|
return {
|
|
743
747
|
pre: (attrs) => {
|
|
744
748
|
const counter = idGen$g.nextUid();
|
|
745
|
-
return `<${tagName$
|
|
749
|
+
return `<${tagName$15} type='button' wmCamera #${counter}="wmCamera" [attr.aria-label]="${counter}.hint || 'Camera'" ${transpiler.getAttrMarkup(attrs)}>`;
|
|
746
750
|
},
|
|
747
|
-
post: () => `</${tagName$
|
|
751
|
+
post: () => `</${tagName$15}>`
|
|
748
752
|
};
|
|
749
753
|
});
|
|
750
754
|
var camera_build = () => { };
|
|
@@ -754,11 +758,11 @@
|
|
|
754
758
|
default: camera_build
|
|
755
759
|
});
|
|
756
760
|
|
|
757
|
-
const tagName$
|
|
761
|
+
const tagName$14 = 'div';
|
|
758
762
|
transpiler.register('wm-alertdialog', () => {
|
|
759
763
|
return {
|
|
760
|
-
pre: attrs => `<${tagName$
|
|
761
|
-
post: () => `</${tagName$
|
|
764
|
+
pre: attrs => `<${tagName$14} wmAlertDialog role="alertdialog" wm-navigable-element="true" ${transpiler.getAttrMarkup(attrs)}>`,
|
|
765
|
+
post: () => `</${tagName$14}>`
|
|
762
766
|
};
|
|
763
767
|
});
|
|
764
768
|
var alertDialog_build = () => { };
|
|
@@ -768,11 +772,11 @@
|
|
|
768
772
|
default: alertDialog_build
|
|
769
773
|
});
|
|
770
774
|
|
|
771
|
-
const tagName$
|
|
775
|
+
const tagName$13 = 'div';
|
|
772
776
|
transpiler.register('wm-confirmdialog', () => {
|
|
773
777
|
return {
|
|
774
|
-
pre: attrs => `<${tagName$
|
|
775
|
-
post: () => `</${tagName$
|
|
778
|
+
pre: attrs => `<${tagName$13} wmConfirmDialog wm-navigable-element="true" ${transpiler.getAttrMarkup(attrs)}>`,
|
|
779
|
+
post: () => `</${tagName$13}>`
|
|
776
780
|
};
|
|
777
781
|
});
|
|
778
782
|
var confirmDialog_build = () => { };
|
|
@@ -782,11 +786,11 @@
|
|
|
782
786
|
default: confirmDialog_build
|
|
783
787
|
});
|
|
784
788
|
|
|
785
|
-
const tagName$
|
|
789
|
+
const tagName$12 = 'div';
|
|
786
790
|
transpiler.register('wm-dialogactions', () => {
|
|
787
791
|
return {
|
|
788
|
-
pre: attrs => `<ng-template #dialogFooter><${tagName$
|
|
789
|
-
post: () => `</${tagName$
|
|
792
|
+
pre: attrs => `<ng-template #dialogFooter><${tagName$12} wmDialogFooter data-identfier="actions" ${transpiler.getAttrMarkup(attrs)}>`,
|
|
793
|
+
post: () => `</${tagName$12}></ng-template>`
|
|
790
794
|
};
|
|
791
795
|
});
|
|
792
796
|
var dialogFooter_build = () => { };
|
|
@@ -796,11 +800,11 @@
|
|
|
796
800
|
default: dialogFooter_build
|
|
797
801
|
});
|
|
798
802
|
|
|
799
|
-
const tagName$
|
|
803
|
+
const tagName$11 = 'div';
|
|
800
804
|
transpiler.register('wm-dialog', () => {
|
|
801
805
|
return {
|
|
802
|
-
pre: attrs => `<${tagName$
|
|
803
|
-
post: () => `</ng-template></${tagName$
|
|
806
|
+
pre: attrs => `<${tagName$11} wmDialog ${transpiler.getAttrMarkup(attrs)} aria-modal="true" role="dialog" wm-navigable-element="true"><ng-template #dialogBody>`,
|
|
807
|
+
post: () => `</ng-template></${tagName$11}>`
|
|
804
808
|
};
|
|
805
809
|
});
|
|
806
810
|
// Todo:vinay remove wm-view in migration
|
|
@@ -817,11 +821,11 @@
|
|
|
817
821
|
default: dialog_build
|
|
818
822
|
});
|
|
819
823
|
|
|
820
|
-
const tagName$
|
|
824
|
+
const tagName$10 = 'div';
|
|
821
825
|
transpiler.register('wm-iframedialog', () => {
|
|
822
826
|
return {
|
|
823
|
-
pre: attrs => `<${tagName$
|
|
824
|
-
post: () => `</${tagName$
|
|
827
|
+
pre: attrs => `<${tagName$10} wmIframeDialog wm-navigable-element="true" ${transpiler.getAttrMarkup(attrs)}>`,
|
|
828
|
+
post: () => `</${tagName$10}>`
|
|
825
829
|
};
|
|
826
830
|
});
|
|
827
831
|
var iframeDialog_build = () => { };
|
|
@@ -831,11 +835,11 @@
|
|
|
831
835
|
default: iframeDialog_build
|
|
832
836
|
});
|
|
833
837
|
|
|
834
|
-
const tagName
|
|
838
|
+
const tagName$$ = 'div';
|
|
835
839
|
transpiler.register('wm-logindialog', () => {
|
|
836
840
|
return {
|
|
837
|
-
pre: attrs => `<${tagName
|
|
838
|
-
post: () => `</ng-template></${tagName
|
|
841
|
+
pre: attrs => `<${tagName$$} wmDialog wmLoginDialog ${transpiler.getAttrMarkup(attrs)} eventsource.bind="Actions.loginAction" wm-navigable-element="true"><ng-template #dialogBody>`,
|
|
842
|
+
post: () => `</ng-template></${tagName$$}>`
|
|
839
843
|
};
|
|
840
844
|
});
|
|
841
845
|
var loginDialog_build = () => { };
|
|
@@ -845,7 +849,7 @@
|
|
|
845
849
|
default: loginDialog_build
|
|
846
850
|
});
|
|
847
851
|
|
|
848
|
-
const tagName
|
|
852
|
+
const tagName$_ = 'div';
|
|
849
853
|
transpiler.register('wm-pagedialog', () => {
|
|
850
854
|
return {
|
|
851
855
|
pre: (attrs, shared) => {
|
|
@@ -871,14 +875,14 @@
|
|
|
871
875
|
shared.set('hasPartialContent', true);
|
|
872
876
|
containerMarkup += `<ng-template><div wmContainer #partial partialContainer ${contentMarkup} width="100%" height="100%" ${onLoadEvtMarkup}>`;
|
|
873
877
|
}
|
|
874
|
-
return `<${tagName
|
|
878
|
+
return `<${tagName$_} wmPartialDialog ${transpiler.getAttrMarkup(attrs)}>${containerMarkup}`;
|
|
875
879
|
},
|
|
876
880
|
post: (attrs, shared) => {
|
|
877
881
|
let preContent = '';
|
|
878
882
|
if (shared.get('hasPartialContent')) {
|
|
879
883
|
preContent = `</div></ng-template>`;
|
|
880
884
|
}
|
|
881
|
-
return `${preContent}</${tagName
|
|
885
|
+
return `${preContent}</${tagName$_}>`;
|
|
882
886
|
}
|
|
883
887
|
};
|
|
884
888
|
});
|
|
@@ -957,7 +961,7 @@
|
|
|
957
961
|
return (fieldTypeWidgetTypeMap[colDef.type] && fieldTypeWidgetTypeMap[colDef.type][0]) || core.FormWidgetType.TEXT;
|
|
958
962
|
};
|
|
959
963
|
|
|
960
|
-
const tagName$
|
|
964
|
+
const tagName$Z = 'div';
|
|
961
965
|
const idGen$f = new core.IDGenerator('formfield_');
|
|
962
966
|
const getEventsTemplate = (attrs) => {
|
|
963
967
|
const eventAttrs = new Map();
|
|
@@ -1082,7 +1086,7 @@
|
|
|
1082
1086
|
else {
|
|
1083
1087
|
setDefaultPlaceholder(attrs, widgetType, 2);
|
|
1084
1088
|
}
|
|
1085
|
-
return `<${tagName$
|
|
1089
|
+
return `<${tagName$Z} data-role="${dataRole}" [formGroup]="${pCounter}.ngform" wmFormField wmCaptionPosition #${counter}="wmFormField" widgettype="${widgetType}" ${transpiler.getFormMarkupAttr(attrs)}>
|
|
1086
1090
|
<div class="live-field form-group app-composite-widget clearfix caption-{{${pCounter}.captionposition}}" widget="${widgetType}">
|
|
1087
1091
|
<label [hidden]="!${counter}.displayname" class="app-label control-label formfield-label {{${pCounter}._captionClass}}"
|
|
1088
1092
|
[ngStyle]="{width: ${pCounter}.captionsize}" [ngClass]="{'text-danger': ${counter}._control?.invalid && ${counter}._control?.touched && ${pCounter}.isUpdateMode,
|
|
@@ -1098,7 +1102,7 @@
|
|
|
1098
1102
|
</div>
|
|
1099
1103
|
</div>`;
|
|
1100
1104
|
},
|
|
1101
|
-
post: () => `</${tagName$
|
|
1105
|
+
post: () => `</${tagName$Z}>`,
|
|
1102
1106
|
provide: (attrs, shared) => {
|
|
1103
1107
|
const provider = new Map();
|
|
1104
1108
|
provider.set('form_reference', shared.get('counter'));
|
|
@@ -1120,11 +1124,11 @@
|
|
|
1120
1124
|
default: formField_build
|
|
1121
1125
|
});
|
|
1122
1126
|
|
|
1123
|
-
const tagName$
|
|
1127
|
+
const tagName$Y = 'div';
|
|
1124
1128
|
const registerAction = (tmpl) => {
|
|
1125
1129
|
return {
|
|
1126
|
-
pre: attrs => `<${tagName$
|
|
1127
|
-
post: () => `</${tagName$
|
|
1130
|
+
pre: attrs => `<${tagName$Y} wmFormAction name="${attrs.get('name') || attrs.get('key')}" ${transpiler.getAttrMarkup(attrs)} ${tmpl}>`,
|
|
1131
|
+
post: () => `</${tagName$Y}>`
|
|
1128
1132
|
};
|
|
1129
1133
|
};
|
|
1130
1134
|
transpiler.register('wm-form-action', registerAction.bind(undefined, ''));
|
|
@@ -1136,7 +1140,7 @@
|
|
|
1136
1140
|
default: formAction_build
|
|
1137
1141
|
});
|
|
1138
1142
|
|
|
1139
|
-
const tagName$
|
|
1143
|
+
const tagName$X = 'form';
|
|
1140
1144
|
const idGen$e = new core.IDGenerator('form_');
|
|
1141
1145
|
const formWidgets$1 = new Set([
|
|
1142
1146
|
'wm-text',
|
|
@@ -1213,7 +1217,7 @@
|
|
|
1213
1217
|
const classProp = attrs.get('formlayout') === 'page' ? 'app-device-liveform panel liveform-inline' : '';
|
|
1214
1218
|
const dialogAttributes = ['title', 'title.bind', 'iconclass', 'iconclass.bind', 'width'];
|
|
1215
1219
|
attrs.delete('dependson');
|
|
1216
|
-
const liveFormTmpl = `<${tagName$
|
|
1220
|
+
const liveFormTmpl = `<${tagName$X} wmForm data-role="${role}" ${directiveAttr} #${counter} ngNativeValidate [formGroup]="${counter}.ngform" [noValidate]="${counter}.validationtype !== 'html'"
|
|
1217
1221
|
class="${classProp}" [class]="${counter}.captionAlignClass" [autocomplete]="${counter}.autocomplete ? 'on' : 'off'" captionposition=${attrs.get('captionposition')}`;
|
|
1218
1222
|
attrs.set('numberOfFields', `${numberOfFields}`);
|
|
1219
1223
|
shared.set('counter', counter);
|
|
@@ -1248,7 +1252,10 @@
|
|
|
1248
1252
|
tabindex.bind="btn.tabindex" [class.hidden]="btn.updateMode ? !${counter}.isUpdateMode : ${counter}.isUpdateMode"></button>
|
|
1249
1253
|
</ng-template>`;
|
|
1250
1254
|
mobileFormContentTmpl = `<header wmMobileNavbar name="${name}" ${transpiler.getAttrMarkup(navbarAttrsMap)}>
|
|
1251
|
-
<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})">
|
|
1252
1259
|
</ng-container>
|
|
1253
1260
|
</header>
|
|
1254
1261
|
<div class="form-elements panel-body" >`;
|
|
@@ -1263,12 +1270,12 @@
|
|
|
1263
1270
|
return '</form></ng-template></div></div>';
|
|
1264
1271
|
}
|
|
1265
1272
|
if (attrs.get('formlayout') === 'page') {
|
|
1266
|
-
return `</div></${tagName$
|
|
1273
|
+
return `</div></${tagName$X}>`;
|
|
1267
1274
|
}
|
|
1268
1275
|
if (attrs.get('dependsontable')) {
|
|
1269
|
-
return `</${tagName$
|
|
1276
|
+
return `</${tagName$X}></div>`;
|
|
1270
1277
|
}
|
|
1271
|
-
return `</${tagName$
|
|
1278
|
+
return `</${tagName$X}>`;
|
|
1272
1279
|
},
|
|
1273
1280
|
provide: (attrs, shared) => {
|
|
1274
1281
|
const provider = new Map();
|
|
@@ -1287,14 +1294,14 @@
|
|
|
1287
1294
|
default: form_build
|
|
1288
1295
|
});
|
|
1289
1296
|
|
|
1290
|
-
const tagName$
|
|
1297
|
+
const tagName$W = 'div';
|
|
1291
1298
|
transpiler.register('wm-calendar', () => {
|
|
1292
1299
|
return {
|
|
1293
1300
|
pre: (attrs) => {
|
|
1294
1301
|
let viewType = attrs.get('view') ? attrs.get('view') + ' view' : 'month view';
|
|
1295
|
-
return `<${tagName$
|
|
1302
|
+
return `<${tagName$W} wmCalendar redrawable style="width:100%" aria-label="${viewType}" ${transpiler.getAttrMarkup(attrs)}>`;
|
|
1296
1303
|
},
|
|
1297
|
-
post: () => `</${tagName$
|
|
1304
|
+
post: () => `</${tagName$W}>`
|
|
1298
1305
|
};
|
|
1299
1306
|
});
|
|
1300
1307
|
var calendar_build = () => { };
|
|
@@ -1304,11 +1311,11 @@
|
|
|
1304
1311
|
default: calendar_build
|
|
1305
1312
|
});
|
|
1306
1313
|
|
|
1307
|
-
const tagName$
|
|
1314
|
+
const tagName$V = 'ul';
|
|
1308
1315
|
transpiler.register('wm-chips', () => {
|
|
1309
1316
|
return {
|
|
1310
|
-
pre: attrs => `<${tagName$
|
|
1311
|
-
post: () => `</${tagName$
|
|
1317
|
+
pre: attrs => `<${tagName$V} wmChips role="listbox" ${transpiler.getAttrMarkup(attrs)} ${core.getNgModelAttr(attrs)}>`,
|
|
1318
|
+
post: () => `</${tagName$V}>`
|
|
1312
1319
|
};
|
|
1313
1320
|
});
|
|
1314
1321
|
var chips_build = () => { };
|
|
@@ -1318,11 +1325,11 @@
|
|
|
1318
1325
|
default: chips_build
|
|
1319
1326
|
});
|
|
1320
1327
|
|
|
1321
|
-
const tagName$
|
|
1328
|
+
const tagName$U = 'div';
|
|
1322
1329
|
transpiler.register('wm-colorpicker', () => {
|
|
1323
1330
|
return {
|
|
1324
|
-
pre: attrs => `<${tagName$
|
|
1325
|
-
post: () => `</${tagName$
|
|
1331
|
+
pre: attrs => `<${tagName$U} wmColorPicker ${transpiler.getAttrMarkup(attrs)} role="input" ${transpiler.getChildAttrs(attrs)} ${core.getNgModelAttr(attrs)}>`,
|
|
1332
|
+
post: () => `</${tagName$U}>`
|
|
1326
1333
|
};
|
|
1327
1334
|
});
|
|
1328
1335
|
var colorPicker_build = () => { };
|
|
@@ -1332,11 +1339,11 @@
|
|
|
1332
1339
|
default: colorPicker_build
|
|
1333
1340
|
});
|
|
1334
1341
|
|
|
1335
|
-
const tagName$
|
|
1342
|
+
const tagName$T = 'div';
|
|
1336
1343
|
transpiler.register('wm-currency', () => {
|
|
1337
1344
|
return {
|
|
1338
|
-
pre: attrs => `<${tagName$
|
|
1339
|
-
post: () => `</${tagName$
|
|
1345
|
+
pre: attrs => `<${tagName$T} wmCurrency ${transpiler.getAttrMarkup(attrs)} role="input" ${transpiler.getChildAttrs(attrs)} ${core.getNgModelAttr(attrs)}>`,
|
|
1346
|
+
post: () => `</${tagName$T}>`
|
|
1340
1347
|
};
|
|
1341
1348
|
});
|
|
1342
1349
|
var currency_build = () => { };
|
|
@@ -1346,11 +1353,11 @@
|
|
|
1346
1353
|
default: currency_build
|
|
1347
1354
|
});
|
|
1348
1355
|
|
|
1349
|
-
const tagName$
|
|
1356
|
+
const tagName$S = 'div';
|
|
1350
1357
|
transpiler.register('wm-buttongroup', () => {
|
|
1351
1358
|
return {
|
|
1352
|
-
pre: attrs => `<${tagName$
|
|
1353
|
-
post: () => `</${tagName$
|
|
1359
|
+
pre: attrs => `<${tagName$S} wmButtonGroup role="group" aria-labelledby="button group" ${transpiler.getAttrMarkup(attrs)}>`,
|
|
1360
|
+
post: () => `</${tagName$S}>`
|
|
1354
1361
|
};
|
|
1355
1362
|
});
|
|
1356
1363
|
var buttonGroup_build = () => { };
|
|
@@ -1360,15 +1367,15 @@
|
|
|
1360
1367
|
default: buttonGroup_build
|
|
1361
1368
|
});
|
|
1362
1369
|
|
|
1363
|
-
const tagName$
|
|
1370
|
+
const tagName$R = 'button';
|
|
1364
1371
|
const idGen$d = new core.IDGenerator('wm_button');
|
|
1365
1372
|
transpiler.register('wm-button', () => {
|
|
1366
1373
|
return {
|
|
1367
1374
|
pre: (attrs) => {
|
|
1368
1375
|
const counter = idGen$d.nextUid();
|
|
1369
|
-
return `<${tagName$
|
|
1376
|
+
return `<${tagName$R} wmButton #${counter}="wmButton" [attr.aria-label]="${counter}.hint || ${counter}.caption || null" ${transpiler.getAttrMarkup(attrs)}>`;
|
|
1370
1377
|
},
|
|
1371
|
-
post: () => `</${tagName$
|
|
1378
|
+
post: () => `</${tagName$R}>`
|
|
1372
1379
|
};
|
|
1373
1380
|
});
|
|
1374
1381
|
var button_build = () => { };
|
|
@@ -1378,11 +1385,11 @@
|
|
|
1378
1385
|
default: button_build
|
|
1379
1386
|
});
|
|
1380
1387
|
|
|
1381
|
-
const tagName$
|
|
1388
|
+
const tagName$Q = 'div';
|
|
1382
1389
|
transpiler.register('wm-checkbox', () => {
|
|
1383
1390
|
return {
|
|
1384
|
-
pre: attrs => `<${tagName$
|
|
1385
|
-
post: () => `</${tagName$
|
|
1391
|
+
pre: attrs => `<${tagName$Q} wmCheckbox ${transpiler.getFormMarkupAttr(attrs)} ${transpiler.getChildAttrs(attrs)} ${core.getNgModelAttr(attrs)}>`,
|
|
1392
|
+
post: () => `</${tagName$Q}>`
|
|
1386
1393
|
};
|
|
1387
1394
|
});
|
|
1388
1395
|
var checkbox_build = () => { };
|
|
@@ -1392,11 +1399,11 @@
|
|
|
1392
1399
|
default: checkbox_build
|
|
1393
1400
|
});
|
|
1394
1401
|
|
|
1395
|
-
const tagName$
|
|
1402
|
+
const tagName$P = 'ul';
|
|
1396
1403
|
transpiler.register('wm-checkboxset', () => {
|
|
1397
1404
|
return {
|
|
1398
|
-
pre: attrs => `<${tagName$
|
|
1399
|
-
post: () => `</${tagName$
|
|
1405
|
+
pre: attrs => `<${tagName$P} role="group" wmCheckboxset ${transpiler.getFormMarkupAttr(attrs)} ${transpiler.getChildAttrs(attrs)} ${core.getNgModelAttr(attrs)}>`,
|
|
1406
|
+
post: () => `</${tagName$P}>`
|
|
1400
1407
|
};
|
|
1401
1408
|
});
|
|
1402
1409
|
var checkboxset_build = () => { };
|
|
@@ -1406,11 +1413,11 @@
|
|
|
1406
1413
|
default: checkboxset_build
|
|
1407
1414
|
});
|
|
1408
1415
|
|
|
1409
|
-
const tagName$
|
|
1416
|
+
const tagName$O = 'div';
|
|
1410
1417
|
transpiler.register('wm-composite', () => {
|
|
1411
1418
|
return {
|
|
1412
|
-
pre: attrs => `<${tagName$
|
|
1413
|
-
post: () => `</${tagName$
|
|
1419
|
+
pre: attrs => `<${tagName$O} wmComposite wmCaptionPosition ${transpiler.setChildAttrs(attrs)} ${transpiler.getAttrMarkup(attrs)}>`,
|
|
1420
|
+
post: () => `</${tagName$O}${transpiler.clearChildAttrs()}>`
|
|
1414
1421
|
};
|
|
1415
1422
|
});
|
|
1416
1423
|
var composite_build = () => { };
|
|
@@ -1420,11 +1427,11 @@
|
|
|
1420
1427
|
default: composite_build
|
|
1421
1428
|
});
|
|
1422
1429
|
|
|
1423
|
-
const tagName$
|
|
1430
|
+
const tagName$N = 'div';
|
|
1424
1431
|
transpiler.register('wm-number', () => {
|
|
1425
1432
|
return {
|
|
1426
|
-
pre: attrs => `<${tagName$
|
|
1427
|
-
post: () => `</${tagName$
|
|
1433
|
+
pre: attrs => `<${tagName$N} wmNumber ${transpiler.getFormMarkupAttr(attrs)} ${transpiler.getChildAttrs(attrs)} ${core.getNgModelAttr(attrs)}>`,
|
|
1434
|
+
post: () => `</${tagName$N}>`
|
|
1428
1435
|
};
|
|
1429
1436
|
});
|
|
1430
1437
|
var number_build = () => { };
|
|
@@ -1434,11 +1441,11 @@
|
|
|
1434
1441
|
default: number_build
|
|
1435
1442
|
});
|
|
1436
1443
|
|
|
1437
|
-
const tagName$
|
|
1444
|
+
const tagName$M = 'ul';
|
|
1438
1445
|
transpiler.register('wm-radioset', () => {
|
|
1439
1446
|
return {
|
|
1440
|
-
pre: attrs => `<${tagName$
|
|
1441
|
-
post: () => `</${tagName$
|
|
1447
|
+
pre: attrs => `<${tagName$M} role="radiogroup" wmRadioset ${transpiler.getFormMarkupAttr(attrs)} ${transpiler.getChildAttrs(attrs)} ${core.getNgModelAttr(attrs)}>`,
|
|
1448
|
+
post: () => `</${tagName$M}>`
|
|
1442
1449
|
};
|
|
1443
1450
|
});
|
|
1444
1451
|
var radioset_build = () => { };
|
|
@@ -1448,11 +1455,11 @@
|
|
|
1448
1455
|
default: radioset_build
|
|
1449
1456
|
});
|
|
1450
1457
|
|
|
1451
|
-
const tagName$
|
|
1458
|
+
const tagName$L = 'wm-select';
|
|
1452
1459
|
transpiler.register('wm-select', () => {
|
|
1453
1460
|
return {
|
|
1454
|
-
pre: attrs => `<${tagName$
|
|
1455
|
-
post: () => `</${tagName$
|
|
1461
|
+
pre: attrs => `<${tagName$L} ${transpiler.getFormMarkupAttr(attrs)} ${transpiler.getChildAttrs(attrs)} ${core.getNgModelAttr(attrs)}>`,
|
|
1462
|
+
post: () => `</${tagName$L}>`
|
|
1456
1463
|
};
|
|
1457
1464
|
});
|
|
1458
1465
|
var select_build = () => { };
|
|
@@ -1462,15 +1469,15 @@
|
|
|
1462
1469
|
default: select_build
|
|
1463
1470
|
});
|
|
1464
1471
|
|
|
1465
|
-
const tagName$
|
|
1472
|
+
const tagName$K = 'div';
|
|
1466
1473
|
const idGen$c = new core.IDGenerator('wm_switch');
|
|
1467
1474
|
transpiler.register('wm-switch', () => {
|
|
1468
1475
|
return {
|
|
1469
1476
|
pre: (attrs) => {
|
|
1470
1477
|
const counter = idGen$c.nextUid();
|
|
1471
|
-
return `<${tagName$
|
|
1478
|
+
return `<${tagName$K} wmSwitch #${counter}="wmSwitch" [attr.aria-label]="${counter}.hint || 'Switch button'" ${transpiler.getFormMarkupAttr(attrs)} ${core.getNgModelAttr(attrs)}>`;
|
|
1472
1479
|
},
|
|
1473
|
-
post: () => `</${tagName$
|
|
1480
|
+
post: () => `</${tagName$K}>`
|
|
1474
1481
|
};
|
|
1475
1482
|
});
|
|
1476
1483
|
var switch_build = () => { };
|
|
@@ -1480,11 +1487,11 @@
|
|
|
1480
1487
|
default: switch_build
|
|
1481
1488
|
});
|
|
1482
1489
|
|
|
1483
|
-
const tagName$
|
|
1490
|
+
const tagName$J = 'wm-input';
|
|
1484
1491
|
transpiler.register('wm-text', () => {
|
|
1485
1492
|
return {
|
|
1486
|
-
pre: attrs => `<${tagName$
|
|
1487
|
-
post: () => `</${tagName$
|
|
1493
|
+
pre: attrs => `<${tagName$J} ${transpiler.getFormMarkupAttr(attrs)} ${transpiler.getChildAttrs(attrs)} ${core.getNgModelAttr(attrs)}>`,
|
|
1494
|
+
post: () => `</${tagName$J}>`
|
|
1488
1495
|
};
|
|
1489
1496
|
});
|
|
1490
1497
|
var text_build = () => { };
|
|
@@ -1494,11 +1501,11 @@
|
|
|
1494
1501
|
default: text_build
|
|
1495
1502
|
});
|
|
1496
1503
|
|
|
1497
|
-
const tagName$
|
|
1504
|
+
const tagName$I = 'wm-textarea';
|
|
1498
1505
|
transpiler.register('wm-textarea', () => {
|
|
1499
1506
|
return {
|
|
1500
|
-
pre: attrs => `<${tagName$
|
|
1501
|
-
post: () => `</${tagName$
|
|
1507
|
+
pre: attrs => `<${tagName$I} ${transpiler.getFormMarkupAttr(attrs)} ${transpiler.getChildAttrs(attrs)} ${core.getNgModelAttr(attrs)}>`,
|
|
1508
|
+
post: () => `</${tagName$I}>`
|
|
1502
1509
|
};
|
|
1503
1510
|
});
|
|
1504
1511
|
var textarea_build = () => { };
|
|
@@ -1508,11 +1515,11 @@
|
|
|
1508
1515
|
default: textarea_build
|
|
1509
1516
|
});
|
|
1510
1517
|
|
|
1511
|
-
const tagName$
|
|
1518
|
+
const tagName$H = 'div';
|
|
1512
1519
|
transpiler.register('wm-datetime', () => {
|
|
1513
1520
|
return {
|
|
1514
|
-
pre: attrs => `<${tagName$
|
|
1515
|
-
post: () => `</${tagName$
|
|
1521
|
+
pre: attrs => `<${tagName$H} wmDateTime ${transpiler.getFormMarkupAttr(attrs)} ${transpiler.getChildAttrs(attrs)} ${core.getNgModelAttr(attrs)}>`,
|
|
1522
|
+
post: () => `</${tagName$H}>`
|
|
1516
1523
|
};
|
|
1517
1524
|
});
|
|
1518
1525
|
var dateTime_build = () => { };
|
|
@@ -1522,11 +1529,11 @@
|
|
|
1522
1529
|
default: dateTime_build
|
|
1523
1530
|
});
|
|
1524
1531
|
|
|
1525
|
-
const tagName$
|
|
1532
|
+
const tagName$G = 'div';
|
|
1526
1533
|
transpiler.register('wm-date', () => {
|
|
1527
1534
|
return {
|
|
1528
|
-
pre: attrs => `<${tagName$
|
|
1529
|
-
post: () => `</${tagName$
|
|
1535
|
+
pre: attrs => `<${tagName$G} wmDate ${transpiler.getFormMarkupAttr(attrs)} ${transpiler.getChildAttrs(attrs)} ${core.getNgModelAttr(attrs)}>`,
|
|
1536
|
+
post: () => `</${tagName$G}>`
|
|
1530
1537
|
};
|
|
1531
1538
|
});
|
|
1532
1539
|
var date_build = () => { };
|
|
@@ -1536,11 +1543,11 @@
|
|
|
1536
1543
|
default: date_build
|
|
1537
1544
|
});
|
|
1538
1545
|
|
|
1539
|
-
const tagName$
|
|
1546
|
+
const tagName$F = 'div';
|
|
1540
1547
|
transpiler.register('wm-time', () => {
|
|
1541
1548
|
return {
|
|
1542
|
-
pre: attrs => `<${tagName$
|
|
1543
|
-
post: () => `</${tagName$
|
|
1549
|
+
pre: attrs => `<${tagName$F} wmTime ${transpiler.getFormMarkupAttr(attrs)} ${transpiler.getChildAttrs(attrs)} ${core.getNgModelAttr(attrs)}>`,
|
|
1550
|
+
post: () => `</${tagName$F}>`
|
|
1544
1551
|
};
|
|
1545
1552
|
});
|
|
1546
1553
|
var time_build = () => { };
|
|
@@ -1550,7 +1557,7 @@
|
|
|
1550
1557
|
default: time_build
|
|
1551
1558
|
});
|
|
1552
1559
|
|
|
1553
|
-
const tagName$
|
|
1560
|
+
const tagName$E = 'div';
|
|
1554
1561
|
transpiler.register('wm-fileupload', () => {
|
|
1555
1562
|
return {
|
|
1556
1563
|
pre: attrs => {
|
|
@@ -1558,9 +1565,9 @@
|
|
|
1558
1565
|
const onSelectBinding = transpiler.getDataSource(attrs.get('select.event'));
|
|
1559
1566
|
attrs.set('datasource.bind', onSelectBinding);
|
|
1560
1567
|
}
|
|
1561
|
-
return `<${tagName$
|
|
1568
|
+
return `<${tagName$E} wmFileUpload ${transpiler.getAttrMarkup(attrs)} role="input">`;
|
|
1562
1569
|
},
|
|
1563
|
-
post: () => `</${tagName$
|
|
1570
|
+
post: () => `</${tagName$E}>`
|
|
1564
1571
|
};
|
|
1565
1572
|
});
|
|
1566
1573
|
var fileUpload_build = () => { };
|
|
@@ -1570,11 +1577,11 @@
|
|
|
1570
1577
|
default: fileUpload_build
|
|
1571
1578
|
});
|
|
1572
1579
|
|
|
1573
|
-
const tagName$
|
|
1580
|
+
const tagName$D = 'div';
|
|
1574
1581
|
transpiler.register('wm-rating', () => {
|
|
1575
1582
|
return {
|
|
1576
|
-
pre: attrs => `<${tagName$
|
|
1577
|
-
post: () => `</${tagName$
|
|
1583
|
+
pre: attrs => `<${tagName$D} wmRating ${transpiler.getFormMarkupAttr(attrs)} ${core.getNgModelAttr(attrs)}>`,
|
|
1584
|
+
post: () => `</${tagName$D}>`
|
|
1578
1585
|
};
|
|
1579
1586
|
});
|
|
1580
1587
|
var rating_build = () => { };
|
|
@@ -1584,11 +1591,11 @@
|
|
|
1584
1591
|
default: rating_build
|
|
1585
1592
|
});
|
|
1586
1593
|
|
|
1587
|
-
const tagName$
|
|
1594
|
+
const tagName$C = 'div';
|
|
1588
1595
|
transpiler.register('wm-slider', () => {
|
|
1589
1596
|
return {
|
|
1590
|
-
pre: attrs => `<${tagName$
|
|
1591
|
-
post: () => `</${tagName$
|
|
1597
|
+
pre: attrs => `<${tagName$C} wmSlider ${transpiler.getAttrMarkup(attrs)} ${core.getNgModelAttr(attrs)}>`,
|
|
1598
|
+
post: () => `</${tagName$C}>`
|
|
1592
1599
|
};
|
|
1593
1600
|
});
|
|
1594
1601
|
var slider_build = () => { };
|
|
@@ -1599,7 +1606,7 @@
|
|
|
1599
1606
|
});
|
|
1600
1607
|
|
|
1601
1608
|
const wmlistTag = 'wm-list';
|
|
1602
|
-
const tagName$
|
|
1609
|
+
const tagName$B = 'div';
|
|
1603
1610
|
const dataSetKey$2 = 'dataset';
|
|
1604
1611
|
function copyAttribute$1(from, fromAttrName, to, toAttrName) {
|
|
1605
1612
|
const fromAttr = from.attrs.find(a => a.name === fromAttrName);
|
|
@@ -1647,8 +1654,8 @@
|
|
|
1647
1654
|
copyAttribute$1(template, 'height', node, 'thumbnailheight');
|
|
1648
1655
|
}
|
|
1649
1656
|
},
|
|
1650
|
-
pre: attrs => `<${tagName$
|
|
1651
|
-
post: () => `</${tagName$
|
|
1657
|
+
pre: attrs => `<${tagName$B} wmMediaList ${transpiler.getAttrMarkup(attrs)}>`,
|
|
1658
|
+
post: () => `</${tagName$B}>`
|
|
1652
1659
|
};
|
|
1653
1660
|
});
|
|
1654
1661
|
var mediaList_build = () => { };
|
|
@@ -1658,11 +1665,11 @@
|
|
|
1658
1665
|
default: mediaList_build
|
|
1659
1666
|
});
|
|
1660
1667
|
|
|
1661
|
-
const tagName$
|
|
1668
|
+
const tagName$A = 'ng-template';
|
|
1662
1669
|
transpiler.register('wm-media-template', () => {
|
|
1663
1670
|
return {
|
|
1664
|
-
pre: () => `<${tagName$
|
|
1665
|
-
post: () => `</${tagName$
|
|
1671
|
+
pre: () => `<${tagName$A} #mediaListTemplate let-item="item" let-index="index">`,
|
|
1672
|
+
post: () => `</${tagName$A}>`
|
|
1666
1673
|
};
|
|
1667
1674
|
});
|
|
1668
1675
|
var mediaListItem_build = () => { };
|
|
@@ -1746,16 +1753,16 @@
|
|
|
1746
1753
|
default: list_build
|
|
1747
1754
|
});
|
|
1748
1755
|
|
|
1749
|
-
const tagName$
|
|
1756
|
+
const tagName$z = 'div';
|
|
1750
1757
|
const idGen$b = new core.IDGenerator('liveform_dialog_id_');
|
|
1751
1758
|
transpiler.register('wm-livetable', () => {
|
|
1752
1759
|
return {
|
|
1753
1760
|
pre: (attrs, shared) => {
|
|
1754
1761
|
const counter = idGen$b.nextUid();
|
|
1755
1762
|
shared.set('counter', counter);
|
|
1756
|
-
return `<${tagName$
|
|
1763
|
+
return `<${tagName$z} wmLiveTable ${transpiler.getAttrMarkup(attrs)} dialogid="${counter}">`;
|
|
1757
1764
|
},
|
|
1758
|
-
post: () => `</${tagName$
|
|
1765
|
+
post: () => `</${tagName$z}>`,
|
|
1759
1766
|
provide: (attrs, shared) => {
|
|
1760
1767
|
const provider = new Map();
|
|
1761
1768
|
provider.set('liveform_dialog_id', shared.get('counter'));
|
|
@@ -1770,15 +1777,15 @@
|
|
|
1770
1777
|
default: liveTable_build
|
|
1771
1778
|
});
|
|
1772
1779
|
|
|
1773
|
-
const tagName$
|
|
1780
|
+
const tagName$y = 'p';
|
|
1774
1781
|
const idGen$a = new core.IDGenerator('wm_message');
|
|
1775
1782
|
transpiler.register('wm-message', () => {
|
|
1776
1783
|
return {
|
|
1777
1784
|
pre: (attrs) => {
|
|
1778
1785
|
const counter = idGen$a.nextUid();
|
|
1779
|
-
return `<${tagName$
|
|
1786
|
+
return `<${tagName$y} wmMessage tabindex="0" #${counter}="wmMessage" ${transpiler.getAttrMarkup(attrs)}>`;
|
|
1780
1787
|
},
|
|
1781
|
-
post: () => `</${tagName$
|
|
1788
|
+
post: () => `</${tagName$y}>`
|
|
1782
1789
|
};
|
|
1783
1790
|
});
|
|
1784
1791
|
var message_build = () => { };
|
|
@@ -1788,11 +1795,11 @@
|
|
|
1788
1795
|
default: message_build
|
|
1789
1796
|
});
|
|
1790
1797
|
|
|
1791
|
-
const tagName$
|
|
1798
|
+
const tagName$x = 'ol';
|
|
1792
1799
|
transpiler.register('wm-breadcrumb', () => {
|
|
1793
1800
|
return {
|
|
1794
|
-
pre: attrs => `<${tagName$
|
|
1795
|
-
post: () => `</${tagName$
|
|
1801
|
+
pre: attrs => `<${tagName$x} wmBreadcrumb ${transpiler.getAttrMarkup(attrs)}>`,
|
|
1802
|
+
post: () => `</${tagName$x}>`
|
|
1796
1803
|
};
|
|
1797
1804
|
});
|
|
1798
1805
|
var breadcrumb_build = () => { };
|
|
@@ -1802,23 +1809,28 @@
|
|
|
1802
1809
|
default: breadcrumb_build
|
|
1803
1810
|
});
|
|
1804
1811
|
|
|
1805
|
-
const tagName$
|
|
1812
|
+
const tagName$w = 'div';
|
|
1806
1813
|
transpiler.register('wm-menu', () => {
|
|
1807
1814
|
return {
|
|
1808
1815
|
pre: attrs => {
|
|
1809
1816
|
const menuWidth = attrs.get("width");
|
|
1810
1817
|
let styleBinding = '';
|
|
1811
1818
|
if (menuWidth) {
|
|
1812
|
-
|
|
1819
|
+
const units = ['%', 'px'];
|
|
1820
|
+
const hasUnit = units.some(unit => menuWidth.includes(unit));
|
|
1821
|
+
if (hasUnit) {
|
|
1813
1822
|
styleBinding = `[ngStyle]="{'width': '${menuWidth}'}"`;
|
|
1814
|
-
return `<${tagName$x} wmMenu dropdown ${transpiler.getAttrMarkup(attrs)} ${styleBinding}>`;
|
|
1815
1823
|
}
|
|
1824
|
+
else {
|
|
1825
|
+
styleBinding = `[ngStyle]="{'width': '${menuWidth}px'}"`;
|
|
1826
|
+
}
|
|
1827
|
+
return `<${tagName$w} wmMenu dropdown ${transpiler.getAttrMarkup(attrs)} ${styleBinding}>`;
|
|
1816
1828
|
}
|
|
1817
1829
|
else {
|
|
1818
|
-
return `<${tagName$
|
|
1830
|
+
return `<${tagName$w} wmMenu dropdown ${transpiler.getAttrMarkup(attrs)}>`;
|
|
1819
1831
|
}
|
|
1820
1832
|
},
|
|
1821
|
-
post: () => `</${tagName$
|
|
1833
|
+
post: () => `</${tagName$w}>`
|
|
1822
1834
|
};
|
|
1823
1835
|
});
|
|
1824
1836
|
var menu_build = () => { };
|
|
@@ -1828,11 +1840,11 @@
|
|
|
1828
1840
|
default: menu_build
|
|
1829
1841
|
});
|
|
1830
1842
|
|
|
1831
|
-
const tagName$
|
|
1843
|
+
const tagName$v = 'li';
|
|
1832
1844
|
transpiler.register('wm-nav-item', () => {
|
|
1833
1845
|
return {
|
|
1834
|
-
pre: attrs => `<${tagName$
|
|
1835
|
-
post: () => `</${tagName$
|
|
1846
|
+
pre: attrs => `<${tagName$v} wmNavItem role="listitem" ${transpiler.getAttrMarkup(attrs)}>`,
|
|
1847
|
+
post: () => `</${tagName$v}>`
|
|
1836
1848
|
};
|
|
1837
1849
|
});
|
|
1838
1850
|
var navItem_build = () => { };
|
|
@@ -1842,11 +1854,11 @@
|
|
|
1842
1854
|
default: navItem_build
|
|
1843
1855
|
});
|
|
1844
1856
|
|
|
1845
|
-
const tagName$
|
|
1857
|
+
const tagName$u = 'ul';
|
|
1846
1858
|
transpiler.register('wm-nav', () => {
|
|
1847
1859
|
return {
|
|
1848
|
-
pre: attrs => `<${tagName$
|
|
1849
|
-
post: () => `</${tagName$
|
|
1860
|
+
pre: attrs => `<${tagName$u} wmNav data-element-type="wmNav" data-role="page-header" role="list" ${transpiler.getAttrMarkup(attrs)}>`,
|
|
1861
|
+
post: () => `</${tagName$u}>`
|
|
1850
1862
|
};
|
|
1851
1863
|
});
|
|
1852
1864
|
var nav_build = () => { };
|
|
@@ -1856,11 +1868,11 @@
|
|
|
1856
1868
|
default: nav_build
|
|
1857
1869
|
});
|
|
1858
1870
|
|
|
1859
|
-
const tagName$
|
|
1871
|
+
const tagName$t = 'nav';
|
|
1860
1872
|
transpiler.register('wm-navbar', () => {
|
|
1861
1873
|
return {
|
|
1862
|
-
pre: attrs => `<${tagName$
|
|
1863
|
-
post: () => `</${tagName$
|
|
1874
|
+
pre: attrs => `<${tagName$t} wmNavbar data-element-type="wmNavbar" role="navigation" ${transpiler.getAttrMarkup(attrs)}>`,
|
|
1875
|
+
post: () => `</${tagName$t}>`
|
|
1864
1876
|
};
|
|
1865
1877
|
});
|
|
1866
1878
|
var navbar_build = () => { };
|
|
@@ -1870,7 +1882,7 @@
|
|
|
1870
1882
|
default: navbar_build
|
|
1871
1883
|
});
|
|
1872
1884
|
|
|
1873
|
-
const tagName$
|
|
1885
|
+
const tagName$s = 'wm-popover';
|
|
1874
1886
|
transpiler.register('wm-popover', () => {
|
|
1875
1887
|
return {
|
|
1876
1888
|
requires: ['wm-table'],
|
|
@@ -1890,7 +1902,7 @@
|
|
|
1890
1902
|
popoverTemplate = `<div wmContainer #partial partialContainer ${contentMarkup}>`;
|
|
1891
1903
|
shared.set('hasPopoverContent', true);
|
|
1892
1904
|
}
|
|
1893
|
-
let markup = `<${tagName$
|
|
1905
|
+
let markup = `<${tagName$s} wmPopover ${transpiler.getAttrMarkup(attrs)}>`;
|
|
1894
1906
|
const contextAttrs = table ? `let-row="row"` : ``;
|
|
1895
1907
|
markup += `<ng-template ${contextAttrs}><div tabindex="0" class="popover-start sr-only" aria-label="">popover content start</div>`;
|
|
1896
1908
|
// todo keyboard navigation - tab
|
|
@@ -1904,7 +1916,7 @@
|
|
|
1904
1916
|
if (shared.get('hasPopoverContent')) {
|
|
1905
1917
|
markup += `</div>`;
|
|
1906
1918
|
}
|
|
1907
|
-
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}>`;
|
|
1908
1920
|
}
|
|
1909
1921
|
};
|
|
1910
1922
|
});
|
|
@@ -1915,7 +1927,7 @@
|
|
|
1915
1927
|
default: popover_build
|
|
1916
1928
|
});
|
|
1917
1929
|
|
|
1918
|
-
const tagName$
|
|
1930
|
+
const tagName$r = 'div';
|
|
1919
1931
|
const findChild = (node, childName) => {
|
|
1920
1932
|
const child = node && node.children.find(e => (e instanceof compiler.Element && e.name === childName));
|
|
1921
1933
|
return child;
|
|
@@ -1932,7 +1944,7 @@
|
|
|
1932
1944
|
if (!node) {
|
|
1933
1945
|
return;
|
|
1934
1946
|
}
|
|
1935
|
-
|
|
1947
|
+
lodashEs.forEach(node.children, (child) => {
|
|
1936
1948
|
if (child instanceof compiler.Element) {
|
|
1937
1949
|
if (child.name === name) {
|
|
1938
1950
|
elementNode = child;
|
|
@@ -1970,9 +1982,9 @@
|
|
|
1970
1982
|
},
|
|
1971
1983
|
pre: (attrs) => {
|
|
1972
1984
|
const counter = idGen$9.nextUid();
|
|
1973
|
-
return `<${tagName$
|
|
1985
|
+
return `<${tagName$r} wmPage #${counter}="wmPage" data-role="pageContainer" [attr.aria-label]="${counter}.hint" ${transpiler.getAttrMarkup(attrs)}>`;
|
|
1974
1986
|
},
|
|
1975
|
-
post: () => `</${tagName$
|
|
1987
|
+
post: () => `</${tagName$r}>`
|
|
1976
1988
|
};
|
|
1977
1989
|
});
|
|
1978
1990
|
var page_build = () => { };
|
|
@@ -1982,15 +1994,15 @@
|
|
|
1982
1994
|
default: page_build
|
|
1983
1995
|
});
|
|
1984
1996
|
|
|
1985
|
-
const tagName$
|
|
1997
|
+
const tagName$q = 'div';
|
|
1986
1998
|
const idGen$8 = new core.IDGenerator('wm_layout');
|
|
1987
1999
|
transpiler.register('wm-layout', () => {
|
|
1988
2000
|
return {
|
|
1989
2001
|
pre: (attrs) => {
|
|
1990
2002
|
const counter = idGen$8.nextUid();
|
|
1991
|
-
return `<${tagName$
|
|
2003
|
+
return `<${tagName$q} wmLayout #${counter}="wmLayout" data-role="pageContainer" [attr.aria-label]="${counter}.hint || 'Main page content'" ${transpiler.getAttrMarkup(attrs)}>`;
|
|
1992
2004
|
},
|
|
1993
|
-
post: () => `</${tagName$
|
|
2005
|
+
post: () => `</${tagName$q}>`
|
|
1994
2006
|
};
|
|
1995
2007
|
});
|
|
1996
2008
|
var layout_build = () => { };
|
|
@@ -2000,11 +2012,11 @@
|
|
|
2000
2012
|
default: layout_build
|
|
2001
2013
|
});
|
|
2002
2014
|
|
|
2003
|
-
const tagName$
|
|
2015
|
+
const tagName$p = 'router-outlet';
|
|
2004
2016
|
transpiler.register('wm-router-outlet', () => {
|
|
2005
2017
|
return {
|
|
2006
|
-
pre: attrs => `<div wmRouterOutlet name="wmRouterOutlet" ${transpiler.getAttrMarkup(attrs)}><${tagName$
|
|
2007
|
-
post: () => `</${tagName$
|
|
2018
|
+
pre: attrs => `<div wmRouterOutlet name="wmRouterOutlet" ${transpiler.getAttrMarkup(attrs)}><${tagName$p} (activate)="onActivate($event)">`,
|
|
2019
|
+
post: () => `</${tagName$p}></div>`
|
|
2008
2020
|
};
|
|
2009
2021
|
});
|
|
2010
2022
|
var routerOutlet_build = () => { };
|
|
@@ -2014,11 +2026,11 @@
|
|
|
2014
2026
|
default: routerOutlet_build
|
|
2015
2027
|
});
|
|
2016
2028
|
|
|
2017
|
-
const tagName$
|
|
2029
|
+
const tagName$o = 'nav';
|
|
2018
2030
|
transpiler.register('wm-pagination', () => {
|
|
2019
2031
|
return {
|
|
2020
|
-
pre: attrs => `<${tagName$
|
|
2021
|
-
post: () => `</${tagName$
|
|
2032
|
+
pre: attrs => `<${tagName$o} wmPagination data-identifier="pagination" aria-label="Page navigation" ${transpiler.getAttrMarkup(attrs)}>`,
|
|
2033
|
+
post: () => `</${tagName$o}>`
|
|
2022
2034
|
};
|
|
2023
2035
|
});
|
|
2024
2036
|
var pagination_build = () => { };
|
|
@@ -2028,11 +2040,11 @@
|
|
|
2028
2040
|
default: pagination_build
|
|
2029
2041
|
});
|
|
2030
2042
|
|
|
2031
|
-
const tagName$
|
|
2043
|
+
const tagName$n = 'main';
|
|
2032
2044
|
transpiler.register('wm-content', () => {
|
|
2033
2045
|
return {
|
|
2034
|
-
pre: attrs => `<${tagName$
|
|
2035
|
-
post: () => `</${tagName$
|
|
2046
|
+
pre: attrs => `<${tagName$n} wmContent data-role="page-content" role="main" ${transpiler.getAttrMarkup(attrs)}>`,
|
|
2047
|
+
post: () => `</${tagName$n}>`
|
|
2036
2048
|
};
|
|
2037
2049
|
});
|
|
2038
2050
|
var content_build = () => { };
|
|
@@ -2042,15 +2054,15 @@
|
|
|
2042
2054
|
default: content_build
|
|
2043
2055
|
});
|
|
2044
2056
|
|
|
2045
|
-
const tagName$
|
|
2057
|
+
const tagName$m = 'footer';
|
|
2046
2058
|
const idGen$7 = new core.IDGenerator('wm_footer');
|
|
2047
2059
|
transpiler.register('wm-footer', () => {
|
|
2048
2060
|
return {
|
|
2049
2061
|
pre: (attrs) => {
|
|
2050
2062
|
const counter = idGen$7.nextUid();
|
|
2051
|
-
return `<${tagName$
|
|
2063
|
+
return `<${tagName$m} wmFooter #${counter}="wmFooter" partialContainer data-role="page-footer" role="contentinfo" [attr.aria-label]="${counter}.hint || 'Page footer'" ${transpiler.getAttrMarkup(attrs)}>`;
|
|
2052
2064
|
},
|
|
2053
|
-
post: () => `</${tagName$
|
|
2065
|
+
post: () => `</${tagName$m}>`
|
|
2054
2066
|
};
|
|
2055
2067
|
});
|
|
2056
2068
|
var footer_build = () => { };
|
|
@@ -2060,15 +2072,15 @@
|
|
|
2060
2072
|
default: footer_build
|
|
2061
2073
|
});
|
|
2062
2074
|
|
|
2063
|
-
const tagName$
|
|
2075
|
+
const tagName$l = 'header';
|
|
2064
2076
|
const idGen$6 = new core.IDGenerator('wm_header');
|
|
2065
2077
|
transpiler.register('wm-header', () => {
|
|
2066
2078
|
return {
|
|
2067
2079
|
pre: (attrs) => {
|
|
2068
2080
|
const counter = idGen$6.nextUid();
|
|
2069
|
-
return `<${tagName$
|
|
2081
|
+
return `<${tagName$l} wmHeader #${counter}="wmHeader" partialContainer data-role="page-header" role="banner" [attr.aria-label]="${counter}.hint || 'Page header'" ${transpiler.getAttrMarkup(attrs)}>`;
|
|
2070
2082
|
},
|
|
2071
|
-
post: () => `</${tagName$
|
|
2083
|
+
post: () => `</${tagName$l}>`
|
|
2072
2084
|
};
|
|
2073
2085
|
});
|
|
2074
2086
|
var header_build = () => { };
|
|
@@ -2078,15 +2090,15 @@
|
|
|
2078
2090
|
default: header_build
|
|
2079
2091
|
});
|
|
2080
2092
|
|
|
2081
|
-
const tagName$
|
|
2093
|
+
const tagName$k = 'aside';
|
|
2082
2094
|
const idGen$5 = new core.IDGenerator('wm_left_panel');
|
|
2083
2095
|
transpiler.register('wm-left-panel', () => {
|
|
2084
2096
|
return {
|
|
2085
2097
|
pre: (attrs) => {
|
|
2086
2098
|
const counter = idGen$5.nextUid();
|
|
2087
|
-
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'}" ${transpiler.getAttrMarkup(attrs)}>`;
|
|
2088
2100
|
},
|
|
2089
|
-
post: () => `</${tagName$
|
|
2101
|
+
post: () => `</${tagName$k}>`
|
|
2090
2102
|
};
|
|
2091
2103
|
});
|
|
2092
2104
|
var leftPanel_build = () => { };
|
|
@@ -2096,11 +2108,11 @@
|
|
|
2096
2108
|
default: leftPanel_build
|
|
2097
2109
|
});
|
|
2098
2110
|
|
|
2099
|
-
const tagName$
|
|
2111
|
+
const tagName$j = 'header';
|
|
2100
2112
|
transpiler.register('wm-mobile-navbar', () => {
|
|
2101
2113
|
return {
|
|
2102
|
-
pre: attrs => `<${tagName$
|
|
2103
|
-
post: () => `</${tagName$
|
|
2114
|
+
pre: attrs => `<${tagName$j} wmMobileNavbar ${transpiler.getAttrMarkup(attrs)}>`,
|
|
2115
|
+
post: () => `</${tagName$j}>`
|
|
2104
2116
|
};
|
|
2105
2117
|
});
|
|
2106
2118
|
var mobileNavbar_build = () => { };
|
|
@@ -2110,15 +2122,15 @@
|
|
|
2110
2122
|
default: mobileNavbar_build
|
|
2111
2123
|
});
|
|
2112
2124
|
|
|
2113
|
-
const tagName$
|
|
2125
|
+
const tagName$i = 'aside';
|
|
2114
2126
|
const idGen$4 = new core.IDGenerator('wm_right_panel');
|
|
2115
2127
|
transpiler.register('wm-right-panel', () => {
|
|
2116
2128
|
return {
|
|
2117
2129
|
pre: (attrs) => {
|
|
2118
2130
|
const counter = idGen$4.nextUid();
|
|
2119
|
-
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'" ${transpiler.getAttrMarkup(attrs)}>`;
|
|
2120
2132
|
},
|
|
2121
|
-
post: () => `</${tagName$
|
|
2133
|
+
post: () => `</${tagName$i}>`
|
|
2122
2134
|
};
|
|
2123
2135
|
});
|
|
2124
2136
|
var rightPanel_build = () => { };
|
|
@@ -2128,7 +2140,7 @@
|
|
|
2128
2140
|
default: rightPanel_build
|
|
2129
2141
|
});
|
|
2130
2142
|
|
|
2131
|
-
const tagName$
|
|
2143
|
+
const tagName$h = 'div';
|
|
2132
2144
|
const createElement$3 = name => {
|
|
2133
2145
|
return new compiler.Element(name, [], [], noSpan$3, noSpan$3, noSpan$3);
|
|
2134
2146
|
};
|
|
@@ -2151,8 +2163,8 @@
|
|
|
2151
2163
|
}
|
|
2152
2164
|
}
|
|
2153
2165
|
},
|
|
2154
|
-
pre: attrs => `<${tagName$
|
|
2155
|
-
post: () => `</${tagName$
|
|
2166
|
+
pre: attrs => `<${tagName$h} wmPageContent ${attrs.get('spa') && 'wmSpaPage' || ''} wmSmoothscroll="${attrs.get('smoothscroll') || 'false'}" ${transpiler.getAttrMarkup(attrs)}>`,
|
|
2167
|
+
post: () => `</${tagName$h}>`
|
|
2156
2168
|
};
|
|
2157
2169
|
});
|
|
2158
2170
|
var pageContent_build = () => { };
|
|
@@ -2162,11 +2174,11 @@
|
|
|
2162
2174
|
default: pageContent_build
|
|
2163
2175
|
});
|
|
2164
2176
|
|
|
2165
|
-
const tagName$
|
|
2177
|
+
const tagName$g = 'div';
|
|
2166
2178
|
transpiler.register('wm-mobile-tabbar', () => {
|
|
2167
2179
|
return {
|
|
2168
|
-
pre: attrs => `<${tagName$
|
|
2169
|
-
post: () => `</${tagName$
|
|
2180
|
+
pre: attrs => `<${tagName$g} wmMobileTabbar ${transpiler.getAttrMarkup(attrs)}>`,
|
|
2181
|
+
post: () => `</${tagName$g}>`
|
|
2170
2182
|
};
|
|
2171
2183
|
});
|
|
2172
2184
|
var tabBar_build = () => { };
|
|
@@ -2176,15 +2188,15 @@
|
|
|
2176
2188
|
default: tabBar_build
|
|
2177
2189
|
});
|
|
2178
2190
|
|
|
2179
|
-
const tagName$
|
|
2191
|
+
const tagName$f = 'section';
|
|
2180
2192
|
const idGen$3 = new core.IDGenerator('wm_top_nav');
|
|
2181
2193
|
transpiler.register('wm-top-nav', () => {
|
|
2182
2194
|
return {
|
|
2183
2195
|
pre: (attrs) => {
|
|
2184
2196
|
const counter = idGen$3.nextUid();
|
|
2185
|
-
return `<${tagName$
|
|
2197
|
+
return `<${tagName$f} wmTopNav #${counter}="wmTopNav" partialContainer data-role="page-topnav" role="navigation" [attr.aria-label]="${counter}.hint || 'Second level navigation'" ${transpiler.getAttrMarkup(attrs)}>`;
|
|
2186
2198
|
},
|
|
2187
|
-
post: () => `</${tagName$
|
|
2199
|
+
post: () => `</${tagName$f}>`
|
|
2188
2200
|
};
|
|
2189
2201
|
});
|
|
2190
2202
|
var topNav_build = () => { };
|
|
@@ -2194,7 +2206,7 @@
|
|
|
2194
2206
|
default: topNav_build
|
|
2195
2207
|
});
|
|
2196
2208
|
|
|
2197
|
-
const tagName$
|
|
2209
|
+
const tagName$e = 'section';
|
|
2198
2210
|
const noSpan$2 = {};
|
|
2199
2211
|
const createElement$2 = name => {
|
|
2200
2212
|
return new compiler.Element(name, [], [], noSpan$2, noSpan$2, noSpan$2);
|
|
@@ -2212,8 +2224,8 @@
|
|
|
2212
2224
|
node.children.length = 0;
|
|
2213
2225
|
node.children.push(conditionalNode);
|
|
2214
2226
|
},
|
|
2215
|
-
pre: attrs => `<${tagName$
|
|
2216
|
-
post: () => `</${tagName$
|
|
2227
|
+
pre: attrs => `<${tagName$e} wmPartial data-role="partial" ${transpiler.getAttrMarkup(attrs)}>`,
|
|
2228
|
+
post: () => `</${tagName$e}>`
|
|
2217
2229
|
};
|
|
2218
2230
|
});
|
|
2219
2231
|
var partial_build = () => { };
|
|
@@ -2223,11 +2235,11 @@
|
|
|
2223
2235
|
default: partial_build
|
|
2224
2236
|
});
|
|
2225
2237
|
|
|
2226
|
-
const tagName$
|
|
2238
|
+
const tagName$d = 'div';
|
|
2227
2239
|
transpiler.register('wm-param', () => {
|
|
2228
2240
|
return {
|
|
2229
|
-
pre: attrs => `<${tagName$
|
|
2230
|
-
post: () => `</${tagName$
|
|
2241
|
+
pre: attrs => `<${tagName$d} wmParam hidden ${transpiler.getAttrMarkup(attrs)}>`,
|
|
2242
|
+
post: () => `</${tagName$d}>`
|
|
2231
2243
|
};
|
|
2232
2244
|
});
|
|
2233
2245
|
var partialParam_build = () => { };
|
|
@@ -2237,11 +2249,11 @@
|
|
|
2237
2249
|
default: partialParam_build
|
|
2238
2250
|
});
|
|
2239
2251
|
|
|
2240
|
-
const tagName$
|
|
2252
|
+
const tagName$c = 'section';
|
|
2241
2253
|
transpiler.register('wm-prefab', () => {
|
|
2242
2254
|
return {
|
|
2243
|
-
pre: attrs => `<${tagName$
|
|
2244
|
-
post: () => `</${tagName$
|
|
2255
|
+
pre: attrs => `<${tagName$c} wmPrefab redrawable data-role="prefab" ${transpiler.getAttrMarkup(attrs)}>`,
|
|
2256
|
+
post: () => `</${tagName$c}>`
|
|
2245
2257
|
};
|
|
2246
2258
|
});
|
|
2247
2259
|
var prefab_build = () => { };
|
|
@@ -2259,7 +2271,7 @@
|
|
|
2259
2271
|
const attr = new compiler.Attribute(name, value, noSpan$1, noSpan$1, noSpan$1, undefined, undefined);
|
|
2260
2272
|
node.attrs.push(attr);
|
|
2261
2273
|
};
|
|
2262
|
-
const tagName$
|
|
2274
|
+
const tagName$b = 'div';
|
|
2263
2275
|
transpiler.register('wm-prefab-container', () => {
|
|
2264
2276
|
return {
|
|
2265
2277
|
template: (node) => {
|
|
@@ -2269,8 +2281,8 @@
|
|
|
2269
2281
|
node.children.length = 0;
|
|
2270
2282
|
node.children.push(conditionalNode);
|
|
2271
2283
|
},
|
|
2272
|
-
pre: attrs => `<${tagName$
|
|
2273
|
-
post: () => `</${tagName$
|
|
2284
|
+
pre: attrs => `<${tagName$b} wmPrefabContainer ${transpiler.getAttrMarkup(attrs)}>`,
|
|
2285
|
+
post: () => `</${tagName$b}>`
|
|
2274
2286
|
};
|
|
2275
2287
|
});
|
|
2276
2288
|
var prefabContainer_build = () => { };
|
|
@@ -2280,11 +2292,11 @@
|
|
|
2280
2292
|
default: prefabContainer_build
|
|
2281
2293
|
});
|
|
2282
2294
|
|
|
2283
|
-
const tagName$
|
|
2295
|
+
const tagName$a = 'div';
|
|
2284
2296
|
transpiler.register('wm-table-action', () => {
|
|
2285
2297
|
return {
|
|
2286
|
-
pre: attrs => `<${tagName$
|
|
2287
|
-
post: () => `</${tagName$
|
|
2298
|
+
pre: attrs => `<${tagName$a} name="${attrs.get('name') || attrs.get('key')}" wmTableAction ${transpiler.getAttrMarkup(attrs)}>`,
|
|
2299
|
+
post: () => `</${tagName$a}>`
|
|
2288
2300
|
};
|
|
2289
2301
|
});
|
|
2290
2302
|
var tableAction_build = () => { };
|
|
@@ -2294,11 +2306,11 @@
|
|
|
2294
2306
|
default: tableAction_build
|
|
2295
2307
|
});
|
|
2296
2308
|
|
|
2297
|
-
const tagName$
|
|
2309
|
+
const tagName$9 = 'div';
|
|
2298
2310
|
transpiler.register('wm-table-column-group', () => {
|
|
2299
2311
|
return {
|
|
2300
|
-
pre: attrs => `<${tagName$
|
|
2301
|
-
post: () => `</${tagName$
|
|
2312
|
+
pre: attrs => `<${tagName$9} wmTableColumnGroup ${transpiler.getAttrMarkup(attrs)}>`,
|
|
2313
|
+
post: () => `</${tagName$9}>`
|
|
2302
2314
|
};
|
|
2303
2315
|
});
|
|
2304
2316
|
var tableColumnGroup_build = () => { };
|
|
@@ -2308,7 +2320,7 @@
|
|
|
2308
2320
|
default: tableColumnGroup_build
|
|
2309
2321
|
});
|
|
2310
2322
|
|
|
2311
|
-
const tagName$
|
|
2323
|
+
const tagName$8 = 'div';
|
|
2312
2324
|
const idGen$2 = new core.IDGenerator('data_table_form_');
|
|
2313
2325
|
const formWidgets = new Set([
|
|
2314
2326
|
'wm-text',
|
|
@@ -2561,7 +2573,7 @@
|
|
|
2561
2573
|
customExprTmpl = `${customExpr}<div data-col-identifier="${attrs.get('binding')}" title="${formatExprTmpl}">${formatExprTmpl}`;
|
|
2562
2574
|
}
|
|
2563
2575
|
}
|
|
2564
|
-
return `<${tagName$
|
|
2576
|
+
return `<${tagName$8} wmTableColumn ${transpiler.getAttrMarkup(attrs)} ${parentForm}>
|
|
2565
2577
|
${rowFilterTmpl}
|
|
2566
2578
|
${inlineEditTmpl}
|
|
2567
2579
|
${inlineNewEditTmpl}
|
|
@@ -2572,7 +2584,7 @@
|
|
|
2572
2584
|
if (shared.get('customExpression')) {
|
|
2573
2585
|
customExprTmpl = `</div></ng-template>`;
|
|
2574
2586
|
}
|
|
2575
|
-
return `${customExprTmpl}</${tagName$
|
|
2587
|
+
return `${customExprTmpl}</${tagName$8}>`;
|
|
2576
2588
|
},
|
|
2577
2589
|
imports: (attrs) => {
|
|
2578
2590
|
const editWidgetType = attrs.get('edit-widget-type');
|
|
@@ -2588,7 +2600,7 @@
|
|
|
2588
2600
|
default: tableColumn_build
|
|
2589
2601
|
});
|
|
2590
2602
|
|
|
2591
|
-
const tagName$
|
|
2603
|
+
const tagName$7 = 'div';
|
|
2592
2604
|
const getRowExpansionActionTmpl = (attrs) => {
|
|
2593
2605
|
const tag = attrs.get('widget-type') === 'anchor' ? 'a' : 'button';
|
|
2594
2606
|
const directive = attrs.get('widget-type') === 'anchor' ? 'wmAnchor' : 'wmButton';
|
|
@@ -2604,7 +2616,7 @@
|
|
|
2604
2616
|
transpiler.register('wm-table-row', () => {
|
|
2605
2617
|
return {
|
|
2606
2618
|
pre: (attrs) => {
|
|
2607
|
-
return `<${tagName$
|
|
2619
|
+
return `<${tagName$7} wmTableRow ${transpiler.getAttrMarkup(attrs)}>
|
|
2608
2620
|
${getRowExpansionActionTmpl(attrs)}
|
|
2609
2621
|
<ng-template #rowExpansionTmpl let-row="row" let-rowDef="rowDef" let-containerLoad="containerLoad">
|
|
2610
2622
|
<div wmContainer partialContainer content.bind="rowDef.content" load.event="containerLoad(widget)"
|
|
@@ -2612,7 +2624,7 @@
|
|
|
2612
2624
|
<div *ngFor="let param of rowDef.partialParams | keyvalue" wmParam hidden
|
|
2613
2625
|
[name]="param.key" [value]="param.value"></div>`;
|
|
2614
2626
|
},
|
|
2615
|
-
post: () => `</div></ng-template></${tagName$
|
|
2627
|
+
post: () => `</div></ng-template></${tagName$7}>`
|
|
2616
2628
|
};
|
|
2617
2629
|
});
|
|
2618
2630
|
var tableRow_build = () => { };
|
|
@@ -2622,7 +2634,7 @@
|
|
|
2622
2634
|
default: tableRow_build
|
|
2623
2635
|
});
|
|
2624
2636
|
|
|
2625
|
-
const tagName$
|
|
2637
|
+
const tagName$6 = 'div';
|
|
2626
2638
|
const getSaveCancelTemplate = () => {
|
|
2627
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">
|
|
2628
2640
|
<i class="wi wi-done" aria-hidden="true"></i>
|
|
@@ -2654,9 +2666,9 @@
|
|
|
2654
2666
|
};
|
|
2655
2667
|
transpiler.register('wm-table-row-action', () => {
|
|
2656
2668
|
return {
|
|
2657
|
-
pre: attrs => `<${tagName$
|
|
2669
|
+
pre: attrs => `<${tagName$6} wmTableRowAction ${transpiler.getAttrMarkup(attrs)}>
|
|
2658
2670
|
${getRowActionTmpl(attrs)}`,
|
|
2659
|
-
post: () => `</${tagName$
|
|
2671
|
+
post: () => `</${tagName$6}>`
|
|
2660
2672
|
};
|
|
2661
2673
|
});
|
|
2662
2674
|
var tableRowAction_build = () => { };
|
|
@@ -2666,7 +2678,7 @@
|
|
|
2666
2678
|
default: tableRowAction_build
|
|
2667
2679
|
});
|
|
2668
2680
|
|
|
2669
|
-
const tagName$
|
|
2681
|
+
const tagName$5 = 'div';
|
|
2670
2682
|
const dataSetKey = 'dataset';
|
|
2671
2683
|
const idGen$1 = new core.IDGenerator('table_');
|
|
2672
2684
|
let columnIndex = 0;
|
|
@@ -2733,9 +2745,9 @@
|
|
|
2733
2745
|
attrs.set('isdynamictable', shared.get('isdynamictable'));
|
|
2734
2746
|
attrs.set('isrowexpansionenabled', shared.get('isrowexpansionenabled'));
|
|
2735
2747
|
attrs.set('table_reference', counter);
|
|
2736
|
-
return `<${tagName$
|
|
2748
|
+
return `<${tagName$5} wmTable="${counter}" wmTableFilterSort wmTableCUD #${counter} data-identifier="table" ${transpiler.getAttrMarkup(attrs)}>`;
|
|
2737
2749
|
},
|
|
2738
|
-
post: () => `</${tagName$
|
|
2750
|
+
post: () => `</${tagName$5}>`,
|
|
2739
2751
|
provide: (attrs, shared) => {
|
|
2740
2752
|
const provider = new Map();
|
|
2741
2753
|
provider.set('table_reference', shared.get('counter'));
|
|
@@ -2754,11 +2766,11 @@
|
|
|
2754
2766
|
default: table_build
|
|
2755
2767
|
});
|
|
2756
2768
|
|
|
2757
|
-
const tagName$
|
|
2769
|
+
const tagName$4 = 'div';
|
|
2758
2770
|
transpiler.register('wm-video', () => {
|
|
2759
2771
|
return {
|
|
2760
|
-
pre: attrs => `<${tagName$
|
|
2761
|
-
post: () => `</${tagName$
|
|
2772
|
+
pre: attrs => `<${tagName$4} wmVideo ${transpiler.getAttrMarkup(attrs)}>`,
|
|
2773
|
+
post: () => `</${tagName$4}>`
|
|
2762
2774
|
};
|
|
2763
2775
|
});
|
|
2764
2776
|
var video_build = () => { };
|
|
@@ -2768,7 +2780,7 @@
|
|
|
2768
2780
|
default: video_build
|
|
2769
2781
|
});
|
|
2770
2782
|
|
|
2771
|
-
const tagName$
|
|
2783
|
+
const tagName$3 = 'div';
|
|
2772
2784
|
const SPACING_KEY = 'parentLinearLayout.spacing';
|
|
2773
2785
|
transpiler.register('wm-linearlayout', () => {
|
|
2774
2786
|
return {
|
|
@@ -2776,9 +2788,9 @@
|
|
|
2776
2788
|
pre: (attrs, shared, provider) => {
|
|
2777
2789
|
let spacing = attrs.get('spacing');
|
|
2778
2790
|
attrs.set('spacing', (!spacing || spacing === '0') && provider ? provider.get(SPACING_KEY) : spacing);
|
|
2779
|
-
return `<${tagName$
|
|
2791
|
+
return `<${tagName$3} wmLinearLayout ${transpiler.getAttrMarkup(attrs)}>`;
|
|
2780
2792
|
},
|
|
2781
|
-
post: () => `</${tagName$
|
|
2793
|
+
post: () => `</${tagName$3}>`,
|
|
2782
2794
|
provide: (attrs, shared) => {
|
|
2783
2795
|
const provider = new Map();
|
|
2784
2796
|
provider.set(SPACING_KEY, attrs.get('spacing'));
|
|
@@ -2793,11 +2805,11 @@
|
|
|
2793
2805
|
default: linearLayout_build
|
|
2794
2806
|
});
|
|
2795
2807
|
|
|
2796
|
-
const tagName$
|
|
2808
|
+
const tagName$2 = 'div';
|
|
2797
2809
|
transpiler.register('wm-linearlayoutitem', () => {
|
|
2798
2810
|
return {
|
|
2799
|
-
pre: attrs => `<${tagName$
|
|
2800
|
-
post: () => `</${tagName$
|
|
2811
|
+
pre: attrs => `<${tagName$2} wmLinearLayoutItem ${transpiler.getAttrMarkup(attrs)}>`,
|
|
2812
|
+
post: () => `</${tagName$2}>`
|
|
2801
2813
|
};
|
|
2802
2814
|
});
|
|
2803
2815
|
var linearLayoutItem_build = () => { };
|
|
@@ -2807,15 +2819,15 @@
|
|
|
2807
2819
|
default: linearLayoutItem_build
|
|
2808
2820
|
});
|
|
2809
2821
|
|
|
2810
|
-
const tagName$
|
|
2822
|
+
const tagName$1 = 'div';
|
|
2811
2823
|
const idGen = new core.IDGenerator('wm_custom_widget');
|
|
2812
2824
|
transpiler.register('wm-custom-widget', () => {
|
|
2813
2825
|
return {
|
|
2814
2826
|
pre: (attrs) => {
|
|
2815
2827
|
const counter = idGen.nextUid();
|
|
2816
|
-
return `<${tagName$
|
|
2828
|
+
return `<${tagName$1} wmWidgetContainer customWidgetContainer #${counter}="wmWidgetContainer" ${transpiler.getAttrMarkup(attrs)}>`;
|
|
2817
2829
|
},
|
|
2818
|
-
post: () => `</${tagName$
|
|
2830
|
+
post: () => `</${tagName$1}>`
|
|
2819
2831
|
};
|
|
2820
2832
|
});
|
|
2821
2833
|
var customWidgetContainer_build = () => { };
|
|
@@ -2825,20 +2837,6 @@
|
|
|
2825
2837
|
default: customWidgetContainer_build
|
|
2826
2838
|
});
|
|
2827
2839
|
|
|
2828
|
-
const tagName$1 = 'div';
|
|
2829
|
-
transpiler.register('wm-prop', () => {
|
|
2830
|
-
return {
|
|
2831
|
-
pre: attrs => `<${tagName$1} wmProp hidden ${transpiler.getAttrMarkup(attrs)}>`,
|
|
2832
|
-
post: () => `</${tagName$1}>`
|
|
2833
|
-
};
|
|
2834
|
-
});
|
|
2835
|
-
var customWidgetProp_build = () => { };
|
|
2836
|
-
|
|
2837
|
-
var customWidgetProp_build$1 = /*#__PURE__*/Object.freeze({
|
|
2838
|
-
__proto__: null,
|
|
2839
|
-
default: customWidgetProp_build
|
|
2840
|
-
});
|
|
2841
|
-
|
|
2842
2840
|
const tagName = 'section';
|
|
2843
2841
|
const noSpan = {};
|
|
2844
2842
|
const createElement = name => {
|
|
@@ -2894,7 +2892,6 @@
|
|
|
2894
2892
|
exports.contentBuild = content_build$1;
|
|
2895
2893
|
exports.currencyBuild = currency_build$1;
|
|
2896
2894
|
exports.customWidgetBuild = customWidgetContainer_build$1;
|
|
2897
|
-
exports.customWidgetPropBuild = customWidgetProp_build$1;
|
|
2898
2895
|
exports.customWidgetWrapperBuild = customWidgetWrapper_build$1;
|
|
2899
2896
|
exports.dateBuild = date_build$1;
|
|
2900
2897
|
exports.dateTimeBuild = dateTime_build$1;
|