@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 @@
|
|
|
1
|
+
{"version":3,"file":"index.mjs","sources":["../../../projects/transpiler/src/imports.ts","../../../projects/transpiler/src/build.ts","../../../projects/transpiler/src/index.ts"],"sourcesContent":["import {ImportDef} from './build';\n\n// Angular Core Modules\nconst NG_FORM_MODULE: ImportDef[] = [{ from: '@angular/forms', name: 'FormsModule', as: 'ngFormsModule' }];\nconst NG_REACTIVE_FORM_MODULE: ImportDef[] = [{ from: '@angular/forms', name: 'ReactiveFormsModule', as: 'ngReactiveFormsModule' }];\n\n// NGX Bootstrap Modules\nconst NGX_BS_DATE_PICKER: ImportDef[] = [{ from: 'ngx-bootstrap/datepicker', name: 'BsDatepickerModule', as: 'ngx_BsDatepickerModule' }];\nconst NGX_CAROUSEL_MODULE: ImportDef[] = [{ from: 'ngx-bootstrap/carousel', name: 'CarouselModule', as: 'ngxCarouselModule', forRoot: true }];\nconst NGX_COLOR_PICKER_DIRECTIVE: ImportDef[] = [{ from: 'ngx-color-picker', name: 'ColorPickerDirective', as: 'ngx_ColorPickerDirective' }];\nconst NGX_DROP_DOWN_MODULE: ImportDef[] = [{ from: 'ngx-bootstrap/dropdown', name: 'BsDropdownModule', as: 'ngxBsDropdownModule', forRoot: true }];\n//const NGX_MODAL_MODULE: ImportDef[] = [{ from: 'ngx-bootstrap/modal', name: 'ModalModule', as: 'ngx_ModalModule' }];\nconst NGX_PAGINATION_MODULE: ImportDef[] = [{ from: 'ngx-bootstrap/pagination', name: 'PaginationModule', as: 'ngxPaginationModule', forRoot: true }];\nconst NGX_POPOVER_MODULE: ImportDef[] = [{ from: 'ngx-bootstrap/popover', name: 'PopoverModule', as: 'ngxPopoverModule', forRoot: true }];\nconst NGX_TIME_PICKER: ImportDef[] = [{ from: 'ngx-bootstrap/timepicker', name: 'TimepickerModule', as: 'ngx_TimepickerModule', forRoot: true }];\nconst NGX_TOOL_TIP_MODULE: ImportDef[] = [{ from: 'ngx-bootstrap/tooltip', name: 'TooltipModule', as: 'ngxTooltipModule', forRoot: true }];\nconst NGX_TYPE_HEAD_MODULE: ImportDef[] = [{ from: 'ngx-bootstrap/typeahead', name: 'TypeaheadModule', as: 'ngxTypeaheadModule', forRoot: true }];\n\n// Progess Modules\nconst PROGRESS_BAR_COMPONENT: ImportDef[] = [{ from: '@wm/components/basic/progress/progress-bar', name: 'ProgressBarComponent' }];\nconst PROGRESS_CIRCLE_COMPONENT: ImportDef[] = [{ from: '@wm/components/basic/progress/progress-circle', name: 'ProgressCircleComponent' }];\nconst PAGE_COMPONENT: ImportDef[] = [{ from: '@wm/components/page', name: 'PageDirective' }];\nconst PAGINATION_COMPONENT: ImportDef[] = [...NG_FORM_MODULE, ...NGX_PAGINATION_MODULE, { from: '@wm/components/data/pagination', name: 'PaginationComponent' }];\n\n// Basic Components\nconst ANCHOR_COMPONENT: ImportDef[] = [{ from: '@wm/components/basic/anchor', name: 'AnchorComponent' }];\nconst AUDIO_COMPONENT: ImportDef[] = [{ from: '@wm/components/basic/audio', name: 'AudioComponent' }];\nconst HTML_COMPONENT: ImportDef[] = [{ from: '@wm/components/basic/html', name: 'HtmlDirective' }];\nconst ICON_COMPONENT: ImportDef[] = [{ from: '@wm/components/basic/icon', name: 'IconComponent' }];\nconst IFRAME_COMPONENT: ImportDef[] = [{ from: '@wm/components/basic/iframe', name: 'IframeComponent' }];\nconst LABEL_COMPONENT: ImportDef[] = [{ from: '@wm/components/basic/label', name: 'LabelDirective' }];\nconst PICTURE_COMPONENT: ImportDef[] = [{ from: '@wm/components/basic/picture', name: 'PictureDirective' }];\nconst SEARCH_COMPONENT: ImportDef[] = [\n ...NG_FORM_MODULE,\n ...NGX_TYPE_HEAD_MODULE,\n { from: '@wm/components/basic/search', name: 'ScrollableDirective' },\n { from: '@wm/components/basic/search', name: 'SearchComponent' }];\nconst SPINNER_COMPONENT: ImportDef[] = [{ from: '@wm/components/basic/spinner', name: 'SpinnerComponent' }];\nconst VIDEO_COMPONENT: ImportDef[] = [{ from: '@wm/components/basic/video', name: 'VideoComponent' }];\n\n// Container Components\nconst PARTIAL_DIRECTIVE: ImportDef[] = [{ from: '@wm/components/base', name: 'PartialDirective' }];\nconst PARTIAL_CONTAINER: ImportDef[] = [{ from: '@wm/components/base', name: 'PartialParamHandlerDirective' }, { from: '@wm/components/base', name: 'PartialContainerDirective' }]\nconst ACCORDION_PANE_COMPONENT: ImportDef[] = [...PARTIAL_CONTAINER, { from: '@wm/components/containers/accordion', name: 'AccordionPaneComponent' }];\nconst ACCORDION_DIRECTIVE: ImportDef[] = [{ from: '@wm/components/containers/accordion', name: 'AccordionDirective' }];\nconst CONTAINER_DIRECTIVE: ImportDef[] = [...PARTIAL_CONTAINER, { from: '@wm/components/base', name: 'ContainerDirective' }]\nconst PARTIAL_PARAM_DIRECTIVE: ImportDef[] = [{ from: '@wm/components/base', name: 'PartialParamDirective' }];\nconst LINEAR_LAYOUT_ITEM_DIRECTIVE: ImportDef[] = [{ from: '@wm/components/containers/linear-layout', name: 'LinearLayoutItemDirective' }];\nconst LINEAR_LAYOUT_DIRECTIVE: ImportDef[] = [...LINEAR_LAYOUT_ITEM_DIRECTIVE, { from: '@wm/components/containers/linear-layout', name: 'LinearLayoutDirective' }];\nconst TAB_PANE_COMPONENT: ImportDef[] = [...PARTIAL_CONTAINER, { from: '@wm/components/containers/tabs', name: 'TabPaneComponent' }];\nconst TABS_COMPONENT: ImportDef[] = [...TAB_PANE_COMPONENT, { from: '@wm/components/containers/tabs', name: 'TabsComponent' }];\nconst WIZARD_ACTION_DIRECTIVE: ImportDef[] = [{ from: '@wm/components/containers/wizard', name: 'WizardActionDirective' }];\nconst WIZARD_STEP_DIRECTIVE: ImportDef[] = [...PARTIAL_CONTAINER, { from: '@wm/components/containers/wizard', name: 'WizardStepComponent' }];\nconst WIZARD_COMPONENT: ImportDef[] = [...NG_FORM_MODULE, ...WIZARD_ACTION_DIRECTIVE, ...WIZARD_STEP_DIRECTIVE, { from: '@wm/components/containers/wizard', name: 'WizardComponent' }];\nconst LAYOUT_GRID_COLUMN_DIRECTIVE: ImportDef[] = [{ from: '@wm/components/containers/layout-grid', name: 'LayoutGridColumnDirective' }];\nconst LAYOUT_GRID_ROW_DIRECTIVE: ImportDef[] = [{ from: '@wm/components/containers/layout-grid', name: 'LayoutGridRowDirective' }];\nconst LAYOUT_GRID_DIRECTIVE: ImportDef[] = [...LAYOUT_GRID_ROW_DIRECTIVE, ...LAYOUT_GRID_COLUMN_DIRECTIVE, { from: '@wm/components/containers/layout-grid', name: 'LayoutgridDirective' }];\nconst PANEL_COMPONENT: ImportDef[] = [...PARTIAL_CONTAINER, { from: '@wm/components/containers/panel', name: 'PanelComponent' }];\nconst TILE_DIRECTIVE: ImportDef[] = [{ from: '@wm/components/containers/tile', name: 'TileDirective' }];\nconst REPEAT_TEMPLATE_DIRECTIVE: ImportDef[] = [{ from: '@wm/components/base', name: 'RepeatTemplateDirective' }];\n\n// Dialog Modules\nconst ALERT_DIALOG_COMPONENT: ImportDef[] = [{ from: '@wm/components/dialogs/alert-dialog', name: 'AlertDialogComponent' }];\nconst CONFIRM_DIALOG_COMPONENT: ImportDef[] = [{ from: '@wm/components/dialogs/confirm-dialog', name: 'ConfirmDialogComponent' }];\nconst DESIGN_DIALOG_COMPONENT: ImportDef[] = [{ from: '@wm/components/dialogs/design-dialog', name: 'DialogComponent' }];\nconst IFRAME_DIALOG_COMPONENT: ImportDef[] = [{ from: '@wm/components/dialogs/iframe-dialog', name: 'IframeDialogComponent' }];\nconst LOGIN_DIALOG_DIRECTIVE: ImportDef[] = [{ from: '@wm/components/dialogs/login-dialog', name: 'LoginDialogDirective' }, ...DESIGN_DIALOG_COMPONENT];\nconst PARTIAL_DIALOG_COMPONENT: ImportDef[] = [{ from: '@wm/components/dialogs/partial-dialog', name: 'PartialDialogComponent' }, ...CONTAINER_DIRECTIVE];\nconst DIALOGACTIONS_DIRECTIVE: ImportDef[] = [{ from: '@wm/components/dialogs', name: 'DialogFooterDirective' }];\n\n// Navigation Modules\nconst NAV_ITEM_DIRECTIVE: ImportDef[] = [{ from: '@wm/components/navigation/menu', name: 'NavItemDirective' }];\nconst NAV_COMPONENT: ImportDef[] = [{ from: '@wm/components/navigation/menu', name: 'NavComponent' }];\nconst NAVIGATION_CONTROL_DIRECTIVE: ImportDef[] = [{ from: '@wm/components/navigation/menu', name: 'NavigationControlDirective' }];\nconst MENU_DROPDOWN_ITEM_COMPONENT: ImportDef[] = [{ from: '@wm/components/navigation/menu', name: 'MenuDropdownComponent' }];\nconst MENU_DROPDOWN_COMPONENT: ImportDef[] = [{ from: '@wm/components/navigation/menu', name: 'MenuDropdownComponent' }]; // Duplicate, consider removing one\nconst MENU_COMPONENT: ImportDef[] = [...NGX_DROP_DOWN_MODULE, ...MENU_DROPDOWN_COMPONENT, ...MENU_DROPDOWN_ITEM_COMPONENT, ...NAVIGATION_CONTROL_DIRECTIVE, ...NAV_COMPONENT, ...NAV_ITEM_DIRECTIVE, { from: '@wm/components/navigation/menu', name: 'MenuComponent' }];\nconst MESSAGE_COMPONENT: ImportDef[] = [{ from: '@wm/components/base', name: 'MessageComponent' }];\nconst BREAD_CRUMB_COMPONENT: ImportDef[] = [...MENU_COMPONENT, { from: '@wm/components/navigation/breadcrumb', name: 'BreadcrumbComponent' }];\nconst NAVBAR_COMPONENT: ImportDef[] = [{ from: '@wm/components/navigation/navbar', name: 'NavbarComponent' }];\nconst POPOVER_COMPONENT: ImportDef[] = [...NGX_POPOVER_MODULE, { from: '@wm/components/navigation/popover', name: 'PopoverComponent' }, ...CONTAINER_DIRECTIVE];\nconst TOP_NAV_DIRECTIVE: ImportDef[] = [...PARTIAL_CONTAINER, { from: '@wm/components/page/top-nav', name: 'TopNavDirective' }];\n\n// Input Components\nconst CALENDAR_COMPONENT: ImportDef[] = [...NG_FORM_MODULE, ...NGX_BS_DATE_PICKER, { from: '@wm/components/input/calendar', name: 'CalendarComponent' }];\nconst CHIPS_COMPONENT: ImportDef[] = [...SEARCH_COMPONENT, { from: '@wm/components/input/chips', name: 'ChipsComponent' }];\nconst COLOR_PICKER_COMPONENT: ImportDef[] = [...NG_FORM_MODULE, ...NGX_COLOR_PICKER_DIRECTIVE, { from: '@wm/components/input/color-picker', name: 'ColorPickerComponent' }];\nconst CURRENCY_COMPONENT: ImportDef[] = [{ from: '@wm/components/input/currency', name: 'CurrencyComponent' }];\nconst DATE_COMPONENT: ImportDef[] = [\n ...NG_FORM_MODULE, ...NGX_BS_DATE_PICKER, ...NGX_DROP_DOWN_MODULE,\n { from: '@wm/components/input/epoch/date', name: 'DateComponent' }];\nconst DATE_TIME_COMPONENT: ImportDef[] = [\n ...NG_FORM_MODULE, ...NGX_BS_DATE_PICKER, ...NGX_TIME_PICKER, ...NGX_DROP_DOWN_MODULE,\n { from: '@wm/components/input/epoch/date-time', name: 'DatetimeComponent' }];\nconst TIME_COMPONENT: ImportDef[] = [\n ...NG_FORM_MODULE, ...NGX_BS_DATE_PICKER, ...NGX_TIME_PICKER, ...NGX_DROP_DOWN_MODULE,\n { from: '@wm/components/input/epoch/time', name: 'TimeComponent' }];\nconst FILE_UPLOAD_COMPONENT: ImportDef[] = [{ from: '@wm/components/input/file-upload', name: 'FileUploadComponent' }];\nconst RATING_COMPONENT: ImportDef[] = [{ from: '@wm/components/input/rating', name: 'RatingComponent' }];\nconst SLIDER_COMPONENT: ImportDef[] = [...NG_FORM_MODULE, { from: '@wm/components/input/slider', name: 'SliderComponent' }];\nconst BUTTON_COMPONENT: ImportDef[] = [...NG_FORM_MODULE, { from: '@wm/components/input/button', name: 'ButtonComponent' }];\nconst BUTTON_GROUP_DIRECTIVE: ImportDef[] = [...NG_FORM_MODULE, { from: '@wm/components/input/button-group', name: 'ButtonGroupDirective' }];\n// const CAPTION_POSITION_DIRECTIVE: ImportDef[] = [...NG_FORM_MODULE, { from: '@wm/components/input', name: 'CaptionPositionDirective' }];\nconst CHECKBOX_COMPONENT: ImportDef[] = [...NG_FORM_MODULE, { from: '@wm/components/input/checkbox', name: 'CheckboxComponent' }];\nconst CHECKBOXSET_COMPONENT: ImportDef[] = [...NG_FORM_MODULE, { from: '@wm/components/input/checkboxset', name: 'CheckboxsetComponent' }];\n// const COMPOSITE_DIRECTIVE: ImportDef[] = [...NG_FORM_MODULE, { from: '@wm/components/input', name: 'CompositeDirective' }];\nconst NUMBER_COMPONENT: ImportDef[] = [...NG_FORM_MODULE, { from: '@wm/components/input/number', name: 'NumberComponent' }];\nconst RADIOSET_COMPONENT: ImportDef[] = [...NG_FORM_MODULE, { from: '@wm/components/input/radioset', name: 'RadiosetComponent' }];\nconst SELECT_COMPONENT: ImportDef[] = [...NG_FORM_MODULE, { from: '@wm/components/input/select', name: 'SelectComponent' }];\nconst SWITCH_COMPONENT: ImportDef[] = [...NG_FORM_MODULE, { from: '@wm/components/input/switch', name: 'SwitchComponent' }];\nconst INPUT_CALENDER_COMPONENT: ImportDef[] = [...NG_FORM_MODULE, { from: '@wm/components/input/text', name: 'InputCalendarComponent' }];\nconst INPUT_COLOR_COMPONENT: ImportDef[] = [...NG_FORM_MODULE, { from: '@wm/components/input/text', name: 'InputColorComponent' }];\nconst INPUT_EMAIL_COMPONENT: ImportDef[] = [...NG_FORM_MODULE, { from: '@wm/components/input/text', name: 'InputEmailComponent' }];\nconst INPUT_NUMBER_COMPONENT: ImportDef[] = [...NG_FORM_MODULE, { from: '@wm/components/input/text', name: 'InputNumberComponent' }];\nconst INPUT_TEXT_COMPONENT: ImportDef[] = [...NG_FORM_MODULE, { from: '@wm/components/input/text', name: 'InputTextComponent' }];\nconst TEXTAREA_COMPONENT: ImportDef[] = [...NG_FORM_MODULE, { from: '@wm/components/input/textarea', name: 'TextareaComponent' }];\n\n// Data Components\nconst CARD_ACTIONS_DIRECTIVE: ImportDef[] = [{ from: '@wm/components/data/card', name: 'CardActionsDirective' }];\nconst CARD_CONTENT_COMPONENT: ImportDef[] = [...PARTIAL_CONTAINER, { from: '@wm/components/data/card', name: 'CardContentComponent' }];\nconst CARD_FOOTER_DIRECTIVE: ImportDef[] = [{ from: '@wm/components/data/card', name: 'CardFooterDirective' }];\nconst CARD_COMPONENT: ImportDef[] = [\n ...NGX_DROP_DOWN_MODULE,\n ...MENU_COMPONENT,\n ...CARD_ACTIONS_DIRECTIVE,\n ...CARD_CONTENT_COMPONENT,\n ...CARD_FOOTER_DIRECTIVE,\n { from: '@wm/components/data/card', name: 'CardComponent' }];\nconst LIST_ITEM_DIRECTIVE: ImportDef[] = [...PAGINATION_COMPONENT, { from: '@wm/components/data/list', name: 'ListItemDirective' }];\nconst LIST_COMPONENT: ImportDef[] = [...PAGINATION_COMPONENT, ...LIST_ITEM_DIRECTIVE, { from: '@wm/components/data/list', name: 'ListComponent' }];\nconst TABLE_CUD_DIRECTIVE: ImportDef[] = [{ from: '@wm/components/data/table', name: 'TableCUDDirective' }];\nconst TABLE_FILTER_SORT_DIRECTIVE: ImportDef[] = [{ from: '@wm/components/data/table', name: 'TableFilterSortDirective' }];\nconst TABLE_ACTION_DIRECTIVE: ImportDef[] = [{ from: '@wm/components/data/table', name: 'TableActionDirective' }];\nconst TABLE_COLUMN_DIRECTIVE: ImportDef[] = [{ from: '@wm/components/data/table', name: 'TableColumnDirective' }];\nconst TABLE_COLUMN_GROUP_DIRECTIVE: ImportDef[] = [{ from: '@wm/components/data/table', name: 'TableColumnGroupDirective' }];\nconst TABLE_ROW_DIRECTIVE: ImportDef[] = [{ from: '@wm/components/data/table', name: 'TableRowDirective' }, ...CONTAINER_DIRECTIVE, ...PARTIAL_CONTAINER];\nconst TABLE_ROW_ACTION_DIRECTIVE: ImportDef[] = [{ from: '@wm/components/data/table', name: 'TableRowActionDirective' }, ...BUTTON_COMPONENT, ...ANCHOR_COMPONENT];\nconst TABLE_COMPONENT: ImportDef[] = [\n ...NG_FORM_MODULE,\n ...NG_REACTIVE_FORM_MODULE,\n ...PAGINATION_COMPONENT,\n ...MENU_COMPONENT,\n ...NGX_TOOL_TIP_MODULE,\n ...LIST_COMPONENT,\n ...TABLE_ACTION_DIRECTIVE,\n ...TABLE_CUD_DIRECTIVE,\n ...TABLE_FILTER_SORT_DIRECTIVE,\n ...TABLE_COLUMN_DIRECTIVE,\n ...TABLE_COLUMN_GROUP_DIRECTIVE,\n ...TABLE_ROW_DIRECTIVE,\n ...TABLE_ROW_ACTION_DIRECTIVE,\n { from: '@wm/components/data/table', name: 'TableComponent' }];\nconst LIVE_TABLE_COMPONENT: ImportDef[] = [{ from: '@wm/components/data/live-table', name: 'LiveTableComponent' }];\n\n// Form Components and Directives\nconst FORM_WIDGET_DIRECTIVE: ImportDef[] = [{ from: '@wm/components/data/form', name: 'FormWidgetDirective' }];\nconst FORM_ACTION_DIRECTIVE: ImportDef[] = [{ from: '@wm/components/data/form', name: 'FormActionDirective' }];\nconst FORM_FIELD_DIRECTIVE: ImportDef[] = [{ from: '@wm/components/data/form', name: 'FormFieldDirective' }];\nconst LIVE_ACTION_DIRECTIVE: ImportDef[] = [{ from: '@wm/components/data/form', name: 'LiveActionsDirective' }];\nconst DEPENDS_ON_DIRECTIVE: ImportDef[] = [{ from: '@wm/components/data/form', name: 'DependsonDirective' }];\nconst LIVE_FILTER_DIRECTIVE: ImportDef[] = [{ from: '@wm/components/data/form', name: 'LiveFilterDirective' }];\nconst LIVE_FORM_DIRECTIVE: ImportDef[] = [{ from: '@wm/components/data/form', name: 'LiveFormDirective' }];\nconst CAPTION_POSITION_DIRECTIVE: ImportDef[] = [{ from: '@wm/components/input/caption-position', name: 'CaptionPositionDirective'}];\nconst FORM_COMPONENT: ImportDef[] = [\n ...NG_FORM_MODULE,\n ...NG_REACTIVE_FORM_MODULE,\n ...FORM_ACTION_DIRECTIVE,\n ...FORM_WIDGET_DIRECTIVE,\n ...FORM_FIELD_DIRECTIVE,\n ...LIVE_ACTION_DIRECTIVE,\n ...DEPENDS_ON_DIRECTIVE,\n ...LIVE_FILTER_DIRECTIVE,\n ...LIVE_FORM_DIRECTIVE,\n ...CAPTION_POSITION_DIRECTIVE,\n { from: '@wm/components/data/form', name: 'FormComponent' }];\nconst COMPOSITE_DIRECTIVE = [{ from: '@wm/components/input/composite', name: 'CompositeDirective' }, { from: '@wm/components/input/caption-position', name: 'CaptionPositionDirective' }]\n\n// Page Structure Components // TODO: PARTIAL_CONTAINER these needed ? appComponent has imports at root\nconst FOOTER_DIRECTIVE: ImportDef[] = [...PARTIAL_CONTAINER, { from: '@wm/components/page/footer', name: 'FooterDirective' }];\nconst HEADER_COMPONENT: ImportDef[] = [...PARTIAL_CONTAINER, { from: '@wm/components/page/header', name: 'HeaderComponent' }];\nconst LEFT_PANEL_DIRECTIVE: ImportDef[] = [...PARTIAL_CONTAINER, { from: '@wm/components/page/left-panel', name: 'LeftPanelDirective' }];\nconst RIGHT_PANEL_DIRECTIVE: ImportDef[] = [...PARTIAL_CONTAINER, { from: '@wm/components/page/right-panel', name: 'RightPanelDirective' }];\nconst PAGE_CONTENT_COMPONENT: ImportDef[] = [{ from: '@wm/components/page', name: 'PageContentComponent' }];\nconst SPA_PAGE_DIRECTIVE: ImportDef[] = [{ from: '@wm/components/page', name: 'SpaPageDirective' }];\nconst LAYOUT_DIRECTIVE: ImportDef[] = [{ from: '@wm/components/page', name: 'LayoutDirective' }];\nconst CONTENT_COMPONENT: ImportDef[] = [{ from: '@wm/components/page', name: 'ContentComponent' }];\n\n// Advanced Components\nconst CAROUSEL_TEMPLATE_DIRECTIVE: ImportDef[] = [...NGX_CAROUSEL_MODULE, { from: '@wm/components/advanced/carousel', name: 'CarouselTemplateDirective' }];\nconst CAROUSEL_COMPONENT: ImportDef[] = [...NGX_CAROUSEL_MODULE, ...CAROUSEL_TEMPLATE_DIRECTIVE, { from: '@wm/components/advanced/carousel', name: 'CarouselDirective' }];\nconst CHART_COMPONENT: ImportDef[] = [{ from: '@wm/components/chart', name: 'ChartComponent' }, {from: '@wm/components/base', name: 'RedrawableDirective'}];\nconst CUSTOM_WIDGET_CONTAINER_DIRECTIVE: ImportDef[] = [{ from: '@wm/components/advanced/custom', name: 'CustomWidgetContainerDirective' }];\nconst CUSTOM_WIDGET_DIRECTIVE: ImportDef[] = [...CUSTOM_WIDGET_CONTAINER_DIRECTIVE, { from: '@wm/components/advanced/custom', name: 'CustomWidgetDirective' }];\nconst LOGIN_COMPONENT: ImportDef[] = [{ from: '@wm/components/advanced/login', name: 'LoginComponent' }];\nconst MARQUEE_DIRECTIVE: ImportDef[] = [{ from: '@wm/components/advanced/marquee', name: 'MarqueeDirective' }];\nconst PREFAB_CONTAINER_DIRECTIVE: ImportDef[] = [{ from: '@wm/components/prefab', name: 'PrefabContainerDirective' }];\nconst PREFAB_DIRECTIVE: ImportDef[] = [{ from: '@wm/components/prefab', name: 'PrefabDirective' }];\nconst RICH_TEXT_EDITOR_COMPONENT: ImportDef[] = [{ from: '@wm/components/basic/rich-text-editor', name: 'RichTextEditorComponent' }];\nconst TREE_COMPONENT: ImportDef[] = [{ from: '@wm/components/basic/tree', name: 'TreeComponent' }];\nconst ACCESSROLES_DIRECTIVE = [{from: '@wm/runtime/base', name: 'AccessrolesDirective'}];\nconst SHOW_IN_DEVICE_DIRECTIVE: ImportDef[] = [{from: '@wm/components/base', name: 'ShowInDeviceDirective'}];\nconst LAZY_LOAD_DIRECTIVE: ImportDef[] = [{from: '@wm/components/base', name: 'LazyLoadDirective'}];\n// Pipes\nconst TO_DATE_PIPE: ImportDef[] = [{ from: '@wm/components/base', name: 'ToDatePipe' }];\nconst TO_CURRENCY_PIPE: ImportDef[] = [{ from: '@wm/components/base', name: 'ToCurrencyPipe' }];\nconst NUMBER_TO_STRING_PIPE: ImportDef[] = [{ from: '@wm/components/base', name: 'NumberToStringPipe' }];\nconst STRING_TO_NUMBER_PIPE: ImportDef[] = [{ from: '@wm/components/base', name: 'StringToNumberPipe' }];\nconst TIME_FROM_NOW_PIPE: ImportDef[] = [{ from: '@wm/components/base', name: 'TimeFromNowPipe' }];\nconst PREFIX_PIPE: ImportDef[] = [{ from: '@wm/components/base', name: 'PrefixPipe' }];\nconst SUFFIX_PIPE: ImportDef[] = [{ from: '@wm/components/base', name: 'SuffixPipe' }];\nconst CUSTOM_PIPE: ImportDef[] = [{ from: '@wm/components/base', name: 'CustomPipe' }];\n\nexport const WIDGET_IMPORTS: Map<string, ImportDef[]> = new Map([\n ['wm-accordion', ACCORDION_DIRECTIVE],\n ['wm-accordionpane', ACCORDION_PANE_COMPONENT],\n ['wm-anchor', ANCHOR_COMPONENT],\n ['wm-alertdialog', ALERT_DIALOG_COMPONENT],\n ['wm-audio', AUDIO_COMPONENT],\n ['wm-button', BUTTON_COMPONENT],\n ['wm-buttongroup', BUTTON_GROUP_DIRECTIVE],\n ['wm-breadcrumb', BREAD_CRUMB_COMPONENT],\n ['wm-calendar', CALENDAR_COMPONENT],\n ['wm-card', CARD_COMPONENT],\n ['wm-card-actions', CARD_ACTIONS_DIRECTIVE],\n ['wm-card-content', CARD_CONTENT_COMPONENT],\n ['wm-card-footer', CARD_FOOTER_DIRECTIVE],\n ['wm-carousel', CAROUSEL_COMPONENT],\n ['wm-carousel-content', CAROUSEL_TEMPLATE_DIRECTIVE],\n ['wm-carousel-template', CAROUSEL_TEMPLATE_DIRECTIVE],\n ['wm-chart', CHART_COMPONENT],\n ['wm-checkbox', CHECKBOX_COMPONENT],\n ['wm-checkboxset', CHECKBOXSET_COMPONENT],\n ['wm-chips', CHIPS_COMPONENT],\n ['wm-colorpicker', COLOR_PICKER_COMPONENT],\n ['wm-confirmdialog', CONFIRM_DIALOG_COMPONENT],\n ['wm-container', CONTAINER_DIRECTIVE],\n ['wm-param', PARTIAL_PARAM_DIRECTIVE],\n ['wm-content', CONTENT_COMPONENT],\n ['wm-currency', CURRENCY_COMPONENT],\n ['wm-date', DATE_COMPONENT],\n ['wm-datetime', DATE_TIME_COMPONENT],\n ['wm-dialog', DESIGN_DIALOG_COMPONENT],\n ['wm-dialogactions', DIALOGACTIONS_DIRECTIVE],\n ['wm-footer', FOOTER_DIRECTIVE],\n ['wm-form', FORM_COMPONENT],\n ['wm-form-action', FORM_ACTION_DIRECTIVE],\n ['wm-form-field', FORM_FIELD_DIRECTIVE],\n ['wm-filter-field', LIVE_FILTER_DIRECTIVE],\n ['wm-fileupload', FILE_UPLOAD_COMPONENT],\n ['wm-gridrow', LAYOUT_GRID_ROW_DIRECTIVE],\n ['wm-gridcolumn', LAYOUT_GRID_COLUMN_DIRECTIVE],\n ['wm-header', HEADER_COMPONENT],\n ['wm-html', HTML_COMPONENT],\n ['wm-icon', ICON_COMPONENT],\n ['wm-iframe', IFRAME_COMPONENT],\n ['wm-iframedialog', IFRAME_DIALOG_COMPONENT],\n ['wm-label', LABEL_COMPONENT],\n ['wm-layout', LAYOUT_DIRECTIVE],\n ['wm-layoutgrid', LAYOUT_GRID_DIRECTIVE],\n ['wm-left-panel', LEFT_PANEL_DIRECTIVE],\n ['wm-linearlayout', LINEAR_LAYOUT_DIRECTIVE],\n ['wm-linearlayoutitem', LINEAR_LAYOUT_ITEM_DIRECTIVE],\n ['wm-list', LIST_COMPONENT],\n ['wm-livetable', LIVE_TABLE_COMPONENT],\n ['wm-login', LOGIN_COMPONENT],\n ['wm-custom', CUSTOM_WIDGET_DIRECTIVE],\n ['wm-custom-widget', CUSTOM_WIDGET_DIRECTIVE],\n ['wm-logindialog', LOGIN_DIALOG_DIRECTIVE],\n ['wm-marquee', MARQUEE_DIRECTIVE],\n ['wm-menu', MENU_COMPONENT],\n ['wm-message', MESSAGE_COMPONENT],\n ['wm-nav', NAV_COMPONENT],\n ['wm-navbar', NAVBAR_COMPONENT],\n ['wm-nav-item', NAV_ITEM_DIRECTIVE],\n ['wm-number', NUMBER_COMPONENT],\n ['wm-partial', PARTIAL_DIRECTIVE],\n ['wm-page', PAGE_COMPONENT],\n ['wm-page-content', PAGE_CONTENT_COMPONENT],\n ['spa-page-content', SPA_PAGE_DIRECTIVE],\n ['wm-pagedialog', PARTIAL_DIALOG_COMPONENT],\n ['wm-pagination', PAGINATION_COMPONENT],\n ['wm-panel', PANEL_COMPONENT],\n ['wm-panel-footer', PANEL_COMPONENT],\n ['wm-picture', PICTURE_COMPONENT],\n ['wm-popover', POPOVER_COMPONENT],\n ['wm-progress-bar', PROGRESS_BAR_COMPONENT],\n ['wm-prefab', PREFAB_DIRECTIVE],\n ['wm-prefab-container', PREFAB_CONTAINER_DIRECTIVE],\n ['wm-progress-circle', PROGRESS_CIRCLE_COMPONENT],\n ['wm-radioset', RADIOSET_COMPONENT],\n ['wm-rating', RATING_COMPONENT],\n ['wm-richtexteditor', RICH_TEXT_EDITOR_COMPONENT],\n ['wm-right-panel', RIGHT_PANEL_DIRECTIVE],\n ['wm-select', SELECT_COMPONENT],\n ['wm-search', SEARCH_COMPONENT],\n ['wm-slider', SLIDER_COMPONENT],\n ['wm-spinner', SPINNER_COMPONENT],\n ['wm-switch', SWITCH_COMPONENT],\n ['wm-table', TABLE_COMPONENT],\n ['wm-tabs', TABS_COMPONENT],\n ['wm-tabpane', TAB_PANE_COMPONENT],\n ['wm-text', [...INPUT_TEXT_COMPONENT, ...INPUT_CALENDER_COMPONENT, ...INPUT_COLOR_COMPONENT, ...INPUT_EMAIL_COMPONENT, ...INPUT_NUMBER_COMPONENT]],\n ['wm-textarea', TEXTAREA_COMPONENT],\n ['wm-time', TIME_COMPONENT],\n ['wm-tile', TILE_DIRECTIVE],\n ['wm-top-nav', TOP_NAV_DIRECTIVE],\n ['wm-tree', TREE_COMPONENT],\n ['wm-video', VIDEO_COMPONENT],\n ['wm-wizard', WIZARD_COMPONENT],\n ['wm-wizardstep', WIZARD_COMPONENT],\n ['wm-repeat-template', REPEAT_TEMPLATE_DIRECTIVE],\n ['wm-composite', COMPOSITE_DIRECTIVE],\n ['accessroles', ACCESSROLES_DIRECTIVE],\n ['showindevice', SHOW_IN_DEVICE_DIRECTIVE],\n ['lazyload', LAZY_LOAD_DIRECTIVE],\n\n ['toDate', TO_DATE_PIPE],\n ['toCurrency', TO_CURRENCY_PIPE],\n ['numberToString', NUMBER_TO_STRING_PIPE],\n ['stringToNumber', STRING_TO_NUMBER_PIPE],\n ['timeFromNow', TIME_FROM_NOW_PIPE],\n ['prefix', PREFIX_PIPE],\n ['suffix', SUFFIX_PIPE],\n ['custom', CUSTOM_PIPE],\n]);\n","import {Comment, Element, getHtmlTagDefinition, HtmlParser, ParseSourceSpan, Text} from '@angular/compiler';\nimport {WIDGET_IMPORTS} from './imports';\nimport {find, isEqual, isFunction, remove, sortBy, uniqWith} from \"lodash-es\";\n\nconst CSS_REGEX = {\n COMMENTS_FORMAT : /\\/\\*((?!\\*\\/).|\\n)+\\*\\//g,\n SELECTOR_FORMAT : /[^\\{\\}]*\\{/gi,\n SELECTOR_EXCLUDE_FORMAT : /(@keyframes|@media|@font-face|@comment[0-9]+|from|to|[0-9]+%)\\b/i\n};\n\nconst isString = v => typeof v === 'string';\n\ninterface IProviderInfo {\n nodeName: string;\n provide: Map<string, any>;\n}\n\nconst OVERRIDES = {\n 'accessroles': '*accessroles',\n 'ng-if': '*ngIf',\n 'showindevice': '*wmShowInDevice',\n 'ng-class': '[ngClass]',\n 'data-ng-class': '[ngClass]',\n 'data-ng-src': 'src',\n 'ng-src': 'src',\n 'data-ng-href': 'href',\n 'ng-href': 'href',\n 'ng-disabled': 'disabled',\n 'data-ng-disabled': 'disabled',\n 'ng-model': '[ngModelOptions]=\"{standalone: true}\" [(ngModel)]'\n};\n\nconst selfClosingTags = new Set(['img']);\n\nexport const getBoundToExpr = (value: string) => {\n if (!value) {\n return null;\n }\n\n value = value.trim();\n if (value.startsWith('bind:')) {\n return value.substr(5);\n }\n};\n\nconst quoteAttr = v => {\n return ('' + v) /* Forces the conversion to string. */\n .replace(/&/g, '&') /* This MUST be the 1st replacement. */\n .replace(/'/g, ''') /* The 4 other predefined entities, required. */\n .replace(/\"/g, '"')\n .replace(/</g, '<')\n .replace(/>/g, '>');\n};\n\nconst registry = new Map<string, any>();\nconst htmlParser = new HtmlParser();\nconst ignoreComments = true;\n\nconst empty = () => '';\n\nconst noSpan = ({} as ParseSourceSpan);\n\n/**\n * Creates an Angular Compiler Element for template transpilation.\n * Angular 20: Element constructor requires 9 arguments including proper endSourceSpan for closing tag generation.\n * @param name - The element/tag name\n * @returns Element instance with proper source spans for Angular 20 compatibility\n */\nexport const createCompilerElement = (name: string): Element => {\n return new Element(name, [], [], [], false, noSpan, noSpan, noSpan, false);\n};\n\nconst isEvent = name => name[0] === 'o' && name[1] === 'n' && name[2] === '-';\n\nconst getEventName = key => key.substr(3);\n\nconst processBinding = (attr, expr) => [`${attr.name}.bind`, quoteAttr(expr)];\n\nconst processEvent = attr => {\n const evtName = getEventName(attr.name);\n return [`${evtName}.event`, attr.value];\n};\n\n/**\n * Wraps the string with single quotes.\n * @param val\n */\nconst wrapWithApos = (val: string) => {\n return `'${val.replace(/&apos/g, '"').replace(/"/g, '\\\\"')}'`;\n};\nconst ELE_PREFIX = '.wm-app';\n\nconst processAttr = attr => {\n let overridden = OVERRIDES[attr.name];\n const value = attr.valueSpan ? attr.value : undefined;\n\n if (overridden) {\n /**\n * wrap value for accessroles with ''.\n * since accessroles is a structural directive, it will be transpiled to [accessroles]\n * hence, the value against it should be a computed string\n */\n if (attr.name === 'accessroles' || attr.name === 'showindevice') {\n return [overridden, `'${value}'`];\n }\n return [overridden, quoteAttr(value)];\n }\n\n if (isEvent(attr.name)) {\n return processEvent(attr);\n }\n\n const boundExpr = getBoundToExpr(attr.value);\n if (boundExpr) {\n return processBinding(attr, boundExpr);\n }\n\n return [attr.name, quoteAttr(value)];\n};\n\nexport const getDataSource = (dataSetExpr: string): string => {\n const parts = dataSetExpr.split('.');\n if (parts[0] === 'Variables' || parts[0] === 'Widgets') {\n return `${parts[0]}.${parts[1]}`;\n }\n};\n\nconst widgetChildAttrs = (() => {\n const childAttrs = new Map();\n const validChildAttrs = [\n `required`\n ];\n return {\n set: attrs => {\n attrs.forEach((val, key) => {\n validChildAttrs.includes(key) && (childAttrs.set(key, val));\n });\n },\n get: attrs => {\n const fltrAttrs = new Map();\n childAttrs.forEach((val, key) => {\n !attrs.get(key) && fltrAttrs.set(key, val);\n });\n return fltrAttrs;\n },\n clear: () => {\n childAttrs.clear();\n }\n };\n})();\nexport const setChildAttrs = attrs => {\n widgetChildAttrs.set(attrs);\n return '';\n};\nexport const getChildAttrs = attrs => {\n return getAttrMarkup(widgetChildAttrs.get(attrs));\n};\nexport const clearChildAttrs = () => {\n widgetChildAttrs.clear();\n return '';\n};\nexport const getFormMarkupAttr = attrs => {\n if (attrs.get('datavalue.bind')) {\n const onDataValueBinding = getDataSource(attrs.get('datavalue.bind'));\n attrs.set('datavaluesource.bind', onDataValueBinding);\n }\n return getAttrMarkup(attrs);\n};\n\nconst getAttrMap = attrs => {\n const attrMap = new Map<string, string>();\n attrs.forEach(attr => {\n let [attrName, attrValue] = processAttr(attr);\n attrMap.set(attrName, attrValue);\n });\n\n if (attrMap.get('dataset.bind')) {\n const dataSource = getDataSource(attrMap.get('dataset.bind'));\n if (dataSource) {\n attrMap.set('datasource.bind', dataSource);\n }\n }\n\n return attrMap;\n};\n\nexport const getAttrMarkup = (attrs: Map<string, string>) => {\n let attrMarkup = '';\n attrs.forEach((v, k) => {\n attrMarkup += ` ${k}`;\n if (v) {\n v = v.trim();\n if (k === '[ngClass]' && v.startsWith('{')) {\n v = v.replace(/\"/g, `'`);\n }\n if (k === 'show.bind' && attrs.get('deferload') === 'true') {\n v = v + `\" *lazyLoad=\"${wrapWithApos(v)}`;\n }\n attrMarkup += `=\"${v}\"`;\n }\n });\n\n return attrMarkup;\n};\n\nconst getRequiredProviders = (nodeDef: IBuildTaskDef, providers: Array<IProviderInfo>, nodeAttrs) => {\n if (!nodeDef.requires) {\n return [];\n }\n\n let requires = nodeDef.requires as any;\n\n if (isString(requires)) {\n requires = [requires];\n }\n\n if (!Array.isArray(requires)) {\n return [];\n }\n\n return requires.map(require => {\n // for dynamic table assigning parent provide map to the child,\n for (let i = nodeAttrs.length - 1; i >= 0; i-- ) {\n if (nodeAttrs[i].name === 'tableName') {\n return nodeDef[nodeAttrs[i].value];\n }\n }\n\n for (let i = providers.length - 1; i >= 0; i-- ) {\n if (providers[i].nodeName === require) {\n return providers[i].provide;\n }\n }\n });\n};\n\nconst DIMENSION_PROPS = ['padding', 'borderwidth', 'margin'];\n\nconst SEPARATOR = ' ', UNSET = 'unset';\n\nconst setDimensionProp = (cssObj, key, nv) => {\n let cssKey = key, val, top, right, bottom, left, suffix = '';\n\n function setVal(prop, value) {\n // if the value is UNSET, reset the existing value\n if (value === UNSET) {\n value = '';\n }\n cssObj[cssKey + prop + suffix] = value;\n }\n\n if (key === 'borderwidth') {\n suffix = 'width';\n cssKey = 'border';\n }\n\n val = nv;\n\n if (val.indexOf(UNSET) !== -1) {\n val = val.split(SEPARATOR);\n\n top = val[0];\n right = val[1] || val[0];\n bottom = val[2] || val[0];\n left = val[3] || val[1] || val[0];\n\n setVal('top', top);\n setVal('right', right);\n setVal('bottom', bottom);\n setVal('left', left);\n } else {\n if (key === 'borderwidth') {\n cssKey = 'borderwidth';\n }\n cssObj[cssKey] = nv;\n }\n};\n\nconst processDimensionAttributes = attrMap => {\n const attrKeys = Array.from(attrMap.keys());\n attrKeys.forEach((attrKey: any) => {\n if (DIMENSION_PROPS.includes(attrKey)) {\n const cssObj = {},\n attrValue = attrMap.get(attrKey);\n attrMap.delete(attrKey);\n setDimensionProp(cssObj, attrKey, attrValue);\n Object.keys(cssObj).forEach(key => {\n if (cssObj[key]) {\n attrMap.set(key, cssObj[key]);\n }\n });\n }\n });\n};\n\n// replace <:svg:svg> -> <svg>, <:svg:*> -> <svg:*>\nconst getNodeName = name => name.replace(':svg:svg', 'svg').replace(':svg:', 'svg:');\n\nexport const processNode = (node, importCollector: (i: ImportDef[]) => void, providers?: Array<IProviderInfo>) => {\n const nodeDef = registry.get(node.name);\n\n let pre, post, template;\n\n if (nodeDef) {\n pre = nodeDef.pre || empty;\n post = nodeDef.post || empty;\n template = nodeDef.template || empty;\n }\n\n let markup = '';\n let attrMap;\n let requiredProviders;\n let shared;\n\n if (!providers) {\n providers = [];\n }\n\n const isElementType = node instanceof Element;\n\n if (isElementType) {\n let provideInfo: IProviderInfo;\n\n if (nodeDef) {\n requiredProviders = getRequiredProviders(nodeDef, providers, node.attrs);\n shared = new Map();\n template(node, shared, ...requiredProviders);\n }\n\n attrMap = getAttrMap(node.attrs);\n processDimensionAttributes(attrMap);\n\n const nodeName = getNodeName(node.name);\n\n if (nodeDef) {\n markup = (<any>pre)(attrMap, shared, ...requiredProviders);\n if (nodeDef.provide) {\n provideInfo = {\n nodeName: node.name,\n provide: isFunction(nodeDef.provide) ? nodeDef.provide(attrMap, shared, ...requiredProviders) : nodeDef.provide\n };\n // For table node, assigning parent provide map to the child, as child requires some parent provide attrs.\n if (node.name === 'wm-table') {\n const tableColNodeDefn = registry.get('wm-table-column');\n tableColNodeDefn[find(node.attrs, (el) => el.name === 'name').value + provideInfo.provide.get('table_reference')] = provideInfo.provide;\n registry.set('wm-table-column', tableColNodeDefn);\n }\n providers.push(provideInfo);\n }\n } else {\n markup = `<${nodeName} ${getAttrMarkup(attrMap)}>`;\n }\n\n node.children.forEach((child: Node | any) => {\n if(child.attrs) {\n let showInDeviceAttr, accessRolesAttr, deferLoadAttr, showAttr;\n child.attrs.forEach(function(attr){\n if (attr.name === 'showindevice') {\n showInDeviceAttr = attr;\n importCollector(WIDGET_IMPORTS.get(\"showindevice\"))\n } else if (attr.name === 'accessroles') {\n accessRolesAttr = attr;\n importCollector(WIDGET_IMPORTS.get('accessroles'));\n } else if (attr.name === 'deferload') {\n deferLoadAttr = attr;\n importCollector(WIDGET_IMPORTS.get('lazyload'));\n } else if (attr.name === 'show') {\n showAttr = attr;\n }\n });\n if((showInDeviceAttr && accessRolesAttr) || (showInDeviceAttr && deferLoadAttr) || (accessRolesAttr && deferLoadAttr)) {\n /* If more than one out of showindevice, accessroles and deferload exist for a widget, add ng-container wrappers to fix angular limitation\n of applying only one structural directive to an element.\n * */\n const showInDeviceContainer:any = showInDeviceAttr ? createCompilerElement('ng-container') : '';\n const accessRolesContainer:any = accessRolesAttr ? createCompilerElement('ng-container') : '';\n const deferLoadContainer:any = deferLoadAttr ? createCompilerElement('ng-container') : '';\n if (showInDeviceContainer) {\n showInDeviceContainer.attrs.push(showInDeviceAttr);\n }\n if (accessRolesContainer) {\n accessRolesContainer.attrs.push(accessRolesAttr);\n }\n if (deferLoadContainer) {\n deferLoadContainer.attrs.push(deferLoadAttr);\n if (showAttr) {\n deferLoadContainer.attrs.push(showAttr);\n }\n }\n remove(child.attrs, function (attr) {\n // @ts-ignore\n return attr.name === 'showindevice' || attr.name === 'accessroles' || attr.name === 'deferload'\n });\n let childContainer, parentContainer;\n if (showInDeviceAttr && accessRolesAttr) {\n childContainer = showInDeviceContainer;\n parentContainer = accessRolesContainer;\n } else if (showInDeviceAttr && deferLoadAttr) {\n childContainer = showInDeviceContainer;\n parentContainer = deferLoadContainer;\n } else if (accessRolesAttr && deferLoadAttr) {\n childContainer = deferLoadContainer;\n parentContainer = accessRolesContainer;\n }\n // wrap current node elements inside first ng-container(childContainer) and that container's elements inside another ng-container(parentContainer)\n childContainer.children = [child];\n parentContainer.children = [childContainer];\n // if all three directives exist, create another wrapper for third ng-container(grandParentContainer)\n if (showInDeviceAttr && accessRolesAttr && deferLoadAttr) {\n const grandParentContainer = deferLoadContainer;\n grandParentContainer.children = [parentContainer];\n child = grandParentContainer;\n } else {\n child = parentContainer;\n }\n\n }\n }\n return markup += processNode(child, importCollector, providers);\n });\n\n if (nodeDef) {\n if (provideInfo) {\n providers.splice(providers.indexOf(provideInfo), 1);\n }\n markup += (<any>post)(attrMap, shared, ...requiredProviders);\n } else {\n if (node.endSourceSpan && !getHtmlTagDefinition(node.name).isVoid) {\n markup += `</${nodeName}>`;\n }\n }\n } else if (node instanceof Text) {\n markup += node.value;\n } else if (node instanceof Comment) {\n if (!ignoreComments) {\n markup += node.value;\n }\n }\n importCollector(WIDGET_IMPORTS.get(node.name));\n if (nodeDef && nodeDef.imports) {\n let imports = [];\n if (typeof nodeDef.imports === 'function') {\n imports = nodeDef.imports(attrMap);\n } else {\n imports = nodeDef.imports;\n }\n imports.forEach( i => {\n importCollector(WIDGET_IMPORTS.get(i));\n });\n }\n return markup;\n};\n\nexport const transpile = (markup: string = '') => {\n if (!markup.length) {\n return;\n }\n let requiredWMComponents = [];\n const nodes = htmlParser.parse(markup, '');\n\n if (nodes.errors.length) {\n return;\n }\n\n let output = '';\n for (const node of nodes.rootNodes) {\n output += processNode(node, (imports: ImportDef[]) => {\n if (imports) {\n requiredWMComponents = requiredWMComponents.concat(imports);\n }\n });\n }\n requiredWMComponents = uniqWith(requiredWMComponents, isEqual);\n requiredWMComponents = sortBy(requiredWMComponents, ['from', 'name']);\n return {\n markup: output,\n requiredWMComponents: requiredWMComponents\n };\n};\n\nexport const register = (nodeName: string, nodeDefFn: () => IBuildTaskDef) => registry.set(nodeName, nodeDefFn());\n\nexport interface ImportDef {\n from: string;\n name: string;\n as?: string;\n forRoot?: boolean;\n platformType?: string;\n}\n\nexport interface IBuildTaskDef {\n requires?: string | Array<string>;\n template?: (node: Element | Text | Comment, shared?: Map<any, any>, ...requires: Array<Map<any, any>>) => void;\n pre: (attrs: Map<string, string>, shared ?: Map<any, any>, ...requires: Array<Map<any, any>>) => string;\n provide?: (attrs: Map<string, string>, shared ?: Map<any, any>, ...requires: Array<Map<any, any>>) => Map<any, any>;\n post?: (attrs: Map<string, string>, shared ?: Map<any, any>, ...requires: Array<Map<any, any>>) => string;\n imports?: string[] | ((attrs: Map<string, string>) => string[]);\n}\n\nexport const scopeComponentStyles = (componentName, componentType, styles = '') => {\n componentName = componentName.toLowerCase();\n const comments = {};\n let commentCount = 0;\n if (styles.startsWith('/*DISABLE_SCOPING*/')) {\n return styles;\n }\n styles = styles.replace(CSS_REGEX.COMMENTS_FORMAT, comment => {\n const key = `@comment${commentCount++}{`;\n comments[key] = comment;\n return key;\n });\n styles = styles.replace(CSS_REGEX.SELECTOR_FORMAT, (selector) => {\n if (!CSS_REGEX.SELECTOR_EXCLUDE_FORMAT.test(selector)) {\n const firstNonSpaceCharIndex = selector.match(/\\S/).index;\n let prefixSpaceCharSeq = '';\n if (firstNonSpaceCharIndex > 0) {\n prefixSpaceCharSeq = selector.substring(0, firstNonSpaceCharIndex);\n selector = selector.substring(firstNonSpaceCharIndex);\n }\n if (!selector.startsWith('/*') && selector.trim().length > 0) {\n // splits the selector by commas and we iterate over the array and add page level scoping and join it.\n selector = selector.split(',').map(s => {\n let prefix = ELE_PREFIX;\n s = s.trim();\n const spaceIndex = s.indexOf(' ');\n if (s.startsWith(ELE_PREFIX)) {\n if (spaceIndex > 0) {\n prefix = s.substring(0, spaceIndex);\n s = s.substring(spaceIndex + 1);\n } else {\n return s;\n }\n }\n\n if (componentType === 0 || componentType === 'PAGE') {\n s = `${prefix} app-page-${componentName} ${s}`;\n } else if (componentType === 1 || componentType === 'PREFAB') {\n s = `${prefix} app-prefab-${componentName} ${s}`;\n } else if (componentType === 2 || componentType === 'PARTIAL') {\n s = `${prefix} app-partial-${componentName} ${s}`;\n } else if(componentType === 3 || componentType === 'WIDGET'){\n s = `${prefix} app-custom-${componentName} ${s}`;\n }\n return s;\n }).join(',');\n }\n selector = prefixSpaceCharSeq + selector;\n }\n return selector;\n });\n for (const key in comments) {\n styles = styles.replace(key, comments[key]);\n }\n return styles;\n};\n\n","/**\n * Generated bundle index. Do not edit.\n */\n\nexport * from './public_api';\n"],"names":[],"mappings":"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"}
|
|
@@ -0,0 +1,47 @@
|
|
|
1
|
+
import { Element, Text, Comment } from '@angular/compiler';
|
|
2
|
+
|
|
3
|
+
interface IProviderInfo {
|
|
4
|
+
nodeName: string;
|
|
5
|
+
provide: Map<string, any>;
|
|
6
|
+
}
|
|
7
|
+
declare const getBoundToExpr: (value: string) => string;
|
|
8
|
+
/**
|
|
9
|
+
* Creates an Angular Compiler Element for template transpilation.
|
|
10
|
+
* Angular 20: Element constructor requires 9 arguments including proper endSourceSpan for closing tag generation.
|
|
11
|
+
* @param name - The element/tag name
|
|
12
|
+
* @returns Element instance with proper source spans for Angular 20 compatibility
|
|
13
|
+
*/
|
|
14
|
+
declare const createCompilerElement: (name: string) => Element;
|
|
15
|
+
declare const getDataSource: (dataSetExpr: string) => string;
|
|
16
|
+
declare const setChildAttrs: (attrs: any) => string;
|
|
17
|
+
declare const getChildAttrs: (attrs: any) => string;
|
|
18
|
+
declare const clearChildAttrs: () => string;
|
|
19
|
+
declare const getFormMarkupAttr: (attrs: any) => string;
|
|
20
|
+
declare const getAttrMarkup: (attrs: Map<string, string>) => string;
|
|
21
|
+
declare const processNode: (node: any, importCollector: (i: ImportDef[]) => void, providers?: Array<IProviderInfo>) => string;
|
|
22
|
+
declare const transpile: (markup?: string) => {
|
|
23
|
+
markup: string;
|
|
24
|
+
requiredWMComponents: any[];
|
|
25
|
+
};
|
|
26
|
+
declare const register: (nodeName: string, nodeDefFn: () => IBuildTaskDef) => Map<string, any>;
|
|
27
|
+
interface ImportDef {
|
|
28
|
+
from: string;
|
|
29
|
+
name: string;
|
|
30
|
+
as?: string;
|
|
31
|
+
forRoot?: boolean;
|
|
32
|
+
platformType?: string;
|
|
33
|
+
}
|
|
34
|
+
interface IBuildTaskDef {
|
|
35
|
+
requires?: string | Array<string>;
|
|
36
|
+
template?: (node: Element | Text | Comment, shared?: Map<any, any>, ...requires: Array<Map<any, any>>) => void;
|
|
37
|
+
pre: (attrs: Map<string, string>, shared?: Map<any, any>, ...requires: Array<Map<any, any>>) => string;
|
|
38
|
+
provide?: (attrs: Map<string, string>, shared?: Map<any, any>, ...requires: Array<Map<any, any>>) => Map<any, any>;
|
|
39
|
+
post?: (attrs: Map<string, string>, shared?: Map<any, any>, ...requires: Array<Map<any, any>>) => string;
|
|
40
|
+
imports?: string[] | ((attrs: Map<string, string>) => string[]);
|
|
41
|
+
}
|
|
42
|
+
declare const scopeComponentStyles: (componentName: any, componentType: any, styles?: string) => string;
|
|
43
|
+
|
|
44
|
+
declare const WIDGET_IMPORTS: Map<string, ImportDef[]>;
|
|
45
|
+
|
|
46
|
+
export { WIDGET_IMPORTS, clearChildAttrs, createCompilerElement, getAttrMarkup, getBoundToExpr, getChildAttrs, getDataSource, getFormMarkupAttr, processNode, register, scopeComponentStyles, setChildAttrs, transpile };
|
|
47
|
+
export type { IBuildTaskDef, ImportDef };
|
|
@@ -0,0 +1,24 @@
|
|
|
1
|
+
{
|
|
2
|
+
"name": "@wm/transpiler",
|
|
3
|
+
"sideEffects": false,
|
|
4
|
+
"version": "0.0.1",
|
|
5
|
+
"dependencies": {
|
|
6
|
+
"tslib": "^2.0.0"
|
|
7
|
+
},
|
|
8
|
+
"peerDependencies": {
|
|
9
|
+
"@angular/common": "^18.2.13",
|
|
10
|
+
"@angular/core": "^18.2.13",
|
|
11
|
+
"@angular/compiler": "^18.2.13"
|
|
12
|
+
},
|
|
13
|
+
"module": "fesm2022/index.mjs",
|
|
14
|
+
"typings": "index.d.ts",
|
|
15
|
+
"exports": {
|
|
16
|
+
"./package.json": {
|
|
17
|
+
"default": "./package.json"
|
|
18
|
+
},
|
|
19
|
+
".": {
|
|
20
|
+
"types": "./index.d.ts",
|
|
21
|
+
"default": "./fesm2022/index.mjs"
|
|
22
|
+
}
|
|
23
|
+
}
|
|
24
|
+
}
|