@wavemaker/app-ng-runtime 11.8.0-next.139432 → 11.8.0-next.141156
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
- app-ng-runtime/build-task/bundles/index.umd.js +10 -12
- app-ng-runtime/build-task/esm2022/advanced/carousel/carousel-template/carousel-template.build.mjs +2 -4
- app-ng-runtime/build-task/esm2022/advanced/carousel/carousel.build.mjs +1 -1
- app-ng-runtime/build-task/esm2022/basic/default/label/label.build.mjs +1 -1
- app-ng-runtime/build-task/esm2022/basic/progress/progress-bar/progress-bar.build.mjs +1 -1
- app-ng-runtime/build-task/esm2022/containers/accordion/accordion.build.mjs +1 -1
- app-ng-runtime/build-task/esm2022/containers/repeat-template.build.mjs +2 -4
- app-ng-runtime/build-task/esm2022/containers/tabs/tabs.build.mjs +1 -1
- app-ng-runtime/build-task/esm2022/data/form/form-field/form-field.build.mjs +1 -1
- app-ng-runtime/build-task/esm2022/data/form/form.build.mjs +2 -5
- app-ng-runtime/build-task/esm2022/data/list/list.build.mjs +1 -1
- app-ng-runtime/build-task/esm2022/data/media-list/media-list.build.mjs +1 -1
- app-ng-runtime/build-task/esm2022/data/table/table-column/table-column.build.mjs +1 -1
- app-ng-runtime/build-task/esm2022/data/table/table.build.mjs +1 -1
- app-ng-runtime/build-task/esm2022/dialogs/partial-dialog/partial-dialog.build.mjs +1 -1
- app-ng-runtime/build-task/esm2022/input/file-upload/file-upload.build.mjs +1 -1
- app-ng-runtime/build-task/esm2022/navigation/menu/menu.build.mjs +8 -3
- app-ng-runtime/build-task/esm2022/navigation/popover/popover.build.mjs +1 -1
- app-ng-runtime/build-task/esm2022/page/page-content/page-content.build.mjs +1 -1
- app-ng-runtime/build-task/esm2022/page/page.build.mjs +1 -1
- app-ng-runtime/build-task/esm2022/utils/utils.mjs +1 -1
- app-ng-runtime/build-task/fesm2022/index.mjs +11 -13
- app-ng-runtime/build-task/fesm2022/index.mjs.map +1 -1
- app-ng-runtime/components/advanced/carousel/bundles/index.umd.js +11 -21
- app-ng-runtime/components/advanced/carousel/carousel-template/carousel-template.directive.d.ts +2 -2
- app-ng-runtime/components/advanced/carousel/carousel.directive.d.ts +2 -2
- app-ng-runtime/components/advanced/carousel/esm2022/carousel-template/carousel-template.directive.mjs +7 -12
- app-ng-runtime/components/advanced/carousel/esm2022/carousel.animator.mjs +1 -1
- app-ng-runtime/components/advanced/carousel/esm2022/carousel.directive.mjs +7 -12
- app-ng-runtime/components/advanced/carousel/esm2022/carousel.module.mjs +2 -2
- app-ng-runtime/components/advanced/carousel/fesm2022/index.mjs +13 -23
- app-ng-runtime/components/advanced/carousel/fesm2022/index.mjs.map +1 -1
- app-ng-runtime/components/advanced/login/bundles/index.umd.js +8 -14
- app-ng-runtime/components/advanced/login/esm2022/login.component.mjs +9 -15
- app-ng-runtime/components/advanced/login/esm2022/login.module.mjs +2 -2
- app-ng-runtime/components/advanced/login/fesm2022/index.mjs +10 -16
- app-ng-runtime/components/advanced/login/fesm2022/index.mjs.map +1 -1
- app-ng-runtime/components/advanced/login/login.component.d.ts +2 -2
- app-ng-runtime/components/advanced/marquee/bundles/index.umd.js +6 -11
- app-ng-runtime/components/advanced/marquee/esm2022/marquee.directive.mjs +7 -12
- app-ng-runtime/components/advanced/marquee/esm2022/marquee.module.mjs +2 -2
- app-ng-runtime/components/advanced/marquee/fesm2022/index.mjs +8 -13
- app-ng-runtime/components/advanced/marquee/fesm2022/index.mjs.map +1 -1
- app-ng-runtime/components/advanced/marquee/marquee.directive.d.ts +2 -2
- app-ng-runtime/components/base/bundles/index.umd.js +104 -159
- app-ng-runtime/components/base/esm2022/components.module.mjs +2 -2
- app-ng-runtime/components/base/esm2022/directives/show-in-device.directive.mjs +4 -4
- app-ng-runtime/components/base/esm2022/pipes/custom-pipes.mjs +24 -24
- app-ng-runtime/components/base/esm2022/pipes/image.pipe.mjs +2 -2
- app-ng-runtime/components/base/esm2022/pipes/sanitize.pipe.mjs +3 -3
- app-ng-runtime/components/base/esm2022/pipes/trust-as.pipe.mjs +3 -3
- app-ng-runtime/components/base/esm2022/pipes/wm-pipe.mjs +1 -1
- app-ng-runtime/components/base/esm2022/utils/data-utils.mjs +2 -2
- app-ng-runtime/components/base/esm2022/utils/form-utils.mjs +2 -2
- app-ng-runtime/components/base/esm2022/utils/live-utils.mjs +1 -1
- app-ng-runtime/components/base/esm2022/utils/widget-utils.mjs +1 -1
- app-ng-runtime/components/base/esm2022/widgets/common/base/base-container.component.mjs +5 -5
- app-ng-runtime/components/base/esm2022/widgets/common/base/base-field-validations.mjs +1 -1
- app-ng-runtime/components/base/esm2022/widgets/common/base/base.component.mjs +7 -32
- app-ng-runtime/components/base/esm2022/widgets/common/base/dataset-aware-nav.component.mjs +5 -13
- app-ng-runtime/components/base/esm2022/widgets/common/base/partial-container.directive.mjs +4 -4
- app-ng-runtime/components/base/esm2022/widgets/common/base/stylable.component.mjs +3 -3
- app-ng-runtime/components/base/esm2022/widgets/common/base/text-content.directive.mjs +3 -3
- app-ng-runtime/components/base/esm2022/widgets/common/container/container.directive.mjs +7 -12
- app-ng-runtime/components/base/esm2022/widgets/common/dialog/dialog.service.mjs +3 -3
- app-ng-runtime/components/base/esm2022/widgets/common/item-template/item-template.directive.mjs +7 -12
- app-ng-runtime/components/base/esm2022/widgets/common/lazy-load/lazy-load.directive.mjs +3 -3
- app-ng-runtime/components/base/esm2022/widgets/common/message/message.component.mjs +10 -16
- app-ng-runtime/components/base/esm2022/widgets/common/partial/partial.directive.mjs +7 -12
- app-ng-runtime/components/base/esm2022/widgets/common/partial-param/partial-param.directive.mjs +7 -7
- app-ng-runtime/components/base/esm2022/widgets/common/pull-to-refresh/pull-to-refresh.mjs +1 -1
- app-ng-runtime/components/base/esm2022/widgets/common/redraw/redrawable.directive.mjs +4 -4
- app-ng-runtime/components/base/esm2022/widgets/common/repeat-template/repeat-template.directive.mjs +7 -12
- app-ng-runtime/components/base/esm2022/widgets/common/smooth-scroll/smooth-scroll.directive.mjs +6 -6
- app-ng-runtime/components/base/esm2022/widgets/framework/deviceview.mjs +1 -1
- app-ng-runtime/components/base/esm2022/widgets/framework/property-change-handler.mjs +1 -1
- app-ng-runtime/components/base/esm2022/widgets/framework/styler.mjs +1 -1
- app-ng-runtime/components/base/esm2022/widgets/framework/widget-props.mjs +1 -1
- app-ng-runtime/components/base/esm2022/widgets/framework/widget-proxy-provider.mjs +1 -1
- app-ng-runtime/components/base/esm2022/widgets/framework/widget-registry.mjs +1 -1
- app-ng-runtime/components/base/fesm2022/index.mjs +100 -157
- app-ng-runtime/components/base/fesm2022/index.mjs.map +1 -1
- app-ng-runtime/components/base/utils/data-utils.d.ts +1 -0
- app-ng-runtime/components/base/widgets/common/base/base-container.component.d.ts +1 -1
- app-ng-runtime/components/base/widgets/common/base/base.component.d.ts +2 -4
- app-ng-runtime/components/base/widgets/common/base/dataset-aware-nav.component.d.ts +1 -1
- app-ng-runtime/components/base/widgets/common/container/container.directive.d.ts +2 -2
- app-ng-runtime/components/base/widgets/common/item-template/item-template.directive.d.ts +2 -2
- app-ng-runtime/components/base/widgets/common/message/message.component.d.ts +2 -2
- app-ng-runtime/components/base/widgets/common/partial/partial.directive.d.ts +2 -2
- app-ng-runtime/components/base/widgets/common/repeat-template/repeat-template.directive.d.ts +2 -2
- app-ng-runtime/components/basic/default/anchor/anchor.component.d.ts +2 -2
- app-ng-runtime/components/basic/default/audio/audio.component.d.ts +2 -2
- app-ng-runtime/components/basic/default/bundles/index.umd.js +106 -149
- app-ng-runtime/components/basic/default/esm2022/anchor/anchor.component.mjs +27 -31
- app-ng-runtime/components/basic/default/esm2022/audio/audio.component.mjs +7 -13
- app-ng-runtime/components/basic/default/esm2022/basic.module.mjs +2 -2
- app-ng-runtime/components/basic/default/esm2022/html/html.directive.mjs +8 -13
- app-ng-runtime/components/basic/default/esm2022/icon/icon.component.mjs +14 -19
- app-ng-runtime/components/basic/default/esm2022/iframe/iframe.component.mjs +9 -15
- app-ng-runtime/components/basic/default/esm2022/label/label.directive.mjs +7 -12
- app-ng-runtime/components/basic/default/esm2022/picture/picture.directive.mjs +7 -12
- app-ng-runtime/components/basic/default/esm2022/picture/picture.props.mjs +1 -1
- app-ng-runtime/components/basic/default/esm2022/spinner/spinner.component.mjs +27 -30
- app-ng-runtime/components/basic/default/esm2022/video/video.component.mjs +17 -21
- app-ng-runtime/components/basic/default/fesm2022/index.mjs +108 -151
- app-ng-runtime/components/basic/default/fesm2022/index.mjs.map +1 -1
- app-ng-runtime/components/basic/default/html/html.directive.d.ts +2 -2
- app-ng-runtime/components/basic/default/icon/icon.component.d.ts +2 -2
- app-ng-runtime/components/basic/default/iframe/iframe.component.d.ts +2 -2
- app-ng-runtime/components/basic/default/label/label.directive.d.ts +2 -2
- app-ng-runtime/components/basic/default/picture/picture.directive.d.ts +2 -2
- app-ng-runtime/components/basic/default/spinner/spinner.component.d.ts +2 -2
- app-ng-runtime/components/basic/default/video/video.component.d.ts +2 -2
- app-ng-runtime/components/basic/progress/bundles/index.umd.js +17 -29
- app-ng-runtime/components/basic/progress/esm2022/progress-bar/progress-bar.component.mjs +13 -19
- app-ng-runtime/components/basic/progress/esm2022/progress-circle/progress-circle.component.mjs +7 -13
- app-ng-runtime/components/basic/progress/esm2022/progress.module.mjs +2 -2
- app-ng-runtime/components/basic/progress/esm2022/utils.mjs +1 -1
- app-ng-runtime/components/basic/progress/fesm2022/index.mjs +19 -31
- app-ng-runtime/components/basic/progress/fesm2022/index.mjs.map +1 -1
- app-ng-runtime/components/basic/progress/progress-bar/progress-bar.component.d.ts +2 -2
- app-ng-runtime/components/basic/progress/progress-circle/progress-circle.component.d.ts +2 -2
- app-ng-runtime/components/basic/rich-text-editor/bundles/index.umd.js +5 -6
- app-ng-runtime/components/basic/rich-text-editor/esm2022/rich-text-editor.component.mjs +5 -6
- app-ng-runtime/components/basic/rich-text-editor/esm2022/rich-text-editor.module.mjs +2 -2
- app-ng-runtime/components/basic/rich-text-editor/fesm2022/index.mjs +6 -7
- app-ng-runtime/components/basic/rich-text-editor/fesm2022/index.mjs.map +1 -1
- app-ng-runtime/components/basic/search/bundles/index.umd.js +111 -120
- app-ng-runtime/components/basic/search/esm2022/data-provider/data-provider.mjs +1 -1
- app-ng-runtime/components/basic/search/esm2022/data-provider/local-data-provider.mjs +1 -1
- app-ng-runtime/components/basic/search/esm2022/data-provider/remote-data-provider.mjs +1 -1
- app-ng-runtime/components/basic/search/esm2022/scrollable.directive.mjs +3 -3
- app-ng-runtime/components/basic/search/esm2022/search.component.mjs +110 -119
- app-ng-runtime/components/basic/search/esm2022/search.module.mjs +2 -2
- app-ng-runtime/components/basic/search/fesm2022/index.mjs +112 -121
- app-ng-runtime/components/basic/search/fesm2022/index.mjs.map +1 -1
- app-ng-runtime/components/basic/search/search.component.d.ts +2 -2
- app-ng-runtime/components/basic/tree/bundles/index.umd.js +9 -15
- app-ng-runtime/components/basic/tree/esm2022/tree.component.mjs +10 -16
- app-ng-runtime/components/basic/tree/esm2022/tree.module.mjs +2 -2
- app-ng-runtime/components/basic/tree/fesm2022/index.mjs +11 -17
- app-ng-runtime/components/basic/tree/fesm2022/index.mjs.map +1 -1
- app-ng-runtime/components/basic/tree/tree.component.d.ts +2 -2
- app-ng-runtime/components/chart/bundles/index.umd.js +22 -26
- app-ng-runtime/components/chart/chart.component.d.ts +2 -2
- app-ng-runtime/components/chart/esm2022/chart.component.mjs +22 -26
- app-ng-runtime/components/chart/esm2022/chart.module.mjs +2 -2
- app-ng-runtime/components/chart/esm2022/chart.utils.mjs +1 -1
- app-ng-runtime/components/chart/fesm2022/index.mjs +23 -27
- app-ng-runtime/components/chart/fesm2022/index.mjs.map +1 -1
- app-ng-runtime/components/containers/accordion/accordion-pane/accordion-pane.component.d.ts +2 -2
- app-ng-runtime/components/containers/accordion/accordion.directive.d.ts +2 -2
- app-ng-runtime/components/containers/accordion/bundles/index.umd.js +24 -35
- app-ng-runtime/components/containers/accordion/esm2022/accordion-pane/accordion-pane.component.mjs +17 -23
- app-ng-runtime/components/containers/accordion/esm2022/accordion-pane/accordion-pane.props.mjs +4 -4
- app-ng-runtime/components/containers/accordion/esm2022/accordion.directive.mjs +7 -12
- app-ng-runtime/components/containers/accordion/esm2022/accordion.module.mjs +2 -2
- app-ng-runtime/components/containers/accordion/fesm2022/index.mjs +26 -37
- app-ng-runtime/components/containers/accordion/fesm2022/index.mjs.map +1 -1
- app-ng-runtime/components/containers/layout-grid/bundles/index.umd.js +17 -32
- app-ng-runtime/components/containers/layout-grid/esm2022/layout-grid-column/layout-grid-column.directive.mjs +8 -13
- app-ng-runtime/components/containers/layout-grid/esm2022/layout-grid-row/layout-grid-row.directive.mjs +7 -12
- app-ng-runtime/components/containers/layout-grid/esm2022/layout-grid.directive.mjs +7 -12
- app-ng-runtime/components/containers/layout-grid/esm2022/layout-grid.module.mjs +2 -2
- app-ng-runtime/components/containers/layout-grid/fesm2022/index.mjs +19 -34
- app-ng-runtime/components/containers/layout-grid/fesm2022/index.mjs.map +1 -1
- app-ng-runtime/components/containers/layout-grid/layout-grid-column/layout-grid-column.directive.d.ts +2 -2
- app-ng-runtime/components/containers/layout-grid/layout-grid-row/layout-grid-row.directive.d.ts +2 -2
- app-ng-runtime/components/containers/layout-grid/layout-grid.directive.d.ts +2 -2
- app-ng-runtime/components/containers/linear-layout/bundles/index.umd.js +11 -21
- app-ng-runtime/components/containers/linear-layout/esm2022/linear-layout-item/linear-layout-item.directive.mjs +7 -12
- app-ng-runtime/components/containers/linear-layout/esm2022/linear-layout.directive.mjs +7 -12
- app-ng-runtime/components/containers/linear-layout/esm2022/linear-layout.module.mjs +2 -2
- app-ng-runtime/components/containers/linear-layout/fesm2022/index.mjs +13 -23
- app-ng-runtime/components/containers/linear-layout/fesm2022/index.mjs.map +1 -1
- app-ng-runtime/components/containers/linear-layout/linear-layout-item/linear-layout-item.directive.d.ts +2 -2
- app-ng-runtime/components/containers/linear-layout/linear-layout.directive.d.ts +2 -2
- app-ng-runtime/components/containers/panel/bundles/index.umd.js +80 -80
- app-ng-runtime/components/containers/panel/esm2022/panel.component.mjs +81 -81
- app-ng-runtime/components/containers/panel/esm2022/panel.module.mjs +2 -2
- app-ng-runtime/components/containers/panel/fesm2022/index.mjs +82 -82
- app-ng-runtime/components/containers/panel/fesm2022/index.mjs.map +1 -1
- app-ng-runtime/components/containers/panel/panel.component.d.ts +2 -2
- app-ng-runtime/components/containers/tabs/bundles/index.umd.js +47 -58
- app-ng-runtime/components/containers/tabs/esm2022/tab-pane/tab-pane.component.mjs +8 -14
- app-ng-runtime/components/containers/tabs/esm2022/tab-pane/tab-pane.props.mjs +4 -4
- app-ng-runtime/components/containers/tabs/esm2022/tabs.animator.mjs +1 -1
- app-ng-runtime/components/containers/tabs/esm2022/tabs.component.mjs +39 -44
- app-ng-runtime/components/containers/tabs/esm2022/tabs.module.mjs +2 -2
- app-ng-runtime/components/containers/tabs/esm2022/tabs.props.mjs +1 -1
- app-ng-runtime/components/containers/tabs/fesm2022/index.mjs +49 -60
- app-ng-runtime/components/containers/tabs/fesm2022/index.mjs.map +1 -1
- app-ng-runtime/components/containers/tabs/tab-pane/tab-pane.component.d.ts +2 -2
- app-ng-runtime/components/containers/tabs/tabs.component.d.ts +2 -2
- app-ng-runtime/components/containers/tile/bundles/index.umd.js +6 -11
- app-ng-runtime/components/containers/tile/esm2022/tile.directive.mjs +7 -12
- app-ng-runtime/components/containers/tile/esm2022/tile.module.mjs +2 -2
- app-ng-runtime/components/containers/tile/fesm2022/index.mjs +8 -13
- app-ng-runtime/components/containers/tile/fesm2022/index.mjs.map +1 -1
- app-ng-runtime/components/containers/tile/tile.directive.d.ts +2 -2
- app-ng-runtime/components/containers/wizard/bundles/index.umd.js +98 -102
- app-ng-runtime/components/containers/wizard/esm2022/wizard-step/wizard-step.directive.mjs +8 -13
- app-ng-runtime/components/containers/wizard/esm2022/wizard.component.mjs +93 -92
- app-ng-runtime/components/containers/wizard/esm2022/wizard.module.mjs +2 -2
- app-ng-runtime/components/containers/wizard/fesm2022/index.mjs +100 -104
- app-ng-runtime/components/containers/wizard/fesm2022/index.mjs.map +1 -1
- app-ng-runtime/components/containers/wizard/wizard-step/wizard-step.directive.d.ts +2 -2
- app-ng-runtime/components/containers/wizard/wizard.component.d.ts +2 -2
- app-ng-runtime/components/data/card/bundles/index.umd.js +50 -70
- app-ng-runtime/components/data/card/card-actions/card-actions.directive.d.ts +2 -2
- app-ng-runtime/components/data/card/card-content/card-content.component.d.ts +2 -2
- app-ng-runtime/components/data/card/card-footer/card-footer.directive.d.ts +2 -2
- app-ng-runtime/components/data/card/card.component.d.ts +2 -2
- app-ng-runtime/components/data/card/esm2022/card-actions/card-actions.directive.mjs +7 -12
- app-ng-runtime/components/data/card/esm2022/card-content/card-content.component.mjs +9 -15
- app-ng-runtime/components/data/card/esm2022/card-footer/card-footer.directive.mjs +7 -12
- app-ng-runtime/components/data/card/esm2022/card.component.mjs +34 -38
- app-ng-runtime/components/data/card/esm2022/card.module.mjs +2 -2
- app-ng-runtime/components/data/card/fesm2022/index.mjs +52 -72
- app-ng-runtime/components/data/card/fesm2022/index.mjs.map +1 -1
- app-ng-runtime/components/data/form/bundles/index.umd.js +115 -127
- app-ng-runtime/components/data/form/esm2022/form-action/form-action.directive.mjs +8 -13
- app-ng-runtime/components/data/form/esm2022/form-field/form-field.directive.mjs +7 -13
- app-ng-runtime/components/data/form/esm2022/form-field/form-field.props.mjs +1 -1
- app-ng-runtime/components/data/form/esm2022/form-widget.directive.mjs +4 -4
- app-ng-runtime/components/data/form/esm2022/form.component.mjs +84 -87
- app-ng-runtime/components/data/form/esm2022/form.module.mjs +2 -2
- app-ng-runtime/components/data/form/esm2022/form.props.mjs +1 -1
- app-ng-runtime/components/data/form/esm2022/live-actions/dependson.directive.mjs +4 -4
- app-ng-runtime/components/data/form/esm2022/live-actions/live-actions.directive.mjs +4 -4
- app-ng-runtime/components/data/form/esm2022/live-filter/live-filter.directive.mjs +5 -5
- app-ng-runtime/components/data/form/esm2022/live-form/live-form.directive.mjs +8 -6
- app-ng-runtime/components/data/form/fesm2022/index.mjs +117 -129
- app-ng-runtime/components/data/form/fesm2022/index.mjs.map +1 -1
- app-ng-runtime/components/data/form/form-action/form-action.directive.d.ts +2 -2
- app-ng-runtime/components/data/form/form-field/form-field.directive.d.ts +2 -2
- app-ng-runtime/components/data/form/form.component.d.ts +2 -2
- app-ng-runtime/components/data/list/bundles/index.umd.js +142 -142
- app-ng-runtime/components/data/list/esm2022/list-item.directive.mjs +4 -4
- app-ng-runtime/components/data/list/esm2022/list.animator.mjs +1 -1
- app-ng-runtime/components/data/list/esm2022/list.component.mjs +140 -140
- app-ng-runtime/components/data/list/esm2022/list.module.mjs +2 -2
- app-ng-runtime/components/data/list/fesm2022/index.mjs +144 -144
- app-ng-runtime/components/data/list/fesm2022/index.mjs.map +1 -1
- app-ng-runtime/components/data/list/list.component.d.ts +2 -2
- app-ng-runtime/components/data/live-table/bundles/index.umd.js +7 -13
- app-ng-runtime/components/data/live-table/esm2022/live-table.component.mjs +8 -14
- app-ng-runtime/components/data/live-table/esm2022/live-table.module.mjs +2 -2
- app-ng-runtime/components/data/live-table/fesm2022/index.mjs +9 -15
- app-ng-runtime/components/data/live-table/fesm2022/index.mjs.map +1 -1
- app-ng-runtime/components/data/live-table/live-table.component.d.ts +2 -2
- app-ng-runtime/components/data/pagination/bundles/index.umd.js +96 -98
- app-ng-runtime/components/data/pagination/esm2022/pagination.component.mjs +97 -99
- app-ng-runtime/components/data/pagination/esm2022/pagination.module.mjs +2 -2
- app-ng-runtime/components/data/pagination/fesm2022/index.mjs +98 -100
- app-ng-runtime/components/data/pagination/fesm2022/index.mjs.map +1 -1
- app-ng-runtime/components/data/pagination/pagination.component.d.ts +2 -2
- app-ng-runtime/components/data/table/bundles/index.umd.js +106 -128
- app-ng-runtime/components/data/table/esm2022/table-action/table-action.directive.mjs +8 -13
- app-ng-runtime/components/data/table/esm2022/table-column/table-column.directive.mjs +17 -13
- app-ng-runtime/components/data/table/esm2022/table-column/table-column.props.mjs +2 -2
- app-ng-runtime/components/data/table/esm2022/table-column-group/table-column-group.directive.mjs +8 -13
- app-ng-runtime/components/data/table/esm2022/table-cud.directive.mjs +4 -4
- app-ng-runtime/components/data/table/esm2022/table-filter.directive.mjs +4 -4
- app-ng-runtime/components/data/table/esm2022/table-row/table-row.directive.mjs +8 -13
- app-ng-runtime/components/data/table/esm2022/table-row-action/table-row-action.directive.mjs +7 -12
- app-ng-runtime/components/data/table/esm2022/table.component.mjs +60 -66
- app-ng-runtime/components/data/table/esm2022/table.module.mjs +2 -2
- app-ng-runtime/components/data/table/esm2022/table.props.mjs +2 -2
- app-ng-runtime/components/data/table/fesm2022/index.mjs +108 -130
- app-ng-runtime/components/data/table/fesm2022/index.mjs.map +1 -1
- app-ng-runtime/components/data/table/table-action/table-action.directive.d.ts +2 -2
- app-ng-runtime/components/data/table/table-column/table-column.directive.d.ts +2 -2
- app-ng-runtime/components/data/table/table-column-group/table-column-group.directive.d.ts +2 -2
- app-ng-runtime/components/data/table/table-row/table-row.directive.d.ts +2 -2
- app-ng-runtime/components/data/table/table-row-action/table-row-action.directive.d.ts +2 -2
- app-ng-runtime/components/data/table/table.component.d.ts +2 -2
- app-ng-runtime/components/dialogs/alert-dialog/alert-dialog.component.d.ts +2 -2
- app-ng-runtime/components/dialogs/alert-dialog/bundles/index.umd.js +9 -15
- app-ng-runtime/components/dialogs/alert-dialog/esm2022/alert-dialog.component.mjs +10 -16
- app-ng-runtime/components/dialogs/alert-dialog/esm2022/alert-dialog.module.mjs +2 -2
- app-ng-runtime/components/dialogs/alert-dialog/fesm2022/index.mjs +11 -17
- app-ng-runtime/components/dialogs/alert-dialog/fesm2022/index.mjs.map +1 -1
- app-ng-runtime/components/dialogs/confirm-dialog/bundles/index.umd.js +11 -17
- app-ng-runtime/components/dialogs/confirm-dialog/confirm-dialog.component.d.ts +2 -2
- app-ng-runtime/components/dialogs/confirm-dialog/esm2022/confirm-dialog.component.mjs +12 -18
- app-ng-runtime/components/dialogs/confirm-dialog/esm2022/confirm-dialog.module.mjs +2 -2
- app-ng-runtime/components/dialogs/confirm-dialog/fesm2022/index.mjs +13 -19
- app-ng-runtime/components/dialogs/confirm-dialog/fesm2022/index.mjs.map +1 -1
- app-ng-runtime/components/dialogs/default/base-dialog.d.ts +2 -2
- app-ng-runtime/components/dialogs/default/bundles/index.umd.js +69 -73
- app-ng-runtime/components/dialogs/default/dialog-footer/dialog-footer.directive.d.ts +2 -2
- app-ng-runtime/components/dialogs/default/esm2022/base-dialog.mjs +8 -13
- app-ng-runtime/components/dialogs/default/esm2022/dialog-body/dialog-body.directive.mjs +4 -4
- app-ng-runtime/components/dialogs/default/esm2022/dialog-footer/dialog-footer.directive.mjs +7 -12
- app-ng-runtime/components/dialogs/default/esm2022/dialog-header/dialog-header.component.mjs +55 -49
- app-ng-runtime/components/dialogs/default/esm2022/dialog.module.mjs +2 -2
- app-ng-runtime/components/dialogs/default/fesm2022/index.mjs +71 -75
- app-ng-runtime/components/dialogs/default/fesm2022/index.mjs.map +1 -1
- app-ng-runtime/components/dialogs/design-dialog/bundles/index.umd.js +14 -20
- app-ng-runtime/components/dialogs/design-dialog/dialog.component.d.ts +2 -2
- app-ng-runtime/components/dialogs/design-dialog/esm2022/design-dialog.module.mjs +2 -2
- app-ng-runtime/components/dialogs/design-dialog/esm2022/dialog.component.mjs +15 -21
- app-ng-runtime/components/dialogs/design-dialog/fesm2022/index.mjs +16 -22
- app-ng-runtime/components/dialogs/design-dialog/fesm2022/index.mjs.map +1 -1
- app-ng-runtime/components/dialogs/iframe-dialog/bundles/index.umd.js +14 -20
- app-ng-runtime/components/dialogs/iframe-dialog/esm2022/iframe-dialog.component.mjs +15 -21
- app-ng-runtime/components/dialogs/iframe-dialog/esm2022/iframe-dialog.module.mjs +2 -2
- app-ng-runtime/components/dialogs/iframe-dialog/fesm2022/index.mjs +16 -22
- app-ng-runtime/components/dialogs/iframe-dialog/fesm2022/index.mjs.map +1 -1
- app-ng-runtime/components/dialogs/iframe-dialog/iframe-dialog.component.d.ts +2 -2
- app-ng-runtime/components/dialogs/login-dialog/bundles/index.umd.js +4 -4
- app-ng-runtime/components/dialogs/login-dialog/esm2022/login-dialog.directive.mjs +4 -4
- app-ng-runtime/components/dialogs/login-dialog/esm2022/login-dialog.module.mjs +2 -2
- app-ng-runtime/components/dialogs/login-dialog/fesm2022/index.mjs +4 -4
- app-ng-runtime/components/dialogs/login-dialog/fesm2022/index.mjs.map +1 -1
- app-ng-runtime/components/dialogs/partial-dialog/bundles/index.umd.js +10 -16
- app-ng-runtime/components/dialogs/partial-dialog/esm2022/partial-dialog.component.mjs +11 -17
- app-ng-runtime/components/dialogs/partial-dialog/esm2022/partial-dialog.module.mjs +2 -2
- app-ng-runtime/components/dialogs/partial-dialog/fesm2022/index.mjs +12 -18
- app-ng-runtime/components/dialogs/partial-dialog/fesm2022/index.mjs.map +1 -1
- app-ng-runtime/components/dialogs/partial-dialog/partial-dialog.component.d.ts +2 -2
- app-ng-runtime/components/input/calendar/bundles/index.umd.js +8 -14
- app-ng-runtime/components/input/calendar/calendar.component.d.ts +2 -2
- app-ng-runtime/components/input/calendar/esm2022/calendar.component.mjs +9 -15
- app-ng-runtime/components/input/calendar/esm2022/calendar.module.mjs +2 -2
- app-ng-runtime/components/input/calendar/fesm2022/index.mjs +10 -16
- app-ng-runtime/components/input/calendar/fesm2022/index.mjs.map +1 -1
- app-ng-runtime/components/input/chips/bundles/index.umd.js +34 -41
- app-ng-runtime/components/input/chips/chips.component.d.ts +2 -2
- app-ng-runtime/components/input/chips/esm2022/chips.component.mjs +35 -42
- app-ng-runtime/components/input/chips/esm2022/chips.module.mjs +2 -2
- app-ng-runtime/components/input/chips/fesm2022/index.mjs +35 -42
- app-ng-runtime/components/input/chips/fesm2022/index.mjs.map +1 -1
- app-ng-runtime/components/input/color-picker/bundles/index.umd.js +11 -24
- app-ng-runtime/components/input/color-picker/color-picker.component.d.ts +2 -2
- app-ng-runtime/components/input/color-picker/esm2022/color-picker.component.mjs +12 -25
- app-ng-runtime/components/input/color-picker/esm2022/color-picker.module.mjs +2 -2
- app-ng-runtime/components/input/color-picker/fesm2022/index.mjs +12 -25
- app-ng-runtime/components/input/color-picker/fesm2022/index.mjs.map +1 -1
- app-ng-runtime/components/input/currency/bundles/index.umd.js +11 -18
- app-ng-runtime/components/input/currency/currency.component.d.ts +2 -2
- app-ng-runtime/components/input/currency/esm2022/currency.component.mjs +12 -19
- app-ng-runtime/components/input/currency/esm2022/currency.module.mjs +2 -2
- app-ng-runtime/components/input/currency/fesm2022/index.mjs +12 -19
- app-ng-runtime/components/input/currency/fesm2022/index.mjs.map +1 -1
- app-ng-runtime/components/input/default/bundles/index.umd.js +416 -540
- app-ng-runtime/components/input/default/button/button.component.d.ts +2 -2
- app-ng-runtime/components/input/default/button-group/button-group.directive.d.ts +2 -2
- app-ng-runtime/components/input/default/checkbox/checkbox.component.d.ts +2 -2
- app-ng-runtime/components/input/default/checkboxset/checkboxset.component.d.ts +2 -2
- app-ng-runtime/components/input/default/composite/composite.directive.d.ts +2 -2
- app-ng-runtime/components/input/default/esm2022/base-form-custom.component.mjs +3 -3
- app-ng-runtime/components/input/default/esm2022/base-form.component.mjs +4 -4
- app-ng-runtime/components/input/default/esm2022/button/button.component.mjs +28 -32
- app-ng-runtime/components/input/default/esm2022/button-group/button-group.directive.mjs +7 -12
- app-ng-runtime/components/input/default/esm2022/caption-position.directive.mjs +4 -5
- app-ng-runtime/components/input/default/esm2022/checkbox/checkbox.component.mjs +14 -23
- app-ng-runtime/components/input/default/esm2022/checkboxset/checkboxset.component.mjs +101 -103
- app-ng-runtime/components/input/default/esm2022/composite/composite.directive.mjs +7 -12
- app-ng-runtime/components/input/default/esm2022/dataset-aware-form.component.mjs +4 -4
- app-ng-runtime/components/input/default/esm2022/input.module.mjs +2 -2
- app-ng-runtime/components/input/default/esm2022/number/number.component.mjs +10 -17
- app-ng-runtime/components/input/default/esm2022/radioset/radioset.component.mjs +101 -103
- app-ng-runtime/components/input/default/esm2022/select/select.component.mjs +55 -72
- app-ng-runtime/components/input/default/esm2022/switch/switch.component.mjs +28 -34
- app-ng-runtime/components/input/default/esm2022/text/base/base-input.mjs +8 -13
- app-ng-runtime/components/input/default/esm2022/text/calendar/input-calendar.component.mjs +11 -21
- app-ng-runtime/components/input/default/esm2022/text/color/input-color.component.mjs +11 -21
- app-ng-runtime/components/input/default/esm2022/text/email/input-email.component.mjs +11 -20
- app-ng-runtime/components/input/default/esm2022/text/locale/number-locale.mjs +7 -16
- app-ng-runtime/components/input/default/esm2022/text/number/input-number.component.mjs +12 -21
- app-ng-runtime/components/input/default/esm2022/text/text/input-text.component.mjs +11 -20
- app-ng-runtime/components/input/default/esm2022/textarea/textarea.component.mjs +12 -21
- app-ng-runtime/components/input/default/fesm2022/index.mjs +414 -540
- app-ng-runtime/components/input/default/fesm2022/index.mjs.map +1 -1
- app-ng-runtime/components/input/default/number/number.component.d.ts +2 -2
- app-ng-runtime/components/input/default/radioset/radioset.component.d.ts +2 -2
- app-ng-runtime/components/input/default/select/select.component.d.ts +3 -4
- app-ng-runtime/components/input/default/switch/switch.component.d.ts +2 -2
- app-ng-runtime/components/input/default/text/base/base-input.d.ts +2 -2
- app-ng-runtime/components/input/default/text/calendar/input-calendar.component.d.ts +2 -2
- app-ng-runtime/components/input/default/text/color/input-color.component.d.ts +2 -2
- app-ng-runtime/components/input/default/text/email/input-email.component.d.ts +2 -2
- app-ng-runtime/components/input/default/text/locale/number-locale.d.ts +1 -1
- app-ng-runtime/components/input/default/text/number/input-number.component.d.ts +2 -2
- app-ng-runtime/components/input/default/text/text/input-text.component.d.ts +2 -2
- app-ng-runtime/components/input/default/textarea/textarea.component.d.ts +2 -2
- app-ng-runtime/components/input/epoch/base-date-time.component.d.ts +1 -1
- app-ng-runtime/components/input/epoch/bundles/index.umd.js +112 -145
- app-ng-runtime/components/input/epoch/date/date.component.d.ts +2 -2
- app-ng-runtime/components/input/epoch/date-time/date-time.component.d.ts +2 -2
- app-ng-runtime/components/input/epoch/esm2022/base-date-time.component.mjs +6 -11
- app-ng-runtime/components/input/epoch/esm2022/date/date.component.mjs +19 -26
- app-ng-runtime/components/input/epoch/esm2022/date/date.props.mjs +2 -2
- app-ng-runtime/components/input/epoch/esm2022/date/imaskUtil.mjs +1 -1
- app-ng-runtime/components/input/epoch/esm2022/date-time/date-time-picker.component.mjs +40 -40
- app-ng-runtime/components/input/epoch/esm2022/date-time/date-time.component.mjs +31 -41
- app-ng-runtime/components/input/epoch/esm2022/epoch.module.mjs +2 -2
- app-ng-runtime/components/input/epoch/esm2022/picker/picker.component.mjs +5 -7
- app-ng-runtime/components/input/epoch/esm2022/time/time.component.mjs +19 -28
- app-ng-runtime/components/input/epoch/fesm2022/index.mjs +114 -147
- app-ng-runtime/components/input/epoch/fesm2022/index.mjs.map +1 -1
- app-ng-runtime/components/input/epoch/time/time.component.d.ts +2 -2
- app-ng-runtime/components/input/file-upload/bundles/index.umd.js +121 -119
- app-ng-runtime/components/input/file-upload/esm2022/file-upload.component.mjs +122 -120
- app-ng-runtime/components/input/file-upload/esm2022/file-upload.module.mjs +2 -2
- app-ng-runtime/components/input/file-upload/fesm2022/index.mjs +123 -121
- app-ng-runtime/components/input/file-upload/fesm2022/index.mjs.map +1 -1
- app-ng-runtime/components/input/file-upload/file-upload.component.d.ts +2 -2
- app-ng-runtime/components/input/rating/bundles/index.umd.js +39 -46
- app-ng-runtime/components/input/rating/esm2022/rating.component.mjs +40 -47
- app-ng-runtime/components/input/rating/esm2022/rating.module.mjs +2 -2
- app-ng-runtime/components/input/rating/fesm2022/index.mjs +40 -47
- app-ng-runtime/components/input/rating/fesm2022/index.mjs.map +1 -1
- app-ng-runtime/components/input/rating/rating.component.d.ts +2 -2
- app-ng-runtime/components/input/slider/bundles/index.umd.js +12 -21
- app-ng-runtime/components/input/slider/esm2022/slider.component.mjs +13 -22
- app-ng-runtime/components/input/slider/esm2022/slider.module.mjs +2 -2
- app-ng-runtime/components/input/slider/fesm2022/index.mjs +13 -22
- app-ng-runtime/components/input/slider/fesm2022/index.mjs.map +1 -1
- app-ng-runtime/components/input/slider/slider.component.d.ts +2 -2
- app-ng-runtime/components/navigation/breadcrumb/breadcrumb.component.d.ts +2 -2
- app-ng-runtime/components/navigation/breadcrumb/bundles/index.umd.js +28 -33
- app-ng-runtime/components/navigation/breadcrumb/esm2022/breadcrumb.component.mjs +29 -34
- app-ng-runtime/components/navigation/breadcrumb/esm2022/breadcrumb.module.mjs +2 -2
- app-ng-runtime/components/navigation/breadcrumb/fesm2022/index.mjs +30 -35
- app-ng-runtime/components/navigation/breadcrumb/fesm2022/index.mjs.map +1 -1
- app-ng-runtime/components/navigation/menu/bundles/index.umd.js +117 -133
- app-ng-runtime/components/navigation/menu/esm2022/menu-adapator.component.mjs +6 -11
- app-ng-runtime/components/navigation/menu/esm2022/menu-dropdown/menu-dropdown.component.mjs +4 -5
- app-ng-runtime/components/navigation/menu/esm2022/menu-dropdown-item/menu-dropdown-item.component.mjs +23 -23
- app-ng-runtime/components/navigation/menu/esm2022/menu.component.mjs +34 -37
- app-ng-runtime/components/navigation/menu/esm2022/menu.module.mjs +2 -2
- app-ng-runtime/components/navigation/menu/esm2022/nav/nav-item/nav-item.directive.mjs +7 -12
- app-ng-runtime/components/navigation/menu/esm2022/nav/nav.component.mjs +50 -52
- app-ng-runtime/components/navigation/menu/esm2022/nav/navigation-control.directive.mjs +3 -3
- app-ng-runtime/components/navigation/menu/fesm2022/index.mjs +119 -135
- app-ng-runtime/components/navigation/menu/fesm2022/index.mjs.map +1 -1
- app-ng-runtime/components/navigation/menu/menu-adapator.component.d.ts +1 -1
- app-ng-runtime/components/navigation/menu/menu.component.d.ts +2 -2
- app-ng-runtime/components/navigation/menu/nav/nav-item/nav-item.directive.d.ts +2 -2
- app-ng-runtime/components/navigation/menu/nav/nav.component.d.ts +2 -2
- app-ng-runtime/components/navigation/navbar/bundles/index.umd.js +22 -29
- app-ng-runtime/components/navigation/navbar/esm2022/navbar.component.mjs +23 -30
- app-ng-runtime/components/navigation/navbar/esm2022/navbar.module.mjs +2 -2
- app-ng-runtime/components/navigation/navbar/fesm2022/index.mjs +24 -31
- app-ng-runtime/components/navigation/navbar/fesm2022/index.mjs.map +1 -1
- app-ng-runtime/components/navigation/navbar/navbar.component.d.ts +2 -2
- app-ng-runtime/components/navigation/popover/bundles/index.umd.js +11 -18
- app-ng-runtime/components/navigation/popover/esm2022/popover.component.mjs +12 -19
- app-ng-runtime/components/navigation/popover/esm2022/popover.module.mjs +2 -2
- app-ng-runtime/components/navigation/popover/fesm2022/index.mjs +13 -20
- app-ng-runtime/components/navigation/popover/fesm2022/index.mjs.map +1 -1
- app-ng-runtime/components/navigation/popover/popover.component.d.ts +2 -2
- app-ng-runtime/components/page/default/bundles/index.umd.js +31 -63
- app-ng-runtime/components/page/default/content/content.component.d.ts +2 -2
- app-ng-runtime/components/page/default/esm2022/content/content.component.mjs +7 -13
- app-ng-runtime/components/page/default/esm2022/layout.directive.mjs +7 -12
- app-ng-runtime/components/page/default/esm2022/page-content/page-content.component.mjs +7 -13
- app-ng-runtime/components/page/default/esm2022/page.directive.mjs +7 -12
- app-ng-runtime/components/page/default/esm2022/page.module.mjs +2 -2
- app-ng-runtime/components/page/default/esm2022/router-outlet.directive.mjs +7 -12
- app-ng-runtime/components/page/default/esm2022/spa-page.directive.mjs +7 -12
- app-ng-runtime/components/page/default/fesm2022/index.mjs +33 -65
- app-ng-runtime/components/page/default/fesm2022/index.mjs.map +1 -1
- app-ng-runtime/components/page/default/layout.directive.d.ts +2 -2
- app-ng-runtime/components/page/default/page-content/page-content.component.d.ts +2 -2
- app-ng-runtime/components/page/default/page.directive.d.ts +2 -2
- app-ng-runtime/components/page/default/router-outlet.directive.d.ts +2 -2
- app-ng-runtime/components/page/default/spa-page.directive.d.ts +2 -2
- app-ng-runtime/components/page/footer/bundles/index.umd.js +6 -11
- app-ng-runtime/components/page/footer/esm2022/footer.directive.mjs +7 -12
- app-ng-runtime/components/page/footer/esm2022/footer.module.mjs +2 -2
- app-ng-runtime/components/page/footer/fesm2022/index.mjs +8 -13
- app-ng-runtime/components/page/footer/fesm2022/index.mjs.map +1 -1
- app-ng-runtime/components/page/footer/footer.directive.d.ts +2 -2
- app-ng-runtime/components/page/header/bundles/index.umd.js +6 -12
- app-ng-runtime/components/page/header/esm2022/header.component.mjs +7 -13
- app-ng-runtime/components/page/header/esm2022/header.module.mjs +2 -2
- app-ng-runtime/components/page/header/fesm2022/index.mjs +8 -14
- app-ng-runtime/components/page/header/fesm2022/index.mjs.map +1 -1
- app-ng-runtime/components/page/header/header.component.d.ts +2 -2
- app-ng-runtime/components/page/left-panel/bundles/index.umd.js +7 -12
- app-ng-runtime/components/page/left-panel/esm2022/left-panel.animator.mjs +1 -1
- app-ng-runtime/components/page/left-panel/esm2022/left-panel.directive.mjs +8 -13
- app-ng-runtime/components/page/left-panel/esm2022/left-panel.module.mjs +2 -2
- app-ng-runtime/components/page/left-panel/fesm2022/index.mjs +9 -14
- app-ng-runtime/components/page/left-panel/fesm2022/index.mjs.map +1 -1
- app-ng-runtime/components/page/left-panel/left-panel.directive.d.ts +2 -2
- app-ng-runtime/components/page/right-panel/bundles/index.umd.js +6 -11
- app-ng-runtime/components/page/right-panel/esm2022/right-panel.directive.mjs +7 -12
- app-ng-runtime/components/page/right-panel/esm2022/right-panel.module.mjs +2 -2
- app-ng-runtime/components/page/right-panel/fesm2022/index.mjs +8 -13
- app-ng-runtime/components/page/right-panel/fesm2022/index.mjs.map +1 -1
- app-ng-runtime/components/page/right-panel/right-panel.directive.d.ts +2 -2
- app-ng-runtime/components/page/top-nav/bundles/index.umd.js +6 -11
- app-ng-runtime/components/page/top-nav/esm2022/top-nav.directive.mjs +7 -12
- app-ng-runtime/components/page/top-nav/esm2022/top-nav.module.mjs +2 -2
- app-ng-runtime/components/page/top-nav/fesm2022/index.mjs +8 -13
- app-ng-runtime/components/page/top-nav/fesm2022/index.mjs.map +1 -1
- app-ng-runtime/components/page/top-nav/top-nav.directive.d.ts +2 -2
- app-ng-runtime/components/prefab/bundles/index.umd.js +12 -22
- app-ng-runtime/components/prefab/esm2022/prefab-container/prefab-container.directive.mjs +7 -12
- app-ng-runtime/components/prefab/esm2022/prefab.directive.mjs +8 -13
- app-ng-runtime/components/prefab/esm2022/prefab.module.mjs +2 -2
- app-ng-runtime/components/prefab/fesm2022/index.mjs +13 -23
- app-ng-runtime/components/prefab/fesm2022/index.mjs.map +1 -1
- app-ng-runtime/components/prefab/prefab-container/prefab-container.directive.d.ts +2 -2
- app-ng-runtime/components/prefab/prefab.directive.d.ts +2 -2
- app-ng-runtime/core/bundles/index.umd.js +16 -16
- app-ng-runtime/core/esm2022/core.module.mjs +2 -2
- app-ng-runtime/core/esm2022/services/constant.service.mjs +2 -2
- app-ng-runtime/core/esm2022/services/field-type.service.mjs +3 -3
- app-ng-runtime/core/esm2022/services/field-widget.service.mjs +3 -3
- app-ng-runtime/core/esm2022/services/pagination.service.mjs +2 -2
- app-ng-runtime/core/esm2022/services/script-loader.service.mjs +3 -3
- app-ng-runtime/core/esm2022/services/state-persistence.service.mjs +2 -2
- app-ng-runtime/core/esm2022/services/user-custom-pipe-manager.service.mjs +2 -2
- app-ng-runtime/core/esm2022/services/utils.service.mjs +3 -3
- app-ng-runtime/core/esm2022/services/viewport.service.mjs +3 -3
- app-ng-runtime/core/esm2022/utils/build-utils.mjs +1 -1
- app-ng-runtime/core/esm2022/utils/dom.mjs +1 -1
- app-ng-runtime/core/esm2022/utils/event-notifier.mjs +1 -1
- app-ng-runtime/core/esm2022/utils/expression-parser.mjs +2 -2
- app-ng-runtime/core/esm2022/utils/id-generator.mjs +1 -1
- app-ng-runtime/core/esm2022/utils/lru-cache.mjs +1 -1
- app-ng-runtime/core/esm2022/utils/utils.mjs +1 -1
- app-ng-runtime/core/esm2022/utils/watcher.mjs +1 -1
- app-ng-runtime/core/esm2022/utils/wm-project-properties.mjs +1 -1
- app-ng-runtime/core/fesm2022/index.mjs +17 -17
- app-ng-runtime/core/fesm2022/index.mjs.map +1 -1
- app-ng-runtime/http/bundles/index.umd.js +3 -3
- app-ng-runtime/http/esm2022/http-service.module.mjs +2 -2
- app-ng-runtime/http/esm2022/http.service.mjs +3 -3
- app-ng-runtime/http/fesm2022/index.mjs +3 -3
- app-ng-runtime/http/fesm2022/index.mjs.map +1 -1
- app-ng-runtime/locales/angular/global/af-na.js +4 -4
- app-ng-runtime/locales/angular/global/af.js +4 -4
- app-ng-runtime/locales/angular/global/agq.js +4 -4
- app-ng-runtime/locales/angular/global/ak.js +4 -4
- app-ng-runtime/locales/angular/global/am.js +4 -4
- app-ng-runtime/locales/angular/global/ar-ae.js +4 -4
- app-ng-runtime/locales/angular/global/ar-bh.js +4 -4
- app-ng-runtime/locales/angular/global/ar-dj.js +4 -4
- app-ng-runtime/locales/angular/global/ar-dz.js +4 -4
- app-ng-runtime/locales/angular/global/ar-eg.js +4 -4
- app-ng-runtime/locales/angular/global/ar-eh.js +4 -4
- app-ng-runtime/locales/angular/global/ar-er.js +4 -4
- app-ng-runtime/locales/angular/global/ar-il.js +4 -4
- app-ng-runtime/locales/angular/global/ar-iq.js +4 -4
- app-ng-runtime/locales/angular/global/ar-jo.js +4 -4
- app-ng-runtime/locales/angular/global/ar-km.js +4 -4
- app-ng-runtime/locales/angular/global/ar-kw.js +4 -4
- app-ng-runtime/locales/angular/global/ar-lb.js +4 -4
- app-ng-runtime/locales/angular/global/ar-ly.js +4 -4
- app-ng-runtime/locales/angular/global/ar-ma.js +4 -4
- app-ng-runtime/locales/angular/global/ar-mr.js +4 -4
- app-ng-runtime/locales/angular/global/ar-om.js +4 -4
- app-ng-runtime/locales/angular/global/ar-ps.js +4 -4
- app-ng-runtime/locales/angular/global/ar-qa.js +4 -4
- app-ng-runtime/locales/angular/global/ar-sa.js +4 -4
- app-ng-runtime/locales/angular/global/ar-sd.js +4 -4
- app-ng-runtime/locales/angular/global/ar-so.js +4 -4
- app-ng-runtime/locales/angular/global/ar-ss.js +4 -4
- app-ng-runtime/locales/angular/global/ar-sy.js +4 -4
- app-ng-runtime/locales/angular/global/ar-td.js +4 -4
- app-ng-runtime/locales/angular/global/ar-tn.js +4 -4
- app-ng-runtime/locales/angular/global/ar-ye.js +4 -4
- app-ng-runtime/locales/angular/global/ar.js +4 -4
- app-ng-runtime/locales/angular/global/as.js +4 -4
- app-ng-runtime/locales/angular/global/asa.js +4 -4
- app-ng-runtime/locales/angular/global/ast.js +4 -4
- app-ng-runtime/locales/angular/global/az-cyrl.js +4 -4
- app-ng-runtime/locales/angular/global/az-latn.js +4 -4
- app-ng-runtime/locales/angular/global/az.js +4 -4
- app-ng-runtime/locales/angular/global/bas.js +4 -4
- app-ng-runtime/locales/angular/global/be-tarask.js +4 -4
- app-ng-runtime/locales/angular/global/be.js +4 -4
- app-ng-runtime/locales/angular/global/bem.js +4 -4
- app-ng-runtime/locales/angular/global/bez.js +4 -4
- app-ng-runtime/locales/angular/global/bg.js +4 -4
- app-ng-runtime/locales/angular/global/bm.js +4 -4
- app-ng-runtime/locales/angular/global/bn-in.js +4 -4
- app-ng-runtime/locales/angular/global/bn.js +4 -4
- app-ng-runtime/locales/angular/global/bo-in.js +4 -4
- app-ng-runtime/locales/angular/global/bo.js +4 -4
- app-ng-runtime/locales/angular/global/br.js +4 -4
- app-ng-runtime/locales/angular/global/brx.js +4 -4
- app-ng-runtime/locales/angular/global/bs-cyrl.js +4 -4
- app-ng-runtime/locales/angular/global/bs-latn.js +4 -4
- app-ng-runtime/locales/angular/global/bs.js +4 -4
- app-ng-runtime/locales/angular/global/ca-ad.js +4 -4
- app-ng-runtime/locales/angular/global/ca-es-valencia.js +4 -4
- app-ng-runtime/locales/angular/global/ca-fr.js +4 -4
- app-ng-runtime/locales/angular/global/ca-it.js +4 -4
- app-ng-runtime/locales/angular/global/ca.js +4 -4
- app-ng-runtime/locales/angular/global/ccp-in.js +4 -4
- app-ng-runtime/locales/angular/global/ccp.js +4 -4
- app-ng-runtime/locales/angular/global/ce.js +4 -4
- app-ng-runtime/locales/angular/global/ceb.js +4 -4
- app-ng-runtime/locales/angular/global/cgg.js +4 -4
- app-ng-runtime/locales/angular/global/chr.js +4 -4
- app-ng-runtime/locales/angular/global/ckb-ir.js +4 -4
- app-ng-runtime/locales/angular/global/ckb.js +4 -4
- app-ng-runtime/locales/angular/global/cs.js +4 -4
- app-ng-runtime/locales/angular/global/cy.js +4 -4
- app-ng-runtime/locales/angular/global/da-gl.js +4 -4
- app-ng-runtime/locales/angular/global/da.js +4 -4
- app-ng-runtime/locales/angular/global/dav.js +4 -4
- app-ng-runtime/locales/angular/global/de-at.js +4 -4
- app-ng-runtime/locales/angular/global/de-be.js +4 -4
- app-ng-runtime/locales/angular/global/de-ch.js +4 -4
- app-ng-runtime/locales/angular/global/de-it.js +4 -4
- app-ng-runtime/locales/angular/global/de-li.js +4 -4
- app-ng-runtime/locales/angular/global/de-lu.js +4 -4
- app-ng-runtime/locales/angular/global/de.js +4 -4
- app-ng-runtime/locales/angular/global/dje.js +4 -4
- app-ng-runtime/locales/angular/global/doi.js +4 -4
- app-ng-runtime/locales/angular/global/dsb.js +4 -4
- app-ng-runtime/locales/angular/global/dua.js +4 -4
- app-ng-runtime/locales/angular/global/dyo.js +4 -4
- app-ng-runtime/locales/angular/global/dz.js +4 -4
- app-ng-runtime/locales/angular/global/ebu.js +4 -4
- app-ng-runtime/locales/angular/global/ee-tg.js +4 -4
- app-ng-runtime/locales/angular/global/ee.js +4 -4
- app-ng-runtime/locales/angular/global/el-cy.js +4 -4
- app-ng-runtime/locales/angular/global/el.js +4 -4
- app-ng-runtime/locales/angular/global/en-001.js +4 -4
- app-ng-runtime/locales/angular/global/en-150.js +4 -4
- app-ng-runtime/locales/angular/global/en-ae.js +4 -4
- app-ng-runtime/locales/angular/global/en-ag.js +4 -4
- app-ng-runtime/locales/angular/global/en-ai.js +4 -4
- app-ng-runtime/locales/angular/global/en-as.js +4 -4
- app-ng-runtime/locales/angular/global/en-at.js +4 -4
- app-ng-runtime/locales/angular/global/en-au.js +4 -4
- app-ng-runtime/locales/angular/global/en-bb.js +4 -4
- app-ng-runtime/locales/angular/global/en-be.js +4 -4
- app-ng-runtime/locales/angular/global/en-bi.js +4 -4
- app-ng-runtime/locales/angular/global/en-bm.js +4 -4
- app-ng-runtime/locales/angular/global/en-bs.js +4 -4
- app-ng-runtime/locales/angular/global/en-bw.js +4 -4
- app-ng-runtime/locales/angular/global/en-bz.js +4 -4
- app-ng-runtime/locales/angular/global/en-ca.js +4 -4
- app-ng-runtime/locales/angular/global/en-cc.js +4 -4
- app-ng-runtime/locales/angular/global/en-ch.js +4 -4
- app-ng-runtime/locales/angular/global/en-ck.js +4 -4
- app-ng-runtime/locales/angular/global/en-cm.js +4 -4
- app-ng-runtime/locales/angular/global/en-cx.js +4 -4
- app-ng-runtime/locales/angular/global/en-cy.js +4 -4
- app-ng-runtime/locales/angular/global/en-de.js +4 -4
- app-ng-runtime/locales/angular/global/en-dg.js +4 -4
- app-ng-runtime/locales/angular/global/en-dk.js +4 -4
- app-ng-runtime/locales/angular/global/en-dm.js +4 -4
- app-ng-runtime/locales/angular/global/en-er.js +4 -4
- app-ng-runtime/locales/angular/global/en-fi.js +4 -4
- app-ng-runtime/locales/angular/global/en-fj.js +4 -4
- app-ng-runtime/locales/angular/global/en-fk.js +4 -4
- app-ng-runtime/locales/angular/global/en-fm.js +4 -4
- app-ng-runtime/locales/angular/global/en-gb.js +4 -4
- app-ng-runtime/locales/angular/global/en-gd.js +4 -4
- app-ng-runtime/locales/angular/global/en-gg.js +4 -4
- app-ng-runtime/locales/angular/global/en-gh.js +4 -4
- app-ng-runtime/locales/angular/global/en-gi.js +4 -4
- app-ng-runtime/locales/angular/global/en-gm.js +4 -4
- app-ng-runtime/locales/angular/global/en-gu.js +4 -4
- app-ng-runtime/locales/angular/global/en-gy.js +4 -4
- app-ng-runtime/locales/angular/global/en-hk.js +4 -4
- app-ng-runtime/locales/angular/global/en-ie.js +4 -4
- app-ng-runtime/locales/angular/global/en-il.js +4 -4
- app-ng-runtime/locales/angular/global/en-im.js +4 -4
- app-ng-runtime/locales/angular/global/en-in.js +4 -4
- app-ng-runtime/locales/angular/global/en-io.js +4 -4
- app-ng-runtime/locales/angular/global/en-je.js +4 -4
- app-ng-runtime/locales/angular/global/en-jm.js +4 -4
- app-ng-runtime/locales/angular/global/en-ke.js +4 -4
- app-ng-runtime/locales/angular/global/en-ki.js +4 -4
- app-ng-runtime/locales/angular/global/en-kn.js +4 -4
- app-ng-runtime/locales/angular/global/en-ky.js +4 -4
- app-ng-runtime/locales/angular/global/en-lc.js +4 -4
- app-ng-runtime/locales/angular/global/en-lr.js +4 -4
- app-ng-runtime/locales/angular/global/en-ls.js +4 -4
- app-ng-runtime/locales/angular/global/en-mg.js +4 -4
- app-ng-runtime/locales/angular/global/en-mh.js +4 -4
- app-ng-runtime/locales/angular/global/en-mo.js +4 -4
- app-ng-runtime/locales/angular/global/en-mp.js +4 -4
- app-ng-runtime/locales/angular/global/en-ms.js +4 -4
- app-ng-runtime/locales/angular/global/en-mt.js +4 -4
- app-ng-runtime/locales/angular/global/en-mu.js +4 -4
- app-ng-runtime/locales/angular/global/en-mv.js +4 -4
- app-ng-runtime/locales/angular/global/en-mw.js +4 -4
- app-ng-runtime/locales/angular/global/en-my.js +4 -4
- app-ng-runtime/locales/angular/global/en-na.js +4 -4
- app-ng-runtime/locales/angular/global/en-nf.js +4 -4
- app-ng-runtime/locales/angular/global/en-ng.js +4 -4
- app-ng-runtime/locales/angular/global/en-nl.js +4 -4
- app-ng-runtime/locales/angular/global/en-nr.js +4 -4
- app-ng-runtime/locales/angular/global/en-nu.js +4 -4
- app-ng-runtime/locales/angular/global/en-nz.js +4 -4
- app-ng-runtime/locales/angular/global/en-pg.js +4 -4
- app-ng-runtime/locales/angular/global/en-ph.js +4 -4
- app-ng-runtime/locales/angular/global/en-pk.js +4 -4
- app-ng-runtime/locales/angular/global/en-pn.js +4 -4
- app-ng-runtime/locales/angular/global/en-pr.js +4 -4
- app-ng-runtime/locales/angular/global/en-pw.js +4 -4
- app-ng-runtime/locales/angular/global/en-rw.js +4 -4
- app-ng-runtime/locales/angular/global/en-sb.js +4 -4
- app-ng-runtime/locales/angular/global/en-sc.js +4 -4
- app-ng-runtime/locales/angular/global/en-sd.js +4 -4
- app-ng-runtime/locales/angular/global/en-se.js +4 -4
- app-ng-runtime/locales/angular/global/en-sg.js +4 -4
- app-ng-runtime/locales/angular/global/en-sh.js +4 -4
- app-ng-runtime/locales/angular/global/en-si.js +4 -4
- app-ng-runtime/locales/angular/global/en-sl.js +4 -4
- app-ng-runtime/locales/angular/global/en-ss.js +4 -4
- app-ng-runtime/locales/angular/global/en-sx.js +4 -4
- app-ng-runtime/locales/angular/global/en-sz.js +4 -4
- app-ng-runtime/locales/angular/global/en-tc.js +4 -4
- app-ng-runtime/locales/angular/global/en-tk.js +4 -4
- app-ng-runtime/locales/angular/global/en-to.js +4 -4
- app-ng-runtime/locales/angular/global/en-tt.js +4 -4
- app-ng-runtime/locales/angular/global/en-tv.js +4 -4
- app-ng-runtime/locales/angular/global/en-tz.js +4 -4
- app-ng-runtime/locales/angular/global/en-ug.js +4 -4
- app-ng-runtime/locales/angular/global/en-um.js +4 -4
- app-ng-runtime/locales/angular/global/en-vc.js +4 -4
- app-ng-runtime/locales/angular/global/en-vg.js +4 -4
- app-ng-runtime/locales/angular/global/en-vi.js +4 -4
- app-ng-runtime/locales/angular/global/en-vu.js +4 -4
- app-ng-runtime/locales/angular/global/en-ws.js +4 -4
- app-ng-runtime/locales/angular/global/en-za.js +4 -4
- app-ng-runtime/locales/angular/global/en-zm.js +4 -4
- app-ng-runtime/locales/angular/global/en-zw.js +4 -4
- app-ng-runtime/locales/angular/global/en.js +4 -4
- app-ng-runtime/locales/angular/global/eo.js +4 -4
- app-ng-runtime/locales/angular/global/es-419.js +4 -4
- app-ng-runtime/locales/angular/global/es-ar.js +4 -4
- app-ng-runtime/locales/angular/global/es-bo.js +4 -4
- app-ng-runtime/locales/angular/global/es-br.js +4 -4
- app-ng-runtime/locales/angular/global/es-bz.js +4 -4
- app-ng-runtime/locales/angular/global/es-cl.js +4 -4
- app-ng-runtime/locales/angular/global/es-co.js +4 -4
- app-ng-runtime/locales/angular/global/es-cr.js +4 -4
- app-ng-runtime/locales/angular/global/es-cu.js +4 -4
- app-ng-runtime/locales/angular/global/es-do.js +4 -4
- app-ng-runtime/locales/angular/global/es-ea.js +4 -4
- app-ng-runtime/locales/angular/global/es-ec.js +4 -4
- app-ng-runtime/locales/angular/global/es-gq.js +4 -4
- app-ng-runtime/locales/angular/global/es-gt.js +4 -4
- app-ng-runtime/locales/angular/global/es-hn.js +4 -4
- app-ng-runtime/locales/angular/global/es-ic.js +4 -4
- app-ng-runtime/locales/angular/global/es-mx.js +4 -4
- app-ng-runtime/locales/angular/global/es-ni.js +4 -4
- app-ng-runtime/locales/angular/global/es-pa.js +4 -4
- app-ng-runtime/locales/angular/global/es-pe.js +4 -4
- app-ng-runtime/locales/angular/global/es-ph.js +4 -4
- app-ng-runtime/locales/angular/global/es-pr.js +4 -4
- app-ng-runtime/locales/angular/global/es-py.js +4 -4
- app-ng-runtime/locales/angular/global/es-sv.js +4 -4
- app-ng-runtime/locales/angular/global/es-us.js +4 -4
- app-ng-runtime/locales/angular/global/es-uy.js +4 -4
- app-ng-runtime/locales/angular/global/es-ve.js +4 -4
- app-ng-runtime/locales/angular/global/es.js +4 -4
- app-ng-runtime/locales/angular/global/et.js +4 -4
- app-ng-runtime/locales/angular/global/eu.js +4 -4
- app-ng-runtime/locales/angular/global/ewo.js +4 -4
- app-ng-runtime/locales/angular/global/fa-af.js +4 -4
- app-ng-runtime/locales/angular/global/fa.js +4 -4
- app-ng-runtime/locales/angular/global/ff-adlm-bf.js +4 -4
- app-ng-runtime/locales/angular/global/ff-adlm-cm.js +4 -4
- app-ng-runtime/locales/angular/global/ff-adlm-gh.js +4 -4
- app-ng-runtime/locales/angular/global/ff-adlm-gm.js +4 -4
- app-ng-runtime/locales/angular/global/ff-adlm-gw.js +4 -4
- app-ng-runtime/locales/angular/global/ff-adlm-lr.js +4 -4
- app-ng-runtime/locales/angular/global/ff-adlm-mr.js +4 -4
- app-ng-runtime/locales/angular/global/ff-adlm-ne.js +4 -4
- app-ng-runtime/locales/angular/global/ff-adlm-ng.js +4 -4
- app-ng-runtime/locales/angular/global/ff-adlm-sl.js +4 -4
- app-ng-runtime/locales/angular/global/ff-adlm-sn.js +4 -4
- app-ng-runtime/locales/angular/global/ff-adlm.js +4 -4
- app-ng-runtime/locales/angular/global/ff-cm.js +44 -58
- app-ng-runtime/locales/angular/global/ff-gn.js +44 -58
- app-ng-runtime/locales/angular/global/ff-latn-bf.js +4 -4
- app-ng-runtime/locales/angular/global/ff-latn-cm.js +4 -4
- app-ng-runtime/locales/angular/global/ff-latn-gh.js +4 -4
- app-ng-runtime/locales/angular/global/ff-latn-gm.js +4 -4
- app-ng-runtime/locales/angular/global/ff-latn-gn.js +4 -4
- app-ng-runtime/locales/angular/global/ff-latn-gw.js +4 -4
- app-ng-runtime/locales/angular/global/ff-latn-lr.js +4 -4
- app-ng-runtime/locales/angular/global/ff-latn-mr.js +4 -4
- app-ng-runtime/locales/angular/global/ff-latn-ne.js +4 -4
- app-ng-runtime/locales/angular/global/ff-latn-ng.js +4 -4
- app-ng-runtime/locales/angular/global/ff-latn-sl.js +4 -4
- app-ng-runtime/locales/angular/global/ff-latn.js +4 -4
- app-ng-runtime/locales/angular/global/ff-mr.js +44 -58
- app-ng-runtime/locales/angular/global/ff.js +4 -4
- app-ng-runtime/locales/angular/global/fi.js +4 -4
- app-ng-runtime/locales/angular/global/fil.js +4 -4
- app-ng-runtime/locales/angular/global/fo-dk.js +4 -4
- app-ng-runtime/locales/angular/global/fo.js +4 -4
- app-ng-runtime/locales/angular/global/fr-be.js +4 -4
- app-ng-runtime/locales/angular/global/fr-bf.js +4 -4
- app-ng-runtime/locales/angular/global/fr-bi.js +4 -4
- app-ng-runtime/locales/angular/global/fr-bj.js +4 -4
- app-ng-runtime/locales/angular/global/fr-bl.js +4 -4
- app-ng-runtime/locales/angular/global/fr-ca.js +4 -4
- app-ng-runtime/locales/angular/global/fr-cd.js +4 -4
- app-ng-runtime/locales/angular/global/fr-cf.js +4 -4
- app-ng-runtime/locales/angular/global/fr-cg.js +4 -4
- app-ng-runtime/locales/angular/global/fr-ch.js +4 -4
- app-ng-runtime/locales/angular/global/fr-ci.js +4 -4
- app-ng-runtime/locales/angular/global/fr-cm.js +4 -4
- app-ng-runtime/locales/angular/global/fr-dj.js +4 -4
- app-ng-runtime/locales/angular/global/fr-dz.js +4 -4
- app-ng-runtime/locales/angular/global/fr-ga.js +4 -4
- app-ng-runtime/locales/angular/global/fr-gf.js +4 -4
- app-ng-runtime/locales/angular/global/fr-gn.js +4 -4
- app-ng-runtime/locales/angular/global/fr-gp.js +4 -4
- app-ng-runtime/locales/angular/global/fr-gq.js +4 -4
- app-ng-runtime/locales/angular/global/fr-ht.js +4 -4
- app-ng-runtime/locales/angular/global/fr-km.js +4 -4
- app-ng-runtime/locales/angular/global/fr-lu.js +4 -4
- app-ng-runtime/locales/angular/global/fr-ma.js +4 -4
- app-ng-runtime/locales/angular/global/fr-mc.js +4 -4
- app-ng-runtime/locales/angular/global/fr-mf.js +4 -4
- app-ng-runtime/locales/angular/global/fr-mg.js +4 -4
- app-ng-runtime/locales/angular/global/fr-ml.js +4 -4
- app-ng-runtime/locales/angular/global/fr-mq.js +4 -4
- app-ng-runtime/locales/angular/global/fr-mr.js +4 -4
- app-ng-runtime/locales/angular/global/fr-mu.js +4 -4
- app-ng-runtime/locales/angular/global/fr-nc.js +4 -4
- app-ng-runtime/locales/angular/global/fr-ne.js +4 -4
- app-ng-runtime/locales/angular/global/fr-pf.js +4 -4
- app-ng-runtime/locales/angular/global/fr-pm.js +4 -4
- app-ng-runtime/locales/angular/global/fr-re.js +4 -4
- app-ng-runtime/locales/angular/global/fr-rw.js +4 -4
- app-ng-runtime/locales/angular/global/fr-sc.js +4 -4
- app-ng-runtime/locales/angular/global/fr-sn.js +4 -4
- app-ng-runtime/locales/angular/global/fr-sy.js +4 -4
- app-ng-runtime/locales/angular/global/fr-td.js +4 -4
- app-ng-runtime/locales/angular/global/fr-tg.js +4 -4
- app-ng-runtime/locales/angular/global/fr-tn.js +4 -4
- app-ng-runtime/locales/angular/global/fr-vu.js +4 -4
- app-ng-runtime/locales/angular/global/fr-wf.js +4 -4
- app-ng-runtime/locales/angular/global/fr-yt.js +4 -4
- app-ng-runtime/locales/angular/global/fr.js +4 -4
- app-ng-runtime/locales/angular/global/fur.js +4 -4
- app-ng-runtime/locales/angular/global/fy.js +4 -4
- app-ng-runtime/locales/angular/global/ga-gb.js +4 -4
- app-ng-runtime/locales/angular/global/ga.js +4 -4
- app-ng-runtime/locales/angular/global/gd.js +4 -4
- app-ng-runtime/locales/angular/global/gl.js +4 -4
- app-ng-runtime/locales/angular/global/gsw-fr.js +4 -4
- app-ng-runtime/locales/angular/global/gsw-li.js +4 -4
- app-ng-runtime/locales/angular/global/gsw.js +4 -4
- app-ng-runtime/locales/angular/global/gu.js +4 -4
- app-ng-runtime/locales/angular/global/guz.js +4 -4
- app-ng-runtime/locales/angular/global/gv.js +4 -4
- app-ng-runtime/locales/angular/global/ha-gh.js +4 -4
- app-ng-runtime/locales/angular/global/ha-ne.js +4 -4
- app-ng-runtime/locales/angular/global/ha.js +4 -4
- app-ng-runtime/locales/angular/global/haw.js +4 -4
- app-ng-runtime/locales/angular/global/he.js +4 -4
- app-ng-runtime/locales/angular/global/hi-latn.js +4 -4
- app-ng-runtime/locales/angular/global/hi.js +4 -4
- app-ng-runtime/locales/angular/global/hr-ba.js +4 -4
- app-ng-runtime/locales/angular/global/hr.js +4 -4
- app-ng-runtime/locales/angular/global/hsb.js +4 -4
- app-ng-runtime/locales/angular/global/hu.js +4 -4
- app-ng-runtime/locales/angular/global/hy.js +4 -4
- app-ng-runtime/locales/angular/global/ia.js +4 -4
- app-ng-runtime/locales/angular/global/id.js +4 -4
- app-ng-runtime/locales/angular/global/ig.js +4 -4
- app-ng-runtime/locales/angular/global/ii.js +4 -4
- app-ng-runtime/locales/angular/global/is.js +4 -4
- app-ng-runtime/locales/angular/global/it-ch.js +4 -4
- app-ng-runtime/locales/angular/global/it-sm.js +4 -4
- app-ng-runtime/locales/angular/global/it-va.js +4 -4
- app-ng-runtime/locales/angular/global/it.js +4 -4
- app-ng-runtime/locales/angular/global/ja.js +4 -4
- app-ng-runtime/locales/angular/global/jgo.js +4 -4
- app-ng-runtime/locales/angular/global/jmc.js +4 -4
- app-ng-runtime/locales/angular/global/jv.js +4 -4
- app-ng-runtime/locales/angular/global/ka.js +4 -4
- app-ng-runtime/locales/angular/global/kab.js +4 -4
- app-ng-runtime/locales/angular/global/kam.js +4 -4
- app-ng-runtime/locales/angular/global/kde.js +4 -4
- app-ng-runtime/locales/angular/global/kea.js +4 -4
- app-ng-runtime/locales/angular/global/kgp.js +4 -4
- app-ng-runtime/locales/angular/global/khq.js +4 -4
- app-ng-runtime/locales/angular/global/ki.js +4 -4
- app-ng-runtime/locales/angular/global/kk.js +4 -4
- app-ng-runtime/locales/angular/global/kkj.js +4 -4
- app-ng-runtime/locales/angular/global/kl.js +4 -4
- app-ng-runtime/locales/angular/global/kln.js +4 -4
- app-ng-runtime/locales/angular/global/km.js +4 -4
- app-ng-runtime/locales/angular/global/kn.js +4 -4
- app-ng-runtime/locales/angular/global/ko-kp.js +4 -4
- app-ng-runtime/locales/angular/global/ko.js +4 -4
- app-ng-runtime/locales/angular/global/kok.js +4 -4
- app-ng-runtime/locales/angular/global/ks-arab.js +4 -4
- app-ng-runtime/locales/angular/global/ks-deva.js +4 -4
- app-ng-runtime/locales/angular/global/ks.js +4 -4
- app-ng-runtime/locales/angular/global/ksb.js +4 -4
- app-ng-runtime/locales/angular/global/ksf.js +4 -4
- app-ng-runtime/locales/angular/global/ksh.js +4 -4
- app-ng-runtime/locales/angular/global/ku.js +4 -4
- app-ng-runtime/locales/angular/global/kw.js +4 -4
- app-ng-runtime/locales/angular/global/ky.js +4 -4
- app-ng-runtime/locales/angular/global/lag.js +4 -4
- app-ng-runtime/locales/angular/global/lb.js +4 -4
- app-ng-runtime/locales/angular/global/lg.js +4 -4
- app-ng-runtime/locales/angular/global/lkt.js +4 -4
- app-ng-runtime/locales/angular/global/ln-ao.js +4 -4
- app-ng-runtime/locales/angular/global/ln-cf.js +4 -4
- app-ng-runtime/locales/angular/global/ln-cg.js +4 -4
- app-ng-runtime/locales/angular/global/ln.js +4 -4
- app-ng-runtime/locales/angular/global/lo.js +4 -4
- app-ng-runtime/locales/angular/global/lrc-iq.js +4 -4
- app-ng-runtime/locales/angular/global/lrc.js +4 -4
- app-ng-runtime/locales/angular/global/lt.js +4 -4
- app-ng-runtime/locales/angular/global/lu.js +4 -4
- app-ng-runtime/locales/angular/global/luo.js +4 -4
- app-ng-runtime/locales/angular/global/luy.js +4 -4
- app-ng-runtime/locales/angular/global/lv.js +4 -4
- app-ng-runtime/locales/angular/global/mai.js +4 -4
- app-ng-runtime/locales/angular/global/mas-tz.js +4 -4
- app-ng-runtime/locales/angular/global/mas.js +4 -4
- app-ng-runtime/locales/angular/global/mer.js +4 -4
- app-ng-runtime/locales/angular/global/mfe.js +4 -4
- app-ng-runtime/locales/angular/global/mg.js +4 -4
- app-ng-runtime/locales/angular/global/mgh.js +4 -4
- app-ng-runtime/locales/angular/global/mgo.js +4 -4
- app-ng-runtime/locales/angular/global/mi.js +4 -4
- app-ng-runtime/locales/angular/global/mk.js +4 -4
- app-ng-runtime/locales/angular/global/ml.js +4 -4
- app-ng-runtime/locales/angular/global/mn.js +4 -4
- app-ng-runtime/locales/angular/global/mni-beng.js +4 -4
- app-ng-runtime/locales/angular/global/mni.js +4 -4
- app-ng-runtime/locales/angular/global/mr.js +4 -4
- app-ng-runtime/locales/angular/global/ms-bn.js +4 -4
- app-ng-runtime/locales/angular/global/ms-id.js +4 -4
- app-ng-runtime/locales/angular/global/ms-sg.js +4 -4
- app-ng-runtime/locales/angular/global/ms.js +4 -4
- app-ng-runtime/locales/angular/global/mt.js +4 -4
- app-ng-runtime/locales/angular/global/mua.js +4 -4
- app-ng-runtime/locales/angular/global/my.js +4 -4
- app-ng-runtime/locales/angular/global/mzn.js +4 -4
- app-ng-runtime/locales/angular/global/naq.js +4 -4
- app-ng-runtime/locales/angular/global/nb-sj.js +4 -4
- app-ng-runtime/locales/angular/global/nb.js +4 -4
- app-ng-runtime/locales/angular/global/nd.js +4 -4
- app-ng-runtime/locales/angular/global/nds-nl.js +4 -4
- app-ng-runtime/locales/angular/global/nds.js +4 -4
- app-ng-runtime/locales/angular/global/ne-in.js +4 -4
- app-ng-runtime/locales/angular/global/ne.js +4 -4
- app-ng-runtime/locales/angular/global/nl-aw.js +4 -4
- app-ng-runtime/locales/angular/global/nl-be.js +4 -4
- app-ng-runtime/locales/angular/global/nl-bq.js +4 -4
- app-ng-runtime/locales/angular/global/nl-cw.js +4 -4
- app-ng-runtime/locales/angular/global/nl-sr.js +4 -4
- app-ng-runtime/locales/angular/global/nl-sx.js +4 -4
- app-ng-runtime/locales/angular/global/nl.js +4 -4
- app-ng-runtime/locales/angular/global/nmg.js +4 -4
- app-ng-runtime/locales/angular/global/nn.js +4 -4
- app-ng-runtime/locales/angular/global/nnh.js +4 -4
- app-ng-runtime/locales/angular/global/no.js +4 -4
- app-ng-runtime/locales/angular/global/nus.js +4 -4
- app-ng-runtime/locales/angular/global/nyn.js +4 -4
- app-ng-runtime/locales/angular/global/om-ke.js +4 -4
- app-ng-runtime/locales/angular/global/om.js +4 -4
- app-ng-runtime/locales/angular/global/or.js +4 -4
- app-ng-runtime/locales/angular/global/os-ru.js +4 -4
- app-ng-runtime/locales/angular/global/os.js +4 -4
- app-ng-runtime/locales/angular/global/pa-arab.js +4 -4
- app-ng-runtime/locales/angular/global/pa-guru.js +4 -4
- app-ng-runtime/locales/angular/global/pa.js +4 -4
- app-ng-runtime/locales/angular/global/pcm.js +4 -4
- app-ng-runtime/locales/angular/global/pl.js +4 -4
- app-ng-runtime/locales/angular/global/ps-pk.js +4 -4
- app-ng-runtime/locales/angular/global/ps.js +4 -4
- app-ng-runtime/locales/angular/global/pt-ao.js +4 -4
- app-ng-runtime/locales/angular/global/pt-ch.js +4 -4
- app-ng-runtime/locales/angular/global/pt-cv.js +4 -4
- app-ng-runtime/locales/angular/global/pt-gq.js +4 -4
- app-ng-runtime/locales/angular/global/pt-gw.js +4 -4
- app-ng-runtime/locales/angular/global/pt-lu.js +4 -4
- app-ng-runtime/locales/angular/global/pt-mo.js +4 -4
- app-ng-runtime/locales/angular/global/pt-mz.js +4 -4
- app-ng-runtime/locales/angular/global/pt-pt.js +4 -4
- app-ng-runtime/locales/angular/global/pt-st.js +4 -4
- app-ng-runtime/locales/angular/global/pt-tl.js +4 -4
- app-ng-runtime/locales/angular/global/pt.js +4 -4
- app-ng-runtime/locales/angular/global/qu-bo.js +4 -4
- app-ng-runtime/locales/angular/global/qu-ec.js +4 -4
- app-ng-runtime/locales/angular/global/qu.js +4 -4
- app-ng-runtime/locales/angular/global/rm.js +4 -4
- app-ng-runtime/locales/angular/global/rn.js +4 -4
- app-ng-runtime/locales/angular/global/ro-md.js +4 -4
- app-ng-runtime/locales/angular/global/ro.js +4 -4
- app-ng-runtime/locales/angular/global/rof.js +4 -4
- app-ng-runtime/locales/angular/global/ru-by.js +4 -4
- app-ng-runtime/locales/angular/global/ru-kg.js +4 -4
- app-ng-runtime/locales/angular/global/ru-kz.js +4 -4
- app-ng-runtime/locales/angular/global/ru-md.js +4 -4
- app-ng-runtime/locales/angular/global/ru-ua.js +4 -4
- app-ng-runtime/locales/angular/global/ru.js +4 -4
- app-ng-runtime/locales/angular/global/rw.js +4 -4
- app-ng-runtime/locales/angular/global/rwk.js +4 -4
- app-ng-runtime/locales/angular/global/sa.js +4 -4
- app-ng-runtime/locales/angular/global/sah.js +4 -4
- app-ng-runtime/locales/angular/global/saq.js +4 -4
- app-ng-runtime/locales/angular/global/sat-olck.js +4 -4
- app-ng-runtime/locales/angular/global/sat.js +4 -4
- app-ng-runtime/locales/angular/global/sbp.js +4 -4
- app-ng-runtime/locales/angular/global/sc.js +4 -4
- app-ng-runtime/locales/angular/global/sd-arab.js +4 -4
- app-ng-runtime/locales/angular/global/sd-deva.js +4 -4
- app-ng-runtime/locales/angular/global/sd.js +4 -4
- app-ng-runtime/locales/angular/global/se-fi.js +4 -4
- app-ng-runtime/locales/angular/global/se-se.js +4 -4
- app-ng-runtime/locales/angular/global/se.js +4 -4
- app-ng-runtime/locales/angular/global/seh.js +4 -4
- app-ng-runtime/locales/angular/global/ses.js +4 -4
- app-ng-runtime/locales/angular/global/sg.js +4 -4
- app-ng-runtime/locales/angular/global/shi-latn.js +4 -4
- app-ng-runtime/locales/angular/global/shi-tfng.js +4 -4
- app-ng-runtime/locales/angular/global/shi.js +4 -4
- app-ng-runtime/locales/angular/global/si.js +4 -4
- app-ng-runtime/locales/angular/global/sk.js +4 -4
- app-ng-runtime/locales/angular/global/sl.js +4 -4
- app-ng-runtime/locales/angular/global/smn.js +4 -4
- app-ng-runtime/locales/angular/global/sn.js +4 -4
- app-ng-runtime/locales/angular/global/so-dj.js +4 -4
- app-ng-runtime/locales/angular/global/so-et.js +4 -4
- app-ng-runtime/locales/angular/global/so-ke.js +4 -4
- app-ng-runtime/locales/angular/global/so.js +4 -4
- app-ng-runtime/locales/angular/global/sq-mk.js +4 -4
- app-ng-runtime/locales/angular/global/sq-xk.js +4 -4
- app-ng-runtime/locales/angular/global/sq.js +4 -4
- app-ng-runtime/locales/angular/global/sr-cyrl-ba.js +4 -4
- app-ng-runtime/locales/angular/global/sr-cyrl-me.js +4 -4
- app-ng-runtime/locales/angular/global/sr-cyrl-xk.js +4 -4
- app-ng-runtime/locales/angular/global/sr-cyrl.js +4 -4
- app-ng-runtime/locales/angular/global/sr-latn-ba.js +4 -4
- app-ng-runtime/locales/angular/global/sr-latn-me.js +4 -4
- app-ng-runtime/locales/angular/global/sr-latn-xk.js +4 -4
- app-ng-runtime/locales/angular/global/sr-latn.js +4 -4
- app-ng-runtime/locales/angular/global/sr.js +4 -4
- app-ng-runtime/locales/angular/global/su-latn.js +4 -4
- app-ng-runtime/locales/angular/global/su.js +4 -4
- app-ng-runtime/locales/angular/global/sv-ax.js +4 -4
- app-ng-runtime/locales/angular/global/sv-fi.js +4 -4
- app-ng-runtime/locales/angular/global/sv.js +4 -4
- app-ng-runtime/locales/angular/global/sw-cd.js +4 -4
- app-ng-runtime/locales/angular/global/sw-ke.js +4 -4
- app-ng-runtime/locales/angular/global/sw-ug.js +4 -4
- app-ng-runtime/locales/angular/global/sw.js +4 -4
- app-ng-runtime/locales/angular/global/ta-lk.js +4 -4
- app-ng-runtime/locales/angular/global/ta-my.js +4 -4
- app-ng-runtime/locales/angular/global/ta-sg.js +4 -4
- app-ng-runtime/locales/angular/global/ta.js +4 -4
- app-ng-runtime/locales/angular/global/te.js +4 -4
- app-ng-runtime/locales/angular/global/teo-ke.js +4 -4
- app-ng-runtime/locales/angular/global/teo.js +4 -4
- app-ng-runtime/locales/angular/global/tg.js +4 -4
- app-ng-runtime/locales/angular/global/th.js +4 -4
- app-ng-runtime/locales/angular/global/ti-er.js +4 -4
- app-ng-runtime/locales/angular/global/ti.js +4 -4
- app-ng-runtime/locales/angular/global/tk.js +4 -4
- app-ng-runtime/locales/angular/global/to.js +4 -4
- app-ng-runtime/locales/angular/global/tr-cy.js +4 -4
- app-ng-runtime/locales/angular/global/tr.js +4 -4
- app-ng-runtime/locales/angular/global/tt.js +4 -4
- app-ng-runtime/locales/angular/global/twq.js +4 -4
- app-ng-runtime/locales/angular/global/tzm.js +4 -4
- app-ng-runtime/locales/angular/global/ug.js +4 -4
- app-ng-runtime/locales/angular/global/uk.js +4 -4
- app-ng-runtime/locales/angular/global/und.js +4 -4
- app-ng-runtime/locales/angular/global/ur-in.js +4 -4
- app-ng-runtime/locales/angular/global/ur.js +4 -4
- app-ng-runtime/locales/angular/global/uz-arab.js +4 -4
- app-ng-runtime/locales/angular/global/uz-cyrl.js +4 -4
- app-ng-runtime/locales/angular/global/uz-latn.js +4 -4
- app-ng-runtime/locales/angular/global/uz.js +4 -4
- app-ng-runtime/locales/angular/global/vai-latn.js +4 -4
- app-ng-runtime/locales/angular/global/vai-vaii.js +4 -4
- app-ng-runtime/locales/angular/global/vai.js +4 -4
- app-ng-runtime/locales/angular/global/vi.js +4 -4
- app-ng-runtime/locales/angular/global/vun.js +4 -4
- app-ng-runtime/locales/angular/global/wae.js +4 -4
- app-ng-runtime/locales/angular/global/wo.js +4 -4
- app-ng-runtime/locales/angular/global/xh.js +4 -4
- app-ng-runtime/locales/angular/global/xog.js +4 -4
- app-ng-runtime/locales/angular/global/yav.js +4 -4
- app-ng-runtime/locales/angular/global/yi.js +4 -4
- app-ng-runtime/locales/angular/global/yo-bj.js +4 -4
- app-ng-runtime/locales/angular/global/yo.js +4 -4
- app-ng-runtime/locales/angular/global/yrl-co.js +4 -4
- app-ng-runtime/locales/angular/global/yrl-ve.js +4 -4
- app-ng-runtime/locales/angular/global/yrl.js +4 -4
- app-ng-runtime/locales/angular/global/yue-hans.js +4 -4
- app-ng-runtime/locales/angular/global/yue-hant.js +4 -4
- app-ng-runtime/locales/angular/global/yue.js +4 -4
- app-ng-runtime/locales/angular/global/zgh.js +4 -4
- app-ng-runtime/locales/angular/global/zh-hans-hk.js +4 -4
- app-ng-runtime/locales/angular/global/zh-hans-mo.js +4 -4
- app-ng-runtime/locales/angular/global/zh-hans-sg.js +4 -4
- app-ng-runtime/locales/angular/global/zh-hans.js +4 -4
- app-ng-runtime/locales/angular/global/zh-hant-hk.js +4 -4
- app-ng-runtime/locales/angular/global/zh-hant-mo.js +4 -4
- app-ng-runtime/locales/angular/global/zh-hant.js +4 -4
- app-ng-runtime/locales/angular/global/zh.js +4 -4
- app-ng-runtime/locales/angular/global/zu.js +4 -4
- app-ng-runtime/mobile/components/basic/default/bundles/index.umd.js +124 -125
- app-ng-runtime/mobile/components/basic/default/esm2022/anchor/anchor.directive.mjs +4 -4
- app-ng-runtime/mobile/components/basic/default/esm2022/app-update/app-update.component.mjs +6 -7
- app-ng-runtime/mobile/components/basic/default/esm2022/basic.module.mjs +2 -2
- app-ng-runtime/mobile/components/basic/default/esm2022/file-browser/file-browser.component.mjs +36 -36
- app-ng-runtime/mobile/components/basic/default/esm2022/file-browser/file-selector.service.mjs +3 -3
- app-ng-runtime/mobile/components/basic/default/esm2022/image-cache/image-cache.directive.mjs +4 -4
- app-ng-runtime/mobile/components/basic/default/esm2022/network-info-toaster/network-info-toaster.component.mjs +47 -49
- app-ng-runtime/mobile/components/basic/default/esm2022/process-manager/process-management.service.mjs +2 -2
- app-ng-runtime/mobile/components/basic/default/esm2022/process-manager/process-manager.component.mjs +30 -28
- app-ng-runtime/mobile/components/basic/default/fesm2022/index.mjs +125 -126
- app-ng-runtime/mobile/components/basic/default/fesm2022/index.mjs.map +1 -1
- app-ng-runtime/mobile/components/basic/default/network-info-toaster/network-info-toaster.component.d.ts +2 -2
- app-ng-runtime/mobile/components/basic/search/bundles/index.umd.js +3 -3
- app-ng-runtime/mobile/components/basic/search/esm2022/search.directive.mjs +3 -3
- app-ng-runtime/mobile/components/basic/search/esm2022/search.module.mjs +2 -2
- app-ng-runtime/mobile/components/basic/search/fesm2022/index.mjs +3 -3
- app-ng-runtime/mobile/components/basic/search/fesm2022/index.mjs.map +1 -1
- app-ng-runtime/mobile/components/containers/segmented-control/bundles/index.umd.js +25 -37
- app-ng-runtime/mobile/components/containers/segmented-control/esm2022/segment-content/segment-content.component.mjs +8 -14
- app-ng-runtime/mobile/components/containers/segmented-control/esm2022/segmented-control.component.mjs +20 -26
- app-ng-runtime/mobile/components/containers/segmented-control/esm2022/segmented-control.module.mjs +2 -2
- app-ng-runtime/mobile/components/containers/segmented-control/fesm2022/index.mjs +27 -39
- app-ng-runtime/mobile/components/containers/segmented-control/fesm2022/index.mjs.map +1 -1
- app-ng-runtime/mobile/components/containers/segmented-control/segment-content/segment-content.component.d.ts +2 -2
- app-ng-runtime/mobile/components/containers/segmented-control/segmented-control.component.d.ts +2 -2
- app-ng-runtime/mobile/components/data/media-list/bundles/index.umd.js +41 -46
- app-ng-runtime/mobile/components/data/media-list/esm2022/media-list-item/media-list-item.directive.mjs +2 -2
- app-ng-runtime/mobile/components/data/media-list/esm2022/media-list.component.mjs +41 -46
- app-ng-runtime/mobile/components/data/media-list/esm2022/media-list.module.mjs +2 -2
- app-ng-runtime/mobile/components/data/media-list/fesm2022/index.mjs +43 -48
- app-ng-runtime/mobile/components/data/media-list/fesm2022/index.mjs.map +1 -1
- app-ng-runtime/mobile/components/data/media-list/media-list.component.d.ts +2 -2
- app-ng-runtime/mobile/components/device/barcode-scanner/barcode-scanner.component.d.ts +2 -2
- app-ng-runtime/mobile/components/device/barcode-scanner/bundles/index.umd.js +8 -14
- app-ng-runtime/mobile/components/device/barcode-scanner/esm2022/barcode-scanner.component.mjs +9 -15
- app-ng-runtime/mobile/components/device/barcode-scanner/esm2022/barcode-scanner.module.mjs +2 -2
- app-ng-runtime/mobile/components/device/barcode-scanner/fesm2022/index.mjs +10 -16
- app-ng-runtime/mobile/components/device/barcode-scanner/fesm2022/index.mjs.map +1 -1
- app-ng-runtime/mobile/components/device/camera/bundles/index.umd.js +9 -15
- app-ng-runtime/mobile/components/device/camera/camera.component.d.ts +2 -2
- app-ng-runtime/mobile/components/device/camera/esm2022/camera.component.mjs +10 -16
- app-ng-runtime/mobile/components/device/camera/esm2022/camera.module.mjs +2 -2
- app-ng-runtime/mobile/components/device/camera/fesm2022/index.mjs +11 -17
- app-ng-runtime/mobile/components/device/camera/fesm2022/index.mjs.map +1 -1
- app-ng-runtime/mobile/components/input/file-upload/bundles/index.umd.js +3 -3
- app-ng-runtime/mobile/components/input/file-upload/esm2022/file-upload.directive.mjs +3 -3
- app-ng-runtime/mobile/components/input/file-upload/esm2022/file-upload.module.mjs +2 -2
- app-ng-runtime/mobile/components/input/file-upload/fesm2022/index.mjs +3 -3
- app-ng-runtime/mobile/components/input/file-upload/fesm2022/index.mjs.map +1 -1
- app-ng-runtime/mobile/components/page/default/bundles/index.umd.js +5 -6
- app-ng-runtime/mobile/components/page/default/esm2022/page-content-loader/page-content-loader.component.mjs +3 -4
- app-ng-runtime/mobile/components/page/default/esm2022/page.directive.mjs +3 -3
- app-ng-runtime/mobile/components/page/default/esm2022/page.module.mjs +2 -2
- app-ng-runtime/mobile/components/page/default/fesm2022/index.mjs +5 -6
- app-ng-runtime/mobile/components/page/default/fesm2022/index.mjs.map +1 -1
- app-ng-runtime/mobile/components/page/left-panel/bundles/index.umd.js +3 -3
- app-ng-runtime/mobile/components/page/left-panel/esm2022/left-panel.directive.mjs +3 -3
- app-ng-runtime/mobile/components/page/left-panel/esm2022/left-panel.module.mjs +2 -2
- app-ng-runtime/mobile/components/page/left-panel/fesm2022/index.mjs +3 -3
- app-ng-runtime/mobile/components/page/left-panel/fesm2022/index.mjs.map +1 -1
- app-ng-runtime/mobile/components/page/mobile-navbar/bundles/index.umd.js +35 -40
- app-ng-runtime/mobile/components/page/mobile-navbar/esm2022/mobile-navbar.component.mjs +36 -41
- app-ng-runtime/mobile/components/page/mobile-navbar/esm2022/mobile-navbar.module.mjs +2 -2
- app-ng-runtime/mobile/components/page/mobile-navbar/fesm2022/index.mjs +36 -41
- app-ng-runtime/mobile/components/page/mobile-navbar/fesm2022/index.mjs.map +1 -1
- app-ng-runtime/mobile/components/page/mobile-navbar/mobile-navbar.component.d.ts +2 -2
- app-ng-runtime/mobile/components/page/tab-bar/bundles/index.umd.js +37 -43
- app-ng-runtime/mobile/components/page/tab-bar/esm2022/tab-bar.module.mjs +2 -2
- app-ng-runtime/mobile/components/page/tab-bar/esm2022/tabbar.component.mjs +38 -44
- app-ng-runtime/mobile/components/page/tab-bar/fesm2022/index.mjs +39 -45
- app-ng-runtime/mobile/components/page/tab-bar/fesm2022/index.mjs.map +1 -1
- app-ng-runtime/mobile/components/page/tab-bar/tabbar.component.d.ts +2 -2
- app-ng-runtime/mobile/core/bundles/index.umd.js +18 -18
- app-ng-runtime/mobile/core/esm2022/core.module.mjs +3 -3
- app-ng-runtime/mobile/core/esm2022/native.xhr.mjs +1 -1
- app-ng-runtime/mobile/core/esm2022/services/device-file-cache.service.mjs +3 -3
- app-ng-runtime/mobile/core/esm2022/services/device-file-download.service.mjs +3 -3
- app-ng-runtime/mobile/core/esm2022/services/device-file-opener.service.mjs +3 -3
- app-ng-runtime/mobile/core/esm2022/services/device-file-upload.service.mjs +3 -3
- app-ng-runtime/mobile/core/esm2022/services/device-file.service.mjs +3 -3
- app-ng-runtime/mobile/core/esm2022/services/device.service.mjs +3 -3
- app-ng-runtime/mobile/core/esm2022/services/ext-app-message.service.mjs +3 -3
- app-ng-runtime/mobile/core/esm2022/services/network.service.mjs +3 -3
- app-ng-runtime/mobile/core/fesm2022/index.mjs +18 -18
- app-ng-runtime/mobile/core/fesm2022/index.mjs.map +1 -1
- app-ng-runtime/mobile/offline/bundles/index.umd.js +15 -15
- app-ng-runtime/mobile/offline/esm2022/models/local-db-store.mjs +1 -1
- app-ng-runtime/mobile/offline/esm2022/offline.module.mjs +3 -3
- app-ng-runtime/mobile/offline/esm2022/services/change-log.service.mjs +3 -3
- app-ng-runtime/mobile/offline/esm2022/services/local-db-data-pull.service.mjs +3 -3
- app-ng-runtime/mobile/offline/esm2022/services/local-db-management.service.mjs +3 -3
- app-ng-runtime/mobile/offline/esm2022/services/local-db.service.mjs +3 -3
- app-ng-runtime/mobile/offline/esm2022/services/local-key-value.service.mjs +2 -2
- app-ng-runtime/mobile/offline/esm2022/services/push.service.mjs +3 -3
- app-ng-runtime/mobile/offline/esm2022/services/workers/error-blocker.mjs +1 -1
- app-ng-runtime/mobile/offline/esm2022/services/workers/file-handler.mjs +1 -1
- app-ng-runtime/mobile/offline/esm2022/services/workers/id-resolver.mjs +3 -3
- app-ng-runtime/mobile/offline/esm2022/services/workers/multi-part-param-transformer.mjs +1 -1
- app-ng-runtime/mobile/offline/esm2022/utils/file-upload.utils.mjs +1 -1
- app-ng-runtime/mobile/offline/esm2022/utils/live-variable.utils.mjs +1 -1
- app-ng-runtime/mobile/offline/esm2022/utils/query-executor.utils.mjs +1 -1
- app-ng-runtime/mobile/offline/esm2022/utils/security.utils.mjs +1 -1
- app-ng-runtime/mobile/offline/esm2022/utils/utils.mjs +1 -1
- app-ng-runtime/mobile/offline/fesm2022/index.mjs +16 -16
- app-ng-runtime/mobile/offline/fesm2022/index.mjs.map +1 -1
- app-ng-runtime/mobile/placeholder/runtime/bundles/index.umd.js +2 -3
- app-ng-runtime/mobile/placeholder/runtime/esm2022/components/app-ext.component.mjs +2 -3
- app-ng-runtime/mobile/placeholder/runtime/esm2022/mobile-runtime.module.mjs +2 -2
- app-ng-runtime/mobile/placeholder/runtime/fesm2022/index.mjs +2 -3
- app-ng-runtime/mobile/placeholder/runtime/fesm2022/index.mjs.map +1 -1
- app-ng-runtime/mobile/placeholder/runtime-dynamic/bundles/index.umd.js +1 -1
- app-ng-runtime/mobile/placeholder/runtime-dynamic/esm2022/mobile-runtime-dynamic.module.mjs +2 -2
- app-ng-runtime/mobile/placeholder/runtime-dynamic/fesm2022/index.mjs +1 -1
- app-ng-runtime/mobile/placeholder/runtime-dynamic/fesm2022/index.mjs.map +1 -1
- app-ng-runtime/mobile/runtime/bundles/index.umd.js +9 -10
- app-ng-runtime/mobile/runtime/esm2022/components/app-ext.component.mjs +3 -4
- app-ng-runtime/mobile/runtime/esm2022/mobile-runtime.module.mjs +3 -3
- app-ng-runtime/mobile/runtime/esm2022/services/cookie.service.mjs +2 -2
- app-ng-runtime/mobile/runtime/esm2022/services/http-interceptor.service.mjs +3 -3
- app-ng-runtime/mobile/runtime/esm2022/services/webprocess.service.mjs +3 -3
- app-ng-runtime/mobile/runtime/fesm2022/index.mjs +9 -10
- app-ng-runtime/mobile/runtime/fesm2022/index.mjs.map +1 -1
- app-ng-runtime/mobile/runtime-dynamic/bundles/index.umd.js +3 -3
- app-ng-runtime/mobile/runtime-dynamic/esm2022/mobile-runtime-dynamic.module.mjs +2 -2
- app-ng-runtime/mobile/runtime-dynamic/esm2022/services/live-sync.service.mjs +3 -3
- app-ng-runtime/mobile/runtime-dynamic/fesm2022/index.mjs +3 -3
- app-ng-runtime/mobile/runtime-dynamic/fesm2022/index.mjs.map +1 -1
- app-ng-runtime/mobile/variables/bundles/index.umd.js +5 -5
- app-ng-runtime/mobile/variables/esm2022/services/camera-service.mjs +4 -4
- app-ng-runtime/mobile/variables/esm2022/services/contacts-service.mjs +1 -1
- app-ng-runtime/mobile/variables/esm2022/services/datasync-service.mjs +1 -1
- app-ng-runtime/mobile/variables/esm2022/services/device-service/device-service.mjs +1 -1
- app-ng-runtime/mobile/variables/esm2022/services/device-service/location-service.mjs +1 -1
- app-ng-runtime/mobile/variables/esm2022/services/file-service.mjs +1 -1
- app-ng-runtime/mobile/variables/esm2022/services/scan-service.mjs +1 -1
- app-ng-runtime/mobile/variables/esm2022/variables.module.mjs +3 -3
- app-ng-runtime/mobile/variables/fesm2022/index.mjs +5 -5
- app-ng-runtime/mobile/variables/fesm2022/index.mjs.map +1 -1
- app-ng-runtime/oAuth/bundles/index.umd.js +3 -3
- app-ng-runtime/oAuth/esm2022/oAuth.module.mjs +2 -2
- app-ng-runtime/oAuth/esm2022/oAuth.service.mjs +3 -3
- app-ng-runtime/oAuth/esm2022/oAuth.utils.mjs +1 -1
- app-ng-runtime/oAuth/fesm2022/index.mjs +3 -3
- app-ng-runtime/oAuth/fesm2022/index.mjs.map +1 -1
- app-ng-runtime/package.json +1 -1
- app-ng-runtime/runtime/base/bundles/index.umd.js +118 -122
- app-ng-runtime/runtime/base/esm2022/components/app-component/app.component.mjs +27 -27
- app-ng-runtime/runtime/base/esm2022/components/app-spinner.component.mjs +8 -9
- app-ng-runtime/runtime/base/esm2022/components/base-layout.component.mjs +2 -2
- app-ng-runtime/runtime/base/esm2022/components/base-page.component.mjs +3 -3
- app-ng-runtime/runtime/base/esm2022/components/base-partial.component.mjs +3 -3
- app-ng-runtime/runtime/base/esm2022/components/base-prefab.component.mjs +3 -3
- app-ng-runtime/runtime/base/esm2022/components/base-spa-page.component.mjs +3 -3
- app-ng-runtime/runtime/base/esm2022/components/custom-toaster.component.mjs +12 -13
- app-ng-runtime/runtime/base/esm2022/components/empty-component/empty-page.component.mjs +3 -4
- app-ng-runtime/runtime/base/esm2022/components/prefab-preview.component.mjs +3 -4
- app-ng-runtime/runtime/base/esm2022/directives/accessroles.directive.mjs +3 -3
- app-ng-runtime/runtime/base/esm2022/directives/prefab.directive.mjs +4 -4
- app-ng-runtime/runtime/base/esm2022/guards/auth.guard.mjs +3 -3
- app-ng-runtime/runtime/base/esm2022/guards/can-deactivate-page.guard.mjs +3 -3
- app-ng-runtime/runtime/base/esm2022/guards/page-not-found.guard.mjs +3 -3
- app-ng-runtime/runtime/base/esm2022/guards/role.guard.mjs +3 -3
- app-ng-runtime/runtime/base/esm2022/overrides/wm_dom_renderer.mjs +4 -4
- app-ng-runtime/runtime/base/esm2022/overrides/wm_shared_styles_host.mjs +5 -5
- app-ng-runtime/runtime/base/esm2022/resolves/app-extension.resolve.mjs +3 -3
- app-ng-runtime/runtime/base/esm2022/resolves/app-js.resolve.mjs +3 -3
- app-ng-runtime/runtime/base/esm2022/resolves/app-variables.resolve.mjs +3 -3
- app-ng-runtime/runtime/base/esm2022/resolves/i18n.resolve.mjs +3 -3
- app-ng-runtime/runtime/base/esm2022/resolves/metadata.resolve.mjs +3 -3
- app-ng-runtime/runtime/base/esm2022/resolves/security-config.resolve.mjs +3 -3
- app-ng-runtime/runtime/base/esm2022/runtime-base.module.mjs +3 -3
- app-ng-runtime/runtime/base/esm2022/services/app-defaults.service.mjs +3 -3
- app-ng-runtime/runtime/base/esm2022/services/app.manager.service.mjs +3 -3
- app-ng-runtime/runtime/base/esm2022/services/app.service.mjs +3 -3
- app-ng-runtime/runtime/base/esm2022/services/dynamic-component-ref-provider.service.mjs +3 -3
- app-ng-runtime/runtime/base/esm2022/services/http-interceptor.services.mjs +3 -3
- app-ng-runtime/runtime/base/esm2022/services/i18n.service.mjs +3 -3
- app-ng-runtime/runtime/base/esm2022/services/navigation.service.mjs +3 -3
- app-ng-runtime/runtime/base/esm2022/services/pipe-provider.service.mjs +3 -3
- app-ng-runtime/runtime/base/esm2022/services/pipe.service.mjs +3 -3
- app-ng-runtime/runtime/base/esm2022/services/prefab-manager.service.mjs +3 -3
- app-ng-runtime/runtime/base/esm2022/services/spinner.service.mjs +3 -3
- app-ng-runtime/runtime/base/esm2022/services/toaster.service.mjs +3 -3
- app-ng-runtime/runtime/base/esm2022/util/fragment-monitor.mjs +3 -3
- app-ng-runtime/runtime/base/esm2022/util/wm-route-reuse-strategy.mjs +2 -2
- app-ng-runtime/runtime/base/fesm2022/index.mjs +130 -134
- app-ng-runtime/runtime/base/fesm2022/index.mjs.map +1 -1
- app-ng-runtime/runtime/base/overrides/wm_dom_renderer.d.ts +2 -2
- app-ng-runtime/runtime/dynamic/bundles/index.umd.js +14 -15
- app-ng-runtime/runtime/dynamic/esm2022/app/app.module.mjs +1 -1
- app-ng-runtime/runtime/dynamic/esm2022/app/components/page-wrapper.component.mjs +3 -4
- app-ng-runtime/runtime/dynamic/esm2022/app/services/app-extension.service.mjs +3 -3
- app-ng-runtime/runtime/dynamic/esm2022/app/services/app-js-provider.service.mjs +3 -3
- app-ng-runtime/runtime/dynamic/esm2022/app/services/app-resource-manager.service.mjs +3 -3
- app-ng-runtime/runtime/dynamic/esm2022/app/services/app-variables-provider.service.mjs +3 -3
- app-ng-runtime/runtime/dynamic/esm2022/app/services/component-ref-provider.service.mjs +3 -3
- app-ng-runtime/runtime/dynamic/esm2022/app/services/prefab-config-provider.service.mjs +3 -3
- app-ng-runtime/runtime/dynamic/esm2022/main.mjs +1 -1
- app-ng-runtime/runtime/dynamic/fesm2022/index.mjs +16 -17
- app-ng-runtime/runtime/dynamic/fesm2022/index.mjs.map +1 -1
- app-ng-runtime/scripts/datatable/datatable.js +2 -1
- app-ng-runtime/security/bundles/index.umd.js +3 -3
- app-ng-runtime/security/esm2022/security.module.mjs +2 -2
- app-ng-runtime/security/esm2022/security.service.mjs +3 -3
- app-ng-runtime/security/fesm2022/index.mjs +3 -3
- app-ng-runtime/security/fesm2022/index.mjs.map +1 -1
- app-ng-runtime/swipey/esm2022/swipe.animation.mjs +1 -1
- app-ng-runtime/swipey/fesm2022/index.mjs.map +1 -1
- app-ng-runtime/transpiler/esm2022/build.mjs +1 -1
- app-ng-runtime/transpiler/fesm2022/index.mjs.map +1 -1
- app-ng-runtime/variables/bundles/index.umd.js +5 -5
- app-ng-runtime/variables/esm2022/factory/variable.factory.mjs +1 -1
- app-ng-runtime/variables/esm2022/manager/action/login-action.manager.mjs +1 -1
- app-ng-runtime/variables/esm2022/manager/action/logout-action.manager.mjs +1 -1
- app-ng-runtime/variables/esm2022/manager/action/notification-action.manager.mjs +1 -1
- app-ng-runtime/variables/esm2022/manager/variable/base-variable.manager.mjs +1 -1
- app-ng-runtime/variables/esm2022/manager/variable/device-variable-manager.mjs +1 -1
- app-ng-runtime/variables/esm2022/manager/variable/device-variable-service.mjs +1 -1
- app-ng-runtime/variables/esm2022/manager/variable/web-socket-variable.manager.mjs +1 -1
- app-ng-runtime/variables/esm2022/model/action/notification-action.mjs +1 -1
- app-ng-runtime/variables/esm2022/service/metadata-service/metadata.service.mjs +3 -3
- app-ng-runtime/variables/esm2022/service/variables.service.mjs +3 -3
- app-ng-runtime/variables/esm2022/util/action/navigation-action.utils.mjs +1 -1
- app-ng-runtime/variables/esm2022/util/variable/pagination.utils.mjs +1 -1
- app-ng-runtime/variables/esm2022/util/variable/service-variable.utils.mjs +1 -1
- app-ng-runtime/variables/esm2022/util/variable/variables.utils.mjs +1 -1
- app-ng-runtime/variables/esm2022/variables.module.mjs +2 -2
- app-ng-runtime/variables/fesm2022/index.mjs +5 -5
- app-ng-runtime/variables/fesm2022/index.mjs.map +1 -1
- app-ng-runtime/build-task/.npmignore +0 -2
- app-ng-runtime/components/advanced/carousel/.npmignore +0 -2
- app-ng-runtime/components/advanced/login/.npmignore +0 -2
- app-ng-runtime/components/advanced/marquee/.npmignore +0 -2
- app-ng-runtime/components/base/.npmignore +0 -2
- app-ng-runtime/components/basic/default/.npmignore +0 -2
- app-ng-runtime/components/basic/progress/.npmignore +0 -2
- app-ng-runtime/components/basic/rich-text-editor/.npmignore +0 -2
- app-ng-runtime/components/basic/search/.npmignore +0 -2
- app-ng-runtime/components/basic/tree/.npmignore +0 -2
- app-ng-runtime/components/chart/.npmignore +0 -2
- app-ng-runtime/components/containers/accordion/.npmignore +0 -2
- app-ng-runtime/components/containers/layout-grid/.npmignore +0 -2
- app-ng-runtime/components/containers/linear-layout/.npmignore +0 -2
- app-ng-runtime/components/containers/panel/.npmignore +0 -2
- app-ng-runtime/components/containers/tabs/.npmignore +0 -2
- app-ng-runtime/components/containers/tile/.npmignore +0 -2
- app-ng-runtime/components/containers/wizard/.npmignore +0 -2
- app-ng-runtime/components/data/card/.npmignore +0 -2
- app-ng-runtime/components/data/form/.npmignore +0 -2
- app-ng-runtime/components/data/list/.npmignore +0 -2
- app-ng-runtime/components/data/live-table/.npmignore +0 -2
- app-ng-runtime/components/data/pagination/.npmignore +0 -2
- app-ng-runtime/components/data/table/.npmignore +0 -2
- app-ng-runtime/components/dialogs/alert-dialog/.npmignore +0 -2
- app-ng-runtime/components/dialogs/confirm-dialog/.npmignore +0 -2
- app-ng-runtime/components/dialogs/default/.npmignore +0 -2
- app-ng-runtime/components/dialogs/design-dialog/.npmignore +0 -2
- app-ng-runtime/components/dialogs/iframe-dialog/.npmignore +0 -2
- app-ng-runtime/components/dialogs/login-dialog/.npmignore +0 -2
- app-ng-runtime/components/dialogs/partial-dialog/.npmignore +0 -2
- app-ng-runtime/components/input/calendar/.npmignore +0 -2
- app-ng-runtime/components/input/chips/.npmignore +0 -2
- app-ng-runtime/components/input/color-picker/.npmignore +0 -2
- app-ng-runtime/components/input/currency/.npmignore +0 -2
- app-ng-runtime/components/input/default/.npmignore +0 -2
- app-ng-runtime/components/input/epoch/.npmignore +0 -2
- app-ng-runtime/components/input/file-upload/.npmignore +0 -2
- app-ng-runtime/components/input/rating/.npmignore +0 -2
- app-ng-runtime/components/input/slider/.npmignore +0 -2
- app-ng-runtime/components/navigation/breadcrumb/.npmignore +0 -2
- app-ng-runtime/components/navigation/menu/.npmignore +0 -2
- app-ng-runtime/components/navigation/navbar/.npmignore +0 -2
- app-ng-runtime/components/navigation/popover/.npmignore +0 -2
- app-ng-runtime/components/page/default/.npmignore +0 -2
- app-ng-runtime/components/page/footer/.npmignore +0 -2
- app-ng-runtime/components/page/header/.npmignore +0 -2
- app-ng-runtime/components/page/left-panel/.npmignore +0 -2
- app-ng-runtime/components/page/right-panel/.npmignore +0 -2
- app-ng-runtime/components/page/top-nav/.npmignore +0 -2
- app-ng-runtime/components/prefab/.npmignore +0 -2
- app-ng-runtime/core/.npmignore +0 -2
- app-ng-runtime/http/.npmignore +0 -2
- app-ng-runtime/mobile/components/basic/default/.npmignore +0 -2
- app-ng-runtime/mobile/components/basic/search/.npmignore +0 -2
- app-ng-runtime/mobile/components/containers/segmented-control/.npmignore +0 -2
- app-ng-runtime/mobile/components/data/media-list/.npmignore +0 -2
- app-ng-runtime/mobile/components/device/barcode-scanner/.npmignore +0 -2
- app-ng-runtime/mobile/components/device/camera/.npmignore +0 -2
- app-ng-runtime/mobile/components/input/file-upload/.npmignore +0 -2
- app-ng-runtime/mobile/components/page/default/.npmignore +0 -2
- app-ng-runtime/mobile/components/page/left-panel/.npmignore +0 -2
- app-ng-runtime/mobile/components/page/mobile-navbar/.npmignore +0 -2
- app-ng-runtime/mobile/components/page/tab-bar/.npmignore +0 -2
- app-ng-runtime/mobile/core/.npmignore +0 -2
- app-ng-runtime/mobile/offline/.npmignore +0 -2
- app-ng-runtime/mobile/placeholder/runtime/.npmignore +0 -2
- app-ng-runtime/mobile/placeholder/runtime-dynamic/.npmignore +0 -2
- app-ng-runtime/mobile/runtime/.npmignore +0 -2
- app-ng-runtime/mobile/runtime-dynamic/.npmignore +0 -2
- app-ng-runtime/mobile/variables/.npmignore +0 -2
- app-ng-runtime/oAuth/.npmignore +0 -2
- app-ng-runtime/runtime/base/.npmignore +0 -2
- app-ng-runtime/runtime/dynamic/.npmignore +0 -2
- app-ng-runtime/security/.npmignore +0 -2
- app-ng-runtime/swipey/.npmignore +0 -2
- app-ng-runtime/transpiler/.npmignore +0 -2
- app-ng-runtime/variables/.npmignore +0 -2
|
@@ -58,9 +58,9 @@ export class MobileHttpInterceptor {
|
|
|
58
58
|
static { this.ɵfac = function MobileHttpInterceptor_Factory(t) { return new (t || MobileHttpInterceptor)(i0.ɵɵinject(i1.App), i0.ɵɵinject(i2.File), i0.ɵɵinject(i3.DeviceFileDownloadService), i0.ɵɵinject(i3.DeviceService), i0.ɵɵinject(i3.NetworkService), i0.ɵɵinject(i4.SecurityService)); }; }
|
|
59
59
|
static { this.ɵprov = /*@__PURE__*/ i0.ɵɵdefineInjectable({ token: MobileHttpInterceptor, factory: MobileHttpInterceptor.ɵfac }); }
|
|
60
60
|
}
|
|
61
|
-
(()
|
|
61
|
+
(function () { (typeof ngDevMode === "undefined" || ngDevMode) && i0.ɵsetClassMetadata(MobileHttpInterceptor, [{
|
|
62
62
|
type: Injectable
|
|
63
|
-
}], ()
|
|
63
|
+
}], function () { return [{ type: i1.App }, { type: i2.File }, { type: i3.DeviceFileDownloadService }, { type: i3.DeviceService }, { type: i3.NetworkService }, { type: i4.SecurityService }]; }, null); })();
|
|
64
64
|
class ServiceCallInterceptor {
|
|
65
65
|
static { this.REMOTE_SERVICE_URL_PATTERNS = [
|
|
66
66
|
new RegExp('^((./)|/)?services/'),
|
|
@@ -143,4 +143,4 @@ class SecurityInterceptor {
|
|
|
143
143
|
});
|
|
144
144
|
}
|
|
145
145
|
}
|
|
146
|
-
//# sourceMappingURL=data:application/json;base64,eyJ2ZXJzaW9uIjozLCJmaWxlIjoiaHR0cC1pbnRlcmNlcHRvci5zZXJ2aWNlLmpzIiwic291cmNlUm9vdCI6IiIsInNvdXJjZXMiOlsiLi4vLi4vLi4vLi4vLi4vcHJvamVjdHMvbW9iaWxlL3J1bnRpbWUvc3JjL3NlcnZpY2VzL2h0dHAtaW50ZXJjZXB0b3Iuc2VydmljZS50cyJdLCJuYW1lcyI6W10sIm1hcHBpbmdzIjoiQUFDQSxPQUFPLEVBQUUsVUFBVSxFQUFFLE1BQU0sZUFBZSxDQUFDO0FBRTNDLE9BQU8sRUFBRSxJQUFJLEVBQUUsTUFBTSxtQ0FBbUMsQ0FBQztBQUN6RCxPQUFPLEVBQUUsSUFBSSxFQUFFLE1BQU0sTUFBTSxDQUFDO0FBQzVCLE9BQU8sRUFBYyxPQUFPLEVBQUUsTUFBTSxNQUFNLENBQUM7QUFDM0MsT0FBTyxFQUFFLFFBQVEsRUFBRSxNQUFNLGdCQUFnQixDQUFDO0FBRTFDLE9BQU8sRUFDSCxHQUFHLEVBQ0gsbUJBQW1CLEVBQ25CLHNCQUFzQixFQUN0QixVQUFVLEVBQ1Ysa0JBQWtCLEdBQ3JCLE1BQU0sVUFBVSxDQUFDO0FBQ2xCLE9BQU8sRUFBRSx5QkFBeUIsRUFBRSxhQUFhLEVBQUUsY0FBYyxFQUFFLE1BQU0saUJBQWlCLENBQUM7QUFDM0YsT0FBTyxFQUFFLGVBQWUsRUFBRSxNQUFNLGNBQWMsQ0FBQztBQUMvQyxPQUFPLEVBQUUsU0FBUyxFQUFFLE1BQU0sZUFBZSxDQUFDOzs7Ozs7QUFVMUMsTUFBTSxPQUFPLHFCQUFxQjtJQUk5QixZQUEyQixHQUFRLEVBQ2hCLElBQVUsRUFDVix5QkFBb0QsRUFDNUMsYUFBNEIsRUFDNUIsY0FBOEIsRUFDdEMsZUFBZ0M7UUFMeEIsUUFBRyxHQUFILEdBQUcsQ0FBSztRQUdSLGtCQUFhLEdBQWIsYUFBYSxDQUFlO1FBQzVCLG1CQUFjLEdBQWQsY0FBYyxDQUFnQjtRQU5qRCx3QkFBbUIsR0FBeUIsRUFBRSxDQUFDO1FBUW5ELElBQUksVUFBVSxFQUFFLEVBQUUsQ0FBQztZQUNmLElBQUksQ0FBQyxtQkFBbUIsQ0FBQyxJ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O0lBQ1AsQ0FBQyIsInNvdXJjZXNDb250ZW50IjpbImltcG9ydCB7IEh0dHBFdmVudCwgSHR0cEhhbmRsZXIsIEh0dHBJbnRlcmNlcHRvciwgSHR0cFJlcXVlc3QsIEh0dHBSZXNwb25zZSB9IGZyb20gJ0Bhbmd1bGFyL2NvbW1vbi9odHRwJztcbmltcG9ydCB7IEluamVjdGFibGUgfSBmcm9tICdAYW5ndWxhci9jb3JlJztcblxuaW1wb3J0IHsgRmlsZSB9IGZyb20gJ0Bhd2Vzb21lLWNvcmRvdmEtcGx1Z2lucy9maWxlL25neCc7XG5pbXBvcnQgeyBmcm9tIH0gZnJvbSAncnhqcyc7XG5pbXBvcnQgeyBPYnNlcnZhYmxlLCBTdWJqZWN0IH0gZnJvbSAncnhqcyc7XG5pbXBvcnQgeyBtZXJnZU1hcCB9IGZyb20gJ3J4anMvb3BlcmF0b3JzJztcblxuaW1wb3J0IHtcbiAgICBBcHAsXG4gICAgZXhlY3V0ZVByb21pc2VDaGFpbixcbiAgICBnZXRXbVByb2plY3RQcm9wZXJ0aWVzLFxuICAgIGhhc0NvcmRvdmEsXG4gICAgcmVtb3ZlRXh0cmFTbGFzaGVzLFxufSBmcm9tICdAd20vY29yZSc7XG5pbXBvcnQgeyBEZXZpY2VGaWxlRG93bmxvYWRTZXJ2aWNlLCBEZXZpY2VTZXJ2aWNlLCBOZXR3b3JrU2VydmljZSB9IGZyb20gJ0B3bS9tb2JpbGUvY29yZSc7XG5pbXBvcnQgeyBTZWN1cml0eVNlcnZpY2UgfSBmcm9tICdAd20vc2VjdXJpdHknO1xuaW1wb3J0IHsgQ09OU1RBTlRTIH0gZnJvbSAnQHdtL3ZhcmlhYmxlcyc7XG5cbmRlY2xhcmUgY29uc3QgY29yZG92YTtcbmRlY2xhcmUgY29uc3QgXztcblxuaW50ZXJmYWNlIFJlcXVlc3RJbnRlcmNlcHRvciB7XG4gICAgaW50ZXJjZXB0KHJlcXVlc3Q6IEh0dHBSZXF1ZXN0PGFueT4pOiBQcm9taXNlPEh0dHBSZXF1ZXN0PGFueT4+O1xufVxuXG5ASW5qZWN0YWJsZSgpXG5leHBvcnQgY2xhc3MgTW9iaWxlSHR0cEludGVyY2VwdG9yIGltcGxlbWVudHMgSHR0cEludGVyY2VwdG9yIHtcblxuICAgIHByaXZhdGUgcmVxdWVzdEludGVyY2VwdG9yczogUmVxdWVzdEludGVyY2VwdG9yW10gPSBbXTtcblxuICAgIHB1YmxpYyBjb25zdHJ1Y3Rvcihwcml2YXRlIGFwcDogQXBwLFxuICAgICAgICAgICAgICAgICAgICAgICBmaWxlOiBGaWxlLFxuICAgICAgICAgICAgICAgICAgICAgICBkZXZpY2VGaWxlRG93bmxvYWRTZXJ2aWNlOiBEZXZpY2VGaWxlRG93bmxvYWRTZXJ2aWNlLFxuICAgICAgICAgICAgICAgICAgICAgICBwcml2YXRlIGRldmljZVNlcnZpY2U6IERldmljZVNlcnZpY2UsXG4gICAgICAgICAgICAgICAgICAgICAgIHByaXZhdGUgbmV0d29ya1NlcnZpY2U6IE5ldHdvcmtTZXJ2aWNlLFxuICAgICAgICAgICAgICAgICAgICAgICBzZWN1cml0eVNlcnZpY2U6IFNlY3VyaXR5U2VydmljZSkge1xuICAgICAgICBpZiAoaGFzQ29yZG92YSgpKSB7XG4gICAgICAgICAgICB0aGlzLnJlcXVlc3RJbnRlcmNlcHRvcnMucHVzaChuZXcgU2VjdXJpdHlJbnRlcmNlcHRvcihhcHAsIGZpbGUsIHNlY3VyaXR5U2VydmljZSkpO1xuICAgICAgICAgICAgdGhpcy5yZXF1ZXN0SW50ZXJjZXB0b3JzLnB1c2gobmV3IFNlcnZpY2VDYWxsSW50ZXJjZXB0b3IoYXBwKSk7XG4gICAgICAgIH1cbiAgICB9XG5cbiAgICBwdWJsaWMgaW50ZXJjZXB0KHJlcXVlc3Q6IEh0dHBSZXF1ZXN0PGFueT4sIG5leHQ6IEh0dHBIYW5kbGVyKTogT2JzZXJ2YWJsZTxIdHRwRXZlbnQ8YW55Pj4ge1xuICAgICAgICBjb25zdCBzdWJqZWN0ID0gbmV3IFN1YmplY3Q8SHR0cEV2ZW50PGFueT4+KCk7XG4gICAgICAgIGNvbnN0IHRva2VuID0gbG9jYWxTdG9yYWdlLmdldEl0ZW0oQ09OU1RBTlRTLlhTUkZfQ09PS0lFX05BTUUpO1xuICAgICAgICBjb25zdCB4c3JmSGVhZGVyTmFtZSA9IGdldFdtUHJvamVjdFByb3BlcnRpZXMoKS54c3JmX2hlYWRlcl9uYW1lO1xuICAgICAgICBpZiAodG9rZW4gXG4gICAgICAgICAgICAmJiB4c3JmSGVhZGVyTmFtZVxuICAgICAgICAgICAgJiYgdGhpcy5hcHAuZGVwbG95ZWRVcmwgXG4gICAgICAgICAgICAmJiAocmVxdWVzdC51cmwuaW5kZXhPZignOi8vJykgPCAwXG4gICAgICAgICAgICAgICAgfHwgcmVxdWVzdC51cmwuc3RhcnRzV2l0aCh0aGlzLmFwcC5kZXBsb3llZFVybCkpKSB7XG4gICAgICAgICAgICAgICAgXG4gICAgICAgICAgICAvLyBDbG9uZSB0aGUgcmVxdWVzdCB0byBhZGQgdGhlIG5ldyBoZWFkZXJcbiAgICAgICAgICAgIHJlcXVlc3QgPSByZXF1ZXN0LmNsb25lKHsgaGVhZGVyczogcmVxdWVzdC5oZWFkZXJzLnNldCh4c3JmSGVhZGVyTmFtZSwgdG9rZW4pIH0pO1xuICAgICAgICB9XG4gICAgICAgIGNvbnN0IGRhdGEgPSB7cmVxdWVzdDogcmVxdWVzdH07XG5cbiAgICAgICAgLy8gaW52b2tlIHRoZSByZXF1ZXN0IG9ubHkgd2hlbiBkZXZpY2UgaXMgcmVhZHkuXG4gICAgICAgIGNvbnN0IG9icyA9IGZyb20odGhpcy5kZXZpY2VTZXJ2aWNlLndoZW5SZWFkeSgpXG4gICAgICAgICAgICAudGhlbigoKSA9PiBleGVjdXRlUHJvbWlzZUNoYWluKHRoaXMuZ2V0SW50ZXJjZXB0b3JzKCksIFtkYXRhXSkpKTtcbiAgICAgICAgcmV0dXJuIG9icy5waXBlKG1lcmdlTWFwKCgpID0+IHtcbiAgICAgICAgICAgIHJldHVybiBuZXh0LmhhbmRsZShkYXRhLnJlcXVlc3QpO1xuICAgICAgICB9KSk7XG4gICAgfVxuXG4gICAgcHJpdmF0ZSBnZXRJbnRlcmNlcHRvcnMoKSB7XG4gICAgICAgIHJldHVybiB0aGlzLnJlcXVlc3RJbnRlcmNlcHRvcnMubWFwKGkgPT4ge1xuICAgICAgICAgICAgcmV0dXJuIChkYXRhKSA9PiBpLmludGVyY2VwdChkYXRhLnJlcXVlc3QpLnRoZW4ocmVxID0+IGRhdGEucmVxdWVzdCA9IHJlcSk7XG4gICAgICAgIH0pO1xuICAgIH1cblxuICAgIHByaXZhdGUgb25IdHRwRXJyb3IocmVzcG9uc2U6IEh0dHBSZXNwb25zZTxhbnk+KSB7XG4gICAgICAgIGlmIChoYXNDb3Jkb3ZhXG4gICAgICAgICAgICAmJiAoIXJlc3BvbnNlIHx8ICFyZXNwb25zZS5zdGF0dXMgfHwgcmVzcG9uc2Uuc3RhdHVzIDwgMCB8fCByZXNwb25zZS5zdGF0dXMgPT09IDQwNClcbiAgICAgICAgICAgICYmICh0aGlzLm5ldHdvcmtTZXJ2aWNlLmlzQ29ubmVjdGVkKCkpKSB7XG4gICAgICAgICAgICB0aGlzLm5ldHdvcmtTZXJ2aWNlLmlzQXZhaWxhYmxlKHRydWUpO1xuICAgICAgICB9XG4gICAgfVxufVxuXG5jbGFzcyBTZXJ2aWNlQ2FsbEludGVyY2VwdG9yIGltcGxlbWVudHMgUmVxdWVzdEludGVyY2VwdG9yIHtcblxuICAgIHByaXZhdGUgc3RhdGljIFJFTU9URV9TRVJWSUNFX1VSTF9QQVRURVJOUyA9IFtcbiAgICAgICAgbmV3IFJlZ0V4cCgnXigoLi8pfC8pP3NlcnZpY2VzLycpLFxuICAgICAgICBuZXcgUmVnRXhwKCdqX3NwcmluZ19zZWN1cml0eV9jaGVjaycpLFxuICAgICAgICBuZXcgUmVnRXhwKCdqX3NwcmluZ19zZWN1cml0eV9sb2dvdXQnKVxuICAgIF07XG5cbiAgICBjb25zdHJ1Y3Rvcihwcml2YXRlIGFwcDogQXBwKSB7fVxuXG4gICAgcHVibGljIGludGVyY2VwdChyZXF1ZXN0OiBIdHRwUmVxdWVzdDxhbnk+KTogUHJvbWlzZTxIdHRwUmVxdWVzdDxhbnk+PiB7XG4gICAgICAgIGxldCBtb2RpZmllZFJlcXVlc3QgPSByZXF1ZXN0O1xuICAgICAgICBsZXQgdXJsID0gcmVxdWVzdC51cmw7XG4gICAgICAgIC8vIGlmIG5lY2Vzc2FyeSwgcHJlcGVuZCBkZXBsb3llZCB1cmxcbiAgICAgICAgaWYgKHVybC5pbmRleE9mKCc6Ly8nKSA8IDBcbiAgICAgICAgICAgICYmIFNlcnZpY2VDYWxsSW50ZXJjZXB0b3IuUkVNT1RFX1NFUlZJQ0VfVVJMX1BBVFRFUk5TLmZpbmQociA9PiByLnRlc3QodXJsKSkpIHtcbiAgICAgICAgICAgIHVybCA9IHRoaXMuYXBwLmRlcGxveWVkVXJsICsgdXJsO1xuICAgICAgICB9XG4gICAgICAgIHVybCA9IHJlbW92ZUV4dHJhU2xhc2hlcyh1cmwpO1xuICAgICAgICBpZiAodXJsICE9PSByZXF1ZXN0LnVybCkge1xuICAgICAgICAgICAgbW9kaWZpZWRSZXF1ZXN0ID0gcmVxdWVzdC5jbG9uZSh7XG4gICAgICAgICAgICAgICAgdXJsOiB1cmxcbiAgICAgICAgICAgIH0pO1xuICAgICAgICB9XG4gICAgICAgIHJldHVybiBQcm9taXNlLnJlc29sdmUobW9kaWZpZWRSZXF1ZXN0KTtcbiAgICB9XG5cbn1cblxuY2xhc3MgU2VjdXJpdHlJbnRlcmNlcHRvciBpbXBsZW1lbnRzIFJlcXVlc3RJbnRlcmNlcHRvciB7XG5cbiAgICBwcml2YXRlIGluaXRpYWxpemVkID0gZmFsc2U7XG4gICAgcHJpdmF0ZSBzdGF0aWMgUEFHRV9VUkxfUEFUVEVSTiA9IG5ldyBSZWdFeHAoJ3BhZ2UubWluLmpzb24kJyk7XG4gICAgcHJpdmF0ZSBzdGF0aWMgUFJFRkFCX1VSTF9QQVRURVJOID0gbmV3IFJlZ0V4cCgnXmFwcC9wcmVmYWJzLy4qL3BhZ2UubWluLmpzb24kJyk7XG4gICAgcHJpdmF0ZSBwdWJsaWNQYWdlcztcblxuICAgIGNvbnN0cnVjdG9yKHByaXZhdGUgYXBwOiBBcHAsIHByaXZhdGUgZmlsZTogRmlsZSwgcHJpdmF0ZSBzZWN1cml0eVNlcnZpY2U6IFNlY3VyaXR5U2VydmljZSkge31cblxuICAgIHB1YmxpYyBpbnRlcmNlcHQocmVxdWVzdDogSHR0cFJlcXVlc3Q8YW55Pik6IFByb21pc2U8SHR0cFJlcXVlc3Q8YW55Pj4ge1xuICAgICAgICByZXR1cm4gbmV3IFByb21pc2U8SHR0cFJlcXVlc3Q8YW55Pj4oKHJlc29sdmUsIHJlamVjdCkgPT4ge1xuICAgICAgICAgICAgaWYgKCFTZWN1cml0eUludGVyY2VwdG9yLlBSRUZBQl9VUkxfUEFUVEVSTi50ZXN0KHJlcXVlc3QudXJsKSBcbiAgICAgICAgICAgICAgICAmJiBTZWN1cml0eUludGVyY2VwdG9yLlBBR0VfVVJMX1BBVFRFUk4udGVzdChyZXF1ZXN0LnVybCkpIHtcbiAgICAgICAgICAgICAgICByZXR1cm4gUHJvbWlzZS5yZXNvbHZlKCkudGhlbigoKSA9PiB7XG4gICAgICAgICAgICAgICAgICAgIGlmICghdGhpcy5pbml0aWFsaXplZCkge1xuICAgICAgICAgICAgICAgICAgICAgICAgcmV0dXJuIHRoaXMuaW5pdCgpO1xuICAgICAgICAgICAgICAgICAgICB9XG4gICAgICAgICAgICAgICAgfSkudGhlbigoKSA9PiB7XG4gICAgICAgICAgICAgICAgICAgIGNvbnN0IHVybFNwbGl0cyA9IF8uc3BsaXQocmVxdWVzdC51cmwsICcvJyk7XG4gICAgICAgICAgICAgICAgICAgIGNvbnN0IHBhZ2VOYW1lID0gdXJsU3BsaXRzW3VybFNwbGl0cy5sZW5ndGggLSAyXTtcbiAgICAgICAgICAgICAgICAgICAgaWYgKCF0aGlzLnB1YmxpY1BhZ2VzIHx8IHRoaXMucHVibGljUGFnZXNbcGFnZU5hbWVdKSB7XG4gICAgICAgICAgICAgICAgICAgICAgICByZXR1cm4gUHJvbWlzZS5yZXNvbHZlKHJlcXVlc3QpO1xuICAgICAgICAgICAgICAgICAgICB9IGVsc2Uge1xuICAgICAgICAgICAgICAgICAgICAgICAgdGhpcy5zZWN1cml0eVNlcnZpY2UuZ2V0Q29uZmlnKGNvbmZpZyA9PiB7XG4gICAgICAgICAgICAgICAgICAgICAgICAgICAgaWYgKCFjb25maWcuc2VjdXJpdHlFbmFibGVkIHx8IGNvbmZpZy5hdXRoZW50aWNhdGVkKSB7XG4gICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgIHJlc29sdmUocmVxdWVzdCk7XG4gICAgICAgICAgICAgICAgICAgICAgICAgICAgfSBlbHNlIHtcbiAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgcmVqZWN0KGBQYWdlICcke3BhZ2VOYW1lfScgaXMgbm90IGFjY2Vzc2libGUgdG8gdGhlIHVzZXIuYCk7XG4gICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgIHRoaXMuYXBwLm5vdGlmeSgnaHR0cDQwMScsIHsgcGFnZTogcGFnZU5hbWV9KTtcbiAgICAgICAgICAgICAgICAgICAgICAgICAgICB9XG4gICAgICAgICAgICAgICAgICAgICAgICB9LCAoKSA9PiByZWplY3QoYFNlY3VyaXR5IGNhbGwgZmFpbGVkLmApKTtcbiAgICAgICAgICAgICAgICAgICAgfVxuICAgICAgICAgICAgICAgICAgICByZXR1cm4gUHJvbWlzZS5yZXNvbHZlKHJlcXVlc3QpO1xuICAgICAgICAgICAgICAgIH0pLnRoZW4ocmVzb2x2ZSwgcmVqZWN0KTtcbiAgICAgICAgICAgIH1cbiAgICAgICAgICAgIHJldHVybiByZXNvbHZlKHJlcXVlc3QpO1xuICAgICAgICB9KTtcbiAgICB9XG5cbiAgICAvKipcbiAgICAgKiBsb2FkcyBwdWJsaWMgcGFnZXMgZnJvbSAnbWV0YWRhdGEvYXBwL3B1YmxpYy1wYWdlcy5pbmZvJyBhbmQgb3ZlcnJpZGVzIGNhbkFjY2VzcyBtZXRob2QgU2VjdXJpdHlTZXJ2aWNlXG4gICAgICovXG4gICAgcHJpdmF0ZSBpbml0KCk6IFByb21pc2U8YW55PiB7XG4gICAgICAgIGNvbnN0IGZvbGRlclBhdGggPSBjb3Jkb3ZhLmZpbGUuYXBwbGljYXRpb25EaXJlY3RvcnkgKyAnd3d3L21ldGFkYXRhL2FwcCcsXG4gICAgICAgICAgICBmaWxlTmFtZSA9ICdwdWJsaWMtcGFnZXMuanNvbic7XG4gICAgICAgIHJldHVybiB0aGlzLmZpbGUucmVhZEFzVGV4dChmb2xkZXJQYXRoLCBmaWxlTmFtZSkudGhlbih0ZXh0ID0+IHtcbiAgICAgICAgICAgIGlmICghdGhpcy5pbml0aWFsaXplZCkge1xuICAgICAgICAgICAgICAgIHRoaXMucHVibGljUGFnZXMgPSB7fTtcbiAgICAgICAgICAgICAgICB0aGlzLmluaXRpYWxpemVkID0gdHJ1ZTtcbiAgICAgICAgICAgICAgICBfLmZvckVhY2goSlNPTi5wYXJzZSh0ZXh0KSwgcGFnZU5hbWUgPT4gdGhpcy5wdWJsaWNQYWdlc1twYWdlTmFtZV0gPSB0cnVlKTtcbiAgICAgICAgICAgIH1cbiAgICAgICAgfSkuY2F0Y2goKCkgPT4ge1xuICAgICAgICAgICAgdGhpcy5pbml0aWFsaXplZCA9IHRydWU7XG4gICAgICAgIH0pO1xuICAgIH1cbn1cbiJdfQ==
|
|
146
|
+
//# sourceMappingURL=data:application/json;base64,eyJ2ZXJzaW9uIjozLCJmaWxlIjoiaHR0cC1pbnRlcmNlcHRvci5zZXJ2aWNlLmpzIiwic291cmNlUm9vdCI6IiIsInNvdXJjZXMiOlsiLi4vLi4vLi4vLi4vLi4vcHJvamVjdHMvbW9iaWxlL3J1bnRpbWUvc3JjL3NlcnZpY2VzL2h0dHAtaW50ZXJjZXB0b3Iuc2VydmljZS50cyJdLCJuYW1lcyI6W10sIm1hcHBpbmdzIjoiQUFDQSxPQUFPLEVBQUUsVUFBVSxFQUFFLE1BQU0sZUFBZSxDQUFDO0FBRTNDLE9BQU8sRUFBRSxJQUFJLEVBQUUsTUFBTSxtQ0FBbUMsQ0FBQztBQUN6RCxPQUFPLEVBQUUsSUFBSSxFQUFFLE1BQU0sTUFBTSxDQUFDO0FBQzVCLE9BQU8sRUFBYyxPQUFPLEVBQUUsTUFBTSxNQUFNLENBQUM7QUFDM0MsT0FBTyxFQUFFLFFBQVEsRUFBRSxNQUFNLGdCQUFnQixDQUFDO0FBRTFDLE9BQU8sRUFDSCxHQUFHLEVBQ0gsbUJBQW1CLEVBQ25CLHNCQUFzQixFQUN0QixVQUFVLEVBQ1Ysa0JBQWtCLEdBQ3JCLE1BQU0sVUFBVSxDQUFDO0FBQ2xCLE9BQU8sRUFBRSx5QkFBeUIsRUFBRSxhQUFhLEVBQUUsY0FBYyxFQUFFLE1BQU0saUJBQWlCLENBQUM7QUFDM0YsT0FBTyxFQUFFLGVBQWUsRUFBRSxNQUFNLGNBQWMsQ0FBQztBQUMvQyxPQUFPLEVBQUUsU0FBUyxFQUFFLE1BQU0sZUFBZSxDQUFDOzs7Ozs7QUFVMUMsTUFBTSxPQUFPLHFCQUFxQjtJQUk5QixZQUEyQixHQUFRLEVBQ2hCLElBQVUsRUFDVix5QkFBb0QsRUFDNUMsYUFBNEIsRUFDNUIsY0FBOEIsRUFDdEMsZUFBZ0M7UUFMeEIsUUFBRyxHQUFILEdBQUcsQ0FBSztRQUdSLGtCQUFhLEdBQWIsYUFBYSxDQUFlO1FBQzVCLG1CQUFjLEdBQWQsY0FBYyxDQUFnQjtRQU5qRCx3QkFBbUIsR0FBeUIsRUFBRSxDQUFDO1FBUW5ELElBQUksVUFBVSxFQUFFLEVBQUU7WUFDZCxJQUFJLENBQUMsbUJBQW1CLENBQUMsSUFBSSxD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RUFBRSxDQUFDLE1BQU0sQ0FBQyx1QkFBdUIsQ0FBQyxDQUFDLENBQUM7cUJBQzdDO29CQUNELE9BQU8sT0FBTyxDQUFDLE9BQU8sQ0FBQyxPQUFPLENBQUMsQ0FBQztnQkFDcEMsQ0FBQyxDQUFDLENBQUMsSUFBSSxDQUFDLE9BQU8sRUFBRSxNQUFNLENBQUMsQ0FBQzthQUM1QjtZQUNELE9BQU8sT0FBTyxDQUFDLE9BQU8sQ0FBQyxDQUFDO1FBQzVCLENBQUMsQ0FBQyxDQUFDO0lBQ1AsQ0FBQztJQUVEOztPQUVHO0lBQ0ssSUFBSTtRQUNSLE1BQU0sVUFBVSxHQUFHLE9BQU8sQ0FBQyxJQUFJLENBQUMsb0JBQW9CLEdBQUcsa0JBQWtCLEVBQ3JFLFFBQVEsR0FBRyxtQkFBbUIsQ0FBQztRQUNuQyxPQUFPLElBQUksQ0FBQyxJQUFJLENBQUMsVUFBVSxDQUFDLFVBQVUsRUFBRSxRQUFRLENBQUMsQ0FBQyxJQUFJLENBQUMsSUFBSSxDQUFDLEVBQUU7WUFDMUQsSUFBSSxDQUFDLElBQUksQ0FBQyxXQUFXLEVBQUU7Z0JBQ25CLElBQUksQ0FBQyxXQUFXLEdBQUcsRUFBRSxDQUFDO2dCQUN0QixJQUFJLENBQUMsV0FBVyxHQUFHLElBQUksQ0FBQztnQkFDeEIsQ0FBQyxDQUFDLE9BQU8sQ0FBQyxJQUFJLENBQUMsS0FBSyxDQUFDLElBQUksQ0FBQyxFQUFFLFFBQVEsQ0FBQyxFQUFFLENBQUMsSUFBSSxDQUFDLFdBQVcsQ0FBQyxRQUFRLENBQUMsR0FBRyxJQUFJLENBQUMsQ0FBQzthQUM5RTtRQUNMLENBQUMsQ0FBQyxDQUFDLEtBQUssQ0FBQyxHQUFHLEVBQUU7WUFDVixJQUFJLENBQUMsV0FBVyxHQUFHLElBQUksQ0FBQztRQUM1QixDQUFDLENBQUMsQ0FBQztJQUNQLENBQUMiLCJzb3VyY2VzQ29udGVudCI6WyJpbXBvcnQgeyBIdHRwRXZlbnQsIEh0dHBIYW5kbGVyLCBIdHRwSW50ZXJjZXB0b3IsIEh0dHBSZXF1ZXN0LCBIdHRwUmVzcG9uc2UgfSBmcm9tICdAYW5ndWxhci9jb21tb24vaHR0cCc7XG5pbXBvcnQgeyBJbmplY3RhYmxlIH0gZnJvbSAnQGFuZ3VsYXIvY29yZSc7XG5cbmltcG9ydCB7IEZpbGUgfSBmcm9tICdAYXdlc29tZS1jb3Jkb3ZhLXBsdWdpbnMvZmlsZS9uZ3gnO1xuaW1wb3J0IHsgZnJvbSB9IGZyb20gJ3J4anMnO1xuaW1wb3J0IHsgT2JzZXJ2YWJsZSwgU3ViamVjdCB9IGZyb20gJ3J4anMnO1xuaW1wb3J0IHsgbWVyZ2VNYXAgfSBmcm9tICdyeGpzL29wZXJhdG9ycyc7XG5cbmltcG9ydCB7XG4gICAgQXBwLFxuICAgIGV4ZWN1dGVQcm9taXNlQ2hhaW4sXG4gICAgZ2V0V21Qcm9qZWN0UHJvcGVydGllcyxcbiAgICBoYXNDb3Jkb3ZhLFxuICAgIHJlbW92ZUV4dHJhU2xhc2hlcyxcbn0gZnJvbSAnQHdtL2NvcmUnO1xuaW1wb3J0IHsgRGV2aWNlRmlsZURvd25sb2FkU2VydmljZSwgRGV2aWNlU2VydmljZSwgTmV0d29ya1NlcnZpY2UgfSBmcm9tICdAd20vbW9iaWxlL2NvcmUnO1xuaW1wb3J0IHsgU2VjdXJpdHlTZXJ2aWNlIH0gZnJvbSAnQHdtL3NlY3VyaXR5JztcbmltcG9ydCB7IENPTlNUQU5UUyB9IGZyb20gJ0B3bS92YXJpYWJsZXMnO1xuXG5kZWNsYXJlIGNvbnN0IGNvcmRvdmE7XG5kZWNsYXJlIGNvbnN0IF87XG5cbmludGVyZmFjZSBSZXF1ZXN0SW50ZXJjZXB0b3Ige1xuICAgIGludGVyY2VwdChyZXF1ZXN0OiBIdHRwUmVxdWVzdDxhbnk+KTogUHJvbWlzZTxIdHRwUmVxdWVzdDxhbnk+Pjtcbn1cblxuQEluamVjdGFibGUoKVxuZXhwb3J0IGNsYXNzIE1vYmlsZUh0dHBJbnRlcmNlcHRvciBpbXBsZW1lbnRzIEh0dHBJbnRlcmNlcHRvciB7XG5cbiAgICBwcml2YXRlIHJlcXVlc3RJbnRlcmNlcHRvcnM6IFJlcXVlc3RJbnRlcmNlcHRvcltdID0gW107XG5cbiAgICBwdWJsaWMgY29uc3RydWN0b3IocHJpdmF0ZSBhcHA6IEFwcCxcbiAgICAgICAgICAgICAgICAgICAgICAgZmlsZTogRmlsZSxcbiAgICAgICAgICAgICAgICAgICAgICAgZGV2aWNlRmlsZURvd25sb2FkU2VydmljZTogRGV2aWNlRmlsZURvd25sb2FkU2VydmljZSxcbiAgICAgICAgICAgICAgICAgICAgICAgcHJpdmF0ZSBkZXZpY2VTZXJ2aWNlOiBEZXZpY2VTZXJ2aWNlLFxuICAgICAgICAgICAgICAgICAgICAgICBwcml2YXRlIG5ldHdvcmtTZXJ2aWNlOiBOZXR3b3JrU2VydmljZSxcbiAgICAgICAgICAgICAgICAgICAgICAgc2VjdXJpdHlTZXJ2aWNlOiBTZWN1cml0eVNlcnZpY2UpIHtcbiAgICAgICAgaWYgKGhhc0NvcmRvdmEoKSkge1xuICAgICAgICAgICAgdGhpcy5yZXF1ZXN0SW50ZXJjZXB0b3JzLnB1c2gobmV3IFNlY3VyaXR5SW50ZXJjZXB0b3IoYXBwLCBmaWxlLCBzZWN1cml0eVNlcnZpY2UpKTtcbiAgICAgICAgICAgIHRoaXMucmVxdWVzdEludGVyY2VwdG9ycy5wdXNoKG5ldyBTZXJ2aWNlQ2FsbEludGVyY2VwdG9yKGFwcCkpO1xuICAgICAgICB9XG4gICAgfVxuXG4gICAgcHVibGljIGludGVyY2VwdChyZXF1ZXN0OiBIdHRwUmVxdWVzdDxhbnk+LCBuZXh0OiBIdHRwSGFuZGxlcik6IE9ic2VydmFibGU8SHR0cEV2ZW50PGFueT4+IHtcbiAgICAgICAgY29uc3Qgc3ViamVjdCA9IG5ldyBTdWJqZWN0PEh0dHBFdmVudDxhbnk+PigpO1xuICAgICAgICBjb25zdCB0b2tlbiA9IGxvY2FsU3RvcmFnZS5nZXRJdGVtKENPTlNUQU5UUy5YU1JGX0NPT0tJRV9OQU1FKTtcbiAgICAgICAgY29uc3QgeHNyZkhlYWRlck5hbWUgPSBnZXRXbVByb2plY3RQcm9wZXJ0aWVzKCkueHNyZl9oZWFkZXJfbmFtZTtcbiAgICAgICAgaWYgKHRva2VuIFxuICAgICAgICAgICAgJiYgeHNyZkhlYWRlck5hbWVcbiAgICAgICAgICAgICYmIHRoaXMuYXBwLmRlcGxveWVkVXJsIFxuICAgICAgICAgICAgJiYgKHJlcXVlc3QudXJsLmluZGV4T2YoJzovLycpIDwgMFxuICAgICAgICAgICAgICAgIHx8IHJlcXVlc3QudXJsLnN0YXJ0c1dpdGgodGhpcy5hcHAuZGVwbG95ZWRVcmwpKSkge1xuICAgICAgICAgICAgICAgIFxuICAgICAgICAgICAgLy8gQ2xvbmUgdGhlIHJlcXVlc3QgdG8gYWRkIHRoZSBuZXcgaGVhZGVyXG4gICAgICAgICAgICByZXF1ZXN0ID0gcmVxdWVzdC5jbG9uZSh7IGhlYWRlcnM6IHJlcXVlc3QuaGVhZGVycy5zZXQoeHNyZkhlYWRlck5hbWUsIHRva2VuKSB9KTtcbiAgICAgICAgfVxuICAgICAgICBjb25zdCBkYXRhID0ge3JlcXVlc3Q6IHJlcXVlc3R9O1xuXG4gICAgICAgIC8vIGludm9rZSB0aGUgcmVxdWVzdCBvbmx5IHdoZW4gZGV2aWNlIGlzIHJlYWR5LlxuICAgICAgICBjb25zdCBvYnMgPSBmcm9tKHRoaXMuZGV2aWNlU2VydmljZS53aGVuUmVhZHkoKVxuICAgICAgICAgICAgLnRoZW4oKCkgPT4gZXhlY3V0ZVByb21pc2VDaGFpbih0aGlzLmdldEludGVyY2VwdG9ycygpLCBbZGF0YV0pKSk7XG4gICAgICAgIHJldHVybiBvYnMucGlwZShtZXJnZU1hcCgoKSA9PiB7XG4gICAgICAgICAgICByZXR1cm4gbmV4dC5oYW5kbGUoZGF0YS5yZXF1ZXN0KTtcbiAgICAgICAgfSkpO1xuICAgIH1cblxuICAgIHByaXZhdGUgZ2V0SW50ZXJjZXB0b3JzKCkge1xuICAgICAgICByZXR1cm4gdGhpcy5yZXF1ZXN0SW50ZXJjZXB0b3JzLm1hcChpID0+IHtcbiAgICAgICAgICAgIHJldHVybiAoZGF0YSkgPT4gaS5pbnRlcmNlcHQoZGF0YS5yZXF1ZXN0KS50aGVuKHJlcSA9PiBkYXRhLnJlcXVlc3QgPSByZXEpO1xuICAgICAgICB9KTtcbiAgICB9XG5cbiAgICBwcml2YXRlIG9uSHR0cEVycm9yKHJlc3BvbnNlOiBIdHRwUmVzcG9uc2U8YW55Pikge1xuICAgICAgICBpZiAoaGFzQ29yZG92YVxuICAgICAgICAgICAgJiYgKCFyZXNwb25zZSB8fCAhcmVzcG9uc2Uuc3RhdHVzIHx8IHJlc3BvbnNlLnN0YXR1cyA8IDAgfHwgcmVzcG9uc2Uuc3RhdHVzID09PSA0MDQpXG4gICAgICAgICAgICAmJiAodGhpcy5uZXR3b3JrU2VydmljZS5pc0Nvbm5lY3RlZCgpKSkge1xuICAgICAgICAgICAgdGhpcy5uZXR3b3JrU2VydmljZS5pc0F2YWlsYWJsZSh0cnVlKTtcbiAgICAgICAgfVxuICAgIH1cbn1cblxuY2xhc3MgU2VydmljZUNhbGxJbnRlcmNlcHRvciBpbXBsZW1lbnRzIFJlcXVlc3RJbnRlcmNlcHRvciB7XG5cbiAgICBwcml2YXRlIHN0YXRpYyBSRU1PVEVfU0VSVklDRV9VUkxfUEFUVEVSTlMgPSBbXG4gICAgICAgIG5ldyBSZWdFeHAoJ14oKC4vKXwvKT9zZXJ2aWNlcy8nKSxcbiAgICAgICAgbmV3IFJlZ0V4cCgnal9zcHJpbmdfc2VjdXJpdHlfY2hlY2snKSxcbiAgICAgICAgbmV3IFJlZ0V4cCgnal9zcHJpbmdfc2VjdXJpdHlfbG9nb3V0JylcbiAgICBdO1xuXG4gICAgY29uc3RydWN0b3IocHJpdmF0ZSBhcHA6IEFwcCkge31cblxuICAgIHB1YmxpYyBpbnRlcmNlcHQocmVxdWVzdDogSHR0cFJlcXVlc3Q8YW55Pik6IFByb21pc2U8SHR0cFJlcXVlc3Q8YW55Pj4ge1xuICAgICAgICBsZXQgbW9kaWZpZWRSZXF1ZXN0ID0gcmVxdWVzdDtcbiAgICAgICAgbGV0IHVybCA9IHJlcXVlc3QudXJsO1xuICAgICAgICAvLyBpZiBuZWNlc3NhcnksIHByZXBlbmQgZGVwbG95ZWQgdXJsXG4gICAgICAgIGlmICh1cmwuaW5kZXhPZignOi8vJykgPCAwXG4gICAgICAgICAgICAmJiBTZXJ2aWNlQ2FsbEludGVyY2VwdG9yLlJFTU9URV9TRVJWSUNFX1VSTF9QQVRURVJOUy5maW5kKHIgPT4gci50ZXN0KHVybCkpKSB7XG4gICAgICAgICAgICB1cmwgPSB0aGlzLmFwcC5kZXBsb3llZFVybCArIHVybDtcbiAgICAgICAgfVxuICAgICAgICB1cmwgPSByZW1vdmVFeHRyYVNsYXNoZXModXJsKTtcbiAgICAgICAgaWYgKHVybCAhPT0gcmVxdWVzdC51cmwpIHtcbiAgICAgICAgICAgIG1vZGlmaWVkUmVxdWVzdCA9IHJlcXVlc3QuY2xvbmUoe1xuICAgICAgICAgICAgICAgIHVybDogdXJsXG4gICAgICAgICAgICB9KTtcbiAgICAgICAgfVxuICAgICAgICByZXR1cm4gUHJvbWlzZS5yZXNvbHZlKG1vZGlmaWVkUmVxdWVzdCk7XG4gICAgfVxuXG59XG5cbmNsYXNzIFNlY3VyaXR5SW50ZXJjZXB0b3IgaW1wbGVtZW50cyBSZXF1ZXN0SW50ZXJjZXB0b3Ige1xuXG4gICAgcHJpdmF0ZSBpbml0aWFsaXplZCA9IGZhbHNlO1xuICAgIHByaXZhdGUgc3RhdGljIFBBR0VfVVJMX1BBVFRFUk4gPSBuZXcgUmVnRXhwKCdwYWdlLm1pbi5qc29uJCcpO1xuICAgIHByaXZhdGUgc3RhdGljIFBSRUZBQl9VUkxfUEFUVEVSTiA9IG5ldyBSZWdFeHAoJ15hcHAvcHJlZmFicy8uKi9wYWdlLm1pbi5qc29uJCcpO1xuICAgIHByaXZhdGUgcHVibGljUGFnZXM7XG5cbiAgICBjb25zdHJ1Y3Rvcihwcml2YXRlIGFwcDogQXBwLCBwcml2YXRlIGZpbGU6IEZpbGUsIHByaXZhdGUgc2VjdXJpdHlTZXJ2aWNlOiBTZWN1cml0eVNlcnZpY2UpIHt9XG5cbiAgICBwdWJsaWMgaW50ZXJjZXB0KHJlcXVlc3Q6IEh0dHBSZXF1ZXN0PGFueT4pOiBQcm9taXNlPEh0dHBSZXF1ZXN0PGFueT4+IHtcbiAgICAgICAgcmV0dXJuIG5ldyBQcm9taXNlPEh0dHBSZXF1ZXN0PGFueT4+KChyZXNvbHZlLCByZWplY3QpID0+IHtcbiAgICAgICAgICAgIGlmICghU2VjdXJpdHlJbnRlcmNlcHRvci5QUkVGQUJfVVJMX1BBVFRFUk4udGVzdChyZXF1ZXN0LnVybCkgXG4gICAgICAgICAgICAgICAgJiYgU2VjdXJpdHlJbnRlcmNlcHRvci5QQUdFX1VSTF9QQVRURVJOLnRlc3QocmVxdWVzdC51cmwpKSB7XG4gICAgICAgICAgICAgICAgcmV0dXJuIFByb21pc2UucmVzb2x2ZSgpLnRoZW4oKCkgPT4ge1xuICAgICAgICAgICAgICAgICAgICBpZiAoIXRoaXMuaW5pdGlhbGl6ZWQpIHtcbiAgICAgICAgICAgICAgICAgICAgICAgIHJldHVybiB0aGlzLmluaXQoKTtcbiAgICAgICAgICAgICAgICAgICAgfVxuICAgICAgICAgICAgICAgIH0pLnRoZW4oKCkgPT4ge1xuICAgICAgICAgICAgICAgICAgICBjb25zdCB1cmxTcGxpdHMgPSBfLnNwbGl0KHJlcXVlc3QudXJsLCAnLycpO1xuICAgICAgICAgICAgICAgICAgICBjb25zdCBwYWdlTmFtZSA9IHVybFNwbGl0c1t1cmxTcGxpdHMubGVuZ3RoIC0gMl07XG4gICAgICAgICAgICAgICAgICAgIGlmICghdGhpcy5wdWJsaWNQYWdlcyB8fCB0aGlzLnB1YmxpY1BhZ2VzW3BhZ2VOYW1lXSkge1xuICAgICAgICAgICAgICAgICAgICAgICAgcmV0dXJuIFByb21pc2UucmVzb2x2ZShyZXF1ZXN0KTtcbiAgICAgICAgICAgICAgICAgICAgfSBlbHNlIHtcbiAgICAgICAgICAgICAgICAgICAgICAgIHRoaXMuc2VjdXJpdHlTZXJ2aWNlLmdldENvbmZpZyhjb25maWcgPT4ge1xuICAgICAgICAgICAgICAgICAgICAgICAgICAgIGlmICghY29uZmlnLnNlY3VyaXR5RW5hYmxlZCB8fCBjb25maWcuYXV0aGVudGljYXRlZCkge1xuICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICByZXNvbHZlKHJlcXVlc3QpO1xuICAgICAgICAgICAgICAgICAgICAgICAgICAgIH0gZWxzZSB7XG4gICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgIHJlamVjdChgUGFnZSAnJHtwYWdlTmFtZX0nIGlzIG5vdCBhY2Nlc3NpYmxlIHRvIHRoZSB1c2VyLmApO1xuICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICB0aGlzLmFwcC5ub3RpZnkoJ2h0dHA0MDEnLCB7IHBhZ2U6IHBhZ2VOYW1lfSk7XG4gICAgICAgICAgICAgICAgICAgICAgICAgICAgfVxuICAgICAgICAgICAgICAgICAgICAgICAgfSwgKCkgPT4gcmVqZWN0KGBTZWN1cml0eSBjYWxsIGZhaWxlZC5gKSk7XG4gICAgICAgICAgICAgICAgICAgIH1cbiAgICAgICAgICAgICAgICAgICAgcmV0dXJuIFByb21pc2UucmVzb2x2ZShyZXF1ZXN0KTtcbiAgICAgICAgICAgICAgICB9KS50aGVuKHJlc29sdmUsIHJlamVjdCk7XG4gICAgICAgICAgICB9XG4gICAgICAgICAgICByZXR1cm4gcmVzb2x2ZShyZXF1ZXN0KTtcbiAgICAgICAgfSk7XG4gICAgfVxuXG4gICAgLyoqXG4gICAgICogbG9hZHMgcHVibGljIHBhZ2VzIGZyb20gJ21ldGFkYXRhL2FwcC9wdWJsaWMtcGFnZXMuaW5mbycgYW5kIG92ZXJyaWRlcyBjYW5BY2Nlc3MgbWV0aG9kIFNlY3VyaXR5U2VydmljZVxuICAgICAqL1xuICAgIHByaXZhdGUgaW5pdCgpOiBQcm9taXNlPGFueT4ge1xuICAgICAgICBjb25zdCBmb2xkZXJQYXRoID0gY29yZG92YS5maWxlLmFwcGxpY2F0aW9uRGlyZWN0b3J5ICsgJ3d3dy9tZXRhZGF0YS9hcHAnLFxuICAgICAgICAgICAgZmlsZU5hbWUgPSAncHVibGljLXBhZ2VzLmpzb24nO1xuICAgICAgICByZXR1cm4gdGhpcy5maWxlLnJlYWRBc1RleHQoZm9sZGVyUGF0aCwgZmlsZU5hbWUpLnRoZW4odGV4dCA9PiB7XG4gICAgICAgICAgICBpZiAoIXRoaXMuaW5pdGlhbGl6ZWQpIHtcbiAgICAgICAgICAgICAgICB0aGlzLnB1YmxpY1BhZ2VzID0ge307XG4gICAgICAgICAgICAgICAgdGhpcy5pbml0aWFsaXplZCA9IHRydWU7XG4gICAgICAgICAgICAgICAgXy5mb3JFYWNoKEpTT04ucGFyc2UodGV4dCksIHBhZ2VOYW1lID0+IHRoaXMucHVibGljUGFnZXNbcGFnZU5hbWVdID0gdHJ1ZSk7XG4gICAgICAgICAgICB9XG4gICAgICAgIH0pLmNhdGNoKCgpID0+IHtcbiAgICAgICAgICAgIHRoaXMuaW5pdGlhbGl6ZWQgPSB0cnVlO1xuICAgICAgICB9KTtcbiAgICB9XG59XG4iXX0=
|
|
@@ -70,7 +70,7 @@ export class WebProcessService {
|
|
|
70
70
|
static { this.ɵfac = function WebProcessService_Factory(t) { return new (t || WebProcessService)(i0.ɵɵinject(i1.App), i0.ɵɵinject(i1.AbstractHttpService), i0.ɵɵinject(i2.ExtAppMessageService)); }; }
|
|
71
71
|
static { this.ɵprov = /*@__PURE__*/ i0.ɵɵdefineInjectable({ token: WebProcessService, factory: WebProcessService.ɵfac }); }
|
|
72
72
|
}
|
|
73
|
-
(()
|
|
73
|
+
(function () { (typeof ngDevMode === "undefined" || ngDevMode) && i0.ɵsetClassMetadata(WebProcessService, [{
|
|
74
74
|
type: Injectable
|
|
75
|
-
}], ()
|
|
76
|
-
//# sourceMappingURL=data:application/json;base64,
|
|
75
|
+
}], function () { return [{ type: i1.App }, { type: i1.AbstractHttpService }, { type: i2.ExtAppMessageService }]; }, null); })();
|
|
76
|
+
//# sourceMappingURL=data:application/json;base64,eyJ2ZXJzaW9uIjozLCJmaWxlIjoid2VicHJvY2Vzcy5zZXJ2aWNlLmpzIiwic291cmNlUm9vdCI6IiIsInNvdXJjZXMiOlsiLi4vLi4vLi4vLi4vLi4vcHJvamVjdHMvbW9iaWxlL3J1bnRpbWUvc3JjL3NlcnZpY2VzL3dlYnByb2Nlc3Muc2VydmljZS50cyJdLCJuYW1lcyI6W10sIm1hcHBpbmdzIjoiQUFBQSxPQUFPLEVBQUUsVUFBVSxFQUFFLE1BQU0sZUFBZSxDQUFDO0FBRTNDLE9BQU8sRUFBRSxHQUFHLEVBQUUsbUJBQW1CLEVBQUUsTUFBTSxVQUFVLENBQUM7QUFDcEQsT0FBTyxFQUFFLG9CQUFvQixFQUFFLE1BQU0saUJBQWlCLENBQUM7Ozs7QUFLdkQsTUFBTSxPQUFPLGlCQUFpQjtJQUUxQixZQUNZLEdBQVEsRUFDUixXQUFnQyxFQUNoQyxvQkFBMEM7UUFGMUMsUUFBRyxHQUFILEdBQUcsQ0FBSztRQUNSLGdCQUFXLEdBQVgsV0FBVyxDQUFxQjtRQUNoQyx5QkFBb0IsR0FBcEIsb0JBQW9CLENBQXNCO0lBQ25ELENBQUM7SUFFRyxPQUFPLENBQUMsT0FBZSxFQUFFLE9BQWUsRUFBRSxnQkFBZ0IsR0FBRyxLQUFLO1FBQ3JFLE9BQU8sSUFBSSxDQUFDLFdBQVcsQ0FBQyxHQUFHLENBQUMsNENBQTRDLE9BQU8sWUFBWSxPQUFPLDJCQUEyQixDQUFDO2FBQ3pILElBQUksQ0FBQyxDQUFDLFdBQVcsRUFBRSxFQUFFO1lBQ2xCLElBQUksZ0JBQWdCLEVBQUU7Z0JBQ2xCLE9BQU8sSUFBSSxDQUFDLHdCQUF3QixDQUFDLFdBQVcsQ0FBQyxDQUFDO2FBQ3JEO2lCQUFNO2dCQUNILE9BQU8sSUFBSSxDQUFDLHVCQUF1QixDQUFDLFdBQVcsRUFBRSxPQUFPLENBQUMsQ0FBQzthQUM3RDtRQUNMLENBQUMsQ0FBQyxDQUFDLElBQUksQ0FBQyxNQUFNLENBQUMsRUFBRTtZQUNiLE9BQU8sSUFBSSxDQUFDLFdBQVcsQ0FBQyxHQUFHLENBQUMsaURBQWlELEdBQUcsTUFBTSxDQUFDLENBQUM7UUFDNUYsQ0FBQyxDQUFDLENBQUM7SUFDWCxDQUFDO0lBRU8sd0JBQXdCLENBQUMsV0FBbUI7UUFDaEQsT0FBTyxJQUFJLE9BQU8sQ0FBQyxDQUFDLE9BQU8sRUFBRSxFQUFFO1lBQzNCLE1BQU0sV0FBVyxHQUFHLDRCQUE0QixDQUFDO1lBQ2pELE1BQU0sVUFBVSxHQUFHLElBQUksQ0FBQyxvQkFBb0IsQ0FBQyxTQUFTLENBQUMsV0FBVyxFQUFFLE9BQU8sQ0FBQyxFQUFFO2dCQUMxRSxPQUFPLENBQUMsT0FBTyxDQUFDLElBQUksQ0FBQyxnQkFBZ0IsQ0FBQyxDQUFDLENBQUM7Z0JBQ3hDLFVBQVUsRUFBRSxDQUFDO1lBQ2pCLENBQUMsQ0FBQyxDQUFDO1lBQ0gsTUFBTSxDQUFDLElBQUksQ0FBQyxJQUFJLENBQUMsR0FBRyxDQUFDLFdBQVcsR0FBRyxvQ0FBb0MsR0FBRyxrQkFBa0IsQ0FBQyxXQUFXLENBQUMsRUFBRSxTQUFTLENBQUMsQ0FBQztRQUMxSCxDQUFDLENBQUMsQ0FBQztJQUNQLENBQUM7SUFFTyx1QkFBdUIsQ0FBQyxXQUFtQixFQUFFLE9BQWU7UUFDaEUsT0FBTyxJQUFJLE9BQU8sQ0FBQyxDQUFDLE9BQU8sRUFBRSxNQUFNLEVBQUUsRUFBRTtZQUNuQyxNQUFNLEdBQUcsR0FBRyxPQUFPLENBQUMsWUFBWSxDQUFDLElBQUksQ0FBQyxJQUFJLENBQUMsR0FBRyxDQUFDLFdBQVcsR0FBRyxvQ0FBb0MsR0FBRyxrQkFBa0IsQ0FBQyxXQUFXLENBQUMsRUFBRSxRQUFRLEVBQUUsNkJBQTZCLENBQUMsQ0FBQztZQUM5SyxJQUFJLFNBQVMsR0FBRyxLQUFLLENBQUM7WUFDdEIsR0FBRyxDQUFDLGdCQUFnQixDQUFDLFVBQVUsRUFBRSxHQUFHLEVBQUU7Z0JBQ2xDLEdBQUcsQ0FBQyxhQUFhLENBQUMsRUFBRSxJQUFJLEVBQUUsSUFBSSxDQUFDLGlCQUFpQixDQUFDLE9BQU8sQ0FBQyxFQUFDLEVBQUUsTUFBTSxDQUFDLEVBQUU7b0JBQ2pFLElBQUksTUFBTSxJQUFJLE1BQU0sQ0FBQyxDQUFDLENBQUMsRUFBRTt3QkFDckIsU0FBUyxHQUFHLElBQUksQ0FBQzt3QkFDakIsR0FBRyxDQUFDLEtBQUssRUFBRSxDQUFDO3dCQUNaLE9BQU8sQ0FBQyxNQUFNLENBQUMsQ0FBQyxDQUFDLENBQUMsQ0FBQztxQkFDdEI7Z0JBQ0wsQ0FBQyxDQUFDLENBQUM7WUFDUCxDQUFDLENBQUMsQ0FBQztZQUNILEdBQUcsQ0FBQyxnQkFBZ0IsQ0FBQyxNQUFNLEVBQUUsR0FBRyxFQUFFO2dCQUM5QixJQUFJLENBQUMsU0FBUyxFQUFFO29CQUNaLE1BQU0sQ0FBQywwQkFBMEIsQ0FBQyxDQUFDO2lCQUN0QztZQUNMLENBQUMsQ0FBQyxDQUFDO1FBQ1AsQ0FBQyxDQUFDLENBQUM7SUFDUCxDQUFDO0lBRU8saUJBQWlCLENBQUMsT0FBZTtRQUNyQyxPQUFPOzs7Ozt1RUFLd0QsT0FBTzs7Ozs7O1NBTXJFLENBQUM7SUFDTixDQUFDO2tGQWxFUSxpQkFBaUI7dUVBQWpCLGlCQUFpQixXQUFqQixpQkFBaUI7O3VGQUFqQixpQkFBaUI7Y0FEN0IsVUFBVSIsInNvdXJjZXNDb250ZW50IjpbImltcG9ydCB7IEluamVjdGFibGUgfSBmcm9tICdAYW5ndWxhci9jb3JlJztcblxuaW1wb3J0IHsgQXBwLCBBYnN0cmFjdEh0dHBTZXJ2aWNlIH0gZnJvbSAnQHdtL2NvcmUnO1xuaW1wb3J0IHsgRXh0QXBwTWVzc2FnZVNlcnZpY2UgfSBmcm9tICdAd20vbW9iaWxlL2NvcmUnO1xuXG5kZWNsYXJlIGNvbnN0IGNvcmRvdmE7XG5cbkBJbmplY3RhYmxlKClcbmV4cG9ydCBjbGFzcyBXZWJQcm9jZXNzU2VydmljZSB7XG5cbiAgICBjb25zdHJ1Y3RvcihcbiAgICAgICAgcHJpdmF0ZSBhcHA6IEFwcCxcbiAgICAgICAgcHJpdmF0ZSBodHRwU2VydmljZTogQWJzdHJhY3RIdHRwU2VydmljZSxcbiAgICAgICAgcHJpdmF0ZSBleHRBcHBNZXNzYWdlU2VydmljZTogRXh0QXBwTWVzc2FnZVNlcnZpY2VcbiAgICApIHt9XG5cbiAgICBwdWJsaWMgZXhlY3V0ZShwcm9jZXNzOiBzdHJpbmcsIGhvb2tVcmw6IHN0cmluZywgdXNlU3lzdGVtQnJvd3NlciA9IGZhbHNlKTogUHJvbWlzZTxhbnk+IHtcbiAgICAgICAgcmV0dXJuIHRoaXMuaHR0cFNlcnZpY2UuZ2V0KGAvc2VydmljZXMvd2VicHJvY2Vzcy9wcmVwYXJlP3Byb2Nlc3NOYW1lPSR7cHJvY2Vzc30maG9va1VybD0ke2hvb2tVcmx9JnJlcXVlc3RTb3VyY2VUeXBlPU1PQklMRWApXG4gICAgICAgICAgICAudGhlbigocHJvY2Vzc0luZm8pID0+IHtcbiAgICAgICAgICAgICAgICBpZiAodXNlU3lzdGVtQnJvd3Nlcikge1xuICAgICAgICAgICAgICAgICAgICByZXR1cm4gdGhpcy5leGVjdXRlV2l0aFN5c3RlbUJyb3dzZXIocHJvY2Vzc0luZm8pO1xuICAgICAgICAgICAgICAgIH0gZWxzZSB7XG4gICAgICAgICAgICAgICAgICAgIHJldHVybiB0aGlzLmV4ZWN1dGVXaXRoSW5BcHBCcm93c2VyKHByb2Nlc3NJbmZvLCBwcm9jZXNzKTtcbiAgICAgICAgICAgICAgICB9XG4gICAgICAgICAgICB9KS50aGVuKG91dHB1dCA9PiB7XG4gICAgICAgICAgICAgICAgcmV0dXJuIHRoaXMuaHR0cFNlcnZpY2UuZ2V0KCcvc2VydmljZXMvd2VicHJvY2Vzcy9kZWNvZGU/ZW5jb2RlZFByb2Nlc3NkYXRhPScgKyBvdXRwdXQpO1xuICAgICAgICAgICAgfSk7XG4gICAgfVxuXG4gICAgcHJpdmF0ZSBleGVjdXRlV2l0aFN5c3RlbUJyb3dzZXIocHJvY2Vzc0luZm86IHN0cmluZyk6IFByb21pc2U8YW55PiB7XG4gICAgICAgIHJldHVybiBuZXcgUHJvbWlzZSgocmVzb2x2ZSkgPT4ge1xuICAgICAgICAgICAgY29uc3Qgb2F1dGhBZHJlc3MgPSAnXnNlcnZpY2VzL3dlYnByb2Nlc3MvTE9HSU4nO1xuICAgICAgICAgICAgY29uc3QgZGVyZWdpc3RlciA9IHRoaXMuZXh0QXBwTWVzc2FnZVNlcnZpY2Uuc3Vic2NyaWJlKG9hdXRoQWRyZXNzLCBtZXNzYWdlID0+IHtcbiAgICAgICAgICAgICAgICByZXNvbHZlKG1lc3NhZ2UuZGF0YVsncHJvY2Vzc19vdXRwdXQnXSk7XG4gICAgICAgICAgICAgICAgZGVyZWdpc3RlcigpO1xuICAgICAgICAgICAgfSk7XG4gICAgICAgICAgICB3aW5kb3cub3Blbih0aGlzLmFwcC5kZXBsb3llZFVybCArICdzZXJ2aWNlcy93ZWJwcm9jZXNzL3N0YXJ0P3Byb2Nlc3M9JyArIGVuY29kZVVSSUNvbXBvbmVudChwcm9jZXNzSW5mbyksICdfc3lzdGVtJyk7XG4gICAgICAgIH0pO1xuICAgIH1cblxuICAgIHByaXZhdGUgZXhlY3V0ZVdpdGhJbkFwcEJyb3dzZXIocHJvY2Vzc0luZm86IHN0cmluZywgcHJvY2Vzczogc3RyaW5nKTogUHJvbWlzZTxhbnk+IHtcbiAgICAgICAgcmV0dXJuIG5ldyBQcm9taXNlKChyZXNvbHZlLCByZWplY3QpID0+IHtcbiAgICAgICAgICAgIGNvbnN0IHJlZiA9IGNvcmRvdmEuSW5BcHBCcm93c2VyLm9wZW4odGhpcy5hcHAuZGVwbG95ZWRVcmwgKyAnc2VydmljZXMvd2VicHJvY2Vzcy9zdGFydD9wcm9jZXNzPScgKyBlbmNvZGVVUklDb21wb25lbnQocHJvY2Vzc0luZm8pLCAnX2JsYW5rJywgJ2xvY2F0aW9uPXllcyxjbGVhcmNhY2hlPXllcycpO1xuICAgICAgICAgICAgbGV0IGlzU3VjY2VzcyA9IGZhbHNlO1xuICAgICAgICAgICAgcmVmLmFkZEV2ZW50TGlzdGVuZXIoJ2xvYWRzdG9wJywgKCkgPT4ge1xuICAgICAgICAgICAgICAgIHJlZi5leGVjdXRlU2NyaXB0KHsgY29kZTogdGhpcy5nZXRTY3JpcHRUb0luamVjdChwcm9jZXNzKX0sIG91dHB1dCA9PiB7XG4gICAgICAgICAgICAgICAgICAgIGlmIChvdXRwdXQgJiYgb3V0cHV0WzBdKSB7XG4gICAgICAgICAgICAgICAgICAgICAgICBpc1N1Y2Nlc3MgPSB0cnVlO1xuICAgICAgICAgICAgICAgICAgICAgICAgcmVmLmNsb3NlKCk7XG4gICAgICAgICAgICAgICAgICAgICAgICByZXNvbHZlKG91dHB1dFswXSk7XG4gICAgICAgICAgICAgICAgICAgIH1cbiAgICAgICAgICAgICAgICB9KTtcbiAgICAgICAgICAgIH0pO1xuICAgICAgICAgICAgcmVmLmFkZEV2ZW50TGlzdGVuZXIoJ2V4aXQnLCAoKSA9PiB7XG4gICAgICAgICAgICAgICAgaWYgKCFpc1N1Y2Nlc3MpIHtcbiAgICAgICAgICAgICAgICAgICAgcmVqZWN0KCdMb2dpbiBwcm9jZXNzIGlzIHN0b3BwZWQnKTtcbiAgICAgICAgICAgICAgICB9XG4gICAgICAgICAgICB9KTtcbiAgICAgICAgfSk7XG4gICAgfVxuXG4gICAgcHJpdmF0ZSBnZXRTY3JpcHRUb0luamVjdChwcm9jZXNzOiBzdHJpbmcpOiBzdHJpbmcge1xuICAgICAgICByZXR1cm4gYFxuICAgICAgICAgICAgKGZ1bmN0aW9uKCkge1xuICAgICAgICAgICAgICAgIHZhciBlbGVtZW50cyA9IGRvY3VtZW50LnF1ZXJ5U2VsZWN0b3JBbGwoJ2JvZHkuZmxleD5hLmxpbmsnKTtcbiAgICAgICAgICAgICAgICBmb3IgKHZhciBpID0gMDsgaSA8IGVsZW1lbnRzLmxlbmd0aDsgaSsrKSB7XG4gICAgICAgICAgICAgICAgICAgIHZhciBocmVmID0gZWxlbWVudHNbaV0uaHJlZjtcbiAgICAgICAgICAgICAgICAgICAgaWYgKGhyZWYgJiYgaHJlZi5pbmRleE9mKCc6Ly9zZXJ2aWNlcy93ZWJwcm9jZXNzLyR7cHJvY2Vzc30/cHJvY2Vzc19vdXRwdXQ9JykpIHtcbiAgICAgICAgICAgICAgICAgICAgICAgIHJldHVybiBocmVmLnNwbGl0KCdwcm9jZXNzX291dHB1dD0nKVsxXTtcbiAgICAgICAgICAgICAgICAgICAgfVxuICAgICAgICAgICAgICAgIH1cbiAgICAgICAgICAgICAgICB3aW5kb3cuaXNXZWJMb2dpblByb2Nlc3MgPSB0cnVlO1xuICAgICAgICAgICAgfSkoKTtcbiAgICAgICAgYDtcbiAgICB9XG59XG4iXX0=
|
|
@@ -161,7 +161,7 @@ class CookieService {
|
|
|
161
161
|
static { this.ɵfac = function CookieService_Factory(t) { return new (t || CookieService)(); }; }
|
|
162
162
|
static { this.ɵprov = /*@__PURE__*/ i0.ɵɵdefineInjectable({ token: CookieService, factory: CookieService.ɵfac, providedIn: 'root' }); }
|
|
163
163
|
}
|
|
164
|
-
(()
|
|
164
|
+
(function () { (typeof ngDevMode === "undefined" || ngDevMode) && i0.ɵsetClassMetadata(CookieService, [{
|
|
165
165
|
type: Injectable,
|
|
166
166
|
args: [{
|
|
167
167
|
providedIn: 'root'
|
|
@@ -202,7 +202,7 @@ class AppExtComponent {
|
|
|
202
202
|
i0.ɵɵelementContainerEnd();
|
|
203
203
|
} }, dependencies: [i1.AppUpdateComponent, i1.FileBrowserComponent, i1.NetworkInfoToasterComponent, i1.ProcessManagerComponent], encapsulation: 2 }); }
|
|
204
204
|
}
|
|
205
|
-
(()
|
|
205
|
+
(function () { (typeof ngDevMode === "undefined" || ngDevMode) && i0.ɵsetClassMetadata(AppExtComponent, [{
|
|
206
206
|
type: Component,
|
|
207
207
|
args: [{
|
|
208
208
|
selector: '[wmAppExt]',
|
|
@@ -213,14 +213,13 @@ class AppExtComponent {
|
|
|
213
213
|
<div wmProcessManager></div>
|
|
214
214
|
</ng-container>`
|
|
215
215
|
}]
|
|
216
|
-
}], ()
|
|
216
|
+
}], function () { return [{ type: i0.ElementRef }, { type: i1.FileSelectorService }, { type: i1.ProcessManagementService }]; }, { fileBrowserComponent: [{
|
|
217
217
|
type: ViewChild,
|
|
218
218
|
args: [FileBrowserComponent]
|
|
219
219
|
}], processManagerComponent: [{
|
|
220
220
|
type: ViewChild,
|
|
221
221
|
args: [ProcessManagerComponent]
|
|
222
222
|
}] }); })();
|
|
223
|
-
(() => { (typeof ngDevMode === "undefined" || ngDevMode) && i0.ɵsetClassDebugInfo(AppExtComponent, { className: "AppExtComponent", filePath: "components/app-ext.component.ts", lineNumber: 15 }); })();
|
|
224
223
|
|
|
225
224
|
class MobileHttpInterceptor {
|
|
226
225
|
constructor(app, file, deviceFileDownloadService, deviceService, networkService, securityService) {
|
|
@@ -268,9 +267,9 @@ class MobileHttpInterceptor {
|
|
|
268
267
|
static { this.ɵfac = function MobileHttpInterceptor_Factory(t) { return new (t || MobileHttpInterceptor)(i0.ɵɵinject(i1$1.App), i0.ɵɵinject(i2.File), i0.ɵɵinject(i3.DeviceFileDownloadService), i0.ɵɵinject(i3.DeviceService), i0.ɵɵinject(i3.NetworkService), i0.ɵɵinject(i4.SecurityService)); }; }
|
|
269
268
|
static { this.ɵprov = /*@__PURE__*/ i0.ɵɵdefineInjectable({ token: MobileHttpInterceptor, factory: MobileHttpInterceptor.ɵfac }); }
|
|
270
269
|
}
|
|
271
|
-
(()
|
|
270
|
+
(function () { (typeof ngDevMode === "undefined" || ngDevMode) && i0.ɵsetClassMetadata(MobileHttpInterceptor, [{
|
|
272
271
|
type: Injectable
|
|
273
|
-
}], ()
|
|
272
|
+
}], function () { return [{ type: i1$1.App }, { type: i2.File }, { type: i3.DeviceFileDownloadService }, { type: i3.DeviceService }, { type: i3.NetworkService }, { type: i4.SecurityService }]; }, null); })();
|
|
274
273
|
class ServiceCallInterceptor {
|
|
275
274
|
static { this.REMOTE_SERVICE_URL_PATTERNS = [
|
|
276
275
|
new RegExp('^((./)|/)?services/'),
|
|
@@ -420,9 +419,9 @@ class WebProcessService {
|
|
|
420
419
|
static { this.ɵfac = function WebProcessService_Factory(t) { return new (t || WebProcessService)(i0.ɵɵinject(i1$1.App), i0.ɵɵinject(i1$1.AbstractHttpService), i0.ɵɵinject(i3.ExtAppMessageService)); }; }
|
|
421
420
|
static { this.ɵprov = /*@__PURE__*/ i0.ɵɵdefineInjectable({ token: WebProcessService, factory: WebProcessService.ɵfac }); }
|
|
422
421
|
}
|
|
423
|
-
(()
|
|
422
|
+
(function () { (typeof ngDevMode === "undefined" || ngDevMode) && i0.ɵsetClassMetadata(WebProcessService, [{
|
|
424
423
|
type: Injectable
|
|
425
|
-
}], ()
|
|
424
|
+
}], function () { return [{ type: i1$1.App }, { type: i1$1.AbstractHttpService }, { type: i3.ExtAppMessageService }]; }, null); })();
|
|
426
425
|
|
|
427
426
|
const MAX_WAIT_TIME_4_OAUTH_MESSAGE = 60000;
|
|
428
427
|
const MINIMUM_TAB_WIDTH = 768;
|
|
@@ -681,7 +680,7 @@ class MobileRuntimeModule {
|
|
|
681
680
|
MobileNavbarModule,
|
|
682
681
|
TabBarModule] }); }
|
|
683
682
|
}
|
|
684
|
-
(()
|
|
683
|
+
(function () { (typeof ngDevMode === "undefined" || ngDevMode) && i0.ɵsetClassMetadata(MobileRuntimeModule, [{
|
|
685
684
|
type: NgModule,
|
|
686
685
|
args: [{
|
|
687
686
|
declarations: [
|
|
@@ -699,7 +698,7 @@ class MobileRuntimeModule {
|
|
|
699
698
|
],
|
|
700
699
|
bootstrap: []
|
|
701
700
|
}]
|
|
702
|
-
}], ()
|
|
701
|
+
}], function () { return [{ type: i1$1.App }, { type: CookieService }, { type: i3.DeviceFileOpenerService }, { type: i3.DeviceService }, { type: i4.SecurityService }, { type: i1$1.AbstractHttpService }, { type: i3.ExtAppMessageService }, { type: i3.NetworkService }, { type: WebProcessService }]; }, null); })();
|
|
703
702
|
(function () { (typeof ngJitMode === "undefined" || ngJitMode) && i0.ɵɵsetNgModuleScope(MobileRuntimeModule, { declarations: [AppExtComponent], imports: [MobileCoreModule,
|
|
704
703
|
VariablesModule,
|
|
705
704
|
BasicModule, BasicModule,
|
|
@@ -1 +1 @@
|
|
|
1
|
-
{"version":3,"file":"index.mjs","sources":["../../../../projects/mobile/runtime/src/services/cookie.service.ts","../../../../projects/mobile/runtime/src/components/app-ext.component.ts","../../../../projects/mobile/runtime/src/services/http-interceptor.service.ts","../../../../projects/mobile/runtime/src/services/webprocess.service.ts","../../../../projects/mobile/runtime/src/mobile-runtime.module.ts","../../../../projects/mobile/runtime/src/index.ts"],"sourcesContent":["import { Injectable } from '@angular/core';\n\nimport { IDeviceStartUpService } from '@wm/mobile/core';\nimport { isIos } from '@wm/core';\n\ndeclare const _;\n\nconst STORAGE_KEY = 'wavemaker.persistedcookies';\n\ninterface CookieInfo {\n hostname: string;\n name: string;\n value: string;\n}\n\n@Injectable({\n providedIn: 'root'\n})\nexport class CookieService implements IDeviceStartUpService {\n static readonly SERVICE_NAME = 'CookieService';\n private cookieInfo = {};\n\n public serviceName = 'CookeService';\n\n public persistCookie(hostname: string, cookieName: string, cookieValue?: string): Promise<void> {\n return new Promise<string>((resolve, reject) => {\n if (cookieValue) {\n resolve(cookieValue);\n } else {\n this.getCookie(hostname, cookieName)\n .then(data => resolve(data.cookieValue), reject);\n }\n }).then(value => {\n this.cookieInfo[hostname + '-' + cookieName] = {\n hostname: hostname.replace(/:[0-9]+/, ''),\n name: cookieName,\n value: this.rotateLTR(value)\n };\n localStorage.setItem(STORAGE_KEY, JSON.stringify(this.cookieInfo));\n });\n }\n\n public getCookie(hostname: string, cookieName: string): Promise<any> {\n return new Promise<any>((resolve, reject) => {\n if (isIos()) {\n const cookieString = window['cordova'].plugin.http.getCookieString(hostname);\n if (cookieString) {\n const at = cookieString.indexOf(cookieName);\n if (at >= 0) {\n const start = at + cookieName.length + 1;\n const end = cookieString.indexOf(';', start);\n const cookieValue = cookieString.substring(start, end >= 0 ? end : undefined);\n resolve({\n cookieValue: cookieValue\n });\n return;\n }\n }\n reject();\n } else {\n window['cookieEmperor'].getCookie(hostname, cookieName, resolve, reject);\n }\n });\n }\n\n public setCookie(hostname: string, cookieName: string, cookieValue: string): Promise<any> {\n return new Promise<void>((resolve, reject) => {\n if (isIos()) {\n const cookieString = cookieName + '=' + cookieValue;\n window['cordova'].plugin.http.setCookie(hostname, cookieString);\n resolve();\n } else {\n window['cookieEmperor'].setCookie(hostname, cookieName, cookieValue, resolve, reject);\n }\n });\n }\n\n public clearAll(): Promise<any> {\n return new Promise<any>((resolve, reject) => {\n if (isIos()) {\n window['cordova'].plugin.http.clearCookies();\n resolve('');\n } else {\n window['cookieEmperor'].clearAll(resolve, reject);\n }\n });\n }\n\n /**\n * Loads persisted cookies from local storage and adds them to the browser.\n * @returns {*}\n */\n public start(): Promise<any> {\n const cookieInfoStr = localStorage.getItem(STORAGE_KEY),\n promises = [];\n if (cookieInfoStr) {\n const cookieInfo = JSON.parse(cookieInfoStr) as Map<string, CookieInfo>;\n _.forEach(cookieInfo, c => {\n if (c.name && c.value) {\n promises.push(this.getCookie(c.hostname, c.name).catch(() => {\n return new Promise((resolve, reject) => {\n window['cookieEmperor'].setCookie(c.hostname, c.name, this.rotateRTL(c.value), resolve, reject);\n });\n }));\n }\n });\n }\n return Promise.all(promises);\n }\n\n public getServiceName() {\n return CookieService.SERVICE_NAME;\n }\n\n /**\n * Just rotates the given string exactly from 1/3 of string length in left to right direction.\n * @param str\n * @returns {string}\n */\n private rotateLTR(str: string): string {\n const arr = str.split(''),\n tArr = [],\n shift = Math.floor(str.length / 3);\n arr.forEach((v, i) => {\n tArr[(i + shift) % arr.length] = arr[i];\n });\n return tArr.join('');\n }\n\n /**\n * Just rotates the given string exactly from 1/3 of string length in right to left direction..\n * @param str\n * @returns {string}\n */\n private rotateRTL(str: string): string {\n const arr = str.split(''),\n tArr = [],\n shift = Math.floor(str.length / 3);\n arr.forEach((v, i) => {\n tArr[(arr.length + i - shift) % arr.length] = arr[i];\n });\n return tArr.join('');\n }\n}\n","import { AfterViewInit, Component, ElementRef, ViewChild } from '@angular/core';\n\nimport { hasCordova } from '@wm/core';\nimport { FileBrowserComponent, FileSelectorService, ProcessManagerComponent, ProcessManagementService } from '@wm/mobile/components/basic';\n\n@Component({\n selector: '[wmAppExt]',\n template: `<ng-container> \n <div wmNetworkInfoToaster></div>\n <div wmAppUpdate></div>\n <div wmMobileFileBrowser></div>\n <div wmProcessManager></div>\n </ng-container>`\n})\nexport class AppExtComponent implements AfterViewInit {\n\n @ViewChild(FileBrowserComponent) fileBrowserComponent: FileBrowserComponent;\n\n @ViewChild(ProcessManagerComponent) processManagerComponent: ProcessManagerComponent;\n\n constructor(\n private elRef: ElementRef,\n private fileSelectorService: FileSelectorService,\n private processManagementService: ProcessManagementService\n ) {}\n\n ngAfterViewInit() {\n const mobileElements = $(this.elRef.nativeElement).find('>[wmNetworkInfoToaster], >[wmAppUpdate], >[wmMobileFileBrowser]');\n const $body = $('body');\n if (hasCordova()) {\n mobileElements.appendTo($body);\n this.fileSelectorService.setFileBrowser(this.fileBrowserComponent);\n } else {\n mobileElements.remove();\n }\n $(this.elRef.nativeElement).find('>[wmProgressManager]').appendTo($body);\n this.processManagementService.setUIComponent(this.processManagerComponent);\n }\n}\n","import { HttpEvent, HttpHandler, HttpInterceptor, HttpRequest, HttpResponse } from '@angular/common/http';\nimport { Injectable } from '@angular/core';\n\nimport { File } from '@awesome-cordova-plugins/file/ngx';\nimport { from } from 'rxjs';\nimport { Observable, Subject } from 'rxjs';\nimport { mergeMap } from 'rxjs/operators';\n\nimport {\n App,\n executePromiseChain,\n getWmProjectProperties,\n hasCordova,\n removeExtraSlashes,\n} from '@wm/core';\nimport { DeviceFileDownloadService, DeviceService, NetworkService } from '@wm/mobile/core';\nimport { SecurityService } from '@wm/security';\nimport { CONSTANTS } from '@wm/variables';\n\ndeclare const cordova;\ndeclare const _;\n\ninterface RequestInterceptor {\n intercept(request: HttpRequest<any>): Promise<HttpRequest<any>>;\n}\n\n@Injectable()\nexport class MobileHttpInterceptor implements HttpInterceptor {\n\n private requestInterceptors: RequestInterceptor[] = [];\n\n public constructor(private app: App,\n file: File,\n deviceFileDownloadService: DeviceFileDownloadService,\n private deviceService: DeviceService,\n private networkService: NetworkService,\n securityService: SecurityService) {\n if (hasCordova()) {\n this.requestInterceptors.push(new SecurityInterceptor(app, file, securityService));\n this.requestInterceptors.push(new ServiceCallInterceptor(app));\n }\n }\n\n public intercept(request: HttpRequest<any>, next: HttpHandler): Observable<HttpEvent<any>> {\n const subject = new Subject<HttpEvent<any>>();\n const token = localStorage.getItem(CONSTANTS.XSRF_COOKIE_NAME);\n const xsrfHeaderName = getWmProjectProperties().xsrf_header_name;\n if (token \n && xsrfHeaderName\n && this.app.deployedUrl \n && (request.url.indexOf('://') < 0\n || request.url.startsWith(this.app.deployedUrl))) {\n \n // Clone the request to add the new header\n request = request.clone({ headers: request.headers.set(xsrfHeaderName, token) });\n }\n const data = {request: request};\n\n // invoke the request only when device is ready.\n const obs = from(this.deviceService.whenReady()\n .then(() => executePromiseChain(this.getInterceptors(), [data])));\n return obs.pipe(mergeMap(() => {\n return next.handle(data.request);\n }));\n }\n\n private getInterceptors() {\n return this.requestInterceptors.map(i => {\n return (data) => i.intercept(data.request).then(req => data.request = req);\n });\n }\n\n private onHttpError(response: HttpResponse<any>) {\n if (hasCordova\n && (!response || !response.status || response.status < 0 || response.status === 404)\n && (this.networkService.isConnected())) {\n this.networkService.isAvailable(true);\n }\n }\n}\n\nclass ServiceCallInterceptor implements RequestInterceptor {\n\n private static REMOTE_SERVICE_URL_PATTERNS = [\n new RegExp('^((./)|/)?services/'),\n new RegExp('j_spring_security_check'),\n new RegExp('j_spring_security_logout')\n ];\n\n constructor(private app: App) {}\n\n public intercept(request: HttpRequest<any>): Promise<HttpRequest<any>> {\n let modifiedRequest = request;\n let url = request.url;\n // if necessary, prepend deployed url\n if (url.indexOf('://') < 0\n && ServiceCallInterceptor.REMOTE_SERVICE_URL_PATTERNS.find(r => r.test(url))) {\n url = this.app.deployedUrl + url;\n }\n url = removeExtraSlashes(url);\n if (url !== request.url) {\n modifiedRequest = request.clone({\n url: url\n });\n }\n return Promise.resolve(modifiedRequest);\n }\n\n}\n\nclass SecurityInterceptor implements RequestInterceptor {\n\n private initialized = false;\n private static PAGE_URL_PATTERN = new RegExp('page.min.json$');\n private static PREFAB_URL_PATTERN = new RegExp('^app/prefabs/.*/page.min.json$');\n private publicPages;\n\n constructor(private app: App, private file: File, private securityService: SecurityService) {}\n\n public intercept(request: HttpRequest<any>): Promise<HttpRequest<any>> {\n return new Promise<HttpRequest<any>>((resolve, reject) => {\n if (!SecurityInterceptor.PREFAB_URL_PATTERN.test(request.url) \n && SecurityInterceptor.PAGE_URL_PATTERN.test(request.url)) {\n return Promise.resolve().then(() => {\n if (!this.initialized) {\n return this.init();\n }\n }).then(() => {\n const urlSplits = _.split(request.url, '/');\n const pageName = urlSplits[urlSplits.length - 2];\n if (!this.publicPages || this.publicPages[pageName]) {\n return Promise.resolve(request);\n } else {\n this.securityService.getConfig(config => {\n if (!config.securityEnabled || config.authenticated) {\n resolve(request);\n } else {\n reject(`Page '${pageName}' is not accessible to the user.`);\n this.app.notify('http401', { page: pageName});\n }\n }, () => reject(`Security call failed.`));\n }\n return Promise.resolve(request);\n }).then(resolve, reject);\n }\n return resolve(request);\n });\n }\n\n /**\n * loads public pages from 'metadata/app/public-pages.info' and overrides canAccess method SecurityService\n */\n private init(): Promise<any> {\n const folderPath = cordova.file.applicationDirectory + 'www/metadata/app',\n fileName = 'public-pages.json';\n return this.file.readAsText(folderPath, fileName).then(text => {\n if (!this.initialized) {\n this.publicPages = {};\n this.initialized = true;\n _.forEach(JSON.parse(text), pageName => this.publicPages[pageName] = true);\n }\n }).catch(() => {\n this.initialized = true;\n });\n }\n}\n","import { Injectable } from '@angular/core';\n\nimport { App, AbstractHttpService } from '@wm/core';\nimport { ExtAppMessageService } from '@wm/mobile/core';\n\ndeclare const cordova;\n\n@Injectable()\nexport class WebProcessService {\n\n constructor(\n private app: App,\n private httpService: AbstractHttpService,\n private extAppMessageService: ExtAppMessageService\n ) {}\n\n public execute(process: string, hookUrl: string, useSystemBrowser = false): Promise<any> {\n return this.httpService.get(`/services/webprocess/prepare?processName=${process}&hookUrl=${hookUrl}&requestSourceType=MOBILE`)\n .then((processInfo) => {\n if (useSystemBrowser) {\n return this.executeWithSystemBrowser(processInfo);\n } else {\n return this.executeWithInAppBrowser(processInfo, process);\n }\n }).then(output => {\n return this.httpService.get('/services/webprocess/decode?encodedProcessdata=' + output);\n });\n }\n\n private executeWithSystemBrowser(processInfo: string): Promise<any> {\n return new Promise((resolve) => {\n const oauthAdress = '^services/webprocess/LOGIN';\n const deregister = this.extAppMessageService.subscribe(oauthAdress, message => {\n resolve(message.data['process_output']);\n deregister();\n });\n window.open(this.app.deployedUrl + 'services/webprocess/start?process=' + encodeURIComponent(processInfo), '_system');\n });\n }\n\n private executeWithInAppBrowser(processInfo: string, process: string): Promise<any> {\n return new Promise((resolve, reject) => {\n const ref = cordova.InAppBrowser.open(this.app.deployedUrl + 'services/webprocess/start?process=' + encodeURIComponent(processInfo), '_blank', 'location=yes,clearcache=yes');\n let isSuccess = false;\n ref.addEventListener('loadstop', () => {\n ref.executeScript({ code: this.getScriptToInject(process)}, output => {\n if (output && output[0]) {\n isSuccess = true;\n ref.close();\n resolve(output[0]);\n }\n });\n });\n ref.addEventListener('exit', () => {\n if (!isSuccess) {\n reject('Login process is stopped');\n }\n });\n });\n }\n\n private getScriptToInject(process: string): string {\n return `\n (function() {\n var elements = document.querySelectorAll('body.flex>a.link');\n for (var i = 0; i < elements.length; i++) {\n var href = elements[i].href;\n if (href && href.indexOf('://services/webprocess/${process}?process_output=')) {\n return href.split('process_output=')[1];\n }\n }\n window.isWebLoginProcess = true;\n })();\n `;\n }\n}\n","import { HTTP_INTERCEPTORS } from '@angular/common/http';\nimport { ModuleWithProviders, 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 { File } from '@awesome-cordova-plugins/file/ngx';\nimport { FileOpener } from '@awesome-cordova-plugins/file-opener/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 { Network } from '@awesome-cordova-plugins/network/ngx';\nimport { SQLite } from '@awesome-cordova-plugins/sqlite/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 { CookieService } from './services/cookie.service';\n\nimport {\n App,\n AbstractHttpService,\n hasCordova,\n insertAfter,\n isIpad,\n isIphone,\n isIpod,\n isObject,\n loadScript,\n loadStyleSheet,\n noop,\n removeNode,\n getWmProjectProperties\n} from '@wm/core';\nimport { FileExtensionFromMimePipe } from '@wm/components/base';\nimport { DeviceFileOpenerService, DeviceService, ExtAppMessageService, MobileCoreModule, NetworkService } from '@wm/mobile/core';\nimport {OfflineModule, PushService, PushServiceImpl} from '@wm/mobile/offline';\nimport { SecurityService } from '@wm/security';\nimport { VariablesModule } from '@wm/mobile/variables';\nimport { $rootScope, CONSTANTS } from '@wm/variables';\nimport { BasicModule } from '@wm/mobile/components/basic';\n\nimport { AppExtComponent } from './components/app-ext.component';\nimport { MobileHttpInterceptor } from './services/http-interceptor.service';\nimport { WebProcessService } from './services/webprocess.service';\nimport {SearchModule} from \"@wm/mobile/components/basic/search\";\nimport {SegmentedControlModule} from \"@wm/mobile/components/containers/segmented-control\";\nimport {MediaListModule} from \"@wm/mobile/components/data/media-list\";\nimport {BarcodeScannerModule} from \"@wm/mobile/components/device/barcode-scanner\";\nimport {CameraModule} from \"@wm/mobile/components/device/camera\";\nimport {FileUploadModule} from \"@wm/mobile/components/input/file-upload\";\nimport {PageModule} from \"@wm/mobile/components/page\";\nimport {LeftPanelModule} from \"@wm/mobile/components/page/left-panel\";\nimport {MobileNavbarModule} from \"@wm/mobile/components/page/mobile-navbar\";\nimport {TabBarModule} from \"@wm/mobile/components/page/tab-bar\";\n\ndeclare const $, navigator, _, cordova;\n\nexport const MAX_WAIT_TIME_4_OAUTH_MESSAGE = 60000;\n\nconst MINIMUM_TAB_WIDTH = 768;\nconst KEYBOARD_CLASS = 'keyboard';\n\nconst cordovaServices = [\n AppVersion,\n BarcodeScanner,\n Calendar,\n Camera,\n File,\n FileOpener,\n Device,\n Geolocation,\n MediaCapture,\n Network,\n SQLite,\n Vibration,\n LocationAccuracy,\n Diagnostic\n];\n\nexport const MOBILE_COMPONENT_MODULES = [\n BasicModule,\n MobileCoreModule,\n OfflineModule,\n VariablesModule,\n SearchModule,\n SegmentedControlModule,\n MediaListModule,\n BarcodeScannerModule,\n CameraModule,\n FileUploadModule,\n PageModule,\n LeftPanelModule,\n MobileNavbarModule,\n TabBarModule\n];\n\n@NgModule({\n declarations: [\n AppExtComponent\n ],\n exports: [\n AppExtComponent,\n ...MOBILE_COMPONENT_MODULES\n ],\n imports: [\n MobileCoreModule,\n VariablesModule,\n BasicModule,\n ...MOBILE_COMPONENT_MODULES\n ],\n bootstrap: []\n})\nexport class MobileRuntimeModule {\n\n static forRoot(): ModuleWithProviders<MobileRuntimeModule> {\n /* add all providers that are required for mobile here. This is to simplify placeholder.*/\n return {\n ngModule: MobileRuntimeModule,\n providers: [\n WebProcessService,\n {\n provide: HTTP_INTERCEPTORS,\n useClass: MobileHttpInterceptor,\n multi: true\n },\n ...cordovaServices,\n FileExtensionFromMimePipe,\n {provide: PushService, useClass: PushServiceImpl}\n ]\n };\n }\n\n private static initialized = false;\n // Startup services have to be added only once in the app life-cycle.\n private static initializeRuntime(runtimeModule: MobileRuntimeModule,\n app: App,\n deviceFileOpenerService: DeviceFileOpenerService,\n deviceService: DeviceService) {\n if (this.initialized) {\n return;\n }\n this.initialized = true;\n app.deployedUrl = runtimeModule.getDeployedUrl();\n if (hasCordova()) {\n const unsubscribe = app.subscribe('pageReady', (page) => {\n navigator.splashscreen.hide();\n unsubscribe();\n });\n app.subscribe('userLoggedIn', () => {\n cordova && cordova.wavemaker.syncCookies();\n });\n runtimeModule.handleKeyBoardClass();\n app.subscribe('device-file-download', (data) => {\n deviceFileOpenerService.openRemoteFile(data.url, data.extension, data.name, data.headers).then(data.successCb, data.errorCb);\n });\n const __zone_symbol__FileReader = window['__zone_symbol__FileReader'];\n if (__zone_symbol__FileReader && __zone_symbol__FileReader.READ_CHUNK_SIZE) {\n // cordova File Reader is required. Otherwise, file operations are failing.\n window['FileReader'] = __zone_symbol__FileReader;\n }\n window.open = window['cordova']['InAppBrowser']['open'];\n runtimeModule.addAuthInBrowser();\n }\n deviceService.start();\n deviceService.whenReady().then(() => {\n if (hasCordova()) {\n runtimeModule._$appEl.addClass('cordova');\n runtimeModule.exposeOAuthService();\n // Fix for issue: ios device is not considering the background style, eventhough value is set in config.xml.\n if (window['StatusBar']) {\n window['StatusBar'].overlaysWebView(false);\n }\n }\n });\n }\n\n private _$appEl;\n\n constructor(\n private app: App,\n private cookieService: CookieService,\n private deviceFileOpenerService: DeviceFileOpenerService,\n private deviceService: DeviceService,\n private securityService: SecurityService,\n private httpService: AbstractHttpService,\n private extAppMessageService: ExtAppMessageService,\n private networkService: NetworkService,\n private webProcessService: WebProcessService\n ) {\n this._$appEl = $('.wm-app').first();\n if (this._$appEl.width() >= MINIMUM_TAB_WIDTH) {\n app.isTabletApplicationType = true;\n this._$appEl.addClass('wm-tablet-app');\n } else {\n this._$appEl.addClass('wm-mobile-app');\n }\n // applying os theme on getting os details\n app.subscribe('on-viewport-details', os => {\n this.applyOSTheme(os);\n });\n MobileRuntimeModule.initializeRuntime(this, this.app, this.deviceFileOpenerService, this.deviceService);\n }\n\n private exposeOAuthService() {\n window['OAuthInMobile'] = (providerId) => {\n return new Promise<string>((resolve, reject) => {\n const oauthAdress = '^services/oauth/' + providerId + '$';\n const deregister = this.extAppMessageService.subscribe(oauthAdress, message => {\n resolve(message.data['access_token']);\n deregister();\n clearTimeout(timerId);\n });\n const timerId = setTimeout(function () {\n deregister();\n reject(`Time out for oauth message after ${MAX_WAIT_TIME_4_OAUTH_MESSAGE % 1000} seconds`);\n }, MAX_WAIT_TIME_4_OAUTH_MESSAGE);\n });\n };\n const handleOpenURL = window['handleOpenURL'];\n handleOpenURL.isReady = true;\n handleOpenURL(handleOpenURL.lastURL);\n }\n\n public applyOSTheme(os) {\n let oldStyleSheet = $('link[theme=\"wmtheme\"][href ^=\"themes\"][href $=\"/style.css\"]').first();\n if (oldStyleSheet.length) {\n const themeUrl = oldStyleSheet.attr('href').replace(new RegExp('/[a-z]*/style.css$'), `/${os.toLowerCase()}/style.css`),\n newStyleSheet = loadStyleSheet(themeUrl, {name: 'theme', value: 'wmtheme'});\n oldStyleSheet = oldStyleSheet.length > 0 && oldStyleSheet[0];\n if (newStyleSheet && oldStyleSheet) {\n insertAfter(newStyleSheet, oldStyleSheet);\n removeNode(oldStyleSheet);\n }\n }\n\n // In angular development, styleSheet will point to .js files\n // In angular production, styleSheet will point to 'wm-android-styles.css' or 'wm-ios-styles.css'\n const removeTheme = os.toLowerCase() === 'android' ? 'wm-ios-styles' : 'wm-android-styles';\n let isDevBuild;\n const useTheme = 'wm-' + os.toLowerCase() + '-styles';\n let unusedStyleSheet = $('link[href *=' + removeTheme + ']').first();\n if (!unusedStyleSheet.length) {\n isDevBuild = true;\n unusedStyleSheet = $('script[src *=' + removeTheme + ']').first();\n }\n if (unusedStyleSheet.length) {\n let newStyleSheet;\n if (isDevBuild) {\n newStyleSheet = unusedStyleSheet.clone();\n newStyleSheet = newStyleSheet[0];\n newStyleSheet.src = newStyleSheet.src.replace(removeTheme, useTheme);\n loadScript(newStyleSheet.src, false);\n unusedStyleSheet = unusedStyleSheet[0];\n insertAfter(newStyleSheet, unusedStyleSheet);\n removeNode(unusedStyleSheet);\n } else {\n newStyleSheet = $('link[href *=' + useTheme + ']').first();\n newStyleSheet = newStyleSheet[0];\n loadStyleSheet(newStyleSheet.href, {name: 'theme', value: 'wmtheme'});\n removeNode(unusedStyleSheet[0]);\n }\n }\n }\n\n private handleKeyBoardClass() {\n const initialScreenSize = window.innerHeight;\n // keyboard class is added when keyboard is open.\n window.addEventListener('resize', () => {\n if (window.innerHeight < initialScreenSize) {\n this._$appEl.addClass(KEYBOARD_CLASS);\n } else {\n this._$appEl.removeClass(KEYBOARD_CLASS);\n }\n });\n }\n\n private getDeployedUrl(): string {\n let deployedUrl = $rootScope.project.deployedUrl;\n if (hasCordova()) {\n const baseUrl = $('meta[name=\"liveSync.deployedUrl\"]').attr('value');\n const config = this.deviceService.getConfig();\n if (baseUrl) {\n deployedUrl = baseUrl;\n } else {\n deployedUrl = this.deviceService.getBaseUrl();\n }\n this.app.customUrlScheme = config.customUrlScheme;\n }\n if (deployedUrl !== 'NONE' && !deployedUrl.endsWith('/')) {\n deployedUrl = deployedUrl + '/';\n }\n $rootScope.project.deployedUrl = deployedUrl;\n return deployedUrl;\n }\n\n private addAuthInBrowser() {\n let isAuthenticating = false;\n this.securityService.authInBrowser = (): Promise<any> => {\n if (!this.networkService.isConnected()) {\n return Promise.reject('In offline, app cannot contact the server.');\n }\n if (isAuthenticating) {\n return Promise.reject('Authentication is in process.');\n }\n isAuthenticating = true;\n return this.webProcessService.execute('LOGIN', '/', true)\n .then(output => {\n output = JSON.parse(output && output.replace(/"/g, \"\\\"\"));\n if (output[CONSTANTS.XSRF_COOKIE_NAME]) {\n localStorage.setItem(CONSTANTS.XSRF_COOKIE_NAME, output[CONSTANTS.XSRF_COOKIE_NAME]);\n }\n isAuthenticating = false;\n return this.cookieService.clearAll()\n .then(() => {\n const promises = _.keys(output).map(k => {\n return this.cookieService.setCookie(this.app.deployedUrl, k, output[k]);\n });\n return Promise.all(promises);\n });\n })\n .then(() => this.app.notify('userLoggedIn', {}))\n .catch((e) => {\n isAuthenticating = false;\n return Promise.reject(e);\n });\n };\n }\n}\n","/**\n * Generated bundle index. Do not edit.\n */\n\nexport * from './public_api';\n"],"names":["i1","i2","i2.CookieService","i5.WebProcessService"],"mappings":"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"}
|
|
1
|
+
{"version":3,"file":"index.mjs","sources":["../../../../projects/mobile/runtime/src/services/cookie.service.ts","../../../../projects/mobile/runtime/src/components/app-ext.component.ts","../../../../projects/mobile/runtime/src/services/http-interceptor.service.ts","../../../../projects/mobile/runtime/src/services/webprocess.service.ts","../../../../projects/mobile/runtime/src/mobile-runtime.module.ts","../../../../projects/mobile/runtime/src/index.ts"],"sourcesContent":["import { Injectable } from '@angular/core';\n\nimport { IDeviceStartUpService } from '@wm/mobile/core';\nimport { isIos } from '@wm/core';\n\ndeclare const _;\n\nconst STORAGE_KEY = 'wavemaker.persistedcookies';\n\ninterface CookieInfo {\n hostname: string;\n name: string;\n value: string;\n}\n\n@Injectable({\n providedIn: 'root'\n})\nexport class CookieService implements IDeviceStartUpService {\n static readonly SERVICE_NAME = 'CookieService';\n private cookieInfo = {};\n\n public serviceName = 'CookeService';\n\n public persistCookie(hostname: string, cookieName: string, cookieValue?: string): Promise<void> {\n return new Promise<string>((resolve, reject) => {\n if (cookieValue) {\n resolve(cookieValue);\n } else {\n this.getCookie(hostname, cookieName)\n .then(data => resolve(data.cookieValue), reject);\n }\n }).then(value => {\n this.cookieInfo[hostname + '-' + cookieName] = {\n hostname: hostname.replace(/:[0-9]+/, ''),\n name: cookieName,\n value: this.rotateLTR(value)\n };\n localStorage.setItem(STORAGE_KEY, JSON.stringify(this.cookieInfo));\n });\n }\n\n public getCookie(hostname: string, cookieName: string): Promise<any> {\n return new Promise<any>((resolve, reject) => {\n if (isIos()) {\n const cookieString = window['cordova'].plugin.http.getCookieString(hostname);\n if (cookieString) {\n const at = cookieString.indexOf(cookieName);\n if (at >= 0) {\n const start = at + cookieName.length + 1;\n const end = cookieString.indexOf(';', start);\n const cookieValue = cookieString.substring(start, end >= 0 ? end : undefined);\n resolve({\n cookieValue: cookieValue\n });\n return;\n }\n }\n reject();\n } else {\n window['cookieEmperor'].getCookie(hostname, cookieName, resolve, reject);\n }\n });\n }\n\n public setCookie(hostname: string, cookieName: string, cookieValue: string): Promise<any> {\n return new Promise<void>((resolve, reject) => {\n if (isIos()) {\n const cookieString = cookieName + '=' + cookieValue;\n window['cordova'].plugin.http.setCookie(hostname, cookieString);\n resolve();\n } else {\n window['cookieEmperor'].setCookie(hostname, cookieName, cookieValue, resolve, reject);\n }\n });\n }\n\n public clearAll(): Promise<any> {\n return new Promise<any>((resolve, reject) => {\n if (isIos()) {\n window['cordova'].plugin.http.clearCookies();\n resolve('');\n } else {\n window['cookieEmperor'].clearAll(resolve, reject);\n }\n });\n }\n\n /**\n * Loads persisted cookies from local storage and adds them to the browser.\n * @returns {*}\n */\n public start(): Promise<any> {\n const cookieInfoStr = localStorage.getItem(STORAGE_KEY),\n promises = [];\n if (cookieInfoStr) {\n const cookieInfo = JSON.parse(cookieInfoStr) as Map<string, CookieInfo>;\n _.forEach(cookieInfo, c => {\n if (c.name && c.value) {\n promises.push(this.getCookie(c.hostname, c.name).catch(() => {\n return new Promise((resolve, reject) => {\n window['cookieEmperor'].setCookie(c.hostname, c.name, this.rotateRTL(c.value), resolve, reject);\n });\n }));\n }\n });\n }\n return Promise.all(promises);\n }\n\n public getServiceName() {\n return CookieService.SERVICE_NAME;\n }\n\n /**\n * Just rotates the given string exactly from 1/3 of string length in left to right direction.\n * @param str\n * @returns {string}\n */\n private rotateLTR(str: string): string {\n const arr = str.split(''),\n tArr = [],\n shift = Math.floor(str.length / 3);\n arr.forEach((v, i) => {\n tArr[(i + shift) % arr.length] = arr[i];\n });\n return tArr.join('');\n }\n\n /**\n * Just rotates the given string exactly from 1/3 of string length in right to left direction..\n * @param str\n * @returns {string}\n */\n private rotateRTL(str: string): string {\n const arr = str.split(''),\n tArr = [],\n shift = Math.floor(str.length / 3);\n arr.forEach((v, i) => {\n tArr[(arr.length + i - shift) % arr.length] = arr[i];\n });\n return tArr.join('');\n }\n}\n","import { AfterViewInit, Component, ElementRef, ViewChild } from '@angular/core';\n\nimport { hasCordova } from '@wm/core';\nimport { FileBrowserComponent, FileSelectorService, ProcessManagerComponent, ProcessManagementService } from '@wm/mobile/components/basic';\n\n@Component({\n selector: '[wmAppExt]',\n template: `<ng-container> \n <div wmNetworkInfoToaster></div>\n <div wmAppUpdate></div>\n <div wmMobileFileBrowser></div>\n <div wmProcessManager></div>\n </ng-container>`\n})\nexport class AppExtComponent implements AfterViewInit {\n\n @ViewChild(FileBrowserComponent) fileBrowserComponent: FileBrowserComponent;\n\n @ViewChild(ProcessManagerComponent) processManagerComponent: ProcessManagerComponent;\n\n constructor(\n private elRef: ElementRef,\n private fileSelectorService: FileSelectorService,\n private processManagementService: ProcessManagementService\n ) {}\n\n ngAfterViewInit() {\n const mobileElements = $(this.elRef.nativeElement).find('>[wmNetworkInfoToaster], >[wmAppUpdate], >[wmMobileFileBrowser]');\n const $body = $('body');\n if (hasCordova()) {\n mobileElements.appendTo($body);\n this.fileSelectorService.setFileBrowser(this.fileBrowserComponent);\n } else {\n mobileElements.remove();\n }\n $(this.elRef.nativeElement).find('>[wmProgressManager]').appendTo($body);\n this.processManagementService.setUIComponent(this.processManagerComponent);\n }\n}\n","import { HttpEvent, HttpHandler, HttpInterceptor, HttpRequest, HttpResponse } from '@angular/common/http';\nimport { Injectable } from '@angular/core';\n\nimport { File } from '@awesome-cordova-plugins/file/ngx';\nimport { from } from 'rxjs';\nimport { Observable, Subject } from 'rxjs';\nimport { mergeMap } from 'rxjs/operators';\n\nimport {\n App,\n executePromiseChain,\n getWmProjectProperties,\n hasCordova,\n removeExtraSlashes,\n} from '@wm/core';\nimport { DeviceFileDownloadService, DeviceService, NetworkService } from '@wm/mobile/core';\nimport { SecurityService } from '@wm/security';\nimport { CONSTANTS } from '@wm/variables';\n\ndeclare const cordova;\ndeclare const _;\n\ninterface RequestInterceptor {\n intercept(request: HttpRequest<any>): Promise<HttpRequest<any>>;\n}\n\n@Injectable()\nexport class MobileHttpInterceptor implements HttpInterceptor {\n\n private requestInterceptors: RequestInterceptor[] = [];\n\n public constructor(private app: App,\n file: File,\n deviceFileDownloadService: DeviceFileDownloadService,\n private deviceService: DeviceService,\n private networkService: NetworkService,\n securityService: SecurityService) {\n if (hasCordova()) {\n this.requestInterceptors.push(new SecurityInterceptor(app, file, securityService));\n this.requestInterceptors.push(new ServiceCallInterceptor(app));\n }\n }\n\n public intercept(request: HttpRequest<any>, next: HttpHandler): Observable<HttpEvent<any>> {\n const subject = new Subject<HttpEvent<any>>();\n const token = localStorage.getItem(CONSTANTS.XSRF_COOKIE_NAME);\n const xsrfHeaderName = getWmProjectProperties().xsrf_header_name;\n if (token \n && xsrfHeaderName\n && this.app.deployedUrl \n && (request.url.indexOf('://') < 0\n || request.url.startsWith(this.app.deployedUrl))) {\n \n // Clone the request to add the new header\n request = request.clone({ headers: request.headers.set(xsrfHeaderName, token) });\n }\n const data = {request: request};\n\n // invoke the request only when device is ready.\n const obs = from(this.deviceService.whenReady()\n .then(() => executePromiseChain(this.getInterceptors(), [data])));\n return obs.pipe(mergeMap(() => {\n return next.handle(data.request);\n }));\n }\n\n private getInterceptors() {\n return this.requestInterceptors.map(i => {\n return (data) => i.intercept(data.request).then(req => data.request = req);\n });\n }\n\n private onHttpError(response: HttpResponse<any>) {\n if (hasCordova\n && (!response || !response.status || response.status < 0 || response.status === 404)\n && (this.networkService.isConnected())) {\n this.networkService.isAvailable(true);\n }\n }\n}\n\nclass ServiceCallInterceptor implements RequestInterceptor {\n\n private static REMOTE_SERVICE_URL_PATTERNS = [\n new RegExp('^((./)|/)?services/'),\n new RegExp('j_spring_security_check'),\n new RegExp('j_spring_security_logout')\n ];\n\n constructor(private app: App) {}\n\n public intercept(request: HttpRequest<any>): Promise<HttpRequest<any>> {\n let modifiedRequest = request;\n let url = request.url;\n // if necessary, prepend deployed url\n if (url.indexOf('://') < 0\n && ServiceCallInterceptor.REMOTE_SERVICE_URL_PATTERNS.find(r => r.test(url))) {\n url = this.app.deployedUrl + url;\n }\n url = removeExtraSlashes(url);\n if (url !== request.url) {\n modifiedRequest = request.clone({\n url: url\n });\n }\n return Promise.resolve(modifiedRequest);\n }\n\n}\n\nclass SecurityInterceptor implements RequestInterceptor {\n\n private initialized = false;\n private static PAGE_URL_PATTERN = new RegExp('page.min.json$');\n private static PREFAB_URL_PATTERN = new RegExp('^app/prefabs/.*/page.min.json$');\n private publicPages;\n\n constructor(private app: App, private file: File, private securityService: SecurityService) {}\n\n public intercept(request: HttpRequest<any>): Promise<HttpRequest<any>> {\n return new Promise<HttpRequest<any>>((resolve, reject) => {\n if (!SecurityInterceptor.PREFAB_URL_PATTERN.test(request.url) \n && SecurityInterceptor.PAGE_URL_PATTERN.test(request.url)) {\n return Promise.resolve().then(() => {\n if (!this.initialized) {\n return this.init();\n }\n }).then(() => {\n const urlSplits = _.split(request.url, '/');\n const pageName = urlSplits[urlSplits.length - 2];\n if (!this.publicPages || this.publicPages[pageName]) {\n return Promise.resolve(request);\n } else {\n this.securityService.getConfig(config => {\n if (!config.securityEnabled || config.authenticated) {\n resolve(request);\n } else {\n reject(`Page '${pageName}' is not accessible to the user.`);\n this.app.notify('http401', { page: pageName});\n }\n }, () => reject(`Security call failed.`));\n }\n return Promise.resolve(request);\n }).then(resolve, reject);\n }\n return resolve(request);\n });\n }\n\n /**\n * loads public pages from 'metadata/app/public-pages.info' and overrides canAccess method SecurityService\n */\n private init(): Promise<any> {\n const folderPath = cordova.file.applicationDirectory + 'www/metadata/app',\n fileName = 'public-pages.json';\n return this.file.readAsText(folderPath, fileName).then(text => {\n if (!this.initialized) {\n this.publicPages = {};\n this.initialized = true;\n _.forEach(JSON.parse(text), pageName => this.publicPages[pageName] = true);\n }\n }).catch(() => {\n this.initialized = true;\n });\n }\n}\n","import { Injectable } from '@angular/core';\n\nimport { App, AbstractHttpService } from '@wm/core';\nimport { ExtAppMessageService } from '@wm/mobile/core';\n\ndeclare const cordova;\n\n@Injectable()\nexport class WebProcessService {\n\n constructor(\n private app: App,\n private httpService: AbstractHttpService,\n private extAppMessageService: ExtAppMessageService\n ) {}\n\n public execute(process: string, hookUrl: string, useSystemBrowser = false): Promise<any> {\n return this.httpService.get(`/services/webprocess/prepare?processName=${process}&hookUrl=${hookUrl}&requestSourceType=MOBILE`)\n .then((processInfo) => {\n if (useSystemBrowser) {\n return this.executeWithSystemBrowser(processInfo);\n } else {\n return this.executeWithInAppBrowser(processInfo, process);\n }\n }).then(output => {\n return this.httpService.get('/services/webprocess/decode?encodedProcessdata=' + output);\n });\n }\n\n private executeWithSystemBrowser(processInfo: string): Promise<any> {\n return new Promise((resolve) => {\n const oauthAdress = '^services/webprocess/LOGIN';\n const deregister = this.extAppMessageService.subscribe(oauthAdress, message => {\n resolve(message.data['process_output']);\n deregister();\n });\n window.open(this.app.deployedUrl + 'services/webprocess/start?process=' + encodeURIComponent(processInfo), '_system');\n });\n }\n\n private executeWithInAppBrowser(processInfo: string, process: string): Promise<any> {\n return new Promise((resolve, reject) => {\n const ref = cordova.InAppBrowser.open(this.app.deployedUrl + 'services/webprocess/start?process=' + encodeURIComponent(processInfo), '_blank', 'location=yes,clearcache=yes');\n let isSuccess = false;\n ref.addEventListener('loadstop', () => {\n ref.executeScript({ code: this.getScriptToInject(process)}, output => {\n if (output && output[0]) {\n isSuccess = true;\n ref.close();\n resolve(output[0]);\n }\n });\n });\n ref.addEventListener('exit', () => {\n if (!isSuccess) {\n reject('Login process is stopped');\n }\n });\n });\n }\n\n private getScriptToInject(process: string): string {\n return `\n (function() {\n var elements = document.querySelectorAll('body.flex>a.link');\n for (var i = 0; i < elements.length; i++) {\n var href = elements[i].href;\n if (href && href.indexOf('://services/webprocess/${process}?process_output=')) {\n return href.split('process_output=')[1];\n }\n }\n window.isWebLoginProcess = true;\n })();\n `;\n }\n}\n","import { HTTP_INTERCEPTORS } from '@angular/common/http';\nimport { ModuleWithProviders, 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 { File } from '@awesome-cordova-plugins/file/ngx';\nimport { FileOpener } from '@awesome-cordova-plugins/file-opener/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 { Network } from '@awesome-cordova-plugins/network/ngx';\nimport { SQLite } from '@awesome-cordova-plugins/sqlite/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 { CookieService } from './services/cookie.service';\n\nimport {\n App,\n AbstractHttpService,\n hasCordova,\n insertAfter,\n isIpad,\n isIphone,\n isIpod,\n isObject,\n loadScript,\n loadStyleSheet,\n noop,\n removeNode,\n getWmProjectProperties\n} from '@wm/core';\nimport { FileExtensionFromMimePipe } from '@wm/components/base';\nimport { DeviceFileOpenerService, DeviceService, ExtAppMessageService, MobileCoreModule, NetworkService } from '@wm/mobile/core';\nimport {OfflineModule, PushService, PushServiceImpl} from '@wm/mobile/offline';\nimport { SecurityService } from '@wm/security';\nimport { VariablesModule } from '@wm/mobile/variables';\nimport { $rootScope, CONSTANTS } from '@wm/variables';\nimport { BasicModule } from '@wm/mobile/components/basic';\n\nimport { AppExtComponent } from './components/app-ext.component';\nimport { MobileHttpInterceptor } from './services/http-interceptor.service';\nimport { WebProcessService } from './services/webprocess.service';\nimport {SearchModule} from \"@wm/mobile/components/basic/search\";\nimport {SegmentedControlModule} from \"@wm/mobile/components/containers/segmented-control\";\nimport {MediaListModule} from \"@wm/mobile/components/data/media-list\";\nimport {BarcodeScannerModule} from \"@wm/mobile/components/device/barcode-scanner\";\nimport {CameraModule} from \"@wm/mobile/components/device/camera\";\nimport {FileUploadModule} from \"@wm/mobile/components/input/file-upload\";\nimport {PageModule} from \"@wm/mobile/components/page\";\nimport {LeftPanelModule} from \"@wm/mobile/components/page/left-panel\";\nimport {MobileNavbarModule} from \"@wm/mobile/components/page/mobile-navbar\";\nimport {TabBarModule} from \"@wm/mobile/components/page/tab-bar\";\n\ndeclare const $, navigator, _, cordova;\n\nexport const MAX_WAIT_TIME_4_OAUTH_MESSAGE = 60000;\n\nconst MINIMUM_TAB_WIDTH = 768;\nconst KEYBOARD_CLASS = 'keyboard';\n\nconst cordovaServices = [\n AppVersion,\n BarcodeScanner,\n Calendar,\n Camera,\n File,\n FileOpener,\n Device,\n Geolocation,\n MediaCapture,\n Network,\n SQLite,\n Vibration,\n LocationAccuracy,\n Diagnostic\n];\n\nexport const MOBILE_COMPONENT_MODULES = [\n BasicModule,\n MobileCoreModule,\n OfflineModule,\n VariablesModule,\n SearchModule,\n SegmentedControlModule,\n MediaListModule,\n BarcodeScannerModule,\n CameraModule,\n FileUploadModule,\n PageModule,\n LeftPanelModule,\n MobileNavbarModule,\n TabBarModule\n];\n\n@NgModule({\n declarations: [\n AppExtComponent\n ],\n exports: [\n AppExtComponent,\n ...MOBILE_COMPONENT_MODULES\n ],\n imports: [\n MobileCoreModule,\n VariablesModule,\n BasicModule,\n ...MOBILE_COMPONENT_MODULES\n ],\n bootstrap: []\n})\nexport class MobileRuntimeModule {\n\n static forRoot(): ModuleWithProviders<MobileRuntimeModule> {\n /* add all providers that are required for mobile here. This is to simplify placeholder.*/\n return {\n ngModule: MobileRuntimeModule,\n providers: [\n WebProcessService,\n {\n provide: HTTP_INTERCEPTORS,\n useClass: MobileHttpInterceptor,\n multi: true\n },\n ...cordovaServices,\n FileExtensionFromMimePipe,\n {provide: PushService, useClass: PushServiceImpl}\n ]\n };\n }\n\n private static initialized = false;\n // Startup services have to be added only once in the app life-cycle.\n private static initializeRuntime(runtimeModule: MobileRuntimeModule,\n app: App,\n deviceFileOpenerService: DeviceFileOpenerService,\n deviceService: DeviceService) {\n if (this.initialized) {\n return;\n }\n this.initialized = true;\n app.deployedUrl = runtimeModule.getDeployedUrl();\n if (hasCordova()) {\n const unsubscribe = app.subscribe('pageReady', (page) => {\n navigator.splashscreen.hide();\n unsubscribe();\n });\n app.subscribe('userLoggedIn', () => {\n cordova && cordova.wavemaker.syncCookies();\n });\n runtimeModule.handleKeyBoardClass();\n app.subscribe('device-file-download', (data) => {\n deviceFileOpenerService.openRemoteFile(data.url, data.extension, data.name, data.headers).then(data.successCb, data.errorCb);\n });\n const __zone_symbol__FileReader = window['__zone_symbol__FileReader'];\n if (__zone_symbol__FileReader && __zone_symbol__FileReader.READ_CHUNK_SIZE) {\n // cordova File Reader is required. Otherwise, file operations are failing.\n window['FileReader'] = __zone_symbol__FileReader;\n }\n window.open = window['cordova']['InAppBrowser']['open'];\n runtimeModule.addAuthInBrowser();\n }\n deviceService.start();\n deviceService.whenReady().then(() => {\n if (hasCordova()) {\n runtimeModule._$appEl.addClass('cordova');\n runtimeModule.exposeOAuthService();\n // Fix for issue: ios device is not considering the background style, eventhough value is set in config.xml.\n if (window['StatusBar']) {\n window['StatusBar'].overlaysWebView(false);\n }\n }\n });\n }\n\n private _$appEl;\n\n constructor(\n private app: App,\n private cookieService: CookieService,\n private deviceFileOpenerService: DeviceFileOpenerService,\n private deviceService: DeviceService,\n private securityService: SecurityService,\n private httpService: AbstractHttpService,\n private extAppMessageService: ExtAppMessageService,\n private networkService: NetworkService,\n private webProcessService: WebProcessService\n ) {\n this._$appEl = $('.wm-app').first();\n if (this._$appEl.width() >= MINIMUM_TAB_WIDTH) {\n app.isTabletApplicationType = true;\n this._$appEl.addClass('wm-tablet-app');\n } else {\n this._$appEl.addClass('wm-mobile-app');\n }\n // applying os theme on getting os details\n app.subscribe('on-viewport-details', os => {\n this.applyOSTheme(os);\n });\n MobileRuntimeModule.initializeRuntime(this, this.app, this.deviceFileOpenerService, this.deviceService);\n }\n\n private exposeOAuthService() {\n window['OAuthInMobile'] = (providerId) => {\n return new Promise<string>((resolve, reject) => {\n const oauthAdress = '^services/oauth/' + providerId + '$';\n const deregister = this.extAppMessageService.subscribe(oauthAdress, message => {\n resolve(message.data['access_token']);\n deregister();\n clearTimeout(timerId);\n });\n const timerId = setTimeout(function () {\n deregister();\n reject(`Time out for oauth message after ${MAX_WAIT_TIME_4_OAUTH_MESSAGE % 1000} seconds`);\n }, MAX_WAIT_TIME_4_OAUTH_MESSAGE);\n });\n };\n const handleOpenURL = window['handleOpenURL'];\n handleOpenURL.isReady = true;\n handleOpenURL(handleOpenURL.lastURL);\n }\n\n public applyOSTheme(os) {\n let oldStyleSheet = $('link[theme=\"wmtheme\"][href ^=\"themes\"][href $=\"/style.css\"]').first();\n if (oldStyleSheet.length) {\n const themeUrl = oldStyleSheet.attr('href').replace(new RegExp('/[a-z]*/style.css$'), `/${os.toLowerCase()}/style.css`),\n newStyleSheet = loadStyleSheet(themeUrl, {name: 'theme', value: 'wmtheme'});\n oldStyleSheet = oldStyleSheet.length > 0 && oldStyleSheet[0];\n if (newStyleSheet && oldStyleSheet) {\n insertAfter(newStyleSheet, oldStyleSheet);\n removeNode(oldStyleSheet);\n }\n }\n\n // In angular development, styleSheet will point to .js files\n // In angular production, styleSheet will point to 'wm-android-styles.css' or 'wm-ios-styles.css'\n const removeTheme = os.toLowerCase() === 'android' ? 'wm-ios-styles' : 'wm-android-styles';\n let isDevBuild;\n const useTheme = 'wm-' + os.toLowerCase() + '-styles';\n let unusedStyleSheet = $('link[href *=' + removeTheme + ']').first();\n if (!unusedStyleSheet.length) {\n isDevBuild = true;\n unusedStyleSheet = $('script[src *=' + removeTheme + ']').first();\n }\n if (unusedStyleSheet.length) {\n let newStyleSheet;\n if (isDevBuild) {\n newStyleSheet = unusedStyleSheet.clone();\n newStyleSheet = newStyleSheet[0];\n newStyleSheet.src = newStyleSheet.src.replace(removeTheme, useTheme);\n loadScript(newStyleSheet.src, false);\n unusedStyleSheet = unusedStyleSheet[0];\n insertAfter(newStyleSheet, unusedStyleSheet);\n removeNode(unusedStyleSheet);\n } else {\n newStyleSheet = $('link[href *=' + useTheme + ']').first();\n newStyleSheet = newStyleSheet[0];\n loadStyleSheet(newStyleSheet.href, {name: 'theme', value: 'wmtheme'});\n removeNode(unusedStyleSheet[0]);\n }\n }\n }\n\n private handleKeyBoardClass() {\n const initialScreenSize = window.innerHeight;\n // keyboard class is added when keyboard is open.\n window.addEventListener('resize', () => {\n if (window.innerHeight < initialScreenSize) {\n this._$appEl.addClass(KEYBOARD_CLASS);\n } else {\n this._$appEl.removeClass(KEYBOARD_CLASS);\n }\n });\n }\n\n private getDeployedUrl(): string {\n let deployedUrl = $rootScope.project.deployedUrl;\n if (hasCordova()) {\n const baseUrl = $('meta[name=\"liveSync.deployedUrl\"]').attr('value');\n const config = this.deviceService.getConfig();\n if (baseUrl) {\n deployedUrl = baseUrl;\n } else {\n deployedUrl = this.deviceService.getBaseUrl();\n }\n this.app.customUrlScheme = config.customUrlScheme;\n }\n if (deployedUrl !== 'NONE' && !deployedUrl.endsWith('/')) {\n deployedUrl = deployedUrl + '/';\n }\n $rootScope.project.deployedUrl = deployedUrl;\n return deployedUrl;\n }\n\n private addAuthInBrowser() {\n let isAuthenticating = false;\n this.securityService.authInBrowser = (): Promise<any> => {\n if (!this.networkService.isConnected()) {\n return Promise.reject('In offline, app cannot contact the server.');\n }\n if (isAuthenticating) {\n return Promise.reject('Authentication is in process.');\n }\n isAuthenticating = true;\n return this.webProcessService.execute('LOGIN', '/', true)\n .then(output => {\n output = JSON.parse(output && output.replace(/"/g, \"\\\"\"));\n if (output[CONSTANTS.XSRF_COOKIE_NAME]) {\n localStorage.setItem(CONSTANTS.XSRF_COOKIE_NAME, output[CONSTANTS.XSRF_COOKIE_NAME]);\n }\n isAuthenticating = false;\n return this.cookieService.clearAll()\n .then(() => {\n const promises = _.keys(output).map(k => {\n return this.cookieService.setCookie(this.app.deployedUrl, k, output[k]);\n });\n return Promise.all(promises);\n });\n })\n .then(() => this.app.notify('userLoggedIn', {}))\n .catch((e) => {\n isAuthenticating = false;\n return Promise.reject(e);\n });\n };\n }\n}\n","/**\n * Generated bundle index. Do not edit.\n */\n\nexport * from './public_api';\n"],"names":["i1","i2","i2.CookieService","i5.WebProcessService"],"mappings":"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"}
|
|
@@ -271,9 +271,9 @@
|
|
|
271
271
|
static { this.ɵfac = function LiveSyncInterceptor_Factory(t) { return new (t || LiveSyncInterceptor)(i0__namespace.ɵɵinject(i1__namespace.App), i0__namespace.ɵɵinject(i2__namespace.DeviceService), i0__namespace.ɵɵinject(i2__namespace.NetworkService), i0__namespace.ɵɵinject(i3__namespace.File)); }; }
|
|
272
272
|
static { this.ɵprov = /*@__PURE__*/ i0__namespace.ɵɵdefineInjectable({ token: LiveSyncInterceptor, factory: LiveSyncInterceptor.ɵfac }); }
|
|
273
273
|
}
|
|
274
|
-
(()
|
|
274
|
+
(function () { (typeof ngDevMode === "undefined" || ngDevMode) && i0__namespace.ɵsetClassMetadata(LiveSyncInterceptor, [{
|
|
275
275
|
type: i0.Injectable
|
|
276
|
-
}], ()
|
|
276
|
+
}], function () { return [{ type: i1__namespace.App }, { type: i2__namespace.DeviceService }, { type: i2__namespace.NetworkService }, { type: i3__namespace.File }]; }, null); })();
|
|
277
277
|
class DialogComponent {
|
|
278
278
|
constructor(options) {
|
|
279
279
|
this.options = options;
|
|
@@ -444,7 +444,7 @@
|
|
|
444
444
|
multi: true
|
|
445
445
|
}] }); }
|
|
446
446
|
}
|
|
447
|
-
(()
|
|
447
|
+
(function () { (typeof ngDevMode === "undefined" || ngDevMode) && i0__namespace.ɵsetClassMetadata(MobileRuntimeDynamicModule, [{
|
|
448
448
|
type: i0.NgModule,
|
|
449
449
|
args: [{
|
|
450
450
|
providers: [{
|
|
@@ -35,7 +35,7 @@ export class MobileRuntimeDynamicModule {
|
|
|
35
35
|
multi: true
|
|
36
36
|
}] }); }
|
|
37
37
|
}
|
|
38
|
-
(()
|
|
38
|
+
(function () { (typeof ngDevMode === "undefined" || ngDevMode) && i0.ɵsetClassMetadata(MobileRuntimeDynamicModule, [{
|
|
39
39
|
type: NgModule,
|
|
40
40
|
args: [{
|
|
41
41
|
providers: [{
|
|
@@ -45,4 +45,4 @@ export class MobileRuntimeDynamicModule {
|
|
|
45
45
|
}]
|
|
46
46
|
}]
|
|
47
47
|
}], null, null); })();
|
|
48
|
-
//# sourceMappingURL=data:application/json;base64,
|
|
48
|
+
//# sourceMappingURL=data:application/json;base64,eyJ2ZXJzaW9uIjozLCJmaWxlIjoibW9iaWxlLXJ1bnRpbWUtZHluYW1pYy5tb2R1bGUuanMiLCJzb3VyY2VSb290IjoiIiwic291cmNlcyI6WyIuLi8uLi8uLi8uLi9wcm9qZWN0cy9tb2JpbGUvcnVudGltZS1keW5hbWljL3NyYy9tb2JpbGUtcnVudGltZS1keW5hbWljLm1vZHVsZS50cyJdLCJuYW1lcyI6W10sIm1hcHBpbmdzIjoiQUFBQSxPQUFPLEVBQUUsUUFBUSxFQUFFLE1BQU0sZUFBZSxDQUFDO0FBQ3pDLE9BQU8sRUFBRSxpQkFBaUIsRUFBRSxNQUFNLHNCQUFzQixDQUFDO0FBR3pELE9BQU8sRUFBRSxXQUFXLEVBQUUsTUFBTSw2QkFBNkIsQ0FBQztBQUMxRCxPQUFPLEVBQUUsWUFBWSxFQUFFLE1BQU0sb0NBQW9DLENBQUM7QUFFbEUsT0FBTyxFQUFFLHNCQUFzQixFQUFFLE1BQU0sb0RBQW9ELENBQUM7QUFFNUYsT0FBTyxFQUFFLGVBQWUsRUFBRSxNQUFNLHVDQUF1QyxDQUFDO0FBRXhFLE9BQU8sRUFBRSxvQkFBb0IsRUFBRSxNQUFNLDhDQUE4QyxDQUFDO0FBQ3BGLE9BQU8sRUFBRSxZQUFZLEVBQUUsTUFBTSxxQ0FBcUMsQ0FBQztBQUVuRSxPQUFPLEVBQUUsZ0JBQWdCLEVBQUUsTUFBTSx5Q0FBeUMsQ0FBQztBQUUzRSxPQUFPLEVBQUUsVUFBVSxFQUFFLE1BQU0sNEJBQTRCLENBQUM7QUFDeEQsT0FBTyxFQUFFLGVBQWUsRUFBRSxNQUFNLHVDQUF1QyxDQUFDO0FBQ3hFLE9BQU8sRUFBRSxrQkFBa0IsRUFBRSxNQUFNLDBDQUEwQyxDQUFDO0FBQzlFLE9BQU8sRUFBRSxZQUFZLEVBQUUsTUFBTSxvQ0FBb0MsQ0FBQztBQUNsRSxPQUFPLEVBQUUsbUJBQW1CLEVBQUUsTUFBTSw4QkFBOEIsQ0FBQzs7QUFFbkUsTUFBTSxDQUFDLE1BQU0saUNBQWlDLEdBQUc7SUFDN0MsV0FBVztJQUNYLFlBQVk7SUFDWixzQkFBc0I7SUFDdEIsZUFBZTtJQUNmLG9CQUFvQjtJQUNwQixZQUFZO0lBQ1osZ0JBQWdCO0lBQ2hCLFVBQVU7SUFDVixlQUFlO0lBQ2Ysa0JBQWtCO0lBQ2xCLFlBQVk7Q0FDZixDQUFDO0FBU0YsTUFBTSxPQUFPLDBCQUEwQjsyRkFBMUIsMEJBQTBCO21FQUExQiwwQkFBMEI7d0VBTnhCLENBQUM7Z0JBQ1IsT0FBTyxFQUFFLGlCQUFpQjtnQkFDMUIsUUFBUSxFQUFFLG1CQUFtQjtnQkFDN0IsS0FBSyxFQUFFLElBQUk7YUFDZCxDQUFDOzt1RkFFTywwQkFBMEI7Y0FQdEMsUUFBUTtlQUFDO2dCQUNOLFNBQVMsRUFBRSxDQUFDO3dCQUNSLE9BQU8sRUFBRSxpQkFBaUI7d0JBQzFCLFFBQVEsRUFBRSxtQkFBbUI7d0JBQzdCLEtBQUssRUFBRSxJQUFJO3FCQUNkLENBQUM7YUFDTCIsInNvdXJjZXNDb250ZW50IjpbImltcG9ydCB7IE5nTW9kdWxlIH0gZnJvbSAnQGFuZ3VsYXIvY29yZSc7XG5pbXBvcnQgeyBIVFRQX0lOVEVSQ0VQVE9SUyB9IGZyb20gJ0Bhbmd1bGFyL2NvbW1vbi9odHRwJztcblxuXG5pbXBvcnQgeyBCYXNpY01vZHVsZSB9IGZyb20gJ0B3bS9tb2JpbGUvY29tcG9uZW50cy9iYXNpYyc7XG5pbXBvcnQgeyBTZWFyY2hNb2R1bGUgfSBmcm9tICdAd20vbW9iaWxlL2NvbXBvbmVudHMvYmFzaWMvc2VhcmNoJztcblxuaW1wb3J0IHsgU2VnbWVudGVkQ29udHJvbE1vZHVsZSB9IGZyb20gJ0B3bS9tb2JpbGUvY29tcG9uZW50cy9jb250YWluZXJzL3NlZ21lbnRlZC1jb250cm9sJztcblxuaW1wb3J0IHsgTWVkaWFMaXN0TW9kdWxlIH0gZnJvbSAnQHdtL21vYmlsZS9jb21wb25lbnRzL2RhdGEvbWVkaWEtbGlzdCc7XG5cbmltcG9ydCB7IEJhcmNvZGVTY2FubmVyTW9kdWxlIH0gZnJvbSAnQHdtL21vYmlsZS9jb21wb25lbnRzL2RldmljZS9iYXJjb2RlLXNjYW5uZXInO1xuaW1wb3J0IHsgQ2FtZXJhTW9kdWxlIH0gZnJvbSAnQHdtL21vYmlsZS9jb21wb25lbnRzL2RldmljZS9jYW1lcmEnO1xuXG5pbXBvcnQgeyBGaWxlVXBsb2FkTW9kdWxlIH0gZnJvbSAnQHdtL21vYmlsZS9jb21wb25lbnRzL2lucHV0L2ZpbGUtdXBsb2FkJztcblxuaW1wb3J0IHsgUGFnZU1vZHVsZSB9IGZyb20gJ0B3bS9tb2JpbGUvY29tcG9uZW50cy9wYWdlJztcbmltcG9ydCB7IExlZnRQYW5lbE1vZHVsZSB9IGZyb20gJ0B3bS9tb2JpbGUvY29tcG9uZW50cy9wYWdlL2xlZnQtcGFuZWwnO1xuaW1wb3J0IHsgTW9iaWxlTmF2YmFyTW9kdWxlIH0gZnJvbSAnQHdtL21vYmlsZS9jb21wb25lbnRzL3BhZ2UvbW9iaWxlLW5hdmJhcic7XG5pbXBvcnQgeyBUYWJCYXJNb2R1bGUgfSBmcm9tICdAd20vbW9iaWxlL2NvbXBvbmVudHMvcGFnZS90YWItYmFyJztcbmltcG9ydCB7IExpdmVTeW5jSW50ZXJjZXB0b3IgfSBmcm9tICcuL3NlcnZpY2VzL2xpdmUtc3luYy5zZXJ2aWNlJztcblxuZXhwb3J0IGNvbnN0IE1PQklMRV9DT01QT05FTlRfTU9EVUxFU19GT1JfUk9PVCA9IFtcbiAgICBCYXNpY01vZHVsZSxcbiAgICBTZWFyY2hNb2R1bGUsXG4gICAgU2VnbWVudGVkQ29udHJvbE1vZHVsZSxcbiAgICBNZWRpYUxpc3RNb2R1bGUsXG4gICAgQmFyY29kZVNjYW5uZXJNb2R1bGUsXG4gICAgQ2FtZXJhTW9kdWxlLFxuICAgIEZpbGVVcGxvYWRNb2R1bGUsXG4gICAgUGFnZU1vZHVsZSxcbiAgICBMZWZ0UGFuZWxNb2R1bGUsXG4gICAgTW9iaWxlTmF2YmFyTW9kdWxlLFxuICAgIFRhYkJhck1vZHVsZVxuXTtcblxuQE5nTW9kdWxlKHtcbiAgICBwcm92aWRlcnM6IFt7XG4gICAgICAgIHByb3ZpZGU6IEhUVFBfSU5URVJDRVBUT1JTLFxuICAgICAgICB1c2VDbGFzczogTGl2ZVN5bmNJbnRlcmNlcHRvcixcbiAgICAgICAgbXVsdGk6IHRydWVcbiAgICB9XVxufSlcbmV4cG9ydCBjbGFzcyBNb2JpbGVSdW50aW1lRHluYW1pY01vZHVsZSB7fVxuIl19
|