@wavemaker/app-ng-runtime 11.8.0-next.139432 → 11.8.0-next.141156
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
- app-ng-runtime/build-task/bundles/index.umd.js +10 -12
- app-ng-runtime/build-task/esm2022/advanced/carousel/carousel-template/carousel-template.build.mjs +2 -4
- 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 +2 -4
- 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 +2 -5
- 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 +1 -1
- app-ng-runtime/build-task/esm2022/utils/utils.mjs +1 -1
- app-ng-runtime/build-task/fesm2022/index.mjs +11 -13
- app-ng-runtime/build-task/fesm2022/index.mjs.map +1 -1
- app-ng-runtime/components/advanced/carousel/bundles/index.umd.js +11 -21
- app-ng-runtime/components/advanced/carousel/carousel-template/carousel-template.directive.d.ts +2 -2
- 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 +7 -12
- app-ng-runtime/components/advanced/carousel/esm2022/carousel.animator.mjs +1 -1
- app-ng-runtime/components/advanced/carousel/esm2022/carousel.directive.mjs +7 -12
- app-ng-runtime/components/advanced/carousel/esm2022/carousel.module.mjs +2 -2
- app-ng-runtime/components/advanced/carousel/fesm2022/index.mjs +13 -23
- app-ng-runtime/components/advanced/carousel/fesm2022/index.mjs.map +1 -1
- app-ng-runtime/components/advanced/login/bundles/index.umd.js +8 -14
- app-ng-runtime/components/advanced/login/esm2022/login.component.mjs +9 -15
- app-ng-runtime/components/advanced/login/esm2022/login.module.mjs +2 -2
- app-ng-runtime/components/advanced/login/fesm2022/index.mjs +10 -16
- 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/bundles/index.umd.js +6 -11
- app-ng-runtime/components/advanced/marquee/esm2022/marquee.directive.mjs +7 -12
- app-ng-runtime/components/advanced/marquee/esm2022/marquee.module.mjs +2 -2
- app-ng-runtime/components/advanced/marquee/fesm2022/index.mjs +8 -13
- 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/bundles/index.umd.js +104 -159
- app-ng-runtime/components/base/esm2022/components.module.mjs +2 -2
- app-ng-runtime/components/base/esm2022/directives/show-in-device.directive.mjs +4 -4
- app-ng-runtime/components/base/esm2022/pipes/custom-pipes.mjs +24 -24
- 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 +1 -1
- app-ng-runtime/components/base/esm2022/utils/data-utils.mjs +2 -2
- app-ng-runtime/components/base/esm2022/utils/form-utils.mjs +2 -2
- app-ng-runtime/components/base/esm2022/utils/live-utils.mjs +1 -1
- app-ng-runtime/components/base/esm2022/utils/widget-utils.mjs +1 -1
- app-ng-runtime/components/base/esm2022/widgets/common/base/base-container.component.mjs +5 -5
- app-ng-runtime/components/base/esm2022/widgets/common/base/base-field-validations.mjs +1 -1
- app-ng-runtime/components/base/esm2022/widgets/common/base/base.component.mjs +7 -32
- app-ng-runtime/components/base/esm2022/widgets/common/base/dataset-aware-nav.component.mjs +5 -13
- app-ng-runtime/components/base/esm2022/widgets/common/base/partial-container.directive.mjs +4 -4
- 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 +7 -12
- app-ng-runtime/components/base/esm2022/widgets/common/dialog/dialog.service.mjs +3 -3
- app-ng-runtime/components/base/esm2022/widgets/common/item-template/item-template.directive.mjs +7 -12
- app-ng-runtime/components/base/esm2022/widgets/common/lazy-load/lazy-load.directive.mjs +3 -3
- app-ng-runtime/components/base/esm2022/widgets/common/message/message.component.mjs +10 -16
- app-ng-runtime/components/base/esm2022/widgets/common/partial/partial.directive.mjs +7 -12
- app-ng-runtime/components/base/esm2022/widgets/common/partial-param/partial-param.directive.mjs +7 -7
- 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 +7 -12
- app-ng-runtime/components/base/esm2022/widgets/common/smooth-scroll/smooth-scroll.directive.mjs +6 -6
- app-ng-runtime/components/base/esm2022/widgets/framework/deviceview.mjs +1 -1
- app-ng-runtime/components/base/esm2022/widgets/framework/property-change-handler.mjs +1 -1
- 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 +1 -1
- app-ng-runtime/components/base/esm2022/widgets/framework/widget-registry.mjs +1 -1
- app-ng-runtime/components/base/fesm2022/index.mjs +100 -157
- app-ng-runtime/components/base/fesm2022/index.mjs.map +1 -1
- app-ng-runtime/components/base/utils/data-utils.d.ts +1 -0
- app-ng-runtime/components/base/widgets/common/base/base-container.component.d.ts +1 -1
- app-ng-runtime/components/base/widgets/common/base/base.component.d.ts +2 -4
- app-ng-runtime/components/base/widgets/common/base/dataset-aware-nav.component.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/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 +2 -2
- 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 +106 -149
- app-ng-runtime/components/basic/default/esm2022/anchor/anchor.component.mjs +27 -31
- app-ng-runtime/components/basic/default/esm2022/audio/audio.component.mjs +7 -13
- app-ng-runtime/components/basic/default/esm2022/basic.module.mjs +2 -2
- app-ng-runtime/components/basic/default/esm2022/html/html.directive.mjs +8 -13
- app-ng-runtime/components/basic/default/esm2022/icon/icon.component.mjs +14 -19
- app-ng-runtime/components/basic/default/esm2022/iframe/iframe.component.mjs +9 -15
- app-ng-runtime/components/basic/default/esm2022/label/label.directive.mjs +7 -12
- app-ng-runtime/components/basic/default/esm2022/picture/picture.directive.mjs +7 -12
- app-ng-runtime/components/basic/default/esm2022/picture/picture.props.mjs +1 -1
- app-ng-runtime/components/basic/default/esm2022/spinner/spinner.component.mjs +27 -30
- app-ng-runtime/components/basic/default/esm2022/video/video.component.mjs +17 -21
- app-ng-runtime/components/basic/default/fesm2022/index.mjs +108 -151
- 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/bundles/index.umd.js +17 -29
- app-ng-runtime/components/basic/progress/esm2022/progress-bar/progress-bar.component.mjs +13 -19
- app-ng-runtime/components/basic/progress/esm2022/progress-circle/progress-circle.component.mjs +7 -13
- app-ng-runtime/components/basic/progress/esm2022/progress.module.mjs +2 -2
- app-ng-runtime/components/basic/progress/esm2022/utils.mjs +1 -1
- app-ng-runtime/components/basic/progress/fesm2022/index.mjs +19 -31
- 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/bundles/index.umd.js +5 -6
- app-ng-runtime/components/basic/rich-text-editor/esm2022/rich-text-editor.component.mjs +5 -6
- 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 +6 -7
- app-ng-runtime/components/basic/rich-text-editor/fesm2022/index.mjs.map +1 -1
- app-ng-runtime/components/basic/search/bundles/index.umd.js +111 -120
- 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 +1 -1
- app-ng-runtime/components/basic/search/esm2022/data-provider/remote-data-provider.mjs +1 -1
- app-ng-runtime/components/basic/search/esm2022/scrollable.directive.mjs +3 -3
- app-ng-runtime/components/basic/search/esm2022/search.component.mjs +110 -119
- app-ng-runtime/components/basic/search/esm2022/search.module.mjs +2 -2
- app-ng-runtime/components/basic/search/fesm2022/index.mjs +112 -121
- 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/bundles/index.umd.js +9 -15
- app-ng-runtime/components/basic/tree/esm2022/tree.component.mjs +10 -16
- app-ng-runtime/components/basic/tree/esm2022/tree.module.mjs +2 -2
- app-ng-runtime/components/basic/tree/fesm2022/index.mjs +11 -17
- 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/bundles/index.umd.js +22 -26
- app-ng-runtime/components/chart/chart.component.d.ts +2 -2
- app-ng-runtime/components/chart/esm2022/chart.component.mjs +22 -26
- app-ng-runtime/components/chart/esm2022/chart.module.mjs +2 -2
- app-ng-runtime/components/chart/esm2022/chart.utils.mjs +1 -1
- app-ng-runtime/components/chart/fesm2022/index.mjs +23 -27
- app-ng-runtime/components/chart/fesm2022/index.mjs.map +1 -1
- 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 +24 -35
- app-ng-runtime/components/containers/accordion/esm2022/accordion-pane/accordion-pane.component.mjs +17 -23
- 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 +7 -12
- app-ng-runtime/components/containers/accordion/esm2022/accordion.module.mjs +2 -2
- app-ng-runtime/components/containers/accordion/fesm2022/index.mjs +26 -37
- app-ng-runtime/components/containers/accordion/fesm2022/index.mjs.map +1 -1
- app-ng-runtime/components/containers/layout-grid/bundles/index.umd.js +17 -32
- app-ng-runtime/components/containers/layout-grid/esm2022/layout-grid-column/layout-grid-column.directive.mjs +8 -13
- app-ng-runtime/components/containers/layout-grid/esm2022/layout-grid-row/layout-grid-row.directive.mjs +7 -12
- app-ng-runtime/components/containers/layout-grid/esm2022/layout-grid.directive.mjs +7 -12
- app-ng-runtime/components/containers/layout-grid/esm2022/layout-grid.module.mjs +2 -2
- app-ng-runtime/components/containers/layout-grid/fesm2022/index.mjs +19 -34
- 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/bundles/index.umd.js +11 -21
- app-ng-runtime/components/containers/linear-layout/esm2022/linear-layout-item/linear-layout-item.directive.mjs +7 -12
- app-ng-runtime/components/containers/linear-layout/esm2022/linear-layout.directive.mjs +7 -12
- app-ng-runtime/components/containers/linear-layout/esm2022/linear-layout.module.mjs +2 -2
- app-ng-runtime/components/containers/linear-layout/fesm2022/index.mjs +13 -23
- 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/bundles/index.umd.js +80 -80
- app-ng-runtime/components/containers/panel/esm2022/panel.component.mjs +81 -81
- app-ng-runtime/components/containers/panel/esm2022/panel.module.mjs +2 -2
- app-ng-runtime/components/containers/panel/fesm2022/index.mjs +82 -82
- app-ng-runtime/components/containers/panel/fesm2022/index.mjs.map +1 -1
- app-ng-runtime/components/containers/panel/panel.component.d.ts +2 -2
- app-ng-runtime/components/containers/tabs/bundles/index.umd.js +47 -58
- app-ng-runtime/components/containers/tabs/esm2022/tab-pane/tab-pane.component.mjs +8 -14
- 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 +39 -44
- 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 +49 -60
- 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/bundles/index.umd.js +6 -11
- app-ng-runtime/components/containers/tile/esm2022/tile.directive.mjs +7 -12
- app-ng-runtime/components/containers/tile/esm2022/tile.module.mjs +2 -2
- app-ng-runtime/components/containers/tile/fesm2022/index.mjs +8 -13
- 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/bundles/index.umd.js +98 -102
- app-ng-runtime/components/containers/wizard/esm2022/wizard-step/wizard-step.directive.mjs +8 -13
- app-ng-runtime/components/containers/wizard/esm2022/wizard.component.mjs +93 -92
- app-ng-runtime/components/containers/wizard/esm2022/wizard.module.mjs +2 -2
- app-ng-runtime/components/containers/wizard/fesm2022/index.mjs +100 -104
- 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/bundles/index.umd.js +50 -70
- 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 +7 -12
- app-ng-runtime/components/data/card/esm2022/card-content/card-content.component.mjs +9 -15
- app-ng-runtime/components/data/card/esm2022/card-footer/card-footer.directive.mjs +7 -12
- app-ng-runtime/components/data/card/esm2022/card.component.mjs +34 -38
- app-ng-runtime/components/data/card/esm2022/card.module.mjs +2 -2
- app-ng-runtime/components/data/card/fesm2022/index.mjs +52 -72
- app-ng-runtime/components/data/card/fesm2022/index.mjs.map +1 -1
- app-ng-runtime/components/data/form/bundles/index.umd.js +115 -127
- app-ng-runtime/components/data/form/esm2022/form-action/form-action.directive.mjs +8 -13
- app-ng-runtime/components/data/form/esm2022/form-field/form-field.directive.mjs +7 -13
- 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 +84 -87
- 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 +5 -5
- app-ng-runtime/components/data/form/esm2022/live-form/live-form.directive.mjs +8 -6
- app-ng-runtime/components/data/form/fesm2022/index.mjs +117 -129
- 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 +2 -2
- app-ng-runtime/components/data/list/bundles/index.umd.js +142 -142
- app-ng-runtime/components/data/list/esm2022/list-item.directive.mjs +4 -4
- app-ng-runtime/components/data/list/esm2022/list.animator.mjs +1 -1
- app-ng-runtime/components/data/list/esm2022/list.component.mjs +140 -140
- app-ng-runtime/components/data/list/esm2022/list.module.mjs +2 -2
- app-ng-runtime/components/data/list/fesm2022/index.mjs +144 -144
- app-ng-runtime/components/data/list/fesm2022/index.mjs.map +1 -1
- app-ng-runtime/components/data/list/list.component.d.ts +2 -2
- app-ng-runtime/components/data/live-table/bundles/index.umd.js +7 -13
- app-ng-runtime/components/data/live-table/esm2022/live-table.component.mjs +8 -14
- app-ng-runtime/components/data/live-table/esm2022/live-table.module.mjs +2 -2
- app-ng-runtime/components/data/live-table/fesm2022/index.mjs +9 -15
- 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/bundles/index.umd.js +96 -98
- app-ng-runtime/components/data/pagination/esm2022/pagination.component.mjs +97 -99
- app-ng-runtime/components/data/pagination/esm2022/pagination.module.mjs +2 -2
- app-ng-runtime/components/data/pagination/fesm2022/index.mjs +98 -100
- 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/bundles/index.umd.js +106 -128
- app-ng-runtime/components/data/table/esm2022/table-action/table-action.directive.mjs +8 -13
- app-ng-runtime/components/data/table/esm2022/table-column/table-column.directive.mjs +17 -13
- 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 +8 -13
- app-ng-runtime/components/data/table/esm2022/table-cud.directive.mjs +4 -4
- app-ng-runtime/components/data/table/esm2022/table-filter.directive.mjs +4 -4
- app-ng-runtime/components/data/table/esm2022/table-row/table-row.directive.mjs +8 -13
- app-ng-runtime/components/data/table/esm2022/table-row-action/table-row-action.directive.mjs +7 -12
- app-ng-runtime/components/data/table/esm2022/table.component.mjs +60 -66
- 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 +108 -130
- 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 +2 -2
- 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 +2 -2
- 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 +9 -15
- app-ng-runtime/components/dialogs/alert-dialog/esm2022/alert-dialog.component.mjs +10 -16
- app-ng-runtime/components/dialogs/alert-dialog/esm2022/alert-dialog.module.mjs +2 -2
- app-ng-runtime/components/dialogs/alert-dialog/fesm2022/index.mjs +11 -17
- app-ng-runtime/components/dialogs/alert-dialog/fesm2022/index.mjs.map +1 -1
- app-ng-runtime/components/dialogs/confirm-dialog/bundles/index.umd.js +11 -17
- 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 +12 -18
- app-ng-runtime/components/dialogs/confirm-dialog/esm2022/confirm-dialog.module.mjs +2 -2
- app-ng-runtime/components/dialogs/confirm-dialog/fesm2022/index.mjs +13 -19
- app-ng-runtime/components/dialogs/confirm-dialog/fesm2022/index.mjs.map +1 -1
- app-ng-runtime/components/dialogs/default/base-dialog.d.ts +2 -2
- app-ng-runtime/components/dialogs/default/bundles/index.umd.js +69 -73
- 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 +8 -13
- 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 +7 -12
- app-ng-runtime/components/dialogs/default/esm2022/dialog-header/dialog-header.component.mjs +55 -49
- app-ng-runtime/components/dialogs/default/esm2022/dialog.module.mjs +2 -2
- app-ng-runtime/components/dialogs/default/fesm2022/index.mjs +71 -75
- app-ng-runtime/components/dialogs/default/fesm2022/index.mjs.map +1 -1
- app-ng-runtime/components/dialogs/design-dialog/bundles/index.umd.js +14 -20
- 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 +15 -21
- app-ng-runtime/components/dialogs/design-dialog/fesm2022/index.mjs +16 -22
- app-ng-runtime/components/dialogs/design-dialog/fesm2022/index.mjs.map +1 -1
- app-ng-runtime/components/dialogs/iframe-dialog/bundles/index.umd.js +14 -20
- app-ng-runtime/components/dialogs/iframe-dialog/esm2022/iframe-dialog.component.mjs +15 -21
- app-ng-runtime/components/dialogs/iframe-dialog/esm2022/iframe-dialog.module.mjs +2 -2
- app-ng-runtime/components/dialogs/iframe-dialog/fesm2022/index.mjs +16 -22
- 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/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/bundles/index.umd.js +10 -16
- app-ng-runtime/components/dialogs/partial-dialog/esm2022/partial-dialog.component.mjs +11 -17
- app-ng-runtime/components/dialogs/partial-dialog/esm2022/partial-dialog.module.mjs +2 -2
- app-ng-runtime/components/dialogs/partial-dialog/fesm2022/index.mjs +12 -18
- 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/bundles/index.umd.js +8 -14
- app-ng-runtime/components/input/calendar/calendar.component.d.ts +2 -2
- app-ng-runtime/components/input/calendar/esm2022/calendar.component.mjs +9 -15
- app-ng-runtime/components/input/calendar/esm2022/calendar.module.mjs +2 -2
- app-ng-runtime/components/input/calendar/fesm2022/index.mjs +10 -16
- app-ng-runtime/components/input/calendar/fesm2022/index.mjs.map +1 -1
- app-ng-runtime/components/input/chips/bundles/index.umd.js +34 -41
- app-ng-runtime/components/input/chips/chips.component.d.ts +2 -2
- app-ng-runtime/components/input/chips/esm2022/chips.component.mjs +35 -42
- app-ng-runtime/components/input/chips/esm2022/chips.module.mjs +2 -2
- app-ng-runtime/components/input/chips/fesm2022/index.mjs +35 -42
- app-ng-runtime/components/input/chips/fesm2022/index.mjs.map +1 -1
- app-ng-runtime/components/input/color-picker/bundles/index.umd.js +11 -24
- 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 +12 -25
- app-ng-runtime/components/input/color-picker/esm2022/color-picker.module.mjs +2 -2
- app-ng-runtime/components/input/color-picker/fesm2022/index.mjs +12 -25
- app-ng-runtime/components/input/color-picker/fesm2022/index.mjs.map +1 -1
- app-ng-runtime/components/input/currency/bundles/index.umd.js +11 -18
- app-ng-runtime/components/input/currency/currency.component.d.ts +2 -2
- app-ng-runtime/components/input/currency/esm2022/currency.component.mjs +12 -19
- app-ng-runtime/components/input/currency/esm2022/currency.module.mjs +2 -2
- app-ng-runtime/components/input/currency/fesm2022/index.mjs +12 -19
- app-ng-runtime/components/input/currency/fesm2022/index.mjs.map +1 -1
- app-ng-runtime/components/input/default/bundles/index.umd.js +416 -540
- 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 +2 -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/esm2022/base-form-custom.component.mjs +3 -3
- app-ng-runtime/components/input/default/esm2022/base-form.component.mjs +4 -4
- app-ng-runtime/components/input/default/esm2022/button/button.component.mjs +28 -32
- app-ng-runtime/components/input/default/esm2022/button-group/button-group.directive.mjs +7 -12
- app-ng-runtime/components/input/default/esm2022/caption-position.directive.mjs +4 -5
- app-ng-runtime/components/input/default/esm2022/checkbox/checkbox.component.mjs +14 -23
- app-ng-runtime/components/input/default/esm2022/checkboxset/checkboxset.component.mjs +101 -103
- app-ng-runtime/components/input/default/esm2022/composite/composite.directive.mjs +7 -12
- app-ng-runtime/components/input/default/esm2022/dataset-aware-form.component.mjs +4 -4
- app-ng-runtime/components/input/default/esm2022/input.module.mjs +2 -2
- app-ng-runtime/components/input/default/esm2022/number/number.component.mjs +10 -17
- app-ng-runtime/components/input/default/esm2022/radioset/radioset.component.mjs +101 -103
- app-ng-runtime/components/input/default/esm2022/select/select.component.mjs +55 -72
- app-ng-runtime/components/input/default/esm2022/switch/switch.component.mjs +28 -34
- app-ng-runtime/components/input/default/esm2022/text/base/base-input.mjs +8 -13
- app-ng-runtime/components/input/default/esm2022/text/calendar/input-calendar.component.mjs +11 -21
- app-ng-runtime/components/input/default/esm2022/text/color/input-color.component.mjs +11 -21
- app-ng-runtime/components/input/default/esm2022/text/email/input-email.component.mjs +11 -20
- app-ng-runtime/components/input/default/esm2022/text/locale/number-locale.mjs +7 -16
- app-ng-runtime/components/input/default/esm2022/text/number/input-number.component.mjs +12 -21
- app-ng-runtime/components/input/default/esm2022/text/text/input-text.component.mjs +11 -20
- app-ng-runtime/components/input/default/esm2022/textarea/textarea.component.mjs +12 -21
- app-ng-runtime/components/input/default/fesm2022/index.mjs +414 -540
- 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 +3 -4
- 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 +2 -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/base-date-time.component.d.ts +1 -1
- app-ng-runtime/components/input/epoch/bundles/index.umd.js +112 -145
- 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 +6 -11
- app-ng-runtime/components/input/epoch/esm2022/date/date.component.mjs +19 -26
- 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 +40 -40
- app-ng-runtime/components/input/epoch/esm2022/date-time/date-time.component.mjs +31 -41
- app-ng-runtime/components/input/epoch/esm2022/epoch.module.mjs +2 -2
- app-ng-runtime/components/input/epoch/esm2022/picker/picker.component.mjs +5 -7
- app-ng-runtime/components/input/epoch/esm2022/time/time.component.mjs +19 -28
- app-ng-runtime/components/input/epoch/fesm2022/index.mjs +114 -147
- 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/bundles/index.umd.js +121 -119
- app-ng-runtime/components/input/file-upload/esm2022/file-upload.component.mjs +122 -120
- app-ng-runtime/components/input/file-upload/esm2022/file-upload.module.mjs +2 -2
- app-ng-runtime/components/input/file-upload/fesm2022/index.mjs +123 -121
- 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/bundles/index.umd.js +39 -46
- app-ng-runtime/components/input/rating/esm2022/rating.component.mjs +40 -47
- app-ng-runtime/components/input/rating/esm2022/rating.module.mjs +2 -2
- app-ng-runtime/components/input/rating/fesm2022/index.mjs +40 -47
- 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/bundles/index.umd.js +12 -21
- app-ng-runtime/components/input/slider/esm2022/slider.component.mjs +13 -22
- app-ng-runtime/components/input/slider/esm2022/slider.module.mjs +2 -2
- app-ng-runtime/components/input/slider/fesm2022/index.mjs +13 -22
- 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/breadcrumb.component.d.ts +2 -2
- app-ng-runtime/components/navigation/breadcrumb/bundles/index.umd.js +28 -33
- app-ng-runtime/components/navigation/breadcrumb/esm2022/breadcrumb.component.mjs +29 -34
- app-ng-runtime/components/navigation/breadcrumb/esm2022/breadcrumb.module.mjs +2 -2
- app-ng-runtime/components/navigation/breadcrumb/fesm2022/index.mjs +30 -35
- app-ng-runtime/components/navigation/breadcrumb/fesm2022/index.mjs.map +1 -1
- app-ng-runtime/components/navigation/menu/bundles/index.umd.js +117 -133
- app-ng-runtime/components/navigation/menu/esm2022/menu-adapator.component.mjs +6 -11
- app-ng-runtime/components/navigation/menu/esm2022/menu-dropdown/menu-dropdown.component.mjs +4 -5
- app-ng-runtime/components/navigation/menu/esm2022/menu-dropdown-item/menu-dropdown-item.component.mjs +23 -23
- app-ng-runtime/components/navigation/menu/esm2022/menu.component.mjs +34 -37
- app-ng-runtime/components/navigation/menu/esm2022/menu.module.mjs +2 -2
- app-ng-runtime/components/navigation/menu/esm2022/nav/nav-item/nav-item.directive.mjs +7 -12
- app-ng-runtime/components/navigation/menu/esm2022/nav/nav.component.mjs +50 -52
- app-ng-runtime/components/navigation/menu/esm2022/nav/navigation-control.directive.mjs +3 -3
- app-ng-runtime/components/navigation/menu/fesm2022/index.mjs +119 -135
- 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.component.d.ts +2 -2
- app-ng-runtime/components/navigation/menu/nav/nav-item/nav-item.directive.d.ts +2 -2
- app-ng-runtime/components/navigation/menu/nav/nav.component.d.ts +2 -2
- app-ng-runtime/components/navigation/navbar/bundles/index.umd.js +22 -29
- app-ng-runtime/components/navigation/navbar/esm2022/navbar.component.mjs +23 -30
- app-ng-runtime/components/navigation/navbar/esm2022/navbar.module.mjs +2 -2
- app-ng-runtime/components/navigation/navbar/fesm2022/index.mjs +24 -31
- 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/bundles/index.umd.js +11 -18
- app-ng-runtime/components/navigation/popover/esm2022/popover.component.mjs +12 -19
- app-ng-runtime/components/navigation/popover/esm2022/popover.module.mjs +2 -2
- app-ng-runtime/components/navigation/popover/fesm2022/index.mjs +13 -20
- 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/bundles/index.umd.js +31 -63
- app-ng-runtime/components/page/default/content/content.component.d.ts +2 -2
- app-ng-runtime/components/page/default/esm2022/content/content.component.mjs +7 -13
- app-ng-runtime/components/page/default/esm2022/layout.directive.mjs +7 -12
- app-ng-runtime/components/page/default/esm2022/page-content/page-content.component.mjs +7 -13
- app-ng-runtime/components/page/default/esm2022/page.directive.mjs +7 -12
- app-ng-runtime/components/page/default/esm2022/page.module.mjs +2 -2
- app-ng-runtime/components/page/default/esm2022/router-outlet.directive.mjs +7 -12
- app-ng-runtime/components/page/default/esm2022/spa-page.directive.mjs +7 -12
- app-ng-runtime/components/page/default/fesm2022/index.mjs +33 -65
- 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/bundles/index.umd.js +6 -11
- app-ng-runtime/components/page/footer/esm2022/footer.directive.mjs +7 -12
- app-ng-runtime/components/page/footer/esm2022/footer.module.mjs +2 -2
- app-ng-runtime/components/page/footer/fesm2022/index.mjs +8 -13
- 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/bundles/index.umd.js +6 -12
- app-ng-runtime/components/page/header/esm2022/header.component.mjs +7 -13
- app-ng-runtime/components/page/header/esm2022/header.module.mjs +2 -2
- app-ng-runtime/components/page/header/fesm2022/index.mjs +8 -14
- 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/bundles/index.umd.js +7 -12
- 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 +8 -13
- app-ng-runtime/components/page/left-panel/esm2022/left-panel.module.mjs +2 -2
- app-ng-runtime/components/page/left-panel/fesm2022/index.mjs +9 -14
- app-ng-runtime/components/page/left-panel/fesm2022/index.mjs.map +1 -1
- app-ng-runtime/components/page/left-panel/left-panel.directive.d.ts +2 -2
- app-ng-runtime/components/page/right-panel/bundles/index.umd.js +6 -11
- app-ng-runtime/components/page/right-panel/esm2022/right-panel.directive.mjs +7 -12
- app-ng-runtime/components/page/right-panel/esm2022/right-panel.module.mjs +2 -2
- app-ng-runtime/components/page/right-panel/fesm2022/index.mjs +8 -13
- 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/bundles/index.umd.js +6 -11
- app-ng-runtime/components/page/top-nav/esm2022/top-nav.directive.mjs +7 -12
- app-ng-runtime/components/page/top-nav/esm2022/top-nav.module.mjs +2 -2
- app-ng-runtime/components/page/top-nav/fesm2022/index.mjs +8 -13
- 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/bundles/index.umd.js +12 -22
- app-ng-runtime/components/prefab/esm2022/prefab-container/prefab-container.directive.mjs +7 -12
- app-ng-runtime/components/prefab/esm2022/prefab.directive.mjs +8 -13
- app-ng-runtime/components/prefab/esm2022/prefab.module.mjs +2 -2
- app-ng-runtime/components/prefab/fesm2022/index.mjs +13 -23
- 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/bundles/index.umd.js +16 -16
- app-ng-runtime/core/esm2022/core.module.mjs +2 -2
- app-ng-runtime/core/esm2022/services/constant.service.mjs +2 -2
- app-ng-runtime/core/esm2022/services/field-type.service.mjs +3 -3
- app-ng-runtime/core/esm2022/services/field-widget.service.mjs +3 -3
- app-ng-runtime/core/esm2022/services/pagination.service.mjs +2 -2
- app-ng-runtime/core/esm2022/services/script-loader.service.mjs +3 -3
- app-ng-runtime/core/esm2022/services/state-persistence.service.mjs +2 -2
- app-ng-runtime/core/esm2022/services/user-custom-pipe-manager.service.mjs +2 -2
- app-ng-runtime/core/esm2022/services/utils.service.mjs +3 -3
- app-ng-runtime/core/esm2022/services/viewport.service.mjs +3 -3
- app-ng-runtime/core/esm2022/utils/build-utils.mjs +1 -1
- 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 +2 -2
- app-ng-runtime/core/esm2022/utils/id-generator.mjs +1 -1
- app-ng-runtime/core/esm2022/utils/lru-cache.mjs +1 -1
- app-ng-runtime/core/esm2022/utils/utils.mjs +1 -1
- app-ng-runtime/core/esm2022/utils/watcher.mjs +1 -1
- app-ng-runtime/core/esm2022/utils/wm-project-properties.mjs +1 -1
- app-ng-runtime/core/fesm2022/index.mjs +17 -17
- app-ng-runtime/core/fesm2022/index.mjs.map +1 -1
- app-ng-runtime/http/bundles/index.umd.js +3 -3
- app-ng-runtime/http/esm2022/http-service.module.mjs +2 -2
- app-ng-runtime/http/esm2022/http.service.mjs +3 -3
- app-ng-runtime/http/fesm2022/index.mjs +3 -3
- 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 +44 -58
- app-ng-runtime/locales/angular/global/ff-gn.js +44 -58
- 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 +44 -58
- 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/bundles/index.umd.js +124 -125
- app-ng-runtime/mobile/components/basic/default/esm2022/anchor/anchor.directive.mjs +4 -4
- app-ng-runtime/mobile/components/basic/default/esm2022/app-update/app-update.component.mjs +6 -7
- 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 +36 -36
- app-ng-runtime/mobile/components/basic/default/esm2022/file-browser/file-selector.service.mjs +3 -3
- app-ng-runtime/mobile/components/basic/default/esm2022/image-cache/image-cache.directive.mjs +4 -4
- app-ng-runtime/mobile/components/basic/default/esm2022/network-info-toaster/network-info-toaster.component.mjs +47 -49
- 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 +30 -28
- app-ng-runtime/mobile/components/basic/default/fesm2022/index.mjs +125 -126
- 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/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/bundles/index.umd.js +25 -37
- app-ng-runtime/mobile/components/containers/segmented-control/esm2022/segment-content/segment-content.component.mjs +8 -14
- app-ng-runtime/mobile/components/containers/segmented-control/esm2022/segmented-control.component.mjs +20 -26
- 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 +27 -39
- 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/bundles/index.umd.js +41 -46
- 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 +41 -46
- 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 +43 -48
- 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/barcode-scanner.component.d.ts +2 -2
- app-ng-runtime/mobile/components/device/barcode-scanner/bundles/index.umd.js +8 -14
- app-ng-runtime/mobile/components/device/barcode-scanner/esm2022/barcode-scanner.component.mjs +9 -15
- 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 +10 -16
- app-ng-runtime/mobile/components/device/barcode-scanner/fesm2022/index.mjs.map +1 -1
- app-ng-runtime/mobile/components/device/camera/bundles/index.umd.js +9 -15
- app-ng-runtime/mobile/components/device/camera/camera.component.d.ts +2 -2
- app-ng-runtime/mobile/components/device/camera/esm2022/camera.component.mjs +10 -16
- app-ng-runtime/mobile/components/device/camera/esm2022/camera.module.mjs +2 -2
- app-ng-runtime/mobile/components/device/camera/fesm2022/index.mjs +11 -17
- app-ng-runtime/mobile/components/device/camera/fesm2022/index.mjs.map +1 -1
- 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/bundles/index.umd.js +5 -6
- app-ng-runtime/mobile/components/page/default/esm2022/page-content-loader/page-content-loader.component.mjs +3 -4
- app-ng-runtime/mobile/components/page/default/esm2022/page.directive.mjs +3 -3
- app-ng-runtime/mobile/components/page/default/esm2022/page.module.mjs +2 -2
- app-ng-runtime/mobile/components/page/default/fesm2022/index.mjs +5 -6
- app-ng-runtime/mobile/components/page/default/fesm2022/index.mjs.map +1 -1
- 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/bundles/index.umd.js +35 -40
- app-ng-runtime/mobile/components/page/mobile-navbar/esm2022/mobile-navbar.component.mjs +36 -41
- 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 +36 -41
- 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/bundles/index.umd.js +37 -43
- 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 +38 -44
- app-ng-runtime/mobile/components/page/tab-bar/fesm2022/index.mjs +39 -45
- 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/bundles/index.umd.js +18 -18
- 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 +3 -3
- app-ng-runtime/mobile/core/esm2022/services/device-file-opener.service.mjs +3 -3
- app-ng-runtime/mobile/core/esm2022/services/device-file-upload.service.mjs +3 -3
- app-ng-runtime/mobile/core/esm2022/services/device-file.service.mjs +3 -3
- app-ng-runtime/mobile/core/esm2022/services/device.service.mjs +3 -3
- app-ng-runtime/mobile/core/esm2022/services/ext-app-message.service.mjs +3 -3
- app-ng-runtime/mobile/core/esm2022/services/network.service.mjs +3 -3
- app-ng-runtime/mobile/core/fesm2022/index.mjs +18 -18
- app-ng-runtime/mobile/core/fesm2022/index.mjs.map +1 -1
- app-ng-runtime/mobile/offline/bundles/index.umd.js +15 -15
- app-ng-runtime/mobile/offline/esm2022/models/local-db-store.mjs +1 -1
- app-ng-runtime/mobile/offline/esm2022/offline.module.mjs +3 -3
- app-ng-runtime/mobile/offline/esm2022/services/change-log.service.mjs +3 -3
- app-ng-runtime/mobile/offline/esm2022/services/local-db-data-pull.service.mjs +3 -3
- app-ng-runtime/mobile/offline/esm2022/services/local-db-management.service.mjs +3 -3
- app-ng-runtime/mobile/offline/esm2022/services/local-db.service.mjs +3 -3
- 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 +1 -1
- app-ng-runtime/mobile/offline/esm2022/services/workers/file-handler.mjs +1 -1
- 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 +1 -1
- app-ng-runtime/mobile/offline/esm2022/utils/file-upload.utils.mjs +1 -1
- app-ng-runtime/mobile/offline/esm2022/utils/live-variable.utils.mjs +1 -1
- app-ng-runtime/mobile/offline/esm2022/utils/query-executor.utils.mjs +1 -1
- app-ng-runtime/mobile/offline/esm2022/utils/security.utils.mjs +1 -1
- app-ng-runtime/mobile/offline/esm2022/utils/utils.mjs +1 -1
- app-ng-runtime/mobile/offline/fesm2022/index.mjs +16 -16
- app-ng-runtime/mobile/offline/fesm2022/index.mjs.map +1 -1
- app-ng-runtime/mobile/placeholder/runtime/bundles/index.umd.js +2 -3
- app-ng-runtime/mobile/placeholder/runtime/esm2022/components/app-ext.component.mjs +2 -3
- app-ng-runtime/mobile/placeholder/runtime/esm2022/mobile-runtime.module.mjs +2 -2
- app-ng-runtime/mobile/placeholder/runtime/fesm2022/index.mjs +2 -3
- app-ng-runtime/mobile/placeholder/runtime/fesm2022/index.mjs.map +1 -1
- 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/bundles/index.umd.js +9 -10
- app-ng-runtime/mobile/runtime/esm2022/components/app-ext.component.mjs +3 -4
- app-ng-runtime/mobile/runtime/esm2022/mobile-runtime.module.mjs +3 -3
- app-ng-runtime/mobile/runtime/esm2022/services/cookie.service.mjs +2 -2
- app-ng-runtime/mobile/runtime/esm2022/services/http-interceptor.service.mjs +3 -3
- app-ng-runtime/mobile/runtime/esm2022/services/webprocess.service.mjs +3 -3
- app-ng-runtime/mobile/runtime/fesm2022/index.mjs +9 -10
- app-ng-runtime/mobile/runtime/fesm2022/index.mjs.map +1 -1
- app-ng-runtime/mobile/runtime-dynamic/bundles/index.umd.js +3 -3
- 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 +3 -3
- app-ng-runtime/mobile/runtime-dynamic/fesm2022/index.mjs +3 -3
- app-ng-runtime/mobile/runtime-dynamic/fesm2022/index.mjs.map +1 -1
- app-ng-runtime/mobile/variables/bundles/index.umd.js +5 -5
- app-ng-runtime/mobile/variables/esm2022/services/camera-service.mjs +4 -4
- app-ng-runtime/mobile/variables/esm2022/services/contacts-service.mjs +1 -1
- app-ng-runtime/mobile/variables/esm2022/services/datasync-service.mjs +1 -1
- 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 +1 -1
- 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 +5 -5
- app-ng-runtime/mobile/variables/fesm2022/index.mjs.map +1 -1
- app-ng-runtime/oAuth/bundles/index.umd.js +3 -3
- app-ng-runtime/oAuth/esm2022/oAuth.module.mjs +2 -2
- app-ng-runtime/oAuth/esm2022/oAuth.service.mjs +3 -3
- app-ng-runtime/oAuth/esm2022/oAuth.utils.mjs +1 -1
- app-ng-runtime/oAuth/fesm2022/index.mjs +3 -3
- app-ng-runtime/oAuth/fesm2022/index.mjs.map +1 -1
- app-ng-runtime/package.json +1 -1
- app-ng-runtime/runtime/base/bundles/index.umd.js +118 -122
- app-ng-runtime/runtime/base/esm2022/components/app-component/app.component.mjs +27 -27
- app-ng-runtime/runtime/base/esm2022/components/app-spinner.component.mjs +8 -9
- app-ng-runtime/runtime/base/esm2022/components/base-layout.component.mjs +2 -2
- app-ng-runtime/runtime/base/esm2022/components/base-page.component.mjs +3 -3
- app-ng-runtime/runtime/base/esm2022/components/base-partial.component.mjs +3 -3
- app-ng-runtime/runtime/base/esm2022/components/base-prefab.component.mjs +3 -3
- app-ng-runtime/runtime/base/esm2022/components/base-spa-page.component.mjs +3 -3
- app-ng-runtime/runtime/base/esm2022/components/custom-toaster.component.mjs +12 -13
- app-ng-runtime/runtime/base/esm2022/components/empty-component/empty-page.component.mjs +3 -4
- app-ng-runtime/runtime/base/esm2022/components/prefab-preview.component.mjs +3 -4
- app-ng-runtime/runtime/base/esm2022/directives/accessroles.directive.mjs +3 -3
- 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 +3 -3
- 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 +3 -3
- app-ng-runtime/runtime/base/esm2022/services/app.service.mjs +3 -3
- app-ng-runtime/runtime/base/esm2022/services/dynamic-component-ref-provider.service.mjs +3 -3
- app-ng-runtime/runtime/base/esm2022/services/http-interceptor.services.mjs +3 -3
- app-ng-runtime/runtime/base/esm2022/services/i18n.service.mjs +3 -3
- app-ng-runtime/runtime/base/esm2022/services/navigation.service.mjs +3 -3
- 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 +3 -3
- app-ng-runtime/runtime/base/esm2022/services/spinner.service.mjs +3 -3
- app-ng-runtime/runtime/base/esm2022/services/toaster.service.mjs +3 -3
- app-ng-runtime/runtime/base/esm2022/util/fragment-monitor.mjs +3 -3
- app-ng-runtime/runtime/base/esm2022/util/wm-route-reuse-strategy.mjs +2 -2
- app-ng-runtime/runtime/base/fesm2022/index.mjs +130 -134
- 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/dynamic/bundles/index.umd.js +14 -15
- app-ng-runtime/runtime/dynamic/esm2022/app/app.module.mjs +1 -1
- app-ng-runtime/runtime/dynamic/esm2022/app/components/page-wrapper.component.mjs +3 -4
- 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 +3 -3
- app-ng-runtime/runtime/dynamic/esm2022/app/services/prefab-config-provider.service.mjs +3 -3
- app-ng-runtime/runtime/dynamic/esm2022/main.mjs +1 -1
- app-ng-runtime/runtime/dynamic/fesm2022/index.mjs +16 -17
- app-ng-runtime/runtime/dynamic/fesm2022/index.mjs.map +1 -1
- app-ng-runtime/scripts/datatable/datatable.js +2 -1
- app-ng-runtime/security/bundles/index.umd.js +3 -3
- app-ng-runtime/security/esm2022/security.module.mjs +2 -2
- app-ng-runtime/security/esm2022/security.service.mjs +3 -3
- app-ng-runtime/security/fesm2022/index.mjs +3 -3
- app-ng-runtime/security/fesm2022/index.mjs.map +1 -1
- app-ng-runtime/swipey/esm2022/swipe.animation.mjs +1 -1
- app-ng-runtime/swipey/fesm2022/index.mjs.map +1 -1
- app-ng-runtime/transpiler/esm2022/build.mjs +1 -1
- app-ng-runtime/transpiler/fesm2022/index.mjs.map +1 -1
- app-ng-runtime/variables/bundles/index.umd.js +5 -5
- app-ng-runtime/variables/esm2022/factory/variable.factory.mjs +1 -1
- app-ng-runtime/variables/esm2022/manager/action/login-action.manager.mjs +1 -1
- app-ng-runtime/variables/esm2022/manager/action/logout-action.manager.mjs +1 -1
- app-ng-runtime/variables/esm2022/manager/action/notification-action.manager.mjs +1 -1
- app-ng-runtime/variables/esm2022/manager/variable/base-variable.manager.mjs +1 -1
- 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 +1 -1
- 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 +3 -3
- app-ng-runtime/variables/esm2022/util/action/navigation-action.utils.mjs +1 -1
- app-ng-runtime/variables/esm2022/util/variable/pagination.utils.mjs +1 -1
- app-ng-runtime/variables/esm2022/util/variable/service-variable.utils.mjs +1 -1
- app-ng-runtime/variables/esm2022/util/variable/variables.utils.mjs +1 -1
- app-ng-runtime/variables/esm2022/variables.module.mjs +2 -2
- app-ng-runtime/variables/fesm2022/index.mjs +5 -5
- app-ng-runtime/variables/fesm2022/index.mjs.map +1 -1
- app-ng-runtime/build-task/.npmignore +0 -2
- app-ng-runtime/components/advanced/carousel/.npmignore +0 -2
- app-ng-runtime/components/advanced/login/.npmignore +0 -2
- app-ng-runtime/components/advanced/marquee/.npmignore +0 -2
- app-ng-runtime/components/base/.npmignore +0 -2
- app-ng-runtime/components/basic/default/.npmignore +0 -2
- app-ng-runtime/components/basic/progress/.npmignore +0 -2
- app-ng-runtime/components/basic/rich-text-editor/.npmignore +0 -2
- app-ng-runtime/components/basic/search/.npmignore +0 -2
- app-ng-runtime/components/basic/tree/.npmignore +0 -2
- app-ng-runtime/components/chart/.npmignore +0 -2
- app-ng-runtime/components/containers/accordion/.npmignore +0 -2
- app-ng-runtime/components/containers/layout-grid/.npmignore +0 -2
- app-ng-runtime/components/containers/linear-layout/.npmignore +0 -2
- app-ng-runtime/components/containers/panel/.npmignore +0 -2
- app-ng-runtime/components/containers/tabs/.npmignore +0 -2
- app-ng-runtime/components/containers/tile/.npmignore +0 -2
- app-ng-runtime/components/containers/wizard/.npmignore +0 -2
- app-ng-runtime/components/data/card/.npmignore +0 -2
- app-ng-runtime/components/data/form/.npmignore +0 -2
- app-ng-runtime/components/data/list/.npmignore +0 -2
- app-ng-runtime/components/data/live-table/.npmignore +0 -2
- app-ng-runtime/components/data/pagination/.npmignore +0 -2
- app-ng-runtime/components/data/table/.npmignore +0 -2
- app-ng-runtime/components/dialogs/alert-dialog/.npmignore +0 -2
- app-ng-runtime/components/dialogs/confirm-dialog/.npmignore +0 -2
- app-ng-runtime/components/dialogs/default/.npmignore +0 -2
- app-ng-runtime/components/dialogs/design-dialog/.npmignore +0 -2
- app-ng-runtime/components/dialogs/iframe-dialog/.npmignore +0 -2
- app-ng-runtime/components/dialogs/login-dialog/.npmignore +0 -2
- app-ng-runtime/components/dialogs/partial-dialog/.npmignore +0 -2
- app-ng-runtime/components/input/calendar/.npmignore +0 -2
- app-ng-runtime/components/input/chips/.npmignore +0 -2
- app-ng-runtime/components/input/color-picker/.npmignore +0 -2
- app-ng-runtime/components/input/currency/.npmignore +0 -2
- app-ng-runtime/components/input/default/.npmignore +0 -2
- app-ng-runtime/components/input/epoch/.npmignore +0 -2
- app-ng-runtime/components/input/file-upload/.npmignore +0 -2
- app-ng-runtime/components/input/rating/.npmignore +0 -2
- app-ng-runtime/components/input/slider/.npmignore +0 -2
- app-ng-runtime/components/navigation/breadcrumb/.npmignore +0 -2
- app-ng-runtime/components/navigation/menu/.npmignore +0 -2
- app-ng-runtime/components/navigation/navbar/.npmignore +0 -2
- app-ng-runtime/components/navigation/popover/.npmignore +0 -2
- app-ng-runtime/components/page/default/.npmignore +0 -2
- app-ng-runtime/components/page/footer/.npmignore +0 -2
- app-ng-runtime/components/page/header/.npmignore +0 -2
- app-ng-runtime/components/page/left-panel/.npmignore +0 -2
- app-ng-runtime/components/page/right-panel/.npmignore +0 -2
- app-ng-runtime/components/page/top-nav/.npmignore +0 -2
- app-ng-runtime/components/prefab/.npmignore +0 -2
- app-ng-runtime/core/.npmignore +0 -2
- app-ng-runtime/http/.npmignore +0 -2
- app-ng-runtime/mobile/components/basic/default/.npmignore +0 -2
- app-ng-runtime/mobile/components/basic/search/.npmignore +0 -2
- app-ng-runtime/mobile/components/containers/segmented-control/.npmignore +0 -2
- app-ng-runtime/mobile/components/data/media-list/.npmignore +0 -2
- app-ng-runtime/mobile/components/device/barcode-scanner/.npmignore +0 -2
- app-ng-runtime/mobile/components/device/camera/.npmignore +0 -2
- app-ng-runtime/mobile/components/input/file-upload/.npmignore +0 -2
- app-ng-runtime/mobile/components/page/default/.npmignore +0 -2
- app-ng-runtime/mobile/components/page/left-panel/.npmignore +0 -2
- app-ng-runtime/mobile/components/page/mobile-navbar/.npmignore +0 -2
- app-ng-runtime/mobile/components/page/tab-bar/.npmignore +0 -2
- app-ng-runtime/mobile/core/.npmignore +0 -2
- app-ng-runtime/mobile/offline/.npmignore +0 -2
- app-ng-runtime/mobile/placeholder/runtime/.npmignore +0 -2
- app-ng-runtime/mobile/placeholder/runtime-dynamic/.npmignore +0 -2
- app-ng-runtime/mobile/runtime/.npmignore +0 -2
- app-ng-runtime/mobile/runtime-dynamic/.npmignore +0 -2
- app-ng-runtime/mobile/variables/.npmignore +0 -2
- app-ng-runtime/oAuth/.npmignore +0 -2
- app-ng-runtime/runtime/base/.npmignore +0 -2
- app-ng-runtime/runtime/dynamic/.npmignore +0 -2
- app-ng-runtime/security/.npmignore +0 -2
- app-ng-runtime/swipey/.npmignore +0 -2
- app-ng-runtime/transpiler/.npmignore +0 -2
- app-ng-runtime/variables/.npmignore +0 -2
|
@@ -1,17 +1,16 @@
|
|
|
1
1
|
import * as i0 from '@angular/core';
|
|
2
|
-
import { Component,
|
|
2
|
+
import { Component, HostBinding, Directive, HostListener, Injectable, Inject, ElementRef, Attribute, ViewChild, ContentChildren, NgModule } from '@angular/core';
|
|
3
3
|
import * as i1 from '@angular/common';
|
|
4
|
-
import {
|
|
4
|
+
import { getLocaleNumberSymbol, NumberSymbol, CommonModule } from '@angular/common';
|
|
5
5
|
import * as i2$1 from '@angular/forms';
|
|
6
6
|
import { FormControlName, NgModel, NG_VALUE_ACCESSOR, NG_VALIDATORS, FormsModule } from '@angular/forms';
|
|
7
7
|
import * as i3 from 'angular-imask';
|
|
8
8
|
import { IMaskDirective, IMaskModule } from 'angular-imask';
|
|
9
9
|
import * as i2 from '@wm/components/base';
|
|
10
|
-
import { PROP_STRING, PROP_ANY, PROP_BOOLEAN, PROP_NUMBER,
|
|
10
|
+
import { register, PROP_STRING, PROP_ANY, PROP_BOOLEAN, PROP_NUMBER, DISPLAY_TYPE, StylableComponent, styler, provideAsWidgetRef, APPLY_STYLES_TYPE, WidgetConfig, registerFormWidget, provideAs, extractDataAsArray, ToDatePipe, ALLFIELDS, getOrderedDataset, convertDataToObject, transformDataWithKeys, transformFormData, getUniqObjsByDataField, groupData, handleHeaderClick, toggleAllHeaders, WidgetRef, INPUTMODE, WmComponentsModule } from '@wm/components/base';
|
|
11
11
|
import * as i1$1 from '@wm/core';
|
|
12
|
-
import { DataSource, FormWidgetType, isDefined, toggleClass, AppDefaults, $appDigest,
|
|
12
|
+
import { DataSource, FormWidgetType, isDefined, toggleClass, AppDefaults, debounce, $appDigest, noop, isEqualWithFields, toBoolean, setListClass, switchClass, addForIdAttributes, addClass, setAttr, removeAttr, setCSS } from '@wm/core';
|
|
13
13
|
import { Subject } from 'rxjs';
|
|
14
|
-
import { __param, __metadata, __decorate } from 'tslib';
|
|
15
14
|
|
|
16
15
|
const registerProps$e = () => {
|
|
17
16
|
register('wm-button', new Map([
|
|
@@ -38,39 +37,39 @@ const registerProps$e = () => {
|
|
|
38
37
|
};
|
|
39
38
|
|
|
40
39
|
const _c0$c = ["wmButton", ""];
|
|
41
|
-
const _c1$b =
|
|
42
|
-
const _c2$5 = [".caret"];
|
|
43
|
-
const _c3$2 = (a0, a1, a2) => ({ width: a0, height: a1, margin: a2 });
|
|
44
|
-
const _c4$2 = (a0, a1, a2, a3) => ({ width: a0, height: a1, margin: a2, fontSize: a3 });
|
|
40
|
+
const _c1$b = function (a0, a1, a2) { return { width: a0, height: a1, margin: a2 }; };
|
|
45
41
|
function ButtonComponent_img_0_Template(rf, ctx) { if (rf & 1) {
|
|
46
42
|
i0.ɵɵelement(0, "img", 5);
|
|
47
43
|
i0.ɵɵpipe(1, "image");
|
|
48
44
|
} if (rf & 2) {
|
|
49
45
|
const ctx_r0 = i0.ɵɵnextContext();
|
|
50
|
-
i0.ɵɵproperty("src", i0.ɵɵpipeBind1(1, 2, ctx_r0.iconurl), i0.ɵɵsanitizeUrl)("ngStyle", i0.ɵɵpureFunction3(4,
|
|
46
|
+
i0.ɵɵproperty("src", i0.ɵɵpipeBind1(1, 2, ctx_r0.iconurl), i0.ɵɵsanitizeUrl)("ngStyle", i0.ɵɵpureFunction3(4, _c1$b, ctx_r0.iconwidth, ctx_r0.iconheight, ctx_r0.iconmargin));
|
|
51
47
|
} }
|
|
48
|
+
const _c2$5 = function (a0, a1, a2, a3) { return { width: a0, height: a1, margin: a2, fontSize: a3 }; };
|
|
52
49
|
function ButtonComponent_i_1_Template(rf, ctx) { if (rf & 1) {
|
|
53
50
|
i0.ɵɵelement(0, "i", 6);
|
|
54
51
|
} if (rf & 2) {
|
|
55
|
-
const
|
|
56
|
-
i0.ɵɵclassMapInterpolate1("app-icon ",
|
|
57
|
-
i0.ɵɵproperty("ngStyle", i0.ɵɵpureFunction4(4,
|
|
52
|
+
const ctx_r1 = i0.ɵɵnextContext();
|
|
53
|
+
i0.ɵɵclassMapInterpolate1("app-icon ", ctx_r1.iconclass, "");
|
|
54
|
+
i0.ɵɵproperty("ngStyle", i0.ɵɵpureFunction4(4, _c2$5, ctx_r1.iconwidth, ctx_r1.iconheight, ctx_r1.iconmargin, ctx_r1.iconwidth));
|
|
58
55
|
} }
|
|
59
56
|
function ButtonComponent_span_2_Template(rf, ctx) { if (rf & 1) {
|
|
60
57
|
i0.ɵɵelementStart(0, "span", 7);
|
|
61
58
|
i0.ɵɵtext(1);
|
|
62
59
|
i0.ɵɵelementEnd();
|
|
63
60
|
} if (rf & 2) {
|
|
64
|
-
const
|
|
65
|
-
i0.ɵɵadvance();
|
|
66
|
-
i0.ɵɵtextInterpolate2("",
|
|
61
|
+
const ctx_r2 = i0.ɵɵnextContext();
|
|
62
|
+
i0.ɵɵadvance(1);
|
|
63
|
+
i0.ɵɵtextInterpolate2("", ctx_r2.caption, " ", ctx_r2.appLocale.LABEL_ICON, "");
|
|
67
64
|
} }
|
|
68
65
|
function ButtonComponent_span_5_Template(rf, ctx) { if (rf & 1) {
|
|
69
66
|
i0.ɵɵelement(0, "span", 8);
|
|
70
67
|
} if (rf & 2) {
|
|
71
|
-
const
|
|
72
|
-
i0.ɵɵproperty("textContent",
|
|
68
|
+
const ctx_r3 = i0.ɵɵnextContext();
|
|
69
|
+
i0.ɵɵproperty("textContent", ctx_r3.badgevalue);
|
|
73
70
|
} }
|
|
71
|
+
const _c3$2 = [[["", 8, "caret"]]];
|
|
72
|
+
const _c4$2 = [".caret"];
|
|
74
73
|
const DEFAULT_CLS$6 = 'btn app-button';
|
|
75
74
|
const WIDGET_CONFIG$e = {
|
|
76
75
|
widgetType: 'wm-button',
|
|
@@ -79,45 +78,42 @@ const WIDGET_CONFIG$e = {
|
|
|
79
78
|
};
|
|
80
79
|
class ButtonComponent extends StylableComponent {
|
|
81
80
|
static { this.initializeProps = registerProps$e(); }
|
|
82
|
-
constructor(inj
|
|
83
|
-
super(inj, WIDGET_CONFIG$e
|
|
81
|
+
constructor(inj) {
|
|
82
|
+
super(inj, WIDGET_CONFIG$e);
|
|
84
83
|
styler(this.nativeElement, this);
|
|
85
84
|
}
|
|
86
|
-
static { this.ɵfac = function ButtonComponent_Factory(t) { return new (t || ButtonComponent)(i0.ɵɵdirectiveInject(i0.Injector)
|
|
85
|
+
static { this.ɵfac = function ButtonComponent_Factory(t) { return new (t || ButtonComponent)(i0.ɵɵdirectiveInject(i0.Injector)); }; }
|
|
87
86
|
static { this.ɵcmp = /*@__PURE__*/ i0.ɵɵdefineComponent({ type: ButtonComponent, selectors: [["button", "wmButton", ""]], hostVars: 5, hostBindings: function ButtonComponent_HostBindings(rf, ctx) { if (rf & 2) {
|
|
88
87
|
i0.ɵɵhostProperty("type", ctx.type)("tabIndex", ctx.tabindex)("disabled", ctx.disabled);
|
|
89
88
|
i0.ɵɵattribute("accesskey", ctx.shortcutkey)("icon-position", ctx.iconposition);
|
|
90
89
|
} }, exportAs: ["wmButton"], features: [i0.ɵɵProvidersFeature([
|
|
91
90
|
provideAsWidgetRef(ButtonComponent)
|
|
92
|
-
]), i0.ɵɵInheritDefinitionFeature], attrs: _c0$c, ngContentSelectors:
|
|
93
|
-
i0.ɵɵprojectionDef(
|
|
94
|
-
i0.ɵɵtemplate(0, ButtonComponent_img_0_Template, 2, 8, "img", 0)
|
|
91
|
+
]), i0.ɵɵInheritDefinitionFeature], attrs: _c0$c, ngContentSelectors: _c4$2, decls: 6, vars: 5, consts: [["data-identifier", "img", "alt", "button image", "class", "button-image-icon", 3, "src", "ngStyle", 4, "ngIf"], ["aria-hidden", "true", 3, "class", "ngStyle", 4, "ngIf"], ["class", "sr-only", 4, "ngIf"], [1, "btn-caption", 3, "innerHTML"], ["class", "badge pull-right", 3, "textContent", 4, "ngIf"], ["data-identifier", "img", "alt", "button image", 1, "button-image-icon", 3, "src", "ngStyle"], ["aria-hidden", "true", 3, "ngStyle"], [1, "sr-only"], [1, "badge", "pull-right", 3, "textContent"]], template: function ButtonComponent_Template(rf, ctx) { if (rf & 1) {
|
|
92
|
+
i0.ɵɵprojectionDef(_c3$2);
|
|
93
|
+
i0.ɵɵtemplate(0, ButtonComponent_img_0_Template, 2, 8, "img", 0);
|
|
94
|
+
i0.ɵɵtemplate(1, ButtonComponent_i_1_Template, 1, 9, "i", 1);
|
|
95
|
+
i0.ɵɵtemplate(2, ButtonComponent_span_2_Template, 2, 2, "span", 2);
|
|
95
96
|
i0.ɵɵelement(3, "span", 3);
|
|
96
97
|
i0.ɵɵprojection(4);
|
|
97
98
|
i0.ɵɵtemplate(5, ButtonComponent_span_5_Template, 1, 1, "span", 4);
|
|
98
99
|
} if (rf & 2) {
|
|
99
100
|
i0.ɵɵproperty("ngIf", ctx.iconurl);
|
|
100
|
-
i0.ɵɵadvance();
|
|
101
|
+
i0.ɵɵadvance(1);
|
|
101
102
|
i0.ɵɵproperty("ngIf", ctx.iconclass);
|
|
102
|
-
i0.ɵɵadvance();
|
|
103
|
+
i0.ɵɵadvance(1);
|
|
103
104
|
i0.ɵɵproperty("ngIf", ctx.iconclass);
|
|
104
|
-
i0.ɵɵadvance();
|
|
105
|
+
i0.ɵɵadvance(1);
|
|
105
106
|
i0.ɵɵproperty("innerHTML", ctx.caption, i0.ɵɵsanitizeHtml);
|
|
106
107
|
i0.ɵɵadvance(2);
|
|
107
108
|
i0.ɵɵproperty("ngIf", ctx.badgevalue);
|
|
108
109
|
} }, dependencies: [i1.NgIf, i1.NgStyle, i2.TextContentDirective, i2.ImagePipe], encapsulation: 2 }); }
|
|
109
110
|
}
|
|
110
|
-
(()
|
|
111
|
+
(function () { (typeof ngDevMode === "undefined" || ngDevMode) && i0.ɵsetClassMetadata(ButtonComponent, [{
|
|
111
112
|
type: Component,
|
|
112
113
|
args: [{ selector: 'button[wmButton]', providers: [
|
|
113
114
|
provideAsWidgetRef(ButtonComponent)
|
|
114
115
|
], exportAs: 'wmButton', template: "<img data-identifier=\"img\" alt=\"button image\" class=\"button-image-icon\" [src]=\"iconurl | image\" *ngIf=\"iconurl\" [ngStyle]=\"{width:iconwidth, height:iconheight, margin:iconmargin}\"/>\n<i class=\"app-icon {{iconclass}}\" aria-hidden=\"true\" [ngStyle]=\"{width:iconwidth, height:iconheight, margin:iconmargin, fontSize:iconwidth}\" *ngIf=\"iconclass\"></i>\n<span class=\"sr-only\" *ngIf=\"iconclass\">{{caption}} {{appLocale.LABEL_ICON}}</span>\n<span class=\"btn-caption\" [innerHTML]=\"caption\"></span>\n<ng-content select=\".caret\"></ng-content>\n<span *ngIf=\"badgevalue\" class=\"badge pull-right\" [textContent]=\"badgevalue\"></span>\n" }]
|
|
115
|
-
}], ()
|
|
116
|
-
type: Inject,
|
|
117
|
-
args: ['EXPLICIT_CONTEXT']
|
|
118
|
-
}, {
|
|
119
|
-
type: Optional
|
|
120
|
-
}] }], { type: [{
|
|
116
|
+
}], function () { return [{ type: i0.Injector }]; }, { type: [{
|
|
121
117
|
type: HostBinding,
|
|
122
118
|
args: ['type']
|
|
123
119
|
}], tabindex: [{
|
|
@@ -133,7 +129,6 @@ class ButtonComponent extends StylableComponent {
|
|
|
133
129
|
type: HostBinding,
|
|
134
130
|
args: ['attr.icon-position']
|
|
135
131
|
}] }); })();
|
|
136
|
-
(() => { (typeof ngDevMode === "undefined" || ngDevMode) && i0.ɵsetClassDebugInfo(ButtonComponent, { className: "ButtonComponent", filePath: "button/button.component.ts", lineNumber: 22 }); })();
|
|
137
132
|
|
|
138
133
|
const registerProps$d = () => {
|
|
139
134
|
register('wm-buttongroup', new Map([
|
|
@@ -156,11 +151,11 @@ class ButtonGroupDirective extends StylableComponent {
|
|
|
156
151
|
this.$element.find('.app-button').removeClass('selected');
|
|
157
152
|
$target.addClass('selected');
|
|
158
153
|
}
|
|
159
|
-
constructor(inj
|
|
160
|
-
super(inj, WIDGET_CONFIG$d
|
|
154
|
+
constructor(inj) {
|
|
155
|
+
super(inj, WIDGET_CONFIG$d);
|
|
161
156
|
styler(this.nativeElement, this, APPLY_STYLES_TYPE.CONTAINER);
|
|
162
157
|
}
|
|
163
|
-
static { this.ɵfac = function ButtonGroupDirective_Factory(t) { return new (t || ButtonGroupDirective)(i0.ɵɵdirectiveInject(i0.Injector)
|
|
158
|
+
static { this.ɵfac = function ButtonGroupDirective_Factory(t) { return new (t || ButtonGroupDirective)(i0.ɵɵdirectiveInject(i0.Injector)); }; }
|
|
164
159
|
static { this.ɵdir = /*@__PURE__*/ i0.ɵɵdefineDirective({ type: ButtonGroupDirective, selectors: [["", "wmButtonGroup", ""]], hostVars: 2, hostBindings: function ButtonGroupDirective_HostBindings(rf, ctx) { if (rf & 1) {
|
|
165
160
|
i0.ɵɵlistener("click", function ButtonGroupDirective_click_HostBindingHandler($event) { return ctx.handleClick($event); });
|
|
166
161
|
} if (rf & 2) {
|
|
@@ -169,7 +164,7 @@ class ButtonGroupDirective extends StylableComponent {
|
|
|
169
164
|
provideAsWidgetRef(ButtonGroupDirective)
|
|
170
165
|
]), i0.ɵɵInheritDefinitionFeature] }); }
|
|
171
166
|
}
|
|
172
|
-
(()
|
|
167
|
+
(function () { (typeof ngDevMode === "undefined" || ngDevMode) && i0.ɵsetClassMetadata(ButtonGroupDirective, [{
|
|
173
168
|
type: Directive,
|
|
174
169
|
args: [{
|
|
175
170
|
selector: '[wmButtonGroup]',
|
|
@@ -177,12 +172,7 @@ class ButtonGroupDirective extends StylableComponent {
|
|
|
177
172
|
provideAsWidgetRef(ButtonGroupDirective)
|
|
178
173
|
]
|
|
179
174
|
}]
|
|
180
|
-
}], ()
|
|
181
|
-
type: Inject,
|
|
182
|
-
args: ['EXPLICIT_CONTEXT']
|
|
183
|
-
}, {
|
|
184
|
-
type: Optional
|
|
185
|
-
}] }], { vertical: [{
|
|
175
|
+
}], function () { return [{ type: i0.Injector }]; }, { vertical: [{
|
|
186
176
|
type: HostBinding,
|
|
187
177
|
args: ['class.btn-group-vertical']
|
|
188
178
|
}], handleClick: [{
|
|
@@ -261,12 +251,12 @@ class BaseFormComponent extends StylableComponent {
|
|
|
261
251
|
static { this.ɵfac = function BaseFormComponent_Factory(t) { return new (t || BaseFormComponent)(i0.ɵɵinject(i0.Injector), i0.ɵɵinject(WidgetConfig), i0.ɵɵinject(Promise)); }; }
|
|
262
252
|
static { this.ɵprov = /*@__PURE__*/ i0.ɵɵdefineInjectable({ token: BaseFormComponent, factory: BaseFormComponent.ɵfac }); }
|
|
263
253
|
}
|
|
264
|
-
(()
|
|
254
|
+
(function () { (typeof ngDevMode === "undefined" || ngDevMode) && i0.ɵsetClassMetadata(BaseFormComponent, [{
|
|
265
255
|
type: Injectable
|
|
266
|
-
}], ()
|
|
256
|
+
}], function () { return [{ type: i0.Injector }, { type: undefined, decorators: [{
|
|
267
257
|
type: Inject,
|
|
268
258
|
args: [WidgetConfig]
|
|
269
|
-
}] }, { type: Promise }], null); })();
|
|
259
|
+
}] }, { type: Promise }]; }, null); })();
|
|
270
260
|
|
|
271
261
|
/*
|
|
272
262
|
* WMS-18269
|
|
@@ -346,10 +336,10 @@ class BaseFormCustomComponent extends BaseFormComponent {
|
|
|
346
336
|
validate(control) {
|
|
347
337
|
return this['show'] ? validateRequiredBind(this['required'])(control) : null;
|
|
348
338
|
}
|
|
349
|
-
static { this.ɵfac = /*@__PURE__*/ (
|
|
339
|
+
static { this.ɵfac = /*@__PURE__*/ function () { let ɵBaseFormCustomComponent_BaseFactory; return function BaseFormCustomComponent_Factory(t) { return (ɵBaseFormCustomComponent_BaseFactory || (ɵBaseFormCustomComponent_BaseFactory = i0.ɵɵgetInheritedFactory(BaseFormCustomComponent)))(t || BaseFormCustomComponent); }; }(); }
|
|
350
340
|
static { this.ɵprov = /*@__PURE__*/ i0.ɵɵdefineInjectable({ token: BaseFormCustomComponent, factory: BaseFormCustomComponent.ɵfac }); }
|
|
351
341
|
}
|
|
352
|
-
(()
|
|
342
|
+
(function () { (typeof ngDevMode === "undefined" || ngDevMode) && i0.ɵsetClassMetadata(BaseFormCustomComponent, [{
|
|
353
343
|
type: Injectable
|
|
354
344
|
}], null, null); })();
|
|
355
345
|
|
|
@@ -379,7 +369,7 @@ const registerProps$c = () => {
|
|
|
379
369
|
|
|
380
370
|
const _c0$b = ["checkbox"];
|
|
381
371
|
const _c1$a = ["wmCheckbox", ""];
|
|
382
|
-
const _c2$4 = (a0, a1, a2)
|
|
372
|
+
const _c2$4 = function (a0, a1, a2) { return { "unchecked": a0, "disabled": a1, "required": a2 }; };
|
|
383
373
|
const DEFAULT_CLS$4 = 'app-checkbox checkbox';
|
|
384
374
|
const WIDGET_CONFIG$c = {
|
|
385
375
|
widgetType: 'wm-checkbox',
|
|
@@ -417,8 +407,8 @@ class CheckboxComponent extends BaseFormCustomComponent {
|
|
|
417
407
|
this.proxyModel = (isDefined(v) && v !== '') ? v === this._checkedvalue : undefined;
|
|
418
408
|
this.updatePrevDatavalue(this.datavalue);
|
|
419
409
|
}
|
|
420
|
-
constructor(inj, checkedVal, uncheckedVal, type
|
|
421
|
-
super(inj, WIDGET_CONFIG$c
|
|
410
|
+
constructor(inj, checkedVal, uncheckedVal, type) {
|
|
411
|
+
super(inj, WIDGET_CONFIG$c);
|
|
422
412
|
this.type = type;
|
|
423
413
|
this._caption = ' ';
|
|
424
414
|
this._checkedvalue = unStringify(checkedVal, true);
|
|
@@ -475,7 +465,7 @@ class CheckboxComponent extends BaseFormCustomComponent {
|
|
|
475
465
|
super.ngAfterViewInit();
|
|
476
466
|
styler(this.nativeElement.querySelector('label'), this);
|
|
477
467
|
}
|
|
478
|
-
static { this.ɵfac = function CheckboxComponent_Factory(t) { return new (t || CheckboxComponent)(i0.ɵɵdirectiveInject(i0.Injector), i0.ɵɵinjectAttribute('checkedvalue'), i0.ɵɵinjectAttribute('uncheckedvalue'), i0.ɵɵinjectAttribute('type')
|
|
468
|
+
static { this.ɵfac = function CheckboxComponent_Factory(t) { return new (t || CheckboxComponent)(i0.ɵɵdirectiveInject(i0.Injector), i0.ɵɵinjectAttribute('checkedvalue'), i0.ɵɵinjectAttribute('uncheckedvalue'), i0.ɵɵinjectAttribute('type')); }; }
|
|
479
469
|
static { this.ɵcmp = /*@__PURE__*/ i0.ɵɵdefineComponent({ type: CheckboxComponent, selectors: [["", "wmCheckbox", ""]], viewQuery: function CheckboxComponent_Query(rf, ctx) { if (rf & 1) {
|
|
480
470
|
i0.ɵɵviewQuery(NgModel, 5);
|
|
481
471
|
i0.ɵɵviewQuery(_c0$b, 7, ElementRef);
|
|
@@ -489,20 +479,17 @@ class CheckboxComponent extends BaseFormCustomComponent {
|
|
|
489
479
|
provideAs(CheckboxComponent, NG_VALUE_ACCESSOR, true),
|
|
490
480
|
provideAs(CheckboxComponent, NG_VALIDATORS, true),
|
|
491
481
|
provideAsWidgetRef(CheckboxComponent)
|
|
492
|
-
]), i0.ɵɵInheritDefinitionFeature], attrs: _c1$a, decls: 6, vars: 17, consts: [[
|
|
493
|
-
|
|
494
|
-
i0.ɵɵ
|
|
495
|
-
i0.ɵɵtwoWayListener("ngModelChange", function CheckboxComponent_Template_input_ngModelChange_1_listener($event) { i0.ɵɵrestoreView(_r1); i0.ɵɵtwoWayBindingSet(ctx.proxyModel, $event) || (ctx.proxyModel = $event); return i0.ɵɵresetView($event); });
|
|
496
|
-
i0.ɵɵlistener("blur", function CheckboxComponent_Template_input_blur_1_listener($event) { i0.ɵɵrestoreView(_r1); return i0.ɵɵresetView(ctx.invokeOnTouched($event)); })("ngModelChange", function CheckboxComponent_Template_input_ngModelChange_1_listener($event) { i0.ɵɵrestoreView(_r1); return i0.ɵɵresetView(ctx.handleChange($event)); });
|
|
482
|
+
]), i0.ɵɵInheritDefinitionFeature], attrs: _c1$a, decls: 6, vars: 17, consts: [[3, "ngClass"], ["type", "checkbox", "role", "checkbox", "focus-target", "", 3, "ngModel", "readonly", "required", "disabled", "tabindex", "ngModelChange", "blur"], ["checkbox", ""], [1, "caption", 3, "innerHtml"], ["alt", "Checkbox Image", "aria-hidden", "true", "src", "data:image/gif;base64,R0lGODlhAQABAAAAACH5BAEKAAEALAAAAAABAAEAAAICTAEAOw==", 1, "switch"], ["type", "hidden", "aria-hidden", "true", "tabindex", "-1", 1, "ng-hide", "model-holder", 3, "disabled", "value"]], template: function CheckboxComponent_Template(rf, ctx) { if (rf & 1) {
|
|
483
|
+
i0.ɵɵelementStart(0, "label", 0)(1, "input", 1, 2);
|
|
484
|
+
i0.ɵɵlistener("ngModelChange", function CheckboxComponent_Template_input_ngModelChange_1_listener($event) { return ctx.proxyModel = $event; })("blur", function CheckboxComponent_Template_input_blur_1_listener($event) { return ctx.invokeOnTouched($event); })("ngModelChange", function CheckboxComponent_Template_input_ngModelChange_1_listener($event) { return ctx.handleChange($event); });
|
|
497
485
|
i0.ɵɵelementEnd();
|
|
498
486
|
i0.ɵɵelement(3, "span", 3)(4, "img", 4);
|
|
499
487
|
i0.ɵɵelementEnd();
|
|
500
488
|
i0.ɵɵelement(5, "input", 5);
|
|
501
489
|
} if (rf & 2) {
|
|
502
490
|
i0.ɵɵproperty("ngClass", i0.ɵɵpureFunction3(13, _c2$4, !ctx.proxyModel, ctx.disabled || ctx.readonly, ctx.required && ctx._caption));
|
|
503
|
-
i0.ɵɵadvance();
|
|
504
|
-
i0.ɵɵ
|
|
505
|
-
i0.ɵɵproperty("readonly", ctx.readonly)("required", ctx.required)("disabled", ctx.disabled || ctx.readonly)("tabindex", ctx.tabindex);
|
|
491
|
+
i0.ɵɵadvance(1);
|
|
492
|
+
i0.ɵɵproperty("ngModel", ctx.proxyModel)("readonly", ctx.readonly)("required", ctx.required)("disabled", ctx.disabled || ctx.readonly)("tabindex", ctx.tabindex);
|
|
506
493
|
i0.ɵɵattribute("name", ctx.name)("aria-label", ctx.hint)("aria-checked", !!ctx.proxyModel)("accesskey", ctx.shortcutkey);
|
|
507
494
|
i0.ɵɵadvance(2);
|
|
508
495
|
i0.ɵɵproperty("innerHtml", ctx._caption, i0.ɵɵsanitizeHtml);
|
|
@@ -510,14 +497,14 @@ class CheckboxComponent extends BaseFormCustomComponent {
|
|
|
510
497
|
i0.ɵɵproperty("disabled", ctx.disabled)("value", ctx.proxyModel);
|
|
511
498
|
} }, dependencies: [i1.NgClass, i2$1.CheckboxControlValueAccessor, i2$1.NgControlStatus, i2$1.CheckboxRequiredValidator, i2$1.NgModel], encapsulation: 2 }); }
|
|
512
499
|
}
|
|
513
|
-
(()
|
|
500
|
+
(function () { (typeof ngDevMode === "undefined" || ngDevMode) && i0.ɵsetClassMetadata(CheckboxComponent, [{
|
|
514
501
|
type: Component,
|
|
515
502
|
args: [{ selector: '[wmCheckbox]', providers: [
|
|
516
503
|
provideAs(CheckboxComponent, NG_VALUE_ACCESSOR, true),
|
|
517
504
|
provideAs(CheckboxComponent, NG_VALIDATORS, true),
|
|
518
505
|
provideAsWidgetRef(CheckboxComponent)
|
|
519
506
|
], template: "<label [ngClass]=\"{'unchecked': !proxyModel, 'disabled': (disabled || readonly), 'required': (required && _caption)}\">\n <input type=\"checkbox\"\n role=\"checkbox\"\n #checkbox\n [attr.name]=\"name\"\n [attr.aria-label]=\"hint\"\n [attr.aria-checked]=\"!!proxyModel\"\n focus-target\n [(ngModel)]=\"proxyModel\"\n [readonly]=\"readonly\"\n [required]=\"required\"\n [disabled]=\"disabled || readonly\"\n [attr.accesskey]=\"shortcutkey\"\n [tabindex]=\"tabindex\"\n (blur)=\"invokeOnTouched($event)\"\n (ngModelChange)=\"handleChange($event)\">\n <span class=\"caption\" [innerHtml]=\"_caption\"></span>\n <img alt=\"Checkbox Image\" aria-hidden=\"true\" src=\"data:image/gif;base64,R0lGODlhAQABAAAAACH5BAEKAAEALAAAAAABAAEAAAICTAEAOw==\" class=\"switch\"/>\n</label>\n<input type=\"hidden\" class=\"ng-hide model-holder\" aria-hidden=\"true\" tabindex=\"-1\" [disabled]=\"disabled\" [value]=\"proxyModel\">\n" }]
|
|
520
|
-
}], ()
|
|
507
|
+
}], function () { return [{ type: i0.Injector }, { type: undefined, decorators: [{
|
|
521
508
|
type: Attribute,
|
|
522
509
|
args: ['checkedvalue']
|
|
523
510
|
}] }, { type: undefined, decorators: [{
|
|
@@ -526,12 +513,7 @@ class CheckboxComponent extends BaseFormCustomComponent {
|
|
|
526
513
|
}] }, { type: undefined, decorators: [{
|
|
527
514
|
type: Attribute,
|
|
528
515
|
args: ['type']
|
|
529
|
-
}] }, {
|
|
530
|
-
type: Inject,
|
|
531
|
-
args: ['EXPLICIT_CONTEXT']
|
|
532
|
-
}, {
|
|
533
|
-
type: Optional
|
|
534
|
-
}] }], { ngModel: [{
|
|
516
|
+
}] }]; }, { ngModel: [{
|
|
535
517
|
type: ViewChild,
|
|
536
518
|
args: [NgModel]
|
|
537
519
|
}], checkboxEl: [{
|
|
@@ -541,7 +523,6 @@ class CheckboxComponent extends BaseFormCustomComponent {
|
|
|
541
523
|
type: HostListener,
|
|
542
524
|
args: ['keydown.enter', ['$event', '"ENTER"']]
|
|
543
525
|
}] }); })();
|
|
544
|
-
(() => { (typeof ngDevMode === "undefined" || ngDevMode) && i0.ɵsetClassDebugInfo(CheckboxComponent, { className: "CheckboxComponent", filePath: "checkbox/checkbox.component.ts", lineNumber: 59 }); })();
|
|
545
526
|
|
|
546
527
|
class DatasetAwareFormComponent extends BaseFormCustomComponent {
|
|
547
528
|
get modelByKey() {
|
|
@@ -826,15 +807,15 @@ class DatasetAwareFormComponent extends BaseFormCustomComponent {
|
|
|
826
807
|
static { this.ɵfac = function DatasetAwareFormComponent_Factory(t) { return new (t || DatasetAwareFormComponent)(i0.ɵɵinject(i0.Injector), i0.ɵɵinject(WidgetConfig), i0.ɵɵinjectAttribute('groupby')); }; }
|
|
827
808
|
static { this.ɵprov = /*@__PURE__*/ i0.ɵɵdefineInjectable({ token: DatasetAwareFormComponent, factory: DatasetAwareFormComponent.ɵfac }); }
|
|
828
809
|
}
|
|
829
|
-
(()
|
|
810
|
+
(function () { (typeof ngDevMode === "undefined" || ngDevMode) && i0.ɵsetClassMetadata(DatasetAwareFormComponent, [{
|
|
830
811
|
type: Injectable
|
|
831
|
-
}], ()
|
|
812
|
+
}], function () { return [{ type: i0.Injector }, { type: undefined, decorators: [{
|
|
832
813
|
type: Inject,
|
|
833
814
|
args: [WidgetConfig]
|
|
834
815
|
}] }, { type: undefined, decorators: [{
|
|
835
816
|
type: Attribute,
|
|
836
817
|
args: ['groupby']
|
|
837
|
-
}] }], null); })();
|
|
818
|
+
}] }]; }, null); })();
|
|
838
819
|
|
|
839
820
|
const checkboxsetProps = new Map([
|
|
840
821
|
['class', PROP_STRING],
|
|
@@ -870,61 +851,60 @@ const registerProps$b = () => {
|
|
|
870
851
|
};
|
|
871
852
|
|
|
872
853
|
const _c0$a = ["wmCheckboxset", ""];
|
|
873
|
-
const _c1$9 = (a0
|
|
874
|
-
const _c2$3 = a0 => ({ "disabled": a0 });
|
|
875
|
-
const _c3$1 = a0 => ({ "collapsible-content": a0 });
|
|
876
|
-
const _c4$1 = (a0, a1) => ["checkbox", "app-checkbox", "group-list-item", a0, a1];
|
|
854
|
+
const _c1$9 = function (a0) { return { "disabled": a0 }; };
|
|
877
855
|
function CheckboxsetComponent_ng_template_0_li_0_label_1_Template(rf, ctx) { if (rf & 1) {
|
|
878
856
|
i0.ɵɵelementStart(0, "label", 8);
|
|
879
857
|
i0.ɵɵelement(1, "input", 9)(2, "span", 10);
|
|
880
858
|
i0.ɵɵelementEnd();
|
|
881
859
|
} if (rf & 2) {
|
|
882
|
-
const
|
|
883
|
-
const
|
|
884
|
-
const
|
|
885
|
-
const
|
|
886
|
-
i0.ɵɵproperty("ngClass", i0.ɵɵpureFunction1(12,
|
|
887
|
-
i0.ɵɵadvance();
|
|
888
|
-
i0.ɵɵproperty("name", "checkboxset_" +
|
|
889
|
-
i0.ɵɵattribute("aria-label",
|
|
890
|
-
i0.ɵɵadvance();
|
|
891
|
-
i0.ɵɵproperty("textContent",
|
|
860
|
+
const ctx_r9 = i0.ɵɵnextContext();
|
|
861
|
+
const item_r5 = ctx_r9.$implicit;
|
|
862
|
+
const i_r6 = ctx_r9.index;
|
|
863
|
+
const ctx_r7 = i0.ɵɵnextContext(2);
|
|
864
|
+
i0.ɵɵproperty("ngClass", i0.ɵɵpureFunction1(12, _c1$9, ctx_r7.disabled || ctx_r7.readonly))("title", item_r5.label);
|
|
865
|
+
i0.ɵɵadvance(1);
|
|
866
|
+
i0.ɵɵproperty("name", "checkboxset_" + ctx_r7.widgetId)("tabindex", ctx_r7.tabindex)("disabled", ctx_r7.disabled || ctx_r7.readonly)("value", item_r5.key)("tabindex", ctx_r7.tabindex)("checked", item_r5.selected);
|
|
867
|
+
i0.ɵɵattribute("aria-label", item_r5.key)("aria-checked", item_r5.selected)("data-attr-index", i_r6);
|
|
868
|
+
i0.ɵɵadvance(1);
|
|
869
|
+
i0.ɵɵproperty("textContent", item_r5.label);
|
|
892
870
|
} }
|
|
893
871
|
function CheckboxsetComponent_ng_template_0_li_0_label_2_Template(rf, ctx) { if (rf & 1) {
|
|
894
872
|
i0.ɵɵelementStart(0, "label", 11);
|
|
895
873
|
i0.ɵɵelement(1, "input", 9)(2, "span", 12);
|
|
896
874
|
i0.ɵɵelementEnd();
|
|
897
875
|
} if (rf & 2) {
|
|
898
|
-
const
|
|
899
|
-
const
|
|
900
|
-
const
|
|
901
|
-
const
|
|
902
|
-
i0.ɵɵproperty("ngClass", i0.ɵɵpureFunction1(10,
|
|
903
|
-
i0.ɵɵadvance();
|
|
904
|
-
i0.ɵɵproperty("name", "checkboxset_" +
|
|
905
|
-
i0.ɵɵattribute("aria-label",
|
|
876
|
+
const ctx_r10 = i0.ɵɵnextContext();
|
|
877
|
+
const item_r5 = ctx_r10.$implicit;
|
|
878
|
+
const i_r6 = ctx_r10.index;
|
|
879
|
+
const ctx_r8 = i0.ɵɵnextContext(2);
|
|
880
|
+
i0.ɵɵproperty("ngClass", i0.ɵɵpureFunction1(10, _c1$9, ctx_r8.disabled || ctx_r8.readonly));
|
|
881
|
+
i0.ɵɵadvance(1);
|
|
882
|
+
i0.ɵɵproperty("name", "checkboxset_" + ctx_r8.widgetId)("tabindex", ctx_r8.tabindex)("disabled", ctx_r8.disabled || ctx_r8.readonly)("value", item_r5.key)("tabindex", ctx_r8.tabindex)("checked", item_r5.selected);
|
|
883
|
+
i0.ɵɵattribute("aria-label", item_r5.key)("aria-checked", item_r5.selected)("data-attr-index", i_r6);
|
|
906
884
|
} }
|
|
885
|
+
const _c2$3 = function (a2, a3) { return ["checkbox", "app-checkbox", a2, a3]; };
|
|
907
886
|
function CheckboxsetComponent_ng_template_0_li_0_Template(rf, ctx) { if (rf & 1) {
|
|
908
|
-
const
|
|
887
|
+
const _r12 = i0.ɵɵgetCurrentView();
|
|
909
888
|
i0.ɵɵelementStart(0, "li", 5);
|
|
910
|
-
i0.ɵɵlistener("click", function CheckboxsetComponent_ng_template_0_li_0_Template_li_click_0_listener($event) { const
|
|
911
|
-
i0.ɵɵtemplate(1, CheckboxsetComponent_ng_template_0_li_0_label_1_Template, 3, 14, "label", 6)
|
|
889
|
+
i0.ɵɵlistener("click", function CheckboxsetComponent_ng_template_0_li_0_Template_li_click_0_listener($event) { const restoredCtx = i0.ɵɵrestoreView(_r12); const item_r5 = restoredCtx.$implicit; const ctx_r11 = i0.ɵɵnextContext(2); return i0.ɵɵresetView(ctx_r11.onCheckboxLabelClick($event, item_r5.key)); });
|
|
890
|
+
i0.ɵɵtemplate(1, CheckboxsetComponent_ng_template_0_li_0_label_1_Template, 3, 14, "label", 6);
|
|
891
|
+
i0.ɵɵtemplate(2, CheckboxsetComponent_ng_template_0_li_0_label_2_Template, 3, 12, "label", 7);
|
|
912
892
|
i0.ɵɵelementEnd();
|
|
913
893
|
} if (rf & 2) {
|
|
914
|
-
const
|
|
915
|
-
const
|
|
916
|
-
i0.ɵɵclassProp("active",
|
|
917
|
-
i0.ɵɵproperty("ngClass", i0.ɵɵpureFunction2(7,
|
|
918
|
-
i0.ɵɵadvance();
|
|
919
|
-
i0.ɵɵproperty("ngIf", !
|
|
920
|
-
i0.ɵɵadvance();
|
|
921
|
-
i0.ɵɵproperty("ngIf",
|
|
894
|
+
const item_r5 = ctx.$implicit;
|
|
895
|
+
const ctx_r4 = i0.ɵɵnextContext(2);
|
|
896
|
+
i0.ɵɵclassProp("active", item_r5.selected);
|
|
897
|
+
i0.ɵɵproperty("ngClass", i0.ɵɵpureFunction2(7, _c2$3, ctx_r4.itemclass, ctx_r4.itemsPerRowClass))("wmItemTemplate", ctx_r4.content)("userComponentParams", item_r5);
|
|
898
|
+
i0.ɵɵadvance(1);
|
|
899
|
+
i0.ɵɵproperty("ngIf", !ctx_r4.content);
|
|
900
|
+
i0.ɵɵadvance(1);
|
|
901
|
+
i0.ɵɵproperty("ngIf", ctx_r4.content);
|
|
922
902
|
} }
|
|
923
903
|
function CheckboxsetComponent_ng_template_0_Template(rf, ctx) { if (rf & 1) {
|
|
924
904
|
i0.ɵɵtemplate(0, CheckboxsetComponent_ng_template_0_li_0_Template, 3, 10, "li", 4);
|
|
925
905
|
} if (rf & 2) {
|
|
926
|
-
const
|
|
927
|
-
i0.ɵɵproperty("ngForOf",
|
|
906
|
+
const ctx_r0 = i0.ɵɵnextContext();
|
|
907
|
+
i0.ɵɵproperty("ngForOf", ctx_r0.datasetItems);
|
|
928
908
|
} }
|
|
929
909
|
function CheckboxsetComponent_div_2_Template(rf, ctx) { if (rf & 1) {
|
|
930
910
|
i0.ɵɵelement(0, "div", 13);
|
|
@@ -932,98 +912,102 @@ function CheckboxsetComponent_div_2_Template(rf, ctx) { if (rf & 1) {
|
|
|
932
912
|
function CheckboxsetComponent_ng_template_3_li_0_i_6_Template(rf, ctx) { if (rf & 1) {
|
|
933
913
|
i0.ɵɵelement(0, "i", 23);
|
|
934
914
|
} if (rf & 2) {
|
|
935
|
-
const
|
|
936
|
-
i0.ɵɵpropertyInterpolate2("title", "",
|
|
915
|
+
const ctx_r15 = i0.ɵɵnextContext(3);
|
|
916
|
+
i0.ɵɵpropertyInterpolate2("title", "", ctx_r15.appLocale.LABEL_COLLAPSE, "/", ctx_r15.appLocale.LABEL_EXPAND, "");
|
|
937
917
|
} }
|
|
938
918
|
function CheckboxsetComponent_ng_template_3_li_0_span_7_Template(rf, ctx) { if (rf & 1) {
|
|
939
919
|
i0.ɵɵelement(0, "span", 24);
|
|
940
920
|
} if (rf & 2) {
|
|
941
|
-
const
|
|
942
|
-
i0.ɵɵproperty("textContent",
|
|
921
|
+
const groupObj_r14 = i0.ɵɵnextContext().$implicit;
|
|
922
|
+
i0.ɵɵproperty("textContent", groupObj_r14.data.length);
|
|
943
923
|
} }
|
|
944
924
|
function CheckboxsetComponent_ng_template_3_li_0_li_8_label_1_Template(rf, ctx) { if (rf & 1) {
|
|
945
925
|
i0.ɵɵelementStart(0, "label", 8);
|
|
946
926
|
i0.ɵɵelement(1, "input", 26)(2, "span", 10);
|
|
947
927
|
i0.ɵɵelementEnd();
|
|
948
928
|
} if (rf & 2) {
|
|
949
|
-
const
|
|
950
|
-
const
|
|
951
|
-
const
|
|
952
|
-
const
|
|
953
|
-
i0.ɵɵproperty("ngClass", i0.ɵɵpureFunction1(10,
|
|
954
|
-
i0.ɵɵadvance();
|
|
955
|
-
i0.ɵɵproperty("name", "checkboxset_" +
|
|
956
|
-
i0.ɵɵattribute("data-attr-index",
|
|
957
|
-
i0.ɵɵadvance();
|
|
958
|
-
i0.ɵɵproperty("textContent",
|
|
929
|
+
const ctx_r23 = i0.ɵɵnextContext();
|
|
930
|
+
const item_r19 = ctx_r23.$implicit;
|
|
931
|
+
const i_r20 = ctx_r23.index;
|
|
932
|
+
const ctx_r21 = i0.ɵɵnextContext(3);
|
|
933
|
+
i0.ɵɵproperty("ngClass", i0.ɵɵpureFunction1(10, _c1$9, ctx_r21.disabled || ctx_r21.readonly))("title", item_r19.label);
|
|
934
|
+
i0.ɵɵadvance(1);
|
|
935
|
+
i0.ɵɵproperty("name", "checkboxset_" + ctx_r21.widgetId)("tabindex", ctx_r21.tabindex)("disabled", ctx_r21.disabled || ctx_r21.readonly)("value", item_r19.key)("tabindex", ctx_r21.tabindex)("checked", item_r19.selected);
|
|
936
|
+
i0.ɵɵattribute("data-attr-index", i_r20);
|
|
937
|
+
i0.ɵɵadvance(1);
|
|
938
|
+
i0.ɵɵproperty("textContent", item_r19.label);
|
|
959
939
|
} }
|
|
960
940
|
function CheckboxsetComponent_ng_template_3_li_0_li_8_label_2_Template(rf, ctx) { if (rf & 1) {
|
|
961
941
|
i0.ɵɵelementStart(0, "label", 11);
|
|
962
942
|
i0.ɵɵelement(1, "input", 26)(2, "span", 27);
|
|
963
943
|
i0.ɵɵelementEnd();
|
|
964
944
|
} if (rf & 2) {
|
|
965
|
-
const
|
|
966
|
-
const
|
|
967
|
-
const
|
|
968
|
-
const
|
|
969
|
-
i0.ɵɵproperty("ngClass", i0.ɵɵpureFunction1(8,
|
|
970
|
-
i0.ɵɵadvance();
|
|
971
|
-
i0.ɵɵproperty("name", "checkboxset_" +
|
|
972
|
-
i0.ɵɵattribute("data-attr-index",
|
|
945
|
+
const ctx_r24 = i0.ɵɵnextContext();
|
|
946
|
+
const item_r19 = ctx_r24.$implicit;
|
|
947
|
+
const i_r20 = ctx_r24.index;
|
|
948
|
+
const ctx_r22 = i0.ɵɵnextContext(3);
|
|
949
|
+
i0.ɵɵproperty("ngClass", i0.ɵɵpureFunction1(8, _c1$9, ctx_r22.disabled || ctx_r22.readonly));
|
|
950
|
+
i0.ɵɵadvance(1);
|
|
951
|
+
i0.ɵɵproperty("name", "checkboxset_" + ctx_r22.widgetId)("tabindex", ctx_r22.tabindex)("disabled", ctx_r22.disabled || ctx_r22.readonly)("value", item_r19.key)("tabindex", ctx_r22.tabindex)("checked", item_r19.selected);
|
|
952
|
+
i0.ɵɵattribute("data-attr-index", i_r20);
|
|
973
953
|
} }
|
|
954
|
+
const _c3$1 = function (a3, a4) { return ["checkbox", "app-checkbox", "group-list-item", a3, a4]; };
|
|
974
955
|
function CheckboxsetComponent_ng_template_3_li_0_li_8_Template(rf, ctx) { if (rf & 1) {
|
|
975
|
-
const
|
|
956
|
+
const _r26 = i0.ɵɵgetCurrentView();
|
|
976
957
|
i0.ɵɵelementStart(0, "li", 25);
|
|
977
|
-
i0.ɵɵlistener("click", function CheckboxsetComponent_ng_template_3_li_0_li_8_Template_li_click_0_listener($event) { const
|
|
978
|
-
i0.ɵɵtemplate(1, CheckboxsetComponent_ng_template_3_li_0_li_8_label_1_Template, 3, 12, "label", 6)
|
|
958
|
+
i0.ɵɵlistener("click", function CheckboxsetComponent_ng_template_3_li_0_li_8_Template_li_click_0_listener($event) { const restoredCtx = i0.ɵɵrestoreView(_r26); const item_r19 = restoredCtx.$implicit; const ctx_r25 = i0.ɵɵnextContext(3); return i0.ɵɵresetView(ctx_r25.onCheckboxLabelClick($event, item_r19)); });
|
|
959
|
+
i0.ɵɵtemplate(1, CheckboxsetComponent_ng_template_3_li_0_li_8_label_1_Template, 3, 12, "label", 6);
|
|
960
|
+
i0.ɵɵtemplate(2, CheckboxsetComponent_ng_template_3_li_0_li_8_label_2_Template, 3, 10, "label", 7);
|
|
979
961
|
i0.ɵɵelementEnd();
|
|
980
962
|
} if (rf & 2) {
|
|
981
|
-
const
|
|
982
|
-
const
|
|
983
|
-
i0.ɵɵclassProp("active",
|
|
984
|
-
i0.ɵɵproperty("ngClass", i0.ɵɵpureFunction2(7,
|
|
985
|
-
i0.ɵɵadvance();
|
|
986
|
-
i0.ɵɵproperty("ngIf", !
|
|
987
|
-
i0.ɵɵadvance();
|
|
988
|
-
i0.ɵɵproperty("ngIf",
|
|
963
|
+
const item_r19 = ctx.$implicit;
|
|
964
|
+
const ctx_r17 = i0.ɵɵnextContext(3);
|
|
965
|
+
i0.ɵɵclassProp("active", item_r19.selected);
|
|
966
|
+
i0.ɵɵproperty("ngClass", i0.ɵɵpureFunction2(7, _c3$1, ctx_r17.itemclass, ctx_r17.itemsPerRowClass))("wmItemTemplate", ctx_r17.content)("userComponentParams", item_r19);
|
|
967
|
+
i0.ɵɵadvance(1);
|
|
968
|
+
i0.ɵɵproperty("ngIf", !ctx_r17.content);
|
|
969
|
+
i0.ɵɵadvance(1);
|
|
970
|
+
i0.ɵɵproperty("ngIf", ctx_r17.content);
|
|
989
971
|
} }
|
|
972
|
+
const _c4$1 = function (a0) { return { "collapsible-content": a0 }; };
|
|
990
973
|
function CheckboxsetComponent_ng_template_3_li_0_Template(rf, ctx) { if (rf & 1) {
|
|
991
|
-
const
|
|
974
|
+
const _r28 = i0.ɵɵgetCurrentView();
|
|
992
975
|
i0.ɵɵelementStart(0, "li", 15)(1, "ul", 16)(2, "li", 17);
|
|
993
|
-
i0.ɵɵlistener("click", function CheckboxsetComponent_ng_template_3_li_0_Template_li_click_2_listener($event) { i0.ɵɵrestoreView(
|
|
976
|
+
i0.ɵɵlistener("click", function CheckboxsetComponent_ng_template_3_li_0_Template_li_click_2_listener($event) { i0.ɵɵrestoreView(_r28); const ctx_r27 = i0.ɵɵnextContext(2); return i0.ɵɵresetView(ctx_r27.handleHeaderClick($event)); });
|
|
994
977
|
i0.ɵɵelementStart(3, "h4", 18);
|
|
995
978
|
i0.ɵɵtext(4);
|
|
996
979
|
i0.ɵɵelementStart(5, "div", 19);
|
|
997
|
-
i0.ɵɵtemplate(6, CheckboxsetComponent_ng_template_3_li_0_i_6_Template, 1,
|
|
980
|
+
i0.ɵɵtemplate(6, CheckboxsetComponent_ng_template_3_li_0_i_6_Template, 1, 2, "i", 20);
|
|
981
|
+
i0.ɵɵtemplate(7, CheckboxsetComponent_ng_template_3_li_0_span_7_Template, 1, 1, "span", 21);
|
|
998
982
|
i0.ɵɵelementEnd()()();
|
|
999
983
|
i0.ɵɵtemplate(8, CheckboxsetComponent_ng_template_3_li_0_li_8_Template, 3, 10, "li", 22);
|
|
1000
984
|
i0.ɵɵelementEnd()();
|
|
1001
985
|
} if (rf & 2) {
|
|
1002
|
-
const
|
|
1003
|
-
const
|
|
986
|
+
const groupObj_r14 = ctx.$implicit;
|
|
987
|
+
const ctx_r13 = i0.ɵɵnextContext(2);
|
|
1004
988
|
i0.ɵɵadvance(2);
|
|
1005
|
-
i0.ɵɵproperty("title",
|
|
989
|
+
i0.ɵɵproperty("title", groupObj_r14.key)("ngClass", i0.ɵɵpureFunction1(6, _c4$1, ctx_r13.collapsible));
|
|
1006
990
|
i0.ɵɵadvance(2);
|
|
1007
|
-
i0.ɵɵtextInterpolate1("",
|
|
991
|
+
i0.ɵɵtextInterpolate1("", groupObj_r14.key, " ");
|
|
1008
992
|
i0.ɵɵadvance(2);
|
|
1009
|
-
i0.ɵɵproperty("ngIf",
|
|
1010
|
-
i0.ɵɵadvance();
|
|
1011
|
-
i0.ɵɵproperty("ngIf",
|
|
1012
|
-
i0.ɵɵadvance();
|
|
1013
|
-
i0.ɵɵproperty("ngForOf",
|
|
993
|
+
i0.ɵɵproperty("ngIf", ctx_r13.collapsible);
|
|
994
|
+
i0.ɵɵadvance(1);
|
|
995
|
+
i0.ɵɵproperty("ngIf", ctx_r13.showcount);
|
|
996
|
+
i0.ɵɵadvance(1);
|
|
997
|
+
i0.ɵɵproperty("ngForOf", groupObj_r14.data);
|
|
1014
998
|
} }
|
|
1015
999
|
function CheckboxsetComponent_ng_template_3_Template(rf, ctx) { if (rf & 1) {
|
|
1016
1000
|
i0.ɵɵtemplate(0, CheckboxsetComponent_ng_template_3_li_0_Template, 9, 8, "li", 14);
|
|
1017
1001
|
} if (rf & 2) {
|
|
1018
|
-
const
|
|
1019
|
-
i0.ɵɵproperty("ngForOf",
|
|
1002
|
+
const ctx_r3 = i0.ɵɵnextContext();
|
|
1003
|
+
i0.ɵɵproperty("ngForOf", ctx_r3.groupedData);
|
|
1020
1004
|
} }
|
|
1021
1005
|
const DEFAULT_CLS$3 = 'app-checkboxset list-group inline';
|
|
1022
1006
|
const WIDGET_CONFIG$b = { widgetType: 'wm-checkboxset', hostClass: DEFAULT_CLS$3 };
|
|
1023
1007
|
class CheckboxsetComponent extends DatasetAwareFormComponent {
|
|
1024
1008
|
static { this.initializeProps = registerProps$b(); }
|
|
1025
|
-
constructor(inj
|
|
1026
|
-
super(inj, WIDGET_CONFIG$b
|
|
1009
|
+
constructor(inj) {
|
|
1010
|
+
super(inj, WIDGET_CONFIG$b);
|
|
1027
1011
|
this.layout = '';
|
|
1028
1012
|
styler(this.nativeElement, this);
|
|
1029
1013
|
this.multiple = true;
|
|
@@ -1077,43 +1061,38 @@ class CheckboxsetComponent extends DatasetAwareFormComponent {
|
|
|
1077
1061
|
super.onPropertyChange(key, nv, ov);
|
|
1078
1062
|
}
|
|
1079
1063
|
}
|
|
1080
|
-
static { this.ɵfac = function CheckboxsetComponent_Factory(t) { return new (t || CheckboxsetComponent)(i0.ɵɵdirectiveInject(i0.Injector)
|
|
1064
|
+
static { this.ɵfac = function CheckboxsetComponent_Factory(t) { return new (t || CheckboxsetComponent)(i0.ɵɵdirectiveInject(i0.Injector)); }; }
|
|
1081
1065
|
static { this.ɵcmp = /*@__PURE__*/ i0.ɵɵdefineComponent({ type: CheckboxsetComponent, selectors: [["", "wmCheckboxset", ""]], hostBindings: function CheckboxsetComponent_HostBindings(rf, ctx) { if (rf & 1) {
|
|
1082
1066
|
i0.ɵɵlistener("keydown.enter", function CheckboxsetComponent_keydown_enter_HostBindingHandler($event) { return ctx.onKeyDown($event, "ENTER"); });
|
|
1083
1067
|
} }, exportAs: ["wmCheckboxset"], features: [i0.ɵɵProvidersFeature([
|
|
1084
1068
|
provideAs(CheckboxsetComponent, NG_VALUE_ACCESSOR, true),
|
|
1085
1069
|
provideAs(CheckboxsetComponent, NG_VALIDATORS, true),
|
|
1086
1070
|
provideAsWidgetRef(CheckboxsetComponent)
|
|
1087
|
-
]), i0.ɵɵInheritDefinitionFeature], attrs: _c0$a, decls: 5, vars: 4, consts: [[
|
|
1088
|
-
i0.ɵɵtemplate(0, CheckboxsetComponent_ng_template_0_Template, 1, 1, "ng-template",
|
|
1089
|
-
i0.ɵɵelement(1, "input",
|
|
1090
|
-
i0.ɵɵtemplate(2, CheckboxsetComponent_div_2_Template, 1, 0, "div",
|
|
1071
|
+
]), i0.ɵɵInheritDefinitionFeature], attrs: _c0$a, decls: 5, vars: 4, consts: [[3, "ngIf", "ngIfElse"], ["hidden", "", 1, "model-holder", 3, "disabled"], ["class", "readonly-wrapper", 4, "ngIf"], ["groupedListTemplate", ""], ["partialContainer", "", "role", "presentation", 3, "ngClass", "active", "wmItemTemplate", "userComponentParams", "click", 4, "ngFor", "ngForOf"], ["partialContainer", "", "role", "presentation", 3, "ngClass", "wmItemTemplate", "userComponentParams", "click"], ["class", "app-checkboxset-label", 3, "ngClass", "title", 4, "ngIf"], ["class", "app-checkboxset-label", 3, "ngClass", 4, "ngIf"], [1, "app-checkboxset-label", 3, "ngClass", "title"], ["type", "checkbox", 3, "name", "tabindex", "disabled", "value", "checked"], [1, "caption", 3, "textContent"], [1, "app-checkboxset-label", 3, "ngClass"], ["partial-container-target", "", 1, "caption", "customTemplate"], [1, "readonly-wrapper"], ["class", "app-list-item-group", "role", "presentation", 4, "ngFor", "ngForOf"], ["role", "presentation", 1, "app-list-item-group"], [1, "item-group"], [1, "list-group-header", 3, "title", "ngClass", "click"], [1, "group-title"], [1, "header-action"], ["class", "app-icon wi action wi-chevron-up", 3, "title", 4, "ngIf"], ["class", "label label-default", 3, "textContent", 4, "ngIf"], ["partialContainer", "", 3, "ngClass", "active", "wmItemTemplate", "userComponentParams", "click", 4, "ngFor", "ngForOf"], [1, "app-icon", "wi", "action", "wi-chevron-up", 3, "title"], [1, "label", "label-default", 3, "textContent"], ["partialContainer", "", 3, "ngClass", "wmItemTemplate", "userComponentParams", "click"], ["type", "checkbox", "aria-label", "checkbox group", 3, "name", "tabindex", "disabled", "value", "checked"], ["partial-container-target", "", 1, "caption"]], template: function CheckboxsetComponent_Template(rf, ctx) { if (rf & 1) {
|
|
1072
|
+
i0.ɵɵtemplate(0, CheckboxsetComponent_ng_template_0_Template, 1, 1, "ng-template", 0);
|
|
1073
|
+
i0.ɵɵelement(1, "input", 1);
|
|
1074
|
+
i0.ɵɵtemplate(2, CheckboxsetComponent_div_2_Template, 1, 0, "div", 2);
|
|
1075
|
+
i0.ɵɵtemplate(3, CheckboxsetComponent_ng_template_3_Template, 1, 1, "ng-template", null, 3, i0.ɵɵtemplateRefExtractor);
|
|
1091
1076
|
} if (rf & 2) {
|
|
1092
|
-
const
|
|
1093
|
-
i0.ɵɵproperty("ngIf", !ctx.groupby)("ngIfElse",
|
|
1094
|
-
i0.ɵɵadvance();
|
|
1077
|
+
const _r2 = i0.ɵɵreference(4);
|
|
1078
|
+
i0.ɵɵproperty("ngIf", !ctx.groupby)("ngIfElse", _r2);
|
|
1079
|
+
i0.ɵɵadvance(1);
|
|
1095
1080
|
i0.ɵɵproperty("disabled", ctx.disabled || ctx.readonly);
|
|
1096
|
-
i0.ɵɵadvance();
|
|
1081
|
+
i0.ɵɵadvance(1);
|
|
1097
1082
|
i0.ɵɵproperty("ngIf", ctx.readonly || ctx.disabled);
|
|
1098
1083
|
} }, dependencies: [i1.NgClass, i1.NgForOf, i1.NgIf, i2.ItemTemplateDirective, i2.PartialParamHandlerDirective, i2.PartialContainerDirective, i2.TextContentDirective], encapsulation: 2 }); }
|
|
1099
1084
|
}
|
|
1100
|
-
(()
|
|
1085
|
+
(function () { (typeof ngDevMode === "undefined" || ngDevMode) && i0.ɵsetClassMetadata(CheckboxsetComponent, [{
|
|
1101
1086
|
type: Component,
|
|
1102
1087
|
args: [{ selector: '[wmCheckboxset]', exportAs: 'wmCheckboxset', providers: [
|
|
1103
1088
|
provideAs(CheckboxsetComponent, NG_VALUE_ACCESSOR, true),
|
|
1104
1089
|
provideAs(CheckboxsetComponent, NG_VALIDATORS, true),
|
|
1105
1090
|
provideAsWidgetRef(CheckboxsetComponent)
|
|
1106
1091
|
], template: "<ng-template [ngIf]=\"!groupby\" [ngIfElse]=\"groupedListTemplate\">\n <li [ngClass]=\"['checkbox', 'app-checkbox', itemclass, itemsPerRowClass]\"\n [class.active]=\"item.selected\"\n *ngFor=\"let item of datasetItems; let i = index\"\n [wmItemTemplate]=\"content\" [userComponentParams]=\"item\" partialContainer\n (click)=\"onCheckboxLabelClick($event, item.key)\" role=\"presentation\">\n <!-- Default item template -->\n <label *ngIf=\"!content\" class=\"app-checkboxset-label\" [ngClass]=\"{'disabled':disabled || readonly}\" [title]=\"item.label\">\n <input [name]=\"'checkboxset_' + widgetId\" type=\"checkbox\" [attr.aria-label]=\"item.key\"\n [tabindex]=\"tabindex\" [attr.aria-checked]=\"item.selected\"\n [disabled]=\"disabled || readonly\" [attr.data-attr-index]=\"i\"\n [value]=\"item.key\" [tabindex]=\"tabindex\" [checked]=\"item.selected\"/>\n <span class=\"caption\" [textContent]=\"item.label\"></span>\n </label>\n <!-- Custom partial template -->\n <label *ngIf=\"content\" class=\"app-checkboxset-label\" [ngClass]=\"{'disabled':disabled || readonly}\" >\n <input [name]=\"'checkboxset_' + widgetId\" type=\"checkbox\" [attr.aria-label]=\"item.key\"\n [tabindex]=\"tabindex\" [attr.aria-checked]=\"item.selected\"\n [disabled]=\"disabled || readonly\" [attr.data-attr-index]=\"i\"\n [value]=\"item.key\" [tabindex]=\"tabindex\" [checked]=\"item.selected\"/>\n <span class=\"caption customTemplate\" partial-container-target></span>\n </label>\n </li>\n</ng-template>\n<input [disabled]=\"disabled || readonly\" hidden class=\"model-holder\">\n<div *ngIf=\"readonly || disabled\" class=\"readonly-wrapper\"></div>\n\n<!-- This template will be displayed when groupby is specified. -->\n<ng-template #groupedListTemplate>\n <li *ngFor=\"let groupObj of groupedData\" class=\"app-list-item-group\" role=\"presentation\">\n <ul class=\"item-group\">\n <li class=\"list-group-header\" (click)=\"handleHeaderClick($event)\" [title]=\"groupObj.key\" [ngClass]=\"{'collapsible-content': collapsible}\">\n <h4 class=\"group-title\">{{groupObj.key}}\n <div class=\"header-action\">\n <i class=\"app-icon wi action wi-chevron-up\" *ngIf=\"collapsible\" title=\"{{appLocale.LABEL_COLLAPSE}}/{{appLocale.LABEL_EXPAND}}\"></i>\n <span *ngIf=\"showcount\" class=\"label label-default\" [textContent]=\"groupObj.data.length\"></span>\n </div>\n </h4>\n </li>\n <li *ngFor=\"let item of groupObj.data; let i = index;\"\n [ngClass]=\"['checkbox', 'app-checkbox', 'group-list-item', itemclass, itemsPerRowClass]\"\n [class.active]=\"item.selected\"\n [wmItemTemplate]=\"content\" [userComponentParams]=\"item\" partialContainer\n (click)=\"onCheckboxLabelClick($event, item)\">\n <!-- Default item template -->\n <label *ngIf=\"!content\" class=\"app-checkboxset-label\" [ngClass]=\"{'disabled':disabled || readonly}\" [title]=\"item.label\">\n <input [name]=\"'checkboxset_' + widgetId\" type=\"checkbox\" aria-label=\"checkbox group\"\n [tabindex]=\"tabindex\"\n [disabled]=\"disabled || readonly\" [attr.data-attr-index]=\"i\"\n [value]=\"item.key\" [tabindex]=\"tabindex\" [checked]=\"item.selected\"/>\n <span class=\"caption\" [textContent]=\"item.label\"></span>\n </label>\n <!-- Custom partial template -->\n <label *ngIf=\"content\" class=\"app-checkboxset-label\" [ngClass]=\"{'disabled':disabled || readonly}\" >\n <input [name]=\"'checkboxset_' + widgetId\" type=\"checkbox\" aria-label=\"checkbox group\"\n [tabindex]=\"tabindex\"\n [disabled]=\"disabled || readonly\" [attr.data-attr-index]=\"i\"\n [value]=\"item.key\" [tabindex]=\"tabindex\" [checked]=\"item.selected\"/>\n <span class=\"caption\" partial-container-target></span>\n </label>\n </li>\n </ul>\n </li>\n</ng-template>\n" }]
|
|
1107
|
-
}], ()
|
|
1108
|
-
type: Inject,
|
|
1109
|
-
args: ['EXPLICIT_CONTEXT']
|
|
1110
|
-
}, {
|
|
1111
|
-
type: Optional
|
|
1112
|
-
}] }], { onKeyDown: [{
|
|
1092
|
+
}], function () { return [{ type: i0.Injector }]; }, { onKeyDown: [{
|
|
1113
1093
|
type: HostListener,
|
|
1114
1094
|
args: ['keydown.enter', ['$event', '"ENTER"']]
|
|
1115
1095
|
}] }); })();
|
|
1116
|
-
(() => { (typeof ngDevMode === "undefined" || ngDevMode) && i0.ɵsetClassDebugInfo(CheckboxsetComponent, { className: "CheckboxsetComponent", filePath: "checkboxset/checkboxset.component.ts", lineNumber: 26 }); })();
|
|
1117
1096
|
|
|
1118
1097
|
const registerProps$a = () => {
|
|
1119
1098
|
register('wm-form-group', new Map([
|
|
@@ -1137,8 +1116,8 @@ const CAPTION_POSITION = {
|
|
|
1137
1116
|
};
|
|
1138
1117
|
class CompositeDirective extends StylableComponent {
|
|
1139
1118
|
static { this.initializeProps = registerProps$a(); }
|
|
1140
|
-
constructor(inj
|
|
1141
|
-
super(inj, WIDGET_CONFIG$a
|
|
1119
|
+
constructor(inj) {
|
|
1120
|
+
super(inj, WIDGET_CONFIG$a);
|
|
1142
1121
|
styler(this.nativeElement, this, APPLY_STYLES_TYPE.CONTAINER);
|
|
1143
1122
|
}
|
|
1144
1123
|
/**
|
|
@@ -1174,7 +1153,7 @@ class CompositeDirective extends StylableComponent {
|
|
|
1174
1153
|
addForIdAttributes(this.nativeElement);
|
|
1175
1154
|
this.assignRequiredToSubComponents();
|
|
1176
1155
|
}
|
|
1177
|
-
static { this.ɵfac = function CompositeDirective_Factory(t) { return new (t || CompositeDirective)(i0.ɵɵdirectiveInject(i0.Injector)
|
|
1156
|
+
static { this.ɵfac = function CompositeDirective_Factory(t) { return new (t || CompositeDirective)(i0.ɵɵdirectiveInject(i0.Injector)); }; }
|
|
1178
1157
|
static { this.ɵdir = /*@__PURE__*/ i0.ɵɵdefineDirective({ type: CompositeDirective, selectors: [["div", "wmComposite", ""]], contentQueries: function CompositeDirective_ContentQueries(rf, ctx, dirIndex) { if (rf & 1) {
|
|
1179
1158
|
i0.ɵɵcontentQuery(dirIndex, WidgetRef, 5);
|
|
1180
1159
|
} if (rf & 2) {
|
|
@@ -1184,7 +1163,7 @@ class CompositeDirective extends StylableComponent {
|
|
|
1184
1163
|
provideAsWidgetRef(CompositeDirective)
|
|
1185
1164
|
]), i0.ɵɵInheritDefinitionFeature] }); }
|
|
1186
1165
|
}
|
|
1187
|
-
(()
|
|
1166
|
+
(function () { (typeof ngDevMode === "undefined" || ngDevMode) && i0.ɵsetClassMetadata(CompositeDirective, [{
|
|
1188
1167
|
type: Directive,
|
|
1189
1168
|
args: [{
|
|
1190
1169
|
selector: 'div[wmComposite]',
|
|
@@ -1192,12 +1171,7 @@ class CompositeDirective extends StylableComponent {
|
|
|
1192
1171
|
provideAsWidgetRef(CompositeDirective)
|
|
1193
1172
|
]
|
|
1194
1173
|
}]
|
|
1195
|
-
}], ()
|
|
1196
|
-
type: Inject,
|
|
1197
|
-
args: ['EXPLICIT_CONTEXT']
|
|
1198
|
-
}, {
|
|
1199
|
-
type: Optional
|
|
1200
|
-
}] }], { componentRefs: [{
|
|
1174
|
+
}], function () { return [{ type: i0.Injector }]; }, { componentRefs: [{
|
|
1201
1175
|
type: ContentChildren,
|
|
1202
1176
|
args: [WidgetRef, { descendants: true }]
|
|
1203
1177
|
}] }); })();
|
|
@@ -1290,8 +1264,8 @@ class BaseInput extends BaseFormCustomComponent {
|
|
|
1290
1264
|
}
|
|
1291
1265
|
styler(this.inputEl.nativeElement, this);
|
|
1292
1266
|
}
|
|
1293
|
-
constructor(inj, config
|
|
1294
|
-
super(inj, config
|
|
1267
|
+
constructor(inj, config) {
|
|
1268
|
+
super(inj, config);
|
|
1295
1269
|
// possible values for ngModelOptions are 'blur' and 'change'
|
|
1296
1270
|
// default is 'blur'
|
|
1297
1271
|
this.ngModelOptions = {
|
|
@@ -1301,24 +1275,19 @@ class BaseInput extends BaseFormCustomComponent {
|
|
|
1301
1275
|
updateOn = updateOn === 'default' ? 'change' : updateOn;
|
|
1302
1276
|
this.ngModelOptions.updateOn = updateOn;
|
|
1303
1277
|
}
|
|
1304
|
-
static { this.ɵfac = function BaseInput_Factory(t) { return new (t || BaseInput)(i0.ɵɵinject(i0.Injector), i0.ɵɵinject(WidgetConfig)
|
|
1278
|
+
static { this.ɵfac = function BaseInput_Factory(t) { return new (t || BaseInput)(i0.ɵɵinject(i0.Injector), i0.ɵɵinject(WidgetConfig)); }; }
|
|
1305
1279
|
static { this.ɵprov = /*@__PURE__*/ i0.ɵɵdefineInjectable({ token: BaseInput, factory: BaseInput.ɵfac }); }
|
|
1306
1280
|
}
|
|
1307
|
-
(()
|
|
1281
|
+
(function () { (typeof ngDevMode === "undefined" || ngDevMode) && i0.ɵsetClassMetadata(BaseInput, [{
|
|
1308
1282
|
type: Injectable
|
|
1309
|
-
}], ()
|
|
1283
|
+
}], function () { return [{ type: i0.Injector }, { type: undefined, decorators: [{
|
|
1310
1284
|
type: Inject,
|
|
1311
1285
|
args: [WidgetConfig]
|
|
1312
|
-
}] }
|
|
1313
|
-
type: Inject,
|
|
1314
|
-
args: ['EXPLICIT_CONTEXT']
|
|
1315
|
-
}, {
|
|
1316
|
-
type: Optional
|
|
1317
|
-
}] }], null); })();
|
|
1286
|
+
}] }]; }, null); })();
|
|
1318
1287
|
|
|
1319
|
-
|
|
1320
|
-
constructor(inj, config, i18nService, trailingZeroDecimalPipe
|
|
1321
|
-
super(inj, config
|
|
1288
|
+
class NumberLocale extends BaseInput {
|
|
1289
|
+
constructor(inj, config, i18nService, trailingZeroDecimalPipe) {
|
|
1290
|
+
super(inj, config);
|
|
1322
1291
|
this.i18nService = i18nService;
|
|
1323
1292
|
this.trailingZeroDecimalPipe = trailingZeroDecimalPipe;
|
|
1324
1293
|
this.isDefaultQuery = true;
|
|
@@ -1751,13 +1720,7 @@ let NumberLocale = class NumberLocale extends BaseInput {
|
|
|
1751
1720
|
super.onPropertyChange(key, nv, ov);
|
|
1752
1721
|
}
|
|
1753
1722
|
}
|
|
1754
|
-
}
|
|
1755
|
-
NumberLocale = __decorate([
|
|
1756
|
-
__param(4, Inject('EXPLICIT_CONTEXT')),
|
|
1757
|
-
__param(4, Optional()),
|
|
1758
|
-
__metadata("design:paramtypes", [Injector, Object, AbstractI18nService,
|
|
1759
|
-
TrailingZeroDecimalPipe, Object])
|
|
1760
|
-
], NumberLocale);
|
|
1723
|
+
}
|
|
1761
1724
|
|
|
1762
1725
|
const _c0$9 = ["input"];
|
|
1763
1726
|
const _c1$8 = ["wmNumber", ""];
|
|
@@ -1767,10 +1730,10 @@ const WIDGET_CONFIG$9 = {
|
|
|
1767
1730
|
};
|
|
1768
1731
|
class NumberComponent extends NumberLocale {
|
|
1769
1732
|
static { this.initializeProps = registerProps$9(); }
|
|
1770
|
-
constructor(inj, i18nService, trailingZeroDecimalPipe
|
|
1771
|
-
super(inj, WIDGET_CONFIG$9, i18nService, trailingZeroDecimalPipe
|
|
1733
|
+
constructor(inj, i18nService, trailingZeroDecimalPipe) {
|
|
1734
|
+
super(inj, WIDGET_CONFIG$9, i18nService, trailingZeroDecimalPipe);
|
|
1772
1735
|
}
|
|
1773
|
-
static { this.ɵfac = function NumberComponent_Factory(t) { return new (t || NumberComponent)(i0.ɵɵdirectiveInject(i0.Injector), i0.ɵɵdirectiveInject(i1$1.AbstractI18nService), i0.ɵɵdirectiveInject(i2.TrailingZeroDecimalPipe)
|
|
1736
|
+
static { this.ɵfac = function NumberComponent_Factory(t) { return new (t || NumberComponent)(i0.ɵɵdirectiveInject(i0.Injector), i0.ɵɵdirectiveInject(i1$1.AbstractI18nService), i0.ɵɵdirectiveInject(i2.TrailingZeroDecimalPipe)); }; }
|
|
1774
1737
|
static { this.ɵcmp = /*@__PURE__*/ i0.ɵɵdefineComponent({ type: NumberComponent, selectors: [["", "wmNumber", ""]], viewQuery: function NumberComponent_Query(rf, ctx) { if (rf & 1) {
|
|
1775
1738
|
i0.ɵɵviewQuery(_c0$9, 7);
|
|
1776
1739
|
i0.ɵɵviewQuery(NgModel, 7);
|
|
@@ -1782,36 +1745,29 @@ class NumberComponent extends NumberLocale {
|
|
|
1782
1745
|
provideAs(NumberComponent, NG_VALUE_ACCESSOR, true),
|
|
1783
1746
|
provideAs(NumberComponent, NG_VALIDATORS, true),
|
|
1784
1747
|
provideAsWidgetRef(NumberComponent)
|
|
1785
|
-
]), i0.ɵɵInheritDefinitionFeature], attrs: _c1$8, decls: 2, vars: 14, consts: [["
|
|
1786
|
-
|
|
1787
|
-
i0.ɵɵ
|
|
1788
|
-
i0.ɵɵlistener("ngModelChange", function NumberComponent_Template_input_ngModelChange_0_listener($event) { i0.ɵɵrestoreView(_r1); return i0.ɵɵresetView(ctx.onModelChange($event)); })("blur", function NumberComponent_Template_input_blur_0_listener($event) { i0.ɵɵrestoreView(_r1); ctx.handleBlur($event); return i0.ɵɵresetView(ctx.checkForTrailingZeros($event)); })("focus", function NumberComponent_Template_input_focus_0_listener($event) { i0.ɵɵrestoreView(_r1); return i0.ɵɵresetView(ctx.checkForTrailingZeros($event)); })("input", function NumberComponent_Template_input_input_0_listener($event) { i0.ɵɵrestoreView(_r1); return i0.ɵɵresetView(ctx.onInputChange($event.target.value)); })("keypress", function NumberComponent_Template_input_keypress_0_listener($event) { i0.ɵɵrestoreView(_r1); return i0.ɵɵresetView(ctx.validateInputEntry($event)); })("keydown.backspace", function NumberComponent_Template_input_keydown_backspace_0_listener($event) { i0.ɵɵrestoreView(_r1); return i0.ɵɵresetView(ctx.onBackspace($event)); })("keydown.enter", function NumberComponent_Template_input_keydown_enter_0_listener($event) { i0.ɵɵrestoreView(_r1); return i0.ɵɵresetView(ctx.onEnter($event)); })("keydown.ArrowUp", function NumberComponent_Template_input_keydown_ArrowUp_0_listener($event) { i0.ɵɵrestoreView(_r1); return i0.ɵɵresetView(ctx.onArrowPress($event, "UP")); })("keydown.ArrowDown", function NumberComponent_Template_input_keydown_ArrowDown_0_listener($event) { i0.ɵɵrestoreView(_r1); return i0.ɵɵresetView(ctx.onArrowPress($event, "DOWN")); });
|
|
1748
|
+
]), i0.ɵɵInheritDefinitionFeature], attrs: _c1$8, decls: 2, vars: 14, consts: [["inputmode", "decimal", "focus-target", "", "role", "textbox", "type", "text", 1, "form-control", "app-textbox", "app-number-input", 3, "ngModel", "readonly", "disabled", "pattern", "autofocus", "ngClass", "ngStyle", "ngModelOptions", "required", "ngModelChange", "blur", "focus", "input", "keypress", "keydown.backspace", "keydown.enter", "keydown.ArrowUp", "keydown.ArrowDown"], ["input", ""]], template: function NumberComponent_Template(rf, ctx) { if (rf & 1) {
|
|
1749
|
+
i0.ɵɵelementStart(0, "input", 0, 1);
|
|
1750
|
+
i0.ɵɵlistener("ngModelChange", function NumberComponent_Template_input_ngModelChange_0_listener($event) { return ctx.onModelChange($event); })("blur", function NumberComponent_Template_input_blur_0_listener($event) { ctx.handleBlur($event); return ctx.checkForTrailingZeros($event); })("focus", function NumberComponent_Template_input_focus_0_listener($event) { return ctx.checkForTrailingZeros($event); })("input", function NumberComponent_Template_input_input_0_listener($event) { return ctx.onInputChange($event.target.value); })("keypress", function NumberComponent_Template_input_keypress_0_listener($event) { return ctx.validateInputEntry($event); })("keydown.backspace", function NumberComponent_Template_input_keydown_backspace_0_listener($event) { return ctx.onBackspace($event); })("keydown.enter", function NumberComponent_Template_input_keydown_enter_0_listener($event) { return ctx.onEnter($event); })("keydown.ArrowUp", function NumberComponent_Template_input_keydown_ArrowUp_0_listener($event) { return ctx.onArrowPress($event, "UP"); })("keydown.ArrowDown", function NumberComponent_Template_input_keydown_ArrowDown_0_listener($event) { return ctx.onArrowPress($event, "DOWN"); });
|
|
1789
1751
|
i0.ɵɵelementEnd();
|
|
1790
1752
|
} if (rf & 2) {
|
|
1791
1753
|
i0.ɵɵproperty("ngModel", ctx.displayValue)("readonly", ctx.readonly)("disabled", ctx.disabled)("pattern", ctx.regexp)("autofocus", ctx.autofocus)("ngClass", ctx.conditionalclass)("ngStyle", ctx.conditionalstyle)("ngModelOptions", ctx.ngModelOptions)("required", ctx.required);
|
|
1792
1754
|
i0.ɵɵattribute("name", ctx.name)("tabindex", ctx.tabindex)("placeholder", ctx.placeholder)("accesskey", ctx.shortcutkey)("aria-label", ctx.hint);
|
|
1793
1755
|
} }, dependencies: [i1.NgClass, i1.NgStyle, i2$1.DefaultValueAccessor, i2$1.NgControlStatus, i2$1.RequiredValidator, i2$1.PatternValidator, i2$1.NgModel], encapsulation: 2 }); }
|
|
1794
1756
|
}
|
|
1795
|
-
(()
|
|
1757
|
+
(function () { (typeof ngDevMode === "undefined" || ngDevMode) && i0.ɵsetClassMetadata(NumberComponent, [{
|
|
1796
1758
|
type: Component,
|
|
1797
1759
|
args: [{ selector: '[wmNumber]', providers: [
|
|
1798
1760
|
provideAs(NumberComponent, NG_VALUE_ACCESSOR, true),
|
|
1799
1761
|
provideAs(NumberComponent, NG_VALIDATORS, true),
|
|
1800
1762
|
provideAsWidgetRef(NumberComponent)
|
|
1801
1763
|
], template: "<input class=\"form-control app-textbox app-number-input\"\n inputmode=\"decimal\"\n focus-target\n [attr.name]=\"name\"\n role=\"textbox\"\n type=\"text\"\n [ngModel]=\"displayValue\"\n [readonly]=\"readonly\"\n [disabled]=\"disabled\"\n [pattern]=\"regexp\"\n [attr.tabindex]=\"tabindex\"\n [attr.placeholder]=\"placeholder\"\n [attr.accesskey]=\"shortcutkey\"\n [attr.aria-label]=\"hint\"\n [autofocus]=\"autofocus\"\n [ngClass]=\"conditionalclass\"\n [ngStyle]=\"conditionalstyle\"\n (ngModelChange)=\"onModelChange($event)\"\n (blur)=\"handleBlur($event); checkForTrailingZeros($event);\"\n (focus)=\"checkForTrailingZeros($event)\"\n (input)=\"onInputChange($event.target.value)\"\n [ngModelOptions]=\"ngModelOptions\"\n [required]=\"required\"\n (keypress)=\"validateInputEntry($event)\"\n (keydown.backspace)=\"onBackspace($event)\"\n (keydown.enter)=\"onEnter($event)\"\n (keydown.ArrowUp)=\"onArrowPress($event, 'UP')\"\n (keydown.ArrowDown)=\"onArrowPress($event, 'DOWN')\"\n #input>\n" }]
|
|
1802
|
-
}], ()
|
|
1803
|
-
type: Inject,
|
|
1804
|
-
args: ['EXPLICIT_CONTEXT']
|
|
1805
|
-
}, {
|
|
1806
|
-
type: Optional
|
|
1807
|
-
}] }], { inputEl: [{
|
|
1764
|
+
}], function () { return [{ type: i0.Injector }, { type: i1$1.AbstractI18nService }, { type: i2.TrailingZeroDecimalPipe }]; }, { inputEl: [{
|
|
1808
1765
|
type: ViewChild,
|
|
1809
1766
|
args: ['input', { static: true }]
|
|
1810
1767
|
}], ngModel: [{
|
|
1811
1768
|
type: ViewChild,
|
|
1812
1769
|
args: [NgModel, { static: true }]
|
|
1813
1770
|
}] }); })();
|
|
1814
|
-
(() => { (typeof ngDevMode === "undefined" || ngDevMode) && i0.ɵsetClassDebugInfo(NumberComponent, { className: "NumberComponent", filePath: "number/number.component.ts", lineNumber: 24 }); })();
|
|
1815
1771
|
|
|
1816
1772
|
const radiosetProps = new Map([
|
|
1817
1773
|
['class', PROP_STRING],
|
|
@@ -1847,61 +1803,60 @@ const registerProps$8 = () => {
|
|
|
1847
1803
|
};
|
|
1848
1804
|
|
|
1849
1805
|
const _c0$8 = ["wmRadioset", ""];
|
|
1850
|
-
const _c1$7 = (a0
|
|
1851
|
-
const _c2$2 = a0 => ({ "disabled": a0 });
|
|
1852
|
-
const _c3 = a0 => ({ "collapsible-content": a0 });
|
|
1853
|
-
const _c4 = (a0, a1) => ["radio", "app-radio", "group-list-item", a0, a1];
|
|
1806
|
+
const _c1$7 = function (a0) { return { "disabled": a0 }; };
|
|
1854
1807
|
function RadiosetComponent_ng_template_0_li_0_label_1_Template(rf, ctx) { if (rf & 1) {
|
|
1855
1808
|
i0.ɵɵelementStart(0, "label", 7);
|
|
1856
1809
|
i0.ɵɵelement(1, "input", 8)(2, "span", 9);
|
|
1857
1810
|
i0.ɵɵelementEnd();
|
|
1858
1811
|
} if (rf & 2) {
|
|
1859
|
-
const
|
|
1860
|
-
const
|
|
1861
|
-
const
|
|
1862
|
-
const
|
|
1863
|
-
i0.ɵɵproperty("ngClass", i0.ɵɵpureFunction1(10,
|
|
1864
|
-
i0.ɵɵadvance();
|
|
1865
|
-
i0.ɵɵproperty("name", "radioset_" +
|
|
1866
|
-
i0.ɵɵattribute("aria-checked",
|
|
1867
|
-
i0.ɵɵadvance();
|
|
1868
|
-
i0.ɵɵproperty("textContent",
|
|
1812
|
+
const ctx_r9 = i0.ɵɵnextContext();
|
|
1813
|
+
const item_r5 = ctx_r9.$implicit;
|
|
1814
|
+
const i_r6 = ctx_r9.index;
|
|
1815
|
+
const ctx_r7 = i0.ɵɵnextContext(2);
|
|
1816
|
+
i0.ɵɵproperty("ngClass", i0.ɵɵpureFunction1(10, _c1$7, ctx_r7.disabled || ctx_r7.readonly));
|
|
1817
|
+
i0.ɵɵadvance(1);
|
|
1818
|
+
i0.ɵɵproperty("name", "radioset_" + ctx_r7.widgetId)("value", item_r5.key)("disabled", ctx_r7.disabled || ctx_r7.readonly)("tabindex", ctx_r7.tabindex)("checked", item_r5.selected);
|
|
1819
|
+
i0.ɵɵattribute("aria-checked", item_r5.selected)("data-attr-index", i_r6)("aria-label", item_r5.key);
|
|
1820
|
+
i0.ɵɵadvance(1);
|
|
1821
|
+
i0.ɵɵproperty("textContent", item_r5.label);
|
|
1869
1822
|
} }
|
|
1870
1823
|
function RadiosetComponent_ng_template_0_li_0_label_2_Template(rf, ctx) { if (rf & 1) {
|
|
1871
1824
|
i0.ɵɵelementStart(0, "label", 7);
|
|
1872
1825
|
i0.ɵɵelement(1, "input", 8)(2, "span", 10);
|
|
1873
1826
|
i0.ɵɵelementEnd();
|
|
1874
1827
|
} if (rf & 2) {
|
|
1875
|
-
const
|
|
1876
|
-
const
|
|
1877
|
-
const
|
|
1878
|
-
const
|
|
1879
|
-
i0.ɵɵproperty("ngClass", i0.ɵɵpureFunction1(9,
|
|
1880
|
-
i0.ɵɵadvance();
|
|
1881
|
-
i0.ɵɵproperty("name", "radioset_" +
|
|
1882
|
-
i0.ɵɵattribute("aria-checked",
|
|
1828
|
+
const ctx_r10 = i0.ɵɵnextContext();
|
|
1829
|
+
const item_r5 = ctx_r10.$implicit;
|
|
1830
|
+
const i_r6 = ctx_r10.index;
|
|
1831
|
+
const ctx_r8 = i0.ɵɵnextContext(2);
|
|
1832
|
+
i0.ɵɵproperty("ngClass", i0.ɵɵpureFunction1(9, _c1$7, ctx_r8.disabled || ctx_r8.readonly));
|
|
1833
|
+
i0.ɵɵadvance(1);
|
|
1834
|
+
i0.ɵɵproperty("name", "radioset_" + ctx_r8.widgetId)("value", item_r5.key)("disabled", ctx_r8.disabled || ctx_r8.readonly)("tabindex", ctx_r8.tabindex)("checked", item_r5.selected);
|
|
1835
|
+
i0.ɵɵattribute("aria-checked", item_r5.selected)("data-attr-index", i_r6)("aria-label", item_r5.key);
|
|
1883
1836
|
} }
|
|
1837
|
+
const _c2$2 = function (a2, a3) { return ["radio", "app-radio", a2, a3]; };
|
|
1884
1838
|
function RadiosetComponent_ng_template_0_li_0_Template(rf, ctx) { if (rf & 1) {
|
|
1885
|
-
const
|
|
1839
|
+
const _r12 = i0.ɵɵgetCurrentView();
|
|
1886
1840
|
i0.ɵɵelementStart(0, "li", 5);
|
|
1887
|
-
i0.ɵɵlistener("click", function RadiosetComponent_ng_template_0_li_0_Template_li_click_0_listener($event) { const
|
|
1888
|
-
i0.ɵɵtemplate(1, RadiosetComponent_ng_template_0_li_0_label_1_Template, 3, 12, "label", 6)
|
|
1841
|
+
i0.ɵɵlistener("click", function RadiosetComponent_ng_template_0_li_0_Template_li_click_0_listener($event) { const restoredCtx = i0.ɵɵrestoreView(_r12); const item_r5 = restoredCtx.$implicit; const ctx_r11 = i0.ɵɵnextContext(2); return i0.ɵɵresetView(ctx_r11.onRadioLabelClick($event, item_r5.key)); });
|
|
1842
|
+
i0.ɵɵtemplate(1, RadiosetComponent_ng_template_0_li_0_label_1_Template, 3, 12, "label", 6);
|
|
1843
|
+
i0.ɵɵtemplate(2, RadiosetComponent_ng_template_0_li_0_label_2_Template, 3, 11, "label", 6);
|
|
1889
1844
|
i0.ɵɵelementEnd();
|
|
1890
1845
|
} if (rf & 2) {
|
|
1891
|
-
const
|
|
1892
|
-
const
|
|
1893
|
-
i0.ɵɵclassProp("active",
|
|
1894
|
-
i0.ɵɵproperty("ngClass", i0.ɵɵpureFunction2(7,
|
|
1895
|
-
i0.ɵɵadvance();
|
|
1896
|
-
i0.ɵɵproperty("ngIf", !
|
|
1897
|
-
i0.ɵɵadvance();
|
|
1898
|
-
i0.ɵɵproperty("ngIf",
|
|
1846
|
+
const item_r5 = ctx.$implicit;
|
|
1847
|
+
const ctx_r4 = i0.ɵɵnextContext(2);
|
|
1848
|
+
i0.ɵɵclassProp("active", item_r5.selected);
|
|
1849
|
+
i0.ɵɵproperty("ngClass", i0.ɵɵpureFunction2(7, _c2$2, ctx_r4.itemclass, ctx_r4.itemsPerRowClass))("wmItemTemplate", ctx_r4.content)("userComponentParams", item_r5);
|
|
1850
|
+
i0.ɵɵadvance(1);
|
|
1851
|
+
i0.ɵɵproperty("ngIf", !ctx_r4.content);
|
|
1852
|
+
i0.ɵɵadvance(1);
|
|
1853
|
+
i0.ɵɵproperty("ngIf", ctx_r4.content);
|
|
1899
1854
|
} }
|
|
1900
1855
|
function RadiosetComponent_ng_template_0_Template(rf, ctx) { if (rf & 1) {
|
|
1901
1856
|
i0.ɵɵtemplate(0, RadiosetComponent_ng_template_0_li_0_Template, 3, 10, "li", 4);
|
|
1902
1857
|
} if (rf & 2) {
|
|
1903
|
-
const
|
|
1904
|
-
i0.ɵɵproperty("ngForOf",
|
|
1858
|
+
const ctx_r0 = i0.ɵɵnextContext();
|
|
1859
|
+
i0.ɵɵproperty("ngForOf", ctx_r0.datasetItems);
|
|
1905
1860
|
} }
|
|
1906
1861
|
function RadiosetComponent_div_2_Template(rf, ctx) { if (rf & 1) {
|
|
1907
1862
|
i0.ɵɵelement(0, "div", 11);
|
|
@@ -1909,98 +1864,102 @@ function RadiosetComponent_div_2_Template(rf, ctx) { if (rf & 1) {
|
|
|
1909
1864
|
function RadiosetComponent_ng_template_3_li_0_i_6_Template(rf, ctx) { if (rf & 1) {
|
|
1910
1865
|
i0.ɵɵelement(0, "i", 21);
|
|
1911
1866
|
} if (rf & 2) {
|
|
1912
|
-
const
|
|
1913
|
-
i0.ɵɵpropertyInterpolate2("title", "",
|
|
1867
|
+
const ctx_r15 = i0.ɵɵnextContext(3);
|
|
1868
|
+
i0.ɵɵpropertyInterpolate2("title", "", ctx_r15.appLocale.LABEL_COLLAPSE, "/", ctx_r15.appLocale.LABEL_EXPAND, "");
|
|
1914
1869
|
} }
|
|
1915
1870
|
function RadiosetComponent_ng_template_3_li_0_span_7_Template(rf, ctx) { if (rf & 1) {
|
|
1916
1871
|
i0.ɵɵelement(0, "span", 22);
|
|
1917
1872
|
} if (rf & 2) {
|
|
1918
|
-
const
|
|
1919
|
-
i0.ɵɵproperty("textContent",
|
|
1873
|
+
const groupObj_r14 = i0.ɵɵnextContext().$implicit;
|
|
1874
|
+
i0.ɵɵproperty("textContent", groupObj_r14.data.length);
|
|
1920
1875
|
} }
|
|
1921
1876
|
function RadiosetComponent_ng_template_3_li_0_li_8_label_1_Template(rf, ctx) { if (rf & 1) {
|
|
1922
1877
|
i0.ɵɵelementStart(0, "label", 7);
|
|
1923
1878
|
i0.ɵɵelement(1, "input", 8)(2, "span", 9);
|
|
1924
1879
|
i0.ɵɵelementEnd();
|
|
1925
1880
|
} if (rf & 2) {
|
|
1926
|
-
const
|
|
1927
|
-
const
|
|
1928
|
-
const
|
|
1929
|
-
const
|
|
1930
|
-
i0.ɵɵproperty("ngClass", i0.ɵɵpureFunction1(9,
|
|
1931
|
-
i0.ɵɵadvance();
|
|
1932
|
-
i0.ɵɵproperty("name", "radioset_" +
|
|
1933
|
-
i0.ɵɵattribute("aria-checked",
|
|
1934
|
-
i0.ɵɵadvance();
|
|
1935
|
-
i0.ɵɵproperty("textContent",
|
|
1881
|
+
const ctx_r23 = i0.ɵɵnextContext();
|
|
1882
|
+
const item_r19 = ctx_r23.$implicit;
|
|
1883
|
+
const i_r20 = ctx_r23.index;
|
|
1884
|
+
const ctx_r21 = i0.ɵɵnextContext(3);
|
|
1885
|
+
i0.ɵɵproperty("ngClass", i0.ɵɵpureFunction1(9, _c1$7, ctx_r21.disabled || ctx_r21.readonly));
|
|
1886
|
+
i0.ɵɵadvance(1);
|
|
1887
|
+
i0.ɵɵproperty("name", "radioset_" + ctx_r21.widgetId)("value", item_r19.key)("disabled", ctx_r21.disabled || ctx_r21.readonly)("tabindex", ctx_r21.tabindex)("checked", item_r19.selected);
|
|
1888
|
+
i0.ɵɵattribute("aria-checked", item_r19.selected)("data-attr-index", i_r20);
|
|
1889
|
+
i0.ɵɵadvance(1);
|
|
1890
|
+
i0.ɵɵproperty("textContent", item_r19.label);
|
|
1936
1891
|
} }
|
|
1937
1892
|
function RadiosetComponent_ng_template_3_li_0_li_8_label_2_Template(rf, ctx) { if (rf & 1) {
|
|
1938
1893
|
i0.ɵɵelementStart(0, "label", 7);
|
|
1939
1894
|
i0.ɵɵelement(1, "input", 8)(2, "span", 10);
|
|
1940
1895
|
i0.ɵɵelementEnd();
|
|
1941
1896
|
} if (rf & 2) {
|
|
1942
|
-
const
|
|
1943
|
-
const
|
|
1944
|
-
const
|
|
1945
|
-
const
|
|
1946
|
-
i0.ɵɵproperty("ngClass", i0.ɵɵpureFunction1(8,
|
|
1947
|
-
i0.ɵɵadvance();
|
|
1948
|
-
i0.ɵɵproperty("name", "radioset_" +
|
|
1949
|
-
i0.ɵɵattribute("aria-checked",
|
|
1897
|
+
const ctx_r24 = i0.ɵɵnextContext();
|
|
1898
|
+
const item_r19 = ctx_r24.$implicit;
|
|
1899
|
+
const i_r20 = ctx_r24.index;
|
|
1900
|
+
const ctx_r22 = i0.ɵɵnextContext(3);
|
|
1901
|
+
i0.ɵɵproperty("ngClass", i0.ɵɵpureFunction1(8, _c1$7, ctx_r22.disabled || ctx_r22.readonly));
|
|
1902
|
+
i0.ɵɵadvance(1);
|
|
1903
|
+
i0.ɵɵproperty("name", "radioset_" + ctx_r22.widgetId)("value", item_r19.key)("disabled", ctx_r22.disabled || ctx_r22.readonly)("tabindex", ctx_r22.tabindex)("checked", item_r19.selected);
|
|
1904
|
+
i0.ɵɵattribute("aria-checked", item_r19.selected)("data-attr-index", i_r20);
|
|
1950
1905
|
} }
|
|
1906
|
+
const _c3 = function (a3, a4) { return ["radio", "app-radio", "group-list-item", a3, a4]; };
|
|
1951
1907
|
function RadiosetComponent_ng_template_3_li_0_li_8_Template(rf, ctx) { if (rf & 1) {
|
|
1952
|
-
const
|
|
1908
|
+
const _r26 = i0.ɵɵgetCurrentView();
|
|
1953
1909
|
i0.ɵɵelementStart(0, "li", 23);
|
|
1954
|
-
i0.ɵɵlistener("click", function RadiosetComponent_ng_template_3_li_0_li_8_Template_li_click_0_listener($event) { const
|
|
1955
|
-
i0.ɵɵtemplate(1, RadiosetComponent_ng_template_3_li_0_li_8_label_1_Template, 3, 11, "label", 6)
|
|
1910
|
+
i0.ɵɵlistener("click", function RadiosetComponent_ng_template_3_li_0_li_8_Template_li_click_0_listener($event) { const restoredCtx = i0.ɵɵrestoreView(_r26); const item_r19 = restoredCtx.$implicit; const ctx_r25 = i0.ɵɵnextContext(3); return i0.ɵɵresetView(ctx_r25.onRadioLabelClick($event, item_r19)); });
|
|
1911
|
+
i0.ɵɵtemplate(1, RadiosetComponent_ng_template_3_li_0_li_8_label_1_Template, 3, 11, "label", 6);
|
|
1912
|
+
i0.ɵɵtemplate(2, RadiosetComponent_ng_template_3_li_0_li_8_label_2_Template, 3, 10, "label", 6);
|
|
1956
1913
|
i0.ɵɵelementEnd();
|
|
1957
1914
|
} if (rf & 2) {
|
|
1958
|
-
const
|
|
1959
|
-
const
|
|
1960
|
-
i0.ɵɵclassProp("active",
|
|
1961
|
-
i0.ɵɵproperty("ngClass", i0.ɵɵpureFunction2(7,
|
|
1962
|
-
i0.ɵɵadvance();
|
|
1963
|
-
i0.ɵɵproperty("ngIf", !
|
|
1964
|
-
i0.ɵɵadvance();
|
|
1965
|
-
i0.ɵɵproperty("ngIf",
|
|
1915
|
+
const item_r19 = ctx.$implicit;
|
|
1916
|
+
const ctx_r17 = i0.ɵɵnextContext(3);
|
|
1917
|
+
i0.ɵɵclassProp("active", item_r19.selected);
|
|
1918
|
+
i0.ɵɵproperty("ngClass", i0.ɵɵpureFunction2(7, _c3, ctx_r17.itemclass, ctx_r17.itemsPerRowClass))("wmItemTemplate", ctx_r17.content)("userComponentParams", item_r19);
|
|
1919
|
+
i0.ɵɵadvance(1);
|
|
1920
|
+
i0.ɵɵproperty("ngIf", !ctx_r17.content);
|
|
1921
|
+
i0.ɵɵadvance(1);
|
|
1922
|
+
i0.ɵɵproperty("ngIf", ctx_r17.content);
|
|
1966
1923
|
} }
|
|
1924
|
+
const _c4 = function (a0) { return { "collapsible-content": a0 }; };
|
|
1967
1925
|
function RadiosetComponent_ng_template_3_li_0_Template(rf, ctx) { if (rf & 1) {
|
|
1968
|
-
const
|
|
1926
|
+
const _r28 = i0.ɵɵgetCurrentView();
|
|
1969
1927
|
i0.ɵɵelementStart(0, "li", 13)(1, "ul", 14)(2, "li", 15);
|
|
1970
|
-
i0.ɵɵlistener("click", function RadiosetComponent_ng_template_3_li_0_Template_li_click_2_listener($event) { i0.ɵɵrestoreView(
|
|
1928
|
+
i0.ɵɵlistener("click", function RadiosetComponent_ng_template_3_li_0_Template_li_click_2_listener($event) { i0.ɵɵrestoreView(_r28); const ctx_r27 = i0.ɵɵnextContext(2); return i0.ɵɵresetView(ctx_r27.handleHeaderClick($event)); });
|
|
1971
1929
|
i0.ɵɵelementStart(3, "h4", 16);
|
|
1972
1930
|
i0.ɵɵtext(4);
|
|
1973
1931
|
i0.ɵɵelementStart(5, "div", 17);
|
|
1974
|
-
i0.ɵɵtemplate(6, RadiosetComponent_ng_template_3_li_0_i_6_Template, 1,
|
|
1932
|
+
i0.ɵɵtemplate(6, RadiosetComponent_ng_template_3_li_0_i_6_Template, 1, 2, "i", 18);
|
|
1933
|
+
i0.ɵɵtemplate(7, RadiosetComponent_ng_template_3_li_0_span_7_Template, 1, 1, "span", 19);
|
|
1975
1934
|
i0.ɵɵelementEnd()()();
|
|
1976
1935
|
i0.ɵɵtemplate(8, RadiosetComponent_ng_template_3_li_0_li_8_Template, 3, 10, "li", 20);
|
|
1977
1936
|
i0.ɵɵelementEnd()();
|
|
1978
1937
|
} if (rf & 2) {
|
|
1979
|
-
const
|
|
1980
|
-
const
|
|
1938
|
+
const groupObj_r14 = ctx.$implicit;
|
|
1939
|
+
const ctx_r13 = i0.ɵɵnextContext(2);
|
|
1981
1940
|
i0.ɵɵadvance(2);
|
|
1982
|
-
i0.ɵɵproperty("title",
|
|
1941
|
+
i0.ɵɵproperty("title", groupObj_r14.key)("ngClass", i0.ɵɵpureFunction1(6, _c4, ctx_r13.collapsible));
|
|
1983
1942
|
i0.ɵɵadvance(2);
|
|
1984
|
-
i0.ɵɵtextInterpolate1("",
|
|
1943
|
+
i0.ɵɵtextInterpolate1("", groupObj_r14.key, " ");
|
|
1985
1944
|
i0.ɵɵadvance(2);
|
|
1986
|
-
i0.ɵɵproperty("ngIf",
|
|
1987
|
-
i0.ɵɵadvance();
|
|
1988
|
-
i0.ɵɵproperty("ngIf",
|
|
1989
|
-
i0.ɵɵadvance();
|
|
1990
|
-
i0.ɵɵproperty("ngForOf",
|
|
1945
|
+
i0.ɵɵproperty("ngIf", ctx_r13.collapsible);
|
|
1946
|
+
i0.ɵɵadvance(1);
|
|
1947
|
+
i0.ɵɵproperty("ngIf", ctx_r13.showcount);
|
|
1948
|
+
i0.ɵɵadvance(1);
|
|
1949
|
+
i0.ɵɵproperty("ngForOf", groupObj_r14.data);
|
|
1991
1950
|
} }
|
|
1992
1951
|
function RadiosetComponent_ng_template_3_Template(rf, ctx) { if (rf & 1) {
|
|
1993
1952
|
i0.ɵɵtemplate(0, RadiosetComponent_ng_template_3_li_0_Template, 9, 8, "li", 12);
|
|
1994
1953
|
} if (rf & 2) {
|
|
1995
|
-
const
|
|
1996
|
-
i0.ɵɵproperty("ngForOf",
|
|
1954
|
+
const ctx_r3 = i0.ɵɵnextContext();
|
|
1955
|
+
i0.ɵɵproperty("ngForOf", ctx_r3.groupedData);
|
|
1997
1956
|
} }
|
|
1998
1957
|
const DEFAULT_CLS$1 = 'app-radioset list-group inline';
|
|
1999
1958
|
const WIDGET_CONFIG$8 = { widgetType: 'wm-radioset', hostClass: DEFAULT_CLS$1 };
|
|
2000
1959
|
class RadiosetComponent extends DatasetAwareFormComponent {
|
|
2001
1960
|
static { this.initializeProps = registerProps$8(); }
|
|
2002
|
-
constructor(inj
|
|
2003
|
-
super(inj, WIDGET_CONFIG$8
|
|
1961
|
+
constructor(inj) {
|
|
1962
|
+
super(inj, WIDGET_CONFIG$8);
|
|
2004
1963
|
this.layout = '';
|
|
2005
1964
|
styler(this.nativeElement, this);
|
|
2006
1965
|
this.multiple = false;
|
|
@@ -2043,38 +2002,33 @@ class RadiosetComponent extends DatasetAwareFormComponent {
|
|
|
2043
2002
|
super.onPropertyChange(key, nv, ov);
|
|
2044
2003
|
}
|
|
2045
2004
|
}
|
|
2046
|
-
static { this.ɵfac = function RadiosetComponent_Factory(t) { return new (t || RadiosetComponent)(i0.ɵɵdirectiveInject(i0.Injector)
|
|
2005
|
+
static { this.ɵfac = function RadiosetComponent_Factory(t) { return new (t || RadiosetComponent)(i0.ɵɵdirectiveInject(i0.Injector)); }; }
|
|
2047
2006
|
static { this.ɵcmp = /*@__PURE__*/ i0.ɵɵdefineComponent({ type: RadiosetComponent, selectors: [["", "wmRadioset", ""]], exportAs: ["wmRadioset"], features: [i0.ɵɵProvidersFeature([
|
|
2048
2007
|
provideAs(RadiosetComponent, NG_VALUE_ACCESSOR, true),
|
|
2049
2008
|
provideAs(RadiosetComponent, NG_VALIDATORS, true),
|
|
2050
2009
|
provideAsWidgetRef(RadiosetComponent)
|
|
2051
|
-
]), i0.ɵɵInheritDefinitionFeature], attrs: _c0$8, decls: 5, vars: 4, consts: [[
|
|
2052
|
-
i0.ɵɵtemplate(0, RadiosetComponent_ng_template_0_Template, 1, 1, "ng-template",
|
|
2053
|
-
i0.ɵɵelement(1, "input",
|
|
2054
|
-
i0.ɵɵtemplate(2, RadiosetComponent_div_2_Template, 1, 0, "div",
|
|
2010
|
+
]), i0.ɵɵInheritDefinitionFeature], attrs: _c0$8, decls: 5, vars: 4, consts: [[3, "ngIf", "ngIfElse"], ["hidden", "", 1, "model-holder", 3, "disabled"], ["aria-readonly", "true", "class", "readonly-wrapper", 4, "ngIf"], ["groupedListTemplate", ""], ["partialContainer", "", "role", "presentation", 3, "ngClass", "active", "wmItemTemplate", "userComponentParams", "click", 4, "ngFor", "ngForOf"], ["partialContainer", "", "role", "presentation", 3, "ngClass", "wmItemTemplate", "userComponentParams", "click"], ["class", "app-radioset-label", 3, "ngClass", 4, "ngIf"], [1, "app-radioset-label", 3, "ngClass"], ["type", "radio", 3, "name", "value", "disabled", "tabindex", "checked"], [1, "caption", 3, "textContent"], ["partial-container-target", "", 1, "caption", "customTemplate"], ["aria-readonly", "true", 1, "readonly-wrapper"], ["class", "app-list-item-group", 4, "ngFor", "ngForOf"], [1, "app-list-item-group"], [1, "item-group"], [1, "list-group-header", 3, "title", "ngClass", "click"], [1, "group-title"], [1, "header-action"], ["class", "app-icon wi action wi-chevron-up", 3, "title", 4, "ngIf"], ["class", "label label-default", 3, "textContent", 4, "ngIf"], ["partialContainer", "", 3, "ngClass", "active", "wmItemTemplate", "userComponentParams", "click", 4, "ngFor", "ngForOf"], [1, "app-icon", "wi", "action", "wi-chevron-up", 3, "title"], [1, "label", "label-default", 3, "textContent"], ["partialContainer", "", 3, "ngClass", "wmItemTemplate", "userComponentParams", "click"]], template: function RadiosetComponent_Template(rf, ctx) { if (rf & 1) {
|
|
2011
|
+
i0.ɵɵtemplate(0, RadiosetComponent_ng_template_0_Template, 1, 1, "ng-template", 0);
|
|
2012
|
+
i0.ɵɵelement(1, "input", 1);
|
|
2013
|
+
i0.ɵɵtemplate(2, RadiosetComponent_div_2_Template, 1, 0, "div", 2);
|
|
2014
|
+
i0.ɵɵtemplate(3, RadiosetComponent_ng_template_3_Template, 1, 1, "ng-template", null, 3, i0.ɵɵtemplateRefExtractor);
|
|
2055
2015
|
} if (rf & 2) {
|
|
2056
|
-
const
|
|
2057
|
-
i0.ɵɵproperty("ngIf", !ctx.groupby)("ngIfElse",
|
|
2058
|
-
i0.ɵɵadvance();
|
|
2016
|
+
const _r2 = i0.ɵɵreference(4);
|
|
2017
|
+
i0.ɵɵproperty("ngIf", !ctx.groupby)("ngIfElse", _r2);
|
|
2018
|
+
i0.ɵɵadvance(1);
|
|
2059
2019
|
i0.ɵɵproperty("disabled", ctx.disabled || ctx.readonly);
|
|
2060
|
-
i0.ɵɵadvance();
|
|
2020
|
+
i0.ɵɵadvance(1);
|
|
2061
2021
|
i0.ɵɵproperty("ngIf", ctx.readonly || ctx.disabled);
|
|
2062
2022
|
} }, dependencies: [i1.NgClass, i1.NgForOf, i1.NgIf, i2.ItemTemplateDirective, i2.PartialParamHandlerDirective, i2.PartialContainerDirective, i2.TextContentDirective], encapsulation: 2 }); }
|
|
2063
2023
|
}
|
|
2064
|
-
(()
|
|
2024
|
+
(function () { (typeof ngDevMode === "undefined" || ngDevMode) && i0.ɵsetClassMetadata(RadiosetComponent, [{
|
|
2065
2025
|
type: Component,
|
|
2066
2026
|
args: [{ selector: '[wmRadioset]', exportAs: 'wmRadioset', providers: [
|
|
2067
2027
|
provideAs(RadiosetComponent, NG_VALUE_ACCESSOR, true),
|
|
2068
2028
|
provideAs(RadiosetComponent, NG_VALIDATORS, true),
|
|
2069
2029
|
provideAsWidgetRef(RadiosetComponent)
|
|
2070
2030
|
], template: "<ng-template [ngIf]=\"!groupby\" [ngIfElse]=\"groupedListTemplate\">\n <li [ngClass]=\"['radio', 'app-radio', itemclass, itemsPerRowClass]\"\n [class.active]=\"item.selected\"\n *ngFor=\"let item of datasetItems;let i = index\"\n [wmItemTemplate]=\"content\" [userComponentParams]=\"item\" partialContainer\n (click)=\"onRadioLabelClick($event, item.key)\" role=\"presentation\">\n <!-- Default item template -->\n <label *ngIf=\"!content\" class=\"app-radioset-label\"\n [ngClass]=\"{'disabled':disabled || readonly}\">\n <input [name]=\"'radioset_' + widgetId\" type=\"radio\" [attr.aria-checked]=\"item.selected\" [attr.data-attr-index]=\"i\"\n [value]=\"item.key\" [disabled]=\"disabled || readonly\" [tabindex]=\"tabindex\" [checked]=\"item.selected\"\n [attr.aria-label]=\"item.key\"/>\n <span class=\"caption\" [textContent]=\"item.label\"></span>\n </label>\n <!-- Custom partial template -->\n <label *ngIf=\"content\" class=\"app-radioset-label\"\n [ngClass]=\"{'disabled':disabled || readonly}\">\n <input [name]=\"'radioset_' + widgetId\" type=\"radio\" [attr.aria-checked]=\"item.selected\" [attr.data-attr-index]=\"i\"\n [value]=\"item.key\" [disabled]=\"disabled || readonly\" [tabindex]=\"tabindex\" [checked]=\"item.selected\"\n [attr.aria-label]=\"item.key\"/>\n <span class=\"caption customTemplate\" partial-container-target></span>\n </label>\n </li>\n</ng-template>\n\n<input [disabled]=\"disabled || readonly\" hidden class=\"model-holder\">\n<div *ngIf=\"readonly || disabled\" aria-readonly=\"true\" class=\"readonly-wrapper\"></div>\n\n<!-- This template will be displayed when groupby is specified. -->\n<ng-template #groupedListTemplate>\n <li *ngFor=\"let groupObj of groupedData\" class=\"app-list-item-group\">\n <ul class=\"item-group\">\n <li class=\"list-group-header\" (click)=\"handleHeaderClick($event)\" [title]=\"groupObj.key\" [ngClass]=\"{'collapsible-content': collapsible}\">\n <h4 class=\"group-title\">{{groupObj.key}}\n <div class=\"header-action\">\n <i class=\"app-icon wi action wi-chevron-up\" *ngIf=\"collapsible\" title=\"{{appLocale.LABEL_COLLAPSE}}/{{appLocale.LABEL_EXPAND}}\"></i>\n <span *ngIf=\"showcount\" class=\"label label-default\" [textContent]=\"groupObj.data.length\"></span>\n </div>\n </h4>\n </li>\n <li *ngFor=\"let item of groupObj.data; let i = index;\"\n [ngClass]=\"['radio', 'app-radio', 'group-list-item', itemclass, itemsPerRowClass]\"\n [class.active]=\"item.selected\"\n [wmItemTemplate]=\"content\" [userComponentParams]=\"item\" partialContainer\n (click)=\"onRadioLabelClick($event, item)\">\n <!-- Default item template -->\n <label *ngIf=\"!content\" class=\"app-radioset-label\"\n [ngClass]=\"{'disabled':disabled || readonly}\">\n <input [name]=\"'radioset_' + widgetId\" type=\"radio\" [attr.aria-checked]=\"item.selected\" [attr.data-attr-index]=\"i\"\n [value]=\"item.key\" [disabled]=\"disabled || readonly\" [tabindex]=\"tabindex\" [checked]=\"item.selected\"/>\n <span class=\"caption\" [textContent]=\"item.label\"></span>\n </label>\n <!-- Custom partial template -->\n <label *ngIf=\"content\" class=\"app-radioset-label\"\n [ngClass]=\"{'disabled':disabled || readonly}\">\n <input [name]=\"'radioset_' + widgetId\" type=\"radio\" [attr.aria-checked]=\"item.selected\" [attr.data-attr-index]=\"i\"\n [value]=\"item.key\" [disabled]=\"disabled || readonly\" [tabindex]=\"tabindex\" [checked]=\"item.selected\"/>\n <span class=\"caption customTemplate\" partial-container-target></span>\n </label>\n </li>\n </ul>\n </li>\n</ng-template>\n" }]
|
|
2071
|
-
}], ()
|
|
2072
|
-
type: Inject,
|
|
2073
|
-
args: ['EXPLICIT_CONTEXT']
|
|
2074
|
-
}, {
|
|
2075
|
-
type: Optional
|
|
2076
|
-
}] }], null); })();
|
|
2077
|
-
(() => { (typeof ngDevMode === "undefined" || ngDevMode) && i0.ɵsetClassDebugInfo(RadiosetComponent, { className: "RadiosetComponent", filePath: "radioset/radioset.component.ts", lineNumber: 25 }); })();
|
|
2031
|
+
}], function () { return [{ type: i0.Injector }]; }, null); })();
|
|
2078
2032
|
|
|
2079
2033
|
const selectProps = new Map([
|
|
2080
2034
|
['autofocus', PROP_BOOLEAN],
|
|
@@ -2110,53 +2064,47 @@ const registerProps$7 = () => {
|
|
|
2110
2064
|
};
|
|
2111
2065
|
|
|
2112
2066
|
const _c0$7 = ["select"];
|
|
2113
|
-
const _c1$6 = a0 => ["app-select form-control", a0];
|
|
2114
|
-
function SelectComponent_option_2_Template(rf, ctx) { if (rf & 1) {
|
|
2115
|
-
i0.ɵɵelement(0, "option", 4);
|
|
2116
|
-
} if (rf & 2) {
|
|
2117
|
-
const ctx_r1 = i0.ɵɵnextContext();
|
|
2118
|
-
i0.ɵɵproperty("textContent", ctx_r1.placeholder)("hidden", !ctx_r1.placeholder);
|
|
2119
|
-
} }
|
|
2120
2067
|
function SelectComponent_ng_container_3_optgroup_1_option_1_Template(rf, ctx) { if (rf & 1) {
|
|
2121
|
-
i0.ɵɵelement(0, "option",
|
|
2068
|
+
i0.ɵɵelement(0, "option", 7);
|
|
2122
2069
|
} if (rf & 2) {
|
|
2123
|
-
const
|
|
2124
|
-
i0.ɵɵproperty("value",
|
|
2070
|
+
const item_r6 = ctx.$implicit;
|
|
2071
|
+
i0.ɵɵproperty("value", item_r6.key)("selected", item_r6.selected)("textContent", item_r6.label);
|
|
2125
2072
|
} }
|
|
2126
2073
|
function SelectComponent_ng_container_3_optgroup_1_Template(rf, ctx) { if (rf & 1) {
|
|
2127
|
-
i0.ɵɵelementStart(0, "optgroup",
|
|
2128
|
-
i0.ɵɵtemplate(1, SelectComponent_ng_container_3_optgroup_1_option_1_Template, 1, 3, "option",
|
|
2074
|
+
i0.ɵɵelementStart(0, "optgroup", 5);
|
|
2075
|
+
i0.ɵɵtemplate(1, SelectComponent_ng_container_3_optgroup_1_option_1_Template, 1, 3, "option", 6);
|
|
2129
2076
|
i0.ɵɵelementEnd();
|
|
2130
2077
|
} if (rf & 2) {
|
|
2131
2078
|
const groupObj_r4 = ctx.$implicit;
|
|
2132
2079
|
i0.ɵɵproperty("label", groupObj_r4.key);
|
|
2133
|
-
i0.ɵɵadvance();
|
|
2080
|
+
i0.ɵɵadvance(1);
|
|
2134
2081
|
i0.ɵɵproperty("ngForOf", groupObj_r4.data);
|
|
2135
2082
|
} }
|
|
2136
2083
|
function SelectComponent_ng_container_3_Template(rf, ctx) { if (rf & 1) {
|
|
2137
2084
|
i0.ɵɵelementContainerStart(0);
|
|
2138
|
-
i0.ɵɵtemplate(1, SelectComponent_ng_container_3_optgroup_1_Template, 2, 2, "optgroup",
|
|
2085
|
+
i0.ɵɵtemplate(1, SelectComponent_ng_container_3_optgroup_1_Template, 2, 2, "optgroup", 4);
|
|
2139
2086
|
i0.ɵɵelementContainerEnd();
|
|
2140
2087
|
} if (rf & 2) {
|
|
2141
2088
|
const ctx_r1 = i0.ɵɵnextContext();
|
|
2142
|
-
i0.ɵɵadvance();
|
|
2089
|
+
i0.ɵɵadvance(1);
|
|
2143
2090
|
i0.ɵɵproperty("ngForOf", ctx_r1.groupedData);
|
|
2144
2091
|
} }
|
|
2145
2092
|
function SelectComponent_ng_container_4_option_1_Template(rf, ctx) { if (rf & 1) {
|
|
2146
|
-
i0.ɵɵelement(0, "option",
|
|
2093
|
+
i0.ɵɵelement(0, "option", 7);
|
|
2147
2094
|
} if (rf & 2) {
|
|
2148
|
-
const
|
|
2149
|
-
i0.ɵɵproperty("value",
|
|
2095
|
+
const item_r8 = ctx.$implicit;
|
|
2096
|
+
i0.ɵɵproperty("value", item_r8.key)("selected", item_r8.selected)("textContent", item_r8.label);
|
|
2150
2097
|
} }
|
|
2151
2098
|
function SelectComponent_ng_container_4_Template(rf, ctx) { if (rf & 1) {
|
|
2152
2099
|
i0.ɵɵelementContainerStart(0);
|
|
2153
|
-
i0.ɵɵtemplate(1, SelectComponent_ng_container_4_option_1_Template, 1, 3, "option",
|
|
2100
|
+
i0.ɵɵtemplate(1, SelectComponent_ng_container_4_option_1_Template, 1, 3, "option", 6);
|
|
2154
2101
|
i0.ɵɵelementContainerEnd();
|
|
2155
2102
|
} if (rf & 2) {
|
|
2156
|
-
const
|
|
2157
|
-
i0.ɵɵadvance();
|
|
2158
|
-
i0.ɵɵproperty("ngForOf",
|
|
2103
|
+
const ctx_r2 = i0.ɵɵnextContext();
|
|
2104
|
+
i0.ɵɵadvance(1);
|
|
2105
|
+
i0.ɵɵproperty("ngForOf", ctx_r2.datasetItems);
|
|
2159
2106
|
} }
|
|
2107
|
+
const _c1$6 = function (a1) { return ["app-select form-control", a1]; };
|
|
2160
2108
|
const WIDGET_CONFIG$7 = { widgetType: 'wm-select', hostClass: 'app-select-wrapper' };
|
|
2161
2109
|
class SelectComponent extends DatasetAwareFormComponent {
|
|
2162
2110
|
static { this.initializeProps = registerProps$7(); }
|
|
@@ -2165,17 +2113,14 @@ class SelectComponent extends DatasetAwareFormComponent {
|
|
|
2165
2113
|
this.datavalue = ds.execute(DataSource.Operation.GET_DEFAULT_LOCALE);
|
|
2166
2114
|
}
|
|
2167
2115
|
}
|
|
2168
|
-
constructor(inj, app
|
|
2169
|
-
super(inj, WIDGET_CONFIG$7
|
|
2116
|
+
constructor(inj, app) {
|
|
2117
|
+
super(inj, WIDGET_CONFIG$7);
|
|
2170
2118
|
this.app = app;
|
|
2171
2119
|
this.acceptsArray = true;
|
|
2172
2120
|
}
|
|
2173
2121
|
ngAfterViewInit() {
|
|
2174
2122
|
super.ngAfterViewInit();
|
|
2175
2123
|
styler(this.selectEl.nativeElement, this);
|
|
2176
|
-
setTimeout(() => {
|
|
2177
|
-
this.checkForFloatingLabel(null);
|
|
2178
|
-
}, 10);
|
|
2179
2124
|
}
|
|
2180
2125
|
// Change event is registered from the template, Prevent the framework from registering one more event
|
|
2181
2126
|
handleEvent(node, eventName, eventCallback, locals) {
|
|
@@ -2222,16 +2167,6 @@ class SelectComponent extends DatasetAwareFormComponent {
|
|
|
2222
2167
|
}
|
|
2223
2168
|
super.onPropertyChange(key, nv, ov);
|
|
2224
2169
|
}
|
|
2225
|
-
isSafariBrowser() {
|
|
2226
|
-
var reg = {
|
|
2227
|
-
MAC: /Mac/i,
|
|
2228
|
-
MACINTEL: /MacIntel/i
|
|
2229
|
-
};
|
|
2230
|
-
return reg.MAC.test(window.navigator.platform) || reg.MACINTEL.test(window.navigator.platform);
|
|
2231
|
-
}
|
|
2232
|
-
isIosPlatform() {
|
|
2233
|
-
return isIos() || this.isSafariBrowser();
|
|
2234
|
-
}
|
|
2235
2170
|
/**
|
|
2236
2171
|
* When caption floating is enabled and placeholder is given, do not show placeholder until user focuses on the field
|
|
2237
2172
|
* When focused add the placeholder to the option which is selected
|
|
@@ -2241,25 +2176,35 @@ class SelectComponent extends DatasetAwareFormComponent {
|
|
|
2241
2176
|
checkForFloatingLabel($event) {
|
|
2242
2177
|
const captionEl = $(this.selectEl.nativeElement).closest('.app-composite-widget.caption-floating');
|
|
2243
2178
|
if (captionEl.length > 0) {
|
|
2244
|
-
if (
|
|
2245
|
-
if (
|
|
2246
|
-
this.
|
|
2179
|
+
if ($event.type === 'focus' && (!this.datavalue || (this.datavalue && $(this.selectEl).find('select option:selected').text() === '' && this.placeholder))) {
|
|
2180
|
+
if (!(this.datavalue || this.placeholder)) {
|
|
2181
|
+
this.removePlaceholderOption();
|
|
2247
2182
|
}
|
|
2248
|
-
|
|
2183
|
+
else {
|
|
2249
2184
|
$(this.selectEl.nativeElement).find('option:first').text(this.placeholder);
|
|
2250
2185
|
}
|
|
2251
2186
|
}
|
|
2252
2187
|
else if (!this.datavalue) {
|
|
2253
|
-
|
|
2254
|
-
|
|
2255
|
-
if (!this.isIosPlatform()) {
|
|
2256
|
-
captionEl.removeClass('float-active');
|
|
2257
|
-
}
|
|
2258
|
-
}
|
|
2188
|
+
$(this.selectEl.nativeElement).find('option:selected').text('');
|
|
2189
|
+
captionEl.removeClass('float-active');
|
|
2259
2190
|
}
|
|
2260
2191
|
}
|
|
2192
|
+
else if (!(this.datavalue || this.placeholder)) {
|
|
2193
|
+
this.removePlaceholderOption();
|
|
2194
|
+
}
|
|
2195
|
+
}
|
|
2196
|
+
/*
|
|
2197
|
+
* Removing the placeholder option if no placeholder is provided.
|
|
2198
|
+
* In html we are hiding the placeholder option using css but in apple devices and safari option is showing.
|
|
2199
|
+
* */
|
|
2200
|
+
removePlaceholderOption() {
|
|
2201
|
+
const hiddenEle = $(this.selectEl.nativeElement).find('#placeholderOption');
|
|
2202
|
+
if (hiddenEle.length) {
|
|
2203
|
+
hiddenEle.remove();
|
|
2204
|
+
this.selectEl.nativeElement.value = '';
|
|
2205
|
+
}
|
|
2261
2206
|
}
|
|
2262
|
-
static { this.ɵfac = function SelectComponent_Factory(t) { return new (t || SelectComponent)(i0.ɵɵdirectiveInject(i0.Injector), i0.ɵɵdirectiveInject(i1$1.App)
|
|
2207
|
+
static { this.ɵfac = function SelectComponent_Factory(t) { return new (t || SelectComponent)(i0.ɵɵdirectiveInject(i0.Injector), i0.ɵɵdirectiveInject(i1$1.App)); }; }
|
|
2263
2208
|
static { this.ɵcmp = /*@__PURE__*/ i0.ɵɵdefineComponent({ type: SelectComponent, selectors: [["wm-select"]], viewQuery: function SelectComponent_Query(rf, ctx) { if (rf & 1) {
|
|
2264
2209
|
i0.ɵɵviewQuery(_c0$7, 7, ElementRef);
|
|
2265
2210
|
} if (rf & 2) {
|
|
@@ -2269,43 +2214,35 @@ class SelectComponent extends DatasetAwareFormComponent {
|
|
|
2269
2214
|
provideAs(SelectComponent, NG_VALUE_ACCESSOR, true),
|
|
2270
2215
|
provideAs(SelectComponent, NG_VALIDATORS, true),
|
|
2271
2216
|
provideAsWidgetRef(SelectComponent)
|
|
2272
|
-
]), i0.ɵɵInheritDefinitionFeature], decls: 5, vars:
|
|
2273
|
-
|
|
2274
|
-
i0.ɵɵ
|
|
2275
|
-
i0.ɵɵ
|
|
2276
|
-
i0.ɵɵ
|
|
2277
|
-
i0.ɵɵtemplate(
|
|
2217
|
+
]), i0.ɵɵInheritDefinitionFeature], decls: 5, vars: 16, consts: [["role", "listbox", "aria-haspopup", "true", "aria-expanded", "false", "focus-target", "", 3, "ngClass", "disabled", "required", "tabindex", "ngModel", "multiple", "autofocus", "ngModelChange", "change", "focus", "blur"], ["select", ""], ["selected", "", "value", "undefined", "id", "placeholderOption", 3, "textContent", "hidden"], [4, "ngIf"], [3, "label", 4, "ngFor", "ngForOf"], [3, "label"], ["role", "option", 3, "value", "selected", "textContent", 4, "ngFor", "ngForOf"], ["role", "option", 3, "value", "selected", "textContent"]], template: function SelectComponent_Template(rf, ctx) { if (rf & 1) {
|
|
2218
|
+
i0.ɵɵelementStart(0, "select", 0, 1);
|
|
2219
|
+
i0.ɵɵlistener("ngModelChange", function SelectComponent_Template_select_ngModelChange_0_listener($event) { return ctx.modelByKey = $event; })("change", function SelectComponent_Template_select_change_0_listener($event) { return ctx.onSelectValueChange($event); })("focus", function SelectComponent_Template_select_focus_0_listener($event) { return ctx.checkForFloatingLabel($event); })("blur", function SelectComponent_Template_select_blur_0_listener($event) { ctx.invokeOnTouched($event); return ctx.checkForFloatingLabel($event); });
|
|
2220
|
+
i0.ɵɵelement(2, "option", 2);
|
|
2221
|
+
i0.ɵɵtemplate(3, SelectComponent_ng_container_3_Template, 2, 1, "ng-container", 3);
|
|
2222
|
+
i0.ɵɵtemplate(4, SelectComponent_ng_container_4_Template, 2, 1, "ng-container", 3);
|
|
2278
2223
|
i0.ɵɵelementEnd();
|
|
2279
2224
|
} if (rf & 2) {
|
|
2280
|
-
i0.ɵɵproperty("ngClass", i0.ɵɵpureFunction1(
|
|
2281
|
-
i0.ɵɵtwoWayProperty("ngModel", ctx.modelByKey);
|
|
2282
|
-
i0.ɵɵproperty("multiple", ctx.multiple)("autofocus", ctx.autofocus);
|
|
2225
|
+
i0.ɵɵproperty("ngClass", i0.ɵɵpureFunction1(14, _c1$6, ctx.class))("disabled", ctx.disabled)("required", ctx.required)("tabindex", ctx.tabindex)("ngModel", ctx.modelByKey)("multiple", ctx.multiple)("autofocus", ctx.autofocus);
|
|
2283
2226
|
i0.ɵɵattribute("name", ctx.name)("aria-label", ctx.hint)("aria-multiselectable", ctx.multiple);
|
|
2284
2227
|
i0.ɵɵadvance(2);
|
|
2285
|
-
i0.ɵɵproperty("
|
|
2286
|
-
i0.ɵɵadvance();
|
|
2228
|
+
i0.ɵɵproperty("textContent", ctx.placeholder)("hidden", !ctx.placeholder);
|
|
2229
|
+
i0.ɵɵadvance(1);
|
|
2287
2230
|
i0.ɵɵproperty("ngIf", ctx.groupby);
|
|
2288
|
-
i0.ɵɵadvance();
|
|
2231
|
+
i0.ɵɵadvance(1);
|
|
2289
2232
|
i0.ɵɵproperty("ngIf", !ctx.groupby);
|
|
2290
2233
|
} }, dependencies: [i1.NgClass, i1.NgForOf, i1.NgIf, i2$1.NgSelectOption, i2$1.ɵNgSelectMultipleOption, i2$1.SelectMultipleControlValueAccessor, i2$1.NgControlStatus, i2$1.RequiredValidator, i2$1.NgModel, i2.TextContentDirective], encapsulation: 2 }); }
|
|
2291
2234
|
}
|
|
2292
|
-
(()
|
|
2235
|
+
(function () { (typeof ngDevMode === "undefined" || ngDevMode) && i0.ɵsetClassMetadata(SelectComponent, [{
|
|
2293
2236
|
type: Component,
|
|
2294
2237
|
args: [{ selector: 'wm-select', providers: [
|
|
2295
2238
|
provideAs(SelectComponent, NG_VALUE_ACCESSOR, true),
|
|
2296
2239
|
provideAs(SelectComponent, NG_VALIDATORS, true),
|
|
2297
2240
|
provideAsWidgetRef(SelectComponent)
|
|
2298
|
-
], template: "<select role=\"listbox\" aria-haspopup=\"true\" aria-expanded=\"false\" #select\n focus-target\n [ngClass]=\"['app-select form-control', class]\"\n [disabled]=\"disabled\"\n [required]=\"required\"\n [tabindex]=\"tabindex\"\n [(ngModel)]=\"modelByKey\"\n [multiple]=\"multiple\"\n (change)=\"onSelectValueChange($event)\"\n (focus)=\"checkForFloatingLabel($event)\"\n (blur)=\"invokeOnTouched($event); checkForFloatingLabel($event)\"\n [attr.name]=\"name\"\n [attr.aria-label]=\"hint\"\n [attr.aria-multiselectable]=\"multiple\"\n [autofocus]=\"autofocus\"\n
|
|
2299
|
-
}], ()
|
|
2300
|
-
type: Inject,
|
|
2301
|
-
args: ['EXPLICIT_CONTEXT']
|
|
2302
|
-
}, {
|
|
2303
|
-
type: Optional
|
|
2304
|
-
}] }], { selectEl: [{
|
|
2241
|
+
], template: "<select role=\"listbox\" aria-haspopup=\"true\" aria-expanded=\"false\" #select\n focus-target\n [ngClass]=\"['app-select form-control', class]\"\n [disabled]=\"disabled\"\n [required]=\"required\"\n [tabindex]=\"tabindex\"\n [(ngModel)]=\"modelByKey\"\n [multiple]=\"multiple\"\n (change)=\"onSelectValueChange($event)\"\n (focus)=\"checkForFloatingLabel($event)\"\n (blur)=\"invokeOnTouched($event); checkForFloatingLabel($event)\"\n [attr.name]=\"name\"\n [attr.aria-label]=\"hint\"\n [attr.aria-multiselectable]=\"multiple\"\n [autofocus]=\"autofocus\">\n\n <option selected\n value=\"undefined\"\n [textContent]=\"placeholder\"\n id=\"placeholderOption\"\n [hidden]=\"!placeholder\"></option>\n\n <ng-container *ngIf=\"groupby\">\n <optgroup *ngFor=\"let groupObj of groupedData\"\n [label]=\"groupObj.key\">\n <option *ngFor=\"let item of groupObj.data;\"\n [value]=\"item.key\"\n [selected]=\"item.selected\"\n [textContent]=\"item.label\"\n role=\"option\"></option>\n </optgroup>\n </ng-container>\n\n <ng-container *ngIf=\"!groupby\">\n <option *ngFor=\"let item of datasetItems\"\n [value]=\"item.key\"\n [selected]=\"item.selected\"\n [textContent]=\"item.label\"\n role=\"option\"></option>\n </ng-container>\n</select>\n" }]
|
|
2242
|
+
}], function () { return [{ type: i0.Injector }, { type: i1$1.App }]; }, { selectEl: [{
|
|
2305
2243
|
type: ViewChild,
|
|
2306
2244
|
args: ['select', { static: true, read: ElementRef }]
|
|
2307
2245
|
}] }); })();
|
|
2308
|
-
(() => { (typeof ngDevMode === "undefined" || ngDevMode) && i0.ɵsetClassDebugInfo(SelectComponent, { className: "SelectComponent", filePath: "select/select.component.ts", lineNumber: 23 }); })();
|
|
2309
2246
|
|
|
2310
2247
|
const switchProps = new Map([
|
|
2311
2248
|
['class', PROP_STRING],
|
|
@@ -2332,43 +2269,43 @@ const registerProps$6 = () => {
|
|
|
2332
2269
|
};
|
|
2333
2270
|
|
|
2334
2271
|
const _c0$6 = ["wmSwitch", ""];
|
|
2335
|
-
const _c1$5 = (
|
|
2336
|
-
const _c2$1 = a0 => ["app-icon", a0];
|
|
2272
|
+
const _c1$5 = function (a1) { return ["app-icon", a1]; };
|
|
2337
2273
|
function SwitchComponent_a_1_i_1_Template(rf, ctx) { if (rf & 1) {
|
|
2338
2274
|
i0.ɵɵelement(0, "i", 8);
|
|
2339
2275
|
} if (rf & 2) {
|
|
2340
|
-
const
|
|
2276
|
+
const opt_r2 = i0.ɵɵnextContext().$implicit;
|
|
2341
2277
|
const ctx_r4 = i0.ɵɵnextContext();
|
|
2342
|
-
i0.ɵɵproperty("ngClass", i0.ɵɵpureFunction1(1,
|
|
2278
|
+
i0.ɵɵproperty("ngClass", i0.ɵɵpureFunction1(1, _c1$5, opt_r2.dataObject[ctx_r4.iconclass] || opt_r2["icon"]));
|
|
2343
2279
|
} }
|
|
2280
|
+
const _c2$1 = function (a0, a1) { return { "selected": a0, "disabled": a1 }; };
|
|
2344
2281
|
function SwitchComponent_a_1_Template(rf, ctx) { if (rf & 1) {
|
|
2345
|
-
const
|
|
2282
|
+
const _r7 = i0.ɵɵgetCurrentView();
|
|
2346
2283
|
i0.ɵɵelementStart(0, "a", 5);
|
|
2347
|
-
i0.ɵɵlistener("click", function SwitchComponent_a_1_Template_a_click_0_listener($event) { const
|
|
2284
|
+
i0.ɵɵlistener("click", function SwitchComponent_a_1_Template_a_click_0_listener($event) { const restoredCtx = i0.ɵɵrestoreView(_r7); const $index_r3 = restoredCtx.index; const opt_r2 = restoredCtx.$implicit; const ctx_r6 = i0.ɵɵnextContext(); return i0.ɵɵresetView(ctx_r6.selectOpt($event, $index_r3, opt_r2)); });
|
|
2348
2285
|
i0.ɵɵtemplate(1, SwitchComponent_a_1_i_1_Template, 1, 3, "i", 6);
|
|
2349
2286
|
i0.ɵɵelement(2, "span", 7);
|
|
2350
2287
|
i0.ɵɵelementEnd();
|
|
2351
2288
|
} if (rf & 2) {
|
|
2352
|
-
const
|
|
2353
|
-
const
|
|
2354
|
-
i0.ɵɵproperty("name", "wm-switch-" +
|
|
2355
|
-
i0.ɵɵadvance();
|
|
2356
|
-
i0.ɵɵproperty("ngIf",
|
|
2357
|
-
i0.ɵɵadvance();
|
|
2358
|
-
i0.ɵɵproperty("textContent",
|
|
2289
|
+
const opt_r2 = ctx.$implicit;
|
|
2290
|
+
const ctx_r0 = i0.ɵɵnextContext();
|
|
2291
|
+
i0.ɵɵproperty("name", "wm-switch-" + opt_r2.key)("ngClass", i0.ɵɵpureFunction2(4, _c2$1, opt_r2.selected, ctx_r0.disabled));
|
|
2292
|
+
i0.ɵɵadvance(1);
|
|
2293
|
+
i0.ɵɵproperty("ngIf", opt_r2.dataObject && opt_r2.dataObject[ctx_r0.iconclass]);
|
|
2294
|
+
i0.ɵɵadvance(1);
|
|
2295
|
+
i0.ɵɵproperty("textContent", opt_r2[ctx_r0.displayfield] || opt_r2.label);
|
|
2359
2296
|
} }
|
|
2360
2297
|
function SwitchComponent_i_3_Template(rf, ctx) { if (rf & 1) {
|
|
2361
2298
|
i0.ɵɵelement(0, "i");
|
|
2362
2299
|
} if (rf & 2) {
|
|
2363
|
-
const
|
|
2364
|
-
i0.ɵɵclassMapInterpolate1("app-icon ",
|
|
2300
|
+
const ctx_r1 = i0.ɵɵnextContext();
|
|
2301
|
+
i0.ɵɵclassMapInterpolate1("app-icon ", ctx_r1.selectedItem && ctx_r1.selectedItem.dataObject && ctx_r1.selectedItem.dataObject[ctx_r1.iconclass], "");
|
|
2365
2302
|
} }
|
|
2366
2303
|
const DEFAULT_CLS = 'app-switch';
|
|
2367
2304
|
const WIDGET_CONFIG$6 = { widgetType: 'wm-switch', hostClass: DEFAULT_CLS };
|
|
2368
2305
|
class SwitchComponent extends DatasetAwareFormComponent {
|
|
2369
2306
|
static { this.initializeProps = registerProps$6(); }
|
|
2370
|
-
constructor(inj
|
|
2371
|
-
super(inj, WIDGET_CONFIG$6
|
|
2307
|
+
constructor(inj) {
|
|
2308
|
+
super(inj, WIDGET_CONFIG$6);
|
|
2372
2309
|
this.options = [];
|
|
2373
2310
|
this._debounceSetSelectedValue = debounce((val) => {
|
|
2374
2311
|
this.setSelectedValue();
|
|
@@ -2471,11 +2408,11 @@ class SwitchComponent extends DatasetAwareFormComponent {
|
|
|
2471
2408
|
super.onPropertyChange(key, nv, ov);
|
|
2472
2409
|
}
|
|
2473
2410
|
}
|
|
2474
|
-
static { this.ɵfac = function SwitchComponent_Factory(t) { return new (t || SwitchComponent)(i0.ɵɵdirectiveInject(i0.Injector)
|
|
2411
|
+
static { this.ɵfac = function SwitchComponent_Factory(t) { return new (t || SwitchComponent)(i0.ɵɵdirectiveInject(i0.Injector)); }; }
|
|
2475
2412
|
static { this.ɵcmp = /*@__PURE__*/ i0.ɵɵdefineComponent({ type: SwitchComponent, selectors: [["", "wmSwitch", ""]], exportAs: ["wmSwitch"], features: [i0.ɵɵProvidersFeature([
|
|
2476
2413
|
provideAs(SwitchComponent, NG_VALUE_ACCESSOR, true),
|
|
2477
2414
|
provideAsWidgetRef(SwitchComponent)
|
|
2478
|
-
]), i0.ɵɵInheritDefinitionFeature], attrs: _c0$6, decls: 6, vars: 8, consts: [["role", "group", 1, "btn-group", "btn-group-justified"], ["focus-target", "", "href", "javascript:void(0);", "class", "btn btn-default", 3, "name", "ngClass", "click", 4, "ngFor", "ngForOf"], [1, "btn", "btn-primary", "app-switch-overlay", "switch-handle", 3, "title"], [3, "class", 4, "ngIf"], ["aria-hidden", "true", 1, "model-holder", "ng-hide", 3, "name", "disabled", "value", "required"], ["focus-target", "", "href", "javascript:void(0);", 1, "btn", "btn-default", 3, "
|
|
2415
|
+
]), i0.ɵɵInheritDefinitionFeature], attrs: _c0$6, decls: 6, vars: 8, consts: [["role", "group", 1, "btn-group", "btn-group-justified"], ["focus-target", "", "href", "javascript:void(0);", "class", "btn btn-default", 3, "name", "ngClass", "click", 4, "ngFor", "ngForOf"], [1, "btn", "btn-primary", "app-switch-overlay", "switch-handle", 3, "title"], [3, "class", 4, "ngIf"], ["aria-hidden", "true", 1, "model-holder", "ng-hide", 3, "name", "disabled", "value", "required"], ["focus-target", "", "href", "javascript:void(0);", 1, "btn", "btn-default", 3, "name", "ngClass", "click"], ["aria-hidden", "true", 3, "ngClass", 4, "ngIf"], [1, "caption", 3, "textContent"], ["aria-hidden", "true", 3, "ngClass"]], template: function SwitchComponent_Template(rf, ctx) { if (rf & 1) {
|
|
2479
2416
|
i0.ɵɵelementStart(0, "div", 0);
|
|
2480
2417
|
i0.ɵɵtemplate(1, SwitchComponent_a_1_Template, 3, 7, "a", 1);
|
|
2481
2418
|
i0.ɵɵelementEnd();
|
|
@@ -2485,31 +2422,25 @@ class SwitchComponent extends DatasetAwareFormComponent {
|
|
|
2485
2422
|
i0.ɵɵelementEnd();
|
|
2486
2423
|
i0.ɵɵelement(5, "input", 4);
|
|
2487
2424
|
} if (rf & 2) {
|
|
2488
|
-
i0.ɵɵadvance();
|
|
2425
|
+
i0.ɵɵadvance(1);
|
|
2489
2426
|
i0.ɵɵproperty("ngForOf", ctx.datasetItems);
|
|
2490
|
-
i0.ɵɵadvance();
|
|
2427
|
+
i0.ɵɵadvance(1);
|
|
2491
2428
|
i0.ɵɵproperty("title", ctx.selectedItem ? ctx.selectedItem.label : ctx.modelByKey);
|
|
2492
|
-
i0.ɵɵadvance();
|
|
2429
|
+
i0.ɵɵadvance(1);
|
|
2493
2430
|
i0.ɵɵproperty("ngIf", ctx.iconclass);
|
|
2494
|
-
i0.ɵɵadvance();
|
|
2431
|
+
i0.ɵɵadvance(1);
|
|
2495
2432
|
i0.ɵɵtextInterpolate1(" ", ctx.selectedItem ? ctx.selectedItem.label : ctx.modelByKey, "\n");
|
|
2496
|
-
i0.ɵɵadvance();
|
|
2433
|
+
i0.ɵɵadvance(1);
|
|
2497
2434
|
i0.ɵɵproperty("name", ctx.name)("disabled", ctx.disabled)("value", ctx.modelByKey)("required", ctx.required);
|
|
2498
2435
|
} }, dependencies: [i1.NgClass, i1.NgForOf, i1.NgIf, i2.TextContentDirective], encapsulation: 2 }); }
|
|
2499
2436
|
}
|
|
2500
|
-
(()
|
|
2437
|
+
(function () { (typeof ngDevMode === "undefined" || ngDevMode) && i0.ɵsetClassMetadata(SwitchComponent, [{
|
|
2501
2438
|
type: Component,
|
|
2502
2439
|
args: [{ selector: '[wmSwitch]', providers: [
|
|
2503
2440
|
provideAs(SwitchComponent, NG_VALUE_ACCESSOR, true),
|
|
2504
2441
|
provideAsWidgetRef(SwitchComponent)
|
|
2505
2442
|
], exportAs: 'wmSwitch', template: "<div role=\"group\" class=\"btn-group btn-group-justified\">\n <a *ngFor=\"let opt of datasetItems; let $index = index;\"\n focus-target\n href=\"javascript:void(0);\"\n class=\"btn btn-default\"\n [name]=\"'wm-switch-' + opt.key\"\n [ngClass]=\"{'selected': opt.selected, 'disabled': disabled}\"\n (click)=\"selectOpt($event, $index, opt)\"\n >\n <i *ngIf=\"opt.dataObject && opt.dataObject[iconclass]\" aria-hidden=\"true\" [ngClass]=\"['app-icon', opt.dataObject[iconclass] || opt['icon']]\"></i>\n <span class=\"caption\" [textContent]=\"opt[displayfield] || opt.label\"></span>\n </a>\n</div>\n<span [title]=\"selectedItem ? selectedItem.label : modelByKey\"\n class=\"btn btn-primary app-switch-overlay switch-handle\">\n <i *ngIf=\"iconclass\"\n class=\"app-icon {{(selectedItem && selectedItem.dataObject) && selectedItem.dataObject[iconclass]}}\"></i>\n {{selectedItem ? selectedItem.label : modelByKey}}\n</span>\n<input [name]=\"name\" class=\"model-holder ng-hide\" [disabled]=\"disabled\" [value]=\"modelByKey\" [required]=\"required\" aria-hidden=\"true\">\n" }]
|
|
2506
|
-
}], ()
|
|
2507
|
-
type: Inject,
|
|
2508
|
-
args: ['EXPLICIT_CONTEXT']
|
|
2509
|
-
}, {
|
|
2510
|
-
type: Optional
|
|
2511
|
-
}] }], null); })();
|
|
2512
|
-
(() => { (typeof ngDevMode === "undefined" || ngDevMode) && i0.ɵsetClassDebugInfo(SwitchComponent, { className: "SwitchComponent", filePath: "switch/switch.component.ts", lineNumber: 24 }); })();
|
|
2443
|
+
}], function () { return [{ type: i0.Injector }]; }, null); })();
|
|
2513
2444
|
|
|
2514
2445
|
const inputCalendarTypeProps = new Map([
|
|
2515
2446
|
['autocomplete', { value: true, ...PROP_BOOLEAN }],
|
|
@@ -2547,10 +2478,10 @@ const WIDGET_CONFIG$5 = {
|
|
|
2547
2478
|
};
|
|
2548
2479
|
class InputCalendarComponent extends BaseInput {
|
|
2549
2480
|
static { this.initializeProps = registerProps$5(); }
|
|
2550
|
-
constructor(inj
|
|
2551
|
-
super(inj, WIDGET_CONFIG$5
|
|
2481
|
+
constructor(inj) {
|
|
2482
|
+
super(inj, WIDGET_CONFIG$5);
|
|
2552
2483
|
}
|
|
2553
|
-
static { this.ɵfac = function InputCalendarComponent_Factory(t) { return new (t || InputCalendarComponent)(i0.ɵɵdirectiveInject(i0.Injector)
|
|
2484
|
+
static { this.ɵfac = function InputCalendarComponent_Factory(t) { return new (t || InputCalendarComponent)(i0.ɵɵdirectiveInject(i0.Injector)); }; }
|
|
2554
2485
|
static { this.ɵcmp = /*@__PURE__*/ i0.ɵɵdefineComponent({ type: InputCalendarComponent, selectors: [["wm-input", "type", "date"], ["wm-input", "type", "datetime-local"], ["wm-input", "type", "month"], ["wm-input", "type", "time"], ["wm-input", "type", "week"]], viewQuery: function InputCalendarComponent_Query(rf, ctx) { if (rf & 1) {
|
|
2555
2486
|
i0.ɵɵviewQuery(_c0$5, 7);
|
|
2556
2487
|
i0.ɵɵviewQuery(NgModel, 5);
|
|
@@ -2562,39 +2493,29 @@ class InputCalendarComponent extends BaseInput {
|
|
|
2562
2493
|
provideAs(InputCalendarComponent, NG_VALUE_ACCESSOR, true),
|
|
2563
2494
|
provideAs(InputCalendarComponent, NG_VALIDATORS, true),
|
|
2564
2495
|
provideAsWidgetRef(InputCalendarComponent)
|
|
2565
|
-
]), i0.ɵɵInheritDefinitionFeature], attrs: _c1$4, decls: 2, vars: 17, consts: [["
|
|
2566
|
-
|
|
2567
|
-
i0.ɵɵ
|
|
2568
|
-
i0.ɵɵtwoWayListener("ngModelChange", function InputCalendarComponent_Template_input_ngModelChange_0_listener($event) { i0.ɵɵrestoreView(_r1); i0.ɵɵtwoWayBindingSet(ctx.datavalue, $event) || (ctx.datavalue = $event); return i0.ɵɵresetView($event); });
|
|
2569
|
-
i0.ɵɵlistener("blur", function InputCalendarComponent_Template_input_blur_0_listener($event) { i0.ɵɵrestoreView(_r1); return i0.ɵɵresetView(ctx.handleBlur($event)); })("ngModelChange", function InputCalendarComponent_Template_input_ngModelChange_0_listener($event) { i0.ɵɵrestoreView(_r1); return i0.ɵɵresetView(ctx.handleChange($event)); });
|
|
2496
|
+
]), i0.ɵɵInheritDefinitionFeature], attrs: _c1$4, decls: 2, vars: 17, consts: [["focus-target", "", "role", "textbox", 1, "form-control", "app-textbox", 3, "type", "ngModel", "readonly", "required", "disabled", "min", "max", "step", "autofocus", "autocomplete", "ngClass", "ngStyle", "ngModelChange", "blur"], ["input", ""]], template: function InputCalendarComponent_Template(rf, ctx) { if (rf & 1) {
|
|
2497
|
+
i0.ɵɵelementStart(0, "input", 0, 1);
|
|
2498
|
+
i0.ɵɵlistener("ngModelChange", function InputCalendarComponent_Template_input_ngModelChange_0_listener($event) { return ctx.datavalue = $event; })("blur", function InputCalendarComponent_Template_input_blur_0_listener($event) { return ctx.handleBlur($event); })("ngModelChange", function InputCalendarComponent_Template_input_ngModelChange_0_listener($event) { return ctx.handleChange($event); });
|
|
2570
2499
|
i0.ɵɵelementEnd();
|
|
2571
2500
|
} if (rf & 2) {
|
|
2572
|
-
i0.ɵɵproperty("type", ctx.type);
|
|
2573
|
-
i0.ɵɵtwoWayProperty("ngModel", ctx.datavalue);
|
|
2574
|
-
i0.ɵɵproperty("readonly", ctx.readonly)("required", ctx.required)("disabled", ctx.disabled)("min", ctx.minvalue)("max", ctx.maxvalue)("step", ctx.step)("autofocus", ctx.autofocus)("autocomplete", ctx.autocomplete ? "on" : "off")("ngClass", ctx.conditionalclass)("ngStyle", ctx.conditionalstyle);
|
|
2501
|
+
i0.ɵɵproperty("type", ctx.type)("ngModel", ctx.datavalue)("readonly", ctx.readonly)("required", ctx.required)("disabled", ctx.disabled)("min", ctx.minvalue)("max", ctx.maxvalue)("step", ctx.step)("autofocus", ctx.autofocus)("autocomplete", ctx.autocomplete ? "on" : "off")("ngClass", ctx.conditionalclass)("ngStyle", ctx.conditionalstyle);
|
|
2575
2502
|
i0.ɵɵattribute("name", ctx.name)("tabindex", ctx.tabindex)("placeholder", ctx.placeholder)("accesskey", ctx.shortcutkey)("aria-label", ctx.hint || ctx.type + " field");
|
|
2576
2503
|
} }, dependencies: [i1.NgClass, i1.NgStyle, i2$1.DefaultValueAccessor, i2$1.NgControlStatus, i2$1.RequiredValidator, i2$1.NgModel], encapsulation: 2 }); }
|
|
2577
2504
|
}
|
|
2578
|
-
(()
|
|
2505
|
+
(function () { (typeof ngDevMode === "undefined" || ngDevMode) && i0.ɵsetClassMetadata(InputCalendarComponent, [{
|
|
2579
2506
|
type: Component,
|
|
2580
2507
|
args: [{ selector: 'wm-input[type="date"], wm-input[type="datetime-local"], wm-input[type="month"], wm-input[type="time"], wm-input[type="week"]', providers: [
|
|
2581
2508
|
provideAs(InputCalendarComponent, NG_VALUE_ACCESSOR, true),
|
|
2582
2509
|
provideAs(InputCalendarComponent, NG_VALIDATORS, true),
|
|
2583
2510
|
provideAsWidgetRef(InputCalendarComponent)
|
|
2584
2511
|
], template: "<input class=\"form-control app-textbox\"\n focus-target\n role=\"textbox\"\n [type]=\"type\"\n [attr.name]=\"name\"\n [(ngModel)]=\"datavalue\"\n [readonly]=\"readonly\"\n [required]=\"required\"\n [disabled]=\"disabled\"\n [min]=\"minvalue\"\n [max]=\"maxvalue\"\n [step]=\"step\"\n [attr.tabindex]=\"tabindex\"\n [attr.placeholder]=\"placeholder\"\n [attr.accesskey]=\"shortcutkey\"\n [attr.aria-label]=\"hint || type + ' field'\"\n [autofocus]=\"autofocus\"\n (blur)=\"handleBlur($event)\"\n (ngModelChange)=\"handleChange($event)\"\n [autocomplete]=\"autocomplete ? 'on' : 'off'\"\n [ngClass]=\"conditionalclass\"\n [ngStyle]=\"conditionalstyle\"\n #input>\n" }]
|
|
2585
|
-
}], ()
|
|
2586
|
-
type: Inject,
|
|
2587
|
-
args: ['EXPLICIT_CONTEXT']
|
|
2588
|
-
}, {
|
|
2589
|
-
type: Optional
|
|
2590
|
-
}] }], { inputEl: [{
|
|
2512
|
+
}], function () { return [{ type: i0.Injector }]; }, { inputEl: [{
|
|
2591
2513
|
type: ViewChild,
|
|
2592
2514
|
args: ['input', { static: true }]
|
|
2593
2515
|
}], ngModel: [{
|
|
2594
2516
|
type: ViewChild,
|
|
2595
2517
|
args: [NgModel]
|
|
2596
2518
|
}] }); })();
|
|
2597
|
-
(() => { (typeof ngDevMode === "undefined" || ngDevMode) && i0.ɵsetClassDebugInfo(InputCalendarComponent, { className: "InputCalendarComponent", filePath: "text/calendar/input-calendar.component.ts", lineNumber: 22 }); })();
|
|
2598
2519
|
|
|
2599
2520
|
const inputColorTypeProps = new Map([
|
|
2600
2521
|
['autocomplete', { value: true, ...PROP_BOOLEAN }],
|
|
@@ -2629,10 +2550,10 @@ const WIDGET_CONFIG$4 = {
|
|
|
2629
2550
|
};
|
|
2630
2551
|
class InputColorComponent extends BaseInput {
|
|
2631
2552
|
static { this.initializeProps = registerProps$4(); }
|
|
2632
|
-
constructor(inj
|
|
2633
|
-
super(inj, WIDGET_CONFIG$4
|
|
2553
|
+
constructor(inj) {
|
|
2554
|
+
super(inj, WIDGET_CONFIG$4);
|
|
2634
2555
|
}
|
|
2635
|
-
static { this.ɵfac = function InputColorComponent_Factory(t) { return new (t || InputColorComponent)(i0.ɵɵdirectiveInject(i0.Injector)
|
|
2556
|
+
static { this.ɵfac = function InputColorComponent_Factory(t) { return new (t || InputColorComponent)(i0.ɵɵdirectiveInject(i0.Injector)); }; }
|
|
2636
2557
|
static { this.ɵcmp = /*@__PURE__*/ i0.ɵɵdefineComponent({ type: InputColorComponent, selectors: [["wm-input", "type", "color"]], viewQuery: function InputColorComponent_Query(rf, ctx) { if (rf & 1) {
|
|
2637
2558
|
i0.ɵɵviewQuery(_c0$4, 7);
|
|
2638
2559
|
i0.ɵɵviewQuery(NgModel, 5);
|
|
@@ -2644,39 +2565,29 @@ class InputColorComponent extends BaseInput {
|
|
|
2644
2565
|
provideAs(InputColorComponent, NG_VALUE_ACCESSOR, true),
|
|
2645
2566
|
provideAs(InputColorComponent, NG_VALIDATORS, true),
|
|
2646
2567
|
provideAsWidgetRef(InputColorComponent)
|
|
2647
|
-
]), i0.ɵɵInheritDefinitionFeature], attrs: _c1$3, decls: 2, vars: 14, consts: [["
|
|
2648
|
-
|
|
2649
|
-
i0.ɵɵ
|
|
2650
|
-
i0.ɵɵtwoWayListener("ngModelChange", function InputColorComponent_Template_input_ngModelChange_0_listener($event) { i0.ɵɵrestoreView(_r1); i0.ɵɵtwoWayBindingSet(ctx.datavalue, $event) || (ctx.datavalue = $event); return i0.ɵɵresetView($event); });
|
|
2651
|
-
i0.ɵɵlistener("blur", function InputColorComponent_Template_input_blur_0_listener($event) { i0.ɵɵrestoreView(_r1); return i0.ɵɵresetView(ctx.handleBlur($event)); })("ngModelChange", function InputColorComponent_Template_input_ngModelChange_0_listener($event) { i0.ɵɵrestoreView(_r1); return i0.ɵɵresetView(ctx.handleChange($event)); });
|
|
2568
|
+
]), i0.ɵɵInheritDefinitionFeature], attrs: _c1$3, decls: 2, vars: 14, consts: [["focus-target", "", "role", "textbox", 1, "form-control", "app-textbox", 3, "type", "ngModel", "readonly", "required", "disabled", "maxlength", "autofocus", "ngClass", "ngStyle", "ngModelChange", "blur"], ["input", ""]], template: function InputColorComponent_Template(rf, ctx) { if (rf & 1) {
|
|
2569
|
+
i0.ɵɵelementStart(0, "input", 0, 1);
|
|
2570
|
+
i0.ɵɵlistener("ngModelChange", function InputColorComponent_Template_input_ngModelChange_0_listener($event) { return ctx.datavalue = $event; })("blur", function InputColorComponent_Template_input_blur_0_listener($event) { return ctx.handleBlur($event); })("ngModelChange", function InputColorComponent_Template_input_ngModelChange_0_listener($event) { return ctx.handleChange($event); });
|
|
2652
2571
|
i0.ɵɵelementEnd();
|
|
2653
2572
|
} if (rf & 2) {
|
|
2654
|
-
i0.ɵɵproperty("type", ctx.type);
|
|
2655
|
-
i0.ɵɵtwoWayProperty("ngModel", ctx.datavalue);
|
|
2656
|
-
i0.ɵɵproperty("readonly", ctx.readonly)("required", ctx.required)("disabled", ctx.disabled)("maxlength", ctx.maxchars)("autofocus", ctx.autofocus)("ngClass", ctx.conditionalclass)("ngStyle", ctx.conditionalstyle);
|
|
2573
|
+
i0.ɵɵproperty("type", ctx.type)("ngModel", ctx.datavalue)("readonly", ctx.readonly)("required", ctx.required)("disabled", ctx.disabled)("maxlength", ctx.maxchars)("autofocus", ctx.autofocus)("ngClass", ctx.conditionalclass)("ngStyle", ctx.conditionalstyle);
|
|
2657
2574
|
i0.ɵɵattribute("name", ctx.name)("tabindex", ctx.tabindex)("placeholder", ctx.placeholder)("accesskey", ctx.shortcutkey)("aria-label", ctx.hint);
|
|
2658
2575
|
} }, dependencies: [i1.NgClass, i1.NgStyle, i2$1.DefaultValueAccessor, i2$1.NgControlStatus, i2$1.RequiredValidator, i2$1.MaxLengthValidator, i2$1.NgModel], encapsulation: 2 }); }
|
|
2659
2576
|
}
|
|
2660
|
-
(()
|
|
2577
|
+
(function () { (typeof ngDevMode === "undefined" || ngDevMode) && i0.ɵsetClassMetadata(InputColorComponent, [{
|
|
2661
2578
|
type: Component,
|
|
2662
2579
|
args: [{ selector: 'wm-input[type="color"]', providers: [
|
|
2663
2580
|
provideAs(InputColorComponent, NG_VALUE_ACCESSOR, true),
|
|
2664
2581
|
provideAs(InputColorComponent, NG_VALIDATORS, true),
|
|
2665
2582
|
provideAsWidgetRef(InputColorComponent)
|
|
2666
2583
|
], template: "<input class=\"form-control app-textbox\"\n focus-target\n [type]=\"type\"\n role=\"textbox\"\n [attr.name]=\"name\"\n [(ngModel)]=\"datavalue\"\n [readonly]=\"readonly\"\n [required]=\"required\"\n [disabled]=\"disabled\"\n [maxlength]=\"maxchars\"\n [attr.tabindex]=\"tabindex\"\n [attr.placeholder]=\"placeholder\"\n [attr.accesskey]=\"shortcutkey\"\n [attr.aria-label]=\"hint\"\n [autofocus]=\"autofocus\"\n [ngClass]=\"conditionalclass\"\n [ngStyle]=\"conditionalstyle\"\n (blur)=\"handleBlur($event)\"\n (ngModelChange)=\"handleChange($event)\"\n #input>\n" }]
|
|
2667
|
-
}], ()
|
|
2668
|
-
type: Inject,
|
|
2669
|
-
args: ['EXPLICIT_CONTEXT']
|
|
2670
|
-
}, {
|
|
2671
|
-
type: Optional
|
|
2672
|
-
}] }], { inputEl: [{
|
|
2584
|
+
}], function () { return [{ type: i0.Injector }]; }, { inputEl: [{
|
|
2673
2585
|
type: ViewChild,
|
|
2674
2586
|
args: ['input', { static: true }]
|
|
2675
2587
|
}], ngModel: [{
|
|
2676
2588
|
type: ViewChild,
|
|
2677
2589
|
args: [NgModel]
|
|
2678
2590
|
}] }); })();
|
|
2679
|
-
(() => { (typeof ngDevMode === "undefined" || ngDevMode) && i0.ɵsetClassDebugInfo(InputColorComponent, { className: "InputColorComponent", filePath: "text/color/input-color.component.ts", lineNumber: 23 }); })();
|
|
2680
2591
|
|
|
2681
2592
|
const inputEmailTypeProps = new Map([
|
|
2682
2593
|
['autocomplete', { value: true, ...PROP_BOOLEAN }],
|
|
@@ -2713,10 +2624,10 @@ const WIDGET_CONFIG$3 = {
|
|
|
2713
2624
|
};
|
|
2714
2625
|
class InputEmailComponent extends BaseInput {
|
|
2715
2626
|
static { this.initializeProps = registerProps$3(); }
|
|
2716
|
-
constructor(inj
|
|
2717
|
-
super(inj, WIDGET_CONFIG$3
|
|
2627
|
+
constructor(inj) {
|
|
2628
|
+
super(inj, WIDGET_CONFIG$3);
|
|
2718
2629
|
}
|
|
2719
|
-
static { this.ɵfac = function InputEmailComponent_Factory(t) { return new (t || InputEmailComponent)(i0.ɵɵdirectiveInject(i0.Injector)
|
|
2630
|
+
static { this.ɵfac = function InputEmailComponent_Factory(t) { return new (t || InputEmailComponent)(i0.ɵɵdirectiveInject(i0.Injector)); }; }
|
|
2720
2631
|
static { this.ɵcmp = /*@__PURE__*/ i0.ɵɵdefineComponent({ type: InputEmailComponent, selectors: [["wm-input", "type", "email"]], viewQuery: function InputEmailComponent_Query(rf, ctx) { if (rf & 1) {
|
|
2721
2632
|
i0.ɵɵviewQuery(_c0$3, 7);
|
|
2722
2633
|
i0.ɵɵviewQuery(NgModel, 5);
|
|
@@ -2728,39 +2639,30 @@ class InputEmailComponent extends BaseInput {
|
|
|
2728
2639
|
provideAs(InputEmailComponent, NG_VALUE_ACCESSOR, true),
|
|
2729
2640
|
provideAs(InputEmailComponent, NG_VALIDATORS, true),
|
|
2730
2641
|
provideAsWidgetRef(InputEmailComponent)
|
|
2731
|
-
]), i0.ɵɵInheritDefinitionFeature], attrs: _c1$2, decls: 2, vars: 17, consts: [["
|
|
2642
|
+
]), i0.ɵɵInheritDefinitionFeature], attrs: _c1$2, decls: 2, vars: 17, consts: [["focus-target", "", "role", "textbox", "email", "", 1, "form-control", "app-textbox", 3, "type", "ngModel", "ngModelOptions", "readonly", "required", "disabled", "maxlength", "pattern", "autofocus", "ngClass", "ngStyle", "autocomplete", "ngModelChange", "blur", "keyup.enter"], ["input", ""]], template: function InputEmailComponent_Template(rf, ctx) { if (rf & 1) {
|
|
2732
2643
|
const _r1 = i0.ɵɵgetCurrentView();
|
|
2733
|
-
i0.ɵɵelementStart(0, "input",
|
|
2734
|
-
i0.ɵɵ
|
|
2735
|
-
i0.ɵɵlistener("blur", function InputEmailComponent_Template_input_blur_0_listener($event) { i0.ɵɵrestoreView(_r1); return i0.ɵɵresetView(ctx.handleBlur($event)); })("ngModelChange", function InputEmailComponent_Template_input_ngModelChange_0_listener($event) { i0.ɵɵrestoreView(_r1); return i0.ɵɵresetView(ctx.handleChange($event)); })("keyup.enter", function InputEmailComponent_Template_input_keyup_enter_0_listener() { i0.ɵɵrestoreView(_r1); const input_r2 = i0.ɵɵreference(1); return i0.ɵɵresetView(ctx.flushViewChanges(input_r2.value)); });
|
|
2644
|
+
i0.ɵɵelementStart(0, "input", 0, 1);
|
|
2645
|
+
i0.ɵɵlistener("ngModelChange", function InputEmailComponent_Template_input_ngModelChange_0_listener($event) { return ctx.datavalue = $event; })("blur", function InputEmailComponent_Template_input_blur_0_listener($event) { return ctx.handleBlur($event); })("ngModelChange", function InputEmailComponent_Template_input_ngModelChange_0_listener($event) { return ctx.handleChange($event); })("keyup.enter", function InputEmailComponent_Template_input_keyup_enter_0_listener() { i0.ɵɵrestoreView(_r1); const _r0 = i0.ɵɵreference(1); return i0.ɵɵresetView(ctx.flushViewChanges(_r0.value)); });
|
|
2736
2646
|
i0.ɵɵelementEnd();
|
|
2737
2647
|
} if (rf & 2) {
|
|
2738
|
-
i0.ɵɵproperty("type", ctx.type);
|
|
2739
|
-
i0.ɵɵtwoWayProperty("ngModel", ctx.datavalue);
|
|
2740
|
-
i0.ɵɵproperty("ngModelOptions", ctx.ngModelOptions)("readonly", ctx.readonly)("required", ctx.required)("disabled", ctx.disabled)("maxlength", ctx.maxchars)("pattern", ctx.regexp)("autofocus", ctx.autofocus)("ngClass", ctx.conditionalclass)("ngStyle", ctx.conditionalstyle)("autocomplete", ctx.autocomplete ? "on" : "off");
|
|
2648
|
+
i0.ɵɵproperty("type", ctx.type)("ngModel", ctx.datavalue)("ngModelOptions", ctx.ngModelOptions)("readonly", ctx.readonly)("required", ctx.required)("disabled", ctx.disabled)("maxlength", ctx.maxchars)("pattern", ctx.regexp)("autofocus", ctx.autofocus)("ngClass", ctx.conditionalclass)("ngStyle", ctx.conditionalstyle)("autocomplete", ctx.autocomplete ? "on" : "off");
|
|
2741
2649
|
i0.ɵɵattribute("name", ctx.name)("tabindex", ctx.tabindex)("placeholder", ctx.placeholder)("accesskey", ctx.shortcutkey)("aria-label", ctx.hint);
|
|
2742
2650
|
} }, dependencies: [i1.NgClass, i1.NgStyle, i2$1.DefaultValueAccessor, i2$1.NgControlStatus, i2$1.RequiredValidator, i2$1.MaxLengthValidator, i2$1.PatternValidator, i2$1.EmailValidator, i2$1.NgModel], encapsulation: 2 }); }
|
|
2743
2651
|
}
|
|
2744
|
-
(()
|
|
2652
|
+
(function () { (typeof ngDevMode === "undefined" || ngDevMode) && i0.ɵsetClassMetadata(InputEmailComponent, [{
|
|
2745
2653
|
type: Component,
|
|
2746
2654
|
args: [{ selector: 'wm-input[type="email"]', providers: [
|
|
2747
2655
|
provideAs(InputEmailComponent, NG_VALUE_ACCESSOR, true),
|
|
2748
2656
|
provideAs(InputEmailComponent, NG_VALIDATORS, true),
|
|
2749
2657
|
provideAsWidgetRef(InputEmailComponent)
|
|
2750
2658
|
], template: "<input class=\"form-control app-textbox\"\n focus-target\n role=\"textbox\"\n [type]=\"type\"\n [attr.name]=\"name\"\n [(ngModel)]=\"datavalue\"\n [ngModelOptions]=\"ngModelOptions\"\n [readonly]=\"readonly\"\n [required]=\"required\"\n [disabled]=\"disabled\"\n [maxlength]=\"maxchars\"\n [pattern]=\"regexp\"\n [attr.tabindex]=\"tabindex\"\n [attr.placeholder]=\"placeholder\"\n [attr.accesskey]=\"shortcutkey\"\n [attr.aria-label]=\"hint\"\n [autofocus]=\"autofocus\"\n [ngClass]=\"conditionalclass\"\n [ngStyle]=\"conditionalstyle\"\n (blur)=\"handleBlur($event)\"\n (ngModelChange)=\"handleChange($event)\"\n [autocomplete]=\"autocomplete ? 'on' : 'off'\"\n (keyup.enter)=\"flushViewChanges(input.value)\"\n email\n #input>\n" }]
|
|
2751
|
-
}], ()
|
|
2752
|
-
type: Inject,
|
|
2753
|
-
args: ['EXPLICIT_CONTEXT']
|
|
2754
|
-
}, {
|
|
2755
|
-
type: Optional
|
|
2756
|
-
}] }], { inputEl: [{
|
|
2659
|
+
}], function () { return [{ type: i0.Injector }]; }, { inputEl: [{
|
|
2757
2660
|
type: ViewChild,
|
|
2758
2661
|
args: ['input', { static: true }]
|
|
2759
2662
|
}], ngModel: [{
|
|
2760
2663
|
type: ViewChild,
|
|
2761
2664
|
args: [NgModel]
|
|
2762
2665
|
}] }); })();
|
|
2763
|
-
(() => { (typeof ngDevMode === "undefined" || ngDevMode) && i0.ɵsetClassDebugInfo(InputEmailComponent, { className: "InputEmailComponent", filePath: "text/email/input-email.component.ts", lineNumber: 23 }); })();
|
|
2764
2666
|
|
|
2765
2667
|
const inputNumberTypeProps = new Map([
|
|
2766
2668
|
['autocomplete', { value: true, ...PROP_BOOLEAN }],
|
|
@@ -2794,15 +2696,15 @@ const registerProps$2 = () => {
|
|
|
2794
2696
|
|
|
2795
2697
|
const _c0$2 = ["input"];
|
|
2796
2698
|
const _c1$1 = ["type", "number"];
|
|
2797
|
-
const _c2 = a0
|
|
2699
|
+
const _c2 = function (a0) { return { "step-hidden": a0 }; };
|
|
2798
2700
|
const WIDGET_CONFIG$2 = {
|
|
2799
2701
|
widgetType: 'wm-input-number',
|
|
2800
2702
|
hostClass: 'app-input-wrapper'
|
|
2801
2703
|
};
|
|
2802
2704
|
class InputNumberComponent extends BaseInput {
|
|
2803
2705
|
static { this.initializeProps = registerProps$2(); }
|
|
2804
|
-
constructor(inj
|
|
2805
|
-
super(inj, WIDGET_CONFIG$2
|
|
2706
|
+
constructor(inj) {
|
|
2707
|
+
super(inj, WIDGET_CONFIG$2);
|
|
2806
2708
|
}
|
|
2807
2709
|
onArrowPress($event) {
|
|
2808
2710
|
if (this.step === 0) {
|
|
@@ -2814,7 +2716,7 @@ class InputNumberComponent extends BaseInput {
|
|
|
2814
2716
|
return false;
|
|
2815
2717
|
}
|
|
2816
2718
|
}
|
|
2817
|
-
static { this.ɵfac = function InputNumberComponent_Factory(t) { return new (t || InputNumberComponent)(i0.ɵɵdirectiveInject(i0.Injector)
|
|
2719
|
+
static { this.ɵfac = function InputNumberComponent_Factory(t) { return new (t || InputNumberComponent)(i0.ɵɵdirectiveInject(i0.Injector)); }; }
|
|
2818
2720
|
static { this.ɵcmp = /*@__PURE__*/ i0.ɵɵdefineComponent({ type: InputNumberComponent, selectors: [["wm-input", "type", "number"]], viewQuery: function InputNumberComponent_Query(rf, ctx) { if (rf & 1) {
|
|
2819
2721
|
i0.ɵɵviewQuery(_c0$2, 7);
|
|
2820
2722
|
i0.ɵɵviewQuery(NgModel, 5);
|
|
@@ -2826,39 +2728,30 @@ class InputNumberComponent extends BaseInput {
|
|
|
2826
2728
|
provideAs(InputNumberComponent, NG_VALUE_ACCESSOR, true),
|
|
2827
2729
|
provideAs(InputNumberComponent, NG_VALIDATORS, true),
|
|
2828
2730
|
provideAsWidgetRef(InputNumberComponent)
|
|
2829
|
-
]), i0.ɵɵInheritDefinitionFeature], attrs: _c1$1, decls: 2, vars: 22, consts: [["
|
|
2731
|
+
]), i0.ɵɵInheritDefinitionFeature], attrs: _c1$1, decls: 2, vars: 22, consts: [["focus-target", "", "role", "textbox", 1, "form-control", "app-textbox", 3, "ngClass", "type", "ngModel", "ngModelOptions", "readonly", "required", "disabled", "maxlength", "min", "max", "step", "autofocus", "ngStyle", "autocomplete", "ngModelChange", "blur", "keyup.enter", "keydown.ArrowUp", "keydown.ArrowDown", "keypress"], ["input", ""]], template: function InputNumberComponent_Template(rf, ctx) { if (rf & 1) {
|
|
2830
2732
|
const _r1 = i0.ɵɵgetCurrentView();
|
|
2831
|
-
i0.ɵɵelementStart(0, "input",
|
|
2832
|
-
i0.ɵɵ
|
|
2833
|
-
i0.ɵɵlistener("blur", function InputNumberComponent_Template_input_blur_0_listener($event) { i0.ɵɵrestoreView(_r1); return i0.ɵɵresetView(ctx.handleBlur($event)); })("ngModelChange", function InputNumberComponent_Template_input_ngModelChange_0_listener($event) { i0.ɵɵrestoreView(_r1); return i0.ɵɵresetView(ctx.handleChange($event)); })("keyup.enter", function InputNumberComponent_Template_input_keyup_enter_0_listener() { i0.ɵɵrestoreView(_r1); const input_r2 = i0.ɵɵreference(1); return i0.ɵɵresetView(ctx.flushViewChanges(input_r2.value)); })("keydown.ArrowUp", function InputNumberComponent_Template_input_keydown_ArrowUp_0_listener($event) { i0.ɵɵrestoreView(_r1); return i0.ɵɵresetView(ctx.onArrowPress($event)); })("keydown.ArrowDown", function InputNumberComponent_Template_input_keydown_ArrowDown_0_listener($event) { i0.ɵɵrestoreView(_r1); return i0.ɵɵresetView(ctx.onArrowPress($event)); })("keypress", function InputNumberComponent_Template_input_keypress_0_listener($event) { i0.ɵɵrestoreView(_r1); return i0.ɵɵresetView(ctx.validateInputEntry($event)); });
|
|
2733
|
+
i0.ɵɵelementStart(0, "input", 0, 1);
|
|
2734
|
+
i0.ɵɵlistener("ngModelChange", function InputNumberComponent_Template_input_ngModelChange_0_listener($event) { return ctx.datavalue = $event; })("blur", function InputNumberComponent_Template_input_blur_0_listener($event) { return ctx.handleBlur($event); })("ngModelChange", function InputNumberComponent_Template_input_ngModelChange_0_listener($event) { return ctx.handleChange($event); })("keyup.enter", function InputNumberComponent_Template_input_keyup_enter_0_listener() { i0.ɵɵrestoreView(_r1); const _r0 = i0.ɵɵreference(1); return i0.ɵɵresetView(ctx.flushViewChanges(_r0.value)); })("keydown.ArrowUp", function InputNumberComponent_Template_input_keydown_ArrowUp_0_listener($event) { return ctx.onArrowPress($event); })("keydown.ArrowDown", function InputNumberComponent_Template_input_keydown_ArrowDown_0_listener($event) { return ctx.onArrowPress($event); })("keypress", function InputNumberComponent_Template_input_keypress_0_listener($event) { return ctx.validateInputEntry($event); });
|
|
2834
2735
|
i0.ɵɵelementEnd();
|
|
2835
2736
|
} if (rf & 2) {
|
|
2836
|
-
i0.ɵɵproperty("ngClass", i0.ɵɵpureFunction1(20, _c2, ctx.step === 0))("type", ctx.type);
|
|
2837
|
-
i0.ɵɵtwoWayProperty("ngModel", ctx.datavalue);
|
|
2838
|
-
i0.ɵɵproperty("ngModelOptions", ctx.ngModelOptions)("readonly", ctx.readonly)("required", ctx.required)("disabled", ctx.disabled)("maxlength", ctx.maxchars)("min", ctx.minvalue)("max", ctx.maxvalue)("step", ctx.step)("autofocus", ctx.autofocus)("ngClass", ctx.conditionalclass)("ngStyle", ctx.conditionalstyle)("autocomplete", ctx.autocomplete ? "on" : "off");
|
|
2737
|
+
i0.ɵɵproperty("ngClass", i0.ɵɵpureFunction1(20, _c2, ctx.step === 0))("type", ctx.type)("ngModel", ctx.datavalue)("ngModelOptions", ctx.ngModelOptions)("readonly", ctx.readonly)("required", ctx.required)("disabled", ctx.disabled)("maxlength", ctx.maxchars)("min", ctx.minvalue)("max", ctx.maxvalue)("step", ctx.step)("autofocus", ctx.autofocus)("ngClass", ctx.conditionalclass)("ngStyle", ctx.conditionalstyle)("autocomplete", ctx.autocomplete ? "on" : "off");
|
|
2839
2738
|
i0.ɵɵattribute("name", ctx.name)("tabindex", ctx.tabindex)("placeholder", ctx.placeholder)("accesskey", ctx.shortcutkey)("aria-label", ctx.hint);
|
|
2840
2739
|
} }, dependencies: [i1.NgClass, i1.NgStyle, i2$1.DefaultValueAccessor, i2$1.NgControlStatus, i2$1.RequiredValidator, i2$1.MaxLengthValidator, i2$1.NgModel], encapsulation: 2 }); }
|
|
2841
2740
|
}
|
|
2842
|
-
(()
|
|
2741
|
+
(function () { (typeof ngDevMode === "undefined" || ngDevMode) && i0.ɵsetClassMetadata(InputNumberComponent, [{
|
|
2843
2742
|
type: Component,
|
|
2844
2743
|
args: [{ selector: 'wm-input[type="number"]', providers: [
|
|
2845
2744
|
provideAs(InputNumberComponent, NG_VALUE_ACCESSOR, true),
|
|
2846
2745
|
provideAs(InputNumberComponent, NG_VALIDATORS, true),
|
|
2847
2746
|
provideAsWidgetRef(InputNumberComponent)
|
|
2848
2747
|
], template: "<input class=\"form-control app-textbox\"\n [ngClass]=\"{'step-hidden': step === 0}\"\n focus-target\n role=\"textbox\"\n [type]=\"type\"\n [attr.name]=\"name\"\n [(ngModel)]=\"datavalue\"\n [ngModelOptions]=\"ngModelOptions\"\n [readonly]=\"readonly\"\n [required]=\"required\"\n [disabled]=\"disabled\"\n [maxlength]=\"maxchars\"\n [min]=\"minvalue\"\n [max]=\"maxvalue\"\n [step]=\"step\"\n [attr.tabindex]=\"tabindex\"\n [attr.placeholder]=\"placeholder\"\n [attr.accesskey]=\"shortcutkey\"\n [attr.aria-label]=\"hint\"\n [autofocus]=\"autofocus\"\n [ngClass]=\"conditionalclass\"\n [ngStyle]=\"conditionalstyle\"\n (blur)=\"handleBlur($event)\"\n (ngModelChange)=\"handleChange($event)\"\n [autocomplete]=\"autocomplete ? 'on' : 'off'\"\n (keyup.enter)=\"flushViewChanges(input.value)\"\n (keydown.ArrowUp)=\"onArrowPress($event)\"\n (keydown.ArrowDown)=\"onArrowPress($event)\"\n (keypress)=\"validateInputEntry($event)\"\n #input>\n" }]
|
|
2849
|
-
}], ()
|
|
2850
|
-
type: Inject,
|
|
2851
|
-
args: ['EXPLICIT_CONTEXT']
|
|
2852
|
-
}, {
|
|
2853
|
-
type: Optional
|
|
2854
|
-
}] }], { inputEl: [{
|
|
2748
|
+
}], function () { return [{ type: i0.Injector }]; }, { inputEl: [{
|
|
2855
2749
|
type: ViewChild,
|
|
2856
2750
|
args: ['input', { static: true }]
|
|
2857
2751
|
}], ngModel: [{
|
|
2858
2752
|
type: ViewChild,
|
|
2859
2753
|
args: [NgModel]
|
|
2860
2754
|
}] }); })();
|
|
2861
|
-
(() => { (typeof ngDevMode === "undefined" || ngDevMode) && i0.ɵsetClassDebugInfo(InputNumberComponent, { className: "InputNumberComponent", filePath: "text/number/input-number.component.ts", lineNumber: 22 }); })();
|
|
2862
2755
|
|
|
2863
2756
|
const inputTextTypeProps = new Map([
|
|
2864
2757
|
['autocomplete', { value: true, ...PROP_BOOLEAN }],
|
|
@@ -2907,8 +2800,8 @@ const WIDGET_CONFIG$1 = {
|
|
|
2907
2800
|
};
|
|
2908
2801
|
class InputTextComponent extends BaseInput {
|
|
2909
2802
|
static { this.initializeProps = registerProps$1(); }
|
|
2910
|
-
constructor(inj
|
|
2911
|
-
super(inj, WIDGET_CONFIG$1
|
|
2803
|
+
constructor(inj) {
|
|
2804
|
+
super(inj, WIDGET_CONFIG$1);
|
|
2912
2805
|
this.lazy = false;
|
|
2913
2806
|
}
|
|
2914
2807
|
/* Define the property change handler. This function will be triggered when there is a change in the widget property */
|
|
@@ -2979,7 +2872,7 @@ class InputTextComponent extends BaseInput {
|
|
|
2979
2872
|
super.ngOnInit();
|
|
2980
2873
|
this.isFocused = !!this.datavalue;
|
|
2981
2874
|
}
|
|
2982
|
-
static { this.ɵfac = function InputTextComponent_Factory(t) { return new (t || InputTextComponent)(i0.ɵɵdirectiveInject(i0.Injector)
|
|
2875
|
+
static { this.ɵfac = function InputTextComponent_Factory(t) { return new (t || InputTextComponent)(i0.ɵɵdirectiveInject(i0.Injector)); }; }
|
|
2983
2876
|
static { this.ɵcmp = /*@__PURE__*/ i0.ɵɵdefineComponent({ type: InputTextComponent, selectors: [["wm-input", "type", "text"], ["wm-input", 3, "type", ""], ["wm-input", "type", "password"], ["wm-input", "type", "search"], ["wm-input", "type", "tel"], ["wm-input", "type", "url"]], viewQuery: function InputTextComponent_Query(rf, ctx) { if (rf & 1) {
|
|
2984
2877
|
i0.ɵɵviewQuery(_c0$1, 7);
|
|
2985
2878
|
i0.ɵɵviewQuery(NgModel, 5);
|
|
@@ -2993,32 +2886,24 @@ class InputTextComponent extends BaseInput {
|
|
|
2993
2886
|
provideAs(InputTextComponent, NG_VALUE_ACCESSOR, true),
|
|
2994
2887
|
provideAs(InputTextComponent, NG_VALIDATORS, true),
|
|
2995
2888
|
provideAsWidgetRef(InputTextComponent)
|
|
2996
|
-
]), i0.ɵɵInheritDefinitionFeature], attrs: _c1, decls: 2, vars: 19, consts: [["
|
|
2889
|
+
]), i0.ɵɵInheritDefinitionFeature], attrs: _c1, decls: 2, vars: 19, consts: [["focus-target", "", "role", "textbox", 1, "form-control", "app-textbox", 3, "type", "ngModel", "imask", "unmask", "ngModelOptions", "readonly", "required", "disabled", "maxlength", "pattern", "autofocus", "ngClass", "ngStyle", "autocomplete", "ngModelChange", "blur", "focus", "keyup.enter"], ["input", ""]], template: function InputTextComponent_Template(rf, ctx) { if (rf & 1) {
|
|
2997
2890
|
const _r1 = i0.ɵɵgetCurrentView();
|
|
2998
|
-
i0.ɵɵelementStart(0, "input",
|
|
2999
|
-
i0.ɵɵ
|
|
3000
|
-
i0.ɵɵlistener("ngModelChange", function InputTextComponent_Template_input_ngModelChange_0_listener($event) { i0.ɵɵrestoreView(_r1); return i0.ɵɵresetView(ctx.handleChange($event)); })("blur", function InputTextComponent_Template_input_blur_0_listener($event) { i0.ɵɵrestoreView(_r1); ctx.handleBlur($event); return i0.ɵɵresetView(ctx.checkForDisplayFormat($event)); })("focus", function InputTextComponent_Template_input_focus_0_listener($event) { i0.ɵɵrestoreView(_r1); return i0.ɵɵresetView(ctx.checkForDisplayFormat($event)); })("keyup.enter", function InputTextComponent_Template_input_keyup_enter_0_listener() { i0.ɵɵrestoreView(_r1); const input_r2 = i0.ɵɵreference(1); return i0.ɵɵresetView(ctx.flushViewChanges(input_r2.value)); });
|
|
2891
|
+
i0.ɵɵelementStart(0, "input", 0, 1);
|
|
2892
|
+
i0.ɵɵlistener("ngModelChange", function InputTextComponent_Template_input_ngModelChange_0_listener($event) { return ctx.datavalue = $event; })("ngModelChange", function InputTextComponent_Template_input_ngModelChange_0_listener($event) { return ctx.handleChange($event); })("blur", function InputTextComponent_Template_input_blur_0_listener($event) { ctx.handleBlur($event); return ctx.checkForDisplayFormat($event); })("focus", function InputTextComponent_Template_input_focus_0_listener($event) { return ctx.checkForDisplayFormat($event); })("keyup.enter", function InputTextComponent_Template_input_keyup_enter_0_listener() { i0.ɵɵrestoreView(_r1); const _r0 = i0.ɵɵreference(1); return i0.ɵɵresetView(ctx.flushViewChanges(_r0.value)); });
|
|
3001
2893
|
i0.ɵɵelementEnd();
|
|
3002
2894
|
} if (rf & 2) {
|
|
3003
|
-
i0.ɵɵproperty("type", ctx.type);
|
|
3004
|
-
i0.ɵɵtwoWayProperty("ngModel", ctx.datavalue);
|
|
3005
|
-
i0.ɵɵproperty("imask", ctx.mask)("unmask", true)("ngModelOptions", ctx.ngModelOptions)("readonly", ctx.readonly)("required", ctx.required)("disabled", ctx.disabled)("maxlength", ctx.maxchars)("pattern", ctx.regexp)("autofocus", ctx.autofocus)("ngClass", ctx.conditionalclass)("ngStyle", ctx.conditionalstyle)("autocomplete", ctx.autocomplete ? "on" : "off");
|
|
2895
|
+
i0.ɵɵproperty("type", ctx.type)("ngModel", ctx.datavalue)("imask", ctx.mask)("unmask", true)("ngModelOptions", ctx.ngModelOptions)("readonly", ctx.readonly)("required", ctx.required)("disabled", ctx.disabled)("maxlength", ctx.maxchars)("pattern", ctx.regexp)("autofocus", ctx.autofocus)("ngClass", ctx.conditionalclass)("ngStyle", ctx.conditionalstyle)("autocomplete", ctx.autocomplete ? "on" : "off");
|
|
3006
2896
|
i0.ɵɵattribute("name", ctx.name)("aria-label", ctx.hint)("tabindex", ctx.tabindex)("placeholder", ctx.placeholder)("accesskey", ctx.shortcutkey);
|
|
3007
2897
|
} }, dependencies: [i1.NgClass, i1.NgStyle, i2$1.DefaultValueAccessor, i2$1.NgControlStatus, i2$1.RequiredValidator, i2$1.MaxLengthValidator, i2$1.PatternValidator, i2$1.NgModel, i3.IMaskDirective], encapsulation: 2 }); }
|
|
3008
2898
|
}
|
|
3009
|
-
(()
|
|
2899
|
+
(function () { (typeof ngDevMode === "undefined" || ngDevMode) && i0.ɵsetClassMetadata(InputTextComponent, [{
|
|
3010
2900
|
type: Component,
|
|
3011
2901
|
args: [{ selector: 'wm-input[type="text"], wm-input:not([type]), wm-input[type="password"], wm-input[type="search"], wm-input[type="tel"], wm-input[type="url"]', providers: [
|
|
3012
2902
|
provideAs(InputTextComponent, NG_VALUE_ACCESSOR, true),
|
|
3013
2903
|
provideAs(InputTextComponent, NG_VALIDATORS, true),
|
|
3014
2904
|
provideAsWidgetRef(InputTextComponent)
|
|
3015
2905
|
], template: "<input class=\"form-control app-textbox\"\n focus-target\n role=\"textbox\"\n [type]=\"type\"\n [attr.name]=\"name\"\n [attr.aria-label]=\"hint\"\n [(ngModel)]=\"datavalue\"\n [imask]=\"mask\"\n [unmask]=\"true\"\n [ngModelOptions]=\"ngModelOptions\"\n [readonly]=\"readonly\"\n [required]=\"required\"\n [disabled]=\"disabled\"\n [maxlength]=\"maxchars\"\n [pattern]=\"regexp\"\n [attr.tabindex]=\"tabindex\"\n [attr.placeholder]=\"placeholder\"\n [attr.accesskey]=\"shortcutkey\"\n [autofocus]=\"autofocus\"\n [ngClass]=\"conditionalclass\"\n [ngStyle]=\"conditionalstyle\"\n (ngModelChange)=\"handleChange($event)\"\n (blur)=\"handleBlur($event); checkForDisplayFormat($event)\"\n (focus)=\"checkForDisplayFormat($event)\"\n [autocomplete]=\"autocomplete ? 'on' : 'off'\"\n (keyup.enter)=\"flushViewChanges(input.value)\"\n #input>\n" }]
|
|
3016
|
-
}], ()
|
|
3017
|
-
type: Inject,
|
|
3018
|
-
args: ['EXPLICIT_CONTEXT']
|
|
3019
|
-
}, {
|
|
3020
|
-
type: Optional
|
|
3021
|
-
}] }], { inputEl: [{
|
|
2906
|
+
}], function () { return [{ type: i0.Injector }]; }, { inputEl: [{
|
|
3022
2907
|
type: ViewChild,
|
|
3023
2908
|
args: ['input', { static: true }]
|
|
3024
2909
|
}], ngModel: [{
|
|
@@ -3028,7 +2913,6 @@ class InputTextComponent extends BaseInput {
|
|
|
3028
2913
|
type: ViewChild,
|
|
3029
2914
|
args: ['input', { read: IMaskDirective }]
|
|
3030
2915
|
}] }); })();
|
|
3031
|
-
(() => { (typeof ngDevMode === "undefined" || ngDevMode) && i0.ɵsetClassDebugInfo(InputTextComponent, { className: "InputTextComponent", filePath: "text/text/input-text.component.ts", lineNumber: 25 }); })();
|
|
3032
2916
|
|
|
3033
2917
|
const textareaProps = new Map([
|
|
3034
2918
|
['autofocus', PROP_BOOLEAN],
|
|
@@ -3064,7 +2948,7 @@ function TextareaComponent_div_2_Template(rf, ctx) { if (rf & 1) {
|
|
|
3064
2948
|
i0.ɵɵelementEnd();
|
|
3065
2949
|
} if (rf & 2) {
|
|
3066
2950
|
const ctx_r1 = i0.ɵɵnextContext();
|
|
3067
|
-
i0.ɵɵadvance();
|
|
2951
|
+
i0.ɵɵadvance(1);
|
|
3068
2952
|
i0.ɵɵtextInterpolate(ctx_r1.limitdisplaytext);
|
|
3069
2953
|
} }
|
|
3070
2954
|
const WIDGET_CONFIG = {
|
|
@@ -3073,14 +2957,14 @@ const WIDGET_CONFIG = {
|
|
|
3073
2957
|
};
|
|
3074
2958
|
class TextareaComponent extends BaseInput {
|
|
3075
2959
|
static { this.initializeProps = registerProps(); }
|
|
3076
|
-
constructor(inj
|
|
3077
|
-
super(inj, WIDGET_CONFIG
|
|
2960
|
+
constructor(inj) {
|
|
2961
|
+
super(inj, WIDGET_CONFIG);
|
|
3078
2962
|
this.charlength = 0;
|
|
3079
2963
|
}
|
|
3080
2964
|
onInputChange() {
|
|
3081
2965
|
this.charlength = this.inputEl.nativeElement.value.length;
|
|
3082
2966
|
}
|
|
3083
|
-
static { this.ɵfac = function TextareaComponent_Factory(t) { return new (t || TextareaComponent)(i0.ɵɵdirectiveInject(i0.Injector)
|
|
2967
|
+
static { this.ɵfac = function TextareaComponent_Factory(t) { return new (t || TextareaComponent)(i0.ɵɵdirectiveInject(i0.Injector)); }; }
|
|
3084
2968
|
static { this.ɵcmp = /*@__PURE__*/ i0.ɵɵdefineComponent({ type: TextareaComponent, selectors: [["wm-textarea"]], viewQuery: function TextareaComponent_Query(rf, ctx) { if (rf & 1) {
|
|
3085
2969
|
i0.ɵɵviewQuery(_c0, 7);
|
|
3086
2970
|
i0.ɵɵviewQuery(NgModel, 5);
|
|
@@ -3092,41 +2976,32 @@ class TextareaComponent extends BaseInput {
|
|
|
3092
2976
|
provideAs(TextareaComponent, NG_VALUE_ACCESSOR, true),
|
|
3093
2977
|
provideAs(TextareaComponent, NG_VALIDATORS, true),
|
|
3094
2978
|
provideAsWidgetRef(TextareaComponent)
|
|
3095
|
-
]), i0.ɵɵInheritDefinitionFeature], decls: 3, vars: 15, consts: [["
|
|
3096
|
-
|
|
3097
|
-
i0.ɵɵ
|
|
3098
|
-
i0.ɵɵtwoWayListener("ngModelChange", function TextareaComponent_Template_textarea_ngModelChange_0_listener($event) { i0.ɵɵrestoreView(_r1); i0.ɵɵtwoWayBindingSet(ctx.datavalue, $event) || (ctx.datavalue = $event); return i0.ɵɵresetView($event); });
|
|
3099
|
-
i0.ɵɵlistener("blur", function TextareaComponent_Template_textarea_blur_0_listener($event) { i0.ɵɵrestoreView(_r1); return i0.ɵɵresetView(ctx.handleBlur($event)); })("input", function TextareaComponent_Template_textarea_input_0_listener() { i0.ɵɵrestoreView(_r1); return i0.ɵɵresetView(ctx.onInputChange()); })("ngModelChange", function TextareaComponent_Template_textarea_ngModelChange_0_listener($event) { i0.ɵɵrestoreView(_r1); ctx.handleChange($event); return i0.ɵɵresetView(ctx.onInputChange()); });
|
|
2979
|
+
]), i0.ɵɵInheritDefinitionFeature], decls: 3, vars: 15, consts: [["focus-target", "", "role", "textbox", "aria-multiline", "true", 1, "form-control", "app-textarea", 3, "ngModel", "ngModelOptions", "readonly", "required", "disabled", "maxlength", "autofocus", "ngClass", "ngStyle", "ngModelChange", "blur", "input"], ["textarea", ""], ["class", "textarea-count", 4, "ngIf"], [1, "textarea-count"]], template: function TextareaComponent_Template(rf, ctx) { if (rf & 1) {
|
|
2980
|
+
i0.ɵɵelementStart(0, "textarea", 0, 1);
|
|
2981
|
+
i0.ɵɵlistener("ngModelChange", function TextareaComponent_Template_textarea_ngModelChange_0_listener($event) { return ctx.datavalue = $event; })("blur", function TextareaComponent_Template_textarea_blur_0_listener($event) { return ctx.handleBlur($event); })("input", function TextareaComponent_Template_textarea_input_0_listener() { return ctx.onInputChange(); })("ngModelChange", function TextareaComponent_Template_textarea_ngModelChange_0_listener($event) { ctx.handleChange($event); return ctx.onInputChange(); });
|
|
3100
2982
|
i0.ɵɵelementEnd();
|
|
3101
2983
|
i0.ɵɵtemplate(2, TextareaComponent_div_2_Template, 2, 1, "div", 2);
|
|
3102
2984
|
} if (rf & 2) {
|
|
3103
|
-
i0.ɵɵ
|
|
3104
|
-
i0.ɵɵproperty("ngModelOptions", ctx.ngModelOptions)("readonly", ctx.readonly)("required", ctx.required)("disabled", ctx.disabled)("maxlength", ctx.maxchars)("autofocus", ctx.autofocus)("ngClass", ctx.conditionalclass)("ngStyle", ctx.conditionalstyle);
|
|
2985
|
+
i0.ɵɵproperty("ngModel", ctx.datavalue)("ngModelOptions", ctx.ngModelOptions)("readonly", ctx.readonly)("required", ctx.required)("disabled", ctx.disabled)("maxlength", ctx.maxchars)("autofocus", ctx.autofocus)("ngClass", ctx.conditionalclass)("ngStyle", ctx.conditionalstyle);
|
|
3105
2986
|
i0.ɵɵattribute("name", ctx.name)("tabindex", ctx.tabindex)("placeholder", ctx.placeholder)("accesskey", ctx.shortcutkey)("aria-label", ctx.hint);
|
|
3106
2987
|
i0.ɵɵadvance(2);
|
|
3107
2988
|
i0.ɵɵproperty("ngIf", ctx.maxchars);
|
|
3108
2989
|
} }, dependencies: [i1.NgClass, i1.NgIf, i1.NgStyle, i2$1.DefaultValueAccessor, i2$1.NgControlStatus, i2$1.RequiredValidator, i2$1.MaxLengthValidator, i2$1.NgModel], encapsulation: 2 }); }
|
|
3109
2990
|
}
|
|
3110
|
-
(()
|
|
2991
|
+
(function () { (typeof ngDevMode === "undefined" || ngDevMode) && i0.ɵsetClassMetadata(TextareaComponent, [{
|
|
3111
2992
|
type: Component,
|
|
3112
2993
|
args: [{ selector: 'wm-textarea', providers: [
|
|
3113
2994
|
provideAs(TextareaComponent, NG_VALUE_ACCESSOR, true),
|
|
3114
2995
|
provideAs(TextareaComponent, NG_VALIDATORS, true),
|
|
3115
2996
|
provideAsWidgetRef(TextareaComponent)
|
|
3116
2997
|
], template: "<textarea class=\"form-control app-textarea\"\n focus-target\n role=\"textbox\"\n [attr.name]=\"name\"\n [(ngModel)]=\"datavalue\"\n [ngModelOptions]=\"ngModelOptions\"\n [readonly]=\"readonly\"\n [required]=\"required\"\n [disabled]=\"disabled\"\n [maxlength]=\"maxchars\"\n [attr.tabindex]=\"tabindex\"\n [attr.placeholder]=\"placeholder\"\n [attr.accesskey]=\"shortcutkey\"\n [attr.aria-label]=\"hint\"\n aria-multiline=\"true\"\n [autofocus]=\"autofocus\"\n [ngClass]=\"conditionalclass\"\n [ngStyle]=\"conditionalstyle\"\n (blur)=\"handleBlur($event)\"\n (input)=\"onInputChange()\"\n (ngModelChange)=\"handleChange($event); onInputChange();\"\n #textarea\n></textarea>\n\n<div *ngIf=\"maxchars\" class=\"textarea-count\" >{{limitdisplaytext}}</div>\n" }]
|
|
3117
|
-
}], ()
|
|
3118
|
-
type: Inject,
|
|
3119
|
-
args: ['EXPLICIT_CONTEXT']
|
|
3120
|
-
}, {
|
|
3121
|
-
type: Optional
|
|
3122
|
-
}] }], { inputEl: [{
|
|
2998
|
+
}], function () { return [{ type: i0.Injector }]; }, { inputEl: [{
|
|
3123
2999
|
type: ViewChild,
|
|
3124
3000
|
args: ['textarea', { static: true }]
|
|
3125
3001
|
}], ngModel: [{
|
|
3126
3002
|
type: ViewChild,
|
|
3127
3003
|
args: [NgModel]
|
|
3128
3004
|
}] }); })();
|
|
3129
|
-
(() => { (typeof ngDevMode === "undefined" || ngDevMode) && i0.ɵsetClassDebugInfo(TextareaComponent, { className: "TextareaComponent", filePath: "textarea/textarea.component.ts", lineNumber: 22 }); })();
|
|
3130
3005
|
|
|
3131
3006
|
class CaptionPositionDirective {
|
|
3132
3007
|
constructor(inj, app) {
|
|
@@ -3249,8 +3124,7 @@ class CaptionPositionDirective {
|
|
|
3249
3124
|
// isSelectMultiple is set to true when for select widget, multiple option is enabled
|
|
3250
3125
|
// Checking inputEl focus - when form is represented as dialog and the first field is automatically in focus
|
|
3251
3126
|
const isInputElFocused = this.inputEl && this.inputEl.is(':focus');
|
|
3252
|
-
|
|
3253
|
-
if ((data.isSelect && localName == 'select') || data.displayVal || data.isFocused || data.isSelectMultiple || isInputElFocused) {
|
|
3127
|
+
if (data.displayVal || data.isFocused || data.isSelectMultiple || isInputElFocused) {
|
|
3254
3128
|
data.nativeEl.addClass('float-active');
|
|
3255
3129
|
if (!data.displayVal && isInputElFocused) {
|
|
3256
3130
|
this.inputEl.attr('placeholder', this.placeholder);
|
|
@@ -3287,12 +3161,12 @@ class CaptionPositionDirective {
|
|
|
3287
3161
|
static { this.ɵfac = function CaptionPositionDirective_Factory(t) { return new (t || CaptionPositionDirective)(i0.ɵɵdirectiveInject(i0.Injector), i0.ɵɵdirectiveInject(i1$1.App)); }; }
|
|
3288
3162
|
static { this.ɵdir = /*@__PURE__*/ i0.ɵɵdefineDirective({ type: CaptionPositionDirective, selectors: [["", "wmCaptionPosition", ""]] }); }
|
|
3289
3163
|
}
|
|
3290
|
-
(()
|
|
3164
|
+
(function () { (typeof ngDevMode === "undefined" || ngDevMode) && i0.ɵsetClassMetadata(CaptionPositionDirective, [{
|
|
3291
3165
|
type: Directive,
|
|
3292
3166
|
args: [{
|
|
3293
3167
|
selector: '[wmCaptionPosition]'
|
|
3294
3168
|
}]
|
|
3295
|
-
}], ()
|
|
3169
|
+
}], function () { return [{ type: i0.Injector }, { type: i1$1.App }]; }, null); })();
|
|
3296
3170
|
|
|
3297
3171
|
const components = [
|
|
3298
3172
|
ButtonComponent,
|
|
@@ -3320,7 +3194,7 @@ class InputModule {
|
|
|
3320
3194
|
WmComponentsModule,
|
|
3321
3195
|
IMaskModule] }); }
|
|
3322
3196
|
}
|
|
3323
|
-
(()
|
|
3197
|
+
(function () { (typeof ngDevMode === "undefined" || ngDevMode) && i0.ɵsetClassMetadata(InputModule, [{
|
|
3324
3198
|
type: NgModule,
|
|
3325
3199
|
args: [{
|
|
3326
3200
|
imports: [
|