@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,4 +1,4 @@
|
|
|
1
|
-
declare const _default: import('vue').DefineComponent<{
|
|
1
|
+
declare const _default: import('vue').DefineComponent<import('vue').ExtractPropTypes<{
|
|
2
2
|
value: {
|
|
3
3
|
type: StringConstructor;
|
|
4
4
|
required: true;
|
|
@@ -11,9 +11,9 @@ declare const _default: import('vue').DefineComponent<{
|
|
|
11
11
|
type: BooleanConstructor;
|
|
12
12
|
default: boolean;
|
|
13
13
|
};
|
|
14
|
-
}
|
|
14
|
+
}>, {}, {}, {}, {
|
|
15
15
|
onInput(evt: any): void;
|
|
16
|
-
}, import('vue').ComponentOptionsMixin, import('vue').ComponentOptionsMixin, "input"[], "input", import('vue').
|
|
16
|
+
}, import('vue').ComponentOptionsMixin, import('vue').ComponentOptionsMixin, "input"[], "input", import('vue').PublicProps, Readonly<import('vue').ExtractPropTypes<{
|
|
17
17
|
value: {
|
|
18
18
|
type: StringConstructor;
|
|
19
19
|
required: true;
|
|
@@ -26,10 +26,10 @@ declare const _default: import('vue').DefineComponent<{
|
|
|
26
26
|
type: BooleanConstructor;
|
|
27
27
|
default: boolean;
|
|
28
28
|
};
|
|
29
|
-
}>> & {
|
|
29
|
+
}>> & Readonly<{
|
|
30
30
|
onInput?: ((...args: any[]) => any) | undefined;
|
|
31
|
-
}
|
|
31
|
+
}>, {
|
|
32
32
|
disabled: boolean;
|
|
33
33
|
placeholder: string;
|
|
34
|
-
}>;
|
|
34
|
+
}, {}, {}, {}, string, import('vue').ComponentProvideOptions, true, {}, any>;
|
|
35
35
|
export default _default;
|
|
@@ -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
|
hovered: boolean;
|
|
5
3
|
ICON_SIZES: Readonly<{
|
|
6
4
|
XXX_SMALL: string;
|
|
@@ -31,9 +29,91 @@ declare const _default: import('vue').DefineComponent<Readonly<import('vue').Com
|
|
|
31
29
|
isNeutral(): boolean;
|
|
32
30
|
isNeutralSelected(): boolean;
|
|
33
31
|
isHoveredState(): any;
|
|
34
|
-
}, {}, import('vue').ComponentOptionsMixin, import('vue').ComponentOptionsMixin, {}, string, import('vue').
|
|
35
|
-
|
|
36
|
-
|
|
37
|
-
|
|
38
|
-
|
|
32
|
+
}, {}, import('vue').ComponentOptionsMixin, import('vue').ComponentOptionsMixin, {}, string, import('vue').PublicProps, Readonly<{}> & Readonly<{}>, {
|
|
33
|
+
label: string;
|
|
34
|
+
state: string;
|
|
35
|
+
selectedIcon: Record<string, any>;
|
|
36
|
+
status: string;
|
|
37
|
+
contentText: string;
|
|
38
|
+
meaning: string;
|
|
39
|
+
}, {}, {
|
|
40
|
+
DsIcon: import('vue').DefineComponent<import('vue').ExtractPropTypes<{
|
|
41
|
+
icon: {
|
|
42
|
+
type: ObjectConstructor;
|
|
43
|
+
required: true;
|
|
44
|
+
validator(icon: unknown): boolean;
|
|
45
|
+
};
|
|
46
|
+
size: {
|
|
47
|
+
type: StringConstructor;
|
|
48
|
+
default: string;
|
|
49
|
+
validator: (value: string) => boolean;
|
|
50
|
+
};
|
|
51
|
+
rotation: {
|
|
52
|
+
type: NumberConstructor;
|
|
53
|
+
default: null;
|
|
54
|
+
validator(value: number): boolean;
|
|
55
|
+
};
|
|
56
|
+
flippedVertical: {
|
|
57
|
+
type: BooleanConstructor;
|
|
58
|
+
default: boolean;
|
|
59
|
+
};
|
|
60
|
+
flippedHorizontal: {
|
|
61
|
+
type: BooleanConstructor;
|
|
62
|
+
default: boolean;
|
|
63
|
+
};
|
|
64
|
+
touchable: {
|
|
65
|
+
type: BooleanConstructor;
|
|
66
|
+
default: boolean;
|
|
67
|
+
};
|
|
68
|
+
spinning: {
|
|
69
|
+
type: BooleanConstructor;
|
|
70
|
+
default: boolean;
|
|
71
|
+
};
|
|
72
|
+
}>, {}, {}, {
|
|
73
|
+
sizeClassName(): string;
|
|
74
|
+
isFontawesomeIcon(): boolean;
|
|
75
|
+
rotationClass(): string | null;
|
|
76
|
+
}, {}, import('vue').ComponentOptionsMixin, import('vue').ComponentOptionsMixin, {}, string, import('vue').PublicProps, Readonly<import('vue').ExtractPropTypes<{
|
|
77
|
+
icon: {
|
|
78
|
+
type: ObjectConstructor;
|
|
79
|
+
required: true;
|
|
80
|
+
validator(icon: unknown): boolean;
|
|
81
|
+
};
|
|
82
|
+
size: {
|
|
83
|
+
type: StringConstructor;
|
|
84
|
+
default: string;
|
|
85
|
+
validator: (value: string) => boolean;
|
|
86
|
+
};
|
|
87
|
+
rotation: {
|
|
88
|
+
type: NumberConstructor;
|
|
89
|
+
default: null;
|
|
90
|
+
validator(value: number): boolean;
|
|
91
|
+
};
|
|
92
|
+
flippedVertical: {
|
|
93
|
+
type: BooleanConstructor;
|
|
94
|
+
default: boolean;
|
|
95
|
+
};
|
|
96
|
+
flippedHorizontal: {
|
|
97
|
+
type: BooleanConstructor;
|
|
98
|
+
default: boolean;
|
|
99
|
+
};
|
|
100
|
+
touchable: {
|
|
101
|
+
type: BooleanConstructor;
|
|
102
|
+
default: boolean;
|
|
103
|
+
};
|
|
104
|
+
spinning: {
|
|
105
|
+
type: BooleanConstructor;
|
|
106
|
+
default: boolean;
|
|
107
|
+
};
|
|
108
|
+
}>> & Readonly<{}>, {
|
|
109
|
+
rotation: number;
|
|
110
|
+
size: string;
|
|
111
|
+
flippedVertical: boolean;
|
|
112
|
+
flippedHorizontal: boolean;
|
|
113
|
+
touchable: boolean;
|
|
114
|
+
spinning: boolean;
|
|
115
|
+
}, {}, {
|
|
116
|
+
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>;
|
|
117
|
+
}, {}, string, import('vue').ComponentProvideOptions, true, {}, any>;
|
|
118
|
+
}, {}, string, import('vue').ComponentProvideOptions, true, {}, any>;
|
|
39
119
|
export default _default;
|
|
@@ -1,6 +1,6 @@
|
|
|
1
|
-
|
|
2
|
-
|
|
3
|
-
}
|
|
1
|
+
import { SwitchRadius, SwitchSelection, SwitchSize, SwitchState } from './Switch.consts';
|
|
2
|
+
|
|
3
|
+
declare const _default: import('vue').DefineComponent<{}, {}, {
|
|
4
4
|
ICONS: Readonly<{
|
|
5
5
|
readonly HEAD_WITH_QUESTION_MARK: VueConstructor<Vue>;
|
|
6
6
|
readonly RIBBON: VueConstructor<Vue>;
|
|
@@ -147,6 +147,7 @@ declare const _default: import('vue').DefineComponent<Readonly<import('vue').Com
|
|
|
147
147
|
readonly FA_MEMO_CIRCLE_INFO: import('@fortawesome/fontawesome-common-types').IconDefinition;
|
|
148
148
|
readonly FA_MEMO_CIRCLE_INFO_SOLID: import('@fortawesome/fontawesome-common-types').IconDefinition;
|
|
149
149
|
readonly FA_MESSAGE_QUESTION_SOLID: import('@fortawesome/fontawesome-common-types').IconDefinition;
|
|
150
|
+
readonly FA_MESSAGE_XMARK: import('@fortawesome/fontawesome-common-types').IconDefinition;
|
|
150
151
|
readonly FA_MINUS: import('@fortawesome/fontawesome-common-types').IconDefinition;
|
|
151
152
|
readonly FA_MONEY_BILL1: import('@fortawesome/fontawesome-common-types').IconDefinition;
|
|
152
153
|
readonly FA_MUSIC: import('@fortawesome/fontawesome-common-types').IconDefinition;
|
|
@@ -237,11 +238,95 @@ declare const _default: import('vue').DefineComponent<Readonly<import('vue').Com
|
|
|
237
238
|
oppositeSide(): "right" | "left";
|
|
238
239
|
}, {
|
|
239
240
|
onSwitch(): void;
|
|
240
|
-
}, import('vue').ComponentOptionsMixin, import('vue').ComponentOptionsMixin, "update:selectedSide"[], "update:selectedSide", import('vue').
|
|
241
|
-
[x: string]: unknown;
|
|
242
|
-
}>>>> & {
|
|
241
|
+
}, import('vue').ComponentOptionsMixin, import('vue').ComponentOptionsMixin, "update:selectedSide"[], "update:selectedSide", import('vue').PublicProps, Readonly<{}> & Readonly<{
|
|
243
242
|
"onUpdate:selectedSide"?: ((...args: any[]) => any) | undefined;
|
|
244
|
-
}
|
|
245
|
-
|
|
246
|
-
|
|
243
|
+
}>, {
|
|
244
|
+
size: SwitchSize;
|
|
245
|
+
radius: SwitchRadius;
|
|
246
|
+
state: SwitchState;
|
|
247
|
+
iconLeft: any;
|
|
248
|
+
iconRight: any;
|
|
249
|
+
labelLeft: string;
|
|
250
|
+
labelRight: string;
|
|
251
|
+
selectedSide: SwitchSelection;
|
|
252
|
+
}, {}, {
|
|
253
|
+
DsIcon: import('vue').DefineComponent<import('vue').ExtractPropTypes<{
|
|
254
|
+
icon: {
|
|
255
|
+
type: ObjectConstructor;
|
|
256
|
+
required: true;
|
|
257
|
+
validator(icon: unknown): boolean;
|
|
258
|
+
};
|
|
259
|
+
size: {
|
|
260
|
+
type: StringConstructor;
|
|
261
|
+
default: string;
|
|
262
|
+
validator: (value: string) => boolean;
|
|
263
|
+
};
|
|
264
|
+
rotation: {
|
|
265
|
+
type: NumberConstructor;
|
|
266
|
+
default: null;
|
|
267
|
+
validator(value: number): boolean;
|
|
268
|
+
};
|
|
269
|
+
flippedVertical: {
|
|
270
|
+
type: BooleanConstructor;
|
|
271
|
+
default: boolean;
|
|
272
|
+
};
|
|
273
|
+
flippedHorizontal: {
|
|
274
|
+
type: BooleanConstructor;
|
|
275
|
+
default: boolean;
|
|
276
|
+
};
|
|
277
|
+
touchable: {
|
|
278
|
+
type: BooleanConstructor;
|
|
279
|
+
default: boolean;
|
|
280
|
+
};
|
|
281
|
+
spinning: {
|
|
282
|
+
type: BooleanConstructor;
|
|
283
|
+
default: boolean;
|
|
284
|
+
};
|
|
285
|
+
}>, {}, {}, {
|
|
286
|
+
sizeClassName(): string;
|
|
287
|
+
isFontawesomeIcon(): boolean;
|
|
288
|
+
rotationClass(): string | null;
|
|
289
|
+
}, {}, import('vue').ComponentOptionsMixin, import('vue').ComponentOptionsMixin, {}, string, import('vue').PublicProps, Readonly<import('vue').ExtractPropTypes<{
|
|
290
|
+
icon: {
|
|
291
|
+
type: ObjectConstructor;
|
|
292
|
+
required: true;
|
|
293
|
+
validator(icon: unknown): boolean;
|
|
294
|
+
};
|
|
295
|
+
size: {
|
|
296
|
+
type: StringConstructor;
|
|
297
|
+
default: string;
|
|
298
|
+
validator: (value: string) => boolean;
|
|
299
|
+
};
|
|
300
|
+
rotation: {
|
|
301
|
+
type: NumberConstructor;
|
|
302
|
+
default: null;
|
|
303
|
+
validator(value: number): boolean;
|
|
304
|
+
};
|
|
305
|
+
flippedVertical: {
|
|
306
|
+
type: BooleanConstructor;
|
|
307
|
+
default: boolean;
|
|
308
|
+
};
|
|
309
|
+
flippedHorizontal: {
|
|
310
|
+
type: BooleanConstructor;
|
|
311
|
+
default: boolean;
|
|
312
|
+
};
|
|
313
|
+
touchable: {
|
|
314
|
+
type: BooleanConstructor;
|
|
315
|
+
default: boolean;
|
|
316
|
+
};
|
|
317
|
+
spinning: {
|
|
318
|
+
type: BooleanConstructor;
|
|
319
|
+
default: boolean;
|
|
320
|
+
};
|
|
321
|
+
}>> & Readonly<{}>, {
|
|
322
|
+
rotation: number;
|
|
323
|
+
size: string;
|
|
324
|
+
flippedVertical: boolean;
|
|
325
|
+
flippedHorizontal: boolean;
|
|
326
|
+
touchable: boolean;
|
|
327
|
+
spinning: boolean;
|
|
328
|
+
}, {}, {
|
|
329
|
+
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>;
|
|
330
|
+
}, {}, string, import('vue').ComponentProvideOptions, true, {}, any>;
|
|
331
|
+
}, {}, string, import('vue').ComponentProvideOptions, true, {}, any>;
|
|
247
332
|
export default _default;
|
|
@@ -1,2 +1,103 @@
|
|
|
1
|
-
declare const _default: import('vue').DefineComponent<
|
|
1
|
+
declare const _default: import('vue').DefineComponent<{}, {}, {
|
|
2
|
+
TAB_ITEM_SIZES: Readonly<{
|
|
3
|
+
readonly SMALL: "S";
|
|
4
|
+
readonly MEDIUM: "M";
|
|
5
|
+
}>;
|
|
6
|
+
ICON_SIZES: Readonly<{
|
|
7
|
+
XXX_SMALL: string;
|
|
8
|
+
XX_SMALL: string;
|
|
9
|
+
X_SMALL: string;
|
|
10
|
+
SMALL: string;
|
|
11
|
+
MEDIUM: string;
|
|
12
|
+
LARGE: string;
|
|
13
|
+
X_LARGE: string;
|
|
14
|
+
XX_LARGE: string;
|
|
15
|
+
}>;
|
|
16
|
+
}, {}, {}, import('vue').ComponentOptionsMixin, import('vue').ComponentOptionsMixin, "click"[], "click", import('vue').PublicProps, Readonly<{}> & Readonly<{
|
|
17
|
+
onClick?: ((...args: any[]) => any) | undefined;
|
|
18
|
+
}>, {
|
|
19
|
+
icon: Record<string, any> | null;
|
|
20
|
+
size: string;
|
|
21
|
+
label: string | null;
|
|
22
|
+
labelEllipsis: boolean;
|
|
23
|
+
}, {}, {
|
|
24
|
+
DsIcon: import('vue').DefineComponent<import('vue').ExtractPropTypes<{
|
|
25
|
+
icon: {
|
|
26
|
+
type: ObjectConstructor;
|
|
27
|
+
required: true;
|
|
28
|
+
validator(icon: unknown): boolean;
|
|
29
|
+
};
|
|
30
|
+
size: {
|
|
31
|
+
type: StringConstructor;
|
|
32
|
+
default: string;
|
|
33
|
+
validator: (value: string) => boolean;
|
|
34
|
+
};
|
|
35
|
+
rotation: {
|
|
36
|
+
type: NumberConstructor;
|
|
37
|
+
default: null;
|
|
38
|
+
validator(value: number): boolean;
|
|
39
|
+
};
|
|
40
|
+
flippedVertical: {
|
|
41
|
+
type: BooleanConstructor;
|
|
42
|
+
default: boolean;
|
|
43
|
+
};
|
|
44
|
+
flippedHorizontal: {
|
|
45
|
+
type: BooleanConstructor;
|
|
46
|
+
default: boolean;
|
|
47
|
+
};
|
|
48
|
+
touchable: {
|
|
49
|
+
type: BooleanConstructor;
|
|
50
|
+
default: boolean;
|
|
51
|
+
};
|
|
52
|
+
spinning: {
|
|
53
|
+
type: BooleanConstructor;
|
|
54
|
+
default: boolean;
|
|
55
|
+
};
|
|
56
|
+
}>, {}, {}, {
|
|
57
|
+
sizeClassName(): string;
|
|
58
|
+
isFontawesomeIcon(): boolean;
|
|
59
|
+
rotationClass(): string | null;
|
|
60
|
+
}, {}, import('vue').ComponentOptionsMixin, import('vue').ComponentOptionsMixin, {}, string, import('vue').PublicProps, Readonly<import('vue').ExtractPropTypes<{
|
|
61
|
+
icon: {
|
|
62
|
+
type: ObjectConstructor;
|
|
63
|
+
required: true;
|
|
64
|
+
validator(icon: unknown): boolean;
|
|
65
|
+
};
|
|
66
|
+
size: {
|
|
67
|
+
type: StringConstructor;
|
|
68
|
+
default: string;
|
|
69
|
+
validator: (value: string) => boolean;
|
|
70
|
+
};
|
|
71
|
+
rotation: {
|
|
72
|
+
type: NumberConstructor;
|
|
73
|
+
default: null;
|
|
74
|
+
validator(value: number): boolean;
|
|
75
|
+
};
|
|
76
|
+
flippedVertical: {
|
|
77
|
+
type: BooleanConstructor;
|
|
78
|
+
default: boolean;
|
|
79
|
+
};
|
|
80
|
+
flippedHorizontal: {
|
|
81
|
+
type: BooleanConstructor;
|
|
82
|
+
default: boolean;
|
|
83
|
+
};
|
|
84
|
+
touchable: {
|
|
85
|
+
type: BooleanConstructor;
|
|
86
|
+
default: boolean;
|
|
87
|
+
};
|
|
88
|
+
spinning: {
|
|
89
|
+
type: BooleanConstructor;
|
|
90
|
+
default: boolean;
|
|
91
|
+
};
|
|
92
|
+
}>> & Readonly<{}>, {
|
|
93
|
+
rotation: number;
|
|
94
|
+
size: string;
|
|
95
|
+
flippedVertical: boolean;
|
|
96
|
+
flippedHorizontal: boolean;
|
|
97
|
+
touchable: boolean;
|
|
98
|
+
spinning: boolean;
|
|
99
|
+
}, {}, {
|
|
100
|
+
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>;
|
|
101
|
+
}, {}, string, import('vue').ComponentProvideOptions, true, {}, any>;
|
|
102
|
+
}, {}, string, import('vue').ComponentProvideOptions, true, {}, any>;
|
|
2
103
|
export default _default;
|
|
@@ -1,7 +1,7 @@
|
|
|
1
1
|
import { PropType } from 'vue';
|
|
2
2
|
import { TextGroupState } from './TextGroup.consts';
|
|
3
3
|
|
|
4
|
-
declare const _default: import('vue').DefineComponent<{
|
|
4
|
+
declare const _default: import('vue').DefineComponent<import('vue').ExtractPropTypes<{
|
|
5
5
|
size: {
|
|
6
6
|
type: PropType<string>;
|
|
7
7
|
default: string;
|
|
@@ -54,7 +54,7 @@ declare const _default: import('vue').DefineComponent<{
|
|
|
54
54
|
type: PropType<TextGroupState>;
|
|
55
55
|
default: "default";
|
|
56
56
|
};
|
|
57
|
-
}
|
|
57
|
+
}>, {}, {
|
|
58
58
|
TEXT_GROUP_SIZES: Readonly<{
|
|
59
59
|
SMALL: string;
|
|
60
60
|
MEDIUM: string;
|
|
@@ -69,7 +69,7 @@ declare const _default: import('vue').DefineComponent<{
|
|
|
69
69
|
colorClassName(): string;
|
|
70
70
|
isLoading(): boolean;
|
|
71
71
|
loadingSizeClassName(): string;
|
|
72
|
-
}, {}, import('vue').ComponentOptionsMixin, import('vue').ComponentOptionsMixin, {}, string, import('vue').
|
|
72
|
+
}, {}, import('vue').ComponentOptionsMixin, import('vue').ComponentOptionsMixin, {}, string, import('vue').PublicProps, Readonly<import('vue').ExtractPropTypes<{
|
|
73
73
|
size: {
|
|
74
74
|
type: PropType<string>;
|
|
75
75
|
default: string;
|
|
@@ -122,7 +122,7 @@ declare const _default: import('vue').DefineComponent<{
|
|
|
122
122
|
type: PropType<TextGroupState>;
|
|
123
123
|
default: "default";
|
|
124
124
|
};
|
|
125
|
-
}
|
|
125
|
+
}>> & Readonly<{}>, {
|
|
126
126
|
size: string;
|
|
127
127
|
color: "neutral";
|
|
128
128
|
state: TextGroupState;
|
|
@@ -136,5 +136,48 @@ declare const _default: import('vue').DefineComponent<{
|
|
|
136
136
|
mainTextEllipsis: boolean;
|
|
137
137
|
supportingTextEllipsis: boolean;
|
|
138
138
|
skeletonLoadingSize: string;
|
|
139
|
-
}
|
|
139
|
+
}, {}, {
|
|
140
|
+
DsSkeleton: import('vue').DefineComponent<import('vue').ExtractPropTypes<{
|
|
141
|
+
height: {
|
|
142
|
+
type: StringConstructor;
|
|
143
|
+
default: string;
|
|
144
|
+
};
|
|
145
|
+
radius: {
|
|
146
|
+
type: PropType<string>;
|
|
147
|
+
default: string;
|
|
148
|
+
};
|
|
149
|
+
width: {
|
|
150
|
+
type: StringConstructor;
|
|
151
|
+
default: string;
|
|
152
|
+
};
|
|
153
|
+
}>, {}, {
|
|
154
|
+
designTokens: {
|
|
155
|
+
animation: {
|
|
156
|
+
background: string;
|
|
157
|
+
};
|
|
158
|
+
background: string;
|
|
159
|
+
};
|
|
160
|
+
}, {
|
|
161
|
+
radiusTranslated(): string;
|
|
162
|
+
}, {}, import('vue').ComponentOptionsMixin, import('vue').ComponentOptionsMixin, {}, string, import('vue').PublicProps, Readonly<import('vue').ExtractPropTypes<{
|
|
163
|
+
height: {
|
|
164
|
+
type: StringConstructor;
|
|
165
|
+
default: string;
|
|
166
|
+
};
|
|
167
|
+
radius: {
|
|
168
|
+
type: PropType<string>;
|
|
169
|
+
default: string;
|
|
170
|
+
};
|
|
171
|
+
width: {
|
|
172
|
+
type: StringConstructor;
|
|
173
|
+
default: string;
|
|
174
|
+
};
|
|
175
|
+
}>> & Readonly<{}>, {
|
|
176
|
+
radius: string;
|
|
177
|
+
width: string;
|
|
178
|
+
height: string;
|
|
179
|
+
}, {}, {
|
|
180
|
+
PrimeSkeleton: import('@primevue/core').DefineComponent<import('primevue/skeleton').SkeletonProps, import('primevue/skeleton').SkeletonSlots, (e: string, ...args: any[]) => void, {}>;
|
|
181
|
+
}, {}, string, import('vue').ComponentProvideOptions, true, {}, any>;
|
|
182
|
+
}, {}, string, import('vue').ComponentProvideOptions, true, {}, any>;
|
|
140
183
|
export default _default;
|
|
@@ -148,6 +148,7 @@ export declare const data: () => {
|
|
|
148
148
|
readonly FA_MEMO_CIRCLE_INFO: import('@fortawesome/fontawesome-common-types').IconDefinition;
|
|
149
149
|
readonly FA_MEMO_CIRCLE_INFO_SOLID: import('@fortawesome/fontawesome-common-types').IconDefinition;
|
|
150
150
|
readonly FA_MESSAGE_QUESTION_SOLID: import('@fortawesome/fontawesome-common-types').IconDefinition;
|
|
151
|
+
readonly FA_MESSAGE_XMARK: import('@fortawesome/fontawesome-common-types').IconDefinition;
|
|
151
152
|
readonly FA_MINUS: import('@fortawesome/fontawesome-common-types').IconDefinition;
|
|
152
153
|
readonly FA_MONEY_BILL1: import('@fortawesome/fontawesome-common-types').IconDefinition;
|
|
153
154
|
readonly FA_MUSIC: import('@fortawesome/fontawesome-common-types').IconDefinition;
|
|
@@ -1,4 +1,4 @@
|
|
|
1
|
-
declare const _default: import('vue').DefineComponent<{
|
|
1
|
+
declare const _default: import('vue').DefineComponent<import('vue').ExtractPropTypes<{
|
|
2
2
|
interactive: {
|
|
3
3
|
type: BooleanConstructor;
|
|
4
4
|
default: boolean;
|
|
@@ -55,7 +55,7 @@ declare const _default: import('vue').DefineComponent<{
|
|
|
55
55
|
type: BooleanConstructor;
|
|
56
56
|
default: boolean;
|
|
57
57
|
};
|
|
58
|
-
}
|
|
58
|
+
}>, {}, {
|
|
59
59
|
ICONS: Readonly<{
|
|
60
60
|
readonly HEAD_WITH_QUESTION_MARK: VueConstructor<Vue>;
|
|
61
61
|
readonly RIBBON: VueConstructor<Vue>;
|
|
@@ -202,6 +202,7 @@ declare const _default: import('vue').DefineComponent<{
|
|
|
202
202
|
readonly FA_MEMO_CIRCLE_INFO: import('@fortawesome/fontawesome-common-types').IconDefinition;
|
|
203
203
|
readonly FA_MEMO_CIRCLE_INFO_SOLID: import('@fortawesome/fontawesome-common-types').IconDefinition;
|
|
204
204
|
readonly FA_MESSAGE_QUESTION_SOLID: import('@fortawesome/fontawesome-common-types').IconDefinition;
|
|
205
|
+
readonly FA_MESSAGE_XMARK: import('@fortawesome/fontawesome-common-types').IconDefinition;
|
|
205
206
|
readonly FA_MINUS: import('@fortawesome/fontawesome-common-types').IconDefinition;
|
|
206
207
|
readonly FA_MONEY_BILL1: import('@fortawesome/fontawesome-common-types').IconDefinition;
|
|
207
208
|
readonly FA_MUSIC: import('@fortawesome/fontawesome-common-types').IconDefinition;
|
|
@@ -277,7 +278,7 @@ declare const _default: import('vue').DefineComponent<{
|
|
|
277
278
|
}, {
|
|
278
279
|
tileColor(): any;
|
|
279
280
|
tileState(): any;
|
|
280
|
-
}, {}, import('vue').ComponentOptionsMixin, import('vue').ComponentOptionsMixin, {}, string, import('vue').
|
|
281
|
+
}, {}, import('vue').ComponentOptionsMixin, import('vue').ComponentOptionsMixin, {}, string, import('vue').PublicProps, Readonly<import('vue').ExtractPropTypes<{
|
|
281
282
|
interactive: {
|
|
282
283
|
type: BooleanConstructor;
|
|
283
284
|
default: boolean;
|
|
@@ -334,7 +335,7 @@ declare const _default: import('vue').DefineComponent<{
|
|
|
334
335
|
type: BooleanConstructor;
|
|
335
336
|
default: boolean;
|
|
336
337
|
};
|
|
337
|
-
}
|
|
338
|
+
}>> & Readonly<{}>, {
|
|
338
339
|
color: import('./Tile.consts').TileColors;
|
|
339
340
|
state: import('./Tile.consts').TileStates;
|
|
340
341
|
iconLeft: Record<string, any>;
|
|
@@ -346,5 +347,84 @@ declare const _default: import('vue').DefineComponent<{
|
|
|
346
347
|
isEyebrowTextUppercase: boolean;
|
|
347
348
|
eyebrowEllipsis: boolean;
|
|
348
349
|
textEllipsis: boolean;
|
|
349
|
-
}
|
|
350
|
+
}, {}, {
|
|
351
|
+
DsIcon: import('vue').DefineComponent<import('vue').ExtractPropTypes<{
|
|
352
|
+
icon: {
|
|
353
|
+
type: ObjectConstructor;
|
|
354
|
+
required: true;
|
|
355
|
+
validator(icon: unknown): boolean;
|
|
356
|
+
};
|
|
357
|
+
size: {
|
|
358
|
+
type: StringConstructor;
|
|
359
|
+
default: string;
|
|
360
|
+
validator: (value: string) => boolean;
|
|
361
|
+
};
|
|
362
|
+
rotation: {
|
|
363
|
+
type: NumberConstructor;
|
|
364
|
+
default: null;
|
|
365
|
+
validator(value: number): boolean;
|
|
366
|
+
};
|
|
367
|
+
flippedVertical: {
|
|
368
|
+
type: BooleanConstructor;
|
|
369
|
+
default: boolean;
|
|
370
|
+
};
|
|
371
|
+
flippedHorizontal: {
|
|
372
|
+
type: BooleanConstructor;
|
|
373
|
+
default: boolean;
|
|
374
|
+
};
|
|
375
|
+
touchable: {
|
|
376
|
+
type: BooleanConstructor;
|
|
377
|
+
default: boolean;
|
|
378
|
+
};
|
|
379
|
+
spinning: {
|
|
380
|
+
type: BooleanConstructor;
|
|
381
|
+
default: boolean;
|
|
382
|
+
};
|
|
383
|
+
}>, {}, {}, {
|
|
384
|
+
sizeClassName(): string;
|
|
385
|
+
isFontawesomeIcon(): boolean;
|
|
386
|
+
rotationClass(): string | null;
|
|
387
|
+
}, {}, import('vue').ComponentOptionsMixin, import('vue').ComponentOptionsMixin, {}, string, import('vue').PublicProps, Readonly<import('vue').ExtractPropTypes<{
|
|
388
|
+
icon: {
|
|
389
|
+
type: ObjectConstructor;
|
|
390
|
+
required: true;
|
|
391
|
+
validator(icon: unknown): boolean;
|
|
392
|
+
};
|
|
393
|
+
size: {
|
|
394
|
+
type: StringConstructor;
|
|
395
|
+
default: string;
|
|
396
|
+
validator: (value: string) => boolean;
|
|
397
|
+
};
|
|
398
|
+
rotation: {
|
|
399
|
+
type: NumberConstructor;
|
|
400
|
+
default: null;
|
|
401
|
+
validator(value: number): boolean;
|
|
402
|
+
};
|
|
403
|
+
flippedVertical: {
|
|
404
|
+
type: BooleanConstructor;
|
|
405
|
+
default: boolean;
|
|
406
|
+
};
|
|
407
|
+
flippedHorizontal: {
|
|
408
|
+
type: BooleanConstructor;
|
|
409
|
+
default: boolean;
|
|
410
|
+
};
|
|
411
|
+
touchable: {
|
|
412
|
+
type: BooleanConstructor;
|
|
413
|
+
default: boolean;
|
|
414
|
+
};
|
|
415
|
+
spinning: {
|
|
416
|
+
type: BooleanConstructor;
|
|
417
|
+
default: boolean;
|
|
418
|
+
};
|
|
419
|
+
}>> & Readonly<{}>, {
|
|
420
|
+
rotation: number;
|
|
421
|
+
size: string;
|
|
422
|
+
flippedVertical: boolean;
|
|
423
|
+
flippedHorizontal: boolean;
|
|
424
|
+
touchable: boolean;
|
|
425
|
+
spinning: boolean;
|
|
426
|
+
}, {}, {
|
|
427
|
+
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>;
|
|
428
|
+
}, {}, string, import('vue').ComponentProvideOptions, true, {}, any>;
|
|
429
|
+
}, {}, string, import('vue').ComponentProvideOptions, true, {}, any>;
|
|
350
430
|
export default _default;
|