@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
|
@@ -0,0 +1,580 @@
|
|
|
1
|
+
import { DataSource, debounce, processFilterExpBindNode } from '@wm/core';
|
|
2
|
+
import { FormWidgetType, isDefined, MatchMode } from '@wm/core';
|
|
3
|
+
import { isDataSetWidget } from './widget-utils';
|
|
4
|
+
const noop = () => { };
|
|
5
|
+
export var Live_Operations;
|
|
6
|
+
(function (Live_Operations) {
|
|
7
|
+
Live_Operations["INSERT"] = "insert";
|
|
8
|
+
Live_Operations["UPDATE"] = "update";
|
|
9
|
+
Live_Operations["DELETE"] = "delete";
|
|
10
|
+
Live_Operations["READ"] = "read";
|
|
11
|
+
})(Live_Operations || (Live_Operations = {}));
|
|
12
|
+
export const ALLFIELDS = 'All Fields';
|
|
13
|
+
export const LIVE_CONSTANTS = {
|
|
14
|
+
'EMPTY_KEY': 'EMPTY_NULL_FILTER',
|
|
15
|
+
'EMPTY_VALUE': 'No Value',
|
|
16
|
+
'LABEL_KEY': 'key',
|
|
17
|
+
'LABEL_VALUE': 'value',
|
|
18
|
+
'NULL_EMPTY': ['null', 'empty'],
|
|
19
|
+
'NULL': 'null',
|
|
20
|
+
'EMPTY': 'empty'
|
|
21
|
+
};
|
|
22
|
+
// Returns true if widget is autocomplete or chips
|
|
23
|
+
function isSearchWidgetType(widget) {
|
|
24
|
+
return _.includes([FormWidgetType.AUTOCOMPLETE, FormWidgetType.TYPEAHEAD, FormWidgetType.CHIPS], widget);
|
|
25
|
+
}
|
|
26
|
+
function onSuccess(response, res, rej) {
|
|
27
|
+
if (response.error) {
|
|
28
|
+
rej(response);
|
|
29
|
+
}
|
|
30
|
+
else {
|
|
31
|
+
res(response);
|
|
32
|
+
}
|
|
33
|
+
}
|
|
34
|
+
export function performDataOperation(dataSource, requestData, options) {
|
|
35
|
+
return new Promise((res, rej) => {
|
|
36
|
+
if (dataSource.execute(DataSource.Operation.SUPPORTS_CRUD)) {
|
|
37
|
+
let fn;
|
|
38
|
+
const operationType = options.operationType;
|
|
39
|
+
switch (operationType) {
|
|
40
|
+
case Live_Operations.UPDATE:
|
|
41
|
+
fn = DataSource.Operation.UPDATE_RECORD;
|
|
42
|
+
break;
|
|
43
|
+
case Live_Operations.INSERT:
|
|
44
|
+
fn = DataSource.Operation.INSERT_RECORD;
|
|
45
|
+
break;
|
|
46
|
+
case Live_Operations.DELETE:
|
|
47
|
+
fn = DataSource.Operation.DELETE_RECORD;
|
|
48
|
+
break;
|
|
49
|
+
}
|
|
50
|
+
dataSource.execute(fn, requestData).then(response => onSuccess(response, res, rej), rej);
|
|
51
|
+
}
|
|
52
|
+
else if (dataSource.execute(DataSource.Operation.IS_API_AWARE)) {
|
|
53
|
+
if (dataSource.category === "wm.CrudVariable") {
|
|
54
|
+
const operation = options.operationType === 'insert' ? 'create' : (options.operationType === 'delete' ? 'delete' : 'update');
|
|
55
|
+
dataSource.execute(DataSource.Operation.INVOKE, {
|
|
56
|
+
'skipNotification': true,
|
|
57
|
+
'operation': operation,
|
|
58
|
+
'inputFields': requestData
|
|
59
|
+
}).then(res, rej);
|
|
60
|
+
}
|
|
61
|
+
else {
|
|
62
|
+
dataSource.execute(DataSource.Operation.SET_INPUT, requestData);
|
|
63
|
+
dataSource.execute(DataSource.Operation.INVOKE, {
|
|
64
|
+
'skipNotification': true
|
|
65
|
+
}).then(res, rej);
|
|
66
|
+
}
|
|
67
|
+
}
|
|
68
|
+
else {
|
|
69
|
+
res(requestData);
|
|
70
|
+
}
|
|
71
|
+
});
|
|
72
|
+
}
|
|
73
|
+
export function refreshDataSource(dataSource, options) {
|
|
74
|
+
return new Promise((res, rej) => {
|
|
75
|
+
if (!dataSource) {
|
|
76
|
+
rej();
|
|
77
|
+
return;
|
|
78
|
+
}
|
|
79
|
+
dataSource.execute(DataSource.Operation.LIST_RECORDS, {
|
|
80
|
+
'filterFields': options.filterFields || {},
|
|
81
|
+
'orderBy': options.orderBy,
|
|
82
|
+
'page': options.page || 1,
|
|
83
|
+
'logicalOp': options.condition || ''
|
|
84
|
+
}).then(res, rej);
|
|
85
|
+
});
|
|
86
|
+
}
|
|
87
|
+
/**
|
|
88
|
+
* @ngdoc function
|
|
89
|
+
* @name wm.widgets.live.fetchRelatedFieldData
|
|
90
|
+
* @methodOf wm.widgets.live.LiveWidgetUtils
|
|
91
|
+
* @function
|
|
92
|
+
*
|
|
93
|
+
* @description
|
|
94
|
+
* This function fetches the data for the related field in live form/ grid
|
|
95
|
+
*
|
|
96
|
+
* @param {object} columnDef field definition
|
|
97
|
+
* @param {string} relatedField related field name
|
|
98
|
+
* @param {string} datafield Datafield to be set on widget
|
|
99
|
+
* @param {string} widget Type of the widget
|
|
100
|
+
* @param {object} elScope element scope
|
|
101
|
+
* @param {object} parentScope live form// grid scope
|
|
102
|
+
*/
|
|
103
|
+
export function fetchRelatedFieldData(dataSource, formField, options) {
|
|
104
|
+
let primaryKeys;
|
|
105
|
+
let displayField;
|
|
106
|
+
const relatedField = options.relatedField;
|
|
107
|
+
const datafield = options.datafield;
|
|
108
|
+
if (!dataSource) {
|
|
109
|
+
return;
|
|
110
|
+
}
|
|
111
|
+
primaryKeys = dataSource.execute(DataSource.Operation.GET_RELATED_PRIMARY_KEYS, relatedField);
|
|
112
|
+
formField.datafield = datafield;
|
|
113
|
+
formField._primaryKey = _.isEmpty(primaryKeys) ? undefined : primaryKeys[0];
|
|
114
|
+
formField.compareby = primaryKeys && primaryKeys.join(',');
|
|
115
|
+
displayField = datafield === ALLFIELDS ? undefined : datafield;
|
|
116
|
+
formField.displayfield = displayField = (formField.displayfield || displayField || formField._primaryKey);
|
|
117
|
+
if (isSearchWidgetType(formField[options.widget])) {
|
|
118
|
+
formField.dataoptions = { 'relatedField': relatedField, 'filterExpr': formField.filterexpressions ? formField.filterexpressions : {} };
|
|
119
|
+
formField.datasource = dataSource;
|
|
120
|
+
formField.searchkey = formField.searchkey || displayField;
|
|
121
|
+
formField.displaylabel = formField.displayfield = (formField.displaylabel || displayField);
|
|
122
|
+
if (formField.showPendingSpinner) {
|
|
123
|
+
formField.showPendingSpinner = false;
|
|
124
|
+
}
|
|
125
|
+
}
|
|
126
|
+
else {
|
|
127
|
+
interpolateBindExpressions(formField.viewParent, formField.filterexpressions, (filterexpressions) => {
|
|
128
|
+
formField.filterexpressions = filterexpressions;
|
|
129
|
+
dataSource.execute(DataSource.Operation.GET_RELATED_TABLE_DATA, {
|
|
130
|
+
relatedField,
|
|
131
|
+
pagesize: formField.limit,
|
|
132
|
+
orderBy: formField.orderby ? _.replace(formField.orderby, /:/g, ' ') : '',
|
|
133
|
+
filterFields: {},
|
|
134
|
+
filterExpr: formField.filterexpressions ? formField.filterexpressions : {}
|
|
135
|
+
}).then(response => {
|
|
136
|
+
formField.dataset = response.data;
|
|
137
|
+
formField.displayfield = formField.displayfield || _.head(_.keys(_.get(response, '[0]')));
|
|
138
|
+
if (formField.showPendingSpinner) {
|
|
139
|
+
formField.showPendingSpinner = false;
|
|
140
|
+
}
|
|
141
|
+
}, noop);
|
|
142
|
+
});
|
|
143
|
+
}
|
|
144
|
+
}
|
|
145
|
+
/**
|
|
146
|
+
* used to interpolate the bind expression for keys in the query builder
|
|
147
|
+
* @param context where we find the variable obj
|
|
148
|
+
* @param filterexpressions - obj containing all the rule objs
|
|
149
|
+
* @param callbackFn - function to be called with the new replaced values if any in the filterexpressions object
|
|
150
|
+
*/
|
|
151
|
+
export const interpolateBindExpressions = (context, filterexpressions, callbackFn) => {
|
|
152
|
+
const debouncedFn = debounce(() => {
|
|
153
|
+
if (_.isFunction(callbackFn)) {
|
|
154
|
+
callbackFn(filterexpressions);
|
|
155
|
+
}
|
|
156
|
+
}, 300);
|
|
157
|
+
/**
|
|
158
|
+
* calling the debounced function first for the case where if there is any filterexpression without the bindedvariables.
|
|
159
|
+
* without this it will never be called. processFilterExpBindNode will be called only for the binded variable expressions.
|
|
160
|
+
*/
|
|
161
|
+
debouncedFn();
|
|
162
|
+
const filterExpressions = filterexpressions ? (_.isObject(filterexpressions) ? filterexpressions : JSON.parse(filterexpressions)) : {};
|
|
163
|
+
const destroyFn = context.registerDestroyListener ? context.registerDestroyListener.bind(context) : _.noop;
|
|
164
|
+
const filterSubscription = processFilterExpBindNode(context, filterExpressions).subscribe((response) => {
|
|
165
|
+
filterexpressions = JSON.stringify(response.filterExpressions);
|
|
166
|
+
debouncedFn();
|
|
167
|
+
});
|
|
168
|
+
destroyFn(() => filterSubscription.unsubscribe());
|
|
169
|
+
};
|
|
170
|
+
/**
|
|
171
|
+
* @ngdoc function
|
|
172
|
+
* @name wm.widgets.live.LiveWidgetUtils#getDistinctFieldProperties
|
|
173
|
+
* @methodOf wm.widgets.live.LiveWidgetUtils
|
|
174
|
+
* @function
|
|
175
|
+
*
|
|
176
|
+
* @description
|
|
177
|
+
* Returns the properties required for dataset widgets
|
|
178
|
+
*
|
|
179
|
+
* @param {object} dataSource variable source for the widget
|
|
180
|
+
* @param {object} formField definition of the column/ field
|
|
181
|
+
*
|
|
182
|
+
*/
|
|
183
|
+
export const getDistinctFieldProperties = (dataSource, formField) => {
|
|
184
|
+
const props = {};
|
|
185
|
+
let fieldColumn;
|
|
186
|
+
if (formField['is-related']) {
|
|
187
|
+
props.tableName = formField['lookup-type'];
|
|
188
|
+
fieldColumn = formField['lookup-field'];
|
|
189
|
+
props.distinctField = fieldColumn;
|
|
190
|
+
props.aliasColumn = fieldColumn.replace('.', '$'); // For related fields, In response . is replaced by $
|
|
191
|
+
props.filterExpr = formField.filterexpressions ? (_.isObject(formField.filterexpressions) ? formField.filterexpressions : JSON.parse(formField.filterexpressions)) : {};
|
|
192
|
+
}
|
|
193
|
+
else {
|
|
194
|
+
props.tableName = dataSource.execute(DataSource.Operation.GET_ENTITY_NAME);
|
|
195
|
+
fieldColumn = formField.field || formField.key;
|
|
196
|
+
props.distinctField = fieldColumn;
|
|
197
|
+
props.aliasColumn = fieldColumn;
|
|
198
|
+
}
|
|
199
|
+
return props;
|
|
200
|
+
};
|
|
201
|
+
/**
|
|
202
|
+
* @ngdoc function
|
|
203
|
+
* @name wm.widgets.live.LiveWidgetUtils#getDistinctValues
|
|
204
|
+
* @methodOf wm.widgets.live.LiveWidgetUtils
|
|
205
|
+
* @function
|
|
206
|
+
*
|
|
207
|
+
* @description
|
|
208
|
+
* Returns the distinct values for a field
|
|
209
|
+
*
|
|
210
|
+
* @param {object} formField definition of the column/ field
|
|
211
|
+
* @param {string} widget widget property on the field
|
|
212
|
+
* @param {object} variable variable for the widget
|
|
213
|
+
* @param {function} callBack Function to be executed after fetching results
|
|
214
|
+
*
|
|
215
|
+
*/
|
|
216
|
+
export function getDistinctValues(dataSource, formField, widget) {
|
|
217
|
+
let props;
|
|
218
|
+
return new Promise((res, rej) => {
|
|
219
|
+
if (isDataSetWidget(formField[widget]) && (!formField.isDataSetBound || widget === 'filterwidget')) {
|
|
220
|
+
props = getDistinctFieldProperties(dataSource, formField);
|
|
221
|
+
dataSource.execute(DataSource.Operation.GET_DISTINCT_DATA_BY_FIELDS, {
|
|
222
|
+
fields: props.distinctField,
|
|
223
|
+
entityName: props.tableName,
|
|
224
|
+
pagesize: formField.limit,
|
|
225
|
+
filterExpr: formField.filterexpressions ? JSON.parse(formField.filterexpressions) : {}
|
|
226
|
+
}).then(response => {
|
|
227
|
+
res({ 'field': formField, 'data': response.data, 'aliasColumn': props.aliasColumn });
|
|
228
|
+
}, rej);
|
|
229
|
+
}
|
|
230
|
+
});
|
|
231
|
+
}
|
|
232
|
+
// Set the data field properties on dataset widgets
|
|
233
|
+
function setDataFields(formField, options) {
|
|
234
|
+
// For search widget, set search key and display label
|
|
235
|
+
if (isSearchWidgetType(formField[options.widget])) {
|
|
236
|
+
formField.datafield = options.aliasColumn || LIVE_CONSTANTS.LABEL_KEY;
|
|
237
|
+
formField.searchkey = options.distinctField || LIVE_CONSTANTS.LABEL_KEY;
|
|
238
|
+
formField.displaylabel = formField.displayfield = (options.aliasColumn || LIVE_CONSTANTS.LABEL_VALUE);
|
|
239
|
+
return;
|
|
240
|
+
}
|
|
241
|
+
formField.datafield = LIVE_CONSTANTS.LABEL_KEY;
|
|
242
|
+
formField.displayfield = LIVE_CONSTANTS.LABEL_VALUE;
|
|
243
|
+
}
|
|
244
|
+
/**
|
|
245
|
+
* @ngdoc function
|
|
246
|
+
* @name wm.widgets.live.LiveWidgetUtils#setFieldDataSet
|
|
247
|
+
* @methodOf wm.widgets.live.LiveWidgetUtils
|
|
248
|
+
* @function
|
|
249
|
+
*
|
|
250
|
+
* @description
|
|
251
|
+
* Function to set the dataSet on the fields
|
|
252
|
+
*
|
|
253
|
+
* @param {object} formField definition of the column/ field
|
|
254
|
+
* @param {object} data data returned from the server
|
|
255
|
+
* @param {string} aliasColumn column field name
|
|
256
|
+
* @param {string} widget widget property on the field
|
|
257
|
+
* @param {boolean} isEnableEmptyFilter is null or empty values allowed on filter
|
|
258
|
+
*
|
|
259
|
+
*/
|
|
260
|
+
function setFieldDataSet(formField, data, options) {
|
|
261
|
+
const emptySupportWidgets = [FormWidgetType.SELECT, FormWidgetType.RADIOSET];
|
|
262
|
+
const emptyOption = {};
|
|
263
|
+
const dataSet = [];
|
|
264
|
+
if (options.isEnableEmptyFilter && _.includes(emptySupportWidgets, formField[options.widget]) &&
|
|
265
|
+
!formField['is-range'] && !formField.multiple) {
|
|
266
|
+
// If empty option is selected, push an empty object in to dataSet
|
|
267
|
+
emptyOption[LIVE_CONSTANTS.LABEL_KEY] = LIVE_CONSTANTS.EMPTY_KEY;
|
|
268
|
+
emptyOption[LIVE_CONSTANTS.LABEL_VALUE] = options.EMPTY_VALUE || LIVE_CONSTANTS.EMPTY_VALUE;
|
|
269
|
+
dataSet.push(emptyOption);
|
|
270
|
+
}
|
|
271
|
+
_.each(data, key => {
|
|
272
|
+
const value = key[options.aliasColumn];
|
|
273
|
+
const option = {};
|
|
274
|
+
if (value !== null && value !== '') {
|
|
275
|
+
option[LIVE_CONSTANTS.LABEL_KEY] = value;
|
|
276
|
+
option[LIVE_CONSTANTS.LABEL_VALUE] = value;
|
|
277
|
+
dataSet.push(option);
|
|
278
|
+
}
|
|
279
|
+
});
|
|
280
|
+
setDataFields(formField, options);
|
|
281
|
+
formField.dataset = dataSet;
|
|
282
|
+
}
|
|
283
|
+
/**
|
|
284
|
+
* @ngdoc function
|
|
285
|
+
* @name wm.widgets.live.LiveWidgetUtils#fetchDistinctValues
|
|
286
|
+
* @methodOf wm.widgets.live.LiveWidgetUtils
|
|
287
|
+
* @function
|
|
288
|
+
*
|
|
289
|
+
* @description
|
|
290
|
+
* Function to fetch the distinct values for a field
|
|
291
|
+
*
|
|
292
|
+
* @param {object} scope scope of the widget
|
|
293
|
+
* @param {object} formFields definitions of the column/ field
|
|
294
|
+
* @param {string} widget widget property on the field
|
|
295
|
+
* @param {boolean} isEnableEmptyFilter is null or empty values allowed on filter
|
|
296
|
+
*
|
|
297
|
+
*/
|
|
298
|
+
export function fetchDistinctValues(dataSource, formFields, options) {
|
|
299
|
+
if (_.isEmpty(formFields)) {
|
|
300
|
+
return;
|
|
301
|
+
}
|
|
302
|
+
formFields.forEach(formField => {
|
|
303
|
+
getDistinctValuesForField(dataSource, formField, options);
|
|
304
|
+
});
|
|
305
|
+
}
|
|
306
|
+
/**
|
|
307
|
+
* @ngdoc function
|
|
308
|
+
* @name wm.widgets.live.LiveWidgetUtils#getDistinctValuesForField
|
|
309
|
+
* @methodOf wm.widgets.live.LiveWidgetUtils
|
|
310
|
+
* @function
|
|
311
|
+
*
|
|
312
|
+
* @description
|
|
313
|
+
* Function to fetch the distinct values for a field
|
|
314
|
+
*
|
|
315
|
+
* @param {object} scope scope of the widget
|
|
316
|
+
* @param {object} formFields definitions of the column/ field
|
|
317
|
+
* @param {string} widget widget property on the field
|
|
318
|
+
* @param {boolean} isEnableEmptyFilter is null or empty values allowed on filter
|
|
319
|
+
*
|
|
320
|
+
*/
|
|
321
|
+
export function getDistinctValuesForField(dataSource, formField, options) {
|
|
322
|
+
if (!dataSource || !formField || formField.isDataSetBound) {
|
|
323
|
+
return;
|
|
324
|
+
}
|
|
325
|
+
if (isSearchWidgetType(formField[options.widget])) {
|
|
326
|
+
const dataoptions = getDistinctFieldProperties(dataSource, formField);
|
|
327
|
+
formField.dataoptions = dataoptions;
|
|
328
|
+
setDataFields(formField, Object.assign(options || {}, dataoptions));
|
|
329
|
+
formField.datasource = dataSource;
|
|
330
|
+
}
|
|
331
|
+
else {
|
|
332
|
+
interpolateBindExpressions(formField.viewParent, formField.filterexpressions, (filterexpressions) => {
|
|
333
|
+
formField.filterexpressions = filterexpressions;
|
|
334
|
+
getDistinctValues(dataSource, formField, options.widget).then((res) => {
|
|
335
|
+
setFieldDataSet(res.field, res.data, {
|
|
336
|
+
aliasColumn: res.aliasColumn,
|
|
337
|
+
widget: options.widget,
|
|
338
|
+
isEnableEmptyFilter: getEnableEmptyFilter(options.enableemptyfilter),
|
|
339
|
+
EMPTY_VALUE: options.EMPTY_VALUE
|
|
340
|
+
});
|
|
341
|
+
});
|
|
342
|
+
});
|
|
343
|
+
}
|
|
344
|
+
}
|
|
345
|
+
function isDefinedAndNotEmpty(val) {
|
|
346
|
+
return isDefined(val) && val !== '' && val !== null;
|
|
347
|
+
}
|
|
348
|
+
/**
|
|
349
|
+
* @ngdoc function
|
|
350
|
+
* @name wm.widgets.live.getRangeFieldValue
|
|
351
|
+
* @methodOf wm.widgets.live.LiveWidgetUtils
|
|
352
|
+
* @function
|
|
353
|
+
*
|
|
354
|
+
* @description
|
|
355
|
+
* Function to get the field value for range
|
|
356
|
+
*
|
|
357
|
+
* @param {string} minValue min value selected
|
|
358
|
+
* @param {string} maxValue max value selected
|
|
359
|
+
*/
|
|
360
|
+
export function getRangeFieldValue(minValue, maxValue) {
|
|
361
|
+
let fieldValue;
|
|
362
|
+
if (isDefinedAndNotEmpty(minValue) && isDefinedAndNotEmpty(maxValue)) {
|
|
363
|
+
fieldValue = [minValue, maxValue];
|
|
364
|
+
}
|
|
365
|
+
else if (isDefinedAndNotEmpty(minValue)) {
|
|
366
|
+
fieldValue = minValue;
|
|
367
|
+
}
|
|
368
|
+
else if (isDefinedAndNotEmpty(maxValue)) {
|
|
369
|
+
fieldValue = maxValue;
|
|
370
|
+
}
|
|
371
|
+
return fieldValue;
|
|
372
|
+
}
|
|
373
|
+
/**
|
|
374
|
+
* @ngdoc function
|
|
375
|
+
* @name wm.widgets.live.getRangeMatchMode
|
|
376
|
+
* @methodOf wm.widgets.live.LiveWidgetUtils
|
|
377
|
+
* @function
|
|
378
|
+
*
|
|
379
|
+
* @description
|
|
380
|
+
* Function to get the match mode for range
|
|
381
|
+
*
|
|
382
|
+
* @param {string} minValue min value selected
|
|
383
|
+
* @param {string} maxValue max value selected
|
|
384
|
+
*/
|
|
385
|
+
export function getRangeMatchMode(minValue, maxValue) {
|
|
386
|
+
let matchMode;
|
|
387
|
+
// If two values exists, then it is between. Otherwise, greater or lesser
|
|
388
|
+
if (isDefinedAndNotEmpty(minValue) && isDefinedAndNotEmpty(maxValue)) {
|
|
389
|
+
matchMode = MatchMode.BETWEEN;
|
|
390
|
+
}
|
|
391
|
+
else if (isDefinedAndNotEmpty(minValue)) {
|
|
392
|
+
matchMode = MatchMode.GREATER;
|
|
393
|
+
}
|
|
394
|
+
else if (isDefinedAndNotEmpty(maxValue)) {
|
|
395
|
+
matchMode = MatchMode.LESSER;
|
|
396
|
+
}
|
|
397
|
+
return matchMode;
|
|
398
|
+
}
|
|
399
|
+
/**
|
|
400
|
+
* @ngdoc function
|
|
401
|
+
* @name wm.widgets.live.getEnableEmptyFilter
|
|
402
|
+
* @methodOf wm.widgets.live.LiveWidgetUtils
|
|
403
|
+
* @function
|
|
404
|
+
*
|
|
405
|
+
* @description
|
|
406
|
+
* This function checks if enable filter options is set on live filter
|
|
407
|
+
*
|
|
408
|
+
* @param {object} enableemptyfilter empty filter options
|
|
409
|
+
*/
|
|
410
|
+
export function getEnableEmptyFilter(enableemptyfilter) {
|
|
411
|
+
return enableemptyfilter && _.intersection(enableemptyfilter.split(','), LIVE_CONSTANTS.NULL_EMPTY).length > 0;
|
|
412
|
+
}
|
|
413
|
+
/**
|
|
414
|
+
* @ngdoc function
|
|
415
|
+
* @name wm.widgets.live.getEmptyMatchMode
|
|
416
|
+
* @methodOf wm.widgets.live.LiveWidgetUtils
|
|
417
|
+
* @function
|
|
418
|
+
*
|
|
419
|
+
* @description
|
|
420
|
+
* Function to get the match mode based on the filter selected
|
|
421
|
+
*
|
|
422
|
+
* @param {object} enableemptyfilter empty filter options
|
|
423
|
+
*/
|
|
424
|
+
export function getEmptyMatchMode(enableemptyfilter) {
|
|
425
|
+
let matchMode;
|
|
426
|
+
const emptyFilterOptions = _.split(enableemptyfilter, ',');
|
|
427
|
+
if (_.intersection(emptyFilterOptions, LIVE_CONSTANTS.NULL_EMPTY).length === 2) {
|
|
428
|
+
matchMode = MatchMode.NULLOREMPTY;
|
|
429
|
+
}
|
|
430
|
+
else if (_.includes(emptyFilterOptions, LIVE_CONSTANTS.NULL)) {
|
|
431
|
+
matchMode = MatchMode.NULL;
|
|
432
|
+
}
|
|
433
|
+
else if (_.includes(emptyFilterOptions, LIVE_CONSTANTS.EMPTY)) {
|
|
434
|
+
matchMode = MatchMode.EMPTY;
|
|
435
|
+
}
|
|
436
|
+
return matchMode;
|
|
437
|
+
}
|
|
438
|
+
/**
|
|
439
|
+
* converts the data passed to array.
|
|
440
|
+
* -> Array: [1,2,3] - [1,2,3]
|
|
441
|
+
* -> String: a,b,c - ['a','b','c']
|
|
442
|
+
* -> object: {a:1} - [{a:1}]
|
|
443
|
+
* -> null - []
|
|
444
|
+
* -> undefined - []
|
|
445
|
+
* @param data
|
|
446
|
+
* @returns {Array<any>}
|
|
447
|
+
*/
|
|
448
|
+
export const createArrayFrom = (data) => {
|
|
449
|
+
if (_.isUndefined(data) || _.isNull(data)) {
|
|
450
|
+
return [];
|
|
451
|
+
}
|
|
452
|
+
if (_.isString(data)) {
|
|
453
|
+
data = data.split(',').map(Function.prototype.call, String.prototype.trim);
|
|
454
|
+
}
|
|
455
|
+
if (!_.isArray(data)) {
|
|
456
|
+
data = [data];
|
|
457
|
+
}
|
|
458
|
+
return data;
|
|
459
|
+
};
|
|
460
|
+
/**
|
|
461
|
+
* @ngdoc function
|
|
462
|
+
* @name wm.widgets.live.applyFilterOnField
|
|
463
|
+
* @methodOf wm.widgets.live.LiveWidgetUtils
|
|
464
|
+
* @function
|
|
465
|
+
*
|
|
466
|
+
* @description
|
|
467
|
+
* Function to get the updated values when filter on field is changed
|
|
468
|
+
*
|
|
469
|
+
* @param {object} $scope scope of the filter field/form field
|
|
470
|
+
* @param {object} filterDef filter/form definition of the field
|
|
471
|
+
* @param {boolean} isFirst boolean value to check if this method is called on load
|
|
472
|
+
*/
|
|
473
|
+
export function applyFilterOnField(dataSource, filterDef, formFields, newVal, options = {}) {
|
|
474
|
+
const fieldName = filterDef.field || filterDef.key;
|
|
475
|
+
const filterOnFields = _.filter(formFields, { 'filter-on': fieldName });
|
|
476
|
+
newVal = filterDef['is-range'] ? getRangeFieldValue(filterDef.minValue, filterDef.maxValue) : (isDefined(newVal) ? newVal : filterDef.value);
|
|
477
|
+
if (!dataSource || (options.isFirst && (_.isUndefined(newVal) || newVal === ''))) {
|
|
478
|
+
return;
|
|
479
|
+
}
|
|
480
|
+
// Loop over the fields for which the current field is filter on field
|
|
481
|
+
_.forEach(filterOnFields, filterField => {
|
|
482
|
+
const filterKey = filterField.field || filterField.key;
|
|
483
|
+
const lookUpField = filterDef['lookup-field'] || filterDef._primaryKey;
|
|
484
|
+
const filterWidget = filterField['edit-widget-type'] || filterField.widgettype;
|
|
485
|
+
let filterFields = {};
|
|
486
|
+
let filterOn = filterField['filter-on'];
|
|
487
|
+
let filterVal;
|
|
488
|
+
let fieldColumn;
|
|
489
|
+
let matchMode;
|
|
490
|
+
if (!isDataSetWidget(filterWidget) || filterField.isDataSetBound || filterOn === filterKey) {
|
|
491
|
+
return;
|
|
492
|
+
}
|
|
493
|
+
// For related fields, add lookupfield for query generation
|
|
494
|
+
if (filterDef && filterDef['is-related']) {
|
|
495
|
+
filterOn += '.' + lookUpField;
|
|
496
|
+
}
|
|
497
|
+
if (isDefined(newVal)) {
|
|
498
|
+
if (filterDef['is-range']) {
|
|
499
|
+
matchMode = getRangeMatchMode(filterDef.minValue, filterDef.maxValue);
|
|
500
|
+
}
|
|
501
|
+
else if (getEnableEmptyFilter(options.enableemptyfilter) && newVal === LIVE_CONSTANTS.EMPTY_KEY) {
|
|
502
|
+
matchMode = getEmptyMatchMode(options.enableemptyfilter);
|
|
503
|
+
}
|
|
504
|
+
else {
|
|
505
|
+
matchMode = MatchMode.EQUALS;
|
|
506
|
+
}
|
|
507
|
+
filterVal = (_.isObject(newVal) && !_.isArray(newVal)) ? newVal[lookUpField] : newVal;
|
|
508
|
+
filterFields[filterOn] = {
|
|
509
|
+
'value': filterVal,
|
|
510
|
+
'matchMode': matchMode
|
|
511
|
+
};
|
|
512
|
+
}
|
|
513
|
+
else {
|
|
514
|
+
filterFields = {};
|
|
515
|
+
}
|
|
516
|
+
fieldColumn = filterKey;
|
|
517
|
+
if (isSearchWidgetType(filterWidget) && filterField.dataoptions) {
|
|
518
|
+
filterField.dataoptions.filterFields = filterFields;
|
|
519
|
+
}
|
|
520
|
+
else {
|
|
521
|
+
dataSource.execute(DataSource.Operation.GET_DISTINCT_DATA_BY_FIELDS, {
|
|
522
|
+
'fields': fieldColumn,
|
|
523
|
+
'filterFields': filterFields,
|
|
524
|
+
'pagesize': filterField.limit
|
|
525
|
+
}).then(response => {
|
|
526
|
+
setFieldDataSet(filterField, response.data, {
|
|
527
|
+
aliasColumn: fieldColumn,
|
|
528
|
+
widget: options.widget || 'widgettype',
|
|
529
|
+
isEnableEmptyFilter: getEnableEmptyFilter(options.enableemptyfilter),
|
|
530
|
+
EMPTY_VALUE: options.EMPTY_VALUE
|
|
531
|
+
});
|
|
532
|
+
}, noop);
|
|
533
|
+
}
|
|
534
|
+
});
|
|
535
|
+
}
|
|
536
|
+
// Transform data as required by data table
|
|
537
|
+
export function transformData(dataObject, variableName) {
|
|
538
|
+
let newObj, tempArr, keys, oldKeys, numKeys, newObject, tempObj;
|
|
539
|
+
// data sanity testing
|
|
540
|
+
dataObject = dataObject || [];
|
|
541
|
+
// if the dataObject is not an array make it an array
|
|
542
|
+
if (!_.isArray(dataObject)) {
|
|
543
|
+
// if the data returned is of type string, make it an object inside an array
|
|
544
|
+
if (_.isString(dataObject)) {
|
|
545
|
+
keys = variableName.substring(variableName.indexOf('.') + 1, variableName.length).split('.');
|
|
546
|
+
oldKeys = [];
|
|
547
|
+
numKeys = keys.length;
|
|
548
|
+
newObject = {};
|
|
549
|
+
tempObj = newObject;
|
|
550
|
+
// loop over the keys to form appropriate data object required for grid
|
|
551
|
+
keys.forEach((key, index) => {
|
|
552
|
+
// loop over old keys to create new object at the iterative level
|
|
553
|
+
oldKeys.forEach(oldKey => {
|
|
554
|
+
tempObj = newObject[oldKey];
|
|
555
|
+
});
|
|
556
|
+
tempObj[key] = index === numKeys - 1 ? dataObject : {};
|
|
557
|
+
oldKeys.push(key);
|
|
558
|
+
});
|
|
559
|
+
// change the string data to the new dataObject formed
|
|
560
|
+
dataObject = newObject;
|
|
561
|
+
}
|
|
562
|
+
dataObject = [dataObject];
|
|
563
|
+
}
|
|
564
|
+
else {
|
|
565
|
+
/*if the dataObject is an array and each value is a string, then lite-transform the string to an object
|
|
566
|
+
* lite-transform: just checking if the first value is string and then transforming the object, instead of traversing through the whole array
|
|
567
|
+
* */
|
|
568
|
+
if (_.isString(dataObject[0])) {
|
|
569
|
+
tempArr = [];
|
|
570
|
+
_.forEach(dataObject, str => {
|
|
571
|
+
newObj = {};
|
|
572
|
+
newObj[variableName.split('.').join('-')] = str;
|
|
573
|
+
tempArr.push(newObj);
|
|
574
|
+
});
|
|
575
|
+
dataObject = tempArr;
|
|
576
|
+
}
|
|
577
|
+
}
|
|
578
|
+
return dataObject;
|
|
579
|
+
}
|
|
580
|
+
//# sourceMappingURL=data:application/json;base64,eyJ2ZXJzaW9uIjozLCJmaWxlIjoiZGF0YS11dGlscy5qcyIsInNvdXJjZVJvb3QiOiIiLCJzb3VyY2VzIjpbIi4uLy4uLy4uLy4uLy4uL3Byb2plY3RzL2NvbXBvbmVudHMvYmFzZS9zcmMvdXRpbHMvZGF0YS11dGlscy50cyJdLCJuYW1lcyI6W10sIm1hcHBpbmdzIjoiQUFBQSxPQUFPLEVBQUUsVUFBVSxFQUFFLFFBQVEsRUFBRSx3QkFBd0IsRUFBRSxNQUFNLFVBQVUsQ0FBQztBQUMxRSxPQUFPLEVBQUUsY0FBYyxFQUFFLFNBQVMsRUFBRSxTQUFTLEVBQUUsTUFBTSxVQUFVLENBQUM7QUFFaEUsT0FBTyxFQUFFLGVBQWUsRUFBRSxNQUFNLGdCQUFnQixDQUFDO0FBSWpELE1BQU0sSUFBSSxHQUFHLEdBQUcsRUFBRSxHQUFHLENBQUMsQ0FBQztBQUV2QixNQUFNLENBQU4sSUFBWSxlQUtYO0FBTEQsV0FBWSxlQUFlO0lBQ3ZCLG9DQUFpQixDQUFBO0lBQ2pCLG9DQUFpQixDQUFBO0lBQ2pCLG9DQUFpQixDQUFBO0lBQ2pCLGdDQUFhLENBQUE7QUFDakIsQ0FBQyxFQUxXLGVBQWUsS0FBZixlQUFlLFFBSzFCO0FBRUQsTUFBTSxDQUFDLE1BQU0sU0FBUyxHQUFHLFlBQVksQ0FBQztBQUV0QyxNQUFNLENBQUMsTUFBTSxjQUFjLEdBQUc7SUFDMUIsV0FBVyxFQUFFLG1CQUFtQjtJQUNoQyxhQUFhLEVBQUUsVUFBVTtJQUN6QixXQUFXLEVBQUUsS0FBSztJQUNsQixhQUFhLEVBQUUsT0FBTztJQUN0QixZQUFZLEVBQUUsQ0FBQyxNQUFNLEVBQUUsT0FBTyxDQUFDO0lBQy9CLE1BQU0sRUFBRSxNQUFNO0lBQ2QsT0FBTyxFQUFFLE9BQU87Q0FDbkIsQ0FBQztBQUVGLGtEQUFrRDtBQUNsRCxTQUFTLGtCQUFrQixDQUFDLE1BQU07SUFDOUIsT0FBTyxDQUFDLENBQUMsUUFBUSxDQUFDLENBQUMsY0FBYyxDQUFDLFlBQVksRUFBRSxjQUFjLENBQUMsU0FBUyxFQUFFLGNBQWMsQ0FBQyxLQUFLLENBQUMs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ckIsT0FBTyxHQUFHLFNBQVMsQ0FBQyxNQUFNLENBQUMsQ0FBQztnQkFDaEMsQ0FBQyxDQUFDLENBQUM7Z0JBQ0gsT0FBTyxDQUFDLEdBQUcsQ0FBQyxHQUFHLEtBQUssS0FBSyxPQUFPLEdBQUcsQ0FBQyxDQUFDLENBQUMsQ0FBQyxVQUFVLENBQUMsQ0FBQyxDQUFDLEVBQUUsQ0FBQztnQkFDdkQsT0FBTyxDQUFDLElBQUksQ0FBQyxHQUFHLENBQUMsQ0FBQztZQUN0QixDQUFDLENBQUMsQ0FBQztZQUVILHNEQUFzRDtZQUN0RCxVQUFVLEdBQUcsU0FBUyxDQUFDO1NBQzFCO1FBQ0QsVUFBVSxHQUFHLENBQUMsVUFBVSxDQUFDLENBQUM7S0FDN0I7U0FBTTtRQUNIOzthQUVLO1FBQ0wsSUFBSSxDQUFDLENBQUMsUUFBUSxDQUFDLFVBQVUsQ0FBQyxDQUFDLENBQUMsQ0FBQyxFQUFFO1lBQzNCLE9BQU8sR0FBRyxFQUFFLENBQUM7WUFDYixDQUFDLENBQUMsT0FBTyxDQUFDLFVBQVUsRUFBRSxHQUFHLENBQUMsRUFBRTtnQkFDeEIsTUFBTSxHQUFHLEVBQUUsQ0FBQztnQkFDWixNQUFNLENBQUMsWUFBWSxDQUFDLEtBQUssQ0FBQyxHQUFHLENBQUMsQ0FBQyxJQUFJLENBQUMsR0FBRyxDQUFDLENBQUMsR0FBRyxHQUFHLENBQUM7Z0JBQ2hELE9BQU8sQ0FBQyxJQUFJLENBQUMsTUFBTSxDQUFDLENBQUM7WUFDekIsQ0FBQyxDQUFDLENBQUM7WUFDSCxVQUFVLEdBQUcsT0FBTyxDQUFDO1NBQ3hCO0tBQ0o7SUFDRCxPQUFPLFVBQVUsQ0FBQztBQUN0QixDQUFDIiwic291cmNlc0NvbnRlbnQiOlsiaW1wb3J0IHsgRGF0YVNvdXJjZSwgZGVib3VuY2UsIHByb2Nlc3NGaWx0ZXJFeHBCaW5kTm9kZSB9IGZyb20gJ0B3bS9jb3JlJztcbmltcG9ydCB7IEZvcm1XaWRnZXRUeXBlLCBpc0RlZmluZWQsIE1hdGNoTW9kZSB9IGZyb20gJ0B3bS9jb3JlJztcblxuaW1wb3J0IHsgaXNEYXRhU2V0V2lkZ2V0IH0gZnJvbSAnLi93aWRnZXQtdXRpbHMnO1xuXG5kZWNsYXJlIGNvbnN0IF87XG5cbmNvbnN0IG5vb3AgPSAoKSA9PiB7IH07XG5cbmV4cG9ydCBlbnVtIExpdmVfT3BlcmF0aW9ucyB7XG4gICAgSU5TRVJUID0gJ2luc2VydCcsXG4gICAgVVBEQVRFID0gJ3VwZGF0ZScsXG4gICAgREVMRVRFID0gJ2RlbGV0ZScsXG4gICAgUkVBRCA9ICdyZWFkJ1xufVxuXG5leHBvcnQgY29uc3QgQUxMRklFTERTID0gJ0FsbCBGaWVsZHMnO1xuXG5leHBvcnQgY29uc3QgTElWRV9DT05TVEFOVFMgPSB7XG4gICAgJ0VNUFRZX0tFWSc6ICdFTVBUWV9OVUxMX0ZJTFRFUicsXG4gICAgJ0VNUFRZX1ZBTFVFJzogJ05vIFZhbHVlJyxcbiAgICAnTEFCRUxfS0VZJzogJ2tleScsXG4gICAgJ0xBQkVMX1ZBTFVFJzogJ3ZhbHVlJyxcbiAgICAnTlVMTF9FTVBUWSc6IFsnbnVsbCcsICdlbXB0eSddLFxuICAgICdOVUxMJzogJ251bGwnLFxuICAgICdFTVBUWSc6ICdlbXB0eSdcbn07XG5cbi8vIFJldHVybnMgdHJ1ZSBpZiB3aWRnZXQgaXMgYXV0b2NvbXBsZXRlIG9yIGNoaXBzXG5mdW5jdGlvbiBpc1NlYXJjaFdpZGdldFR5cGUod2lkZ2V0KSB7XG4gICAgcmV0dXJuIF8uaW5jbHVkZXMoW0Zvcm1XaWRnZXRUeXBlLkFVVE9DT01QTEVURSwgRm9ybVdpZGdldFR5cGUuVFlQRUFIRUFELCBGb3JtV2lkZ2V0VHlwZS5DSElQU10sIHdpZGdldCk7XG59XG5cbmZ1bmN0aW9uIG9uU3VjY2VzcyhyZXNwb25zZSwgcmVzLCByZWopIHtcbiAgICBpZiAocmVzcG9uc2UuZXJyb3IpIHtcbiAgICAgICAgcmVqKHJlc3BvbnNlKTtcbiAgICB9IGVsc2Uge1xuICAgICAgICByZXMocmVzcG9uc2UpO1xuICAgIH1cbn1cblxuZXhwb3J0IGZ1bmN0aW9uIHBlcmZvcm1EYXRhT3BlcmF0aW9uKGRhdGFTb3VyY2UsIHJlcXVlc3REYXRhLCBvcHRpb25zKTogUHJvbWlzZTxhbnk+IHtcbiAgICByZXR1cm4gbmV3IFByb21pc2UoKHJlcywgcmVqKSA9PiB7XG4gICAgICAgIGlmIChkYXRhU291cmNlLmV4ZWN1dGUoRGF0YVNvdXJjZS5PcGVyYXRpb24uU1VQUE9SVFNfQ1JVRCkpIHtcbiAgICAgICAgICAgIGxldCBmbjtcbiAgICAgICAgICAgIGNvbnN0IG9wZXJhdGlvblR5cGUgPSBvcHRpb25zLm9wZXJhdGlvblR5cGU7XG4gICAgICAgICAgICBzd2l0Y2ggKG9wZXJhdGlvblR5cGUpIHtcbiAgICAgICAgICAgICAgICBjYXNlIExpdmVfT3BlcmF0aW9ucy5VUERBVEU6XG4gICAgICAgICAgICAgICAgICAgIGZuID0gRGF0YVNvdXJjZS5PcGVyYXRpb24uVVBEQVRFX1JFQ09SRDtcbiAgICAgICAgICAgICAgICAgICAgYnJlYWs7XG4gICAgICAgICAgICAgICAgY2FzZSBMaXZlX09wZXJhdGlvbnMuSU5TRVJUOlxuICAgICAgICAgICAgICAgICAgICBmbiA9IERhdGFTb3VyY2UuT3BlcmF0aW9uLklOU0VSVF9SRUNPUkQ7XG4gICAgICAgICAgICAgICAgICAgIGJyZWFrO1xuICAgICAgICAgICAgICAgIGNhc2UgTGl2ZV9PcGVyYXRpb25zLkRFTEVURTpcbiAgICAgICAgICAgICAgICAgICAgZm4gPSBEYXRhU291cmNlLk9wZXJhdGlvbi5ERUxFVEVfUkVDT1JEO1xuICAgICAgICAgICAgICAgICAgICBicmVhaztcbiAgICAgICAgICAgIH1cbiAgICAgICAgICAgIGRhdGFTb3VyY2UuZXhlY3V0ZShmbiwgcmVxdWVzdERhdGEpLnRoZW4ocmVzcG9uc2UgPT4gb25TdWNjZXNzKHJlc3BvbnNlLCByZXMsIHJlaiksIHJlaik7XG4gICAgICAgIH0gZWxzZSBpZiAoZGF0YVNvdXJjZS5leGVjdXRlKERhdGFTb3VyY2UuT3BlcmF0aW9uLklTX0FQSV9BV0FSRSkpIHtcbiAgICAgICAgICAgIGlmKGRhdGFTb3VyY2UuY2F0ZWdvcnkgPT09IFwid20uQ3J1ZFZhcmlhYmxlXCIpIHtcbiAgICAgICAgICAgICAgICBjb25zdCBvcGVyYXRpb24gPSBvcHRpb25zLm9wZXJhdGlvblR5cGUgPT09ICdpbnNlcnQnID8gJ2NyZWF0ZScgOiAob3B0aW9ucy5vcGVyYXRpb25UeXBlID09PSAnZGVsZXRlJyA/ICdkZWxldGUnIDogJ3VwZGF0ZScpO1xuICAgICAgICAgICAgICAgIGRhdGFTb3VyY2UuZXhlY3V0ZShEYXRhU291cmNlLk9wZXJhdGlvbi5JTlZPS0UsIHtcbiAgICAgICAgICAgICAgICAgICAgJ3NraXBOb3RpZmljYXRpb24nOiB0cnVlLFxuICAgICAgICAgICAgICAgICAgICAnb3BlcmF0aW9uJzogb3BlcmF0aW9uLFxuICAgICAgICAgICAgICAgICAgICAnaW5wdXRGaWVsZHMnOiByZXF1ZXN0RGF0YVxuICAgICAgICAgICAgICAgIH0pLnRoZW4ocmVzLCByZWopO1xuICAgICAgICAgICAgfSBlbHNlIHtcbiAgICAgICAgICAgICAgICBkYXRhU291cmNlLmV4ZWN1dGUoRGF0YVNvdXJjZS5PcGVyYXRpb24uU0VUX0lOUFVULCByZXF1ZXN0RGF0YSk7XG4gICAgICAgICAgICAgICAgZGF0YVNvdXJjZS5leGVjdXRlKERhdGFTb3VyY2UuT3BlcmF0aW9uLklOVk9LRSwge1xuICAgICAgICAgICAgICAgICAgICAnc2tpcE5vdGlmaWNhdGlvbic6IHRydWVcbiAgICAgICAgICAgICAgICB9KS50aGVuKHJlcywgcmVqKTtcbiAgICAgICAgICAgIH1cbiAgICAgICAgfSBlbHNlIHtcbiAgICAgICAgICAgIHJlcyhyZXF1ZXN0RGF0YSk7XG4gICAgICAgIH1cbiAgICB9KTtcbn1cblxuZXhwb3J0IGZ1bmN0aW9uIHJlZnJlc2hEYXRhU291cmNlKGRhdGFTb3VyY2UsIG9wdGlvbnMpOiBQcm9taXNlPGFueT4ge1xuICAgIHJldHVybiBuZXcgUHJvbWlzZSgocmVzLCByZWopID0+IHtcbiAgICAgICAgaWYgKCFkYXRhU291cmNlKSB7XG4gICAgICAgICAgICByZWooKTtcbiAgICAgICAgICAgIHJldHVybjtcbiAgICAgICAgfVxuICAgICAgICBkYXRhU291cmNlLmV4ZWN1dGUoRGF0YVNvdXJjZS5PcGVyYXRpb24uTElTVF9SRUNPUkRTLCB7XG4gICAgICAgICAgICAnZmlsdGVyRmllbGRzJzogb3B0aW9ucy5maWx0ZXJGaWVsZHMgfHwge30sXG4gICAgICAgICAgICAnb3JkZXJCeSc6IG9wdGlvbnMub3JkZXJCeSxcbiAgICAgICAgICAgICdwYWdlJzogb3B0aW9ucy5wYWdlIHx8IDEsXG4gICAgICAgICAgICAnbG9naWNhbE9wJyA6IG9wdGlvbnMuY29uZGl0aW9uIHx8ICcnXG4gICAgICAgIH0pLnRoZW4ocmVzLCByZWopO1xuICAgIH0pO1xufVxuXG4vKipcbiAqIEBuZ2RvYyBmdW5jdGlvblxuICogQG5hbWUgd20ud2lkZ2V0cy5saXZlLmZldGNoUmVsYXRlZEZpZWxkRGF0YVxuICogQG1ldGhvZE9mIHdtLndpZGdldHMubGl2ZS5MaXZlV2lkZ2V0VXRpbHNcbiAqIEBmdW5jdGlvblxuICpcbiAqIEBkZXNjcmlwdGlvblxuICogVGhpcyBmdW5jdGlvbiBmZXRjaGVzIHRoZSBkYXRhIGZvciB0aGUgcmVsYXRlZCBmaWVsZCBpbiBsaXZlIGZvcm0vIGdyaWRcbiAqXG4gKiBAcGFyYW0ge29iamVjdH0gY29sdW1uRGVmIGZpZWxkIGRlZmluaXRpb25cbiAqIEBwYXJhbSB7c3RyaW5nfSByZWxhdGVkRmllbGQgcmVsYXRlZCBmaWVsZCBuYW1lXG4gKiBAcGFyYW0ge3N0cmluZ30gZGF0YWZpZWxkIERhdGFmaWVsZCB0byBiZSBzZXQgb24gd2lkZ2V0XG4gKiBAcGFyYW0ge3N0cmluZ30gd2lkZ2V0IFR5cGUgb2YgdGhlIHdpZGdldFxuICogQHBhcmFtIHtvYmplY3R9IGVsU2NvcGUgZWxlbWVudCBzY29wZVxuICogQHBhcmFtIHtvYmplY3R9IHBhcmVudFNjb3BlIGxpdmUgZm9ybS8vIGdyaWQgc2NvcGVcbiAqL1xuZXhwb3J0IGZ1bmN0aW9uIGZldGNoUmVsYXRlZEZpZWxkRGF0YShkYXRhU291cmNlLCBmb3JtRmllbGQsIG9wdGlvbnMpIHtcbiAgICBsZXQgcHJpbWFyeUtleXM7XG4gICAgbGV0IGRpc3BsYXlGaWVsZDtcbiAgICBjb25zdCByZWxhdGVkRmllbGQgPSBvcHRpb25zLnJlbGF0ZWRGaWVsZDtcbiAgICBjb25zdCBkYXRhZmllbGQgPSBvcHRpb25zLmRhdGFmaWVsZDtcblxuICAgIGlmICghZGF0YVNvdXJjZSkge1xuICAgICAgICByZXR1cm47XG4gICAgfVxuICAgIHByaW1hcnlLZXlzID0gZGF0YVNvdXJjZS5leGVjdXRlKERhdGFTb3VyY2UuT3BlcmF0aW9uLkdFVF9SRUxBVEVEX1BSSU1BUllfS0VZUywgcmVsYXRlZEZpZWxkKTtcbiAgICBmb3JtRmllbGQuZGF0YWZpZWxkID0gZGF0YWZpZWxkO1xuICAgIGZvcm1GaWVsZC5fcHJpbWFyeUtleSA9IF8uaXNFbXB0eShwcmltYXJ5S2V5cykgPyB1bmRlZmluZWQgOiBwcmltYXJ5S2V5c1swXTtcbiAgICBmb3JtRmllbGQuY29tcGFyZWJ5ID0gcHJpbWFyeUtleXMgJiYgcHJpbWFyeUtleXMuam9pbignLCcpO1xuXG4gICAgZGlzcGxheUZpZWxkID0gZGF0YWZpZWxkID09PSBBTExGSUVMRFMgPyB1bmRlZmluZWQgOiBkYXRhZmllbGQ7XG4gICAgZm9ybUZpZWxkLmRpc3BsYXlmaWVsZCA9IGRpc3BsYXlGaWVsZCA9IChmb3JtRmllbGQuZGlzcGxheWZpZWxkIHx8IGRpc3BsYXlGaWVsZCB8fCBmb3JtRmllbGQuX3ByaW1hcnlLZXkpO1xuXG4gICAgaWYgKGlzU2VhcmNoV2lkZ2V0VHlwZShmb3JtRmllbGRbb3B0aW9ucy53aWRnZXRdKSkge1xuICAgICAgICBmb3JtRmllbGQuZGF0YW9wdGlvbnMgPSB7ICdyZWxhdGVkRmllbGQnOiByZWxhdGVkRmllbGQsICdmaWx0ZXJFeHByJzogZm9ybUZpZWxkLmZpbHRlcmV4cHJlc3Npb25zID8gZm9ybUZpZWxkLmZpbHRlcmV4cHJlc3Npb25zIDoge30gfTtcbiAgICAgICAgZm9ybUZpZWxkLmRhdGFzb3VyY2UgPSBkYXRhU291cmNlO1xuICAgICAgICBmb3JtRmllbGQuc2VhcmNoa2V5ID0gZm9ybUZpZWxkLnNlYXJjaGtleSB8fCBkaXNwbGF5RmllbGQ7XG4gICAgICAgIGZvcm1GaWVsZC5kaXNwbGF5bGFiZWwgPSBmb3JtRmllbGQuZGlzcGxheWZpZWxkID0gKGZvcm1GaWVsZC5kaXNwbGF5bGFiZWwgfHwgZGlzcGxheUZpZWxkKTtcbiAgICAgICAgaWYgKGZvcm1GaWVsZC5zaG93UGVuZGluZ1NwaW5uZXIpIHtcbiAgICAgICAgICAgIGZvcm1GaWVsZC5zaG93UGVuZGluZ1NwaW5uZXIgPSBmYWxzZTtcbiAgICAgICAgfVxuICAgIH0gZWxzZSB7XG4gICAgICAgIGludGVycG9sYXRlQmluZEV4cHJlc3Npb25zKGZvcm1GaWVsZC52aWV3UGFyZW50LCBmb3JtRmllbGQuZmlsdGVyZXhwcmVzc2lvbnMsIChmaWx0ZXJleHByZXNzaW9ucykgPT4ge1xuICAgICAgICAgICAgZm9ybUZpZWxkLmZpbHRlcmV4cHJlc3Npb25zID0gZmlsdGVyZXhwcmVzc2lvbnM7XG4gICAgICAgICAgICBkYXRhU291cmNlLmV4ZWN1dGUoRGF0YVNvdXJjZS5PcGVyYXRpb24uR0VUX1JFTEFURURfVEFCTEVfREFUQSwge1xuICAgICAgICAgICAgICAgIHJlbGF0ZWRGaWVsZCxcbiAgICAgICAgICAgICAgICBwYWdlc2l6ZTogZm9ybUZpZWxkLmxpbWl0LFxuICAgICAgICAgICAgICAgIG9yZGVyQnk6IGZvcm1GaWVsZC5vcmRlcmJ5ID8gXy5yZXBsYWNlKGZvcm1GaWVsZC5vcmRlcmJ5LCAvOi9nLCAnICcpIDogJycsXG4gICAgICAgICAgICAgICAgZmlsdGVyRmllbGRzOiB7fSxcbiAgICAgICAgICAgICAgICBmaWx0ZXJFeHByOiBmb3JtRmllbGQuZmlsdGVyZXhwcmVzc2lvbnMgPyBmb3JtRmllbGQuZmlsdGVyZXhwcmVzc2lvbnMgOiB7fVxuICAgICAgICAgICAgfSkudGhlbihyZXNwb25zZSA9PiB7XG4gICAgICAgICAgICAgICAgZm9ybUZpZWxkLmRhdGFzZXQgPSByZXNwb25zZS5kYXRhO1xuICAgICAgICAgICAgICAgIGZvcm1GaWVsZC5kaXNwbGF5ZmllbGQgPSBmb3JtRmllbGQuZGlzcGxheWZpZWxkIHx8IF8uaGVhZChfLmtleXMoXy5nZXQocmVzcG9uc2UsICdbMF0nKSkpO1xuICAgICAgICAgICAgICAgIGlmIChmb3JtRmllbGQuc2hvd1BlbmRpbmdTcGlubmVyKSB7XG4gICAgICAgICAgICAgICAgICAgIGZvcm1GaWVsZC5zaG93UGVuZGluZ1NwaW5uZXIgPSBmYWxzZTtcbiAgICAgICAgICAgICAgICB9XG4gICAgICAgICAgICB9LCBub29wKTtcbiAgICAgICAgfSk7XG4gICAgfVxufVxuXG4vKipcbiAqIHVzZWQgdG8gaW50ZXJwb2xhdGUgdGhlIGJpbmQgZXhwcmVzc2lvbiBmb3Iga2V5cyBpbiB0aGUgcXVlcnkgYnVpbGRlclxuICogQHBhcmFtIGNvbnRleHQgd2hlcmUgd2UgZmluZCB0aGUgdmFyaWFibGUgb2JqXG4gKiBAcGFyYW0gZmlsdGVyZXhwcmVzc2lvbnMgLSBvYmogY29udGFpbmluZyBhbGwgdGhlIHJ1bGUgb2Jqc1xuICogQHBhcmFtIGNhbGxiYWNrRm4gLSBmdW5jdGlvbiB0byBiZSBjYWxsZWQgd2l0aCB0aGUgbmV3IHJlcGxhY2VkIHZhbHVlcyBpZiBhbnkgaW4gdGhlIGZpbHRlcmV4cHJlc3Npb25zIG9iamVjdFxuICovXG5leHBvcnQgY29uc3QgaW50ZXJwb2xhdGVCaW5kRXhwcmVzc2lvbnMgPSAoY29udGV4dCwgZmlsdGVyZXhwcmVzc2lvbnMsIGNhbGxiYWNrRm4pID0+IHtcbiAgICBjb25zdCBkZWJvdW5jZWRGbiA9IGRlYm91bmNlKCgpID0+IHtcbiAgICAgICAgaWYgKF8uaXNGdW5jdGlvbihjYWxsYmFja0ZuKSkge1xuICAgICAgICAgICAgY2FsbGJhY2tGbihmaWx0ZXJleHByZXNzaW9ucyk7XG4gICAgICAgIH1cbiAgICB9LCAzMDApO1xuXG4gICAgLyoqXG4gICAgICogY2FsbGluZyB0aGUgZGVib3VuY2VkIGZ1bmN0aW9uIGZpcnN0IGZvciB0aGUgY2FzZSB3aGVyZSBpZiB0aGVyZSBpcyBhbnkgZmlsdGVyZXhwcmVzc2lvbiB3aXRob3V0IHRoZSBiaW5kZWR2YXJpYWJsZXMuXG4gICAgICogd2l0aG91dCB0aGlzIGl0IHdpbGwgbmV2ZXIgYmUgY2FsbGVkLiBwcm9jZXNzRmlsdGVyRXhwQmluZE5vZGUgd2lsbCBiZSBjYWxsZWQgb25seSBmb3IgdGhlIGJpbmRlZCB2YXJpYWJsZSBleHByZXNzaW9ucy5cbiAgICAgKi9cbiAgICBkZWJvdW5jZWRGbigpO1xuICAgIGNvbnN0IGZpbHRlckV4cHJlc3Npb25zID0gZmlsdGVyZXhwcmVzc2lvbnMgPyAoXy5pc09iamVjdChmaWx0ZXJleHByZXNzaW9ucykgPyBmaWx0ZXJleHByZXNzaW9ucyA6IEpTT04ucGFyc2UoZmlsdGVyZXhwcmVzc2lvbnMpKSA6IHt9O1xuICAgIGNvbnN0IGRlc3Ryb3lGbiA9IGNvbnRleHQucmVnaXN0ZXJEZXN0cm95TGlzdGVuZXIgPyBjb250ZXh0LnJlZ2lzdGVyRGVzdHJveUxpc3RlbmVyLmJpbmQoY29udGV4dCkgOiBfLm5vb3A7XG4gICAgY29uc3QgZmlsdGVyU3Vic2NyaXB0aW9uID0gcHJvY2Vzc0ZpbHRlckV4cEJpbmROb2RlKGNvbnRleHQsIGZpbHRlckV4cHJlc3Npb25zKS5zdWJzY3JpYmUoKHJlc3BvbnNlOiBhbnkpID0+IHtcbiAgICAgICAgZmlsdGVyZXhwcmVzc2lvbnMgPSBKU09OLnN0cmluZ2lmeShyZXNwb25zZS5maWx0ZXJFeHByZXNzaW9ucyk7XG4gICAgICAgIGRlYm91bmNlZEZuKCk7XG4gICAgfSk7XG4gICAgZGVzdHJveUZuKCgpID0+IGZpbHRlclN1YnNjcmlwdGlvbi51bnN1YnNjcmliZSgpKTtcbn07XG4vKipcbiAqIEBuZ2RvYyBmdW5jdGlvblxuICogQG5hbWUgd20ud2lkZ2V0cy5saXZlLkxpdmVXaWRnZXRVdGlscyNnZXREaXN0aW5jdEZpZWxkUHJvcGVydGllc1xuICogQG1ldGhvZE9mIHdtLndpZGdldHMubGl2ZS5MaXZlV2lkZ2V0VXRpbHNcbiAqIEBmdW5jdGlvblxuICpcbiAqIEBkZXNjcmlwdGlvblxuICogUmV0dXJucyB0aGUgcHJvcGVydGllcyByZXF1aXJlZCBmb3IgZGF0YXNldCB3aWRnZXRzXG4gKlxuICogQHBhcmFtIHtvYmplY3R9IGRhdGFTb3VyY2UgdmFyaWFibGUgc291cmNlIGZvciB0aGUgd2lkZ2V0XG4gKiBAcGFyYW0ge29iamVjdH0gZm9ybUZpZWxkIGRlZmluaXRpb24gb2YgdGhlIGNvbHVtbi8gZmllbGRcbiAqXG4gKi9cbmV4cG9ydCBjb25zdCBnZXREaXN0aW5jdEZpZWxkUHJvcGVydGllcyA9IChkYXRhU291cmNlLCBmb3JtRmllbGQpID0+IHtcbiAgICBjb25zdCBwcm9wczogYW55ID0ge307XG4gICAgbGV0IGZpZWxkQ29sdW1uO1xuICAgIGlmIChmb3JtRmllbGRbJ2lzLXJlbGF0ZWQnXSkge1xuICAgICAgICBwcm9wcy50YWJsZU5hbWUgPSBmb3JtRmllbGRbJ2xvb2t1cC10eXBlJ107XG4gICAgICAgIGZpZWxkQ29sdW1uID0gZm9ybUZpZWxkWydsb29rdXAtZmllbGQnXTtcbiAgICAgICAgcHJvcHMuZGlzdGluY3RGaWVsZCA9IGZpZWxkQ29sdW1uO1xuICAgICAgICBwcm9wcy5hbGlhc0NvbHVtbiA9IGZpZWxkQ29sdW1uLnJlcGxhY2UoJy4nLCAnJCcpOyAvLyBGb3IgcmVsYXRlZCBmaWVsZHMsIEluIHJlc3BvbnNlIC4gaXMgcmVwbGFjZWQgYnkgJFxuICAgICAgICBwcm9wcy5maWx0ZXJFeHByID0gZm9ybUZpZWxkLmZpbHRlcmV4cHJlc3Npb25zID8gKF8uaXNPYmplY3QoZm9ybUZpZWxkLmZpbHRlcmV4cHJlc3Npb25zKSA/IGZvcm1GaWVsZC5maWx0ZXJleHByZXNzaW9ucyA6IEpTT04ucGFyc2UoZm9ybUZpZWxkLmZpbHRlcmV4cHJlc3Npb25zKSkgOiB7fTtcbiAgICB9IGVsc2Uge1xuICAgICAgICBwcm9wcy50YWJsZU5hbWUgPSBkYXRhU291cmNlLmV4ZWN1dGUoRGF0YVNvdXJjZS5PcGVyYXRpb24uR0VUX0VOVElUWV9OQU1FKTtcbiAgICAgICAgZmllbGRDb2x1bW4gPSBmb3JtRmllbGQuZmllbGQgfHwgZm9ybUZpZWxkLmtleTtcbiAgICAgICAgcHJvcHMuZGlzdGluY3RGaWVsZCA9IGZpZWxkQ29sdW1uO1xuICAgICAgICBwcm9wcy5hbGlhc0NvbHVtbiA9IGZpZWxkQ29sdW1uO1xuICAgIH1cbiAgICByZXR1cm4gcHJvcHM7XG59O1xuXG4vKipcbiAqIEBuZ2RvYyBmdW5jdGlvblxuICogQG5hbWUgd20ud2lkZ2V0cy5saXZlLkxpdmVXaWRnZXRVdGlscyNnZXREaXN0aW5jdFZhbHVlc1xuICogQG1ldGhvZE9mIHdtLndpZGdldHMubGl2ZS5MaXZlV2lkZ2V0VXRpbHNcbiAqIEBmdW5jdGlvblxuICpcbiAqIEBkZXNjcmlwdGlvblxuICogUmV0dXJucyB0aGUgZGlzdGluY3QgdmFsdWVzIGZvciBhIGZpZWxkXG4gKlxuICogQHBhcmFtIHtvYmplY3R9IGZvcm1GaWVsZCBkZWZpbml0aW9uIG9mIHRoZSBjb2x1bW4vIGZpZWxkXG4gKiBAcGFyYW0ge3N0cmluZ30gd2lkZ2V0IHdpZGdldCBwcm9wZXJ0eSBvbiB0aGUgZmllbGRcbiAqIEBwYXJhbSB7b2JqZWN0fSB2YXJpYWJsZSB2YXJpYWJsZSBmb3IgdGhlIHdpZGdldFxuICogQHBhcmFtIHtmdW5jdGlvbn0gY2FsbEJhY2sgRnVuY3Rpb24gdG8gYmUgZXhlY3V0ZWQgYWZ0ZXIgZmV0Y2hpbmcgcmVzdWx0c1xuICpcbiAqL1xuZXhwb3J0IGZ1bmN0aW9uIGdldERpc3RpbmN0VmFsdWVzKGRhdGFTb3VyY2UsIGZvcm1GaWVsZCwgd2lkZ2V0KSB7XG4gICAgbGV0IHByb3BzO1xuXG4gICAgcmV0dXJuIG5ldyBQcm9taXNlKChyZXMsIHJlaikgPT4ge1xuICAgICAgICBpZiAoaXNEYXRhU2V0V2lkZ2V0KGZvcm1GaWVsZFt3aWRnZXRdKSAmJiAoIWZvcm1GaWVsZC5pc0RhdGFTZXRCb3VuZCB8fCB3aWRnZXQgPT09ICdmaWx0ZXJ3aWRnZXQnKSkge1xuICAgICAgICAgICAgcHJvcHMgPSBnZXREaXN0aW5jdEZpZWxkUHJvcGVydGllcyhkYXRhU291cmNlLCBmb3JtRmllbGQpO1xuICAgICAgICAgICAgZGF0YVNvdXJjZS5leGVjdXRlKERhdGFTb3VyY2UuT3BlcmF0aW9uLkdFVF9ESVNUSU5DVF9EQVRBX0JZX0ZJRUxEUywge1xuICAgICAgICAgICAgICAgIGZpZWxkczogcHJvcHMuZGlzdGluY3RGaWVsZCxcbiAgICAgICAgICAgICAgICBlbnRpdHlOYW1lOiBwcm9wcy50YWJsZU5hbWUsXG4gICAgICAgICAgICAgICAgcGFnZXNpemU6IGZvcm1GaWVsZC5saW1pdCxcbiAgICAgICAgICAgICAgICBmaWx0ZXJFeHByOiBmb3JtRmllbGQuZmlsdGVyZXhwcmVzc2lvbnMgPyBKU09OLnBhcnNlKGZvcm1GaWVsZC5maWx0ZXJleHByZXNzaW9ucykgOiB7fVxuICAgICAgICAgICAgfSkudGhlbihyZXNwb25zZSA9PiB7XG4gICAgICAgICAgICAgICAgcmVzKHsgJ2ZpZWxkJzogZm9ybUZpZWxkLCAnZGF0YSc6IHJlc3BvbnNlLmRhdGEsICdhbGlhc0NvbHVtbic6IHByb3BzLmFsaWFzQ29sdW1uIH0pO1xuICAgICAgICAgICAgfSwgcmVqKTtcbiAgICAgICAgfVxuICAgIH0pO1xufVxuXG4vLyBTZXQgdGhlIGRhdGEgZmllbGQgcHJvcGVydGllcyBvbiBkYXRhc2V0IHdpZGdldHNcbmZ1bmN0aW9uIHNldERhdGFGaWVsZHMoZm9ybUZpZWxkLCBvcHRpb25zPykge1xuICAgIC8vIEZvciBzZWFyY2ggd2lkZ2V0LCBzZXQgc2VhcmNoIGtleSBhbmQgZGlzcGxheSBsYWJlbFxuICAgIGlmIChpc1NlYXJjaFdpZGdldFR5cGUoZm9ybUZpZWxkW29wdGlvbnMud2lkZ2V0XSkpIHtcbiAgICAgICAgZm9ybUZpZWxkLmRhdGFmaWVsZCA9IG9wdGlvbnMuYWxpYXNDb2x1bW4gfHwgTElWRV9DT05TVEFOVFMuTEFCRUxfS0VZO1xuICAgICAgICBmb3JtRmllbGQuc2VhcmNoa2V5ID0gb3B0aW9ucy5kaXN0aW5jdEZpZWxkIHx8IExJVkVfQ09OU1RBTlRTLkxBQkVMX0tFWTtcbiAgICAgICAgZm9ybUZpZWxkLmRpc3BsYXlsYWJlbCA9IGZvcm1GaWVsZC5kaXNwbGF5ZmllbGQgPSAob3B0aW9ucy5hbGlhc0NvbHVtbiB8fCBMSVZFX0NPTlNUQU5UUy5MQUJFTF9WQUxVRSk7XG4gICAgICAgIHJldHVybjtcbiAgICB9XG4gICAgZm9ybUZpZWxkLmRhdGFmaWVsZCA9IExJVkVfQ09OU1RBTlRTLkxBQkVMX0tFWTtcbiAgICBmb3JtRmllbGQuZGlzcGxheWZpZWxkID0gTElWRV9DT05TVEFOVFMuTEFCRUxfVkFMVUU7XG59XG5cbi8qKlxuICogQG5nZG9jIGZ1bmN0aW9uXG4gKiBAbmFtZSB3bS53aWRnZXRzLmxpdmUuTGl2ZVdpZGdldFV0aWxzI3NldEZpZWxkRGF0YVNldFxuICogQG1ldGhvZE9mIHdtLndpZGdldHMubGl2ZS5MaXZlV2lkZ2V0VXRpbHNcbiAqIEBmdW5jdGlvblxuICpcbiAqIEBkZXNjcmlwdGlvblxuICogRnVuY3Rpb24gdG8gc2V0IHRoZSBkYXRhU2V0IG9uIHRoZSBmaWVsZHNcbiAqXG4gKiBAcGFyYW0ge29iamVjdH0gZm9ybUZpZWxkIGRlZmluaXRpb24gb2YgdGhlIGNvbHVtbi8gZmllbGRcbiAqIEBwYXJhbSB7b2JqZWN0fSBkYXRhIGRhdGEgcmV0dXJuZWQgZnJvbSB0aGUgc2VydmVyXG4gKiBAcGFyYW0ge3N0cmluZ30gYWxpYXNDb2x1bW4gY29sdW1uIGZpZWxkIG5hbWVcbiAqIEBwYXJhbSB7c3RyaW5nfSB3aWRnZXQgd2lkZ2V0IHByb3BlcnR5IG9uIHRoZSBmaWVsZFxuICogQHBhcmFtIHtib29sZWFufSBpc0VuYWJsZUVtcHR5RmlsdGVyIGlzIG51bGwgb3IgZW1wdHkgdmFsdWVzIGFsbG93ZWQgb24gZmlsdGVyXG4gKlxuICovXG5mdW5jdGlvbiBzZXRGaWVsZERhdGFTZXQoZm9ybUZpZWxkLCBkYXRhLCBvcHRpb25zPykge1xuICAgIGNvbnN0IGVtcHR5U3VwcG9ydFdpZGdldHMgPSBbRm9ybVdpZGdldFR5cGUuU0VMRUNULCBGb3JtV2lkZ2V0VHlwZS5SQURJT1NFVF07XG4gICAgY29uc3QgZW1wdHlPcHRpb24gPSB7fTtcbiAgICBjb25zdCBkYXRhU2V0ID0gW107XG4gICAgaWYgKG9wdGlvbnMuaXNFbmFibGVFbXB0eUZpbHRlciAmJiBfLmluY2x1ZGVzKGVtcHR5U3VwcG9ydFdpZGdldHMsIGZvcm1GaWVsZFtvcHRpb25zLndpZGdldF0pICYmXG4gICAgICAgICFmb3JtRmllbGRbJ2lzLXJhbmdlJ10gJiYgIWZvcm1GaWVsZC5tdWx0aXBsZSkge1xuICAgICAgICAvLyBJZiBlbXB0eSBvcHRpb24gaXMgc2VsZWN0ZWQsIHB1c2ggYW4gZW1wdHkgb2JqZWN0IGluIHRvIGRhdGFTZXRcbiAgICAgICAgZW1wdHlPcHRpb25bTElWRV9DT05TVEFOVFMuTEFCRUxfS0VZXSA9IExJVkVfQ09OU1RBTlRTLkVNUFRZX0tFWTtcbiAgICAgICAgZW1wdHlPcHRpb25bTElWRV9DT05TVEFOVFMuTEFCRUxfVkFMVUVdID0gb3B0aW9ucy5FTVBUWV9WQUxVRSB8fCBMSVZFX0NPTlNUQU5UUy5FTVBUWV9WQUxVRTtcbiAgICAgICAgZGF0YVNldC5wdXNoKGVtcHR5T3B0aW9uKTtcbiAgICB9XG4gICAgXy5lYWNoKGRhdGEsIGtleSA9PiB7XG4gICAgICAgIGNvbnN0IHZhbHVlID0ga2V5W29wdGlvbnMuYWxpYXNDb2x1bW5dO1xuICAgICAgICBjb25zdCBvcHRpb24gPSB7fTtcbiAgICAgICAgaWYgKHZhbHVlICE9PSBudWxsICYmIHZhbHVlICE9PSAnJykge1xuICAgICAgICAgICAgb3B0aW9uW0xJVkVfQ09OU1RBTlRTLkxBQkVMX0tFWV0gPSB2YWx1ZTtcbiAgICAgICAgICAgIG9wdGlvbltMSVZFX0NPTlNUQU5UUy5MQUJFTF9WQUxVRV0gPSB2YWx1ZTtcbiAgICAgICAgICAgIGRhdGFTZXQucHVzaChvcHRpb24pO1xuICAgICAgICB9XG4gICAgfSk7XG4gICAgc2V0RGF0YUZpZWxkcyhmb3JtRmllbGQsIG9wdGlvbnMpO1xuICAgIGZvcm1GaWVsZC5kYXRhc2V0ID0gZGF0YVNldDtcbn1cblxuLyoqXG4gKiBAbmdkb2MgZnVuY3Rpb25cbiAqIEBuYW1lIHdtLndpZGdldHMubGl2ZS5MaXZlV2lkZ2V0VXRpbHMjZmV0Y2hEaXN0aW5jdFZhbHVlc1xuICogQG1ldGhvZE9mIHdtLndpZGdldHMubGl2ZS5MaXZlV2lkZ2V0VXRpbHNcbiAqIEBmdW5jdGlvblxuICpcbiAqIEBkZXNjcmlwdGlvblxuICogRnVuY3Rpb24gdG8gZmV0Y2ggdGhlIGRpc3RpbmN0IHZhbHVlcyBmb3IgYSBmaWVsZFxuICpcbiAqIEBwYXJhbSB7b2JqZWN0fSBzY29wZSBzY29wZSBvZiB0aGUgd2lkZ2V0XG4gKiBAcGFyYW0ge29iamVjdH0gZm9ybUZpZWxkcyBkZWZpbml0aW9ucyBvZiB0aGUgY29sdW1uLyBmaWVsZFxuICogQHBhcmFtIHtzdHJpbmd9IHdpZGdldCB3aWRnZXQgcHJvcGVydHkgb24gdGhlIGZpZWxkXG4gKiBAcGFyYW0ge2Jvb2xlYW59IGlzRW5hYmxlRW1wdHlGaWx0ZXIgaXMgbnVsbCBvciBlbXB0eSB2YWx1ZXMgYWxsb3dlZCBvbiBmaWx0ZXJcbiAqXG4gKi9cbmV4cG9ydCBmdW5jdGlvbiBmZXRjaERpc3RpbmN0VmFsdWVzKGRhdGFTb3VyY2UsIGZvcm1GaWVsZHMsIG9wdGlvbnMpIHtcbiAgICBpZiAoXy5pc0VtcHR5KGZvcm1GaWVsZHMpKSB7XG4gICAgICAgIHJldHVybjtcbiAgICB9XG4gICAgZm9ybUZpZWxkcy5mb3JFYWNoKGZvcm1GaWVsZCA9PiB7XG4gICAgICAgIGdldERpc3RpbmN0VmFsdWVzRm9yRmllbGQoZGF0YVNvdXJjZSwgZm9ybUZpZWxkLCBvcHRpb25zKTtcbiAgICB9KTtcbn1cblxuLyoqXG4gKiBAbmdkb2MgZnVuY3Rpb25cbiAqIEBuYW1lIHdtLndpZGdldHMubGl2ZS5MaXZlV2lkZ2V0VXRpbHMjZ2V0RGlzdGluY3RWYWx1ZXNGb3JGaWVsZFxuICogQG1ldGhvZE9mIHdtLndpZGdldHMubGl2ZS5MaXZlV2lkZ2V0VXRpbHNcbiAqIEBmdW5jdGlvblxuICpcbiAqIEBkZXNjcmlwdGlvblxuICogRnVuY3Rpb24gdG8gZmV0Y2ggdGhlIGRpc3RpbmN0IHZhbHVlcyBmb3IgYSBmaWVsZFxuICpcbiAqIEBwYXJhbSB7b2JqZWN0fSBzY29wZSBzY29wZSBvZiB0aGUgd2lkZ2V0XG4gKiBAcGFyYW0ge29iamVjdH0gZm9ybUZpZWxkcyBkZWZpbml0aW9ucyBvZiB0aGUgY29sdW1uLyBmaWVsZFxuICogQHBhcmFtIHtzdHJpbmd9IHdpZGdldCB3aWRnZXQgcHJvcGVydHkgb24gdGhlIGZpZWxkXG4gKiBAcGFyYW0ge2Jvb2xlYW59IGlzRW5hYmxlRW1wdHlGaWx0ZXIgaXMgbnVsbCBvciBlbXB0eSB2YWx1ZXMgYWxsb3dlZCBvbiBmaWx0ZXJcbiAqXG4gKi9cbmV4cG9ydCBmdW5jdGlvbiBnZXREaXN0aW5jdFZhbHVlc0ZvckZpZWxkKGRhdGFTb3VyY2UsIGZvcm1GaWVsZCwgb3B0aW9ucz8pIHtcbiAgICBpZiAoIWRhdGFTb3VyY2UgfHwgIWZvcm1GaWVsZCB8fCBmb3JtRmllbGQuaXNEYXRhU2V0Qm91bmQpIHtcbiAgICAgICAgcmV0dXJuO1xuICAgIH1cbiAgICBpZiAoaXNTZWFyY2hXaWRnZXRUeXBlKGZvcm1GaWVsZFtvcHRpb25zLndpZGdldF0pKSB7XG4gICAgICAgIGNvbnN0IGRhdGFvcHRpb25zID0gZ2V0RGlzdGluY3RGaWVsZFByb3BlcnRpZXMoZGF0YVNvdXJjZSwgZm9ybUZpZWxkKTtcbiAgICAgICAgZm9ybUZpZWxkLmRhdGFvcHRpb25zID0gZGF0YW9wdGlvbnM7XG4gICAgICAgIHNldERhdGFGaWVsZHMoZm9ybUZpZWxkLCBPYmplY3QuYXNzaWduKG9wdGlvbnMgfHwge30sIGRhdGFvcHRpb25zKSk7XG4gICAgICAgIGZvcm1GaWVsZC5kYXRhc291cmNlID0gZGF0YVNvdXJjZTtcbiAgICB9IGVsc2Uge1xuICAgICAgICBpbnRlcnBvbGF0ZUJpbmRFeHByZXNzaW9ucyhmb3JtRmllbGQudmlld1BhcmVudCwgZm9ybUZpZWxkLmZpbHRlcmV4cHJlc3Npb25zLCAoZmlsdGVyZXhwcmVzc2lvbnMpID0+IHtcbiAgICAgICAgICAgIGZvcm1GaWVsZC5maWx0ZXJleHByZXNzaW9ucyA9IGZpbHRlcmV4cHJlc3Npb25zO1xuICAgICAgICAgICAgZ2V0RGlzdGluY3RWYWx1ZXMoZGF0YVNvdXJjZSwgZm9ybUZpZWxkLCBvcHRpb25zLndpZGdldCkudGhlbigocmVzOiBhbnkpID0+IHtcbiAgICAgICAgICAgICAgICBzZXRGaWVsZERhdGFTZXQocmVzLmZpZWxkLCByZXMuZGF0YSwge1xuICAgICAgICAgICAgICAgICAgICBhbGlhc0NvbHVtbjogcmVzLmFsaWFzQ29sdW1uLFxuICAgICAgICAgICAgICAgICAgICB3aWRnZXQ6IG9wdGlvbnMud2lkZ2V0LFxuICAgICAgICAgICAgICAgICAgICBpc0VuYWJsZUVtcHR5RmlsdGVyOiBnZXRFbmFibGVFbXB0eUZpbHRlcihvcHRpb25zLmVuYWJsZWVtcHR5ZmlsdGVyKSxcbiAgICAgICAgICAgICAgICAgICAgRU1QVFlfVkFMVUU6IG9wdGlvbnMuRU1QVFlfVkFMVUVcbiAgICAgICAgICAgICAgICB9KTtcbiAgICAgICAgICAgIH0pO1xuICAgICAgICB9KTtcbiAgICB9XG59XG5cbmZ1bmN0aW9uIGlzRGVmaW5lZEFuZE5vdEVtcHR5KHZhbCkge1xuICAgIHJldHVybiBpc0RlZmluZWQodmFsKSAmJiB2YWwgIT09ICcnICYmIHZhbCAhPT0gbnVsbDtcbn1cblxuLyoqXG4gKiBAbmdkb2MgZnVuY3Rpb25cbiAqIEBuYW1lIHdtLndpZGdldHMubGl2ZS5nZXRSYW5nZUZpZWxkVmFsdWVcbiAqIEBtZXRob2RPZiB3bS53aWRnZXRzLmxpdmUuTGl2ZVdpZGdldFV0aWxzXG4gKiBAZnVuY3Rpb25cbiAqXG4gKiBAZGVzY3JpcHRpb25cbiAqIEZ1bmN0aW9uIHRvIGdldCB0aGUgZmllbGQgdmFsdWUgZm9yIHJhbmdlXG4gKlxuICogQHBhcmFtIHtzdHJpbmd9IG1pblZhbHVlIG1pbiB2YWx1ZSBzZWxlY3RlZFxuICogQHBhcmFtIHtzdHJpbmd9IG1heFZhbHVlIG1heCB2YWx1ZSBzZWxlY3RlZFxuICovXG5leHBvcnQgZnVuY3Rpb24gZ2V0UmFuZ2VGaWVsZFZhbHVlKG1pblZhbHVlLCBtYXhWYWx1ZSkge1xuICAgIGxldCBmaWVsZFZhbHVlO1xuICAgIGlmIChpc0RlZmluZWRBbmROb3RFbXB0eShtaW5WYWx1ZSkgJiYgaXNEZWZpbmVkQW5kTm90RW1wdHkobWF4VmFsdWUpKSB7XG4gICAgICAgIGZpZWxkVmFsdWUgPSBbbWluVmFsdWUsIG1heFZhbHVlXTtcbiAgICB9IGVsc2UgaWYgKGlzRGVmaW5lZEFuZE5vdEVtcHR5KG1pblZhbHVlKSkge1xuICAgICAgICBmaWVsZFZhbHVlID0gbWluVmFsdWU7XG4gICAgfSBlbHNlIGlmIChpc0RlZmluZWRBbmROb3RFbXB0eShtYXhWYWx1ZSkpIHtcbiAgICAgICAgZmllbGRWYWx1ZSA9IG1heFZhbHVlO1xuICAgIH1cbiAgICByZXR1cm4gZmllbGRWYWx1ZTtcbn1cbi8qKlxuICogQG5nZG9jIGZ1bmN0aW9uXG4gKiBAbmFtZSB3bS53aWRnZXRzLmxpdmUuZ2V0UmFuZ2VNYXRjaE1vZGVcbiAqIEBtZXRob2RPZiB3bS53aWRnZXRzLmxpdmUuTGl2ZVdpZGdldFV0aWxzXG4gKiBAZnVuY3Rpb25cbiAqXG4gKiBAZGVzY3JpcHRpb25cbiAqIEZ1bmN0aW9uIHRvIGdldCB0aGUgbWF0Y2ggbW9kZSBmb3IgcmFuZ2VcbiAqXG4gKiBAcGFyYW0ge3N0cmluZ30gbWluVmFsdWUgbWluIHZhbHVlIHNlbGVjdGVkXG4gKiBAcGFyYW0ge3N0cmluZ30gbWF4VmFsdWUgbWF4IHZhbHVlIHNlbGVjdGVkXG4gKi9cbmV4cG9ydCBmdW5jdGlvbiBnZXRSYW5nZU1hdGNoTW9kZShtaW5WYWx1ZSwgbWF4VmFsdWUpIHtcbiAgICBsZXQgbWF0Y2hNb2RlO1xuICAgIC8vIElmIHR3byB2YWx1ZXMgZXhpc3RzLCB0aGVuIGl0IGlzIGJldHdlZW4uIE90aGVyd2lzZSwgZ3JlYXRlciBvciBsZXNzZXJcbiAgICBpZiAoaXNEZWZpbmVkQW5kTm90RW1wdHkobWluVmFsdWUpICYmIGlzRGVmaW5lZEFuZE5vdEVtcHR5KG1heFZhbHVlKSkge1xuICAgICAgICBtYXRjaE1vZGUgPSBNYXRjaE1vZGUuQkVUV0VFTjtcbiAgICB9IGVsc2UgaWYgKGlzRGVmaW5lZEFuZE5vdEVtcHR5KG1pblZhbHVlKSkge1xuICAgICAgICBtYXRjaE1vZGUgPSBNYXRjaE1vZGUuR1JFQVRFUjtcbiAgICB9IGVsc2UgaWYgKGlzRGVmaW5lZEFuZE5vdEVtcHR5KG1heFZhbHVlKSkge1xuICAgICAgICBtYXRjaE1vZGUgPSBNYXRjaE1vZGUuTEVTU0VSO1xuICAgIH1cbiAgICByZXR1cm4gbWF0Y2hNb2RlO1xufVxuLyoqXG4gKiBAbmdkb2MgZnVuY3Rpb25cbiAqIEBuYW1lIHdtLndpZGdldHMubGl2ZS5nZXRFbmFibGVFbXB0eUZpbHRlclxuICogQG1ldGhvZE9mIHdtLndpZGdldHMubGl2ZS5MaXZlV2lkZ2V0VXRpbHNcbiAqIEBmdW5jdGlvblxuICpcbiAqIEBkZXNjcmlwdGlvblxuICogVGhpcyBmdW5jdGlvbiBjaGVja3MgaWYgZW5hYmxlIGZpbHRlciBvcHRpb25zIGlzIHNldCBvbiBsaXZlIGZpbHRlclxuICpcbiAqIEBwYXJhbSB7b2JqZWN0fSBlbmFibGVlbXB0eWZpbHRlciBlbXB0eSBmaWx0ZXIgb3B0aW9uc1xuICovXG5leHBvcnQgZnVuY3Rpb24gZ2V0RW5hYmxlRW1wdHlGaWx0ZXIoZW5hYmxlZW1wdHlmaWx0ZXIpIHtcbiAgICByZXR1cm4gZW5hYmxlZW1wdHlmaWx0ZXIgJiYgXy5pbnRlcnNlY3Rpb24oZW5hYmxlZW1wdHlmaWx0ZXIuc3BsaXQoJywnKSwgTElWRV9DT05TVEFOVFMuTlVMTF9FTVBUWSkubGVuZ3RoID4gMDtcbn1cbi8qKlxuICogQG5nZG9jIGZ1bmN0aW9uXG4gKiBAbmFtZSB3bS53aWRnZXRzLmxpdmUuZ2V0RW1wdHlNYXRjaE1vZGVcbiAqIEBtZXRob2RPZiB3bS53aWRnZXRzLmxpdmUuTGl2ZVdpZGdldFV0aWxzXG4gKiBAZnVuY3Rpb25cbiAqXG4gKiBAZGVzY3JpcHRpb25cbiAqIEZ1bmN0aW9uIHRvIGdldCB0aGUgbWF0Y2ggbW9kZSBiYXNlZCBvbiB0aGUgZmlsdGVyIHNlbGVjdGVkXG4gKlxuICogQHBhcmFtIHtvYmplY3R9IGVuYWJsZWVtcHR5ZmlsdGVyIGVtcHR5IGZpbHRlciBvcHRpb25zXG4gKi9cbmV4cG9ydCBmdW5jdGlvbiBnZXRFbXB0eU1hdGNoTW9kZShlbmFibGVlbXB0eWZpbHRlcikge1xuICAgIGxldCBtYXRjaE1vZGU7XG4gICAgY29uc3QgZW1wdHlGaWx0ZXJPcHRpb25zID0gXy5zcGxpdChlbmFibGVlbXB0eWZpbHRlciwgJywnKTtcbiAgICBpZiAoXy5pbnRlcnNlY3Rpb24oZW1wdHlGaWx0ZXJPcHRpb25zLCBMSVZFX0NPTlNUQU5UUy5OVUxMX0VNUFRZKS5sZW5ndGggPT09IDIpIHtcbiAgICAgICAgbWF0Y2hNb2RlID0gTWF0Y2hNb2RlLk5VTExPUkVNUFRZO1xuICAgIH0gZWxzZSBpZiAoXy5pbmNsdWRlcyhlbXB0eUZpbHRlck9wdGlvbnMsIExJVkVfQ09OU1RBTlRTLk5VTEwpKSB7XG4gICAgICAgIG1hdGNoTW9kZSA9IE1hdGNoTW9kZS5OVUxMO1xuICAgIH0gZWxzZSBpZiAoXy5pbmNsdWRlcyhlbXB0eUZpbHRlck9wdGlvbnMsIExJVkVfQ09OU1RBTlRTLkVNUFRZKSkge1xuICAgICAgICBtYXRjaE1vZGUgPSBNYXRjaE1vZGUuRU1QVFk7XG4gICAgfVxuICAgIHJldHVybiBtYXRjaE1vZGU7XG59XG5cbi8qKlxuICogY29udmVydHMgdGhlIGRhdGEgcGFzc2VkIHRvIGFycmF5LlxuICogIC0+IEFycmF5OiBbMSwyLDNdIC0gWzEsMiwzXVxuICogIC0+IFN0cmluZzogYSxiLGMgLSBbJ2EnLCdiJywnYyddXG4gKiAgLT4gb2JqZWN0OiB7YToxfSAtIFt7YToxfV1cbiAqICAtPiBudWxsIC0gW11cbiAqICAtPiB1bmRlZmluZWQgLSBbXVxuICogQHBhcmFtIGRhdGFcbiAqIEByZXR1cm5zIHtBcnJheTxhbnk+fVxuICovXG5leHBvcnQgY29uc3QgY3JlYXRlQXJyYXlGcm9tID0gKGRhdGEpOiBBcnJheTxhbnk+ID0+IHtcblxuICAgIGlmIChfLmlzVW5kZWZpbmVkKGRhdGEpIHx8IF8uaXNOdWxsKGRhdGEpKSB7XG4gICAgICAgIHJldHVybiBbXTtcbiAgICB9XG5cbiAgICBpZiAoXy5pc1N0cmluZyhkYXRhKSkge1xuICAgICAgICBkYXRhID0gZGF0YS5zcGxpdCgnLCcpLm1hcChGdW5jdGlvbi5wcm90b3R5cGUuY2FsbCwgU3RyaW5nLnByb3RvdHlwZS50cmltKTtcbiAgICB9XG5cbiAgICBpZiAoIV8uaXNBcnJheShkYXRhKSkge1xuICAgICAgICBkYXRhID0gW2RhdGFdO1xuICAgIH1cblxuICAgIHJldHVybiBkYXRhO1xufTtcblxuLyoqXG4gKiBAbmdkb2MgZnVuY3Rpb25cbiAqIEBuYW1lIHdtLndpZGdldHMubGl2ZS5hcHBseUZpbHRlck9uRmllbGRcbiAqIEBtZXRob2RPZiB3bS53aWRnZXRzLmxpdmUuTGl2ZVdpZGdldFV0aWxzXG4gKiBAZnVuY3Rpb25cbiAqXG4gKiBAZGVzY3JpcHRpb25cbiAqIEZ1bmN0aW9uIHRvIGdldCB0aGUgdXBkYXRlZCB2YWx1ZXMgd2hlbiBmaWx0ZXIgb24gZmllbGQgaXMgY2hhbmdlZFxuICpcbiAqIEBwYXJhbSB7b2JqZWN0fSAkc2NvcGUgc2NvcGUgb2YgdGhlIGZpbHRlciBmaWVsZC9mb3JtIGZpZWxkXG4gKiBAcGFyYW0ge29iamVjdH0gZmlsdGVyRGVmIGZpbHRlci9mb3JtIGRlZmluaXRpb24gb2YgdGhlIGZpZWxkXG4gKiBAcGFyYW0ge2Jvb2xlYW59IGlzRmlyc3QgYm9vbGVhbiB2YWx1ZSB0byBjaGVjayBpZiB0aGlzIG1ldGhvZCBpcyBjYWxsZWQgb24gbG9hZFxuICovXG5leHBvcnQgZnVuY3Rpb24gYXBwbHlGaWx0ZXJPbkZpZWxkKGRhdGFTb3VyY2UsIGZpbHRlckRlZiwgZm9ybUZpZWxkcywgbmV3VmFsLCBvcHRpb25zOiBhbnkgPSB7fSkge1xuICAgIGNvbnN0IGZpZWxkTmFtZSA9IGZpbHRlckRlZi5maWVsZCB8fCBmaWx0ZXJEZWYua2V5O1xuICAgIGNvbnN0IGZpbHRlck9uRmllbGRzID0gXy5maWx0ZXIoZm9ybUZpZWxkcywgeyAnZmlsdGVyLW9uJzogZmllbGROYW1lIH0pO1xuXG4gICAgbmV3VmFsID0gZmlsdGVyRGVmWydpcy1yYW5nZSddID8gZ2V0UmFuZ2VGaWVsZFZhbHVlKGZpbHRlckRlZi5taW5WYWx1ZSwgZmlsdGVyRGVmLm1heFZhbHVlKSA6IChpc0RlZmluZWQobmV3VmFsKSA/IG5ld1ZhbCA6IGZpbHRlckRlZi52YWx1ZSk7XG4gICAgaWYgKCFkYXRhU291cmNlIHx8IChvcHRpb25zLmlzRmlyc3QgJiYgKF8uaXNVbmRlZmluZWQobmV3VmFsKSB8fCBuZXdWYWwgPT09ICcnKSkpIHtcbiAgICAgICAgcmV0dXJuO1xuICAgIH1cbiAgICAvLyBMb29wIG92ZXIgdGhlIGZpZWxkcyBmb3Igd2hpY2ggdGhlIGN1cnJlbnQgZmllbGQgaXMgZmlsdGVyIG9uIGZpZWxkXG4gICAgXy5mb3JFYWNoKGZpbHRlck9uRmllbGRzLCBmaWx0ZXJGaWVsZCA9PiB7XG4gICAgICAgIGNvbnN0IGZpbHRlcktleSA9IGZpbHRlckZpZWxkLmZpZWxkIHx8IGZpbHRlckZpZWxkLmtleTtcbiAgICAgICAgY29uc3QgbG9va1VwRmllbGQgPSBmaWx0ZXJEZWZbJ2xvb2t1cC1maWVsZCddIHx8IGZpbHRlckRlZi5fcHJpbWFyeUtleTtcbiAgICAgICAgY29uc3QgZmlsdGVyV2lkZ2V0ID0gZmlsdGVyRmllbGRbJ2VkaXQtd2lkZ2V0LXR5cGUnXSB8fCBmaWx0ZXJGaWVsZC53aWRnZXR0eXBlO1xuICAgICAgICBsZXQgZmlsdGVyRmllbGRzID0ge307XG4gICAgICAgIGxldCBmaWx0ZXJPbiA9IGZpbHRlckZpZWxkWydmaWx0ZXItb24nXTtcbiAgICAgICAgbGV0IGZpbHRlclZhbDtcbiAgICAgICAgbGV0IGZpZWxkQ29sdW1uO1xuICAgICAgICBsZXQgbWF0Y2hNb2RlO1xuICAgICAgICBpZiAoIWlzRGF0YVNldFdpZGdldChmaWx0ZXJXaWRnZXQpIHx8IGZpbHRlckZpZWxkLmlzRGF0YVNldEJvdW5kIHx8IGZpbHRlck9uID09PSBmaWx0ZXJLZXkpIHtcbiAgICAgICAgICAgIHJldHVybjtcbiAgICAgICAgfVxuICAgICAgICAvLyBGb3IgcmVsYXRlZCBmaWVsZHMsIGFkZCBsb29rdXBmaWVsZCBmb3IgcXVlcnkgZ2VuZXJhdGlvblxuICAgICAgICBpZiAoZmlsdGVyRGVmICYmIGZpbHRlckRlZlsnaXMtcmVsYXRlZCddKSB7XG4gICAgICAgICAgICBmaWx0ZXJPbiArPSAnLicgKyBsb29rVXBGaWVsZDtcbiAgICAgICAgfVxuICAgICAgICBpZiAoaXNEZWZpbmVkKG5ld1ZhbCkpIHtcbiAgICAgICAgICAgIGlmIChmaWx0ZXJEZWZbJ2lzLXJhbmdlJ10pIHtcbiAgICAgICAgICAgICAgICBtYXRjaE1vZGUgPSBnZXRSYW5nZU1hdGNoTW9kZShmaWx0ZXJEZWYubWluVmFsdWUsIGZpbHRlckRlZi5tYXhWYWx1ZSk7XG4gICAgICAgICAgICB9IGVsc2UgaWYgKGdldEVuYWJsZUVtcHR5RmlsdGVyKG9wdGlvbnMuZW5hYmxlZW1wdHlmaWx0ZXIpICYmIG5ld1ZhbCA9PT0gTElWRV9DT05TVEFOVFMuRU1QVFlfS0VZKSB7XG4gICAgICAgICAgICAgICAgbWF0Y2hNb2RlID0gZ2V0RW1wdHlNYXRjaE1vZGUob3B0aW9ucy5lbmFibGVlbXB0eWZpbHRlcik7XG4gICAgICAgICAgICB9IGVsc2Uge1xuICAgICAgICAgICAgICAgIG1hdGNoTW9kZSA9IE1hdGNoTW9kZS5FUVVBTFM7XG4gICAgICAgICAgICB9XG4gICAgICAgICAgICBmaWx0ZXJWYWwgPSAoXy5pc09iamVjdChuZXdWYWwpICYmICFfLmlzQXJyYXkobmV3VmFsKSkgPyBuZXdWYWxbbG9va1VwRmllbGRdIDogbmV3VmFsO1xuICAgICAgICAgICAgZmlsdGVyRmllbGRzW2ZpbHRlck9uXSA9IHtcbiAgICAgICAgICAgICAgICAndmFsdWUnOiBmaWx0ZXJWYWwsXG4gICAgICAgICAgICAgICAgJ21hdGNoTW9kZSc6IG1hdGNoTW9kZVxuICAgICAgICAgICAgfTtcbiAgICAgICAgfSBlbHNlIHtcbiAgICAgICAgICAgIGZpbHRlckZpZWxkcyA9IHt9O1xuICAgICAgICB9XG4gICAgICAgIGZpZWxkQ29sdW1uID0gZmlsdGVyS2V5O1xuXG4gICAgICAgIGlmIChpc1NlYXJjaFdpZGdldFR5cGUoZmlsdGVyV2lkZ2V0KSAmJiBmaWx0ZXJGaWVsZC5kYXRhb3B0aW9ucykge1xuICAgICAgICAgICAgZmlsdGVyRmllbGQuZGF0YW9wdGlvbnMuZmlsdGVyRmllbGRzID0gZmlsdGVyRmllbGRzO1xuICAgICAgICB9IGVsc2Uge1xuICAgICAgICAgICAgZGF0YVNvdXJjZS5leGVjdXRlKERhdGFTb3VyY2UuT3BlcmF0aW9uLkdFVF9ESVNUSU5DVF9EQVRBX0JZX0ZJRUxEUywge1xuICAgICAgICAgICAgICAgICdmaWVsZHMnOiBmaWVsZENvbHVtbixcbiAgICAgICAgICAgICAgICAnZmlsdGVyRmllbGRzJzogZmlsdGVyRmllbGRzLFxuICAgICAgICAgICAgICAgICdwYWdlc2l6ZSc6IGZpbHRlckZpZWxkLmxpbWl0XG4gICAgICAgICAgICB9KS50aGVuKHJlc3BvbnNlID0+IHtcbiAgICAgICAgICAgICAgICBzZXRGaWVsZERhdGFTZXQoZmlsdGVyRmllbGQsIHJlc3BvbnNlLmRhdGEsIHtcbiAgICAgICAgICAgICAgICAgICAgYWxpYXNDb2x1bW46IGZpZWxkQ29sdW1uLFxuICAgICAgICAgICAgICAgICAgICB3aWRnZXQ6IG9wdGlvbnMud2lkZ2V0IHx8ICd3aWRnZXR0eXBlJyxcbiAgICAgICAgICAgICAgICAgICAgaXNFbmFibGVFbXB0eUZpbHRlcjogZ2V0RW5hYmxlRW1wdHlGaWx0ZXIob3B0aW9ucy5lbmFibGVlbXB0eWZpbHRlciksXG4gICAgICAgICAgICAgICAgICAgIEVNUFRZX1ZBTFVFOiBvcHRpb25zLkVNUFRZX1ZBTFVFXG4gICAgICAgICAgICAgICAgfSk7XG4gICAgICAgICAgICB9LCBub29wKTtcbiAgICAgICAgfVxuICAgIH0pO1xufVxuXG4vLyBUcmFuc2Zvcm0gZGF0YSBhcyByZXF1aXJlZCBieSBkYXRhIHRhYmxlXG5leHBvcnQgZnVuY3Rpb24gdHJhbnNmb3JtRGF0YShkYXRhT2JqZWN0LCB2YXJpYWJsZU5hbWUpIHtcbiAgICBsZXQgbmV3T2JqLFxuICAgICAgICB0ZW1wQXJyLFxuICAgICAgICBrZXlzLFxuICAgICAgICBvbGRLZXlzLFxuICAgICAgICBudW1LZXlzLFxuICAgICAgICBuZXdPYmplY3QsXG4gICAgICAgIHRlbXBPYmo7XG5cbiAgICAvLyBkYXRhIHNhbml0eSB0ZXN0aW5nXG4gICAgZGF0YU9iamVjdCA9IGRhdGFPYmplY3QgfHwgW107XG4gICAgLy8gaWYgdGhlIGRhdGFPYmplY3QgaXMgbm90IGFuIGFycmF5IG1ha2UgaXQgYW4gYXJyYXlcbiAgICBpZiAoIV8uaXNBcnJheShkYXRhT2JqZWN0KSkge1xuICAgICAgICAvLyBpZiB0aGUgZGF0YSByZXR1cm5lZCBpcyBvZiB0eXBlIHN0cmluZywgbWFrZSBpdCBhbiBvYmplY3QgaW5zaWRlIGFuIGFycmF5XG4gICAgICAgIGlmIChfLmlzU3RyaW5nKGRhdGFPYmplY3QpKSB7XG4gICAgICAgICAgICBrZXlzID0gdmFyaWFibGVOYW1lLnN1YnN0cmluZyh2YXJpYWJsZU5hbWUuaW5kZXhPZignLicpICsgMSwgdmFyaWFibGVOYW1lLmxlbmd0aCkuc3BsaXQoJy4nKTtcbiAgICAgICAgICAgIG9sZEtleXMgPSBbXTtcbiAgICAgICAgICAgIG51bUtleXMgPSBrZXlzLmxlbmd0aDtcbiAgICAgICAgICAgIG5ld09iamVjdCA9IHt9O1xuICAgICAgICAgICAgdGVtcE9iaiA9IG5ld09iamVjdDtcblxuICAgICAgICAgICAgLy8gbG9vcCBvdmVyIHRoZSBrZXlzIHRvIGZvcm0gYXBwcm9wcmlhdGUgZGF0YSBvYmplY3QgcmVxdWlyZWQgZm9yIGdyaWRcbiAgICAgICAgICAgIGtleXMuZm9yRWFjaCgoa2V5LCBpbmRleCkgPT4ge1xuICAgICAgICAgICAgICAgIC8vIGxvb3Agb3ZlciBvbGQga2V5cyB0byBjcmVhdGUgbmV3IG9iamVjdCBhdCB0aGUgaXRlcmF0aXZlIGxldmVsXG4gICAgICAgICAgICAgICAgb2xkS2V5cy5mb3JFYWNoKG9sZEtleSA9PiB7XG4gICAgICAgICAgICAgICAgICAgIHRlbXBPYmogPSBuZXdPYmplY3Rbb2xkS2V5XTtcbiAgICAgICAgICAgICAgICB9KTtcbiAgICAgICAgICAgICAgICB0ZW1wT2JqW2tleV0gPSBpbmRleCA9PT0gbnVtS2V5cyAtIDEgPyBkYXRhT2JqZWN0IDoge307XG4gICAgICAgICAgICAgICAgb2xkS2V5cy5wdXNoKGtleSk7XG4gICAgICAgICAgICB9KTtcblxuICAgICAgICAgICAgLy8gY2hhbmdlIHRoZSBzdHJpbmcgZGF0YSB0byB0aGUgbmV3IGRhdGFPYmplY3QgZm9ybWVkXG4gICAgICAgICAgICBkYXRhT2JqZWN0ID0gbmV3T2JqZWN0O1xuICAgICAgICB9XG4gICAgICAgIGRhdGFPYmplY3QgPSBbZGF0YU9iamVjdF07XG4gICAgfSBlbHNlIHtcbiAgICAgICAgLyppZiB0aGUgZGF0YU9iamVjdCBpcyBhbiBhcnJheSBhbmQgZWFjaCB2YWx1ZSBpcyBhIHN0cmluZywgdGhlbiBsaXRlLXRyYW5zZm9ybSB0aGUgc3RyaW5nIHRvIGFuIG9iamVjdFxuICAgICAgICAgKiBsaXRlLXRyYW5zZm9ybToganVzdCBjaGVja2luZyBpZiB0aGUgZmlyc3QgdmFsdWUgaXMgc3RyaW5nIGFuZCB0aGVuIHRyYW5zZm9ybWluZyB0aGUgb2JqZWN0LCBpbnN0ZWFkIG9mIHRyYXZlcnNpbmcgdGhyb3VnaCB0aGUgd2hvbGUgYXJyYXlcbiAgICAgICAgICogKi9cbiAgICAgICAgaWYgKF8uaXNTdHJpbmcoZGF0YU9iamVjdFswXSkpIHtcbiAgICAgICAgICAgIHRlbXBBcnIgPSBbXTtcbiAgICAgICAgICAgIF8uZm9yRWFjaChkYXRhT2JqZWN0LCBzdHIgPT4ge1xuICAgICAgICAgICAgICAgIG5ld09iaiA9IHt9O1xuICAgICAgICAgICAgICAgIG5ld09ialt2YXJpYWJsZU5hbWUuc3BsaXQoJy4nKS5qb2luKCctJyldID0gc3RyO1xuICAgICAgICAgICAgICAgIHRlbXBBcnIucHVzaChuZXdPYmopO1xuICAgICAgICAgICAgfSk7XG4gICAgICAgICAgICBkYXRhT2JqZWN0ID0gdGVtcEFycjtcbiAgICAgICAgfVxuICAgIH1cbiAgICByZXR1cm4gZGF0YU9iamVjdDtcbn1cbiJdfQ==
|