@wavemaker/app-ng-runtime 11.8.0-rc.5663 → 11.8.0-rc.5666
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}/components/base/bundles/index.umd.js +6 -4
- package/components/base/esm2022/widgets/common/base/base-field-validations.mjs +267 -0
- {app-ng-runtime → package}/components/base/fesm2022/index.mjs +6 -4
- {app-ng-runtime → package}/components/base/fesm2022/index.mjs.map +1 -1
- {app-ng-runtime → package}/components/basic/search/bundles/index.umd.js +9 -10
- package/components/basic/search/esm2022/search.component.mjs +921 -0
- {app-ng-runtime → package}/components/basic/search/fesm2022/index.mjs +9 -10
- package/components/basic/search/fesm2022/index.mjs.map +1 -0
- {app-ng-runtime → package}/components/data/pagination/bundles/index.umd.js +9 -10
- package/components/data/pagination/esm2022/pagination.component.mjs +770 -0
- {app-ng-runtime → package}/components/data/pagination/fesm2022/index.mjs +9 -10
- package/components/data/pagination/fesm2022/index.mjs.map +1 -0
- {app-ng-runtime → package}/components/data/table/bundles/index.umd.js +1 -0
- package/components/data/table/esm2022/table.component.mjs +2204 -0
- {app-ng-runtime → package}/components/data/table/fesm2022/index.mjs +1 -0
- package/components/data/table/fesm2022/index.mjs.map +1 -0
- {app-ng-runtime → package}/components/input/color-picker/bundles/index.umd.js +2 -2
- {app-ng-runtime → package}/components/input/color-picker/esm2022/color-picker.component.mjs +3 -3
- {app-ng-runtime → package}/components/input/color-picker/fesm2022/index.mjs +2 -2
- package/components/input/color-picker/fesm2022/index.mjs.map +1 -0
- {app-ng-runtime → package}/components/input/default/bundles/index.umd.js +32 -37
- package/components/input/default/esm2022/checkbox/checkbox.component.mjs +175 -0
- package/components/input/default/esm2022/select/select.component.mjs +202 -0
- {app-ng-runtime → package}/components/input/default/esm2022/text/base/base-input.mjs +2 -3
- package/components/input/default/esm2022/text/calendar/input-calendar.component.mjs +65 -0
- package/components/input/default/esm2022/text/color/input-color.component.mjs +65 -0
- {app-ng-runtime → package}/components/input/default/fesm2022/index.mjs +32 -37
- package/components/input/default/fesm2022/index.mjs.map +1 -0
- {app-ng-runtime → package}/components/input/default/text/base/base-input.d.ts +0 -1
- {app-ng-runtime → package}/components/input/epoch/bundles/index.umd.js +11 -13
- {app-ng-runtime → package}/components/input/epoch/esm2022/date/date.component.mjs +2 -2
- package/components/input/epoch/esm2022/date-time/date-time.component.mjs +507 -0
- package/components/input/epoch/esm2022/time/time.component.mjs +380 -0
- {app-ng-runtime → package}/components/input/epoch/fesm2022/index.mjs +11 -13
- package/components/input/epoch/fesm2022/index.mjs.map +1 -0
- {app-ng-runtime → package}/components/input/rating/bundles/index.umd.js +10 -12
- package/components/input/rating/esm2022/rating.component.mjs +269 -0
- {app-ng-runtime → package}/components/input/rating/fesm2022/index.mjs +10 -12
- package/components/input/rating/fesm2022/index.mjs.map +1 -0
- {app-ng-runtime → package}/components/input/slider/bundles/index.umd.js +3 -4
- package/components/input/slider/esm2022/slider.component.mjs +87 -0
- {app-ng-runtime → package}/components/input/slider/fesm2022/index.mjs +3 -4
- package/components/input/slider/fesm2022/index.mjs.map +1 -0
- {app-ng-runtime → package}/core/bundles/index.umd.js +0 -23
- {app-ng-runtime → package}/core/esm2022/public_api.mjs +1 -2
- {app-ng-runtime → package}/core/fesm2022/index.mjs +3 -25
- package/core/fesm2022/index.mjs.map +1 -0
- {app-ng-runtime → package}/core/public_api.d.ts +0 -1
- package/npm-shrinkwrap.json +17 -0
- package/package.json +16 -0
- {app-ng-runtime → package}/runtime/base/bundles/index.umd.js +4 -8
- {app-ng-runtime → package}/runtime/base/components/app-component/app.component.d.ts +1 -3
- package/runtime/base/esm2022/components/app-component/app.component.mjs +234 -0
- package/runtime/base/esm2022/services/i18n.service.mjs +334 -0
- {app-ng-runtime → package}/runtime/base/fesm2022/index.mjs +4 -8
- package/runtime/base/fesm2022/index.mjs.map +1 -0
- app-ng-runtime/build-task/.npmignore +0 -2
- app-ng-runtime/build-task/package.json +0 -28
- app-ng-runtime/components/advanced/carousel/.npmignore +0 -2
- app-ng-runtime/components/advanced/carousel/package.json +0 -23
- app-ng-runtime/components/advanced/login/.npmignore +0 -2
- app-ng-runtime/components/advanced/login/package.json +0 -23
- app-ng-runtime/components/advanced/marquee/.npmignore +0 -2
- app-ng-runtime/components/advanced/marquee/package.json +0 -23
- app-ng-runtime/components/base/.npmignore +0 -2
- app-ng-runtime/components/base/esm2022/widgets/common/base/base-field-validations.mjs +0 -265
- app-ng-runtime/components/base/package.json +0 -28
- app-ng-runtime/components/basic/default/.npmignore +0 -2
- app-ng-runtime/components/basic/default/package.json +0 -23
- app-ng-runtime/components/basic/progress/.npmignore +0 -2
- app-ng-runtime/components/basic/progress/package.json +0 -23
- app-ng-runtime/components/basic/rich-text-editor/.npmignore +0 -2
- app-ng-runtime/components/basic/rich-text-editor/package.json +0 -23
- app-ng-runtime/components/basic/search/.npmignore +0 -2
- app-ng-runtime/components/basic/search/esm2022/search.component.mjs +0 -922
- app-ng-runtime/components/basic/search/fesm2022/index.mjs.map +0 -1
- app-ng-runtime/components/basic/search/package.json +0 -23
- app-ng-runtime/components/basic/tree/.npmignore +0 -2
- app-ng-runtime/components/basic/tree/package.json +0 -23
- app-ng-runtime/components/chart/.npmignore +0 -2
- app-ng-runtime/components/chart/package.json +0 -23
- app-ng-runtime/components/containers/accordion/.npmignore +0 -2
- app-ng-runtime/components/containers/accordion/package.json +0 -23
- app-ng-runtime/components/containers/layout-grid/.npmignore +0 -2
- app-ng-runtime/components/containers/layout-grid/package.json +0 -23
- app-ng-runtime/components/containers/linear-layout/.npmignore +0 -2
- app-ng-runtime/components/containers/linear-layout/package.json +0 -23
- app-ng-runtime/components/containers/panel/.npmignore +0 -2
- app-ng-runtime/components/containers/panel/package.json +0 -23
- app-ng-runtime/components/containers/tabs/.npmignore +0 -2
- app-ng-runtime/components/containers/tabs/package.json +0 -23
- app-ng-runtime/components/containers/tile/.npmignore +0 -2
- app-ng-runtime/components/containers/tile/package.json +0 -23
- app-ng-runtime/components/containers/wizard/.npmignore +0 -2
- app-ng-runtime/components/containers/wizard/package.json +0 -23
- app-ng-runtime/components/data/card/.npmignore +0 -2
- app-ng-runtime/components/data/card/package.json +0 -23
- app-ng-runtime/components/data/form/.npmignore +0 -2
- app-ng-runtime/components/data/form/package.json +0 -23
- app-ng-runtime/components/data/list/.npmignore +0 -2
- app-ng-runtime/components/data/list/package.json +0 -23
- app-ng-runtime/components/data/live-table/.npmignore +0 -2
- app-ng-runtime/components/data/live-table/package.json +0 -23
- app-ng-runtime/components/data/pagination/.npmignore +0 -2
- app-ng-runtime/components/data/pagination/esm2022/pagination.component.mjs +0 -771
- app-ng-runtime/components/data/pagination/fesm2022/index.mjs.map +0 -1
- app-ng-runtime/components/data/pagination/package.json +0 -23
- app-ng-runtime/components/data/table/.npmignore +0 -2
- app-ng-runtime/components/data/table/esm2022/table.component.mjs +0 -2203
- app-ng-runtime/components/data/table/fesm2022/index.mjs.map +0 -1
- app-ng-runtime/components/data/table/package.json +0 -23
- app-ng-runtime/components/dialogs/alert-dialog/.npmignore +0 -2
- app-ng-runtime/components/dialogs/alert-dialog/package.json +0 -23
- app-ng-runtime/components/dialogs/confirm-dialog/.npmignore +0 -2
- app-ng-runtime/components/dialogs/confirm-dialog/package.json +0 -23
- app-ng-runtime/components/dialogs/default/.npmignore +0 -2
- app-ng-runtime/components/dialogs/default/package.json +0 -23
- app-ng-runtime/components/dialogs/design-dialog/.npmignore +0 -2
- app-ng-runtime/components/dialogs/design-dialog/package.json +0 -23
- app-ng-runtime/components/dialogs/iframe-dialog/.npmignore +0 -2
- app-ng-runtime/components/dialogs/iframe-dialog/package.json +0 -23
- app-ng-runtime/components/dialogs/login-dialog/.npmignore +0 -2
- app-ng-runtime/components/dialogs/login-dialog/package.json +0 -23
- app-ng-runtime/components/dialogs/partial-dialog/.npmignore +0 -2
- app-ng-runtime/components/dialogs/partial-dialog/package.json +0 -23
- app-ng-runtime/components/input/calendar/.npmignore +0 -2
- app-ng-runtime/components/input/calendar/package.json +0 -23
- app-ng-runtime/components/input/chips/.npmignore +0 -2
- app-ng-runtime/components/input/chips/package.json +0 -23
- app-ng-runtime/components/input/color-picker/.npmignore +0 -2
- app-ng-runtime/components/input/color-picker/fesm2022/index.mjs.map +0 -1
- app-ng-runtime/components/input/color-picker/package.json +0 -23
- app-ng-runtime/components/input/currency/.npmignore +0 -2
- app-ng-runtime/components/input/currency/package.json +0 -23
- app-ng-runtime/components/input/default/.npmignore +0 -2
- app-ng-runtime/components/input/default/esm2022/checkbox/checkbox.component.mjs +0 -176
- app-ng-runtime/components/input/default/esm2022/select/select.component.mjs +0 -203
- app-ng-runtime/components/input/default/esm2022/text/calendar/input-calendar.component.mjs +0 -66
- app-ng-runtime/components/input/default/esm2022/text/color/input-color.component.mjs +0 -66
- app-ng-runtime/components/input/default/fesm2022/index.mjs.map +0 -1
- app-ng-runtime/components/input/default/package.json +0 -23
- app-ng-runtime/components/input/epoch/.npmignore +0 -2
- app-ng-runtime/components/input/epoch/esm2022/date-time/date-time.component.mjs +0 -508
- app-ng-runtime/components/input/epoch/esm2022/time/time.component.mjs +0 -381
- app-ng-runtime/components/input/epoch/fesm2022/index.mjs.map +0 -1
- app-ng-runtime/components/input/epoch/package.json +0 -23
- app-ng-runtime/components/input/file-upload/.npmignore +0 -2
- app-ng-runtime/components/input/file-upload/package.json +0 -23
- app-ng-runtime/components/input/rating/.npmignore +0 -2
- app-ng-runtime/components/input/rating/esm2022/rating.component.mjs +0 -271
- app-ng-runtime/components/input/rating/fesm2022/index.mjs.map +0 -1
- app-ng-runtime/components/input/rating/package.json +0 -23
- app-ng-runtime/components/input/slider/.npmignore +0 -2
- app-ng-runtime/components/input/slider/esm2022/slider.component.mjs +0 -88
- app-ng-runtime/components/input/slider/fesm2022/index.mjs.map +0 -1
- app-ng-runtime/components/input/slider/package.json +0 -23
- app-ng-runtime/components/navigation/breadcrumb/.npmignore +0 -2
- app-ng-runtime/components/navigation/breadcrumb/package.json +0 -23
- app-ng-runtime/components/navigation/menu/.npmignore +0 -2
- app-ng-runtime/components/navigation/menu/package.json +0 -23
- app-ng-runtime/components/navigation/navbar/.npmignore +0 -2
- app-ng-runtime/components/navigation/navbar/package.json +0 -23
- app-ng-runtime/components/navigation/popover/.npmignore +0 -2
- app-ng-runtime/components/navigation/popover/package.json +0 -23
- app-ng-runtime/components/page/default/.npmignore +0 -2
- app-ng-runtime/components/page/default/package.json +0 -23
- app-ng-runtime/components/page/footer/.npmignore +0 -2
- app-ng-runtime/components/page/footer/package.json +0 -23
- app-ng-runtime/components/page/header/.npmignore +0 -2
- app-ng-runtime/components/page/header/package.json +0 -23
- app-ng-runtime/components/page/left-panel/.npmignore +0 -2
- app-ng-runtime/components/page/left-panel/package.json +0 -23
- app-ng-runtime/components/page/right-panel/.npmignore +0 -2
- app-ng-runtime/components/page/right-panel/package.json +0 -23
- app-ng-runtime/components/page/top-nav/.npmignore +0 -2
- app-ng-runtime/components/page/top-nav/package.json +0 -23
- app-ng-runtime/components/prefab/.npmignore +0 -2
- app-ng-runtime/components/prefab/package.json +0 -23
- app-ng-runtime/core/.npmignore +0 -2
- app-ng-runtime/core/esm2022/services/custom-icons-loader.service.mjs +0 -26
- app-ng-runtime/core/fesm2022/index.mjs.map +0 -1
- app-ng-runtime/core/package.json +0 -29
- app-ng-runtime/core/services/custom-icons-loader.service.d.ts +0 -7
- app-ng-runtime/http/.npmignore +0 -2
- app-ng-runtime/http/package.json +0 -28
- app-ng-runtime/mobile/components/basic/default/.npmignore +0 -2
- app-ng-runtime/mobile/components/basic/default/package.json +0 -23
- app-ng-runtime/mobile/components/basic/search/.npmignore +0 -2
- app-ng-runtime/mobile/components/basic/search/package.json +0 -23
- app-ng-runtime/mobile/components/containers/segmented-control/.npmignore +0 -2
- app-ng-runtime/mobile/components/containers/segmented-control/package.json +0 -23
- app-ng-runtime/mobile/components/data/media-list/.npmignore +0 -2
- app-ng-runtime/mobile/components/data/media-list/package.json +0 -23
- app-ng-runtime/mobile/components/device/barcode-scanner/.npmignore +0 -2
- app-ng-runtime/mobile/components/device/barcode-scanner/package.json +0 -23
- app-ng-runtime/mobile/components/device/camera/.npmignore +0 -2
- app-ng-runtime/mobile/components/device/camera/package.json +0 -23
- app-ng-runtime/mobile/components/input/file-upload/.npmignore +0 -2
- app-ng-runtime/mobile/components/input/file-upload/package.json +0 -23
- app-ng-runtime/mobile/components/page/default/.npmignore +0 -2
- app-ng-runtime/mobile/components/page/default/package.json +0 -23
- app-ng-runtime/mobile/components/page/left-panel/.npmignore +0 -2
- app-ng-runtime/mobile/components/page/left-panel/package.json +0 -23
- app-ng-runtime/mobile/components/page/mobile-navbar/.npmignore +0 -2
- app-ng-runtime/mobile/components/page/mobile-navbar/package.json +0 -23
- app-ng-runtime/mobile/components/page/tab-bar/.npmignore +0 -2
- app-ng-runtime/mobile/components/page/tab-bar/package.json +0 -23
- app-ng-runtime/mobile/core/.npmignore +0 -2
- app-ng-runtime/mobile/core/package.json +0 -28
- app-ng-runtime/mobile/offline/.npmignore +0 -2
- app-ng-runtime/mobile/offline/package.json +0 -28
- app-ng-runtime/mobile/placeholder/runtime/.npmignore +0 -2
- app-ng-runtime/mobile/placeholder/runtime/package.json +0 -27
- app-ng-runtime/mobile/placeholder/runtime-dynamic/.npmignore +0 -2
- app-ng-runtime/mobile/placeholder/runtime-dynamic/package.json +0 -23
- app-ng-runtime/mobile/runtime/.npmignore +0 -2
- app-ng-runtime/mobile/runtime/package.json +0 -28
- app-ng-runtime/mobile/runtime-dynamic/.npmignore +0 -2
- app-ng-runtime/mobile/runtime-dynamic/package.json +0 -23
- app-ng-runtime/mobile/variables/.npmignore +0 -2
- app-ng-runtime/mobile/variables/package.json +0 -28
- app-ng-runtime/oAuth/.npmignore +0 -2
- app-ng-runtime/oAuth/package.json +0 -28
- app-ng-runtime/package.json +0 -11
- app-ng-runtime/runtime/base/.npmignore +0 -2
- app-ng-runtime/runtime/base/esm2022/components/app-component/app.component.mjs +0 -238
- app-ng-runtime/runtime/base/esm2022/services/i18n.service.mjs +0 -334
- app-ng-runtime/runtime/base/fesm2022/index.mjs.map +0 -1
- app-ng-runtime/runtime/base/package.json +0 -28
- app-ng-runtime/runtime/dynamic/.npmignore +0 -2
- app-ng-runtime/runtime/dynamic/package.json +0 -28
- app-ng-runtime/security/.npmignore +0 -2
- app-ng-runtime/security/package.json +0 -28
- app-ng-runtime/swipey/.npmignore +0 -2
- app-ng-runtime/swipey/package.json +0 -28
- app-ng-runtime/transpiler/.npmignore +0 -2
- app-ng-runtime/transpiler/package.json +0 -29
- app-ng-runtime/variables/.npmignore +0 -2
- app-ng-runtime/variables/package.json +0 -28
- {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/bundles/index.umd.js +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/menu/menu.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/fesm2022/index.mjs +0 -0
- {app-ng-runtime → package}/build-task/fesm2022/index.mjs.map +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/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/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/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/public_api.d.ts +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/data-utils.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.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/index.d.ts +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/data-utils.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.component.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/bundles/index.umd.js +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.component.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/fesm2022/index.mjs +0 -0
- {app-ng-runtime → package}/components/basic/default/fesm2022/index.mjs.map +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/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/bundles/index.umd.js +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.component.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.component.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/fesm2022/index.mjs +0 -0
- {app-ng-runtime → package}/components/basic/progress/fesm2022/index.mjs.map +0 -0
- {app-ng-runtime → package}/components/basic/progress/index.d.ts +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.component.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/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/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.module.mjs +0 -0
- {app-ng-runtime → package}/components/basic/search/esm2022/search.props.mjs +0 -0
- {app-ng-runtime → package}/components/basic/search/index.d.ts +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/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/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/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/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/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/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/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/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/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/public_api.d.ts +0 -0
- {app-ng-runtime → package}/components/data/form/bundles/index.umd.js +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.directive.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/live-form/live-form.directive.mjs +0 -0
- {app-ng-runtime → package}/components/data/form/esm2022/public_api.mjs +0 -0
- {app-ng-runtime → package}/components/data/form/fesm2022/index.mjs +0 -0
- {app-ng-runtime → package}/components/data/form/fesm2022/index.mjs.map +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/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/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/public_api.d.ts +0 -0
- {app-ng-runtime → package}/components/data/pagination/esm2022/index.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/index.d.ts +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.directive.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.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/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/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/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/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/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/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/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/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/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/public_api.d.ts +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.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/index.d.ts +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/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/caption-position.directive.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/calendar/input-calendar.props.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/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.component.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/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.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/base-date-time.component.mjs +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/imaskUtil.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/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/public_api.d.ts +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.module.mjs +0 -0
- {app-ng-runtime → package}/components/input/rating/esm2022/rating.props.mjs +0 -0
- {app-ng-runtime → package}/components/input/rating/index.d.ts +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/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.module.mjs +0 -0
- {app-ng-runtime → package}/components/input/slider/esm2022/slider.props.mjs +0 -0
- {app-ng-runtime → package}/components/input/slider/index.d.ts +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/public_api.d.ts +0 -0
- {app-ng-runtime → package}/components/navigation/menu/bundles/index.umd.js +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.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/fesm2022/index.mjs +0 -0
- {app-ng-runtime → package}/components/navigation/menu/fesm2022/index.mjs.map +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/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/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/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/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/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/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/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/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/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/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/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/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/index.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/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/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/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/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/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/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/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/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/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/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/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/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/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/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/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/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/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/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/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/public_api.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-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/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/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/datatable/datatable.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/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/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/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/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
|
@@ -1,771 +0,0 @@
|
|
|
1
|
-
import { Component, EventEmitter, Inject, Injector, Output, SkipSelf, Optional } from '@angular/core';
|
|
2
|
-
import { $appDigest, $watch, AppConstants, DataSource, debounce, isDefined, switchClass, triggerFn } from '@wm/core';
|
|
3
|
-
import { DEBOUNCE_TIMES, getOrderByExpr, provideAsWidgetRef, StylableComponent, styler, WidgetRef, unsupportedStatePersistenceTypes } from '@wm/components/base';
|
|
4
|
-
import { registerProps } from './pagination.props';
|
|
5
|
-
import { forEach, get, isArray, isEmpty, isNull, isString } from "lodash-es";
|
|
6
|
-
import * as i0 from "@angular/core";
|
|
7
|
-
import * as i1 from "@angular/common";
|
|
8
|
-
import * as i2 from "@angular/forms";
|
|
9
|
-
import * as i3 from "ngx-bootstrap/pagination";
|
|
10
|
-
const _c0 = ["wmPagination", ""];
|
|
11
|
-
const _c1 = a0 => ({ "disabled": a0 });
|
|
12
|
-
const _c2 = () => ({ standalone: true });
|
|
13
|
-
function PaginationComponent_ul_0_li_31_Template(rf, ctx) { if (rf & 1) {
|
|
14
|
-
i0.ɵɵelementStart(0, "li", 23)(1, "a", 24);
|
|
15
|
-
i0.ɵɵtext(2);
|
|
16
|
-
i0.ɵɵelementEnd()();
|
|
17
|
-
} if (rf & 2) {
|
|
18
|
-
const ctx_r1 = i0.ɵɵnextContext(2);
|
|
19
|
-
i0.ɵɵadvance(2);
|
|
20
|
-
i0.ɵɵtextInterpolate2("", ctx_r1.appLocale.LABEL_TOTAL_RECORDS, ": ", ctx_r1.dataSize, "");
|
|
21
|
-
} }
|
|
22
|
-
function PaginationComponent_ul_0_Template(rf, ctx) { if (rf & 1) {
|
|
23
|
-
const _r1 = i0.ɵɵgetCurrentView();
|
|
24
|
-
i0.ɵɵelementStart(0, "ul")(1, "li", 6)(2, "a", 7);
|
|
25
|
-
i0.ɵɵlistener("click", function PaginationComponent_ul_0_Template_a_click_2_listener($event) { i0.ɵɵrestoreView(_r1); const ctx_r1 = i0.ɵɵnextContext(); return i0.ɵɵresetView(ctx_r1.navigatePage("first", $event)); });
|
|
26
|
-
i0.ɵɵelementStart(3, "span", 8);
|
|
27
|
-
i0.ɵɵelement(4, "i", 9);
|
|
28
|
-
i0.ɵɵelementEnd();
|
|
29
|
-
i0.ɵɵelementStart(5, "span", 10);
|
|
30
|
-
i0.ɵɵtext(6);
|
|
31
|
-
i0.ɵɵelementEnd()()();
|
|
32
|
-
i0.ɵɵelementStart(7, "li", 6)(8, "a", 11);
|
|
33
|
-
i0.ɵɵlistener("click", function PaginationComponent_ul_0_Template_a_click_8_listener($event) { i0.ɵɵrestoreView(_r1); const ctx_r1 = i0.ɵɵnextContext(); return i0.ɵɵresetView(ctx_r1.navigatePage("prev", $event)); });
|
|
34
|
-
i0.ɵɵelementStart(9, "span", 8);
|
|
35
|
-
i0.ɵɵelement(10, "i", 12);
|
|
36
|
-
i0.ɵɵelementEnd();
|
|
37
|
-
i0.ɵɵelementStart(11, "span", 10);
|
|
38
|
-
i0.ɵɵtext(12);
|
|
39
|
-
i0.ɵɵelementEnd()()();
|
|
40
|
-
i0.ɵɵelementStart(13, "li", 13)(14, "a", 14)(15, "input", 15);
|
|
41
|
-
i0.ɵɵtwoWayListener("ngModelChange", function PaginationComponent_ul_0_Template_input_ngModelChange_15_listener($event) { i0.ɵɵrestoreView(_r1); const ctx_r1 = i0.ɵɵnextContext(); i0.ɵɵtwoWayBindingSet(ctx_r1.dn.currentPage, $event) || (ctx_r1.dn.currentPage = $event); return i0.ɵɵresetView($event); });
|
|
42
|
-
i0.ɵɵlistener("keydown", function PaginationComponent_ul_0_Template_input_keydown_15_listener($event) { i0.ɵɵrestoreView(_r1); const ctx_r1 = i0.ɵɵnextContext(); return i0.ɵɵresetView(ctx_r1.onKeyDown($event)); })("change", function PaginationComponent_ul_0_Template_input_change_15_listener($event) { i0.ɵɵrestoreView(_r1); const ctx_r1 = i0.ɵɵnextContext(); return i0.ɵɵresetView(ctx_r1.onModelChange($event)); });
|
|
43
|
-
i0.ɵɵelementEnd()()();
|
|
44
|
-
i0.ɵɵelementStart(16, "li", 16)(17, "a", 17);
|
|
45
|
-
i0.ɵɵtext(18);
|
|
46
|
-
i0.ɵɵelementEnd()();
|
|
47
|
-
i0.ɵɵelementStart(19, "li", 6)(20, "a", 18);
|
|
48
|
-
i0.ɵɵlistener("click", function PaginationComponent_ul_0_Template_a_click_20_listener($event) { i0.ɵɵrestoreView(_r1); const ctx_r1 = i0.ɵɵnextContext(); return i0.ɵɵresetView(ctx_r1.navigatePage("next", $event)); });
|
|
49
|
-
i0.ɵɵelementStart(21, "span", 8);
|
|
50
|
-
i0.ɵɵelement(22, "i", 19);
|
|
51
|
-
i0.ɵɵelementEnd();
|
|
52
|
-
i0.ɵɵelementStart(23, "span", 10);
|
|
53
|
-
i0.ɵɵtext(24);
|
|
54
|
-
i0.ɵɵelementEnd()()();
|
|
55
|
-
i0.ɵɵelementStart(25, "li", 6)(26, "a", 20);
|
|
56
|
-
i0.ɵɵlistener("click", function PaginationComponent_ul_0_Template_a_click_26_listener($event) { i0.ɵɵrestoreView(_r1); const ctx_r1 = i0.ɵɵnextContext(); return i0.ɵɵresetView(ctx_r1.navigatePage("last", $event)); });
|
|
57
|
-
i0.ɵɵelementStart(27, "span", 8);
|
|
58
|
-
i0.ɵɵelement(28, "i", 21);
|
|
59
|
-
i0.ɵɵelementEnd();
|
|
60
|
-
i0.ɵɵelementStart(29, "span", 10);
|
|
61
|
-
i0.ɵɵtext(30);
|
|
62
|
-
i0.ɵɵelementEnd()()();
|
|
63
|
-
i0.ɵɵtemplate(31, PaginationComponent_ul_0_li_31_Template, 3, 2, "li", 22);
|
|
64
|
-
i0.ɵɵelementEnd();
|
|
65
|
-
} if (rf & 2) {
|
|
66
|
-
const ctx_r1 = i0.ɵɵnextContext();
|
|
67
|
-
i0.ɵɵclassMapInterpolate1("pagination advanced ", ctx_r1.navigationClass, "");
|
|
68
|
-
i0.ɵɵadvance();
|
|
69
|
-
i0.ɵɵproperty("ngClass", i0.ɵɵpureFunction1(26, _c1, ctx_r1.isDisableFirst));
|
|
70
|
-
i0.ɵɵadvance();
|
|
71
|
-
i0.ɵɵproperty("title", ctx_r1.appLocale.LABEL_FIRST);
|
|
72
|
-
i0.ɵɵattribute("aria-disabled", ctx_r1.isDisableFirst);
|
|
73
|
-
i0.ɵɵadvance(4);
|
|
74
|
-
i0.ɵɵtextInterpolate1("Go to first page ", ctx_r1.isDisableFirst ? " , Disabled" : "", "");
|
|
75
|
-
i0.ɵɵadvance();
|
|
76
|
-
i0.ɵɵproperty("ngClass", i0.ɵɵpureFunction1(28, _c1, ctx_r1.isDisablePrevious));
|
|
77
|
-
i0.ɵɵadvance();
|
|
78
|
-
i0.ɵɵproperty("title", ctx_r1.appLocale.LABEL_PREVIOUS);
|
|
79
|
-
i0.ɵɵattribute("aria-disabled", ctx_r1.isDisablePrevious);
|
|
80
|
-
i0.ɵɵadvance(4);
|
|
81
|
-
i0.ɵɵtextInterpolate1("Go to previous page ", ctx_r1.isDisablePrevious ? ", Disabled" : "", "");
|
|
82
|
-
i0.ɵɵadvance(3);
|
|
83
|
-
i0.ɵɵtwoWayProperty("ngModel", ctx_r1.dn.currentPage);
|
|
84
|
-
i0.ɵɵproperty("disabled", ctx_r1.isDisableCurrent)("ngModelOptions", i0.ɵɵpureFunction0(30, _c2));
|
|
85
|
-
i0.ɵɵattribute("aria-label", "Showing Page " + ctx_r1.dn.currentPage + " of " + ctx_r1.pageCount);
|
|
86
|
-
i0.ɵɵadvance(2);
|
|
87
|
-
i0.ɵɵproperty("hidden", ctx_r1.isDisableCount);
|
|
88
|
-
i0.ɵɵadvance();
|
|
89
|
-
i0.ɵɵtextInterpolate1(" / ", ctx_r1.pageCount, "");
|
|
90
|
-
i0.ɵɵadvance();
|
|
91
|
-
i0.ɵɵproperty("ngClass", i0.ɵɵpureFunction1(31, _c1, ctx_r1.isDisableNext));
|
|
92
|
-
i0.ɵɵadvance();
|
|
93
|
-
i0.ɵɵproperty("title", ctx_r1.appLocale.LABEL_NEXT);
|
|
94
|
-
i0.ɵɵattribute("aria-disabled", ctx_r1.isDisableNext);
|
|
95
|
-
i0.ɵɵadvance(4);
|
|
96
|
-
i0.ɵɵtextInterpolate1("Go to next page ", ctx_r1.isDisableNext ? " , Disabled" : "", "");
|
|
97
|
-
i0.ɵɵadvance();
|
|
98
|
-
i0.ɵɵproperty("ngClass", i0.ɵɵpureFunction1(33, _c1, ctx_r1.isDisableLast));
|
|
99
|
-
i0.ɵɵadvance();
|
|
100
|
-
i0.ɵɵproperty("title", ctx_r1.appLocale.LABEL_LAST);
|
|
101
|
-
i0.ɵɵattribute("aria-disabled", ctx_r1.isDisableLast);
|
|
102
|
-
i0.ɵɵadvance(4);
|
|
103
|
-
i0.ɵɵtextInterpolate1("Go to last page ", ctx_r1.isDisableLast ? " , Disabled" : "", "");
|
|
104
|
-
i0.ɵɵadvance();
|
|
105
|
-
i0.ɵɵproperty("ngIf", ctx_r1.showrecordcount);
|
|
106
|
-
} }
|
|
107
|
-
function PaginationComponent_ul_1_Template(rf, ctx) { if (rf & 1) {
|
|
108
|
-
const _r3 = i0.ɵɵgetCurrentView();
|
|
109
|
-
i0.ɵɵelementStart(0, "ul")(1, "li", 25)(2, "a", 26);
|
|
110
|
-
i0.ɵɵlistener("click", function PaginationComponent_ul_1_Template_a_click_2_listener($event) { i0.ɵɵrestoreView(_r3); const ctx_r1 = i0.ɵɵnextContext(); return i0.ɵɵresetView(ctx_r1.navigatePage("prev", $event)); });
|
|
111
|
-
i0.ɵɵelementStart(3, "span", 8);
|
|
112
|
-
i0.ɵɵelement(4, "i", 12);
|
|
113
|
-
i0.ɵɵelementEnd();
|
|
114
|
-
i0.ɵɵtext(5);
|
|
115
|
-
i0.ɵɵelementStart(6, "span", 10);
|
|
116
|
-
i0.ɵɵtext(7);
|
|
117
|
-
i0.ɵɵelementEnd()()();
|
|
118
|
-
i0.ɵɵelementStart(8, "li", 27)(9, "a", 26);
|
|
119
|
-
i0.ɵɵlistener("click", function PaginationComponent_ul_1_Template_a_click_9_listener($event) { i0.ɵɵrestoreView(_r3); const ctx_r1 = i0.ɵɵnextContext(); return i0.ɵɵresetView(ctx_r1.navigatePage("next", $event)); });
|
|
120
|
-
i0.ɵɵelementStart(10, "span", 8);
|
|
121
|
-
i0.ɵɵelement(11, "i", 19);
|
|
122
|
-
i0.ɵɵelementEnd();
|
|
123
|
-
i0.ɵɵtext(12);
|
|
124
|
-
i0.ɵɵelementStart(13, "span", 10);
|
|
125
|
-
i0.ɵɵtext(14);
|
|
126
|
-
i0.ɵɵelementEnd()()()();
|
|
127
|
-
} if (rf & 2) {
|
|
128
|
-
const ctx_r1 = i0.ɵɵnextContext();
|
|
129
|
-
i0.ɵɵclassMapInterpolate1("pager ", ctx_r1.navigationClass, "");
|
|
130
|
-
i0.ɵɵadvance();
|
|
131
|
-
i0.ɵɵproperty("ngClass", i0.ɵɵpureFunction1(11, _c1, ctx_r1.isDisablePrevious));
|
|
132
|
-
i0.ɵɵadvance();
|
|
133
|
-
i0.ɵɵattribute("aria-disabled", ctx_r1.isDisablePrevious);
|
|
134
|
-
i0.ɵɵadvance(3);
|
|
135
|
-
i0.ɵɵtextInterpolate1(" ", ctx_r1.appLocale.LABEL_PREVIOUS, " ");
|
|
136
|
-
i0.ɵɵadvance(2);
|
|
137
|
-
i0.ɵɵtextInterpolate(ctx_r1.isDisablePrevious ? " , Disabled" : "");
|
|
138
|
-
i0.ɵɵadvance();
|
|
139
|
-
i0.ɵɵproperty("ngClass", i0.ɵɵpureFunction1(13, _c1, ctx_r1.isDisableNext));
|
|
140
|
-
i0.ɵɵadvance();
|
|
141
|
-
i0.ɵɵattribute("aria-disabled", ctx_r1.isDisableNext);
|
|
142
|
-
i0.ɵɵadvance(3);
|
|
143
|
-
i0.ɵɵtextInterpolate1(" ", ctx_r1.appLocale.LABEL_NEXT, " ");
|
|
144
|
-
i0.ɵɵadvance(2);
|
|
145
|
-
i0.ɵɵtextInterpolate(ctx_r1.isDisableNext ? " , Disabled" : "");
|
|
146
|
-
} }
|
|
147
|
-
function PaginationComponent_pagination_2_Template(rf, ctx) { if (rf & 1) {
|
|
148
|
-
const _r4 = i0.ɵɵgetCurrentView();
|
|
149
|
-
i0.ɵɵelementStart(0, "pagination", 28);
|
|
150
|
-
i0.ɵɵlistener("pageChanged", function PaginationComponent_pagination_2_Template_pagination_pageChanged_0_listener($event) { i0.ɵɵrestoreView(_r4); const ctx_r1 = i0.ɵɵnextContext(); return i0.ɵɵresetView(ctx_r1.pageChanged($event)); });
|
|
151
|
-
i0.ɵɵelementEnd();
|
|
152
|
-
} if (rf & 2) {
|
|
153
|
-
const ctx_r1 = i0.ɵɵnextContext();
|
|
154
|
-
const pageTemplate_r5 = i0.ɵɵreference(5);
|
|
155
|
-
const prevTemplate_r6 = i0.ɵɵreference(7);
|
|
156
|
-
const nextTemplate_r7 = i0.ɵɵreference(9);
|
|
157
|
-
i0.ɵɵproperty("ngClass", ctx_r1.navigationClass)("itemsPerPage", ctx_r1.maxResults)("totalItems", ctx_r1.dataSize)("ngModelOptions", i0.ɵɵpureFunction0(12, _c2))("ngModel", ctx_r1.dn.currentPage)("boundaryLinks", ctx_r1.boundarylinks)("maxSize", ctx_r1.maxsize)("directionLinks", ctx_r1.directionlinks)("customPreviousTemplate", prevTemplate_r6)("customNextTemplate", nextTemplate_r7)("customPageTemplate", pageTemplate_r5);
|
|
158
|
-
i0.ɵɵattribute("aria-label", "Showing Page " + ctx_r1.dn.currentPage + " of " + ctx_r1.pageCount + " pages");
|
|
159
|
-
} }
|
|
160
|
-
function PaginationComponent_ul_3_Template(rf, ctx) { if (rf & 1) {
|
|
161
|
-
i0.ɵɵelementStart(0, "ul", 29)(1, "li", 30)(2, "a", 24);
|
|
162
|
-
i0.ɵɵtext(3);
|
|
163
|
-
i0.ɵɵelementEnd()()();
|
|
164
|
-
} if (rf & 2) {
|
|
165
|
-
const ctx_r1 = i0.ɵɵnextContext();
|
|
166
|
-
i0.ɵɵadvance(3);
|
|
167
|
-
i0.ɵɵtextInterpolate2("", ctx_r1.appLocale.LABEL_TOTAL_RECORDS, ": ", ctx_r1.dataSize, "");
|
|
168
|
-
} }
|
|
169
|
-
function PaginationComponent_ng_template_4_span_3_Template(rf, ctx) { if (rf & 1) {
|
|
170
|
-
i0.ɵɵelementStart(0, "span", 10);
|
|
171
|
-
i0.ɵɵtext(1);
|
|
172
|
-
i0.ɵɵelementEnd();
|
|
173
|
-
} if (rf & 2) {
|
|
174
|
-
const page_r8 = i0.ɵɵnextContext().$implicit;
|
|
175
|
-
const ctx_r1 = i0.ɵɵnextContext();
|
|
176
|
-
i0.ɵɵadvance();
|
|
177
|
-
i0.ɵɵtextInterpolate1(" ", ", Showing page " + page_r8.number + " of " + ctx_r1.pageCount, "");
|
|
178
|
-
} }
|
|
179
|
-
function PaginationComponent_ng_template_4_Template(rf, ctx) { if (rf & 1) {
|
|
180
|
-
i0.ɵɵelementStart(0, "span", 10);
|
|
181
|
-
i0.ɵɵtext(1);
|
|
182
|
-
i0.ɵɵelementEnd();
|
|
183
|
-
i0.ɵɵtext(2);
|
|
184
|
-
i0.ɵɵtemplate(3, PaginationComponent_ng_template_4_span_3_Template, 2, 1, "span", 31);
|
|
185
|
-
} if (rf & 2) {
|
|
186
|
-
const page_r8 = ctx.$implicit;
|
|
187
|
-
i0.ɵɵattribute("data-isacitvepage", page_r8.active);
|
|
188
|
-
i0.ɵɵadvance();
|
|
189
|
-
i0.ɵɵtextInterpolate("Page ");
|
|
190
|
-
i0.ɵɵadvance();
|
|
191
|
-
i0.ɵɵtextInterpolate1(" ", page_r8.number, " ");
|
|
192
|
-
i0.ɵɵadvance();
|
|
193
|
-
i0.ɵɵproperty("ngIf", page_r8.active);
|
|
194
|
-
} }
|
|
195
|
-
function PaginationComponent_ng_template_6_Template(rf, ctx) { if (rf & 1) {
|
|
196
|
-
i0.ɵɵelementStart(0, "span", 10);
|
|
197
|
-
i0.ɵɵtext(1);
|
|
198
|
-
i0.ɵɵelementEnd();
|
|
199
|
-
} if (rf & 2) {
|
|
200
|
-
const disabled_r9 = ctx.disabled;
|
|
201
|
-
i0.ɵɵattribute("data-isdisabled", disabled_r9);
|
|
202
|
-
i0.ɵɵadvance();
|
|
203
|
-
i0.ɵɵtextInterpolate1("Go to Previous page ", disabled_r9 ? ", Disabled" : "", "");
|
|
204
|
-
} }
|
|
205
|
-
function PaginationComponent_ng_template_8_Template(rf, ctx) { if (rf & 1) {
|
|
206
|
-
i0.ɵɵelementStart(0, "span", 10);
|
|
207
|
-
i0.ɵɵtext(1);
|
|
208
|
-
i0.ɵɵelementEnd();
|
|
209
|
-
} if (rf & 2) {
|
|
210
|
-
const disabled_r10 = ctx.disabled;
|
|
211
|
-
i0.ɵɵattribute("data-isdisabled", disabled_r10);
|
|
212
|
-
i0.ɵɵadvance();
|
|
213
|
-
i0.ɵɵtextInterpolate1("Go to Next page ", disabled_r10 ? ", Disabled" : "", "");
|
|
214
|
-
} }
|
|
215
|
-
const DEFAULT_CLS = 'app-datanavigator clearfix';
|
|
216
|
-
const WIDGET_CONFIG = { widgetType: 'wm-pagination', hostClass: DEFAULT_CLS };
|
|
217
|
-
const sizeClasses = {
|
|
218
|
-
'Pager': {
|
|
219
|
-
'small': 'pager-sm',
|
|
220
|
-
'large': 'pager-lg'
|
|
221
|
-
},
|
|
222
|
-
'Basic': {
|
|
223
|
-
'small': 'pagination-sm',
|
|
224
|
-
'large': 'pagination-lg'
|
|
225
|
-
},
|
|
226
|
-
'Classic': {
|
|
227
|
-
'small': 'pagination-sm',
|
|
228
|
-
'large': 'pagination-lg'
|
|
229
|
-
}
|
|
230
|
-
};
|
|
231
|
-
export class PaginationComponent extends StylableComponent {
|
|
232
|
-
static { this.initializeProps = registerProps(); }
|
|
233
|
-
_setAriaForBasicNavigation() {
|
|
234
|
-
forEach(this.nativeElement.getElementsByTagName('a'), (item) => {
|
|
235
|
-
item.setAttribute('href', 'javascript:void(0);');
|
|
236
|
-
const childNode = item.querySelector('span');
|
|
237
|
-
if (childNode?.dataset.isacitvepage === "true") {
|
|
238
|
-
item.setAttribute('aria-current', 'true');
|
|
239
|
-
}
|
|
240
|
-
if (childNode?.dataset.isdisabled === "true") {
|
|
241
|
-
item.setAttribute('aria-disabled', 'true');
|
|
242
|
-
}
|
|
243
|
-
else {
|
|
244
|
-
item.removeAttribute('aria-disabled');
|
|
245
|
-
}
|
|
246
|
-
});
|
|
247
|
-
}
|
|
248
|
-
constructor(inj, parent, explicitContext) {
|
|
249
|
-
super(inj, WIDGET_CONFIG, explicitContext);
|
|
250
|
-
this.parent = parent;
|
|
251
|
-
this.resultEmitter = new EventEmitter();
|
|
252
|
-
this.maxResultsEmitter = new EventEmitter();
|
|
253
|
-
this.dn = {
|
|
254
|
-
currentPage: 1
|
|
255
|
-
};
|
|
256
|
-
this.pageCount = 0;
|
|
257
|
-
this.isDisableNext = true;
|
|
258
|
-
this.isDisablePrevious = true;
|
|
259
|
-
this.isDisableFirst = true;
|
|
260
|
-
this.isDisableLast = true;
|
|
261
|
-
this._debouncedApplyDataset = debounce(() => this.widget.dataset = this.dataset, DEBOUNCE_TIMES.PAGINATION_DEBOUNCE_TIME);
|
|
262
|
-
this._debouncedPageChanged = debounce(event => {
|
|
263
|
-
const currentPage = event && event.page;
|
|
264
|
-
// Do not call goToPage if page has not changed
|
|
265
|
-
if (currentPage !== this.dn.currentPage) {
|
|
266
|
-
const inst = this.parent || this;
|
|
267
|
-
this.dn.currentPage = currentPage;
|
|
268
|
-
inst.invokeEventCallback('paginationchange', { $event: undefined, $index: this.dn.currentPage });
|
|
269
|
-
this.goToPage();
|
|
270
|
-
if (this.navigation === 'Basic') {
|
|
271
|
-
this._setAriaForBasicNavigation();
|
|
272
|
-
}
|
|
273
|
-
}
|
|
274
|
-
}, DEBOUNCE_TIMES.PAGINATION_DEBOUNCE_TIME);
|
|
275
|
-
styler(this.nativeElement, this);
|
|
276
|
-
}
|
|
277
|
-
setResult(result) {
|
|
278
|
-
// TODO: Emit event only if result is changed
|
|
279
|
-
this.result = result;
|
|
280
|
-
this.resultEmitter.emit(this.result);
|
|
281
|
-
}
|
|
282
|
-
// Update navigationClass based on navigation and navigationSize props
|
|
283
|
-
updateNavSize() {
|
|
284
|
-
const sizeCls = sizeClasses[this.navcontrols];
|
|
285
|
-
if (sizeCls && this.navigationsize) {
|
|
286
|
-
this.navigationClass = sizeCls[this.navigationsize];
|
|
287
|
-
}
|
|
288
|
-
else {
|
|
289
|
-
this.navigationClass = '';
|
|
290
|
-
}
|
|
291
|
-
}
|
|
292
|
-
// Function to reset the paging values to default.
|
|
293
|
-
resetPageNavigation() {
|
|
294
|
-
this.pageCount = 0;
|
|
295
|
-
this.dn.currentPage = 1;
|
|
296
|
-
this.dataSize = 0;
|
|
297
|
-
}
|
|
298
|
-
/*Function to calculate the paging values.*/
|
|
299
|
-
calculatePagingValues() {
|
|
300
|
-
this.pageCount = (this.dataSize > this.maxResults) ? (Math.ceil(this.dataSize / this.maxResults)) : (this.dataSize < 0 ? 0 : 1);
|
|
301
|
-
this.dn.currentPage = this.dn.currentPage || 1;
|
|
302
|
-
}
|
|
303
|
-
/*Function to set default values to the paging parameters*/
|
|
304
|
-
setDefaultPagingValues(dataSize, maxResults, currentPage) {
|
|
305
|
-
/*If neither 'dataSize' nor 'maxResults' is set, then set default values to the paging parameters.*/
|
|
306
|
-
if (!dataSize && !maxResults) {
|
|
307
|
-
this.pageCount = 1;
|
|
308
|
-
this.dn.currentPage = 1;
|
|
309
|
-
this.maxResults = dataSize;
|
|
310
|
-
this.dataSize = dataSize;
|
|
311
|
-
}
|
|
312
|
-
else { /*Else, set the specified values and recalculate paging parameters.*/
|
|
313
|
-
this.maxResults = maxResults || this.maxResults;
|
|
314
|
-
this.dataSize = isDefined(dataSize) ? dataSize : this.dataSize;
|
|
315
|
-
this.dn.currentPage = currentPage || this.dn.currentPage;
|
|
316
|
-
this.calculatePagingValues();
|
|
317
|
-
}
|
|
318
|
-
this.maxResultsEmitter.emit(this.maxResults);
|
|
319
|
-
}
|
|
320
|
-
/*Function to check the dataSize and manipulate the navigator accordingly.*/
|
|
321
|
-
checkDataSize(dataSize, numberOfElements, size) {
|
|
322
|
-
/*If the dataSize is -1 or Integer.MAX_VALUE( which is 2147483647), then the total number of records is not known.
|
|
323
|
-
* Hence,
|
|
324
|
-
* 1. Hide the 'Total Record Count'.
|
|
325
|
-
* 2. Disable the 'GoToLastPage' link as the page number of the last page is not known.*/
|
|
326
|
-
if (dataSize === -1 || dataSize === AppConstants.INT_MAX_VALUE) {
|
|
327
|
-
this.prevshowrecordcount = this.showrecordcount;
|
|
328
|
-
this.isDisableLast = true;
|
|
329
|
-
this.isDisableCount = true;
|
|
330
|
-
this.showrecordcount = false;
|
|
331
|
-
// If number of records in current page is less than the max records size, this is the last page. So disable next button.
|
|
332
|
-
if (numberOfElements < size) {
|
|
333
|
-
this.isDisableNext = true;
|
|
334
|
-
}
|
|
335
|
-
}
|
|
336
|
-
else {
|
|
337
|
-
this.isDisableCount = false;
|
|
338
|
-
this.showrecordcount = this.prevshowrecordcount || this.showrecordcount;
|
|
339
|
-
}
|
|
340
|
-
}
|
|
341
|
-
/*Function to disable navigation based on the current and total pages.*/
|
|
342
|
-
disableNavigation() {
|
|
343
|
-
const isCurrentPageFirst = (this.dn.currentPage === 1), isCurrentPageLast = (this.dn.currentPage === this.pageCount);
|
|
344
|
-
if (!this.pagination?.next) {
|
|
345
|
-
this.isDisableFirst = this.isDisablePrevious = isCurrentPageFirst;
|
|
346
|
-
this.isDisableNext = this.isDisableLast = isCurrentPageLast;
|
|
347
|
-
}
|
|
348
|
-
else {
|
|
349
|
-
// WMS-18867: In case of server side pagination, for pager type pagination depend on prev and next flags which are set by developer
|
|
350
|
-
this.isDisableFirst = this.isDisablePrevious = !this.pagination.prev;
|
|
351
|
-
this.isDisableNext = this.isDisableLast = !this.pagination.next;
|
|
352
|
-
}
|
|
353
|
-
this.isDisableCurrent = isCurrentPageFirst && isCurrentPageLast;
|
|
354
|
-
// In case of client side pagination, when load more reaches last page hide the on-demand grid ele
|
|
355
|
-
if (this.dataset && this.dataset.length && this.isDisableNext && this.parent.onDemandLoad && this.parent.widgetType === 'wm-table') {
|
|
356
|
-
this.parent.callDataGridMethod('hideLoadingIndicator', this.isDisableNext, this.parent.infScroll);
|
|
357
|
-
}
|
|
358
|
-
}
|
|
359
|
-
/*Function to check if the variable bound to the data-navigator has paging.*/
|
|
360
|
-
isDataSourceHasPaging() {
|
|
361
|
-
return this.datasource && this.datasource.execute(DataSource.Operation.IS_PAGEABLE);
|
|
362
|
-
}
|
|
363
|
-
// Set the result for client side pagination
|
|
364
|
-
setNonPageableData(newVal) {
|
|
365
|
-
let dataSize, maxResults, currentPage, startIndex;
|
|
366
|
-
dataSize = isArray(newVal) ? newVal.length : (isEmpty(newVal) ? 0 : 1);
|
|
367
|
-
maxResults = (this.options && this.options.maxResults) || dataSize;
|
|
368
|
-
// For static variable, keep the current page. For other variables without pagination reset the page to 1
|
|
369
|
-
// Fix for [WMS-23263]: gridOptions.isNextPageData flag is false when dataset is changed from script, so setting current page to 1
|
|
370
|
-
if (this.datasource && (this.datasource.execute(DataSource.Operation.IS_API_AWARE) || (this.parent.widgetType === 'wm-table' && (this.parent.gridOptions.isNavTypeScrollOrOndemand() && (get(this.parent, 'gridOptions.lastActionPerformed') === this.parent.gridOptions.ACTIONS.DATASET_UPDATE || !get(this.parent, 'gridOptions.isNextPageData')))))) {
|
|
371
|
-
currentPage = 1;
|
|
372
|
-
}
|
|
373
|
-
else {
|
|
374
|
-
currentPage = this.dn.currentPage || 1;
|
|
375
|
-
}
|
|
376
|
-
this.setDefaultPagingValues(dataSize, maxResults, currentPage);
|
|
377
|
-
this.disableNavigation();
|
|
378
|
-
startIndex = (this.dn.currentPage - 1) * this.maxResults;
|
|
379
|
-
this.setResult(isArray(newVal) ? newVal.slice(startIndex, startIndex + this.maxResults) : newVal);
|
|
380
|
-
}
|
|
381
|
-
/*Function to set the values needed for pagination*/
|
|
382
|
-
setPagingValues(newVal) {
|
|
383
|
-
let dataSize, maxResults, currentPage, dataSource;
|
|
384
|
-
let variableOptions = {};
|
|
385
|
-
// Store the data in __fullData. This is used for client side searching witvah out modifying the actual dataset.
|
|
386
|
-
this.__fullData = newVal;
|
|
387
|
-
/*Check for sanity*/
|
|
388
|
-
if (this.binddataset) {
|
|
389
|
-
dataSource = this.datasource || {};
|
|
390
|
-
variableOptions = dataSource._options || {};
|
|
391
|
-
/*Check for number of elements in the data set*/
|
|
392
|
-
if (newVal) {
|
|
393
|
-
if (this.isDataSourceHasPaging()) {
|
|
394
|
-
this.pagination = this.datasource.execute(DataSource.Operation.GET_PAGING_OPTIONS) || {};
|
|
395
|
-
// If "filterFields" and "sortOptions" have been set, then set them so that the filters can be retained while fetching data upon page navigation.
|
|
396
|
-
this.filterFields = variableOptions.filterFields || {};
|
|
397
|
-
this.logicalOp = variableOptions.logicalOp || '';
|
|
398
|
-
this.sortOptions = variableOptions.orderBy ||
|
|
399
|
-
(isArray(this.pagination.sort) ? getOrderByExpr(this.pagination.sort) : '');
|
|
400
|
-
dataSize = this.pagination.totalElements;
|
|
401
|
-
maxResults = this.pagination.size;
|
|
402
|
-
if (this.pagination.numberOfElements > 0) {
|
|
403
|
-
if (isDefined(this.pagination.number)) { // number is page number received from backend
|
|
404
|
-
this.dn.currentPage = this.pagination.number + 1;
|
|
405
|
-
}
|
|
406
|
-
currentPage = this.dn.currentPage || 1;
|
|
407
|
-
}
|
|
408
|
-
else {
|
|
409
|
-
currentPage = 1;
|
|
410
|
-
}
|
|
411
|
-
/* Sending pageCount undefined to calculate it again for query.*/
|
|
412
|
-
this.setDefaultPagingValues(dataSize, maxResults, currentPage);
|
|
413
|
-
this.disableNavigation();
|
|
414
|
-
this.checkDataSize(dataSize, this.pagination.numberOfElements, this.pagination.size);
|
|
415
|
-
this.setResult(newVal);
|
|
416
|
-
}
|
|
417
|
-
else if (!isString(newVal)) {
|
|
418
|
-
this.setNonPageableData(newVal);
|
|
419
|
-
}
|
|
420
|
-
}
|
|
421
|
-
else {
|
|
422
|
-
this.setResult(newVal);
|
|
423
|
-
this.resetPageNavigation();
|
|
424
|
-
}
|
|
425
|
-
if (this.navigation === 'Basic') {
|
|
426
|
-
this._setAriaForBasicNavigation();
|
|
427
|
-
}
|
|
428
|
-
}
|
|
429
|
-
else {
|
|
430
|
-
if (newVal && !isString(newVal)) {
|
|
431
|
-
this.setNonPageableData(newVal);
|
|
432
|
-
}
|
|
433
|
-
}
|
|
434
|
-
}
|
|
435
|
-
/*Function to check if the current page is the first page*/
|
|
436
|
-
isFirstPage() {
|
|
437
|
-
return (this.dn.currentPage === 1 || !this.dn.currentPage);
|
|
438
|
-
}
|
|
439
|
-
/*Function to check if the current page is the last page*/
|
|
440
|
-
isLastPage() {
|
|
441
|
-
return (this.dn.currentPage === this.pageCount);
|
|
442
|
-
}
|
|
443
|
-
/*Function to navigate to the last page*/
|
|
444
|
-
goToLastPage(isRefresh, event, callback) {
|
|
445
|
-
if (!this.isLastPage()) {
|
|
446
|
-
this.dn.currentPage = this.pageCount;
|
|
447
|
-
this.goToPage(event, callback);
|
|
448
|
-
}
|
|
449
|
-
else if (isRefresh) {
|
|
450
|
-
this.goToPage(event, callback);
|
|
451
|
-
}
|
|
452
|
-
}
|
|
453
|
-
/*Function to navigate to the first page*/
|
|
454
|
-
goToFirstPage(isRefresh, event, callback) {
|
|
455
|
-
if (!this.isFirstPage()) {
|
|
456
|
-
this.dn.currentPage = 1;
|
|
457
|
-
this.goToPage(event, callback);
|
|
458
|
-
}
|
|
459
|
-
else if (isRefresh) {
|
|
460
|
-
this.goToPage(event, callback);
|
|
461
|
-
}
|
|
462
|
-
}
|
|
463
|
-
/*Function to navigate to the current page*/
|
|
464
|
-
goToPage(event, callback) {
|
|
465
|
-
this.firstRow = (this.dn.currentPage - 1) * this.maxResults;
|
|
466
|
-
const mode = this.parent.statePersistence.computeMode(this.statehandler);
|
|
467
|
-
if (mode && mode.toLowerCase() !== 'none' && (this.parent.widgetType === 'wm-table' || this.parent.widgetType === 'wm-list')) {
|
|
468
|
-
this.parent._selectedItemsExist = true;
|
|
469
|
-
if (this.isFirstPage()) {
|
|
470
|
-
this.parent.statePersistence.removeWidgetState(this.parent, 'pagination');
|
|
471
|
-
}
|
|
472
|
-
else {
|
|
473
|
-
if (unsupportedStatePersistenceTypes.indexOf(this.parent.navigation) < 0) {
|
|
474
|
-
this.parent.statePersistence.setWidgetState(this.parent, { pagination: this.dn.currentPage });
|
|
475
|
-
}
|
|
476
|
-
else if (this.parent.widgetType === 'wm-list' || this.parent.widgetType === 'wm-table') {
|
|
477
|
-
console.warn('Retain State handling on Widget ' + this.parent.name + ' is not supported for current pagination type.');
|
|
478
|
-
}
|
|
479
|
-
}
|
|
480
|
-
}
|
|
481
|
-
// call getPageData after checking state config so that Static Variables can use it
|
|
482
|
-
this.getPageData(event, callback);
|
|
483
|
-
}
|
|
484
|
-
/*Function to be invoked after the data of the page has been fetched.*/
|
|
485
|
-
onPageDataReady(event, data, callback) {
|
|
486
|
-
this.disableNavigation();
|
|
487
|
-
this.invokeSetRecord(event, data);
|
|
488
|
-
triggerFn(callback);
|
|
489
|
-
}
|
|
490
|
-
/*Function to get data for the current page*/
|
|
491
|
-
getPageData(event, callback) {
|
|
492
|
-
let data, startIndex;
|
|
493
|
-
if (this.isDataSourceHasPaging()) {
|
|
494
|
-
/**
|
|
495
|
-
* In table component, in case of on demand and scroll pagination
|
|
496
|
-
* When there is a change in data item which is not in current page
|
|
497
|
-
* Fetch the items of the page where the change is made
|
|
498
|
-
* */
|
|
499
|
-
let pageIndex = this.dn.currentPage;
|
|
500
|
-
if (this.isEditNotInCurrentPage() && this.parent.gridOptions.lastActionPerformed !== 'delete') {
|
|
501
|
-
pageIndex = this.parent.actionRowPage;
|
|
502
|
-
}
|
|
503
|
-
this.datasource.execute(DataSource.Operation.LIST_RECORDS, {
|
|
504
|
-
'page': pageIndex,
|
|
505
|
-
'filterFields': this.filterFields,
|
|
506
|
-
'orderBy': this.sortOptions,
|
|
507
|
-
'logicalOp': this.logicalOp,
|
|
508
|
-
'matchMode': 'anywhereignorecase'
|
|
509
|
-
}).then(response => {
|
|
510
|
-
this.onPageDataReady(event, response && response.data, callback);
|
|
511
|
-
$appDigest();
|
|
512
|
-
}, error => {
|
|
513
|
-
// If error is undefined, do not show any message as this may be discarded request
|
|
514
|
-
if (error) {
|
|
515
|
-
// TODO: Handle Error
|
|
516
|
-
// wmToaster.show('error', 'ERROR', 'Unable to get data of page -' + this.dn.currentPage + ':' + error);
|
|
517
|
-
}
|
|
518
|
-
});
|
|
519
|
-
}
|
|
520
|
-
else {
|
|
521
|
-
if (this.isEditNotInCurrentPage()) {
|
|
522
|
-
startIndex = (this.parent.actionRowPage - 1) * this.maxResults;
|
|
523
|
-
}
|
|
524
|
-
else {
|
|
525
|
-
startIndex = (this.dn.currentPage - 1) * this.maxResults;
|
|
526
|
-
}
|
|
527
|
-
data = isArray(this.__fullData) ? this.__fullData.slice(startIndex, startIndex + this.maxResults) : this.__fullData;
|
|
528
|
-
this.setResult(data);
|
|
529
|
-
this.onPageDataReady(event, data, callback);
|
|
530
|
-
}
|
|
531
|
-
}
|
|
532
|
-
/*
|
|
533
|
-
Function to check if the edit action is performed on the previous page data of the table
|
|
534
|
-
*/
|
|
535
|
-
isEditNotInCurrentPage() {
|
|
536
|
-
const pageIndex = this.dn.currentPage;
|
|
537
|
-
return this.parent.widgetType === 'wm-table' && pageIndex === this.parent.currentPage &&
|
|
538
|
-
this.parent.actionRowPage && this.parent.actionRowPage < pageIndex;
|
|
539
|
-
}
|
|
540
|
-
invokeSetRecord(event, data) {
|
|
541
|
-
// Trigger the event handler if exists.
|
|
542
|
-
const pageInfo = {
|
|
543
|
-
currentPage: this.dn.currentPage,
|
|
544
|
-
size: this.maxResults,
|
|
545
|
-
totalElements: this.dataSize,
|
|
546
|
-
totalPages: this.pageCount
|
|
547
|
-
};
|
|
548
|
-
if (this.parent) {
|
|
549
|
-
this.parent.invokeEventCallback('setrecord', { $event: event, $data: data, $index: this.dn.currentPage, pageInfo, data });
|
|
550
|
-
}
|
|
551
|
-
else {
|
|
552
|
-
this.invokeEventCallback('setrecord', { $event: event, $data: data, $index: this.dn.currentPage, pageInfo, data });
|
|
553
|
-
}
|
|
554
|
-
}
|
|
555
|
-
/*Function to validate the page input.
|
|
556
|
-
In case of invalid input, navigate to the appropriate page; also return false.
|
|
557
|
-
In case of valid input, return true.*/
|
|
558
|
-
validateCurrentPage(event, callback) {
|
|
559
|
-
/*If the value entered is greater than the last page number or invalid value, then highlighting the field showing error.*/
|
|
560
|
-
if (event && (isNaN(this.dn.currentPage) || this.dn.currentPage <= 0 || (this.pageCount && (this.dn.currentPage > this.pageCount || isNull(this.dn.currentPage))))) {
|
|
561
|
-
if (this.dn.currentPage <= 0) {
|
|
562
|
-
this.dn.currentPage = 1;
|
|
563
|
-
}
|
|
564
|
-
else if (this.dn.currentPage > this.pageCount) {
|
|
565
|
-
this.dn.currentPage = this.pageCount;
|
|
566
|
-
}
|
|
567
|
-
return false;
|
|
568
|
-
}
|
|
569
|
-
return true;
|
|
570
|
-
}
|
|
571
|
-
onModelChange(event) {
|
|
572
|
-
if (!this.validateCurrentPage(event)) {
|
|
573
|
-
return;
|
|
574
|
-
}
|
|
575
|
-
this.goToPage(event);
|
|
576
|
-
}
|
|
577
|
-
onKeyDown(event) {
|
|
578
|
-
const targetEle = $(event.target).closest('a');
|
|
579
|
-
if (event.code === 'KeyE') {
|
|
580
|
-
targetEle.addClass('ng-invalid');
|
|
581
|
-
return false;
|
|
582
|
-
}
|
|
583
|
-
targetEle.removeClass('ng-invalid');
|
|
584
|
-
return true;
|
|
585
|
-
}
|
|
586
|
-
pageChanged(event) {
|
|
587
|
-
this._debouncedPageChanged(event);
|
|
588
|
-
}
|
|
589
|
-
/*Function to navigate to the respective pages.*/
|
|
590
|
-
navigatePage(index, event, isRefresh, callback) {
|
|
591
|
-
// when navigated to next page turn on the isDataLoading flag to show the loading indicator
|
|
592
|
-
if (isDefined(this.parent.isDataLoading) && !this.isDisableNext) {
|
|
593
|
-
this.parent.isDataLoading = true;
|
|
594
|
-
// In case of infinite scroll calling the showLoadingIndicator method to update the loading message immediately when navigated to next page
|
|
595
|
-
if (this.parent.infScroll) {
|
|
596
|
-
this.parent.variableInflight = true;
|
|
597
|
-
this.parent.callDataGridMethod('showLoadingIndicator', this.parent.loadingdatamsg, true);
|
|
598
|
-
}
|
|
599
|
-
}
|
|
600
|
-
// reset the last action performed to "scroll" and isDatasetUpdated to false
|
|
601
|
-
if (this.parent.widgetType === 'wm-table' && this.parent.gridOptions.isNavTypeScrollOrOndemand()) {
|
|
602
|
-
this.parent.gridOptions.setLastActionPerformed(this.parent.gridOptions.ACTIONS.DEFAULT);
|
|
603
|
-
this.parent.gridOptions.setIsDatasetUpdated(false);
|
|
604
|
-
}
|
|
605
|
-
this.invokeEventCallback('paginationchange', { $event: undefined, $index: this.dn.currentPage });
|
|
606
|
-
// Convert the current page to a valid page number.
|
|
607
|
-
this.dn.currentPage = +this.dn.currentPage;
|
|
608
|
-
switch (index) {
|
|
609
|
-
case 'first':
|
|
610
|
-
this.goToFirstPage(isRefresh, event, callback);
|
|
611
|
-
return;
|
|
612
|
-
case 'prev':
|
|
613
|
-
/*Return if already on the first page.*/
|
|
614
|
-
if (!this.pagination?.next && (this.isFirstPage() || !this.validateCurrentPage(event, callback))) {
|
|
615
|
-
return;
|
|
616
|
-
}
|
|
617
|
-
else if (this.pagination?.next) { // WMS-18867: For server side pagination, skipping the regular flow and enabling isNext flag in pagination metadata
|
|
618
|
-
this.datasource.pagination.isNext = false;
|
|
619
|
-
this.datasource.pagination.isPrev = true;
|
|
620
|
-
}
|
|
621
|
-
/*Decrement the current page by 1.*/
|
|
622
|
-
this.dn.currentPage -= 1;
|
|
623
|
-
break;
|
|
624
|
-
case 'next':
|
|
625
|
-
/*Return if already on the last page.*/
|
|
626
|
-
if (!this.pagination?.next && (this.isLastPage() || !this.validateCurrentPage(event, callback))) {
|
|
627
|
-
return;
|
|
628
|
-
}
|
|
629
|
-
else if (this.pagination?.next) { // WMS-18867: For server side pagination, skipping the regular flow and enabling isPrev flag in pagination metadata
|
|
630
|
-
this.datasource.pagination.isNext = true;
|
|
631
|
-
this.datasource.pagination.isPrev = false;
|
|
632
|
-
}
|
|
633
|
-
/*Increment the current page by 1.*/
|
|
634
|
-
this.dn.currentPage += 1;
|
|
635
|
-
break;
|
|
636
|
-
case 'last':
|
|
637
|
-
this.goToLastPage(isRefresh, event, callback);
|
|
638
|
-
return;
|
|
639
|
-
default:
|
|
640
|
-
break;
|
|
641
|
-
}
|
|
642
|
-
/*Navigate to the current page.*/
|
|
643
|
-
this.goToPage(event, callback);
|
|
644
|
-
}
|
|
645
|
-
setBindDataSet(binddataset, parent, dataSource, dataset, binddatasource, datasetBoundExpr, statehandler) {
|
|
646
|
-
const parts = binddataset.split('.');
|
|
647
|
-
let bindPagingOptions;
|
|
648
|
-
this.statehandler = statehandler;
|
|
649
|
-
if (parts[0] === 'Variables' || parts[0] === 'Widgets') {
|
|
650
|
-
bindPagingOptions = `${parts[0]}.${parts[1]}.pagination`;
|
|
651
|
-
}
|
|
652
|
-
if (!binddatasource && dataset && !datasetBoundExpr) {
|
|
653
|
-
this.dataset = dataset;
|
|
654
|
-
this._debouncedApplyDataset();
|
|
655
|
-
return;
|
|
656
|
-
}
|
|
657
|
-
this.binddataset = binddataset;
|
|
658
|
-
setTimeout(() => {
|
|
659
|
-
// watching for dataset changes even when dataset is bound to "item." (i.e. by checking for datasetBoundExpr)
|
|
660
|
-
// item context is passed as dataSource here
|
|
661
|
-
// [Todo-CSP]: check if same expr fn is generated by parent widget (list, table)
|
|
662
|
-
this.registerDestroyListener($watch(binddataset, parent, datasetBoundExpr ? dataSource : {}, nv => {
|
|
663
|
-
if (nv) {
|
|
664
|
-
this.dataset = nv;
|
|
665
|
-
this._debouncedApplyDataset();
|
|
666
|
-
}
|
|
667
|
-
else {
|
|
668
|
-
// WMS-19285: Setting dataset on proxy only to handle propertychange handler call for undefined cases
|
|
669
|
-
this.widget.dataset = nv;
|
|
670
|
-
}
|
|
671
|
-
}));
|
|
672
|
-
// Register a watch on paging options. Call dataset property change handler even if paging options changes to reflect pagination state
|
|
673
|
-
if (!bindPagingOptions) {
|
|
674
|
-
return;
|
|
675
|
-
}
|
|
676
|
-
//[Todo-CSP]: either generate watch expr fn or register an event from the datasource itself
|
|
677
|
-
this.registerDestroyListener($watch(bindPagingOptions, parent, {}, () => this._debouncedApplyDataset()));
|
|
678
|
-
});
|
|
679
|
-
// apply datasource only when dataset is not bound to "item.FIELD"
|
|
680
|
-
if (!datasetBoundExpr) {
|
|
681
|
-
this.datasource = dataSource;
|
|
682
|
-
}
|
|
683
|
-
}
|
|
684
|
-
// Set the datasource of pagination from the parent widget
|
|
685
|
-
setDataSource(dataSource) {
|
|
686
|
-
this.datasource = dataSource;
|
|
687
|
-
}
|
|
688
|
-
onPropertyChange(key, nv, ov) {
|
|
689
|
-
if (key === 'dataset') {
|
|
690
|
-
let data;
|
|
691
|
-
if (this.parent && this.parent.onDataNavigatorDataSetChange) {
|
|
692
|
-
data = this.parent.onDataNavigatorDataSetChange(nv);
|
|
693
|
-
}
|
|
694
|
-
else {
|
|
695
|
-
data = nv;
|
|
696
|
-
}
|
|
697
|
-
// Set last action performed to "dataset_update" whenever dataset is changed in table component
|
|
698
|
-
if (this.parent.widgetType === 'wm-table') {
|
|
699
|
-
this.parent._triggeredByUser = false;
|
|
700
|
-
}
|
|
701
|
-
// When the dataset is not in current page, but in previous ones directly set the result without setting page values
|
|
702
|
-
if (this.isEditNotInCurrentPage()) {
|
|
703
|
-
this.setResult(data);
|
|
704
|
-
}
|
|
705
|
-
else {
|
|
706
|
-
this.setPagingValues(data);
|
|
707
|
-
}
|
|
708
|
-
}
|
|
709
|
-
else if (key === 'navigation') {
|
|
710
|
-
if (nv === 'Advanced') { // Support for older projects where navigation type was advanced instead of clasic
|
|
711
|
-
this.navigation = 'Classic';
|
|
712
|
-
}
|
|
713
|
-
this.updateNavSize();
|
|
714
|
-
this.navcontrols = nv;
|
|
715
|
-
}
|
|
716
|
-
else if (key === 'navigationsize') {
|
|
717
|
-
this.updateNavSize();
|
|
718
|
-
}
|
|
719
|
-
else if (key === 'navigationalign') {
|
|
720
|
-
switchClass(this.nativeElement, `text-${nv}`, `text-${ov}`);
|
|
721
|
-
}
|
|
722
|
-
else if (key === 'maxResults') {
|
|
723
|
-
this.setPagingValues(this.dataset);
|
|
724
|
-
}
|
|
725
|
-
else {
|
|
726
|
-
super.onPropertyChange(key, nv, ov);
|
|
727
|
-
}
|
|
728
|
-
}
|
|
729
|
-
ngAfterViewInit() {
|
|
730
|
-
const paginationElem = this.nativeElement;
|
|
731
|
-
paginationElem.onclick = (event) => {
|
|
732
|
-
event.stopPropagation();
|
|
733
|
-
};
|
|
734
|
-
}
|
|
735
|
-
static { this.ɵfac = function PaginationComponent_Factory(t) { return new (t || PaginationComponent)(i0.ɵɵdirectiveInject(i0.Injector), i0.ɵɵdirectiveInject(WidgetRef, 4), i0.ɵɵdirectiveInject('EXPLICIT_CONTEXT', 8)); }; }
|
|
736
|
-
static { this.ɵcmp = /*@__PURE__*/ i0.ɵɵdefineComponent({ type: PaginationComponent, selectors: [["", "wmPagination", ""]], outputs: { resultEmitter: "resultEmitter", maxResultsEmitter: "maxResultsEmitter" }, features: [i0.ɵɵProvidersFeature([
|
|
737
|
-
provideAsWidgetRef(PaginationComponent)
|
|
738
|
-
]), i0.ɵɵInheritDefinitionFeature], attrs: _c0, decls: 10, vars: 4, consts: [["pageTemplate", ""], ["prevTemplate", ""], ["nextTemplate", ""], [3, "class", 4, "ngIf"], ["class", "pagination basic", "role", "navigation", "firstText", "Firtst", "lastText", "Last", 3, "ngClass", "itemsPerPage", "totalItems", "ngModelOptions", "ngModel", "boundaryLinks", "maxSize", "directionLinks", "customPreviousTemplate", "customNextTemplate", "customPageTemplate", "pageChanged", 4, "ngIf"], ["class", "pagination", 4, "ngIf"], [3, "ngClass"], ["name", "first", "href", "javascript:void(0);", 3, "click", "title"], ["aria-hidden", "true"], [1, "wi", "wi-first-page"], [1, "sr-only"], ["name", "prev", "href", "javascript:void(0);", 3, "click", "title"], [1, "wi", "wi-chevron-left"], [1, "pagecount", "disabled"], ["href", "javascript:void(0);"], ["type", "number", 1, "form-control", 3, "ngModelChange", "keydown", "change", "ngModel", "disabled", "ngModelOptions"], [1, "disabled"], [3, "hidden"], ["name", "next", "href", "javascript:void(0);", 3, "click", "title"], [1, "wi", "wi-chevron-right"], ["name", "last", "href", "javascript:void(0);", 3, "click", "title"], [1, "wi", "wi-last-page"], ["class", "totalcount disabled", 4, "ngIf"], [1, "totalcount", "disabled"], ["href", "javascript:void(0);", "tabindex", "-1", "aria-disabled", "true"], [1, "previous", 3, "ngClass"], ["href", "javascript:void(0);", 3, "click"], [1, "next", 3, "ngClass"], ["role", "navigation", "firstText", "Firtst", "lastText", "Last", 1, "pagination", "basic", 3, "pageChanged", "ngClass", "itemsPerPage", "totalItems", "ngModelOptions", "ngModel", "boundaryLinks", "maxSize", "directionLinks", "customPreviousTemplate", "customNextTemplate", "customPageTemplate"], [1, "pagination"], [1, "totalcount", "disabled", "basiccount"], ["class", "sr-only", 4, "ngIf"]], template: function PaginationComponent_Template(rf, ctx) { if (rf & 1) {
|
|
739
|
-
i0.ɵɵtemplate(0, PaginationComponent_ul_0_Template, 32, 35, "ul", 3)(1, PaginationComponent_ul_1_Template, 15, 15, "ul", 3)(2, PaginationComponent_pagination_2_Template, 1, 13, "pagination", 4)(3, PaginationComponent_ul_3_Template, 4, 2, "ul", 5)(4, PaginationComponent_ng_template_4_Template, 4, 4, "ng-template", null, 0, i0.ɵɵtemplateRefExtractor)(6, PaginationComponent_ng_template_6_Template, 2, 2, "ng-template", null, 1, i0.ɵɵtemplateRefExtractor)(8, PaginationComponent_ng_template_8_Template, 2, 2, "ng-template", null, 2, i0.ɵɵtemplateRefExtractor);
|
|
740
|
-
} if (rf & 2) {
|
|
741
|
-
i0.ɵɵproperty("ngIf", ctx.navcontrols === "Classic");
|
|
742
|
-
i0.ɵɵadvance();
|
|
743
|
-
i0.ɵɵproperty("ngIf", ctx.navcontrols === "Pager");
|
|
744
|
-
i0.ɵɵadvance();
|
|
745
|
-
i0.ɵɵproperty("ngIf", ctx.navcontrols === "Basic");
|
|
746
|
-
i0.ɵɵadvance();
|
|
747
|
-
i0.ɵɵproperty("ngIf", ctx.navcontrols === "Basic" && ctx.showrecordcount);
|
|
748
|
-
} }, dependencies: [i1.NgClass, i1.NgIf, i2.DefaultValueAccessor, i2.NumberValueAccessor, i2.NgControlStatus, i2.NgModel, i3.PaginationComponent], encapsulation: 2 }); }
|
|
749
|
-
}
|
|
750
|
-
(() => { (typeof ngDevMode === "undefined" || ngDevMode) && i0.ɵsetClassMetadata(PaginationComponent, [{
|
|
751
|
-
type: Component,
|
|
752
|
-
args: [{ selector: '[wmPagination]', providers: [
|
|
753
|
-
provideAsWidgetRef(PaginationComponent)
|
|
754
|
-
], template: "\n<ul class=\"pagination advanced {{navigationClass}}\" *ngIf=\"navcontrols === 'Classic'\">\n <li [ngClass]=\"{'disabled':isDisableFirst}\">\n <a [title]=\"appLocale.LABEL_FIRST\" name=\"first\" href=\"javascript:void(0);\"\n [attr.aria-disabled]=\"isDisableFirst\"\n (click)=\"navigatePage('first', $event)\">\n <span aria-hidden=\"true\"><i class=\"wi wi-first-page\"></i></span>\n <span class=\"sr-only\">Go to first page {{ isDisableFirst ? ' , Disabled' : ''}}</span>\n </a>\n </li>\n <li [ngClass]=\"{'disabled':isDisablePrevious}\">\n <a [title]=\"appLocale.LABEL_PREVIOUS\" name=\"prev\" href=\"javascript:void(0);\"\n [attr.aria-disabled]=\"isDisablePrevious\"\n (click)=\"navigatePage('prev', $event)\">\n <span aria-hidden=\"true\"><i class=\"wi wi-chevron-left\"></i></span>\n <span class=\"sr-only\">Go to previous page {{ isDisablePrevious ? ', Disabled' : ''}}</span>\n </a>\n </li>\n <li class=\"pagecount disabled\">\n <a href=\"javascript:void(0);\">\n <input [(ngModel)]=\"dn.currentPage\" [attr.aria-label]=\"'Showing Page ' + dn.currentPage + ' of ' + pageCount\" [disabled]=\"isDisableCurrent\"\n [ngModelOptions]=\"{standalone: true}\"\n type=\"number\"\n (keydown)=\"onKeyDown($event)\" (change)=\"onModelChange($event)\" class=\"form-control\"/>\n </a>\n </li>\n <li class=\"disabled\">\n <a [hidden]=\"isDisableCount\"> / {{pageCount}}</a>\n </li>\n <li [ngClass]=\"{'disabled':isDisableNext}\">\n <a [title]=\"appLocale.LABEL_NEXT\" name=\"next\" href=\"javascript:void(0);\"\n [attr.aria-disabled]=\"isDisableNext\"\n (click)=\"navigatePage('next', $event)\">\n <span aria-hidden=\"true\"><i class=\"wi wi-chevron-right\"></i></span>\n <span class=\"sr-only\">Go to next page {{ isDisableNext ? ' , Disabled' : ''}}</span>\n </a>\n </li>\n <li [ngClass]=\"{'disabled':isDisableLast}\">\n <a [title]=\"appLocale.LABEL_LAST\" name=\"last\" href=\"javascript:void(0);\"\n [attr.aria-disabled]=\"isDisableLast\"\n (click)=\"navigatePage('last', $event)\">\n <span aria-hidden=\"true\"><i class=\"wi wi-last-page\"></i></span>\n <span class=\"sr-only\">Go to last page {{ isDisableLast ? ' , Disabled' : ''}}</span>\n </a>\n </li>\n <li *ngIf=\"showrecordcount\" class=\"totalcount disabled\">\n <a href=\"javascript:void(0);\" tabindex=\"-1\" aria-disabled=\"true\">{{appLocale.LABEL_TOTAL_RECORDS}}: {{dataSize}}</a>\n </li>\n</ul>\n<ul class=\"pager {{navigationClass}}\" *ngIf=\"navcontrols === 'Pager'\">\n <li class=\"previous\" [ngClass]=\"{'disabled':isDisablePrevious}\">\n <a href=\"javascript:void(0);\" (click)=\"navigatePage('prev', $event)\"\n [attr.aria-disabled]=\"isDisablePrevious\">\n <span aria-hidden=\"true\"><i class=\"wi wi-chevron-left\"></i></span>\n {{appLocale.LABEL_PREVIOUS}}\n <span class=\"sr-only\">{{ isDisablePrevious ? ' , Disabled' : ''}}</span>\n </a>\n </li>\n <li class=\"next\" [ngClass]=\"{'disabled':isDisableNext}\">\n <a href=\"javascript:void(0);\" (click)=\"navigatePage('next', $event)\"\n [attr.aria-disabled]=\"isDisableNext\">\n <span aria-hidden=\"true\"><i class=\"wi wi-chevron-right\"></i></span>\n {{appLocale.LABEL_NEXT}}\n <span class=\"sr-only\">{{ isDisableNext ? ' , Disabled' : ''}}</span>\n </a>\n </li>\n</ul>\n\n<pagination class=\"pagination basic\" [ngClass]=\"navigationClass\" *ngIf=\"navcontrols === 'Basic'\" role=\"navigation\"\n [itemsPerPage]=\"maxResults\" [totalItems]=\"dataSize\"\n (pageChanged)=\"pageChanged($event)\" [ngModelOptions]=\"{standalone:true}\" [ngModel]=\"dn.currentPage\"\n [attr.aria-label]=\"'Showing Page ' + dn.currentPage + ' of ' + pageCount + ' pages'\"\n [boundaryLinks]=\"boundarylinks\" [maxSize]=\"maxsize\"\n [directionLinks]=\"directionlinks\"\n firstText=\"Firtst\" lastText=\"Last\"\n [customPreviousTemplate]=\"prevTemplate\"\n [customNextTemplate]=\"nextTemplate\"\n [customPageTemplate]=\"pageTemplate\"></pagination>\n\n<ul *ngIf=\"navcontrols === 'Basic' && showrecordcount\" class=\"pagination\">\n <li class=\"totalcount disabled basiccount\">\n <a href=\"javascript:void(0);\" tabindex=\"-1\" aria-disabled=\"true\">{{appLocale.LABEL_TOTAL_RECORDS}}: {{dataSize}}</a>\n </li>\n</ul>\n\n<ng-template #pageTemplate let-page>\n <span class=\"sr-only\" [attr.data-isacitvepage]=\"page.active\">{{'Page '}}</span>\n {{page.number}}\n <span class=\"sr-only\" *ngIf=\"page.active\"> {{', Showing page ' + page.number + ' of ' + pageCount}}</span>\n</ng-template>\n<ng-template #prevTemplate let-disabled=\"disabled\">\n <span class=\"sr-only\" [attr.data-isdisabled]=\"disabled\">Go to Previous page {{disabled ? ', Disabled' : ''}}</span>\n</ng-template>\n<ng-template #nextTemplate let-disabled=\"disabled\">\n <span class=\"sr-only\" [attr.data-isdisabled]=\"disabled\">Go to Next page {{disabled ? ', Disabled' : ''}}</span>\n</ng-template>\n" }]
|
|
755
|
-
}], () => [{ type: i0.Injector }, { type: undefined, decorators: [{
|
|
756
|
-
type: SkipSelf
|
|
757
|
-
}, {
|
|
758
|
-
type: Inject,
|
|
759
|
-
args: [WidgetRef]
|
|
760
|
-
}] }, { type: undefined, decorators: [{
|
|
761
|
-
type: Inject,
|
|
762
|
-
args: ['EXPLICIT_CONTEXT']
|
|
763
|
-
}, {
|
|
764
|
-
type: Optional
|
|
765
|
-
}] }], { resultEmitter: [{
|
|
766
|
-
type: Output
|
|
767
|
-
}], maxResultsEmitter: [{
|
|
768
|
-
type: Output
|
|
769
|
-
}] }); })();
|
|
770
|
-
(() => { (typeof ngDevMode === "undefined" || ngDevMode) && i0.ɵsetClassDebugInfo(PaginationComponent, { className: "PaginationComponent", filePath: "pagination.component.ts", lineNumber: 41 }); })();
|
|
771
|
-
//# sourceMappingURL=data:application/json;base64,eyJ2ZXJzaW9uIjozLCJmaWxlIjoicGFnaW5hdGlvbi5jb21wb25lbnQuanMiLCJzb3VyY2VSb290IjoiIiwic291cmNlcyI6WyIuLi8uLi8uLi8uLi8uLi9wcm9qZWN0cy9jb21wb25lbnRzL3dpZGdldHMvZGF0YS9wYWdpbmF0aW9uL3NyYy9wYWdpbmF0aW9uLmNvbXBvbmVudC50cyIsIi4uLy4uLy4uLy4uLy4uL3Byb2plY3RzL2NvbXBvbmVudHMvd2lkZ2V0cy9kYXRhL3BhZ2luYXRpb24vc3JjL3BhZ2luYXRpb24uY29tcG9uZW50Lmh0bWwiXSwibmFtZXMiOltdLCJtYXBwaW5ncyI6IkFBQUEsT0FBTyxFQUFDLFNBQVMsRUFBRSxZQUFZLEVBQUUsTUFBTSxFQUFFLFFBQVEsRUFBRSxNQUFNLEVBQUUsUUFBUSxFQUFpQixRQUFRLEVBQUMsTUFBTSxlQUFlLENBQUM7QUFFbkgsT0FBTyxFQUNILFVBQVUsRUFDVixNQUFNLEVBQ04sWUFBWSxFQUNaLFVBQVUsRUFDVixRQUFRLEVBQ1IsU0FBUyxFQUNULFdBQVcsRUFDWCxTQUFTLEVBQ1osTUFBTSxVQUFVLENBQUM7QUFDbEIsT0FBTyxFQUFFLGNBQWMsRUFBRSxjQUFjLEVBQUUsa0JBQWtCLEVBQUUsaUJBQWlCLEVBQUUsTUFBTSxFQUFFLFNBQVMsRUFBRSxnQ0FBZ0MsRUFBQyxNQUFNLHFCQUFxQixDQUFDO0FBQ2hLLE9BQU8sRUFBRSxhQUFhLEVBQUUsTUFBTSxvQkFBb0IsQ0FBQztBQUNuRCxPQUFPLEVBQUMsT0FBTyxFQUFFLEdBQUcsRUFBRSxPQUFPLEVBQUUsT0FBTyxFQUFFLE1BQU0sRUFBRSxRQUFRLEVBQUMsTUFBTSxXQUFXLENBQUM7Ozs7Ozs7OztJQ2dDbkUsQUFESiw4QkFBd0QsWUFDYTtJQUFBLFlBQStDO0lBQ3BILEFBRG9ILGlCQUFJLEVBQ25IOzs7SUFEZ0UsZUFBK0M7SUFBL0MsMEZBQStDOzs7O0lBM0NoSCxBQURKLEFBREosMEJBQXNGLFlBQ3RDLFdBR0c7SUFBeEMsK0tBQVMsb0JBQWEsT0FBTyxTQUFTLEtBQUM7SUFD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O1FBQ3ZDLENBQUM7YUFBTSxDQUFDO1lBQ0osS0FBSyxDQUFDLGdCQUFnQixDQUFDLEdBQUcsRUFBRSxFQUFFLEVBQUUsRUFBRSxDQUFDLENBQUM7UUFDeEMsQ0FBQztJQUNMLENBQUM7SUFFRCxlQUFlO1FBQ1gsTUFBTSxjQUFjLEdBQUksSUFBSSxDQUFDLGFBQTRCLENBQUM7UUFDMUQsY0FBYyxDQUFDLE9BQU8sR0FBRyxDQUFDLEtBQUssRUFBRSxFQUFFO1lBQy9CLEtBQUssQ0FBQyxlQUFlLEVBQUUsQ0FBQztRQUM1QixDQUFDLENBQUM7SUFDTixDQUFDO29GQXBqQlEsbUJBQW1CLDBEQXdFbUIsU0FBUywyQkFBeUIsa0JBQWtCO29FQXhFMUYsbUJBQW1CLCtKQUpqQjtnQkFDUCxrQkFBa0IsQ0FBQyxtQkFBbUIsQ0FBQzthQUMxQztZQ3VETCxBQUhBLEFBTEEsQUFOQSxBQVhBLEFBbkJBLEFBaERBLG9FQUFzRix1REFnRGhCLHNFQTRCdEIscURBRTBCLHdHQU10Qyx3R0FLZSx3R0FHQTs7WUE1RkUsb0RBQStCO1lBZ0Q3QyxjQUE2QjtZQUE3QixrREFBNkI7WUFtQkYsY0FBNkI7WUFBN0Isa0RBQTZCO1lBVzFGLGNBQWdEO1lBQWhELHlFQUFnRDs7O2lGRHZDeEMsbUJBQW1CO2NBUC9CLFNBQVM7MkJBQ0ksZ0JBQWdCLGFBRWY7b0JBQ1Asa0JBQWtCLHFCQUFxQjtpQkFDMUM7O3NCQTBFMkIsUUFBUTs7c0JBQUksTUFBTTt1QkFBQyxTQUFTOztzQkFBa0IsTUFBTTt1QkFBQyxrQkFBa0I7O3NCQUFHLFFBQVE7cUJBdEVwRyxhQUFhO2tCQUF0QixNQUFNO1lBQ0csaUJBQWlCO2tCQUExQixNQUFNOztrRkFIRSxtQkFBbUIiLCJzb3VyY2VzQ29udGVudCI6WyJpbXBvcnQge0NvbXBvbmVudCwgRXZlbnRFbWl0dGVyLCBJbmplY3QsIEluamVjdG9yLCBPdXRwdXQsIFNraXBTZWxmLCBBZnRlclZpZXdJbml0LCBPcHRpb25hbH0gZnJvbSAnQGFuZ3VsYXIvY29yZSc7XG5cbmltcG9ydCB7XG4gICAgJGFwcERpZ2VzdCxcbiAgICAkd2F0Y2gsXG4gICAgQXBwQ29uc3RhbnRzLFxuICAgIERhdGFTb3VyY2UsXG4gICAgZGVib3VuY2UsXG4gICAgaXNEZWZpbmVkLFxuICAgIHN3aXRjaENsYXNzLFxuICAgIHRyaWdnZXJGblxufSBmcm9tICdAd20vY29yZSc7XG5pbXBvcnQgeyBERUJPVU5DRV9USU1FUywgZ2V0T3JkZXJCeUV4cHIsIHByb3ZpZGVBc1dpZGdldFJlZiwgU3R5bGFibGVDb21wb25lbnQsIHN0eWxlciwgV2lkZ2V0UmVmLCB1bnN1cHBvcnRlZFN0YXRlUGVyc2lzdGVuY2VUeXBlc30gZnJvbSAnQHdtL2NvbXBvbmVudHMvYmFzZSc7XG5pbXBvcnQgeyByZWdpc3RlclByb3BzIH0gZnJvbSAnLi9wYWdpbmF0aW9uLnByb3BzJztcbmltcG9ydCB7Zm9yRWFjaCwgZ2V0LCBpc0FycmF5LCBpc0VtcHR5LCBpc051bGwsIGlzU3RyaW5nfSBmcm9tIFwibG9kYXNoLWVzXCI7XG5cbmNvbnN0IERFRkFVTFRfQ0xTID0gJ2FwcC1kYXRhbmF2aWdhdG9yIGNsZWFyZml4JztcbmNvbnN0IFdJREdFVF9DT05GSUcgPSB7d2lkZ2V0VHlwZTogJ3dtLXBhZ2luYXRpb24nLCBob3N0Q2xhc3M6IERFRkFVTFRfQ0xTfTtcblxuY29uc3Qgc2l6ZUNsYXNzZXMgPSB7XG4gICAgJ1BhZ2VyJzoge1xuICAgICAgICAnc21hbGwnOiAncGFnZXItc20nLFxuICAgICAgICAnbGFyZ2UnOiAncGFnZXItbGcnXG4gICAgfSxcbiAgICAnQmFzaWMnOiB7XG4gICAgICAgICdzbWFsbCc6ICdwYWdpbmF0aW9uLXNtJyxcbiAgICAgICAgJ2xhcmdlJzogJ3BhZ2luYXRpb24tbGcnXG4gICAgfSxcbiAgICAnQ2xhc3NpYyc6IHtcbiAgICAgICAgJ3NtYWxsJzogJ3BhZ2luYXRpb24tc20nLFxuICAgICAgICAnbGFyZ2UnOiAncGFnaW5hdGlvbi1sZydcbiAgICB9XG59O1xuQENvbXBvbmVudCh7XG4gICAgc2VsZWN0b3I6ICdbd21QYWdpbmF0aW9uXScsXG4gICAgdGVtcGxhdGVVcmw6ICcuL3BhZ2luYXRpb24uY29tcG9uZW50Lmh0bWwnLFxuICAgIHByb3ZpZGVyczogW1xuICAgICAgICBwcm92aWRlQXNXaWRnZXRSZWYoUGFnaW5hdGlvbkNvbXBvbmVudClcbiAgICBdXG59KVxuZXhwb3J0IGNsYXNzIFBhZ2luYXRpb25Db21wb25lbnQgZXh0ZW5kcyBTdHlsYWJsZUNvbXBvbmVudCBpbXBsZW1lbnRzIEFmdGVyVmlld0luaXQge1xuICAgIHN0YXRpYyBpbml0aWFsaXplUHJvcHMgPSByZWdpc3RlclByb3BzKCk7XG4gICAgQE91dHB1dCgpIHJlc3VsdEVtaXR0ZXI6IEV2ZW50RW1pdHRlcjxhbnk+ID0gbmV3IEV2ZW50RW1pdHRlcigpO1xuICAgIEBPdXRwdXQoKSBtYXhSZXN1bHRzRW1pdHRlcjogRXZlbnRFbWl0dGVyPGFueT4gPSBuZXcgRXZlbnRFbWl0dGVyKCk7XG5cbiAgICBkYXRhc291cmNlO1xuICAgIG1heFJlc3VsdHM7XG4gICAgbmF2aWdhdGlvbnNpemU7XG4gICAgc2hvd3JlY29yZGNvdW50O1xuXG4gICAgbmF2Y29udHJvbHM7XG4gICAgbmF2aWdhdGlvbjtcblxuICAgIGJvdW5kYXJ5bGlua3M7XG4gICAgZGlyZWN0aW9ubGlua3M7XG5cbiAgICBuYXZpZ2F0aW9uQ2xhc3M7XG4gICAgZG4gPSB7XG4gICAgICAgIGN1cnJlbnRQYWdlOiAxXG4gICAgfTtcblxuICAgIHBhZ2VDb3VudCA9IDA7XG4gICAgaXNEaXNhYmxlTmV4dCA9IHRydWU7XG4gICAgaXNEaXNhYmxlUHJldmlvdXMgPSB0cnVlO1xuICAgIGlzRGlzYWJsZUZpcnN0ID0gdHJ1ZTtcbiAgICBpc0Rpc2FibGVMYXN0ID0gdHJ1ZTtcbiAgICBpc0Rpc2FibGVDdXJyZW50O1xuICAgIGRhdGFTaXplO1xuICAgIHByZXZzaG93cmVjb3JkY291bnQ7XG4gICAgaXNEaXNhYmxlQ291bnQ7XG4gICAgZmlyc3RSb3c7XG4gICAgcmVzdWx0O1xuICAgIF9fZnVsbERhdGE7XG4gICAgZGF0YXNldDtcbiAgICBvcHRpb25zO1xuICAgIHN0YXRlaGFuZGxlcjtcbiAgICBmaWx0ZXJGaWVsZHM7XG4gICAgc29ydE9wdGlvbnM7XG4gICAgYmluZGRhdGFzZXQ7XG4gICAgcGFnaW5hdGlvbjtcbiAgICBsb2dpY2FsT3A7XG5cbiAgICBwcml2YXRlIF9kZWJvdW5jZWRBcHBseURhdGFzZXQgPSBkZWJvdW5jZSgoKSA9PiB0aGlzLndpZGdldC5kYXRhc2V0ID0gdGhpcy5kYXRhc2V0LCBERUJPVU5DRV9USU1FUy5QQUdJTkFUSU9OX0RFQk9VTkNFX1RJTUUpO1xuICAgIHByaXZhdGUgX2RlYm91bmNlZFBhZ2VDaGFuZ2VkID0gZGVib3VuY2UoZXZlbnQgPT4ge1xuICAgICAgICBjb25zdCBjdXJyZW50UGFnZSA9IGV2ZW50ICYmIGV2ZW50LnBhZ2U7XG4gICAgICAgIC8vIERvIG5vdCBjYWxsIGdvVG9QYWdlIGlmIHBhZ2UgaGFzIG5vdCBjaGFuZ2VkXG4gICAgICAgIGlmIChjdXJyZW50UGFnZSAhPT0gdGhpcy5kbi5jdXJyZW50UGFnZSkge1xuICAgICAgICAgICAgY29uc3QgaW5zdCA9ICh0aGlzIGFzIGFueSkucGFyZW50IHx8IHRoaXM7XG4gICAgICAgICAgICB0aGlzLmRuLmN1cnJlbnRQYWdlID0gY3VycmVudFBhZ2U7XG4gICAgICAgICAgICBpbnN0Lmludm9rZUV2ZW50Q2FsbGJhY2soJ3BhZ2luYXRpb25jaGFuZ2UnLCB7JGV2ZW50OiB1bmRlZmluZWQsICRpbmRleDogdGhpcy5kbi5jdXJyZW50UGFnZX0pO1xuICAgICAgICAgICAgdGhpcy5nb1RvUGFnZSgpO1xuICAgICAgICAgICAgaWYgKHRoaXMubmF2aWdhdGlvbiA9PT0gJ0Jhc2ljJykge1xuICAgICAgICAgICAgICAgIHRoaXMuX3NldEFyaWFGb3JCYXNpY05hdmlnYXRpb24oKTtcbiAgICAgICAgICAgIH1cbiAgICAgICAgfVxuICAgIH0sIERFQk9VTkNFX1RJTUVTLlBBR0lOQVRJT05fREVCT1VOQ0VfVElNRSk7XG5cbiAgICBwcml2YXRlIF9zZXRBcmlhRm9yQmFzaWNOYXZpZ2F0aW9uKCkge1xuICAgICAgICBmb3JFYWNoKHRoaXMubmF0aXZlRWxlbWVudC5nZXRFbGVtZW50c0J5VGFnTmFtZSgnYScpLCAoaXRlbSkgPT4ge1xuICAgICAgICAgICAgaXRlbS5zZXRBdHRyaWJ1dGUoJ2hyZWYnLCAnamF2YXNjcmlwdDp2b2lkKDApOycpO1xuICAgICAgICAgICAgY29uc3QgY2hpbGROb2RlID0gaXRlbS5xdWVyeVNlbGVjdG9yKCdzcGFuJyk7XG4gICAgICAgICAgICBpZiAoY2hpbGROb2RlPy5kYXRhc2V0LmlzYWNpdHZlcGFnZSA9PT0gXCJ0cnVlXCIpIHtcbiAgICAgICAgICAgICAgICBpdGVtLnNldEF0dHJpYnV0ZSgnYXJpYS1jdXJyZW50JywgJ3RydWUnKTtcbiAgICAgICAgICAgIH1cbiAgICAgICAgICAgIGlmKGNoaWxkTm9kZT8uZGF0YXNldC5pc2Rpc2FibGVkID09PSBcInRydWVcIikge1xuICAgICAgICAgICAgICAgIGl0ZW0uc2V0QXR0cmlidXRlKCdhcmlhLWRpc2FibGVkJywgJ3RydWUnKTtcbiAgICAgICAgICAgIH0gZWxzZSB7XG4gICAgICAgICAgICAgICAgaXRlbS5yZW1vdmVBdHRyaWJ1dGUoJ2FyaWEtZGlzYWJsZWQnKTtcbiAgICAgICAgICAgIH1cbiAgICAgICAgfSk7XG4gICAgfVxuXG4gICAgY29uc3RydWN0b3IoaW5qOiBJbmplY3RvciwgQFNraXBTZWxmKCkgQEluamVjdChXaWRnZXRSZWYpIHB1YmxpYyBwYXJlbnQsIEBJbmplY3QoJ0VYUExJQ0lUX0NPTlRFWFQnKSBAT3B0aW9uYWwoKSBleHBsaWNpdENvbnRleHQ6IGFueSkge1xuICAgICAgICBzdXBlcihpbmosIFdJREdFVF9DT05GSUcsIGV4cGxpY2l0Q29udGV4dCk7XG4gICAgICAgIHN0eWxlcih0aGlzLm5hdGl2ZUVsZW1lbnQsIHRoaXMpO1xuICAgIH1cblxuICAgIHNldFJlc3VsdChyZXN1bHQpIHtcbiAgICAgICAgLy8gVE9ETzogRW1pdCBldmVudCBvbmx5IGlmIHJlc3VsdCBpcyBjaGFuZ2VkXG4gICAgICAgIHRoaXMucmVzdWx0ID0gcmVzdWx0O1xuICAgICAgICB0aGlzLnJlc3VsdEVtaXR0ZXIuZW1pdCh0aGlzLnJlc3VsdCk7XG4gICAgfVxuXG4gICAgLy8gVXBkYXRlIG5hdmlnYXRpb25DbGFzcyBiYXNlZCBvbiBuYXZpZ2F0aW9uIGFuZCBuYXZpZ2F0aW9uU2l6ZSBwcm9wc1xuICAgIHByaXZhdGUgdXBkYXRlTmF2U2l6ZSgpIHtcbiAgICAgICAgY29uc3Qgc2l6ZUNscyA9IHNpemVDbGFzc2VzW3RoaXMubmF2Y29udHJvbHNdO1xuICAgICAgICBpZiAoc2l6ZUNscyAmJiB0aGlzLm5hdmlnYXRpb25zaXplKSB7XG4gICAgICAgICAgICB0aGlzLm5hdmlnYXRpb25DbGFzcyA9IHNpemVDbHNbdGhpcy5uYXZpZ2F0aW9uc2l6ZV07XG4gICAgICAgIH0gZWxzZSB7XG4gICAgICAgICAgICB0aGlzLm5hdmlnYXRpb25DbGFzcyA9ICcnO1xuICAgICAgICB9XG4gICAgfVxuXG4gICAgLy8gRnVuY3Rpb24gdG8gcmVzZXQgdGhlIHBhZ2luZyB2YWx1ZXMgdG8gZGVmYXVsdC5cbiAgICByZXNldFBhZ2VOYXZpZ2F0aW9uKCkge1xuICAgICAgICB0aGlzLnBhZ2VDb3VudCA9IDA7XG4gICAgICAgIHRoaXMuZG4uY3VycmVudFBhZ2UgPSAxO1xuICAgICAgICB0aGlzLmRhdGFTaXplID0gMDtcbiAgICB9XG5cbiAgICAvKkZ1bmN0aW9uIHRvIGNhbGN1bGF0ZSB0aGUgcGFnaW5nIHZhbHVlcy4qL1xuICAgIGNhbGN1bGF0ZVBhZ2luZ1ZhbHVlcygpIHtcbiAgICAgICAgdGhpcy5wYWdlQ291bnQgPSAodGhpcy5kYXRhU2l6ZSA+IHRoaXMubWF4UmVzdWx0cykgPyAoTWF0aC5jZWlsKHRoaXMuZGF0YVNpemUgLyB0aGlzLm1heFJlc3VsdHMpKSA6ICh0aGlzLmRhdGFTaXplIDwgMCA/IDAgOiAxKTtcbiAgICAgICAgdGhpcy5kbi5jdXJyZW50UGFnZSA9IHRoaXMuZG4uY3VycmVudFBhZ2UgfHwgMTtcbiAgICB9XG5cbiAgICAvKkZ1bmN0aW9uIHRvIHNldCBkZWZhdWx0IHZhbHVlcyB0byB0aGUgcGFnaW5nIHBhcmFtZXRlcnMqL1xuICAgIHNldERlZmF1bHRQYWdpbmdWYWx1ZXMoZGF0YVNpemUsIG1heFJlc3VsdHMsIGN1cnJlbnRQYWdlKSB7XG4gICAgICAgIC8qSWYgbmVpdGhlciAnZGF0YVNpemUnIG5vciAnbWF4UmVzdWx0cycgaXMgc2V0LCB0aGVuIHNldCBkZWZhdWx0IHZhbHVlcyB0byB0aGUgcGFnaW5nIHBhcmFtZXRlcnMuKi9cbiAgICAgICAgaWYgKCFkYXRhU2l6ZSAmJiAhbWF4UmVzdWx0cykge1xuICAgICAgICAgICAgdGhpcy5wYWdlQ291bnQgPSAxO1xuICAgICAgICAgICAgdGhpcy5kbi5jdXJyZW50UGFnZSA9IDE7XG4gICAgICAgICAgICB0aGlzLm1heFJlc3VsdHMgPSBkYXRhU2l6ZTtcbiAgICAgICAgICAgIHRoaXMuZGF0YVNpemUgPSBkYXRhU2l6ZTtcbiAgICAgICAgfSBlbHNlIHsgLypFbHNlLCBzZXQgdGhlIHNwZWNpZmllZCB2YWx1ZXMgYW5kIHJlY2FsY3VsYXRlIHBhZ2luZyBwYXJhbWV0ZXJzLiovXG4gICAgICAgICAgICB0aGlzLm1heFJlc3VsdHMgPSBtYXhSZXN1bHRzIHx8IHRoaXMubWF4UmVzdWx0cztcbiAgICAgICAgICAgIHRoaXMuZGF0YVNpemUgPSBpc0RlZmluZWQoZGF0YVNpemUpID8gZGF0YVNpemUgOiB0aGlzLmRhdGFTaXplO1xuICAgICAgICAgICAgdGhpcy5kbi5jdXJyZW50UGFnZSA9IGN1cnJlbnRQYWdlIHx8IHRoaXMuZG4uY3VycmVudFBhZ2U7XG4gICAgICAgICAgICB0aGlzLmNhbGN1bGF0ZVBhZ2luZ1ZhbHVlcygpO1xuICAgICAgICB9XG4gICAgICAgIHRoaXMubWF4UmVzdWx0c0VtaXR0ZXIuZW1pdCh0aGlzLm1heFJlc3VsdHMpO1xuICAgIH1cblxuICAgIC8qRnVuY3Rpb24gdG8gY2hlY2sgdGhlIGRhdGFTaXplIGFuZCBtYW5pcHVsYXRlIHRoZSBuYXZpZ2F0b3IgYWNjb3JkaW5nbHkuKi9cbiAgICBjaGVja0RhdGFTaXplKGRhdGFTaXplLCBudW1iZXJPZkVsZW1lbnRzPywgc2l6ZT8pIHtcbiAgICAgICAgLypJZiB0aGUgZGF0YVNpemUgaXMgLTEgb3IgSW50ZWdlci5NQVhfVkFMVUUoIHdoaWNoIGlzIDIxNDc0ODM2NDcpLCB0aGVuIHRoZSB0b3RhbCBudW1iZXIgb2YgcmVjb3JkcyBpcyBub3Qga25vd24uXG4gICAgICAgICAqIEhlbmNlLFxuICAgICAgICAgKiAxLiBIaWRlIHRoZSAnVG90YWwgUmVjb3JkIENvdW50Jy5cbiAgICAgICAgICogMi4gRGlzYWJsZSB0aGUgJ0dvVG9MYXN0UGFnZScgbGluayBhcyB0aGUgcGFnZSBudW1iZXIgb2YgdGhlIGxhc3QgcGFnZSBpcyBub3Qga25vd24uKi9cbiAgICAgICAgaWYgKGRhdGFTaXplID09PSAtMSB8fCBkYXRhU2l6ZSA9PT0gQXBwQ29uc3RhbnRzLklOVF9NQVhfVkFMVUUpIHtcbiAgICAgICAgICAgIHRoaXMucHJldnNob3dyZWNvcmRjb3VudCA9IHRoaXMuc2hvd3JlY29yZGNvdW50O1xuICAgICAgICAgICAgdGhpcy5pc0Rpc2FibGVMYXN0ID0gdHJ1ZTtcbiAgICAgICAgICAgIHRoaXMuaXNEaXNhYmxlQ291bnQgPSB0cnVlO1xuICAgICAgICAgICAgdGhpcy5zaG93cmVjb3JkY291bnQgPSBmYWxzZTtcbiAgICAgICAgICAgIC8vIElmIG51bWJlciBvZiByZWNvcmRzIGluIGN1cnJlbnQgcGFnZSBpcyBsZXNzIHRoYW4gdGhlIG1heCByZWNvcmRzIHNpemUsIHRoaXMgaXMgdGhlIGxhc3QgcGFnZS4gU28gZGlzYWJsZSBuZXh0IGJ1dHRvbi5cbiAgICAgICAgICAgIGlmIChudW1iZXJPZkVsZW1lbnRzIDwgc2l6ZSkge1xuICAgICAgICAgICAgICAgIHRoaXMuaXNEaXNhYmxlTmV4dCA9IHRydWU7XG4gICAgICAgICAgICB9XG4gICAgICAgIH0gZWxzZSB7XG4gICAgICAgICAgICB0aGlzLmlzRGlzYWJsZUNvdW50ID0gZmFsc2U7XG4gICAgICAgICAgICB0aGlzLnNob3dyZWNvcmRjb3VudCA9IHRoaXMucHJldnNob3dyZWNvcmRjb3VudCB8fCB0aGlzLnNob3dyZWNvcmRjb3VudDtcbiAgICAgICAgfVxuICAgIH1cblxuICAgIC8qRnVuY3Rpb24gdG8gZGlzYWJsZSBuYXZpZ2F0aW9uIGJhc2VkIG9uIHRoZSBjdXJyZW50IGFuZCB0b3RhbCBwYWdlcy4qL1xuICAgIGRpc2FibGVOYXZpZ2F0aW9uKCkge1xuICAgICAgICBjb25zdCBpc0N1cnJlbnRQYWdlRmlyc3QgPSAodGhpcy5kbi5jdXJyZW50UGFnZSA9PT0gMSksXG4gICAgICAgICAgICBpc0N1cnJlbnRQYWdlTGFzdCA9ICh0aGlzLmRuLmN1cnJlbnRQYWdlID09PSB0aGlzLnBhZ2VDb3VudCk7XG4gICAgICAgIGlmICghdGhpcy5wYWdpbmF0aW9uPy5uZXh0KSB7XG4gICAgICAgICAgICB0aGlzLmlzRGlzYWJsZUZpcnN0ID0gdGhpcy5pc0Rpc2FibGVQcmV2aW91cyA9IGlzQ3VycmVudFBhZ2VGaXJzdDtcbiAgICAgICAgICAgIHRoaXMuaXNEaXNhYmxlTmV4dCA9IHRoaXMuaXNEaXNhYmxlTGFzdCA9IGlzQ3VycmVudFBhZ2VMYXN0O1xuICAgICAgICB9IGVsc2Uge1xuICAgICAgICAgICAgLy8gV01TLTE4ODY3OiBJbiBjYXNlIG9mIHNlcnZlciBzaWRlIHBhZ2luYXRpb24sIGZvciBwYWdlciB0eXBlIHBhZ2luYXRpb24gZGVwZW5kIG9uIHByZXYgYW5kIG5leHQgZmxhZ3Mgd2hpY2ggYXJlIHNldCBieSBkZXZlbG9wZXJcbiAgICAgICAgICAgIHRoaXMuaXNEaXNhYmxlRmlyc3QgPSB0aGlzLmlzRGlzYWJsZVByZXZpb3VzID0gIXRoaXMucGFnaW5hdGlvbi5wcmV2O1xuICAgICAgICAgICAgdGhpcy5pc0Rpc2FibGVOZXh0ID0gdGhpcy5pc0Rpc2FibGVMYXN0ID0gIXRoaXMucGFnaW5hdGlvbi5uZXh0O1xuICAgICAgICB9XG4gICAgICAgIHRoaXMuaXNEaXNhYmxlQ3VycmVudCA9IGlzQ3VycmVudFBhZ2VGaXJzdCAmJiBpc0N1cnJlbnRQYWdlTGFzdDtcbiAgICAgICAgLy8gSW4gY2FzZSBvZiBjbGllbnQgc2lkZSBwYWdpbmF0aW9uLCB3aGVuIGxvYWQgbW9yZSByZWFjaGVzIGxhc3QgcGFnZSBoaWRlIHRoZSBvbi1kZW1hbmQgZ3JpZCBlbGVcbiAgICAgICAgaWYgKHRoaXMuZGF0YXNldCAmJiB0aGlzLmRhdGFzZXQubGVuZ3RoICYmIHRoaXMuaXNEaXNhYmxlTmV4dCAmJiB0aGlzLnBhcmVudC5vbkRlbWFuZExvYWQgJiYgdGhpcy5wYXJlbnQud2lkZ2V0VHlwZSA9PT0gJ3dtLXRhYmxlJykge1xuICAgICAgICAgICAgdGhpcy5wYXJlbnQuY2FsbERhdGFHcmlkTWV0aG9kKCdoaWRlTG9hZGluZ0luZGljYXRvcicsIHRoaXMuaXNEaXNhYmxlTmV4dCwgdGhpcy5wYXJlbnQuaW5mU2Nyb2xsKTtcbiAgICAgICAgfVxuICAgIH1cblxuICAgIC8qRnVuY3Rpb24gdG8gY2hlY2sgaWYgdGhlIHZhcmlhYmxlIGJvdW5kIHRvIHRoZSBkYXRhLW5hdmlnYXRvciBoYXMgcGFnaW5nLiovXG4gICAgaXNEYXRhU291cmNlSGFzUGFnaW5nKCkge1xuICAgICAgICByZXR1cm4gdGhpcy5kYXRhc291cmNlICYmIHRoaXMuZGF0YXNvdXJjZS5leGVjdXRlKERhdGFTb3VyY2UuT3BlcmF0aW9uLklTX1BBR0VBQkxFKTtcbiAgICB9XG5cbiAgICAvLyBTZXQgdGhlIHJlc3VsdCBmb3IgY2xpZW50IHNpZGUgcGFnaW5hdGlvblxuICAgIHNldE5vblBhZ2VhYmxlRGF0YShuZXdWYWwpIHtcbiAgICAgICAgbGV0IGRhdGFTaXplLFxuICAgICAgICAgICAgbWF4UmVzdWx0cyxcbiAgICAgICAgICAgIGN1cnJlbnRQYWdlLFxuICAgICAgICAgICAgc3RhcnRJbmRleDtcbiAgICAgICAgZGF0YVNpemUgPSBpc0FycmF5KG5ld1ZhbCkgPyBuZXdWYWwubGVuZ3RoIDogKGlzRW1wdHkobmV3VmFsKSA/IDAgOiAxKTtcbiAgICAgICAgbWF4UmVzdWx0cyA9ICh0aGlzLm9wdGlvbnMgJiYgdGhpcy5vcHRpb25zLm1heFJlc3VsdHMpIHx8IGRhdGFTaXplO1xuXG4gICAgICAgIC8vIEZvciBzdGF0aWMgdmFyaWFibGUsIGtlZXAgdGhlIGN1cnJlbnQgcGFnZS4gRm9yIG90aGVyIHZhcmlhYmxlcyB3aXRob3V0IHBhZ2luYXRpb24gcmVzZXQgdGhlIHBhZ2UgdG8gMVxuICAgICAgICAvLyBGaXggZm9yIFtXTVMtMjMyNjNdOiBncmlkT3B0aW9ucy5pc05leHRQYWdlRGF0YSBmbGFnIGlzIGZhbHNlIHdoZW4gZGF0YXNldCBpcyBjaGFuZ2VkIGZyb20gc2NyaXB0LCBzbyBzZXR0aW5nIGN1cnJlbnQgcGFnZSB0byAxXG4gICAgICAgIGlmICh0aGlzLmRhdGFzb3VyY2UgJiYgKHRoaXMuZGF0YXNvdXJjZS5leGVjdXRlKERhdGFTb3VyY2UuT3BlcmF0aW9uLklTX0FQSV9BV0FSRSkgfHwgKHRoaXMucGFyZW50LndpZGdldFR5cGUgPT09ICd3bS10YWJsZScgJiYgKHRoaXMucGFyZW50LmdyaWRPcHRpb25zLmlzTmF2VHlwZVNjcm9sbE9yT25kZW1hbmQoKSAmJiAoZ2V0KHRoaXMucGFyZW50LCAnZ3JpZE9wdGlvbnMubGFzdEFjdGlvblBlcmZvcm1lZCcpID09PSB0aGlzLnBhcmVudC5ncmlkT3B0aW9ucy5BQ1RJT05TLkRBVEFTRVRfVVBEQVRFIHx8ICFnZXQodGhpcy5wYXJlbnQsICdncmlkT3B0aW9ucy5pc05leHRQYWdlRGF0YScpKSkpKSkge1xuICAgICAgICAgICAgY3VycmVudFBhZ2UgPSAxO1xuICAgICAgICB9IGVsc2Uge1xuICAgICAgICAgICAgY3VycmVudFBhZ2UgPSB0aGlzLmRuLmN1cnJlbnRQYWdlIHx8IDE7XG4gICAgICAgIH1cblxuICAgICAgICB0aGlzLnNldERlZmF1bHRQYWdpbmdWYWx1ZXMoZGF0YVNpemUsIG1heFJlc3VsdHMsIGN1cnJlbnRQYWdlKTtcbiAgICAgICAgdGhpcy5kaXNhYmxlTmF2aWdhdGlvbigpO1xuXG4gICAgICAgIHN0YXJ0SW5kZXggPSAodGhpcy5kbi5jdXJyZW50UGFnZSAtIDEpICogdGhpcy5tYXhSZXN1bHRzO1xuICAgICAgICB0aGlzLnNldFJlc3VsdChpc0FycmF5KG5ld1ZhbCkgPyBuZXdWYWwuc2xpY2Uoc3RhcnRJbmRleCwgc3RhcnRJbmRleCArIHRoaXMubWF4UmVzdWx0cykgOiBuZXdWYWwpO1xuICAgIH1cblxuICAgIC8qRnVuY3Rpb24gdG8gc2V0IHRoZSB2YWx1ZXMgbmVlZGVkIGZvciBwYWdpbmF0aW9uKi9cbiAgICBwcml2YXRlIHNldFBhZ2luZ1ZhbHVlcyhuZXdWYWwpIHtcbiAgICAgICAgbGV0IGRhdGFTaXplLFxuICAgICAgICAgICAgbWF4UmVzdWx0cyxcbiAgICAgICAgICAgIGN1cnJlbnRQYWdlLFxuICAgICAgICAgICAgZGF0YVNvdXJjZTtcbiAgICAgICAgbGV0IHZhcmlhYmxlT3B0aW9uczogYW55ID0ge307XG4gICAgICAgIC8vIFN0b3JlIHRoZSBkYXRhIGluIF9fZnVsbERhdGEuIFRoaXMgaXMgdXNlZCBmb3IgY2xpZW50IHNpZGUgc2VhcmNoaW5nIHdpdHZhaCBvdXQgbW9kaWZ5aW5nIHRoZSBhY3R1YWwgZGF0YXNldC5cbiAgICAgICAgdGhpcy5fX2Z1bGxEYXRhID0gbmV3VmFsO1xuICAgICAgICAvKkNoZWNrIGZvciBzYW5pdHkqL1xuICAgICAgICBpZiAodGhpcy5iaW5kZGF0YXNldCkge1xuICAgICAgICAgICAgZGF0YVNvdXJjZSA9IHRoaXMuZGF0YXNvdXJjZSB8fCB7fTtcbiAgICAgICAgICAgIHZhcmlhYmxlT3B0aW9ucyA9IGRhdGFTb3VyY2UuX29wdGlvbnMgfHwge307XG4gICAgICAgICAgICAvKkNoZWNrIGZvciBudW1iZXIgb2YgZWxlbWVudHMgaW4gdGhlIGRhdGEgc2V0Ki9cbiAgICAgICAgICAgIGlmIChuZXdWYWwpIHtcbiAgICAgICAgICAgICAgICBpZiAodGhpcy5pc0RhdGFTb3VyY2VIYXNQYWdpbmcoKSkge1xuICAgICAgICAgICAgICAgICAgICB0aGlzLnBhZ2luYXRpb24gPSB0aGlzLmRhdGFzb3VyY2UuZXhlY3V0ZShEYXRhU291cmNlLk9wZXJhdGlvbi5HRVRfUEFHSU5HX09QVElPTlMpIHx8IHt9O1xuICAgICAgICAgICAgICAgICAgICAvLyBJZiBcImZpbHRlckZpZWxkc1wiIGFuZCBcInNvcnRPcHRpb25zXCIgaGF2ZSBiZWVuIHNldCwgdGhlbiBzZXQgdGhlbSBzbyB0aGF0IHRoZSBmaWx0ZXJzIGNhbiBiZSByZXRhaW5lZCB3aGlsZSBmZXRjaGluZyBkYXRhIHVwb24gcGFnZSBuYXZpZ2F0aW9uLlxuICAgICAgICAgICAgICAgICAgICB0aGlzLmZpbHRlckZpZWxkcyA9IHZhcmlhYmxlT3B0aW9ucy5maWx0ZXJGaWVsZHMgfHwge307XG4gICAgICAgICAgICAgICAgICAgIHRoaXMubG9naWNhbE9wID0gdmFyaWFibGVPcHRpb25zLmxvZ2ljYWxPcCB8fCAnJztcbiAgICAgICAgICAgICAgICAgICAgdGhpcy5zb3J0T3B0aW9ucyA9IHZhcmlhYmxlT3B0aW9ucy5vcmRlckJ5IHx8XG4gICAgICAgICAgICAgICAgICAgICAgICAoaXNBcnJheSh0aGlzLnBhZ2luYXRpb24uc29ydCkgPyBnZXRPcmRlckJ5RXhwcih0aGlzLnBhZ2luYXRpb24uc29ydCkgOiAnJyk7XG4gICAgICAgICAgICAgICAgICAgIGRhdGFTaXplID0gdGhpcy5wYWdpbmF0aW9uLnRvdGFsRWxlbWVudHM7XG4gICAgICAgICAgICAgICAgICAgIG1heFJlc3VsdHMgPSB0aGlzLnBhZ2luYXRpb24uc2l6ZTtcbiAgICAgICAgICAgICAgICAgICAgaWYgKHRoaXMucGFnaW5hdGlvbi5udW1iZXJPZkVsZW1lbnRzID4gMCkge1xuICAgICAgICAgICAgICAgICAgICAgICAgaWYgKGlzRGVmaW5lZCh0aGlzLnBhZ2luYXRpb24ubnVtYmVyKSkgeyAvLyBudW1iZXIgaXMgcGFnZSBudW1iZXIgcmVjZWl2ZWQgZnJvbSBiYWNrZW5kXG4gICAgICAgICAgICAgICAgICAgICAgICAgICAgdGhpcy5kbi5jdXJyZW50UGFnZSA9IHRoaXMucGFnaW5hdGlvbi5udW1iZXIgKyAxO1xuICAgICAgICAgICAgICAgICAgICAgICAgfVxuICAgICAgICAgICAgICAgICAgICAgICAgY3VycmVudFBhZ2UgPSB0aGlzLmRuLmN1cnJlbnRQYWdlIHx8IDE7XG4gICAgICAgICAgICAgICAgICAgIH0gZWxzZSB7XG4gICAgICAgICAgICAgICAgICAgICAgICBjdXJyZW50UGFnZSA9IDE7XG4gICAgICAgICAgICAgICAgICAgIH1cbiAgICAgICAgICAgICAgICAgICAgLyogU2VuZGluZyBwYWdlQ291bnQgdW5kZWZpbmVkIHRvIGNhbGN1bGF0ZSBpdCBhZ2FpbiBmb3IgcXVlcnkuKi9cbiAgICAgICAgICAgICAgICAgICAgdGhpcy5zZXREZWZhdWx0UGFnaW5nVmFsdWVzKGRhdGFTaXplLCBtYXhSZXN1bHRzLCBjdXJyZW50UGFnZSk7XG4gICAgICAgICAgICAgICAgICAgIHRoaXMuZGlzYWJsZU5hdmlnYXRpb24oKTtcbiAgICAgICAgICAgICAgICAgICAgdGhpcy5jaGVja0RhdGFTaXplKGRhdGFTaXplLCB0aGlzLnBhZ2luYXRpb24ubnVtYmVyT2ZFbGVtZW50cywgdGhpcy5wYWdpbmF0aW9uLnNpemUpO1xuICAgICAgICAgICAgICAgICAgICB0aGlzLnNldFJlc3VsdChuZXdWYWwpO1xuICAgICAgICAgICAgICAgIH0gZWxzZSBpZiAoIWlzU3RyaW5nKG5ld1ZhbCkpIHtcbiAgICAgICAgICAgICAgICAgICAgdGhpcy5zZXROb25QYWdlYWJsZURhdGEobmV3VmFsKTtcbiAgICAgICAgICAgICAgICB9XG4gICAgICAgICAgICB9IGVsc2Uge1xuICAgICAgICAgICAgICAgIHRoaXMuc2V0UmVzdWx0KG5ld1ZhbCk7XG4gICAgICAgICAgICAgICAgdGhpcy5yZXNldFBhZ2VOYXZpZ2F0aW9uKCk7XG4gICAgICAgICAgICB9XG4gICAgICAgICAgICBpZiAodGhpcy5uYXZpZ2F0aW9uID09PSAnQmFzaWMnKSB7XG4gICAgICAgICAgICAgICAgdGhpcy5fc2V0QXJpYUZvckJhc2ljTmF2aWdhdGlvbigpO1xuICAgICAgICAgICAgfVxuICAgICAgICB9IGVsc2Uge1xuICAgICAgICAgICAgaWYgKG5ld1ZhbCAmJiAhaXNTdHJpbmcobmV3VmFsKSkge1xuICAgICAgICAgICAgICAgIHRoaXMuc2V0Tm9uUGFnZWFibGVEYXRhKG5ld1ZhbCk7XG4gICAgICAgICAgICB9XG4gICAgICAgIH1cbiAgICB9XG5cbiAgICAvKkZ1bmN0aW9uIHRvIGNoZWNrIGlmIHRoZSBjdXJyZW50IHBhZ2UgaXMgdGhlIGZpcnN0IHBhZ2UqL1xuICAgIGlzRmlyc3RQYWdlKCkge1xuICAgICAgICByZXR1cm4gKHRoaXMuZG4uY3VycmVudFBhZ2UgPT09IDEgfHwgIXRoaXMuZG4uY3VycmVudFBhZ2UpO1xuICAgIH1cblxuICAgIC8qRnVuY3Rpb24gdG8gY2hlY2sgaWYgdGhlIGN1cnJlbnQgcGFnZSBpcyB0aGUgbGFzdCBwYWdlKi9cbiAgICBpc0xhc3RQYWdlKCkge1xuICAgICAgICByZXR1cm4gKHRoaXMuZG4uY3VycmVudFBhZ2UgPT09IHRoaXMucGFnZUNvdW50KTtcbiAgICB9XG5cbiAgICAvKkZ1bmN0aW9uIHRvIG5hdmlnYXRlIHRvIHRoZSBsYXN0IHBhZ2UqL1xuICAgIGdvVG9MYXN0UGFnZShpc1JlZnJlc2gsIGV2ZW50LCBjYWxsYmFjaykge1xuICAgICAgICBpZiAoIXRoaXMuaXNMYXN0UGFnZSgpKSB7XG4gICAgICAgICAgICB0aGlzLmRuLmN1cnJlbnRQYWdlID0gdGhpcy5wYWdlQ291bnQ7XG4gICAgICAgICAgICB0aGlzLmdvVG9QYWdlKGV2ZW50LCBjYWxsYmFjayk7XG4gICAgICAgIH0gZWxzZSBpZiAoaXNSZWZyZXNoKSB7XG4gICAgICAgICAgICB0aGlzLmdvVG9QYWdlKGV2ZW50LCBjYWxsYmFjayk7XG4gICAgICAgIH1cbiAgICB9XG5cbiAgICAvKkZ1bmN0aW9uIHRvIG5hdmlnYXRlIHRvIHRoZSBmaXJzdCBwYWdlKi9cbiAgICBnb1RvRmlyc3RQYWdlKGlzUmVmcmVzaCwgZXZlbnQsIGNhbGxiYWNrKSB7XG4gICAgICAgIGlmICghdGhpcy5pc0ZpcnN0UGFnZSgpKSB7XG4gICAgICAgICAgICB0aGlzLmRuLmN1cnJlbnRQYWdlID0gMTtcbiAgICAgICAgICAgIHRoaXMuZ29Ub1BhZ2UoZXZlbnQsIGNhbGxiYWNrKTtcbiAgICAgICAgfSBlbHNlIGlmIChpc1JlZnJlc2gpIHtcbiAgICAgICAgICAgIHRoaXMuZ29Ub1BhZ2UoZXZlbnQsIGNhbGxiYWNrKTtcbiAgICAgICAgfVxuICAgIH1cblxuICAgIC8qRnVuY3Rpb24gdG8gbmF2aWdhdGUgdG8gdGhlIGN1cnJlbnQgcGFnZSovXG4gICAgZ29Ub1BhZ2UoZXZlbnQ/LCBjYWxsYmFjaz8pIHtcbiAgICAgICAgdGhpcy5maXJzdFJvdyA9ICh0aGlzLmRuLmN1cnJlbnRQYWdlIC0gMSkgKiB0aGlzLm1heFJlc3VsdHM7XG4gICAgICAgIGNvbnN0IG1vZGUgPSB0aGlzLnBhcmVudC5zdGF0ZVBlcnNpc3RlbmNlLmNvbXB1dGVNb2RlKHRoaXMuc3RhdGVoYW5kbGVyKTtcbiAgICAgICAgaWYgKG1vZGUgJiYgbW9kZS50b0xvd2VyQ2FzZSgpICE9PSAnbm9uZScgJiYgKHRoaXMucGFyZW50LndpZGdldFR5cGUgPT09ICd3bS10YWJsZScgfHwgdGhpcy5wYXJlbnQud2lkZ2V0VHlwZSA9PT0gJ3dtLWxpc3QnKSkge1xuICAgICAgICAgICAgdGhpcy5wYXJlbnQuX3NlbGVjdGVkSXRlbXNFeGlzdCA9IHRydWU7XG4gICAgICAgICAgICBpZiAodGhpcy5pc0ZpcnN0UGFnZSgpKSB7XG4gICAgICAgICAgICAgICAgdGhpcy5wYXJlbnQuc3RhdGVQZXJzaXN0ZW5jZS5yZW1vdmVXaWRnZXRTdGF0ZSh0aGlzLnBhcmVudCwgJ3BhZ2luYXRpb24nKTtcbiAgICAgICAgICAgIH0gZWxzZSB7XG4gICAgICAgICAgICAgICAgaWYgKHVuc3VwcG9ydGVkU3RhdGVQZXJzaXN0ZW5jZVR5cGVzLmluZGV4T2YodGhpcy5wYXJlbnQubmF2aWdhdGlvbikgPCAwKSB7XG4gICAgICAgICAgICAgICAgICAgIHRoaXMucGFyZW50LnN0YXRlUGVyc2lzdGVuY2Uuc2V0V2lkZ2V0U3RhdGUodGhpcy5wYXJlbnQsIHtwYWdpbmF0aW9uOiB0aGlzLmRuLmN1cnJlbnRQYWdlfSk7XG4gICAgICAgICAgICAgICAgfSBlbHNlIGlmICh0aGlzLnBhcmVudC53aWRnZXRUeXBlID09PSAnd20tbGlzdCcgfHx0aGlzLnBhcmVudC53aWRnZXRUeXBlID09PSAnd20tdGFibGUnICkge1xuICAgICAgICAgICAgICAgICAgICBjb25zb2xlLndhcm4oJ1JldGFpbiBTdGF0ZSBoYW5kbGluZyBvbiBXaWRnZXQgJyArIHRoaXMucGFyZW50Lm5hbWUgKyAnIGlzIG5vdCBzdXBwb3J0ZWQgZm9yIGN1cnJlbnQgcGFnaW5hdGlvbiB0eXBlLicpO1xuICAgICAgICAgICAgICAgIH1cbiAgICAgICAgICAgIH1cbiAgICAgICAgfVxuICAgICAgICAvLyBjYWxsIGdldFBhZ2VEYXRhIGFmdGVyIGNoZWNraW5nIHN0YXRlIGNvbmZpZyBzbyB0aGF0IFN0YXRpYyBWYXJpYWJsZXMgY2FuIHVzZSBpdFxuICAgICAgICB0aGlzLmdldFBhZ2VEYXRhKGV2ZW50LCBjYWxsYmFjayk7XG4gICAgfVxuXG4gICAgLypGdW5jdGlvbiB0byBiZSBpbnZva2VkIGFmdGVyIHRoZSBkYXRhIG9mIHRoZSBwYWdlIGhhcyBiZWVuIGZldGNoZWQuKi9cbiAgICBvblBhZ2VEYXRhUmVhZHkoZXZlbnQsIGRhdGEsIGNhbGxiYWNrKSB7XG4gICAgICAgIHRoaXMuZGlzYWJsZU5hdmlnYXRpb24oKTtcbiAgICAgICAgdGhpcy5pbnZva2VTZXRSZWNvcmQoZXZlbnQsIGRhdGEpO1xuICAgICAgICB0cmlnZ2VyRm4oY2FsbGJhY2spO1xuICAgIH1cblxuICAgIC8qRnVuY3Rpb24gdG8gZ2V0IGRhdGEgZm9yIHRoZSBjdXJyZW50IHBhZ2UqL1xuICAgIGdldFBhZ2VEYXRhKGV2ZW50LCBjYWxsYmFjaykge1xuICAgICAgICBsZXQgZGF0YSxcbiAgICAgICAgICAgIHN0YXJ0SW5kZXg7XG5cbiAgICAgICAgaWYgKHRoaXMuaXNEYXRhU291cmNlSGFzUGFnaW5nKCkpIHtcbiAgICAgICAgICAgIC8qKlxuICAgICAgICAgICAgICogSW4gdGFibGUgY29tcG9uZW50LCBpbiBjYXNlIG9mIG9uIGRlbWFuZCBhbmQgc2Nyb2xsIHBhZ2luYXRpb25cbiAgICAgICAgICAgICAqIFdoZW4gdGhlcmUgaXMgYSBjaGFuZ2UgaW4gZGF0YSBpdGVtIHdoaWNoIGlzIG5vdCBpbiBjdXJyZW50IHBhZ2VcbiAgICAgICAgICAgICAqIEZldGNoIHRoZSBpdGVtcyBvZiB0aGUgcGFnZSB3aGVyZSB0aGUgY2hhbmdlIGlzIG1hZGVcbiAgICAgICAgICAgICAqICovXG4gICAgICAgICAgICBsZXQgcGFnZUluZGV4ID0gdGhpcy5kbi5jdXJyZW50UGFnZTtcbiAgICAgICAgICAgIGlmICh0aGlzLmlzRWRpdE5vdEluQ3VycmVudFBhZ2UoKSAmJiB0aGlzLnBhcmVudC5ncmlkT3B0aW9ucy5sYXN0QWN0aW9uUGVyZm9ybWVkICE9PSAnZGVsZXRlJykge1xuICAgICAgICAgICAgICAgIHBhZ2VJbmRleCA9IHRoaXMucGFyZW50LmFjdGlvblJvd1BhZ2U7XG4gICAgICAgICAgICB9XG4gICAgICAgICAgICB0aGlzLmRhdGFzb3VyY2UuZXhlY3V0ZShEYXRhU291cmNlLk9wZXJhdGlvbi5MSVNUX1JFQ09SRFMsIHtcbiAgICAgICAgICAgICAgICAncGFnZSc6IHBhZ2VJbmRleCxcbiAgICAgICAgICAgICAgICAnZmlsdGVyRmllbGRzJzogdGhpcy5maWx0ZXJGaWVsZHMsXG4gICAgICAgICAgICAgICAgJ29yZGVyQnknOiB0aGlzLnNvcnRPcHRpb25zLFxuICAgICAgICAgICAgICAgICdsb2dpY2FsT3AnOiB0aGlzLmxvZ2ljYWxPcCxcbiAgICAgICAgICAgICAgICAnbWF0Y2hNb2RlJzogJ2FueXdoZXJlaWdub3JlY2FzZSdcbiAgICAgICAgICAgIH0pLnRoZW4ocmVzcG9uc2UgPT4ge1xuICAgICAgICAgICAgICAgIHRoaXMub25QYWdlRGF0YVJlYWR5KGV2ZW50LCByZXNwb25zZSAmJiByZXNwb25zZS5kYXRhLCBjYWxsYmFjayk7XG4gICAgICAgICAgICAgICAgJGFwcERpZ2VzdCgpO1xuICAgICAgICAgICAgfSwgZXJyb3IgPT4ge1xuICAgICAgICAgICAgICAgIC8vIElmIGVycm9yIGlzIHVuZGVmaW5lZCwgZG8gbm90IHNob3cgYW55IG1lc3NhZ2UgYXMgdGhpcyBtYXkgYmUgZGlzY2FyZGVkIHJlcXVlc3RcbiAgICAgICAgICAgICAgICBpZiAoZXJyb3IpIHtcbiAgICAgICAgICAgICAgICAgICAgLy8gVE9ETzogSGFuZGxlIEVycm9yXG4gICAgICAgICAgICAgICAgICAgIC8vIHdtVG9hc3Rlci5zaG93KCdlcnJvcicsICdFUlJPUicsICdVbmFibGUgdG8gZ2V0IGRhdGEgb2YgcGFnZSAtJyArIHRoaXMuZG4uY3VycmVudFBhZ2UgKyAnOicgKyBlcnJvcik7XG4gICAgICAgICAgICAgICAgfVxuICAgICAgICAgICAgfSk7XG4gICAgICAgIH0gZWxzZSB7XG4gICAgICAgICAgICBpZiAodGhpcy5pc0VkaXROb3RJbkN1cnJlbnRQYWdlKCkpIHtcbiAgICAgICAgICAgICAgICBzdGFydEluZGV4ID0gKHRoaXMucGFyZW50LmFjdGlvblJvd1BhZ2UgLSAxKSAqIHRoaXMubWF4UmVzdWx0cztcbiAgICAgICAgICAgIH0gZWxzZSB7XG4gICAgICAgICAgICAgICAgc3RhcnRJbmRleCA9ICh0aGlzLmRuLmN1cnJlbnRQYWdlIC0gMSkgKiB0aGlzLm1heFJlc3VsdHM7XG4gICAgICAgICAgICB9XG4gICAgICAgICAgICBkYXRhID0gaXNBcnJheSh0aGlzLl9fZnVsbERhdGEpID8gdGhpcy5fX2Z1bGxEYXRhLnNsaWNlKHN0YXJ0SW5kZXgsIHN0YXJ0SW5kZXggKyB0aGlzLm1heFJlc3VsdHMpIDogdGhpcy5fX2Z1bGxEYXRhO1xuICAgICAgICAgICAgdGhpcy5zZXRSZXN1bHQoZGF0YSk7XG4gICAgICAgICAgICB0aGlzLm9uUGFnZURhdGFSZWFkeShldmVudCwgZGF0YSwgY2FsbGJhY2spO1xuICAgICAgICB9XG4gICAgfVxuXG4gICAgLypcbiAgICBGdW5jdGlvbiB0byBjaGVjayBpZiB0aGUgZWRpdCBhY3Rpb24gaXMgcGVyZm9ybWVkIG9uIHRoZSBwcmV2aW91cyBwYWdlIGRhdGEgb2YgdGhlIHRhYmxlXG4gICAgKi9cbiAgICBpc0VkaXROb3RJbkN1cnJlbnRQYWdlKCkge1xuICAgICAgICBjb25zdCBwYWdlSW5kZXggPSB0aGlzLmRuLmN1cnJlbnRQYWdlO1xuICAgICAgICByZXR1cm4gdGhpcy5wYXJlbnQud2lkZ2V0VHlwZSA9PT0gJ3dtLXRhYmxlJyAmJiBwYWdlSW5kZXggPT09IHRoaXMucGFyZW50LmN1cnJlbnRQYWdlICYmXG4gICAgICAgICAgICB0aGlzLnBhcmVudC5hY3Rpb25Sb3dQYWdlICYmIHRoaXMucGFyZW50LmFjdGlvblJvd1BhZ2UgPCBwYWdlSW5kZXg7XG4gICAgfVxuXG4gICAgaW52b2tlU2V0UmVjb3JkKGV2ZW50LCBkYXRhKSB7XG4gICAgICAgIC8vIFRyaWdnZXIgdGhlIGV2ZW50IGhhbmRsZXIgaWYgZXhpc3RzLlxuICAgICAgICBjb25zdCBwYWdlSW5mbyA9IHtcbiAgICAgICAgICAgIGN1cnJlbnRQYWdlOiB0aGlzLmRuLmN1cnJlbnRQYWdlLFxuICAgICAgICAgICAgc2l6ZTogdGhpcy5tYXhSZXN1bHRzLFxuICAgICAgICAgICAgdG90YWxFbGVtZW50czogdGhpcy5kYXRhU2l6ZSxcbiAgICAgICAgICAgIHRvdGFsUGFnZXM6IHRoaXMucGFnZUNvdW50XG4gICAgICAgIH07XG4gICAgICAgIGlmICh0aGlzLnBhcmVudCkge1xuICAgICAgICAgICAgdGhpcy5wYXJlbnQuaW52b2tlRXZlbnRDYWxsYmFjaygnc2V0cmVjb3JkJywgeyRldmVudDogZXZlbnQsICRkYXRhOiBkYXRhLCAkaW5kZXg6IHRoaXMuZG4uY3VycmVudFBhZ2UsIHBhZ2VJbmZvLCBkYXRhfSk7XG4gICAgICAgIH0gZWxzZSB7XG4gICAgICAgICAgICB0aGlzLmludm9rZUV2ZW50Q2FsbGJhY2soJ3NldHJlY29yZCcsIHskZXZlbnQ6IGV2ZW50LCAkZGF0YTogZGF0YSwgJGluZGV4OiB0aGlzLmRuLmN1cnJlbnRQYWdlLCBwYWdlSW5mbywgZGF0YX0pO1xuICAgICAgICB9XG4gICAgfVxuXG4gICAgLypGdW5jdGlvbiB0byB2YWxpZGF0ZSB0aGUgcGFnZSBpbnB1dC5cbiAgICAgSW4gY2FzZSBvZiBpbnZhbGlkIGlucHV0LCBuYXZpZ2F0ZSB0byB0aGUgYXBwcm9wcmlhdGUgcGFnZTsgYWxzbyByZXR1cm4gZmFsc2UuXG4gICAgIEluIGNhc2Ugb2YgdmFsaWQgaW5wdXQsIHJldHVybiB0cnVlLiovXG4gICAgdmFsaWRhdGVDdXJyZW50UGFnZShldmVudCwgY2FsbGJhY2s/KSB7XG4gICAgICAgIC8qSWYgdGhlIHZhbHVlIGVudGVyZWQgaXMgZ3JlYXRlciB0aGFuIHRoZSBsYXN0IHBhZ2UgbnVtYmVyIG9yIGludmFsaWQgdmFsdWUsIHRoZW4gaGlnaGxpZ2h0aW5nIHRoZSBmaWVsZCBzaG93aW5nIGVycm9yLiovXG4gICAgICAgIGlmIChldmVudCAmJiAoaXNOYU4odGhpcy5kbi5jdXJyZW50UGFnZSkgfHwgdGhpcy5kbi5jdXJyZW50UGFnZSA8PSAwIHx8ICh0aGlzLnBhZ2VDb3VudCAmJiAodGhpcy5kbi5jdXJyZW50UGFnZSA+IHRoaXMucGFnZUNvdW50IHx8IGlzTnVsbCh0aGlzLmRuLmN1cnJlbnRQYWdlKSkpKSkge1xuICAgICAgICAgICAgaWYgKHRoaXMuZG4uY3VycmVudFBhZ2UgPD0gMCkge1xuICAgICAgICAgICAgICAgIHRoaXMuZG4uY3VycmVudFBhZ2UgPSAxO1xuICAgICAgICAgICAgfSBlbHNlIGlmICh0aGlzLmRuLmN1cnJlbnRQYWdlID4gdGhpcy5wYWdlQ291bnQpIHtcbiAgICAgICAgICAgICAgICB0aGlzLmRuLmN1cnJlbnRQYWdlID0gdGhpcy5wYWdlQ291bnQ7XG4gICAgICAgICAgICB9XG4gICAgICAgICAgICByZXR1cm4gZmFsc2U7XG4gICAgICAgIH1cbiAgICAgICAgcmV0dXJuIHRydWU7XG4gICAgfVxuXG4gICAgb25Nb2RlbENoYW5nZShldmVudCkge1xuICAgICAgICBpZiAoIXRoaXMudmFsaWRhdGVDdXJyZW50UGFnZShldmVudCkpIHtcbiAgICAgICAgICAgIHJldHVybjtcbiAgICAgICAgfVxuICAgICAgICB0aGlzLmdvVG9QYWdlKGV2ZW50KTtcbiAgICB9XG5cbiAgICBvbktleURvd24oZXZlbnQpIHtcbiAgICAgICAgY29uc3QgdGFyZ2V0RWxlID0gJChldmVudC50YXJnZXQpLmNsb3Nlc3QoJ2EnKTtcbiAgICAgICAgaWYgKGV2ZW50LmNvZGUgPT09ICdLZXlFJykge1xuICAgICAgICAgICAgdGFyZ2V0RWxlLmFkZENsYXNzKCduZy1pbnZhbGlkJyk7XG4gICAgICAgICAgICByZXR1cm4gZmFsc2U7XG4gICAgICAgIH1cbiAgICAgICAgdGFyZ2V0RWxlLnJlbW92ZUNsYXNzKCduZy1pbnZhbGlkJyk7XG4gICAgICAgIHJldHVybiB0cnVlO1xuICAgIH1cblxuICAgIHBhZ2VDaGFuZ2VkKGV2ZW50OiBhbnkpIHtcbiAgICAgICB0aGlzLl9kZWJvdW5jZWRQYWdlQ2hhbmdlZChldmVudCk7XG4gICAgfVxuXG4gICAgLypGdW5jdGlvbiB0byBuYXZpZ2F0ZSB0byB0aGUgcmVzcGVjdGl2ZSBwYWdlcy4qL1xuICAgIG5hdmlnYXRlUGFnZShpbmRleCwgZXZlbnQsIGlzUmVmcmVzaCwgY2FsbGJhY2spIHtcbiAgICAgICAgLy8gd2hlbiBuYXZpZ2F0ZWQgdG8gbmV4dCBwYWdlIHR1cm4gb24gdGhlIGlzRGF0YUxvYWRpbmcgZmxhZyB0byBzaG93IHRoZSBsb2FkaW5nIGluZGljYXRvclxuICAgICAgICBpZiAoaXNEZWZpbmVkKHRoaXMucGFyZW50LmlzRGF0YUxvYWRpbmcpICYmICF0aGlzLmlzRGlzYWJsZU5leHQpIHtcbiAgICAgICAgICAgIHRoaXMucGFyZW50LmlzRGF0YUxvYWRpbmcgPSB0cnVlO1xuICAgICAgICAgICAgLy8gSW4gY2FzZSBvZiBpbmZpbml0ZSBzY3JvbGwgY2FsbGluZyB0aGUgc2hvd0xvYWRpbmdJbmRpY2F0b3IgbWV0aG9kIHRvIHVwZGF0ZSB0aGUgbG9hZGluZyBtZXNzYWdlIGltbWVkaWF0ZWx5IHdoZW4gbmF2aWdhdGVkIHRvIG5leHQgcGFnZVxuICAgICAgICAgICAgaWYgKHRoaXMucGFyZW50LmluZlNjcm9sbCkge1xuICAgICAgICAgICAgICAgIHRoaXMucGFyZW50LnZhcmlhYmxlSW5mbGlnaHQgPSB0cnVlO1xuICAgICAgICAgICAgICAgIHRoaXMucGFyZW50LmNhbGxEYXRhR3JpZE1ldGhvZCgnc2hvd0xvYWRpbmdJbmRpY2F0b3InLCB0aGlzLnBhcmVudC5sb2FkaW5nZGF0YW1zZywgdHJ1ZSk7XG4gICAgICAgICAgICB9XG4gICAgICAgIH1cbiAgICAgICAgLy8gcmVzZXQgdGhlIGxhc3QgYWN0aW9uIHBlcmZvcm1lZCB0byBcInNjcm9sbFwiIGFuZCBpc0RhdGFzZXRVcGRhdGVkIHRvIGZhbHNlXG4gICAgICAgIGlmICh0aGlzLnBhcmVudC53aWRnZXRUeXBlID09PSAnd20tdGFibGUnICYmIHRoaXMucGFyZW50LmdyaWRPcHRpb25zLmlzTmF2VHlwZVNjcm9sbE9yT25kZW1hbmQoKSkge1xuICAgICAgICAgICAgdGhpcy5wYXJlbnQuZ3JpZE9wdGlvbnMuc2V0TGFzdEFjdGlvblBlcmZvcm1lZCh0aGlzLnBhcmVudC5ncmlkT3B0aW9ucy5BQ1RJT05TLkRFRkFVTFQpO1xuICAgICAgICAgICAgdGhpcy5wYXJlbnQuZ3JpZE9wdGlvbnMuc2V0SXNEYXRhc2V0VXBkYXRlZChmYWxzZSk7XG4gICAgICAgIH1cbiAgICAgICAgdGhpcy5pbnZva2VFdmVudENhbGxiYWNrKCdwYWdpbmF0aW9uY2hhbmdlJywgeyRldmVudDogdW5kZWZpbmVkLCAkaW5kZXg6IHRoaXMuZG4uY3VycmVudFBhZ2V9KTtcblxuICAgICAgICAvLyBDb252ZXJ0IHRoZSBjdXJyZW50IHBhZ2UgdG8gYSB2YWxpZCBwYWdlIG51bWJlci5cbiAgICAgICAgdGhpcy5kbi5jdXJyZW50UGFnZSA9ICt0aGlzLmRuLmN1cnJlbnRQYWdlO1xuXG4gICAgICAgIHN3aXRjaCAoaW5kZXgpIHtcbiAgICAgICAgICAgIGNhc2UgJ2ZpcnN0JzpcbiAgICAgICAgICAgICAgICB0aGlzLmdvVG9GaXJzdFBhZ2UoaXNSZWZyZXNoLCBldmVudCwgY2FsbGJhY2spO1xuICAgICAgICAgICAgICAgIHJldHVybjtcbiAgICAgICAgICAgIGNhc2UgJ3ByZXYnOlxuICAgICAgICAgICAgICAgIC8qUmV0dXJuIGlmIGFscmVhZHkgb24gdGhlIGZpcnN0IHBhZ2UuKi9cbiAgICAgICAgICAgICAgICBpZiAoIXRoaXMucGFnaW5hdGlvbj8ubmV4dCAmJiAodGhpcy5pc0ZpcnN0UGFnZSgpIHx8ICF0aGlzLnZhbGlkYXRlQ3VycmVudFBhZ2UoZXZlbnQsIGNhbGxiYWNrKSkpIHtcbiAgICAgICAgICAgICAgICAgICAgcmV0dXJuO1xuICAgICAgICAgICAgICAgIH0gZWxzZSBpZiAodGhpcy5wYWdpbmF0aW9uPy5uZXh0KSB7IC8vIFdNUy0xODg2NzogRm9yIHNlcnZlciBzaWRlIHBhZ2luYXRpb24sIHNraXBwaW5nIHRoZSByZWd1bGFyIGZsb3cgYW5kIGVuYWJsaW5nIGlzTmV4dCBmbGFnIGluIHBhZ2luYXRpb24gbWV0YWRhdGFcbiAgICAgICAgICAgICAgICAgICAgdGhpcy5kYXRhc291cmNlLnBhZ2luYXRpb24uaXNOZXh0ID0gZmFsc2U7XG4gICAgICAgICAgICAgICAgICAgIHRoaXMuZGF0YXNvdXJjZS5wYWdpbmF0aW9uLmlzUHJldiA9IHRydWU7XG4gICAgICAgICAgICAgICAgfVxuICAgICAgICAgICAgICAgIC8qRGVjcmVtZW50IHRoZSBjdXJyZW50IHBhZ2UgYnkgMS4qL1xuICAgICAgICAgICAgICAgIHRoaXMuZG4uY3VycmVudFBhZ2UgLT0gMTtcbiAgICAgICAgICAgICAgICBicmVhaztcbiAgICAgICAgICAgIGNhc2UgJ25leHQnOlxuICAgICAgICAgICAgICAgIC8qUmV0dXJuIGlmIGFscmVhZHkgb24gdGhlIGxhc3QgcGFnZS4qL1xuICAgICAgICAgICAgICAgIGlmICghdGhpcy5wYWdpbmF0aW9uPy5uZXh0ICYmICh0aGlzLmlzTGFzdFBhZ2UoKSB8fCAhdGhpcy52YWxpZGF0ZUN1cnJlbnRQYWdlKGV2ZW50LCBjYWxsYmFjaykpKSB7XG4gICAgICAgICAgICAgICAgICAgIHJldHVybjtcbiAgICAgICAgICAgICAgICB9IGVsc2UgaWYgKHRoaXMucGFnaW5hdGlvbj8ubmV4dCkgeyAvLyBXTVMtMTg4Njc6IEZvciBzZXJ2ZXIgc2lkZSBwYWdpbmF0aW9uLCBza2lwcGluZyB0aGUgcmVndWxhciBmbG93IGFuZCBlbmFibGluZyBpc1ByZXYgZmxhZyBpbiBwYWdpbmF0aW9uIG1ldGFkYXRhXG4gICAgICAgICAgICAgICAgICAgIHRoaXMuZGF0YXNvdXJjZS5wYWdpbmF0aW9uLmlzTmV4dCA9IHRydWU7XG4gICAgICAgICAgICAgICAgICAgIHRoaXMuZGF0YXNvdXJjZS5wYWdpbmF0aW9uLmlzUHJldiA9IGZhbHNlO1xuICAgICAgICAgICAgICAgIH1cbiAgICAgICAgICAgICAgICAvKkluY3JlbWVudCB0aGUgY3VycmVudCBwYWdlIGJ5IDEuKi9cbiAgICAgICAgICAgICAgICB0aGlzLmRuLmN1cnJlbnRQYWdlICs9IDE7XG4gICAgICAgICAgICAgICAgYnJlYWs7XG4gICAgICAgICAgICBjYXNlICdsYXN0JzpcbiAgICAgICAgICAgICAgICB0aGlzLmdvVG9MYXN0UGFnZShpc1JlZnJlc2gsIGV2ZW50LCBjYWxsYmFjayk7XG4gICAgICAgICAgICAgICAgcmV0dXJuO1xuICAgICAgICAgICAgZGVmYXVsdDpcbiAgICAgICAgICAgICAgICBicmVhaztcbiAgICAgICAgfVxuXG4gICAgICAgIC8qTmF2aWdhdGUgdG8gdGhlIGN1cnJlbnQgcGFnZS4qL1xuICAgICAgICB0aGlzLmdvVG9QYWdlKGV2ZW50LCBjYWxsYmFjayk7XG4gICAgfVxuXG4gICAgc2V0QmluZERhdGFTZXQoYmluZGRhdGFzZXQsIHBhcmVudCwgZGF0YVNvdXJjZSwgZGF0YXNldD8sIGJpbmRkYXRhc291cmNlPywgZGF0YXNldEJvdW5kRXhwcj8sIHN0YXRlaGFuZGxlcj8pIHtcbiAgICAgICAgY29uc3QgcGFydHMgPSBiaW5kZGF0YXNldC5zcGxpdCgnLicpO1xuICAgICAgICBsZXQgYmluZFBhZ2luZ09wdGlvbnM7XG4gICAgICAgIHRoaXMuc3RhdGVoYW5kbGVyID0gc3RhdGVoYW5kbGVyO1xuICAgICAgICBpZiAocGFydHNbMF0gPT09ICdWYXJpYWJsZXMnIHx8IHBhcnRzWzBdID09PSAnV2lkZ2V0cycpIHtcbiAgICAgICAgICAgIGJpbmRQYWdpbmdPcHRpb25zID0gYCR7cGFydHNbMF19LiR7cGFydHNbMV19LnBhZ2luYXRpb25gO1xuICAgICAgICB9XG4gICAgICAgIGlmICghYmluZGRhdGFzb3VyY2UgJiYgZGF0YXNldCAmJiAhZGF0YXNldEJvdW5kRXhwcikge1xuICAgICAgICAgICAgdGhpcy5kYXRhc2V0ID0gZGF0YXNldDtcbiAgICAgICAgICAgIHRoaXMuX2RlYm91bmNlZEFwcGx5RGF0YXNldCgpO1xuICAgICAgICAgICAgcmV0dXJuO1xuICAgICAgICB9XG4gICAgICAgIHRoaXMuYmluZGRhdGFzZXQgPSBiaW5kZGF0YXNldDtcbiAgICAgICAgc2V0VGltZW91dCgoKSA9PiB7XG4gICAgICAgICAgICAvLyB3YXRjaGluZyBmb3IgZGF0YXNldCBjaGFuZ2VzIGV2ZW4gd2hlbiBkYXRhc2V0IGlzIGJvdW5kIHRvIFwiaXRlbS5cIiAoaS5lLiBieSBjaGVja2luZyBmb3IgZGF0YXNldEJvdW5kRXhwcilcbiAgICAgICAgICAgIC8vIGl0ZW0gY29udGV4dCBpcyBwYXNzZWQgYXMgZGF0YVNvdXJjZSBoZXJlXG4gICAgICAgICAgICAvLyBbVG9kby1DU1BdOiBjaGVjayBpZiBzYW1lIGV4cHIgZm4gaXMgZ2VuZXJhdGVkIGJ5IHBhcmVudCB3aWRnZXQgKGxpc3QsIHRhYmxlKVxuICAgICAgICAgICAgdGhpcy5yZWdpc3RlckRlc3Ryb3lMaXN0ZW5lcihcbiAgICAgICAgICAgICAgICAkd2F0Y2goXG4gICAgICAgICAgICAgICAgICAgIGJpbmRkYXRhc2V0LFxuICAgICAgICAgICAgICAgICAgICBwYXJlbnQsXG4gICAgICAgICAgICAgICAgICAgIGRhdGFzZXRCb3VuZEV4cHIgPyBkYXRhU291cmNlIDoge30sXG4gICAgICAgICAgICAgICAgICAgIG52ID0+ICB7XG4gICAgICAgICAgICAgICAgICAgICAgICBpZiAobnYpIHtcbiAgICAgICAgICAgICAgICAgICAgICAgICAgICB0aGlzLmRhdGFzZXQgPSBudjtcbiAgICAgICAgICAgICAgICAgICAgICAgICAgICB0aGlzLl9kZWJvdW5jZWRBcHBseURhdGFzZXQoKTtcbiAgICAgICAgICAgICAgICAgICAgICAgIH0gZWxzZSB7XG4gICAgICAgICAgICAgICAgICAgICAgICAgICAvLyBXTVMtMTkyODU6IFNldHRpbmcgZGF0YXNldCBvbiBwcm94eSBvbmx5IHRvIGhhbmRsZSBwcm9wZXJ0eWNoYW5nZSBoYW5kbGVyIGNhbGwgZm9yIHVuZGVmaW5lZCBjYXNlc1xuICAgICAgICAgICAgICAgICAgICAgICAgICAgIHRoaXMud2lkZ2V0LmRhdGFzZXQgPSBudjtcbiAgICAgICAgICAgICAgICAgICAgICAgIH1cbiAgICAgICAgICAgICAgICAgICAgfVxuICAgICAgICAgICAgICAgIClcbiAgICAgICAgICAgICk7XG5cbiAgICAgICAgICAgIC8vIFJlZ2lzdGVyIGEgd2F0Y2ggb24gcGFnaW5nIG9wdGlvbnMuIENhbGwgZGF0YXNldCBwcm9wZXJ0eSBjaGFuZ2UgaGFuZGxlciBldmVuIGlmIHBhZ2luZyBvcHRpb25zIGNoYW5nZXMgdG8gcmVmbGVjdCBwYWdpbmF0aW9uIHN0YXRlXG4gICAgICAgICAgICBpZiAoIWJpbmRQYWdpbmdPcHRpb25zKSB7XG4gICAgICAgICAgICAgICAgcmV0dXJuO1xuICAgICAgICAgICAgfVxuICAgICAgICAgICAgLy9bVG9kby1DU1BdOiBlaXRoZXIgZ2VuZXJhdGUgd2F0Y2ggZXhwciBmbiBvciByZWdpc3RlciBhbiBldmVudCBmcm9tIHRoZSBkYXRhc291cmNlIGl0c2VsZlxuICAgICAgICAgICAgdGhpcy5yZWdpc3RlckRlc3Ryb3lMaXN0ZW5lcihcbiAgICAgICAgICAgICAgICAkd2F0Y2goXG4gICAgICAgICAgICAgICAgICAgIGJpbmRQYWdpbmdPcHRpb25zLFxuICAgICAgICAgICAgICAgICAgICBwYXJlbnQsXG4gICAgICAgICAgICAgICAgICAgIHt9LFxuICAgICAgICAgICAgICAgICAgICAoKSA9PiB0aGlzLl9kZWJvdW5jZWRBcHBseURhdGFzZXQoKVxuICAgICAgICAgICAgICAgIClcbiAgICAgICAgICAgICk7XG4gICAgICAgIH0pO1xuICAgICAgICAvLyBhcHBseSBkYXRhc291cmNlIG9ubHkgd2hlbiBkYXRhc2V0IGlzIG5vdCBib3VuZCB0byBcIml0ZW0uRklFTERcIlxuICAgICAgICBpZiAoIWRhdGFzZXRCb3VuZEV4cHIpIHtcbiAgICAgICAgICAgIHRoaXMuZGF0YXNvdXJjZSA9IGRhdGFTb3VyY2U7XG4gICAgICAgIH1cbiAgICB9XG5cbiAgICAvLyBTZXQgdGhlIGRhdGFzb3VyY2Ugb2YgcGFnaW5hdGlvbiBmcm9tIHRoZSBwYXJlbnQgd2lkZ2V0XG4gICAgc2V0RGF0YVNvdXJjZShkYXRhU291cmNlKSB7XG4gICAgICAgIHRoaXMuZGF0YXNvdXJjZSA9IGRhdGFTb3VyY2U7XG4gICAgfVxuXG4gICAgb25Qcm9wZXJ0eUNoYW5nZShrZXk6IHN0cmluZywgbnYsIG92KSB7XG4gICAgICAgIGlmIChrZXkgPT09ICdkYXRhc2V0Jykge1xuICAgICAgICAgICAgbGV0IGRhdGE7XG4gICAgICAgICAgICBpZiAodGhpcy5wYXJlbnQgJiYgdGhpcy5wYXJlbnQub25EYXRhTmF2aWdhdG9yRGF0YVNldENoYW5nZSkge1xuICAgICAgICAgICAgICAgIGRhdGEgPSB0aGlzLnBhcmVudC5vbkRhdGFOYXZpZ2F0b3JEYXRhU2V0Q2hhbmdlKG52KTtcbiAgICAgICAgICAgIH0gZWxzZSB7XG4gICAgICAgICAgICAgICAgZGF0YSA9IG52O1xuICAgICAgICAgICAgfVxuICAgICAgICAgICAgLy8gU2V0IGxhc3QgYWN0aW9uIHBlcmZvcm1lZCB0byBcImRhdGFzZXRfdXBkYXRlXCIgd2hlbmV2ZXIgZGF0YXNldCBpcyBjaGFuZ2VkIGluIHRhYmxlIGNvbXBvbmVudFxuICAgICAgICAgICAgaWYgKHRoaXMucGFyZW50LndpZGdldFR5cGUgPT09ICd3bS10YWJsZScpIHtcbiAgICAgICAgICAgICAgICB0aGlzLnBhcmVudC5fdHJpZ2dlcmVkQnlVc2VyID0gZmFsc2U7XG4gICAgICAgICAgICB9XG4gICAgICAgICAgICAvLyBXaGVuIHRoZSBkYXRhc2V0IGlzIG5vdCBpbiBjdXJyZW50IHBhZ2UsIGJ1dCBpbiBwcmV2aW91cyBvbmVzIGRpcmVjdGx5IHNldCB0aGUgcmVzdWx0IHdpdGhvdXQgc2V0dGluZyBwYWdlIHZhbHVlc1xuICAgICAgICAgICAgaWYgKHRoaXMuaXNFZGl0Tm90SW5DdXJyZW50UGFnZSgpKSB7XG4gICAgICAgICAgICAgICAgdGhpcy5zZXRSZXN1bHQoZGF0YSk7XG4gICAgICAgICAgICB9IGVsc2Uge1xuICAgICAgICAgICAgICAgIHRoaXMuc2V0UGFnaW5nVmFsdWVzKGRhdGEpO1xuICAgICAgICAgICAgfVxuICAgICAgICB9IGVsc2UgaWYgKGtleSA9PT0gJ25hdmlnYXRpb24nKSB7XG4gICAgICAgICAgICBpZiAobnYgPT09ICdBZHZhbmNlZCcpIHsgLy8gU3VwcG9ydCBmb3Igb2xkZXIgcHJvamVjdHMgd2hlcmUgbmF2aWdhdGlvbiB0eXBlIHdhcyBhZHZhbmNlZCBpbnN0ZWFkIG9mIGNsYXNpY1xuICAgICAgICAgICAgICAgIHRoaXMubmF2aWdhdGlvbiA9ICdDbGFzc2ljJztcbiAgICAgICAgICAgIH1cbiAgICAgICAgICAgIHRoaXMudXBkYXRlTmF2U2l6ZSgpO1xuICAgICAgICAgICAgdGhpcy5uYXZjb250cm9scyA9IG52O1xuICAgICAgICB9IGVsc2UgaWYgKGtleSA9PT0gJ25hdmlnYXRpb25zaXplJykge1xuICAgICAgICAgICAgdGhpcy51cGRhdGVOYXZTaXplKCk7XG4gICAgICAgIH0gZWxzZSBpZiAoa2V5ID09PSAnbmF2aWdhdGlvbmFsaWduJykge1xuICAgICAgICAgICAgc3dpdGNoQ2xhc3ModGhpcy5uYXRpdmVFbGVtZW50LCBgdGV4dC0ke252fWAsIGB0ZXh0LSR7b3Z9YCk7XG4gICAgICAgIH0gZWxzZSBpZiAoa2V5ID09PSAnbWF4UmVzdWx0cycpIHtcbiAgICAgICAgICAgIHRoaXMuc2V0UGFnaW5nVmFsdWVzKHRoaXMuZGF0YXNldCk7XG4gICAgICAgIH0gZWxzZSB7XG4gICAgICAgICAgICBzdXBlci5vblByb3BlcnR5Q2hhbmdlKGtleSwgbnYsIG92KTtcbiAgICAgICAgfVxuICAgIH1cblxuICAgIG5nQWZ0ZXJWaWV3SW5pdCgpIHtcbiAgICAgICAgY29uc3QgcGFnaW5hdGlvbkVsZW0gPSAgdGhpcy5uYXRpdmVFbGVtZW50IGFzIEhUTUxFbGVtZW50O1xuICAgICAgICBwYWdpbmF0aW9uRWxlbS5vbmNsaWNrID0gKGV2ZW50KSA9PiB7XG4gICAgICAgICAgICBldmVudC5zdG9wUHJvcGFnYXRpb24oKTtcbiAgICAgICAgfTtcbiAgICB9XG59XG4iLCJcbjx1bCBjbGFzcz1cInBhZ2luYXRpb24gYWR2YW5jZWQge3tuYXZpZ2F0aW9uQ2xhc3N9fVwiICpuZ0lmPVwibmF2Y29udHJvbHMgPT09ICdDbGFzc2ljJ1wiPlxuICAgIDxsaSBbbmdDbGFzc109XCJ7J2Rpc2FibGVkJzppc0Rpc2FibGVGaXJzdH1cIj5cbiAgICAgICAgPGEgW3RpdGxlXT1cImFwcExvY2FsZS5MQUJFTF9GSVJTVFwiIG5hbWU9XCJmaXJzdFwiIGhyZWY9XCJqYXZhc2NyaXB0OnZvaWQoMCk7XCJcbiAgICAgICAgICAgW2F0dHIuYXJpYS1kaXNhYmxlZF09XCJpc0Rpc2FibGVGaXJzdFwiXG4gICAgICAgICAgIChjbGljayk9XCJuYXZpZ2F0ZVBhZ2UoJ2ZpcnN0JywgJGV2ZW50KVwiPlxuICAgICAgICAgICAgPHNwYW4gYXJpYS1oaWRkZW49XCJ0cnVlXCI+PGkgY2xhc3M9XCJ3aSB3aS1maXJzdC1wYWdlXCI+PC9pPjwvc3Bhbj5cbiAgICAgICAgICAgIDxzcGFuIGNsYXNzPVwic3Itb25seVwiPkdvIHRvIGZpcnN0IHBhZ2Uge3sgaXNEaXNhYmxlRmlyc3QgPyAnICwgRGlzYWJsZWQnIDogJyd9fTwvc3Bhbj5cbiAgICAgICAgPC9hPlxuICAgIDwvbGk+XG4gICAgPGxpIFtuZ0NsYXNzXT1cInsnZGlzYWJsZWQnOmlzRGlzYWJsZVByZXZpb3VzfVwiPlxuICAgICAgICA8YSBbdGl0bGVdPVwiYXBwTG9jYWxlLkxBQkVMX1BSRVZJT1VTXCIgbmFtZT1cInByZXZcIiBocmVmPVwiamF2YXNjcmlwdDp2b2lkKDApO1wiXG4gICAgICAgICAgICBbYXR0ci5hcmlhLWRpc2FibGVkXT1cImlzRGlzYWJsZVByZXZpb3VzXCJcbiAgICAgICAgICAgIChjbGljayk9XCJuYXZpZ2F0ZVBhZ2UoJ3ByZXYnLCAkZXZlbnQpXCI+XG4gICAgICAgICAgICA8c3BhbiBhcmlhLWhpZGRlbj1cInRydWVcIj48aSBjbGFzcz1cIndpIHdpLWNoZXZyb24tbGVmdFwiPjwvaT48L3NwYW4+XG4gICAgICAgICAgICA8c3BhbiBjbGFzcz1cInNyLW9ubHlcIj5HbyB0byBwcmV2aW91cyBwYWdlIHt7IGlzRGlzYWJsZVByZXZpb3VzID8gJywgRGlzYWJsZWQnIDogJyd9fTwvc3Bhbj5cbiAgICAgICAgPC9hPlxuICAgIDwvbGk+XG4gICAgPGxpIGNsYXNzPVwicGFnZWNvdW50IGRpc2FibGVkXCI+XG4gICAgICAgIDxhIGhyZWY9XCJqYXZhc2NyaXB0OnZvaWQoMCk7XCI+XG4gICAgICAgICAgICA8aW5wdXQgWyhuZ01vZGVsKV09XCJkbi5jdXJyZW50UGFnZVwiIFthdHRyLmFyaWEtbGFiZWxdPVwiJ1Nob3dpbmcgUGFnZSAnICsgZG4uY3VycmVudFBhZ2UgKyAnIG9mICcgKyBwYWdlQ291bnRcIiBbZGlzYWJsZWRdPVwiaXNEaXNhYmxlQ3VycmVudFwiXG4gICAgICAgICAgICAgICAgICAgW25nTW9kZWxPcHRpb25zXT1cIntzdGFuZGFsb25lOiB0cnVlfVwiXG4gICAgICAgICAgICAgICAgICAgdHlwZT1cIm51bWJlclwiXG4gICAgICAgICAgICAgICAgICAoa2V5ZG93bik9XCJvbktleURvd24oJGV2ZW50KVwiIChjaGFuZ2UpPVwib25Nb2RlbENoYW5nZSgkZXZlbnQpXCIgY2xhc3M9XCJmb3JtLWNvbnRyb2xcIi8+XG4gICAgICAgIDwvYT5cbiAgICA8L2xpPlxuICAgIDxsaSBjbGFzcz1cImRpc2FibGVkXCI+XG4gICAgICAgIDxhIFtoaWRkZW5dPVwiaXNEaXNhYmxlQ291bnRcIj4gLyB7e3BhZ2VDb3VudH19PC9hPlxuICAgIDwvbGk+XG4gICAgPGxpIFtuZ0NsYXNzXT1cInsnZGlzYWJsZWQnOmlzRGlzYWJsZU5leHR9XCI+XG4gICAgICAgIDxhIFt0aXRsZV09XCJhcHBMb2NhbGUuTEFCRUxfTkVYVFwiIG5hbWU9XCJuZXh0XCIgaHJlZj1cImphdmFzY3JpcHQ6dm9pZCgwKTtcIlxuICAgICAgICAgICBbYXR0ci5hcmlhLWRpc2FibGVkXT1cImlzRGlzYWJsZU5leHRcIlxuICAgICAgICAgICAoY2xpY2spPVwibmF2aWdhdGVQYWdlKCduZXh0JywgJGV2ZW50KVwiPlxuICAgICAgICAgICAgPHNwYW4gYXJpYS1oaWRkZW49XCJ0cnVlXCI+PGkgY2xhc3M9XCJ3aSB3aS1jaGV2cm9uLXJpZ2h0XCI+PC9pPjwvc3Bhbj5cbiAgICAgICAgICAgIDxzcGFuIGNsYXNzPVwic3Itb25seVwiPkdvIHRvIG5leHQgcGFnZSB7eyBpc0Rpc2FibGVOZXh0ID8gJyAsIERpc2FibGVkJyA6ICcnfX08L3NwYW4+XG4gICAgICAgIDwvYT5cbiAgICA8L2xpPlxuICAgIDxsaSBbbmdDbGFzc109XCJ7J2Rpc2FibGVkJzppc0Rpc2FibGVMYXN0fVwiPlxuICAgICAgICA8YSBbdGl0bGVdPVwiYXBwTG9jYWxlLkxBQkVMX0xBU1RcIiBuYW1lPVwibGFzdFwiIGhyZWY9XCJqYXZhc2NyaXB0OnZvaWQoMCk7XCJcbiAgICAgICAgICAgW2F0dHIuYXJpYS1kaXNhYmxlZF09XCJpc0Rpc2FibGVMYXN0XCJcbiAgICAgICAgICAgKGNsaWNrKT1cIm5hdmlnYXRlUGFnZSgnbGFzdCcsICRldmVudClcIj5cbiAgICAgICAgICAgIDxzcGFuIGFyaWEtaGlkZGVuPVwidHJ1ZVwiPjxpIGNsYXNzPVwid2kgd2ktbGFzdC1wYWdlXCI+PC9pPjwvc3Bhbj5cbiAgICAgICAgICAgIDxzcGFuIGNsYXNzPVwic3Itb25seVwiPkdvIHRvIGxhc3QgcGFnZSB7eyBpc0Rpc2FibGVMYXN0ID8gJyAsIERpc2FibGVkJyA6ICcnfX08L3NwYW4+XG4gICAgICAgIDwvYT5cbiAgICA8L2xpPlxuICAgIDxsaSAqbmdJZj1cInNob3dyZWNvcmRjb3VudFwiIGNsYXNzPVwidG90YWxjb3VudCBkaXNhYmxlZFwiPlxuICAgICAgICA8YSBocmVmPVwiamF2YXNjcmlwdDp2b2lkKDApO1wiIHRhYmluZGV4PVwiLTFcIiBhcmlhLWRpc2FibGVkPVwidHJ1ZVwiPnt7YXBwTG9jYWxlLkxBQkVMX1RPVEFMX1JFQ09SRFN9fToge3tkYXRhU2l6ZX19PC9hPlxuICAgIDwvbGk+XG48L3VsPlxuPHVsIGNsYXNzPVwicGFnZXIge3tuYXZpZ2F0aW9uQ2xhc3N9fVwiICpuZ0lmPVwibmF2Y29udHJvbHMgPT09ICdQYWdlcidcIj5cbiAgICA8bGkgY2xhc3M9XCJwcmV2aW91c1wiIFtuZ0NsYXNzXT1cInsnZGlzYWJsZWQnOmlzRGlzYWJsZVByZXZpb3VzfVwiPlxuICAgICAgICA8YSBocmVmPVwiamF2YXNjcmlwdDp2b2lkKDApO1wiIChjbGljayk9XCJuYXZpZ2F0ZVBhZ2UoJ3ByZXYnLCAkZXZlbnQpXCJcbiAgICAgICAgICAgW2F0dHIuYXJpYS1kaXNhYmxlZF09XCJpc0Rpc2FibGVQcmV2aW91c1wiPlxuICAgICAgICAgICAgPHNwYW4gYXJpYS1oaWRkZW49XCJ0cnVlXCI+PGkgY2xhc3M9XCJ3aSB3aS1jaGV2cm9uLWxlZnRcIj48L2k+PC9zcGFuPlxuICAgICAgICAgICAge3thcHBMb2NhbGUuTEFCRUxfUFJFVklPVVN9fVxuICAgICAgICAgICAgPHNwYW4gY2xhc3M9XCJzci1vbmx5XCI+e3sgaXNEaXNhYmxlUHJldmlvdXMgPyAnICwgRGlzYWJsZWQnIDogJyd9fTwvc3Bhbj5cbiAgICAgICAgPC9hPlxuICAgIDwvbGk+XG4gICAgPGxpIGNsYXNzPVwibmV4dFwiIFtuZ0NsYXNzXT1cInsnZGlzYWJsZWQnOmlzRGlzYWJsZU5leHR9XCI+XG4gICAgICAgIDxhIGhyZWY9XCJqYXZhc2NyaXB0OnZvaWQoMCk7XCIgKGNsaWNrKT1cIm5hdmlnYXRlUGFnZSgnbmV4dCcsICRldmVudClcIlxuICAgICAgICAgICBbYXR0ci5hcmlhLWRpc2FibGVkXT1cImlzRGlzYWJsZU5leHRcIj5cbiAgICAgICAgICAgIDxzcGFuIGFyaWEtaGlkZGVuPVwidHJ1ZVwiPjxpIGNsYXNzPVwid2kgd2ktY2hldnJvbi1yaWdodFwiPjwvaT48L3NwYW4+XG4gICAgICAgICAgICB7e2FwcExvY2FsZS5MQUJFTF9ORVhUfX1cbiAgICAgICAgICAgIDxzcGFuIGNsYXNzPVwic3Itb25seVwiPnt7IGlzRGlzYWJsZU5leHQgPyAnICwgRGlzYWJsZWQnIDogJyd9fTwvc3Bhbj5cbiAgICAgICAgPC9hPlxuICAgIDwvbGk+XG48L3VsPlxuXG48cGFnaW5hdGlvbiBjbGFzcz1cInBhZ2luYXRpb24gYmFzaWNcIiBbbmdDbGFzc109XCJuYXZpZ2F0aW9uQ2xhc3NcIiAqbmdJZj1cIm5hdmNvbnRyb2xzID09PSAnQmFzaWMnXCIgcm9sZT1cIm5hdmlnYXRpb25cIlxuICAgICAgICAgICAgW2l0ZW1zUGVyUGFnZV09XCJtYXhSZXN1bHRzXCIgW3RvdGFsSXRlbXNdPVwiZGF0YVNpemVcIlxuICAgICAgICAgICAgKHBhZ2VDaGFuZ2VkKT1cInBhZ2VDaGFuZ2VkKCRldmVudClcIiBbbmdNb2RlbE9wdGlvbnNdPVwie3N0YW5kYWxvbmU6dHJ1ZX1cIiBbbmdNb2RlbF09XCJkbi5jdXJyZW50UGFnZVwiXG4gICAgICAgICAgICBbYXR0ci5hcmlhLWxhYmVsXT1cIidTaG93aW5nIFBhZ2UgJyArIGRuLmN1cnJlbnRQYWdlICsgJyBvZiAnICsgcGFnZUNvdW50ICsgJyBwYWdlcydcIlxuICAgICAgICAgICAgW2JvdW5kYXJ5TGlua3NdPVwiYm91bmRhcnlsaW5rc1wiIFttYXhTaXplXT1cIm1heHNpemVcIlxuICAgICAgICAgICAgW2RpcmVjdGlvbkxpbmtzXT1cImRpcmVjdGlvbmxpbmtzXCJcbiAgICAgICAgICAgIGZpcnN0VGV4dD1cIkZpcnRzdFwiIGxhc3RUZXh0PVwiTGFzdFwiXG4gICAgICAgICAgICBbY3VzdG9tUHJldmlvdXNUZW1wbGF0ZV09XCJwcmV2VGVtcGxhdGVcIlxuICAgICAgICAgICAgW2N1c3RvbU5leHRUZW1wbGF0ZV09XCJuZXh0VGVtcGxhdGVcIlxuICAgICAgICAgICAgW2N1c3RvbVBhZ2VUZW1wbGF0ZV09XCJwYWdlVGVtcGxhdGVcIj48L3BhZ2luYXRpb24+XG5cbjx1bCAqbmdJZj1cIm5hdmNvbnRyb2xzID09PSAnQmFzaWMnICYmIHNob3dyZWNvcmRjb3VudFwiIGNsYXNzPVwicGFnaW5hdGlvblwiPlxuICAgIDxsaSBjbGFzcz1cInRvdGFsY291bnQgZGlzYWJsZWQgYmFzaWNjb3VudFwiPlxuICAgICAgICA8YSBocmVmPVwiamF2YXNjcmlwdDp2b2lkKDApO1wiIHRhYmluZGV4PVwiLTFcIiBhcmlhLWRpc2FibGVkPVwidHJ1ZVwiPnt7YXBwTG9jYWxlLkxBQkVMX1RPVEFMX1JFQ09SRFN9fToge3tkYXRhU2l6ZX19PC9hPlxuICAgIDwvbGk+XG48L3VsPlxuXG48bmctdGVtcGxhdGUgI3BhZ2VUZW1wbGF0ZSBsZXQtcGFnZT5cbiAgICA8c3BhbiBjbGFzcz1cInNyLW9ubHlcIiBbYXR0ci5kYXRhLWlzYWNpdHZlcGFnZV09XCJwYWdlLmFjdGl2ZVwiPnt7J1BhZ2UgJ319PC9zcGFuPlxuICAgIHt7cGFnZS5udW1iZXJ9fVxuICAgIDxzcGFuIGNsYXNzPVwic3Itb25seVwiICpuZ0lmPVwicGFnZS5hY3RpdmVcIj4ge3snLCBTaG93aW5nIHBhZ2UgJyArIHBhZ2UubnVtYmVyICsgJyBvZiAnICsgcGFnZUNvdW50fX08L3NwYW4+XG48L25nLXRlbXBsYXRlPlxuPG5nLXRlbXBsYXRlICNwcmV2VGVtcGxhdGUgbGV0LWRpc2FibGVkPVwiZGlzYWJsZWRcIj5cbiAgICA8c3BhbiBjbGFzcz1cInNyLW9ubHlcIiBbYXR0ci5kYXRhLWlzZGlzYWJsZWRdPVwiZGlzYWJsZWRcIj5HbyB0byBQcmV2aW91cyBwYWdlIHt7ZGlzYWJsZWQgPyAnLCBEaXNhYmxlZCcgOiAnJ319PC9zcGFuPlxuPC9uZy10ZW1wbGF0ZT5cbjxuZy10ZW1wbGF0ZSAjbmV4dFRlbXBsYXRlIGxldC1kaXNhYmxlZD1cImRpc2FibGVkXCI+XG4gICAgPHNwYW4gY2xhc3M9XCJzci1vbmx5XCIgW2F0dHIuZGF0YS1pc2Rpc2FibGVkXT1cImRpc2FibGVkXCI+R28gdG8gTmV4dCBwYWdlIHt7ZGlzYWJsZWQgPyAnLCBEaXNhYmxlZCcgOiAnJ319PC9zcGFuPlxuPC9uZy10ZW1wbGF0ZT5cbiJdfQ==
|