@wavemaker/app-ng-runtime 11.10.5-rc.6100 → 11.11.0-rc.6106
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/variables/src/services/calendar-service.ts","../../../../projects/mobile/variables/src/services/camera-service.ts","../../../../projects/mobile/variables/src/services/file-service.ts","../../../../projects/mobile/variables/src/services/datasync-service.ts","../../../../projects/mobile/variables/src/services/device-service/location-service.ts","../../../../projects/mobile/variables/src/services/device-service/device-service.ts","../../../../projects/mobile/variables/src/services/contacts-service.ts","../../../../projects/mobile/variables/src/services/scan-service.ts","../../../../projects/mobile/variables/src/variables.module.ts","../../../../projects/mobile/variables/src/index.ts"],"sourcesContent":["import { Calendar } from '@awesome-cordova-plugins/calendar/ngx';\n\nimport { DeviceVariableService, IDeviceVariableOperation } from '@wm/variables';\n\nconst DEFAULT_TIME = new Date().getTime();\n/*3 months timestamp value*/\nconst DELTA_VALUE_DATE = (3 * 30 * 24 * 60 * 60 * 1000);\nconst DEFAULT_START_DATE = (DEFAULT_TIME - DELTA_VALUE_DATE);\nconst DEFAULT_END_DATE = (DEFAULT_TIME + DELTA_VALUE_DATE);\nconst EVENT_META = {\n title: '',\n message: '',\n location: '',\n startDate: new Date(),\n endDate: new Date()\n};\n\n/**\n * this file contains all calendar operations under 'calendar' service.\n */\nexport class CalendarService extends DeviceVariableService {\n public readonly name = 'calendar';\n public readonly operations: IDeviceVariableOperation[] = [];\n\n constructor(calendar: Calendar) {\n super();\n this.operations.push(new CreateEventOperation(calendar),\n new DeleteEventOperation(calendar),\n new GetEventsOperation(calendar));\n }\n}\n\nclass CreateEventOperation implements IDeviceVariableOperation {\n public readonly name = 'createEvent';\n public readonly properties = [\n {target: 'eventTitle', type: 'string', dataBinding: true},\n {target: 'eventNotes', type: 'string', dataBinding: true},\n {target: 'eventLocation', type: 'string', dataBinding: true},\n {target: 'eventStart', type: 'datetime', dataBinding: true},\n {target: 'eventEnd', type: 'datetime', dataBinding: true}\n ];\n public readonly requiredCordovaPlugins = ['CALENDAR'];\n\n constructor(private calendar: Calendar) {\n\n }\n\n public invoke(variable: any, options: any, eventInfo: Map<string, any>): Promise<any> {\n return this.calendar.createEvent(\n eventInfo.get('eventTitle'),\n eventInfo.get('eventLocation'),\n eventInfo.get('eventNotes'),\n new Date(eventInfo.get('eventStart') || 0),\n new Date(eventInfo.get('eventEnd') || 0));\n }\n}\n\nclass DeleteEventOperation implements IDeviceVariableOperation {\n public readonly name = 'deleteEvent';\n public readonly properties = [\n {target: 'eventTitle', type: 'string', dataBinding: true},\n {target: 'eventNotes', type: 'string', dataBinding: true},\n {target: 'eventLocation', type: 'string', dataBinding: true},\n {target: 'eventStart', type: 'datetime', dataBinding: true},\n {target: 'eventEnd', type: 'datetime', dataBinding: true}\n ];\n public readonly requiredCordovaPlugins = ['CALENDAR'];\n\n constructor(private calendar: Calendar) {\n\n }\n\n public invoke(variable: any, options: any, eventInfo: Map<string, any>): Promise<any> {\n return this.calendar.deleteEvent(\n eventInfo.get('eventTitle'),\n eventInfo.get('eventLocation'),\n eventInfo.get('eventNotes'),\n new Date(eventInfo.get('eventStart') || DEFAULT_START_DATE),\n new Date(eventInfo.get('eventEnd') || DEFAULT_END_DATE));\n }\n}\n\nclass GetEventsOperation implements IDeviceVariableOperation {\n public readonly name = 'getEvents';\n public readonly model = [EVENT_META];\n public readonly properties = [\n {target: 'eventTitle', type: 'string', dataBinding: true},\n {target: 'eventNotes', type: 'string', dataBinding: true},\n {target: 'eventLocation', type: 'string', dataBinding: true},\n {target: 'eventStart', type: 'datetime', dataBinding: true},\n {target: 'eventEnd', type: 'datetime', dataBinding: true}\n ];\n public readonly requiredCordovaPlugins = ['CALENDAR'];\n\n constructor(private calendar: Calendar) {\n\n }\n\n public invoke(variable: any, options: any, eventInfo: Map<string, any>): Promise<any> {\n return this.calendar.findEvent(\n eventInfo.get('eventTitle'),\n eventInfo.get('eventLocation'),\n eventInfo.get('eventNotes'),\n new Date(eventInfo.get('eventStart') || DEFAULT_START_DATE),\n new Date(eventInfo.get('eventEnd') || DEFAULT_END_DATE));\n }\n}\n","import { Camera } from '@awesome-cordova-plugins/camera/ngx';\nimport { MediaCapture } from '@awesome-cordova-plugins/media-capture/ngx';\n\nimport {isNumber} from 'lodash-es';\nimport { DeviceVariableService, IDeviceVariableOperation } from '@wm/variables';\n\nexport class CameraService extends DeviceVariableService {\n public readonly name = 'camera';\n public readonly operations: IDeviceVariableOperation[] = [];\n\n constructor(camera: Camera, mediaCapture: MediaCapture) {\n super();\n this.operations.push(new CaptureImageOperation(camera),\n new CaptureVideoOperation(mediaCapture));\n }\n}\n\nclass CaptureImageOperation implements IDeviceVariableOperation {\n public readonly name = 'captureImage';\n public readonly model = {\n imagePath: 'resources/images/imagelists/default-image.png'\n };\n public readonly properties = [\n {target: 'allowImageEdit', type: 'boolean', value: false, dataBinding: true},\n {target: 'imageQuality', type: 'number', value: 80, dataBinding: true},\n {target: 'imageEncodingType', type: 'list', options: {'0': 'JPEG', '1': 'PNG'}, value: '0', dataBinding: true},\n {target: 'correctOrientation', type: 'boolean', value: true, dataBinding: true},\n {target: 'imageTargetWidth', type: 'number', dataBinding: true},\n {target: 'imageTargetHeight', type: 'number', dataBinding: true}\n ];\n public readonly requiredCordovaPlugins = ['CAMERA', 'CAPTURE'];\n\n constructor(private camera: Camera) {\n\n }\n\n public invoke(variable: any, options: any, dataBindings: Map<string, any>): Promise<any> {\n const imageTargetWidth = dataBindings.get('imageTargetWidth'),\n imageTargetHeight = dataBindings.get('imageTargetHeight');\n let imageEncodingType = parseInt(dataBindings.get('imageEncodingType'), 10),\n cameraOptions;\n if (isNaN(imageEncodingType)) {\n imageEncodingType = (dataBindings.get('imageEncodingType') === 'JPEG' ? 0 : 1);\n }\n cameraOptions = {\n quality : dataBindings.get('imageQuality'),\n destinationType : 1, // only file url\n sourceType : 1, // camera\n allowEdit : dataBindings.get('allowImageEdit'),\n encodingType : imageEncodingType,\n mediaType : 0, // always picture\n correctOrientation: dataBindings.get('correctOrientation'),\n targetWidth : isNumber(imageTargetWidth) ? imageTargetWidth : undefined,\n targetHeight : isNumber(imageTargetHeight) ? imageTargetHeight : undefined,\n };\n return this.camera.getPicture(cameraOptions).then( data => {\n return {imagePath: data};\n });\n }\n}\n\nclass CaptureVideoOperation implements IDeviceVariableOperation {\n public readonly name = 'captureVideo';\n public readonly model = {\n videoPath: ''\n };\n public readonly properties = [];\n public readonly requiredCordovaPlugins = ['CAMERA', 'CAPTURE'];\n\n constructor(private mediaCapture: MediaCapture) {\n\n }\n\n public invoke(variable: any, options: any): Promise<any> {\n return this.mediaCapture.captureVideo({\n limit : 1\n }).then( data => {\n let path = data[0].fullPath;\n path = (path.startsWith('file://') ? '' : 'file://') + path;\n return {videoPath: path};\n });\n }\n}\n","import { isValidWebURL } from '@wm/core';\nimport { DeviceFileOpenerService, DeviceFileUploadService } from '@wm/mobile/core';\nimport { $rootScope, DeviceVariableService, IDeviceVariableOperation } from '@wm/variables';\nimport {assignIn, mapValues} from \"lodash-es\";\n\nexport class FileService extends DeviceVariableService {\n name = 'file';\n operations: IDeviceVariableOperation[] = [];\n\n constructor(fileOpener: DeviceFileOpenerService, fileUploader: DeviceFileUploadService) {\n super();\n this.operations.push(new OpenFileOperation(fileOpener),\n new UploadFileOperation(fileUploader));\n }\n}\n\nclass OpenFileOperation implements IDeviceVariableOperation {\n\n private _defaultFileTypesToOpen = {\n 'doc' : {'label' : 'Microsoft Office Word Document', 'mimeType' : 'application/msword', 'extension' : 'doc'},\n 'pdf' : {'label' : 'PDF Document', 'mimeType' : 'application/pdf', 'extension' : 'pdf'},\n 'ppt' : {'label' : 'Microsoft Office Powerpoint', 'mimeType' : 'application/vnd.ms-powerpoint', 'extension' : 'ppt'},\n 'xls' : {'label' : 'Microsoft Office Excel', 'mimeType' : 'application/vnd.ms-excel', 'extension' : 'xls'}\n };\n\n public readonly name = 'openFile';\n public readonly model = {};\n public readonly properties = [\n {target: 'filePath', type: 'string', value: '', dataBinding: true},\n {\n target: 'fileType',\n type: 'list',\n options: mapValues(this._defaultFileTypesToOpen, 'label'),\n value: 'pdf',\n dataBinding: true,\n hide: true\n },\n {target: 'spinnerContext', hide: false},\n {target: 'spinnerMessage', hide: false}\n ];\n public readonly requiredCordovaPlugins = [];\n\n constructor(private fileOpener: DeviceFileOpenerService) {}\n\n public invoke(variable: any, options: any, dataBindings: Map<string, any>): Promise<any> {\n const fileType = this._defaultFileTypesToOpen[dataBindings.get('fileType')];\n let filePath = dataBindings.get('filePath');\n // if relative path is given, then append url with deployedUrl, to access files in resources.\n if (!isValidWebURL(filePath)) {\n filePath = $rootScope.project.deployedUrl + filePath;\n }\n return this.fileOpener.openRemoteFile(filePath, fileType.extension);\n }\n}\n\nclass UploadFileOperation implements IDeviceVariableOperation {\n\n public readonly name = 'upload';\n public readonly model = {\n fileName : '',\n path : '',\n length : 0,\n success : false,\n inlinePath : '',\n errorMessage: '',\n inProgress : false,\n loaded : 0\n };\n public readonly properties = [\n {target: 'localFile', type: 'string', value: '', dataBinding: true},\n {target: 'remoteFolder', type: 'string', value: '', dataBinding: true},\n {target: 'onProgress', hide : false},\n {target: 'spinnerContext', hide : false},\n {target: 'spinnerMessage', hide : false}\n ];\n public readonly requiredCordovaPlugins = [];\n\n constructor(private fileUploader: DeviceFileUploadService) {}\n\n public invoke(variable: any, options: any, dataBindings: Map<string, any>): Promise<any> {\n const serverUrl = $rootScope.project.deployedUrl + 'services/file/uploadFile?relativePath=' + (dataBindings.get('remoteFolder') || ''),\n filePath = dataBindings.get('localFile'),\n fileName = filePath.split('/').pop(),\n data = {\n fileName : fileName,\n fileSize : 0,\n inProgress : true,\n length : 0,\n loaded : 0\n };\n return this.fileUploader.upload(serverUrl, 'files', filePath, fileName)\n .then(uploadResponse => {\n assignIn(data, JSON.parse(uploadResponse.text)[0]);\n data.loaded = data.length;\n return data;\n });\n }\n}\n","import { Observer } from 'rxjs';\n\nimport { App, noop, toPromise } from '@wm/core';\nimport { NetworkService } from '@wm/mobile/core';\nimport { FileSelectorService, ProcessApi, ProcessManagementService } from '@wm/mobile/components/basic';\nimport { Change, ChangeLogService, LocalDBManagementService, LocalDBDataPullService, PushInfo, PullInfo } from '@wm/mobile/offline';\nimport { DeviceVariableService, IDeviceVariableOperation, initiateCallback, VARIABLE_CONSTANTS } from '@wm/variables';\nimport { SecurityService } from '@wm/security';\nimport {clone, filter} from \"lodash-es\";\n\nconst APP_IS_OFFLINE = 'App is offline.';\nconst OFFLINE_PLUGIN_NOT_FOUND = 'Offline DB Plugin is required, but missing.';\nconst ON_BEFORE_BLOCKED = 'onBefore callback returned false.';\nconst REQUIRED_PLUGINS = ['OFFLINE_DB', 'NETWORK'];\n\nexport class DatasyncService extends DeviceVariableService {\n public readonly name = 'datasync';\n public readonly operations: IDeviceVariableOperation[] = [];\n\n constructor(app: App,\n changeLogService: ChangeLogService,\n fileSelectorService: FileSelectorService,\n localDBManagementService: LocalDBManagementService,\n localDBDataPullService: LocalDBDataPullService,\n processManagementService: ProcessManagementService,\n securityService: SecurityService,\n networkService: NetworkService) {\n super();\n this.operations.push(new ExportDBOperation(localDBManagementService));\n this.operations.push(new GetOfflineChangesOperation(changeLogService));\n this.operations.push(new ImportDBOperation(fileSelectorService, localDBManagementService));\n this.operations.push(new LastPullInfoOperation(localDBDataPullService));\n this.operations.push(new LastPushInfoOperation(changeLogService));\n this.operations.push(new PullOperation(app, processManagementService, networkService, securityService, localDBDataPullService));\n this.operations.push(new PushOperation(app, changeLogService, processManagementService, networkService, securityService));\n }\n}\n\nclass ExportDBOperation implements IDeviceVariableOperation {\n public readonly name = 'exportDB';\n public readonly model = {path: ''};\n public readonly properties = [\n {target: 'spinnerContext', hide: false},\n {target: 'spinnerMessage', hide: false}\n ];\n public readonly requiredCordovaPlugins = REQUIRED_PLUGINS;\n\n constructor(private localDBManagementService: LocalDBManagementService) {\n }\n\n public invoke(variable: any, options: any, dataBindings: Map<string, any>): Promise<any> {\n if (window['SQLitePlugin']) {\n return this.localDBManagementService.exportDB();\n }\n return Promise.reject(OFFLINE_PLUGIN_NOT_FOUND);\n }\n}\n\n\nclass GetOfflineChangesOperation implements IDeviceVariableOperation {\n private static DATA_CHANGE_TEMPLATE = {\n service: 'DatabaseService',\n operation: 'operation',\n params: {\n data: {},\n dataModelName: 'dataModelName',\n entityName: 'entityName'\n },\n hasError: 0,\n errorMessage: ''\n };\n private static CHANGE_LOG_SET = {\n total: 0,\n database: {\n create: [GetOfflineChangesOperation.DATA_CHANGE_TEMPLATE],\n update: [GetOfflineChangesOperation.DATA_CHANGE_TEMPLATE],\n delete: [GetOfflineChangesOperation.DATA_CHANGE_TEMPLATE]\n },\n uploads: [{\n service: 'OfflineFileUploadService',\n operation: 'uploadToServer',\n params: {\n file: 'localFilePath',\n serverUrl: 'serverUrl',\n ftOptions: {}\n },\n hasError: 0,\n errorMessage: ''\n }]\n };\n public readonly name = 'getOfflineChanges';\n public readonly model = {\n total: 0,\n pendingToSync: GetOfflineChangesOperation.CHANGE_LOG_SET,\n failedToSync: GetOfflineChangesOperation.CHANGE_LOG_SET\n };\n public readonly properties = [\n {target: 'startUpdate', type: 'boolean', value: true, hide: true},\n {target: 'autoUpdate', type: 'boolean', value: true, hide: true}\n ];\n public readonly requiredCordovaPlugins = REQUIRED_PLUGINS;\n\n constructor(private changeLogService: ChangeLogService) {\n }\n\n public invoke(variable: any, options: any, dataBindings: Map<string, any>): Promise<any> {\n if (window['SQLitePlugin']) {\n return getOfflineChanges(this.changeLogService);\n }\n return Promise.reject(OFFLINE_PLUGIN_NOT_FOUND);\n }\n}\n\nclass LastPullInfoOperation implements IDeviceVariableOperation {\n public readonly name = 'lastPullInfo';\n public readonly model = {\n databases : [{\n name : 'datbaseName',\n entities: [{\n entityName: 'entityName',\n pulledRecordCount: 0\n }],\n pulledRecordCount: 0\n }],\n totalPulledRecordCount: 0,\n startTime: new Date().toJSON(),\n endTime: new Date().toJSON()\n };\n public readonly properties = [\n {target: 'startUpdate', type: 'boolean', value: true, hide: true},\n {target: 'spinnerContext', hide: false},\n {target: 'spinnerMessage', hide: false}\n ];\n public readonly requiredCordovaPlugins = REQUIRED_PLUGINS;\n\n constructor(private localDBDataPullService: LocalDBDataPullService) {\n }\n\n public invoke(variable: any, options: any, dataBindings: Map<string, any>): Promise<any> {\n if (window['SQLitePlugin']) {\n return this.localDBDataPullService.getLastPullInfo();\n }\n return Promise.reject(OFFLINE_PLUGIN_NOT_FOUND);\n }\n}\n\nclass LastPushInfoOperation implements IDeviceVariableOperation {\n public readonly name = 'lastPushInfo';\n public readonly model = {\n successfulTaskCount: 0,\n failedTaskCount: 0,\n completedTaskCount: 0,\n totalTaskCount: 0,\n startTime: new Date().toJSON(),\n endTime: new Date().toJSON()\n };\n public readonly properties = [\n {target: 'startUpdate', type: 'boolean', value: true, hide: true},\n {target: 'spinnerContext', hide: false},\n {target: 'spinnerMessage', hide: false}\n ];\n public readonly requiredCordovaPlugins = REQUIRED_PLUGINS;\n\n constructor(private changeLogService: ChangeLogService) {\n }\n\n public invoke(variable: any, options: any, dataBindings: Map<string, any>): Promise<any> {\n if (window['SQLitePlugin']) {\n return this.changeLogService.getLastPushInfo();\n }\n return Promise.reject(OFFLINE_PLUGIN_NOT_FOUND);\n }\n}\n\nclass ImportDBOperation implements IDeviceVariableOperation {\n public readonly name = 'importDB';\n public readonly model = {};\n public readonly properties = [\n {target: 'spinnerContext', hide: false},\n {target: 'spinnerMessage', hide: false}\n ];\n public readonly requiredCordovaPlugins = REQUIRED_PLUGINS;\n\n constructor(\n private fileSelectorService: FileSelectorService,\n private localDBManagementService: LocalDBManagementService) {\n }\n\n public invoke(variable: any, options: any, dataBindings: Map<string, any>): Promise<any> {\n if (window['SQLitePlugin']) {\n return this.fileSelectorService.selectFiles(false, 'zip')\n .then(files => {\n if (files && files.length) {\n return this.localDBManagementService.importDB(files[0].path, true);\n }\n });\n }\n return Promise.reject(OFFLINE_PLUGIN_NOT_FOUND);\n }\n}\n\nclass PullOperation implements IDeviceVariableOperation {\n public readonly name = 'pull';\n public readonly model = {\n totalTaskCount: 0,\n completedTaskCount: 0,\n inProgress: false\n };\n public readonly properties = [\n {target: 'clearData', type: 'boolean', widgettype: 'boolean-inputfirst', value: true, group: 'properties', subGroup: 'behavior'},\n {target: 'startUpdate', type: 'boolean', hide: false},\n {target: 'onBefore', hide: false},\n {target: 'onProgress', hide: false},\n {target: 'showProgress', hide: false}\n ];\n public readonly requiredCordovaPlugins = REQUIRED_PLUGINS;\n\n constructor(\n private app: App,\n private processManagementService: ProcessManagementService,\n private networkService: NetworkService,\n private securityService: SecurityService,\n private localDBDataPullService: LocalDBDataPullService) {\n }\n\n public invoke(variable: any, options: any, dataBindings: Map<string, any>): Promise<any> {\n let progressInstance;\n return canExecute(variable, this.networkService, this.securityService)\n .then(() => {\n if (variable.showProgress) {\n return this.processManagementService.createInstance(this.app.appLocale.LABEL_DATA_PULL_PROGRESS, 0, 0);\n }\n return null;\n }).then((instance: ProcessApi) => {\n const progressObserver: Observer<PullInfo> = {\n next: (pullInfo: PullInfo) => {\n // variable.dataSet = progress; Todo: progress\n initiateCallback('onProgress', variable, pullInfo);\n if (progressInstance) {\n progressInstance.set('max', pullInfo.totalRecordsToPull);\n progressInstance.set('value', pullInfo.totalPulledRecordCount);\n }\n }, error: noop, complete: noop};\n\n const clearData = variable.clearData === 'true' || variable.clearData === true,\n pullPromise = this.localDBDataPullService.pullAllDbData(clearData, progressObserver);\n if (instance) {\n progressInstance = instance;\n progressInstance.set('stopButtonLabel', this.app.appLocale.LABEL_DATA_PULL_PROGRESS_STOP_BTN);\n progressInstance.set('onStop', () => {\n this.localDBDataPullService.cancel(pullPromise);\n });\n }\n return pullPromise;\n }).catch(pullInfo => pullInfo)\n .then(pullInfo => {\n if (progressInstance) {\n progressInstance.destroy();\n }\n return pullInfo;\n });\n }\n}\n\nclass PushOperation implements IDeviceVariableOperation {\n public readonly name = 'push';\n public readonly model = {\n successfulTaskCount: 0,\n failedTaskCount: 0,\n completedTaskCount: 0,\n totalTaskCount: 0,\n inProgress: false\n };\n public readonly properties = [\n {target: 'onBefore', hide: false},\n {target: 'onProgress', hide: false},\n {target: 'showProgress', 'hide': false, 'value': true}\n ];\n public readonly requiredCordovaPlugins = REQUIRED_PLUGINS;\n\n constructor(private app: App,\n private changeLogService: ChangeLogService,\n private processManagementService: ProcessManagementService,\n private networkService: NetworkService,\n private securityService: SecurityService) {\n }\n\n public invoke(variable: any, options: any, dataBindings: Map<string, any>): Promise<any> {\n let progressInstance;\n if (this.changeLogService.isFlushInProgress()) {\n return Promise.resolve();\n }\n return canExecute(variable, this.networkService, this.securityService)\n .then(() => getOfflineChanges(this.changeLogService))\n .then(changes => {\n if (changes.pendingToSync.total <= 0) {\n return Promise.reject(clone(this.model));\n }\n }).then(() => {\n if (variable.showProgress) {\n return this.processManagementService.createInstance(this.app.appLocale.LABEL_DATA_PUSH_PROGRESS, 0, 0);\n }\n return null;\n }).then((instance: ProcessApi) => {\n const progressObserver: Observer<PushInfo> = {\n next: (pushInfo: PushInfo) => {\n pushInfo = addOldPropertiesForPushData(pushInfo);\n initiateCallback('onProgress', variable, pushInfo);\n if (progressInstance) {\n progressInstance.set('max', pushInfo.totalTaskCount);\n progressInstance.set('value', pushInfo.completedTaskCount);\n }\n }, error: noop, complete: noop};\n const pushPromise = this.changeLogService.flush(progressObserver);\n if (instance) {\n progressInstance = instance;\n progressInstance.set('stopButtonLabel', this.app.appLocale.LABEL_DATA_PUSH_PROGRESS_STOP_BTN);\n progressInstance.set('onStop', () => this.changeLogService.stop());\n }\n return pushPromise;\n })\n .catch(pushInfo => pushInfo)\n .then(pushInfo => {\n if (progressInstance) {\n progressInstance.destroy();\n }\n if (pushInfo && pushInfo.totalTaskCount !== undefined) {\n pushInfo = addOldPropertiesForPushData(pushInfo);\n if (pushInfo.failedTaskCount !== 0) {\n return Promise.reject(pushInfo);\n }\n return pushInfo;\n }\n return Promise.reject(pushInfo);\n });\n }\n}\n\n/**\n * This function adds the old properties to the push dataSet to support old projects.\n * @param data\n * @returns {*}\n */\nconst addOldPropertiesForPushData = data => {\n const result = clone(data);\n result.success = data.successfulTaskCount;\n result.error = data.failedTaskCount;\n result.completed = data.completedTaskCount;\n result.total = data.totalTaskCount;\n return result;\n};\n\nconst canExecute = (variable: any, networkService: NetworkService, securityService: SecurityService) => {\n if (!window['SQLitePlugin']) {\n return Promise.reject(OFFLINE_PLUGIN_NOT_FOUND);\n }\n if (!networkService.isConnected()) {\n return Promise.reject(APP_IS_OFFLINE);\n }\n return toPromise(initiateCallback(VARIABLE_CONSTANTS.EVENT.BEFORE, variable, null))\n .then(proceed => {\n if (proceed === false) {\n return Promise.reject(ON_BEFORE_BLOCKED);\n }\n // If user is authenticated and online, then start the data pull process.\n return securityService.onUserLogin();\n });\n};\n\nconst generateChangeSet = (changes: Change[]) => {\n const createChanges = filter(changes, c => {\n return c.service === 'DatabaseService' &&\n (c.operation === 'insertTableData'\n || c.operation === 'insertMultiPartTableData');\n }), updateChanges = filter(changes, c => {\n return c.service === 'DatabaseService' &&\n (c.operation === 'updateTableData'\n || c.operation === 'updateMultiPartTableData');\n });\n return {\n total: changes ? changes.length : 0,\n database: {\n create: createChanges,\n update: updateChanges,\n delete: filter(changes, {service: 'DatabaseService', operation: 'deleteTableData'})\n },\n uploads: filter(changes, {service: 'OfflineFileUploadService', operation: 'uploadToServer'})\n };\n};\n\nconst getOfflineChanges = (changeLogService: ChangeLogService) => {\n return changeLogService.getChanges().then(changes => {\n return {\n 'total' : changes ? changes.length : 0,\n 'pendingToSync': generateChangeSet(filter(changes, {'hasError': 0})),\n 'failedToSync': generateChangeSet(filter(changes, {'hasError': 1}))\n };\n });\n};\n","import { LocationAccuracy } from '@awesome-cordova-plugins/location-accuracy/ngx';\nimport { Geolocation, GeolocationOptions } from '@awesome-cordova-plugins/geolocation/ngx';\nimport { Diagnostic } from '@awesome-cordova-plugins/diagnostic/ngx';\n\nimport { IDeviceVariableOperation } from '@wm/variables';\nimport { $appDigest, App, isAndroid, isIos, getAndroidVersion} from '@wm/core';\n\ndeclare const cordova;\nconst PERMISSION_DENIED_ONCE = \"DENIED_ONCE\";\n\n/**\n * This class handles 'getCurrentGeoPosition' device operation.\n */\nexport class CurrentGeoPositionOperation implements IDeviceVariableOperation {\n public readonly name = 'getCurrentGeoPosition';\n public readonly model = {\n coords: {\n latitude: 0,\n longitude: 0,\n altitude: 0,\n accuracy: 0,\n altitudeAccuracy: 0,\n heading: 0,\n speed: 0\n },\n timestamp: 0\n };\n public readonly properties = [\n {target: 'startUpdate', type: 'boolean', value: true, hide : true},\n {target: 'autoUpdate', type: 'boolean', value: true, hide : true},\n {target: 'geolocationHighAccuracy', type: 'boolean', value: true, dataBinding: true},\n {target: 'geolocationMaximumAge', type: 'number', value: 3, dataBinding: true},\n {target: 'geolocationTimeout', type: 'number', value: 5, dataBinding: true},\n ];\n public readonly requiredCordovaPlugins = ['GEOLOCATION'];\n\n private lastKnownPosition;\n private waitingQueue = [];\n private watchId;\n private locationRequestedAlready = false;\n \n private previousPermissionStatus;\n private currentPermissionStatus;\n\n private options = {\n maximumAge: 3000,\n timeout: (2 * 60) * 1000,\n enableHighAccuracy: true\n };\n\n constructor (private app: App, private geoLocation: Geolocation, private locationAccuracyService: LocationAccuracy, private diagnosticService: Diagnostic) {}\n\n private watchPosition() {\n if (this.watchId) {\n navigator.geolocation.clearWatch(this.watchId);\n this.watchId = null;\n }\n const options = window['WM_GEO_LOCATION_OPTIONS'] || this.options;\n this.watchId = navigator.geolocation.watchPosition(position => {\n this.lastKnownPosition = {\n coords: {\n latitude: position.coords.latitude,\n longitude: position.coords.longitude,\n altitude: position.coords.altitude,\n accuracy: position.coords.accuracy,\n altitudeAccuracy: position.coords.altitudeAccuracy,\n heading: position.coords.heading,\n speed: position.coords.speed\n },\n timestamp: position.timestamp\n };\n if (this.waitingQueue.length > 0) {\n this.waitingQueue.forEach(fn => fn(this.lastKnownPosition));\n this.waitingQueue.length = 0;\n }\n $(document).off('touchend.usergesture');\n }, () => {\n this.watchId = null;\n }, options);\n }\n\n private geoLocationService(variable: any, options: any, dataBindings: Map<string, any>): Promise<any> {\n if (!this.watchId || !this.lastKnownPosition) {\n this.watchPosition();\n $(document).on('touchend.usergesture', () => this.watchPosition());\n }\n const geoLocationOptions: GeolocationOptions = {\n maximumAge: dataBindings.get('geolocationMaximumAge') * 1000,\n timeout: dataBindings.get('geolocationTimeout') * 1000,\n enableHighAccuracy: dataBindings.get('geolocationHighAccuracy')\n };\n if (this.lastKnownPosition) {\n return Promise.resolve(this.lastKnownPosition);\n }\n return new Promise(resolve => {\n const c = position => {\n resolve(position);\n };\n setTimeout(() => {\n const index = this.waitingQueue.indexOf(c);\n if (index > -1) {\n this.waitingQueue.splice(index, 1);\n resolve(this.model);\n }\n }, this.options.timeout);\n this.waitingQueue.push(c);\n }); \n }\n\n private requestLocationService(variable: any, options: any, dataBindings: Map<string, any>): Promise<any> {\n return this.locationAccuracyService.canRequest()\n .then((canRequest: boolean) => {\n if(canRequest && !this.locationRequestedAlready) {\n //In iOS, Only once location service request can be made, Repeated access will be blocked by OS \n //https://github.com/dpa99c/cordova-plugin-request-location-accuracy#ios-cancel-button-caveat\n this.locationRequestedAlready = isIos();\n return this.locationAccuracyService.request(this.locationAccuracyService.REQUEST_PRIORITY_HIGH_ACCURACY)\n }else {\n if(isIos() && confirm(this.app.appLocale.MESSAGE_REQUEST_LOCATION_PERMISSION)){\n this.diagnosticService.switchToSettings();\n return Promise.reject();\n }\n return Promise.resolve();\n } \n })\n .then(() => { \n return this.geoLocationService(variable, options, dataBindings) \n })\n .catch((e) => { \n if (e && e.code \n && e.code !== this.locationAccuracyService.ERROR_USER_DISAGREED\n && e.code !== this.locationAccuracyService.ERROR_CANNOT_CHANGE_ACCURACY) {\n if(confirm(this.app.appLocale.MESSAGE_REQUEST_LOCATION_PERMISSION)){\n this.diagnosticService.switchToSettings();\n }\n } \n return Promise.resolve(this.lastKnownPosition ? this.lastKnownPosition : this.model); \n });\n }\n\n private handleLocationAuthorizationStatus(variable: any, options: any, dataBindings: Map<string, any>, permissionStatus: string): Promise<any> { \n this.previousPermissionStatus = this.currentPermissionStatus;\n this.currentPermissionStatus = permissionStatus;\n switch(permissionStatus){ \n case this.diagnosticService.permissionStatus.GRANTED_WHEN_IN_USE:\n case this.diagnosticService.permissionStatus.GRANTED:{\n return this.onLocationGranted(variable, options, dataBindings); \n }\n case PERMISSION_DENIED_ONCE:{\n return this.requestLocationService(variable, options, dataBindings);\n }\n case this.diagnosticService.permissionStatus.DENIED_ALWAYS:{\n if(isIos()){\n //iOS Location Service Turned Off returns DENIED_ALWAYS\n return this.requestLocationService(variable, options, dataBindings);\n }else{\n if(confirm(this.app.appLocale.MESSAGE_REQUEST_LOCATION_PERMISSION)){\n this.diagnosticService.switchToSettings();\n }\n return Promise.resolve(this.model);\n }\n }\n case this.diagnosticService.permissionStatus.NOT_REQUESTED: {\n return this.requestLocationAuthorization(variable, options, dataBindings);\n } \n }\n }\n\n private requestLocationAuthorization(variable: any, options: any, dataBindings: Map<string, any>): Promise<any>{\n return this.diagnosticService.requestLocationAuthorization()\n .then((permissionStatus) => {\n return this.handleLocationAuthorizationStatus(variable, options, dataBindings, permissionStatus)\n })\n }\n\n private requestLocationAccuracy(variable: any, options: any, dataBindings: Map<string, any>): Promise<any>{\n return this.diagnosticService.getLocationAuthorizationStatus()\n .then((permissionStatus) => {\n return this.handleLocationAuthorizationStatus(variable, options, dataBindings, permissionStatus) \n })\n .catch((e) => { \n //In case of device older than Android 6, Due to absence of Permission Check API.\n return this.geoLocationService(variable, options, dataBindings);\n });\n }\n\n private onLocationGranted(variable: any, options: any, dataBindings: Map<string, any>): Promise<any>{\n //iOS updates 'Granted' Only if Location service is turned On\n //Android updates 'Granted' even if Location service is turned Off\n if(isIos()){\n return this.geoLocationService(variable, options, dataBindings) \n }else if(isAndroid() \n && parseInt(getAndroidVersion(), 10) <= 10 \n && this.previousPermissionStatus === PERMISSION_DENIED_ONCE \n && this.currentPermissionStatus === this.diagnosticService.permissionStatus.GRANTED_WHEN_IN_USE\n && !this.lastKnownPosition){\n //Below Android 11, Chrome webview of Cordova is not updating the permission status from \"denied\" to \"allowed\" and throwing the below message\n //\"application does not have sufficient geolocation permissions\" For navigator.geolocation.watchPosition method\n //Hence we are reloading the webview manually\n location.reload(); \n }else{\n return this.requestLocationService(variable, options, dataBindings);\n }\n }\n\n public invoke(variable: any, options: any, dataBindings: Map<string, any>): Promise<any> {\n if(cordova['plugins'] && cordova['plugins']['locationAccuracy']){\n return this.requestLocationAccuracy(variable, options, dataBindings);\n }else{\n return this.geoLocationService(variable, options, dataBindings); \n }\n }\n}","import { AppVersion } from '@awesome-cordova-plugins/app-version/ngx';\nimport { Device } from '@awesome-cordova-plugins/device/ngx';\nimport { Geolocation } from '@awesome-cordova-plugins/geolocation/ngx';\nimport { LocationAccuracy } from '@awesome-cordova-plugins/location-accuracy/ngx';\nimport { Diagnostic } from '@awesome-cordova-plugins/diagnostic/ngx';\nimport { Vibration } from '@awesome-cordova-plugins/vibration/ngx';\n\nimport { $appDigest, App } from '@wm/core';\nimport { NetworkService } from '@wm/mobile/core';\nimport { DeviceVariableService, IDeviceVariableOperation, initiateCallback } from '@wm/variables';\nimport { CurrentGeoPositionOperation } from './location-service';\n\ndeclare const navigator, $;\n/**\n * this file contains all device operations under 'device' service.\n */\nexport class DeviceService extends DeviceVariableService {\n public readonly name = 'device';\n public readonly operations: IDeviceVariableOperation[] = [];\n\n constructor(app: App,\n appVersion: AppVersion,\n device: Device,\n geoLocation: Geolocation,\n networkService: NetworkService,\n vibrateService: Vibration,\n locationAccuracyService: LocationAccuracy,\n diagnosticService: Diagnostic\n ) {\n super();\n this.operations.push(new AppInfoOperation(device, appVersion),\n new CurrentGeoPositionOperation(app, geoLocation, locationAccuracyService, diagnosticService),\n new DeviceInfoOperation(device),\n new GetNetworkInfoOperation(app, networkService),\n new GoOfflineOperation(networkService),\n new GoOnlineOperation(networkService),\n new VibrateOperation(vibrateService));\n app.subscribe('onNetworkStateChange', data => {\n app.networkStatus = data;\n $appDigest();\n });\n app.networkStatus = {\n isConnecting : false,\n isConnected : true,\n isNetworkAvailable : true,\n isServiceAvailable : true\n };\n }\n}\n\n\n/**\n * This class handles 'getAppInfo' device operation.\n */\nclass AppInfoOperation implements IDeviceVariableOperation {\n public readonly name = 'getAppInfo';\n public readonly model = {\n appversion: 'X.X.X',\n cordovaversion: 'X.X.X'\n };\n public readonly properties = [\n {target: 'startUpdate', type: 'boolean', value: true, hide: true}\n ];\n\n constructor (private device: Device, private appVersion: AppVersion) {\n\n }\n\n public invoke(variable: any, options: any): Promise<any> {\n const cordovaVersion = this.device.cordova;\n return this.appVersion.getVersionNumber().then(appVersion => {\n return {\n appversion: appVersion,\n cordovaversion: cordovaVersion\n };\n });\n }\n}\n\n/**\n * This class handles 'getDeviceInfo' device operation.\n */\nclass DeviceInfoOperation implements IDeviceVariableOperation {\n public readonly name = 'getDeviceInfo';\n public readonly model = {\n deviceModel: 'DEVICEMODEL',\n os: 'DEVICEOS',\n osVersion: 'X.X.X',\n deviceUUID: 'DEVICEUUID'\n };\n public readonly properties = [\n {target: 'startUpdate', type: 'boolean', value: true, hide: true}\n ];\n\n constructor (private device: Device) {\n\n }\n\n public invoke(variable: any, options: any): Promise<any> {\n const response = {\n 'deviceModel': this.device.model,\n 'os': this.device.platform,\n 'osVersion': this.device.version,\n 'deviceUUID': this.device.uuid\n };\n return Promise.resolve(response);\n }\n}\n\nclass GetNetworkInfoOperation implements IDeviceVariableOperation {\n public readonly name = 'getNetworkInfo';\n public readonly model = {\n connectionType: 'NONE',\n isConnecting: false,\n isNetworkAvailable: true,\n isOnline: true,\n isOffline: false\n };\n public readonly properties = [\n {target: 'autoUpdate', type: 'boolean', value: true, hide : true},\n {target: 'startUpdate', type: 'boolean', value: true, hide : true},\n {target: 'networkStatus', type: 'object', value: 'bind:App.networkStatus', dataBinding: true, hide: true},\n {target: 'onOnline', hide : false},\n {target: 'onOffline', hide : false}\n ];\n public readonly requiredCordovaPlugins = ['NETWORK'];\n\n constructor (private app: App, private networkService: NetworkService) {\n\n }\n\n public invoke(variable: any, options: any, dataBindings: Map<string, any>): Promise<any> {\n const data = {\n connectionType: navigator.connection.type,\n isConnecting: this.app.networkStatus.isConnecting,\n isNetworkAvailable: this.app.networkStatus.isNetworkAvailable,\n isOnline: this.app.networkStatus.isConnected,\n isOffline: !this.app.networkStatus.isConnected\n };\n if (this.networkService.isConnected()) {\n initiateCallback('onOnline', variable, data);\n } else {\n initiateCallback('onOffline', variable, data);\n }\n return Promise.resolve(data);\n }\n}\n\nclass GoOfflineOperation implements IDeviceVariableOperation {\n public readonly name = 'goOffline';\n public readonly model = {};\n public readonly properties = [];\n public readonly requiredCordovaPlugins = ['NETWORK'];\n\n constructor (private networkService: NetworkService) {\n\n }\n\n public invoke(variable: any, options: any, dataBindings: Map<string, any>): Promise<any> {\n return this.networkService.disconnect();\n }\n}\n\nclass GoOnlineOperation implements IDeviceVariableOperation {\n public readonly name = 'goOnline';\n public readonly model = {};\n public readonly properties = [];\n public readonly requiredCordovaPlugins = ['NETWORK'];\n\n constructor (private networkService: NetworkService) {\n\n }\n\n public invoke(variable: any, options: any, dataBindings: Map<string, any>): Promise<any> {\n return this.networkService.connect();\n }\n}\n\n/**\n * This class handles 'vibrate' device operation.\n */\nclass VibrateOperation implements IDeviceVariableOperation {\n public readonly name = 'vibrate';\n public readonly model = {\n appversion: 'X.X.X',\n cordovaversion: 'X.X.X'\n };\n public readonly properties = [\n {target: 'vibrationtime', type: 'number', value: 2, dataBinding: true}\n ];\n public readonly requiredCordovaPlugins = ['VIBRATE'];\n\n constructor (private vibrationService: Vibration) {\n\n }\n\n public invoke(variable: any, options: any, dataBindings: Map<string, any>): Promise<any> {\n this.vibrationService.vibrate(dataBindings.get('vibrationtime') * 1000);\n return Promise.resolve();\n }\n}\n","import { DeviceVariableService, IDeviceVariableOperation } from '@wm/variables';\n\ndeclare const navigator;\n\nexport class ContactsService extends DeviceVariableService {\n public readonly name = 'contacts';\n public readonly operations: IDeviceVariableOperation[] = [];\n\n constructor() {\n super();\n this.operations.push(new GetContactsOperation());\n }\n}\n\nclass GetContactsOperation implements IDeviceVariableOperation {\n public readonly name = 'getContacts';\n public readonly model = {\n id : '',\n displayName : '',\n phoneNumbers : [{value: ''}]\n };\n public readonly properties = [\n {target: 'startUpdate', type: 'boolean'},\n {target: 'autoUpdate', type: 'boolean'},\n {target: 'contactFilter', type: 'string', value: '', dataBinding: true}\n ];\n public readonly requiredCordovaPlugins = ['CONTACTS'];\n\n public waitingCalls: (() => void)[] = [];\n\n private extractDisplayName(c: any): string {\n const name = c.displayName;\n // In IOS, displayName is undefined, so using the formatted name.\n if (!name || name === '') {\n if (c.name.formatted) {\n return c.name.formatted;\n }\n }\n return name;\n }\n\n private processNextCall() {\n if (this.waitingCalls.length > 0) {\n this.waitingCalls[0]();\n }\n }\n\n private findContacts(requiredFields, findOptions): Promise<any> {\n return new Promise<any>((resolve, reject) => {\n // Contacts plugin is not processing two simultaneous calls. It is anwsering to only call.\n this.waitingCalls.push(() => {\n new Promise((resolve: Function, reject: Function) => {\n navigator.contacts.find(requiredFields, resolve, reject, findOptions);\n }).then((data: any[]) => {\n if (data != null) {\n const contacts = data.filter(c => {\n c.displayName = this.extractDisplayName(c);\n return c.phoneNumbers && c.phoneNumbers.length > 0;\n });\n resolve(contacts);\n }\n }, reject).then(() => {\n this.waitingCalls.shift();\n this.processNextCall();\n });\n });\n if (this.waitingCalls.length === 1) {\n this.processNextCall();\n }\n });\n }\n\n public invoke(variable: any, options: any, dataBindings: Map<string, any>): Promise<any> {\n const requiredFields = ['displayName', 'name'];\n const findOptions = {\n filter : dataBindings.get('contactFilter'),\n multiple : true\n };\n return this.findContacts(requiredFields, findOptions);\n }\n}\n","import { BarcodeScanner } from '@awesome-cordova-plugins/barcode-scanner/ngx';\n\nimport { DeviceVariableService, IDeviceVariableOperation } from '@wm/variables';\n\nconst barcodeFormatOptions = {\n 'ALL' : 'ALL',\n 'CODABAR' : 'CODABAR (not supported in iOS)',\n 'CODE_39' : 'CODE_39',\n 'CODE_93' : 'CODE_93 (not supported in iOS)',\n 'CODE_128' : 'CODE_128',\n 'DATA_MATRIX' : 'DATA_MATRIX',\n 'EAN_8' : 'EAN_8',\n 'EAN_13' : 'EAN_13',\n 'ITF' : 'ITF',\n 'PDF_417' : 'PDF_417 (not supported in iOS)',\n 'QR_CODE' : 'QR_CODE',\n 'RSS14' : 'RSS14 (not supported in iOS)',\n 'RSS_EXPANDED' : 'RSS_EXPANDED (not supported in iOS)',\n 'UPC_E' : 'UPC_E',\n 'UPC_A' : 'UPC_A'\n};\n\nexport class ScanService extends DeviceVariableService {\n name = 'scan';\n operations: IDeviceVariableOperation[] = [];\n\n constructor(barcodeScanner: BarcodeScanner) {\n super();\n this.operations.push(new ScanOperation(barcodeScanner));\n }\n}\n\nclass ScanOperation implements IDeviceVariableOperation {\n public readonly name = 'scanBarCode';\n public readonly model = {\n text : 'BAR CODE',\n format : 'TEXT',\n cancelled : false\n };\n public readonly properties = [\n {\n target : 'barcodeFormat',\n type : 'list',\n options : barcodeFormatOptions,\n value : 'ALL',\n group : 'properties',\n subGroup : 'behavior',\n hide : false\n }\n ];\n public readonly requiredCordovaPlugins = ['BARCODE_SCANNER'];\n\n constructor(private barcodeScanner: BarcodeScanner) {\n\n }\n\n public invoke(variable: any, options: any): Promise<any> {\n let scanOptions = {\n showFlipCameraButton : true,\n showTorchButton : true\n } as any;\n if (variable.barcodeFormat && variable.barcodeFormat !== 'ALL') {\n scanOptions.formats = variable.barcodeFormat;\n }\n return this.barcodeScanner.scan(scanOptions);\n }\n}\n","import { NgModule } from '@angular/core';\n\nimport { AppVersion } from '@awesome-cordova-plugins/app-version/ngx';\nimport { BarcodeScanner } from '@awesome-cordova-plugins/barcode-scanner/ngx';\nimport { Calendar } from '@awesome-cordova-plugins/calendar/ngx';\nimport { Camera } from '@awesome-cordova-plugins/camera/ngx';\nimport { Device } from '@awesome-cordova-plugins/device/ngx';\nimport { MediaCapture } from '@awesome-cordova-plugins/media-capture/ngx';\nimport { Geolocation } from '@awesome-cordova-plugins/geolocation/ngx';\nimport { Vibration } from '@awesome-cordova-plugins/vibration/ngx';\nimport { LocationAccuracy } from '@awesome-cordova-plugins/location-accuracy/ngx';\nimport { Diagnostic } from '@awesome-cordova-plugins/diagnostic/ngx';\n\nimport { App } from '@wm/core';\nimport { DeviceFileOpenerService, DeviceFileUploadService, NetworkService } from '@wm/mobile/core';\nimport { ChangeLogService, LocalDBManagementService, LocalDBDataPullService, OfflineModule } from '@wm/mobile/offline';\nimport { SecurityService } from '@wm/security';\nimport { DeviceVariableManager, VARIABLE_CONSTANTS, VariableManagerFactory } from '@wm/variables';\n\nimport { CalendarService } from './services/calendar-service';\nimport { CameraService } from './services/camera-service';\nimport { FileService } from './services/file-service';\nimport { DatasyncService } from './services/datasync-service';\nimport { DeviceService } from './services/device-service/device-service';\nimport { ContactsService } from './services/contacts-service';\nimport { ScanService } from './services/scan-service';\nimport { FileSelectorService, ProcessManagementService } from '@wm/mobile/components/basic';\n\n@NgModule({\n imports: [\n OfflineModule\n ],\n declarations: [],\n providers: [\n // add providers to mobile-runtime module.\n ]\n})\nexport class VariablesModule {\n\n private static initialized = false;\n // Device variable services have to be added only once in the app life-cycle.\n private static initialize(app: App,\n appVersion: AppVersion,\n barcodeScanner: BarcodeScanner,\n changeLogService: ChangeLogService,\n calendar: Calendar,\n camera: Camera,\n fileOpener: DeviceFileOpenerService,\n fileSelectorService: FileSelectorService,\n fileUploader: DeviceFileUploadService,\n device: Device,\n geoLocation: Geolocation,\n localDBDataPullService: LocalDBDataPullService,\n localDBManagementService: LocalDBManagementService,\n mediaCapture: MediaCapture,\n processManagementService: ProcessManagementService,\n securityService: SecurityService,\n networkService: NetworkService,\n vibrateService: Vibration,\n locationAccuracyService: LocationAccuracy,\n diagnosticService: Diagnostic) {\n if (this.initialized) {\n return;\n }\n this.initialized = true;\n const deviceVariableManager = VariableManagerFactory.get(VARIABLE_CONSTANTS.CATEGORY.DEVICE) as DeviceVariableManager;\n deviceVariableManager.registerService(new CameraService(camera, mediaCapture));\n deviceVariableManager.registerService(new CalendarService(calendar));\n deviceVariableManager.registerService(new FileService(fileOpener, fileUploader));\n deviceVariableManager.registerService(new ContactsService());\n deviceVariableManager.registerService(new DatasyncService(app, changeLogService, fileSelectorService, localDBManagementService, localDBDataPullService, processManagementService, securityService, networkService));\n deviceVariableManager.registerService(new DeviceService(app, appVersion, device, geoLocation, networkService, vibrateService, locationAccuracyService, diagnosticService));\n deviceVariableManager.registerService(new ScanService(barcodeScanner));\n }\n\n constructor(\n app: App,\n appVersion: AppVersion,\n barcodeScanner: BarcodeScanner,\n changeLogService: ChangeLogService,\n calendar: Calendar,\n camera: Camera,\n fileOpener: DeviceFileOpenerService,\n fileSelectorService: FileSelectorService,\n fileUploader: DeviceFileUploadService,\n device: Device,\n geoLocation: Geolocation,\n localDBDataPullService: LocalDBDataPullService,\n localDBManagementService: LocalDBManagementService,\n mediaCapture: MediaCapture,\n processManagementService: ProcessManagementService,\n securityService: SecurityService,\n networkService: NetworkService,\n vibrateService: Vibration,\n locationAccuracyService: LocationAccuracy,\n diagnosticService: Diagnostic\n ) {\n VariablesModule.initialize(app,\n appVersion,\n barcodeScanner,\n changeLogService,\n calendar,\n camera,\n fileOpener,\n fileSelectorService,\n fileUploader,\n device,\n geoLocation,\n localDBDataPullService,\n localDBManagementService,\n mediaCapture,\n processManagementService,\n securityService,\n networkService,\n vibrateService,\n locationAccuracyService,\n diagnosticService);\n }\n}\n","/**\n * Generated bundle index. Do not edit.\n */\n\nexport * from './public_api';\n"],"names":[],"mappings":"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"}
|
|
@@ -1,28 +0,0 @@
|
|
|
1
|
-
{
|
|
2
|
-
"name": "@wm/mobile/variables",
|
|
3
|
-
"sideEffects": false,
|
|
4
|
-
"version": "0.0.1",
|
|
5
|
-
"dependencies": {
|
|
6
|
-
"tslib": "^2.0.0"
|
|
7
|
-
},
|
|
8
|
-
"peerDependencies": {
|
|
9
|
-
"@angular/common": "^15.2.9",
|
|
10
|
-
"@angular/core": "^15.2.9"
|
|
11
|
-
},
|
|
12
|
-
"module": "fesm2022/index.mjs",
|
|
13
|
-
"typings": "index.d.ts",
|
|
14
|
-
"exports": {
|
|
15
|
-
"./package.json": {
|
|
16
|
-
"default": "./package.json"
|
|
17
|
-
},
|
|
18
|
-
".": {
|
|
19
|
-
"types": "./index.d.ts",
|
|
20
|
-
"esm2022": "./esm2022/index.mjs",
|
|
21
|
-
"esm": "./esm2022/index.mjs",
|
|
22
|
-
"default": "./fesm2022/index.mjs"
|
|
23
|
-
}
|
|
24
|
-
},
|
|
25
|
-
"scripts": {
|
|
26
|
-
"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"
|
|
27
|
-
}
|
|
28
|
-
}
|
|
@@ -1,9 +0,0 @@
|
|
|
1
|
-
export * from './variables.module';
|
|
2
|
-
export * from './services/calendar-service';
|
|
3
|
-
export * from './services/camera-service';
|
|
4
|
-
export * from './services/contacts-service';
|
|
5
|
-
export * from './services/datasync-service';
|
|
6
|
-
export * from './services/file-service';
|
|
7
|
-
export * from './services/scan-service';
|
|
8
|
-
export * from './services/device-service/device-service';
|
|
9
|
-
export * from './services/device-service/location-service';
|
|
@@ -1,10 +0,0 @@
|
|
|
1
|
-
import { Calendar } from '@awesome-cordova-plugins/calendar/ngx';
|
|
2
|
-
import { DeviceVariableService, IDeviceVariableOperation } from '@wm/variables';
|
|
3
|
-
/**
|
|
4
|
-
* this file contains all calendar operations under 'calendar' service.
|
|
5
|
-
*/
|
|
6
|
-
export declare class CalendarService extends DeviceVariableService {
|
|
7
|
-
readonly name = "calendar";
|
|
8
|
-
readonly operations: IDeviceVariableOperation[];
|
|
9
|
-
constructor(calendar: Calendar);
|
|
10
|
-
}
|
|
@@ -1,8 +0,0 @@
|
|
|
1
|
-
import { Camera } from '@awesome-cordova-plugins/camera/ngx';
|
|
2
|
-
import { MediaCapture } from '@awesome-cordova-plugins/media-capture/ngx';
|
|
3
|
-
import { DeviceVariableService, IDeviceVariableOperation } from '@wm/variables';
|
|
4
|
-
export declare class CameraService extends DeviceVariableService {
|
|
5
|
-
readonly name = "camera";
|
|
6
|
-
readonly operations: IDeviceVariableOperation[];
|
|
7
|
-
constructor(camera: Camera, mediaCapture: MediaCapture);
|
|
8
|
-
}
|
|
@@ -1,11 +0,0 @@
|
|
|
1
|
-
import { App } from '@wm/core';
|
|
2
|
-
import { NetworkService } from '@wm/mobile/core';
|
|
3
|
-
import { FileSelectorService, ProcessManagementService } from '@wm/mobile/components/basic';
|
|
4
|
-
import { ChangeLogService, LocalDBManagementService, LocalDBDataPullService } from '@wm/mobile/offline';
|
|
5
|
-
import { DeviceVariableService, IDeviceVariableOperation } from '@wm/variables';
|
|
6
|
-
import { SecurityService } from '@wm/security';
|
|
7
|
-
export declare class DatasyncService extends DeviceVariableService {
|
|
8
|
-
readonly name = "datasync";
|
|
9
|
-
readonly operations: IDeviceVariableOperation[];
|
|
10
|
-
constructor(app: App, changeLogService: ChangeLogService, fileSelectorService: FileSelectorService, localDBManagementService: LocalDBManagementService, localDBDataPullService: LocalDBDataPullService, processManagementService: ProcessManagementService, securityService: SecurityService, networkService: NetworkService);
|
|
11
|
-
}
|
|
@@ -1,17 +0,0 @@
|
|
|
1
|
-
import { AppVersion } from '@awesome-cordova-plugins/app-version/ngx';
|
|
2
|
-
import { Device } from '@awesome-cordova-plugins/device/ngx';
|
|
3
|
-
import { Geolocation } from '@awesome-cordova-plugins/geolocation/ngx';
|
|
4
|
-
import { LocationAccuracy } from '@awesome-cordova-plugins/location-accuracy/ngx';
|
|
5
|
-
import { Diagnostic } from '@awesome-cordova-plugins/diagnostic/ngx';
|
|
6
|
-
import { Vibration } from '@awesome-cordova-plugins/vibration/ngx';
|
|
7
|
-
import { App } from '@wm/core';
|
|
8
|
-
import { NetworkService } from '@wm/mobile/core';
|
|
9
|
-
import { DeviceVariableService, IDeviceVariableOperation } from '@wm/variables';
|
|
10
|
-
/**
|
|
11
|
-
* this file contains all device operations under 'device' service.
|
|
12
|
-
*/
|
|
13
|
-
export declare class DeviceService extends DeviceVariableService {
|
|
14
|
-
readonly name = "device";
|
|
15
|
-
readonly operations: IDeviceVariableOperation[];
|
|
16
|
-
constructor(app: App, appVersion: AppVersion, device: Device, geoLocation: Geolocation, networkService: NetworkService, vibrateService: Vibration, locationAccuracyService: LocationAccuracy, diagnosticService: Diagnostic);
|
|
17
|
-
}
|
|
@@ -1,63 +0,0 @@
|
|
|
1
|
-
import { LocationAccuracy } from '@awesome-cordova-plugins/location-accuracy/ngx';
|
|
2
|
-
import { Geolocation } from '@awesome-cordova-plugins/geolocation/ngx';
|
|
3
|
-
import { Diagnostic } from '@awesome-cordova-plugins/diagnostic/ngx';
|
|
4
|
-
import { IDeviceVariableOperation } from '@wm/variables';
|
|
5
|
-
import { App } from '@wm/core';
|
|
6
|
-
/**
|
|
7
|
-
* This class handles 'getCurrentGeoPosition' device operation.
|
|
8
|
-
*/
|
|
9
|
-
export declare class CurrentGeoPositionOperation implements IDeviceVariableOperation {
|
|
10
|
-
private app;
|
|
11
|
-
private geoLocation;
|
|
12
|
-
private locationAccuracyService;
|
|
13
|
-
private diagnosticService;
|
|
14
|
-
readonly name = "getCurrentGeoPosition";
|
|
15
|
-
readonly model: {
|
|
16
|
-
coords: {
|
|
17
|
-
latitude: number;
|
|
18
|
-
longitude: number;
|
|
19
|
-
altitude: number;
|
|
20
|
-
accuracy: number;
|
|
21
|
-
altitudeAccuracy: number;
|
|
22
|
-
heading: number;
|
|
23
|
-
speed: number;
|
|
24
|
-
};
|
|
25
|
-
timestamp: number;
|
|
26
|
-
};
|
|
27
|
-
readonly properties: ({
|
|
28
|
-
target: string;
|
|
29
|
-
type: string;
|
|
30
|
-
value: boolean;
|
|
31
|
-
hide: boolean;
|
|
32
|
-
dataBinding?: undefined;
|
|
33
|
-
} | {
|
|
34
|
-
target: string;
|
|
35
|
-
type: string;
|
|
36
|
-
value: boolean;
|
|
37
|
-
dataBinding: boolean;
|
|
38
|
-
hide?: undefined;
|
|
39
|
-
} | {
|
|
40
|
-
target: string;
|
|
41
|
-
type: string;
|
|
42
|
-
value: number;
|
|
43
|
-
dataBinding: boolean;
|
|
44
|
-
hide?: undefined;
|
|
45
|
-
})[];
|
|
46
|
-
readonly requiredCordovaPlugins: string[];
|
|
47
|
-
private lastKnownPosition;
|
|
48
|
-
private waitingQueue;
|
|
49
|
-
private watchId;
|
|
50
|
-
private locationRequestedAlready;
|
|
51
|
-
private previousPermissionStatus;
|
|
52
|
-
private currentPermissionStatus;
|
|
53
|
-
private options;
|
|
54
|
-
constructor(app: App, geoLocation: Geolocation, locationAccuracyService: LocationAccuracy, diagnosticService: Diagnostic);
|
|
55
|
-
private watchPosition;
|
|
56
|
-
private geoLocationService;
|
|
57
|
-
private requestLocationService;
|
|
58
|
-
private handleLocationAuthorizationStatus;
|
|
59
|
-
private requestLocationAuthorization;
|
|
60
|
-
private requestLocationAccuracy;
|
|
61
|
-
private onLocationGranted;
|
|
62
|
-
invoke(variable: any, options: any, dataBindings: Map<string, any>): Promise<any>;
|
|
63
|
-
}
|
|
@@ -1,7 +0,0 @@
|
|
|
1
|
-
import { DeviceFileOpenerService, DeviceFileUploadService } from '@wm/mobile/core';
|
|
2
|
-
import { DeviceVariableService, IDeviceVariableOperation } from '@wm/variables';
|
|
3
|
-
export declare class FileService extends DeviceVariableService {
|
|
4
|
-
name: string;
|
|
5
|
-
operations: IDeviceVariableOperation[];
|
|
6
|
-
constructor(fileOpener: DeviceFileOpenerService, fileUploader: DeviceFileUploadService);
|
|
7
|
-
}
|
|
@@ -1,7 +0,0 @@
|
|
|
1
|
-
import { BarcodeScanner } from '@awesome-cordova-plugins/barcode-scanner/ngx';
|
|
2
|
-
import { DeviceVariableService, IDeviceVariableOperation } from '@wm/variables';
|
|
3
|
-
export declare class ScanService extends DeviceVariableService {
|
|
4
|
-
name: string;
|
|
5
|
-
operations: IDeviceVariableOperation[];
|
|
6
|
-
constructor(barcodeScanner: BarcodeScanner);
|
|
7
|
-
}
|
|
@@ -1,25 +0,0 @@
|
|
|
1
|
-
import { AppVersion } from '@awesome-cordova-plugins/app-version/ngx';
|
|
2
|
-
import { BarcodeScanner } from '@awesome-cordova-plugins/barcode-scanner/ngx';
|
|
3
|
-
import { Calendar } from '@awesome-cordova-plugins/calendar/ngx';
|
|
4
|
-
import { Camera } from '@awesome-cordova-plugins/camera/ngx';
|
|
5
|
-
import { Device } from '@awesome-cordova-plugins/device/ngx';
|
|
6
|
-
import { MediaCapture } from '@awesome-cordova-plugins/media-capture/ngx';
|
|
7
|
-
import { Geolocation } from '@awesome-cordova-plugins/geolocation/ngx';
|
|
8
|
-
import { Vibration } from '@awesome-cordova-plugins/vibration/ngx';
|
|
9
|
-
import { LocationAccuracy } from '@awesome-cordova-plugins/location-accuracy/ngx';
|
|
10
|
-
import { Diagnostic } from '@awesome-cordova-plugins/diagnostic/ngx';
|
|
11
|
-
import { App } from '@wm/core';
|
|
12
|
-
import { DeviceFileOpenerService, DeviceFileUploadService, NetworkService } from '@wm/mobile/core';
|
|
13
|
-
import { ChangeLogService, LocalDBManagementService, LocalDBDataPullService } from '@wm/mobile/offline';
|
|
14
|
-
import { SecurityService } from '@wm/security';
|
|
15
|
-
import { FileSelectorService, ProcessManagementService } from '@wm/mobile/components/basic';
|
|
16
|
-
import * as i0 from "@angular/core";
|
|
17
|
-
import * as i1 from "@wm/mobile/offline";
|
|
18
|
-
export declare class VariablesModule {
|
|
19
|
-
private static initialized;
|
|
20
|
-
private static initialize;
|
|
21
|
-
constructor(app: App, appVersion: AppVersion, barcodeScanner: BarcodeScanner, changeLogService: ChangeLogService, calendar: Calendar, camera: Camera, fileOpener: DeviceFileOpenerService, fileSelectorService: FileSelectorService, fileUploader: DeviceFileUploadService, device: Device, geoLocation: Geolocation, localDBDataPullService: LocalDBDataPullService, localDBManagementService: LocalDBManagementService, mediaCapture: MediaCapture, processManagementService: ProcessManagementService, securityService: SecurityService, networkService: NetworkService, vibrateService: Vibration, locationAccuracyService: LocationAccuracy, diagnosticService: Diagnostic);
|
|
22
|
-
static ɵfac: i0.ɵɵFactoryDeclaration<VariablesModule, never>;
|
|
23
|
-
static ɵmod: i0.ɵɵNgModuleDeclaration<VariablesModule, never, [typeof i1.OfflineModule], never>;
|
|
24
|
-
static ɵinj: i0.ɵɵInjectorDeclaration<VariablesModule>;
|
|
25
|
-
}
|
|
@@ -1,19 +0,0 @@
|
|
|
1
|
-
import { NgModule } from '@angular/core';
|
|
2
|
-
import { OAuthService } from './oAuth.service';
|
|
3
|
-
import * as i0 from "@angular/core";
|
|
4
|
-
export class OAuthModule {
|
|
5
|
-
static forRoot() {
|
|
6
|
-
return {
|
|
7
|
-
ngModule: OAuthModule,
|
|
8
|
-
providers: [OAuthService]
|
|
9
|
-
};
|
|
10
|
-
}
|
|
11
|
-
static { this.ɵfac = function OAuthModule_Factory(__ngFactoryType__) { return new (__ngFactoryType__ || OAuthModule)(); }; }
|
|
12
|
-
static { this.ɵmod = /*@__PURE__*/ i0.ɵɵdefineNgModule({ type: OAuthModule }); }
|
|
13
|
-
static { this.ɵinj = /*@__PURE__*/ i0.ɵɵdefineInjector({}); }
|
|
14
|
-
}
|
|
15
|
-
(() => { (typeof ngDevMode === "undefined" || ngDevMode) && i0.ɵsetClassMetadata(OAuthModule, [{
|
|
16
|
-
type: NgModule,
|
|
17
|
-
args: [{}]
|
|
18
|
-
}], null, null); })();
|
|
19
|
-
//# sourceMappingURL=data:application/json;base64,eyJ2ZXJzaW9uIjozLCJmaWxlIjoib0F1dGgubW9kdWxlLmpzIiwic291cmNlUm9vdCI6IiIsInNvdXJjZXMiOlsiLi4vLi4vLi4vcHJvamVjdHMvb0F1dGgvc3JjL29BdXRoLm1vZHVsZS50cyJdLCJuYW1lcyI6W10sIm1hcHBpbmdzIjoiQUFBQSxPQUFPLEVBQXVCLFFBQVEsRUFBRSxNQUFNLGVBQWUsQ0FBQztBQUU5RCxPQUFPLEVBQUUsWUFBWSxFQUFFLE1BQU0saUJBQWlCLENBQUM7O0FBRy9DLE1BQU0sT0FBTyxXQUFXO0lBRXBCLE1BQU0sQ0FBQyxPQUFPO1FBQ1YsT0FBTztZQUNILFFBQVEsRUFBRSxXQUFXO1lBQ3JCLFNBQVMsRUFBRSxDQUFDLFlBQVksQ0FBQztTQUM1QixDQUFDO0lBQ04sQ0FBQzs0R0FQUSxXQUFXO21FQUFYLFdBQVc7OztpRkFBWCxXQUFXO2NBRHZCLFFBQVE7ZUFBQyxFQUFFIiwic291cmNlc0NvbnRlbnQiOlsiaW1wb3J0IHsgTW9kdWxlV2l0aFByb3ZpZGVycywgTmdNb2R1bGUgfSBmcm9tICdAYW5ndWxhci9jb3JlJztcblxuaW1wb3J0IHsgT0F1dGhTZXJ2aWNlIH0gZnJvbSAnLi9vQXV0aC5zZXJ2aWNlJztcblxuQE5nTW9kdWxlKHt9KVxuZXhwb3J0IGNsYXNzIE9BdXRoTW9kdWxlIHtcblxuICAgIHN0YXRpYyBmb3JSb290KCk6IE1vZHVsZVdpdGhQcm92aWRlcnM8T0F1dGhNb2R1bGU+IHtcbiAgICAgICAgcmV0dXJuIHtcbiAgICAgICAgICAgIG5nTW9kdWxlOiBPQXV0aE1vZHVsZSxcbiAgICAgICAgICAgIHByb3ZpZGVyczogW09BdXRoU2VydmljZV1cbiAgICAgICAgfTtcbiAgICB9XG59XG4iXX0=
|
package/oAuth/oAuth.module.d.ts
DELETED
|
@@ -1,8 +0,0 @@
|
|
|
1
|
-
import { ModuleWithProviders } from '@angular/core';
|
|
2
|
-
import * as i0 from "@angular/core";
|
|
3
|
-
export declare class OAuthModule {
|
|
4
|
-
static forRoot(): ModuleWithProviders<OAuthModule>;
|
|
5
|
-
static ɵfac: i0.ɵɵFactoryDeclaration<OAuthModule, never>;
|
|
6
|
-
static ɵmod: i0.ɵɵNgModuleDeclaration<OAuthModule, never, never, never>;
|
|
7
|
-
static ɵinj: i0.ɵɵInjectorDeclaration<OAuthModule>;
|
|
8
|
-
}
|