@wavemaker-ai/app-ng-runtime 1.0.0-rc.309
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.
- package/build-task/.npmignore +2 -0
- package/build-task/bundles/index.umd.js +3060 -0
- package/build-task/fesm2022/index.mjs +2949 -0
- package/build-task/fesm2022/index.mjs.map +1 -0
- package/build-task/index.d.ts +882 -0
- package/build-task/package.json +23 -0
- package/components/advanced/carousel/.npmignore +2 -0
- package/components/advanced/carousel/bundles/index.umd.js +352 -0
- package/components/advanced/carousel/fesm2022/index.mjs +335 -0
- package/components/advanced/carousel/fesm2022/index.mjs.map +1 -0
- package/components/advanced/carousel/index.d.ts +89 -0
- package/components/advanced/carousel/package.json +18 -0
- package/components/advanced/custom/.npmignore +2 -0
- package/components/advanced/custom/bundles/index.umd.js +258 -0
- package/components/advanced/custom/fesm2022/index.mjs +244 -0
- package/components/advanced/custom/fesm2022/index.mjs.map +1 -0
- package/components/advanced/custom/index.d.ts +50 -0
- package/components/advanced/custom/package.json +18 -0
- package/components/advanced/login/.npmignore +2 -0
- package/components/advanced/login/bundles/index.umd.js +135 -0
- package/components/advanced/login/fesm2022/index.mjs +120 -0
- package/components/advanced/login/fesm2022/index.mjs.map +1 -0
- package/components/advanced/login/index.d.ts +34 -0
- package/components/advanced/login/package.json +18 -0
- package/components/advanced/marquee/.npmignore +2 -0
- package/components/advanced/marquee/bundles/index.umd.js +71 -0
- package/components/advanced/marquee/fesm2022/index.mjs +53 -0
- package/components/advanced/marquee/fesm2022/index.mjs.map +1 -0
- package/components/advanced/marquee/index.d.ts +12 -0
- package/components/advanced/marquee/package.json +18 -0
- package/components/base/.npmignore +2 -0
- package/components/base/bundles/index.umd.js +6055 -0
- package/components/base/fesm2022/index.mjs +5931 -0
- package/components/base/fesm2022/index.mjs.map +1 -0
- package/components/base/index.d.ts +1436 -0
- package/components/base/package.json +26 -0
- package/components/basic/anchor/.npmignore +2 -0
- package/components/basic/anchor/bundles/index.umd.js +204 -0
- package/components/basic/anchor/fesm2022/index.mjs +187 -0
- package/components/basic/anchor/fesm2022/index.mjs.map +1 -0
- package/components/basic/anchor/index.d.ts +40 -0
- package/components/basic/anchor/package.json +18 -0
- package/components/basic/audio/.npmignore +2 -0
- package/components/basic/audio/bundles/index.umd.js +83 -0
- package/components/basic/audio/fesm2022/index.mjs +65 -0
- package/components/basic/audio/fesm2022/index.mjs.map +1 -0
- package/components/basic/audio/index.d.ts +23 -0
- package/components/basic/audio/package.json +18 -0
- package/components/basic/html/.npmignore +2 -0
- package/components/basic/html/bundles/index.umd.js +122 -0
- package/components/basic/html/fesm2022/index.mjs +105 -0
- package/components/basic/html/fesm2022/index.mjs.map +1 -0
- package/components/basic/html/index.d.ts +17 -0
- package/components/basic/html/package.json +18 -0
- package/components/basic/icon/.npmignore +2 -0
- package/components/basic/icon/bundles/index.umd.js +80 -0
- package/components/basic/icon/fesm2022/index.mjs +62 -0
- package/components/basic/icon/fesm2022/index.mjs.map +1 -0
- package/components/basic/icon/index.d.ts +18 -0
- package/components/basic/icon/package.json +18 -0
- package/components/basic/iframe/.npmignore +2 -0
- package/components/basic/iframe/bundles/index.umd.js +101 -0
- package/components/basic/iframe/fesm2022/index.mjs +84 -0
- package/components/basic/iframe/fesm2022/index.mjs.map +1 -0
- package/components/basic/iframe/index.d.ts +29 -0
- package/components/basic/iframe/package.json +18 -0
- package/components/basic/label/.npmignore +2 -0
- package/components/basic/label/bundles/index.umd.js +129 -0
- package/components/basic/label/fesm2022/index.mjs +113 -0
- package/components/basic/label/fesm2022/index.mjs.map +1 -0
- package/components/basic/label/index.d.ts +15 -0
- package/components/basic/label/package.json +18 -0
- package/components/basic/picture/.npmignore +2 -0
- package/components/basic/picture/bundles/index.umd.js +138 -0
- package/components/basic/picture/fesm2022/index.mjs +121 -0
- package/components/basic/picture/fesm2022/index.mjs.map +1 -0
- package/components/basic/picture/index.d.ts +22 -0
- package/components/basic/picture/package.json +18 -0
- package/components/basic/progress/progress-bar/.npmignore +2 -0
- package/components/basic/progress/progress-bar/bundles/index.umd.js +170 -0
- package/components/basic/progress/progress-bar/fesm2022/index.mjs +154 -0
- package/components/basic/progress/progress-bar/fesm2022/index.mjs.map +1 -0
- package/components/basic/progress/progress-bar/index.d.ts +45 -0
- package/components/basic/progress/progress-bar/package.json +18 -0
- package/components/basic/progress/progress-circle/.npmignore +2 -0
- package/components/basic/progress/progress-circle/bundles/index.umd.js +171 -0
- package/components/basic/progress/progress-circle/fesm2022/index.mjs +155 -0
- package/components/basic/progress/progress-circle/fesm2022/index.mjs.map +1 -0
- package/components/basic/progress/progress-circle/index.d.ts +43 -0
- package/components/basic/progress/progress-circle/package.json +18 -0
- package/components/basic/progress/progress-utils/.npmignore +2 -0
- package/components/basic/progress/progress-utils/bundles/index.umd.js +35 -0
- package/components/basic/progress/progress-utils/fesm2022/index.mjs +32 -0
- package/components/basic/progress/progress-utils/fesm2022/index.mjs.map +1 -0
- package/components/basic/progress/progress-utils/index.d.ts +5 -0
- package/components/basic/progress/progress-utils/package.json +18 -0
- package/components/basic/rich-text-editor/.npmignore +2 -0
- package/components/basic/rich-text-editor/bundles/index.umd.js +236 -0
- package/components/basic/rich-text-editor/fesm2022/index.mjs +222 -0
- package/components/basic/rich-text-editor/fesm2022/index.mjs.map +1 -0
- package/components/basic/rich-text-editor/index.d.ts +58 -0
- package/components/basic/rich-text-editor/package.json +18 -0
- package/components/basic/search/.npmignore +2 -0
- package/components/basic/search/bundles/index.umd.js +1091 -0
- package/components/basic/search/fesm2022/index.mjs +1080 -0
- package/components/basic/search/fesm2022/index.mjs.map +1 -0
- package/components/basic/search/index.d.ts +125 -0
- package/components/basic/search/package.json +18 -0
- package/components/basic/spinner/.npmignore +2 -0
- package/components/basic/spinner/bundles/index.umd.js +126 -0
- package/components/basic/spinner/fesm2022/index.mjs +111 -0
- package/components/basic/spinner/fesm2022/index.mjs.map +1 -0
- package/components/basic/spinner/index.d.ts +30 -0
- package/components/basic/spinner/package.json +18 -0
- package/components/basic/tree/.npmignore +2 -0
- package/components/basic/tree/bundles/index.umd.js +767 -0
- package/components/basic/tree/fesm2022/index.mjs +751 -0
- package/components/basic/tree/fesm2022/index.mjs.map +1 -0
- package/components/basic/tree/index.d.ts +97 -0
- package/components/basic/tree/package.json +18 -0
- package/components/basic/video/.npmignore +2 -0
- package/components/basic/video/bundles/index.umd.js +116 -0
- package/components/basic/video/fesm2022/index.mjs +99 -0
- package/components/basic/video/fesm2022/index.mjs.map +1 -0
- package/components/basic/video/index.d.ts +30 -0
- package/components/basic/video/package.json +18 -0
- package/components/chart/.npmignore +2 -0
- package/components/chart/bundles/index.umd.js +1747 -0
- package/components/chart/fesm2022/index.mjs +1774 -0
- package/components/chart/fesm2022/index.mjs.map +1 -0
- package/components/chart/index.d.ts +103 -0
- package/components/chart/package.json +18 -0
- package/components/containers/accordion/.npmignore +2 -0
- package/components/containers/accordion/bundles/index.umd.js +500 -0
- package/components/containers/accordion/fesm2022/index.mjs +486 -0
- package/components/containers/accordion/fesm2022/index.mjs.map +1 -0
- package/components/containers/accordion/index.d.ts +114 -0
- package/components/containers/accordion/package.json +18 -0
- package/components/containers/layout-grid/.npmignore +2 -0
- package/components/containers/layout-grid/bundles/index.umd.js +172 -0
- package/components/containers/layout-grid/fesm2022/index.mjs +153 -0
- package/components/containers/layout-grid/fesm2022/index.mjs.map +1 -0
- package/components/containers/layout-grid/index.d.ts +29 -0
- package/components/containers/layout-grid/package.json +18 -0
- package/components/containers/linear-layout/.npmignore +2 -0
- package/components/containers/linear-layout/bundles/index.umd.js +186 -0
- package/components/containers/linear-layout/fesm2022/index.mjs +167 -0
- package/components/containers/linear-layout/fesm2022/index.mjs.map +1 -0
- package/components/containers/linear-layout/index.d.ts +27 -0
- package/components/containers/linear-layout/package.json +18 -0
- package/components/containers/panel/.npmignore +2 -0
- package/components/containers/panel/bundles/index.umd.js +223 -0
- package/components/containers/panel/fesm2022/index.mjs +210 -0
- package/components/containers/panel/fesm2022/index.mjs.map +1 -0
- package/components/containers/panel/index.d.ts +46 -0
- package/components/containers/panel/package.json +18 -0
- package/components/containers/tabs/.npmignore +2 -0
- package/components/containers/tabs/bundles/index.umd.js +788 -0
- package/components/containers/tabs/fesm2022/index.mjs +775 -0
- package/components/containers/tabs/fesm2022/index.mjs.map +1 -0
- package/components/containers/tabs/index.d.ts +127 -0
- package/components/containers/tabs/package.json +18 -0
- package/components/containers/tile/.npmignore +2 -0
- package/components/containers/tile/bundles/index.umd.js +68 -0
- package/components/containers/tile/fesm2022/index.mjs +50 -0
- package/components/containers/tile/fesm2022/index.mjs.map +1 -0
- package/components/containers/tile/index.d.ts +12 -0
- package/components/containers/tile/package.json +18 -0
- package/components/containers/wizard/.npmignore +2 -0
- package/components/containers/wizard/bundles/index.umd.js +1074 -0
- package/components/containers/wizard/fesm2022/index.mjs +1058 -0
- package/components/containers/wizard/fesm2022/index.mjs.map +1 -0
- package/components/containers/wizard/index.d.ts +257 -0
- package/components/containers/wizard/package.json +18 -0
- package/components/data/card/.npmignore +2 -0
- package/components/data/card/bundles/index.umd.js +237 -0
- package/components/data/card/fesm2022/index.mjs +220 -0
- package/components/data/card/fesm2022/index.mjs.map +1 -0
- package/components/data/card/index.d.ts +51 -0
- package/components/data/card/package.json +18 -0
- package/components/data/form/.npmignore +2 -0
- package/components/data/form/bundles/index.umd.js +3339 -0
- package/components/data/form/fesm2022/index.mjs +3327 -0
- package/components/data/form/fesm2022/index.mjs.map +1 -0
- package/components/data/form/index.d.ts +487 -0
- package/components/data/form/package.json +18 -0
- package/components/data/list/.npmignore +2 -0
- package/components/data/list/bundles/index.umd.js +1610 -0
- package/components/data/list/fesm2022/index.mjs +1602 -0
- package/components/data/list/fesm2022/index.mjs.map +1 -0
- package/components/data/list/index.d.ts +283 -0
- package/components/data/list/package.json +18 -0
- package/components/data/live-table/.npmignore +2 -0
- package/components/data/live-table/bundles/index.umd.js +283 -0
- package/components/data/live-table/fesm2022/index.mjs +268 -0
- package/components/data/live-table/fesm2022/index.mjs.map +1 -0
- package/components/data/live-table/index.d.ts +39 -0
- package/components/data/live-table/package.json +18 -0
- package/components/data/pagination/.npmignore +2 -0
- package/components/data/pagination/bundles/index.umd.js +885 -0
- package/components/data/pagination/fesm2022/index.mjs +880 -0
- package/components/data/pagination/fesm2022/index.mjs.map +1 -0
- package/components/data/pagination/index.d.ts +106 -0
- package/components/data/pagination/package.json +18 -0
- package/components/data/table/.npmignore +2 -0
- package/components/data/table/bundles/index.umd.js +4991 -0
- package/components/data/table/fesm2022/index.mjs +4978 -0
- package/components/data/table/fesm2022/index.mjs.map +1 -0
- package/components/data/table/index.d.ts +744 -0
- package/components/data/table/package.json +18 -0
- package/components/dialogs/alert-dialog/.npmignore +2 -0
- package/components/dialogs/alert-dialog/bundles/index.umd.js +126 -0
- package/components/dialogs/alert-dialog/fesm2022/index.mjs +114 -0
- package/components/dialogs/alert-dialog/fesm2022/index.mjs.map +1 -0
- package/components/dialogs/alert-dialog/index.d.ts +26 -0
- package/components/dialogs/alert-dialog/package.json +18 -0
- package/components/dialogs/confirm-dialog/.npmignore +2 -0
- package/components/dialogs/confirm-dialog/bundles/index.umd.js +129 -0
- package/components/dialogs/confirm-dialog/fesm2022/index.mjs +117 -0
- package/components/dialogs/confirm-dialog/fesm2022/index.mjs.map +1 -0
- package/components/dialogs/confirm-dialog/index.d.ts +29 -0
- package/components/dialogs/confirm-dialog/package.json +18 -0
- package/components/dialogs/default/.npmignore +2 -0
- package/components/dialogs/default/bundles/index.umd.js +380 -0
- package/components/dialogs/default/fesm2022/index.mjs +363 -0
- package/components/dialogs/default/fesm2022/index.mjs.map +1 -0
- package/components/dialogs/default/index.d.ts +89 -0
- package/components/dialogs/default/package.json +18 -0
- package/components/dialogs/design-dialog/.npmignore +2 -0
- package/components/dialogs/design-dialog/bundles/index.umd.js +150 -0
- package/components/dialogs/design-dialog/fesm2022/index.mjs +135 -0
- package/components/dialogs/design-dialog/fesm2022/index.mjs.map +1 -0
- package/components/dialogs/design-dialog/index.d.ts +20 -0
- package/components/dialogs/design-dialog/package.json +18 -0
- package/components/dialogs/iframe-dialog/.npmignore +2 -0
- package/components/dialogs/iframe-dialog/bundles/index.umd.js +119 -0
- package/components/dialogs/iframe-dialog/fesm2022/index.mjs +108 -0
- package/components/dialogs/iframe-dialog/fesm2022/index.mjs.map +1 -0
- package/components/dialogs/iframe-dialog/index.d.ts +22 -0
- package/components/dialogs/iframe-dialog/package.json +18 -0
- package/components/dialogs/login-dialog/.npmignore +2 -0
- package/components/dialogs/login-dialog/bundles/index.umd.js +114 -0
- package/components/dialogs/login-dialog/fesm2022/index.mjs +98 -0
- package/components/dialogs/login-dialog/fesm2022/index.mjs.map +1 -0
- package/components/dialogs/login-dialog/index.d.ts +26 -0
- package/components/dialogs/login-dialog/package.json +18 -0
- package/components/dialogs/partial-dialog/.npmignore +2 -0
- package/components/dialogs/partial-dialog/bundles/index.umd.js +157 -0
- package/components/dialogs/partial-dialog/fesm2022/index.mjs +146 -0
- package/components/dialogs/partial-dialog/fesm2022/index.mjs.map +1 -0
- package/components/dialogs/partial-dialog/index.d.ts +32 -0
- package/components/dialogs/partial-dialog/package.json +18 -0
- package/components/input/base-form/.npmignore +2 -0
- package/components/input/base-form/bundles/index.umd.js +147 -0
- package/components/input/base-form/fesm2022/index.mjs +131 -0
- package/components/input/base-form/fesm2022/index.mjs.map +1 -0
- package/components/input/base-form/index.d.ts +29 -0
- package/components/input/base-form/package.json +18 -0
- package/components/input/base-form-custom/.npmignore +2 -0
- package/components/input/base-form-custom/bundles/index.umd.js +129 -0
- package/components/input/base-form-custom/fesm2022/index.mjs +112 -0
- package/components/input/base-form-custom/fesm2022/index.mjs.map +1 -0
- package/components/input/base-form-custom/index.d.ts +26 -0
- package/components/input/base-form-custom/package.json +18 -0
- package/components/input/button/.npmignore +2 -0
- package/components/input/button/bundles/index.umd.js +98 -0
- package/components/input/button/fesm2022/index.mjs +81 -0
- package/components/input/button/fesm2022/index.mjs.map +1 -0
- package/components/input/button/index.d.ts +22 -0
- package/components/input/button/package.json +18 -0
- package/components/input/button-group/.npmignore +2 -0
- package/components/input/button-group/bundles/index.umd.js +80 -0
- package/components/input/button-group/fesm2022/index.mjs +62 -0
- package/components/input/button-group/fesm2022/index.mjs.map +1 -0
- package/components/input/button-group/index.d.ts +14 -0
- package/components/input/button-group/package.json +18 -0
- package/components/input/calendar/.npmignore +2 -0
- package/components/input/calendar/bundles/index.umd.js +655 -0
- package/components/input/calendar/fesm2022/index.mjs +665 -0
- package/components/input/calendar/fesm2022/index.mjs.map +1 -0
- package/components/input/calendar/index.d.ts +131 -0
- package/components/input/calendar/package.json +18 -0
- package/components/input/caption-position/.npmignore +2 -0
- package/components/input/caption-position/bundles/index.umd.js +196 -0
- package/components/input/caption-position/fesm2022/index.mjs +178 -0
- package/components/input/caption-position/fesm2022/index.mjs.map +1 -0
- package/components/input/caption-position/index.d.ts +34 -0
- package/components/input/caption-position/package.json +18 -0
- package/components/input/checkbox/.npmignore +2 -0
- package/components/input/checkbox/bundles/index.umd.js +206 -0
- package/components/input/checkbox/fesm2022/index.mjs +191 -0
- package/components/input/checkbox/fesm2022/index.mjs.map +1 -0
- package/components/input/checkbox/index.d.ts +39 -0
- package/components/input/checkbox/package.json +18 -0
- package/components/input/checkboxset/.npmignore +2 -0
- package/components/input/checkboxset/bundles/index.umd.js +178 -0
- package/components/input/checkboxset/fesm2022/index.mjs +165 -0
- package/components/input/checkboxset/fesm2022/index.mjs.map +1 -0
- package/components/input/checkboxset/index.d.ts +27 -0
- package/components/input/checkboxset/package.json +18 -0
- package/components/input/chips/.npmignore +2 -0
- package/components/input/chips/bundles/index.umd.js +741 -0
- package/components/input/chips/fesm2022/index.mjs +729 -0
- package/components/input/chips/fesm2022/index.mjs.map +1 -0
- package/components/input/chips/index.d.ts +90 -0
- package/components/input/chips/package.json +18 -0
- package/components/input/color-picker/.npmignore +2 -0
- package/components/input/color-picker/bundles/index.umd.js +145 -0
- package/components/input/color-picker/fesm2022/index.mjs +132 -0
- package/components/input/color-picker/fesm2022/index.mjs.map +1 -0
- package/components/input/color-picker/index.d.ts +36 -0
- package/components/input/color-picker/package.json +18 -0
- package/components/input/composite/.npmignore +2 -0
- package/components/input/composite/bundles/index.umd.js +120 -0
- package/components/input/composite/fesm2022/index.mjs +103 -0
- package/components/input/composite/fesm2022/index.mjs.map +1 -0
- package/components/input/composite/index.d.ts +27 -0
- package/components/input/composite/package.json +18 -0
- package/components/input/currency/.npmignore +2 -0
- package/components/input/currency/bundles/index.umd.js +112 -0
- package/components/input/currency/fesm2022/index.mjs +97 -0
- package/components/input/currency/fesm2022/index.mjs.map +1 -0
- package/components/input/currency/index.d.ts +31 -0
- package/components/input/currency/package.json +18 -0
- package/components/input/dataset-aware-form/.npmignore +2 -0
- package/components/input/dataset-aware-form/bundles/index.umd.js +354 -0
- package/components/input/dataset-aware-form/fesm2022/index.mjs +340 -0
- package/components/input/dataset-aware-form/fesm2022/index.mjs.map +1 -0
- package/components/input/dataset-aware-form/index.d.ts +80 -0
- package/components/input/dataset-aware-form/package.json +18 -0
- package/components/input/epoch/base-date-time/.npmignore +2 -0
- package/components/input/epoch/base-date-time/bundles/index.umd.js +1093 -0
- package/components/input/epoch/base-date-time/fesm2022/index.mjs +1084 -0
- package/components/input/epoch/base-date-time/fesm2022/index.mjs.map +1 -0
- package/components/input/epoch/base-date-time/index.d.ts +249 -0
- package/components/input/epoch/base-date-time/package.json +18 -0
- package/components/input/epoch/date/.npmignore +2 -0
- package/components/input/epoch/date/bundles/index.umd.js +515 -0
- package/components/input/epoch/date/fesm2022/index.mjs +505 -0
- package/components/input/epoch/date/fesm2022/index.mjs.map +1 -0
- package/components/input/epoch/date/index.d.ts +64 -0
- package/components/input/epoch/date/package.json +18 -0
- package/components/input/epoch/date-time/.npmignore +2 -0
- package/components/input/epoch/date-time/bundles/index.umd.js +519 -0
- package/components/input/epoch/date-time/fesm2022/index.mjs +510 -0
- package/components/input/epoch/date-time/fesm2022/index.mjs.map +1 -0
- package/components/input/epoch/date-time/index.d.ts +112 -0
- package/components/input/epoch/date-time/package.json +18 -0
- package/components/input/epoch/date-time-picker/.npmignore +2 -0
- package/components/input/epoch/date-time-picker/bundles/index.umd.js +453 -0
- package/components/input/epoch/date-time-picker/fesm2022/index.mjs +439 -0
- package/components/input/epoch/date-time-picker/fesm2022/index.mjs.map +1 -0
- package/components/input/epoch/date-time-picker/index.d.ts +83 -0
- package/components/input/epoch/date-time-picker/package.json +18 -0
- package/components/input/epoch/picker/.npmignore +2 -0
- package/components/input/epoch/picker/bundles/index.umd.js +192 -0
- package/components/input/epoch/picker/fesm2022/index.mjs +172 -0
- package/components/input/epoch/picker/fesm2022/index.mjs.map +1 -0
- package/components/input/epoch/picker/index.d.ts +39 -0
- package/components/input/epoch/picker/package.json +18 -0
- package/components/input/epoch/time/.npmignore +2 -0
- package/components/input/epoch/time/bundles/index.umd.js +401 -0
- package/components/input/epoch/time/fesm2022/index.mjs +391 -0
- package/components/input/epoch/time/fesm2022/index.mjs.map +1 -0
- package/components/input/epoch/time/index.d.ts +108 -0
- package/components/input/epoch/time/package.json +18 -0
- package/components/input/file-upload/.npmignore +2 -0
- package/components/input/file-upload/bundles/index.umd.js +483 -0
- package/components/input/file-upload/fesm2022/index.mjs +469 -0
- package/components/input/file-upload/fesm2022/index.mjs.map +1 -0
- package/components/input/file-upload/index.d.ts +106 -0
- package/components/input/file-upload/package.json +18 -0
- package/components/input/number/.npmignore +2 -0
- package/components/input/number/bundles/index.umd.js +109 -0
- package/components/input/number/fesm2022/index.mjs +95 -0
- package/components/input/number/fesm2022/index.mjs.map +1 -0
- package/components/input/number/index.d.ts +29 -0
- package/components/input/number/package.json +18 -0
- package/components/input/radioset/.npmignore +2 -0
- package/components/input/radioset/bundles/index.umd.js +164 -0
- package/components/input/radioset/fesm2022/index.mjs +151 -0
- package/components/input/radioset/fesm2022/index.mjs.map +1 -0
- package/components/input/radioset/index.d.ts +26 -0
- package/components/input/radioset/package.json +18 -0
- package/components/input/rating/.npmignore +2 -0
- package/components/input/rating/bundles/index.umd.js +270 -0
- package/components/input/rating/fesm2022/index.mjs +257 -0
- package/components/input/rating/fesm2022/index.mjs.map +1 -0
- package/components/input/rating/index.d.ts +47 -0
- package/components/input/rating/package.json +18 -0
- package/components/input/select/.npmignore +2 -0
- package/components/input/select/bundles/index.umd.js +225 -0
- package/components/input/select/fesm2022/index.mjs +211 -0
- package/components/input/select/fesm2022/index.mjs.map +1 -0
- package/components/input/select/index.d.ts +39 -0
- package/components/input/select/package.json +18 -0
- package/components/input/slider/.npmignore +2 -0
- package/components/input/slider/bundles/index.umd.js +203 -0
- package/components/input/slider/fesm2022/index.mjs +189 -0
- package/components/input/slider/fesm2022/index.mjs.map +1 -0
- package/components/input/slider/index.d.ts +42 -0
- package/components/input/slider/package.json +18 -0
- package/components/input/switch/.npmignore +2 -0
- package/components/input/switch/bundles/index.umd.js +224 -0
- package/components/input/switch/fesm2022/index.mjs +211 -0
- package/components/input/switch/fesm2022/index.mjs.map +1 -0
- package/components/input/switch/index.d.ts +33 -0
- package/components/input/switch/package.json +18 -0
- package/components/input/text/.npmignore +2 -0
- package/components/input/text/bundles/index.umd.js +1130 -0
- package/components/input/text/fesm2022/index.mjs +1114 -0
- package/components/input/text/fesm2022/index.mjs.map +1 -0
- package/components/input/text/index.d.ts +316 -0
- package/components/input/text/package.json +18 -0
- package/components/input/textarea/.npmignore +2 -0
- package/components/input/textarea/bundles/index.umd.js +108 -0
- package/components/input/textarea/fesm2022/index.mjs +94 -0
- package/components/input/textarea/fesm2022/index.mjs.map +1 -0
- package/components/input/textarea/index.d.ts +33 -0
- package/components/input/textarea/package.json +18 -0
- package/components/navigation/breadcrumb/.npmignore +2 -0
- package/components/navigation/breadcrumb/bundles/index.umd.js +138 -0
- package/components/navigation/breadcrumb/fesm2022/index.mjs +121 -0
- package/components/navigation/breadcrumb/fesm2022/index.mjs.map +1 -0
- package/components/navigation/breadcrumb/index.d.ts +28 -0
- package/components/navigation/breadcrumb/package.json +18 -0
- package/components/navigation/menu/.npmignore +2 -0
- package/components/navigation/menu/bundles/index.umd.js +947 -0
- package/components/navigation/menu/fesm2022/index.mjs +929 -0
- package/components/navigation/menu/fesm2022/index.mjs.map +1 -0
- package/components/navigation/menu/index.d.ts +189 -0
- package/components/navigation/menu/package.json +18 -0
- package/components/navigation/navbar/.npmignore +2 -0
- package/components/navigation/navbar/bundles/index.umd.js +87 -0
- package/components/navigation/navbar/fesm2022/index.mjs +70 -0
- package/components/navigation/navbar/fesm2022/index.mjs.map +1 -0
- package/components/navigation/navbar/index.d.ts +19 -0
- package/components/navigation/navbar/package.json +18 -0
- package/components/navigation/popover/.npmignore +2 -0
- package/components/navigation/popover/bundles/index.umd.js +527 -0
- package/components/navigation/popover/fesm2022/index.mjs +513 -0
- package/components/navigation/popover/fesm2022/index.mjs.map +1 -0
- package/components/navigation/popover/index.d.ts +86 -0
- package/components/navigation/popover/package.json +18 -0
- package/components/page/default/.npmignore +2 -0
- package/components/page/default/bundles/index.umd.js +458 -0
- package/components/page/default/fesm2022/index.mjs +438 -0
- package/components/page/default/fesm2022/index.mjs.map +1 -0
- package/components/page/default/index.d.ts +124 -0
- package/components/page/default/package.json +18 -0
- package/components/page/footer/.npmignore +2 -0
- package/components/page/footer/bundles/index.umd.js +71 -0
- package/components/page/footer/fesm2022/index.mjs +53 -0
- package/components/page/footer/fesm2022/index.mjs.map +1 -0
- package/components/page/footer/index.d.ts +12 -0
- package/components/page/footer/package.json +18 -0
- package/components/page/header/.npmignore +2 -0
- package/components/page/header/bundles/index.umd.js +67 -0
- package/components/page/header/fesm2022/index.mjs +49 -0
- package/components/page/header/fesm2022/index.mjs.map +1 -0
- package/components/page/header/index.d.ts +13 -0
- package/components/page/header/package.json +18 -0
- package/components/page/left-panel/.npmignore +2 -0
- package/components/page/left-panel/bundles/index.umd.js +415 -0
- package/components/page/left-panel/fesm2022/index.mjs +400 -0
- package/components/page/left-panel/fesm2022/index.mjs.map +1 -0
- package/components/page/left-panel/index.d.ts +41 -0
- package/components/page/left-panel/package.json +18 -0
- package/components/page/right-panel/.npmignore +2 -0
- package/components/page/right-panel/bundles/index.umd.js +86 -0
- package/components/page/right-panel/fesm2022/index.mjs +69 -0
- package/components/page/right-panel/fesm2022/index.mjs.map +1 -0
- package/components/page/right-panel/index.d.ts +13 -0
- package/components/page/right-panel/package.json +18 -0
- package/components/page/top-nav/.npmignore +2 -0
- package/components/page/top-nav/bundles/index.umd.js +68 -0
- package/components/page/top-nav/fesm2022/index.mjs +50 -0
- package/components/page/top-nav/fesm2022/index.mjs.map +1 -0
- package/components/page/top-nav/index.d.ts +12 -0
- package/components/page/top-nav/package.json +18 -0
- package/components/prefab/.npmignore +2 -0
- package/components/prefab/bundles/index.umd.js +176 -0
- package/components/prefab/fesm2022/index.mjs +159 -0
- package/components/prefab/fesm2022/index.mjs.map +1 -0
- package/components/prefab/index.d.ts +33 -0
- package/components/prefab/package.json +18 -0
- package/core/.npmignore +2 -0
- package/core/bundles/index.umd.js +5627 -0
- package/core/fesm2022/index.mjs +5475 -0
- package/core/fesm2022/index.mjs.map +1 -0
- package/core/index.d.ts +2143 -0
- package/core/package.json +24 -0
- package/http/.npmignore +2 -0
- package/http/bundles/index.umd.js +421 -0
- package/http/fesm2022/index.mjs +405 -0
- package/http/fesm2022/index.mjs.map +1 -0
- package/http/index.d.ts +120 -0
- package/http/package.json +23 -0
- package/locales/angular/af-na.js +17 -0
- package/locales/angular/af.js +17 -0
- package/locales/angular/agq.js +15 -0
- package/locales/angular/ak.js +17 -0
- package/locales/angular/am.js +17 -0
- package/locales/angular/ar-ae.js +25 -0
- package/locales/angular/ar-bh.js +25 -0
- package/locales/angular/ar-dj.js +25 -0
- package/locales/angular/ar-dz.js +25 -0
- package/locales/angular/ar-eg.js +25 -0
- package/locales/angular/ar-eh.js +25 -0
- package/locales/angular/ar-er.js +25 -0
- package/locales/angular/ar-il.js +25 -0
- package/locales/angular/ar-iq.js +25 -0
- package/locales/angular/ar-jo.js +25 -0
- package/locales/angular/ar-km.js +25 -0
- package/locales/angular/ar-kw.js +25 -0
- package/locales/angular/ar-lb.js +25 -0
- package/locales/angular/ar-ly.js +25 -0
- package/locales/angular/ar-ma.js +25 -0
- package/locales/angular/ar-mr.js +25 -0
- package/locales/angular/ar-om.js +25 -0
- package/locales/angular/ar-ps.js +25 -0
- package/locales/angular/ar-qa.js +25 -0
- package/locales/angular/ar-sa.js +25 -0
- package/locales/angular/ar-sd.js +25 -0
- package/locales/angular/ar-so.js +25 -0
- package/locales/angular/ar-ss.js +25 -0
- package/locales/angular/ar-sy.js +25 -0
- package/locales/angular/ar-td.js +25 -0
- package/locales/angular/ar-tn.js +25 -0
- package/locales/angular/ar-ye.js +25 -0
- package/locales/angular/ar.js +25 -0
- package/locales/angular/as.js +17 -0
- package/locales/angular/asa.js +17 -0
- package/locales/angular/ast.js +17 -0
- package/locales/angular/az-cyrl.js +15 -0
- package/locales/angular/az-latn.js +17 -0
- package/locales/angular/az.js +17 -0
- package/locales/angular/bas.js +15 -0
- package/locales/angular/be-tarask.js +21 -0
- package/locales/angular/be.js +21 -0
- package/locales/angular/bem.js +17 -0
- package/locales/angular/bez.js +17 -0
- package/locales/angular/bg.js +17 -0
- package/locales/angular/bm.js +15 -0
- package/locales/angular/bn-in.js +17 -0
- package/locales/angular/bn.js +17 -0
- package/locales/angular/bo-in.js +15 -0
- package/locales/angular/bo.js +15 -0
- package/locales/angular/br.js +23 -0
- package/locales/angular/brx.js +17 -0
- package/locales/angular/bs-cyrl.js +15 -0
- package/locales/angular/bs-latn.js +19 -0
- package/locales/angular/bs.js +19 -0
- package/locales/angular/ca-ad.js +17 -0
- package/locales/angular/ca-es-valencia.js +17 -0
- package/locales/angular/ca-fr.js +17 -0
- package/locales/angular/ca-it.js +17 -0
- package/locales/angular/ca.js +17 -0
- package/locales/angular/ccp-in.js +15 -0
- package/locales/angular/ccp.js +15 -0
- package/locales/angular/ce.js +17 -0
- package/locales/angular/ceb.js +17 -0
- package/locales/angular/cgg.js +17 -0
- package/locales/angular/chr.js +17 -0
- package/locales/angular/ckb-ir.js +17 -0
- package/locales/angular/ckb.js +17 -0
- package/locales/angular/cs.js +21 -0
- package/locales/angular/cy.js +25 -0
- package/locales/angular/da-gl.js +17 -0
- package/locales/angular/da.js +17 -0
- package/locales/angular/dav.js +15 -0
- package/locales/angular/de-at.js +17 -0
- package/locales/angular/de-be.js +17 -0
- package/locales/angular/de-ch.js +17 -0
- package/locales/angular/de-it.js +17 -0
- package/locales/angular/de-li.js +17 -0
- package/locales/angular/de-lu.js +17 -0
- package/locales/angular/de.js +17 -0
- package/locales/angular/dje.js +15 -0
- package/locales/angular/doi.js +17 -0
- package/locales/angular/dsb.js +21 -0
- package/locales/angular/dua.js +15 -0
- package/locales/angular/dyo.js +15 -0
- package/locales/angular/dz.js +15 -0
- package/locales/angular/ebu.js +15 -0
- package/locales/angular/ee-tg.js +17 -0
- package/locales/angular/ee.js +17 -0
- package/locales/angular/el-cy.js +17 -0
- package/locales/angular/el.js +17 -0
- package/locales/angular/en-001.js +17 -0
- package/locales/angular/en-150.js +17 -0
- package/locales/angular/en-ae.js +17 -0
- package/locales/angular/en-ag.js +17 -0
- package/locales/angular/en-ai.js +17 -0
- package/locales/angular/en-as.js +17 -0
- package/locales/angular/en-at.js +17 -0
- package/locales/angular/en-au.js +17 -0
- package/locales/angular/en-bb.js +17 -0
- package/locales/angular/en-be.js +17 -0
- package/locales/angular/en-bi.js +17 -0
- package/locales/angular/en-bm.js +17 -0
- package/locales/angular/en-bs.js +17 -0
- package/locales/angular/en-bw.js +17 -0
- package/locales/angular/en-bz.js +17 -0
- package/locales/angular/en-ca.js +17 -0
- package/locales/angular/en-cc.js +17 -0
- package/locales/angular/en-ch.js +17 -0
- package/locales/angular/en-ck.js +17 -0
- package/locales/angular/en-cm.js +17 -0
- package/locales/angular/en-cx.js +17 -0
- package/locales/angular/en-cy.js +17 -0
- package/locales/angular/en-de.js +17 -0
- package/locales/angular/en-dg.js +17 -0
- package/locales/angular/en-dk.js +17 -0
- package/locales/angular/en-dm.js +17 -0
- package/locales/angular/en-er.js +17 -0
- package/locales/angular/en-fi.js +17 -0
- package/locales/angular/en-fj.js +17 -0
- package/locales/angular/en-fk.js +17 -0
- package/locales/angular/en-fm.js +17 -0
- package/locales/angular/en-gb.js +17 -0
- package/locales/angular/en-gd.js +17 -0
- package/locales/angular/en-gg.js +17 -0
- package/locales/angular/en-gh.js +17 -0
- package/locales/angular/en-gi.js +17 -0
- package/locales/angular/en-gm.js +17 -0
- package/locales/angular/en-gu.js +17 -0
- package/locales/angular/en-gy.js +17 -0
- package/locales/angular/en-hk.js +17 -0
- package/locales/angular/en-ie.js +17 -0
- package/locales/angular/en-il.js +17 -0
- package/locales/angular/en-im.js +17 -0
- package/locales/angular/en-in.js +17 -0
- package/locales/angular/en-io.js +17 -0
- package/locales/angular/en-je.js +17 -0
- package/locales/angular/en-jm.js +17 -0
- package/locales/angular/en-ke.js +17 -0
- package/locales/angular/en-ki.js +17 -0
- package/locales/angular/en-kn.js +17 -0
- package/locales/angular/en-ky.js +17 -0
- package/locales/angular/en-lc.js +17 -0
- package/locales/angular/en-lr.js +17 -0
- package/locales/angular/en-ls.js +17 -0
- package/locales/angular/en-mg.js +17 -0
- package/locales/angular/en-mh.js +17 -0
- package/locales/angular/en-mo.js +17 -0
- package/locales/angular/en-mp.js +17 -0
- package/locales/angular/en-ms.js +17 -0
- package/locales/angular/en-mt.js +17 -0
- package/locales/angular/en-mu.js +17 -0
- package/locales/angular/en-mv.js +17 -0
- package/locales/angular/en-mw.js +17 -0
- package/locales/angular/en-my.js +17 -0
- package/locales/angular/en-na.js +17 -0
- package/locales/angular/en-nf.js +17 -0
- package/locales/angular/en-ng.js +17 -0
- package/locales/angular/en-nl.js +17 -0
- package/locales/angular/en-nr.js +17 -0
- package/locales/angular/en-nu.js +17 -0
- package/locales/angular/en-nz.js +17 -0
- package/locales/angular/en-pg.js +17 -0
- package/locales/angular/en-ph.js +17 -0
- package/locales/angular/en-pk.js +17 -0
- package/locales/angular/en-pn.js +17 -0
- package/locales/angular/en-pr.js +17 -0
- package/locales/angular/en-pw.js +17 -0
- package/locales/angular/en-rw.js +17 -0
- package/locales/angular/en-sb.js +17 -0
- package/locales/angular/en-sc.js +17 -0
- package/locales/angular/en-sd.js +17 -0
- package/locales/angular/en-se.js +17 -0
- package/locales/angular/en-sg.js +17 -0
- package/locales/angular/en-sh.js +17 -0
- package/locales/angular/en-si.js +17 -0
- package/locales/angular/en-sl.js +17 -0
- package/locales/angular/en-ss.js +17 -0
- package/locales/angular/en-sx.js +17 -0
- package/locales/angular/en-sz.js +17 -0
- package/locales/angular/en-tc.js +17 -0
- package/locales/angular/en-tk.js +17 -0
- package/locales/angular/en-to.js +17 -0
- package/locales/angular/en-tt.js +17 -0
- package/locales/angular/en-tv.js +17 -0
- package/locales/angular/en-tz.js +17 -0
- package/locales/angular/en-ug.js +17 -0
- package/locales/angular/en-um.js +17 -0
- package/locales/angular/en-vc.js +17 -0
- package/locales/angular/en-vg.js +17 -0
- package/locales/angular/en-vi.js +17 -0
- package/locales/angular/en-vu.js +17 -0
- package/locales/angular/en-ws.js +17 -0
- package/locales/angular/en-za.js +17 -0
- package/locales/angular/en-zm.js +17 -0
- package/locales/angular/en-zw.js +17 -0
- package/locales/angular/en.js +17 -0
- package/locales/angular/eo.js +17 -0
- package/locales/angular/es-419.js +19 -0
- package/locales/angular/es-ar.js +19 -0
- package/locales/angular/es-bo.js +19 -0
- package/locales/angular/es-br.js +19 -0
- package/locales/angular/es-bz.js +19 -0
- package/locales/angular/es-cl.js +19 -0
- package/locales/angular/es-co.js +19 -0
- package/locales/angular/es-cr.js +19 -0
- package/locales/angular/es-cu.js +19 -0
- package/locales/angular/es-do.js +19 -0
- package/locales/angular/es-ea.js +19 -0
- package/locales/angular/es-ec.js +19 -0
- package/locales/angular/es-gq.js +19 -0
- package/locales/angular/es-gt.js +19 -0
- package/locales/angular/es-hn.js +19 -0
- package/locales/angular/es-ic.js +19 -0
- package/locales/angular/es-mx.js +19 -0
- package/locales/angular/es-ni.js +19 -0
- package/locales/angular/es-pa.js +19 -0
- package/locales/angular/es-pe.js +19 -0
- package/locales/angular/es-ph.js +19 -0
- package/locales/angular/es-pr.js +19 -0
- package/locales/angular/es-py.js +19 -0
- package/locales/angular/es-sv.js +19 -0
- package/locales/angular/es-us.js +19 -0
- package/locales/angular/es-uy.js +19 -0
- package/locales/angular/es-ve.js +19 -0
- package/locales/angular/es.js +19 -0
- package/locales/angular/et.js +17 -0
- package/locales/angular/eu.js +17 -0
- package/locales/angular/ewo.js +15 -0
- package/locales/angular/fa-af.js +17 -0
- package/locales/angular/fa.js +17 -0
- package/locales/angular/ff-adlm-bf.js +15 -0
- package/locales/angular/ff-adlm-cm.js +15 -0
- package/locales/angular/ff-adlm-gh.js +15 -0
- package/locales/angular/ff-adlm-gm.js +15 -0
- package/locales/angular/ff-adlm-gw.js +15 -0
- package/locales/angular/ff-adlm-lr.js +15 -0
- package/locales/angular/ff-adlm-mr.js +15 -0
- package/locales/angular/ff-adlm-ne.js +15 -0
- package/locales/angular/ff-adlm-ng.js +15 -0
- package/locales/angular/ff-adlm-sl.js +15 -0
- package/locales/angular/ff-adlm-sn.js +15 -0
- package/locales/angular/ff-adlm.js +15 -0
- package/locales/angular/ff-cm.js +64 -0
- package/locales/angular/ff-gn.js +64 -0
- package/locales/angular/ff-latn-bf.js +17 -0
- package/locales/angular/ff-latn-cm.js +17 -0
- package/locales/angular/ff-latn-gh.js +17 -0
- package/locales/angular/ff-latn-gm.js +17 -0
- package/locales/angular/ff-latn-gn.js +17 -0
- package/locales/angular/ff-latn-gw.js +17 -0
- package/locales/angular/ff-latn-lr.js +17 -0
- package/locales/angular/ff-latn-mr.js +17 -0
- package/locales/angular/ff-latn-ne.js +17 -0
- package/locales/angular/ff-latn-ng.js +17 -0
- package/locales/angular/ff-latn-sl.js +17 -0
- package/locales/angular/ff-latn.js +17 -0
- package/locales/angular/ff-mr.js +64 -0
- package/locales/angular/ff.js +17 -0
- package/locales/angular/fi.js +17 -0
- package/locales/angular/fil.js +17 -0
- package/locales/angular/fo-dk.js +17 -0
- package/locales/angular/fo.js +17 -0
- package/locales/angular/fr-be.js +19 -0
- package/locales/angular/fr-bf.js +19 -0
- package/locales/angular/fr-bi.js +19 -0
- package/locales/angular/fr-bj.js +19 -0
- package/locales/angular/fr-bl.js +19 -0
- package/locales/angular/fr-ca.js +19 -0
- package/locales/angular/fr-cd.js +19 -0
- package/locales/angular/fr-cf.js +19 -0
- package/locales/angular/fr-cg.js +19 -0
- package/locales/angular/fr-ch.js +19 -0
- package/locales/angular/fr-ci.js +19 -0
- package/locales/angular/fr-cm.js +19 -0
- package/locales/angular/fr-dj.js +19 -0
- package/locales/angular/fr-dz.js +19 -0
- package/locales/angular/fr-ga.js +19 -0
- package/locales/angular/fr-gf.js +19 -0
- package/locales/angular/fr-gn.js +19 -0
- package/locales/angular/fr-gp.js +19 -0
- package/locales/angular/fr-gq.js +19 -0
- package/locales/angular/fr-ht.js +19 -0
- package/locales/angular/fr-km.js +19 -0
- package/locales/angular/fr-lu.js +19 -0
- package/locales/angular/fr-ma.js +19 -0
- package/locales/angular/fr-mc.js +19 -0
- package/locales/angular/fr-mf.js +19 -0
- package/locales/angular/fr-mg.js +19 -0
- package/locales/angular/fr-ml.js +19 -0
- package/locales/angular/fr-mq.js +19 -0
- package/locales/angular/fr-mr.js +19 -0
- package/locales/angular/fr-mu.js +19 -0
- package/locales/angular/fr-nc.js +19 -0
- package/locales/angular/fr-ne.js +19 -0
- package/locales/angular/fr-pf.js +19 -0
- package/locales/angular/fr-pm.js +19 -0
- package/locales/angular/fr-re.js +19 -0
- package/locales/angular/fr-rw.js +19 -0
- package/locales/angular/fr-sc.js +19 -0
- package/locales/angular/fr-sn.js +19 -0
- package/locales/angular/fr-sy.js +19 -0
- package/locales/angular/fr-td.js +19 -0
- package/locales/angular/fr-tg.js +19 -0
- package/locales/angular/fr-tn.js +19 -0
- package/locales/angular/fr-vu.js +19 -0
- package/locales/angular/fr-wf.js +19 -0
- package/locales/angular/fr-yt.js +19 -0
- package/locales/angular/fr.js +19 -0
- package/locales/angular/fur.js +17 -0
- package/locales/angular/fy.js +17 -0
- package/locales/angular/ga-gb.js +23 -0
- package/locales/angular/ga.js +23 -0
- package/locales/angular/gd.js +21 -0
- package/locales/angular/gl.js +17 -0
- package/locales/angular/global/af-na.js +24 -0
- package/locales/angular/global/af.js +24 -0
- package/locales/angular/global/agq.js +22 -0
- package/locales/angular/global/ak.js +24 -0
- package/locales/angular/global/am.js +24 -0
- package/locales/angular/global/ar-ae.js +32 -0
- package/locales/angular/global/ar-bh.js +32 -0
- package/locales/angular/global/ar-dj.js +32 -0
- package/locales/angular/global/ar-dz.js +32 -0
- package/locales/angular/global/ar-eg.js +32 -0
- package/locales/angular/global/ar-eh.js +32 -0
- package/locales/angular/global/ar-er.js +32 -0
- package/locales/angular/global/ar-il.js +32 -0
- package/locales/angular/global/ar-iq.js +32 -0
- package/locales/angular/global/ar-jo.js +32 -0
- package/locales/angular/global/ar-km.js +32 -0
- package/locales/angular/global/ar-kw.js +32 -0
- package/locales/angular/global/ar-lb.js +32 -0
- package/locales/angular/global/ar-ly.js +32 -0
- package/locales/angular/global/ar-ma.js +32 -0
- package/locales/angular/global/ar-mr.js +32 -0
- package/locales/angular/global/ar-om.js +32 -0
- package/locales/angular/global/ar-ps.js +32 -0
- package/locales/angular/global/ar-qa.js +32 -0
- package/locales/angular/global/ar-sa.js +32 -0
- package/locales/angular/global/ar-sd.js +32 -0
- package/locales/angular/global/ar-so.js +32 -0
- package/locales/angular/global/ar-ss.js +32 -0
- package/locales/angular/global/ar-sy.js +32 -0
- package/locales/angular/global/ar-td.js +32 -0
- package/locales/angular/global/ar-tn.js +32 -0
- package/locales/angular/global/ar-ye.js +32 -0
- package/locales/angular/global/ar.js +32 -0
- package/locales/angular/global/as.js +24 -0
- package/locales/angular/global/asa.js +24 -0
- package/locales/angular/global/ast.js +24 -0
- package/locales/angular/global/az-cyrl.js +22 -0
- package/locales/angular/global/az-latn.js +24 -0
- package/locales/angular/global/az.js +24 -0
- package/locales/angular/global/bas.js +22 -0
- package/locales/angular/global/be-tarask.js +28 -0
- package/locales/angular/global/be.js +28 -0
- package/locales/angular/global/bem.js +24 -0
- package/locales/angular/global/bez.js +24 -0
- package/locales/angular/global/bg.js +24 -0
- package/locales/angular/global/bm.js +22 -0
- package/locales/angular/global/bn-in.js +24 -0
- package/locales/angular/global/bn.js +24 -0
- package/locales/angular/global/bo-in.js +22 -0
- package/locales/angular/global/bo.js +22 -0
- package/locales/angular/global/br.js +30 -0
- package/locales/angular/global/brx.js +24 -0
- package/locales/angular/global/bs-cyrl.js +22 -0
- package/locales/angular/global/bs-latn.js +26 -0
- package/locales/angular/global/bs.js +26 -0
- package/locales/angular/global/ca-ad.js +24 -0
- package/locales/angular/global/ca-es-valencia.js +24 -0
- package/locales/angular/global/ca-fr.js +24 -0
- package/locales/angular/global/ca-it.js +24 -0
- package/locales/angular/global/ca.js +24 -0
- package/locales/angular/global/ccp-in.js +22 -0
- package/locales/angular/global/ccp.js +22 -0
- package/locales/angular/global/ce.js +24 -0
- package/locales/angular/global/ceb.js +24 -0
- package/locales/angular/global/cgg.js +24 -0
- package/locales/angular/global/chr.js +24 -0
- package/locales/angular/global/ckb-ir.js +24 -0
- package/locales/angular/global/ckb.js +24 -0
- package/locales/angular/global/cs.js +28 -0
- package/locales/angular/global/cy.js +32 -0
- package/locales/angular/global/da-gl.js +24 -0
- package/locales/angular/global/da.js +24 -0
- package/locales/angular/global/dav.js +22 -0
- package/locales/angular/global/de-at.js +24 -0
- package/locales/angular/global/de-be.js +24 -0
- package/locales/angular/global/de-ch.js +24 -0
- package/locales/angular/global/de-it.js +24 -0
- package/locales/angular/global/de-li.js +24 -0
- package/locales/angular/global/de-lu.js +24 -0
- package/locales/angular/global/de.js +24 -0
- package/locales/angular/global/dje.js +22 -0
- package/locales/angular/global/doi.js +24 -0
- package/locales/angular/global/dsb.js +28 -0
- package/locales/angular/global/dua.js +22 -0
- package/locales/angular/global/dyo.js +22 -0
- package/locales/angular/global/dz.js +22 -0
- package/locales/angular/global/ebu.js +22 -0
- package/locales/angular/global/ee-tg.js +24 -0
- package/locales/angular/global/ee.js +24 -0
- package/locales/angular/global/el-cy.js +24 -0
- package/locales/angular/global/el.js +24 -0
- package/locales/angular/global/en-001.js +24 -0
- package/locales/angular/global/en-150.js +24 -0
- package/locales/angular/global/en-ae.js +24 -0
- package/locales/angular/global/en-ag.js +24 -0
- package/locales/angular/global/en-ai.js +24 -0
- package/locales/angular/global/en-as.js +24 -0
- package/locales/angular/global/en-at.js +24 -0
- package/locales/angular/global/en-au.js +24 -0
- package/locales/angular/global/en-bb.js +24 -0
- package/locales/angular/global/en-be.js +24 -0
- package/locales/angular/global/en-bi.js +24 -0
- package/locales/angular/global/en-bm.js +24 -0
- package/locales/angular/global/en-bs.js +24 -0
- package/locales/angular/global/en-bw.js +24 -0
- package/locales/angular/global/en-bz.js +24 -0
- package/locales/angular/global/en-ca.js +24 -0
- package/locales/angular/global/en-cc.js +24 -0
- package/locales/angular/global/en-ch.js +24 -0
- package/locales/angular/global/en-ck.js +24 -0
- package/locales/angular/global/en-cm.js +24 -0
- package/locales/angular/global/en-cx.js +24 -0
- package/locales/angular/global/en-cy.js +24 -0
- package/locales/angular/global/en-de.js +24 -0
- package/locales/angular/global/en-dg.js +24 -0
- package/locales/angular/global/en-dk.js +24 -0
- package/locales/angular/global/en-dm.js +24 -0
- package/locales/angular/global/en-er.js +24 -0
- package/locales/angular/global/en-fi.js +24 -0
- package/locales/angular/global/en-fj.js +24 -0
- package/locales/angular/global/en-fk.js +24 -0
- package/locales/angular/global/en-fm.js +24 -0
- package/locales/angular/global/en-gb.js +24 -0
- package/locales/angular/global/en-gd.js +24 -0
- package/locales/angular/global/en-gg.js +24 -0
- package/locales/angular/global/en-gh.js +24 -0
- package/locales/angular/global/en-gi.js +24 -0
- package/locales/angular/global/en-gm.js +24 -0
- package/locales/angular/global/en-gu.js +24 -0
- package/locales/angular/global/en-gy.js +24 -0
- package/locales/angular/global/en-hk.js +24 -0
- package/locales/angular/global/en-ie.js +24 -0
- package/locales/angular/global/en-il.js +24 -0
- package/locales/angular/global/en-im.js +24 -0
- package/locales/angular/global/en-in.js +24 -0
- package/locales/angular/global/en-io.js +24 -0
- package/locales/angular/global/en-je.js +24 -0
- package/locales/angular/global/en-jm.js +24 -0
- package/locales/angular/global/en-ke.js +24 -0
- package/locales/angular/global/en-ki.js +24 -0
- package/locales/angular/global/en-kn.js +24 -0
- package/locales/angular/global/en-ky.js +24 -0
- package/locales/angular/global/en-lc.js +24 -0
- package/locales/angular/global/en-lr.js +24 -0
- package/locales/angular/global/en-ls.js +24 -0
- package/locales/angular/global/en-mg.js +24 -0
- package/locales/angular/global/en-mh.js +24 -0
- package/locales/angular/global/en-mo.js +24 -0
- package/locales/angular/global/en-mp.js +24 -0
- package/locales/angular/global/en-ms.js +24 -0
- package/locales/angular/global/en-mt.js +24 -0
- package/locales/angular/global/en-mu.js +24 -0
- package/locales/angular/global/en-mv.js +24 -0
- package/locales/angular/global/en-mw.js +24 -0
- package/locales/angular/global/en-my.js +24 -0
- package/locales/angular/global/en-na.js +24 -0
- package/locales/angular/global/en-nf.js +24 -0
- package/locales/angular/global/en-ng.js +24 -0
- package/locales/angular/global/en-nl.js +24 -0
- package/locales/angular/global/en-nr.js +24 -0
- package/locales/angular/global/en-nu.js +24 -0
- package/locales/angular/global/en-nz.js +24 -0
- package/locales/angular/global/en-pg.js +24 -0
- package/locales/angular/global/en-ph.js +24 -0
- package/locales/angular/global/en-pk.js +24 -0
- package/locales/angular/global/en-pn.js +24 -0
- package/locales/angular/global/en-pr.js +24 -0
- package/locales/angular/global/en-pw.js +24 -0
- package/locales/angular/global/en-rw.js +24 -0
- package/locales/angular/global/en-sb.js +24 -0
- package/locales/angular/global/en-sc.js +24 -0
- package/locales/angular/global/en-sd.js +24 -0
- package/locales/angular/global/en-se.js +24 -0
- package/locales/angular/global/en-sg.js +24 -0
- package/locales/angular/global/en-sh.js +24 -0
- package/locales/angular/global/en-si.js +24 -0
- package/locales/angular/global/en-sl.js +24 -0
- package/locales/angular/global/en-ss.js +24 -0
- package/locales/angular/global/en-sx.js +24 -0
- package/locales/angular/global/en-sz.js +24 -0
- package/locales/angular/global/en-tc.js +24 -0
- package/locales/angular/global/en-tk.js +24 -0
- package/locales/angular/global/en-to.js +24 -0
- package/locales/angular/global/en-tt.js +24 -0
- package/locales/angular/global/en-tv.js +24 -0
- package/locales/angular/global/en-tz.js +24 -0
- package/locales/angular/global/en-ug.js +24 -0
- package/locales/angular/global/en-um.js +24 -0
- package/locales/angular/global/en-vc.js +24 -0
- package/locales/angular/global/en-vg.js +24 -0
- package/locales/angular/global/en-vi.js +24 -0
- package/locales/angular/global/en-vu.js +24 -0
- package/locales/angular/global/en-ws.js +24 -0
- package/locales/angular/global/en-za.js +24 -0
- package/locales/angular/global/en-zm.js +24 -0
- package/locales/angular/global/en-zw.js +24 -0
- package/locales/angular/global/en.js +24 -0
- package/locales/angular/global/eo.js +24 -0
- package/locales/angular/global/es-419.js +26 -0
- package/locales/angular/global/es-ar.js +26 -0
- package/locales/angular/global/es-bo.js +26 -0
- package/locales/angular/global/es-br.js +26 -0
- package/locales/angular/global/es-bz.js +26 -0
- package/locales/angular/global/es-cl.js +26 -0
- package/locales/angular/global/es-co.js +26 -0
- package/locales/angular/global/es-cr.js +26 -0
- package/locales/angular/global/es-cu.js +26 -0
- package/locales/angular/global/es-do.js +26 -0
- package/locales/angular/global/es-ea.js +26 -0
- package/locales/angular/global/es-ec.js +26 -0
- package/locales/angular/global/es-gq.js +26 -0
- package/locales/angular/global/es-gt.js +26 -0
- package/locales/angular/global/es-hn.js +26 -0
- package/locales/angular/global/es-ic.js +26 -0
- package/locales/angular/global/es-mx.js +26 -0
- package/locales/angular/global/es-ni.js +26 -0
- package/locales/angular/global/es-pa.js +26 -0
- package/locales/angular/global/es-pe.js +26 -0
- package/locales/angular/global/es-ph.js +26 -0
- package/locales/angular/global/es-pr.js +26 -0
- package/locales/angular/global/es-py.js +26 -0
- package/locales/angular/global/es-sv.js +26 -0
- package/locales/angular/global/es-us.js +26 -0
- package/locales/angular/global/es-uy.js +26 -0
- package/locales/angular/global/es-ve.js +26 -0
- package/locales/angular/global/es.js +26 -0
- package/locales/angular/global/et.js +24 -0
- package/locales/angular/global/eu.js +24 -0
- package/locales/angular/global/ewo.js +22 -0
- package/locales/angular/global/fa-af.js +24 -0
- package/locales/angular/global/fa.js +24 -0
- package/locales/angular/global/ff-adlm-bf.js +22 -0
- package/locales/angular/global/ff-adlm-cm.js +22 -0
- package/locales/angular/global/ff-adlm-gh.js +22 -0
- package/locales/angular/global/ff-adlm-gm.js +22 -0
- package/locales/angular/global/ff-adlm-gw.js +22 -0
- package/locales/angular/global/ff-adlm-lr.js +22 -0
- package/locales/angular/global/ff-adlm-mr.js +22 -0
- package/locales/angular/global/ff-adlm-ne.js +22 -0
- package/locales/angular/global/ff-adlm-ng.js +22 -0
- package/locales/angular/global/ff-adlm-sl.js +22 -0
- package/locales/angular/global/ff-adlm-sn.js +22 -0
- package/locales/angular/global/ff-adlm.js +22 -0
- package/locales/angular/global/ff-cm.js +74 -0
- package/locales/angular/global/ff-gn.js +74 -0
- package/locales/angular/global/ff-latn-bf.js +24 -0
- package/locales/angular/global/ff-latn-cm.js +24 -0
- package/locales/angular/global/ff-latn-gh.js +24 -0
- package/locales/angular/global/ff-latn-gm.js +24 -0
- package/locales/angular/global/ff-latn-gn.js +24 -0
- package/locales/angular/global/ff-latn-gw.js +24 -0
- package/locales/angular/global/ff-latn-lr.js +24 -0
- package/locales/angular/global/ff-latn-mr.js +24 -0
- package/locales/angular/global/ff-latn-ne.js +24 -0
- package/locales/angular/global/ff-latn-ng.js +24 -0
- package/locales/angular/global/ff-latn-sl.js +24 -0
- package/locales/angular/global/ff-latn.js +24 -0
- package/locales/angular/global/ff-mr.js +74 -0
- package/locales/angular/global/ff.js +24 -0
- package/locales/angular/global/fi.js +24 -0
- package/locales/angular/global/fil.js +24 -0
- package/locales/angular/global/fo-dk.js +24 -0
- package/locales/angular/global/fo.js +24 -0
- package/locales/angular/global/fr-be.js +26 -0
- package/locales/angular/global/fr-bf.js +26 -0
- package/locales/angular/global/fr-bi.js +26 -0
- package/locales/angular/global/fr-bj.js +26 -0
- package/locales/angular/global/fr-bl.js +26 -0
- package/locales/angular/global/fr-ca.js +26 -0
- package/locales/angular/global/fr-cd.js +26 -0
- package/locales/angular/global/fr-cf.js +26 -0
- package/locales/angular/global/fr-cg.js +26 -0
- package/locales/angular/global/fr-ch.js +26 -0
- package/locales/angular/global/fr-ci.js +26 -0
- package/locales/angular/global/fr-cm.js +26 -0
- package/locales/angular/global/fr-dj.js +26 -0
- package/locales/angular/global/fr-dz.js +26 -0
- package/locales/angular/global/fr-ga.js +26 -0
- package/locales/angular/global/fr-gf.js +26 -0
- package/locales/angular/global/fr-gn.js +26 -0
- package/locales/angular/global/fr-gp.js +26 -0
- package/locales/angular/global/fr-gq.js +26 -0
- package/locales/angular/global/fr-ht.js +26 -0
- package/locales/angular/global/fr-km.js +26 -0
- package/locales/angular/global/fr-lu.js +26 -0
- package/locales/angular/global/fr-ma.js +26 -0
- package/locales/angular/global/fr-mc.js +26 -0
- package/locales/angular/global/fr-mf.js +26 -0
- package/locales/angular/global/fr-mg.js +26 -0
- package/locales/angular/global/fr-ml.js +26 -0
- package/locales/angular/global/fr-mq.js +26 -0
- package/locales/angular/global/fr-mr.js +26 -0
- package/locales/angular/global/fr-mu.js +26 -0
- package/locales/angular/global/fr-nc.js +26 -0
- package/locales/angular/global/fr-ne.js +26 -0
- package/locales/angular/global/fr-pf.js +26 -0
- package/locales/angular/global/fr-pm.js +26 -0
- package/locales/angular/global/fr-re.js +26 -0
- package/locales/angular/global/fr-rw.js +26 -0
- package/locales/angular/global/fr-sc.js +26 -0
- package/locales/angular/global/fr-sn.js +26 -0
- package/locales/angular/global/fr-sy.js +26 -0
- package/locales/angular/global/fr-td.js +26 -0
- package/locales/angular/global/fr-tg.js +26 -0
- package/locales/angular/global/fr-tn.js +26 -0
- package/locales/angular/global/fr-vu.js +26 -0
- package/locales/angular/global/fr-wf.js +26 -0
- package/locales/angular/global/fr-yt.js +26 -0
- package/locales/angular/global/fr.js +26 -0
- package/locales/angular/global/fur.js +24 -0
- package/locales/angular/global/fy.js +24 -0
- package/locales/angular/global/ga-gb.js +30 -0
- package/locales/angular/global/ga.js +30 -0
- package/locales/angular/global/gd.js +28 -0
- package/locales/angular/global/gl.js +24 -0
- package/locales/angular/global/gsw-fr.js +24 -0
- package/locales/angular/global/gsw-li.js +24 -0
- package/locales/angular/global/gsw.js +24 -0
- package/locales/angular/global/gu.js +24 -0
- package/locales/angular/global/guz.js +22 -0
- package/locales/angular/global/gv.js +30 -0
- package/locales/angular/global/ha-gh.js +24 -0
- package/locales/angular/global/ha-ne.js +24 -0
- package/locales/angular/global/ha.js +24 -0
- package/locales/angular/global/haw.js +24 -0
- package/locales/angular/global/he.js +28 -0
- package/locales/angular/global/hi-latn.js +24 -0
- package/locales/angular/global/hi.js +24 -0
- package/locales/angular/global/hr-ba.js +26 -0
- package/locales/angular/global/hr.js +26 -0
- package/locales/angular/global/hsb.js +28 -0
- package/locales/angular/global/hu.js +24 -0
- package/locales/angular/global/hy.js +24 -0
- package/locales/angular/global/ia.js +24 -0
- package/locales/angular/global/id.js +22 -0
- package/locales/angular/global/ig.js +22 -0
- package/locales/angular/global/ii.js +22 -0
- package/locales/angular/global/is.js +24 -0
- package/locales/angular/global/it-ch.js +26 -0
- package/locales/angular/global/it-sm.js +26 -0
- package/locales/angular/global/it-va.js +26 -0
- package/locales/angular/global/it.js +26 -0
- package/locales/angular/global/ja.js +22 -0
- package/locales/angular/global/jgo.js +24 -0
- package/locales/angular/global/jmc.js +24 -0
- package/locales/angular/global/jv.js +22 -0
- package/locales/angular/global/ka.js +24 -0
- package/locales/angular/global/kab.js +24 -0
- package/locales/angular/global/kam.js +22 -0
- package/locales/angular/global/kde.js +22 -0
- package/locales/angular/global/kea.js +22 -0
- package/locales/angular/global/kgp.js +22 -0
- package/locales/angular/global/khq.js +22 -0
- package/locales/angular/global/ki.js +22 -0
- package/locales/angular/global/kk.js +24 -0
- package/locales/angular/global/kkj.js +24 -0
- package/locales/angular/global/kl.js +24 -0
- package/locales/angular/global/kln.js +22 -0
- package/locales/angular/global/km.js +22 -0
- package/locales/angular/global/kn.js +24 -0
- package/locales/angular/global/ko-kp.js +22 -0
- package/locales/angular/global/ko.js +22 -0
- package/locales/angular/global/kok.js +22 -0
- package/locales/angular/global/ks-arab.js +24 -0
- package/locales/angular/global/ks-deva.js +22 -0
- package/locales/angular/global/ks.js +24 -0
- package/locales/angular/global/ksb.js +24 -0
- package/locales/angular/global/ksf.js +22 -0
- package/locales/angular/global/ksh.js +26 -0
- package/locales/angular/global/ku.js +24 -0
- package/locales/angular/global/kw.js +32 -0
- package/locales/angular/global/ky.js +24 -0
- package/locales/angular/global/lag.js +26 -0
- package/locales/angular/global/lb.js +24 -0
- package/locales/angular/global/lg.js +24 -0
- package/locales/angular/global/lkt.js +22 -0
- package/locales/angular/global/ln-ao.js +24 -0
- package/locales/angular/global/ln-cf.js +24 -0
- package/locales/angular/global/ln-cg.js +24 -0
- package/locales/angular/global/ln.js +24 -0
- package/locales/angular/global/lo.js +22 -0
- package/locales/angular/global/lrc-iq.js +22 -0
- package/locales/angular/global/lrc.js +22 -0
- package/locales/angular/global/lt.js +28 -0
- package/locales/angular/global/lu.js +22 -0
- package/locales/angular/global/luo.js +22 -0
- package/locales/angular/global/luy.js +22 -0
- package/locales/angular/global/lv.js +26 -0
- package/locales/angular/global/mai.js +22 -0
- package/locales/angular/global/mas-tz.js +24 -0
- package/locales/angular/global/mas.js +24 -0
- package/locales/angular/global/mer.js +22 -0
- package/locales/angular/global/mfe.js +22 -0
- package/locales/angular/global/mg.js +24 -0
- package/locales/angular/global/mgh.js +22 -0
- package/locales/angular/global/mgo.js +24 -0
- package/locales/angular/global/mi.js +22 -0
- package/locales/angular/global/mk.js +24 -0
- package/locales/angular/global/ml.js +24 -0
- package/locales/angular/global/mn.js +24 -0
- package/locales/angular/global/mni-beng.js +22 -0
- package/locales/angular/global/mni.js +22 -0
- package/locales/angular/global/mr.js +24 -0
- package/locales/angular/global/ms-bn.js +22 -0
- package/locales/angular/global/ms-id.js +22 -0
- package/locales/angular/global/ms-sg.js +22 -0
- package/locales/angular/global/ms.js +22 -0
- package/locales/angular/global/mt.js +28 -0
- package/locales/angular/global/mua.js +22 -0
- package/locales/angular/global/my.js +22 -0
- package/locales/angular/global/mzn.js +22 -0
- package/locales/angular/global/naq.js +26 -0
- package/locales/angular/global/nb-sj.js +24 -0
- package/locales/angular/global/nb.js +24 -0
- package/locales/angular/global/nd.js +24 -0
- package/locales/angular/global/nds-nl.js +22 -0
- package/locales/angular/global/nds.js +22 -0
- package/locales/angular/global/ne-in.js +24 -0
- package/locales/angular/global/ne.js +24 -0
- package/locales/angular/global/nl-aw.js +24 -0
- package/locales/angular/global/nl-be.js +24 -0
- package/locales/angular/global/nl-bq.js +24 -0
- package/locales/angular/global/nl-cw.js +24 -0
- package/locales/angular/global/nl-sr.js +24 -0
- package/locales/angular/global/nl-sx.js +24 -0
- package/locales/angular/global/nl.js +24 -0
- package/locales/angular/global/nmg.js +22 -0
- package/locales/angular/global/nn.js +24 -0
- package/locales/angular/global/nnh.js +24 -0
- package/locales/angular/global/no.js +24 -0
- package/locales/angular/global/nus.js +22 -0
- package/locales/angular/global/nyn.js +24 -0
- package/locales/angular/global/om-ke.js +24 -0
- package/locales/angular/global/om.js +24 -0
- package/locales/angular/global/or.js +24 -0
- package/locales/angular/global/os-ru.js +24 -0
- package/locales/angular/global/os.js +24 -0
- package/locales/angular/global/pa-arab.js +22 -0
- package/locales/angular/global/pa-guru.js +24 -0
- package/locales/angular/global/pa.js +24 -0
- package/locales/angular/global/pcm.js +24 -0
- package/locales/angular/global/pl.js +28 -0
- package/locales/angular/global/ps-pk.js +24 -0
- package/locales/angular/global/ps.js +24 -0
- package/locales/angular/global/pt-ao.js +26 -0
- package/locales/angular/global/pt-ch.js +26 -0
- package/locales/angular/global/pt-cv.js +26 -0
- package/locales/angular/global/pt-gq.js +26 -0
- package/locales/angular/global/pt-gw.js +26 -0
- package/locales/angular/global/pt-lu.js +26 -0
- package/locales/angular/global/pt-mo.js +26 -0
- package/locales/angular/global/pt-mz.js +26 -0
- package/locales/angular/global/pt-pt.js +26 -0
- package/locales/angular/global/pt-st.js +26 -0
- package/locales/angular/global/pt-tl.js +26 -0
- package/locales/angular/global/pt.js +26 -0
- package/locales/angular/global/qu-bo.js +22 -0
- package/locales/angular/global/qu-ec.js +22 -0
- package/locales/angular/global/qu.js +22 -0
- package/locales/angular/global/rm.js +24 -0
- package/locales/angular/global/rn.js +22 -0
- package/locales/angular/global/ro-md.js +26 -0
- package/locales/angular/global/ro.js +26 -0
- package/locales/angular/global/rof.js +24 -0
- package/locales/angular/global/ru-by.js +28 -0
- package/locales/angular/global/ru-kg.js +28 -0
- package/locales/angular/global/ru-kz.js +28 -0
- package/locales/angular/global/ru-md.js +28 -0
- package/locales/angular/global/ru-ua.js +28 -0
- package/locales/angular/global/ru.js +28 -0
- package/locales/angular/global/rw.js +22 -0
- package/locales/angular/global/rwk.js +24 -0
- package/locales/angular/global/sa.js +22 -0
- package/locales/angular/global/sah.js +22 -0
- package/locales/angular/global/saq.js +24 -0
- package/locales/angular/global/sat-olck.js +26 -0
- package/locales/angular/global/sat.js +26 -0
- package/locales/angular/global/sbp.js +22 -0
- package/locales/angular/global/sc.js +24 -0
- package/locales/angular/global/sd-arab.js +24 -0
- package/locales/angular/global/sd-deva.js +22 -0
- package/locales/angular/global/sd.js +24 -0
- package/locales/angular/global/se-fi.js +26 -0
- package/locales/angular/global/se-se.js +26 -0
- package/locales/angular/global/se.js +26 -0
- package/locales/angular/global/seh.js +24 -0
- package/locales/angular/global/ses.js +22 -0
- package/locales/angular/global/sg.js +22 -0
- package/locales/angular/global/shi-latn.js +22 -0
- package/locales/angular/global/shi-tfng.js +26 -0
- package/locales/angular/global/shi.js +26 -0
- package/locales/angular/global/si.js +24 -0
- package/locales/angular/global/sk.js +28 -0
- package/locales/angular/global/sl.js +28 -0
- package/locales/angular/global/smn.js +26 -0
- package/locales/angular/global/sn.js +24 -0
- package/locales/angular/global/so-dj.js +24 -0
- package/locales/angular/global/so-et.js +24 -0
- package/locales/angular/global/so-ke.js +24 -0
- package/locales/angular/global/so.js +24 -0
- package/locales/angular/global/sq-mk.js +24 -0
- package/locales/angular/global/sq-xk.js +24 -0
- package/locales/angular/global/sq.js +24 -0
- package/locales/angular/global/sr-cyrl-ba.js +26 -0
- package/locales/angular/global/sr-cyrl-me.js +26 -0
- package/locales/angular/global/sr-cyrl-xk.js +26 -0
- package/locales/angular/global/sr-cyrl.js +26 -0
- package/locales/angular/global/sr-latn-ba.js +22 -0
- package/locales/angular/global/sr-latn-me.js +22 -0
- package/locales/angular/global/sr-latn-xk.js +22 -0
- package/locales/angular/global/sr-latn.js +22 -0
- package/locales/angular/global/sr.js +26 -0
- package/locales/angular/global/su-latn.js +22 -0
- package/locales/angular/global/su.js +22 -0
- package/locales/angular/global/sv-ax.js +24 -0
- package/locales/angular/global/sv-fi.js +24 -0
- package/locales/angular/global/sv.js +24 -0
- package/locales/angular/global/sw-cd.js +24 -0
- package/locales/angular/global/sw-ke.js +24 -0
- package/locales/angular/global/sw-ug.js +24 -0
- package/locales/angular/global/sw.js +24 -0
- package/locales/angular/global/ta-lk.js +24 -0
- package/locales/angular/global/ta-my.js +24 -0
- package/locales/angular/global/ta-sg.js +24 -0
- package/locales/angular/global/ta.js +24 -0
- package/locales/angular/global/te.js +24 -0
- package/locales/angular/global/teo-ke.js +24 -0
- package/locales/angular/global/teo.js +24 -0
- package/locales/angular/global/tg.js +22 -0
- package/locales/angular/global/th.js +22 -0
- package/locales/angular/global/ti-er.js +24 -0
- package/locales/angular/global/ti.js +24 -0
- package/locales/angular/global/tk.js +24 -0
- package/locales/angular/global/to.js +22 -0
- package/locales/angular/global/tr-cy.js +24 -0
- package/locales/angular/global/tr.js +24 -0
- package/locales/angular/global/tt.js +22 -0
- package/locales/angular/global/twq.js +22 -0
- package/locales/angular/global/tzm.js +24 -0
- package/locales/angular/global/ug.js +24 -0
- package/locales/angular/global/uk.js +28 -0
- package/locales/angular/global/und.js +24 -0
- package/locales/angular/global/ur-in.js +24 -0
- package/locales/angular/global/ur.js +24 -0
- package/locales/angular/global/uz-arab.js +22 -0
- package/locales/angular/global/uz-cyrl.js +22 -0
- package/locales/angular/global/uz-latn.js +24 -0
- package/locales/angular/global/uz.js +24 -0
- package/locales/angular/global/vai-latn.js +22 -0
- package/locales/angular/global/vai-vaii.js +22 -0
- package/locales/angular/global/vai.js +22 -0
- package/locales/angular/global/vi.js +22 -0
- package/locales/angular/global/vun.js +24 -0
- package/locales/angular/global/wae.js +24 -0
- package/locales/angular/global/wo.js +22 -0
- package/locales/angular/global/xh.js +24 -0
- package/locales/angular/global/xog.js +24 -0
- package/locales/angular/global/yav.js +22 -0
- package/locales/angular/global/yi.js +24 -0
- package/locales/angular/global/yo-bj.js +22 -0
- package/locales/angular/global/yo.js +22 -0
- package/locales/angular/global/yrl-co.js +22 -0
- package/locales/angular/global/yrl-ve.js +22 -0
- package/locales/angular/global/yrl.js +22 -0
- package/locales/angular/global/yue-hans.js +22 -0
- package/locales/angular/global/yue-hant.js +22 -0
- package/locales/angular/global/yue.js +22 -0
- package/locales/angular/global/zgh.js +22 -0
- package/locales/angular/global/zh-hans-hk.js +22 -0
- package/locales/angular/global/zh-hans-mo.js +22 -0
- package/locales/angular/global/zh-hans-sg.js +22 -0
- package/locales/angular/global/zh-hans.js +22 -0
- package/locales/angular/global/zh-hant-hk.js +22 -0
- package/locales/angular/global/zh-hant-mo.js +22 -0
- package/locales/angular/global/zh-hant.js +22 -0
- package/locales/angular/global/zh.js +22 -0
- package/locales/angular/global/zu.js +24 -0
- package/locales/angular/gsw-fr.js +17 -0
- package/locales/angular/gsw-li.js +17 -0
- package/locales/angular/gsw.js +17 -0
- package/locales/angular/gu.js +17 -0
- package/locales/angular/guz.js +15 -0
- package/locales/angular/gv.js +23 -0
- package/locales/angular/ha-gh.js +17 -0
- package/locales/angular/ha-ne.js +17 -0
- package/locales/angular/ha.js +17 -0
- package/locales/angular/haw.js +17 -0
- package/locales/angular/he.js +21 -0
- package/locales/angular/hi-latn.js +17 -0
- package/locales/angular/hi.js +17 -0
- package/locales/angular/hr-ba.js +19 -0
- package/locales/angular/hr.js +19 -0
- package/locales/angular/hsb.js +21 -0
- package/locales/angular/hu.js +17 -0
- package/locales/angular/hy.js +17 -0
- package/locales/angular/ia.js +17 -0
- package/locales/angular/id.js +15 -0
- package/locales/angular/ig.js +15 -0
- package/locales/angular/ii.js +15 -0
- package/locales/angular/is.js +17 -0
- package/locales/angular/it-ch.js +19 -0
- package/locales/angular/it-sm.js +19 -0
- package/locales/angular/it-va.js +19 -0
- package/locales/angular/it.js +19 -0
- package/locales/angular/ja.js +15 -0
- package/locales/angular/jgo.js +17 -0
- package/locales/angular/jmc.js +17 -0
- package/locales/angular/jv.js +15 -0
- package/locales/angular/ka.js +17 -0
- package/locales/angular/kab.js +17 -0
- package/locales/angular/kam.js +15 -0
- package/locales/angular/kde.js +15 -0
- package/locales/angular/kea.js +15 -0
- package/locales/angular/kgp.js +15 -0
- package/locales/angular/khq.js +15 -0
- package/locales/angular/ki.js +15 -0
- package/locales/angular/kk.js +17 -0
- package/locales/angular/kkj.js +17 -0
- package/locales/angular/kl.js +17 -0
- package/locales/angular/kln.js +15 -0
- package/locales/angular/km.js +15 -0
- package/locales/angular/kn.js +17 -0
- package/locales/angular/ko-kp.js +15 -0
- package/locales/angular/ko.js +15 -0
- package/locales/angular/kok.js +15 -0
- package/locales/angular/ks-arab.js +17 -0
- package/locales/angular/ks-deva.js +15 -0
- package/locales/angular/ks.js +17 -0
- package/locales/angular/ksb.js +17 -0
- package/locales/angular/ksf.js +15 -0
- package/locales/angular/ksh.js +19 -0
- package/locales/angular/ku.js +17 -0
- package/locales/angular/kw.js +25 -0
- package/locales/angular/ky.js +17 -0
- package/locales/angular/lag.js +19 -0
- package/locales/angular/lb.js +17 -0
- package/locales/angular/lg.js +17 -0
- package/locales/angular/lkt.js +15 -0
- package/locales/angular/ln-ao.js +17 -0
- package/locales/angular/ln-cf.js +17 -0
- package/locales/angular/ln-cg.js +17 -0
- package/locales/angular/ln.js +17 -0
- package/locales/angular/lo.js +15 -0
- package/locales/angular/lrc-iq.js +15 -0
- package/locales/angular/lrc.js +15 -0
- package/locales/angular/lt.js +21 -0
- package/locales/angular/lu.js +15 -0
- package/locales/angular/luo.js +15 -0
- package/locales/angular/luy.js +15 -0
- package/locales/angular/lv.js +19 -0
- package/locales/angular/mai.js +15 -0
- package/locales/angular/mas-tz.js +17 -0
- package/locales/angular/mas.js +17 -0
- package/locales/angular/mer.js +15 -0
- package/locales/angular/mfe.js +15 -0
- package/locales/angular/mg.js +17 -0
- package/locales/angular/mgh.js +15 -0
- package/locales/angular/mgo.js +17 -0
- package/locales/angular/mi.js +15 -0
- package/locales/angular/mk.js +17 -0
- package/locales/angular/ml.js +17 -0
- package/locales/angular/mn.js +17 -0
- package/locales/angular/mni-beng.js +15 -0
- package/locales/angular/mni.js +15 -0
- package/locales/angular/mr.js +17 -0
- package/locales/angular/ms-bn.js +15 -0
- package/locales/angular/ms-id.js +15 -0
- package/locales/angular/ms-sg.js +15 -0
- package/locales/angular/ms.js +15 -0
- package/locales/angular/mt.js +21 -0
- package/locales/angular/mua.js +15 -0
- package/locales/angular/my.js +15 -0
- package/locales/angular/mzn.js +15 -0
- package/locales/angular/naq.js +19 -0
- package/locales/angular/nb-sj.js +17 -0
- package/locales/angular/nb.js +17 -0
- package/locales/angular/nd.js +17 -0
- package/locales/angular/nds-nl.js +15 -0
- package/locales/angular/nds.js +15 -0
- package/locales/angular/ne-in.js +17 -0
- package/locales/angular/ne.js +17 -0
- package/locales/angular/nl-aw.js +17 -0
- package/locales/angular/nl-be.js +17 -0
- package/locales/angular/nl-bq.js +17 -0
- package/locales/angular/nl-cw.js +17 -0
- package/locales/angular/nl-sr.js +17 -0
- package/locales/angular/nl-sx.js +17 -0
- package/locales/angular/nl.js +17 -0
- package/locales/angular/nmg.js +15 -0
- package/locales/angular/nn.js +17 -0
- package/locales/angular/nnh.js +17 -0
- package/locales/angular/no.js +17 -0
- package/locales/angular/nus.js +15 -0
- package/locales/angular/nyn.js +17 -0
- package/locales/angular/om-ke.js +17 -0
- package/locales/angular/om.js +17 -0
- package/locales/angular/or.js +17 -0
- package/locales/angular/os-ru.js +17 -0
- package/locales/angular/os.js +17 -0
- package/locales/angular/pa-arab.js +15 -0
- package/locales/angular/pa-guru.js +17 -0
- package/locales/angular/pa.js +17 -0
- package/locales/angular/pcm.js +17 -0
- package/locales/angular/pl.js +21 -0
- package/locales/angular/ps-pk.js +17 -0
- package/locales/angular/ps.js +17 -0
- package/locales/angular/pt-ao.js +19 -0
- package/locales/angular/pt-ch.js +19 -0
- package/locales/angular/pt-cv.js +19 -0
- package/locales/angular/pt-gq.js +19 -0
- package/locales/angular/pt-gw.js +19 -0
- package/locales/angular/pt-lu.js +19 -0
- package/locales/angular/pt-mo.js +19 -0
- package/locales/angular/pt-mz.js +19 -0
- package/locales/angular/pt-pt.js +19 -0
- package/locales/angular/pt-st.js +19 -0
- package/locales/angular/pt-tl.js +19 -0
- package/locales/angular/pt.js +19 -0
- package/locales/angular/qu-bo.js +15 -0
- package/locales/angular/qu-ec.js +15 -0
- package/locales/angular/qu.js +15 -0
- package/locales/angular/rm.js +17 -0
- package/locales/angular/rn.js +15 -0
- package/locales/angular/ro-md.js +19 -0
- package/locales/angular/ro.js +19 -0
- package/locales/angular/rof.js +17 -0
- package/locales/angular/ru-by.js +21 -0
- package/locales/angular/ru-kg.js +21 -0
- package/locales/angular/ru-kz.js +21 -0
- package/locales/angular/ru-md.js +21 -0
- package/locales/angular/ru-ua.js +21 -0
- package/locales/angular/ru.js +21 -0
- package/locales/angular/rw.js +15 -0
- package/locales/angular/rwk.js +17 -0
- package/locales/angular/sa.js +15 -0
- package/locales/angular/sah.js +15 -0
- package/locales/angular/saq.js +17 -0
- package/locales/angular/sat-olck.js +19 -0
- package/locales/angular/sat.js +19 -0
- package/locales/angular/sbp.js +15 -0
- package/locales/angular/sc.js +17 -0
- package/locales/angular/sd-arab.js +17 -0
- package/locales/angular/sd-deva.js +15 -0
- package/locales/angular/sd.js +17 -0
- package/locales/angular/se-fi.js +19 -0
- package/locales/angular/se-se.js +19 -0
- package/locales/angular/se.js +19 -0
- package/locales/angular/seh.js +17 -0
- package/locales/angular/ses.js +15 -0
- package/locales/angular/sg.js +15 -0
- package/locales/angular/shi-latn.js +15 -0
- package/locales/angular/shi-tfng.js +19 -0
- package/locales/angular/shi.js +19 -0
- package/locales/angular/si.js +17 -0
- package/locales/angular/sk.js +21 -0
- package/locales/angular/sl.js +21 -0
- package/locales/angular/smn.js +19 -0
- package/locales/angular/sn.js +17 -0
- package/locales/angular/so-dj.js +17 -0
- package/locales/angular/so-et.js +17 -0
- package/locales/angular/so-ke.js +17 -0
- package/locales/angular/so.js +17 -0
- package/locales/angular/sq-mk.js +17 -0
- package/locales/angular/sq-xk.js +17 -0
- package/locales/angular/sq.js +17 -0
- package/locales/angular/sr-cyrl-ba.js +19 -0
- package/locales/angular/sr-cyrl-me.js +19 -0
- package/locales/angular/sr-cyrl-xk.js +19 -0
- package/locales/angular/sr-cyrl.js +19 -0
- package/locales/angular/sr-latn-ba.js +15 -0
- package/locales/angular/sr-latn-me.js +15 -0
- package/locales/angular/sr-latn-xk.js +15 -0
- package/locales/angular/sr-latn.js +15 -0
- package/locales/angular/sr.js +19 -0
- package/locales/angular/su-latn.js +15 -0
- package/locales/angular/su.js +15 -0
- package/locales/angular/sv-ax.js +17 -0
- package/locales/angular/sv-fi.js +17 -0
- package/locales/angular/sv.js +17 -0
- package/locales/angular/sw-cd.js +17 -0
- package/locales/angular/sw-ke.js +17 -0
- package/locales/angular/sw-ug.js +17 -0
- package/locales/angular/sw.js +17 -0
- package/locales/angular/ta-lk.js +17 -0
- package/locales/angular/ta-my.js +17 -0
- package/locales/angular/ta-sg.js +17 -0
- package/locales/angular/ta.js +17 -0
- package/locales/angular/te.js +17 -0
- package/locales/angular/teo-ke.js +17 -0
- package/locales/angular/teo.js +17 -0
- package/locales/angular/tg.js +15 -0
- package/locales/angular/th.js +15 -0
- package/locales/angular/ti-er.js +17 -0
- package/locales/angular/ti.js +17 -0
- package/locales/angular/tk.js +17 -0
- package/locales/angular/to.js +15 -0
- package/locales/angular/tr-cy.js +17 -0
- package/locales/angular/tr.js +17 -0
- package/locales/angular/tt.js +15 -0
- package/locales/angular/twq.js +15 -0
- package/locales/angular/tzm.js +17 -0
- package/locales/angular/ug.js +17 -0
- package/locales/angular/uk.js +21 -0
- package/locales/angular/und.js +17 -0
- package/locales/angular/ur-in.js +17 -0
- package/locales/angular/ur.js +17 -0
- package/locales/angular/uz-arab.js +15 -0
- package/locales/angular/uz-cyrl.js +15 -0
- package/locales/angular/uz-latn.js +17 -0
- package/locales/angular/uz.js +17 -0
- package/locales/angular/vai-latn.js +15 -0
- package/locales/angular/vai-vaii.js +15 -0
- package/locales/angular/vai.js +15 -0
- package/locales/angular/vi.js +15 -0
- package/locales/angular/vun.js +17 -0
- package/locales/angular/wae.js +17 -0
- package/locales/angular/wo.js +15 -0
- package/locales/angular/xh.js +17 -0
- package/locales/angular/xog.js +17 -0
- package/locales/angular/yav.js +15 -0
- package/locales/angular/yi.js +17 -0
- package/locales/angular/yo-bj.js +15 -0
- package/locales/angular/yo.js +15 -0
- package/locales/angular/yrl-co.js +15 -0
- package/locales/angular/yrl-ve.js +15 -0
- package/locales/angular/yrl.js +15 -0
- package/locales/angular/yue-hans.js +15 -0
- package/locales/angular/yue-hant.js +15 -0
- package/locales/angular/yue.js +15 -0
- package/locales/angular/zgh.js +15 -0
- package/locales/angular/zh-hans-hk.js +15 -0
- package/locales/angular/zh-hans-mo.js +15 -0
- package/locales/angular/zh-hans-sg.js +15 -0
- package/locales/angular/zh-hans.js +15 -0
- package/locales/angular/zh-hant-hk.js +15 -0
- package/locales/angular/zh-hant-mo.js +15 -0
- package/locales/angular/zh-hant.js +15 -0
- package/locales/angular/zh.js +15 -0
- package/locales/angular/zu.js +17 -0
- package/locales/moment/af.js +82 -0
- package/locales/moment/ar-dz.js +167 -0
- package/locales/moment/ar-kw.js +66 -0
- package/locales/moment/ar-ly.js +182 -0
- package/locales/moment/ar-ma.js +67 -0
- package/locales/moment/ar-ps.js +123 -0
- package/locales/moment/ar-sa.js +116 -0
- package/locales/moment/ar-tn.js +66 -0
- package/locales/moment/ar.js +200 -0
- package/locales/moment/az.js +113 -0
- package/locales/moment/be.js +153 -0
- package/locales/moment/bg.js +98 -0
- package/locales/moment/bm.js +62 -0
- package/locales/moment/bn-bd.js +140 -0
- package/locales/moment/bn.js +130 -0
- package/locales/moment/bo.js +135 -0
- package/locales/moment/br.js +179 -0
- package/locales/moment/bs.js +171 -0
- package/locales/moment/ca.js +111 -0
- package/locales/moment/cs.js +192 -0
- package/locales/moment/cv.js +74 -0
- package/locales/moment/cy.js +109 -0
- package/locales/moment/da.js +64 -0
- package/locales/moment/de-at.js +90 -0
- package/locales/moment/de-ch.js +87 -0
- package/locales/moment/de.js +89 -0
- package/locales/moment/dv.js +101 -0
- package/locales/moment/el.js +117 -0
- package/locales/moment/en-au.js +79 -0
- package/locales/moment/en-ca.js +75 -0
- package/locales/moment/en-gb.js +79 -0
- package/locales/moment/en-ie.js +79 -0
- package/locales/moment/en-il.js +75 -0
- package/locales/moment/en-in.js +79 -0
- package/locales/moment/en-nz.js +79 -0
- package/locales/moment/en-sg.js +79 -0
- package/locales/moment/eo.js +79 -0
- package/locales/moment/es-do.js +119 -0
- package/locales/moment/es-mx.js +121 -0
- package/locales/moment/es-us.js +121 -0
- package/locales/moment/es.js +121 -0
- package/locales/moment/et.js +89 -0
- package/locales/moment/eu.js +76 -0
- package/locales/moment/fa.js +124 -0
- package/locales/moment/fi.js +135 -0
- package/locales/moment/fil.js +69 -0
- package/locales/moment/fo.js +68 -0
- package/locales/moment/fr-ca.js +81 -0
- package/locales/moment/fr-ch.js +85 -0
- package/locales/moment/fr.js +119 -0
- package/locales/moment/fy.js +86 -0
- package/locales/moment/ga.js +106 -0
- package/locales/moment/gd.js +106 -0
- package/locales/moment/gl.js +86 -0
- package/locales/moment/gom-deva.js +137 -0
- package/locales/moment/gom-latn.js +135 -0
- package/locales/moment/gu.js +133 -0
- package/locales/moment/he.js +105 -0
- package/locales/moment/hi.js +179 -0
- package/locales/moment/hr.js +167 -0
- package/locales/moment/hu.js +129 -0
- package/locales/moment/hy-am.js +105 -0
- package/locales/moment/id.js +87 -0
- package/locales/moment/is.js +151 -0
- package/locales/moment/it-ch.js +75 -0
- package/locales/moment/it.js +117 -0
- package/locales/moment/ja.js +159 -0
- package/locales/moment/jv.js +87 -0
- package/locales/moment/ka.js +103 -0
- package/locales/moment/kk.js +93 -0
- package/locales/moment/km.js +114 -0
- package/locales/moment/kn.js +135 -0
- package/locales/moment/ko.js +86 -0
- package/locales/moment/ku-kmr.js +125 -0
- package/locales/moment/ku.js +129 -0
- package/locales/moment/ky.js +95 -0
- package/locales/moment/lb.js +148 -0
- package/locales/moment/lo.js +77 -0
- package/locales/moment/lt.js +136 -0
- package/locales/moment/lv.js +105 -0
- package/locales/moment/me.js +128 -0
- package/locales/moment/mi.js +71 -0
- package/locales/moment/mk.js +97 -0
- package/locales/moment/ml.js +93 -0
- package/locales/moment/mn.js +111 -0
- package/locales/moment/mr.js +214 -0
- package/locales/moment/ms-my.js +87 -0
- package/locales/moment/ms.js +86 -0
- package/locales/moment/mt.js +67 -0
- package/locales/moment/my.js +102 -0
- package/locales/moment/nb.js +71 -0
- package/locales/moment/ne.js +132 -0
- package/locales/moment/nl-be.js +113 -0
- package/locales/moment/nl.js +115 -0
- package/locales/moment/nn.js +70 -0
- package/locales/moment/oc-lnc.js +96 -0
- package/locales/moment/pa-in.js +133 -0
- package/locales/moment/pl.js +151 -0
- package/locales/moment/pt-br.js +69 -0
- package/locales/moment/pt.js +74 -0
- package/locales/moment/ro.js +87 -0
- package/locales/moment/ru.js +224 -0
- package/locales/moment/sd.js +92 -0
- package/locales/moment/se.js +68 -0
- package/locales/moment/si.js +80 -0
- package/locales/moment/sk.js +156 -0
- package/locales/moment/sl.js +182 -0
- package/locales/moment/sq.js +76 -0
- package/locales/moment/sr-cyrl.js +138 -0
- package/locales/moment/sr.js +140 -0
- package/locales/moment/ss.js +95 -0
- package/locales/moment/sv.js +79 -0
- package/locales/moment/sw.js +66 -0
- package/locales/moment/ta.js +142 -0
- package/locales/moment/te.js +99 -0
- package/locales/moment/tet.js +79 -0
- package/locales/moment/tg.js +128 -0
- package/locales/moment/th.js +76 -0
- package/locales/moment/tk.js +102 -0
- package/locales/moment/tl-ph.js +68 -0
- package/locales/moment/tlh.js +135 -0
- package/locales/moment/tr.js +117 -0
- package/locales/moment/tzl.js +100 -0
- package/locales/moment/tzm-latn.js +65 -0
- package/locales/moment/tzm.js +65 -0
- package/locales/moment/ug-cn.js +122 -0
- package/locales/moment/uk.js +178 -0
- package/locales/moment/ur.js +93 -0
- package/locales/moment/uz-latn.js +65 -0
- package/locales/moment/uz.js +62 -0
- package/locales/moment/vi.js +91 -0
- package/locales/moment/x-pseudo.js +84 -0
- package/locales/moment/yo.js +64 -0
- package/locales/moment/zh-cn.js +131 -0
- package/locales/moment/zh-hk.js +112 -0
- package/locales/moment/zh-mo.js +111 -0
- package/locales/moment/zh-tw.js +110 -0
- package/locales/moment-timezone/moment-timezone-with-data.js +1582 -0
- package/npm-shrinkwrap.json +17 -0
- package/oAuth/.npmignore +2 -0
- package/oAuth/bundles/index.umd.js +495 -0
- package/oAuth/fesm2022/index.mjs +478 -0
- package/oAuth/fesm2022/index.mjs.map +1 -0
- package/oAuth/index.d.ts +43 -0
- package/oAuth/package.json +23 -0
- package/package-lock.json +17 -0
- package/package.json +16 -0
- package/runtime/base/.npmignore +2 -0
- package/runtime/base/bundles/index.umd.js +6144 -0
- package/runtime/base/fesm2022/index.mjs +6180 -0
- package/runtime/base/fesm2022/index.mjs.map +1 -0
- package/runtime/base/index.d.ts +1426 -0
- package/runtime/base/package.json +23 -0
- package/runtime/dynamic/.npmignore +2 -0
- package/runtime/dynamic/bundles/index.umd.js +887 -0
- package/runtime/dynamic/fesm2022/index.mjs +950 -0
- package/runtime/dynamic/fesm2022/index.mjs.map +1 -0
- package/runtime/dynamic/index.d.ts +164 -0
- package/runtime/dynamic/package.json +23 -0
- package/scripts/@wavemaker/nvd3/build/nv.d3.min.js +1 -0
- package/scripts/d3/d3.min.js +2 -0
- package/scripts/datatable/datatable.js +3787 -0
- package/scripts/iscroll/build/iscroll.js +2091 -0
- package/scripts/jquery-ui/ui/widgets/droppable.js +503 -0
- package/scripts/jquery-ui/ui/widgets/resizable.js +1275 -0
- package/scripts/jquery-ui/ui/widgets/sortable.js +1608 -0
- package/scripts/jquery.ui.touch-punch/jquery.ui.touch-punch.min.js +11 -0
- package/scripts/summernote/dist/summernote-lite.min.js +2 -0
- package/scripts/swipey/swipey.jquery.plugin.js +799 -0
- package/scripts/tree-keyboard-navigation/keyboard-navigation.js +251 -0
- package/security/.npmignore +2 -0
- package/security/bundles/index.umd.js +446 -0
- package/security/fesm2022/index.mjs +444 -0
- package/security/fesm2022/index.mjs.map +1 -0
- package/security/index.d.ts +130 -0
- package/security/package.json +23 -0
- package/swipey/.npmignore +2 -0
- package/swipey/bundles/index.umd.js +54 -0
- package/swipey/fesm2022/index.mjs +51 -0
- package/swipey/fesm2022/index.mjs.map +1 -0
- package/swipey/index.d.ts +21 -0
- package/swipey/package.json +23 -0
- package/transpiler/.npmignore +2 -0
- package/transpiler/bundles/index.umd.js +814 -0
- package/transpiler/fesm2022/index.mjs +808 -0
- package/transpiler/fesm2022/index.mjs.map +1 -0
- package/transpiler/index.d.ts +47 -0
- package/transpiler/package.json +24 -0
- package/variables/.npmignore +2 -0
- package/variables/bundles/index.umd.js +3174 -0
- package/variables/fesm2022/index.mjs +3236 -0
- package/variables/fesm2022/index.mjs.map +1 -0
- package/variables/index.d.ts +468 -0
- package/variables/package.json +23 -0
|
@@ -0,0 +1,1426 @@
|
|
|
1
|
+
import * as i0 from '@angular/core';
|
|
2
|
+
import { OnDestroy, AfterViewInit, AfterContentInit, Injector, AfterViewChecked, RendererFactory2, RendererType2, Renderer2, TemplateRef, ViewContainerRef, Pipe, Compiler, DoCheck, ApplicationRef, ElementRef, NgZone, EnvironmentInjector, OnInit, ModuleWithProviders, Type, ComponentRef } from '@angular/core';
|
|
3
|
+
import * as i2 from '@angular/router';
|
|
4
|
+
import { Router, ActivatedRoute, RouterOutlet, ActivatedRouteSnapshot, RouterStateSnapshot, DetachedRouteHandle, RouteReuseStrategy } from '@angular/router';
|
|
5
|
+
import * as i1 from '@angular/common';
|
|
6
|
+
import { DatePipe } from '@angular/common';
|
|
7
|
+
import { AbstractHttpService, AbstractDialogService, App, AbstractSpinnerService, AbstractI18nService, AbstractNavigationService, ScriptLoaderService, Viewport, CustomIconsLoaderService, AbstractToasterService, UtilsService, CustomPipeManager, StatePersistence, AppDefaults, NavigationOptions } from '@wm/core';
|
|
8
|
+
import { SecurityService } from '@wm/security';
|
|
9
|
+
import { VariablesService, MetadataService } from '@wm/variables';
|
|
10
|
+
import { Subject, Observable } from 'rxjs';
|
|
11
|
+
import * as i91 from '@wm/components/page';
|
|
12
|
+
import { PageDirective, SpaPageDirective, LayoutDirective, ContentComponent, PageContentComponent, RouterOutletDirective } from '@wm/components/page';
|
|
13
|
+
import * as i97 from '@wm/components/prefab';
|
|
14
|
+
import { PrefabDirective as PrefabDirective$1, PrefabContainerDirective } from '@wm/components/prefab';
|
|
15
|
+
import { EventManager, ɵSharedStylesHost as _SharedStylesHost, DomSanitizer } from '@angular/platform-browser';
|
|
16
|
+
import * as i15 from '@wm/components/dialogs';
|
|
17
|
+
import { DialogBodyDirective, DialogFooterDirective, DialogHeaderComponent } from '@wm/components/dialogs';
|
|
18
|
+
import * as i13 from '@wm/components/dialogs/confirm-dialog';
|
|
19
|
+
import { ConfirmDialogComponent } from '@wm/components/dialogs/confirm-dialog';
|
|
20
|
+
import * as i14 from '@wm/components/dialogs/design-dialog';
|
|
21
|
+
import { DialogComponent } from '@wm/components/dialogs/design-dialog';
|
|
22
|
+
import * as i94 from '@wm/components/page/left-panel';
|
|
23
|
+
import { LeftPanelDirective } from '@wm/components/page/left-panel';
|
|
24
|
+
import * as i95 from '@wm/components/page/right-panel';
|
|
25
|
+
import { RightPanelDirective } from '@wm/components/page/right-panel';
|
|
26
|
+
import * as i27 from '@wm/components/basic/anchor';
|
|
27
|
+
import { AnchorComponent } from '@wm/components/basic/anchor';
|
|
28
|
+
import * as i29 from '@wm/components/basic/html';
|
|
29
|
+
import { HtmlDirective } from '@wm/components/basic/html';
|
|
30
|
+
import * as i31 from '@wm/components/basic/iframe';
|
|
31
|
+
import { IframeComponent } from '@wm/components/basic/iframe';
|
|
32
|
+
import * as i33 from '@wm/components/basic/picture';
|
|
33
|
+
import { PictureDirective } from '@wm/components/basic/picture';
|
|
34
|
+
import * as i34 from '@wm/components/basic/spinner';
|
|
35
|
+
import { SpinnerComponent } from '@wm/components/basic/spinner';
|
|
36
|
+
import * as i35 from '@wm/components/basic/video';
|
|
37
|
+
import { VideoComponent } from '@wm/components/basic/video';
|
|
38
|
+
import * as i36 from '@wm/components/basic/progress/progress-bar';
|
|
39
|
+
import { ProgressBarComponent } from '@wm/components/basic/progress/progress-bar';
|
|
40
|
+
import * as i38 from '@wm/components/basic/rich-text-editor';
|
|
41
|
+
import { RichTextEditorComponent } from '@wm/components/basic/rich-text-editor';
|
|
42
|
+
import * as i39 from '@wm/components/basic/search';
|
|
43
|
+
import { SearchComponent, ScrollableDirective } from '@wm/components/basic/search';
|
|
44
|
+
import * as i40 from '@wm/components/basic/tree';
|
|
45
|
+
import { TreeComponent } from '@wm/components/basic/tree';
|
|
46
|
+
import * as i41 from '@wm/components/input/calendar';
|
|
47
|
+
import { CalendarComponent } from '@wm/components/input/calendar';
|
|
48
|
+
import * as i42 from '@wm/components/input/chips';
|
|
49
|
+
import { ChipsComponent } from '@wm/components/input/chips';
|
|
50
|
+
import * as i44 from '@wm/components/input/currency';
|
|
51
|
+
import { CurrencyComponent } from '@wm/components/input/currency';
|
|
52
|
+
import * as i45 from '@wm/components/input/epoch/date';
|
|
53
|
+
import { DateComponent } from '@wm/components/input/epoch/date';
|
|
54
|
+
import * as i46 from '@wm/components/input/epoch/date-time';
|
|
55
|
+
import { DatetimeComponent } from '@wm/components/input/epoch/date-time';
|
|
56
|
+
import * as i47 from '@wm/components/input/epoch/time';
|
|
57
|
+
import { TimeComponent } from '@wm/components/input/epoch/time';
|
|
58
|
+
import * as i48 from '@wm/components/input/epoch/date-time-picker';
|
|
59
|
+
import { DateTimePickerComponent, TimePickerComponent } from '@wm/components/input/epoch/date-time-picker';
|
|
60
|
+
import * as i49 from '@wm/components/input/epoch/picker';
|
|
61
|
+
import { PickerComponent, PickerGroupComponent } from '@wm/components/input/epoch/picker';
|
|
62
|
+
import * as i50 from '@wm/components/input/file-upload';
|
|
63
|
+
import { FileUploadComponent } from '@wm/components/input/file-upload';
|
|
64
|
+
import * as i53 from '@wm/components/input/caption-position';
|
|
65
|
+
import { CaptionPositionDirective } from '@wm/components/input/caption-position';
|
|
66
|
+
import * as i54 from '@wm/components/input/checkbox';
|
|
67
|
+
import { CheckboxComponent } from '@wm/components/input/checkbox';
|
|
68
|
+
import * as i57 from '@wm/components/input/number';
|
|
69
|
+
import { NumberComponent } from '@wm/components/input/number';
|
|
70
|
+
import * as i64 from '@wm/components/input/slider';
|
|
71
|
+
import { SliderComponent } from '@wm/components/input/slider';
|
|
72
|
+
import * as i65 from '@wm/components/data/card';
|
|
73
|
+
import { CardComponent } from '@wm/components/data/card';
|
|
74
|
+
import * as i66 from '@wm/components/data/form';
|
|
75
|
+
import { FormComponent, FormWidgetDirective, FormActionDirective, FormFieldDirective, LiveActionsDirective, DependsonDirective, LiveFilterDirective, LiveFormDirective } from '@wm/components/data/form';
|
|
76
|
+
import * as i67 from '@wm/components/data/list';
|
|
77
|
+
import { ListComponent, ListItemDirective } from '@wm/components/data/list';
|
|
78
|
+
import * as i68 from '@wm/components/data/live-table';
|
|
79
|
+
import { LiveTableComponent } from '@wm/components/data/live-table';
|
|
80
|
+
import * as i69 from '@wm/components/data/pagination';
|
|
81
|
+
import { PaginationComponent } from '@wm/components/data/pagination';
|
|
82
|
+
import * as i70 from '@wm/components/data/table';
|
|
83
|
+
import { TableComponent, TableCUDDirective, TableFilterSortDirective, TableActionDirective, TableColumnDirective, TableColumnGroupDirective, TableRowDirective, TableRowActionDirective } from '@wm/components/data/table';
|
|
84
|
+
import * as i71 from '@wm/components/chart';
|
|
85
|
+
import { ChartComponent } from '@wm/components/chart';
|
|
86
|
+
import * as i72 from '@wm/components/containers/accordion';
|
|
87
|
+
import { AccordionPaneComponent, AccordionDirective } from '@wm/components/containers/accordion';
|
|
88
|
+
import * as i74 from '@wm/components/containers/layout-grid';
|
|
89
|
+
import { LayoutGridColumnDirective } from '@wm/components/containers/layout-grid';
|
|
90
|
+
import * as i76 from '@wm/components/containers/tabs';
|
|
91
|
+
import { TabPaneComponent, TabsComponent } from '@wm/components/containers/tabs';
|
|
92
|
+
import * as i78 from '@wm/components/containers/wizard';
|
|
93
|
+
import { WizardStepComponent, WizardComponent } from '@wm/components/containers/wizard';
|
|
94
|
+
import * as i79 from '@wm/components/dialogs/alert-dialog';
|
|
95
|
+
import { AlertDialogComponent } from '@wm/components/dialogs/alert-dialog';
|
|
96
|
+
import * as i80 from '@wm/components/dialogs/iframe-dialog';
|
|
97
|
+
import { IframeDialogComponent } from '@wm/components/dialogs/iframe-dialog';
|
|
98
|
+
import * as i81 from '@wm/components/dialogs/login-dialog';
|
|
99
|
+
import { LoginDialogDirective } from '@wm/components/dialogs/login-dialog';
|
|
100
|
+
import * as i82 from '@wm/components/dialogs/partial-dialog';
|
|
101
|
+
import { PartialDialogComponent } from '@wm/components/dialogs/partial-dialog';
|
|
102
|
+
import * as i83 from '@wm/components/navigation/breadcrumb';
|
|
103
|
+
import { BreadcrumbComponent } from '@wm/components/navigation/breadcrumb';
|
|
104
|
+
import * as i84 from '@wm/components/navigation/menu';
|
|
105
|
+
import { MenuComponent, MenuDropdownComponent, MenuDropdownItemComponent, NavigationControlDirective, NavComponent } from '@wm/components/navigation/menu';
|
|
106
|
+
import * as i86 from '@wm/components/navigation/popover';
|
|
107
|
+
import { PopoverComponent } from '@wm/components/navigation/popover';
|
|
108
|
+
import * as i87 from '@wm/components/advanced/carousel';
|
|
109
|
+
import { CarouselDirective } from '@wm/components/advanced/carousel';
|
|
110
|
+
import * as i90 from '@wm/components/advanced/custom';
|
|
111
|
+
import { CustomWidgetContainerDirective as CustomWidgetContainerDirective$1 } from '@wm/components/advanced/custom';
|
|
112
|
+
import * as i25 from 'ng-circle-progress';
|
|
113
|
+
import { NgCircleProgressModule } from 'ng-circle-progress';
|
|
114
|
+
import * as i16 from '@wm/components/base';
|
|
115
|
+
import { ContainerDirective, ItemTemplateDirective, LazyLoadDirective, PartialDirective, PartialParamHandlerDirective, PartialParamDirective, PartialContainerDirective, CustomWidgetContainerDirective, RedrawableDirective, ShowInDeviceDirective, TextContentDirective, ToDatePipe, FilterPipe, FileSizePipe, ToNumberPipe, ToCurrencyPipe, TrailingZeroDecimalPipe, TrustAsPipe, ImagePipe, CustomPipe, SanitizePipe } from '@wm/components/base';
|
|
116
|
+
import * as i3 from '@angular/common/http';
|
|
117
|
+
import { HttpInterceptor, HttpRequest, HttpHandler, HttpEvent, HttpClient } from '@angular/common/http';
|
|
118
|
+
import * as i4 from '@angular/forms';
|
|
119
|
+
import * as i12 from 'ngx-toastr';
|
|
120
|
+
import { Toast, ToastrService, ToastPackage } from 'ngx-toastr';
|
|
121
|
+
import { OAuthService } from '@wm/oAuth';
|
|
122
|
+
import * as i17 from 'ngx-bootstrap/datepicker';
|
|
123
|
+
import { BsLocaleService } from 'ngx-bootstrap/datepicker';
|
|
124
|
+
import * as i18 from 'ngx-bootstrap/timepicker';
|
|
125
|
+
import * as i19 from 'ngx-bootstrap/dropdown';
|
|
126
|
+
import * as i20 from 'ngx-bootstrap/pagination';
|
|
127
|
+
import * as i21 from 'ngx-bootstrap/typeahead';
|
|
128
|
+
import * as i22 from 'ngx-bootstrap/progressbar';
|
|
129
|
+
import * as i23 from 'ngx-bootstrap/carousel';
|
|
130
|
+
import * as i24 from 'ngx-bootstrap/popover';
|
|
131
|
+
import * as i26 from 'ngx-bootstrap/tooltip';
|
|
132
|
+
import * as i28 from '@wm/components/basic/audio';
|
|
133
|
+
import * as i30 from '@wm/components/basic/icon';
|
|
134
|
+
import * as i32 from '@wm/components/basic/label';
|
|
135
|
+
import * as i37 from '@wm/components/basic/progress/progress-circle';
|
|
136
|
+
import * as i43 from '@wm/components/input/color-picker';
|
|
137
|
+
import * as i51 from '@wm/components/input/button';
|
|
138
|
+
import * as i52 from '@wm/components/input/button-group';
|
|
139
|
+
import * as i55 from '@wm/components/input/checkboxset';
|
|
140
|
+
import * as i56 from '@wm/components/input/composite';
|
|
141
|
+
import * as i58 from '@wm/components/input/radioset';
|
|
142
|
+
import * as i59 from '@wm/components/input/select';
|
|
143
|
+
import * as i60 from '@wm/components/input/switch';
|
|
144
|
+
import * as i61 from '@wm/components/input/text';
|
|
145
|
+
import * as i62 from '@wm/components/input/textarea';
|
|
146
|
+
import * as i63 from '@wm/components/input/rating';
|
|
147
|
+
import * as i73 from '@wm/components/containers/linear-layout';
|
|
148
|
+
import * as i75 from '@wm/components/containers/panel';
|
|
149
|
+
import * as i77 from '@wm/components/containers/tile';
|
|
150
|
+
import * as i85 from '@wm/components/navigation/navbar';
|
|
151
|
+
import * as i88 from '@wm/components/advanced/login';
|
|
152
|
+
import * as i89 from '@wm/components/advanced/marquee';
|
|
153
|
+
import * as i92 from '@wm/components/page/footer';
|
|
154
|
+
import * as i93 from '@wm/components/page/header';
|
|
155
|
+
import * as i96 from '@wm/components/page/top-nav';
|
|
156
|
+
import * as moment from 'moment';
|
|
157
|
+
|
|
158
|
+
declare enum ComponentType {
|
|
159
|
+
PAGE = 0,
|
|
160
|
+
PREFAB = 1,
|
|
161
|
+
PARTIAL = 2,
|
|
162
|
+
WIDGET = 3
|
|
163
|
+
}
|
|
164
|
+
declare abstract class ComponentRefProvider {
|
|
165
|
+
abstract getComponentFactoryRef(componentName: string, componentType: ComponentType): Promise<any>;
|
|
166
|
+
clearComponentFactoryRefCache(): void;
|
|
167
|
+
}
|
|
168
|
+
declare abstract class PrefabConfigProvider {
|
|
169
|
+
abstract getConfig(prefabName: string): Promise<any>;
|
|
170
|
+
}
|
|
171
|
+
declare abstract class CustomwidgetConfigProvider {
|
|
172
|
+
abstract getConfig(widgetname: string): Promise<any>;
|
|
173
|
+
}
|
|
174
|
+
declare abstract class AppJSProvider {
|
|
175
|
+
abstract getAppScriptFn(): Promise<Function>;
|
|
176
|
+
}
|
|
177
|
+
declare abstract class AppVariablesProvider {
|
|
178
|
+
abstract getAppVariables(): Promise<any>;
|
|
179
|
+
}
|
|
180
|
+
declare abstract class AppExtensionProvider {
|
|
181
|
+
abstract loadFormatterConfigScript(callback: Function): void;
|
|
182
|
+
}
|
|
183
|
+
|
|
184
|
+
declare class AppManagerService implements OnDestroy {
|
|
185
|
+
private $http;
|
|
186
|
+
private $security;
|
|
187
|
+
private $dialog;
|
|
188
|
+
private $router;
|
|
189
|
+
private $app;
|
|
190
|
+
private $variables;
|
|
191
|
+
private $metadata;
|
|
192
|
+
private $spinner;
|
|
193
|
+
private $i18n;
|
|
194
|
+
private $datePipe;
|
|
195
|
+
static readonly SERVICE_NAME = "AppManagerService";
|
|
196
|
+
private appVariablesLoaded;
|
|
197
|
+
private appVariablesFired;
|
|
198
|
+
private _noRedirect;
|
|
199
|
+
private templates;
|
|
200
|
+
private lastLoggedUserId;
|
|
201
|
+
private appSubscriptions;
|
|
202
|
+
private windowMessageListener;
|
|
203
|
+
private sessionTimeoutUnsubscribe;
|
|
204
|
+
constructor($http: AbstractHttpService, $security: SecurityService, $dialog: AbstractDialogService, $router: Router, $app: App, $variables: VariablesService, $metadata: MetadataService, $spinner: AbstractSpinnerService, $i18n: AbstractI18nService, $datePipe: DatePipe);
|
|
205
|
+
/**
|
|
206
|
+
* On session timeout, if the session timeout config is set to a dialog, then open login dialog
|
|
207
|
+
*/
|
|
208
|
+
private showLoginDialog;
|
|
209
|
+
loadAppJS(): void;
|
|
210
|
+
loadCommonPage(): void;
|
|
211
|
+
loadSecurityConfig(forceFlag?: boolean): Promise<any>;
|
|
212
|
+
loadMetadata(): Promise<any>;
|
|
213
|
+
loadAppVariables(variables?: any): any;
|
|
214
|
+
/**
|
|
215
|
+
* getter and setter for the property appVariablesFired
|
|
216
|
+
* this flag determines if the app variables(with startUpdate:true) have been fired
|
|
217
|
+
* they should get fired only once through app lifecycle
|
|
218
|
+
* @param {boolean} isFired
|
|
219
|
+
* @returns {boolean}
|
|
220
|
+
*/
|
|
221
|
+
isAppVariablesFired(isFired?: boolean): boolean;
|
|
222
|
+
private clearLoggedInUserVariable;
|
|
223
|
+
private updateLoggedInUserVariable;
|
|
224
|
+
/**
|
|
225
|
+
* Overriding the app variable supported locale with the wmProperties i18n DataValues
|
|
226
|
+
*
|
|
227
|
+
* TODO[Vibhu]:
|
|
228
|
+
* Can write a simple migration to sync the supportedLocale variable with '_WM_APP_PROPERTIES.supportedLanguages'
|
|
229
|
+
* Hence, this may not be required
|
|
230
|
+
*
|
|
231
|
+
*/
|
|
232
|
+
updateSupportedLocaleVariable(): void;
|
|
233
|
+
handleSSOLogin(config: any, options: any): void;
|
|
234
|
+
/**
|
|
235
|
+
* Handles the app when a XHR request returns 401 response
|
|
236
|
+
* If no user was logged in before 401 occurred, First time Login is simulated
|
|
237
|
+
* Else, a session timeout has occurred and the same is simulated
|
|
238
|
+
* @param page if provided, represents the page name for which XHR request returned 401, on re-login
|
|
239
|
+
* if not provided, a service request returned 401
|
|
240
|
+
* @param onSuccess success handler
|
|
241
|
+
* @param onError error handler
|
|
242
|
+
*/
|
|
243
|
+
handle401(page?: any, options?: any): void;
|
|
244
|
+
/**
|
|
245
|
+
* Updates data dependent on logged in user
|
|
246
|
+
* Reloads security config, metadata
|
|
247
|
+
* Updates the loggedInUserVariable
|
|
248
|
+
* @returns {Promise<void>}
|
|
249
|
+
*/
|
|
250
|
+
reloadAppData(): Promise<any>;
|
|
251
|
+
noRedirect(value?: boolean): boolean;
|
|
252
|
+
/**
|
|
253
|
+
* invokes session failure requests
|
|
254
|
+
*/
|
|
255
|
+
executeSessionFailureRequests(): void;
|
|
256
|
+
pushToSessionFailureRequests(callback: any): void;
|
|
257
|
+
getDeployedURL(): string;
|
|
258
|
+
/**
|
|
259
|
+
* Fetches the customurlscheme for a mobile app
|
|
260
|
+
* which is used for redirection back to the app from browser in implicit oAuth flow
|
|
261
|
+
* @returns {string}
|
|
262
|
+
*/
|
|
263
|
+
getCustomUrlScheme(): string;
|
|
264
|
+
notify(eventName: any, data: any): void;
|
|
265
|
+
subscribe(eventName: any, data: any): () => void;
|
|
266
|
+
getActivePage(): any;
|
|
267
|
+
getAppLocale(): any;
|
|
268
|
+
getSelectedLocale(): string;
|
|
269
|
+
notifyApp(template: any, type: any, title?: any): void;
|
|
270
|
+
/**
|
|
271
|
+
* Triggers the onBeforeService method defined in app.js of the app
|
|
272
|
+
* @param requestParams
|
|
273
|
+
*/
|
|
274
|
+
appOnBeforeServiceCall(requestParams: any): any;
|
|
275
|
+
/**
|
|
276
|
+
* Triggers the onServiceSuccess method defined in app.js of the app
|
|
277
|
+
* @param data
|
|
278
|
+
* @param xhrObj
|
|
279
|
+
*/
|
|
280
|
+
appOnServiceSuccess(data: any, xhrObj: any): any;
|
|
281
|
+
/**
|
|
282
|
+
* Triggers the onServiceError method defined in app.js of the app
|
|
283
|
+
* @param data
|
|
284
|
+
* @param xhrOb
|
|
285
|
+
*/
|
|
286
|
+
appOnServiceError(data: any, xhrOb?: any): any;
|
|
287
|
+
/**
|
|
288
|
+
* Triggers the appVariablesReady method defined in app.js of the app
|
|
289
|
+
*/
|
|
290
|
+
appVariablesReady(): void;
|
|
291
|
+
/**
|
|
292
|
+
* Triggers the onBeforeAppReady method defined in app.js of the app
|
|
293
|
+
*/
|
|
294
|
+
beforeAppReady(): any;
|
|
295
|
+
/**
|
|
296
|
+
* Returns the pipe based on the input
|
|
297
|
+
*/
|
|
298
|
+
getPipe(pipe: any): DatePipe;
|
|
299
|
+
private setLandingPage;
|
|
300
|
+
/**
|
|
301
|
+
* return true if prefab type app
|
|
302
|
+
* @returns {boolean}
|
|
303
|
+
*/
|
|
304
|
+
isPrefabType(): boolean;
|
|
305
|
+
/**
|
|
306
|
+
* return true if template bundle type app
|
|
307
|
+
* @returns {boolean}
|
|
308
|
+
*/
|
|
309
|
+
isTemplateBundleType(): boolean;
|
|
310
|
+
postMessage(content: any): void;
|
|
311
|
+
showTemplate(idx: any): void;
|
|
312
|
+
postTemplateBundleInfo(): Promise<any>;
|
|
313
|
+
postAppTypeInfo(): Promise<any>;
|
|
314
|
+
initAppModes(): void;
|
|
315
|
+
ngOnDestroy(): void;
|
|
316
|
+
static ɵfac: i0.ɵɵFactoryDeclaration<AppManagerService, never>;
|
|
317
|
+
static ɵprov: i0.ɵɵInjectableDeclaration<AppManagerService>;
|
|
318
|
+
}
|
|
319
|
+
|
|
320
|
+
declare class PrefabManagerService {
|
|
321
|
+
private $metadata;
|
|
322
|
+
private prefabConfigProvider;
|
|
323
|
+
constructor($metadata: MetadataService, prefabConfigProvider: PrefabConfigProvider);
|
|
324
|
+
getConfig(prefabName: any): Promise<any>;
|
|
325
|
+
loadServiceDefs(prefabName: any): Promise<any>;
|
|
326
|
+
protected loadStyles(prefabName: any, { resources: { styles } }?: {
|
|
327
|
+
resources: {
|
|
328
|
+
styles: any[];
|
|
329
|
+
};
|
|
330
|
+
}): Promise<void>;
|
|
331
|
+
protected loadScripts(prefabName: any, { resources: { scripts } }?: {
|
|
332
|
+
resources: {
|
|
333
|
+
scripts: any[];
|
|
334
|
+
};
|
|
335
|
+
}): Promise<any>;
|
|
336
|
+
private setInProgress;
|
|
337
|
+
private resolveInProgress;
|
|
338
|
+
loadDependencies(prefabName: any): Promise<void>;
|
|
339
|
+
static ɵfac: i0.ɵɵFactoryDeclaration<PrefabManagerService, never>;
|
|
340
|
+
static ɵprov: i0.ɵɵInjectableDeclaration<PrefabManagerService>;
|
|
341
|
+
}
|
|
342
|
+
|
|
343
|
+
declare abstract class FragmentMonitor {
|
|
344
|
+
fragments: number;
|
|
345
|
+
viewInit$: Subject<any>;
|
|
346
|
+
isViewInitialized: boolean;
|
|
347
|
+
isPageComponent: boolean;
|
|
348
|
+
fragmentsLoaded$: Subject<unknown>;
|
|
349
|
+
private viewInitSubscription;
|
|
350
|
+
constructor();
|
|
351
|
+
init(): void;
|
|
352
|
+
/**
|
|
353
|
+
* MEMORY LEAK FIX: Clean up FragmentMonitor resources
|
|
354
|
+
* Should be called from implementing class's ngOnDestroy
|
|
355
|
+
*/
|
|
356
|
+
protected cleanupFragmentMonitor(): void;
|
|
357
|
+
registerFragment(): void;
|
|
358
|
+
resolveFragment(): void;
|
|
359
|
+
isReady(): void;
|
|
360
|
+
static ɵfac: i0.ɵɵFactoryDeclaration<FragmentMonitor, never>;
|
|
361
|
+
static ɵdir: i0.ɵɵDirectiveDeclaration<FragmentMonitor, never, never, {}, {}, never, never, true, never>;
|
|
362
|
+
}
|
|
363
|
+
|
|
364
|
+
declare abstract class BasePageComponent extends FragmentMonitor implements AfterViewInit, OnDestroy, AfterContentInit {
|
|
365
|
+
static lastPageSnapShot: any;
|
|
366
|
+
Widgets: any;
|
|
367
|
+
Variables: any;
|
|
368
|
+
Actions: any;
|
|
369
|
+
App: App;
|
|
370
|
+
injector: Injector;
|
|
371
|
+
pageName: string;
|
|
372
|
+
activePageName: string;
|
|
373
|
+
route: ActivatedRoute;
|
|
374
|
+
appManager: AppManagerService;
|
|
375
|
+
navigationService: AbstractNavigationService;
|
|
376
|
+
router: Router;
|
|
377
|
+
pageParams: any;
|
|
378
|
+
showPageContent: boolean;
|
|
379
|
+
i18nService: AbstractI18nService;
|
|
380
|
+
appLocale: any;
|
|
381
|
+
startupVariablesLoaded: boolean;
|
|
382
|
+
pageTransitionCompleted: boolean;
|
|
383
|
+
pageDirective: any;
|
|
384
|
+
$page: any;
|
|
385
|
+
scriptLoaderService: ScriptLoaderService;
|
|
386
|
+
Viewport: Viewport;
|
|
387
|
+
destroy$: Subject<unknown>;
|
|
388
|
+
viewInit$: Subject<unknown>;
|
|
389
|
+
formatsByLocale: {
|
|
390
|
+
timezone: string;
|
|
391
|
+
};
|
|
392
|
+
abstract evalUserScript(prefabContext: any, appContext: any, utils: any): any;
|
|
393
|
+
abstract getVariables(): any;
|
|
394
|
+
abstract getExpressions(): any;
|
|
395
|
+
init(): void;
|
|
396
|
+
registerWidgets(): void;
|
|
397
|
+
initUserScript(): void;
|
|
398
|
+
registerPageParams(): void;
|
|
399
|
+
registerDestroyListener(fn: Function): void;
|
|
400
|
+
defineI18nProps(): void;
|
|
401
|
+
initVariables(): void;
|
|
402
|
+
setTimezone(locale: any): void;
|
|
403
|
+
/**
|
|
404
|
+
* function to register bind expressions generated in this page instance
|
|
405
|
+
* getExpressions function is defined in the generated page.comp.ts file
|
|
406
|
+
* @param expressions, map of bind expression vs generated function
|
|
407
|
+
*/
|
|
408
|
+
registerExpressions(): void;
|
|
409
|
+
runPageTransition(transition?: string): Promise<void>;
|
|
410
|
+
invokeOnReady(): void;
|
|
411
|
+
private loadScripts;
|
|
412
|
+
private restoreLastPageSnapshot;
|
|
413
|
+
private savePageSnapShot;
|
|
414
|
+
private saveScrollPosition;
|
|
415
|
+
private restoreScrollPosition;
|
|
416
|
+
/**
|
|
417
|
+
* canDeactivate is called before a route change.
|
|
418
|
+
* This will internally call onBeforePageLeave method present
|
|
419
|
+
* at page level and app level in the application and decide
|
|
420
|
+
* whether to change route or not based on return value.
|
|
421
|
+
*/
|
|
422
|
+
canDeactivate(nextState?: string): any;
|
|
423
|
+
ngAfterViewInit(): void;
|
|
424
|
+
ngOnDestroy(): void;
|
|
425
|
+
captureApplicationThumbnail(): void;
|
|
426
|
+
onReady(): void;
|
|
427
|
+
onBeforePageReady(): void;
|
|
428
|
+
onBeforePageLeave(): void;
|
|
429
|
+
onPageContentReady(): void;
|
|
430
|
+
canReuse(): boolean;
|
|
431
|
+
mute(): void;
|
|
432
|
+
unmute(c?: this): void;
|
|
433
|
+
ngOnAttach(): void;
|
|
434
|
+
ngOnDetach(): void;
|
|
435
|
+
ngAfterContentInit(): void;
|
|
436
|
+
static clear(): void;
|
|
437
|
+
static ɵfac: i0.ɵɵFactoryDeclaration<BasePageComponent, never>;
|
|
438
|
+
static ɵdir: i0.ɵɵDirectiveDeclaration<BasePageComponent, never, never, {}, {}, never, never, true, never>;
|
|
439
|
+
}
|
|
440
|
+
|
|
441
|
+
declare const commonPartialWidgets: {};
|
|
442
|
+
declare abstract class BasePartialComponent extends FragmentMonitor implements AfterViewInit, OnDestroy {
|
|
443
|
+
Widgets: any;
|
|
444
|
+
Variables: any;
|
|
445
|
+
Actions: any;
|
|
446
|
+
App: App;
|
|
447
|
+
injector: Injector;
|
|
448
|
+
partialName: string;
|
|
449
|
+
activePageName: string;
|
|
450
|
+
route: ActivatedRoute;
|
|
451
|
+
appManager: AppManagerService;
|
|
452
|
+
navigationService: AbstractNavigationService;
|
|
453
|
+
router: Router;
|
|
454
|
+
pageParams: any;
|
|
455
|
+
containerWidget: any;
|
|
456
|
+
i18nService: AbstractI18nService;
|
|
457
|
+
appLocale: any;
|
|
458
|
+
partialDirective: any;
|
|
459
|
+
pageDirective: PageDirective | SpaPageDirective;
|
|
460
|
+
Prefab: PrefabDirective$1;
|
|
461
|
+
scriptLoaderService: ScriptLoaderService;
|
|
462
|
+
Viewport: Viewport;
|
|
463
|
+
compileContent: boolean;
|
|
464
|
+
spa: boolean;
|
|
465
|
+
destroy$: Subject<unknown>;
|
|
466
|
+
viewInit$: Subject<unknown>;
|
|
467
|
+
private viewParent;
|
|
468
|
+
abstract evalUserScript(prefabContext: any, appContext: any, utils: any): any;
|
|
469
|
+
abstract getVariables(): any;
|
|
470
|
+
abstract getExpressions(): any;
|
|
471
|
+
getContainerWidgetInjector(): any;
|
|
472
|
+
init(): void;
|
|
473
|
+
registerWidgets(): void;
|
|
474
|
+
registerDestroyListener(fn: Function): void;
|
|
475
|
+
initUserScript(): void;
|
|
476
|
+
initVariables(): void;
|
|
477
|
+
/**
|
|
478
|
+
* function to register bind expressions generated in this partial instance
|
|
479
|
+
* getExpressions function is defined in the generated page.comp.ts file
|
|
480
|
+
* @param expressions, map of bind expression vs generated function
|
|
481
|
+
*/
|
|
482
|
+
registerExpressions(): void;
|
|
483
|
+
registerPageParams(): void;
|
|
484
|
+
defineI18nProps(): void;
|
|
485
|
+
invokeOnReady(): void;
|
|
486
|
+
private loadScripts;
|
|
487
|
+
mute(): void;
|
|
488
|
+
unmute(): void;
|
|
489
|
+
ngAfterViewInit(): void;
|
|
490
|
+
ngOnDestroy(): void;
|
|
491
|
+
ngOnAttach(refreshData: any): void;
|
|
492
|
+
ngOnDetach(): void;
|
|
493
|
+
onReady(params?: any): void;
|
|
494
|
+
static ɵfac: i0.ɵɵFactoryDeclaration<BasePartialComponent, never>;
|
|
495
|
+
static ɵdir: i0.ɵɵDirectiveDeclaration<BasePartialComponent, never, never, {}, {}, never, never, true, never>;
|
|
496
|
+
}
|
|
497
|
+
|
|
498
|
+
declare abstract class BaseCustomWidgetComponent extends FragmentMonitor implements AfterViewInit, OnDestroy {
|
|
499
|
+
Widgets: any;
|
|
500
|
+
BaseWidget: any;
|
|
501
|
+
Variables: any;
|
|
502
|
+
Actions: any;
|
|
503
|
+
App: App;
|
|
504
|
+
injector: Injector;
|
|
505
|
+
customWidgetName: string;
|
|
506
|
+
activePageName: string;
|
|
507
|
+
route: ActivatedRoute;
|
|
508
|
+
appManager: AppManagerService;
|
|
509
|
+
navigationService: AbstractNavigationService;
|
|
510
|
+
router: Router;
|
|
511
|
+
props: any;
|
|
512
|
+
containerWidget: any;
|
|
513
|
+
i18nService: AbstractI18nService;
|
|
514
|
+
appLocale: any;
|
|
515
|
+
pageDirective: PageDirective | SpaPageDirective;
|
|
516
|
+
Prefab: PrefabDirective$1;
|
|
517
|
+
scriptLoaderService: ScriptLoaderService;
|
|
518
|
+
customwidgetConfigProvider: CustomwidgetConfigProvider;
|
|
519
|
+
Viewport: Viewport;
|
|
520
|
+
compileContent: boolean;
|
|
521
|
+
spa: boolean;
|
|
522
|
+
events: any;
|
|
523
|
+
destroy$: Subject<unknown>;
|
|
524
|
+
viewInit$: Subject<unknown>;
|
|
525
|
+
private viewParent;
|
|
526
|
+
abstract evalUserScript(prefabContext: any, appContext: any, utils: any): any;
|
|
527
|
+
abstract getVariables(): any;
|
|
528
|
+
getContainerWidgetInjector(): any;
|
|
529
|
+
init(): void;
|
|
530
|
+
registerWidgets(): void;
|
|
531
|
+
initializeComponentData(children: any): void;
|
|
532
|
+
registerBaseWidget(): void;
|
|
533
|
+
invokeEvent: (eventName: string) => void;
|
|
534
|
+
registerEvents(): void;
|
|
535
|
+
registerDestroyListener(fn: Function): void;
|
|
536
|
+
registerChangeListeners(): void;
|
|
537
|
+
get datavalue(): any;
|
|
538
|
+
set datavalue(value: any);
|
|
539
|
+
initUserScript(): void;
|
|
540
|
+
initVariables(): void;
|
|
541
|
+
/**
|
|
542
|
+
* function to register bind expressions generated in this partial instance
|
|
543
|
+
* getExpressions function is defined in the generated page.comp.ts file
|
|
544
|
+
* @param expressions, map of bind expression vs generated function
|
|
545
|
+
*/
|
|
546
|
+
registerExpressions(): void;
|
|
547
|
+
registerProps(): void;
|
|
548
|
+
defineI18nProps(): void;
|
|
549
|
+
invokeOnReady(): void;
|
|
550
|
+
private loadScripts;
|
|
551
|
+
registerPropsInContainerWidget(resolveFn: Function): void;
|
|
552
|
+
mute(): void;
|
|
553
|
+
unmute(): void;
|
|
554
|
+
ngAfterViewInit(): void;
|
|
555
|
+
ngOnDestroy(): void;
|
|
556
|
+
ngOnAttach(refreshData: any): void;
|
|
557
|
+
ngOnDetach(): void;
|
|
558
|
+
onPropertyChange(): void;
|
|
559
|
+
onReady(params?: any): void;
|
|
560
|
+
static ɵfac: i0.ɵɵFactoryDeclaration<BaseCustomWidgetComponent, never>;
|
|
561
|
+
static ɵdir: i0.ɵɵDirectiveDeclaration<BaseCustomWidgetComponent, never, never, {}, {}, never, never, true, never>;
|
|
562
|
+
}
|
|
563
|
+
|
|
564
|
+
declare abstract class BasePrefabComponent extends FragmentMonitor implements AfterViewChecked, OnDestroy {
|
|
565
|
+
Widgets: any;
|
|
566
|
+
Variables: any;
|
|
567
|
+
Actions: any;
|
|
568
|
+
App: App;
|
|
569
|
+
injector: Injector;
|
|
570
|
+
containerWidget: any;
|
|
571
|
+
prefabMngr: PrefabManagerService;
|
|
572
|
+
displayName: string;
|
|
573
|
+
prefabName: string;
|
|
574
|
+
i18nService: AbstractI18nService;
|
|
575
|
+
appLocale: any;
|
|
576
|
+
prefabContainerDirective?: PrefabContainerDirective;
|
|
577
|
+
scriptLoaderService: ScriptLoaderService;
|
|
578
|
+
compileContent: boolean;
|
|
579
|
+
pageDirective: PageDirective | SpaPageDirective;
|
|
580
|
+
Viewport: Viewport;
|
|
581
|
+
spa: boolean;
|
|
582
|
+
private scriptsLoaded;
|
|
583
|
+
destroy$: Subject<unknown>;
|
|
584
|
+
viewInit$: Subject<unknown>;
|
|
585
|
+
private viewParent;
|
|
586
|
+
abstract evalUserScript(prefabContext: any, appContext: any, utils: any): any;
|
|
587
|
+
abstract getVariables(): any;
|
|
588
|
+
abstract getExpressions(): any;
|
|
589
|
+
getContainerWidgetInjector(): any;
|
|
590
|
+
init(): void;
|
|
591
|
+
registerWidgets(): void;
|
|
592
|
+
initUserScript(): void;
|
|
593
|
+
registerChangeListeners(): void;
|
|
594
|
+
registerDestroyListener(fn: Function): void;
|
|
595
|
+
defineI18nProps(): void;
|
|
596
|
+
registerProps(): void;
|
|
597
|
+
initVariables(): void;
|
|
598
|
+
/**
|
|
599
|
+
* function to register bind expressions generated in this page instance
|
|
600
|
+
* getExpressions function is defined in the generated page.comp.ts file
|
|
601
|
+
* @param expressions, map of bind expression vs generated function
|
|
602
|
+
*/
|
|
603
|
+
registerExpressions(): void;
|
|
604
|
+
invokeOnReady(): void;
|
|
605
|
+
private loadScripts;
|
|
606
|
+
mute(): void;
|
|
607
|
+
unmute(): void;
|
|
608
|
+
ngOnAttach(refreshData: any): void;
|
|
609
|
+
ngOnDetach(): void;
|
|
610
|
+
ngAfterViewChecked(): void;
|
|
611
|
+
ngOnDestroy(): void;
|
|
612
|
+
onPropertyChange(): void;
|
|
613
|
+
onReady(): void;
|
|
614
|
+
static ɵfac: i0.ɵɵFactoryDeclaration<BasePrefabComponent, never>;
|
|
615
|
+
static ɵdir: i0.ɵɵDirectiveDeclaration<BasePrefabComponent, never, never, {}, {}, never, never, true, never>;
|
|
616
|
+
}
|
|
617
|
+
|
|
618
|
+
declare abstract class BaseLayoutComponent implements AfterViewInit, OnDestroy {
|
|
619
|
+
injector: Injector;
|
|
620
|
+
App: App;
|
|
621
|
+
layoutName: string;
|
|
622
|
+
layoutPages: string[];
|
|
623
|
+
routerOutlet: RouterOutlet;
|
|
624
|
+
pageDirective: PageDirective;
|
|
625
|
+
abstract getExpressions(): any;
|
|
626
|
+
/**
|
|
627
|
+
* function to register bind expressions generated in this page instance
|
|
628
|
+
* getExpressions function is defined in the generated page.comp.ts file
|
|
629
|
+
* @param expressions, map of bind expression vs generated function
|
|
630
|
+
*/
|
|
631
|
+
registerExpressions(): void;
|
|
632
|
+
private overrideRouterOutlet;
|
|
633
|
+
ngAfterViewInit(): void;
|
|
634
|
+
init(): void;
|
|
635
|
+
ngOnDestroy(): void;
|
|
636
|
+
canReuse(): void;
|
|
637
|
+
ngOnAttach(): void;
|
|
638
|
+
ngOnDetach(): void;
|
|
639
|
+
onActivate(pageComponent: any): void;
|
|
640
|
+
static ɵfac: i0.ɵɵFactoryDeclaration<BaseLayoutComponent, never>;
|
|
641
|
+
static ɵdir: i0.ɵɵDirectiveDeclaration<BaseLayoutComponent, never, never, {}, {}, never, never, true, never>;
|
|
642
|
+
}
|
|
643
|
+
|
|
644
|
+
/**
|
|
645
|
+
* @license
|
|
646
|
+
* Copyright Google LLC All Rights Reserved.
|
|
647
|
+
*
|
|
648
|
+
* Use of this source code is governed by an MIT-style license that can be
|
|
649
|
+
* found in the LICENSE file at https://angular.io/license
|
|
650
|
+
*/
|
|
651
|
+
|
|
652
|
+
declare const NAMESPACE_URIS: {
|
|
653
|
+
[ns: string]: string;
|
|
654
|
+
};
|
|
655
|
+
declare const COMPONENT_VARIABLE = "%COMP%";
|
|
656
|
+
declare const HOST_ATTR = "_nghost-%COMP%";
|
|
657
|
+
declare const CONTENT_ATTR = "_ngcontent-%COMP%";
|
|
658
|
+
declare function shimContentAttribute(componentShortId: string): string;
|
|
659
|
+
declare function shimHostAttribute(componentShortId: string): string;
|
|
660
|
+
declare function flattenStyles(compId: string, styles: Array<any | any[]>, target: string[]): string[];
|
|
661
|
+
declare class WMDomRendererFactory2 implements RendererFactory2 {
|
|
662
|
+
private eventManager;
|
|
663
|
+
private sharedStylesHost;
|
|
664
|
+
private appId;
|
|
665
|
+
private readonly doc;
|
|
666
|
+
private rendererByCompId;
|
|
667
|
+
private defaultRenderer;
|
|
668
|
+
constructor(eventManager: EventManager, sharedStylesHost: _SharedStylesHost, appId: string, doc: Document);
|
|
669
|
+
createRenderer(element: any, type: RendererType2 | null): Renderer2;
|
|
670
|
+
begin(): void;
|
|
671
|
+
end(): void;
|
|
672
|
+
static ɵfac: i0.ɵɵFactoryDeclaration<WMDomRendererFactory2, never>;
|
|
673
|
+
static ɵprov: i0.ɵɵInjectableDeclaration<WMDomRendererFactory2>;
|
|
674
|
+
}
|
|
675
|
+
|
|
676
|
+
declare class SharedStylesHost {
|
|
677
|
+
/** @internal */
|
|
678
|
+
protected _stylesSet: Set<string>;
|
|
679
|
+
addStyles(styles: string[]): void;
|
|
680
|
+
onStylesAdded(additions: Set<string>): void;
|
|
681
|
+
getAllStyles(): string[];
|
|
682
|
+
static ɵfac: i0.ɵɵFactoryDeclaration<SharedStylesHost, never>;
|
|
683
|
+
static ɵprov: i0.ɵɵInjectableDeclaration<SharedStylesHost>;
|
|
684
|
+
}
|
|
685
|
+
declare class WMDomSharedStylesHost extends SharedStylesHost implements OnDestroy {
|
|
686
|
+
private _doc;
|
|
687
|
+
private _hostNodes;
|
|
688
|
+
constructor(_doc: any);
|
|
689
|
+
private _addStylesToHost;
|
|
690
|
+
addHost(hostNode: Node): void;
|
|
691
|
+
removeHost(hostNode: Node): void;
|
|
692
|
+
onStylesAdded(additions: Set<string>): void;
|
|
693
|
+
ngOnDestroy(): void;
|
|
694
|
+
static ɵfac: i0.ɵɵFactoryDeclaration<WMDomSharedStylesHost, never>;
|
|
695
|
+
static ɵprov: i0.ɵɵInjectableDeclaration<WMDomSharedStylesHost>;
|
|
696
|
+
}
|
|
697
|
+
|
|
698
|
+
declare abstract class BaseSpaPageComponent extends FragmentMonitor implements AfterViewInit, OnDestroy, AfterContentInit {
|
|
699
|
+
static lastPageSnapShot: any;
|
|
700
|
+
Widgets: any;
|
|
701
|
+
Variables: any;
|
|
702
|
+
Actions: any;
|
|
703
|
+
App: App;
|
|
704
|
+
injector: Injector;
|
|
705
|
+
pageName: string;
|
|
706
|
+
activePageName: string;
|
|
707
|
+
route: ActivatedRoute;
|
|
708
|
+
appManager: AppManagerService;
|
|
709
|
+
navigationService: AbstractNavigationService;
|
|
710
|
+
router: Router;
|
|
711
|
+
pageParams: any;
|
|
712
|
+
showPageContent: boolean;
|
|
713
|
+
i18nService: AbstractI18nService;
|
|
714
|
+
appLocale: any;
|
|
715
|
+
startupVariablesLoaded: boolean;
|
|
716
|
+
pageTransitionCompleted: boolean;
|
|
717
|
+
layoutDirective: LayoutDirective;
|
|
718
|
+
spaPageDirective: any;
|
|
719
|
+
$page: any;
|
|
720
|
+
scriptLoaderService: ScriptLoaderService;
|
|
721
|
+
Viewport: Viewport;
|
|
722
|
+
destroy$: Subject<unknown>;
|
|
723
|
+
viewInit$: Subject<unknown>;
|
|
724
|
+
formatsByLocale: {
|
|
725
|
+
timezone: string;
|
|
726
|
+
};
|
|
727
|
+
abstract evalUserScript(prefabContext: any, appContext: any, utils: any): any;
|
|
728
|
+
abstract getVariables(): any;
|
|
729
|
+
abstract getExpressions(): any;
|
|
730
|
+
init(): void;
|
|
731
|
+
registerWidgets(): void;
|
|
732
|
+
initUserScript(): void;
|
|
733
|
+
registerPageParams(): void;
|
|
734
|
+
registerDestroyListener(fn: Function): void;
|
|
735
|
+
defineI18nProps(): void;
|
|
736
|
+
initVariables(): void;
|
|
737
|
+
setTimezone(locale: any): void;
|
|
738
|
+
/**
|
|
739
|
+
* function to register bind expressions generated in this page instance
|
|
740
|
+
* getExpressions function is defined in the generated page.comp.ts file
|
|
741
|
+
* @param expressions, map of bind expression vs generated function
|
|
742
|
+
*/
|
|
743
|
+
registerExpressions(): void;
|
|
744
|
+
runPageTransition(transition?: string): Promise<void>;
|
|
745
|
+
invokeOnReady(): void;
|
|
746
|
+
private loadScripts;
|
|
747
|
+
private restoreLastPageSnapshot;
|
|
748
|
+
private savePageSnapShot;
|
|
749
|
+
private saveScrollPosition;
|
|
750
|
+
private restoreScrollPosition;
|
|
751
|
+
/**
|
|
752
|
+
* canDeactivate is called before a route change.
|
|
753
|
+
* This will internally call onBeforePageLeave method present
|
|
754
|
+
* at page level and app level in the application and decide
|
|
755
|
+
* whether to change route or not based on return value.
|
|
756
|
+
*/
|
|
757
|
+
canDeactivate(nextState?: string): any;
|
|
758
|
+
ngAfterViewInit(): void;
|
|
759
|
+
ngOnDestroy(): void;
|
|
760
|
+
onReady(): void;
|
|
761
|
+
onBeforePageReady(): void;
|
|
762
|
+
onBeforePageLeave(): void;
|
|
763
|
+
onPageContentReady(): void;
|
|
764
|
+
canReuse(): boolean;
|
|
765
|
+
mute(): void;
|
|
766
|
+
unmute(c?: this): void;
|
|
767
|
+
ngOnAttach(): void;
|
|
768
|
+
ngOnDetach(): void;
|
|
769
|
+
ngAfterContentInit(): void;
|
|
770
|
+
static clear(): void;
|
|
771
|
+
static ɵfac: i0.ɵɵFactoryDeclaration<BaseSpaPageComponent, never>;
|
|
772
|
+
static ɵdir: i0.ɵɵDirectiveDeclaration<BaseSpaPageComponent, never, never, {}, {}, never, never, true, never>;
|
|
773
|
+
}
|
|
774
|
+
|
|
775
|
+
declare class AccessrolesDirective implements OnDestroy {
|
|
776
|
+
private templateRef;
|
|
777
|
+
private viewContainerRef;
|
|
778
|
+
private securityService;
|
|
779
|
+
private inj;
|
|
780
|
+
private processed;
|
|
781
|
+
private readonly isUserAuthenticated;
|
|
782
|
+
private readonly userRoles;
|
|
783
|
+
private context;
|
|
784
|
+
private securityEnabled;
|
|
785
|
+
constructor(templateRef: TemplateRef<any>, viewContainerRef: ViewContainerRef, securityService: SecurityService, inj: Injector, explicitContext: any);
|
|
786
|
+
/**
|
|
787
|
+
* Returns array of roles from comma separated string of roles
|
|
788
|
+
* Handles encoded commas
|
|
789
|
+
* @param val
|
|
790
|
+
* @returns {any}
|
|
791
|
+
*/
|
|
792
|
+
private getWidgetRolesArrayFromStr;
|
|
793
|
+
/**
|
|
794
|
+
* Returns true if roles in first arrays is
|
|
795
|
+
* @param widgetRoles
|
|
796
|
+
* @param userRoles
|
|
797
|
+
* @returns {any}
|
|
798
|
+
*/
|
|
799
|
+
private matchRoles;
|
|
800
|
+
/**
|
|
801
|
+
* Decides whether the current logged in user has access to widget or not
|
|
802
|
+
* @param widgetRoles
|
|
803
|
+
* @param userRoles
|
|
804
|
+
* @returns {any}
|
|
805
|
+
*/
|
|
806
|
+
private hasAccessToWidget;
|
|
807
|
+
set accessroles(roles: any);
|
|
808
|
+
ngOnDestroy(): void;
|
|
809
|
+
static ɵfac: i0.ɵɵFactoryDeclaration<AccessrolesDirective, [null, null, null, null, { optional: true; }]>;
|
|
810
|
+
static ɵdir: i0.ɵɵDirectiveDeclaration<AccessrolesDirective, "[accessroles]", never, { "accessroles": { "alias": "accessroles"; "required": false; }; }, {}, never, never, true, never>;
|
|
811
|
+
}
|
|
812
|
+
|
|
813
|
+
declare class AppSpinnerComponent {
|
|
814
|
+
show: boolean;
|
|
815
|
+
spinnermessages: Array<string>;
|
|
816
|
+
classname: string;
|
|
817
|
+
arialabel: string;
|
|
818
|
+
constructor();
|
|
819
|
+
static ɵfac: i0.ɵɵFactoryDeclaration<AppSpinnerComponent, never>;
|
|
820
|
+
static ɵcmp: i0.ɵɵComponentDeclaration<AppSpinnerComponent, "app-spinner", never, { "show": { "alias": "show"; "required": false; }; "spinnermessages": { "alias": "spinnermessages"; "required": false; }; "classname": { "alias": "classname"; "required": false; }; "arialabel": { "alias": "arialabel"; "required": false; }; }, {}, never, never, true, never>;
|
|
821
|
+
}
|
|
822
|
+
|
|
823
|
+
declare class CustomToasterComponent extends Toast implements AfterViewInit, OnDestroy {
|
|
824
|
+
protected toastrService: ToastrService;
|
|
825
|
+
toastPackage: ToastPackage;
|
|
826
|
+
customToastRef: ViewContainerRef;
|
|
827
|
+
customToastTmpl: TemplateRef<any>;
|
|
828
|
+
pagename: any;
|
|
829
|
+
watchers: any;
|
|
830
|
+
params: any;
|
|
831
|
+
constructor(toastrService: ToastrService, toastPackage: ToastPackage);
|
|
832
|
+
generateParams(): void;
|
|
833
|
+
generateDynamicComponent(): Promise<void>;
|
|
834
|
+
ngAfterViewInit(): void;
|
|
835
|
+
ngOnDestroy(): void;
|
|
836
|
+
static ɵfac: i0.ɵɵFactoryDeclaration<CustomToasterComponent, never>;
|
|
837
|
+
static ɵcmp: i0.ɵɵComponentDeclaration<CustomToasterComponent, "[custom-toaster-component]", never, {}, {}, never, never, true, never>;
|
|
838
|
+
}
|
|
839
|
+
|
|
840
|
+
declare class PipeProvider {
|
|
841
|
+
private compiler;
|
|
842
|
+
private injector;
|
|
843
|
+
private domSanitizer;
|
|
844
|
+
private i18service;
|
|
845
|
+
_pipeMeta: any;
|
|
846
|
+
_locale: string;
|
|
847
|
+
formatsByLocale: any;
|
|
848
|
+
preparePipeMeta: (reference: Pipe, name: string, pure: boolean, diDeps?: any[]) => {
|
|
849
|
+
type: {
|
|
850
|
+
reference: Pipe;
|
|
851
|
+
diDeps: any[];
|
|
852
|
+
};
|
|
853
|
+
name: string;
|
|
854
|
+
pure: boolean;
|
|
855
|
+
};
|
|
856
|
+
_pipeData: any[];
|
|
857
|
+
setPipeData(): void;
|
|
858
|
+
unknownPipe(name: any): void;
|
|
859
|
+
constructor(compiler: Compiler, injector: Injector, domSanitizer: DomSanitizer, i18service: AbstractI18nService);
|
|
860
|
+
meta(name: any): any;
|
|
861
|
+
getPipeNameVsIsPureMap(): Map<any, any>;
|
|
862
|
+
resolveDep(dep: any): unknown;
|
|
863
|
+
getInstance(name: any): any;
|
|
864
|
+
static ɵfac: i0.ɵɵFactoryDeclaration<PipeProvider, never>;
|
|
865
|
+
static ɵprov: i0.ɵɵInjectableDeclaration<PipeProvider>;
|
|
866
|
+
}
|
|
867
|
+
|
|
868
|
+
interface SPINNER {
|
|
869
|
+
show: boolean;
|
|
870
|
+
messages: Array<string>;
|
|
871
|
+
arialabel: string;
|
|
872
|
+
}
|
|
873
|
+
declare class AppComponent implements DoCheck, AfterViewInit, OnDestroy {
|
|
874
|
+
private elRef;
|
|
875
|
+
private oAuthService;
|
|
876
|
+
private dialogService;
|
|
877
|
+
private spinnerService;
|
|
878
|
+
private router;
|
|
879
|
+
app: App;
|
|
880
|
+
private appManager;
|
|
881
|
+
private customIconsLoaderService;
|
|
882
|
+
startApp: boolean;
|
|
883
|
+
isApplicationType: boolean;
|
|
884
|
+
enableSkipToMainContent: boolean;
|
|
885
|
+
private retryCount;
|
|
886
|
+
private navigationEndSubscription;
|
|
887
|
+
appLocale: any;
|
|
888
|
+
routerOutlet: RouterOutlet;
|
|
889
|
+
dynamicComponentContainerRef: ViewContainerRef;
|
|
890
|
+
spinner: SPINNER;
|
|
891
|
+
constructor(_pipeProvider: PipeProvider, _appRef: ApplicationRef, elRef: ElementRef, oAuthService: OAuthService, dialogService: AbstractDialogService, spinnerService: AbstractSpinnerService, ngZone: NgZone, router: Router, app: App, appManager: AppManagerService, customIconsLoaderService: CustomIconsLoaderService);
|
|
892
|
+
providersConfig: any;
|
|
893
|
+
isOAuthDialogOpen: boolean;
|
|
894
|
+
showOAuthDialog(): void;
|
|
895
|
+
closeOAuthDialog(): void;
|
|
896
|
+
private start;
|
|
897
|
+
private overrideRouterOutlet;
|
|
898
|
+
skipToAppContent(event: Event): void;
|
|
899
|
+
private tryFocusContent;
|
|
900
|
+
ngAfterViewInit(): void;
|
|
901
|
+
ngDoCheck(): void;
|
|
902
|
+
ngOnDestroy(): void;
|
|
903
|
+
static ɵfac: i0.ɵɵFactoryDeclaration<AppComponent, never>;
|
|
904
|
+
static ɵcmp: i0.ɵɵComponentDeclaration<AppComponent, "app-root", never, {}, {}, never, never, true, never>;
|
|
905
|
+
}
|
|
906
|
+
|
|
907
|
+
declare class PrefabDirective implements OnDestroy {
|
|
908
|
+
componentInstance: any;
|
|
909
|
+
vcRef: ViewContainerRef;
|
|
910
|
+
elRef: ElementRef;
|
|
911
|
+
private prefabMngr;
|
|
912
|
+
private injector;
|
|
913
|
+
private envInjector;
|
|
914
|
+
private componentRefProvider;
|
|
915
|
+
constructor(componentInstance: any, vcRef: ViewContainerRef, elRef: ElementRef, prefabMngr: PrefabManagerService, injector: Injector, envInjector: EnvironmentInjector, componentRefProvider: ComponentRefProvider);
|
|
916
|
+
ngOnDestroy(): void;
|
|
917
|
+
static ɵfac: i0.ɵɵFactoryDeclaration<PrefabDirective, [{ self: true; }, null, null, null, null, null, null]>;
|
|
918
|
+
static ɵdir: i0.ɵɵDirectiveDeclaration<PrefabDirective, "[wmPrefab][prefabname]", never, {}, {}, never, never, true, never>;
|
|
919
|
+
}
|
|
920
|
+
|
|
921
|
+
declare class PrefabPreviewComponent implements AfterViewInit, OnDestroy {
|
|
922
|
+
private prefabManager;
|
|
923
|
+
private config;
|
|
924
|
+
private previewMode;
|
|
925
|
+
prefabInstance: any;
|
|
926
|
+
private windowMessageListener;
|
|
927
|
+
private readyStateSubscription;
|
|
928
|
+
constructor(prefabManager: PrefabManagerService);
|
|
929
|
+
postMessage(action: any, payload?: any): void;
|
|
930
|
+
setupEventListeners(): void;
|
|
931
|
+
init(): void;
|
|
932
|
+
setProperty(payload: any): void;
|
|
933
|
+
isOutBoundProp(info: any): boolean;
|
|
934
|
+
getOutboundProps(): void;
|
|
935
|
+
invokeScript(payload: any): void;
|
|
936
|
+
ngAfterViewInit(): void;
|
|
937
|
+
ngOnDestroy(): void;
|
|
938
|
+
static ɵfac: i0.ɵɵFactoryDeclaration<PrefabPreviewComponent, never>;
|
|
939
|
+
static ɵcmp: i0.ɵɵComponentDeclaration<PrefabPreviewComponent, "wm-prefab-preview", never, {}, {}, never, never, true, never>;
|
|
940
|
+
}
|
|
941
|
+
|
|
942
|
+
declare class EmptyPageComponent implements OnInit {
|
|
943
|
+
private route;
|
|
944
|
+
private securityService;
|
|
945
|
+
private router;
|
|
946
|
+
private app;
|
|
947
|
+
private appManger;
|
|
948
|
+
constructor(route: ActivatedRoute, securityService: SecurityService, router: Router, app: App, appManger: AppManagerService);
|
|
949
|
+
private parseSearchParams;
|
|
950
|
+
ngOnInit(): void;
|
|
951
|
+
static ɵfac: i0.ɵɵFactoryDeclaration<EmptyPageComponent, never>;
|
|
952
|
+
static ɵcmp: i0.ɵɵComponentDeclaration<EmptyPageComponent, "app-empty-page", never, {}, {}, never, never, true, never>;
|
|
953
|
+
}
|
|
954
|
+
|
|
955
|
+
declare function InitializeApp(I18nService: any, AppJSResolve: any): () => Promise<any>;
|
|
956
|
+
declare function setAngularLocale(I18nService: any): any;
|
|
957
|
+
declare const REQUIRED_MODULES_FOR_DYNAMIC_COMPONENTS: (typeof ConfirmDialogComponent | typeof DialogComponent | typeof DialogBodyDirective | typeof DialogFooterDirective | typeof DialogHeaderComponent | typeof ContainerDirective | typeof ItemTemplateDirective | typeof LazyLoadDirective | typeof PartialDirective | typeof PartialParamHandlerDirective | typeof PartialParamDirective | typeof PartialContainerDirective | typeof CustomWidgetContainerDirective | typeof RedrawableDirective | typeof ShowInDeviceDirective | typeof TextContentDirective | typeof ToDatePipe | typeof FilterPipe | typeof FileSizePipe | typeof ToNumberPipe | typeof ToCurrencyPipe | typeof TrailingZeroDecimalPipe | typeof TrustAsPipe | typeof ImagePipe | typeof CustomPipe | typeof SanitizePipe | typeof NgCircleProgressModule | typeof AnchorComponent | typeof HtmlDirective | typeof IframeComponent | typeof PictureDirective | typeof SpinnerComponent | typeof VideoComponent | typeof ProgressBarComponent | typeof RichTextEditorComponent | typeof SearchComponent | typeof ScrollableDirective | typeof TreeComponent | typeof CalendarComponent | typeof ChipsComponent | typeof CurrencyComponent | typeof DateComponent | typeof DatetimeComponent | typeof TimeComponent | typeof DateTimePickerComponent | typeof TimePickerComponent | typeof PickerComponent | typeof PickerGroupComponent | typeof FileUploadComponent | typeof CaptionPositionDirective | typeof CheckboxComponent | typeof NumberComponent | typeof SliderComponent | typeof CardComponent | typeof FormComponent | typeof FormWidgetDirective | typeof FormActionDirective | typeof FormFieldDirective | typeof LiveActionsDirective | typeof DependsonDirective | typeof LiveFilterDirective | typeof LiveFormDirective | typeof ListComponent | typeof ListItemDirective | typeof LiveTableComponent | typeof PaginationComponent | typeof TableComponent | typeof TableCUDDirective | typeof TableFilterSortDirective | typeof TableActionDirective | typeof TableColumnDirective | typeof TableColumnGroupDirective | typeof TableRowDirective | typeof TableRowActionDirective | typeof ChartComponent | typeof AccordionPaneComponent | typeof AccordionDirective | typeof LayoutGridColumnDirective | typeof TabPaneComponent | typeof TabsComponent | typeof WizardStepComponent | typeof WizardComponent | typeof AlertDialogComponent | typeof IframeDialogComponent | typeof LoginDialogDirective | typeof PartialDialogComponent | typeof BreadcrumbComponent | typeof MenuComponent | typeof MenuDropdownComponent | typeof MenuDropdownItemComponent | typeof NavigationControlDirective | typeof NavComponent | typeof PopoverComponent | typeof CarouselDirective | typeof CustomWidgetContainerDirective$1 | typeof PageDirective | typeof ContentComponent | typeof PageContentComponent | typeof SpaPageDirective | typeof RouterOutletDirective | typeof LeftPanelDirective | typeof RightPanelDirective | typeof PrefabDirective$1 | typeof PrefabContainerDirective)[];
|
|
958
|
+
declare class RuntimeBaseModule {
|
|
959
|
+
static addCustomEventPolyfill(): boolean;
|
|
960
|
+
static forRoot(): ModuleWithProviders<RuntimeBaseModule>;
|
|
961
|
+
constructor(app: App, viewport: Viewport);
|
|
962
|
+
private getDeviceDetails;
|
|
963
|
+
static ɵfac: i0.ɵɵFactoryDeclaration<RuntimeBaseModule, never>;
|
|
964
|
+
static ɵmod: i0.ɵɵNgModuleDeclaration<RuntimeBaseModule, never, [typeof i1.CommonModule, typeof i2.RouterModule, typeof i3.HttpClientModule, typeof i4.FormsModule, typeof i4.ReactiveFormsModule, typeof AccessrolesDirective, typeof AppSpinnerComponent, typeof CustomToasterComponent, typeof AppComponent, typeof PrefabDirective, typeof PrefabPreviewComponent, typeof EmptyPageComponent, typeof i12.ToastrModule, typeof i13.ConfirmDialogComponent, typeof i14.DialogComponent, typeof i15.DialogBodyDirective, typeof i15.DialogFooterDirective, typeof i15.DialogHeaderComponent, typeof i16.ContainerDirective, typeof i16.ItemTemplateDirective, typeof i16.RepeatTemplateDirective, typeof i16.LazyLoadDirective, typeof i16.MessageComponent, typeof i16.PartialDirective, typeof i16.PartialParamHandlerDirective, typeof i16.PartialParamDirective, typeof i16.PartialContainerDirective, typeof i16.CustomWidgetContainerDirective, typeof i16.RedrawableDirective, typeof i16.ShowInDeviceDirective, typeof i16.TextContentDirective, typeof i16.ToDatePipe, typeof i16.FileIconClassPipe, typeof i16.FileExtensionFromMimePipe, typeof i16.FilterPipe, typeof i16.FileSizePipe, typeof i16.ToNumberPipe, typeof i16.ToCurrencyPipe, typeof i16.PrefixPipe, typeof i16.SuffixPipe, typeof i16.TimeFromNowPipe, typeof i16.NumberToStringPipe, typeof i16.StateClassPipe, typeof i16.StringToNumberPipe, typeof i16.TrailingZeroDecimalPipe, typeof i16.TrustAsPipe, typeof i16.ImagePipe, typeof i16.CustomPipe, typeof i16.SanitizePipe, typeof i17.BsDatepickerModule, typeof i18.TimepickerModule, typeof i19.BsDropdownModule, typeof i20.PaginationModule, typeof i21.TypeaheadModule, typeof i22.ProgressbarModule, typeof i23.CarouselModule, typeof i24.PopoverModule, typeof i25.NgCircleProgressModule, typeof i26.TooltipModule, typeof i27.AnchorComponent, typeof i28.AudioComponent, typeof i29.HtmlDirective, typeof i30.IconComponent, typeof i31.IframeComponent, typeof i32.LabelDirective, typeof i33.PictureDirective, typeof i34.SpinnerComponent, typeof i35.VideoComponent, typeof i36.ProgressBarComponent, typeof i37.ProgressCircleComponent, typeof i38.RichTextEditorComponent, typeof i39.SearchComponent, typeof i39.ScrollableDirective, typeof i40.TreeComponent, typeof i41.CalendarComponent, typeof i42.ChipsComponent, typeof i43.ColorPickerComponent, typeof i44.CurrencyComponent, typeof i45.DateComponent, typeof i46.DatetimeComponent, typeof i47.TimeComponent, typeof i48.DateTimePickerComponent, typeof i48.TimePickerComponent, typeof i49.PickerComponent, typeof i49.PickerGroupComponent, typeof i50.FileUploadComponent, typeof i51.ButtonComponent, typeof i52.ButtonGroupDirective, typeof i53.CaptionPositionDirective, typeof i54.CheckboxComponent, typeof i55.CheckboxsetComponent, typeof i56.CompositeDirective, typeof i57.NumberComponent, typeof i58.RadiosetComponent, typeof i59.SelectComponent, typeof i60.SwitchComponent, typeof i61.InputCalendarComponent, typeof i61.InputColorComponent, typeof i61.InputEmailComponent, typeof i61.InputNumberComponent, typeof i61.InputTextComponent, typeof i62.TextareaComponent, typeof i63.RatingComponent, typeof i64.SliderComponent, typeof i65.CardComponent, typeof i65.CardActionsDirective, typeof i65.CardContentComponent, typeof i65.CardFooterDirective, typeof i66.FormComponent, typeof i66.FormWidgetDirective, typeof i66.FormActionDirective, typeof i66.FormFieldDirective, typeof i66.LiveActionsDirective, typeof i66.DependsonDirective, typeof i66.LiveFilterDirective, typeof i66.LiveFormDirective, typeof i67.ListComponent, typeof i67.ListItemDirective, typeof i68.LiveTableComponent, typeof i69.PaginationComponent, typeof i70.TableComponent, typeof i70.TableCUDDirective, typeof i70.TableFilterSortDirective, typeof i70.TableActionDirective, typeof i70.TableColumnDirective, typeof i70.TableColumnGroupDirective, typeof i70.TableRowDirective, typeof i70.TableRowActionDirective, typeof i71.ChartComponent, typeof i72.AccordionPaneComponent, typeof i72.AccordionDirective, typeof i73.LinearLayoutDirective, typeof i73.LinearLayoutItemDirective, typeof i74.LayoutgridDirective, typeof i74.LayoutGridRowDirective, typeof i74.LayoutGridColumnDirective, typeof i75.PanelComponent, typeof i76.TabPaneComponent, typeof i76.TabsComponent, typeof i77.TileDirective, typeof i78.WizardActionDirective, typeof i78.WizardStepComponent, typeof i78.WizardComponent, typeof i79.AlertDialogComponent, typeof i80.IframeDialogComponent, typeof i81.LoginDialogDirective, typeof i82.PartialDialogComponent, typeof i83.BreadcrumbComponent, typeof i84.MenuComponent, typeof i84.MenuDropdownComponent, typeof i84.MenuDropdownItemComponent, typeof i84.NavigationControlDirective, typeof i84.NavComponent, typeof i84.NavItemDirective, typeof i85.NavbarComponent, typeof i86.PopoverComponent, typeof i87.CarouselDirective, typeof i87.CarouselTemplateDirective, typeof i88.LoginComponent, typeof i89.MarqueeDirective, typeof i90.CustomWidgetDirective, typeof i90.CustomWidgetContainerDirective, typeof i91.PageDirective, typeof i91.LayoutDirective, typeof i91.ContentComponent, typeof i91.PageContentComponent, typeof i91.SpaPageDirective, typeof i91.RouterOutletDirective, typeof i92.FooterDirective, typeof i93.HeaderComponent, typeof i94.LeftPanelDirective, typeof i95.RightPanelDirective, typeof i96.TopNavDirective, typeof i97.PrefabDirective, typeof i97.PrefabContainerDirective], [typeof i4.FormsModule, typeof i4.ReactiveFormsModule, typeof PrefabDirective, typeof AccessrolesDirective, typeof i1.CommonModule, typeof i2.RouterModule, typeof i3.HttpClientModule, typeof i12.ToastrModule, typeof i13.ConfirmDialogComponent, typeof i14.DialogComponent, typeof i15.DialogBodyDirective, typeof i15.DialogFooterDirective, typeof i15.DialogHeaderComponent, typeof i16.ContainerDirective, typeof i16.ItemTemplateDirective, typeof i16.RepeatTemplateDirective, typeof i16.LazyLoadDirective, typeof i16.MessageComponent, typeof i16.PartialDirective, typeof i16.PartialParamHandlerDirective, typeof i16.PartialParamDirective, typeof i16.PartialContainerDirective, typeof i16.CustomWidgetContainerDirective, typeof i16.RedrawableDirective, typeof i16.ShowInDeviceDirective, typeof i16.TextContentDirective, typeof i16.ToDatePipe, typeof i16.FileIconClassPipe, typeof i16.FileExtensionFromMimePipe, typeof i16.FilterPipe, typeof i16.FileSizePipe, typeof i16.ToNumberPipe, typeof i16.ToCurrencyPipe, typeof i16.PrefixPipe, typeof i16.SuffixPipe, typeof i16.TimeFromNowPipe, typeof i16.NumberToStringPipe, typeof i16.StateClassPipe, typeof i16.StringToNumberPipe, typeof i16.TrailingZeroDecimalPipe, typeof i16.TrustAsPipe, typeof i16.ImagePipe, typeof i16.CustomPipe, typeof i16.SanitizePipe, typeof i17.BsDatepickerModule, typeof i18.TimepickerModule, typeof i19.BsDropdownModule, typeof i20.PaginationModule, typeof i21.TypeaheadModule, typeof i22.ProgressbarModule, typeof i23.CarouselModule, typeof i24.PopoverModule, typeof i25.NgCircleProgressModule, typeof i26.TooltipModule, typeof i27.AnchorComponent, typeof i28.AudioComponent, typeof i29.HtmlDirective, typeof i30.IconComponent, typeof i31.IframeComponent, typeof i32.LabelDirective, typeof i33.PictureDirective, typeof i34.SpinnerComponent, typeof i35.VideoComponent, typeof i36.ProgressBarComponent, typeof i37.ProgressCircleComponent, typeof i38.RichTextEditorComponent, typeof i39.SearchComponent, typeof i39.ScrollableDirective, typeof i40.TreeComponent, typeof i41.CalendarComponent, typeof i42.ChipsComponent, typeof i43.ColorPickerComponent, typeof i44.CurrencyComponent, typeof i45.DateComponent, typeof i46.DatetimeComponent, typeof i47.TimeComponent, typeof i48.DateTimePickerComponent, typeof i48.TimePickerComponent, typeof i49.PickerComponent, typeof i49.PickerGroupComponent, typeof i50.FileUploadComponent, typeof i51.ButtonComponent, typeof i52.ButtonGroupDirective, typeof i53.CaptionPositionDirective, typeof i54.CheckboxComponent, typeof i55.CheckboxsetComponent, typeof i56.CompositeDirective, typeof i57.NumberComponent, typeof i58.RadiosetComponent, typeof i59.SelectComponent, typeof i60.SwitchComponent, typeof i61.InputCalendarComponent, typeof i61.InputColorComponent, typeof i61.InputEmailComponent, typeof i61.InputNumberComponent, typeof i61.InputTextComponent, typeof i62.TextareaComponent, typeof i63.RatingComponent, typeof i64.SliderComponent, typeof i65.CardComponent, typeof i65.CardActionsDirective, typeof i65.CardContentComponent, typeof i65.CardFooterDirective, typeof i66.FormComponent, typeof i66.FormWidgetDirective, typeof i66.FormActionDirective, typeof i66.FormFieldDirective, typeof i66.LiveActionsDirective, typeof i66.DependsonDirective, typeof i66.LiveFilterDirective, typeof i66.LiveFormDirective, typeof i67.ListComponent, typeof i67.ListItemDirective, typeof i68.LiveTableComponent, typeof i69.PaginationComponent, typeof i70.TableComponent, typeof i70.TableCUDDirective, typeof i70.TableFilterSortDirective, typeof i70.TableActionDirective, typeof i70.TableColumnDirective, typeof i70.TableColumnGroupDirective, typeof i70.TableRowDirective, typeof i70.TableRowActionDirective, typeof i71.ChartComponent, typeof i72.AccordionPaneComponent, typeof i72.AccordionDirective, typeof i73.LinearLayoutDirective, typeof i73.LinearLayoutItemDirective, typeof i74.LayoutgridDirective, typeof i74.LayoutGridRowDirective, typeof i74.LayoutGridColumnDirective, typeof i75.PanelComponent, typeof i76.TabPaneComponent, typeof i76.TabsComponent, typeof i77.TileDirective, typeof i78.WizardActionDirective, typeof i78.WizardStepComponent, typeof i78.WizardComponent, typeof i79.AlertDialogComponent, typeof i80.IframeDialogComponent, typeof i81.LoginDialogDirective, typeof i82.PartialDialogComponent, typeof i83.BreadcrumbComponent, typeof i84.MenuComponent, typeof i84.MenuDropdownComponent, typeof i84.MenuDropdownItemComponent, typeof i84.NavigationControlDirective, typeof i84.NavComponent, typeof i84.NavItemDirective, typeof i85.NavbarComponent, typeof i86.PopoverComponent, typeof i87.CarouselDirective, typeof i87.CarouselTemplateDirective, typeof i88.LoginComponent, typeof i89.MarqueeDirective, typeof i90.CustomWidgetDirective, typeof i90.CustomWidgetContainerDirective, typeof i91.PageDirective, typeof i91.LayoutDirective, typeof i91.ContentComponent, typeof i91.PageContentComponent, typeof i91.SpaPageDirective, typeof i91.RouterOutletDirective, typeof i92.FooterDirective, typeof i93.HeaderComponent, typeof i94.LeftPanelDirective, typeof i95.RightPanelDirective, typeof i96.TopNavDirective, typeof i97.PrefabDirective, typeof i97.PrefabContainerDirective]>;
|
|
965
|
+
static ɵinj: i0.ɵɵInjectorDeclaration<RuntimeBaseModule>;
|
|
966
|
+
}
|
|
967
|
+
declare const WM_MODULES_FOR_ROOT: any[];
|
|
968
|
+
|
|
969
|
+
declare const isPrefabInPreview: (prefabName: string) => prefabName is "__self__";
|
|
970
|
+
declare const getPrefabBaseUrl: (prefabName: string) => string;
|
|
971
|
+
declare const getPrefabConfigUrl: (prefabName: string) => string;
|
|
972
|
+
declare const getPrefabMinJsonUrl: (prefabName: string) => string;
|
|
973
|
+
declare const getPrefabPartialJsonUrl: (prefabName: string, partialName: string) => string;
|
|
974
|
+
declare const getModesFromLocalStorage: () => any;
|
|
975
|
+
|
|
976
|
+
declare class AuthGuard {
|
|
977
|
+
private securityService;
|
|
978
|
+
private appManager;
|
|
979
|
+
constructor(securityService: SecurityService, appManager: AppManagerService);
|
|
980
|
+
loadSecurityConfig(): Promise<boolean>;
|
|
981
|
+
isAuthenticated(): Promise<any>;
|
|
982
|
+
canActivate(route: ActivatedRouteSnapshot): Promise<any>;
|
|
983
|
+
static ɵfac: i0.ɵɵFactoryDeclaration<AuthGuard, never>;
|
|
984
|
+
static ɵprov: i0.ɵɵInjectableDeclaration<AuthGuard>;
|
|
985
|
+
}
|
|
986
|
+
|
|
987
|
+
declare class RoleGuard {
|
|
988
|
+
private securityService;
|
|
989
|
+
private authGuard;
|
|
990
|
+
private toasterService;
|
|
991
|
+
private app;
|
|
992
|
+
private appManager;
|
|
993
|
+
constructor(securityService: SecurityService, authGuard: AuthGuard, toasterService: AbstractToasterService, app: App, appManager: AppManagerService);
|
|
994
|
+
canActivate(route: ActivatedRouteSnapshot): Promise<boolean>;
|
|
995
|
+
static ɵfac: i0.ɵɵFactoryDeclaration<RoleGuard, never>;
|
|
996
|
+
static ɵprov: i0.ɵɵInjectableDeclaration<RoleGuard>;
|
|
997
|
+
}
|
|
998
|
+
|
|
999
|
+
declare class PageNotFoundGuard {
|
|
1000
|
+
private app;
|
|
1001
|
+
private appManager;
|
|
1002
|
+
constructor(app: App, appManager: AppManagerService);
|
|
1003
|
+
canActivate(route: ActivatedRouteSnapshot): Promise<boolean>;
|
|
1004
|
+
static ɵfac: i0.ɵɵFactoryDeclaration<PageNotFoundGuard, never>;
|
|
1005
|
+
static ɵprov: i0.ɵɵInjectableDeclaration<PageNotFoundGuard>;
|
|
1006
|
+
}
|
|
1007
|
+
|
|
1008
|
+
declare class AppBeforeLoadResolve {
|
|
1009
|
+
private appManager;
|
|
1010
|
+
private app;
|
|
1011
|
+
constructor(appManager: AppManagerService, app: App);
|
|
1012
|
+
resolve(): any;
|
|
1013
|
+
static ɵfac: i0.ɵɵFactoryDeclaration<AppBeforeLoadResolve, never>;
|
|
1014
|
+
static ɵprov: i0.ɵɵInjectableDeclaration<AppBeforeLoadResolve>;
|
|
1015
|
+
}
|
|
1016
|
+
|
|
1017
|
+
declare class AppJSResolve {
|
|
1018
|
+
private inj;
|
|
1019
|
+
private app;
|
|
1020
|
+
private utilService;
|
|
1021
|
+
private appJsProvider;
|
|
1022
|
+
private appManager;
|
|
1023
|
+
constructor(inj: Injector, app: App, utilService: UtilsService, appJsProvider: AppJSProvider);
|
|
1024
|
+
resolve(): Promise<boolean>;
|
|
1025
|
+
static ɵfac: i0.ɵɵFactoryDeclaration<AppJSResolve, never>;
|
|
1026
|
+
static ɵprov: i0.ɵɵInjectableDeclaration<AppJSResolve>;
|
|
1027
|
+
}
|
|
1028
|
+
|
|
1029
|
+
declare class AppExtensionJSResolve {
|
|
1030
|
+
private appManager;
|
|
1031
|
+
private appJsProvider;
|
|
1032
|
+
private customPipeManager;
|
|
1033
|
+
constructor(appManager: AppManagerService, appJsProvider: AppExtensionProvider, customPipeManager: CustomPipeManager);
|
|
1034
|
+
resolve(): true;
|
|
1035
|
+
loadedFormatterScript(response: any): void;
|
|
1036
|
+
static ɵfac: i0.ɵɵFactoryDeclaration<AppExtensionJSResolve, never>;
|
|
1037
|
+
static ɵprov: i0.ɵɵInjectableDeclaration<AppExtensionJSResolve>;
|
|
1038
|
+
}
|
|
1039
|
+
|
|
1040
|
+
declare class AppVariablesResolve {
|
|
1041
|
+
private appManager;
|
|
1042
|
+
private appVariablesProvider;
|
|
1043
|
+
constructor(appManager: AppManagerService, appVariablesProvider: AppVariablesProvider);
|
|
1044
|
+
resolve(): true | Promise<boolean>;
|
|
1045
|
+
static ɵfac: i0.ɵɵFactoryDeclaration<AppVariablesResolve, never>;
|
|
1046
|
+
static ɵprov: i0.ɵɵInjectableDeclaration<AppVariablesResolve>;
|
|
1047
|
+
}
|
|
1048
|
+
|
|
1049
|
+
declare class I18nResolve {
|
|
1050
|
+
private i18nService;
|
|
1051
|
+
constructor(i18nService: AbstractI18nService);
|
|
1052
|
+
resolve(): any;
|
|
1053
|
+
static ɵfac: i0.ɵɵFactoryDeclaration<I18nResolve, never>;
|
|
1054
|
+
static ɵprov: i0.ɵɵInjectableDeclaration<I18nResolve>;
|
|
1055
|
+
}
|
|
1056
|
+
|
|
1057
|
+
declare class MetadataResolve {
|
|
1058
|
+
private appManager;
|
|
1059
|
+
constructor(appManager: AppManagerService);
|
|
1060
|
+
resolve(): true | Promise<boolean>;
|
|
1061
|
+
static ɵfac: i0.ɵɵFactoryDeclaration<MetadataResolve, never>;
|
|
1062
|
+
static ɵprov: i0.ɵɵInjectableDeclaration<MetadataResolve>;
|
|
1063
|
+
}
|
|
1064
|
+
|
|
1065
|
+
declare class SecurityConfigResolve {
|
|
1066
|
+
private appManager;
|
|
1067
|
+
loaded: boolean;
|
|
1068
|
+
constructor(appManager: AppManagerService);
|
|
1069
|
+
resolve(): true | Promise<void>;
|
|
1070
|
+
static ɵfac: i0.ɵɵFactoryDeclaration<SecurityConfigResolve, never>;
|
|
1071
|
+
static ɵprov: i0.ɵɵInjectableDeclaration<SecurityConfigResolve>;
|
|
1072
|
+
}
|
|
1073
|
+
|
|
1074
|
+
interface CanComponentDeactivate {
|
|
1075
|
+
canDeactivate: (nextState?: string) => Observable<boolean> | Promise<boolean> | boolean;
|
|
1076
|
+
}
|
|
1077
|
+
declare class CanDeactivatePageGuard {
|
|
1078
|
+
canDeactivate(component: CanComponentDeactivate, currentRoute: ActivatedRouteSnapshot, currentState: RouterStateSnapshot, nextState?: RouterStateSnapshot): any;
|
|
1079
|
+
static ɵfac: i0.ɵɵFactoryDeclaration<CanDeactivatePageGuard, never>;
|
|
1080
|
+
static ɵprov: i0.ɵɵInjectableDeclaration<CanDeactivatePageGuard>;
|
|
1081
|
+
}
|
|
1082
|
+
declare class CanDeactivateNgPageGuard {
|
|
1083
|
+
canDeactivate(component: CanComponentDeactivate, currentRoute?: ActivatedRouteSnapshot, currentState?: RouterStateSnapshot, nextState?: RouterStateSnapshot): boolean | Promise<boolean> | Observable<boolean>;
|
|
1084
|
+
static ɵfac: i0.ɵɵFactoryDeclaration<CanDeactivateNgPageGuard, never>;
|
|
1085
|
+
static ɵprov: i0.ɵɵInjectableDeclaration<CanDeactivateNgPageGuard>;
|
|
1086
|
+
}
|
|
1087
|
+
|
|
1088
|
+
declare const CACHE_PAGE = "_cache_page";
|
|
1089
|
+
declare const MAX_CACHE_SIZE = "REUSE_ROUTE_STRATEGY.MAX_CACHE_SIZE";
|
|
1090
|
+
declare const MAX_CACHE_AGE = "REUSE_ROUTE_STRATEGY.MAX_CACHE_AGE";
|
|
1091
|
+
declare class WmDefaultRouteReuseStrategy {
|
|
1092
|
+
private cache;
|
|
1093
|
+
private currentRouteKey;
|
|
1094
|
+
private paramsToIgnore;
|
|
1095
|
+
constructor(maxCacheSize?: number, maxCacheAge?: number);
|
|
1096
|
+
private getKey;
|
|
1097
|
+
protected getSize: (obj: object | null) => number;
|
|
1098
|
+
protected isSameQueryParams(future: any, current: any): boolean;
|
|
1099
|
+
private isCacheEnabled;
|
|
1100
|
+
shouldDetach(route: ActivatedRouteSnapshot): boolean;
|
|
1101
|
+
shouldAttach(route: ActivatedRouteSnapshot): boolean;
|
|
1102
|
+
store(route: ActivatedRouteSnapshot, handle: DetachedRouteHandle): void;
|
|
1103
|
+
retrieve(route: ActivatedRouteSnapshot): DetachedRouteHandle | null;
|
|
1104
|
+
reset(pageName?: string): void;
|
|
1105
|
+
}
|
|
1106
|
+
declare class WmRouteReuseStrategy extends WmDefaultRouteReuseStrategy implements RouteReuseStrategy {
|
|
1107
|
+
constructor();
|
|
1108
|
+
private isSameRoute;
|
|
1109
|
+
shouldReuseRoute(future: ActivatedRouteSnapshot, current: ActivatedRouteSnapshot): boolean;
|
|
1110
|
+
}
|
|
1111
|
+
declare class WmNgRouteReuseStrategy extends WmDefaultRouteReuseStrategy implements RouteReuseStrategy {
|
|
1112
|
+
constructor();
|
|
1113
|
+
private isSameRoute;
|
|
1114
|
+
shouldReuseRoute(future: ActivatedRouteSnapshot, current: ActivatedRouteSnapshot): boolean;
|
|
1115
|
+
}
|
|
1116
|
+
|
|
1117
|
+
declare class AppRef implements OnDestroy {
|
|
1118
|
+
private inj;
|
|
1119
|
+
private i18nService;
|
|
1120
|
+
private statePersistence;
|
|
1121
|
+
private httpService;
|
|
1122
|
+
private securityService;
|
|
1123
|
+
private routeReuseStrategy;
|
|
1124
|
+
Variables: any;
|
|
1125
|
+
Actions: any;
|
|
1126
|
+
onAppVariablesReady: (...args: any[]) => void;
|
|
1127
|
+
onBeforeAppReady: (...args: any[]) => void;
|
|
1128
|
+
onSessionTimeout: (...args: any[]) => void;
|
|
1129
|
+
onPageReady: (...args: any[]) => void;
|
|
1130
|
+
onBeforePageLeave: (...args: any[]) => void;
|
|
1131
|
+
onBeforeServiceCall: (...args: any[]) => void;
|
|
1132
|
+
onServiceSuccess: (...args: any[]) => void;
|
|
1133
|
+
onServiceError: (...args: any[]) => void;
|
|
1134
|
+
dynamicComponentContainerRef: {};
|
|
1135
|
+
projectName: string;
|
|
1136
|
+
isPrefabType: boolean;
|
|
1137
|
+
isApplicationType: boolean;
|
|
1138
|
+
isTabletApplicationType: boolean;
|
|
1139
|
+
isTemplateBundleType: boolean;
|
|
1140
|
+
isPrism: boolean;
|
|
1141
|
+
targetPlatform: string;
|
|
1142
|
+
appLocale: any;
|
|
1143
|
+
modes: any;
|
|
1144
|
+
changeLocale: any;
|
|
1145
|
+
getSelectedLocale: any;
|
|
1146
|
+
setTimezone: any;
|
|
1147
|
+
setwidgetLocale: any;
|
|
1148
|
+
private _eventNotifier;
|
|
1149
|
+
private sessionTimeoutUnsubscribe;
|
|
1150
|
+
landingPageName: any;
|
|
1151
|
+
reload(): void;
|
|
1152
|
+
constructor(inj: Injector, i18nService: AbstractI18nService, statePersistence: StatePersistence, httpService: AbstractHttpService, securityService: SecurityService, routeReuseStrategy: RouteReuseStrategy);
|
|
1153
|
+
clearPageCache(pageName?: string): void;
|
|
1154
|
+
notify(eventName: string, ...data: Array<any>): void;
|
|
1155
|
+
importModule(moduleName: string): Promise<any> | typeof moment;
|
|
1156
|
+
getDependency(injToken: any): any;
|
|
1157
|
+
/**
|
|
1158
|
+
* triggers the onSessionTimeout callback in app.js
|
|
1159
|
+
*/
|
|
1160
|
+
on401(): void;
|
|
1161
|
+
subscribe(eventName: any, callback: (data: any) => void): () => void;
|
|
1162
|
+
notifyApp(template: any, type: any, title: any): void;
|
|
1163
|
+
/**
|
|
1164
|
+
* function to register bind expressions from app variables
|
|
1165
|
+
* it will be called from app.js in generated angular app
|
|
1166
|
+
* @param expressions, map of bind expression vs generated function
|
|
1167
|
+
*/
|
|
1168
|
+
registerExpressions(expressions: any): void;
|
|
1169
|
+
/**
|
|
1170
|
+
* Utility method to check if an object has a property
|
|
1171
|
+
* This is commonly used in expressions to check object properties
|
|
1172
|
+
* @param obj The object to check
|
|
1173
|
+
* @param prop The property name to check
|
|
1174
|
+
* @returns true if the object has the property, false otherwise
|
|
1175
|
+
*/
|
|
1176
|
+
hasOwnObjectProperty(obj: any, prop: string): boolean;
|
|
1177
|
+
setMode(modes: Record<string, string>, shouldPersist?: boolean): void;
|
|
1178
|
+
ngOnDestroy(): void;
|
|
1179
|
+
static ɵfac: i0.ɵɵFactoryDeclaration<AppRef, never>;
|
|
1180
|
+
static ɵprov: i0.ɵɵInjectableDeclaration<AppRef>;
|
|
1181
|
+
}
|
|
1182
|
+
|
|
1183
|
+
declare class AppDefaultsService implements AppDefaults {
|
|
1184
|
+
constructor();
|
|
1185
|
+
dateFormat: string;
|
|
1186
|
+
timeFormat: string;
|
|
1187
|
+
dateTimeFormat: string;
|
|
1188
|
+
currencyCode: string;
|
|
1189
|
+
setFormats(formats: any): void;
|
|
1190
|
+
static ɵfac: i0.ɵɵFactoryDeclaration<AppDefaultsService, never>;
|
|
1191
|
+
static ɵprov: i0.ɵɵInjectableDeclaration<AppDefaultsService>;
|
|
1192
|
+
}
|
|
1193
|
+
|
|
1194
|
+
interface DynamicOptions {
|
|
1195
|
+
selector?: string;
|
|
1196
|
+
transpile?: boolean;
|
|
1197
|
+
noCache?: boolean;
|
|
1198
|
+
styles?: string;
|
|
1199
|
+
inj?: Injector;
|
|
1200
|
+
}
|
|
1201
|
+
declare class DynamicComponentRefProviderService {
|
|
1202
|
+
private readonly appManager;
|
|
1203
|
+
private readonly envInjector;
|
|
1204
|
+
private readonly injector;
|
|
1205
|
+
private readonly appRef;
|
|
1206
|
+
private normalize;
|
|
1207
|
+
/**
|
|
1208
|
+
* Get dynamically compiled component class from markup
|
|
1209
|
+
* Creates a standalone component from HTML markup at runtime
|
|
1210
|
+
*
|
|
1211
|
+
* @param selector - Unique selector for the component (e.g., 'app-table-dynamic-123')
|
|
1212
|
+
* @param markup - HTML template markup to compile
|
|
1213
|
+
* @param opts - Options for transpilation, caching, and styling
|
|
1214
|
+
* @returns Promise resolving to compiled component Type
|
|
1215
|
+
* @throws Error if selector is invalid or compilation fails
|
|
1216
|
+
*/
|
|
1217
|
+
getComponentFactoryRef(selector: string, markup: string, opts?: DynamicOptions): Promise<Type<unknown>>;
|
|
1218
|
+
/**
|
|
1219
|
+
* Creates a dynamic component and adds it to the DOM
|
|
1220
|
+
* Compiles markup into a standalone component and renders it in the target element
|
|
1221
|
+
*
|
|
1222
|
+
* @param target - HTML element where the component will be appended
|
|
1223
|
+
* @param markup - HTML template markup to compile
|
|
1224
|
+
* @param context - Context object to extend the component instance with
|
|
1225
|
+
* @param opts - Options for selector, transpilation, caching, and injection
|
|
1226
|
+
* @returns Promise resolving to ComponentRef for cleanup and lifecycle management
|
|
1227
|
+
* @throws Error if target is invalid or component creation fails
|
|
1228
|
+
*/
|
|
1229
|
+
addComponent(target: HTMLElement, markup: string, context?: Record<string, unknown>, opts?: DynamicOptions): Promise<ComponentRef<unknown>>;
|
|
1230
|
+
clearCache(): void;
|
|
1231
|
+
getCacheSize(): number;
|
|
1232
|
+
private handleError;
|
|
1233
|
+
static ɵfac: i0.ɵɵFactoryDeclaration<DynamicComponentRefProviderService, never>;
|
|
1234
|
+
static ɵprov: i0.ɵɵInjectableDeclaration<DynamicComponentRefProviderService>;
|
|
1235
|
+
}
|
|
1236
|
+
|
|
1237
|
+
/**
|
|
1238
|
+
* This Interceptor intercepts all network calls and if a network call fails
|
|
1239
|
+
* due to session timeout, then it calls a function to handle session timeout.
|
|
1240
|
+
*/
|
|
1241
|
+
declare class HttpCallInterceptor implements HttpInterceptor {
|
|
1242
|
+
wmHttpRequest: any;
|
|
1243
|
+
wmHttpResponse: any;
|
|
1244
|
+
constructor();
|
|
1245
|
+
createSubject(): Subject<unknown>;
|
|
1246
|
+
isAbsoluteUrl(url: string): boolean;
|
|
1247
|
+
intercept(request: HttpRequest<any>, next: HttpHandler): Observable<HttpEvent<any>>;
|
|
1248
|
+
static ɵfac: i0.ɵɵFactoryDeclaration<HttpCallInterceptor, never>;
|
|
1249
|
+
static ɵprov: i0.ɵɵInjectableDeclaration<HttpCallInterceptor>;
|
|
1250
|
+
}
|
|
1251
|
+
|
|
1252
|
+
declare class I18nServiceImpl extends AbstractI18nService {
|
|
1253
|
+
private $http;
|
|
1254
|
+
private bsLocaleService;
|
|
1255
|
+
private appDefaults;
|
|
1256
|
+
private inj;
|
|
1257
|
+
private selectedLocale;
|
|
1258
|
+
private defaultSupportedLocale;
|
|
1259
|
+
private readonly appLocale;
|
|
1260
|
+
private readonly prefabLocale;
|
|
1261
|
+
private messages;
|
|
1262
|
+
private _isAngularLocaleLoaded;
|
|
1263
|
+
private formatsByLocale;
|
|
1264
|
+
private get app();
|
|
1265
|
+
private bundleLoaded;
|
|
1266
|
+
constructor($http: HttpClient, bsLocaleService: BsLocaleService, appDefaults: AppDefaults, inj: Injector);
|
|
1267
|
+
private updateLocaleDirection;
|
|
1268
|
+
private init;
|
|
1269
|
+
getSelectedLocale(): string;
|
|
1270
|
+
getDefaultSupportedLocale(): string;
|
|
1271
|
+
getAppLocale(): any;
|
|
1272
|
+
getPrefabLocaleBundle(prefabName: string): any;
|
|
1273
|
+
private extendPrefabMessages;
|
|
1274
|
+
private extendMessages;
|
|
1275
|
+
private loadResource;
|
|
1276
|
+
protected loadAppLocaleBundle(): Promise<void>;
|
|
1277
|
+
protected loadMomentLocaleBundle(momentLocale: any): void;
|
|
1278
|
+
protected loadScriptForMoment(momentLocale: any): void;
|
|
1279
|
+
protected loadAngularLocaleBundle(angLocale: any): Promise<void>;
|
|
1280
|
+
protected loadMomentTimeZoneBundle(): Promise<any>;
|
|
1281
|
+
protected loadLocaleBundles(libLocale: any): Promise<void[]>;
|
|
1282
|
+
setTimezone(locale: any, compInstance?: any): void;
|
|
1283
|
+
setTimezoneEarly(): Promise<any>;
|
|
1284
|
+
getTimezone(compInstance?: any): any;
|
|
1285
|
+
getFormatsByLocale(): {
|
|
1286
|
+
timezone: string;
|
|
1287
|
+
number: string;
|
|
1288
|
+
};
|
|
1289
|
+
setSelectedLocale(locale: any): Promise<void>;
|
|
1290
|
+
private deduceAppLocale;
|
|
1291
|
+
loadDefaultLocale(): Promise<void>;
|
|
1292
|
+
getLocalizedMessage(message: any, ...args: any[]): any;
|
|
1293
|
+
getAcceptedLanguages(): Lowercase<any>[];
|
|
1294
|
+
initCalendarLocale(): Promise<any>;
|
|
1295
|
+
isAngularLocaleLoaded(): boolean;
|
|
1296
|
+
setwidgetLocale(locale: any): void;
|
|
1297
|
+
getwidgetLocale(): {
|
|
1298
|
+
timezone: string;
|
|
1299
|
+
number: string;
|
|
1300
|
+
};
|
|
1301
|
+
private notifyLocaleChanged;
|
|
1302
|
+
static ɵfac: i0.ɵɵFactoryDeclaration<I18nServiceImpl, never>;
|
|
1303
|
+
static ɵprov: i0.ɵɵInjectableDeclaration<I18nServiceImpl>;
|
|
1304
|
+
}
|
|
1305
|
+
|
|
1306
|
+
declare class NavigationServiceImpl implements AbstractNavigationService {
|
|
1307
|
+
private app;
|
|
1308
|
+
private router;
|
|
1309
|
+
zone: NgZone;
|
|
1310
|
+
private history;
|
|
1311
|
+
private transition;
|
|
1312
|
+
private isPageAddedToHistory;
|
|
1313
|
+
constructor(app: App, router: Router, zone: NgZone);
|
|
1314
|
+
getPageTransition(): string;
|
|
1315
|
+
/**
|
|
1316
|
+
* Navigates to particular page
|
|
1317
|
+
* @param pageName
|
|
1318
|
+
* @param options
|
|
1319
|
+
*/
|
|
1320
|
+
goToPage(pageName: string, options: NavigationOptions): void;
|
|
1321
|
+
/**
|
|
1322
|
+
* Navigates to last visited page.
|
|
1323
|
+
*/
|
|
1324
|
+
goToPrevious(): void;
|
|
1325
|
+
/** Todo[Shubham] Need to handle gotoElement in other partials
|
|
1326
|
+
* Navigates to particular view
|
|
1327
|
+
* @param viewName
|
|
1328
|
+
* @param options
|
|
1329
|
+
* @param variable
|
|
1330
|
+
*/
|
|
1331
|
+
goToView(viewName: string, options: NavigationOptions, variable: any): void;
|
|
1332
|
+
private goToElementView;
|
|
1333
|
+
private getViewElementInActivePage;
|
|
1334
|
+
/**
|
|
1335
|
+
* checks if the pagecontainer has the pageName.
|
|
1336
|
+
*/
|
|
1337
|
+
private isPartialWithNameExists;
|
|
1338
|
+
/**
|
|
1339
|
+
* checks if the pagecontainer has the prefab.
|
|
1340
|
+
*/
|
|
1341
|
+
private isPrefabWithNameExists;
|
|
1342
|
+
private showAncestors;
|
|
1343
|
+
private showAncestorDialog;
|
|
1344
|
+
static ɵfac: i0.ɵɵFactoryDeclaration<NavigationServiceImpl, never>;
|
|
1345
|
+
static ɵprov: i0.ɵɵInjectableDeclaration<NavigationServiceImpl>;
|
|
1346
|
+
}
|
|
1347
|
+
|
|
1348
|
+
declare class PipeService {
|
|
1349
|
+
private pipeProvider;
|
|
1350
|
+
private $app;
|
|
1351
|
+
constructor(pipeProvider: PipeProvider, $app: App);
|
|
1352
|
+
private supportedPipes;
|
|
1353
|
+
getPipe(name: string): any;
|
|
1354
|
+
static ɵfac: i0.ɵɵFactoryDeclaration<PipeService, never>;
|
|
1355
|
+
static ɵprov: i0.ɵɵInjectableDeclaration<PipeService>;
|
|
1356
|
+
}
|
|
1357
|
+
|
|
1358
|
+
declare class SpinnerServiceImpl extends AbstractSpinnerService implements OnDestroy {
|
|
1359
|
+
spinnerId: number;
|
|
1360
|
+
messageSource: Subject<unknown>;
|
|
1361
|
+
messagesByContext: {};
|
|
1362
|
+
constructor();
|
|
1363
|
+
/**
|
|
1364
|
+
* returns the message source subject
|
|
1365
|
+
* @returns {Subject<any>}
|
|
1366
|
+
*/
|
|
1367
|
+
getMessageSource(): Subject<unknown>;
|
|
1368
|
+
/**
|
|
1369
|
+
* show spinner on a container element
|
|
1370
|
+
*/
|
|
1371
|
+
showContextSpinner(ctx: string, message: string, id: string): string;
|
|
1372
|
+
/**
|
|
1373
|
+
* show the app spinner with provided message
|
|
1374
|
+
* @param msg
|
|
1375
|
+
* @returns {string}
|
|
1376
|
+
*/
|
|
1377
|
+
showAppSpinner(msg: any, id: any): void;
|
|
1378
|
+
/**
|
|
1379
|
+
* hides the spinner on a particular container(context)
|
|
1380
|
+
* @param ctx
|
|
1381
|
+
* @param id
|
|
1382
|
+
*/
|
|
1383
|
+
hideContextSpinner(ctx: any, id: any): void;
|
|
1384
|
+
/**
|
|
1385
|
+
* show spinner
|
|
1386
|
+
* @param message
|
|
1387
|
+
* @param id
|
|
1388
|
+
* @param spinnerClass
|
|
1389
|
+
* @param spinnerContext
|
|
1390
|
+
* @param variableScopeId
|
|
1391
|
+
* @returns {any}
|
|
1392
|
+
*/
|
|
1393
|
+
show(message: any, id?: any, spinnerClass?: any, spinnerContext?: any, variableScopeId?: any): any;
|
|
1394
|
+
/**
|
|
1395
|
+
* hide the spinner
|
|
1396
|
+
* @param spinnerId
|
|
1397
|
+
*/
|
|
1398
|
+
hide(id: any): void;
|
|
1399
|
+
ngOnDestroy(): void;
|
|
1400
|
+
static ɵfac: i0.ɵɵFactoryDeclaration<SpinnerServiceImpl, never>;
|
|
1401
|
+
static ɵprov: i0.ɵɵInjectableDeclaration<SpinnerServiceImpl>;
|
|
1402
|
+
}
|
|
1403
|
+
|
|
1404
|
+
declare class ToasterServiceImpl extends AbstractToasterService {
|
|
1405
|
+
private toaster;
|
|
1406
|
+
constructor(toaster: ToastrService);
|
|
1407
|
+
private _showToaster;
|
|
1408
|
+
success(title: any, desc: any): any;
|
|
1409
|
+
error(title: any, desc: any): any;
|
|
1410
|
+
info(title: any, desc: any): any;
|
|
1411
|
+
warn(title: any, desc: any): any;
|
|
1412
|
+
show(type: any, title: any, desc: any, options: any): any;
|
|
1413
|
+
hide(toasterObj: any): void;
|
|
1414
|
+
showCustom(page: any, options: any): i12.ActiveToast<any>;
|
|
1415
|
+
/**
|
|
1416
|
+
* Updates the Global Toaster options based on the passed object. Useful in cases where
|
|
1417
|
+
* a user wants to display multiple toasts at the same time, newest on bottom etc
|
|
1418
|
+
* @param {options} Object
|
|
1419
|
+
*/
|
|
1420
|
+
setToasterConfig(options: any): void;
|
|
1421
|
+
static ɵfac: i0.ɵɵFactoryDeclaration<ToasterServiceImpl, never>;
|
|
1422
|
+
static ɵprov: i0.ɵɵInjectableDeclaration<ToasterServiceImpl>;
|
|
1423
|
+
}
|
|
1424
|
+
|
|
1425
|
+
export { AccessrolesDirective, AppBeforeLoadResolve, AppComponent, AppDefaultsService, AppExtensionJSResolve, AppExtensionProvider, AppJSProvider, AppJSResolve, AppManagerService, AppRef, AppSpinnerComponent, AppVariablesProvider, AppVariablesResolve, AuthGuard, BaseCustomWidgetComponent, BaseLayoutComponent, BasePageComponent, BasePartialComponent, BasePrefabComponent, BaseSpaPageComponent, CACHE_PAGE, COMPONENT_VARIABLE, CONTENT_ATTR, CanDeactivateNgPageGuard, CanDeactivatePageGuard, ComponentRefProvider, ComponentType, CustomToasterComponent, CustomwidgetConfigProvider, DynamicComponentRefProviderService, EmptyPageComponent, FragmentMonitor, HOST_ATTR, HttpCallInterceptor, I18nResolve, I18nServiceImpl, InitializeApp, MAX_CACHE_AGE, MAX_CACHE_SIZE, MetadataResolve, NAMESPACE_URIS, NavigationServiceImpl, PageNotFoundGuard, PipeProvider, PipeService, PrefabConfigProvider, PrefabDirective, PrefabManagerService, PrefabPreviewComponent, REQUIRED_MODULES_FOR_DYNAMIC_COMPONENTS, RoleGuard, RuntimeBaseModule, SecurityConfigResolve, SharedStylesHost, SpinnerServiceImpl, ToasterServiceImpl, WMDomRendererFactory2, WMDomSharedStylesHost, WM_MODULES_FOR_ROOT, WmDefaultRouteReuseStrategy, WmNgRouteReuseStrategy, WmRouteReuseStrategy, commonPartialWidgets, flattenStyles, getModesFromLocalStorage, getPrefabBaseUrl, getPrefabConfigUrl, getPrefabMinJsonUrl, getPrefabPartialJsonUrl, isPrefabInPreview, setAngularLocale, shimContentAttribute, shimHostAttribute };
|
|
1426
|
+
export type { CanComponentDeactivate };
|