@bethinkpl/design-system 26.0.1 → 26.1.1
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/dist/design-system.umd.cjs +18 -18
- package/dist/design-system.umd.cjs.map +1 -1
- package/dist/lib/js/components/BadgeScore/BadgeScore.vue.d.ts +86 -8
- package/dist/lib/js/components/Banner/Banner.vue.d.ts +1173 -9
- package/dist/lib/js/components/Buttons/Button/Button.vue.d.ts +91 -8
- package/dist/lib/js/components/Buttons/IconButton/IconButton.vue.d.ts +433 -9
- package/dist/lib/js/components/Cards/Card/Card.vue.d.ts +89 -6
- package/dist/lib/js/components/Cards/CardExpandable/CardExpandable.vue.d.ts +259 -6
- package/dist/lib/js/components/Chip/Chip.vue.d.ts +790 -9
- package/dist/lib/js/components/DatePickers/DatePicker/DatePicker.composables.d.ts +24 -0
- package/dist/lib/js/components/DatePickers/DatePicker/DatePicker.consts.d.ts +3 -0
- package/dist/lib/js/components/DatePickers/DatePicker/DatePicker.vue.d.ts +824 -1
- package/dist/lib/js/components/DatePickers/DatePickerBox/DatePickerBox.vue.d.ts +320 -1
- package/dist/lib/js/components/DatePickers/DateRangePicker/DateRangePicker.vue.d.ts +402 -0
- package/dist/lib/js/components/DatePickers/DateRangePicker/index.d.ts +3 -0
- package/dist/lib/js/components/Divider/Divider.vue.d.ts +5 -5
- package/dist/lib/js/components/Drawer/Drawer.vue.d.ts +5 -5
- package/dist/lib/js/components/Drawer/DrawerContent/DrawerContent.vue.d.ts +1 -1
- package/dist/lib/js/components/Drawer/DrawerDivider/DrawerDivider.vue.d.ts +48 -4
- package/dist/lib/js/components/Drawer/DrawerHeader/DrawerHeader.vue.d.ts +2549 -1
- package/dist/lib/js/components/Drawer/DrawerListItem/DrawerListItem.vue.d.ts +86 -8
- package/dist/lib/js/components/Drawer/DrawerListItemGroup/DrawerListItemGroup.vue.d.ts +1 -1
- package/dist/lib/js/components/Drawer/DrawerSection/DrawerSection.vue.d.ts +1103 -9
- package/dist/lib/js/components/Drawer/DrawerTile/DrawerTile.vue.d.ts +435 -5
- package/dist/lib/js/components/Dropdown/Dropdown.vue.d.ts +31 -1
- package/dist/lib/js/components/Form/Checkbox/Checkbox.vue.d.ts +119 -9
- package/dist/lib/js/components/Form/RadioButton/RadioButton.vue.d.ts +119 -9
- package/dist/lib/js/components/Form/SelectionControl/SelectionControl.vue.d.ts +89 -9
- package/dist/lib/js/components/Headers/OverlayHeader/OverlayHeader.vue.d.ts +901 -9
- package/dist/lib/js/components/Headers/PageHeader/PageHeader.vue.d.ts +50 -8
- package/dist/lib/js/components/Headers/SectionHeader/SectionHeader.vue.d.ts +839 -9
- package/dist/lib/js/components/IconText/IconText.vue.d.ts +112 -1
- package/dist/lib/js/components/Icons/FeatureIcon/FeatureIcon.vue.d.ts +85 -8
- package/dist/lib/js/components/Icons/Icon/Icon.consts.d.ts +1 -0
- package/dist/lib/js/components/Icons/Icon/Icon.vue.d.ts +7 -5
- package/dist/lib/js/components/Image/Image.vue.d.ts +48 -5
- package/dist/lib/js/components/Layouts/ThreeColumnLayout/ThreeColumnLayout.vue.d.ts +12 -9
- package/dist/lib/js/components/LoadingBar/LoadingBar.vue.d.ts +5 -5
- package/dist/lib/js/components/Modal/Modal.vue.d.ts +86 -6
- package/dist/lib/js/components/Modals/Modal/Modal.vue.d.ts +1165 -9
- package/dist/lib/js/components/Modals/ModalDialog/ModalDialog.vue.d.ts +1447 -9
- package/dist/lib/js/components/Outline/OutlineDivider/OutlineDivider.vue.d.ts +48 -4
- package/dist/lib/js/components/Outline/OutlineItem/OutlineItem.vue.d.ts +96 -8
- package/dist/lib/js/components/Outline/OutlineSectionHeader/OutlineSectionHeader.vue.d.ts +3 -3
- package/dist/lib/js/components/Pagination/Pagination.vue.d.ts +1055 -9
- package/dist/lib/js/components/ProgressBar/ProgressBar.vue.d.ts +326 -1
- package/dist/lib/js/components/ProgressDonutChart/ProgressDonutChart.vue.d.ts +310 -1
- package/dist/lib/js/components/RichList/BasicRichListItem/BasicRichListItem.vue.d.ts +928 -9
- package/dist/lib/js/components/RichList/GroupRichListItem/GroupRichListItem.vue.d.ts +7 -7
- package/dist/lib/js/components/RichList/RichListItem/RichListItem.vue.d.ts +475 -9
- package/dist/lib/js/components/SectionTitle/SectionTitle.vue.d.ts +4 -4
- package/dist/lib/js/components/SelectList/SelectList.vue.d.ts +1 -1
- package/dist/lib/js/components/SelectList/SelectListItem/SelectListItem.vue.d.ts +90 -8
- package/dist/lib/js/components/SelectList/SelectListItemDivider/SelectListItemDivider.vue.d.ts +45 -1
- package/dist/lib/js/components/SelectList/SelectListItemTile/SelectListItemTile.vue.d.ts +434 -4
- package/dist/lib/js/components/SelectList/SelectListItemToggle/SelectListItemToggle.vue.d.ts +324 -8
- package/dist/lib/js/components/SelectList/SelectListSectionTitle/SelectListSectionTitle.vue.d.ts +4 -4
- package/dist/lib/js/components/SelectionTile/SelectionTile.vue.d.ts +852 -9
- package/dist/lib/js/components/Skeleton/Skeleton.vue.d.ts +8 -6
- package/dist/lib/js/components/Statuses/AccessStatus/AccessStatus.vue.d.ts +84 -4
- package/dist/lib/js/components/Statuses/BlockadeStatus/BlockadeStatus.vue.d.ts +84 -4
- package/dist/lib/js/components/SurveyQuestions/SurveyQuestionOpenEnded/SurveyQuestionOpenEnded.vue.d.ts +1572 -9
- package/dist/lib/js/components/SurveyQuestions/SurveyQuestionScale/SurveyQuestionScale.vue.d.ts +1951 -1
- package/dist/lib/js/components/SurveyQuestions/SurveyQuestionTextarea.vue.d.ts +6 -6
- package/dist/lib/js/components/SurveyToggle/SurveyToggle.vue.d.ts +88 -8
- package/dist/lib/js/components/Switch/Switch.vue.d.ts +94 -9
- package/dist/lib/js/components/TabItem/TabItem.vue.d.ts +102 -1
- package/dist/lib/js/components/TextGroup/TextGroup.vue.d.ts +48 -5
- package/dist/lib/js/components/Tile/Tile.sb.shared.d.ts +1 -0
- package/dist/lib/js/components/Tile/Tile.vue.d.ts +85 -5
- package/dist/lib/js/components/Toggles/CounterToggle/CounterToggle.vue.d.ts +86 -8
- package/dist/lib/js/components/Toggles/ToggleButton/ToggleButton.vue.d.ts +97 -9
- package/dist/lib/js/components/Tooltip/Tooltip.vue.d.ts +6 -6
- package/dist/lib/js/icons/fontawesome.d.ts +1 -0
- package/dist/lib/js/index.d.ts +1 -0
- package/docs/assets/AccessStatus-BXan1lEc.js +1 -0
- package/docs/assets/{AccessStatus.stories-CM9qms_d.js → AccessStatus.stories-DxmB8jeD.js} +1 -1
- package/docs/assets/BadgeScore-CJRAekNi.js +1 -0
- package/docs/assets/{BadgeScore.stories-BsFc_8XV.js → BadgeScore.stories-kqknHhLd.js} +1 -1
- package/docs/assets/{Banner-Dkt_I8P3.js → Banner-DeL_mSKv.js} +1 -1
- package/docs/assets/{Banner.stories-dLLxP9rS.js → Banner.stories-DOdH9jC-.js} +1 -1
- package/docs/assets/{BasicRichListItem-CCXQ4iJg.js → BasicRichListItem-D3mhBGPV.js} +1 -1
- package/docs/assets/{BasicRichListItem.stories-Bh_UBJkl.js → BasicRichListItem.stories-BL_tCw7A.js} +2 -2
- package/docs/assets/BlockadeStatus-COz686Yw.js +1 -0
- package/docs/assets/{BlockedeStatus.stories-IunhqK0I.js → BlockedeStatus.stories-CF5KGt2v.js} +1 -1
- package/docs/assets/{Button-CBZkgukP.js → Button-B0thvSZc.js} +1 -1
- package/docs/assets/{Button.stories-BLj-_0Vw.js → Button.stories-t4KLRczd.js} +1 -1
- package/docs/assets/{Card-B7j8o0GU.js → Card-DQn9130w.js} +1 -1
- package/docs/assets/{Card.stories-KO99dol6.js → Card.stories-Bws-4i9c.js} +1 -1
- package/docs/assets/{CardExpandable-XN3wcRwV.js → CardExpandable-DjcLb6gt.js} +1 -1
- package/docs/assets/{CardExpandable.stories-B9-JtWRG.js → CardExpandable.stories-DQgT5zfs.js} +1 -1
- package/docs/assets/Checkbox-D_2ud6Th.js +1 -0
- package/docs/assets/{Checkbox.stories-DLfdA87Q.js → Checkbox.stories-DwLSbAE5.js} +1 -1
- package/docs/assets/Chip-LprVecVf.js +1 -0
- package/docs/assets/Chip.stories-8NyJdmpb.js +43 -0
- package/docs/assets/{Color-ERTF36HU-B622yQt4.js → Color-ERTF36HU-B4VUg7YC.js} +1 -1
- package/docs/assets/{Colors.stories-CRIOJbgv.js → Colors.stories-B9f3lzBZ.js} +1 -1
- package/docs/assets/{ColorsThemes.stories-BVtVblv7.js → ColorsThemes.stories-DnjmHl__.js} +1 -1
- package/docs/assets/{ColorsTokensLms.stories-Ds9sWwL0.js → ColorsTokensLms.stories-BwtJlugM.js} +1 -1
- package/docs/assets/{ColorsTokensPrimaryBodywork.stories-D9nLEENe.js → ColorsTokensPrimaryBodywork.stories-C-UIhsfw.js} +1 -1
- package/docs/assets/{ColorsTokensPrimaryWnl.stories-Cuz6HvAj.js → ColorsTokensPrimaryWnl.stories-pZHESTNX.js} +1 -1
- package/docs/assets/CounterToggle-Bn8GLLo_.js +1 -0
- package/docs/assets/{CounterToggle.stories-DdAjSFMr.js → CounterToggle.stories-i3F0njw3.js} +1 -1
- package/docs/assets/DatePicker-C2bxBng6.js +2 -0
- package/docs/assets/{DatePicker.stories-Ub_1x6To.js → DatePicker.stories-CQvgmQCi.js} +1 -1
- package/docs/assets/DateRangePicker-DmfHJ7DC.js +1 -0
- package/docs/assets/DateRangePicker.stories-CC58Ean1.js +37 -0
- package/docs/assets/{Divider-D2yDhW46.js → Divider-ClNbKvxH.js} +1 -1
- package/docs/assets/{Divider.stories-f9QUckyE.js → Divider.stories-DjiliY9Q.js} +1 -1
- package/docs/assets/{DocsRenderer-CFRXHY34-D5Eulb6H.js → DocsRenderer-CFRXHY34-87qXMkT7.js} +5 -5
- package/docs/assets/{Drawer-CH5Qyc5B.js → Drawer-CPwHZ_w7.js} +1 -1
- package/docs/assets/{Drawer.stories-jrbLBaPT.js → Drawer.stories-COUOUpGR.js} +1 -1
- package/docs/assets/{DrawerContent-DGzdUSmd.js → DrawerContent-D-JrB94m.js} +1 -1
- package/docs/assets/{DrawerContent.stories-CYzQPPIy.js → DrawerContent.stories-C01c08bP.js} +1 -1
- package/docs/assets/{DrawerDivider-DNbYnPjf.js → DrawerDivider-glZ2sb5T.js} +1 -1
- package/docs/assets/{DrawerDivider.stories-BG6MKk49.js → DrawerDivider.stories-KJO8nE32.js} +1 -1
- package/docs/assets/DrawerHeader-rPEO3zyc.js +1 -0
- package/docs/assets/{DrawerHeader.stories-CwaoQykQ.js → DrawerHeader.stories-BPskZz-V.js} +1 -1
- package/docs/assets/{DrawerListItem-aepUTcTm.js → DrawerListItem-BtTMrhjG.js} +1 -1
- package/docs/assets/{DrawerListItem.stories-vHXkwtyS.js → DrawerListItem.stories-Kr7hSVJR.js} +1 -1
- package/docs/assets/{DrawerListItemGroup-CnH532Dv.js → DrawerListItemGroup-BJGU_uck.js} +1 -1
- package/docs/assets/{DrawerListItemGroup.stories-D0DeZ6IG.js → DrawerListItemGroup.stories-CZ93-7rg.js} +1 -1
- package/docs/assets/{DrawerSection-pMhA5dsS.js → DrawerSection-CqBCpJHk.js} +1 -1
- package/docs/assets/{DrawerSection.stories-BF7A4VyW.js → DrawerSection.stories-DyDGPp7Y.js} +1 -1
- package/docs/assets/{DrawerTile-W2mt6fAk.js → DrawerTile-CwWntL3-.js} +1 -1
- package/docs/assets/{DrawerTile.stories-CUMznN1H.js → DrawerTile.stories-DI0oJNxW.js} +1 -1
- package/docs/assets/{Dropdown-BfX0EVaK.js → Dropdown-BFqYgkV7.js} +1 -1
- package/docs/assets/{Dropdown.stories-DrILA_TR.js → Dropdown.stories-CmVTDgGH.js} +1 -1
- package/docs/assets/{FeatureIcon-n65RPvyA.js → FeatureIcon-CMzReDfy.js} +1 -1
- package/docs/assets/{FeatureIcon.stories-DSUzxIPB.js → FeatureIcon.stories-CmOZL5K8.js} +1 -1
- package/docs/assets/GroupRichListItem-DJlVMVFf.js +1 -0
- package/docs/assets/{GroupRichListItem.stories-DCEq0Kil.js → GroupRichListItem.stories-B1-_fsF-.js} +1 -1
- package/docs/assets/Icon-Daqcn32A.js +761 -0
- package/docs/assets/{Icon.stories-BFJuE2aE.js → Icon.stories-LBp3UCCh.js} +1 -1
- package/docs/assets/{IconButton-COzU-vlz.js → IconButton-ClvgQPZ_.js} +1 -1
- package/docs/assets/{IconButton.stories-DGmn7bfg.js → IconButton.stories-OizIRFpI.js} +1 -1
- package/docs/assets/{IconText-DDrVXWHS.js → IconText-BSCjAPyJ.js} +1 -1
- package/docs/assets/{IconText.stories-CSt7q9Mf.js → IconText.stories-BcJ7D5BW.js} +1 -1
- package/docs/assets/Image-SUTRVXoX.js +1 -0
- package/docs/assets/{Image.stories-DxQ22AFP.js → Image.stories-08ofVHJB.js} +1 -1
- package/docs/assets/{ItemsList-B-vw083o.js → ItemsList-MJRUsJOD.js} +1 -1
- package/docs/assets/LoadingBar-Bo6mXGaA.js +1 -0
- package/docs/assets/{LoadingBar.stories-IJRD91mF.js → LoadingBar.stories-DeC3pmh8.js} +1 -1
- package/docs/assets/{Modal-CJ0d6Je9.js → Modal-CnSHaffv.js} +1 -1
- package/docs/assets/{Modal.stories-q_qdiakg.js → Modal.stories-8Vq2m2VA.js} +1 -1
- package/docs/assets/{ModalDialog-CbDAxfV_.js → ModalDialog-Br9XyAyb.js} +1 -1
- package/docs/assets/{ModalDialog.stories-CKcR8rIW.js → ModalDialog.stories-DY-EEkyy.js} +1 -1
- package/docs/assets/{NumberInCircle-DV0Qrx8H.js → NumberInCircle-CvJAMxEl.js} +1 -1
- package/docs/assets/{NumberInCircle.stories-DriLGDDl.js → NumberInCircle.stories-CIPheFEZ.js} +1 -1
- package/docs/assets/{OutlineDivider-Cez9NlcH.js → OutlineDivider-F421Sb92.js} +1 -1
- package/docs/assets/{OutlineDivider.stories-D0zYoHBw.js → OutlineDivider.stories-DOJmAB4N.js} +1 -1
- package/docs/assets/{OutlineItem-CUHef8Bo.js → OutlineItem-B3PapuhG.js} +1 -1
- package/docs/assets/{OutlineItem.stories-BgFzRhaY.js → OutlineItem.stories-DrA_pCnx.js} +1 -1
- package/docs/assets/OutlineSectionHeader-BTQYgDGK.js +1 -0
- package/docs/assets/{OutlineSectionHeader.stories-HOf2NwY-.js → OutlineSectionHeader.stories-DAOIEP47.js} +1 -1
- package/docs/assets/OverlayHeader-i5OJFCjw.js +1 -0
- package/docs/assets/{OverlayHeader.stories-bjFfL93l.js → OverlayHeader.stories-CIi2o9YM.js} +1 -1
- package/docs/assets/{PageHeader-CTbdU4IG.js → PageHeader-ybo14zma.js} +1 -1
- package/docs/assets/{PageHeader.stories-DeNf1zoa.js → PageHeader.stories-C84k8UsA.js} +1 -1
- package/docs/assets/{Pagination-dSOJSh7t.js → Pagination-CpkhlxKS.js} +1 -1
- package/docs/assets/{Pagination.stories-CMg8WaRV.js → Pagination.stories-9yE1j1AT.js} +1 -1
- package/docs/assets/{PopOver-BPD1Ttq1.js → PopOver-Bnhr6jSk.js} +1 -1
- package/docs/assets/{PopOver.stories-Cl1k59cl.js → PopOver.stories-yqWxKflh.js} +1 -1
- package/docs/assets/ProgressBar-DLFYBwzz.js +1 -0
- package/docs/assets/{ProgressBar.stories-9xVTh0RH.js → ProgressBar.stories-mHQxWzow.js} +1 -1
- package/docs/assets/{ProgressDonutChart-D5uvUZva.js → ProgressDonutChart-CO2D6WT2.js} +1 -1
- package/docs/assets/{ProgressDonutChart.stories-DBpwl5Vn.js → ProgressDonutChart.stories-D3I72JCw.js} +1 -1
- package/docs/assets/RadioButton-COJplb0H.js +1 -0
- package/docs/assets/{RadioButton.stories-CLWvDUrd.js → RadioButton.stories-CB-ws-FM.js} +1 -1
- package/docs/assets/{RichListItem.stories-DhkQky0J.js → RichListItem.stories-DsS5RmDe.js} +2 -2
- package/docs/assets/{SectionHeader-DVwe52kA.js → SectionHeader-BklZ7w6L.js} +1 -1
- package/docs/assets/{SectionHeader.stories-Dd3li5ER.js → SectionHeader.stories-C5t1XJ22.js} +1 -1
- package/docs/assets/{SectionTitle-XTc-98O5.js → SectionTitle-Bo_ArbM7.js} +1 -1
- package/docs/assets/{SectionTitle.stories-BFNagAeb.js → SectionTitle.stories-DWuWduVl.js} +1 -1
- package/docs/assets/SelectList-DWop0yaP.js +1 -0
- package/docs/assets/{SelectList.stories-B2Pq8auf.js → SelectList.stories-Bfo60S0K.js} +1 -1
- package/docs/assets/{SelectListItem-_c4CA-YM.js → SelectListItem-CSkYz5LV.js} +1 -1
- package/docs/assets/{SelectListItem.stories-PSDnI18x.js → SelectListItem.stories-hRhkXAhJ.js} +1 -1
- package/docs/assets/SelectListItemDivider-CU5vX-7p.js +1 -0
- package/docs/assets/{SelectListItemDivider.stories-DvANKn2s.js → SelectListItemDivider.stories-DSXQ6aee.js} +1 -1
- package/docs/assets/{SelectListItemTile-BL3qYL_0.js → SelectListItemTile-CWTq7Qbi.js} +1 -1
- package/docs/assets/{SelectListItemTile.stories-CVYmG0Ta.js → SelectListItemTile.stories-uD0_0N79.js} +1 -1
- package/docs/assets/{SelectListItemToggle-BjjMPWy0.js → SelectListItemToggle-D9fo6iYH.js} +1 -1
- package/docs/assets/{SelectListItemToggle.stories-D5QL3Gd2.js → SelectListItemToggle.stories-DUPLVyV1.js} +1 -1
- package/docs/assets/SelectListSectionTitle-DKYayu9U.js +1 -0
- package/docs/assets/{SelectListSectionTitle.stories-DCyB86A1.js → SelectListSectionTitle.stories-DM4MR7e2.js} +1 -1
- package/docs/assets/{SelectionControl-BxCh7N21.js → SelectionControl-C6JexBmQ.js} +1 -1
- package/docs/assets/{SelectionTile-T03MPtEm.js → SelectionTile-BuWPgKvw.js} +2 -2
- package/docs/assets/{SelectionTile.stories-CEufLR64.js → SelectionTile.stories-bDvLBQEK.js} +1 -1
- package/docs/assets/{Skeleton-BbafKE6W.js → Skeleton-CMYm0ueF.js} +1 -1
- package/docs/assets/{Skeleton.stories-B_4TqUB5.js → Skeleton.stories-CepOvJUE.js} +1 -1
- package/docs/assets/SurveyQuestionOpenEnded-CT6hRs3h.js +1 -0
- package/docs/assets/{SurveyQuestionOpenEnded.stories-DW7tQU04.js → SurveyQuestionOpenEnded.stories-Ck3fI5pW.js} +1 -1
- package/docs/assets/SurveyQuestionScale-BpNGyACU.js +1 -0
- package/docs/assets/{SurveyQuestionScale.stories-DC8qXbl8.js → SurveyQuestionScale.stories-yMuZDFmZ.js} +1 -1
- package/docs/assets/{SurveyToggle-DzZyc41b.js → SurveyToggle-3gXFb5oH.js} +1 -1
- package/docs/assets/{SurveyToggle.stories-Yf0fJ_p2.js → SurveyToggle.stories-DErlBwHj.js} +1 -1
- package/docs/assets/{Switch-BWGPo7tP.js → Switch-DdvT2o45.js} +1 -1
- package/docs/assets/{Switch.stories-BzeYFsr2.js → Switch.stories-BzNKJgpI.js} +1 -1
- package/docs/assets/{TabItem-Cx2nQ_YR.js → TabItem-IuI5xjz1.js} +1 -1
- package/docs/assets/{TabItem.stories-C-gV8JMj.js → TabItem.stories-g56H3l-h.js} +1 -1
- package/docs/assets/{TextGroup-DQmg5luv.js → TextGroup-F6Fc0qPD.js} +1 -1
- package/docs/assets/{TextGroup.stories-j5MNzn7U.js → TextGroup.stories-BZSgsAp8.js} +1 -1
- package/docs/assets/{ThreeColumnLayout-Lm3LIbid.js → ThreeColumnLayout-DLip97ZI.js} +1 -1
- package/docs/assets/{ThreeColumnLayout.stories-C5cNwOWv.js → ThreeColumnLayout.stories-pCRL0b7M.js} +1 -1
- package/docs/assets/{Tile-DnH9h0Kq.js → Tile-Nqx7KGXe.js} +1 -1
- package/docs/assets/{Tile.sb.shared-2W1FnncR.js → Tile.sb.shared-BcarO9-C.js} +1 -1
- package/docs/assets/{Tile.stories-Bj7yp21N.js → Tile.stories-DpCy0xpQ.js} +1 -1
- package/docs/assets/{Toast.stories-Bad7itWi.js → Toast.stories-BcPbImEj.js} +1 -1
- package/docs/assets/{ToggleButton-BZ0tVYFv.js → ToggleButton-B19B9CsO.js} +1 -1
- package/docs/assets/{ToggleButton.stories-D0YPR0-y.js → ToggleButton.stories-MBmynAQa.js} +1 -1
- package/docs/assets/Tooltip-CPu68UXg.js +1 -0
- package/docs/assets/{Tooltip.stories-CaTsoTim.js → Tooltip.stories-CpUsha-Z.js} +1 -1
- package/docs/assets/{TypographyTokensLms.stories-D-CrlX5A.js → TypographyTokensLms.stories-CGkGkK-q.js} +1 -1
- package/docs/assets/{TypographyVariables.stories-Bmxi44f1.js → TypographyVariables.stories-BfiRWJuY.js} +1 -1
- package/docs/assets/{Well-vFI2CbIA.js → Well-D7yLLQH0.js} +1 -1
- package/docs/assets/{Well.stories-Be73GX2h.js → Well.stories-e-ci7Apm.js} +1 -1
- package/docs/assets/entry-preview-BJQG7gOd.js +1 -0
- package/docs/assets/{entry-preview-docs-BBVW7MF3.js → entry-preview-docs-ivqbfzAL.js} +1 -1
- package/docs/assets/{iframe-BosoHOVU.js → iframe-DDfug5VJ.js} +5 -4
- package/docs/assets/{index-CgF2Ctku.js → index-BYlPqi6W.js} +1 -1
- package/docs/assets/{index-CqU62QSU.js → index-C-HbmKTM.js} +1 -1
- package/docs/assets/{preview-B_ruAZiw.js → preview-BHcN5tRW.js} +2 -2
- package/docs/assets/preview-NUOMmSqX.js +64 -0
- package/docs/assets/string-v47y-kFA.js +1 -0
- package/docs/assets/{vue-popper-BJbr8Gin.js → vue-popper-D-VHfyeL.js} +1 -1
- package/docs/assets/vue.esm-bundler-CzUSCRPq.js +36 -0
- package/docs/iframe.html +1 -1
- package/docs/index.json +1 -1
- package/docs/project.json +1 -1
- package/lib/js/components/DatePickers/DatePicker/DatePicker.composables.ts +122 -0
- package/lib/js/components/DatePickers/DatePicker/DatePicker.consts.ts +9 -0
- package/lib/js/components/DatePickers/DatePicker/DatePicker.vue +75 -114
- package/lib/js/components/DatePickers/DatePickerBox/DatePickerBox.vue +128 -41
- package/lib/js/components/DatePickers/DateRangePicker/DateRangePicker.stories.ts +152 -0
- package/lib/js/components/DatePickers/DateRangePicker/DateRangePicker.vue +229 -0
- package/lib/js/components/DatePickers/DateRangePicker/index.ts +3 -0
- package/lib/js/icons/fontawesome.ts +2 -0
- package/lib/js/index.ts +1 -0
- package/package.json +3 -3
- package/tools/importers/helpers/dates.ts +21 -0
- package/tsconfig.json +1 -0
- package/docs/assets/AccessStatus-DVtD0BrS.js +0 -1
- package/docs/assets/BadgeScore-B0MHArlW.js +0 -1
- package/docs/assets/BlockadeStatus-9_pI8WM1.js +0 -1
- package/docs/assets/Checkbox-D_geau8n.js +0 -1
- package/docs/assets/Chip-CBqrZ-va.js +0 -1
- package/docs/assets/Chip.stories-DQLbtbRo.js +0 -43
- package/docs/assets/CounterToggle-BzxnFqH7.js +0 -1
- package/docs/assets/DatePicker-CvT_E45n.js +0 -2
- package/docs/assets/DrawerHeader-DOWojdwp.js +0 -1
- package/docs/assets/GroupRichListItem-DMiaeyaS.js +0 -1
- package/docs/assets/Icon-BiVaixmr.js +0 -762
- package/docs/assets/Image-Drmyqqsn.js +0 -1
- package/docs/assets/LoadingBar-D0iVLCyJ.js +0 -1
- package/docs/assets/OutlineSectionHeader-DSJ4uxfr.js +0 -1
- package/docs/assets/OverlayHeader-jylszhPO.js +0 -1
- package/docs/assets/ProgressBar-4gBRbr7a.js +0 -1
- package/docs/assets/RadioButton-BwCzYjOu.js +0 -1
- package/docs/assets/SelectList-CTXM5G8Z.js +0 -1
- package/docs/assets/SelectListItemDivider-BOgD7wrO.js +0 -1
- package/docs/assets/SelectListSectionTitle-FihJb1eM.js +0 -1
- package/docs/assets/SurveyQuestionOpenEnded-DRFBouQB.js +0 -1
- package/docs/assets/SurveyQuestionScale-nNC7H5k0.js +0 -1
- package/docs/assets/Tooltip-BxZlo6cR.js +0 -1
- package/docs/assets/entry-preview-Dw8qwUcN.js +0 -1
- package/docs/assets/preview-16ImHjAt.js +0 -64
- package/docs/assets/string-CxIy_vwz.js +0 -1
- package/docs/assets/vue.esm-bundler-BSCmGRHc.js +0 -7
|
@@ -1,6 +1,4 @@
|
|
|
1
|
-
declare const _default: import('vue').DefineComponent<
|
|
2
|
-
[x: string]: unknown;
|
|
3
|
-
}>>, unknown, {
|
|
1
|
+
declare const _default: import('vue').DefineComponent<{}, {}, {
|
|
4
2
|
ICON_SIZES: Readonly<{
|
|
5
3
|
XXX_SMALL: string;
|
|
6
4
|
XX_SMALL: string;
|
|
@@ -26,9 +24,89 @@ declare const _default: import('vue').DefineComponent<Readonly<import('vue').Com
|
|
|
26
24
|
}>;
|
|
27
25
|
}, {
|
|
28
26
|
iconSize(): string;
|
|
29
|
-
}, {}, import('vue').ComponentOptionsMixin, import('vue').ComponentOptionsMixin, {}, string, import('vue').
|
|
30
|
-
|
|
31
|
-
|
|
32
|
-
|
|
33
|
-
|
|
27
|
+
}, {}, import('vue').ComponentOptionsMixin, import('vue').ComponentOptionsMixin, {}, string, import('vue').PublicProps, Readonly<{}> & Readonly<{}>, {
|
|
28
|
+
icon: Record<string, any>;
|
|
29
|
+
size: string;
|
|
30
|
+
suffix: string;
|
|
31
|
+
fullWidth: boolean;
|
|
32
|
+
}, {}, {
|
|
33
|
+
WnlIcon: import('vue').DefineComponent<import('vue').ExtractPropTypes<{
|
|
34
|
+
icon: {
|
|
35
|
+
type: ObjectConstructor;
|
|
36
|
+
required: true;
|
|
37
|
+
validator(icon: unknown): boolean;
|
|
38
|
+
};
|
|
39
|
+
size: {
|
|
40
|
+
type: StringConstructor;
|
|
41
|
+
default: string;
|
|
42
|
+
validator: (value: string) => boolean;
|
|
43
|
+
};
|
|
44
|
+
rotation: {
|
|
45
|
+
type: NumberConstructor;
|
|
46
|
+
default: null;
|
|
47
|
+
validator(value: number): boolean;
|
|
48
|
+
};
|
|
49
|
+
flippedVertical: {
|
|
50
|
+
type: BooleanConstructor;
|
|
51
|
+
default: boolean;
|
|
52
|
+
};
|
|
53
|
+
flippedHorizontal: {
|
|
54
|
+
type: BooleanConstructor;
|
|
55
|
+
default: boolean;
|
|
56
|
+
};
|
|
57
|
+
touchable: {
|
|
58
|
+
type: BooleanConstructor;
|
|
59
|
+
default: boolean;
|
|
60
|
+
};
|
|
61
|
+
spinning: {
|
|
62
|
+
type: BooleanConstructor;
|
|
63
|
+
default: boolean;
|
|
64
|
+
};
|
|
65
|
+
}>, {}, {}, {
|
|
66
|
+
sizeClassName(): string;
|
|
67
|
+
isFontawesomeIcon(): boolean;
|
|
68
|
+
rotationClass(): string | null;
|
|
69
|
+
}, {}, import('vue').ComponentOptionsMixin, import('vue').ComponentOptionsMixin, {}, string, import('vue').PublicProps, Readonly<import('vue').ExtractPropTypes<{
|
|
70
|
+
icon: {
|
|
71
|
+
type: ObjectConstructor;
|
|
72
|
+
required: true;
|
|
73
|
+
validator(icon: unknown): boolean;
|
|
74
|
+
};
|
|
75
|
+
size: {
|
|
76
|
+
type: StringConstructor;
|
|
77
|
+
default: string;
|
|
78
|
+
validator: (value: string) => boolean;
|
|
79
|
+
};
|
|
80
|
+
rotation: {
|
|
81
|
+
type: NumberConstructor;
|
|
82
|
+
default: null;
|
|
83
|
+
validator(value: number): boolean;
|
|
84
|
+
};
|
|
85
|
+
flippedVertical: {
|
|
86
|
+
type: BooleanConstructor;
|
|
87
|
+
default: boolean;
|
|
88
|
+
};
|
|
89
|
+
flippedHorizontal: {
|
|
90
|
+
type: BooleanConstructor;
|
|
91
|
+
default: boolean;
|
|
92
|
+
};
|
|
93
|
+
touchable: {
|
|
94
|
+
type: BooleanConstructor;
|
|
95
|
+
default: boolean;
|
|
96
|
+
};
|
|
97
|
+
spinning: {
|
|
98
|
+
type: BooleanConstructor;
|
|
99
|
+
default: boolean;
|
|
100
|
+
};
|
|
101
|
+
}>> & Readonly<{}>, {
|
|
102
|
+
rotation: number;
|
|
103
|
+
size: string;
|
|
104
|
+
flippedVertical: boolean;
|
|
105
|
+
flippedHorizontal: boolean;
|
|
106
|
+
touchable: boolean;
|
|
107
|
+
spinning: boolean;
|
|
108
|
+
}, {}, {
|
|
109
|
+
FontAwesomeIcon: import('vue').DefineComponent<import('@fortawesome/vue-fontawesome').FontAwesomeIconProps, {}, {}, import('vue').ComputedOptions, import('vue').MethodOptions, import('vue').ComponentOptionsMixin, import('vue').ComponentOptionsMixin, {}, string, import('vue').PublicProps, Readonly<import('@fortawesome/vue-fontawesome').FontAwesomeIconProps>, {}, {}, {}, {}, string, import('vue').ComponentProvideOptions, true, {}, any>;
|
|
110
|
+
}, {}, string, import('vue').ComponentProvideOptions, true, {}, any>;
|
|
111
|
+
}, {}, string, import('vue').ComponentProvideOptions, true, {}, any>;
|
|
34
112
|
export default _default;
|