@wavemaker-ai/app-ng-runtime 1.0.0-rc.309
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
- package/build-task/.npmignore +2 -0
- package/build-task/bundles/index.umd.js +3060 -0
- package/build-task/fesm2022/index.mjs +2949 -0
- package/build-task/fesm2022/index.mjs.map +1 -0
- package/build-task/index.d.ts +882 -0
- package/build-task/package.json +23 -0
- package/components/advanced/carousel/.npmignore +2 -0
- package/components/advanced/carousel/bundles/index.umd.js +352 -0
- package/components/advanced/carousel/fesm2022/index.mjs +335 -0
- package/components/advanced/carousel/fesm2022/index.mjs.map +1 -0
- package/components/advanced/carousel/index.d.ts +89 -0
- package/components/advanced/carousel/package.json +18 -0
- package/components/advanced/custom/.npmignore +2 -0
- package/components/advanced/custom/bundles/index.umd.js +258 -0
- package/components/advanced/custom/fesm2022/index.mjs +244 -0
- package/components/advanced/custom/fesm2022/index.mjs.map +1 -0
- package/components/advanced/custom/index.d.ts +50 -0
- package/components/advanced/custom/package.json +18 -0
- package/components/advanced/login/.npmignore +2 -0
- package/components/advanced/login/bundles/index.umd.js +135 -0
- package/components/advanced/login/fesm2022/index.mjs +120 -0
- package/components/advanced/login/fesm2022/index.mjs.map +1 -0
- package/components/advanced/login/index.d.ts +34 -0
- package/components/advanced/login/package.json +18 -0
- package/components/advanced/marquee/.npmignore +2 -0
- package/components/advanced/marquee/bundles/index.umd.js +71 -0
- package/components/advanced/marquee/fesm2022/index.mjs +53 -0
- package/components/advanced/marquee/fesm2022/index.mjs.map +1 -0
- package/components/advanced/marquee/index.d.ts +12 -0
- package/components/advanced/marquee/package.json +18 -0
- package/components/base/.npmignore +2 -0
- package/components/base/bundles/index.umd.js +6055 -0
- package/components/base/fesm2022/index.mjs +5931 -0
- package/components/base/fesm2022/index.mjs.map +1 -0
- package/components/base/index.d.ts +1436 -0
- package/components/base/package.json +26 -0
- package/components/basic/anchor/.npmignore +2 -0
- package/components/basic/anchor/bundles/index.umd.js +204 -0
- package/components/basic/anchor/fesm2022/index.mjs +187 -0
- package/components/basic/anchor/fesm2022/index.mjs.map +1 -0
- package/components/basic/anchor/index.d.ts +40 -0
- package/components/basic/anchor/package.json +18 -0
- package/components/basic/audio/.npmignore +2 -0
- package/components/basic/audio/bundles/index.umd.js +83 -0
- package/components/basic/audio/fesm2022/index.mjs +65 -0
- package/components/basic/audio/fesm2022/index.mjs.map +1 -0
- package/components/basic/audio/index.d.ts +23 -0
- package/components/basic/audio/package.json +18 -0
- package/components/basic/html/.npmignore +2 -0
- package/components/basic/html/bundles/index.umd.js +122 -0
- package/components/basic/html/fesm2022/index.mjs +105 -0
- package/components/basic/html/fesm2022/index.mjs.map +1 -0
- package/components/basic/html/index.d.ts +17 -0
- package/components/basic/html/package.json +18 -0
- package/components/basic/icon/.npmignore +2 -0
- package/components/basic/icon/bundles/index.umd.js +80 -0
- package/components/basic/icon/fesm2022/index.mjs +62 -0
- package/components/basic/icon/fesm2022/index.mjs.map +1 -0
- package/components/basic/icon/index.d.ts +18 -0
- package/components/basic/icon/package.json +18 -0
- package/components/basic/iframe/.npmignore +2 -0
- package/components/basic/iframe/bundles/index.umd.js +101 -0
- package/components/basic/iframe/fesm2022/index.mjs +84 -0
- package/components/basic/iframe/fesm2022/index.mjs.map +1 -0
- package/components/basic/iframe/index.d.ts +29 -0
- package/components/basic/iframe/package.json +18 -0
- package/components/basic/label/.npmignore +2 -0
- package/components/basic/label/bundles/index.umd.js +129 -0
- package/components/basic/label/fesm2022/index.mjs +113 -0
- package/components/basic/label/fesm2022/index.mjs.map +1 -0
- package/components/basic/label/index.d.ts +15 -0
- package/components/basic/label/package.json +18 -0
- package/components/basic/picture/.npmignore +2 -0
- package/components/basic/picture/bundles/index.umd.js +138 -0
- package/components/basic/picture/fesm2022/index.mjs +121 -0
- package/components/basic/picture/fesm2022/index.mjs.map +1 -0
- package/components/basic/picture/index.d.ts +22 -0
- package/components/basic/picture/package.json +18 -0
- package/components/basic/progress/progress-bar/.npmignore +2 -0
- package/components/basic/progress/progress-bar/bundles/index.umd.js +170 -0
- package/components/basic/progress/progress-bar/fesm2022/index.mjs +154 -0
- package/components/basic/progress/progress-bar/fesm2022/index.mjs.map +1 -0
- package/components/basic/progress/progress-bar/index.d.ts +45 -0
- package/components/basic/progress/progress-bar/package.json +18 -0
- package/components/basic/progress/progress-circle/.npmignore +2 -0
- package/components/basic/progress/progress-circle/bundles/index.umd.js +171 -0
- package/components/basic/progress/progress-circle/fesm2022/index.mjs +155 -0
- package/components/basic/progress/progress-circle/fesm2022/index.mjs.map +1 -0
- package/components/basic/progress/progress-circle/index.d.ts +43 -0
- package/components/basic/progress/progress-circle/package.json +18 -0
- package/components/basic/progress/progress-utils/.npmignore +2 -0
- package/components/basic/progress/progress-utils/bundles/index.umd.js +35 -0
- package/components/basic/progress/progress-utils/fesm2022/index.mjs +32 -0
- package/components/basic/progress/progress-utils/fesm2022/index.mjs.map +1 -0
- package/components/basic/progress/progress-utils/index.d.ts +5 -0
- package/components/basic/progress/progress-utils/package.json +18 -0
- package/components/basic/rich-text-editor/.npmignore +2 -0
- package/components/basic/rich-text-editor/bundles/index.umd.js +236 -0
- package/components/basic/rich-text-editor/fesm2022/index.mjs +222 -0
- package/components/basic/rich-text-editor/fesm2022/index.mjs.map +1 -0
- package/components/basic/rich-text-editor/index.d.ts +58 -0
- package/components/basic/rich-text-editor/package.json +18 -0
- package/components/basic/search/.npmignore +2 -0
- package/components/basic/search/bundles/index.umd.js +1091 -0
- package/components/basic/search/fesm2022/index.mjs +1080 -0
- package/components/basic/search/fesm2022/index.mjs.map +1 -0
- package/components/basic/search/index.d.ts +125 -0
- package/components/basic/search/package.json +18 -0
- package/components/basic/spinner/.npmignore +2 -0
- package/components/basic/spinner/bundles/index.umd.js +126 -0
- package/components/basic/spinner/fesm2022/index.mjs +111 -0
- package/components/basic/spinner/fesm2022/index.mjs.map +1 -0
- package/components/basic/spinner/index.d.ts +30 -0
- package/components/basic/spinner/package.json +18 -0
- package/components/basic/tree/.npmignore +2 -0
- package/components/basic/tree/bundles/index.umd.js +767 -0
- package/components/basic/tree/fesm2022/index.mjs +751 -0
- package/components/basic/tree/fesm2022/index.mjs.map +1 -0
- package/components/basic/tree/index.d.ts +97 -0
- package/components/basic/tree/package.json +18 -0
- package/components/basic/video/.npmignore +2 -0
- package/components/basic/video/bundles/index.umd.js +116 -0
- package/components/basic/video/fesm2022/index.mjs +99 -0
- package/components/basic/video/fesm2022/index.mjs.map +1 -0
- package/components/basic/video/index.d.ts +30 -0
- package/components/basic/video/package.json +18 -0
- package/components/chart/.npmignore +2 -0
- package/components/chart/bundles/index.umd.js +1747 -0
- package/components/chart/fesm2022/index.mjs +1774 -0
- package/components/chart/fesm2022/index.mjs.map +1 -0
- package/components/chart/index.d.ts +103 -0
- package/components/chart/package.json +18 -0
- package/components/containers/accordion/.npmignore +2 -0
- package/components/containers/accordion/bundles/index.umd.js +500 -0
- package/components/containers/accordion/fesm2022/index.mjs +486 -0
- package/components/containers/accordion/fesm2022/index.mjs.map +1 -0
- package/components/containers/accordion/index.d.ts +114 -0
- package/components/containers/accordion/package.json +18 -0
- package/components/containers/layout-grid/.npmignore +2 -0
- package/components/containers/layout-grid/bundles/index.umd.js +172 -0
- package/components/containers/layout-grid/fesm2022/index.mjs +153 -0
- package/components/containers/layout-grid/fesm2022/index.mjs.map +1 -0
- package/components/containers/layout-grid/index.d.ts +29 -0
- package/components/containers/layout-grid/package.json +18 -0
- package/components/containers/linear-layout/.npmignore +2 -0
- package/components/containers/linear-layout/bundles/index.umd.js +186 -0
- package/components/containers/linear-layout/fesm2022/index.mjs +167 -0
- package/components/containers/linear-layout/fesm2022/index.mjs.map +1 -0
- package/components/containers/linear-layout/index.d.ts +27 -0
- package/components/containers/linear-layout/package.json +18 -0
- package/components/containers/panel/.npmignore +2 -0
- package/components/containers/panel/bundles/index.umd.js +223 -0
- package/components/containers/panel/fesm2022/index.mjs +210 -0
- package/components/containers/panel/fesm2022/index.mjs.map +1 -0
- package/components/containers/panel/index.d.ts +46 -0
- package/components/containers/panel/package.json +18 -0
- package/components/containers/tabs/.npmignore +2 -0
- package/components/containers/tabs/bundles/index.umd.js +788 -0
- package/components/containers/tabs/fesm2022/index.mjs +775 -0
- package/components/containers/tabs/fesm2022/index.mjs.map +1 -0
- package/components/containers/tabs/index.d.ts +127 -0
- package/components/containers/tabs/package.json +18 -0
- package/components/containers/tile/.npmignore +2 -0
- package/components/containers/tile/bundles/index.umd.js +68 -0
- package/components/containers/tile/fesm2022/index.mjs +50 -0
- package/components/containers/tile/fesm2022/index.mjs.map +1 -0
- package/components/containers/tile/index.d.ts +12 -0
- package/components/containers/tile/package.json +18 -0
- package/components/containers/wizard/.npmignore +2 -0
- package/components/containers/wizard/bundles/index.umd.js +1074 -0
- package/components/containers/wizard/fesm2022/index.mjs +1058 -0
- package/components/containers/wizard/fesm2022/index.mjs.map +1 -0
- package/components/containers/wizard/index.d.ts +257 -0
- package/components/containers/wizard/package.json +18 -0
- package/components/data/card/.npmignore +2 -0
- package/components/data/card/bundles/index.umd.js +237 -0
- package/components/data/card/fesm2022/index.mjs +220 -0
- package/components/data/card/fesm2022/index.mjs.map +1 -0
- package/components/data/card/index.d.ts +51 -0
- package/components/data/card/package.json +18 -0
- package/components/data/form/.npmignore +2 -0
- package/components/data/form/bundles/index.umd.js +3339 -0
- package/components/data/form/fesm2022/index.mjs +3327 -0
- package/components/data/form/fesm2022/index.mjs.map +1 -0
- package/components/data/form/index.d.ts +487 -0
- package/components/data/form/package.json +18 -0
- package/components/data/list/.npmignore +2 -0
- package/components/data/list/bundles/index.umd.js +1610 -0
- package/components/data/list/fesm2022/index.mjs +1602 -0
- package/components/data/list/fesm2022/index.mjs.map +1 -0
- package/components/data/list/index.d.ts +283 -0
- package/components/data/list/package.json +18 -0
- package/components/data/live-table/.npmignore +2 -0
- package/components/data/live-table/bundles/index.umd.js +283 -0
- package/components/data/live-table/fesm2022/index.mjs +268 -0
- package/components/data/live-table/fesm2022/index.mjs.map +1 -0
- package/components/data/live-table/index.d.ts +39 -0
- package/components/data/live-table/package.json +18 -0
- package/components/data/pagination/.npmignore +2 -0
- package/components/data/pagination/bundles/index.umd.js +885 -0
- package/components/data/pagination/fesm2022/index.mjs +880 -0
- package/components/data/pagination/fesm2022/index.mjs.map +1 -0
- package/components/data/pagination/index.d.ts +106 -0
- package/components/data/pagination/package.json +18 -0
- package/components/data/table/.npmignore +2 -0
- package/components/data/table/bundles/index.umd.js +4991 -0
- package/components/data/table/fesm2022/index.mjs +4978 -0
- package/components/data/table/fesm2022/index.mjs.map +1 -0
- package/components/data/table/index.d.ts +744 -0
- package/components/data/table/package.json +18 -0
- package/components/dialogs/alert-dialog/.npmignore +2 -0
- package/components/dialogs/alert-dialog/bundles/index.umd.js +126 -0
- package/components/dialogs/alert-dialog/fesm2022/index.mjs +114 -0
- package/components/dialogs/alert-dialog/fesm2022/index.mjs.map +1 -0
- package/components/dialogs/alert-dialog/index.d.ts +26 -0
- package/components/dialogs/alert-dialog/package.json +18 -0
- package/components/dialogs/confirm-dialog/.npmignore +2 -0
- package/components/dialogs/confirm-dialog/bundles/index.umd.js +129 -0
- package/components/dialogs/confirm-dialog/fesm2022/index.mjs +117 -0
- package/components/dialogs/confirm-dialog/fesm2022/index.mjs.map +1 -0
- package/components/dialogs/confirm-dialog/index.d.ts +29 -0
- package/components/dialogs/confirm-dialog/package.json +18 -0
- package/components/dialogs/default/.npmignore +2 -0
- package/components/dialogs/default/bundles/index.umd.js +380 -0
- package/components/dialogs/default/fesm2022/index.mjs +363 -0
- package/components/dialogs/default/fesm2022/index.mjs.map +1 -0
- package/components/dialogs/default/index.d.ts +89 -0
- package/components/dialogs/default/package.json +18 -0
- package/components/dialogs/design-dialog/.npmignore +2 -0
- package/components/dialogs/design-dialog/bundles/index.umd.js +150 -0
- package/components/dialogs/design-dialog/fesm2022/index.mjs +135 -0
- package/components/dialogs/design-dialog/fesm2022/index.mjs.map +1 -0
- package/components/dialogs/design-dialog/index.d.ts +20 -0
- package/components/dialogs/design-dialog/package.json +18 -0
- package/components/dialogs/iframe-dialog/.npmignore +2 -0
- package/components/dialogs/iframe-dialog/bundles/index.umd.js +119 -0
- package/components/dialogs/iframe-dialog/fesm2022/index.mjs +108 -0
- package/components/dialogs/iframe-dialog/fesm2022/index.mjs.map +1 -0
- package/components/dialogs/iframe-dialog/index.d.ts +22 -0
- package/components/dialogs/iframe-dialog/package.json +18 -0
- package/components/dialogs/login-dialog/.npmignore +2 -0
- package/components/dialogs/login-dialog/bundles/index.umd.js +114 -0
- package/components/dialogs/login-dialog/fesm2022/index.mjs +98 -0
- package/components/dialogs/login-dialog/fesm2022/index.mjs.map +1 -0
- package/components/dialogs/login-dialog/index.d.ts +26 -0
- package/components/dialogs/login-dialog/package.json +18 -0
- package/components/dialogs/partial-dialog/.npmignore +2 -0
- package/components/dialogs/partial-dialog/bundles/index.umd.js +157 -0
- package/components/dialogs/partial-dialog/fesm2022/index.mjs +146 -0
- package/components/dialogs/partial-dialog/fesm2022/index.mjs.map +1 -0
- package/components/dialogs/partial-dialog/index.d.ts +32 -0
- package/components/dialogs/partial-dialog/package.json +18 -0
- package/components/input/base-form/.npmignore +2 -0
- package/components/input/base-form/bundles/index.umd.js +147 -0
- package/components/input/base-form/fesm2022/index.mjs +131 -0
- package/components/input/base-form/fesm2022/index.mjs.map +1 -0
- package/components/input/base-form/index.d.ts +29 -0
- package/components/input/base-form/package.json +18 -0
- package/components/input/base-form-custom/.npmignore +2 -0
- package/components/input/base-form-custom/bundles/index.umd.js +129 -0
- package/components/input/base-form-custom/fesm2022/index.mjs +112 -0
- package/components/input/base-form-custom/fesm2022/index.mjs.map +1 -0
- package/components/input/base-form-custom/index.d.ts +26 -0
- package/components/input/base-form-custom/package.json +18 -0
- package/components/input/button/.npmignore +2 -0
- package/components/input/button/bundles/index.umd.js +98 -0
- package/components/input/button/fesm2022/index.mjs +81 -0
- package/components/input/button/fesm2022/index.mjs.map +1 -0
- package/components/input/button/index.d.ts +22 -0
- package/components/input/button/package.json +18 -0
- package/components/input/button-group/.npmignore +2 -0
- package/components/input/button-group/bundles/index.umd.js +80 -0
- package/components/input/button-group/fesm2022/index.mjs +62 -0
- package/components/input/button-group/fesm2022/index.mjs.map +1 -0
- package/components/input/button-group/index.d.ts +14 -0
- package/components/input/button-group/package.json +18 -0
- package/components/input/calendar/.npmignore +2 -0
- package/components/input/calendar/bundles/index.umd.js +655 -0
- package/components/input/calendar/fesm2022/index.mjs +665 -0
- package/components/input/calendar/fesm2022/index.mjs.map +1 -0
- package/components/input/calendar/index.d.ts +131 -0
- package/components/input/calendar/package.json +18 -0
- package/components/input/caption-position/.npmignore +2 -0
- package/components/input/caption-position/bundles/index.umd.js +196 -0
- package/components/input/caption-position/fesm2022/index.mjs +178 -0
- package/components/input/caption-position/fesm2022/index.mjs.map +1 -0
- package/components/input/caption-position/index.d.ts +34 -0
- package/components/input/caption-position/package.json +18 -0
- package/components/input/checkbox/.npmignore +2 -0
- package/components/input/checkbox/bundles/index.umd.js +206 -0
- package/components/input/checkbox/fesm2022/index.mjs +191 -0
- package/components/input/checkbox/fesm2022/index.mjs.map +1 -0
- package/components/input/checkbox/index.d.ts +39 -0
- package/components/input/checkbox/package.json +18 -0
- package/components/input/checkboxset/.npmignore +2 -0
- package/components/input/checkboxset/bundles/index.umd.js +178 -0
- package/components/input/checkboxset/fesm2022/index.mjs +165 -0
- package/components/input/checkboxset/fesm2022/index.mjs.map +1 -0
- package/components/input/checkboxset/index.d.ts +27 -0
- package/components/input/checkboxset/package.json +18 -0
- package/components/input/chips/.npmignore +2 -0
- package/components/input/chips/bundles/index.umd.js +741 -0
- package/components/input/chips/fesm2022/index.mjs +729 -0
- package/components/input/chips/fesm2022/index.mjs.map +1 -0
- package/components/input/chips/index.d.ts +90 -0
- package/components/input/chips/package.json +18 -0
- package/components/input/color-picker/.npmignore +2 -0
- package/components/input/color-picker/bundles/index.umd.js +145 -0
- package/components/input/color-picker/fesm2022/index.mjs +132 -0
- package/components/input/color-picker/fesm2022/index.mjs.map +1 -0
- package/components/input/color-picker/index.d.ts +36 -0
- package/components/input/color-picker/package.json +18 -0
- package/components/input/composite/.npmignore +2 -0
- package/components/input/composite/bundles/index.umd.js +120 -0
- package/components/input/composite/fesm2022/index.mjs +103 -0
- package/components/input/composite/fesm2022/index.mjs.map +1 -0
- package/components/input/composite/index.d.ts +27 -0
- package/components/input/composite/package.json +18 -0
- package/components/input/currency/.npmignore +2 -0
- package/components/input/currency/bundles/index.umd.js +112 -0
- package/components/input/currency/fesm2022/index.mjs +97 -0
- package/components/input/currency/fesm2022/index.mjs.map +1 -0
- package/components/input/currency/index.d.ts +31 -0
- package/components/input/currency/package.json +18 -0
- package/components/input/dataset-aware-form/.npmignore +2 -0
- package/components/input/dataset-aware-form/bundles/index.umd.js +354 -0
- package/components/input/dataset-aware-form/fesm2022/index.mjs +340 -0
- package/components/input/dataset-aware-form/fesm2022/index.mjs.map +1 -0
- package/components/input/dataset-aware-form/index.d.ts +80 -0
- package/components/input/dataset-aware-form/package.json +18 -0
- package/components/input/epoch/base-date-time/.npmignore +2 -0
- package/components/input/epoch/base-date-time/bundles/index.umd.js +1093 -0
- package/components/input/epoch/base-date-time/fesm2022/index.mjs +1084 -0
- package/components/input/epoch/base-date-time/fesm2022/index.mjs.map +1 -0
- package/components/input/epoch/base-date-time/index.d.ts +249 -0
- package/components/input/epoch/base-date-time/package.json +18 -0
- package/components/input/epoch/date/.npmignore +2 -0
- package/components/input/epoch/date/bundles/index.umd.js +515 -0
- package/components/input/epoch/date/fesm2022/index.mjs +505 -0
- package/components/input/epoch/date/fesm2022/index.mjs.map +1 -0
- package/components/input/epoch/date/index.d.ts +64 -0
- package/components/input/epoch/date/package.json +18 -0
- package/components/input/epoch/date-time/.npmignore +2 -0
- package/components/input/epoch/date-time/bundles/index.umd.js +519 -0
- package/components/input/epoch/date-time/fesm2022/index.mjs +510 -0
- package/components/input/epoch/date-time/fesm2022/index.mjs.map +1 -0
- package/components/input/epoch/date-time/index.d.ts +112 -0
- package/components/input/epoch/date-time/package.json +18 -0
- package/components/input/epoch/date-time-picker/.npmignore +2 -0
- package/components/input/epoch/date-time-picker/bundles/index.umd.js +453 -0
- package/components/input/epoch/date-time-picker/fesm2022/index.mjs +439 -0
- package/components/input/epoch/date-time-picker/fesm2022/index.mjs.map +1 -0
- package/components/input/epoch/date-time-picker/index.d.ts +83 -0
- package/components/input/epoch/date-time-picker/package.json +18 -0
- package/components/input/epoch/picker/.npmignore +2 -0
- package/components/input/epoch/picker/bundles/index.umd.js +192 -0
- package/components/input/epoch/picker/fesm2022/index.mjs +172 -0
- package/components/input/epoch/picker/fesm2022/index.mjs.map +1 -0
- package/components/input/epoch/picker/index.d.ts +39 -0
- package/components/input/epoch/picker/package.json +18 -0
- package/components/input/epoch/time/.npmignore +2 -0
- package/components/input/epoch/time/bundles/index.umd.js +401 -0
- package/components/input/epoch/time/fesm2022/index.mjs +391 -0
- package/components/input/epoch/time/fesm2022/index.mjs.map +1 -0
- package/components/input/epoch/time/index.d.ts +108 -0
- package/components/input/epoch/time/package.json +18 -0
- package/components/input/file-upload/.npmignore +2 -0
- package/components/input/file-upload/bundles/index.umd.js +483 -0
- package/components/input/file-upload/fesm2022/index.mjs +469 -0
- package/components/input/file-upload/fesm2022/index.mjs.map +1 -0
- package/components/input/file-upload/index.d.ts +106 -0
- package/components/input/file-upload/package.json +18 -0
- package/components/input/number/.npmignore +2 -0
- package/components/input/number/bundles/index.umd.js +109 -0
- package/components/input/number/fesm2022/index.mjs +95 -0
- package/components/input/number/fesm2022/index.mjs.map +1 -0
- package/components/input/number/index.d.ts +29 -0
- package/components/input/number/package.json +18 -0
- package/components/input/radioset/.npmignore +2 -0
- package/components/input/radioset/bundles/index.umd.js +164 -0
- package/components/input/radioset/fesm2022/index.mjs +151 -0
- package/components/input/radioset/fesm2022/index.mjs.map +1 -0
- package/components/input/radioset/index.d.ts +26 -0
- package/components/input/radioset/package.json +18 -0
- package/components/input/rating/.npmignore +2 -0
- package/components/input/rating/bundles/index.umd.js +270 -0
- package/components/input/rating/fesm2022/index.mjs +257 -0
- package/components/input/rating/fesm2022/index.mjs.map +1 -0
- package/components/input/rating/index.d.ts +47 -0
- package/components/input/rating/package.json +18 -0
- package/components/input/select/.npmignore +2 -0
- package/components/input/select/bundles/index.umd.js +225 -0
- package/components/input/select/fesm2022/index.mjs +211 -0
- package/components/input/select/fesm2022/index.mjs.map +1 -0
- package/components/input/select/index.d.ts +39 -0
- package/components/input/select/package.json +18 -0
- package/components/input/slider/.npmignore +2 -0
- package/components/input/slider/bundles/index.umd.js +203 -0
- package/components/input/slider/fesm2022/index.mjs +189 -0
- package/components/input/slider/fesm2022/index.mjs.map +1 -0
- package/components/input/slider/index.d.ts +42 -0
- package/components/input/slider/package.json +18 -0
- package/components/input/switch/.npmignore +2 -0
- package/components/input/switch/bundles/index.umd.js +224 -0
- package/components/input/switch/fesm2022/index.mjs +211 -0
- package/components/input/switch/fesm2022/index.mjs.map +1 -0
- package/components/input/switch/index.d.ts +33 -0
- package/components/input/switch/package.json +18 -0
- package/components/input/text/.npmignore +2 -0
- package/components/input/text/bundles/index.umd.js +1130 -0
- package/components/input/text/fesm2022/index.mjs +1114 -0
- package/components/input/text/fesm2022/index.mjs.map +1 -0
- package/components/input/text/index.d.ts +316 -0
- package/components/input/text/package.json +18 -0
- package/components/input/textarea/.npmignore +2 -0
- package/components/input/textarea/bundles/index.umd.js +108 -0
- package/components/input/textarea/fesm2022/index.mjs +94 -0
- package/components/input/textarea/fesm2022/index.mjs.map +1 -0
- package/components/input/textarea/index.d.ts +33 -0
- package/components/input/textarea/package.json +18 -0
- package/components/navigation/breadcrumb/.npmignore +2 -0
- package/components/navigation/breadcrumb/bundles/index.umd.js +138 -0
- package/components/navigation/breadcrumb/fesm2022/index.mjs +121 -0
- package/components/navigation/breadcrumb/fesm2022/index.mjs.map +1 -0
- package/components/navigation/breadcrumb/index.d.ts +28 -0
- package/components/navigation/breadcrumb/package.json +18 -0
- package/components/navigation/menu/.npmignore +2 -0
- package/components/navigation/menu/bundles/index.umd.js +947 -0
- package/components/navigation/menu/fesm2022/index.mjs +929 -0
- package/components/navigation/menu/fesm2022/index.mjs.map +1 -0
- package/components/navigation/menu/index.d.ts +189 -0
- package/components/navigation/menu/package.json +18 -0
- package/components/navigation/navbar/.npmignore +2 -0
- package/components/navigation/navbar/bundles/index.umd.js +87 -0
- package/components/navigation/navbar/fesm2022/index.mjs +70 -0
- package/components/navigation/navbar/fesm2022/index.mjs.map +1 -0
- package/components/navigation/navbar/index.d.ts +19 -0
- package/components/navigation/navbar/package.json +18 -0
- package/components/navigation/popover/.npmignore +2 -0
- package/components/navigation/popover/bundles/index.umd.js +527 -0
- package/components/navigation/popover/fesm2022/index.mjs +513 -0
- package/components/navigation/popover/fesm2022/index.mjs.map +1 -0
- package/components/navigation/popover/index.d.ts +86 -0
- package/components/navigation/popover/package.json +18 -0
- package/components/page/default/.npmignore +2 -0
- package/components/page/default/bundles/index.umd.js +458 -0
- package/components/page/default/fesm2022/index.mjs +438 -0
- package/components/page/default/fesm2022/index.mjs.map +1 -0
- package/components/page/default/index.d.ts +124 -0
- package/components/page/default/package.json +18 -0
- package/components/page/footer/.npmignore +2 -0
- package/components/page/footer/bundles/index.umd.js +71 -0
- package/components/page/footer/fesm2022/index.mjs +53 -0
- package/components/page/footer/fesm2022/index.mjs.map +1 -0
- package/components/page/footer/index.d.ts +12 -0
- package/components/page/footer/package.json +18 -0
- package/components/page/header/.npmignore +2 -0
- package/components/page/header/bundles/index.umd.js +67 -0
- package/components/page/header/fesm2022/index.mjs +49 -0
- package/components/page/header/fesm2022/index.mjs.map +1 -0
- package/components/page/header/index.d.ts +13 -0
- package/components/page/header/package.json +18 -0
- package/components/page/left-panel/.npmignore +2 -0
- package/components/page/left-panel/bundles/index.umd.js +415 -0
- package/components/page/left-panel/fesm2022/index.mjs +400 -0
- package/components/page/left-panel/fesm2022/index.mjs.map +1 -0
- package/components/page/left-panel/index.d.ts +41 -0
- package/components/page/left-panel/package.json +18 -0
- package/components/page/right-panel/.npmignore +2 -0
- package/components/page/right-panel/bundles/index.umd.js +86 -0
- package/components/page/right-panel/fesm2022/index.mjs +69 -0
- package/components/page/right-panel/fesm2022/index.mjs.map +1 -0
- package/components/page/right-panel/index.d.ts +13 -0
- package/components/page/right-panel/package.json +18 -0
- package/components/page/top-nav/.npmignore +2 -0
- package/components/page/top-nav/bundles/index.umd.js +68 -0
- package/components/page/top-nav/fesm2022/index.mjs +50 -0
- package/components/page/top-nav/fesm2022/index.mjs.map +1 -0
- package/components/page/top-nav/index.d.ts +12 -0
- package/components/page/top-nav/package.json +18 -0
- package/components/prefab/.npmignore +2 -0
- package/components/prefab/bundles/index.umd.js +176 -0
- package/components/prefab/fesm2022/index.mjs +159 -0
- package/components/prefab/fesm2022/index.mjs.map +1 -0
- package/components/prefab/index.d.ts +33 -0
- package/components/prefab/package.json +18 -0
- package/core/.npmignore +2 -0
- package/core/bundles/index.umd.js +5627 -0
- package/core/fesm2022/index.mjs +5475 -0
- package/core/fesm2022/index.mjs.map +1 -0
- package/core/index.d.ts +2143 -0
- package/core/package.json +24 -0
- package/http/.npmignore +2 -0
- package/http/bundles/index.umd.js +421 -0
- package/http/fesm2022/index.mjs +405 -0
- package/http/fesm2022/index.mjs.map +1 -0
- package/http/index.d.ts +120 -0
- package/http/package.json +23 -0
- package/locales/angular/af-na.js +17 -0
- package/locales/angular/af.js +17 -0
- package/locales/angular/agq.js +15 -0
- package/locales/angular/ak.js +17 -0
- package/locales/angular/am.js +17 -0
- package/locales/angular/ar-ae.js +25 -0
- package/locales/angular/ar-bh.js +25 -0
- package/locales/angular/ar-dj.js +25 -0
- package/locales/angular/ar-dz.js +25 -0
- package/locales/angular/ar-eg.js +25 -0
- package/locales/angular/ar-eh.js +25 -0
- package/locales/angular/ar-er.js +25 -0
- package/locales/angular/ar-il.js +25 -0
- package/locales/angular/ar-iq.js +25 -0
- package/locales/angular/ar-jo.js +25 -0
- package/locales/angular/ar-km.js +25 -0
- package/locales/angular/ar-kw.js +25 -0
- package/locales/angular/ar-lb.js +25 -0
- package/locales/angular/ar-ly.js +25 -0
- package/locales/angular/ar-ma.js +25 -0
- package/locales/angular/ar-mr.js +25 -0
- package/locales/angular/ar-om.js +25 -0
- package/locales/angular/ar-ps.js +25 -0
- package/locales/angular/ar-qa.js +25 -0
- package/locales/angular/ar-sa.js +25 -0
- package/locales/angular/ar-sd.js +25 -0
- package/locales/angular/ar-so.js +25 -0
- package/locales/angular/ar-ss.js +25 -0
- package/locales/angular/ar-sy.js +25 -0
- package/locales/angular/ar-td.js +25 -0
- package/locales/angular/ar-tn.js +25 -0
- package/locales/angular/ar-ye.js +25 -0
- package/locales/angular/ar.js +25 -0
- package/locales/angular/as.js +17 -0
- package/locales/angular/asa.js +17 -0
- package/locales/angular/ast.js +17 -0
- package/locales/angular/az-cyrl.js +15 -0
- package/locales/angular/az-latn.js +17 -0
- package/locales/angular/az.js +17 -0
- package/locales/angular/bas.js +15 -0
- package/locales/angular/be-tarask.js +21 -0
- package/locales/angular/be.js +21 -0
- package/locales/angular/bem.js +17 -0
- package/locales/angular/bez.js +17 -0
- package/locales/angular/bg.js +17 -0
- package/locales/angular/bm.js +15 -0
- package/locales/angular/bn-in.js +17 -0
- package/locales/angular/bn.js +17 -0
- package/locales/angular/bo-in.js +15 -0
- package/locales/angular/bo.js +15 -0
- package/locales/angular/br.js +23 -0
- package/locales/angular/brx.js +17 -0
- package/locales/angular/bs-cyrl.js +15 -0
- package/locales/angular/bs-latn.js +19 -0
- package/locales/angular/bs.js +19 -0
- package/locales/angular/ca-ad.js +17 -0
- package/locales/angular/ca-es-valencia.js +17 -0
- package/locales/angular/ca-fr.js +17 -0
- package/locales/angular/ca-it.js +17 -0
- package/locales/angular/ca.js +17 -0
- package/locales/angular/ccp-in.js +15 -0
- package/locales/angular/ccp.js +15 -0
- package/locales/angular/ce.js +17 -0
- package/locales/angular/ceb.js +17 -0
- package/locales/angular/cgg.js +17 -0
- package/locales/angular/chr.js +17 -0
- package/locales/angular/ckb-ir.js +17 -0
- package/locales/angular/ckb.js +17 -0
- package/locales/angular/cs.js +21 -0
- package/locales/angular/cy.js +25 -0
- package/locales/angular/da-gl.js +17 -0
- package/locales/angular/da.js +17 -0
- package/locales/angular/dav.js +15 -0
- package/locales/angular/de-at.js +17 -0
- package/locales/angular/de-be.js +17 -0
- package/locales/angular/de-ch.js +17 -0
- package/locales/angular/de-it.js +17 -0
- package/locales/angular/de-li.js +17 -0
- package/locales/angular/de-lu.js +17 -0
- package/locales/angular/de.js +17 -0
- package/locales/angular/dje.js +15 -0
- package/locales/angular/doi.js +17 -0
- package/locales/angular/dsb.js +21 -0
- package/locales/angular/dua.js +15 -0
- package/locales/angular/dyo.js +15 -0
- package/locales/angular/dz.js +15 -0
- package/locales/angular/ebu.js +15 -0
- package/locales/angular/ee-tg.js +17 -0
- package/locales/angular/ee.js +17 -0
- package/locales/angular/el-cy.js +17 -0
- package/locales/angular/el.js +17 -0
- package/locales/angular/en-001.js +17 -0
- package/locales/angular/en-150.js +17 -0
- package/locales/angular/en-ae.js +17 -0
- package/locales/angular/en-ag.js +17 -0
- package/locales/angular/en-ai.js +17 -0
- package/locales/angular/en-as.js +17 -0
- package/locales/angular/en-at.js +17 -0
- package/locales/angular/en-au.js +17 -0
- package/locales/angular/en-bb.js +17 -0
- package/locales/angular/en-be.js +17 -0
- package/locales/angular/en-bi.js +17 -0
- package/locales/angular/en-bm.js +17 -0
- package/locales/angular/en-bs.js +17 -0
- package/locales/angular/en-bw.js +17 -0
- package/locales/angular/en-bz.js +17 -0
- package/locales/angular/en-ca.js +17 -0
- package/locales/angular/en-cc.js +17 -0
- package/locales/angular/en-ch.js +17 -0
- package/locales/angular/en-ck.js +17 -0
- package/locales/angular/en-cm.js +17 -0
- package/locales/angular/en-cx.js +17 -0
- package/locales/angular/en-cy.js +17 -0
- package/locales/angular/en-de.js +17 -0
- package/locales/angular/en-dg.js +17 -0
- package/locales/angular/en-dk.js +17 -0
- package/locales/angular/en-dm.js +17 -0
- package/locales/angular/en-er.js +17 -0
- package/locales/angular/en-fi.js +17 -0
- package/locales/angular/en-fj.js +17 -0
- package/locales/angular/en-fk.js +17 -0
- package/locales/angular/en-fm.js +17 -0
- package/locales/angular/en-gb.js +17 -0
- package/locales/angular/en-gd.js +17 -0
- package/locales/angular/en-gg.js +17 -0
- package/locales/angular/en-gh.js +17 -0
- package/locales/angular/en-gi.js +17 -0
- package/locales/angular/en-gm.js +17 -0
- package/locales/angular/en-gu.js +17 -0
- package/locales/angular/en-gy.js +17 -0
- package/locales/angular/en-hk.js +17 -0
- package/locales/angular/en-ie.js +17 -0
- package/locales/angular/en-il.js +17 -0
- package/locales/angular/en-im.js +17 -0
- package/locales/angular/en-in.js +17 -0
- package/locales/angular/en-io.js +17 -0
- package/locales/angular/en-je.js +17 -0
- package/locales/angular/en-jm.js +17 -0
- package/locales/angular/en-ke.js +17 -0
- package/locales/angular/en-ki.js +17 -0
- package/locales/angular/en-kn.js +17 -0
- package/locales/angular/en-ky.js +17 -0
- package/locales/angular/en-lc.js +17 -0
- package/locales/angular/en-lr.js +17 -0
- package/locales/angular/en-ls.js +17 -0
- package/locales/angular/en-mg.js +17 -0
- package/locales/angular/en-mh.js +17 -0
- package/locales/angular/en-mo.js +17 -0
- package/locales/angular/en-mp.js +17 -0
- package/locales/angular/en-ms.js +17 -0
- package/locales/angular/en-mt.js +17 -0
- package/locales/angular/en-mu.js +17 -0
- package/locales/angular/en-mv.js +17 -0
- package/locales/angular/en-mw.js +17 -0
- package/locales/angular/en-my.js +17 -0
- package/locales/angular/en-na.js +17 -0
- package/locales/angular/en-nf.js +17 -0
- package/locales/angular/en-ng.js +17 -0
- package/locales/angular/en-nl.js +17 -0
- package/locales/angular/en-nr.js +17 -0
- package/locales/angular/en-nu.js +17 -0
- package/locales/angular/en-nz.js +17 -0
- package/locales/angular/en-pg.js +17 -0
- package/locales/angular/en-ph.js +17 -0
- package/locales/angular/en-pk.js +17 -0
- package/locales/angular/en-pn.js +17 -0
- package/locales/angular/en-pr.js +17 -0
- package/locales/angular/en-pw.js +17 -0
- package/locales/angular/en-rw.js +17 -0
- package/locales/angular/en-sb.js +17 -0
- package/locales/angular/en-sc.js +17 -0
- package/locales/angular/en-sd.js +17 -0
- package/locales/angular/en-se.js +17 -0
- package/locales/angular/en-sg.js +17 -0
- package/locales/angular/en-sh.js +17 -0
- package/locales/angular/en-si.js +17 -0
- package/locales/angular/en-sl.js +17 -0
- package/locales/angular/en-ss.js +17 -0
- package/locales/angular/en-sx.js +17 -0
- package/locales/angular/en-sz.js +17 -0
- package/locales/angular/en-tc.js +17 -0
- package/locales/angular/en-tk.js +17 -0
- package/locales/angular/en-to.js +17 -0
- package/locales/angular/en-tt.js +17 -0
- package/locales/angular/en-tv.js +17 -0
- package/locales/angular/en-tz.js +17 -0
- package/locales/angular/en-ug.js +17 -0
- package/locales/angular/en-um.js +17 -0
- package/locales/angular/en-vc.js +17 -0
- package/locales/angular/en-vg.js +17 -0
- package/locales/angular/en-vi.js +17 -0
- package/locales/angular/en-vu.js +17 -0
- package/locales/angular/en-ws.js +17 -0
- package/locales/angular/en-za.js +17 -0
- package/locales/angular/en-zm.js +17 -0
- package/locales/angular/en-zw.js +17 -0
- package/locales/angular/en.js +17 -0
- package/locales/angular/eo.js +17 -0
- package/locales/angular/es-419.js +19 -0
- package/locales/angular/es-ar.js +19 -0
- package/locales/angular/es-bo.js +19 -0
- package/locales/angular/es-br.js +19 -0
- package/locales/angular/es-bz.js +19 -0
- package/locales/angular/es-cl.js +19 -0
- package/locales/angular/es-co.js +19 -0
- package/locales/angular/es-cr.js +19 -0
- package/locales/angular/es-cu.js +19 -0
- package/locales/angular/es-do.js +19 -0
- package/locales/angular/es-ea.js +19 -0
- package/locales/angular/es-ec.js +19 -0
- package/locales/angular/es-gq.js +19 -0
- package/locales/angular/es-gt.js +19 -0
- package/locales/angular/es-hn.js +19 -0
- package/locales/angular/es-ic.js +19 -0
- package/locales/angular/es-mx.js +19 -0
- package/locales/angular/es-ni.js +19 -0
- package/locales/angular/es-pa.js +19 -0
- package/locales/angular/es-pe.js +19 -0
- package/locales/angular/es-ph.js +19 -0
- package/locales/angular/es-pr.js +19 -0
- package/locales/angular/es-py.js +19 -0
- package/locales/angular/es-sv.js +19 -0
- package/locales/angular/es-us.js +19 -0
- package/locales/angular/es-uy.js +19 -0
- package/locales/angular/es-ve.js +19 -0
- package/locales/angular/es.js +19 -0
- package/locales/angular/et.js +17 -0
- package/locales/angular/eu.js +17 -0
- package/locales/angular/ewo.js +15 -0
- package/locales/angular/fa-af.js +17 -0
- package/locales/angular/fa.js +17 -0
- package/locales/angular/ff-adlm-bf.js +15 -0
- package/locales/angular/ff-adlm-cm.js +15 -0
- package/locales/angular/ff-adlm-gh.js +15 -0
- package/locales/angular/ff-adlm-gm.js +15 -0
- package/locales/angular/ff-adlm-gw.js +15 -0
- package/locales/angular/ff-adlm-lr.js +15 -0
- package/locales/angular/ff-adlm-mr.js +15 -0
- package/locales/angular/ff-adlm-ne.js +15 -0
- package/locales/angular/ff-adlm-ng.js +15 -0
- package/locales/angular/ff-adlm-sl.js +15 -0
- package/locales/angular/ff-adlm-sn.js +15 -0
- package/locales/angular/ff-adlm.js +15 -0
- package/locales/angular/ff-cm.js +64 -0
- package/locales/angular/ff-gn.js +64 -0
- package/locales/angular/ff-latn-bf.js +17 -0
- package/locales/angular/ff-latn-cm.js +17 -0
- package/locales/angular/ff-latn-gh.js +17 -0
- package/locales/angular/ff-latn-gm.js +17 -0
- package/locales/angular/ff-latn-gn.js +17 -0
- package/locales/angular/ff-latn-gw.js +17 -0
- package/locales/angular/ff-latn-lr.js +17 -0
- package/locales/angular/ff-latn-mr.js +17 -0
- package/locales/angular/ff-latn-ne.js +17 -0
- package/locales/angular/ff-latn-ng.js +17 -0
- package/locales/angular/ff-latn-sl.js +17 -0
- package/locales/angular/ff-latn.js +17 -0
- package/locales/angular/ff-mr.js +64 -0
- package/locales/angular/ff.js +17 -0
- package/locales/angular/fi.js +17 -0
- package/locales/angular/fil.js +17 -0
- package/locales/angular/fo-dk.js +17 -0
- package/locales/angular/fo.js +17 -0
- package/locales/angular/fr-be.js +19 -0
- package/locales/angular/fr-bf.js +19 -0
- package/locales/angular/fr-bi.js +19 -0
- package/locales/angular/fr-bj.js +19 -0
- package/locales/angular/fr-bl.js +19 -0
- package/locales/angular/fr-ca.js +19 -0
- package/locales/angular/fr-cd.js +19 -0
- package/locales/angular/fr-cf.js +19 -0
- package/locales/angular/fr-cg.js +19 -0
- package/locales/angular/fr-ch.js +19 -0
- package/locales/angular/fr-ci.js +19 -0
- package/locales/angular/fr-cm.js +19 -0
- package/locales/angular/fr-dj.js +19 -0
- package/locales/angular/fr-dz.js +19 -0
- package/locales/angular/fr-ga.js +19 -0
- package/locales/angular/fr-gf.js +19 -0
- package/locales/angular/fr-gn.js +19 -0
- package/locales/angular/fr-gp.js +19 -0
- package/locales/angular/fr-gq.js +19 -0
- package/locales/angular/fr-ht.js +19 -0
- package/locales/angular/fr-km.js +19 -0
- package/locales/angular/fr-lu.js +19 -0
- package/locales/angular/fr-ma.js +19 -0
- package/locales/angular/fr-mc.js +19 -0
- package/locales/angular/fr-mf.js +19 -0
- package/locales/angular/fr-mg.js +19 -0
- package/locales/angular/fr-ml.js +19 -0
- package/locales/angular/fr-mq.js +19 -0
- package/locales/angular/fr-mr.js +19 -0
- package/locales/angular/fr-mu.js +19 -0
- package/locales/angular/fr-nc.js +19 -0
- package/locales/angular/fr-ne.js +19 -0
- package/locales/angular/fr-pf.js +19 -0
- package/locales/angular/fr-pm.js +19 -0
- package/locales/angular/fr-re.js +19 -0
- package/locales/angular/fr-rw.js +19 -0
- package/locales/angular/fr-sc.js +19 -0
- package/locales/angular/fr-sn.js +19 -0
- package/locales/angular/fr-sy.js +19 -0
- package/locales/angular/fr-td.js +19 -0
- package/locales/angular/fr-tg.js +19 -0
- package/locales/angular/fr-tn.js +19 -0
- package/locales/angular/fr-vu.js +19 -0
- package/locales/angular/fr-wf.js +19 -0
- package/locales/angular/fr-yt.js +19 -0
- package/locales/angular/fr.js +19 -0
- package/locales/angular/fur.js +17 -0
- package/locales/angular/fy.js +17 -0
- package/locales/angular/ga-gb.js +23 -0
- package/locales/angular/ga.js +23 -0
- package/locales/angular/gd.js +21 -0
- package/locales/angular/gl.js +17 -0
- package/locales/angular/global/af-na.js +24 -0
- package/locales/angular/global/af.js +24 -0
- package/locales/angular/global/agq.js +22 -0
- package/locales/angular/global/ak.js +24 -0
- package/locales/angular/global/am.js +24 -0
- package/locales/angular/global/ar-ae.js +32 -0
- package/locales/angular/global/ar-bh.js +32 -0
- package/locales/angular/global/ar-dj.js +32 -0
- package/locales/angular/global/ar-dz.js +32 -0
- package/locales/angular/global/ar-eg.js +32 -0
- package/locales/angular/global/ar-eh.js +32 -0
- package/locales/angular/global/ar-er.js +32 -0
- package/locales/angular/global/ar-il.js +32 -0
- package/locales/angular/global/ar-iq.js +32 -0
- package/locales/angular/global/ar-jo.js +32 -0
- package/locales/angular/global/ar-km.js +32 -0
- package/locales/angular/global/ar-kw.js +32 -0
- package/locales/angular/global/ar-lb.js +32 -0
- package/locales/angular/global/ar-ly.js +32 -0
- package/locales/angular/global/ar-ma.js +32 -0
- package/locales/angular/global/ar-mr.js +32 -0
- package/locales/angular/global/ar-om.js +32 -0
- package/locales/angular/global/ar-ps.js +32 -0
- package/locales/angular/global/ar-qa.js +32 -0
- package/locales/angular/global/ar-sa.js +32 -0
- package/locales/angular/global/ar-sd.js +32 -0
- package/locales/angular/global/ar-so.js +32 -0
- package/locales/angular/global/ar-ss.js +32 -0
- package/locales/angular/global/ar-sy.js +32 -0
- package/locales/angular/global/ar-td.js +32 -0
- package/locales/angular/global/ar-tn.js +32 -0
- package/locales/angular/global/ar-ye.js +32 -0
- package/locales/angular/global/ar.js +32 -0
- package/locales/angular/global/as.js +24 -0
- package/locales/angular/global/asa.js +24 -0
- package/locales/angular/global/ast.js +24 -0
- package/locales/angular/global/az-cyrl.js +22 -0
- package/locales/angular/global/az-latn.js +24 -0
- package/locales/angular/global/az.js +24 -0
- package/locales/angular/global/bas.js +22 -0
- package/locales/angular/global/be-tarask.js +28 -0
- package/locales/angular/global/be.js +28 -0
- package/locales/angular/global/bem.js +24 -0
- package/locales/angular/global/bez.js +24 -0
- package/locales/angular/global/bg.js +24 -0
- package/locales/angular/global/bm.js +22 -0
- package/locales/angular/global/bn-in.js +24 -0
- package/locales/angular/global/bn.js +24 -0
- package/locales/angular/global/bo-in.js +22 -0
- package/locales/angular/global/bo.js +22 -0
- package/locales/angular/global/br.js +30 -0
- package/locales/angular/global/brx.js +24 -0
- package/locales/angular/global/bs-cyrl.js +22 -0
- package/locales/angular/global/bs-latn.js +26 -0
- package/locales/angular/global/bs.js +26 -0
- package/locales/angular/global/ca-ad.js +24 -0
- package/locales/angular/global/ca-es-valencia.js +24 -0
- package/locales/angular/global/ca-fr.js +24 -0
- package/locales/angular/global/ca-it.js +24 -0
- package/locales/angular/global/ca.js +24 -0
- package/locales/angular/global/ccp-in.js +22 -0
- package/locales/angular/global/ccp.js +22 -0
- package/locales/angular/global/ce.js +24 -0
- package/locales/angular/global/ceb.js +24 -0
- package/locales/angular/global/cgg.js +24 -0
- package/locales/angular/global/chr.js +24 -0
- package/locales/angular/global/ckb-ir.js +24 -0
- package/locales/angular/global/ckb.js +24 -0
- package/locales/angular/global/cs.js +28 -0
- package/locales/angular/global/cy.js +32 -0
- package/locales/angular/global/da-gl.js +24 -0
- package/locales/angular/global/da.js +24 -0
- package/locales/angular/global/dav.js +22 -0
- package/locales/angular/global/de-at.js +24 -0
- package/locales/angular/global/de-be.js +24 -0
- package/locales/angular/global/de-ch.js +24 -0
- package/locales/angular/global/de-it.js +24 -0
- package/locales/angular/global/de-li.js +24 -0
- package/locales/angular/global/de-lu.js +24 -0
- package/locales/angular/global/de.js +24 -0
- package/locales/angular/global/dje.js +22 -0
- package/locales/angular/global/doi.js +24 -0
- package/locales/angular/global/dsb.js +28 -0
- package/locales/angular/global/dua.js +22 -0
- package/locales/angular/global/dyo.js +22 -0
- package/locales/angular/global/dz.js +22 -0
- package/locales/angular/global/ebu.js +22 -0
- package/locales/angular/global/ee-tg.js +24 -0
- package/locales/angular/global/ee.js +24 -0
- package/locales/angular/global/el-cy.js +24 -0
- package/locales/angular/global/el.js +24 -0
- package/locales/angular/global/en-001.js +24 -0
- package/locales/angular/global/en-150.js +24 -0
- package/locales/angular/global/en-ae.js +24 -0
- package/locales/angular/global/en-ag.js +24 -0
- package/locales/angular/global/en-ai.js +24 -0
- package/locales/angular/global/en-as.js +24 -0
- package/locales/angular/global/en-at.js +24 -0
- package/locales/angular/global/en-au.js +24 -0
- package/locales/angular/global/en-bb.js +24 -0
- package/locales/angular/global/en-be.js +24 -0
- package/locales/angular/global/en-bi.js +24 -0
- package/locales/angular/global/en-bm.js +24 -0
- package/locales/angular/global/en-bs.js +24 -0
- package/locales/angular/global/en-bw.js +24 -0
- package/locales/angular/global/en-bz.js +24 -0
- package/locales/angular/global/en-ca.js +24 -0
- package/locales/angular/global/en-cc.js +24 -0
- package/locales/angular/global/en-ch.js +24 -0
- package/locales/angular/global/en-ck.js +24 -0
- package/locales/angular/global/en-cm.js +24 -0
- package/locales/angular/global/en-cx.js +24 -0
- package/locales/angular/global/en-cy.js +24 -0
- package/locales/angular/global/en-de.js +24 -0
- package/locales/angular/global/en-dg.js +24 -0
- package/locales/angular/global/en-dk.js +24 -0
- package/locales/angular/global/en-dm.js +24 -0
- package/locales/angular/global/en-er.js +24 -0
- package/locales/angular/global/en-fi.js +24 -0
- package/locales/angular/global/en-fj.js +24 -0
- package/locales/angular/global/en-fk.js +24 -0
- package/locales/angular/global/en-fm.js +24 -0
- package/locales/angular/global/en-gb.js +24 -0
- package/locales/angular/global/en-gd.js +24 -0
- package/locales/angular/global/en-gg.js +24 -0
- package/locales/angular/global/en-gh.js +24 -0
- package/locales/angular/global/en-gi.js +24 -0
- package/locales/angular/global/en-gm.js +24 -0
- package/locales/angular/global/en-gu.js +24 -0
- package/locales/angular/global/en-gy.js +24 -0
- package/locales/angular/global/en-hk.js +24 -0
- package/locales/angular/global/en-ie.js +24 -0
- package/locales/angular/global/en-il.js +24 -0
- package/locales/angular/global/en-im.js +24 -0
- package/locales/angular/global/en-in.js +24 -0
- package/locales/angular/global/en-io.js +24 -0
- package/locales/angular/global/en-je.js +24 -0
- package/locales/angular/global/en-jm.js +24 -0
- package/locales/angular/global/en-ke.js +24 -0
- package/locales/angular/global/en-ki.js +24 -0
- package/locales/angular/global/en-kn.js +24 -0
- package/locales/angular/global/en-ky.js +24 -0
- package/locales/angular/global/en-lc.js +24 -0
- package/locales/angular/global/en-lr.js +24 -0
- package/locales/angular/global/en-ls.js +24 -0
- package/locales/angular/global/en-mg.js +24 -0
- package/locales/angular/global/en-mh.js +24 -0
- package/locales/angular/global/en-mo.js +24 -0
- package/locales/angular/global/en-mp.js +24 -0
- package/locales/angular/global/en-ms.js +24 -0
- package/locales/angular/global/en-mt.js +24 -0
- package/locales/angular/global/en-mu.js +24 -0
- package/locales/angular/global/en-mv.js +24 -0
- package/locales/angular/global/en-mw.js +24 -0
- package/locales/angular/global/en-my.js +24 -0
- package/locales/angular/global/en-na.js +24 -0
- package/locales/angular/global/en-nf.js +24 -0
- package/locales/angular/global/en-ng.js +24 -0
- package/locales/angular/global/en-nl.js +24 -0
- package/locales/angular/global/en-nr.js +24 -0
- package/locales/angular/global/en-nu.js +24 -0
- package/locales/angular/global/en-nz.js +24 -0
- package/locales/angular/global/en-pg.js +24 -0
- package/locales/angular/global/en-ph.js +24 -0
- package/locales/angular/global/en-pk.js +24 -0
- package/locales/angular/global/en-pn.js +24 -0
- package/locales/angular/global/en-pr.js +24 -0
- package/locales/angular/global/en-pw.js +24 -0
- package/locales/angular/global/en-rw.js +24 -0
- package/locales/angular/global/en-sb.js +24 -0
- package/locales/angular/global/en-sc.js +24 -0
- package/locales/angular/global/en-sd.js +24 -0
- package/locales/angular/global/en-se.js +24 -0
- package/locales/angular/global/en-sg.js +24 -0
- package/locales/angular/global/en-sh.js +24 -0
- package/locales/angular/global/en-si.js +24 -0
- package/locales/angular/global/en-sl.js +24 -0
- package/locales/angular/global/en-ss.js +24 -0
- package/locales/angular/global/en-sx.js +24 -0
- package/locales/angular/global/en-sz.js +24 -0
- package/locales/angular/global/en-tc.js +24 -0
- package/locales/angular/global/en-tk.js +24 -0
- package/locales/angular/global/en-to.js +24 -0
- package/locales/angular/global/en-tt.js +24 -0
- package/locales/angular/global/en-tv.js +24 -0
- package/locales/angular/global/en-tz.js +24 -0
- package/locales/angular/global/en-ug.js +24 -0
- package/locales/angular/global/en-um.js +24 -0
- package/locales/angular/global/en-vc.js +24 -0
- package/locales/angular/global/en-vg.js +24 -0
- package/locales/angular/global/en-vi.js +24 -0
- package/locales/angular/global/en-vu.js +24 -0
- package/locales/angular/global/en-ws.js +24 -0
- package/locales/angular/global/en-za.js +24 -0
- package/locales/angular/global/en-zm.js +24 -0
- package/locales/angular/global/en-zw.js +24 -0
- package/locales/angular/global/en.js +24 -0
- package/locales/angular/global/eo.js +24 -0
- package/locales/angular/global/es-419.js +26 -0
- package/locales/angular/global/es-ar.js +26 -0
- package/locales/angular/global/es-bo.js +26 -0
- package/locales/angular/global/es-br.js +26 -0
- package/locales/angular/global/es-bz.js +26 -0
- package/locales/angular/global/es-cl.js +26 -0
- package/locales/angular/global/es-co.js +26 -0
- package/locales/angular/global/es-cr.js +26 -0
- package/locales/angular/global/es-cu.js +26 -0
- package/locales/angular/global/es-do.js +26 -0
- package/locales/angular/global/es-ea.js +26 -0
- package/locales/angular/global/es-ec.js +26 -0
- package/locales/angular/global/es-gq.js +26 -0
- package/locales/angular/global/es-gt.js +26 -0
- package/locales/angular/global/es-hn.js +26 -0
- package/locales/angular/global/es-ic.js +26 -0
- package/locales/angular/global/es-mx.js +26 -0
- package/locales/angular/global/es-ni.js +26 -0
- package/locales/angular/global/es-pa.js +26 -0
- package/locales/angular/global/es-pe.js +26 -0
- package/locales/angular/global/es-ph.js +26 -0
- package/locales/angular/global/es-pr.js +26 -0
- package/locales/angular/global/es-py.js +26 -0
- package/locales/angular/global/es-sv.js +26 -0
- package/locales/angular/global/es-us.js +26 -0
- package/locales/angular/global/es-uy.js +26 -0
- package/locales/angular/global/es-ve.js +26 -0
- package/locales/angular/global/es.js +26 -0
- package/locales/angular/global/et.js +24 -0
- package/locales/angular/global/eu.js +24 -0
- package/locales/angular/global/ewo.js +22 -0
- package/locales/angular/global/fa-af.js +24 -0
- package/locales/angular/global/fa.js +24 -0
- package/locales/angular/global/ff-adlm-bf.js +22 -0
- package/locales/angular/global/ff-adlm-cm.js +22 -0
- package/locales/angular/global/ff-adlm-gh.js +22 -0
- package/locales/angular/global/ff-adlm-gm.js +22 -0
- package/locales/angular/global/ff-adlm-gw.js +22 -0
- package/locales/angular/global/ff-adlm-lr.js +22 -0
- package/locales/angular/global/ff-adlm-mr.js +22 -0
- package/locales/angular/global/ff-adlm-ne.js +22 -0
- package/locales/angular/global/ff-adlm-ng.js +22 -0
- package/locales/angular/global/ff-adlm-sl.js +22 -0
- package/locales/angular/global/ff-adlm-sn.js +22 -0
- package/locales/angular/global/ff-adlm.js +22 -0
- package/locales/angular/global/ff-cm.js +74 -0
- package/locales/angular/global/ff-gn.js +74 -0
- package/locales/angular/global/ff-latn-bf.js +24 -0
- package/locales/angular/global/ff-latn-cm.js +24 -0
- package/locales/angular/global/ff-latn-gh.js +24 -0
- package/locales/angular/global/ff-latn-gm.js +24 -0
- package/locales/angular/global/ff-latn-gn.js +24 -0
- package/locales/angular/global/ff-latn-gw.js +24 -0
- package/locales/angular/global/ff-latn-lr.js +24 -0
- package/locales/angular/global/ff-latn-mr.js +24 -0
- package/locales/angular/global/ff-latn-ne.js +24 -0
- package/locales/angular/global/ff-latn-ng.js +24 -0
- package/locales/angular/global/ff-latn-sl.js +24 -0
- package/locales/angular/global/ff-latn.js +24 -0
- package/locales/angular/global/ff-mr.js +74 -0
- package/locales/angular/global/ff.js +24 -0
- package/locales/angular/global/fi.js +24 -0
- package/locales/angular/global/fil.js +24 -0
- package/locales/angular/global/fo-dk.js +24 -0
- package/locales/angular/global/fo.js +24 -0
- package/locales/angular/global/fr-be.js +26 -0
- package/locales/angular/global/fr-bf.js +26 -0
- package/locales/angular/global/fr-bi.js +26 -0
- package/locales/angular/global/fr-bj.js +26 -0
- package/locales/angular/global/fr-bl.js +26 -0
- package/locales/angular/global/fr-ca.js +26 -0
- package/locales/angular/global/fr-cd.js +26 -0
- package/locales/angular/global/fr-cf.js +26 -0
- package/locales/angular/global/fr-cg.js +26 -0
- package/locales/angular/global/fr-ch.js +26 -0
- package/locales/angular/global/fr-ci.js +26 -0
- package/locales/angular/global/fr-cm.js +26 -0
- package/locales/angular/global/fr-dj.js +26 -0
- package/locales/angular/global/fr-dz.js +26 -0
- package/locales/angular/global/fr-ga.js +26 -0
- package/locales/angular/global/fr-gf.js +26 -0
- package/locales/angular/global/fr-gn.js +26 -0
- package/locales/angular/global/fr-gp.js +26 -0
- package/locales/angular/global/fr-gq.js +26 -0
- package/locales/angular/global/fr-ht.js +26 -0
- package/locales/angular/global/fr-km.js +26 -0
- package/locales/angular/global/fr-lu.js +26 -0
- package/locales/angular/global/fr-ma.js +26 -0
- package/locales/angular/global/fr-mc.js +26 -0
- package/locales/angular/global/fr-mf.js +26 -0
- package/locales/angular/global/fr-mg.js +26 -0
- package/locales/angular/global/fr-ml.js +26 -0
- package/locales/angular/global/fr-mq.js +26 -0
- package/locales/angular/global/fr-mr.js +26 -0
- package/locales/angular/global/fr-mu.js +26 -0
- package/locales/angular/global/fr-nc.js +26 -0
- package/locales/angular/global/fr-ne.js +26 -0
- package/locales/angular/global/fr-pf.js +26 -0
- package/locales/angular/global/fr-pm.js +26 -0
- package/locales/angular/global/fr-re.js +26 -0
- package/locales/angular/global/fr-rw.js +26 -0
- package/locales/angular/global/fr-sc.js +26 -0
- package/locales/angular/global/fr-sn.js +26 -0
- package/locales/angular/global/fr-sy.js +26 -0
- package/locales/angular/global/fr-td.js +26 -0
- package/locales/angular/global/fr-tg.js +26 -0
- package/locales/angular/global/fr-tn.js +26 -0
- package/locales/angular/global/fr-vu.js +26 -0
- package/locales/angular/global/fr-wf.js +26 -0
- package/locales/angular/global/fr-yt.js +26 -0
- package/locales/angular/global/fr.js +26 -0
- package/locales/angular/global/fur.js +24 -0
- package/locales/angular/global/fy.js +24 -0
- package/locales/angular/global/ga-gb.js +30 -0
- package/locales/angular/global/ga.js +30 -0
- package/locales/angular/global/gd.js +28 -0
- package/locales/angular/global/gl.js +24 -0
- package/locales/angular/global/gsw-fr.js +24 -0
- package/locales/angular/global/gsw-li.js +24 -0
- package/locales/angular/global/gsw.js +24 -0
- package/locales/angular/global/gu.js +24 -0
- package/locales/angular/global/guz.js +22 -0
- package/locales/angular/global/gv.js +30 -0
- package/locales/angular/global/ha-gh.js +24 -0
- package/locales/angular/global/ha-ne.js +24 -0
- package/locales/angular/global/ha.js +24 -0
- package/locales/angular/global/haw.js +24 -0
- package/locales/angular/global/he.js +28 -0
- package/locales/angular/global/hi-latn.js +24 -0
- package/locales/angular/global/hi.js +24 -0
- package/locales/angular/global/hr-ba.js +26 -0
- package/locales/angular/global/hr.js +26 -0
- package/locales/angular/global/hsb.js +28 -0
- package/locales/angular/global/hu.js +24 -0
- package/locales/angular/global/hy.js +24 -0
- package/locales/angular/global/ia.js +24 -0
- package/locales/angular/global/id.js +22 -0
- package/locales/angular/global/ig.js +22 -0
- package/locales/angular/global/ii.js +22 -0
- package/locales/angular/global/is.js +24 -0
- package/locales/angular/global/it-ch.js +26 -0
- package/locales/angular/global/it-sm.js +26 -0
- package/locales/angular/global/it-va.js +26 -0
- package/locales/angular/global/it.js +26 -0
- package/locales/angular/global/ja.js +22 -0
- package/locales/angular/global/jgo.js +24 -0
- package/locales/angular/global/jmc.js +24 -0
- package/locales/angular/global/jv.js +22 -0
- package/locales/angular/global/ka.js +24 -0
- package/locales/angular/global/kab.js +24 -0
- package/locales/angular/global/kam.js +22 -0
- package/locales/angular/global/kde.js +22 -0
- package/locales/angular/global/kea.js +22 -0
- package/locales/angular/global/kgp.js +22 -0
- package/locales/angular/global/khq.js +22 -0
- package/locales/angular/global/ki.js +22 -0
- package/locales/angular/global/kk.js +24 -0
- package/locales/angular/global/kkj.js +24 -0
- package/locales/angular/global/kl.js +24 -0
- package/locales/angular/global/kln.js +22 -0
- package/locales/angular/global/km.js +22 -0
- package/locales/angular/global/kn.js +24 -0
- package/locales/angular/global/ko-kp.js +22 -0
- package/locales/angular/global/ko.js +22 -0
- package/locales/angular/global/kok.js +22 -0
- package/locales/angular/global/ks-arab.js +24 -0
- package/locales/angular/global/ks-deva.js +22 -0
- package/locales/angular/global/ks.js +24 -0
- package/locales/angular/global/ksb.js +24 -0
- package/locales/angular/global/ksf.js +22 -0
- package/locales/angular/global/ksh.js +26 -0
- package/locales/angular/global/ku.js +24 -0
- package/locales/angular/global/kw.js +32 -0
- package/locales/angular/global/ky.js +24 -0
- package/locales/angular/global/lag.js +26 -0
- package/locales/angular/global/lb.js +24 -0
- package/locales/angular/global/lg.js +24 -0
- package/locales/angular/global/lkt.js +22 -0
- package/locales/angular/global/ln-ao.js +24 -0
- package/locales/angular/global/ln-cf.js +24 -0
- package/locales/angular/global/ln-cg.js +24 -0
- package/locales/angular/global/ln.js +24 -0
- package/locales/angular/global/lo.js +22 -0
- package/locales/angular/global/lrc-iq.js +22 -0
- package/locales/angular/global/lrc.js +22 -0
- package/locales/angular/global/lt.js +28 -0
- package/locales/angular/global/lu.js +22 -0
- package/locales/angular/global/luo.js +22 -0
- package/locales/angular/global/luy.js +22 -0
- package/locales/angular/global/lv.js +26 -0
- package/locales/angular/global/mai.js +22 -0
- package/locales/angular/global/mas-tz.js +24 -0
- package/locales/angular/global/mas.js +24 -0
- package/locales/angular/global/mer.js +22 -0
- package/locales/angular/global/mfe.js +22 -0
- package/locales/angular/global/mg.js +24 -0
- package/locales/angular/global/mgh.js +22 -0
- package/locales/angular/global/mgo.js +24 -0
- package/locales/angular/global/mi.js +22 -0
- package/locales/angular/global/mk.js +24 -0
- package/locales/angular/global/ml.js +24 -0
- package/locales/angular/global/mn.js +24 -0
- package/locales/angular/global/mni-beng.js +22 -0
- package/locales/angular/global/mni.js +22 -0
- package/locales/angular/global/mr.js +24 -0
- package/locales/angular/global/ms-bn.js +22 -0
- package/locales/angular/global/ms-id.js +22 -0
- package/locales/angular/global/ms-sg.js +22 -0
- package/locales/angular/global/ms.js +22 -0
- package/locales/angular/global/mt.js +28 -0
- package/locales/angular/global/mua.js +22 -0
- package/locales/angular/global/my.js +22 -0
- package/locales/angular/global/mzn.js +22 -0
- package/locales/angular/global/naq.js +26 -0
- package/locales/angular/global/nb-sj.js +24 -0
- package/locales/angular/global/nb.js +24 -0
- package/locales/angular/global/nd.js +24 -0
- package/locales/angular/global/nds-nl.js +22 -0
- package/locales/angular/global/nds.js +22 -0
- package/locales/angular/global/ne-in.js +24 -0
- package/locales/angular/global/ne.js +24 -0
- package/locales/angular/global/nl-aw.js +24 -0
- package/locales/angular/global/nl-be.js +24 -0
- package/locales/angular/global/nl-bq.js +24 -0
- package/locales/angular/global/nl-cw.js +24 -0
- package/locales/angular/global/nl-sr.js +24 -0
- package/locales/angular/global/nl-sx.js +24 -0
- package/locales/angular/global/nl.js +24 -0
- package/locales/angular/global/nmg.js +22 -0
- package/locales/angular/global/nn.js +24 -0
- package/locales/angular/global/nnh.js +24 -0
- package/locales/angular/global/no.js +24 -0
- package/locales/angular/global/nus.js +22 -0
- package/locales/angular/global/nyn.js +24 -0
- package/locales/angular/global/om-ke.js +24 -0
- package/locales/angular/global/om.js +24 -0
- package/locales/angular/global/or.js +24 -0
- package/locales/angular/global/os-ru.js +24 -0
- package/locales/angular/global/os.js +24 -0
- package/locales/angular/global/pa-arab.js +22 -0
- package/locales/angular/global/pa-guru.js +24 -0
- package/locales/angular/global/pa.js +24 -0
- package/locales/angular/global/pcm.js +24 -0
- package/locales/angular/global/pl.js +28 -0
- package/locales/angular/global/ps-pk.js +24 -0
- package/locales/angular/global/ps.js +24 -0
- package/locales/angular/global/pt-ao.js +26 -0
- package/locales/angular/global/pt-ch.js +26 -0
- package/locales/angular/global/pt-cv.js +26 -0
- package/locales/angular/global/pt-gq.js +26 -0
- package/locales/angular/global/pt-gw.js +26 -0
- package/locales/angular/global/pt-lu.js +26 -0
- package/locales/angular/global/pt-mo.js +26 -0
- package/locales/angular/global/pt-mz.js +26 -0
- package/locales/angular/global/pt-pt.js +26 -0
- package/locales/angular/global/pt-st.js +26 -0
- package/locales/angular/global/pt-tl.js +26 -0
- package/locales/angular/global/pt.js +26 -0
- package/locales/angular/global/qu-bo.js +22 -0
- package/locales/angular/global/qu-ec.js +22 -0
- package/locales/angular/global/qu.js +22 -0
- package/locales/angular/global/rm.js +24 -0
- package/locales/angular/global/rn.js +22 -0
- package/locales/angular/global/ro-md.js +26 -0
- package/locales/angular/global/ro.js +26 -0
- package/locales/angular/global/rof.js +24 -0
- package/locales/angular/global/ru-by.js +28 -0
- package/locales/angular/global/ru-kg.js +28 -0
- package/locales/angular/global/ru-kz.js +28 -0
- package/locales/angular/global/ru-md.js +28 -0
- package/locales/angular/global/ru-ua.js +28 -0
- package/locales/angular/global/ru.js +28 -0
- package/locales/angular/global/rw.js +22 -0
- package/locales/angular/global/rwk.js +24 -0
- package/locales/angular/global/sa.js +22 -0
- package/locales/angular/global/sah.js +22 -0
- package/locales/angular/global/saq.js +24 -0
- package/locales/angular/global/sat-olck.js +26 -0
- package/locales/angular/global/sat.js +26 -0
- package/locales/angular/global/sbp.js +22 -0
- package/locales/angular/global/sc.js +24 -0
- package/locales/angular/global/sd-arab.js +24 -0
- package/locales/angular/global/sd-deva.js +22 -0
- package/locales/angular/global/sd.js +24 -0
- package/locales/angular/global/se-fi.js +26 -0
- package/locales/angular/global/se-se.js +26 -0
- package/locales/angular/global/se.js +26 -0
- package/locales/angular/global/seh.js +24 -0
- package/locales/angular/global/ses.js +22 -0
- package/locales/angular/global/sg.js +22 -0
- package/locales/angular/global/shi-latn.js +22 -0
- package/locales/angular/global/shi-tfng.js +26 -0
- package/locales/angular/global/shi.js +26 -0
- package/locales/angular/global/si.js +24 -0
- package/locales/angular/global/sk.js +28 -0
- package/locales/angular/global/sl.js +28 -0
- package/locales/angular/global/smn.js +26 -0
- package/locales/angular/global/sn.js +24 -0
- package/locales/angular/global/so-dj.js +24 -0
- package/locales/angular/global/so-et.js +24 -0
- package/locales/angular/global/so-ke.js +24 -0
- package/locales/angular/global/so.js +24 -0
- package/locales/angular/global/sq-mk.js +24 -0
- package/locales/angular/global/sq-xk.js +24 -0
- package/locales/angular/global/sq.js +24 -0
- package/locales/angular/global/sr-cyrl-ba.js +26 -0
- package/locales/angular/global/sr-cyrl-me.js +26 -0
- package/locales/angular/global/sr-cyrl-xk.js +26 -0
- package/locales/angular/global/sr-cyrl.js +26 -0
- package/locales/angular/global/sr-latn-ba.js +22 -0
- package/locales/angular/global/sr-latn-me.js +22 -0
- package/locales/angular/global/sr-latn-xk.js +22 -0
- package/locales/angular/global/sr-latn.js +22 -0
- package/locales/angular/global/sr.js +26 -0
- package/locales/angular/global/su-latn.js +22 -0
- package/locales/angular/global/su.js +22 -0
- package/locales/angular/global/sv-ax.js +24 -0
- package/locales/angular/global/sv-fi.js +24 -0
- package/locales/angular/global/sv.js +24 -0
- package/locales/angular/global/sw-cd.js +24 -0
- package/locales/angular/global/sw-ke.js +24 -0
- package/locales/angular/global/sw-ug.js +24 -0
- package/locales/angular/global/sw.js +24 -0
- package/locales/angular/global/ta-lk.js +24 -0
- package/locales/angular/global/ta-my.js +24 -0
- package/locales/angular/global/ta-sg.js +24 -0
- package/locales/angular/global/ta.js +24 -0
- package/locales/angular/global/te.js +24 -0
- package/locales/angular/global/teo-ke.js +24 -0
- package/locales/angular/global/teo.js +24 -0
- package/locales/angular/global/tg.js +22 -0
- package/locales/angular/global/th.js +22 -0
- package/locales/angular/global/ti-er.js +24 -0
- package/locales/angular/global/ti.js +24 -0
- package/locales/angular/global/tk.js +24 -0
- package/locales/angular/global/to.js +22 -0
- package/locales/angular/global/tr-cy.js +24 -0
- package/locales/angular/global/tr.js +24 -0
- package/locales/angular/global/tt.js +22 -0
- package/locales/angular/global/twq.js +22 -0
- package/locales/angular/global/tzm.js +24 -0
- package/locales/angular/global/ug.js +24 -0
- package/locales/angular/global/uk.js +28 -0
- package/locales/angular/global/und.js +24 -0
- package/locales/angular/global/ur-in.js +24 -0
- package/locales/angular/global/ur.js +24 -0
- package/locales/angular/global/uz-arab.js +22 -0
- package/locales/angular/global/uz-cyrl.js +22 -0
- package/locales/angular/global/uz-latn.js +24 -0
- package/locales/angular/global/uz.js +24 -0
- package/locales/angular/global/vai-latn.js +22 -0
- package/locales/angular/global/vai-vaii.js +22 -0
- package/locales/angular/global/vai.js +22 -0
- package/locales/angular/global/vi.js +22 -0
- package/locales/angular/global/vun.js +24 -0
- package/locales/angular/global/wae.js +24 -0
- package/locales/angular/global/wo.js +22 -0
- package/locales/angular/global/xh.js +24 -0
- package/locales/angular/global/xog.js +24 -0
- package/locales/angular/global/yav.js +22 -0
- package/locales/angular/global/yi.js +24 -0
- package/locales/angular/global/yo-bj.js +22 -0
- package/locales/angular/global/yo.js +22 -0
- package/locales/angular/global/yrl-co.js +22 -0
- package/locales/angular/global/yrl-ve.js +22 -0
- package/locales/angular/global/yrl.js +22 -0
- package/locales/angular/global/yue-hans.js +22 -0
- package/locales/angular/global/yue-hant.js +22 -0
- package/locales/angular/global/yue.js +22 -0
- package/locales/angular/global/zgh.js +22 -0
- package/locales/angular/global/zh-hans-hk.js +22 -0
- package/locales/angular/global/zh-hans-mo.js +22 -0
- package/locales/angular/global/zh-hans-sg.js +22 -0
- package/locales/angular/global/zh-hans.js +22 -0
- package/locales/angular/global/zh-hant-hk.js +22 -0
- package/locales/angular/global/zh-hant-mo.js +22 -0
- package/locales/angular/global/zh-hant.js +22 -0
- package/locales/angular/global/zh.js +22 -0
- package/locales/angular/global/zu.js +24 -0
- package/locales/angular/gsw-fr.js +17 -0
- package/locales/angular/gsw-li.js +17 -0
- package/locales/angular/gsw.js +17 -0
- package/locales/angular/gu.js +17 -0
- package/locales/angular/guz.js +15 -0
- package/locales/angular/gv.js +23 -0
- package/locales/angular/ha-gh.js +17 -0
- package/locales/angular/ha-ne.js +17 -0
- package/locales/angular/ha.js +17 -0
- package/locales/angular/haw.js +17 -0
- package/locales/angular/he.js +21 -0
- package/locales/angular/hi-latn.js +17 -0
- package/locales/angular/hi.js +17 -0
- package/locales/angular/hr-ba.js +19 -0
- package/locales/angular/hr.js +19 -0
- package/locales/angular/hsb.js +21 -0
- package/locales/angular/hu.js +17 -0
- package/locales/angular/hy.js +17 -0
- package/locales/angular/ia.js +17 -0
- package/locales/angular/id.js +15 -0
- package/locales/angular/ig.js +15 -0
- package/locales/angular/ii.js +15 -0
- package/locales/angular/is.js +17 -0
- package/locales/angular/it-ch.js +19 -0
- package/locales/angular/it-sm.js +19 -0
- package/locales/angular/it-va.js +19 -0
- package/locales/angular/it.js +19 -0
- package/locales/angular/ja.js +15 -0
- package/locales/angular/jgo.js +17 -0
- package/locales/angular/jmc.js +17 -0
- package/locales/angular/jv.js +15 -0
- package/locales/angular/ka.js +17 -0
- package/locales/angular/kab.js +17 -0
- package/locales/angular/kam.js +15 -0
- package/locales/angular/kde.js +15 -0
- package/locales/angular/kea.js +15 -0
- package/locales/angular/kgp.js +15 -0
- package/locales/angular/khq.js +15 -0
- package/locales/angular/ki.js +15 -0
- package/locales/angular/kk.js +17 -0
- package/locales/angular/kkj.js +17 -0
- package/locales/angular/kl.js +17 -0
- package/locales/angular/kln.js +15 -0
- package/locales/angular/km.js +15 -0
- package/locales/angular/kn.js +17 -0
- package/locales/angular/ko-kp.js +15 -0
- package/locales/angular/ko.js +15 -0
- package/locales/angular/kok.js +15 -0
- package/locales/angular/ks-arab.js +17 -0
- package/locales/angular/ks-deva.js +15 -0
- package/locales/angular/ks.js +17 -0
- package/locales/angular/ksb.js +17 -0
- package/locales/angular/ksf.js +15 -0
- package/locales/angular/ksh.js +19 -0
- package/locales/angular/ku.js +17 -0
- package/locales/angular/kw.js +25 -0
- package/locales/angular/ky.js +17 -0
- package/locales/angular/lag.js +19 -0
- package/locales/angular/lb.js +17 -0
- package/locales/angular/lg.js +17 -0
- package/locales/angular/lkt.js +15 -0
- package/locales/angular/ln-ao.js +17 -0
- package/locales/angular/ln-cf.js +17 -0
- package/locales/angular/ln-cg.js +17 -0
- package/locales/angular/ln.js +17 -0
- package/locales/angular/lo.js +15 -0
- package/locales/angular/lrc-iq.js +15 -0
- package/locales/angular/lrc.js +15 -0
- package/locales/angular/lt.js +21 -0
- package/locales/angular/lu.js +15 -0
- package/locales/angular/luo.js +15 -0
- package/locales/angular/luy.js +15 -0
- package/locales/angular/lv.js +19 -0
- package/locales/angular/mai.js +15 -0
- package/locales/angular/mas-tz.js +17 -0
- package/locales/angular/mas.js +17 -0
- package/locales/angular/mer.js +15 -0
- package/locales/angular/mfe.js +15 -0
- package/locales/angular/mg.js +17 -0
- package/locales/angular/mgh.js +15 -0
- package/locales/angular/mgo.js +17 -0
- package/locales/angular/mi.js +15 -0
- package/locales/angular/mk.js +17 -0
- package/locales/angular/ml.js +17 -0
- package/locales/angular/mn.js +17 -0
- package/locales/angular/mni-beng.js +15 -0
- package/locales/angular/mni.js +15 -0
- package/locales/angular/mr.js +17 -0
- package/locales/angular/ms-bn.js +15 -0
- package/locales/angular/ms-id.js +15 -0
- package/locales/angular/ms-sg.js +15 -0
- package/locales/angular/ms.js +15 -0
- package/locales/angular/mt.js +21 -0
- package/locales/angular/mua.js +15 -0
- package/locales/angular/my.js +15 -0
- package/locales/angular/mzn.js +15 -0
- package/locales/angular/naq.js +19 -0
- package/locales/angular/nb-sj.js +17 -0
- package/locales/angular/nb.js +17 -0
- package/locales/angular/nd.js +17 -0
- package/locales/angular/nds-nl.js +15 -0
- package/locales/angular/nds.js +15 -0
- package/locales/angular/ne-in.js +17 -0
- package/locales/angular/ne.js +17 -0
- package/locales/angular/nl-aw.js +17 -0
- package/locales/angular/nl-be.js +17 -0
- package/locales/angular/nl-bq.js +17 -0
- package/locales/angular/nl-cw.js +17 -0
- package/locales/angular/nl-sr.js +17 -0
- package/locales/angular/nl-sx.js +17 -0
- package/locales/angular/nl.js +17 -0
- package/locales/angular/nmg.js +15 -0
- package/locales/angular/nn.js +17 -0
- package/locales/angular/nnh.js +17 -0
- package/locales/angular/no.js +17 -0
- package/locales/angular/nus.js +15 -0
- package/locales/angular/nyn.js +17 -0
- package/locales/angular/om-ke.js +17 -0
- package/locales/angular/om.js +17 -0
- package/locales/angular/or.js +17 -0
- package/locales/angular/os-ru.js +17 -0
- package/locales/angular/os.js +17 -0
- package/locales/angular/pa-arab.js +15 -0
- package/locales/angular/pa-guru.js +17 -0
- package/locales/angular/pa.js +17 -0
- package/locales/angular/pcm.js +17 -0
- package/locales/angular/pl.js +21 -0
- package/locales/angular/ps-pk.js +17 -0
- package/locales/angular/ps.js +17 -0
- package/locales/angular/pt-ao.js +19 -0
- package/locales/angular/pt-ch.js +19 -0
- package/locales/angular/pt-cv.js +19 -0
- package/locales/angular/pt-gq.js +19 -0
- package/locales/angular/pt-gw.js +19 -0
- package/locales/angular/pt-lu.js +19 -0
- package/locales/angular/pt-mo.js +19 -0
- package/locales/angular/pt-mz.js +19 -0
- package/locales/angular/pt-pt.js +19 -0
- package/locales/angular/pt-st.js +19 -0
- package/locales/angular/pt-tl.js +19 -0
- package/locales/angular/pt.js +19 -0
- package/locales/angular/qu-bo.js +15 -0
- package/locales/angular/qu-ec.js +15 -0
- package/locales/angular/qu.js +15 -0
- package/locales/angular/rm.js +17 -0
- package/locales/angular/rn.js +15 -0
- package/locales/angular/ro-md.js +19 -0
- package/locales/angular/ro.js +19 -0
- package/locales/angular/rof.js +17 -0
- package/locales/angular/ru-by.js +21 -0
- package/locales/angular/ru-kg.js +21 -0
- package/locales/angular/ru-kz.js +21 -0
- package/locales/angular/ru-md.js +21 -0
- package/locales/angular/ru-ua.js +21 -0
- package/locales/angular/ru.js +21 -0
- package/locales/angular/rw.js +15 -0
- package/locales/angular/rwk.js +17 -0
- package/locales/angular/sa.js +15 -0
- package/locales/angular/sah.js +15 -0
- package/locales/angular/saq.js +17 -0
- package/locales/angular/sat-olck.js +19 -0
- package/locales/angular/sat.js +19 -0
- package/locales/angular/sbp.js +15 -0
- package/locales/angular/sc.js +17 -0
- package/locales/angular/sd-arab.js +17 -0
- package/locales/angular/sd-deva.js +15 -0
- package/locales/angular/sd.js +17 -0
- package/locales/angular/se-fi.js +19 -0
- package/locales/angular/se-se.js +19 -0
- package/locales/angular/se.js +19 -0
- package/locales/angular/seh.js +17 -0
- package/locales/angular/ses.js +15 -0
- package/locales/angular/sg.js +15 -0
- package/locales/angular/shi-latn.js +15 -0
- package/locales/angular/shi-tfng.js +19 -0
- package/locales/angular/shi.js +19 -0
- package/locales/angular/si.js +17 -0
- package/locales/angular/sk.js +21 -0
- package/locales/angular/sl.js +21 -0
- package/locales/angular/smn.js +19 -0
- package/locales/angular/sn.js +17 -0
- package/locales/angular/so-dj.js +17 -0
- package/locales/angular/so-et.js +17 -0
- package/locales/angular/so-ke.js +17 -0
- package/locales/angular/so.js +17 -0
- package/locales/angular/sq-mk.js +17 -0
- package/locales/angular/sq-xk.js +17 -0
- package/locales/angular/sq.js +17 -0
- package/locales/angular/sr-cyrl-ba.js +19 -0
- package/locales/angular/sr-cyrl-me.js +19 -0
- package/locales/angular/sr-cyrl-xk.js +19 -0
- package/locales/angular/sr-cyrl.js +19 -0
- package/locales/angular/sr-latn-ba.js +15 -0
- package/locales/angular/sr-latn-me.js +15 -0
- package/locales/angular/sr-latn-xk.js +15 -0
- package/locales/angular/sr-latn.js +15 -0
- package/locales/angular/sr.js +19 -0
- package/locales/angular/su-latn.js +15 -0
- package/locales/angular/su.js +15 -0
- package/locales/angular/sv-ax.js +17 -0
- package/locales/angular/sv-fi.js +17 -0
- package/locales/angular/sv.js +17 -0
- package/locales/angular/sw-cd.js +17 -0
- package/locales/angular/sw-ke.js +17 -0
- package/locales/angular/sw-ug.js +17 -0
- package/locales/angular/sw.js +17 -0
- package/locales/angular/ta-lk.js +17 -0
- package/locales/angular/ta-my.js +17 -0
- package/locales/angular/ta-sg.js +17 -0
- package/locales/angular/ta.js +17 -0
- package/locales/angular/te.js +17 -0
- package/locales/angular/teo-ke.js +17 -0
- package/locales/angular/teo.js +17 -0
- package/locales/angular/tg.js +15 -0
- package/locales/angular/th.js +15 -0
- package/locales/angular/ti-er.js +17 -0
- package/locales/angular/ti.js +17 -0
- package/locales/angular/tk.js +17 -0
- package/locales/angular/to.js +15 -0
- package/locales/angular/tr-cy.js +17 -0
- package/locales/angular/tr.js +17 -0
- package/locales/angular/tt.js +15 -0
- package/locales/angular/twq.js +15 -0
- package/locales/angular/tzm.js +17 -0
- package/locales/angular/ug.js +17 -0
- package/locales/angular/uk.js +21 -0
- package/locales/angular/und.js +17 -0
- package/locales/angular/ur-in.js +17 -0
- package/locales/angular/ur.js +17 -0
- package/locales/angular/uz-arab.js +15 -0
- package/locales/angular/uz-cyrl.js +15 -0
- package/locales/angular/uz-latn.js +17 -0
- package/locales/angular/uz.js +17 -0
- package/locales/angular/vai-latn.js +15 -0
- package/locales/angular/vai-vaii.js +15 -0
- package/locales/angular/vai.js +15 -0
- package/locales/angular/vi.js +15 -0
- package/locales/angular/vun.js +17 -0
- package/locales/angular/wae.js +17 -0
- package/locales/angular/wo.js +15 -0
- package/locales/angular/xh.js +17 -0
- package/locales/angular/xog.js +17 -0
- package/locales/angular/yav.js +15 -0
- package/locales/angular/yi.js +17 -0
- package/locales/angular/yo-bj.js +15 -0
- package/locales/angular/yo.js +15 -0
- package/locales/angular/yrl-co.js +15 -0
- package/locales/angular/yrl-ve.js +15 -0
- package/locales/angular/yrl.js +15 -0
- package/locales/angular/yue-hans.js +15 -0
- package/locales/angular/yue-hant.js +15 -0
- package/locales/angular/yue.js +15 -0
- package/locales/angular/zgh.js +15 -0
- package/locales/angular/zh-hans-hk.js +15 -0
- package/locales/angular/zh-hans-mo.js +15 -0
- package/locales/angular/zh-hans-sg.js +15 -0
- package/locales/angular/zh-hans.js +15 -0
- package/locales/angular/zh-hant-hk.js +15 -0
- package/locales/angular/zh-hant-mo.js +15 -0
- package/locales/angular/zh-hant.js +15 -0
- package/locales/angular/zh.js +15 -0
- package/locales/angular/zu.js +17 -0
- package/locales/moment/af.js +82 -0
- package/locales/moment/ar-dz.js +167 -0
- package/locales/moment/ar-kw.js +66 -0
- package/locales/moment/ar-ly.js +182 -0
- package/locales/moment/ar-ma.js +67 -0
- package/locales/moment/ar-ps.js +123 -0
- package/locales/moment/ar-sa.js +116 -0
- package/locales/moment/ar-tn.js +66 -0
- package/locales/moment/ar.js +200 -0
- package/locales/moment/az.js +113 -0
- package/locales/moment/be.js +153 -0
- package/locales/moment/bg.js +98 -0
- package/locales/moment/bm.js +62 -0
- package/locales/moment/bn-bd.js +140 -0
- package/locales/moment/bn.js +130 -0
- package/locales/moment/bo.js +135 -0
- package/locales/moment/br.js +179 -0
- package/locales/moment/bs.js +171 -0
- package/locales/moment/ca.js +111 -0
- package/locales/moment/cs.js +192 -0
- package/locales/moment/cv.js +74 -0
- package/locales/moment/cy.js +109 -0
- package/locales/moment/da.js +64 -0
- package/locales/moment/de-at.js +90 -0
- package/locales/moment/de-ch.js +87 -0
- package/locales/moment/de.js +89 -0
- package/locales/moment/dv.js +101 -0
- package/locales/moment/el.js +117 -0
- package/locales/moment/en-au.js +79 -0
- package/locales/moment/en-ca.js +75 -0
- package/locales/moment/en-gb.js +79 -0
- package/locales/moment/en-ie.js +79 -0
- package/locales/moment/en-il.js +75 -0
- package/locales/moment/en-in.js +79 -0
- package/locales/moment/en-nz.js +79 -0
- package/locales/moment/en-sg.js +79 -0
- package/locales/moment/eo.js +79 -0
- package/locales/moment/es-do.js +119 -0
- package/locales/moment/es-mx.js +121 -0
- package/locales/moment/es-us.js +121 -0
- package/locales/moment/es.js +121 -0
- package/locales/moment/et.js +89 -0
- package/locales/moment/eu.js +76 -0
- package/locales/moment/fa.js +124 -0
- package/locales/moment/fi.js +135 -0
- package/locales/moment/fil.js +69 -0
- package/locales/moment/fo.js +68 -0
- package/locales/moment/fr-ca.js +81 -0
- package/locales/moment/fr-ch.js +85 -0
- package/locales/moment/fr.js +119 -0
- package/locales/moment/fy.js +86 -0
- package/locales/moment/ga.js +106 -0
- package/locales/moment/gd.js +106 -0
- package/locales/moment/gl.js +86 -0
- package/locales/moment/gom-deva.js +137 -0
- package/locales/moment/gom-latn.js +135 -0
- package/locales/moment/gu.js +133 -0
- package/locales/moment/he.js +105 -0
- package/locales/moment/hi.js +179 -0
- package/locales/moment/hr.js +167 -0
- package/locales/moment/hu.js +129 -0
- package/locales/moment/hy-am.js +105 -0
- package/locales/moment/id.js +87 -0
- package/locales/moment/is.js +151 -0
- package/locales/moment/it-ch.js +75 -0
- package/locales/moment/it.js +117 -0
- package/locales/moment/ja.js +159 -0
- package/locales/moment/jv.js +87 -0
- package/locales/moment/ka.js +103 -0
- package/locales/moment/kk.js +93 -0
- package/locales/moment/km.js +114 -0
- package/locales/moment/kn.js +135 -0
- package/locales/moment/ko.js +86 -0
- package/locales/moment/ku-kmr.js +125 -0
- package/locales/moment/ku.js +129 -0
- package/locales/moment/ky.js +95 -0
- package/locales/moment/lb.js +148 -0
- package/locales/moment/lo.js +77 -0
- package/locales/moment/lt.js +136 -0
- package/locales/moment/lv.js +105 -0
- package/locales/moment/me.js +128 -0
- package/locales/moment/mi.js +71 -0
- package/locales/moment/mk.js +97 -0
- package/locales/moment/ml.js +93 -0
- package/locales/moment/mn.js +111 -0
- package/locales/moment/mr.js +214 -0
- package/locales/moment/ms-my.js +87 -0
- package/locales/moment/ms.js +86 -0
- package/locales/moment/mt.js +67 -0
- package/locales/moment/my.js +102 -0
- package/locales/moment/nb.js +71 -0
- package/locales/moment/ne.js +132 -0
- package/locales/moment/nl-be.js +113 -0
- package/locales/moment/nl.js +115 -0
- package/locales/moment/nn.js +70 -0
- package/locales/moment/oc-lnc.js +96 -0
- package/locales/moment/pa-in.js +133 -0
- package/locales/moment/pl.js +151 -0
- package/locales/moment/pt-br.js +69 -0
- package/locales/moment/pt.js +74 -0
- package/locales/moment/ro.js +87 -0
- package/locales/moment/ru.js +224 -0
- package/locales/moment/sd.js +92 -0
- package/locales/moment/se.js +68 -0
- package/locales/moment/si.js +80 -0
- package/locales/moment/sk.js +156 -0
- package/locales/moment/sl.js +182 -0
- package/locales/moment/sq.js +76 -0
- package/locales/moment/sr-cyrl.js +138 -0
- package/locales/moment/sr.js +140 -0
- package/locales/moment/ss.js +95 -0
- package/locales/moment/sv.js +79 -0
- package/locales/moment/sw.js +66 -0
- package/locales/moment/ta.js +142 -0
- package/locales/moment/te.js +99 -0
- package/locales/moment/tet.js +79 -0
- package/locales/moment/tg.js +128 -0
- package/locales/moment/th.js +76 -0
- package/locales/moment/tk.js +102 -0
- package/locales/moment/tl-ph.js +68 -0
- package/locales/moment/tlh.js +135 -0
- package/locales/moment/tr.js +117 -0
- package/locales/moment/tzl.js +100 -0
- package/locales/moment/tzm-latn.js +65 -0
- package/locales/moment/tzm.js +65 -0
- package/locales/moment/ug-cn.js +122 -0
- package/locales/moment/uk.js +178 -0
- package/locales/moment/ur.js +93 -0
- package/locales/moment/uz-latn.js +65 -0
- package/locales/moment/uz.js +62 -0
- package/locales/moment/vi.js +91 -0
- package/locales/moment/x-pseudo.js +84 -0
- package/locales/moment/yo.js +64 -0
- package/locales/moment/zh-cn.js +131 -0
- package/locales/moment/zh-hk.js +112 -0
- package/locales/moment/zh-mo.js +111 -0
- package/locales/moment/zh-tw.js +110 -0
- package/locales/moment-timezone/moment-timezone-with-data.js +1582 -0
- package/npm-shrinkwrap.json +17 -0
- package/oAuth/.npmignore +2 -0
- package/oAuth/bundles/index.umd.js +495 -0
- package/oAuth/fesm2022/index.mjs +478 -0
- package/oAuth/fesm2022/index.mjs.map +1 -0
- package/oAuth/index.d.ts +43 -0
- package/oAuth/package.json +23 -0
- package/package-lock.json +17 -0
- package/package.json +16 -0
- package/runtime/base/.npmignore +2 -0
- package/runtime/base/bundles/index.umd.js +6144 -0
- package/runtime/base/fesm2022/index.mjs +6180 -0
- package/runtime/base/fesm2022/index.mjs.map +1 -0
- package/runtime/base/index.d.ts +1426 -0
- package/runtime/base/package.json +23 -0
- package/runtime/dynamic/.npmignore +2 -0
- package/runtime/dynamic/bundles/index.umd.js +887 -0
- package/runtime/dynamic/fesm2022/index.mjs +950 -0
- package/runtime/dynamic/fesm2022/index.mjs.map +1 -0
- package/runtime/dynamic/index.d.ts +164 -0
- package/runtime/dynamic/package.json +23 -0
- package/scripts/@wavemaker/nvd3/build/nv.d3.min.js +1 -0
- package/scripts/d3/d3.min.js +2 -0
- package/scripts/datatable/datatable.js +3787 -0
- package/scripts/iscroll/build/iscroll.js +2091 -0
- package/scripts/jquery-ui/ui/widgets/droppable.js +503 -0
- package/scripts/jquery-ui/ui/widgets/resizable.js +1275 -0
- package/scripts/jquery-ui/ui/widgets/sortable.js +1608 -0
- package/scripts/jquery.ui.touch-punch/jquery.ui.touch-punch.min.js +11 -0
- package/scripts/summernote/dist/summernote-lite.min.js +2 -0
- package/scripts/swipey/swipey.jquery.plugin.js +799 -0
- package/scripts/tree-keyboard-navigation/keyboard-navigation.js +251 -0
- package/security/.npmignore +2 -0
- package/security/bundles/index.umd.js +446 -0
- package/security/fesm2022/index.mjs +444 -0
- package/security/fesm2022/index.mjs.map +1 -0
- package/security/index.d.ts +130 -0
- package/security/package.json +23 -0
- package/swipey/.npmignore +2 -0
- package/swipey/bundles/index.umd.js +54 -0
- package/swipey/fesm2022/index.mjs +51 -0
- package/swipey/fesm2022/index.mjs.map +1 -0
- package/swipey/index.d.ts +21 -0
- package/swipey/package.json +23 -0
- package/transpiler/.npmignore +2 -0
- package/transpiler/bundles/index.umd.js +814 -0
- package/transpiler/fesm2022/index.mjs +808 -0
- package/transpiler/fesm2022/index.mjs.map +1 -0
- package/transpiler/index.d.ts +47 -0
- package/transpiler/package.json +24 -0
- package/variables/.npmignore +2 -0
- package/variables/bundles/index.umd.js +3174 -0
- package/variables/fesm2022/index.mjs +3236 -0
- package/variables/fesm2022/index.mjs.map +1 -0
- package/variables/index.d.ts +468 -0
- package/variables/package.json +23 -0
|
@@ -0,0 +1,1436 @@
|
|
|
1
|
+
import * as i0 from '@angular/core';
|
|
2
|
+
import { PipeTransform, InjectionToken, OnDestroy, OnInit, AfterViewInit, AfterContentInit, Injector, ViewContainerRef, ElementRef, EnvironmentInjector, SecurityContext, TemplateRef } from '@angular/core';
|
|
3
|
+
import { DecimalPipe, DatePipe } from '@angular/common';
|
|
4
|
+
import { CustomPipeManager, App, AbstractI18nService, PartialRefProvider, CustomWidgetRefProvider, Viewport, IDGenerator } from '@wm/core';
|
|
5
|
+
import * as _wavemaker_focus_trap from '@wavemaker/focus-trap';
|
|
6
|
+
import { Subject } from 'rxjs';
|
|
7
|
+
import { EventManager, DomSanitizer, SafeHtml, SafeValue } from '@angular/platform-browser';
|
|
8
|
+
import * as lodash from 'lodash';
|
|
9
|
+
import { SwipeAnimation } from '@swipey';
|
|
10
|
+
|
|
11
|
+
declare enum Live_Operations {
|
|
12
|
+
INSERT = "insert",
|
|
13
|
+
UPDATE = "update",
|
|
14
|
+
DELETE = "delete",
|
|
15
|
+
READ = "read"
|
|
16
|
+
}
|
|
17
|
+
declare const ALLFIELDS = "All Fields";
|
|
18
|
+
declare const LIVE_CONSTANTS: {
|
|
19
|
+
EMPTY_KEY: string;
|
|
20
|
+
EMPTY_VALUE: string;
|
|
21
|
+
LABEL_KEY: string;
|
|
22
|
+
LABEL_VALUE: string;
|
|
23
|
+
NULL_EMPTY: string[];
|
|
24
|
+
NULL: string;
|
|
25
|
+
EMPTY: string;
|
|
26
|
+
};
|
|
27
|
+
declare function performDataOperation(dataSource: any, requestData: any, options: any): Promise<any>;
|
|
28
|
+
declare function refreshDataSource(dataSource: any, options: any): Promise<any>;
|
|
29
|
+
/**
|
|
30
|
+
* @ngdoc function
|
|
31
|
+
* @name wm.widgets.live.fetchRelatedFieldData
|
|
32
|
+
* @methodOf wm.widgets.live.LiveWidgetUtils
|
|
33
|
+
* @function
|
|
34
|
+
*
|
|
35
|
+
* @description
|
|
36
|
+
* This function fetches the data for the related field in live form/ grid
|
|
37
|
+
*
|
|
38
|
+
* @param {object} columnDef field definition
|
|
39
|
+
* @param {string} relatedField related field name
|
|
40
|
+
* @param {string} datafield Datafield to be set on widget
|
|
41
|
+
* @param {string} widget Type of the widget
|
|
42
|
+
* @param {object} elScope element scope
|
|
43
|
+
* @param {object} parentScope live form// grid scope
|
|
44
|
+
*/
|
|
45
|
+
declare function fetchRelatedFieldData(dataSource: any, formField: any, options: any): void;
|
|
46
|
+
/**
|
|
47
|
+
* used to interpolate the bind expression for keys in the query builder
|
|
48
|
+
* @param context where we find the variable obj
|
|
49
|
+
* @param filterexpressions - obj containing all the rule objs
|
|
50
|
+
* @param callbackFn - function to be called with the new replaced values if any in the filterexpressions object
|
|
51
|
+
*/
|
|
52
|
+
declare const interpolateBindExpressions: (context: any, filterexpressions: any, callbackFn: any) => void;
|
|
53
|
+
/**
|
|
54
|
+
* @ngdoc function
|
|
55
|
+
* @name wm.widgets.live.LiveWidgetUtils#getDistinctFieldProperties
|
|
56
|
+
* @methodOf wm.widgets.live.LiveWidgetUtils
|
|
57
|
+
* @function
|
|
58
|
+
*
|
|
59
|
+
* @description
|
|
60
|
+
* Returns the properties required for dataset widgets
|
|
61
|
+
*
|
|
62
|
+
* @param {object} dataSource variable source for the widget
|
|
63
|
+
* @param {object} formField definition of the column/ field
|
|
64
|
+
*
|
|
65
|
+
*/
|
|
66
|
+
declare const getDistinctFieldProperties: (dataSource: any, formField: any) => any;
|
|
67
|
+
/**
|
|
68
|
+
* @ngdoc function
|
|
69
|
+
* @name wm.widgets.live.LiveWidgetUtils#getDistinctValues
|
|
70
|
+
* @methodOf wm.widgets.live.LiveWidgetUtils
|
|
71
|
+
* @function
|
|
72
|
+
*
|
|
73
|
+
* @description
|
|
74
|
+
* Returns the distinct values for a field
|
|
75
|
+
*
|
|
76
|
+
* @param {object} formField definition of the column/ field
|
|
77
|
+
* @param {string} widget widget property on the field
|
|
78
|
+
* @param {object} variable variable for the widget
|
|
79
|
+
* @param {function} callBack Function to be executed after fetching results
|
|
80
|
+
*
|
|
81
|
+
*/
|
|
82
|
+
declare function getDistinctValues(dataSource: any, formField: any, widget: any): Promise<unknown>;
|
|
83
|
+
/**
|
|
84
|
+
* @ngdoc function
|
|
85
|
+
* @name wm.widgets.live.LiveWidgetUtils#fetchDistinctValues
|
|
86
|
+
* @methodOf wm.widgets.live.LiveWidgetUtils
|
|
87
|
+
* @function
|
|
88
|
+
*
|
|
89
|
+
* @description
|
|
90
|
+
* Function to fetch the distinct values for a field
|
|
91
|
+
*
|
|
92
|
+
* @param {object} scope scope of the widget
|
|
93
|
+
* @param {object} formFields definitions of the column/ field
|
|
94
|
+
* @param {string} widget widget property on the field
|
|
95
|
+
* @param {boolean} isEnableEmptyFilter is null or empty values allowed on filter
|
|
96
|
+
*
|
|
97
|
+
*/
|
|
98
|
+
declare function fetchDistinctValues(dataSource: any, formFields: any, options: any): void;
|
|
99
|
+
/**
|
|
100
|
+
* @ngdoc function
|
|
101
|
+
* @name wm.widgets.live.LiveWidgetUtils#getDistinctValuesForField
|
|
102
|
+
* @methodOf wm.widgets.live.LiveWidgetUtils
|
|
103
|
+
* @function
|
|
104
|
+
*
|
|
105
|
+
* @description
|
|
106
|
+
* Function to fetch the distinct values for a field
|
|
107
|
+
*
|
|
108
|
+
* @param {object} scope scope of the widget
|
|
109
|
+
* @param {object} formFields definitions of the column/ field
|
|
110
|
+
* @param {string} widget widget property on the field
|
|
111
|
+
* @param {boolean} isEnableEmptyFilter is null or empty values allowed on filter
|
|
112
|
+
*
|
|
113
|
+
*/
|
|
114
|
+
declare function getDistinctValuesForField(dataSource: any, formField: any, options?: any): void;
|
|
115
|
+
/**
|
|
116
|
+
* @ngdoc function
|
|
117
|
+
* @name wm.widgets.live.getRangeFieldValue
|
|
118
|
+
* @methodOf wm.widgets.live.LiveWidgetUtils
|
|
119
|
+
* @function
|
|
120
|
+
*
|
|
121
|
+
* @description
|
|
122
|
+
* Function to get the field value for range
|
|
123
|
+
*
|
|
124
|
+
* @param {string} minValue min value selected
|
|
125
|
+
* @param {string} maxValue max value selected
|
|
126
|
+
*/
|
|
127
|
+
declare function getRangeFieldValue(minValue: any, maxValue: any): any;
|
|
128
|
+
/**
|
|
129
|
+
* @ngdoc function
|
|
130
|
+
* @name wm.widgets.live.getRangeMatchMode
|
|
131
|
+
* @methodOf wm.widgets.live.LiveWidgetUtils
|
|
132
|
+
* @function
|
|
133
|
+
*
|
|
134
|
+
* @description
|
|
135
|
+
* Function to get the match mode for range
|
|
136
|
+
*
|
|
137
|
+
* @param {string} minValue min value selected
|
|
138
|
+
* @param {string} maxValue max value selected
|
|
139
|
+
*/
|
|
140
|
+
declare function getRangeMatchMode(minValue: any, maxValue: any): any;
|
|
141
|
+
/**
|
|
142
|
+
* @ngdoc function
|
|
143
|
+
* @name wm.widgets.live.getEnableEmptyFilter
|
|
144
|
+
* @methodOf wm.widgets.live.LiveWidgetUtils
|
|
145
|
+
* @function
|
|
146
|
+
*
|
|
147
|
+
* @description
|
|
148
|
+
* This function checks if enable filter options is set on live filter
|
|
149
|
+
*
|
|
150
|
+
* @param {object} enableemptyfilter empty filter options
|
|
151
|
+
*/
|
|
152
|
+
declare function getEnableEmptyFilter(enableemptyfilter: any): boolean;
|
|
153
|
+
/**
|
|
154
|
+
* @ngdoc function
|
|
155
|
+
* @name wm.widgets.live.getEmptyMatchMode
|
|
156
|
+
* @methodOf wm.widgets.live.LiveWidgetUtils
|
|
157
|
+
* @function
|
|
158
|
+
*
|
|
159
|
+
* @description
|
|
160
|
+
* Function to get the match mode based on the filter selected
|
|
161
|
+
*
|
|
162
|
+
* @param {object} enableemptyfilter empty filter options
|
|
163
|
+
*/
|
|
164
|
+
declare function getEmptyMatchMode(enableemptyfilter: any): any;
|
|
165
|
+
/**
|
|
166
|
+
* converts the data passed to array.
|
|
167
|
+
* -> Array: [1,2,3] - [1,2,3]
|
|
168
|
+
* -> String: a,b,c - ['a','b','c']
|
|
169
|
+
* -> object: {a:1} - [{a:1}]
|
|
170
|
+
* -> null - []
|
|
171
|
+
* -> undefined - []
|
|
172
|
+
* @param data
|
|
173
|
+
* @returns {Array<any>}
|
|
174
|
+
*/
|
|
175
|
+
declare const createArrayFrom: (data: any) => Array<any>;
|
|
176
|
+
/**
|
|
177
|
+
* @ngdoc function
|
|
178
|
+
* @name wm.widgets.live.applyFilterOnField
|
|
179
|
+
* @methodOf wm.widgets.live.LiveWidgetUtils
|
|
180
|
+
* @function
|
|
181
|
+
*
|
|
182
|
+
* @description
|
|
183
|
+
* Function to get the updated values when filter on field is changed
|
|
184
|
+
*
|
|
185
|
+
* @param {object} $scope scope of the filter field/form field
|
|
186
|
+
* @param {object} filterDef filter/form definition of the field
|
|
187
|
+
* @param {boolean} isFirst boolean value to check if this method is called on load
|
|
188
|
+
*/
|
|
189
|
+
declare function applyFilterOnField(dataSource: any, filterDef: any, formFields: any, newVal: any, options?: any): void;
|
|
190
|
+
declare function transformData(dataObject: any, variableName: any): any;
|
|
191
|
+
|
|
192
|
+
declare class WmPipe {
|
|
193
|
+
private pipeName;
|
|
194
|
+
protected customPipeManager: CustomPipeManager;
|
|
195
|
+
protected pipeRef: any;
|
|
196
|
+
protected isCustomPipe: any;
|
|
197
|
+
constructor(pipeName: any, customPipeManager: CustomPipeManager);
|
|
198
|
+
customFormatter(data: any, args: any, variables: any): any;
|
|
199
|
+
}
|
|
200
|
+
|
|
201
|
+
declare class TrailingZeroDecimalPipe implements PipeTransform {
|
|
202
|
+
private decimalPipe;
|
|
203
|
+
transform(value: any, selectedLocale: string, numberfilter: string, localefilter: any, trailingzero: boolean, decimalValue: string, skipTrailingZeroCheck?: boolean, formattedLocale?: any): any;
|
|
204
|
+
constructor(decimalPipe: DecimalPipe);
|
|
205
|
+
static ɵfac: i0.ɵɵFactoryDeclaration<TrailingZeroDecimalPipe, never>;
|
|
206
|
+
static ɵpipe: i0.ɵɵPipeDeclaration<TrailingZeroDecimalPipe, "trailingZeroDecimalPipe", true>;
|
|
207
|
+
}
|
|
208
|
+
declare class ToDatePipe extends WmPipe implements PipeTransform {
|
|
209
|
+
private datePipe;
|
|
210
|
+
private i18nService;
|
|
211
|
+
private app;
|
|
212
|
+
protected customPipeManager: CustomPipeManager;
|
|
213
|
+
returnFn(data: any, args: any, variables: any): any;
|
|
214
|
+
transform(data: any, format: any, timezone?: any, compInstance?: any): any;
|
|
215
|
+
constructor(datePipe: DatePipe, i18nService: AbstractI18nService, app: App, customPipeManager: CustomPipeManager);
|
|
216
|
+
static ɵfac: i0.ɵɵFactoryDeclaration<ToDatePipe, never>;
|
|
217
|
+
static ɵpipe: i0.ɵɵPipeDeclaration<ToDatePipe, "toDate", true>;
|
|
218
|
+
}
|
|
219
|
+
declare class ToNumberPipe implements PipeTransform {
|
|
220
|
+
private decimalPipe;
|
|
221
|
+
private i18nService;
|
|
222
|
+
transform(data: any, fracSize: any): string;
|
|
223
|
+
constructor(decimalPipe: DecimalPipe, i18nService: AbstractI18nService);
|
|
224
|
+
static ɵfac: i0.ɵɵFactoryDeclaration<ToNumberPipe, never>;
|
|
225
|
+
static ɵpipe: i0.ɵɵPipeDeclaration<ToNumberPipe, "toNumber", true>;
|
|
226
|
+
}
|
|
227
|
+
declare class ToCurrencyPipe implements PipeTransform {
|
|
228
|
+
private decimalPipe;
|
|
229
|
+
private i18nService;
|
|
230
|
+
transform(data: any, currencySymbol: any, fracSize: any): string;
|
|
231
|
+
constructor(decimalPipe: DecimalPipe, i18nService: AbstractI18nService);
|
|
232
|
+
static ɵfac: i0.ɵɵFactoryDeclaration<ToCurrencyPipe, never>;
|
|
233
|
+
static ɵpipe: i0.ɵɵPipeDeclaration<ToCurrencyPipe, "toCurrency", true>;
|
|
234
|
+
}
|
|
235
|
+
declare class PrefixPipe implements PipeTransform {
|
|
236
|
+
transform(data: any, padding: any): any;
|
|
237
|
+
static ɵfac: i0.ɵɵFactoryDeclaration<PrefixPipe, never>;
|
|
238
|
+
static ɵpipe: i0.ɵɵPipeDeclaration<PrefixPipe, "prefix", true>;
|
|
239
|
+
}
|
|
240
|
+
declare class SuffixPipe implements PipeTransform {
|
|
241
|
+
transform(data: any, padding: any): any;
|
|
242
|
+
static ɵfac: i0.ɵɵFactoryDeclaration<SuffixPipe, never>;
|
|
243
|
+
static ɵpipe: i0.ɵɵPipeDeclaration<SuffixPipe, "suffix", true>;
|
|
244
|
+
}
|
|
245
|
+
/**
|
|
246
|
+
* Custom pipe: It is work as interceptor between the user custom pipe function and angular pipe
|
|
247
|
+
*/
|
|
248
|
+
declare class CustomPipe implements PipeTransform {
|
|
249
|
+
private app;
|
|
250
|
+
private custmeUserPipe;
|
|
251
|
+
constructor(app: App, custmeUserPipe: CustomPipeManager);
|
|
252
|
+
transform(data: any, pipename: any): any;
|
|
253
|
+
static ɵfac: i0.ɵɵFactoryDeclaration<CustomPipe, never>;
|
|
254
|
+
static ɵpipe: i0.ɵɵPipeDeclaration<CustomPipe, "custom", true>;
|
|
255
|
+
}
|
|
256
|
+
declare class TimeFromNowPipe implements PipeTransform {
|
|
257
|
+
transform(data: any): string;
|
|
258
|
+
static ɵfac: i0.ɵɵFactoryDeclaration<TimeFromNowPipe, never>;
|
|
259
|
+
static ɵpipe: i0.ɵɵPipeDeclaration<TimeFromNowPipe, "timeFromNow", true>;
|
|
260
|
+
}
|
|
261
|
+
declare class NumberToStringPipe extends ToNumberPipe implements PipeTransform {
|
|
262
|
+
static ɵfac: i0.ɵɵFactoryDeclaration<NumberToStringPipe, never>;
|
|
263
|
+
static ɵpipe: i0.ɵɵPipeDeclaration<NumberToStringPipe, "numberToString", true>;
|
|
264
|
+
}
|
|
265
|
+
declare class StringToNumberPipe implements PipeTransform {
|
|
266
|
+
transform(data: any): number;
|
|
267
|
+
static ɵfac: i0.ɵɵFactoryDeclaration<StringToNumberPipe, never>;
|
|
268
|
+
static ɵpipe: i0.ɵɵPipeDeclaration<StringToNumberPipe, "stringToNumber", true>;
|
|
269
|
+
}
|
|
270
|
+
declare class FilterPipe implements PipeTransform {
|
|
271
|
+
transform(data: any[], field: any, value: any): any[];
|
|
272
|
+
static ɵfac: i0.ɵɵFactoryDeclaration<FilterPipe, never>;
|
|
273
|
+
static ɵpipe: i0.ɵɵPipeDeclaration<FilterPipe, "filter", true>;
|
|
274
|
+
}
|
|
275
|
+
declare class FileSizePipe implements PipeTransform {
|
|
276
|
+
transform(bytes: number, precision: number): string;
|
|
277
|
+
static ɵfac: i0.ɵɵFactoryDeclaration<FileSizePipe, never>;
|
|
278
|
+
static ɵpipe: i0.ɵɵPipeDeclaration<FileSizePipe, "filesize", true>;
|
|
279
|
+
}
|
|
280
|
+
declare class FileIconClassPipe implements PipeTransform {
|
|
281
|
+
transform(fileExtension: any): string;
|
|
282
|
+
static ɵfac: i0.ɵɵFactoryDeclaration<FileIconClassPipe, never>;
|
|
283
|
+
static ɵpipe: i0.ɵɵPipeDeclaration<FileIconClassPipe, "fileIconClass", true>;
|
|
284
|
+
}
|
|
285
|
+
declare class StateClassPipe implements PipeTransform {
|
|
286
|
+
transform(state: any): any;
|
|
287
|
+
static ɵfac: i0.ɵɵFactoryDeclaration<StateClassPipe, never>;
|
|
288
|
+
static ɵpipe: i0.ɵɵPipeDeclaration<StateClassPipe, "stateClass", true>;
|
|
289
|
+
}
|
|
290
|
+
declare class TemplateReplacePipe implements PipeTransform {
|
|
291
|
+
transform(data: any, replaceObj: any): any;
|
|
292
|
+
static ɵfac: i0.ɵɵFactoryDeclaration<TemplateReplacePipe, never>;
|
|
293
|
+
static ɵpipe: i0.ɵɵPipeDeclaration<TemplateReplacePipe, "templateReplace", true>;
|
|
294
|
+
}
|
|
295
|
+
declare class FileExtensionFromMimePipe implements PipeTransform {
|
|
296
|
+
transform(mimeType: any): any;
|
|
297
|
+
static ɵfac: i0.ɵɵFactoryDeclaration<FileExtensionFromMimePipe, never>;
|
|
298
|
+
static ɵpipe: i0.ɵɵPipeDeclaration<FileExtensionFromMimePipe, "fileExtensionFromMime", true>;
|
|
299
|
+
}
|
|
300
|
+
|
|
301
|
+
/**
|
|
302
|
+
* function to get the ordered dataset based on the given orderby
|
|
303
|
+
*/
|
|
304
|
+
declare const getOrderedDataset: (dataSet: any, orderBy: string, innerItem?: any) => any;
|
|
305
|
+
/**
|
|
306
|
+
* Returns an array of object, each object contain the DataSetItem whose key, value, label are extracted from object keys.
|
|
307
|
+
*/
|
|
308
|
+
declare const transformDataWithKeys: (dataSet: any) => DataSetItem[];
|
|
309
|
+
declare const extractDataAsArray: (data: any) => any;
|
|
310
|
+
declare const convertDataToObject: (dataResult: any) => any;
|
|
311
|
+
/**
|
|
312
|
+
* The first step in datasetItems creation is data transformation:
|
|
313
|
+
*
|
|
314
|
+
* The dataset can contain one of the following formats and each of them to be converted to the given format;
|
|
315
|
+
*
|
|
316
|
+
* 1) The comma separated string..eg: A,B,C => [{ key: 'A', value: 'A'}, { key: 'B', value: 'B'}, { key: 'C', value: 'C'}]
|
|
317
|
+
* 2) The array of values eg: [1,2,3] => [{ key: 1, value: 1}, { key: 2, value: 2}, { key: 3, value: 3}]
|
|
318
|
+
* 3) an object eg: {name: 'A', age: 20} => [ {key: 'name', value: 'A'}, {key: 'age', value: 20}]
|
|
319
|
+
* 4) an array of objects...eg: [ {name: 'A', age: 20}, {name: 'B', age: 20}] ==> returns [{key: _DATAFIELD_, value: _DISPLAYFIELD, label: _DISPLAYVALUE}]
|
|
320
|
+
*/
|
|
321
|
+
declare const transformFormData: (context: any, dataSet: any, myDataField?: string, displayOptions?: any, startIndex?: number, scope?: any) => Array<DataSetItem>;
|
|
322
|
+
/**
|
|
323
|
+
* Private method to get the unique objects by the data field
|
|
324
|
+
*/
|
|
325
|
+
declare const getUniqObjsByDataField: (data: Array<DataSetItem>, dataField: string, displayField: string, allowEmptyFields?: boolean) => any;
|
|
326
|
+
/**
|
|
327
|
+
* This function sets the selectedItem by comparing the field values, where fields are passed by "compareby" property.
|
|
328
|
+
* works only for datafield with ALL_FIELDS
|
|
329
|
+
* @param datasetItems list of dataset items.
|
|
330
|
+
* @param compareWithDataObj represents the datavalue (object) whose properties are to be checked against each property of datasetItem.
|
|
331
|
+
* @param compareByField specifies the property names on which datasetItem has to be compared against datavalue object.
|
|
332
|
+
*/
|
|
333
|
+
declare const setItemByCompare: (datasetItems: Array<DataSetItem>, compareWithDataObj: Object, compareByField: string) => void;
|
|
334
|
+
/**
|
|
335
|
+
* This method gets the groupedData using groupby property and match and returns the sorted array of objects.
|
|
336
|
+
*
|
|
337
|
+
* @param compRef represents the component's reference i.e. "this" value.
|
|
338
|
+
* @param data represents the dataset i.e array of objects.
|
|
339
|
+
* @param groupby, string groupby property
|
|
340
|
+
* @param match, string match property
|
|
341
|
+
* @param orderby, string orderby property
|
|
342
|
+
* @param dateformat, string dateFormat property
|
|
343
|
+
* @param innerItem, represents the innerItem on which groupby has to be applied. Incase of datasetItems, 'dataObject' contains the full object. Here innerItem is dataObject.
|
|
344
|
+
* @returns {any[]} groupedData, array of objects, each object having key and data.
|
|
345
|
+
*/
|
|
346
|
+
declare const groupData: (compRef: any, data: Array<Object | DataSetItem>, groupby: string, match: string, orderby: string, dateformat: string, datePipe: ToDatePipe, innerItem?: string, AppDefaults?: any) => any[];
|
|
347
|
+
declare const filterDate: (value: string | number, format: string, defaultFormat: string, datePipe: ToDatePipe) => any;
|
|
348
|
+
/**
|
|
349
|
+
* This method toggles all the list items inside the each list group.
|
|
350
|
+
* @param el, component reference on which groupby is applied.
|
|
351
|
+
*/
|
|
352
|
+
declare const toggleAllHeaders: (el: any) => void;
|
|
353
|
+
/**
|
|
354
|
+
* On list header click, toggle the list items in this group.
|
|
355
|
+
* and also toggle the header icon.
|
|
356
|
+
* @param $event
|
|
357
|
+
*/
|
|
358
|
+
declare const handleHeaderClick: ($event: Event) => void;
|
|
359
|
+
/**
|
|
360
|
+
* configures reordering the items.
|
|
361
|
+
* @param $el element to be sortable
|
|
362
|
+
* @param options object containing the sortable options.
|
|
363
|
+
* @param startCb callback on drag start on the element.
|
|
364
|
+
* @param updateCb callback triggerred when sorting is stopped and the DOM position has changed.
|
|
365
|
+
* @param sortCb callback triggerred during the sorting of an element.
|
|
366
|
+
*/
|
|
367
|
+
declare const configureDnD: ($el: any, options: object, startCb: Function, updateCb: Function, sortCb?: Function) => void;
|
|
368
|
+
/**
|
|
369
|
+
* key represents the datafield value
|
|
370
|
+
* label represents display value or expression value
|
|
371
|
+
* value displayValue for primitives and data object for allFields
|
|
372
|
+
* dataObject represent the object from the dataset when datafield is ALLFIELDS. This is used as innerItem while grouping the datasetItems.
|
|
373
|
+
* imgSrc picture source
|
|
374
|
+
* selected represents boolean to notify selected item.
|
|
375
|
+
*/
|
|
376
|
+
declare class DataSetItem {
|
|
377
|
+
key: any;
|
|
378
|
+
label: any;
|
|
379
|
+
value: any;
|
|
380
|
+
dataObject?: Object;
|
|
381
|
+
index?: number;
|
|
382
|
+
imgSrc?: string;
|
|
383
|
+
selected?: boolean;
|
|
384
|
+
}
|
|
385
|
+
|
|
386
|
+
declare const EDIT_MODE: {
|
|
387
|
+
QUICK_EDIT: string;
|
|
388
|
+
INLINE: string;
|
|
389
|
+
FORM: string;
|
|
390
|
+
DIALOG: string;
|
|
391
|
+
};
|
|
392
|
+
declare const setHeaderConfig: (headerConfig: any, config: any, field: any, index?: number) => void;
|
|
393
|
+
declare const setHeaderConfigForTable: (headerConfig: any, config: any, fieldName: string, index?: number) => void;
|
|
394
|
+
declare const getRowOperationsColumn: () => any;
|
|
395
|
+
/**
|
|
396
|
+
* Returns caption and widget bootstrap classes for the field
|
|
397
|
+
*/
|
|
398
|
+
declare const getFieldLayoutConfig: (captionWidth: any, captionPosition: any, os: any) => any;
|
|
399
|
+
declare const getDefaultViewModeWidget: (widget: any) => string;
|
|
400
|
+
declare const parseValueByType: (value: any, type: any, widget: any, trailingzero?: any) => any;
|
|
401
|
+
declare const getFieldTypeWidgetTypesMap: () => {
|
|
402
|
+
integer: string[];
|
|
403
|
+
big_integer: string[];
|
|
404
|
+
short: string[];
|
|
405
|
+
float: string[];
|
|
406
|
+
big_decimal: string[];
|
|
407
|
+
number: string[];
|
|
408
|
+
double: string[];
|
|
409
|
+
long: string[];
|
|
410
|
+
byte: string[];
|
|
411
|
+
string: string[];
|
|
412
|
+
character: string[];
|
|
413
|
+
text: string[];
|
|
414
|
+
date: string[];
|
|
415
|
+
time: string[];
|
|
416
|
+
timestamp: string[];
|
|
417
|
+
datetime: string[];
|
|
418
|
+
boolean: string[];
|
|
419
|
+
list: string[];
|
|
420
|
+
clob: string[];
|
|
421
|
+
blob: string[];
|
|
422
|
+
file: string[];
|
|
423
|
+
custom: string[];
|
|
424
|
+
};
|
|
425
|
+
declare const getDataTableFilterWidget: (type: any) => any;
|
|
426
|
+
/**
|
|
427
|
+
* @ngdoc function
|
|
428
|
+
* @name wm.widgets.live.getEditModeWidget
|
|
429
|
+
* @methodOf wm.widgets.live.LiveWidgetUtils
|
|
430
|
+
* @function
|
|
431
|
+
*
|
|
432
|
+
* @description
|
|
433
|
+
* This function returns the default widget for grid
|
|
434
|
+
*
|
|
435
|
+
* @param {object} colDef field definition
|
|
436
|
+
*/
|
|
437
|
+
declare const getEditModeWidget: (colDef: any) => any;
|
|
438
|
+
/**
|
|
439
|
+
* @ngdoc function
|
|
440
|
+
* @name wm.widgets.live.LiveWidgetUtils#getDefaultValue
|
|
441
|
+
* @methodOf wm.widgets.live.LiveWidgetUtils
|
|
442
|
+
* @function
|
|
443
|
+
*
|
|
444
|
+
* @description
|
|
445
|
+
* return the formatted default value
|
|
446
|
+
*
|
|
447
|
+
* @param {string} value value to be formatted
|
|
448
|
+
* @param {string} type column type of the value
|
|
449
|
+
*/
|
|
450
|
+
declare const getDefaultValue: (value: any, type: any, widget: any) => any;
|
|
451
|
+
|
|
452
|
+
declare const WidgetConfig: InjectionToken<IWidgetConfig>;
|
|
453
|
+
interface IWidgetConfig {
|
|
454
|
+
widgetType: string;
|
|
455
|
+
widgetSubType?: string;
|
|
456
|
+
hostClass?: string;
|
|
457
|
+
displayType?: string;
|
|
458
|
+
}
|
|
459
|
+
interface IRedrawableComponent {
|
|
460
|
+
redraw: Function;
|
|
461
|
+
}
|
|
462
|
+
type ChangeListener = (key: string, nv: any, ov?: any) => void;
|
|
463
|
+
declare abstract class WidgetRef {
|
|
464
|
+
}
|
|
465
|
+
declare abstract class DialogRef<T extends BaseComponent> {
|
|
466
|
+
bsModal: any;
|
|
467
|
+
}
|
|
468
|
+
declare const Context: InjectionToken<unknown>;
|
|
469
|
+
interface IDialog {
|
|
470
|
+
open: (initState?: any) => void;
|
|
471
|
+
close: () => void;
|
|
472
|
+
}
|
|
473
|
+
|
|
474
|
+
interface Child {
|
|
475
|
+
widget: any;
|
|
476
|
+
nativeElement: any;
|
|
477
|
+
}
|
|
478
|
+
declare abstract class BaseComponent implements OnDestroy, OnInit, AfterViewInit, AfterContentInit {
|
|
479
|
+
protected inj: Injector;
|
|
480
|
+
/**
|
|
481
|
+
* unique identifier for the widget
|
|
482
|
+
*/
|
|
483
|
+
readonly widgetId: any;
|
|
484
|
+
isDestroyed: boolean;
|
|
485
|
+
isAttached: boolean;
|
|
486
|
+
/**
|
|
487
|
+
* jQuery nativeElement reference of the component root
|
|
488
|
+
*/
|
|
489
|
+
get $element(): any;
|
|
490
|
+
/**
|
|
491
|
+
* DOM node reference of the component root
|
|
492
|
+
*/
|
|
493
|
+
readonly nativeElement: HTMLElement;
|
|
494
|
+
/**
|
|
495
|
+
* Type of the component
|
|
496
|
+
*/
|
|
497
|
+
protected readonly widgetType: string;
|
|
498
|
+
/**
|
|
499
|
+
* Most of the cases it is same as widgetType
|
|
500
|
+
* for specific widgets like charts widgetType can be wm-chart where as the subtype can be wm-bar-chart
|
|
501
|
+
*/
|
|
502
|
+
protected readonly widgetSubType: string;
|
|
503
|
+
/**
|
|
504
|
+
* Proxy for the component instance.
|
|
505
|
+
*/
|
|
506
|
+
protected widget: any;
|
|
507
|
+
/**
|
|
508
|
+
* View parent component
|
|
509
|
+
* eg, Page, Partial, Prefab
|
|
510
|
+
*/
|
|
511
|
+
protected readonly viewParent: any;
|
|
512
|
+
/**
|
|
513
|
+
* EventManger to add/remove events
|
|
514
|
+
*/
|
|
515
|
+
protected readonly eventManager: EventManager;
|
|
516
|
+
/**
|
|
517
|
+
* App Locale
|
|
518
|
+
*/
|
|
519
|
+
readonly appLocale: any;
|
|
520
|
+
/**
|
|
521
|
+
* Style change subject and observable
|
|
522
|
+
*/
|
|
523
|
+
private readonly styleChange;
|
|
524
|
+
/**
|
|
525
|
+
* Property change subject and observable
|
|
526
|
+
*/
|
|
527
|
+
private readonly propertyChange;
|
|
528
|
+
/**
|
|
529
|
+
* On Ready State change subject and observable
|
|
530
|
+
*/
|
|
531
|
+
private readonly readyState;
|
|
532
|
+
/**
|
|
533
|
+
* Component destroy subject and observable
|
|
534
|
+
*/
|
|
535
|
+
private readonly destroy;
|
|
536
|
+
/**
|
|
537
|
+
* Map of event handler callbacks
|
|
538
|
+
*/
|
|
539
|
+
private eventHandlers;
|
|
540
|
+
/**
|
|
541
|
+
* context of the widget
|
|
542
|
+
* when the widget is preset inside a repeater this context will have the repeater related properties
|
|
543
|
+
*/
|
|
544
|
+
context: any;
|
|
545
|
+
/**
|
|
546
|
+
* Initial state of the widget.
|
|
547
|
+
* Will be undefined once the initial properties are set on to the component
|
|
548
|
+
*/
|
|
549
|
+
private initState;
|
|
550
|
+
/**
|
|
551
|
+
* Internal flag to determine whether to wait for the widget initialization or not
|
|
552
|
+
* If the initPromise is provided in the construction wait till the promise is resolved
|
|
553
|
+
* If the initPromise is not provided proceed with the initialization, which is the default behavior.
|
|
554
|
+
*/
|
|
555
|
+
private readonly delayedInit;
|
|
556
|
+
/**
|
|
557
|
+
* Display type of the component. eg, block(Default), inline-block, inline etc
|
|
558
|
+
*/
|
|
559
|
+
private readonly displayType;
|
|
560
|
+
/**
|
|
561
|
+
* Holds the event registration functions.
|
|
562
|
+
* these functions needs to be executed after onViewInit
|
|
563
|
+
*/
|
|
564
|
+
private toBeSetupEventsQueue;
|
|
565
|
+
__cloneable__: boolean;
|
|
566
|
+
widgetProps: Map<string, any>;
|
|
567
|
+
private $attrs;
|
|
568
|
+
private isMuted;
|
|
569
|
+
viewContainerRef: ViewContainerRef;
|
|
570
|
+
viewParentApp: App;
|
|
571
|
+
/**
|
|
572
|
+
* To avoid re-rendering of widget, passing unique id as contextKey to createCustomInjector
|
|
573
|
+
* (for List, Dynamic Tabs, Accordion, Nav, Carousel)
|
|
574
|
+
*/
|
|
575
|
+
trackId: string;
|
|
576
|
+
customWidgetSubType: string;
|
|
577
|
+
protected constructor(inj: Injector, config: IWidgetConfig, explicitContext?: any, initPromise?: Promise<any>);
|
|
578
|
+
getNativeElement(): HTMLElement;
|
|
579
|
+
getWidgetType(): string;
|
|
580
|
+
getWidgetSubType(): string;
|
|
581
|
+
getWidget(): any;
|
|
582
|
+
setProperty(propName: any, propValue: any): void;
|
|
583
|
+
getViewParent(): any;
|
|
584
|
+
notifyStyleChange(key: string, nv: any, ov: any): void;
|
|
585
|
+
notifyPropertyChange(key: string, nv: any, ov: any): void;
|
|
586
|
+
registerStyleChangeListener(fn: ChangeListener, ctx?: any): void;
|
|
587
|
+
registerReadyStateListener(fn: Function, ctx?: any): void;
|
|
588
|
+
registerPropertyChangeListener(fn: ChangeListener, ctx?: any): void;
|
|
589
|
+
registerDestroyListener(fn: Function, ctx?: any): void;
|
|
590
|
+
getDisplayType(): string;
|
|
591
|
+
protected createProxy(): any;
|
|
592
|
+
protected initContext(): void;
|
|
593
|
+
/**
|
|
594
|
+
* set the value on the proxy object ie, widget
|
|
595
|
+
* setting the property on the proxy will invoke the change listeners
|
|
596
|
+
* @param {string} key
|
|
597
|
+
* @param value
|
|
598
|
+
*/
|
|
599
|
+
setWidgetProperty(key: string, value: any): void;
|
|
600
|
+
getAttr(attrName: string): string;
|
|
601
|
+
/**
|
|
602
|
+
* returns app instance
|
|
603
|
+
* @returns {App}
|
|
604
|
+
*/
|
|
605
|
+
getAppInstance(): App;
|
|
606
|
+
/**
|
|
607
|
+
* Generates a unique id
|
|
608
|
+
* Default pattern is `widget-id-${id}`
|
|
609
|
+
* Components can override this method to generate a different id eg, bar-chart-1
|
|
610
|
+
*/
|
|
611
|
+
protected generateWidgetId(): string;
|
|
612
|
+
/**
|
|
613
|
+
* Handles the common functionality across the components
|
|
614
|
+
* eg,
|
|
615
|
+
* 1. value of the class property will be applied on the host element
|
|
616
|
+
* 2. based on the value of show property component is shown/hidden
|
|
617
|
+
*
|
|
618
|
+
* @param {string} key
|
|
619
|
+
* @param nv
|
|
620
|
+
* @param ov
|
|
621
|
+
*/
|
|
622
|
+
protected onPropertyChange(key: string, nv: any, ov?: any): void;
|
|
623
|
+
/**
|
|
624
|
+
* Default style change handler
|
|
625
|
+
*/
|
|
626
|
+
protected onStyleChange(k: string, nv: any, ov?: any): void;
|
|
627
|
+
/**
|
|
628
|
+
* Register the widget with the widgetRegistry
|
|
629
|
+
*/
|
|
630
|
+
protected registerWidget(widgetName: string): void;
|
|
631
|
+
/**
|
|
632
|
+
* override the
|
|
633
|
+
*/
|
|
634
|
+
protected getMappedEventName(eventName: any): any;
|
|
635
|
+
/**
|
|
636
|
+
* invoke the event handler
|
|
637
|
+
* Components can override this method to execute custom logic before invoking the user callback
|
|
638
|
+
*/
|
|
639
|
+
protected handleEvent(node: HTMLElement, eventName: string, eventCallback: Function, locals: any, meta?: string): void;
|
|
640
|
+
/**
|
|
641
|
+
* parse the event expression and save reference to the function inside eventHandlers map
|
|
642
|
+
* If the component provides a override for an event through @Event decorator invoke that
|
|
643
|
+
* else invoke the resolved function
|
|
644
|
+
*
|
|
645
|
+
* @param {string} eventName
|
|
646
|
+
* @param {string} expr
|
|
647
|
+
*/
|
|
648
|
+
protected processEventAttr(eventName: string, expr: string, meta?: string, child?: Child): void;
|
|
649
|
+
/**
|
|
650
|
+
* Process the bound property
|
|
651
|
+
* Register a watch on the bound expression
|
|
652
|
+
*/
|
|
653
|
+
protected processBindAttr(propName: string, expr: string, child?: any): void;
|
|
654
|
+
/**
|
|
655
|
+
* Remove watch on the bound property
|
|
656
|
+
*/
|
|
657
|
+
protected removePropertyBinding(propName: string): void;
|
|
658
|
+
/**
|
|
659
|
+
* invoke the event callback method
|
|
660
|
+
* @param {string} eventName
|
|
661
|
+
* @param extraLocals
|
|
662
|
+
*/
|
|
663
|
+
invokeEventCallback(eventName: string, extraLocals?: any): any;
|
|
664
|
+
/**
|
|
665
|
+
* Process the attribute
|
|
666
|
+
* If the attribute is an event expression, generate a functional representation of the expression
|
|
667
|
+
* and keep in eventHandlers
|
|
668
|
+
* If the attribute is a bound expression, register a watch on the expression
|
|
669
|
+
*/
|
|
670
|
+
protected processAttr(attrName: string, attrValue: string, child?: Child): void;
|
|
671
|
+
/**
|
|
672
|
+
* This is required as the native element attributes are case insensitive(camelcase) like customExpressions becomes customexpression
|
|
673
|
+
* and our logic to check like these changes will fail. Before IVY changes, angular maintains a separate object with these attributes
|
|
674
|
+
* as it is like in the camelcase. With IVY all those are gone. So need to maintain a separate list with the camelcasing of attributes
|
|
675
|
+
* @private
|
|
676
|
+
* _tNode.attrs attributes are stored in array(even index: key, odd index: value)
|
|
677
|
+
*/
|
|
678
|
+
protected getAttributes(): string[];
|
|
679
|
+
/**
|
|
680
|
+
* Process the attributes
|
|
681
|
+
*/
|
|
682
|
+
private processAttrs;
|
|
683
|
+
/**
|
|
684
|
+
* Update the initState with the default property values and the values provided in the markup
|
|
685
|
+
* Process the attributes
|
|
686
|
+
* Register the widget
|
|
687
|
+
*/
|
|
688
|
+
protected initWidget(): void;
|
|
689
|
+
/**
|
|
690
|
+
* Update the default properties and the properties provided in the markup in component
|
|
691
|
+
* Invoking this method will result in invocation of propertyChange handlers on the component for the first time
|
|
692
|
+
*/
|
|
693
|
+
protected setInitProps(): void;
|
|
694
|
+
/**
|
|
695
|
+
* Returns true, if a listener registered for the given event on this widget markup.
|
|
696
|
+
* @param eventName
|
|
697
|
+
* @returns {boolean}
|
|
698
|
+
*/
|
|
699
|
+
protected hasEventCallback(eventName: any): boolean;
|
|
700
|
+
/**
|
|
701
|
+
* Sets the focus on the widget
|
|
702
|
+
*/
|
|
703
|
+
protected focus(): void;
|
|
704
|
+
protected execute(operation: any, options: any): any;
|
|
705
|
+
mute(): void;
|
|
706
|
+
unmute(): void;
|
|
707
|
+
private customInjectorMap;
|
|
708
|
+
/**
|
|
709
|
+
* After the Angular 17 upgrade, Angular is no longer sending ngTemplateContext to components in ng-template.
|
|
710
|
+
* Wavemaker widgets inside ng-template require context to evaluate bind expressions.
|
|
711
|
+
* So we're creating an injectionToken that returns the context as a value.
|
|
712
|
+
* We are passing the injectionToken to the ngTemplateOutletInjector.
|
|
713
|
+
* This injects the context into each widget in the ng-template.
|
|
714
|
+
* In the widget component constructor we are getting the injectionToken using dependency injection.
|
|
715
|
+
* If injectionToken is present, we extend the component context with the value of injectionToken.
|
|
716
|
+
* @param contextKey
|
|
717
|
+
* @param context
|
|
718
|
+
* @returns injector
|
|
719
|
+
*/
|
|
720
|
+
createCustomInjector(contextKey: string, context: any): any;
|
|
721
|
+
/**
|
|
722
|
+
* After the host page is attached from cache, this function is called.
|
|
723
|
+
*/
|
|
724
|
+
ngOnAttach(): void;
|
|
725
|
+
/**
|
|
726
|
+
* Before the host page is detached from dom and stored in cache, this function is called.
|
|
727
|
+
*/
|
|
728
|
+
ngOnDetach(): void;
|
|
729
|
+
/**
|
|
730
|
+
* nativeElement will be available by this time
|
|
731
|
+
* if the delayInit is false, properties meta will be available by this time
|
|
732
|
+
* Invoke the setInitProps if the delayInit is false
|
|
733
|
+
*/
|
|
734
|
+
ngOnInit(): void;
|
|
735
|
+
/**
|
|
736
|
+
* Register the events
|
|
737
|
+
*/
|
|
738
|
+
ngAfterViewInit(): void;
|
|
739
|
+
ngAfterContentInit(): void;
|
|
740
|
+
ngOnDestroy(): void;
|
|
741
|
+
static ɵfac: i0.ɵɵFactoryDeclaration<BaseComponent, [null, null, { optional: true; }, null]>;
|
|
742
|
+
static ɵprov: i0.ɵɵInjectableDeclaration<BaseComponent>;
|
|
743
|
+
}
|
|
744
|
+
|
|
745
|
+
declare abstract class StylableComponent extends BaseComponent {
|
|
746
|
+
backgroundattachment: string;
|
|
747
|
+
backgroundcolor: string;
|
|
748
|
+
backgroundgradient: string;
|
|
749
|
+
backgroundimage: string;
|
|
750
|
+
backgroundposition: string;
|
|
751
|
+
backgroundrepeat: string;
|
|
752
|
+
backgroundsize: string;
|
|
753
|
+
bordercolor: string;
|
|
754
|
+
borderradius: string;
|
|
755
|
+
borderstyle: string;
|
|
756
|
+
borderwidth: string;
|
|
757
|
+
borderbottomwidth: string;
|
|
758
|
+
borderleftwidth: string;
|
|
759
|
+
borderrightwidth: string;
|
|
760
|
+
bordertopwidth: string;
|
|
761
|
+
color: string;
|
|
762
|
+
cursor: string;
|
|
763
|
+
display: string;
|
|
764
|
+
fontsize: string;
|
|
765
|
+
fontfamily: string;
|
|
766
|
+
fontstyle: string;
|
|
767
|
+
fontunit: string;
|
|
768
|
+
fontvariant: string;
|
|
769
|
+
fontweight: string;
|
|
770
|
+
height: string;
|
|
771
|
+
horizontalalign: string;
|
|
772
|
+
lineheight: string;
|
|
773
|
+
margin: string;
|
|
774
|
+
marginbottom: string;
|
|
775
|
+
marginleft: string;
|
|
776
|
+
marginright: string;
|
|
777
|
+
margintop: string;
|
|
778
|
+
opacity: string;
|
|
779
|
+
overflow: string;
|
|
780
|
+
padding: string;
|
|
781
|
+
paddingbottom: string;
|
|
782
|
+
paddingleft: string;
|
|
783
|
+
paddingright: string;
|
|
784
|
+
paddingtop: string;
|
|
785
|
+
picturesource: string;
|
|
786
|
+
textalign: string;
|
|
787
|
+
textdecoration: string;
|
|
788
|
+
verticalalign: string;
|
|
789
|
+
visibility: string;
|
|
790
|
+
whitespace: string;
|
|
791
|
+
width: string;
|
|
792
|
+
wordbreak: string;
|
|
793
|
+
zindex: string;
|
|
794
|
+
static ɵfac: i0.ɵɵFactoryDeclaration<StylableComponent, never>;
|
|
795
|
+
static ɵprov: i0.ɵɵInjectableDeclaration<StylableComponent>;
|
|
796
|
+
}
|
|
797
|
+
|
|
798
|
+
declare abstract class DatasetAwareNavComponent extends StylableComponent implements OnDestroy {
|
|
799
|
+
nodes: Array<NavNode>;
|
|
800
|
+
dataset: any;
|
|
801
|
+
itemicon: string;
|
|
802
|
+
itemlabel: string;
|
|
803
|
+
itemhint: string;
|
|
804
|
+
itemlink: string;
|
|
805
|
+
itemtarget: string;
|
|
806
|
+
itembadge: string;
|
|
807
|
+
itemchildren: string;
|
|
808
|
+
itemaction: string;
|
|
809
|
+
itemclass: string;
|
|
810
|
+
itemid: string;
|
|
811
|
+
isactive: string;
|
|
812
|
+
userrole: string;
|
|
813
|
+
orderby: string;
|
|
814
|
+
datafield: string;
|
|
815
|
+
displayfield: string;
|
|
816
|
+
private _itemFieldMap;
|
|
817
|
+
private binditemlabel;
|
|
818
|
+
private binditemhint;
|
|
819
|
+
private binditemicon;
|
|
820
|
+
private binditemaction;
|
|
821
|
+
private binditembadge;
|
|
822
|
+
private binditemchildren;
|
|
823
|
+
private binditemlink;
|
|
824
|
+
private binditemtarget;
|
|
825
|
+
private binduserrole;
|
|
826
|
+
private bindisactive;
|
|
827
|
+
private securityService;
|
|
828
|
+
protected binditemid: string | null;
|
|
829
|
+
protected nodes$: Subject<unknown>;
|
|
830
|
+
constructor(inj: Injector, WIDGET_CONFIG: any, explicitContext: any);
|
|
831
|
+
/**
|
|
832
|
+
* constructs individual node for the widget model.
|
|
833
|
+
* @param fields
|
|
834
|
+
* @param node
|
|
835
|
+
*/
|
|
836
|
+
private getNode;
|
|
837
|
+
resetItemFieldMap(): void;
|
|
838
|
+
getItemFieldsMap(): any;
|
|
839
|
+
/**
|
|
840
|
+
* returns array for the value passed as nv.
|
|
841
|
+
* nv: 'a,b' => [{label:a, value:a}, {label:b, value:b}]
|
|
842
|
+
* nv: [1,2] => [{label:1, value:1}, {label:2, value:2}]
|
|
843
|
+
* nv: [{obj}, {obj}] => [{obj}, {obj}]
|
|
844
|
+
* @param nv
|
|
845
|
+
*/
|
|
846
|
+
private prepareNodeDataSet;
|
|
847
|
+
/**
|
|
848
|
+
* constructs dataset form the nav elements.
|
|
849
|
+
*/
|
|
850
|
+
private getNodes;
|
|
851
|
+
protected resetNodes(): void;
|
|
852
|
+
private _resetNodes;
|
|
853
|
+
onPropertyChange(key: any, nv: any, ov: any): void;
|
|
854
|
+
ngOnDestroy(): void;
|
|
855
|
+
static ɵfac: i0.ɵɵFactoryDeclaration<DatasetAwareNavComponent, never>;
|
|
856
|
+
static ɵprov: i0.ɵɵInjectableDeclaration<DatasetAwareNavComponent>;
|
|
857
|
+
}
|
|
858
|
+
interface NavNode {
|
|
859
|
+
label: string;
|
|
860
|
+
action?: any;
|
|
861
|
+
badge?: string;
|
|
862
|
+
children?: Array<NavNode>;
|
|
863
|
+
class?: string;
|
|
864
|
+
disabled?: boolean;
|
|
865
|
+
icon?: string;
|
|
866
|
+
id?: string;
|
|
867
|
+
link?: string;
|
|
868
|
+
role?: string;
|
|
869
|
+
value?: any;
|
|
870
|
+
}
|
|
871
|
+
|
|
872
|
+
/**
|
|
873
|
+
* Returns the value for the provided key in the object
|
|
874
|
+
*/
|
|
875
|
+
declare const getObjValueByKey: (obj: any, strKey: string) => any;
|
|
876
|
+
/**
|
|
877
|
+
* returns the display field data for any dataset widgets
|
|
878
|
+
* Based on the bind display expression or display expression or display name,
|
|
879
|
+
* data is extracted and formatted from the passed option object
|
|
880
|
+
* If there is field is specified, field value is obtained from the dataObj.
|
|
881
|
+
* If expression is given, evaluates the expression value.
|
|
882
|
+
* else check for bindExpression, extract the value from the dataObj
|
|
883
|
+
*/
|
|
884
|
+
declare const getEvaluatedData: (dataObj: any, options: any, context?: any) => any;
|
|
885
|
+
declare const isActiveNavItem: (link: any, routeName: any) => boolean;
|
|
886
|
+
/**
|
|
887
|
+
* returns true if the menu has link to the current page.
|
|
888
|
+
* @param nodes
|
|
889
|
+
* @param routeUrl
|
|
890
|
+
*/
|
|
891
|
+
declare const hasLinkToCurrentPage: (nodes: Array<NavNode>, routeUrl: any) => any;
|
|
892
|
+
/**
|
|
893
|
+
* Returns the orderBy Expression based on the 'sort 'option in pageable object
|
|
894
|
+
* returned by backend
|
|
895
|
+
* @param pageableObj
|
|
896
|
+
* @returns {string}
|
|
897
|
+
*/
|
|
898
|
+
declare const getOrderByExpr: (pageableObj: any) => string;
|
|
899
|
+
declare const isDataSetWidget: (widget: any) => boolean;
|
|
900
|
+
declare const getImageUrl: (urlString: any, shouldEncode?: any, defaultUrl?: any) => any;
|
|
901
|
+
declare const getBackGroundImageUrl: (urlString: any) => any;
|
|
902
|
+
declare function provideAs(reference: any, key: any, multi?: boolean): {
|
|
903
|
+
provide: any;
|
|
904
|
+
useExisting: i0.Type<any>;
|
|
905
|
+
multi: boolean;
|
|
906
|
+
};
|
|
907
|
+
declare function provideAsWidgetRef(reference: any): {
|
|
908
|
+
provide: any;
|
|
909
|
+
useExisting: i0.Type<any>;
|
|
910
|
+
multi: boolean;
|
|
911
|
+
};
|
|
912
|
+
declare function provideAsDialogRef(reference: any): {
|
|
913
|
+
provide: any;
|
|
914
|
+
useExisting: i0.Type<any>;
|
|
915
|
+
multi: boolean;
|
|
916
|
+
};
|
|
917
|
+
declare const NAVIGATION_TYPE: {
|
|
918
|
+
ADVANCED: string;
|
|
919
|
+
BASIC: string;
|
|
920
|
+
CLASSIC: string;
|
|
921
|
+
INLINE: string;
|
|
922
|
+
NONE: string;
|
|
923
|
+
ONDEMAND: string;
|
|
924
|
+
PAGER: string;
|
|
925
|
+
SCROLL: string;
|
|
926
|
+
};
|
|
927
|
+
declare const INPUTMODE: {
|
|
928
|
+
FINANCIAL: string;
|
|
929
|
+
NATURAL: string;
|
|
930
|
+
};
|
|
931
|
+
declare const AUTOCLOSE_TYPE: {
|
|
932
|
+
OUTSIDECLICK: string;
|
|
933
|
+
ALWAYS: string;
|
|
934
|
+
DISABLED: string;
|
|
935
|
+
};
|
|
936
|
+
declare const unsupportedStatePersistenceTypes: string[];
|
|
937
|
+
declare const getWatchIdentifier: (...args: any[]) => string;
|
|
938
|
+
declare const getMatchModeTypesMap: (multiMode?: any) => {
|
|
939
|
+
boolean: string[];
|
|
940
|
+
clob: any[];
|
|
941
|
+
blob: any[];
|
|
942
|
+
};
|
|
943
|
+
declare const getMatchModeMsgs: (appLocale: any) => {
|
|
944
|
+
start: any;
|
|
945
|
+
startignorecase: any;
|
|
946
|
+
end: any;
|
|
947
|
+
endignorecase: any;
|
|
948
|
+
anywhere: any;
|
|
949
|
+
anywhereignorecase: any;
|
|
950
|
+
exact: any;
|
|
951
|
+
exactignorecase: any;
|
|
952
|
+
notequals: any;
|
|
953
|
+
notequalsignorecase: any;
|
|
954
|
+
lessthan: any;
|
|
955
|
+
lessthanequal: any;
|
|
956
|
+
greaterthan: any;
|
|
957
|
+
greaterthanequal: any;
|
|
958
|
+
null: any;
|
|
959
|
+
isnotnull: any;
|
|
960
|
+
empty: any;
|
|
961
|
+
isnotempty: any;
|
|
962
|
+
nullorempty: any;
|
|
963
|
+
in: any;
|
|
964
|
+
notin: any;
|
|
965
|
+
between: any;
|
|
966
|
+
};
|
|
967
|
+
declare const getConditionalClasses: (nv: any, ov?: any) => {
|
|
968
|
+
toAdd: any;
|
|
969
|
+
toRemove: any;
|
|
970
|
+
};
|
|
971
|
+
declare const prepareFieldDefs: (data: any, options?: any) => any[] | {
|
|
972
|
+
objects: any[];
|
|
973
|
+
terminals: any[];
|
|
974
|
+
};
|
|
975
|
+
/**
|
|
976
|
+
* To get container target element to append the list for search and datepicker panel when field present in dialog
|
|
977
|
+
*/
|
|
978
|
+
declare const getContainerTargetClass: (element: any) => string;
|
|
979
|
+
/**
|
|
980
|
+
* To extract the Variable Name from a Widget's binddatasource attribute
|
|
981
|
+
*/
|
|
982
|
+
declare const extractDataSourceName: (bindDataSource: any) => any;
|
|
983
|
+
declare const setFocusTrap: (container: any, allowOutsideClick: any, setReturnFocusElement?: any) => _wavemaker_focus_trap.FocusTrap;
|
|
984
|
+
/**
|
|
985
|
+
* Gets keyboard focusable elements within a specified element
|
|
986
|
+
* @param element {HTMLElement}
|
|
987
|
+
* @returns {Array}
|
|
988
|
+
*/
|
|
989
|
+
declare const getKeyboardFocusableElements: (element: HTMLElement) => Element[];
|
|
990
|
+
declare const getCurrentWidgets: (element: any, widgets: any) => any;
|
|
991
|
+
|
|
992
|
+
declare abstract class BaseContainerComponent extends StylableComponent implements OnDestroy {
|
|
993
|
+
reDrawableComponents: any;
|
|
994
|
+
content: any;
|
|
995
|
+
Widgets: any;
|
|
996
|
+
constructor(inj: Injector, WIDGET_CONFIG: IWidgetConfig, explicitContext: any);
|
|
997
|
+
private updateRedrawableComponents;
|
|
998
|
+
private redrawChildren;
|
|
999
|
+
onPropertyChange(key: string, nv: any, ov?: any): void;
|
|
1000
|
+
ngOnDestroy(): void;
|
|
1001
|
+
static ɵfac: i0.ɵɵFactoryDeclaration<BaseContainerComponent, never>;
|
|
1002
|
+
static ɵdir: i0.ɵɵDirectiveDeclaration<BaseContainerComponent, never, never, {}, {}, ["reDrawableComponents"], never, true, never>;
|
|
1003
|
+
}
|
|
1004
|
+
|
|
1005
|
+
declare class PartialContainerDirective implements OnDestroy {
|
|
1006
|
+
componentInstance: any;
|
|
1007
|
+
vcRef: ViewContainerRef;
|
|
1008
|
+
elRef: ElementRef;
|
|
1009
|
+
inj: Injector;
|
|
1010
|
+
private envInjector;
|
|
1011
|
+
private app;
|
|
1012
|
+
private partialRefProvider;
|
|
1013
|
+
private contentInitialized;
|
|
1014
|
+
private $target;
|
|
1015
|
+
get name(): any;
|
|
1016
|
+
_renderPartial(partialName: string): Promise<void>;
|
|
1017
|
+
/**
|
|
1018
|
+
* Resolve prefab context for the partial
|
|
1019
|
+
* Checks if partial is inside a prefab and returns the prefab name
|
|
1020
|
+
*/
|
|
1021
|
+
private resolvePrefabContext;
|
|
1022
|
+
renderPartial: lodash.DebouncedFunc<(partialName: string) => Promise<void>>;
|
|
1023
|
+
onLoadSuccess(): void;
|
|
1024
|
+
constructor(componentInstance: any, vcRef: ViewContainerRef, elRef: ElementRef, inj: Injector, envInjector: EnvironmentInjector, app: App, _content: string, partialRefProvider: PartialRefProvider);
|
|
1025
|
+
ngOnDestroy(): void;
|
|
1026
|
+
static ɵfac: i0.ɵɵFactoryDeclaration<PartialContainerDirective, [{ self: true; }, null, null, null, null, null, { attribute: "content"; }, null]>;
|
|
1027
|
+
static ɵdir: i0.ɵɵDirectiveDeclaration<PartialContainerDirective, "[partialContainer]", never, {}, {}, never, never, true, never>;
|
|
1028
|
+
}
|
|
1029
|
+
|
|
1030
|
+
declare class CustomWidgetContainerDirective implements OnDestroy {
|
|
1031
|
+
componentInstance: any;
|
|
1032
|
+
vcRef: ViewContainerRef;
|
|
1033
|
+
elRef: ElementRef;
|
|
1034
|
+
inj: Injector;
|
|
1035
|
+
private envInjector;
|
|
1036
|
+
private app;
|
|
1037
|
+
private customWidgetRefProvider;
|
|
1038
|
+
constructor(componentInstance: any, vcRef: ViewContainerRef, elRef: ElementRef, inj: Injector, envInjector: EnvironmentInjector, app: App, widgetname: string, customWidgetRefProvider: CustomWidgetRefProvider);
|
|
1039
|
+
private loadCustomWidget;
|
|
1040
|
+
ngOnDestroy(): void;
|
|
1041
|
+
static ɵfac: i0.ɵɵFactoryDeclaration<CustomWidgetContainerDirective, [{ self: true; }, null, null, null, null, null, { attribute: "widgetname"; }, null]>;
|
|
1042
|
+
static ɵdir: i0.ɵɵDirectiveDeclaration<CustomWidgetContainerDirective, "[customWidgetContainer][widgetname]", never, {}, {}, never, never, true, never>;
|
|
1043
|
+
}
|
|
1044
|
+
|
|
1045
|
+
declare class BaseFieldValidations {
|
|
1046
|
+
private hasValidators;
|
|
1047
|
+
private instance;
|
|
1048
|
+
formwidget: any;
|
|
1049
|
+
private widgettype;
|
|
1050
|
+
private widgetControl;
|
|
1051
|
+
private widgetContext;
|
|
1052
|
+
private tableFieldType;
|
|
1053
|
+
private defaultValidatorMessages;
|
|
1054
|
+
private _syncValidators;
|
|
1055
|
+
private _asyncValidatorFn;
|
|
1056
|
+
constructor(instance: any, formwidget: any, widgettype: any, widgetControl: any, widgetContext: any, tableFieldType?: any);
|
|
1057
|
+
private getDefaultValidators;
|
|
1058
|
+
setUpValidators(customValidator?: any): void;
|
|
1059
|
+
getPromiseList(validators: any): any[];
|
|
1060
|
+
setAsyncValidators(validators: any): void;
|
|
1061
|
+
isDefaultValidator(type: any): undefined;
|
|
1062
|
+
setDefaultValidator(key: any, value: any): void;
|
|
1063
|
+
setValidators(validators: any): void;
|
|
1064
|
+
observeOn(fields: any, context: any): void;
|
|
1065
|
+
validate(): void;
|
|
1066
|
+
watchDefaultValidatorExpr(fn: any, key: any): void;
|
|
1067
|
+
isNullOrEmptyOrFalsy(value: any): boolean;
|
|
1068
|
+
applyDefaultValidators(): void;
|
|
1069
|
+
setCustomValidationMessage(): void;
|
|
1070
|
+
destroy(): void;
|
|
1071
|
+
}
|
|
1072
|
+
|
|
1073
|
+
/**
|
|
1074
|
+
* This directive is used to set custom template partial for an item and maintains separate scope for each item.
|
|
1075
|
+
* This takes two inputs
|
|
1076
|
+
* 1) template partial name as wmItemTemplate
|
|
1077
|
+
* 2) item object as userComponentParams
|
|
1078
|
+
* Example: Providing a custom template for the search/autocomplete widget (customized UI in the dropdown for each item)
|
|
1079
|
+
* Add this directive to the li tag and provide item object and partial name like below. And also provide partialContainer and partial-container-target to render the partial.
|
|
1080
|
+
* <li #liElements *ngFor="let match of matches" [wmItemTemplate]="content" [userComponentParams]="match.item" partialContainer>
|
|
1081
|
+
* <a partial-container-target></a>
|
|
1082
|
+
* </li>
|
|
1083
|
+
*/
|
|
1084
|
+
|
|
1085
|
+
declare class ItemTemplateDirective extends StylableComponent implements OnInit, OnDestroy {
|
|
1086
|
+
private app;
|
|
1087
|
+
static initializeProps: void;
|
|
1088
|
+
context: any;
|
|
1089
|
+
content: any;
|
|
1090
|
+
partialParams: any;
|
|
1091
|
+
nativeElement: HTMLElement;
|
|
1092
|
+
viewContainerRef: ViewContainerRef;
|
|
1093
|
+
get $index(): any;
|
|
1094
|
+
userComponentParams: any;
|
|
1095
|
+
set wmItemTemplate(value: any);
|
|
1096
|
+
constructor(inj: Injector, elRef: ElementRef, app: App, explicitContext: any);
|
|
1097
|
+
ngOnInit(): void;
|
|
1098
|
+
ngOnDestroy(): void;
|
|
1099
|
+
static ɵfac: i0.ɵɵFactoryDeclaration<ItemTemplateDirective, [null, null, null, { optional: true; }]>;
|
|
1100
|
+
static ɵdir: i0.ɵɵDirectiveDeclaration<ItemTemplateDirective, "[wmItemTemplate]", ["itemTemplateRef"], { "userComponentParams": { "alias": "userComponentParams"; "required": false; }; "wmItemTemplate": { "alias": "wmItemTemplate"; "required": false; }; }, {}, never, never, true, never>;
|
|
1101
|
+
}
|
|
1102
|
+
|
|
1103
|
+
declare class RepeatTemplateDirective extends StylableComponent {
|
|
1104
|
+
static initializeProps: void;
|
|
1105
|
+
constructor(inj: Injector, explicitContext: any);
|
|
1106
|
+
static ɵfac: i0.ɵɵFactoryDeclaration<RepeatTemplateDirective, [null, { optional: true; }]>;
|
|
1107
|
+
static ɵdir: i0.ɵɵDirectiveDeclaration<RepeatTemplateDirective, "[wmRepeatTemplate]", ["repeatItemRef"], {}, {}, never, never, true, never>;
|
|
1108
|
+
}
|
|
1109
|
+
|
|
1110
|
+
declare class MessageComponent extends StylableComponent {
|
|
1111
|
+
static initializeProps: void;
|
|
1112
|
+
messageClass: string;
|
|
1113
|
+
messageIconClass: string;
|
|
1114
|
+
type: string;
|
|
1115
|
+
caption: string;
|
|
1116
|
+
hideclose: any;
|
|
1117
|
+
constructor(inj: Injector, explicitContext: any);
|
|
1118
|
+
showMessage(caption?: string, type?: string): void;
|
|
1119
|
+
hideMessage(): void;
|
|
1120
|
+
dismiss($event: any): void;
|
|
1121
|
+
private onMessageTypeChange;
|
|
1122
|
+
onPropertyChange(key: any, nv: any, ov?: any): void;
|
|
1123
|
+
static ɵfac: i0.ɵɵFactoryDeclaration<MessageComponent, [null, { optional: true; }]>;
|
|
1124
|
+
static ɵcmp: i0.ɵɵComponentDeclaration<MessageComponent, "[wmMessage]", ["wmMessage"], {}, {}, never, never, true, never>;
|
|
1125
|
+
}
|
|
1126
|
+
|
|
1127
|
+
declare class PullToRefresh extends SwipeAnimation {
|
|
1128
|
+
private $el;
|
|
1129
|
+
private app;
|
|
1130
|
+
private onPullToRefresh;
|
|
1131
|
+
private infoContainer;
|
|
1132
|
+
private runAnimation;
|
|
1133
|
+
private count;
|
|
1134
|
+
private spinner;
|
|
1135
|
+
cancelSubscription: () => void;
|
|
1136
|
+
private animationInProgress;
|
|
1137
|
+
constructor($el: JQuery<HTMLElement>, app: App, onPullToRefresh: () => void);
|
|
1138
|
+
threshold(): number;
|
|
1139
|
+
direction(): any;
|
|
1140
|
+
private subscribe;
|
|
1141
|
+
bounds($event: any, $d: any): {
|
|
1142
|
+
lower: any;
|
|
1143
|
+
upper: any;
|
|
1144
|
+
center?: undefined;
|
|
1145
|
+
strict?: undefined;
|
|
1146
|
+
} | {
|
|
1147
|
+
lower: number;
|
|
1148
|
+
center: number;
|
|
1149
|
+
upper: number;
|
|
1150
|
+
strict: boolean;
|
|
1151
|
+
};
|
|
1152
|
+
context(): object;
|
|
1153
|
+
animation(): {
|
|
1154
|
+
css: {
|
|
1155
|
+
transform: string;
|
|
1156
|
+
spin: string;
|
|
1157
|
+
opacity?: undefined;
|
|
1158
|
+
};
|
|
1159
|
+
target?: undefined;
|
|
1160
|
+
} | {
|
|
1161
|
+
target: JQuery<HTMLElement>;
|
|
1162
|
+
css: {
|
|
1163
|
+
transform: string;
|
|
1164
|
+
spin: string;
|
|
1165
|
+
opacity: string;
|
|
1166
|
+
};
|
|
1167
|
+
};
|
|
1168
|
+
onAnimation(): void;
|
|
1169
|
+
stopAnimation(): void;
|
|
1170
|
+
wait(): void;
|
|
1171
|
+
destroy(): void;
|
|
1172
|
+
}
|
|
1173
|
+
|
|
1174
|
+
declare class PartialDirective extends StylableComponent implements OnDestroy {
|
|
1175
|
+
private viewport;
|
|
1176
|
+
static initializeProps: void;
|
|
1177
|
+
constructor(inj: Injector, viewport: Viewport, explicitContext: any);
|
|
1178
|
+
private callback;
|
|
1179
|
+
ngOnAttach(): void;
|
|
1180
|
+
ngOnDetach(): void;
|
|
1181
|
+
ngOnDestroy(): void;
|
|
1182
|
+
static ɵfac: i0.ɵɵFactoryDeclaration<PartialDirective, [null, null, { optional: true; }]>;
|
|
1183
|
+
static ɵdir: i0.ɵɵDirectiveDeclaration<PartialDirective, "[wmPartial]", never, {}, {}, never, never, true, never>;
|
|
1184
|
+
}
|
|
1185
|
+
|
|
1186
|
+
declare class RedrawableDirective implements IRedrawableComponent {
|
|
1187
|
+
redraw: Function;
|
|
1188
|
+
constructor(widget: any);
|
|
1189
|
+
static ɵfac: i0.ɵɵFactoryDeclaration<RedrawableDirective, [{ self: true; }]>;
|
|
1190
|
+
static ɵdir: i0.ɵɵDirectiveDeclaration<RedrawableDirective, "[redrawable]", never, {}, {}, never, never, true, never>;
|
|
1191
|
+
}
|
|
1192
|
+
|
|
1193
|
+
declare const EVENTS_MAP: Map<string, string>;
|
|
1194
|
+
declare const DISPLAY_TYPE: {
|
|
1195
|
+
BLOCK: string;
|
|
1196
|
+
INLINE_BLOCK: string;
|
|
1197
|
+
INLINE: string;
|
|
1198
|
+
};
|
|
1199
|
+
/**
|
|
1200
|
+
* Returns true if the provided key is a boolean attribute
|
|
1201
|
+
* @param {string} key
|
|
1202
|
+
* @returns {boolean}
|
|
1203
|
+
*/
|
|
1204
|
+
declare const isBooleanAttr: (key: string) => boolean;
|
|
1205
|
+
declare const isDimensionProp: (key: string) => boolean;
|
|
1206
|
+
declare const DEBOUNCE_TIMES: {
|
|
1207
|
+
PAGINATION_DEBOUNCE_TIME: number;
|
|
1208
|
+
};
|
|
1209
|
+
|
|
1210
|
+
declare const updateDeviceView: (element: HTMLElement, isTablet?: boolean) => void;
|
|
1211
|
+
|
|
1212
|
+
declare enum APPLY_STYLES_TYPE {
|
|
1213
|
+
CONTAINER = 0,
|
|
1214
|
+
SCROLLABLE_CONTAINER = 1,
|
|
1215
|
+
INNER_SHELL = 2,
|
|
1216
|
+
SHELL = 3
|
|
1217
|
+
}
|
|
1218
|
+
declare const propNameCSSKeyMap: {
|
|
1219
|
+
backgroundattachment: string;
|
|
1220
|
+
backgroundcolor: string;
|
|
1221
|
+
backgroundgradient: string;
|
|
1222
|
+
backgroundimage: string;
|
|
1223
|
+
backgroundposition: string;
|
|
1224
|
+
backgroundrepeat: string;
|
|
1225
|
+
backgroundsize: string;
|
|
1226
|
+
bordercolor: string;
|
|
1227
|
+
borderradius: string;
|
|
1228
|
+
borderstyle: string;
|
|
1229
|
+
borderwidth: string;
|
|
1230
|
+
borderbottomwidth: string;
|
|
1231
|
+
borderleftwidth: string;
|
|
1232
|
+
borderrightwidth: string;
|
|
1233
|
+
bordertopwidth: string;
|
|
1234
|
+
color: string;
|
|
1235
|
+
cursor: string;
|
|
1236
|
+
display: string;
|
|
1237
|
+
fontsize: string;
|
|
1238
|
+
fontfamily: string;
|
|
1239
|
+
fontstyle: string;
|
|
1240
|
+
fontunit: string;
|
|
1241
|
+
fontvariant: string;
|
|
1242
|
+
fontweight: string;
|
|
1243
|
+
height: string;
|
|
1244
|
+
horizontalalign: string;
|
|
1245
|
+
lineheight: string;
|
|
1246
|
+
margin: string;
|
|
1247
|
+
marginbottom: string;
|
|
1248
|
+
marginleft: string;
|
|
1249
|
+
marginright: string;
|
|
1250
|
+
margintop: string;
|
|
1251
|
+
opacity: string;
|
|
1252
|
+
overflow: string;
|
|
1253
|
+
padding: string;
|
|
1254
|
+
paddingbottom: string;
|
|
1255
|
+
paddingleft: string;
|
|
1256
|
+
paddingright: string;
|
|
1257
|
+
paddingtop: string;
|
|
1258
|
+
picturesource: string;
|
|
1259
|
+
textalign: string;
|
|
1260
|
+
textdecoration: string;
|
|
1261
|
+
verticalalign: string;
|
|
1262
|
+
visibility: string;
|
|
1263
|
+
whitespace: string;
|
|
1264
|
+
width: string;
|
|
1265
|
+
wordbreak: string;
|
|
1266
|
+
zindex: string;
|
|
1267
|
+
};
|
|
1268
|
+
declare const isStyle: (key: any) => boolean;
|
|
1269
|
+
declare function styler($node: HTMLElement, component: StylableComponent, type?: APPLY_STYLES_TYPE, skipList?: Array<string>): void;
|
|
1270
|
+
|
|
1271
|
+
declare const widgetIdGenerator: IDGenerator;
|
|
1272
|
+
|
|
1273
|
+
declare const getWidgetPropsByType: (identifier: string) => Map<string, any>;
|
|
1274
|
+
declare const register: (identifier: string, props: Map<string, any>) => void;
|
|
1275
|
+
declare const registerFormWidget: (identifier: string, props: Map<string, any>) => void;
|
|
1276
|
+
declare enum PROP_TYPE {
|
|
1277
|
+
BOOLEAN = 1,
|
|
1278
|
+
NUMBER = 2,
|
|
1279
|
+
STRING = 3
|
|
1280
|
+
}
|
|
1281
|
+
declare const PROP_STRING: any;
|
|
1282
|
+
declare const PROP_NUMBER: any;
|
|
1283
|
+
declare const PROP_BOOLEAN: any;
|
|
1284
|
+
declare const PROP_ANY: any;
|
|
1285
|
+
|
|
1286
|
+
declare class DialogServiceImpl {
|
|
1287
|
+
/**
|
|
1288
|
+
* map which contains the references to all dialogs by name
|
|
1289
|
+
* @type {Map<any, any>}
|
|
1290
|
+
* Ex Map[[dialogName, [[dialogScope, dialogRef]]]]
|
|
1291
|
+
*/
|
|
1292
|
+
private dialogRefsCollection;
|
|
1293
|
+
private appConfirmDialog;
|
|
1294
|
+
constructor();
|
|
1295
|
+
/**
|
|
1296
|
+
* Register dialog by name and scope
|
|
1297
|
+
* @param {string} name
|
|
1298
|
+
* @param {BaseDialog} dialogRef
|
|
1299
|
+
* @param {scope}
|
|
1300
|
+
*/
|
|
1301
|
+
register(name: string, dialogRef: any, scope: any): void;
|
|
1302
|
+
getDialogRefsCollection(): Map<any, any>;
|
|
1303
|
+
/**
|
|
1304
|
+
* De Register dialog by name and scope
|
|
1305
|
+
* @param name
|
|
1306
|
+
* @param dialogRef
|
|
1307
|
+
* @param scope
|
|
1308
|
+
*/
|
|
1309
|
+
deRegister(name: string, scope: any): void;
|
|
1310
|
+
private getDialogRef;
|
|
1311
|
+
/**
|
|
1312
|
+
* Opens the dialog with the given name
|
|
1313
|
+
* @param {string} name
|
|
1314
|
+
*/
|
|
1315
|
+
open(name: string, scope?: any, initState?: any): void;
|
|
1316
|
+
/**
|
|
1317
|
+
* closes the dialog with the given name
|
|
1318
|
+
* @param {string} name
|
|
1319
|
+
*/
|
|
1320
|
+
close(name: string, scope?: any, callBackFn?: any): void;
|
|
1321
|
+
/**
|
|
1322
|
+
* closes all the opened dialogs
|
|
1323
|
+
*/
|
|
1324
|
+
closeAllDialogs(): void;
|
|
1325
|
+
showAppConfirmDialog(initState?: any): void;
|
|
1326
|
+
closeAppConfirmDialog(): void;
|
|
1327
|
+
getAppConfirmDialog(): string;
|
|
1328
|
+
setAppConfirmDialog(dialogName: string): void;
|
|
1329
|
+
addToOpenedDialogs(ref: any): void;
|
|
1330
|
+
getLastOpenedDialog(): any;
|
|
1331
|
+
removeFromOpenedDialogs(ref: any): void;
|
|
1332
|
+
getOpenedDialogs(): any[];
|
|
1333
|
+
addToClosedDialogs(ref: any): void;
|
|
1334
|
+
removeFromClosedDialogs(ref: any): void;
|
|
1335
|
+
getDialogRefFromClosedDialogs(): any;
|
|
1336
|
+
static ɵfac: i0.ɵɵFactoryDeclaration<DialogServiceImpl, never>;
|
|
1337
|
+
static ɵprov: i0.ɵɵInjectableDeclaration<DialogServiceImpl>;
|
|
1338
|
+
}
|
|
1339
|
+
|
|
1340
|
+
declare class TrustAsPipe implements PipeTransform {
|
|
1341
|
+
private domSanitizer;
|
|
1342
|
+
constructor(domSanitizer: DomSanitizer);
|
|
1343
|
+
transform(content: string, context: string | SecurityContext): SafeHtml;
|
|
1344
|
+
static ɵfac: i0.ɵɵFactoryDeclaration<TrustAsPipe, never>;
|
|
1345
|
+
static ɵpipe: i0.ɵɵPipeDeclaration<TrustAsPipe, "trustAs", true>;
|
|
1346
|
+
}
|
|
1347
|
+
|
|
1348
|
+
declare class SanitizePipe implements PipeTransform {
|
|
1349
|
+
private domSanitizer;
|
|
1350
|
+
constructor(domSanitizer: DomSanitizer);
|
|
1351
|
+
transform(content: string | SafeValue, context: string | SecurityContext): string;
|
|
1352
|
+
static ɵfac: i0.ɵɵFactoryDeclaration<SanitizePipe, never>;
|
|
1353
|
+
static ɵpipe: i0.ɵɵPipeDeclaration<SanitizePipe, "sanitize", true>;
|
|
1354
|
+
}
|
|
1355
|
+
|
|
1356
|
+
declare class ImagePipe implements PipeTransform {
|
|
1357
|
+
transform(url: string, encode?: boolean, defaultImageUrl?: string): any;
|
|
1358
|
+
static ɵfac: i0.ɵɵFactoryDeclaration<ImagePipe, never>;
|
|
1359
|
+
static ɵpipe: i0.ɵɵPipeDeclaration<ImagePipe, "image", true>;
|
|
1360
|
+
}
|
|
1361
|
+
|
|
1362
|
+
declare class ContainerDirective extends BaseContainerComponent {
|
|
1363
|
+
app?: App;
|
|
1364
|
+
static initializeProps: void;
|
|
1365
|
+
isPrism: boolean;
|
|
1366
|
+
constructor(inj: Injector, explicitContext?: any, app?: App);
|
|
1367
|
+
static ɵfac: i0.ɵɵFactoryDeclaration<ContainerDirective, [null, { optional: true; }, null]>;
|
|
1368
|
+
static ɵdir: i0.ɵɵDirectiveDeclaration<ContainerDirective, "[wmContainer]", never, {}, {}, never, never, true, never>;
|
|
1369
|
+
}
|
|
1370
|
+
|
|
1371
|
+
declare class LazyLoadDirective implements OnDestroy {
|
|
1372
|
+
private templateRef;
|
|
1373
|
+
private viewContainer;
|
|
1374
|
+
private readonly viewParent;
|
|
1375
|
+
private context;
|
|
1376
|
+
private embeddedView;
|
|
1377
|
+
private unSubscribeFn;
|
|
1378
|
+
constructor(inj: Injector, templateRef: TemplateRef<any>, viewContainer: ViewContainerRef, explicitContext?: any);
|
|
1379
|
+
set lazyLoad(expr: any);
|
|
1380
|
+
ngOnDestroy(): void;
|
|
1381
|
+
static ɵfac: i0.ɵɵFactoryDeclaration<LazyLoadDirective, [null, null, null, { optional: true; }]>;
|
|
1382
|
+
static ɵdir: i0.ɵɵDirectiveDeclaration<LazyLoadDirective, "[lazyLoad]", never, { "lazyLoad": { "alias": "lazyLoad"; "required": false; }; }, {}, never, never, true, never>;
|
|
1383
|
+
}
|
|
1384
|
+
|
|
1385
|
+
declare class PartialParamHandlerDirective implements OnDestroy {
|
|
1386
|
+
private widgetRef;
|
|
1387
|
+
constructor(widgetRef: any);
|
|
1388
|
+
registerParams(name: string, value: string, bindExpr: string, type: string): void;
|
|
1389
|
+
ngOnDestroy(): void;
|
|
1390
|
+
static ɵfac: i0.ɵɵFactoryDeclaration<PartialParamHandlerDirective, [{ self: true; }]>;
|
|
1391
|
+
static ɵdir: i0.ɵɵDirectiveDeclaration<PartialParamHandlerDirective, "[partialContainer]", never, {}, {}, never, never, true, never>;
|
|
1392
|
+
}
|
|
1393
|
+
declare class PartialParamDirective implements OnInit {
|
|
1394
|
+
bindValue: any;
|
|
1395
|
+
type: any;
|
|
1396
|
+
private partialParamsProvider;
|
|
1397
|
+
name: string;
|
|
1398
|
+
value: any;
|
|
1399
|
+
constructor(bindValue: any, type: any, partialParamsProvider: PartialParamHandlerDirective);
|
|
1400
|
+
ngOnInit(): void;
|
|
1401
|
+
static ɵfac: i0.ɵɵFactoryDeclaration<PartialParamDirective, [{ attribute: "value.bind"; }, { attribute: "type"; }, null]>;
|
|
1402
|
+
static ɵdir: i0.ɵɵDirectiveDeclaration<PartialParamDirective, "[wmParam]", never, { "name": { "alias": "name"; "required": false; }; "value": { "alias": "value"; "required": false; }; }, {}, never, never, true, never>;
|
|
1403
|
+
}
|
|
1404
|
+
|
|
1405
|
+
declare class TextContentDirective {
|
|
1406
|
+
private elRef;
|
|
1407
|
+
set textContent(nv: any);
|
|
1408
|
+
constructor(elRef: ElementRef);
|
|
1409
|
+
static ɵfac: i0.ɵɵFactoryDeclaration<TextContentDirective, never>;
|
|
1410
|
+
static ɵdir: i0.ɵɵDirectiveDeclaration<TextContentDirective, "[textContent]", never, { "textContent": { "alias": "textContent"; "required": false; }; }, {}, never, never, true, never>;
|
|
1411
|
+
}
|
|
1412
|
+
|
|
1413
|
+
declare class ShowInDeviceDirective implements OnDestroy {
|
|
1414
|
+
private viewContainerRef;
|
|
1415
|
+
private templateRef;
|
|
1416
|
+
private context;
|
|
1417
|
+
private devices;
|
|
1418
|
+
private embeddedView;
|
|
1419
|
+
private boundOnResize;
|
|
1420
|
+
constructor(viewContainerRef: ViewContainerRef, inj: Injector, templateRef: TemplateRef<any>, explicitContext: any);
|
|
1421
|
+
set wmShowInDevice(devices: any);
|
|
1422
|
+
private onResize;
|
|
1423
|
+
ngOnDestroy(): void;
|
|
1424
|
+
static ɵfac: i0.ɵɵFactoryDeclaration<ShowInDeviceDirective, [null, null, null, { optional: true; }]>;
|
|
1425
|
+
static ɵdir: i0.ɵɵDirectiveDeclaration<ShowInDeviceDirective, "[wmShowInDevice]", never, { "wmShowInDevice": { "alias": "wmShowInDevice"; "required": false; }; }, {}, never, never, true, never>;
|
|
1426
|
+
}
|
|
1427
|
+
|
|
1428
|
+
declare function AutoLayout(options?: {
|
|
1429
|
+
targetSelector?: string;
|
|
1430
|
+
bindParent?: string;
|
|
1431
|
+
}): (constructor: Function) => void;
|
|
1432
|
+
|
|
1433
|
+
declare const AUTO_LAYOUT_PROPS: Map<string, any>;
|
|
1434
|
+
|
|
1435
|
+
export { ALLFIELDS, APPLY_STYLES_TYPE, AUTOCLOSE_TYPE, AUTO_LAYOUT_PROPS, AutoLayout, BaseComponent, BaseContainerComponent, BaseFieldValidations, ContainerDirective, Context, CustomPipe, CustomWidgetContainerDirective, DEBOUNCE_TIMES, DISPLAY_TYPE, DataSetItem, DatasetAwareNavComponent, DialogRef, DialogServiceImpl, EDIT_MODE, EVENTS_MAP, FileExtensionFromMimePipe, FileIconClassPipe, FileSizePipe, FilterPipe, INPUTMODE, ImagePipe, ItemTemplateDirective, LIVE_CONSTANTS, LazyLoadDirective, Live_Operations, MessageComponent, NAVIGATION_TYPE, NumberToStringPipe, PROP_ANY, PROP_BOOLEAN, PROP_NUMBER, PROP_STRING, PROP_TYPE, PartialContainerDirective, PartialDirective, PartialParamDirective, PartialParamHandlerDirective, PrefixPipe, PullToRefresh, RedrawableDirective, RepeatTemplateDirective, SanitizePipe, ShowInDeviceDirective, StateClassPipe, StringToNumberPipe, StylableComponent, SuffixPipe, TemplateReplacePipe, TextContentDirective, TimeFromNowPipe, ToCurrencyPipe, ToDatePipe, ToNumberPipe, TrailingZeroDecimalPipe, TrustAsPipe, WidgetConfig, WidgetRef, applyFilterOnField, configureDnD, convertDataToObject, createArrayFrom, extractDataAsArray, extractDataSourceName, fetchDistinctValues, fetchRelatedFieldData, filterDate, getBackGroundImageUrl, getConditionalClasses, getContainerTargetClass, getCurrentWidgets, getDataTableFilterWidget, getDefaultValue, getDefaultViewModeWidget, getDistinctFieldProperties, getDistinctValues, getDistinctValuesForField, getEditModeWidget, getEmptyMatchMode, getEnableEmptyFilter, getEvaluatedData, getFieldLayoutConfig, getFieldTypeWidgetTypesMap, getImageUrl, getKeyboardFocusableElements, getMatchModeMsgs, getMatchModeTypesMap, getObjValueByKey, getOrderByExpr, getOrderedDataset, getRangeFieldValue, getRangeMatchMode, getRowOperationsColumn, getUniqObjsByDataField, getWatchIdentifier, getWidgetPropsByType, groupData, handleHeaderClick, hasLinkToCurrentPage, interpolateBindExpressions, isActiveNavItem, isBooleanAttr, isDataSetWidget, isDimensionProp, isStyle, parseValueByType, performDataOperation, prepareFieldDefs, propNameCSSKeyMap, provideAs, provideAsDialogRef, provideAsWidgetRef, refreshDataSource, register, registerFormWidget, setFocusTrap, setHeaderConfig, setHeaderConfigForTable, setItemByCompare, styler, toggleAllHeaders, transformData, transformDataWithKeys, transformFormData, unsupportedStatePersistenceTypes, updateDeviceView, widgetIdGenerator };
|
|
1436
|
+
export type { ChangeListener, IDialog, IRedrawableComponent, IWidgetConfig, NavNode };
|