@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,1610 @@
|
|
|
1
|
+
(function (global, factory) {
|
|
2
|
+
typeof exports === 'object' && typeof module !== 'undefined' ? factory(exports, require('tslib'), require('@angular/common'), require('@wm/components/base'), require('@angular/core'), require('@wm/core'), require('@wm/components/data/pagination'), require('@wm/components/input/button'), require('rxjs'), require('@wm/components/input/base-form'), require('lodash-es')) :
|
|
3
|
+
typeof define === 'function' && define.amd ? define(['exports', 'tslib', '@angular/common', '@wm/components/base', '@angular/core', '@wm/core', '@wm/components/data/pagination', '@wm/components/input/button', 'rxjs', '@wm/components/input/base-form', 'lodash-es'], factory) :
|
|
4
|
+
(global = typeof globalThis !== 'undefined' ? globalThis : global || self, factory((global.wm = global.wm || {}, global.wm.components = global.wm.components || {}, global.wm.components.data = global.wm.components.data || {}, global.wm.components.data.list = {}), global.tslib, global.ng.common, global.wm.components.base, global.ng.core, global.wm.core, global.wm.components.data.pagination, global.wm.components.input.button, global.rxjs, global.wm.components.input.baseForm, global._));
|
|
5
|
+
})(this, (function (exports, tslib, i3, i1, i0, i2, pagination, button, rxjs, baseForm, lodashEs) { 'use strict';
|
|
6
|
+
|
|
7
|
+
function _interopNamespaceDefault(e) {
|
|
8
|
+
var n = Object.create(null);
|
|
9
|
+
if (e) {
|
|
10
|
+
Object.keys(e).forEach(function (k) {
|
|
11
|
+
if (k !== 'default') {
|
|
12
|
+
var d = Object.getOwnPropertyDescriptor(e, k);
|
|
13
|
+
Object.defineProperty(n, k, d.get ? d : {
|
|
14
|
+
enumerable: true,
|
|
15
|
+
get: function () { return e[k]; }
|
|
16
|
+
});
|
|
17
|
+
}
|
|
18
|
+
});
|
|
19
|
+
}
|
|
20
|
+
n.default = e;
|
|
21
|
+
return Object.freeze(n);
|
|
22
|
+
}
|
|
23
|
+
|
|
24
|
+
var i3__namespace = /*#__PURE__*/_interopNamespaceDefault(i3);
|
|
25
|
+
var i1__namespace = /*#__PURE__*/_interopNamespaceDefault(i1);
|
|
26
|
+
var i0__namespace = /*#__PURE__*/_interopNamespaceDefault(i0);
|
|
27
|
+
var i2__namespace = /*#__PURE__*/_interopNamespaceDefault(i2);
|
|
28
|
+
|
|
29
|
+
const registerProps$1 = () => {
|
|
30
|
+
i1.register('wm-list', new Map([
|
|
31
|
+
['boundarylinks', { value: false, ...i1.PROP_BOOLEAN }],
|
|
32
|
+
['class', i1.PROP_STRING],
|
|
33
|
+
['collapsible', i1.PROP_BOOLEAN],
|
|
34
|
+
['dateformat', i1.PROP_STRING],
|
|
35
|
+
['dataset', i1.PROP_ANY],
|
|
36
|
+
['datasource', i1.PROP_ANY],
|
|
37
|
+
['direction', { value: 'vertical', ...i1.PROP_STRING }],
|
|
38
|
+
['directionlinks', { value: true, ...i1.PROP_BOOLEAN }],
|
|
39
|
+
['disableitem', i1.PROP_BOOLEAN],
|
|
40
|
+
['enablereorder', i1.PROP_BOOLEAN],
|
|
41
|
+
['forceellipses', { value: true, ...i1.PROP_BOOLEAN }],
|
|
42
|
+
['groupby', i1.PROP_STRING],
|
|
43
|
+
['iconclass', i1.PROP_STRING],
|
|
44
|
+
['itemclass', { value: '', ...i1.PROP_STRING }],
|
|
45
|
+
['itemsperrow', i1.PROP_STRING],
|
|
46
|
+
['listclass', { value: 'list-group', ...i1.PROP_STRING }],
|
|
47
|
+
['multiselect', i1.PROP_BOOLEAN],
|
|
48
|
+
['loadingdatamsg', { value: 'Loading...', ...i1.PROP_STRING }],
|
|
49
|
+
['loadingicon', { value: 'fa fa-circle-o-notch', ...i1.PROP_STRING }],
|
|
50
|
+
['match', i1.PROP_STRING],
|
|
51
|
+
['maxsize', { value: 5, ...i1.PROP_NUMBER }],
|
|
52
|
+
['name', i1.PROP_STRING],
|
|
53
|
+
['navigation', i1.PROP_STRING],
|
|
54
|
+
['navigationalign', { value: 'left', ...i1.PROP_STRING }],
|
|
55
|
+
['nodatamessage', { value: 'No data found', ...i1.PROP_STRING }],
|
|
56
|
+
['ondemandmessage', { value: 'Load More', ...i1.PROP_STRING }],
|
|
57
|
+
['orderby', i1.PROP_STRING],
|
|
58
|
+
['paginationclass', i1.PROP_STRING],
|
|
59
|
+
['pagesize', i1.PROP_NUMBER],
|
|
60
|
+
['pulltorefresh', { value: false, ...i1.PROP_BOOLEAN }],
|
|
61
|
+
['selectfirstitem', i1.PROP_BOOLEAN],
|
|
62
|
+
['selectionlimit', i1.PROP_NUMBER],
|
|
63
|
+
['show', { value: true, ...i1.PROP_BOOLEAN }],
|
|
64
|
+
['showcount', i1.PROP_BOOLEAN],
|
|
65
|
+
['showrecordcount', i1.PROP_BOOLEAN],
|
|
66
|
+
['statehandler', { value: 'none', ...i1.PROP_STRING }],
|
|
67
|
+
['subheading', i1.PROP_STRING],
|
|
68
|
+
['tabindex', { value: 0, ...i1.PROP_NUMBER }],
|
|
69
|
+
['title', i1.PROP_STRING],
|
|
70
|
+
['allowpagesizechange', { value: false, ...i1.PROP_BOOLEAN }],
|
|
71
|
+
['pagesizeoptions', { value: '5,10,20,50,100', ...i1.PROP_STRING }],
|
|
72
|
+
...i1.AUTO_LAYOUT_PROPS
|
|
73
|
+
]));
|
|
74
|
+
};
|
|
75
|
+
|
|
76
|
+
const registerProps = () => {
|
|
77
|
+
i1.register('wm-listtemplate', new Map([
|
|
78
|
+
...i1.AUTO_LAYOUT_PROPS
|
|
79
|
+
]));
|
|
80
|
+
};
|
|
81
|
+
|
|
82
|
+
/********* Will come to this later for listtemplate = container variant **********/
|
|
83
|
+
// const DEFAULT_CLS = 'app-container';
|
|
84
|
+
// const WIDGET_CONFIG = { widgetType: 'wm-listtemplate', hostClass: DEFAULT_CLS};
|
|
85
|
+
const WIDGET_CONFIG$1 = { widgetType: 'wm-listtemplate' };
|
|
86
|
+
exports.ListItemDirective = class ListItemDirective extends i1.StylableComponent {
|
|
87
|
+
static { this.initializeProps = registerProps(); }
|
|
88
|
+
onFocus() {
|
|
89
|
+
// maintains which element is focused/selected most recently.
|
|
90
|
+
this.listComponent.lastSelectedItem = this;
|
|
91
|
+
}
|
|
92
|
+
get $index() {
|
|
93
|
+
return this.context.$index;
|
|
94
|
+
}
|
|
95
|
+
get $even() {
|
|
96
|
+
return this.context.even;
|
|
97
|
+
}
|
|
98
|
+
get $odd() {
|
|
99
|
+
return this.context.odd;
|
|
100
|
+
}
|
|
101
|
+
get $first() {
|
|
102
|
+
return this.context.first;
|
|
103
|
+
}
|
|
104
|
+
get $last() {
|
|
105
|
+
return this.context.last;
|
|
106
|
+
}
|
|
107
|
+
get currentItemWidgets() {
|
|
108
|
+
const componentElements = Array.from(this.nativeElement.querySelectorAll('[widget-id]'));
|
|
109
|
+
return Object.assign(this._currentItemWidgets, componentElements.reduce((result, comp) => {
|
|
110
|
+
result[comp.widget.name] = comp.widget;
|
|
111
|
+
return result;
|
|
112
|
+
}, {}));
|
|
113
|
+
}
|
|
114
|
+
set wmListItem(val) {
|
|
115
|
+
this.item = val;
|
|
116
|
+
}
|
|
117
|
+
constructor(inj, elRef, app, renderer, explicitContext) {
|
|
118
|
+
super(inj, WIDGET_CONFIG$1, explicitContext);
|
|
119
|
+
this.app = app;
|
|
120
|
+
this.renderer = renderer;
|
|
121
|
+
this.destroySub = new rxjs.Subject();
|
|
122
|
+
this.destroy$ = this.destroySub.asObservable();
|
|
123
|
+
this.itemClass = '';
|
|
124
|
+
this._currentItemWidgets = {};
|
|
125
|
+
/**
|
|
126
|
+
* To avoid re-rendering of widget, passing unique id as contextKey to createCustomInjector
|
|
127
|
+
*/
|
|
128
|
+
this.trackId = i1.widgetIdGenerator.nextUid();
|
|
129
|
+
this.isActive = false;
|
|
130
|
+
this.disableItem = false;
|
|
131
|
+
this._viewParent = i0.inject(exports.ListComponent, { optional: true });
|
|
132
|
+
// addClass(this.nativeElement, DEFAULT_CLS); // Will come to this later for listtemplate = container variant
|
|
133
|
+
i1.styler(this.nativeElement, this, i1.APPLY_STYLES_TYPE.CONTAINER);
|
|
134
|
+
this.viewContainerRef = inj.get(i0.ViewContainerRef);
|
|
135
|
+
this.nativeElement = elRef.nativeElement;
|
|
136
|
+
this.listComponent = this._viewParent;
|
|
137
|
+
// this.context = (<NgForOfContext<ListItemDirective>>(<any>inj).view.context);
|
|
138
|
+
this.context = this.inj._lView[8];
|
|
139
|
+
//this.context = (this.viewContainerRef as any)._hostLView.find(t => t && !!t.$implicit);
|
|
140
|
+
this.itemClassWatcher(this.listComponent);
|
|
141
|
+
this.disableItemWatcher(this.listComponent);
|
|
142
|
+
this.itemAttrsHandler();
|
|
143
|
+
$(this.nativeElement).data('listItemContext', this);
|
|
144
|
+
}
|
|
145
|
+
/**
|
|
146
|
+
* Applies all the list item attributes and adds a watch on postion attribute
|
|
147
|
+
*/
|
|
148
|
+
itemAttrsHandler() {
|
|
149
|
+
const attrsMap = this.listComponent.itemAttrsMap;
|
|
150
|
+
if (!attrsMap) {
|
|
151
|
+
return;
|
|
152
|
+
}
|
|
153
|
+
Object.keys(attrsMap).forEach(key => {
|
|
154
|
+
const value = attrsMap[key];
|
|
155
|
+
this.setProperty(key, value);
|
|
156
|
+
});
|
|
157
|
+
}
|
|
158
|
+
registerWatch(expression, callback) {
|
|
159
|
+
// Removing ngFor context as the same properties are availble on listitem scope.
|
|
160
|
+
// passing viewparent context for accessing varibales and widgets.
|
|
161
|
+
//[CSP]: expression will be generated in the component as e.g. 'item.className'
|
|
162
|
+
this.destroy$.subscribe(i2.$watch(expression, this.listComponent.viewParent, this, callback));
|
|
163
|
+
}
|
|
164
|
+
itemClassWatcher(listComponent) {
|
|
165
|
+
if (listComponent.binditemclass) {
|
|
166
|
+
this.registerWatch(listComponent.binditemclass, nv => this.itemClass = nv || '');
|
|
167
|
+
}
|
|
168
|
+
else {
|
|
169
|
+
this.itemClass = listComponent.itemclass;
|
|
170
|
+
}
|
|
171
|
+
}
|
|
172
|
+
disableItemWatcher($list) {
|
|
173
|
+
if ($list.binddisableitem) {
|
|
174
|
+
this.registerWatch($list.binddisableitem, nv => this.disableItem = nv || false);
|
|
175
|
+
}
|
|
176
|
+
else {
|
|
177
|
+
this.disableItem = $list.disableitem || false;
|
|
178
|
+
}
|
|
179
|
+
}
|
|
180
|
+
setUpCUDHandlers() {
|
|
181
|
+
const $editItem = this.nativeElement.querySelector('.edit-list-item');
|
|
182
|
+
const $deleteItem = this.nativeElement.querySelector('.delete-list-item');
|
|
183
|
+
if ($editItem) {
|
|
184
|
+
// MEMORY LEAK FIX: Store bound handler for cleanup
|
|
185
|
+
this.boundEditHandler = (evt) => {
|
|
186
|
+
this.listComponent.update();
|
|
187
|
+
};
|
|
188
|
+
// Triggered on click of edit action
|
|
189
|
+
$editItem.addEventListener('click', this.boundEditHandler);
|
|
190
|
+
}
|
|
191
|
+
if ($deleteItem) {
|
|
192
|
+
// MEMORY LEAK FIX: Store bound handler for cleanup
|
|
193
|
+
this.boundDeleteHandler = (evt) => {
|
|
194
|
+
this.listComponent.delete();
|
|
195
|
+
};
|
|
196
|
+
// Triggered on click of delete action
|
|
197
|
+
$deleteItem.addEventListener('click', this.boundDeleteHandler);
|
|
198
|
+
}
|
|
199
|
+
}
|
|
200
|
+
ngOnInit() {
|
|
201
|
+
super.ngOnInit();
|
|
202
|
+
if (this.listComponent.mouseEnterCB) {
|
|
203
|
+
// MEMORY LEAK FIX: Store bound handler for cleanup
|
|
204
|
+
this.boundMouseEnterHandler = ($event) => {
|
|
205
|
+
this.listComponent.invokeEventCallback('mouseenter', { widget: this, $event });
|
|
206
|
+
};
|
|
207
|
+
this.nativeElement.addEventListener('mouseenter', this.boundMouseEnterHandler);
|
|
208
|
+
}
|
|
209
|
+
if (this.listComponent.mouseLeaveCB) {
|
|
210
|
+
// MEMORY LEAK FIX: Store bound handler for cleanup
|
|
211
|
+
this.boundMouseLeaveHandler = ($event) => {
|
|
212
|
+
this.listComponent.invokeEventCallback('mouseleave', { widget: this, $event });
|
|
213
|
+
};
|
|
214
|
+
this.nativeElement.addEventListener('mouseleave', this.boundMouseLeaveHandler);
|
|
215
|
+
}
|
|
216
|
+
// adding item attribute on every list item
|
|
217
|
+
$(this.nativeElement).attr('listitemindex', this.$index);
|
|
218
|
+
}
|
|
219
|
+
ngAfterViewInit() {
|
|
220
|
+
super.ngAfterViewInit();
|
|
221
|
+
this.setUpCUDHandlers();
|
|
222
|
+
const componentElements = Array.from(this.nativeElement.querySelectorAll('[widget-id]'));
|
|
223
|
+
componentElements.forEach((component) => {
|
|
224
|
+
if (component.widget instanceof baseForm.BaseFormComponent) {
|
|
225
|
+
if (!component.widget.$attrs.get('datavaluesource.bind')) {
|
|
226
|
+
component.widget.datavaluesource = this.listComponent['datasource'];
|
|
227
|
+
}
|
|
228
|
+
}
|
|
229
|
+
});
|
|
230
|
+
}
|
|
231
|
+
ngOnDestroy() {
|
|
232
|
+
// MEMORY LEAK FIX: Remove event listeners
|
|
233
|
+
if (this.boundMouseEnterHandler && this.nativeElement) {
|
|
234
|
+
try {
|
|
235
|
+
this.nativeElement.removeEventListener('mouseenter', this.boundMouseEnterHandler);
|
|
236
|
+
}
|
|
237
|
+
catch (e) {
|
|
238
|
+
// Silently handle cleanup errors
|
|
239
|
+
}
|
|
240
|
+
this.boundMouseEnterHandler = null;
|
|
241
|
+
}
|
|
242
|
+
if (this.boundMouseLeaveHandler && this.nativeElement) {
|
|
243
|
+
try {
|
|
244
|
+
this.nativeElement.removeEventListener('mouseleave', this.boundMouseLeaveHandler);
|
|
245
|
+
}
|
|
246
|
+
catch (e) {
|
|
247
|
+
// Silently handle cleanup errors
|
|
248
|
+
}
|
|
249
|
+
this.boundMouseLeaveHandler = null;
|
|
250
|
+
}
|
|
251
|
+
if (this.nativeElement) {
|
|
252
|
+
const $editItem = this.nativeElement.querySelector('.edit-list-item');
|
|
253
|
+
if ($editItem && this.boundEditHandler) {
|
|
254
|
+
try {
|
|
255
|
+
$editItem.removeEventListener('click', this.boundEditHandler);
|
|
256
|
+
}
|
|
257
|
+
catch (e) {
|
|
258
|
+
// Silently handle cleanup errors
|
|
259
|
+
}
|
|
260
|
+
this.boundEditHandler = null;
|
|
261
|
+
}
|
|
262
|
+
const $deleteItem = this.nativeElement.querySelector('.delete-list-item');
|
|
263
|
+
if ($deleteItem && this.boundDeleteHandler) {
|
|
264
|
+
try {
|
|
265
|
+
$deleteItem.removeEventListener('click', this.boundDeleteHandler);
|
|
266
|
+
}
|
|
267
|
+
catch (e) {
|
|
268
|
+
// Silently handle cleanup errors
|
|
269
|
+
}
|
|
270
|
+
this.boundDeleteHandler = null;
|
|
271
|
+
}
|
|
272
|
+
}
|
|
273
|
+
// MEMORY LEAK FIX: Clear context to release references
|
|
274
|
+
if (this.context) {
|
|
275
|
+
Object.keys(this.context).forEach(key => {
|
|
276
|
+
delete this.context[key];
|
|
277
|
+
});
|
|
278
|
+
this.context = null;
|
|
279
|
+
}
|
|
280
|
+
// MEMORY LEAK FIX: Clear ViewContainerRef reference
|
|
281
|
+
if (this.viewContainerRef) {
|
|
282
|
+
this.viewContainerRef = null;
|
|
283
|
+
}
|
|
284
|
+
// MEMORY LEAK FIX: Complete the destroy subject
|
|
285
|
+
if (this.destroySub) {
|
|
286
|
+
try {
|
|
287
|
+
if (!this.destroySub.closed) {
|
|
288
|
+
this.destroySub.next(null);
|
|
289
|
+
this.destroySub.complete();
|
|
290
|
+
}
|
|
291
|
+
}
|
|
292
|
+
catch (e) {
|
|
293
|
+
// Silently handle cleanup errors
|
|
294
|
+
}
|
|
295
|
+
this.destroySub = null;
|
|
296
|
+
}
|
|
297
|
+
super.ngOnDestroy();
|
|
298
|
+
}
|
|
299
|
+
static { this.ɵfac = i0__namespace.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "20.3.19", ngImport: i0__namespace, type: ListItemDirective, deps: [{ token: i0__namespace.Injector }, { token: i0__namespace.ElementRef }, { token: i2__namespace.App }, { token: i0__namespace.Renderer2 }, { token: 'EXPLICIT_CONTEXT', optional: true }], target: i0__namespace.ɵɵFactoryTarget.Directive }); }
|
|
300
|
+
static { this.ɵdir = i0__namespace.ɵɵngDeclareDirective({ minVersion: "14.0.0", version: "20.3.19", type: ListItemDirective, isStandalone: true, selector: "[wmListItem]", inputs: { wmListItem: "wmListItem" }, host: { listeners: { "focus": "onFocus()" }, properties: { "class.active": "this.isActive", "class.disable-item": "this.disableItem" } }, exportAs: ["listItemRef"], usesInheritance: true, ngImport: i0__namespace }); }
|
|
301
|
+
};
|
|
302
|
+
exports.ListItemDirective = tslib.__decorate([
|
|
303
|
+
i1.AutoLayout({ bindParent: 'listComponent.viewParent' }),
|
|
304
|
+
tslib.__metadata("design:paramtypes", [i0.Injector, i0.ElementRef, i2.App, i0.Renderer2, Object])
|
|
305
|
+
], exports.ListItemDirective);
|
|
306
|
+
i0__namespace.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "20.3.19", ngImport: i0__namespace, type: exports.ListItemDirective, decorators: [{
|
|
307
|
+
type: i0.Directive,
|
|
308
|
+
args: [{
|
|
309
|
+
standalone: true,
|
|
310
|
+
selector: '[wmListItem]',
|
|
311
|
+
exportAs: 'listItemRef'
|
|
312
|
+
}]
|
|
313
|
+
}], ctorParameters: () => [{ type: i0__namespace.Injector }, { type: i0__namespace.ElementRef }, { type: i2__namespace.App }, { type: i0__namespace.Renderer2 }, { type: undefined, decorators: [{
|
|
314
|
+
type: i0.Inject,
|
|
315
|
+
args: ['EXPLICIT_CONTEXT']
|
|
316
|
+
}, {
|
|
317
|
+
type: i0.Optional
|
|
318
|
+
}] }], propDecorators: { isActive: [{
|
|
319
|
+
type: i0.HostBinding,
|
|
320
|
+
args: ['class.active']
|
|
321
|
+
}], disableItem: [{
|
|
322
|
+
type: i0.HostBinding,
|
|
323
|
+
args: ['class.disable-item']
|
|
324
|
+
}], onFocus: [{
|
|
325
|
+
type: i0.HostListener,
|
|
326
|
+
args: ['focus']
|
|
327
|
+
}], wmListItem: [{
|
|
328
|
+
type: i0.Input
|
|
329
|
+
}] } });
|
|
330
|
+
|
|
331
|
+
const DEFAULT_CLS = 'app-livelist app-panel';
|
|
332
|
+
const WIDGET_CONFIG = { widgetType: 'wm-list', hostClass: DEFAULT_CLS };
|
|
333
|
+
exports.ListComponent = class ListComponent extends i1.StylableComponent {
|
|
334
|
+
static { this.initializeProps = registerProps$1(); }
|
|
335
|
+
constructor(inj, cdRef, datePipe, app, appDefaults, ngZone, binditemclass, binddisableitem, binddataset, binddatasource, mouseEnterCB, mouseLeaveCB, statePersistence, paginationService, explicitContext) {
|
|
336
|
+
let resolveFn = i2.noop;
|
|
337
|
+
const propsInitPromise = new Promise(res => resolveFn = res);
|
|
338
|
+
super(inj, WIDGET_CONFIG, explicitContext, propsInitPromise);
|
|
339
|
+
this.allowpagesizechange = false;
|
|
340
|
+
this.itemAttrsMap = {};
|
|
341
|
+
this.hasAutolayout = false;
|
|
342
|
+
this.propsInitPromise = propsInitPromise;
|
|
343
|
+
this.promiseResolverFn = resolveFn;
|
|
344
|
+
i1.styler(this.nativeElement, this, i1.APPLY_STYLES_TYPE.SHELL);
|
|
345
|
+
this.cdRef = cdRef;
|
|
346
|
+
this.ngZone = ngZone;
|
|
347
|
+
this.datePipe = datePipe;
|
|
348
|
+
this.statePersistence = statePersistence;
|
|
349
|
+
this.paginationService = paginationService;
|
|
350
|
+
this._pageLoad = true;
|
|
351
|
+
this.binditemclass = binditemclass;
|
|
352
|
+
this.binddisableitem = binddisableitem;
|
|
353
|
+
this.binddataset = binddataset;
|
|
354
|
+
this.mouseEnterCB = mouseEnterCB;
|
|
355
|
+
this.mouseLeaveCB = mouseLeaveCB;
|
|
356
|
+
this.binddatasource = binddatasource;
|
|
357
|
+
this.app = app;
|
|
358
|
+
this.appDefaults = appDefaults;
|
|
359
|
+
this.variableInflight = false;
|
|
360
|
+
this.noDataFound = !binddataset;
|
|
361
|
+
this.titleId = 'wmlist-' + i2.generateGUId();
|
|
362
|
+
// Updates pagination, filter, sort etc options for service and crud variables
|
|
363
|
+
this._listenerDestroyers = [
|
|
364
|
+
this.app.subscribe('check-state-persistence-options', options => {
|
|
365
|
+
let dataSourceName = lodashEs.get(this.datasource, 'name');
|
|
366
|
+
// in Prefabs, this.datasource is not resolved at the time of variable invocation, so additional check is required.
|
|
367
|
+
if (!dataSourceName) {
|
|
368
|
+
dataSourceName = i1.extractDataSourceName(this.binddatasource);
|
|
369
|
+
}
|
|
370
|
+
if (lodashEs.get(options, 'variable.name') !== dataSourceName) {
|
|
371
|
+
return;
|
|
372
|
+
}
|
|
373
|
+
this.handleStateParams(options);
|
|
374
|
+
}),
|
|
375
|
+
// Show loading status based on the variable life cycle
|
|
376
|
+
this.app.subscribe('toggle-variable-state', this.handleLoading.bind(this)),
|
|
377
|
+
this.app.subscribe('setup-cud-listener', param => {
|
|
378
|
+
if (this.nativeElement.getAttribute('name') !== param) {
|
|
379
|
+
return;
|
|
380
|
+
}
|
|
381
|
+
this._isDependent = true;
|
|
382
|
+
})
|
|
383
|
+
];
|
|
384
|
+
}
|
|
385
|
+
get selecteditem() {
|
|
386
|
+
if (this.multiselect) {
|
|
387
|
+
return i2.getClonedObject(this._items);
|
|
388
|
+
}
|
|
389
|
+
if (lodashEs.isEmpty(this._items)) {
|
|
390
|
+
return {};
|
|
391
|
+
}
|
|
392
|
+
return i2.getClonedObject(this._items[0]);
|
|
393
|
+
}
|
|
394
|
+
set selecteditem(items) {
|
|
395
|
+
this._items.length = 0;
|
|
396
|
+
this.deselectListItems();
|
|
397
|
+
if (lodashEs.isArray(items)) {
|
|
398
|
+
items.forEach(item => this.selectItem(item));
|
|
399
|
+
}
|
|
400
|
+
else {
|
|
401
|
+
this.selectItem(items);
|
|
402
|
+
}
|
|
403
|
+
i2.$appDigest();
|
|
404
|
+
}
|
|
405
|
+
/**
|
|
406
|
+
* Returns list of widgets present on list item by considering name and index of the widget.
|
|
407
|
+
* If we did'nt pass index, it returns array of all the widgets which are matching to widget name
|
|
408
|
+
* @param widgteName: Name of the widget
|
|
409
|
+
* @param index: Index of the widget
|
|
410
|
+
*/
|
|
411
|
+
getWidgets(widgteName, index) {
|
|
412
|
+
let $target;
|
|
413
|
+
const retVal = [];
|
|
414
|
+
if (!widgteName) {
|
|
415
|
+
return;
|
|
416
|
+
}
|
|
417
|
+
if (!i2.isDefined(index)) {
|
|
418
|
+
lodashEs.forEach(this.listItems.toArray(), (el) => {
|
|
419
|
+
$target = lodashEs.get(el.currentItemWidgets, widgteName);
|
|
420
|
+
if ($target) {
|
|
421
|
+
retVal.push($target);
|
|
422
|
+
}
|
|
423
|
+
});
|
|
424
|
+
return retVal;
|
|
425
|
+
}
|
|
426
|
+
index = +index || 0;
|
|
427
|
+
$target = lodashEs.get(this.listItems.toArray(), index);
|
|
428
|
+
if ($target) {
|
|
429
|
+
return [lodashEs.get($target.currentItemWidgets, widgteName)];
|
|
430
|
+
}
|
|
431
|
+
}
|
|
432
|
+
// returns listitem reference by index value. This refers to the same method getListItemByIndex.
|
|
433
|
+
getItem(index) {
|
|
434
|
+
return this.getListItemByIndex(index);
|
|
435
|
+
}
|
|
436
|
+
/**
|
|
437
|
+
* Returns index of listItem(listItemDirective / listItemObject)
|
|
438
|
+
* If item is a directive, index is fetched from listItems
|
|
439
|
+
* If item is an object, index is fetched from fieldDefs
|
|
440
|
+
*/
|
|
441
|
+
getIndex(item) {
|
|
442
|
+
if (item instanceof exports.ListItemDirective) {
|
|
443
|
+
return this.getListItemIndex(item);
|
|
444
|
+
}
|
|
445
|
+
else if (item) {
|
|
446
|
+
return this.fieldDefs.findIndex((obj) => lodashEs.isEqual(obj, item));
|
|
447
|
+
}
|
|
448
|
+
}
|
|
449
|
+
getUpdatedPageSize() {
|
|
450
|
+
return this.updatedPageSize;
|
|
451
|
+
}
|
|
452
|
+
create() {
|
|
453
|
+
if (this._isDependent) {
|
|
454
|
+
this.triggerWMEvent('insert');
|
|
455
|
+
}
|
|
456
|
+
}
|
|
457
|
+
editRow(item) {
|
|
458
|
+
if (this._isDependent) {
|
|
459
|
+
let listItem;
|
|
460
|
+
if (item) {
|
|
461
|
+
listItem = this.getItemRefByIndexOrModel(item).item;
|
|
462
|
+
}
|
|
463
|
+
this.triggerWMEvent('update', listItem);
|
|
464
|
+
}
|
|
465
|
+
}
|
|
466
|
+
update(item) {
|
|
467
|
+
this.editRow(item);
|
|
468
|
+
}
|
|
469
|
+
deleteRow(item) {
|
|
470
|
+
if (this._isDependent) {
|
|
471
|
+
let listItem;
|
|
472
|
+
if (item) {
|
|
473
|
+
listItem = this.getItemRefByIndexOrModel(item).item;
|
|
474
|
+
}
|
|
475
|
+
this.triggerWMEvent('delete', listItem);
|
|
476
|
+
}
|
|
477
|
+
}
|
|
478
|
+
delete(item) {
|
|
479
|
+
this.deleteRow(item);
|
|
480
|
+
}
|
|
481
|
+
handleLoading(data) {
|
|
482
|
+
const dataSource = this.datasource;
|
|
483
|
+
if (dataSource && dataSource.execute(i2.DataSource.Operation.IS_API_AWARE) && i2.isDataSourceEqual(data.variable, dataSource)) {
|
|
484
|
+
this.ngZone.run(() => {
|
|
485
|
+
this.handleStateParams(data);
|
|
486
|
+
this.variableInflight = data.active;
|
|
487
|
+
// Fix for [WMS-23772] Update nodatafound flag once the response is recieved from the server
|
|
488
|
+
const totalEle = data.data?.pagination?.totalElements;
|
|
489
|
+
if (!lodashEs.isUndefined(totalEle)) {
|
|
490
|
+
this.noDataFound = totalEle === 0 ? true : false;
|
|
491
|
+
}
|
|
492
|
+
else { // totalelements is undefined
|
|
493
|
+
this.noDataFound = lodashEs.isEmpty(data.data?.data);
|
|
494
|
+
}
|
|
495
|
+
});
|
|
496
|
+
}
|
|
497
|
+
}
|
|
498
|
+
triggerListItemSelection($el, $event) {
|
|
499
|
+
if ($el && $el[0]) {
|
|
500
|
+
const listItemContext = $el.data('listItemContext');
|
|
501
|
+
// Trigger click event only if the list item is from the corresponding list.
|
|
502
|
+
if (listItemContext.listComponent === this) {
|
|
503
|
+
this.onItemClick($event, listItemContext);
|
|
504
|
+
}
|
|
505
|
+
}
|
|
506
|
+
}
|
|
507
|
+
// this method is called form other data widgets like table.
|
|
508
|
+
execute(operation, options) {
|
|
509
|
+
if ([i2.DataSource.Operation.IS_API_AWARE, i2.DataSource.Operation.IS_PAGEABLE, i2.DataSource.Operation.SUPPORTS_SERVER_FILTER].includes(operation)) {
|
|
510
|
+
return false;
|
|
511
|
+
}
|
|
512
|
+
return this.datasource.execute(operation, options);
|
|
513
|
+
}
|
|
514
|
+
handleKeyDown($event, action) {
|
|
515
|
+
$event.stopPropagation();
|
|
516
|
+
if ($event.keyCode !== 13 && $event.keyCode !== 9 && !(($event.target.classList.contains('form-control') || $event.target.classList.contains('note-editable')) && $event.keyCode === 32)) {
|
|
517
|
+
$event.preventDefault();
|
|
518
|
+
}
|
|
519
|
+
const listItems = this.listItems;
|
|
520
|
+
let presentIndex = this.getListItemIndex(this.lastSelectedItem);
|
|
521
|
+
if (this.multiselect) {
|
|
522
|
+
const firstIndex = this.getListItemIndex(this.firstSelectedItem);
|
|
523
|
+
const selectCount = lodashEs.isArray(this.selecteditem) ? this.selecteditem.length : (i2.isObject(this.selecteditem) ? 1 : 0);
|
|
524
|
+
if (action === 'selectPrev') {
|
|
525
|
+
if (presentIndex > 0) {
|
|
526
|
+
if ((presentIndex <= firstIndex) && this.checkSelectionLimit(selectCount)) {
|
|
527
|
+
this.lastSelectedItem = this.getListItemByIndex(presentIndex - 1);
|
|
528
|
+
this.toggleListItemSelection(this.lastSelectedItem);
|
|
529
|
+
}
|
|
530
|
+
else if (presentIndex > firstIndex) {
|
|
531
|
+
this.toggleListItemSelection(this.getListItemByIndex(presentIndex));
|
|
532
|
+
this.lastSelectedItem = this.getListItemByIndex(presentIndex - 1);
|
|
533
|
+
}
|
|
534
|
+
else {
|
|
535
|
+
this.invokeEventCallback('selectionlimitexceed', { $event });
|
|
536
|
+
}
|
|
537
|
+
}
|
|
538
|
+
}
|
|
539
|
+
else if (action === 'selectNext') {
|
|
540
|
+
if (presentIndex < listItems.length - 1) {
|
|
541
|
+
if ((presentIndex >= firstIndex) && this.checkSelectionLimit(selectCount)) {
|
|
542
|
+
this.lastSelectedItem = this.getListItemByIndex(presentIndex + 1);
|
|
543
|
+
this.toggleListItemSelection(this.lastSelectedItem);
|
|
544
|
+
}
|
|
545
|
+
else if (presentIndex < firstIndex) {
|
|
546
|
+
this.toggleListItemSelection(this.getListItemByIndex(presentIndex));
|
|
547
|
+
this.lastSelectedItem = this.getListItemByIndex(presentIndex + 1);
|
|
548
|
+
}
|
|
549
|
+
else {
|
|
550
|
+
this.invokeEventCallback('selectionlimitexceed', { $event });
|
|
551
|
+
}
|
|
552
|
+
}
|
|
553
|
+
}
|
|
554
|
+
}
|
|
555
|
+
if (action === 'focusPrev') {
|
|
556
|
+
if (this.isListElementMovable) {
|
|
557
|
+
presentIndex = presentIndex <= 0 ? 0 : (presentIndex);
|
|
558
|
+
if (presentIndex === 0) {
|
|
559
|
+
return;
|
|
560
|
+
}
|
|
561
|
+
this.lastSelectedItem = this.getListItemByIndex(presentIndex);
|
|
562
|
+
const prevElt = this.getListItemByIndex(presentIndex - 1);
|
|
563
|
+
prevElt.nativeElement.before(this.lastSelectedItem.nativeElement);
|
|
564
|
+
this.lastSelectedItem.nativeElement.focus();
|
|
565
|
+
this.statePersistence.removeWidgetState(this, 'selectedItem');
|
|
566
|
+
const arr = this.listItems.toArray();
|
|
567
|
+
[arr[presentIndex - 1], arr[presentIndex]] = [arr[presentIndex], arr[presentIndex - 1]];
|
|
568
|
+
this.listItems.reset(arr);
|
|
569
|
+
this.currentIndex = presentIndex;
|
|
570
|
+
this.ariaText = "selected ";
|
|
571
|
+
}
|
|
572
|
+
else {
|
|
573
|
+
presentIndex = presentIndex <= 0 ? 0 : (presentIndex - 1);
|
|
574
|
+
this.lastSelectedItem = this.getListItemByIndex(presentIndex);
|
|
575
|
+
this.lastSelectedItem.nativeElement.focus();
|
|
576
|
+
this.currentIndex = presentIndex + 1;
|
|
577
|
+
this.ariaText = "selected ";
|
|
578
|
+
}
|
|
579
|
+
}
|
|
580
|
+
else if (action === 'focusNext') {
|
|
581
|
+
if (this.isListElementMovable) {
|
|
582
|
+
presentIndex = presentIndex < (listItems.length - 1) ? (presentIndex) : (listItems.length - 1);
|
|
583
|
+
if (presentIndex === this.listItems.length - 1) {
|
|
584
|
+
return;
|
|
585
|
+
}
|
|
586
|
+
this.lastSelectedItem = this.getListItemByIndex(presentIndex);
|
|
587
|
+
const nextElt = this.getListItemByIndex(presentIndex + 1);
|
|
588
|
+
nextElt.nativeElement.after(this.lastSelectedItem.nativeElement);
|
|
589
|
+
this.lastSelectedItem.nativeElement.focus();
|
|
590
|
+
this.statePersistence.removeWidgetState(this, 'selectedItem');
|
|
591
|
+
const arr = this.listItems.toArray();
|
|
592
|
+
[arr[presentIndex], arr[presentIndex + 1]] = [arr[presentIndex + 1], arr[presentIndex]];
|
|
593
|
+
this.listItems.reset(arr);
|
|
594
|
+
this.currentIndex = presentIndex + 2;
|
|
595
|
+
this.ariaText = "selected ";
|
|
596
|
+
}
|
|
597
|
+
else {
|
|
598
|
+
presentIndex = presentIndex < (listItems.length - 1) ? (presentIndex + 1) : (listItems.length - 1);
|
|
599
|
+
this.lastSelectedItem = this.getListItemByIndex(presentIndex);
|
|
600
|
+
this.lastSelectedItem.nativeElement.focus();
|
|
601
|
+
this.currentIndex = presentIndex + 1;
|
|
602
|
+
this.ariaText = "selected ";
|
|
603
|
+
}
|
|
604
|
+
}
|
|
605
|
+
else if (action === 'select') {
|
|
606
|
+
// if the enter click is pressed on the item which is not the last selected item, the find the item from which the event is originated.
|
|
607
|
+
if (presentIndex === -1 || !$($event.target).closest(this.lastSelectedItem.nativeElement)) {
|
|
608
|
+
const $li = $($event.target).closest('li.app-list-item');
|
|
609
|
+
const $ul = $li.closest('ul.app-livelist-container');
|
|
610
|
+
presentIndex = $ul.find('li.app-list-item').index($li);
|
|
611
|
+
}
|
|
612
|
+
this.onItemClick($event, this.getListItemByIndex(presentIndex));
|
|
613
|
+
}
|
|
614
|
+
else if (action === 'space') {
|
|
615
|
+
if (!this.enablereorder) {
|
|
616
|
+
return;
|
|
617
|
+
}
|
|
618
|
+
this.isListElementMovable = !this.isListElementMovable;
|
|
619
|
+
this.onItemClick($event, this.getListItemByIndex(presentIndex));
|
|
620
|
+
this.currentIndex = presentIndex + 1;
|
|
621
|
+
if (this.isListElementMovable) {
|
|
622
|
+
this.ariaText = `Item ${this.currentIndex} grabbed, current position `;
|
|
623
|
+
this.$ulEle.data('oldIndex', presentIndex);
|
|
624
|
+
}
|
|
625
|
+
else {
|
|
626
|
+
this.ariaText = `Item ${this.currentIndex} dropped, final position `;
|
|
627
|
+
this.onUpdate($event, undefined, presentIndex);
|
|
628
|
+
}
|
|
629
|
+
}
|
|
630
|
+
}
|
|
631
|
+
getActualPageSize() {
|
|
632
|
+
return this.actualPageSize || 20;
|
|
633
|
+
}
|
|
634
|
+
onPropertyChange(key, nv, ov) {
|
|
635
|
+
if (key === 'dataset') {
|
|
636
|
+
if (!nv && this.binddatasource && !this.datasource) {
|
|
637
|
+
return;
|
|
638
|
+
}
|
|
639
|
+
this.onDataSetChange(nv);
|
|
640
|
+
}
|
|
641
|
+
else if (key === 'datasource') {
|
|
642
|
+
if (this.allowpagesizechange) {
|
|
643
|
+
this.datasource.maxResults = this.pagesize || this.datasource.maxResults;
|
|
644
|
+
}
|
|
645
|
+
if (this.dataset) {
|
|
646
|
+
this.onDataSetChange(this.dataset);
|
|
647
|
+
}
|
|
648
|
+
}
|
|
649
|
+
else if (key === 'navigation') {
|
|
650
|
+
// Support for older projects where navigation type was advanced instead of classic
|
|
651
|
+
if (nv === 'Advanced') {
|
|
652
|
+
this.navigation = 'Classic';
|
|
653
|
+
return;
|
|
654
|
+
}
|
|
655
|
+
i2.switchClass(this.nativeElement, nv, ov);
|
|
656
|
+
this.onNavigationTypeChange(nv);
|
|
657
|
+
if (this.dataNavigator) {
|
|
658
|
+
this.dataNavigator.navigationClass = this.paginationclass;
|
|
659
|
+
}
|
|
660
|
+
}
|
|
661
|
+
else if (key === 'itemsperrow') {
|
|
662
|
+
i2.setListClass(this);
|
|
663
|
+
}
|
|
664
|
+
else if (key === 'tabindex') {
|
|
665
|
+
return;
|
|
666
|
+
}
|
|
667
|
+
else if (key === 'pulltorefresh' && nv) {
|
|
668
|
+
this.app.notify('pullToRefresh:enable');
|
|
669
|
+
this.subscribeToPullToRefresh();
|
|
670
|
+
}
|
|
671
|
+
else if (key === 'paginationclass') {
|
|
672
|
+
if (this.dataNavigator) {
|
|
673
|
+
// Adding setTimeout because in pagination component updateNavSize method is overriding navigationclass
|
|
674
|
+
setTimeout(() => this.dataNavigator.navigationClass = nv);
|
|
675
|
+
}
|
|
676
|
+
}
|
|
677
|
+
else if (key === 'pagesize') {
|
|
678
|
+
this.actualPageSize = nv; // maintain default page size to calculate pagesize options
|
|
679
|
+
this.setDefaultPageSize(nv);
|
|
680
|
+
}
|
|
681
|
+
else if (key === 'enablereorder') {
|
|
682
|
+
if (nv && this.$ulEle) {
|
|
683
|
+
this.$ulEle.attr('aria-describedby', this.titleId);
|
|
684
|
+
this.configureDnD();
|
|
685
|
+
this.$ulEle.sortable('enable');
|
|
686
|
+
}
|
|
687
|
+
else if (this.$ulEle && !nv) {
|
|
688
|
+
this.$ulEle.removeAttr('aria-describedby');
|
|
689
|
+
this.$ulEle.sortable('disable');
|
|
690
|
+
}
|
|
691
|
+
}
|
|
692
|
+
else if (key === 'multiselect') {
|
|
693
|
+
// multiselect binding is evaluated after ngAfterViewInit, so initial value may be incorrect.
|
|
694
|
+
// Reassigning here to ensure selectedItemWidgets matches the updated multiselect value.
|
|
695
|
+
this.selectedItemWidgets = nv ? [] : {};
|
|
696
|
+
}
|
|
697
|
+
else if (key === 'allowpagesizechange') {
|
|
698
|
+
this.allowpagesizechange = nv;
|
|
699
|
+
this.dataNavigator.allowpagesizechange = nv;
|
|
700
|
+
}
|
|
701
|
+
else if (key === 'pagesizeoptions') {
|
|
702
|
+
this.prevPagesizeoptions = this.sanitizeCommaSeparatedIntegers(ov);
|
|
703
|
+
this.pagesizeoptions = this.sanitizeCommaSeparatedIntegers(nv);
|
|
704
|
+
if (this.allowpagesizechange)
|
|
705
|
+
this.setDefaultPageSize(nv);
|
|
706
|
+
}
|
|
707
|
+
else {
|
|
708
|
+
super.onPropertyChange(key, nv, ov);
|
|
709
|
+
}
|
|
710
|
+
}
|
|
711
|
+
setDefaultPageSize(nv) {
|
|
712
|
+
if (this.allowpagesizechange) {
|
|
713
|
+
const widgetState = this.statePersistence.getWidgetState(this);
|
|
714
|
+
if (lodashEs.get(widgetState, 'pagesize')) {
|
|
715
|
+
nv = lodashEs.get(widgetState, 'pagesize');
|
|
716
|
+
this.pagesize = nv; // updating the default pagesize to user selected pagesize
|
|
717
|
+
}
|
|
718
|
+
else if (this.pagesizeoptions) {
|
|
719
|
+
nv = this.pagesizeoptions?.split(',').map(Number).sort((a, b) => a - b)[0];
|
|
720
|
+
this.pagesize = nv;
|
|
721
|
+
}
|
|
722
|
+
if (this.isPageSizeOptionsChanged()) {
|
|
723
|
+
this.dataNavigator.defaultPageSizeOptions = this.pagesizeoptions?.split(',').map(Number).sort((a, b) => a - b) || [];
|
|
724
|
+
this.dataNavigator.pageSizeOptions = [...this.dataNavigator.defaultPageSizeOptions];
|
|
725
|
+
}
|
|
726
|
+
}
|
|
727
|
+
this.updatedPageSize = nv;
|
|
728
|
+
this.dataNavigator.updatedPageSize = nv;
|
|
729
|
+
this.dataNavigator.options = {
|
|
730
|
+
maxResults: nv
|
|
731
|
+
};
|
|
732
|
+
this.dataNavigator.widget.maxResults = nv;
|
|
733
|
+
this.dataNavigator.maxResults = nv;
|
|
734
|
+
if (this.datasource) {
|
|
735
|
+
this.datasource.maxResults = this.pagesize || this.datasource.maxResults;
|
|
736
|
+
}
|
|
737
|
+
}
|
|
738
|
+
isPageSizeOptionsChanged() {
|
|
739
|
+
return !lodashEs.isEqual(this.prevPagesizeoptions, this.pagesizeoptions);
|
|
740
|
+
}
|
|
741
|
+
selectPageSize(pagesize) {
|
|
742
|
+
if (!this.allowpagesizechange && !pagesize)
|
|
743
|
+
return;
|
|
744
|
+
if (pagesize < this.dataNavigator.pageSizeOptions[0] || pagesize > this.dataNavigator.pageSizeOptions[this.dataNavigator.pageSizeOptions.length - 1]
|
|
745
|
+
|| !this.dataNavigator.pageSizeOptions.includes(Number(pagesize))) {
|
|
746
|
+
pagesize = this.dataNavigator.pageSizeOptions[0];
|
|
747
|
+
}
|
|
748
|
+
this.dataNavigator.onPageSizeChange(undefined, pagesize);
|
|
749
|
+
}
|
|
750
|
+
sanitizeCommaSeparatedIntegers(input) {
|
|
751
|
+
if (!input)
|
|
752
|
+
return "";
|
|
753
|
+
const uniqueNumbers = Array.from(new Set(input
|
|
754
|
+
.split(",")
|
|
755
|
+
.map(v => v.trim())
|
|
756
|
+
.filter(v => /^-?\d+$/.test(v))
|
|
757
|
+
.map(v => Math.abs(parseInt(v, 10)))));
|
|
758
|
+
return uniqueNumbers.join(",");
|
|
759
|
+
}
|
|
760
|
+
onItemClick(evt, $listItem) {
|
|
761
|
+
let selectCount;
|
|
762
|
+
if (!$listItem.disableItem) {
|
|
763
|
+
this.firstSelectedItem = this.firstSelectedItem || $listItem;
|
|
764
|
+
// Setting selectCount value based number of items selected.
|
|
765
|
+
selectCount = lodashEs.isArray(this.selecteditem) ? this.selecteditem.length : (i2.isObject(this.selecteditem) ? 1 : 0);
|
|
766
|
+
// Handling multiselect for mobile device
|
|
767
|
+
if (this.multiselect && i2.isMobile()) {
|
|
768
|
+
if (this.checkSelectionLimit(selectCount) || $listItem.isActive) {
|
|
769
|
+
this.toggleListItemSelection($listItem);
|
|
770
|
+
}
|
|
771
|
+
else {
|
|
772
|
+
this.invokeEventCallback('selectionlimitexceed', { $event: evt });
|
|
773
|
+
}
|
|
774
|
+
}
|
|
775
|
+
else if ((evt.ctrlKey || evt.metaKey) && this.multiselect) {
|
|
776
|
+
if (this.checkSelectionLimit(selectCount) || $listItem.isActive) {
|
|
777
|
+
this.firstSelectedItem = this.lastSelectedItem = $listItem;
|
|
778
|
+
this.toggleListItemSelection($listItem);
|
|
779
|
+
}
|
|
780
|
+
else {
|
|
781
|
+
this.invokeEventCallback('selectionlimitexceed', { $event: evt });
|
|
782
|
+
}
|
|
783
|
+
}
|
|
784
|
+
else if (evt.shiftKey && this.multiselect) {
|
|
785
|
+
let first = $listItem.context.index;
|
|
786
|
+
let last = this.firstSelectedItem.context.index;
|
|
787
|
+
// if first is greater than last, then swap values
|
|
788
|
+
if (first > last) {
|
|
789
|
+
last = [first, first = last][0];
|
|
790
|
+
}
|
|
791
|
+
if (this.checkSelectionLimit(last - first)) {
|
|
792
|
+
this.clearSelectedItems();
|
|
793
|
+
this.listItems.forEach(($liItem) => {
|
|
794
|
+
const index = $liItem.context.index;
|
|
795
|
+
if (index >= first && index <= last) {
|
|
796
|
+
this.toggleListItemSelection($liItem);
|
|
797
|
+
}
|
|
798
|
+
});
|
|
799
|
+
this.lastSelectedItem = $listItem;
|
|
800
|
+
}
|
|
801
|
+
else {
|
|
802
|
+
this.invokeEventCallback('selectionlimitexceed', { $event: evt });
|
|
803
|
+
}
|
|
804
|
+
}
|
|
805
|
+
else {
|
|
806
|
+
if (!$listItem.isActive || selectCount > 1) {
|
|
807
|
+
this.clearSelectedItems();
|
|
808
|
+
this.toggleListItemSelection($listItem);
|
|
809
|
+
this.firstSelectedItem = this.lastSelectedItem = $listItem;
|
|
810
|
+
}
|
|
811
|
+
}
|
|
812
|
+
i2.$appDigest();
|
|
813
|
+
}
|
|
814
|
+
}
|
|
815
|
+
// Empty the list content on clear
|
|
816
|
+
clear() {
|
|
817
|
+
this.updateFieldDefs([]);
|
|
818
|
+
}
|
|
819
|
+
/**
|
|
820
|
+
* deselects item in the list.
|
|
821
|
+
* @param val: index | model of the list item.
|
|
822
|
+
*/
|
|
823
|
+
deselectItem(val) {
|
|
824
|
+
const listItem = this.getItemRefByIndexOrModel(val);
|
|
825
|
+
if (listItem && listItem.isActive) {
|
|
826
|
+
this.toggleListItemSelection(listItem);
|
|
827
|
+
}
|
|
828
|
+
}
|
|
829
|
+
/**
|
|
830
|
+
* selects item in the list.
|
|
831
|
+
* @param val: index | model of the list item.
|
|
832
|
+
*/
|
|
833
|
+
selectItem(val, statePersistenceTriggered) {
|
|
834
|
+
const listItem = this.getItemRefByIndexOrModel(val);
|
|
835
|
+
if (!listItem) {
|
|
836
|
+
return;
|
|
837
|
+
}
|
|
838
|
+
if (!listItem.isActive) {
|
|
839
|
+
this.toggleListItemSelection(listItem, statePersistenceTriggered);
|
|
840
|
+
}
|
|
841
|
+
// focus the element.
|
|
842
|
+
listItem.nativeElement.focus();
|
|
843
|
+
}
|
|
844
|
+
ngOnInit() {
|
|
845
|
+
super.ngOnInit();
|
|
846
|
+
this.handleHeaderClick = i2.noop;
|
|
847
|
+
setTimeout(() => {
|
|
848
|
+
this.debouncedFetchNextDatasetOnScroll = this.paginationService.debouncedFetchNextDatasetOnScroll(this.dataNavigator, i1.DEBOUNCE_TIMES.PAGINATION_DEBOUNCE_TIME, this);
|
|
849
|
+
}, 0);
|
|
850
|
+
this._items = [];
|
|
851
|
+
this.fieldDefs = [];
|
|
852
|
+
this.reorderProps = {
|
|
853
|
+
minIndex: null,
|
|
854
|
+
maxIndex: null
|
|
855
|
+
};
|
|
856
|
+
// Check if the host element has any of these autolayout attributes
|
|
857
|
+
const autoLayoutAttrs = ['wrap', 'alignment', 'gap', 'columngap'];
|
|
858
|
+
const directionValue = this.nativeElement.getAttribute('direction');
|
|
859
|
+
const hasAutoLayoutDirection = directionValue === 'row' || directionValue === 'column';
|
|
860
|
+
this.hasAutolayout = hasAutoLayoutDirection || autoLayoutAttrs.some(attr => this.nativeElement.hasAttribute(attr));
|
|
861
|
+
}
|
|
862
|
+
ngAfterViewInit() {
|
|
863
|
+
this.promiseResolverFn();
|
|
864
|
+
this.propsInitPromise.then(() => {
|
|
865
|
+
super.ngAfterViewInit();
|
|
866
|
+
this.setUpCUDHandlers();
|
|
867
|
+
this.selectedItemWidgets = this.multiselect ? [] : {};
|
|
868
|
+
var ele = $(this.nativeElement).find('.app-livelist-container');
|
|
869
|
+
if (this.enablereorder && !this.groupby) {
|
|
870
|
+
if (ele) {
|
|
871
|
+
ele.attr('aria-describedby', this.titleId);
|
|
872
|
+
}
|
|
873
|
+
this.configureDnD();
|
|
874
|
+
}
|
|
875
|
+
if (!this.enablereorder) {
|
|
876
|
+
if (ele) {
|
|
877
|
+
ele.removeAttr('aria-describedby');
|
|
878
|
+
}
|
|
879
|
+
}
|
|
880
|
+
if (this.groupby && this.collapsible) {
|
|
881
|
+
this.handleHeaderClick = i1.handleHeaderClick;
|
|
882
|
+
this.toggleAllHeaders = i1.toggleAllHeaders.bind(undefined, this);
|
|
883
|
+
}
|
|
884
|
+
i2.setListClass(this);
|
|
885
|
+
});
|
|
886
|
+
this.setupHandlers();
|
|
887
|
+
const $ul = this.nativeElement.querySelector('ul.app-livelist-container');
|
|
888
|
+
i1.styler($ul, this, i1.APPLY_STYLES_TYPE.CONTAINER);
|
|
889
|
+
if (this.enablereorder) {
|
|
890
|
+
if ($ul) {
|
|
891
|
+
$ul.setAttribute('aria-describedby', this.titleId);
|
|
892
|
+
}
|
|
893
|
+
}
|
|
894
|
+
if (!this.enablereorder) {
|
|
895
|
+
if ($ul) {
|
|
896
|
+
$ul.removeAttribute('aria-describedby');
|
|
897
|
+
}
|
|
898
|
+
}
|
|
899
|
+
this._readItemAttrsFromHost();
|
|
900
|
+
}
|
|
901
|
+
ngOnDestroy() {
|
|
902
|
+
if (this._listAnimator && this._listAnimator.$btnSubscription) {
|
|
903
|
+
this._listAnimator.$btnSubscription.unsubscribe();
|
|
904
|
+
this._listAnimator = null;
|
|
905
|
+
}
|
|
906
|
+
// MEMORY LEAK FIX: Unsubscribe from all app subscriptions
|
|
907
|
+
if (this._listenerDestroyers) {
|
|
908
|
+
this._listenerDestroyers.forEach(d => d && d());
|
|
909
|
+
this._listenerDestroyers = [];
|
|
910
|
+
}
|
|
911
|
+
// MEMORY LEAK FIX: Unsubscribe from navigator watches
|
|
912
|
+
if (this.navigatorResultWatch) {
|
|
913
|
+
this.navigatorResultWatch.unsubscribe();
|
|
914
|
+
this.navigatorResultWatch = null;
|
|
915
|
+
}
|
|
916
|
+
if (this.navigatorMaxResultWatch) {
|
|
917
|
+
this.navigatorMaxResultWatch.unsubscribe();
|
|
918
|
+
this.navigatorMaxResultWatch = null;
|
|
919
|
+
}
|
|
920
|
+
// MEMORY LEAK FIX: Unsubscribe from listItems changes
|
|
921
|
+
if (this.listItemsChangesSubscription) {
|
|
922
|
+
this.listItemsChangesSubscription.unsubscribe();
|
|
923
|
+
this.listItemsChangesSubscription = null;
|
|
924
|
+
}
|
|
925
|
+
// MEMORY LEAK FIX: Remove native event listener
|
|
926
|
+
const ulElement = this.nativeElement?.querySelector('ul.app-livelist-container');
|
|
927
|
+
if (ulElement && this.boundClickHandler) {
|
|
928
|
+
try {
|
|
929
|
+
ulElement.removeEventListener('click', this.boundClickHandler, true);
|
|
930
|
+
}
|
|
931
|
+
catch (e) {
|
|
932
|
+
// Silently handle cleanup errors
|
|
933
|
+
}
|
|
934
|
+
this.boundClickHandler = null;
|
|
935
|
+
}
|
|
936
|
+
// MEMORY LEAK FIX: Destroy jQuery sortable widget
|
|
937
|
+
if (this.$ulEle && this.$ulEle.sortable) {
|
|
938
|
+
try {
|
|
939
|
+
this.$ulEle.sortable('destroy');
|
|
940
|
+
}
|
|
941
|
+
catch (e) {
|
|
942
|
+
// Ignore errors during destroy
|
|
943
|
+
}
|
|
944
|
+
this.$ulEle = null;
|
|
945
|
+
}
|
|
946
|
+
// MEMORY LEAK FIX: Clear QueryList references
|
|
947
|
+
if (this.listItems) {
|
|
948
|
+
this.listItems = null;
|
|
949
|
+
}
|
|
950
|
+
if (this.btnComponents) {
|
|
951
|
+
this.btnComponents = null;
|
|
952
|
+
}
|
|
953
|
+
// MEMORY LEAK FIX: Clear ViewChild and ContentChild references
|
|
954
|
+
this.dataNavigator = null;
|
|
955
|
+
this.listTemplate = null;
|
|
956
|
+
this.listLeftActionTemplate = null;
|
|
957
|
+
this.listRightActionTemplate = null;
|
|
958
|
+
// MEMORY LEAK FIX: Clear all data arrays and objects
|
|
959
|
+
this.fieldDefs = [];
|
|
960
|
+
this._items = [];
|
|
961
|
+
this.groupedData = null;
|
|
962
|
+
if (Array.isArray(this.selectedItemWidgets)) {
|
|
963
|
+
this.selectedItemWidgets = [];
|
|
964
|
+
}
|
|
965
|
+
else {
|
|
966
|
+
this.selectedItemWidgets = {};
|
|
967
|
+
}
|
|
968
|
+
// MEMORY LEAK FIX: Remove add item event listener
|
|
969
|
+
const $addItem = document.getElementsByClassName("add-list-item")[0];
|
|
970
|
+
if ($addItem && this.boundAddItemHandler) {
|
|
971
|
+
$addItem.removeEventListener('click', this.boundAddItemHandler);
|
|
972
|
+
this.boundAddItemHandler = null;
|
|
973
|
+
}
|
|
974
|
+
// MEMORY LEAK FIX: Nullify closures and references
|
|
975
|
+
this.debouncedFetchNextDatasetOnScroll = null;
|
|
976
|
+
this.firstSelectedItem = null;
|
|
977
|
+
this.lastSelectedItem = null;
|
|
978
|
+
this.reorderProps = null;
|
|
979
|
+
super.ngOnDestroy();
|
|
980
|
+
}
|
|
981
|
+
ngOnDetach() {
|
|
982
|
+
super.ngOnDetach();
|
|
983
|
+
this._pageLoad = true;
|
|
984
|
+
}
|
|
985
|
+
handleEvent(node, eventName, eventCallback, locals) {
|
|
986
|
+
// tap and doubleTap events are not getting propagated.So, using mouse events instead.
|
|
987
|
+
const touchToMouse = {
|
|
988
|
+
tap: 'click',
|
|
989
|
+
doubletap: 'dblclick'
|
|
990
|
+
};
|
|
991
|
+
if (lodashEs.includes(['click', 'tap', 'dblclick', 'doubletap'], eventName)) {
|
|
992
|
+
this.eventManager.addEventListener(this.nativeElement, touchToMouse[eventName] || eventName, (evt) => {
|
|
993
|
+
const target = $(evt.target).closest('.app-list-item');
|
|
994
|
+
if (target.length) {
|
|
995
|
+
const listItemContext = target.data('listItemContext');
|
|
996
|
+
if (!listItemContext.disableItem) {
|
|
997
|
+
this.invokeEventCallback(eventName, {
|
|
998
|
+
widget: listItemContext,
|
|
999
|
+
$event: evt,
|
|
1000
|
+
item: listItemContext.item
|
|
1001
|
+
});
|
|
1002
|
+
}
|
|
1003
|
+
}
|
|
1004
|
+
});
|
|
1005
|
+
}
|
|
1006
|
+
}
|
|
1007
|
+
getConfiguredState() {
|
|
1008
|
+
const mode = this.statePersistence.computeMode(this.statehandler);
|
|
1009
|
+
return mode && mode.toLowerCase();
|
|
1010
|
+
}
|
|
1011
|
+
handleStateParams(options) {
|
|
1012
|
+
if (this._pageLoad && this.getConfiguredState() !== 'none') {
|
|
1013
|
+
this._pageLoad = false;
|
|
1014
|
+
const widgetState = this.statePersistence.getWidgetState(this);
|
|
1015
|
+
if (lodashEs.get(widgetState, 'pagination')) {
|
|
1016
|
+
options.options = options.options || {};
|
|
1017
|
+
options.options.page = widgetState.pagination;
|
|
1018
|
+
}
|
|
1019
|
+
if (lodashEs.get(widgetState, 'selectedItem')) {
|
|
1020
|
+
this._selectedItemsExist = true;
|
|
1021
|
+
}
|
|
1022
|
+
}
|
|
1023
|
+
}
|
|
1024
|
+
triggerWMEvent(eventName, item) {
|
|
1025
|
+
i2.$invokeWatchers(true);
|
|
1026
|
+
// If we have multiselect for the livelist(List with form template), in run mode deleting a record is getting failed. Becuase the selecteditem will be array of objects. So consider the last object.
|
|
1027
|
+
let row = this.multiselect ? lodashEs.last(this.selecteditem) : this.selecteditem;
|
|
1028
|
+
if (item) {
|
|
1029
|
+
row = item;
|
|
1030
|
+
}
|
|
1031
|
+
this.app.notify('wm-event', { eventName, widgetName: this.name, row: row });
|
|
1032
|
+
}
|
|
1033
|
+
resetNavigation() {
|
|
1034
|
+
this.showNavigation = false;
|
|
1035
|
+
this.navControls = undefined;
|
|
1036
|
+
this.infScroll = false;
|
|
1037
|
+
this.onDemandLoad = false;
|
|
1038
|
+
}
|
|
1039
|
+
enableBasicNavigation() {
|
|
1040
|
+
this.navControls = i1.NAVIGATION_TYPE.BASIC;
|
|
1041
|
+
this.showNavigation = true;
|
|
1042
|
+
}
|
|
1043
|
+
enableInlineNavigation() {
|
|
1044
|
+
this.navControls = i1.NAVIGATION_TYPE.INLINE;
|
|
1045
|
+
}
|
|
1046
|
+
enableClassicNavigation() {
|
|
1047
|
+
this.navControls = i1.NAVIGATION_TYPE.CLASSIC;
|
|
1048
|
+
this.showNavigation = true;
|
|
1049
|
+
}
|
|
1050
|
+
enablePagerNavigation() {
|
|
1051
|
+
this.navControls = i1.NAVIGATION_TYPE.PAGER;
|
|
1052
|
+
this.showNavigation = true;
|
|
1053
|
+
}
|
|
1054
|
+
setNavigationTypeNone() {
|
|
1055
|
+
this.navControls = i1.NAVIGATION_TYPE.NONE;
|
|
1056
|
+
this.showNavigation = false;
|
|
1057
|
+
}
|
|
1058
|
+
enableInfiniteScroll() {
|
|
1059
|
+
this.infScroll = true;
|
|
1060
|
+
}
|
|
1061
|
+
enableOnDemandLoad() {
|
|
1062
|
+
this.onDemandLoad = true;
|
|
1063
|
+
this.showNavigation = true;
|
|
1064
|
+
}
|
|
1065
|
+
/**
|
|
1066
|
+
* Sets Navigation type for the list.
|
|
1067
|
+
* @param type
|
|
1068
|
+
*/
|
|
1069
|
+
onNavigationTypeChange(type) {
|
|
1070
|
+
this.resetNavigation();
|
|
1071
|
+
switch (type) {
|
|
1072
|
+
case i1.NAVIGATION_TYPE.BASIC:
|
|
1073
|
+
this.enableBasicNavigation();
|
|
1074
|
+
break;
|
|
1075
|
+
case i1.NAVIGATION_TYPE.INLINE:
|
|
1076
|
+
this.enableInlineNavigation();
|
|
1077
|
+
break;
|
|
1078
|
+
case i1.NAVIGATION_TYPE.ADVANCED:
|
|
1079
|
+
case i1.NAVIGATION_TYPE.CLASSIC:
|
|
1080
|
+
this.enableClassicNavigation();
|
|
1081
|
+
break;
|
|
1082
|
+
case i1.NAVIGATION_TYPE.PAGER:
|
|
1083
|
+
this.enablePagerNavigation();
|
|
1084
|
+
break;
|
|
1085
|
+
case i1.NAVIGATION_TYPE.NONE:
|
|
1086
|
+
this.setNavigationTypeNone();
|
|
1087
|
+
break;
|
|
1088
|
+
case i1.NAVIGATION_TYPE.SCROLL:
|
|
1089
|
+
this.enableInfiniteScroll();
|
|
1090
|
+
break;
|
|
1091
|
+
case i1.NAVIGATION_TYPE.ONDEMAND:
|
|
1092
|
+
this.enableOnDemandLoad();
|
|
1093
|
+
break;
|
|
1094
|
+
}
|
|
1095
|
+
}
|
|
1096
|
+
/**
|
|
1097
|
+
* Update fieldDefs property, fieldDefs is the model of the List Component.
|
|
1098
|
+
* fieldDefs is an Array type.
|
|
1099
|
+
* @param newVal
|
|
1100
|
+
*/
|
|
1101
|
+
updateFieldDefs(newVal) {
|
|
1102
|
+
if (this.infScroll || this.onDemandLoad) {
|
|
1103
|
+
[this.fieldDefs, this.currentPage] = this.paginationService.updateFieldsOnPagination(this, newVal);
|
|
1104
|
+
}
|
|
1105
|
+
else {
|
|
1106
|
+
this.fieldDefs = newVal;
|
|
1107
|
+
}
|
|
1108
|
+
if (this.orderby) {
|
|
1109
|
+
this.fieldDefs = i1.getOrderedDataset(this.fieldDefs, this.orderby);
|
|
1110
|
+
}
|
|
1111
|
+
if (this.groupby) {
|
|
1112
|
+
this.groupedData = i1.groupData(this, this.fieldDefs, this.groupby, this.match, this.orderby, this.dateformat, this.datePipe, undefined, this.appDefaults);
|
|
1113
|
+
}
|
|
1114
|
+
if (!this.fieldDefs.length) {
|
|
1115
|
+
this.noDataFound = true;
|
|
1116
|
+
this.selecteditem = undefined;
|
|
1117
|
+
}
|
|
1118
|
+
i2.$appDigest();
|
|
1119
|
+
this.listItems.setDirty();
|
|
1120
|
+
}
|
|
1121
|
+
onDataChange(newVal) {
|
|
1122
|
+
// Check for newVal is not empty
|
|
1123
|
+
if (!lodashEs.isEmpty(newVal)) {
|
|
1124
|
+
this.noDataFound = false;
|
|
1125
|
+
this.isDataChanged = true;
|
|
1126
|
+
if (this.datasource && this.datasource.execute(i2.DataSource.Operation.IS_API_AWARE)) {
|
|
1127
|
+
// clone the the data in case of live and service variables to prevent the two-way binding for these variables.
|
|
1128
|
+
newVal = lodashEs.cloneDeep(newVal);
|
|
1129
|
+
}
|
|
1130
|
+
if (i2.isObject(newVal) && !lodashEs.isArray(newVal)) {
|
|
1131
|
+
newVal = lodashEs.isEmpty(newVal) ? [] : [newVal];
|
|
1132
|
+
}
|
|
1133
|
+
if (lodashEs.isString(newVal)) {
|
|
1134
|
+
newVal = newVal.split(',');
|
|
1135
|
+
}
|
|
1136
|
+
// if the page number is greater than 1 on initial load then we render the first page.
|
|
1137
|
+
if (this.datasource && this.datasource.owner === 'App' && (this.infScroll || this.onDemandLoad) && !this.currentPage && this.datasource.execute(i2.DataSource.Operation.GET_PAGING_OPTIONS).number > 0) {
|
|
1138
|
+
newVal = this.datasource.execute(i2.DataSource.Operation.LIST_RECORDS, {
|
|
1139
|
+
'page': 1
|
|
1140
|
+
});
|
|
1141
|
+
}
|
|
1142
|
+
if (lodashEs.isArray(newVal)) {
|
|
1143
|
+
if (newVal.length) {
|
|
1144
|
+
this.invokeEventCallback('beforedatarender', { $data: newVal });
|
|
1145
|
+
}
|
|
1146
|
+
this.updateFieldDefs(newVal);
|
|
1147
|
+
}
|
|
1148
|
+
}
|
|
1149
|
+
else {
|
|
1150
|
+
this.updateFieldDefs([]);
|
|
1151
|
+
}
|
|
1152
|
+
}
|
|
1153
|
+
// Updates the dataSource when pagination is enabled for the Component.
|
|
1154
|
+
setupDataSource() {
|
|
1155
|
+
const dataNavigator = this.dataNavigator;
|
|
1156
|
+
dataNavigator.options = {
|
|
1157
|
+
maxResults: this.pagesize || 20
|
|
1158
|
+
};
|
|
1159
|
+
this.dataNavigatorWatched = true;
|
|
1160
|
+
if (this.navigatorResultWatch) {
|
|
1161
|
+
this.navigatorResultWatch.unsubscribe();
|
|
1162
|
+
}
|
|
1163
|
+
/*Register a watch on the "result" property of the "dataNavigator" so that the paginated data is displayed in the live-list.*/
|
|
1164
|
+
this.navigatorResultWatch = dataNavigator.resultEmitter.subscribe((newVal) => {
|
|
1165
|
+
this.onDataChange(newVal);
|
|
1166
|
+
}, true);
|
|
1167
|
+
/*De-register the watch if it is exists */
|
|
1168
|
+
if (this.navigatorMaxResultWatch) {
|
|
1169
|
+
this.navigatorMaxResultWatch.unsubscribe();
|
|
1170
|
+
}
|
|
1171
|
+
/*Register a watch on the "maxResults" property of the "dataNavigator" so that the "pageSize" is displayed in the live-list.*/
|
|
1172
|
+
this.navigatorMaxResultWatch = dataNavigator.maxResultsEmitter.subscribe((val) => {
|
|
1173
|
+
this.pagesize = val;
|
|
1174
|
+
});
|
|
1175
|
+
dataNavigator.maxResults = this.pagesize || 20;
|
|
1176
|
+
this.removePropertyBinding('dataset');
|
|
1177
|
+
// when list having "datasetboundexpr" attr indicates that list is bound to item context
|
|
1178
|
+
// when dataset is bound to "item.FIELD" then item context is passed as the datasource.
|
|
1179
|
+
const datasetBoundExpr = this.getAttr('datasetboundexpr');
|
|
1180
|
+
this.dataNavigator.setBindDataSet(this.binddataset, this.viewParent, datasetBoundExpr ? this.context : this.datasource, this.dataset, this.binddatasource, datasetBoundExpr, this.statehandler);
|
|
1181
|
+
}
|
|
1182
|
+
onDataSetChange(newVal) {
|
|
1183
|
+
if (lodashEs.get(this.datasource, 'category') === 'wm.Variable' && this.getConfiguredState() !== 'none' && this._pageLoad) {
|
|
1184
|
+
const widgetState = this.statePersistence.getWidgetState(this);
|
|
1185
|
+
this._pageLoad = false;
|
|
1186
|
+
if (this.allowpagesizechange) { // maintain updated page size in the statePersistence
|
|
1187
|
+
if (lodashEs.get(widgetState, 'pagination') || lodashEs.get(widgetState, 'pagesize')) {
|
|
1188
|
+
this.dataNavigator.pageChanged({ page: widgetState.pagination || 1, pagesize: widgetState.pagesize }, true);
|
|
1189
|
+
}
|
|
1190
|
+
}
|
|
1191
|
+
else {
|
|
1192
|
+
if (lodashEs.get(widgetState, 'pagination')) {
|
|
1193
|
+
this.dataNavigator.pageChanged({ page: widgetState.pagination }, true);
|
|
1194
|
+
}
|
|
1195
|
+
}
|
|
1196
|
+
if (lodashEs.get(widgetState, 'selectedItem')) {
|
|
1197
|
+
this._selectedItemsExist = true;
|
|
1198
|
+
}
|
|
1199
|
+
}
|
|
1200
|
+
if (!this.dataNavigatorWatched) {
|
|
1201
|
+
if (this.navigation && this.navigation !== i1.NAVIGATION_TYPE.NONE) {
|
|
1202
|
+
this.setupDataSource();
|
|
1203
|
+
}
|
|
1204
|
+
else {
|
|
1205
|
+
this.onDataChange(newVal);
|
|
1206
|
+
}
|
|
1207
|
+
}
|
|
1208
|
+
else if (this.navigation && this.navigation !== i1.NAVIGATION_TYPE.NONE) {
|
|
1209
|
+
// If navigation is already setup and datasource is changed, update the datasource on navigation
|
|
1210
|
+
this.dataNavigator.setDataSource(this.datasource);
|
|
1211
|
+
}
|
|
1212
|
+
}
|
|
1213
|
+
// All the ListItem's Active state is set to false.
|
|
1214
|
+
deselectListItems() {
|
|
1215
|
+
this.listItems.forEach(item => item.isActive = false);
|
|
1216
|
+
}
|
|
1217
|
+
// Deselect all the ListItems and clear the selecteditem(InOutBound Property model)
|
|
1218
|
+
clearSelectedItems() {
|
|
1219
|
+
this.deselectListItems();
|
|
1220
|
+
this._items.length = 0;
|
|
1221
|
+
i2.$appDigest();
|
|
1222
|
+
}
|
|
1223
|
+
/**
|
|
1224
|
+
* return the ListItemDirective instance by checking the equality of the model.
|
|
1225
|
+
* @param listModel: model to be searched for
|
|
1226
|
+
* @returns ListItem if the model is matched else return null.
|
|
1227
|
+
*/
|
|
1228
|
+
getListItemByModel(listModel) {
|
|
1229
|
+
return this.listItems.find((listItem) => {
|
|
1230
|
+
let itemObj = listItem.item;
|
|
1231
|
+
if (this.groupby && !lodashEs.has(listModel, '_groupIndex')) {
|
|
1232
|
+
// If groupby is enabled, item contains _groupIndex property which should be excluded while comparing model.
|
|
1233
|
+
itemObj = lodashEs.clone(itemObj);
|
|
1234
|
+
delete itemObj._groupIndex;
|
|
1235
|
+
}
|
|
1236
|
+
if (lodashEs.isEqual(itemObj, listModel)) {
|
|
1237
|
+
return true;
|
|
1238
|
+
}
|
|
1239
|
+
}) || null;
|
|
1240
|
+
}
|
|
1241
|
+
updateSelectedItemsWidgets(statePersistenceTriggered) {
|
|
1242
|
+
let obj = {}, widgetState;
|
|
1243
|
+
const pageNum = lodashEs.get(this.dataNavigator, 'dn.currentPage') || 1;
|
|
1244
|
+
if (this.getConfiguredState() !== 'none') {
|
|
1245
|
+
// remove previously configured selected items for current page and construct new ones later below.
|
|
1246
|
+
widgetState = this.statePersistence.getWidgetState(this) || {};
|
|
1247
|
+
if (lodashEs.get(widgetState, 'selectedItem')) {
|
|
1248
|
+
// when multiselect is on and an item is selected without pressing CTRL, previously selected items in state should be empty.
|
|
1249
|
+
if (this.multiselect && this.selecteditem.length === 1) {
|
|
1250
|
+
widgetState.selectedItem = [];
|
|
1251
|
+
}
|
|
1252
|
+
else {
|
|
1253
|
+
lodashEs.remove(widgetState.selectedItem, function (selectedItem) {
|
|
1254
|
+
return selectedItem.page === pageNum;
|
|
1255
|
+
});
|
|
1256
|
+
}
|
|
1257
|
+
}
|
|
1258
|
+
}
|
|
1259
|
+
if (this.multiselect) {
|
|
1260
|
+
this.selectedItemWidgets.length = 0;
|
|
1261
|
+
}
|
|
1262
|
+
this.listItems.forEach((item, index) => {
|
|
1263
|
+
if (item.isActive) {
|
|
1264
|
+
if (this.multiselect) {
|
|
1265
|
+
this.selectedItemWidgets.push(item.currentItemWidgets);
|
|
1266
|
+
}
|
|
1267
|
+
else {
|
|
1268
|
+
this.selectedItemWidgets = item.currentItemWidgets;
|
|
1269
|
+
}
|
|
1270
|
+
obj = { page: pageNum, index: index };
|
|
1271
|
+
if (lodashEs.get(widgetState, 'selectedItem') && this.multiselect) {
|
|
1272
|
+
if (!lodashEs.some(widgetState.selectedItem, obj)) {
|
|
1273
|
+
widgetState.selectedItem.push(obj);
|
|
1274
|
+
}
|
|
1275
|
+
}
|
|
1276
|
+
else {
|
|
1277
|
+
widgetState.selectedItem = [obj];
|
|
1278
|
+
}
|
|
1279
|
+
}
|
|
1280
|
+
});
|
|
1281
|
+
if (this.getConfiguredState() !== 'none' && !statePersistenceTriggered) {
|
|
1282
|
+
if (i1.unsupportedStatePersistenceTypes.indexOf(this.navigation) < 0) {
|
|
1283
|
+
this.statePersistence.removeWidgetState(this, 'selectedItem');
|
|
1284
|
+
this.statePersistence.setWidgetState(this, { 'selectedItem': widgetState.selectedItem });
|
|
1285
|
+
}
|
|
1286
|
+
else {
|
|
1287
|
+
console.warn('Retain State handling on Widget ' + this.name + ' is not supported for current pagination type.');
|
|
1288
|
+
}
|
|
1289
|
+
}
|
|
1290
|
+
}
|
|
1291
|
+
/**
|
|
1292
|
+
* Selects the listItem and updates selecteditem property.
|
|
1293
|
+
* If the listItem is already a selected item then deselects the item.
|
|
1294
|
+
* @param {ListItemDirective} $listItem: Item to be selected of deselected.
|
|
1295
|
+
*/
|
|
1296
|
+
toggleListItemSelection($listItem, statePersistenceTriggered) {
|
|
1297
|
+
// item is not allowed to get selected if it is disabled.
|
|
1298
|
+
if ($listItem && !$listItem.disableItem) {
|
|
1299
|
+
let item = $listItem.item;
|
|
1300
|
+
if (this.groupby && lodashEs.has(item, '_groupIndex')) {
|
|
1301
|
+
// If groupby is enabled, item contains _groupIndex property which should be excluded from selecteditem.
|
|
1302
|
+
item = lodashEs.clone(item);
|
|
1303
|
+
delete item._groupIndex;
|
|
1304
|
+
}
|
|
1305
|
+
if ($listItem.isActive) {
|
|
1306
|
+
this._items = lodashEs.pullAllWith(this._items, [item], lodashEs.isEqual);
|
|
1307
|
+
$listItem.isActive = false;
|
|
1308
|
+
}
|
|
1309
|
+
else {
|
|
1310
|
+
// if multiselect is false, clear the selectItem list before adding an item to the selectItem list.
|
|
1311
|
+
if (!this.multiselect) {
|
|
1312
|
+
this.clearSelectedItems();
|
|
1313
|
+
}
|
|
1314
|
+
this._items.push(item);
|
|
1315
|
+
this.invokeEventCallback('select', { widget: $listItem, $data: item });
|
|
1316
|
+
$listItem.isActive = true;
|
|
1317
|
+
}
|
|
1318
|
+
this.updateSelectedItemsWidgets(statePersistenceTriggered);
|
|
1319
|
+
}
|
|
1320
|
+
}
|
|
1321
|
+
/**
|
|
1322
|
+
* Method is Invoked when the model for the List Widget is changed.
|
|
1323
|
+
* @param {QueryList<ListItemDirective>} listItems
|
|
1324
|
+
*/
|
|
1325
|
+
onListRender(listItems) {
|
|
1326
|
+
// Added render callback event. This method(onListRender) is calling multiple times so checking isDatachanged flag because this falg is changed whenever new data is rendered.
|
|
1327
|
+
if (this.isDataChanged) {
|
|
1328
|
+
// Whenever dataset is changed, trigger watchers to evaluate listitem bind expressions.
|
|
1329
|
+
i2.$invokeWatchers(true);
|
|
1330
|
+
this.invokeEventCallback('render', { $data: this.fieldDefs });
|
|
1331
|
+
}
|
|
1332
|
+
if (this.isDataChanged && this.getConfiguredState() !== 'none' && listItems.length && this._selectedItemsExist) {
|
|
1333
|
+
const widgetState = this.statePersistence.getWidgetState(this);
|
|
1334
|
+
if (lodashEs.get(widgetState, 'selectedItem')) {
|
|
1335
|
+
this._selectedItemsExist = false;
|
|
1336
|
+
const selectedItemsLength = lodashEs.isArray(this.selecteditem) ? this.selecteditem.length : lodashEs.toNumber(!lodashEs.isEmpty(this.selecteditem));
|
|
1337
|
+
const currentPage = lodashEs.get(this.dataNavigator, 'dn.currentPage') || 1;
|
|
1338
|
+
widgetState.pagination = widgetState.pagination || 1;
|
|
1339
|
+
// to prevent item selection from being triggered more than once
|
|
1340
|
+
if (selectedItemsLength !== widgetState.selectedItem.length && widgetState.pagination === currentPage) {
|
|
1341
|
+
widgetState.selectedItem.forEach((item) => {
|
|
1342
|
+
if (item.page === currentPage) {
|
|
1343
|
+
this.selectItem(item.index, true);
|
|
1344
|
+
}
|
|
1345
|
+
});
|
|
1346
|
+
}
|
|
1347
|
+
}
|
|
1348
|
+
}
|
|
1349
|
+
const selectedItems = lodashEs.isArray(this.selecteditem) ? this.selecteditem : [this.selecteditem];
|
|
1350
|
+
this.firstSelectedItem = this.lastSelectedItem = null;
|
|
1351
|
+
// don't select first item if multi-select is enabled and at least item is already selected in the list.
|
|
1352
|
+
// don't select first item if state information has selected items
|
|
1353
|
+
if (listItems.length && this.selectfirstitem && !(this._items.length && this.multiselect) && this._selectedItemsExist !== false) {
|
|
1354
|
+
const $firstItem = listItems.first;
|
|
1355
|
+
if (!$firstItem.disableItem &&
|
|
1356
|
+
this.isDataChanged &&
|
|
1357
|
+
// "infinite scroll" or "load on demand" is enabled and at least one item is selected then dont alter the selected list items.
|
|
1358
|
+
!((this.infScroll || this.onDemandLoad) &&
|
|
1359
|
+
this._items.length)) {
|
|
1360
|
+
this.clearSelectedItems();
|
|
1361
|
+
this.firstSelectedItem = this.lastSelectedItem = $firstItem;
|
|
1362
|
+
// selecting the first record
|
|
1363
|
+
this.selectItem(0);
|
|
1364
|
+
}
|
|
1365
|
+
}
|
|
1366
|
+
else {
|
|
1367
|
+
this.deselectListItems();
|
|
1368
|
+
selectedItems.forEach(selecteditem => {
|
|
1369
|
+
const listItem = this.getListItemByModel(selecteditem);
|
|
1370
|
+
if (listItem) {
|
|
1371
|
+
listItem.isActive = true;
|
|
1372
|
+
this.lastSelectedItem = listItem;
|
|
1373
|
+
// focus the active element
|
|
1374
|
+
listItem.nativeElement.focus();
|
|
1375
|
+
}
|
|
1376
|
+
});
|
|
1377
|
+
}
|
|
1378
|
+
if (this.fieldDefs.length && this.infScroll) {
|
|
1379
|
+
this.$element.closest('[wmsmoothscroll]');
|
|
1380
|
+
// In case of mobile app when modal exists, and list items height is greater than the modal content provide ccontainer a scrollable height
|
|
1381
|
+
const modalBody = this.$element.closest('.modal-body');
|
|
1382
|
+
const listHt = this.$element.find('ul').height();
|
|
1383
|
+
const modalHt = window.innerHeight - 140;
|
|
1384
|
+
if (i2.isMobile() && modalBody.length && listHt > modalHt) {
|
|
1385
|
+
this.$element.css('height', modalHt + 'px');
|
|
1386
|
+
}
|
|
1387
|
+
setTimeout(() => this.paginationService.bindScrollEvt(this, '> ul', i1.DEBOUNCE_TIMES.PAGINATION_DEBOUNCE_TIME), 500);
|
|
1388
|
+
// this.paginationService.bindScrollEvt(this, '> ul', DEBOUNCE_TIMES.PAGINATION_DEBOUNCE_TIME);
|
|
1389
|
+
}
|
|
1390
|
+
this.isDataChanged = false;
|
|
1391
|
+
}
|
|
1392
|
+
setupHandlers() {
|
|
1393
|
+
this.listItemsChangesSubscription = this.listItems.changes.subscribe(listItems => {
|
|
1394
|
+
this.onListRender(listItems);
|
|
1395
|
+
this.cdRef.detectChanges();
|
|
1396
|
+
});
|
|
1397
|
+
// handle click event in capturing phase.
|
|
1398
|
+
this.boundClickHandler = ($event) => {
|
|
1399
|
+
let target = $($event.target).closest('.app-list-item');
|
|
1400
|
+
// Recursively find the current list item
|
|
1401
|
+
while (target.get(0) && (target.closest('ul.app-livelist-container').get(0) !== $event.currentTarget)) {
|
|
1402
|
+
target = target.parent().closest('.app-list-item');
|
|
1403
|
+
}
|
|
1404
|
+
this.triggerListItemSelection(target, $event);
|
|
1405
|
+
};
|
|
1406
|
+
const ulElement = this.nativeElement.querySelector('ul.app-livelist-container');
|
|
1407
|
+
if (ulElement) {
|
|
1408
|
+
ulElement.addEventListener('click', this.boundClickHandler, true);
|
|
1409
|
+
}
|
|
1410
|
+
}
|
|
1411
|
+
// Triggers on drag start while reordering.
|
|
1412
|
+
onReorderStart(evt, ui) {
|
|
1413
|
+
ui.placeholder.height(ui.item.height());
|
|
1414
|
+
this.$ulEle.data('oldIndex', ui.item.index());
|
|
1415
|
+
}
|
|
1416
|
+
// Triggers during sorting
|
|
1417
|
+
onSort(evt, ui) {
|
|
1418
|
+
// In case of infinite scroll, when the element doesn't have scroll enabled
|
|
1419
|
+
// on dragging the element to last item's position manually trigger loading of next items
|
|
1420
|
+
if (this.infScroll) {
|
|
1421
|
+
const lastItemOffset = this.$ulEle.find(`[listitemindex=${this.fieldDefs.length - 1}]`).offset();
|
|
1422
|
+
if (lastItemOffset && lastItemOffset.top < ui.offset.top) {
|
|
1423
|
+
this.paginationService.bindScrollEvt(this, '> ul', i1.DEBOUNCE_TIMES.PAGINATION_DEBOUNCE_TIME);
|
|
1424
|
+
this.debouncedFetchNextDatasetOnScroll();
|
|
1425
|
+
}
|
|
1426
|
+
}
|
|
1427
|
+
}
|
|
1428
|
+
// Triggers after the sorting.
|
|
1429
|
+
onUpdate(evt, ui, presentIndex) {
|
|
1430
|
+
const data = this.fieldDefs;
|
|
1431
|
+
// If ui is not present then it is called from drag and drop using keyboard
|
|
1432
|
+
const newIndex = ui === undefined ? presentIndex : ui.item.index();
|
|
1433
|
+
const oldIndex = this.$ulEle.data('oldIndex');
|
|
1434
|
+
const minIndex = lodashEs.min([newIndex, oldIndex]);
|
|
1435
|
+
const maxIndex = lodashEs.max([newIndex, oldIndex]);
|
|
1436
|
+
const draggedItem = lodashEs.pullAt(data, oldIndex)[0];
|
|
1437
|
+
// Modify the data list only if we find a draggedItem
|
|
1438
|
+
if (draggedItem) {
|
|
1439
|
+
if (this.getConfiguredState() !== 'none') {
|
|
1440
|
+
this.statePersistence.removeWidgetState(this, 'selectedItem');
|
|
1441
|
+
}
|
|
1442
|
+
this.reorderProps.minIndex = lodashEs.min([minIndex, this.reorderProps.minIndex]);
|
|
1443
|
+
this.reorderProps.maxIndex = lodashEs.max([maxIndex, this.reorderProps.maxIndex]);
|
|
1444
|
+
data.splice(newIndex, 0, draggedItem);
|
|
1445
|
+
this.cdRef.markForCheck();
|
|
1446
|
+
this.cdRef.detectChanges();
|
|
1447
|
+
const $changedItem = {
|
|
1448
|
+
oldIndex: oldIndex,
|
|
1449
|
+
newIndex: newIndex,
|
|
1450
|
+
item: data[newIndex]
|
|
1451
|
+
};
|
|
1452
|
+
this.invokeEventCallback('reorder', { $event: evt, $data: data, $changedItem });
|
|
1453
|
+
this.$ulEle.removeData('oldIndex');
|
|
1454
|
+
}
|
|
1455
|
+
}
|
|
1456
|
+
// configures reordering the list items.
|
|
1457
|
+
configureDnD() {
|
|
1458
|
+
let appendTo;
|
|
1459
|
+
const modalEl = $(document).find('.modal');
|
|
1460
|
+
if (this.getAttr('height')) { // when height is applied to the list, append should be the ul's parent as scroll is applied to the parent
|
|
1461
|
+
appendTo = 'parent';
|
|
1462
|
+
}
|
|
1463
|
+
else if (modalEl.length) { // In case of dialog, appendTo should be the modal ele
|
|
1464
|
+
appendTo = modalEl[modalEl.length - 1];
|
|
1465
|
+
}
|
|
1466
|
+
else { // As default append to should be body
|
|
1467
|
+
appendTo = 'body';
|
|
1468
|
+
}
|
|
1469
|
+
const options = {
|
|
1470
|
+
appendTo: appendTo,
|
|
1471
|
+
};
|
|
1472
|
+
const $el = $(this.nativeElement);
|
|
1473
|
+
this.$ulEle = $el.find('.app-livelist-container');
|
|
1474
|
+
i1.configureDnD(this.$ulEle, options, this.onReorderStart.bind(this), this.onUpdate.bind(this), this.onSort.bind(this));
|
|
1475
|
+
this.$ulEle.droppable({ 'accept': '.app-list-item' });
|
|
1476
|
+
}
|
|
1477
|
+
// returns true if the selection limit is reached.
|
|
1478
|
+
checkSelectionLimit(count) {
|
|
1479
|
+
return (!this.selectionlimit || count < this.selectionlimit);
|
|
1480
|
+
}
|
|
1481
|
+
// returns listitem reference by index value.
|
|
1482
|
+
getListItemByIndex(index) {
|
|
1483
|
+
return this.listItems.toArray()[index];
|
|
1484
|
+
}
|
|
1485
|
+
/**
|
|
1486
|
+
* return index of an (listItemDirective) in the listItem
|
|
1487
|
+
* @param {ListItemDirective} item
|
|
1488
|
+
* @returns {number}
|
|
1489
|
+
*/
|
|
1490
|
+
getListItemIndex(item) {
|
|
1491
|
+
return this.listItems.toArray().indexOf(item);
|
|
1492
|
+
}
|
|
1493
|
+
/**
|
|
1494
|
+
* Returns ListItem Reference based on the input provided.
|
|
1495
|
+
* @param val: index | model of the list item.
|
|
1496
|
+
* @returns {ListItemDirective}
|
|
1497
|
+
*/
|
|
1498
|
+
getItemRefByIndexOrModel(val) {
|
|
1499
|
+
let listItem;
|
|
1500
|
+
if (lodashEs.isNumber(val)) {
|
|
1501
|
+
listItem = this.getListItemByIndex(val);
|
|
1502
|
+
}
|
|
1503
|
+
else {
|
|
1504
|
+
listItem = this.getListItemByModel(val);
|
|
1505
|
+
}
|
|
1506
|
+
return listItem;
|
|
1507
|
+
}
|
|
1508
|
+
beforePaginationChange($event, $index) {
|
|
1509
|
+
this.invokeEventCallback('paginationchange', { $event, $index });
|
|
1510
|
+
}
|
|
1511
|
+
trackByFn($index) {
|
|
1512
|
+
return $index; // Return a unique identifier for each item
|
|
1513
|
+
}
|
|
1514
|
+
// Invoke the datasource variable by default when pulltorefresh event is not specified.
|
|
1515
|
+
subscribeToPullToRefresh() {
|
|
1516
|
+
this._listenerDestroyers.push(this.app.subscribe('pulltorefresh', () => {
|
|
1517
|
+
if (this.datasource && this.datasource.listRecords) {
|
|
1518
|
+
this.datasource.listRecords();
|
|
1519
|
+
}
|
|
1520
|
+
}));
|
|
1521
|
+
}
|
|
1522
|
+
setUpCUDHandlers() {
|
|
1523
|
+
const $addItem = document.getElementsByClassName("add-list-item")[0];
|
|
1524
|
+
if ($addItem) {
|
|
1525
|
+
// MEMORY LEAK FIX: Store bound handler for cleanup
|
|
1526
|
+
this.boundAddItemHandler = (evt) => {
|
|
1527
|
+
this.create();
|
|
1528
|
+
};
|
|
1529
|
+
// Triggered on click of add action
|
|
1530
|
+
$addItem.addEventListener('click', this.boundAddItemHandler);
|
|
1531
|
+
}
|
|
1532
|
+
}
|
|
1533
|
+
_readItemAttrsFromHost() {
|
|
1534
|
+
const raw = this.nativeElement.getAttribute("itemattrs");
|
|
1535
|
+
if (!raw) {
|
|
1536
|
+
this.itemAttrsMap = {};
|
|
1537
|
+
return;
|
|
1538
|
+
}
|
|
1539
|
+
try {
|
|
1540
|
+
this.itemAttrsMap = JSON.parse(raw);
|
|
1541
|
+
}
|
|
1542
|
+
catch (e) {
|
|
1543
|
+
console.warn("list.component: failed to parse itemattrs JSON", e, raw);
|
|
1544
|
+
this.itemAttrsMap = {};
|
|
1545
|
+
}
|
|
1546
|
+
}
|
|
1547
|
+
static { this.ɵfac = i0__namespace.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "20.3.19", ngImport: i0__namespace, type: ListComponent, deps: [{ token: i0__namespace.Injector }, { token: i0__namespace.ChangeDetectorRef }, { token: i1__namespace.ToDatePipe }, { token: i2__namespace.App }, { token: i2__namespace.AppDefaults }, { token: i0__namespace.NgZone }, { token: 'itemclass.bind', attribute: true }, { token: 'disableitem.bind', attribute: true }, { token: 'dataset.bind', attribute: true }, { token: 'datasource.bind', attribute: true }, { token: 'mouseenter.event', attribute: true }, { token: 'mouseleave.event', attribute: true }, { token: i2__namespace.StatePersistence }, { token: i2__namespace.PaginationService }, { token: 'EXPLICIT_CONTEXT', optional: true }], target: i0__namespace.ɵɵFactoryTarget.Component }); }
|
|
1548
|
+
static { this.ɵcmp = i0__namespace.ɵɵngDeclareComponent({ minVersion: "17.0.0", version: "20.3.19", type: ListComponent, isStandalone: true, selector: "div[wmList]", providers: [
|
|
1549
|
+
i1.provideAsWidgetRef(ListComponent)
|
|
1550
|
+
], queries: [{ propertyName: "listTemplate", first: true, predicate: ["listTemplate"], descendants: true }, { propertyName: "listLeftActionTemplate", first: true, predicate: ["listLeftActionTemplate"], descendants: true }, { propertyName: "listRightActionTemplate", first: true, predicate: ["listRightActionTemplate"], descendants: true }, { propertyName: "btnComponents", predicate: button.ButtonComponent }], viewQueries: [{ propertyName: "dataNavigator", first: true, predicate: pagination.PaginationComponent, descendants: true }, { propertyName: "listItems", predicate: exports.ListItemDirective, descendants: true }], usesInheritance: true, ngImport: i0__namespace, template: "@if (title || subheading || iconclass) {\n <div class=\"panel-heading\">\n <h3 class=\"panel-title\">\n <div class=\"pull-left\">\n <i class=\"app-icon panel-icon {{iconclass}}\" aria-hidden=\"true\" [hidden]=\"!iconclass\"></i>\n </div>\n <div class=\"pull-left\">\n <div class=\"heading\" [innerHTML]=\"title\"></div>\n <div class=\"description\" [innerHTML]=\"subheading\"></div>\n </div>\n </h3>\n </div>\n}\n\n@if (navigation === 'Inline' && !noDataFound) {\n <div class=\"app-datanavigator\" [attr.aria-disabled]=\"dataNavigator.isDisablePrevious\" aria-label=\"Page navigation\">\n <ul class=\"pager\">\n <li class=\"previous\" [ngClass]=\"{'disabled': (dataNavigator ? dataNavigator.isDisablePrevious : true)}\">\n <a href=\"javascript:void(0);\" (click)=\"dataNavigator.navigatePage('prev', $event)\"\n [attr.aria-disabled]=\"dataNavigator.isDisablePrevious\">\n <i class=\"wi wi-chevron-left\" aria-hidden=\"true\"></i>\n <span class=\"sr-only\">Go to Previous page {{dataNavigator.isDisablePrevious ? ', Disabled' : ''}}</span>\n </a>\n </li>\n </ul>\n </div>\n}\n@if (navigation === 'Inline' && !noDataFound) {\n <div aria-live=\"polite\" aria-atomic=\"true\" class=\"sr-only\"> {{'Page ' + dataNavigator.dn.currentPage + ' of ' + dataNavigator.pageCount }}</div>\n}\n\n<div>\n @if (enablereorder) {\n <div id={{titleId}} class=\"sr-only\">\n Press space bar to toggle drag drop mode, use arrow keys to move selected elements.\n </div>\n }\n\n @if (listItems && enablereorder && currentIndex) {\n <div aria-live=\"assertive\" class=\"sr-only\" >\n {{ariaText + currentIndex + ' of ' + listItems.length}}\n </div>\n }\n</div>\n\n<ul [attr.tabindex]=\"tabindex\" class=\"list-group app-livelist-container clearfix {{direction === 'horizontal' ? 'app-horizontal-list': ''}} {{listclass}}\" role=\"list\"\n [class.list-group-autolayout]=\"hasAutolayout\"\n (keydown.enter)=\"handleKeyDown($event, 'select')\"\n\n (keydown.space)=\"handleKeyDown($event, 'space')\"\n\n (keydown.arrowup)=\"handleKeyDown($event, 'focusPrev')\"\n (keydown.arrowdown)=\"handleKeyDown($event, 'focusNext')\"\n (keydown.arrowleft)=\"handleKeyDown($event, 'focusPrev')\"\n (keydown.arrowright)=\"handleKeyDown($event, 'focusNext')\"\n\n (keydown.shift.arrowup)=\"handleKeyDown($event, 'selectPrev')\"\n (keydown.shift.arrowdown)=\"handleKeyDown($event, 'selectNext')\"\n (keydown.shift.arrowleft)=\"handleKeyDown($event, 'selectPrev')\"\n (keydown.shift.arrowright)=\"handleKeyDown($event, 'selectNext')\"\n [hidden]=\"noDataFound && !variableInflight\"\n >\n @if (!groupby) {\n @for (item of fieldDefs; track item) {\n <li class=\"app-list-item {{direction === 'horizontal' ? '' : itemsPerRowClass}}\" [ngClass]=\"listItemRef.itemClass\"\n [wmListItem]=\"item\"\n #listItemRef=\"listItemRef\"\n [attr.tabindex]=\"tabindex\"\n role=\"listitem\">\n <ng-container [ngTemplateOutlet]=\"listTemplate\"\n [ngTemplateOutletInjector]=\"createCustomInjector('falt_' + listItemRef.trackId, {item: item, row: item, $index: $index, itemRef: listItemRef, $first: $first, $last: $last, currentItemWidgets: listItemRef.currentItemWidgets})\"\n [ngTemplateOutletContext]=\"{item: item, row: item, $index: $index, itemRef: listItemRef, $first: $first, $last: $last, currentItemWidgets: listItemRef.currentItemWidgets}\"></ng-container>\n </li>\n }\n } @else {\n @for (groupObj of groupedData; track groupObj; let groupIndex = $index) {\n <li class=\"app-list-item-group clearfix\">\n <ul [attr.tabindex]=\"tabindex\" class=\"list-group item-group\" [ngClass]=\"listclass\" [class.list-group-autolayout]=\"hasAutolayout\">\n <li class=\"app-list-item-header list-item list-group-header\" (click)=\"handleHeaderClick($event)\" [ngClass]=\"{'collapsible-content': collapsible}\">\n <h4>{{groupObj.key}}\n <div class=\"header-action\">\n @if (collapsible) {\n <i class=\"app-icon wi action wi-chevron-up\"></i>\n }\n @if (showcount) {\n <span class=\"label label-default\">{{groupObj.data.length}}</span>\n }\n </div>\n </h4>\n </li>\n <li class=\"list-group-container\">\n <ul class=\"list-group clearfix {{direction === 'horizontal' ? 'app-horizontal-list': ''}}\" [class.list-group-autolayout]=\"hasAutolayout\">\n @for (item of groupObj.data; track trackByFn($index, item)) {\n <li [attr.tabindex]=\"tabindex\"\n class=\"app-list-item group-list-item {{itemsPerRowClass}}\"\n [ngClass]=\"listItemRef.itemClass\"\n [wmListItem]=\"item\" #listItemRef=\"listItemRef\">\n <ng-container [ngTemplateOutlet]=\"listTemplate\"\n [ngTemplateOutletInjector]=\"createCustomInjector('group_' + listItemRef.trackId, {item: item, row: item, $index: $index, itemRef: listItemRef, $first: $first, $last: $last, currentItemWidgets: listItemRef.currentItemWidgets})\"\n [ngTemplateOutletContext]=\"{item: item, row: item, $index: $index, itemRef: listItemRef, $first: $first, $last: $last, currentItemWidgets: listItemRef.currentItemWidgets}\"></ng-container>\n </li>\n }\n </ul>\n </li>\n </ul>\n </li>\n }\n }\n <ng-container [ngTemplateOutlet]=\"listLeftActionTemplate\"></ng-container>\n <ng-container [ngTemplateOutlet]=\"listRightActionTemplate\"></ng-container>\n</ul>\n\n@if (noDataFound && !variableInflight) {\n <div class=\"no-data-msg\" [textContent]=\"nodatamessage\"></div>\n}\n\n@if (variableInflight && !pulltorefresh) {\n <div class=\"loading-data-msg\">\n <span>\n <i class=\"app-icon panel-icon fa-spin\" aria-hidden=\"true\" [ngClass]=\"loadingicon\"></i>\n <span class=\"sr-only\">Loading</span>\n <span class=\"loading-text\" [textContent]=\"loadingdatamsg\"></span>\n </span>\n </div>\n}\n\n@if (navigation === 'Inline' && !noDataFound) {\n <div class=\"app-datanavigator\" [attr.aria-disabled]=\"dataNavigator.isDisableNext\">\n <ul class=\"pager\">\n <li class=\"next\" [ngClass]=\"{'disabled': (dataNavigator ? dataNavigator.isDisableNext : true)}\">\n <a href=\"javascript:void(0);\" (click)=\"dataNavigator.navigatePage('next', $event)\"\n [attr.aria-disabled]=\"dataNavigator.isDisableNext\">\n <i class=\"wi wi-chevron-right\" aria-hidden=\"true\"></i>\n <span class=\"sr-only\">Go to Next page {{dataNavigator.isDisableNext ? ', Disabled' : ''}}</span>\n </a>\n </li>\n </ul>\n </div>\n}\n\n@if (navigation !== 'None') {\n <div class=\"panel-footer\" [hidden]=\"!showNavigation || (onDemandLoad && dataNavigator.isDisableNext) || (dataNavigator?.dataSize <= pagesize && !allowpagesizechange) || (!dataNavigator.dataSize && !dataNavigator.datasource?.pagination?.next)\">\n <nav wmPagination\n navigationalign.bind=\"navigationalign\"\n navigation.bind=\"navControls\"\n showrecordcount.bind=\"showrecordcount\"\n maxsize.bind=\"maxsize\"\n boundarylinks.bind=\"boundarylinks\"\n forceellipses.bind=\"forceellipses\"\n directionlinks.bind=\"directionlinks\"\n show.bind=\"!onDemandLoad\"\n paginationchange.event=\"beforePaginationChange($event, $index)\"\n ></nav>\n @if (onDemandLoad) {\n <a href=\"javascript:void(0);\"\n (click)=\"dataNavigator.navigatePage('next', $event)\"\n class=\"app-button btn btn-block\"\n [ngClass]=\"paginationclass\"\n [textContent]=\"ondemandmessage\"\n ></a>\n }\n </div>\n}\n\n<!--This template will be displayed when groupby is specified-->\n", dependencies: [{ kind: "ngmodule", type: i3.CommonModule }, { kind: "directive", type: i3__namespace.NgClass, selector: "[ngClass]", inputs: ["class", "ngClass"] }, { kind: "directive", type: i3__namespace.NgTemplateOutlet, selector: "[ngTemplateOutlet]", inputs: ["ngTemplateOutletContext", "ngTemplateOutlet", "ngTemplateOutletInjector"] }, { kind: "directive", type: i1.TextContentDirective, selector: "[textContent]", inputs: ["textContent"] }, { kind: "component", type: pagination.PaginationComponent, selector: "[wmPagination]", outputs: ["resultEmitter", "maxResultsEmitter"] }, { kind: "directive", type: exports.ListItemDirective, selector: "[wmListItem]", inputs: ["wmListItem"], exportAs: ["listItemRef"] }] }); }
|
|
1551
|
+
};
|
|
1552
|
+
exports.ListComponent = tslib.__decorate([
|
|
1553
|
+
i1.AutoLayout({ targetSelector: 'ul' }),
|
|
1554
|
+
tslib.__metadata("design:paramtypes", [i0.Injector,
|
|
1555
|
+
i0.ChangeDetectorRef,
|
|
1556
|
+
i1.ToDatePipe,
|
|
1557
|
+
i2.App,
|
|
1558
|
+
i2.AppDefaults,
|
|
1559
|
+
i0.NgZone, String, String, String, String, String, String, i2.StatePersistence,
|
|
1560
|
+
i2.PaginationService, Object])
|
|
1561
|
+
], exports.ListComponent);
|
|
1562
|
+
i0__namespace.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "20.3.19", ngImport: i0__namespace, type: exports.ListComponent, decorators: [{
|
|
1563
|
+
type: i0.Component,
|
|
1564
|
+
args: [{ standalone: true, imports: [i3.CommonModule, i1.TextContentDirective, pagination.PaginationComponent, exports.ListItemDirective], selector: 'div[wmList]', providers: [
|
|
1565
|
+
i1.provideAsWidgetRef(exports.ListComponent)
|
|
1566
|
+
], template: "@if (title || subheading || iconclass) {\n <div class=\"panel-heading\">\n <h3 class=\"panel-title\">\n <div class=\"pull-left\">\n <i class=\"app-icon panel-icon {{iconclass}}\" aria-hidden=\"true\" [hidden]=\"!iconclass\"></i>\n </div>\n <div class=\"pull-left\">\n <div class=\"heading\" [innerHTML]=\"title\"></div>\n <div class=\"description\" [innerHTML]=\"subheading\"></div>\n </div>\n </h3>\n </div>\n}\n\n@if (navigation === 'Inline' && !noDataFound) {\n <div class=\"app-datanavigator\" [attr.aria-disabled]=\"dataNavigator.isDisablePrevious\" aria-label=\"Page navigation\">\n <ul class=\"pager\">\n <li class=\"previous\" [ngClass]=\"{'disabled': (dataNavigator ? dataNavigator.isDisablePrevious : true)}\">\n <a href=\"javascript:void(0);\" (click)=\"dataNavigator.navigatePage('prev', $event)\"\n [attr.aria-disabled]=\"dataNavigator.isDisablePrevious\">\n <i class=\"wi wi-chevron-left\" aria-hidden=\"true\"></i>\n <span class=\"sr-only\">Go to Previous page {{dataNavigator.isDisablePrevious ? ', Disabled' : ''}}</span>\n </a>\n </li>\n </ul>\n </div>\n}\n@if (navigation === 'Inline' && !noDataFound) {\n <div aria-live=\"polite\" aria-atomic=\"true\" class=\"sr-only\"> {{'Page ' + dataNavigator.dn.currentPage + ' of ' + dataNavigator.pageCount }}</div>\n}\n\n<div>\n @if (enablereorder) {\n <div id={{titleId}} class=\"sr-only\">\n Press space bar to toggle drag drop mode, use arrow keys to move selected elements.\n </div>\n }\n\n @if (listItems && enablereorder && currentIndex) {\n <div aria-live=\"assertive\" class=\"sr-only\" >\n {{ariaText + currentIndex + ' of ' + listItems.length}}\n </div>\n }\n</div>\n\n<ul [attr.tabindex]=\"tabindex\" class=\"list-group app-livelist-container clearfix {{direction === 'horizontal' ? 'app-horizontal-list': ''}} {{listclass}}\" role=\"list\"\n [class.list-group-autolayout]=\"hasAutolayout\"\n (keydown.enter)=\"handleKeyDown($event, 'select')\"\n\n (keydown.space)=\"handleKeyDown($event, 'space')\"\n\n (keydown.arrowup)=\"handleKeyDown($event, 'focusPrev')\"\n (keydown.arrowdown)=\"handleKeyDown($event, 'focusNext')\"\n (keydown.arrowleft)=\"handleKeyDown($event, 'focusPrev')\"\n (keydown.arrowright)=\"handleKeyDown($event, 'focusNext')\"\n\n (keydown.shift.arrowup)=\"handleKeyDown($event, 'selectPrev')\"\n (keydown.shift.arrowdown)=\"handleKeyDown($event, 'selectNext')\"\n (keydown.shift.arrowleft)=\"handleKeyDown($event, 'selectPrev')\"\n (keydown.shift.arrowright)=\"handleKeyDown($event, 'selectNext')\"\n [hidden]=\"noDataFound && !variableInflight\"\n >\n @if (!groupby) {\n @for (item of fieldDefs; track item) {\n <li class=\"app-list-item {{direction === 'horizontal' ? '' : itemsPerRowClass}}\" [ngClass]=\"listItemRef.itemClass\"\n [wmListItem]=\"item\"\n #listItemRef=\"listItemRef\"\n [attr.tabindex]=\"tabindex\"\n role=\"listitem\">\n <ng-container [ngTemplateOutlet]=\"listTemplate\"\n [ngTemplateOutletInjector]=\"createCustomInjector('falt_' + listItemRef.trackId, {item: item, row: item, $index: $index, itemRef: listItemRef, $first: $first, $last: $last, currentItemWidgets: listItemRef.currentItemWidgets})\"\n [ngTemplateOutletContext]=\"{item: item, row: item, $index: $index, itemRef: listItemRef, $first: $first, $last: $last, currentItemWidgets: listItemRef.currentItemWidgets}\"></ng-container>\n </li>\n }\n } @else {\n @for (groupObj of groupedData; track groupObj; let groupIndex = $index) {\n <li class=\"app-list-item-group clearfix\">\n <ul [attr.tabindex]=\"tabindex\" class=\"list-group item-group\" [ngClass]=\"listclass\" [class.list-group-autolayout]=\"hasAutolayout\">\n <li class=\"app-list-item-header list-item list-group-header\" (click)=\"handleHeaderClick($event)\" [ngClass]=\"{'collapsible-content': collapsible}\">\n <h4>{{groupObj.key}}\n <div class=\"header-action\">\n @if (collapsible) {\n <i class=\"app-icon wi action wi-chevron-up\"></i>\n }\n @if (showcount) {\n <span class=\"label label-default\">{{groupObj.data.length}}</span>\n }\n </div>\n </h4>\n </li>\n <li class=\"list-group-container\">\n <ul class=\"list-group clearfix {{direction === 'horizontal' ? 'app-horizontal-list': ''}}\" [class.list-group-autolayout]=\"hasAutolayout\">\n @for (item of groupObj.data; track trackByFn($index, item)) {\n <li [attr.tabindex]=\"tabindex\"\n class=\"app-list-item group-list-item {{itemsPerRowClass}}\"\n [ngClass]=\"listItemRef.itemClass\"\n [wmListItem]=\"item\" #listItemRef=\"listItemRef\">\n <ng-container [ngTemplateOutlet]=\"listTemplate\"\n [ngTemplateOutletInjector]=\"createCustomInjector('group_' + listItemRef.trackId, {item: item, row: item, $index: $index, itemRef: listItemRef, $first: $first, $last: $last, currentItemWidgets: listItemRef.currentItemWidgets})\"\n [ngTemplateOutletContext]=\"{item: item, row: item, $index: $index, itemRef: listItemRef, $first: $first, $last: $last, currentItemWidgets: listItemRef.currentItemWidgets}\"></ng-container>\n </li>\n }\n </ul>\n </li>\n </ul>\n </li>\n }\n }\n <ng-container [ngTemplateOutlet]=\"listLeftActionTemplate\"></ng-container>\n <ng-container [ngTemplateOutlet]=\"listRightActionTemplate\"></ng-container>\n</ul>\n\n@if (noDataFound && !variableInflight) {\n <div class=\"no-data-msg\" [textContent]=\"nodatamessage\"></div>\n}\n\n@if (variableInflight && !pulltorefresh) {\n <div class=\"loading-data-msg\">\n <span>\n <i class=\"app-icon panel-icon fa-spin\" aria-hidden=\"true\" [ngClass]=\"loadingicon\"></i>\n <span class=\"sr-only\">Loading</span>\n <span class=\"loading-text\" [textContent]=\"loadingdatamsg\"></span>\n </span>\n </div>\n}\n\n@if (navigation === 'Inline' && !noDataFound) {\n <div class=\"app-datanavigator\" [attr.aria-disabled]=\"dataNavigator.isDisableNext\">\n <ul class=\"pager\">\n <li class=\"next\" [ngClass]=\"{'disabled': (dataNavigator ? dataNavigator.isDisableNext : true)}\">\n <a href=\"javascript:void(0);\" (click)=\"dataNavigator.navigatePage('next', $event)\"\n [attr.aria-disabled]=\"dataNavigator.isDisableNext\">\n <i class=\"wi wi-chevron-right\" aria-hidden=\"true\"></i>\n <span class=\"sr-only\">Go to Next page {{dataNavigator.isDisableNext ? ', Disabled' : ''}}</span>\n </a>\n </li>\n </ul>\n </div>\n}\n\n@if (navigation !== 'None') {\n <div class=\"panel-footer\" [hidden]=\"!showNavigation || (onDemandLoad && dataNavigator.isDisableNext) || (dataNavigator?.dataSize <= pagesize && !allowpagesizechange) || (!dataNavigator.dataSize && !dataNavigator.datasource?.pagination?.next)\">\n <nav wmPagination\n navigationalign.bind=\"navigationalign\"\n navigation.bind=\"navControls\"\n showrecordcount.bind=\"showrecordcount\"\n maxsize.bind=\"maxsize\"\n boundarylinks.bind=\"boundarylinks\"\n forceellipses.bind=\"forceellipses\"\n directionlinks.bind=\"directionlinks\"\n show.bind=\"!onDemandLoad\"\n paginationchange.event=\"beforePaginationChange($event, $index)\"\n ></nav>\n @if (onDemandLoad) {\n <a href=\"javascript:void(0);\"\n (click)=\"dataNavigator.navigatePage('next', $event)\"\n class=\"app-button btn btn-block\"\n [ngClass]=\"paginationclass\"\n [textContent]=\"ondemandmessage\"\n ></a>\n }\n </div>\n}\n\n<!--This template will be displayed when groupby is specified-->\n" }]
|
|
1567
|
+
}], ctorParameters: () => [{ type: i0__namespace.Injector }, { type: i0__namespace.ChangeDetectorRef }, { type: i1__namespace.ToDatePipe }, { type: i2__namespace.App }, { type: i2__namespace.AppDefaults }, { type: i0__namespace.NgZone }, { type: undefined, decorators: [{
|
|
1568
|
+
type: i0.Attribute,
|
|
1569
|
+
args: ['itemclass.bind']
|
|
1570
|
+
}] }, { type: undefined, decorators: [{
|
|
1571
|
+
type: i0.Attribute,
|
|
1572
|
+
args: ['disableitem.bind']
|
|
1573
|
+
}] }, { type: undefined, decorators: [{
|
|
1574
|
+
type: i0.Attribute,
|
|
1575
|
+
args: ['dataset.bind']
|
|
1576
|
+
}] }, { type: undefined, decorators: [{
|
|
1577
|
+
type: i0.Attribute,
|
|
1578
|
+
args: ['datasource.bind']
|
|
1579
|
+
}] }, { type: undefined, decorators: [{
|
|
1580
|
+
type: i0.Attribute,
|
|
1581
|
+
args: ['mouseenter.event']
|
|
1582
|
+
}] }, { type: undefined, decorators: [{
|
|
1583
|
+
type: i0.Attribute,
|
|
1584
|
+
args: ['mouseleave.event']
|
|
1585
|
+
}] }, { type: i2__namespace.StatePersistence }, { type: i2__namespace.PaginationService }, { type: undefined, decorators: [{
|
|
1586
|
+
type: i0.Inject,
|
|
1587
|
+
args: ['EXPLICIT_CONTEXT']
|
|
1588
|
+
}, {
|
|
1589
|
+
type: i0.Optional
|
|
1590
|
+
}] }], propDecorators: { listTemplate: [{
|
|
1591
|
+
type: i0.ContentChild,
|
|
1592
|
+
args: ['listTemplate']
|
|
1593
|
+
}], listLeftActionTemplate: [{
|
|
1594
|
+
type: i0.ContentChild,
|
|
1595
|
+
args: ['listLeftActionTemplate']
|
|
1596
|
+
}], listRightActionTemplate: [{
|
|
1597
|
+
type: i0.ContentChild,
|
|
1598
|
+
args: ['listRightActionTemplate']
|
|
1599
|
+
}], btnComponents: [{
|
|
1600
|
+
type: i0.ContentChildren,
|
|
1601
|
+
args: [button.ButtonComponent]
|
|
1602
|
+
}], dataNavigator: [{
|
|
1603
|
+
type: i0.ViewChild,
|
|
1604
|
+
args: [pagination.PaginationComponent]
|
|
1605
|
+
}], listItems: [{
|
|
1606
|
+
type: i0.ViewChildren,
|
|
1607
|
+
args: [exports.ListItemDirective]
|
|
1608
|
+
}] } });
|
|
1609
|
+
|
|
1610
|
+
}));
|