@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
package/core/index.d.ts
ADDED
|
@@ -0,0 +1,2143 @@
|
|
|
1
|
+
import { Element as Element$1 } from '@angular/compiler';
|
|
2
|
+
import { Subject } from 'rxjs';
|
|
3
|
+
import * as i0 from '@angular/core';
|
|
4
|
+
import { OnDestroy } from '@angular/core';
|
|
5
|
+
import { HttpClient } from '@angular/common/http';
|
|
6
|
+
import * as lodash from 'lodash';
|
|
7
|
+
|
|
8
|
+
declare const getFormWidgetTemplate: (widgetType: string, innerTmpl: string, attrs?: Map<string, string>, options?: any) => any;
|
|
9
|
+
declare const getRequiredFormWidget: (widgetType: any) => string;
|
|
10
|
+
/**
|
|
11
|
+
* exp: User built bind expression
|
|
12
|
+
* To check the custom pipe expressions.
|
|
13
|
+
* If user use the custom pipe expression it will check in the exp. that "custom" string exist or not with (:) syntax.
|
|
14
|
+
* Eg: custom:
|
|
15
|
+
* custom :
|
|
16
|
+
*/
|
|
17
|
+
declare const checkIsCustomPipeExpression: (exp: any) => any;
|
|
18
|
+
declare const updateTemplateAttrs: (rootNode: Element$1 | Array<Element$1>, parentDataSet: string, widgetName: string, instance?: string, referenceName?: string) => void;
|
|
19
|
+
declare const getNgModelAttr: (attrs: any) => "" | "ngModel";
|
|
20
|
+
declare const getRowActionAttrs: (attrs: any) => string;
|
|
21
|
+
|
|
22
|
+
declare const CURRENCY_INFO: {
|
|
23
|
+
USD: {
|
|
24
|
+
symbol: string;
|
|
25
|
+
name: string;
|
|
26
|
+
symbol_native: string;
|
|
27
|
+
decimal_digits: number;
|
|
28
|
+
rounding: number;
|
|
29
|
+
code: string;
|
|
30
|
+
name_plural: string;
|
|
31
|
+
};
|
|
32
|
+
CAD: {
|
|
33
|
+
symbol: string;
|
|
34
|
+
name: string;
|
|
35
|
+
symbol_native: string;
|
|
36
|
+
decimal_digits: number;
|
|
37
|
+
rounding: number;
|
|
38
|
+
code: string;
|
|
39
|
+
name_plural: string;
|
|
40
|
+
};
|
|
41
|
+
EUR: {
|
|
42
|
+
symbol: string;
|
|
43
|
+
name: string;
|
|
44
|
+
symbol_native: string;
|
|
45
|
+
decimal_digits: number;
|
|
46
|
+
rounding: number;
|
|
47
|
+
code: string;
|
|
48
|
+
name_plural: string;
|
|
49
|
+
};
|
|
50
|
+
AED: {
|
|
51
|
+
symbol: string;
|
|
52
|
+
name: string;
|
|
53
|
+
symbol_native: string;
|
|
54
|
+
decimal_digits: number;
|
|
55
|
+
rounding: number;
|
|
56
|
+
code: string;
|
|
57
|
+
name_plural: string;
|
|
58
|
+
};
|
|
59
|
+
AFN: {
|
|
60
|
+
symbol: string;
|
|
61
|
+
name: string;
|
|
62
|
+
symbol_native: string;
|
|
63
|
+
decimal_digits: number;
|
|
64
|
+
rounding: number;
|
|
65
|
+
code: string;
|
|
66
|
+
name_plural: string;
|
|
67
|
+
};
|
|
68
|
+
ALL: {
|
|
69
|
+
symbol: string;
|
|
70
|
+
name: string;
|
|
71
|
+
symbol_native: string;
|
|
72
|
+
decimal_digits: number;
|
|
73
|
+
rounding: number;
|
|
74
|
+
code: string;
|
|
75
|
+
name_plural: string;
|
|
76
|
+
};
|
|
77
|
+
AMD: {
|
|
78
|
+
symbol: string;
|
|
79
|
+
name: string;
|
|
80
|
+
symbol_native: string;
|
|
81
|
+
decimal_digits: number;
|
|
82
|
+
rounding: number;
|
|
83
|
+
code: string;
|
|
84
|
+
name_plural: string;
|
|
85
|
+
};
|
|
86
|
+
ARS: {
|
|
87
|
+
symbol: string;
|
|
88
|
+
name: string;
|
|
89
|
+
symbol_native: string;
|
|
90
|
+
decimal_digits: number;
|
|
91
|
+
rounding: number;
|
|
92
|
+
code: string;
|
|
93
|
+
name_plural: string;
|
|
94
|
+
};
|
|
95
|
+
AUD: {
|
|
96
|
+
symbol: string;
|
|
97
|
+
name: string;
|
|
98
|
+
symbol_native: string;
|
|
99
|
+
decimal_digits: number;
|
|
100
|
+
rounding: number;
|
|
101
|
+
code: string;
|
|
102
|
+
name_plural: string;
|
|
103
|
+
};
|
|
104
|
+
AZN: {
|
|
105
|
+
symbol: string;
|
|
106
|
+
name: string;
|
|
107
|
+
symbol_native: string;
|
|
108
|
+
decimal_digits: number;
|
|
109
|
+
rounding: number;
|
|
110
|
+
code: string;
|
|
111
|
+
name_plural: string;
|
|
112
|
+
};
|
|
113
|
+
BAM: {
|
|
114
|
+
symbol: string;
|
|
115
|
+
name: string;
|
|
116
|
+
symbol_native: string;
|
|
117
|
+
decimal_digits: number;
|
|
118
|
+
rounding: number;
|
|
119
|
+
code: string;
|
|
120
|
+
name_plural: string;
|
|
121
|
+
};
|
|
122
|
+
BDT: {
|
|
123
|
+
symbol: string;
|
|
124
|
+
name: string;
|
|
125
|
+
symbol_native: string;
|
|
126
|
+
decimal_digits: number;
|
|
127
|
+
rounding: number;
|
|
128
|
+
code: string;
|
|
129
|
+
name_plural: string;
|
|
130
|
+
};
|
|
131
|
+
BGN: {
|
|
132
|
+
symbol: string;
|
|
133
|
+
name: string;
|
|
134
|
+
symbol_native: string;
|
|
135
|
+
decimal_digits: number;
|
|
136
|
+
rounding: number;
|
|
137
|
+
code: string;
|
|
138
|
+
name_plural: string;
|
|
139
|
+
};
|
|
140
|
+
BHD: {
|
|
141
|
+
symbol: string;
|
|
142
|
+
name: string;
|
|
143
|
+
symbol_native: string;
|
|
144
|
+
decimal_digits: number;
|
|
145
|
+
rounding: number;
|
|
146
|
+
code: string;
|
|
147
|
+
name_plural: string;
|
|
148
|
+
};
|
|
149
|
+
BIF: {
|
|
150
|
+
symbol: string;
|
|
151
|
+
name: string;
|
|
152
|
+
symbol_native: string;
|
|
153
|
+
decimal_digits: number;
|
|
154
|
+
rounding: number;
|
|
155
|
+
code: string;
|
|
156
|
+
name_plural: string;
|
|
157
|
+
};
|
|
158
|
+
BND: {
|
|
159
|
+
symbol: string;
|
|
160
|
+
name: string;
|
|
161
|
+
symbol_native: string;
|
|
162
|
+
decimal_digits: number;
|
|
163
|
+
rounding: number;
|
|
164
|
+
code: string;
|
|
165
|
+
name_plural: string;
|
|
166
|
+
};
|
|
167
|
+
BOB: {
|
|
168
|
+
symbol: string;
|
|
169
|
+
name: string;
|
|
170
|
+
symbol_native: string;
|
|
171
|
+
decimal_digits: number;
|
|
172
|
+
rounding: number;
|
|
173
|
+
code: string;
|
|
174
|
+
name_plural: string;
|
|
175
|
+
};
|
|
176
|
+
BRL: {
|
|
177
|
+
symbol: string;
|
|
178
|
+
name: string;
|
|
179
|
+
symbol_native: string;
|
|
180
|
+
decimal_digits: number;
|
|
181
|
+
rounding: number;
|
|
182
|
+
code: string;
|
|
183
|
+
name_plural: string;
|
|
184
|
+
};
|
|
185
|
+
BWP: {
|
|
186
|
+
symbol: string;
|
|
187
|
+
name: string;
|
|
188
|
+
symbol_native: string;
|
|
189
|
+
decimal_digits: number;
|
|
190
|
+
rounding: number;
|
|
191
|
+
code: string;
|
|
192
|
+
name_plural: string;
|
|
193
|
+
};
|
|
194
|
+
BYR: {
|
|
195
|
+
symbol: string;
|
|
196
|
+
name: string;
|
|
197
|
+
symbol_native: string;
|
|
198
|
+
decimal_digits: number;
|
|
199
|
+
rounding: number;
|
|
200
|
+
code: string;
|
|
201
|
+
name_plural: string;
|
|
202
|
+
};
|
|
203
|
+
BZD: {
|
|
204
|
+
symbol: string;
|
|
205
|
+
name: string;
|
|
206
|
+
symbol_native: string;
|
|
207
|
+
decimal_digits: number;
|
|
208
|
+
rounding: number;
|
|
209
|
+
code: string;
|
|
210
|
+
name_plural: string;
|
|
211
|
+
};
|
|
212
|
+
CDF: {
|
|
213
|
+
symbol: string;
|
|
214
|
+
name: string;
|
|
215
|
+
symbol_native: string;
|
|
216
|
+
decimal_digits: number;
|
|
217
|
+
rounding: number;
|
|
218
|
+
code: string;
|
|
219
|
+
name_plural: string;
|
|
220
|
+
};
|
|
221
|
+
CHF: {
|
|
222
|
+
symbol: string;
|
|
223
|
+
name: string;
|
|
224
|
+
symbol_native: string;
|
|
225
|
+
decimal_digits: number;
|
|
226
|
+
rounding: number;
|
|
227
|
+
code: string;
|
|
228
|
+
name_plural: string;
|
|
229
|
+
};
|
|
230
|
+
CLP: {
|
|
231
|
+
symbol: string;
|
|
232
|
+
name: string;
|
|
233
|
+
symbol_native: string;
|
|
234
|
+
decimal_digits: number;
|
|
235
|
+
rounding: number;
|
|
236
|
+
code: string;
|
|
237
|
+
name_plural: string;
|
|
238
|
+
};
|
|
239
|
+
CNY: {
|
|
240
|
+
symbol: string;
|
|
241
|
+
name: string;
|
|
242
|
+
symbol_native: string;
|
|
243
|
+
decimal_digits: number;
|
|
244
|
+
rounding: number;
|
|
245
|
+
code: string;
|
|
246
|
+
name_plural: string;
|
|
247
|
+
};
|
|
248
|
+
COP: {
|
|
249
|
+
symbol: string;
|
|
250
|
+
name: string;
|
|
251
|
+
symbol_native: string;
|
|
252
|
+
decimal_digits: number;
|
|
253
|
+
rounding: number;
|
|
254
|
+
code: string;
|
|
255
|
+
name_plural: string;
|
|
256
|
+
};
|
|
257
|
+
CRC: {
|
|
258
|
+
symbol: string;
|
|
259
|
+
name: string;
|
|
260
|
+
symbol_native: string;
|
|
261
|
+
decimal_digits: number;
|
|
262
|
+
rounding: number;
|
|
263
|
+
code: string;
|
|
264
|
+
name_plural: string;
|
|
265
|
+
};
|
|
266
|
+
CVE: {
|
|
267
|
+
symbol: string;
|
|
268
|
+
name: string;
|
|
269
|
+
symbol_native: string;
|
|
270
|
+
decimal_digits: number;
|
|
271
|
+
rounding: number;
|
|
272
|
+
code: string;
|
|
273
|
+
name_plural: string;
|
|
274
|
+
};
|
|
275
|
+
CZK: {
|
|
276
|
+
symbol: string;
|
|
277
|
+
name: string;
|
|
278
|
+
symbol_native: string;
|
|
279
|
+
decimal_digits: number;
|
|
280
|
+
rounding: number;
|
|
281
|
+
code: string;
|
|
282
|
+
name_plural: string;
|
|
283
|
+
};
|
|
284
|
+
DJF: {
|
|
285
|
+
symbol: string;
|
|
286
|
+
name: string;
|
|
287
|
+
symbol_native: string;
|
|
288
|
+
decimal_digits: number;
|
|
289
|
+
rounding: number;
|
|
290
|
+
code: string;
|
|
291
|
+
name_plural: string;
|
|
292
|
+
};
|
|
293
|
+
DKK: {
|
|
294
|
+
symbol: string;
|
|
295
|
+
name: string;
|
|
296
|
+
symbol_native: string;
|
|
297
|
+
decimal_digits: number;
|
|
298
|
+
rounding: number;
|
|
299
|
+
code: string;
|
|
300
|
+
name_plural: string;
|
|
301
|
+
};
|
|
302
|
+
DOP: {
|
|
303
|
+
symbol: string;
|
|
304
|
+
name: string;
|
|
305
|
+
symbol_native: string;
|
|
306
|
+
decimal_digits: number;
|
|
307
|
+
rounding: number;
|
|
308
|
+
code: string;
|
|
309
|
+
name_plural: string;
|
|
310
|
+
};
|
|
311
|
+
DZD: {
|
|
312
|
+
symbol: string;
|
|
313
|
+
name: string;
|
|
314
|
+
symbol_native: string;
|
|
315
|
+
decimal_digits: number;
|
|
316
|
+
rounding: number;
|
|
317
|
+
code: string;
|
|
318
|
+
name_plural: string;
|
|
319
|
+
};
|
|
320
|
+
EEK: {
|
|
321
|
+
symbol: string;
|
|
322
|
+
name: string;
|
|
323
|
+
symbol_native: string;
|
|
324
|
+
decimal_digits: number;
|
|
325
|
+
rounding: number;
|
|
326
|
+
code: string;
|
|
327
|
+
name_plural: string;
|
|
328
|
+
};
|
|
329
|
+
EGP: {
|
|
330
|
+
symbol: string;
|
|
331
|
+
name: string;
|
|
332
|
+
symbol_native: string;
|
|
333
|
+
decimal_digits: number;
|
|
334
|
+
rounding: number;
|
|
335
|
+
code: string;
|
|
336
|
+
name_plural: string;
|
|
337
|
+
};
|
|
338
|
+
ERN: {
|
|
339
|
+
symbol: string;
|
|
340
|
+
name: string;
|
|
341
|
+
symbol_native: string;
|
|
342
|
+
decimal_digits: number;
|
|
343
|
+
rounding: number;
|
|
344
|
+
code: string;
|
|
345
|
+
name_plural: string;
|
|
346
|
+
};
|
|
347
|
+
ETB: {
|
|
348
|
+
symbol: string;
|
|
349
|
+
name: string;
|
|
350
|
+
symbol_native: string;
|
|
351
|
+
decimal_digits: number;
|
|
352
|
+
rounding: number;
|
|
353
|
+
code: string;
|
|
354
|
+
name_plural: string;
|
|
355
|
+
};
|
|
356
|
+
GBP: {
|
|
357
|
+
symbol: string;
|
|
358
|
+
name: string;
|
|
359
|
+
symbol_native: string;
|
|
360
|
+
decimal_digits: number;
|
|
361
|
+
rounding: number;
|
|
362
|
+
code: string;
|
|
363
|
+
name_plural: string;
|
|
364
|
+
};
|
|
365
|
+
GEL: {
|
|
366
|
+
symbol: string;
|
|
367
|
+
name: string;
|
|
368
|
+
symbol_native: string;
|
|
369
|
+
decimal_digits: number;
|
|
370
|
+
rounding: number;
|
|
371
|
+
code: string;
|
|
372
|
+
name_plural: string;
|
|
373
|
+
};
|
|
374
|
+
GHS: {
|
|
375
|
+
symbol: string;
|
|
376
|
+
name: string;
|
|
377
|
+
symbol_native: string;
|
|
378
|
+
decimal_digits: number;
|
|
379
|
+
rounding: number;
|
|
380
|
+
code: string;
|
|
381
|
+
name_plural: string;
|
|
382
|
+
};
|
|
383
|
+
GNF: {
|
|
384
|
+
symbol: string;
|
|
385
|
+
name: string;
|
|
386
|
+
symbol_native: string;
|
|
387
|
+
decimal_digits: number;
|
|
388
|
+
rounding: number;
|
|
389
|
+
code: string;
|
|
390
|
+
name_plural: string;
|
|
391
|
+
};
|
|
392
|
+
GTQ: {
|
|
393
|
+
symbol: string;
|
|
394
|
+
name: string;
|
|
395
|
+
symbol_native: string;
|
|
396
|
+
decimal_digits: number;
|
|
397
|
+
rounding: number;
|
|
398
|
+
code: string;
|
|
399
|
+
name_plural: string;
|
|
400
|
+
};
|
|
401
|
+
HKD: {
|
|
402
|
+
symbol: string;
|
|
403
|
+
name: string;
|
|
404
|
+
symbol_native: string;
|
|
405
|
+
decimal_digits: number;
|
|
406
|
+
rounding: number;
|
|
407
|
+
code: string;
|
|
408
|
+
name_plural: string;
|
|
409
|
+
};
|
|
410
|
+
HNL: {
|
|
411
|
+
symbol: string;
|
|
412
|
+
name: string;
|
|
413
|
+
symbol_native: string;
|
|
414
|
+
decimal_digits: number;
|
|
415
|
+
rounding: number;
|
|
416
|
+
code: string;
|
|
417
|
+
name_plural: string;
|
|
418
|
+
};
|
|
419
|
+
HRK: {
|
|
420
|
+
symbol: string;
|
|
421
|
+
name: string;
|
|
422
|
+
symbol_native: string;
|
|
423
|
+
decimal_digits: number;
|
|
424
|
+
rounding: number;
|
|
425
|
+
code: string;
|
|
426
|
+
name_plural: string;
|
|
427
|
+
};
|
|
428
|
+
HUF: {
|
|
429
|
+
symbol: string;
|
|
430
|
+
name: string;
|
|
431
|
+
symbol_native: string;
|
|
432
|
+
decimal_digits: number;
|
|
433
|
+
rounding: number;
|
|
434
|
+
code: string;
|
|
435
|
+
name_plural: string;
|
|
436
|
+
};
|
|
437
|
+
IDR: {
|
|
438
|
+
symbol: string;
|
|
439
|
+
name: string;
|
|
440
|
+
symbol_native: string;
|
|
441
|
+
decimal_digits: number;
|
|
442
|
+
rounding: number;
|
|
443
|
+
code: string;
|
|
444
|
+
name_plural: string;
|
|
445
|
+
};
|
|
446
|
+
ILS: {
|
|
447
|
+
symbol: string;
|
|
448
|
+
name: string;
|
|
449
|
+
symbol_native: string;
|
|
450
|
+
decimal_digits: number;
|
|
451
|
+
rounding: number;
|
|
452
|
+
code: string;
|
|
453
|
+
name_plural: string;
|
|
454
|
+
};
|
|
455
|
+
INR: {
|
|
456
|
+
symbol: string;
|
|
457
|
+
name: string;
|
|
458
|
+
symbol_native: string;
|
|
459
|
+
decimal_digits: number;
|
|
460
|
+
rounding: number;
|
|
461
|
+
code: string;
|
|
462
|
+
name_plural: string;
|
|
463
|
+
};
|
|
464
|
+
IQD: {
|
|
465
|
+
symbol: string;
|
|
466
|
+
name: string;
|
|
467
|
+
symbol_native: string;
|
|
468
|
+
decimal_digits: number;
|
|
469
|
+
rounding: number;
|
|
470
|
+
code: string;
|
|
471
|
+
name_plural: string;
|
|
472
|
+
};
|
|
473
|
+
IRR: {
|
|
474
|
+
symbol: string;
|
|
475
|
+
name: string;
|
|
476
|
+
symbol_native: string;
|
|
477
|
+
decimal_digits: number;
|
|
478
|
+
rounding: number;
|
|
479
|
+
code: string;
|
|
480
|
+
name_plural: string;
|
|
481
|
+
};
|
|
482
|
+
ISK: {
|
|
483
|
+
symbol: string;
|
|
484
|
+
name: string;
|
|
485
|
+
symbol_native: string;
|
|
486
|
+
decimal_digits: number;
|
|
487
|
+
rounding: number;
|
|
488
|
+
code: string;
|
|
489
|
+
name_plural: string;
|
|
490
|
+
};
|
|
491
|
+
JMD: {
|
|
492
|
+
symbol: string;
|
|
493
|
+
name: string;
|
|
494
|
+
symbol_native: string;
|
|
495
|
+
decimal_digits: number;
|
|
496
|
+
rounding: number;
|
|
497
|
+
code: string;
|
|
498
|
+
name_plural: string;
|
|
499
|
+
};
|
|
500
|
+
JOD: {
|
|
501
|
+
symbol: string;
|
|
502
|
+
name: string;
|
|
503
|
+
symbol_native: string;
|
|
504
|
+
decimal_digits: number;
|
|
505
|
+
rounding: number;
|
|
506
|
+
code: string;
|
|
507
|
+
name_plural: string;
|
|
508
|
+
};
|
|
509
|
+
JPY: {
|
|
510
|
+
symbol: string;
|
|
511
|
+
name: string;
|
|
512
|
+
symbol_native: string;
|
|
513
|
+
decimal_digits: number;
|
|
514
|
+
rounding: number;
|
|
515
|
+
code: string;
|
|
516
|
+
name_plural: string;
|
|
517
|
+
};
|
|
518
|
+
KES: {
|
|
519
|
+
symbol: string;
|
|
520
|
+
name: string;
|
|
521
|
+
symbol_native: string;
|
|
522
|
+
decimal_digits: number;
|
|
523
|
+
rounding: number;
|
|
524
|
+
code: string;
|
|
525
|
+
name_plural: string;
|
|
526
|
+
};
|
|
527
|
+
KHR: {
|
|
528
|
+
symbol: string;
|
|
529
|
+
name: string;
|
|
530
|
+
symbol_native: string;
|
|
531
|
+
decimal_digits: number;
|
|
532
|
+
rounding: number;
|
|
533
|
+
code: string;
|
|
534
|
+
name_plural: string;
|
|
535
|
+
};
|
|
536
|
+
KMF: {
|
|
537
|
+
symbol: string;
|
|
538
|
+
name: string;
|
|
539
|
+
symbol_native: string;
|
|
540
|
+
decimal_digits: number;
|
|
541
|
+
rounding: number;
|
|
542
|
+
code: string;
|
|
543
|
+
name_plural: string;
|
|
544
|
+
};
|
|
545
|
+
KRW: {
|
|
546
|
+
symbol: string;
|
|
547
|
+
name: string;
|
|
548
|
+
symbol_native: string;
|
|
549
|
+
decimal_digits: number;
|
|
550
|
+
rounding: number;
|
|
551
|
+
code: string;
|
|
552
|
+
name_plural: string;
|
|
553
|
+
};
|
|
554
|
+
KWD: {
|
|
555
|
+
symbol: string;
|
|
556
|
+
name: string;
|
|
557
|
+
symbol_native: string;
|
|
558
|
+
decimal_digits: number;
|
|
559
|
+
rounding: number;
|
|
560
|
+
code: string;
|
|
561
|
+
name_plural: string;
|
|
562
|
+
};
|
|
563
|
+
KZT: {
|
|
564
|
+
symbol: string;
|
|
565
|
+
name: string;
|
|
566
|
+
symbol_native: string;
|
|
567
|
+
decimal_digits: number;
|
|
568
|
+
rounding: number;
|
|
569
|
+
code: string;
|
|
570
|
+
name_plural: string;
|
|
571
|
+
};
|
|
572
|
+
LBP: {
|
|
573
|
+
symbol: string;
|
|
574
|
+
name: string;
|
|
575
|
+
symbol_native: string;
|
|
576
|
+
decimal_digits: number;
|
|
577
|
+
rounding: number;
|
|
578
|
+
code: string;
|
|
579
|
+
name_plural: string;
|
|
580
|
+
};
|
|
581
|
+
LKR: {
|
|
582
|
+
symbol: string;
|
|
583
|
+
name: string;
|
|
584
|
+
symbol_native: string;
|
|
585
|
+
decimal_digits: number;
|
|
586
|
+
rounding: number;
|
|
587
|
+
code: string;
|
|
588
|
+
name_plural: string;
|
|
589
|
+
};
|
|
590
|
+
LTL: {
|
|
591
|
+
symbol: string;
|
|
592
|
+
name: string;
|
|
593
|
+
symbol_native: string;
|
|
594
|
+
decimal_digits: number;
|
|
595
|
+
rounding: number;
|
|
596
|
+
code: string;
|
|
597
|
+
name_plural: string;
|
|
598
|
+
};
|
|
599
|
+
LVL: {
|
|
600
|
+
symbol: string;
|
|
601
|
+
name: string;
|
|
602
|
+
symbol_native: string;
|
|
603
|
+
decimal_digits: number;
|
|
604
|
+
rounding: number;
|
|
605
|
+
code: string;
|
|
606
|
+
name_plural: string;
|
|
607
|
+
};
|
|
608
|
+
LYD: {
|
|
609
|
+
symbol: string;
|
|
610
|
+
name: string;
|
|
611
|
+
symbol_native: string;
|
|
612
|
+
decimal_digits: number;
|
|
613
|
+
rounding: number;
|
|
614
|
+
code: string;
|
|
615
|
+
name_plural: string;
|
|
616
|
+
};
|
|
617
|
+
MAD: {
|
|
618
|
+
symbol: string;
|
|
619
|
+
name: string;
|
|
620
|
+
symbol_native: string;
|
|
621
|
+
decimal_digits: number;
|
|
622
|
+
rounding: number;
|
|
623
|
+
code: string;
|
|
624
|
+
name_plural: string;
|
|
625
|
+
};
|
|
626
|
+
MDL: {
|
|
627
|
+
symbol: string;
|
|
628
|
+
name: string;
|
|
629
|
+
symbol_native: string;
|
|
630
|
+
decimal_digits: number;
|
|
631
|
+
rounding: number;
|
|
632
|
+
code: string;
|
|
633
|
+
name_plural: string;
|
|
634
|
+
};
|
|
635
|
+
MGA: {
|
|
636
|
+
symbol: string;
|
|
637
|
+
name: string;
|
|
638
|
+
symbol_native: string;
|
|
639
|
+
decimal_digits: number;
|
|
640
|
+
rounding: number;
|
|
641
|
+
code: string;
|
|
642
|
+
name_plural: string;
|
|
643
|
+
};
|
|
644
|
+
MKD: {
|
|
645
|
+
symbol: string;
|
|
646
|
+
name: string;
|
|
647
|
+
symbol_native: string;
|
|
648
|
+
decimal_digits: number;
|
|
649
|
+
rounding: number;
|
|
650
|
+
code: string;
|
|
651
|
+
name_plural: string;
|
|
652
|
+
};
|
|
653
|
+
MMK: {
|
|
654
|
+
symbol: string;
|
|
655
|
+
name: string;
|
|
656
|
+
symbol_native: string;
|
|
657
|
+
decimal_digits: number;
|
|
658
|
+
rounding: number;
|
|
659
|
+
code: string;
|
|
660
|
+
name_plural: string;
|
|
661
|
+
};
|
|
662
|
+
MOP: {
|
|
663
|
+
symbol: string;
|
|
664
|
+
name: string;
|
|
665
|
+
symbol_native: string;
|
|
666
|
+
decimal_digits: number;
|
|
667
|
+
rounding: number;
|
|
668
|
+
code: string;
|
|
669
|
+
name_plural: string;
|
|
670
|
+
};
|
|
671
|
+
MUR: {
|
|
672
|
+
symbol: string;
|
|
673
|
+
name: string;
|
|
674
|
+
symbol_native: string;
|
|
675
|
+
decimal_digits: number;
|
|
676
|
+
rounding: number;
|
|
677
|
+
code: string;
|
|
678
|
+
name_plural: string;
|
|
679
|
+
};
|
|
680
|
+
MXN: {
|
|
681
|
+
symbol: string;
|
|
682
|
+
name: string;
|
|
683
|
+
symbol_native: string;
|
|
684
|
+
decimal_digits: number;
|
|
685
|
+
rounding: number;
|
|
686
|
+
code: string;
|
|
687
|
+
name_plural: string;
|
|
688
|
+
};
|
|
689
|
+
MYR: {
|
|
690
|
+
symbol: string;
|
|
691
|
+
name: string;
|
|
692
|
+
symbol_native: string;
|
|
693
|
+
decimal_digits: number;
|
|
694
|
+
rounding: number;
|
|
695
|
+
code: string;
|
|
696
|
+
name_plural: string;
|
|
697
|
+
};
|
|
698
|
+
MZN: {
|
|
699
|
+
symbol: string;
|
|
700
|
+
name: string;
|
|
701
|
+
symbol_native: string;
|
|
702
|
+
decimal_digits: number;
|
|
703
|
+
rounding: number;
|
|
704
|
+
code: string;
|
|
705
|
+
name_plural: string;
|
|
706
|
+
};
|
|
707
|
+
NAD: {
|
|
708
|
+
symbol: string;
|
|
709
|
+
name: string;
|
|
710
|
+
symbol_native: string;
|
|
711
|
+
decimal_digits: number;
|
|
712
|
+
rounding: number;
|
|
713
|
+
code: string;
|
|
714
|
+
name_plural: string;
|
|
715
|
+
};
|
|
716
|
+
NGN: {
|
|
717
|
+
symbol: string;
|
|
718
|
+
name: string;
|
|
719
|
+
symbol_native: string;
|
|
720
|
+
decimal_digits: number;
|
|
721
|
+
rounding: number;
|
|
722
|
+
code: string;
|
|
723
|
+
name_plural: string;
|
|
724
|
+
};
|
|
725
|
+
NIO: {
|
|
726
|
+
symbol: string;
|
|
727
|
+
name: string;
|
|
728
|
+
symbol_native: string;
|
|
729
|
+
decimal_digits: number;
|
|
730
|
+
rounding: number;
|
|
731
|
+
code: string;
|
|
732
|
+
name_plural: string;
|
|
733
|
+
};
|
|
734
|
+
NOK: {
|
|
735
|
+
symbol: string;
|
|
736
|
+
name: string;
|
|
737
|
+
symbol_native: string;
|
|
738
|
+
decimal_digits: number;
|
|
739
|
+
rounding: number;
|
|
740
|
+
code: string;
|
|
741
|
+
name_plural: string;
|
|
742
|
+
};
|
|
743
|
+
NPR: {
|
|
744
|
+
symbol: string;
|
|
745
|
+
name: string;
|
|
746
|
+
symbol_native: string;
|
|
747
|
+
decimal_digits: number;
|
|
748
|
+
rounding: number;
|
|
749
|
+
code: string;
|
|
750
|
+
name_plural: string;
|
|
751
|
+
};
|
|
752
|
+
NZD: {
|
|
753
|
+
symbol: string;
|
|
754
|
+
name: string;
|
|
755
|
+
symbol_native: string;
|
|
756
|
+
decimal_digits: number;
|
|
757
|
+
rounding: number;
|
|
758
|
+
code: string;
|
|
759
|
+
name_plural: string;
|
|
760
|
+
};
|
|
761
|
+
OMR: {
|
|
762
|
+
symbol: string;
|
|
763
|
+
name: string;
|
|
764
|
+
symbol_native: string;
|
|
765
|
+
decimal_digits: number;
|
|
766
|
+
rounding: number;
|
|
767
|
+
code: string;
|
|
768
|
+
name_plural: string;
|
|
769
|
+
};
|
|
770
|
+
PAB: {
|
|
771
|
+
symbol: string;
|
|
772
|
+
name: string;
|
|
773
|
+
symbol_native: string;
|
|
774
|
+
decimal_digits: number;
|
|
775
|
+
rounding: number;
|
|
776
|
+
code: string;
|
|
777
|
+
name_plural: string;
|
|
778
|
+
};
|
|
779
|
+
PEN: {
|
|
780
|
+
symbol: string;
|
|
781
|
+
name: string;
|
|
782
|
+
symbol_native: string;
|
|
783
|
+
decimal_digits: number;
|
|
784
|
+
rounding: number;
|
|
785
|
+
code: string;
|
|
786
|
+
name_plural: string;
|
|
787
|
+
};
|
|
788
|
+
PHP: {
|
|
789
|
+
symbol: string;
|
|
790
|
+
name: string;
|
|
791
|
+
symbol_native: string;
|
|
792
|
+
decimal_digits: number;
|
|
793
|
+
rounding: number;
|
|
794
|
+
code: string;
|
|
795
|
+
name_plural: string;
|
|
796
|
+
};
|
|
797
|
+
PKR: {
|
|
798
|
+
symbol: string;
|
|
799
|
+
name: string;
|
|
800
|
+
symbol_native: string;
|
|
801
|
+
decimal_digits: number;
|
|
802
|
+
rounding: number;
|
|
803
|
+
code: string;
|
|
804
|
+
name_plural: string;
|
|
805
|
+
};
|
|
806
|
+
PLN: {
|
|
807
|
+
symbol: string;
|
|
808
|
+
name: string;
|
|
809
|
+
symbol_native: string;
|
|
810
|
+
decimal_digits: number;
|
|
811
|
+
rounding: number;
|
|
812
|
+
code: string;
|
|
813
|
+
name_plural: string;
|
|
814
|
+
};
|
|
815
|
+
PYG: {
|
|
816
|
+
symbol: string;
|
|
817
|
+
name: string;
|
|
818
|
+
symbol_native: string;
|
|
819
|
+
decimal_digits: number;
|
|
820
|
+
rounding: number;
|
|
821
|
+
code: string;
|
|
822
|
+
name_plural: string;
|
|
823
|
+
};
|
|
824
|
+
QAR: {
|
|
825
|
+
symbol: string;
|
|
826
|
+
name: string;
|
|
827
|
+
symbol_native: string;
|
|
828
|
+
decimal_digits: number;
|
|
829
|
+
rounding: number;
|
|
830
|
+
code: string;
|
|
831
|
+
name_plural: string;
|
|
832
|
+
};
|
|
833
|
+
RON: {
|
|
834
|
+
symbol: string;
|
|
835
|
+
name: string;
|
|
836
|
+
symbol_native: string;
|
|
837
|
+
decimal_digits: number;
|
|
838
|
+
rounding: number;
|
|
839
|
+
code: string;
|
|
840
|
+
name_plural: string;
|
|
841
|
+
};
|
|
842
|
+
RSD: {
|
|
843
|
+
symbol: string;
|
|
844
|
+
name: string;
|
|
845
|
+
symbol_native: string;
|
|
846
|
+
decimal_digits: number;
|
|
847
|
+
rounding: number;
|
|
848
|
+
code: string;
|
|
849
|
+
name_plural: string;
|
|
850
|
+
};
|
|
851
|
+
RUB: {
|
|
852
|
+
symbol: string;
|
|
853
|
+
name: string;
|
|
854
|
+
symbol_native: string;
|
|
855
|
+
decimal_digits: number;
|
|
856
|
+
rounding: number;
|
|
857
|
+
code: string;
|
|
858
|
+
name_plural: string;
|
|
859
|
+
};
|
|
860
|
+
RWF: {
|
|
861
|
+
symbol: string;
|
|
862
|
+
name: string;
|
|
863
|
+
symbol_native: string;
|
|
864
|
+
decimal_digits: number;
|
|
865
|
+
rounding: number;
|
|
866
|
+
code: string;
|
|
867
|
+
name_plural: string;
|
|
868
|
+
};
|
|
869
|
+
SAR: {
|
|
870
|
+
symbol: string;
|
|
871
|
+
name: string;
|
|
872
|
+
symbol_native: string;
|
|
873
|
+
decimal_digits: number;
|
|
874
|
+
rounding: number;
|
|
875
|
+
code: string;
|
|
876
|
+
name_plural: string;
|
|
877
|
+
};
|
|
878
|
+
SDG: {
|
|
879
|
+
symbol: string;
|
|
880
|
+
name: string;
|
|
881
|
+
symbol_native: string;
|
|
882
|
+
decimal_digits: number;
|
|
883
|
+
rounding: number;
|
|
884
|
+
code: string;
|
|
885
|
+
name_plural: string;
|
|
886
|
+
};
|
|
887
|
+
SEK: {
|
|
888
|
+
symbol: string;
|
|
889
|
+
name: string;
|
|
890
|
+
symbol_native: string;
|
|
891
|
+
decimal_digits: number;
|
|
892
|
+
rounding: number;
|
|
893
|
+
code: string;
|
|
894
|
+
name_plural: string;
|
|
895
|
+
};
|
|
896
|
+
SGD: {
|
|
897
|
+
symbol: string;
|
|
898
|
+
name: string;
|
|
899
|
+
symbol_native: string;
|
|
900
|
+
decimal_digits: number;
|
|
901
|
+
rounding: number;
|
|
902
|
+
code: string;
|
|
903
|
+
name_plural: string;
|
|
904
|
+
};
|
|
905
|
+
SOS: {
|
|
906
|
+
symbol: string;
|
|
907
|
+
name: string;
|
|
908
|
+
symbol_native: string;
|
|
909
|
+
decimal_digits: number;
|
|
910
|
+
rounding: number;
|
|
911
|
+
code: string;
|
|
912
|
+
name_plural: string;
|
|
913
|
+
};
|
|
914
|
+
SYP: {
|
|
915
|
+
symbol: string;
|
|
916
|
+
name: string;
|
|
917
|
+
symbol_native: string;
|
|
918
|
+
decimal_digits: number;
|
|
919
|
+
rounding: number;
|
|
920
|
+
code: string;
|
|
921
|
+
name_plural: string;
|
|
922
|
+
};
|
|
923
|
+
THB: {
|
|
924
|
+
symbol: string;
|
|
925
|
+
name: string;
|
|
926
|
+
symbol_native: string;
|
|
927
|
+
decimal_digits: number;
|
|
928
|
+
rounding: number;
|
|
929
|
+
code: string;
|
|
930
|
+
name_plural: string;
|
|
931
|
+
};
|
|
932
|
+
TND: {
|
|
933
|
+
symbol: string;
|
|
934
|
+
name: string;
|
|
935
|
+
symbol_native: string;
|
|
936
|
+
decimal_digits: number;
|
|
937
|
+
rounding: number;
|
|
938
|
+
code: string;
|
|
939
|
+
name_plural: string;
|
|
940
|
+
};
|
|
941
|
+
TOP: {
|
|
942
|
+
symbol: string;
|
|
943
|
+
name: string;
|
|
944
|
+
symbol_native: string;
|
|
945
|
+
decimal_digits: number;
|
|
946
|
+
rounding: number;
|
|
947
|
+
code: string;
|
|
948
|
+
name_plural: string;
|
|
949
|
+
};
|
|
950
|
+
TRY: {
|
|
951
|
+
symbol: string;
|
|
952
|
+
name: string;
|
|
953
|
+
symbol_native: string;
|
|
954
|
+
decimal_digits: number;
|
|
955
|
+
rounding: number;
|
|
956
|
+
code: string;
|
|
957
|
+
name_plural: string;
|
|
958
|
+
};
|
|
959
|
+
TTD: {
|
|
960
|
+
symbol: string;
|
|
961
|
+
name: string;
|
|
962
|
+
symbol_native: string;
|
|
963
|
+
decimal_digits: number;
|
|
964
|
+
rounding: number;
|
|
965
|
+
code: string;
|
|
966
|
+
name_plural: string;
|
|
967
|
+
};
|
|
968
|
+
TWD: {
|
|
969
|
+
symbol: string;
|
|
970
|
+
name: string;
|
|
971
|
+
symbol_native: string;
|
|
972
|
+
decimal_digits: number;
|
|
973
|
+
rounding: number;
|
|
974
|
+
code: string;
|
|
975
|
+
name_plural: string;
|
|
976
|
+
};
|
|
977
|
+
TZS: {
|
|
978
|
+
symbol: string;
|
|
979
|
+
name: string;
|
|
980
|
+
symbol_native: string;
|
|
981
|
+
decimal_digits: number;
|
|
982
|
+
rounding: number;
|
|
983
|
+
code: string;
|
|
984
|
+
name_plural: string;
|
|
985
|
+
};
|
|
986
|
+
UAH: {
|
|
987
|
+
symbol: string;
|
|
988
|
+
name: string;
|
|
989
|
+
symbol_native: string;
|
|
990
|
+
decimal_digits: number;
|
|
991
|
+
rounding: number;
|
|
992
|
+
code: string;
|
|
993
|
+
name_plural: string;
|
|
994
|
+
};
|
|
995
|
+
UGX: {
|
|
996
|
+
symbol: string;
|
|
997
|
+
name: string;
|
|
998
|
+
symbol_native: string;
|
|
999
|
+
decimal_digits: number;
|
|
1000
|
+
rounding: number;
|
|
1001
|
+
code: string;
|
|
1002
|
+
name_plural: string;
|
|
1003
|
+
};
|
|
1004
|
+
UYU: {
|
|
1005
|
+
symbol: string;
|
|
1006
|
+
name: string;
|
|
1007
|
+
symbol_native: string;
|
|
1008
|
+
decimal_digits: number;
|
|
1009
|
+
rounding: number;
|
|
1010
|
+
code: string;
|
|
1011
|
+
name_plural: string;
|
|
1012
|
+
};
|
|
1013
|
+
UZS: {
|
|
1014
|
+
symbol: string;
|
|
1015
|
+
name: string;
|
|
1016
|
+
symbol_native: string;
|
|
1017
|
+
decimal_digits: number;
|
|
1018
|
+
rounding: number;
|
|
1019
|
+
code: string;
|
|
1020
|
+
name_plural: string;
|
|
1021
|
+
};
|
|
1022
|
+
VEF: {
|
|
1023
|
+
symbol: string;
|
|
1024
|
+
name: string;
|
|
1025
|
+
symbol_native: string;
|
|
1026
|
+
decimal_digits: number;
|
|
1027
|
+
rounding: number;
|
|
1028
|
+
code: string;
|
|
1029
|
+
name_plural: string;
|
|
1030
|
+
};
|
|
1031
|
+
VND: {
|
|
1032
|
+
symbol: string;
|
|
1033
|
+
name: string;
|
|
1034
|
+
symbol_native: string;
|
|
1035
|
+
decimal_digits: number;
|
|
1036
|
+
rounding: number;
|
|
1037
|
+
code: string;
|
|
1038
|
+
name_plural: string;
|
|
1039
|
+
};
|
|
1040
|
+
XAF: {
|
|
1041
|
+
symbol: string;
|
|
1042
|
+
name: string;
|
|
1043
|
+
symbol_native: string;
|
|
1044
|
+
decimal_digits: number;
|
|
1045
|
+
rounding: number;
|
|
1046
|
+
code: string;
|
|
1047
|
+
name_plural: string;
|
|
1048
|
+
};
|
|
1049
|
+
XOF: {
|
|
1050
|
+
symbol: string;
|
|
1051
|
+
name: string;
|
|
1052
|
+
symbol_native: string;
|
|
1053
|
+
decimal_digits: number;
|
|
1054
|
+
rounding: number;
|
|
1055
|
+
code: string;
|
|
1056
|
+
name_plural: string;
|
|
1057
|
+
};
|
|
1058
|
+
YER: {
|
|
1059
|
+
symbol: string;
|
|
1060
|
+
name: string;
|
|
1061
|
+
symbol_native: string;
|
|
1062
|
+
decimal_digits: number;
|
|
1063
|
+
rounding: number;
|
|
1064
|
+
code: string;
|
|
1065
|
+
name_plural: string;
|
|
1066
|
+
};
|
|
1067
|
+
ZAR: {
|
|
1068
|
+
symbol: string;
|
|
1069
|
+
name: string;
|
|
1070
|
+
symbol_native: string;
|
|
1071
|
+
decimal_digits: number;
|
|
1072
|
+
rounding: number;
|
|
1073
|
+
code: string;
|
|
1074
|
+
name_plural: string;
|
|
1075
|
+
};
|
|
1076
|
+
ZMK: {
|
|
1077
|
+
symbol: string;
|
|
1078
|
+
name: string;
|
|
1079
|
+
symbol_native: string;
|
|
1080
|
+
decimal_digits: number;
|
|
1081
|
+
rounding: number;
|
|
1082
|
+
code: string;
|
|
1083
|
+
name_plural: string;
|
|
1084
|
+
};
|
|
1085
|
+
};
|
|
1086
|
+
|
|
1087
|
+
declare const appendNode: (node: HTMLElement, parent: HTMLElement, sync?: boolean) => void;
|
|
1088
|
+
declare const insertBefore: (node: HTMLElement, ref: HTMLElement, sync?: boolean) => void;
|
|
1089
|
+
declare const insertAfter: (node: HTMLElement, ref: HTMLElement, sync?: boolean) => void;
|
|
1090
|
+
declare const removeNode: (node: HTMLElement, sync?: boolean) => void;
|
|
1091
|
+
declare const removeClass: (node: HTMLElement, ov: string, sync?: boolean) => void;
|
|
1092
|
+
declare const addClass: (node: HTMLElement, nv: string, sync?: boolean) => void;
|
|
1093
|
+
declare const switchClass: (node: HTMLElement, toAdd?: string, toRemove?: string, sync?: boolean) => void;
|
|
1094
|
+
declare const toggleClass: (node: HTMLElement, cls: string, condition: boolean, sync?: boolean) => void;
|
|
1095
|
+
declare const setCSS: (node: HTMLElement, cssName: string, val?: string | number, sync?: boolean) => void;
|
|
1096
|
+
declare const setCSSFromObj: (node: HTMLElement, cssObj: any, sync?: boolean) => void;
|
|
1097
|
+
declare const setProperty: (node: HTMLElement, propName: string, val: any, sync?: boolean) => void;
|
|
1098
|
+
declare const setAttr: (node: HTMLElement, attrName: string, val: any, sync?: boolean) => void;
|
|
1099
|
+
declare const setHtml: (node: HTMLElement, html: string, sync?: boolean) => void;
|
|
1100
|
+
declare const removeAttr: (node: HTMLElement, attrName: string, sync?: boolean) => void;
|
|
1101
|
+
declare const createElement: (nodeType: string, attrs: any, sync?: boolean) => HTMLElement;
|
|
1102
|
+
declare const toDimension: (v: string | number) => string | number;
|
|
1103
|
+
|
|
1104
|
+
declare enum FormWidgetType {
|
|
1105
|
+
AUTOCOMPLETE = "autocomplete",
|
|
1106
|
+
CHECKBOX = "checkbox",
|
|
1107
|
+
CHECKBOXSET = "checkboxset",
|
|
1108
|
+
CHIPS = "chips",
|
|
1109
|
+
COLORPICKER = "colorpicker",
|
|
1110
|
+
CURRENCY = "currency",
|
|
1111
|
+
CUSTOMWIDGET = "custom-widget",
|
|
1112
|
+
DATE = "date",
|
|
1113
|
+
DATETIME = "datetime",
|
|
1114
|
+
ICONBUTTONTOGGLE = "iconbutton-toggle",
|
|
1115
|
+
NUMBER = "number",
|
|
1116
|
+
PASSWORD = "password",
|
|
1117
|
+
RADIOSET = "radioset",
|
|
1118
|
+
RATING = "rating",
|
|
1119
|
+
RICHTEXT = "richtext",
|
|
1120
|
+
SELECT = "select",
|
|
1121
|
+
TOGGLE = "toggle",
|
|
1122
|
+
SLIDER = "slider",
|
|
1123
|
+
SWITCH = "switch",
|
|
1124
|
+
TEXT = "text",
|
|
1125
|
+
TEXTAREA = "textarea",
|
|
1126
|
+
TIME = "time",
|
|
1127
|
+
TIMESTAMP = "timestamp",
|
|
1128
|
+
TYPEAHEAD = "typeahead",
|
|
1129
|
+
UPLOAD = "upload"
|
|
1130
|
+
}
|
|
1131
|
+
declare enum DataType {
|
|
1132
|
+
INTEGER = "integer",
|
|
1133
|
+
BIG_INTEGER = "big_integer",
|
|
1134
|
+
SHORT = "short",
|
|
1135
|
+
FLOAT = "float",
|
|
1136
|
+
BIG_DECIMAL = "big_decimal",
|
|
1137
|
+
DOUBLE = "double",
|
|
1138
|
+
LONG = "long",
|
|
1139
|
+
BYTE = "byte",
|
|
1140
|
+
STRING = "string",
|
|
1141
|
+
CHARACTER = "character",
|
|
1142
|
+
TEXT = "text",
|
|
1143
|
+
DATE = "date",
|
|
1144
|
+
TIME = "time",
|
|
1145
|
+
TIMESTAMP = "timestamp",
|
|
1146
|
+
DATETIME = "datetime",
|
|
1147
|
+
LOCALDATETIME = "localdatetime",
|
|
1148
|
+
BOOLEAN = "boolean",
|
|
1149
|
+
LIST = "list",
|
|
1150
|
+
CLOB = "clob",
|
|
1151
|
+
BLOB = "blob"
|
|
1152
|
+
}
|
|
1153
|
+
declare enum MatchMode {
|
|
1154
|
+
BETWEEN = "between",
|
|
1155
|
+
GREATER = "greaterthanequal",
|
|
1156
|
+
LESSER = "lessthanequal",
|
|
1157
|
+
NULL = "null",
|
|
1158
|
+
EMPTY = "empty",
|
|
1159
|
+
NULLOREMPTY = "nullorempty",
|
|
1160
|
+
EQUALS = "exact"
|
|
1161
|
+
}
|
|
1162
|
+
declare enum DEFAULT_FORMATS {
|
|
1163
|
+
DATE = "yyyy-MM-dd",
|
|
1164
|
+
TIME = "HH:mm:ss",
|
|
1165
|
+
TIMESTAMP = "timestamp",
|
|
1166
|
+
DATETIME = "yyyy-MM-ddTHH:mm:ss",
|
|
1167
|
+
LOCALDATETIME = "yyyy-MM-ddTHH:mm:ss",
|
|
1168
|
+
DATETIME_ORACLE = "yyyy-MM-dd HH:mm:ss",
|
|
1169
|
+
DATE_TIME = "yyyy-MM-dd HH:mm:ss"
|
|
1170
|
+
}
|
|
1171
|
+
|
|
1172
|
+
declare class EventNotifier {
|
|
1173
|
+
private _subject;
|
|
1174
|
+
private _isInitialized;
|
|
1175
|
+
private _eventsBeforeInit;
|
|
1176
|
+
constructor(start?: boolean);
|
|
1177
|
+
/**
|
|
1178
|
+
* A event can be fired, but will be sent to subscribers only after exchange is started.
|
|
1179
|
+
*
|
|
1180
|
+
* @param {string} eventName
|
|
1181
|
+
* @param data
|
|
1182
|
+
*/
|
|
1183
|
+
notify(eventName: string, ...data: Array<any>): void;
|
|
1184
|
+
/**
|
|
1185
|
+
* starts the exchange and send the pending events to subscribers.
|
|
1186
|
+
*/
|
|
1187
|
+
start(): void;
|
|
1188
|
+
/**
|
|
1189
|
+
* upon subscription, method to cancel subscription is returned.
|
|
1190
|
+
*
|
|
1191
|
+
* @param eventName
|
|
1192
|
+
* @param {(data: any) => void} callback
|
|
1193
|
+
* @returns {() => void}
|
|
1194
|
+
*/
|
|
1195
|
+
subscribe(eventName: any, callback: (...data: Array<any>) => void): () => void;
|
|
1196
|
+
destroy(): void;
|
|
1197
|
+
}
|
|
1198
|
+
|
|
1199
|
+
type ParseExprResult = (data?: any, locals?: any) => any;
|
|
1200
|
+
declare function setPipeProvider(_pipeProvider: any): void;
|
|
1201
|
+
declare function $parseExpr(expr: string, defOnly?: boolean): ParseExprResult;
|
|
1202
|
+
declare function $parseEvent(expr: any, defOnly?: any): ParseExprResult;
|
|
1203
|
+
declare const registerFnByExpr: (expr: any, fn: any, usedPipes?: any) => void;
|
|
1204
|
+
declare const getFnByExpr: (expr: any) => any;
|
|
1205
|
+
declare const getFnForBindExpr: (expr: any) => any;
|
|
1206
|
+
declare const getFnForEventExpr: (expr: any) => any;
|
|
1207
|
+
|
|
1208
|
+
declare const getNavClass: (suffix: string) => string;
|
|
1209
|
+
declare const getSheetPositionClass: (suffix: string) => string;
|
|
1210
|
+
declare const enum EVENT_LIFE {
|
|
1211
|
+
ONCE = 0,
|
|
1212
|
+
WINDOW = 1
|
|
1213
|
+
}
|
|
1214
|
+
declare const isDefined: (v: any) => boolean;
|
|
1215
|
+
declare const isObject: (v: any) => boolean;
|
|
1216
|
+
declare const toBoolean: (val: any, identity?: any) => boolean;
|
|
1217
|
+
declare const isIE: () => boolean;
|
|
1218
|
+
declare const isAndroid: () => boolean;
|
|
1219
|
+
declare const isAndroidTablet: () => boolean;
|
|
1220
|
+
declare const isIphone: () => boolean;
|
|
1221
|
+
declare const isIpod: () => boolean;
|
|
1222
|
+
declare const isIpad: () => boolean;
|
|
1223
|
+
declare const isIos: () => boolean;
|
|
1224
|
+
declare const isSafari: () => boolean;
|
|
1225
|
+
declare const isLargeTabletLandscape: (landScapeWidth: any, landScapeHeight: any) => boolean;
|
|
1226
|
+
declare const isLargeTabletPortrait: (landScapeWidth: any, landScapeHeight: any) => boolean;
|
|
1227
|
+
declare const isMobile: () => boolean;
|
|
1228
|
+
declare const getAndroidVersion: () => string;
|
|
1229
|
+
declare const isKitkatDevice: () => boolean;
|
|
1230
|
+
/**
|
|
1231
|
+
* this method encodes the url and returns the encoded string
|
|
1232
|
+
*/
|
|
1233
|
+
declare const encodeUrl: (url: string) => string;
|
|
1234
|
+
/**
|
|
1235
|
+
* this method encodes the url params and is private to the class only
|
|
1236
|
+
*/
|
|
1237
|
+
declare const encodeUrlParams: (url: string) => string;
|
|
1238
|
+
declare const initCaps: (name: any) => any;
|
|
1239
|
+
declare const spaceSeparate: (name: any) => any;
|
|
1240
|
+
declare const replaceAt: (string: any, index: any, character: any) => any;
|
|
1241
|
+
declare const periodSeparate: (name: any) => any;
|
|
1242
|
+
declare const prettifyLabel: (label: any) => any;
|
|
1243
|
+
declare const deHyphenate: (name: any) => any;
|
|
1244
|
+
declare const prettifyLabels: (names: any, separator?: string) => any;
|
|
1245
|
+
/**
|
|
1246
|
+
* this method checks if a insecure content request is being made
|
|
1247
|
+
*/
|
|
1248
|
+
declare const isInsecureContentRequest: (url: string) => boolean;
|
|
1249
|
+
/**
|
|
1250
|
+
* this method checks if a given string starts with the given string
|
|
1251
|
+
*/
|
|
1252
|
+
declare const stringStartsWith: (str: string, startsWith: string, ignoreCase?: any) => boolean;
|
|
1253
|
+
declare const getEvaluatedExprValue: (object: any, expression: any) => any;
|
|
1254
|
+
declare const isImageFile: (fileName: any) => boolean;
|
|
1255
|
+
declare const isAudioFile: (fileName: any) => boolean;
|
|
1256
|
+
declare const isVideoFile: (fileName: any) => boolean;
|
|
1257
|
+
declare const isValidWebURL: (url: string) => boolean;
|
|
1258
|
+
declare const isValidImageUrl: (url: string) => boolean;
|
|
1259
|
+
declare const getResourceURL: (urlString: any) => any;
|
|
1260
|
+
declare function triggerFn(fn: any, ...argmnts: any[]): any;
|
|
1261
|
+
/**
|
|
1262
|
+
* This method is used to get the formatted date
|
|
1263
|
+
*/
|
|
1264
|
+
declare const getFormattedDate: (datePipe: any, dateObj: any, format: any, timeZone?: any, isTimeStampType?: any, isIntervalDateTime?: any, compInstance?: any) => any;
|
|
1265
|
+
/**
|
|
1266
|
+
* This method is used to check if the date has timezone information or not
|
|
1267
|
+
*/
|
|
1268
|
+
declare const hasOffsetStr: (dateStr: any) => boolean;
|
|
1269
|
+
/**
|
|
1270
|
+
* method to get the date object from the input received
|
|
1271
|
+
*/
|
|
1272
|
+
declare const getDateObj: (value: any, options?: any, timezone?: any) => Date;
|
|
1273
|
+
declare const addEventListenerOnElement: (_element: Element, excludeElement: Element, nativeElement: Element, eventType: any, isDropDownDisplayEnabledOnInput: any, successCB: any, life: EVENT_LIFE, isCapture?: boolean) => () => void;
|
|
1274
|
+
/**
|
|
1275
|
+
* Returns a deep cloned replica of the passed object/array
|
|
1276
|
+
* @param object object/array to clone
|
|
1277
|
+
* @returns a clone of the passed object
|
|
1278
|
+
*/
|
|
1279
|
+
declare const getClonedObject: (object: any) => any;
|
|
1280
|
+
declare const getFiles: (formName: any, fieldName: any, isList: any) => any;
|
|
1281
|
+
declare const generateGUId: () => string;
|
|
1282
|
+
/**
|
|
1283
|
+
* Validate if given access role is in current loggedin user access roles
|
|
1284
|
+
*/
|
|
1285
|
+
declare const validateAccessRoles: (roleExp: any, loggedInUser: any) => number | true;
|
|
1286
|
+
declare const getValidJSON: (content: any) => any;
|
|
1287
|
+
declare const xmlToJson: (xmlString: any) => unknown;
|
|
1288
|
+
declare const findValueOf: (obj: any, key: any, create?: any) => any;
|
|
1289
|
+
declare const extractType: (typeRef: string) => string;
|
|
1290
|
+
declare const isNumberType: (type: any) => boolean;
|
|
1291
|
+
declare const isEmptyObject: (obj: any) => boolean;
|
|
1292
|
+
declare const scrollToElement: (element: any) => void;
|
|
1293
|
+
declare const isElementInViewport: (element: any) => boolean;
|
|
1294
|
+
declare const isPageable: (obj: any) => boolean;
|
|
1295
|
+
declare const replace: (template: any, map: any, parseError?: boolean) => any;
|
|
1296
|
+
declare const isDateTimeType: (type: any) => boolean;
|
|
1297
|
+
declare const getValidDateObject: (val: any, options?: any) => any;
|
|
1298
|
+
declare const getNativeDateObject: (val: any, options?: any) => Date;
|
|
1299
|
+
/**
|
|
1300
|
+
* prepare a blob object based on the content and content type provided
|
|
1301
|
+
* if content is blob itself, simply returns it back
|
|
1302
|
+
* @param val
|
|
1303
|
+
* @param valContentType
|
|
1304
|
+
* @returns {*}
|
|
1305
|
+
*/
|
|
1306
|
+
declare const getBlob: (val: any, valContentType?: any) => any;
|
|
1307
|
+
/**
|
|
1308
|
+
* This function returns true by comparing two objects based on the fields
|
|
1309
|
+
* @param obj1 object
|
|
1310
|
+
* @param obj2 object
|
|
1311
|
+
* @param compareBy string field values to compare
|
|
1312
|
+
* @returns {boolean} true if object equality returns true based on fields
|
|
1313
|
+
*/
|
|
1314
|
+
declare const isEqualWithFields: (obj1: any, obj2: any, compareBy: any) => boolean;
|
|
1315
|
+
declare const loadStyleSheet: (url: any, attr: any) => any;
|
|
1316
|
+
declare const loadStyleSheets: (urls?: any[]) => void;
|
|
1317
|
+
declare const getMomentLocaleObject: (timeZone: any, dateObj?: any) => Date;
|
|
1318
|
+
declare const loadScript: (url: any, loadViaScriptTag: any, cacheable?: boolean) => Promise<any>;
|
|
1319
|
+
declare const loadScripts: (urls?: any[], loadViaScriptTag?: boolean) => Promise<void>;
|
|
1320
|
+
declare let _WM_APP_PROJECT: any;
|
|
1321
|
+
/**
|
|
1322
|
+
* This function sets session storage item based on the project ID
|
|
1323
|
+
* @param key string
|
|
1324
|
+
* @param value string
|
|
1325
|
+
*/
|
|
1326
|
+
declare const setSessionStorageItem: (key: any, value: any) => void;
|
|
1327
|
+
/**
|
|
1328
|
+
* This function gets session storage item based on the project ID
|
|
1329
|
+
* @param key string
|
|
1330
|
+
*/
|
|
1331
|
+
declare const getSessionStorageItem: (key: any) => string;
|
|
1332
|
+
declare const noop: (...args: any[]) => void;
|
|
1333
|
+
/**
|
|
1334
|
+
* This function returns a blob object from the given file path
|
|
1335
|
+
* @param filepath
|
|
1336
|
+
* @returns promise having blob object
|
|
1337
|
+
*/
|
|
1338
|
+
declare const convertToBlob: (filepath: any) => Promise<any>;
|
|
1339
|
+
declare const AppConstants: {
|
|
1340
|
+
INT_MAX_VALUE: number;
|
|
1341
|
+
};
|
|
1342
|
+
declare const openLink: (link: string, target?: string) => void;
|
|
1343
|
+
declare const fetchContent: (dataType: any, url: string, inSync?: boolean, success?: any, error?: any) => Promise<any>;
|
|
1344
|
+
/**
|
|
1345
|
+
* If the given object is a promise, then object is returned. Otherwise, a promise is resolved with the given object.
|
|
1346
|
+
* @param {Promise<T> | T} a
|
|
1347
|
+
* @returns {Promise<T>}
|
|
1348
|
+
*/
|
|
1349
|
+
declare const toPromise: <T>(a: T | Promise<T>) => Promise<T>;
|
|
1350
|
+
/**
|
|
1351
|
+
* This function invokes the given the function (fn) until the function successfully executes or the maximum number
|
|
1352
|
+
* of retries is reached or onBeforeRetry returns false.
|
|
1353
|
+
*
|
|
1354
|
+
* @param fn - a function that is needs to be invoked. The function can also return a promise as well.
|
|
1355
|
+
* @param interval - minimum time gap between successive retries. This argument should be greater or equal to 0.
|
|
1356
|
+
* @param maxRetries - maximum number of retries. This argument should be greater than 0. For all other values,
|
|
1357
|
+
* maxRetries is infinity.
|
|
1358
|
+
* @param onBeforeRetry - a callback function that will be invoked before re-invoking again. This function can
|
|
1359
|
+
* return false or a promise that is resolved to false to stop further retry attempts.
|
|
1360
|
+
* @returns {*} a promise that is resolved when fn is success (or) maximum retry attempts reached
|
|
1361
|
+
* (or) onBeforeRetry returned false.
|
|
1362
|
+
*/
|
|
1363
|
+
declare const retryIfFails: (fn: () => any, interval: number, maxRetries: number, onBeforeRetry?: () => Promise<boolean>) => Promise<unknown>;
|
|
1364
|
+
/**
|
|
1365
|
+
* Promise of a defer created using this function, has abort function that will reject the defer when called.
|
|
1366
|
+
* @returns {*} angular defer object
|
|
1367
|
+
*/
|
|
1368
|
+
declare const getAbortableDefer: () => any;
|
|
1369
|
+
declare const createCSSRule: (ruleSelector: string, rules: string) => void;
|
|
1370
|
+
declare const getUrlParams: (link: any) => {};
|
|
1371
|
+
declare const getRouteNameFromLink: (link: any) => any;
|
|
1372
|
+
declare const isAppleProduct: boolean;
|
|
1373
|
+
declare const defer: () => {
|
|
1374
|
+
promise: any;
|
|
1375
|
+
resolve: (...args: any[]) => void;
|
|
1376
|
+
reject: (...args: any[]) => void;
|
|
1377
|
+
};
|
|
1378
|
+
declare const executePromiseChain: (fns: any, args: any, d?: any, i?: any) => any;
|
|
1379
|
+
/**
|
|
1380
|
+
* This function accepts two data sources and will check if both are same by comparing the unique id and
|
|
1381
|
+
* context in which datasources are present
|
|
1382
|
+
* @returns {*} boolean true/ false
|
|
1383
|
+
*/
|
|
1384
|
+
declare const isDataSourceEqual: (d1: any, d2: any) => boolean;
|
|
1385
|
+
/**
|
|
1386
|
+
* checks if the passed datasource context matches with passed context
|
|
1387
|
+
* @param ds, datasource having a context
|
|
1388
|
+
* @param ctx, context to compare with
|
|
1389
|
+
* @returns {boolean}
|
|
1390
|
+
*/
|
|
1391
|
+
declare const validateDataSourceCtx: (ds: any, ctx: any) => boolean;
|
|
1392
|
+
/**
|
|
1393
|
+
* This traverses the filterexpressions object recursively and process the bind string if any in the object
|
|
1394
|
+
* @param variable variable object
|
|
1395
|
+
* @param name name of the variable
|
|
1396
|
+
* @param context scope of the variable
|
|
1397
|
+
*/
|
|
1398
|
+
declare const processFilterExpBindNode: (context: any, filterExpressions: any, variable?: any) => Subject<unknown>;
|
|
1399
|
+
declare const extendProto: (target: any, proto: any) => void;
|
|
1400
|
+
declare const removeExtraSlashes: (url: any) => string;
|
|
1401
|
+
declare const getDisplayDateTimeFormat: (type: any) => any;
|
|
1402
|
+
declare const addForIdAttributes: (element: HTMLElement) => void;
|
|
1403
|
+
/**
|
|
1404
|
+
* This method is used to adjust the container position
|
|
1405
|
+
* For example: 1. When datepicker control placed closed to the screen left edges, it is going to negative values which is cutting the container.
|
|
1406
|
+
* To Fix the container overlapping issue changing the contrainer left translation to 0
|
|
1407
|
+
* @param containerElem - picker/dropdown container element(jquery)
|
|
1408
|
+
* @param parentElem - widget native element
|
|
1409
|
+
* @param ref - scope of particular library directive
|
|
1410
|
+
* @param ele - Child element(jquery). For some of the widgets(time, search) containerElem doesn't have height. The inner element(dropdown-menu) has height so passing it as optional.
|
|
1411
|
+
*/
|
|
1412
|
+
declare const adjustContainerPosition: (containerElem: any, parentElem: any, ref: any, ele?: any) => void;
|
|
1413
|
+
/**
|
|
1414
|
+
* This method is used to adjust the container position
|
|
1415
|
+
* For example: 1. When datepicker control placed closed to the screen right edges, it is going to out of the viewport values which is cutting the container.
|
|
1416
|
+
* @param containerElem picker/dropdown container element(jquery)
|
|
1417
|
+
* @param parentElem widget native element
|
|
1418
|
+
* @param ref scope of particular library directive
|
|
1419
|
+
* @param ele Child element(jquery). For some of the widgets(time, search) containerElem doesn't have height. The inner element(dropdown-menu) has height so passing it as optional.
|
|
1420
|
+
*/
|
|
1421
|
+
declare const adjustContainerRightEdges: (containerElem: any, parentElem: any, ref: any, ele?: any) => void;
|
|
1422
|
+
/**
|
|
1423
|
+
* For given element set the traslation
|
|
1424
|
+
* @param containerElem tanslated element
|
|
1425
|
+
*
|
|
1426
|
+
* @param containerEleTransformations translate matrix positions
|
|
1427
|
+
*/
|
|
1428
|
+
declare const setTranslation3dPosition: (containerElem: any, containerEleTransformations: any) => void;
|
|
1429
|
+
/**
|
|
1430
|
+
*
|
|
1431
|
+
* @param containerElem elemet for the WebKitCSSMatrix
|
|
1432
|
+
*/
|
|
1433
|
+
declare const getWebkitTraslationMatrix: (containerElem: any) => any;
|
|
1434
|
+
declare const closePopover: (element: any) => void;
|
|
1435
|
+
/**
|
|
1436
|
+
* This method is to trigger change detection in the app
|
|
1437
|
+
* This is exposed for the end user developer of WM app
|
|
1438
|
+
* This is the alternative for $rs.$safeApply() in AngularJS
|
|
1439
|
+
* See $appDigest in utils for more info
|
|
1440
|
+
*/
|
|
1441
|
+
declare const detectChanges: (force?: boolean) => void;
|
|
1442
|
+
/**
|
|
1443
|
+
* This method is to trigger the action/link of menu/nav item
|
|
1444
|
+
* @param scope - scope of the widget
|
|
1445
|
+
* @param item - item object
|
|
1446
|
+
*/
|
|
1447
|
+
declare const triggerItemAction: (scope: any, item: any) => void;
|
|
1448
|
+
/**
|
|
1449
|
+
* This method is to get datsource from the expression
|
|
1450
|
+
* @param expr - expression of the dataset
|
|
1451
|
+
* @param scope - scope of the widget
|
|
1452
|
+
* Example1: expr - "Variables.staticVar1.dataSet.details[$i].addresses" then the method will return datasource as Variables.staticVar1
|
|
1453
|
+
* Example2: expr - "Widgets.list1.currentItem.addresses" and list1 is bound to "Variables.staticVar1.dataSet.details" then the method will return datasource as Variables.staticVar1
|
|
1454
|
+
*/
|
|
1455
|
+
declare const getDatasourceFromExpr: (expr: any, scope: any) => any;
|
|
1456
|
+
/**
|
|
1457
|
+
* This method is to get dataset bound expression from list currentitem expression
|
|
1458
|
+
* @param expr - bound dataset expression
|
|
1459
|
+
* @param scope - scope of the widget
|
|
1460
|
+
* Example1: expr - "Widgets.list1.currentItem.details" and list1 is bound to "Variables.staticVar1.dataSet" then it returns expression as "Variables.staticVar1.dataSet[$i].details"
|
|
1461
|
+
*/
|
|
1462
|
+
declare const extractCurrentItemExpr: (expr: any, scope: any) => any;
|
|
1463
|
+
declare const findRootContainer: ($el: any) => any;
|
|
1464
|
+
declare const VALIDATOR: {
|
|
1465
|
+
REQUIRED: string;
|
|
1466
|
+
MAXCHARS: string;
|
|
1467
|
+
MINVALUE: string;
|
|
1468
|
+
MAXVALUE: string;
|
|
1469
|
+
REGEXP: string;
|
|
1470
|
+
MINDATE: string;
|
|
1471
|
+
MAXDATE: string;
|
|
1472
|
+
MINTIME: string;
|
|
1473
|
+
MAXTIME: string;
|
|
1474
|
+
EXCLUDEDATES: string;
|
|
1475
|
+
EXCLUDEDAYS: string;
|
|
1476
|
+
};
|
|
1477
|
+
declare const transformFileURI: (url: any) => any;
|
|
1478
|
+
declare const appendScriptToHead: (callback: any) => void;
|
|
1479
|
+
declare const getAppSetting: (key: any, defaultValue: any) => any;
|
|
1480
|
+
declare const setListClass: (scope: any) => void;
|
|
1481
|
+
declare const findParent: (lView: any, viewParentApp?: any) => any;
|
|
1482
|
+
declare const adjustVerticalPosition: (containerElem: any, parentElem: HTMLElement, ref: any, ele?: any) => void;
|
|
1483
|
+
|
|
1484
|
+
declare const FIRST_TIME_WATCH: {};
|
|
1485
|
+
declare const isFirstTimeChange: (v: any) => boolean;
|
|
1486
|
+
declare const debounce: (fn: Function, wait?: number) => (...args: any[]) => void;
|
|
1487
|
+
declare const muteWatchers: () => void;
|
|
1488
|
+
declare const unMuteWatchers: () => void;
|
|
1489
|
+
declare const $watch: (expr: any, $scope: any, $locals: any, listener: any, identifier?: string, doNotClone?: boolean, config?: any, isMuted?: () => boolean) => () => boolean;
|
|
1490
|
+
declare const $unwatch: (identifier: any) => boolean;
|
|
1491
|
+
declare const setNgZone: (zone: any) => any;
|
|
1492
|
+
declare const setAppRef: (ref: any) => void;
|
|
1493
|
+
declare const isChangeFromWatch: () => boolean;
|
|
1494
|
+
declare const resetChangeFromWatch: () => boolean;
|
|
1495
|
+
declare const $invokeWatchers: (force?: boolean, ignoreMuted?: boolean) => void;
|
|
1496
|
+
declare const $appDigest: (force?: boolean) => void;
|
|
1497
|
+
|
|
1498
|
+
declare class IDGenerator {
|
|
1499
|
+
private generator;
|
|
1500
|
+
constructor(key: string);
|
|
1501
|
+
nextUid(): string;
|
|
1502
|
+
}
|
|
1503
|
+
|
|
1504
|
+
declare enum ComponentType {
|
|
1505
|
+
PAGE = 0,
|
|
1506
|
+
PREFAB = 1,
|
|
1507
|
+
PARTIAL = 2,
|
|
1508
|
+
WIDGET = 3
|
|
1509
|
+
}
|
|
1510
|
+
declare class IDataSource {
|
|
1511
|
+
execute: (operation: Operation, options?: any) => boolean | string | Promise<any>;
|
|
1512
|
+
}
|
|
1513
|
+
declare enum Operation {
|
|
1514
|
+
LIST_RECORDS = "listRecords",
|
|
1515
|
+
UPDATE_RECORD = "updateRecord",
|
|
1516
|
+
INSERT_RECORD = "insertRecord",
|
|
1517
|
+
DELETE_RECORD = "deleteRecord",
|
|
1518
|
+
INVOKE = "invoke",
|
|
1519
|
+
UPDATE = "update",
|
|
1520
|
+
NOTIFY = "notify",
|
|
1521
|
+
IS_API_AWARE = "isApiAware",
|
|
1522
|
+
SUPPORTS_CRUD = "supportsCRUD",
|
|
1523
|
+
SUPPORTS_DISTINCT_API = "supportsDistinctAPI",
|
|
1524
|
+
IS_PAGEABLE = "isPageable",
|
|
1525
|
+
IS_SORTABLE = "isSortable",
|
|
1526
|
+
GET_OPERATION_TYPE = "getOperationType",
|
|
1527
|
+
GET_RELATED_PRIMARY_KEYS = "getRelatedTablePrimaryKeys",
|
|
1528
|
+
GET_ENTITY_NAME = "getEntityName",
|
|
1529
|
+
SET_INPUT = "setinput",
|
|
1530
|
+
GET_RELATED_TABLE_DATA = "getRelatedTableData",
|
|
1531
|
+
GET_DISTINCT_DATA_BY_FIELDS = "getDistinctDataByFields",
|
|
1532
|
+
GET_AGGREGATED_DATA = "getAggregatedData",
|
|
1533
|
+
GET_MATCH_MODE = "getMatchMode",
|
|
1534
|
+
DOWNLOAD = "download",
|
|
1535
|
+
GET_NAME = "getName",
|
|
1536
|
+
GET_PROPERTIES_MAP = "getPropertiesMap",
|
|
1537
|
+
GET_PRIMARY_KEY = "getPrimaryKey",
|
|
1538
|
+
GET_BLOB_URL = "getBlobURL",
|
|
1539
|
+
SUPPORTS_SERVER_FILTER = "supportsServerFilter",
|
|
1540
|
+
GET_OPTIONS = "getOptions",
|
|
1541
|
+
SEARCH_RECORDS = "searchRecords",
|
|
1542
|
+
GET_REQUEST_PARAMS = "getRequestParams",
|
|
1543
|
+
GET_PAGING_OPTIONS = "getPagingOptions",
|
|
1544
|
+
FETCH_DISTINCT_VALUES = "fetchDistinctValues",
|
|
1545
|
+
GET_UNIQUE_IDENTIFIER = "getUniqueIdentifier",
|
|
1546
|
+
GET_CONTEXT_IDENTIFIER = "getContextIdentifier",
|
|
1547
|
+
IS_UPDATE_REQUIRED = "isUpdateRequired",
|
|
1548
|
+
ADD_ITEM = "addItem",
|
|
1549
|
+
SET_ITEM = "setItem",
|
|
1550
|
+
REMOVE_ITEM = "removeItem",
|
|
1551
|
+
IS_BOUND_TO_LOCALE = "isBoundToLocale",
|
|
1552
|
+
GET_DEFAULT_LOCALE = "getDefaultLocale",
|
|
1553
|
+
CANCEL = "cancel",
|
|
1554
|
+
SET_PAGINATION = "setPagination"
|
|
1555
|
+
}
|
|
1556
|
+
declare const DataSource: {
|
|
1557
|
+
Operation: typeof Operation;
|
|
1558
|
+
};
|
|
1559
|
+
declare abstract class App {
|
|
1560
|
+
appLocale: any;
|
|
1561
|
+
Variables: any;
|
|
1562
|
+
Actions: any;
|
|
1563
|
+
onAppVariablesReady: Function;
|
|
1564
|
+
onSessionTimeout: Function;
|
|
1565
|
+
onBeforeAppReady: Function;
|
|
1566
|
+
onPageReady: Function;
|
|
1567
|
+
onBeforePageLeave: Function;
|
|
1568
|
+
onBeforeServiceCall: Function;
|
|
1569
|
+
onServiceSuccess: Function;
|
|
1570
|
+
onServiceError: Function;
|
|
1571
|
+
projectName: string;
|
|
1572
|
+
isPrefabType: boolean;
|
|
1573
|
+
isApplicationType: boolean;
|
|
1574
|
+
setwidgetLocale: Function;
|
|
1575
|
+
setMode: Function;
|
|
1576
|
+
isTabletApplicationType: boolean;
|
|
1577
|
+
isTemplateBundleType: boolean;
|
|
1578
|
+
changeLocale: Function;
|
|
1579
|
+
getSelectedLocale: Function;
|
|
1580
|
+
setTimezone: Function;
|
|
1581
|
+
reload: Function;
|
|
1582
|
+
on401: Function;
|
|
1583
|
+
notifyApp: Function;
|
|
1584
|
+
importModule: Function;
|
|
1585
|
+
getDependency: Function;
|
|
1586
|
+
networkStatus: any;
|
|
1587
|
+
notify: (eventName: string, data?: any) => void;
|
|
1588
|
+
deployedUrl: string;
|
|
1589
|
+
customUrlScheme: string;
|
|
1590
|
+
selectedViewPort: Object;
|
|
1591
|
+
subscribe: (eventName: any, callback: (data: any) => void) => () => void;
|
|
1592
|
+
dynamicComponentContainerRef: any;
|
|
1593
|
+
clearPageCache: (pageName?: string) => void;
|
|
1594
|
+
isPrism: boolean;
|
|
1595
|
+
hasOwnObjectProperty: (obj: any, prop: string) => boolean;
|
|
1596
|
+
activePageName: string;
|
|
1597
|
+
activePage: any;
|
|
1598
|
+
Page: any;
|
|
1599
|
+
activePageLoadTime: number;
|
|
1600
|
+
landingPageName: string;
|
|
1601
|
+
lastActivePageName: string;
|
|
1602
|
+
deviceCategory: string;
|
|
1603
|
+
activeLayoutName: string;
|
|
1604
|
+
layoutPages: string[];
|
|
1605
|
+
}
|
|
1606
|
+
declare abstract class AbstractDialogService {
|
|
1607
|
+
abstract register(name: string, dialogRef: any, scope: any): any;
|
|
1608
|
+
abstract deRegister(name: string, scope: any): any;
|
|
1609
|
+
abstract open(name: string, scope?: any, initState?: any): any;
|
|
1610
|
+
abstract close(name: string, scope?: any): any;
|
|
1611
|
+
abstract showAppConfirmDialog(initState?: any): any;
|
|
1612
|
+
abstract closeAppConfirmDialog(): any;
|
|
1613
|
+
abstract getAppConfirmDialog(): any;
|
|
1614
|
+
abstract setAppConfirmDialog(dialogName: string): any;
|
|
1615
|
+
abstract closeAllDialogs: Function;
|
|
1616
|
+
abstract addToOpenedDialogs(ref: any): any;
|
|
1617
|
+
abstract getLastOpenedDialog(): any;
|
|
1618
|
+
abstract removeFromOpenedDialogs(ref: any): any;
|
|
1619
|
+
abstract getOpenedDialogs(): any;
|
|
1620
|
+
abstract addToClosedDialogs(ref: any): any;
|
|
1621
|
+
abstract removeFromClosedDialogs(ref: any): any;
|
|
1622
|
+
abstract getDialogRefFromClosedDialogs(): any;
|
|
1623
|
+
}
|
|
1624
|
+
declare abstract class AbstractHttpService {
|
|
1625
|
+
abstract send(options: any): any;
|
|
1626
|
+
abstract setLocale(locale: any): any;
|
|
1627
|
+
abstract getLocale(): any;
|
|
1628
|
+
abstract getHeader(error: any, headerKey: any): any;
|
|
1629
|
+
abstract isPlatformSessionTimeout(error: any): any;
|
|
1630
|
+
abstract get(url: string, options?: any): any;
|
|
1631
|
+
abstract post(url: any, data: any, options: any): any;
|
|
1632
|
+
abstract put(url: any, data: any, options: any): any;
|
|
1633
|
+
abstract patch(url: any, data: any, options: any): any;
|
|
1634
|
+
abstract delete(url: any, options: any): any;
|
|
1635
|
+
abstract head(url: any, options: any): any;
|
|
1636
|
+
abstract jsonp(url: any, options: any): any;
|
|
1637
|
+
abstract upload(url: any, data: any, options: any): any;
|
|
1638
|
+
abstract registerOnSessionTimeout(callback: any): any;
|
|
1639
|
+
abstract on401(): any;
|
|
1640
|
+
abstract pushToSessionFailureQueue(callback: any): any;
|
|
1641
|
+
abstract executeSessionFailureRequests(): any;
|
|
1642
|
+
abstract sendCallAsObservable(options: any, params?: any): any;
|
|
1643
|
+
}
|
|
1644
|
+
declare abstract class AbstractI18nService {
|
|
1645
|
+
abstract getSelectedLocale(): string;
|
|
1646
|
+
abstract getDefaultSupportedLocale(): string;
|
|
1647
|
+
abstract getAppLocale(): any;
|
|
1648
|
+
abstract setSelectedLocale(locale: any): any;
|
|
1649
|
+
abstract loadDefaultLocale(): any;
|
|
1650
|
+
abstract getLocalizedMessage(message: any, ...args: any[]): any;
|
|
1651
|
+
abstract initCalendarLocale(): Promise<any>;
|
|
1652
|
+
protected abstract loadAppLocaleBundle(): any;
|
|
1653
|
+
protected abstract loadMomentLocaleBundle(localeLang: any): any;
|
|
1654
|
+
protected abstract loadLocaleBundles(localeLang: any): any;
|
|
1655
|
+
abstract setTimezone(locale: any, compInstance?: any): any;
|
|
1656
|
+
abstract setTimezoneEarly(): Promise<any>;
|
|
1657
|
+
abstract getFormatsByLocale(): any;
|
|
1658
|
+
abstract getTimezone(compInstance?: any): any;
|
|
1659
|
+
abstract getPrefabLocaleBundle(prefabName: string): any;
|
|
1660
|
+
abstract setwidgetLocale(locale: any): any;
|
|
1661
|
+
abstract getwidgetLocale(): any;
|
|
1662
|
+
}
|
|
1663
|
+
declare abstract class AbstractToasterService {
|
|
1664
|
+
abstract success(title: string, desc: string): any;
|
|
1665
|
+
abstract error(title: string, desc: string): any;
|
|
1666
|
+
abstract info(title: string, desc: string): any;
|
|
1667
|
+
abstract warn(title: string, desc: string): any;
|
|
1668
|
+
abstract show(type: string, title: string, desc: string, timeout: number, bodyOutputType: string, onClickHandler: Function, onHideCallback: Function): any;
|
|
1669
|
+
abstract hide(toasterObj: any): any;
|
|
1670
|
+
abstract showCustom(pageName: string, options?: any): any;
|
|
1671
|
+
}
|
|
1672
|
+
declare abstract class AbstractSpinnerService {
|
|
1673
|
+
abstract getMessageSource(): any;
|
|
1674
|
+
abstract showContextSpinner(spinnerContext: string, message: string, id: string): any;
|
|
1675
|
+
abstract showAppSpinner(msg: string, id: string): any;
|
|
1676
|
+
abstract hideContextSpinner(ctx: string, id: string): any;
|
|
1677
|
+
abstract show(message: string, id?: string, spinnerClass?: string, spinnerContext?: string, variableScopeId?: string): any;
|
|
1678
|
+
abstract hide(id: string): any;
|
|
1679
|
+
}
|
|
1680
|
+
declare abstract class UserDefinedExecutionContext {
|
|
1681
|
+
}
|
|
1682
|
+
interface NavigationOptions {
|
|
1683
|
+
$event?: any;
|
|
1684
|
+
pageName?: string;
|
|
1685
|
+
transition?: string;
|
|
1686
|
+
urlParams?: any;
|
|
1687
|
+
viewName?: string;
|
|
1688
|
+
}
|
|
1689
|
+
declare abstract class AbstractNavigationService {
|
|
1690
|
+
abstract getPageTransition(): string;
|
|
1691
|
+
abstract goToPage(pageName: string, options: NavigationOptions): any;
|
|
1692
|
+
abstract goToPrevious(): any;
|
|
1693
|
+
abstract goToView(viewName: string, options: NavigationOptions, variable: any): any;
|
|
1694
|
+
}
|
|
1695
|
+
declare abstract class AppDefaults {
|
|
1696
|
+
dateFormat: any;
|
|
1697
|
+
timeFormat: any;
|
|
1698
|
+
dateTimeFormat: any;
|
|
1699
|
+
currencyCode: any;
|
|
1700
|
+
abstract setFormats(formats: any): any;
|
|
1701
|
+
}
|
|
1702
|
+
declare abstract class DynamicComponentRefProvider {
|
|
1703
|
+
abstract getComponentFactoryRef(selector: string, markup: string, options?: any): any;
|
|
1704
|
+
}
|
|
1705
|
+
declare abstract class PartialRefProvider {
|
|
1706
|
+
abstract getComponentFactoryRef(partialName: string, componentType: ComponentType, options?: any): Promise<any>;
|
|
1707
|
+
}
|
|
1708
|
+
declare abstract class CustomWidgetRefProvider {
|
|
1709
|
+
abstract getComponentFactoryRef(customWidgetName: string, componentType: ComponentType, options?: any): Promise<any>;
|
|
1710
|
+
}
|
|
1711
|
+
|
|
1712
|
+
declare class IViewportService {
|
|
1713
|
+
notify: (eventname: ViewportEvent, options?: Array<any>) => void;
|
|
1714
|
+
subscribe: (eventname: ViewportEvent, callback: (data: any) => void) => void;
|
|
1715
|
+
}
|
|
1716
|
+
declare const enum ViewportEvent {
|
|
1717
|
+
ORIENTATION_CHANGE = "orientationchange",
|
|
1718
|
+
RESIZE = "resize"
|
|
1719
|
+
}
|
|
1720
|
+
declare class Viewport implements IViewportService, OnDestroy {
|
|
1721
|
+
orientation: {
|
|
1722
|
+
isPortrait: boolean;
|
|
1723
|
+
isLandscape: boolean;
|
|
1724
|
+
};
|
|
1725
|
+
isMobileType: boolean;
|
|
1726
|
+
isTabletType: boolean;
|
|
1727
|
+
private type;
|
|
1728
|
+
_eventNotifier: EventNotifier;
|
|
1729
|
+
private screenWidth;
|
|
1730
|
+
private screenHeight;
|
|
1731
|
+
private selectedViewPort;
|
|
1732
|
+
private boundResizeFn;
|
|
1733
|
+
private mediaQuery;
|
|
1734
|
+
private boundOrientationChange;
|
|
1735
|
+
constructor();
|
|
1736
|
+
update(selectedViewPort: object): void;
|
|
1737
|
+
private orientationChange;
|
|
1738
|
+
private resizeFn;
|
|
1739
|
+
subscribe(eventName: string, callback: (data: any) => void): () => void;
|
|
1740
|
+
notify(eventName: string, ...data: Array<any>): void;
|
|
1741
|
+
private setScreenType;
|
|
1742
|
+
ngOnDestroy(): void;
|
|
1743
|
+
static ɵfac: i0.ɵɵFactoryDeclaration<Viewport, never>;
|
|
1744
|
+
static ɵprov: i0.ɵɵInjectableDeclaration<Viewport>;
|
|
1745
|
+
}
|
|
1746
|
+
|
|
1747
|
+
declare class ConstantService {
|
|
1748
|
+
MATCH_MODES: {
|
|
1749
|
+
STARTS_WITH_IGNORE_CASE: string;
|
|
1750
|
+
STARTS_WITH: string;
|
|
1751
|
+
ENDS_WITH_IGNORE_CASE: string;
|
|
1752
|
+
ENDS_WITH: string;
|
|
1753
|
+
CONTAINS: string;
|
|
1754
|
+
CONTAINS_IGNORE_CASE: string;
|
|
1755
|
+
IS_EQUAL_WITH_IGNORE_CASE: string;
|
|
1756
|
+
IS_EQUAL: string;
|
|
1757
|
+
};
|
|
1758
|
+
VALIDATOR: {
|
|
1759
|
+
REQUIRED: string;
|
|
1760
|
+
MAXCHARS: string;
|
|
1761
|
+
MINVALUE: string;
|
|
1762
|
+
MAXVALUE: string;
|
|
1763
|
+
REGEXP: string;
|
|
1764
|
+
MINDATE: string;
|
|
1765
|
+
MAXDATE: string;
|
|
1766
|
+
MINTIME: string;
|
|
1767
|
+
MAXTIME: string;
|
|
1768
|
+
EXCLUDEDATES: string;
|
|
1769
|
+
EXCLUDEDAYS: string;
|
|
1770
|
+
};
|
|
1771
|
+
static ɵfac: i0.ɵɵFactoryDeclaration<ConstantService, never>;
|
|
1772
|
+
static ɵprov: i0.ɵɵInjectableDeclaration<ConstantService>;
|
|
1773
|
+
}
|
|
1774
|
+
|
|
1775
|
+
declare class UtilsService {
|
|
1776
|
+
constructor();
|
|
1777
|
+
static ɵfac: i0.ɵɵFactoryDeclaration<UtilsService, never>;
|
|
1778
|
+
static ɵprov: i0.ɵɵInjectableDeclaration<UtilsService>;
|
|
1779
|
+
}
|
|
1780
|
+
|
|
1781
|
+
declare class FieldTypeService {
|
|
1782
|
+
constructor();
|
|
1783
|
+
static ɵfac: i0.ɵɵFactoryDeclaration<FieldTypeService, never>;
|
|
1784
|
+
static ɵprov: i0.ɵɵInjectableDeclaration<FieldTypeService>;
|
|
1785
|
+
}
|
|
1786
|
+
|
|
1787
|
+
declare class FieldWidgetService {
|
|
1788
|
+
constructor();
|
|
1789
|
+
static ɵfac: i0.ɵɵFactoryDeclaration<FieldWidgetService, never>;
|
|
1790
|
+
static ɵprov: i0.ɵɵInjectableDeclaration<FieldWidgetService>;
|
|
1791
|
+
}
|
|
1792
|
+
|
|
1793
|
+
interface Scripts {
|
|
1794
|
+
name: string;
|
|
1795
|
+
src: string;
|
|
1796
|
+
}
|
|
1797
|
+
declare const ScriptStore: Scripts[];
|
|
1798
|
+
declare class ScriptLoaderService {
|
|
1799
|
+
private http;
|
|
1800
|
+
private scripts;
|
|
1801
|
+
constructor(http: HttpClient);
|
|
1802
|
+
load(...scripts: string[]): Promise<any>;
|
|
1803
|
+
private loadScript;
|
|
1804
|
+
static ɵfac: i0.ɵɵFactoryDeclaration<ScriptLoaderService, never>;
|
|
1805
|
+
static ɵprov: i0.ɵɵInjectableDeclaration<ScriptLoaderService>;
|
|
1806
|
+
}
|
|
1807
|
+
|
|
1808
|
+
declare class CustomPipeManager {
|
|
1809
|
+
private customPipes;
|
|
1810
|
+
setCustomPipe(key: string, value: any): void;
|
|
1811
|
+
getCustomPipe(key: string): any;
|
|
1812
|
+
hasCustomPipe(key: string): boolean;
|
|
1813
|
+
static ɵfac: i0.ɵɵFactoryDeclaration<CustomPipeManager, never>;
|
|
1814
|
+
static ɵprov: i0.ɵɵInjectableDeclaration<CustomPipeManager>;
|
|
1815
|
+
}
|
|
1816
|
+
|
|
1817
|
+
declare class CustomIconsLoaderService {
|
|
1818
|
+
load(): void;
|
|
1819
|
+
static ɵfac: i0.ɵɵFactoryDeclaration<CustomIconsLoaderService, never>;
|
|
1820
|
+
static ɵprov: i0.ɵɵInjectableDeclaration<CustomIconsLoaderService>;
|
|
1821
|
+
}
|
|
1822
|
+
|
|
1823
|
+
declare class StatePersistence {
|
|
1824
|
+
private HISTORY_HANDLER;
|
|
1825
|
+
private HISTORY_HANDLER_TYPES;
|
|
1826
|
+
private WIDGET_STATE_KEY;
|
|
1827
|
+
/**
|
|
1828
|
+
* Sets the passed value as the History handler if it exists in the History_Handler_Types object
|
|
1829
|
+
* @param val
|
|
1830
|
+
*/
|
|
1831
|
+
setHistoryHandler(val: any): void;
|
|
1832
|
+
/**
|
|
1833
|
+
* Constructs a unique key for setting state param by using the viewParent property of a widget
|
|
1834
|
+
* so that name conflicts are avoided when the same widget name is
|
|
1835
|
+
* present inside a Page, a Partial within a Page or a Prefab within a Page and so on.
|
|
1836
|
+
* E.g.:
|
|
1837
|
+
* if a page has a tabs widget with the name tabs1, a partial Partial1(inside container1) inclusion within which
|
|
1838
|
+
* there is a tabs with name tabs1 and a prefab MyPrefab inclusion with a tabs widget with the name tabs1,
|
|
1839
|
+
* getNestedPath will return tabs1, container1.Partial1.tabs1 and MyPrefab1.MyPrefab.tabs1 respectively.
|
|
1840
|
+
* @param viewParent
|
|
1841
|
+
* @param widgetName
|
|
1842
|
+
* @param currentOutput
|
|
1843
|
+
*/
|
|
1844
|
+
getNestedPath(viewParent: any, widgetName: string, currentOutput?: string): any;
|
|
1845
|
+
/**
|
|
1846
|
+
* Decodes and parses the state information and returns the parsed state object
|
|
1847
|
+
* @param mode : optional parameter if the widget/variable uses a state handling mode(url, local storage, session storage)
|
|
1848
|
+
* other than the project level mode
|
|
1849
|
+
*/
|
|
1850
|
+
getStateInformation(mode: any): any;
|
|
1851
|
+
/**
|
|
1852
|
+
* Checks if the passed widget instance has any state information available or not
|
|
1853
|
+
* @param widget
|
|
1854
|
+
* @param mode : optional parameter if the widget uses a state handling mode(url, local storage, session storage)
|
|
1855
|
+
* other than the project level mode
|
|
1856
|
+
*/
|
|
1857
|
+
getWidgetState(widget: any, mode?: any): any;
|
|
1858
|
+
computeMode(widgetStateHandler: any): any;
|
|
1859
|
+
/**
|
|
1860
|
+
* Sets the passed value to the state information by using the passed widget instance
|
|
1861
|
+
* @param widget
|
|
1862
|
+
* @param value
|
|
1863
|
+
* @param mode : optional parameter if the widget uses a state handling mode(url, local storage, session storage)
|
|
1864
|
+
* other than the project level mode
|
|
1865
|
+
*/
|
|
1866
|
+
setWidgetState(widget: any, value: any, mode?: any): void;
|
|
1867
|
+
/**
|
|
1868
|
+
* Removes the passed widget’s state information from the State Object. If a key is passed, then only that
|
|
1869
|
+
* particular entry will be removed, not any other entries for that widget.
|
|
1870
|
+
* @param widget
|
|
1871
|
+
* @param key
|
|
1872
|
+
* @param mode : optional parameter if the widget uses a state handling mode(url, local storage, session storage)
|
|
1873
|
+
* other than the project level mode
|
|
1874
|
+
*/
|
|
1875
|
+
removeWidgetState(widget: any, key?: any, mode?: any): void;
|
|
1876
|
+
/**
|
|
1877
|
+
* Sets the passed value to the state information by using the passed variable name as key
|
|
1878
|
+
* @param variableName
|
|
1879
|
+
* @param value
|
|
1880
|
+
* @param mode : optional parameter if the variable uses a state handling mode(url, local storage, session storage)
|
|
1881
|
+
* other than the project level mode
|
|
1882
|
+
*/
|
|
1883
|
+
setStateVariable(variableName: any, value: any, mode?: any): void;
|
|
1884
|
+
/**
|
|
1885
|
+
* Checks if the passed variable name has any state information available in the url or not
|
|
1886
|
+
* @param variableName
|
|
1887
|
+
* @param mode : optional parameter if the variable uses a state handling mode(url, local storage, session storage)
|
|
1888
|
+
* other than the project level mode
|
|
1889
|
+
*/
|
|
1890
|
+
getStateVariable(variableName: string, mode?: any): any;
|
|
1891
|
+
/**
|
|
1892
|
+
* Removes the passed variable’s state information from the URL.
|
|
1893
|
+
* @param variableName
|
|
1894
|
+
* @param mode : optional parameter if the widget uses a state handling mode(url, local storage, session storage)
|
|
1895
|
+
* other than the project level mode
|
|
1896
|
+
*/
|
|
1897
|
+
removeStateVariable(variableName: any, mode?: any): void;
|
|
1898
|
+
/**
|
|
1899
|
+
* Sets the passed state information in the url by parsing the passed value and checking
|
|
1900
|
+
* its type. If its an array type, then the passed values will be pushed into an array and then set in the state
|
|
1901
|
+
* E.g.
|
|
1902
|
+
* Current state information is like :
|
|
1903
|
+
{
|
|
1904
|
+
"widget_state": {
|
|
1905
|
+
"Table1": {
|
|
1906
|
+
"selectedItem": [
|
|
1907
|
+
{
|
|
1908
|
+
"page": "1",
|
|
1909
|
+
"index": "1"
|
|
1910
|
+
}
|
|
1911
|
+
],
|
|
1912
|
+
"pagination": "1"
|
|
1913
|
+
}
|
|
1914
|
+
}
|
|
1915
|
+
}
|
|
1916
|
+
* Input value will be like:
|
|
1917
|
+
{
|
|
1918
|
+
"selectedItem": [
|
|
1919
|
+
{
|
|
1920
|
+
"page": "1",
|
|
1921
|
+
"index": "2"
|
|
1922
|
+
}
|
|
1923
|
+
]
|
|
1924
|
+
}
|
|
1925
|
+
|
|
1926
|
+
* This parsing logic will convert it to the following
|
|
1927
|
+
{
|
|
1928
|
+
"widget_state": {
|
|
1929
|
+
"Table1": {
|
|
1930
|
+
"selectedItem": [
|
|
1931
|
+
{
|
|
1932
|
+
"page": "1",
|
|
1933
|
+
"index": "1"
|
|
1934
|
+
},
|
|
1935
|
+
{
|
|
1936
|
+
"page": "1",
|
|
1937
|
+
"index": "2"
|
|
1938
|
+
}
|
|
1939
|
+
],
|
|
1940
|
+
"pagination": "1"
|
|
1941
|
+
}
|
|
1942
|
+
}
|
|
1943
|
+
}
|
|
1944
|
+
* Based on how the HISTORY_HANDLER is configured, the updated url will either replace the existing url or
|
|
1945
|
+
* push a new state in the url so that back button may track each update to the state.
|
|
1946
|
+
* @param stateParam
|
|
1947
|
+
* @param key
|
|
1948
|
+
* @param val
|
|
1949
|
+
* @param mode : optional parameter if the widget/variable uses a state handling mode(url, local storage, session storage)
|
|
1950
|
+
* other than the project level mode
|
|
1951
|
+
*/
|
|
1952
|
+
setStateParams(stateParam: string, key: string, val: any, mode?: any, widget?: any): void;
|
|
1953
|
+
/**
|
|
1954
|
+
* Removes the passed state information from the url
|
|
1955
|
+
* E.g.
|
|
1956
|
+
* Current state information is like :
|
|
1957
|
+
{
|
|
1958
|
+
"widget_state": {
|
|
1959
|
+
"Table1": {
|
|
1960
|
+
"selectedItem": [
|
|
1961
|
+
{
|
|
1962
|
+
"page": "1",
|
|
1963
|
+
"index": "1"
|
|
1964
|
+
},
|
|
1965
|
+
{
|
|
1966
|
+
"page": "2",
|
|
1967
|
+
"index": "1"
|
|
1968
|
+
}
|
|
1969
|
+
],
|
|
1970
|
+
"pagination": "1"
|
|
1971
|
+
}
|
|
1972
|
+
}
|
|
1973
|
+
}
|
|
1974
|
+
* Input values will be like:
|
|
1975
|
+
subParam : 'selectedItem'
|
|
1976
|
+
|
|
1977
|
+
* This method will convert it to the following
|
|
1978
|
+
{
|
|
1979
|
+
"widget_state": {
|
|
1980
|
+
"Table1": {
|
|
1981
|
+
"pagination": "1"
|
|
1982
|
+
}
|
|
1983
|
+
}
|
|
1984
|
+
}
|
|
1985
|
+
* @param stateParam
|
|
1986
|
+
* @param key
|
|
1987
|
+
* @param subParam
|
|
1988
|
+
* @param mode : optional parameter if the widget/variable uses a state handling mode(url, local storage, session storage)
|
|
1989
|
+
* other than the project level mode
|
|
1990
|
+
*/
|
|
1991
|
+
removeStateParam(stateParam: any, key: any, subParam?: any, mode?: any, widget?: any): void;
|
|
1992
|
+
/**
|
|
1993
|
+
* Converts the State Information object into an encoded object when state handling mode is URL
|
|
1994
|
+
* so that a meaningful URL can be formed and the user can make changes easily to the URL.
|
|
1995
|
+
* E.g.
|
|
1996
|
+
* state information input will be like :
|
|
1997
|
+
{
|
|
1998
|
+
"widget-state": {
|
|
1999
|
+
"Table1": {
|
|
2000
|
+
"pagination": "3",
|
|
2001
|
+
"search":[
|
|
2002
|
+
{
|
|
2003
|
+
"field":"state",
|
|
2004
|
+
"value":"NY",
|
|
2005
|
+
"matchMode":"anywhereignorecase",
|
|
2006
|
+
"type":"string"
|
|
2007
|
+
}
|
|
2008
|
+
]
|
|
2009
|
+
}
|
|
2010
|
+
}
|
|
2011
|
+
},
|
|
2012
|
+
"CustomVariableSelectedItems": ["2", "3"]
|
|
2013
|
+
}
|
|
2014
|
+
|
|
2015
|
+
|
|
2016
|
+
* This method will convert it to the following
|
|
2017
|
+
('widget-state'~('Table1'~('pagination'~'3'_'search'~!('field'~'state'_'value'~'NY'_'matchMode'~'anywhereignorecase'_'type'~'string')*))_'CustomVariableSelectedItems'~!'2'_'3'*)
|
|
2018
|
+
* @param jsonObj
|
|
2019
|
+
*/
|
|
2020
|
+
private jsonToUri;
|
|
2021
|
+
/**
|
|
2022
|
+
* Decodes the encoded State Information object into a JSON object when state handling mode is URL
|
|
2023
|
+
* so that state information can be parsed and applied to the widgets.
|
|
2024
|
+
* E.g.
|
|
2025
|
+
* encoded state information input will be like :
|
|
2026
|
+
('widget-state'~('Table1'~('pagination'~'3'_'search'~!('field'~'state'_'value'~'NY'_'matchMode'~'anywhereignorecase'_'type'~'string')*))_'CustomVariableSelectedItems'~!'2'_'3'*)
|
|
2027
|
+
|
|
2028
|
+
|
|
2029
|
+
* This method will convert it to the following
|
|
2030
|
+
{
|
|
2031
|
+
"widget-state": {
|
|
2032
|
+
"Table1": {
|
|
2033
|
+
"pagination": "3",
|
|
2034
|
+
"search":[
|
|
2035
|
+
{
|
|
2036
|
+
"field":"state",
|
|
2037
|
+
"value":"NY",
|
|
2038
|
+
"matchMode":"anywhereignorecase",
|
|
2039
|
+
"type":"string"
|
|
2040
|
+
}
|
|
2041
|
+
]
|
|
2042
|
+
}
|
|
2043
|
+
}
|
|
2044
|
+
},
|
|
2045
|
+
"CustomVariableSelectedItems": ["2", "3"]
|
|
2046
|
+
}
|
|
2047
|
+
* @param encodedObj
|
|
2048
|
+
*/
|
|
2049
|
+
private uriToJson;
|
|
2050
|
+
static ɵfac: i0.ɵɵFactoryDeclaration<StatePersistence, never>;
|
|
2051
|
+
static ɵprov: i0.ɵɵInjectableDeclaration<StatePersistence>;
|
|
2052
|
+
}
|
|
2053
|
+
|
|
2054
|
+
declare class PaginationService {
|
|
2055
|
+
/**
|
|
2056
|
+
* @description
|
|
2057
|
+
* This function returns the updated fields and the current page index when navigated to the next set of data
|
|
2058
|
+
* @param {object} parent table / list instance
|
|
2059
|
+
* @param {object} newVal updated fields info
|
|
2060
|
+
* @returns fieldDefs and current page index
|
|
2061
|
+
*/
|
|
2062
|
+
updateFieldsOnPagination(parent: any, newVal: any): any[];
|
|
2063
|
+
getUniqueRecordsInFieldDef(fieldDefs: any, newVal: any): any;
|
|
2064
|
+
/**
|
|
2065
|
+
* @description
|
|
2066
|
+
* This function registers scroll events on the scrollable el, if the page doesn't have a scroll el then wheel event is registered on the requested node
|
|
2067
|
+
* @param {object} parent table / list instance
|
|
2068
|
+
* @param {string} nodeName tbody/ul
|
|
2069
|
+
* @param {number} debounceNum provided to lodash debounce
|
|
2070
|
+
* @returns null
|
|
2071
|
+
*/
|
|
2072
|
+
bindScrollEvt(parent: any, nodeName: any, debounceNum: any): void;
|
|
2073
|
+
private bindHorizontalScrollEvt;
|
|
2074
|
+
private bindVerticalScrollEvt;
|
|
2075
|
+
/**
|
|
2076
|
+
* @description
|
|
2077
|
+
* This function calls fetchNextDatasetOnScroll fn on debounced time
|
|
2078
|
+
* @param {object} dataNavigator pagination instance
|
|
2079
|
+
* @param {number} debounceNum provided to lodash debounce
|
|
2080
|
+
* @returns debounced function definition
|
|
2081
|
+
*/
|
|
2082
|
+
debouncedFetchNextDatasetOnScroll(dataNavigator: any, debounceNum: any, parent: any): lodash.DebouncedFunc<() => void>;
|
|
2083
|
+
/**
|
|
2084
|
+
* @description
|
|
2085
|
+
* This function calls next set of data when navigated to next page
|
|
2086
|
+
* @param {object} dataNavigator pagination instance
|
|
2087
|
+
* @returns null
|
|
2088
|
+
*/
|
|
2089
|
+
fetchNextDatasetOnScroll(dataNavigator: any, parent: any): void;
|
|
2090
|
+
/**
|
|
2091
|
+
* @description
|
|
2092
|
+
* This function registers scroll events on the scrollable el for mobile projects
|
|
2093
|
+
* @param {object} parent list instance
|
|
2094
|
+
* @param {number} debounceNum provided to lodash debounce
|
|
2095
|
+
* @returns null
|
|
2096
|
+
*/
|
|
2097
|
+
bindIScrollEvt(parent: any, debounceNum: any): void;
|
|
2098
|
+
/**
|
|
2099
|
+
* @description
|
|
2100
|
+
* This function registers scrollEnd event on the scrollable el for mobile projects
|
|
2101
|
+
* @param {object} el scrollable element scope
|
|
2102
|
+
* @param {object} dataNavigator pagination instance
|
|
2103
|
+
* @param {number} debounceNum provided to lodash debounce
|
|
2104
|
+
* @returns null
|
|
2105
|
+
*/
|
|
2106
|
+
setIscrollHandlers(el: any, dataNavigator: any, debounceNum: any): void;
|
|
2107
|
+
private setHorizontalIscrollHandlers;
|
|
2108
|
+
private setVerticalIscrollHandlers;
|
|
2109
|
+
static ɵfac: i0.ɵɵFactoryDeclaration<PaginationService, never>;
|
|
2110
|
+
static ɵprov: i0.ɵɵInjectableDeclaration<PaginationService>;
|
|
2111
|
+
}
|
|
2112
|
+
|
|
2113
|
+
declare function getWmProjectProperties(): any;
|
|
2114
|
+
declare function setWmProjectProperties(props: any): void;
|
|
2115
|
+
declare function setPreviewProperties(props: any): void;
|
|
2116
|
+
declare function getPreviewProperties(): any;
|
|
2117
|
+
|
|
2118
|
+
declare class LRUCache<T> {
|
|
2119
|
+
private maxSize;
|
|
2120
|
+
private maxAge;
|
|
2121
|
+
private onEvict?;
|
|
2122
|
+
private cache;
|
|
2123
|
+
private evictQueue;
|
|
2124
|
+
private evictionIntervalId;
|
|
2125
|
+
constructor(maxSize?: number, maxAge?: number, onEvict?: ((key: string, value: T) => any));
|
|
2126
|
+
private addToEvictQueue;
|
|
2127
|
+
private evict;
|
|
2128
|
+
keys(): MapIterator<string>;
|
|
2129
|
+
set(key: string, dataToCache: T): void;
|
|
2130
|
+
get(key: string): T;
|
|
2131
|
+
delete(key: string): void;
|
|
2132
|
+
has(key: string): boolean;
|
|
2133
|
+
size(): number;
|
|
2134
|
+
clear(): void;
|
|
2135
|
+
/**
|
|
2136
|
+
* MEMORY LEAK FIX: Destroy the cache and clear the eviction interval
|
|
2137
|
+
* Call this method when the cache is no longer needed to prevent memory leaks
|
|
2138
|
+
*/
|
|
2139
|
+
destroy(): void;
|
|
2140
|
+
}
|
|
2141
|
+
|
|
2142
|
+
export { $appDigest, $invokeWatchers, $parseEvent, $parseExpr, $unwatch, $watch, AbstractDialogService, AbstractHttpService, AbstractI18nService, AbstractNavigationService, AbstractSpinnerService, AbstractToasterService, App, AppConstants, AppDefaults, CURRENCY_INFO, ComponentType, ConstantService, CustomIconsLoaderService, CustomPipeManager, CustomWidgetRefProvider, DEFAULT_FORMATS, DataSource, DataType, DynamicComponentRefProvider, EVENT_LIFE, EventNotifier, FIRST_TIME_WATCH, FieldTypeService, FieldWidgetService, FormWidgetType, IDGenerator, IDataSource, LRUCache, MatchMode, PaginationService, PartialRefProvider, ScriptLoaderService, ScriptStore, StatePersistence, UserDefinedExecutionContext, UtilsService, VALIDATOR, Viewport, ViewportEvent, _WM_APP_PROJECT, addClass, addEventListenerOnElement, addForIdAttributes, adjustContainerPosition, adjustContainerRightEdges, adjustVerticalPosition, appendNode, appendScriptToHead, checkIsCustomPipeExpression, closePopover, convertToBlob, createCSSRule, createElement, deHyphenate, debounce, defer, detectChanges, encodeUrl, encodeUrlParams, executePromiseChain, extendProto, extractCurrentItemExpr, extractType, fetchContent, findParent, findRootContainer, findValueOf, generateGUId, getAbortableDefer, getAndroidVersion, getAppSetting, getBlob, getClonedObject, getDatasourceFromExpr, getDateObj, getDisplayDateTimeFormat, getEvaluatedExprValue, getFiles, getFnByExpr, getFnForBindExpr, getFnForEventExpr, getFormWidgetTemplate, getFormattedDate, getMomentLocaleObject, getNativeDateObject, getNavClass, getNgModelAttr, getPreviewProperties, getRequiredFormWidget, getResourceURL, getRouteNameFromLink, getRowActionAttrs, getSessionStorageItem, getSheetPositionClass, getUrlParams, getValidDateObject, getValidJSON, getWebkitTraslationMatrix, getWmProjectProperties, hasOffsetStr, initCaps, insertAfter, insertBefore, isAndroid, isAndroidTablet, isAppleProduct, isAudioFile, isChangeFromWatch, isDataSourceEqual, isDateTimeType, isDefined, isElementInViewport, isEmptyObject, isEqualWithFields, isFirstTimeChange, isIE, isImageFile, isInsecureContentRequest, isIos, isIpad, isIphone, isIpod, isKitkatDevice, isLargeTabletLandscape, isLargeTabletPortrait, isMobile, isNumberType, isObject, isPageable, isSafari, isValidImageUrl, isValidWebURL, isVideoFile, loadScript, loadScripts, loadStyleSheet, loadStyleSheets, muteWatchers, noop, openLink, periodSeparate, prettifyLabel, prettifyLabels, processFilterExpBindNode, registerFnByExpr, removeAttr, removeClass, removeExtraSlashes, removeNode, replace, replaceAt, resetChangeFromWatch, retryIfFails, scrollToElement, setAppRef, setAttr, setCSS, setCSSFromObj, setHtml, setListClass, setNgZone, setPipeProvider, setPreviewProperties, setProperty, setSessionStorageItem, setTranslation3dPosition, setWmProjectProperties, spaceSeparate, stringStartsWith, switchClass, toBoolean, toDimension, toPromise, toggleClass, transformFileURI, triggerFn, triggerItemAction, unMuteWatchers, updateTemplateAttrs, validateAccessRoles, validateDataSourceCtx, xmlToJson };
|
|
2143
|
+
export type { NavigationOptions, ParseExprResult };
|