@wavemaker/app-ng-runtime 11.8.0-next.141156 → 11.8.0-next.141663
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 → package}/build-task/bundles/index.umd.js +1 -18
- package/build-task/esm2022/navigation/menu/menu.build.mjs +10 -0
- {app-ng-runtime → package}/build-task/fesm2022/index.mjs +1 -18
- {app-ng-runtime → package}/build-task/fesm2022/index.mjs.map +1 -1
- package/components/base/esm2022/utils/data-utils.mjs +580 -0
- package/components/base/fesm2022/index.mjs.map +1 -0
- {app-ng-runtime → package}/components/base/utils/data-utils.d.ts +0 -1
- {app-ng-runtime → package}/components/basic/default/audio/audio.component.d.ts +0 -1
- {app-ng-runtime → package}/components/basic/default/bundles/index.umd.js +4 -5
- package/components/basic/default/esm2022/audio/audio.component.mjs +43 -0
- {app-ng-runtime → package}/components/basic/default/fesm2022/index.mjs +4 -5
- package/components/basic/default/fesm2022/index.mjs.map +1 -0
- {app-ng-runtime → package}/components/basic/progress/bundles/index.umd.js +4 -5
- package/components/basic/progress/esm2022/progress-bar/progress-bar.component.mjs +142 -0
- {app-ng-runtime → package}/components/basic/progress/esm2022/progress-circle/progress-circle.component.mjs +3 -4
- {app-ng-runtime → package}/components/basic/progress/fesm2022/index.mjs +4 -5
- package/components/basic/progress/fesm2022/index.mjs.map +1 -0
- {app-ng-runtime → package}/components/basic/progress/progress-circle/progress-circle.component.d.ts +0 -1
- {app-ng-runtime → package}/components/data/form/bundles/index.umd.js +3 -4
- package/components/data/form/esm2022/form-field/form-field.directive.mjs +568 -0
- package/components/data/form/esm2022/live-form/live-form.directive.mjs +495 -0
- {app-ng-runtime → package}/components/data/form/fesm2022/index.mjs +3 -4
- package/components/data/form/fesm2022/index.mjs.map +1 -0
- {app-ng-runtime → package}/components/data/table/bundles/index.umd.js +0 -9
- {app-ng-runtime → package}/components/data/table/esm2022/table-column/table-column.directive.mjs +1 -10
- {app-ng-runtime → package}/components/data/table/fesm2022/index.mjs +0 -9
- {app-ng-runtime → package}/components/data/table/fesm2022/index.mjs.map +1 -1
- {app-ng-runtime → package}/components/input/default/bundles/index.umd.js +53 -43
- {app-ng-runtime → package}/components/input/default/esm2022/caption-position.directive.mjs +3 -2
- package/components/input/default/esm2022/select/select.component.mjs +201 -0
- {app-ng-runtime → package}/components/input/default/fesm2022/index.mjs +54 -44
- package/components/input/default/fesm2022/index.mjs.map +1 -0
- {app-ng-runtime → package}/components/input/default/select/select.component.d.ts +2 -1
- {app-ng-runtime → package}/components/input/epoch/bundles/index.umd.js +11 -35
- {app-ng-runtime → package}/components/input/epoch/date/date.component.d.ts +0 -1
- {app-ng-runtime → package}/components/input/epoch/esm2022/base-date-time.component.mjs +4 -5
- package/components/input/epoch/esm2022/date/date.component.mjs +328 -0
- package/components/input/epoch/esm2022/date/imaskUtil.mjs +106 -0
- package/components/input/epoch/esm2022/date-time/date-time.component.mjs +496 -0
- {app-ng-runtime → package}/components/input/epoch/esm2022/time/time.component.mjs +3 -3
- {app-ng-runtime → package}/components/input/epoch/fesm2022/index.mjs +11 -35
- package/components/input/epoch/fesm2022/index.mjs.map +1 -0
- {app-ng-runtime → package}/components/navigation/menu/bundles/index.umd.js +1 -1
- {app-ng-runtime → package}/components/navigation/menu/esm2022/menu.component.mjs +2 -2
- {app-ng-runtime → package}/components/navigation/menu/fesm2022/index.mjs +1 -1
- package/components/navigation/menu/fesm2022/index.mjs.map +1 -0
- package/package.json +17 -0
- {app-ng-runtime → package}/runtime/base/bundles/index.umd.js +0 -1
- package/runtime/base/esm2022/services/i18n.service.mjs +332 -0
- {app-ng-runtime → package}/runtime/base/fesm2022/index.mjs +1 -1
- package/runtime/base/fesm2022/index.mjs.map +1 -0
- {app-ng-runtime → package}/scripts/datatable/datatable.js +1 -2
- app-ng-runtime/build-task/esm2022/navigation/menu/menu.build.mjs +0 -27
- app-ng-runtime/components/base/esm2022/utils/data-utils.mjs +0 -580
- app-ng-runtime/components/base/fesm2022/index.mjs.map +0 -1
- app-ng-runtime/components/basic/default/esm2022/audio/audio.component.mjs +0 -44
- app-ng-runtime/components/basic/default/fesm2022/index.mjs.map +0 -1
- app-ng-runtime/components/basic/progress/esm2022/progress-bar/progress-bar.component.mjs +0 -142
- app-ng-runtime/components/basic/progress/fesm2022/index.mjs.map +0 -1
- app-ng-runtime/components/data/form/esm2022/form-field/form-field.directive.mjs +0 -567
- app-ng-runtime/components/data/form/esm2022/live-form/live-form.directive.mjs +0 -497
- app-ng-runtime/components/data/form/fesm2022/index.mjs.map +0 -1
- app-ng-runtime/components/input/default/esm2022/select/select.component.mjs +0 -192
- app-ng-runtime/components/input/default/fesm2022/index.mjs.map +0 -1
- app-ng-runtime/components/input/epoch/esm2022/date/date.component.mjs +0 -345
- app-ng-runtime/components/input/epoch/esm2022/date/imaskUtil.mjs +0 -112
- app-ng-runtime/components/input/epoch/esm2022/date-time/date-time.component.mjs +0 -496
- app-ng-runtime/components/input/epoch/fesm2022/index.mjs.map +0 -1
- app-ng-runtime/components/navigation/menu/fesm2022/index.mjs.map +0 -1
- app-ng-runtime/package.json +0 -11
- app-ng-runtime/runtime/base/esm2022/services/i18n.service.mjs +0 -332
- app-ng-runtime/runtime/base/fesm2022/index.mjs.map +0 -1
- {app-ng-runtime → package}/build-task/advanced/carousel/carousel-template/carousel-template.build.d.ts +0 -0
- {app-ng-runtime → package}/build-task/advanced/carousel/carousel.build.d.ts +0 -0
- {app-ng-runtime → package}/build-task/advanced/login/login.build.d.ts +0 -0
- {app-ng-runtime → package}/build-task/advanced/marquee/marquee.build.d.ts +0 -0
- {app-ng-runtime → package}/build-task/basic/default/anchor/anchor.build.d.ts +0 -0
- {app-ng-runtime → package}/build-task/basic/default/audio/audio.build.d.ts +0 -0
- {app-ng-runtime → package}/build-task/basic/default/html/html.build.d.ts +0 -0
- {app-ng-runtime → package}/build-task/basic/default/icon/icon.build.d.ts +0 -0
- {app-ng-runtime → package}/build-task/basic/default/iframe/iframe.build.d.ts +0 -0
- {app-ng-runtime → package}/build-task/basic/default/label/label.build.d.ts +0 -0
- {app-ng-runtime → package}/build-task/basic/default/picture/picture.build.d.ts +0 -0
- {app-ng-runtime → package}/build-task/basic/default/spinner/spinner.build.d.ts +0 -0
- {app-ng-runtime → package}/build-task/basic/default/video/video.build.d.ts +0 -0
- {app-ng-runtime → package}/build-task/basic/progress/progress-bar/progress-bar.build.d.ts +0 -0
- {app-ng-runtime → package}/build-task/basic/progress/progress-circle/progress-circle.build.d.ts +0 -0
- {app-ng-runtime → package}/build-task/basic/rich-text-editor/rich-text-editor.build.d.ts +0 -0
- {app-ng-runtime → package}/build-task/basic/search/search.build.d.ts +0 -0
- {app-ng-runtime → package}/build-task/basic/tree/tree.build.d.ts +0 -0
- {app-ng-runtime → package}/build-task/chart/chart.build.d.ts +0 -0
- {app-ng-runtime → package}/build-task/containers/accordion/accordion-pane/accordion-pane.build.d.ts +0 -0
- {app-ng-runtime → package}/build-task/containers/accordion/accordion.build.d.ts +0 -0
- {app-ng-runtime → package}/build-task/containers/container.build.d.ts +0 -0
- {app-ng-runtime → package}/build-task/containers/layout-grid/layout-grid-column/layout-grid-column.build.d.ts +0 -0
- {app-ng-runtime → package}/build-task/containers/layout-grid/layout-grid-row/layout-grid-row.build.d.ts +0 -0
- {app-ng-runtime → package}/build-task/containers/layout-grid/layout-grid.build.d.ts +0 -0
- {app-ng-runtime → package}/build-task/containers/linear-layout/linear-layout-item/linear-layout-item.build.d.ts +0 -0
- {app-ng-runtime → package}/build-task/containers/linear-layout/linear-layout.build.d.ts +0 -0
- {app-ng-runtime → package}/build-task/containers/panel/panel.build.d.ts +0 -0
- {app-ng-runtime → package}/build-task/containers/repeat-template.build.d.ts +0 -0
- {app-ng-runtime → package}/build-task/containers/segmented-control/segment-content/segment-content.build.d.ts +0 -0
- {app-ng-runtime → package}/build-task/containers/segmented-control/segmented-control.build.d.ts +0 -0
- {app-ng-runtime → package}/build-task/containers/tabs/tab-pane/tab-pane.build.d.ts +0 -0
- {app-ng-runtime → package}/build-task/containers/tabs/tabs.build.d.ts +0 -0
- {app-ng-runtime → package}/build-task/containers/tile/tile.build.d.ts +0 -0
- {app-ng-runtime → package}/build-task/containers/wizard/wizard-step/wizard-step.build.d.ts +0 -0
- {app-ng-runtime → package}/build-task/containers/wizard/wizard.build.d.ts +0 -0
- {app-ng-runtime → package}/build-task/data/card/card-actions/card-actions.build.d.ts +0 -0
- {app-ng-runtime → package}/build-task/data/card/card-content/card-content.build.d.ts +0 -0
- {app-ng-runtime → package}/build-task/data/card/card-footer/card-footer.build.d.ts +0 -0
- {app-ng-runtime → package}/build-task/data/card/card.build.d.ts +0 -0
- {app-ng-runtime → package}/build-task/data/form/form-action/form-action.build.d.ts +0 -0
- {app-ng-runtime → package}/build-task/data/form/form-field/form-field.build.d.ts +0 -0
- {app-ng-runtime → package}/build-task/data/form/form.build.d.ts +0 -0
- {app-ng-runtime → package}/build-task/data/list/list.build.d.ts +0 -0
- {app-ng-runtime → package}/build-task/data/live-table/live-table.build.d.ts +0 -0
- {app-ng-runtime → package}/build-task/data/media-list/media-list-item/media-list-item.build.d.ts +0 -0
- {app-ng-runtime → package}/build-task/data/media-list/media-list.build.d.ts +0 -0
- {app-ng-runtime → package}/build-task/data/pagination/pagination.build.d.ts +0 -0
- {app-ng-runtime → package}/build-task/data/table/table-action/table-action.build.d.ts +0 -0
- {app-ng-runtime → package}/build-task/data/table/table-column/table-column.build.d.ts +0 -0
- {app-ng-runtime → package}/build-task/data/table/table-column-group/table-column-group.build.d.ts +0 -0
- {app-ng-runtime → package}/build-task/data/table/table-row/table-row.build.d.ts +0 -0
- {app-ng-runtime → package}/build-task/data/table/table-row-action/table-row-action.build.d.ts +0 -0
- {app-ng-runtime → package}/build-task/data/table/table.build.d.ts +0 -0
- {app-ng-runtime → package}/build-task/device/barcode-scanner/barcode-scanner.build.d.ts +0 -0
- {app-ng-runtime → package}/build-task/device/camera/camera.build.d.ts +0 -0
- {app-ng-runtime → package}/build-task/dialogs/alert-dialog/alert-dialog.build.d.ts +0 -0
- {app-ng-runtime → package}/build-task/dialogs/base/dialog-footer/dialog-footer.build.d.ts +0 -0
- {app-ng-runtime → package}/build-task/dialogs/confirm-dialog/confirm-dialog.build.d.ts +0 -0
- {app-ng-runtime → package}/build-task/dialogs/design-dialog/dialog.build.d.ts +0 -0
- {app-ng-runtime → package}/build-task/dialogs/iframe-dialog/iframe-dialog.build.d.ts +0 -0
- {app-ng-runtime → package}/build-task/dialogs/login-dialog/login-dialog.build.d.ts +0 -0
- {app-ng-runtime → package}/build-task/dialogs/partial-dialog/partial-dialog.build.d.ts +0 -0
- {app-ng-runtime → package}/build-task/esm2022/advanced/carousel/carousel-template/carousel-template.build.mjs +0 -0
- {app-ng-runtime → package}/build-task/esm2022/advanced/carousel/carousel.build.mjs +0 -0
- {app-ng-runtime → package}/build-task/esm2022/advanced/login/login.build.mjs +0 -0
- {app-ng-runtime → package}/build-task/esm2022/advanced/marquee/marquee.build.mjs +0 -0
- {app-ng-runtime → package}/build-task/esm2022/basic/default/anchor/anchor.build.mjs +0 -0
- {app-ng-runtime → package}/build-task/esm2022/basic/default/audio/audio.build.mjs +0 -0
- {app-ng-runtime → package}/build-task/esm2022/basic/default/html/html.build.mjs +0 -0
- {app-ng-runtime → package}/build-task/esm2022/basic/default/icon/icon.build.mjs +0 -0
- {app-ng-runtime → package}/build-task/esm2022/basic/default/iframe/iframe.build.mjs +0 -0
- {app-ng-runtime → package}/build-task/esm2022/basic/default/label/label.build.mjs +0 -0
- {app-ng-runtime → package}/build-task/esm2022/basic/default/picture/picture.build.mjs +0 -0
- {app-ng-runtime → package}/build-task/esm2022/basic/default/spinner/spinner.build.mjs +0 -0
- {app-ng-runtime → package}/build-task/esm2022/basic/default/video/video.build.mjs +0 -0
- {app-ng-runtime → package}/build-task/esm2022/basic/progress/progress-bar/progress-bar.build.mjs +0 -0
- {app-ng-runtime → package}/build-task/esm2022/basic/progress/progress-circle/progress-circle.build.mjs +0 -0
- {app-ng-runtime → package}/build-task/esm2022/basic/rich-text-editor/rich-text-editor.build.mjs +0 -0
- {app-ng-runtime → package}/build-task/esm2022/basic/search/search.build.mjs +0 -0
- {app-ng-runtime → package}/build-task/esm2022/basic/tree/tree.build.mjs +0 -0
- {app-ng-runtime → package}/build-task/esm2022/chart/chart.build.mjs +0 -0
- {app-ng-runtime → package}/build-task/esm2022/containers/accordion/accordion-pane/accordion-pane.build.mjs +0 -0
- {app-ng-runtime → package}/build-task/esm2022/containers/accordion/accordion.build.mjs +0 -0
- {app-ng-runtime → package}/build-task/esm2022/containers/container.build.mjs +0 -0
- {app-ng-runtime → package}/build-task/esm2022/containers/layout-grid/layout-grid-column/layout-grid-column.build.mjs +0 -0
- {app-ng-runtime → package}/build-task/esm2022/containers/layout-grid/layout-grid-row/layout-grid-row.build.mjs +0 -0
- {app-ng-runtime → package}/build-task/esm2022/containers/layout-grid/layout-grid.build.mjs +0 -0
- {app-ng-runtime → package}/build-task/esm2022/containers/linear-layout/linear-layout-item/linear-layout-item.build.mjs +0 -0
- {app-ng-runtime → package}/build-task/esm2022/containers/linear-layout/linear-layout.build.mjs +0 -0
- {app-ng-runtime → package}/build-task/esm2022/containers/panel/panel.build.mjs +0 -0
- {app-ng-runtime → package}/build-task/esm2022/containers/repeat-template.build.mjs +0 -0
- {app-ng-runtime → package}/build-task/esm2022/containers/segmented-control/segment-content/segment-content.build.mjs +0 -0
- {app-ng-runtime → package}/build-task/esm2022/containers/segmented-control/segmented-control.build.mjs +0 -0
- {app-ng-runtime → package}/build-task/esm2022/containers/tabs/tab-pane/tab-pane.build.mjs +0 -0
- {app-ng-runtime → package}/build-task/esm2022/containers/tabs/tabs.build.mjs +0 -0
- {app-ng-runtime → package}/build-task/esm2022/containers/tile/tile.build.mjs +0 -0
- {app-ng-runtime → package}/build-task/esm2022/containers/wizard/wizard-step/wizard-step.build.mjs +0 -0
- {app-ng-runtime → package}/build-task/esm2022/containers/wizard/wizard.build.mjs +0 -0
- {app-ng-runtime → package}/build-task/esm2022/data/card/card-actions/card-actions.build.mjs +0 -0
- {app-ng-runtime → package}/build-task/esm2022/data/card/card-content/card-content.build.mjs +0 -0
- {app-ng-runtime → package}/build-task/esm2022/data/card/card-footer/card-footer.build.mjs +0 -0
- {app-ng-runtime → package}/build-task/esm2022/data/card/card.build.mjs +0 -0
- {app-ng-runtime → package}/build-task/esm2022/data/form/form-action/form-action.build.mjs +0 -0
- {app-ng-runtime → package}/build-task/esm2022/data/form/form-field/form-field.build.mjs +0 -0
- {app-ng-runtime → package}/build-task/esm2022/data/form/form.build.mjs +0 -0
- {app-ng-runtime → package}/build-task/esm2022/data/list/list.build.mjs +0 -0
- {app-ng-runtime → package}/build-task/esm2022/data/live-table/live-table.build.mjs +0 -0
- {app-ng-runtime → package}/build-task/esm2022/data/media-list/media-list-item/media-list-item.build.mjs +0 -0
- {app-ng-runtime → package}/build-task/esm2022/data/media-list/media-list.build.mjs +0 -0
- {app-ng-runtime → package}/build-task/esm2022/data/pagination/pagination.build.mjs +0 -0
- {app-ng-runtime → package}/build-task/esm2022/data/table/table-action/table-action.build.mjs +0 -0
- {app-ng-runtime → package}/build-task/esm2022/data/table/table-column/table-column.build.mjs +0 -0
- {app-ng-runtime → package}/build-task/esm2022/data/table/table-column-group/table-column-group.build.mjs +0 -0
- {app-ng-runtime → package}/build-task/esm2022/data/table/table-row/table-row.build.mjs +0 -0
- {app-ng-runtime → package}/build-task/esm2022/data/table/table-row-action/table-row-action.build.mjs +0 -0
- {app-ng-runtime → package}/build-task/esm2022/data/table/table.build.mjs +0 -0
- {app-ng-runtime → package}/build-task/esm2022/device/barcode-scanner/barcode-scanner.build.mjs +0 -0
- {app-ng-runtime → package}/build-task/esm2022/device/camera/camera.build.mjs +0 -0
- {app-ng-runtime → package}/build-task/esm2022/dialogs/alert-dialog/alert-dialog.build.mjs +0 -0
- {app-ng-runtime → package}/build-task/esm2022/dialogs/base/dialog-footer/dialog-footer.build.mjs +0 -0
- {app-ng-runtime → package}/build-task/esm2022/dialogs/confirm-dialog/confirm-dialog.build.mjs +0 -0
- {app-ng-runtime → package}/build-task/esm2022/dialogs/design-dialog/dialog.build.mjs +0 -0
- {app-ng-runtime → package}/build-task/esm2022/dialogs/iframe-dialog/iframe-dialog.build.mjs +0 -0
- {app-ng-runtime → package}/build-task/esm2022/dialogs/login-dialog/login-dialog.build.mjs +0 -0
- {app-ng-runtime → package}/build-task/esm2022/dialogs/partial-dialog/partial-dialog.build.mjs +0 -0
- {app-ng-runtime → package}/build-task/esm2022/index.mjs +0 -0
- {app-ng-runtime → package}/build-task/esm2022/input/calendar/calendar.build.mjs +0 -0
- {app-ng-runtime → package}/build-task/esm2022/input/chips/chips.build.mjs +0 -0
- {app-ng-runtime → package}/build-task/esm2022/input/color-picker/color-picker.build.mjs +0 -0
- {app-ng-runtime → package}/build-task/esm2022/input/currency/currency.build.mjs +0 -0
- {app-ng-runtime → package}/build-task/esm2022/input/default/button/button.build.mjs +0 -0
- {app-ng-runtime → package}/build-task/esm2022/input/default/button-group/button-group.build.mjs +0 -0
- {app-ng-runtime → package}/build-task/esm2022/input/default/checkbox/checkbox.build.mjs +0 -0
- {app-ng-runtime → package}/build-task/esm2022/input/default/checkboxset/checkboxset.build.mjs +0 -0
- {app-ng-runtime → package}/build-task/esm2022/input/default/composite/composite.build.mjs +0 -0
- {app-ng-runtime → package}/build-task/esm2022/input/default/number/number.build.mjs +0 -0
- {app-ng-runtime → package}/build-task/esm2022/input/default/radioset/radioset.build.mjs +0 -0
- {app-ng-runtime → package}/build-task/esm2022/input/default/select/select.build.mjs +0 -0
- {app-ng-runtime → package}/build-task/esm2022/input/default/switch/switch.build.mjs +0 -0
- {app-ng-runtime → package}/build-task/esm2022/input/default/text/text.build.mjs +0 -0
- {app-ng-runtime → package}/build-task/esm2022/input/default/textarea/textarea.build.mjs +0 -0
- {app-ng-runtime → package}/build-task/esm2022/input/epoch/date/date.build.mjs +0 -0
- {app-ng-runtime → package}/build-task/esm2022/input/epoch/date-time/date-time.build.mjs +0 -0
- {app-ng-runtime → package}/build-task/esm2022/input/epoch/time/time.build.mjs +0 -0
- {app-ng-runtime → package}/build-task/esm2022/input/file-upload/file-upload.build.mjs +0 -0
- {app-ng-runtime → package}/build-task/esm2022/input/rating/rating.build.mjs +0 -0
- {app-ng-runtime → package}/build-task/esm2022/input/slider/slider.build.mjs +0 -0
- {app-ng-runtime → package}/build-task/esm2022/message/message.build.mjs +0 -0
- {app-ng-runtime → package}/build-task/esm2022/navigation/breadcrumb/breadcrumb.build.mjs +0 -0
- {app-ng-runtime → package}/build-task/esm2022/navigation/nav/nav-item/nav-item.build.mjs +0 -0
- {app-ng-runtime → package}/build-task/esm2022/navigation/nav/nav.build.mjs +0 -0
- {app-ng-runtime → package}/build-task/esm2022/navigation/navbar/navbar.build.mjs +0 -0
- {app-ng-runtime → package}/build-task/esm2022/navigation/popover/popover.build.mjs +0 -0
- {app-ng-runtime → package}/build-task/esm2022/page/content/content.build.mjs +0 -0
- {app-ng-runtime → package}/build-task/esm2022/page/footer/footer.build.mjs +0 -0
- {app-ng-runtime → package}/build-task/esm2022/page/header/header.build.mjs +0 -0
- {app-ng-runtime → package}/build-task/esm2022/page/layout.build.mjs +0 -0
- {app-ng-runtime → package}/build-task/esm2022/page/left-panel/left-panel.build.mjs +0 -0
- {app-ng-runtime → package}/build-task/esm2022/page/mobile-navbar/mobile-navbar.build.mjs +0 -0
- {app-ng-runtime → package}/build-task/esm2022/page/page-content/page-content.build.mjs +0 -0
- {app-ng-runtime → package}/build-task/esm2022/page/page.build.mjs +0 -0
- {app-ng-runtime → package}/build-task/esm2022/page/right-panel/right-panel.build.mjs +0 -0
- {app-ng-runtime → package}/build-task/esm2022/page/router-outlet/router-outlet.build.mjs +0 -0
- {app-ng-runtime → package}/build-task/esm2022/page/tab-bar/tab-bar.build.mjs +0 -0
- {app-ng-runtime → package}/build-task/esm2022/page/top-nav/top-nav.build.mjs +0 -0
- {app-ng-runtime → package}/build-task/esm2022/partial/partial.build.mjs +0 -0
- {app-ng-runtime → package}/build-task/esm2022/partial-param/partial-param.build.mjs +0 -0
- {app-ng-runtime → package}/build-task/esm2022/prefab/prefab-container/prefab-container.build.mjs +0 -0
- {app-ng-runtime → package}/build-task/esm2022/prefab/prefab.build.mjs +0 -0
- {app-ng-runtime → package}/build-task/esm2022/public_api.mjs +0 -0
- {app-ng-runtime → package}/build-task/esm2022/utils/utils.mjs +0 -0
- {app-ng-runtime → package}/build-task/index.d.ts +0 -0
- {app-ng-runtime → package}/build-task/input/calendar/calendar.build.d.ts +0 -0
- {app-ng-runtime → package}/build-task/input/chips/chips.build.d.ts +0 -0
- {app-ng-runtime → package}/build-task/input/color-picker/color-picker.build.d.ts +0 -0
- {app-ng-runtime → package}/build-task/input/currency/currency.build.d.ts +0 -0
- {app-ng-runtime → package}/build-task/input/default/button/button.build.d.ts +0 -0
- {app-ng-runtime → package}/build-task/input/default/button-group/button-group.build.d.ts +0 -0
- {app-ng-runtime → package}/build-task/input/default/checkbox/checkbox.build.d.ts +0 -0
- {app-ng-runtime → package}/build-task/input/default/checkboxset/checkboxset.build.d.ts +0 -0
- {app-ng-runtime → package}/build-task/input/default/composite/composite.build.d.ts +0 -0
- {app-ng-runtime → package}/build-task/input/default/number/number.build.d.ts +0 -0
- {app-ng-runtime → package}/build-task/input/default/radioset/radioset.build.d.ts +0 -0
- {app-ng-runtime → package}/build-task/input/default/select/select.build.d.ts +0 -0
- {app-ng-runtime → package}/build-task/input/default/switch/switch.build.d.ts +0 -0
- {app-ng-runtime → package}/build-task/input/default/text/text.build.d.ts +0 -0
- {app-ng-runtime → package}/build-task/input/default/textarea/textarea.build.d.ts +0 -0
- {app-ng-runtime → package}/build-task/input/epoch/date/date.build.d.ts +0 -0
- {app-ng-runtime → package}/build-task/input/epoch/date-time/date-time.build.d.ts +0 -0
- {app-ng-runtime → package}/build-task/input/epoch/time/time.build.d.ts +0 -0
- {app-ng-runtime → package}/build-task/input/file-upload/file-upload.build.d.ts +0 -0
- {app-ng-runtime → package}/build-task/input/rating/rating.build.d.ts +0 -0
- {app-ng-runtime → package}/build-task/input/slider/slider.build.d.ts +0 -0
- {app-ng-runtime → package}/build-task/message/message.build.d.ts +0 -0
- {app-ng-runtime → package}/build-task/navigation/breadcrumb/breadcrumb.build.d.ts +0 -0
- {app-ng-runtime → package}/build-task/navigation/menu/menu.build.d.ts +0 -0
- {app-ng-runtime → package}/build-task/navigation/nav/nav-item/nav-item.build.d.ts +0 -0
- {app-ng-runtime → package}/build-task/navigation/nav/nav.build.d.ts +0 -0
- {app-ng-runtime → package}/build-task/navigation/navbar/navbar.build.d.ts +0 -0
- {app-ng-runtime → package}/build-task/navigation/popover/popover.build.d.ts +0 -0
- {app-ng-runtime → package}/build-task/package.json +0 -0
- {app-ng-runtime → package}/build-task/page/content/content.build.d.ts +0 -0
- {app-ng-runtime → package}/build-task/page/footer/footer.build.d.ts +0 -0
- {app-ng-runtime → package}/build-task/page/header/header.build.d.ts +0 -0
- {app-ng-runtime → package}/build-task/page/layout.build.d.ts +0 -0
- {app-ng-runtime → package}/build-task/page/left-panel/left-panel.build.d.ts +0 -0
- {app-ng-runtime → package}/build-task/page/mobile-navbar/mobile-navbar.build.d.ts +0 -0
- {app-ng-runtime → package}/build-task/page/page-content/page-content.build.d.ts +0 -0
- {app-ng-runtime → package}/build-task/page/page.build.d.ts +0 -0
- {app-ng-runtime → package}/build-task/page/right-panel/right-panel.build.d.ts +0 -0
- {app-ng-runtime → package}/build-task/page/router-outlet/router-outlet.build.d.ts +0 -0
- {app-ng-runtime → package}/build-task/page/tab-bar/tab-bar.build.d.ts +0 -0
- {app-ng-runtime → package}/build-task/page/top-nav/top-nav.build.d.ts +0 -0
- {app-ng-runtime → package}/build-task/partial/partial.build.d.ts +0 -0
- {app-ng-runtime → package}/build-task/partial-param/partial-param.build.d.ts +0 -0
- {app-ng-runtime → package}/build-task/prefab/prefab-container/prefab-container.build.d.ts +0 -0
- {app-ng-runtime → package}/build-task/prefab/prefab.build.d.ts +0 -0
- {app-ng-runtime → package}/build-task/public_api.d.ts +0 -0
- {app-ng-runtime → package}/build-task/utils/utils.d.ts +0 -0
- {app-ng-runtime → package}/components/advanced/carousel/bundles/index.umd.js +0 -0
- {app-ng-runtime → package}/components/advanced/carousel/carousel-template/carousel-template.directive.d.ts +0 -0
- {app-ng-runtime → package}/components/advanced/carousel/carousel-template/carousel-template.props.d.ts +0 -0
- {app-ng-runtime → package}/components/advanced/carousel/carousel.animator.d.ts +0 -0
- {app-ng-runtime → package}/components/advanced/carousel/carousel.directive.d.ts +0 -0
- {app-ng-runtime → package}/components/advanced/carousel/carousel.module.d.ts +0 -0
- {app-ng-runtime → package}/components/advanced/carousel/carousel.props.d.ts +0 -0
- {app-ng-runtime → package}/components/advanced/carousel/esm2022/carousel-template/carousel-template.directive.mjs +0 -0
- {app-ng-runtime → package}/components/advanced/carousel/esm2022/carousel-template/carousel-template.props.mjs +0 -0
- {app-ng-runtime → package}/components/advanced/carousel/esm2022/carousel.animator.mjs +0 -0
- {app-ng-runtime → package}/components/advanced/carousel/esm2022/carousel.directive.mjs +0 -0
- {app-ng-runtime → package}/components/advanced/carousel/esm2022/carousel.module.mjs +0 -0
- {app-ng-runtime → package}/components/advanced/carousel/esm2022/carousel.props.mjs +0 -0
- {app-ng-runtime → package}/components/advanced/carousel/esm2022/index.mjs +0 -0
- {app-ng-runtime → package}/components/advanced/carousel/esm2022/public_api.mjs +0 -0
- {app-ng-runtime → package}/components/advanced/carousel/fesm2022/index.mjs +0 -0
- {app-ng-runtime → package}/components/advanced/carousel/fesm2022/index.mjs.map +0 -0
- {app-ng-runtime → package}/components/advanced/carousel/index.d.ts +0 -0
- {app-ng-runtime → package}/components/advanced/carousel/package.json +0 -0
- {app-ng-runtime → package}/components/advanced/carousel/public_api.d.ts +0 -0
- {app-ng-runtime → package}/components/advanced/login/bundles/index.umd.js +0 -0
- {app-ng-runtime → package}/components/advanced/login/esm2022/index.mjs +0 -0
- {app-ng-runtime → package}/components/advanced/login/esm2022/login.component.mjs +0 -0
- {app-ng-runtime → package}/components/advanced/login/esm2022/login.module.mjs +0 -0
- {app-ng-runtime → package}/components/advanced/login/esm2022/login.props.mjs +0 -0
- {app-ng-runtime → package}/components/advanced/login/esm2022/public_api.mjs +0 -0
- {app-ng-runtime → package}/components/advanced/login/fesm2022/index.mjs +0 -0
- {app-ng-runtime → package}/components/advanced/login/fesm2022/index.mjs.map +0 -0
- {app-ng-runtime → package}/components/advanced/login/index.d.ts +0 -0
- {app-ng-runtime → package}/components/advanced/login/login.component.d.ts +0 -0
- {app-ng-runtime → package}/components/advanced/login/login.module.d.ts +0 -0
- {app-ng-runtime → package}/components/advanced/login/login.props.d.ts +0 -0
- {app-ng-runtime → package}/components/advanced/login/package.json +0 -0
- {app-ng-runtime → package}/components/advanced/login/public_api.d.ts +0 -0
- {app-ng-runtime → package}/components/advanced/marquee/bundles/index.umd.js +0 -0
- {app-ng-runtime → package}/components/advanced/marquee/esm2022/index.mjs +0 -0
- {app-ng-runtime → package}/components/advanced/marquee/esm2022/marquee.directive.mjs +0 -0
- {app-ng-runtime → package}/components/advanced/marquee/esm2022/marquee.module.mjs +0 -0
- {app-ng-runtime → package}/components/advanced/marquee/esm2022/marquee.props.mjs +0 -0
- {app-ng-runtime → package}/components/advanced/marquee/esm2022/public_api.mjs +0 -0
- {app-ng-runtime → package}/components/advanced/marquee/fesm2022/index.mjs +0 -0
- {app-ng-runtime → package}/components/advanced/marquee/fesm2022/index.mjs.map +0 -0
- {app-ng-runtime → package}/components/advanced/marquee/index.d.ts +0 -0
- {app-ng-runtime → package}/components/advanced/marquee/marquee.directive.d.ts +0 -0
- {app-ng-runtime → package}/components/advanced/marquee/marquee.module.d.ts +0 -0
- {app-ng-runtime → package}/components/advanced/marquee/marquee.props.d.ts +0 -0
- {app-ng-runtime → package}/components/advanced/marquee/package.json +0 -0
- {app-ng-runtime → package}/components/advanced/marquee/public_api.d.ts +0 -0
- {app-ng-runtime → package}/components/base/bundles/index.umd.js +0 -0
- {app-ng-runtime → package}/components/base/components.module.d.ts +0 -0
- {app-ng-runtime → package}/components/base/directives/show-in-device.directive.d.ts +0 -0
- {app-ng-runtime → package}/components/base/esm2022/components.module.mjs +0 -0
- {app-ng-runtime → package}/components/base/esm2022/directives/show-in-device.directive.mjs +0 -0
- {app-ng-runtime → package}/components/base/esm2022/index.mjs +0 -0
- {app-ng-runtime → package}/components/base/esm2022/pipes/custom-pipes.mjs +0 -0
- {app-ng-runtime → package}/components/base/esm2022/pipes/image.pipe.mjs +0 -0
- {app-ng-runtime → package}/components/base/esm2022/pipes/sanitize.pipe.mjs +0 -0
- {app-ng-runtime → package}/components/base/esm2022/pipes/trust-as.pipe.mjs +0 -0
- {app-ng-runtime → package}/components/base/esm2022/pipes/wm-pipe.mjs +0 -0
- {app-ng-runtime → package}/components/base/esm2022/public_api.mjs +0 -0
- {app-ng-runtime → package}/components/base/esm2022/utils/form-utils.mjs +0 -0
- {app-ng-runtime → package}/components/base/esm2022/utils/live-utils.mjs +0 -0
- {app-ng-runtime → package}/components/base/esm2022/utils/widget-utils.mjs +0 -0
- {app-ng-runtime → package}/components/base/esm2022/widgets/common/base/base-container.component.mjs +0 -0
- {app-ng-runtime → package}/components/base/esm2022/widgets/common/base/base-field-validations.mjs +0 -0
- {app-ng-runtime → package}/components/base/esm2022/widgets/common/base/base.component.mjs +0 -0
- {app-ng-runtime → package}/components/base/esm2022/widgets/common/base/dataset-aware-nav.component.mjs +0 -0
- {app-ng-runtime → package}/components/base/esm2022/widgets/common/base/partial-container.directive.mjs +0 -0
- {app-ng-runtime → package}/components/base/esm2022/widgets/common/base/stylable.component.mjs +0 -0
- {app-ng-runtime → package}/components/base/esm2022/widgets/common/base/text-content.directive.mjs +0 -0
- {app-ng-runtime → package}/components/base/esm2022/widgets/common/container/container.directive.mjs +0 -0
- {app-ng-runtime → package}/components/base/esm2022/widgets/common/container/container.props.mjs +0 -0
- {app-ng-runtime → package}/components/base/esm2022/widgets/common/dialog/dialog.service.mjs +0 -0
- {app-ng-runtime → package}/components/base/esm2022/widgets/common/item-template/item-template.directive.mjs +0 -0
- {app-ng-runtime → package}/components/base/esm2022/widgets/common/item-template/item-template.props.mjs +0 -0
- {app-ng-runtime → package}/components/base/esm2022/widgets/common/lazy-load/lazy-load.directive.mjs +0 -0
- {app-ng-runtime → package}/components/base/esm2022/widgets/common/message/message.component.mjs +0 -0
- {app-ng-runtime → package}/components/base/esm2022/widgets/common/message/message.props.mjs +0 -0
- {app-ng-runtime → package}/components/base/esm2022/widgets/common/partial/partial.directive.mjs +0 -0
- {app-ng-runtime → package}/components/base/esm2022/widgets/common/partial/partial.props.mjs +0 -0
- {app-ng-runtime → package}/components/base/esm2022/widgets/common/partial-param/partial-param.directive.mjs +0 -0
- {app-ng-runtime → package}/components/base/esm2022/widgets/common/pull-to-refresh/pull-to-refresh.mjs +0 -0
- {app-ng-runtime → package}/components/base/esm2022/widgets/common/redraw/redrawable.directive.mjs +0 -0
- {app-ng-runtime → package}/components/base/esm2022/widgets/common/repeat-template/repeat-template.directive.mjs +0 -0
- {app-ng-runtime → package}/components/base/esm2022/widgets/common/repeat-template/repeat-template.props.mjs +0 -0
- {app-ng-runtime → package}/components/base/esm2022/widgets/common/smooth-scroll/smooth-scroll.directive.mjs +0 -0
- {app-ng-runtime → package}/components/base/esm2022/widgets/framework/constants.mjs +0 -0
- {app-ng-runtime → package}/components/base/esm2022/widgets/framework/deviceview.mjs +0 -0
- {app-ng-runtime → package}/components/base/esm2022/widgets/framework/property-change-handler.mjs +0 -0
- {app-ng-runtime → package}/components/base/esm2022/widgets/framework/styler.mjs +0 -0
- {app-ng-runtime → package}/components/base/esm2022/widgets/framework/types.mjs +0 -0
- {app-ng-runtime → package}/components/base/esm2022/widgets/framework/widget-id-generator.mjs +0 -0
- {app-ng-runtime → package}/components/base/esm2022/widgets/framework/widget-props.mjs +0 -0
- {app-ng-runtime → package}/components/base/esm2022/widgets/framework/widget-proxy-provider.mjs +0 -0
- {app-ng-runtime → package}/components/base/esm2022/widgets/framework/widget-registry.mjs +0 -0
- {app-ng-runtime → package}/components/base/fesm2022/index.mjs +0 -0
- {app-ng-runtime → package}/components/base/index.d.ts +0 -0
- {app-ng-runtime → package}/components/base/package.json +0 -0
- {app-ng-runtime → package}/components/base/pipes/custom-pipes.d.ts +0 -0
- {app-ng-runtime → package}/components/base/pipes/image.pipe.d.ts +0 -0
- {app-ng-runtime → package}/components/base/pipes/sanitize.pipe.d.ts +0 -0
- {app-ng-runtime → package}/components/base/pipes/trust-as.pipe.d.ts +0 -0
- {app-ng-runtime → package}/components/base/pipes/wm-pipe.d.ts +0 -0
- {app-ng-runtime → package}/components/base/public_api.d.ts +0 -0
- {app-ng-runtime → package}/components/base/utils/form-utils.d.ts +0 -0
- {app-ng-runtime → package}/components/base/utils/live-utils.d.ts +0 -0
- {app-ng-runtime → package}/components/base/utils/widget-utils.d.ts +0 -0
- {app-ng-runtime → package}/components/base/widgets/common/base/base-container.component.d.ts +0 -0
- {app-ng-runtime → package}/components/base/widgets/common/base/base-field-validations.d.ts +0 -0
- {app-ng-runtime → package}/components/base/widgets/common/base/base.component.d.ts +0 -0
- {app-ng-runtime → package}/components/base/widgets/common/base/dataset-aware-nav.component.d.ts +0 -0
- {app-ng-runtime → package}/components/base/widgets/common/base/partial-container.directive.d.ts +0 -0
- {app-ng-runtime → package}/components/base/widgets/common/base/stylable.component.d.ts +0 -0
- {app-ng-runtime → package}/components/base/widgets/common/base/text-content.directive.d.ts +0 -0
- {app-ng-runtime → package}/components/base/widgets/common/container/container.directive.d.ts +0 -0
- {app-ng-runtime → package}/components/base/widgets/common/container/container.props.d.ts +0 -0
- {app-ng-runtime → package}/components/base/widgets/common/dialog/dialog.service.d.ts +0 -0
- {app-ng-runtime → package}/components/base/widgets/common/item-template/item-template.directive.d.ts +0 -0
- {app-ng-runtime → package}/components/base/widgets/common/item-template/item-template.props.d.ts +0 -0
- {app-ng-runtime → package}/components/base/widgets/common/lazy-load/lazy-load.directive.d.ts +0 -0
- {app-ng-runtime → package}/components/base/widgets/common/message/message.component.d.ts +0 -0
- {app-ng-runtime → package}/components/base/widgets/common/message/message.props.d.ts +0 -0
- {app-ng-runtime → package}/components/base/widgets/common/partial/partial.directive.d.ts +0 -0
- {app-ng-runtime → package}/components/base/widgets/common/partial/partial.props.d.ts +0 -0
- {app-ng-runtime → package}/components/base/widgets/common/partial-param/partial-param.directive.d.ts +0 -0
- {app-ng-runtime → package}/components/base/widgets/common/pull-to-refresh/pull-to-refresh.d.ts +0 -0
- {app-ng-runtime → package}/components/base/widgets/common/redraw/redrawable.directive.d.ts +0 -0
- {app-ng-runtime → package}/components/base/widgets/common/repeat-template/repeat-template.directive.d.ts +0 -0
- {app-ng-runtime → package}/components/base/widgets/common/repeat-template/repeat-template.props.d.ts +0 -0
- {app-ng-runtime → package}/components/base/widgets/common/smooth-scroll/smooth-scroll.directive.d.ts +0 -0
- {app-ng-runtime → package}/components/base/widgets/framework/constants.d.ts +0 -0
- {app-ng-runtime → package}/components/base/widgets/framework/deviceview.d.ts +0 -0
- {app-ng-runtime → package}/components/base/widgets/framework/property-change-handler.d.ts +0 -0
- {app-ng-runtime → package}/components/base/widgets/framework/styler.d.ts +0 -0
- {app-ng-runtime → package}/components/base/widgets/framework/types.d.ts +0 -0
- {app-ng-runtime → package}/components/base/widgets/framework/widget-id-generator.d.ts +0 -0
- {app-ng-runtime → package}/components/base/widgets/framework/widget-props.d.ts +0 -0
- {app-ng-runtime → package}/components/base/widgets/framework/widget-proxy-provider.d.ts +0 -0
- {app-ng-runtime → package}/components/base/widgets/framework/widget-registry.d.ts +0 -0
- {app-ng-runtime → package}/components/basic/default/anchor/anchor.component.d.ts +0 -0
- {app-ng-runtime → package}/components/basic/default/anchor/anchor.props.d.ts +0 -0
- {app-ng-runtime → package}/components/basic/default/audio/audio.props.d.ts +0 -0
- {app-ng-runtime → package}/components/basic/default/basic.module.d.ts +0 -0
- {app-ng-runtime → package}/components/basic/default/esm2022/anchor/anchor.component.mjs +0 -0
- {app-ng-runtime → package}/components/basic/default/esm2022/anchor/anchor.props.mjs +0 -0
- {app-ng-runtime → package}/components/basic/default/esm2022/audio/audio.props.mjs +0 -0
- {app-ng-runtime → package}/components/basic/default/esm2022/basic.module.mjs +0 -0
- {app-ng-runtime → package}/components/basic/default/esm2022/html/html.directive.mjs +0 -0
- {app-ng-runtime → package}/components/basic/default/esm2022/html/html.props.mjs +0 -0
- {app-ng-runtime → package}/components/basic/default/esm2022/icon/icon.component.mjs +0 -0
- {app-ng-runtime → package}/components/basic/default/esm2022/icon/icon.props.mjs +0 -0
- {app-ng-runtime → package}/components/basic/default/esm2022/iframe/iframe.component.mjs +0 -0
- {app-ng-runtime → package}/components/basic/default/esm2022/iframe/iframe.props.mjs +0 -0
- {app-ng-runtime → package}/components/basic/default/esm2022/index.mjs +0 -0
- {app-ng-runtime → package}/components/basic/default/esm2022/label/label.directive.mjs +0 -0
- {app-ng-runtime → package}/components/basic/default/esm2022/label/label.props.mjs +0 -0
- {app-ng-runtime → package}/components/basic/default/esm2022/picture/picture.directive.mjs +0 -0
- {app-ng-runtime → package}/components/basic/default/esm2022/picture/picture.props.mjs +0 -0
- {app-ng-runtime → package}/components/basic/default/esm2022/public_api.mjs +0 -0
- {app-ng-runtime → package}/components/basic/default/esm2022/spinner/spinner.component.mjs +0 -0
- {app-ng-runtime → package}/components/basic/default/esm2022/spinner/spinner.props.mjs +0 -0
- {app-ng-runtime → package}/components/basic/default/esm2022/video/video.component.mjs +0 -0
- {app-ng-runtime → package}/components/basic/default/esm2022/video/video.props.mjs +0 -0
- {app-ng-runtime → package}/components/basic/default/html/html.directive.d.ts +0 -0
- {app-ng-runtime → package}/components/basic/default/html/html.props.d.ts +0 -0
- {app-ng-runtime → package}/components/basic/default/icon/icon.component.d.ts +0 -0
- {app-ng-runtime → package}/components/basic/default/icon/icon.props.d.ts +0 -0
- {app-ng-runtime → package}/components/basic/default/iframe/iframe.component.d.ts +0 -0
- {app-ng-runtime → package}/components/basic/default/iframe/iframe.props.d.ts +0 -0
- {app-ng-runtime → package}/components/basic/default/index.d.ts +0 -0
- {app-ng-runtime → package}/components/basic/default/label/label.directive.d.ts +0 -0
- {app-ng-runtime → package}/components/basic/default/label/label.props.d.ts +0 -0
- {app-ng-runtime → package}/components/basic/default/package.json +0 -0
- {app-ng-runtime → package}/components/basic/default/picture/picture.directive.d.ts +0 -0
- {app-ng-runtime → package}/components/basic/default/picture/picture.props.d.ts +0 -0
- {app-ng-runtime → package}/components/basic/default/public_api.d.ts +0 -0
- {app-ng-runtime → package}/components/basic/default/spinner/spinner.component.d.ts +0 -0
- {app-ng-runtime → package}/components/basic/default/spinner/spinner.props.d.ts +0 -0
- {app-ng-runtime → package}/components/basic/default/video/video.component.d.ts +0 -0
- {app-ng-runtime → package}/components/basic/default/video/video.props.d.ts +0 -0
- {app-ng-runtime → package}/components/basic/progress/esm2022/index.mjs +0 -0
- {app-ng-runtime → package}/components/basic/progress/esm2022/progress-bar/progress-bar.props.mjs +0 -0
- {app-ng-runtime → package}/components/basic/progress/esm2022/progress-circle/progress-circle.props.mjs +0 -0
- {app-ng-runtime → package}/components/basic/progress/esm2022/progress.module.mjs +0 -0
- {app-ng-runtime → package}/components/basic/progress/esm2022/public_api.mjs +0 -0
- {app-ng-runtime → package}/components/basic/progress/esm2022/utils.mjs +0 -0
- {app-ng-runtime → package}/components/basic/progress/index.d.ts +0 -0
- {app-ng-runtime → package}/components/basic/progress/package.json +0 -0
- {app-ng-runtime → package}/components/basic/progress/progress-bar/progress-bar.component.d.ts +0 -0
- {app-ng-runtime → package}/components/basic/progress/progress-bar/progress-bar.props.d.ts +0 -0
- {app-ng-runtime → package}/components/basic/progress/progress-circle/progress-circle.props.d.ts +0 -0
- {app-ng-runtime → package}/components/basic/progress/progress.module.d.ts +0 -0
- {app-ng-runtime → package}/components/basic/progress/public_api.d.ts +0 -0
- {app-ng-runtime → package}/components/basic/progress/utils.d.ts +0 -0
- {app-ng-runtime → package}/components/basic/rich-text-editor/bundles/index.umd.js +0 -0
- {app-ng-runtime → package}/components/basic/rich-text-editor/esm2022/index.mjs +0 -0
- {app-ng-runtime → package}/components/basic/rich-text-editor/esm2022/public_api.mjs +0 -0
- {app-ng-runtime → package}/components/basic/rich-text-editor/esm2022/rich-text-editor.component.mjs +0 -0
- {app-ng-runtime → package}/components/basic/rich-text-editor/esm2022/rich-text-editor.module.mjs +0 -0
- {app-ng-runtime → package}/components/basic/rich-text-editor/esm2022/rich-text-editor.props.mjs +0 -0
- {app-ng-runtime → package}/components/basic/rich-text-editor/fesm2022/index.mjs +0 -0
- {app-ng-runtime → package}/components/basic/rich-text-editor/fesm2022/index.mjs.map +0 -0
- {app-ng-runtime → package}/components/basic/rich-text-editor/index.d.ts +0 -0
- {app-ng-runtime → package}/components/basic/rich-text-editor/package.json +0 -0
- {app-ng-runtime → package}/components/basic/rich-text-editor/public_api.d.ts +0 -0
- {app-ng-runtime → package}/components/basic/rich-text-editor/rich-text-editor.component.d.ts +0 -0
- {app-ng-runtime → package}/components/basic/rich-text-editor/rich-text-editor.module.d.ts +0 -0
- {app-ng-runtime → package}/components/basic/rich-text-editor/rich-text-editor.props.d.ts +0 -0
- {app-ng-runtime → package}/components/basic/search/bundles/index.umd.js +0 -0
- {app-ng-runtime → package}/components/basic/search/data-provider/data-provider.d.ts +0 -0
- {app-ng-runtime → package}/components/basic/search/data-provider/local-data-provider.d.ts +0 -0
- {app-ng-runtime → package}/components/basic/search/data-provider/remote-data-provider.d.ts +0 -0
- {app-ng-runtime → package}/components/basic/search/esm2022/data-provider/data-provider.mjs +0 -0
- {app-ng-runtime → package}/components/basic/search/esm2022/data-provider/local-data-provider.mjs +0 -0
- {app-ng-runtime → package}/components/basic/search/esm2022/data-provider/remote-data-provider.mjs +0 -0
- {app-ng-runtime → package}/components/basic/search/esm2022/index.mjs +0 -0
- {app-ng-runtime → package}/components/basic/search/esm2022/public_api.mjs +0 -0
- {app-ng-runtime → package}/components/basic/search/esm2022/scrollable.directive.mjs +0 -0
- {app-ng-runtime → package}/components/basic/search/esm2022/search.component.mjs +0 -0
- {app-ng-runtime → package}/components/basic/search/esm2022/search.module.mjs +0 -0
- {app-ng-runtime → package}/components/basic/search/esm2022/search.props.mjs +0 -0
- {app-ng-runtime → package}/components/basic/search/fesm2022/index.mjs +0 -0
- {app-ng-runtime → package}/components/basic/search/fesm2022/index.mjs.map +0 -0
- {app-ng-runtime → package}/components/basic/search/index.d.ts +0 -0
- {app-ng-runtime → package}/components/basic/search/package.json +0 -0
- {app-ng-runtime → package}/components/basic/search/public_api.d.ts +0 -0
- {app-ng-runtime → package}/components/basic/search/scrollable.directive.d.ts +0 -0
- {app-ng-runtime → package}/components/basic/search/search.component.d.ts +0 -0
- {app-ng-runtime → package}/components/basic/search/search.module.d.ts +0 -0
- {app-ng-runtime → package}/components/basic/search/search.props.d.ts +0 -0
- {app-ng-runtime → package}/components/basic/tree/bundles/index.umd.js +0 -0
- {app-ng-runtime → package}/components/basic/tree/esm2022/index.mjs +0 -0
- {app-ng-runtime → package}/components/basic/tree/esm2022/public_api.mjs +0 -0
- {app-ng-runtime → package}/components/basic/tree/esm2022/tree.component.mjs +0 -0
- {app-ng-runtime → package}/components/basic/tree/esm2022/tree.module.mjs +0 -0
- {app-ng-runtime → package}/components/basic/tree/esm2022/tree.props.mjs +0 -0
- {app-ng-runtime → package}/components/basic/tree/fesm2022/index.mjs +0 -0
- {app-ng-runtime → package}/components/basic/tree/fesm2022/index.mjs.map +0 -0
- {app-ng-runtime → package}/components/basic/tree/index.d.ts +0 -0
- {app-ng-runtime → package}/components/basic/tree/package.json +0 -0
- {app-ng-runtime → package}/components/basic/tree/public_api.d.ts +0 -0
- {app-ng-runtime → package}/components/basic/tree/tree.component.d.ts +0 -0
- {app-ng-runtime → package}/components/basic/tree/tree.module.d.ts +0 -0
- {app-ng-runtime → package}/components/basic/tree/tree.props.d.ts +0 -0
- {app-ng-runtime → package}/components/chart/bundles/index.umd.js +0 -0
- {app-ng-runtime → package}/components/chart/chart.component.d.ts +0 -0
- {app-ng-runtime → package}/components/chart/chart.module.d.ts +0 -0
- {app-ng-runtime → package}/components/chart/chart.props.d.ts +0 -0
- {app-ng-runtime → package}/components/chart/chart.utils.d.ts +0 -0
- {app-ng-runtime → package}/components/chart/esm2022/chart.component.mjs +0 -0
- {app-ng-runtime → package}/components/chart/esm2022/chart.module.mjs +0 -0
- {app-ng-runtime → package}/components/chart/esm2022/chart.props.mjs +0 -0
- {app-ng-runtime → package}/components/chart/esm2022/chart.utils.mjs +0 -0
- {app-ng-runtime → package}/components/chart/esm2022/index.mjs +0 -0
- {app-ng-runtime → package}/components/chart/esm2022/public_api.mjs +0 -0
- {app-ng-runtime → package}/components/chart/fesm2022/index.mjs +0 -0
- {app-ng-runtime → package}/components/chart/fesm2022/index.mjs.map +0 -0
- {app-ng-runtime → package}/components/chart/index.d.ts +0 -0
- {app-ng-runtime → package}/components/chart/package.json +0 -0
- {app-ng-runtime → package}/components/chart/public_api.d.ts +0 -0
- {app-ng-runtime → package}/components/containers/accordion/accordion-pane/accordion-pane.component.d.ts +0 -0
- {app-ng-runtime → package}/components/containers/accordion/accordion-pane/accordion-pane.props.d.ts +0 -0
- {app-ng-runtime → package}/components/containers/accordion/accordion.directive.d.ts +0 -0
- {app-ng-runtime → package}/components/containers/accordion/accordion.module.d.ts +0 -0
- {app-ng-runtime → package}/components/containers/accordion/accordion.props.d.ts +0 -0
- {app-ng-runtime → package}/components/containers/accordion/bundles/index.umd.js +0 -0
- {app-ng-runtime → package}/components/containers/accordion/esm2022/accordion-pane/accordion-pane.component.mjs +0 -0
- {app-ng-runtime → package}/components/containers/accordion/esm2022/accordion-pane/accordion-pane.props.mjs +0 -0
- {app-ng-runtime → package}/components/containers/accordion/esm2022/accordion.directive.mjs +0 -0
- {app-ng-runtime → package}/components/containers/accordion/esm2022/accordion.module.mjs +0 -0
- {app-ng-runtime → package}/components/containers/accordion/esm2022/accordion.props.mjs +0 -0
- {app-ng-runtime → package}/components/containers/accordion/esm2022/index.mjs +0 -0
- {app-ng-runtime → package}/components/containers/accordion/esm2022/public_api.mjs +0 -0
- {app-ng-runtime → package}/components/containers/accordion/fesm2022/index.mjs +0 -0
- {app-ng-runtime → package}/components/containers/accordion/fesm2022/index.mjs.map +0 -0
- {app-ng-runtime → package}/components/containers/accordion/index.d.ts +0 -0
- {app-ng-runtime → package}/components/containers/accordion/package.json +0 -0
- {app-ng-runtime → package}/components/containers/accordion/public_api.d.ts +0 -0
- {app-ng-runtime → package}/components/containers/layout-grid/bundles/index.umd.js +0 -0
- {app-ng-runtime → package}/components/containers/layout-grid/esm2022/index.mjs +0 -0
- {app-ng-runtime → package}/components/containers/layout-grid/esm2022/layout-grid-column/layout-grid-column.directive.mjs +0 -0
- {app-ng-runtime → package}/components/containers/layout-grid/esm2022/layout-grid-column/layout-grid-column.props.mjs +0 -0
- {app-ng-runtime → package}/components/containers/layout-grid/esm2022/layout-grid-row/layout-grid-row.directive.mjs +0 -0
- {app-ng-runtime → package}/components/containers/layout-grid/esm2022/layout-grid-row/layout-grid-row.props.mjs +0 -0
- {app-ng-runtime → package}/components/containers/layout-grid/esm2022/layout-grid.directive.mjs +0 -0
- {app-ng-runtime → package}/components/containers/layout-grid/esm2022/layout-grid.module.mjs +0 -0
- {app-ng-runtime → package}/components/containers/layout-grid/esm2022/layout-grid.props.mjs +0 -0
- {app-ng-runtime → package}/components/containers/layout-grid/esm2022/public_api.mjs +0 -0
- {app-ng-runtime → package}/components/containers/layout-grid/fesm2022/index.mjs +0 -0
- {app-ng-runtime → package}/components/containers/layout-grid/fesm2022/index.mjs.map +0 -0
- {app-ng-runtime → package}/components/containers/layout-grid/index.d.ts +0 -0
- {app-ng-runtime → package}/components/containers/layout-grid/layout-grid-column/layout-grid-column.directive.d.ts +0 -0
- {app-ng-runtime → package}/components/containers/layout-grid/layout-grid-column/layout-grid-column.props.d.ts +0 -0
- {app-ng-runtime → package}/components/containers/layout-grid/layout-grid-row/layout-grid-row.directive.d.ts +0 -0
- {app-ng-runtime → package}/components/containers/layout-grid/layout-grid-row/layout-grid-row.props.d.ts +0 -0
- {app-ng-runtime → package}/components/containers/layout-grid/layout-grid.directive.d.ts +0 -0
- {app-ng-runtime → package}/components/containers/layout-grid/layout-grid.module.d.ts +0 -0
- {app-ng-runtime → package}/components/containers/layout-grid/layout-grid.props.d.ts +0 -0
- {app-ng-runtime → package}/components/containers/layout-grid/package.json +0 -0
- {app-ng-runtime → package}/components/containers/layout-grid/public_api.d.ts +0 -0
- {app-ng-runtime → package}/components/containers/linear-layout/bundles/index.umd.js +0 -0
- {app-ng-runtime → package}/components/containers/linear-layout/esm2022/index.mjs +0 -0
- {app-ng-runtime → package}/components/containers/linear-layout/esm2022/linear-layout-item/linear-layout-item.directive.mjs +0 -0
- {app-ng-runtime → package}/components/containers/linear-layout/esm2022/linear-layout-item/linear-layout-item.props.mjs +0 -0
- {app-ng-runtime → package}/components/containers/linear-layout/esm2022/linear-layout.directive.mjs +0 -0
- {app-ng-runtime → package}/components/containers/linear-layout/esm2022/linear-layout.module.mjs +0 -0
- {app-ng-runtime → package}/components/containers/linear-layout/esm2022/linear-layout.props.mjs +0 -0
- {app-ng-runtime → package}/components/containers/linear-layout/esm2022/public_api.mjs +0 -0
- {app-ng-runtime → package}/components/containers/linear-layout/fesm2022/index.mjs +0 -0
- {app-ng-runtime → package}/components/containers/linear-layout/fesm2022/index.mjs.map +0 -0
- {app-ng-runtime → package}/components/containers/linear-layout/index.d.ts +0 -0
- {app-ng-runtime → package}/components/containers/linear-layout/linear-layout-item/linear-layout-item.directive.d.ts +0 -0
- {app-ng-runtime → package}/components/containers/linear-layout/linear-layout-item/linear-layout-item.props.d.ts +0 -0
- {app-ng-runtime → package}/components/containers/linear-layout/linear-layout.directive.d.ts +0 -0
- {app-ng-runtime → package}/components/containers/linear-layout/linear-layout.module.d.ts +0 -0
- {app-ng-runtime → package}/components/containers/linear-layout/linear-layout.props.d.ts +0 -0
- {app-ng-runtime → package}/components/containers/linear-layout/package.json +0 -0
- {app-ng-runtime → package}/components/containers/linear-layout/public_api.d.ts +0 -0
- {app-ng-runtime → package}/components/containers/panel/bundles/index.umd.js +0 -0
- {app-ng-runtime → package}/components/containers/panel/esm2022/index.mjs +0 -0
- {app-ng-runtime → package}/components/containers/panel/esm2022/panel.component.mjs +0 -0
- {app-ng-runtime → package}/components/containers/panel/esm2022/panel.module.mjs +0 -0
- {app-ng-runtime → package}/components/containers/panel/esm2022/panel.props.mjs +0 -0
- {app-ng-runtime → package}/components/containers/panel/esm2022/public_api.mjs +0 -0
- {app-ng-runtime → package}/components/containers/panel/fesm2022/index.mjs +0 -0
- {app-ng-runtime → package}/components/containers/panel/fesm2022/index.mjs.map +0 -0
- {app-ng-runtime → package}/components/containers/panel/index.d.ts +0 -0
- {app-ng-runtime → package}/components/containers/panel/package.json +0 -0
- {app-ng-runtime → package}/components/containers/panel/panel.component.d.ts +0 -0
- {app-ng-runtime → package}/components/containers/panel/panel.module.d.ts +0 -0
- {app-ng-runtime → package}/components/containers/panel/panel.props.d.ts +0 -0
- {app-ng-runtime → package}/components/containers/panel/public_api.d.ts +0 -0
- {app-ng-runtime → package}/components/containers/tabs/bundles/index.umd.js +0 -0
- {app-ng-runtime → package}/components/containers/tabs/esm2022/index.mjs +0 -0
- {app-ng-runtime → package}/components/containers/tabs/esm2022/public_api.mjs +0 -0
- {app-ng-runtime → package}/components/containers/tabs/esm2022/tab-pane/tab-pane.component.mjs +0 -0
- {app-ng-runtime → package}/components/containers/tabs/esm2022/tab-pane/tab-pane.props.mjs +0 -0
- {app-ng-runtime → package}/components/containers/tabs/esm2022/tabs.animator.mjs +0 -0
- {app-ng-runtime → package}/components/containers/tabs/esm2022/tabs.component.mjs +0 -0
- {app-ng-runtime → package}/components/containers/tabs/esm2022/tabs.module.mjs +0 -0
- {app-ng-runtime → package}/components/containers/tabs/esm2022/tabs.props.mjs +0 -0
- {app-ng-runtime → package}/components/containers/tabs/fesm2022/index.mjs +0 -0
- {app-ng-runtime → package}/components/containers/tabs/fesm2022/index.mjs.map +0 -0
- {app-ng-runtime → package}/components/containers/tabs/index.d.ts +0 -0
- {app-ng-runtime → package}/components/containers/tabs/package.json +0 -0
- {app-ng-runtime → package}/components/containers/tabs/public_api.d.ts +0 -0
- {app-ng-runtime → package}/components/containers/tabs/tab-pane/tab-pane.component.d.ts +0 -0
- {app-ng-runtime → package}/components/containers/tabs/tab-pane/tab-pane.props.d.ts +0 -0
- {app-ng-runtime → package}/components/containers/tabs/tabs.animator.d.ts +0 -0
- {app-ng-runtime → package}/components/containers/tabs/tabs.component.d.ts +0 -0
- {app-ng-runtime → package}/components/containers/tabs/tabs.module.d.ts +0 -0
- {app-ng-runtime → package}/components/containers/tabs/tabs.props.d.ts +0 -0
- {app-ng-runtime → package}/components/containers/tile/bundles/index.umd.js +0 -0
- {app-ng-runtime → package}/components/containers/tile/esm2022/index.mjs +0 -0
- {app-ng-runtime → package}/components/containers/tile/esm2022/public_api.mjs +0 -0
- {app-ng-runtime → package}/components/containers/tile/esm2022/tile.directive.mjs +0 -0
- {app-ng-runtime → package}/components/containers/tile/esm2022/tile.module.mjs +0 -0
- {app-ng-runtime → package}/components/containers/tile/esm2022/tile.props.mjs +0 -0
- {app-ng-runtime → package}/components/containers/tile/fesm2022/index.mjs +0 -0
- {app-ng-runtime → package}/components/containers/tile/fesm2022/index.mjs.map +0 -0
- {app-ng-runtime → package}/components/containers/tile/index.d.ts +0 -0
- {app-ng-runtime → package}/components/containers/tile/package.json +0 -0
- {app-ng-runtime → package}/components/containers/tile/public_api.d.ts +0 -0
- {app-ng-runtime → package}/components/containers/tile/tile.directive.d.ts +0 -0
- {app-ng-runtime → package}/components/containers/tile/tile.module.d.ts +0 -0
- {app-ng-runtime → package}/components/containers/tile/tile.props.d.ts +0 -0
- {app-ng-runtime → package}/components/containers/wizard/bundles/index.umd.js +0 -0
- {app-ng-runtime → package}/components/containers/wizard/esm2022/index.mjs +0 -0
- {app-ng-runtime → package}/components/containers/wizard/esm2022/public_api.mjs +0 -0
- {app-ng-runtime → package}/components/containers/wizard/esm2022/wizard-step/wizard-step.directive.mjs +0 -0
- {app-ng-runtime → package}/components/containers/wizard/esm2022/wizard-step/wizard-step.props.mjs +0 -0
- {app-ng-runtime → package}/components/containers/wizard/esm2022/wizard.component.mjs +0 -0
- {app-ng-runtime → package}/components/containers/wizard/esm2022/wizard.module.mjs +0 -0
- {app-ng-runtime → package}/components/containers/wizard/esm2022/wizard.props.mjs +0 -0
- {app-ng-runtime → package}/components/containers/wizard/fesm2022/index.mjs +0 -0
- {app-ng-runtime → package}/components/containers/wizard/fesm2022/index.mjs.map +0 -0
- {app-ng-runtime → package}/components/containers/wizard/index.d.ts +0 -0
- {app-ng-runtime → package}/components/containers/wizard/package.json +0 -0
- {app-ng-runtime → package}/components/containers/wizard/public_api.d.ts +0 -0
- {app-ng-runtime → package}/components/containers/wizard/wizard-step/wizard-step.directive.d.ts +0 -0
- {app-ng-runtime → package}/components/containers/wizard/wizard-step/wizard-step.props.d.ts +0 -0
- {app-ng-runtime → package}/components/containers/wizard/wizard.component.d.ts +0 -0
- {app-ng-runtime → package}/components/containers/wizard/wizard.module.d.ts +0 -0
- {app-ng-runtime → package}/components/containers/wizard/wizard.props.d.ts +0 -0
- {app-ng-runtime → package}/components/data/card/bundles/index.umd.js +0 -0
- {app-ng-runtime → package}/components/data/card/card-actions/card-actions.directive.d.ts +0 -0
- {app-ng-runtime → package}/components/data/card/card-actions/card-actions.props.d.ts +0 -0
- {app-ng-runtime → package}/components/data/card/card-content/card-content.component.d.ts +0 -0
- {app-ng-runtime → package}/components/data/card/card-content/card-content.props.d.ts +0 -0
- {app-ng-runtime → package}/components/data/card/card-footer/card-footer.directive.d.ts +0 -0
- {app-ng-runtime → package}/components/data/card/card-footer/card-footer.props.d.ts +0 -0
- {app-ng-runtime → package}/components/data/card/card.component.d.ts +0 -0
- {app-ng-runtime → package}/components/data/card/card.module.d.ts +0 -0
- {app-ng-runtime → package}/components/data/card/card.props.d.ts +0 -0
- {app-ng-runtime → package}/components/data/card/esm2022/card-actions/card-actions.directive.mjs +0 -0
- {app-ng-runtime → package}/components/data/card/esm2022/card-actions/card-actions.props.mjs +0 -0
- {app-ng-runtime → package}/components/data/card/esm2022/card-content/card-content.component.mjs +0 -0
- {app-ng-runtime → package}/components/data/card/esm2022/card-content/card-content.props.mjs +0 -0
- {app-ng-runtime → package}/components/data/card/esm2022/card-footer/card-footer.directive.mjs +0 -0
- {app-ng-runtime → package}/components/data/card/esm2022/card-footer/card-footer.props.mjs +0 -0
- {app-ng-runtime → package}/components/data/card/esm2022/card.component.mjs +0 -0
- {app-ng-runtime → package}/components/data/card/esm2022/card.module.mjs +0 -0
- {app-ng-runtime → package}/components/data/card/esm2022/card.props.mjs +0 -0
- {app-ng-runtime → package}/components/data/card/esm2022/index.mjs +0 -0
- {app-ng-runtime → package}/components/data/card/esm2022/public_api.mjs +0 -0
- {app-ng-runtime → package}/components/data/card/fesm2022/index.mjs +0 -0
- {app-ng-runtime → package}/components/data/card/fesm2022/index.mjs.map +0 -0
- {app-ng-runtime → package}/components/data/card/index.d.ts +0 -0
- {app-ng-runtime → package}/components/data/card/package.json +0 -0
- {app-ng-runtime → package}/components/data/card/public_api.d.ts +0 -0
- {app-ng-runtime → package}/components/data/form/esm2022/form-action/form-action.directive.mjs +0 -0
- {app-ng-runtime → package}/components/data/form/esm2022/form-action/form-action.props.mjs +0 -0
- {app-ng-runtime → package}/components/data/form/esm2022/form-field/form-field.props.mjs +0 -0
- {app-ng-runtime → package}/components/data/form/esm2022/form-widget.directive.mjs +0 -0
- {app-ng-runtime → package}/components/data/form/esm2022/form.component.mjs +0 -0
- {app-ng-runtime → package}/components/data/form/esm2022/form.module.mjs +0 -0
- {app-ng-runtime → package}/components/data/form/esm2022/form.props.mjs +0 -0
- {app-ng-runtime → package}/components/data/form/esm2022/index.mjs +0 -0
- {app-ng-runtime → package}/components/data/form/esm2022/live-actions/dependson.directive.mjs +0 -0
- {app-ng-runtime → package}/components/data/form/esm2022/live-actions/live-actions.directive.mjs +0 -0
- {app-ng-runtime → package}/components/data/form/esm2022/live-filter/live-filter.directive.mjs +0 -0
- {app-ng-runtime → package}/components/data/form/esm2022/public_api.mjs +0 -0
- {app-ng-runtime → package}/components/data/form/form-action/form-action.directive.d.ts +0 -0
- {app-ng-runtime → package}/components/data/form/form-action/form-action.props.d.ts +0 -0
- {app-ng-runtime → package}/components/data/form/form-field/form-field.directive.d.ts +0 -0
- {app-ng-runtime → package}/components/data/form/form-field/form-field.props.d.ts +0 -0
- {app-ng-runtime → package}/components/data/form/form-widget.directive.d.ts +0 -0
- {app-ng-runtime → package}/components/data/form/form.component.d.ts +0 -0
- {app-ng-runtime → package}/components/data/form/form.module.d.ts +0 -0
- {app-ng-runtime → package}/components/data/form/form.props.d.ts +0 -0
- {app-ng-runtime → package}/components/data/form/index.d.ts +0 -0
- {app-ng-runtime → package}/components/data/form/live-actions/dependson.directive.d.ts +0 -0
- {app-ng-runtime → package}/components/data/form/live-actions/live-actions.directive.d.ts +0 -0
- {app-ng-runtime → package}/components/data/form/live-filter/live-filter.directive.d.ts +0 -0
- {app-ng-runtime → package}/components/data/form/live-form/live-form.directive.d.ts +0 -0
- {app-ng-runtime → package}/components/data/form/package.json +0 -0
- {app-ng-runtime → package}/components/data/form/public_api.d.ts +0 -0
- {app-ng-runtime → package}/components/data/list/bundles/index.umd.js +0 -0
- {app-ng-runtime → package}/components/data/list/esm2022/index.mjs +0 -0
- {app-ng-runtime → package}/components/data/list/esm2022/list-item.directive.mjs +0 -0
- {app-ng-runtime → package}/components/data/list/esm2022/list.animator.mjs +0 -0
- {app-ng-runtime → package}/components/data/list/esm2022/list.component.mjs +0 -0
- {app-ng-runtime → package}/components/data/list/esm2022/list.module.mjs +0 -0
- {app-ng-runtime → package}/components/data/list/esm2022/list.props.mjs +0 -0
- {app-ng-runtime → package}/components/data/list/esm2022/public_api.mjs +0 -0
- {app-ng-runtime → package}/components/data/list/fesm2022/index.mjs +0 -0
- {app-ng-runtime → package}/components/data/list/fesm2022/index.mjs.map +0 -0
- {app-ng-runtime → package}/components/data/list/index.d.ts +0 -0
- {app-ng-runtime → package}/components/data/list/list-item.directive.d.ts +0 -0
- {app-ng-runtime → package}/components/data/list/list.animator.d.ts +0 -0
- {app-ng-runtime → package}/components/data/list/list.component.d.ts +0 -0
- {app-ng-runtime → package}/components/data/list/list.module.d.ts +0 -0
- {app-ng-runtime → package}/components/data/list/list.props.d.ts +0 -0
- {app-ng-runtime → package}/components/data/list/package.json +0 -0
- {app-ng-runtime → package}/components/data/list/public_api.d.ts +0 -0
- {app-ng-runtime → package}/components/data/live-table/bundles/index.umd.js +0 -0
- {app-ng-runtime → package}/components/data/live-table/esm2022/index.mjs +0 -0
- {app-ng-runtime → package}/components/data/live-table/esm2022/live-table.component.mjs +0 -0
- {app-ng-runtime → package}/components/data/live-table/esm2022/live-table.module.mjs +0 -0
- {app-ng-runtime → package}/components/data/live-table/esm2022/live-table.props.mjs +0 -0
- {app-ng-runtime → package}/components/data/live-table/esm2022/public_api.mjs +0 -0
- {app-ng-runtime → package}/components/data/live-table/fesm2022/index.mjs +0 -0
- {app-ng-runtime → package}/components/data/live-table/fesm2022/index.mjs.map +0 -0
- {app-ng-runtime → package}/components/data/live-table/index.d.ts +0 -0
- {app-ng-runtime → package}/components/data/live-table/live-table.component.d.ts +0 -0
- {app-ng-runtime → package}/components/data/live-table/live-table.module.d.ts +0 -0
- {app-ng-runtime → package}/components/data/live-table/live-table.props.d.ts +0 -0
- {app-ng-runtime → package}/components/data/live-table/package.json +0 -0
- {app-ng-runtime → package}/components/data/live-table/public_api.d.ts +0 -0
- {app-ng-runtime → package}/components/data/pagination/bundles/index.umd.js +0 -0
- {app-ng-runtime → package}/components/data/pagination/esm2022/index.mjs +0 -0
- {app-ng-runtime → package}/components/data/pagination/esm2022/pagination.component.mjs +0 -0
- {app-ng-runtime → package}/components/data/pagination/esm2022/pagination.module.mjs +0 -0
- {app-ng-runtime → package}/components/data/pagination/esm2022/pagination.props.mjs +0 -0
- {app-ng-runtime → package}/components/data/pagination/esm2022/public_api.mjs +0 -0
- {app-ng-runtime → package}/components/data/pagination/fesm2022/index.mjs +0 -0
- {app-ng-runtime → package}/components/data/pagination/fesm2022/index.mjs.map +0 -0
- {app-ng-runtime → package}/components/data/pagination/index.d.ts +0 -0
- {app-ng-runtime → package}/components/data/pagination/package.json +0 -0
- {app-ng-runtime → package}/components/data/pagination/pagination.component.d.ts +0 -0
- {app-ng-runtime → package}/components/data/pagination/pagination.module.d.ts +0 -0
- {app-ng-runtime → package}/components/data/pagination/pagination.props.d.ts +0 -0
- {app-ng-runtime → package}/components/data/pagination/public_api.d.ts +0 -0
- {app-ng-runtime → package}/components/data/table/esm2022/index.mjs +0 -0
- {app-ng-runtime → package}/components/data/table/esm2022/public_api.mjs +0 -0
- {app-ng-runtime → package}/components/data/table/esm2022/table-action/table-action.directive.mjs +0 -0
- {app-ng-runtime → package}/components/data/table/esm2022/table-action/table-action.props.mjs +0 -0
- {app-ng-runtime → package}/components/data/table/esm2022/table-column/table-column.props.mjs +0 -0
- {app-ng-runtime → package}/components/data/table/esm2022/table-column-group/table-column-group.directive.mjs +0 -0
- {app-ng-runtime → package}/components/data/table/esm2022/table-column-group/table-column-group.props.mjs +0 -0
- {app-ng-runtime → package}/components/data/table/esm2022/table-cud.directive.mjs +0 -0
- {app-ng-runtime → package}/components/data/table/esm2022/table-filter.directive.mjs +0 -0
- {app-ng-runtime → package}/components/data/table/esm2022/table-row/table-row.directive.mjs +0 -0
- {app-ng-runtime → package}/components/data/table/esm2022/table-row/table-row.props.mjs +0 -0
- {app-ng-runtime → package}/components/data/table/esm2022/table-row-action/table-row-action.directive.mjs +0 -0
- {app-ng-runtime → package}/components/data/table/esm2022/table-row-action/table-row-action.props.mjs +0 -0
- {app-ng-runtime → package}/components/data/table/esm2022/table.component.mjs +0 -0
- {app-ng-runtime → package}/components/data/table/esm2022/table.module.mjs +0 -0
- {app-ng-runtime → package}/components/data/table/esm2022/table.props.mjs +0 -0
- {app-ng-runtime → package}/components/data/table/index.d.ts +0 -0
- {app-ng-runtime → package}/components/data/table/package.json +0 -0
- {app-ng-runtime → package}/components/data/table/public_api.d.ts +0 -0
- {app-ng-runtime → package}/components/data/table/table-action/table-action.directive.d.ts +0 -0
- {app-ng-runtime → package}/components/data/table/table-action/table-action.props.d.ts +0 -0
- {app-ng-runtime → package}/components/data/table/table-column/table-column.directive.d.ts +0 -0
- {app-ng-runtime → package}/components/data/table/table-column/table-column.props.d.ts +0 -0
- {app-ng-runtime → package}/components/data/table/table-column-group/table-column-group.directive.d.ts +0 -0
- {app-ng-runtime → package}/components/data/table/table-column-group/table-column-group.props.d.ts +0 -0
- {app-ng-runtime → package}/components/data/table/table-cud.directive.d.ts +0 -0
- {app-ng-runtime → package}/components/data/table/table-filter.directive.d.ts +0 -0
- {app-ng-runtime → package}/components/data/table/table-row/table-row.directive.d.ts +0 -0
- {app-ng-runtime → package}/components/data/table/table-row/table-row.props.d.ts +0 -0
- {app-ng-runtime → package}/components/data/table/table-row-action/table-row-action.directive.d.ts +0 -0
- {app-ng-runtime → package}/components/data/table/table-row-action/table-row-action.props.d.ts +0 -0
- {app-ng-runtime → package}/components/data/table/table.component.d.ts +0 -0
- {app-ng-runtime → package}/components/data/table/table.module.d.ts +0 -0
- {app-ng-runtime → package}/components/data/table/table.props.d.ts +0 -0
- {app-ng-runtime → package}/components/dialogs/alert-dialog/alert-dialog.component.d.ts +0 -0
- {app-ng-runtime → package}/components/dialogs/alert-dialog/alert-dialog.module.d.ts +0 -0
- {app-ng-runtime → package}/components/dialogs/alert-dialog/alert-dialog.props.d.ts +0 -0
- {app-ng-runtime → package}/components/dialogs/alert-dialog/bundles/index.umd.js +0 -0
- {app-ng-runtime → package}/components/dialogs/alert-dialog/esm2022/alert-dialog.component.mjs +0 -0
- {app-ng-runtime → package}/components/dialogs/alert-dialog/esm2022/alert-dialog.module.mjs +0 -0
- {app-ng-runtime → package}/components/dialogs/alert-dialog/esm2022/alert-dialog.props.mjs +0 -0
- {app-ng-runtime → package}/components/dialogs/alert-dialog/esm2022/index.mjs +0 -0
- {app-ng-runtime → package}/components/dialogs/alert-dialog/esm2022/public_api.mjs +0 -0
- {app-ng-runtime → package}/components/dialogs/alert-dialog/fesm2022/index.mjs +0 -0
- {app-ng-runtime → package}/components/dialogs/alert-dialog/fesm2022/index.mjs.map +0 -0
- {app-ng-runtime → package}/components/dialogs/alert-dialog/index.d.ts +0 -0
- {app-ng-runtime → package}/components/dialogs/alert-dialog/package.json +0 -0
- {app-ng-runtime → package}/components/dialogs/alert-dialog/public_api.d.ts +0 -0
- {app-ng-runtime → package}/components/dialogs/confirm-dialog/bundles/index.umd.js +0 -0
- {app-ng-runtime → package}/components/dialogs/confirm-dialog/confirm-dialog.component.d.ts +0 -0
- {app-ng-runtime → package}/components/dialogs/confirm-dialog/confirm-dialog.module.d.ts +0 -0
- {app-ng-runtime → package}/components/dialogs/confirm-dialog/confirm-dialog.props.d.ts +0 -0
- {app-ng-runtime → package}/components/dialogs/confirm-dialog/esm2022/confirm-dialog.component.mjs +0 -0
- {app-ng-runtime → package}/components/dialogs/confirm-dialog/esm2022/confirm-dialog.module.mjs +0 -0
- {app-ng-runtime → package}/components/dialogs/confirm-dialog/esm2022/confirm-dialog.props.mjs +0 -0
- {app-ng-runtime → package}/components/dialogs/confirm-dialog/esm2022/index.mjs +0 -0
- {app-ng-runtime → package}/components/dialogs/confirm-dialog/esm2022/public_api.mjs +0 -0
- {app-ng-runtime → package}/components/dialogs/confirm-dialog/fesm2022/index.mjs +0 -0
- {app-ng-runtime → package}/components/dialogs/confirm-dialog/fesm2022/index.mjs.map +0 -0
- {app-ng-runtime → package}/components/dialogs/confirm-dialog/index.d.ts +0 -0
- {app-ng-runtime → package}/components/dialogs/confirm-dialog/package.json +0 -0
- {app-ng-runtime → package}/components/dialogs/confirm-dialog/public_api.d.ts +0 -0
- {app-ng-runtime → package}/components/dialogs/default/base-dialog.d.ts +0 -0
- {app-ng-runtime → package}/components/dialogs/default/bundles/index.umd.js +0 -0
- {app-ng-runtime → package}/components/dialogs/default/dialog-body/dialog-body.directive.d.ts +0 -0
- {app-ng-runtime → package}/components/dialogs/default/dialog-footer/dialog-footer.directive.d.ts +0 -0
- {app-ng-runtime → package}/components/dialogs/default/dialog-footer/dialog-footer.props.d.ts +0 -0
- {app-ng-runtime → package}/components/dialogs/default/dialog-header/dialog-header.component.d.ts +0 -0
- {app-ng-runtime → package}/components/dialogs/default/dialog.module.d.ts +0 -0
- {app-ng-runtime → package}/components/dialogs/default/esm2022/base-dialog.mjs +0 -0
- {app-ng-runtime → package}/components/dialogs/default/esm2022/dialog-body/dialog-body.directive.mjs +0 -0
- {app-ng-runtime → package}/components/dialogs/default/esm2022/dialog-footer/dialog-footer.directive.mjs +0 -0
- {app-ng-runtime → package}/components/dialogs/default/esm2022/dialog-footer/dialog-footer.props.mjs +0 -0
- {app-ng-runtime → package}/components/dialogs/default/esm2022/dialog-header/dialog-header.component.mjs +0 -0
- {app-ng-runtime → package}/components/dialogs/default/esm2022/dialog.module.mjs +0 -0
- {app-ng-runtime → package}/components/dialogs/default/esm2022/index.mjs +0 -0
- {app-ng-runtime → package}/components/dialogs/default/esm2022/public_api.mjs +0 -0
- {app-ng-runtime → package}/components/dialogs/default/fesm2022/index.mjs +0 -0
- {app-ng-runtime → package}/components/dialogs/default/fesm2022/index.mjs.map +0 -0
- {app-ng-runtime → package}/components/dialogs/default/index.d.ts +0 -0
- {app-ng-runtime → package}/components/dialogs/default/package.json +0 -0
- {app-ng-runtime → package}/components/dialogs/default/public_api.d.ts +0 -0
- {app-ng-runtime → package}/components/dialogs/design-dialog/bundles/index.umd.js +0 -0
- {app-ng-runtime → package}/components/dialogs/design-dialog/design-dialog.module.d.ts +0 -0
- {app-ng-runtime → package}/components/dialogs/design-dialog/dialog.component.d.ts +0 -0
- {app-ng-runtime → package}/components/dialogs/design-dialog/dialog.props.d.ts +0 -0
- {app-ng-runtime → package}/components/dialogs/design-dialog/esm2022/design-dialog.module.mjs +0 -0
- {app-ng-runtime → package}/components/dialogs/design-dialog/esm2022/dialog.component.mjs +0 -0
- {app-ng-runtime → package}/components/dialogs/design-dialog/esm2022/dialog.props.mjs +0 -0
- {app-ng-runtime → package}/components/dialogs/design-dialog/esm2022/index.mjs +0 -0
- {app-ng-runtime → package}/components/dialogs/design-dialog/esm2022/public_api.mjs +0 -0
- {app-ng-runtime → package}/components/dialogs/design-dialog/fesm2022/index.mjs +0 -0
- {app-ng-runtime → package}/components/dialogs/design-dialog/fesm2022/index.mjs.map +0 -0
- {app-ng-runtime → package}/components/dialogs/design-dialog/index.d.ts +0 -0
- {app-ng-runtime → package}/components/dialogs/design-dialog/package.json +0 -0
- {app-ng-runtime → package}/components/dialogs/design-dialog/public_api.d.ts +0 -0
- {app-ng-runtime → package}/components/dialogs/iframe-dialog/bundles/index.umd.js +0 -0
- {app-ng-runtime → package}/components/dialogs/iframe-dialog/esm2022/iframe-dialog.component.mjs +0 -0
- {app-ng-runtime → package}/components/dialogs/iframe-dialog/esm2022/iframe-dialog.module.mjs +0 -0
- {app-ng-runtime → package}/components/dialogs/iframe-dialog/esm2022/iframe-dialog.props.mjs +0 -0
- {app-ng-runtime → package}/components/dialogs/iframe-dialog/esm2022/index.mjs +0 -0
- {app-ng-runtime → package}/components/dialogs/iframe-dialog/esm2022/public_api.mjs +0 -0
- {app-ng-runtime → package}/components/dialogs/iframe-dialog/fesm2022/index.mjs +0 -0
- {app-ng-runtime → package}/components/dialogs/iframe-dialog/fesm2022/index.mjs.map +0 -0
- {app-ng-runtime → package}/components/dialogs/iframe-dialog/iframe-dialog.component.d.ts +0 -0
- {app-ng-runtime → package}/components/dialogs/iframe-dialog/iframe-dialog.module.d.ts +0 -0
- {app-ng-runtime → package}/components/dialogs/iframe-dialog/iframe-dialog.props.d.ts +0 -0
- {app-ng-runtime → package}/components/dialogs/iframe-dialog/index.d.ts +0 -0
- {app-ng-runtime → package}/components/dialogs/iframe-dialog/package.json +0 -0
- {app-ng-runtime → package}/components/dialogs/iframe-dialog/public_api.d.ts +0 -0
- {app-ng-runtime → package}/components/dialogs/login-dialog/bundles/index.umd.js +0 -0
- {app-ng-runtime → package}/components/dialogs/login-dialog/esm2022/index.mjs +0 -0
- {app-ng-runtime → package}/components/dialogs/login-dialog/esm2022/login-dialog.directive.mjs +0 -0
- {app-ng-runtime → package}/components/dialogs/login-dialog/esm2022/login-dialog.module.mjs +0 -0
- {app-ng-runtime → package}/components/dialogs/login-dialog/esm2022/public_api.mjs +0 -0
- {app-ng-runtime → package}/components/dialogs/login-dialog/fesm2022/index.mjs +0 -0
- {app-ng-runtime → package}/components/dialogs/login-dialog/fesm2022/index.mjs.map +0 -0
- {app-ng-runtime → package}/components/dialogs/login-dialog/index.d.ts +0 -0
- {app-ng-runtime → package}/components/dialogs/login-dialog/login-dialog.directive.d.ts +0 -0
- {app-ng-runtime → package}/components/dialogs/login-dialog/login-dialog.module.d.ts +0 -0
- {app-ng-runtime → package}/components/dialogs/login-dialog/package.json +0 -0
- {app-ng-runtime → package}/components/dialogs/login-dialog/public_api.d.ts +0 -0
- {app-ng-runtime → package}/components/dialogs/partial-dialog/bundles/index.umd.js +0 -0
- {app-ng-runtime → package}/components/dialogs/partial-dialog/esm2022/index.mjs +0 -0
- {app-ng-runtime → package}/components/dialogs/partial-dialog/esm2022/partial-dialog.component.mjs +0 -0
- {app-ng-runtime → package}/components/dialogs/partial-dialog/esm2022/partial-dialog.module.mjs +0 -0
- {app-ng-runtime → package}/components/dialogs/partial-dialog/esm2022/partial-dialog.props.mjs +0 -0
- {app-ng-runtime → package}/components/dialogs/partial-dialog/esm2022/public_api.mjs +0 -0
- {app-ng-runtime → package}/components/dialogs/partial-dialog/fesm2022/index.mjs +0 -0
- {app-ng-runtime → package}/components/dialogs/partial-dialog/fesm2022/index.mjs.map +0 -0
- {app-ng-runtime → package}/components/dialogs/partial-dialog/index.d.ts +0 -0
- {app-ng-runtime → package}/components/dialogs/partial-dialog/package.json +0 -0
- {app-ng-runtime → package}/components/dialogs/partial-dialog/partial-dialog.component.d.ts +0 -0
- {app-ng-runtime → package}/components/dialogs/partial-dialog/partial-dialog.module.d.ts +0 -0
- {app-ng-runtime → package}/components/dialogs/partial-dialog/partial-dialog.props.d.ts +0 -0
- {app-ng-runtime → package}/components/dialogs/partial-dialog/public_api.d.ts +0 -0
- {app-ng-runtime → package}/components/input/calendar/bundles/index.umd.js +0 -0
- {app-ng-runtime → package}/components/input/calendar/calendar.component.d.ts +0 -0
- {app-ng-runtime → package}/components/input/calendar/calendar.module.d.ts +0 -0
- {app-ng-runtime → package}/components/input/calendar/calendar.props.d.ts +0 -0
- {app-ng-runtime → package}/components/input/calendar/esm2022/calendar.component.mjs +0 -0
- {app-ng-runtime → package}/components/input/calendar/esm2022/calendar.module.mjs +0 -0
- {app-ng-runtime → package}/components/input/calendar/esm2022/calendar.props.mjs +0 -0
- {app-ng-runtime → package}/components/input/calendar/esm2022/index.mjs +0 -0
- {app-ng-runtime → package}/components/input/calendar/esm2022/public_api.mjs +0 -0
- {app-ng-runtime → package}/components/input/calendar/fesm2022/index.mjs +0 -0
- {app-ng-runtime → package}/components/input/calendar/fesm2022/index.mjs.map +0 -0
- {app-ng-runtime → package}/components/input/calendar/index.d.ts +0 -0
- {app-ng-runtime → package}/components/input/calendar/package.json +0 -0
- {app-ng-runtime → package}/components/input/calendar/public_api.d.ts +0 -0
- {app-ng-runtime → package}/components/input/chips/bundles/index.umd.js +0 -0
- {app-ng-runtime → package}/components/input/chips/chips.component.d.ts +0 -0
- {app-ng-runtime → package}/components/input/chips/chips.module.d.ts +0 -0
- {app-ng-runtime → package}/components/input/chips/chips.props.d.ts +0 -0
- {app-ng-runtime → package}/components/input/chips/esm2022/chips.component.mjs +0 -0
- {app-ng-runtime → package}/components/input/chips/esm2022/chips.module.mjs +0 -0
- {app-ng-runtime → package}/components/input/chips/esm2022/chips.props.mjs +0 -0
- {app-ng-runtime → package}/components/input/chips/esm2022/index.mjs +0 -0
- {app-ng-runtime → package}/components/input/chips/esm2022/public_api.mjs +0 -0
- {app-ng-runtime → package}/components/input/chips/fesm2022/index.mjs +0 -0
- {app-ng-runtime → package}/components/input/chips/fesm2022/index.mjs.map +0 -0
- {app-ng-runtime → package}/components/input/chips/index.d.ts +0 -0
- {app-ng-runtime → package}/components/input/chips/package.json +0 -0
- {app-ng-runtime → package}/components/input/chips/public_api.d.ts +0 -0
- {app-ng-runtime → package}/components/input/color-picker/bundles/index.umd.js +0 -0
- {app-ng-runtime → package}/components/input/color-picker/color-picker.component.d.ts +0 -0
- {app-ng-runtime → package}/components/input/color-picker/color-picker.module.d.ts +0 -0
- {app-ng-runtime → package}/components/input/color-picker/color-picker.props.d.ts +0 -0
- {app-ng-runtime → package}/components/input/color-picker/esm2022/color-picker.component.mjs +0 -0
- {app-ng-runtime → package}/components/input/color-picker/esm2022/color-picker.module.mjs +0 -0
- {app-ng-runtime → package}/components/input/color-picker/esm2022/color-picker.props.mjs +0 -0
- {app-ng-runtime → package}/components/input/color-picker/esm2022/index.mjs +0 -0
- {app-ng-runtime → package}/components/input/color-picker/esm2022/public_api.mjs +0 -0
- {app-ng-runtime → package}/components/input/color-picker/fesm2022/index.mjs +0 -0
- {app-ng-runtime → package}/components/input/color-picker/fesm2022/index.mjs.map +0 -0
- {app-ng-runtime → package}/components/input/color-picker/index.d.ts +0 -0
- {app-ng-runtime → package}/components/input/color-picker/package.json +0 -0
- {app-ng-runtime → package}/components/input/color-picker/public_api.d.ts +0 -0
- {app-ng-runtime → package}/components/input/currency/bundles/index.umd.js +0 -0
- {app-ng-runtime → package}/components/input/currency/currency.component.d.ts +0 -0
- {app-ng-runtime → package}/components/input/currency/currency.module.d.ts +0 -0
- {app-ng-runtime → package}/components/input/currency/currency.props.d.ts +0 -0
- {app-ng-runtime → package}/components/input/currency/esm2022/currency.component.mjs +0 -0
- {app-ng-runtime → package}/components/input/currency/esm2022/currency.module.mjs +0 -0
- {app-ng-runtime → package}/components/input/currency/esm2022/currency.props.mjs +0 -0
- {app-ng-runtime → package}/components/input/currency/esm2022/index.mjs +0 -0
- {app-ng-runtime → package}/components/input/currency/esm2022/public_api.mjs +0 -0
- {app-ng-runtime → package}/components/input/currency/fesm2022/index.mjs +0 -0
- {app-ng-runtime → package}/components/input/currency/fesm2022/index.mjs.map +0 -0
- {app-ng-runtime → package}/components/input/currency/index.d.ts +0 -0
- {app-ng-runtime → package}/components/input/currency/package.json +0 -0
- {app-ng-runtime → package}/components/input/currency/public_api.d.ts +0 -0
- {app-ng-runtime → package}/components/input/default/base-form-custom.component.d.ts +0 -0
- {app-ng-runtime → package}/components/input/default/base-form.component.d.ts +0 -0
- {app-ng-runtime → package}/components/input/default/button/button.component.d.ts +0 -0
- {app-ng-runtime → package}/components/input/default/button/button.props.d.ts +0 -0
- {app-ng-runtime → package}/components/input/default/button-group/button-group.directive.d.ts +0 -0
- {app-ng-runtime → package}/components/input/default/button-group/button-group.props.d.ts +0 -0
- {app-ng-runtime → package}/components/input/default/caption-position.directive.d.ts +0 -0
- {app-ng-runtime → package}/components/input/default/checkbox/checkbox.component.d.ts +0 -0
- {app-ng-runtime → package}/components/input/default/checkbox/checkbox.props.d.ts +0 -0
- {app-ng-runtime → package}/components/input/default/checkboxset/checkboxset.component.d.ts +0 -0
- {app-ng-runtime → package}/components/input/default/checkboxset/checkboxset.props.d.ts +0 -0
- {app-ng-runtime → package}/components/input/default/composite/composite.directive.d.ts +0 -0
- {app-ng-runtime → package}/components/input/default/composite/composite.props.d.ts +0 -0
- {app-ng-runtime → package}/components/input/default/dataset-aware-form.component.d.ts +0 -0
- {app-ng-runtime → package}/components/input/default/esm2022/base-form-custom.component.mjs +0 -0
- {app-ng-runtime → package}/components/input/default/esm2022/base-form.component.mjs +0 -0
- {app-ng-runtime → package}/components/input/default/esm2022/button/button.component.mjs +0 -0
- {app-ng-runtime → package}/components/input/default/esm2022/button/button.props.mjs +0 -0
- {app-ng-runtime → package}/components/input/default/esm2022/button-group/button-group.directive.mjs +0 -0
- {app-ng-runtime → package}/components/input/default/esm2022/button-group/button-group.props.mjs +0 -0
- {app-ng-runtime → package}/components/input/default/esm2022/checkbox/checkbox.component.mjs +0 -0
- {app-ng-runtime → package}/components/input/default/esm2022/checkbox/checkbox.props.mjs +0 -0
- {app-ng-runtime → package}/components/input/default/esm2022/checkboxset/checkboxset.component.mjs +0 -0
- {app-ng-runtime → package}/components/input/default/esm2022/checkboxset/checkboxset.props.mjs +0 -0
- {app-ng-runtime → package}/components/input/default/esm2022/composite/composite.directive.mjs +0 -0
- {app-ng-runtime → package}/components/input/default/esm2022/composite/composite.props.mjs +0 -0
- {app-ng-runtime → package}/components/input/default/esm2022/dataset-aware-form.component.mjs +0 -0
- {app-ng-runtime → package}/components/input/default/esm2022/index.mjs +0 -0
- {app-ng-runtime → package}/components/input/default/esm2022/input.module.mjs +0 -0
- {app-ng-runtime → package}/components/input/default/esm2022/number/number.component.mjs +0 -0
- {app-ng-runtime → package}/components/input/default/esm2022/number/number.props.mjs +0 -0
- {app-ng-runtime → package}/components/input/default/esm2022/public_api.mjs +0 -0
- {app-ng-runtime → package}/components/input/default/esm2022/radioset/radioset.component.mjs +0 -0
- {app-ng-runtime → package}/components/input/default/esm2022/radioset/radioset.props.mjs +0 -0
- {app-ng-runtime → package}/components/input/default/esm2022/select/select.props.mjs +0 -0
- {app-ng-runtime → package}/components/input/default/esm2022/switch/switch.component.mjs +0 -0
- {app-ng-runtime → package}/components/input/default/esm2022/switch/switch.props.mjs +0 -0
- {app-ng-runtime → package}/components/input/default/esm2022/text/base/base-input.mjs +0 -0
- {app-ng-runtime → package}/components/input/default/esm2022/text/calendar/input-calendar.component.mjs +0 -0
- {app-ng-runtime → package}/components/input/default/esm2022/text/calendar/input-calendar.props.mjs +0 -0
- {app-ng-runtime → package}/components/input/default/esm2022/text/color/input-color.component.mjs +0 -0
- {app-ng-runtime → package}/components/input/default/esm2022/text/color/input-color.props.mjs +0 -0
- {app-ng-runtime → package}/components/input/default/esm2022/text/email/input-email.component.mjs +0 -0
- {app-ng-runtime → package}/components/input/default/esm2022/text/email/input-email.props.mjs +0 -0
- {app-ng-runtime → package}/components/input/default/esm2022/text/locale/number-locale.mjs +0 -0
- {app-ng-runtime → package}/components/input/default/esm2022/text/number/input-number.component.mjs +0 -0
- {app-ng-runtime → package}/components/input/default/esm2022/text/number/input-number.props.mjs +0 -0
- {app-ng-runtime → package}/components/input/default/esm2022/text/text/input-text.component.mjs +0 -0
- {app-ng-runtime → package}/components/input/default/esm2022/text/text/input-text.props.mjs +0 -0
- {app-ng-runtime → package}/components/input/default/esm2022/textarea/textarea.component.mjs +0 -0
- {app-ng-runtime → package}/components/input/default/esm2022/textarea/textarea.props.mjs +0 -0
- {app-ng-runtime → package}/components/input/default/index.d.ts +0 -0
- {app-ng-runtime → package}/components/input/default/input.module.d.ts +0 -0
- {app-ng-runtime → package}/components/input/default/number/number.component.d.ts +0 -0
- {app-ng-runtime → package}/components/input/default/number/number.props.d.ts +0 -0
- {app-ng-runtime → package}/components/input/default/package.json +0 -0
- {app-ng-runtime → package}/components/input/default/public_api.d.ts +0 -0
- {app-ng-runtime → package}/components/input/default/radioset/radioset.component.d.ts +0 -0
- {app-ng-runtime → package}/components/input/default/radioset/radioset.props.d.ts +0 -0
- {app-ng-runtime → package}/components/input/default/select/select.props.d.ts +0 -0
- {app-ng-runtime → package}/components/input/default/switch/switch.component.d.ts +0 -0
- {app-ng-runtime → package}/components/input/default/switch/switch.props.d.ts +0 -0
- {app-ng-runtime → package}/components/input/default/text/base/base-input.d.ts +0 -0
- {app-ng-runtime → package}/components/input/default/text/calendar/input-calendar.component.d.ts +0 -0
- {app-ng-runtime → package}/components/input/default/text/calendar/input-calendar.props.d.ts +0 -0
- {app-ng-runtime → package}/components/input/default/text/color/input-color.component.d.ts +0 -0
- {app-ng-runtime → package}/components/input/default/text/color/input-color.props.d.ts +0 -0
- {app-ng-runtime → package}/components/input/default/text/email/input-email.component.d.ts +0 -0
- {app-ng-runtime → package}/components/input/default/text/email/input-email.props.d.ts +0 -0
- {app-ng-runtime → package}/components/input/default/text/locale/number-locale.d.ts +0 -0
- {app-ng-runtime → package}/components/input/default/text/number/input-number.component.d.ts +0 -0
- {app-ng-runtime → package}/components/input/default/text/number/input-number.props.d.ts +0 -0
- {app-ng-runtime → package}/components/input/default/text/text/input-text.component.d.ts +0 -0
- {app-ng-runtime → package}/components/input/default/text/text/input-text.props.d.ts +0 -0
- {app-ng-runtime → package}/components/input/default/textarea/textarea.component.d.ts +0 -0
- {app-ng-runtime → package}/components/input/default/textarea/textarea.props.d.ts +0 -0
- {app-ng-runtime → package}/components/input/epoch/base-date-time.component.d.ts +0 -0
- {app-ng-runtime → package}/components/input/epoch/date/date.props.d.ts +0 -0
- {app-ng-runtime → package}/components/input/epoch/date/imaskUtil.d.ts +0 -0
- {app-ng-runtime → package}/components/input/epoch/date-time/date-time-picker.component.d.ts +0 -0
- {app-ng-runtime → package}/components/input/epoch/date-time/date-time.component.d.ts +0 -0
- {app-ng-runtime → package}/components/input/epoch/date-time/date-time.props.d.ts +0 -0
- {app-ng-runtime → package}/components/input/epoch/epoch.module.d.ts +0 -0
- {app-ng-runtime → package}/components/input/epoch/esm2022/date/date.props.mjs +0 -0
- {app-ng-runtime → package}/components/input/epoch/esm2022/date-time/date-time-picker.component.mjs +0 -0
- {app-ng-runtime → package}/components/input/epoch/esm2022/date-time/date-time.props.mjs +0 -0
- {app-ng-runtime → package}/components/input/epoch/esm2022/epoch.module.mjs +0 -0
- {app-ng-runtime → package}/components/input/epoch/esm2022/index.mjs +0 -0
- {app-ng-runtime → package}/components/input/epoch/esm2022/picker/picker.component.mjs +0 -0
- {app-ng-runtime → package}/components/input/epoch/esm2022/public_api.mjs +0 -0
- {app-ng-runtime → package}/components/input/epoch/esm2022/time/time.props.mjs +0 -0
- {app-ng-runtime → package}/components/input/epoch/index.d.ts +0 -0
- {app-ng-runtime → package}/components/input/epoch/package.json +0 -0
- {app-ng-runtime → package}/components/input/epoch/picker/picker.component.d.ts +0 -0
- {app-ng-runtime → package}/components/input/epoch/public_api.d.ts +0 -0
- {app-ng-runtime → package}/components/input/epoch/time/time.component.d.ts +0 -0
- {app-ng-runtime → package}/components/input/epoch/time/time.props.d.ts +0 -0
- {app-ng-runtime → package}/components/input/file-upload/bundles/index.umd.js +0 -0
- {app-ng-runtime → package}/components/input/file-upload/esm2022/file-upload.component.mjs +0 -0
- {app-ng-runtime → package}/components/input/file-upload/esm2022/file-upload.module.mjs +0 -0
- {app-ng-runtime → package}/components/input/file-upload/esm2022/file-upload.props.mjs +0 -0
- {app-ng-runtime → package}/components/input/file-upload/esm2022/index.mjs +0 -0
- {app-ng-runtime → package}/components/input/file-upload/esm2022/public_api.mjs +0 -0
- {app-ng-runtime → package}/components/input/file-upload/fesm2022/index.mjs +0 -0
- {app-ng-runtime → package}/components/input/file-upload/fesm2022/index.mjs.map +0 -0
- {app-ng-runtime → package}/components/input/file-upload/file-upload.component.d.ts +0 -0
- {app-ng-runtime → package}/components/input/file-upload/file-upload.module.d.ts +0 -0
- {app-ng-runtime → package}/components/input/file-upload/file-upload.props.d.ts +0 -0
- {app-ng-runtime → package}/components/input/file-upload/index.d.ts +0 -0
- {app-ng-runtime → package}/components/input/file-upload/package.json +0 -0
- {app-ng-runtime → package}/components/input/file-upload/public_api.d.ts +0 -0
- {app-ng-runtime → package}/components/input/rating/bundles/index.umd.js +0 -0
- {app-ng-runtime → package}/components/input/rating/esm2022/index.mjs +0 -0
- {app-ng-runtime → package}/components/input/rating/esm2022/public_api.mjs +0 -0
- {app-ng-runtime → package}/components/input/rating/esm2022/rating.component.mjs +0 -0
- {app-ng-runtime → package}/components/input/rating/esm2022/rating.module.mjs +0 -0
- {app-ng-runtime → package}/components/input/rating/esm2022/rating.props.mjs +0 -0
- {app-ng-runtime → package}/components/input/rating/fesm2022/index.mjs +0 -0
- {app-ng-runtime → package}/components/input/rating/fesm2022/index.mjs.map +0 -0
- {app-ng-runtime → package}/components/input/rating/index.d.ts +0 -0
- {app-ng-runtime → package}/components/input/rating/package.json +0 -0
- {app-ng-runtime → package}/components/input/rating/public_api.d.ts +0 -0
- {app-ng-runtime → package}/components/input/rating/rating.component.d.ts +0 -0
- {app-ng-runtime → package}/components/input/rating/rating.module.d.ts +0 -0
- {app-ng-runtime → package}/components/input/rating/rating.props.d.ts +0 -0
- {app-ng-runtime → package}/components/input/slider/bundles/index.umd.js +0 -0
- {app-ng-runtime → package}/components/input/slider/esm2022/index.mjs +0 -0
- {app-ng-runtime → package}/components/input/slider/esm2022/public_api.mjs +0 -0
- {app-ng-runtime → package}/components/input/slider/esm2022/slider.component.mjs +0 -0
- {app-ng-runtime → package}/components/input/slider/esm2022/slider.module.mjs +0 -0
- {app-ng-runtime → package}/components/input/slider/esm2022/slider.props.mjs +0 -0
- {app-ng-runtime → package}/components/input/slider/fesm2022/index.mjs +0 -0
- {app-ng-runtime → package}/components/input/slider/fesm2022/index.mjs.map +0 -0
- {app-ng-runtime → package}/components/input/slider/index.d.ts +0 -0
- {app-ng-runtime → package}/components/input/slider/package.json +0 -0
- {app-ng-runtime → package}/components/input/slider/public_api.d.ts +0 -0
- {app-ng-runtime → package}/components/input/slider/slider.component.d.ts +0 -0
- {app-ng-runtime → package}/components/input/slider/slider.module.d.ts +0 -0
- {app-ng-runtime → package}/components/input/slider/slider.props.d.ts +0 -0
- {app-ng-runtime → package}/components/navigation/breadcrumb/breadcrumb.component.d.ts +0 -0
- {app-ng-runtime → package}/components/navigation/breadcrumb/breadcrumb.module.d.ts +0 -0
- {app-ng-runtime → package}/components/navigation/breadcrumb/breadcrumb.props.d.ts +0 -0
- {app-ng-runtime → package}/components/navigation/breadcrumb/bundles/index.umd.js +0 -0
- {app-ng-runtime → package}/components/navigation/breadcrumb/esm2022/breadcrumb.component.mjs +0 -0
- {app-ng-runtime → package}/components/navigation/breadcrumb/esm2022/breadcrumb.module.mjs +0 -0
- {app-ng-runtime → package}/components/navigation/breadcrumb/esm2022/breadcrumb.props.mjs +0 -0
- {app-ng-runtime → package}/components/navigation/breadcrumb/esm2022/index.mjs +0 -0
- {app-ng-runtime → package}/components/navigation/breadcrumb/esm2022/public_api.mjs +0 -0
- {app-ng-runtime → package}/components/navigation/breadcrumb/fesm2022/index.mjs +0 -0
- {app-ng-runtime → package}/components/navigation/breadcrumb/fesm2022/index.mjs.map +0 -0
- {app-ng-runtime → package}/components/navigation/breadcrumb/index.d.ts +0 -0
- {app-ng-runtime → package}/components/navigation/breadcrumb/package.json +0 -0
- {app-ng-runtime → package}/components/navigation/breadcrumb/public_api.d.ts +0 -0
- {app-ng-runtime → package}/components/navigation/menu/esm2022/index.mjs +0 -0
- {app-ng-runtime → package}/components/navigation/menu/esm2022/menu-adapator.component.mjs +0 -0
- {app-ng-runtime → package}/components/navigation/menu/esm2022/menu-dropdown/menu-dropdown.component.mjs +0 -0
- {app-ng-runtime → package}/components/navigation/menu/esm2022/menu-dropdown-item/menu-dropdown-item.component.mjs +0 -0
- {app-ng-runtime → package}/components/navigation/menu/esm2022/menu.module.mjs +0 -0
- {app-ng-runtime → package}/components/navigation/menu/esm2022/menu.props.mjs +0 -0
- {app-ng-runtime → package}/components/navigation/menu/esm2022/nav/nav-item/nav-item.directive.mjs +0 -0
- {app-ng-runtime → package}/components/navigation/menu/esm2022/nav/nav-item/nav-item.props.mjs +0 -0
- {app-ng-runtime → package}/components/navigation/menu/esm2022/nav/nav.component.mjs +0 -0
- {app-ng-runtime → package}/components/navigation/menu/esm2022/nav/nav.props.mjs +0 -0
- {app-ng-runtime → package}/components/navigation/menu/esm2022/nav/navigation-control.directive.mjs +0 -0
- {app-ng-runtime → package}/components/navigation/menu/esm2022/public_api.mjs +0 -0
- {app-ng-runtime → package}/components/navigation/menu/index.d.ts +0 -0
- {app-ng-runtime → package}/components/navigation/menu/menu-adapator.component.d.ts +0 -0
- {app-ng-runtime → package}/components/navigation/menu/menu-dropdown/menu-dropdown.component.d.ts +0 -0
- {app-ng-runtime → package}/components/navigation/menu/menu-dropdown-item/menu-dropdown-item.component.d.ts +0 -0
- {app-ng-runtime → package}/components/navigation/menu/menu.component.d.ts +0 -0
- {app-ng-runtime → package}/components/navigation/menu/menu.module.d.ts +0 -0
- {app-ng-runtime → package}/components/navigation/menu/menu.props.d.ts +0 -0
- {app-ng-runtime → package}/components/navigation/menu/nav/nav-item/nav-item.directive.d.ts +0 -0
- {app-ng-runtime → package}/components/navigation/menu/nav/nav-item/nav-item.props.d.ts +0 -0
- {app-ng-runtime → package}/components/navigation/menu/nav/nav.component.d.ts +0 -0
- {app-ng-runtime → package}/components/navigation/menu/nav/nav.props.d.ts +0 -0
- {app-ng-runtime → package}/components/navigation/menu/nav/navigation-control.directive.d.ts +0 -0
- {app-ng-runtime → package}/components/navigation/menu/package.json +0 -0
- {app-ng-runtime → package}/components/navigation/menu/public_api.d.ts +0 -0
- {app-ng-runtime → package}/components/navigation/navbar/bundles/index.umd.js +0 -0
- {app-ng-runtime → package}/components/navigation/navbar/esm2022/index.mjs +0 -0
- {app-ng-runtime → package}/components/navigation/navbar/esm2022/navbar.component.mjs +0 -0
- {app-ng-runtime → package}/components/navigation/navbar/esm2022/navbar.module.mjs +0 -0
- {app-ng-runtime → package}/components/navigation/navbar/esm2022/navbar.props.mjs +0 -0
- {app-ng-runtime → package}/components/navigation/navbar/esm2022/public_api.mjs +0 -0
- {app-ng-runtime → package}/components/navigation/navbar/fesm2022/index.mjs +0 -0
- {app-ng-runtime → package}/components/navigation/navbar/fesm2022/index.mjs.map +0 -0
- {app-ng-runtime → package}/components/navigation/navbar/index.d.ts +0 -0
- {app-ng-runtime → package}/components/navigation/navbar/navbar.component.d.ts +0 -0
- {app-ng-runtime → package}/components/navigation/navbar/navbar.module.d.ts +0 -0
- {app-ng-runtime → package}/components/navigation/navbar/navbar.props.d.ts +0 -0
- {app-ng-runtime → package}/components/navigation/navbar/package.json +0 -0
- {app-ng-runtime → package}/components/navigation/navbar/public_api.d.ts +0 -0
- {app-ng-runtime → package}/components/navigation/popover/bundles/index.umd.js +0 -0
- {app-ng-runtime → package}/components/navigation/popover/esm2022/index.mjs +0 -0
- {app-ng-runtime → package}/components/navigation/popover/esm2022/popover.component.mjs +0 -0
- {app-ng-runtime → package}/components/navigation/popover/esm2022/popover.module.mjs +0 -0
- {app-ng-runtime → package}/components/navigation/popover/esm2022/popover.props.mjs +0 -0
- {app-ng-runtime → package}/components/navigation/popover/esm2022/public_api.mjs +0 -0
- {app-ng-runtime → package}/components/navigation/popover/fesm2022/index.mjs +0 -0
- {app-ng-runtime → package}/components/navigation/popover/fesm2022/index.mjs.map +0 -0
- {app-ng-runtime → package}/components/navigation/popover/index.d.ts +0 -0
- {app-ng-runtime → package}/components/navigation/popover/package.json +0 -0
- {app-ng-runtime → package}/components/navigation/popover/popover.component.d.ts +0 -0
- {app-ng-runtime → package}/components/navigation/popover/popover.module.d.ts +0 -0
- {app-ng-runtime → package}/components/navigation/popover/popover.props.d.ts +0 -0
- {app-ng-runtime → package}/components/navigation/popover/public_api.d.ts +0 -0
- {app-ng-runtime → package}/components/page/default/bundles/index.umd.js +0 -0
- {app-ng-runtime → package}/components/page/default/content/content.component.d.ts +0 -0
- {app-ng-runtime → package}/components/page/default/content/content.props.d.ts +0 -0
- {app-ng-runtime → package}/components/page/default/esm2022/content/content.component.mjs +0 -0
- {app-ng-runtime → package}/components/page/default/esm2022/content/content.props.mjs +0 -0
- {app-ng-runtime → package}/components/page/default/esm2022/index.mjs +0 -0
- {app-ng-runtime → package}/components/page/default/esm2022/layout.directive.mjs +0 -0
- {app-ng-runtime → package}/components/page/default/esm2022/layout.props.mjs +0 -0
- {app-ng-runtime → package}/components/page/default/esm2022/page-content/page-content.component.mjs +0 -0
- {app-ng-runtime → package}/components/page/default/esm2022/page-content/page-content.props.mjs +0 -0
- {app-ng-runtime → package}/components/page/default/esm2022/page.directive.mjs +0 -0
- {app-ng-runtime → package}/components/page/default/esm2022/page.module.mjs +0 -0
- {app-ng-runtime → package}/components/page/default/esm2022/page.props.mjs +0 -0
- {app-ng-runtime → package}/components/page/default/esm2022/public_api.mjs +0 -0
- {app-ng-runtime → package}/components/page/default/esm2022/router-outlet.directive.mjs +0 -0
- {app-ng-runtime → package}/components/page/default/esm2022/router-outlet.props.mjs +0 -0
- {app-ng-runtime → package}/components/page/default/esm2022/spa-page.directive.mjs +0 -0
- {app-ng-runtime → package}/components/page/default/esm2022/spa-page.props.mjs +0 -0
- {app-ng-runtime → package}/components/page/default/fesm2022/index.mjs +0 -0
- {app-ng-runtime → package}/components/page/default/fesm2022/index.mjs.map +0 -0
- {app-ng-runtime → package}/components/page/default/index.d.ts +0 -0
- {app-ng-runtime → package}/components/page/default/layout.directive.d.ts +0 -0
- {app-ng-runtime → package}/components/page/default/layout.props.d.ts +0 -0
- {app-ng-runtime → package}/components/page/default/package.json +0 -0
- {app-ng-runtime → package}/components/page/default/page-content/page-content.component.d.ts +0 -0
- {app-ng-runtime → package}/components/page/default/page-content/page-content.props.d.ts +0 -0
- {app-ng-runtime → package}/components/page/default/page.directive.d.ts +0 -0
- {app-ng-runtime → package}/components/page/default/page.module.d.ts +0 -0
- {app-ng-runtime → package}/components/page/default/page.props.d.ts +0 -0
- {app-ng-runtime → package}/components/page/default/public_api.d.ts +0 -0
- {app-ng-runtime → package}/components/page/default/router-outlet.directive.d.ts +0 -0
- {app-ng-runtime → package}/components/page/default/router-outlet.props.d.ts +0 -0
- {app-ng-runtime → package}/components/page/default/spa-page.directive.d.ts +0 -0
- {app-ng-runtime → package}/components/page/default/spa-page.props.d.ts +0 -0
- {app-ng-runtime → package}/components/page/footer/bundles/index.umd.js +0 -0
- {app-ng-runtime → package}/components/page/footer/esm2022/footer.directive.mjs +0 -0
- {app-ng-runtime → package}/components/page/footer/esm2022/footer.module.mjs +0 -0
- {app-ng-runtime → package}/components/page/footer/esm2022/footer.props.mjs +0 -0
- {app-ng-runtime → package}/components/page/footer/esm2022/index.mjs +0 -0
- {app-ng-runtime → package}/components/page/footer/esm2022/public_api.mjs +0 -0
- {app-ng-runtime → package}/components/page/footer/fesm2022/index.mjs +0 -0
- {app-ng-runtime → package}/components/page/footer/fesm2022/index.mjs.map +0 -0
- {app-ng-runtime → package}/components/page/footer/footer.directive.d.ts +0 -0
- {app-ng-runtime → package}/components/page/footer/footer.module.d.ts +0 -0
- {app-ng-runtime → package}/components/page/footer/footer.props.d.ts +0 -0
- {app-ng-runtime → package}/components/page/footer/index.d.ts +0 -0
- {app-ng-runtime → package}/components/page/footer/package.json +0 -0
- {app-ng-runtime → package}/components/page/footer/public_api.d.ts +0 -0
- {app-ng-runtime → package}/components/page/header/bundles/index.umd.js +0 -0
- {app-ng-runtime → package}/components/page/header/esm2022/header.component.mjs +0 -0
- {app-ng-runtime → package}/components/page/header/esm2022/header.module.mjs +0 -0
- {app-ng-runtime → package}/components/page/header/esm2022/header.props.mjs +0 -0
- {app-ng-runtime → package}/components/page/header/esm2022/index.mjs +0 -0
- {app-ng-runtime → package}/components/page/header/esm2022/public_api.mjs +0 -0
- {app-ng-runtime → package}/components/page/header/fesm2022/index.mjs +0 -0
- {app-ng-runtime → package}/components/page/header/fesm2022/index.mjs.map +0 -0
- {app-ng-runtime → package}/components/page/header/header.component.d.ts +0 -0
- {app-ng-runtime → package}/components/page/header/header.module.d.ts +0 -0
- {app-ng-runtime → package}/components/page/header/header.props.d.ts +0 -0
- {app-ng-runtime → package}/components/page/header/index.d.ts +0 -0
- {app-ng-runtime → package}/components/page/header/package.json +0 -0
- {app-ng-runtime → package}/components/page/header/public_api.d.ts +0 -0
- {app-ng-runtime → package}/components/page/left-panel/bundles/index.umd.js +0 -0
- {app-ng-runtime → package}/components/page/left-panel/esm2022/index.mjs +0 -0
- {app-ng-runtime → package}/components/page/left-panel/esm2022/left-panel.animator.mjs +0 -0
- {app-ng-runtime → package}/components/page/left-panel/esm2022/left-panel.directive.mjs +0 -0
- {app-ng-runtime → package}/components/page/left-panel/esm2022/left-panel.module.mjs +0 -0
- {app-ng-runtime → package}/components/page/left-panel/esm2022/left-panel.props.mjs +0 -0
- {app-ng-runtime → package}/components/page/left-panel/esm2022/public_api.mjs +0 -0
- {app-ng-runtime → package}/components/page/left-panel/fesm2022/index.mjs +0 -0
- {app-ng-runtime → package}/components/page/left-panel/fesm2022/index.mjs.map +0 -0
- {app-ng-runtime → package}/components/page/left-panel/index.d.ts +0 -0
- {app-ng-runtime → package}/components/page/left-panel/left-panel.animator.d.ts +0 -0
- {app-ng-runtime → package}/components/page/left-panel/left-panel.directive.d.ts +0 -0
- {app-ng-runtime → package}/components/page/left-panel/left-panel.module.d.ts +0 -0
- {app-ng-runtime → package}/components/page/left-panel/left-panel.props.d.ts +0 -0
- {app-ng-runtime → package}/components/page/left-panel/package.json +0 -0
- {app-ng-runtime → package}/components/page/left-panel/public_api.d.ts +0 -0
- {app-ng-runtime → package}/components/page/right-panel/bundles/index.umd.js +0 -0
- {app-ng-runtime → package}/components/page/right-panel/esm2022/index.mjs +0 -0
- {app-ng-runtime → package}/components/page/right-panel/esm2022/public_api.mjs +0 -0
- {app-ng-runtime → package}/components/page/right-panel/esm2022/right-panel.directive.mjs +0 -0
- {app-ng-runtime → package}/components/page/right-panel/esm2022/right-panel.module.mjs +0 -0
- {app-ng-runtime → package}/components/page/right-panel/esm2022/right-panel.props.mjs +0 -0
- {app-ng-runtime → package}/components/page/right-panel/fesm2022/index.mjs +0 -0
- {app-ng-runtime → package}/components/page/right-panel/fesm2022/index.mjs.map +0 -0
- {app-ng-runtime → package}/components/page/right-panel/index.d.ts +0 -0
- {app-ng-runtime → package}/components/page/right-panel/package.json +0 -0
- {app-ng-runtime → package}/components/page/right-panel/public_api.d.ts +0 -0
- {app-ng-runtime → package}/components/page/right-panel/right-panel.directive.d.ts +0 -0
- {app-ng-runtime → package}/components/page/right-panel/right-panel.module.d.ts +0 -0
- {app-ng-runtime → package}/components/page/right-panel/right-panel.props.d.ts +0 -0
- {app-ng-runtime → package}/components/page/top-nav/bundles/index.umd.js +0 -0
- {app-ng-runtime → package}/components/page/top-nav/esm2022/index.mjs +0 -0
- {app-ng-runtime → package}/components/page/top-nav/esm2022/public_api.mjs +0 -0
- {app-ng-runtime → package}/components/page/top-nav/esm2022/top-nav.directive.mjs +0 -0
- {app-ng-runtime → package}/components/page/top-nav/esm2022/top-nav.module.mjs +0 -0
- {app-ng-runtime → package}/components/page/top-nav/esm2022/top-nav.props.mjs +0 -0
- {app-ng-runtime → package}/components/page/top-nav/fesm2022/index.mjs +0 -0
- {app-ng-runtime → package}/components/page/top-nav/fesm2022/index.mjs.map +0 -0
- {app-ng-runtime → package}/components/page/top-nav/index.d.ts +0 -0
- {app-ng-runtime → package}/components/page/top-nav/package.json +0 -0
- {app-ng-runtime → package}/components/page/top-nav/public_api.d.ts +0 -0
- {app-ng-runtime → package}/components/page/top-nav/top-nav.directive.d.ts +0 -0
- {app-ng-runtime → package}/components/page/top-nav/top-nav.module.d.ts +0 -0
- {app-ng-runtime → package}/components/page/top-nav/top-nav.props.d.ts +0 -0
- {app-ng-runtime → package}/components/prefab/bundles/index.umd.js +0 -0
- {app-ng-runtime → package}/components/prefab/esm2022/index.mjs +0 -0
- {app-ng-runtime → package}/components/prefab/esm2022/prefab-container/prefab-container.directive.mjs +0 -0
- {app-ng-runtime → package}/components/prefab/esm2022/prefab-container/prefab-container.props.mjs +0 -0
- {app-ng-runtime → package}/components/prefab/esm2022/prefab.directive.mjs +0 -0
- {app-ng-runtime → package}/components/prefab/esm2022/prefab.module.mjs +0 -0
- {app-ng-runtime → package}/components/prefab/esm2022/prefab.props.mjs +0 -0
- {app-ng-runtime → package}/components/prefab/esm2022/public_api.mjs +0 -0
- {app-ng-runtime → package}/components/prefab/fesm2022/index.mjs +0 -0
- {app-ng-runtime → package}/components/prefab/fesm2022/index.mjs.map +0 -0
- {app-ng-runtime → package}/components/prefab/index.d.ts +0 -0
- {app-ng-runtime → package}/components/prefab/package.json +0 -0
- {app-ng-runtime → package}/components/prefab/prefab-container/prefab-container.directive.d.ts +0 -0
- {app-ng-runtime → package}/components/prefab/prefab-container/prefab-container.props.d.ts +0 -0
- {app-ng-runtime → package}/components/prefab/prefab.directive.d.ts +0 -0
- {app-ng-runtime → package}/components/prefab/prefab.module.d.ts +0 -0
- {app-ng-runtime → package}/components/prefab/prefab.props.d.ts +0 -0
- {app-ng-runtime → package}/components/prefab/public_api.d.ts +0 -0
- {app-ng-runtime → package}/core/bundles/index.umd.js +0 -0
- {app-ng-runtime → package}/core/constants/currency-constants.d.ts +0 -0
- {app-ng-runtime → package}/core/core.module.d.ts +0 -0
- {app-ng-runtime → package}/core/enums/enums.d.ts +0 -0
- {app-ng-runtime → package}/core/esm2022/constants/currency-constants.mjs +0 -0
- {app-ng-runtime → package}/core/esm2022/core.module.mjs +0 -0
- {app-ng-runtime → package}/core/esm2022/enums/enums.mjs +0 -0
- {app-ng-runtime → package}/core/esm2022/index.mjs +0 -0
- {app-ng-runtime → package}/core/esm2022/public_api.mjs +0 -0
- {app-ng-runtime → package}/core/esm2022/services/constant.service.mjs +0 -0
- {app-ng-runtime → package}/core/esm2022/services/field-type.service.mjs +0 -0
- {app-ng-runtime → package}/core/esm2022/services/field-widget.service.mjs +0 -0
- {app-ng-runtime → package}/core/esm2022/services/pagination.service.mjs +0 -0
- {app-ng-runtime → package}/core/esm2022/services/script-loader.service.mjs +0 -0
- {app-ng-runtime → package}/core/esm2022/services/state-persistence.service.mjs +0 -0
- {app-ng-runtime → package}/core/esm2022/services/user-custom-pipe-manager.service.mjs +0 -0
- {app-ng-runtime → package}/core/esm2022/services/utils.service.mjs +0 -0
- {app-ng-runtime → package}/core/esm2022/services/viewport.service.mjs +0 -0
- {app-ng-runtime → package}/core/esm2022/types/types.mjs +0 -0
- {app-ng-runtime → package}/core/esm2022/utils/build-utils.mjs +0 -0
- {app-ng-runtime → package}/core/esm2022/utils/dom.mjs +0 -0
- {app-ng-runtime → package}/core/esm2022/utils/event-notifier.mjs +0 -0
- {app-ng-runtime → package}/core/esm2022/utils/expression-parser.mjs +0 -0
- {app-ng-runtime → package}/core/esm2022/utils/id-generator.mjs +0 -0
- {app-ng-runtime → package}/core/esm2022/utils/lru-cache.mjs +0 -0
- {app-ng-runtime → package}/core/esm2022/utils/utils.mjs +0 -0
- {app-ng-runtime → package}/core/esm2022/utils/watcher.mjs +0 -0
- {app-ng-runtime → package}/core/esm2022/utils/wm-project-properties.mjs +0 -0
- {app-ng-runtime → package}/core/fesm2022/index.mjs +0 -0
- {app-ng-runtime → package}/core/fesm2022/index.mjs.map +0 -0
- {app-ng-runtime → package}/core/index.d.ts +0 -0
- {app-ng-runtime → package}/core/package.json +0 -0
- {app-ng-runtime → package}/core/public_api.d.ts +0 -0
- {app-ng-runtime → package}/core/services/constant.service.d.ts +0 -0
- {app-ng-runtime → package}/core/services/field-type.service.d.ts +0 -0
- {app-ng-runtime → package}/core/services/field-widget.service.d.ts +0 -0
- {app-ng-runtime → package}/core/services/pagination.service.d.ts +0 -0
- {app-ng-runtime → package}/core/services/script-loader.service.d.ts +0 -0
- {app-ng-runtime → package}/core/services/state-persistence.service.d.ts +0 -0
- {app-ng-runtime → package}/core/services/user-custom-pipe-manager.service.d.ts +0 -0
- {app-ng-runtime → package}/core/services/utils.service.d.ts +0 -0
- {app-ng-runtime → package}/core/services/viewport.service.d.ts +0 -0
- {app-ng-runtime → package}/core/types/types.d.ts +0 -0
- {app-ng-runtime → package}/core/utils/build-utils.d.ts +0 -0
- {app-ng-runtime → package}/core/utils/dom.d.ts +0 -0
- {app-ng-runtime → package}/core/utils/event-notifier.d.ts +0 -0
- {app-ng-runtime → package}/core/utils/expression-parser.d.ts +0 -0
- {app-ng-runtime → package}/core/utils/id-generator.d.ts +0 -0
- {app-ng-runtime → package}/core/utils/lru-cache.d.ts +0 -0
- {app-ng-runtime → package}/core/utils/utils.d.ts +0 -0
- {app-ng-runtime → package}/core/utils/watcher.d.ts +0 -0
- {app-ng-runtime → package}/core/utils/wm-project-properties.d.ts +0 -0
- {app-ng-runtime → package}/http/bundles/index.umd.js +0 -0
- {app-ng-runtime → package}/http/esm2022/http-service.module.mjs +0 -0
- {app-ng-runtime → package}/http/esm2022/http.service.mjs +0 -0
- {app-ng-runtime → package}/http/esm2022/index.mjs +0 -0
- {app-ng-runtime → package}/http/esm2022/public_api.mjs +0 -0
- {app-ng-runtime → package}/http/esm2022/wm-http-request.mjs +0 -0
- {app-ng-runtime → package}/http/esm2022/wm-http-response.mjs +0 -0
- {app-ng-runtime → package}/http/fesm2022/index.mjs +0 -0
- {app-ng-runtime → package}/http/fesm2022/index.mjs.map +0 -0
- {app-ng-runtime → package}/http/http-service.module.d.ts +0 -0
- {app-ng-runtime → package}/http/http.service.d.ts +0 -0
- {app-ng-runtime → package}/http/index.d.ts +0 -0
- {app-ng-runtime → package}/http/package.json +0 -0
- {app-ng-runtime → package}/http/public_api.d.ts +0 -0
- {app-ng-runtime → package}/http/wm-http-request.d.ts +0 -0
- {app-ng-runtime → package}/http/wm-http-response.d.ts +0 -0
- {app-ng-runtime → package}/locales/angular/global/af-na.js +0 -0
- {app-ng-runtime → package}/locales/angular/global/af.js +0 -0
- {app-ng-runtime → package}/locales/angular/global/agq.js +0 -0
- {app-ng-runtime → package}/locales/angular/global/ak.js +0 -0
- {app-ng-runtime → package}/locales/angular/global/am.js +0 -0
- {app-ng-runtime → package}/locales/angular/global/ar-ae.js +0 -0
- {app-ng-runtime → package}/locales/angular/global/ar-bh.js +0 -0
- {app-ng-runtime → package}/locales/angular/global/ar-dj.js +0 -0
- {app-ng-runtime → package}/locales/angular/global/ar-dz.js +0 -0
- {app-ng-runtime → package}/locales/angular/global/ar-eg.js +0 -0
- {app-ng-runtime → package}/locales/angular/global/ar-eh.js +0 -0
- {app-ng-runtime → package}/locales/angular/global/ar-er.js +0 -0
- {app-ng-runtime → package}/locales/angular/global/ar-il.js +0 -0
- {app-ng-runtime → package}/locales/angular/global/ar-iq.js +0 -0
- {app-ng-runtime → package}/locales/angular/global/ar-jo.js +0 -0
- {app-ng-runtime → package}/locales/angular/global/ar-km.js +0 -0
- {app-ng-runtime → package}/locales/angular/global/ar-kw.js +0 -0
- {app-ng-runtime → package}/locales/angular/global/ar-lb.js +0 -0
- {app-ng-runtime → package}/locales/angular/global/ar-ly.js +0 -0
- {app-ng-runtime → package}/locales/angular/global/ar-ma.js +0 -0
- {app-ng-runtime → package}/locales/angular/global/ar-mr.js +0 -0
- {app-ng-runtime → package}/locales/angular/global/ar-om.js +0 -0
- {app-ng-runtime → package}/locales/angular/global/ar-ps.js +0 -0
- {app-ng-runtime → package}/locales/angular/global/ar-qa.js +0 -0
- {app-ng-runtime → package}/locales/angular/global/ar-sa.js +0 -0
- {app-ng-runtime → package}/locales/angular/global/ar-sd.js +0 -0
- {app-ng-runtime → package}/locales/angular/global/ar-so.js +0 -0
- {app-ng-runtime → package}/locales/angular/global/ar-ss.js +0 -0
- {app-ng-runtime → package}/locales/angular/global/ar-sy.js +0 -0
- {app-ng-runtime → package}/locales/angular/global/ar-td.js +0 -0
- {app-ng-runtime → package}/locales/angular/global/ar-tn.js +0 -0
- {app-ng-runtime → package}/locales/angular/global/ar-ye.js +0 -0
- {app-ng-runtime → package}/locales/angular/global/ar.js +0 -0
- {app-ng-runtime → package}/locales/angular/global/as.js +0 -0
- {app-ng-runtime → package}/locales/angular/global/asa.js +0 -0
- {app-ng-runtime → package}/locales/angular/global/ast.js +0 -0
- {app-ng-runtime → package}/locales/angular/global/az-cyrl.js +0 -0
- {app-ng-runtime → package}/locales/angular/global/az-latn.js +0 -0
- {app-ng-runtime → package}/locales/angular/global/az.js +0 -0
- {app-ng-runtime → package}/locales/angular/global/bas.js +0 -0
- {app-ng-runtime → package}/locales/angular/global/be-tarask.js +0 -0
- {app-ng-runtime → package}/locales/angular/global/be.js +0 -0
- {app-ng-runtime → package}/locales/angular/global/bem.js +0 -0
- {app-ng-runtime → package}/locales/angular/global/bez.js +0 -0
- {app-ng-runtime → package}/locales/angular/global/bg.js +0 -0
- {app-ng-runtime → package}/locales/angular/global/bm.js +0 -0
- {app-ng-runtime → package}/locales/angular/global/bn-in.js +0 -0
- {app-ng-runtime → package}/locales/angular/global/bn.js +0 -0
- {app-ng-runtime → package}/locales/angular/global/bo-in.js +0 -0
- {app-ng-runtime → package}/locales/angular/global/bo.js +0 -0
- {app-ng-runtime → package}/locales/angular/global/br.js +0 -0
- {app-ng-runtime → package}/locales/angular/global/brx.js +0 -0
- {app-ng-runtime → package}/locales/angular/global/bs-cyrl.js +0 -0
- {app-ng-runtime → package}/locales/angular/global/bs-latn.js +0 -0
- {app-ng-runtime → package}/locales/angular/global/bs.js +0 -0
- {app-ng-runtime → package}/locales/angular/global/ca-ad.js +0 -0
- {app-ng-runtime → package}/locales/angular/global/ca-es-valencia.js +0 -0
- {app-ng-runtime → package}/locales/angular/global/ca-fr.js +0 -0
- {app-ng-runtime → package}/locales/angular/global/ca-it.js +0 -0
- {app-ng-runtime → package}/locales/angular/global/ca.js +0 -0
- {app-ng-runtime → package}/locales/angular/global/ccp-in.js +0 -0
- {app-ng-runtime → package}/locales/angular/global/ccp.js +0 -0
- {app-ng-runtime → package}/locales/angular/global/ce.js +0 -0
- {app-ng-runtime → package}/locales/angular/global/ceb.js +0 -0
- {app-ng-runtime → package}/locales/angular/global/cgg.js +0 -0
- {app-ng-runtime → package}/locales/angular/global/chr.js +0 -0
- {app-ng-runtime → package}/locales/angular/global/ckb-ir.js +0 -0
- {app-ng-runtime → package}/locales/angular/global/ckb.js +0 -0
- {app-ng-runtime → package}/locales/angular/global/cs.js +0 -0
- {app-ng-runtime → package}/locales/angular/global/cy.js +0 -0
- {app-ng-runtime → package}/locales/angular/global/da-gl.js +0 -0
- {app-ng-runtime → package}/locales/angular/global/da.js +0 -0
- {app-ng-runtime → package}/locales/angular/global/dav.js +0 -0
- {app-ng-runtime → package}/locales/angular/global/de-at.js +0 -0
- {app-ng-runtime → package}/locales/angular/global/de-be.js +0 -0
- {app-ng-runtime → package}/locales/angular/global/de-ch.js +0 -0
- {app-ng-runtime → package}/locales/angular/global/de-it.js +0 -0
- {app-ng-runtime → package}/locales/angular/global/de-li.js +0 -0
- {app-ng-runtime → package}/locales/angular/global/de-lu.js +0 -0
- {app-ng-runtime → package}/locales/angular/global/de.js +0 -0
- {app-ng-runtime → package}/locales/angular/global/dje.js +0 -0
- {app-ng-runtime → package}/locales/angular/global/doi.js +0 -0
- {app-ng-runtime → package}/locales/angular/global/dsb.js +0 -0
- {app-ng-runtime → package}/locales/angular/global/dua.js +0 -0
- {app-ng-runtime → package}/locales/angular/global/dyo.js +0 -0
- {app-ng-runtime → package}/locales/angular/global/dz.js +0 -0
- {app-ng-runtime → package}/locales/angular/global/ebu.js +0 -0
- {app-ng-runtime → package}/locales/angular/global/ee-tg.js +0 -0
- {app-ng-runtime → package}/locales/angular/global/ee.js +0 -0
- {app-ng-runtime → package}/locales/angular/global/el-cy.js +0 -0
- {app-ng-runtime → package}/locales/angular/global/el.js +0 -0
- {app-ng-runtime → package}/locales/angular/global/en-001.js +0 -0
- {app-ng-runtime → package}/locales/angular/global/en-150.js +0 -0
- {app-ng-runtime → package}/locales/angular/global/en-ae.js +0 -0
- {app-ng-runtime → package}/locales/angular/global/en-ag.js +0 -0
- {app-ng-runtime → package}/locales/angular/global/en-ai.js +0 -0
- {app-ng-runtime → package}/locales/angular/global/en-as.js +0 -0
- {app-ng-runtime → package}/locales/angular/global/en-at.js +0 -0
- {app-ng-runtime → package}/locales/angular/global/en-au.js +0 -0
- {app-ng-runtime → package}/locales/angular/global/en-bb.js +0 -0
- {app-ng-runtime → package}/locales/angular/global/en-be.js +0 -0
- {app-ng-runtime → package}/locales/angular/global/en-bi.js +0 -0
- {app-ng-runtime → package}/locales/angular/global/en-bm.js +0 -0
- {app-ng-runtime → package}/locales/angular/global/en-bs.js +0 -0
- {app-ng-runtime → package}/locales/angular/global/en-bw.js +0 -0
- {app-ng-runtime → package}/locales/angular/global/en-bz.js +0 -0
- {app-ng-runtime → package}/locales/angular/global/en-ca.js +0 -0
- {app-ng-runtime → package}/locales/angular/global/en-cc.js +0 -0
- {app-ng-runtime → package}/locales/angular/global/en-ch.js +0 -0
- {app-ng-runtime → package}/locales/angular/global/en-ck.js +0 -0
- {app-ng-runtime → package}/locales/angular/global/en-cm.js +0 -0
- {app-ng-runtime → package}/locales/angular/global/en-cx.js +0 -0
- {app-ng-runtime → package}/locales/angular/global/en-cy.js +0 -0
- {app-ng-runtime → package}/locales/angular/global/en-de.js +0 -0
- {app-ng-runtime → package}/locales/angular/global/en-dg.js +0 -0
- {app-ng-runtime → package}/locales/angular/global/en-dk.js +0 -0
- {app-ng-runtime → package}/locales/angular/global/en-dm.js +0 -0
- {app-ng-runtime → package}/locales/angular/global/en-er.js +0 -0
- {app-ng-runtime → package}/locales/angular/global/en-fi.js +0 -0
- {app-ng-runtime → package}/locales/angular/global/en-fj.js +0 -0
- {app-ng-runtime → package}/locales/angular/global/en-fk.js +0 -0
- {app-ng-runtime → package}/locales/angular/global/en-fm.js +0 -0
- {app-ng-runtime → package}/locales/angular/global/en-gb.js +0 -0
- {app-ng-runtime → package}/locales/angular/global/en-gd.js +0 -0
- {app-ng-runtime → package}/locales/angular/global/en-gg.js +0 -0
- {app-ng-runtime → package}/locales/angular/global/en-gh.js +0 -0
- {app-ng-runtime → package}/locales/angular/global/en-gi.js +0 -0
- {app-ng-runtime → package}/locales/angular/global/en-gm.js +0 -0
- {app-ng-runtime → package}/locales/angular/global/en-gu.js +0 -0
- {app-ng-runtime → package}/locales/angular/global/en-gy.js +0 -0
- {app-ng-runtime → package}/locales/angular/global/en-hk.js +0 -0
- {app-ng-runtime → package}/locales/angular/global/en-ie.js +0 -0
- {app-ng-runtime → package}/locales/angular/global/en-il.js +0 -0
- {app-ng-runtime → package}/locales/angular/global/en-im.js +0 -0
- {app-ng-runtime → package}/locales/angular/global/en-in.js +0 -0
- {app-ng-runtime → package}/locales/angular/global/en-io.js +0 -0
- {app-ng-runtime → package}/locales/angular/global/en-je.js +0 -0
- {app-ng-runtime → package}/locales/angular/global/en-jm.js +0 -0
- {app-ng-runtime → package}/locales/angular/global/en-ke.js +0 -0
- {app-ng-runtime → package}/locales/angular/global/en-ki.js +0 -0
- {app-ng-runtime → package}/locales/angular/global/en-kn.js +0 -0
- {app-ng-runtime → package}/locales/angular/global/en-ky.js +0 -0
- {app-ng-runtime → package}/locales/angular/global/en-lc.js +0 -0
- {app-ng-runtime → package}/locales/angular/global/en-lr.js +0 -0
- {app-ng-runtime → package}/locales/angular/global/en-ls.js +0 -0
- {app-ng-runtime → package}/locales/angular/global/en-mg.js +0 -0
- {app-ng-runtime → package}/locales/angular/global/en-mh.js +0 -0
- {app-ng-runtime → package}/locales/angular/global/en-mo.js +0 -0
- {app-ng-runtime → package}/locales/angular/global/en-mp.js +0 -0
- {app-ng-runtime → package}/locales/angular/global/en-ms.js +0 -0
- {app-ng-runtime → package}/locales/angular/global/en-mt.js +0 -0
- {app-ng-runtime → package}/locales/angular/global/en-mu.js +0 -0
- {app-ng-runtime → package}/locales/angular/global/en-mv.js +0 -0
- {app-ng-runtime → package}/locales/angular/global/en-mw.js +0 -0
- {app-ng-runtime → package}/locales/angular/global/en-my.js +0 -0
- {app-ng-runtime → package}/locales/angular/global/en-na.js +0 -0
- {app-ng-runtime → package}/locales/angular/global/en-nf.js +0 -0
- {app-ng-runtime → package}/locales/angular/global/en-ng.js +0 -0
- {app-ng-runtime → package}/locales/angular/global/en-nl.js +0 -0
- {app-ng-runtime → package}/locales/angular/global/en-nr.js +0 -0
- {app-ng-runtime → package}/locales/angular/global/en-nu.js +0 -0
- {app-ng-runtime → package}/locales/angular/global/en-nz.js +0 -0
- {app-ng-runtime → package}/locales/angular/global/en-pg.js +0 -0
- {app-ng-runtime → package}/locales/angular/global/en-ph.js +0 -0
- {app-ng-runtime → package}/locales/angular/global/en-pk.js +0 -0
- {app-ng-runtime → package}/locales/angular/global/en-pn.js +0 -0
- {app-ng-runtime → package}/locales/angular/global/en-pr.js +0 -0
- {app-ng-runtime → package}/locales/angular/global/en-pw.js +0 -0
- {app-ng-runtime → package}/locales/angular/global/en-rw.js +0 -0
- {app-ng-runtime → package}/locales/angular/global/en-sb.js +0 -0
- {app-ng-runtime → package}/locales/angular/global/en-sc.js +0 -0
- {app-ng-runtime → package}/locales/angular/global/en-sd.js +0 -0
- {app-ng-runtime → package}/locales/angular/global/en-se.js +0 -0
- {app-ng-runtime → package}/locales/angular/global/en-sg.js +0 -0
- {app-ng-runtime → package}/locales/angular/global/en-sh.js +0 -0
- {app-ng-runtime → package}/locales/angular/global/en-si.js +0 -0
- {app-ng-runtime → package}/locales/angular/global/en-sl.js +0 -0
- {app-ng-runtime → package}/locales/angular/global/en-ss.js +0 -0
- {app-ng-runtime → package}/locales/angular/global/en-sx.js +0 -0
- {app-ng-runtime → package}/locales/angular/global/en-sz.js +0 -0
- {app-ng-runtime → package}/locales/angular/global/en-tc.js +0 -0
- {app-ng-runtime → package}/locales/angular/global/en-tk.js +0 -0
- {app-ng-runtime → package}/locales/angular/global/en-to.js +0 -0
- {app-ng-runtime → package}/locales/angular/global/en-tt.js +0 -0
- {app-ng-runtime → package}/locales/angular/global/en-tv.js +0 -0
- {app-ng-runtime → package}/locales/angular/global/en-tz.js +0 -0
- {app-ng-runtime → package}/locales/angular/global/en-ug.js +0 -0
- {app-ng-runtime → package}/locales/angular/global/en-um.js +0 -0
- {app-ng-runtime → package}/locales/angular/global/en-vc.js +0 -0
- {app-ng-runtime → package}/locales/angular/global/en-vg.js +0 -0
- {app-ng-runtime → package}/locales/angular/global/en-vi.js +0 -0
- {app-ng-runtime → package}/locales/angular/global/en-vu.js +0 -0
- {app-ng-runtime → package}/locales/angular/global/en-ws.js +0 -0
- {app-ng-runtime → package}/locales/angular/global/en-za.js +0 -0
- {app-ng-runtime → package}/locales/angular/global/en-zm.js +0 -0
- {app-ng-runtime → package}/locales/angular/global/en-zw.js +0 -0
- {app-ng-runtime → package}/locales/angular/global/en.js +0 -0
- {app-ng-runtime → package}/locales/angular/global/eo.js +0 -0
- {app-ng-runtime → package}/locales/angular/global/es-419.js +0 -0
- {app-ng-runtime → package}/locales/angular/global/es-ar.js +0 -0
- {app-ng-runtime → package}/locales/angular/global/es-bo.js +0 -0
- {app-ng-runtime → package}/locales/angular/global/es-br.js +0 -0
- {app-ng-runtime → package}/locales/angular/global/es-bz.js +0 -0
- {app-ng-runtime → package}/locales/angular/global/es-cl.js +0 -0
- {app-ng-runtime → package}/locales/angular/global/es-co.js +0 -0
- {app-ng-runtime → package}/locales/angular/global/es-cr.js +0 -0
- {app-ng-runtime → package}/locales/angular/global/es-cu.js +0 -0
- {app-ng-runtime → package}/locales/angular/global/es-do.js +0 -0
- {app-ng-runtime → package}/locales/angular/global/es-ea.js +0 -0
- {app-ng-runtime → package}/locales/angular/global/es-ec.js +0 -0
- {app-ng-runtime → package}/locales/angular/global/es-gq.js +0 -0
- {app-ng-runtime → package}/locales/angular/global/es-gt.js +0 -0
- {app-ng-runtime → package}/locales/angular/global/es-hn.js +0 -0
- {app-ng-runtime → package}/locales/angular/global/es-ic.js +0 -0
- {app-ng-runtime → package}/locales/angular/global/es-mx.js +0 -0
- {app-ng-runtime → package}/locales/angular/global/es-ni.js +0 -0
- {app-ng-runtime → package}/locales/angular/global/es-pa.js +0 -0
- {app-ng-runtime → package}/locales/angular/global/es-pe.js +0 -0
- {app-ng-runtime → package}/locales/angular/global/es-ph.js +0 -0
- {app-ng-runtime → package}/locales/angular/global/es-pr.js +0 -0
- {app-ng-runtime → package}/locales/angular/global/es-py.js +0 -0
- {app-ng-runtime → package}/locales/angular/global/es-sv.js +0 -0
- {app-ng-runtime → package}/locales/angular/global/es-us.js +0 -0
- {app-ng-runtime → package}/locales/angular/global/es-uy.js +0 -0
- {app-ng-runtime → package}/locales/angular/global/es-ve.js +0 -0
- {app-ng-runtime → package}/locales/angular/global/es.js +0 -0
- {app-ng-runtime → package}/locales/angular/global/et.js +0 -0
- {app-ng-runtime → package}/locales/angular/global/eu.js +0 -0
- {app-ng-runtime → package}/locales/angular/global/ewo.js +0 -0
- {app-ng-runtime → package}/locales/angular/global/fa-af.js +0 -0
- {app-ng-runtime → package}/locales/angular/global/fa.js +0 -0
- {app-ng-runtime → package}/locales/angular/global/ff-adlm-bf.js +0 -0
- {app-ng-runtime → package}/locales/angular/global/ff-adlm-cm.js +0 -0
- {app-ng-runtime → package}/locales/angular/global/ff-adlm-gh.js +0 -0
- {app-ng-runtime → package}/locales/angular/global/ff-adlm-gm.js +0 -0
- {app-ng-runtime → package}/locales/angular/global/ff-adlm-gw.js +0 -0
- {app-ng-runtime → package}/locales/angular/global/ff-adlm-lr.js +0 -0
- {app-ng-runtime → package}/locales/angular/global/ff-adlm-mr.js +0 -0
- {app-ng-runtime → package}/locales/angular/global/ff-adlm-ne.js +0 -0
- {app-ng-runtime → package}/locales/angular/global/ff-adlm-ng.js +0 -0
- {app-ng-runtime → package}/locales/angular/global/ff-adlm-sl.js +0 -0
- {app-ng-runtime → package}/locales/angular/global/ff-adlm-sn.js +0 -0
- {app-ng-runtime → package}/locales/angular/global/ff-adlm.js +0 -0
- {app-ng-runtime → package}/locales/angular/global/ff-cm.js +0 -0
- {app-ng-runtime → package}/locales/angular/global/ff-gn.js +0 -0
- {app-ng-runtime → package}/locales/angular/global/ff-latn-bf.js +0 -0
- {app-ng-runtime → package}/locales/angular/global/ff-latn-cm.js +0 -0
- {app-ng-runtime → package}/locales/angular/global/ff-latn-gh.js +0 -0
- {app-ng-runtime → package}/locales/angular/global/ff-latn-gm.js +0 -0
- {app-ng-runtime → package}/locales/angular/global/ff-latn-gn.js +0 -0
- {app-ng-runtime → package}/locales/angular/global/ff-latn-gw.js +0 -0
- {app-ng-runtime → package}/locales/angular/global/ff-latn-lr.js +0 -0
- {app-ng-runtime → package}/locales/angular/global/ff-latn-mr.js +0 -0
- {app-ng-runtime → package}/locales/angular/global/ff-latn-ne.js +0 -0
- {app-ng-runtime → package}/locales/angular/global/ff-latn-ng.js +0 -0
- {app-ng-runtime → package}/locales/angular/global/ff-latn-sl.js +0 -0
- {app-ng-runtime → package}/locales/angular/global/ff-latn.js +0 -0
- {app-ng-runtime → package}/locales/angular/global/ff-mr.js +0 -0
- {app-ng-runtime → package}/locales/angular/global/ff.js +0 -0
- {app-ng-runtime → package}/locales/angular/global/fi.js +0 -0
- {app-ng-runtime → package}/locales/angular/global/fil.js +0 -0
- {app-ng-runtime → package}/locales/angular/global/fo-dk.js +0 -0
- {app-ng-runtime → package}/locales/angular/global/fo.js +0 -0
- {app-ng-runtime → package}/locales/angular/global/fr-be.js +0 -0
- {app-ng-runtime → package}/locales/angular/global/fr-bf.js +0 -0
- {app-ng-runtime → package}/locales/angular/global/fr-bi.js +0 -0
- {app-ng-runtime → package}/locales/angular/global/fr-bj.js +0 -0
- {app-ng-runtime → package}/locales/angular/global/fr-bl.js +0 -0
- {app-ng-runtime → package}/locales/angular/global/fr-ca.js +0 -0
- {app-ng-runtime → package}/locales/angular/global/fr-cd.js +0 -0
- {app-ng-runtime → package}/locales/angular/global/fr-cf.js +0 -0
- {app-ng-runtime → package}/locales/angular/global/fr-cg.js +0 -0
- {app-ng-runtime → package}/locales/angular/global/fr-ch.js +0 -0
- {app-ng-runtime → package}/locales/angular/global/fr-ci.js +0 -0
- {app-ng-runtime → package}/locales/angular/global/fr-cm.js +0 -0
- {app-ng-runtime → package}/locales/angular/global/fr-dj.js +0 -0
- {app-ng-runtime → package}/locales/angular/global/fr-dz.js +0 -0
- {app-ng-runtime → package}/locales/angular/global/fr-ga.js +0 -0
- {app-ng-runtime → package}/locales/angular/global/fr-gf.js +0 -0
- {app-ng-runtime → package}/locales/angular/global/fr-gn.js +0 -0
- {app-ng-runtime → package}/locales/angular/global/fr-gp.js +0 -0
- {app-ng-runtime → package}/locales/angular/global/fr-gq.js +0 -0
- {app-ng-runtime → package}/locales/angular/global/fr-ht.js +0 -0
- {app-ng-runtime → package}/locales/angular/global/fr-km.js +0 -0
- {app-ng-runtime → package}/locales/angular/global/fr-lu.js +0 -0
- {app-ng-runtime → package}/locales/angular/global/fr-ma.js +0 -0
- {app-ng-runtime → package}/locales/angular/global/fr-mc.js +0 -0
- {app-ng-runtime → package}/locales/angular/global/fr-mf.js +0 -0
- {app-ng-runtime → package}/locales/angular/global/fr-mg.js +0 -0
- {app-ng-runtime → package}/locales/angular/global/fr-ml.js +0 -0
- {app-ng-runtime → package}/locales/angular/global/fr-mq.js +0 -0
- {app-ng-runtime → package}/locales/angular/global/fr-mr.js +0 -0
- {app-ng-runtime → package}/locales/angular/global/fr-mu.js +0 -0
- {app-ng-runtime → package}/locales/angular/global/fr-nc.js +0 -0
- {app-ng-runtime → package}/locales/angular/global/fr-ne.js +0 -0
- {app-ng-runtime → package}/locales/angular/global/fr-pf.js +0 -0
- {app-ng-runtime → package}/locales/angular/global/fr-pm.js +0 -0
- {app-ng-runtime → package}/locales/angular/global/fr-re.js +0 -0
- {app-ng-runtime → package}/locales/angular/global/fr-rw.js +0 -0
- {app-ng-runtime → package}/locales/angular/global/fr-sc.js +0 -0
- {app-ng-runtime → package}/locales/angular/global/fr-sn.js +0 -0
- {app-ng-runtime → package}/locales/angular/global/fr-sy.js +0 -0
- {app-ng-runtime → package}/locales/angular/global/fr-td.js +0 -0
- {app-ng-runtime → package}/locales/angular/global/fr-tg.js +0 -0
- {app-ng-runtime → package}/locales/angular/global/fr-tn.js +0 -0
- {app-ng-runtime → package}/locales/angular/global/fr-vu.js +0 -0
- {app-ng-runtime → package}/locales/angular/global/fr-wf.js +0 -0
- {app-ng-runtime → package}/locales/angular/global/fr-yt.js +0 -0
- {app-ng-runtime → package}/locales/angular/global/fr.js +0 -0
- {app-ng-runtime → package}/locales/angular/global/fur.js +0 -0
- {app-ng-runtime → package}/locales/angular/global/fy.js +0 -0
- {app-ng-runtime → package}/locales/angular/global/ga-gb.js +0 -0
- {app-ng-runtime → package}/locales/angular/global/ga.js +0 -0
- {app-ng-runtime → package}/locales/angular/global/gd.js +0 -0
- {app-ng-runtime → package}/locales/angular/global/gl.js +0 -0
- {app-ng-runtime → package}/locales/angular/global/gsw-fr.js +0 -0
- {app-ng-runtime → package}/locales/angular/global/gsw-li.js +0 -0
- {app-ng-runtime → package}/locales/angular/global/gsw.js +0 -0
- {app-ng-runtime → package}/locales/angular/global/gu.js +0 -0
- {app-ng-runtime → package}/locales/angular/global/guz.js +0 -0
- {app-ng-runtime → package}/locales/angular/global/gv.js +0 -0
- {app-ng-runtime → package}/locales/angular/global/ha-gh.js +0 -0
- {app-ng-runtime → package}/locales/angular/global/ha-ne.js +0 -0
- {app-ng-runtime → package}/locales/angular/global/ha.js +0 -0
- {app-ng-runtime → package}/locales/angular/global/haw.js +0 -0
- {app-ng-runtime → package}/locales/angular/global/he.js +0 -0
- {app-ng-runtime → package}/locales/angular/global/hi-latn.js +0 -0
- {app-ng-runtime → package}/locales/angular/global/hi.js +0 -0
- {app-ng-runtime → package}/locales/angular/global/hr-ba.js +0 -0
- {app-ng-runtime → package}/locales/angular/global/hr.js +0 -0
- {app-ng-runtime → package}/locales/angular/global/hsb.js +0 -0
- {app-ng-runtime → package}/locales/angular/global/hu.js +0 -0
- {app-ng-runtime → package}/locales/angular/global/hy.js +0 -0
- {app-ng-runtime → package}/locales/angular/global/ia.js +0 -0
- {app-ng-runtime → package}/locales/angular/global/id.js +0 -0
- {app-ng-runtime → package}/locales/angular/global/ig.js +0 -0
- {app-ng-runtime → package}/locales/angular/global/ii.js +0 -0
- {app-ng-runtime → package}/locales/angular/global/is.js +0 -0
- {app-ng-runtime → package}/locales/angular/global/it-ch.js +0 -0
- {app-ng-runtime → package}/locales/angular/global/it-sm.js +0 -0
- {app-ng-runtime → package}/locales/angular/global/it-va.js +0 -0
- {app-ng-runtime → package}/locales/angular/global/it.js +0 -0
- {app-ng-runtime → package}/locales/angular/global/ja.js +0 -0
- {app-ng-runtime → package}/locales/angular/global/jgo.js +0 -0
- {app-ng-runtime → package}/locales/angular/global/jmc.js +0 -0
- {app-ng-runtime → package}/locales/angular/global/jv.js +0 -0
- {app-ng-runtime → package}/locales/angular/global/ka.js +0 -0
- {app-ng-runtime → package}/locales/angular/global/kab.js +0 -0
- {app-ng-runtime → package}/locales/angular/global/kam.js +0 -0
- {app-ng-runtime → package}/locales/angular/global/kde.js +0 -0
- {app-ng-runtime → package}/locales/angular/global/kea.js +0 -0
- {app-ng-runtime → package}/locales/angular/global/kgp.js +0 -0
- {app-ng-runtime → package}/locales/angular/global/khq.js +0 -0
- {app-ng-runtime → package}/locales/angular/global/ki.js +0 -0
- {app-ng-runtime → package}/locales/angular/global/kk.js +0 -0
- {app-ng-runtime → package}/locales/angular/global/kkj.js +0 -0
- {app-ng-runtime → package}/locales/angular/global/kl.js +0 -0
- {app-ng-runtime → package}/locales/angular/global/kln.js +0 -0
- {app-ng-runtime → package}/locales/angular/global/km.js +0 -0
- {app-ng-runtime → package}/locales/angular/global/kn.js +0 -0
- {app-ng-runtime → package}/locales/angular/global/ko-kp.js +0 -0
- {app-ng-runtime → package}/locales/angular/global/ko.js +0 -0
- {app-ng-runtime → package}/locales/angular/global/kok.js +0 -0
- {app-ng-runtime → package}/locales/angular/global/ks-arab.js +0 -0
- {app-ng-runtime → package}/locales/angular/global/ks-deva.js +0 -0
- {app-ng-runtime → package}/locales/angular/global/ks.js +0 -0
- {app-ng-runtime → package}/locales/angular/global/ksb.js +0 -0
- {app-ng-runtime → package}/locales/angular/global/ksf.js +0 -0
- {app-ng-runtime → package}/locales/angular/global/ksh.js +0 -0
- {app-ng-runtime → package}/locales/angular/global/ku.js +0 -0
- {app-ng-runtime → package}/locales/angular/global/kw.js +0 -0
- {app-ng-runtime → package}/locales/angular/global/ky.js +0 -0
- {app-ng-runtime → package}/locales/angular/global/lag.js +0 -0
- {app-ng-runtime → package}/locales/angular/global/lb.js +0 -0
- {app-ng-runtime → package}/locales/angular/global/lg.js +0 -0
- {app-ng-runtime → package}/locales/angular/global/lkt.js +0 -0
- {app-ng-runtime → package}/locales/angular/global/ln-ao.js +0 -0
- {app-ng-runtime → package}/locales/angular/global/ln-cf.js +0 -0
- {app-ng-runtime → package}/locales/angular/global/ln-cg.js +0 -0
- {app-ng-runtime → package}/locales/angular/global/ln.js +0 -0
- {app-ng-runtime → package}/locales/angular/global/lo.js +0 -0
- {app-ng-runtime → package}/locales/angular/global/lrc-iq.js +0 -0
- {app-ng-runtime → package}/locales/angular/global/lrc.js +0 -0
- {app-ng-runtime → package}/locales/angular/global/lt.js +0 -0
- {app-ng-runtime → package}/locales/angular/global/lu.js +0 -0
- {app-ng-runtime → package}/locales/angular/global/luo.js +0 -0
- {app-ng-runtime → package}/locales/angular/global/luy.js +0 -0
- {app-ng-runtime → package}/locales/angular/global/lv.js +0 -0
- {app-ng-runtime → package}/locales/angular/global/mai.js +0 -0
- {app-ng-runtime → package}/locales/angular/global/mas-tz.js +0 -0
- {app-ng-runtime → package}/locales/angular/global/mas.js +0 -0
- {app-ng-runtime → package}/locales/angular/global/mer.js +0 -0
- {app-ng-runtime → package}/locales/angular/global/mfe.js +0 -0
- {app-ng-runtime → package}/locales/angular/global/mg.js +0 -0
- {app-ng-runtime → package}/locales/angular/global/mgh.js +0 -0
- {app-ng-runtime → package}/locales/angular/global/mgo.js +0 -0
- {app-ng-runtime → package}/locales/angular/global/mi.js +0 -0
- {app-ng-runtime → package}/locales/angular/global/mk.js +0 -0
- {app-ng-runtime → package}/locales/angular/global/ml.js +0 -0
- {app-ng-runtime → package}/locales/angular/global/mn.js +0 -0
- {app-ng-runtime → package}/locales/angular/global/mni-beng.js +0 -0
- {app-ng-runtime → package}/locales/angular/global/mni.js +0 -0
- {app-ng-runtime → package}/locales/angular/global/mr.js +0 -0
- {app-ng-runtime → package}/locales/angular/global/ms-bn.js +0 -0
- {app-ng-runtime → package}/locales/angular/global/ms-id.js +0 -0
- {app-ng-runtime → package}/locales/angular/global/ms-sg.js +0 -0
- {app-ng-runtime → package}/locales/angular/global/ms.js +0 -0
- {app-ng-runtime → package}/locales/angular/global/mt.js +0 -0
- {app-ng-runtime → package}/locales/angular/global/mua.js +0 -0
- {app-ng-runtime → package}/locales/angular/global/my.js +0 -0
- {app-ng-runtime → package}/locales/angular/global/mzn.js +0 -0
- {app-ng-runtime → package}/locales/angular/global/naq.js +0 -0
- {app-ng-runtime → package}/locales/angular/global/nb-sj.js +0 -0
- {app-ng-runtime → package}/locales/angular/global/nb.js +0 -0
- {app-ng-runtime → package}/locales/angular/global/nd.js +0 -0
- {app-ng-runtime → package}/locales/angular/global/nds-nl.js +0 -0
- {app-ng-runtime → package}/locales/angular/global/nds.js +0 -0
- {app-ng-runtime → package}/locales/angular/global/ne-in.js +0 -0
- {app-ng-runtime → package}/locales/angular/global/ne.js +0 -0
- {app-ng-runtime → package}/locales/angular/global/nl-aw.js +0 -0
- {app-ng-runtime → package}/locales/angular/global/nl-be.js +0 -0
- {app-ng-runtime → package}/locales/angular/global/nl-bq.js +0 -0
- {app-ng-runtime → package}/locales/angular/global/nl-cw.js +0 -0
- {app-ng-runtime → package}/locales/angular/global/nl-sr.js +0 -0
- {app-ng-runtime → package}/locales/angular/global/nl-sx.js +0 -0
- {app-ng-runtime → package}/locales/angular/global/nl.js +0 -0
- {app-ng-runtime → package}/locales/angular/global/nmg.js +0 -0
- {app-ng-runtime → package}/locales/angular/global/nn.js +0 -0
- {app-ng-runtime → package}/locales/angular/global/nnh.js +0 -0
- {app-ng-runtime → package}/locales/angular/global/no.js +0 -0
- {app-ng-runtime → package}/locales/angular/global/nus.js +0 -0
- {app-ng-runtime → package}/locales/angular/global/nyn.js +0 -0
- {app-ng-runtime → package}/locales/angular/global/om-ke.js +0 -0
- {app-ng-runtime → package}/locales/angular/global/om.js +0 -0
- {app-ng-runtime → package}/locales/angular/global/or.js +0 -0
- {app-ng-runtime → package}/locales/angular/global/os-ru.js +0 -0
- {app-ng-runtime → package}/locales/angular/global/os.js +0 -0
- {app-ng-runtime → package}/locales/angular/global/pa-arab.js +0 -0
- {app-ng-runtime → package}/locales/angular/global/pa-guru.js +0 -0
- {app-ng-runtime → package}/locales/angular/global/pa.js +0 -0
- {app-ng-runtime → package}/locales/angular/global/pcm.js +0 -0
- {app-ng-runtime → package}/locales/angular/global/pl.js +0 -0
- {app-ng-runtime → package}/locales/angular/global/ps-pk.js +0 -0
- {app-ng-runtime → package}/locales/angular/global/ps.js +0 -0
- {app-ng-runtime → package}/locales/angular/global/pt-ao.js +0 -0
- {app-ng-runtime → package}/locales/angular/global/pt-ch.js +0 -0
- {app-ng-runtime → package}/locales/angular/global/pt-cv.js +0 -0
- {app-ng-runtime → package}/locales/angular/global/pt-gq.js +0 -0
- {app-ng-runtime → package}/locales/angular/global/pt-gw.js +0 -0
- {app-ng-runtime → package}/locales/angular/global/pt-lu.js +0 -0
- {app-ng-runtime → package}/locales/angular/global/pt-mo.js +0 -0
- {app-ng-runtime → package}/locales/angular/global/pt-mz.js +0 -0
- {app-ng-runtime → package}/locales/angular/global/pt-pt.js +0 -0
- {app-ng-runtime → package}/locales/angular/global/pt-st.js +0 -0
- {app-ng-runtime → package}/locales/angular/global/pt-tl.js +0 -0
- {app-ng-runtime → package}/locales/angular/global/pt.js +0 -0
- {app-ng-runtime → package}/locales/angular/global/qu-bo.js +0 -0
- {app-ng-runtime → package}/locales/angular/global/qu-ec.js +0 -0
- {app-ng-runtime → package}/locales/angular/global/qu.js +0 -0
- {app-ng-runtime → package}/locales/angular/global/rm.js +0 -0
- {app-ng-runtime → package}/locales/angular/global/rn.js +0 -0
- {app-ng-runtime → package}/locales/angular/global/ro-md.js +0 -0
- {app-ng-runtime → package}/locales/angular/global/ro.js +0 -0
- {app-ng-runtime → package}/locales/angular/global/rof.js +0 -0
- {app-ng-runtime → package}/locales/angular/global/ru-by.js +0 -0
- {app-ng-runtime → package}/locales/angular/global/ru-kg.js +0 -0
- {app-ng-runtime → package}/locales/angular/global/ru-kz.js +0 -0
- {app-ng-runtime → package}/locales/angular/global/ru-md.js +0 -0
- {app-ng-runtime → package}/locales/angular/global/ru-ua.js +0 -0
- {app-ng-runtime → package}/locales/angular/global/ru.js +0 -0
- {app-ng-runtime → package}/locales/angular/global/rw.js +0 -0
- {app-ng-runtime → package}/locales/angular/global/rwk.js +0 -0
- {app-ng-runtime → package}/locales/angular/global/sa.js +0 -0
- {app-ng-runtime → package}/locales/angular/global/sah.js +0 -0
- {app-ng-runtime → package}/locales/angular/global/saq.js +0 -0
- {app-ng-runtime → package}/locales/angular/global/sat-olck.js +0 -0
- {app-ng-runtime → package}/locales/angular/global/sat.js +0 -0
- {app-ng-runtime → package}/locales/angular/global/sbp.js +0 -0
- {app-ng-runtime → package}/locales/angular/global/sc.js +0 -0
- {app-ng-runtime → package}/locales/angular/global/sd-arab.js +0 -0
- {app-ng-runtime → package}/locales/angular/global/sd-deva.js +0 -0
- {app-ng-runtime → package}/locales/angular/global/sd.js +0 -0
- {app-ng-runtime → package}/locales/angular/global/se-fi.js +0 -0
- {app-ng-runtime → package}/locales/angular/global/se-se.js +0 -0
- {app-ng-runtime → package}/locales/angular/global/se.js +0 -0
- {app-ng-runtime → package}/locales/angular/global/seh.js +0 -0
- {app-ng-runtime → package}/locales/angular/global/ses.js +0 -0
- {app-ng-runtime → package}/locales/angular/global/sg.js +0 -0
- {app-ng-runtime → package}/locales/angular/global/shi-latn.js +0 -0
- {app-ng-runtime → package}/locales/angular/global/shi-tfng.js +0 -0
- {app-ng-runtime → package}/locales/angular/global/shi.js +0 -0
- {app-ng-runtime → package}/locales/angular/global/si.js +0 -0
- {app-ng-runtime → package}/locales/angular/global/sk.js +0 -0
- {app-ng-runtime → package}/locales/angular/global/sl.js +0 -0
- {app-ng-runtime → package}/locales/angular/global/smn.js +0 -0
- {app-ng-runtime → package}/locales/angular/global/sn.js +0 -0
- {app-ng-runtime → package}/locales/angular/global/so-dj.js +0 -0
- {app-ng-runtime → package}/locales/angular/global/so-et.js +0 -0
- {app-ng-runtime → package}/locales/angular/global/so-ke.js +0 -0
- {app-ng-runtime → package}/locales/angular/global/so.js +0 -0
- {app-ng-runtime → package}/locales/angular/global/sq-mk.js +0 -0
- {app-ng-runtime → package}/locales/angular/global/sq-xk.js +0 -0
- {app-ng-runtime → package}/locales/angular/global/sq.js +0 -0
- {app-ng-runtime → package}/locales/angular/global/sr-cyrl-ba.js +0 -0
- {app-ng-runtime → package}/locales/angular/global/sr-cyrl-me.js +0 -0
- {app-ng-runtime → package}/locales/angular/global/sr-cyrl-xk.js +0 -0
- {app-ng-runtime → package}/locales/angular/global/sr-cyrl.js +0 -0
- {app-ng-runtime → package}/locales/angular/global/sr-latn-ba.js +0 -0
- {app-ng-runtime → package}/locales/angular/global/sr-latn-me.js +0 -0
- {app-ng-runtime → package}/locales/angular/global/sr-latn-xk.js +0 -0
- {app-ng-runtime → package}/locales/angular/global/sr-latn.js +0 -0
- {app-ng-runtime → package}/locales/angular/global/sr.js +0 -0
- {app-ng-runtime → package}/locales/angular/global/su-latn.js +0 -0
- {app-ng-runtime → package}/locales/angular/global/su.js +0 -0
- {app-ng-runtime → package}/locales/angular/global/sv-ax.js +0 -0
- {app-ng-runtime → package}/locales/angular/global/sv-fi.js +0 -0
- {app-ng-runtime → package}/locales/angular/global/sv.js +0 -0
- {app-ng-runtime → package}/locales/angular/global/sw-cd.js +0 -0
- {app-ng-runtime → package}/locales/angular/global/sw-ke.js +0 -0
- {app-ng-runtime → package}/locales/angular/global/sw-ug.js +0 -0
- {app-ng-runtime → package}/locales/angular/global/sw.js +0 -0
- {app-ng-runtime → package}/locales/angular/global/ta-lk.js +0 -0
- {app-ng-runtime → package}/locales/angular/global/ta-my.js +0 -0
- {app-ng-runtime → package}/locales/angular/global/ta-sg.js +0 -0
- {app-ng-runtime → package}/locales/angular/global/ta.js +0 -0
- {app-ng-runtime → package}/locales/angular/global/te.js +0 -0
- {app-ng-runtime → package}/locales/angular/global/teo-ke.js +0 -0
- {app-ng-runtime → package}/locales/angular/global/teo.js +0 -0
- {app-ng-runtime → package}/locales/angular/global/tg.js +0 -0
- {app-ng-runtime → package}/locales/angular/global/th.js +0 -0
- {app-ng-runtime → package}/locales/angular/global/ti-er.js +0 -0
- {app-ng-runtime → package}/locales/angular/global/ti.js +0 -0
- {app-ng-runtime → package}/locales/angular/global/tk.js +0 -0
- {app-ng-runtime → package}/locales/angular/global/to.js +0 -0
- {app-ng-runtime → package}/locales/angular/global/tr-cy.js +0 -0
- {app-ng-runtime → package}/locales/angular/global/tr.js +0 -0
- {app-ng-runtime → package}/locales/angular/global/tt.js +0 -0
- {app-ng-runtime → package}/locales/angular/global/twq.js +0 -0
- {app-ng-runtime → package}/locales/angular/global/tzm.js +0 -0
- {app-ng-runtime → package}/locales/angular/global/ug.js +0 -0
- {app-ng-runtime → package}/locales/angular/global/uk.js +0 -0
- {app-ng-runtime → package}/locales/angular/global/und.js +0 -0
- {app-ng-runtime → package}/locales/angular/global/ur-in.js +0 -0
- {app-ng-runtime → package}/locales/angular/global/ur.js +0 -0
- {app-ng-runtime → package}/locales/angular/global/uz-arab.js +0 -0
- {app-ng-runtime → package}/locales/angular/global/uz-cyrl.js +0 -0
- {app-ng-runtime → package}/locales/angular/global/uz-latn.js +0 -0
- {app-ng-runtime → package}/locales/angular/global/uz.js +0 -0
- {app-ng-runtime → package}/locales/angular/global/vai-latn.js +0 -0
- {app-ng-runtime → package}/locales/angular/global/vai-vaii.js +0 -0
- {app-ng-runtime → package}/locales/angular/global/vai.js +0 -0
- {app-ng-runtime → package}/locales/angular/global/vi.js +0 -0
- {app-ng-runtime → package}/locales/angular/global/vun.js +0 -0
- {app-ng-runtime → package}/locales/angular/global/wae.js +0 -0
- {app-ng-runtime → package}/locales/angular/global/wo.js +0 -0
- {app-ng-runtime → package}/locales/angular/global/xh.js +0 -0
- {app-ng-runtime → package}/locales/angular/global/xog.js +0 -0
- {app-ng-runtime → package}/locales/angular/global/yav.js +0 -0
- {app-ng-runtime → package}/locales/angular/global/yi.js +0 -0
- {app-ng-runtime → package}/locales/angular/global/yo-bj.js +0 -0
- {app-ng-runtime → package}/locales/angular/global/yo.js +0 -0
- {app-ng-runtime → package}/locales/angular/global/yrl-co.js +0 -0
- {app-ng-runtime → package}/locales/angular/global/yrl-ve.js +0 -0
- {app-ng-runtime → package}/locales/angular/global/yrl.js +0 -0
- {app-ng-runtime → package}/locales/angular/global/yue-hans.js +0 -0
- {app-ng-runtime → package}/locales/angular/global/yue-hant.js +0 -0
- {app-ng-runtime → package}/locales/angular/global/yue.js +0 -0
- {app-ng-runtime → package}/locales/angular/global/zgh.js +0 -0
- {app-ng-runtime → package}/locales/angular/global/zh-hans-hk.js +0 -0
- {app-ng-runtime → package}/locales/angular/global/zh-hans-mo.js +0 -0
- {app-ng-runtime → package}/locales/angular/global/zh-hans-sg.js +0 -0
- {app-ng-runtime → package}/locales/angular/global/zh-hans.js +0 -0
- {app-ng-runtime → package}/locales/angular/global/zh-hant-hk.js +0 -0
- {app-ng-runtime → package}/locales/angular/global/zh-hant-mo.js +0 -0
- {app-ng-runtime → package}/locales/angular/global/zh-hant.js +0 -0
- {app-ng-runtime → package}/locales/angular/global/zh.js +0 -0
- {app-ng-runtime → package}/locales/angular/global/zu.js +0 -0
- {app-ng-runtime → package}/locales/fullcalendar/af.js +0 -0
- {app-ng-runtime → package}/locales/fullcalendar/ar-dz.js +0 -0
- {app-ng-runtime → package}/locales/fullcalendar/ar-kw.js +0 -0
- {app-ng-runtime → package}/locales/fullcalendar/ar-ly.js +0 -0
- {app-ng-runtime → package}/locales/fullcalendar/ar-ma.js +0 -0
- {app-ng-runtime → package}/locales/fullcalendar/ar-sa.js +0 -0
- {app-ng-runtime → package}/locales/fullcalendar/ar-tn.js +0 -0
- {app-ng-runtime → package}/locales/fullcalendar/ar.js +0 -0
- {app-ng-runtime → package}/locales/fullcalendar/az.js +0 -0
- {app-ng-runtime → package}/locales/fullcalendar/bg.js +0 -0
- {app-ng-runtime → package}/locales/fullcalendar/bs.js +0 -0
- {app-ng-runtime → package}/locales/fullcalendar/ca.js +0 -0
- {app-ng-runtime → package}/locales/fullcalendar/cs.js +0 -0
- {app-ng-runtime → package}/locales/fullcalendar/da.js +0 -0
- {app-ng-runtime → package}/locales/fullcalendar/de.js +0 -0
- {app-ng-runtime → package}/locales/fullcalendar/el.js +0 -0
- {app-ng-runtime → package}/locales/fullcalendar/en-au.js +0 -0
- {app-ng-runtime → package}/locales/fullcalendar/en-gb.js +0 -0
- {app-ng-runtime → package}/locales/fullcalendar/en-nz.js +0 -0
- {app-ng-runtime → package}/locales/fullcalendar/es-us.js +0 -0
- {app-ng-runtime → package}/locales/fullcalendar/es.js +0 -0
- {app-ng-runtime → package}/locales/fullcalendar/et.js +0 -0
- {app-ng-runtime → package}/locales/fullcalendar/eu.js +0 -0
- {app-ng-runtime → package}/locales/fullcalendar/fa.js +0 -0
- {app-ng-runtime → package}/locales/fullcalendar/fi.js +0 -0
- {app-ng-runtime → package}/locales/fullcalendar/fr-ca.js +0 -0
- {app-ng-runtime → package}/locales/fullcalendar/fr-ch.js +0 -0
- {app-ng-runtime → package}/locales/fullcalendar/fr.js +0 -0
- {app-ng-runtime → package}/locales/fullcalendar/gl.js +0 -0
- {app-ng-runtime → package}/locales/fullcalendar/he.js +0 -0
- {app-ng-runtime → package}/locales/fullcalendar/hi.js +0 -0
- {app-ng-runtime → package}/locales/fullcalendar/hr.js +0 -0
- {app-ng-runtime → package}/locales/fullcalendar/hu.js +0 -0
- {app-ng-runtime → package}/locales/fullcalendar/id.js +0 -0
- {app-ng-runtime → package}/locales/fullcalendar/is.js +0 -0
- {app-ng-runtime → package}/locales/fullcalendar/it.js +0 -0
- {app-ng-runtime → package}/locales/fullcalendar/ja.js +0 -0
- {app-ng-runtime → package}/locales/fullcalendar/ka.js +0 -0
- {app-ng-runtime → package}/locales/fullcalendar/kk.js +0 -0
- {app-ng-runtime → package}/locales/fullcalendar/ko.js +0 -0
- {app-ng-runtime → package}/locales/fullcalendar/lb.js +0 -0
- {app-ng-runtime → package}/locales/fullcalendar/lt.js +0 -0
- {app-ng-runtime → package}/locales/fullcalendar/lv.js +0 -0
- {app-ng-runtime → package}/locales/fullcalendar/mk.js +0 -0
- {app-ng-runtime → package}/locales/fullcalendar/ms.js +0 -0
- {app-ng-runtime → package}/locales/fullcalendar/nb.js +0 -0
- {app-ng-runtime → package}/locales/fullcalendar/ne.js +0 -0
- {app-ng-runtime → package}/locales/fullcalendar/nl.js +0 -0
- {app-ng-runtime → package}/locales/fullcalendar/nn.js +0 -0
- {app-ng-runtime → package}/locales/fullcalendar/pl.js +0 -0
- {app-ng-runtime → package}/locales/fullcalendar/pt-br.js +0 -0
- {app-ng-runtime → package}/locales/fullcalendar/pt.js +0 -0
- {app-ng-runtime → package}/locales/fullcalendar/ro.js +0 -0
- {app-ng-runtime → package}/locales/fullcalendar/ru.js +0 -0
- {app-ng-runtime → package}/locales/fullcalendar/sk.js +0 -0
- {app-ng-runtime → package}/locales/fullcalendar/sl.js +0 -0
- {app-ng-runtime → package}/locales/fullcalendar/sq.js +0 -0
- {app-ng-runtime → package}/locales/fullcalendar/sr-cyrl.js +0 -0
- {app-ng-runtime → package}/locales/fullcalendar/sr.js +0 -0
- {app-ng-runtime → package}/locales/fullcalendar/sv.js +0 -0
- {app-ng-runtime → package}/locales/fullcalendar/th.js +0 -0
- {app-ng-runtime → package}/locales/fullcalendar/tr.js +0 -0
- {app-ng-runtime → package}/locales/fullcalendar/ug.js +0 -0
- {app-ng-runtime → package}/locales/fullcalendar/uk.js +0 -0
- {app-ng-runtime → package}/locales/fullcalendar/uz.js +0 -0
- {app-ng-runtime → package}/locales/fullcalendar/vi.js +0 -0
- {app-ng-runtime → package}/locales/fullcalendar/zh-cn.js +0 -0
- {app-ng-runtime → package}/locales/fullcalendar/zh-tw.js +0 -0
- {app-ng-runtime → package}/locales/moment/af.js +0 -0
- {app-ng-runtime → package}/locales/moment/ar-dz.js +0 -0
- {app-ng-runtime → package}/locales/moment/ar-kw.js +0 -0
- {app-ng-runtime → package}/locales/moment/ar-ly.js +0 -0
- {app-ng-runtime → package}/locales/moment/ar-ma.js +0 -0
- {app-ng-runtime → package}/locales/moment/ar-sa.js +0 -0
- {app-ng-runtime → package}/locales/moment/ar-tn.js +0 -0
- {app-ng-runtime → package}/locales/moment/ar.js +0 -0
- {app-ng-runtime → package}/locales/moment/az.js +0 -0
- {app-ng-runtime → package}/locales/moment/be.js +0 -0
- {app-ng-runtime → package}/locales/moment/bg.js +0 -0
- {app-ng-runtime → package}/locales/moment/bm.js +0 -0
- {app-ng-runtime → package}/locales/moment/bn-bd.js +0 -0
- {app-ng-runtime → package}/locales/moment/bn.js +0 -0
- {app-ng-runtime → package}/locales/moment/bo.js +0 -0
- {app-ng-runtime → package}/locales/moment/br.js +0 -0
- {app-ng-runtime → package}/locales/moment/bs.js +0 -0
- {app-ng-runtime → package}/locales/moment/ca.js +0 -0
- {app-ng-runtime → package}/locales/moment/cs.js +0 -0
- {app-ng-runtime → package}/locales/moment/cv.js +0 -0
- {app-ng-runtime → package}/locales/moment/cy.js +0 -0
- {app-ng-runtime → package}/locales/moment/da.js +0 -0
- {app-ng-runtime → package}/locales/moment/de-at.js +0 -0
- {app-ng-runtime → package}/locales/moment/de-ch.js +0 -0
- {app-ng-runtime → package}/locales/moment/de.js +0 -0
- {app-ng-runtime → package}/locales/moment/dv.js +0 -0
- {app-ng-runtime → package}/locales/moment/el.js +0 -0
- {app-ng-runtime → package}/locales/moment/en-au.js +0 -0
- {app-ng-runtime → package}/locales/moment/en-ca.js +0 -0
- {app-ng-runtime → package}/locales/moment/en-gb.js +0 -0
- {app-ng-runtime → package}/locales/moment/en-ie.js +0 -0
- {app-ng-runtime → package}/locales/moment/en-il.js +0 -0
- {app-ng-runtime → package}/locales/moment/en-in.js +0 -0
- {app-ng-runtime → package}/locales/moment/en-nz.js +0 -0
- {app-ng-runtime → package}/locales/moment/en-sg.js +0 -0
- {app-ng-runtime → package}/locales/moment/eo.js +0 -0
- {app-ng-runtime → package}/locales/moment/es-do.js +0 -0
- {app-ng-runtime → package}/locales/moment/es-mx.js +0 -0
- {app-ng-runtime → package}/locales/moment/es-us.js +0 -0
- {app-ng-runtime → package}/locales/moment/es.js +0 -0
- {app-ng-runtime → package}/locales/moment/et.js +0 -0
- {app-ng-runtime → package}/locales/moment/eu.js +0 -0
- {app-ng-runtime → package}/locales/moment/fa.js +0 -0
- {app-ng-runtime → package}/locales/moment/fi.js +0 -0
- {app-ng-runtime → package}/locales/moment/fil.js +0 -0
- {app-ng-runtime → package}/locales/moment/fo.js +0 -0
- {app-ng-runtime → package}/locales/moment/fr-ca.js +0 -0
- {app-ng-runtime → package}/locales/moment/fr-ch.js +0 -0
- {app-ng-runtime → package}/locales/moment/fr.js +0 -0
- {app-ng-runtime → package}/locales/moment/fy.js +0 -0
- {app-ng-runtime → package}/locales/moment/ga.js +0 -0
- {app-ng-runtime → package}/locales/moment/gd.js +0 -0
- {app-ng-runtime → package}/locales/moment/gl.js +0 -0
- {app-ng-runtime → package}/locales/moment/gom-deva.js +0 -0
- {app-ng-runtime → package}/locales/moment/gom-latn.js +0 -0
- {app-ng-runtime → package}/locales/moment/gu.js +0 -0
- {app-ng-runtime → package}/locales/moment/he.js +0 -0
- {app-ng-runtime → package}/locales/moment/hi.js +0 -0
- {app-ng-runtime → package}/locales/moment/hr.js +0 -0
- {app-ng-runtime → package}/locales/moment/hu.js +0 -0
- {app-ng-runtime → package}/locales/moment/hy-am.js +0 -0
- {app-ng-runtime → package}/locales/moment/id.js +0 -0
- {app-ng-runtime → package}/locales/moment/is.js +0 -0
- {app-ng-runtime → package}/locales/moment/it-ch.js +0 -0
- {app-ng-runtime → package}/locales/moment/it.js +0 -0
- {app-ng-runtime → package}/locales/moment/ja.js +0 -0
- {app-ng-runtime → package}/locales/moment/jv.js +0 -0
- {app-ng-runtime → package}/locales/moment/ka.js +0 -0
- {app-ng-runtime → package}/locales/moment/kk.js +0 -0
- {app-ng-runtime → package}/locales/moment/km.js +0 -0
- {app-ng-runtime → package}/locales/moment/kn.js +0 -0
- {app-ng-runtime → package}/locales/moment/ko.js +0 -0
- {app-ng-runtime → package}/locales/moment/ku.js +0 -0
- {app-ng-runtime → package}/locales/moment/ky.js +0 -0
- {app-ng-runtime → package}/locales/moment/lb.js +0 -0
- {app-ng-runtime → package}/locales/moment/lo.js +0 -0
- {app-ng-runtime → package}/locales/moment/lt.js +0 -0
- {app-ng-runtime → package}/locales/moment/lv.js +0 -0
- {app-ng-runtime → package}/locales/moment/me.js +0 -0
- {app-ng-runtime → package}/locales/moment/mi.js +0 -0
- {app-ng-runtime → package}/locales/moment/mk.js +0 -0
- {app-ng-runtime → package}/locales/moment/ml.js +0 -0
- {app-ng-runtime → package}/locales/moment/mn.js +0 -0
- {app-ng-runtime → package}/locales/moment/mr.js +0 -0
- {app-ng-runtime → package}/locales/moment/ms-my.js +0 -0
- {app-ng-runtime → package}/locales/moment/ms.js +0 -0
- {app-ng-runtime → package}/locales/moment/mt.js +0 -0
- {app-ng-runtime → package}/locales/moment/my.js +0 -0
- {app-ng-runtime → package}/locales/moment/nb.js +0 -0
- {app-ng-runtime → package}/locales/moment/ne.js +0 -0
- {app-ng-runtime → package}/locales/moment/nl-be.js +0 -0
- {app-ng-runtime → package}/locales/moment/nl.js +0 -0
- {app-ng-runtime → package}/locales/moment/nn.js +0 -0
- {app-ng-runtime → package}/locales/moment/oc-lnc.js +0 -0
- {app-ng-runtime → package}/locales/moment/pa-in.js +0 -0
- {app-ng-runtime → package}/locales/moment/pl.js +0 -0
- {app-ng-runtime → package}/locales/moment/pt-br.js +0 -0
- {app-ng-runtime → package}/locales/moment/pt.js +0 -0
- {app-ng-runtime → package}/locales/moment/ro.js +0 -0
- {app-ng-runtime → package}/locales/moment/ru.js +0 -0
- {app-ng-runtime → package}/locales/moment/sd.js +0 -0
- {app-ng-runtime → package}/locales/moment/se.js +0 -0
- {app-ng-runtime → package}/locales/moment/si.js +0 -0
- {app-ng-runtime → package}/locales/moment/sk.js +0 -0
- {app-ng-runtime → package}/locales/moment/sl.js +0 -0
- {app-ng-runtime → package}/locales/moment/sq.js +0 -0
- {app-ng-runtime → package}/locales/moment/sr-cyrl.js +0 -0
- {app-ng-runtime → package}/locales/moment/sr.js +0 -0
- {app-ng-runtime → package}/locales/moment/ss.js +0 -0
- {app-ng-runtime → package}/locales/moment/sv.js +0 -0
- {app-ng-runtime → package}/locales/moment/sw.js +0 -0
- {app-ng-runtime → package}/locales/moment/ta.js +0 -0
- {app-ng-runtime → package}/locales/moment/te.js +0 -0
- {app-ng-runtime → package}/locales/moment/tet.js +0 -0
- {app-ng-runtime → package}/locales/moment/tg.js +0 -0
- {app-ng-runtime → package}/locales/moment/th.js +0 -0
- {app-ng-runtime → package}/locales/moment/tk.js +0 -0
- {app-ng-runtime → package}/locales/moment/tl-ph.js +0 -0
- {app-ng-runtime → package}/locales/moment/tlh.js +0 -0
- {app-ng-runtime → package}/locales/moment/tr.js +0 -0
- {app-ng-runtime → package}/locales/moment/tzl.js +0 -0
- {app-ng-runtime → package}/locales/moment/tzm-latn.js +0 -0
- {app-ng-runtime → package}/locales/moment/tzm.js +0 -0
- {app-ng-runtime → package}/locales/moment/ug-cn.js +0 -0
- {app-ng-runtime → package}/locales/moment/uk.js +0 -0
- {app-ng-runtime → package}/locales/moment/ur.js +0 -0
- {app-ng-runtime → package}/locales/moment/uz-latn.js +0 -0
- {app-ng-runtime → package}/locales/moment/uz.js +0 -0
- {app-ng-runtime → package}/locales/moment/vi.js +0 -0
- {app-ng-runtime → package}/locales/moment/x-pseudo.js +0 -0
- {app-ng-runtime → package}/locales/moment/yo.js +0 -0
- {app-ng-runtime → package}/locales/moment/zh-cn.js +0 -0
- {app-ng-runtime → package}/locales/moment/zh-hk.js +0 -0
- {app-ng-runtime → package}/locales/moment/zh-mo.js +0 -0
- {app-ng-runtime → package}/locales/moment/zh-tw.js +0 -0
- {app-ng-runtime → package}/locales/moment-timezone/moment-timezone-with-data.js +0 -0
- {app-ng-runtime → package}/mobile/components/basic/default/anchor/anchor.directive.d.ts +0 -0
- {app-ng-runtime → package}/mobile/components/basic/default/app-update/app-update.component.d.ts +0 -0
- {app-ng-runtime → package}/mobile/components/basic/default/basic.module.d.ts +0 -0
- {app-ng-runtime → package}/mobile/components/basic/default/bundles/index.umd.js +0 -0
- {app-ng-runtime → package}/mobile/components/basic/default/esm2022/anchor/anchor.directive.mjs +0 -0
- {app-ng-runtime → package}/mobile/components/basic/default/esm2022/app-update/app-update.component.mjs +0 -0
- {app-ng-runtime → package}/mobile/components/basic/default/esm2022/basic.module.mjs +0 -0
- {app-ng-runtime → package}/mobile/components/basic/default/esm2022/file-browser/file-browser.component.mjs +0 -0
- {app-ng-runtime → package}/mobile/components/basic/default/esm2022/file-browser/file-selector.service.mjs +0 -0
- {app-ng-runtime → package}/mobile/components/basic/default/esm2022/image-cache/image-cache.directive.mjs +0 -0
- {app-ng-runtime → package}/mobile/components/basic/default/esm2022/index.mjs +0 -0
- {app-ng-runtime → package}/mobile/components/basic/default/esm2022/network-info-toaster/network-info-toaster.component.mjs +0 -0
- {app-ng-runtime → package}/mobile/components/basic/default/esm2022/network-info-toaster/network-info-toaster.props.mjs +0 -0
- {app-ng-runtime → package}/mobile/components/basic/default/esm2022/process-manager/process-management.service.mjs +0 -0
- {app-ng-runtime → package}/mobile/components/basic/default/esm2022/process-manager/process-manager.component.mjs +0 -0
- {app-ng-runtime → package}/mobile/components/basic/default/esm2022/public_api.mjs +0 -0
- {app-ng-runtime → package}/mobile/components/basic/default/fesm2022/index.mjs +0 -0
- {app-ng-runtime → package}/mobile/components/basic/default/fesm2022/index.mjs.map +0 -0
- {app-ng-runtime → package}/mobile/components/basic/default/file-browser/file-browser.component.d.ts +0 -0
- {app-ng-runtime → package}/mobile/components/basic/default/file-browser/file-selector.service.d.ts +0 -0
- {app-ng-runtime → package}/mobile/components/basic/default/image-cache/image-cache.directive.d.ts +0 -0
- {app-ng-runtime → package}/mobile/components/basic/default/index.d.ts +0 -0
- {app-ng-runtime → package}/mobile/components/basic/default/network-info-toaster/network-info-toaster.component.d.ts +0 -0
- {app-ng-runtime → package}/mobile/components/basic/default/network-info-toaster/network-info-toaster.props.d.ts +0 -0
- {app-ng-runtime → package}/mobile/components/basic/default/package.json +0 -0
- {app-ng-runtime → package}/mobile/components/basic/default/process-manager/process-management.service.d.ts +0 -0
- {app-ng-runtime → package}/mobile/components/basic/default/process-manager/process-manager.component.d.ts +0 -0
- {app-ng-runtime → package}/mobile/components/basic/default/public_api.d.ts +0 -0
- {app-ng-runtime → package}/mobile/components/basic/search/bundles/index.umd.js +0 -0
- {app-ng-runtime → package}/mobile/components/basic/search/esm2022/index.mjs +0 -0
- {app-ng-runtime → package}/mobile/components/basic/search/esm2022/public_api.mjs +0 -0
- {app-ng-runtime → package}/mobile/components/basic/search/esm2022/search.directive.mjs +0 -0
- {app-ng-runtime → package}/mobile/components/basic/search/esm2022/search.module.mjs +0 -0
- {app-ng-runtime → package}/mobile/components/basic/search/fesm2022/index.mjs +0 -0
- {app-ng-runtime → package}/mobile/components/basic/search/fesm2022/index.mjs.map +0 -0
- {app-ng-runtime → package}/mobile/components/basic/search/index.d.ts +0 -0
- {app-ng-runtime → package}/mobile/components/basic/search/package.json +0 -0
- {app-ng-runtime → package}/mobile/components/basic/search/public_api.d.ts +0 -0
- {app-ng-runtime → package}/mobile/components/basic/search/search.directive.d.ts +0 -0
- {app-ng-runtime → package}/mobile/components/basic/search/search.module.d.ts +0 -0
- {app-ng-runtime → package}/mobile/components/containers/segmented-control/bundles/index.umd.js +0 -0
- {app-ng-runtime → package}/mobile/components/containers/segmented-control/esm2022/index.mjs +0 -0
- {app-ng-runtime → package}/mobile/components/containers/segmented-control/esm2022/public_api.mjs +0 -0
- {app-ng-runtime → package}/mobile/components/containers/segmented-control/esm2022/segment-content/segment-content.component.mjs +0 -0
- {app-ng-runtime → package}/mobile/components/containers/segmented-control/esm2022/segment-content/segment-content.props.mjs +0 -0
- {app-ng-runtime → package}/mobile/components/containers/segmented-control/esm2022/segmented-control.component.mjs +0 -0
- {app-ng-runtime → package}/mobile/components/containers/segmented-control/esm2022/segmented-control.module.mjs +0 -0
- {app-ng-runtime → package}/mobile/components/containers/segmented-control/esm2022/segmented-control.props.mjs +0 -0
- {app-ng-runtime → package}/mobile/components/containers/segmented-control/fesm2022/index.mjs +0 -0
- {app-ng-runtime → package}/mobile/components/containers/segmented-control/fesm2022/index.mjs.map +0 -0
- {app-ng-runtime → package}/mobile/components/containers/segmented-control/index.d.ts +0 -0
- {app-ng-runtime → package}/mobile/components/containers/segmented-control/package.json +0 -0
- {app-ng-runtime → package}/mobile/components/containers/segmented-control/public_api.d.ts +0 -0
- {app-ng-runtime → package}/mobile/components/containers/segmented-control/segment-content/segment-content.component.d.ts +0 -0
- {app-ng-runtime → package}/mobile/components/containers/segmented-control/segment-content/segment-content.props.d.ts +0 -0
- {app-ng-runtime → package}/mobile/components/containers/segmented-control/segmented-control.component.d.ts +0 -0
- {app-ng-runtime → package}/mobile/components/containers/segmented-control/segmented-control.module.d.ts +0 -0
- {app-ng-runtime → package}/mobile/components/containers/segmented-control/segmented-control.props.d.ts +0 -0
- {app-ng-runtime → package}/mobile/components/data/media-list/bundles/index.umd.js +0 -0
- {app-ng-runtime → package}/mobile/components/data/media-list/esm2022/index.mjs +0 -0
- {app-ng-runtime → package}/mobile/components/data/media-list/esm2022/media-list-item/media-list-item.directive.mjs +0 -0
- {app-ng-runtime → package}/mobile/components/data/media-list/esm2022/media-list.component.mjs +0 -0
- {app-ng-runtime → package}/mobile/components/data/media-list/esm2022/media-list.module.mjs +0 -0
- {app-ng-runtime → package}/mobile/components/data/media-list/esm2022/media-list.props.mjs +0 -0
- {app-ng-runtime → package}/mobile/components/data/media-list/esm2022/public_api.mjs +0 -0
- {app-ng-runtime → package}/mobile/components/data/media-list/fesm2022/index.mjs +0 -0
- {app-ng-runtime → package}/mobile/components/data/media-list/fesm2022/index.mjs.map +0 -0
- {app-ng-runtime → package}/mobile/components/data/media-list/index.d.ts +0 -0
- {app-ng-runtime → package}/mobile/components/data/media-list/media-list-item/media-list-item.directive.d.ts +0 -0
- {app-ng-runtime → package}/mobile/components/data/media-list/media-list.component.d.ts +0 -0
- {app-ng-runtime → package}/mobile/components/data/media-list/media-list.module.d.ts +0 -0
- {app-ng-runtime → package}/mobile/components/data/media-list/media-list.props.d.ts +0 -0
- {app-ng-runtime → package}/mobile/components/data/media-list/package.json +0 -0
- {app-ng-runtime → package}/mobile/components/data/media-list/public_api.d.ts +0 -0
- {app-ng-runtime → package}/mobile/components/device/barcode-scanner/barcode-scanner.component.d.ts +0 -0
- {app-ng-runtime → package}/mobile/components/device/barcode-scanner/barcode-scanner.module.d.ts +0 -0
- {app-ng-runtime → package}/mobile/components/device/barcode-scanner/barcode-scanner.props.d.ts +0 -0
- {app-ng-runtime → package}/mobile/components/device/barcode-scanner/bundles/index.umd.js +0 -0
- {app-ng-runtime → package}/mobile/components/device/barcode-scanner/esm2022/barcode-scanner.component.mjs +0 -0
- {app-ng-runtime → package}/mobile/components/device/barcode-scanner/esm2022/barcode-scanner.module.mjs +0 -0
- {app-ng-runtime → package}/mobile/components/device/barcode-scanner/esm2022/barcode-scanner.props.mjs +0 -0
- {app-ng-runtime → package}/mobile/components/device/barcode-scanner/esm2022/index.mjs +0 -0
- {app-ng-runtime → package}/mobile/components/device/barcode-scanner/esm2022/public_api.mjs +0 -0
- {app-ng-runtime → package}/mobile/components/device/barcode-scanner/fesm2022/index.mjs +0 -0
- {app-ng-runtime → package}/mobile/components/device/barcode-scanner/fesm2022/index.mjs.map +0 -0
- {app-ng-runtime → package}/mobile/components/device/barcode-scanner/index.d.ts +0 -0
- {app-ng-runtime → package}/mobile/components/device/barcode-scanner/package.json +0 -0
- {app-ng-runtime → package}/mobile/components/device/barcode-scanner/public_api.d.ts +0 -0
- {app-ng-runtime → package}/mobile/components/device/camera/bundles/index.umd.js +0 -0
- {app-ng-runtime → package}/mobile/components/device/camera/camera.component.d.ts +0 -0
- {app-ng-runtime → package}/mobile/components/device/camera/camera.module.d.ts +0 -0
- {app-ng-runtime → package}/mobile/components/device/camera/camera.props.d.ts +0 -0
- {app-ng-runtime → package}/mobile/components/device/camera/esm2022/camera.component.mjs +0 -0
- {app-ng-runtime → package}/mobile/components/device/camera/esm2022/camera.module.mjs +0 -0
- {app-ng-runtime → package}/mobile/components/device/camera/esm2022/camera.props.mjs +0 -0
- {app-ng-runtime → package}/mobile/components/device/camera/esm2022/index.mjs +0 -0
- {app-ng-runtime → package}/mobile/components/device/camera/esm2022/public_api.mjs +0 -0
- {app-ng-runtime → package}/mobile/components/device/camera/fesm2022/index.mjs +0 -0
- {app-ng-runtime → package}/mobile/components/device/camera/fesm2022/index.mjs.map +0 -0
- {app-ng-runtime → package}/mobile/components/device/camera/index.d.ts +0 -0
- {app-ng-runtime → package}/mobile/components/device/camera/package.json +0 -0
- {app-ng-runtime → package}/mobile/components/device/camera/public_api.d.ts +0 -0
- {app-ng-runtime → package}/mobile/components/input/file-upload/bundles/index.umd.js +0 -0
- {app-ng-runtime → package}/mobile/components/input/file-upload/esm2022/file-upload.directive.mjs +0 -0
- {app-ng-runtime → package}/mobile/components/input/file-upload/esm2022/file-upload.module.mjs +0 -0
- {app-ng-runtime → package}/mobile/components/input/file-upload/esm2022/index.mjs +0 -0
- {app-ng-runtime → package}/mobile/components/input/file-upload/esm2022/public_api.mjs +0 -0
- {app-ng-runtime → package}/mobile/components/input/file-upload/fesm2022/index.mjs +0 -0
- {app-ng-runtime → package}/mobile/components/input/file-upload/fesm2022/index.mjs.map +0 -0
- {app-ng-runtime → package}/mobile/components/input/file-upload/file-upload.directive.d.ts +0 -0
- {app-ng-runtime → package}/mobile/components/input/file-upload/file-upload.module.d.ts +0 -0
- {app-ng-runtime → package}/mobile/components/input/file-upload/index.d.ts +0 -0
- {app-ng-runtime → package}/mobile/components/input/file-upload/package.json +0 -0
- {app-ng-runtime → package}/mobile/components/input/file-upload/public_api.d.ts +0 -0
- {app-ng-runtime → package}/mobile/components/page/default/bundles/index.umd.js +0 -0
- {app-ng-runtime → package}/mobile/components/page/default/esm2022/index.mjs +0 -0
- {app-ng-runtime → package}/mobile/components/page/default/esm2022/page-content-loader/page-content-loader.component.mjs +0 -0
- {app-ng-runtime → package}/mobile/components/page/default/esm2022/page.directive.mjs +0 -0
- {app-ng-runtime → package}/mobile/components/page/default/esm2022/page.module.mjs +0 -0
- {app-ng-runtime → package}/mobile/components/page/default/esm2022/public_api.mjs +0 -0
- {app-ng-runtime → package}/mobile/components/page/default/fesm2022/index.mjs +0 -0
- {app-ng-runtime → package}/mobile/components/page/default/fesm2022/index.mjs.map +0 -0
- {app-ng-runtime → package}/mobile/components/page/default/index.d.ts +0 -0
- {app-ng-runtime → package}/mobile/components/page/default/package.json +0 -0
- {app-ng-runtime → package}/mobile/components/page/default/page-content-loader/page-content-loader.component.d.ts +0 -0
- {app-ng-runtime → package}/mobile/components/page/default/page.directive.d.ts +0 -0
- {app-ng-runtime → package}/mobile/components/page/default/page.module.d.ts +0 -0
- {app-ng-runtime → package}/mobile/components/page/default/public_api.d.ts +0 -0
- {app-ng-runtime → package}/mobile/components/page/left-panel/bundles/index.umd.js +0 -0
- {app-ng-runtime → package}/mobile/components/page/left-panel/esm2022/index.mjs +0 -0
- {app-ng-runtime → package}/mobile/components/page/left-panel/esm2022/left-panel.directive.mjs +0 -0
- {app-ng-runtime → package}/mobile/components/page/left-panel/esm2022/left-panel.module.mjs +0 -0
- {app-ng-runtime → package}/mobile/components/page/left-panel/esm2022/public_api.mjs +0 -0
- {app-ng-runtime → package}/mobile/components/page/left-panel/fesm2022/index.mjs +0 -0
- {app-ng-runtime → package}/mobile/components/page/left-panel/fesm2022/index.mjs.map +0 -0
- {app-ng-runtime → package}/mobile/components/page/left-panel/index.d.ts +0 -0
- {app-ng-runtime → package}/mobile/components/page/left-panel/left-panel.directive.d.ts +0 -0
- {app-ng-runtime → package}/mobile/components/page/left-panel/left-panel.module.d.ts +0 -0
- {app-ng-runtime → package}/mobile/components/page/left-panel/package.json +0 -0
- {app-ng-runtime → package}/mobile/components/page/left-panel/public_api.d.ts +0 -0
- {app-ng-runtime → package}/mobile/components/page/mobile-navbar/bundles/index.umd.js +0 -0
- {app-ng-runtime → package}/mobile/components/page/mobile-navbar/esm2022/index.mjs +0 -0
- {app-ng-runtime → package}/mobile/components/page/mobile-navbar/esm2022/mobile-navbar.component.mjs +0 -0
- {app-ng-runtime → package}/mobile/components/page/mobile-navbar/esm2022/mobile-navbar.module.mjs +0 -0
- {app-ng-runtime → package}/mobile/components/page/mobile-navbar/esm2022/mobile-navbar.props.mjs +0 -0
- {app-ng-runtime → package}/mobile/components/page/mobile-navbar/esm2022/public_api.mjs +0 -0
- {app-ng-runtime → package}/mobile/components/page/mobile-navbar/fesm2022/index.mjs +0 -0
- {app-ng-runtime → package}/mobile/components/page/mobile-navbar/fesm2022/index.mjs.map +0 -0
- {app-ng-runtime → package}/mobile/components/page/mobile-navbar/index.d.ts +0 -0
- {app-ng-runtime → package}/mobile/components/page/mobile-navbar/mobile-navbar.component.d.ts +0 -0
- {app-ng-runtime → package}/mobile/components/page/mobile-navbar/mobile-navbar.module.d.ts +0 -0
- {app-ng-runtime → package}/mobile/components/page/mobile-navbar/mobile-navbar.props.d.ts +0 -0
- {app-ng-runtime → package}/mobile/components/page/mobile-navbar/package.json +0 -0
- {app-ng-runtime → package}/mobile/components/page/mobile-navbar/public_api.d.ts +0 -0
- {app-ng-runtime → package}/mobile/components/page/tab-bar/bundles/index.umd.js +0 -0
- {app-ng-runtime → package}/mobile/components/page/tab-bar/esm2022/index.mjs +0 -0
- {app-ng-runtime → package}/mobile/components/page/tab-bar/esm2022/public_api.mjs +0 -0
- {app-ng-runtime → package}/mobile/components/page/tab-bar/esm2022/tab-bar.module.mjs +0 -0
- {app-ng-runtime → package}/mobile/components/page/tab-bar/esm2022/tabbar.component.mjs +0 -0
- {app-ng-runtime → package}/mobile/components/page/tab-bar/esm2022/tabbar.props.mjs +0 -0
- {app-ng-runtime → package}/mobile/components/page/tab-bar/fesm2022/index.mjs +0 -0
- {app-ng-runtime → package}/mobile/components/page/tab-bar/fesm2022/index.mjs.map +0 -0
- {app-ng-runtime → package}/mobile/components/page/tab-bar/index.d.ts +0 -0
- {app-ng-runtime → package}/mobile/components/page/tab-bar/package.json +0 -0
- {app-ng-runtime → package}/mobile/components/page/tab-bar/public_api.d.ts +0 -0
- {app-ng-runtime → package}/mobile/components/page/tab-bar/tab-bar.module.d.ts +0 -0
- {app-ng-runtime → package}/mobile/components/page/tab-bar/tabbar.component.d.ts +0 -0
- {app-ng-runtime → package}/mobile/components/page/tab-bar/tabbar.props.d.ts +0 -0
- {app-ng-runtime → package}/mobile/core/bundles/index.umd.js +0 -0
- {app-ng-runtime → package}/mobile/core/core.module.d.ts +0 -0
- {app-ng-runtime → package}/mobile/core/esm2022/core.module.mjs +0 -0
- {app-ng-runtime → package}/mobile/core/esm2022/index.mjs +0 -0
- {app-ng-runtime → package}/mobile/core/esm2022/native.xhr.mjs +0 -0
- {app-ng-runtime → package}/mobile/core/esm2022/public_api.mjs +0 -0
- {app-ng-runtime → package}/mobile/core/esm2022/services/device-file-cache.service.mjs +0 -0
- {app-ng-runtime → package}/mobile/core/esm2022/services/device-file-download.service.mjs +0 -0
- {app-ng-runtime → package}/mobile/core/esm2022/services/device-file-opener.service.mjs +0 -0
- {app-ng-runtime → package}/mobile/core/esm2022/services/device-file-upload.service.mjs +0 -0
- {app-ng-runtime → package}/mobile/core/esm2022/services/device-file.service.mjs +0 -0
- {app-ng-runtime → package}/mobile/core/esm2022/services/device-start-up-service.mjs +0 -0
- {app-ng-runtime → package}/mobile/core/esm2022/services/device.service.mjs +0 -0
- {app-ng-runtime → package}/mobile/core/esm2022/services/ext-app-message.service.mjs +0 -0
- {app-ng-runtime → package}/mobile/core/esm2022/services/network.service.mjs +0 -0
- {app-ng-runtime → package}/mobile/core/fesm2022/index.mjs +0 -0
- {app-ng-runtime → package}/mobile/core/fesm2022/index.mjs.map +0 -0
- {app-ng-runtime → package}/mobile/core/index.d.ts +0 -0
- {app-ng-runtime → package}/mobile/core/native.xhr.d.ts +0 -0
- {app-ng-runtime → package}/mobile/core/package.json +0 -0
- {app-ng-runtime → package}/mobile/core/public_api.d.ts +0 -0
- {app-ng-runtime → package}/mobile/core/services/device-file-cache.service.d.ts +0 -0
- {app-ng-runtime → package}/mobile/core/services/device-file-download.service.d.ts +0 -0
- {app-ng-runtime → package}/mobile/core/services/device-file-opener.service.d.ts +0 -0
- {app-ng-runtime → package}/mobile/core/services/device-file-upload.service.d.ts +0 -0
- {app-ng-runtime → package}/mobile/core/services/device-file.service.d.ts +0 -0
- {app-ng-runtime → package}/mobile/core/services/device-start-up-service.d.ts +0 -0
- {app-ng-runtime → package}/mobile/core/services/device.service.d.ts +0 -0
- {app-ng-runtime → package}/mobile/core/services/ext-app-message.service.d.ts +0 -0
- {app-ng-runtime → package}/mobile/core/services/network.service.d.ts +0 -0
- {app-ng-runtime → package}/mobile/offline/bundles/index.umd.js +0 -0
- {app-ng-runtime → package}/mobile/offline/esm2022/index.mjs +0 -0
- {app-ng-runtime → package}/mobile/offline/esm2022/models/config.mjs +0 -0
- {app-ng-runtime → package}/mobile/offline/esm2022/models/local-db-store.mjs +0 -0
- {app-ng-runtime → package}/mobile/offline/esm2022/offline.module.mjs +0 -0
- {app-ng-runtime → package}/mobile/offline/esm2022/public_api.mjs +0 -0
- {app-ng-runtime → package}/mobile/offline/esm2022/services/change-log.service.mjs +0 -0
- {app-ng-runtime → package}/mobile/offline/esm2022/services/local-db-data-pull.service.mjs +0 -0
- {app-ng-runtime → package}/mobile/offline/esm2022/services/local-db-management.service.mjs +0 -0
- {app-ng-runtime → package}/mobile/offline/esm2022/services/local-db.service.mjs +0 -0
- {app-ng-runtime → package}/mobile/offline/esm2022/services/local-key-value.service.mjs +0 -0
- {app-ng-runtime → package}/mobile/offline/esm2022/services/push.service.mjs +0 -0
- {app-ng-runtime → package}/mobile/offline/esm2022/services/workers/error-blocker.mjs +0 -0
- {app-ng-runtime → package}/mobile/offline/esm2022/services/workers/file-handler.mjs +0 -0
- {app-ng-runtime → package}/mobile/offline/esm2022/services/workers/id-resolver.mjs +0 -0
- {app-ng-runtime → package}/mobile/offline/esm2022/services/workers/multi-part-param-transformer.mjs +0 -0
- {app-ng-runtime → package}/mobile/offline/esm2022/utils/file-upload.utils.mjs +0 -0
- {app-ng-runtime → package}/mobile/offline/esm2022/utils/live-variable.utils.mjs +0 -0
- {app-ng-runtime → package}/mobile/offline/esm2022/utils/query-executor.utils.mjs +0 -0
- {app-ng-runtime → package}/mobile/offline/esm2022/utils/security.utils.mjs +0 -0
- {app-ng-runtime → package}/mobile/offline/esm2022/utils/utils.mjs +0 -0
- {app-ng-runtime → package}/mobile/offline/fesm2022/index.mjs +0 -0
- {app-ng-runtime → package}/mobile/offline/fesm2022/index.mjs.map +0 -0
- {app-ng-runtime → package}/mobile/offline/index.d.ts +0 -0
- {app-ng-runtime → package}/mobile/offline/models/config.d.ts +0 -0
- {app-ng-runtime → package}/mobile/offline/models/local-db-store.d.ts +0 -0
- {app-ng-runtime → package}/mobile/offline/offline.module.d.ts +0 -0
- {app-ng-runtime → package}/mobile/offline/package.json +0 -0
- {app-ng-runtime → package}/mobile/offline/public_api.d.ts +0 -0
- {app-ng-runtime → package}/mobile/offline/services/change-log.service.d.ts +0 -0
- {app-ng-runtime → package}/mobile/offline/services/local-db-data-pull.service.d.ts +0 -0
- {app-ng-runtime → package}/mobile/offline/services/local-db-management.service.d.ts +0 -0
- {app-ng-runtime → package}/mobile/offline/services/local-db.service.d.ts +0 -0
- {app-ng-runtime → package}/mobile/offline/services/local-key-value.service.d.ts +0 -0
- {app-ng-runtime → package}/mobile/offline/services/push.service.d.ts +0 -0
- {app-ng-runtime → package}/mobile/offline/services/workers/error-blocker.d.ts +0 -0
- {app-ng-runtime → package}/mobile/offline/services/workers/file-handler.d.ts +0 -0
- {app-ng-runtime → package}/mobile/offline/services/workers/id-resolver.d.ts +0 -0
- {app-ng-runtime → package}/mobile/offline/services/workers/multi-part-param-transformer.d.ts +0 -0
- {app-ng-runtime → package}/mobile/offline/utils/file-upload.utils.d.ts +0 -0
- {app-ng-runtime → package}/mobile/offline/utils/live-variable.utils.d.ts +0 -0
- {app-ng-runtime → package}/mobile/offline/utils/query-executor.utils.d.ts +0 -0
- {app-ng-runtime → package}/mobile/offline/utils/security.utils.d.ts +0 -0
- {app-ng-runtime → package}/mobile/offline/utils/utils.d.ts +0 -0
- {app-ng-runtime → package}/mobile/placeholder/runtime/bundles/index.umd.js +0 -0
- {app-ng-runtime → package}/mobile/placeholder/runtime/components/app-ext.component.d.ts +0 -0
- {app-ng-runtime → package}/mobile/placeholder/runtime/esm2022/components/app-ext.component.mjs +0 -0
- {app-ng-runtime → package}/mobile/placeholder/runtime/esm2022/index.mjs +0 -0
- {app-ng-runtime → package}/mobile/placeholder/runtime/esm2022/mobile-runtime.module.mjs +0 -0
- {app-ng-runtime → package}/mobile/placeholder/runtime/esm2022/public_api.mjs +0 -0
- {app-ng-runtime → package}/mobile/placeholder/runtime/fesm2022/index.mjs +0 -0
- {app-ng-runtime → package}/mobile/placeholder/runtime/fesm2022/index.mjs.map +0 -0
- {app-ng-runtime → package}/mobile/placeholder/runtime/index.d.ts +0 -0
- {app-ng-runtime → package}/mobile/placeholder/runtime/mobile-runtime.module.d.ts +0 -0
- {app-ng-runtime → package}/mobile/placeholder/runtime/package.json +0 -0
- {app-ng-runtime → package}/mobile/placeholder/runtime/public_api.d.ts +0 -0
- {app-ng-runtime → package}/mobile/placeholder/runtime-dynamic/bundles/index.umd.js +0 -0
- {app-ng-runtime → package}/mobile/placeholder/runtime-dynamic/esm2022/index.mjs +0 -0
- {app-ng-runtime → package}/mobile/placeholder/runtime-dynamic/esm2022/mobile-runtime-dynamic.module.mjs +0 -0
- {app-ng-runtime → package}/mobile/placeholder/runtime-dynamic/esm2022/public_api.mjs +0 -0
- {app-ng-runtime → package}/mobile/placeholder/runtime-dynamic/fesm2022/index.mjs +0 -0
- {app-ng-runtime → package}/mobile/placeholder/runtime-dynamic/fesm2022/index.mjs.map +0 -0
- {app-ng-runtime → package}/mobile/placeholder/runtime-dynamic/index.d.ts +0 -0
- {app-ng-runtime → package}/mobile/placeholder/runtime-dynamic/mobile-runtime-dynamic.module.d.ts +0 -0
- {app-ng-runtime → package}/mobile/placeholder/runtime-dynamic/package.json +0 -0
- {app-ng-runtime → package}/mobile/placeholder/runtime-dynamic/public_api.d.ts +0 -0
- {app-ng-runtime → package}/mobile/runtime/bundles/index.umd.js +0 -0
- {app-ng-runtime → package}/mobile/runtime/components/app-ext.component.d.ts +0 -0
- {app-ng-runtime → package}/mobile/runtime/esm2022/components/app-ext.component.mjs +0 -0
- {app-ng-runtime → package}/mobile/runtime/esm2022/index.mjs +0 -0
- {app-ng-runtime → package}/mobile/runtime/esm2022/mobile-runtime.module.mjs +0 -0
- {app-ng-runtime → package}/mobile/runtime/esm2022/public_api.mjs +0 -0
- {app-ng-runtime → package}/mobile/runtime/esm2022/services/cookie.service.mjs +0 -0
- {app-ng-runtime → package}/mobile/runtime/esm2022/services/http-interceptor.service.mjs +0 -0
- {app-ng-runtime → package}/mobile/runtime/esm2022/services/webprocess.service.mjs +0 -0
- {app-ng-runtime → package}/mobile/runtime/fesm2022/index.mjs +0 -0
- {app-ng-runtime → package}/mobile/runtime/fesm2022/index.mjs.map +0 -0
- {app-ng-runtime → package}/mobile/runtime/index.d.ts +0 -0
- {app-ng-runtime → package}/mobile/runtime/mobile-runtime.module.d.ts +0 -0
- {app-ng-runtime → package}/mobile/runtime/package.json +0 -0
- {app-ng-runtime → package}/mobile/runtime/public_api.d.ts +0 -0
- {app-ng-runtime → package}/mobile/runtime/services/cookie.service.d.ts +0 -0
- {app-ng-runtime → package}/mobile/runtime/services/http-interceptor.service.d.ts +0 -0
- {app-ng-runtime → package}/mobile/runtime/services/webprocess.service.d.ts +0 -0
- {app-ng-runtime → package}/mobile/runtime-dynamic/bundles/index.umd.js +0 -0
- {app-ng-runtime → package}/mobile/runtime-dynamic/esm2022/index.mjs +0 -0
- {app-ng-runtime → package}/mobile/runtime-dynamic/esm2022/mobile-runtime-dynamic.module.mjs +0 -0
- {app-ng-runtime → package}/mobile/runtime-dynamic/esm2022/public_api.mjs +0 -0
- {app-ng-runtime → package}/mobile/runtime-dynamic/esm2022/services/live-sync.service.mjs +0 -0
- {app-ng-runtime → package}/mobile/runtime-dynamic/fesm2022/index.mjs +0 -0
- {app-ng-runtime → package}/mobile/runtime-dynamic/fesm2022/index.mjs.map +0 -0
- {app-ng-runtime → package}/mobile/runtime-dynamic/index.d.ts +0 -0
- {app-ng-runtime → package}/mobile/runtime-dynamic/mobile-runtime-dynamic.module.d.ts +0 -0
- {app-ng-runtime → package}/mobile/runtime-dynamic/package.json +0 -0
- {app-ng-runtime → package}/mobile/runtime-dynamic/public_api.d.ts +0 -0
- {app-ng-runtime → package}/mobile/runtime-dynamic/services/live-sync.service.d.ts +0 -0
- {app-ng-runtime → package}/mobile/variables/bundles/index.umd.js +0 -0
- {app-ng-runtime → package}/mobile/variables/esm2022/index.mjs +0 -0
- {app-ng-runtime → package}/mobile/variables/esm2022/public_api.mjs +0 -0
- {app-ng-runtime → package}/mobile/variables/esm2022/services/calendar-service.mjs +0 -0
- {app-ng-runtime → package}/mobile/variables/esm2022/services/camera-service.mjs +0 -0
- {app-ng-runtime → package}/mobile/variables/esm2022/services/contacts-service.mjs +0 -0
- {app-ng-runtime → package}/mobile/variables/esm2022/services/datasync-service.mjs +0 -0
- {app-ng-runtime → package}/mobile/variables/esm2022/services/device-service/device-service.mjs +0 -0
- {app-ng-runtime → package}/mobile/variables/esm2022/services/device-service/location-service.mjs +0 -0
- {app-ng-runtime → package}/mobile/variables/esm2022/services/file-service.mjs +0 -0
- {app-ng-runtime → package}/mobile/variables/esm2022/services/scan-service.mjs +0 -0
- {app-ng-runtime → package}/mobile/variables/esm2022/variables.module.mjs +0 -0
- {app-ng-runtime → package}/mobile/variables/fesm2022/index.mjs +0 -0
- {app-ng-runtime → package}/mobile/variables/fesm2022/index.mjs.map +0 -0
- {app-ng-runtime → package}/mobile/variables/index.d.ts +0 -0
- {app-ng-runtime → package}/mobile/variables/package.json +0 -0
- {app-ng-runtime → package}/mobile/variables/public_api.d.ts +0 -0
- {app-ng-runtime → package}/mobile/variables/services/calendar-service.d.ts +0 -0
- {app-ng-runtime → package}/mobile/variables/services/camera-service.d.ts +0 -0
- {app-ng-runtime → package}/mobile/variables/services/contacts-service.d.ts +0 -0
- {app-ng-runtime → package}/mobile/variables/services/datasync-service.d.ts +0 -0
- {app-ng-runtime → package}/mobile/variables/services/device-service/device-service.d.ts +0 -0
- {app-ng-runtime → package}/mobile/variables/services/device-service/location-service.d.ts +0 -0
- {app-ng-runtime → package}/mobile/variables/services/file-service.d.ts +0 -0
- {app-ng-runtime → package}/mobile/variables/services/scan-service.d.ts +0 -0
- {app-ng-runtime → package}/mobile/variables/variables.module.d.ts +0 -0
- {app-ng-runtime → package}/oAuth/bundles/index.umd.js +0 -0
- {app-ng-runtime → package}/oAuth/esm2022/index.mjs +0 -0
- {app-ng-runtime → package}/oAuth/esm2022/oAuth.module.mjs +0 -0
- {app-ng-runtime → package}/oAuth/esm2022/oAuth.service.mjs +0 -0
- {app-ng-runtime → package}/oAuth/esm2022/oAuth.utils.mjs +0 -0
- {app-ng-runtime → package}/oAuth/esm2022/public_api.mjs +0 -0
- {app-ng-runtime → package}/oAuth/fesm2022/index.mjs +0 -0
- {app-ng-runtime → package}/oAuth/fesm2022/index.mjs.map +0 -0
- {app-ng-runtime → package}/oAuth/index.d.ts +0 -0
- {app-ng-runtime → package}/oAuth/oAuth.module.d.ts +0 -0
- {app-ng-runtime → package}/oAuth/oAuth.service.d.ts +0 -0
- {app-ng-runtime → package}/oAuth/oAuth.utils.d.ts +0 -0
- {app-ng-runtime → package}/oAuth/package.json +0 -0
- {app-ng-runtime → package}/oAuth/public_api.d.ts +0 -0
- {app-ng-runtime → package}/runtime/base/components/app-component/app.component.d.ts +0 -0
- {app-ng-runtime → package}/runtime/base/components/app-spinner.component.d.ts +0 -0
- {app-ng-runtime → package}/runtime/base/components/base-layout.component.d.ts +0 -0
- {app-ng-runtime → package}/runtime/base/components/base-page.component.d.ts +0 -0
- {app-ng-runtime → package}/runtime/base/components/base-partial.component.d.ts +0 -0
- {app-ng-runtime → package}/runtime/base/components/base-prefab.component.d.ts +0 -0
- {app-ng-runtime → package}/runtime/base/components/base-spa-page.component.d.ts +0 -0
- {app-ng-runtime → package}/runtime/base/components/custom-toaster.component.d.ts +0 -0
- {app-ng-runtime → package}/runtime/base/components/empty-component/empty-page.component.d.ts +0 -0
- {app-ng-runtime → package}/runtime/base/components/prefab-preview.component.d.ts +0 -0
- {app-ng-runtime → package}/runtime/base/directives/accessroles.directive.d.ts +0 -0
- {app-ng-runtime → package}/runtime/base/directives/prefab.directive.d.ts +0 -0
- {app-ng-runtime → package}/runtime/base/esm2022/components/app-component/app.component.mjs +0 -0
- {app-ng-runtime → package}/runtime/base/esm2022/components/app-spinner.component.mjs +0 -0
- {app-ng-runtime → package}/runtime/base/esm2022/components/base-layout.component.mjs +0 -0
- {app-ng-runtime → package}/runtime/base/esm2022/components/base-page.component.mjs +0 -0
- {app-ng-runtime → package}/runtime/base/esm2022/components/base-partial.component.mjs +0 -0
- {app-ng-runtime → package}/runtime/base/esm2022/components/base-prefab.component.mjs +0 -0
- {app-ng-runtime → package}/runtime/base/esm2022/components/base-spa-page.component.mjs +0 -0
- {app-ng-runtime → package}/runtime/base/esm2022/components/custom-toaster.component.mjs +0 -0
- {app-ng-runtime → package}/runtime/base/esm2022/components/empty-component/empty-page.component.mjs +0 -0
- {app-ng-runtime → package}/runtime/base/esm2022/components/prefab-preview.component.mjs +0 -0
- {app-ng-runtime → package}/runtime/base/esm2022/directives/accessroles.directive.mjs +0 -0
- {app-ng-runtime → package}/runtime/base/esm2022/directives/prefab.directive.mjs +0 -0
- {app-ng-runtime → package}/runtime/base/esm2022/guards/auth.guard.mjs +0 -0
- {app-ng-runtime → package}/runtime/base/esm2022/guards/can-deactivate-page.guard.mjs +0 -0
- {app-ng-runtime → package}/runtime/base/esm2022/guards/page-not-found.guard.mjs +0 -0
- {app-ng-runtime → package}/runtime/base/esm2022/guards/role.guard.mjs +0 -0
- {app-ng-runtime → package}/runtime/base/esm2022/index.mjs +0 -0
- {app-ng-runtime → package}/runtime/base/esm2022/overrides/wm_dom_renderer.mjs +0 -0
- {app-ng-runtime → package}/runtime/base/esm2022/overrides/wm_shared_styles_host.mjs +0 -0
- {app-ng-runtime → package}/runtime/base/esm2022/public_api.mjs +0 -0
- {app-ng-runtime → package}/runtime/base/esm2022/resolves/app-extension.resolve.mjs +0 -0
- {app-ng-runtime → package}/runtime/base/esm2022/resolves/app-js.resolve.mjs +0 -0
- {app-ng-runtime → package}/runtime/base/esm2022/resolves/app-variables.resolve.mjs +0 -0
- {app-ng-runtime → package}/runtime/base/esm2022/resolves/i18n.resolve.mjs +0 -0
- {app-ng-runtime → package}/runtime/base/esm2022/resolves/metadata.resolve.mjs +0 -0
- {app-ng-runtime → package}/runtime/base/esm2022/resolves/security-config.resolve.mjs +0 -0
- {app-ng-runtime → package}/runtime/base/esm2022/runtime-base.module.mjs +0 -0
- {app-ng-runtime → package}/runtime/base/esm2022/services/app-defaults.service.mjs +0 -0
- {app-ng-runtime → package}/runtime/base/esm2022/services/app.manager.service.mjs +0 -0
- {app-ng-runtime → package}/runtime/base/esm2022/services/app.service.mjs +0 -0
- {app-ng-runtime → package}/runtime/base/esm2022/services/dynamic-component-ref-provider.service.mjs +0 -0
- {app-ng-runtime → package}/runtime/base/esm2022/services/http-interceptor.services.mjs +0 -0
- {app-ng-runtime → package}/runtime/base/esm2022/services/navigation.service.mjs +0 -0
- {app-ng-runtime → package}/runtime/base/esm2022/services/pipe-provider.service.mjs +0 -0
- {app-ng-runtime → package}/runtime/base/esm2022/services/pipe.service.mjs +0 -0
- {app-ng-runtime → package}/runtime/base/esm2022/services/prefab-manager.service.mjs +0 -0
- {app-ng-runtime → package}/runtime/base/esm2022/services/spinner.service.mjs +0 -0
- {app-ng-runtime → package}/runtime/base/esm2022/services/toaster.service.mjs +0 -0
- {app-ng-runtime → package}/runtime/base/esm2022/types/types.mjs +0 -0
- {app-ng-runtime → package}/runtime/base/esm2022/util/fragment-monitor.mjs +0 -0
- {app-ng-runtime → package}/runtime/base/esm2022/util/utils.mjs +0 -0
- {app-ng-runtime → package}/runtime/base/esm2022/util/wm-route-reuse-strategy.mjs +0 -0
- {app-ng-runtime → package}/runtime/base/guards/auth.guard.d.ts +0 -0
- {app-ng-runtime → package}/runtime/base/guards/can-deactivate-page.guard.d.ts +0 -0
- {app-ng-runtime → package}/runtime/base/guards/page-not-found.guard.d.ts +0 -0
- {app-ng-runtime → package}/runtime/base/guards/role.guard.d.ts +0 -0
- {app-ng-runtime → package}/runtime/base/index.d.ts +0 -0
- {app-ng-runtime → package}/runtime/base/overrides/wm_dom_renderer.d.ts +0 -0
- {app-ng-runtime → package}/runtime/base/overrides/wm_shared_styles_host.d.ts +0 -0
- {app-ng-runtime → package}/runtime/base/package.json +0 -0
- {app-ng-runtime → package}/runtime/base/public_api.d.ts +0 -0
- {app-ng-runtime → package}/runtime/base/resolves/app-extension.resolve.d.ts +0 -0
- {app-ng-runtime → package}/runtime/base/resolves/app-js.resolve.d.ts +0 -0
- {app-ng-runtime → package}/runtime/base/resolves/app-variables.resolve.d.ts +0 -0
- {app-ng-runtime → package}/runtime/base/resolves/i18n.resolve.d.ts +0 -0
- {app-ng-runtime → package}/runtime/base/resolves/metadata.resolve.d.ts +0 -0
- {app-ng-runtime → package}/runtime/base/resolves/security-config.resolve.d.ts +0 -0
- {app-ng-runtime → package}/runtime/base/runtime-base.module.d.ts +0 -0
- {app-ng-runtime → package}/runtime/base/services/app-defaults.service.d.ts +0 -0
- {app-ng-runtime → package}/runtime/base/services/app.manager.service.d.ts +0 -0
- {app-ng-runtime → package}/runtime/base/services/app.service.d.ts +0 -0
- {app-ng-runtime → package}/runtime/base/services/dynamic-component-ref-provider.service.d.ts +0 -0
- {app-ng-runtime → package}/runtime/base/services/http-interceptor.services.d.ts +0 -0
- {app-ng-runtime → package}/runtime/base/services/i18n.service.d.ts +0 -0
- {app-ng-runtime → package}/runtime/base/services/navigation.service.d.ts +0 -0
- {app-ng-runtime → package}/runtime/base/services/pipe-provider.service.d.ts +0 -0
- {app-ng-runtime → package}/runtime/base/services/pipe.service.d.ts +0 -0
- {app-ng-runtime → package}/runtime/base/services/prefab-manager.service.d.ts +0 -0
- {app-ng-runtime → package}/runtime/base/services/spinner.service.d.ts +0 -0
- {app-ng-runtime → package}/runtime/base/services/toaster.service.d.ts +0 -0
- {app-ng-runtime → package}/runtime/base/types/types.d.ts +0 -0
- {app-ng-runtime → package}/runtime/base/util/fragment-monitor.d.ts +0 -0
- {app-ng-runtime → package}/runtime/base/util/utils.d.ts +0 -0
- {app-ng-runtime → package}/runtime/base/util/wm-route-reuse-strategy.d.ts +0 -0
- {app-ng-runtime → package}/runtime/dynamic/app/app.module.d.ts +0 -0
- {app-ng-runtime → package}/runtime/dynamic/app/app.routes.d.ts +0 -0
- {app-ng-runtime → package}/runtime/dynamic/app/components/page-wrapper.component.d.ts +0 -0
- {app-ng-runtime → package}/runtime/dynamic/app/services/app-extension.service.d.ts +0 -0
- {app-ng-runtime → package}/runtime/dynamic/app/services/app-js-provider.service.d.ts +0 -0
- {app-ng-runtime → package}/runtime/dynamic/app/services/app-resource-manager.service.d.ts +0 -0
- {app-ng-runtime → package}/runtime/dynamic/app/services/app-variables-provider.service.d.ts +0 -0
- {app-ng-runtime → package}/runtime/dynamic/app/services/component-ref-provider.service.d.ts +0 -0
- {app-ng-runtime → package}/runtime/dynamic/app/services/prefab-config-provider.service.d.ts +0 -0
- {app-ng-runtime → package}/runtime/dynamic/bundles/index.umd.js +0 -0
- {app-ng-runtime → package}/runtime/dynamic/esm2022/app/app.module.mjs +0 -0
- {app-ng-runtime → package}/runtime/dynamic/esm2022/app/app.routes.mjs +0 -0
- {app-ng-runtime → package}/runtime/dynamic/esm2022/app/components/page-wrapper.component.mjs +0 -0
- {app-ng-runtime → package}/runtime/dynamic/esm2022/app/services/app-extension.service.mjs +0 -0
- {app-ng-runtime → package}/runtime/dynamic/esm2022/app/services/app-js-provider.service.mjs +0 -0
- {app-ng-runtime → package}/runtime/dynamic/esm2022/app/services/app-resource-manager.service.mjs +0 -0
- {app-ng-runtime → package}/runtime/dynamic/esm2022/app/services/app-variables-provider.service.mjs +0 -0
- {app-ng-runtime → package}/runtime/dynamic/esm2022/app/services/component-ref-provider.service.mjs +0 -0
- {app-ng-runtime → package}/runtime/dynamic/esm2022/app/services/prefab-config-provider.service.mjs +0 -0
- {app-ng-runtime → package}/runtime/dynamic/esm2022/index.mjs +0 -0
- {app-ng-runtime → package}/runtime/dynamic/esm2022/main.mjs +0 -0
- {app-ng-runtime → package}/runtime/dynamic/esm2022/public_api.mjs +0 -0
- {app-ng-runtime → package}/runtime/dynamic/fesm2022/index.mjs +0 -0
- {app-ng-runtime → package}/runtime/dynamic/fesm2022/index.mjs.map +0 -0
- {app-ng-runtime → package}/runtime/dynamic/index.d.ts +0 -0
- {app-ng-runtime → package}/runtime/dynamic/main.d.ts +0 -0
- {app-ng-runtime → package}/runtime/dynamic/package.json +0 -0
- {app-ng-runtime → package}/runtime/dynamic/public_api.d.ts +0 -0
- {app-ng-runtime → package}/scripts/@wavemaker/nvd3/build/nv.d3.min.js +0 -0
- {app-ng-runtime → package}/scripts/d3/d3.min.js +0 -0
- {app-ng-runtime → package}/scripts/fullcalendar/main.min.js +0 -0
- {app-ng-runtime → package}/scripts/hammerjs/hammer.min.js +0 -0
- {app-ng-runtime → package}/scripts/iscroll/build/iscroll.js +0 -0
- {app-ng-runtime → package}/scripts/jquery-ui/ui/widgets/droppable.js +0 -0
- {app-ng-runtime → package}/scripts/jquery-ui/ui/widgets/resizable.js +0 -0
- {app-ng-runtime → package}/scripts/jquery-ui/ui/widgets/sortable.js +0 -0
- {app-ng-runtime → package}/scripts/jquery.ui.touch-punch/jquery.ui.touch-punch.min.js +0 -0
- {app-ng-runtime → package}/scripts/summernote/dist/summernote-lite.min.js +0 -0
- {app-ng-runtime → package}/scripts/swipey/swipey.jquery.plugin.js +0 -0
- {app-ng-runtime → package}/scripts/tree-keyboard-navigation/keyboard-navigation.js +0 -0
- {app-ng-runtime → package}/security/bundles/index.umd.js +0 -0
- {app-ng-runtime → package}/security/esm2022/index.mjs +0 -0
- {app-ng-runtime → package}/security/esm2022/public_api.mjs +0 -0
- {app-ng-runtime → package}/security/esm2022/security.module.mjs +0 -0
- {app-ng-runtime → package}/security/esm2022/security.service.mjs +0 -0
- {app-ng-runtime → package}/security/fesm2022/index.mjs +0 -0
- {app-ng-runtime → package}/security/fesm2022/index.mjs.map +0 -0
- {app-ng-runtime → package}/security/index.d.ts +0 -0
- {app-ng-runtime → package}/security/package.json +0 -0
- {app-ng-runtime → package}/security/public_api.d.ts +0 -0
- {app-ng-runtime → package}/security/security.module.d.ts +0 -0
- {app-ng-runtime → package}/security/security.service.d.ts +0 -0
- {app-ng-runtime → package}/swipey/bundles/index.umd.js +0 -0
- {app-ng-runtime → package}/swipey/esm2022/index.mjs +0 -0
- {app-ng-runtime → package}/swipey/esm2022/public_api.mjs +0 -0
- {app-ng-runtime → package}/swipey/esm2022/swipe.animation.mjs +0 -0
- {app-ng-runtime → package}/swipey/fesm2022/index.mjs +0 -0
- {app-ng-runtime → package}/swipey/fesm2022/index.mjs.map +0 -0
- {app-ng-runtime → package}/swipey/index.d.ts +0 -0
- {app-ng-runtime → package}/swipey/package.json +0 -0
- {app-ng-runtime → package}/swipey/public_api.d.ts +0 -0
- {app-ng-runtime → package}/swipey/swipe.animation.d.ts +0 -0
- {app-ng-runtime → package}/transpiler/build.d.ts +0 -0
- {app-ng-runtime → package}/transpiler/bundles/index.umd.js +0 -0
- {app-ng-runtime → package}/transpiler/esm2022/build.mjs +0 -0
- {app-ng-runtime → package}/transpiler/esm2022/imports.mjs +0 -0
- {app-ng-runtime → package}/transpiler/esm2022/index.mjs +0 -0
- {app-ng-runtime → package}/transpiler/esm2022/public_api.mjs +0 -0
- {app-ng-runtime → package}/transpiler/fesm2022/index.mjs +0 -0
- {app-ng-runtime → package}/transpiler/fesm2022/index.mjs.map +0 -0
- {app-ng-runtime → package}/transpiler/imports.d.ts +0 -0
- {app-ng-runtime → package}/transpiler/index.d.ts +0 -0
- {app-ng-runtime → package}/transpiler/package.json +0 -0
- {app-ng-runtime → package}/transpiler/public_api.d.ts +0 -0
- {app-ng-runtime → package}/variables/advanced-options.d.ts +0 -0
- {app-ng-runtime → package}/variables/bundles/index.umd.js +0 -0
- {app-ng-runtime → package}/variables/constants/variables.constants.d.ts +0 -0
- {app-ng-runtime → package}/variables/esm2022/advanced-options.mjs +0 -0
- {app-ng-runtime → package}/variables/esm2022/constants/variables.constants.mjs +0 -0
- {app-ng-runtime → package}/variables/esm2022/factory/variable-manager.factory.mjs +0 -0
- {app-ng-runtime → package}/variables/esm2022/factory/variable.factory.mjs +0 -0
- {app-ng-runtime → package}/variables/esm2022/index.mjs +0 -0
- {app-ng-runtime → package}/variables/esm2022/manager/action/base-action.manager.mjs +0 -0
- {app-ng-runtime → package}/variables/esm2022/manager/action/login-action.manager.mjs +0 -0
- {app-ng-runtime → package}/variables/esm2022/manager/action/logout-action.manager.mjs +0 -0
- {app-ng-runtime → package}/variables/esm2022/manager/action/navigation-action.manager.mjs +0 -0
- {app-ng-runtime → package}/variables/esm2022/manager/action/notification-action.manager.mjs +0 -0
- {app-ng-runtime → package}/variables/esm2022/manager/variable/base-variable.manager.mjs +0 -0
- {app-ng-runtime → package}/variables/esm2022/manager/variable/device-variable-manager.mjs +0 -0
- {app-ng-runtime → package}/variables/esm2022/manager/variable/device-variable-operation.mjs +0 -0
- {app-ng-runtime → package}/variables/esm2022/manager/variable/device-variable-service.mjs +0 -0
- {app-ng-runtime → package}/variables/esm2022/manager/variable/web-socket-variable.manager.mjs +0 -0
- {app-ng-runtime → package}/variables/esm2022/model/action/login-action.mjs +0 -0
- {app-ng-runtime → package}/variables/esm2022/model/action/logout-action.mjs +0 -0
- {app-ng-runtime → package}/variables/esm2022/model/action/navigation-action.mjs +0 -0
- {app-ng-runtime → package}/variables/esm2022/model/action/notification-action.mjs +0 -0
- {app-ng-runtime → package}/variables/esm2022/model/variable/device-variable.mjs +0 -0
- {app-ng-runtime → package}/variables/esm2022/model/variable/web-socket-variable.mjs +0 -0
- {app-ng-runtime → package}/variables/esm2022/public_api.mjs +0 -0
- {app-ng-runtime → package}/variables/esm2022/service/metadata-service/metadata.service.mjs +0 -0
- {app-ng-runtime → package}/variables/esm2022/service/variables.service.mjs +0 -0
- {app-ng-runtime → package}/variables/esm2022/util/action/navigation-action.utils.mjs +0 -0
- {app-ng-runtime → package}/variables/esm2022/util/oAuth.utils.mjs +0 -0
- {app-ng-runtime → package}/variables/esm2022/util/variable/pagination.utils.mjs +0 -0
- {app-ng-runtime → package}/variables/esm2022/util/variable/service-variable.utils.mjs +0 -0
- {app-ng-runtime → package}/variables/esm2022/util/variable/variables.utils.mjs +0 -0
- {app-ng-runtime → package}/variables/esm2022/variables.module.mjs +0 -0
- {app-ng-runtime → package}/variables/factory/variable-manager.factory.d.ts +0 -0
- {app-ng-runtime → package}/variables/factory/variable.factory.d.ts +0 -0
- {app-ng-runtime → package}/variables/fesm2022/index.mjs +0 -0
- {app-ng-runtime → package}/variables/fesm2022/index.mjs.map +0 -0
- {app-ng-runtime → package}/variables/index.d.ts +0 -0
- {app-ng-runtime → package}/variables/manager/action/base-action.manager.d.ts +0 -0
- {app-ng-runtime → package}/variables/manager/action/login-action.manager.d.ts +0 -0
- {app-ng-runtime → package}/variables/manager/action/logout-action.manager.d.ts +0 -0
- {app-ng-runtime → package}/variables/manager/action/navigation-action.manager.d.ts +0 -0
- {app-ng-runtime → package}/variables/manager/action/notification-action.manager.d.ts +0 -0
- {app-ng-runtime → package}/variables/manager/variable/base-variable.manager.d.ts +0 -0
- {app-ng-runtime → package}/variables/manager/variable/device-variable-manager.d.ts +0 -0
- {app-ng-runtime → package}/variables/manager/variable/device-variable-operation.d.ts +0 -0
- {app-ng-runtime → package}/variables/manager/variable/device-variable-service.d.ts +0 -0
- {app-ng-runtime → package}/variables/manager/variable/web-socket-variable.manager.d.ts +0 -0
- {app-ng-runtime → package}/variables/model/action/login-action.d.ts +0 -0
- {app-ng-runtime → package}/variables/model/action/logout-action.d.ts +0 -0
- {app-ng-runtime → package}/variables/model/action/navigation-action.d.ts +0 -0
- {app-ng-runtime → package}/variables/model/action/notification-action.d.ts +0 -0
- {app-ng-runtime → package}/variables/model/variable/device-variable.d.ts +0 -0
- {app-ng-runtime → package}/variables/model/variable/web-socket-variable.d.ts +0 -0
- {app-ng-runtime → package}/variables/package.json +0 -0
- {app-ng-runtime → package}/variables/public_api.d.ts +0 -0
- {app-ng-runtime → package}/variables/service/metadata-service/metadata.service.d.ts +0 -0
- {app-ng-runtime → package}/variables/service/variables.service.d.ts +0 -0
- {app-ng-runtime → package}/variables/util/action/navigation-action.utils.d.ts +0 -0
- {app-ng-runtime → package}/variables/util/oAuth.utils.d.ts +0 -0
- {app-ng-runtime → package}/variables/util/variable/pagination.utils.d.ts +0 -0
- {app-ng-runtime → package}/variables/util/variable/service-variable.utils.d.ts +0 -0
- {app-ng-runtime → package}/variables/util/variable/variables.utils.d.ts +0 -0
- {app-ng-runtime → package}/variables/variables.module.d.ts +0 -0
|
@@ -2080,45 +2080,51 @@
|
|
|
2080
2080
|
};
|
|
2081
2081
|
|
|
2082
2082
|
const _c0$7 = ["select"];
|
|
2083
|
+
function SelectComponent_option_2_Template(rf, ctx) { if (rf & 1) {
|
|
2084
|
+
i0__namespace.ɵɵelement(0, "option", 4);
|
|
2085
|
+
} if (rf & 2) {
|
|
2086
|
+
const ctx_r1 = i0__namespace.ɵɵnextContext();
|
|
2087
|
+
i0__namespace.ɵɵproperty("textContent", ctx_r1.placeholder)("hidden", !ctx_r1.placeholder);
|
|
2088
|
+
} }
|
|
2083
2089
|
function SelectComponent_ng_container_3_optgroup_1_option_1_Template(rf, ctx) { if (rf & 1) {
|
|
2084
|
-
i0__namespace.ɵɵelement(0, "option",
|
|
2090
|
+
i0__namespace.ɵɵelement(0, "option", 8);
|
|
2085
2091
|
} if (rf & 2) {
|
|
2086
|
-
const
|
|
2087
|
-
i0__namespace.ɵɵproperty("value",
|
|
2092
|
+
const item_r7 = ctx.$implicit;
|
|
2093
|
+
i0__namespace.ɵɵproperty("value", item_r7.key)("selected", item_r7.selected)("textContent", item_r7.label);
|
|
2088
2094
|
} }
|
|
2089
2095
|
function SelectComponent_ng_container_3_optgroup_1_Template(rf, ctx) { if (rf & 1) {
|
|
2090
|
-
i0__namespace.ɵɵelementStart(0, "optgroup",
|
|
2091
|
-
i0__namespace.ɵɵtemplate(1, SelectComponent_ng_container_3_optgroup_1_option_1_Template, 1, 3, "option",
|
|
2096
|
+
i0__namespace.ɵɵelementStart(0, "optgroup", 6);
|
|
2097
|
+
i0__namespace.ɵɵtemplate(1, SelectComponent_ng_container_3_optgroup_1_option_1_Template, 1, 3, "option", 7);
|
|
2092
2098
|
i0__namespace.ɵɵelementEnd();
|
|
2093
2099
|
} if (rf & 2) {
|
|
2094
|
-
const
|
|
2095
|
-
i0__namespace.ɵɵproperty("label",
|
|
2100
|
+
const groupObj_r5 = ctx.$implicit;
|
|
2101
|
+
i0__namespace.ɵɵproperty("label", groupObj_r5.key);
|
|
2096
2102
|
i0__namespace.ɵɵadvance(1);
|
|
2097
|
-
i0__namespace.ɵɵproperty("ngForOf",
|
|
2103
|
+
i0__namespace.ɵɵproperty("ngForOf", groupObj_r5.data);
|
|
2098
2104
|
} }
|
|
2099
2105
|
function SelectComponent_ng_container_3_Template(rf, ctx) { if (rf & 1) {
|
|
2100
2106
|
i0__namespace.ɵɵelementContainerStart(0);
|
|
2101
|
-
i0__namespace.ɵɵtemplate(1, SelectComponent_ng_container_3_optgroup_1_Template, 2, 2, "optgroup",
|
|
2107
|
+
i0__namespace.ɵɵtemplate(1, SelectComponent_ng_container_3_optgroup_1_Template, 2, 2, "optgroup", 5);
|
|
2102
2108
|
i0__namespace.ɵɵelementContainerEnd();
|
|
2103
2109
|
} if (rf & 2) {
|
|
2104
|
-
const
|
|
2110
|
+
const ctx_r2 = i0__namespace.ɵɵnextContext();
|
|
2105
2111
|
i0__namespace.ɵɵadvance(1);
|
|
2106
|
-
i0__namespace.ɵɵproperty("ngForOf",
|
|
2112
|
+
i0__namespace.ɵɵproperty("ngForOf", ctx_r2.groupedData);
|
|
2107
2113
|
} }
|
|
2108
2114
|
function SelectComponent_ng_container_4_option_1_Template(rf, ctx) { if (rf & 1) {
|
|
2109
|
-
i0__namespace.ɵɵelement(0, "option",
|
|
2115
|
+
i0__namespace.ɵɵelement(0, "option", 8);
|
|
2110
2116
|
} if (rf & 2) {
|
|
2111
|
-
const
|
|
2112
|
-
i0__namespace.ɵɵproperty("value",
|
|
2117
|
+
const item_r9 = ctx.$implicit;
|
|
2118
|
+
i0__namespace.ɵɵproperty("value", item_r9.key)("selected", item_r9.selected)("textContent", item_r9.label);
|
|
2113
2119
|
} }
|
|
2114
2120
|
function SelectComponent_ng_container_4_Template(rf, ctx) { if (rf & 1) {
|
|
2115
2121
|
i0__namespace.ɵɵelementContainerStart(0);
|
|
2116
|
-
i0__namespace.ɵɵtemplate(1, SelectComponent_ng_container_4_option_1_Template, 1, 3, "option",
|
|
2122
|
+
i0__namespace.ɵɵtemplate(1, SelectComponent_ng_container_4_option_1_Template, 1, 3, "option", 7);
|
|
2117
2123
|
i0__namespace.ɵɵelementContainerEnd();
|
|
2118
2124
|
} if (rf & 2) {
|
|
2119
|
-
const
|
|
2125
|
+
const ctx_r3 = i0__namespace.ɵɵnextContext();
|
|
2120
2126
|
i0__namespace.ɵɵadvance(1);
|
|
2121
|
-
i0__namespace.ɵɵproperty("ngForOf",
|
|
2127
|
+
i0__namespace.ɵɵproperty("ngForOf", ctx_r3.datasetItems);
|
|
2122
2128
|
} }
|
|
2123
2129
|
const _c1$6 = function (a1) { return ["app-select form-control", a1]; };
|
|
2124
2130
|
const WIDGET_CONFIG$7 = { widgetType: 'wm-select', hostClass: 'app-select-wrapper' };
|
|
@@ -2137,6 +2143,9 @@
|
|
|
2137
2143
|
ngAfterViewInit() {
|
|
2138
2144
|
super.ngAfterViewInit();
|
|
2139
2145
|
i2.styler(this.selectEl.nativeElement, this);
|
|
2146
|
+
setTimeout(() => {
|
|
2147
|
+
this.checkForFloatingLabel(null);
|
|
2148
|
+
}, 10);
|
|
2140
2149
|
}
|
|
2141
2150
|
// Change event is registered from the template, Prevent the framework from registering one more event
|
|
2142
2151
|
handleEvent(node, eventName, eventCallback, locals) {
|
|
@@ -2183,6 +2192,16 @@
|
|
|
2183
2192
|
}
|
|
2184
2193
|
super.onPropertyChange(key, nv, ov);
|
|
2185
2194
|
}
|
|
2195
|
+
isSafariBrowser() {
|
|
2196
|
+
var reg = {
|
|
2197
|
+
MAC: /Mac/i,
|
|
2198
|
+
MACINTEL: /MacIntel/i
|
|
2199
|
+
};
|
|
2200
|
+
return reg.MAC.test(window.navigator.platform) || reg.MACINTEL.test(window.navigator.platform);
|
|
2201
|
+
}
|
|
2202
|
+
isIosPlatform() {
|
|
2203
|
+
return i1$1.isIos() || this.isSafariBrowser();
|
|
2204
|
+
}
|
|
2186
2205
|
/**
|
|
2187
2206
|
* When caption floating is enabled and placeholder is given, do not show placeholder until user focuses on the field
|
|
2188
2207
|
* When focused add the placeholder to the option which is selected
|
|
@@ -2192,33 +2211,23 @@
|
|
|
2192
2211
|
checkForFloatingLabel($event) {
|
|
2193
2212
|
const captionEl = $(this.selectEl.nativeElement).closest('.app-composite-widget.caption-floating');
|
|
2194
2213
|
if (captionEl.length > 0) {
|
|
2195
|
-
if ($event.type === 'focus' && (
|
|
2196
|
-
if (
|
|
2197
|
-
this.
|
|
2214
|
+
if ((!$event || $event.type === 'focus') && (($(this.selectEl).find('select option:selected').text() === '' && (this.placeholder || (this.datavalue || this.binddatavalue) || this.isIosPlatform())))) {
|
|
2215
|
+
if (!$event && (this.placeholder || this.datavalue || this.binddatavalue || this.isIosPlatform())) {
|
|
2216
|
+
this.app.notify('captionPositionAnimate', { isSelect: true, nativeEl: captionEl });
|
|
2198
2217
|
}
|
|
2199
|
-
|
|
2218
|
+
if (this.placeholder) {
|
|
2200
2219
|
$(this.selectEl.nativeElement).find('option:first').text(this.placeholder);
|
|
2201
2220
|
}
|
|
2202
2221
|
}
|
|
2203
2222
|
else if (!this.datavalue) {
|
|
2204
|
-
|
|
2205
|
-
|
|
2223
|
+
if (!this.placeholder) {
|
|
2224
|
+
// $(this.selectEl.nativeElement).find('option:first').text('');
|
|
2225
|
+
if (!this.isIosPlatform()) {
|
|
2226
|
+
captionEl.removeClass('float-active');
|
|
2227
|
+
}
|
|
2228
|
+
}
|
|
2206
2229
|
}
|
|
2207
2230
|
}
|
|
2208
|
-
else if (!(this.datavalue || this.placeholder)) {
|
|
2209
|
-
this.removePlaceholderOption();
|
|
2210
|
-
}
|
|
2211
|
-
}
|
|
2212
|
-
/*
|
|
2213
|
-
* Removing the placeholder option if no placeholder is provided.
|
|
2214
|
-
* In html we are hiding the placeholder option using css but in apple devices and safari option is showing.
|
|
2215
|
-
* */
|
|
2216
|
-
removePlaceholderOption() {
|
|
2217
|
-
const hiddenEle = $(this.selectEl.nativeElement).find('#placeholderOption');
|
|
2218
|
-
if (hiddenEle.length) {
|
|
2219
|
-
hiddenEle.remove();
|
|
2220
|
-
this.selectEl.nativeElement.value = '';
|
|
2221
|
-
}
|
|
2222
2231
|
}
|
|
2223
2232
|
static { this.ɵfac = function SelectComponent_Factory(t) { return new (t || SelectComponent)(i0__namespace.ɵɵdirectiveInject(i0__namespace.Injector), i0__namespace.ɵɵdirectiveInject(i1$1__namespace.App)); }; }
|
|
2224
2233
|
static { this.ɵcmp = /*@__PURE__*/ i0__namespace.ɵɵdefineComponent({ type: SelectComponent, selectors: [["wm-select"]], viewQuery: function SelectComponent_Query(rf, ctx) { if (rf & 1) {
|
|
@@ -2230,18 +2239,18 @@
|
|
|
2230
2239
|
i2.provideAs(SelectComponent, i2$1.NG_VALUE_ACCESSOR, true),
|
|
2231
2240
|
i2.provideAs(SelectComponent, i2$1.NG_VALIDATORS, true),
|
|
2232
2241
|
i2.provideAsWidgetRef(SelectComponent)
|
|
2233
|
-
]), i0__namespace.ɵɵInheritDefinitionFeature], decls: 5, vars:
|
|
2242
|
+
]), i0__namespace.ɵɵInheritDefinitionFeature], decls: 5, vars: 15, consts: [["role", "listbox", "aria-haspopup", "true", "aria-expanded", "false", "focus-target", "", 3, "ngClass", "disabled", "required", "tabindex", "ngModel", "multiple", "autofocus", "ngModelChange", "change", "focus", "blur"], ["select", ""], ["value", "undefined", 3, "textContent", "hidden", 4, "ngIf"], [4, "ngIf"], ["value", "undefined", 3, "textContent", "hidden"], [3, "label", 4, "ngFor", "ngForOf"], [3, "label"], ["role", "option", 3, "value", "selected", "textContent", 4, "ngFor", "ngForOf"], ["role", "option", 3, "value", "selected", "textContent"]], template: function SelectComponent_Template(rf, ctx) { if (rf & 1) {
|
|
2234
2243
|
i0__namespace.ɵɵelementStart(0, "select", 0, 1);
|
|
2235
2244
|
i0__namespace.ɵɵlistener("ngModelChange", function SelectComponent_Template_select_ngModelChange_0_listener($event) { return ctx.modelByKey = $event; })("change", function SelectComponent_Template_select_change_0_listener($event) { return ctx.onSelectValueChange($event); })("focus", function SelectComponent_Template_select_focus_0_listener($event) { return ctx.checkForFloatingLabel($event); })("blur", function SelectComponent_Template_select_blur_0_listener($event) { ctx.invokeOnTouched($event); return ctx.checkForFloatingLabel($event); });
|
|
2236
|
-
i0__namespace.ɵɵ
|
|
2245
|
+
i0__namespace.ɵɵtemplate(2, SelectComponent_option_2_Template, 1, 2, "option", 2);
|
|
2237
2246
|
i0__namespace.ɵɵtemplate(3, SelectComponent_ng_container_3_Template, 2, 1, "ng-container", 3);
|
|
2238
2247
|
i0__namespace.ɵɵtemplate(4, SelectComponent_ng_container_4_Template, 2, 1, "ng-container", 3);
|
|
2239
2248
|
i0__namespace.ɵɵelementEnd();
|
|
2240
2249
|
} if (rf & 2) {
|
|
2241
|
-
i0__namespace.ɵɵproperty("ngClass", i0__namespace.ɵɵpureFunction1(
|
|
2250
|
+
i0__namespace.ɵɵproperty("ngClass", i0__namespace.ɵɵpureFunction1(13, _c1$6, ctx.class))("disabled", ctx.disabled)("required", ctx.required)("tabindex", ctx.tabindex)("ngModel", ctx.modelByKey)("multiple", ctx.multiple)("autofocus", ctx.autofocus);
|
|
2242
2251
|
i0__namespace.ɵɵattribute("name", ctx.name)("aria-label", ctx.hint)("aria-multiselectable", ctx.multiple);
|
|
2243
2252
|
i0__namespace.ɵɵadvance(2);
|
|
2244
|
-
i0__namespace.ɵɵproperty("
|
|
2253
|
+
i0__namespace.ɵɵproperty("ngIf", !ctx.isIosPlatform() || !!ctx.placeholder);
|
|
2245
2254
|
i0__namespace.ɵɵadvance(1);
|
|
2246
2255
|
i0__namespace.ɵɵproperty("ngIf", ctx.groupby);
|
|
2247
2256
|
i0__namespace.ɵɵadvance(1);
|
|
@@ -2254,7 +2263,7 @@
|
|
|
2254
2263
|
i2.provideAs(SelectComponent, i2$1.NG_VALUE_ACCESSOR, true),
|
|
2255
2264
|
i2.provideAs(SelectComponent, i2$1.NG_VALIDATORS, true),
|
|
2256
2265
|
i2.provideAsWidgetRef(SelectComponent)
|
|
2257
|
-
], template: "<select role=\"listbox\" aria-haspopup=\"true\" aria-expanded=\"false\" #select\n focus-target\n [ngClass]=\"['app-select form-control', class]\"\n [disabled]=\"disabled\"\n [required]=\"required\"\n [tabindex]=\"tabindex\"\n [(ngModel)]=\"modelByKey\"\n [multiple]=\"multiple\"\n (change)=\"onSelectValueChange($event)\"\n (focus)=\"checkForFloatingLabel($event)\"\n (blur)=\"invokeOnTouched($event); checkForFloatingLabel($event)\"\n [attr.name]=\"name\"\n [attr.aria-label]=\"hint\"\n [attr.aria-multiselectable]=\"multiple\"\n [autofocus]=\"autofocus\">\n
|
|
2266
|
+
], template: "<select role=\"listbox\" aria-haspopup=\"true\" aria-expanded=\"false\" #select\n focus-target\n [ngClass]=\"['app-select form-control', class]\"\n [disabled]=\"disabled\"\n [required]=\"required\"\n [tabindex]=\"tabindex\"\n [(ngModel)]=\"modelByKey\"\n [multiple]=\"multiple\"\n (change)=\"onSelectValueChange($event)\"\n (focus)=\"checkForFloatingLabel($event)\"\n (blur)=\"invokeOnTouched($event); checkForFloatingLabel($event)\"\n [attr.name]=\"name\"\n [attr.aria-label]=\"hint\"\n [attr.aria-multiselectable]=\"multiple\"\n [autofocus]=\"autofocus\"\n>\n <option\n value=\"undefined\"\n [textContent]=\"placeholder\"\n *ngIf=\"!isIosPlatform() || !!placeholder\"\n [hidden]=\"!placeholder\"></option>\n\n <ng-container *ngIf=\"groupby\">\n <optgroup *ngFor=\"let groupObj of groupedData\"\n [label]=\"groupObj.key\">\n <option *ngFor=\"let item of groupObj.data;\"\n [value]=\"item.key\"\n [selected]=\"item.selected\"\n [textContent]=\"item.label\"\n role=\"option\"></option>\n </optgroup>\n </ng-container>\n\n <ng-container *ngIf=\"!groupby\">\n <option *ngFor=\"let item of datasetItems\"\n [value]=\"item.key\"\n [selected]=\"item.selected\"\n [textContent]=\"item.label\"\n role=\"option\"></option>\n </ng-container>\n</select>\n" }]
|
|
2258
2267
|
}], function () { return [{ type: i0__namespace.Injector }, { type: i1$1__namespace.App }]; }, { selectEl: [{
|
|
2259
2268
|
type: i0.ViewChild,
|
|
2260
2269
|
args: ['select', { static: true, read: i0.ElementRef }]
|
|
@@ -3140,7 +3149,8 @@
|
|
|
3140
3149
|
// isSelectMultiple is set to true when for select widget, multiple option is enabled
|
|
3141
3150
|
// Checking inputEl focus - when form is represented as dialog and the first field is automatically in focus
|
|
3142
3151
|
const isInputElFocused = this.inputEl && this.inputEl.is(':focus');
|
|
3143
|
-
|
|
3152
|
+
const localName = this.inputEl && this.inputEl.length && this.inputEl[0].localName;
|
|
3153
|
+
if ((data.isSelect && localName == 'select') || data.displayVal || data.isFocused || data.isSelectMultiple || isInputElFocused) {
|
|
3144
3154
|
data.nativeEl.addClass('float-active');
|
|
3145
3155
|
if (!data.displayVal && isInputElFocused) {
|
|
3146
3156
|
this.inputEl.attr('placeholder', this.placeholder);
|
|
@@ -123,7 +123,8 @@ export class CaptionPositionDirective {
|
|
|
123
123
|
// isSelectMultiple is set to true when for select widget, multiple option is enabled
|
|
124
124
|
// Checking inputEl focus - when form is represented as dialog and the first field is automatically in focus
|
|
125
125
|
const isInputElFocused = this.inputEl && this.inputEl.is(':focus');
|
|
126
|
-
|
|
126
|
+
const localName = this.inputEl && this.inputEl.length && this.inputEl[0].localName;
|
|
127
|
+
if ((data.isSelect && localName == 'select') || data.displayVal || data.isFocused || data.isSelectMultiple || isInputElFocused) {
|
|
127
128
|
data.nativeEl.addClass('float-active');
|
|
128
129
|
if (!data.displayVal && isInputElFocused) {
|
|
129
130
|
this.inputEl.attr('placeholder', this.placeholder);
|
|
@@ -166,4 +167,4 @@ export class CaptionPositionDirective {
|
|
|
166
167
|
selector: '[wmCaptionPosition]'
|
|
167
168
|
}]
|
|
168
169
|
}], function () { return [{ type: i0.Injector }, { type: i1.App }]; }, null); })();
|
|
169
|
-
//# sourceMappingURL=data:application/json;base64,eyJ2ZXJzaW9uIjozLCJmaWxlIjoiY2FwdGlvbi1wb3NpdGlvbi5kaXJlY3RpdmUuanMiLCJzb3VyY2VSb290IjoiIiwic291cmNlcyI6WyIuLi8uLi8uLi8uLi8uLi9wcm9qZWN0cy9jb21wb25lbnRzL3dpZGdldHMvaW5wdXQvZGVmYXVsdC9zcmMvY2FwdGlvbi1wb3NpdGlvbi5kaXJlY3RpdmUudHMiXSwibmFtZXMiOltdLCJtYXBwaW5ncyI6IkFBQUEsT0FBTyxFQUFnQixTQUFTLEVBQUUsVUFBVSxFQUFFLFFBQVEsRUFBb0IsTUFBTSxlQUFlLENBQUM7QUFDaEcsT0FBTyxFQUFDLEdBQUcsRUFBQyxNQUFNLFVBQVUsQ0FBQzs7O0FBTTdCLE1BQU0sT0FBTyx3QkFBd0I7SUFjakMsWUFBWSxHQUFhLEVBQUUsR0FBUTtRQUhuQyxrREFBa0Q7UUFDMUMsNkJBQXdCLEdBQWEsQ0FBQyxVQUFVLEVBQUUsYUFBYSxFQUFFLFVBQVUsRUFBRSxRQUFRLEVBQUUsT0FBTyxFQUFFLFVBQVUsRUFBRSxRQUFRLEVBQUUsUUFBUSxFQUFFLFFBQVEsRUFBRSxRQUFRLENBQUMsQ0FBQztRQUd4SixJQUFJLENBQUMsVUFBVSxHQUFHLEdBQUcsQ0FBQyxHQUFHLENBQUMsVUFBVSxDQUFDLENBQUM7UUFDdEMsSUFBSSxDQUFDLFFBQVEsR0FBRyxJQUFJLENBQUMsVUFBVSxDQUFDLGFBQWEsQ0FBQztRQUM5QyxJQUFJLENBQUMsR0FBRyxHQUFHLEdBQUcsQ0FBQztJQUNuQixDQUFDO0lBRU8sUUFBUTtRQUNaLElBQUksY0FBYyxDQUFDO1FBQ25CLHNHQUFzRztRQUN0RyxJQUFJLElBQUksQ0FBQyxPQUFPLENBQUMsTUFBTSxHQUFHLENBQUMsSUFBSSxJQUFJLENBQUMsT0FBTyxDQUFDLFFBQVEsQ0FBQyxjQUFjLENBQUMsRUFBRTtZQUNsRSxDQUFDLENBQUMsT0FBTyxDQUFDLElBQUksQ0FBQyxPQUFPLEVBQUUsQ0FBQyxFQUFFLEVBQUUsRUFBRTtnQkFDM0IsSUFBSSxDQUFDLENBQUMsRUFBRSxDQUFDLENBQUMsUUFB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RUFBRTtZQUNqQyxJQUFJLENBQUMsMEJBQTBCLEVBQUUsQ0FBQztTQUNyQztRQUNELElBQUksSUFBSSxDQUFDLGFBQWEsRUFBRTtZQUNwQixJQUFJLENBQUMsYUFBYSxDQUFDLFVBQVUsRUFBRSxDQUFDO1NBQ25DO0lBQ0wsQ0FBQzt5RkFoTFEsd0JBQXdCO29FQUF4Qix3QkFBd0I7O3VGQUF4Qix3QkFBd0I7Y0FIcEMsU0FBUztlQUFDO2dCQUNQLFFBQVEsRUFBRSxxQkFBcUI7YUFDbEMiLCJzb3VyY2VzQ29udGVudCI6WyJpbXBvcnQge0FmdGVyVmlld0luaXQsIERpcmVjdGl2ZSwgRWxlbWVudFJlZiwgSW5qZWN0b3IsIE9uRGVzdHJveSwgT25Jbml0fSBmcm9tICdAYW5ndWxhci9jb3JlJztcbmltcG9ydCB7QXBwfSBmcm9tICdAd20vY29yZSc7XG5cbmRlY2xhcmUgY29uc3QgXywgJDtcbkBEaXJlY3RpdmUoe1xuICAgIHNlbGVjdG9yOiAnW3dtQ2FwdGlvblBvc2l0aW9uXSdcbn0pXG5leHBvcnQgY2xhc3MgQ2FwdGlvblBvc2l0aW9uRGlyZWN0aXZlIGltcGxlbWVudHMgQWZ0ZXJWaWV3SW5pdCwgT25Jbml0LCBPbkRlc3Ryb3kge1xuICAgIHByaXZhdGUgZWxlbWVudFJlZjogRWxlbWVudFJlZjtcbiAgICBwcml2YXRlIGlucHV0RWw7XG4gICAgcHJpdmF0ZSBuYXRpdmVFbDtcbiAgICBwcml2YXRlIGNvbXBvc2l0ZUVsZTtcbiAgICBwcml2YXRlIGFwcDogQXBwO1xuICAgIHByaXZhdGUgbGFiZWxBbmltYXRpb25TdWJzY3JpcHRpb247XG4gICAgcHJpdmF0ZSBwbGFjZWhvbGRlcjtcbiAgICBwcml2YXRlIF9hdHRyT2JzZXJ2ZXI7XG4gICAgcHJpdmF0ZSBfaXNQbGFjZWhvbGRlckJvdW5kO1xuXG4gICAgLy8gc2tpcCBmbG9hdGluZyBjYXB0aW9uIGZvciB0aGUgYmVsb3cgZm9ybSBmaWVsZHNcbiAgICBwcml2YXRlIHNraXBGbG9hdFBvc2l0aW9uV2lkZ2V0czogc3RyaW5nW10gPSBbJ3JhZGlvc2V0JywgJ2NoZWNrYm94c2V0JywgJ3JpY2h0ZXh0JywgJ3N3aXRjaCcsICdjaGlwcycsICdjaGVja2JveCcsICdzbGlkZXInLCAncmF0aW5nJywgJ3RvZ2dsZScsICd1cGxvYWQnXTtcblxuICAgIGNvbnN0cnVjdG9yKGluajogSW5qZWN0b3IsIGFwcDogQXBwKSB7XG4gICAgICAgIHRoaXMuZWxlbWVudFJlZiA9IGluai5nZXQoRWxlbWVudFJlZik7XG4gICAgICAgIHRoaXMubmF0aXZlRWwgPSB0aGlzLmVsZW1lbnRSZWYubmF0aXZlRWxlbWVudDtcbiAgICAgICAgdGhpcy5hcHAgPSBhcHA7XG4gICAgfVxuXG4gICAgcHJpdmF0ZSBvbkJsdXJDYigpIHsgLy8gb24gYmx1ciwgcmVtb3ZlIGFuaW1hdGlvbiBhbmQgcGxhY2Vob2xkZXIgaWYgdGhlcmUgaXMgbm8gdmFsdWVcbiAgICAgICAgbGV0IG1vYmlsZUlucHV0VmFsO1xuICAgICAgICAvLyBJbiBjYXNlIG9mIG1vYmlsZSBkYXRlIC8gdGltZSBwaWNrZXIgY2hlY2sgZm9yIGlucHV0IGVsZW1lbnQncyB2YWx1ZSB3aGljaCBoYXMgJ21vYmlsZS1pbnB1dCcgY2xhc3NcbiAgICAgICAgaWYgKHRoaXMuaW5wdXRFbC5sZW5ndGggPiAxICYmIHRoaXMuaW5wdXRFbC5oYXNDbGFzcygnbW9iaWxlLWlucHV0JykpIHtcbiAgICAgICAgICAgIF8uZm9yRWFjaCh0aGlzLmlucHV0RWwsIChlbCkgPT4ge1xuICAgICAgICAgICAgICAgIGlmICgkKGVsKS5oYXNDbGFzcygnbW9iaWxlLWlucHV0JykgJiYgZWwudmFsdWUpIHtcbiAgICAgICAgICAgICAgICAgICAgbW9iaWxlSW5wdXRWYWwgPSBlbC52YWx1ZTtcbiAgICAgICAgICAgICAgICB9XG4gICAgICAgICAgICB9KTtcbiAgICAgICAgfVxuICAgICAgICBpZiAoIXRoaXMuaW5wdXRFbC52YWwoKSAmJiAhbW9iaWxlSW5wdXRWYWwpIHtcbiAgICAgICAgICAgIHRoaXMuY29tcG9zaXRlRWxlLmNsYXNzTGlzdC5yZW1vdmUoJ2Zsb2F0LWFjdGl2ZScpO1xuICAgICAgICAgICAgdGhpcy5pbnB1dEVsLnJlbW92ZUF0dHIoJ3BsYWNlaG9sZGVyJyk7XG4gICAgICAgIH1cbiAgICB9XG5cbiAgICBwcml2YXRlIG9uRm9jdXNDYigpIHsgLy8gIG9uIGZvY3VzLCBhZGQgYW5pbWF0aW9uIGNsYXNzIGFuZCB0aGUgcGxhY2UgaG9sZGVyXG4gICAgICAgIHRoaXMuY29tcG9zaXRlRWxlLmNsYXNzTGlzdC5hZGQoJ2Zsb2F0LWFjdGl2ZScpO1xuICAgICAgICB0aGlzLmlucHV0RWwuYXR0cigncGxhY2Vob2xkZXInLCB0aGlzLnBsYWNlaG9sZGVyKTtcbiAgICB9XG5cbiAgICAvLyBGb3Igc2VsZWN0IHdpZGdldCwgZGlzcGxheSBwbGFjZWhvbGRlciBvbmx5IG9uIGZvY3VzIGVsc2UgcmVtb3ZlIHRoZSB0ZXh0IG9mIHRoZSBvcHRpb24gc2VsZWN0ZWQuXG4gICAgcHJpdmF0ZSBjaGVja0ZvclNlbGVjdFBsYWNlaG9sZGVyKCkge1xuICAgICAgICBpZiAoJCh0aGlzLm5hdGl2ZUVsKS5maW5kKCdzZWxlY3Qgb3B0aW9uOnNlbGVjdGVkJykudGV4dCgpICYmICEkKHRoaXMubmF0aXZlRWwpLmZpbmQoJ3NlbGVjdCcpLmlzKCc6Zm9jdXMnKSAmJlxuICAgICAgICAgICAgISQodGhpcy5pbnB1dEVsLmNsb3Nlc3QoJ1t3aWRnZXQtaWRdJykpLmF0dHIoJ2RhdGF2YWx1ZScpKSB7XG4gICAgICAgICAgICAkKHRoaXMubmF0aXZlRWwpLmZpbmQoJ3NlbGVjdCBvcHRpb246c2VsZWN0ZWQnKS50ZXh0KCcnKTtcbiAgICAgICAgfVxuICAgIH1cblxuICAgIHByaXZhdGUgc2V0RGVmYXVsdFZhbHVlQW5pbWF0aW9uKCkgeyAvLyBzZXQgYW5pbWF0aW9uIHdoZW4gZGVmYXVsdCB2YWx1ZXMgYXJlIHByZXNlbnRcbiAgICAgICAgLy8gcmVtb3ZlIHBsYWNlaG9sZGVyIHdoZW4gdGhlIGlucHV0IGVsIGhhcyBwbGFjZWhvbGRlciBhbmQgdGhlIHBsYWNlaG9sZGVyIGlzIG5vdCBib3VuZCB0byBhbnkgdmFyaWFibGVcbiAgICAgICAgaWYgKCF0aGlzLl9pc1BsYWNlaG9sZGVyQm91bmQgJiYgdGhpcy5pbnB1dEVsLmF0dHIoJ3BsYWNlaG9sZGVyJykpIHtcbiAgICAgICAgICAgIHRoaXMucGxhY2Vob2xkZXIgPSB0aGlzLmlucHV0RWwuYXR0cigncGxhY2Vob2xkZXInKTtcbiAgICAgICAgICAgIHRoaXMuaW5wdXRFbC5yZW1vdmVBdHRyKCdwbGFjZWhvbGRlcicpO1xuICAgICAgICB9XG5cbiAgICAgICAgLy8gRG8gbm90IHNob3cgcGxhY2Vob2xkZXIgYXMgc2VsZWN0ZWQgYnkgZGVmYXVsdFxuICAgICAgICB0aGlzLmNoZWNrRm9yU2VsZWN0UGxhY2Vob2xkZXIoKTtcblxuICAgICAgICAvLyBjaGVjayBmb3IgZGF0YXZhbHVlIGF0dHJpYnV0ZSBpbiBjb21wb3NpdGUgZWxlbWVudCBhbmQgZGVmYXVsdHZhbHVlIGF0dHJpYnV0ZSBpbiBmb3JtIGZpZWxkIGVsZW1lbnRcbiAgICAgICAgLy8gY2hlY2sgZm9yIGRhdGF2YWx1ZS5iaW5kIGF0dHJpYnV0ZSB0byBzZWUgd2hldGhlciBkZWZhdWx0IHZhbHVlIGlzIGJpbmRlZCB2aWEgZXhwcmVzc2lvbiBvciBhIHZhcmlhYmxlXG4gICAgICAgIC8vIGNoZWNrIGZvciBkaXNwbGF5Zm9ybWF0IGF0dHJpYnV0ZSwgYXMgaW4gZm9ybSBmaWVsZHMgdXNlciBjYW4gc2V0IGRpc3BsYXkgZm9ybWF0IHRvIHRoZSBmaWVsZFxuICAgICAgICAvLyBjaGVjayBmb3IgZm9ybWRhdGEvYmluZGZvcm1kYXRhIGF0dHJpYnV0ZSB0byBzZWUgaWYgYW55IGRlZmF1bHQgdmFsdWUgaXMgYmluZGVkIHRvIHRoZSBmb3JtXG4gICAgICAgIC8vIGNoZWNrIGZvciBzZWxlY3QgdGFnIHdpdGggbXVsdGlwbGUgYXR0cmlidXRlIGVuYWJsZWRcblxuICAgICAgICBpZiAoKHRoaXMuaW5wdXRFbC52YWwoKSAmJiAhdGhpcy5pbnB1dEVsLmlzKCdzZWxlY3QnKSkgfHwgJCh0aGlzLmlucHV0RWwuY2xvc2VzdCgnW3dpZGdldC1pZF0nKSkuYXR0cignZGF0YXZhbHVlJykgfHwgJCh0aGlzLmlucHV0RWwucGFyZW50KCdbd2lkZ2V0LWlkXScpKS5hdHRyKCdkYXRhdmFsdWUuYmluZCcpIHx8IHRoaXMubmF0aXZlRWwuZ2V0QXR0cmlidXRlKCdkZWZhdWx0dmFsdWUnKVxuICAgICAgICAgICAgfHwgdGhpcy5uYXRpdmVFbC5nZXRBdHRyaWJ1dGUoJ2Rpc3BsYXlmb3JtYXQnKSB8fCAkKHRoaXMubmF0aXZlRWwpLmZpbmQoJ3NlbGVjdCBvcHRpb246c2VsZWN0ZWQnKS50ZXh0KCkgfHwgJCh0aGlzLm5hdGl2ZUVsKS5maW5kKCdzZWxlY3QnKS5hdHRyKCdtdWx0aXBsZScpKSB7XG4gICAgICAgICAgICB0aGlzLmNvbXBvc2l0ZUVsZS5jbGFzc0xpc3QuYWRkKCdmbG9hdC1hY3RpdmUnKTtcbiAgICAgICAgfVxuICAgIH1cblxuICAgIC8qKlxuICAgICAqIE9ic2VydmluZyBwbGFjZWhvbGRlciBhdHRyaWJ1dGUgY2hhbmdlIG9uIERPTSBpbnN0ZWFkIG9mIGhhdmluZyBhIHByb3BDaGFuZ2VIYW5kbGVyIGZuXG4gICAgICogRm9yIGNvbXBvc2l0ZSB3aWRnZXRzIHByb3BlcnR5Y2hhbmdlaGFuZGxlciBmdW5jdGlvbiBpcyBpbnZva2VkIGF0IGluZGVwZW5kZW50IHdpZGdldHMgd2hlcmUgYXMgdGhlIGRpcmVjdGl2ZSBpcyBhdCBjb21wb3NpdGUgbGV2ZWxcbiAgICAgKi9cbiAgICBwcml2YXRlIG9ic2VydmVGb3JQbGFjZWhvbGRlckF0dHJDaGFuZ2UoKSB7XG4gICAgICAgIHRoaXMuX2F0dHJPYnNlcnZlciA9IG5ldyBNdXRhdGlvbk9ic2VydmVyKG11dGF0aW9ucyA9PiB7XG4gICAgICAgICAgICBtdXRhdGlvbnMuZm9yRWFjaCgobXV0YXRpb24pID0+IHtcbiAgICAgICAgICAgICAgICBpZiAobXV0YXRpb24uYXR0cmlidXRlTmFtZSA9PT0gJ3BsYWNlaG9sZGVyJyAmJiB0aGlzLmlucHV0RWwuYXR0cigncGxhY2Vob2xkZXInKSAmJiAhdGhpcy5jb21wb3NpdGVFbGUuY2xhc3NMaXN0LmNvbnRhaW5zKCdmbG9hdC1hY3RpdmUnKSkge1xuICAgICAgICAgICAgICAgICAgICB0aGlzLnBsYWNlaG9sZGVyID0gdGhpcy5pbnB1dEVsLmF0dHIoJ3BsYWNlaG9sZGVyJyk7XG4gICAgICAgICAgICAgICAgICAgIHRoaXMuaW5wdXRFbC5yZW1vdmVBdHRyKCdwbGFjZWhvbGRlcicpO1xuICAgICAgICAgICAgICAgIH1cbiAgICAgICAgICAgIH0pO1xuICAgICAgICB9KTtcbiAgICAgICAgY29uc3QgY29uZmlnID0geyBhdHRyaWJ1dGVzOiB0cnVlLCBjaGlsZExpc3Q6IGZhbHNlLCBjaGFyYWN0ZXJEYXRhOiBmYWxzZSB9O1xuICAgICAgICB0aGlzLl9hdHRyT2JzZXJ2ZXIub2JzZXJ2ZSh0aGlzLmlucHV0RWxbMF0sIGNvbmZpZyk7XG4gICAgfVxuXG4gICAgLy8gd2hlbiBhIGZvcm0gaXMgcmlnaHQgYWxpZ25lZCBhbmQgaGF2ZSBpbnB1dC1ncm91cC1idG4ncyBsaWtlIGRhdGUgcGlja2VyLCB0aW1lIHBpY2tlciBldGMuIGFkanVzdCB0aGUgY3NzIHRvIG5vdCBvdmVybGFwIHRoZSBsYWJlbCBvbiB0aGUgaWNvblxuICAgIHByaXZhdGUgY2hlY2tGb3JSaWdodEFsaWduZWRGb3JtKCkge1xuICAgICAgICBjb25zdCAkY29tcG9zaXRlRWxlID0gJCh0aGlzLmNvbXBvc2l0ZUVsZSk7XG4gICAgICAgIGlmICgkY29tcG9zaXRlRWxlLmNsb3Nlc3QoJy5hbGlnbi1yaWdodCcpLmxlbmd0aCAmJiAkY29tcG9zaXRlRWxlLmZpbmQoJy5pbnB1dC1ncm91cC1idG4nKS5sZW5ndGgpIHtcbiAgICAgICAgICAgIGNvbnN0ICRsYWJlbCA9ICRjb21wb3NpdGVFbGUuZmluZCgnbGFiZWwnKTtcbiAgICAgICAgICAgIGlmICgkY29tcG9zaXRlRWxlLmZpbmQoJ1t3bWRhdGV0aW1lXScpLmxlbmd0aCkgeyAvLyBmb3IgZGF0ZXRpbWUgcGlja2VyLCBhcyB0aGVyZSB3aWxsIGJlIDIgaWNvbnMgY3NzIGlzIGRpZmZlcmVudFxuICAgICAgICAgICAgICAgICRsYWJlbC5hZGRDbGFzcygnaW5wdXQtZ3JwLWR0LWljb24nKTtcbiAgICAgICAgICAgIH0gZWxzZSB7XG4gICAgICAgICAgICAgICAgJGxhYmVsLmFkZENsYXNzKCdpbnB1dC1ncnAtaWNvbicpO1xuICAgICAgICAgICAgfVxuICAgICAgICB9XG4gICAgfVxuXG4gICAgbmdBZnRlclZpZXdJbml0KCkge1xuICAgICAgICB0aGlzLmNvbXBvc2l0ZUVsZSA9IHRoaXMubmF0aXZlRWw7XG4gICAgICAgIGNvbnN0IHdpZGdldCA9IHRoaXMubmF0aXZlRWwud2lkZ2V0O1xuICAgICAgICBsZXQgY2FwdGlvblBvc2l0aW9uOiBzdHJpbmcgPSB3aWRnZXQuJGF0dHJzLmdldCgnY2FwdGlvbnBvc2l0aW9uJyk7XG4gICAgICAgIGlmICh3aWRnZXQuZm9ybSkge1xuICAgICAgICAgICAgY2FwdGlvblBvc2l0aW9uID0gd2lkZ2V0LmZvcm0uJGF0dHJzLmdldCgnY2FwdGlvbnBvc2l0aW9uJyk7XG4gICAgICAgICAgICB0aGlzLmNvbXBvc2l0ZUVsZSA9IHRoaXMubmF0aXZlRWwucXVlcnlTZWxlY3RvcignLmFwcC1jb21wb3NpdGUtd2lkZ2V0Jyk7XG4gICAgICAgICAgICB0aGlzLl9pc1BsYWNlaG9sZGVyQm91bmQgPSB0aGlzLm5hdGl2ZUVsLmdldEF0dHJpYnV0ZSgncGxhY2Vob2xkZXIuYmluZCcpO1xuICAgICAgICB9XG4gICAgICAgIGlmIChjYXB0aW9uUG9zaXRpb24gPT09ICdmbG9hdGluZycpIHtcbiAgICAgICAgICAgIGlmICh3aWRnZXQuZm9ybSkgeyAvLyBmb3IgZm9ybS1maWVsZHMgcmVtb3ZlIGNhcHRpb24tZmxvYXRpbmcgYW5kIHJlcGxhY2UgaXQgd2l0aCBjYXB0aW9uLWZsb2F0IG9yIGNhcHRpb24tdG9wXG4gICAgICAgICAgICAgICAgY29uc3Qgd2lkZ2V0VHlwZTogc3RyaW5nID0gdGhpcy5uYXRpdmVFbC5nZXRBdHRyaWJ1dGUoJ3dpZGdldHR5cGUnKTsgLy8gZmV0Y2hlcyB0aGUgZm9ybSBmaWVsZCB0eXBlXG4gICAgICAgICAgICAgICAgaWYgKHRoaXMuc2tpcEZsb2F0UG9zaXRpb25XaWRnZXRzLmluZGV4T2Yod2lkZ2V0VHlwZSkgPiAtMSkge1xuICAgICAgICAgICAgICAgICAgICB0aGlzLmNvbXBvc2l0ZUVsZS5jbGFzc0xpc3QucmVtb3ZlKCdjYXB0aW9uLWZsb2F0aW5nJyk7XG4gICAgICAgICAgICAgICAgICAgIHRoaXMuY29tcG9zaXRlRWxlLmNsYXNzTGlzdC5hZGQoJ2NhcHRpb24tdG9wJyk7XG4gICAgICAgICAgICAgICAgfVxuICAgICAgICAgICAgICAgIHRoaXMuY2hlY2tGb3JSaWdodEFsaWduZWRGb3JtKCk7XG4gICAgICAgICAgICB9XG4gICAgICAgICAgICB0aGlzLmlucHV0RWwgPSAkKHRoaXMubmF0aXZlRWwpLmZpbmQoJ2lucHV0LCBzZWxlY3QsIHRleHRhcmVhJyk7XG4gICAgICAgICAgICBpZiAoIXRoaXMuX2lzUGxhY2Vob2xkZXJCb3VuZCkge1xuICAgICAgICAgICAgICAgIHRoaXMuX2lzUGxhY2Vob2xkZXJCb3VuZCA9IHRoaXMuaW5wdXRFbC5jbG9zZXN0KCdbd2lkZ2V0LWlkXScpLmF0dHIoJ3BsYWNlaG9sZGVyLmJpbmQnKTtcbiAgICAgICAgICAgIH1cbiAgICAgICAgICAgIC8vIGNhbGwgdGhlIGJlbG93IGZ1bmN0aW9uIHRvIGFwcGx5IGZsb2F0LWFjdGl2ZSBjbGFzcyB3aGVuIHRoZXJlIGFyZSBkZWZhdWx0IHZhbHVlcyB0byB0aGUgZmllbGRzXG4gICAgICAgICAgICBzZXRUaW1lb3V0KHRoaXMuc2V0RGVmYXVsdFZhbHVlQW5pbWF0aW9uLmJpbmQodGhpcyksIDApO1xuXG4gICAgICAgICAgICB0aGlzLmlucHV0RWwuZm9jdXModGhpcy5vbkZvY3VzQ2IuYmluZCh0aGlzKSk7XG4gICAgICAgICAgICB0aGlzLmlucHV0RWwuYmx1cih0aGlzLm9uQmx1ckNiLmJpbmQodGhpcykpO1xuXG4gICAgICAgICAgICAvLyBvYnNlcnZlIGZvciBwbGFjZWhvbGRlciBhdHRyaWJ1dGUgY2hhbmdlIHdoZW4gcGxhY2Vob2xkZXIgaXMgYm91bmQgdmlhIGRiIHZhcmlhYmxlIG9yIGFuIGV4cHJlc3Npb25cbiAgICAgICAgICAgIGlmICh0aGlzLl9pc1BsYWNlaG9sZGVyQm91bmQpIHtcbiAgICAgICAgICAgICAgICB0aGlzLm9ic2VydmVGb3JQbGFjZWhvbGRlckF0dHJDaGFuZ2UoKTtcbiAgICAgICAgICAgIH1cbiAgICAgICAgfVxuICAgIH1cblxuICAgIC8vIGNhcHRpb25Qb3NpdGlvbkFuaW1hdGUgaXMgb25seSBub3RpZmllZCBmb3IgZGF0ZS10aW1lLCB0aW1lIGFuZCBzZWFyY2ggd2lkZ2V0cyBhcyBpbnB1dCBlbCBpcyBub3QgdXBkYXRlZCB3aXRoIHZhbHVlIG9uIHNlbGVjdGlvbiBvZiBkcm9wZG93bi9wb3B1cHNcbiAgICBuZ09uSW5pdCgpIHtcbiAgICAgICAgdGhpcy5sYWJlbEFuaW1hdGlvblN1YnNjcmlwdGlvbiA9IHRoaXMuYXBwLnN1YnNjcmliZSgnY2FwdGlvblBvc2l0aW9uQW5pbWF0ZScsIChkYXRhKSA9PiB7XG4gICAgICAgICAgICAvLyBkaXNwbGF5VmFsIGlzIHRydWUgd2hlbiB0aGVyZSBpcyBhIHZhbHVlIGVudGVyZWQgaW4gdGhlIGlucHV0IGZpZWxkXG4gICAgICAgICAgICAvLyBJbiBjYXNlIG9mIGZvcm0gZmllbGRzLCB3aGVuIHRoZSBmaWVsZCBpcyBpbiBmb2N1cywgaXNGb2N1c2VkIHdpbGwgYmUgc2V0IGFzIHRydWVcbiAgICAgICAgICAgIC8vIGlzU2VsZWN0TXVsdGlwbGUgaXMgc2V0IHRvIHRydWUgd2hlbiBmb3Igc2VsZWN0IHdpZGdldCwgbXVsdGlwbGUgb3B0aW9uIGlzIGVuYWJsZWRcbiAgICAgICAgICAgIC8vIENoZWNraW5nIGlucHV0RWwgZm9jdXMgLSB3aGVuIGZvcm0gaXMgcmVwcmVzZW50ZWQgYXMgZGlhbG9nIGFuZCB0aGUgZmlyc3QgZmllbGQgaXMgYXV0b21hdGljYWxseSBpbiBmb2N1c1xuICAgICAgICAgICAgY29uc3QgaXNJbnB1dEVsRm9jdXNlZCA9IHRoaXMuaW5wdXRFbCAmJiB0aGlzLmlucHV0RWwuaXMoJzpmb2N1cycpO1xuICAgICAgICAgICAgaWYgKGRhdGEuZGlzcGxheVZhbCB8fCBkYXRhLmlzRm9jdXNlZCB8fCBkYXRhLmlzU2VsZWN0TXVsdGlwbGUgfHwgaXNJbnB1dEVsRm9jdXNlZCkge1xuICAgICAgICAgICAgICAgIGRhdGEubmF0aXZlRWwuYWRkQ2xhc3MoJ2Zsb2F0LWFjdGl2ZScpO1xuICAgICAgICAgICAgICAgIGlmICghZGF0YS5kaXNwbGF5VmFsICYmIGlzSW5wdXRFbEZvY3VzZWQpIHtcbiAgICAgICAgICAgICAgICAgICAgdGhpcy5pbnB1dEVsLmF0dHIoJ3BsYWNlaG9sZGVyJywgdGhpcy5wbGFjZWhvbGRlcik7XG4gICAgICAgICAgICAgICAgfVxuICAgICAgICAgICAgfSBlbHNlIHtcbiAgICAgICAgICAgICAgICBkYXRhLm5hdGl2ZUVsLnJlbW92ZUNsYXNzKCdmbG9hdC1hY3RpdmUnKTtcbiAgICAgICAgICAgICAgICAvLyBSZW1vdmUgcGxhY2Vob2xkZXIgb24gcmVtb3ZpbmcgZmxvYXQtYWN0aXZlLCBpZiBub3QgdGhlIGxhYmVsIGFuZCBwbGFjZWhvbGRlciBhcmUgY29sbGlkZWRcbiAgICAgICAgICAgICAgICAvLyBiZWZvcmUgcGxhY2Vob2xkZXIgaXMgcmVtb3ZlZCBhc3NpZ24gaXQgdG8gdGhlIHBsYWNlaG9sZGVyIHZhcmlhYmxlXG4gICAgICAgICAgICAgICAgLy8gY2hlY2sgZm9yIHBsYWNlaG9sZGVyIGluIGlucHV0ZWwgYW5kIHNlbGVjdGVsXG4gICAgICAgICAgICAgICAgaWYgKHRoaXMuaW5wdXRFbCkge1xuICAgICAgICAgICAgICAgICAgICBjb25zdCBzZWxlY3RFbCA9IHRoaXMuaW5wdXRFbC5maW5kKCdvcHRpb246Zmlyc3QnKTtcbiAgICAgICAgICAgICAgICAgICAgaWYgKHRoaXMuaW5wdXRFbC5hdHRyKCdwbGFjZWhvbGRlcicpIHx8IHNlbGVjdEVsLnRleHQoKSkge1xuICAgICAgICAgICAgICAgICAgICAgICAgaWYgKHNlbGVjdEVsLmxlbmd0aCkge1xuICAgICAgICAgICAgICAgICAgICAgICAgICAgIHNlbGVjdEVsLnRleHQoJycpO1xuICAgICAgICAgICAgICAgICAgICAgICAgfSBlbHNlIHtcbiAgICAgICAgICAgICAgICAgICAgICAgICAgICB0aGlzLnBsYWNlaG9sZGVyID0gdGhpcy5pbnB1dEVsLmF0dHIoJ3BsYWNlaG9sZGVyJyk7XG4gICAgICAgICAgICAgICAgICAgICAgICAgICAgdGhpcy5pbnB1dEVsLnJlbW92ZUF0dHIoJ3BsYWNlaG9sZGVyJyk7XG4gICAgICAgICAgICAgICAgICAgICAgICB9XG4gICAgICAgICAgICAgICAgICAgIH1cbiAgICAgICAgICAgICAgICB9XG4gICAgICAgICAgICB9XG4gICAgICAgIH0pO1xuICAgIH1cblxuICAgIG5nT25EZXN0cm95KCkge1xuICAgICAgICBpZiAodGhpcy5sYWJlbEFuaW1hdGlvblN1YnNjcmlwdGlvbikge1xuICAgICAgICAgICAgdGhpcy5sYWJlbEFuaW1hdGlvblN1YnNjcmlwdGlvbigpO1xuICAgICAgICB9XG4gICAgICAgIGlmICh0aGlzLl9hdHRyT2JzZXJ2ZXIpIHtcbiAgICAgICAgICAgIHRoaXMuX2F0dHJPYnNlcnZlci5kaXNjb25uZWN0KCk7XG4gICAgICAgIH1cbiAgICB9XG59XG4iXX0=
|
|
170
|
+
//# sourceMappingURL=data:application/json;base64,eyJ2ZXJzaW9uIjozLCJmaWxlIjoiY2FwdGlvbi1wb3NpdGlvbi5kaXJlY3RpdmUuanMiLCJzb3VyY2VSb290IjoiIiwic291cmNlcyI6WyIuLi8uLi8uLi8uLi8uLi9wcm9qZWN0cy9jb21wb25lbnRzL3dpZGdldHMvaW5wdXQvZGVmYXVsdC9zcmMvY2FwdGlvbi1wb3NpdGlvbi5kaXJlY3RpdmUudHMiXSwibmFtZXMiOltdLCJtYXBwaW5ncyI6IkFBQUEsT0FBTyxFQUFnQixTQUFTLEVBQUUsVUFBVSxFQUFFLFFBQVEsRUFBb0IsTUFBTSxlQUFlLENBQUM7QUFDaEcsT0FBTyxFQUFDLEdBQUcsRUFBQyxNQUFNLFVBQVUsQ0FBQzs7O0FBTTdCLE1BQU0sT0FBTyx3QkFBd0I7SUFjakMsWUFBWSxHQUFhLEVBQUUsR0FBUTtRQUhuQyxrREFBa0Q7UUFDMUMsNkJBQXdCLEdBQWEsQ0FBQyxVQUFVLEVBQUUsYUFBYSxFQUFFLFVBQVUsRUFBRSxRQUFRLEVBQUUsT0FBTyxFQUFFLFVBQVUsRUFBRSxRQUFRLEVBQUUsUUFBUSxFQUFFLFFBQVEsRUFBRSxRQUFRLENBQUMsQ0FBQztRQUd4SixJQUFJLENBQUMsVUFBVSxHQUFHLEdBQUcsQ0FBQyxHQUFHLENBQUMsVUFBVSxDQUFDLENBQUM7UUFDdEMsSUFBSSxDQUFDLFFBQVEsR0FBRyxJQUFJLENBQUMsVUFBVSxDQUFDLGFBQWEsQ0FBQztRQUM5QyxJQUFJLENBQUMsR0FBRyxHQUFHLEdBQUcsQ0FBQztJQUNuQixDQUFDO0lBRU8sUUFBUTtRQUNaLElBQUksY0FBYyxDQUFDO1FBQ25CLHNHQUFzRztRQUN0RyxJQUFJLElBQUksQ0FBQyxPQUFPLENBQUMsTUFBTSxHQUFHLENBQUMsSUFBSSxJQUFJLENBQUMsT0FBTyxDQUFDLFFBQVEsQ0FBQyxjQUFjLENBQUMsRUFBRTtZQUNsRSxDQUFDLENBQUMsT0FBTyxDQUFDLElBQUksQ0FBQyxPQUFPLEVBQUUsQ0FBQyxFQUFFLEVBQUUsRUFBRTtnQkFDM0IsSUFBSSxDQUFDLENBQUMsRUFBRSxDQUFDLENBQUMsUUFB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QUksQ0FBQyxhQUFhLENBQUMsQ0FBQzs0QkFDcEQsSUFBSSxDQUFDLE9BQU8sQ0FBQyxVQUFVLENBQUMsYUFBYSxDQUFDLENBQUM7eUJBQzFDO3FCQUNKO2lCQUNKO2FBQ0o7UUFDTCxDQUFDLENBQUMsQ0FBQztJQUNQLENBQUM7SUFFRCxXQUFXO1FBQ1AsSUFBSSxJQUFJLENBQUMsMEJBQTBCLEVBQUU7WUFDakMsSUFBSSxDQUFDLDBCQUEwQixFQUFFLENBQUM7U0FDckM7UUFDRCxJQUFJLElBQUksQ0FBQyxhQUFhLEVBQUU7WUFDcEIsSUFBSSxDQUFDLGFBQWEsQ0FBQyxVQUFVLEVBQUUsQ0FBQztTQUNuQztJQUNMLENBQUM7eUZBakxRLHdCQUF3QjtvRUFBeEIsd0JBQXdCOzt1RkFBeEIsd0JBQXdCO2NBSHBDLFNBQVM7ZUFBQztnQkFDUCxRQUFRLEVBQUUscUJBQXFCO2FBQ2xDIiwic291cmNlc0NvbnRlbnQiOlsiaW1wb3J0IHtBZnRlclZpZXdJbml0LCBEaXJlY3RpdmUsIEVsZW1lbnRSZWYsIEluamVjdG9yLCBPbkRlc3Ryb3ksIE9uSW5pdH0gZnJvbSAnQGFuZ3VsYXIvY29yZSc7XG5pbXBvcnQge0FwcH0gZnJvbSAnQHdtL2NvcmUnO1xuXG5kZWNsYXJlIGNvbnN0IF8sICQ7XG5ARGlyZWN0aXZlKHtcbiAgICBzZWxlY3RvcjogJ1t3bUNhcHRpb25Qb3NpdGlvbl0nXG59KVxuZXhwb3J0IGNsYXNzIENhcHRpb25Qb3NpdGlvbkRpcmVjdGl2ZSBpbXBsZW1lbnRzIEFmdGVyVmlld0luaXQsIE9uSW5pdCwgT25EZXN0cm95IHtcbiAgICBwcml2YXRlIGVsZW1lbnRSZWY6IEVsZW1lbnRSZWY7XG4gICAgcHJpdmF0ZSBpbnB1dEVsO1xuICAgIHByaXZhdGUgbmF0aXZlRWw7XG4gICAgcHJpdmF0ZSBjb21wb3NpdGVFbGU7XG4gICAgcHJpdmF0ZSBhcHA6IEFwcDtcbiAgICBwcml2YXRlIGxhYmVsQW5pbWF0aW9uU3Vic2NyaXB0aW9uO1xuICAgIHByaXZhdGUgcGxhY2Vob2xkZXI7XG4gICAgcHJpdmF0ZSBfYXR0ck9ic2VydmVyO1xuICAgIHByaXZhdGUgX2lzUGxhY2Vob2xkZXJCb3VuZDtcblxuICAgIC8vIHNraXAgZmxvYXRpbmcgY2FwdGlvbiBmb3IgdGhlIGJlbG93IGZvcm0gZmllbGRzXG4gICAgcHJpdmF0ZSBza2lwRmxvYXRQb3NpdGlvbldpZGdldHM6IHN0cmluZ1tdID0gWydyYWRpb3NldCcsICdjaGVja2JveHNldCcsICdyaWNodGV4dCcsICdzd2l0Y2gnLCAnY2hpcHMnLCAnY2hlY2tib3gnLCAnc2xpZGVyJywgJ3JhdGluZycsICd0b2dnbGUnLCAndXBsb2FkJ107XG5cbiAgICBjb25zdHJ1Y3Rvcihpbmo6IEluamVjdG9yLCBhcHA6IEFwcCkge1xuICAgICAgICB0aGlzLmVsZW1lbnRSZWYgPSBpbmouZ2V0KEVsZW1lbnRSZWYpO1xuICAgICAgICB0aGlzLm5hdGl2ZUVsID0gdGhpcy5lbGVtZW50UmVmLm5hdGl2ZUVsZW1lbnQ7XG4gICAgICAgIHRoaXMuYXBwID0gYXBwO1xuICAgIH1cblxuICAgIHByaXZhdGUgb25CbHVyQ2IoKSB7IC8vIG9uIGJsdXIsIHJlbW92ZSBhbmltYXRpb24gYW5kIHBsYWNlaG9sZGVyIGlmIHRoZXJlIGlzIG5vIHZhbHVlXG4gICAgICAgIGxldCBtb2JpbGVJbnB1dFZhbDtcbiAgICAgICAgLy8gSW4gY2FzZSBvZiBtb2JpbGUgZGF0ZSAvIHRpbWUgcGlja2VyIGNoZWNrIGZvciBpbnB1dCBlbGVtZW50J3MgdmFsdWUgd2hpY2ggaGFzICdtb2JpbGUtaW5wdXQnIGNsYXNzXG4gICAgICAgIGlmICh0aGlzLmlucHV0RWwubGVuZ3RoID4gMSAmJiB0aGlzLmlucHV0RWwuaGFzQ2xhc3MoJ21vYmlsZS1pbnB1dCcpKSB7XG4gICAgICAgICAgICBfLmZvckVhY2godGhpcy5pbnB1dEVsLCAoZWwpID0+IHtcbiAgICAgICAgICAgICAgICBpZiAoJChlbCkuaGFzQ2xhc3MoJ21vYmlsZS1pbnB1dCcpICYmIGVsLnZhbHVlKSB7XG4gICAgICAgICAgICAgICAgICAgIG1vYmlsZUlucHV0VmFsID0gZWwudmFsdWU7XG4gICAgICAgICAgICAgICAgfVxuICAgICAgICAgICAgfSk7XG4gICAgICAgIH1cbiAgICAgICAgaWYgKCF0aGlzLmlucHV0RWwudmFsKCkgJiYgIW1vYmlsZUlucHV0VmFsKSB7XG4gICAgICAgICAgICB0aGlzLmNvbXBvc2l0ZUVsZS5jbGFzc0xpc3QucmVtb3ZlKCdmbG9hdC1hY3RpdmUnKTtcbiAgICAgICAgICAgIHRoaXMuaW5wdXRFbC5yZW1vdmVBdHRyKCdwbGFjZWhvbGRlcicpO1xuICAgICAgICB9XG4gICAgfVxuXG4gICAgcHJpdmF0ZSBvbkZvY3VzQ2IoKSB7IC8vICBvbiBmb2N1cywgYWRkIGFuaW1hdGlvbiBjbGFzcyBhbmQgdGhlIHBsYWNlIGhvbGRlclxuICAgICAgICB0aGlzLmNvbXBvc2l0ZUVsZS5jbGFzc0xpc3QuYWRkKCdmbG9hdC1hY3RpdmUnKTtcbiAgICAgICAgdGhpcy5pbnB1dEVsLmF0dHIoJ3BsYWNlaG9sZGVyJywgdGhpcy5wbGFjZWhvbGRlcik7XG4gICAgfVxuXG4gICAgLy8gRm9yIHNlbGVjdCB3aWRnZXQsIGRpc3BsYXkgcGxhY2Vob2xkZXIgb25seSBvbiBmb2N1cyBlbHNlIHJlbW92ZSB0aGUgdGV4dCBvZiB0aGUgb3B0aW9uIHNlbGVjdGVkLlxuICAgIHByaXZhdGUgY2hlY2tGb3JTZWxlY3RQbGFjZWhvbGRlcigpIHtcbiAgICAgICAgaWYgKCQodGhpcy5uYXRpdmVFbCkuZmluZCgnc2VsZWN0IG9wdGlvbjpzZWxlY3RlZCcpLnRleHQoKSAmJiAhJCh0aGlzLm5hdGl2ZUVsKS5maW5kKCdzZWxlY3QnKS5pcygnOmZvY3VzJykgJiZcbiAgICAgICAgICAgICEkKHRoaXMuaW5wdXRFbC5jbG9zZXN0KCdbd2lkZ2V0LWlkXScpKS5hdHRyKCdkYXRhdmFsdWUnKSkge1xuICAgICAgICAgICAgJCh0aGlzLm5hdGl2ZUVsKS5maW5kKCdzZWxlY3Qgb3B0aW9uOnNlbGVjdGVkJykudGV4dCgnJyk7XG4gICAgICAgIH1cbiAgICB9XG5cbiAgICBwcml2YXRlIHNldERlZmF1bHRWYWx1ZUFuaW1hdGlvbigpIHsgLy8gc2V0IGFuaW1hdGlvbiB3aGVuIGRlZmF1bHQgdmFsdWVzIGFyZSBwcmVzZW50XG4gICAgICAgIC8vIHJlbW92ZSBwbGFjZWhvbGRlciB3aGVuIHRoZSBpbnB1dCBlbCBoYXMgcGxhY2Vob2xkZXIgYW5kIHRoZSBwbGFjZWhvbGRlciBpcyBub3QgYm91bmQgdG8gYW55IHZhcmlhYmxlXG4gICAgICAgIGlmICghdGhpcy5faXNQbGFjZWhvbGRlckJvdW5kICYmIHRoaXMuaW5wdXRFbC5hdHRyKCdwbGFjZWhvbGRlcicpKSB7XG4gICAgICAgICAgICB0aGlzLnBsYWNlaG9sZGVyID0gdGhpcy5pbnB1dEVsLmF0dHIoJ3BsYWNlaG9sZGVyJyk7XG4gICAgICAgICAgICB0aGlzLmlucHV0RWwucmVtb3ZlQXR0cigncGxhY2Vob2xkZXInKTtcbiAgICAgICAgfVxuXG4gICAgICAgIC8vIERvIG5vdCBzaG93IHBsYWNlaG9sZGVyIGFzIHNlbGVjdGVkIGJ5IGRlZmF1bHRcbiAgICAgICAgdGhpcy5jaGVja0ZvclNlbGVjdFBsYWNlaG9sZGVyKCk7XG5cbiAgICAgICAgLy8gY2hlY2sgZm9yIGRhdGF2YWx1ZSBhdHRyaWJ1dGUgaW4gY29tcG9zaXRlIGVsZW1lbnQgYW5kIGRlZmF1bHR2YWx1ZSBhdHRyaWJ1dGUgaW4gZm9ybSBmaWVsZCBlbGVtZW50XG4gICAgICAgIC8vIGNoZWNrIGZvciBkYXRhdmFsdWUuYmluZCBhdHRyaWJ1dGUgdG8gc2VlIHdoZXRoZXIgZGVmYXVsdCB2YWx1ZSBpcyBiaW5kZWQgdmlhIGV4cHJlc3Npb24gb3IgYSB2YXJpYWJsZVxuICAgICAgICAvLyBjaGVjayBmb3IgZGlzcGxheWZvcm1hdCBhdHRyaWJ1dGUsIGFzIGluIGZvcm0gZmllbGRzIHVzZXIgY2FuIHNldCBkaXNwbGF5IGZvcm1hdCB0byB0aGUgZmllbGRcbiAgICAgICAgLy8gY2hlY2sgZm9yIGZvcm1kYXRhL2JpbmRmb3JtZGF0YSBhdHRyaWJ1dGUgdG8gc2VlIGlmIGFueSBkZWZhdWx0IHZhbHVlIGlzIGJpbmRlZCB0byB0aGUgZm9ybVxuICAgICAgICAvLyBjaGVjayBmb3Igc2VsZWN0IHRhZyB3aXRoIG11bHRpcGxlIGF0dHJpYnV0ZSBlbmFibGVkXG5cbiAgICAgICAgaWYgKCh0aGlzLmlucHV0RWwudmFsKCkgJiYgIXRoaXMuaW5wdXRFbC5pcygnc2VsZWN0JykpIHx8ICQodGhpcy5pbnB1dEVsLmNsb3Nlc3QoJ1t3aWRnZXQtaWRdJykpLmF0dHIoJ2RhdGF2YWx1ZScpIHx8ICQodGhpcy5pbnB1dEVsLnBhcmVudCgnW3dpZGdldC1pZF0nKSkuYXR0cignZGF0YXZhbHVlLmJpbmQnKSB8fCB0aGlzLm5hdGl2ZUVsLmdldEF0dHJpYnV0ZSgnZGVmYXVsdHZhbHVlJylcbiAgICAgICAgICAgIHx8IHRoaXMubmF0aXZlRWwuZ2V0QXR0cmlidXRlKCdkaXNwbGF5Zm9ybWF0JykgfHwgJCh0aGlzLm5hdGl2ZUVsKS5maW5kKCdzZWxlY3Qgb3B0aW9uOnNlbGVjdGVkJykudGV4dCgpIHx8ICQodGhpcy5uYXRpdmVFbCkuZmluZCgnc2VsZWN0JykuYXR0cignbXVsdGlwbGUnKSkge1xuICAgICAgICAgICAgdGhpcy5jb21wb3NpdGVFbGUuY2xhc3NMaXN0LmFkZCgnZmxvYXQtYWN0aXZlJyk7XG4gICAgICAgIH1cbiAgICB9XG5cbiAgICAvKipcbiAgICAgKiBPYnNlcnZpbmcgcGxhY2Vob2xkZXIgYXR0cmlidXRlIGNoYW5nZSBvbiBET00gaW5zdGVhZCBvZiBoYXZpbmcgYSBwcm9wQ2hhbmdlSGFuZGxlciBmblxuICAgICAqIEZvciBjb21wb3NpdGUgd2lkZ2V0cyBwcm9wZXJ0eWNoYW5nZWhhbmRsZXIgZnVuY3Rpb24gaXMgaW52b2tlZCBhdCBpbmRlcGVuZGVudCB3aWRnZXRzIHdoZXJlIGFzIHRoZSBkaXJlY3RpdmUgaXMgYXQgY29tcG9zaXRlIGxldmVsXG4gICAgICovXG4gICAgcHJpdmF0ZSBvYnNlcnZlRm9yUGxhY2Vob2xkZXJBdHRyQ2hhbmdlKCkge1xuICAgICAgICB0aGlzLl9hdHRyT2JzZXJ2ZXIgPSBuZXcgTXV0YXRpb25PYnNlcnZlcihtdXRhdGlvbnMgPT4ge1xuICAgICAgICAgICAgbXV0YXRpb25zLmZvckVhY2goKG11dGF0aW9uKSA9PiB7XG4gICAgICAgICAgICAgICAgaWYgKG11dGF0aW9uLmF0dHJpYnV0ZU5hbWUgPT09ICdwbGFjZWhvbGRlcicgJiYgdGhpcy5pbnB1dEVsLmF0dHIoJ3BsYWNlaG9sZGVyJykgJiYgIXRoaXMuY29tcG9zaXRlRWxlLmNsYXNzTGlzdC5jb250YWlucygnZmxvYXQtYWN0aXZlJykpIHtcbiAgICAgICAgICAgICAgICAgICAgdGhpcy5wbGFjZWhvbGRlciA9IHRoaXMuaW5wdXRFbC5hdHRyKCdwbGFjZWhvbGRlcicpO1xuICAgICAgICAgICAgICAgICAgICB0aGlzLmlucHV0RWwucmVtb3ZlQXR0cigncGxhY2Vob2xkZXInKTtcbiAgICAgICAgICAgICAgICB9XG4gICAgICAgICAgICB9KTtcbiAgICAgICAgfSk7XG4gICAgICAgIGNvbnN0IGNvbmZpZyA9IHsgYXR0cmlidXRlczogdHJ1ZSwgY2hpbGRMaXN0OiBmYWxzZSwgY2hhcmFjdGVyRGF0YTogZmFsc2UgfTtcbiAgICAgICAgdGhpcy5fYXR0ck9ic2VydmVyLm9ic2VydmUodGhpcy5pbnB1dEVsWzBdLCBjb25maWcpO1xuICAgIH1cblxuICAgIC8vIHdoZW4gYSBmb3JtIGlzIHJpZ2h0IGFsaWduZWQgYW5kIGhhdmUgaW5wdXQtZ3JvdXAtYnRuJ3MgbGlrZSBkYXRlIHBpY2tlciwgdGltZSBwaWNrZXIgZXRjLiBhZGp1c3QgdGhlIGNzcyB0byBub3Qgb3ZlcmxhcCB0aGUgbGFiZWwgb24gdGhlIGljb25cbiAgICBwcml2YXRlIGNoZWNrRm9yUmlnaHRBbGlnbmVkRm9ybSgpIHtcbiAgICAgICAgY29uc3QgJGNvbXBvc2l0ZUVsZSA9ICQodGhpcy5jb21wb3NpdGVFbGUpO1xuICAgICAgICBpZiAoJGNvbXBvc2l0ZUVsZS5jbG9zZXN0KCcuYWxpZ24tcmlnaHQnKS5sZW5ndGggJiYgJGNvbXBvc2l0ZUVsZS5maW5kKCcuaW5wdXQtZ3JvdXAtYnRuJykubGVuZ3RoKSB7XG4gICAgICAgICAgICBjb25zdCAkbGFiZWwgPSAkY29tcG9zaXRlRWxlLmZpbmQoJ2xhYmVsJyk7XG4gICAgICAgICAgICBpZiAoJGNvbXBvc2l0ZUVsZS5maW5kKCdbd21kYXRldGltZV0nKS5sZW5ndGgpIHsgLy8gZm9yIGRhdGV0aW1lIHBpY2tlciwgYXMgdGhlcmUgd2lsbCBiZSAyIGljb25zIGNzcyBpcyBkaWZmZXJlbnRcbiAgICAgICAgICAgICAgICAkbGFiZWwuYWRkQ2xhc3MoJ2lucHV0LWdycC1kdC1pY29uJyk7XG4gICAgICAgICAgICB9IGVsc2Uge1xuICAgICAgICAgICAgICAgICRsYWJlbC5hZGRDbGFzcygnaW5wdXQtZ3JwLWljb24nKTtcbiAgICAgICAgICAgIH1cbiAgICAgICAgfVxuICAgIH1cblxuICAgIG5nQWZ0ZXJWaWV3SW5pdCgpIHtcbiAgICAgICAgdGhpcy5jb21wb3NpdGVFbGUgPSB0aGlzLm5hdGl2ZUVsO1xuICAgICAgICBjb25zdCB3aWRnZXQgPSB0aGlzLm5hdGl2ZUVsLndpZGdldDtcbiAgICAgICAgbGV0IGNhcHRpb25Qb3NpdGlvbjogc3RyaW5nID0gd2lkZ2V0LiRhdHRycy5nZXQoJ2NhcHRpb25wb3NpdGlvbicpO1xuICAgICAgICBpZiAod2lkZ2V0LmZvcm0pIHtcbiAgICAgICAgICAgIGNhcHRpb25Qb3NpdGlvbiA9IHdpZGdldC5mb3JtLiRhdHRycy5nZXQoJ2NhcHRpb25wb3NpdGlvbicpO1xuICAgICAgICAgICAgdGhpcy5jb21wb3NpdGVFbGUgPSB0aGlzLm5hdGl2ZUVsLnF1ZXJ5U2VsZWN0b3IoJy5hcHAtY29tcG9zaXRlLXdpZGdldCcpO1xuICAgICAgICAgICAgdGhpcy5faXNQbGFjZWhvbGRlckJvdW5kID0gdGhpcy5uYXRpdmVFbC5nZXRBdHRyaWJ1dGUoJ3BsYWNlaG9sZGVyLmJpbmQnKTtcbiAgICAgICAgfVxuICAgICAgICBpZiAoY2FwdGlvblBvc2l0aW9uID09PSAnZmxvYXRpbmcnKSB7XG4gICAgICAgICAgICBpZiAod2lkZ2V0LmZvcm0pIHsgLy8gZm9yIGZvcm0tZmllbGRzIHJlbW92ZSBjYXB0aW9uLWZsb2F0aW5nIGFuZCByZXBsYWNlIGl0IHdpdGggY2FwdGlvbi1mbG9hdCBvciBjYXB0aW9uLXRvcFxuICAgICAgICAgICAgICAgIGNvbnN0IHdpZGdldFR5cGU6IHN0cmluZyA9IHRoaXMubmF0aXZlRWwuZ2V0QXR0cmlidXRlKCd3aWRnZXR0eXBlJyk7IC8vIGZldGNoZXMgdGhlIGZvcm0gZmllbGQgdHlwZVxuICAgICAgICAgICAgICAgIGlmICh0aGlzLnNraXBGbG9hdFBvc2l0aW9uV2lkZ2V0cy5pbmRleE9mKHdpZGdldFR5cGUpID4gLTEpIHtcbiAgICAgICAgICAgICAgICAgICAgdGhpcy5jb21wb3NpdGVFbGUuY2xhc3NMaXN0LnJlbW92ZSgnY2FwdGlvbi1mbG9hdGluZycpO1xuICAgICAgICAgICAgICAgICAgICB0aGlzLmNvbXBvc2l0ZUVsZS5jbGFzc0xpc3QuYWRkKCdjYXB0aW9uLXRvcCcpO1xuICAgICAgICAgICAgICAgIH1cbiAgICAgICAgICAgICAgICB0aGlzLmNoZWNrRm9yUmlnaHRBbGlnbmVkRm9ybSgpO1xuICAgICAgICAgICAgfVxuICAgICAgICAgICAgdGhpcy5pbnB1dEVsID0gJCh0aGlzLm5hdGl2ZUVsKS5maW5kKCdpbnB1dCwgc2VsZWN0LCB0ZXh0YXJlYScpO1xuICAgICAgICAgICAgaWYgKCF0aGlzLl9pc1BsYWNlaG9sZGVyQm91bmQpIHtcbiAgICAgICAgICAgICAgICB0aGlzLl9pc1BsYWNlaG9sZGVyQm91bmQgPSB0aGlzLmlucHV0RWwuY2xvc2VzdCgnW3dpZGdldC1pZF0nKS5hdHRyKCdwbGFjZWhvbGRlci5iaW5kJyk7XG4gICAgICAgICAgICB9XG4gICAgICAgICAgICAvLyBjYWxsIHRoZSBiZWxvdyBmdW5jdGlvbiB0byBhcHBseSBmbG9hdC1hY3RpdmUgY2xhc3Mgd2hlbiB0aGVyZSBhcmUgZGVmYXVsdCB2YWx1ZXMgdG8gdGhlIGZpZWxkc1xuICAgICAgICAgICAgc2V0VGltZW91dCh0aGlzLnNldERlZmF1bHRWYWx1ZUFuaW1hdGlvbi5iaW5kKHRoaXMpLCAwKTtcblxuICAgICAgICAgICAgdGhpcy5pbnB1dEVsLmZvY3VzKHRoaXMub25Gb2N1c0NiLmJpbmQodGhpcykpO1xuICAgICAgICAgICAgdGhpcy5pbnB1dEVsLmJsdXIodGhpcy5vbkJsdXJDYi5iaW5kKHRoaXMpKTtcblxuICAgICAgICAgICAgLy8gb2JzZXJ2ZSBmb3IgcGxhY2Vob2xkZXIgYXR0cmlidXRlIGNoYW5nZSB3aGVuIHBsYWNlaG9sZGVyIGlzIGJvdW5kIHZpYSBkYiB2YXJpYWJsZSBvciBhbiBleHByZXNzaW9uXG4gICAgICAgICAgICBpZiAodGhpcy5faXNQbGFjZWhvbGRlckJvdW5kKSB7XG4gICAgICAgICAgICAgICAgdGhpcy5vYnNlcnZlRm9yUGxhY2Vob2xkZXJBdHRyQ2hhbmdlKCk7XG4gICAgICAgICAgICB9XG4gICAgICAgIH1cbiAgICB9XG5cbiAgICAvLyBjYXB0aW9uUG9zaXRpb25BbmltYXRlIGlzIG9ubHkgbm90aWZpZWQgZm9yIGRhdGUtdGltZSwgdGltZSBhbmQgc2VhcmNoIHdpZGdldHMgYXMgaW5wdXQgZWwgaXMgbm90IHVwZGF0ZWQgd2l0aCB2YWx1ZSBvbiBzZWxlY3Rpb24gb2YgZHJvcGRvd24vcG9wdXBzXG4gICAgbmdPbkluaXQoKSB7XG4gICAgICAgIHRoaXMubGFiZWxBbmltYXRpb25TdWJzY3JpcHRpb24gPSB0aGlzLmFwcC5zdWJzY3JpYmUoJ2NhcHRpb25Qb3NpdGlvbkFuaW1hdGUnLCAoZGF0YSkgPT4ge1xuICAgICAgICAgICAgLy8gZGlzcGxheVZhbCBpcyB0cnVlIHdoZW4gdGhlcmUgaXMgYSB2YWx1ZSBlbnRlcmVkIGluIHRoZSBpbnB1dCBmaWVsZFxuICAgICAgICAgICAgLy8gSW4gY2FzZSBvZiBmb3JtIGZpZWxkcywgd2hlbiB0aGUgZmllbGQgaXMgaW4gZm9jdXMsIGlzRm9jdXNlZCB3aWxsIGJlIHNldCBhcyB0cnVlXG4gICAgICAgICAgICAvLyBpc1NlbGVjdE11bHRpcGxlIGlzIHNldCB0byB0cnVlIHdoZW4gZm9yIHNlbGVjdCB3aWRnZXQsIG11bHRpcGxlIG9wdGlvbiBpcyBlbmFibGVkXG4gICAgICAgICAgICAvLyBDaGVja2luZyBpbnB1dEVsIGZvY3VzIC0gd2hlbiBmb3JtIGlzIHJlcHJlc2VudGVkIGFzIGRpYWxvZyBhbmQgdGhlIGZpcnN0IGZpZWxkIGlzIGF1dG9tYXRpY2FsbHkgaW4gZm9jdXNcbiAgICAgICAgICAgIGNvbnN0IGlzSW5wdXRFbEZvY3VzZWQgPSB0aGlzLmlucHV0RWwgJiYgdGhpcy5pbnB1dEVsLmlzKCc6Zm9jdXMnKTtcbiAgICAgICAgICAgIGNvbnN0IGxvY2FsTmFtZSA9IHRoaXMuaW5wdXRFbCAmJiB0aGlzLmlucHV0RWwubGVuZ3RoICYmIHRoaXMuaW5wdXRFbFswXS5sb2NhbE5hbWU7XG4gICAgICAgICAgICBpZiAoKGRhdGEuaXNTZWxlY3QgJiYgbG9jYWxOYW1lID09ICdzZWxlY3QnKSB8fCBkYXRhLmRpc3BsYXlWYWwgfHwgZGF0YS5pc0ZvY3VzZWQgfHwgZGF0YS5pc1NlbGVjdE11bHRpcGxlIHx8IGlzSW5wdXRFbEZvY3VzZWQpIHtcbiAgICAgICAgICAgICAgICBkYXRhLm5hdGl2ZUVsLmFkZENsYXNzKCdmbG9hdC1hY3RpdmUnKTtcbiAgICAgICAgICAgICAgICBpZiAoIWRhdGEuZGlzcGxheVZhbCAmJiBpc0lucHV0RWxGb2N1c2VkKSB7XG4gICAgICAgICAgICAgICAgICAgIHRoaXMuaW5wdXRFbC5hdHRyKCdwbGFjZWhvbGRlcicsIHRoaXMucGxhY2Vob2xkZXIpO1xuICAgICAgICAgICAgICAgIH1cbiAgICAgICAgICAgIH0gZWxzZSB7XG4gICAgICAgICAgICAgICAgZGF0YS5uYXRpdmVFbC5yZW1vdmVDbGFzcygnZmxvYXQtYWN0aXZlJyk7XG4gICAgICAgICAgICAgICAgLy8gUmVtb3ZlIHBsYWNlaG9sZGVyIG9uIHJlbW92aW5nIGZsb2F0LWFjdGl2ZSwgaWYgbm90IHRoZSBsYWJlbCBhbmQgcGxhY2Vob2xkZXIgYXJlIGNvbGxpZGVkXG4gICAgICAgICAgICAgICAgLy8gYmVmb3JlIHBsYWNlaG9sZGVyIGlzIHJlbW92ZWQgYXNzaWduIGl0IHRvIHRoZSBwbGFjZWhvbGRlciB2YXJpYWJsZVxuICAgICAgICAgICAgICAgIC8vIGNoZWNrIGZvciBwbGFjZWhvbGRlciBpbiBpbnB1dGVsIGFuZCBzZWxlY3RlbFxuICAgICAgICAgICAgICAgIGlmICh0aGlzLmlucHV0RWwpIHtcbiAgICAgICAgICAgICAgICAgICAgY29uc3Qgc2VsZWN0RWwgPSB0aGlzLmlucHV0RWwuZmluZCgnb3B0aW9uOmZpcnN0Jyk7XG4gICAgICAgICAgICAgICAgICAgIGlmICh0aGlzLmlucHV0RWwuYXR0cigncGxhY2Vob2xkZXInKSB8fCBzZWxlY3RFbC50ZXh0KCkpIHtcbiAgICAgICAgICAgICAgICAgICAgICAgIGlmIChzZWxlY3RFbC5sZW5ndGgpIHtcbiAgICAgICAgICAgICAgICAgICAgICAgICAgICBzZWxlY3RFbC50ZXh0KCcnKTtcbiAgICAgICAgICAgICAgICAgICAgICAgIH0gZWxzZSB7XG4gICAgICAgICAgICAgICAgICAgICAgICAgICAgdGhpcy5wbGFjZWhvbGRlciA9IHRoaXMuaW5wdXRFbC5hdHRyKCdwbGFjZWhvbGRlcicpO1xuICAgICAgICAgICAgICAgICAgICAgICAgICAgIHRoaXMuaW5wdXRFbC5yZW1vdmVBdHRyKCdwbGFjZWhvbGRlcicpO1xuICAgICAgICAgICAgICAgICAgICAgICAgfVxuICAgICAgICAgICAgICAgICAgICB9XG4gICAgICAgICAgICAgICAgfVxuICAgICAgICAgICAgfVxuICAgICAgICB9KTtcbiAgICB9XG5cbiAgICBuZ09uRGVzdHJveSgpIHtcbiAgICAgICAgaWYgKHRoaXMubGFiZWxBbmltYXRpb25TdWJzY3JpcHRpb24pIHtcbiAgICAgICAgICAgIHRoaXMubGFiZWxBbmltYXRpb25TdWJzY3JpcHRpb24oKTtcbiAgICAgICAgfVxuICAgICAgICBpZiAodGhpcy5fYXR0ck9ic2VydmVyKSB7XG4gICAgICAgICAgICB0aGlzLl9hdHRyT2JzZXJ2ZXIuZGlzY29ubmVjdCgpO1xuICAgICAgICB9XG4gICAgfVxufVxuIl19
|
|
@@ -0,0 +1,201 @@
|
|
|
1
|
+
import { Component, ElementRef, Injector, ViewChild } from '@angular/core';
|
|
2
|
+
import { NG_VALIDATORS, NG_VALUE_ACCESSOR } from '@angular/forms';
|
|
3
|
+
import { App, DataSource, isIos, removeAttr, setAttr } from '@wm/core';
|
|
4
|
+
import { provideAs, provideAsWidgetRef, styler } from '@wm/components/base';
|
|
5
|
+
import { DatasetAwareFormComponent } from '../dataset-aware-form.component';
|
|
6
|
+
import { registerProps } from './select.props';
|
|
7
|
+
import * as i0 from "@angular/core";
|
|
8
|
+
import * as i1 from "@wm/core";
|
|
9
|
+
import * as i2 from "@angular/common";
|
|
10
|
+
import * as i3 from "@angular/forms";
|
|
11
|
+
import * as i4 from "@wm/components/base";
|
|
12
|
+
const _c0 = ["select"];
|
|
13
|
+
function SelectComponent_option_2_Template(rf, ctx) { if (rf & 1) {
|
|
14
|
+
i0.ɵɵelement(0, "option", 4);
|
|
15
|
+
} if (rf & 2) {
|
|
16
|
+
const ctx_r1 = i0.ɵɵnextContext();
|
|
17
|
+
i0.ɵɵproperty("textContent", ctx_r1.placeholder)("hidden", !ctx_r1.placeholder);
|
|
18
|
+
} }
|
|
19
|
+
function SelectComponent_ng_container_3_optgroup_1_option_1_Template(rf, ctx) { if (rf & 1) {
|
|
20
|
+
i0.ɵɵelement(0, "option", 8);
|
|
21
|
+
} if (rf & 2) {
|
|
22
|
+
const item_r7 = ctx.$implicit;
|
|
23
|
+
i0.ɵɵproperty("value", item_r7.key)("selected", item_r7.selected)("textContent", item_r7.label);
|
|
24
|
+
} }
|
|
25
|
+
function SelectComponent_ng_container_3_optgroup_1_Template(rf, ctx) { if (rf & 1) {
|
|
26
|
+
i0.ɵɵelementStart(0, "optgroup", 6);
|
|
27
|
+
i0.ɵɵtemplate(1, SelectComponent_ng_container_3_optgroup_1_option_1_Template, 1, 3, "option", 7);
|
|
28
|
+
i0.ɵɵelementEnd();
|
|
29
|
+
} if (rf & 2) {
|
|
30
|
+
const groupObj_r5 = ctx.$implicit;
|
|
31
|
+
i0.ɵɵproperty("label", groupObj_r5.key);
|
|
32
|
+
i0.ɵɵadvance(1);
|
|
33
|
+
i0.ɵɵproperty("ngForOf", groupObj_r5.data);
|
|
34
|
+
} }
|
|
35
|
+
function SelectComponent_ng_container_3_Template(rf, ctx) { if (rf & 1) {
|
|
36
|
+
i0.ɵɵelementContainerStart(0);
|
|
37
|
+
i0.ɵɵtemplate(1, SelectComponent_ng_container_3_optgroup_1_Template, 2, 2, "optgroup", 5);
|
|
38
|
+
i0.ɵɵelementContainerEnd();
|
|
39
|
+
} if (rf & 2) {
|
|
40
|
+
const ctx_r2 = i0.ɵɵnextContext();
|
|
41
|
+
i0.ɵɵadvance(1);
|
|
42
|
+
i0.ɵɵproperty("ngForOf", ctx_r2.groupedData);
|
|
43
|
+
} }
|
|
44
|
+
function SelectComponent_ng_container_4_option_1_Template(rf, ctx) { if (rf & 1) {
|
|
45
|
+
i0.ɵɵelement(0, "option", 8);
|
|
46
|
+
} if (rf & 2) {
|
|
47
|
+
const item_r9 = ctx.$implicit;
|
|
48
|
+
i0.ɵɵproperty("value", item_r9.key)("selected", item_r9.selected)("textContent", item_r9.label);
|
|
49
|
+
} }
|
|
50
|
+
function SelectComponent_ng_container_4_Template(rf, ctx) { if (rf & 1) {
|
|
51
|
+
i0.ɵɵelementContainerStart(0);
|
|
52
|
+
i0.ɵɵtemplate(1, SelectComponent_ng_container_4_option_1_Template, 1, 3, "option", 7);
|
|
53
|
+
i0.ɵɵelementContainerEnd();
|
|
54
|
+
} if (rf & 2) {
|
|
55
|
+
const ctx_r3 = i0.ɵɵnextContext();
|
|
56
|
+
i0.ɵɵadvance(1);
|
|
57
|
+
i0.ɵɵproperty("ngForOf", ctx_r3.datasetItems);
|
|
58
|
+
} }
|
|
59
|
+
const _c1 = function (a1) { return ["app-select form-control", a1]; };
|
|
60
|
+
const WIDGET_CONFIG = { widgetType: 'wm-select', hostClass: 'app-select-wrapper' };
|
|
61
|
+
export class SelectComponent extends DatasetAwareFormComponent {
|
|
62
|
+
static { this.initializeProps = registerProps(); }
|
|
63
|
+
set datasource(ds) {
|
|
64
|
+
if (ds && ds.execute && ds.execute(DataSource.Operation.IS_BOUND_TO_LOCALE)) {
|
|
65
|
+
this.datavalue = ds.execute(DataSource.Operation.GET_DEFAULT_LOCALE);
|
|
66
|
+
}
|
|
67
|
+
}
|
|
68
|
+
constructor(inj, app) {
|
|
69
|
+
super(inj, WIDGET_CONFIG);
|
|
70
|
+
this.app = app;
|
|
71
|
+
this.acceptsArray = true;
|
|
72
|
+
}
|
|
73
|
+
ngAfterViewInit() {
|
|
74
|
+
super.ngAfterViewInit();
|
|
75
|
+
styler(this.selectEl.nativeElement, this);
|
|
76
|
+
setTimeout(() => {
|
|
77
|
+
this.checkForFloatingLabel(null);
|
|
78
|
+
}, 10);
|
|
79
|
+
}
|
|
80
|
+
// Change event is registered from the template, Prevent the framework from registering one more event
|
|
81
|
+
handleEvent(node, eventName, eventCallback, locals) {
|
|
82
|
+
if (!_.includes(['blur', 'change'], eventName)) {
|
|
83
|
+
super.handleEvent(this.selectEl.nativeElement, eventName, eventCallback, locals);
|
|
84
|
+
}
|
|
85
|
+
}
|
|
86
|
+
onSelectValueChange($event) {
|
|
87
|
+
if (this.readonly) {
|
|
88
|
+
if (this.placeholder) {
|
|
89
|
+
this.selectEl.nativeElement.value = this.placeholder;
|
|
90
|
+
}
|
|
91
|
+
else {
|
|
92
|
+
this.selectEl.nativeElement.value = '';
|
|
93
|
+
}
|
|
94
|
+
this.datavalue = this.prevDatavalue;
|
|
95
|
+
return;
|
|
96
|
+
}
|
|
97
|
+
this.invokeOnTouched();
|
|
98
|
+
// invoke on datavalue change.
|
|
99
|
+
this.invokeOnChange(this.datavalue, $event || {}, true);
|
|
100
|
+
}
|
|
101
|
+
onPropertyChange(key, nv, ov) {
|
|
102
|
+
if (key === 'required') {
|
|
103
|
+
this._onChange(this.datavalue);
|
|
104
|
+
return;
|
|
105
|
+
}
|
|
106
|
+
if (key === 'class' || key === 'tabindex') {
|
|
107
|
+
if (key === 'class') {
|
|
108
|
+
// After NG15 upgrade ng-invalid class is added even the field is valid, so we are removing the ng-invalid manually
|
|
109
|
+
const isNgUntouchedValid = this.selectEl.nativeElement.classList.contains('ng-untouched') && this.selectEl.nativeElement.classList.contains('ng-valid');
|
|
110
|
+
if (isNgUntouchedValid && nv.includes('ng-untouched') && nv.includes('ng-invalid')) {
|
|
111
|
+
setTimeout(() => {
|
|
112
|
+
if (this.selectEl.nativeElement.classList.contains('ng-untouched') && this.selectEl.nativeElement.classList.contains('ng-valid') && this.selectEl.nativeElement.classList.contains('ng-invalid')) {
|
|
113
|
+
this.selectEl.nativeElement.classList.remove('ng-invalid');
|
|
114
|
+
}
|
|
115
|
+
});
|
|
116
|
+
}
|
|
117
|
+
}
|
|
118
|
+
return;
|
|
119
|
+
}
|
|
120
|
+
else if (key === 'readonly') {
|
|
121
|
+
(nv === true) ? setAttr(this.selectEl.nativeElement, 'readonly', 'readonly') : removeAttr(this.selectEl.nativeElement, 'readonly');
|
|
122
|
+
}
|
|
123
|
+
super.onPropertyChange(key, nv, ov);
|
|
124
|
+
}
|
|
125
|
+
isSafariBrowser() {
|
|
126
|
+
var reg = {
|
|
127
|
+
MAC: /Mac/i,
|
|
128
|
+
MACINTEL: /MacIntel/i
|
|
129
|
+
};
|
|
130
|
+
return reg.MAC.test(window.navigator.platform) || reg.MACINTEL.test(window.navigator.platform);
|
|
131
|
+
}
|
|
132
|
+
isIosPlatform() {
|
|
133
|
+
return isIos() || this.isSafariBrowser();
|
|
134
|
+
}
|
|
135
|
+
/**
|
|
136
|
+
* When caption floating is enabled and placeholder is given, do not show placeholder until user focuses on the field
|
|
137
|
+
* When focused add the placeholder to the option which is selected
|
|
138
|
+
* On blur, remove the placeholder and do not animate the label
|
|
139
|
+
* @param $event event received will be either a blur or focus event
|
|
140
|
+
*/
|
|
141
|
+
checkForFloatingLabel($event) {
|
|
142
|
+
const captionEl = $(this.selectEl.nativeElement).closest('.app-composite-widget.caption-floating');
|
|
143
|
+
if (captionEl.length > 0) {
|
|
144
|
+
if ((!$event || $event.type === 'focus') && (($(this.selectEl).find('select option:selected').text() === '' && (this.placeholder || (this.datavalue || this.binddatavalue) || this.isIosPlatform())))) {
|
|
145
|
+
if (!$event && (this.placeholder || this.datavalue || this.binddatavalue || this.isIosPlatform())) {
|
|
146
|
+
this.app.notify('captionPositionAnimate', { isSelect: true, nativeEl: captionEl });
|
|
147
|
+
}
|
|
148
|
+
if (this.placeholder) {
|
|
149
|
+
$(this.selectEl.nativeElement).find('option:first').text(this.placeholder);
|
|
150
|
+
}
|
|
151
|
+
}
|
|
152
|
+
else if (!this.datavalue) {
|
|
153
|
+
if (!this.placeholder) {
|
|
154
|
+
// $(this.selectEl.nativeElement).find('option:first').text('');
|
|
155
|
+
if (!this.isIosPlatform()) {
|
|
156
|
+
captionEl.removeClass('float-active');
|
|
157
|
+
}
|
|
158
|
+
}
|
|
159
|
+
}
|
|
160
|
+
}
|
|
161
|
+
}
|
|
162
|
+
static { this.ɵfac = function SelectComponent_Factory(t) { return new (t || SelectComponent)(i0.ɵɵdirectiveInject(i0.Injector), i0.ɵɵdirectiveInject(i1.App)); }; }
|
|
163
|
+
static { this.ɵcmp = /*@__PURE__*/ i0.ɵɵdefineComponent({ type: SelectComponent, selectors: [["wm-select"]], viewQuery: function SelectComponent_Query(rf, ctx) { if (rf & 1) {
|
|
164
|
+
i0.ɵɵviewQuery(_c0, 7, ElementRef);
|
|
165
|
+
} if (rf & 2) {
|
|
166
|
+
let _t;
|
|
167
|
+
i0.ɵɵqueryRefresh(_t = i0.ɵɵloadQuery()) && (ctx.selectEl = _t.first);
|
|
168
|
+
} }, features: [i0.ɵɵProvidersFeature([
|
|
169
|
+
provideAs(SelectComponent, NG_VALUE_ACCESSOR, true),
|
|
170
|
+
provideAs(SelectComponent, NG_VALIDATORS, true),
|
|
171
|
+
provideAsWidgetRef(SelectComponent)
|
|
172
|
+
]), i0.ɵɵInheritDefinitionFeature], decls: 5, vars: 15, consts: [["role", "listbox", "aria-haspopup", "true", "aria-expanded", "false", "focus-target", "", 3, "ngClass", "disabled", "required", "tabindex", "ngModel", "multiple", "autofocus", "ngModelChange", "change", "focus", "blur"], ["select", ""], ["value", "undefined", 3, "textContent", "hidden", 4, "ngIf"], [4, "ngIf"], ["value", "undefined", 3, "textContent", "hidden"], [3, "label", 4, "ngFor", "ngForOf"], [3, "label"], ["role", "option", 3, "value", "selected", "textContent", 4, "ngFor", "ngForOf"], ["role", "option", 3, "value", "selected", "textContent"]], template: function SelectComponent_Template(rf, ctx) { if (rf & 1) {
|
|
173
|
+
i0.ɵɵelementStart(0, "select", 0, 1);
|
|
174
|
+
i0.ɵɵlistener("ngModelChange", function SelectComponent_Template_select_ngModelChange_0_listener($event) { return ctx.modelByKey = $event; })("change", function SelectComponent_Template_select_change_0_listener($event) { return ctx.onSelectValueChange($event); })("focus", function SelectComponent_Template_select_focus_0_listener($event) { return ctx.checkForFloatingLabel($event); })("blur", function SelectComponent_Template_select_blur_0_listener($event) { ctx.invokeOnTouched($event); return ctx.checkForFloatingLabel($event); });
|
|
175
|
+
i0.ɵɵtemplate(2, SelectComponent_option_2_Template, 1, 2, "option", 2);
|
|
176
|
+
i0.ɵɵtemplate(3, SelectComponent_ng_container_3_Template, 2, 1, "ng-container", 3);
|
|
177
|
+
i0.ɵɵtemplate(4, SelectComponent_ng_container_4_Template, 2, 1, "ng-container", 3);
|
|
178
|
+
i0.ɵɵelementEnd();
|
|
179
|
+
} if (rf & 2) {
|
|
180
|
+
i0.ɵɵproperty("ngClass", i0.ɵɵpureFunction1(13, _c1, ctx.class))("disabled", ctx.disabled)("required", ctx.required)("tabindex", ctx.tabindex)("ngModel", ctx.modelByKey)("multiple", ctx.multiple)("autofocus", ctx.autofocus);
|
|
181
|
+
i0.ɵɵattribute("name", ctx.name)("aria-label", ctx.hint)("aria-multiselectable", ctx.multiple);
|
|
182
|
+
i0.ɵɵadvance(2);
|
|
183
|
+
i0.ɵɵproperty("ngIf", !ctx.isIosPlatform() || !!ctx.placeholder);
|
|
184
|
+
i0.ɵɵadvance(1);
|
|
185
|
+
i0.ɵɵproperty("ngIf", ctx.groupby);
|
|
186
|
+
i0.ɵɵadvance(1);
|
|
187
|
+
i0.ɵɵproperty("ngIf", !ctx.groupby);
|
|
188
|
+
} }, dependencies: [i2.NgClass, i2.NgForOf, i2.NgIf, i3.NgSelectOption, i3.ɵNgSelectMultipleOption, i3.SelectMultipleControlValueAccessor, i3.NgControlStatus, i3.RequiredValidator, i3.NgModel, i4.TextContentDirective], encapsulation: 2 }); }
|
|
189
|
+
}
|
|
190
|
+
(function () { (typeof ngDevMode === "undefined" || ngDevMode) && i0.ɵsetClassMetadata(SelectComponent, [{
|
|
191
|
+
type: Component,
|
|
192
|
+
args: [{ selector: 'wm-select', providers: [
|
|
193
|
+
provideAs(SelectComponent, NG_VALUE_ACCESSOR, true),
|
|
194
|
+
provideAs(SelectComponent, NG_VALIDATORS, true),
|
|
195
|
+
provideAsWidgetRef(SelectComponent)
|
|
196
|
+
], template: "<select role=\"listbox\" aria-haspopup=\"true\" aria-expanded=\"false\" #select\n focus-target\n [ngClass]=\"['app-select form-control', class]\"\n [disabled]=\"disabled\"\n [required]=\"required\"\n [tabindex]=\"tabindex\"\n [(ngModel)]=\"modelByKey\"\n [multiple]=\"multiple\"\n (change)=\"onSelectValueChange($event)\"\n (focus)=\"checkForFloatingLabel($event)\"\n (blur)=\"invokeOnTouched($event); checkForFloatingLabel($event)\"\n [attr.name]=\"name\"\n [attr.aria-label]=\"hint\"\n [attr.aria-multiselectable]=\"multiple\"\n [autofocus]=\"autofocus\"\n>\n <option\n value=\"undefined\"\n [textContent]=\"placeholder\"\n *ngIf=\"!isIosPlatform() || !!placeholder\"\n [hidden]=\"!placeholder\"></option>\n\n <ng-container *ngIf=\"groupby\">\n <optgroup *ngFor=\"let groupObj of groupedData\"\n [label]=\"groupObj.key\">\n <option *ngFor=\"let item of groupObj.data;\"\n [value]=\"item.key\"\n [selected]=\"item.selected\"\n [textContent]=\"item.label\"\n role=\"option\"></option>\n </optgroup>\n </ng-container>\n\n <ng-container *ngIf=\"!groupby\">\n <option *ngFor=\"let item of datasetItems\"\n [value]=\"item.key\"\n [selected]=\"item.selected\"\n [textContent]=\"item.label\"\n role=\"option\"></option>\n </ng-container>\n</select>\n" }]
|
|
197
|
+
}], function () { return [{ type: i0.Injector }, { type: i1.App }]; }, { selectEl: [{
|
|
198
|
+
type: ViewChild,
|
|
199
|
+
args: ['select', { static: true, read: ElementRef }]
|
|
200
|
+
}] }); })();
|
|
201
|
+
//# sourceMappingURL=data:application/json;base64,eyJ2ZXJzaW9uIjozLCJmaWxlIjoic2VsZWN0LmNvbXBvbmVudC5qcyIsInNvdXJjZVJvb3QiOiIiLCJzb3VyY2VzIjpbIi4uLy4uLy4uLy4uLy4uLy4uL3Byb2plY3RzL2NvbXBvbmVudHMvd2lkZ2V0cy9pbnB1dC9kZWZhdWx0L3NyYy9zZWxlY3Qvc2VsZWN0LmNvbXBvbmVudC50cyIsIi4uLy4uLy4uLy4uLy4uLy4uL3Byb2plY3RzL2NvbXBvbmVudHMvd2lkZ2V0cy9pbnB1dC9kZWZhdWx0L3NyYy9zZWxlY3Qvc2VsZWN0LmNvbXBvbmVudC5odG1sIl0sIm5hbWVzIjpbXSwibWFwcGluZ3MiOiJBQUFBLE9BQU8sRUFBZ0IsU0FBUyxFQUFFLFVBQVUsRUFBRSxRQUFRLEVBQUUsU0FBUyxFQUFDLE1BQU0sZUFBZSxDQUFDO0FBQ3hGLE9BQU8sRUFBQyxhQUFhLEVBQUUsaUJBQWlCLEVBQUMsTUFBTSxnQkFBZ0IsQ0FBQztBQUVoRSxPQUFPLEVBQUMsR0FBRyxFQUFFLFVBQVUsRUFBRSxLQUFLLEVBQUUsVUFBVSxFQUFFLE9BQU8sRUFBQyxNQUFNLFVBQVUsQ0FBQztBQUNyRSxPQUFPLEVBQUMsU0FBUyxFQUFFLGtCQUFrQixFQUFFLE1BQU0sRUFBQyxNQUFNLHFCQUFxQixDQUFDO0FBQzFFLE9BQU8sRUFBQyx5QkFBeUIsRUFBQyxNQUFNLGlDQUFpQyxDQUFDO0FBRTFFLE9BQU8sRUFBQyxhQUFhLEVBQUMsTUFBTSxnQkFBZ0IsQ0FBQzs7Ozs7Ozs7SUNTekMsNEJBSWlDOzs7SUFGakMsZ0RBQTJCLCtCQUFBOzs7SUFPbkIsNEJBSTJCOzs7SUFIdkIsbUNBQWtCLDhCQUFBLDhCQUFBOzs7SUFIMUIsbUNBQzJCO0lBQ3ZCLGdHQUkyQjtJQUMvQixpQkFBVzs7O0lBTlAsdUNBQXNCO0lBQ0csZUFBaUI7SUFBakIsMENBQWlCOzs7SUFIbEQsNkJBQThCO0lBQzFCLHlGQU9XO0lBQ2YsMEJBQWU7OztJQVJvQixlQUFjO0lBQWQsNENBQWM7OztJQVc3Qyw0QkFJMkI7OztJQUh2QixtQ0FBa0IsOEJBQUEs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LEVBQUUsSUFBSSxDQUFDO29CQUMvQyxrQkFBa0IsaUJBQWlCO2lCQUN0Qzs2RUFpQndELFFBQVE7a0JBQWhFLFNBQVM7bUJBQUMsUUFBUSxFQUFFLEVBQUUsTUFBTSxFQUFFLElBQUksRUFBRSxJQUFJLEVBQUUsVUFBVSxFQUFFIiwic291cmNlc0NvbnRlbnQiOlsiaW1wb3J0IHtBZnRlclZpZXdJbml0LCBDb21wb25lbnQsIEVsZW1lbnRSZWYsIEluamVjdG9yLCBWaWV3Q2hpbGR9IGZyb20gJ0Bhbmd1bGFyL2NvcmUnO1xuaW1wb3J0IHtOR19WQUxJREFUT1JTLCBOR19WQUxVRV9BQ0NFU1NPUn0gZnJvbSAnQGFuZ3VsYXIvZm9ybXMnO1xuXG5pbXBvcnQge0FwcCwgRGF0YVNvdXJjZSwgaXNJb3MsIHJlbW92ZUF0dHIsIHNldEF0dHJ9IGZyb20gJ0B3bS9jb3JlJztcbmltcG9ydCB7cHJvdmlkZUFzLCBwcm92aWRlQXNXaWRnZXRSZWYsIHN0eWxlcn0gZnJvbSAnQHdtL2NvbXBvbmVudHMvYmFzZSc7XG5pbXBvcnQge0RhdGFzZXRBd2FyZUZvcm1Db21wb25lbnR9IGZyb20gJy4uL2RhdGFzZXQtYXdhcmUtZm9ybS5jb21wb25lbnQnO1xuXG5pbXBvcnQge3JlZ2lzdGVyUHJvcHN9IGZyb20gJy4vc2VsZWN0LnByb3BzJztcblxuZGVjbGFyZSBjb25zdCBfO1xuXG5jb25zdCBXSURHRVRfQ09ORklHID0ge3dpZGdldFR5cGU6ICd3bS1zZWxlY3QnLCBob3N0Q2xhc3M6ICdhcHAtc2VsZWN0LXdyYXBwZXInfTtcblxuQENvbXBvbmVudCh7XG4gICAgc2VsZWN0b3I6ICd3bS1zZWxlY3QnLFxuICAgIHRlbXBsYXRlVXJsOiAnLi9zZWxlY3QuY29tcG9uZW50Lmh0bWwnLFxuICAgIHByb3ZpZGVyczogW1xuICAgICAgICBwcm92aWRlQXMoU2VsZWN0Q29tcG9uZW50LCBOR19WQUxVRV9BQ0NFU1NPUiwgdHJ1ZSksXG4gICAgICAgIHByb3ZpZGVBcyhTZWxlY3RDb21wb25lbnQsIE5HX1ZBTElEQVRPUlMsIHRydWUpLFxuICAgICAgICBwcm92aWRlQXNXaWRnZXRSZWYoU2VsZWN0Q29tcG9uZW50KVxuICAgIF1cbn0pXG5leHBvcnQgY2xhc3MgU2VsZWN0Q29tcG9uZW50IGV4dGVuZHMgRGF0YXNldEF3YXJlRm9ybUNvbXBvbmVudCBpbXBsZW1lbnRzIEFmdGVyVmlld0luaXQge1xuICAgIHN0YXRpYyBpbml0aWFsaXplUHJvcHMgPSByZWdpc3RlclByb3BzKCk7XG5cbiAgICBwdWJsaWMgcmVhZG9ubHk6IGJvb2xlYW47XG4gICAgcHVibGljIHBsYWNlaG9sZGVyOiBzdHJpbmc7XG4gICAgcHVibGljIG5hdnNlYXJjaGJhcjogYW55O1xuICAgIHB1YmxpYyBjbGFzczogYW55O1xuICAgIHB1YmxpYyByZXF1aXJlZDogYm9vbGVhbjtcbiAgICBwdWJsaWMgZGlzYWJsZWQ6IGJvb2xlYW47XG4gICAgcHVibGljIHRhYmluZGV4OiBhbnk7XG4gICAgcHVibGljIG5hbWU6IHN0cmluZztcbiAgICBwdWJsaWMgYXV0b2ZvY3VzOiBib29sZWFuO1xuICAgIHB1YmxpYyBoaW50OiBzdHJpbmc7XG4gICAgcHJpdmF0ZSBhcHA6IEFwcDtcblxuICAgIEBWaWV3Q2hpbGQoJ3NlbGVjdCcsIHsgc3RhdGljOiB0cnVlLCByZWFkOiBFbGVtZW50UmVmIH0pIHNlbGVjdEVsOiBFbGVtZW50UmVmO1xuXG4gICAgc2V0IGRhdGFzb3VyY2UoZHMpIHtcbiAgICAgICAgaWYgKGRzICYmIGRzLmV4ZWN1dGUgJiYgZHMuZXhlY3V0ZShEYXRhU291cmNlLk9wZXJhdGlvbi5JU19CT1VORF9UT19MT0NBTEUpKSB7XG4gICAgICAgICAgICB0aGlzLmRhdGF2YWx1ZSA9IGRzLmV4ZWN1dGUoRGF0YVNvdXJjZS5PcGVyYXRpb24uR0VUX0RFRkFVTFRfTE9DQUxFKTtcbiAgICAgICAgfVxuICAgIH1cblxuICAgIGNvbnN0cnVjdG9yKGluajogSW5qZWN0b3IsIGFwcDogQXBwKSB7XG4gICAgICAgIHN1cGVyKGluaiwgV0lER0VUX0NPTkZJRyk7XG4gICAgICAgIHRoaXMuYXBwID0gYXBwO1xuICAgICAgICB0aGlzLmFjY2VwdHNBcnJheSA9IHRydWU7XG4gICAgfVxuXG4gICAgbmdBZnRlclZpZXdJbml0KCkge1xuICAgICAgICBzdXBlci5uZ0FmdGVyVmlld0luaXQoKTtcbiAgICAgICAgc3R5bGVyKHRoaXMuc2VsZWN0RWwubmF0aXZlRWxlbWVudCBhcyBIVE1MRWxlbWVudCwgdGhpcyk7XG4gICAgICAgIHNldFRpbWVvdXQoKCkgPT4ge1xuICAgICAgICAgICAgdGhpcy5jaGVja0ZvckZsb2F0aW5nTGFiZWwobnVsbCk7XG4gICAgICAgIH0sIDEwKVxuXG4gICAgfVxuXG4gICAgLy8gQ2hhbmdlIGV2ZW50IGlzIHJlZ2lzdGVyZWQgZnJvbSB0aGUgdGVtcGxhdGUsIFByZXZlbnQgdGhlIGZyYW1ld29yayBmcm9tIHJlZ2lzdGVyaW5nIG9uZSBtb3JlIGV2ZW50XG4gICAgcHJvdGVjdGVkIGhhbmRsZUV2ZW50KG5vZGU6IEhUTUxFbGVtZW50LCBldmVudE5hbWU6IHN0cmluZywgZXZlbnRDYWxsYmFjazogRnVuY3Rpb24sIGxvY2FsczogYW55KSB7XG4gICAgICAgIGlmICghXy5pbmNsdWRlcyhbJ2JsdXInLCAnY2hhbmdlJ10sIGV2ZW50TmFtZSkpIHtcbiAgICAgICAgICAgIHN1cGVyLmhhbmRsZUV2ZW50KHRoaXMuc2VsZWN0RWwubmF0aXZlRWxlbWVudCwgZXZlbnROYW1lLCBldmVudENhbGxiYWNrLCBsb2NhbHMpO1xuICAgICAgICB9XG4gICAgfVxuXG4gICAgb25TZWxlY3RWYWx1ZUNoYW5nZSgkZXZlbnQpIHtcbiAgICAgICAgaWYgKHRoaXMucmVhZG9ubHkpIHtcbiAgICAgICAgICAgIGlmICh0aGlzLnBsYWNlaG9sZGVyKSB7XG4gICAgICAgICAgICAgICAgdGhpcy5zZWxlY3RFbC5uYXRpdmVFbGVtZW50LnZhbHVlID0gdGhpcy5wbGFjZWhvbGRlcjtcbiAgICAgICAgICAgIH0gZWxzZSB7XG4gICAgICAgICAgICAgICAgdGhpcy5zZWxlY3RFbC5uYXRpdmVFbGVtZW50LnZhbHVlID0gJyc7XG4gICAgICAgICAgICB9XG4gICAgICAgICAgICB0aGlzLmRhdGF2YWx1ZSA9ICh0aGlzIGFzIGFueSkucHJldkRhdGF2YWx1ZTtcbiAgICAgICAgICAgIHJldHVybjtcbiAgICAgICAgfVxuICAgICAgICB0aGlzLmludm9rZU9uVG91Y2hlZCgpO1xuICAgICAgICAvLyBpbnZva2Ugb24gZGF0YXZhbHVlIGNoYW5nZS5cbiAgICAgICAgdGhpcy5pbnZva2VPbkNoYW5nZSh0aGlzLmRhdGF2YWx1ZSwgJGV2ZW50IHx8IHt9LCB0cnVlKTtcbiAgICB9XG5cbiAgICBvblByb3BlcnR5Q2hhbmdlKGtleTogc3RyaW5nLCBudjogYW55LCBvdj86IGFueSkge1xuICAgICAgICBpZiAoa2V5ID09PSAncmVxdWlyZWQnKSAge1xuICAgICAgICAgICAgdGhpcy5fb25DaGFuZ2UodGhpcy5kYXRhdmFsdWUpO1xuICAgICAgICAgICAgcmV0dXJuO1xuICAgICAgICB9XG4gICAgICAgIGlmIChrZXkgPT09ICdjbGFzcycgfHwgIGtleSA9PT0gJ3RhYmluZGV4Jykge1xuICAgICAgICAgICAgaWYoa2V5ID09PSAnY2xhc3MnKSB7XG4gICAgICAgICAgICAgICAgLy8gQWZ0ZXIgTkcxNSB1cGdyYWRlIG5nLWludmFsaWQgY2xhc3MgaXMgYWRkZWQgZXZlbiB0aGUgZmllbGQgaXMgdmFsaWQsIHNvIHdlIGFyZSByZW1vdmluZyB0aGUgbmctaW52YWxpZCBtYW51YWxseVxuICAgICAgICAgICAgICAgIGNvbnN0IGlzTmdVbnRvdWNoZWRWYWxpZCA9IHRoaXMuc2VsZWN0RWwubmF0aXZlRWxlbWVudC5jbGFzc0xpc3QuY29udGFpbnMoJ25nLXVudG91Y2hlZCcpICYmIHRoaXMuc2VsZWN0RWwubmF0aXZlRWxlbWVudC5jbGFzc0xpc3QuY29udGFpbnMoJ25nLXZhbGlkJylcbiAgICAgICAgICAgICAgICBpZihpc05nVW50b3VjaGVkVmFsaWQgJiYgbnYuaW5jbHVkZXMoJ25nLXVudG91Y2hlZCcpICYmIG52LmluY2x1ZGVzKCduZy1pbnZhbGlkJykpIHtcbiAgICAgICAgICAgICAgICAgICAgc2V0VGltZW91dCgoKT0+IHtcbiAgICAgICAgICAgICAgICAgICAgICAgIGlmKHRoaXMuc2VsZWN0RWwubmF0aXZlRWxlbWVudC5jbGFzc0xpc3QuY29udGFpbnMoJ25nLXVudG91Y2hlZCcpICYmIHRoaXMuc2VsZWN0RWwubmF0aXZlRWxlbWVudC5jbGFzc0xpc3QuY29udGFpbnMoJ25nLXZhbGlkJykgJiYgdGhpcy5zZWxlY3RFbC5uYXRpdmVFbGVtZW50LmNsYXNzTGlzdC5jb250YWlucygnbmctaW52YWxpZCcpKSB7XG4gICAgICAgICAgICAgICAgICAgICAgICAgICAgdGhpcy5zZWxlY3RFbC5uYXRpdmVFbGVtZW50LmNsYXNzTGlzdC5yZW1vdmUoJ25nLWludmFsaWQnKTtcbiAgICAgICAgICAgICAgICAgICAgICAgIH1cbiAgICAgICAgICAgICAgICAgICAgfSk7XG4gICAgICAgICAgICAgICAgfVxuICAgICAgICAgICAgfVxuICAgICAgICAgICAgcmV0dXJuO1xuICAgICAgICB9IGVsc2UgaWYgKGtleSA9PT0gJ3JlYWRvbmx5Jykge1xuICAgICAgICAgICAgIChudiA9PT0gdHJ1ZSkgPyBzZXRBdHRyKHRoaXMuc2VsZWN0RWwubmF0aXZlRWxlbWVudCwgJ3JlYWRvbmx5JywgJ3JlYWRvbmx5JykgOiByZW1vdmVBdHRyKHRoaXMuc2VsZWN0RWwubmF0aXZlRWxlbWVudCwgJ3JlYWRvbmx5JykgO1xuICAgICAgICB9XG4gICAgICAgIHN1cGVyLm9uUHJvcGVydHlDaGFuZ2Uoa2V5LCBudiwgb3YpO1xuICAgIH1cblxuICAgIGlzU2FmYXJpQnJvd3NlcigpIHtcbiAgICAgICAgdmFyIHJlZyA9IHtcbiAgICAgICAgICAgIE1BQzogL01hYy9pLFxuICAgICAgICAgICAgTUFDSU5URUw6IC9NYWNJbnRlbC9pXG4gICAgICAgIH1cbiAgICAgICAgcmV0dXJuIHJlZy5NQUMudGVzdCh3aW5kb3cubmF2aWdhdG9yLnBsYXRmb3JtKSB8fCByZWcuTUFDSU5URUwudGVzdCh3aW5kb3cubmF2aWdhdG9yLnBsYXRmb3JtKTtcbiAgICB9XG5cbiAgICBpc0lvc1BsYXRmb3JtKCkge1xuICAgICAgICByZXR1cm4gaXNJb3MoKSB8fCB0aGlzLmlzU2FmYXJpQnJvd3NlcigpO1xuICAgIH1cbiAgICAvKipcbiAgICAgKiBXaGVuIGNhcHRpb24gZmxvYXRpbmcgaXMgZW5hYmxlZCBhbmQgcGxhY2Vob2xkZXIgaXMgZ2l2ZW4sIGRvIG5vdCBzaG93IHBsYWNlaG9sZGVyIHVudGlsIHVzZXIgZm9jdXNlcyBvbiB0aGUgZmllbGRcbiAgICAgKiBXaGVuIGZvY3VzZWQgYWRkIHRoZSBwbGFjZWhvbGRlciB0byB0aGUgb3B0aW9uIHdoaWNoIGlzIHNlbGVjdGVkXG4gICAgICogT24gYmx1ciwgcmVtb3ZlIHRoZSBwbGFjZWhvbGRlciBhbmQgZG8gbm90IGFuaW1hdGUgdGhlIGxhYmVsXG4gICAgICogQHBhcmFtICRldmVudCBldmVudCByZWNlaXZlZCB3aWxsIGJlIGVpdGhlciBhIGJsdXIgb3IgZm9jdXMgZXZlbnRcbiAgICAgKi9cbiAgICBjaGVja0ZvckZsb2F0aW5nTGFiZWwoJGV2ZW50KSB7XG4gICAgICAgIGNvbnN0IGNhcHRpb25FbCA9ICQodGhpcy5zZWxlY3RFbC5uYXRpdmVFbGVtZW50KS5jbG9zZXN0KCcuYXBwLWNvbXBvc2l0ZS13aWRnZXQuY2FwdGlvbi1mbG9hdGluZycpO1xuICAgICAgICBpZiAoY2FwdGlvbkVsLmxlbmd0aCA+IDApIHtcbiAgICAgICAgICAgIGlmICgoISRldmVudCB8fCAkZXZlbnQudHlwZSA9PT0gJ2ZvY3VzJykgJiYgKCgkKHRoaXMuc2VsZWN0RWwpLmZpbmQoJ3NlbGVjdCBvcHRpb246c2VsZWN0ZWQnKS50ZXh0KCkgPT09ICcnICYmICh0aGlzLnBsYWNlaG9sZGVyIHx8ICh0aGlzLmRhdGF2YWx1ZSB8fCB0aGlzLmJpbmRkYXRhdmFsdWUpIHx8IHRoaXMuaXNJb3NQbGF0Zm9ybSgpKSkpKSB7XG4gICAgICAgICAgICAgICAgaWYgKCEkZXZlbnQgJiYgKHRoaXMucGxhY2Vob2xkZXIgfHwgdGhpcy5kYXRhdmFsdWUgfHwgdGhpcy5iaW5kZGF0YXZhbHVlIHx8IHRoaXMuaXNJb3NQbGF0Zm9ybSgpKSkge1xuICAgICAgICAgICAgICAgICAgICB0aGlzLmFwcC5ub3RpZnkoJ2NhcHRpb25Qb3NpdGlvbkFuaW1hdGUnLCB7aXNTZWxlY3Q6IHRydWUsIG5hdGl2ZUVsOiBjYXB0aW9uRWx9KTtcbiAgICAgICAgICAgICAgICB9XG4gICAgICAgICAgICAgICAgaWYgKHRoaXMucGxhY2Vob2xkZXIpIHtcbiAgICAgICAgICAgICAgICAgICAgJCh0aGlzLnNlbGVjdEVsLm5hdGl2ZUVsZW1lbnQpLmZpbmQoJ29wdGlvbjpmaXJzdCcpLnRleHQodGhpcy5wbGFjZWhvbGRlcik7XG4gICAgICAgICAgICAgICAgfVxuICAgICAgICAgICAgfSBlbHNlIGlmICghdGhpcy5kYXRhdmFsdWUpIHtcbiAgICAgICAgICAgICAgICBpZiAoIXRoaXMucGxhY2Vob2xkZXIpIHtcbiAgICAgICAgICAgICAgICAgICAgLy8gICQodGhpcy5zZWxlY3RFbC5uYXRpdmVFbGVtZW50KS5maW5kKCdvcHRpb246Zmlyc3QnKS50ZXh0KCcnKTtcbiAgICAgICAgICAgICAgICAgICAgaWYgKCF0aGlzLmlzSW9zUGxhdGZvcm0oKSkge1xuICAgICAgICAgICAgICAgICAgICAgICAgY2FwdGlvbkVsLnJlbW92ZUNsYXNzKCdmbG9hdC1hY3RpdmUnKTtcbiAgICAgICAgICAgICAgICAgICAgfVxuICAgICAgICAgICAgICAgIH1cblxuICAgICAgICAgICAgfVxuICAgICAgICB9XG4gICAgfVxufVxuIiwiPHNlbGVjdCByb2xlPVwibGlzdGJveFwiIGFyaWEtaGFzcG9wdXA9XCJ0cnVlXCIgYXJpYS1leHBhbmRlZD1cImZhbHNlXCIgI3NlbGVjdFxuICAgICAgICBmb2N1cy10YXJnZXRcbiAgICAgICAgW25nQ2xhc3NdPVwiWydhcHAtc2VsZWN0IGZvcm0tY29udHJvbCcsIGNsYXNzXVwiXG4gICAgICAgIFtkaXNhYmxlZF09XCJkaXNhYmxlZFwiXG4gICAgICAgIFtyZXF1aXJlZF09XCJyZXF1aXJlZFwiXG4gICAgICAgIFt0YWJpbmRleF09XCJ0YWJpbmRleFwiXG4gICAgICAgIFsobmdNb2RlbCldPVwibW9kZWxCeUtleVwiXG4gICAgICAgIFttdWx0aXBsZV09XCJtdWx0aXBsZVwiXG4gICAgICAgIChjaGFuZ2UpPVwib25TZWxlY3RWYWx1ZUNoYW5nZSgkZXZlbnQpXCJcbiAgICAgICAgKGZvY3VzKT1cImNoZWNrRm9yRmxvYXRpbmdMYWJlbCgkZXZlbnQpXCJcbiAgICAgICAgKGJsdXIpPVwiaW52b2tlT25Ub3VjaGVkKCRldmVudCk7IGNoZWNrRm9yRmxvYXRpbmdMYWJlbCgkZXZlbnQpXCJcbiAgICAgICAgW2F0dHIubmFtZV09XCJuYW1lXCJcbiAgICAgICAgW2F0dHIuYXJpYS1sYWJlbF09XCJoaW50XCJcbiAgICAgICAgW2F0dHIuYXJpYS1tdWx0aXNlbGVjdGFibGVdPVwibXVsdGlwbGVcIlxuICAgICAgICBbYXV0b2ZvY3VzXT1cImF1dG9mb2N1c1wiXG4+XG4gICAgPG9wdGlvblxuICAgIHZhbHVlPVwidW5kZWZpbmVkXCJcbiAgICBbdGV4dENvbnRlbnRdPVwicGxhY2Vob2xkZXJcIlxuICAgICpuZ0lmPVwiIWlzSW9zUGxhdGZvcm0oKSB8fCAhIXBsYWNlaG9sZGVyXCJcbiAgICBbaGlkZGVuXT1cIiFwbGFjZWhvbGRlclwiPjwvb3B0aW9uPlxuXG4gICAgPG5nLWNvbnRhaW5lciAqbmdJZj1cImdyb3VwYnlcIj5cbiAgICAgICAgPG9wdGdyb3VwICpuZ0Zvcj1cImxldCBncm91cE9iaiBvZiBncm91cGVkRGF0YVwiXG4gICAgICAgICAgICBbbGFiZWxdPVwiZ3JvdXBPYmoua2V5XCI+XG4gICAgICAgICAgICA8b3B0aW9uICpuZ0Zvcj1cImxldCBpdGVtIG9mIGdyb3VwT2JqLmRhdGE7XCJcbiAgICAgICAgICAgICAgICBbdmFsdWVdPVwiaXRlbS5rZXlcIlxuICAgICAgICAgICAgICAgIFtzZWxlY3RlZF09XCJpdGVtLnNlbGVjdGVkXCJcbiAgICAgICAgICAgICAgICBbdGV4dENvbnRlbnRdPVwiaXRlbS5sYWJlbFwiXG4gICAgICAgICAgICAgICAgcm9sZT1cIm9wdGlvblwiPjwvb3B0aW9uPlxuICAgICAgICA8L29wdGdyb3VwPlxuICAgIDwvbmctY29udGFpbmVyPlxuXG4gICAgPG5nLWNvbnRhaW5lciAqbmdJZj1cIiFncm91cGJ5XCI+XG4gICAgICAgIDxvcHRpb24gKm5nRm9yPVwibGV0IGl0ZW0gb2YgZGF0YXNldEl0ZW1zXCJcbiAgICAgICAgICAgIFt2YWx1ZV09XCJpdGVtLmtleVwiXG4gICAgICAgICAgICBbc2VsZWN0ZWRdPVwiaXRlbS5zZWxlY3RlZFwiXG4gICAgICAgICAgICBbdGV4dENvbnRlbnRdPVwiaXRlbS5sYWJlbFwiXG4gICAgICAgICAgICByb2xlPVwib3B0aW9uXCI+PC9vcHRpb24+XG4gICAgPC9uZy1jb250YWluZXI+XG48L3NlbGVjdD5cbiJdfQ==
|