@wavemaker/app-ng-runtime 11.10.5-rc.6100 → 11.11.0-next.27920
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
- package/build-task/bundles/index.umd.js +94 -68
- package/build-task/esm2022/advanced/carousel/carousel-template/carousel-template.build.mjs +8 -8
- package/build-task/esm2022/containers/repeat-template.build.mjs +5 -5
- package/build-task/esm2022/containers/wizard/wizard-step/wizard-step.build.mjs +2 -2
- package/build-task/esm2022/containers/wizard/wizard.build.mjs +33 -4
- package/build-task/esm2022/data/form/form-field/form-field.build.mjs +10 -10
- package/build-task/esm2022/data/table/table-column/table-column.build.mjs +15 -11
- package/build-task/esm2022/page/page.build.mjs +2 -8
- package/build-task/esm2022/public_api.mjs +1 -1
- package/build-task/fesm2022/index.mjs +95 -69
- package/build-task/fesm2022/index.mjs.map +1 -1
- package/components/advanced/carousel/bundles/index.umd.js +8 -36
- package/components/advanced/carousel/carousel-template/carousel-template.directive.d.ts +1 -1
- package/components/advanced/carousel/carousel.directive.d.ts +1 -1
- package/components/advanced/carousel/esm2022/carousel-template/carousel-template.directive.mjs +3 -2
- package/components/advanced/carousel/esm2022/carousel.directive.mjs +3 -2
- package/components/advanced/carousel/esm2022/public_api.mjs +1 -2
- package/components/advanced/carousel/fesm2022/index.mjs +8 -36
- package/components/advanced/carousel/fesm2022/index.mjs.map +1 -1
- package/components/advanced/carousel/public_api.d.ts +0 -1
- package/components/advanced/custom/bundles/index.umd.js +8 -33
- package/components/advanced/custom/custom-widget-container/custom-widget-container.directive.d.ts +1 -1
- package/components/advanced/custom/custom-widget.directive.d.ts +1 -1
- package/components/advanced/custom/esm2022/custom-widget-container/custom-widget-container.directive.mjs +3 -2
- package/components/advanced/custom/esm2022/custom-widget.directive.mjs +3 -2
- package/components/advanced/custom/esm2022/public_api.mjs +1 -2
- package/components/advanced/custom/fesm2022/index.mjs +7 -32
- package/components/advanced/custom/fesm2022/index.mjs.map +1 -1
- package/components/advanced/custom/public_api.d.ts +0 -1
- package/components/advanced/login/bundles/index.umd.js +10 -34
- package/components/advanced/login/esm2022/login.component.mjs +7 -6
- package/components/advanced/login/esm2022/public_api.mjs +1 -2
- package/components/advanced/login/fesm2022/index.mjs +8 -32
- package/components/advanced/login/fesm2022/index.mjs.map +1 -1
- package/components/advanced/login/login.component.d.ts +1 -1
- package/components/advanced/login/public_api.d.ts +0 -1
- package/components/advanced/marquee/bundles/index.umd.js +6 -29
- package/components/advanced/marquee/esm2022/marquee.directive.mjs +3 -2
- package/components/advanced/marquee/esm2022/public_api.mjs +1 -2
- package/components/advanced/marquee/fesm2022/index.mjs +5 -28
- package/components/advanced/marquee/fesm2022/index.mjs.map +1 -1
- package/components/advanced/marquee/marquee.directive.d.ts +1 -1
- package/components/advanced/marquee/public_api.d.ts +0 -1
- package/components/base/bundles/index.umd.js +76 -274
- package/components/base/components.module.d.ts +13 -15
- package/components/base/directives/show-in-device.directive.d.ts +1 -1
- package/components/base/esm2022/components.module.mjs +7 -13
- package/components/base/esm2022/directives/show-in-device.directive.mjs +3 -2
- package/components/base/esm2022/pipes/custom-pipes.mjs +32 -16
- package/components/base/esm2022/pipes/image.pipe.mjs +3 -2
- package/components/base/esm2022/pipes/sanitize.pipe.mjs +3 -2
- package/components/base/esm2022/pipes/trust-as.pipe.mjs +3 -2
- package/components/base/esm2022/public_api.mjs +1 -2
- package/components/base/esm2022/utils/form-utils.mjs +2 -1
- package/components/base/esm2022/utils/live-utils.mjs +3 -7
- package/components/base/esm2022/widgets/common/base/base.component.mjs +3 -5
- package/components/base/esm2022/widgets/common/base/custom-widget-container.directive.mjs +3 -2
- package/components/base/esm2022/widgets/common/base/partial-container.directive.mjs +3 -2
- package/components/base/esm2022/widgets/common/base/text-content.directive.mjs +3 -2
- package/components/base/esm2022/widgets/common/container/container.directive.mjs +3 -2
- package/components/base/esm2022/widgets/common/dialog/dialog.service.mjs +3 -3
- package/components/base/esm2022/widgets/common/item-template/item-template.directive.mjs +3 -2
- package/components/base/esm2022/widgets/common/lazy-load/lazy-load.directive.mjs +3 -2
- package/components/base/esm2022/widgets/common/message/message.component.mjs +5 -5
- package/components/base/esm2022/widgets/common/partial/partial.directive.mjs +3 -2
- package/components/base/esm2022/widgets/common/partial-param/partial-param.directive.mjs +5 -3
- package/components/base/esm2022/widgets/common/redraw/redrawable.directive.mjs +3 -2
- package/components/base/esm2022/widgets/common/repeat-template/repeat-template.directive.mjs +3 -2
- package/components/base/fesm2022/index.mjs +76 -272
- package/components/base/fesm2022/index.mjs.map +1 -1
- package/components/base/pipes/custom-pipes.d.ts +16 -16
- package/components/base/pipes/image.pipe.d.ts +1 -1
- package/components/base/pipes/sanitize.pipe.d.ts +1 -1
- package/components/base/pipes/trust-as.pipe.d.ts +1 -1
- package/components/base/public_api.d.ts +0 -1
- package/components/base/widgets/common/base/custom-widget-container.directive.d.ts +1 -1
- package/components/base/widgets/common/base/partial-container.directive.d.ts +1 -1
- package/components/base/widgets/common/base/text-content.directive.d.ts +1 -1
- package/components/base/widgets/common/container/container.directive.d.ts +1 -1
- package/components/base/widgets/common/item-template/item-template.directive.d.ts +1 -1
- package/components/base/widgets/common/lazy-load/lazy-load.directive.d.ts +1 -1
- package/components/base/widgets/common/message/message.component.d.ts +1 -1
- package/components/base/widgets/common/partial/partial.directive.d.ts +1 -1
- package/components/base/widgets/common/partial-param/partial-param.directive.d.ts +2 -2
- package/components/base/widgets/common/redraw/redrawable.directive.d.ts +1 -1
- package/components/base/widgets/common/repeat-template/repeat-template.directive.d.ts +1 -1
- package/components/basic/default/anchor/anchor.component.d.ts +1 -1
- package/components/basic/default/audio/audio.component.d.ts +1 -1
- package/components/basic/default/bundles/index.umd.js +100 -148
- package/components/basic/default/esm2022/anchor/anchor.component.mjs +23 -21
- package/components/basic/default/esm2022/audio/audio.component.mjs +7 -6
- package/components/basic/default/esm2022/html/html.directive.mjs +3 -2
- package/components/basic/default/esm2022/icon/icon.component.mjs +17 -16
- package/components/basic/default/esm2022/iframe/iframe.component.mjs +14 -13
- package/components/basic/default/esm2022/label/label.directive.mjs +3 -2
- package/components/basic/default/esm2022/picture/picture.directive.mjs +3 -2
- package/components/basic/default/esm2022/picture/picture.props.mjs +1 -5
- package/components/basic/default/esm2022/public_api.mjs +1 -2
- package/components/basic/default/esm2022/spinner/spinner.component.mjs +26 -24
- package/components/basic/default/esm2022/video/video.component.mjs +19 -18
- package/components/basic/default/fesm2022/index.mjs +101 -148
- package/components/basic/default/fesm2022/index.mjs.map +1 -1
- package/components/basic/default/html/html.directive.d.ts +1 -1
- package/components/basic/default/icon/icon.component.d.ts +1 -1
- package/components/basic/default/iframe/iframe.component.d.ts +1 -1
- package/components/basic/default/label/label.directive.d.ts +1 -1
- package/components/basic/default/picture/picture.directive.d.ts +1 -1
- package/components/basic/default/public_api.d.ts +0 -1
- package/components/basic/default/spinner/spinner.component.d.ts +1 -1
- package/components/basic/default/video/video.component.d.ts +1 -1
- package/components/basic/progress/bundles/index.umd.js +20 -51
- package/components/basic/progress/esm2022/progress-bar/progress-bar.component.mjs +12 -11
- package/components/basic/progress/esm2022/progress-circle/progress-circle.component.mjs +8 -6
- package/components/basic/progress/esm2022/public_api.mjs +1 -2
- package/components/basic/progress/fesm2022/index.mjs +19 -49
- package/components/basic/progress/fesm2022/index.mjs.map +1 -1
- package/components/basic/progress/progress-bar/progress-bar.component.d.ts +1 -1
- package/components/basic/progress/progress-circle/progress-circle.component.d.ts +1 -1
- package/components/basic/progress/public_api.d.ts +0 -1
- package/components/basic/rich-text-editor/bundles/index.umd.js +15 -40
- package/components/basic/rich-text-editor/esm2022/public_api.mjs +1 -2
- package/components/basic/rich-text-editor/esm2022/rich-text-editor.component.mjs +13 -12
- package/components/basic/rich-text-editor/fesm2022/index.mjs +13 -37
- package/components/basic/rich-text-editor/fesm2022/index.mjs.map +1 -1
- package/components/basic/rich-text-editor/public_api.d.ts +0 -1
- package/components/basic/rich-text-editor/rich-text-editor.component.d.ts +1 -1
- package/components/basic/search/bundles/index.umd.js +170 -207
- package/components/basic/search/esm2022/public_api.mjs +1 -2
- package/components/basic/search/esm2022/scrollable.directive.mjs +3 -2
- package/components/basic/search/esm2022/search.component.mjs +76 -72
- package/components/basic/search/fesm2022/index.mjs +107 -143
- package/components/basic/search/fesm2022/index.mjs.map +1 -1
- package/components/basic/search/public_api.d.ts +0 -1
- package/components/basic/search/scrollable.directive.d.ts +1 -1
- package/components/basic/search/search.component.d.ts +1 -1
- package/components/basic/tree/bundles/index.umd.js +9 -33
- package/components/basic/tree/esm2022/public_api.mjs +1 -2
- package/components/basic/tree/esm2022/tree.component.mjs +7 -6
- package/components/basic/tree/fesm2022/index.mjs +8 -32
- package/components/basic/tree/fesm2022/index.mjs.map +1 -1
- package/components/basic/tree/public_api.d.ts +0 -1
- package/components/basic/tree/tree.component.d.ts +1 -1
- package/components/chart/bundles/index.umd.js +25 -53
- package/components/chart/chart.component.d.ts +1 -1
- package/components/chart/esm2022/chart.component.mjs +26 -24
- package/components/chart/esm2022/chart.utils.mjs +2 -1
- package/components/chart/esm2022/public_api.mjs +1 -2
- package/components/chart/fesm2022/index.mjs +26 -52
- package/components/chart/fesm2022/index.mjs.map +1 -1
- package/components/chart/public_api.d.ts +0 -1
- package/components/containers/accordion/accordion-pane/accordion-pane.component.d.ts +1 -1
- package/components/containers/accordion/accordion.directive.d.ts +1 -1
- package/components/containers/accordion/bundles/index.umd.js +208 -237
- package/components/containers/accordion/esm2022/accordion-pane/accordion-pane.component.mjs +10 -11
- package/components/containers/accordion/esm2022/accordion.directive.mjs +5 -4
- package/components/containers/accordion/esm2022/public_api.mjs +1 -2
- package/components/containers/accordion/fesm2022/index.mjs +189 -217
- package/components/containers/accordion/fesm2022/index.mjs.map +1 -1
- package/components/containers/accordion/public_api.d.ts +0 -1
- package/components/containers/layout-grid/bundles/index.umd.js +13 -43
- package/components/containers/layout-grid/esm2022/layout-grid-column/layout-grid-column.directive.mjs +7 -9
- package/components/containers/layout-grid/esm2022/layout-grid-row/layout-grid-row.directive.mjs +3 -2
- package/components/containers/layout-grid/esm2022/layout-grid.directive.mjs +3 -2
- package/components/containers/layout-grid/esm2022/public_api.mjs +1 -2
- package/components/containers/layout-grid/fesm2022/index.mjs +13 -43
- package/components/containers/layout-grid/fesm2022/index.mjs.map +1 -1
- package/components/containers/layout-grid/layout-grid-column/layout-grid-column.directive.d.ts +1 -1
- package/components/containers/layout-grid/layout-grid-row/layout-grid-row.directive.d.ts +1 -1
- package/components/containers/layout-grid/layout-grid.directive.d.ts +1 -1
- package/components/containers/layout-grid/public_api.d.ts +0 -1
- package/components/containers/linear-layout/bundles/index.umd.js +8 -33
- package/components/containers/linear-layout/esm2022/linear-layout-item/linear-layout-item.directive.mjs +3 -2
- package/components/containers/linear-layout/esm2022/linear-layout.directive.mjs +3 -2
- package/components/containers/linear-layout/esm2022/public_api.mjs +1 -2
- package/components/containers/linear-layout/fesm2022/index.mjs +7 -32
- package/components/containers/linear-layout/fesm2022/index.mjs.map +1 -1
- package/components/containers/linear-layout/linear-layout-item/linear-layout-item.directive.d.ts +1 -1
- package/components/containers/linear-layout/linear-layout.directive.d.ts +1 -1
- package/components/containers/linear-layout/public_api.d.ts +0 -1
- package/components/containers/panel/bundles/index.umd.js +87 -118
- package/components/containers/panel/esm2022/panel.component.mjs +48 -46
- package/components/containers/panel/esm2022/public_api.mjs +1 -2
- package/components/containers/panel/fesm2022/index.mjs +49 -79
- package/components/containers/panel/fesm2022/index.mjs.map +1 -1
- package/components/containers/panel/panel.component.d.ts +1 -1
- package/components/containers/panel/public_api.d.ts +0 -1
- package/components/containers/tabs/bundles/index.umd.js +84 -116
- package/components/containers/tabs/esm2022/public_api.mjs +1 -2
- package/components/containers/tabs/esm2022/tab-pane/tab-pane.component.mjs +8 -10
- package/components/containers/tabs/esm2022/tabs.component.mjs +35 -33
- package/components/containers/tabs/esm2022/tabs.props.mjs +1 -5
- package/components/containers/tabs/fesm2022/index.mjs +45 -76
- package/components/containers/tabs/fesm2022/index.mjs.map +1 -1
- package/components/containers/tabs/public_api.d.ts +0 -1
- package/components/containers/tabs/tab-pane/tab-pane.component.d.ts +1 -1
- package/components/containers/tabs/tabs.component.d.ts +1 -1
- package/components/containers/tile/bundles/index.umd.js +6 -29
- package/components/containers/tile/esm2022/public_api.mjs +1 -2
- package/components/containers/tile/esm2022/tile.directive.mjs +3 -2
- package/components/containers/tile/fesm2022/index.mjs +5 -28
- package/components/containers/tile/fesm2022/index.mjs.map +1 -1
- package/components/containers/tile/public_api.d.ts +0 -1
- package/components/containers/tile/tile.directive.d.ts +1 -1
- package/components/containers/wizard/bundles/index.umd.js +355 -186
- package/components/containers/wizard/esm2022/public_api.mjs +2 -3
- package/components/containers/wizard/esm2022/wizard-action/wizard-action.directive.mjs +3 -2
- package/components/containers/wizard/esm2022/wizard-step/wizard-step.component.mjs +176 -0
- package/components/containers/wizard/esm2022/wizard-step/wizard-step.props.mjs +8 -5
- package/components/containers/wizard/esm2022/wizard.component.mjs +264 -102
- package/components/containers/wizard/esm2022/wizard.props.mjs +8 -4
- package/components/containers/wizard/fesm2022/index.mjs +323 -152
- package/components/containers/wizard/fesm2022/index.mjs.map +1 -1
- package/components/containers/wizard/public_api.d.ts +1 -2
- package/components/containers/wizard/wizard-action/wizard-action.directive.d.ts +1 -1
- package/components/containers/wizard/wizard-step/{wizard-step.directive.d.ts → wizard-step.component.d.ts} +12 -6
- package/components/containers/wizard/wizard.component.d.ts +64 -18
- package/components/data/card/bundles/index.umd.js +92 -135
- package/components/data/card/card-actions/card-actions.directive.d.ts +1 -1
- package/components/data/card/card-content/card-content.component.d.ts +1 -1
- package/components/data/card/card-footer/card-footer.directive.d.ts +1 -1
- package/components/data/card/card.component.d.ts +1 -1
- package/components/data/card/esm2022/card-actions/card-actions.directive.mjs +3 -2
- package/components/data/card/esm2022/card-content/card-content.component.mjs +7 -6
- package/components/data/card/esm2022/card-footer/card-footer.directive.mjs +3 -2
- package/components/data/card/esm2022/card.component.mjs +39 -38
- package/components/data/card/esm2022/public_api.mjs +1 -2
- package/components/data/card/fesm2022/index.mjs +49 -92
- package/components/data/card/fesm2022/index.mjs.map +1 -1
- package/components/data/card/public_api.d.ts +0 -1
- package/components/data/form/bundles/index.umd.js +115 -182
- package/components/data/form/esm2022/form-action/form-action.directive.mjs +3 -2
- package/components/data/form/esm2022/form-field/form-field.directive.mjs +3 -2
- package/components/data/form/esm2022/form-widget.directive.mjs +3 -2
- package/components/data/form/esm2022/form.component.mjs +101 -104
- package/components/data/form/esm2022/form.props.mjs +1 -11
- package/components/data/form/esm2022/live-actions/dependson.directive.mjs +3 -2
- package/components/data/form/esm2022/live-actions/live-actions.directive.mjs +3 -2
- package/components/data/form/esm2022/live-filter/live-filter.directive.mjs +3 -2
- package/components/data/form/esm2022/live-form/live-form.directive.mjs +3 -6
- package/components/data/form/esm2022/public_api.mjs +1 -2
- package/components/data/form/fesm2022/index.mjs +117 -184
- package/components/data/form/fesm2022/index.mjs.map +1 -1
- package/components/data/form/form-action/form-action.directive.d.ts +1 -1
- package/components/data/form/form-field/form-field.directive.d.ts +1 -1
- package/components/data/form/form-widget.directive.d.ts +1 -1
- package/components/data/form/form.component.d.ts +1 -1
- package/components/data/form/live-actions/dependson.directive.d.ts +1 -1
- package/components/data/form/live-actions/live-actions.directive.d.ts +1 -1
- package/components/data/form/live-filter/live-filter.directive.d.ts +1 -1
- package/components/data/form/live-form/live-form.directive.d.ts +1 -1
- package/components/data/form/public_api.d.ts +0 -1
- package/components/data/list/bundles/index.umd.js +195 -504
- package/components/data/list/esm2022/list-item.directive.mjs +4 -3
- package/components/data/list/esm2022/list.component.mjs +187 -232
- package/components/data/list/esm2022/list.props.mjs +2 -3
- package/components/data/list/esm2022/public_api.mjs +1 -2
- package/components/data/list/fesm2022/index.mjs +193 -502
- package/components/data/list/fesm2022/index.mjs.map +1 -1
- package/components/data/list/list-item.directive.d.ts +1 -1
- package/components/data/list/list.component.d.ts +1 -1
- package/components/data/list/public_api.d.ts +0 -1
- package/components/data/live-table/bundles/index.umd.js +9 -33
- package/components/data/live-table/esm2022/live-table.component.mjs +7 -6
- package/components/data/live-table/esm2022/public_api.mjs +1 -2
- package/components/data/live-table/fesm2022/index.mjs +8 -32
- package/components/data/live-table/fesm2022/index.mjs.map +1 -1
- package/components/data/live-table/live-table.component.d.ts +1 -1
- package/components/data/live-table/public_api.d.ts +0 -1
- package/components/data/pagination/bundles/index.umd.js +80 -110
- package/components/data/pagination/esm2022/pagination.component.mjs +80 -76
- package/components/data/pagination/esm2022/public_api.mjs +1 -2
- package/components/data/pagination/fesm2022/index.mjs +81 -110
- package/components/data/pagination/fesm2022/index.mjs.map +1 -1
- package/components/data/pagination/pagination.component.d.ts +1 -1
- package/components/data/pagination/public_api.d.ts +0 -1
- package/components/data/table/bundles/index.umd.js +66 -135
- package/components/data/table/esm2022/public_api.mjs +1 -2
- package/components/data/table/esm2022/table-action/table-action.directive.mjs +3 -2
- package/components/data/table/esm2022/table-column/table-column.directive.mjs +3 -2
- package/components/data/table/esm2022/table-column-group/table-column-group.directive.mjs +3 -2
- package/components/data/table/esm2022/table-cud.directive.mjs +3 -2
- package/components/data/table/esm2022/table-filter.directive.mjs +4 -2
- package/components/data/table/esm2022/table-row/table-row.directive.mjs +3 -2
- package/components/data/table/esm2022/table-row-action/table-row-action.directive.mjs +3 -2
- package/components/data/table/esm2022/table.component.mjs +50 -49
- package/components/data/table/fesm2022/index.mjs +70 -140
- package/components/data/table/fesm2022/index.mjs.map +1 -1
- package/components/data/table/public_api.d.ts +0 -1
- package/components/data/table/table-action/table-action.directive.d.ts +1 -1
- package/components/data/table/table-column/table-column.directive.d.ts +1 -1
- package/components/data/table/table-column-group/table-column-group.directive.d.ts +1 -1
- package/components/data/table/table-cud.directive.d.ts +1 -1
- package/components/data/table/table-filter.directive.d.ts +1 -1
- package/components/data/table/table-row/table-row.directive.d.ts +1 -1
- package/components/data/table/table-row-action/table-row-action.directive.d.ts +1 -1
- package/components/data/table/table.component.d.ts +1 -1
- package/components/dialogs/alert-dialog/alert-dialog.component.d.ts +1 -1
- package/components/dialogs/alert-dialog/bundles/index.umd.js +32 -64
- package/components/dialogs/alert-dialog/esm2022/alert-dialog.component.mjs +10 -10
- package/components/dialogs/alert-dialog/esm2022/public_api.mjs +1 -2
- package/components/dialogs/alert-dialog/fesm2022/index.mjs +11 -43
- package/components/dialogs/alert-dialog/fesm2022/index.mjs.map +1 -1
- package/components/dialogs/alert-dialog/public_api.d.ts +0 -1
- package/components/dialogs/confirm-dialog/bundles/index.umd.js +10 -42
- package/components/dialogs/confirm-dialog/confirm-dialog.component.d.ts +1 -1
- package/components/dialogs/confirm-dialog/esm2022/confirm-dialog.component.mjs +9 -9
- package/components/dialogs/confirm-dialog/esm2022/public_api.mjs +1 -2
- package/components/dialogs/confirm-dialog/fesm2022/index.mjs +10 -42
- package/components/dialogs/confirm-dialog/fesm2022/index.mjs.map +1 -1
- package/components/dialogs/confirm-dialog/public_api.d.ts +0 -1
- package/components/dialogs/default/bundles/index.umd.js +76 -136
- package/components/dialogs/default/dialog-body/dialog-body.directive.d.ts +1 -1
- package/components/dialogs/default/dialog-footer/dialog-footer.directive.d.ts +1 -1
- package/components/dialogs/default/dialog-header/dialog-header.component.d.ts +1 -1
- package/components/dialogs/default/esm2022/base-dialog.mjs +3 -3
- package/components/dialogs/default/esm2022/dialog-body/dialog-body.directive.mjs +3 -2
- package/components/dialogs/default/esm2022/dialog-footer/dialog-footer.directive.mjs +3 -2
- package/components/dialogs/default/esm2022/dialog-header/dialog-header.component.mjs +70 -97
- package/components/dialogs/default/esm2022/public_api.mjs +1 -2
- package/components/dialogs/default/fesm2022/index.mjs +78 -137
- package/components/dialogs/default/fesm2022/index.mjs.map +1 -1
- package/components/dialogs/default/public_api.d.ts +0 -1
- package/components/dialogs/design-dialog/bundles/index.umd.js +16 -47
- package/components/dialogs/design-dialog/dialog.component.d.ts +1 -1
- package/components/dialogs/design-dialog/esm2022/dialog.component.mjs +14 -13
- package/components/dialogs/design-dialog/esm2022/public_api.mjs +1 -2
- package/components/dialogs/design-dialog/fesm2022/index.mjs +14 -45
- package/components/dialogs/design-dialog/fesm2022/index.mjs.map +1 -1
- package/components/dialogs/design-dialog/public_api.d.ts +0 -1
- package/components/dialogs/iframe-dialog/bundles/index.umd.js +20 -57
- package/components/dialogs/iframe-dialog/esm2022/iframe-dialog.component.mjs +21 -21
- package/components/dialogs/iframe-dialog/esm2022/public_api.mjs +1 -2
- package/components/dialogs/iframe-dialog/fesm2022/index.mjs +21 -57
- package/components/dialogs/iframe-dialog/fesm2022/index.mjs.map +1 -1
- package/components/dialogs/iframe-dialog/iframe-dialog.component.d.ts +1 -1
- package/components/dialogs/iframe-dialog/public_api.d.ts +0 -1
- package/components/dialogs/login-dialog/bundles/index.umd.js +6 -38
- package/components/dialogs/login-dialog/esm2022/login-dialog.directive.mjs +3 -2
- package/components/dialogs/login-dialog/esm2022/public_api.mjs +1 -2
- package/components/dialogs/login-dialog/fesm2022/index.mjs +6 -41
- package/components/dialogs/login-dialog/fesm2022/index.mjs.map +1 -1
- package/components/dialogs/login-dialog/login-dialog.directive.d.ts +1 -1
- package/components/dialogs/login-dialog/public_api.d.ts +0 -1
- package/components/dialogs/partial-dialog/bundles/index.umd.js +17 -49
- package/components/dialogs/partial-dialog/esm2022/partial-dialog.component.mjs +16 -15
- package/components/dialogs/partial-dialog/esm2022/public_api.mjs +1 -2
- package/components/dialogs/partial-dialog/fesm2022/index.mjs +16 -47
- package/components/dialogs/partial-dialog/fesm2022/index.mjs.map +1 -1
- package/components/dialogs/partial-dialog/partial-dialog.component.d.ts +1 -1
- package/components/dialogs/partial-dialog/public_api.d.ts +0 -1
- package/components/input/calendar/bundles/index.umd.js +19 -46
- package/components/input/calendar/calendar.component.d.ts +1 -1
- package/components/input/calendar/esm2022/calendar.component.mjs +24 -10
- package/components/input/calendar/esm2022/calendar.props.mjs +1 -1
- package/components/input/calendar/esm2022/public_api.mjs +1 -2
- package/components/input/calendar/fesm2022/index.mjs +26 -48
- package/components/input/calendar/fesm2022/index.mjs.map +1 -1
- package/components/input/calendar/public_api.d.ts +0 -1
- package/components/input/chips/bundles/index.umd.js +86 -114
- package/components/input/chips/chips.component.d.ts +1 -1
- package/components/input/chips/esm2022/chips.component.mjs +28 -27
- package/components/input/chips/esm2022/public_api.mjs +1 -2
- package/components/input/chips/fesm2022/index.mjs +29 -56
- package/components/input/chips/fesm2022/index.mjs.map +1 -1
- package/components/input/chips/public_api.d.ts +0 -1
- package/components/input/color-picker/bundles/index.umd.js +10 -40
- package/components/input/color-picker/color-picker.component.d.ts +1 -1
- package/components/input/color-picker/esm2022/color-picker.component.mjs +10 -6
- package/components/input/color-picker/esm2022/public_api.mjs +1 -2
- package/components/input/color-picker/fesm2022/index.mjs +11 -40
- package/components/input/color-picker/fesm2022/index.mjs.map +1 -1
- package/components/input/color-picker/public_api.d.ts +0 -1
- package/components/input/currency/bundles/index.umd.js +11 -41
- package/components/input/currency/currency.component.d.ts +1 -1
- package/components/input/currency/esm2022/currency.component.mjs +8 -6
- package/components/input/currency/esm2022/public_api.mjs +1 -2
- package/components/input/currency/fesm2022/index.mjs +11 -41
- package/components/input/currency/fesm2022/index.mjs.map +1 -1
- package/components/input/currency/public_api.d.ts +0 -1
- package/components/input/default/bundles/index.umd.js +2183 -2263
- package/components/input/default/button/button.component.d.ts +1 -1
- package/components/input/default/button-group/button-group.directive.d.ts +1 -1
- package/components/input/default/caption-position.directive.d.ts +1 -1
- package/components/input/default/checkbox/checkbox.component.d.ts +1 -1
- package/components/input/default/checkboxset/checkboxset.component.d.ts +1 -1
- package/components/input/default/composite/composite.directive.d.ts +1 -1
- package/components/input/default/esm2022/button/button.component.mjs +23 -21
- package/components/input/default/esm2022/button-group/button-group.directive.mjs +3 -2
- package/components/input/default/esm2022/caption-position.directive.mjs +3 -2
- package/components/input/default/esm2022/checkbox/checkbox.component.mjs +9 -6
- package/components/input/default/esm2022/checkboxset/checkboxset.component.mjs +73 -72
- package/components/input/default/esm2022/composite/composite.directive.mjs +3 -2
- package/components/input/default/esm2022/number/number.component.mjs +9 -6
- package/components/input/default/esm2022/public_api.mjs +1 -2
- package/components/input/default/esm2022/radioset/radioset.component.mjs +73 -72
- package/components/input/default/esm2022/select/select.component.mjs +29 -32
- package/components/input/default/esm2022/switch/switch.component.mjs +29 -27
- package/components/input/default/esm2022/text/calendar/input-calendar.component.mjs +9 -6
- package/components/input/default/esm2022/text/color/input-color.component.mjs +9 -6
- package/components/input/default/esm2022/text/email/input-email.component.mjs +9 -6
- package/components/input/default/esm2022/text/number/input-number.component.mjs +9 -6
- package/components/input/default/esm2022/text/text/input-text.component.mjs +10 -6
- package/components/input/default/esm2022/textarea/textarea.component.mjs +14 -11
- package/components/input/default/fesm2022/index.mjs +2198 -2277
- package/components/input/default/fesm2022/index.mjs.map +1 -1
- package/components/input/default/number/number.component.d.ts +1 -1
- package/components/input/default/public_api.d.ts +0 -1
- package/components/input/default/radioset/radioset.component.d.ts +1 -1
- package/components/input/default/select/select.component.d.ts +1 -1
- package/components/input/default/switch/switch.component.d.ts +1 -1
- package/components/input/default/text/calendar/input-calendar.component.d.ts +1 -1
- package/components/input/default/text/color/input-color.component.d.ts +1 -1
- package/components/input/default/text/email/input-email.component.d.ts +1 -1
- package/components/input/default/text/number/input-number.component.d.ts +1 -1
- package/components/input/default/text/text/input-text.component.d.ts +1 -1
- package/components/input/default/textarea/textarea.component.d.ts +1 -1
- package/components/input/epoch/base-date-time.component.d.ts +0 -1
- package/components/input/epoch/bundles/index.umd.js +181 -229
- package/components/input/epoch/date/date.component.d.ts +1 -1
- package/components/input/epoch/date/imaskUtil.d.ts +2 -2
- package/components/input/epoch/date-time/date-time-picker.component.d.ts +6 -6
- package/components/input/epoch/date-time/date-time.component.d.ts +1 -1
- package/components/input/epoch/esm2022/base-date-time.component.mjs +5 -9
- package/components/input/epoch/esm2022/date/date.component.mjs +19 -18
- package/components/input/epoch/esm2022/date/imaskUtil.mjs +2 -1
- package/components/input/epoch/esm2022/date-time/date-time-picker.component.mjs +75 -62
- package/components/input/epoch/esm2022/date-time/date-time.component.mjs +27 -24
- package/components/input/epoch/esm2022/picker/picker.component.mjs +33 -28
- package/components/input/epoch/esm2022/public_api.mjs +1 -2
- package/components/input/epoch/esm2022/time/time.component.mjs +24 -21
- package/components/input/epoch/fesm2022/index.mjs +158 -204
- package/components/input/epoch/fesm2022/index.mjs.map +1 -1
- package/components/input/epoch/picker/picker.component.d.ts +2 -2
- package/components/input/epoch/public_api.d.ts +0 -1
- package/components/input/epoch/time/time.component.d.ts +1 -1
- package/components/input/file-upload/bundles/index.umd.js +135 -178
- package/components/input/file-upload/esm2022/file-upload.component.mjs +133 -150
- package/components/input/file-upload/esm2022/public_api.mjs +1 -2
- package/components/input/file-upload/fesm2022/index.mjs +133 -175
- package/components/input/file-upload/fesm2022/index.mjs.map +1 -1
- package/components/input/file-upload/file-upload.component.d.ts +1 -2
- package/components/input/file-upload/public_api.d.ts +0 -1
- package/components/input/rating/bundles/index.umd.js +50 -77
- package/components/input/rating/esm2022/public_api.mjs +1 -2
- package/components/input/rating/esm2022/rating.component.mjs +23 -20
- package/components/input/rating/fesm2022/index.mjs +23 -49
- package/components/input/rating/fesm2022/index.mjs.map +1 -1
- package/components/input/rating/public_api.d.ts +0 -1
- package/components/input/rating/rating.component.d.ts +1 -1
- package/components/input/slider/bundles/index.umd.js +35 -63
- package/components/input/slider/esm2022/public_api.mjs +1 -2
- package/components/input/slider/esm2022/slider.component.mjs +15 -13
- package/components/input/slider/fesm2022/index.mjs +15 -42
- package/components/input/slider/fesm2022/index.mjs.map +1 -1
- package/components/input/slider/public_api.d.ts +0 -1
- package/components/input/slider/slider.component.d.ts +1 -1
- package/components/navigation/breadcrumb/breadcrumb.component.d.ts +1 -1
- package/components/navigation/breadcrumb/bundles/index.umd.js +40 -67
- package/components/navigation/breadcrumb/esm2022/breadcrumb.component.mjs +23 -21
- package/components/navigation/breadcrumb/esm2022/public_api.mjs +1 -2
- package/components/navigation/breadcrumb/fesm2022/index.mjs +23 -50
- package/components/navigation/breadcrumb/fesm2022/index.mjs.map +1 -1
- package/components/navigation/breadcrumb/public_api.d.ts +0 -1
- package/components/navigation/menu/bundles/index.umd.js +642 -696
- package/components/navigation/menu/esm2022/menu-adapator.component.mjs +1 -1
- package/components/navigation/menu/esm2022/menu-dropdown/menu-dropdown.component.mjs +11 -9
- package/components/navigation/menu/esm2022/menu-dropdown-item/menu-dropdown-item.component.mjs +24 -18
- package/components/navigation/menu/esm2022/menu.component.mjs +34 -31
- package/components/navigation/menu/esm2022/nav/nav-item/nav-item.directive.mjs +3 -2
- package/components/navigation/menu/esm2022/nav/nav.component.mjs +39 -29
- package/components/navigation/menu/esm2022/nav/navigation-control.directive.mjs +6 -3
- package/components/navigation/menu/esm2022/public_api.mjs +1 -2
- package/components/navigation/menu/fesm2022/index.mjs +534 -587
- package/components/navigation/menu/fesm2022/index.mjs.map +1 -1
- package/components/navigation/menu/menu-dropdown/menu-dropdown.component.d.ts +1 -1
- package/components/navigation/menu/menu-dropdown-item/menu-dropdown-item.component.d.ts +1 -1
- package/components/navigation/menu/menu.component.d.ts +1 -1
- package/components/navigation/menu/nav/nav-item/nav-item.directive.d.ts +1 -1
- package/components/navigation/menu/nav/nav.component.d.ts +1 -1
- package/components/navigation/menu/nav/navigation-control.directive.d.ts +1 -1
- package/components/navigation/menu/public_api.d.ts +0 -1
- package/components/navigation/navbar/bundles/index.umd.js +20 -44
- package/components/navigation/navbar/esm2022/navbar.component.mjs +18 -16
- package/components/navigation/navbar/esm2022/public_api.mjs +1 -2
- package/components/navigation/navbar/fesm2022/index.mjs +18 -41
- package/components/navigation/navbar/fesm2022/index.mjs.map +1 -1
- package/components/navigation/navbar/navbar.component.d.ts +1 -1
- package/components/navigation/navbar/public_api.d.ts +0 -1
- package/components/navigation/popover/bundles/index.umd.js +12 -43
- package/components/navigation/popover/esm2022/popover.component.mjs +11 -9
- package/components/navigation/popover/esm2022/public_api.mjs +1 -2
- package/components/navigation/popover/fesm2022/index.mjs +11 -41
- package/components/navigation/popover/fesm2022/index.mjs.map +1 -1
- package/components/navigation/popover/popover.component.d.ts +1 -1
- package/components/navigation/popover/public_api.d.ts +0 -1
- package/components/page/default/bundles/index.umd.js +96 -138
- package/components/page/default/content/content.component.d.ts +1 -1
- package/components/page/default/esm2022/content/content.component.mjs +7 -6
- package/components/page/default/esm2022/layout.directive.mjs +3 -2
- package/components/page/default/esm2022/page-content/page-content.component.mjs +7 -6
- package/components/page/default/esm2022/page-content/page-content.props.mjs +2 -3
- package/components/page/default/esm2022/page.directive.mjs +3 -2
- package/components/page/default/esm2022/public_api.mjs +1 -2
- package/components/page/default/esm2022/router-outlet.directive.mjs +3 -2
- package/components/page/default/esm2022/spa-page.directive.mjs +3 -2
- package/components/page/default/fesm2022/index.mjs +96 -138
- package/components/page/default/fesm2022/index.mjs.map +1 -1
- package/components/page/default/layout.directive.d.ts +1 -1
- package/components/page/default/page-content/page-content.component.d.ts +1 -1
- package/components/page/default/page.directive.d.ts +1 -1
- package/components/page/default/public_api.d.ts +0 -1
- package/components/page/default/router-outlet.directive.d.ts +1 -1
- package/components/page/default/spa-page.directive.d.ts +1 -1
- package/components/page/footer/bundles/index.umd.js +6 -29
- package/components/page/footer/esm2022/footer.directive.mjs +3 -2
- package/components/page/footer/esm2022/public_api.mjs +1 -2
- package/components/page/footer/fesm2022/index.mjs +5 -28
- package/components/page/footer/fesm2022/index.mjs.map +1 -1
- package/components/page/footer/footer.directive.d.ts +1 -1
- package/components/page/footer/public_api.d.ts +0 -1
- package/components/page/header/bundles/index.umd.js +9 -33
- package/components/page/header/esm2022/header.component.mjs +7 -6
- package/components/page/header/esm2022/public_api.mjs +1 -2
- package/components/page/header/fesm2022/index.mjs +8 -32
- package/components/page/header/fesm2022/index.mjs.map +1 -1
- package/components/page/header/header.component.d.ts +1 -1
- package/components/page/header/public_api.d.ts +0 -1
- package/components/page/left-panel/bundles/index.umd.js +6 -29
- package/components/page/left-panel/esm2022/left-panel.directive.mjs +3 -2
- package/components/page/left-panel/esm2022/public_api.mjs +1 -2
- package/components/page/left-panel/fesm2022/index.mjs +5 -28
- package/components/page/left-panel/fesm2022/index.mjs.map +1 -1
- package/components/page/left-panel/left-panel.directive.d.ts +1 -1
- package/components/page/left-panel/public_api.d.ts +0 -1
- package/components/page/right-panel/bundles/index.umd.js +6 -29
- package/components/page/right-panel/esm2022/public_api.mjs +1 -2
- package/components/page/right-panel/esm2022/right-panel.directive.mjs +3 -2
- package/components/page/right-panel/fesm2022/index.mjs +5 -28
- package/components/page/right-panel/fesm2022/index.mjs.map +1 -1
- package/components/page/right-panel/public_api.d.ts +0 -1
- package/components/page/right-panel/right-panel.directive.d.ts +1 -1
- package/components/page/top-nav/bundles/index.umd.js +6 -29
- package/components/page/top-nav/esm2022/public_api.mjs +1 -2
- package/components/page/top-nav/esm2022/top-nav.directive.mjs +3 -2
- package/components/page/top-nav/fesm2022/index.mjs +5 -28
- package/components/page/top-nav/fesm2022/index.mjs.map +1 -1
- package/components/page/top-nav/public_api.d.ts +0 -1
- package/components/page/top-nav/top-nav.directive.d.ts +1 -1
- package/components/prefab/bundles/index.umd.js +8 -33
- package/components/prefab/esm2022/prefab-container/prefab-container.directive.mjs +3 -2
- package/components/prefab/esm2022/prefab.directive.mjs +3 -2
- package/components/prefab/esm2022/public_api.mjs +1 -2
- package/components/prefab/fesm2022/index.mjs +7 -32
- package/components/prefab/fesm2022/index.mjs.map +1 -1
- package/components/prefab/prefab-container/prefab-container.directive.d.ts +1 -1
- package/components/prefab/prefab.directive.d.ts +1 -1
- package/components/prefab/public_api.d.ts +0 -1
- package/core/bundles/index.umd.js +30 -85
- package/core/esm2022/public_api.mjs +2 -3
- package/core/esm2022/utils/build-utils.mjs +9 -5
- package/core/esm2022/utils/utils.mjs +11 -40
- package/core/fesm2022/index.mjs +31 -81
- package/core/fesm2022/index.mjs.map +1 -1
- package/core/public_api.d.ts +1 -2
- package/core/utils/utils.d.ts +1 -3
- package/http/bundles/index.umd.js +9 -34
- package/http/esm2022/http.service.mjs +6 -3
- package/http/esm2022/public_api.mjs +4 -2
- package/http/fesm2022/index.mjs +9 -34
- package/http/fesm2022/index.mjs.map +1 -1
- package/http/public_api.d.ts +3 -1
- package/npm-shrinkwrap.json +2 -2
- package/oAuth/bundles/index.umd.js +7 -42
- package/oAuth/esm2022/oAuth.utils.mjs +6 -23
- package/oAuth/esm2022/public_api.mjs +1 -2
- package/oAuth/fesm2022/index.mjs +7 -40
- package/oAuth/fesm2022/index.mjs.map +1 -1
- package/oAuth/public_api.d.ts +0 -1
- package/package-lock.json +2 -2
- package/package.json +1 -1
- package/runtime/base/bundles/index.umd.js +681 -596
- package/runtime/base/components/app-component/app.component.d.ts +1 -1
- package/runtime/base/components/app-spinner.component.d.ts +1 -1
- package/runtime/base/components/custom-toaster.component.d.ts +1 -1
- package/runtime/base/components/empty-component/empty-page.component.d.ts +1 -1
- package/runtime/base/components/prefab-preview.component.d.ts +1 -1
- package/runtime/base/directives/accessroles.directive.d.ts +1 -1
- package/runtime/base/directives/prefab.directive.d.ts +1 -1
- package/runtime/base/esm2022/components/app-component/app.component.mjs +42 -49
- package/runtime/base/esm2022/components/app-spinner.component.mjs +29 -21
- package/runtime/base/esm2022/components/base-page.component.mjs +3 -11
- package/runtime/base/esm2022/components/base-spa-page.component.mjs +3 -11
- package/runtime/base/esm2022/components/custom-toaster.component.mjs +20 -14
- package/runtime/base/esm2022/components/empty-component/empty-page.component.mjs +4 -3
- package/runtime/base/esm2022/components/prefab-preview.component.mjs +8 -6
- package/runtime/base/esm2022/directives/accessroles.directive.mjs +3 -2
- package/runtime/base/esm2022/directives/prefab.directive.mjs +3 -2
- package/runtime/base/esm2022/public_api.mjs +1 -1
- package/runtime/base/esm2022/resolves/security-config.resolve.mjs +4 -6
- package/runtime/base/esm2022/runtime-base.module.mjs +486 -337
- package/runtime/base/esm2022/services/app.manager.service.mjs +31 -48
- package/runtime/base/esm2022/services/i18n.service.mjs +37 -72
- package/runtime/base/fesm2022/index.mjs +689 -605
- package/runtime/base/fesm2022/index.mjs.map +1 -1
- package/runtime/base/runtime-base.module.d.ts +115 -84
- package/runtime/base/services/i18n.service.d.ts +1 -1
- package/runtime/dynamic/app/components/page-wrapper.component.d.ts +1 -1
- package/runtime/dynamic/bundles/index.umd.js +113 -69
- package/runtime/dynamic/esm2022/app/app.module.mjs +151 -105
- package/runtime/dynamic/esm2022/app/components/page-wrapper.component.mjs +7 -4
- package/runtime/dynamic/esm2022/app/services/component-ref-provider.service.mjs +4 -2
- package/runtime/dynamic/esm2022/main.mjs +2 -7
- package/runtime/dynamic/fesm2022/index.mjs +159 -114
- package/runtime/dynamic/fesm2022/index.mjs.map +1 -1
- package/security/bundles/index.umd.js +3 -34
- package/security/esm2022/public_api.mjs +1 -2
- package/security/esm2022/security.service.mjs +4 -15
- package/security/fesm2022/index.mjs +5 -32
- package/security/fesm2022/index.mjs.map +1 -1
- package/security/public_api.d.ts +0 -1
- package/transpiler/bundles/index.umd.js +271 -168
- package/transpiler/esm2022/build.mjs +1 -6
- package/transpiler/esm2022/imports.mjs +268 -161
- package/transpiler/fesm2022/index.mjs +267 -165
- package/transpiler/fesm2022/index.mjs.map +1 -1
- package/variables/bundles/index.umd.js +14 -198
- package/variables/constants/variables.constants.d.ts +0 -2
- package/variables/esm2022/constants/variables.constants.mjs +1 -3
- package/variables/esm2022/factory/variable-manager.factory.mjs +1 -3
- package/variables/esm2022/factory/variable.factory.mjs +1 -5
- package/variables/esm2022/manager/action/logout-action.manager.mjs +5 -7
- package/variables/esm2022/manager/variable/web-socket-variable.manager.mjs +3 -3
- package/variables/esm2022/public_api.mjs +1 -5
- package/variables/esm2022/service/metadata-service/metadata.service.mjs +6 -11
- package/variables/esm2022/util/variable/service-variable.utils.mjs +1 -4
- package/variables/esm2022/util/variable/variables.utils.mjs +4 -19
- package/variables/fesm2022/index.mjs +15 -198
- package/variables/fesm2022/index.mjs.map +1 -1
- package/variables/public_api.d.ts +0 -4
- package/components/advanced/carousel/carousel.module.d.ts +0 -11
- package/components/advanced/carousel/esm2022/carousel.module.mjs +0 -36
- package/components/advanced/custom/custom-widget.module.d.ts +0 -10
- package/components/advanced/custom/esm2022/custom-widget.module.mjs +0 -32
- package/components/advanced/login/esm2022/login.module.mjs +0 -28
- package/components/advanced/login/login.module.d.ts +0 -9
- package/components/advanced/marquee/esm2022/marquee.module.mjs +0 -28
- package/components/advanced/marquee/marquee.module.d.ts +0 -9
- package/components/base/esm2022/widgets/common/smooth-scroll/smooth-scroll.directive.mjs +0 -221
- package/components/base/widgets/common/smooth-scroll/smooth-scroll.directive.d.ts +0 -22
- package/components/basic/default/basic.module.d.ts +0 -17
- package/components/basic/default/esm2022/basic.module.mjs +0 -60
- package/components/basic/progress/esm2022/progress.module.mjs +0 -36
- package/components/basic/progress/progress.module.d.ts +0 -11
- package/components/basic/rich-text-editor/esm2022/rich-text-editor.module.mjs +0 -28
- package/components/basic/rich-text-editor/rich-text-editor.module.d.ts +0 -9
- package/components/basic/search/esm2022/search.module.mjs +0 -45
- package/components/basic/search/search.module.d.ts +0 -12
- package/components/basic/tree/esm2022/tree.module.mjs +0 -28
- package/components/basic/tree/tree.module.d.ts +0 -9
- package/components/chart/chart.module.d.ts +0 -10
- package/components/chart/esm2022/chart.module.mjs +0 -32
- package/components/containers/accordion/accordion.module.d.ts +0 -10
- package/components/containers/accordion/esm2022/accordion.module.mjs +0 -32
- package/components/containers/layout-grid/esm2022/layout-grid.module.mjs +0 -36
- package/components/containers/layout-grid/layout-grid.module.d.ts +0 -11
- package/components/containers/linear-layout/esm2022/linear-layout.module.mjs +0 -32
- package/components/containers/linear-layout/linear-layout.module.d.ts +0 -10
- package/components/containers/panel/esm2022/panel.module.mjs +0 -36
- package/components/containers/panel/panel.module.d.ts +0 -11
- package/components/containers/tabs/esm2022/tabs.module.mjs +0 -32
- package/components/containers/tabs/tabs.module.d.ts +0 -10
- package/components/containers/tile/esm2022/tile.module.mjs +0 -28
- package/components/containers/tile/tile.module.d.ts +0 -9
- package/components/containers/wizard/esm2022/wizard-step/wizard-step.directive.mjs +0 -140
- package/components/containers/wizard/esm2022/wizard.module.mjs +0 -40
- package/components/containers/wizard/wizard.module.d.ts +0 -12
- package/components/data/card/card.module.d.ts +0 -15
- package/components/data/card/esm2022/card.module.mjs +0 -52
- package/components/data/form/esm2022/form.module.mjs +0 -68
- package/components/data/form/form.module.d.ts +0 -19
- package/components/data/list/esm2022/list.module.mjs +0 -40
- package/components/data/list/list.module.d.ts +0 -11
- package/components/data/live-table/esm2022/live-table.module.mjs +0 -28
- package/components/data/live-table/live-table.module.d.ts +0 -9
- package/components/data/pagination/esm2022/pagination.module.mjs +0 -36
- package/components/data/pagination/pagination.module.d.ts +0 -11
- package/components/data/table/esm2022/table.module.mjs +0 -91
- package/components/data/table/table.module.d.ts +0 -24
- package/components/dialogs/alert-dialog/alert-dialog.module.d.ts +0 -11
- package/components/dialogs/alert-dialog/esm2022/alert-dialog.module.mjs +0 -36
- package/components/dialogs/confirm-dialog/confirm-dialog.module.d.ts +0 -11
- package/components/dialogs/confirm-dialog/esm2022/confirm-dialog.module.mjs +0 -36
- package/components/dialogs/default/dialog.module.d.ts +0 -12
- package/components/dialogs/default/esm2022/dialog.module.mjs +0 -40
- package/components/dialogs/design-dialog/design-dialog.module.d.ts +0 -11
- package/components/dialogs/design-dialog/esm2022/design-dialog.module.mjs +0 -36
- package/components/dialogs/iframe-dialog/esm2022/iframe-dialog.module.mjs +0 -40
- package/components/dialogs/iframe-dialog/iframe-dialog.module.d.ts +0 -12
- package/components/dialogs/login-dialog/esm2022/login-dialog.module.mjs +0 -40
- package/components/dialogs/login-dialog/login-dialog.module.d.ts +0 -12
- package/components/dialogs/partial-dialog/esm2022/partial-dialog.module.mjs +0 -36
- package/components/dialogs/partial-dialog/partial-dialog.module.d.ts +0 -11
- package/components/input/calendar/calendar.module.d.ts +0 -12
- package/components/input/calendar/esm2022/calendar.module.mjs +0 -40
- package/components/input/chips/chips.module.d.ts +0 -10
- package/components/input/chips/esm2022/chips.module.mjs +0 -32
- package/components/input/color-picker/color-picker.module.d.ts +0 -11
- package/components/input/color-picker/esm2022/color-picker.module.mjs +0 -36
- package/components/input/currency/currency.module.d.ts +0 -11
- package/components/input/currency/esm2022/currency.module.mjs +0 -36
- package/components/input/default/esm2022/input.module.mjs +0 -96
- package/components/input/default/input.module.d.ts +0 -26
- package/components/input/epoch/epoch.module.d.ts +0 -18
- package/components/input/epoch/esm2022/epoch.module.mjs +0 -70
- package/components/input/file-upload/esm2022/file-upload.module.mjs +0 -28
- package/components/input/file-upload/file-upload.module.d.ts +0 -9
- package/components/input/rating/esm2022/rating.module.mjs +0 -32
- package/components/input/rating/rating.module.d.ts +0 -10
- package/components/input/slider/esm2022/slider.module.mjs +0 -32
- package/components/input/slider/slider.module.d.ts +0 -10
- package/components/navigation/breadcrumb/breadcrumb.module.d.ts +0 -10
- package/components/navigation/breadcrumb/esm2022/breadcrumb.module.mjs +0 -32
- package/components/navigation/menu/esm2022/menu.module.mjs +0 -71
- package/components/navigation/menu/menu.module.d.ts +0 -17
- package/components/navigation/navbar/esm2022/navbar.module.mjs +0 -28
- package/components/navigation/navbar/navbar.module.d.ts +0 -9
- package/components/navigation/popover/esm2022/popover.module.mjs +0 -36
- package/components/navigation/popover/popover.module.d.ts +0 -11
- package/components/page/default/esm2022/page.module.mjs +0 -55
- package/components/page/default/page.module.d.ts +0 -14
- package/components/page/footer/esm2022/footer.module.mjs +0 -28
- package/components/page/footer/footer.module.d.ts +0 -9
- package/components/page/header/esm2022/header.module.mjs +0 -28
- package/components/page/header/header.module.d.ts +0 -9
- package/components/page/left-panel/esm2022/left-panel.module.mjs +0 -28
- package/components/page/left-panel/left-panel.module.d.ts +0 -9
- package/components/page/right-panel/esm2022/right-panel.module.mjs +0 -28
- package/components/page/right-panel/right-panel.module.d.ts +0 -9
- package/components/page/top-nav/esm2022/top-nav.module.mjs +0 -28
- package/components/page/top-nav/top-nav.module.d.ts +0 -9
- package/components/prefab/esm2022/prefab.module.mjs +0 -32
- package/components/prefab/prefab.module.d.ts +0 -10
- package/core/core.module.d.ts +0 -9
- package/core/esm2022/core.module.mjs +0 -27
- package/http/esm2022/http-service.module.mjs +0 -36
- package/http/http-service.module.d.ts +0 -14
- package/locales/fullcalendar/af.js +0 -27
- package/locales/fullcalendar/ar-dz.js +0 -28
- package/locales/fullcalendar/ar-kw.js +0 -28
- package/locales/fullcalendar/ar-ly.js +0 -28
- package/locales/fullcalendar/ar-ma.js +0 -28
- package/locales/fullcalendar/ar-sa.js +0 -28
- package/locales/fullcalendar/ar-tn.js +0 -28
- package/locales/fullcalendar/ar.js +0 -28
- package/locales/fullcalendar/az.js +0 -29
- package/locales/fullcalendar/bg.js +0 -28
- package/locales/fullcalendar/bs.js +0 -29
- package/locales/fullcalendar/ca.js +0 -27
- package/locales/fullcalendar/cs.js +0 -29
- package/locales/fullcalendar/da.js +0 -27
- package/locales/fullcalendar/de.js +0 -30
- package/locales/fullcalendar/el.js +0 -27
- package/locales/fullcalendar/en-au.js +0 -14
- package/locales/fullcalendar/en-gb.js +0 -14
- package/locales/fullcalendar/en-nz.js +0 -14
- package/locales/fullcalendar/es-us.js +0 -27
- package/locales/fullcalendar/es.js +0 -27
- package/locales/fullcalendar/et.js +0 -29
- package/locales/fullcalendar/eu.js +0 -27
- package/locales/fullcalendar/fa.js +0 -30
- package/locales/fullcalendar/fi.js +0 -27
- package/locales/fullcalendar/fr-ca.js +0 -24
- package/locales/fullcalendar/fr-ch.js +0 -28
- package/locales/fullcalendar/fr.js +0 -28
- package/locales/fullcalendar/gl.js +0 -27
- package/locales/fullcalendar/he.js +0 -24
- package/locales/fullcalendar/hi.js +0 -29
- package/locales/fullcalendar/hr.js +0 -29
- package/locales/fullcalendar/hu.js +0 -27
- package/locales/fullcalendar/id.js +0 -27
- package/locales/fullcalendar/is.js +0 -27
- package/locales/fullcalendar/it.js +0 -29
- package/locales/fullcalendar/ja.js +0 -25
- package/locales/fullcalendar/ka.js +0 -29
- package/locales/fullcalendar/kk.js +0 -29
- package/locales/fullcalendar/ko.js +0 -23
- package/locales/fullcalendar/lb.js +0 -27
- package/locales/fullcalendar/lt.js +0 -27
- package/locales/fullcalendar/lv.js +0 -29
- package/locales/fullcalendar/mk.js +0 -25
- package/locales/fullcalendar/ms.js +0 -29
- package/locales/fullcalendar/nb.js +0 -27
- package/locales/fullcalendar/ne.js +0 -27
- package/locales/fullcalendar/nl.js +0 -27
- package/locales/fullcalendar/nn.js +0 -27
- package/locales/fullcalendar/pl.js +0 -27
- package/locales/fullcalendar/pt-br.js +0 -25
- package/locales/fullcalendar/pt.js +0 -27
- package/locales/fullcalendar/ro.js +0 -29
- package/locales/fullcalendar/ru.js +0 -29
- package/locales/fullcalendar/sk.js +0 -29
- package/locales/fullcalendar/sl.js +0 -27
- package/locales/fullcalendar/sq.js +0 -29
- package/locales/fullcalendar/sr-cyrl.js +0 -29
- package/locales/fullcalendar/sr.js +0 -29
- package/locales/fullcalendar/sv.js +0 -27
- package/locales/fullcalendar/th.js +0 -30
- package/locales/fullcalendar/tr.js +0 -27
- package/locales/fullcalendar/ug.js +0 -17
- package/locales/fullcalendar/uk.js +0 -29
- package/locales/fullcalendar/uz.js +0 -21
- package/locales/fullcalendar/vi.js +0 -29
- package/locales/fullcalendar/zh-cn.js +0 -30
- package/locales/fullcalendar/zh-tw.js +0 -23
- package/mobile/components/basic/default/.npmignore +0 -2
- package/mobile/components/basic/default/anchor/anchor.directive.d.ts +0 -8
- package/mobile/components/basic/default/app-update/app-update.component.d.ts +0 -26
- package/mobile/components/basic/default/basic.module.d.ts +0 -15
- package/mobile/components/basic/default/bundles/index.umd.js +0 -980
- package/mobile/components/basic/default/esm2022/anchor/anchor.directive.mjs +0 -44
- package/mobile/components/basic/default/esm2022/app-update/app-update.component.mjs +0 -116
- package/mobile/components/basic/default/esm2022/basic.module.mjs +0 -52
- package/mobile/components/basic/default/esm2022/file-browser/file-browser.component.mjs +0 -236
- package/mobile/components/basic/default/esm2022/file-browser/file-selector.service.mjs +0 -85
- package/mobile/components/basic/default/esm2022/image-cache/image-cache.directive.mjs +0 -61
- package/mobile/components/basic/default/esm2022/index.mjs +0 -5
- package/mobile/components/basic/default/esm2022/network-info-toaster/network-info-toaster.component.mjs +0 -183
- package/mobile/components/basic/default/esm2022/network-info-toaster/network-info-toaster.props.mjs +0 -5
- package/mobile/components/basic/default/esm2022/process-manager/process-management.service.mjs +0 -47
- package/mobile/components/basic/default/esm2022/process-manager/process-manager.component.mjs +0 -175
- package/mobile/components/basic/default/esm2022/public_api.mjs +0 -10
- package/mobile/components/basic/default/fesm2022/index.mjs +0 -958
- package/mobile/components/basic/default/fesm2022/index.mjs.map +0 -1
- package/mobile/components/basic/default/file-browser/file-browser.component.d.ts +0 -39
- package/mobile/components/basic/default/file-browser/file-selector.service.d.ts +0 -27
- package/mobile/components/basic/default/image-cache/image-cache.directive.d.ts +0 -18
- package/mobile/components/basic/default/index.d.ts +0 -5
- package/mobile/components/basic/default/network-info-toaster/network-info-toaster.component.d.ts +0 -28
- package/mobile/components/basic/default/network-info-toaster/network-info-toaster.props.d.ts +0 -1
- package/mobile/components/basic/default/package.json +0 -23
- package/mobile/components/basic/default/process-manager/process-management.service.d.ts +0 -36
- package/mobile/components/basic/default/process-manager/process-manager.component.d.ts +0 -33
- package/mobile/components/basic/default/public_api.d.ts +0 -9
- package/mobile/components/basic/search/.npmignore +0 -2
- package/mobile/components/basic/search/bundles/index.umd.js +0 -66
- package/mobile/components/basic/search/esm2022/index.mjs +0 -5
- package/mobile/components/basic/search/esm2022/public_api.mjs +0 -3
- package/mobile/components/basic/search/esm2022/search.directive.mjs +0 -17
- package/mobile/components/basic/search/esm2022/search.module.mjs +0 -28
- package/mobile/components/basic/search/fesm2022/index.mjs +0 -49
- package/mobile/components/basic/search/fesm2022/index.mjs.map +0 -1
- package/mobile/components/basic/search/index.d.ts +0 -5
- package/mobile/components/basic/search/package.json +0 -23
- package/mobile/components/basic/search/public_api.d.ts +0 -2
- package/mobile/components/basic/search/search.directive.d.ts +0 -7
- package/mobile/components/basic/search/search.module.d.ts +0 -9
- package/mobile/components/containers/segmented-control/.npmignore +0 -2
- package/mobile/components/containers/segmented-control/bundles/index.umd.js +0 -281
- package/mobile/components/containers/segmented-control/esm2022/index.mjs +0 -5
- package/mobile/components/containers/segmented-control/esm2022/public_api.mjs +0 -4
- package/mobile/components/containers/segmented-control/esm2022/segment-content/segment-content.component.mjs +0 -70
- package/mobile/components/containers/segmented-control/esm2022/segment-content/segment-content.props.mjs +0 -14
- package/mobile/components/containers/segmented-control/esm2022/segmented-control.component.mjs +0 -147
- package/mobile/components/containers/segmented-control/esm2022/segmented-control.module.mjs +0 -32
- package/mobile/components/containers/segmented-control/esm2022/segmented-control.props.mjs +0 -9
- package/mobile/components/containers/segmented-control/fesm2022/index.mjs +0 -264
- package/mobile/components/containers/segmented-control/fesm2022/index.mjs.map +0 -1
- package/mobile/components/containers/segmented-control/index.d.ts +0 -5
- package/mobile/components/containers/segmented-control/package.json +0 -23
- package/mobile/components/containers/segmented-control/public_api.d.ts +0 -3
- package/mobile/components/containers/segmented-control/segment-content/segment-content.component.d.ts +0 -18
- package/mobile/components/containers/segmented-control/segment-content/segment-content.props.d.ts +0 -1
- package/mobile/components/containers/segmented-control/segmented-control.component.d.ts +0 -20
- package/mobile/components/containers/segmented-control/segmented-control.module.d.ts +0 -10
- package/mobile/components/containers/segmented-control/segmented-control.props.d.ts +0 -1
- package/mobile/components/data/media-list/.npmignore +0 -2
- package/mobile/components/data/media-list/bundles/index.umd.js +0 -310
- package/mobile/components/data/media-list/esm2022/index.mjs +0 -5
- package/mobile/components/data/media-list/esm2022/media-list-item/media-list-item.directive.mjs +0 -24
- package/mobile/components/data/media-list/esm2022/media-list.component.mjs +0 -213
- package/mobile/components/data/media-list/esm2022/media-list.module.mjs +0 -48
- package/mobile/components/data/media-list/esm2022/media-list.props.mjs +0 -16
- package/mobile/components/data/media-list/esm2022/public_api.mjs +0 -4
- package/mobile/components/data/media-list/fesm2022/index.mjs +0 -297
- package/mobile/components/data/media-list/fesm2022/index.mjs.map +0 -1
- package/mobile/components/data/media-list/index.d.ts +0 -5
- package/mobile/components/data/media-list/media-list-item/media-list-item.directive.d.ts +0 -8
- package/mobile/components/data/media-list/media-list.component.d.ts +0 -33
- package/mobile/components/data/media-list/media-list.module.d.ts +0 -14
- package/mobile/components/data/media-list/media-list.props.d.ts +0 -1
- package/mobile/components/data/media-list/package.json +0 -23
- package/mobile/components/data/media-list/public_api.d.ts +0 -3
- package/mobile/components/device/barcode-scanner/.npmignore +0 -2
- package/mobile/components/device/barcode-scanner/barcode-scanner.component.d.ts +0 -18
- package/mobile/components/device/barcode-scanner/barcode-scanner.module.d.ts +0 -9
- package/mobile/components/device/barcode-scanner/barcode-scanner.props.d.ts +0 -1
- package/mobile/components/device/barcode-scanner/bundles/index.umd.js +0 -129
- package/mobile/components/device/barcode-scanner/esm2022/barcode-scanner.component.mjs +0 -69
- package/mobile/components/device/barcode-scanner/esm2022/barcode-scanner.module.mjs +0 -28
- package/mobile/components/device/barcode-scanner/esm2022/barcode-scanner.props.mjs +0 -15
- package/mobile/components/device/barcode-scanner/esm2022/index.mjs +0 -5
- package/mobile/components/device/barcode-scanner/esm2022/public_api.mjs +0 -3
- package/mobile/components/device/barcode-scanner/fesm2022/index.mjs +0 -112
- package/mobile/components/device/barcode-scanner/fesm2022/index.mjs.map +0 -1
- package/mobile/components/device/barcode-scanner/index.d.ts +0 -5
- package/mobile/components/device/barcode-scanner/package.json +0 -23
- package/mobile/components/device/barcode-scanner/public_api.d.ts +0 -2
- package/mobile/components/device/camera/.npmignore +0 -2
- package/mobile/components/device/camera/bundles/index.umd.js +0 -170
- package/mobile/components/device/camera/camera.component.d.ts +0 -37
- package/mobile/components/device/camera/camera.module.d.ts +0 -9
- package/mobile/components/device/camera/camera.props.d.ts +0 -1
- package/mobile/components/device/camera/esm2022/camera.component.mjs +0 -101
- package/mobile/components/device/camera/esm2022/camera.module.mjs +0 -28
- package/mobile/components/device/camera/esm2022/camera.props.mjs +0 -25
- package/mobile/components/device/camera/esm2022/index.mjs +0 -5
- package/mobile/components/device/camera/esm2022/public_api.mjs +0 -3
- package/mobile/components/device/camera/fesm2022/index.mjs +0 -153
- package/mobile/components/device/camera/fesm2022/index.mjs.map +0 -1
- package/mobile/components/device/camera/index.d.ts +0 -5
- package/mobile/components/device/camera/package.json +0 -23
- package/mobile/components/device/camera/public_api.d.ts +0 -2
- package/mobile/components/input/file-upload/.npmignore +0 -2
- package/mobile/components/input/file-upload/bundles/index.umd.js +0 -88
- package/mobile/components/input/file-upload/esm2022/file-upload.directive.mjs +0 -41
- package/mobile/components/input/file-upload/esm2022/file-upload.module.mjs +0 -28
- package/mobile/components/input/file-upload/esm2022/index.mjs +0 -5
- package/mobile/components/input/file-upload/esm2022/public_api.mjs +0 -3
- package/mobile/components/input/file-upload/fesm2022/index.mjs +0 -71
- package/mobile/components/input/file-upload/fesm2022/index.mjs.map +0 -1
- package/mobile/components/input/file-upload/file-upload.directive.d.ts +0 -11
- package/mobile/components/input/file-upload/file-upload.module.d.ts +0 -9
- package/mobile/components/input/file-upload/index.d.ts +0 -5
- package/mobile/components/input/file-upload/package.json +0 -23
- package/mobile/components/input/file-upload/public_api.d.ts +0 -2
- package/mobile/components/page/default/.npmignore +0 -2
- package/mobile/components/page/default/bundles/index.umd.js +0 -127
- package/mobile/components/page/default/esm2022/index.mjs +0 -5
- package/mobile/components/page/default/esm2022/page-content-loader/page-content-loader.component.mjs +0 -24
- package/mobile/components/page/default/esm2022/page.directive.mjs +0 -58
- package/mobile/components/page/default/esm2022/page.module.mjs +0 -32
- package/mobile/components/page/default/esm2022/public_api.mjs +0 -4
- package/mobile/components/page/default/fesm2022/index.mjs +0 -110
- package/mobile/components/page/default/fesm2022/index.mjs.map +0 -1
- package/mobile/components/page/default/index.d.ts +0 -5
- package/mobile/components/page/default/package.json +0 -23
- package/mobile/components/page/default/page-content-loader/page-content-loader.component.d.ts +0 -7
- package/mobile/components/page/default/page.directive.d.ts +0 -19
- package/mobile/components/page/default/page.module.d.ts +0 -10
- package/mobile/components/page/default/public_api.d.ts +0 -3
- package/mobile/components/page/left-panel/.npmignore +0 -2
- package/mobile/components/page/left-panel/bundles/index.umd.js +0 -91
- package/mobile/components/page/left-panel/esm2022/index.mjs +0 -5
- package/mobile/components/page/left-panel/esm2022/left-panel.directive.mjs +0 -45
- package/mobile/components/page/left-panel/esm2022/left-panel.module.mjs +0 -28
- package/mobile/components/page/left-panel/esm2022/public_api.mjs +0 -3
- package/mobile/components/page/left-panel/fesm2022/index.mjs +0 -74
- package/mobile/components/page/left-panel/fesm2022/index.mjs.map +0 -1
- package/mobile/components/page/left-panel/index.d.ts +0 -5
- package/mobile/components/page/left-panel/left-panel.directive.d.ts +0 -16
- package/mobile/components/page/left-panel/left-panel.module.d.ts +0 -9
- package/mobile/components/page/left-panel/package.json +0 -23
- package/mobile/components/page/left-panel/public_api.d.ts +0 -2
- package/mobile/components/page/mobile-navbar/.npmignore +0 -2
- package/mobile/components/page/mobile-navbar/bundles/index.umd.js +0 -332
- package/mobile/components/page/mobile-navbar/esm2022/index.mjs +0 -5
- package/mobile/components/page/mobile-navbar/esm2022/mobile-navbar.component.mjs +0 -247
- package/mobile/components/page/mobile-navbar/esm2022/mobile-navbar.module.mjs +0 -32
- package/mobile/components/page/mobile-navbar/esm2022/mobile-navbar.props.mjs +0 -41
- package/mobile/components/page/mobile-navbar/esm2022/public_api.mjs +0 -3
- package/mobile/components/page/mobile-navbar/fesm2022/index.mjs +0 -317
- package/mobile/components/page/mobile-navbar/fesm2022/index.mjs.map +0 -1
- package/mobile/components/page/mobile-navbar/index.d.ts +0 -5
- package/mobile/components/page/mobile-navbar/mobile-navbar.component.d.ts +0 -50
- package/mobile/components/page/mobile-navbar/mobile-navbar.module.d.ts +0 -10
- package/mobile/components/page/mobile-navbar/mobile-navbar.props.d.ts +0 -2
- package/mobile/components/page/mobile-navbar/package.json +0 -23
- package/mobile/components/page/mobile-navbar/public_api.d.ts +0 -2
- package/mobile/components/page/tab-bar/.npmignore +0 -2
- package/mobile/components/page/tab-bar/bundles/index.umd.js +0 -279
- package/mobile/components/page/tab-bar/esm2022/index.mjs +0 -5
- package/mobile/components/page/tab-bar/esm2022/public_api.mjs +0 -3
- package/mobile/components/page/tab-bar/esm2022/tab-bar.module.mjs +0 -28
- package/mobile/components/page/tab-bar/esm2022/tabbar.component.mjs +0 -219
- package/mobile/components/page/tab-bar/esm2022/tabbar.props.mjs +0 -15
- package/mobile/components/page/tab-bar/fesm2022/index.mjs +0 -262
- package/mobile/components/page/tab-bar/fesm2022/index.mjs.map +0 -1
- package/mobile/components/page/tab-bar/index.d.ts +0 -5
- package/mobile/components/page/tab-bar/package.json +0 -23
- package/mobile/components/page/tab-bar/public_api.d.ts +0 -2
- package/mobile/components/page/tab-bar/tab-bar.module.d.ts +0 -9
- package/mobile/components/page/tab-bar/tabbar.component.d.ts +0 -40
- package/mobile/components/page/tab-bar/tabbar.props.d.ts +0 -1
- package/mobile/core/.npmignore +0 -2
- package/mobile/core/bundles/index.umd.js +0 -1658
- package/mobile/core/core.module.d.ts +0 -15
- package/mobile/core/esm2022/core.module.mjs +0 -79
- package/mobile/core/esm2022/index.mjs +0 -5
- package/mobile/core/esm2022/native.xhr.mjs +0 -340
- package/mobile/core/esm2022/public_api.mjs +0 -12
- package/mobile/core/esm2022/services/device-file-cache.service.mjs +0 -92
- package/mobile/core/esm2022/services/device-file-download.service.mjs +0 -154
- package/mobile/core/esm2022/services/device-file-opener.service.mjs +0 -112
- package/mobile/core/esm2022/services/device-file-upload.service.mjs +0 -91
- package/mobile/core/esm2022/services/device-file.service.mjs +0 -237
- package/mobile/core/esm2022/services/device-start-up-service.mjs +0 -2
- package/mobile/core/esm2022/services/device.service.mjs +0 -150
- package/mobile/core/esm2022/services/ext-app-message.service.mjs +0 -114
- package/mobile/core/esm2022/services/network.service.mjs +0 -358
- package/mobile/core/fesm2022/index.mjs +0 -1660
- package/mobile/core/fesm2022/index.mjs.map +0 -1
- package/mobile/core/index.d.ts +0 -5
- package/mobile/core/native.xhr.d.ts +0 -36
- package/mobile/core/package.json +0 -28
- package/mobile/core/public_api.d.ts +0 -11
- package/mobile/core/services/device-file-cache.service.d.ts +0 -24
- package/mobile/core/services/device-file-download.service.d.ts +0 -36
- package/mobile/core/services/device-file-opener.service.d.ts +0 -25
- package/mobile/core/services/device-file-upload.service.d.ts +0 -27
- package/mobile/core/services/device-file.service.d.ts +0 -45
- package/mobile/core/services/device-start-up-service.d.ts +0 -4
- package/mobile/core/services/device.service.d.ts +0 -52
- package/mobile/core/services/ext-app-message.service.d.ts +0 -24
- package/mobile/core/services/network.service.d.ts +0 -118
- package/mobile/offline/.npmignore +0 -2
- package/mobile/offline/bundles/index.umd.js +0 -3512
- package/mobile/offline/esm2022/index.mjs +0 -5
- package/mobile/offline/esm2022/models/config.mjs +0 -64
- package/mobile/offline/esm2022/models/local-db-store.mjs +0 -412
- package/mobile/offline/esm2022/offline.module.mjs +0 -100
- package/mobile/offline/esm2022/public_api.mjs +0 -7
- package/mobile/offline/esm2022/services/change-log.service.mjs +0 -332
- package/mobile/offline/esm2022/services/local-db-data-pull.service.mjs +0 -525
- package/mobile/offline/esm2022/services/local-db-management.service.mjs +0 -855
- package/mobile/offline/esm2022/services/local-db.service.mjs +0 -193
- package/mobile/offline/esm2022/services/local-key-value.service.mjs +0 -87
- package/mobile/offline/esm2022/services/push.service.mjs +0 -49
- package/mobile/offline/esm2022/services/workers/error-blocker.mjs +0 -115
- package/mobile/offline/esm2022/services/workers/file-handler.mjs +0 -162
- package/mobile/offline/esm2022/services/workers/id-resolver.mjs +0 -154
- package/mobile/offline/esm2022/services/workers/multi-part-param-transformer.mjs +0 -63
- package/mobile/offline/esm2022/utils/file-upload.utils.mjs +0 -59
- package/mobile/offline/esm2022/utils/live-variable.utils.mjs +0 -232
- package/mobile/offline/esm2022/utils/query-executor.utils.mjs +0 -82
- package/mobile/offline/esm2022/utils/security.utils.mjs +0 -119
- package/mobile/offline/esm2022/utils/utils.mjs +0 -8
- package/mobile/offline/fesm2022/index.mjs +0 -3529
- package/mobile/offline/fesm2022/index.mjs.map +0 -1
- package/mobile/offline/index.d.ts +0 -5
- package/mobile/offline/models/config.d.ts +0 -80
- package/mobile/offline/models/local-db-store.d.ts +0 -119
- package/mobile/offline/offline.module.d.ts +0 -17
- package/mobile/offline/package.json +0 -28
- package/mobile/offline/public_api.d.ts +0 -6
- package/mobile/offline/services/change-log.service.d.ts +0 -112
- package/mobile/offline/services/local-db-data-pull.service.d.ts +0 -139
- package/mobile/offline/services/local-db-management.service.d.ts +0 -179
- package/mobile/offline/services/local-db.service.d.ts +0 -83
- package/mobile/offline/services/local-key-value.service.d.ts +0 -38
- package/mobile/offline/services/push.service.d.ts +0 -11
- package/mobile/offline/services/workers/error-blocker.d.ts +0 -26
- package/mobile/offline/services/workers/file-handler.d.ts +0 -56
- package/mobile/offline/services/workers/id-resolver.d.ts +0 -26
- package/mobile/offline/services/workers/multi-part-param-transformer.d.ts +0 -11
- package/mobile/offline/utils/file-upload.utils.d.ts +0 -14
- package/mobile/offline/utils/live-variable.utils.d.ts +0 -24
- package/mobile/offline/utils/query-executor.utils.d.ts +0 -15
- package/mobile/offline/utils/security.utils.d.ts +0 -19
- package/mobile/offline/utils/utils.d.ts +0 -2
- package/mobile/placeholder/runtime/.npmignore +0 -2
- package/mobile/placeholder/runtime/bundles/index.umd.js +0 -70
- package/mobile/placeholder/runtime/components/app-ext.component.d.ts +0 -5
- package/mobile/placeholder/runtime/esm2022/components/app-ext.component.mjs +0 -19
- package/mobile/placeholder/runtime/esm2022/index.mjs +0 -5
- package/mobile/placeholder/runtime/esm2022/mobile-runtime.module.mjs +0 -27
- package/mobile/placeholder/runtime/esm2022/public_api.mjs +0 -3
- package/mobile/placeholder/runtime/fesm2022/index.mjs +0 -50
- package/mobile/placeholder/runtime/fesm2022/index.mjs.map +0 -1
- package/mobile/placeholder/runtime/index.d.ts +0 -5
- package/mobile/placeholder/runtime/mobile-runtime.module.d.ts +0 -9
- package/mobile/placeholder/runtime/package.json +0 -27
- package/mobile/placeholder/runtime/public_api.d.ts +0 -2
- package/mobile/placeholder/runtime-dynamic/.npmignore +0 -2
- package/mobile/placeholder/runtime-dynamic/bundles/index.umd.js +0 -40
- package/mobile/placeholder/runtime-dynamic/esm2022/index.mjs +0 -5
- package/mobile/placeholder/runtime-dynamic/esm2022/mobile-runtime-dynamic.module.mjs +0 -13
- package/mobile/placeholder/runtime-dynamic/esm2022/public_api.mjs +0 -2
- package/mobile/placeholder/runtime-dynamic/fesm2022/index.mjs +0 -20
- package/mobile/placeholder/runtime-dynamic/fesm2022/index.mjs.map +0 -1
- package/mobile/placeholder/runtime-dynamic/index.d.ts +0 -5
- package/mobile/placeholder/runtime-dynamic/mobile-runtime-dynamic.module.d.ts +0 -7
- package/mobile/placeholder/runtime-dynamic/package.json +0 -23
- package/mobile/placeholder/runtime-dynamic/public_api.d.ts +0 -1
- package/mobile/runtime/.npmignore +0 -2
- package/mobile/runtime/bundles/index.umd.js +0 -732
- package/mobile/runtime/components/app-ext.component.d.ts +0 -14
- package/mobile/runtime/esm2022/components/app-ext.component.mjs +0 -59
- package/mobile/runtime/esm2022/index.mjs +0 -5
- package/mobile/runtime/esm2022/mobile-runtime.module.mjs +0 -351
- package/mobile/runtime/esm2022/public_api.mjs +0 -6
- package/mobile/runtime/esm2022/services/cookie.service.mjs +0 -135
- package/mobile/runtime/esm2022/services/http-interceptor.service.mjs +0 -147
- package/mobile/runtime/esm2022/services/webprocess.service.mjs +0 -76
- package/mobile/runtime/fesm2022/index.mjs +0 -742
- package/mobile/runtime/fesm2022/index.mjs.map +0 -1
- package/mobile/runtime/index.d.ts +0 -5
- package/mobile/runtime/mobile-runtime.module.d.ts +0 -51
- package/mobile/runtime/package.json +0 -28
- package/mobile/runtime/public_api.d.ts +0 -5
- package/mobile/runtime/services/cookie.service.d.ts +0 -31
- package/mobile/runtime/services/http-interceptor.service.d.ts +0 -19
- package/mobile/runtime/services/webprocess.service.d.ts +0 -15
- package/mobile/runtime-dynamic/.npmignore +0 -2
- package/mobile/runtime-dynamic/bundles/index.umd.js +0 -461
- package/mobile/runtime-dynamic/esm2022/index.mjs +0 -5
- package/mobile/runtime-dynamic/esm2022/mobile-runtime-dynamic.module.mjs +0 -48
- package/mobile/runtime-dynamic/esm2022/public_api.mjs +0 -2
- package/mobile/runtime-dynamic/esm2022/services/live-sync.service.mjs +0 -404
- package/mobile/runtime-dynamic/fesm2022/index.mjs +0 -454
- package/mobile/runtime-dynamic/fesm2022/index.mjs.map +0 -1
- package/mobile/runtime-dynamic/index.d.ts +0 -5
- package/mobile/runtime-dynamic/mobile-runtime-dynamic.module.d.ts +0 -8
- package/mobile/runtime-dynamic/package.json +0 -23
- package/mobile/runtime-dynamic/public_api.d.ts +0 -1
- package/mobile/runtime-dynamic/services/live-sync.service.d.ts +0 -38
- package/mobile/variables/.npmignore +0 -2
- package/mobile/variables/bundles/index.umd.js +0 -1166
- package/mobile/variables/esm2022/index.mjs +0 -5
- package/mobile/variables/esm2022/public_api.mjs +0 -10
- package/mobile/variables/esm2022/services/calendar-service.mjs +0 -77
- package/mobile/variables/esm2022/services/camera-service.mjs +0 -70
- package/mobile/variables/esm2022/services/contacts-service.mjs +0 -74
- package/mobile/variables/esm2022/services/datasync-service.mjs +0 -363
- package/mobile/variables/esm2022/services/device-service/device-service.mjs +0 -161
- package/mobile/variables/esm2022/services/device-service/location-service.mjs +0 -200
- package/mobile/variables/esm2022/services/file-service.mjs +0 -87
- package/mobile/variables/esm2022/services/scan-service.mjs +0 -60
- package/mobile/variables/esm2022/variables.module.mjs +0 -78
- package/mobile/variables/fesm2022/index.mjs +0 -1143
- package/mobile/variables/fesm2022/index.mjs.map +0 -1
- package/mobile/variables/index.d.ts +0 -5
- package/mobile/variables/package.json +0 -28
- package/mobile/variables/public_api.d.ts +0 -9
- package/mobile/variables/services/calendar-service.d.ts +0 -10
- package/mobile/variables/services/camera-service.d.ts +0 -8
- package/mobile/variables/services/contacts-service.d.ts +0 -6
- package/mobile/variables/services/datasync-service.d.ts +0 -11
- package/mobile/variables/services/device-service/device-service.d.ts +0 -17
- package/mobile/variables/services/device-service/location-service.d.ts +0 -63
- package/mobile/variables/services/file-service.d.ts +0 -7
- package/mobile/variables/services/scan-service.d.ts +0 -7
- package/mobile/variables/variables.module.d.ts +0 -25
- package/oAuth/esm2022/oAuth.module.mjs +0 -19
- package/oAuth/oAuth.module.d.ts +0 -8
- package/scripts/fullcalendar/main.min.js +0 -6
- package/security/esm2022/security.module.mjs +0 -19
- package/security/security.module.d.ts +0 -8
- package/variables/esm2022/manager/variable/device-variable-manager.mjs +0 -48
- package/variables/esm2022/manager/variable/device-variable-operation.mjs +0 -2
- package/variables/esm2022/manager/variable/device-variable-service.mjs +0 -45
- package/variables/esm2022/model/variable/device-variable.mjs +0 -19
- package/variables/esm2022/variables.module.mjs +0 -52
- package/variables/manager/variable/device-variable-manager.d.ts +0 -26
- package/variables/manager/variable/device-variable-operation.d.ts +0 -37
- package/variables/manager/variable/device-variable-service.d.ts +0 -6
- package/variables/model/variable/device-variable.d.ts +0 -6
- package/variables/variables.module.d.ts +0 -16
|
@@ -1 +0,0 @@
|
|
|
1
|
-
{"version":3,"file":"index.mjs","sources":["../../../../../../projects/mobile/components/basic/default/src/anchor/anchor.directive.ts","../../../../../../projects/mobile/components/basic/default/src/app-update/app-update.component.ts","../../../../../../projects/mobile/components/basic/default/src/app-update/app-update.component.html","../../../../../../projects/mobile/components/basic/default/src/file-browser/file-browser.component.html","../../../../../../projects/mobile/components/basic/default/src/file-browser/file-browser.component.ts","../../../../../../projects/mobile/components/basic/default/src/file-browser/file-selector.service.ts","../../../../../../projects/mobile/components/basic/default/src/image-cache/image-cache.directive.ts","../../../../../../projects/mobile/components/basic/default/src/network-info-toaster/network-info-toaster.props.ts","../../../../../../projects/mobile/components/basic/default/src/network-info-toaster/network-info-toaster.component.html","../../../../../../projects/mobile/components/basic/default/src/network-info-toaster/network-info-toaster.component.ts","../../../../../../projects/mobile/components/basic/default/src/process-manager/process-manager.component.html","../../../../../../projects/mobile/components/basic/default/src/process-manager/process-manager.component.ts","../../../../../../projects/mobile/components/basic/default/src/process-manager/process-management.service.ts","../../../../../../projects/mobile/components/basic/default/src/basic.module.ts","../../../../../../projects/mobile/components/basic/default/src/index.ts"],"sourcesContent":["import { Directive, HostListener, Inject } from '@angular/core';\n\nimport { WidgetRef } from '@wm/components/base';\nimport {startsWith} from \"lodash-es\";\n\n@Directive({\n selector: '[wmAnchor]'\n})\nexport class AnchorDirective {\n\n constructor(@Inject(WidgetRef) private widget: any) { }\n\n @HostListener('click')\n onClick () {\n let href = this.widget.hyperlink;\n if (href) {\n if (href.indexOf(':') >= 0 && !(startsWith(href, 'http://') || startsWith(href, 'https://'))) {\n return;\n } else if (startsWith(href, '#')) {\n window.location.href = window.location.origin + window.location.pathname + href;\n return;\n } else if (startsWith(href, '//')) {\n href = 'https:' + href;\n }\n if (window['cordova']) {\n window.open(href, this.widget.target);\n }\n }\n }\n}\n","import { HttpClient } from '@angular/common/http';\nimport { Component, ElementRef } from '@angular/core';\n\nimport { File } from '@awesome-cordova-plugins/file/ngx';\nimport { FileOpener } from '@awesome-cordova-plugins/file-opener/ngx';\n\nimport { addClass, hasCordova, noop, removeClass, setCSS } from '@wm/core';\nimport { DeviceFileDownloadService, DeviceService } from '@wm/mobile/core';\n\ndeclare const cordova;\n\nconst DEFAULT_CLS = 'app-update-dialog modal fade in hidden';\n\nconst AUTO_UPDATE_FILENAME = 'app-auto-update.apk';\n\n@Component({\n selector: '[wmAppUpdate]',\n templateUrl: './app-update.component.html'\n})\nexport class AppUpdateComponent {\n\n public downloadProgress = 0;\n public downloading = false;\n public message = 'There is an update available. Would you like to update the app?';\n\n private _buildMeta: any;\n\n constructor(\n private deviceService: DeviceService,\n private fileDownloadService: DeviceFileDownloadService,\n private elRef: ElementRef,\n private file: File,\n private fileOpener: FileOpener,\n private http: HttpClient\n ) {\n\n addClass(this.elRef.nativeElement, DEFAULT_CLS);\n setCSS(this.elRef.nativeElement, 'display', 'block');\n if (hasCordova()) {\n this.getBuildMeta().then(buildMeta => {\n if (buildMeta && buildMeta.buildMode === 'DEVELOPMENT_MODE') {\n this.file.removeFile(cordova.file.externalApplicationStorageDirectory, AUTO_UPDATE_FILENAME).catch(noop);\n this.checkForUpdate()\n .then(this.getUserConfirmation.bind(this), noop);\n }\n });\n }\n }\n\n public cancel() {\n addClass(this.elRef.nativeElement, 'hidden');\n }\n\n public installLatestVersion() {\n const apkFile = cordova.file.externalApplicationStorageDirectory + AUTO_UPDATE_FILENAME,\n downloadLink = `${this._buildMeta.host}/appBuild/rest/mobileBuilds/android/download?token=${this._buildMeta.token}&buildNumber=${this._buildMeta.latestBuildNumber}&fileName=${AUTO_UPDATE_FILENAME}&releaseVersion=${this._buildMeta.platformVersion}`,\n progressObserver = { next: e => { this.downloadProgress = (e.loaded / e.total) * 100; }, error: null, complete: null};\n this.fileDownloadService.download(\n downloadLink,\n false,\n cordova.file.externalApplicationStorageDirectory,\n AUTO_UPDATE_FILENAME,\n progressObserver).then(() => {\n this.fileOpener.open(apkFile, 'application/vnd.android.package-archive');\n }, function () {\n this.message = 'Failed to download latest version.';\n });\n this.message = `Downloading the latest version [${this._buildMeta.latestVersion}].`;\n this.downloading = true;\n }\n\n private checkForUpdate() {\n return new Promise((resolve, reject) => {\n this.http.get(`${this._buildMeta.host}/appBuild/rest/mobileBuilds/latest_build?token=${this._buildMeta.token}&releaseVersion=${this._buildMeta.platformVersion}`)\n .toPromise()\n .then((response: any) => {\n const latestBuildNumber = response.success.body.buildNumber,\n latestVersion = response.success.body.version;\n if (this._buildMeta.buildNumber < latestBuildNumber) {\n this._buildMeta.latestBuildNumber = latestBuildNumber;\n this._buildMeta.latestVersion = latestVersion;\n resolve(latestBuildNumber);\n } else {\n reject();\n }\n }, reject);\n });\n }\n\n private getBuildMeta() {\n if (!this._buildMeta) {\n return this.file.readAsText(cordova.file.applicationDirectory + 'www/', 'build_meta.json')\n .then(data => {\n this._buildMeta = JSON.parse(data);\n return this._buildMeta;\n }, noop);\n }\n return Promise.resolve(this._buildMeta);\n }\n\n private getUserConfirmation() {\n this.downloadProgress = 0;\n this.downloading = false;\n this.message = 'There is an update available. Would you like to update the app?';\n removeClass(this.elRef.nativeElement, 'hidden');\n }\n}\n","<div class=\"modal-dialog\">\n <div class=\"modal-content\"> \n <div class=\"modal-body\"> \n <span [textContent]=\"message\"></span>\n <div class=\"progress\" [hidden]=\"!downloading\">\n <div class=\"progress-bar\" [style.width.%]=\"downloadProgress\"></div>\n </div>\n </div>\n <div class=\"modal-footer\"> \n <button type=\"button\" class=\"btn btn-default\" data-dismiss=\"modal\" (click)=\"cancel()\">Skip update</button>\n <button type=\"button\" class=\"btn btn-primary\" [hidden]=\"downloading\" (click)=\"installLatestVersion()\">Update</button>\n </div>\n </div>\n</div>","<div class=\"app-file-browser\" *ngIf=\"isVisible && currentFolder\">\n <div class=\"modal-backdrop fade\" [class.in]=\"isVisible\"></div>\n <div class=\"modal fade\" style=\"display: block;\" [class.in]=\"isVisible\" >\n <div class=\"modal-dialog\">\n <div class=\"modal-content\">\n <div class=\"modal-header clearfix\">\n <h4 class=\"modal-title pull-left\">\n <span (click)=\"onFileClick(currentFolder.parent)\" [hidden]=\"!!!currentFolder.parent\">\n <i class=\"wi wi-long-arrow-left\"></i>\n </span>\n {{currentFolder.name}}\n </h4>\n <div class=\"selected-file-button pull-right\" (click)=\"refreshFolder()\">\n <i class=\"wi wi-refresh\"></i>\n </div>\n </div>\n <div class=\"modal-body\">\n <div class=\"file-info-box\" *ngFor=\"let file of currentFolder.files\">\n <div class=\"file-info\" [class.bg-primary]=\"file.isSelected\" (click)=\"onFileClick(file)\">\n <i class=\"file-icon wi wi-folder\" *ngIf=\"!file.isFile\"></i>\n <i class=\"file-icon wi wi-file {{getFileExtension(file.name)}}\" *ngIf=\"file.isFile\"></i>\n <span class=\"file-name\">{{file.name}}</span>\n </div>\n </div>\n </div>\n <div class=\"modal-footer\">\n <button type=\"button\" class=\"btn btn-primary\" *ngIf=\"selectedFiles && selectedFiles.length > 0\" (click)=\"submit()\">\n Done <span class=\"badge badge-light\">{{selectedFiles.length}}</span>\n </button>\n <button type=\"button\" class=\"btn btn-default\" (click)=\"show = false;\">Close</button>\n </div>\n </div>\n </div>\n </div>\n</div>","import { Component, EventEmitter, Input, OnDestroy, Output } from '@angular/core';\n\nimport { $appDigest, isIos } from '@wm/core';\nimport { DeviceService } from '@wm/mobile/core';\nimport {endsWith, filter, findIndex, forEach, isEmpty, remove, sortBy, split} from \"lodash-es\";\n\ndeclare const cordova;\ndeclare const resolveLocalFileSystemURL;\n\nexport interface File {\n name: string;\n size: number;\n isSelected: boolean;\n file: (success: (navtiveFileObject: any) => void, failure: (message: any) => any) => void;\n}\n\nexport interface Folder {\n name: string;\n files: File[];\n folders: Folder[];\n parent: Folder;\n}\n\n@Component({\n selector: '[wmMobileFileBrowser]',\n templateUrl: './file-browser.component.html'\n})\nexport class FileBrowserComponent implements OnDestroy {\n\n public currentFolder: Folder;\n @Input() public fileTypeToSelect: string;\n @Input() public multiple: boolean;\n public selectedFiles: File[] = [];\n @Output('submit') submitEmitter = new EventEmitter();\n public isVisible: boolean;\n\n private backButtonListenerDeregister: any;\n\n constructor(private deviceService: DeviceService) {}\n\n\n public getFileExtension(fileName: string): string {\n const extIndex = fileName ? fileName.lastIndexOf('.') : -1;\n if (extIndex > 0) {\n return fileName.substring(extIndex + 1);\n }\n return '';\n }\n\n public ngOnDestroy() {\n if (this.backButtonListenerDeregister) {\n this.backButtonListenerDeregister();\n }\n }\n\n public onFileClick(file): void {\n if (file.isFile) {\n if (file.isSelected) {\n this.deselectFile(file);\n } else {\n this.selectFile(file);\n }\n } else {\n this.goToFolder(file);\n }\n }\n\n public set show(flag: boolean) {\n let rootDir = cordova.file.externalRootDirectory;\n this.isVisible = flag;\n if (flag) {\n if (!this.currentFolder) {\n if (isIos()) {\n rootDir = cordova.file.documentsDirectory;\n }\n resolveLocalFileSystemURL(rootDir, root => this.goToFolder(root));\n }\n this.backButtonListenerDeregister = this.deviceService.onBackButtonTap(() => {\n if (this.isVisible) {\n if (this.currentFolder.parent) {\n this.onFileClick(this.currentFolder.parent);\n } else {\n this.isVisible = false;\n }\n $appDigest();\n return false;\n }\n });\n } else if (this.backButtonListenerDeregister) {\n this.backButtonListenerDeregister();\n }\n }\n\n public submit() {\n const files = [];\n this.loadFileSize(this.selectedFiles).then(() => {\n forEach(this.selectedFiles, function (f) {\n f.isSelected = false;\n // @ts-ignore\n files.push({ path: f.nativeURL,\n name: f.name,\n size : f.size});\n });\n this.selectedFiles = [];\n this.isVisible = false;\n this.submitEmitter.next({files: files});\n });\n }\n\n private deselectFile(file: File): void {\n remove(this.selectedFiles, file);\n file.isSelected = false;\n }\n\n private goToFolder(folder: Folder): void {\n if (!folder.files) {\n this.loadFolder(folder, this.fileTypeToSelect)\n .then(files => {\n folder.files = files;\n folder.parent = this.currentFolder;\n this.currentFolder = folder;\n });\n } else {\n this.currentFolder = folder;\n }\n }\n\n private loadFileSize(files: File[]): Promise<void[]> {\n return Promise.all(files.map(f => {\n return new Promise<void>((resolve, reject) => {\n f.file(o => {\n f.size = o.size;\n resolve();\n }, reject);\n });\n }));\n }\n\n private loadFolder(folder: any, fileTypeToSelect: string): Promise<File[]> {\n return new Promise((resolve, reject) => {\n let fileTypeToShow;\n folder.createReader().readEntries((entries: File[]) => {\n if (!isEmpty(fileTypeToSelect)) {\n fileTypeToShow = split(fileTypeToSelect, ',');\n entries = filter(entries, e => {\n // @ts-ignore\n return !e.isFile || findIndex(fileTypeToShow, ext => endsWith(e.name, '.' + ext)) >= 0;\n });\n }\n // @ts-ignore\n resolve(sortBy(entries, e => (e.isFile ? '1_' : '0_') + e.name.toLowerCase()));\n }, reject);\n });\n }\n\n\n private refreshFolder(): Promise<any> {\n return this.loadFolder(this.currentFolder, this.fileTypeToSelect)\n .then(files => this.currentFolder.files = files);\n }\n\n private selectFile(file): void {\n if (!this.multiple && this.selectedFiles.length > 0) {\n this.selectedFiles[0].isSelected = false;\n this.selectedFiles = [];\n }\n this.selectedFiles.push(file);\n file.isSelected = true;\n }\n}\n","import { Injectable } from '@angular/core';\n\nimport { convertToBlob, AbstractSpinnerService } from '@wm/core';\nimport { FileBrowserComponent } from './file-browser.component';\nimport {map} from \"lodash-es\";\n\ndeclare const cordova;\n\nexport interface FileContent {\n name: string;\n path: string;\n blob: any;\n}\n\n@Injectable({ providedIn: 'root' })\nexport class FileSelectorService {\n static readonly SERVICE_NAME = 'FileSelectorService';\n\n private fileBrowserComponent: FileBrowserComponent;\n\n public constructor(private spinnerService: AbstractSpinnerService) {}\n\n public selectAudio(multiple = false): Promise<any> {\n var spinnerId = this.spinnerService.show(\"\");\n return new Promise<string[]>((resolve, reject) => {\n cordova.wavemaker.filePicker.selectAudio(multiple, resolve, reject);\n }).then(files => this.getFiles(files))\n .then((paths) => {\n this.spinnerService.hide(spinnerId);\n return paths;\n });\n }\n\n public setFileBrowser(f: FileBrowserComponent) {\n this.fileBrowserComponent = f;\n }\n\n public selectFiles(multiple = false, fileTypeToSelect?: string): Promise<FileContent[]> {\n var spinnerId = this.spinnerService.show(\"\");\n return new Promise<string[]>((resolve, reject) => {\n cordova.wavemaker.filePicker.selectFiles(multiple, resolve, reject);\n }).then(files => this.getFiles(files))\n .then((paths) => {\n this.spinnerService.hide(spinnerId);\n return paths;\n });\n }\n\n public selectImages(multiple = false): Promise<FileContent[]> {\n var spinnerId = this.spinnerService.show(\"\");\n return new Promise<string[]>((resolve, reject) => {\n cordova.wavemaker.filePicker.selectImage(multiple, resolve, reject);\n }).then(files => this.getFiles(files))\n .then((paths) => {\n this.spinnerService.hide(spinnerId);\n return paths;\n });\n }\n\n public selectVideos(multiple = false): Promise<FileContent[]> {\n var spinnerId = this.spinnerService.show(\"\");\n return new Promise<string[]>((resolve, reject) => {\n cordova.wavemaker.filePicker.selectVideo(multiple, resolve, reject);\n }).then(files => this.getFiles(files))\n .then((paths) => {\n this.spinnerService.hide(spinnerId);\n return paths;\n });\n\n }\n\n /**\n * Converts the file to blob using filepath\n * @param filePaths, array of file paths\n * @returns fileObj having name, path, content\n */\n private getFiles(filePaths: string[]): Promise<FileContent[]> {\n // @ts-ignore\n return Promise.all(map(filePaths, filePath => {\n if (filePath.indexOf('://') < 0) {\n filePath = 'file://' + filePath;\n }\n return convertToBlob(filePath)\n })).then(filesList => {\n return map(filesList, fileObj => {\n const path = fileObj.filepath;\n return {\n name: path.split('/').pop(),\n path: path,\n content: fileObj.blob,\n size: fileObj.blob.size\n };\n });\n });\n }\n}\n","import { Directive, DoCheck, Inject, Input, Self } from '@angular/core';\n\nimport { File } from '@awesome-cordova-plugins/file/ngx';\n\nimport { WidgetRef } from '@wm/components/base';\nimport { hasCordova, noop, transformFileURI } from '@wm/core';\nimport { DeviceFileCacheService } from '@wm/mobile/core';\nimport {isString} from \"lodash-es\";\n\nconst DEFAULT_IMAGE = 'resources/images/imagelists/default-image.png';\n\n@Directive({\n selector: '[wmImageCache]'\n})\nexport class ImageCacheDirective implements DoCheck {\n\n private _cacheUrl;\n private _isEnabled = false;\n private _lastUrl = '';\n\n constructor(\n @Self() @Inject(WidgetRef) private componentInstance,\n private deviceFileCacheService: DeviceFileCacheService,\n private file: File\n\n ) {}\n\n public ngDoCheck() {\n if (isString(this.componentInstance.imgSource)\n && this.componentInstance.imgSource.startsWith('http')) {\n if (this._lastUrl !== this.componentInstance.imgSource) {\n this._lastUrl = this.componentInstance.imgSource;\n this.componentInstance.imgSource = DEFAULT_IMAGE;\n this.getLocalPath(this._lastUrl).then((localPath) => {\n this._cacheUrl = transformFileURI(localPath);\n this.componentInstance.imgSource = this._cacheUrl;\n });\n } else if (this._cacheUrl) {\n this.componentInstance.imgSource = this._cacheUrl;\n }\n }\n }\n\n @Input()\n set wmImageCache(val: string) {\n this._isEnabled = (hasCordova() && val === 'true');\n }\n\n private getLocalPath(val: string) {\n if (hasCordova() && val && val.indexOf('{{') < 0 && val.startsWith('http')) {\n return this.deviceFileCacheService.getLocalPath(val, true, true, !this._isEnabled)\n .catch(noop);\n }\n return Promise.resolve(val);\n }\n}\n","import { register } from '@wm/components/base';\n\nexport const registerProps = () => {\n register(\n 'wm-network-info-toaster',\n new Map(\n []\n )\n );\n};\n","<div class=\"network-info-toaster-content\" [ngSwitch]=\"networkState\" *ngIf=\"showMessage\">\n <div class=\"info\" *ngSwitchCase=\"-3\">\n <label class=\"message\" [textContent]=\"appLocale.MESSAGE_NETWORK_NOT_AVAILABLE\"></label>\n <button class=\"btn btn-default hide-btn\" (click)=\"hideMessage()\" [textContent]=\"appLocale.LABEL_HIDE_NETWORK_INFO\"></button>\n </div>\n <div class=\"info\" *ngSwitchCase=\"-2\">\n <label class=\"message\" [textContent]=\"appLocale.MESSAGE_SERVICE_NOT_AVAILABLE\"></label>\n <button class=\"btn btn-default hide-btn\" (click)=\"hideMessage()\" [textContent]=\"appLocale.LABEL_HIDE_NETWORK_INFO\"></button>\n </div>\n <div class=\"info\" *ngSwitchCase=\"-1\">\n <label class=\"message\" [textContent]=\"appLocale.MESSAGE_SERVICE_AVAILABLE\"></label>\n <button class=\"btn btn-default hide-btn\" (click)=\"hideMessage()\" [textContent]=\"appLocale.LABEL_HIDE_NETWORK_INFO\"></button>\n <button class=\"btn btn-primary connect-btn\" (click)=\"connect()\" [textContent]=\"appLocale.LABEL_CONNECT_TO_SERVICE\"></button>\n </div>\n <div class=\"info\" *ngSwitchCase=\"0\">\n <label class=\"message\" [textContent]=\"appLocale.MESSAGE_SERVICE_CONNECTING\"></label>\n </div>\n <div class=\"info\" *ngSwitchCase=\"1\">\n <label class=\"message\" [textContent]=\"appLocale.MESSAGE_SERVICE_CONNECTED\"></label>\n </div>\n</div>","import {Component, Inject, Injector, OnDestroy, Optional} from '@angular/core';\n\nimport { IWidgetConfig, provideAsWidgetRef, StylableComponent, styler } from '@wm/components/base';\n\nimport { registerProps } from './network-info-toaster.props';\nimport {$appDigest, App} from '@wm/core';\nimport { NetworkService } from '@wm/mobile/core';\n\nconst DEFAULT_CLS = 'network-info-toaster';\nconst WIDGET_CONFIG: IWidgetConfig = {widgetType: 'wm-network-info-toaster', hostClass: DEFAULT_CLS};\n\nexport enum NetworkState {\n CONNECTED = 1,\n CONNECTING = 0,\n SERVICE_AVAILABLE_BUT_NOT_CONNECTED = -1,\n NETWORK_AVAIABLE_BUT_SERVICE_NOT_AVAILABLE = -2,\n NETWORK_NOT_AVAIABLE = -3\n}\n\n\n@Component({\n selector: '[wmNetworkInfoToaster]',\n templateUrl: './network-info-toaster.component.html',\n providers: [\n provideAsWidgetRef(NetworkInfoToasterComponent)\n ]\n})\nexport class NetworkInfoToasterComponent extends StylableComponent implements OnDestroy {\n static initializeProps = registerProps();\n\n public showMessage = false;\n public isServiceConnected = false;\n public isServiceAvailable = false;\n public networkState: NetworkState;\n\n private _listenerDestroyer;\n\n constructor(private networkService: NetworkService, app: App, inj: Injector, @Inject('EXPLICIT_CONTEXT') @Optional() explicitContext: any) {\n super(inj, WIDGET_CONFIG, explicitContext);\n styler(this.$element, this);\n this.isServiceAvailable = <boolean> this.networkService.isAvailable();\n this.isServiceConnected = this.networkService.isConnected();\n this._listenerDestroyer = app.subscribe('onNetworkStateChange', (data) => {\n this.renderMessage(data);\n });\n this.renderMessage();\n }\n\n private renderMessage(data?) {\n data = data || this.networkService.getState();\n const oldState = this.networkState;\n let autoHide = false;\n if (data.noServiceRequired) {\n return false;\n }\n if (data.isConnected) {\n this.networkState = NetworkState.CONNECTED;\n autoHide = true;\n } else if (data.isConnecting) {\n this.networkState = NetworkState.CONNECTING;\n } else if (data.isServiceAvailable) {\n this.networkState = NetworkState.SERVICE_AVAILABLE_BUT_NOT_CONNECTED;\n } else if (data.isNetworkAvailable && !data.isServiceAvailable) {\n this.networkState = NetworkState.NETWORK_AVAIABLE_BUT_SERVICE_NOT_AVAILABLE;\n } else {\n this.networkState = NetworkState.NETWORK_NOT_AVAIABLE;\n }\n this.showMessage = (!(oldState === undefined && data.isConnected) && oldState !== this.networkState);\n if (autoHide && this.showMessage) {\n setTimeout(() => {\n this.showMessage = false;\n $appDigest();\n }, 5000);\n }\n }\n\n public connect() {\n this.networkService.connect();\n }\n\n public hideMessage() {\n this.showMessage = false;\n }\n\n public ngOnDestroy() {\n this._listenerDestroyer();\n super.ngOnDestroy();\n }\n}\n","<ng-container *ngIf=\"instances.length > 0\">\n <div class=\"modal-dialog app-dialog\">\n <div class=\"modal-content\">\n <ul class=\"instance-list list-unstyled\">\n <li *ngFor=\"let instance of getVisibleInstances(instances); index as i\" class=\"instance-list-item\">\n <div class=\"row\">\n <div class=\"col-xs-8\">\n <label class=\"app-global-progress-bar-name h6\">{{instance.name}}</label>\n </div>\n <div class=\"col-xs-4 app-global-progress-bar-progress-label-col\">\n <label class=\"app-global-progress-bar-progress-label h6\">\n {{instance.progressLabel}}</label>\n </div>\n </div>\n <ng-template [ngTemplateOutlet]=\"progressTemplate\" [ngTemplateOutletContext]=\"{instance: instance}\"></ng-template>\n <button class=\"btn btn-secondary pull-right stop-btn\" *ngIf=\"instance.onStop\" (click)=\"instance.onStop();\">\n {{instance.stopButtonLabel}}\n </button>\n <div style=\"clear: both;\"></div>\n </li>\n <li class=\"instance-list-item\" *ngIf=\"queue.length > 0\">\n <label class=\"global-progress-bar-ui-primary-label h6\">\n ({{queue.length}}) queued\n </label>\n </li>\n </ul>\n </div>\n </div>\n</ng-container>\n<ng-template #progressTemplate let-instance=\"instance\">\n <div wmProgressBar minvalue.bind=\"instance.min\" maxvalue.bind=\"instance.max\" datavalue.bind=\"instance.value\"></div>\n</ng-template>","import { Component, DoCheck, ElementRef } from '@angular/core';\n\nimport { addClass, removeAttr, setAttr } from '@wm/core';\nimport { provideAsWidgetRef } from '@wm/components/base';\nimport {isFunction, remove} from \"lodash-es\";\n\nexport interface Process {\n max: number;\n min: number;\n name: string;\n onStop: () => void;\n progressLabel: string;\n show: boolean;\n stopButtonLabel: string;\n value: number;\n}\n\nexport interface ProcessApi {\n destroy: () => Promise<void>;\n get: (propertyName: string) => string;\n set: (propertyName: string, propertyValue: any) => void;\n}\n\nconst MAX_PROCESS = 3;\n\n@Component({\n selector: '[wmProcessManager]',\n templateUrl: './process-manager.component.html',\n providers: [\n provideAsWidgetRef(ProcessManagerComponent)\n ]\n})\nexport class ProcessManagerComponent implements DoCheck {\n\n private isVisible = true;\n\n public instances: Process[] = [];\n public queue = [];\n\n constructor(private el: ElementRef) {\n addClass(this.el.nativeElement, 'app-global-progress-bar modal default');\n }\n\n public createInstance(name: string, min = 0, max = 100): Promise<ProcessApi> {\n const instance: Process = {\n max: max,\n min: min,\n name: name,\n onStop: null,\n progressLabel: '',\n show: min !== max,\n stopButtonLabel : 'Cancel',\n value: 0\n };\n const api = {\n get: (propertyName) => instance[propertyName],\n set: (propertyName, propertyValue) => this.setInstaceProperty(instance, propertyName, propertyValue),\n destroy: () => this.removeInstance(instance)\n };\n return this.addToQueue(instance).then(() => api);\n }\n\n public getVisibleInstances() {\n return this.instances.filter(i => i.show);\n }\n\n public ngDoCheck() {\n const hasInstancesToShow = !!this.instances.find(i => i.show);\n if (this.isVisible && !hasInstancesToShow) {\n setAttr(this.el.nativeElement, 'hidden', 'true');\n this.isVisible = false;\n } else if (!this.isVisible && hasInstancesToShow) {\n removeAttr(this.el.nativeElement, 'hidden');\n this.isVisible = true;\n }\n }\n\n private addToQueue(instance): Promise<void> {\n return new Promise( resolve => {\n this.queue.push(() => {\n if (this.instances.length < MAX_PROCESS) {\n this.instances.push(instance);\n resolve(instance);\n } else {\n return false;\n }\n });\n this.flushQueue();\n });\n }\n\n private flushQueue() {\n if (this.queue.length > 0 && this.queue[0]() !== false) {\n this.queue.shift();\n this.flushQueue();\n }\n }\n\n private removeInstance(instance: Process): Promise<void> {\n return new Promise( resolve => {\n setTimeout(() => {\n remove(this.instances, instance);\n this.flushQueue();\n resolve();\n }, 1000);\n });\n }\n\n private setInstaceProperty(instance: Process, propertyName: string, propertyValue: any) {\n if (propertyName === 'value') {\n if (instance.value >= instance.max) {\n propertyValue = instance.max;\n }\n instance.value = propertyValue;\n instance.progressLabel = instance.value + '/' + instance.max;\n } else if (propertyName === 'onStop' && isFunction(propertyValue)) {\n instance.onStop = () => {\n propertyValue();\n return this.removeInstance(instance);\n };\n } else {\n instance[propertyName] = propertyValue;\n }\n instance.show = instance.min !== instance.max;\n }\n}\n","import { Injectable } from '@angular/core';\n\nimport { ProcessManagerComponent, ProcessApi } from './process-manager.component';\n\n@Injectable({ providedIn: 'root' })\nexport class ProcessManagementService {\n static readonly SERVICE_NAME = 'ProcessManagementService';\n\n private processManagerComponent: ProcessManagerComponent;\n\n setUIComponent(processManagerComponent: ProcessManagerComponent) {\n this.processManagerComponent = processManagerComponent;\n }\n\n /**\n * Returns a promise that will be resolved when an instance is available. At max, 3 instances can only run\n * in parallel and rest has to wait till a process is completed.\n *\n * A progress instance has the following properties.\n *\n * 1) min {number} minimum value, default value is 0 </br>\n * 2) max {number} maximum value, default value is 100 </br>\n * 3) value {number} progress value </br>\n * 4) progressLabel {string} process name </br>\n * 5) stopButtonLabel {string} label for stop button, default value is 'Cancel' </br>\n * 6) onStop {function} function to invoke when stop button is clicked. </br>\n *\n * A progress instance has 3 methods </br>\n * 1) set(property, value) -- sets value to the corresponding property </br>\n * 2) get(property) -- returns property value </br>\n * 3) destroy() -- closes the instance. </br>\n *\n * A progress instance will get auto closed when value and max are equal or when destroy method is called.\n *\n * @param {string} name name of the process whose progress is going to be shown\n * @param {number} min minimum value\n * @param {number} max maximum value\n *\n * @returns {object} a promise\n */\n public createInstance(name: string, min?: number, max?: number): Promise<ProcessApi> {\n if (!this.processManagerComponent) {\n return Promise.reject('ProcessManagerComponent is missing');\n }\n return this.processManagerComponent.createInstance(name, min, max);\n }\n}\n","import { NgModule } from '@angular/core';\nimport { CommonModule } from '@angular/common';\n\nimport { WmComponentsModule } from '@wm/components/base';\nimport { ProgressModule } from '@wm/components/basic/progress';\n\nimport { AnchorDirective } from './anchor/anchor.directive';\nimport { AppUpdateComponent } from './app-update/app-update.component';\nimport { FileBrowserComponent } from './file-browser/file-browser.component';\nimport { ImageCacheDirective } from './image-cache/image-cache.directive';\nimport { NetworkInfoToasterComponent } from './network-info-toaster/network-info-toaster.component';\nimport { ProcessManagerComponent } from './process-manager/process-manager.component';\n\nconst components = [\n AnchorDirective,\n AppUpdateComponent,\n FileBrowserComponent,\n ImageCacheDirective,\n NetworkInfoToasterComponent,\n ProcessManagerComponent\n];\n\n@NgModule({\n imports: [\n CommonModule,\n ProgressModule,\n WmComponentsModule\n ],\n declarations: [...components],\n exports: [...components]\n})\nexport class BasicModule {\n}\n","/**\n * Generated bundle index. Do not edit.\n */\n\nexport * from './public_api';\n"],"names":["DEFAULT_CLS","_c0","i1"],"mappings":"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"}
|
|
@@ -1,39 +0,0 @@
|
|
|
1
|
-
import { EventEmitter, OnDestroy } from '@angular/core';
|
|
2
|
-
import { DeviceService } from '@wm/mobile/core';
|
|
3
|
-
import * as i0 from "@angular/core";
|
|
4
|
-
export interface File {
|
|
5
|
-
name: string;
|
|
6
|
-
size: number;
|
|
7
|
-
isSelected: boolean;
|
|
8
|
-
file: (success: (navtiveFileObject: any) => void, failure: (message: any) => any) => void;
|
|
9
|
-
}
|
|
10
|
-
export interface Folder {
|
|
11
|
-
name: string;
|
|
12
|
-
files: File[];
|
|
13
|
-
folders: Folder[];
|
|
14
|
-
parent: Folder;
|
|
15
|
-
}
|
|
16
|
-
export declare class FileBrowserComponent implements OnDestroy {
|
|
17
|
-
private deviceService;
|
|
18
|
-
currentFolder: Folder;
|
|
19
|
-
fileTypeToSelect: string;
|
|
20
|
-
multiple: boolean;
|
|
21
|
-
selectedFiles: File[];
|
|
22
|
-
submitEmitter: EventEmitter<any>;
|
|
23
|
-
isVisible: boolean;
|
|
24
|
-
private backButtonListenerDeregister;
|
|
25
|
-
constructor(deviceService: DeviceService);
|
|
26
|
-
getFileExtension(fileName: string): string;
|
|
27
|
-
ngOnDestroy(): void;
|
|
28
|
-
onFileClick(file: any): void;
|
|
29
|
-
set show(flag: boolean);
|
|
30
|
-
submit(): void;
|
|
31
|
-
private deselectFile;
|
|
32
|
-
private goToFolder;
|
|
33
|
-
private loadFileSize;
|
|
34
|
-
private loadFolder;
|
|
35
|
-
private refreshFolder;
|
|
36
|
-
private selectFile;
|
|
37
|
-
static ɵfac: i0.ɵɵFactoryDeclaration<FileBrowserComponent, never>;
|
|
38
|
-
static ɵcmp: i0.ɵɵComponentDeclaration<FileBrowserComponent, "[wmMobileFileBrowser]", never, { "fileTypeToSelect": { "alias": "fileTypeToSelect"; "required": false; }; "multiple": { "alias": "multiple"; "required": false; }; }, { "submitEmitter": "submit"; }, never, never, false, never>;
|
|
39
|
-
}
|
|
@@ -1,27 +0,0 @@
|
|
|
1
|
-
import { AbstractSpinnerService } from '@wm/core';
|
|
2
|
-
import { FileBrowserComponent } from './file-browser.component';
|
|
3
|
-
import * as i0 from "@angular/core";
|
|
4
|
-
export interface FileContent {
|
|
5
|
-
name: string;
|
|
6
|
-
path: string;
|
|
7
|
-
blob: any;
|
|
8
|
-
}
|
|
9
|
-
export declare class FileSelectorService {
|
|
10
|
-
private spinnerService;
|
|
11
|
-
static readonly SERVICE_NAME = "FileSelectorService";
|
|
12
|
-
private fileBrowserComponent;
|
|
13
|
-
constructor(spinnerService: AbstractSpinnerService);
|
|
14
|
-
selectAudio(multiple?: boolean): Promise<any>;
|
|
15
|
-
setFileBrowser(f: FileBrowserComponent): void;
|
|
16
|
-
selectFiles(multiple?: boolean, fileTypeToSelect?: string): Promise<FileContent[]>;
|
|
17
|
-
selectImages(multiple?: boolean): Promise<FileContent[]>;
|
|
18
|
-
selectVideos(multiple?: boolean): Promise<FileContent[]>;
|
|
19
|
-
/**
|
|
20
|
-
* Converts the file to blob using filepath
|
|
21
|
-
* @param filePaths, array of file paths
|
|
22
|
-
* @returns fileObj having name, path, content
|
|
23
|
-
*/
|
|
24
|
-
private getFiles;
|
|
25
|
-
static ɵfac: i0.ɵɵFactoryDeclaration<FileSelectorService, never>;
|
|
26
|
-
static ɵprov: i0.ɵɵInjectableDeclaration<FileSelectorService>;
|
|
27
|
-
}
|
|
@@ -1,18 +0,0 @@
|
|
|
1
|
-
import { DoCheck } from '@angular/core';
|
|
2
|
-
import { File } from '@awesome-cordova-plugins/file/ngx';
|
|
3
|
-
import { DeviceFileCacheService } from '@wm/mobile/core';
|
|
4
|
-
import * as i0 from "@angular/core";
|
|
5
|
-
export declare class ImageCacheDirective implements DoCheck {
|
|
6
|
-
private componentInstance;
|
|
7
|
-
private deviceFileCacheService;
|
|
8
|
-
private file;
|
|
9
|
-
private _cacheUrl;
|
|
10
|
-
private _isEnabled;
|
|
11
|
-
private _lastUrl;
|
|
12
|
-
constructor(componentInstance: any, deviceFileCacheService: DeviceFileCacheService, file: File);
|
|
13
|
-
ngDoCheck(): void;
|
|
14
|
-
set wmImageCache(val: string);
|
|
15
|
-
private getLocalPath;
|
|
16
|
-
static ɵfac: i0.ɵɵFactoryDeclaration<ImageCacheDirective, [{ self: true; }, null, null]>;
|
|
17
|
-
static ɵdir: i0.ɵɵDirectiveDeclaration<ImageCacheDirective, "[wmImageCache]", never, { "wmImageCache": { "alias": "wmImageCache"; "required": false; }; }, {}, never, never, false, never>;
|
|
18
|
-
}
|
package/mobile/components/basic/default/network-info-toaster/network-info-toaster.component.d.ts
DELETED
|
@@ -1,28 +0,0 @@
|
|
|
1
|
-
import { Injector, OnDestroy } from '@angular/core';
|
|
2
|
-
import { StylableComponent } from '@wm/components/base';
|
|
3
|
-
import { App } from '@wm/core';
|
|
4
|
-
import { NetworkService } from '@wm/mobile/core';
|
|
5
|
-
import * as i0 from "@angular/core";
|
|
6
|
-
export declare enum NetworkState {
|
|
7
|
-
CONNECTED = 1,
|
|
8
|
-
CONNECTING = 0,
|
|
9
|
-
SERVICE_AVAILABLE_BUT_NOT_CONNECTED = -1,
|
|
10
|
-
NETWORK_AVAIABLE_BUT_SERVICE_NOT_AVAILABLE = -2,
|
|
11
|
-
NETWORK_NOT_AVAIABLE = -3
|
|
12
|
-
}
|
|
13
|
-
export declare class NetworkInfoToasterComponent extends StylableComponent implements OnDestroy {
|
|
14
|
-
private networkService;
|
|
15
|
-
static initializeProps: void;
|
|
16
|
-
showMessage: boolean;
|
|
17
|
-
isServiceConnected: boolean;
|
|
18
|
-
isServiceAvailable: boolean;
|
|
19
|
-
networkState: NetworkState;
|
|
20
|
-
private _listenerDestroyer;
|
|
21
|
-
constructor(networkService: NetworkService, app: App, inj: Injector, explicitContext: any);
|
|
22
|
-
private renderMessage;
|
|
23
|
-
connect(): void;
|
|
24
|
-
hideMessage(): void;
|
|
25
|
-
ngOnDestroy(): void;
|
|
26
|
-
static ɵfac: i0.ɵɵFactoryDeclaration<NetworkInfoToasterComponent, [null, null, null, { optional: true; }]>;
|
|
27
|
-
static ɵcmp: i0.ɵɵComponentDeclaration<NetworkInfoToasterComponent, "[wmNetworkInfoToaster]", never, {}, {}, never, never, false, never>;
|
|
28
|
-
}
|
package/mobile/components/basic/default/network-info-toaster/network-info-toaster.props.d.ts
DELETED
|
@@ -1 +0,0 @@
|
|
|
1
|
-
export declare const registerProps: () => void;
|
|
@@ -1,23 +0,0 @@
|
|
|
1
|
-
{
|
|
2
|
-
"name": "@wm/mobile/components/basic",
|
|
3
|
-
"sideEffects": false,
|
|
4
|
-
"dependencies": {
|
|
5
|
-
"tslib": "^2.0.0"
|
|
6
|
-
},
|
|
7
|
-
"module": "fesm2022/index.mjs",
|
|
8
|
-
"typings": "index.d.ts",
|
|
9
|
-
"exports": {
|
|
10
|
-
"./package.json": {
|
|
11
|
-
"default": "./package.json"
|
|
12
|
-
},
|
|
13
|
-
".": {
|
|
14
|
-
"types": "./index.d.ts",
|
|
15
|
-
"esm2022": "./esm2022/index.mjs",
|
|
16
|
-
"esm": "./esm2022/index.mjs",
|
|
17
|
-
"default": "./fesm2022/index.mjs"
|
|
18
|
-
}
|
|
19
|
-
},
|
|
20
|
-
"scripts": {
|
|
21
|
-
"prepublishOnly": "node --eval \"console.error('ERROR: Trying to publish a package that has been compiled by Ivy in full compilation mode. This is not allowed.\\nPlease delete and rebuild the package with Ivy partial compilation mode, before attempting to publish.\\n')\" && exit 1"
|
|
22
|
-
}
|
|
23
|
-
}
|
|
@@ -1,36 +0,0 @@
|
|
|
1
|
-
import { ProcessManagerComponent, ProcessApi } from './process-manager.component';
|
|
2
|
-
import * as i0 from "@angular/core";
|
|
3
|
-
export declare class ProcessManagementService {
|
|
4
|
-
static readonly SERVICE_NAME = "ProcessManagementService";
|
|
5
|
-
private processManagerComponent;
|
|
6
|
-
setUIComponent(processManagerComponent: ProcessManagerComponent): void;
|
|
7
|
-
/**
|
|
8
|
-
* Returns a promise that will be resolved when an instance is available. At max, 3 instances can only run
|
|
9
|
-
* in parallel and rest has to wait till a process is completed.
|
|
10
|
-
*
|
|
11
|
-
* A progress instance has the following properties.
|
|
12
|
-
*
|
|
13
|
-
* 1) min {number} minimum value, default value is 0 </br>
|
|
14
|
-
* 2) max {number} maximum value, default value is 100 </br>
|
|
15
|
-
* 3) value {number} progress value </br>
|
|
16
|
-
* 4) progressLabel {string} process name </br>
|
|
17
|
-
* 5) stopButtonLabel {string} label for stop button, default value is 'Cancel' </br>
|
|
18
|
-
* 6) onStop {function} function to invoke when stop button is clicked. </br>
|
|
19
|
-
*
|
|
20
|
-
* A progress instance has 3 methods </br>
|
|
21
|
-
* 1) set(property, value) -- sets value to the corresponding property </br>
|
|
22
|
-
* 2) get(property) -- returns property value </br>
|
|
23
|
-
* 3) destroy() -- closes the instance. </br>
|
|
24
|
-
*
|
|
25
|
-
* A progress instance will get auto closed when value and max are equal or when destroy method is called.
|
|
26
|
-
*
|
|
27
|
-
* @param {string} name name of the process whose progress is going to be shown
|
|
28
|
-
* @param {number} min minimum value
|
|
29
|
-
* @param {number} max maximum value
|
|
30
|
-
*
|
|
31
|
-
* @returns {object} a promise
|
|
32
|
-
*/
|
|
33
|
-
createInstance(name: string, min?: number, max?: number): Promise<ProcessApi>;
|
|
34
|
-
static ɵfac: i0.ɵɵFactoryDeclaration<ProcessManagementService, never>;
|
|
35
|
-
static ɵprov: i0.ɵɵInjectableDeclaration<ProcessManagementService>;
|
|
36
|
-
}
|
|
@@ -1,33 +0,0 @@
|
|
|
1
|
-
import { DoCheck, ElementRef } from '@angular/core';
|
|
2
|
-
import * as i0 from "@angular/core";
|
|
3
|
-
export interface Process {
|
|
4
|
-
max: number;
|
|
5
|
-
min: number;
|
|
6
|
-
name: string;
|
|
7
|
-
onStop: () => void;
|
|
8
|
-
progressLabel: string;
|
|
9
|
-
show: boolean;
|
|
10
|
-
stopButtonLabel: string;
|
|
11
|
-
value: number;
|
|
12
|
-
}
|
|
13
|
-
export interface ProcessApi {
|
|
14
|
-
destroy: () => Promise<void>;
|
|
15
|
-
get: (propertyName: string) => string;
|
|
16
|
-
set: (propertyName: string, propertyValue: any) => void;
|
|
17
|
-
}
|
|
18
|
-
export declare class ProcessManagerComponent implements DoCheck {
|
|
19
|
-
private el;
|
|
20
|
-
private isVisible;
|
|
21
|
-
instances: Process[];
|
|
22
|
-
queue: any[];
|
|
23
|
-
constructor(el: ElementRef);
|
|
24
|
-
createInstance(name: string, min?: number, max?: number): Promise<ProcessApi>;
|
|
25
|
-
getVisibleInstances(): Process[];
|
|
26
|
-
ngDoCheck(): void;
|
|
27
|
-
private addToQueue;
|
|
28
|
-
private flushQueue;
|
|
29
|
-
private removeInstance;
|
|
30
|
-
private setInstaceProperty;
|
|
31
|
-
static ɵfac: i0.ɵɵFactoryDeclaration<ProcessManagerComponent, never>;
|
|
32
|
-
static ɵcmp: i0.ɵɵComponentDeclaration<ProcessManagerComponent, "[wmProcessManager]", never, {}, {}, never, never, false, never>;
|
|
33
|
-
}
|
|
@@ -1,9 +0,0 @@
|
|
|
1
|
-
export * from './anchor/anchor.directive';
|
|
2
|
-
export * from './app-update/app-update.component';
|
|
3
|
-
export * from './file-browser/file-browser.component';
|
|
4
|
-
export * from './file-browser/file-selector.service';
|
|
5
|
-
export * from './image-cache/image-cache.directive';
|
|
6
|
-
export * from './network-info-toaster/network-info-toaster.component';
|
|
7
|
-
export * from './process-manager/process-manager.component';
|
|
8
|
-
export * from './process-manager/process-management.service';
|
|
9
|
-
export * from './basic.module';
|
|
@@ -1,66 +0,0 @@
|
|
|
1
|
-
(function (global, factory) {
|
|
2
|
-
typeof exports === 'object' && typeof module !== 'undefined' ? factory(exports, require('@angular/core'), require('@wm/core'), require('@angular/common'), require('@wm/components/base')) :
|
|
3
|
-
typeof define === 'function' && define.amd ? define(['exports', '@angular/core', '@wm/core', '@angular/common', '@wm/components/base'], factory) :
|
|
4
|
-
(global = typeof globalThis !== 'undefined' ? globalThis : global || self, factory((global.wm = global.wm || {}, global.wm.mobile = global.wm.mobile || {}, global.wm.mobile.components = global.wm.mobile.components || {}, global.wm.mobile.components.basic = global.wm.mobile.components.basic || {}, global.wm.mobile.components.basic.search = {}), global.ng.core, global.wm.core, global.ng.common, global.wm.components.base));
|
|
5
|
-
})(this, (function (exports, i0, core, common, base) { 'use strict';
|
|
6
|
-
|
|
7
|
-
function _interopNamespaceDefault(e) {
|
|
8
|
-
var n = Object.create(null);
|
|
9
|
-
if (e) {
|
|
10
|
-
Object.keys(e).forEach(function (k) {
|
|
11
|
-
if (k !== 'default') {
|
|
12
|
-
var d = Object.getOwnPropertyDescriptor(e, k);
|
|
13
|
-
Object.defineProperty(n, k, d.get ? d : {
|
|
14
|
-
enumerable: true,
|
|
15
|
-
get: function () { return e[k]; }
|
|
16
|
-
});
|
|
17
|
-
}
|
|
18
|
-
});
|
|
19
|
-
}
|
|
20
|
-
n.default = e;
|
|
21
|
-
return Object.freeze(n);
|
|
22
|
-
}
|
|
23
|
-
|
|
24
|
-
var i0__namespace = /*#__PURE__*/_interopNamespaceDefault(i0);
|
|
25
|
-
|
|
26
|
-
class SearchDirective {
|
|
27
|
-
constructor(elRef) {
|
|
28
|
-
core.switchClass(elRef.nativeElement, 'app-mobile-search');
|
|
29
|
-
}
|
|
30
|
-
static { this.ɵfac = function SearchDirective_Factory(__ngFactoryType__) { return new (__ngFactoryType__ || SearchDirective)(i0__namespace.ɵɵdirectiveInject(i0__namespace.ElementRef)); }; }
|
|
31
|
-
static { this.ɵdir = /*@__PURE__*/ i0__namespace.ɵɵdefineDirective({ type: SearchDirective, selectors: [["", "wmSearch", ""]] }); }
|
|
32
|
-
}
|
|
33
|
-
(() => { (typeof ngDevMode === "undefined" || ngDevMode) && i0__namespace.ɵsetClassMetadata(SearchDirective, [{
|
|
34
|
-
type: i0.Directive,
|
|
35
|
-
args: [{
|
|
36
|
-
selector: '[wmSearch]'
|
|
37
|
-
}]
|
|
38
|
-
}], () => [{ type: i0__namespace.ElementRef }], null); })();
|
|
39
|
-
|
|
40
|
-
const components = [
|
|
41
|
-
SearchDirective
|
|
42
|
-
];
|
|
43
|
-
class SearchModule {
|
|
44
|
-
static { this.ɵfac = function SearchModule_Factory(__ngFactoryType__) { return new (__ngFactoryType__ || SearchModule)(); }; }
|
|
45
|
-
static { this.ɵmod = /*@__PURE__*/ i0__namespace.ɵɵdefineNgModule({ type: SearchModule }); }
|
|
46
|
-
static { this.ɵinj = /*@__PURE__*/ i0__namespace.ɵɵdefineInjector({ imports: [common.CommonModule,
|
|
47
|
-
base.WmComponentsModule] }); }
|
|
48
|
-
}
|
|
49
|
-
(() => { (typeof ngDevMode === "undefined" || ngDevMode) && i0__namespace.ɵsetClassMetadata(SearchModule, [{
|
|
50
|
-
type: i0.NgModule,
|
|
51
|
-
args: [{
|
|
52
|
-
imports: [
|
|
53
|
-
common.CommonModule,
|
|
54
|
-
base.WmComponentsModule
|
|
55
|
-
],
|
|
56
|
-
declarations: [...components],
|
|
57
|
-
exports: [...components]
|
|
58
|
-
}]
|
|
59
|
-
}], null, null); })();
|
|
60
|
-
(function () { (typeof ngJitMode === "undefined" || ngJitMode) && i0__namespace.ɵɵsetNgModuleScope(SearchModule, { declarations: [SearchDirective], imports: [common.CommonModule,
|
|
61
|
-
base.WmComponentsModule], exports: [SearchDirective] }); })();
|
|
62
|
-
|
|
63
|
-
exports.SearchDirective = SearchDirective;
|
|
64
|
-
exports.SearchModule = SearchModule;
|
|
65
|
-
|
|
66
|
-
}));
|
|
@@ -1,5 +0,0 @@
|
|
|
1
|
-
/**
|
|
2
|
-
* Generated bundle index. Do not edit.
|
|
3
|
-
*/
|
|
4
|
-
export * from './public_api';
|
|
5
|
-
//# sourceMappingURL=data:application/json;base64,eyJ2ZXJzaW9uIjozLCJmaWxlIjoiaW5kZXguanMiLCJzb3VyY2VSb290IjoiIiwic291cmNlcyI6WyIuLi8uLi8uLi8uLi8uLi8uLi9wcm9qZWN0cy9tb2JpbGUvY29tcG9uZW50cy9iYXNpYy9zZWFyY2gvc3JjL2luZGV4LnRzIl0sIm5hbWVzIjpbXSwibWFwcGluZ3MiOiJBQUFBOztHQUVHO0FBRUgsY0FBYyxjQUFjLENBQUMiLCJzb3VyY2VzQ29udGVudCI6WyIvKipcbiAqIEdlbmVyYXRlZCBidW5kbGUgaW5kZXguIERvIG5vdCBlZGl0LlxuICovXG5cbmV4cG9ydCAqIGZyb20gJy4vcHVibGljX2FwaSc7XG4iXX0=
|
|
@@ -1,3 +0,0 @@
|
|
|
1
|
-
export * from './search.directive';
|
|
2
|
-
export * from './search.module';
|
|
3
|
-
//# sourceMappingURL=data:application/json;base64,eyJ2ZXJzaW9uIjozLCJmaWxlIjoicHVibGljX2FwaS5qcyIsInNvdXJjZVJvb3QiOiIiLCJzb3VyY2VzIjpbIi4uLy4uLy4uLy4uLy4uLy4uL3Byb2plY3RzL21vYmlsZS9jb21wb25lbnRzL2Jhc2ljL3NlYXJjaC9zcmMvcHVibGljX2FwaS50cyJdLCJuYW1lcyI6W10sIm1hcHBpbmdzIjoiQUFBQSxjQUFjLG9CQUFvQixDQUFDO0FBQ25DLGNBQWMsaUJBQWlCLENBQUMiLCJzb3VyY2VzQ29udGVudCI6WyJleHBvcnQgKiBmcm9tICcuL3NlYXJjaC5kaXJlY3RpdmUnO1xuZXhwb3J0ICogZnJvbSAnLi9zZWFyY2gubW9kdWxlJztcbiJdfQ==
|
|
@@ -1,17 +0,0 @@
|
|
|
1
|
-
import { Directive, ElementRef } from '@angular/core';
|
|
2
|
-
import { switchClass } from '@wm/core';
|
|
3
|
-
import * as i0 from "@angular/core";
|
|
4
|
-
export class SearchDirective {
|
|
5
|
-
constructor(elRef) {
|
|
6
|
-
switchClass(elRef.nativeElement, 'app-mobile-search');
|
|
7
|
-
}
|
|
8
|
-
static { this.ɵfac = function SearchDirective_Factory(__ngFactoryType__) { return new (__ngFactoryType__ || SearchDirective)(i0.ɵɵdirectiveInject(i0.ElementRef)); }; }
|
|
9
|
-
static { this.ɵdir = /*@__PURE__*/ i0.ɵɵdefineDirective({ type: SearchDirective, selectors: [["", "wmSearch", ""]] }); }
|
|
10
|
-
}
|
|
11
|
-
(() => { (typeof ngDevMode === "undefined" || ngDevMode) && i0.ɵsetClassMetadata(SearchDirective, [{
|
|
12
|
-
type: Directive,
|
|
13
|
-
args: [{
|
|
14
|
-
selector: '[wmSearch]'
|
|
15
|
-
}]
|
|
16
|
-
}], () => [{ type: i0.ElementRef }], null); })();
|
|
17
|
-
//# sourceMappingURL=data:application/json;base64,eyJ2ZXJzaW9uIjozLCJmaWxlIjoic2VhcmNoLmRpcmVjdGl2ZS5qcyIsInNvdXJjZVJvb3QiOiIiLCJzb3VyY2VzIjpbIi4uLy4uLy4uLy4uLy4uLy4uL3Byb2plY3RzL21vYmlsZS9jb21wb25lbnRzL2Jhc2ljL3NlYXJjaC9zcmMvc2VhcmNoLmRpcmVjdGl2ZS50cyJdLCJuYW1lcyI6W10sIm1hcHBpbmdzIjoiQUFBQSxPQUFPLEVBQUUsU0FBUyxFQUFFLFVBQVUsRUFBRSxNQUFNLGVBQWUsQ0FBQztBQUV0RCxPQUFPLEVBQUUsV0FBVyxFQUFFLE1BQU0sVUFBVSxDQUFDOztBQUt2QyxNQUFNLE9BQU8sZUFBZTtJQUV4QixZQUFZLEtBQWlCO1FBQ3pCLFdBQVcsQ0FBQyxLQUFLLENBQUMsYUFBYSxFQUFFLG1CQUFtQixDQUFDLENBQUM7SUFDMUQsQ0FBQztnSEFKUSxlQUFlO29FQUFmLGVBQWU7O2lGQUFmLGVBQWU7Y0FIM0IsU0FBUztlQUFDO2dCQUNQLFFBQVEsRUFBRSxZQUFZO2FBQ3pCIiwic291cmNlc0NvbnRlbnQiOlsiaW1wb3J0IHsgRGlyZWN0aXZlLCBFbGVtZW50UmVmIH0gZnJvbSAnQGFuZ3VsYXIvY29yZSc7XG5cbmltcG9ydCB7IHN3aXRjaENsYXNzIH0gZnJvbSAnQHdtL2NvcmUnO1xuXG5ARGlyZWN0aXZlKHtcbiAgICBzZWxlY3RvcjogJ1t3bVNlYXJjaF0nXG59KVxuZXhwb3J0IGNsYXNzIFNlYXJjaERpcmVjdGl2ZSB7XG5cbiAgICBjb25zdHJ1Y3RvcihlbFJlZjogRWxlbWVudFJlZikge1xuICAgICAgICBzd2l0Y2hDbGFzcyhlbFJlZi5uYXRpdmVFbGVtZW50LCAnYXBwLW1vYmlsZS1zZWFyY2gnKTtcbiAgICB9XG59XG4iXX0=
|
|
@@ -1,28 +0,0 @@
|
|
|
1
|
-
import { NgModule } from '@angular/core';
|
|
2
|
-
import { CommonModule } from '@angular/common';
|
|
3
|
-
import { WmComponentsModule } from '@wm/components/base';
|
|
4
|
-
import { SearchDirective } from './search.directive';
|
|
5
|
-
import * as i0 from "@angular/core";
|
|
6
|
-
const components = [
|
|
7
|
-
SearchDirective
|
|
8
|
-
];
|
|
9
|
-
export class SearchModule {
|
|
10
|
-
static { this.ɵfac = function SearchModule_Factory(__ngFactoryType__) { return new (__ngFactoryType__ || SearchModule)(); }; }
|
|
11
|
-
static { this.ɵmod = /*@__PURE__*/ i0.ɵɵdefineNgModule({ type: SearchModule }); }
|
|
12
|
-
static { this.ɵinj = /*@__PURE__*/ i0.ɵɵdefineInjector({ imports: [CommonModule,
|
|
13
|
-
WmComponentsModule] }); }
|
|
14
|
-
}
|
|
15
|
-
(() => { (typeof ngDevMode === "undefined" || ngDevMode) && i0.ɵsetClassMetadata(SearchModule, [{
|
|
16
|
-
type: NgModule,
|
|
17
|
-
args: [{
|
|
18
|
-
imports: [
|
|
19
|
-
CommonModule,
|
|
20
|
-
WmComponentsModule
|
|
21
|
-
],
|
|
22
|
-
declarations: [...components],
|
|
23
|
-
exports: [...components]
|
|
24
|
-
}]
|
|
25
|
-
}], null, null); })();
|
|
26
|
-
(function () { (typeof ngJitMode === "undefined" || ngJitMode) && i0.ɵɵsetNgModuleScope(SearchModule, { declarations: [SearchDirective], imports: [CommonModule,
|
|
27
|
-
WmComponentsModule], exports: [SearchDirective] }); })();
|
|
28
|
-
//# sourceMappingURL=data:application/json;base64,eyJ2ZXJzaW9uIjozLCJmaWxlIjoic2VhcmNoLm1vZHVsZS5qcyIsInNvdXJjZVJvb3QiOiIiLCJzb3VyY2VzIjpbIi4uLy4uLy4uLy4uLy4uLy4uL3Byb2plY3RzL21vYmlsZS9jb21wb25lbnRzL2Jhc2ljL3NlYXJjaC9zcmMvc2VhcmNoLm1vZHVsZS50cyJdLCJuYW1lcyI6W10sIm1hcHBpbmdzIjoiQUFBQSxPQUFPLEVBQUUsUUFBUSxFQUFFLE1BQU0sZUFBZSxDQUFDO0FBQ3pDLE9BQU8sRUFBRSxZQUFZLEVBQUUsTUFBTSxpQkFBaUIsQ0FBQztBQUUvQyxPQUFPLEVBQUUsa0JBQWtCLEVBQUUsTUFBTSxxQkFBcUIsQ0FBQztBQUV6RCxPQUFPLEVBQUUsZUFBZSxFQUFFLE1BQU0sb0JBQW9CLENBQUM7O0FBRXJELE1BQU0sVUFBVSxHQUFHO0lBQ2YsZUFBZTtDQUNsQixDQUFDO0FBVUYsTUFBTSxPQUFPLFlBQVk7NkdBQVosWUFBWTttRUFBWixZQUFZO3VFQU5qQixZQUFZO1lBQ1osa0JBQWtCOztpRkFLYixZQUFZO2NBUnhCLFFBQVE7ZUFBQztnQkFDTixPQUFPLEVBQUU7b0JBQ0wsWUFBWTtvQkFDWixrQkFBa0I7aUJBQ3JCO2dCQUNELFlBQVksRUFBRSxDQUFDLEdBQUcsVUFBVSxDQUFDO2dCQUM3QixPQUFPLEVBQUUsQ0FBQyxHQUFHLFVBQVUsQ0FBQzthQUMzQjs7d0ZBQ1ksWUFBWSxtQkFYckIsZUFBZSxhQUtYLFlBQVk7UUFDWixrQkFBa0IsYUFOdEIsZUFBZSIsInNvdXJjZXNDb250ZW50IjpbImltcG9ydCB7IE5nTW9kdWxlIH0gZnJvbSAnQGFuZ3VsYXIvY29yZSc7XG5pbXBvcnQgeyBDb21tb25Nb2R1bGUgfSBmcm9tICdAYW5ndWxhci9jb21tb24nO1xuXG5pbXBvcnQgeyBXbUNvbXBvbmVudHNNb2R1bGUgfSBmcm9tICdAd20vY29tcG9uZW50cy9iYXNlJztcblxuaW1wb3J0IHsgU2VhcmNoRGlyZWN0aXZlIH0gZnJvbSAnLi9zZWFyY2guZGlyZWN0aXZlJztcblxuY29uc3QgY29tcG9uZW50cyA9IFtcbiAgICBTZWFyY2hEaXJlY3RpdmVcbl07XG5cbkBOZ01vZHVsZSh7XG4gICAgaW1wb3J0czogW1xuICAgICAgICBDb21tb25Nb2R1bGUsXG4gICAgICAgIFdtQ29tcG9uZW50c01vZHVsZVxuICAgIF0sXG4gICAgZGVjbGFyYXRpb25zOiBbLi4uY29tcG9uZW50c10sXG4gICAgZXhwb3J0czogWy4uLmNvbXBvbmVudHNdXG59KVxuZXhwb3J0IGNsYXNzIFNlYXJjaE1vZHVsZSB7XG59XG4iXX0=
|
|
@@ -1,49 +0,0 @@
|
|
|
1
|
-
import * as i0 from '@angular/core';
|
|
2
|
-
import { Directive, NgModule } from '@angular/core';
|
|
3
|
-
import { switchClass } from '@wm/core';
|
|
4
|
-
import { CommonModule } from '@angular/common';
|
|
5
|
-
import { WmComponentsModule } from '@wm/components/base';
|
|
6
|
-
|
|
7
|
-
class SearchDirective {
|
|
8
|
-
constructor(elRef) {
|
|
9
|
-
switchClass(elRef.nativeElement, 'app-mobile-search');
|
|
10
|
-
}
|
|
11
|
-
static { this.ɵfac = function SearchDirective_Factory(__ngFactoryType__) { return new (__ngFactoryType__ || SearchDirective)(i0.ɵɵdirectiveInject(i0.ElementRef)); }; }
|
|
12
|
-
static { this.ɵdir = /*@__PURE__*/ i0.ɵɵdefineDirective({ type: SearchDirective, selectors: [["", "wmSearch", ""]] }); }
|
|
13
|
-
}
|
|
14
|
-
(() => { (typeof ngDevMode === "undefined" || ngDevMode) && i0.ɵsetClassMetadata(SearchDirective, [{
|
|
15
|
-
type: Directive,
|
|
16
|
-
args: [{
|
|
17
|
-
selector: '[wmSearch]'
|
|
18
|
-
}]
|
|
19
|
-
}], () => [{ type: i0.ElementRef }], null); })();
|
|
20
|
-
|
|
21
|
-
const components = [
|
|
22
|
-
SearchDirective
|
|
23
|
-
];
|
|
24
|
-
class SearchModule {
|
|
25
|
-
static { this.ɵfac = function SearchModule_Factory(__ngFactoryType__) { return new (__ngFactoryType__ || SearchModule)(); }; }
|
|
26
|
-
static { this.ɵmod = /*@__PURE__*/ i0.ɵɵdefineNgModule({ type: SearchModule }); }
|
|
27
|
-
static { this.ɵinj = /*@__PURE__*/ i0.ɵɵdefineInjector({ imports: [CommonModule,
|
|
28
|
-
WmComponentsModule] }); }
|
|
29
|
-
}
|
|
30
|
-
(() => { (typeof ngDevMode === "undefined" || ngDevMode) && i0.ɵsetClassMetadata(SearchModule, [{
|
|
31
|
-
type: NgModule,
|
|
32
|
-
args: [{
|
|
33
|
-
imports: [
|
|
34
|
-
CommonModule,
|
|
35
|
-
WmComponentsModule
|
|
36
|
-
],
|
|
37
|
-
declarations: [...components],
|
|
38
|
-
exports: [...components]
|
|
39
|
-
}]
|
|
40
|
-
}], null, null); })();
|
|
41
|
-
(function () { (typeof ngJitMode === "undefined" || ngJitMode) && i0.ɵɵsetNgModuleScope(SearchModule, { declarations: [SearchDirective], imports: [CommonModule,
|
|
42
|
-
WmComponentsModule], exports: [SearchDirective] }); })();
|
|
43
|
-
|
|
44
|
-
/**
|
|
45
|
-
* Generated bundle index. Do not edit.
|
|
46
|
-
*/
|
|
47
|
-
|
|
48
|
-
export { SearchDirective, SearchModule };
|
|
49
|
-
//# sourceMappingURL=index.mjs.map
|
|
@@ -1 +0,0 @@
|
|
|
1
|
-
{"version":3,"file":"index.mjs","sources":["../../../../../../projects/mobile/components/basic/search/src/search.directive.ts","../../../../../../projects/mobile/components/basic/search/src/search.module.ts","../../../../../../projects/mobile/components/basic/search/src/index.ts"],"sourcesContent":["import { Directive, ElementRef } from '@angular/core';\n\nimport { switchClass } from '@wm/core';\n\n@Directive({\n selector: '[wmSearch]'\n})\nexport class SearchDirective {\n\n constructor(elRef: ElementRef) {\n switchClass(elRef.nativeElement, 'app-mobile-search');\n }\n}\n","import { NgModule } from '@angular/core';\nimport { CommonModule } from '@angular/common';\n\nimport { WmComponentsModule } from '@wm/components/base';\n\nimport { SearchDirective } from './search.directive';\n\nconst components = [\n SearchDirective\n];\n\n@NgModule({\n imports: [\n CommonModule,\n WmComponentsModule\n ],\n declarations: [...components],\n exports: [...components]\n})\nexport class SearchModule {\n}\n","/**\n * Generated bundle index. Do not edit.\n */\n\nexport * from './public_api';\n"],"names":[],"mappings":";;;;;;MAOa,eAAe,CAAA;AAExB,IAAA,WAAA,CAAY,KAAiB,EAAA;AACzB,QAAA,WAAW,CAAC,KAAK,CAAC,aAAa,EAAE,mBAAmB,CAAC;;gHAHhD,eAAe,EAAA,EAAA,CAAA,iBAAA,CAAA,EAAA,CAAA,UAAA,CAAA,CAAA,CAAA,EAAA,CAAA;oEAAf,eAAe,EAAA,SAAA,EAAA,CAAA,CAAA,EAAA,EAAA,UAAA,EAAA,EAAA,CAAA,CAAA,EAAA,CAAA,CAAA;;iFAAf,eAAe,EAAA,CAAA;cAH3B,SAAS;AAAC,QAAA,IAAA,EAAA,CAAA;AACP,gBAAA,QAAQ,EAAE;AACb,aAAA;;;ACCD,MAAM,UAAU,GAAG;IACf;CACH;MAUY,YAAY,CAAA;6GAAZ,YAAY,GAAA,CAAA,EAAA,CAAA;mEAAZ,YAAY,EAAA,CAAA,CAAA;uEANjB,YAAY;YACZ,kBAAkB,CAAA,EAAA,CAAA,CAAA;;iFAKb,YAAY,EAAA,CAAA;cARxB,QAAQ;AAAC,QAAA,IAAA,EAAA,CAAA;AACN,gBAAA,OAAO,EAAE;oBACL,YAAY;oBACZ;AACH,iBAAA;AACD,gBAAA,YAAY,EAAE,CAAC,GAAG,UAAU,CAAC;AAC7B,gBAAA,OAAO,EAAE,CAAC,GAAG,UAAU;AAC1B,aAAA;;wFACY,YAAY,EAAA,EAAA,YAAA,EAAA,CAXrB,eAAe,CAAA,EAAA,OAAA,EAAA,CAKX,YAAY;AACZ,QAAA,kBAAkB,aANtB,eAAe,CAAA,EAAA,CAAA,CAAA,EAAA,GAAA;;ACRnB;;AAEG;;;;"}
|