@wavemaker/app-ng-runtime 11.8.0-rc.5663 → 11.8.0-rc.5666
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
- {app-ng-runtime → package}/components/base/bundles/index.umd.js +6 -4
- package/components/base/esm2022/widgets/common/base/base-field-validations.mjs +267 -0
- {app-ng-runtime → package}/components/base/fesm2022/index.mjs +6 -4
- {app-ng-runtime → package}/components/base/fesm2022/index.mjs.map +1 -1
- {app-ng-runtime → package}/components/basic/search/bundles/index.umd.js +9 -10
- package/components/basic/search/esm2022/search.component.mjs +921 -0
- {app-ng-runtime → package}/components/basic/search/fesm2022/index.mjs +9 -10
- package/components/basic/search/fesm2022/index.mjs.map +1 -0
- {app-ng-runtime → package}/components/data/pagination/bundles/index.umd.js +9 -10
- package/components/data/pagination/esm2022/pagination.component.mjs +770 -0
- {app-ng-runtime → package}/components/data/pagination/fesm2022/index.mjs +9 -10
- package/components/data/pagination/fesm2022/index.mjs.map +1 -0
- {app-ng-runtime → package}/components/data/table/bundles/index.umd.js +1 -0
- package/components/data/table/esm2022/table.component.mjs +2204 -0
- {app-ng-runtime → package}/components/data/table/fesm2022/index.mjs +1 -0
- package/components/data/table/fesm2022/index.mjs.map +1 -0
- {app-ng-runtime → package}/components/input/color-picker/bundles/index.umd.js +2 -2
- {app-ng-runtime → package}/components/input/color-picker/esm2022/color-picker.component.mjs +3 -3
- {app-ng-runtime → package}/components/input/color-picker/fesm2022/index.mjs +2 -2
- package/components/input/color-picker/fesm2022/index.mjs.map +1 -0
- {app-ng-runtime → package}/components/input/default/bundles/index.umd.js +32 -37
- package/components/input/default/esm2022/checkbox/checkbox.component.mjs +175 -0
- package/components/input/default/esm2022/select/select.component.mjs +202 -0
- {app-ng-runtime → package}/components/input/default/esm2022/text/base/base-input.mjs +2 -3
- package/components/input/default/esm2022/text/calendar/input-calendar.component.mjs +65 -0
- package/components/input/default/esm2022/text/color/input-color.component.mjs +65 -0
- {app-ng-runtime → package}/components/input/default/fesm2022/index.mjs +32 -37
- package/components/input/default/fesm2022/index.mjs.map +1 -0
- {app-ng-runtime → package}/components/input/default/text/base/base-input.d.ts +0 -1
- {app-ng-runtime → package}/components/input/epoch/bundles/index.umd.js +11 -13
- {app-ng-runtime → package}/components/input/epoch/esm2022/date/date.component.mjs +2 -2
- package/components/input/epoch/esm2022/date-time/date-time.component.mjs +507 -0
- package/components/input/epoch/esm2022/time/time.component.mjs +380 -0
- {app-ng-runtime → package}/components/input/epoch/fesm2022/index.mjs +11 -13
- package/components/input/epoch/fesm2022/index.mjs.map +1 -0
- {app-ng-runtime → package}/components/input/rating/bundles/index.umd.js +10 -12
- package/components/input/rating/esm2022/rating.component.mjs +269 -0
- {app-ng-runtime → package}/components/input/rating/fesm2022/index.mjs +10 -12
- package/components/input/rating/fesm2022/index.mjs.map +1 -0
- {app-ng-runtime → package}/components/input/slider/bundles/index.umd.js +3 -4
- package/components/input/slider/esm2022/slider.component.mjs +87 -0
- {app-ng-runtime → package}/components/input/slider/fesm2022/index.mjs +3 -4
- package/components/input/slider/fesm2022/index.mjs.map +1 -0
- {app-ng-runtime → package}/core/bundles/index.umd.js +0 -23
- {app-ng-runtime → package}/core/esm2022/public_api.mjs +1 -2
- {app-ng-runtime → package}/core/fesm2022/index.mjs +3 -25
- package/core/fesm2022/index.mjs.map +1 -0
- {app-ng-runtime → package}/core/public_api.d.ts +0 -1
- package/npm-shrinkwrap.json +17 -0
- package/package.json +16 -0
- {app-ng-runtime → package}/runtime/base/bundles/index.umd.js +4 -8
- {app-ng-runtime → package}/runtime/base/components/app-component/app.component.d.ts +1 -3
- package/runtime/base/esm2022/components/app-component/app.component.mjs +234 -0
- package/runtime/base/esm2022/services/i18n.service.mjs +334 -0
- {app-ng-runtime → package}/runtime/base/fesm2022/index.mjs +4 -8
- package/runtime/base/fesm2022/index.mjs.map +1 -0
- app-ng-runtime/build-task/.npmignore +0 -2
- app-ng-runtime/build-task/package.json +0 -28
- app-ng-runtime/components/advanced/carousel/.npmignore +0 -2
- app-ng-runtime/components/advanced/carousel/package.json +0 -23
- app-ng-runtime/components/advanced/login/.npmignore +0 -2
- app-ng-runtime/components/advanced/login/package.json +0 -23
- app-ng-runtime/components/advanced/marquee/.npmignore +0 -2
- app-ng-runtime/components/advanced/marquee/package.json +0 -23
- app-ng-runtime/components/base/.npmignore +0 -2
- app-ng-runtime/components/base/esm2022/widgets/common/base/base-field-validations.mjs +0 -265
- app-ng-runtime/components/base/package.json +0 -28
- app-ng-runtime/components/basic/default/.npmignore +0 -2
- app-ng-runtime/components/basic/default/package.json +0 -23
- app-ng-runtime/components/basic/progress/.npmignore +0 -2
- app-ng-runtime/components/basic/progress/package.json +0 -23
- app-ng-runtime/components/basic/rich-text-editor/.npmignore +0 -2
- app-ng-runtime/components/basic/rich-text-editor/package.json +0 -23
- app-ng-runtime/components/basic/search/.npmignore +0 -2
- app-ng-runtime/components/basic/search/esm2022/search.component.mjs +0 -922
- app-ng-runtime/components/basic/search/fesm2022/index.mjs.map +0 -1
- app-ng-runtime/components/basic/search/package.json +0 -23
- app-ng-runtime/components/basic/tree/.npmignore +0 -2
- app-ng-runtime/components/basic/tree/package.json +0 -23
- app-ng-runtime/components/chart/.npmignore +0 -2
- app-ng-runtime/components/chart/package.json +0 -23
- app-ng-runtime/components/containers/accordion/.npmignore +0 -2
- app-ng-runtime/components/containers/accordion/package.json +0 -23
- app-ng-runtime/components/containers/layout-grid/.npmignore +0 -2
- app-ng-runtime/components/containers/layout-grid/package.json +0 -23
- app-ng-runtime/components/containers/linear-layout/.npmignore +0 -2
- app-ng-runtime/components/containers/linear-layout/package.json +0 -23
- app-ng-runtime/components/containers/panel/.npmignore +0 -2
- app-ng-runtime/components/containers/panel/package.json +0 -23
- app-ng-runtime/components/containers/tabs/.npmignore +0 -2
- app-ng-runtime/components/containers/tabs/package.json +0 -23
- app-ng-runtime/components/containers/tile/.npmignore +0 -2
- app-ng-runtime/components/containers/tile/package.json +0 -23
- app-ng-runtime/components/containers/wizard/.npmignore +0 -2
- app-ng-runtime/components/containers/wizard/package.json +0 -23
- app-ng-runtime/components/data/card/.npmignore +0 -2
- app-ng-runtime/components/data/card/package.json +0 -23
- app-ng-runtime/components/data/form/.npmignore +0 -2
- app-ng-runtime/components/data/form/package.json +0 -23
- app-ng-runtime/components/data/list/.npmignore +0 -2
- app-ng-runtime/components/data/list/package.json +0 -23
- app-ng-runtime/components/data/live-table/.npmignore +0 -2
- app-ng-runtime/components/data/live-table/package.json +0 -23
- app-ng-runtime/components/data/pagination/.npmignore +0 -2
- app-ng-runtime/components/data/pagination/esm2022/pagination.component.mjs +0 -771
- app-ng-runtime/components/data/pagination/fesm2022/index.mjs.map +0 -1
- app-ng-runtime/components/data/pagination/package.json +0 -23
- app-ng-runtime/components/data/table/.npmignore +0 -2
- app-ng-runtime/components/data/table/esm2022/table.component.mjs +0 -2203
- app-ng-runtime/components/data/table/fesm2022/index.mjs.map +0 -1
- app-ng-runtime/components/data/table/package.json +0 -23
- app-ng-runtime/components/dialogs/alert-dialog/.npmignore +0 -2
- app-ng-runtime/components/dialogs/alert-dialog/package.json +0 -23
- app-ng-runtime/components/dialogs/confirm-dialog/.npmignore +0 -2
- app-ng-runtime/components/dialogs/confirm-dialog/package.json +0 -23
- app-ng-runtime/components/dialogs/default/.npmignore +0 -2
- app-ng-runtime/components/dialogs/default/package.json +0 -23
- app-ng-runtime/components/dialogs/design-dialog/.npmignore +0 -2
- app-ng-runtime/components/dialogs/design-dialog/package.json +0 -23
- app-ng-runtime/components/dialogs/iframe-dialog/.npmignore +0 -2
- app-ng-runtime/components/dialogs/iframe-dialog/package.json +0 -23
- app-ng-runtime/components/dialogs/login-dialog/.npmignore +0 -2
- app-ng-runtime/components/dialogs/login-dialog/package.json +0 -23
- app-ng-runtime/components/dialogs/partial-dialog/.npmignore +0 -2
- app-ng-runtime/components/dialogs/partial-dialog/package.json +0 -23
- app-ng-runtime/components/input/calendar/.npmignore +0 -2
- app-ng-runtime/components/input/calendar/package.json +0 -23
- app-ng-runtime/components/input/chips/.npmignore +0 -2
- app-ng-runtime/components/input/chips/package.json +0 -23
- app-ng-runtime/components/input/color-picker/.npmignore +0 -2
- app-ng-runtime/components/input/color-picker/fesm2022/index.mjs.map +0 -1
- app-ng-runtime/components/input/color-picker/package.json +0 -23
- app-ng-runtime/components/input/currency/.npmignore +0 -2
- app-ng-runtime/components/input/currency/package.json +0 -23
- app-ng-runtime/components/input/default/.npmignore +0 -2
- app-ng-runtime/components/input/default/esm2022/checkbox/checkbox.component.mjs +0 -176
- app-ng-runtime/components/input/default/esm2022/select/select.component.mjs +0 -203
- app-ng-runtime/components/input/default/esm2022/text/calendar/input-calendar.component.mjs +0 -66
- app-ng-runtime/components/input/default/esm2022/text/color/input-color.component.mjs +0 -66
- app-ng-runtime/components/input/default/fesm2022/index.mjs.map +0 -1
- app-ng-runtime/components/input/default/package.json +0 -23
- app-ng-runtime/components/input/epoch/.npmignore +0 -2
- app-ng-runtime/components/input/epoch/esm2022/date-time/date-time.component.mjs +0 -508
- app-ng-runtime/components/input/epoch/esm2022/time/time.component.mjs +0 -381
- app-ng-runtime/components/input/epoch/fesm2022/index.mjs.map +0 -1
- app-ng-runtime/components/input/epoch/package.json +0 -23
- app-ng-runtime/components/input/file-upload/.npmignore +0 -2
- app-ng-runtime/components/input/file-upload/package.json +0 -23
- app-ng-runtime/components/input/rating/.npmignore +0 -2
- app-ng-runtime/components/input/rating/esm2022/rating.component.mjs +0 -271
- app-ng-runtime/components/input/rating/fesm2022/index.mjs.map +0 -1
- app-ng-runtime/components/input/rating/package.json +0 -23
- app-ng-runtime/components/input/slider/.npmignore +0 -2
- app-ng-runtime/components/input/slider/esm2022/slider.component.mjs +0 -88
- app-ng-runtime/components/input/slider/fesm2022/index.mjs.map +0 -1
- app-ng-runtime/components/input/slider/package.json +0 -23
- app-ng-runtime/components/navigation/breadcrumb/.npmignore +0 -2
- app-ng-runtime/components/navigation/breadcrumb/package.json +0 -23
- app-ng-runtime/components/navigation/menu/.npmignore +0 -2
- app-ng-runtime/components/navigation/menu/package.json +0 -23
- app-ng-runtime/components/navigation/navbar/.npmignore +0 -2
- app-ng-runtime/components/navigation/navbar/package.json +0 -23
- app-ng-runtime/components/navigation/popover/.npmignore +0 -2
- app-ng-runtime/components/navigation/popover/package.json +0 -23
- app-ng-runtime/components/page/default/.npmignore +0 -2
- app-ng-runtime/components/page/default/package.json +0 -23
- app-ng-runtime/components/page/footer/.npmignore +0 -2
- app-ng-runtime/components/page/footer/package.json +0 -23
- app-ng-runtime/components/page/header/.npmignore +0 -2
- app-ng-runtime/components/page/header/package.json +0 -23
- app-ng-runtime/components/page/left-panel/.npmignore +0 -2
- app-ng-runtime/components/page/left-panel/package.json +0 -23
- app-ng-runtime/components/page/right-panel/.npmignore +0 -2
- app-ng-runtime/components/page/right-panel/package.json +0 -23
- app-ng-runtime/components/page/top-nav/.npmignore +0 -2
- app-ng-runtime/components/page/top-nav/package.json +0 -23
- app-ng-runtime/components/prefab/.npmignore +0 -2
- app-ng-runtime/components/prefab/package.json +0 -23
- app-ng-runtime/core/.npmignore +0 -2
- app-ng-runtime/core/esm2022/services/custom-icons-loader.service.mjs +0 -26
- app-ng-runtime/core/fesm2022/index.mjs.map +0 -1
- app-ng-runtime/core/package.json +0 -29
- app-ng-runtime/core/services/custom-icons-loader.service.d.ts +0 -7
- app-ng-runtime/http/.npmignore +0 -2
- app-ng-runtime/http/package.json +0 -28
- app-ng-runtime/mobile/components/basic/default/.npmignore +0 -2
- app-ng-runtime/mobile/components/basic/default/package.json +0 -23
- app-ng-runtime/mobile/components/basic/search/.npmignore +0 -2
- app-ng-runtime/mobile/components/basic/search/package.json +0 -23
- app-ng-runtime/mobile/components/containers/segmented-control/.npmignore +0 -2
- app-ng-runtime/mobile/components/containers/segmented-control/package.json +0 -23
- app-ng-runtime/mobile/components/data/media-list/.npmignore +0 -2
- app-ng-runtime/mobile/components/data/media-list/package.json +0 -23
- app-ng-runtime/mobile/components/device/barcode-scanner/.npmignore +0 -2
- app-ng-runtime/mobile/components/device/barcode-scanner/package.json +0 -23
- app-ng-runtime/mobile/components/device/camera/.npmignore +0 -2
- app-ng-runtime/mobile/components/device/camera/package.json +0 -23
- app-ng-runtime/mobile/components/input/file-upload/.npmignore +0 -2
- app-ng-runtime/mobile/components/input/file-upload/package.json +0 -23
- app-ng-runtime/mobile/components/page/default/.npmignore +0 -2
- app-ng-runtime/mobile/components/page/default/package.json +0 -23
- app-ng-runtime/mobile/components/page/left-panel/.npmignore +0 -2
- app-ng-runtime/mobile/components/page/left-panel/package.json +0 -23
- app-ng-runtime/mobile/components/page/mobile-navbar/.npmignore +0 -2
- app-ng-runtime/mobile/components/page/mobile-navbar/package.json +0 -23
- app-ng-runtime/mobile/components/page/tab-bar/.npmignore +0 -2
- app-ng-runtime/mobile/components/page/tab-bar/package.json +0 -23
- app-ng-runtime/mobile/core/.npmignore +0 -2
- app-ng-runtime/mobile/core/package.json +0 -28
- app-ng-runtime/mobile/offline/.npmignore +0 -2
- app-ng-runtime/mobile/offline/package.json +0 -28
- app-ng-runtime/mobile/placeholder/runtime/.npmignore +0 -2
- app-ng-runtime/mobile/placeholder/runtime/package.json +0 -27
- app-ng-runtime/mobile/placeholder/runtime-dynamic/.npmignore +0 -2
- app-ng-runtime/mobile/placeholder/runtime-dynamic/package.json +0 -23
- app-ng-runtime/mobile/runtime/.npmignore +0 -2
- app-ng-runtime/mobile/runtime/package.json +0 -28
- app-ng-runtime/mobile/runtime-dynamic/.npmignore +0 -2
- app-ng-runtime/mobile/runtime-dynamic/package.json +0 -23
- app-ng-runtime/mobile/variables/.npmignore +0 -2
- app-ng-runtime/mobile/variables/package.json +0 -28
- app-ng-runtime/oAuth/.npmignore +0 -2
- app-ng-runtime/oAuth/package.json +0 -28
- app-ng-runtime/package.json +0 -11
- app-ng-runtime/runtime/base/.npmignore +0 -2
- app-ng-runtime/runtime/base/esm2022/components/app-component/app.component.mjs +0 -238
- app-ng-runtime/runtime/base/esm2022/services/i18n.service.mjs +0 -334
- app-ng-runtime/runtime/base/fesm2022/index.mjs.map +0 -1
- app-ng-runtime/runtime/base/package.json +0 -28
- app-ng-runtime/runtime/dynamic/.npmignore +0 -2
- app-ng-runtime/runtime/dynamic/package.json +0 -28
- app-ng-runtime/security/.npmignore +0 -2
- app-ng-runtime/security/package.json +0 -28
- app-ng-runtime/swipey/.npmignore +0 -2
- app-ng-runtime/swipey/package.json +0 -28
- app-ng-runtime/transpiler/.npmignore +0 -2
- app-ng-runtime/transpiler/package.json +0 -29
- app-ng-runtime/variables/.npmignore +0 -2
- app-ng-runtime/variables/package.json +0 -28
- {app-ng-runtime → package}/build-task/advanced/carousel/carousel-template/carousel-template.build.d.ts +0 -0
- {app-ng-runtime → package}/build-task/advanced/carousel/carousel.build.d.ts +0 -0
- {app-ng-runtime → package}/build-task/advanced/login/login.build.d.ts +0 -0
- {app-ng-runtime → package}/build-task/advanced/marquee/marquee.build.d.ts +0 -0
- {app-ng-runtime → package}/build-task/basic/default/anchor/anchor.build.d.ts +0 -0
- {app-ng-runtime → package}/build-task/basic/default/audio/audio.build.d.ts +0 -0
- {app-ng-runtime → package}/build-task/basic/default/html/html.build.d.ts +0 -0
- {app-ng-runtime → package}/build-task/basic/default/icon/icon.build.d.ts +0 -0
- {app-ng-runtime → package}/build-task/basic/default/iframe/iframe.build.d.ts +0 -0
- {app-ng-runtime → package}/build-task/basic/default/label/label.build.d.ts +0 -0
- {app-ng-runtime → package}/build-task/basic/default/picture/picture.build.d.ts +0 -0
- {app-ng-runtime → package}/build-task/basic/default/spinner/spinner.build.d.ts +0 -0
- {app-ng-runtime → package}/build-task/basic/default/video/video.build.d.ts +0 -0
- {app-ng-runtime → package}/build-task/basic/progress/progress-bar/progress-bar.build.d.ts +0 -0
- {app-ng-runtime → package}/build-task/basic/progress/progress-circle/progress-circle.build.d.ts +0 -0
- {app-ng-runtime → package}/build-task/basic/rich-text-editor/rich-text-editor.build.d.ts +0 -0
- {app-ng-runtime → package}/build-task/basic/search/search.build.d.ts +0 -0
- {app-ng-runtime → package}/build-task/basic/tree/tree.build.d.ts +0 -0
- {app-ng-runtime → package}/build-task/bundles/index.umd.js +0 -0
- {app-ng-runtime → package}/build-task/chart/chart.build.d.ts +0 -0
- {app-ng-runtime → package}/build-task/containers/accordion/accordion-pane/accordion-pane.build.d.ts +0 -0
- {app-ng-runtime → package}/build-task/containers/accordion/accordion.build.d.ts +0 -0
- {app-ng-runtime → package}/build-task/containers/container.build.d.ts +0 -0
- {app-ng-runtime → package}/build-task/containers/layout-grid/layout-grid-column/layout-grid-column.build.d.ts +0 -0
- {app-ng-runtime → package}/build-task/containers/layout-grid/layout-grid-row/layout-grid-row.build.d.ts +0 -0
- {app-ng-runtime → package}/build-task/containers/layout-grid/layout-grid.build.d.ts +0 -0
- {app-ng-runtime → package}/build-task/containers/linear-layout/linear-layout-item/linear-layout-item.build.d.ts +0 -0
- {app-ng-runtime → package}/build-task/containers/linear-layout/linear-layout.build.d.ts +0 -0
- {app-ng-runtime → package}/build-task/containers/panel/panel.build.d.ts +0 -0
- {app-ng-runtime → package}/build-task/containers/repeat-template.build.d.ts +0 -0
- {app-ng-runtime → package}/build-task/containers/segmented-control/segment-content/segment-content.build.d.ts +0 -0
- {app-ng-runtime → package}/build-task/containers/segmented-control/segmented-control.build.d.ts +0 -0
- {app-ng-runtime → package}/build-task/containers/tabs/tab-pane/tab-pane.build.d.ts +0 -0
- {app-ng-runtime → package}/build-task/containers/tabs/tabs.build.d.ts +0 -0
- {app-ng-runtime → package}/build-task/containers/tile/tile.build.d.ts +0 -0
- {app-ng-runtime → package}/build-task/containers/wizard/wizard-step/wizard-step.build.d.ts +0 -0
- {app-ng-runtime → package}/build-task/containers/wizard/wizard.build.d.ts +0 -0
- {app-ng-runtime → package}/build-task/data/card/card-actions/card-actions.build.d.ts +0 -0
- {app-ng-runtime → package}/build-task/data/card/card-content/card-content.build.d.ts +0 -0
- {app-ng-runtime → package}/build-task/data/card/card-footer/card-footer.build.d.ts +0 -0
- {app-ng-runtime → package}/build-task/data/card/card.build.d.ts +0 -0
- {app-ng-runtime → package}/build-task/data/form/form-action/form-action.build.d.ts +0 -0
- {app-ng-runtime → package}/build-task/data/form/form-field/form-field.build.d.ts +0 -0
- {app-ng-runtime → package}/build-task/data/form/form.build.d.ts +0 -0
- {app-ng-runtime → package}/build-task/data/list/list.build.d.ts +0 -0
- {app-ng-runtime → package}/build-task/data/live-table/live-table.build.d.ts +0 -0
- {app-ng-runtime → package}/build-task/data/media-list/media-list-item/media-list-item.build.d.ts +0 -0
- {app-ng-runtime → package}/build-task/data/media-list/media-list.build.d.ts +0 -0
- {app-ng-runtime → package}/build-task/data/pagination/pagination.build.d.ts +0 -0
- {app-ng-runtime → package}/build-task/data/table/table-action/table-action.build.d.ts +0 -0
- {app-ng-runtime → package}/build-task/data/table/table-column/table-column.build.d.ts +0 -0
- {app-ng-runtime → package}/build-task/data/table/table-column-group/table-column-group.build.d.ts +0 -0
- {app-ng-runtime → package}/build-task/data/table/table-row/table-row.build.d.ts +0 -0
- {app-ng-runtime → package}/build-task/data/table/table-row-action/table-row-action.build.d.ts +0 -0
- {app-ng-runtime → package}/build-task/data/table/table.build.d.ts +0 -0
- {app-ng-runtime → package}/build-task/device/barcode-scanner/barcode-scanner.build.d.ts +0 -0
- {app-ng-runtime → package}/build-task/device/camera/camera.build.d.ts +0 -0
- {app-ng-runtime → package}/build-task/dialogs/alert-dialog/alert-dialog.build.d.ts +0 -0
- {app-ng-runtime → package}/build-task/dialogs/base/dialog-footer/dialog-footer.build.d.ts +0 -0
- {app-ng-runtime → package}/build-task/dialogs/confirm-dialog/confirm-dialog.build.d.ts +0 -0
- {app-ng-runtime → package}/build-task/dialogs/design-dialog/dialog.build.d.ts +0 -0
- {app-ng-runtime → package}/build-task/dialogs/iframe-dialog/iframe-dialog.build.d.ts +0 -0
- {app-ng-runtime → package}/build-task/dialogs/login-dialog/login-dialog.build.d.ts +0 -0
- {app-ng-runtime → package}/build-task/dialogs/partial-dialog/partial-dialog.build.d.ts +0 -0
- {app-ng-runtime → package}/build-task/esm2022/advanced/carousel/carousel-template/carousel-template.build.mjs +0 -0
- {app-ng-runtime → package}/build-task/esm2022/advanced/carousel/carousel.build.mjs +0 -0
- {app-ng-runtime → package}/build-task/esm2022/advanced/login/login.build.mjs +0 -0
- {app-ng-runtime → package}/build-task/esm2022/advanced/marquee/marquee.build.mjs +0 -0
- {app-ng-runtime → package}/build-task/esm2022/basic/default/anchor/anchor.build.mjs +0 -0
- {app-ng-runtime → package}/build-task/esm2022/basic/default/audio/audio.build.mjs +0 -0
- {app-ng-runtime → package}/build-task/esm2022/basic/default/html/html.build.mjs +0 -0
- {app-ng-runtime → package}/build-task/esm2022/basic/default/icon/icon.build.mjs +0 -0
- {app-ng-runtime → package}/build-task/esm2022/basic/default/iframe/iframe.build.mjs +0 -0
- {app-ng-runtime → package}/build-task/esm2022/basic/default/label/label.build.mjs +0 -0
- {app-ng-runtime → package}/build-task/esm2022/basic/default/picture/picture.build.mjs +0 -0
- {app-ng-runtime → package}/build-task/esm2022/basic/default/spinner/spinner.build.mjs +0 -0
- {app-ng-runtime → package}/build-task/esm2022/basic/default/video/video.build.mjs +0 -0
- {app-ng-runtime → package}/build-task/esm2022/basic/progress/progress-bar/progress-bar.build.mjs +0 -0
- {app-ng-runtime → package}/build-task/esm2022/basic/progress/progress-circle/progress-circle.build.mjs +0 -0
- {app-ng-runtime → package}/build-task/esm2022/basic/rich-text-editor/rich-text-editor.build.mjs +0 -0
- {app-ng-runtime → package}/build-task/esm2022/basic/search/search.build.mjs +0 -0
- {app-ng-runtime → package}/build-task/esm2022/basic/tree/tree.build.mjs +0 -0
- {app-ng-runtime → package}/build-task/esm2022/chart/chart.build.mjs +0 -0
- {app-ng-runtime → package}/build-task/esm2022/containers/accordion/accordion-pane/accordion-pane.build.mjs +0 -0
- {app-ng-runtime → package}/build-task/esm2022/containers/accordion/accordion.build.mjs +0 -0
- {app-ng-runtime → package}/build-task/esm2022/containers/container.build.mjs +0 -0
- {app-ng-runtime → package}/build-task/esm2022/containers/layout-grid/layout-grid-column/layout-grid-column.build.mjs +0 -0
- {app-ng-runtime → package}/build-task/esm2022/containers/layout-grid/layout-grid-row/layout-grid-row.build.mjs +0 -0
- {app-ng-runtime → package}/build-task/esm2022/containers/layout-grid/layout-grid.build.mjs +0 -0
- {app-ng-runtime → package}/build-task/esm2022/containers/linear-layout/linear-layout-item/linear-layout-item.build.mjs +0 -0
- {app-ng-runtime → package}/build-task/esm2022/containers/linear-layout/linear-layout.build.mjs +0 -0
- {app-ng-runtime → package}/build-task/esm2022/containers/panel/panel.build.mjs +0 -0
- {app-ng-runtime → package}/build-task/esm2022/containers/repeat-template.build.mjs +0 -0
- {app-ng-runtime → package}/build-task/esm2022/containers/segmented-control/segment-content/segment-content.build.mjs +0 -0
- {app-ng-runtime → package}/build-task/esm2022/containers/segmented-control/segmented-control.build.mjs +0 -0
- {app-ng-runtime → package}/build-task/esm2022/containers/tabs/tab-pane/tab-pane.build.mjs +0 -0
- {app-ng-runtime → package}/build-task/esm2022/containers/tabs/tabs.build.mjs +0 -0
- {app-ng-runtime → package}/build-task/esm2022/containers/tile/tile.build.mjs +0 -0
- {app-ng-runtime → package}/build-task/esm2022/containers/wizard/wizard-step/wizard-step.build.mjs +0 -0
- {app-ng-runtime → package}/build-task/esm2022/containers/wizard/wizard.build.mjs +0 -0
- {app-ng-runtime → package}/build-task/esm2022/data/card/card-actions/card-actions.build.mjs +0 -0
- {app-ng-runtime → package}/build-task/esm2022/data/card/card-content/card-content.build.mjs +0 -0
- {app-ng-runtime → package}/build-task/esm2022/data/card/card-footer/card-footer.build.mjs +0 -0
- {app-ng-runtime → package}/build-task/esm2022/data/card/card.build.mjs +0 -0
- {app-ng-runtime → package}/build-task/esm2022/data/form/form-action/form-action.build.mjs +0 -0
- {app-ng-runtime → package}/build-task/esm2022/data/form/form-field/form-field.build.mjs +0 -0
- {app-ng-runtime → package}/build-task/esm2022/data/form/form.build.mjs +0 -0
- {app-ng-runtime → package}/build-task/esm2022/data/list/list.build.mjs +0 -0
- {app-ng-runtime → package}/build-task/esm2022/data/live-table/live-table.build.mjs +0 -0
- {app-ng-runtime → package}/build-task/esm2022/data/media-list/media-list-item/media-list-item.build.mjs +0 -0
- {app-ng-runtime → package}/build-task/esm2022/data/media-list/media-list.build.mjs +0 -0
- {app-ng-runtime → package}/build-task/esm2022/data/pagination/pagination.build.mjs +0 -0
- {app-ng-runtime → package}/build-task/esm2022/data/table/table-action/table-action.build.mjs +0 -0
- {app-ng-runtime → package}/build-task/esm2022/data/table/table-column/table-column.build.mjs +0 -0
- {app-ng-runtime → package}/build-task/esm2022/data/table/table-column-group/table-column-group.build.mjs +0 -0
- {app-ng-runtime → package}/build-task/esm2022/data/table/table-row/table-row.build.mjs +0 -0
- {app-ng-runtime → package}/build-task/esm2022/data/table/table-row-action/table-row-action.build.mjs +0 -0
- {app-ng-runtime → package}/build-task/esm2022/data/table/table.build.mjs +0 -0
- {app-ng-runtime → package}/build-task/esm2022/device/barcode-scanner/barcode-scanner.build.mjs +0 -0
- {app-ng-runtime → package}/build-task/esm2022/device/camera/camera.build.mjs +0 -0
- {app-ng-runtime → package}/build-task/esm2022/dialogs/alert-dialog/alert-dialog.build.mjs +0 -0
- {app-ng-runtime → package}/build-task/esm2022/dialogs/base/dialog-footer/dialog-footer.build.mjs +0 -0
- {app-ng-runtime → package}/build-task/esm2022/dialogs/confirm-dialog/confirm-dialog.build.mjs +0 -0
- {app-ng-runtime → package}/build-task/esm2022/dialogs/design-dialog/dialog.build.mjs +0 -0
- {app-ng-runtime → package}/build-task/esm2022/dialogs/iframe-dialog/iframe-dialog.build.mjs +0 -0
- {app-ng-runtime → package}/build-task/esm2022/dialogs/login-dialog/login-dialog.build.mjs +0 -0
- {app-ng-runtime → package}/build-task/esm2022/dialogs/partial-dialog/partial-dialog.build.mjs +0 -0
- {app-ng-runtime → package}/build-task/esm2022/index.mjs +0 -0
- {app-ng-runtime → package}/build-task/esm2022/input/calendar/calendar.build.mjs +0 -0
- {app-ng-runtime → package}/build-task/esm2022/input/chips/chips.build.mjs +0 -0
- {app-ng-runtime → package}/build-task/esm2022/input/color-picker/color-picker.build.mjs +0 -0
- {app-ng-runtime → package}/build-task/esm2022/input/currency/currency.build.mjs +0 -0
- {app-ng-runtime → package}/build-task/esm2022/input/default/button/button.build.mjs +0 -0
- {app-ng-runtime → package}/build-task/esm2022/input/default/button-group/button-group.build.mjs +0 -0
- {app-ng-runtime → package}/build-task/esm2022/input/default/checkbox/checkbox.build.mjs +0 -0
- {app-ng-runtime → package}/build-task/esm2022/input/default/checkboxset/checkboxset.build.mjs +0 -0
- {app-ng-runtime → package}/build-task/esm2022/input/default/composite/composite.build.mjs +0 -0
- {app-ng-runtime → package}/build-task/esm2022/input/default/number/number.build.mjs +0 -0
- {app-ng-runtime → package}/build-task/esm2022/input/default/radioset/radioset.build.mjs +0 -0
- {app-ng-runtime → package}/build-task/esm2022/input/default/select/select.build.mjs +0 -0
- {app-ng-runtime → package}/build-task/esm2022/input/default/switch/switch.build.mjs +0 -0
- {app-ng-runtime → package}/build-task/esm2022/input/default/text/text.build.mjs +0 -0
- {app-ng-runtime → package}/build-task/esm2022/input/default/textarea/textarea.build.mjs +0 -0
- {app-ng-runtime → package}/build-task/esm2022/input/epoch/date/date.build.mjs +0 -0
- {app-ng-runtime → package}/build-task/esm2022/input/epoch/date-time/date-time.build.mjs +0 -0
- {app-ng-runtime → package}/build-task/esm2022/input/epoch/time/time.build.mjs +0 -0
- {app-ng-runtime → package}/build-task/esm2022/input/file-upload/file-upload.build.mjs +0 -0
- {app-ng-runtime → package}/build-task/esm2022/input/rating/rating.build.mjs +0 -0
- {app-ng-runtime → package}/build-task/esm2022/input/slider/slider.build.mjs +0 -0
- {app-ng-runtime → package}/build-task/esm2022/message/message.build.mjs +0 -0
- {app-ng-runtime → package}/build-task/esm2022/navigation/breadcrumb/breadcrumb.build.mjs +0 -0
- {app-ng-runtime → package}/build-task/esm2022/navigation/menu/menu.build.mjs +0 -0
- {app-ng-runtime → package}/build-task/esm2022/navigation/nav/nav-item/nav-item.build.mjs +0 -0
- {app-ng-runtime → package}/build-task/esm2022/navigation/nav/nav.build.mjs +0 -0
- {app-ng-runtime → package}/build-task/esm2022/navigation/navbar/navbar.build.mjs +0 -0
- {app-ng-runtime → package}/build-task/esm2022/navigation/popover/popover.build.mjs +0 -0
- {app-ng-runtime → package}/build-task/esm2022/page/content/content.build.mjs +0 -0
- {app-ng-runtime → package}/build-task/esm2022/page/footer/footer.build.mjs +0 -0
- {app-ng-runtime → package}/build-task/esm2022/page/header/header.build.mjs +0 -0
- {app-ng-runtime → package}/build-task/esm2022/page/layout.build.mjs +0 -0
- {app-ng-runtime → package}/build-task/esm2022/page/left-panel/left-panel.build.mjs +0 -0
- {app-ng-runtime → package}/build-task/esm2022/page/mobile-navbar/mobile-navbar.build.mjs +0 -0
- {app-ng-runtime → package}/build-task/esm2022/page/page-content/page-content.build.mjs +0 -0
- {app-ng-runtime → package}/build-task/esm2022/page/page.build.mjs +0 -0
- {app-ng-runtime → package}/build-task/esm2022/page/right-panel/right-panel.build.mjs +0 -0
- {app-ng-runtime → package}/build-task/esm2022/page/router-outlet/router-outlet.build.mjs +0 -0
- {app-ng-runtime → package}/build-task/esm2022/page/tab-bar/tab-bar.build.mjs +0 -0
- {app-ng-runtime → package}/build-task/esm2022/page/top-nav/top-nav.build.mjs +0 -0
- {app-ng-runtime → package}/build-task/esm2022/partial/partial.build.mjs +0 -0
- {app-ng-runtime → package}/build-task/esm2022/partial-param/partial-param.build.mjs +0 -0
- {app-ng-runtime → package}/build-task/esm2022/prefab/prefab-container/prefab-container.build.mjs +0 -0
- {app-ng-runtime → package}/build-task/esm2022/prefab/prefab.build.mjs +0 -0
- {app-ng-runtime → package}/build-task/esm2022/public_api.mjs +0 -0
- {app-ng-runtime → package}/build-task/esm2022/utils/utils.mjs +0 -0
- {app-ng-runtime → package}/build-task/fesm2022/index.mjs +0 -0
- {app-ng-runtime → package}/build-task/fesm2022/index.mjs.map +0 -0
- {app-ng-runtime → package}/build-task/index.d.ts +0 -0
- {app-ng-runtime → package}/build-task/input/calendar/calendar.build.d.ts +0 -0
- {app-ng-runtime → package}/build-task/input/chips/chips.build.d.ts +0 -0
- {app-ng-runtime → package}/build-task/input/color-picker/color-picker.build.d.ts +0 -0
- {app-ng-runtime → package}/build-task/input/currency/currency.build.d.ts +0 -0
- {app-ng-runtime → package}/build-task/input/default/button/button.build.d.ts +0 -0
- {app-ng-runtime → package}/build-task/input/default/button-group/button-group.build.d.ts +0 -0
- {app-ng-runtime → package}/build-task/input/default/checkbox/checkbox.build.d.ts +0 -0
- {app-ng-runtime → package}/build-task/input/default/checkboxset/checkboxset.build.d.ts +0 -0
- {app-ng-runtime → package}/build-task/input/default/composite/composite.build.d.ts +0 -0
- {app-ng-runtime → package}/build-task/input/default/number/number.build.d.ts +0 -0
- {app-ng-runtime → package}/build-task/input/default/radioset/radioset.build.d.ts +0 -0
- {app-ng-runtime → package}/build-task/input/default/select/select.build.d.ts +0 -0
- {app-ng-runtime → package}/build-task/input/default/switch/switch.build.d.ts +0 -0
- {app-ng-runtime → package}/build-task/input/default/text/text.build.d.ts +0 -0
- {app-ng-runtime → package}/build-task/input/default/textarea/textarea.build.d.ts +0 -0
- {app-ng-runtime → package}/build-task/input/epoch/date/date.build.d.ts +0 -0
- {app-ng-runtime → package}/build-task/input/epoch/date-time/date-time.build.d.ts +0 -0
- {app-ng-runtime → package}/build-task/input/epoch/time/time.build.d.ts +0 -0
- {app-ng-runtime → package}/build-task/input/file-upload/file-upload.build.d.ts +0 -0
- {app-ng-runtime → package}/build-task/input/rating/rating.build.d.ts +0 -0
- {app-ng-runtime → package}/build-task/input/slider/slider.build.d.ts +0 -0
- {app-ng-runtime → package}/build-task/message/message.build.d.ts +0 -0
- {app-ng-runtime → package}/build-task/navigation/breadcrumb/breadcrumb.build.d.ts +0 -0
- {app-ng-runtime → package}/build-task/navigation/menu/menu.build.d.ts +0 -0
- {app-ng-runtime → package}/build-task/navigation/nav/nav-item/nav-item.build.d.ts +0 -0
- {app-ng-runtime → package}/build-task/navigation/nav/nav.build.d.ts +0 -0
- {app-ng-runtime → package}/build-task/navigation/navbar/navbar.build.d.ts +0 -0
- {app-ng-runtime → package}/build-task/navigation/popover/popover.build.d.ts +0 -0
- {app-ng-runtime → package}/build-task/page/content/content.build.d.ts +0 -0
- {app-ng-runtime → package}/build-task/page/footer/footer.build.d.ts +0 -0
- {app-ng-runtime → package}/build-task/page/header/header.build.d.ts +0 -0
- {app-ng-runtime → package}/build-task/page/layout.build.d.ts +0 -0
- {app-ng-runtime → package}/build-task/page/left-panel/left-panel.build.d.ts +0 -0
- {app-ng-runtime → package}/build-task/page/mobile-navbar/mobile-navbar.build.d.ts +0 -0
- {app-ng-runtime → package}/build-task/page/page-content/page-content.build.d.ts +0 -0
- {app-ng-runtime → package}/build-task/page/page.build.d.ts +0 -0
- {app-ng-runtime → package}/build-task/page/right-panel/right-panel.build.d.ts +0 -0
- {app-ng-runtime → package}/build-task/page/router-outlet/router-outlet.build.d.ts +0 -0
- {app-ng-runtime → package}/build-task/page/tab-bar/tab-bar.build.d.ts +0 -0
- {app-ng-runtime → package}/build-task/page/top-nav/top-nav.build.d.ts +0 -0
- {app-ng-runtime → package}/build-task/partial/partial.build.d.ts +0 -0
- {app-ng-runtime → package}/build-task/partial-param/partial-param.build.d.ts +0 -0
- {app-ng-runtime → package}/build-task/prefab/prefab-container/prefab-container.build.d.ts +0 -0
- {app-ng-runtime → package}/build-task/prefab/prefab.build.d.ts +0 -0
- {app-ng-runtime → package}/build-task/public_api.d.ts +0 -0
- {app-ng-runtime → package}/build-task/utils/utils.d.ts +0 -0
- {app-ng-runtime → package}/components/advanced/carousel/bundles/index.umd.js +0 -0
- {app-ng-runtime → package}/components/advanced/carousel/carousel-template/carousel-template.directive.d.ts +0 -0
- {app-ng-runtime → package}/components/advanced/carousel/carousel-template/carousel-template.props.d.ts +0 -0
- {app-ng-runtime → package}/components/advanced/carousel/carousel.animator.d.ts +0 -0
- {app-ng-runtime → package}/components/advanced/carousel/carousel.directive.d.ts +0 -0
- {app-ng-runtime → package}/components/advanced/carousel/carousel.module.d.ts +0 -0
- {app-ng-runtime → package}/components/advanced/carousel/carousel.props.d.ts +0 -0
- {app-ng-runtime → package}/components/advanced/carousel/esm2022/carousel-template/carousel-template.directive.mjs +0 -0
- {app-ng-runtime → package}/components/advanced/carousel/esm2022/carousel-template/carousel-template.props.mjs +0 -0
- {app-ng-runtime → package}/components/advanced/carousel/esm2022/carousel.animator.mjs +0 -0
- {app-ng-runtime → package}/components/advanced/carousel/esm2022/carousel.directive.mjs +0 -0
- {app-ng-runtime → package}/components/advanced/carousel/esm2022/carousel.module.mjs +0 -0
- {app-ng-runtime → package}/components/advanced/carousel/esm2022/carousel.props.mjs +0 -0
- {app-ng-runtime → package}/components/advanced/carousel/esm2022/index.mjs +0 -0
- {app-ng-runtime → package}/components/advanced/carousel/esm2022/public_api.mjs +0 -0
- {app-ng-runtime → package}/components/advanced/carousel/fesm2022/index.mjs +0 -0
- {app-ng-runtime → package}/components/advanced/carousel/fesm2022/index.mjs.map +0 -0
- {app-ng-runtime → package}/components/advanced/carousel/index.d.ts +0 -0
- {app-ng-runtime → package}/components/advanced/carousel/public_api.d.ts +0 -0
- {app-ng-runtime → package}/components/advanced/login/bundles/index.umd.js +0 -0
- {app-ng-runtime → package}/components/advanced/login/esm2022/index.mjs +0 -0
- {app-ng-runtime → package}/components/advanced/login/esm2022/login.component.mjs +0 -0
- {app-ng-runtime → package}/components/advanced/login/esm2022/login.module.mjs +0 -0
- {app-ng-runtime → package}/components/advanced/login/esm2022/login.props.mjs +0 -0
- {app-ng-runtime → package}/components/advanced/login/esm2022/public_api.mjs +0 -0
- {app-ng-runtime → package}/components/advanced/login/fesm2022/index.mjs +0 -0
- {app-ng-runtime → package}/components/advanced/login/fesm2022/index.mjs.map +0 -0
- {app-ng-runtime → package}/components/advanced/login/index.d.ts +0 -0
- {app-ng-runtime → package}/components/advanced/login/login.component.d.ts +0 -0
- {app-ng-runtime → package}/components/advanced/login/login.module.d.ts +0 -0
- {app-ng-runtime → package}/components/advanced/login/login.props.d.ts +0 -0
- {app-ng-runtime → package}/components/advanced/login/public_api.d.ts +0 -0
- {app-ng-runtime → package}/components/advanced/marquee/bundles/index.umd.js +0 -0
- {app-ng-runtime → package}/components/advanced/marquee/esm2022/index.mjs +0 -0
- {app-ng-runtime → package}/components/advanced/marquee/esm2022/marquee.directive.mjs +0 -0
- {app-ng-runtime → package}/components/advanced/marquee/esm2022/marquee.module.mjs +0 -0
- {app-ng-runtime → package}/components/advanced/marquee/esm2022/marquee.props.mjs +0 -0
- {app-ng-runtime → package}/components/advanced/marquee/esm2022/public_api.mjs +0 -0
- {app-ng-runtime → package}/components/advanced/marquee/fesm2022/index.mjs +0 -0
- {app-ng-runtime → package}/components/advanced/marquee/fesm2022/index.mjs.map +0 -0
- {app-ng-runtime → package}/components/advanced/marquee/index.d.ts +0 -0
- {app-ng-runtime → package}/components/advanced/marquee/marquee.directive.d.ts +0 -0
- {app-ng-runtime → package}/components/advanced/marquee/marquee.module.d.ts +0 -0
- {app-ng-runtime → package}/components/advanced/marquee/marquee.props.d.ts +0 -0
- {app-ng-runtime → package}/components/advanced/marquee/public_api.d.ts +0 -0
- {app-ng-runtime → package}/components/base/components.module.d.ts +0 -0
- {app-ng-runtime → package}/components/base/directives/show-in-device.directive.d.ts +0 -0
- {app-ng-runtime → package}/components/base/esm2022/components.module.mjs +0 -0
- {app-ng-runtime → package}/components/base/esm2022/directives/show-in-device.directive.mjs +0 -0
- {app-ng-runtime → package}/components/base/esm2022/index.mjs +0 -0
- {app-ng-runtime → package}/components/base/esm2022/pipes/custom-pipes.mjs +0 -0
- {app-ng-runtime → package}/components/base/esm2022/pipes/image.pipe.mjs +0 -0
- {app-ng-runtime → package}/components/base/esm2022/pipes/sanitize.pipe.mjs +0 -0
- {app-ng-runtime → package}/components/base/esm2022/pipes/trust-as.pipe.mjs +0 -0
- {app-ng-runtime → package}/components/base/esm2022/pipes/wm-pipe.mjs +0 -0
- {app-ng-runtime → package}/components/base/esm2022/public_api.mjs +0 -0
- {app-ng-runtime → package}/components/base/esm2022/utils/data-utils.mjs +0 -0
- {app-ng-runtime → package}/components/base/esm2022/utils/form-utils.mjs +0 -0
- {app-ng-runtime → package}/components/base/esm2022/utils/live-utils.mjs +0 -0
- {app-ng-runtime → package}/components/base/esm2022/utils/widget-utils.mjs +0 -0
- {app-ng-runtime → package}/components/base/esm2022/widgets/common/base/base-container.component.mjs +0 -0
- {app-ng-runtime → package}/components/base/esm2022/widgets/common/base/base.component.mjs +0 -0
- {app-ng-runtime → package}/components/base/esm2022/widgets/common/base/dataset-aware-nav.component.mjs +0 -0
- {app-ng-runtime → package}/components/base/esm2022/widgets/common/base/partial-container.directive.mjs +0 -0
- {app-ng-runtime → package}/components/base/esm2022/widgets/common/base/stylable.component.mjs +0 -0
- {app-ng-runtime → package}/components/base/esm2022/widgets/common/base/text-content.directive.mjs +0 -0
- {app-ng-runtime → package}/components/base/esm2022/widgets/common/container/container.directive.mjs +0 -0
- {app-ng-runtime → package}/components/base/esm2022/widgets/common/container/container.props.mjs +0 -0
- {app-ng-runtime → package}/components/base/esm2022/widgets/common/dialog/dialog.service.mjs +0 -0
- {app-ng-runtime → package}/components/base/esm2022/widgets/common/item-template/item-template.directive.mjs +0 -0
- {app-ng-runtime → package}/components/base/esm2022/widgets/common/item-template/item-template.props.mjs +0 -0
- {app-ng-runtime → package}/components/base/esm2022/widgets/common/lazy-load/lazy-load.directive.mjs +0 -0
- {app-ng-runtime → package}/components/base/esm2022/widgets/common/message/message.component.mjs +0 -0
- {app-ng-runtime → package}/components/base/esm2022/widgets/common/message/message.props.mjs +0 -0
- {app-ng-runtime → package}/components/base/esm2022/widgets/common/partial/partial.directive.mjs +0 -0
- {app-ng-runtime → package}/components/base/esm2022/widgets/common/partial/partial.props.mjs +0 -0
- {app-ng-runtime → package}/components/base/esm2022/widgets/common/partial-param/partial-param.directive.mjs +0 -0
- {app-ng-runtime → package}/components/base/esm2022/widgets/common/pull-to-refresh/pull-to-refresh.mjs +0 -0
- {app-ng-runtime → package}/components/base/esm2022/widgets/common/redraw/redrawable.directive.mjs +0 -0
- {app-ng-runtime → package}/components/base/esm2022/widgets/common/repeat-template/repeat-template.directive.mjs +0 -0
- {app-ng-runtime → package}/components/base/esm2022/widgets/common/repeat-template/repeat-template.props.mjs +0 -0
- {app-ng-runtime → package}/components/base/esm2022/widgets/common/smooth-scroll/smooth-scroll.directive.mjs +0 -0
- {app-ng-runtime → package}/components/base/esm2022/widgets/framework/constants.mjs +0 -0
- {app-ng-runtime → package}/components/base/esm2022/widgets/framework/deviceview.mjs +0 -0
- {app-ng-runtime → package}/components/base/esm2022/widgets/framework/property-change-handler.mjs +0 -0
- {app-ng-runtime → package}/components/base/esm2022/widgets/framework/styler.mjs +0 -0
- {app-ng-runtime → package}/components/base/esm2022/widgets/framework/types.mjs +0 -0
- {app-ng-runtime → package}/components/base/esm2022/widgets/framework/widget-id-generator.mjs +0 -0
- {app-ng-runtime → package}/components/base/esm2022/widgets/framework/widget-props.mjs +0 -0
- {app-ng-runtime → package}/components/base/esm2022/widgets/framework/widget-proxy-provider.mjs +0 -0
- {app-ng-runtime → package}/components/base/esm2022/widgets/framework/widget-registry.mjs +0 -0
- {app-ng-runtime → package}/components/base/index.d.ts +0 -0
- {app-ng-runtime → package}/components/base/pipes/custom-pipes.d.ts +0 -0
- {app-ng-runtime → package}/components/base/pipes/image.pipe.d.ts +0 -0
- {app-ng-runtime → package}/components/base/pipes/sanitize.pipe.d.ts +0 -0
- {app-ng-runtime → package}/components/base/pipes/trust-as.pipe.d.ts +0 -0
- {app-ng-runtime → package}/components/base/pipes/wm-pipe.d.ts +0 -0
- {app-ng-runtime → package}/components/base/public_api.d.ts +0 -0
- {app-ng-runtime → package}/components/base/utils/data-utils.d.ts +0 -0
- {app-ng-runtime → package}/components/base/utils/form-utils.d.ts +0 -0
- {app-ng-runtime → package}/components/base/utils/live-utils.d.ts +0 -0
- {app-ng-runtime → package}/components/base/utils/widget-utils.d.ts +0 -0
- {app-ng-runtime → package}/components/base/widgets/common/base/base-container.component.d.ts +0 -0
- {app-ng-runtime → package}/components/base/widgets/common/base/base-field-validations.d.ts +0 -0
- {app-ng-runtime → package}/components/base/widgets/common/base/base.component.d.ts +0 -0
- {app-ng-runtime → package}/components/base/widgets/common/base/dataset-aware-nav.component.d.ts +0 -0
- {app-ng-runtime → package}/components/base/widgets/common/base/partial-container.directive.d.ts +0 -0
- {app-ng-runtime → package}/components/base/widgets/common/base/stylable.component.d.ts +0 -0
- {app-ng-runtime → package}/components/base/widgets/common/base/text-content.directive.d.ts +0 -0
- {app-ng-runtime → package}/components/base/widgets/common/container/container.directive.d.ts +0 -0
- {app-ng-runtime → package}/components/base/widgets/common/container/container.props.d.ts +0 -0
- {app-ng-runtime → package}/components/base/widgets/common/dialog/dialog.service.d.ts +0 -0
- {app-ng-runtime → package}/components/base/widgets/common/item-template/item-template.directive.d.ts +0 -0
- {app-ng-runtime → package}/components/base/widgets/common/item-template/item-template.props.d.ts +0 -0
- {app-ng-runtime → package}/components/base/widgets/common/lazy-load/lazy-load.directive.d.ts +0 -0
- {app-ng-runtime → package}/components/base/widgets/common/message/message.component.d.ts +0 -0
- {app-ng-runtime → package}/components/base/widgets/common/message/message.props.d.ts +0 -0
- {app-ng-runtime → package}/components/base/widgets/common/partial/partial.directive.d.ts +0 -0
- {app-ng-runtime → package}/components/base/widgets/common/partial/partial.props.d.ts +0 -0
- {app-ng-runtime → package}/components/base/widgets/common/partial-param/partial-param.directive.d.ts +0 -0
- {app-ng-runtime → package}/components/base/widgets/common/pull-to-refresh/pull-to-refresh.d.ts +0 -0
- {app-ng-runtime → package}/components/base/widgets/common/redraw/redrawable.directive.d.ts +0 -0
- {app-ng-runtime → package}/components/base/widgets/common/repeat-template/repeat-template.directive.d.ts +0 -0
- {app-ng-runtime → package}/components/base/widgets/common/repeat-template/repeat-template.props.d.ts +0 -0
- {app-ng-runtime → package}/components/base/widgets/common/smooth-scroll/smooth-scroll.directive.d.ts +0 -0
- {app-ng-runtime → package}/components/base/widgets/framework/constants.d.ts +0 -0
- {app-ng-runtime → package}/components/base/widgets/framework/deviceview.d.ts +0 -0
- {app-ng-runtime → package}/components/base/widgets/framework/property-change-handler.d.ts +0 -0
- {app-ng-runtime → package}/components/base/widgets/framework/styler.d.ts +0 -0
- {app-ng-runtime → package}/components/base/widgets/framework/types.d.ts +0 -0
- {app-ng-runtime → package}/components/base/widgets/framework/widget-id-generator.d.ts +0 -0
- {app-ng-runtime → package}/components/base/widgets/framework/widget-props.d.ts +0 -0
- {app-ng-runtime → package}/components/base/widgets/framework/widget-proxy-provider.d.ts +0 -0
- {app-ng-runtime → package}/components/base/widgets/framework/widget-registry.d.ts +0 -0
- {app-ng-runtime → package}/components/basic/default/anchor/anchor.component.d.ts +0 -0
- {app-ng-runtime → package}/components/basic/default/anchor/anchor.props.d.ts +0 -0
- {app-ng-runtime → package}/components/basic/default/audio/audio.component.d.ts +0 -0
- {app-ng-runtime → package}/components/basic/default/audio/audio.props.d.ts +0 -0
- {app-ng-runtime → package}/components/basic/default/basic.module.d.ts +0 -0
- {app-ng-runtime → package}/components/basic/default/bundles/index.umd.js +0 -0
- {app-ng-runtime → package}/components/basic/default/esm2022/anchor/anchor.component.mjs +0 -0
- {app-ng-runtime → package}/components/basic/default/esm2022/anchor/anchor.props.mjs +0 -0
- {app-ng-runtime → package}/components/basic/default/esm2022/audio/audio.component.mjs +0 -0
- {app-ng-runtime → package}/components/basic/default/esm2022/audio/audio.props.mjs +0 -0
- {app-ng-runtime → package}/components/basic/default/esm2022/basic.module.mjs +0 -0
- {app-ng-runtime → package}/components/basic/default/esm2022/html/html.directive.mjs +0 -0
- {app-ng-runtime → package}/components/basic/default/esm2022/html/html.props.mjs +0 -0
- {app-ng-runtime → package}/components/basic/default/esm2022/icon/icon.component.mjs +0 -0
- {app-ng-runtime → package}/components/basic/default/esm2022/icon/icon.props.mjs +0 -0
- {app-ng-runtime → package}/components/basic/default/esm2022/iframe/iframe.component.mjs +0 -0
- {app-ng-runtime → package}/components/basic/default/esm2022/iframe/iframe.props.mjs +0 -0
- {app-ng-runtime → package}/components/basic/default/esm2022/index.mjs +0 -0
- {app-ng-runtime → package}/components/basic/default/esm2022/label/label.directive.mjs +0 -0
- {app-ng-runtime → package}/components/basic/default/esm2022/label/label.props.mjs +0 -0
- {app-ng-runtime → package}/components/basic/default/esm2022/picture/picture.directive.mjs +0 -0
- {app-ng-runtime → package}/components/basic/default/esm2022/picture/picture.props.mjs +0 -0
- {app-ng-runtime → package}/components/basic/default/esm2022/public_api.mjs +0 -0
- {app-ng-runtime → package}/components/basic/default/esm2022/spinner/spinner.component.mjs +0 -0
- {app-ng-runtime → package}/components/basic/default/esm2022/spinner/spinner.props.mjs +0 -0
- {app-ng-runtime → package}/components/basic/default/esm2022/video/video.component.mjs +0 -0
- {app-ng-runtime → package}/components/basic/default/esm2022/video/video.props.mjs +0 -0
- {app-ng-runtime → package}/components/basic/default/fesm2022/index.mjs +0 -0
- {app-ng-runtime → package}/components/basic/default/fesm2022/index.mjs.map +0 -0
- {app-ng-runtime → package}/components/basic/default/html/html.directive.d.ts +0 -0
- {app-ng-runtime → package}/components/basic/default/html/html.props.d.ts +0 -0
- {app-ng-runtime → package}/components/basic/default/icon/icon.component.d.ts +0 -0
- {app-ng-runtime → package}/components/basic/default/icon/icon.props.d.ts +0 -0
- {app-ng-runtime → package}/components/basic/default/iframe/iframe.component.d.ts +0 -0
- {app-ng-runtime → package}/components/basic/default/iframe/iframe.props.d.ts +0 -0
- {app-ng-runtime → package}/components/basic/default/index.d.ts +0 -0
- {app-ng-runtime → package}/components/basic/default/label/label.directive.d.ts +0 -0
- {app-ng-runtime → package}/components/basic/default/label/label.props.d.ts +0 -0
- {app-ng-runtime → package}/components/basic/default/picture/picture.directive.d.ts +0 -0
- {app-ng-runtime → package}/components/basic/default/picture/picture.props.d.ts +0 -0
- {app-ng-runtime → package}/components/basic/default/public_api.d.ts +0 -0
- {app-ng-runtime → package}/components/basic/default/spinner/spinner.component.d.ts +0 -0
- {app-ng-runtime → package}/components/basic/default/spinner/spinner.props.d.ts +0 -0
- {app-ng-runtime → package}/components/basic/default/video/video.component.d.ts +0 -0
- {app-ng-runtime → package}/components/basic/default/video/video.props.d.ts +0 -0
- {app-ng-runtime → package}/components/basic/progress/bundles/index.umd.js +0 -0
- {app-ng-runtime → package}/components/basic/progress/esm2022/index.mjs +0 -0
- {app-ng-runtime → package}/components/basic/progress/esm2022/progress-bar/progress-bar.component.mjs +0 -0
- {app-ng-runtime → package}/components/basic/progress/esm2022/progress-bar/progress-bar.props.mjs +0 -0
- {app-ng-runtime → package}/components/basic/progress/esm2022/progress-circle/progress-circle.component.mjs +0 -0
- {app-ng-runtime → package}/components/basic/progress/esm2022/progress-circle/progress-circle.props.mjs +0 -0
- {app-ng-runtime → package}/components/basic/progress/esm2022/progress.module.mjs +0 -0
- {app-ng-runtime → package}/components/basic/progress/esm2022/public_api.mjs +0 -0
- {app-ng-runtime → package}/components/basic/progress/esm2022/utils.mjs +0 -0
- {app-ng-runtime → package}/components/basic/progress/fesm2022/index.mjs +0 -0
- {app-ng-runtime → package}/components/basic/progress/fesm2022/index.mjs.map +0 -0
- {app-ng-runtime → package}/components/basic/progress/index.d.ts +0 -0
- {app-ng-runtime → package}/components/basic/progress/progress-bar/progress-bar.component.d.ts +0 -0
- {app-ng-runtime → package}/components/basic/progress/progress-bar/progress-bar.props.d.ts +0 -0
- {app-ng-runtime → package}/components/basic/progress/progress-circle/progress-circle.component.d.ts +0 -0
- {app-ng-runtime → package}/components/basic/progress/progress-circle/progress-circle.props.d.ts +0 -0
- {app-ng-runtime → package}/components/basic/progress/progress.module.d.ts +0 -0
- {app-ng-runtime → package}/components/basic/progress/public_api.d.ts +0 -0
- {app-ng-runtime → package}/components/basic/progress/utils.d.ts +0 -0
- {app-ng-runtime → package}/components/basic/rich-text-editor/bundles/index.umd.js +0 -0
- {app-ng-runtime → package}/components/basic/rich-text-editor/esm2022/index.mjs +0 -0
- {app-ng-runtime → package}/components/basic/rich-text-editor/esm2022/public_api.mjs +0 -0
- {app-ng-runtime → package}/components/basic/rich-text-editor/esm2022/rich-text-editor.component.mjs +0 -0
- {app-ng-runtime → package}/components/basic/rich-text-editor/esm2022/rich-text-editor.module.mjs +0 -0
- {app-ng-runtime → package}/components/basic/rich-text-editor/esm2022/rich-text-editor.props.mjs +0 -0
- {app-ng-runtime → package}/components/basic/rich-text-editor/fesm2022/index.mjs +0 -0
- {app-ng-runtime → package}/components/basic/rich-text-editor/fesm2022/index.mjs.map +0 -0
- {app-ng-runtime → package}/components/basic/rich-text-editor/index.d.ts +0 -0
- {app-ng-runtime → package}/components/basic/rich-text-editor/public_api.d.ts +0 -0
- {app-ng-runtime → package}/components/basic/rich-text-editor/rich-text-editor.component.d.ts +0 -0
- {app-ng-runtime → package}/components/basic/rich-text-editor/rich-text-editor.module.d.ts +0 -0
- {app-ng-runtime → package}/components/basic/rich-text-editor/rich-text-editor.props.d.ts +0 -0
- {app-ng-runtime → package}/components/basic/search/data-provider/data-provider.d.ts +0 -0
- {app-ng-runtime → package}/components/basic/search/data-provider/local-data-provider.d.ts +0 -0
- {app-ng-runtime → package}/components/basic/search/data-provider/remote-data-provider.d.ts +0 -0
- {app-ng-runtime → package}/components/basic/search/esm2022/data-provider/data-provider.mjs +0 -0
- {app-ng-runtime → package}/components/basic/search/esm2022/data-provider/local-data-provider.mjs +0 -0
- {app-ng-runtime → package}/components/basic/search/esm2022/data-provider/remote-data-provider.mjs +0 -0
- {app-ng-runtime → package}/components/basic/search/esm2022/index.mjs +0 -0
- {app-ng-runtime → package}/components/basic/search/esm2022/public_api.mjs +0 -0
- {app-ng-runtime → package}/components/basic/search/esm2022/scrollable.directive.mjs +0 -0
- {app-ng-runtime → package}/components/basic/search/esm2022/search.module.mjs +0 -0
- {app-ng-runtime → package}/components/basic/search/esm2022/search.props.mjs +0 -0
- {app-ng-runtime → package}/components/basic/search/index.d.ts +0 -0
- {app-ng-runtime → package}/components/basic/search/public_api.d.ts +0 -0
- {app-ng-runtime → package}/components/basic/search/scrollable.directive.d.ts +0 -0
- {app-ng-runtime → package}/components/basic/search/search.component.d.ts +0 -0
- {app-ng-runtime → package}/components/basic/search/search.module.d.ts +0 -0
- {app-ng-runtime → package}/components/basic/search/search.props.d.ts +0 -0
- {app-ng-runtime → package}/components/basic/tree/bundles/index.umd.js +0 -0
- {app-ng-runtime → package}/components/basic/tree/esm2022/index.mjs +0 -0
- {app-ng-runtime → package}/components/basic/tree/esm2022/public_api.mjs +0 -0
- {app-ng-runtime → package}/components/basic/tree/esm2022/tree.component.mjs +0 -0
- {app-ng-runtime → package}/components/basic/tree/esm2022/tree.module.mjs +0 -0
- {app-ng-runtime → package}/components/basic/tree/esm2022/tree.props.mjs +0 -0
- {app-ng-runtime → package}/components/basic/tree/fesm2022/index.mjs +0 -0
- {app-ng-runtime → package}/components/basic/tree/fesm2022/index.mjs.map +0 -0
- {app-ng-runtime → package}/components/basic/tree/index.d.ts +0 -0
- {app-ng-runtime → package}/components/basic/tree/public_api.d.ts +0 -0
- {app-ng-runtime → package}/components/basic/tree/tree.component.d.ts +0 -0
- {app-ng-runtime → package}/components/basic/tree/tree.module.d.ts +0 -0
- {app-ng-runtime → package}/components/basic/tree/tree.props.d.ts +0 -0
- {app-ng-runtime → package}/components/chart/bundles/index.umd.js +0 -0
- {app-ng-runtime → package}/components/chart/chart.component.d.ts +0 -0
- {app-ng-runtime → package}/components/chart/chart.module.d.ts +0 -0
- {app-ng-runtime → package}/components/chart/chart.props.d.ts +0 -0
- {app-ng-runtime → package}/components/chart/chart.utils.d.ts +0 -0
- {app-ng-runtime → package}/components/chart/esm2022/chart.component.mjs +0 -0
- {app-ng-runtime → package}/components/chart/esm2022/chart.module.mjs +0 -0
- {app-ng-runtime → package}/components/chart/esm2022/chart.props.mjs +0 -0
- {app-ng-runtime → package}/components/chart/esm2022/chart.utils.mjs +0 -0
- {app-ng-runtime → package}/components/chart/esm2022/index.mjs +0 -0
- {app-ng-runtime → package}/components/chart/esm2022/public_api.mjs +0 -0
- {app-ng-runtime → package}/components/chart/fesm2022/index.mjs +0 -0
- {app-ng-runtime → package}/components/chart/fesm2022/index.mjs.map +0 -0
- {app-ng-runtime → package}/components/chart/index.d.ts +0 -0
- {app-ng-runtime → package}/components/chart/public_api.d.ts +0 -0
- {app-ng-runtime → package}/components/containers/accordion/accordion-pane/accordion-pane.component.d.ts +0 -0
- {app-ng-runtime → package}/components/containers/accordion/accordion-pane/accordion-pane.props.d.ts +0 -0
- {app-ng-runtime → package}/components/containers/accordion/accordion.directive.d.ts +0 -0
- {app-ng-runtime → package}/components/containers/accordion/accordion.module.d.ts +0 -0
- {app-ng-runtime → package}/components/containers/accordion/accordion.props.d.ts +0 -0
- {app-ng-runtime → package}/components/containers/accordion/bundles/index.umd.js +0 -0
- {app-ng-runtime → package}/components/containers/accordion/esm2022/accordion-pane/accordion-pane.component.mjs +0 -0
- {app-ng-runtime → package}/components/containers/accordion/esm2022/accordion-pane/accordion-pane.props.mjs +0 -0
- {app-ng-runtime → package}/components/containers/accordion/esm2022/accordion.directive.mjs +0 -0
- {app-ng-runtime → package}/components/containers/accordion/esm2022/accordion.module.mjs +0 -0
- {app-ng-runtime → package}/components/containers/accordion/esm2022/accordion.props.mjs +0 -0
- {app-ng-runtime → package}/components/containers/accordion/esm2022/index.mjs +0 -0
- {app-ng-runtime → package}/components/containers/accordion/esm2022/public_api.mjs +0 -0
- {app-ng-runtime → package}/components/containers/accordion/fesm2022/index.mjs +0 -0
- {app-ng-runtime → package}/components/containers/accordion/fesm2022/index.mjs.map +0 -0
- {app-ng-runtime → package}/components/containers/accordion/index.d.ts +0 -0
- {app-ng-runtime → package}/components/containers/accordion/public_api.d.ts +0 -0
- {app-ng-runtime → package}/components/containers/layout-grid/bundles/index.umd.js +0 -0
- {app-ng-runtime → package}/components/containers/layout-grid/esm2022/index.mjs +0 -0
- {app-ng-runtime → package}/components/containers/layout-grid/esm2022/layout-grid-column/layout-grid-column.directive.mjs +0 -0
- {app-ng-runtime → package}/components/containers/layout-grid/esm2022/layout-grid-column/layout-grid-column.props.mjs +0 -0
- {app-ng-runtime → package}/components/containers/layout-grid/esm2022/layout-grid-row/layout-grid-row.directive.mjs +0 -0
- {app-ng-runtime → package}/components/containers/layout-grid/esm2022/layout-grid-row/layout-grid-row.props.mjs +0 -0
- {app-ng-runtime → package}/components/containers/layout-grid/esm2022/layout-grid.directive.mjs +0 -0
- {app-ng-runtime → package}/components/containers/layout-grid/esm2022/layout-grid.module.mjs +0 -0
- {app-ng-runtime → package}/components/containers/layout-grid/esm2022/layout-grid.props.mjs +0 -0
- {app-ng-runtime → package}/components/containers/layout-grid/esm2022/public_api.mjs +0 -0
- {app-ng-runtime → package}/components/containers/layout-grid/fesm2022/index.mjs +0 -0
- {app-ng-runtime → package}/components/containers/layout-grid/fesm2022/index.mjs.map +0 -0
- {app-ng-runtime → package}/components/containers/layout-grid/index.d.ts +0 -0
- {app-ng-runtime → package}/components/containers/layout-grid/layout-grid-column/layout-grid-column.directive.d.ts +0 -0
- {app-ng-runtime → package}/components/containers/layout-grid/layout-grid-column/layout-grid-column.props.d.ts +0 -0
- {app-ng-runtime → package}/components/containers/layout-grid/layout-grid-row/layout-grid-row.directive.d.ts +0 -0
- {app-ng-runtime → package}/components/containers/layout-grid/layout-grid-row/layout-grid-row.props.d.ts +0 -0
- {app-ng-runtime → package}/components/containers/layout-grid/layout-grid.directive.d.ts +0 -0
- {app-ng-runtime → package}/components/containers/layout-grid/layout-grid.module.d.ts +0 -0
- {app-ng-runtime → package}/components/containers/layout-grid/layout-grid.props.d.ts +0 -0
- {app-ng-runtime → package}/components/containers/layout-grid/public_api.d.ts +0 -0
- {app-ng-runtime → package}/components/containers/linear-layout/bundles/index.umd.js +0 -0
- {app-ng-runtime → package}/components/containers/linear-layout/esm2022/index.mjs +0 -0
- {app-ng-runtime → package}/components/containers/linear-layout/esm2022/linear-layout-item/linear-layout-item.directive.mjs +0 -0
- {app-ng-runtime → package}/components/containers/linear-layout/esm2022/linear-layout-item/linear-layout-item.props.mjs +0 -0
- {app-ng-runtime → package}/components/containers/linear-layout/esm2022/linear-layout.directive.mjs +0 -0
- {app-ng-runtime → package}/components/containers/linear-layout/esm2022/linear-layout.module.mjs +0 -0
- {app-ng-runtime → package}/components/containers/linear-layout/esm2022/linear-layout.props.mjs +0 -0
- {app-ng-runtime → package}/components/containers/linear-layout/esm2022/public_api.mjs +0 -0
- {app-ng-runtime → package}/components/containers/linear-layout/fesm2022/index.mjs +0 -0
- {app-ng-runtime → package}/components/containers/linear-layout/fesm2022/index.mjs.map +0 -0
- {app-ng-runtime → package}/components/containers/linear-layout/index.d.ts +0 -0
- {app-ng-runtime → package}/components/containers/linear-layout/linear-layout-item/linear-layout-item.directive.d.ts +0 -0
- {app-ng-runtime → package}/components/containers/linear-layout/linear-layout-item/linear-layout-item.props.d.ts +0 -0
- {app-ng-runtime → package}/components/containers/linear-layout/linear-layout.directive.d.ts +0 -0
- {app-ng-runtime → package}/components/containers/linear-layout/linear-layout.module.d.ts +0 -0
- {app-ng-runtime → package}/components/containers/linear-layout/linear-layout.props.d.ts +0 -0
- {app-ng-runtime → package}/components/containers/linear-layout/public_api.d.ts +0 -0
- {app-ng-runtime → package}/components/containers/panel/bundles/index.umd.js +0 -0
- {app-ng-runtime → package}/components/containers/panel/esm2022/index.mjs +0 -0
- {app-ng-runtime → package}/components/containers/panel/esm2022/panel.component.mjs +0 -0
- {app-ng-runtime → package}/components/containers/panel/esm2022/panel.module.mjs +0 -0
- {app-ng-runtime → package}/components/containers/panel/esm2022/panel.props.mjs +0 -0
- {app-ng-runtime → package}/components/containers/panel/esm2022/public_api.mjs +0 -0
- {app-ng-runtime → package}/components/containers/panel/fesm2022/index.mjs +0 -0
- {app-ng-runtime → package}/components/containers/panel/fesm2022/index.mjs.map +0 -0
- {app-ng-runtime → package}/components/containers/panel/index.d.ts +0 -0
- {app-ng-runtime → package}/components/containers/panel/panel.component.d.ts +0 -0
- {app-ng-runtime → package}/components/containers/panel/panel.module.d.ts +0 -0
- {app-ng-runtime → package}/components/containers/panel/panel.props.d.ts +0 -0
- {app-ng-runtime → package}/components/containers/panel/public_api.d.ts +0 -0
- {app-ng-runtime → package}/components/containers/tabs/bundles/index.umd.js +0 -0
- {app-ng-runtime → package}/components/containers/tabs/esm2022/index.mjs +0 -0
- {app-ng-runtime → package}/components/containers/tabs/esm2022/public_api.mjs +0 -0
- {app-ng-runtime → package}/components/containers/tabs/esm2022/tab-pane/tab-pane.component.mjs +0 -0
- {app-ng-runtime → package}/components/containers/tabs/esm2022/tab-pane/tab-pane.props.mjs +0 -0
- {app-ng-runtime → package}/components/containers/tabs/esm2022/tabs.animator.mjs +0 -0
- {app-ng-runtime → package}/components/containers/tabs/esm2022/tabs.component.mjs +0 -0
- {app-ng-runtime → package}/components/containers/tabs/esm2022/tabs.module.mjs +0 -0
- {app-ng-runtime → package}/components/containers/tabs/esm2022/tabs.props.mjs +0 -0
- {app-ng-runtime → package}/components/containers/tabs/fesm2022/index.mjs +0 -0
- {app-ng-runtime → package}/components/containers/tabs/fesm2022/index.mjs.map +0 -0
- {app-ng-runtime → package}/components/containers/tabs/index.d.ts +0 -0
- {app-ng-runtime → package}/components/containers/tabs/public_api.d.ts +0 -0
- {app-ng-runtime → package}/components/containers/tabs/tab-pane/tab-pane.component.d.ts +0 -0
- {app-ng-runtime → package}/components/containers/tabs/tab-pane/tab-pane.props.d.ts +0 -0
- {app-ng-runtime → package}/components/containers/tabs/tabs.animator.d.ts +0 -0
- {app-ng-runtime → package}/components/containers/tabs/tabs.component.d.ts +0 -0
- {app-ng-runtime → package}/components/containers/tabs/tabs.module.d.ts +0 -0
- {app-ng-runtime → package}/components/containers/tabs/tabs.props.d.ts +0 -0
- {app-ng-runtime → package}/components/containers/tile/bundles/index.umd.js +0 -0
- {app-ng-runtime → package}/components/containers/tile/esm2022/index.mjs +0 -0
- {app-ng-runtime → package}/components/containers/tile/esm2022/public_api.mjs +0 -0
- {app-ng-runtime → package}/components/containers/tile/esm2022/tile.directive.mjs +0 -0
- {app-ng-runtime → package}/components/containers/tile/esm2022/tile.module.mjs +0 -0
- {app-ng-runtime → package}/components/containers/tile/esm2022/tile.props.mjs +0 -0
- {app-ng-runtime → package}/components/containers/tile/fesm2022/index.mjs +0 -0
- {app-ng-runtime → package}/components/containers/tile/fesm2022/index.mjs.map +0 -0
- {app-ng-runtime → package}/components/containers/tile/index.d.ts +0 -0
- {app-ng-runtime → package}/components/containers/tile/public_api.d.ts +0 -0
- {app-ng-runtime → package}/components/containers/tile/tile.directive.d.ts +0 -0
- {app-ng-runtime → package}/components/containers/tile/tile.module.d.ts +0 -0
- {app-ng-runtime → package}/components/containers/tile/tile.props.d.ts +0 -0
- {app-ng-runtime → package}/components/containers/wizard/bundles/index.umd.js +0 -0
- {app-ng-runtime → package}/components/containers/wizard/esm2022/index.mjs +0 -0
- {app-ng-runtime → package}/components/containers/wizard/esm2022/public_api.mjs +0 -0
- {app-ng-runtime → package}/components/containers/wizard/esm2022/wizard-step/wizard-step.directive.mjs +0 -0
- {app-ng-runtime → package}/components/containers/wizard/esm2022/wizard-step/wizard-step.props.mjs +0 -0
- {app-ng-runtime → package}/components/containers/wizard/esm2022/wizard.component.mjs +0 -0
- {app-ng-runtime → package}/components/containers/wizard/esm2022/wizard.module.mjs +0 -0
- {app-ng-runtime → package}/components/containers/wizard/esm2022/wizard.props.mjs +0 -0
- {app-ng-runtime → package}/components/containers/wizard/fesm2022/index.mjs +0 -0
- {app-ng-runtime → package}/components/containers/wizard/fesm2022/index.mjs.map +0 -0
- {app-ng-runtime → package}/components/containers/wizard/index.d.ts +0 -0
- {app-ng-runtime → package}/components/containers/wizard/public_api.d.ts +0 -0
- {app-ng-runtime → package}/components/containers/wizard/wizard-step/wizard-step.directive.d.ts +0 -0
- {app-ng-runtime → package}/components/containers/wizard/wizard-step/wizard-step.props.d.ts +0 -0
- {app-ng-runtime → package}/components/containers/wizard/wizard.component.d.ts +0 -0
- {app-ng-runtime → package}/components/containers/wizard/wizard.module.d.ts +0 -0
- {app-ng-runtime → package}/components/containers/wizard/wizard.props.d.ts +0 -0
- {app-ng-runtime → package}/components/data/card/bundles/index.umd.js +0 -0
- {app-ng-runtime → package}/components/data/card/card-actions/card-actions.directive.d.ts +0 -0
- {app-ng-runtime → package}/components/data/card/card-actions/card-actions.props.d.ts +0 -0
- {app-ng-runtime → package}/components/data/card/card-content/card-content.component.d.ts +0 -0
- {app-ng-runtime → package}/components/data/card/card-content/card-content.props.d.ts +0 -0
- {app-ng-runtime → package}/components/data/card/card-footer/card-footer.directive.d.ts +0 -0
- {app-ng-runtime → package}/components/data/card/card-footer/card-footer.props.d.ts +0 -0
- {app-ng-runtime → package}/components/data/card/card.component.d.ts +0 -0
- {app-ng-runtime → package}/components/data/card/card.module.d.ts +0 -0
- {app-ng-runtime → package}/components/data/card/card.props.d.ts +0 -0
- {app-ng-runtime → package}/components/data/card/esm2022/card-actions/card-actions.directive.mjs +0 -0
- {app-ng-runtime → package}/components/data/card/esm2022/card-actions/card-actions.props.mjs +0 -0
- {app-ng-runtime → package}/components/data/card/esm2022/card-content/card-content.component.mjs +0 -0
- {app-ng-runtime → package}/components/data/card/esm2022/card-content/card-content.props.mjs +0 -0
- {app-ng-runtime → package}/components/data/card/esm2022/card-footer/card-footer.directive.mjs +0 -0
- {app-ng-runtime → package}/components/data/card/esm2022/card-footer/card-footer.props.mjs +0 -0
- {app-ng-runtime → package}/components/data/card/esm2022/card.component.mjs +0 -0
- {app-ng-runtime → package}/components/data/card/esm2022/card.module.mjs +0 -0
- {app-ng-runtime → package}/components/data/card/esm2022/card.props.mjs +0 -0
- {app-ng-runtime → package}/components/data/card/esm2022/index.mjs +0 -0
- {app-ng-runtime → package}/components/data/card/esm2022/public_api.mjs +0 -0
- {app-ng-runtime → package}/components/data/card/fesm2022/index.mjs +0 -0
- {app-ng-runtime → package}/components/data/card/fesm2022/index.mjs.map +0 -0
- {app-ng-runtime → package}/components/data/card/index.d.ts +0 -0
- {app-ng-runtime → package}/components/data/card/public_api.d.ts +0 -0
- {app-ng-runtime → package}/components/data/form/bundles/index.umd.js +0 -0
- {app-ng-runtime → package}/components/data/form/esm2022/form-action/form-action.directive.mjs +0 -0
- {app-ng-runtime → package}/components/data/form/esm2022/form-action/form-action.props.mjs +0 -0
- {app-ng-runtime → package}/components/data/form/esm2022/form-field/form-field.directive.mjs +0 -0
- {app-ng-runtime → package}/components/data/form/esm2022/form-field/form-field.props.mjs +0 -0
- {app-ng-runtime → package}/components/data/form/esm2022/form-widget.directive.mjs +0 -0
- {app-ng-runtime → package}/components/data/form/esm2022/form.component.mjs +0 -0
- {app-ng-runtime → package}/components/data/form/esm2022/form.module.mjs +0 -0
- {app-ng-runtime → package}/components/data/form/esm2022/form.props.mjs +0 -0
- {app-ng-runtime → package}/components/data/form/esm2022/index.mjs +0 -0
- {app-ng-runtime → package}/components/data/form/esm2022/live-actions/dependson.directive.mjs +0 -0
- {app-ng-runtime → package}/components/data/form/esm2022/live-actions/live-actions.directive.mjs +0 -0
- {app-ng-runtime → package}/components/data/form/esm2022/live-filter/live-filter.directive.mjs +0 -0
- {app-ng-runtime → package}/components/data/form/esm2022/live-form/live-form.directive.mjs +0 -0
- {app-ng-runtime → package}/components/data/form/esm2022/public_api.mjs +0 -0
- {app-ng-runtime → package}/components/data/form/fesm2022/index.mjs +0 -0
- {app-ng-runtime → package}/components/data/form/fesm2022/index.mjs.map +0 -0
- {app-ng-runtime → package}/components/data/form/form-action/form-action.directive.d.ts +0 -0
- {app-ng-runtime → package}/components/data/form/form-action/form-action.props.d.ts +0 -0
- {app-ng-runtime → package}/components/data/form/form-field/form-field.directive.d.ts +0 -0
- {app-ng-runtime → package}/components/data/form/form-field/form-field.props.d.ts +0 -0
- {app-ng-runtime → package}/components/data/form/form-widget.directive.d.ts +0 -0
- {app-ng-runtime → package}/components/data/form/form.component.d.ts +0 -0
- {app-ng-runtime → package}/components/data/form/form.module.d.ts +0 -0
- {app-ng-runtime → package}/components/data/form/form.props.d.ts +0 -0
- {app-ng-runtime → package}/components/data/form/index.d.ts +0 -0
- {app-ng-runtime → package}/components/data/form/live-actions/dependson.directive.d.ts +0 -0
- {app-ng-runtime → package}/components/data/form/live-actions/live-actions.directive.d.ts +0 -0
- {app-ng-runtime → package}/components/data/form/live-filter/live-filter.directive.d.ts +0 -0
- {app-ng-runtime → package}/components/data/form/live-form/live-form.directive.d.ts +0 -0
- {app-ng-runtime → package}/components/data/form/public_api.d.ts +0 -0
- {app-ng-runtime → package}/components/data/list/bundles/index.umd.js +0 -0
- {app-ng-runtime → package}/components/data/list/esm2022/index.mjs +0 -0
- {app-ng-runtime → package}/components/data/list/esm2022/list-item.directive.mjs +0 -0
- {app-ng-runtime → package}/components/data/list/esm2022/list.animator.mjs +0 -0
- {app-ng-runtime → package}/components/data/list/esm2022/list.component.mjs +0 -0
- {app-ng-runtime → package}/components/data/list/esm2022/list.module.mjs +0 -0
- {app-ng-runtime → package}/components/data/list/esm2022/list.props.mjs +0 -0
- {app-ng-runtime → package}/components/data/list/esm2022/public_api.mjs +0 -0
- {app-ng-runtime → package}/components/data/list/fesm2022/index.mjs +0 -0
- {app-ng-runtime → package}/components/data/list/fesm2022/index.mjs.map +0 -0
- {app-ng-runtime → package}/components/data/list/index.d.ts +0 -0
- {app-ng-runtime → package}/components/data/list/list-item.directive.d.ts +0 -0
- {app-ng-runtime → package}/components/data/list/list.animator.d.ts +0 -0
- {app-ng-runtime → package}/components/data/list/list.component.d.ts +0 -0
- {app-ng-runtime → package}/components/data/list/list.module.d.ts +0 -0
- {app-ng-runtime → package}/components/data/list/list.props.d.ts +0 -0
- {app-ng-runtime → package}/components/data/list/public_api.d.ts +0 -0
- {app-ng-runtime → package}/components/data/live-table/bundles/index.umd.js +0 -0
- {app-ng-runtime → package}/components/data/live-table/esm2022/index.mjs +0 -0
- {app-ng-runtime → package}/components/data/live-table/esm2022/live-table.component.mjs +0 -0
- {app-ng-runtime → package}/components/data/live-table/esm2022/live-table.module.mjs +0 -0
- {app-ng-runtime → package}/components/data/live-table/esm2022/live-table.props.mjs +0 -0
- {app-ng-runtime → package}/components/data/live-table/esm2022/public_api.mjs +0 -0
- {app-ng-runtime → package}/components/data/live-table/fesm2022/index.mjs +0 -0
- {app-ng-runtime → package}/components/data/live-table/fesm2022/index.mjs.map +0 -0
- {app-ng-runtime → package}/components/data/live-table/index.d.ts +0 -0
- {app-ng-runtime → package}/components/data/live-table/live-table.component.d.ts +0 -0
- {app-ng-runtime → package}/components/data/live-table/live-table.module.d.ts +0 -0
- {app-ng-runtime → package}/components/data/live-table/live-table.props.d.ts +0 -0
- {app-ng-runtime → package}/components/data/live-table/public_api.d.ts +0 -0
- {app-ng-runtime → package}/components/data/pagination/esm2022/index.mjs +0 -0
- {app-ng-runtime → package}/components/data/pagination/esm2022/pagination.module.mjs +0 -0
- {app-ng-runtime → package}/components/data/pagination/esm2022/pagination.props.mjs +0 -0
- {app-ng-runtime → package}/components/data/pagination/esm2022/public_api.mjs +0 -0
- {app-ng-runtime → package}/components/data/pagination/index.d.ts +0 -0
- {app-ng-runtime → package}/components/data/pagination/pagination.component.d.ts +0 -0
- {app-ng-runtime → package}/components/data/pagination/pagination.module.d.ts +0 -0
- {app-ng-runtime → package}/components/data/pagination/pagination.props.d.ts +0 -0
- {app-ng-runtime → package}/components/data/pagination/public_api.d.ts +0 -0
- {app-ng-runtime → package}/components/data/table/esm2022/index.mjs +0 -0
- {app-ng-runtime → package}/components/data/table/esm2022/public_api.mjs +0 -0
- {app-ng-runtime → package}/components/data/table/esm2022/table-action/table-action.directive.mjs +0 -0
- {app-ng-runtime → package}/components/data/table/esm2022/table-action/table-action.props.mjs +0 -0
- {app-ng-runtime → package}/components/data/table/esm2022/table-column/table-column.directive.mjs +0 -0
- {app-ng-runtime → package}/components/data/table/esm2022/table-column/table-column.props.mjs +0 -0
- {app-ng-runtime → package}/components/data/table/esm2022/table-column-group/table-column-group.directive.mjs +0 -0
- {app-ng-runtime → package}/components/data/table/esm2022/table-column-group/table-column-group.props.mjs +0 -0
- {app-ng-runtime → package}/components/data/table/esm2022/table-cud.directive.mjs +0 -0
- {app-ng-runtime → package}/components/data/table/esm2022/table-filter.directive.mjs +0 -0
- {app-ng-runtime → package}/components/data/table/esm2022/table-row/table-row.directive.mjs +0 -0
- {app-ng-runtime → package}/components/data/table/esm2022/table-row/table-row.props.mjs +0 -0
- {app-ng-runtime → package}/components/data/table/esm2022/table-row-action/table-row-action.directive.mjs +0 -0
- {app-ng-runtime → package}/components/data/table/esm2022/table-row-action/table-row-action.props.mjs +0 -0
- {app-ng-runtime → package}/components/data/table/esm2022/table.module.mjs +0 -0
- {app-ng-runtime → package}/components/data/table/esm2022/table.props.mjs +0 -0
- {app-ng-runtime → package}/components/data/table/index.d.ts +0 -0
- {app-ng-runtime → package}/components/data/table/public_api.d.ts +0 -0
- {app-ng-runtime → package}/components/data/table/table-action/table-action.directive.d.ts +0 -0
- {app-ng-runtime → package}/components/data/table/table-action/table-action.props.d.ts +0 -0
- {app-ng-runtime → package}/components/data/table/table-column/table-column.directive.d.ts +0 -0
- {app-ng-runtime → package}/components/data/table/table-column/table-column.props.d.ts +0 -0
- {app-ng-runtime → package}/components/data/table/table-column-group/table-column-group.directive.d.ts +0 -0
- {app-ng-runtime → package}/components/data/table/table-column-group/table-column-group.props.d.ts +0 -0
- {app-ng-runtime → package}/components/data/table/table-cud.directive.d.ts +0 -0
- {app-ng-runtime → package}/components/data/table/table-filter.directive.d.ts +0 -0
- {app-ng-runtime → package}/components/data/table/table-row/table-row.directive.d.ts +0 -0
- {app-ng-runtime → package}/components/data/table/table-row/table-row.props.d.ts +0 -0
- {app-ng-runtime → package}/components/data/table/table-row-action/table-row-action.directive.d.ts +0 -0
- {app-ng-runtime → package}/components/data/table/table-row-action/table-row-action.props.d.ts +0 -0
- {app-ng-runtime → package}/components/data/table/table.component.d.ts +0 -0
- {app-ng-runtime → package}/components/data/table/table.module.d.ts +0 -0
- {app-ng-runtime → package}/components/data/table/table.props.d.ts +0 -0
- {app-ng-runtime → package}/components/dialogs/alert-dialog/alert-dialog.component.d.ts +0 -0
- {app-ng-runtime → package}/components/dialogs/alert-dialog/alert-dialog.module.d.ts +0 -0
- {app-ng-runtime → package}/components/dialogs/alert-dialog/alert-dialog.props.d.ts +0 -0
- {app-ng-runtime → package}/components/dialogs/alert-dialog/bundles/index.umd.js +0 -0
- {app-ng-runtime → package}/components/dialogs/alert-dialog/esm2022/alert-dialog.component.mjs +0 -0
- {app-ng-runtime → package}/components/dialogs/alert-dialog/esm2022/alert-dialog.module.mjs +0 -0
- {app-ng-runtime → package}/components/dialogs/alert-dialog/esm2022/alert-dialog.props.mjs +0 -0
- {app-ng-runtime → package}/components/dialogs/alert-dialog/esm2022/index.mjs +0 -0
- {app-ng-runtime → package}/components/dialogs/alert-dialog/esm2022/public_api.mjs +0 -0
- {app-ng-runtime → package}/components/dialogs/alert-dialog/fesm2022/index.mjs +0 -0
- {app-ng-runtime → package}/components/dialogs/alert-dialog/fesm2022/index.mjs.map +0 -0
- {app-ng-runtime → package}/components/dialogs/alert-dialog/index.d.ts +0 -0
- {app-ng-runtime → package}/components/dialogs/alert-dialog/public_api.d.ts +0 -0
- {app-ng-runtime → package}/components/dialogs/confirm-dialog/bundles/index.umd.js +0 -0
- {app-ng-runtime → package}/components/dialogs/confirm-dialog/confirm-dialog.component.d.ts +0 -0
- {app-ng-runtime → package}/components/dialogs/confirm-dialog/confirm-dialog.module.d.ts +0 -0
- {app-ng-runtime → package}/components/dialogs/confirm-dialog/confirm-dialog.props.d.ts +0 -0
- {app-ng-runtime → package}/components/dialogs/confirm-dialog/esm2022/confirm-dialog.component.mjs +0 -0
- {app-ng-runtime → package}/components/dialogs/confirm-dialog/esm2022/confirm-dialog.module.mjs +0 -0
- {app-ng-runtime → package}/components/dialogs/confirm-dialog/esm2022/confirm-dialog.props.mjs +0 -0
- {app-ng-runtime → package}/components/dialogs/confirm-dialog/esm2022/index.mjs +0 -0
- {app-ng-runtime → package}/components/dialogs/confirm-dialog/esm2022/public_api.mjs +0 -0
- {app-ng-runtime → package}/components/dialogs/confirm-dialog/fesm2022/index.mjs +0 -0
- {app-ng-runtime → package}/components/dialogs/confirm-dialog/fesm2022/index.mjs.map +0 -0
- {app-ng-runtime → package}/components/dialogs/confirm-dialog/index.d.ts +0 -0
- {app-ng-runtime → package}/components/dialogs/confirm-dialog/public_api.d.ts +0 -0
- {app-ng-runtime → package}/components/dialogs/default/base-dialog.d.ts +0 -0
- {app-ng-runtime → package}/components/dialogs/default/bundles/index.umd.js +0 -0
- {app-ng-runtime → package}/components/dialogs/default/dialog-body/dialog-body.directive.d.ts +0 -0
- {app-ng-runtime → package}/components/dialogs/default/dialog-footer/dialog-footer.directive.d.ts +0 -0
- {app-ng-runtime → package}/components/dialogs/default/dialog-footer/dialog-footer.props.d.ts +0 -0
- {app-ng-runtime → package}/components/dialogs/default/dialog-header/dialog-header.component.d.ts +0 -0
- {app-ng-runtime → package}/components/dialogs/default/dialog.module.d.ts +0 -0
- {app-ng-runtime → package}/components/dialogs/default/esm2022/base-dialog.mjs +0 -0
- {app-ng-runtime → package}/components/dialogs/default/esm2022/dialog-body/dialog-body.directive.mjs +0 -0
- {app-ng-runtime → package}/components/dialogs/default/esm2022/dialog-footer/dialog-footer.directive.mjs +0 -0
- {app-ng-runtime → package}/components/dialogs/default/esm2022/dialog-footer/dialog-footer.props.mjs +0 -0
- {app-ng-runtime → package}/components/dialogs/default/esm2022/dialog-header/dialog-header.component.mjs +0 -0
- {app-ng-runtime → package}/components/dialogs/default/esm2022/dialog.module.mjs +0 -0
- {app-ng-runtime → package}/components/dialogs/default/esm2022/index.mjs +0 -0
- {app-ng-runtime → package}/components/dialogs/default/esm2022/public_api.mjs +0 -0
- {app-ng-runtime → package}/components/dialogs/default/fesm2022/index.mjs +0 -0
- {app-ng-runtime → package}/components/dialogs/default/fesm2022/index.mjs.map +0 -0
- {app-ng-runtime → package}/components/dialogs/default/index.d.ts +0 -0
- {app-ng-runtime → package}/components/dialogs/default/public_api.d.ts +0 -0
- {app-ng-runtime → package}/components/dialogs/design-dialog/bundles/index.umd.js +0 -0
- {app-ng-runtime → package}/components/dialogs/design-dialog/design-dialog.module.d.ts +0 -0
- {app-ng-runtime → package}/components/dialogs/design-dialog/dialog.component.d.ts +0 -0
- {app-ng-runtime → package}/components/dialogs/design-dialog/dialog.props.d.ts +0 -0
- {app-ng-runtime → package}/components/dialogs/design-dialog/esm2022/design-dialog.module.mjs +0 -0
- {app-ng-runtime → package}/components/dialogs/design-dialog/esm2022/dialog.component.mjs +0 -0
- {app-ng-runtime → package}/components/dialogs/design-dialog/esm2022/dialog.props.mjs +0 -0
- {app-ng-runtime → package}/components/dialogs/design-dialog/esm2022/index.mjs +0 -0
- {app-ng-runtime → package}/components/dialogs/design-dialog/esm2022/public_api.mjs +0 -0
- {app-ng-runtime → package}/components/dialogs/design-dialog/fesm2022/index.mjs +0 -0
- {app-ng-runtime → package}/components/dialogs/design-dialog/fesm2022/index.mjs.map +0 -0
- {app-ng-runtime → package}/components/dialogs/design-dialog/index.d.ts +0 -0
- {app-ng-runtime → package}/components/dialogs/design-dialog/public_api.d.ts +0 -0
- {app-ng-runtime → package}/components/dialogs/iframe-dialog/bundles/index.umd.js +0 -0
- {app-ng-runtime → package}/components/dialogs/iframe-dialog/esm2022/iframe-dialog.component.mjs +0 -0
- {app-ng-runtime → package}/components/dialogs/iframe-dialog/esm2022/iframe-dialog.module.mjs +0 -0
- {app-ng-runtime → package}/components/dialogs/iframe-dialog/esm2022/iframe-dialog.props.mjs +0 -0
- {app-ng-runtime → package}/components/dialogs/iframe-dialog/esm2022/index.mjs +0 -0
- {app-ng-runtime → package}/components/dialogs/iframe-dialog/esm2022/public_api.mjs +0 -0
- {app-ng-runtime → package}/components/dialogs/iframe-dialog/fesm2022/index.mjs +0 -0
- {app-ng-runtime → package}/components/dialogs/iframe-dialog/fesm2022/index.mjs.map +0 -0
- {app-ng-runtime → package}/components/dialogs/iframe-dialog/iframe-dialog.component.d.ts +0 -0
- {app-ng-runtime → package}/components/dialogs/iframe-dialog/iframe-dialog.module.d.ts +0 -0
- {app-ng-runtime → package}/components/dialogs/iframe-dialog/iframe-dialog.props.d.ts +0 -0
- {app-ng-runtime → package}/components/dialogs/iframe-dialog/index.d.ts +0 -0
- {app-ng-runtime → package}/components/dialogs/iframe-dialog/public_api.d.ts +0 -0
- {app-ng-runtime → package}/components/dialogs/login-dialog/bundles/index.umd.js +0 -0
- {app-ng-runtime → package}/components/dialogs/login-dialog/esm2022/index.mjs +0 -0
- {app-ng-runtime → package}/components/dialogs/login-dialog/esm2022/login-dialog.directive.mjs +0 -0
- {app-ng-runtime → package}/components/dialogs/login-dialog/esm2022/login-dialog.module.mjs +0 -0
- {app-ng-runtime → package}/components/dialogs/login-dialog/esm2022/public_api.mjs +0 -0
- {app-ng-runtime → package}/components/dialogs/login-dialog/fesm2022/index.mjs +0 -0
- {app-ng-runtime → package}/components/dialogs/login-dialog/fesm2022/index.mjs.map +0 -0
- {app-ng-runtime → package}/components/dialogs/login-dialog/index.d.ts +0 -0
- {app-ng-runtime → package}/components/dialogs/login-dialog/login-dialog.directive.d.ts +0 -0
- {app-ng-runtime → package}/components/dialogs/login-dialog/login-dialog.module.d.ts +0 -0
- {app-ng-runtime → package}/components/dialogs/login-dialog/public_api.d.ts +0 -0
- {app-ng-runtime → package}/components/dialogs/partial-dialog/bundles/index.umd.js +0 -0
- {app-ng-runtime → package}/components/dialogs/partial-dialog/esm2022/index.mjs +0 -0
- {app-ng-runtime → package}/components/dialogs/partial-dialog/esm2022/partial-dialog.component.mjs +0 -0
- {app-ng-runtime → package}/components/dialogs/partial-dialog/esm2022/partial-dialog.module.mjs +0 -0
- {app-ng-runtime → package}/components/dialogs/partial-dialog/esm2022/partial-dialog.props.mjs +0 -0
- {app-ng-runtime → package}/components/dialogs/partial-dialog/esm2022/public_api.mjs +0 -0
- {app-ng-runtime → package}/components/dialogs/partial-dialog/fesm2022/index.mjs +0 -0
- {app-ng-runtime → package}/components/dialogs/partial-dialog/fesm2022/index.mjs.map +0 -0
- {app-ng-runtime → package}/components/dialogs/partial-dialog/index.d.ts +0 -0
- {app-ng-runtime → package}/components/dialogs/partial-dialog/partial-dialog.component.d.ts +0 -0
- {app-ng-runtime → package}/components/dialogs/partial-dialog/partial-dialog.module.d.ts +0 -0
- {app-ng-runtime → package}/components/dialogs/partial-dialog/partial-dialog.props.d.ts +0 -0
- {app-ng-runtime → package}/components/dialogs/partial-dialog/public_api.d.ts +0 -0
- {app-ng-runtime → package}/components/input/calendar/bundles/index.umd.js +0 -0
- {app-ng-runtime → package}/components/input/calendar/calendar.component.d.ts +0 -0
- {app-ng-runtime → package}/components/input/calendar/calendar.module.d.ts +0 -0
- {app-ng-runtime → package}/components/input/calendar/calendar.props.d.ts +0 -0
- {app-ng-runtime → package}/components/input/calendar/esm2022/calendar.component.mjs +0 -0
- {app-ng-runtime → package}/components/input/calendar/esm2022/calendar.module.mjs +0 -0
- {app-ng-runtime → package}/components/input/calendar/esm2022/calendar.props.mjs +0 -0
- {app-ng-runtime → package}/components/input/calendar/esm2022/index.mjs +0 -0
- {app-ng-runtime → package}/components/input/calendar/esm2022/public_api.mjs +0 -0
- {app-ng-runtime → package}/components/input/calendar/fesm2022/index.mjs +0 -0
- {app-ng-runtime → package}/components/input/calendar/fesm2022/index.mjs.map +0 -0
- {app-ng-runtime → package}/components/input/calendar/index.d.ts +0 -0
- {app-ng-runtime → package}/components/input/calendar/public_api.d.ts +0 -0
- {app-ng-runtime → package}/components/input/chips/bundles/index.umd.js +0 -0
- {app-ng-runtime → package}/components/input/chips/chips.component.d.ts +0 -0
- {app-ng-runtime → package}/components/input/chips/chips.module.d.ts +0 -0
- {app-ng-runtime → package}/components/input/chips/chips.props.d.ts +0 -0
- {app-ng-runtime → package}/components/input/chips/esm2022/chips.component.mjs +0 -0
- {app-ng-runtime → package}/components/input/chips/esm2022/chips.module.mjs +0 -0
- {app-ng-runtime → package}/components/input/chips/esm2022/chips.props.mjs +0 -0
- {app-ng-runtime → package}/components/input/chips/esm2022/index.mjs +0 -0
- {app-ng-runtime → package}/components/input/chips/esm2022/public_api.mjs +0 -0
- {app-ng-runtime → package}/components/input/chips/fesm2022/index.mjs +0 -0
- {app-ng-runtime → package}/components/input/chips/fesm2022/index.mjs.map +0 -0
- {app-ng-runtime → package}/components/input/chips/index.d.ts +0 -0
- {app-ng-runtime → package}/components/input/chips/public_api.d.ts +0 -0
- {app-ng-runtime → package}/components/input/color-picker/color-picker.component.d.ts +0 -0
- {app-ng-runtime → package}/components/input/color-picker/color-picker.module.d.ts +0 -0
- {app-ng-runtime → package}/components/input/color-picker/color-picker.props.d.ts +0 -0
- {app-ng-runtime → package}/components/input/color-picker/esm2022/color-picker.module.mjs +0 -0
- {app-ng-runtime → package}/components/input/color-picker/esm2022/color-picker.props.mjs +0 -0
- {app-ng-runtime → package}/components/input/color-picker/esm2022/index.mjs +0 -0
- {app-ng-runtime → package}/components/input/color-picker/esm2022/public_api.mjs +0 -0
- {app-ng-runtime → package}/components/input/color-picker/index.d.ts +0 -0
- {app-ng-runtime → package}/components/input/color-picker/public_api.d.ts +0 -0
- {app-ng-runtime → package}/components/input/currency/bundles/index.umd.js +0 -0
- {app-ng-runtime → package}/components/input/currency/currency.component.d.ts +0 -0
- {app-ng-runtime → package}/components/input/currency/currency.module.d.ts +0 -0
- {app-ng-runtime → package}/components/input/currency/currency.props.d.ts +0 -0
- {app-ng-runtime → package}/components/input/currency/esm2022/currency.component.mjs +0 -0
- {app-ng-runtime → package}/components/input/currency/esm2022/currency.module.mjs +0 -0
- {app-ng-runtime → package}/components/input/currency/esm2022/currency.props.mjs +0 -0
- {app-ng-runtime → package}/components/input/currency/esm2022/index.mjs +0 -0
- {app-ng-runtime → package}/components/input/currency/esm2022/public_api.mjs +0 -0
- {app-ng-runtime → package}/components/input/currency/fesm2022/index.mjs +0 -0
- {app-ng-runtime → package}/components/input/currency/fesm2022/index.mjs.map +0 -0
- {app-ng-runtime → package}/components/input/currency/index.d.ts +0 -0
- {app-ng-runtime → package}/components/input/currency/public_api.d.ts +0 -0
- {app-ng-runtime → package}/components/input/default/base-form-custom.component.d.ts +0 -0
- {app-ng-runtime → package}/components/input/default/base-form.component.d.ts +0 -0
- {app-ng-runtime → package}/components/input/default/button/button.component.d.ts +0 -0
- {app-ng-runtime → package}/components/input/default/button/button.props.d.ts +0 -0
- {app-ng-runtime → package}/components/input/default/button-group/button-group.directive.d.ts +0 -0
- {app-ng-runtime → package}/components/input/default/button-group/button-group.props.d.ts +0 -0
- {app-ng-runtime → package}/components/input/default/caption-position.directive.d.ts +0 -0
- {app-ng-runtime → package}/components/input/default/checkbox/checkbox.component.d.ts +0 -0
- {app-ng-runtime → package}/components/input/default/checkbox/checkbox.props.d.ts +0 -0
- {app-ng-runtime → package}/components/input/default/checkboxset/checkboxset.component.d.ts +0 -0
- {app-ng-runtime → package}/components/input/default/checkboxset/checkboxset.props.d.ts +0 -0
- {app-ng-runtime → package}/components/input/default/composite/composite.directive.d.ts +0 -0
- {app-ng-runtime → package}/components/input/default/composite/composite.props.d.ts +0 -0
- {app-ng-runtime → package}/components/input/default/dataset-aware-form.component.d.ts +0 -0
- {app-ng-runtime → package}/components/input/default/esm2022/base-form-custom.component.mjs +0 -0
- {app-ng-runtime → package}/components/input/default/esm2022/base-form.component.mjs +0 -0
- {app-ng-runtime → package}/components/input/default/esm2022/button/button.component.mjs +0 -0
- {app-ng-runtime → package}/components/input/default/esm2022/button/button.props.mjs +0 -0
- {app-ng-runtime → package}/components/input/default/esm2022/button-group/button-group.directive.mjs +0 -0
- {app-ng-runtime → package}/components/input/default/esm2022/button-group/button-group.props.mjs +0 -0
- {app-ng-runtime → package}/components/input/default/esm2022/caption-position.directive.mjs +0 -0
- {app-ng-runtime → package}/components/input/default/esm2022/checkbox/checkbox.props.mjs +0 -0
- {app-ng-runtime → package}/components/input/default/esm2022/checkboxset/checkboxset.component.mjs +0 -0
- {app-ng-runtime → package}/components/input/default/esm2022/checkboxset/checkboxset.props.mjs +0 -0
- {app-ng-runtime → package}/components/input/default/esm2022/composite/composite.directive.mjs +0 -0
- {app-ng-runtime → package}/components/input/default/esm2022/composite/composite.props.mjs +0 -0
- {app-ng-runtime → package}/components/input/default/esm2022/dataset-aware-form.component.mjs +0 -0
- {app-ng-runtime → package}/components/input/default/esm2022/index.mjs +0 -0
- {app-ng-runtime → package}/components/input/default/esm2022/input.module.mjs +0 -0
- {app-ng-runtime → package}/components/input/default/esm2022/number/number.component.mjs +0 -0
- {app-ng-runtime → package}/components/input/default/esm2022/number/number.props.mjs +0 -0
- {app-ng-runtime → package}/components/input/default/esm2022/public_api.mjs +0 -0
- {app-ng-runtime → package}/components/input/default/esm2022/radioset/radioset.component.mjs +0 -0
- {app-ng-runtime → package}/components/input/default/esm2022/radioset/radioset.props.mjs +0 -0
- {app-ng-runtime → package}/components/input/default/esm2022/select/select.props.mjs +0 -0
- {app-ng-runtime → package}/components/input/default/esm2022/switch/switch.component.mjs +0 -0
- {app-ng-runtime → package}/components/input/default/esm2022/switch/switch.props.mjs +0 -0
- {app-ng-runtime → package}/components/input/default/esm2022/text/calendar/input-calendar.props.mjs +0 -0
- {app-ng-runtime → package}/components/input/default/esm2022/text/color/input-color.props.mjs +0 -0
- {app-ng-runtime → package}/components/input/default/esm2022/text/email/input-email.component.mjs +0 -0
- {app-ng-runtime → package}/components/input/default/esm2022/text/email/input-email.props.mjs +0 -0
- {app-ng-runtime → package}/components/input/default/esm2022/text/locale/number-locale.mjs +0 -0
- {app-ng-runtime → package}/components/input/default/esm2022/text/number/input-number.component.mjs +0 -0
- {app-ng-runtime → package}/components/input/default/esm2022/text/number/input-number.props.mjs +0 -0
- {app-ng-runtime → package}/components/input/default/esm2022/text/text/input-text.component.mjs +0 -0
- {app-ng-runtime → package}/components/input/default/esm2022/text/text/input-text.props.mjs +0 -0
- {app-ng-runtime → package}/components/input/default/esm2022/textarea/textarea.component.mjs +0 -0
- {app-ng-runtime → package}/components/input/default/esm2022/textarea/textarea.props.mjs +0 -0
- {app-ng-runtime → package}/components/input/default/index.d.ts +0 -0
- {app-ng-runtime → package}/components/input/default/input.module.d.ts +0 -0
- {app-ng-runtime → package}/components/input/default/number/number.component.d.ts +0 -0
- {app-ng-runtime → package}/components/input/default/number/number.props.d.ts +0 -0
- {app-ng-runtime → package}/components/input/default/public_api.d.ts +0 -0
- {app-ng-runtime → package}/components/input/default/radioset/radioset.component.d.ts +0 -0
- {app-ng-runtime → package}/components/input/default/radioset/radioset.props.d.ts +0 -0
- {app-ng-runtime → package}/components/input/default/select/select.component.d.ts +0 -0
- {app-ng-runtime → package}/components/input/default/select/select.props.d.ts +0 -0
- {app-ng-runtime → package}/components/input/default/switch/switch.component.d.ts +0 -0
- {app-ng-runtime → package}/components/input/default/switch/switch.props.d.ts +0 -0
- {app-ng-runtime → package}/components/input/default/text/calendar/input-calendar.component.d.ts +0 -0
- {app-ng-runtime → package}/components/input/default/text/calendar/input-calendar.props.d.ts +0 -0
- {app-ng-runtime → package}/components/input/default/text/color/input-color.component.d.ts +0 -0
- {app-ng-runtime → package}/components/input/default/text/color/input-color.props.d.ts +0 -0
- {app-ng-runtime → package}/components/input/default/text/email/input-email.component.d.ts +0 -0
- {app-ng-runtime → package}/components/input/default/text/email/input-email.props.d.ts +0 -0
- {app-ng-runtime → package}/components/input/default/text/locale/number-locale.d.ts +0 -0
- {app-ng-runtime → package}/components/input/default/text/number/input-number.component.d.ts +0 -0
- {app-ng-runtime → package}/components/input/default/text/number/input-number.props.d.ts +0 -0
- {app-ng-runtime → package}/components/input/default/text/text/input-text.component.d.ts +0 -0
- {app-ng-runtime → package}/components/input/default/text/text/input-text.props.d.ts +0 -0
- {app-ng-runtime → package}/components/input/default/textarea/textarea.component.d.ts +0 -0
- {app-ng-runtime → package}/components/input/default/textarea/textarea.props.d.ts +0 -0
- {app-ng-runtime → package}/components/input/epoch/base-date-time.component.d.ts +0 -0
- {app-ng-runtime → package}/components/input/epoch/date/date.component.d.ts +0 -0
- {app-ng-runtime → package}/components/input/epoch/date/date.props.d.ts +0 -0
- {app-ng-runtime → package}/components/input/epoch/date/imaskUtil.d.ts +0 -0
- {app-ng-runtime → package}/components/input/epoch/date-time/date-time-picker.component.d.ts +0 -0
- {app-ng-runtime → package}/components/input/epoch/date-time/date-time.component.d.ts +0 -0
- {app-ng-runtime → package}/components/input/epoch/date-time/date-time.props.d.ts +0 -0
- {app-ng-runtime → package}/components/input/epoch/epoch.module.d.ts +0 -0
- {app-ng-runtime → package}/components/input/epoch/esm2022/base-date-time.component.mjs +0 -0
- {app-ng-runtime → package}/components/input/epoch/esm2022/date/date.props.mjs +0 -0
- {app-ng-runtime → package}/components/input/epoch/esm2022/date/imaskUtil.mjs +0 -0
- {app-ng-runtime → package}/components/input/epoch/esm2022/date-time/date-time-picker.component.mjs +0 -0
- {app-ng-runtime → package}/components/input/epoch/esm2022/date-time/date-time.props.mjs +0 -0
- {app-ng-runtime → package}/components/input/epoch/esm2022/epoch.module.mjs +0 -0
- {app-ng-runtime → package}/components/input/epoch/esm2022/index.mjs +0 -0
- {app-ng-runtime → package}/components/input/epoch/esm2022/picker/picker.component.mjs +0 -0
- {app-ng-runtime → package}/components/input/epoch/esm2022/public_api.mjs +0 -0
- {app-ng-runtime → package}/components/input/epoch/esm2022/time/time.props.mjs +0 -0
- {app-ng-runtime → package}/components/input/epoch/index.d.ts +0 -0
- {app-ng-runtime → package}/components/input/epoch/picker/picker.component.d.ts +0 -0
- {app-ng-runtime → package}/components/input/epoch/public_api.d.ts +0 -0
- {app-ng-runtime → package}/components/input/epoch/time/time.component.d.ts +0 -0
- {app-ng-runtime → package}/components/input/epoch/time/time.props.d.ts +0 -0
- {app-ng-runtime → package}/components/input/file-upload/bundles/index.umd.js +0 -0
- {app-ng-runtime → package}/components/input/file-upload/esm2022/file-upload.component.mjs +0 -0
- {app-ng-runtime → package}/components/input/file-upload/esm2022/file-upload.module.mjs +0 -0
- {app-ng-runtime → package}/components/input/file-upload/esm2022/file-upload.props.mjs +0 -0
- {app-ng-runtime → package}/components/input/file-upload/esm2022/index.mjs +0 -0
- {app-ng-runtime → package}/components/input/file-upload/esm2022/public_api.mjs +0 -0
- {app-ng-runtime → package}/components/input/file-upload/fesm2022/index.mjs +0 -0
- {app-ng-runtime → package}/components/input/file-upload/fesm2022/index.mjs.map +0 -0
- {app-ng-runtime → package}/components/input/file-upload/file-upload.component.d.ts +0 -0
- {app-ng-runtime → package}/components/input/file-upload/file-upload.module.d.ts +0 -0
- {app-ng-runtime → package}/components/input/file-upload/file-upload.props.d.ts +0 -0
- {app-ng-runtime → package}/components/input/file-upload/index.d.ts +0 -0
- {app-ng-runtime → package}/components/input/file-upload/public_api.d.ts +0 -0
- {app-ng-runtime → package}/components/input/rating/esm2022/index.mjs +0 -0
- {app-ng-runtime → package}/components/input/rating/esm2022/public_api.mjs +0 -0
- {app-ng-runtime → package}/components/input/rating/esm2022/rating.module.mjs +0 -0
- {app-ng-runtime → package}/components/input/rating/esm2022/rating.props.mjs +0 -0
- {app-ng-runtime → package}/components/input/rating/index.d.ts +0 -0
- {app-ng-runtime → package}/components/input/rating/public_api.d.ts +0 -0
- {app-ng-runtime → package}/components/input/rating/rating.component.d.ts +0 -0
- {app-ng-runtime → package}/components/input/rating/rating.module.d.ts +0 -0
- {app-ng-runtime → package}/components/input/rating/rating.props.d.ts +0 -0
- {app-ng-runtime → package}/components/input/slider/esm2022/index.mjs +0 -0
- {app-ng-runtime → package}/components/input/slider/esm2022/public_api.mjs +0 -0
- {app-ng-runtime → package}/components/input/slider/esm2022/slider.module.mjs +0 -0
- {app-ng-runtime → package}/components/input/slider/esm2022/slider.props.mjs +0 -0
- {app-ng-runtime → package}/components/input/slider/index.d.ts +0 -0
- {app-ng-runtime → package}/components/input/slider/public_api.d.ts +0 -0
- {app-ng-runtime → package}/components/input/slider/slider.component.d.ts +0 -0
- {app-ng-runtime → package}/components/input/slider/slider.module.d.ts +0 -0
- {app-ng-runtime → package}/components/input/slider/slider.props.d.ts +0 -0
- {app-ng-runtime → package}/components/navigation/breadcrumb/breadcrumb.component.d.ts +0 -0
- {app-ng-runtime → package}/components/navigation/breadcrumb/breadcrumb.module.d.ts +0 -0
- {app-ng-runtime → package}/components/navigation/breadcrumb/breadcrumb.props.d.ts +0 -0
- {app-ng-runtime → package}/components/navigation/breadcrumb/bundles/index.umd.js +0 -0
- {app-ng-runtime → package}/components/navigation/breadcrumb/esm2022/breadcrumb.component.mjs +0 -0
- {app-ng-runtime → package}/components/navigation/breadcrumb/esm2022/breadcrumb.module.mjs +0 -0
- {app-ng-runtime → package}/components/navigation/breadcrumb/esm2022/breadcrumb.props.mjs +0 -0
- {app-ng-runtime → package}/components/navigation/breadcrumb/esm2022/index.mjs +0 -0
- {app-ng-runtime → package}/components/navigation/breadcrumb/esm2022/public_api.mjs +0 -0
- {app-ng-runtime → package}/components/navigation/breadcrumb/fesm2022/index.mjs +0 -0
- {app-ng-runtime → package}/components/navigation/breadcrumb/fesm2022/index.mjs.map +0 -0
- {app-ng-runtime → package}/components/navigation/breadcrumb/index.d.ts +0 -0
- {app-ng-runtime → package}/components/navigation/breadcrumb/public_api.d.ts +0 -0
- {app-ng-runtime → package}/components/navigation/menu/bundles/index.umd.js +0 -0
- {app-ng-runtime → package}/components/navigation/menu/esm2022/index.mjs +0 -0
- {app-ng-runtime → package}/components/navigation/menu/esm2022/menu-adapator.component.mjs +0 -0
- {app-ng-runtime → package}/components/navigation/menu/esm2022/menu-dropdown/menu-dropdown.component.mjs +0 -0
- {app-ng-runtime → package}/components/navigation/menu/esm2022/menu-dropdown-item/menu-dropdown-item.component.mjs +0 -0
- {app-ng-runtime → package}/components/navigation/menu/esm2022/menu.component.mjs +0 -0
- {app-ng-runtime → package}/components/navigation/menu/esm2022/menu.module.mjs +0 -0
- {app-ng-runtime → package}/components/navigation/menu/esm2022/menu.props.mjs +0 -0
- {app-ng-runtime → package}/components/navigation/menu/esm2022/nav/nav-item/nav-item.directive.mjs +0 -0
- {app-ng-runtime → package}/components/navigation/menu/esm2022/nav/nav-item/nav-item.props.mjs +0 -0
- {app-ng-runtime → package}/components/navigation/menu/esm2022/nav/nav.component.mjs +0 -0
- {app-ng-runtime → package}/components/navigation/menu/esm2022/nav/nav.props.mjs +0 -0
- {app-ng-runtime → package}/components/navigation/menu/esm2022/nav/navigation-control.directive.mjs +0 -0
- {app-ng-runtime → package}/components/navigation/menu/esm2022/public_api.mjs +0 -0
- {app-ng-runtime → package}/components/navigation/menu/fesm2022/index.mjs +0 -0
- {app-ng-runtime → package}/components/navigation/menu/fesm2022/index.mjs.map +0 -0
- {app-ng-runtime → package}/components/navigation/menu/index.d.ts +0 -0
- {app-ng-runtime → package}/components/navigation/menu/menu-adapator.component.d.ts +0 -0
- {app-ng-runtime → package}/components/navigation/menu/menu-dropdown/menu-dropdown.component.d.ts +0 -0
- {app-ng-runtime → package}/components/navigation/menu/menu-dropdown-item/menu-dropdown-item.component.d.ts +0 -0
- {app-ng-runtime → package}/components/navigation/menu/menu.component.d.ts +0 -0
- {app-ng-runtime → package}/components/navigation/menu/menu.module.d.ts +0 -0
- {app-ng-runtime → package}/components/navigation/menu/menu.props.d.ts +0 -0
- {app-ng-runtime → package}/components/navigation/menu/nav/nav-item/nav-item.directive.d.ts +0 -0
- {app-ng-runtime → package}/components/navigation/menu/nav/nav-item/nav-item.props.d.ts +0 -0
- {app-ng-runtime → package}/components/navigation/menu/nav/nav.component.d.ts +0 -0
- {app-ng-runtime → package}/components/navigation/menu/nav/nav.props.d.ts +0 -0
- {app-ng-runtime → package}/components/navigation/menu/nav/navigation-control.directive.d.ts +0 -0
- {app-ng-runtime → package}/components/navigation/menu/public_api.d.ts +0 -0
- {app-ng-runtime → package}/components/navigation/navbar/bundles/index.umd.js +0 -0
- {app-ng-runtime → package}/components/navigation/navbar/esm2022/index.mjs +0 -0
- {app-ng-runtime → package}/components/navigation/navbar/esm2022/navbar.component.mjs +0 -0
- {app-ng-runtime → package}/components/navigation/navbar/esm2022/navbar.module.mjs +0 -0
- {app-ng-runtime → package}/components/navigation/navbar/esm2022/navbar.props.mjs +0 -0
- {app-ng-runtime → package}/components/navigation/navbar/esm2022/public_api.mjs +0 -0
- {app-ng-runtime → package}/components/navigation/navbar/fesm2022/index.mjs +0 -0
- {app-ng-runtime → package}/components/navigation/navbar/fesm2022/index.mjs.map +0 -0
- {app-ng-runtime → package}/components/navigation/navbar/index.d.ts +0 -0
- {app-ng-runtime → package}/components/navigation/navbar/navbar.component.d.ts +0 -0
- {app-ng-runtime → package}/components/navigation/navbar/navbar.module.d.ts +0 -0
- {app-ng-runtime → package}/components/navigation/navbar/navbar.props.d.ts +0 -0
- {app-ng-runtime → package}/components/navigation/navbar/public_api.d.ts +0 -0
- {app-ng-runtime → package}/components/navigation/popover/bundles/index.umd.js +0 -0
- {app-ng-runtime → package}/components/navigation/popover/esm2022/index.mjs +0 -0
- {app-ng-runtime → package}/components/navigation/popover/esm2022/popover.component.mjs +0 -0
- {app-ng-runtime → package}/components/navigation/popover/esm2022/popover.module.mjs +0 -0
- {app-ng-runtime → package}/components/navigation/popover/esm2022/popover.props.mjs +0 -0
- {app-ng-runtime → package}/components/navigation/popover/esm2022/public_api.mjs +0 -0
- {app-ng-runtime → package}/components/navigation/popover/fesm2022/index.mjs +0 -0
- {app-ng-runtime → package}/components/navigation/popover/fesm2022/index.mjs.map +0 -0
- {app-ng-runtime → package}/components/navigation/popover/index.d.ts +0 -0
- {app-ng-runtime → package}/components/navigation/popover/popover.component.d.ts +0 -0
- {app-ng-runtime → package}/components/navigation/popover/popover.module.d.ts +0 -0
- {app-ng-runtime → package}/components/navigation/popover/popover.props.d.ts +0 -0
- {app-ng-runtime → package}/components/navigation/popover/public_api.d.ts +0 -0
- {app-ng-runtime → package}/components/page/default/bundles/index.umd.js +0 -0
- {app-ng-runtime → package}/components/page/default/content/content.component.d.ts +0 -0
- {app-ng-runtime → package}/components/page/default/content/content.props.d.ts +0 -0
- {app-ng-runtime → package}/components/page/default/esm2022/content/content.component.mjs +0 -0
- {app-ng-runtime → package}/components/page/default/esm2022/content/content.props.mjs +0 -0
- {app-ng-runtime → package}/components/page/default/esm2022/index.mjs +0 -0
- {app-ng-runtime → package}/components/page/default/esm2022/layout.directive.mjs +0 -0
- {app-ng-runtime → package}/components/page/default/esm2022/layout.props.mjs +0 -0
- {app-ng-runtime → package}/components/page/default/esm2022/page-content/page-content.component.mjs +0 -0
- {app-ng-runtime → package}/components/page/default/esm2022/page-content/page-content.props.mjs +0 -0
- {app-ng-runtime → package}/components/page/default/esm2022/page.directive.mjs +0 -0
- {app-ng-runtime → package}/components/page/default/esm2022/page.module.mjs +0 -0
- {app-ng-runtime → package}/components/page/default/esm2022/page.props.mjs +0 -0
- {app-ng-runtime → package}/components/page/default/esm2022/public_api.mjs +0 -0
- {app-ng-runtime → package}/components/page/default/esm2022/router-outlet.directive.mjs +0 -0
- {app-ng-runtime → package}/components/page/default/esm2022/router-outlet.props.mjs +0 -0
- {app-ng-runtime → package}/components/page/default/esm2022/spa-page.directive.mjs +0 -0
- {app-ng-runtime → package}/components/page/default/esm2022/spa-page.props.mjs +0 -0
- {app-ng-runtime → package}/components/page/default/fesm2022/index.mjs +0 -0
- {app-ng-runtime → package}/components/page/default/fesm2022/index.mjs.map +0 -0
- {app-ng-runtime → package}/components/page/default/index.d.ts +0 -0
- {app-ng-runtime → package}/components/page/default/layout.directive.d.ts +0 -0
- {app-ng-runtime → package}/components/page/default/layout.props.d.ts +0 -0
- {app-ng-runtime → package}/components/page/default/page-content/page-content.component.d.ts +0 -0
- {app-ng-runtime → package}/components/page/default/page-content/page-content.props.d.ts +0 -0
- {app-ng-runtime → package}/components/page/default/page.directive.d.ts +0 -0
- {app-ng-runtime → package}/components/page/default/page.module.d.ts +0 -0
- {app-ng-runtime → package}/components/page/default/page.props.d.ts +0 -0
- {app-ng-runtime → package}/components/page/default/public_api.d.ts +0 -0
- {app-ng-runtime → package}/components/page/default/router-outlet.directive.d.ts +0 -0
- {app-ng-runtime → package}/components/page/default/router-outlet.props.d.ts +0 -0
- {app-ng-runtime → package}/components/page/default/spa-page.directive.d.ts +0 -0
- {app-ng-runtime → package}/components/page/default/spa-page.props.d.ts +0 -0
- {app-ng-runtime → package}/components/page/footer/bundles/index.umd.js +0 -0
- {app-ng-runtime → package}/components/page/footer/esm2022/footer.directive.mjs +0 -0
- {app-ng-runtime → package}/components/page/footer/esm2022/footer.module.mjs +0 -0
- {app-ng-runtime → package}/components/page/footer/esm2022/footer.props.mjs +0 -0
- {app-ng-runtime → package}/components/page/footer/esm2022/index.mjs +0 -0
- {app-ng-runtime → package}/components/page/footer/esm2022/public_api.mjs +0 -0
- {app-ng-runtime → package}/components/page/footer/fesm2022/index.mjs +0 -0
- {app-ng-runtime → package}/components/page/footer/fesm2022/index.mjs.map +0 -0
- {app-ng-runtime → package}/components/page/footer/footer.directive.d.ts +0 -0
- {app-ng-runtime → package}/components/page/footer/footer.module.d.ts +0 -0
- {app-ng-runtime → package}/components/page/footer/footer.props.d.ts +0 -0
- {app-ng-runtime → package}/components/page/footer/index.d.ts +0 -0
- {app-ng-runtime → package}/components/page/footer/public_api.d.ts +0 -0
- {app-ng-runtime → package}/components/page/header/bundles/index.umd.js +0 -0
- {app-ng-runtime → package}/components/page/header/esm2022/header.component.mjs +0 -0
- {app-ng-runtime → package}/components/page/header/esm2022/header.module.mjs +0 -0
- {app-ng-runtime → package}/components/page/header/esm2022/header.props.mjs +0 -0
- {app-ng-runtime → package}/components/page/header/esm2022/index.mjs +0 -0
- {app-ng-runtime → package}/components/page/header/esm2022/public_api.mjs +0 -0
- {app-ng-runtime → package}/components/page/header/fesm2022/index.mjs +0 -0
- {app-ng-runtime → package}/components/page/header/fesm2022/index.mjs.map +0 -0
- {app-ng-runtime → package}/components/page/header/header.component.d.ts +0 -0
- {app-ng-runtime → package}/components/page/header/header.module.d.ts +0 -0
- {app-ng-runtime → package}/components/page/header/header.props.d.ts +0 -0
- {app-ng-runtime → package}/components/page/header/index.d.ts +0 -0
- {app-ng-runtime → package}/components/page/header/public_api.d.ts +0 -0
- {app-ng-runtime → package}/components/page/left-panel/bundles/index.umd.js +0 -0
- {app-ng-runtime → package}/components/page/left-panel/esm2022/index.mjs +0 -0
- {app-ng-runtime → package}/components/page/left-panel/esm2022/left-panel.animator.mjs +0 -0
- {app-ng-runtime → package}/components/page/left-panel/esm2022/left-panel.directive.mjs +0 -0
- {app-ng-runtime → package}/components/page/left-panel/esm2022/left-panel.module.mjs +0 -0
- {app-ng-runtime → package}/components/page/left-panel/esm2022/left-panel.props.mjs +0 -0
- {app-ng-runtime → package}/components/page/left-panel/esm2022/public_api.mjs +0 -0
- {app-ng-runtime → package}/components/page/left-panel/fesm2022/index.mjs +0 -0
- {app-ng-runtime → package}/components/page/left-panel/fesm2022/index.mjs.map +0 -0
- {app-ng-runtime → package}/components/page/left-panel/index.d.ts +0 -0
- {app-ng-runtime → package}/components/page/left-panel/left-panel.animator.d.ts +0 -0
- {app-ng-runtime → package}/components/page/left-panel/left-panel.directive.d.ts +0 -0
- {app-ng-runtime → package}/components/page/left-panel/left-panel.module.d.ts +0 -0
- {app-ng-runtime → package}/components/page/left-panel/left-panel.props.d.ts +0 -0
- {app-ng-runtime → package}/components/page/left-panel/public_api.d.ts +0 -0
- {app-ng-runtime → package}/components/page/right-panel/bundles/index.umd.js +0 -0
- {app-ng-runtime → package}/components/page/right-panel/esm2022/index.mjs +0 -0
- {app-ng-runtime → package}/components/page/right-panel/esm2022/public_api.mjs +0 -0
- {app-ng-runtime → package}/components/page/right-panel/esm2022/right-panel.directive.mjs +0 -0
- {app-ng-runtime → package}/components/page/right-panel/esm2022/right-panel.module.mjs +0 -0
- {app-ng-runtime → package}/components/page/right-panel/esm2022/right-panel.props.mjs +0 -0
- {app-ng-runtime → package}/components/page/right-panel/fesm2022/index.mjs +0 -0
- {app-ng-runtime → package}/components/page/right-panel/fesm2022/index.mjs.map +0 -0
- {app-ng-runtime → package}/components/page/right-panel/index.d.ts +0 -0
- {app-ng-runtime → package}/components/page/right-panel/public_api.d.ts +0 -0
- {app-ng-runtime → package}/components/page/right-panel/right-panel.directive.d.ts +0 -0
- {app-ng-runtime → package}/components/page/right-panel/right-panel.module.d.ts +0 -0
- {app-ng-runtime → package}/components/page/right-panel/right-panel.props.d.ts +0 -0
- {app-ng-runtime → package}/components/page/top-nav/bundles/index.umd.js +0 -0
- {app-ng-runtime → package}/components/page/top-nav/esm2022/index.mjs +0 -0
- {app-ng-runtime → package}/components/page/top-nav/esm2022/public_api.mjs +0 -0
- {app-ng-runtime → package}/components/page/top-nav/esm2022/top-nav.directive.mjs +0 -0
- {app-ng-runtime → package}/components/page/top-nav/esm2022/top-nav.module.mjs +0 -0
- {app-ng-runtime → package}/components/page/top-nav/esm2022/top-nav.props.mjs +0 -0
- {app-ng-runtime → package}/components/page/top-nav/fesm2022/index.mjs +0 -0
- {app-ng-runtime → package}/components/page/top-nav/fesm2022/index.mjs.map +0 -0
- {app-ng-runtime → package}/components/page/top-nav/index.d.ts +0 -0
- {app-ng-runtime → package}/components/page/top-nav/public_api.d.ts +0 -0
- {app-ng-runtime → package}/components/page/top-nav/top-nav.directive.d.ts +0 -0
- {app-ng-runtime → package}/components/page/top-nav/top-nav.module.d.ts +0 -0
- {app-ng-runtime → package}/components/page/top-nav/top-nav.props.d.ts +0 -0
- {app-ng-runtime → package}/components/prefab/bundles/index.umd.js +0 -0
- {app-ng-runtime → package}/components/prefab/esm2022/index.mjs +0 -0
- {app-ng-runtime → package}/components/prefab/esm2022/prefab-container/prefab-container.directive.mjs +0 -0
- {app-ng-runtime → package}/components/prefab/esm2022/prefab-container/prefab-container.props.mjs +0 -0
- {app-ng-runtime → package}/components/prefab/esm2022/prefab.directive.mjs +0 -0
- {app-ng-runtime → package}/components/prefab/esm2022/prefab.module.mjs +0 -0
- {app-ng-runtime → package}/components/prefab/esm2022/prefab.props.mjs +0 -0
- {app-ng-runtime → package}/components/prefab/esm2022/public_api.mjs +0 -0
- {app-ng-runtime → package}/components/prefab/fesm2022/index.mjs +0 -0
- {app-ng-runtime → package}/components/prefab/fesm2022/index.mjs.map +0 -0
- {app-ng-runtime → package}/components/prefab/index.d.ts +0 -0
- {app-ng-runtime → package}/components/prefab/prefab-container/prefab-container.directive.d.ts +0 -0
- {app-ng-runtime → package}/components/prefab/prefab-container/prefab-container.props.d.ts +0 -0
- {app-ng-runtime → package}/components/prefab/prefab.directive.d.ts +0 -0
- {app-ng-runtime → package}/components/prefab/prefab.module.d.ts +0 -0
- {app-ng-runtime → package}/components/prefab/prefab.props.d.ts +0 -0
- {app-ng-runtime → package}/components/prefab/public_api.d.ts +0 -0
- {app-ng-runtime → package}/core/constants/currency-constants.d.ts +0 -0
- {app-ng-runtime → package}/core/core.module.d.ts +0 -0
- {app-ng-runtime → package}/core/enums/enums.d.ts +0 -0
- {app-ng-runtime → package}/core/esm2022/constants/currency-constants.mjs +0 -0
- {app-ng-runtime → package}/core/esm2022/core.module.mjs +0 -0
- {app-ng-runtime → package}/core/esm2022/enums/enums.mjs +0 -0
- {app-ng-runtime → package}/core/esm2022/index.mjs +0 -0
- {app-ng-runtime → package}/core/esm2022/services/constant.service.mjs +0 -0
- {app-ng-runtime → package}/core/esm2022/services/field-type.service.mjs +0 -0
- {app-ng-runtime → package}/core/esm2022/services/field-widget.service.mjs +0 -0
- {app-ng-runtime → package}/core/esm2022/services/pagination.service.mjs +0 -0
- {app-ng-runtime → package}/core/esm2022/services/script-loader.service.mjs +0 -0
- {app-ng-runtime → package}/core/esm2022/services/state-persistence.service.mjs +0 -0
- {app-ng-runtime → package}/core/esm2022/services/user-custom-pipe-manager.service.mjs +0 -0
- {app-ng-runtime → package}/core/esm2022/services/utils.service.mjs +0 -0
- {app-ng-runtime → package}/core/esm2022/services/viewport.service.mjs +0 -0
- {app-ng-runtime → package}/core/esm2022/types/types.mjs +0 -0
- {app-ng-runtime → package}/core/esm2022/utils/build-utils.mjs +0 -0
- {app-ng-runtime → package}/core/esm2022/utils/dom.mjs +0 -0
- {app-ng-runtime → package}/core/esm2022/utils/event-notifier.mjs +0 -0
- {app-ng-runtime → package}/core/esm2022/utils/expression-parser.mjs +0 -0
- {app-ng-runtime → package}/core/esm2022/utils/id-generator.mjs +0 -0
- {app-ng-runtime → package}/core/esm2022/utils/lru-cache.mjs +0 -0
- {app-ng-runtime → package}/core/esm2022/utils/utils.mjs +0 -0
- {app-ng-runtime → package}/core/esm2022/utils/watcher.mjs +0 -0
- {app-ng-runtime → package}/core/esm2022/utils/wm-project-properties.mjs +0 -0
- {app-ng-runtime → package}/core/index.d.ts +0 -0
- {app-ng-runtime → package}/core/services/constant.service.d.ts +0 -0
- {app-ng-runtime → package}/core/services/field-type.service.d.ts +0 -0
- {app-ng-runtime → package}/core/services/field-widget.service.d.ts +0 -0
- {app-ng-runtime → package}/core/services/pagination.service.d.ts +0 -0
- {app-ng-runtime → package}/core/services/script-loader.service.d.ts +0 -0
- {app-ng-runtime → package}/core/services/state-persistence.service.d.ts +0 -0
- {app-ng-runtime → package}/core/services/user-custom-pipe-manager.service.d.ts +0 -0
- {app-ng-runtime → package}/core/services/utils.service.d.ts +0 -0
- {app-ng-runtime → package}/core/services/viewport.service.d.ts +0 -0
- {app-ng-runtime → package}/core/types/types.d.ts +0 -0
- {app-ng-runtime → package}/core/utils/build-utils.d.ts +0 -0
- {app-ng-runtime → package}/core/utils/dom.d.ts +0 -0
- {app-ng-runtime → package}/core/utils/event-notifier.d.ts +0 -0
- {app-ng-runtime → package}/core/utils/expression-parser.d.ts +0 -0
- {app-ng-runtime → package}/core/utils/id-generator.d.ts +0 -0
- {app-ng-runtime → package}/core/utils/lru-cache.d.ts +0 -0
- {app-ng-runtime → package}/core/utils/utils.d.ts +0 -0
- {app-ng-runtime → package}/core/utils/watcher.d.ts +0 -0
- {app-ng-runtime → package}/core/utils/wm-project-properties.d.ts +0 -0
- {app-ng-runtime → package}/http/bundles/index.umd.js +0 -0
- {app-ng-runtime → package}/http/esm2022/http-service.module.mjs +0 -0
- {app-ng-runtime → package}/http/esm2022/http.service.mjs +0 -0
- {app-ng-runtime → package}/http/esm2022/index.mjs +0 -0
- {app-ng-runtime → package}/http/esm2022/public_api.mjs +0 -0
- {app-ng-runtime → package}/http/esm2022/wm-http-request.mjs +0 -0
- {app-ng-runtime → package}/http/esm2022/wm-http-response.mjs +0 -0
- {app-ng-runtime → package}/http/fesm2022/index.mjs +0 -0
- {app-ng-runtime → package}/http/fesm2022/index.mjs.map +0 -0
- {app-ng-runtime → package}/http/http-service.module.d.ts +0 -0
- {app-ng-runtime → package}/http/http.service.d.ts +0 -0
- {app-ng-runtime → package}/http/index.d.ts +0 -0
- {app-ng-runtime → package}/http/public_api.d.ts +0 -0
- {app-ng-runtime → package}/http/wm-http-request.d.ts +0 -0
- {app-ng-runtime → package}/http/wm-http-response.d.ts +0 -0
- {app-ng-runtime → package}/locales/angular/global/af-na.js +0 -0
- {app-ng-runtime → package}/locales/angular/global/af.js +0 -0
- {app-ng-runtime → package}/locales/angular/global/agq.js +0 -0
- {app-ng-runtime → package}/locales/angular/global/ak.js +0 -0
- {app-ng-runtime → package}/locales/angular/global/am.js +0 -0
- {app-ng-runtime → package}/locales/angular/global/ar-ae.js +0 -0
- {app-ng-runtime → package}/locales/angular/global/ar-bh.js +0 -0
- {app-ng-runtime → package}/locales/angular/global/ar-dj.js +0 -0
- {app-ng-runtime → package}/locales/angular/global/ar-dz.js +0 -0
- {app-ng-runtime → package}/locales/angular/global/ar-eg.js +0 -0
- {app-ng-runtime → package}/locales/angular/global/ar-eh.js +0 -0
- {app-ng-runtime → package}/locales/angular/global/ar-er.js +0 -0
- {app-ng-runtime → package}/locales/angular/global/ar-il.js +0 -0
- {app-ng-runtime → package}/locales/angular/global/ar-iq.js +0 -0
- {app-ng-runtime → package}/locales/angular/global/ar-jo.js +0 -0
- {app-ng-runtime → package}/locales/angular/global/ar-km.js +0 -0
- {app-ng-runtime → package}/locales/angular/global/ar-kw.js +0 -0
- {app-ng-runtime → package}/locales/angular/global/ar-lb.js +0 -0
- {app-ng-runtime → package}/locales/angular/global/ar-ly.js +0 -0
- {app-ng-runtime → package}/locales/angular/global/ar-ma.js +0 -0
- {app-ng-runtime → package}/locales/angular/global/ar-mr.js +0 -0
- {app-ng-runtime → package}/locales/angular/global/ar-om.js +0 -0
- {app-ng-runtime → package}/locales/angular/global/ar-ps.js +0 -0
- {app-ng-runtime → package}/locales/angular/global/ar-qa.js +0 -0
- {app-ng-runtime → package}/locales/angular/global/ar-sa.js +0 -0
- {app-ng-runtime → package}/locales/angular/global/ar-sd.js +0 -0
- {app-ng-runtime → package}/locales/angular/global/ar-so.js +0 -0
- {app-ng-runtime → package}/locales/angular/global/ar-ss.js +0 -0
- {app-ng-runtime → package}/locales/angular/global/ar-sy.js +0 -0
- {app-ng-runtime → package}/locales/angular/global/ar-td.js +0 -0
- {app-ng-runtime → package}/locales/angular/global/ar-tn.js +0 -0
- {app-ng-runtime → package}/locales/angular/global/ar-ye.js +0 -0
- {app-ng-runtime → package}/locales/angular/global/ar.js +0 -0
- {app-ng-runtime → package}/locales/angular/global/as.js +0 -0
- {app-ng-runtime → package}/locales/angular/global/asa.js +0 -0
- {app-ng-runtime → package}/locales/angular/global/ast.js +0 -0
- {app-ng-runtime → package}/locales/angular/global/az-cyrl.js +0 -0
- {app-ng-runtime → package}/locales/angular/global/az-latn.js +0 -0
- {app-ng-runtime → package}/locales/angular/global/az.js +0 -0
- {app-ng-runtime → package}/locales/angular/global/bas.js +0 -0
- {app-ng-runtime → package}/locales/angular/global/be-tarask.js +0 -0
- {app-ng-runtime → package}/locales/angular/global/be.js +0 -0
- {app-ng-runtime → package}/locales/angular/global/bem.js +0 -0
- {app-ng-runtime → package}/locales/angular/global/bez.js +0 -0
- {app-ng-runtime → package}/locales/angular/global/bg.js +0 -0
- {app-ng-runtime → package}/locales/angular/global/bm.js +0 -0
- {app-ng-runtime → package}/locales/angular/global/bn-in.js +0 -0
- {app-ng-runtime → package}/locales/angular/global/bn.js +0 -0
- {app-ng-runtime → package}/locales/angular/global/bo-in.js +0 -0
- {app-ng-runtime → package}/locales/angular/global/bo.js +0 -0
- {app-ng-runtime → package}/locales/angular/global/br.js +0 -0
- {app-ng-runtime → package}/locales/angular/global/brx.js +0 -0
- {app-ng-runtime → package}/locales/angular/global/bs-cyrl.js +0 -0
- {app-ng-runtime → package}/locales/angular/global/bs-latn.js +0 -0
- {app-ng-runtime → package}/locales/angular/global/bs.js +0 -0
- {app-ng-runtime → package}/locales/angular/global/ca-ad.js +0 -0
- {app-ng-runtime → package}/locales/angular/global/ca-es-valencia.js +0 -0
- {app-ng-runtime → package}/locales/angular/global/ca-fr.js +0 -0
- {app-ng-runtime → package}/locales/angular/global/ca-it.js +0 -0
- {app-ng-runtime → package}/locales/angular/global/ca.js +0 -0
- {app-ng-runtime → package}/locales/angular/global/ccp-in.js +0 -0
- {app-ng-runtime → package}/locales/angular/global/ccp.js +0 -0
- {app-ng-runtime → package}/locales/angular/global/ce.js +0 -0
- {app-ng-runtime → package}/locales/angular/global/ceb.js +0 -0
- {app-ng-runtime → package}/locales/angular/global/cgg.js +0 -0
- {app-ng-runtime → package}/locales/angular/global/chr.js +0 -0
- {app-ng-runtime → package}/locales/angular/global/ckb-ir.js +0 -0
- {app-ng-runtime → package}/locales/angular/global/ckb.js +0 -0
- {app-ng-runtime → package}/locales/angular/global/cs.js +0 -0
- {app-ng-runtime → package}/locales/angular/global/cy.js +0 -0
- {app-ng-runtime → package}/locales/angular/global/da-gl.js +0 -0
- {app-ng-runtime → package}/locales/angular/global/da.js +0 -0
- {app-ng-runtime → package}/locales/angular/global/dav.js +0 -0
- {app-ng-runtime → package}/locales/angular/global/de-at.js +0 -0
- {app-ng-runtime → package}/locales/angular/global/de-be.js +0 -0
- {app-ng-runtime → package}/locales/angular/global/de-ch.js +0 -0
- {app-ng-runtime → package}/locales/angular/global/de-it.js +0 -0
- {app-ng-runtime → package}/locales/angular/global/de-li.js +0 -0
- {app-ng-runtime → package}/locales/angular/global/de-lu.js +0 -0
- {app-ng-runtime → package}/locales/angular/global/de.js +0 -0
- {app-ng-runtime → package}/locales/angular/global/dje.js +0 -0
- {app-ng-runtime → package}/locales/angular/global/doi.js +0 -0
- {app-ng-runtime → package}/locales/angular/global/dsb.js +0 -0
- {app-ng-runtime → package}/locales/angular/global/dua.js +0 -0
- {app-ng-runtime → package}/locales/angular/global/dyo.js +0 -0
- {app-ng-runtime → package}/locales/angular/global/dz.js +0 -0
- {app-ng-runtime → package}/locales/angular/global/ebu.js +0 -0
- {app-ng-runtime → package}/locales/angular/global/ee-tg.js +0 -0
- {app-ng-runtime → package}/locales/angular/global/ee.js +0 -0
- {app-ng-runtime → package}/locales/angular/global/el-cy.js +0 -0
- {app-ng-runtime → package}/locales/angular/global/el.js +0 -0
- {app-ng-runtime → package}/locales/angular/global/en-001.js +0 -0
- {app-ng-runtime → package}/locales/angular/global/en-150.js +0 -0
- {app-ng-runtime → package}/locales/angular/global/en-ae.js +0 -0
- {app-ng-runtime → package}/locales/angular/global/en-ag.js +0 -0
- {app-ng-runtime → package}/locales/angular/global/en-ai.js +0 -0
- {app-ng-runtime → package}/locales/angular/global/en-as.js +0 -0
- {app-ng-runtime → package}/locales/angular/global/en-at.js +0 -0
- {app-ng-runtime → package}/locales/angular/global/en-au.js +0 -0
- {app-ng-runtime → package}/locales/angular/global/en-bb.js +0 -0
- {app-ng-runtime → package}/locales/angular/global/en-be.js +0 -0
- {app-ng-runtime → package}/locales/angular/global/en-bi.js +0 -0
- {app-ng-runtime → package}/locales/angular/global/en-bm.js +0 -0
- {app-ng-runtime → package}/locales/angular/global/en-bs.js +0 -0
- {app-ng-runtime → package}/locales/angular/global/en-bw.js +0 -0
- {app-ng-runtime → package}/locales/angular/global/en-bz.js +0 -0
- {app-ng-runtime → package}/locales/angular/global/en-ca.js +0 -0
- {app-ng-runtime → package}/locales/angular/global/en-cc.js +0 -0
- {app-ng-runtime → package}/locales/angular/global/en-ch.js +0 -0
- {app-ng-runtime → package}/locales/angular/global/en-ck.js +0 -0
- {app-ng-runtime → package}/locales/angular/global/en-cm.js +0 -0
- {app-ng-runtime → package}/locales/angular/global/en-cx.js +0 -0
- {app-ng-runtime → package}/locales/angular/global/en-cy.js +0 -0
- {app-ng-runtime → package}/locales/angular/global/en-de.js +0 -0
- {app-ng-runtime → package}/locales/angular/global/en-dg.js +0 -0
- {app-ng-runtime → package}/locales/angular/global/en-dk.js +0 -0
- {app-ng-runtime → package}/locales/angular/global/en-dm.js +0 -0
- {app-ng-runtime → package}/locales/angular/global/en-er.js +0 -0
- {app-ng-runtime → package}/locales/angular/global/en-fi.js +0 -0
- {app-ng-runtime → package}/locales/angular/global/en-fj.js +0 -0
- {app-ng-runtime → package}/locales/angular/global/en-fk.js +0 -0
- {app-ng-runtime → package}/locales/angular/global/en-fm.js +0 -0
- {app-ng-runtime → package}/locales/angular/global/en-gb.js +0 -0
- {app-ng-runtime → package}/locales/angular/global/en-gd.js +0 -0
- {app-ng-runtime → package}/locales/angular/global/en-gg.js +0 -0
- {app-ng-runtime → package}/locales/angular/global/en-gh.js +0 -0
- {app-ng-runtime → package}/locales/angular/global/en-gi.js +0 -0
- {app-ng-runtime → package}/locales/angular/global/en-gm.js +0 -0
- {app-ng-runtime → package}/locales/angular/global/en-gu.js +0 -0
- {app-ng-runtime → package}/locales/angular/global/en-gy.js +0 -0
- {app-ng-runtime → package}/locales/angular/global/en-hk.js +0 -0
- {app-ng-runtime → package}/locales/angular/global/en-ie.js +0 -0
- {app-ng-runtime → package}/locales/angular/global/en-il.js +0 -0
- {app-ng-runtime → package}/locales/angular/global/en-im.js +0 -0
- {app-ng-runtime → package}/locales/angular/global/en-in.js +0 -0
- {app-ng-runtime → package}/locales/angular/global/en-io.js +0 -0
- {app-ng-runtime → package}/locales/angular/global/en-je.js +0 -0
- {app-ng-runtime → package}/locales/angular/global/en-jm.js +0 -0
- {app-ng-runtime → package}/locales/angular/global/en-ke.js +0 -0
- {app-ng-runtime → package}/locales/angular/global/en-ki.js +0 -0
- {app-ng-runtime → package}/locales/angular/global/en-kn.js +0 -0
- {app-ng-runtime → package}/locales/angular/global/en-ky.js +0 -0
- {app-ng-runtime → package}/locales/angular/global/en-lc.js +0 -0
- {app-ng-runtime → package}/locales/angular/global/en-lr.js +0 -0
- {app-ng-runtime → package}/locales/angular/global/en-ls.js +0 -0
- {app-ng-runtime → package}/locales/angular/global/en-mg.js +0 -0
- {app-ng-runtime → package}/locales/angular/global/en-mh.js +0 -0
- {app-ng-runtime → package}/locales/angular/global/en-mo.js +0 -0
- {app-ng-runtime → package}/locales/angular/global/en-mp.js +0 -0
- {app-ng-runtime → package}/locales/angular/global/en-ms.js +0 -0
- {app-ng-runtime → package}/locales/angular/global/en-mt.js +0 -0
- {app-ng-runtime → package}/locales/angular/global/en-mu.js +0 -0
- {app-ng-runtime → package}/locales/angular/global/en-mv.js +0 -0
- {app-ng-runtime → package}/locales/angular/global/en-mw.js +0 -0
- {app-ng-runtime → package}/locales/angular/global/en-my.js +0 -0
- {app-ng-runtime → package}/locales/angular/global/en-na.js +0 -0
- {app-ng-runtime → package}/locales/angular/global/en-nf.js +0 -0
- {app-ng-runtime → package}/locales/angular/global/en-ng.js +0 -0
- {app-ng-runtime → package}/locales/angular/global/en-nl.js +0 -0
- {app-ng-runtime → package}/locales/angular/global/en-nr.js +0 -0
- {app-ng-runtime → package}/locales/angular/global/en-nu.js +0 -0
- {app-ng-runtime → package}/locales/angular/global/en-nz.js +0 -0
- {app-ng-runtime → package}/locales/angular/global/en-pg.js +0 -0
- {app-ng-runtime → package}/locales/angular/global/en-ph.js +0 -0
- {app-ng-runtime → package}/locales/angular/global/en-pk.js +0 -0
- {app-ng-runtime → package}/locales/angular/global/en-pn.js +0 -0
- {app-ng-runtime → package}/locales/angular/global/en-pr.js +0 -0
- {app-ng-runtime → package}/locales/angular/global/en-pw.js +0 -0
- {app-ng-runtime → package}/locales/angular/global/en-rw.js +0 -0
- {app-ng-runtime → package}/locales/angular/global/en-sb.js +0 -0
- {app-ng-runtime → package}/locales/angular/global/en-sc.js +0 -0
- {app-ng-runtime → package}/locales/angular/global/en-sd.js +0 -0
- {app-ng-runtime → package}/locales/angular/global/en-se.js +0 -0
- {app-ng-runtime → package}/locales/angular/global/en-sg.js +0 -0
- {app-ng-runtime → package}/locales/angular/global/en-sh.js +0 -0
- {app-ng-runtime → package}/locales/angular/global/en-si.js +0 -0
- {app-ng-runtime → package}/locales/angular/global/en-sl.js +0 -0
- {app-ng-runtime → package}/locales/angular/global/en-ss.js +0 -0
- {app-ng-runtime → package}/locales/angular/global/en-sx.js +0 -0
- {app-ng-runtime → package}/locales/angular/global/en-sz.js +0 -0
- {app-ng-runtime → package}/locales/angular/global/en-tc.js +0 -0
- {app-ng-runtime → package}/locales/angular/global/en-tk.js +0 -0
- {app-ng-runtime → package}/locales/angular/global/en-to.js +0 -0
- {app-ng-runtime → package}/locales/angular/global/en-tt.js +0 -0
- {app-ng-runtime → package}/locales/angular/global/en-tv.js +0 -0
- {app-ng-runtime → package}/locales/angular/global/en-tz.js +0 -0
- {app-ng-runtime → package}/locales/angular/global/en-ug.js +0 -0
- {app-ng-runtime → package}/locales/angular/global/en-um.js +0 -0
- {app-ng-runtime → package}/locales/angular/global/en-vc.js +0 -0
- {app-ng-runtime → package}/locales/angular/global/en-vg.js +0 -0
- {app-ng-runtime → package}/locales/angular/global/en-vi.js +0 -0
- {app-ng-runtime → package}/locales/angular/global/en-vu.js +0 -0
- {app-ng-runtime → package}/locales/angular/global/en-ws.js +0 -0
- {app-ng-runtime → package}/locales/angular/global/en-za.js +0 -0
- {app-ng-runtime → package}/locales/angular/global/en-zm.js +0 -0
- {app-ng-runtime → package}/locales/angular/global/en-zw.js +0 -0
- {app-ng-runtime → package}/locales/angular/global/en.js +0 -0
- {app-ng-runtime → package}/locales/angular/global/eo.js +0 -0
- {app-ng-runtime → package}/locales/angular/global/es-419.js +0 -0
- {app-ng-runtime → package}/locales/angular/global/es-ar.js +0 -0
- {app-ng-runtime → package}/locales/angular/global/es-bo.js +0 -0
- {app-ng-runtime → package}/locales/angular/global/es-br.js +0 -0
- {app-ng-runtime → package}/locales/angular/global/es-bz.js +0 -0
- {app-ng-runtime → package}/locales/angular/global/es-cl.js +0 -0
- {app-ng-runtime → package}/locales/angular/global/es-co.js +0 -0
- {app-ng-runtime → package}/locales/angular/global/es-cr.js +0 -0
- {app-ng-runtime → package}/locales/angular/global/es-cu.js +0 -0
- {app-ng-runtime → package}/locales/angular/global/es-do.js +0 -0
- {app-ng-runtime → package}/locales/angular/global/es-ea.js +0 -0
- {app-ng-runtime → package}/locales/angular/global/es-ec.js +0 -0
- {app-ng-runtime → package}/locales/angular/global/es-gq.js +0 -0
- {app-ng-runtime → package}/locales/angular/global/es-gt.js +0 -0
- {app-ng-runtime → package}/locales/angular/global/es-hn.js +0 -0
- {app-ng-runtime → package}/locales/angular/global/es-ic.js +0 -0
- {app-ng-runtime → package}/locales/angular/global/es-mx.js +0 -0
- {app-ng-runtime → package}/locales/angular/global/es-ni.js +0 -0
- {app-ng-runtime → package}/locales/angular/global/es-pa.js +0 -0
- {app-ng-runtime → package}/locales/angular/global/es-pe.js +0 -0
- {app-ng-runtime → package}/locales/angular/global/es-ph.js +0 -0
- {app-ng-runtime → package}/locales/angular/global/es-pr.js +0 -0
- {app-ng-runtime → package}/locales/angular/global/es-py.js +0 -0
- {app-ng-runtime → package}/locales/angular/global/es-sv.js +0 -0
- {app-ng-runtime → package}/locales/angular/global/es-us.js +0 -0
- {app-ng-runtime → package}/locales/angular/global/es-uy.js +0 -0
- {app-ng-runtime → package}/locales/angular/global/es-ve.js +0 -0
- {app-ng-runtime → package}/locales/angular/global/es.js +0 -0
- {app-ng-runtime → package}/locales/angular/global/et.js +0 -0
- {app-ng-runtime → package}/locales/angular/global/eu.js +0 -0
- {app-ng-runtime → package}/locales/angular/global/ewo.js +0 -0
- {app-ng-runtime → package}/locales/angular/global/fa-af.js +0 -0
- {app-ng-runtime → package}/locales/angular/global/fa.js +0 -0
- {app-ng-runtime → package}/locales/angular/global/ff-adlm-bf.js +0 -0
- {app-ng-runtime → package}/locales/angular/global/ff-adlm-cm.js +0 -0
- {app-ng-runtime → package}/locales/angular/global/ff-adlm-gh.js +0 -0
- {app-ng-runtime → package}/locales/angular/global/ff-adlm-gm.js +0 -0
- {app-ng-runtime → package}/locales/angular/global/ff-adlm-gw.js +0 -0
- {app-ng-runtime → package}/locales/angular/global/ff-adlm-lr.js +0 -0
- {app-ng-runtime → package}/locales/angular/global/ff-adlm-mr.js +0 -0
- {app-ng-runtime → package}/locales/angular/global/ff-adlm-ne.js +0 -0
- {app-ng-runtime → package}/locales/angular/global/ff-adlm-ng.js +0 -0
- {app-ng-runtime → package}/locales/angular/global/ff-adlm-sl.js +0 -0
- {app-ng-runtime → package}/locales/angular/global/ff-adlm-sn.js +0 -0
- {app-ng-runtime → package}/locales/angular/global/ff-adlm.js +0 -0
- {app-ng-runtime → package}/locales/angular/global/ff-cm.js +0 -0
- {app-ng-runtime → package}/locales/angular/global/ff-gn.js +0 -0
- {app-ng-runtime → package}/locales/angular/global/ff-latn-bf.js +0 -0
- {app-ng-runtime → package}/locales/angular/global/ff-latn-cm.js +0 -0
- {app-ng-runtime → package}/locales/angular/global/ff-latn-gh.js +0 -0
- {app-ng-runtime → package}/locales/angular/global/ff-latn-gm.js +0 -0
- {app-ng-runtime → package}/locales/angular/global/ff-latn-gn.js +0 -0
- {app-ng-runtime → package}/locales/angular/global/ff-latn-gw.js +0 -0
- {app-ng-runtime → package}/locales/angular/global/ff-latn-lr.js +0 -0
- {app-ng-runtime → package}/locales/angular/global/ff-latn-mr.js +0 -0
- {app-ng-runtime → package}/locales/angular/global/ff-latn-ne.js +0 -0
- {app-ng-runtime → package}/locales/angular/global/ff-latn-ng.js +0 -0
- {app-ng-runtime → package}/locales/angular/global/ff-latn-sl.js +0 -0
- {app-ng-runtime → package}/locales/angular/global/ff-latn.js +0 -0
- {app-ng-runtime → package}/locales/angular/global/ff-mr.js +0 -0
- {app-ng-runtime → package}/locales/angular/global/ff.js +0 -0
- {app-ng-runtime → package}/locales/angular/global/fi.js +0 -0
- {app-ng-runtime → package}/locales/angular/global/fil.js +0 -0
- {app-ng-runtime → package}/locales/angular/global/fo-dk.js +0 -0
- {app-ng-runtime → package}/locales/angular/global/fo.js +0 -0
- {app-ng-runtime → package}/locales/angular/global/fr-be.js +0 -0
- {app-ng-runtime → package}/locales/angular/global/fr-bf.js +0 -0
- {app-ng-runtime → package}/locales/angular/global/fr-bi.js +0 -0
- {app-ng-runtime → package}/locales/angular/global/fr-bj.js +0 -0
- {app-ng-runtime → package}/locales/angular/global/fr-bl.js +0 -0
- {app-ng-runtime → package}/locales/angular/global/fr-ca.js +0 -0
- {app-ng-runtime → package}/locales/angular/global/fr-cd.js +0 -0
- {app-ng-runtime → package}/locales/angular/global/fr-cf.js +0 -0
- {app-ng-runtime → package}/locales/angular/global/fr-cg.js +0 -0
- {app-ng-runtime → package}/locales/angular/global/fr-ch.js +0 -0
- {app-ng-runtime → package}/locales/angular/global/fr-ci.js +0 -0
- {app-ng-runtime → package}/locales/angular/global/fr-cm.js +0 -0
- {app-ng-runtime → package}/locales/angular/global/fr-dj.js +0 -0
- {app-ng-runtime → package}/locales/angular/global/fr-dz.js +0 -0
- {app-ng-runtime → package}/locales/angular/global/fr-ga.js +0 -0
- {app-ng-runtime → package}/locales/angular/global/fr-gf.js +0 -0
- {app-ng-runtime → package}/locales/angular/global/fr-gn.js +0 -0
- {app-ng-runtime → package}/locales/angular/global/fr-gp.js +0 -0
- {app-ng-runtime → package}/locales/angular/global/fr-gq.js +0 -0
- {app-ng-runtime → package}/locales/angular/global/fr-ht.js +0 -0
- {app-ng-runtime → package}/locales/angular/global/fr-km.js +0 -0
- {app-ng-runtime → package}/locales/angular/global/fr-lu.js +0 -0
- {app-ng-runtime → package}/locales/angular/global/fr-ma.js +0 -0
- {app-ng-runtime → package}/locales/angular/global/fr-mc.js +0 -0
- {app-ng-runtime → package}/locales/angular/global/fr-mf.js +0 -0
- {app-ng-runtime → package}/locales/angular/global/fr-mg.js +0 -0
- {app-ng-runtime → package}/locales/angular/global/fr-ml.js +0 -0
- {app-ng-runtime → package}/locales/angular/global/fr-mq.js +0 -0
- {app-ng-runtime → package}/locales/angular/global/fr-mr.js +0 -0
- {app-ng-runtime → package}/locales/angular/global/fr-mu.js +0 -0
- {app-ng-runtime → package}/locales/angular/global/fr-nc.js +0 -0
- {app-ng-runtime → package}/locales/angular/global/fr-ne.js +0 -0
- {app-ng-runtime → package}/locales/angular/global/fr-pf.js +0 -0
- {app-ng-runtime → package}/locales/angular/global/fr-pm.js +0 -0
- {app-ng-runtime → package}/locales/angular/global/fr-re.js +0 -0
- {app-ng-runtime → package}/locales/angular/global/fr-rw.js +0 -0
- {app-ng-runtime → package}/locales/angular/global/fr-sc.js +0 -0
- {app-ng-runtime → package}/locales/angular/global/fr-sn.js +0 -0
- {app-ng-runtime → package}/locales/angular/global/fr-sy.js +0 -0
- {app-ng-runtime → package}/locales/angular/global/fr-td.js +0 -0
- {app-ng-runtime → package}/locales/angular/global/fr-tg.js +0 -0
- {app-ng-runtime → package}/locales/angular/global/fr-tn.js +0 -0
- {app-ng-runtime → package}/locales/angular/global/fr-vu.js +0 -0
- {app-ng-runtime → package}/locales/angular/global/fr-wf.js +0 -0
- {app-ng-runtime → package}/locales/angular/global/fr-yt.js +0 -0
- {app-ng-runtime → package}/locales/angular/global/fr.js +0 -0
- {app-ng-runtime → package}/locales/angular/global/fur.js +0 -0
- {app-ng-runtime → package}/locales/angular/global/fy.js +0 -0
- {app-ng-runtime → package}/locales/angular/global/ga-gb.js +0 -0
- {app-ng-runtime → package}/locales/angular/global/ga.js +0 -0
- {app-ng-runtime → package}/locales/angular/global/gd.js +0 -0
- {app-ng-runtime → package}/locales/angular/global/gl.js +0 -0
- {app-ng-runtime → package}/locales/angular/global/gsw-fr.js +0 -0
- {app-ng-runtime → package}/locales/angular/global/gsw-li.js +0 -0
- {app-ng-runtime → package}/locales/angular/global/gsw.js +0 -0
- {app-ng-runtime → package}/locales/angular/global/gu.js +0 -0
- {app-ng-runtime → package}/locales/angular/global/guz.js +0 -0
- {app-ng-runtime → package}/locales/angular/global/gv.js +0 -0
- {app-ng-runtime → package}/locales/angular/global/ha-gh.js +0 -0
- {app-ng-runtime → package}/locales/angular/global/ha-ne.js +0 -0
- {app-ng-runtime → package}/locales/angular/global/ha.js +0 -0
- {app-ng-runtime → package}/locales/angular/global/haw.js +0 -0
- {app-ng-runtime → package}/locales/angular/global/he.js +0 -0
- {app-ng-runtime → package}/locales/angular/global/hi-latn.js +0 -0
- {app-ng-runtime → package}/locales/angular/global/hi.js +0 -0
- {app-ng-runtime → package}/locales/angular/global/hr-ba.js +0 -0
- {app-ng-runtime → package}/locales/angular/global/hr.js +0 -0
- {app-ng-runtime → package}/locales/angular/global/hsb.js +0 -0
- {app-ng-runtime → package}/locales/angular/global/hu.js +0 -0
- {app-ng-runtime → package}/locales/angular/global/hy.js +0 -0
- {app-ng-runtime → package}/locales/angular/global/ia.js +0 -0
- {app-ng-runtime → package}/locales/angular/global/id.js +0 -0
- {app-ng-runtime → package}/locales/angular/global/ig.js +0 -0
- {app-ng-runtime → package}/locales/angular/global/ii.js +0 -0
- {app-ng-runtime → package}/locales/angular/global/is.js +0 -0
- {app-ng-runtime → package}/locales/angular/global/it-ch.js +0 -0
- {app-ng-runtime → package}/locales/angular/global/it-sm.js +0 -0
- {app-ng-runtime → package}/locales/angular/global/it-va.js +0 -0
- {app-ng-runtime → package}/locales/angular/global/it.js +0 -0
- {app-ng-runtime → package}/locales/angular/global/ja.js +0 -0
- {app-ng-runtime → package}/locales/angular/global/jgo.js +0 -0
- {app-ng-runtime → package}/locales/angular/global/jmc.js +0 -0
- {app-ng-runtime → package}/locales/angular/global/jv.js +0 -0
- {app-ng-runtime → package}/locales/angular/global/ka.js +0 -0
- {app-ng-runtime → package}/locales/angular/global/kab.js +0 -0
- {app-ng-runtime → package}/locales/angular/global/kam.js +0 -0
- {app-ng-runtime → package}/locales/angular/global/kde.js +0 -0
- {app-ng-runtime → package}/locales/angular/global/kea.js +0 -0
- {app-ng-runtime → package}/locales/angular/global/kgp.js +0 -0
- {app-ng-runtime → package}/locales/angular/global/khq.js +0 -0
- {app-ng-runtime → package}/locales/angular/global/ki.js +0 -0
- {app-ng-runtime → package}/locales/angular/global/kk.js +0 -0
- {app-ng-runtime → package}/locales/angular/global/kkj.js +0 -0
- {app-ng-runtime → package}/locales/angular/global/kl.js +0 -0
- {app-ng-runtime → package}/locales/angular/global/kln.js +0 -0
- {app-ng-runtime → package}/locales/angular/global/km.js +0 -0
- {app-ng-runtime → package}/locales/angular/global/kn.js +0 -0
- {app-ng-runtime → package}/locales/angular/global/ko-kp.js +0 -0
- {app-ng-runtime → package}/locales/angular/global/ko.js +0 -0
- {app-ng-runtime → package}/locales/angular/global/kok.js +0 -0
- {app-ng-runtime → package}/locales/angular/global/ks-arab.js +0 -0
- {app-ng-runtime → package}/locales/angular/global/ks-deva.js +0 -0
- {app-ng-runtime → package}/locales/angular/global/ks.js +0 -0
- {app-ng-runtime → package}/locales/angular/global/ksb.js +0 -0
- {app-ng-runtime → package}/locales/angular/global/ksf.js +0 -0
- {app-ng-runtime → package}/locales/angular/global/ksh.js +0 -0
- {app-ng-runtime → package}/locales/angular/global/ku.js +0 -0
- {app-ng-runtime → package}/locales/angular/global/kw.js +0 -0
- {app-ng-runtime → package}/locales/angular/global/ky.js +0 -0
- {app-ng-runtime → package}/locales/angular/global/lag.js +0 -0
- {app-ng-runtime → package}/locales/angular/global/lb.js +0 -0
- {app-ng-runtime → package}/locales/angular/global/lg.js +0 -0
- {app-ng-runtime → package}/locales/angular/global/lkt.js +0 -0
- {app-ng-runtime → package}/locales/angular/global/ln-ao.js +0 -0
- {app-ng-runtime → package}/locales/angular/global/ln-cf.js +0 -0
- {app-ng-runtime → package}/locales/angular/global/ln-cg.js +0 -0
- {app-ng-runtime → package}/locales/angular/global/ln.js +0 -0
- {app-ng-runtime → package}/locales/angular/global/lo.js +0 -0
- {app-ng-runtime → package}/locales/angular/global/lrc-iq.js +0 -0
- {app-ng-runtime → package}/locales/angular/global/lrc.js +0 -0
- {app-ng-runtime → package}/locales/angular/global/lt.js +0 -0
- {app-ng-runtime → package}/locales/angular/global/lu.js +0 -0
- {app-ng-runtime → package}/locales/angular/global/luo.js +0 -0
- {app-ng-runtime → package}/locales/angular/global/luy.js +0 -0
- {app-ng-runtime → package}/locales/angular/global/lv.js +0 -0
- {app-ng-runtime → package}/locales/angular/global/mai.js +0 -0
- {app-ng-runtime → package}/locales/angular/global/mas-tz.js +0 -0
- {app-ng-runtime → package}/locales/angular/global/mas.js +0 -0
- {app-ng-runtime → package}/locales/angular/global/mer.js +0 -0
- {app-ng-runtime → package}/locales/angular/global/mfe.js +0 -0
- {app-ng-runtime → package}/locales/angular/global/mg.js +0 -0
- {app-ng-runtime → package}/locales/angular/global/mgh.js +0 -0
- {app-ng-runtime → package}/locales/angular/global/mgo.js +0 -0
- {app-ng-runtime → package}/locales/angular/global/mi.js +0 -0
- {app-ng-runtime → package}/locales/angular/global/mk.js +0 -0
- {app-ng-runtime → package}/locales/angular/global/ml.js +0 -0
- {app-ng-runtime → package}/locales/angular/global/mn.js +0 -0
- {app-ng-runtime → package}/locales/angular/global/mni-beng.js +0 -0
- {app-ng-runtime → package}/locales/angular/global/mni.js +0 -0
- {app-ng-runtime → package}/locales/angular/global/mr.js +0 -0
- {app-ng-runtime → package}/locales/angular/global/ms-bn.js +0 -0
- {app-ng-runtime → package}/locales/angular/global/ms-id.js +0 -0
- {app-ng-runtime → package}/locales/angular/global/ms-sg.js +0 -0
- {app-ng-runtime → package}/locales/angular/global/ms.js +0 -0
- {app-ng-runtime → package}/locales/angular/global/mt.js +0 -0
- {app-ng-runtime → package}/locales/angular/global/mua.js +0 -0
- {app-ng-runtime → package}/locales/angular/global/my.js +0 -0
- {app-ng-runtime → package}/locales/angular/global/mzn.js +0 -0
- {app-ng-runtime → package}/locales/angular/global/naq.js +0 -0
- {app-ng-runtime → package}/locales/angular/global/nb-sj.js +0 -0
- {app-ng-runtime → package}/locales/angular/global/nb.js +0 -0
- {app-ng-runtime → package}/locales/angular/global/nd.js +0 -0
- {app-ng-runtime → package}/locales/angular/global/nds-nl.js +0 -0
- {app-ng-runtime → package}/locales/angular/global/nds.js +0 -0
- {app-ng-runtime → package}/locales/angular/global/ne-in.js +0 -0
- {app-ng-runtime → package}/locales/angular/global/ne.js +0 -0
- {app-ng-runtime → package}/locales/angular/global/nl-aw.js +0 -0
- {app-ng-runtime → package}/locales/angular/global/nl-be.js +0 -0
- {app-ng-runtime → package}/locales/angular/global/nl-bq.js +0 -0
- {app-ng-runtime → package}/locales/angular/global/nl-cw.js +0 -0
- {app-ng-runtime → package}/locales/angular/global/nl-sr.js +0 -0
- {app-ng-runtime → package}/locales/angular/global/nl-sx.js +0 -0
- {app-ng-runtime → package}/locales/angular/global/nl.js +0 -0
- {app-ng-runtime → package}/locales/angular/global/nmg.js +0 -0
- {app-ng-runtime → package}/locales/angular/global/nn.js +0 -0
- {app-ng-runtime → package}/locales/angular/global/nnh.js +0 -0
- {app-ng-runtime → package}/locales/angular/global/no.js +0 -0
- {app-ng-runtime → package}/locales/angular/global/nus.js +0 -0
- {app-ng-runtime → package}/locales/angular/global/nyn.js +0 -0
- {app-ng-runtime → package}/locales/angular/global/om-ke.js +0 -0
- {app-ng-runtime → package}/locales/angular/global/om.js +0 -0
- {app-ng-runtime → package}/locales/angular/global/or.js +0 -0
- {app-ng-runtime → package}/locales/angular/global/os-ru.js +0 -0
- {app-ng-runtime → package}/locales/angular/global/os.js +0 -0
- {app-ng-runtime → package}/locales/angular/global/pa-arab.js +0 -0
- {app-ng-runtime → package}/locales/angular/global/pa-guru.js +0 -0
- {app-ng-runtime → package}/locales/angular/global/pa.js +0 -0
- {app-ng-runtime → package}/locales/angular/global/pcm.js +0 -0
- {app-ng-runtime → package}/locales/angular/global/pl.js +0 -0
- {app-ng-runtime → package}/locales/angular/global/ps-pk.js +0 -0
- {app-ng-runtime → package}/locales/angular/global/ps.js +0 -0
- {app-ng-runtime → package}/locales/angular/global/pt-ao.js +0 -0
- {app-ng-runtime → package}/locales/angular/global/pt-ch.js +0 -0
- {app-ng-runtime → package}/locales/angular/global/pt-cv.js +0 -0
- {app-ng-runtime → package}/locales/angular/global/pt-gq.js +0 -0
- {app-ng-runtime → package}/locales/angular/global/pt-gw.js +0 -0
- {app-ng-runtime → package}/locales/angular/global/pt-lu.js +0 -0
- {app-ng-runtime → package}/locales/angular/global/pt-mo.js +0 -0
- {app-ng-runtime → package}/locales/angular/global/pt-mz.js +0 -0
- {app-ng-runtime → package}/locales/angular/global/pt-pt.js +0 -0
- {app-ng-runtime → package}/locales/angular/global/pt-st.js +0 -0
- {app-ng-runtime → package}/locales/angular/global/pt-tl.js +0 -0
- {app-ng-runtime → package}/locales/angular/global/pt.js +0 -0
- {app-ng-runtime → package}/locales/angular/global/qu-bo.js +0 -0
- {app-ng-runtime → package}/locales/angular/global/qu-ec.js +0 -0
- {app-ng-runtime → package}/locales/angular/global/qu.js +0 -0
- {app-ng-runtime → package}/locales/angular/global/rm.js +0 -0
- {app-ng-runtime → package}/locales/angular/global/rn.js +0 -0
- {app-ng-runtime → package}/locales/angular/global/ro-md.js +0 -0
- {app-ng-runtime → package}/locales/angular/global/ro.js +0 -0
- {app-ng-runtime → package}/locales/angular/global/rof.js +0 -0
- {app-ng-runtime → package}/locales/angular/global/ru-by.js +0 -0
- {app-ng-runtime → package}/locales/angular/global/ru-kg.js +0 -0
- {app-ng-runtime → package}/locales/angular/global/ru-kz.js +0 -0
- {app-ng-runtime → package}/locales/angular/global/ru-md.js +0 -0
- {app-ng-runtime → package}/locales/angular/global/ru-ua.js +0 -0
- {app-ng-runtime → package}/locales/angular/global/ru.js +0 -0
- {app-ng-runtime → package}/locales/angular/global/rw.js +0 -0
- {app-ng-runtime → package}/locales/angular/global/rwk.js +0 -0
- {app-ng-runtime → package}/locales/angular/global/sa.js +0 -0
- {app-ng-runtime → package}/locales/angular/global/sah.js +0 -0
- {app-ng-runtime → package}/locales/angular/global/saq.js +0 -0
- {app-ng-runtime → package}/locales/angular/global/sat-olck.js +0 -0
- {app-ng-runtime → package}/locales/angular/global/sat.js +0 -0
- {app-ng-runtime → package}/locales/angular/global/sbp.js +0 -0
- {app-ng-runtime → package}/locales/angular/global/sc.js +0 -0
- {app-ng-runtime → package}/locales/angular/global/sd-arab.js +0 -0
- {app-ng-runtime → package}/locales/angular/global/sd-deva.js +0 -0
- {app-ng-runtime → package}/locales/angular/global/sd.js +0 -0
- {app-ng-runtime → package}/locales/angular/global/se-fi.js +0 -0
- {app-ng-runtime → package}/locales/angular/global/se-se.js +0 -0
- {app-ng-runtime → package}/locales/angular/global/se.js +0 -0
- {app-ng-runtime → package}/locales/angular/global/seh.js +0 -0
- {app-ng-runtime → package}/locales/angular/global/ses.js +0 -0
- {app-ng-runtime → package}/locales/angular/global/sg.js +0 -0
- {app-ng-runtime → package}/locales/angular/global/shi-latn.js +0 -0
- {app-ng-runtime → package}/locales/angular/global/shi-tfng.js +0 -0
- {app-ng-runtime → package}/locales/angular/global/shi.js +0 -0
- {app-ng-runtime → package}/locales/angular/global/si.js +0 -0
- {app-ng-runtime → package}/locales/angular/global/sk.js +0 -0
- {app-ng-runtime → package}/locales/angular/global/sl.js +0 -0
- {app-ng-runtime → package}/locales/angular/global/smn.js +0 -0
- {app-ng-runtime → package}/locales/angular/global/sn.js +0 -0
- {app-ng-runtime → package}/locales/angular/global/so-dj.js +0 -0
- {app-ng-runtime → package}/locales/angular/global/so-et.js +0 -0
- {app-ng-runtime → package}/locales/angular/global/so-ke.js +0 -0
- {app-ng-runtime → package}/locales/angular/global/so.js +0 -0
- {app-ng-runtime → package}/locales/angular/global/sq-mk.js +0 -0
- {app-ng-runtime → package}/locales/angular/global/sq-xk.js +0 -0
- {app-ng-runtime → package}/locales/angular/global/sq.js +0 -0
- {app-ng-runtime → package}/locales/angular/global/sr-cyrl-ba.js +0 -0
- {app-ng-runtime → package}/locales/angular/global/sr-cyrl-me.js +0 -0
- {app-ng-runtime → package}/locales/angular/global/sr-cyrl-xk.js +0 -0
- {app-ng-runtime → package}/locales/angular/global/sr-cyrl.js +0 -0
- {app-ng-runtime → package}/locales/angular/global/sr-latn-ba.js +0 -0
- {app-ng-runtime → package}/locales/angular/global/sr-latn-me.js +0 -0
- {app-ng-runtime → package}/locales/angular/global/sr-latn-xk.js +0 -0
- {app-ng-runtime → package}/locales/angular/global/sr-latn.js +0 -0
- {app-ng-runtime → package}/locales/angular/global/sr.js +0 -0
- {app-ng-runtime → package}/locales/angular/global/su-latn.js +0 -0
- {app-ng-runtime → package}/locales/angular/global/su.js +0 -0
- {app-ng-runtime → package}/locales/angular/global/sv-ax.js +0 -0
- {app-ng-runtime → package}/locales/angular/global/sv-fi.js +0 -0
- {app-ng-runtime → package}/locales/angular/global/sv.js +0 -0
- {app-ng-runtime → package}/locales/angular/global/sw-cd.js +0 -0
- {app-ng-runtime → package}/locales/angular/global/sw-ke.js +0 -0
- {app-ng-runtime → package}/locales/angular/global/sw-ug.js +0 -0
- {app-ng-runtime → package}/locales/angular/global/sw.js +0 -0
- {app-ng-runtime → package}/locales/angular/global/ta-lk.js +0 -0
- {app-ng-runtime → package}/locales/angular/global/ta-my.js +0 -0
- {app-ng-runtime → package}/locales/angular/global/ta-sg.js +0 -0
- {app-ng-runtime → package}/locales/angular/global/ta.js +0 -0
- {app-ng-runtime → package}/locales/angular/global/te.js +0 -0
- {app-ng-runtime → package}/locales/angular/global/teo-ke.js +0 -0
- {app-ng-runtime → package}/locales/angular/global/teo.js +0 -0
- {app-ng-runtime → package}/locales/angular/global/tg.js +0 -0
- {app-ng-runtime → package}/locales/angular/global/th.js +0 -0
- {app-ng-runtime → package}/locales/angular/global/ti-er.js +0 -0
- {app-ng-runtime → package}/locales/angular/global/ti.js +0 -0
- {app-ng-runtime → package}/locales/angular/global/tk.js +0 -0
- {app-ng-runtime → package}/locales/angular/global/to.js +0 -0
- {app-ng-runtime → package}/locales/angular/global/tr-cy.js +0 -0
- {app-ng-runtime → package}/locales/angular/global/tr.js +0 -0
- {app-ng-runtime → package}/locales/angular/global/tt.js +0 -0
- {app-ng-runtime → package}/locales/angular/global/twq.js +0 -0
- {app-ng-runtime → package}/locales/angular/global/tzm.js +0 -0
- {app-ng-runtime → package}/locales/angular/global/ug.js +0 -0
- {app-ng-runtime → package}/locales/angular/global/uk.js +0 -0
- {app-ng-runtime → package}/locales/angular/global/und.js +0 -0
- {app-ng-runtime → package}/locales/angular/global/ur-in.js +0 -0
- {app-ng-runtime → package}/locales/angular/global/ur.js +0 -0
- {app-ng-runtime → package}/locales/angular/global/uz-arab.js +0 -0
- {app-ng-runtime → package}/locales/angular/global/uz-cyrl.js +0 -0
- {app-ng-runtime → package}/locales/angular/global/uz-latn.js +0 -0
- {app-ng-runtime → package}/locales/angular/global/uz.js +0 -0
- {app-ng-runtime → package}/locales/angular/global/vai-latn.js +0 -0
- {app-ng-runtime → package}/locales/angular/global/vai-vaii.js +0 -0
- {app-ng-runtime → package}/locales/angular/global/vai.js +0 -0
- {app-ng-runtime → package}/locales/angular/global/vi.js +0 -0
- {app-ng-runtime → package}/locales/angular/global/vun.js +0 -0
- {app-ng-runtime → package}/locales/angular/global/wae.js +0 -0
- {app-ng-runtime → package}/locales/angular/global/wo.js +0 -0
- {app-ng-runtime → package}/locales/angular/global/xh.js +0 -0
- {app-ng-runtime → package}/locales/angular/global/xog.js +0 -0
- {app-ng-runtime → package}/locales/angular/global/yav.js +0 -0
- {app-ng-runtime → package}/locales/angular/global/yi.js +0 -0
- {app-ng-runtime → package}/locales/angular/global/yo-bj.js +0 -0
- {app-ng-runtime → package}/locales/angular/global/yo.js +0 -0
- {app-ng-runtime → package}/locales/angular/global/yrl-co.js +0 -0
- {app-ng-runtime → package}/locales/angular/global/yrl-ve.js +0 -0
- {app-ng-runtime → package}/locales/angular/global/yrl.js +0 -0
- {app-ng-runtime → package}/locales/angular/global/yue-hans.js +0 -0
- {app-ng-runtime → package}/locales/angular/global/yue-hant.js +0 -0
- {app-ng-runtime → package}/locales/angular/global/yue.js +0 -0
- {app-ng-runtime → package}/locales/angular/global/zgh.js +0 -0
- {app-ng-runtime → package}/locales/angular/global/zh-hans-hk.js +0 -0
- {app-ng-runtime → package}/locales/angular/global/zh-hans-mo.js +0 -0
- {app-ng-runtime → package}/locales/angular/global/zh-hans-sg.js +0 -0
- {app-ng-runtime → package}/locales/angular/global/zh-hans.js +0 -0
- {app-ng-runtime → package}/locales/angular/global/zh-hant-hk.js +0 -0
- {app-ng-runtime → package}/locales/angular/global/zh-hant-mo.js +0 -0
- {app-ng-runtime → package}/locales/angular/global/zh-hant.js +0 -0
- {app-ng-runtime → package}/locales/angular/global/zh.js +0 -0
- {app-ng-runtime → package}/locales/angular/global/zu.js +0 -0
- {app-ng-runtime → package}/locales/fullcalendar/af.js +0 -0
- {app-ng-runtime → package}/locales/fullcalendar/ar-dz.js +0 -0
- {app-ng-runtime → package}/locales/fullcalendar/ar-kw.js +0 -0
- {app-ng-runtime → package}/locales/fullcalendar/ar-ly.js +0 -0
- {app-ng-runtime → package}/locales/fullcalendar/ar-ma.js +0 -0
- {app-ng-runtime → package}/locales/fullcalendar/ar-sa.js +0 -0
- {app-ng-runtime → package}/locales/fullcalendar/ar-tn.js +0 -0
- {app-ng-runtime → package}/locales/fullcalendar/ar.js +0 -0
- {app-ng-runtime → package}/locales/fullcalendar/az.js +0 -0
- {app-ng-runtime → package}/locales/fullcalendar/bg.js +0 -0
- {app-ng-runtime → package}/locales/fullcalendar/bs.js +0 -0
- {app-ng-runtime → package}/locales/fullcalendar/ca.js +0 -0
- {app-ng-runtime → package}/locales/fullcalendar/cs.js +0 -0
- {app-ng-runtime → package}/locales/fullcalendar/da.js +0 -0
- {app-ng-runtime → package}/locales/fullcalendar/de.js +0 -0
- {app-ng-runtime → package}/locales/fullcalendar/el.js +0 -0
- {app-ng-runtime → package}/locales/fullcalendar/en-au.js +0 -0
- {app-ng-runtime → package}/locales/fullcalendar/en-gb.js +0 -0
- {app-ng-runtime → package}/locales/fullcalendar/en-nz.js +0 -0
- {app-ng-runtime → package}/locales/fullcalendar/es-us.js +0 -0
- {app-ng-runtime → package}/locales/fullcalendar/es.js +0 -0
- {app-ng-runtime → package}/locales/fullcalendar/et.js +0 -0
- {app-ng-runtime → package}/locales/fullcalendar/eu.js +0 -0
- {app-ng-runtime → package}/locales/fullcalendar/fa.js +0 -0
- {app-ng-runtime → package}/locales/fullcalendar/fi.js +0 -0
- {app-ng-runtime → package}/locales/fullcalendar/fr-ca.js +0 -0
- {app-ng-runtime → package}/locales/fullcalendar/fr-ch.js +0 -0
- {app-ng-runtime → package}/locales/fullcalendar/fr.js +0 -0
- {app-ng-runtime → package}/locales/fullcalendar/gl.js +0 -0
- {app-ng-runtime → package}/locales/fullcalendar/he.js +0 -0
- {app-ng-runtime → package}/locales/fullcalendar/hi.js +0 -0
- {app-ng-runtime → package}/locales/fullcalendar/hr.js +0 -0
- {app-ng-runtime → package}/locales/fullcalendar/hu.js +0 -0
- {app-ng-runtime → package}/locales/fullcalendar/id.js +0 -0
- {app-ng-runtime → package}/locales/fullcalendar/is.js +0 -0
- {app-ng-runtime → package}/locales/fullcalendar/it.js +0 -0
- {app-ng-runtime → package}/locales/fullcalendar/ja.js +0 -0
- {app-ng-runtime → package}/locales/fullcalendar/ka.js +0 -0
- {app-ng-runtime → package}/locales/fullcalendar/kk.js +0 -0
- {app-ng-runtime → package}/locales/fullcalendar/ko.js +0 -0
- {app-ng-runtime → package}/locales/fullcalendar/lb.js +0 -0
- {app-ng-runtime → package}/locales/fullcalendar/lt.js +0 -0
- {app-ng-runtime → package}/locales/fullcalendar/lv.js +0 -0
- {app-ng-runtime → package}/locales/fullcalendar/mk.js +0 -0
- {app-ng-runtime → package}/locales/fullcalendar/ms.js +0 -0
- {app-ng-runtime → package}/locales/fullcalendar/nb.js +0 -0
- {app-ng-runtime → package}/locales/fullcalendar/ne.js +0 -0
- {app-ng-runtime → package}/locales/fullcalendar/nl.js +0 -0
- {app-ng-runtime → package}/locales/fullcalendar/nn.js +0 -0
- {app-ng-runtime → package}/locales/fullcalendar/pl.js +0 -0
- {app-ng-runtime → package}/locales/fullcalendar/pt-br.js +0 -0
- {app-ng-runtime → package}/locales/fullcalendar/pt.js +0 -0
- {app-ng-runtime → package}/locales/fullcalendar/ro.js +0 -0
- {app-ng-runtime → package}/locales/fullcalendar/ru.js +0 -0
- {app-ng-runtime → package}/locales/fullcalendar/sk.js +0 -0
- {app-ng-runtime → package}/locales/fullcalendar/sl.js +0 -0
- {app-ng-runtime → package}/locales/fullcalendar/sq.js +0 -0
- {app-ng-runtime → package}/locales/fullcalendar/sr-cyrl.js +0 -0
- {app-ng-runtime → package}/locales/fullcalendar/sr.js +0 -0
- {app-ng-runtime → package}/locales/fullcalendar/sv.js +0 -0
- {app-ng-runtime → package}/locales/fullcalendar/th.js +0 -0
- {app-ng-runtime → package}/locales/fullcalendar/tr.js +0 -0
- {app-ng-runtime → package}/locales/fullcalendar/ug.js +0 -0
- {app-ng-runtime → package}/locales/fullcalendar/uk.js +0 -0
- {app-ng-runtime → package}/locales/fullcalendar/uz.js +0 -0
- {app-ng-runtime → package}/locales/fullcalendar/vi.js +0 -0
- {app-ng-runtime → package}/locales/fullcalendar/zh-cn.js +0 -0
- {app-ng-runtime → package}/locales/fullcalendar/zh-tw.js +0 -0
- {app-ng-runtime → package}/locales/moment/af.js +0 -0
- {app-ng-runtime → package}/locales/moment/ar-dz.js +0 -0
- {app-ng-runtime → package}/locales/moment/ar-kw.js +0 -0
- {app-ng-runtime → package}/locales/moment/ar-ly.js +0 -0
- {app-ng-runtime → package}/locales/moment/ar-ma.js +0 -0
- {app-ng-runtime → package}/locales/moment/ar-sa.js +0 -0
- {app-ng-runtime → package}/locales/moment/ar-tn.js +0 -0
- {app-ng-runtime → package}/locales/moment/ar.js +0 -0
- {app-ng-runtime → package}/locales/moment/az.js +0 -0
- {app-ng-runtime → package}/locales/moment/be.js +0 -0
- {app-ng-runtime → package}/locales/moment/bg.js +0 -0
- {app-ng-runtime → package}/locales/moment/bm.js +0 -0
- {app-ng-runtime → package}/locales/moment/bn-bd.js +0 -0
- {app-ng-runtime → package}/locales/moment/bn.js +0 -0
- {app-ng-runtime → package}/locales/moment/bo.js +0 -0
- {app-ng-runtime → package}/locales/moment/br.js +0 -0
- {app-ng-runtime → package}/locales/moment/bs.js +0 -0
- {app-ng-runtime → package}/locales/moment/ca.js +0 -0
- {app-ng-runtime → package}/locales/moment/cs.js +0 -0
- {app-ng-runtime → package}/locales/moment/cv.js +0 -0
- {app-ng-runtime → package}/locales/moment/cy.js +0 -0
- {app-ng-runtime → package}/locales/moment/da.js +0 -0
- {app-ng-runtime → package}/locales/moment/de-at.js +0 -0
- {app-ng-runtime → package}/locales/moment/de-ch.js +0 -0
- {app-ng-runtime → package}/locales/moment/de.js +0 -0
- {app-ng-runtime → package}/locales/moment/dv.js +0 -0
- {app-ng-runtime → package}/locales/moment/el.js +0 -0
- {app-ng-runtime → package}/locales/moment/en-au.js +0 -0
- {app-ng-runtime → package}/locales/moment/en-ca.js +0 -0
- {app-ng-runtime → package}/locales/moment/en-gb.js +0 -0
- {app-ng-runtime → package}/locales/moment/en-ie.js +0 -0
- {app-ng-runtime → package}/locales/moment/en-il.js +0 -0
- {app-ng-runtime → package}/locales/moment/en-in.js +0 -0
- {app-ng-runtime → package}/locales/moment/en-nz.js +0 -0
- {app-ng-runtime → package}/locales/moment/en-sg.js +0 -0
- {app-ng-runtime → package}/locales/moment/eo.js +0 -0
- {app-ng-runtime → package}/locales/moment/es-do.js +0 -0
- {app-ng-runtime → package}/locales/moment/es-mx.js +0 -0
- {app-ng-runtime → package}/locales/moment/es-us.js +0 -0
- {app-ng-runtime → package}/locales/moment/es.js +0 -0
- {app-ng-runtime → package}/locales/moment/et.js +0 -0
- {app-ng-runtime → package}/locales/moment/eu.js +0 -0
- {app-ng-runtime → package}/locales/moment/fa.js +0 -0
- {app-ng-runtime → package}/locales/moment/fi.js +0 -0
- {app-ng-runtime → package}/locales/moment/fil.js +0 -0
- {app-ng-runtime → package}/locales/moment/fo.js +0 -0
- {app-ng-runtime → package}/locales/moment/fr-ca.js +0 -0
- {app-ng-runtime → package}/locales/moment/fr-ch.js +0 -0
- {app-ng-runtime → package}/locales/moment/fr.js +0 -0
- {app-ng-runtime → package}/locales/moment/fy.js +0 -0
- {app-ng-runtime → package}/locales/moment/ga.js +0 -0
- {app-ng-runtime → package}/locales/moment/gd.js +0 -0
- {app-ng-runtime → package}/locales/moment/gl.js +0 -0
- {app-ng-runtime → package}/locales/moment/gom-deva.js +0 -0
- {app-ng-runtime → package}/locales/moment/gom-latn.js +0 -0
- {app-ng-runtime → package}/locales/moment/gu.js +0 -0
- {app-ng-runtime → package}/locales/moment/he.js +0 -0
- {app-ng-runtime → package}/locales/moment/hi.js +0 -0
- {app-ng-runtime → package}/locales/moment/hr.js +0 -0
- {app-ng-runtime → package}/locales/moment/hu.js +0 -0
- {app-ng-runtime → package}/locales/moment/hy-am.js +0 -0
- {app-ng-runtime → package}/locales/moment/id.js +0 -0
- {app-ng-runtime → package}/locales/moment/is.js +0 -0
- {app-ng-runtime → package}/locales/moment/it-ch.js +0 -0
- {app-ng-runtime → package}/locales/moment/it.js +0 -0
- {app-ng-runtime → package}/locales/moment/ja.js +0 -0
- {app-ng-runtime → package}/locales/moment/jv.js +0 -0
- {app-ng-runtime → package}/locales/moment/ka.js +0 -0
- {app-ng-runtime → package}/locales/moment/kk.js +0 -0
- {app-ng-runtime → package}/locales/moment/km.js +0 -0
- {app-ng-runtime → package}/locales/moment/kn.js +0 -0
- {app-ng-runtime → package}/locales/moment/ko.js +0 -0
- {app-ng-runtime → package}/locales/moment/ku.js +0 -0
- {app-ng-runtime → package}/locales/moment/ky.js +0 -0
- {app-ng-runtime → package}/locales/moment/lb.js +0 -0
- {app-ng-runtime → package}/locales/moment/lo.js +0 -0
- {app-ng-runtime → package}/locales/moment/lt.js +0 -0
- {app-ng-runtime → package}/locales/moment/lv.js +0 -0
- {app-ng-runtime → package}/locales/moment/me.js +0 -0
- {app-ng-runtime → package}/locales/moment/mi.js +0 -0
- {app-ng-runtime → package}/locales/moment/mk.js +0 -0
- {app-ng-runtime → package}/locales/moment/ml.js +0 -0
- {app-ng-runtime → package}/locales/moment/mn.js +0 -0
- {app-ng-runtime → package}/locales/moment/mr.js +0 -0
- {app-ng-runtime → package}/locales/moment/ms-my.js +0 -0
- {app-ng-runtime → package}/locales/moment/ms.js +0 -0
- {app-ng-runtime → package}/locales/moment/mt.js +0 -0
- {app-ng-runtime → package}/locales/moment/my.js +0 -0
- {app-ng-runtime → package}/locales/moment/nb.js +0 -0
- {app-ng-runtime → package}/locales/moment/ne.js +0 -0
- {app-ng-runtime → package}/locales/moment/nl-be.js +0 -0
- {app-ng-runtime → package}/locales/moment/nl.js +0 -0
- {app-ng-runtime → package}/locales/moment/nn.js +0 -0
- {app-ng-runtime → package}/locales/moment/oc-lnc.js +0 -0
- {app-ng-runtime → package}/locales/moment/pa-in.js +0 -0
- {app-ng-runtime → package}/locales/moment/pl.js +0 -0
- {app-ng-runtime → package}/locales/moment/pt-br.js +0 -0
- {app-ng-runtime → package}/locales/moment/pt.js +0 -0
- {app-ng-runtime → package}/locales/moment/ro.js +0 -0
- {app-ng-runtime → package}/locales/moment/ru.js +0 -0
- {app-ng-runtime → package}/locales/moment/sd.js +0 -0
- {app-ng-runtime → package}/locales/moment/se.js +0 -0
- {app-ng-runtime → package}/locales/moment/si.js +0 -0
- {app-ng-runtime → package}/locales/moment/sk.js +0 -0
- {app-ng-runtime → package}/locales/moment/sl.js +0 -0
- {app-ng-runtime → package}/locales/moment/sq.js +0 -0
- {app-ng-runtime → package}/locales/moment/sr-cyrl.js +0 -0
- {app-ng-runtime → package}/locales/moment/sr.js +0 -0
- {app-ng-runtime → package}/locales/moment/ss.js +0 -0
- {app-ng-runtime → package}/locales/moment/sv.js +0 -0
- {app-ng-runtime → package}/locales/moment/sw.js +0 -0
- {app-ng-runtime → package}/locales/moment/ta.js +0 -0
- {app-ng-runtime → package}/locales/moment/te.js +0 -0
- {app-ng-runtime → package}/locales/moment/tet.js +0 -0
- {app-ng-runtime → package}/locales/moment/tg.js +0 -0
- {app-ng-runtime → package}/locales/moment/th.js +0 -0
- {app-ng-runtime → package}/locales/moment/tk.js +0 -0
- {app-ng-runtime → package}/locales/moment/tl-ph.js +0 -0
- {app-ng-runtime → package}/locales/moment/tlh.js +0 -0
- {app-ng-runtime → package}/locales/moment/tr.js +0 -0
- {app-ng-runtime → package}/locales/moment/tzl.js +0 -0
- {app-ng-runtime → package}/locales/moment/tzm-latn.js +0 -0
- {app-ng-runtime → package}/locales/moment/tzm.js +0 -0
- {app-ng-runtime → package}/locales/moment/ug-cn.js +0 -0
- {app-ng-runtime → package}/locales/moment/uk.js +0 -0
- {app-ng-runtime → package}/locales/moment/ur.js +0 -0
- {app-ng-runtime → package}/locales/moment/uz-latn.js +0 -0
- {app-ng-runtime → package}/locales/moment/uz.js +0 -0
- {app-ng-runtime → package}/locales/moment/vi.js +0 -0
- {app-ng-runtime → package}/locales/moment/x-pseudo.js +0 -0
- {app-ng-runtime → package}/locales/moment/yo.js +0 -0
- {app-ng-runtime → package}/locales/moment/zh-cn.js +0 -0
- {app-ng-runtime → package}/locales/moment/zh-hk.js +0 -0
- {app-ng-runtime → package}/locales/moment/zh-mo.js +0 -0
- {app-ng-runtime → package}/locales/moment/zh-tw.js +0 -0
- {app-ng-runtime → package}/locales/moment-timezone/moment-timezone-with-data.js +0 -0
- {app-ng-runtime → package}/mobile/components/basic/default/anchor/anchor.directive.d.ts +0 -0
- {app-ng-runtime → package}/mobile/components/basic/default/app-update/app-update.component.d.ts +0 -0
- {app-ng-runtime → package}/mobile/components/basic/default/basic.module.d.ts +0 -0
- {app-ng-runtime → package}/mobile/components/basic/default/bundles/index.umd.js +0 -0
- {app-ng-runtime → package}/mobile/components/basic/default/esm2022/anchor/anchor.directive.mjs +0 -0
- {app-ng-runtime → package}/mobile/components/basic/default/esm2022/app-update/app-update.component.mjs +0 -0
- {app-ng-runtime → package}/mobile/components/basic/default/esm2022/basic.module.mjs +0 -0
- {app-ng-runtime → package}/mobile/components/basic/default/esm2022/file-browser/file-browser.component.mjs +0 -0
- {app-ng-runtime → package}/mobile/components/basic/default/esm2022/file-browser/file-selector.service.mjs +0 -0
- {app-ng-runtime → package}/mobile/components/basic/default/esm2022/image-cache/image-cache.directive.mjs +0 -0
- {app-ng-runtime → package}/mobile/components/basic/default/esm2022/index.mjs +0 -0
- {app-ng-runtime → package}/mobile/components/basic/default/esm2022/network-info-toaster/network-info-toaster.component.mjs +0 -0
- {app-ng-runtime → package}/mobile/components/basic/default/esm2022/network-info-toaster/network-info-toaster.props.mjs +0 -0
- {app-ng-runtime → package}/mobile/components/basic/default/esm2022/process-manager/process-management.service.mjs +0 -0
- {app-ng-runtime → package}/mobile/components/basic/default/esm2022/process-manager/process-manager.component.mjs +0 -0
- {app-ng-runtime → package}/mobile/components/basic/default/esm2022/public_api.mjs +0 -0
- {app-ng-runtime → package}/mobile/components/basic/default/fesm2022/index.mjs +0 -0
- {app-ng-runtime → package}/mobile/components/basic/default/fesm2022/index.mjs.map +0 -0
- {app-ng-runtime → package}/mobile/components/basic/default/file-browser/file-browser.component.d.ts +0 -0
- {app-ng-runtime → package}/mobile/components/basic/default/file-browser/file-selector.service.d.ts +0 -0
- {app-ng-runtime → package}/mobile/components/basic/default/image-cache/image-cache.directive.d.ts +0 -0
- {app-ng-runtime → package}/mobile/components/basic/default/index.d.ts +0 -0
- {app-ng-runtime → package}/mobile/components/basic/default/network-info-toaster/network-info-toaster.component.d.ts +0 -0
- {app-ng-runtime → package}/mobile/components/basic/default/network-info-toaster/network-info-toaster.props.d.ts +0 -0
- {app-ng-runtime → package}/mobile/components/basic/default/process-manager/process-management.service.d.ts +0 -0
- {app-ng-runtime → package}/mobile/components/basic/default/process-manager/process-manager.component.d.ts +0 -0
- {app-ng-runtime → package}/mobile/components/basic/default/public_api.d.ts +0 -0
- {app-ng-runtime → package}/mobile/components/basic/search/bundles/index.umd.js +0 -0
- {app-ng-runtime → package}/mobile/components/basic/search/esm2022/index.mjs +0 -0
- {app-ng-runtime → package}/mobile/components/basic/search/esm2022/public_api.mjs +0 -0
- {app-ng-runtime → package}/mobile/components/basic/search/esm2022/search.directive.mjs +0 -0
- {app-ng-runtime → package}/mobile/components/basic/search/esm2022/search.module.mjs +0 -0
- {app-ng-runtime → package}/mobile/components/basic/search/fesm2022/index.mjs +0 -0
- {app-ng-runtime → package}/mobile/components/basic/search/fesm2022/index.mjs.map +0 -0
- {app-ng-runtime → package}/mobile/components/basic/search/index.d.ts +0 -0
- {app-ng-runtime → package}/mobile/components/basic/search/public_api.d.ts +0 -0
- {app-ng-runtime → package}/mobile/components/basic/search/search.directive.d.ts +0 -0
- {app-ng-runtime → package}/mobile/components/basic/search/search.module.d.ts +0 -0
- {app-ng-runtime → package}/mobile/components/containers/segmented-control/bundles/index.umd.js +0 -0
- {app-ng-runtime → package}/mobile/components/containers/segmented-control/esm2022/index.mjs +0 -0
- {app-ng-runtime → package}/mobile/components/containers/segmented-control/esm2022/public_api.mjs +0 -0
- {app-ng-runtime → package}/mobile/components/containers/segmented-control/esm2022/segment-content/segment-content.component.mjs +0 -0
- {app-ng-runtime → package}/mobile/components/containers/segmented-control/esm2022/segment-content/segment-content.props.mjs +0 -0
- {app-ng-runtime → package}/mobile/components/containers/segmented-control/esm2022/segmented-control.component.mjs +0 -0
- {app-ng-runtime → package}/mobile/components/containers/segmented-control/esm2022/segmented-control.module.mjs +0 -0
- {app-ng-runtime → package}/mobile/components/containers/segmented-control/esm2022/segmented-control.props.mjs +0 -0
- {app-ng-runtime → package}/mobile/components/containers/segmented-control/fesm2022/index.mjs +0 -0
- {app-ng-runtime → package}/mobile/components/containers/segmented-control/fesm2022/index.mjs.map +0 -0
- {app-ng-runtime → package}/mobile/components/containers/segmented-control/index.d.ts +0 -0
- {app-ng-runtime → package}/mobile/components/containers/segmented-control/public_api.d.ts +0 -0
- {app-ng-runtime → package}/mobile/components/containers/segmented-control/segment-content/segment-content.component.d.ts +0 -0
- {app-ng-runtime → package}/mobile/components/containers/segmented-control/segment-content/segment-content.props.d.ts +0 -0
- {app-ng-runtime → package}/mobile/components/containers/segmented-control/segmented-control.component.d.ts +0 -0
- {app-ng-runtime → package}/mobile/components/containers/segmented-control/segmented-control.module.d.ts +0 -0
- {app-ng-runtime → package}/mobile/components/containers/segmented-control/segmented-control.props.d.ts +0 -0
- {app-ng-runtime → package}/mobile/components/data/media-list/bundles/index.umd.js +0 -0
- {app-ng-runtime → package}/mobile/components/data/media-list/esm2022/index.mjs +0 -0
- {app-ng-runtime → package}/mobile/components/data/media-list/esm2022/media-list-item/media-list-item.directive.mjs +0 -0
- {app-ng-runtime → package}/mobile/components/data/media-list/esm2022/media-list.component.mjs +0 -0
- {app-ng-runtime → package}/mobile/components/data/media-list/esm2022/media-list.module.mjs +0 -0
- {app-ng-runtime → package}/mobile/components/data/media-list/esm2022/media-list.props.mjs +0 -0
- {app-ng-runtime → package}/mobile/components/data/media-list/esm2022/public_api.mjs +0 -0
- {app-ng-runtime → package}/mobile/components/data/media-list/fesm2022/index.mjs +0 -0
- {app-ng-runtime → package}/mobile/components/data/media-list/fesm2022/index.mjs.map +0 -0
- {app-ng-runtime → package}/mobile/components/data/media-list/index.d.ts +0 -0
- {app-ng-runtime → package}/mobile/components/data/media-list/media-list-item/media-list-item.directive.d.ts +0 -0
- {app-ng-runtime → package}/mobile/components/data/media-list/media-list.component.d.ts +0 -0
- {app-ng-runtime → package}/mobile/components/data/media-list/media-list.module.d.ts +0 -0
- {app-ng-runtime → package}/mobile/components/data/media-list/media-list.props.d.ts +0 -0
- {app-ng-runtime → package}/mobile/components/data/media-list/public_api.d.ts +0 -0
- {app-ng-runtime → package}/mobile/components/device/barcode-scanner/barcode-scanner.component.d.ts +0 -0
- {app-ng-runtime → package}/mobile/components/device/barcode-scanner/barcode-scanner.module.d.ts +0 -0
- {app-ng-runtime → package}/mobile/components/device/barcode-scanner/barcode-scanner.props.d.ts +0 -0
- {app-ng-runtime → package}/mobile/components/device/barcode-scanner/bundles/index.umd.js +0 -0
- {app-ng-runtime → package}/mobile/components/device/barcode-scanner/esm2022/barcode-scanner.component.mjs +0 -0
- {app-ng-runtime → package}/mobile/components/device/barcode-scanner/esm2022/barcode-scanner.module.mjs +0 -0
- {app-ng-runtime → package}/mobile/components/device/barcode-scanner/esm2022/barcode-scanner.props.mjs +0 -0
- {app-ng-runtime → package}/mobile/components/device/barcode-scanner/esm2022/index.mjs +0 -0
- {app-ng-runtime → package}/mobile/components/device/barcode-scanner/esm2022/public_api.mjs +0 -0
- {app-ng-runtime → package}/mobile/components/device/barcode-scanner/fesm2022/index.mjs +0 -0
- {app-ng-runtime → package}/mobile/components/device/barcode-scanner/fesm2022/index.mjs.map +0 -0
- {app-ng-runtime → package}/mobile/components/device/barcode-scanner/index.d.ts +0 -0
- {app-ng-runtime → package}/mobile/components/device/barcode-scanner/public_api.d.ts +0 -0
- {app-ng-runtime → package}/mobile/components/device/camera/bundles/index.umd.js +0 -0
- {app-ng-runtime → package}/mobile/components/device/camera/camera.component.d.ts +0 -0
- {app-ng-runtime → package}/mobile/components/device/camera/camera.module.d.ts +0 -0
- {app-ng-runtime → package}/mobile/components/device/camera/camera.props.d.ts +0 -0
- {app-ng-runtime → package}/mobile/components/device/camera/esm2022/camera.component.mjs +0 -0
- {app-ng-runtime → package}/mobile/components/device/camera/esm2022/camera.module.mjs +0 -0
- {app-ng-runtime → package}/mobile/components/device/camera/esm2022/camera.props.mjs +0 -0
- {app-ng-runtime → package}/mobile/components/device/camera/esm2022/index.mjs +0 -0
- {app-ng-runtime → package}/mobile/components/device/camera/esm2022/public_api.mjs +0 -0
- {app-ng-runtime → package}/mobile/components/device/camera/fesm2022/index.mjs +0 -0
- {app-ng-runtime → package}/mobile/components/device/camera/fesm2022/index.mjs.map +0 -0
- {app-ng-runtime → package}/mobile/components/device/camera/index.d.ts +0 -0
- {app-ng-runtime → package}/mobile/components/device/camera/public_api.d.ts +0 -0
- {app-ng-runtime → package}/mobile/components/input/file-upload/bundles/index.umd.js +0 -0
- {app-ng-runtime → package}/mobile/components/input/file-upload/esm2022/file-upload.directive.mjs +0 -0
- {app-ng-runtime → package}/mobile/components/input/file-upload/esm2022/file-upload.module.mjs +0 -0
- {app-ng-runtime → package}/mobile/components/input/file-upload/esm2022/index.mjs +0 -0
- {app-ng-runtime → package}/mobile/components/input/file-upload/esm2022/public_api.mjs +0 -0
- {app-ng-runtime → package}/mobile/components/input/file-upload/fesm2022/index.mjs +0 -0
- {app-ng-runtime → package}/mobile/components/input/file-upload/fesm2022/index.mjs.map +0 -0
- {app-ng-runtime → package}/mobile/components/input/file-upload/file-upload.directive.d.ts +0 -0
- {app-ng-runtime → package}/mobile/components/input/file-upload/file-upload.module.d.ts +0 -0
- {app-ng-runtime → package}/mobile/components/input/file-upload/index.d.ts +0 -0
- {app-ng-runtime → package}/mobile/components/input/file-upload/public_api.d.ts +0 -0
- {app-ng-runtime → package}/mobile/components/page/default/bundles/index.umd.js +0 -0
- {app-ng-runtime → package}/mobile/components/page/default/esm2022/index.mjs +0 -0
- {app-ng-runtime → package}/mobile/components/page/default/esm2022/page-content-loader/page-content-loader.component.mjs +0 -0
- {app-ng-runtime → package}/mobile/components/page/default/esm2022/page.directive.mjs +0 -0
- {app-ng-runtime → package}/mobile/components/page/default/esm2022/page.module.mjs +0 -0
- {app-ng-runtime → package}/mobile/components/page/default/esm2022/public_api.mjs +0 -0
- {app-ng-runtime → package}/mobile/components/page/default/fesm2022/index.mjs +0 -0
- {app-ng-runtime → package}/mobile/components/page/default/fesm2022/index.mjs.map +0 -0
- {app-ng-runtime → package}/mobile/components/page/default/index.d.ts +0 -0
- {app-ng-runtime → package}/mobile/components/page/default/page-content-loader/page-content-loader.component.d.ts +0 -0
- {app-ng-runtime → package}/mobile/components/page/default/page.directive.d.ts +0 -0
- {app-ng-runtime → package}/mobile/components/page/default/page.module.d.ts +0 -0
- {app-ng-runtime → package}/mobile/components/page/default/public_api.d.ts +0 -0
- {app-ng-runtime → package}/mobile/components/page/left-panel/bundles/index.umd.js +0 -0
- {app-ng-runtime → package}/mobile/components/page/left-panel/esm2022/index.mjs +0 -0
- {app-ng-runtime → package}/mobile/components/page/left-panel/esm2022/left-panel.directive.mjs +0 -0
- {app-ng-runtime → package}/mobile/components/page/left-panel/esm2022/left-panel.module.mjs +0 -0
- {app-ng-runtime → package}/mobile/components/page/left-panel/esm2022/public_api.mjs +0 -0
- {app-ng-runtime → package}/mobile/components/page/left-panel/fesm2022/index.mjs +0 -0
- {app-ng-runtime → package}/mobile/components/page/left-panel/fesm2022/index.mjs.map +0 -0
- {app-ng-runtime → package}/mobile/components/page/left-panel/index.d.ts +0 -0
- {app-ng-runtime → package}/mobile/components/page/left-panel/left-panel.directive.d.ts +0 -0
- {app-ng-runtime → package}/mobile/components/page/left-panel/left-panel.module.d.ts +0 -0
- {app-ng-runtime → package}/mobile/components/page/left-panel/public_api.d.ts +0 -0
- {app-ng-runtime → package}/mobile/components/page/mobile-navbar/bundles/index.umd.js +0 -0
- {app-ng-runtime → package}/mobile/components/page/mobile-navbar/esm2022/index.mjs +0 -0
- {app-ng-runtime → package}/mobile/components/page/mobile-navbar/esm2022/mobile-navbar.component.mjs +0 -0
- {app-ng-runtime → package}/mobile/components/page/mobile-navbar/esm2022/mobile-navbar.module.mjs +0 -0
- {app-ng-runtime → package}/mobile/components/page/mobile-navbar/esm2022/mobile-navbar.props.mjs +0 -0
- {app-ng-runtime → package}/mobile/components/page/mobile-navbar/esm2022/public_api.mjs +0 -0
- {app-ng-runtime → package}/mobile/components/page/mobile-navbar/fesm2022/index.mjs +0 -0
- {app-ng-runtime → package}/mobile/components/page/mobile-navbar/fesm2022/index.mjs.map +0 -0
- {app-ng-runtime → package}/mobile/components/page/mobile-navbar/index.d.ts +0 -0
- {app-ng-runtime → package}/mobile/components/page/mobile-navbar/mobile-navbar.component.d.ts +0 -0
- {app-ng-runtime → package}/mobile/components/page/mobile-navbar/mobile-navbar.module.d.ts +0 -0
- {app-ng-runtime → package}/mobile/components/page/mobile-navbar/mobile-navbar.props.d.ts +0 -0
- {app-ng-runtime → package}/mobile/components/page/mobile-navbar/public_api.d.ts +0 -0
- {app-ng-runtime → package}/mobile/components/page/tab-bar/bundles/index.umd.js +0 -0
- {app-ng-runtime → package}/mobile/components/page/tab-bar/esm2022/index.mjs +0 -0
- {app-ng-runtime → package}/mobile/components/page/tab-bar/esm2022/public_api.mjs +0 -0
- {app-ng-runtime → package}/mobile/components/page/tab-bar/esm2022/tab-bar.module.mjs +0 -0
- {app-ng-runtime → package}/mobile/components/page/tab-bar/esm2022/tabbar.component.mjs +0 -0
- {app-ng-runtime → package}/mobile/components/page/tab-bar/esm2022/tabbar.props.mjs +0 -0
- {app-ng-runtime → package}/mobile/components/page/tab-bar/fesm2022/index.mjs +0 -0
- {app-ng-runtime → package}/mobile/components/page/tab-bar/fesm2022/index.mjs.map +0 -0
- {app-ng-runtime → package}/mobile/components/page/tab-bar/index.d.ts +0 -0
- {app-ng-runtime → package}/mobile/components/page/tab-bar/public_api.d.ts +0 -0
- {app-ng-runtime → package}/mobile/components/page/tab-bar/tab-bar.module.d.ts +0 -0
- {app-ng-runtime → package}/mobile/components/page/tab-bar/tabbar.component.d.ts +0 -0
- {app-ng-runtime → package}/mobile/components/page/tab-bar/tabbar.props.d.ts +0 -0
- {app-ng-runtime → package}/mobile/core/bundles/index.umd.js +0 -0
- {app-ng-runtime → package}/mobile/core/core.module.d.ts +0 -0
- {app-ng-runtime → package}/mobile/core/esm2022/core.module.mjs +0 -0
- {app-ng-runtime → package}/mobile/core/esm2022/index.mjs +0 -0
- {app-ng-runtime → package}/mobile/core/esm2022/native.xhr.mjs +0 -0
- {app-ng-runtime → package}/mobile/core/esm2022/public_api.mjs +0 -0
- {app-ng-runtime → package}/mobile/core/esm2022/services/device-file-cache.service.mjs +0 -0
- {app-ng-runtime → package}/mobile/core/esm2022/services/device-file-download.service.mjs +0 -0
- {app-ng-runtime → package}/mobile/core/esm2022/services/device-file-opener.service.mjs +0 -0
- {app-ng-runtime → package}/mobile/core/esm2022/services/device-file-upload.service.mjs +0 -0
- {app-ng-runtime → package}/mobile/core/esm2022/services/device-file.service.mjs +0 -0
- {app-ng-runtime → package}/mobile/core/esm2022/services/device-start-up-service.mjs +0 -0
- {app-ng-runtime → package}/mobile/core/esm2022/services/device.service.mjs +0 -0
- {app-ng-runtime → package}/mobile/core/esm2022/services/ext-app-message.service.mjs +0 -0
- {app-ng-runtime → package}/mobile/core/esm2022/services/network.service.mjs +0 -0
- {app-ng-runtime → package}/mobile/core/fesm2022/index.mjs +0 -0
- {app-ng-runtime → package}/mobile/core/fesm2022/index.mjs.map +0 -0
- {app-ng-runtime → package}/mobile/core/index.d.ts +0 -0
- {app-ng-runtime → package}/mobile/core/native.xhr.d.ts +0 -0
- {app-ng-runtime → package}/mobile/core/public_api.d.ts +0 -0
- {app-ng-runtime → package}/mobile/core/services/device-file-cache.service.d.ts +0 -0
- {app-ng-runtime → package}/mobile/core/services/device-file-download.service.d.ts +0 -0
- {app-ng-runtime → package}/mobile/core/services/device-file-opener.service.d.ts +0 -0
- {app-ng-runtime → package}/mobile/core/services/device-file-upload.service.d.ts +0 -0
- {app-ng-runtime → package}/mobile/core/services/device-file.service.d.ts +0 -0
- {app-ng-runtime → package}/mobile/core/services/device-start-up-service.d.ts +0 -0
- {app-ng-runtime → package}/mobile/core/services/device.service.d.ts +0 -0
- {app-ng-runtime → package}/mobile/core/services/ext-app-message.service.d.ts +0 -0
- {app-ng-runtime → package}/mobile/core/services/network.service.d.ts +0 -0
- {app-ng-runtime → package}/mobile/offline/bundles/index.umd.js +0 -0
- {app-ng-runtime → package}/mobile/offline/esm2022/index.mjs +0 -0
- {app-ng-runtime → package}/mobile/offline/esm2022/models/config.mjs +0 -0
- {app-ng-runtime → package}/mobile/offline/esm2022/models/local-db-store.mjs +0 -0
- {app-ng-runtime → package}/mobile/offline/esm2022/offline.module.mjs +0 -0
- {app-ng-runtime → package}/mobile/offline/esm2022/public_api.mjs +0 -0
- {app-ng-runtime → package}/mobile/offline/esm2022/services/change-log.service.mjs +0 -0
- {app-ng-runtime → package}/mobile/offline/esm2022/services/local-db-data-pull.service.mjs +0 -0
- {app-ng-runtime → package}/mobile/offline/esm2022/services/local-db-management.service.mjs +0 -0
- {app-ng-runtime → package}/mobile/offline/esm2022/services/local-db.service.mjs +0 -0
- {app-ng-runtime → package}/mobile/offline/esm2022/services/local-key-value.service.mjs +0 -0
- {app-ng-runtime → package}/mobile/offline/esm2022/services/push.service.mjs +0 -0
- {app-ng-runtime → package}/mobile/offline/esm2022/services/workers/error-blocker.mjs +0 -0
- {app-ng-runtime → package}/mobile/offline/esm2022/services/workers/file-handler.mjs +0 -0
- {app-ng-runtime → package}/mobile/offline/esm2022/services/workers/id-resolver.mjs +0 -0
- {app-ng-runtime → package}/mobile/offline/esm2022/services/workers/multi-part-param-transformer.mjs +0 -0
- {app-ng-runtime → package}/mobile/offline/esm2022/utils/file-upload.utils.mjs +0 -0
- {app-ng-runtime → package}/mobile/offline/esm2022/utils/live-variable.utils.mjs +0 -0
- {app-ng-runtime → package}/mobile/offline/esm2022/utils/query-executor.utils.mjs +0 -0
- {app-ng-runtime → package}/mobile/offline/esm2022/utils/security.utils.mjs +0 -0
- {app-ng-runtime → package}/mobile/offline/esm2022/utils/utils.mjs +0 -0
- {app-ng-runtime → package}/mobile/offline/fesm2022/index.mjs +0 -0
- {app-ng-runtime → package}/mobile/offline/fesm2022/index.mjs.map +0 -0
- {app-ng-runtime → package}/mobile/offline/index.d.ts +0 -0
- {app-ng-runtime → package}/mobile/offline/models/config.d.ts +0 -0
- {app-ng-runtime → package}/mobile/offline/models/local-db-store.d.ts +0 -0
- {app-ng-runtime → package}/mobile/offline/offline.module.d.ts +0 -0
- {app-ng-runtime → package}/mobile/offline/public_api.d.ts +0 -0
- {app-ng-runtime → package}/mobile/offline/services/change-log.service.d.ts +0 -0
- {app-ng-runtime → package}/mobile/offline/services/local-db-data-pull.service.d.ts +0 -0
- {app-ng-runtime → package}/mobile/offline/services/local-db-management.service.d.ts +0 -0
- {app-ng-runtime → package}/mobile/offline/services/local-db.service.d.ts +0 -0
- {app-ng-runtime → package}/mobile/offline/services/local-key-value.service.d.ts +0 -0
- {app-ng-runtime → package}/mobile/offline/services/push.service.d.ts +0 -0
- {app-ng-runtime → package}/mobile/offline/services/workers/error-blocker.d.ts +0 -0
- {app-ng-runtime → package}/mobile/offline/services/workers/file-handler.d.ts +0 -0
- {app-ng-runtime → package}/mobile/offline/services/workers/id-resolver.d.ts +0 -0
- {app-ng-runtime → package}/mobile/offline/services/workers/multi-part-param-transformer.d.ts +0 -0
- {app-ng-runtime → package}/mobile/offline/utils/file-upload.utils.d.ts +0 -0
- {app-ng-runtime → package}/mobile/offline/utils/live-variable.utils.d.ts +0 -0
- {app-ng-runtime → package}/mobile/offline/utils/query-executor.utils.d.ts +0 -0
- {app-ng-runtime → package}/mobile/offline/utils/security.utils.d.ts +0 -0
- {app-ng-runtime → package}/mobile/offline/utils/utils.d.ts +0 -0
- {app-ng-runtime → package}/mobile/placeholder/runtime/bundles/index.umd.js +0 -0
- {app-ng-runtime → package}/mobile/placeholder/runtime/components/app-ext.component.d.ts +0 -0
- {app-ng-runtime → package}/mobile/placeholder/runtime/esm2022/components/app-ext.component.mjs +0 -0
- {app-ng-runtime → package}/mobile/placeholder/runtime/esm2022/index.mjs +0 -0
- {app-ng-runtime → package}/mobile/placeholder/runtime/esm2022/mobile-runtime.module.mjs +0 -0
- {app-ng-runtime → package}/mobile/placeholder/runtime/esm2022/public_api.mjs +0 -0
- {app-ng-runtime → package}/mobile/placeholder/runtime/fesm2022/index.mjs +0 -0
- {app-ng-runtime → package}/mobile/placeholder/runtime/fesm2022/index.mjs.map +0 -0
- {app-ng-runtime → package}/mobile/placeholder/runtime/index.d.ts +0 -0
- {app-ng-runtime → package}/mobile/placeholder/runtime/mobile-runtime.module.d.ts +0 -0
- {app-ng-runtime → package}/mobile/placeholder/runtime/public_api.d.ts +0 -0
- {app-ng-runtime → package}/mobile/placeholder/runtime-dynamic/bundles/index.umd.js +0 -0
- {app-ng-runtime → package}/mobile/placeholder/runtime-dynamic/esm2022/index.mjs +0 -0
- {app-ng-runtime → package}/mobile/placeholder/runtime-dynamic/esm2022/mobile-runtime-dynamic.module.mjs +0 -0
- {app-ng-runtime → package}/mobile/placeholder/runtime-dynamic/esm2022/public_api.mjs +0 -0
- {app-ng-runtime → package}/mobile/placeholder/runtime-dynamic/fesm2022/index.mjs +0 -0
- {app-ng-runtime → package}/mobile/placeholder/runtime-dynamic/fesm2022/index.mjs.map +0 -0
- {app-ng-runtime → package}/mobile/placeholder/runtime-dynamic/index.d.ts +0 -0
- {app-ng-runtime → package}/mobile/placeholder/runtime-dynamic/mobile-runtime-dynamic.module.d.ts +0 -0
- {app-ng-runtime → package}/mobile/placeholder/runtime-dynamic/public_api.d.ts +0 -0
- {app-ng-runtime → package}/mobile/runtime/bundles/index.umd.js +0 -0
- {app-ng-runtime → package}/mobile/runtime/components/app-ext.component.d.ts +0 -0
- {app-ng-runtime → package}/mobile/runtime/esm2022/components/app-ext.component.mjs +0 -0
- {app-ng-runtime → package}/mobile/runtime/esm2022/index.mjs +0 -0
- {app-ng-runtime → package}/mobile/runtime/esm2022/mobile-runtime.module.mjs +0 -0
- {app-ng-runtime → package}/mobile/runtime/esm2022/public_api.mjs +0 -0
- {app-ng-runtime → package}/mobile/runtime/esm2022/services/cookie.service.mjs +0 -0
- {app-ng-runtime → package}/mobile/runtime/esm2022/services/http-interceptor.service.mjs +0 -0
- {app-ng-runtime → package}/mobile/runtime/esm2022/services/webprocess.service.mjs +0 -0
- {app-ng-runtime → package}/mobile/runtime/fesm2022/index.mjs +0 -0
- {app-ng-runtime → package}/mobile/runtime/fesm2022/index.mjs.map +0 -0
- {app-ng-runtime → package}/mobile/runtime/index.d.ts +0 -0
- {app-ng-runtime → package}/mobile/runtime/mobile-runtime.module.d.ts +0 -0
- {app-ng-runtime → package}/mobile/runtime/public_api.d.ts +0 -0
- {app-ng-runtime → package}/mobile/runtime/services/cookie.service.d.ts +0 -0
- {app-ng-runtime → package}/mobile/runtime/services/http-interceptor.service.d.ts +0 -0
- {app-ng-runtime → package}/mobile/runtime/services/webprocess.service.d.ts +0 -0
- {app-ng-runtime → package}/mobile/runtime-dynamic/bundles/index.umd.js +0 -0
- {app-ng-runtime → package}/mobile/runtime-dynamic/esm2022/index.mjs +0 -0
- {app-ng-runtime → package}/mobile/runtime-dynamic/esm2022/mobile-runtime-dynamic.module.mjs +0 -0
- {app-ng-runtime → package}/mobile/runtime-dynamic/esm2022/public_api.mjs +0 -0
- {app-ng-runtime → package}/mobile/runtime-dynamic/esm2022/services/live-sync.service.mjs +0 -0
- {app-ng-runtime → package}/mobile/runtime-dynamic/fesm2022/index.mjs +0 -0
- {app-ng-runtime → package}/mobile/runtime-dynamic/fesm2022/index.mjs.map +0 -0
- {app-ng-runtime → package}/mobile/runtime-dynamic/index.d.ts +0 -0
- {app-ng-runtime → package}/mobile/runtime-dynamic/mobile-runtime-dynamic.module.d.ts +0 -0
- {app-ng-runtime → package}/mobile/runtime-dynamic/public_api.d.ts +0 -0
- {app-ng-runtime → package}/mobile/runtime-dynamic/services/live-sync.service.d.ts +0 -0
- {app-ng-runtime → package}/mobile/variables/bundles/index.umd.js +0 -0
- {app-ng-runtime → package}/mobile/variables/esm2022/index.mjs +0 -0
- {app-ng-runtime → package}/mobile/variables/esm2022/public_api.mjs +0 -0
- {app-ng-runtime → package}/mobile/variables/esm2022/services/calendar-service.mjs +0 -0
- {app-ng-runtime → package}/mobile/variables/esm2022/services/camera-service.mjs +0 -0
- {app-ng-runtime → package}/mobile/variables/esm2022/services/contacts-service.mjs +0 -0
- {app-ng-runtime → package}/mobile/variables/esm2022/services/datasync-service.mjs +0 -0
- {app-ng-runtime → package}/mobile/variables/esm2022/services/device-service/device-service.mjs +0 -0
- {app-ng-runtime → package}/mobile/variables/esm2022/services/device-service/location-service.mjs +0 -0
- {app-ng-runtime → package}/mobile/variables/esm2022/services/file-service.mjs +0 -0
- {app-ng-runtime → package}/mobile/variables/esm2022/services/scan-service.mjs +0 -0
- {app-ng-runtime → package}/mobile/variables/esm2022/variables.module.mjs +0 -0
- {app-ng-runtime → package}/mobile/variables/fesm2022/index.mjs +0 -0
- {app-ng-runtime → package}/mobile/variables/fesm2022/index.mjs.map +0 -0
- {app-ng-runtime → package}/mobile/variables/index.d.ts +0 -0
- {app-ng-runtime → package}/mobile/variables/public_api.d.ts +0 -0
- {app-ng-runtime → package}/mobile/variables/services/calendar-service.d.ts +0 -0
- {app-ng-runtime → package}/mobile/variables/services/camera-service.d.ts +0 -0
- {app-ng-runtime → package}/mobile/variables/services/contacts-service.d.ts +0 -0
- {app-ng-runtime → package}/mobile/variables/services/datasync-service.d.ts +0 -0
- {app-ng-runtime → package}/mobile/variables/services/device-service/device-service.d.ts +0 -0
- {app-ng-runtime → package}/mobile/variables/services/device-service/location-service.d.ts +0 -0
- {app-ng-runtime → package}/mobile/variables/services/file-service.d.ts +0 -0
- {app-ng-runtime → package}/mobile/variables/services/scan-service.d.ts +0 -0
- {app-ng-runtime → package}/mobile/variables/variables.module.d.ts +0 -0
- {app-ng-runtime → package}/oAuth/bundles/index.umd.js +0 -0
- {app-ng-runtime → package}/oAuth/esm2022/index.mjs +0 -0
- {app-ng-runtime → package}/oAuth/esm2022/oAuth.module.mjs +0 -0
- {app-ng-runtime → package}/oAuth/esm2022/oAuth.service.mjs +0 -0
- {app-ng-runtime → package}/oAuth/esm2022/oAuth.utils.mjs +0 -0
- {app-ng-runtime → package}/oAuth/esm2022/public_api.mjs +0 -0
- {app-ng-runtime → package}/oAuth/fesm2022/index.mjs +0 -0
- {app-ng-runtime → package}/oAuth/fesm2022/index.mjs.map +0 -0
- {app-ng-runtime → package}/oAuth/index.d.ts +0 -0
- {app-ng-runtime → package}/oAuth/oAuth.module.d.ts +0 -0
- {app-ng-runtime → package}/oAuth/oAuth.service.d.ts +0 -0
- {app-ng-runtime → package}/oAuth/oAuth.utils.d.ts +0 -0
- {app-ng-runtime → package}/oAuth/public_api.d.ts +0 -0
- {app-ng-runtime → package}/runtime/base/components/app-spinner.component.d.ts +0 -0
- {app-ng-runtime → package}/runtime/base/components/base-layout.component.d.ts +0 -0
- {app-ng-runtime → package}/runtime/base/components/base-page.component.d.ts +0 -0
- {app-ng-runtime → package}/runtime/base/components/base-partial.component.d.ts +0 -0
- {app-ng-runtime → package}/runtime/base/components/base-prefab.component.d.ts +0 -0
- {app-ng-runtime → package}/runtime/base/components/base-spa-page.component.d.ts +0 -0
- {app-ng-runtime → package}/runtime/base/components/custom-toaster.component.d.ts +0 -0
- {app-ng-runtime → package}/runtime/base/components/empty-component/empty-page.component.d.ts +0 -0
- {app-ng-runtime → package}/runtime/base/components/prefab-preview.component.d.ts +0 -0
- {app-ng-runtime → package}/runtime/base/directives/accessroles.directive.d.ts +0 -0
- {app-ng-runtime → package}/runtime/base/directives/prefab.directive.d.ts +0 -0
- {app-ng-runtime → package}/runtime/base/esm2022/components/app-spinner.component.mjs +0 -0
- {app-ng-runtime → package}/runtime/base/esm2022/components/base-layout.component.mjs +0 -0
- {app-ng-runtime → package}/runtime/base/esm2022/components/base-page.component.mjs +0 -0
- {app-ng-runtime → package}/runtime/base/esm2022/components/base-partial.component.mjs +0 -0
- {app-ng-runtime → package}/runtime/base/esm2022/components/base-prefab.component.mjs +0 -0
- {app-ng-runtime → package}/runtime/base/esm2022/components/base-spa-page.component.mjs +0 -0
- {app-ng-runtime → package}/runtime/base/esm2022/components/custom-toaster.component.mjs +0 -0
- {app-ng-runtime → package}/runtime/base/esm2022/components/empty-component/empty-page.component.mjs +0 -0
- {app-ng-runtime → package}/runtime/base/esm2022/components/prefab-preview.component.mjs +0 -0
- {app-ng-runtime → package}/runtime/base/esm2022/directives/accessroles.directive.mjs +0 -0
- {app-ng-runtime → package}/runtime/base/esm2022/directives/prefab.directive.mjs +0 -0
- {app-ng-runtime → package}/runtime/base/esm2022/guards/auth.guard.mjs +0 -0
- {app-ng-runtime → package}/runtime/base/esm2022/guards/can-deactivate-page.guard.mjs +0 -0
- {app-ng-runtime → package}/runtime/base/esm2022/guards/page-not-found.guard.mjs +0 -0
- {app-ng-runtime → package}/runtime/base/esm2022/guards/role.guard.mjs +0 -0
- {app-ng-runtime → package}/runtime/base/esm2022/index.mjs +0 -0
- {app-ng-runtime → package}/runtime/base/esm2022/overrides/wm_dom_renderer.mjs +0 -0
- {app-ng-runtime → package}/runtime/base/esm2022/overrides/wm_shared_styles_host.mjs +0 -0
- {app-ng-runtime → package}/runtime/base/esm2022/public_api.mjs +0 -0
- {app-ng-runtime → package}/runtime/base/esm2022/resolves/app-extension.resolve.mjs +0 -0
- {app-ng-runtime → package}/runtime/base/esm2022/resolves/app-js.resolve.mjs +0 -0
- {app-ng-runtime → package}/runtime/base/esm2022/resolves/app-variables.resolve.mjs +0 -0
- {app-ng-runtime → package}/runtime/base/esm2022/resolves/i18n.resolve.mjs +0 -0
- {app-ng-runtime → package}/runtime/base/esm2022/resolves/metadata.resolve.mjs +0 -0
- {app-ng-runtime → package}/runtime/base/esm2022/resolves/security-config.resolve.mjs +0 -0
- {app-ng-runtime → package}/runtime/base/esm2022/runtime-base.module.mjs +0 -0
- {app-ng-runtime → package}/runtime/base/esm2022/services/app-defaults.service.mjs +0 -0
- {app-ng-runtime → package}/runtime/base/esm2022/services/app.manager.service.mjs +0 -0
- {app-ng-runtime → package}/runtime/base/esm2022/services/app.service.mjs +0 -0
- {app-ng-runtime → package}/runtime/base/esm2022/services/dynamic-component-ref-provider.service.mjs +0 -0
- {app-ng-runtime → package}/runtime/base/esm2022/services/http-interceptor.services.mjs +0 -0
- {app-ng-runtime → package}/runtime/base/esm2022/services/navigation.service.mjs +0 -0
- {app-ng-runtime → package}/runtime/base/esm2022/services/pipe-provider.service.mjs +0 -0
- {app-ng-runtime → package}/runtime/base/esm2022/services/pipe.service.mjs +0 -0
- {app-ng-runtime → package}/runtime/base/esm2022/services/prefab-manager.service.mjs +0 -0
- {app-ng-runtime → package}/runtime/base/esm2022/services/spinner.service.mjs +0 -0
- {app-ng-runtime → package}/runtime/base/esm2022/services/toaster.service.mjs +0 -0
- {app-ng-runtime → package}/runtime/base/esm2022/types/types.mjs +0 -0
- {app-ng-runtime → package}/runtime/base/esm2022/util/fragment-monitor.mjs +0 -0
- {app-ng-runtime → package}/runtime/base/esm2022/util/utils.mjs +0 -0
- {app-ng-runtime → package}/runtime/base/esm2022/util/wm-route-reuse-strategy.mjs +0 -0
- {app-ng-runtime → package}/runtime/base/guards/auth.guard.d.ts +0 -0
- {app-ng-runtime → package}/runtime/base/guards/can-deactivate-page.guard.d.ts +0 -0
- {app-ng-runtime → package}/runtime/base/guards/page-not-found.guard.d.ts +0 -0
- {app-ng-runtime → package}/runtime/base/guards/role.guard.d.ts +0 -0
- {app-ng-runtime → package}/runtime/base/index.d.ts +0 -0
- {app-ng-runtime → package}/runtime/base/overrides/wm_dom_renderer.d.ts +0 -0
- {app-ng-runtime → package}/runtime/base/overrides/wm_shared_styles_host.d.ts +0 -0
- {app-ng-runtime → package}/runtime/base/public_api.d.ts +0 -0
- {app-ng-runtime → package}/runtime/base/resolves/app-extension.resolve.d.ts +0 -0
- {app-ng-runtime → package}/runtime/base/resolves/app-js.resolve.d.ts +0 -0
- {app-ng-runtime → package}/runtime/base/resolves/app-variables.resolve.d.ts +0 -0
- {app-ng-runtime → package}/runtime/base/resolves/i18n.resolve.d.ts +0 -0
- {app-ng-runtime → package}/runtime/base/resolves/metadata.resolve.d.ts +0 -0
- {app-ng-runtime → package}/runtime/base/resolves/security-config.resolve.d.ts +0 -0
- {app-ng-runtime → package}/runtime/base/runtime-base.module.d.ts +0 -0
- {app-ng-runtime → package}/runtime/base/services/app-defaults.service.d.ts +0 -0
- {app-ng-runtime → package}/runtime/base/services/app.manager.service.d.ts +0 -0
- {app-ng-runtime → package}/runtime/base/services/app.service.d.ts +0 -0
- {app-ng-runtime → package}/runtime/base/services/dynamic-component-ref-provider.service.d.ts +0 -0
- {app-ng-runtime → package}/runtime/base/services/http-interceptor.services.d.ts +0 -0
- {app-ng-runtime → package}/runtime/base/services/i18n.service.d.ts +0 -0
- {app-ng-runtime → package}/runtime/base/services/navigation.service.d.ts +0 -0
- {app-ng-runtime → package}/runtime/base/services/pipe-provider.service.d.ts +0 -0
- {app-ng-runtime → package}/runtime/base/services/pipe.service.d.ts +0 -0
- {app-ng-runtime → package}/runtime/base/services/prefab-manager.service.d.ts +0 -0
- {app-ng-runtime → package}/runtime/base/services/spinner.service.d.ts +0 -0
- {app-ng-runtime → package}/runtime/base/services/toaster.service.d.ts +0 -0
- {app-ng-runtime → package}/runtime/base/types/types.d.ts +0 -0
- {app-ng-runtime → package}/runtime/base/util/fragment-monitor.d.ts +0 -0
- {app-ng-runtime → package}/runtime/base/util/utils.d.ts +0 -0
- {app-ng-runtime → package}/runtime/base/util/wm-route-reuse-strategy.d.ts +0 -0
- {app-ng-runtime → package}/runtime/dynamic/app/app.module.d.ts +0 -0
- {app-ng-runtime → package}/runtime/dynamic/app/app.routes.d.ts +0 -0
- {app-ng-runtime → package}/runtime/dynamic/app/components/page-wrapper.component.d.ts +0 -0
- {app-ng-runtime → package}/runtime/dynamic/app/services/app-extension.service.d.ts +0 -0
- {app-ng-runtime → package}/runtime/dynamic/app/services/app-js-provider.service.d.ts +0 -0
- {app-ng-runtime → package}/runtime/dynamic/app/services/app-resource-manager.service.d.ts +0 -0
- {app-ng-runtime → package}/runtime/dynamic/app/services/app-variables-provider.service.d.ts +0 -0
- {app-ng-runtime → package}/runtime/dynamic/app/services/component-ref-provider.service.d.ts +0 -0
- {app-ng-runtime → package}/runtime/dynamic/app/services/prefab-config-provider.service.d.ts +0 -0
- {app-ng-runtime → package}/runtime/dynamic/bundles/index.umd.js +0 -0
- {app-ng-runtime → package}/runtime/dynamic/esm2022/app/app.module.mjs +0 -0
- {app-ng-runtime → package}/runtime/dynamic/esm2022/app/app.routes.mjs +0 -0
- {app-ng-runtime → package}/runtime/dynamic/esm2022/app/components/page-wrapper.component.mjs +0 -0
- {app-ng-runtime → package}/runtime/dynamic/esm2022/app/services/app-extension.service.mjs +0 -0
- {app-ng-runtime → package}/runtime/dynamic/esm2022/app/services/app-js-provider.service.mjs +0 -0
- {app-ng-runtime → package}/runtime/dynamic/esm2022/app/services/app-resource-manager.service.mjs +0 -0
- {app-ng-runtime → package}/runtime/dynamic/esm2022/app/services/app-variables-provider.service.mjs +0 -0
- {app-ng-runtime → package}/runtime/dynamic/esm2022/app/services/component-ref-provider.service.mjs +0 -0
- {app-ng-runtime → package}/runtime/dynamic/esm2022/app/services/prefab-config-provider.service.mjs +0 -0
- {app-ng-runtime → package}/runtime/dynamic/esm2022/index.mjs +0 -0
- {app-ng-runtime → package}/runtime/dynamic/esm2022/main.mjs +0 -0
- {app-ng-runtime → package}/runtime/dynamic/esm2022/public_api.mjs +0 -0
- {app-ng-runtime → package}/runtime/dynamic/fesm2022/index.mjs +0 -0
- {app-ng-runtime → package}/runtime/dynamic/fesm2022/index.mjs.map +0 -0
- {app-ng-runtime → package}/runtime/dynamic/index.d.ts +0 -0
- {app-ng-runtime → package}/runtime/dynamic/main.d.ts +0 -0
- {app-ng-runtime → package}/runtime/dynamic/public_api.d.ts +0 -0
- {app-ng-runtime → package}/scripts/@wavemaker/nvd3/build/nv.d3.min.js +0 -0
- {app-ng-runtime → package}/scripts/d3/d3.min.js +0 -0
- {app-ng-runtime → package}/scripts/datatable/datatable.js +0 -0
- {app-ng-runtime → package}/scripts/fullcalendar/main.min.js +0 -0
- {app-ng-runtime → package}/scripts/hammerjs/hammer.min.js +0 -0
- {app-ng-runtime → package}/scripts/iscroll/build/iscroll.js +0 -0
- {app-ng-runtime → package}/scripts/jquery-ui/ui/widgets/droppable.js +0 -0
- {app-ng-runtime → package}/scripts/jquery-ui/ui/widgets/resizable.js +0 -0
- {app-ng-runtime → package}/scripts/jquery-ui/ui/widgets/sortable.js +0 -0
- {app-ng-runtime → package}/scripts/jquery.ui.touch-punch/jquery.ui.touch-punch.min.js +0 -0
- {app-ng-runtime → package}/scripts/summernote/dist/summernote-lite.min.js +0 -0
- {app-ng-runtime → package}/scripts/swipey/swipey.jquery.plugin.js +0 -0
- {app-ng-runtime → package}/scripts/tree-keyboard-navigation/keyboard-navigation.js +0 -0
- {app-ng-runtime → package}/security/bundles/index.umd.js +0 -0
- {app-ng-runtime → package}/security/esm2022/index.mjs +0 -0
- {app-ng-runtime → package}/security/esm2022/public_api.mjs +0 -0
- {app-ng-runtime → package}/security/esm2022/security.module.mjs +0 -0
- {app-ng-runtime → package}/security/esm2022/security.service.mjs +0 -0
- {app-ng-runtime → package}/security/fesm2022/index.mjs +0 -0
- {app-ng-runtime → package}/security/fesm2022/index.mjs.map +0 -0
- {app-ng-runtime → package}/security/index.d.ts +0 -0
- {app-ng-runtime → package}/security/public_api.d.ts +0 -0
- {app-ng-runtime → package}/security/security.module.d.ts +0 -0
- {app-ng-runtime → package}/security/security.service.d.ts +0 -0
- {app-ng-runtime → package}/swipey/bundles/index.umd.js +0 -0
- {app-ng-runtime → package}/swipey/esm2022/index.mjs +0 -0
- {app-ng-runtime → package}/swipey/esm2022/public_api.mjs +0 -0
- {app-ng-runtime → package}/swipey/esm2022/swipe.animation.mjs +0 -0
- {app-ng-runtime → package}/swipey/fesm2022/index.mjs +0 -0
- {app-ng-runtime → package}/swipey/fesm2022/index.mjs.map +0 -0
- {app-ng-runtime → package}/swipey/index.d.ts +0 -0
- {app-ng-runtime → package}/swipey/public_api.d.ts +0 -0
- {app-ng-runtime → package}/swipey/swipe.animation.d.ts +0 -0
- {app-ng-runtime → package}/transpiler/build.d.ts +0 -0
- {app-ng-runtime → package}/transpiler/bundles/index.umd.js +0 -0
- {app-ng-runtime → package}/transpiler/esm2022/build.mjs +0 -0
- {app-ng-runtime → package}/transpiler/esm2022/imports.mjs +0 -0
- {app-ng-runtime → package}/transpiler/esm2022/index.mjs +0 -0
- {app-ng-runtime → package}/transpiler/esm2022/public_api.mjs +0 -0
- {app-ng-runtime → package}/transpiler/fesm2022/index.mjs +0 -0
- {app-ng-runtime → package}/transpiler/fesm2022/index.mjs.map +0 -0
- {app-ng-runtime → package}/transpiler/imports.d.ts +0 -0
- {app-ng-runtime → package}/transpiler/index.d.ts +0 -0
- {app-ng-runtime → package}/transpiler/public_api.d.ts +0 -0
- {app-ng-runtime → package}/variables/advanced-options.d.ts +0 -0
- {app-ng-runtime → package}/variables/bundles/index.umd.js +0 -0
- {app-ng-runtime → package}/variables/constants/variables.constants.d.ts +0 -0
- {app-ng-runtime → package}/variables/esm2022/advanced-options.mjs +0 -0
- {app-ng-runtime → package}/variables/esm2022/constants/variables.constants.mjs +0 -0
- {app-ng-runtime → package}/variables/esm2022/factory/variable-manager.factory.mjs +0 -0
- {app-ng-runtime → package}/variables/esm2022/factory/variable.factory.mjs +0 -0
- {app-ng-runtime → package}/variables/esm2022/index.mjs +0 -0
- {app-ng-runtime → package}/variables/esm2022/manager/action/base-action.manager.mjs +0 -0
- {app-ng-runtime → package}/variables/esm2022/manager/action/login-action.manager.mjs +0 -0
- {app-ng-runtime → package}/variables/esm2022/manager/action/logout-action.manager.mjs +0 -0
- {app-ng-runtime → package}/variables/esm2022/manager/action/navigation-action.manager.mjs +0 -0
- {app-ng-runtime → package}/variables/esm2022/manager/action/notification-action.manager.mjs +0 -0
- {app-ng-runtime → package}/variables/esm2022/manager/variable/base-variable.manager.mjs +0 -0
- {app-ng-runtime → package}/variables/esm2022/manager/variable/device-variable-manager.mjs +0 -0
- {app-ng-runtime → package}/variables/esm2022/manager/variable/device-variable-operation.mjs +0 -0
- {app-ng-runtime → package}/variables/esm2022/manager/variable/device-variable-service.mjs +0 -0
- {app-ng-runtime → package}/variables/esm2022/manager/variable/web-socket-variable.manager.mjs +0 -0
- {app-ng-runtime → package}/variables/esm2022/model/action/login-action.mjs +0 -0
- {app-ng-runtime → package}/variables/esm2022/model/action/logout-action.mjs +0 -0
- {app-ng-runtime → package}/variables/esm2022/model/action/navigation-action.mjs +0 -0
- {app-ng-runtime → package}/variables/esm2022/model/action/notification-action.mjs +0 -0
- {app-ng-runtime → package}/variables/esm2022/model/variable/device-variable.mjs +0 -0
- {app-ng-runtime → package}/variables/esm2022/model/variable/web-socket-variable.mjs +0 -0
- {app-ng-runtime → package}/variables/esm2022/public_api.mjs +0 -0
- {app-ng-runtime → package}/variables/esm2022/service/metadata-service/metadata.service.mjs +0 -0
- {app-ng-runtime → package}/variables/esm2022/service/variables.service.mjs +0 -0
- {app-ng-runtime → package}/variables/esm2022/util/action/navigation-action.utils.mjs +0 -0
- {app-ng-runtime → package}/variables/esm2022/util/oAuth.utils.mjs +0 -0
- {app-ng-runtime → package}/variables/esm2022/util/variable/pagination.utils.mjs +0 -0
- {app-ng-runtime → package}/variables/esm2022/util/variable/service-variable.utils.mjs +0 -0
- {app-ng-runtime → package}/variables/esm2022/util/variable/variables.utils.mjs +0 -0
- {app-ng-runtime → package}/variables/esm2022/variables.module.mjs +0 -0
- {app-ng-runtime → package}/variables/factory/variable-manager.factory.d.ts +0 -0
- {app-ng-runtime → package}/variables/factory/variable.factory.d.ts +0 -0
- {app-ng-runtime → package}/variables/fesm2022/index.mjs +0 -0
- {app-ng-runtime → package}/variables/fesm2022/index.mjs.map +0 -0
- {app-ng-runtime → package}/variables/index.d.ts +0 -0
- {app-ng-runtime → package}/variables/manager/action/base-action.manager.d.ts +0 -0
- {app-ng-runtime → package}/variables/manager/action/login-action.manager.d.ts +0 -0
- {app-ng-runtime → package}/variables/manager/action/logout-action.manager.d.ts +0 -0
- {app-ng-runtime → package}/variables/manager/action/navigation-action.manager.d.ts +0 -0
- {app-ng-runtime → package}/variables/manager/action/notification-action.manager.d.ts +0 -0
- {app-ng-runtime → package}/variables/manager/variable/base-variable.manager.d.ts +0 -0
- {app-ng-runtime → package}/variables/manager/variable/device-variable-manager.d.ts +0 -0
- {app-ng-runtime → package}/variables/manager/variable/device-variable-operation.d.ts +0 -0
- {app-ng-runtime → package}/variables/manager/variable/device-variable-service.d.ts +0 -0
- {app-ng-runtime → package}/variables/manager/variable/web-socket-variable.manager.d.ts +0 -0
- {app-ng-runtime → package}/variables/model/action/login-action.d.ts +0 -0
- {app-ng-runtime → package}/variables/model/action/logout-action.d.ts +0 -0
- {app-ng-runtime → package}/variables/model/action/navigation-action.d.ts +0 -0
- {app-ng-runtime → package}/variables/model/action/notification-action.d.ts +0 -0
- {app-ng-runtime → package}/variables/model/variable/device-variable.d.ts +0 -0
- {app-ng-runtime → package}/variables/model/variable/web-socket-variable.d.ts +0 -0
- {app-ng-runtime → package}/variables/public_api.d.ts +0 -0
- {app-ng-runtime → package}/variables/service/metadata-service/metadata.service.d.ts +0 -0
- {app-ng-runtime → package}/variables/service/variables.service.d.ts +0 -0
- {app-ng-runtime → package}/variables/util/action/navigation-action.utils.d.ts +0 -0
- {app-ng-runtime → package}/variables/util/oAuth.utils.d.ts +0 -0
- {app-ng-runtime → package}/variables/util/variable/pagination.utils.d.ts +0 -0
- {app-ng-runtime → package}/variables/util/variable/service-variable.utils.d.ts +0 -0
- {app-ng-runtime → package}/variables/util/variable/variables.utils.d.ts +0 -0
- {app-ng-runtime → package}/variables/variables.module.d.ts +0 -0
|
@@ -4707,8 +4707,9 @@
|
|
|
4707
4707
|
this.instance.validationmessage = lodashEs.get(err, 'errorMessage');
|
|
4708
4708
|
}
|
|
4709
4709
|
else {
|
|
4710
|
-
|
|
4711
|
-
|
|
4710
|
+
// @ts-ignore
|
|
4711
|
+
const keys = keys(err);
|
|
4712
|
+
this.instance.validationmessage = (err[keys[0]]).toString();
|
|
4712
4713
|
}
|
|
4713
4714
|
return err;
|
|
4714
4715
|
}).then(response => {
|
|
@@ -4848,8 +4849,9 @@
|
|
|
4848
4849
|
this.instance.validationmessage = lodashEs.get(fieldErrors, 'errorMessage');
|
|
4849
4850
|
}
|
|
4850
4851
|
else {
|
|
4851
|
-
|
|
4852
|
-
const
|
|
4852
|
+
// @ts-ignore
|
|
4853
|
+
const keys = keys(fieldErrors);
|
|
4854
|
+
const key = keys[0];
|
|
4853
4855
|
const validationMsgKey = lodashEs.get(DEFAULT_VALIDATOR, key) || this.formwidget.validateType;
|
|
4854
4856
|
if (validationMsgKey) {
|
|
4855
4857
|
const msg = lodashEs.get(this.defaultValidatorMessages, validationMsgKey) || this.instance.validationmessage;
|
|
@@ -0,0 +1,267 @@
|
|
|
1
|
+
import { Validators } from '@angular/forms';
|
|
2
|
+
import { VALIDATOR, $watch, $unwatch, FormWidgetType } from '@wm/core';
|
|
3
|
+
import { cloneDeep, concat, extend, filter, find, forEach, get, isEmpty, isFunction, toUpper } from "lodash-es";
|
|
4
|
+
const DEFAULT_VALIDATOR = {
|
|
5
|
+
pattern: 'regexp',
|
|
6
|
+
max: 'maxvalue',
|
|
7
|
+
min: 'minvalue',
|
|
8
|
+
required: 'required',
|
|
9
|
+
maxlength: 'maxchars',
|
|
10
|
+
mindate: 'mindate',
|
|
11
|
+
maxdate: 'maxdate',
|
|
12
|
+
excludedates: 'excludedates',
|
|
13
|
+
excludedays: 'excludedays',
|
|
14
|
+
invalidNumber: 'invalidNumber'
|
|
15
|
+
};
|
|
16
|
+
export class BaseFieldValidations {
|
|
17
|
+
constructor(instance, formwidget, widgettype, widgetControl, widgetContext, tableFieldType) {
|
|
18
|
+
this.instance = instance;
|
|
19
|
+
this.formwidget = formwidget;
|
|
20
|
+
this.widgettype = widgettype;
|
|
21
|
+
this.widgetControl = widgetControl;
|
|
22
|
+
this.widgetContext = widgetContext;
|
|
23
|
+
this.defaultValidatorMessages = [];
|
|
24
|
+
if (tableFieldType) {
|
|
25
|
+
this.tableFieldType = tableFieldType;
|
|
26
|
+
}
|
|
27
|
+
}
|
|
28
|
+
// this method returns the collection of supported default validators
|
|
29
|
+
getDefaultValidators() {
|
|
30
|
+
const _validator = [];
|
|
31
|
+
if (this.instance.required && this.instance.show !== false) {
|
|
32
|
+
// For checkbox/toggle widget, required validation should consider true value only
|
|
33
|
+
if (this.widgettype === FormWidgetType.CHECKBOX || this.widgettype === FormWidgetType.TOGGLE) {
|
|
34
|
+
_validator.push(Validators.requiredTrue);
|
|
35
|
+
}
|
|
36
|
+
else {
|
|
37
|
+
_validator.push(Validators.required);
|
|
38
|
+
}
|
|
39
|
+
}
|
|
40
|
+
if (this.instance.maxchars) {
|
|
41
|
+
_validator.push(Validators.maxLength(this.instance.maxchars));
|
|
42
|
+
}
|
|
43
|
+
if (this.instance.minvalue) {
|
|
44
|
+
_validator.push(Validators.min(this.instance.minvalue));
|
|
45
|
+
}
|
|
46
|
+
if (this.instance.maxvalue && this.widgettype !== FormWidgetType.RATING) {
|
|
47
|
+
_validator.push(Validators.max(this.instance.maxvalue));
|
|
48
|
+
}
|
|
49
|
+
if (this.instance.regexp) {
|
|
50
|
+
_validator.push(Validators.pattern(this.instance.regexp));
|
|
51
|
+
}
|
|
52
|
+
if (this.formwidget && isFunction(this.formwidget.validate)) {
|
|
53
|
+
_validator.push(this.formwidget.validate.bind(this.formwidget));
|
|
54
|
+
}
|
|
55
|
+
return _validator;
|
|
56
|
+
}
|
|
57
|
+
// On change of any validation property, set the angular form validators
|
|
58
|
+
setUpValidators(customValidator) {
|
|
59
|
+
if (this.hasValidators) {
|
|
60
|
+
return;
|
|
61
|
+
}
|
|
62
|
+
this.instance._validators = this.getDefaultValidators();
|
|
63
|
+
if (customValidator) {
|
|
64
|
+
this.instance._validators.push(customValidator);
|
|
65
|
+
}
|
|
66
|
+
if (this.widgetContext.ngform) {
|
|
67
|
+
this.widgetControl.setValidators(this.instance._validators);
|
|
68
|
+
const opt = {};
|
|
69
|
+
// updating the value only when prevData is not equal to current value. and also initially when instance.value is empty or null for some widgets like date, checkboxset
|
|
70
|
+
// emitEvent flag will prevent from emitting the valueChanges when value is equal to the prevDatavalue.
|
|
71
|
+
if (this.formwidget && (this.instance.value === this.formwidget.prevDatavalue || this.isNullOrEmptyOrFalsy(this.instance.value))) {
|
|
72
|
+
opt['emitEvent'] = false;
|
|
73
|
+
}
|
|
74
|
+
this.widgetControl.updateValueAndValidity(opt);
|
|
75
|
+
}
|
|
76
|
+
}
|
|
77
|
+
getPromiseList(validators) {
|
|
78
|
+
const arr = [];
|
|
79
|
+
forEach(validators, (fn, index) => {
|
|
80
|
+
let promise = fn;
|
|
81
|
+
if (fn instanceof Function && fn.bind) {
|
|
82
|
+
promise = fn(this.widgetControl, this.widgetContext);
|
|
83
|
+
}
|
|
84
|
+
if (promise instanceof Promise) {
|
|
85
|
+
arr.push(promise);
|
|
86
|
+
}
|
|
87
|
+
});
|
|
88
|
+
return arr;
|
|
89
|
+
}
|
|
90
|
+
// this method sets the asyncValidation on the form field. Assigns validationmessages from the returned response
|
|
91
|
+
setAsyncValidators(validators) {
|
|
92
|
+
this._asyncValidatorFn = () => {
|
|
93
|
+
return () => {
|
|
94
|
+
return Promise.all(this.getPromiseList(validators)).then(() => {
|
|
95
|
+
this.instance.validationmessage = '';
|
|
96
|
+
return null;
|
|
97
|
+
}, err => {
|
|
98
|
+
// if err obj has validationMessage key, then set validationMessage using this value
|
|
99
|
+
// else return the value of the first key in the err object as validation message.
|
|
100
|
+
if (err.hasOwnProperty('errorMessage')) {
|
|
101
|
+
this.instance.validationmessage = get(err, 'errorMessage');
|
|
102
|
+
}
|
|
103
|
+
else {
|
|
104
|
+
// @ts-ignore
|
|
105
|
+
const keys = keys(err);
|
|
106
|
+
this.instance.validationmessage = (err[keys[0]]).toString();
|
|
107
|
+
}
|
|
108
|
+
return err;
|
|
109
|
+
}).then(response => {
|
|
110
|
+
// form control status is not changed from pending. This is an angular issue refer https://github.com/angular/angular/issues/13200
|
|
111
|
+
const checkForStatusChange = () => {
|
|
112
|
+
setTimeout(() => {
|
|
113
|
+
if (this.widgetControl.status === 'PENDING') {
|
|
114
|
+
checkForStatusChange();
|
|
115
|
+
}
|
|
116
|
+
else {
|
|
117
|
+
this.instance.onStatusChange(this.widgetControl.status, this.tableFieldType);
|
|
118
|
+
}
|
|
119
|
+
}, 100);
|
|
120
|
+
};
|
|
121
|
+
checkForStatusChange();
|
|
122
|
+
return response;
|
|
123
|
+
});
|
|
124
|
+
};
|
|
125
|
+
};
|
|
126
|
+
this.widgetControl.setAsyncValidators([this._asyncValidatorFn()]);
|
|
127
|
+
if (this.widgetContext.ngform.touched) {
|
|
128
|
+
const opt = {};
|
|
129
|
+
// updating the value only when prevData is not equal to current value. and also initially when instance.value is empty or null for some widgets like date, checkboxset
|
|
130
|
+
// emitEvent flag will prevent from emitting the valueChanges when value is equal to the prevDatavalue.
|
|
131
|
+
if (this.formwidget && (this.instance.value === this.formwidget.prevDatavalue || this.isNullOrEmptyOrFalsy(this.instance.value))) {
|
|
132
|
+
opt['emitEvent'] = false;
|
|
133
|
+
}
|
|
134
|
+
this.widgetControl.updateValueAndValidity(opt);
|
|
135
|
+
}
|
|
136
|
+
}
|
|
137
|
+
isDefaultValidator(type) {
|
|
138
|
+
return get(VALIDATOR, toUpper(type));
|
|
139
|
+
}
|
|
140
|
+
// default validator is bound to a function then watch for value changes
|
|
141
|
+
// otherwise set the value of default validator directly
|
|
142
|
+
setDefaultValidator(key, value) {
|
|
143
|
+
if (value && value instanceof Function) {
|
|
144
|
+
// passing formfield and form as arguments to the default validator function
|
|
145
|
+
this.watchDefaultValidatorExpr(value.bind(undefined, this.widgetControl, this.widgetContext), key);
|
|
146
|
+
}
|
|
147
|
+
else {
|
|
148
|
+
this.instance.widget[key] = value;
|
|
149
|
+
this.instance[key] = value;
|
|
150
|
+
}
|
|
151
|
+
}
|
|
152
|
+
// sets the default validation on the form field
|
|
153
|
+
setValidators(validators) {
|
|
154
|
+
let _cloneValidators = cloneDeep(validators);
|
|
155
|
+
this.hasValidators = true;
|
|
156
|
+
this._syncValidators = [];
|
|
157
|
+
forEach(_cloneValidators, (obj, index) => {
|
|
158
|
+
// custom validation is bound to function.
|
|
159
|
+
if (obj && obj instanceof Function) {
|
|
160
|
+
// passing formfield and form as arguments to the obj (i.e. validator function)
|
|
161
|
+
_cloneValidators[index] = obj.bind(undefined, this.widgetControl, this.widgetContext);
|
|
162
|
+
this._syncValidators.push(_cloneValidators[index]);
|
|
163
|
+
}
|
|
164
|
+
else {
|
|
165
|
+
// checks for default validator like required, maxchars etc.
|
|
166
|
+
const key = get(obj, 'type');
|
|
167
|
+
this.defaultValidatorMessages[key] = get(obj, 'errorMessage');
|
|
168
|
+
if (this.isDefaultValidator(key)) {
|
|
169
|
+
const value = get(obj, 'validator');
|
|
170
|
+
this.setDefaultValidator(key, value);
|
|
171
|
+
_cloneValidators[index] = '';
|
|
172
|
+
}
|
|
173
|
+
}
|
|
174
|
+
});
|
|
175
|
+
// _syncValidators contains all the custom validations on the form field. will not include default validators.
|
|
176
|
+
this._syncValidators = filter(_cloneValidators, val => {
|
|
177
|
+
if (val) {
|
|
178
|
+
return val;
|
|
179
|
+
}
|
|
180
|
+
});
|
|
181
|
+
this.applyDefaultValidators();
|
|
182
|
+
}
|
|
183
|
+
observeOn(fields, context) {
|
|
184
|
+
forEach(fields, field => {
|
|
185
|
+
const formfield = find(this.widgetContext[context], { 'key': field });
|
|
186
|
+
if (formfield) {
|
|
187
|
+
if (!formfield.notifyForFields) {
|
|
188
|
+
formfield.notifyForFields = [];
|
|
189
|
+
}
|
|
190
|
+
formfield.notifyForFields.push(this.instance);
|
|
191
|
+
}
|
|
192
|
+
});
|
|
193
|
+
}
|
|
194
|
+
validate() {
|
|
195
|
+
this.applyDefaultValidators();
|
|
196
|
+
if (this._asyncValidatorFn) {
|
|
197
|
+
const opt = {};
|
|
198
|
+
// updating the value only when prevData is not equal to current value. and also initially when instance.value is empty or null for some widgets like date, checkboxset
|
|
199
|
+
// emitEvent flag will prevent from emitting the valueChanges when value is equal to the prevDatavalue.
|
|
200
|
+
if (this.formwidget && (this.instance.value === this.formwidget.prevDatavalue || this.isNullOrEmptyOrFalsy(this.instance.value))) {
|
|
201
|
+
opt['emitEvent'] = false;
|
|
202
|
+
}
|
|
203
|
+
this.widgetControl.setAsyncValidators([this._asyncValidatorFn()]);
|
|
204
|
+
this.widgetControl.updateValueAndValidity(opt);
|
|
205
|
+
}
|
|
206
|
+
// show the validation erros show when form is touched and not on load. This just highlights the field that is subscribed for changes.
|
|
207
|
+
if (this.widgetContext.ngform.touched) {
|
|
208
|
+
this.widgetControl.markAsTouched();
|
|
209
|
+
}
|
|
210
|
+
}
|
|
211
|
+
// watches for changes in the bound function for default validators.
|
|
212
|
+
watchDefaultValidatorExpr(fn, key) {
|
|
213
|
+
const watchName = `${this.instance.widgetId}_` + key + '_formField';
|
|
214
|
+
$unwatch(watchName);
|
|
215
|
+
//[Todo-CSP]: Need clarity generate this expr fn if form is present in the page
|
|
216
|
+
this.instance.registerDestroyListener($watch('boundFn(fn)', extend(this.instance, this.instance.viewParent), { fn }, (nv, ov) => {
|
|
217
|
+
this.instance.widget[key] = nv;
|
|
218
|
+
this.applyDefaultValidators();
|
|
219
|
+
}, watchName));
|
|
220
|
+
}
|
|
221
|
+
isNullOrEmptyOrFalsy(value) {
|
|
222
|
+
return isEmpty(value);
|
|
223
|
+
}
|
|
224
|
+
// invokes both custom sync validations and default validations.
|
|
225
|
+
applyDefaultValidators() {
|
|
226
|
+
const validators = this.getDefaultValidators();
|
|
227
|
+
const opt = {};
|
|
228
|
+
// updating the value only when prevData is not equal to current value. and also initially when instance.value is empty or null for some widgets like date, checkboxset
|
|
229
|
+
// emitEvent flag will prevent from emitting the valueChanges when value is equal to the prevDatavalue.
|
|
230
|
+
if (this.formwidget && (this.instance.value === this.formwidget.prevDatavalue || this.isNullOrEmptyOrFalsy(this.instance.value))) {
|
|
231
|
+
opt['emitEvent'] = false;
|
|
232
|
+
}
|
|
233
|
+
this.widgetControl.setValidators(concat(this._syncValidators || [], validators));
|
|
234
|
+
this.widgetControl.updateValueAndValidity(opt);
|
|
235
|
+
this.setCustomValidationMessage();
|
|
236
|
+
}
|
|
237
|
+
setCustomValidationMessage() {
|
|
238
|
+
const fieldErrors = this.widgetControl && this.widgetControl.errors;
|
|
239
|
+
if (!fieldErrors) {
|
|
240
|
+
return;
|
|
241
|
+
}
|
|
242
|
+
if (fieldErrors.hasOwnProperty('errorMessage')) {
|
|
243
|
+
this.instance.validationmessage = get(fieldErrors, 'errorMessage');
|
|
244
|
+
}
|
|
245
|
+
else {
|
|
246
|
+
// @ts-ignore
|
|
247
|
+
const keys = keys(fieldErrors);
|
|
248
|
+
const key = keys[0];
|
|
249
|
+
const validationMsgKey = get(DEFAULT_VALIDATOR, key) || this.formwidget.validateType;
|
|
250
|
+
if (validationMsgKey) {
|
|
251
|
+
const msg = get(this.defaultValidatorMessages, validationMsgKey) || this.instance.validationmessage;
|
|
252
|
+
if (msg && msg instanceof Function) {
|
|
253
|
+
// passing formfield and form as arguments to the errorMessage function.
|
|
254
|
+
this.instance.validationmessage = msg(this.widgetControl, this.widgetContext);
|
|
255
|
+
}
|
|
256
|
+
else {
|
|
257
|
+
this.instance.validationmessage = msg;
|
|
258
|
+
}
|
|
259
|
+
}
|
|
260
|
+
else {
|
|
261
|
+
// fallback when there is no validationmessage for fields other than default validators.
|
|
262
|
+
this.instance.validationmessage = '';
|
|
263
|
+
}
|
|
264
|
+
}
|
|
265
|
+
}
|
|
266
|
+
}
|
|
267
|
+
//# sourceMappingURL=data:application/json;base64,eyJ2ZXJzaW9uIjozLCJmaWxlIjoiYmFzZS1maWVsZC12YWxpZGF0aW9ucy5qcyIsInNvdXJjZVJvb3QiOiIiLCJzb3VyY2VzIjpbIi4uLy4uLy4uLy4uLy4uLy4uLy4uL3Byb2plY3RzL2NvbXBvbmVudHMvYmFzZS9zcmMvd2lkZ2V0cy9jb21tb24vYmFzZS9iYXNlLWZpZWxkLXZhbGlkYXRpb25zLnRzIl0sIm5hbWVzIjpbXSwibWFwcGluZ3MiOiJBQUFBLE9BQU8sRUFBRSxVQUFVLEVBQUUsTUFBTSxnQkFBZ0IsQ0FBQztBQUU1QyxPQUFPLEVBQUUsU0FBUyxFQUFFLE1BQU0sRUFBRSxRQUFRLEVBQUUsY0FBYyxFQUFFLE1BQU0sVUFBVSxDQUFDO0FBQ3ZFLE9BQU8sRUFBQyxTQUFTLEVBQUUsTUFBTSxFQUFFLE1BQU0sRUFBRSxNQUFNLEVBQUUsSUFBSSxFQUFFLE9BQU8sRUFBRSxHQUFHLEVBQUUsT0FBTyxFQUFFLFVBQVUsRUFBRSxPQUFPLEVBQUMsTUFBTSxXQUFXLENBQUM7QUFFOUcsTUFBTSxpQkFBaUIsR0FBRztJQUN0QixPQUFPLEVBQUUsUUFBUTtJQUNqQixHQUFHLEVBQUUsVUFBVTtJQUNmLEdBQUcsRUFBRSxVQUFVO0lBQ2YsUUFBUSxFQUFFLFVBQVU7SUFDcEIsU0FBUyxFQUFFLFVBQVU7SUFDckIsT0FBTyxFQUFFLFNBQVM7SUFDbEIsT0FBTyxFQUFFLFNBQVM7SUFDbEIsWUFBWSxFQUFFLGNBQWM7SUFDNUIsV0FBVyxFQUFFLGFBQWE7SUFDMUIsYUFBYSxFQUFDLGVBQWU7Q0FDaEMsQ0FBQztBQUVGLE1BQU0sT0FBTyxvQkFBb0I7SUFvQjdCLFlBQVksUUFBUSxFQUFFLFVBQVUsRUFBRSxVQUFVLEVBQUUsYUFBYSxFQUFFLGFBQWEsRUFBRSxjQUFlO1FBQ3ZGLElBQUksQ0FBQyxRQUFRLEdBQUcsUUFBUSxDQUFDO1FBQ3pCLElBQUksQ0FBQyxVQUFVLEdBQUcsVUFBVSxDQUFDO1FBQzdCLElBQUksQ0FBQyxVQUFVLEdBQUcsVUFBVSxDQUFDO1FBQzdCLElBQUksQ0FBQyxhQUFh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QUcsSUFBSSxDQUFDLFdBQVcsQ0FBQyxDQUFDO1lBQy9CLE1BQU0sR0FBRyxHQUFHLElBQUksQ0FBQyxDQUFDLENBQUMsQ0FBQztZQUNwQixNQUFNLGdCQUFnQixHQUFHLEdBQUcsQ0FBQyxpQkFBaUIsRUFBRSxHQUFHLENBQUMsSUFBSSxJQUFJLENBQUMsVUFBVSxDQUFDLFlBQVksQ0FBQztZQUNyRixJQUFJLGdCQUFnQixFQUFFLENBQUM7Z0JBQ25CLE1BQU0sR0FBRyxHQUFHLEdBQUcsQ0FBQyxJQUFJLENBQUMsd0JBQXdCLEVBQUUsZ0JBQWdCLENBQUMsSUFBSSxJQUFJLENBQUMsUUFBUSxDQUFDLGlCQUFpQixDQUFDO2dCQUNwRyxJQUFJLEdBQUcsSUFBSSxHQUFHLFlBQVksUUFBUSxFQUFFLENBQUM7b0JBQ2pDLHdFQUF3RTtvQkFDeEUsSUFBSSxDQUFDLFFBQVEsQ0FBQyxpQkFBaUIsR0FBRyxHQUFHLENBQUMsSUFBSSxDQUFDLGFBQWEsRUFBRSxJQUFJLENBQUMsYUFBYSxDQUFDLENBQUM7Z0JBQ2xGLENBQUM7cUJBQU0sQ0FBQztvQkFDSixJQUFJLENBQUMsUUFBUSxDQUFDLGlCQUFpQixHQUFHLEdBQUcsQ0FBQztnQkFDMUMsQ0FBQztZQUNMLENBQUM7aUJBQU0sQ0FBQztnQkFDSix3RkFBd0Y7Z0JBQ3hGLElBQUksQ0FBQyxRQUFRLENBQUMsaUJBQWlCLEdBQUcsRUFBRSxDQUFDO1lBQ3pDLENBQUM7UUFDTCxDQUFDO0lBQ0wsQ0FBQztDQUNKIiwic291cmNlc0NvbnRlbnQiOlsiaW1wb3J0IHsgVmFsaWRhdG9ycyB9IGZyb20gJ0Bhbmd1bGFyL2Zvcm1zJztcblxuaW1wb3J0IHsgVkFMSURBVE9SLCAkd2F0Y2gsICR1bndhdGNoLCBGb3JtV2lkZ2V0VHlwZSB9IGZyb20gJ0B3bS9jb3JlJztcbmltcG9ydCB7Y2xvbmVEZWVwLCBjb25jYXQsIGV4dGVuZCwgZmlsdGVyLCBmaW5kLCBmb3JFYWNoLCBnZXQsIGlzRW1wdHksIGlzRnVuY3Rpb24sIHRvVXBwZXJ9IGZyb20gXCJsb2Rhc2gtZXNcIjtcblxuY29uc3QgREVGQVVMVF9WQUxJREFUT1IgPSB7XG4gICAgcGF0dGVybjogJ3JlZ2V4cCcsXG4gICAgbWF4OiAnbWF4dmFsdWUnLFxuICAgIG1pbjogJ21pbnZhbHVlJyxcbiAgICByZXF1aXJlZDogJ3JlcXVpcmVkJyxcbiAgICBtYXhsZW5ndGg6ICdtYXhjaGFycycsXG4gICAgbWluZGF0ZTogJ21pbmRhdGUnLFxuICAgIG1heGRhdGU6ICdtYXhkYXRlJyxcbiAgICBleGNsdWRlZGF0ZXM6ICdleGNsdWRlZGF0ZXMnLFxuICAgIGV4Y2x1ZGVkYXlzOiAnZXhjbHVkZWRheXMnLFxuICAgIGludmFsaWROdW1iZXI6J2ludmFsaWROdW1iZXInXG59O1xuXG5leHBvcnQgY2xhc3MgQmFzZUZpZWxkVmFsaWRhdGlvbnMge1xuICAgIHByaXZhdGUgaGFzVmFsaWRhdG9ycztcblxuICAgIC8vIEluc3RhbmNlIG9mIHRoZSBkaXJlY3RpdmUgdGFibGUtY29sdW1uLCBmb3JtLWZpZWxkLi5cbiAgICBwcml2YXRlIGluc3RhbmNlO1xuICAgIC8vIElubGluZSBmb3JtIHdpZGdldFxuICAgIHB1YmxpYyBmb3Jtd2lkZ2V0O1xuICAgIC8vIFdpZGdldCB0eXBlXG4gICAgcHJpdmF0ZSB3aWRnZXR0eXBlO1xuICAgIC8vIEZyb20gY29udHJvbFxuICAgIHByaXZhdGUgd2lkZ2V0Q29udHJvbDtcbiAgICAvLyBQYXJlbnQgd2lkZ2V0IGNvbnRleHQgVGFibGUsIEZvcm0uLlxuICAgIHByaXZhdGUgd2lkZ2V0Q29udGV4dDtcbiAgICAvLyBPcHRpb25hbCB0YWJsZSBjb2x1bW4gdHlwZSBxdWlja2VkaXQgbmV3cm93LyBpbmxpbmUgZWRpdFxuICAgIHByaXZhdGUgdGFibGVGaWVsZFR5cGU7XG5cbiAgICBwcml2YXRlIGRlZmF1bHRWYWxpZGF0b3JNZXNzYWdlczogYW55O1xuICAgIHByaXZhdGUgX3N5bmNWYWxpZGF0b3JzOiBhbnk7XG4gICAgcHJpdmF0ZSBfYXN5bmNWYWxpZGF0b3JGbjogYW55O1xuXG4gICAgY29uc3RydWN0b3IoaW5zdGFuY2UsIGZvcm13aWRnZXQsIHdpZGdldHR5cGUsIHdpZGdldENvbnRyb2wsIHdpZGdldENvbnRleHQsIHRhYmxlRmllbGRUeXBlPyl7XG4gICAgICAgIHRoaXMuaW5zdGFuY2UgPSBpbnN0YW5jZTtcbiAgICAgICAgdGhpcy5mb3Jtd2lkZ2V0ID0gZm9ybXdpZGdldDtcbiAgICAgICAgdGhpcy53aWRnZXR0eXBlID0gd2lkZ2V0dHlwZTtcbiAgICAgICAgdGhpcy53aWRnZXRDb250cm9sID0gd2lkZ2V0Q29udHJvbDtcbiAgICAgICAgdGhpcy53aWRnZXRDb250ZXh0ID0gd2lkZ2V0Q29udGV4dDtcblxuICAgICAgICB0aGlzLmRlZmF1bHRWYWxpZGF0b3JNZXNzYWdlcyA9IFtdO1xuICAgICAgICBpZiAodGFibGVGaWVsZFR5cGUpIHtcbiAgICAgICAgICAgIHRoaXMudGFibGVGaWVsZFR5cGUgPSB0YWJsZUZpZWxkVHlwZTtcbiAgICAgICAgfVxuICAgIH1cblxuICAgIC8vIHRoaXMgbWV0aG9kIHJldHVybnMgdGhlIGNvbGxlY3Rpb24gb2Ygc3VwcG9ydGVkIGRlZmF1bHQgdmFsaWRhdG9yc1xuICAgIHByaXZhdGUgZ2V0RGVmYXVsdFZhbGlkYXRvcnMoKSB7XG4gICAgICAgIGNvbnN0IF92YWxpZGF0b3IgPSBbXTtcbiAgICAgICAgaWYgKHRoaXMuaW5zdGFuY2UucmVxdWlyZWQgJiYgdGhpcy5pbnN0YW5jZS5zaG93ICE9PSBmYWxzZSkge1xuICAgICAgICAgICAgLy8gRm9yIGNoZWNrYm94L3RvZ2dsZSB3aWRnZXQsIHJlcXVpcmVkIHZhbGlkYXRpb24gc2hvdWxkIGNvbnNpZGVyIHRydWUgdmFsdWUgb25seVxuICAgICAgICAgICAgaWYgKHRoaXMud2lkZ2V0dHlwZSA9PT0gRm9ybVdpZGdldFR5cGUuQ0hFQ0tCT1ggfHwgdGhpcy53aWRnZXR0eXBlID09PSBGb3JtV2lkZ2V0VHlwZS5UT0dHTEUpIHtcbiAgICAgICAgICAgICAgICBfdmFsaWRhdG9yLnB1c2goVmFsaWRhdG9ycy5yZXF1aXJlZFRydWUpO1xuICAgICAgICAgICAgfSBlbHNlIHtcbiAgICAgICAgICAgICAgICBfdmFsaWRhdG9yLnB1c2goVmFsaWRhdG9ycy5yZXF1aXJlZCk7XG4gICAgICAgICAgICB9XG4gICAgICAgIH1cbiAgICAgICAgaWYgKHRoaXMuaW5zdGFuY2UubWF4Y2hhcnMpIHtcbiAgICAgICAgICAgIF92YWxpZGF0b3IucHVzaChWYWxpZGF0b3JzLm1heExlbmd0aCh0aGlzLmluc3RhbmNlLm1heGNoYXJzKSk7XG4gICAgICAgIH1cbiAgICAgICAgaWYgKHRoaXMuaW5zdGFuY2UubWludmFsdWUpIHtcbiAgICAgICAgICAgIF92YWxpZGF0b3IucHVzaChWYWxpZGF0b3JzLm1pbih0aGlzLmluc3RhbmNlLm1pbnZhbHVlKSk7XG4gICAgICAgIH1cbiAgICAgICAgaWYgKHRoaXMuaW5zdGFuY2UubWF4dmFsdWUgJiYgdGhpcy53aWRnZXR0eXBlICE9PSBGb3JtV2lkZ2V0VHlwZS5SQVRJTkcpIHtcbiAgICAgICAgICAgIF92YWxpZGF0b3IucHVzaChWYWxpZGF0b3JzLm1heCh0aGlzLmluc3RhbmNlLm1heHZhbHVlKSk7XG4gICAgICAgIH1cbiAgICAgICAgaWYgKHRoaXMuaW5zdGFuY2UucmVnZXhwKSB7XG4gICAgICAgICAgICBfdmFsaWRhdG9yLnB1c2goVmFsaWRhdG9ycy5wYXR0ZXJuKHRoaXMuaW5zdGFuY2UucmVnZXhwKSk7XG4gICAgICAgIH1cbiAgICAgICAgaWYgKHRoaXMuZm9ybXdpZGdldCAmJiBpc0Z1bmN0aW9uKHRoaXMuZm9ybXdpZGdldC52YWxpZGF0ZSkpIHtcbiAgICAgICAgICAgIF92YWxpZGF0b3IucHVzaCh0aGlzLmZvcm13aWRnZXQudmFsaWRhdGUuYmluZCh0aGlzLmZvcm13aWRnZXQpKTtcbiAgICAgICAgfVxuICAgICAgICByZXR1cm4gX3ZhbGlkYXRvcjtcbiAgICB9XG5cbiAgICAvLyBPbiBjaGFuZ2Ugb2YgYW55IHZhbGlkYXRpb24gcHJvcGVydHksIHNldCB0aGUgYW5ndWxhciBmb3JtIHZhbGlkYXRvcnNcbiAgICBzZXRVcFZhbGlkYXRvcnMoY3VzdG9tVmFsaWRhdG9yPykge1xuICAgICAgICBpZiAodGhpcy5oYXNWYWxpZGF0b3JzKSB7XG4gICAgICAgICAgICByZXR1cm47XG4gICAgICAgIH1cbiAgICAgICAgdGhpcy5pbnN0YW5jZS5fdmFsaWRhdG9ycyA9IHRoaXMuZ2V0RGVmYXVsdFZhbGlkYXRvcnMoKTtcblxuICAgICAgICBpZiAoY3VzdG9tVmFsaWRhdG9yKSB7XG4gICAgICAgICAgICB0aGlzLmluc3RhbmNlLl92YWxpZGF0b3JzLnB1c2goY3VzdG9tVmFsaWRhdG9yKTtcbiAgICAgICAgfVxuXG4gICAgICAgIGlmICh0aGlzLndpZGdldENvbnRleHQubmdmb3JtKSB7XG4gICAgICAgICAgICB0aGlzLndpZGdldENvbnRyb2wuc2V0VmFsaWRhdG9ycyh0aGlzLmluc3RhbmNlLl92YWxpZGF0b3JzKTtcbiAgICAgICAgICAgIGNvbnN0IG9wdCA9IHt9O1xuICAgICAgICAgICAgLy8gdXBkYXRpbmcgdGhlIHZhbHVlIG9ubHkgd2hlbiBwcmV2RGF0YSBpcyBub3QgZXF1YWwgdG8gY3VycmVudCB2YWx1ZS4gYW5kIGFsc28gaW5pdGlhbGx5IHdoZW4gIGluc3RhbmNlLnZhbHVlIGlzIGVtcHR5IG9yIG51bGwgZm9yIHNvbWUgd2lkZ2V0cyBsaWtlIGRhdGUsIGNoZWNrYm94c2V0XG4gICAgICAgICAgICAvLyBlbWl0RXZlbnQgZmxhZyB3aWxsIHByZXZlbnQgZnJvbSBlbWl0dGluZyB0aGUgdmFsdWVDaGFuZ2VzIHdoZW4gdmFsdWUgaXMgZXF1YWwgdG8gdGhlIHByZXZEYXRhdmFsdWUuXG4gICAgICAgICAgICBpZiAodGhpcy5mb3Jtd2lkZ2V0ICYmICh0aGlzLmluc3RhbmNlLnZhbHVlID09PSB0aGlzLmZvcm13aWRnZXQucHJldkRhdGF2YWx1ZSB8fCB0aGlzLmlzTnVsbE9yRW1wdHlPckZhbHN5KHRoaXMuaW5zdGFuY2UudmFsdWUpKSkge1xuICAgICAgICAgICAgICAgIG9wdFsnZW1pdEV2ZW50J10gPSBmYWxzZTtcbiAgICAgICAgICAgIH1cbiAgICAgICAgICAgIHRoaXMud2lkZ2V0Q29udHJvbC51cGRhdGVWYWx1ZUFuZFZhbGlkaXR5KG9wdCk7XG4gICAgICAgIH1cbiAgICB9XG5cbiAgICBnZXRQcm9taXNlTGlzdCh2YWxpZGF0b3JzKSB7XG4gICAgICAgIGNvbnN0IGFyciA9IFtdO1xuICAgICAgICBmb3JFYWNoKHZhbGlkYXRvcnMsIChmbiwgaW5kZXgpID0+IHtcbiAgICAgICAgICAgIGxldCBwcm9taXNlID0gZm47XG4gICAgICAgICAgICBpZiAoZm4gaW5zdGFuY2VvZiBGdW5jdGlvbiAmJiBmbi5iaW5kKSB7XG4gICAgICAgICAgICAgICAgcHJvbWlzZSA9IGZuKHRoaXMud2lkZ2V0Q29udHJvbCwgdGhpcy53aWRnZXRDb250ZXh0KTtcbiAgICAgICAgICAgIH1cbiAgICAgICAgICAgIGlmIChwcm9taXNlIGluc3RhbmNlb2YgUHJvbWlzZSkge1xuICAgICAgICAgICAgICAgIGFyci5wdXNoKHByb21pc2UpO1xuICAgICAgICAgICAgfVxuICAgICAgICB9KTtcbiAgICAgICAgcmV0dXJuIGFycjtcbiAgICB9XG5cbiAgICAvLyB0aGlzIG1ldGhvZCBzZXRzIHRoZSBhc3luY1ZhbGlkYXRpb24gb24gdGhlIGZvcm0gZmllbGQuIEFzc2lnbnMgdmFsaWRhdGlvbm1lc3NhZ2VzIGZyb20gdGhlIHJldHVybmVkIHJlc3BvbnNlXG4gICAgc2V0QXN5bmNWYWxpZGF0b3JzKHZhbGlkYXRvcnMpIHtcbiAgICAgICAgdGhpcy5fYXN5bmNWYWxpZGF0b3JGbiA9ICgpID0+IHtcbiAgICAgICAgICAgIHJldHVybiAoKSA9PiB7XG4gICAgICAgICAgICAgICAgcmV0dXJuIFByb21pc2UuYWxsKHRoaXMuZ2V0UHJvbWlzZUxpc3QodmFsaWRhdG9ycykpLnRoZW4oKCkgPT4ge1xuICAgICAgICAgICAgICAgICAgICB0aGlzLmluc3RhbmNlLnZhbGlkYXRpb25tZXNzYWdlID0gJyc7XG4gICAgICAgICAgICAgICAgICAgIHJldHVybiBudWxsO1xuICAgICAgICAgICAgICAgIH0sIGVyciA9PiB7XG4gICAgICAgICAgICAgICAgICAgIC8vIGlmIGVyciBvYmogaGFzIHZhbGlkYXRpb25NZXNzYWdlIGtleSwgdGhlbiBzZXQgdmFsaWRhdGlvbk1lc3NhZ2UgdXNpbmcgdGhpcyB2YWx1ZVxuICAgICAgICAgICAgICAgICAgICAvLyBlbHNlIHJldHVybiB0aGUgdmFsdWUgb2YgdGhlIGZpcnN0IGtleSBpbiB0aGUgZXJyIG9iamVjdCBhcyB2YWxpZGF0aW9uIG1lc3NhZ2UuXG4gICAgICAgICAgICAgICAgICAgIGlmIChlcnIuaGFzT3duUHJvcGVydHkoJ2Vycm9yTWVzc2FnZScpKSB7XG4gICAgICAgICAgICAgICAgICAgICAgICB0aGlzLmluc3RhbmNlLnZhbGlkYXRpb25tZXNzYWdlID0gZ2V0KGVyciwgJ2Vycm9yTWVzc2FnZScpO1xuICAgICAgICAgICAgICAgICAgICB9IGVsc2Uge1xuICAgICAgICAgICAgICAgICAgICAgICAgLy8gQHRzLWlnbm9yZVxuICAgICAgICAgICAgICAgICAgICAgICAgY29uc3Qga2V5cyA9IGtleXMoZXJyKTtcbiAgICAgICAgICAgICAgICAgICAgICAgIHRoaXMuaW5zdGFuY2UudmFsaWRhdGlvbm1lc3NhZ2UgPSAoZXJyW2tleXNbMF1dKS50b1N0cmluZygpO1xuICAgICAgICAgICAgICAgICAgICB9XG4gICAgICAgICAgICAgICAgICAgIHJldHVybiBlcnI7XG4gICAgICAgICAgICAgICAgfSkudGhlbihyZXNwb25zZSA9PiB7XG4gICAgICAgICAgICAgICAgICAgIC8vIGZvcm0gY29udHJvbCBzdGF0dXMgaXMgbm90IGNoYW5nZWQgZnJvbSBwZW5kaW5nLiBUaGlzIGlzIGFuIGFuZ3VsYXIgaXNzdWUgcmVmZXIgaHR0cHM6Ly9naXRodWIuY29tL2FuZ3VsYXIvYW5ndWxhci9pc3N1ZXMvMTMyMDBcbiAgICAgICAgICAgICAgICAgICAgY29uc3QgY2hlY2tGb3JTdGF0dXNDaGFuZ2UgPSAoKSA9PiB7XG4gICAgICAgICAgICAgICAgICAgICAgICBzZXRUaW1lb3V0KCgpID0+IHtcbiAgICAgICAgICAgICAgICAgICAgICAgICAgICBpZiAodGhpcy53aWRnZXRDb250cm9sLnN0YXR1cyA9PT0gJ1BFTkRJTkcnKSB7XG4gICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgIGNoZWNrRm9yU3RhdHVzQ2hhbmdlKCk7XG4gICAgICAgICAgICAgICAgICAgICAgICAgICAgfSBlbHNlIHtcbiAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgdGhpcy5pbnN0YW5jZS5vblN0YXR1c0NoYW5nZSh0aGlzLndpZGdldENvbnRyb2wuc3RhdHVzLCB0aGlzLnRhYmxlRmllbGRUeXBlKTtcbiAgICAgICAgICAgICAgICAgICAgICAgICAgICB9XG4gICAgICAgICAgICAgICAgICAgICAgICB9LCAxMDApO1xuICAgICAgICAgICAgICAgICAgICB9O1xuICAgICAgICAgICAgICAgICAgICBjaGVja0ZvclN0YXR1c0NoYW5nZSgpO1xuICAgICAgICAgICAgICAgICAgICByZXR1cm4gcmVzcG9uc2U7XG4gICAgICAgICAgICAgICAgfSk7XG4gICAgICAgICAgICB9O1xuICAgICAgICB9O1xuXG4gICAgICAgIHRoaXMud2lkZ2V0Q29udHJvbC5zZXRBc3luY1ZhbGlkYXRvcnMoW3RoaXMuX2FzeW5jVmFsaWRhdG9yRm4oKV0pO1xuICAgICAgICBpZih0aGlzLndpZGdldENvbnRleHQubmdmb3JtLnRvdWNoZWQpe1xuICAgICAgICAgICAgY29uc3Qgb3B0ID0ge307XG4gICAgICAgICAgICAvLyB1cGRhdGluZyB0aGUgdmFsdWUgb25seSB3aGVuIHByZXZEYXRhIGlzIG5vdCBlcXVhbCB0byBjdXJyZW50IHZhbHVlLiBhbmQgYWxzbyBpbml0aWFsbHkgd2hlbiAgaW5zdGFuY2UudmFsdWUgaXMgZW1wdHkgb3IgbnVsbCBmb3Igc29tZSB3aWRnZXRzIGxpa2UgZGF0ZSwgY2hlY2tib3hzZXRcbiAgICAgICAgICAgIC8vIGVtaXRFdmVudCBmbGFnIHdpbGwgcHJldmVudCBmcm9tIGVtaXR0aW5nIHRoZSB2YWx1ZUNoYW5nZXMgd2hlbiB2YWx1ZSBpcyBlcXVhbCB0byB0aGUgcHJldkRhdGF2YWx1ZS5cbiAgICAgICAgICAgIGlmICh0aGlzLmZvcm13aWRnZXQgJiYgKHRoaXMuaW5zdGFuY2UudmFsdWUgPT09IHRoaXMuZm9ybXdpZGdldC5wcmV2RGF0YXZhbHVlIHx8IHRoaXMuaXNOdWxsT3JFbXB0eU9yRmFsc3kodGhpcy5pbnN0YW5jZS52YWx1ZSkpKSB7XG4gICAgICAgICAgICAgICAgb3B0WydlbWl0RXZlbnQnXSA9IGZhbHNlO1xuICAgICAgICAgICAgfVxuICAgICAgICAgICAgdGhpcy53aWRnZXRDb250cm9sLnVwZGF0ZVZhbHVlQW5kVmFsaWRpdHkob3B0KTtcbiAgICAgICAgfVxuICAgIH1cblxuICAgIGlzRGVmYXVsdFZhbGlkYXRvcih0eXBlKSB7XG4gICAgICAgIHJldHVybiBnZXQoVkFMSURBVE9SLCB0b1VwcGVyKHR5cGUpKTtcbiAgICB9XG5cbiAgICAvLyBkZWZhdWx0IHZhbGlkYXRvciBpcyBib3VuZCB0byBhIGZ1bmN0aW9uIHRoZW4gd2F0Y2ggZm9yIHZhbHVlIGNoYW5nZXNcbiAgICAvLyBvdGhlcndpc2Ugc2V0IHRoZSB2YWx1ZSBvZiBkZWZhdWx0IHZhbGlkYXRvciBkaXJlY3RseVxuICAgIHNldERlZmF1bHRWYWxpZGF0b3Ioa2V5LCB2YWx1ZSkge1xuICAgICAgICBpZiAodmFsdWUgJiYgdmFsdWUgaW5zdGFuY2VvZiBGdW5jdGlvbikge1xuICAgICAgICAgICAgLy8gcGFzc2luZyBmb3JtZmllbGQgYW5kIGZvcm0gYXMgYXJndW1lbnRzIHRvIHRoZSBkZWZhdWx0IHZhbGlkYXRvciBmdW5jdGlvblxuICAgICAgICAgICAgdGhpcy53YXRjaERlZmF1bHRWYWxpZGF0b3JFeHByKHZhbHVlLmJpbmQodW5kZWZpbmVkLCB0aGlzLndpZGdldENvbnRyb2wsIHRoaXMud2lkZ2V0Q29udGV4dCksIGtleSk7XG4gICAgICAgIH0gZWxzZSB7XG4gICAgICAgICAgICB0aGlzLmluc3RhbmNlLndpZGdldFtrZXldID0gdmFsdWU7XG4gICAgICAgICAgICB0aGlzLmluc3RhbmNlW2tleV0gPSB2YWx1ZTtcbiAgICAgICAgfVxuICAgIH1cblxuICAgIC8vIHNldHMgdGhlIGRlZmF1bHQgdmFsaWRhdGlvbiBvbiB0aGUgZm9ybSBmaWVsZFxuICAgIHNldFZhbGlkYXRvcnModmFsaWRhdG9ycykge1xuICAgICAgICBsZXQgX2Nsb25lVmFsaWRhdG9ycyA9IGNsb25lRGVlcCh2YWxpZGF0b3JzKTtcbiAgICAgICAgdGhpcy5oYXNWYWxpZGF0b3JzID0gdHJ1ZTtcbiAgICAgICAgdGhpcy5fc3luY1ZhbGlkYXRvcnMgPSBbXTtcbiAgICAgICAgZm9yRWFjaChfY2xvbmVWYWxpZGF0b3JzLCAob2JqLCBpbmRleCkgPT4ge1xuICAgICAgICAgICAgLy8gY3VzdG9tIHZhbGlkYXRpb24gaXMgYm91bmQgdG8gZnVuY3Rpb24uXG4gICAgICAgICAgICBpZiAob2JqICYmIG9iaiBpbnN0YW5jZW9mIEZ1bmN0aW9uKSB7XG4gICAgICAgICAgICAgICAgLy8gcGFzc2luZyBmb3JtZmllbGQgYW5kIGZvcm0gYXMgYXJndW1lbnRzIHRvIHRoZSBvYmogKGkuZS4gdmFsaWRhdG9yIGZ1bmN0aW9uKVxuICAgICAgICAgICAgICAgIF9jbG9uZVZhbGlkYXRvcnNbaW5kZXhdID0gb2JqLmJpbmQodW5kZWZpbmVkLCB0aGlzLndpZGdldENvbnRyb2wsIHRoaXMud2lkZ2V0Q29udGV4dCk7XG4gICAgICAgICAgICAgICAgdGhpcy5fc3luY1ZhbGlkYXRvcnMucHVzaChfY2xvbmVWYWxpZGF0b3JzW2luZGV4XSk7XG4gICAgICAgICAgICB9IGVsc2Uge1xuICAgICAgICAgICAgICAgIC8vIGNoZWNrcyBmb3IgZGVmYXVsdCB2YWxpZGF0b3IgbGlrZSByZXF1aXJlZCwgbWF4Y2hhcnMgZXRjLlxuICAgICAgICAgICAgICAgIGNvbnN0IGtleSA9IGdldChvYmosICd0eXBlJyk7XG4gICAgICAgICAgICAgICAgdGhpcy5kZWZhdWx0VmFsaWRhdG9yTWVzc2FnZXNba2V5XSA9IGdldChvYmosICdlcnJvck1lc3NhZ2UnKTtcbiAgICAgICAgICAgICAgICBpZiAodGhpcy5pc0RlZmF1bHRWYWxpZGF0b3Ioa2V5KSkge1xuICAgICAgICAgICAgICAgICAgICBjb25zdCB2YWx1ZSA9IGdldChvYmosICd2YWxpZGF0b3InKTtcbiAgICAgICAgICAgICAgICAgICAgdGhpcy5zZXREZWZhdWx0VmFsaWRhdG9yKGtleSwgdmFsdWUpO1xuICAgICAgICAgICAgICAgICAgICBfY2xvbmVWYWxpZGF0b3JzW2luZGV4XSA9ICcnO1xuICAgICAgICAgICAgICAgIH1cbiAgICAgICAgICAgIH1cbiAgICAgICAgfSk7XG5cbiAgICAgICAgLy8gX3N5bmNWYWxpZGF0b3JzIGNvbnRhaW5zIGFsbCB0aGUgY3VzdG9tIHZhbGlkYXRpb25zIG9uIHRoZSBmb3JtIGZpZWxkLiB3aWxsIG5vdCBpbmNsdWRlIGRlZmF1bHQgdmFsaWRhdG9ycy5cbiAgICAgICAgdGhpcy5fc3luY1ZhbGlkYXRvcnMgPSBmaWx0ZXIoX2Nsb25lVmFsaWRhdG9ycywgdmFsID0+IHtcbiAgICAgICAgICAgIGlmICh2YWwpIHtcbiAgICAgICAgICAgICAgICByZXR1cm4gdmFsO1xuICAgICAgICAgICAgfVxuICAgICAgICB9KTtcbiAgICAgICAgdGhpcy5hcHBseURlZmF1bHRWYWxpZGF0b3JzKCk7XG4gICAgfVxuXG4gICAgb2JzZXJ2ZU9uKGZpZWxkcywgY29udGV4dCkge1xuICAgICAgICBmb3JFYWNoKGZpZWxkcywgZmllbGQgPT4ge1xuICAgICAgICAgICAgY29uc3QgZm9ybWZpZWxkID0gZmluZCh0aGlzLndpZGdldENvbnRleHRbY29udGV4dF0sIHsna2V5JzogZmllbGR9KTtcbiAgICAgICAgICAgIGlmIChmb3JtZmllbGQpIHtcbiAgICAgICAgICAgICAgICBpZiAoIWZvcm1maWVsZC5ub3RpZnlGb3JGaWVsZHMpIHtcbiAgICAgICAgICAgICAgICAgICAgZm9ybWZpZWxkLm5vdGlmeUZvckZpZWxkcyA9IFtdO1xuICAgICAgICAgICAgICAgIH1cbiAgICAgICAgICAgICAgICBmb3JtZmllbGQubm90aWZ5Rm9yRmllbGRzLnB1c2godGhpcy5pbnN0YW5jZSk7XG4gICAgICAgICAgICB9XG4gICAgICAgIH0pO1xuICAgIH1cblxuICAgIHZhbGlkYXRlKCkge1xuICAgICAgICB0aGlzLmFwcGx5RGVmYXVsdFZhbGlkYXRvcnMoKTtcbiAgICAgICAgaWYgKHRoaXMuX2FzeW5jVmFsaWRhdG9yRm4pIHtcbiAgICAgICAgICAgIGNvbnN0IG9wdCA9IHt9O1xuICAgICAgICAgICAgLy8gdXBkYXRpbmcgdGhlIHZhbHVlIG9ubHkgd2hlbiBwcmV2RGF0YSBpcyBub3QgZXF1YWwgdG8gY3VycmVudCB2YWx1ZS4gYW5kIGFsc28gaW5pdGlhbGx5IHdoZW4gIGluc3RhbmNlLnZhbHVlIGlzIGVtcHR5IG9yIG51bGwgZm9yIHNvbWUgd2lkZ2V0cyBsaWtlIGRhdGUsIGNoZWNrYm94c2V0XG4gICAgICAgICAgICAvLyBlbWl0RXZlbnQgZmxhZyB3aWxsIHByZXZlbnQgZnJvbSBlbWl0dGluZyB0aGUgdmFsdWVDaGFuZ2VzIHdoZW4gdmFsdWUgaXMgZXF1YWwgdG8gdGhlIHByZXZEYXRhdmFsdWUuXG4gICAgICAgICAgICBpZiAodGhpcy5mb3Jtd2lkZ2V0ICYmICh0aGlzLmluc3RhbmNlLnZhbHVlID09PSB0aGlzLmZvcm13aWRnZXQucHJldkRhdGF2YWx1ZSB8fCB0aGlzLmlzTnVsbE9yRW1wdHlPckZhbHN5KHRoaXMuaW5zdGFuY2UudmFsdWUpKSkge1xuICAgICAgICAgICAgICAgIG9wdFsnZW1pdEV2ZW50J10gPSBmYWxzZTtcbiAgICAgICAgICAgIH1cbiAgICAgICAgICAgIHRoaXMud2lkZ2V0Q29udHJvbC5zZXRBc3luY1ZhbGlkYXRvcnMoW3RoaXMuX2FzeW5jVmFsaWRhdG9yRm4oKV0pO1xuICAgICAgICAgICAgdGhpcy53aWRnZXRDb250cm9sLnVwZGF0ZVZhbHVlQW5kVmFsaWRpdHkob3B0KTtcbiAgICAgICAgfVxuICAgICAgICAvLyBzaG93IHRoZSB2YWxpZGF0aW9uIGVycm9zIHNob3cgd2hlbiBmb3JtIGlzIHRvdWNoZWQgYW5kIG5vdCBvbiBsb2FkLiBUaGlzIGp1c3QgaGlnaGxpZ2h0cyB0aGUgZmllbGQgdGhhdCBpcyBzdWJzY3JpYmVkIGZvciBjaGFuZ2VzLlxuICAgICAgICBpZiAodGhpcy53aWRnZXRDb250ZXh0Lm5nZm9ybS50b3VjaGVkKSB7XG4gICAgICAgICAgICB0aGlzLndpZGdldENvbnRyb2wubWFya0FzVG91Y2hlZCgpO1xuICAgICAgICB9XG4gICAgfVxuXG4gICAgLy8gd2F0Y2hlcyBmb3IgY2hhbmdlcyBpbiB0aGUgYm91bmQgZnVuY3Rpb24gZm9yIGRlZmF1bHQgdmFsaWRhdG9ycy5cbiAgICB3YXRjaERlZmF1bHRWYWxpZGF0b3JFeHByKGZuLCBrZXkpIHtcbiAgICAgICAgY29uc3Qgd2F0Y2hOYW1lID0gYCR7dGhpcy5pbnN0YW5jZS53aWRnZXRJZH1fYCArIGtleSArICdfZm9ybUZpZWxkJztcbiAgICAgICAgJHVud2F0Y2god2F0Y2hOYW1lKTtcbiAgICAgICAgLy9bVG9kby1DU1BdOiBOZWVkIGNsYXJpdHkgZ2VuZXJhdGUgdGhpcyBleHByIGZuIGlmIGZvcm0gaXMgcHJlc2VudCBpbiB0aGUgcGFnZVxuICAgICAgICB0aGlzLmluc3RhbmNlLnJlZ2lzdGVyRGVzdHJveUxpc3RlbmVyKCR3YXRjaCgnYm91bmRGbihmbiknLCBleHRlbmQodGhpcy5pbnN0YW5jZSwgdGhpcy5pbnN0YW5jZS52aWV3UGFyZW50KSwge2ZufSwgKG52LCBvdikgPT4ge1xuICAgICAgICAgICAgdGhpcy5pbnN0YW5jZS53aWRnZXRba2V5XSA9IG52O1xuICAgICAgICAgICAgdGhpcy5hcHBseURlZmF1bHRWYWxpZGF0b3JzKCk7XG4gICAgICAgIH0sIHdhdGNoTmFtZSkpO1xuICAgIH1cbiAgICBpc051bGxPckVtcHR5T3JGYWxzeSh2YWx1ZSkgIHtcbiAgICAgICAgcmV0dXJuIGlzRW1wdHkodmFsdWUpO1xuICAgIH1cblxuICAgIC8vIGludm9rZXMgYm90aCBjdXN0b20gc3luYyB2YWxpZGF0aW9ucyBhbmQgZGVmYXVsdCB2YWxpZGF0aW9ucy5cbiAgICBhcHBseURlZmF1bHRWYWxpZGF0b3JzKCkge1xuICAgICAgICBjb25zdCB2YWxpZGF0b3JzID0gdGhpcy5nZXREZWZhdWx0VmFsaWRhdG9ycygpO1xuICAgICAgICBjb25zdCBvcHQgPSB7fTtcbiAgICAgICAgLy8gdXBkYXRpbmcgdGhlIHZhbHVlIG9ubHkgd2hlbiBwcmV2RGF0YSBpcyBub3QgZXF1YWwgdG8gY3VycmVudCB2YWx1ZS4gYW5kIGFsc28gaW5pdGlhbGx5IHdoZW4gIGluc3RhbmNlLnZhbHVlIGlzIGVtcHR5IG9yIG51bGwgZm9yIHNvbWUgd2lkZ2V0cyBsaWtlIGRhdGUsIGNoZWNrYm94c2V0XG4gICAgICAgIC8vIGVtaXRFdmVudCBmbGFnIHdpbGwgcHJldmVudCBmcm9tIGVtaXR0aW5nIHRoZSB2YWx1ZUNoYW5nZXMgd2hlbiB2YWx1ZSBpcyBlcXVhbCB0byB0aGUgcHJldkRhdGF2YWx1ZS5cbiAgICAgICAgaWYgKHRoaXMuZm9ybXdpZGdldCAmJiAodGhpcy5pbnN0YW5jZS52YWx1ZSA9PT0gdGhpcy5mb3Jtd2lkZ2V0LnByZXZEYXRhdmFsdWUgfHwgdGhpcy5pc051bGxPckVtcHR5T3JGYWxzeSh0aGlzLmluc3RhbmNlLnZhbHVlKSkpIHtcbiAgICAgICAgICAgIG9wdFsnZW1pdEV2ZW50J10gPSBmYWxzZTtcbiAgICAgICAgfVxuICAgICAgICB0aGlzLndpZGdldENvbnRyb2wuc2V0VmFsaWRhdG9ycyhjb25jYXQodGhpcy5fc3luY1ZhbGlkYXRvcnMgfHwgW10sIHZhbGlkYXRvcnMpKTtcbiAgICAgICAgdGhpcy53aWRnZXRDb250cm9sLnVwZGF0ZVZhbHVlQW5kVmFsaWRpdHkob3B0KTtcbiAgICAgICAgdGhpcy5zZXRDdXN0b21WYWxpZGF0aW9uTWVzc2FnZSgpO1xuICAgIH1cblxuICAgIHNldEN1c3RvbVZhbGlkYXRpb25NZXNzYWdlKCkge1xuICAgICAgICBjb25zdCBmaWVsZEVycm9ycyA9IHRoaXMud2lkZ2V0Q29udHJvbCAmJiB0aGlzLndpZGdldENvbnRyb2wuZXJyb3JzO1xuXG4gICAgICAgIGlmICghZmllbGRFcnJvcnMpIHtcbiAgICAgICAgICAgIHJldHVybjtcbiAgICAgICAgfVxuICAgICAgICBpZiAoZmllbGRFcnJvcnMuaGFzT3duUHJvcGVydHkoJ2Vycm9yTWVzc2FnZScpKSB7XG4gICAgICAgICAgICB0aGlzLmluc3RhbmNlLnZhbGlkYXRpb25tZXNzYWdlID0gZ2V0KGZpZWxkRXJyb3JzLCAnZXJyb3JNZXNzYWdlJyk7XG4gICAgICAgIH0gZWxzZSB7XG4gICAgICAgICAgICAvLyBAdHMtaWdub3JlXG4gICAgICAgICAgICBjb25zdCBrZXlzID0ga2V5cyhmaWVsZEVycm9ycyk7XG4gICAgICAgICAgICBjb25zdCBrZXkgPSBrZXlzWzBdO1xuICAgICAgICAgICAgY29uc3QgdmFsaWRhdGlvbk1zZ0tleSA9IGdldChERUZBVUxUX1ZBTElEQVRPUiwga2V5KSB8fCB0aGlzLmZvcm13aWRnZXQudmFsaWRhdGVUeXBlO1xuICAgICAgICAgICAgaWYgKHZhbGlkYXRpb25Nc2dLZXkpIHtcbiAgICAgICAgICAgICAgICBjb25zdCBtc2cgPSBnZXQodGhpcy5kZWZhdWx0VmFsaWRhdG9yTWVzc2FnZXMsIHZhbGlkYXRpb25Nc2dLZXkpIHx8IHRoaXMuaW5zdGFuY2UudmFsaWRhdGlvbm1lc3NhZ2U7XG4gICAgICAgICAgICAgICAgaWYgKG1zZyAmJiBtc2cgaW5zdGFuY2VvZiBGdW5jdGlvbikge1xuICAgICAgICAgICAgICAgICAgICAvLyBwYXNzaW5nIGZvcm1maWVsZCBhbmQgZm9ybSBhcyBhcmd1bWVudHMgdG8gdGhlIGVycm9yTWVzc2FnZSBmdW5jdGlvbi5cbiAgICAgICAgICAgICAgICAgICAgdGhpcy5pbnN0YW5jZS52YWxpZGF0aW9ubWVzc2FnZSA9IG1zZyh0aGlzLndpZGdldENvbnRyb2wsIHRoaXMud2lkZ2V0Q29udGV4dCk7XG4gICAgICAgICAgICAgICAgfSBlbHNlIHtcbiAgICAgICAgICAgICAgICAgICAgdGhpcy5pbnN0YW5jZS52YWxpZGF0aW9ubWVzc2FnZSA9IG1zZztcbiAgICAgICAgICAgICAgICB9XG4gICAgICAgICAgICB9IGVsc2Uge1xuICAgICAgICAgICAgICAgIC8vIGZhbGxiYWNrIHdoZW4gdGhlcmUgaXMgbm8gdmFsaWRhdGlvbm1lc3NhZ2UgZm9yIGZpZWxkcyBvdGhlciB0aGFuIGRlZmF1bHQgdmFsaWRhdG9ycy5cbiAgICAgICAgICAgICAgICB0aGlzLmluc3RhbmNlLnZhbGlkYXRpb25tZXNzYWdlID0gJyc7XG4gICAgICAgICAgICB9XG4gICAgICAgIH1cbiAgICB9XG59XG4iXX0=
|
|
@@ -4703,8 +4703,9 @@ class BaseFieldValidations {
|
|
|
4703
4703
|
this.instance.validationmessage = get(err, 'errorMessage');
|
|
4704
4704
|
}
|
|
4705
4705
|
else {
|
|
4706
|
-
|
|
4707
|
-
|
|
4706
|
+
// @ts-ignore
|
|
4707
|
+
const keys = keys(err);
|
|
4708
|
+
this.instance.validationmessage = (err[keys[0]]).toString();
|
|
4708
4709
|
}
|
|
4709
4710
|
return err;
|
|
4710
4711
|
}).then(response => {
|
|
@@ -4844,8 +4845,9 @@ class BaseFieldValidations {
|
|
|
4844
4845
|
this.instance.validationmessage = get(fieldErrors, 'errorMessage');
|
|
4845
4846
|
}
|
|
4846
4847
|
else {
|
|
4847
|
-
|
|
4848
|
-
const
|
|
4848
|
+
// @ts-ignore
|
|
4849
|
+
const keys = keys(fieldErrors);
|
|
4850
|
+
const key = keys[0];
|
|
4849
4851
|
const validationMsgKey = get(DEFAULT_VALIDATOR, key) || this.formwidget.validateType;
|
|
4850
4852
|
if (validationMsgKey) {
|
|
4851
4853
|
const msg = get(this.defaultValidatorMessages, validationMsgKey) || this.instance.validationmessage;
|