@wavemaker/app-ng-runtime 11.8.0-rc.5666 → 11.8.0-rc.5668
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
- app-ng-runtime/build-task/.npmignore +2 -0
- app-ng-runtime/build-task/package.json +28 -0
- app-ng-runtime/components/advanced/carousel/.npmignore +2 -0
- app-ng-runtime/components/advanced/carousel/package.json +23 -0
- app-ng-runtime/components/advanced/login/.npmignore +2 -0
- app-ng-runtime/components/advanced/login/package.json +23 -0
- app-ng-runtime/components/advanced/marquee/.npmignore +2 -0
- app-ng-runtime/components/advanced/marquee/package.json +23 -0
- app-ng-runtime/components/base/.npmignore +2 -0
- app-ng-runtime/components/base/bundles/index.umd.js +5364 -0
- app-ng-runtime/components/base/directives/show-in-device.directive.d.ts +15 -0
- app-ng-runtime/components/base/esm2022/directives/show-in-device.directive.mjs +71 -0
- app-ng-runtime/components/base/esm2022/widgets/common/base/base-field-validations.mjs +265 -0
- app-ng-runtime/components/base/esm2022/widgets/common/lazy-load/lazy-load.directive.mjs +43 -0
- app-ng-runtime/components/base/fesm2022/index.mjs +5242 -0
- app-ng-runtime/components/base/fesm2022/index.mjs.map +1 -0
- app-ng-runtime/components/base/package.json +28 -0
- app-ng-runtime/components/base/widgets/common/lazy-load/lazy-load.directive.d.ts +15 -0
- app-ng-runtime/components/basic/default/.npmignore +2 -0
- app-ng-runtime/components/basic/default/package.json +23 -0
- app-ng-runtime/components/basic/progress/.npmignore +2 -0
- app-ng-runtime/components/basic/progress/package.json +23 -0
- app-ng-runtime/components/basic/rich-text-editor/.npmignore +2 -0
- app-ng-runtime/components/basic/rich-text-editor/package.json +23 -0
- app-ng-runtime/components/basic/search/.npmignore +2 -0
- app-ng-runtime/components/basic/search/bundles/index.umd.js +1285 -0
- app-ng-runtime/components/basic/search/esm2022/search.component.mjs +922 -0
- app-ng-runtime/components/basic/search/fesm2022/index.mjs +1273 -0
- app-ng-runtime/components/basic/search/fesm2022/index.mjs.map +1 -0
- app-ng-runtime/components/basic/search/package.json +23 -0
- app-ng-runtime/components/basic/tree/.npmignore +2 -0
- app-ng-runtime/components/basic/tree/package.json +23 -0
- app-ng-runtime/components/chart/.npmignore +2 -0
- app-ng-runtime/components/chart/package.json +23 -0
- app-ng-runtime/components/containers/accordion/.npmignore +2 -0
- app-ng-runtime/components/containers/accordion/package.json +23 -0
- app-ng-runtime/components/containers/layout-grid/.npmignore +2 -0
- app-ng-runtime/components/containers/layout-grid/package.json +23 -0
- app-ng-runtime/components/containers/linear-layout/.npmignore +2 -0
- app-ng-runtime/components/containers/linear-layout/package.json +23 -0
- app-ng-runtime/components/containers/panel/.npmignore +2 -0
- app-ng-runtime/components/containers/panel/package.json +23 -0
- app-ng-runtime/components/containers/tabs/.npmignore +2 -0
- app-ng-runtime/components/containers/tabs/package.json +23 -0
- app-ng-runtime/components/containers/tile/.npmignore +2 -0
- app-ng-runtime/components/containers/tile/package.json +23 -0
- app-ng-runtime/components/containers/wizard/.npmignore +2 -0
- app-ng-runtime/components/containers/wizard/package.json +23 -0
- app-ng-runtime/components/data/card/.npmignore +2 -0
- app-ng-runtime/components/data/card/package.json +23 -0
- app-ng-runtime/components/data/form/.npmignore +2 -0
- app-ng-runtime/components/data/form/package.json +23 -0
- app-ng-runtime/components/data/list/.npmignore +2 -0
- app-ng-runtime/components/data/list/package.json +23 -0
- app-ng-runtime/components/data/live-table/.npmignore +2 -0
- app-ng-runtime/components/data/live-table/package.json +23 -0
- app-ng-runtime/components/data/pagination/.npmignore +2 -0
- app-ng-runtime/components/data/pagination/bundles/index.umd.js +835 -0
- app-ng-runtime/components/data/pagination/esm2022/pagination.component.mjs +771 -0
- app-ng-runtime/components/data/pagination/fesm2022/index.mjs +828 -0
- app-ng-runtime/components/data/pagination/fesm2022/index.mjs.map +1 -0
- app-ng-runtime/components/data/pagination/package.json +23 -0
- app-ng-runtime/components/data/table/.npmignore +2 -0
- app-ng-runtime/components/data/table/bundles/index.umd.js +4530 -0
- app-ng-runtime/components/data/table/esm2022/table.component.mjs +2203 -0
- app-ng-runtime/components/data/table/fesm2022/index.mjs +4517 -0
- app-ng-runtime/components/data/table/fesm2022/index.mjs.map +1 -0
- app-ng-runtime/components/data/table/package.json +23 -0
- app-ng-runtime/components/dialogs/alert-dialog/.npmignore +2 -0
- app-ng-runtime/components/dialogs/alert-dialog/package.json +23 -0
- app-ng-runtime/components/dialogs/confirm-dialog/.npmignore +2 -0
- app-ng-runtime/components/dialogs/confirm-dialog/package.json +23 -0
- app-ng-runtime/components/dialogs/default/.npmignore +2 -0
- app-ng-runtime/components/dialogs/default/package.json +23 -0
- app-ng-runtime/components/dialogs/design-dialog/.npmignore +2 -0
- app-ng-runtime/components/dialogs/design-dialog/package.json +23 -0
- app-ng-runtime/components/dialogs/iframe-dialog/.npmignore +2 -0
- app-ng-runtime/components/dialogs/iframe-dialog/package.json +23 -0
- app-ng-runtime/components/dialogs/login-dialog/.npmignore +2 -0
- app-ng-runtime/components/dialogs/login-dialog/package.json +23 -0
- app-ng-runtime/components/dialogs/partial-dialog/.npmignore +2 -0
- app-ng-runtime/components/dialogs/partial-dialog/package.json +23 -0
- app-ng-runtime/components/input/calendar/.npmignore +2 -0
- app-ng-runtime/components/input/calendar/package.json +23 -0
- app-ng-runtime/components/input/chips/.npmignore +2 -0
- app-ng-runtime/components/input/chips/package.json +23 -0
- app-ng-runtime/components/input/color-picker/.npmignore +2 -0
- app-ng-runtime/components/input/color-picker/bundles/index.umd.js +202 -0
- app-ng-runtime/components/input/color-picker/esm2022/color-picker.component.mjs +133 -0
- app-ng-runtime/components/input/color-picker/fesm2022/index.mjs +188 -0
- app-ng-runtime/components/input/color-picker/fesm2022/index.mjs.map +1 -0
- app-ng-runtime/components/input/color-picker/package.json +23 -0
- app-ng-runtime/components/input/currency/.npmignore +2 -0
- app-ng-runtime/components/input/currency/package.json +23 -0
- app-ng-runtime/components/input/default/.npmignore +2 -0
- app-ng-runtime/components/input/default/bundles/index.umd.js +3416 -0
- app-ng-runtime/components/input/default/esm2022/checkbox/checkbox.component.mjs +176 -0
- app-ng-runtime/components/input/default/esm2022/select/select.component.mjs +203 -0
- app-ng-runtime/components/input/default/esm2022/text/base/base-input.mjs +90 -0
- app-ng-runtime/components/input/default/esm2022/text/calendar/input-calendar.component.mjs +66 -0
- app-ng-runtime/components/input/default/esm2022/text/color/input-color.component.mjs +66 -0
- app-ng-runtime/components/input/default/fesm2022/index.mjs +3385 -0
- app-ng-runtime/components/input/default/fesm2022/index.mjs.map +1 -0
- app-ng-runtime/components/input/default/package.json +23 -0
- app-ng-runtime/components/input/default/text/base/base-input.d.ts +33 -0
- app-ng-runtime/components/input/epoch/.npmignore +2 -0
- app-ng-runtime/components/input/epoch/bundles/index.umd.js +3140 -0
- app-ng-runtime/components/input/epoch/esm2022/date/date.component.mjs +353 -0
- app-ng-runtime/components/input/epoch/esm2022/date-time/date-time.component.mjs +508 -0
- app-ng-runtime/components/input/epoch/esm2022/time/time.component.mjs +381 -0
- app-ng-runtime/components/input/epoch/fesm2022/index.mjs +3125 -0
- app-ng-runtime/components/input/epoch/fesm2022/index.mjs.map +1 -0
- app-ng-runtime/components/input/epoch/package.json +23 -0
- app-ng-runtime/components/input/file-upload/.npmignore +2 -0
- app-ng-runtime/components/input/file-upload/package.json +23 -0
- app-ng-runtime/components/input/rating/.npmignore +2 -0
- app-ng-runtime/components/input/rating/bundles/index.umd.js +343 -0
- app-ng-runtime/components/input/rating/esm2022/rating.component.mjs +271 -0
- app-ng-runtime/components/input/rating/fesm2022/index.mjs +329 -0
- app-ng-runtime/components/input/rating/fesm2022/index.mjs.map +1 -0
- app-ng-runtime/components/input/rating/package.json +23 -0
- app-ng-runtime/components/input/slider/.npmignore +2 -0
- app-ng-runtime/components/input/slider/bundles/index.umd.js +156 -0
- app-ng-runtime/components/input/slider/esm2022/slider.component.mjs +88 -0
- app-ng-runtime/components/input/slider/fesm2022/index.mjs +141 -0
- app-ng-runtime/components/input/slider/fesm2022/index.mjs.map +1 -0
- app-ng-runtime/components/input/slider/package.json +23 -0
- app-ng-runtime/components/navigation/breadcrumb/.npmignore +2 -0
- app-ng-runtime/components/navigation/breadcrumb/package.json +23 -0
- app-ng-runtime/components/navigation/menu/.npmignore +2 -0
- app-ng-runtime/components/navigation/menu/package.json +23 -0
- app-ng-runtime/components/navigation/navbar/.npmignore +2 -0
- app-ng-runtime/components/navigation/navbar/package.json +23 -0
- app-ng-runtime/components/navigation/popover/.npmignore +2 -0
- app-ng-runtime/components/navigation/popover/package.json +23 -0
- app-ng-runtime/components/page/default/.npmignore +2 -0
- app-ng-runtime/components/page/default/package.json +23 -0
- app-ng-runtime/components/page/footer/.npmignore +2 -0
- app-ng-runtime/components/page/footer/package.json +23 -0
- app-ng-runtime/components/page/header/.npmignore +2 -0
- app-ng-runtime/components/page/header/package.json +23 -0
- app-ng-runtime/components/page/left-panel/.npmignore +2 -0
- app-ng-runtime/components/page/left-panel/package.json +23 -0
- app-ng-runtime/components/page/right-panel/.npmignore +2 -0
- app-ng-runtime/components/page/right-panel/package.json +23 -0
- app-ng-runtime/components/page/top-nav/.npmignore +2 -0
- app-ng-runtime/components/page/top-nav/package.json +23 -0
- app-ng-runtime/components/prefab/.npmignore +2 -0
- app-ng-runtime/components/prefab/package.json +23 -0
- app-ng-runtime/core/.npmignore +2 -0
- app-ng-runtime/core/bundles/index.umd.js +5352 -0
- app-ng-runtime/core/esm2022/public_api.mjs +27 -0
- app-ng-runtime/core/esm2022/services/custom-icons-loader.service.mjs +26 -0
- app-ng-runtime/core/fesm2022/index.mjs +5182 -0
- app-ng-runtime/core/fesm2022/index.mjs.map +1 -0
- app-ng-runtime/core/package.json +29 -0
- app-ng-runtime/core/public_api.d.ts +23 -0
- app-ng-runtime/core/services/custom-icons-loader.service.d.ts +7 -0
- app-ng-runtime/http/.npmignore +2 -0
- app-ng-runtime/http/package.json +28 -0
- app-ng-runtime/mobile/components/basic/default/.npmignore +2 -0
- app-ng-runtime/mobile/components/basic/default/package.json +23 -0
- app-ng-runtime/mobile/components/basic/search/.npmignore +2 -0
- app-ng-runtime/mobile/components/basic/search/package.json +23 -0
- app-ng-runtime/mobile/components/containers/segmented-control/.npmignore +2 -0
- app-ng-runtime/mobile/components/containers/segmented-control/package.json +23 -0
- app-ng-runtime/mobile/components/data/media-list/.npmignore +2 -0
- app-ng-runtime/mobile/components/data/media-list/package.json +23 -0
- app-ng-runtime/mobile/components/device/barcode-scanner/.npmignore +2 -0
- app-ng-runtime/mobile/components/device/barcode-scanner/package.json +23 -0
- app-ng-runtime/mobile/components/device/camera/.npmignore +2 -0
- app-ng-runtime/mobile/components/device/camera/package.json +23 -0
- app-ng-runtime/mobile/components/input/file-upload/.npmignore +2 -0
- app-ng-runtime/mobile/components/input/file-upload/package.json +23 -0
- app-ng-runtime/mobile/components/page/default/.npmignore +2 -0
- app-ng-runtime/mobile/components/page/default/package.json +23 -0
- app-ng-runtime/mobile/components/page/left-panel/.npmignore +2 -0
- app-ng-runtime/mobile/components/page/left-panel/package.json +23 -0
- app-ng-runtime/mobile/components/page/mobile-navbar/.npmignore +2 -0
- app-ng-runtime/mobile/components/page/mobile-navbar/package.json +23 -0
- app-ng-runtime/mobile/components/page/tab-bar/.npmignore +2 -0
- app-ng-runtime/mobile/components/page/tab-bar/package.json +23 -0
- app-ng-runtime/mobile/core/.npmignore +2 -0
- app-ng-runtime/mobile/core/package.json +28 -0
- app-ng-runtime/mobile/offline/.npmignore +2 -0
- app-ng-runtime/mobile/offline/package.json +28 -0
- app-ng-runtime/mobile/placeholder/runtime/.npmignore +2 -0
- app-ng-runtime/mobile/placeholder/runtime/package.json +27 -0
- app-ng-runtime/mobile/placeholder/runtime-dynamic/.npmignore +2 -0
- app-ng-runtime/mobile/placeholder/runtime-dynamic/package.json +23 -0
- app-ng-runtime/mobile/runtime/.npmignore +2 -0
- app-ng-runtime/mobile/runtime/package.json +28 -0
- app-ng-runtime/mobile/runtime-dynamic/.npmignore +2 -0
- app-ng-runtime/mobile/runtime-dynamic/package.json +23 -0
- app-ng-runtime/mobile/variables/.npmignore +2 -0
- app-ng-runtime/mobile/variables/package.json +28 -0
- app-ng-runtime/oAuth/.npmignore +2 -0
- app-ng-runtime/oAuth/package.json +28 -0
- app-ng-runtime/package.json +11 -0
- app-ng-runtime/runtime/base/.npmignore +2 -0
- app-ng-runtime/runtime/base/bundles/index.umd.js +5216 -0
- app-ng-runtime/runtime/base/components/app-component/app.component.d.ts +40 -0
- app-ng-runtime/runtime/base/directives/accessroles.directive.d.ts +39 -0
- app-ng-runtime/runtime/base/esm2022/components/app-component/app.component.mjs +238 -0
- app-ng-runtime/runtime/base/esm2022/directives/accessroles.directive.mjs +108 -0
- app-ng-runtime/runtime/base/esm2022/services/i18n.service.mjs +334 -0
- app-ng-runtime/runtime/base/fesm2022/index.mjs +5243 -0
- app-ng-runtime/runtime/base/fesm2022/index.mjs.map +1 -0
- app-ng-runtime/runtime/base/package.json +28 -0
- app-ng-runtime/runtime/dynamic/.npmignore +2 -0
- app-ng-runtime/runtime/dynamic/package.json +28 -0
- app-ng-runtime/security/.npmignore +2 -0
- app-ng-runtime/security/package.json +28 -0
- app-ng-runtime/swipey/.npmignore +2 -0
- app-ng-runtime/swipey/package.json +28 -0
- app-ng-runtime/transpiler/.npmignore +2 -0
- app-ng-runtime/transpiler/package.json +29 -0
- app-ng-runtime/variables/.npmignore +2 -0
- app-ng-runtime/variables/package.json +28 -0
- package/components/base/bundles/index.umd.js +0 -5360
- package/components/base/directives/show-in-device.directive.d.ts +0 -18
- package/components/base/esm2022/directives/show-in-device.directive.mjs +0 -73
- package/components/base/esm2022/widgets/common/base/base-field-validations.mjs +0 -267
- package/components/base/esm2022/widgets/common/lazy-load/lazy-load.directive.mjs +0 -36
- package/components/base/fesm2022/index.mjs +0 -5238
- package/components/base/fesm2022/index.mjs.map +0 -1
- package/components/base/widgets/common/lazy-load/lazy-load.directive.d.ts +0 -15
- package/components/basic/search/bundles/index.umd.js +0 -1284
- package/components/basic/search/esm2022/search.component.mjs +0 -921
- package/components/basic/search/fesm2022/index.mjs +0 -1272
- package/components/basic/search/fesm2022/index.mjs.map +0 -1
- package/components/data/pagination/bundles/index.umd.js +0 -834
- package/components/data/pagination/esm2022/pagination.component.mjs +0 -770
- package/components/data/pagination/fesm2022/index.mjs +0 -827
- package/components/data/pagination/fesm2022/index.mjs.map +0 -1
- package/components/data/table/bundles/index.umd.js +0 -4531
- package/components/data/table/esm2022/table.component.mjs +0 -2204
- package/components/data/table/fesm2022/index.mjs +0 -4518
- package/components/data/table/fesm2022/index.mjs.map +0 -1
- package/components/input/color-picker/bundles/index.umd.js +0 -202
- package/components/input/color-picker/esm2022/color-picker.component.mjs +0 -133
- package/components/input/color-picker/fesm2022/index.mjs +0 -188
- package/components/input/color-picker/fesm2022/index.mjs.map +0 -1
- package/components/input/default/bundles/index.umd.js +0 -3411
- package/components/input/default/esm2022/checkbox/checkbox.component.mjs +0 -175
- package/components/input/default/esm2022/select/select.component.mjs +0 -202
- package/components/input/default/esm2022/text/base/base-input.mjs +0 -89
- package/components/input/default/esm2022/text/calendar/input-calendar.component.mjs +0 -65
- package/components/input/default/esm2022/text/color/input-color.component.mjs +0 -65
- package/components/input/default/fesm2022/index.mjs +0 -3380
- package/components/input/default/fesm2022/index.mjs.map +0 -1
- package/components/input/default/text/base/base-input.d.ts +0 -32
- package/components/input/epoch/bundles/index.umd.js +0 -3138
- package/components/input/epoch/esm2022/date/date.component.mjs +0 -353
- package/components/input/epoch/esm2022/date-time/date-time.component.mjs +0 -507
- package/components/input/epoch/esm2022/time/time.component.mjs +0 -380
- package/components/input/epoch/fesm2022/index.mjs +0 -3123
- package/components/input/epoch/fesm2022/index.mjs.map +0 -1
- package/components/input/rating/bundles/index.umd.js +0 -341
- package/components/input/rating/esm2022/rating.component.mjs +0 -269
- package/components/input/rating/fesm2022/index.mjs +0 -327
- package/components/input/rating/fesm2022/index.mjs.map +0 -1
- package/components/input/slider/bundles/index.umd.js +0 -155
- package/components/input/slider/esm2022/slider.component.mjs +0 -87
- package/components/input/slider/fesm2022/index.mjs +0 -140
- package/components/input/slider/fesm2022/index.mjs.map +0 -1
- package/core/bundles/index.umd.js +0 -5329
- package/core/esm2022/public_api.mjs +0 -26
- package/core/fesm2022/index.mjs +0 -5160
- package/core/fesm2022/index.mjs.map +0 -1
- package/core/public_api.d.ts +0 -22
- package/npm-shrinkwrap.json +0 -17
- package/package.json +0 -16
- package/runtime/base/bundles/index.umd.js +0 -5205
- package/runtime/base/components/app-component/app.component.d.ts +0 -38
- package/runtime/base/directives/accessroles.directive.d.ts +0 -38
- package/runtime/base/esm2022/components/app-component/app.component.mjs +0 -234
- package/runtime/base/esm2022/directives/accessroles.directive.mjs +0 -101
- package/runtime/base/esm2022/services/i18n.service.mjs +0 -334
- package/runtime/base/fesm2022/index.mjs +0 -5232
- package/runtime/base/fesm2022/index.mjs.map +0 -1
- {package → app-ng-runtime}/build-task/advanced/carousel/carousel-template/carousel-template.build.d.ts +0 -0
- {package → app-ng-runtime}/build-task/advanced/carousel/carousel.build.d.ts +0 -0
- {package → app-ng-runtime}/build-task/advanced/login/login.build.d.ts +0 -0
- {package → app-ng-runtime}/build-task/advanced/marquee/marquee.build.d.ts +0 -0
- {package → app-ng-runtime}/build-task/basic/default/anchor/anchor.build.d.ts +0 -0
- {package → app-ng-runtime}/build-task/basic/default/audio/audio.build.d.ts +0 -0
- {package → app-ng-runtime}/build-task/basic/default/html/html.build.d.ts +0 -0
- {package → app-ng-runtime}/build-task/basic/default/icon/icon.build.d.ts +0 -0
- {package → app-ng-runtime}/build-task/basic/default/iframe/iframe.build.d.ts +0 -0
- {package → app-ng-runtime}/build-task/basic/default/label/label.build.d.ts +0 -0
- {package → app-ng-runtime}/build-task/basic/default/picture/picture.build.d.ts +0 -0
- {package → app-ng-runtime}/build-task/basic/default/spinner/spinner.build.d.ts +0 -0
- {package → app-ng-runtime}/build-task/basic/default/video/video.build.d.ts +0 -0
- {package → app-ng-runtime}/build-task/basic/progress/progress-bar/progress-bar.build.d.ts +0 -0
- {package → app-ng-runtime}/build-task/basic/progress/progress-circle/progress-circle.build.d.ts +0 -0
- {package → app-ng-runtime}/build-task/basic/rich-text-editor/rich-text-editor.build.d.ts +0 -0
- {package → app-ng-runtime}/build-task/basic/search/search.build.d.ts +0 -0
- {package → app-ng-runtime}/build-task/basic/tree/tree.build.d.ts +0 -0
- {package → app-ng-runtime}/build-task/bundles/index.umd.js +0 -0
- {package → app-ng-runtime}/build-task/chart/chart.build.d.ts +0 -0
- {package → app-ng-runtime}/build-task/containers/accordion/accordion-pane/accordion-pane.build.d.ts +0 -0
- {package → app-ng-runtime}/build-task/containers/accordion/accordion.build.d.ts +0 -0
- {package → app-ng-runtime}/build-task/containers/container.build.d.ts +0 -0
- {package → app-ng-runtime}/build-task/containers/layout-grid/layout-grid-column/layout-grid-column.build.d.ts +0 -0
- {package → app-ng-runtime}/build-task/containers/layout-grid/layout-grid-row/layout-grid-row.build.d.ts +0 -0
- {package → app-ng-runtime}/build-task/containers/layout-grid/layout-grid.build.d.ts +0 -0
- {package → app-ng-runtime}/build-task/containers/linear-layout/linear-layout-item/linear-layout-item.build.d.ts +0 -0
- {package → app-ng-runtime}/build-task/containers/linear-layout/linear-layout.build.d.ts +0 -0
- {package → app-ng-runtime}/build-task/containers/panel/panel.build.d.ts +0 -0
- {package → app-ng-runtime}/build-task/containers/repeat-template.build.d.ts +0 -0
- {package → app-ng-runtime}/build-task/containers/segmented-control/segment-content/segment-content.build.d.ts +0 -0
- {package → app-ng-runtime}/build-task/containers/segmented-control/segmented-control.build.d.ts +0 -0
- {package → app-ng-runtime}/build-task/containers/tabs/tab-pane/tab-pane.build.d.ts +0 -0
- {package → app-ng-runtime}/build-task/containers/tabs/tabs.build.d.ts +0 -0
- {package → app-ng-runtime}/build-task/containers/tile/tile.build.d.ts +0 -0
- {package → app-ng-runtime}/build-task/containers/wizard/wizard-step/wizard-step.build.d.ts +0 -0
- {package → app-ng-runtime}/build-task/containers/wizard/wizard.build.d.ts +0 -0
- {package → app-ng-runtime}/build-task/data/card/card-actions/card-actions.build.d.ts +0 -0
- {package → app-ng-runtime}/build-task/data/card/card-content/card-content.build.d.ts +0 -0
- {package → app-ng-runtime}/build-task/data/card/card-footer/card-footer.build.d.ts +0 -0
- {package → app-ng-runtime}/build-task/data/card/card.build.d.ts +0 -0
- {package → app-ng-runtime}/build-task/data/form/form-action/form-action.build.d.ts +0 -0
- {package → app-ng-runtime}/build-task/data/form/form-field/form-field.build.d.ts +0 -0
- {package → app-ng-runtime}/build-task/data/form/form.build.d.ts +0 -0
- {package → app-ng-runtime}/build-task/data/list/list.build.d.ts +0 -0
- {package → app-ng-runtime}/build-task/data/live-table/live-table.build.d.ts +0 -0
- {package → app-ng-runtime}/build-task/data/media-list/media-list-item/media-list-item.build.d.ts +0 -0
- {package → app-ng-runtime}/build-task/data/media-list/media-list.build.d.ts +0 -0
- {package → app-ng-runtime}/build-task/data/pagination/pagination.build.d.ts +0 -0
- {package → app-ng-runtime}/build-task/data/table/table-action/table-action.build.d.ts +0 -0
- {package → app-ng-runtime}/build-task/data/table/table-column/table-column.build.d.ts +0 -0
- {package → app-ng-runtime}/build-task/data/table/table-column-group/table-column-group.build.d.ts +0 -0
- {package → app-ng-runtime}/build-task/data/table/table-row/table-row.build.d.ts +0 -0
- {package → app-ng-runtime}/build-task/data/table/table-row-action/table-row-action.build.d.ts +0 -0
- {package → app-ng-runtime}/build-task/data/table/table.build.d.ts +0 -0
- {package → app-ng-runtime}/build-task/device/barcode-scanner/barcode-scanner.build.d.ts +0 -0
- {package → app-ng-runtime}/build-task/device/camera/camera.build.d.ts +0 -0
- {package → app-ng-runtime}/build-task/dialogs/alert-dialog/alert-dialog.build.d.ts +0 -0
- {package → app-ng-runtime}/build-task/dialogs/base/dialog-footer/dialog-footer.build.d.ts +0 -0
- {package → app-ng-runtime}/build-task/dialogs/confirm-dialog/confirm-dialog.build.d.ts +0 -0
- {package → app-ng-runtime}/build-task/dialogs/design-dialog/dialog.build.d.ts +0 -0
- {package → app-ng-runtime}/build-task/dialogs/iframe-dialog/iframe-dialog.build.d.ts +0 -0
- {package → app-ng-runtime}/build-task/dialogs/login-dialog/login-dialog.build.d.ts +0 -0
- {package → app-ng-runtime}/build-task/dialogs/partial-dialog/partial-dialog.build.d.ts +0 -0
- {package → app-ng-runtime}/build-task/esm2022/advanced/carousel/carousel-template/carousel-template.build.mjs +0 -0
- {package → app-ng-runtime}/build-task/esm2022/advanced/carousel/carousel.build.mjs +0 -0
- {package → app-ng-runtime}/build-task/esm2022/advanced/login/login.build.mjs +0 -0
- {package → app-ng-runtime}/build-task/esm2022/advanced/marquee/marquee.build.mjs +0 -0
- {package → app-ng-runtime}/build-task/esm2022/basic/default/anchor/anchor.build.mjs +0 -0
- {package → app-ng-runtime}/build-task/esm2022/basic/default/audio/audio.build.mjs +0 -0
- {package → app-ng-runtime}/build-task/esm2022/basic/default/html/html.build.mjs +0 -0
- {package → app-ng-runtime}/build-task/esm2022/basic/default/icon/icon.build.mjs +0 -0
- {package → app-ng-runtime}/build-task/esm2022/basic/default/iframe/iframe.build.mjs +0 -0
- {package → app-ng-runtime}/build-task/esm2022/basic/default/label/label.build.mjs +0 -0
- {package → app-ng-runtime}/build-task/esm2022/basic/default/picture/picture.build.mjs +0 -0
- {package → app-ng-runtime}/build-task/esm2022/basic/default/spinner/spinner.build.mjs +0 -0
- {package → app-ng-runtime}/build-task/esm2022/basic/default/video/video.build.mjs +0 -0
- {package → app-ng-runtime}/build-task/esm2022/basic/progress/progress-bar/progress-bar.build.mjs +0 -0
- {package → app-ng-runtime}/build-task/esm2022/basic/progress/progress-circle/progress-circle.build.mjs +0 -0
- {package → app-ng-runtime}/build-task/esm2022/basic/rich-text-editor/rich-text-editor.build.mjs +0 -0
- {package → app-ng-runtime}/build-task/esm2022/basic/search/search.build.mjs +0 -0
- {package → app-ng-runtime}/build-task/esm2022/basic/tree/tree.build.mjs +0 -0
- {package → app-ng-runtime}/build-task/esm2022/chart/chart.build.mjs +0 -0
- {package → app-ng-runtime}/build-task/esm2022/containers/accordion/accordion-pane/accordion-pane.build.mjs +0 -0
- {package → app-ng-runtime}/build-task/esm2022/containers/accordion/accordion.build.mjs +0 -0
- {package → app-ng-runtime}/build-task/esm2022/containers/container.build.mjs +0 -0
- {package → app-ng-runtime}/build-task/esm2022/containers/layout-grid/layout-grid-column/layout-grid-column.build.mjs +0 -0
- {package → app-ng-runtime}/build-task/esm2022/containers/layout-grid/layout-grid-row/layout-grid-row.build.mjs +0 -0
- {package → app-ng-runtime}/build-task/esm2022/containers/layout-grid/layout-grid.build.mjs +0 -0
- {package → app-ng-runtime}/build-task/esm2022/containers/linear-layout/linear-layout-item/linear-layout-item.build.mjs +0 -0
- {package → app-ng-runtime}/build-task/esm2022/containers/linear-layout/linear-layout.build.mjs +0 -0
- {package → app-ng-runtime}/build-task/esm2022/containers/panel/panel.build.mjs +0 -0
- {package → app-ng-runtime}/build-task/esm2022/containers/repeat-template.build.mjs +0 -0
- {package → app-ng-runtime}/build-task/esm2022/containers/segmented-control/segment-content/segment-content.build.mjs +0 -0
- {package → app-ng-runtime}/build-task/esm2022/containers/segmented-control/segmented-control.build.mjs +0 -0
- {package → app-ng-runtime}/build-task/esm2022/containers/tabs/tab-pane/tab-pane.build.mjs +0 -0
- {package → app-ng-runtime}/build-task/esm2022/containers/tabs/tabs.build.mjs +0 -0
- {package → app-ng-runtime}/build-task/esm2022/containers/tile/tile.build.mjs +0 -0
- {package → app-ng-runtime}/build-task/esm2022/containers/wizard/wizard-step/wizard-step.build.mjs +0 -0
- {package → app-ng-runtime}/build-task/esm2022/containers/wizard/wizard.build.mjs +0 -0
- {package → app-ng-runtime}/build-task/esm2022/data/card/card-actions/card-actions.build.mjs +0 -0
- {package → app-ng-runtime}/build-task/esm2022/data/card/card-content/card-content.build.mjs +0 -0
- {package → app-ng-runtime}/build-task/esm2022/data/card/card-footer/card-footer.build.mjs +0 -0
- {package → app-ng-runtime}/build-task/esm2022/data/card/card.build.mjs +0 -0
- {package → app-ng-runtime}/build-task/esm2022/data/form/form-action/form-action.build.mjs +0 -0
- {package → app-ng-runtime}/build-task/esm2022/data/form/form-field/form-field.build.mjs +0 -0
- {package → app-ng-runtime}/build-task/esm2022/data/form/form.build.mjs +0 -0
- {package → app-ng-runtime}/build-task/esm2022/data/list/list.build.mjs +0 -0
- {package → app-ng-runtime}/build-task/esm2022/data/live-table/live-table.build.mjs +0 -0
- {package → app-ng-runtime}/build-task/esm2022/data/media-list/media-list-item/media-list-item.build.mjs +0 -0
- {package → app-ng-runtime}/build-task/esm2022/data/media-list/media-list.build.mjs +0 -0
- {package → app-ng-runtime}/build-task/esm2022/data/pagination/pagination.build.mjs +0 -0
- {package → app-ng-runtime}/build-task/esm2022/data/table/table-action/table-action.build.mjs +0 -0
- {package → app-ng-runtime}/build-task/esm2022/data/table/table-column/table-column.build.mjs +0 -0
- {package → app-ng-runtime}/build-task/esm2022/data/table/table-column-group/table-column-group.build.mjs +0 -0
- {package → app-ng-runtime}/build-task/esm2022/data/table/table-row/table-row.build.mjs +0 -0
- {package → app-ng-runtime}/build-task/esm2022/data/table/table-row-action/table-row-action.build.mjs +0 -0
- {package → app-ng-runtime}/build-task/esm2022/data/table/table.build.mjs +0 -0
- {package → app-ng-runtime}/build-task/esm2022/device/barcode-scanner/barcode-scanner.build.mjs +0 -0
- {package → app-ng-runtime}/build-task/esm2022/device/camera/camera.build.mjs +0 -0
- {package → app-ng-runtime}/build-task/esm2022/dialogs/alert-dialog/alert-dialog.build.mjs +0 -0
- {package → app-ng-runtime}/build-task/esm2022/dialogs/base/dialog-footer/dialog-footer.build.mjs +0 -0
- {package → app-ng-runtime}/build-task/esm2022/dialogs/confirm-dialog/confirm-dialog.build.mjs +0 -0
- {package → app-ng-runtime}/build-task/esm2022/dialogs/design-dialog/dialog.build.mjs +0 -0
- {package → app-ng-runtime}/build-task/esm2022/dialogs/iframe-dialog/iframe-dialog.build.mjs +0 -0
- {package → app-ng-runtime}/build-task/esm2022/dialogs/login-dialog/login-dialog.build.mjs +0 -0
- {package → app-ng-runtime}/build-task/esm2022/dialogs/partial-dialog/partial-dialog.build.mjs +0 -0
- {package → app-ng-runtime}/build-task/esm2022/index.mjs +0 -0
- {package → app-ng-runtime}/build-task/esm2022/input/calendar/calendar.build.mjs +0 -0
- {package → app-ng-runtime}/build-task/esm2022/input/chips/chips.build.mjs +0 -0
- {package → app-ng-runtime}/build-task/esm2022/input/color-picker/color-picker.build.mjs +0 -0
- {package → app-ng-runtime}/build-task/esm2022/input/currency/currency.build.mjs +0 -0
- {package → app-ng-runtime}/build-task/esm2022/input/default/button/button.build.mjs +0 -0
- {package → app-ng-runtime}/build-task/esm2022/input/default/button-group/button-group.build.mjs +0 -0
- {package → app-ng-runtime}/build-task/esm2022/input/default/checkbox/checkbox.build.mjs +0 -0
- {package → app-ng-runtime}/build-task/esm2022/input/default/checkboxset/checkboxset.build.mjs +0 -0
- {package → app-ng-runtime}/build-task/esm2022/input/default/composite/composite.build.mjs +0 -0
- {package → app-ng-runtime}/build-task/esm2022/input/default/number/number.build.mjs +0 -0
- {package → app-ng-runtime}/build-task/esm2022/input/default/radioset/radioset.build.mjs +0 -0
- {package → app-ng-runtime}/build-task/esm2022/input/default/select/select.build.mjs +0 -0
- {package → app-ng-runtime}/build-task/esm2022/input/default/switch/switch.build.mjs +0 -0
- {package → app-ng-runtime}/build-task/esm2022/input/default/text/text.build.mjs +0 -0
- {package → app-ng-runtime}/build-task/esm2022/input/default/textarea/textarea.build.mjs +0 -0
- {package → app-ng-runtime}/build-task/esm2022/input/epoch/date/date.build.mjs +0 -0
- {package → app-ng-runtime}/build-task/esm2022/input/epoch/date-time/date-time.build.mjs +0 -0
- {package → app-ng-runtime}/build-task/esm2022/input/epoch/time/time.build.mjs +0 -0
- {package → app-ng-runtime}/build-task/esm2022/input/file-upload/file-upload.build.mjs +0 -0
- {package → app-ng-runtime}/build-task/esm2022/input/rating/rating.build.mjs +0 -0
- {package → app-ng-runtime}/build-task/esm2022/input/slider/slider.build.mjs +0 -0
- {package → app-ng-runtime}/build-task/esm2022/message/message.build.mjs +0 -0
- {package → app-ng-runtime}/build-task/esm2022/navigation/breadcrumb/breadcrumb.build.mjs +0 -0
- {package → app-ng-runtime}/build-task/esm2022/navigation/menu/menu.build.mjs +0 -0
- {package → app-ng-runtime}/build-task/esm2022/navigation/nav/nav-item/nav-item.build.mjs +0 -0
- {package → app-ng-runtime}/build-task/esm2022/navigation/nav/nav.build.mjs +0 -0
- {package → app-ng-runtime}/build-task/esm2022/navigation/navbar/navbar.build.mjs +0 -0
- {package → app-ng-runtime}/build-task/esm2022/navigation/popover/popover.build.mjs +0 -0
- {package → app-ng-runtime}/build-task/esm2022/page/content/content.build.mjs +0 -0
- {package → app-ng-runtime}/build-task/esm2022/page/footer/footer.build.mjs +0 -0
- {package → app-ng-runtime}/build-task/esm2022/page/header/header.build.mjs +0 -0
- {package → app-ng-runtime}/build-task/esm2022/page/layout.build.mjs +0 -0
- {package → app-ng-runtime}/build-task/esm2022/page/left-panel/left-panel.build.mjs +0 -0
- {package → app-ng-runtime}/build-task/esm2022/page/mobile-navbar/mobile-navbar.build.mjs +0 -0
- {package → app-ng-runtime}/build-task/esm2022/page/page-content/page-content.build.mjs +0 -0
- {package → app-ng-runtime}/build-task/esm2022/page/page.build.mjs +0 -0
- {package → app-ng-runtime}/build-task/esm2022/page/right-panel/right-panel.build.mjs +0 -0
- {package → app-ng-runtime}/build-task/esm2022/page/router-outlet/router-outlet.build.mjs +0 -0
- {package → app-ng-runtime}/build-task/esm2022/page/tab-bar/tab-bar.build.mjs +0 -0
- {package → app-ng-runtime}/build-task/esm2022/page/top-nav/top-nav.build.mjs +0 -0
- {package → app-ng-runtime}/build-task/esm2022/partial/partial.build.mjs +0 -0
- {package → app-ng-runtime}/build-task/esm2022/partial-param/partial-param.build.mjs +0 -0
- {package → app-ng-runtime}/build-task/esm2022/prefab/prefab-container/prefab-container.build.mjs +0 -0
- {package → app-ng-runtime}/build-task/esm2022/prefab/prefab.build.mjs +0 -0
- {package → app-ng-runtime}/build-task/esm2022/public_api.mjs +0 -0
- {package → app-ng-runtime}/build-task/esm2022/utils/utils.mjs +0 -0
- {package → app-ng-runtime}/build-task/fesm2022/index.mjs +0 -0
- {package → app-ng-runtime}/build-task/fesm2022/index.mjs.map +0 -0
- {package → app-ng-runtime}/build-task/index.d.ts +0 -0
- {package → app-ng-runtime}/build-task/input/calendar/calendar.build.d.ts +0 -0
- {package → app-ng-runtime}/build-task/input/chips/chips.build.d.ts +0 -0
- {package → app-ng-runtime}/build-task/input/color-picker/color-picker.build.d.ts +0 -0
- {package → app-ng-runtime}/build-task/input/currency/currency.build.d.ts +0 -0
- {package → app-ng-runtime}/build-task/input/default/button/button.build.d.ts +0 -0
- {package → app-ng-runtime}/build-task/input/default/button-group/button-group.build.d.ts +0 -0
- {package → app-ng-runtime}/build-task/input/default/checkbox/checkbox.build.d.ts +0 -0
- {package → app-ng-runtime}/build-task/input/default/checkboxset/checkboxset.build.d.ts +0 -0
- {package → app-ng-runtime}/build-task/input/default/composite/composite.build.d.ts +0 -0
- {package → app-ng-runtime}/build-task/input/default/number/number.build.d.ts +0 -0
- {package → app-ng-runtime}/build-task/input/default/radioset/radioset.build.d.ts +0 -0
- {package → app-ng-runtime}/build-task/input/default/select/select.build.d.ts +0 -0
- {package → app-ng-runtime}/build-task/input/default/switch/switch.build.d.ts +0 -0
- {package → app-ng-runtime}/build-task/input/default/text/text.build.d.ts +0 -0
- {package → app-ng-runtime}/build-task/input/default/textarea/textarea.build.d.ts +0 -0
- {package → app-ng-runtime}/build-task/input/epoch/date/date.build.d.ts +0 -0
- {package → app-ng-runtime}/build-task/input/epoch/date-time/date-time.build.d.ts +0 -0
- {package → app-ng-runtime}/build-task/input/epoch/time/time.build.d.ts +0 -0
- {package → app-ng-runtime}/build-task/input/file-upload/file-upload.build.d.ts +0 -0
- {package → app-ng-runtime}/build-task/input/rating/rating.build.d.ts +0 -0
- {package → app-ng-runtime}/build-task/input/slider/slider.build.d.ts +0 -0
- {package → app-ng-runtime}/build-task/message/message.build.d.ts +0 -0
- {package → app-ng-runtime}/build-task/navigation/breadcrumb/breadcrumb.build.d.ts +0 -0
- {package → app-ng-runtime}/build-task/navigation/menu/menu.build.d.ts +0 -0
- {package → app-ng-runtime}/build-task/navigation/nav/nav-item/nav-item.build.d.ts +0 -0
- {package → app-ng-runtime}/build-task/navigation/nav/nav.build.d.ts +0 -0
- {package → app-ng-runtime}/build-task/navigation/navbar/navbar.build.d.ts +0 -0
- {package → app-ng-runtime}/build-task/navigation/popover/popover.build.d.ts +0 -0
- {package → app-ng-runtime}/build-task/page/content/content.build.d.ts +0 -0
- {package → app-ng-runtime}/build-task/page/footer/footer.build.d.ts +0 -0
- {package → app-ng-runtime}/build-task/page/header/header.build.d.ts +0 -0
- {package → app-ng-runtime}/build-task/page/layout.build.d.ts +0 -0
- {package → app-ng-runtime}/build-task/page/left-panel/left-panel.build.d.ts +0 -0
- {package → app-ng-runtime}/build-task/page/mobile-navbar/mobile-navbar.build.d.ts +0 -0
- {package → app-ng-runtime}/build-task/page/page-content/page-content.build.d.ts +0 -0
- {package → app-ng-runtime}/build-task/page/page.build.d.ts +0 -0
- {package → app-ng-runtime}/build-task/page/right-panel/right-panel.build.d.ts +0 -0
- {package → app-ng-runtime}/build-task/page/router-outlet/router-outlet.build.d.ts +0 -0
- {package → app-ng-runtime}/build-task/page/tab-bar/tab-bar.build.d.ts +0 -0
- {package → app-ng-runtime}/build-task/page/top-nav/top-nav.build.d.ts +0 -0
- {package → app-ng-runtime}/build-task/partial/partial.build.d.ts +0 -0
- {package → app-ng-runtime}/build-task/partial-param/partial-param.build.d.ts +0 -0
- {package → app-ng-runtime}/build-task/prefab/prefab-container/prefab-container.build.d.ts +0 -0
- {package → app-ng-runtime}/build-task/prefab/prefab.build.d.ts +0 -0
- {package → app-ng-runtime}/build-task/public_api.d.ts +0 -0
- {package → app-ng-runtime}/build-task/utils/utils.d.ts +0 -0
- {package → app-ng-runtime}/components/advanced/carousel/bundles/index.umd.js +0 -0
- {package → app-ng-runtime}/components/advanced/carousel/carousel-template/carousel-template.directive.d.ts +0 -0
- {package → app-ng-runtime}/components/advanced/carousel/carousel-template/carousel-template.props.d.ts +0 -0
- {package → app-ng-runtime}/components/advanced/carousel/carousel.animator.d.ts +0 -0
- {package → app-ng-runtime}/components/advanced/carousel/carousel.directive.d.ts +0 -0
- {package → app-ng-runtime}/components/advanced/carousel/carousel.module.d.ts +0 -0
- {package → app-ng-runtime}/components/advanced/carousel/carousel.props.d.ts +0 -0
- {package → app-ng-runtime}/components/advanced/carousel/esm2022/carousel-template/carousel-template.directive.mjs +0 -0
- {package → app-ng-runtime}/components/advanced/carousel/esm2022/carousel-template/carousel-template.props.mjs +0 -0
- {package → app-ng-runtime}/components/advanced/carousel/esm2022/carousel.animator.mjs +0 -0
- {package → app-ng-runtime}/components/advanced/carousel/esm2022/carousel.directive.mjs +0 -0
- {package → app-ng-runtime}/components/advanced/carousel/esm2022/carousel.module.mjs +0 -0
- {package → app-ng-runtime}/components/advanced/carousel/esm2022/carousel.props.mjs +0 -0
- {package → app-ng-runtime}/components/advanced/carousel/esm2022/index.mjs +0 -0
- {package → app-ng-runtime}/components/advanced/carousel/esm2022/public_api.mjs +0 -0
- {package → app-ng-runtime}/components/advanced/carousel/fesm2022/index.mjs +0 -0
- {package → app-ng-runtime}/components/advanced/carousel/fesm2022/index.mjs.map +0 -0
- {package → app-ng-runtime}/components/advanced/carousel/index.d.ts +0 -0
- {package → app-ng-runtime}/components/advanced/carousel/public_api.d.ts +0 -0
- {package → app-ng-runtime}/components/advanced/login/bundles/index.umd.js +0 -0
- {package → app-ng-runtime}/components/advanced/login/esm2022/index.mjs +0 -0
- {package → app-ng-runtime}/components/advanced/login/esm2022/login.component.mjs +0 -0
- {package → app-ng-runtime}/components/advanced/login/esm2022/login.module.mjs +0 -0
- {package → app-ng-runtime}/components/advanced/login/esm2022/login.props.mjs +0 -0
- {package → app-ng-runtime}/components/advanced/login/esm2022/public_api.mjs +0 -0
- {package → app-ng-runtime}/components/advanced/login/fesm2022/index.mjs +0 -0
- {package → app-ng-runtime}/components/advanced/login/fesm2022/index.mjs.map +0 -0
- {package → app-ng-runtime}/components/advanced/login/index.d.ts +0 -0
- {package → app-ng-runtime}/components/advanced/login/login.component.d.ts +0 -0
- {package → app-ng-runtime}/components/advanced/login/login.module.d.ts +0 -0
- {package → app-ng-runtime}/components/advanced/login/login.props.d.ts +0 -0
- {package → app-ng-runtime}/components/advanced/login/public_api.d.ts +0 -0
- {package → app-ng-runtime}/components/advanced/marquee/bundles/index.umd.js +0 -0
- {package → app-ng-runtime}/components/advanced/marquee/esm2022/index.mjs +0 -0
- {package → app-ng-runtime}/components/advanced/marquee/esm2022/marquee.directive.mjs +0 -0
- {package → app-ng-runtime}/components/advanced/marquee/esm2022/marquee.module.mjs +0 -0
- {package → app-ng-runtime}/components/advanced/marquee/esm2022/marquee.props.mjs +0 -0
- {package → app-ng-runtime}/components/advanced/marquee/esm2022/public_api.mjs +0 -0
- {package → app-ng-runtime}/components/advanced/marquee/fesm2022/index.mjs +0 -0
- {package → app-ng-runtime}/components/advanced/marquee/fesm2022/index.mjs.map +0 -0
- {package → app-ng-runtime}/components/advanced/marquee/index.d.ts +0 -0
- {package → app-ng-runtime}/components/advanced/marquee/marquee.directive.d.ts +0 -0
- {package → app-ng-runtime}/components/advanced/marquee/marquee.module.d.ts +0 -0
- {package → app-ng-runtime}/components/advanced/marquee/marquee.props.d.ts +0 -0
- {package → app-ng-runtime}/components/advanced/marquee/public_api.d.ts +0 -0
- {package → app-ng-runtime}/components/base/components.module.d.ts +0 -0
- {package → app-ng-runtime}/components/base/esm2022/components.module.mjs +0 -0
- {package → app-ng-runtime}/components/base/esm2022/index.mjs +0 -0
- {package → app-ng-runtime}/components/base/esm2022/pipes/custom-pipes.mjs +0 -0
- {package → app-ng-runtime}/components/base/esm2022/pipes/image.pipe.mjs +0 -0
- {package → app-ng-runtime}/components/base/esm2022/pipes/sanitize.pipe.mjs +0 -0
- {package → app-ng-runtime}/components/base/esm2022/pipes/trust-as.pipe.mjs +0 -0
- {package → app-ng-runtime}/components/base/esm2022/pipes/wm-pipe.mjs +0 -0
- {package → app-ng-runtime}/components/base/esm2022/public_api.mjs +0 -0
- {package → app-ng-runtime}/components/base/esm2022/utils/data-utils.mjs +0 -0
- {package → app-ng-runtime}/components/base/esm2022/utils/form-utils.mjs +0 -0
- {package → app-ng-runtime}/components/base/esm2022/utils/live-utils.mjs +0 -0
- {package → app-ng-runtime}/components/base/esm2022/utils/widget-utils.mjs +0 -0
- {package → app-ng-runtime}/components/base/esm2022/widgets/common/base/base-container.component.mjs +0 -0
- {package → app-ng-runtime}/components/base/esm2022/widgets/common/base/base.component.mjs +0 -0
- {package → app-ng-runtime}/components/base/esm2022/widgets/common/base/dataset-aware-nav.component.mjs +0 -0
- {package → app-ng-runtime}/components/base/esm2022/widgets/common/base/partial-container.directive.mjs +0 -0
- {package → app-ng-runtime}/components/base/esm2022/widgets/common/base/stylable.component.mjs +0 -0
- {package → app-ng-runtime}/components/base/esm2022/widgets/common/base/text-content.directive.mjs +0 -0
- {package → app-ng-runtime}/components/base/esm2022/widgets/common/container/container.directive.mjs +0 -0
- {package → app-ng-runtime}/components/base/esm2022/widgets/common/container/container.props.mjs +0 -0
- {package → app-ng-runtime}/components/base/esm2022/widgets/common/dialog/dialog.service.mjs +0 -0
- {package → app-ng-runtime}/components/base/esm2022/widgets/common/item-template/item-template.directive.mjs +0 -0
- {package → app-ng-runtime}/components/base/esm2022/widgets/common/item-template/item-template.props.mjs +0 -0
- {package → app-ng-runtime}/components/base/esm2022/widgets/common/message/message.component.mjs +0 -0
- {package → app-ng-runtime}/components/base/esm2022/widgets/common/message/message.props.mjs +0 -0
- {package → app-ng-runtime}/components/base/esm2022/widgets/common/partial/partial.directive.mjs +0 -0
- {package → app-ng-runtime}/components/base/esm2022/widgets/common/partial/partial.props.mjs +0 -0
- {package → app-ng-runtime}/components/base/esm2022/widgets/common/partial-param/partial-param.directive.mjs +0 -0
- {package → app-ng-runtime}/components/base/esm2022/widgets/common/pull-to-refresh/pull-to-refresh.mjs +0 -0
- {package → app-ng-runtime}/components/base/esm2022/widgets/common/redraw/redrawable.directive.mjs +0 -0
- {package → app-ng-runtime}/components/base/esm2022/widgets/common/repeat-template/repeat-template.directive.mjs +0 -0
- {package → app-ng-runtime}/components/base/esm2022/widgets/common/repeat-template/repeat-template.props.mjs +0 -0
- {package → app-ng-runtime}/components/base/esm2022/widgets/common/smooth-scroll/smooth-scroll.directive.mjs +0 -0
- {package → app-ng-runtime}/components/base/esm2022/widgets/framework/constants.mjs +0 -0
- {package → app-ng-runtime}/components/base/esm2022/widgets/framework/deviceview.mjs +0 -0
- {package → app-ng-runtime}/components/base/esm2022/widgets/framework/property-change-handler.mjs +0 -0
- {package → app-ng-runtime}/components/base/esm2022/widgets/framework/styler.mjs +0 -0
- {package → app-ng-runtime}/components/base/esm2022/widgets/framework/types.mjs +0 -0
- {package → app-ng-runtime}/components/base/esm2022/widgets/framework/widget-id-generator.mjs +0 -0
- {package → app-ng-runtime}/components/base/esm2022/widgets/framework/widget-props.mjs +0 -0
- {package → app-ng-runtime}/components/base/esm2022/widgets/framework/widget-proxy-provider.mjs +0 -0
- {package → app-ng-runtime}/components/base/esm2022/widgets/framework/widget-registry.mjs +0 -0
- {package → app-ng-runtime}/components/base/index.d.ts +0 -0
- {package → app-ng-runtime}/components/base/pipes/custom-pipes.d.ts +0 -0
- {package → app-ng-runtime}/components/base/pipes/image.pipe.d.ts +0 -0
- {package → app-ng-runtime}/components/base/pipes/sanitize.pipe.d.ts +0 -0
- {package → app-ng-runtime}/components/base/pipes/trust-as.pipe.d.ts +0 -0
- {package → app-ng-runtime}/components/base/pipes/wm-pipe.d.ts +0 -0
- {package → app-ng-runtime}/components/base/public_api.d.ts +0 -0
- {package → app-ng-runtime}/components/base/utils/data-utils.d.ts +0 -0
- {package → app-ng-runtime}/components/base/utils/form-utils.d.ts +0 -0
- {package → app-ng-runtime}/components/base/utils/live-utils.d.ts +0 -0
- {package → app-ng-runtime}/components/base/utils/widget-utils.d.ts +0 -0
- {package → app-ng-runtime}/components/base/widgets/common/base/base-container.component.d.ts +0 -0
- {package → app-ng-runtime}/components/base/widgets/common/base/base-field-validations.d.ts +0 -0
- {package → app-ng-runtime}/components/base/widgets/common/base/base.component.d.ts +0 -0
- {package → app-ng-runtime}/components/base/widgets/common/base/dataset-aware-nav.component.d.ts +0 -0
- {package → app-ng-runtime}/components/base/widgets/common/base/partial-container.directive.d.ts +0 -0
- {package → app-ng-runtime}/components/base/widgets/common/base/stylable.component.d.ts +0 -0
- {package → app-ng-runtime}/components/base/widgets/common/base/text-content.directive.d.ts +0 -0
- {package → app-ng-runtime}/components/base/widgets/common/container/container.directive.d.ts +0 -0
- {package → app-ng-runtime}/components/base/widgets/common/container/container.props.d.ts +0 -0
- {package → app-ng-runtime}/components/base/widgets/common/dialog/dialog.service.d.ts +0 -0
- {package → app-ng-runtime}/components/base/widgets/common/item-template/item-template.directive.d.ts +0 -0
- {package → app-ng-runtime}/components/base/widgets/common/item-template/item-template.props.d.ts +0 -0
- {package → app-ng-runtime}/components/base/widgets/common/message/message.component.d.ts +0 -0
- {package → app-ng-runtime}/components/base/widgets/common/message/message.props.d.ts +0 -0
- {package → app-ng-runtime}/components/base/widgets/common/partial/partial.directive.d.ts +0 -0
- {package → app-ng-runtime}/components/base/widgets/common/partial/partial.props.d.ts +0 -0
- {package → app-ng-runtime}/components/base/widgets/common/partial-param/partial-param.directive.d.ts +0 -0
- {package → app-ng-runtime}/components/base/widgets/common/pull-to-refresh/pull-to-refresh.d.ts +0 -0
- {package → app-ng-runtime}/components/base/widgets/common/redraw/redrawable.directive.d.ts +0 -0
- {package → app-ng-runtime}/components/base/widgets/common/repeat-template/repeat-template.directive.d.ts +0 -0
- {package → app-ng-runtime}/components/base/widgets/common/repeat-template/repeat-template.props.d.ts +0 -0
- {package → app-ng-runtime}/components/base/widgets/common/smooth-scroll/smooth-scroll.directive.d.ts +0 -0
- {package → app-ng-runtime}/components/base/widgets/framework/constants.d.ts +0 -0
- {package → app-ng-runtime}/components/base/widgets/framework/deviceview.d.ts +0 -0
- {package → app-ng-runtime}/components/base/widgets/framework/property-change-handler.d.ts +0 -0
- {package → app-ng-runtime}/components/base/widgets/framework/styler.d.ts +0 -0
- {package → app-ng-runtime}/components/base/widgets/framework/types.d.ts +0 -0
- {package → app-ng-runtime}/components/base/widgets/framework/widget-id-generator.d.ts +0 -0
- {package → app-ng-runtime}/components/base/widgets/framework/widget-props.d.ts +0 -0
- {package → app-ng-runtime}/components/base/widgets/framework/widget-proxy-provider.d.ts +0 -0
- {package → app-ng-runtime}/components/base/widgets/framework/widget-registry.d.ts +0 -0
- {package → app-ng-runtime}/components/basic/default/anchor/anchor.component.d.ts +0 -0
- {package → app-ng-runtime}/components/basic/default/anchor/anchor.props.d.ts +0 -0
- {package → app-ng-runtime}/components/basic/default/audio/audio.component.d.ts +0 -0
- {package → app-ng-runtime}/components/basic/default/audio/audio.props.d.ts +0 -0
- {package → app-ng-runtime}/components/basic/default/basic.module.d.ts +0 -0
- {package → app-ng-runtime}/components/basic/default/bundles/index.umd.js +0 -0
- {package → app-ng-runtime}/components/basic/default/esm2022/anchor/anchor.component.mjs +0 -0
- {package → app-ng-runtime}/components/basic/default/esm2022/anchor/anchor.props.mjs +0 -0
- {package → app-ng-runtime}/components/basic/default/esm2022/audio/audio.component.mjs +0 -0
- {package → app-ng-runtime}/components/basic/default/esm2022/audio/audio.props.mjs +0 -0
- {package → app-ng-runtime}/components/basic/default/esm2022/basic.module.mjs +0 -0
- {package → app-ng-runtime}/components/basic/default/esm2022/html/html.directive.mjs +0 -0
- {package → app-ng-runtime}/components/basic/default/esm2022/html/html.props.mjs +0 -0
- {package → app-ng-runtime}/components/basic/default/esm2022/icon/icon.component.mjs +0 -0
- {package → app-ng-runtime}/components/basic/default/esm2022/icon/icon.props.mjs +0 -0
- {package → app-ng-runtime}/components/basic/default/esm2022/iframe/iframe.component.mjs +0 -0
- {package → app-ng-runtime}/components/basic/default/esm2022/iframe/iframe.props.mjs +0 -0
- {package → app-ng-runtime}/components/basic/default/esm2022/index.mjs +0 -0
- {package → app-ng-runtime}/components/basic/default/esm2022/label/label.directive.mjs +0 -0
- {package → app-ng-runtime}/components/basic/default/esm2022/label/label.props.mjs +0 -0
- {package → app-ng-runtime}/components/basic/default/esm2022/picture/picture.directive.mjs +0 -0
- {package → app-ng-runtime}/components/basic/default/esm2022/picture/picture.props.mjs +0 -0
- {package → app-ng-runtime}/components/basic/default/esm2022/public_api.mjs +0 -0
- {package → app-ng-runtime}/components/basic/default/esm2022/spinner/spinner.component.mjs +0 -0
- {package → app-ng-runtime}/components/basic/default/esm2022/spinner/spinner.props.mjs +0 -0
- {package → app-ng-runtime}/components/basic/default/esm2022/video/video.component.mjs +0 -0
- {package → app-ng-runtime}/components/basic/default/esm2022/video/video.props.mjs +0 -0
- {package → app-ng-runtime}/components/basic/default/fesm2022/index.mjs +0 -0
- {package → app-ng-runtime}/components/basic/default/fesm2022/index.mjs.map +0 -0
- {package → app-ng-runtime}/components/basic/default/html/html.directive.d.ts +0 -0
- {package → app-ng-runtime}/components/basic/default/html/html.props.d.ts +0 -0
- {package → app-ng-runtime}/components/basic/default/icon/icon.component.d.ts +0 -0
- {package → app-ng-runtime}/components/basic/default/icon/icon.props.d.ts +0 -0
- {package → app-ng-runtime}/components/basic/default/iframe/iframe.component.d.ts +0 -0
- {package → app-ng-runtime}/components/basic/default/iframe/iframe.props.d.ts +0 -0
- {package → app-ng-runtime}/components/basic/default/index.d.ts +0 -0
- {package → app-ng-runtime}/components/basic/default/label/label.directive.d.ts +0 -0
- {package → app-ng-runtime}/components/basic/default/label/label.props.d.ts +0 -0
- {package → app-ng-runtime}/components/basic/default/picture/picture.directive.d.ts +0 -0
- {package → app-ng-runtime}/components/basic/default/picture/picture.props.d.ts +0 -0
- {package → app-ng-runtime}/components/basic/default/public_api.d.ts +0 -0
- {package → app-ng-runtime}/components/basic/default/spinner/spinner.component.d.ts +0 -0
- {package → app-ng-runtime}/components/basic/default/spinner/spinner.props.d.ts +0 -0
- {package → app-ng-runtime}/components/basic/default/video/video.component.d.ts +0 -0
- {package → app-ng-runtime}/components/basic/default/video/video.props.d.ts +0 -0
- {package → app-ng-runtime}/components/basic/progress/bundles/index.umd.js +0 -0
- {package → app-ng-runtime}/components/basic/progress/esm2022/index.mjs +0 -0
- {package → app-ng-runtime}/components/basic/progress/esm2022/progress-bar/progress-bar.component.mjs +0 -0
- {package → app-ng-runtime}/components/basic/progress/esm2022/progress-bar/progress-bar.props.mjs +0 -0
- {package → app-ng-runtime}/components/basic/progress/esm2022/progress-circle/progress-circle.component.mjs +0 -0
- {package → app-ng-runtime}/components/basic/progress/esm2022/progress-circle/progress-circle.props.mjs +0 -0
- {package → app-ng-runtime}/components/basic/progress/esm2022/progress.module.mjs +0 -0
- {package → app-ng-runtime}/components/basic/progress/esm2022/public_api.mjs +0 -0
- {package → app-ng-runtime}/components/basic/progress/esm2022/utils.mjs +0 -0
- {package → app-ng-runtime}/components/basic/progress/fesm2022/index.mjs +0 -0
- {package → app-ng-runtime}/components/basic/progress/fesm2022/index.mjs.map +0 -0
- {package → app-ng-runtime}/components/basic/progress/index.d.ts +0 -0
- {package → app-ng-runtime}/components/basic/progress/progress-bar/progress-bar.component.d.ts +0 -0
- {package → app-ng-runtime}/components/basic/progress/progress-bar/progress-bar.props.d.ts +0 -0
- {package → app-ng-runtime}/components/basic/progress/progress-circle/progress-circle.component.d.ts +0 -0
- {package → app-ng-runtime}/components/basic/progress/progress-circle/progress-circle.props.d.ts +0 -0
- {package → app-ng-runtime}/components/basic/progress/progress.module.d.ts +0 -0
- {package → app-ng-runtime}/components/basic/progress/public_api.d.ts +0 -0
- {package → app-ng-runtime}/components/basic/progress/utils.d.ts +0 -0
- {package → app-ng-runtime}/components/basic/rich-text-editor/bundles/index.umd.js +0 -0
- {package → app-ng-runtime}/components/basic/rich-text-editor/esm2022/index.mjs +0 -0
- {package → app-ng-runtime}/components/basic/rich-text-editor/esm2022/public_api.mjs +0 -0
- {package → app-ng-runtime}/components/basic/rich-text-editor/esm2022/rich-text-editor.component.mjs +0 -0
- {package → app-ng-runtime}/components/basic/rich-text-editor/esm2022/rich-text-editor.module.mjs +0 -0
- {package → app-ng-runtime}/components/basic/rich-text-editor/esm2022/rich-text-editor.props.mjs +0 -0
- {package → app-ng-runtime}/components/basic/rich-text-editor/fesm2022/index.mjs +0 -0
- {package → app-ng-runtime}/components/basic/rich-text-editor/fesm2022/index.mjs.map +0 -0
- {package → app-ng-runtime}/components/basic/rich-text-editor/index.d.ts +0 -0
- {package → app-ng-runtime}/components/basic/rich-text-editor/public_api.d.ts +0 -0
- {package → app-ng-runtime}/components/basic/rich-text-editor/rich-text-editor.component.d.ts +0 -0
- {package → app-ng-runtime}/components/basic/rich-text-editor/rich-text-editor.module.d.ts +0 -0
- {package → app-ng-runtime}/components/basic/rich-text-editor/rich-text-editor.props.d.ts +0 -0
- {package → app-ng-runtime}/components/basic/search/data-provider/data-provider.d.ts +0 -0
- {package → app-ng-runtime}/components/basic/search/data-provider/local-data-provider.d.ts +0 -0
- {package → app-ng-runtime}/components/basic/search/data-provider/remote-data-provider.d.ts +0 -0
- {package → app-ng-runtime}/components/basic/search/esm2022/data-provider/data-provider.mjs +0 -0
- {package → app-ng-runtime}/components/basic/search/esm2022/data-provider/local-data-provider.mjs +0 -0
- {package → app-ng-runtime}/components/basic/search/esm2022/data-provider/remote-data-provider.mjs +0 -0
- {package → app-ng-runtime}/components/basic/search/esm2022/index.mjs +0 -0
- {package → app-ng-runtime}/components/basic/search/esm2022/public_api.mjs +0 -0
- {package → app-ng-runtime}/components/basic/search/esm2022/scrollable.directive.mjs +0 -0
- {package → app-ng-runtime}/components/basic/search/esm2022/search.module.mjs +0 -0
- {package → app-ng-runtime}/components/basic/search/esm2022/search.props.mjs +0 -0
- {package → app-ng-runtime}/components/basic/search/index.d.ts +0 -0
- {package → app-ng-runtime}/components/basic/search/public_api.d.ts +0 -0
- {package → app-ng-runtime}/components/basic/search/scrollable.directive.d.ts +0 -0
- {package → app-ng-runtime}/components/basic/search/search.component.d.ts +0 -0
- {package → app-ng-runtime}/components/basic/search/search.module.d.ts +0 -0
- {package → app-ng-runtime}/components/basic/search/search.props.d.ts +0 -0
- {package → app-ng-runtime}/components/basic/tree/bundles/index.umd.js +0 -0
- {package → app-ng-runtime}/components/basic/tree/esm2022/index.mjs +0 -0
- {package → app-ng-runtime}/components/basic/tree/esm2022/public_api.mjs +0 -0
- {package → app-ng-runtime}/components/basic/tree/esm2022/tree.component.mjs +0 -0
- {package → app-ng-runtime}/components/basic/tree/esm2022/tree.module.mjs +0 -0
- {package → app-ng-runtime}/components/basic/tree/esm2022/tree.props.mjs +0 -0
- {package → app-ng-runtime}/components/basic/tree/fesm2022/index.mjs +0 -0
- {package → app-ng-runtime}/components/basic/tree/fesm2022/index.mjs.map +0 -0
- {package → app-ng-runtime}/components/basic/tree/index.d.ts +0 -0
- {package → app-ng-runtime}/components/basic/tree/public_api.d.ts +0 -0
- {package → app-ng-runtime}/components/basic/tree/tree.component.d.ts +0 -0
- {package → app-ng-runtime}/components/basic/tree/tree.module.d.ts +0 -0
- {package → app-ng-runtime}/components/basic/tree/tree.props.d.ts +0 -0
- {package → app-ng-runtime}/components/chart/bundles/index.umd.js +0 -0
- {package → app-ng-runtime}/components/chart/chart.component.d.ts +0 -0
- {package → app-ng-runtime}/components/chart/chart.module.d.ts +0 -0
- {package → app-ng-runtime}/components/chart/chart.props.d.ts +0 -0
- {package → app-ng-runtime}/components/chart/chart.utils.d.ts +0 -0
- {package → app-ng-runtime}/components/chart/esm2022/chart.component.mjs +0 -0
- {package → app-ng-runtime}/components/chart/esm2022/chart.module.mjs +0 -0
- {package → app-ng-runtime}/components/chart/esm2022/chart.props.mjs +0 -0
- {package → app-ng-runtime}/components/chart/esm2022/chart.utils.mjs +0 -0
- {package → app-ng-runtime}/components/chart/esm2022/index.mjs +0 -0
- {package → app-ng-runtime}/components/chart/esm2022/public_api.mjs +0 -0
- {package → app-ng-runtime}/components/chart/fesm2022/index.mjs +0 -0
- {package → app-ng-runtime}/components/chart/fesm2022/index.mjs.map +0 -0
- {package → app-ng-runtime}/components/chart/index.d.ts +0 -0
- {package → app-ng-runtime}/components/chart/public_api.d.ts +0 -0
- {package → app-ng-runtime}/components/containers/accordion/accordion-pane/accordion-pane.component.d.ts +0 -0
- {package → app-ng-runtime}/components/containers/accordion/accordion-pane/accordion-pane.props.d.ts +0 -0
- {package → app-ng-runtime}/components/containers/accordion/accordion.directive.d.ts +0 -0
- {package → app-ng-runtime}/components/containers/accordion/accordion.module.d.ts +0 -0
- {package → app-ng-runtime}/components/containers/accordion/accordion.props.d.ts +0 -0
- {package → app-ng-runtime}/components/containers/accordion/bundles/index.umd.js +0 -0
- {package → app-ng-runtime}/components/containers/accordion/esm2022/accordion-pane/accordion-pane.component.mjs +0 -0
- {package → app-ng-runtime}/components/containers/accordion/esm2022/accordion-pane/accordion-pane.props.mjs +0 -0
- {package → app-ng-runtime}/components/containers/accordion/esm2022/accordion.directive.mjs +0 -0
- {package → app-ng-runtime}/components/containers/accordion/esm2022/accordion.module.mjs +0 -0
- {package → app-ng-runtime}/components/containers/accordion/esm2022/accordion.props.mjs +0 -0
- {package → app-ng-runtime}/components/containers/accordion/esm2022/index.mjs +0 -0
- {package → app-ng-runtime}/components/containers/accordion/esm2022/public_api.mjs +0 -0
- {package → app-ng-runtime}/components/containers/accordion/fesm2022/index.mjs +0 -0
- {package → app-ng-runtime}/components/containers/accordion/fesm2022/index.mjs.map +0 -0
- {package → app-ng-runtime}/components/containers/accordion/index.d.ts +0 -0
- {package → app-ng-runtime}/components/containers/accordion/public_api.d.ts +0 -0
- {package → app-ng-runtime}/components/containers/layout-grid/bundles/index.umd.js +0 -0
- {package → app-ng-runtime}/components/containers/layout-grid/esm2022/index.mjs +0 -0
- {package → app-ng-runtime}/components/containers/layout-grid/esm2022/layout-grid-column/layout-grid-column.directive.mjs +0 -0
- {package → app-ng-runtime}/components/containers/layout-grid/esm2022/layout-grid-column/layout-grid-column.props.mjs +0 -0
- {package → app-ng-runtime}/components/containers/layout-grid/esm2022/layout-grid-row/layout-grid-row.directive.mjs +0 -0
- {package → app-ng-runtime}/components/containers/layout-grid/esm2022/layout-grid-row/layout-grid-row.props.mjs +0 -0
- {package → app-ng-runtime}/components/containers/layout-grid/esm2022/layout-grid.directive.mjs +0 -0
- {package → app-ng-runtime}/components/containers/layout-grid/esm2022/layout-grid.module.mjs +0 -0
- {package → app-ng-runtime}/components/containers/layout-grid/esm2022/layout-grid.props.mjs +0 -0
- {package → app-ng-runtime}/components/containers/layout-grid/esm2022/public_api.mjs +0 -0
- {package → app-ng-runtime}/components/containers/layout-grid/fesm2022/index.mjs +0 -0
- {package → app-ng-runtime}/components/containers/layout-grid/fesm2022/index.mjs.map +0 -0
- {package → app-ng-runtime}/components/containers/layout-grid/index.d.ts +0 -0
- {package → app-ng-runtime}/components/containers/layout-grid/layout-grid-column/layout-grid-column.directive.d.ts +0 -0
- {package → app-ng-runtime}/components/containers/layout-grid/layout-grid-column/layout-grid-column.props.d.ts +0 -0
- {package → app-ng-runtime}/components/containers/layout-grid/layout-grid-row/layout-grid-row.directive.d.ts +0 -0
- {package → app-ng-runtime}/components/containers/layout-grid/layout-grid-row/layout-grid-row.props.d.ts +0 -0
- {package → app-ng-runtime}/components/containers/layout-grid/layout-grid.directive.d.ts +0 -0
- {package → app-ng-runtime}/components/containers/layout-grid/layout-grid.module.d.ts +0 -0
- {package → app-ng-runtime}/components/containers/layout-grid/layout-grid.props.d.ts +0 -0
- {package → app-ng-runtime}/components/containers/layout-grid/public_api.d.ts +0 -0
- {package → app-ng-runtime}/components/containers/linear-layout/bundles/index.umd.js +0 -0
- {package → app-ng-runtime}/components/containers/linear-layout/esm2022/index.mjs +0 -0
- {package → app-ng-runtime}/components/containers/linear-layout/esm2022/linear-layout-item/linear-layout-item.directive.mjs +0 -0
- {package → app-ng-runtime}/components/containers/linear-layout/esm2022/linear-layout-item/linear-layout-item.props.mjs +0 -0
- {package → app-ng-runtime}/components/containers/linear-layout/esm2022/linear-layout.directive.mjs +0 -0
- {package → app-ng-runtime}/components/containers/linear-layout/esm2022/linear-layout.module.mjs +0 -0
- {package → app-ng-runtime}/components/containers/linear-layout/esm2022/linear-layout.props.mjs +0 -0
- {package → app-ng-runtime}/components/containers/linear-layout/esm2022/public_api.mjs +0 -0
- {package → app-ng-runtime}/components/containers/linear-layout/fesm2022/index.mjs +0 -0
- {package → app-ng-runtime}/components/containers/linear-layout/fesm2022/index.mjs.map +0 -0
- {package → app-ng-runtime}/components/containers/linear-layout/index.d.ts +0 -0
- {package → app-ng-runtime}/components/containers/linear-layout/linear-layout-item/linear-layout-item.directive.d.ts +0 -0
- {package → app-ng-runtime}/components/containers/linear-layout/linear-layout-item/linear-layout-item.props.d.ts +0 -0
- {package → app-ng-runtime}/components/containers/linear-layout/linear-layout.directive.d.ts +0 -0
- {package → app-ng-runtime}/components/containers/linear-layout/linear-layout.module.d.ts +0 -0
- {package → app-ng-runtime}/components/containers/linear-layout/linear-layout.props.d.ts +0 -0
- {package → app-ng-runtime}/components/containers/linear-layout/public_api.d.ts +0 -0
- {package → app-ng-runtime}/components/containers/panel/bundles/index.umd.js +0 -0
- {package → app-ng-runtime}/components/containers/panel/esm2022/index.mjs +0 -0
- {package → app-ng-runtime}/components/containers/panel/esm2022/panel.component.mjs +0 -0
- {package → app-ng-runtime}/components/containers/panel/esm2022/panel.module.mjs +0 -0
- {package → app-ng-runtime}/components/containers/panel/esm2022/panel.props.mjs +0 -0
- {package → app-ng-runtime}/components/containers/panel/esm2022/public_api.mjs +0 -0
- {package → app-ng-runtime}/components/containers/panel/fesm2022/index.mjs +0 -0
- {package → app-ng-runtime}/components/containers/panel/fesm2022/index.mjs.map +0 -0
- {package → app-ng-runtime}/components/containers/panel/index.d.ts +0 -0
- {package → app-ng-runtime}/components/containers/panel/panel.component.d.ts +0 -0
- {package → app-ng-runtime}/components/containers/panel/panel.module.d.ts +0 -0
- {package → app-ng-runtime}/components/containers/panel/panel.props.d.ts +0 -0
- {package → app-ng-runtime}/components/containers/panel/public_api.d.ts +0 -0
- {package → app-ng-runtime}/components/containers/tabs/bundles/index.umd.js +0 -0
- {package → app-ng-runtime}/components/containers/tabs/esm2022/index.mjs +0 -0
- {package → app-ng-runtime}/components/containers/tabs/esm2022/public_api.mjs +0 -0
- {package → app-ng-runtime}/components/containers/tabs/esm2022/tab-pane/tab-pane.component.mjs +0 -0
- {package → app-ng-runtime}/components/containers/tabs/esm2022/tab-pane/tab-pane.props.mjs +0 -0
- {package → app-ng-runtime}/components/containers/tabs/esm2022/tabs.animator.mjs +0 -0
- {package → app-ng-runtime}/components/containers/tabs/esm2022/tabs.component.mjs +0 -0
- {package → app-ng-runtime}/components/containers/tabs/esm2022/tabs.module.mjs +0 -0
- {package → app-ng-runtime}/components/containers/tabs/esm2022/tabs.props.mjs +0 -0
- {package → app-ng-runtime}/components/containers/tabs/fesm2022/index.mjs +0 -0
- {package → app-ng-runtime}/components/containers/tabs/fesm2022/index.mjs.map +0 -0
- {package → app-ng-runtime}/components/containers/tabs/index.d.ts +0 -0
- {package → app-ng-runtime}/components/containers/tabs/public_api.d.ts +0 -0
- {package → app-ng-runtime}/components/containers/tabs/tab-pane/tab-pane.component.d.ts +0 -0
- {package → app-ng-runtime}/components/containers/tabs/tab-pane/tab-pane.props.d.ts +0 -0
- {package → app-ng-runtime}/components/containers/tabs/tabs.animator.d.ts +0 -0
- {package → app-ng-runtime}/components/containers/tabs/tabs.component.d.ts +0 -0
- {package → app-ng-runtime}/components/containers/tabs/tabs.module.d.ts +0 -0
- {package → app-ng-runtime}/components/containers/tabs/tabs.props.d.ts +0 -0
- {package → app-ng-runtime}/components/containers/tile/bundles/index.umd.js +0 -0
- {package → app-ng-runtime}/components/containers/tile/esm2022/index.mjs +0 -0
- {package → app-ng-runtime}/components/containers/tile/esm2022/public_api.mjs +0 -0
- {package → app-ng-runtime}/components/containers/tile/esm2022/tile.directive.mjs +0 -0
- {package → app-ng-runtime}/components/containers/tile/esm2022/tile.module.mjs +0 -0
- {package → app-ng-runtime}/components/containers/tile/esm2022/tile.props.mjs +0 -0
- {package → app-ng-runtime}/components/containers/tile/fesm2022/index.mjs +0 -0
- {package → app-ng-runtime}/components/containers/tile/fesm2022/index.mjs.map +0 -0
- {package → app-ng-runtime}/components/containers/tile/index.d.ts +0 -0
- {package → app-ng-runtime}/components/containers/tile/public_api.d.ts +0 -0
- {package → app-ng-runtime}/components/containers/tile/tile.directive.d.ts +0 -0
- {package → app-ng-runtime}/components/containers/tile/tile.module.d.ts +0 -0
- {package → app-ng-runtime}/components/containers/tile/tile.props.d.ts +0 -0
- {package → app-ng-runtime}/components/containers/wizard/bundles/index.umd.js +0 -0
- {package → app-ng-runtime}/components/containers/wizard/esm2022/index.mjs +0 -0
- {package → app-ng-runtime}/components/containers/wizard/esm2022/public_api.mjs +0 -0
- {package → app-ng-runtime}/components/containers/wizard/esm2022/wizard-step/wizard-step.directive.mjs +0 -0
- {package → app-ng-runtime}/components/containers/wizard/esm2022/wizard-step/wizard-step.props.mjs +0 -0
- {package → app-ng-runtime}/components/containers/wizard/esm2022/wizard.component.mjs +0 -0
- {package → app-ng-runtime}/components/containers/wizard/esm2022/wizard.module.mjs +0 -0
- {package → app-ng-runtime}/components/containers/wizard/esm2022/wizard.props.mjs +0 -0
- {package → app-ng-runtime}/components/containers/wizard/fesm2022/index.mjs +0 -0
- {package → app-ng-runtime}/components/containers/wizard/fesm2022/index.mjs.map +0 -0
- {package → app-ng-runtime}/components/containers/wizard/index.d.ts +0 -0
- {package → app-ng-runtime}/components/containers/wizard/public_api.d.ts +0 -0
- {package → app-ng-runtime}/components/containers/wizard/wizard-step/wizard-step.directive.d.ts +0 -0
- {package → app-ng-runtime}/components/containers/wizard/wizard-step/wizard-step.props.d.ts +0 -0
- {package → app-ng-runtime}/components/containers/wizard/wizard.component.d.ts +0 -0
- {package → app-ng-runtime}/components/containers/wizard/wizard.module.d.ts +0 -0
- {package → app-ng-runtime}/components/containers/wizard/wizard.props.d.ts +0 -0
- {package → app-ng-runtime}/components/data/card/bundles/index.umd.js +0 -0
- {package → app-ng-runtime}/components/data/card/card-actions/card-actions.directive.d.ts +0 -0
- {package → app-ng-runtime}/components/data/card/card-actions/card-actions.props.d.ts +0 -0
- {package → app-ng-runtime}/components/data/card/card-content/card-content.component.d.ts +0 -0
- {package → app-ng-runtime}/components/data/card/card-content/card-content.props.d.ts +0 -0
- {package → app-ng-runtime}/components/data/card/card-footer/card-footer.directive.d.ts +0 -0
- {package → app-ng-runtime}/components/data/card/card-footer/card-footer.props.d.ts +0 -0
- {package → app-ng-runtime}/components/data/card/card.component.d.ts +0 -0
- {package → app-ng-runtime}/components/data/card/card.module.d.ts +0 -0
- {package → app-ng-runtime}/components/data/card/card.props.d.ts +0 -0
- {package → app-ng-runtime}/components/data/card/esm2022/card-actions/card-actions.directive.mjs +0 -0
- {package → app-ng-runtime}/components/data/card/esm2022/card-actions/card-actions.props.mjs +0 -0
- {package → app-ng-runtime}/components/data/card/esm2022/card-content/card-content.component.mjs +0 -0
- {package → app-ng-runtime}/components/data/card/esm2022/card-content/card-content.props.mjs +0 -0
- {package → app-ng-runtime}/components/data/card/esm2022/card-footer/card-footer.directive.mjs +0 -0
- {package → app-ng-runtime}/components/data/card/esm2022/card-footer/card-footer.props.mjs +0 -0
- {package → app-ng-runtime}/components/data/card/esm2022/card.component.mjs +0 -0
- {package → app-ng-runtime}/components/data/card/esm2022/card.module.mjs +0 -0
- {package → app-ng-runtime}/components/data/card/esm2022/card.props.mjs +0 -0
- {package → app-ng-runtime}/components/data/card/esm2022/index.mjs +0 -0
- {package → app-ng-runtime}/components/data/card/esm2022/public_api.mjs +0 -0
- {package → app-ng-runtime}/components/data/card/fesm2022/index.mjs +0 -0
- {package → app-ng-runtime}/components/data/card/fesm2022/index.mjs.map +0 -0
- {package → app-ng-runtime}/components/data/card/index.d.ts +0 -0
- {package → app-ng-runtime}/components/data/card/public_api.d.ts +0 -0
- {package → app-ng-runtime}/components/data/form/bundles/index.umd.js +0 -0
- {package → app-ng-runtime}/components/data/form/esm2022/form-action/form-action.directive.mjs +0 -0
- {package → app-ng-runtime}/components/data/form/esm2022/form-action/form-action.props.mjs +0 -0
- {package → app-ng-runtime}/components/data/form/esm2022/form-field/form-field.directive.mjs +0 -0
- {package → app-ng-runtime}/components/data/form/esm2022/form-field/form-field.props.mjs +0 -0
- {package → app-ng-runtime}/components/data/form/esm2022/form-widget.directive.mjs +0 -0
- {package → app-ng-runtime}/components/data/form/esm2022/form.component.mjs +0 -0
- {package → app-ng-runtime}/components/data/form/esm2022/form.module.mjs +0 -0
- {package → app-ng-runtime}/components/data/form/esm2022/form.props.mjs +0 -0
- {package → app-ng-runtime}/components/data/form/esm2022/index.mjs +0 -0
- {package → app-ng-runtime}/components/data/form/esm2022/live-actions/dependson.directive.mjs +0 -0
- {package → app-ng-runtime}/components/data/form/esm2022/live-actions/live-actions.directive.mjs +0 -0
- {package → app-ng-runtime}/components/data/form/esm2022/live-filter/live-filter.directive.mjs +0 -0
- {package → app-ng-runtime}/components/data/form/esm2022/live-form/live-form.directive.mjs +0 -0
- {package → app-ng-runtime}/components/data/form/esm2022/public_api.mjs +0 -0
- {package → app-ng-runtime}/components/data/form/fesm2022/index.mjs +0 -0
- {package → app-ng-runtime}/components/data/form/fesm2022/index.mjs.map +0 -0
- {package → app-ng-runtime}/components/data/form/form-action/form-action.directive.d.ts +0 -0
- {package → app-ng-runtime}/components/data/form/form-action/form-action.props.d.ts +0 -0
- {package → app-ng-runtime}/components/data/form/form-field/form-field.directive.d.ts +0 -0
- {package → app-ng-runtime}/components/data/form/form-field/form-field.props.d.ts +0 -0
- {package → app-ng-runtime}/components/data/form/form-widget.directive.d.ts +0 -0
- {package → app-ng-runtime}/components/data/form/form.component.d.ts +0 -0
- {package → app-ng-runtime}/components/data/form/form.module.d.ts +0 -0
- {package → app-ng-runtime}/components/data/form/form.props.d.ts +0 -0
- {package → app-ng-runtime}/components/data/form/index.d.ts +0 -0
- {package → app-ng-runtime}/components/data/form/live-actions/dependson.directive.d.ts +0 -0
- {package → app-ng-runtime}/components/data/form/live-actions/live-actions.directive.d.ts +0 -0
- {package → app-ng-runtime}/components/data/form/live-filter/live-filter.directive.d.ts +0 -0
- {package → app-ng-runtime}/components/data/form/live-form/live-form.directive.d.ts +0 -0
- {package → app-ng-runtime}/components/data/form/public_api.d.ts +0 -0
- {package → app-ng-runtime}/components/data/list/bundles/index.umd.js +0 -0
- {package → app-ng-runtime}/components/data/list/esm2022/index.mjs +0 -0
- {package → app-ng-runtime}/components/data/list/esm2022/list-item.directive.mjs +0 -0
- {package → app-ng-runtime}/components/data/list/esm2022/list.animator.mjs +0 -0
- {package → app-ng-runtime}/components/data/list/esm2022/list.component.mjs +0 -0
- {package → app-ng-runtime}/components/data/list/esm2022/list.module.mjs +0 -0
- {package → app-ng-runtime}/components/data/list/esm2022/list.props.mjs +0 -0
- {package → app-ng-runtime}/components/data/list/esm2022/public_api.mjs +0 -0
- {package → app-ng-runtime}/components/data/list/fesm2022/index.mjs +0 -0
- {package → app-ng-runtime}/components/data/list/fesm2022/index.mjs.map +0 -0
- {package → app-ng-runtime}/components/data/list/index.d.ts +0 -0
- {package → app-ng-runtime}/components/data/list/list-item.directive.d.ts +0 -0
- {package → app-ng-runtime}/components/data/list/list.animator.d.ts +0 -0
- {package → app-ng-runtime}/components/data/list/list.component.d.ts +0 -0
- {package → app-ng-runtime}/components/data/list/list.module.d.ts +0 -0
- {package → app-ng-runtime}/components/data/list/list.props.d.ts +0 -0
- {package → app-ng-runtime}/components/data/list/public_api.d.ts +0 -0
- {package → app-ng-runtime}/components/data/live-table/bundles/index.umd.js +0 -0
- {package → app-ng-runtime}/components/data/live-table/esm2022/index.mjs +0 -0
- {package → app-ng-runtime}/components/data/live-table/esm2022/live-table.component.mjs +0 -0
- {package → app-ng-runtime}/components/data/live-table/esm2022/live-table.module.mjs +0 -0
- {package → app-ng-runtime}/components/data/live-table/esm2022/live-table.props.mjs +0 -0
- {package → app-ng-runtime}/components/data/live-table/esm2022/public_api.mjs +0 -0
- {package → app-ng-runtime}/components/data/live-table/fesm2022/index.mjs +0 -0
- {package → app-ng-runtime}/components/data/live-table/fesm2022/index.mjs.map +0 -0
- {package → app-ng-runtime}/components/data/live-table/index.d.ts +0 -0
- {package → app-ng-runtime}/components/data/live-table/live-table.component.d.ts +0 -0
- {package → app-ng-runtime}/components/data/live-table/live-table.module.d.ts +0 -0
- {package → app-ng-runtime}/components/data/live-table/live-table.props.d.ts +0 -0
- {package → app-ng-runtime}/components/data/live-table/public_api.d.ts +0 -0
- {package → app-ng-runtime}/components/data/pagination/esm2022/index.mjs +0 -0
- {package → app-ng-runtime}/components/data/pagination/esm2022/pagination.module.mjs +0 -0
- {package → app-ng-runtime}/components/data/pagination/esm2022/pagination.props.mjs +0 -0
- {package → app-ng-runtime}/components/data/pagination/esm2022/public_api.mjs +0 -0
- {package → app-ng-runtime}/components/data/pagination/index.d.ts +0 -0
- {package → app-ng-runtime}/components/data/pagination/pagination.component.d.ts +0 -0
- {package → app-ng-runtime}/components/data/pagination/pagination.module.d.ts +0 -0
- {package → app-ng-runtime}/components/data/pagination/pagination.props.d.ts +0 -0
- {package → app-ng-runtime}/components/data/pagination/public_api.d.ts +0 -0
- {package → app-ng-runtime}/components/data/table/esm2022/index.mjs +0 -0
- {package → app-ng-runtime}/components/data/table/esm2022/public_api.mjs +0 -0
- {package → app-ng-runtime}/components/data/table/esm2022/table-action/table-action.directive.mjs +0 -0
- {package → app-ng-runtime}/components/data/table/esm2022/table-action/table-action.props.mjs +0 -0
- {package → app-ng-runtime}/components/data/table/esm2022/table-column/table-column.directive.mjs +0 -0
- {package → app-ng-runtime}/components/data/table/esm2022/table-column/table-column.props.mjs +0 -0
- {package → app-ng-runtime}/components/data/table/esm2022/table-column-group/table-column-group.directive.mjs +0 -0
- {package → app-ng-runtime}/components/data/table/esm2022/table-column-group/table-column-group.props.mjs +0 -0
- {package → app-ng-runtime}/components/data/table/esm2022/table-cud.directive.mjs +0 -0
- {package → app-ng-runtime}/components/data/table/esm2022/table-filter.directive.mjs +0 -0
- {package → app-ng-runtime}/components/data/table/esm2022/table-row/table-row.directive.mjs +0 -0
- {package → app-ng-runtime}/components/data/table/esm2022/table-row/table-row.props.mjs +0 -0
- {package → app-ng-runtime}/components/data/table/esm2022/table-row-action/table-row-action.directive.mjs +0 -0
- {package → app-ng-runtime}/components/data/table/esm2022/table-row-action/table-row-action.props.mjs +0 -0
- {package → app-ng-runtime}/components/data/table/esm2022/table.module.mjs +0 -0
- {package → app-ng-runtime}/components/data/table/esm2022/table.props.mjs +0 -0
- {package → app-ng-runtime}/components/data/table/index.d.ts +0 -0
- {package → app-ng-runtime}/components/data/table/public_api.d.ts +0 -0
- {package → app-ng-runtime}/components/data/table/table-action/table-action.directive.d.ts +0 -0
- {package → app-ng-runtime}/components/data/table/table-action/table-action.props.d.ts +0 -0
- {package → app-ng-runtime}/components/data/table/table-column/table-column.directive.d.ts +0 -0
- {package → app-ng-runtime}/components/data/table/table-column/table-column.props.d.ts +0 -0
- {package → app-ng-runtime}/components/data/table/table-column-group/table-column-group.directive.d.ts +0 -0
- {package → app-ng-runtime}/components/data/table/table-column-group/table-column-group.props.d.ts +0 -0
- {package → app-ng-runtime}/components/data/table/table-cud.directive.d.ts +0 -0
- {package → app-ng-runtime}/components/data/table/table-filter.directive.d.ts +0 -0
- {package → app-ng-runtime}/components/data/table/table-row/table-row.directive.d.ts +0 -0
- {package → app-ng-runtime}/components/data/table/table-row/table-row.props.d.ts +0 -0
- {package → app-ng-runtime}/components/data/table/table-row-action/table-row-action.directive.d.ts +0 -0
- {package → app-ng-runtime}/components/data/table/table-row-action/table-row-action.props.d.ts +0 -0
- {package → app-ng-runtime}/components/data/table/table.component.d.ts +0 -0
- {package → app-ng-runtime}/components/data/table/table.module.d.ts +0 -0
- {package → app-ng-runtime}/components/data/table/table.props.d.ts +0 -0
- {package → app-ng-runtime}/components/dialogs/alert-dialog/alert-dialog.component.d.ts +0 -0
- {package → app-ng-runtime}/components/dialogs/alert-dialog/alert-dialog.module.d.ts +0 -0
- {package → app-ng-runtime}/components/dialogs/alert-dialog/alert-dialog.props.d.ts +0 -0
- {package → app-ng-runtime}/components/dialogs/alert-dialog/bundles/index.umd.js +0 -0
- {package → app-ng-runtime}/components/dialogs/alert-dialog/esm2022/alert-dialog.component.mjs +0 -0
- {package → app-ng-runtime}/components/dialogs/alert-dialog/esm2022/alert-dialog.module.mjs +0 -0
- {package → app-ng-runtime}/components/dialogs/alert-dialog/esm2022/alert-dialog.props.mjs +0 -0
- {package → app-ng-runtime}/components/dialogs/alert-dialog/esm2022/index.mjs +0 -0
- {package → app-ng-runtime}/components/dialogs/alert-dialog/esm2022/public_api.mjs +0 -0
- {package → app-ng-runtime}/components/dialogs/alert-dialog/fesm2022/index.mjs +0 -0
- {package → app-ng-runtime}/components/dialogs/alert-dialog/fesm2022/index.mjs.map +0 -0
- {package → app-ng-runtime}/components/dialogs/alert-dialog/index.d.ts +0 -0
- {package → app-ng-runtime}/components/dialogs/alert-dialog/public_api.d.ts +0 -0
- {package → app-ng-runtime}/components/dialogs/confirm-dialog/bundles/index.umd.js +0 -0
- {package → app-ng-runtime}/components/dialogs/confirm-dialog/confirm-dialog.component.d.ts +0 -0
- {package → app-ng-runtime}/components/dialogs/confirm-dialog/confirm-dialog.module.d.ts +0 -0
- {package → app-ng-runtime}/components/dialogs/confirm-dialog/confirm-dialog.props.d.ts +0 -0
- {package → app-ng-runtime}/components/dialogs/confirm-dialog/esm2022/confirm-dialog.component.mjs +0 -0
- {package → app-ng-runtime}/components/dialogs/confirm-dialog/esm2022/confirm-dialog.module.mjs +0 -0
- {package → app-ng-runtime}/components/dialogs/confirm-dialog/esm2022/confirm-dialog.props.mjs +0 -0
- {package → app-ng-runtime}/components/dialogs/confirm-dialog/esm2022/index.mjs +0 -0
- {package → app-ng-runtime}/components/dialogs/confirm-dialog/esm2022/public_api.mjs +0 -0
- {package → app-ng-runtime}/components/dialogs/confirm-dialog/fesm2022/index.mjs +0 -0
- {package → app-ng-runtime}/components/dialogs/confirm-dialog/fesm2022/index.mjs.map +0 -0
- {package → app-ng-runtime}/components/dialogs/confirm-dialog/index.d.ts +0 -0
- {package → app-ng-runtime}/components/dialogs/confirm-dialog/public_api.d.ts +0 -0
- {package → app-ng-runtime}/components/dialogs/default/base-dialog.d.ts +0 -0
- {package → app-ng-runtime}/components/dialogs/default/bundles/index.umd.js +0 -0
- {package → app-ng-runtime}/components/dialogs/default/dialog-body/dialog-body.directive.d.ts +0 -0
- {package → app-ng-runtime}/components/dialogs/default/dialog-footer/dialog-footer.directive.d.ts +0 -0
- {package → app-ng-runtime}/components/dialogs/default/dialog-footer/dialog-footer.props.d.ts +0 -0
- {package → app-ng-runtime}/components/dialogs/default/dialog-header/dialog-header.component.d.ts +0 -0
- {package → app-ng-runtime}/components/dialogs/default/dialog.module.d.ts +0 -0
- {package → app-ng-runtime}/components/dialogs/default/esm2022/base-dialog.mjs +0 -0
- {package → app-ng-runtime}/components/dialogs/default/esm2022/dialog-body/dialog-body.directive.mjs +0 -0
- {package → app-ng-runtime}/components/dialogs/default/esm2022/dialog-footer/dialog-footer.directive.mjs +0 -0
- {package → app-ng-runtime}/components/dialogs/default/esm2022/dialog-footer/dialog-footer.props.mjs +0 -0
- {package → app-ng-runtime}/components/dialogs/default/esm2022/dialog-header/dialog-header.component.mjs +0 -0
- {package → app-ng-runtime}/components/dialogs/default/esm2022/dialog.module.mjs +0 -0
- {package → app-ng-runtime}/components/dialogs/default/esm2022/index.mjs +0 -0
- {package → app-ng-runtime}/components/dialogs/default/esm2022/public_api.mjs +0 -0
- {package → app-ng-runtime}/components/dialogs/default/fesm2022/index.mjs +0 -0
- {package → app-ng-runtime}/components/dialogs/default/fesm2022/index.mjs.map +0 -0
- {package → app-ng-runtime}/components/dialogs/default/index.d.ts +0 -0
- {package → app-ng-runtime}/components/dialogs/default/public_api.d.ts +0 -0
- {package → app-ng-runtime}/components/dialogs/design-dialog/bundles/index.umd.js +0 -0
- {package → app-ng-runtime}/components/dialogs/design-dialog/design-dialog.module.d.ts +0 -0
- {package → app-ng-runtime}/components/dialogs/design-dialog/dialog.component.d.ts +0 -0
- {package → app-ng-runtime}/components/dialogs/design-dialog/dialog.props.d.ts +0 -0
- {package → app-ng-runtime}/components/dialogs/design-dialog/esm2022/design-dialog.module.mjs +0 -0
- {package → app-ng-runtime}/components/dialogs/design-dialog/esm2022/dialog.component.mjs +0 -0
- {package → app-ng-runtime}/components/dialogs/design-dialog/esm2022/dialog.props.mjs +0 -0
- {package → app-ng-runtime}/components/dialogs/design-dialog/esm2022/index.mjs +0 -0
- {package → app-ng-runtime}/components/dialogs/design-dialog/esm2022/public_api.mjs +0 -0
- {package → app-ng-runtime}/components/dialogs/design-dialog/fesm2022/index.mjs +0 -0
- {package → app-ng-runtime}/components/dialogs/design-dialog/fesm2022/index.mjs.map +0 -0
- {package → app-ng-runtime}/components/dialogs/design-dialog/index.d.ts +0 -0
- {package → app-ng-runtime}/components/dialogs/design-dialog/public_api.d.ts +0 -0
- {package → app-ng-runtime}/components/dialogs/iframe-dialog/bundles/index.umd.js +0 -0
- {package → app-ng-runtime}/components/dialogs/iframe-dialog/esm2022/iframe-dialog.component.mjs +0 -0
- {package → app-ng-runtime}/components/dialogs/iframe-dialog/esm2022/iframe-dialog.module.mjs +0 -0
- {package → app-ng-runtime}/components/dialogs/iframe-dialog/esm2022/iframe-dialog.props.mjs +0 -0
- {package → app-ng-runtime}/components/dialogs/iframe-dialog/esm2022/index.mjs +0 -0
- {package → app-ng-runtime}/components/dialogs/iframe-dialog/esm2022/public_api.mjs +0 -0
- {package → app-ng-runtime}/components/dialogs/iframe-dialog/fesm2022/index.mjs +0 -0
- {package → app-ng-runtime}/components/dialogs/iframe-dialog/fesm2022/index.mjs.map +0 -0
- {package → app-ng-runtime}/components/dialogs/iframe-dialog/iframe-dialog.component.d.ts +0 -0
- {package → app-ng-runtime}/components/dialogs/iframe-dialog/iframe-dialog.module.d.ts +0 -0
- {package → app-ng-runtime}/components/dialogs/iframe-dialog/iframe-dialog.props.d.ts +0 -0
- {package → app-ng-runtime}/components/dialogs/iframe-dialog/index.d.ts +0 -0
- {package → app-ng-runtime}/components/dialogs/iframe-dialog/public_api.d.ts +0 -0
- {package → app-ng-runtime}/components/dialogs/login-dialog/bundles/index.umd.js +0 -0
- {package → app-ng-runtime}/components/dialogs/login-dialog/esm2022/index.mjs +0 -0
- {package → app-ng-runtime}/components/dialogs/login-dialog/esm2022/login-dialog.directive.mjs +0 -0
- {package → app-ng-runtime}/components/dialogs/login-dialog/esm2022/login-dialog.module.mjs +0 -0
- {package → app-ng-runtime}/components/dialogs/login-dialog/esm2022/public_api.mjs +0 -0
- {package → app-ng-runtime}/components/dialogs/login-dialog/fesm2022/index.mjs +0 -0
- {package → app-ng-runtime}/components/dialogs/login-dialog/fesm2022/index.mjs.map +0 -0
- {package → app-ng-runtime}/components/dialogs/login-dialog/index.d.ts +0 -0
- {package → app-ng-runtime}/components/dialogs/login-dialog/login-dialog.directive.d.ts +0 -0
- {package → app-ng-runtime}/components/dialogs/login-dialog/login-dialog.module.d.ts +0 -0
- {package → app-ng-runtime}/components/dialogs/login-dialog/public_api.d.ts +0 -0
- {package → app-ng-runtime}/components/dialogs/partial-dialog/bundles/index.umd.js +0 -0
- {package → app-ng-runtime}/components/dialogs/partial-dialog/esm2022/index.mjs +0 -0
- {package → app-ng-runtime}/components/dialogs/partial-dialog/esm2022/partial-dialog.component.mjs +0 -0
- {package → app-ng-runtime}/components/dialogs/partial-dialog/esm2022/partial-dialog.module.mjs +0 -0
- {package → app-ng-runtime}/components/dialogs/partial-dialog/esm2022/partial-dialog.props.mjs +0 -0
- {package → app-ng-runtime}/components/dialogs/partial-dialog/esm2022/public_api.mjs +0 -0
- {package → app-ng-runtime}/components/dialogs/partial-dialog/fesm2022/index.mjs +0 -0
- {package → app-ng-runtime}/components/dialogs/partial-dialog/fesm2022/index.mjs.map +0 -0
- {package → app-ng-runtime}/components/dialogs/partial-dialog/index.d.ts +0 -0
- {package → app-ng-runtime}/components/dialogs/partial-dialog/partial-dialog.component.d.ts +0 -0
- {package → app-ng-runtime}/components/dialogs/partial-dialog/partial-dialog.module.d.ts +0 -0
- {package → app-ng-runtime}/components/dialogs/partial-dialog/partial-dialog.props.d.ts +0 -0
- {package → app-ng-runtime}/components/dialogs/partial-dialog/public_api.d.ts +0 -0
- {package → app-ng-runtime}/components/input/calendar/bundles/index.umd.js +0 -0
- {package → app-ng-runtime}/components/input/calendar/calendar.component.d.ts +0 -0
- {package → app-ng-runtime}/components/input/calendar/calendar.module.d.ts +0 -0
- {package → app-ng-runtime}/components/input/calendar/calendar.props.d.ts +0 -0
- {package → app-ng-runtime}/components/input/calendar/esm2022/calendar.component.mjs +0 -0
- {package → app-ng-runtime}/components/input/calendar/esm2022/calendar.module.mjs +0 -0
- {package → app-ng-runtime}/components/input/calendar/esm2022/calendar.props.mjs +0 -0
- {package → app-ng-runtime}/components/input/calendar/esm2022/index.mjs +0 -0
- {package → app-ng-runtime}/components/input/calendar/esm2022/public_api.mjs +0 -0
- {package → app-ng-runtime}/components/input/calendar/fesm2022/index.mjs +0 -0
- {package → app-ng-runtime}/components/input/calendar/fesm2022/index.mjs.map +0 -0
- {package → app-ng-runtime}/components/input/calendar/index.d.ts +0 -0
- {package → app-ng-runtime}/components/input/calendar/public_api.d.ts +0 -0
- {package → app-ng-runtime}/components/input/chips/bundles/index.umd.js +0 -0
- {package → app-ng-runtime}/components/input/chips/chips.component.d.ts +0 -0
- {package → app-ng-runtime}/components/input/chips/chips.module.d.ts +0 -0
- {package → app-ng-runtime}/components/input/chips/chips.props.d.ts +0 -0
- {package → app-ng-runtime}/components/input/chips/esm2022/chips.component.mjs +0 -0
- {package → app-ng-runtime}/components/input/chips/esm2022/chips.module.mjs +0 -0
- {package → app-ng-runtime}/components/input/chips/esm2022/chips.props.mjs +0 -0
- {package → app-ng-runtime}/components/input/chips/esm2022/index.mjs +0 -0
- {package → app-ng-runtime}/components/input/chips/esm2022/public_api.mjs +0 -0
- {package → app-ng-runtime}/components/input/chips/fesm2022/index.mjs +0 -0
- {package → app-ng-runtime}/components/input/chips/fesm2022/index.mjs.map +0 -0
- {package → app-ng-runtime}/components/input/chips/index.d.ts +0 -0
- {package → app-ng-runtime}/components/input/chips/public_api.d.ts +0 -0
- {package → app-ng-runtime}/components/input/color-picker/color-picker.component.d.ts +0 -0
- {package → app-ng-runtime}/components/input/color-picker/color-picker.module.d.ts +0 -0
- {package → app-ng-runtime}/components/input/color-picker/color-picker.props.d.ts +0 -0
- {package → app-ng-runtime}/components/input/color-picker/esm2022/color-picker.module.mjs +0 -0
- {package → app-ng-runtime}/components/input/color-picker/esm2022/color-picker.props.mjs +0 -0
- {package → app-ng-runtime}/components/input/color-picker/esm2022/index.mjs +0 -0
- {package → app-ng-runtime}/components/input/color-picker/esm2022/public_api.mjs +0 -0
- {package → app-ng-runtime}/components/input/color-picker/index.d.ts +0 -0
- {package → app-ng-runtime}/components/input/color-picker/public_api.d.ts +0 -0
- {package → app-ng-runtime}/components/input/currency/bundles/index.umd.js +0 -0
- {package → app-ng-runtime}/components/input/currency/currency.component.d.ts +0 -0
- {package → app-ng-runtime}/components/input/currency/currency.module.d.ts +0 -0
- {package → app-ng-runtime}/components/input/currency/currency.props.d.ts +0 -0
- {package → app-ng-runtime}/components/input/currency/esm2022/currency.component.mjs +0 -0
- {package → app-ng-runtime}/components/input/currency/esm2022/currency.module.mjs +0 -0
- {package → app-ng-runtime}/components/input/currency/esm2022/currency.props.mjs +0 -0
- {package → app-ng-runtime}/components/input/currency/esm2022/index.mjs +0 -0
- {package → app-ng-runtime}/components/input/currency/esm2022/public_api.mjs +0 -0
- {package → app-ng-runtime}/components/input/currency/fesm2022/index.mjs +0 -0
- {package → app-ng-runtime}/components/input/currency/fesm2022/index.mjs.map +0 -0
- {package → app-ng-runtime}/components/input/currency/index.d.ts +0 -0
- {package → app-ng-runtime}/components/input/currency/public_api.d.ts +0 -0
- {package → app-ng-runtime}/components/input/default/base-form-custom.component.d.ts +0 -0
- {package → app-ng-runtime}/components/input/default/base-form.component.d.ts +0 -0
- {package → app-ng-runtime}/components/input/default/button/button.component.d.ts +0 -0
- {package → app-ng-runtime}/components/input/default/button/button.props.d.ts +0 -0
- {package → app-ng-runtime}/components/input/default/button-group/button-group.directive.d.ts +0 -0
- {package → app-ng-runtime}/components/input/default/button-group/button-group.props.d.ts +0 -0
- {package → app-ng-runtime}/components/input/default/caption-position.directive.d.ts +0 -0
- {package → app-ng-runtime}/components/input/default/checkbox/checkbox.component.d.ts +0 -0
- {package → app-ng-runtime}/components/input/default/checkbox/checkbox.props.d.ts +0 -0
- {package → app-ng-runtime}/components/input/default/checkboxset/checkboxset.component.d.ts +0 -0
- {package → app-ng-runtime}/components/input/default/checkboxset/checkboxset.props.d.ts +0 -0
- {package → app-ng-runtime}/components/input/default/composite/composite.directive.d.ts +0 -0
- {package → app-ng-runtime}/components/input/default/composite/composite.props.d.ts +0 -0
- {package → app-ng-runtime}/components/input/default/dataset-aware-form.component.d.ts +0 -0
- {package → app-ng-runtime}/components/input/default/esm2022/base-form-custom.component.mjs +0 -0
- {package → app-ng-runtime}/components/input/default/esm2022/base-form.component.mjs +0 -0
- {package → app-ng-runtime}/components/input/default/esm2022/button/button.component.mjs +0 -0
- {package → app-ng-runtime}/components/input/default/esm2022/button/button.props.mjs +0 -0
- {package → app-ng-runtime}/components/input/default/esm2022/button-group/button-group.directive.mjs +0 -0
- {package → app-ng-runtime}/components/input/default/esm2022/button-group/button-group.props.mjs +0 -0
- {package → app-ng-runtime}/components/input/default/esm2022/caption-position.directive.mjs +0 -0
- {package → app-ng-runtime}/components/input/default/esm2022/checkbox/checkbox.props.mjs +0 -0
- {package → app-ng-runtime}/components/input/default/esm2022/checkboxset/checkboxset.component.mjs +0 -0
- {package → app-ng-runtime}/components/input/default/esm2022/checkboxset/checkboxset.props.mjs +0 -0
- {package → app-ng-runtime}/components/input/default/esm2022/composite/composite.directive.mjs +0 -0
- {package → app-ng-runtime}/components/input/default/esm2022/composite/composite.props.mjs +0 -0
- {package → app-ng-runtime}/components/input/default/esm2022/dataset-aware-form.component.mjs +0 -0
- {package → app-ng-runtime}/components/input/default/esm2022/index.mjs +0 -0
- {package → app-ng-runtime}/components/input/default/esm2022/input.module.mjs +0 -0
- {package → app-ng-runtime}/components/input/default/esm2022/number/number.component.mjs +0 -0
- {package → app-ng-runtime}/components/input/default/esm2022/number/number.props.mjs +0 -0
- {package → app-ng-runtime}/components/input/default/esm2022/public_api.mjs +0 -0
- {package → app-ng-runtime}/components/input/default/esm2022/radioset/radioset.component.mjs +0 -0
- {package → app-ng-runtime}/components/input/default/esm2022/radioset/radioset.props.mjs +0 -0
- {package → app-ng-runtime}/components/input/default/esm2022/select/select.props.mjs +0 -0
- {package → app-ng-runtime}/components/input/default/esm2022/switch/switch.component.mjs +0 -0
- {package → app-ng-runtime}/components/input/default/esm2022/switch/switch.props.mjs +0 -0
- {package → app-ng-runtime}/components/input/default/esm2022/text/calendar/input-calendar.props.mjs +0 -0
- {package → app-ng-runtime}/components/input/default/esm2022/text/color/input-color.props.mjs +0 -0
- {package → app-ng-runtime}/components/input/default/esm2022/text/email/input-email.component.mjs +0 -0
- {package → app-ng-runtime}/components/input/default/esm2022/text/email/input-email.props.mjs +0 -0
- {package → app-ng-runtime}/components/input/default/esm2022/text/locale/number-locale.mjs +0 -0
- {package → app-ng-runtime}/components/input/default/esm2022/text/number/input-number.component.mjs +0 -0
- {package → app-ng-runtime}/components/input/default/esm2022/text/number/input-number.props.mjs +0 -0
- {package → app-ng-runtime}/components/input/default/esm2022/text/text/input-text.component.mjs +0 -0
- {package → app-ng-runtime}/components/input/default/esm2022/text/text/input-text.props.mjs +0 -0
- {package → app-ng-runtime}/components/input/default/esm2022/textarea/textarea.component.mjs +0 -0
- {package → app-ng-runtime}/components/input/default/esm2022/textarea/textarea.props.mjs +0 -0
- {package → app-ng-runtime}/components/input/default/index.d.ts +0 -0
- {package → app-ng-runtime}/components/input/default/input.module.d.ts +0 -0
- {package → app-ng-runtime}/components/input/default/number/number.component.d.ts +0 -0
- {package → app-ng-runtime}/components/input/default/number/number.props.d.ts +0 -0
- {package → app-ng-runtime}/components/input/default/public_api.d.ts +0 -0
- {package → app-ng-runtime}/components/input/default/radioset/radioset.component.d.ts +0 -0
- {package → app-ng-runtime}/components/input/default/radioset/radioset.props.d.ts +0 -0
- {package → app-ng-runtime}/components/input/default/select/select.component.d.ts +0 -0
- {package → app-ng-runtime}/components/input/default/select/select.props.d.ts +0 -0
- {package → app-ng-runtime}/components/input/default/switch/switch.component.d.ts +0 -0
- {package → app-ng-runtime}/components/input/default/switch/switch.props.d.ts +0 -0
- {package → app-ng-runtime}/components/input/default/text/calendar/input-calendar.component.d.ts +0 -0
- {package → app-ng-runtime}/components/input/default/text/calendar/input-calendar.props.d.ts +0 -0
- {package → app-ng-runtime}/components/input/default/text/color/input-color.component.d.ts +0 -0
- {package → app-ng-runtime}/components/input/default/text/color/input-color.props.d.ts +0 -0
- {package → app-ng-runtime}/components/input/default/text/email/input-email.component.d.ts +0 -0
- {package → app-ng-runtime}/components/input/default/text/email/input-email.props.d.ts +0 -0
- {package → app-ng-runtime}/components/input/default/text/locale/number-locale.d.ts +0 -0
- {package → app-ng-runtime}/components/input/default/text/number/input-number.component.d.ts +0 -0
- {package → app-ng-runtime}/components/input/default/text/number/input-number.props.d.ts +0 -0
- {package → app-ng-runtime}/components/input/default/text/text/input-text.component.d.ts +0 -0
- {package → app-ng-runtime}/components/input/default/text/text/input-text.props.d.ts +0 -0
- {package → app-ng-runtime}/components/input/default/textarea/textarea.component.d.ts +0 -0
- {package → app-ng-runtime}/components/input/default/textarea/textarea.props.d.ts +0 -0
- {package → app-ng-runtime}/components/input/epoch/base-date-time.component.d.ts +0 -0
- {package → app-ng-runtime}/components/input/epoch/date/date.component.d.ts +0 -0
- {package → app-ng-runtime}/components/input/epoch/date/date.props.d.ts +0 -0
- {package → app-ng-runtime}/components/input/epoch/date/imaskUtil.d.ts +0 -0
- {package → app-ng-runtime}/components/input/epoch/date-time/date-time-picker.component.d.ts +0 -0
- {package → app-ng-runtime}/components/input/epoch/date-time/date-time.component.d.ts +0 -0
- {package → app-ng-runtime}/components/input/epoch/date-time/date-time.props.d.ts +0 -0
- {package → app-ng-runtime}/components/input/epoch/epoch.module.d.ts +0 -0
- {package → app-ng-runtime}/components/input/epoch/esm2022/base-date-time.component.mjs +0 -0
- {package → app-ng-runtime}/components/input/epoch/esm2022/date/date.props.mjs +0 -0
- {package → app-ng-runtime}/components/input/epoch/esm2022/date/imaskUtil.mjs +0 -0
- {package → app-ng-runtime}/components/input/epoch/esm2022/date-time/date-time-picker.component.mjs +0 -0
- {package → app-ng-runtime}/components/input/epoch/esm2022/date-time/date-time.props.mjs +0 -0
- {package → app-ng-runtime}/components/input/epoch/esm2022/epoch.module.mjs +0 -0
- {package → app-ng-runtime}/components/input/epoch/esm2022/index.mjs +0 -0
- {package → app-ng-runtime}/components/input/epoch/esm2022/picker/picker.component.mjs +0 -0
- {package → app-ng-runtime}/components/input/epoch/esm2022/public_api.mjs +0 -0
- {package → app-ng-runtime}/components/input/epoch/esm2022/time/time.props.mjs +0 -0
- {package → app-ng-runtime}/components/input/epoch/index.d.ts +0 -0
- {package → app-ng-runtime}/components/input/epoch/picker/picker.component.d.ts +0 -0
- {package → app-ng-runtime}/components/input/epoch/public_api.d.ts +0 -0
- {package → app-ng-runtime}/components/input/epoch/time/time.component.d.ts +0 -0
- {package → app-ng-runtime}/components/input/epoch/time/time.props.d.ts +0 -0
- {package → app-ng-runtime}/components/input/file-upload/bundles/index.umd.js +0 -0
- {package → app-ng-runtime}/components/input/file-upload/esm2022/file-upload.component.mjs +0 -0
- {package → app-ng-runtime}/components/input/file-upload/esm2022/file-upload.module.mjs +0 -0
- {package → app-ng-runtime}/components/input/file-upload/esm2022/file-upload.props.mjs +0 -0
- {package → app-ng-runtime}/components/input/file-upload/esm2022/index.mjs +0 -0
- {package → app-ng-runtime}/components/input/file-upload/esm2022/public_api.mjs +0 -0
- {package → app-ng-runtime}/components/input/file-upload/fesm2022/index.mjs +0 -0
- {package → app-ng-runtime}/components/input/file-upload/fesm2022/index.mjs.map +0 -0
- {package → app-ng-runtime}/components/input/file-upload/file-upload.component.d.ts +0 -0
- {package → app-ng-runtime}/components/input/file-upload/file-upload.module.d.ts +0 -0
- {package → app-ng-runtime}/components/input/file-upload/file-upload.props.d.ts +0 -0
- {package → app-ng-runtime}/components/input/file-upload/index.d.ts +0 -0
- {package → app-ng-runtime}/components/input/file-upload/public_api.d.ts +0 -0
- {package → app-ng-runtime}/components/input/rating/esm2022/index.mjs +0 -0
- {package → app-ng-runtime}/components/input/rating/esm2022/public_api.mjs +0 -0
- {package → app-ng-runtime}/components/input/rating/esm2022/rating.module.mjs +0 -0
- {package → app-ng-runtime}/components/input/rating/esm2022/rating.props.mjs +0 -0
- {package → app-ng-runtime}/components/input/rating/index.d.ts +0 -0
- {package → app-ng-runtime}/components/input/rating/public_api.d.ts +0 -0
- {package → app-ng-runtime}/components/input/rating/rating.component.d.ts +0 -0
- {package → app-ng-runtime}/components/input/rating/rating.module.d.ts +0 -0
- {package → app-ng-runtime}/components/input/rating/rating.props.d.ts +0 -0
- {package → app-ng-runtime}/components/input/slider/esm2022/index.mjs +0 -0
- {package → app-ng-runtime}/components/input/slider/esm2022/public_api.mjs +0 -0
- {package → app-ng-runtime}/components/input/slider/esm2022/slider.module.mjs +0 -0
- {package → app-ng-runtime}/components/input/slider/esm2022/slider.props.mjs +0 -0
- {package → app-ng-runtime}/components/input/slider/index.d.ts +0 -0
- {package → app-ng-runtime}/components/input/slider/public_api.d.ts +0 -0
- {package → app-ng-runtime}/components/input/slider/slider.component.d.ts +0 -0
- {package → app-ng-runtime}/components/input/slider/slider.module.d.ts +0 -0
- {package → app-ng-runtime}/components/input/slider/slider.props.d.ts +0 -0
- {package → app-ng-runtime}/components/navigation/breadcrumb/breadcrumb.component.d.ts +0 -0
- {package → app-ng-runtime}/components/navigation/breadcrumb/breadcrumb.module.d.ts +0 -0
- {package → app-ng-runtime}/components/navigation/breadcrumb/breadcrumb.props.d.ts +0 -0
- {package → app-ng-runtime}/components/navigation/breadcrumb/bundles/index.umd.js +0 -0
- {package → app-ng-runtime}/components/navigation/breadcrumb/esm2022/breadcrumb.component.mjs +0 -0
- {package → app-ng-runtime}/components/navigation/breadcrumb/esm2022/breadcrumb.module.mjs +0 -0
- {package → app-ng-runtime}/components/navigation/breadcrumb/esm2022/breadcrumb.props.mjs +0 -0
- {package → app-ng-runtime}/components/navigation/breadcrumb/esm2022/index.mjs +0 -0
- {package → app-ng-runtime}/components/navigation/breadcrumb/esm2022/public_api.mjs +0 -0
- {package → app-ng-runtime}/components/navigation/breadcrumb/fesm2022/index.mjs +0 -0
- {package → app-ng-runtime}/components/navigation/breadcrumb/fesm2022/index.mjs.map +0 -0
- {package → app-ng-runtime}/components/navigation/breadcrumb/index.d.ts +0 -0
- {package → app-ng-runtime}/components/navigation/breadcrumb/public_api.d.ts +0 -0
- {package → app-ng-runtime}/components/navigation/menu/bundles/index.umd.js +0 -0
- {package → app-ng-runtime}/components/navigation/menu/esm2022/index.mjs +0 -0
- {package → app-ng-runtime}/components/navigation/menu/esm2022/menu-adapator.component.mjs +0 -0
- {package → app-ng-runtime}/components/navigation/menu/esm2022/menu-dropdown/menu-dropdown.component.mjs +0 -0
- {package → app-ng-runtime}/components/navigation/menu/esm2022/menu-dropdown-item/menu-dropdown-item.component.mjs +0 -0
- {package → app-ng-runtime}/components/navigation/menu/esm2022/menu.component.mjs +0 -0
- {package → app-ng-runtime}/components/navigation/menu/esm2022/menu.module.mjs +0 -0
- {package → app-ng-runtime}/components/navigation/menu/esm2022/menu.props.mjs +0 -0
- {package → app-ng-runtime}/components/navigation/menu/esm2022/nav/nav-item/nav-item.directive.mjs +0 -0
- {package → app-ng-runtime}/components/navigation/menu/esm2022/nav/nav-item/nav-item.props.mjs +0 -0
- {package → app-ng-runtime}/components/navigation/menu/esm2022/nav/nav.component.mjs +0 -0
- {package → app-ng-runtime}/components/navigation/menu/esm2022/nav/nav.props.mjs +0 -0
- {package → app-ng-runtime}/components/navigation/menu/esm2022/nav/navigation-control.directive.mjs +0 -0
- {package → app-ng-runtime}/components/navigation/menu/esm2022/public_api.mjs +0 -0
- {package → app-ng-runtime}/components/navigation/menu/fesm2022/index.mjs +0 -0
- {package → app-ng-runtime}/components/navigation/menu/fesm2022/index.mjs.map +0 -0
- {package → app-ng-runtime}/components/navigation/menu/index.d.ts +0 -0
- {package → app-ng-runtime}/components/navigation/menu/menu-adapator.component.d.ts +0 -0
- {package → app-ng-runtime}/components/navigation/menu/menu-dropdown/menu-dropdown.component.d.ts +0 -0
- {package → app-ng-runtime}/components/navigation/menu/menu-dropdown-item/menu-dropdown-item.component.d.ts +0 -0
- {package → app-ng-runtime}/components/navigation/menu/menu.component.d.ts +0 -0
- {package → app-ng-runtime}/components/navigation/menu/menu.module.d.ts +0 -0
- {package → app-ng-runtime}/components/navigation/menu/menu.props.d.ts +0 -0
- {package → app-ng-runtime}/components/navigation/menu/nav/nav-item/nav-item.directive.d.ts +0 -0
- {package → app-ng-runtime}/components/navigation/menu/nav/nav-item/nav-item.props.d.ts +0 -0
- {package → app-ng-runtime}/components/navigation/menu/nav/nav.component.d.ts +0 -0
- {package → app-ng-runtime}/components/navigation/menu/nav/nav.props.d.ts +0 -0
- {package → app-ng-runtime}/components/navigation/menu/nav/navigation-control.directive.d.ts +0 -0
- {package → app-ng-runtime}/components/navigation/menu/public_api.d.ts +0 -0
- {package → app-ng-runtime}/components/navigation/navbar/bundles/index.umd.js +0 -0
- {package → app-ng-runtime}/components/navigation/navbar/esm2022/index.mjs +0 -0
- {package → app-ng-runtime}/components/navigation/navbar/esm2022/navbar.component.mjs +0 -0
- {package → app-ng-runtime}/components/navigation/navbar/esm2022/navbar.module.mjs +0 -0
- {package → app-ng-runtime}/components/navigation/navbar/esm2022/navbar.props.mjs +0 -0
- {package → app-ng-runtime}/components/navigation/navbar/esm2022/public_api.mjs +0 -0
- {package → app-ng-runtime}/components/navigation/navbar/fesm2022/index.mjs +0 -0
- {package → app-ng-runtime}/components/navigation/navbar/fesm2022/index.mjs.map +0 -0
- {package → app-ng-runtime}/components/navigation/navbar/index.d.ts +0 -0
- {package → app-ng-runtime}/components/navigation/navbar/navbar.component.d.ts +0 -0
- {package → app-ng-runtime}/components/navigation/navbar/navbar.module.d.ts +0 -0
- {package → app-ng-runtime}/components/navigation/navbar/navbar.props.d.ts +0 -0
- {package → app-ng-runtime}/components/navigation/navbar/public_api.d.ts +0 -0
- {package → app-ng-runtime}/components/navigation/popover/bundles/index.umd.js +0 -0
- {package → app-ng-runtime}/components/navigation/popover/esm2022/index.mjs +0 -0
- {package → app-ng-runtime}/components/navigation/popover/esm2022/popover.component.mjs +0 -0
- {package → app-ng-runtime}/components/navigation/popover/esm2022/popover.module.mjs +0 -0
- {package → app-ng-runtime}/components/navigation/popover/esm2022/popover.props.mjs +0 -0
- {package → app-ng-runtime}/components/navigation/popover/esm2022/public_api.mjs +0 -0
- {package → app-ng-runtime}/components/navigation/popover/fesm2022/index.mjs +0 -0
- {package → app-ng-runtime}/components/navigation/popover/fesm2022/index.mjs.map +0 -0
- {package → app-ng-runtime}/components/navigation/popover/index.d.ts +0 -0
- {package → app-ng-runtime}/components/navigation/popover/popover.component.d.ts +0 -0
- {package → app-ng-runtime}/components/navigation/popover/popover.module.d.ts +0 -0
- {package → app-ng-runtime}/components/navigation/popover/popover.props.d.ts +0 -0
- {package → app-ng-runtime}/components/navigation/popover/public_api.d.ts +0 -0
- {package → app-ng-runtime}/components/page/default/bundles/index.umd.js +0 -0
- {package → app-ng-runtime}/components/page/default/content/content.component.d.ts +0 -0
- {package → app-ng-runtime}/components/page/default/content/content.props.d.ts +0 -0
- {package → app-ng-runtime}/components/page/default/esm2022/content/content.component.mjs +0 -0
- {package → app-ng-runtime}/components/page/default/esm2022/content/content.props.mjs +0 -0
- {package → app-ng-runtime}/components/page/default/esm2022/index.mjs +0 -0
- {package → app-ng-runtime}/components/page/default/esm2022/layout.directive.mjs +0 -0
- {package → app-ng-runtime}/components/page/default/esm2022/layout.props.mjs +0 -0
- {package → app-ng-runtime}/components/page/default/esm2022/page-content/page-content.component.mjs +0 -0
- {package → app-ng-runtime}/components/page/default/esm2022/page-content/page-content.props.mjs +0 -0
- {package → app-ng-runtime}/components/page/default/esm2022/page.directive.mjs +0 -0
- {package → app-ng-runtime}/components/page/default/esm2022/page.module.mjs +0 -0
- {package → app-ng-runtime}/components/page/default/esm2022/page.props.mjs +0 -0
- {package → app-ng-runtime}/components/page/default/esm2022/public_api.mjs +0 -0
- {package → app-ng-runtime}/components/page/default/esm2022/router-outlet.directive.mjs +0 -0
- {package → app-ng-runtime}/components/page/default/esm2022/router-outlet.props.mjs +0 -0
- {package → app-ng-runtime}/components/page/default/esm2022/spa-page.directive.mjs +0 -0
- {package → app-ng-runtime}/components/page/default/esm2022/spa-page.props.mjs +0 -0
- {package → app-ng-runtime}/components/page/default/fesm2022/index.mjs +0 -0
- {package → app-ng-runtime}/components/page/default/fesm2022/index.mjs.map +0 -0
- {package → app-ng-runtime}/components/page/default/index.d.ts +0 -0
- {package → app-ng-runtime}/components/page/default/layout.directive.d.ts +0 -0
- {package → app-ng-runtime}/components/page/default/layout.props.d.ts +0 -0
- {package → app-ng-runtime}/components/page/default/page-content/page-content.component.d.ts +0 -0
- {package → app-ng-runtime}/components/page/default/page-content/page-content.props.d.ts +0 -0
- {package → app-ng-runtime}/components/page/default/page.directive.d.ts +0 -0
- {package → app-ng-runtime}/components/page/default/page.module.d.ts +0 -0
- {package → app-ng-runtime}/components/page/default/page.props.d.ts +0 -0
- {package → app-ng-runtime}/components/page/default/public_api.d.ts +0 -0
- {package → app-ng-runtime}/components/page/default/router-outlet.directive.d.ts +0 -0
- {package → app-ng-runtime}/components/page/default/router-outlet.props.d.ts +0 -0
- {package → app-ng-runtime}/components/page/default/spa-page.directive.d.ts +0 -0
- {package → app-ng-runtime}/components/page/default/spa-page.props.d.ts +0 -0
- {package → app-ng-runtime}/components/page/footer/bundles/index.umd.js +0 -0
- {package → app-ng-runtime}/components/page/footer/esm2022/footer.directive.mjs +0 -0
- {package → app-ng-runtime}/components/page/footer/esm2022/footer.module.mjs +0 -0
- {package → app-ng-runtime}/components/page/footer/esm2022/footer.props.mjs +0 -0
- {package → app-ng-runtime}/components/page/footer/esm2022/index.mjs +0 -0
- {package → app-ng-runtime}/components/page/footer/esm2022/public_api.mjs +0 -0
- {package → app-ng-runtime}/components/page/footer/fesm2022/index.mjs +0 -0
- {package → app-ng-runtime}/components/page/footer/fesm2022/index.mjs.map +0 -0
- {package → app-ng-runtime}/components/page/footer/footer.directive.d.ts +0 -0
- {package → app-ng-runtime}/components/page/footer/footer.module.d.ts +0 -0
- {package → app-ng-runtime}/components/page/footer/footer.props.d.ts +0 -0
- {package → app-ng-runtime}/components/page/footer/index.d.ts +0 -0
- {package → app-ng-runtime}/components/page/footer/public_api.d.ts +0 -0
- {package → app-ng-runtime}/components/page/header/bundles/index.umd.js +0 -0
- {package → app-ng-runtime}/components/page/header/esm2022/header.component.mjs +0 -0
- {package → app-ng-runtime}/components/page/header/esm2022/header.module.mjs +0 -0
- {package → app-ng-runtime}/components/page/header/esm2022/header.props.mjs +0 -0
- {package → app-ng-runtime}/components/page/header/esm2022/index.mjs +0 -0
- {package → app-ng-runtime}/components/page/header/esm2022/public_api.mjs +0 -0
- {package → app-ng-runtime}/components/page/header/fesm2022/index.mjs +0 -0
- {package → app-ng-runtime}/components/page/header/fesm2022/index.mjs.map +0 -0
- {package → app-ng-runtime}/components/page/header/header.component.d.ts +0 -0
- {package → app-ng-runtime}/components/page/header/header.module.d.ts +0 -0
- {package → app-ng-runtime}/components/page/header/header.props.d.ts +0 -0
- {package → app-ng-runtime}/components/page/header/index.d.ts +0 -0
- {package → app-ng-runtime}/components/page/header/public_api.d.ts +0 -0
- {package → app-ng-runtime}/components/page/left-panel/bundles/index.umd.js +0 -0
- {package → app-ng-runtime}/components/page/left-panel/esm2022/index.mjs +0 -0
- {package → app-ng-runtime}/components/page/left-panel/esm2022/left-panel.animator.mjs +0 -0
- {package → app-ng-runtime}/components/page/left-panel/esm2022/left-panel.directive.mjs +0 -0
- {package → app-ng-runtime}/components/page/left-panel/esm2022/left-panel.module.mjs +0 -0
- {package → app-ng-runtime}/components/page/left-panel/esm2022/left-panel.props.mjs +0 -0
- {package → app-ng-runtime}/components/page/left-panel/esm2022/public_api.mjs +0 -0
- {package → app-ng-runtime}/components/page/left-panel/fesm2022/index.mjs +0 -0
- {package → app-ng-runtime}/components/page/left-panel/fesm2022/index.mjs.map +0 -0
- {package → app-ng-runtime}/components/page/left-panel/index.d.ts +0 -0
- {package → app-ng-runtime}/components/page/left-panel/left-panel.animator.d.ts +0 -0
- {package → app-ng-runtime}/components/page/left-panel/left-panel.directive.d.ts +0 -0
- {package → app-ng-runtime}/components/page/left-panel/left-panel.module.d.ts +0 -0
- {package → app-ng-runtime}/components/page/left-panel/left-panel.props.d.ts +0 -0
- {package → app-ng-runtime}/components/page/left-panel/public_api.d.ts +0 -0
- {package → app-ng-runtime}/components/page/right-panel/bundles/index.umd.js +0 -0
- {package → app-ng-runtime}/components/page/right-panel/esm2022/index.mjs +0 -0
- {package → app-ng-runtime}/components/page/right-panel/esm2022/public_api.mjs +0 -0
- {package → app-ng-runtime}/components/page/right-panel/esm2022/right-panel.directive.mjs +0 -0
- {package → app-ng-runtime}/components/page/right-panel/esm2022/right-panel.module.mjs +0 -0
- {package → app-ng-runtime}/components/page/right-panel/esm2022/right-panel.props.mjs +0 -0
- {package → app-ng-runtime}/components/page/right-panel/fesm2022/index.mjs +0 -0
- {package → app-ng-runtime}/components/page/right-panel/fesm2022/index.mjs.map +0 -0
- {package → app-ng-runtime}/components/page/right-panel/index.d.ts +0 -0
- {package → app-ng-runtime}/components/page/right-panel/public_api.d.ts +0 -0
- {package → app-ng-runtime}/components/page/right-panel/right-panel.directive.d.ts +0 -0
- {package → app-ng-runtime}/components/page/right-panel/right-panel.module.d.ts +0 -0
- {package → app-ng-runtime}/components/page/right-panel/right-panel.props.d.ts +0 -0
- {package → app-ng-runtime}/components/page/top-nav/bundles/index.umd.js +0 -0
- {package → app-ng-runtime}/components/page/top-nav/esm2022/index.mjs +0 -0
- {package → app-ng-runtime}/components/page/top-nav/esm2022/public_api.mjs +0 -0
- {package → app-ng-runtime}/components/page/top-nav/esm2022/top-nav.directive.mjs +0 -0
- {package → app-ng-runtime}/components/page/top-nav/esm2022/top-nav.module.mjs +0 -0
- {package → app-ng-runtime}/components/page/top-nav/esm2022/top-nav.props.mjs +0 -0
- {package → app-ng-runtime}/components/page/top-nav/fesm2022/index.mjs +0 -0
- {package → app-ng-runtime}/components/page/top-nav/fesm2022/index.mjs.map +0 -0
- {package → app-ng-runtime}/components/page/top-nav/index.d.ts +0 -0
- {package → app-ng-runtime}/components/page/top-nav/public_api.d.ts +0 -0
- {package → app-ng-runtime}/components/page/top-nav/top-nav.directive.d.ts +0 -0
- {package → app-ng-runtime}/components/page/top-nav/top-nav.module.d.ts +0 -0
- {package → app-ng-runtime}/components/page/top-nav/top-nav.props.d.ts +0 -0
- {package → app-ng-runtime}/components/prefab/bundles/index.umd.js +0 -0
- {package → app-ng-runtime}/components/prefab/esm2022/index.mjs +0 -0
- {package → app-ng-runtime}/components/prefab/esm2022/prefab-container/prefab-container.directive.mjs +0 -0
- {package → app-ng-runtime}/components/prefab/esm2022/prefab-container/prefab-container.props.mjs +0 -0
- {package → app-ng-runtime}/components/prefab/esm2022/prefab.directive.mjs +0 -0
- {package → app-ng-runtime}/components/prefab/esm2022/prefab.module.mjs +0 -0
- {package → app-ng-runtime}/components/prefab/esm2022/prefab.props.mjs +0 -0
- {package → app-ng-runtime}/components/prefab/esm2022/public_api.mjs +0 -0
- {package → app-ng-runtime}/components/prefab/fesm2022/index.mjs +0 -0
- {package → app-ng-runtime}/components/prefab/fesm2022/index.mjs.map +0 -0
- {package → app-ng-runtime}/components/prefab/index.d.ts +0 -0
- {package → app-ng-runtime}/components/prefab/prefab-container/prefab-container.directive.d.ts +0 -0
- {package → app-ng-runtime}/components/prefab/prefab-container/prefab-container.props.d.ts +0 -0
- {package → app-ng-runtime}/components/prefab/prefab.directive.d.ts +0 -0
- {package → app-ng-runtime}/components/prefab/prefab.module.d.ts +0 -0
- {package → app-ng-runtime}/components/prefab/prefab.props.d.ts +0 -0
- {package → app-ng-runtime}/components/prefab/public_api.d.ts +0 -0
- {package → app-ng-runtime}/core/constants/currency-constants.d.ts +0 -0
- {package → app-ng-runtime}/core/core.module.d.ts +0 -0
- {package → app-ng-runtime}/core/enums/enums.d.ts +0 -0
- {package → app-ng-runtime}/core/esm2022/constants/currency-constants.mjs +0 -0
- {package → app-ng-runtime}/core/esm2022/core.module.mjs +0 -0
- {package → app-ng-runtime}/core/esm2022/enums/enums.mjs +0 -0
- {package → app-ng-runtime}/core/esm2022/index.mjs +0 -0
- {package → app-ng-runtime}/core/esm2022/services/constant.service.mjs +0 -0
- {package → app-ng-runtime}/core/esm2022/services/field-type.service.mjs +0 -0
- {package → app-ng-runtime}/core/esm2022/services/field-widget.service.mjs +0 -0
- {package → app-ng-runtime}/core/esm2022/services/pagination.service.mjs +0 -0
- {package → app-ng-runtime}/core/esm2022/services/script-loader.service.mjs +0 -0
- {package → app-ng-runtime}/core/esm2022/services/state-persistence.service.mjs +0 -0
- {package → app-ng-runtime}/core/esm2022/services/user-custom-pipe-manager.service.mjs +0 -0
- {package → app-ng-runtime}/core/esm2022/services/utils.service.mjs +0 -0
- {package → app-ng-runtime}/core/esm2022/services/viewport.service.mjs +0 -0
- {package → app-ng-runtime}/core/esm2022/types/types.mjs +0 -0
- {package → app-ng-runtime}/core/esm2022/utils/build-utils.mjs +0 -0
- {package → app-ng-runtime}/core/esm2022/utils/dom.mjs +0 -0
- {package → app-ng-runtime}/core/esm2022/utils/event-notifier.mjs +0 -0
- {package → app-ng-runtime}/core/esm2022/utils/expression-parser.mjs +0 -0
- {package → app-ng-runtime}/core/esm2022/utils/id-generator.mjs +0 -0
- {package → app-ng-runtime}/core/esm2022/utils/lru-cache.mjs +0 -0
- {package → app-ng-runtime}/core/esm2022/utils/utils.mjs +0 -0
- {package → app-ng-runtime}/core/esm2022/utils/watcher.mjs +0 -0
- {package → app-ng-runtime}/core/esm2022/utils/wm-project-properties.mjs +0 -0
- {package → app-ng-runtime}/core/index.d.ts +0 -0
- {package → app-ng-runtime}/core/services/constant.service.d.ts +0 -0
- {package → app-ng-runtime}/core/services/field-type.service.d.ts +0 -0
- {package → app-ng-runtime}/core/services/field-widget.service.d.ts +0 -0
- {package → app-ng-runtime}/core/services/pagination.service.d.ts +0 -0
- {package → app-ng-runtime}/core/services/script-loader.service.d.ts +0 -0
- {package → app-ng-runtime}/core/services/state-persistence.service.d.ts +0 -0
- {package → app-ng-runtime}/core/services/user-custom-pipe-manager.service.d.ts +0 -0
- {package → app-ng-runtime}/core/services/utils.service.d.ts +0 -0
- {package → app-ng-runtime}/core/services/viewport.service.d.ts +0 -0
- {package → app-ng-runtime}/core/types/types.d.ts +0 -0
- {package → app-ng-runtime}/core/utils/build-utils.d.ts +0 -0
- {package → app-ng-runtime}/core/utils/dom.d.ts +0 -0
- {package → app-ng-runtime}/core/utils/event-notifier.d.ts +0 -0
- {package → app-ng-runtime}/core/utils/expression-parser.d.ts +0 -0
- {package → app-ng-runtime}/core/utils/id-generator.d.ts +0 -0
- {package → app-ng-runtime}/core/utils/lru-cache.d.ts +0 -0
- {package → app-ng-runtime}/core/utils/utils.d.ts +0 -0
- {package → app-ng-runtime}/core/utils/watcher.d.ts +0 -0
- {package → app-ng-runtime}/core/utils/wm-project-properties.d.ts +0 -0
- {package → app-ng-runtime}/http/bundles/index.umd.js +0 -0
- {package → app-ng-runtime}/http/esm2022/http-service.module.mjs +0 -0
- {package → app-ng-runtime}/http/esm2022/http.service.mjs +0 -0
- {package → app-ng-runtime}/http/esm2022/index.mjs +0 -0
- {package → app-ng-runtime}/http/esm2022/public_api.mjs +0 -0
- {package → app-ng-runtime}/http/esm2022/wm-http-request.mjs +0 -0
- {package → app-ng-runtime}/http/esm2022/wm-http-response.mjs +0 -0
- {package → app-ng-runtime}/http/fesm2022/index.mjs +0 -0
- {package → app-ng-runtime}/http/fesm2022/index.mjs.map +0 -0
- {package → app-ng-runtime}/http/http-service.module.d.ts +0 -0
- {package → app-ng-runtime}/http/http.service.d.ts +0 -0
- {package → app-ng-runtime}/http/index.d.ts +0 -0
- {package → app-ng-runtime}/http/public_api.d.ts +0 -0
- {package → app-ng-runtime}/http/wm-http-request.d.ts +0 -0
- {package → app-ng-runtime}/http/wm-http-response.d.ts +0 -0
- {package → app-ng-runtime}/locales/angular/global/af-na.js +0 -0
- {package → app-ng-runtime}/locales/angular/global/af.js +0 -0
- {package → app-ng-runtime}/locales/angular/global/agq.js +0 -0
- {package → app-ng-runtime}/locales/angular/global/ak.js +0 -0
- {package → app-ng-runtime}/locales/angular/global/am.js +0 -0
- {package → app-ng-runtime}/locales/angular/global/ar-ae.js +0 -0
- {package → app-ng-runtime}/locales/angular/global/ar-bh.js +0 -0
- {package → app-ng-runtime}/locales/angular/global/ar-dj.js +0 -0
- {package → app-ng-runtime}/locales/angular/global/ar-dz.js +0 -0
- {package → app-ng-runtime}/locales/angular/global/ar-eg.js +0 -0
- {package → app-ng-runtime}/locales/angular/global/ar-eh.js +0 -0
- {package → app-ng-runtime}/locales/angular/global/ar-er.js +0 -0
- {package → app-ng-runtime}/locales/angular/global/ar-il.js +0 -0
- {package → app-ng-runtime}/locales/angular/global/ar-iq.js +0 -0
- {package → app-ng-runtime}/locales/angular/global/ar-jo.js +0 -0
- {package → app-ng-runtime}/locales/angular/global/ar-km.js +0 -0
- {package → app-ng-runtime}/locales/angular/global/ar-kw.js +0 -0
- {package → app-ng-runtime}/locales/angular/global/ar-lb.js +0 -0
- {package → app-ng-runtime}/locales/angular/global/ar-ly.js +0 -0
- {package → app-ng-runtime}/locales/angular/global/ar-ma.js +0 -0
- {package → app-ng-runtime}/locales/angular/global/ar-mr.js +0 -0
- {package → app-ng-runtime}/locales/angular/global/ar-om.js +0 -0
- {package → app-ng-runtime}/locales/angular/global/ar-ps.js +0 -0
- {package → app-ng-runtime}/locales/angular/global/ar-qa.js +0 -0
- {package → app-ng-runtime}/locales/angular/global/ar-sa.js +0 -0
- {package → app-ng-runtime}/locales/angular/global/ar-sd.js +0 -0
- {package → app-ng-runtime}/locales/angular/global/ar-so.js +0 -0
- {package → app-ng-runtime}/locales/angular/global/ar-ss.js +0 -0
- {package → app-ng-runtime}/locales/angular/global/ar-sy.js +0 -0
- {package → app-ng-runtime}/locales/angular/global/ar-td.js +0 -0
- {package → app-ng-runtime}/locales/angular/global/ar-tn.js +0 -0
- {package → app-ng-runtime}/locales/angular/global/ar-ye.js +0 -0
- {package → app-ng-runtime}/locales/angular/global/ar.js +0 -0
- {package → app-ng-runtime}/locales/angular/global/as.js +0 -0
- {package → app-ng-runtime}/locales/angular/global/asa.js +0 -0
- {package → app-ng-runtime}/locales/angular/global/ast.js +0 -0
- {package → app-ng-runtime}/locales/angular/global/az-cyrl.js +0 -0
- {package → app-ng-runtime}/locales/angular/global/az-latn.js +0 -0
- {package → app-ng-runtime}/locales/angular/global/az.js +0 -0
- {package → app-ng-runtime}/locales/angular/global/bas.js +0 -0
- {package → app-ng-runtime}/locales/angular/global/be-tarask.js +0 -0
- {package → app-ng-runtime}/locales/angular/global/be.js +0 -0
- {package → app-ng-runtime}/locales/angular/global/bem.js +0 -0
- {package → app-ng-runtime}/locales/angular/global/bez.js +0 -0
- {package → app-ng-runtime}/locales/angular/global/bg.js +0 -0
- {package → app-ng-runtime}/locales/angular/global/bm.js +0 -0
- {package → app-ng-runtime}/locales/angular/global/bn-in.js +0 -0
- {package → app-ng-runtime}/locales/angular/global/bn.js +0 -0
- {package → app-ng-runtime}/locales/angular/global/bo-in.js +0 -0
- {package → app-ng-runtime}/locales/angular/global/bo.js +0 -0
- {package → app-ng-runtime}/locales/angular/global/br.js +0 -0
- {package → app-ng-runtime}/locales/angular/global/brx.js +0 -0
- {package → app-ng-runtime}/locales/angular/global/bs-cyrl.js +0 -0
- {package → app-ng-runtime}/locales/angular/global/bs-latn.js +0 -0
- {package → app-ng-runtime}/locales/angular/global/bs.js +0 -0
- {package → app-ng-runtime}/locales/angular/global/ca-ad.js +0 -0
- {package → app-ng-runtime}/locales/angular/global/ca-es-valencia.js +0 -0
- {package → app-ng-runtime}/locales/angular/global/ca-fr.js +0 -0
- {package → app-ng-runtime}/locales/angular/global/ca-it.js +0 -0
- {package → app-ng-runtime}/locales/angular/global/ca.js +0 -0
- {package → app-ng-runtime}/locales/angular/global/ccp-in.js +0 -0
- {package → app-ng-runtime}/locales/angular/global/ccp.js +0 -0
- {package → app-ng-runtime}/locales/angular/global/ce.js +0 -0
- {package → app-ng-runtime}/locales/angular/global/ceb.js +0 -0
- {package → app-ng-runtime}/locales/angular/global/cgg.js +0 -0
- {package → app-ng-runtime}/locales/angular/global/chr.js +0 -0
- {package → app-ng-runtime}/locales/angular/global/ckb-ir.js +0 -0
- {package → app-ng-runtime}/locales/angular/global/ckb.js +0 -0
- {package → app-ng-runtime}/locales/angular/global/cs.js +0 -0
- {package → app-ng-runtime}/locales/angular/global/cy.js +0 -0
- {package → app-ng-runtime}/locales/angular/global/da-gl.js +0 -0
- {package → app-ng-runtime}/locales/angular/global/da.js +0 -0
- {package → app-ng-runtime}/locales/angular/global/dav.js +0 -0
- {package → app-ng-runtime}/locales/angular/global/de-at.js +0 -0
- {package → app-ng-runtime}/locales/angular/global/de-be.js +0 -0
- {package → app-ng-runtime}/locales/angular/global/de-ch.js +0 -0
- {package → app-ng-runtime}/locales/angular/global/de-it.js +0 -0
- {package → app-ng-runtime}/locales/angular/global/de-li.js +0 -0
- {package → app-ng-runtime}/locales/angular/global/de-lu.js +0 -0
- {package → app-ng-runtime}/locales/angular/global/de.js +0 -0
- {package → app-ng-runtime}/locales/angular/global/dje.js +0 -0
- {package → app-ng-runtime}/locales/angular/global/doi.js +0 -0
- {package → app-ng-runtime}/locales/angular/global/dsb.js +0 -0
- {package → app-ng-runtime}/locales/angular/global/dua.js +0 -0
- {package → app-ng-runtime}/locales/angular/global/dyo.js +0 -0
- {package → app-ng-runtime}/locales/angular/global/dz.js +0 -0
- {package → app-ng-runtime}/locales/angular/global/ebu.js +0 -0
- {package → app-ng-runtime}/locales/angular/global/ee-tg.js +0 -0
- {package → app-ng-runtime}/locales/angular/global/ee.js +0 -0
- {package → app-ng-runtime}/locales/angular/global/el-cy.js +0 -0
- {package → app-ng-runtime}/locales/angular/global/el.js +0 -0
- {package → app-ng-runtime}/locales/angular/global/en-001.js +0 -0
- {package → app-ng-runtime}/locales/angular/global/en-150.js +0 -0
- {package → app-ng-runtime}/locales/angular/global/en-ae.js +0 -0
- {package → app-ng-runtime}/locales/angular/global/en-ag.js +0 -0
- {package → app-ng-runtime}/locales/angular/global/en-ai.js +0 -0
- {package → app-ng-runtime}/locales/angular/global/en-as.js +0 -0
- {package → app-ng-runtime}/locales/angular/global/en-at.js +0 -0
- {package → app-ng-runtime}/locales/angular/global/en-au.js +0 -0
- {package → app-ng-runtime}/locales/angular/global/en-bb.js +0 -0
- {package → app-ng-runtime}/locales/angular/global/en-be.js +0 -0
- {package → app-ng-runtime}/locales/angular/global/en-bi.js +0 -0
- {package → app-ng-runtime}/locales/angular/global/en-bm.js +0 -0
- {package → app-ng-runtime}/locales/angular/global/en-bs.js +0 -0
- {package → app-ng-runtime}/locales/angular/global/en-bw.js +0 -0
- {package → app-ng-runtime}/locales/angular/global/en-bz.js +0 -0
- {package → app-ng-runtime}/locales/angular/global/en-ca.js +0 -0
- {package → app-ng-runtime}/locales/angular/global/en-cc.js +0 -0
- {package → app-ng-runtime}/locales/angular/global/en-ch.js +0 -0
- {package → app-ng-runtime}/locales/angular/global/en-ck.js +0 -0
- {package → app-ng-runtime}/locales/angular/global/en-cm.js +0 -0
- {package → app-ng-runtime}/locales/angular/global/en-cx.js +0 -0
- {package → app-ng-runtime}/locales/angular/global/en-cy.js +0 -0
- {package → app-ng-runtime}/locales/angular/global/en-de.js +0 -0
- {package → app-ng-runtime}/locales/angular/global/en-dg.js +0 -0
- {package → app-ng-runtime}/locales/angular/global/en-dk.js +0 -0
- {package → app-ng-runtime}/locales/angular/global/en-dm.js +0 -0
- {package → app-ng-runtime}/locales/angular/global/en-er.js +0 -0
- {package → app-ng-runtime}/locales/angular/global/en-fi.js +0 -0
- {package → app-ng-runtime}/locales/angular/global/en-fj.js +0 -0
- {package → app-ng-runtime}/locales/angular/global/en-fk.js +0 -0
- {package → app-ng-runtime}/locales/angular/global/en-fm.js +0 -0
- {package → app-ng-runtime}/locales/angular/global/en-gb.js +0 -0
- {package → app-ng-runtime}/locales/angular/global/en-gd.js +0 -0
- {package → app-ng-runtime}/locales/angular/global/en-gg.js +0 -0
- {package → app-ng-runtime}/locales/angular/global/en-gh.js +0 -0
- {package → app-ng-runtime}/locales/angular/global/en-gi.js +0 -0
- {package → app-ng-runtime}/locales/angular/global/en-gm.js +0 -0
- {package → app-ng-runtime}/locales/angular/global/en-gu.js +0 -0
- {package → app-ng-runtime}/locales/angular/global/en-gy.js +0 -0
- {package → app-ng-runtime}/locales/angular/global/en-hk.js +0 -0
- {package → app-ng-runtime}/locales/angular/global/en-ie.js +0 -0
- {package → app-ng-runtime}/locales/angular/global/en-il.js +0 -0
- {package → app-ng-runtime}/locales/angular/global/en-im.js +0 -0
- {package → app-ng-runtime}/locales/angular/global/en-in.js +0 -0
- {package → app-ng-runtime}/locales/angular/global/en-io.js +0 -0
- {package → app-ng-runtime}/locales/angular/global/en-je.js +0 -0
- {package → app-ng-runtime}/locales/angular/global/en-jm.js +0 -0
- {package → app-ng-runtime}/locales/angular/global/en-ke.js +0 -0
- {package → app-ng-runtime}/locales/angular/global/en-ki.js +0 -0
- {package → app-ng-runtime}/locales/angular/global/en-kn.js +0 -0
- {package → app-ng-runtime}/locales/angular/global/en-ky.js +0 -0
- {package → app-ng-runtime}/locales/angular/global/en-lc.js +0 -0
- {package → app-ng-runtime}/locales/angular/global/en-lr.js +0 -0
- {package → app-ng-runtime}/locales/angular/global/en-ls.js +0 -0
- {package → app-ng-runtime}/locales/angular/global/en-mg.js +0 -0
- {package → app-ng-runtime}/locales/angular/global/en-mh.js +0 -0
- {package → app-ng-runtime}/locales/angular/global/en-mo.js +0 -0
- {package → app-ng-runtime}/locales/angular/global/en-mp.js +0 -0
- {package → app-ng-runtime}/locales/angular/global/en-ms.js +0 -0
- {package → app-ng-runtime}/locales/angular/global/en-mt.js +0 -0
- {package → app-ng-runtime}/locales/angular/global/en-mu.js +0 -0
- {package → app-ng-runtime}/locales/angular/global/en-mv.js +0 -0
- {package → app-ng-runtime}/locales/angular/global/en-mw.js +0 -0
- {package → app-ng-runtime}/locales/angular/global/en-my.js +0 -0
- {package → app-ng-runtime}/locales/angular/global/en-na.js +0 -0
- {package → app-ng-runtime}/locales/angular/global/en-nf.js +0 -0
- {package → app-ng-runtime}/locales/angular/global/en-ng.js +0 -0
- {package → app-ng-runtime}/locales/angular/global/en-nl.js +0 -0
- {package → app-ng-runtime}/locales/angular/global/en-nr.js +0 -0
- {package → app-ng-runtime}/locales/angular/global/en-nu.js +0 -0
- {package → app-ng-runtime}/locales/angular/global/en-nz.js +0 -0
- {package → app-ng-runtime}/locales/angular/global/en-pg.js +0 -0
- {package → app-ng-runtime}/locales/angular/global/en-ph.js +0 -0
- {package → app-ng-runtime}/locales/angular/global/en-pk.js +0 -0
- {package → app-ng-runtime}/locales/angular/global/en-pn.js +0 -0
- {package → app-ng-runtime}/locales/angular/global/en-pr.js +0 -0
- {package → app-ng-runtime}/locales/angular/global/en-pw.js +0 -0
- {package → app-ng-runtime}/locales/angular/global/en-rw.js +0 -0
- {package → app-ng-runtime}/locales/angular/global/en-sb.js +0 -0
- {package → app-ng-runtime}/locales/angular/global/en-sc.js +0 -0
- {package → app-ng-runtime}/locales/angular/global/en-sd.js +0 -0
- {package → app-ng-runtime}/locales/angular/global/en-se.js +0 -0
- {package → app-ng-runtime}/locales/angular/global/en-sg.js +0 -0
- {package → app-ng-runtime}/locales/angular/global/en-sh.js +0 -0
- {package → app-ng-runtime}/locales/angular/global/en-si.js +0 -0
- {package → app-ng-runtime}/locales/angular/global/en-sl.js +0 -0
- {package → app-ng-runtime}/locales/angular/global/en-ss.js +0 -0
- {package → app-ng-runtime}/locales/angular/global/en-sx.js +0 -0
- {package → app-ng-runtime}/locales/angular/global/en-sz.js +0 -0
- {package → app-ng-runtime}/locales/angular/global/en-tc.js +0 -0
- {package → app-ng-runtime}/locales/angular/global/en-tk.js +0 -0
- {package → app-ng-runtime}/locales/angular/global/en-to.js +0 -0
- {package → app-ng-runtime}/locales/angular/global/en-tt.js +0 -0
- {package → app-ng-runtime}/locales/angular/global/en-tv.js +0 -0
- {package → app-ng-runtime}/locales/angular/global/en-tz.js +0 -0
- {package → app-ng-runtime}/locales/angular/global/en-ug.js +0 -0
- {package → app-ng-runtime}/locales/angular/global/en-um.js +0 -0
- {package → app-ng-runtime}/locales/angular/global/en-vc.js +0 -0
- {package → app-ng-runtime}/locales/angular/global/en-vg.js +0 -0
- {package → app-ng-runtime}/locales/angular/global/en-vi.js +0 -0
- {package → app-ng-runtime}/locales/angular/global/en-vu.js +0 -0
- {package → app-ng-runtime}/locales/angular/global/en-ws.js +0 -0
- {package → app-ng-runtime}/locales/angular/global/en-za.js +0 -0
- {package → app-ng-runtime}/locales/angular/global/en-zm.js +0 -0
- {package → app-ng-runtime}/locales/angular/global/en-zw.js +0 -0
- {package → app-ng-runtime}/locales/angular/global/en.js +0 -0
- {package → app-ng-runtime}/locales/angular/global/eo.js +0 -0
- {package → app-ng-runtime}/locales/angular/global/es-419.js +0 -0
- {package → app-ng-runtime}/locales/angular/global/es-ar.js +0 -0
- {package → app-ng-runtime}/locales/angular/global/es-bo.js +0 -0
- {package → app-ng-runtime}/locales/angular/global/es-br.js +0 -0
- {package → app-ng-runtime}/locales/angular/global/es-bz.js +0 -0
- {package → app-ng-runtime}/locales/angular/global/es-cl.js +0 -0
- {package → app-ng-runtime}/locales/angular/global/es-co.js +0 -0
- {package → app-ng-runtime}/locales/angular/global/es-cr.js +0 -0
- {package → app-ng-runtime}/locales/angular/global/es-cu.js +0 -0
- {package → app-ng-runtime}/locales/angular/global/es-do.js +0 -0
- {package → app-ng-runtime}/locales/angular/global/es-ea.js +0 -0
- {package → app-ng-runtime}/locales/angular/global/es-ec.js +0 -0
- {package → app-ng-runtime}/locales/angular/global/es-gq.js +0 -0
- {package → app-ng-runtime}/locales/angular/global/es-gt.js +0 -0
- {package → app-ng-runtime}/locales/angular/global/es-hn.js +0 -0
- {package → app-ng-runtime}/locales/angular/global/es-ic.js +0 -0
- {package → app-ng-runtime}/locales/angular/global/es-mx.js +0 -0
- {package → app-ng-runtime}/locales/angular/global/es-ni.js +0 -0
- {package → app-ng-runtime}/locales/angular/global/es-pa.js +0 -0
- {package → app-ng-runtime}/locales/angular/global/es-pe.js +0 -0
- {package → app-ng-runtime}/locales/angular/global/es-ph.js +0 -0
- {package → app-ng-runtime}/locales/angular/global/es-pr.js +0 -0
- {package → app-ng-runtime}/locales/angular/global/es-py.js +0 -0
- {package → app-ng-runtime}/locales/angular/global/es-sv.js +0 -0
- {package → app-ng-runtime}/locales/angular/global/es-us.js +0 -0
- {package → app-ng-runtime}/locales/angular/global/es-uy.js +0 -0
- {package → app-ng-runtime}/locales/angular/global/es-ve.js +0 -0
- {package → app-ng-runtime}/locales/angular/global/es.js +0 -0
- {package → app-ng-runtime}/locales/angular/global/et.js +0 -0
- {package → app-ng-runtime}/locales/angular/global/eu.js +0 -0
- {package → app-ng-runtime}/locales/angular/global/ewo.js +0 -0
- {package → app-ng-runtime}/locales/angular/global/fa-af.js +0 -0
- {package → app-ng-runtime}/locales/angular/global/fa.js +0 -0
- {package → app-ng-runtime}/locales/angular/global/ff-adlm-bf.js +0 -0
- {package → app-ng-runtime}/locales/angular/global/ff-adlm-cm.js +0 -0
- {package → app-ng-runtime}/locales/angular/global/ff-adlm-gh.js +0 -0
- {package → app-ng-runtime}/locales/angular/global/ff-adlm-gm.js +0 -0
- {package → app-ng-runtime}/locales/angular/global/ff-adlm-gw.js +0 -0
- {package → app-ng-runtime}/locales/angular/global/ff-adlm-lr.js +0 -0
- {package → app-ng-runtime}/locales/angular/global/ff-adlm-mr.js +0 -0
- {package → app-ng-runtime}/locales/angular/global/ff-adlm-ne.js +0 -0
- {package → app-ng-runtime}/locales/angular/global/ff-adlm-ng.js +0 -0
- {package → app-ng-runtime}/locales/angular/global/ff-adlm-sl.js +0 -0
- {package → app-ng-runtime}/locales/angular/global/ff-adlm-sn.js +0 -0
- {package → app-ng-runtime}/locales/angular/global/ff-adlm.js +0 -0
- {package → app-ng-runtime}/locales/angular/global/ff-cm.js +0 -0
- {package → app-ng-runtime}/locales/angular/global/ff-gn.js +0 -0
- {package → app-ng-runtime}/locales/angular/global/ff-latn-bf.js +0 -0
- {package → app-ng-runtime}/locales/angular/global/ff-latn-cm.js +0 -0
- {package → app-ng-runtime}/locales/angular/global/ff-latn-gh.js +0 -0
- {package → app-ng-runtime}/locales/angular/global/ff-latn-gm.js +0 -0
- {package → app-ng-runtime}/locales/angular/global/ff-latn-gn.js +0 -0
- {package → app-ng-runtime}/locales/angular/global/ff-latn-gw.js +0 -0
- {package → app-ng-runtime}/locales/angular/global/ff-latn-lr.js +0 -0
- {package → app-ng-runtime}/locales/angular/global/ff-latn-mr.js +0 -0
- {package → app-ng-runtime}/locales/angular/global/ff-latn-ne.js +0 -0
- {package → app-ng-runtime}/locales/angular/global/ff-latn-ng.js +0 -0
- {package → app-ng-runtime}/locales/angular/global/ff-latn-sl.js +0 -0
- {package → app-ng-runtime}/locales/angular/global/ff-latn.js +0 -0
- {package → app-ng-runtime}/locales/angular/global/ff-mr.js +0 -0
- {package → app-ng-runtime}/locales/angular/global/ff.js +0 -0
- {package → app-ng-runtime}/locales/angular/global/fi.js +0 -0
- {package → app-ng-runtime}/locales/angular/global/fil.js +0 -0
- {package → app-ng-runtime}/locales/angular/global/fo-dk.js +0 -0
- {package → app-ng-runtime}/locales/angular/global/fo.js +0 -0
- {package → app-ng-runtime}/locales/angular/global/fr-be.js +0 -0
- {package → app-ng-runtime}/locales/angular/global/fr-bf.js +0 -0
- {package → app-ng-runtime}/locales/angular/global/fr-bi.js +0 -0
- {package → app-ng-runtime}/locales/angular/global/fr-bj.js +0 -0
- {package → app-ng-runtime}/locales/angular/global/fr-bl.js +0 -0
- {package → app-ng-runtime}/locales/angular/global/fr-ca.js +0 -0
- {package → app-ng-runtime}/locales/angular/global/fr-cd.js +0 -0
- {package → app-ng-runtime}/locales/angular/global/fr-cf.js +0 -0
- {package → app-ng-runtime}/locales/angular/global/fr-cg.js +0 -0
- {package → app-ng-runtime}/locales/angular/global/fr-ch.js +0 -0
- {package → app-ng-runtime}/locales/angular/global/fr-ci.js +0 -0
- {package → app-ng-runtime}/locales/angular/global/fr-cm.js +0 -0
- {package → app-ng-runtime}/locales/angular/global/fr-dj.js +0 -0
- {package → app-ng-runtime}/locales/angular/global/fr-dz.js +0 -0
- {package → app-ng-runtime}/locales/angular/global/fr-ga.js +0 -0
- {package → app-ng-runtime}/locales/angular/global/fr-gf.js +0 -0
- {package → app-ng-runtime}/locales/angular/global/fr-gn.js +0 -0
- {package → app-ng-runtime}/locales/angular/global/fr-gp.js +0 -0
- {package → app-ng-runtime}/locales/angular/global/fr-gq.js +0 -0
- {package → app-ng-runtime}/locales/angular/global/fr-ht.js +0 -0
- {package → app-ng-runtime}/locales/angular/global/fr-km.js +0 -0
- {package → app-ng-runtime}/locales/angular/global/fr-lu.js +0 -0
- {package → app-ng-runtime}/locales/angular/global/fr-ma.js +0 -0
- {package → app-ng-runtime}/locales/angular/global/fr-mc.js +0 -0
- {package → app-ng-runtime}/locales/angular/global/fr-mf.js +0 -0
- {package → app-ng-runtime}/locales/angular/global/fr-mg.js +0 -0
- {package → app-ng-runtime}/locales/angular/global/fr-ml.js +0 -0
- {package → app-ng-runtime}/locales/angular/global/fr-mq.js +0 -0
- {package → app-ng-runtime}/locales/angular/global/fr-mr.js +0 -0
- {package → app-ng-runtime}/locales/angular/global/fr-mu.js +0 -0
- {package → app-ng-runtime}/locales/angular/global/fr-nc.js +0 -0
- {package → app-ng-runtime}/locales/angular/global/fr-ne.js +0 -0
- {package → app-ng-runtime}/locales/angular/global/fr-pf.js +0 -0
- {package → app-ng-runtime}/locales/angular/global/fr-pm.js +0 -0
- {package → app-ng-runtime}/locales/angular/global/fr-re.js +0 -0
- {package → app-ng-runtime}/locales/angular/global/fr-rw.js +0 -0
- {package → app-ng-runtime}/locales/angular/global/fr-sc.js +0 -0
- {package → app-ng-runtime}/locales/angular/global/fr-sn.js +0 -0
- {package → app-ng-runtime}/locales/angular/global/fr-sy.js +0 -0
- {package → app-ng-runtime}/locales/angular/global/fr-td.js +0 -0
- {package → app-ng-runtime}/locales/angular/global/fr-tg.js +0 -0
- {package → app-ng-runtime}/locales/angular/global/fr-tn.js +0 -0
- {package → app-ng-runtime}/locales/angular/global/fr-vu.js +0 -0
- {package → app-ng-runtime}/locales/angular/global/fr-wf.js +0 -0
- {package → app-ng-runtime}/locales/angular/global/fr-yt.js +0 -0
- {package → app-ng-runtime}/locales/angular/global/fr.js +0 -0
- {package → app-ng-runtime}/locales/angular/global/fur.js +0 -0
- {package → app-ng-runtime}/locales/angular/global/fy.js +0 -0
- {package → app-ng-runtime}/locales/angular/global/ga-gb.js +0 -0
- {package → app-ng-runtime}/locales/angular/global/ga.js +0 -0
- {package → app-ng-runtime}/locales/angular/global/gd.js +0 -0
- {package → app-ng-runtime}/locales/angular/global/gl.js +0 -0
- {package → app-ng-runtime}/locales/angular/global/gsw-fr.js +0 -0
- {package → app-ng-runtime}/locales/angular/global/gsw-li.js +0 -0
- {package → app-ng-runtime}/locales/angular/global/gsw.js +0 -0
- {package → app-ng-runtime}/locales/angular/global/gu.js +0 -0
- {package → app-ng-runtime}/locales/angular/global/guz.js +0 -0
- {package → app-ng-runtime}/locales/angular/global/gv.js +0 -0
- {package → app-ng-runtime}/locales/angular/global/ha-gh.js +0 -0
- {package → app-ng-runtime}/locales/angular/global/ha-ne.js +0 -0
- {package → app-ng-runtime}/locales/angular/global/ha.js +0 -0
- {package → app-ng-runtime}/locales/angular/global/haw.js +0 -0
- {package → app-ng-runtime}/locales/angular/global/he.js +0 -0
- {package → app-ng-runtime}/locales/angular/global/hi-latn.js +0 -0
- {package → app-ng-runtime}/locales/angular/global/hi.js +0 -0
- {package → app-ng-runtime}/locales/angular/global/hr-ba.js +0 -0
- {package → app-ng-runtime}/locales/angular/global/hr.js +0 -0
- {package → app-ng-runtime}/locales/angular/global/hsb.js +0 -0
- {package → app-ng-runtime}/locales/angular/global/hu.js +0 -0
- {package → app-ng-runtime}/locales/angular/global/hy.js +0 -0
- {package → app-ng-runtime}/locales/angular/global/ia.js +0 -0
- {package → app-ng-runtime}/locales/angular/global/id.js +0 -0
- {package → app-ng-runtime}/locales/angular/global/ig.js +0 -0
- {package → app-ng-runtime}/locales/angular/global/ii.js +0 -0
- {package → app-ng-runtime}/locales/angular/global/is.js +0 -0
- {package → app-ng-runtime}/locales/angular/global/it-ch.js +0 -0
- {package → app-ng-runtime}/locales/angular/global/it-sm.js +0 -0
- {package → app-ng-runtime}/locales/angular/global/it-va.js +0 -0
- {package → app-ng-runtime}/locales/angular/global/it.js +0 -0
- {package → app-ng-runtime}/locales/angular/global/ja.js +0 -0
- {package → app-ng-runtime}/locales/angular/global/jgo.js +0 -0
- {package → app-ng-runtime}/locales/angular/global/jmc.js +0 -0
- {package → app-ng-runtime}/locales/angular/global/jv.js +0 -0
- {package → app-ng-runtime}/locales/angular/global/ka.js +0 -0
- {package → app-ng-runtime}/locales/angular/global/kab.js +0 -0
- {package → app-ng-runtime}/locales/angular/global/kam.js +0 -0
- {package → app-ng-runtime}/locales/angular/global/kde.js +0 -0
- {package → app-ng-runtime}/locales/angular/global/kea.js +0 -0
- {package → app-ng-runtime}/locales/angular/global/kgp.js +0 -0
- {package → app-ng-runtime}/locales/angular/global/khq.js +0 -0
- {package → app-ng-runtime}/locales/angular/global/ki.js +0 -0
- {package → app-ng-runtime}/locales/angular/global/kk.js +0 -0
- {package → app-ng-runtime}/locales/angular/global/kkj.js +0 -0
- {package → app-ng-runtime}/locales/angular/global/kl.js +0 -0
- {package → app-ng-runtime}/locales/angular/global/kln.js +0 -0
- {package → app-ng-runtime}/locales/angular/global/km.js +0 -0
- {package → app-ng-runtime}/locales/angular/global/kn.js +0 -0
- {package → app-ng-runtime}/locales/angular/global/ko-kp.js +0 -0
- {package → app-ng-runtime}/locales/angular/global/ko.js +0 -0
- {package → app-ng-runtime}/locales/angular/global/kok.js +0 -0
- {package → app-ng-runtime}/locales/angular/global/ks-arab.js +0 -0
- {package → app-ng-runtime}/locales/angular/global/ks-deva.js +0 -0
- {package → app-ng-runtime}/locales/angular/global/ks.js +0 -0
- {package → app-ng-runtime}/locales/angular/global/ksb.js +0 -0
- {package → app-ng-runtime}/locales/angular/global/ksf.js +0 -0
- {package → app-ng-runtime}/locales/angular/global/ksh.js +0 -0
- {package → app-ng-runtime}/locales/angular/global/ku.js +0 -0
- {package → app-ng-runtime}/locales/angular/global/kw.js +0 -0
- {package → app-ng-runtime}/locales/angular/global/ky.js +0 -0
- {package → app-ng-runtime}/locales/angular/global/lag.js +0 -0
- {package → app-ng-runtime}/locales/angular/global/lb.js +0 -0
- {package → app-ng-runtime}/locales/angular/global/lg.js +0 -0
- {package → app-ng-runtime}/locales/angular/global/lkt.js +0 -0
- {package → app-ng-runtime}/locales/angular/global/ln-ao.js +0 -0
- {package → app-ng-runtime}/locales/angular/global/ln-cf.js +0 -0
- {package → app-ng-runtime}/locales/angular/global/ln-cg.js +0 -0
- {package → app-ng-runtime}/locales/angular/global/ln.js +0 -0
- {package → app-ng-runtime}/locales/angular/global/lo.js +0 -0
- {package → app-ng-runtime}/locales/angular/global/lrc-iq.js +0 -0
- {package → app-ng-runtime}/locales/angular/global/lrc.js +0 -0
- {package → app-ng-runtime}/locales/angular/global/lt.js +0 -0
- {package → app-ng-runtime}/locales/angular/global/lu.js +0 -0
- {package → app-ng-runtime}/locales/angular/global/luo.js +0 -0
- {package → app-ng-runtime}/locales/angular/global/luy.js +0 -0
- {package → app-ng-runtime}/locales/angular/global/lv.js +0 -0
- {package → app-ng-runtime}/locales/angular/global/mai.js +0 -0
- {package → app-ng-runtime}/locales/angular/global/mas-tz.js +0 -0
- {package → app-ng-runtime}/locales/angular/global/mas.js +0 -0
- {package → app-ng-runtime}/locales/angular/global/mer.js +0 -0
- {package → app-ng-runtime}/locales/angular/global/mfe.js +0 -0
- {package → app-ng-runtime}/locales/angular/global/mg.js +0 -0
- {package → app-ng-runtime}/locales/angular/global/mgh.js +0 -0
- {package → app-ng-runtime}/locales/angular/global/mgo.js +0 -0
- {package → app-ng-runtime}/locales/angular/global/mi.js +0 -0
- {package → app-ng-runtime}/locales/angular/global/mk.js +0 -0
- {package → app-ng-runtime}/locales/angular/global/ml.js +0 -0
- {package → app-ng-runtime}/locales/angular/global/mn.js +0 -0
- {package → app-ng-runtime}/locales/angular/global/mni-beng.js +0 -0
- {package → app-ng-runtime}/locales/angular/global/mni.js +0 -0
- {package → app-ng-runtime}/locales/angular/global/mr.js +0 -0
- {package → app-ng-runtime}/locales/angular/global/ms-bn.js +0 -0
- {package → app-ng-runtime}/locales/angular/global/ms-id.js +0 -0
- {package → app-ng-runtime}/locales/angular/global/ms-sg.js +0 -0
- {package → app-ng-runtime}/locales/angular/global/ms.js +0 -0
- {package → app-ng-runtime}/locales/angular/global/mt.js +0 -0
- {package → app-ng-runtime}/locales/angular/global/mua.js +0 -0
- {package → app-ng-runtime}/locales/angular/global/my.js +0 -0
- {package → app-ng-runtime}/locales/angular/global/mzn.js +0 -0
- {package → app-ng-runtime}/locales/angular/global/naq.js +0 -0
- {package → app-ng-runtime}/locales/angular/global/nb-sj.js +0 -0
- {package → app-ng-runtime}/locales/angular/global/nb.js +0 -0
- {package → app-ng-runtime}/locales/angular/global/nd.js +0 -0
- {package → app-ng-runtime}/locales/angular/global/nds-nl.js +0 -0
- {package → app-ng-runtime}/locales/angular/global/nds.js +0 -0
- {package → app-ng-runtime}/locales/angular/global/ne-in.js +0 -0
- {package → app-ng-runtime}/locales/angular/global/ne.js +0 -0
- {package → app-ng-runtime}/locales/angular/global/nl-aw.js +0 -0
- {package → app-ng-runtime}/locales/angular/global/nl-be.js +0 -0
- {package → app-ng-runtime}/locales/angular/global/nl-bq.js +0 -0
- {package → app-ng-runtime}/locales/angular/global/nl-cw.js +0 -0
- {package → app-ng-runtime}/locales/angular/global/nl-sr.js +0 -0
- {package → app-ng-runtime}/locales/angular/global/nl-sx.js +0 -0
- {package → app-ng-runtime}/locales/angular/global/nl.js +0 -0
- {package → app-ng-runtime}/locales/angular/global/nmg.js +0 -0
- {package → app-ng-runtime}/locales/angular/global/nn.js +0 -0
- {package → app-ng-runtime}/locales/angular/global/nnh.js +0 -0
- {package → app-ng-runtime}/locales/angular/global/no.js +0 -0
- {package → app-ng-runtime}/locales/angular/global/nus.js +0 -0
- {package → app-ng-runtime}/locales/angular/global/nyn.js +0 -0
- {package → app-ng-runtime}/locales/angular/global/om-ke.js +0 -0
- {package → app-ng-runtime}/locales/angular/global/om.js +0 -0
- {package → app-ng-runtime}/locales/angular/global/or.js +0 -0
- {package → app-ng-runtime}/locales/angular/global/os-ru.js +0 -0
- {package → app-ng-runtime}/locales/angular/global/os.js +0 -0
- {package → app-ng-runtime}/locales/angular/global/pa-arab.js +0 -0
- {package → app-ng-runtime}/locales/angular/global/pa-guru.js +0 -0
- {package → app-ng-runtime}/locales/angular/global/pa.js +0 -0
- {package → app-ng-runtime}/locales/angular/global/pcm.js +0 -0
- {package → app-ng-runtime}/locales/angular/global/pl.js +0 -0
- {package → app-ng-runtime}/locales/angular/global/ps-pk.js +0 -0
- {package → app-ng-runtime}/locales/angular/global/ps.js +0 -0
- {package → app-ng-runtime}/locales/angular/global/pt-ao.js +0 -0
- {package → app-ng-runtime}/locales/angular/global/pt-ch.js +0 -0
- {package → app-ng-runtime}/locales/angular/global/pt-cv.js +0 -0
- {package → app-ng-runtime}/locales/angular/global/pt-gq.js +0 -0
- {package → app-ng-runtime}/locales/angular/global/pt-gw.js +0 -0
- {package → app-ng-runtime}/locales/angular/global/pt-lu.js +0 -0
- {package → app-ng-runtime}/locales/angular/global/pt-mo.js +0 -0
- {package → app-ng-runtime}/locales/angular/global/pt-mz.js +0 -0
- {package → app-ng-runtime}/locales/angular/global/pt-pt.js +0 -0
- {package → app-ng-runtime}/locales/angular/global/pt-st.js +0 -0
- {package → app-ng-runtime}/locales/angular/global/pt-tl.js +0 -0
- {package → app-ng-runtime}/locales/angular/global/pt.js +0 -0
- {package → app-ng-runtime}/locales/angular/global/qu-bo.js +0 -0
- {package → app-ng-runtime}/locales/angular/global/qu-ec.js +0 -0
- {package → app-ng-runtime}/locales/angular/global/qu.js +0 -0
- {package → app-ng-runtime}/locales/angular/global/rm.js +0 -0
- {package → app-ng-runtime}/locales/angular/global/rn.js +0 -0
- {package → app-ng-runtime}/locales/angular/global/ro-md.js +0 -0
- {package → app-ng-runtime}/locales/angular/global/ro.js +0 -0
- {package → app-ng-runtime}/locales/angular/global/rof.js +0 -0
- {package → app-ng-runtime}/locales/angular/global/ru-by.js +0 -0
- {package → app-ng-runtime}/locales/angular/global/ru-kg.js +0 -0
- {package → app-ng-runtime}/locales/angular/global/ru-kz.js +0 -0
- {package → app-ng-runtime}/locales/angular/global/ru-md.js +0 -0
- {package → app-ng-runtime}/locales/angular/global/ru-ua.js +0 -0
- {package → app-ng-runtime}/locales/angular/global/ru.js +0 -0
- {package → app-ng-runtime}/locales/angular/global/rw.js +0 -0
- {package → app-ng-runtime}/locales/angular/global/rwk.js +0 -0
- {package → app-ng-runtime}/locales/angular/global/sa.js +0 -0
- {package → app-ng-runtime}/locales/angular/global/sah.js +0 -0
- {package → app-ng-runtime}/locales/angular/global/saq.js +0 -0
- {package → app-ng-runtime}/locales/angular/global/sat-olck.js +0 -0
- {package → app-ng-runtime}/locales/angular/global/sat.js +0 -0
- {package → app-ng-runtime}/locales/angular/global/sbp.js +0 -0
- {package → app-ng-runtime}/locales/angular/global/sc.js +0 -0
- {package → app-ng-runtime}/locales/angular/global/sd-arab.js +0 -0
- {package → app-ng-runtime}/locales/angular/global/sd-deva.js +0 -0
- {package → app-ng-runtime}/locales/angular/global/sd.js +0 -0
- {package → app-ng-runtime}/locales/angular/global/se-fi.js +0 -0
- {package → app-ng-runtime}/locales/angular/global/se-se.js +0 -0
- {package → app-ng-runtime}/locales/angular/global/se.js +0 -0
- {package → app-ng-runtime}/locales/angular/global/seh.js +0 -0
- {package → app-ng-runtime}/locales/angular/global/ses.js +0 -0
- {package → app-ng-runtime}/locales/angular/global/sg.js +0 -0
- {package → app-ng-runtime}/locales/angular/global/shi-latn.js +0 -0
- {package → app-ng-runtime}/locales/angular/global/shi-tfng.js +0 -0
- {package → app-ng-runtime}/locales/angular/global/shi.js +0 -0
- {package → app-ng-runtime}/locales/angular/global/si.js +0 -0
- {package → app-ng-runtime}/locales/angular/global/sk.js +0 -0
- {package → app-ng-runtime}/locales/angular/global/sl.js +0 -0
- {package → app-ng-runtime}/locales/angular/global/smn.js +0 -0
- {package → app-ng-runtime}/locales/angular/global/sn.js +0 -0
- {package → app-ng-runtime}/locales/angular/global/so-dj.js +0 -0
- {package → app-ng-runtime}/locales/angular/global/so-et.js +0 -0
- {package → app-ng-runtime}/locales/angular/global/so-ke.js +0 -0
- {package → app-ng-runtime}/locales/angular/global/so.js +0 -0
- {package → app-ng-runtime}/locales/angular/global/sq-mk.js +0 -0
- {package → app-ng-runtime}/locales/angular/global/sq-xk.js +0 -0
- {package → app-ng-runtime}/locales/angular/global/sq.js +0 -0
- {package → app-ng-runtime}/locales/angular/global/sr-cyrl-ba.js +0 -0
- {package → app-ng-runtime}/locales/angular/global/sr-cyrl-me.js +0 -0
- {package → app-ng-runtime}/locales/angular/global/sr-cyrl-xk.js +0 -0
- {package → app-ng-runtime}/locales/angular/global/sr-cyrl.js +0 -0
- {package → app-ng-runtime}/locales/angular/global/sr-latn-ba.js +0 -0
- {package → app-ng-runtime}/locales/angular/global/sr-latn-me.js +0 -0
- {package → app-ng-runtime}/locales/angular/global/sr-latn-xk.js +0 -0
- {package → app-ng-runtime}/locales/angular/global/sr-latn.js +0 -0
- {package → app-ng-runtime}/locales/angular/global/sr.js +0 -0
- {package → app-ng-runtime}/locales/angular/global/su-latn.js +0 -0
- {package → app-ng-runtime}/locales/angular/global/su.js +0 -0
- {package → app-ng-runtime}/locales/angular/global/sv-ax.js +0 -0
- {package → app-ng-runtime}/locales/angular/global/sv-fi.js +0 -0
- {package → app-ng-runtime}/locales/angular/global/sv.js +0 -0
- {package → app-ng-runtime}/locales/angular/global/sw-cd.js +0 -0
- {package → app-ng-runtime}/locales/angular/global/sw-ke.js +0 -0
- {package → app-ng-runtime}/locales/angular/global/sw-ug.js +0 -0
- {package → app-ng-runtime}/locales/angular/global/sw.js +0 -0
- {package → app-ng-runtime}/locales/angular/global/ta-lk.js +0 -0
- {package → app-ng-runtime}/locales/angular/global/ta-my.js +0 -0
- {package → app-ng-runtime}/locales/angular/global/ta-sg.js +0 -0
- {package → app-ng-runtime}/locales/angular/global/ta.js +0 -0
- {package → app-ng-runtime}/locales/angular/global/te.js +0 -0
- {package → app-ng-runtime}/locales/angular/global/teo-ke.js +0 -0
- {package → app-ng-runtime}/locales/angular/global/teo.js +0 -0
- {package → app-ng-runtime}/locales/angular/global/tg.js +0 -0
- {package → app-ng-runtime}/locales/angular/global/th.js +0 -0
- {package → app-ng-runtime}/locales/angular/global/ti-er.js +0 -0
- {package → app-ng-runtime}/locales/angular/global/ti.js +0 -0
- {package → app-ng-runtime}/locales/angular/global/tk.js +0 -0
- {package → app-ng-runtime}/locales/angular/global/to.js +0 -0
- {package → app-ng-runtime}/locales/angular/global/tr-cy.js +0 -0
- {package → app-ng-runtime}/locales/angular/global/tr.js +0 -0
- {package → app-ng-runtime}/locales/angular/global/tt.js +0 -0
- {package → app-ng-runtime}/locales/angular/global/twq.js +0 -0
- {package → app-ng-runtime}/locales/angular/global/tzm.js +0 -0
- {package → app-ng-runtime}/locales/angular/global/ug.js +0 -0
- {package → app-ng-runtime}/locales/angular/global/uk.js +0 -0
- {package → app-ng-runtime}/locales/angular/global/und.js +0 -0
- {package → app-ng-runtime}/locales/angular/global/ur-in.js +0 -0
- {package → app-ng-runtime}/locales/angular/global/ur.js +0 -0
- {package → app-ng-runtime}/locales/angular/global/uz-arab.js +0 -0
- {package → app-ng-runtime}/locales/angular/global/uz-cyrl.js +0 -0
- {package → app-ng-runtime}/locales/angular/global/uz-latn.js +0 -0
- {package → app-ng-runtime}/locales/angular/global/uz.js +0 -0
- {package → app-ng-runtime}/locales/angular/global/vai-latn.js +0 -0
- {package → app-ng-runtime}/locales/angular/global/vai-vaii.js +0 -0
- {package → app-ng-runtime}/locales/angular/global/vai.js +0 -0
- {package → app-ng-runtime}/locales/angular/global/vi.js +0 -0
- {package → app-ng-runtime}/locales/angular/global/vun.js +0 -0
- {package → app-ng-runtime}/locales/angular/global/wae.js +0 -0
- {package → app-ng-runtime}/locales/angular/global/wo.js +0 -0
- {package → app-ng-runtime}/locales/angular/global/xh.js +0 -0
- {package → app-ng-runtime}/locales/angular/global/xog.js +0 -0
- {package → app-ng-runtime}/locales/angular/global/yav.js +0 -0
- {package → app-ng-runtime}/locales/angular/global/yi.js +0 -0
- {package → app-ng-runtime}/locales/angular/global/yo-bj.js +0 -0
- {package → app-ng-runtime}/locales/angular/global/yo.js +0 -0
- {package → app-ng-runtime}/locales/angular/global/yrl-co.js +0 -0
- {package → app-ng-runtime}/locales/angular/global/yrl-ve.js +0 -0
- {package → app-ng-runtime}/locales/angular/global/yrl.js +0 -0
- {package → app-ng-runtime}/locales/angular/global/yue-hans.js +0 -0
- {package → app-ng-runtime}/locales/angular/global/yue-hant.js +0 -0
- {package → app-ng-runtime}/locales/angular/global/yue.js +0 -0
- {package → app-ng-runtime}/locales/angular/global/zgh.js +0 -0
- {package → app-ng-runtime}/locales/angular/global/zh-hans-hk.js +0 -0
- {package → app-ng-runtime}/locales/angular/global/zh-hans-mo.js +0 -0
- {package → app-ng-runtime}/locales/angular/global/zh-hans-sg.js +0 -0
- {package → app-ng-runtime}/locales/angular/global/zh-hans.js +0 -0
- {package → app-ng-runtime}/locales/angular/global/zh-hant-hk.js +0 -0
- {package → app-ng-runtime}/locales/angular/global/zh-hant-mo.js +0 -0
- {package → app-ng-runtime}/locales/angular/global/zh-hant.js +0 -0
- {package → app-ng-runtime}/locales/angular/global/zh.js +0 -0
- {package → app-ng-runtime}/locales/angular/global/zu.js +0 -0
- {package → app-ng-runtime}/locales/fullcalendar/af.js +0 -0
- {package → app-ng-runtime}/locales/fullcalendar/ar-dz.js +0 -0
- {package → app-ng-runtime}/locales/fullcalendar/ar-kw.js +0 -0
- {package → app-ng-runtime}/locales/fullcalendar/ar-ly.js +0 -0
- {package → app-ng-runtime}/locales/fullcalendar/ar-ma.js +0 -0
- {package → app-ng-runtime}/locales/fullcalendar/ar-sa.js +0 -0
- {package → app-ng-runtime}/locales/fullcalendar/ar-tn.js +0 -0
- {package → app-ng-runtime}/locales/fullcalendar/ar.js +0 -0
- {package → app-ng-runtime}/locales/fullcalendar/az.js +0 -0
- {package → app-ng-runtime}/locales/fullcalendar/bg.js +0 -0
- {package → app-ng-runtime}/locales/fullcalendar/bs.js +0 -0
- {package → app-ng-runtime}/locales/fullcalendar/ca.js +0 -0
- {package → app-ng-runtime}/locales/fullcalendar/cs.js +0 -0
- {package → app-ng-runtime}/locales/fullcalendar/da.js +0 -0
- {package → app-ng-runtime}/locales/fullcalendar/de.js +0 -0
- {package → app-ng-runtime}/locales/fullcalendar/el.js +0 -0
- {package → app-ng-runtime}/locales/fullcalendar/en-au.js +0 -0
- {package → app-ng-runtime}/locales/fullcalendar/en-gb.js +0 -0
- {package → app-ng-runtime}/locales/fullcalendar/en-nz.js +0 -0
- {package → app-ng-runtime}/locales/fullcalendar/es-us.js +0 -0
- {package → app-ng-runtime}/locales/fullcalendar/es.js +0 -0
- {package → app-ng-runtime}/locales/fullcalendar/et.js +0 -0
- {package → app-ng-runtime}/locales/fullcalendar/eu.js +0 -0
- {package → app-ng-runtime}/locales/fullcalendar/fa.js +0 -0
- {package → app-ng-runtime}/locales/fullcalendar/fi.js +0 -0
- {package → app-ng-runtime}/locales/fullcalendar/fr-ca.js +0 -0
- {package → app-ng-runtime}/locales/fullcalendar/fr-ch.js +0 -0
- {package → app-ng-runtime}/locales/fullcalendar/fr.js +0 -0
- {package → app-ng-runtime}/locales/fullcalendar/gl.js +0 -0
- {package → app-ng-runtime}/locales/fullcalendar/he.js +0 -0
- {package → app-ng-runtime}/locales/fullcalendar/hi.js +0 -0
- {package → app-ng-runtime}/locales/fullcalendar/hr.js +0 -0
- {package → app-ng-runtime}/locales/fullcalendar/hu.js +0 -0
- {package → app-ng-runtime}/locales/fullcalendar/id.js +0 -0
- {package → app-ng-runtime}/locales/fullcalendar/is.js +0 -0
- {package → app-ng-runtime}/locales/fullcalendar/it.js +0 -0
- {package → app-ng-runtime}/locales/fullcalendar/ja.js +0 -0
- {package → app-ng-runtime}/locales/fullcalendar/ka.js +0 -0
- {package → app-ng-runtime}/locales/fullcalendar/kk.js +0 -0
- {package → app-ng-runtime}/locales/fullcalendar/ko.js +0 -0
- {package → app-ng-runtime}/locales/fullcalendar/lb.js +0 -0
- {package → app-ng-runtime}/locales/fullcalendar/lt.js +0 -0
- {package → app-ng-runtime}/locales/fullcalendar/lv.js +0 -0
- {package → app-ng-runtime}/locales/fullcalendar/mk.js +0 -0
- {package → app-ng-runtime}/locales/fullcalendar/ms.js +0 -0
- {package → app-ng-runtime}/locales/fullcalendar/nb.js +0 -0
- {package → app-ng-runtime}/locales/fullcalendar/ne.js +0 -0
- {package → app-ng-runtime}/locales/fullcalendar/nl.js +0 -0
- {package → app-ng-runtime}/locales/fullcalendar/nn.js +0 -0
- {package → app-ng-runtime}/locales/fullcalendar/pl.js +0 -0
- {package → app-ng-runtime}/locales/fullcalendar/pt-br.js +0 -0
- {package → app-ng-runtime}/locales/fullcalendar/pt.js +0 -0
- {package → app-ng-runtime}/locales/fullcalendar/ro.js +0 -0
- {package → app-ng-runtime}/locales/fullcalendar/ru.js +0 -0
- {package → app-ng-runtime}/locales/fullcalendar/sk.js +0 -0
- {package → app-ng-runtime}/locales/fullcalendar/sl.js +0 -0
- {package → app-ng-runtime}/locales/fullcalendar/sq.js +0 -0
- {package → app-ng-runtime}/locales/fullcalendar/sr-cyrl.js +0 -0
- {package → app-ng-runtime}/locales/fullcalendar/sr.js +0 -0
- {package → app-ng-runtime}/locales/fullcalendar/sv.js +0 -0
- {package → app-ng-runtime}/locales/fullcalendar/th.js +0 -0
- {package → app-ng-runtime}/locales/fullcalendar/tr.js +0 -0
- {package → app-ng-runtime}/locales/fullcalendar/ug.js +0 -0
- {package → app-ng-runtime}/locales/fullcalendar/uk.js +0 -0
- {package → app-ng-runtime}/locales/fullcalendar/uz.js +0 -0
- {package → app-ng-runtime}/locales/fullcalendar/vi.js +0 -0
- {package → app-ng-runtime}/locales/fullcalendar/zh-cn.js +0 -0
- {package → app-ng-runtime}/locales/fullcalendar/zh-tw.js +0 -0
- {package → app-ng-runtime}/locales/moment/af.js +0 -0
- {package → app-ng-runtime}/locales/moment/ar-dz.js +0 -0
- {package → app-ng-runtime}/locales/moment/ar-kw.js +0 -0
- {package → app-ng-runtime}/locales/moment/ar-ly.js +0 -0
- {package → app-ng-runtime}/locales/moment/ar-ma.js +0 -0
- {package → app-ng-runtime}/locales/moment/ar-sa.js +0 -0
- {package → app-ng-runtime}/locales/moment/ar-tn.js +0 -0
- {package → app-ng-runtime}/locales/moment/ar.js +0 -0
- {package → app-ng-runtime}/locales/moment/az.js +0 -0
- {package → app-ng-runtime}/locales/moment/be.js +0 -0
- {package → app-ng-runtime}/locales/moment/bg.js +0 -0
- {package → app-ng-runtime}/locales/moment/bm.js +0 -0
- {package → app-ng-runtime}/locales/moment/bn-bd.js +0 -0
- {package → app-ng-runtime}/locales/moment/bn.js +0 -0
- {package → app-ng-runtime}/locales/moment/bo.js +0 -0
- {package → app-ng-runtime}/locales/moment/br.js +0 -0
- {package → app-ng-runtime}/locales/moment/bs.js +0 -0
- {package → app-ng-runtime}/locales/moment/ca.js +0 -0
- {package → app-ng-runtime}/locales/moment/cs.js +0 -0
- {package → app-ng-runtime}/locales/moment/cv.js +0 -0
- {package → app-ng-runtime}/locales/moment/cy.js +0 -0
- {package → app-ng-runtime}/locales/moment/da.js +0 -0
- {package → app-ng-runtime}/locales/moment/de-at.js +0 -0
- {package → app-ng-runtime}/locales/moment/de-ch.js +0 -0
- {package → app-ng-runtime}/locales/moment/de.js +0 -0
- {package → app-ng-runtime}/locales/moment/dv.js +0 -0
- {package → app-ng-runtime}/locales/moment/el.js +0 -0
- {package → app-ng-runtime}/locales/moment/en-au.js +0 -0
- {package → app-ng-runtime}/locales/moment/en-ca.js +0 -0
- {package → app-ng-runtime}/locales/moment/en-gb.js +0 -0
- {package → app-ng-runtime}/locales/moment/en-ie.js +0 -0
- {package → app-ng-runtime}/locales/moment/en-il.js +0 -0
- {package → app-ng-runtime}/locales/moment/en-in.js +0 -0
- {package → app-ng-runtime}/locales/moment/en-nz.js +0 -0
- {package → app-ng-runtime}/locales/moment/en-sg.js +0 -0
- {package → app-ng-runtime}/locales/moment/eo.js +0 -0
- {package → app-ng-runtime}/locales/moment/es-do.js +0 -0
- {package → app-ng-runtime}/locales/moment/es-mx.js +0 -0
- {package → app-ng-runtime}/locales/moment/es-us.js +0 -0
- {package → app-ng-runtime}/locales/moment/es.js +0 -0
- {package → app-ng-runtime}/locales/moment/et.js +0 -0
- {package → app-ng-runtime}/locales/moment/eu.js +0 -0
- {package → app-ng-runtime}/locales/moment/fa.js +0 -0
- {package → app-ng-runtime}/locales/moment/fi.js +0 -0
- {package → app-ng-runtime}/locales/moment/fil.js +0 -0
- {package → app-ng-runtime}/locales/moment/fo.js +0 -0
- {package → app-ng-runtime}/locales/moment/fr-ca.js +0 -0
- {package → app-ng-runtime}/locales/moment/fr-ch.js +0 -0
- {package → app-ng-runtime}/locales/moment/fr.js +0 -0
- {package → app-ng-runtime}/locales/moment/fy.js +0 -0
- {package → app-ng-runtime}/locales/moment/ga.js +0 -0
- {package → app-ng-runtime}/locales/moment/gd.js +0 -0
- {package → app-ng-runtime}/locales/moment/gl.js +0 -0
- {package → app-ng-runtime}/locales/moment/gom-deva.js +0 -0
- {package → app-ng-runtime}/locales/moment/gom-latn.js +0 -0
- {package → app-ng-runtime}/locales/moment/gu.js +0 -0
- {package → app-ng-runtime}/locales/moment/he.js +0 -0
- {package → app-ng-runtime}/locales/moment/hi.js +0 -0
- {package → app-ng-runtime}/locales/moment/hr.js +0 -0
- {package → app-ng-runtime}/locales/moment/hu.js +0 -0
- {package → app-ng-runtime}/locales/moment/hy-am.js +0 -0
- {package → app-ng-runtime}/locales/moment/id.js +0 -0
- {package → app-ng-runtime}/locales/moment/is.js +0 -0
- {package → app-ng-runtime}/locales/moment/it-ch.js +0 -0
- {package → app-ng-runtime}/locales/moment/it.js +0 -0
- {package → app-ng-runtime}/locales/moment/ja.js +0 -0
- {package → app-ng-runtime}/locales/moment/jv.js +0 -0
- {package → app-ng-runtime}/locales/moment/ka.js +0 -0
- {package → app-ng-runtime}/locales/moment/kk.js +0 -0
- {package → app-ng-runtime}/locales/moment/km.js +0 -0
- {package → app-ng-runtime}/locales/moment/kn.js +0 -0
- {package → app-ng-runtime}/locales/moment/ko.js +0 -0
- {package → app-ng-runtime}/locales/moment/ku.js +0 -0
- {package → app-ng-runtime}/locales/moment/ky.js +0 -0
- {package → app-ng-runtime}/locales/moment/lb.js +0 -0
- {package → app-ng-runtime}/locales/moment/lo.js +0 -0
- {package → app-ng-runtime}/locales/moment/lt.js +0 -0
- {package → app-ng-runtime}/locales/moment/lv.js +0 -0
- {package → app-ng-runtime}/locales/moment/me.js +0 -0
- {package → app-ng-runtime}/locales/moment/mi.js +0 -0
- {package → app-ng-runtime}/locales/moment/mk.js +0 -0
- {package → app-ng-runtime}/locales/moment/ml.js +0 -0
- {package → app-ng-runtime}/locales/moment/mn.js +0 -0
- {package → app-ng-runtime}/locales/moment/mr.js +0 -0
- {package → app-ng-runtime}/locales/moment/ms-my.js +0 -0
- {package → app-ng-runtime}/locales/moment/ms.js +0 -0
- {package → app-ng-runtime}/locales/moment/mt.js +0 -0
- {package → app-ng-runtime}/locales/moment/my.js +0 -0
- {package → app-ng-runtime}/locales/moment/nb.js +0 -0
- {package → app-ng-runtime}/locales/moment/ne.js +0 -0
- {package → app-ng-runtime}/locales/moment/nl-be.js +0 -0
- {package → app-ng-runtime}/locales/moment/nl.js +0 -0
- {package → app-ng-runtime}/locales/moment/nn.js +0 -0
- {package → app-ng-runtime}/locales/moment/oc-lnc.js +0 -0
- {package → app-ng-runtime}/locales/moment/pa-in.js +0 -0
- {package → app-ng-runtime}/locales/moment/pl.js +0 -0
- {package → app-ng-runtime}/locales/moment/pt-br.js +0 -0
- {package → app-ng-runtime}/locales/moment/pt.js +0 -0
- {package → app-ng-runtime}/locales/moment/ro.js +0 -0
- {package → app-ng-runtime}/locales/moment/ru.js +0 -0
- {package → app-ng-runtime}/locales/moment/sd.js +0 -0
- {package → app-ng-runtime}/locales/moment/se.js +0 -0
- {package → app-ng-runtime}/locales/moment/si.js +0 -0
- {package → app-ng-runtime}/locales/moment/sk.js +0 -0
- {package → app-ng-runtime}/locales/moment/sl.js +0 -0
- {package → app-ng-runtime}/locales/moment/sq.js +0 -0
- {package → app-ng-runtime}/locales/moment/sr-cyrl.js +0 -0
- {package → app-ng-runtime}/locales/moment/sr.js +0 -0
- {package → app-ng-runtime}/locales/moment/ss.js +0 -0
- {package → app-ng-runtime}/locales/moment/sv.js +0 -0
- {package → app-ng-runtime}/locales/moment/sw.js +0 -0
- {package → app-ng-runtime}/locales/moment/ta.js +0 -0
- {package → app-ng-runtime}/locales/moment/te.js +0 -0
- {package → app-ng-runtime}/locales/moment/tet.js +0 -0
- {package → app-ng-runtime}/locales/moment/tg.js +0 -0
- {package → app-ng-runtime}/locales/moment/th.js +0 -0
- {package → app-ng-runtime}/locales/moment/tk.js +0 -0
- {package → app-ng-runtime}/locales/moment/tl-ph.js +0 -0
- {package → app-ng-runtime}/locales/moment/tlh.js +0 -0
- {package → app-ng-runtime}/locales/moment/tr.js +0 -0
- {package → app-ng-runtime}/locales/moment/tzl.js +0 -0
- {package → app-ng-runtime}/locales/moment/tzm-latn.js +0 -0
- {package → app-ng-runtime}/locales/moment/tzm.js +0 -0
- {package → app-ng-runtime}/locales/moment/ug-cn.js +0 -0
- {package → app-ng-runtime}/locales/moment/uk.js +0 -0
- {package → app-ng-runtime}/locales/moment/ur.js +0 -0
- {package → app-ng-runtime}/locales/moment/uz-latn.js +0 -0
- {package → app-ng-runtime}/locales/moment/uz.js +0 -0
- {package → app-ng-runtime}/locales/moment/vi.js +0 -0
- {package → app-ng-runtime}/locales/moment/x-pseudo.js +0 -0
- {package → app-ng-runtime}/locales/moment/yo.js +0 -0
- {package → app-ng-runtime}/locales/moment/zh-cn.js +0 -0
- {package → app-ng-runtime}/locales/moment/zh-hk.js +0 -0
- {package → app-ng-runtime}/locales/moment/zh-mo.js +0 -0
- {package → app-ng-runtime}/locales/moment/zh-tw.js +0 -0
- {package → app-ng-runtime}/locales/moment-timezone/moment-timezone-with-data.js +0 -0
- {package → app-ng-runtime}/mobile/components/basic/default/anchor/anchor.directive.d.ts +0 -0
- {package → app-ng-runtime}/mobile/components/basic/default/app-update/app-update.component.d.ts +0 -0
- {package → app-ng-runtime}/mobile/components/basic/default/basic.module.d.ts +0 -0
- {package → app-ng-runtime}/mobile/components/basic/default/bundles/index.umd.js +0 -0
- {package → app-ng-runtime}/mobile/components/basic/default/esm2022/anchor/anchor.directive.mjs +0 -0
- {package → app-ng-runtime}/mobile/components/basic/default/esm2022/app-update/app-update.component.mjs +0 -0
- {package → app-ng-runtime}/mobile/components/basic/default/esm2022/basic.module.mjs +0 -0
- {package → app-ng-runtime}/mobile/components/basic/default/esm2022/file-browser/file-browser.component.mjs +0 -0
- {package → app-ng-runtime}/mobile/components/basic/default/esm2022/file-browser/file-selector.service.mjs +0 -0
- {package → app-ng-runtime}/mobile/components/basic/default/esm2022/image-cache/image-cache.directive.mjs +0 -0
- {package → app-ng-runtime}/mobile/components/basic/default/esm2022/index.mjs +0 -0
- {package → app-ng-runtime}/mobile/components/basic/default/esm2022/network-info-toaster/network-info-toaster.component.mjs +0 -0
- {package → app-ng-runtime}/mobile/components/basic/default/esm2022/network-info-toaster/network-info-toaster.props.mjs +0 -0
- {package → app-ng-runtime}/mobile/components/basic/default/esm2022/process-manager/process-management.service.mjs +0 -0
- {package → app-ng-runtime}/mobile/components/basic/default/esm2022/process-manager/process-manager.component.mjs +0 -0
- {package → app-ng-runtime}/mobile/components/basic/default/esm2022/public_api.mjs +0 -0
- {package → app-ng-runtime}/mobile/components/basic/default/fesm2022/index.mjs +0 -0
- {package → app-ng-runtime}/mobile/components/basic/default/fesm2022/index.mjs.map +0 -0
- {package → app-ng-runtime}/mobile/components/basic/default/file-browser/file-browser.component.d.ts +0 -0
- {package → app-ng-runtime}/mobile/components/basic/default/file-browser/file-selector.service.d.ts +0 -0
- {package → app-ng-runtime}/mobile/components/basic/default/image-cache/image-cache.directive.d.ts +0 -0
- {package → app-ng-runtime}/mobile/components/basic/default/index.d.ts +0 -0
- {package → app-ng-runtime}/mobile/components/basic/default/network-info-toaster/network-info-toaster.component.d.ts +0 -0
- {package → app-ng-runtime}/mobile/components/basic/default/network-info-toaster/network-info-toaster.props.d.ts +0 -0
- {package → app-ng-runtime}/mobile/components/basic/default/process-manager/process-management.service.d.ts +0 -0
- {package → app-ng-runtime}/mobile/components/basic/default/process-manager/process-manager.component.d.ts +0 -0
- {package → app-ng-runtime}/mobile/components/basic/default/public_api.d.ts +0 -0
- {package → app-ng-runtime}/mobile/components/basic/search/bundles/index.umd.js +0 -0
- {package → app-ng-runtime}/mobile/components/basic/search/esm2022/index.mjs +0 -0
- {package → app-ng-runtime}/mobile/components/basic/search/esm2022/public_api.mjs +0 -0
- {package → app-ng-runtime}/mobile/components/basic/search/esm2022/search.directive.mjs +0 -0
- {package → app-ng-runtime}/mobile/components/basic/search/esm2022/search.module.mjs +0 -0
- {package → app-ng-runtime}/mobile/components/basic/search/fesm2022/index.mjs +0 -0
- {package → app-ng-runtime}/mobile/components/basic/search/fesm2022/index.mjs.map +0 -0
- {package → app-ng-runtime}/mobile/components/basic/search/index.d.ts +0 -0
- {package → app-ng-runtime}/mobile/components/basic/search/public_api.d.ts +0 -0
- {package → app-ng-runtime}/mobile/components/basic/search/search.directive.d.ts +0 -0
- {package → app-ng-runtime}/mobile/components/basic/search/search.module.d.ts +0 -0
- {package → app-ng-runtime}/mobile/components/containers/segmented-control/bundles/index.umd.js +0 -0
- {package → app-ng-runtime}/mobile/components/containers/segmented-control/esm2022/index.mjs +0 -0
- {package → app-ng-runtime}/mobile/components/containers/segmented-control/esm2022/public_api.mjs +0 -0
- {package → app-ng-runtime}/mobile/components/containers/segmented-control/esm2022/segment-content/segment-content.component.mjs +0 -0
- {package → app-ng-runtime}/mobile/components/containers/segmented-control/esm2022/segment-content/segment-content.props.mjs +0 -0
- {package → app-ng-runtime}/mobile/components/containers/segmented-control/esm2022/segmented-control.component.mjs +0 -0
- {package → app-ng-runtime}/mobile/components/containers/segmented-control/esm2022/segmented-control.module.mjs +0 -0
- {package → app-ng-runtime}/mobile/components/containers/segmented-control/esm2022/segmented-control.props.mjs +0 -0
- {package → app-ng-runtime}/mobile/components/containers/segmented-control/fesm2022/index.mjs +0 -0
- {package → app-ng-runtime}/mobile/components/containers/segmented-control/fesm2022/index.mjs.map +0 -0
- {package → app-ng-runtime}/mobile/components/containers/segmented-control/index.d.ts +0 -0
- {package → app-ng-runtime}/mobile/components/containers/segmented-control/public_api.d.ts +0 -0
- {package → app-ng-runtime}/mobile/components/containers/segmented-control/segment-content/segment-content.component.d.ts +0 -0
- {package → app-ng-runtime}/mobile/components/containers/segmented-control/segment-content/segment-content.props.d.ts +0 -0
- {package → app-ng-runtime}/mobile/components/containers/segmented-control/segmented-control.component.d.ts +0 -0
- {package → app-ng-runtime}/mobile/components/containers/segmented-control/segmented-control.module.d.ts +0 -0
- {package → app-ng-runtime}/mobile/components/containers/segmented-control/segmented-control.props.d.ts +0 -0
- {package → app-ng-runtime}/mobile/components/data/media-list/bundles/index.umd.js +0 -0
- {package → app-ng-runtime}/mobile/components/data/media-list/esm2022/index.mjs +0 -0
- {package → app-ng-runtime}/mobile/components/data/media-list/esm2022/media-list-item/media-list-item.directive.mjs +0 -0
- {package → app-ng-runtime}/mobile/components/data/media-list/esm2022/media-list.component.mjs +0 -0
- {package → app-ng-runtime}/mobile/components/data/media-list/esm2022/media-list.module.mjs +0 -0
- {package → app-ng-runtime}/mobile/components/data/media-list/esm2022/media-list.props.mjs +0 -0
- {package → app-ng-runtime}/mobile/components/data/media-list/esm2022/public_api.mjs +0 -0
- {package → app-ng-runtime}/mobile/components/data/media-list/fesm2022/index.mjs +0 -0
- {package → app-ng-runtime}/mobile/components/data/media-list/fesm2022/index.mjs.map +0 -0
- {package → app-ng-runtime}/mobile/components/data/media-list/index.d.ts +0 -0
- {package → app-ng-runtime}/mobile/components/data/media-list/media-list-item/media-list-item.directive.d.ts +0 -0
- {package → app-ng-runtime}/mobile/components/data/media-list/media-list.component.d.ts +0 -0
- {package → app-ng-runtime}/mobile/components/data/media-list/media-list.module.d.ts +0 -0
- {package → app-ng-runtime}/mobile/components/data/media-list/media-list.props.d.ts +0 -0
- {package → app-ng-runtime}/mobile/components/data/media-list/public_api.d.ts +0 -0
- {package → app-ng-runtime}/mobile/components/device/barcode-scanner/barcode-scanner.component.d.ts +0 -0
- {package → app-ng-runtime}/mobile/components/device/barcode-scanner/barcode-scanner.module.d.ts +0 -0
- {package → app-ng-runtime}/mobile/components/device/barcode-scanner/barcode-scanner.props.d.ts +0 -0
- {package → app-ng-runtime}/mobile/components/device/barcode-scanner/bundles/index.umd.js +0 -0
- {package → app-ng-runtime}/mobile/components/device/barcode-scanner/esm2022/barcode-scanner.component.mjs +0 -0
- {package → app-ng-runtime}/mobile/components/device/barcode-scanner/esm2022/barcode-scanner.module.mjs +0 -0
- {package → app-ng-runtime}/mobile/components/device/barcode-scanner/esm2022/barcode-scanner.props.mjs +0 -0
- {package → app-ng-runtime}/mobile/components/device/barcode-scanner/esm2022/index.mjs +0 -0
- {package → app-ng-runtime}/mobile/components/device/barcode-scanner/esm2022/public_api.mjs +0 -0
- {package → app-ng-runtime}/mobile/components/device/barcode-scanner/fesm2022/index.mjs +0 -0
- {package → app-ng-runtime}/mobile/components/device/barcode-scanner/fesm2022/index.mjs.map +0 -0
- {package → app-ng-runtime}/mobile/components/device/barcode-scanner/index.d.ts +0 -0
- {package → app-ng-runtime}/mobile/components/device/barcode-scanner/public_api.d.ts +0 -0
- {package → app-ng-runtime}/mobile/components/device/camera/bundles/index.umd.js +0 -0
- {package → app-ng-runtime}/mobile/components/device/camera/camera.component.d.ts +0 -0
- {package → app-ng-runtime}/mobile/components/device/camera/camera.module.d.ts +0 -0
- {package → app-ng-runtime}/mobile/components/device/camera/camera.props.d.ts +0 -0
- {package → app-ng-runtime}/mobile/components/device/camera/esm2022/camera.component.mjs +0 -0
- {package → app-ng-runtime}/mobile/components/device/camera/esm2022/camera.module.mjs +0 -0
- {package → app-ng-runtime}/mobile/components/device/camera/esm2022/camera.props.mjs +0 -0
- {package → app-ng-runtime}/mobile/components/device/camera/esm2022/index.mjs +0 -0
- {package → app-ng-runtime}/mobile/components/device/camera/esm2022/public_api.mjs +0 -0
- {package → app-ng-runtime}/mobile/components/device/camera/fesm2022/index.mjs +0 -0
- {package → app-ng-runtime}/mobile/components/device/camera/fesm2022/index.mjs.map +0 -0
- {package → app-ng-runtime}/mobile/components/device/camera/index.d.ts +0 -0
- {package → app-ng-runtime}/mobile/components/device/camera/public_api.d.ts +0 -0
- {package → app-ng-runtime}/mobile/components/input/file-upload/bundles/index.umd.js +0 -0
- {package → app-ng-runtime}/mobile/components/input/file-upload/esm2022/file-upload.directive.mjs +0 -0
- {package → app-ng-runtime}/mobile/components/input/file-upload/esm2022/file-upload.module.mjs +0 -0
- {package → app-ng-runtime}/mobile/components/input/file-upload/esm2022/index.mjs +0 -0
- {package → app-ng-runtime}/mobile/components/input/file-upload/esm2022/public_api.mjs +0 -0
- {package → app-ng-runtime}/mobile/components/input/file-upload/fesm2022/index.mjs +0 -0
- {package → app-ng-runtime}/mobile/components/input/file-upload/fesm2022/index.mjs.map +0 -0
- {package → app-ng-runtime}/mobile/components/input/file-upload/file-upload.directive.d.ts +0 -0
- {package → app-ng-runtime}/mobile/components/input/file-upload/file-upload.module.d.ts +0 -0
- {package → app-ng-runtime}/mobile/components/input/file-upload/index.d.ts +0 -0
- {package → app-ng-runtime}/mobile/components/input/file-upload/public_api.d.ts +0 -0
- {package → app-ng-runtime}/mobile/components/page/default/bundles/index.umd.js +0 -0
- {package → app-ng-runtime}/mobile/components/page/default/esm2022/index.mjs +0 -0
- {package → app-ng-runtime}/mobile/components/page/default/esm2022/page-content-loader/page-content-loader.component.mjs +0 -0
- {package → app-ng-runtime}/mobile/components/page/default/esm2022/page.directive.mjs +0 -0
- {package → app-ng-runtime}/mobile/components/page/default/esm2022/page.module.mjs +0 -0
- {package → app-ng-runtime}/mobile/components/page/default/esm2022/public_api.mjs +0 -0
- {package → app-ng-runtime}/mobile/components/page/default/fesm2022/index.mjs +0 -0
- {package → app-ng-runtime}/mobile/components/page/default/fesm2022/index.mjs.map +0 -0
- {package → app-ng-runtime}/mobile/components/page/default/index.d.ts +0 -0
- {package → app-ng-runtime}/mobile/components/page/default/page-content-loader/page-content-loader.component.d.ts +0 -0
- {package → app-ng-runtime}/mobile/components/page/default/page.directive.d.ts +0 -0
- {package → app-ng-runtime}/mobile/components/page/default/page.module.d.ts +0 -0
- {package → app-ng-runtime}/mobile/components/page/default/public_api.d.ts +0 -0
- {package → app-ng-runtime}/mobile/components/page/left-panel/bundles/index.umd.js +0 -0
- {package → app-ng-runtime}/mobile/components/page/left-panel/esm2022/index.mjs +0 -0
- {package → app-ng-runtime}/mobile/components/page/left-panel/esm2022/left-panel.directive.mjs +0 -0
- {package → app-ng-runtime}/mobile/components/page/left-panel/esm2022/left-panel.module.mjs +0 -0
- {package → app-ng-runtime}/mobile/components/page/left-panel/esm2022/public_api.mjs +0 -0
- {package → app-ng-runtime}/mobile/components/page/left-panel/fesm2022/index.mjs +0 -0
- {package → app-ng-runtime}/mobile/components/page/left-panel/fesm2022/index.mjs.map +0 -0
- {package → app-ng-runtime}/mobile/components/page/left-panel/index.d.ts +0 -0
- {package → app-ng-runtime}/mobile/components/page/left-panel/left-panel.directive.d.ts +0 -0
- {package → app-ng-runtime}/mobile/components/page/left-panel/left-panel.module.d.ts +0 -0
- {package → app-ng-runtime}/mobile/components/page/left-panel/public_api.d.ts +0 -0
- {package → app-ng-runtime}/mobile/components/page/mobile-navbar/bundles/index.umd.js +0 -0
- {package → app-ng-runtime}/mobile/components/page/mobile-navbar/esm2022/index.mjs +0 -0
- {package → app-ng-runtime}/mobile/components/page/mobile-navbar/esm2022/mobile-navbar.component.mjs +0 -0
- {package → app-ng-runtime}/mobile/components/page/mobile-navbar/esm2022/mobile-navbar.module.mjs +0 -0
- {package → app-ng-runtime}/mobile/components/page/mobile-navbar/esm2022/mobile-navbar.props.mjs +0 -0
- {package → app-ng-runtime}/mobile/components/page/mobile-navbar/esm2022/public_api.mjs +0 -0
- {package → app-ng-runtime}/mobile/components/page/mobile-navbar/fesm2022/index.mjs +0 -0
- {package → app-ng-runtime}/mobile/components/page/mobile-navbar/fesm2022/index.mjs.map +0 -0
- {package → app-ng-runtime}/mobile/components/page/mobile-navbar/index.d.ts +0 -0
- {package → app-ng-runtime}/mobile/components/page/mobile-navbar/mobile-navbar.component.d.ts +0 -0
- {package → app-ng-runtime}/mobile/components/page/mobile-navbar/mobile-navbar.module.d.ts +0 -0
- {package → app-ng-runtime}/mobile/components/page/mobile-navbar/mobile-navbar.props.d.ts +0 -0
- {package → app-ng-runtime}/mobile/components/page/mobile-navbar/public_api.d.ts +0 -0
- {package → app-ng-runtime}/mobile/components/page/tab-bar/bundles/index.umd.js +0 -0
- {package → app-ng-runtime}/mobile/components/page/tab-bar/esm2022/index.mjs +0 -0
- {package → app-ng-runtime}/mobile/components/page/tab-bar/esm2022/public_api.mjs +0 -0
- {package → app-ng-runtime}/mobile/components/page/tab-bar/esm2022/tab-bar.module.mjs +0 -0
- {package → app-ng-runtime}/mobile/components/page/tab-bar/esm2022/tabbar.component.mjs +0 -0
- {package → app-ng-runtime}/mobile/components/page/tab-bar/esm2022/tabbar.props.mjs +0 -0
- {package → app-ng-runtime}/mobile/components/page/tab-bar/fesm2022/index.mjs +0 -0
- {package → app-ng-runtime}/mobile/components/page/tab-bar/fesm2022/index.mjs.map +0 -0
- {package → app-ng-runtime}/mobile/components/page/tab-bar/index.d.ts +0 -0
- {package → app-ng-runtime}/mobile/components/page/tab-bar/public_api.d.ts +0 -0
- {package → app-ng-runtime}/mobile/components/page/tab-bar/tab-bar.module.d.ts +0 -0
- {package → app-ng-runtime}/mobile/components/page/tab-bar/tabbar.component.d.ts +0 -0
- {package → app-ng-runtime}/mobile/components/page/tab-bar/tabbar.props.d.ts +0 -0
- {package → app-ng-runtime}/mobile/core/bundles/index.umd.js +0 -0
- {package → app-ng-runtime}/mobile/core/core.module.d.ts +0 -0
- {package → app-ng-runtime}/mobile/core/esm2022/core.module.mjs +0 -0
- {package → app-ng-runtime}/mobile/core/esm2022/index.mjs +0 -0
- {package → app-ng-runtime}/mobile/core/esm2022/native.xhr.mjs +0 -0
- {package → app-ng-runtime}/mobile/core/esm2022/public_api.mjs +0 -0
- {package → app-ng-runtime}/mobile/core/esm2022/services/device-file-cache.service.mjs +0 -0
- {package → app-ng-runtime}/mobile/core/esm2022/services/device-file-download.service.mjs +0 -0
- {package → app-ng-runtime}/mobile/core/esm2022/services/device-file-opener.service.mjs +0 -0
- {package → app-ng-runtime}/mobile/core/esm2022/services/device-file-upload.service.mjs +0 -0
- {package → app-ng-runtime}/mobile/core/esm2022/services/device-file.service.mjs +0 -0
- {package → app-ng-runtime}/mobile/core/esm2022/services/device-start-up-service.mjs +0 -0
- {package → app-ng-runtime}/mobile/core/esm2022/services/device.service.mjs +0 -0
- {package → app-ng-runtime}/mobile/core/esm2022/services/ext-app-message.service.mjs +0 -0
- {package → app-ng-runtime}/mobile/core/esm2022/services/network.service.mjs +0 -0
- {package → app-ng-runtime}/mobile/core/fesm2022/index.mjs +0 -0
- {package → app-ng-runtime}/mobile/core/fesm2022/index.mjs.map +0 -0
- {package → app-ng-runtime}/mobile/core/index.d.ts +0 -0
- {package → app-ng-runtime}/mobile/core/native.xhr.d.ts +0 -0
- {package → app-ng-runtime}/mobile/core/public_api.d.ts +0 -0
- {package → app-ng-runtime}/mobile/core/services/device-file-cache.service.d.ts +0 -0
- {package → app-ng-runtime}/mobile/core/services/device-file-download.service.d.ts +0 -0
- {package → app-ng-runtime}/mobile/core/services/device-file-opener.service.d.ts +0 -0
- {package → app-ng-runtime}/mobile/core/services/device-file-upload.service.d.ts +0 -0
- {package → app-ng-runtime}/mobile/core/services/device-file.service.d.ts +0 -0
- {package → app-ng-runtime}/mobile/core/services/device-start-up-service.d.ts +0 -0
- {package → app-ng-runtime}/mobile/core/services/device.service.d.ts +0 -0
- {package → app-ng-runtime}/mobile/core/services/ext-app-message.service.d.ts +0 -0
- {package → app-ng-runtime}/mobile/core/services/network.service.d.ts +0 -0
- {package → app-ng-runtime}/mobile/offline/bundles/index.umd.js +0 -0
- {package → app-ng-runtime}/mobile/offline/esm2022/index.mjs +0 -0
- {package → app-ng-runtime}/mobile/offline/esm2022/models/config.mjs +0 -0
- {package → app-ng-runtime}/mobile/offline/esm2022/models/local-db-store.mjs +0 -0
- {package → app-ng-runtime}/mobile/offline/esm2022/offline.module.mjs +0 -0
- {package → app-ng-runtime}/mobile/offline/esm2022/public_api.mjs +0 -0
- {package → app-ng-runtime}/mobile/offline/esm2022/services/change-log.service.mjs +0 -0
- {package → app-ng-runtime}/mobile/offline/esm2022/services/local-db-data-pull.service.mjs +0 -0
- {package → app-ng-runtime}/mobile/offline/esm2022/services/local-db-management.service.mjs +0 -0
- {package → app-ng-runtime}/mobile/offline/esm2022/services/local-db.service.mjs +0 -0
- {package → app-ng-runtime}/mobile/offline/esm2022/services/local-key-value.service.mjs +0 -0
- {package → app-ng-runtime}/mobile/offline/esm2022/services/push.service.mjs +0 -0
- {package → app-ng-runtime}/mobile/offline/esm2022/services/workers/error-blocker.mjs +0 -0
- {package → app-ng-runtime}/mobile/offline/esm2022/services/workers/file-handler.mjs +0 -0
- {package → app-ng-runtime}/mobile/offline/esm2022/services/workers/id-resolver.mjs +0 -0
- {package → app-ng-runtime}/mobile/offline/esm2022/services/workers/multi-part-param-transformer.mjs +0 -0
- {package → app-ng-runtime}/mobile/offline/esm2022/utils/file-upload.utils.mjs +0 -0
- {package → app-ng-runtime}/mobile/offline/esm2022/utils/live-variable.utils.mjs +0 -0
- {package → app-ng-runtime}/mobile/offline/esm2022/utils/query-executor.utils.mjs +0 -0
- {package → app-ng-runtime}/mobile/offline/esm2022/utils/security.utils.mjs +0 -0
- {package → app-ng-runtime}/mobile/offline/esm2022/utils/utils.mjs +0 -0
- {package → app-ng-runtime}/mobile/offline/fesm2022/index.mjs +0 -0
- {package → app-ng-runtime}/mobile/offline/fesm2022/index.mjs.map +0 -0
- {package → app-ng-runtime}/mobile/offline/index.d.ts +0 -0
- {package → app-ng-runtime}/mobile/offline/models/config.d.ts +0 -0
- {package → app-ng-runtime}/mobile/offline/models/local-db-store.d.ts +0 -0
- {package → app-ng-runtime}/mobile/offline/offline.module.d.ts +0 -0
- {package → app-ng-runtime}/mobile/offline/public_api.d.ts +0 -0
- {package → app-ng-runtime}/mobile/offline/services/change-log.service.d.ts +0 -0
- {package → app-ng-runtime}/mobile/offline/services/local-db-data-pull.service.d.ts +0 -0
- {package → app-ng-runtime}/mobile/offline/services/local-db-management.service.d.ts +0 -0
- {package → app-ng-runtime}/mobile/offline/services/local-db.service.d.ts +0 -0
- {package → app-ng-runtime}/mobile/offline/services/local-key-value.service.d.ts +0 -0
- {package → app-ng-runtime}/mobile/offline/services/push.service.d.ts +0 -0
- {package → app-ng-runtime}/mobile/offline/services/workers/error-blocker.d.ts +0 -0
- {package → app-ng-runtime}/mobile/offline/services/workers/file-handler.d.ts +0 -0
- {package → app-ng-runtime}/mobile/offline/services/workers/id-resolver.d.ts +0 -0
- {package → app-ng-runtime}/mobile/offline/services/workers/multi-part-param-transformer.d.ts +0 -0
- {package → app-ng-runtime}/mobile/offline/utils/file-upload.utils.d.ts +0 -0
- {package → app-ng-runtime}/mobile/offline/utils/live-variable.utils.d.ts +0 -0
- {package → app-ng-runtime}/mobile/offline/utils/query-executor.utils.d.ts +0 -0
- {package → app-ng-runtime}/mobile/offline/utils/security.utils.d.ts +0 -0
- {package → app-ng-runtime}/mobile/offline/utils/utils.d.ts +0 -0
- {package → app-ng-runtime}/mobile/placeholder/runtime/bundles/index.umd.js +0 -0
- {package → app-ng-runtime}/mobile/placeholder/runtime/components/app-ext.component.d.ts +0 -0
- {package → app-ng-runtime}/mobile/placeholder/runtime/esm2022/components/app-ext.component.mjs +0 -0
- {package → app-ng-runtime}/mobile/placeholder/runtime/esm2022/index.mjs +0 -0
- {package → app-ng-runtime}/mobile/placeholder/runtime/esm2022/mobile-runtime.module.mjs +0 -0
- {package → app-ng-runtime}/mobile/placeholder/runtime/esm2022/public_api.mjs +0 -0
- {package → app-ng-runtime}/mobile/placeholder/runtime/fesm2022/index.mjs +0 -0
- {package → app-ng-runtime}/mobile/placeholder/runtime/fesm2022/index.mjs.map +0 -0
- {package → app-ng-runtime}/mobile/placeholder/runtime/index.d.ts +0 -0
- {package → app-ng-runtime}/mobile/placeholder/runtime/mobile-runtime.module.d.ts +0 -0
- {package → app-ng-runtime}/mobile/placeholder/runtime/public_api.d.ts +0 -0
- {package → app-ng-runtime}/mobile/placeholder/runtime-dynamic/bundles/index.umd.js +0 -0
- {package → app-ng-runtime}/mobile/placeholder/runtime-dynamic/esm2022/index.mjs +0 -0
- {package → app-ng-runtime}/mobile/placeholder/runtime-dynamic/esm2022/mobile-runtime-dynamic.module.mjs +0 -0
- {package → app-ng-runtime}/mobile/placeholder/runtime-dynamic/esm2022/public_api.mjs +0 -0
- {package → app-ng-runtime}/mobile/placeholder/runtime-dynamic/fesm2022/index.mjs +0 -0
- {package → app-ng-runtime}/mobile/placeholder/runtime-dynamic/fesm2022/index.mjs.map +0 -0
- {package → app-ng-runtime}/mobile/placeholder/runtime-dynamic/index.d.ts +0 -0
- {package → app-ng-runtime}/mobile/placeholder/runtime-dynamic/mobile-runtime-dynamic.module.d.ts +0 -0
- {package → app-ng-runtime}/mobile/placeholder/runtime-dynamic/public_api.d.ts +0 -0
- {package → app-ng-runtime}/mobile/runtime/bundles/index.umd.js +0 -0
- {package → app-ng-runtime}/mobile/runtime/components/app-ext.component.d.ts +0 -0
- {package → app-ng-runtime}/mobile/runtime/esm2022/components/app-ext.component.mjs +0 -0
- {package → app-ng-runtime}/mobile/runtime/esm2022/index.mjs +0 -0
- {package → app-ng-runtime}/mobile/runtime/esm2022/mobile-runtime.module.mjs +0 -0
- {package → app-ng-runtime}/mobile/runtime/esm2022/public_api.mjs +0 -0
- {package → app-ng-runtime}/mobile/runtime/esm2022/services/cookie.service.mjs +0 -0
- {package → app-ng-runtime}/mobile/runtime/esm2022/services/http-interceptor.service.mjs +0 -0
- {package → app-ng-runtime}/mobile/runtime/esm2022/services/webprocess.service.mjs +0 -0
- {package → app-ng-runtime}/mobile/runtime/fesm2022/index.mjs +0 -0
- {package → app-ng-runtime}/mobile/runtime/fesm2022/index.mjs.map +0 -0
- {package → app-ng-runtime}/mobile/runtime/index.d.ts +0 -0
- {package → app-ng-runtime}/mobile/runtime/mobile-runtime.module.d.ts +0 -0
- {package → app-ng-runtime}/mobile/runtime/public_api.d.ts +0 -0
- {package → app-ng-runtime}/mobile/runtime/services/cookie.service.d.ts +0 -0
- {package → app-ng-runtime}/mobile/runtime/services/http-interceptor.service.d.ts +0 -0
- {package → app-ng-runtime}/mobile/runtime/services/webprocess.service.d.ts +0 -0
- {package → app-ng-runtime}/mobile/runtime-dynamic/bundles/index.umd.js +0 -0
- {package → app-ng-runtime}/mobile/runtime-dynamic/esm2022/index.mjs +0 -0
- {package → app-ng-runtime}/mobile/runtime-dynamic/esm2022/mobile-runtime-dynamic.module.mjs +0 -0
- {package → app-ng-runtime}/mobile/runtime-dynamic/esm2022/public_api.mjs +0 -0
- {package → app-ng-runtime}/mobile/runtime-dynamic/esm2022/services/live-sync.service.mjs +0 -0
- {package → app-ng-runtime}/mobile/runtime-dynamic/fesm2022/index.mjs +0 -0
- {package → app-ng-runtime}/mobile/runtime-dynamic/fesm2022/index.mjs.map +0 -0
- {package → app-ng-runtime}/mobile/runtime-dynamic/index.d.ts +0 -0
- {package → app-ng-runtime}/mobile/runtime-dynamic/mobile-runtime-dynamic.module.d.ts +0 -0
- {package → app-ng-runtime}/mobile/runtime-dynamic/public_api.d.ts +0 -0
- {package → app-ng-runtime}/mobile/runtime-dynamic/services/live-sync.service.d.ts +0 -0
- {package → app-ng-runtime}/mobile/variables/bundles/index.umd.js +0 -0
- {package → app-ng-runtime}/mobile/variables/esm2022/index.mjs +0 -0
- {package → app-ng-runtime}/mobile/variables/esm2022/public_api.mjs +0 -0
- {package → app-ng-runtime}/mobile/variables/esm2022/services/calendar-service.mjs +0 -0
- {package → app-ng-runtime}/mobile/variables/esm2022/services/camera-service.mjs +0 -0
- {package → app-ng-runtime}/mobile/variables/esm2022/services/contacts-service.mjs +0 -0
- {package → app-ng-runtime}/mobile/variables/esm2022/services/datasync-service.mjs +0 -0
- {package → app-ng-runtime}/mobile/variables/esm2022/services/device-service/device-service.mjs +0 -0
- {package → app-ng-runtime}/mobile/variables/esm2022/services/device-service/location-service.mjs +0 -0
- {package → app-ng-runtime}/mobile/variables/esm2022/services/file-service.mjs +0 -0
- {package → app-ng-runtime}/mobile/variables/esm2022/services/scan-service.mjs +0 -0
- {package → app-ng-runtime}/mobile/variables/esm2022/variables.module.mjs +0 -0
- {package → app-ng-runtime}/mobile/variables/fesm2022/index.mjs +0 -0
- {package → app-ng-runtime}/mobile/variables/fesm2022/index.mjs.map +0 -0
- {package → app-ng-runtime}/mobile/variables/index.d.ts +0 -0
- {package → app-ng-runtime}/mobile/variables/public_api.d.ts +0 -0
- {package → app-ng-runtime}/mobile/variables/services/calendar-service.d.ts +0 -0
- {package → app-ng-runtime}/mobile/variables/services/camera-service.d.ts +0 -0
- {package → app-ng-runtime}/mobile/variables/services/contacts-service.d.ts +0 -0
- {package → app-ng-runtime}/mobile/variables/services/datasync-service.d.ts +0 -0
- {package → app-ng-runtime}/mobile/variables/services/device-service/device-service.d.ts +0 -0
- {package → app-ng-runtime}/mobile/variables/services/device-service/location-service.d.ts +0 -0
- {package → app-ng-runtime}/mobile/variables/services/file-service.d.ts +0 -0
- {package → app-ng-runtime}/mobile/variables/services/scan-service.d.ts +0 -0
- {package → app-ng-runtime}/mobile/variables/variables.module.d.ts +0 -0
- {package → app-ng-runtime}/oAuth/bundles/index.umd.js +0 -0
- {package → app-ng-runtime}/oAuth/esm2022/index.mjs +0 -0
- {package → app-ng-runtime}/oAuth/esm2022/oAuth.module.mjs +0 -0
- {package → app-ng-runtime}/oAuth/esm2022/oAuth.service.mjs +0 -0
- {package → app-ng-runtime}/oAuth/esm2022/oAuth.utils.mjs +0 -0
- {package → app-ng-runtime}/oAuth/esm2022/public_api.mjs +0 -0
- {package → app-ng-runtime}/oAuth/fesm2022/index.mjs +0 -0
- {package → app-ng-runtime}/oAuth/fesm2022/index.mjs.map +0 -0
- {package → app-ng-runtime}/oAuth/index.d.ts +0 -0
- {package → app-ng-runtime}/oAuth/oAuth.module.d.ts +0 -0
- {package → app-ng-runtime}/oAuth/oAuth.service.d.ts +0 -0
- {package → app-ng-runtime}/oAuth/oAuth.utils.d.ts +0 -0
- {package → app-ng-runtime}/oAuth/public_api.d.ts +0 -0
- {package → app-ng-runtime}/runtime/base/components/app-spinner.component.d.ts +0 -0
- {package → app-ng-runtime}/runtime/base/components/base-layout.component.d.ts +0 -0
- {package → app-ng-runtime}/runtime/base/components/base-page.component.d.ts +0 -0
- {package → app-ng-runtime}/runtime/base/components/base-partial.component.d.ts +0 -0
- {package → app-ng-runtime}/runtime/base/components/base-prefab.component.d.ts +0 -0
- {package → app-ng-runtime}/runtime/base/components/base-spa-page.component.d.ts +0 -0
- {package → app-ng-runtime}/runtime/base/components/custom-toaster.component.d.ts +0 -0
- {package → app-ng-runtime}/runtime/base/components/empty-component/empty-page.component.d.ts +0 -0
- {package → app-ng-runtime}/runtime/base/components/prefab-preview.component.d.ts +0 -0
- {package → app-ng-runtime}/runtime/base/directives/prefab.directive.d.ts +0 -0
- {package → app-ng-runtime}/runtime/base/esm2022/components/app-spinner.component.mjs +0 -0
- {package → app-ng-runtime}/runtime/base/esm2022/components/base-layout.component.mjs +0 -0
- {package → app-ng-runtime}/runtime/base/esm2022/components/base-page.component.mjs +0 -0
- {package → app-ng-runtime}/runtime/base/esm2022/components/base-partial.component.mjs +0 -0
- {package → app-ng-runtime}/runtime/base/esm2022/components/base-prefab.component.mjs +0 -0
- {package → app-ng-runtime}/runtime/base/esm2022/components/base-spa-page.component.mjs +0 -0
- {package → app-ng-runtime}/runtime/base/esm2022/components/custom-toaster.component.mjs +0 -0
- {package → app-ng-runtime}/runtime/base/esm2022/components/empty-component/empty-page.component.mjs +0 -0
- {package → app-ng-runtime}/runtime/base/esm2022/components/prefab-preview.component.mjs +0 -0
- {package → app-ng-runtime}/runtime/base/esm2022/directives/prefab.directive.mjs +0 -0
- {package → app-ng-runtime}/runtime/base/esm2022/guards/auth.guard.mjs +0 -0
- {package → app-ng-runtime}/runtime/base/esm2022/guards/can-deactivate-page.guard.mjs +0 -0
- {package → app-ng-runtime}/runtime/base/esm2022/guards/page-not-found.guard.mjs +0 -0
- {package → app-ng-runtime}/runtime/base/esm2022/guards/role.guard.mjs +0 -0
- {package → app-ng-runtime}/runtime/base/esm2022/index.mjs +0 -0
- {package → app-ng-runtime}/runtime/base/esm2022/overrides/wm_dom_renderer.mjs +0 -0
- {package → app-ng-runtime}/runtime/base/esm2022/overrides/wm_shared_styles_host.mjs +0 -0
- {package → app-ng-runtime}/runtime/base/esm2022/public_api.mjs +0 -0
- {package → app-ng-runtime}/runtime/base/esm2022/resolves/app-extension.resolve.mjs +0 -0
- {package → app-ng-runtime}/runtime/base/esm2022/resolves/app-js.resolve.mjs +0 -0
- {package → app-ng-runtime}/runtime/base/esm2022/resolves/app-variables.resolve.mjs +0 -0
- {package → app-ng-runtime}/runtime/base/esm2022/resolves/i18n.resolve.mjs +0 -0
- {package → app-ng-runtime}/runtime/base/esm2022/resolves/metadata.resolve.mjs +0 -0
- {package → app-ng-runtime}/runtime/base/esm2022/resolves/security-config.resolve.mjs +0 -0
- {package → app-ng-runtime}/runtime/base/esm2022/runtime-base.module.mjs +0 -0
- {package → app-ng-runtime}/runtime/base/esm2022/services/app-defaults.service.mjs +0 -0
- {package → app-ng-runtime}/runtime/base/esm2022/services/app.manager.service.mjs +0 -0
- {package → app-ng-runtime}/runtime/base/esm2022/services/app.service.mjs +0 -0
- {package → app-ng-runtime}/runtime/base/esm2022/services/dynamic-component-ref-provider.service.mjs +0 -0
- {package → app-ng-runtime}/runtime/base/esm2022/services/http-interceptor.services.mjs +0 -0
- {package → app-ng-runtime}/runtime/base/esm2022/services/navigation.service.mjs +0 -0
- {package → app-ng-runtime}/runtime/base/esm2022/services/pipe-provider.service.mjs +0 -0
- {package → app-ng-runtime}/runtime/base/esm2022/services/pipe.service.mjs +0 -0
- {package → app-ng-runtime}/runtime/base/esm2022/services/prefab-manager.service.mjs +0 -0
- {package → app-ng-runtime}/runtime/base/esm2022/services/spinner.service.mjs +0 -0
- {package → app-ng-runtime}/runtime/base/esm2022/services/toaster.service.mjs +0 -0
- {package → app-ng-runtime}/runtime/base/esm2022/types/types.mjs +0 -0
- {package → app-ng-runtime}/runtime/base/esm2022/util/fragment-monitor.mjs +0 -0
- {package → app-ng-runtime}/runtime/base/esm2022/util/utils.mjs +0 -0
- {package → app-ng-runtime}/runtime/base/esm2022/util/wm-route-reuse-strategy.mjs +0 -0
- {package → app-ng-runtime}/runtime/base/guards/auth.guard.d.ts +0 -0
- {package → app-ng-runtime}/runtime/base/guards/can-deactivate-page.guard.d.ts +0 -0
- {package → app-ng-runtime}/runtime/base/guards/page-not-found.guard.d.ts +0 -0
- {package → app-ng-runtime}/runtime/base/guards/role.guard.d.ts +0 -0
- {package → app-ng-runtime}/runtime/base/index.d.ts +0 -0
- {package → app-ng-runtime}/runtime/base/overrides/wm_dom_renderer.d.ts +0 -0
- {package → app-ng-runtime}/runtime/base/overrides/wm_shared_styles_host.d.ts +0 -0
- {package → app-ng-runtime}/runtime/base/public_api.d.ts +0 -0
- {package → app-ng-runtime}/runtime/base/resolves/app-extension.resolve.d.ts +0 -0
- {package → app-ng-runtime}/runtime/base/resolves/app-js.resolve.d.ts +0 -0
- {package → app-ng-runtime}/runtime/base/resolves/app-variables.resolve.d.ts +0 -0
- {package → app-ng-runtime}/runtime/base/resolves/i18n.resolve.d.ts +0 -0
- {package → app-ng-runtime}/runtime/base/resolves/metadata.resolve.d.ts +0 -0
- {package → app-ng-runtime}/runtime/base/resolves/security-config.resolve.d.ts +0 -0
- {package → app-ng-runtime}/runtime/base/runtime-base.module.d.ts +0 -0
- {package → app-ng-runtime}/runtime/base/services/app-defaults.service.d.ts +0 -0
- {package → app-ng-runtime}/runtime/base/services/app.manager.service.d.ts +0 -0
- {package → app-ng-runtime}/runtime/base/services/app.service.d.ts +0 -0
- {package → app-ng-runtime}/runtime/base/services/dynamic-component-ref-provider.service.d.ts +0 -0
- {package → app-ng-runtime}/runtime/base/services/http-interceptor.services.d.ts +0 -0
- {package → app-ng-runtime}/runtime/base/services/i18n.service.d.ts +0 -0
- {package → app-ng-runtime}/runtime/base/services/navigation.service.d.ts +0 -0
- {package → app-ng-runtime}/runtime/base/services/pipe-provider.service.d.ts +0 -0
- {package → app-ng-runtime}/runtime/base/services/pipe.service.d.ts +0 -0
- {package → app-ng-runtime}/runtime/base/services/prefab-manager.service.d.ts +0 -0
- {package → app-ng-runtime}/runtime/base/services/spinner.service.d.ts +0 -0
- {package → app-ng-runtime}/runtime/base/services/toaster.service.d.ts +0 -0
- {package → app-ng-runtime}/runtime/base/types/types.d.ts +0 -0
- {package → app-ng-runtime}/runtime/base/util/fragment-monitor.d.ts +0 -0
- {package → app-ng-runtime}/runtime/base/util/utils.d.ts +0 -0
- {package → app-ng-runtime}/runtime/base/util/wm-route-reuse-strategy.d.ts +0 -0
- {package → app-ng-runtime}/runtime/dynamic/app/app.module.d.ts +0 -0
- {package → app-ng-runtime}/runtime/dynamic/app/app.routes.d.ts +0 -0
- {package → app-ng-runtime}/runtime/dynamic/app/components/page-wrapper.component.d.ts +0 -0
- {package → app-ng-runtime}/runtime/dynamic/app/services/app-extension.service.d.ts +0 -0
- {package → app-ng-runtime}/runtime/dynamic/app/services/app-js-provider.service.d.ts +0 -0
- {package → app-ng-runtime}/runtime/dynamic/app/services/app-resource-manager.service.d.ts +0 -0
- {package → app-ng-runtime}/runtime/dynamic/app/services/app-variables-provider.service.d.ts +0 -0
- {package → app-ng-runtime}/runtime/dynamic/app/services/component-ref-provider.service.d.ts +0 -0
- {package → app-ng-runtime}/runtime/dynamic/app/services/prefab-config-provider.service.d.ts +0 -0
- {package → app-ng-runtime}/runtime/dynamic/bundles/index.umd.js +0 -0
- {package → app-ng-runtime}/runtime/dynamic/esm2022/app/app.module.mjs +0 -0
- {package → app-ng-runtime}/runtime/dynamic/esm2022/app/app.routes.mjs +0 -0
- {package → app-ng-runtime}/runtime/dynamic/esm2022/app/components/page-wrapper.component.mjs +0 -0
- {package → app-ng-runtime}/runtime/dynamic/esm2022/app/services/app-extension.service.mjs +0 -0
- {package → app-ng-runtime}/runtime/dynamic/esm2022/app/services/app-js-provider.service.mjs +0 -0
- {package → app-ng-runtime}/runtime/dynamic/esm2022/app/services/app-resource-manager.service.mjs +0 -0
- {package → app-ng-runtime}/runtime/dynamic/esm2022/app/services/app-variables-provider.service.mjs +0 -0
- {package → app-ng-runtime}/runtime/dynamic/esm2022/app/services/component-ref-provider.service.mjs +0 -0
- {package → app-ng-runtime}/runtime/dynamic/esm2022/app/services/prefab-config-provider.service.mjs +0 -0
- {package → app-ng-runtime}/runtime/dynamic/esm2022/index.mjs +0 -0
- {package → app-ng-runtime}/runtime/dynamic/esm2022/main.mjs +0 -0
- {package → app-ng-runtime}/runtime/dynamic/esm2022/public_api.mjs +0 -0
- {package → app-ng-runtime}/runtime/dynamic/fesm2022/index.mjs +0 -0
- {package → app-ng-runtime}/runtime/dynamic/fesm2022/index.mjs.map +0 -0
- {package → app-ng-runtime}/runtime/dynamic/index.d.ts +0 -0
- {package → app-ng-runtime}/runtime/dynamic/main.d.ts +0 -0
- {package → app-ng-runtime}/runtime/dynamic/public_api.d.ts +0 -0
- {package → app-ng-runtime}/scripts/@wavemaker/nvd3/build/nv.d3.min.js +0 -0
- {package → app-ng-runtime}/scripts/d3/d3.min.js +0 -0
- {package → app-ng-runtime}/scripts/datatable/datatable.js +0 -0
- {package → app-ng-runtime}/scripts/fullcalendar/main.min.js +0 -0
- {package → app-ng-runtime}/scripts/hammerjs/hammer.min.js +0 -0
- {package → app-ng-runtime}/scripts/iscroll/build/iscroll.js +0 -0
- {package → app-ng-runtime}/scripts/jquery-ui/ui/widgets/droppable.js +0 -0
- {package → app-ng-runtime}/scripts/jquery-ui/ui/widgets/resizable.js +0 -0
- {package → app-ng-runtime}/scripts/jquery-ui/ui/widgets/sortable.js +0 -0
- {package → app-ng-runtime}/scripts/jquery.ui.touch-punch/jquery.ui.touch-punch.min.js +0 -0
- {package → app-ng-runtime}/scripts/summernote/dist/summernote-lite.min.js +0 -0
- {package → app-ng-runtime}/scripts/swipey/swipey.jquery.plugin.js +0 -0
- {package → app-ng-runtime}/scripts/tree-keyboard-navigation/keyboard-navigation.js +0 -0
- {package → app-ng-runtime}/security/bundles/index.umd.js +0 -0
- {package → app-ng-runtime}/security/esm2022/index.mjs +0 -0
- {package → app-ng-runtime}/security/esm2022/public_api.mjs +0 -0
- {package → app-ng-runtime}/security/esm2022/security.module.mjs +0 -0
- {package → app-ng-runtime}/security/esm2022/security.service.mjs +0 -0
- {package → app-ng-runtime}/security/fesm2022/index.mjs +0 -0
- {package → app-ng-runtime}/security/fesm2022/index.mjs.map +0 -0
- {package → app-ng-runtime}/security/index.d.ts +0 -0
- {package → app-ng-runtime}/security/public_api.d.ts +0 -0
- {package → app-ng-runtime}/security/security.module.d.ts +0 -0
- {package → app-ng-runtime}/security/security.service.d.ts +0 -0
- {package → app-ng-runtime}/swipey/bundles/index.umd.js +0 -0
- {package → app-ng-runtime}/swipey/esm2022/index.mjs +0 -0
- {package → app-ng-runtime}/swipey/esm2022/public_api.mjs +0 -0
- {package → app-ng-runtime}/swipey/esm2022/swipe.animation.mjs +0 -0
- {package → app-ng-runtime}/swipey/fesm2022/index.mjs +0 -0
- {package → app-ng-runtime}/swipey/fesm2022/index.mjs.map +0 -0
- {package → app-ng-runtime}/swipey/index.d.ts +0 -0
- {package → app-ng-runtime}/swipey/public_api.d.ts +0 -0
- {package → app-ng-runtime}/swipey/swipe.animation.d.ts +0 -0
- {package → app-ng-runtime}/transpiler/build.d.ts +0 -0
- {package → app-ng-runtime}/transpiler/bundles/index.umd.js +0 -0
- {package → app-ng-runtime}/transpiler/esm2022/build.mjs +0 -0
- {package → app-ng-runtime}/transpiler/esm2022/imports.mjs +0 -0
- {package → app-ng-runtime}/transpiler/esm2022/index.mjs +0 -0
- {package → app-ng-runtime}/transpiler/esm2022/public_api.mjs +0 -0
- {package → app-ng-runtime}/transpiler/fesm2022/index.mjs +0 -0
- {package → app-ng-runtime}/transpiler/fesm2022/index.mjs.map +0 -0
- {package → app-ng-runtime}/transpiler/imports.d.ts +0 -0
- {package → app-ng-runtime}/transpiler/index.d.ts +0 -0
- {package → app-ng-runtime}/transpiler/public_api.d.ts +0 -0
- {package → app-ng-runtime}/variables/advanced-options.d.ts +0 -0
- {package → app-ng-runtime}/variables/bundles/index.umd.js +0 -0
- {package → app-ng-runtime}/variables/constants/variables.constants.d.ts +0 -0
- {package → app-ng-runtime}/variables/esm2022/advanced-options.mjs +0 -0
- {package → app-ng-runtime}/variables/esm2022/constants/variables.constants.mjs +0 -0
- {package → app-ng-runtime}/variables/esm2022/factory/variable-manager.factory.mjs +0 -0
- {package → app-ng-runtime}/variables/esm2022/factory/variable.factory.mjs +0 -0
- {package → app-ng-runtime}/variables/esm2022/index.mjs +0 -0
- {package → app-ng-runtime}/variables/esm2022/manager/action/base-action.manager.mjs +0 -0
- {package → app-ng-runtime}/variables/esm2022/manager/action/login-action.manager.mjs +0 -0
- {package → app-ng-runtime}/variables/esm2022/manager/action/logout-action.manager.mjs +0 -0
- {package → app-ng-runtime}/variables/esm2022/manager/action/navigation-action.manager.mjs +0 -0
- {package → app-ng-runtime}/variables/esm2022/manager/action/notification-action.manager.mjs +0 -0
- {package → app-ng-runtime}/variables/esm2022/manager/variable/base-variable.manager.mjs +0 -0
- {package → app-ng-runtime}/variables/esm2022/manager/variable/device-variable-manager.mjs +0 -0
- {package → app-ng-runtime}/variables/esm2022/manager/variable/device-variable-operation.mjs +0 -0
- {package → app-ng-runtime}/variables/esm2022/manager/variable/device-variable-service.mjs +0 -0
- {package → app-ng-runtime}/variables/esm2022/manager/variable/web-socket-variable.manager.mjs +0 -0
- {package → app-ng-runtime}/variables/esm2022/model/action/login-action.mjs +0 -0
- {package → app-ng-runtime}/variables/esm2022/model/action/logout-action.mjs +0 -0
- {package → app-ng-runtime}/variables/esm2022/model/action/navigation-action.mjs +0 -0
- {package → app-ng-runtime}/variables/esm2022/model/action/notification-action.mjs +0 -0
- {package → app-ng-runtime}/variables/esm2022/model/variable/device-variable.mjs +0 -0
- {package → app-ng-runtime}/variables/esm2022/model/variable/web-socket-variable.mjs +0 -0
- {package → app-ng-runtime}/variables/esm2022/public_api.mjs +0 -0
- {package → app-ng-runtime}/variables/esm2022/service/metadata-service/metadata.service.mjs +0 -0
- {package → app-ng-runtime}/variables/esm2022/service/variables.service.mjs +0 -0
- {package → app-ng-runtime}/variables/esm2022/util/action/navigation-action.utils.mjs +0 -0
- {package → app-ng-runtime}/variables/esm2022/util/oAuth.utils.mjs +0 -0
- {package → app-ng-runtime}/variables/esm2022/util/variable/pagination.utils.mjs +0 -0
- {package → app-ng-runtime}/variables/esm2022/util/variable/service-variable.utils.mjs +0 -0
- {package → app-ng-runtime}/variables/esm2022/util/variable/variables.utils.mjs +0 -0
- {package → app-ng-runtime}/variables/esm2022/variables.module.mjs +0 -0
- {package → app-ng-runtime}/variables/factory/variable-manager.factory.d.ts +0 -0
- {package → app-ng-runtime}/variables/factory/variable.factory.d.ts +0 -0
- {package → app-ng-runtime}/variables/fesm2022/index.mjs +0 -0
- {package → app-ng-runtime}/variables/fesm2022/index.mjs.map +0 -0
- {package → app-ng-runtime}/variables/index.d.ts +0 -0
- {package → app-ng-runtime}/variables/manager/action/base-action.manager.d.ts +0 -0
- {package → app-ng-runtime}/variables/manager/action/login-action.manager.d.ts +0 -0
- {package → app-ng-runtime}/variables/manager/action/logout-action.manager.d.ts +0 -0
- {package → app-ng-runtime}/variables/manager/action/navigation-action.manager.d.ts +0 -0
- {package → app-ng-runtime}/variables/manager/action/notification-action.manager.d.ts +0 -0
- {package → app-ng-runtime}/variables/manager/variable/base-variable.manager.d.ts +0 -0
- {package → app-ng-runtime}/variables/manager/variable/device-variable-manager.d.ts +0 -0
- {package → app-ng-runtime}/variables/manager/variable/device-variable-operation.d.ts +0 -0
- {package → app-ng-runtime}/variables/manager/variable/device-variable-service.d.ts +0 -0
- {package → app-ng-runtime}/variables/manager/variable/web-socket-variable.manager.d.ts +0 -0
- {package → app-ng-runtime}/variables/model/action/login-action.d.ts +0 -0
- {package → app-ng-runtime}/variables/model/action/logout-action.d.ts +0 -0
- {package → app-ng-runtime}/variables/model/action/navigation-action.d.ts +0 -0
- {package → app-ng-runtime}/variables/model/action/notification-action.d.ts +0 -0
- {package → app-ng-runtime}/variables/model/variable/device-variable.d.ts +0 -0
- {package → app-ng-runtime}/variables/model/variable/web-socket-variable.d.ts +0 -0
- {package → app-ng-runtime}/variables/public_api.d.ts +0 -0
- {package → app-ng-runtime}/variables/service/metadata-service/metadata.service.d.ts +0 -0
- {package → app-ng-runtime}/variables/service/variables.service.d.ts +0 -0
- {package → app-ng-runtime}/variables/util/action/navigation-action.utils.d.ts +0 -0
- {package → app-ng-runtime}/variables/util/oAuth.utils.d.ts +0 -0
- {package → app-ng-runtime}/variables/util/variable/pagination.utils.d.ts +0 -0
- {package → app-ng-runtime}/variables/util/variable/service-variable.utils.d.ts +0 -0
- {package → app-ng-runtime}/variables/util/variable/variables.utils.d.ts +0 -0
- {package → app-ng-runtime}/variables/variables.module.d.ts +0 -0
|
@@ -1,353 +0,0 @@
|
|
|
1
|
-
import { ChangeDetectorRef, Component, Inject, Injector, Optional, ViewChild } from '@angular/core';
|
|
2
|
-
import { NG_VALUE_ACCESSOR, NG_VALIDATORS } from '@angular/forms';
|
|
3
|
-
import { BsDatepickerDirective } from 'ngx-bootstrap/datepicker';
|
|
4
|
-
import { adjustContainerPosition, addEventListenerOnElement, AppDefaults, FormWidgetType, getDateObj, getDisplayDateTimeFormat, getFormattedDate, adjustContainerRightEdges, getMomentLocaleObject } from '@wm/core';
|
|
5
|
-
import { provideAs, provideAsWidgetRef, setFocusTrap, styler } from '@wm/components/base';
|
|
6
|
-
import { BaseDateTimeComponent } from './../base-date-time.component';
|
|
7
|
-
import { registerProps } from './date.props';
|
|
8
|
-
import { validateTheMaskedDate } from './imaskUtil';
|
|
9
|
-
import { IMaskDirective } from 'angular-imask';
|
|
10
|
-
import { includes, isNaN, parseInt } from "lodash-es";
|
|
11
|
-
import * as i0 from "@angular/core";
|
|
12
|
-
import * as i1 from "@wm/core";
|
|
13
|
-
import * as i2 from "@angular/common";
|
|
14
|
-
import * as i3 from "ngx-bootstrap/datepicker";
|
|
15
|
-
import * as i4 from "angular-imask";
|
|
16
|
-
import * as i5 from "../date-time/date-time-picker.component";
|
|
17
|
-
const _c0 = ["dateInput"];
|
|
18
|
-
const _c1 = ["wmDate", ""];
|
|
19
|
-
function DateComponent_ng_template_8_Template(rf, ctx) { if (rf & 1) {
|
|
20
|
-
const _r2 = i0.ɵɵgetCurrentView();
|
|
21
|
-
i0.ɵɵelementStart(0, "wm-datetimepicker", 9);
|
|
22
|
-
i0.ɵɵlistener("change", function DateComponent_ng_template_8_Template_wm_datetimepicker_change_0_listener($event) { i0.ɵɵrestoreView(_r2); const ctx_r2 = i0.ɵɵnextContext(); return i0.ɵɵresetView(ctx_r2.onDateChange($event)); });
|
|
23
|
-
i0.ɵɵelementEnd();
|
|
24
|
-
i0.ɵɵelementStart(1, "div", 10);
|
|
25
|
-
i0.ɵɵlistener("click", function DateComponent_ng_template_8_Template_div_click_1_listener() { i0.ɵɵrestoreView(_r2); const ctx_r2 = i0.ɵɵnextContext(); return i0.ɵɵresetView(!(ctx_r2.disabled || ctx_r2.readonly) && ctx_r2.showDatePickerModal(ctx_r2.bsDataValue)); })("focus", function DateComponent_ng_template_8_Template_div_focus_1_listener($event) { i0.ɵɵrestoreView(_r2); const ctx_r2 = i0.ɵɵnextContext(); ctx_r2.onDateTimeInputFocus(true); return i0.ɵɵresetView(ctx_r2.invokeOnFocus($event)); })("blur", function DateComponent_ng_template_8_Template_div_blur_1_listener($event) { i0.ɵɵrestoreView(_r2); const ctx_r2 = i0.ɵɵnextContext(); ctx_r2.onDateTimeInputBlur(); return i0.ɵɵresetView(ctx_r2.invokeOnTouched($event)); });
|
|
26
|
-
i0.ɵɵelementEnd();
|
|
27
|
-
} if (rf & 2) {
|
|
28
|
-
const ctx_r2 = i0.ɵɵnextContext();
|
|
29
|
-
i0.ɵɵproperty("config", ctx_r2._dateOptions)("placement", ctx_r2.modal)("excludedDaysToDisable", ctx_r2.excludedDaysToDisable)("excludedDatesToDisable", ctx_r2.excludedDatesToDisable)("displayFormat", ctx_r2.dateInputFormat)("value", ctx_r2.bsDataValue);
|
|
30
|
-
i0.ɵɵadvance();
|
|
31
|
-
i0.ɵɵproperty("tabindex", ctx_r2.tabindex || 0);
|
|
32
|
-
i0.ɵɵattribute("aria-label", ctx_r2.displayValue ? "Change Date " + ctx_r2.displayValue : ctx_r2.hint || "Choose Date");
|
|
33
|
-
} }
|
|
34
|
-
const CURRENT_DATE = 'CURRENT_DATE';
|
|
35
|
-
const DEFAULT_CLS = 'app-date input-group';
|
|
36
|
-
const WIDGET_CONFIG = {
|
|
37
|
-
widgetType: 'wm-date',
|
|
38
|
-
hostClass: DEFAULT_CLS
|
|
39
|
-
};
|
|
40
|
-
export class DateComponent extends BaseDateTimeComponent {
|
|
41
|
-
static { this.initializeProps = registerProps(); }
|
|
42
|
-
get timestamp() {
|
|
43
|
-
return this.bsDataValue ? this.bsDataValue.valueOf() : undefined;
|
|
44
|
-
}
|
|
45
|
-
get dateInputFormat() {
|
|
46
|
-
return this._dateOptions.dateInputFormat || 'yyyy-MM-dd';
|
|
47
|
-
}
|
|
48
|
-
get displayValue() {
|
|
49
|
-
if (this.showdateformatasplaceholder && this.imask?.maskRef && this.maskDateInputFormat) {
|
|
50
|
-
return getFormattedDate(this.datePipe, this.bsDataValue, this.maskDateInputFormat, this.timeZone, null, this.isCurrentDate, this) || '';
|
|
51
|
-
}
|
|
52
|
-
return getFormattedDate(this.datePipe, this.bsDataValue, this.dateInputFormat, this.timeZone, null, this.isCurrentDate, this) || '';
|
|
53
|
-
}
|
|
54
|
-
get nativeDisplayValue() {
|
|
55
|
-
return getFormattedDate(this.datePipe, this.bsDataValue, 'yyyy-MM-dd', this.timeZone, null, this.isCurrentDate, this) || '';
|
|
56
|
-
}
|
|
57
|
-
// @ts-ignore
|
|
58
|
-
get datavalue() {
|
|
59
|
-
return getFormattedDate(this.datePipe, this.bsDataValue, this.outputformat, this.timeZone, null, this.isCurrentDate, this) || '';
|
|
60
|
-
}
|
|
61
|
-
// Todo[Shubham]: needs to be redefined
|
|
62
|
-
// sets the dataValue and computes the display model values
|
|
63
|
-
// @ts-ignore
|
|
64
|
-
set datavalue(newVal) {
|
|
65
|
-
if (newVal === CURRENT_DATE) {
|
|
66
|
-
setTimeout(() => {
|
|
67
|
-
this.bsDataValue = this.timeZone ? getMomentLocaleObject(this.timeZone) : new Date();
|
|
68
|
-
}, 50);
|
|
69
|
-
this.isCurrentDate = true;
|
|
70
|
-
}
|
|
71
|
-
else {
|
|
72
|
-
this.bsDataValue = newVal ? getDateObj(newVal, { isNativePicker: this.loadNativeDateInput }, this.timeZone) : undefined;
|
|
73
|
-
this.isCurrentDate = false;
|
|
74
|
-
}
|
|
75
|
-
// update the previous datavalue.
|
|
76
|
-
this.invokeOnChange(this.datavalue, undefined, true);
|
|
77
|
-
this.cdRef.detectChanges();
|
|
78
|
-
}
|
|
79
|
-
// TODO use BsLocaleService to set the current user's locale to see the localized labels
|
|
80
|
-
constructor(inj, cdRef, appDefaults, explicitContext) {
|
|
81
|
-
super(inj, WIDGET_CONFIG, explicitContext);
|
|
82
|
-
this.cdRef = cdRef;
|
|
83
|
-
this.appDefaults = appDefaults;
|
|
84
|
-
this.isOpen = false;
|
|
85
|
-
this.isEnterPressedOnDateInput = false;
|
|
86
|
-
this.showdateformatasplaceholder = false;
|
|
87
|
-
styler(this.nativeElement, this);
|
|
88
|
-
this.dateContainerCls = `app-date-${this.widgetId}`;
|
|
89
|
-
this._dateOptions.containerClass = `app-date ${this.dateContainerCls}`;
|
|
90
|
-
this._dateOptions.showWeekNumbers = false;
|
|
91
|
-
this._bsDefaultLoadCheck = true;
|
|
92
|
-
this.datepattern = this.appDefaults.dateFormat || getDisplayDateTimeFormat(FormWidgetType.DATE);
|
|
93
|
-
this.updateFormat('datepattern');
|
|
94
|
-
}
|
|
95
|
-
/**
|
|
96
|
-
* This is an internal method triggered when the date input changes
|
|
97
|
-
*/
|
|
98
|
-
onDisplayDateChange($event, isNativePicker = false) {
|
|
99
|
-
this.updateIMask();
|
|
100
|
-
if (this.isEnterPressedOnDateInput) {
|
|
101
|
-
this.isEnterPressedOnDateInput = false;
|
|
102
|
-
return;
|
|
103
|
-
}
|
|
104
|
-
const newVal = getDateObj($event.target.value, { pattern: this.datepattern, isNativePicker: isNativePicker });
|
|
105
|
-
// date pattern validation
|
|
106
|
-
// if invalid pattern is entered, device is showing an error.
|
|
107
|
-
if (!this.formatValidation(newVal, $event.target.value, isNativePicker)) {
|
|
108
|
-
return;
|
|
109
|
-
}
|
|
110
|
-
// min date and max date validation in mobile view.
|
|
111
|
-
// if invalid dates are entered, device is showing an alert.
|
|
112
|
-
if (isNativePicker && this.minDateMaxDateValidationOnInput(newVal, $event, this.displayValue, isNativePicker)) {
|
|
113
|
-
return;
|
|
114
|
-
}
|
|
115
|
-
this.setDataValue(newVal);
|
|
116
|
-
}
|
|
117
|
-
// sets the dataValue and computes the display model values
|
|
118
|
-
setDataValue(newVal) {
|
|
119
|
-
this.invalidDateTimeFormat = false;
|
|
120
|
-
// min date and max date validation in web.
|
|
121
|
-
// if invalid dates are entered, device is showing validation message.
|
|
122
|
-
this.minDateMaxDateValidationOnInput(newVal);
|
|
123
|
-
if (getFormattedDate(this.datePipe, newVal, this.dateInputFormat, this.timeZone, null, this.isCurrentDate, this) === this.displayValue) {
|
|
124
|
-
$(this.nativeElement).find('.display-input').val(this.displayValue);
|
|
125
|
-
}
|
|
126
|
-
if (newVal) {
|
|
127
|
-
this.bsDataValue = newVal;
|
|
128
|
-
this.updateIMask();
|
|
129
|
-
}
|
|
130
|
-
else {
|
|
131
|
-
this.bsDataValue = undefined;
|
|
132
|
-
}
|
|
133
|
-
this.invokeOnChange(this.datavalue, {}, true);
|
|
134
|
-
}
|
|
135
|
-
onDatePickerOpen() {
|
|
136
|
-
this.isOpen = true;
|
|
137
|
-
this.activeDate = this.bsDataValue ? this.bsDataValue : (this.timeZone ? getMomentLocaleObject(this.timeZone) : new Date());
|
|
138
|
-
if (!this.bsDataValue) {
|
|
139
|
-
this.hightlightToday(this.activeDate);
|
|
140
|
-
}
|
|
141
|
-
this.updateIMask();
|
|
142
|
-
// We are using the two input tags(To maintain the modal and proxy modal) for the date control.
|
|
143
|
-
// So actual bootstrap input target width we made it to 0, so bootstrap calculating the calendar container top position improperly.
|
|
144
|
-
// To fix the container top position set the width 1px;
|
|
145
|
-
this.$element.find('.model-holder').width('1px');
|
|
146
|
-
const dpContainerEl = $('bs-datepicker-container');
|
|
147
|
-
dpContainerEl.attr('aria-label', 'Use Arrow keys to navigate dates, Choose Date from datepicker');
|
|
148
|
-
$('.bs-calendar-container').removeAttr('role');
|
|
149
|
-
const datePickerContainer = $('.bs-datepicker-container')[0];
|
|
150
|
-
this.focusTrap = setFocusTrap(datePickerContainer, true);
|
|
151
|
-
this.focusTrap.activate();
|
|
152
|
-
this.addDatepickerKeyboardEvents(this, false);
|
|
153
|
-
adjustContainerPosition($('bs-datepicker-container'), this.nativeElement, this.bsDatePickerDirective._datepicker);
|
|
154
|
-
adjustContainerRightEdges($('bs-datepicker-container'), this.nativeElement, this.bsDatePickerDirective._datepicker);
|
|
155
|
-
if (this.timeZone) {
|
|
156
|
-
const todayBtn = document.querySelector(`.${this.dateContainerCls} .bs-datepicker-buttons .btn-today-wrapper button`);
|
|
157
|
-
const setTodayTZHandler = (event) => {
|
|
158
|
-
const todayTZ = getMomentLocaleObject(this.timeZone);
|
|
159
|
-
if (new Date(this.bsDataValue).toDateString() !== new Date(todayTZ).toDateString()) {
|
|
160
|
-
this.bsDataValue = todayTZ;
|
|
161
|
-
}
|
|
162
|
-
todayBtn.removeEventListener('click', setTodayTZHandler);
|
|
163
|
-
};
|
|
164
|
-
todayBtn.addEventListener('click', setTodayTZHandler);
|
|
165
|
-
}
|
|
166
|
-
}
|
|
167
|
-
onInputBlur($event) {
|
|
168
|
-
this.updateIMask();
|
|
169
|
-
if (!$($event.relatedTarget).hasClass('current-date')) {
|
|
170
|
-
this.invokeOnTouched();
|
|
171
|
-
this.invokeEventCallback('blur', { $event });
|
|
172
|
-
}
|
|
173
|
-
}
|
|
174
|
-
updateIMask() {
|
|
175
|
-
this.imask?.maskRef?.updateValue();
|
|
176
|
-
}
|
|
177
|
-
hideDatepickerDropdown() {
|
|
178
|
-
this.invokeOnTouched();
|
|
179
|
-
this.isOpen = false;
|
|
180
|
-
this.focusTrap?.deactivate();
|
|
181
|
-
this.isEnterPressedOnDateInput = false;
|
|
182
|
-
if (this.deregisterEventListener) {
|
|
183
|
-
this.deregisterEventListener();
|
|
184
|
-
}
|
|
185
|
-
this.blurDateInput(this.isOpen);
|
|
186
|
-
}
|
|
187
|
-
// change and blur events are added from the template
|
|
188
|
-
handleEvent(node, eventName, callback, locals) {
|
|
189
|
-
if (!includes(['blur', 'focus', 'change', 'click'], eventName)) {
|
|
190
|
-
super.handleEvent(node, eventName, callback, locals);
|
|
191
|
-
}
|
|
192
|
-
}
|
|
193
|
-
/**
|
|
194
|
-
* This is an internal method used to toggle the dropdown of the date widget
|
|
195
|
-
*/
|
|
196
|
-
toggleDpDropdown($event, skipFocus = false) {
|
|
197
|
-
if (this.loadNativeDateInput) {
|
|
198
|
-
// Fixes click event getting triggred twice in Mobile devices.
|
|
199
|
-
if (!skipFocus) {
|
|
200
|
-
this.onDateTimeInputFocus();
|
|
201
|
-
}
|
|
202
|
-
}
|
|
203
|
-
if ($event.type === 'click') {
|
|
204
|
-
this.invokeEventCallback('click', { $event: $event });
|
|
205
|
-
// this.focusOnInputEl();
|
|
206
|
-
}
|
|
207
|
-
if ($event.target && $($event.target).is('input') && !(this.isDropDownDisplayEnabledOnInput(this.showdropdownon))) {
|
|
208
|
-
$event.stopPropagation();
|
|
209
|
-
return;
|
|
210
|
-
}
|
|
211
|
-
this.bsDatePickerDirective.toggle();
|
|
212
|
-
this.addBodyClickListener(this.bsDatePickerDirective.isOpen);
|
|
213
|
-
}
|
|
214
|
-
addBodyClickListener(skipListener) {
|
|
215
|
-
if (!skipListener) {
|
|
216
|
-
return;
|
|
217
|
-
}
|
|
218
|
-
const bodyElement = document.querySelector('body');
|
|
219
|
-
setTimeout(() => {
|
|
220
|
-
const bsDateContainerElement = bodyElement.querySelector(`.${this.dateContainerCls}`);
|
|
221
|
-
this.deregisterEventListener = addEventListenerOnElement(bodyElement, bsDateContainerElement, this.nativeElement, 'click', this.isDropDownDisplayEnabledOnInput(this.showdropdownon), () => {
|
|
222
|
-
this.isOpen = false;
|
|
223
|
-
}, 0 /* EVENT_LIFE.ONCE */, true);
|
|
224
|
-
}, 350);
|
|
225
|
-
}
|
|
226
|
-
/**
|
|
227
|
-
* This is an internal method triggered when pressing key on the date input
|
|
228
|
-
*/
|
|
229
|
-
onDisplayKeydown(event) {
|
|
230
|
-
if (this.isDropDownDisplayEnabledOnInput(this.showdropdownon)) {
|
|
231
|
-
event.stopPropagation();
|
|
232
|
-
if (event.key === 'Enter') {
|
|
233
|
-
const newVal = getDateObj(event.target.value, { pattern: this.datepattern });
|
|
234
|
-
event.preventDefault();
|
|
235
|
-
const formattedDate = getFormattedDate(this.datePipe, newVal, this.dateInputFormat, this.timeZone, null, this.isCurrentDate, this);
|
|
236
|
-
const inputVal = event.target.value.trim();
|
|
237
|
-
if (inputVal && this.datepattern === 'timestamp') {
|
|
238
|
-
if (!isNaN(inputVal) && parseInt(inputVal) !== formattedDate) {
|
|
239
|
-
this.invalidDateTimeFormat = true;
|
|
240
|
-
this.invokeOnChange(this.datavalue, event, false);
|
|
241
|
-
}
|
|
242
|
-
}
|
|
243
|
-
else if (inputVal && inputVal !== formattedDate) {
|
|
244
|
-
this.invalidDateTimeFormat = true;
|
|
245
|
-
this.invokeOnChange(this.datavalue, event, false);
|
|
246
|
-
}
|
|
247
|
-
else {
|
|
248
|
-
this.invalidDateTimeFormat = false;
|
|
249
|
-
this.isEnterPressedOnDateInput = true;
|
|
250
|
-
this.bsDatePickerDirective.bsValue = event.target.value ? newVal : '';
|
|
251
|
-
this.updateIMask();
|
|
252
|
-
}
|
|
253
|
-
this.toggleDpDropdown(event);
|
|
254
|
-
}
|
|
255
|
-
else {
|
|
256
|
-
this.hideDatepickerDropdown();
|
|
257
|
-
}
|
|
258
|
-
}
|
|
259
|
-
else {
|
|
260
|
-
this.hideDatepickerDropdown();
|
|
261
|
-
}
|
|
262
|
-
}
|
|
263
|
-
/**
|
|
264
|
-
* This is an internal method triggered when the date selection changes
|
|
265
|
-
*/
|
|
266
|
-
onDateChange(newVal) {
|
|
267
|
-
/**
|
|
268
|
-
* Ngx-bootstrap upgrade : To avoid the page load datechange event;
|
|
269
|
-
* TODO:
|
|
270
|
-
* https://github.com/valor-software/ngx-bootstrap/issues/6016
|
|
271
|
-
* For above issue, once we get the solution from Ngx-Bootstrap team, remove the _bsDefaultLoadCheck check and update accordingly.
|
|
272
|
-
* */
|
|
273
|
-
if (this._bsDefaultLoadCheck) {
|
|
274
|
-
this._bsDefaultLoadCheck = false;
|
|
275
|
-
return;
|
|
276
|
-
}
|
|
277
|
-
this.setDataValue(newVal);
|
|
278
|
-
}
|
|
279
|
-
onPropertyChange(key, nv, ov) {
|
|
280
|
-
if (key === 'showdateformatasplaceholder') {
|
|
281
|
-
this.showdateformatasplaceholder = nv;
|
|
282
|
-
this.imask?.destroyMask();
|
|
283
|
-
if (this.showdateformatasplaceholder && this.datepattern !== 'timestamp') {
|
|
284
|
-
this.mask = validateTheMaskedDate(this.datepattern, this.selectedLocale);
|
|
285
|
-
this.maskDateInputFormat = this.dateInputFormat;
|
|
286
|
-
this.maskDateInputFormat = (this.dateInputFormat.split('d').length - 1) === 1 ? this.maskDateInputFormat.replace('d', 'dd') : this.maskDateInputFormat;
|
|
287
|
-
this.maskDateInputFormat = (this.dateInputFormat.split('M').length - 1) === 1 ? this.maskDateInputFormat.replace('M', 'MM') : this.maskDateInputFormat;
|
|
288
|
-
this.updateIMask();
|
|
289
|
-
}
|
|
290
|
-
}
|
|
291
|
-
else {
|
|
292
|
-
super.onPropertyChange(key, nv, ov);
|
|
293
|
-
}
|
|
294
|
-
}
|
|
295
|
-
static { this.ɵfac = function DateComponent_Factory(t) { return new (t || DateComponent)(i0.ɵɵdirectiveInject(i0.Injector), i0.ɵɵdirectiveInject(i0.ChangeDetectorRef), i0.ɵɵdirectiveInject(i1.AppDefaults), i0.ɵɵdirectiveInject('EXPLICIT_CONTEXT', 8)); }; }
|
|
296
|
-
static { this.ɵcmp = /*@__PURE__*/ i0.ɵɵdefineComponent({ type: DateComponent, selectors: [["", "wmDate", ""]], viewQuery: function DateComponent_Query(rf, ctx) { if (rf & 1) {
|
|
297
|
-
i0.ɵɵviewQuery(BsDatepickerDirective, 5);
|
|
298
|
-
i0.ɵɵviewQuery(_c0, 5, IMaskDirective);
|
|
299
|
-
} if (rf & 2) {
|
|
300
|
-
let _t;
|
|
301
|
-
i0.ɵɵqueryRefresh(_t = i0.ɵɵloadQuery()) && (ctx.bsDatePickerDirective = _t.first);
|
|
302
|
-
i0.ɵɵqueryRefresh(_t = i0.ɵɵloadQuery()) && (ctx.imask = _t.first);
|
|
303
|
-
} }, features: [i0.ɵɵProvidersFeature([
|
|
304
|
-
provideAs(DateComponent, NG_VALUE_ACCESSOR, true),
|
|
305
|
-
provideAs(DateComponent, NG_VALIDATORS, true),
|
|
306
|
-
provideAsWidgetRef(DateComponent)
|
|
307
|
-
]), i0.ɵɵInheritDefinitionFeature], attrs: _c1, decls: 9, vars: 27, consts: [["dateInput", ""], ["datepicker", "bsDatepicker"], ["focus-target", "", "type", "text", 1, "form-control", "app-textbox", "app-dateinput", "display-input", 3, "click", "focus", "blur", "change", "keydown", "name", "imask", "unmask", "tabindex", "value", "disabled", "autofocus", "required", "readOnly"], [1, "input-group-btn"], ["type", "button", "aria-haspopup", "true", "aria-expanded", "false", 1, "btn", "btn-default", "btn-time", 3, "click", "tabindex", "disabled"], ["aria-hidden", "true", 1, "app-icon", "wm-sl-l", "sl-calendar"], [2, "width", "0", "display", "inline-block"], ["aria-label", "datepicker dropdownmenu", "aria-controls", "date", "bsDatepicker", "", "placement", "bottom right", 1, "model-holder", 3, "onShown", "onHidden", "bsValueChange", "tabindex", "container", "bsConfig", "isOpen", "daysDisabled", "datesDisabled", "isDisabled", "bsValue"], [3, "ngIf"], ["dateTimePicker", "", "mode", "DATE", 3, "change", "config", "placement", "excludedDaysToDisable", "excludedDatesToDisable", "displayFormat", "value"], ["role", "button", 1, "mobile-input", "mobile-datepicker-container", 3, "click", "focus", "blur", "tabindex"]], template: function DateComponent_Template(rf, ctx) { if (rf & 1) {
|
|
308
|
-
const _r1 = i0.ɵɵgetCurrentView();
|
|
309
|
-
i0.ɵɵelementStart(0, "input", 2, 0);
|
|
310
|
-
i0.ɵɵlistener("click", function DateComponent_Template_input_click_0_listener($event) { i0.ɵɵrestoreView(_r1); return i0.ɵɵresetView(ctx.toggleDpDropdown($event, true)); })("focus", function DateComponent_Template_input_focus_0_listener($event) { i0.ɵɵrestoreView(_r1); ctx.onDateTimeInputFocus(); ctx.invokeOnFocus($event); return i0.ɵɵresetView(ctx.updateIMask()); })("blur", function DateComponent_Template_input_blur_0_listener($event) { i0.ɵɵrestoreView(_r1); return i0.ɵɵresetView(ctx.onInputBlur($event)); })("change", function DateComponent_Template_input_change_0_listener($event) { i0.ɵɵrestoreView(_r1); return i0.ɵɵresetView(ctx.onDisplayDateChange($event)); })("keydown", function DateComponent_Template_input_keydown_0_listener($event) { i0.ɵɵrestoreView(_r1); ctx._triggeredByUser = true; return i0.ɵɵresetView(ctx.onDisplayKeydown($event)); });
|
|
311
|
-
i0.ɵɵelementEnd();
|
|
312
|
-
i0.ɵɵelementStart(2, "span", 3)(3, "button", 4);
|
|
313
|
-
i0.ɵɵlistener("click", function DateComponent_Template_button_click_3_listener($event) { i0.ɵɵrestoreView(_r1); return i0.ɵɵresetView(ctx.toggleDpDropdown($event, false)); });
|
|
314
|
-
i0.ɵɵelement(4, "i", 5);
|
|
315
|
-
i0.ɵɵelementEnd()();
|
|
316
|
-
i0.ɵɵelementStart(5, "div", 6)(6, "input", 7, 1);
|
|
317
|
-
i0.ɵɵlistener("onShown", function DateComponent_Template_input_onShown_6_listener() { i0.ɵɵrestoreView(_r1); return i0.ɵɵresetView(ctx.onDatePickerOpen()); })("onHidden", function DateComponent_Template_input_onHidden_6_listener() { i0.ɵɵrestoreView(_r1); return i0.ɵɵresetView(ctx.hideDatepickerDropdown()); })("bsValueChange", function DateComponent_Template_input_bsValueChange_6_listener($event) { i0.ɵɵrestoreView(_r1); return i0.ɵɵresetView(ctx.onDateChange($event)); });
|
|
318
|
-
i0.ɵɵelementEnd()();
|
|
319
|
-
i0.ɵɵtemplate(8, DateComponent_ng_template_8_Template, 2, 8, "ng-template", 8);
|
|
320
|
-
} if (rf & 2) {
|
|
321
|
-
i0.ɵɵproperty("name", ctx.name)("imask", ctx.mask)("unmask", true)("tabindex", ctx.loadNativeDateInput ? "-1" : ctx.tabindex)("value", ctx.displayValue)("disabled", ctx.disabled || ctx.readonly)("autofocus", ctx.autofocus)("required", ctx.required)("readOnly", ctx.isReadOnly);
|
|
322
|
-
i0.ɵɵattribute("aria-hidden", !!ctx.loadNativeDateInput)("placeholder", ctx.placeholder)("accesskey", ctx.shortcutkey)("aria-label", ctx.hint);
|
|
323
|
-
i0.ɵɵadvance(3);
|
|
324
|
-
i0.ɵɵproperty("tabindex", ctx.loadNativeDateInput ? "-1" : ctx.tabindex)("disabled", ctx.disabled || ctx.readonly);
|
|
325
|
-
i0.ɵɵattribute("aria-hidden", !!ctx.loadNativeDateInput)("aria-label", ctx.displayValue ? "Change Date " + ctx.displayValue : "Choose date by pressing enter");
|
|
326
|
-
i0.ɵɵadvance(3);
|
|
327
|
-
i0.ɵɵproperty("tabindex", -1)("container", ctx.containerTarget || ".wm-app")("bsConfig", ctx._dateOptions)("isOpen", ctx.isOpen)("daysDisabled", ctx.excludedDaysToDisable)("datesDisabled", ctx.excludedDatesToDisable)("isDisabled", ctx.disabled || ctx.readonly)("bsValue", ctx.bsDataValue);
|
|
328
|
-
i0.ɵɵattribute("aria-hidden", !!ctx.loadNativeDateInput);
|
|
329
|
-
i0.ɵɵadvance(2);
|
|
330
|
-
i0.ɵɵproperty("ngIf", ctx.loadNativeDateInput);
|
|
331
|
-
} }, dependencies: [i2.NgIf, i3.BsDatepickerDirective, i3.BsDatepickerInputDirective, i4.IMaskDirective, i5.DateTimePickerComponent], encapsulation: 2 }); }
|
|
332
|
-
}
|
|
333
|
-
(() => { (typeof ngDevMode === "undefined" || ngDevMode) && i0.ɵsetClassMetadata(DateComponent, [{
|
|
334
|
-
type: Component,
|
|
335
|
-
args: [{ selector: '[wmDate]', providers: [
|
|
336
|
-
provideAs(DateComponent, NG_VALUE_ACCESSOR, true),
|
|
337
|
-
provideAs(DateComponent, NG_VALIDATORS, true),
|
|
338
|
-
provideAsWidgetRef(DateComponent)
|
|
339
|
-
], template: " <input class=\"form-control app-textbox app-dateinput display-input\"\n focus-target\n type=\"text\"\n [name]=\"name\"\n #dateInput\n [imask]=\"mask\"\n [unmask]=\"true\"\n [tabindex]=\"loadNativeDateInput ? '-1' : tabindex\"\n [attr.aria-hidden]=\"!!loadNativeDateInput\"\n [value]=\"displayValue\"\n (click)=\"toggleDpDropdown($event, true)\"\n (focus)=\"onDateTimeInputFocus(); invokeOnFocus($event); updateIMask()\"\n (blur)=\"onInputBlur($event)\"\n [disabled]=\"disabled || readonly\"\n [autofocus]=\"autofocus\"\n [required]=\"required\"\n [readOnly]=\"isReadOnly\"\n [attr.placeholder]=\"placeholder\"\n [attr.accesskey]=\"shortcutkey\"\n [attr.aria-label]=\"hint\"\n (change)=\"onDisplayDateChange($event)\"\n (keydown)=\"this._triggeredByUser = true; onDisplayKeydown($event);\">\n\n <span class=\"input-group-btn\">\n <button type=\"button\"\n class=\"btn btn-default btn-time\"\n [tabindex]=\"loadNativeDateInput ? '-1' : tabindex\"\n [attr.aria-hidden]=\"!!loadNativeDateInput\"\n [disabled]=\"disabled || readonly\"\n [attr.aria-label]=\"displayValue ? 'Change Date ' + displayValue : 'Choose date by pressing enter'\"\n aria-haspopup=\"true\"\n aria-expanded=\"false\"\n (click)=\"toggleDpDropdown($event, false)\">\n <i aria-hidden=\"true\"\n class=\"app-icon wm-sl-l sl-calendar\"></i>\n </button>\n </span>\n <div style=\"width: 0;display: inline-block;\">\n <input class=\"model-holder\"\n aria-label=\"datepicker dropdownmenu\"\n aria-controls=\"date\"\n [tabindex]=\"-1\"\n [attr.aria-hidden]=\"!!loadNativeDateInput\"\n [container]=\"containerTarget || '.wm-app'\"\n [bsConfig]=\"_dateOptions\"\n [isOpen]=\"isOpen\"\n #datepicker=\"bsDatepicker\"\n bsDatepicker\n [daysDisabled]=\"excludedDaysToDisable\"\n [datesDisabled]=\"excludedDatesToDisable\"\n placement=\"bottom right\"\n [isDisabled]=\"disabled || readonly\"\n [bsValue]=\"bsDataValue\"\n (onShown)=\"onDatePickerOpen()\"\n (onHidden)=\"hideDatepickerDropdown()\"\n (bsValueChange)=\"onDateChange($event)\">\n</div>\n\n<ng-template [ngIf]=\"loadNativeDateInput\">\n <wm-datetimepicker\n dateTimePicker\n mode=\"DATE\"\n [config]=\"_dateOptions\"\n [placement]=\"modal\"\n [excludedDaysToDisable]=\"excludedDaysToDisable\"\n [excludedDatesToDisable]=\"excludedDatesToDisable\"\n [displayFormat]=\"dateInputFormat\"\n [value]=\"bsDataValue\"\n (change)=\"onDateChange($event)\">\n </wm-datetimepicker>\n <div class=\"mobile-input mobile-datepicker-container\"\n [tabindex]=\"tabindex || 0\"\n (click)=\"!(disabled || readonly) && showDatePickerModal(bsDataValue)\"\n (focus)=\"onDateTimeInputFocus(true); invokeOnFocus($event);\"\n (blur)=\"onDateTimeInputBlur(); invokeOnTouched($event)\"\n [attr.aria-label]=\"displayValue ? 'Change Date ' + displayValue : hint || 'Choose Date'\"\n role=\"button\">\n </div>\n</ng-template>\n" }]
|
|
340
|
-
}], () => [{ type: i0.Injector }, { type: i0.ChangeDetectorRef }, { type: i1.AppDefaults }, { type: undefined, decorators: [{
|
|
341
|
-
type: Inject,
|
|
342
|
-
args: ['EXPLICIT_CONTEXT']
|
|
343
|
-
}, {
|
|
344
|
-
type: Optional
|
|
345
|
-
}] }], { bsDatePickerDirective: [{
|
|
346
|
-
type: ViewChild,
|
|
347
|
-
args: [BsDatepickerDirective]
|
|
348
|
-
}], imask: [{
|
|
349
|
-
type: ViewChild,
|
|
350
|
-
args: ['dateInput', { read: IMaskDirective }]
|
|
351
|
-
}] }); })();
|
|
352
|
-
(() => { (typeof ngDevMode === "undefined" || ngDevMode) && i0.ɵsetClassDebugInfo(DateComponent, { className: "DateComponent", filePath: "date/date.component.ts", lineNumber: 43 }); })();
|
|
353
|
-
//# sourceMappingURL=data:application/json;base64,eyJ2ZXJzaW9uIjozLCJmaWxlIjoiZGF0ZS5jb21wb25lbnQuanMiLCJzb3VyY2VSb290IjoiIiwic291cmNlcyI6WyIuLi8uLi8uLi8uLi8uLi8uLi9wcm9qZWN0cy9jb21wb25lbnRzL3dpZGdldHMvaW5wdXQvZXBvY2gvc3JjL2RhdGUvZGF0ZS5jb21wb25lbnQudHMiLCIuLi8uLi8uLi8uLi8uLi8uLi9wcm9qZWN0cy9jb21wb25lbnRzL3dpZGdldHMvaW5wdXQvZXBvY2gvc3JjL2RhdGUvZGF0ZS5jb21wb25lbnQuaHRtbCJdLCJuYW1lcyI6W10sIm1hcHBpbmdzIjoiQUFBQSxPQUFPLEVBQUMsaUJBQWlCLEVBQUUsU0FBUyxFQUFFLE1BQU0sRUFBRSxRQUFRLEVBQUUsUUFBUSxFQUFFLFNBQVMsRUFBQyxNQUFNLGVBQWUsQ0FBQztBQUNsRyxPQUFPLEVBQUUsaUJBQWlCLEVBQUUsYUFBYSxFQUFFLE1BQU0sZ0JBQWdCLENBQUM7QUFFbEUsT0FBTyxFQUFFLHFCQUFxQixFQUFFLE1BQU0sMEJBQTBCLENBQUM7QUFFakUsT0FBTyxFQUNILHVCQUF1QixFQUN2Qix5QkFBeUIsRUFDekIsV0FBVyxFQUVYLGNBQWMsRUFDZCxVQUFVLEVBQ1Ysd0JBQXdCLEVBQ3hCLGdCQUFnQixFQUNoQix5QkFBeUIsRUFDekIscUJBQXFCLEVBQ3hCLE1BQU0sVUFBVSxDQUFDO0FBQ2xCLE9BQU8sRUFBaUIsU0FBUyxFQUFFLGtCQUFrQixFQUFFLFlBQVksRUFBRSxNQUFNLEVBQUUsTUFBTSxxQkFBcUIsQ0FBQztBQUN6RyxPQUFPLEVBQUUscUJBQXFCLEVBQUUsTUFBTSwrQkFBK0IsQ0FBQztBQUN0RSxPQUFPLEVBQUUsYUFBYSxFQUFFLE1BQU0sY0FBYyxDQUFDO0FBQzdDLE9BQU8sRUFBRSxxQkFBcUIsRUFBRSxNQUFNLGFBQWEsQ0FBQztBQUNwRCxPQUFPLEVBQUUsY0FBYyxFQUFFLE1BQU0sZUFBZSxDQUFDO0FBQy9DLE9BQU8sRUFBQyxRQUFRLEVBQUUsS0FBSyxFQUFFLFFBQVEsRUFBQyxNQUFNLFdBQVcs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QWtCRjtZQUF2QyxBQURBLEFBREEsbUlBQVcsc0JBQWtCLEtBQUMsd0hBQ2xCLDRCQUF3QixLQUFDLHdJQUNwQix3QkFBb0IsS0FBQztZQUM5QyxBQWxCSSxpQkFpQjJDLEVBQ3pDO1lBRU4sOEVBQTBDOztZQTFDbEMsQUFEQSxBQURBLEFBREEsQUFKQSxBQUZBLEFBREEsQUFEQSxBQUZBLCtCQUFhLG1CQUVDLGdCQUNDLDJEQUNtQywyQkFFNUIsMENBSVcsNEJBQ1YsMEJBQ0YsNEJBQ0U7O1lBVW5CLGVBQWtEO1lBRWxELEFBRkEsd0VBQWtELDBDQUVqQjs7WUFhckMsZUFBZTtZQVdmLEFBREEsQUFGQSxBQURBLEFBSEEsQUFEQSxBQURBLEFBRkEsNkJBQWUsK0NBRTJCLDhCQUNqQixzQkFDUiwyQ0FHcUIsNkNBQ0UsNENBRUwsNEJBQ1o7O1lBTWxCLGVBQTRCO1lBQTVCLDhDQUE0Qjs7O2lGRGhCNUIsYUFBYTtjQVR6QixTQUFTOzJCQUNJLFVBQVUsYUFFVDtvQkFDUCxTQUFTLGdCQUFnQixpQkFBaUIsRUFBRSxJQUFJLENBQUM7b0JBQ2pELFNBQVMsZ0JBQWdCLGFBQWEsRUFBRSxJQUFJLENBQUM7b0JBQzdDLGtCQUFrQixlQUFlO2lCQUNwQzs7c0JBc0VJLE1BQU07dUJBQUMsa0JBQWtCOztzQkFBRyxRQUFRO3FCQVJHLHFCQUFxQjtrQkFBaEUsU0FBUzttQkFBQyxxQkFBcUI7WUFDZ0IsS0FBSztrQkFBcEQsU0FBUzttQkFBQyxXQUFXLEVBQUUsRUFBQyxJQUFJLEVBQUUsY0FBYyxFQUFDOztrRkE3RHJDLGFBQWEiLCJzb3VyY2VzQ29udGVudCI6WyJpbXBvcnQge0NoYW5nZURldGVjdG9yUmVmLCBDb21wb25lbnQsIEluamVjdCwgSW5qZWN0b3IsIE9wdGlvbmFsLCBWaWV3Q2hpbGR9IGZyb20gJ0Bhbmd1bGFyL2NvcmUnO1xuaW1wb3J0IHsgTkdfVkFMVUVfQUNDRVNTT1IsIE5HX1ZBTElEQVRPUlMgfSBmcm9tICdAYW5ndWxhci9mb3Jtcyc7XG5cbmltcG9ydCB7IEJzRGF0ZXBpY2tlckRpcmVjdGl2ZSB9IGZyb20gJ25neC1ib290c3RyYXAvZGF0ZXBpY2tlcic7XG5cbmltcG9ydCB7XG4gICAgYWRqdXN0Q29udGFpbmVyUG9zaXRpb24sXG4gICAgYWRkRXZlbnRMaXN0ZW5lck9uRWxlbWVudCxcbiAgICBBcHBEZWZhdWx0cyxcbiAgICBFVkVOVF9MSUZFLFxuICAgIEZvcm1XaWRnZXRUeXBlLFxuICAgIGdldERhdGVPYmosXG4gICAgZ2V0RGlzcGxheURhdGVUaW1lRm9ybWF0LFxuICAgIGdldEZvcm1hdHRlZERhdGUsXG4gICAgYWRqdXN0Q29udGFpbmVyUmlnaHRFZGdlcyxcbiAgICBnZXRNb21lbnRMb2NhbGVPYmplY3Rcbn0gZnJvbSAnQHdtL2NvcmUnO1xuaW1wb3J0IHsgSVdpZGdldENvbmZpZywgcHJvdmlkZUFzLCBwcm92aWRlQXNXaWRnZXRSZWYsIHNldEZvY3VzVHJhcCwgc3R5bGVyIH0gZnJvbSAnQHdtL2NvbXBvbmVudHMvYmFzZSc7XG5pbXBvcnQgeyBCYXNlRGF0ZVRpbWVDb21wb25lbnQgfSBmcm9tICcuLy4uL2Jhc2UtZGF0ZS10aW1lLmNvbXBvbmVudCc7XG5pbXBvcnQgeyByZWdpc3RlclByb3BzIH0gZnJvbSAnLi9kYXRlLnByb3BzJztcbmltcG9ydCB7IHZhbGlkYXRlVGhlTWFza2VkRGF0ZSB9IGZyb20gJy4vaW1hc2tVdGlsJztcbmltcG9ydCB7IElNYXNrRGlyZWN0aXZlIH0gZnJvbSAnYW5ndWxhci1pbWFzayc7XG5pbXBvcnQge2luY2x1ZGVzLCBpc05hTiwgcGFyc2VJbnR9IGZyb20gXCJsb2Rhc2gtZXNcIjtcblxuZGVjbGFyZSBjb25zdCBfLCAkO1xuXG5jb25zdCBDVVJSRU5UX0RBVEUgPSAnQ1VSUkVOVF9EQVRFJztcbmNvbnN0IERFRkFVTFRfQ0xTID0gJ2FwcC1kYXRlIGlucHV0LWdyb3VwJztcbmNvbnN0IFdJREdFVF9DT05GSUc6IElXaWRnZXRDb25maWcgPSB7XG4gICAgd2lkZ2V0VHlwZTogJ3dtLWRhdGUnLFxuICAgIGhvc3RDbGFzczogREVGQVVMVF9DTFNcbn07XG5cbkBDb21wb25lbnQoe1xuICAgIHNlbGVjdG9yOiAnW3dtRGF0ZV0nLFxuICAgIHRlbXBsYXRlVXJsOiAnLi9kYXRlLmNvbXBvbmVudC5odG1sJyxcbiAgICBwcm92aWRlcnM6IFtcbiAgICAgICAgcHJvdmlkZUFzKERhdGVDb21wb25lbnQsIE5HX1ZBTFVFX0FDQ0VTU09SLCB0cnVlKSxcbiAgICAgICAgcHJvdmlkZUFzKERhdGVDb21wb25lbnQsIE5HX1ZBTElEQVRPUlMsIHRydWUpLFxuICAgICAgICBwcm92aWRlQXNXaWRnZXRSZWYoRGF0ZUNvbXBvbmVudClcbiAgICBdXG59KVxuZXhwb3J0IGNsYXNzIERhdGVDb21wb25lbnQgZXh0ZW5kcyBCYXNlRGF0ZVRpbWVDb21wb25lbnQge1xuICAgIHN0YXRpYyBpbml0aWFsaXplUHJvcHMgPSByZWdpc3RlclByb3BzKCk7XG5cbiAgICBwdWJsaWMgYnNEYXRhVmFsdWU7XG4gICAgcHVibGljIHNob3dkcm9wZG93bm9uOiBzdHJpbmc7XG4gICAgcHJpdmF0ZSBkYXRlQ29udGFpbmVyQ2xzOiBzdHJpbmc7XG4gICAgcHVibGljIGlzT3BlbjogYm9vbGVhbiA9IGZhbHNlO1xuICAgIHByaXZhdGUgaXNFbnRlclByZXNzZWRPbkRhdGVJbnB1dCA9IGZhbHNlO1xuICAgIHByaXZhdGUgX2JzRGVmYXVsdExvYWRDaGVjazogYm9vbGVhbjtcbiAgICBwdWJsaWMgaGludDogc3RyaW5nO1xuXG4gICAgcHJpdmF0ZSBkZXJlZ2lzdGVyRXZlbnRMaXN0ZW5lcjtcbiAgICBwcml2YXRlIGlzQ3VycmVudERhdGU7XG4gICAgcHJpdmF0ZSBmb2N1c1RyYXA7XG4gICAgcHJpdmF0ZSBzaG93ZGF0ZWZvcm1hdGFzcGxhY2Vob2xkZXIgPSBmYWxzZTtcbiAgICBtYXNrO1xuICAgIHByaXZhdGUgbWFza0RhdGVJbnB1dEZvcm1hdDtcblxuICAgIGdldCB0aW1lc3RhbXAoKSB7XG4gICAgICAgIHJldHVybiB0aGlzLmJzRGF0YVZhbHVlID8gdGhpcy5ic0RhdGFWYWx1ZS52YWx1ZU9mKCkgOiB1bmRlZmluZWQ7XG4gICAgfVxuXG4gICAgZ2V0IGRhdGVJbnB1dEZvcm1hdCgpIHtcbiAgICAgICAgcmV0dXJuIHRoaXMuX2RhdGVPcHRpb25zLmRhdGVJbnB1dEZvcm1hdCB8fCAneXl5eS1NTS1kZCc7XG4gICAgfVxuXG4gICAgZ2V0IGRpc3BsYXlWYWx1ZSgpIHtcbiAgICAgICAgaWYodGhpcy5zaG93ZGF0ZWZvcm1hdGFzcGxhY2Vob2xkZXIgJiYgdGhpcy5pbWFzaz8ubWFza1JlZiAmJiB0aGlzLm1hc2tEYXRlSW5wdXRGb3JtYXQpIHtcbiAgICAgICAgICAgIHJldHVybiBnZXRGb3JtYXR0ZWREYXRlKHRoaXMuZGF0ZVBpcGUsIHRoaXMuYnNEYXRhVmFsdWUsIHRoaXMubWFza0RhdGVJbnB1dEZvcm1hdCwgdGhpcy50aW1lWm9uZSwgbnVsbCwgdGhpcy5pc0N1cnJlbnREYXRlLCB0aGlzKSB8fCAnJztcbiAgICAgICAgfVxuICAgICAgICByZXR1cm4gZ2V0Rm9ybWF0dGVkRGF0ZSh0aGlzLmRhdGVQaXBlLCB0aGlzLmJzRGF0YVZhbHVlLCB0aGlzLmRhdGVJbnB1dEZvcm1hdCwgdGhpcy50aW1lWm9uZSwgbnVsbCwgdGhpcy5pc0N1cnJlbnREYXRlLCB0aGlzKSB8fCAnJztcbiAgICB9XG5cbiAgICBnZXQgbmF0aXZlRGlzcGxheVZhbHVlKCkge1xuICAgICAgICByZXR1cm4gZ2V0Rm9ybWF0dGVkRGF0ZSh0aGlzLmRhdGVQaXBlLCB0aGlzLmJzRGF0YVZhbHVlLCAneXl5eS1NTS1kZCcsIHRoaXMudGltZVpvbmUsIG51bGwsIHRoaXMuaXNDdXJyZW50RGF0ZSwgdGhpcykgfHwgJyc7XG4gICAgfVxuXG4gICAgLy8gQHRzLWlnbm9yZVxuICAgIGdldCBkYXRhdmFsdWUoKSB7XG4gICAgICAgIHJldHVybiBnZXRGb3JtYXR0ZWREYXRlKHRoaXMuZGF0ZVBpcGUsIHRoaXMuYnNEYXRhVmFsdWUsIHRoaXMub3V0cHV0Zm9ybWF0LCB0aGlzLnRpbWVab25lLCBudWxsLCB0aGlzLmlzQ3VycmVudERhdGUsIHRoaXMpIHx8ICcnO1xuICAgIH1cblxuICAgIC8vIFRvZG9bU2h1YmhhbV06IG5lZWRzIHRvIGJlIHJlZGVmaW5lZFxuICAgIC8vIHNldHMgdGhlIGRhdGFWYWx1ZSBhbmQgY29tcHV0ZXMgdGhlIGRpc3BsYXkgbW9kZWwgdmFsdWVzXG4gICAgLy8gQHRzLWlnbm9yZVxuICAgIHNldCBkYXRhdmFsdWUobmV3VmFsKSB7XG4gICAgICAgIGlmIChuZXdWYWwgPT09IENVUlJFTlRfREFURSkge1xuICAgICAgICAgICAgc2V0VGltZW91dCgoKSA9PiB7XG4gICAgICAgICAgICAgICAgdGhpcy5ic0RhdGFWYWx1ZSA9IHRoaXMudGltZVpvbmUgPyBnZXRNb21lbnRMb2NhbGVPYmplY3QodGhpcy50aW1lWm9uZSkgOiBuZXcgRGF0ZSgpO1xuICAgICAgICAgICAgfSwgNTApO1xuICAgICAgICAgICAgdGhpcy5pc0N1cnJlbnREYXRlID0gdHJ1ZTtcbiAgICAgICAgfSBlbHNlIHtcbiAgICAgICAgICAgIHRoaXMuYnNEYXRhVmFsdWUgPSBuZXdWYWwgPyBnZXREYXRlT2JqKG5ld1ZhbCwge2lzTmF0aXZlUGlja2VyOiB0aGlzLmxvYWROYXRpdmVEYXRlSW5wdXR9LCB0aGlzLnRpbWVab25lKSA6IHVuZGVmaW5lZDtcbiAgICAgICAgICAgIHRoaXMuaXNDdXJyZW50RGF0ZSA9IGZhbHNlO1xuICAgICAgICB9XG4gICAgICAgIC8vIHVwZGF0ZSB0aGUgcHJldmlvdXMgZGF0YXZhbHVlLlxuICAgICAgICB0aGlzLmludm9rZU9uQ2hhbmdlKHRoaXMuZGF0YXZhbHVlLCB1bmRlZmluZWQsIHRydWUpO1xuICAgICAgICB0aGlzLmNkUmVmLmRldGVjdENoYW5nZXMoKTtcbiAgICB9XG5cbiAgICBAVmlld0NoaWxkKEJzRGF0ZXBpY2tlckRpcmVjdGl2ZSkgcHJvdGVjdGVkIGJzRGF0ZVBpY2tlckRpcmVjdGl2ZTtcbiAgICBAVmlld0NoaWxkKCdkYXRlSW5wdXQnLCB7cmVhZDogSU1hc2tEaXJlY3RpdmV9KSBpbWFzazogSU1hc2tEaXJlY3RpdmU8YW55PjtcblxuICAgIC8vIFRPRE8gdXNlIEJzTG9jYWxlU2VydmljZSB0byBzZXQgdGhlIGN1cnJlbnQgdXNlcidzIGxvY2FsZSB0byBzZWUgdGhlIGxvY2FsaXplZCBsYWJlbHNcbiAgICBjb25zdHJ1Y3RvcihcbiAgICAgICAgaW5qOiBJbmplY3RvcixcbiAgICAgICAgcHJpdmF0ZSBjZFJlZjogQ2hhbmdlRGV0ZWN0b3JSZWYsXG4gICAgICAgIHByaXZhdGUgYXBwRGVmYXVsdHM6IEFwcERlZmF1bHRzLFxuICAgICAgICBASW5qZWN0KCdFWFBMSUNJVF9DT05URVhUJykgQE9wdGlvbmFsKCkgZXhwbGljaXRDb250ZXh0OiBhbnlcbiAgICApIHtcbiAgICAgICAgc3VwZXIoaW5qLCBXSURHRVRfQ09ORklHLCBleHBsaWNpdENvbnRleHQpO1xuICAgICAgICBzdHlsZXIodGhpcy5uYXRpdmVFbGVtZW50LCB0aGlzKTtcblxuICAgICAgICB0aGlzLmRhdGVDb250YWluZXJDbHMgPSBgYXBwLWRhdGUtJHt0aGlzLndpZGdldElkfWA7XG4gICAgICAgIHRoaXMuX2RhdGVPcHRpb25zLmNvbnRhaW5lckNsYXNzID0gYGFwcC1kYXRlICR7dGhpcy5kYXRlQ29udGFpbmVyQ2xzfWA7XG4gICAgICAgIHRoaXMuX2RhdGVPcHRpb25zLnNob3dXZWVrTnVtYmVycyA9IGZhbHNlO1xuICAgICAgICB0aGlzLl9ic0RlZmF1bHRMb2FkQ2hlY2sgPSB0cnVlO1xuICAgICAgICB0aGlzLmRhdGVwYXR0ZXJuID0gdGhpcy5hcHBEZWZhdWx0cy5kYXRlRm9ybWF0IHx8IGdldERpc3BsYXlEYXRlVGltZUZvcm1hdChGb3JtV2lkZ2V0VHlwZS5EQVRFKTtcbiAgICAgICAgdGhpcy51cGRhdGVGb3JtYXQoJ2RhdGVwYXR0ZXJuJyk7XG4gICAgfVxuICAgIC8qKlxuICAgICAqIFRoaXMgaXMgYW4gaW50ZXJuYWwgbWV0aG9kIHRyaWdnZXJlZCB3aGVuIHRoZSBkYXRlIGlucHV0IGNoYW5nZXNcbiAgICAgKi9cbiAgICBvbkRpc3BsYXlEYXRlQ2hhbmdlKCRldmVudCwgaXNOYXRpdmVQaWNrZXI6IGJvb2xlYW4gPSBmYWxzZSkge1xuICAgICAgICB0aGlzLnVwZGF0ZUlNYXNrKCk7XG4gICAgICAgIGlmICh0aGlzLmlzRW50ZXJQcmVzc2VkT25EYXRlSW5wdXQpIHtcbiAgICAgICAgICAgIHRoaXMuaXNFbnRlclByZXNzZWRPbkRhdGVJbnB1dCA9IGZhbHNlO1xuICAgICAgICAgICAgcmV0dXJuO1xuICAgICAgICB9XG4gICAgICAgIGNvbnN0IG5ld1ZhbCA9IGdldERhdGVPYmooJGV2ZW50LnRhcmdldC52YWx1ZSwge3BhdHRlcm46IHRoaXMuZGF0ZXBhdHRlcm4sIGlzTmF0aXZlUGlja2VyOiBpc05hdGl2ZVBpY2tlcn0pO1xuICAgICAgICAvLyBkYXRlIHBhdHRlcm4gdmFsaWRhdGlvblxuICAgICAgICAvLyBpZiBpbnZhbGlkIHBhdHRlcm4gaXMgZW50ZXJlZCwgZGV2aWNlIGlzIHNob3dpbmcgYW4gZXJyb3IuXG4gICAgICAgIGlmICghdGhpcy5mb3JtYXRWYWxpZGF0aW9uKG5ld1ZhbCwgJGV2ZW50LnRhcmdldC52YWx1ZSwgaXNOYXRpdmVQaWNrZXIpKSB7XG4gICAgICAgICAgICByZXR1cm47XG4gICAgICAgIH1cbiAgICAgICAgLy8gbWluIGRhdGUgYW5kIG1heCBkYXRlIHZhbGlkYXRpb24gaW4gbW9iaWxlIHZpZXcuXG4gICAgICAgIC8vIGlmIGludmFsaWQgZGF0ZXMgYXJlIGVudGVyZWQsIGRldmljZSBpcyBzaG93aW5nIGFuIGFsZXJ0LlxuICAgICAgICBpZiAoaXNOYXRpdmVQaWNrZXIgJiYgdGhpcy5taW5EYXRlTWF4RGF0ZVZhbGlkYXRpb25PbklucHV0KG5ld1ZhbCwgJGV2ZW50LCB0aGlzLmRpc3BsYXlWYWx1ZSwgaXNOYXRpdmVQaWNrZXIpKSB7XG4gICAgICAgICAgICByZXR1cm47XG4gICAgICAgIH1cbiAgICAgICAgdGhpcy5zZXREYXRhVmFsdWUobmV3VmFsKTtcbiAgICB9XG5cbiAgICAvLyBzZXRzIHRoZSBkYXRhVmFsdWUgYW5kIGNvbXB1dGVzIHRoZSBkaXNwbGF5IG1vZGVsIHZhbHVlc1xuICAgIHByaXZhdGUgc2V0RGF0YVZhbHVlKG5ld1ZhbCk6IHZvaWQge1xuICAgICAgICB0aGlzLmludmFsaWREYXRlVGltZUZvcm1hdCA9IGZhbHNlO1xuICAgICAgICAvLyBtaW4gZGF0ZSBhbmQgbWF4IGRhdGUgdmFsaWRhdGlvbiBpbiB3ZWIuXG4gICAgICAgIC8vIGlmIGludmFsaWQgZGF0ZXMgYXJlIGVudGVyZWQsIGRldmljZSBpcyBzaG93aW5nIHZhbGlkYXRpb24gbWVzc2FnZS5cbiAgICAgICAgdGhpcy5taW5EYXRlTWF4RGF0ZVZhbGlkYXRpb25PbklucHV0KG5ld1ZhbCk7XG4gICAgICAgIGlmIChnZXRGb3JtYXR0ZWREYXRlKHRoaXMuZGF0ZVBpcGUsIG5ld1ZhbCwgdGhpcy5kYXRlSW5wdXRGb3JtYXQsIHRoaXMudGltZVpvbmUsIG51bGwsIHRoaXMuaXNDdXJyZW50RGF0ZSwgdGhpcykgPT09IHRoaXMuZGlzcGxheVZhbHVlKSB7XG4gICAgICAgICAgICAkKHRoaXMubmF0aXZlRWxlbWVudCkuZmluZCgnLmRpc3BsYXktaW5wdXQnKS52YWwodGhpcy5kaXNwbGF5VmFsdWUpO1xuICAgICAgICB9XG4gICAgICAgIGlmIChuZXdWYWwpIHtcbiAgICAgICAgICAgIHRoaXMuYnNEYXRhVmFsdWUgPSBuZXdWYWw7XG4gICAgICAgICAgICB0aGlzLnVwZGF0ZUlNYXNrKCk7XG4gICAgICAgIH0gZWxzZSB7XG4gICAgICAgICAgICB0aGlzLmJzRGF0YVZhbHVlID0gdW5kZWZpbmVkO1xuICAgICAgICB9XG4gICAgICAgIHRoaXMuaW52b2tlT25DaGFuZ2UodGhpcy5kYXRhdmFsdWUsIHt9LCB0cnVlKTtcbiAgICB9XG5cbiAgICBvbkRhdGVQaWNrZXJPcGVuKCkge1xuICAgICAgICB0aGlzLmlzT3BlbiA9IHRydWU7XG4gICAgICAgIHRoaXMuYWN0aXZlRGF0ZSA9IHRoaXMuYnNEYXRhVmFsdWUgPyB0aGlzLmJzRGF0YVZhbHVlIDogKHRoaXMudGltZVpvbmUgPyBnZXRNb21lbnRMb2NhbGVPYmplY3QodGhpcy50aW1lWm9uZSkgOiBuZXcgRGF0ZSgpKTtcbiAgICAgICAgaWYgKCF0aGlzLmJzRGF0YVZhbHVlKSB7XG4gICAgICAgICAgICB0aGlzLmhpZ2h0bGlnaHRUb2RheSh0aGlzLmFjdGl2ZURhdGUpO1xuICAgICAgICB9XG4gICAgICAgIHRoaXMudXBkYXRlSU1hc2soKTtcblxuICAgICAgICAvLyBXZSBhcmUgdXNpbmcgdGhlIHR3byBpbnB1dCB0YWdzKFRvIG1haW50YWluIHRoZSBtb2RhbCBhbmQgcHJveHkgbW9kYWwpIGZvciB0aGUgZGF0ZSBjb250cm9sLlxuICAgICAgICAvLyBTbyBhY3R1YWwgYm9vdHN0cmFwIGlucHV0IHRhcmdldCB3aWR0aCB3ZSBtYWRlIGl0IHRvIDAsIHNvIGJvb3RzdHJhcCBjYWxjdWxhdGluZyB0aGUgY2FsZW5kYXIgY29udGFpbmVyIHRvcCBwb3NpdGlvbiBpbXByb3Blcmx5LlxuICAgICAgICAvLyBUbyBmaXggdGhlIGNvbnRhaW5lciB0b3AgcG9zaXRpb24gc2V0IHRoZSB3aWR0aCAxcHg7XG4gICAgICAgIHRoaXMuJGVsZW1lbnQuZmluZCgnLm1vZGVsLWhvbGRlcicpLndpZHRoKCcxcHgnKTtcbiAgICAgICAgY29uc3QgZHBDb250YWluZXJFbCA9ICQoJ2JzLWRhdGVwaWNrZXItY29udGFpbmVyJyk7XG4gICAgICAgIGRwQ29udGFpbmVyRWwuYXR0cignYXJpYS1sYWJlbCcsICdVc2UgQXJyb3cga2V5cyB0byBuYXZpZ2F0ZSBkYXRlcywgQ2hvb3NlIERhdGUgZnJvbSBkYXRlcGlja2VyJyk7XG4gICAgICAgICQoJy5icy1jYWxlbmRhci1jb250YWluZXInKS5yZW1vdmVBdHRyKCdyb2xlJyk7XG4gICAgICAgIGNvbnN0IGRhdGVQaWNrZXJDb250YWluZXIgPSAkKCcuYnMtZGF0ZXBpY2tlci1jb250YWluZXInKVswXTtcbiAgICAgICAgdGhpcy5mb2N1c1RyYXAgPSBzZXRGb2N1c1RyYXAoZGF0ZVBpY2tlckNvbnRhaW5lciwgdHJ1ZSk7XG4gICAgICAgIHRoaXMuZm9jdXNUcmFwLmFjdGl2YXRlKCk7XG4gICAgICAgIHRoaXMuYWRkRGF0ZXBpY2tlcktleWJvYXJkRXZlbnRzKHRoaXMsIGZhbHNlKTtcbiAgICAgICAgYWRqdXN0Q29udGFpbmVyUG9zaXRpb24oJCgnYnMtZGF0ZXBpY2tlci1jb250YWluZXInKSwgdGhpcy5uYXRpdmVFbGVtZW50LCB0aGlzLmJzRGF0ZVBpY2tlckRpcmVjdGl2ZS5fZGF0ZXBpY2tlcik7XG4gICAgICAgIGFkanVzdENvbnRhaW5lclJpZ2h0RWRnZXMoJCgnYnMtZGF0ZXBpY2tlci1jb250YWluZXInKSwgdGhpcy5uYXRpdmVFbGVtZW50LCB0aGlzLmJzRGF0ZVBpY2tlckRpcmVjdGl2ZS5fZGF0ZXBpY2tlcik7XG5cbiAgICAgICAgaWYodGhpcy50aW1lWm9uZSkge1xuICAgICAgICAgICAgY29uc3QgdG9kYXlCdG4gPSBkb2N1bWVudC5xdWVyeVNlbGVjdG9yKGAuJHt0aGlzLmRhdGVDb250YWluZXJDbHN9IC5icy1kYXRlcGlja2VyLWJ1dHRvbnMgLmJ0bi10b2RheS13cmFwcGVyIGJ1dHRvbmApIGFzIEhUTUxFbGVtZW50O1xuICAgICAgICAgICAgY29uc3Qgc2V0VG9kYXlUWkhhbmRsZXIgPSAoZXZlbnQpID0+IHtcbiAgICAgICAgICAgICAgICBjb25zdCB0b2RheVRaID0gZ2V0TW9tZW50TG9jYWxlT2JqZWN0KHRoaXMudGltZVpvbmUpO1xuICAgICAgICAgICAgICAgIGlmKG5ldyBEYXRlKHRoaXMuYnNEYXRhVmFsdWUpLnRvRGF0ZVN0cmluZygpICE9PSBuZXcgRGF0ZSh0b2RheVRaKS50b0RhdGVTdHJpbmcoKSkge1xuICAgICAgICAgICAgICAgICAgICB0aGlzLmJzRGF0YVZhbHVlID0gdG9kYXlUWjtcbiAgICAgICAgICAgICAgICB9XG4gICAgICAgICAgICAgICAgdG9kYXlCdG4ucmVtb3ZlRXZlbnRMaXN0ZW5lcignY2xpY2snLCBzZXRUb2RheVRaSGFuZGxlcik7XG4gICAgICAgICAgICB9O1xuICAgICAgICAgICAgdG9kYXlCdG4uYWRkRXZlbnRMaXN0ZW5lcignY2xpY2snLCBzZXRUb2RheVRaSGFuZGxlcilcbiAgICAgICAgfVxuICAgIH1cbiAgICBvbklucHV0Qmx1cigkZXZlbnQpIHtcbiAgICAgICAgdGhpcy51cGRhdGVJTWFzaygpO1xuICAgICAgICBpZiAoISQoJGV2ZW50LnJlbGF0ZWRUYXJnZXQpLmhhc0NsYXNzKCdjdXJyZW50LWRhdGUnKSkge1xuICAgICAgICAgICAgdGhpcy5pbnZva2VPblRvdWNoZWQoKTtcbiAgICAgICAgICAgIHRoaXMuaW52b2tlRXZlbnRDYWxsYmFjaygnYmx1cicsIHsgJGV2ZW50IH0pO1xuICAgICAgICB9XG4gICAgfVxuXG4gICAgdXBkYXRlSU1hc2soKSB7XG4gICAgICAgIHRoaXMuaW1hc2s/Lm1hc2tSZWY/LnVwZGF0ZVZhbHVlKCk7XG4gICAgfVxuXG4gICAgcHVibGljIGhpZGVEYXRlcGlja2VyRHJvcGRvd24oKSB7XG4gICAgICAgIHRoaXMuaW52b2tlT25Ub3VjaGVkKCk7XG4gICAgICAgIHRoaXMuaXNPcGVuID0gZmFsc2U7XG4gICAgICAgIHRoaXMuZm9jdXNUcmFwPy5kZWFjdGl2YXRlKCk7XG4gICAgICAgIHRoaXMuaXNFbnRlclByZXNzZWRPbkRhdGVJbnB1dCA9IGZhbHNlO1xuICAgICAgICBpZiAodGhpcy5kZXJlZ2lzdGVyRXZlbnRMaXN0ZW5lcikge1xuICAgICAgICAgICAgdGhpcy5kZXJlZ2lzdGVyRXZlbnRMaXN0ZW5lcigpO1xuICAgICAgICB9XG4gICAgICAgIHRoaXMuYmx1ckRhdGVJbnB1dCh0aGlzLmlzT3Blbik7XG4gICAgfVxuXG4gICAgLy8gY2hhbmdlIGFuZCBibHVyIGV2ZW50cyBhcmUgYWRkZWQgZnJvbSB0aGUgdGVtcGxhdGVcbiAgICBwcm90ZWN0ZWQgaGFuZGxlRXZlbnQobm9kZTogSFRNTEVsZW1lbnQsIGV2ZW50TmFtZTogc3RyaW5nLCBjYWxsYmFjazogRnVuY3Rpb24sIGxvY2FsczogYW55KSB7XG4gICAgICAgIGlmICghaW5jbHVkZXMoWydibHVyJywgJ2ZvY3VzJywgJ2NoYW5nZScsICdjbGljayddLCBldmVudE5hbWUpKSB7XG4gICAgICAgICAgICBzdXBlci5oYW5kbGVFdmVudChub2RlLCBldmVudE5hbWUsIGNhbGxiYWNrLCBsb2NhbHMpO1xuICAgICAgICB9XG4gICAgfVxuXG4gICAgLyoqXG4gICAgICogVGhpcyBpcyBhbiBpbnRlcm5hbCBtZXRob2QgdXNlZCB0byB0b2dnbGUgdGhlIGRyb3Bkb3duIG9mIHRoZSBkYXRlIHdpZGdldFxuICAgICAqL1xuICAgICBwdWJsaWMgdG9nZ2xlRHBEcm9wZG93bigkZXZlbnQsIHNraXBGb2N1czogYm9vbGVhbiA9IGZhbHNlKSB7XG4gICAgICAgIGlmICh0aGlzLmxvYWROYXRpdmVEYXRlSW5wdXQpIHtcbiAgICAgICAgICAgICAvLyBGaXhlcyBjbGljayBldmVudCBnZXR0aW5nIHRyaWdncmVkIHR3aWNlIGluIE1vYmlsZSBkZXZpY2VzLlxuICAgICAgICAgICAgaWYgKCFza2lwRm9jdXMpIHtcbiAgICAgICAgICAgICAgICB0aGlzLm9uRGF0ZVRpbWVJbnB1dEZvY3VzKCk7XG4gICAgICAgICAgICB9XG4gICAgICAgIH1cbiAgICAgICAgaWYgKCRldmVudC50eXBlID09PSAnY2xpY2snKSB7XG4gICAgICAgICAgICB0aGlzLmludm9rZUV2ZW50Q2FsbGJhY2soJ2NsaWNrJywgeyAkZXZlbnQ6ICRldmVudCB9KTtcbiAgICAgICAgICAvLyAgdGhpcy5mb2N1c09uSW5wdXRFbCgpO1xuICAgICAgICB9XG4gICAgICAgIGlmICgkZXZlbnQudGFyZ2V0ICYmICQoJGV2ZW50LnRhcmdldCkuaXMoJ2lucHV0JykgJiYgISh0aGlzLmlzRHJvcERvd25EaXNwbGF5RW5hYmxlZE9uSW5wdXQodGhpcy5zaG93ZHJvcGRvd25vbikpKSB7XG4gICAgICAgICAgICAkZXZlbnQuc3RvcFByb3BhZ2F0aW9uKCk7XG4gICAgICAgICAgICByZXR1cm47XG4gICAgICAgIH1cbiAgICAgICAgdGhpcy5ic0RhdGVQaWNrZXJEaXJlY3RpdmUudG9nZ2xlKCk7XG4gICAgICAgIHRoaXMuYWRkQm9keUNsaWNrTGlzdGVuZXIodGhpcy5ic0RhdGVQaWNrZXJEaXJlY3RpdmUuaXNPcGVuKTtcbiAgICB9XG5cbiAgICBwcml2YXRlIGFkZEJvZHlDbGlja0xpc3RlbmVyKHNraXBMaXN0ZW5lcikge1xuICAgICAgICBpZiAoIXNraXBMaXN0ZW5lcikge1xuICAgICAgICAgICAgcmV0dXJuO1xuICAgICAgICB9XG4gICAgICAgIGNvbnN0IGJvZHlFbGVtZW50ID0gZG9jdW1lbnQucXVlcnlTZWxlY3RvcignYm9keScpO1xuICAgICAgICBzZXRUaW1lb3V0KCgpID0+IHtcbiAgICAgICAgICAgIGNvbnN0IGJzRGF0ZUNvbnRhaW5lckVsZW1lbnQgPSBib2R5RWxlbWVudC5xdWVyeVNlbGVjdG9yKGAuJHt0aGlzLmRhdGVDb250YWluZXJDbHN9YCk7XG4gICAgICAgICAgICB0aGlzLmRlcmVnaXN0ZXJFdmVudExpc3RlbmVyID0gYWRkRXZlbnRMaXN0ZW5lck9uRWxlbWVudChib2R5RWxlbWVudCwgYnNEYXRlQ29udGFpbmVyRWxlbWVudCwgdGhpcy5uYXRpdmVFbGVtZW50LCAnY2xpY2snLCB0aGlzLmlzRHJvcERvd25EaXNwbGF5RW5hYmxlZE9uSW5wdXQodGhpcy5zaG93ZHJvcGRvd25vbiksICgpID0+IHtcbiAgICAgICAgICAgICAgICB0aGlzLmlzT3BlbiA9IGZhbHNlO1xuICAgICAgICAgICAgfSwgRVZFTlRfTElGRS5PTkNFLCB0cnVlKTtcbiAgICAgICAgfSwgMzUwKTtcbiAgICB9XG5cbiAgICAvKipcbiAgICAgKiBUaGlzIGlzIGFuIGludGVybmFsIG1ldGhvZCB0cmlnZ2VyZWQgd2hlbiBwcmVzc2luZyBrZXkgb24gdGhlIGRhdGUgaW5wdXRcbiAgICAgKi9cbiAgICBwdWJsaWMgb25EaXNwbGF5S2V5ZG93bihldmVudCkge1xuICAgICAgICBpZiAodGhpcy5pc0Ryb3BEb3duRGlzcGxheUVuYWJsZWRPbklucHV0KHRoaXMuc2hvd2Ryb3Bkb3dub24pKSB7XG4gICAgICAgICAgICBldmVudC5zdG9wUHJvcGFnYXRpb24oKTtcbiAgICAgICAgICAgIGlmIChldmVudC5rZXkgPT09ICdFbnRlcicpIHtcbiAgICAgICAgICAgICAgICBjb25zdCBuZXdWYWwgPSBnZXREYXRlT2JqKGV2ZW50LnRhcmdldC52YWx1ZSwge3BhdHRlcm46IHRoaXMuZGF0ZXBhdHRlcm59KTtcbiAgICAgICAgICAgICAgICBldmVudC5wcmV2ZW50RGVmYXVsdCgpO1xuICAgICAgICAgICAgICAgIGNvbnN0IGZvcm1hdHRlZERhdGUgPSBnZXRGb3JtYXR0ZWREYXRlKHRoaXMuZGF0ZVBpcGUsIG5ld1ZhbCwgdGhpcy5kYXRlSW5wdXRGb3JtYXQsIHRoaXMudGltZVpvbmUsIG51bGwsIHRoaXMuaXNDdXJyZW50RGF0ZSwgdGhpcyk7XG4gICAgICAgICAgICAgICAgY29uc3QgaW5wdXRWYWwgPSBldmVudC50YXJnZXQudmFsdWUudHJpbSgpO1xuICAgICAgICAgICAgICAgIGlmIChpbnB1dFZhbCAmJiB0aGlzLmRhdGVwYXR0ZXJuID09PSAndGltZXN0YW1wJykge1xuICAgICAgICAgICAgICAgICAgICBpZiAoIWlzTmFOKGlucHV0VmFsKSAmJiBwYXJzZUludChpbnB1dFZhbCkgIT09IGZvcm1hdHRlZERhdGUpIHtcbiAgICAgICAgICAgICAgICAgICAgICAgIHRoaXMuaW52YWxpZERhdGVUaW1lRm9ybWF0ID0gdHJ1ZTtcbiAgICAgICAgICAgICAgICAgICAgICAgIHRoaXMuaW52b2tlT25DaGFuZ2UodGhpcy5kYXRhdmFsdWUsIGV2ZW50LCBmYWxzZSk7XG4gICAgICAgICAgICAgICAgICAgIH1cbiAgICAgICAgICAgICAgICB9IGVsc2UgaWYgKGlucHV0VmFsICYmIGlucHV0VmFsICE9PSBmb3JtYXR0ZWREYXRlKSB7XG4gICAgICAgICAgICAgICAgICAgIHRoaXMuaW52YWxpZERhdGVUaW1lRm9ybWF0ID0gdHJ1ZTtcbiAgICAgICAgICAgICAgICAgICAgdGhpcy5pbnZva2VPbkNoYW5nZSh0aGlzLmRhdGF2YWx1ZSwgZXZlbnQsIGZhbHNlKTtcbiAgICAgICAgICAgICAgICB9IGVsc2Uge1xuICAgICAgICAgICAgICAgICAgICB0aGlzLmludmFsaWREYXRlVGltZUZvcm1hdCA9IGZhbHNlO1xuICAgICAgICAgICAgICAgICAgICB0aGlzLmlzRW50ZXJQcmVzc2VkT25EYXRlSW5wdXQgPSB0cnVlO1xuICAgICAgICAgICAgICAgICAgICB0aGlzLmJzRGF0ZVBpY2tlckRpcmVjdGl2ZS5ic1ZhbHVlID0gIGV2ZW50LnRhcmdldC52YWx1ZSA/IG5ld1ZhbCA6ICcnO1xuICAgICAgICAgICAgICAgICAgICB0aGlzLnVwZGF0ZUlNYXNrKCk7XG4gICAgICAgICAgICAgICAgfVxuICAgICAgICAgICAgICAgIHRoaXMudG9nZ2xlRHBEcm9wZG93bihldmVudCk7XG4gICAgICAgICAgICB9IGVsc2Uge1xuICAgICAgICAgICAgICAgIHRoaXMuaGlkZURhdGVwaWNrZXJEcm9wZG93bigpO1xuICAgICAgICAgICAgfVxuICAgICAgICB9IGVsc2Uge1xuICAgICAgICAgICAgdGhpcy5oaWRlRGF0ZXBpY2tlckRyb3Bkb3duKCk7XG4gICAgICAgIH1cbiAgICB9XG5cbiAgICAvKipcbiAgICAgKiBUaGlzIGlzIGFuIGludGVybmFsIG1ldGhvZCB0cmlnZ2VyZWQgd2hlbiB0aGUgZGF0ZSBzZWxlY3Rpb24gY2hhbmdlc1xuICAgICAqL1xuICAgIG9uRGF0ZUNoYW5nZShuZXdWYWwpOiB2b2lkIHtcbiAgICAgICAgLyoqXG4gICAgICAgICAqICBOZ3gtYm9vdHN0cmFwIHVwZ3JhZGUgOiBUbyBhdm9pZCB0aGUgcGFnZSBsb2FkIGRhdGVjaGFuZ2UgZXZlbnQ7XG4gICAgICAgICAqICBUT0RPOlxuICAgICAgICAgKiAgaHR0cHM6Ly9naXRodWIuY29tL3ZhbG9yLXNvZnR3YXJlL25neC1ib290c3RyYXAvaXNzdWVzLzYwMTZcbiAgICAgICAgICogIEZvciBhYm92ZSBpc3N1ZSwgb25jZSB3ZSBnZXQgdGhlIHNvbHV0aW9uIGZyb20gTmd4LUJvb3RzdHJhcCB0ZWFtLCAgcmVtb3ZlIHRoZSBfYnNEZWZhdWx0TG9hZENoZWNrIGNoZWNrIGFuZCB1cGRhdGUgYWNjb3JkaW5nbHkuXG4gICAgICAgICAqICovXG4gICAgICAgIGlmICh0aGlzLl9ic0RlZmF1bHRMb2FkQ2hlY2spIHtcbiAgICAgICAgICAgIHRoaXMuX2JzRGVmYXVsdExvYWRDaGVjayA9IGZhbHNlO1xuICAgICAgICAgICAgcmV0dXJuO1xuICAgICAgICB9XG5cbiAgICAgICAgdGhpcy5zZXREYXRhVmFsdWUobmV3VmFsKTtcbiAgICB9XG5cbiAgICBvblByb3BlcnR5Q2hhbmdlKGtleTogc3RyaW5nLCBudjogYW55LCBvdj86IGFueSkge1xuICAgICAgICBpZiAoa2V5ID09PSAnc2hvd2RhdGVmb3JtYXRhc3BsYWNlaG9sZGVyJykge1xuICAgICAgICAgICAgdGhpcy5zaG93ZGF0ZWZvcm1hdGFzcGxhY2Vob2xkZXIgPSBudjtcbiAgICAgICAgICAgIHRoaXMuaW1hc2s/LmRlc3Ryb3lNYXNrKCk7XG4gICAgICAgICAgICBpZiAodGhpcy5zaG93ZGF0ZWZvcm1hdGFzcGxhY2Vob2xkZXIgJiYgdGhpcy5kYXRlcGF0dGVybiAhPT0gJ3RpbWVzdGFtcCcpIHtcbiAgICAgICAgICAgICAgICB0aGlzLm1hc2sgPSB2YWxpZGF0ZVRoZU1hc2tlZERhdGUodGhpcy5kYXRlcGF0dGVybiwgdGhpcy5zZWxlY3RlZExvY2FsZSk7XG4gICAgICAgICAgICAgICAgdGhpcy5tYXNrRGF0ZUlucHV0Rm9ybWF0ID0gdGhpcy5kYXRlSW5wdXRGb3JtYXQ7XG4gICAgICAgICAgICAgICAgdGhpcy5tYXNrRGF0ZUlucHV0Rm9ybWF0ID0gKHRoaXMuZGF0ZUlucHV0Rm9ybWF0LnNwbGl0KCdkJykubGVuZ3RoIC0gMSkgPT09IDEgPyB0aGlzLm1hc2tEYXRlSW5wdXRGb3JtYXQucmVwbGFjZSgnZCcsICdkZCcpIDogdGhpcy5tYXNrRGF0ZUlucHV0Rm9ybWF0O1xuICAgICAgICAgICAgICAgIHRoaXMubWFza0RhdGVJbnB1dEZvcm1hdCA9ICh0aGlzLmRhdGVJbnB1dEZvcm1hdC5zcGxpdCgnTScpLmxlbmd0aCAtIDEpID09PSAxID8gdGhpcy5tYXNrRGF0ZUlucHV0Rm9ybWF0LnJlcGxhY2UoJ00nLCAnTU0nKSA6IHRoaXMubWFza0RhdGVJbnB1dEZvcm1hdDtcbiAgICAgICAgICAgICAgICB0aGlzLnVwZGF0ZUlNYXNrKCk7XG4gICAgICAgICAgICB9XG4gICAgICAgIH0gZWxzZSB7XG4gICAgICAgICAgICBzdXBlci5vblByb3BlcnR5Q2hhbmdlKGtleSwgbnYsIG92KTtcbiAgICAgICAgfVxuICAgIH1cbn1cbiIsIiAgICA8aW5wdXQgY2xhc3M9XCJmb3JtLWNvbnRyb2wgYXBwLXRleHRib3ggYXBwLWRhdGVpbnB1dCBkaXNwbGF5LWlucHV0XCJcbiAgICAgICAgZm9jdXMtdGFyZ2V0XG4gICAgICAgIHR5cGU9XCJ0ZXh0XCJcbiAgICAgICAgW25hbWVdPVwibmFtZVwiXG4gICAgICAgICNkYXRlSW5wdXRcbiAgICAgICAgW2ltYXNrXT1cIm1hc2tcIlxuICAgICAgICBbdW5tYXNrXT1cInRydWVcIlxuICAgICAgICBbdGFiaW5kZXhdPVwibG9hZE5hdGl2ZURhdGVJbnB1dCA/ICctMScgOiB0YWJpbmRleFwiXG4gICAgICAgIFthdHRyLmFyaWEtaGlkZGVuXT1cIiEhbG9hZE5hdGl2ZURhdGVJbnB1dFwiXG4gICAgICAgIFt2YWx1ZV09XCJkaXNwbGF5VmFsdWVcIlxuICAgICAgICAoY2xpY2spPVwidG9nZ2xlRHBEcm9wZG93bigkZXZlbnQsIHRydWUpXCJcbiAgICAgICAgKGZvY3VzKT1cIm9uRGF0ZVRpbWVJbnB1dEZvY3VzKCk7IGludm9rZU9uRm9jdXMoJGV2ZW50KTsgdXBkYXRlSU1hc2soKVwiXG4gICAgICAgIChibHVyKT1cIm9uSW5wdXRCbHVyKCRldmVudClcIlxuICAgICAgICBbZGlzYWJsZWRdPVwiZGlzYWJsZWQgfHwgcmVhZG9ubHlcIlxuICAgICAgICBbYXV0b2ZvY3VzXT1cImF1dG9mb2N1c1wiXG4gICAgICAgIFtyZXF1aXJlZF09XCJyZXF1aXJlZFwiXG4gICAgICAgIFtyZWFkT25seV09XCJpc1JlYWRPbmx5XCJcbiAgICAgICAgW2F0dHIucGxhY2Vob2xkZXJdPVwicGxhY2Vob2xkZXJcIlxuICAgICAgICBbYXR0ci5hY2Nlc3NrZXldPVwic2hvcnRjdXRrZXlcIlxuICAgICAgICBbYXR0ci5hcmlhLWxhYmVsXT1cImhpbnRcIlxuICAgICAgICAoY2hhbmdlKT1cIm9uRGlzcGxheURhdGVDaGFuZ2UoJGV2ZW50KVwiXG4gICAgICAgIChrZXlkb3duKT1cInRoaXMuX3RyaWdnZXJlZEJ5VXNlciA9IHRydWU7IG9uRGlzcGxheUtleWRvd24oJGV2ZW50KTtcIj5cblxuICAgIDxzcGFuIGNsYXNzPVwiaW5wdXQtZ3JvdXAtYnRuXCI+XG4gICAgICAgIDxidXR0b24gdHlwZT1cImJ1dHRvblwiXG4gICAgICAgICAgICBjbGFzcz1cImJ0biBidG4tZGVmYXVsdCBidG4tdGltZVwiXG4gICAgICAgICAgICBbdGFiaW5kZXhdPVwibG9hZE5hdGl2ZURhdGVJbnB1dCA/ICctMScgOiB0YWJpbmRleFwiXG4gICAgICAgICAgICBbYXR0ci5hcmlhLWhpZGRlbl09XCIhIWxvYWROYXRpdmVEYXRlSW5wdXRcIlxuICAgICAgICAgICAgW2Rpc2FibGVkXT1cImRpc2FibGVkIHx8IHJlYWRvbmx5XCJcbiAgICAgICAgICAgIFthdHRyLmFyaWEtbGFiZWxdPVwiZGlzcGxheVZhbHVlID8gJ0NoYW5nZSBEYXRlICcgKyBkaXNwbGF5VmFsdWUgOiAnQ2hvb3NlIGRhdGUgYnkgcHJlc3NpbmcgZW50ZXInXCJcbiAgICAgICAgICAgIGFyaWEtaGFzcG9wdXA9XCJ0cnVlXCJcbiAgICAgICAgICAgIGFyaWEtZXhwYW5kZWQ9XCJmYWxzZVwiXG4gICAgICAgICAgICAoY2xpY2spPVwidG9nZ2xlRHBEcm9wZG93bigkZXZlbnQsIGZhbHNlKVwiPlxuICAgICAgICAgICAgPGkgYXJpYS1oaWRkZW49XCJ0cnVlXCJcbiAgICAgICAgICAgICAgICBjbGFzcz1cImFwcC1pY29uIHdtLXNsLWwgc2wtY2FsZW5kYXJcIj48L2k+XG4gICAgICAgIDwvYnV0dG9uPlxuICAgIDwvc3Bhbj5cbiAgICA8ZGl2IHN0eWxlPVwid2lkdGg6IDA7ZGlzcGxheTogaW5saW5lLWJsb2NrO1wiPlxuICAgIDxpbnB1dCBjbGFzcz1cIm1vZGVsLWhvbGRlclwiXG4gICAgICAgIGFyaWEtbGFiZWw9XCJkYXRlcGlja2VyIGRyb3Bkb3dubWVudVwiXG4gICAgICAgIGFyaWEtY29udHJvbHM9XCJkYXRlXCJcbiAgICAgICAgW3RhYmluZGV4XT1cIi0xXCJcbiAgICAgICAgW2F0dHIuYXJpYS1oaWRkZW5dPVwiISFsb2FkTmF0aXZlRGF0ZUlucHV0XCJcbiAgICAgICAgW2NvbnRhaW5lcl09XCJjb250YWluZXJUYXJnZXQgfHwgJy53bS1hcHAnXCJcbiAgICAgICAgW2JzQ29uZmlnXT1cIl9kYXRlT3B0aW9uc1wiXG4gICAgICAgIFtpc09wZW5dPVwiaXNPcGVuXCJcbiAgICAgICAgI2RhdGVwaWNrZXI9XCJic0RhdGVwaWNrZXJcIlxuICAgICAgICBic0RhdGVwaWNrZXJcbiAgICAgICAgW2RheXNEaXNhYmxlZF09XCJleGNsdWRlZERheXNUb0Rpc2FibGVcIlxuICAgICAgICBbZGF0ZXNEaXNhYmxlZF09XCJleGNsdWRlZERhdGVzVG9EaXNhYmxlXCJcbiAgICAgICAgcGxhY2VtZW50PVwiYm90dG9tIHJpZ2h0XCJcbiAgICAgICAgW2lzRGlzYWJsZWRdPVwiZGlzYWJsZWQgfHwgcmVhZG9ubHlcIlxuICAgICAgICBbYnNWYWx1ZV09XCJic0RhdGFWYWx1ZVwiXG4gICAgICAgIChvblNob3duKT1cIm9uRGF0ZVBpY2tlck9wZW4oKVwiXG4gICAgICAgIChvbkhpZGRlbik9XCJoaWRlRGF0ZXBpY2tlckRyb3Bkb3duKClcIlxuICAgICAgICAoYnNWYWx1ZUNoYW5nZSk9XCJvbkRhdGVDaGFuZ2UoJGV2ZW50KVwiPlxuPC9kaXY+XG5cbjxuZy10ZW1wbGF0ZSBbbmdJZl09XCJsb2FkTmF0aXZlRGF0ZUlucHV0XCI+XG4gICAgPHdtLWRhdGV0aW1lcGlja2VyXG4gICAgICAgIGRhdGVUaW1lUGlja2VyXG4gICAgICAgIG1vZGU9XCJEQVRFXCJcbiAgICAgICAgW2NvbmZpZ109XCJfZGF0ZU9wdGlvbnNcIlxuICAgICAgICBbcGxhY2VtZW50XT1cIm1vZGFsXCJcbiAgICAgICAgW2V4Y2x1ZGVkRGF5c1RvRGlzYWJsZV09XCJleGNsdWRlZERheXNUb0Rpc2FibGVcIlxuICAgICAgICBbZXhjbHVkZWREYXRlc1RvRGlzYWJsZV09XCJleGNsdWRlZERhdGVzVG9EaXNhYmxlXCJcbiAgICAgICAgW2Rpc3BsYXlGb3JtYXRdPVwiZGF0ZUlucHV0Rm9ybWF0XCJcbiAgICAgICAgW3ZhbHVlXT1cImJzRGF0YVZhbHVlXCJcbiAgICAgICAgKGNoYW5nZSk9XCJvbkRhdGVDaGFuZ2UoJGV2ZW50KVwiPlxuICAgIDwvd20tZGF0ZXRpbWVwaWNrZXI+XG4gICAgPGRpdiBjbGFzcz1cIm1vYmlsZS1pbnB1dCBtb2JpbGUtZGF0ZXBpY2tlci1jb250YWluZXJcIlxuICAgICAgICBbdGFiaW5kZXhdPVwidGFiaW5kZXggfHwgMFwiXG4gICAgICAgICAoY2xpY2spPVwiIShkaXNhYmxlZCB8fCByZWFkb25seSkgJiYgc2hvd0RhdGVQaWNrZXJNb2RhbChic0RhdGFWYWx1ZSlcIlxuICAgICAgICAoZm9jdXMpPVwib25EYXRlVGltZUlucHV0Rm9jdXModHJ1ZSk7IGludm9rZU9uRm9jdXMoJGV2ZW50KTtcIlxuICAgICAgICAoYmx1cik9XCJvbkRhdGVUaW1lSW5wdXRCbHVyKCk7IGludm9rZU9uVG91Y2hlZCgkZXZlbnQpXCJcbiAgICAgICAgIFthdHRyLmFyaWEtbGFiZWxdPVwiZGlzcGxheVZhbHVlID8gJ0NoYW5nZSBEYXRlICcgKyBkaXNwbGF5VmFsdWUgOiBoaW50IHx8ICdDaG9vc2UgRGF0ZSdcIlxuICAgICAgICAgcm9sZT1cImJ1dHRvblwiPlxuICAgIDwvZGl2PlxuPC9uZy10ZW1wbGF0ZT5cbiJdfQ==
|