@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,505 @@
|
|
|
1
|
+
import * as i2 from 'angular-imask';
|
|
2
|
+
import { IMaskModule, IMaskDirective } from 'angular-imask';
|
|
3
|
+
import * as i0 from '@angular/core';
|
|
4
|
+
import { ViewChild, Inject, Optional, Component } from '@angular/core';
|
|
5
|
+
import { NG_VALUE_ACCESSOR, NG_VALIDATORS } from '@angular/forms';
|
|
6
|
+
import * as i3 from 'ngx-bootstrap/datepicker';
|
|
7
|
+
import { BsDatepickerModule, BsDatepickerDirective } from 'ngx-bootstrap/datepicker';
|
|
8
|
+
import * as i1 from '@wm/core';
|
|
9
|
+
import { FormWidgetType, getFormattedDate, getMomentLocaleObject, getDateObj, getDisplayDateTimeFormat, adjustContainerPosition, adjustContainerRightEdges, addEventListenerOnElement } from '@wm/core';
|
|
10
|
+
import { PROP_BOOLEAN, PROP_STRING, PROP_ANY, PROP_NUMBER, register, registerFormWidget, styler, setFocusTrap, provideAs, provideAsWidgetRef } from '@wm/components/base';
|
|
11
|
+
import { BaseDateTimeComponent } from '@wm/components/input/epoch/base-date-time';
|
|
12
|
+
import IMask from 'imask';
|
|
13
|
+
import * as momentLib from 'moment';
|
|
14
|
+
import { includes, isNaN, parseInt } from 'lodash-es';
|
|
15
|
+
import { DateTimePickerComponent } from '@wm/components/input/epoch/date-time-picker';
|
|
16
|
+
|
|
17
|
+
const dateProps = new Map([
|
|
18
|
+
['autofocus', PROP_BOOLEAN],
|
|
19
|
+
['class', PROP_STRING],
|
|
20
|
+
['dataentrymode', { value: 'default', ...PROP_STRING }],
|
|
21
|
+
['datavaluesource', PROP_ANY],
|
|
22
|
+
['datavalue', PROP_STRING],
|
|
23
|
+
['datepattern', PROP_STRING],
|
|
24
|
+
['disabled', PROP_BOOLEAN],
|
|
25
|
+
['excludedays', PROP_STRING],
|
|
26
|
+
['excludedates', PROP_STRING],
|
|
27
|
+
['hint', PROP_STRING],
|
|
28
|
+
['arialabel', PROP_STRING],
|
|
29
|
+
['maxdate', PROP_STRING],
|
|
30
|
+
['mindate', PROP_STRING],
|
|
31
|
+
['name', PROP_STRING],
|
|
32
|
+
['outputformat', { value: 'yyyy-MM-dd', ...PROP_STRING }],
|
|
33
|
+
['placeholder', { value: 'Select Date', ...PROP_STRING }],
|
|
34
|
+
['readonly', PROP_BOOLEAN],
|
|
35
|
+
['required', PROP_BOOLEAN],
|
|
36
|
+
['shortcutkey', PROP_STRING],
|
|
37
|
+
['show', { value: true, ...PROP_BOOLEAN }],
|
|
38
|
+
['showdropdownon', { value: 'default', ...PROP_STRING }],
|
|
39
|
+
['showbuttonbar', { value: true, ...PROP_BOOLEAN }], // TODO not addressed
|
|
40
|
+
['showcustompicker', { value: false, ...PROP_BOOLEAN }],
|
|
41
|
+
['showindevice', { displayType: 'inline-block', value: 'all', ...PROP_STRING }],
|
|
42
|
+
['showweeks', { value: false, ...PROP_BOOLEAN }],
|
|
43
|
+
['tabindex', { value: 0, ...PROP_NUMBER }],
|
|
44
|
+
['selectfromothermonth', { value: true, ...PROP_BOOLEAN }],
|
|
45
|
+
['todaybutton', { value: true, ...PROP_BOOLEAN }],
|
|
46
|
+
['clearbutton', { value: true, ...PROP_BOOLEAN }],
|
|
47
|
+
['adaptiveposition', { value: true, ...PROP_BOOLEAN }],
|
|
48
|
+
['todaybuttonlabel', { value: 'LABEL_TODAY_DATE', ...PROP_STRING }],
|
|
49
|
+
['clearbuttonlabel', { value: 'LABEL_CLEAR_DATE', ...PROP_STRING }],
|
|
50
|
+
['showdateformatasplaceholder', PROP_BOOLEAN],
|
|
51
|
+
['viewmode', { value: 'day', ...PROP_STRING }]
|
|
52
|
+
]);
|
|
53
|
+
const registerProps = () => {
|
|
54
|
+
register('wm-date', dateProps);
|
|
55
|
+
registerFormWidget(FormWidgetType.DATE, new Map(dateProps));
|
|
56
|
+
};
|
|
57
|
+
|
|
58
|
+
const moment = momentLib.default || window['moment'];
|
|
59
|
+
function validateTheMaskedDate(format, locale) {
|
|
60
|
+
if (format == 'timestamp') {
|
|
61
|
+
return false;
|
|
62
|
+
}
|
|
63
|
+
let modifiedFormat = format.toUpperCase().replace(/E/g, 'd');
|
|
64
|
+
if ((modifiedFormat.split('D').length - 1) === 1) {
|
|
65
|
+
modifiedFormat = modifiedFormat.replace('D', 'DD');
|
|
66
|
+
}
|
|
67
|
+
if ((modifiedFormat.split('M').length - 1) === 1) {
|
|
68
|
+
modifiedFormat = modifiedFormat.replace('M', 'MM');
|
|
69
|
+
}
|
|
70
|
+
const parseFn = str => {
|
|
71
|
+
return moment(str, modifiedFormat).toDate();
|
|
72
|
+
};
|
|
73
|
+
const formatFn = date => {
|
|
74
|
+
return moment(date, modifiedFormat).format(modifiedFormat);
|
|
75
|
+
};
|
|
76
|
+
return {
|
|
77
|
+
mask: Date,
|
|
78
|
+
pattern: modifiedFormat,
|
|
79
|
+
format: formatFn,
|
|
80
|
+
parse: parseFn,
|
|
81
|
+
blocks: {
|
|
82
|
+
YYYY: {
|
|
83
|
+
mask: IMask.MaskedRange,
|
|
84
|
+
from: 1900,
|
|
85
|
+
to: 9999,
|
|
86
|
+
placeholderChar: 'Y',
|
|
87
|
+
maxLength: 4,
|
|
88
|
+
},
|
|
89
|
+
YYY: {
|
|
90
|
+
mask: IMask.MaskedRange,
|
|
91
|
+
from: 900,
|
|
92
|
+
to: 999,
|
|
93
|
+
placeholderChar: 'Y',
|
|
94
|
+
maxLength: 3,
|
|
95
|
+
},
|
|
96
|
+
YY: {
|
|
97
|
+
mask: IMask.MaskedRange,
|
|
98
|
+
from: 0,
|
|
99
|
+
to: 99,
|
|
100
|
+
placeholderChar: 'Y',
|
|
101
|
+
maxLength: 2,
|
|
102
|
+
},
|
|
103
|
+
Y: {
|
|
104
|
+
mask: IMask.MaskedRange,
|
|
105
|
+
from: 1900,
|
|
106
|
+
to: 9999,
|
|
107
|
+
placeholderChar: 'Y',
|
|
108
|
+
maxLength: 4,
|
|
109
|
+
},
|
|
110
|
+
M: {
|
|
111
|
+
mask: IMask.MaskedRange,
|
|
112
|
+
from: 1,
|
|
113
|
+
to: 12,
|
|
114
|
+
placeholderChar: 'M',
|
|
115
|
+
maxLength: 2,
|
|
116
|
+
},
|
|
117
|
+
MM: {
|
|
118
|
+
mask: IMask.MaskedRange,
|
|
119
|
+
from: 1,
|
|
120
|
+
to: 12,
|
|
121
|
+
placeholderChar: 'M',
|
|
122
|
+
maxLength: 2,
|
|
123
|
+
},
|
|
124
|
+
MMM: {
|
|
125
|
+
mask: IMask.MaskedEnum,
|
|
126
|
+
enum: Array.from({ length: 12 }, (_, i) => new Date(0, i).toLocaleString(locale, { month: 'short' })),
|
|
127
|
+
placeholderChar: 'M',
|
|
128
|
+
maxLength: 3,
|
|
129
|
+
},
|
|
130
|
+
MMMM: {
|
|
131
|
+
mask: IMask.MaskedEnum,
|
|
132
|
+
enum: Array.from({ length: 12 }, (_, i) => new Date(0, i).toLocaleString(locale, { month: 'long' })),
|
|
133
|
+
placeholderChar: "M",
|
|
134
|
+
maxLength: 4
|
|
135
|
+
},
|
|
136
|
+
DD: {
|
|
137
|
+
mask: IMask.MaskedRange,
|
|
138
|
+
from: 1,
|
|
139
|
+
to: 31,
|
|
140
|
+
placeholderChar: 'D',
|
|
141
|
+
maxLength: 2,
|
|
142
|
+
},
|
|
143
|
+
D: {
|
|
144
|
+
mask: IMask.MaskedRange,
|
|
145
|
+
from: 1,
|
|
146
|
+
to: 31,
|
|
147
|
+
placeholderChar: 'D',
|
|
148
|
+
maxLength: 2,
|
|
149
|
+
},
|
|
150
|
+
ddd: {
|
|
151
|
+
mask: IMask.MaskedEnum,
|
|
152
|
+
enum: Array.from({ length: 7 }, (_, i) => new Date(0, 0, i + 1).toLocaleString(locale, { weekday: 'short' })),
|
|
153
|
+
placeholderChar: 'E',
|
|
154
|
+
maxLength: 3,
|
|
155
|
+
},
|
|
156
|
+
dddd: {
|
|
157
|
+
mask: IMask.MaskedEnum,
|
|
158
|
+
enum: Array.from({ length: 7 }, (_, i) => new Date(0, 0, i + 1).toLocaleString(locale, { weekday: 'long' })),
|
|
159
|
+
placeholderChar: 'E',
|
|
160
|
+
minLength: 6,
|
|
161
|
+
},
|
|
162
|
+
},
|
|
163
|
+
autofix: true,
|
|
164
|
+
lazy: false,
|
|
165
|
+
overwrite: true,
|
|
166
|
+
skipInvalid: true
|
|
167
|
+
};
|
|
168
|
+
}
|
|
169
|
+
|
|
170
|
+
const CURRENT_DATE = 'CURRENT_DATE';
|
|
171
|
+
const DEFAULT_CLS = 'app-date input-group';
|
|
172
|
+
const WIDGET_CONFIG = {
|
|
173
|
+
widgetType: 'wm-date',
|
|
174
|
+
hostClass: DEFAULT_CLS
|
|
175
|
+
};
|
|
176
|
+
class DateComponent extends BaseDateTimeComponent {
|
|
177
|
+
static { this.initializeProps = registerProps(); }
|
|
178
|
+
get timestamp() {
|
|
179
|
+
return this.bsDataValue ? this.bsDataValue.valueOf() : undefined;
|
|
180
|
+
}
|
|
181
|
+
get dateInputFormat() {
|
|
182
|
+
return this._dateOptions.dateInputFormat || 'yyyy-MM-dd';
|
|
183
|
+
}
|
|
184
|
+
get displayValue() {
|
|
185
|
+
if (this.showdateformatasplaceholder && this.imask?.maskRef && this.maskDateInputFormat) {
|
|
186
|
+
return getFormattedDate(this.datePipe, this.bsDataValue, this.maskDateInputFormat, this.timeZone, null, this.isCurrentDate, this) || '';
|
|
187
|
+
}
|
|
188
|
+
return getFormattedDate(this.datePipe, this.bsDataValue, this.dateInputFormat, this.timeZone, null, this.isCurrentDate, this) || '';
|
|
189
|
+
}
|
|
190
|
+
get nativeDisplayValue() {
|
|
191
|
+
return getFormattedDate(this.datePipe, this.bsDataValue, 'yyyy-MM-dd', this.timeZone, null, this.isCurrentDate, this) || '';
|
|
192
|
+
}
|
|
193
|
+
// @ts-ignore
|
|
194
|
+
get datavalue() {
|
|
195
|
+
return getFormattedDate(this.datePipe, this.bsDataValue, this.outputformat, this.timeZone, null, this.isCurrentDate, this) || '';
|
|
196
|
+
}
|
|
197
|
+
// Todo[Shubham]: needs to be redefined
|
|
198
|
+
// sets the dataValue and computes the display model values
|
|
199
|
+
// @ts-ignore
|
|
200
|
+
set datavalue(newVal) {
|
|
201
|
+
if (newVal === CURRENT_DATE) {
|
|
202
|
+
setTimeout(() => {
|
|
203
|
+
this.bsDataValue = this.timeZone ? getMomentLocaleObject(this.timeZone) : new Date();
|
|
204
|
+
}, 50);
|
|
205
|
+
this.isCurrentDate = true;
|
|
206
|
+
}
|
|
207
|
+
else {
|
|
208
|
+
this.bsDataValue = newVal ? getDateObj(newVal, { isNativePicker: this.loadNativeDateInput }, this.timeZone) : undefined;
|
|
209
|
+
this.isCurrentDate = false;
|
|
210
|
+
}
|
|
211
|
+
// update the previous datavalue.
|
|
212
|
+
this.invokeOnChange(this.datavalue, undefined, true);
|
|
213
|
+
this.cdRef.detectChanges();
|
|
214
|
+
}
|
|
215
|
+
// TODO use BsLocaleService to set the current user's locale to see the localized labels
|
|
216
|
+
constructor(inj, cdRef, appDefaults, explicitContext) {
|
|
217
|
+
super(inj, WIDGET_CONFIG, explicitContext);
|
|
218
|
+
this.cdRef = cdRef;
|
|
219
|
+
this.appDefaults = appDefaults;
|
|
220
|
+
this.isOpen = false;
|
|
221
|
+
this.isEnterPressedOnDateInput = false;
|
|
222
|
+
this.showdateformatasplaceholder = false;
|
|
223
|
+
styler(this.nativeElement, this);
|
|
224
|
+
this.dateContainerCls = `app-date-${this.widgetId}`;
|
|
225
|
+
this._dateOptions.containerClass = `app-date ${this.dateContainerCls}`;
|
|
226
|
+
this._dateOptions.showWeekNumbers = false;
|
|
227
|
+
this._dateOptions.customTodayClass = 'current-date';
|
|
228
|
+
this._bsDefaultLoadCheck = true;
|
|
229
|
+
this.datepattern = this.appDefaults.dateFormat || getDisplayDateTimeFormat(FormWidgetType.DATE);
|
|
230
|
+
this.updateFormat('datepattern');
|
|
231
|
+
}
|
|
232
|
+
/**
|
|
233
|
+
* This is an internal method triggered when the date input changes
|
|
234
|
+
*/
|
|
235
|
+
onDisplayDateChange($event, isNativePicker = false) {
|
|
236
|
+
this.updateIMask();
|
|
237
|
+
if (this.isEnterPressedOnDateInput) {
|
|
238
|
+
this.isEnterPressedOnDateInput = false;
|
|
239
|
+
return;
|
|
240
|
+
}
|
|
241
|
+
let inputVal = $event.target.value;
|
|
242
|
+
// When the input is cleared, the input value becomes maskDateInputFormatPlaceholder. This causes a validation error.
|
|
243
|
+
// When the input value is equal to maskDateInputFormatPlaceholder, it means that the input is in an empty state.
|
|
244
|
+
if (this.showdateformatasplaceholder && inputVal === this.maskDateInputFormatPlaceholder) {
|
|
245
|
+
inputVal = "";
|
|
246
|
+
}
|
|
247
|
+
const newVal = getDateObj(inputVal, { pattern: this.datepattern, isNativePicker: isNativePicker });
|
|
248
|
+
// date pattern validation
|
|
249
|
+
// if invalid pattern is entered, device is showing an error.
|
|
250
|
+
if (!this.formatValidation(newVal, inputVal, isNativePicker)) {
|
|
251
|
+
return;
|
|
252
|
+
}
|
|
253
|
+
// min date and max date validation in mobile view.
|
|
254
|
+
// if invalid dates are entered, device is showing an alert.
|
|
255
|
+
if (isNativePicker && this.minDateMaxDateValidationOnInput(newVal, $event, this.displayValue, isNativePicker)) {
|
|
256
|
+
return;
|
|
257
|
+
}
|
|
258
|
+
this.setDataValue(newVal);
|
|
259
|
+
}
|
|
260
|
+
// sets the dataValue and computes the display model values
|
|
261
|
+
setDataValue(newVal) {
|
|
262
|
+
this.invalidDateTimeFormat = false;
|
|
263
|
+
// min date and max date validation in web.
|
|
264
|
+
// if invalid dates are entered, device is showing validation message.
|
|
265
|
+
this.minDateMaxDateValidationOnInput(newVal);
|
|
266
|
+
if (getFormattedDate(this.datePipe, newVal, this.dateInputFormat, this.timeZone, null, this.isCurrentDate, this) === this.displayValue) {
|
|
267
|
+
$(this.nativeElement).find('.display-input').val(this.displayValue);
|
|
268
|
+
}
|
|
269
|
+
if (!this.dateNotInRange) {
|
|
270
|
+
if (newVal) {
|
|
271
|
+
this.bsDataValue = newVal;
|
|
272
|
+
this.updateIMask();
|
|
273
|
+
}
|
|
274
|
+
else {
|
|
275
|
+
this.bsDataValue = undefined;
|
|
276
|
+
}
|
|
277
|
+
if (this.datavalue === this.getPrevDataValue()) {
|
|
278
|
+
const date = getFormattedDate(this.datePipe, this.datavalue, this.dateInputFormat, this.timeZone, null, this.isCurrentDate, this);
|
|
279
|
+
$(this.nativeElement).find('.display-input').val(date);
|
|
280
|
+
}
|
|
281
|
+
}
|
|
282
|
+
this.invokeOnChange(this.datavalue, {}, true);
|
|
283
|
+
}
|
|
284
|
+
onDatePickerOpen() {
|
|
285
|
+
this.isOpen = true;
|
|
286
|
+
this.activeDate = this.bsDataValue ? this.bsDataValue : (this.timeZone ? getMomentLocaleObject(this.timeZone) : new Date());
|
|
287
|
+
// if (!this.bsDataValue) {
|
|
288
|
+
// this.hightlightToday(this.activeDate);
|
|
289
|
+
// }
|
|
290
|
+
this.updateIMask();
|
|
291
|
+
if (this.bsDatePickerDirective && (this.dateNotInRange || this.invalidDateTimeFormat)) {
|
|
292
|
+
this.bsDatePickerDirective._bsValue = null;
|
|
293
|
+
}
|
|
294
|
+
// We are using the two input tags(To maintain the modal and proxy modal) for the date control.
|
|
295
|
+
// So actual bootstrap input target width we made it to 0, so bootstrap calculating the calendar container top position improperly.
|
|
296
|
+
// To fix the container top position set the width 1px;
|
|
297
|
+
this.$element.find('.model-holder').width('1px');
|
|
298
|
+
const dpContainerEl = $('bs-datepicker-container');
|
|
299
|
+
dpContainerEl.attr('aria-label', 'Use Arrow keys to navigate dates, Choose Date from datepicker');
|
|
300
|
+
$('.bs-calendar-container').removeAttr('role');
|
|
301
|
+
const datePickerContainer = $('.bs-datepicker-container')[0];
|
|
302
|
+
this.focusTrap = setFocusTrap(datePickerContainer, true);
|
|
303
|
+
this.focusTrap.activate();
|
|
304
|
+
this.addDatepickerKeyboardEvents(this, false);
|
|
305
|
+
adjustContainerPosition($('bs-datepicker-container'), this.nativeElement, this.bsDatePickerDirective._datepicker);
|
|
306
|
+
adjustContainerRightEdges($('bs-datepicker-container'), this.nativeElement, this.bsDatePickerDirective._datepicker);
|
|
307
|
+
if (this.timeZone) {
|
|
308
|
+
const todayBtn = document.querySelector(`.${this.dateContainerCls} .bs-datepicker-buttons .btn-today-wrapper button`);
|
|
309
|
+
const setTodayTZHandler = (event) => {
|
|
310
|
+
const todayTZ = getMomentLocaleObject(this.timeZone);
|
|
311
|
+
if (new Date(this.bsDataValue).toDateString() !== new Date(todayTZ).toDateString()) {
|
|
312
|
+
this.bsDataValue = todayTZ;
|
|
313
|
+
}
|
|
314
|
+
todayBtn.removeEventListener('click', setTodayTZHandler);
|
|
315
|
+
};
|
|
316
|
+
todayBtn.addEventListener('click', setTodayTZHandler);
|
|
317
|
+
}
|
|
318
|
+
}
|
|
319
|
+
onInputBlur($event) {
|
|
320
|
+
this.updateIMask();
|
|
321
|
+
if (!$($event.relatedTarget).hasClass('current-date')) {
|
|
322
|
+
this.invokeOnTouched();
|
|
323
|
+
this.invokeEventCallback('blur', { $event });
|
|
324
|
+
}
|
|
325
|
+
}
|
|
326
|
+
updateIMask() {
|
|
327
|
+
this.imask?.maskRef?.updateValue();
|
|
328
|
+
}
|
|
329
|
+
hideDatepickerDropdown() {
|
|
330
|
+
this.invokeOnTouched();
|
|
331
|
+
this.isOpen = false;
|
|
332
|
+
this.focusTrap?.deactivate();
|
|
333
|
+
this.isEnterPressedOnDateInput = false;
|
|
334
|
+
if (this.deregisterEventListener) {
|
|
335
|
+
this.deregisterEventListener();
|
|
336
|
+
}
|
|
337
|
+
this.blurDateInput(this.isOpen);
|
|
338
|
+
}
|
|
339
|
+
// change and blur events are added from the template
|
|
340
|
+
handleEvent(node, eventName, callback, locals) {
|
|
341
|
+
if (!includes(['blur', 'focus', 'change', 'click'], eventName)) {
|
|
342
|
+
super.handleEvent(node, eventName, callback, locals);
|
|
343
|
+
}
|
|
344
|
+
}
|
|
345
|
+
/**
|
|
346
|
+
* This is an internal method used to toggle the dropdown of the date widget
|
|
347
|
+
*/
|
|
348
|
+
toggleDpDropdown($event, skipFocus = false) {
|
|
349
|
+
if (this.loadNativeDateInput) {
|
|
350
|
+
// Fixes click event getting triggred twice in Mobile devices.
|
|
351
|
+
if (!skipFocus) {
|
|
352
|
+
this.onDateTimeInputFocus();
|
|
353
|
+
}
|
|
354
|
+
}
|
|
355
|
+
if ($event.type === 'click') {
|
|
356
|
+
this.invokeEventCallback('click', { $event: $event });
|
|
357
|
+
// this.focusOnInputEl();
|
|
358
|
+
}
|
|
359
|
+
if ($event.target && $($event.target).is('input') && !(this.isDropDownDisplayEnabledOnInput(this.showdropdownon))) {
|
|
360
|
+
$event.stopPropagation();
|
|
361
|
+
return;
|
|
362
|
+
}
|
|
363
|
+
this.bsDatePickerDirective.toggle();
|
|
364
|
+
this.addBodyClickListener(this.bsDatePickerDirective.isOpen);
|
|
365
|
+
}
|
|
366
|
+
addBodyClickListener(skipListener) {
|
|
367
|
+
if (!skipListener) {
|
|
368
|
+
return;
|
|
369
|
+
}
|
|
370
|
+
const bodyElement = document.querySelector('body');
|
|
371
|
+
setTimeout(() => {
|
|
372
|
+
const bsDateContainerElement = bodyElement.querySelector(`.${this.dateContainerCls}`);
|
|
373
|
+
this.deregisterEventListener = addEventListenerOnElement(bodyElement, bsDateContainerElement, this.nativeElement, 'click', this.isDropDownDisplayEnabledOnInput(this.showdropdownon), () => {
|
|
374
|
+
this.isOpen = false;
|
|
375
|
+
}, 0 /* EVENT_LIFE.ONCE */, true);
|
|
376
|
+
}, 350);
|
|
377
|
+
}
|
|
378
|
+
/**
|
|
379
|
+
* This is an internal method triggered when pressing key on the date input
|
|
380
|
+
*/
|
|
381
|
+
onDisplayKeydown(event) {
|
|
382
|
+
if (this.isDropDownDisplayEnabledOnInput(this.showdropdownon)) {
|
|
383
|
+
event.stopPropagation();
|
|
384
|
+
if (event.key === 'Enter') {
|
|
385
|
+
const newVal = getDateObj(event.target.value, { pattern: this.datepattern });
|
|
386
|
+
event.preventDefault();
|
|
387
|
+
const formattedDate = getFormattedDate(this.datePipe, newVal, this.dateInputFormat, this.timeZone, null, this.isCurrentDate, this);
|
|
388
|
+
let inputVal = event.target.value.trim();
|
|
389
|
+
if (this.showdateformatasplaceholder && inputVal === this.maskDateInputFormatPlaceholder) {
|
|
390
|
+
inputVal = "";
|
|
391
|
+
}
|
|
392
|
+
if (inputVal && this.datepattern === 'timestamp') {
|
|
393
|
+
if (!isNaN(inputVal) && parseInt(inputVal) !== formattedDate) {
|
|
394
|
+
this.invalidDateTimeFormat = true;
|
|
395
|
+
this.invokeOnChange(this.datavalue, event, false);
|
|
396
|
+
}
|
|
397
|
+
}
|
|
398
|
+
else if (inputVal && inputVal !== formattedDate) {
|
|
399
|
+
this.invalidDateTimeFormat = true;
|
|
400
|
+
this.invokeOnChange(this.datavalue, event, false);
|
|
401
|
+
}
|
|
402
|
+
else {
|
|
403
|
+
this.invalidDateTimeFormat = false;
|
|
404
|
+
this.isEnterPressedOnDateInput = true;
|
|
405
|
+
this.bsDatePickerDirective.bsValue = inputVal ? newVal : '';
|
|
406
|
+
this.updateIMask();
|
|
407
|
+
}
|
|
408
|
+
this.toggleDpDropdown(event);
|
|
409
|
+
}
|
|
410
|
+
else {
|
|
411
|
+
this.hideDatepickerDropdown();
|
|
412
|
+
}
|
|
413
|
+
}
|
|
414
|
+
else {
|
|
415
|
+
this.hideDatepickerDropdown();
|
|
416
|
+
}
|
|
417
|
+
}
|
|
418
|
+
/**
|
|
419
|
+
* This is an internal method triggered when the date selection changes
|
|
420
|
+
*/
|
|
421
|
+
onDateChange(newVal) {
|
|
422
|
+
/**
|
|
423
|
+
* Ngx-bootstrap upgrade : To avoid the page load datechange event;
|
|
424
|
+
* TODO:
|
|
425
|
+
* https://github.com/valor-software/ngx-bootstrap/issues/6016
|
|
426
|
+
* For above issue, once we get the solution from Ngx-Bootstrap team, remove the _bsDefaultLoadCheck check and update accordingly.
|
|
427
|
+
* */
|
|
428
|
+
if (this._bsDefaultLoadCheck) {
|
|
429
|
+
this._bsDefaultLoadCheck = false;
|
|
430
|
+
return;
|
|
431
|
+
}
|
|
432
|
+
this.setDataValue(newVal);
|
|
433
|
+
}
|
|
434
|
+
onPropertyChange(key, nv, ov) {
|
|
435
|
+
if (key === 'showdateformatasplaceholder') {
|
|
436
|
+
this.showdateformatasplaceholder = nv;
|
|
437
|
+
this.imask?.destroyMask();
|
|
438
|
+
if (this.showdateformatasplaceholder && this.datepattern !== 'timestamp') {
|
|
439
|
+
this.mask = validateTheMaskedDate(this.datepattern, this.selectedLocale);
|
|
440
|
+
this.maskDateInputFormat = this.dateInputFormat;
|
|
441
|
+
this.maskDateInputFormat = (this.dateInputFormat.split('d').length - 1) === 1 ? this.maskDateInputFormat.replace('d', 'dd') : this.maskDateInputFormat;
|
|
442
|
+
this.maskDateInputFormat = (this.dateInputFormat.split('M').length - 1) === 1 ? this.maskDateInputFormat.replace('M', 'MM') : this.maskDateInputFormat;
|
|
443
|
+
this.maskDateInputFormatPlaceholder = this.maskDateInputFormat.toUpperCase().replace('EEEE', 'EEEEEE').replace('MMMM', 'MMM');
|
|
444
|
+
this.updateIMask();
|
|
445
|
+
}
|
|
446
|
+
}
|
|
447
|
+
else {
|
|
448
|
+
super.onPropertyChange(key, nv, ov);
|
|
449
|
+
}
|
|
450
|
+
}
|
|
451
|
+
ngOnDestroy() {
|
|
452
|
+
// MEMORY LEAK FIX: Clean up event listener deregister function
|
|
453
|
+
if (this.deregisterEventListener) {
|
|
454
|
+
this.deregisterEventListener();
|
|
455
|
+
this.deregisterEventListener = null;
|
|
456
|
+
}
|
|
457
|
+
// MEMORY LEAK FIX: Clear ViewChild references
|
|
458
|
+
this.bsDatePickerDirective = null;
|
|
459
|
+
this.imask = null;
|
|
460
|
+
// MEMORY LEAK FIX: Deactivate focus trap if active
|
|
461
|
+
if (this.focusTrap) {
|
|
462
|
+
this.focusTrap.deactivate();
|
|
463
|
+
this.focusTrap = null;
|
|
464
|
+
}
|
|
465
|
+
// MEMORY LEAK FIX: Clear removeKeyupListener if set
|
|
466
|
+
if (this.removeKeyupListener) {
|
|
467
|
+
this.removeKeyupListener();
|
|
468
|
+
this.removeKeyupListener = null;
|
|
469
|
+
}
|
|
470
|
+
// Call parent ngOnDestroy (BaseDateTimeComponent has cleanup)
|
|
471
|
+
super.ngOnDestroy();
|
|
472
|
+
}
|
|
473
|
+
static { this.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "20.3.19", ngImport: i0, type: DateComponent, deps: [{ token: i0.Injector }, { token: i0.ChangeDetectorRef }, { token: i1.AppDefaults }, { token: 'EXPLICIT_CONTEXT', optional: true }], target: i0.ɵɵFactoryTarget.Component }); }
|
|
474
|
+
static { this.ɵcmp = i0.ɵɵngDeclareComponent({ minVersion: "17.0.0", version: "20.3.19", type: DateComponent, isStandalone: true, selector: "[wmDate]", providers: [
|
|
475
|
+
provideAs(DateComponent, NG_VALUE_ACCESSOR, true),
|
|
476
|
+
provideAs(DateComponent, NG_VALIDATORS, true),
|
|
477
|
+
provideAsWidgetRef(DateComponent)
|
|
478
|
+
], viewQueries: [{ propertyName: "bsDatePickerDirective", first: true, predicate: BsDatepickerDirective, descendants: true }, { propertyName: "imask", first: true, predicate: ["dateInput"], descendants: true, read: IMaskDirective }], usesInheritance: true, ngImport: i0, template: "<input class=\"form-control app-textbox app-dateinput display-input\"\n focus-target\n type=\"text\"\n [name]=\"name\"\n #dateInput\n [imask]=\"mask\"\n [unmask]=\"true\"\n [tabindex]=\"loadNativeDateInput ? '-1' : tabindex\"\n [attr.aria-hidden]=\"!!loadNativeDateInput\"\n [value]=\"displayValue\"\n (click)=\"toggleDpDropdown($event, true)\"\n (focus)=\"onDateTimeInputFocus(); invokeOnFocus($event); updateIMask()\"\n (blur)=\"onInputBlur($event)\"\n [disabled]=\"disabled || readonly\"\n [autofocus]=\"autofocus\"\n [required]=\"required\"\n [readOnly]=\"isReadOnly\"\n [attr.placeholder]=\"placeholder\"\n [attr.accesskey]=\"shortcutkey\"\n [attr.aria-label]=\"arialabel\"\n (change)=\"onDisplayDateChange($event)\"\n (keydown)=\"_triggeredByUser = true; onDisplayKeydown($event);\">\n\n<span class=\"input-group-btn\">\n <button type=\"button\"\n class=\"btn btn-default btn-time\"\n [tabindex]=\"loadNativeDateInput ? '-1' : tabindex\"\n [attr.aria-hidden]=\"!!loadNativeDateInput\"\n [disabled]=\"disabled || readonly\"\n [attr.aria-label]=\"displayValue ? 'Change Date ' + displayValue : 'Choose date by pressing enter'\"\n aria-haspopup=\"true\"\n [attr.aria-expanded]=\"isOpen\"\n (click)=\"toggleDpDropdown($event, false)\">\n <i aria-hidden=\"true\"\n class=\"app-icon wm-sl-l sl-calendar\"></i>\n </button>\n</span>\n<div style=\"width: 0;display: inline-block;\">\n <input class=\"model-holder\"\n aria-label=\"datepicker dropdownmenu\"\n aria-controls=\"date\"\n [tabindex]=\"-1\"\n [attr.aria-hidden]=\"!!loadNativeDateInput\"\n [container]=\"containerTarget || '.wm-app'\"\n [bsConfig]=\"_dateOptions\"\n [isOpen]=\"isOpen\"\n #datepicker=\"bsDatepicker\"\n bsDatepicker\n [daysDisabled]=\"excludedDaysToDisable\"\n [datesDisabled]=\"excludedDatesToDisable\"\n placement=\"bottom right\"\n [isDisabled]=\"disabled || readonly\"\n [bsValue]=\"bsDataValue\"\n (onShown)=\"onDatePickerOpen()\"\n (onHidden)=\"hideDatepickerDropdown()\"\n (bsValueChange)=\"onDateChange($event)\">\n</div>\n\n@if (loadNativeDateInput) {\n <wm-datetimepicker\n dateTimePicker\n mode=\"DATE\"\n [config]=\"_dateOptions\"\n [placement]=\"modal\"\n [excludedDaysToDisable]=\"excludedDaysToDisable\"\n [excludedDatesToDisable]=\"excludedDatesToDisable\"\n [displayFormat]=\"dateInputFormat\"\n [value]=\"bsDataValue\"\n (change)=\"onDateChange($event)\">\n </wm-datetimepicker>\n <div class=\"mobile-input mobile-datepicker-container\"\n [tabindex]=\"tabindex || 0\"\n (click)=\"!(disabled || readonly) && showDatePickerModal(bsDataValue)\"\n (focus)=\"onDateTimeInputFocus(true); invokeOnFocus($event);\"\n (blur)=\"onDateTimeInputBlur(); invokeOnTouched($event)\"\n [attr.aria-label]=\"displayValue ? 'Change Date ' + displayValue : arialabel || 'Choose Date'\"\n role=\"button\">\n </div>\n}\n", dependencies: [{ kind: "component", type: DateTimePickerComponent, selector: "wm-datetimepicker", inputs: ["mode", "placement", "config", "minTime", "maxTime", "_displayFormat", "excludedDatesToDisable", "value", "excludedDaysToDisable", "displayFormat"], outputs: ["change"] }, { kind: "ngmodule", type: IMaskModule }, { kind: "directive", type: i2.IMaskDirective, selector: "[imask]", inputs: ["imask", "unmask", "imaskElement"], outputs: ["accept", "complete"], exportAs: ["imask"] }, { kind: "ngmodule", type: BsDatepickerModule }, { kind: "directive", type: i3.BsDatepickerDirective, selector: "[bsDatepicker]", inputs: ["placement", "triggers", "outsideClick", "container", "outsideEsc", "isDisabled", "minDate", "maxDate", "ignoreMinMaxErrors", "minMode", "daysDisabled", "datesDisabled", "datesEnabled", "dateCustomClasses", "dateTooltipTexts", "isOpen", "bsValue", "bsConfig"], outputs: ["onShown", "onHidden", "bsValueChange"], exportAs: ["bsDatepicker"] }, { kind: "directive", type: i3.BsDatepickerInputDirective, selector: "input[bsDatepicker]" }] }); }
|
|
479
|
+
}
|
|
480
|
+
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "20.3.19", ngImport: i0, type: DateComponent, decorators: [{
|
|
481
|
+
type: Component,
|
|
482
|
+
args: [{ standalone: true, imports: [DateTimePickerComponent, IMaskModule, BsDatepickerModule], selector: '[wmDate]', providers: [
|
|
483
|
+
provideAs(DateComponent, NG_VALUE_ACCESSOR, true),
|
|
484
|
+
provideAs(DateComponent, NG_VALIDATORS, true),
|
|
485
|
+
provideAsWidgetRef(DateComponent)
|
|
486
|
+
], template: "<input class=\"form-control app-textbox app-dateinput display-input\"\n focus-target\n type=\"text\"\n [name]=\"name\"\n #dateInput\n [imask]=\"mask\"\n [unmask]=\"true\"\n [tabindex]=\"loadNativeDateInput ? '-1' : tabindex\"\n [attr.aria-hidden]=\"!!loadNativeDateInput\"\n [value]=\"displayValue\"\n (click)=\"toggleDpDropdown($event, true)\"\n (focus)=\"onDateTimeInputFocus(); invokeOnFocus($event); updateIMask()\"\n (blur)=\"onInputBlur($event)\"\n [disabled]=\"disabled || readonly\"\n [autofocus]=\"autofocus\"\n [required]=\"required\"\n [readOnly]=\"isReadOnly\"\n [attr.placeholder]=\"placeholder\"\n [attr.accesskey]=\"shortcutkey\"\n [attr.aria-label]=\"arialabel\"\n (change)=\"onDisplayDateChange($event)\"\n (keydown)=\"_triggeredByUser = true; onDisplayKeydown($event);\">\n\n<span class=\"input-group-btn\">\n <button type=\"button\"\n class=\"btn btn-default btn-time\"\n [tabindex]=\"loadNativeDateInput ? '-1' : tabindex\"\n [attr.aria-hidden]=\"!!loadNativeDateInput\"\n [disabled]=\"disabled || readonly\"\n [attr.aria-label]=\"displayValue ? 'Change Date ' + displayValue : 'Choose date by pressing enter'\"\n aria-haspopup=\"true\"\n [attr.aria-expanded]=\"isOpen\"\n (click)=\"toggleDpDropdown($event, false)\">\n <i aria-hidden=\"true\"\n class=\"app-icon wm-sl-l sl-calendar\"></i>\n </button>\n</span>\n<div style=\"width: 0;display: inline-block;\">\n <input class=\"model-holder\"\n aria-label=\"datepicker dropdownmenu\"\n aria-controls=\"date\"\n [tabindex]=\"-1\"\n [attr.aria-hidden]=\"!!loadNativeDateInput\"\n [container]=\"containerTarget || '.wm-app'\"\n [bsConfig]=\"_dateOptions\"\n [isOpen]=\"isOpen\"\n #datepicker=\"bsDatepicker\"\n bsDatepicker\n [daysDisabled]=\"excludedDaysToDisable\"\n [datesDisabled]=\"excludedDatesToDisable\"\n placement=\"bottom right\"\n [isDisabled]=\"disabled || readonly\"\n [bsValue]=\"bsDataValue\"\n (onShown)=\"onDatePickerOpen()\"\n (onHidden)=\"hideDatepickerDropdown()\"\n (bsValueChange)=\"onDateChange($event)\">\n</div>\n\n@if (loadNativeDateInput) {\n <wm-datetimepicker\n dateTimePicker\n mode=\"DATE\"\n [config]=\"_dateOptions\"\n [placement]=\"modal\"\n [excludedDaysToDisable]=\"excludedDaysToDisable\"\n [excludedDatesToDisable]=\"excludedDatesToDisable\"\n [displayFormat]=\"dateInputFormat\"\n [value]=\"bsDataValue\"\n (change)=\"onDateChange($event)\">\n </wm-datetimepicker>\n <div class=\"mobile-input mobile-datepicker-container\"\n [tabindex]=\"tabindex || 0\"\n (click)=\"!(disabled || readonly) && showDatePickerModal(bsDataValue)\"\n (focus)=\"onDateTimeInputFocus(true); invokeOnFocus($event);\"\n (blur)=\"onDateTimeInputBlur(); invokeOnTouched($event)\"\n [attr.aria-label]=\"displayValue ? 'Change Date ' + displayValue : arialabel || 'Choose Date'\"\n role=\"button\">\n </div>\n}\n" }]
|
|
487
|
+
}], ctorParameters: () => [{ type: i0.Injector }, { type: i0.ChangeDetectorRef }, { type: i1.AppDefaults }, { type: undefined, decorators: [{
|
|
488
|
+
type: Inject,
|
|
489
|
+
args: ['EXPLICIT_CONTEXT']
|
|
490
|
+
}, {
|
|
491
|
+
type: Optional
|
|
492
|
+
}] }], propDecorators: { bsDatePickerDirective: [{
|
|
493
|
+
type: ViewChild,
|
|
494
|
+
args: [BsDatepickerDirective]
|
|
495
|
+
}], imask: [{
|
|
496
|
+
type: ViewChild,
|
|
497
|
+
args: ['dateInput', { read: IMaskDirective }]
|
|
498
|
+
}] } });
|
|
499
|
+
|
|
500
|
+
/**
|
|
501
|
+
* Generated bundle index. Do not edit.
|
|
502
|
+
*/
|
|
503
|
+
|
|
504
|
+
export { DateComponent };
|
|
505
|
+
//# sourceMappingURL=index.mjs.map
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
{"version":3,"file":"index.mjs","sources":["../../../../../../projects/components/widgets/input/epoch/date/src/date.props.ts","../../../../../../projects/components/widgets/input/epoch/date/src/imaskUtil.ts","../../../../../../projects/components/widgets/input/epoch/date/src/date.component.ts","../../../../../../projects/components/widgets/input/epoch/date/src/date.component.html","../../../../../../projects/components/widgets/input/epoch/date/src/index.ts"],"sourcesContent":["import {PROP_ANY, PROP_BOOLEAN, PROP_NUMBER, PROP_STRING, register, registerFormWidget} from '@wm/components/base';\nimport {FormWidgetType} from '@wm/core';\n\nexport const dateProps = new Map(\n [\n ['autofocus', PROP_BOOLEAN],\n ['class', PROP_STRING],\n ['dataentrymode', { value: 'default', ...PROP_STRING }],\n ['datavaluesource', PROP_ANY],\n ['datavalue', PROP_STRING],\n ['datepattern', PROP_STRING],\n ['disabled', PROP_BOOLEAN],\n ['excludedays', PROP_STRING],\n ['excludedates', PROP_STRING],\n ['hint', PROP_STRING],\n ['arialabel', PROP_STRING],\n ['maxdate', PROP_STRING],\n ['mindate', PROP_STRING],\n ['name', PROP_STRING],\n ['outputformat', { value: 'yyyy-MM-dd', ...PROP_STRING }],\n ['placeholder', { value: 'Select Date', ...PROP_STRING }],\n ['readonly', PROP_BOOLEAN],\n ['required', PROP_BOOLEAN],\n ['shortcutkey', PROP_STRING],\n ['show', { value: true, ...PROP_BOOLEAN }],\n ['showdropdownon', { value: 'default', ...PROP_STRING }],\n ['showbuttonbar', { value: true, ...PROP_BOOLEAN }], // TODO not addressed\n ['showcustompicker', { value: false, ...PROP_BOOLEAN }],\n ['showindevice', { displayType: 'inline-block', value: 'all', ...PROP_STRING }],\n ['showweeks', { value: false, ...PROP_BOOLEAN }],\n ['tabindex', { value: 0, ...PROP_NUMBER }],\n ['selectfromothermonth', { value: true, ...PROP_BOOLEAN }],\n ['todaybutton', { value: true, ...PROP_BOOLEAN }],\n ['clearbutton', { value: true, ...PROP_BOOLEAN }],\n ['adaptiveposition', {value: true, ...PROP_BOOLEAN}],\n ['todaybuttonlabel', { value: 'LABEL_TODAY_DATE', ...PROP_STRING }],\n ['clearbuttonlabel', { value: 'LABEL_CLEAR_DATE', ...PROP_STRING }],\n ['showdateformatasplaceholder', PROP_BOOLEAN],\n ['viewmode', { value: 'day', ...PROP_STRING }]\n ]\n);\n\nexport const registerProps = () => {\n register(\n 'wm-date',\n dateProps\n );\n registerFormWidget(\n FormWidgetType.DATE,\n new Map(dateProps)\n );\n};\n","import IMask from \"imask\";\nimport * as momentLib from 'moment';\nconst moment = momentLib.default || window['moment'];\n\nexport function validateTheMaskedDate (format, locale) {\n if(format == 'timestamp') {\n return false;\n }\n let modifiedFormat = format.toUpperCase().replace(/E/g, 'd');\n if((modifiedFormat.split('D').length - 1) === 1) {\n modifiedFormat = modifiedFormat.replace('D', 'DD');\n }\n if((modifiedFormat.split('M').length - 1) === 1 ) {\n modifiedFormat = modifiedFormat.replace('M', 'MM');\n }\n const parseFn= str => {\n return moment(str, modifiedFormat).toDate();\n };\n const formatFn = date => {\n return moment(date, modifiedFormat).format(modifiedFormat);\n };\n return {\n mask: Date,\n pattern: modifiedFormat,\n format: formatFn,\n parse: parseFn,\n\n blocks: {\n YYYY: {\n mask: IMask.MaskedRange,\n from: 1900,\n to: 9999,\n placeholderChar:'Y',\n maxLength: 4,\n },\n YYY: {\n mask: IMask.MaskedRange,\n from: 900,\n to: 999,\n placeholderChar:'Y',\n maxLength: 3,\n },\n YY: {\n mask: IMask.MaskedRange,\n from: 0,\n to: 99,\n placeholderChar:'Y',\n maxLength: 2,\n },\n Y: {\n mask: IMask.MaskedRange,\n from: 1900,\n to: 9999,\n placeholderChar:'Y',\n maxLength: 4,\n },\n M: {\n mask: IMask.MaskedRange,\n from: 1,\n to: 12,\n placeholderChar:'M',\n maxLength: 2,\n },\n MM: {\n mask: IMask.MaskedRange,\n from: 1,\n to: 12,\n placeholderChar:'M',\n maxLength: 2,\n },\n MMM: {\n mask: IMask.MaskedEnum,\n enum: Array.from({ length: 12 }, (_, i) =>\n new Date(0, i).toLocaleString(locale, { month: 'short' })\n ),\n placeholderChar:'M',\n maxLength: 3,\n },\n MMMM: {\n mask: IMask.MaskedEnum,\n enum: Array.from({ length: 12 }, (_, i) =>\n new Date(0, i).toLocaleString(locale, { month: 'long' })\n ),\n placeholderChar: \"M\",\n maxLength: 4\n },\n DD: {\n mask: IMask.MaskedRange,\n from: 1,\n to: 31,\n placeholderChar:'D',\n maxLength: 2,\n },\n D: {\n mask: IMask.MaskedRange,\n from: 1,\n to: 31,\n placeholderChar:'D',\n maxLength: 2,\n },\n ddd: {\n mask: IMask.MaskedEnum,\n enum: Array.from({ length: 7 }, (_, i) =>\n new Date(0, 0, i + 1).toLocaleString(locale, { weekday: 'short' })\n ),\n placeholderChar:'E',\n maxLength: 3,\n },\n dddd: {\n mask: IMask.MaskedEnum,\n enum: Array.from({ length: 7 }, (_, i) =>\n new Date(0, 0, i + 1).toLocaleString(locale, { weekday: 'long' })\n ),\n placeholderChar:'E',\n minLength: 6,\n },\n },\n autofix: true,\n lazy: false,\n overwrite: true,\n skipInvalid: true\n }\n}\n","import {IMaskDirective, IMaskModule} from 'angular-imask';\nimport {ChangeDetectorRef, Component, Inject, Injector, OnDestroy, Optional, ViewChild} from '@angular/core';\nimport {NG_VALIDATORS, NG_VALUE_ACCESSOR} from '@angular/forms';\nimport {BsDatepickerDirective, BsDatepickerModule} from 'ngx-bootstrap/datepicker';\nimport {\n addEventListenerOnElement,\n adjustContainerPosition,\n adjustContainerRightEdges,\n AppDefaults,\n EVENT_LIFE,\n FormWidgetType,\n getDateObj,\n getDisplayDateTimeFormat,\n getFormattedDate,\n getMomentLocaleObject\n} from '@wm/core';\nimport {IWidgetConfig, provideAs, provideAsWidgetRef, setFocusTrap, styler} from '@wm/components/base';\nimport {BaseDateTimeComponent} from '@wm/components/input/epoch/base-date-time';\nimport {registerProps} from './date.props';\nimport {validateTheMaskedDate} from './imaskUtil';\nimport {includes, isNaN, parseInt} from \"lodash-es\";\nimport {DateTimePickerComponent} from \"@wm/components/input/epoch/date-time-picker\";\n\ndeclare const _, $;\n\nconst CURRENT_DATE = 'CURRENT_DATE';\nconst DEFAULT_CLS = 'app-date input-group';\nconst WIDGET_CONFIG: IWidgetConfig = {\n widgetType: 'wm-date',\n hostClass: DEFAULT_CLS\n};\n\n@Component({\n standalone: true,\n imports: [DateTimePickerComponent, IMaskModule, BsDatepickerModule],\n selector: '[wmDate]',\n templateUrl: './date.component.html',\n providers: [\n provideAs(DateComponent, NG_VALUE_ACCESSOR, true),\n provideAs(DateComponent, NG_VALIDATORS, true),\n provideAsWidgetRef(DateComponent)\n ]\n})\nexport class DateComponent extends BaseDateTimeComponent {\n static initializeProps = registerProps();\n\n public bsDataValue;\n public showdropdownon: string;\n private dateContainerCls: string;\n public isOpen: boolean = false;\n private isEnterPressedOnDateInput = false;\n private _bsDefaultLoadCheck: boolean;\n public hint: string;\n public arialabel: string;\n\n private deregisterEventListener;\n private isCurrentDate;\n private focusTrap;\n private showdateformatasplaceholder = false;\n mask;\n private maskDateInputFormat;\n private maskDateInputFormatPlaceholder;\n\n get timestamp() {\n return this.bsDataValue ? this.bsDataValue.valueOf() : undefined;\n }\n\n get dateInputFormat() {\n return this._dateOptions.dateInputFormat || 'yyyy-MM-dd';\n }\n\n get displayValue() {\n if (this.showdateformatasplaceholder && this.imask?.maskRef && this.maskDateInputFormat) {\n return getFormattedDate(this.datePipe, this.bsDataValue, this.maskDateInputFormat, this.timeZone, null, this.isCurrentDate, this) || '';\n }\n return getFormattedDate(this.datePipe, this.bsDataValue, this.dateInputFormat, this.timeZone, null, this.isCurrentDate, this) || '';\n }\n\n get nativeDisplayValue() {\n return getFormattedDate(this.datePipe, this.bsDataValue, 'yyyy-MM-dd', this.timeZone, null, this.isCurrentDate, this) || '';\n }\n\n // @ts-ignore\n get datavalue() {\n return getFormattedDate(this.datePipe, this.bsDataValue, this.outputformat, this.timeZone, null, this.isCurrentDate, this) || '';\n }\n\n // Todo[Shubham]: needs to be redefined\n // sets the dataValue and computes the display model values\n // @ts-ignore\n set datavalue(newVal) {\n if (newVal === CURRENT_DATE) {\n setTimeout(() => {\n this.bsDataValue = this.timeZone ? getMomentLocaleObject(this.timeZone) : new Date();\n }, 50);\n this.isCurrentDate = true;\n } else {\n this.bsDataValue = newVal ? getDateObj(newVal, { isNativePicker: this.loadNativeDateInput }, this.timeZone) : undefined;\n this.isCurrentDate = false;\n }\n // update the previous datavalue.\n this.invokeOnChange(this.datavalue, undefined, true);\n this.cdRef.detectChanges();\n }\n\n @ViewChild(BsDatepickerDirective) protected bsDatePickerDirective;\n @ViewChild('dateInput', { read: IMaskDirective }) imask: IMaskDirective<any>;\n\n // TODO use BsLocaleService to set the current user's locale to see the localized labels\n constructor(\n inj: Injector,\n private cdRef: ChangeDetectorRef,\n private appDefaults: AppDefaults,\n @Inject('EXPLICIT_CONTEXT') @Optional() explicitContext: any\n ) {\n super(inj, WIDGET_CONFIG, explicitContext);\n styler(this.nativeElement, this);\n\n this.dateContainerCls = `app-date-${this.widgetId}`;\n this._dateOptions.containerClass = `app-date ${this.dateContainerCls}`;\n this._dateOptions.showWeekNumbers = false;\n this._dateOptions.customTodayClass='current-date';\n this._bsDefaultLoadCheck = true;\n this.datepattern = this.appDefaults.dateFormat || getDisplayDateTimeFormat(FormWidgetType.DATE);\n this.updateFormat('datepattern');\n }\n /**\n * This is an internal method triggered when the date input changes\n */\n onDisplayDateChange($event, isNativePicker: boolean = false) {\n this.updateIMask();\n if (this.isEnterPressedOnDateInput) {\n this.isEnterPressedOnDateInput = false;\n return;\n }\n let inputVal = $event.target.value;\n // When the input is cleared, the input value becomes maskDateInputFormatPlaceholder. This causes a validation error.\n // When the input value is equal to maskDateInputFormatPlaceholder, it means that the input is in an empty state.\n if (this.showdateformatasplaceholder && inputVal === this.maskDateInputFormatPlaceholder) {\n inputVal = \"\";\n }\n const newVal = getDateObj(inputVal, { pattern: this.datepattern, isNativePicker: isNativePicker });\n // date pattern validation\n // if invalid pattern is entered, device is showing an error.\n if (!this.formatValidation(newVal, inputVal, isNativePicker)) {\n return;\n }\n // min date and max date validation in mobile view.\n // if invalid dates are entered, device is showing an alert.\n if (isNativePicker && this.minDateMaxDateValidationOnInput(newVal, $event, this.displayValue, isNativePicker)) {\n return;\n }\n this.setDataValue(newVal);\n }\n\n // sets the dataValue and computes the display model values\n private setDataValue(newVal): void {\n this.invalidDateTimeFormat = false;\n // min date and max date validation in web.\n // if invalid dates are entered, device is showing validation message.\n this.minDateMaxDateValidationOnInput(newVal);\n if (getFormattedDate(this.datePipe, newVal, this.dateInputFormat, this.timeZone, null, this.isCurrentDate, this) === this.displayValue) {\n $(this.nativeElement).find('.display-input').val(this.displayValue);\n }\n if(!this.dateNotInRange){\n if (newVal) {\n this.bsDataValue = newVal;\n this.updateIMask();\n } else {\n this.bsDataValue = undefined;\n }\n if(this.datavalue=== this.getPrevDataValue()){\n const date=getFormattedDate(this.datePipe, this.datavalue, this.dateInputFormat, this.timeZone, null, this.isCurrentDate, this)\n $(this.nativeElement).find('.display-input').val(date);}\n }\n this.invokeOnChange(this.datavalue, {}, true);\n }\n\n onDatePickerOpen() {\n this.isOpen = true;\n this.activeDate = this.bsDataValue ? this.bsDataValue : (this.timeZone ? getMomentLocaleObject(this.timeZone) : new Date());\n // if (!this.bsDataValue) {\n // this.hightlightToday(this.activeDate);\n // }\n this.updateIMask();\n if (this.bsDatePickerDirective && (this.dateNotInRange||this.invalidDateTimeFormat)) {\n this.bsDatePickerDirective._bsValue = null;\n }\n\n // We are using the two input tags(To maintain the modal and proxy modal) for the date control.\n // So actual bootstrap input target width we made it to 0, so bootstrap calculating the calendar container top position improperly.\n // To fix the container top position set the width 1px;\n this.$element.find('.model-holder').width('1px');\n const dpContainerEl = $('bs-datepicker-container');\n dpContainerEl.attr('aria-label', 'Use Arrow keys to navigate dates, Choose Date from datepicker');\n $('.bs-calendar-container').removeAttr('role');\n const datePickerContainer = $('.bs-datepicker-container')[0];\n this.focusTrap = setFocusTrap(datePickerContainer, true);\n this.focusTrap.activate();\n this.addDatepickerKeyboardEvents(this, false);\n adjustContainerPosition($('bs-datepicker-container'), this.nativeElement, this.bsDatePickerDirective._datepicker);\n adjustContainerRightEdges($('bs-datepicker-container'), this.nativeElement, this.bsDatePickerDirective._datepicker);\n\n if (this.timeZone) {\n const todayBtn = document.querySelector(`.${this.dateContainerCls} .bs-datepicker-buttons .btn-today-wrapper button`) as HTMLElement;\n const setTodayTZHandler = (event) => {\n const todayTZ = getMomentLocaleObject(this.timeZone);\n if (new Date(this.bsDataValue).toDateString() !== new Date(todayTZ).toDateString()) {\n this.bsDataValue = todayTZ;\n }\n todayBtn.removeEventListener('click', setTodayTZHandler);\n };\n todayBtn.addEventListener('click', setTodayTZHandler)\n }\n }\n onInputBlur($event) {\n this.updateIMask();\n if (!$($event.relatedTarget).hasClass('current-date')) {\n this.invokeOnTouched();\n this.invokeEventCallback('blur', { $event });\n }\n }\n\n updateIMask() {\n this.imask?.maskRef?.updateValue();\n }\n\n public hideDatepickerDropdown() {\n this.invokeOnTouched();\n this.isOpen = false;\n this.focusTrap?.deactivate();\n this.isEnterPressedOnDateInput = false;\n if (this.deregisterEventListener) {\n this.deregisterEventListener();\n }\n this.blurDateInput(this.isOpen);\n }\n\n // change and blur events are added from the template\n protected handleEvent(node: HTMLElement, eventName: string, callback: Function, locals: any) {\n if (!includes(['blur', 'focus', 'change', 'click'], eventName)) {\n super.handleEvent(node, eventName, callback, locals);\n }\n }\n\n /**\n * This is an internal method used to toggle the dropdown of the date widget\n */\n public toggleDpDropdown($event, skipFocus: boolean = false) {\n if (this.loadNativeDateInput) {\n // Fixes click event getting triggred twice in Mobile devices.\n if (!skipFocus) {\n this.onDateTimeInputFocus();\n }\n }\n if ($event.type === 'click') {\n this.invokeEventCallback('click', { $event: $event });\n // this.focusOnInputEl();\n }\n if ($event.target && $($event.target).is('input') && !(this.isDropDownDisplayEnabledOnInput(this.showdropdownon))) {\n $event.stopPropagation();\n return;\n }\n this.bsDatePickerDirective.toggle();\n this.addBodyClickListener(this.bsDatePickerDirective.isOpen);\n }\n\n private addBodyClickListener(skipListener) {\n if (!skipListener) {\n return;\n }\n const bodyElement = document.querySelector('body');\n setTimeout(() => {\n const bsDateContainerElement = bodyElement.querySelector(`.${this.dateContainerCls}`);\n this.deregisterEventListener = addEventListenerOnElement(bodyElement, bsDateContainerElement, this.nativeElement, 'click', this.isDropDownDisplayEnabledOnInput(this.showdropdownon), () => {\n this.isOpen = false;\n }, EVENT_LIFE.ONCE, true);\n }, 350);\n }\n\n /**\n * This is an internal method triggered when pressing key on the date input\n */\n public onDisplayKeydown(event) {\n if (this.isDropDownDisplayEnabledOnInput(this.showdropdownon)) {\n event.stopPropagation();\n if (event.key === 'Enter') {\n const newVal = getDateObj(event.target.value, { pattern: this.datepattern });\n event.preventDefault();\n const formattedDate = getFormattedDate(this.datePipe, newVal, this.dateInputFormat, this.timeZone, null, this.isCurrentDate, this);\n let inputVal = event.target.value.trim();\n if (this.showdateformatasplaceholder && inputVal === this.maskDateInputFormatPlaceholder) {\n inputVal = \"\";\n }\n if (inputVal && this.datepattern === 'timestamp') {\n if (!isNaN(inputVal) && parseInt(inputVal) !== formattedDate) {\n this.invalidDateTimeFormat = true;\n this.invokeOnChange(this.datavalue, event, false);\n }\n } else if (inputVal && inputVal !== formattedDate) {\n this.invalidDateTimeFormat = true;\n this.invokeOnChange(this.datavalue, event, false);\n } else {\n this.invalidDateTimeFormat = false;\n this.isEnterPressedOnDateInput = true;\n this.bsDatePickerDirective.bsValue = inputVal ? newVal : '';\n this.updateIMask();\n }\n this.toggleDpDropdown(event);\n } else {\n this.hideDatepickerDropdown();\n }\n } else {\n this.hideDatepickerDropdown();\n }\n }\n\n /**\n * This is an internal method triggered when the date selection changes\n */\n onDateChange(newVal): void {\n /**\n * Ngx-bootstrap upgrade : To avoid the page load datechange event;\n * TODO:\n * https://github.com/valor-software/ngx-bootstrap/issues/6016\n * For above issue, once we get the solution from Ngx-Bootstrap team, remove the _bsDefaultLoadCheck check and update accordingly.\n * */\n if (this._bsDefaultLoadCheck) {\n this._bsDefaultLoadCheck = false;\n return;\n }\n\n this.setDataValue(newVal);\n }\n\n onPropertyChange(key: string, nv: any, ov?: any) {\n if (key === 'showdateformatasplaceholder') {\n this.showdateformatasplaceholder = nv;\n this.imask?.destroyMask();\n if (this.showdateformatasplaceholder && this.datepattern !== 'timestamp') {\n this.mask = validateTheMaskedDate(this.datepattern, this.selectedLocale);\n this.maskDateInputFormat = this.dateInputFormat;\n this.maskDateInputFormat = (this.dateInputFormat.split('d').length - 1) === 1 ? this.maskDateInputFormat.replace('d', 'dd') : this.maskDateInputFormat;\n this.maskDateInputFormat = (this.dateInputFormat.split('M').length - 1) === 1 ? this.maskDateInputFormat.replace('M', 'MM') : this.maskDateInputFormat;\n this.maskDateInputFormatPlaceholder = this.maskDateInputFormat.toUpperCase().replace('EEEE', 'EEEEEE').replace('MMMM', 'MMM');\n this.updateIMask();\n }\n } else {\n super.onPropertyChange(key, nv, ov);\n }\n }\n\n ngOnDestroy() {\n // MEMORY LEAK FIX: Clean up event listener deregister function\n if (this.deregisterEventListener) {\n this.deregisterEventListener();\n this.deregisterEventListener = null;\n }\n\n // MEMORY LEAK FIX: Clear ViewChild references\n this.bsDatePickerDirective = null;\n this.imask = null;\n\n // MEMORY LEAK FIX: Deactivate focus trap if active\n if (this.focusTrap) {\n this.focusTrap.deactivate();\n this.focusTrap = null;\n }\n\n // MEMORY LEAK FIX: Clear removeKeyupListener if set\n if (this.removeKeyupListener) {\n this.removeKeyupListener();\n this.removeKeyupListener = null;\n }\n\n // Call parent ngOnDestroy (BaseDateTimeComponent has cleanup)\n super.ngOnDestroy();\n }\n}\n","<input class=\"form-control app-textbox app-dateinput display-input\"\n focus-target\n type=\"text\"\n [name]=\"name\"\n #dateInput\n [imask]=\"mask\"\n [unmask]=\"true\"\n [tabindex]=\"loadNativeDateInput ? '-1' : tabindex\"\n [attr.aria-hidden]=\"!!loadNativeDateInput\"\n [value]=\"displayValue\"\n (click)=\"toggleDpDropdown($event, true)\"\n (focus)=\"onDateTimeInputFocus(); invokeOnFocus($event); updateIMask()\"\n (blur)=\"onInputBlur($event)\"\n [disabled]=\"disabled || readonly\"\n [autofocus]=\"autofocus\"\n [required]=\"required\"\n [readOnly]=\"isReadOnly\"\n [attr.placeholder]=\"placeholder\"\n [attr.accesskey]=\"shortcutkey\"\n [attr.aria-label]=\"arialabel\"\n (change)=\"onDisplayDateChange($event)\"\n (keydown)=\"_triggeredByUser = true; onDisplayKeydown($event);\">\n\n<span class=\"input-group-btn\">\n <button type=\"button\"\n class=\"btn btn-default btn-time\"\n [tabindex]=\"loadNativeDateInput ? '-1' : tabindex\"\n [attr.aria-hidden]=\"!!loadNativeDateInput\"\n [disabled]=\"disabled || readonly\"\n [attr.aria-label]=\"displayValue ? 'Change Date ' + displayValue : 'Choose date by pressing enter'\"\n aria-haspopup=\"true\"\n [attr.aria-expanded]=\"isOpen\"\n (click)=\"toggleDpDropdown($event, false)\">\n <i aria-hidden=\"true\"\n class=\"app-icon wm-sl-l sl-calendar\"></i>\n </button>\n</span>\n<div style=\"width: 0;display: inline-block;\">\n <input class=\"model-holder\"\n aria-label=\"datepicker dropdownmenu\"\n aria-controls=\"date\"\n [tabindex]=\"-1\"\n [attr.aria-hidden]=\"!!loadNativeDateInput\"\n [container]=\"containerTarget || '.wm-app'\"\n [bsConfig]=\"_dateOptions\"\n [isOpen]=\"isOpen\"\n #datepicker=\"bsDatepicker\"\n bsDatepicker\n [daysDisabled]=\"excludedDaysToDisable\"\n [datesDisabled]=\"excludedDatesToDisable\"\n placement=\"bottom right\"\n [isDisabled]=\"disabled || readonly\"\n [bsValue]=\"bsDataValue\"\n (onShown)=\"onDatePickerOpen()\"\n (onHidden)=\"hideDatepickerDropdown()\"\n (bsValueChange)=\"onDateChange($event)\">\n</div>\n\n@if (loadNativeDateInput) {\n <wm-datetimepicker\n dateTimePicker\n mode=\"DATE\"\n [config]=\"_dateOptions\"\n [placement]=\"modal\"\n [excludedDaysToDisable]=\"excludedDaysToDisable\"\n [excludedDatesToDisable]=\"excludedDatesToDisable\"\n [displayFormat]=\"dateInputFormat\"\n [value]=\"bsDataValue\"\n (change)=\"onDateChange($event)\">\n </wm-datetimepicker>\n <div class=\"mobile-input mobile-datepicker-container\"\n [tabindex]=\"tabindex || 0\"\n (click)=\"!(disabled || readonly) && showDatePickerModal(bsDataValue)\"\n (focus)=\"onDateTimeInputFocus(true); invokeOnFocus($event);\"\n (blur)=\"onDateTimeInputBlur(); invokeOnTouched($event)\"\n [attr.aria-label]=\"displayValue ? 'Change Date ' + displayValue : arialabel || 'Choose Date'\"\n role=\"button\">\n </div>\n}\n","/**\n * Generated bundle index. Do not edit.\n */\n\nexport * from './public_api';\n"],"names":[],"mappings":"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"}
|