@bethinkpl/design-system 26.0.1 → 26.1.0
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 +17 -17
- 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 +1169 -9
- package/dist/lib/js/components/Buttons/Button/Button.vue.d.ts +90 -8
- package/dist/lib/js/components/Buttons/IconButton/IconButton.vue.d.ts +431 -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 +258 -6
- package/dist/lib/js/components/Chip/Chip.vue.d.ts +787 -9
- package/dist/lib/js/components/DatePickers/DatePicker/DatePicker.vue.d.ts +787 -1
- package/dist/lib/js/components/DatePickers/DatePickerBox/DatePickerBox.vue.d.ts +315 -1
- 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 +2542 -1
- package/dist/lib/js/components/Drawer/DrawerListItem/DrawerListItem.vue.d.ts +85 -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 +1099 -9
- package/dist/lib/js/components/Drawer/DrawerTile/DrawerTile.vue.d.ts +434 -5
- package/dist/lib/js/components/Dropdown/Dropdown.vue.d.ts +31 -1
- package/dist/lib/js/components/Form/Checkbox/Checkbox.vue.d.ts +118 -9
- package/dist/lib/js/components/Form/RadioButton/RadioButton.vue.d.ts +118 -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 +898 -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 +836 -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.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 +85 -6
- package/dist/lib/js/components/Modals/Modal/Modal.vue.d.ts +1161 -9
- package/dist/lib/js/components/Modals/ModalDialog/ModalDialog.vue.d.ts +1443 -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 +95 -8
- package/dist/lib/js/components/Outline/OutlineSectionHeader/OutlineSectionHeader.vue.d.ts +3 -3
- package/dist/lib/js/components/Pagination/Pagination.vue.d.ts +1051 -9
- package/dist/lib/js/components/ProgressBar/ProgressBar.vue.d.ts +325 -1
- package/dist/lib/js/components/ProgressDonutChart/ProgressDonutChart.vue.d.ts +309 -1
- package/dist/lib/js/components/RichList/BasicRichListItem/BasicRichListItem.vue.d.ts +926 -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 +473 -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 +89 -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 +433 -4
- package/dist/lib/js/components/SelectList/SelectListItemToggle/SelectListItemToggle.vue.d.ts +323 -8
- package/dist/lib/js/components/SelectList/SelectListSectionTitle/SelectListSectionTitle.vue.d.ts +4 -4
- package/dist/lib/js/components/SelectionTile/SelectionTile.vue.d.ts +849 -9
- package/dist/lib/js/components/Skeleton/Skeleton.vue.d.ts +8 -6
- package/dist/lib/js/components/Statuses/AccessStatus/AccessStatus.vue.d.ts +83 -4
- package/dist/lib/js/components/Statuses/BlockadeStatus/BlockadeStatus.vue.d.ts +83 -4
- package/dist/lib/js/components/SurveyQuestions/SurveyQuestionOpenEnded/SurveyQuestionOpenEnded.vue.d.ts +1567 -9
- package/dist/lib/js/components/SurveyQuestions/SurveyQuestionScale/SurveyQuestionScale.vue.d.ts +1946 -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 +93 -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.vue.d.ts +84 -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 +96 -9
- package/dist/lib/js/components/Tooltip/Tooltip.vue.d.ts +5 -5
- package/docs/assets/AccessStatus-CZ2wkKUN.js +1 -0
- package/docs/assets/{AccessStatus.stories-CM9qms_d.js → AccessStatus.stories-DqLttI6G.js} +1 -1
- package/docs/assets/BadgeScore-Cb8Vr0p3.js +1 -0
- package/docs/assets/{BadgeScore.stories-BsFc_8XV.js → BadgeScore.stories-VUIYoC0K.js} +1 -1
- package/docs/assets/{Banner-Dkt_I8P3.js → Banner-C_-ztwHr.js} +1 -1
- package/docs/assets/{Banner.stories-dLLxP9rS.js → Banner.stories-DEpqpjNt.js} +1 -1
- package/docs/assets/{BasicRichListItem-CCXQ4iJg.js → BasicRichListItem-CL431QeF.js} +1 -1
- package/docs/assets/{BasicRichListItem.stories-Bh_UBJkl.js → BasicRichListItem.stories-DJhpvSDZ.js} +1 -1
- package/docs/assets/BlockadeStatus-D0rB6KRL.js +1 -0
- package/docs/assets/{BlockedeStatus.stories-IunhqK0I.js → BlockedeStatus.stories--W5rj6m4.js} +1 -1
- package/docs/assets/{Button-CBZkgukP.js → Button-BfC5uvwA.js} +1 -1
- package/docs/assets/{Button.stories-BLj-_0Vw.js → Button.stories-CI72rNoF.js} +1 -1
- package/docs/assets/{Card-B7j8o0GU.js → Card-BNrHU9qb.js} +1 -1
- package/docs/assets/{Card.stories-KO99dol6.js → Card.stories-Tu0NJeHc.js} +1 -1
- package/docs/assets/{CardExpandable-XN3wcRwV.js → CardExpandable-CyaYxO0k.js} +1 -1
- package/docs/assets/{CardExpandable.stories-B9-JtWRG.js → CardExpandable.stories-BnMu24tF.js} +1 -1
- package/docs/assets/Checkbox-Bqk4dEqh.js +1 -0
- package/docs/assets/{Checkbox.stories-DLfdA87Q.js → Checkbox.stories-D8ttSHbp.js} +1 -1
- package/docs/assets/Chip-DBH11WGD.js +1 -0
- package/docs/assets/Chip.stories-Dd2KHKo0.js +43 -0
- package/docs/assets/{Color-ERTF36HU-B622yQt4.js → Color-ERTF36HU-Dpy8vc_W.js} +1 -1
- package/docs/assets/{Colors.stories-CRIOJbgv.js → Colors.stories-V9xulpl8.js} +1 -1
- package/docs/assets/{ColorsThemes.stories-BVtVblv7.js → ColorsThemes.stories-DULXUm6A.js} +1 -1
- package/docs/assets/{ColorsTokensLms.stories-Ds9sWwL0.js → ColorsTokensLms.stories-D7S65YJS.js} +1 -1
- package/docs/assets/{ColorsTokensPrimaryBodywork.stories-D9nLEENe.js → ColorsTokensPrimaryBodywork.stories-D_vwh3Jq.js} +1 -1
- package/docs/assets/{ColorsTokensPrimaryWnl.stories-Cuz6HvAj.js → ColorsTokensPrimaryWnl.stories-BXkcRNQy.js} +1 -1
- package/docs/assets/CounterToggle-RylBZadb.js +1 -0
- package/docs/assets/{CounterToggle.stories-DdAjSFMr.js → CounterToggle.stories-D_-AsS4y.js} +1 -1
- package/docs/assets/{DatePicker-CvT_E45n.js → DatePicker-5MRZAjkX.js} +1 -1
- package/docs/assets/{DatePicker.stories-Ub_1x6To.js → DatePicker.stories-D7a156oj.js} +1 -1
- package/docs/assets/{Divider-D2yDhW46.js → Divider-BPqXVinF.js} +1 -1
- package/docs/assets/{Divider.stories-f9QUckyE.js → Divider.stories-D-I6wDB1.js} +1 -1
- package/docs/assets/{DocsRenderer-CFRXHY34-D5Eulb6H.js → DocsRenderer-CFRXHY34-C1Auldw2.js} +5 -5
- package/docs/assets/{Drawer-CH5Qyc5B.js → Drawer-DbwdfqO9.js} +1 -1
- package/docs/assets/{Drawer.stories-jrbLBaPT.js → Drawer.stories-CA7ckJHC.js} +1 -1
- package/docs/assets/{DrawerContent-DGzdUSmd.js → DrawerContent-BGc6gxGX.js} +1 -1
- package/docs/assets/{DrawerContent.stories-CYzQPPIy.js → DrawerContent.stories-DQul9BkA.js} +1 -1
- package/docs/assets/{DrawerDivider-DNbYnPjf.js → DrawerDivider-CtJq0tq6.js} +1 -1
- package/docs/assets/{DrawerDivider.stories-BG6MKk49.js → DrawerDivider.stories-DM3Aqadb.js} +1 -1
- package/docs/assets/DrawerHeader-B5vYU2PL.js +1 -0
- package/docs/assets/{DrawerHeader.stories-CwaoQykQ.js → DrawerHeader.stories-cpfS-wBt.js} +1 -1
- package/docs/assets/{DrawerListItem-aepUTcTm.js → DrawerListItem-0fUrCEXt.js} +1 -1
- package/docs/assets/{DrawerListItem.stories-vHXkwtyS.js → DrawerListItem.stories-CmJW1Uss.js} +1 -1
- package/docs/assets/{DrawerListItemGroup-CnH532Dv.js → DrawerListItemGroup-CLrc_eJs.js} +1 -1
- package/docs/assets/{DrawerListItemGroup.stories-D0DeZ6IG.js → DrawerListItemGroup.stories-bG34xd5v.js} +1 -1
- package/docs/assets/{DrawerSection-pMhA5dsS.js → DrawerSection-DFvcNR71.js} +1 -1
- package/docs/assets/{DrawerSection.stories-BF7A4VyW.js → DrawerSection.stories-DVELqRM_.js} +1 -1
- package/docs/assets/{DrawerTile-W2mt6fAk.js → DrawerTile-BJkMh2fU.js} +1 -1
- package/docs/assets/{DrawerTile.stories-CUMznN1H.js → DrawerTile.stories-B8kWqDLf.js} +1 -1
- package/docs/assets/{Dropdown-BfX0EVaK.js → Dropdown-Dt2QFB2U.js} +1 -1
- package/docs/assets/{Dropdown.stories-DrILA_TR.js → Dropdown.stories-CDrmWXHI.js} +1 -1
- package/docs/assets/{FeatureIcon-n65RPvyA.js → FeatureIcon-B47w4DBU.js} +1 -1
- package/docs/assets/{FeatureIcon.stories-DSUzxIPB.js → FeatureIcon.stories-DfNuwkfR.js} +1 -1
- package/docs/assets/GroupRichListItem-DSTlJwlb.js +1 -0
- package/docs/assets/{GroupRichListItem.stories-DCEq0Kil.js → GroupRichListItem.stories-C82L7KHk.js} +1 -1
- package/docs/assets/Icon-6eu_szpS.js +761 -0
- package/docs/assets/{Icon.stories-BFJuE2aE.js → Icon.stories-D0Y2RyrD.js} +1 -1
- package/docs/assets/{IconButton-COzU-vlz.js → IconButton-BO-CETCB.js} +1 -1
- package/docs/assets/{IconButton.stories-DGmn7bfg.js → IconButton.stories-C6kjifNZ.js} +1 -1
- package/docs/assets/{IconText-DDrVXWHS.js → IconText-DF43QOY-.js} +1 -1
- package/docs/assets/{IconText.stories-CSt7q9Mf.js → IconText.stories-B7IYW_LU.js} +1 -1
- package/docs/assets/Image-DjWPx_Cm.js +1 -0
- package/docs/assets/{Image.stories-DxQ22AFP.js → Image.stories-Cs6xAQBK.js} +1 -1
- package/docs/assets/{ItemsList-B-vw083o.js → ItemsList-BRCXeyjX.js} +1 -1
- package/docs/assets/LoadingBar-COnzT5gw.js +1 -0
- package/docs/assets/{LoadingBar.stories-IJRD91mF.js → LoadingBar.stories-Bc3-cddz.js} +1 -1
- package/docs/assets/{Modal-CJ0d6Je9.js → Modal-Bw0n_JyW.js} +1 -1
- package/docs/assets/{Modal.stories-q_qdiakg.js → Modal.stories-Ba9D4xGC.js} +1 -1
- package/docs/assets/{ModalDialog-CbDAxfV_.js → ModalDialog-BXp9X1p5.js} +1 -1
- package/docs/assets/{ModalDialog.stories-CKcR8rIW.js → ModalDialog.stories-DfA5ze67.js} +1 -1
- package/docs/assets/{NumberInCircle-DV0Qrx8H.js → NumberInCircle-2qc4scqu.js} +1 -1
- package/docs/assets/{NumberInCircle.stories-DriLGDDl.js → NumberInCircle.stories-DEPoFSIH.js} +1 -1
- package/docs/assets/{OutlineDivider-Cez9NlcH.js → OutlineDivider-Bxh-mzNl.js} +1 -1
- package/docs/assets/{OutlineDivider.stories-D0zYoHBw.js → OutlineDivider.stories-QIoOaFJB.js} +1 -1
- package/docs/assets/{OutlineItem-CUHef8Bo.js → OutlineItem-BjXpo06D.js} +1 -1
- package/docs/assets/{OutlineItem.stories-BgFzRhaY.js → OutlineItem.stories-BUu6aPfL.js} +1 -1
- package/docs/assets/OutlineSectionHeader-hAHWOzLF.js +1 -0
- package/docs/assets/{OutlineSectionHeader.stories-HOf2NwY-.js → OutlineSectionHeader.stories-GdEbBs1U.js} +1 -1
- package/docs/assets/OverlayHeader-BzKvZZD3.js +1 -0
- package/docs/assets/{OverlayHeader.stories-bjFfL93l.js → OverlayHeader.stories-DZaoIDUF.js} +1 -1
- package/docs/assets/{PageHeader-CTbdU4IG.js → PageHeader-XjqUaNsz.js} +1 -1
- package/docs/assets/{PageHeader.stories-DeNf1zoa.js → PageHeader.stories-C8lNq9Gy.js} +1 -1
- package/docs/assets/{Pagination-dSOJSh7t.js → Pagination-_AHUDwwL.js} +1 -1
- package/docs/assets/{Pagination.stories-CMg8WaRV.js → Pagination.stories-CMUAHShC.js} +1 -1
- package/docs/assets/{PopOver-BPD1Ttq1.js → PopOver-NPXfFzGB.js} +1 -1
- package/docs/assets/{PopOver.stories-Cl1k59cl.js → PopOver.stories--WLP9ABS.js} +1 -1
- package/docs/assets/ProgressBar-BiigfDAt.js +1 -0
- package/docs/assets/{ProgressBar.stories-9xVTh0RH.js → ProgressBar.stories-CaTLfTca.js} +1 -1
- package/docs/assets/{ProgressDonutChart-D5uvUZva.js → ProgressDonutChart-BmTVWpWh.js} +1 -1
- package/docs/assets/{ProgressDonutChart.stories-DBpwl5Vn.js → ProgressDonutChart.stories-D_34I_ER.js} +1 -1
- package/docs/assets/RadioButton-BqvATv1T.js +1 -0
- package/docs/assets/{RadioButton.stories-CLWvDUrd.js → RadioButton.stories-BpbTcL59.js} +1 -1
- package/docs/assets/{RichListItem.stories-DhkQky0J.js → RichListItem.stories-C1DOwiaj.js} +1 -1
- package/docs/assets/{SectionHeader-DVwe52kA.js → SectionHeader-BzbLJwTE.js} +1 -1
- package/docs/assets/{SectionHeader.stories-Dd3li5ER.js → SectionHeader.stories-C3Dk3EQq.js} +1 -1
- package/docs/assets/{SectionTitle-XTc-98O5.js → SectionTitle-BGj1y63i.js} +1 -1
- package/docs/assets/{SectionTitle.stories-BFNagAeb.js → SectionTitle.stories-BdUNgJ8M.js} +1 -1
- package/docs/assets/SelectList-CdwgpCxZ.js +1 -0
- package/docs/assets/{SelectList.stories-B2Pq8auf.js → SelectList.stories-CkENU7xp.js} +1 -1
- package/docs/assets/{SelectListItem-_c4CA-YM.js → SelectListItem-B6bDi3OI.js} +1 -1
- package/docs/assets/{SelectListItem.stories-PSDnI18x.js → SelectListItem.stories-QbUrayaQ.js} +1 -1
- package/docs/assets/SelectListItemDivider-BSD2eI6K.js +1 -0
- package/docs/assets/{SelectListItemDivider.stories-DvANKn2s.js → SelectListItemDivider.stories-IhgBxgAM.js} +1 -1
- package/docs/assets/{SelectListItemTile-BL3qYL_0.js → SelectListItemTile-C_oqRlGz.js} +1 -1
- package/docs/assets/{SelectListItemTile.stories-CVYmG0Ta.js → SelectListItemTile.stories-Dn8gM40T.js} +1 -1
- package/docs/assets/{SelectListItemToggle-BjjMPWy0.js → SelectListItemToggle-C2Nyl3Jx.js} +1 -1
- package/docs/assets/{SelectListItemToggle.stories-D5QL3Gd2.js → SelectListItemToggle.stories-n17klXWd.js} +1 -1
- package/docs/assets/SelectListSectionTitle-ntTJtQK2.js +1 -0
- package/docs/assets/{SelectListSectionTitle.stories-DCyB86A1.js → SelectListSectionTitle.stories-DTi_MtTn.js} +1 -1
- package/docs/assets/{SelectionControl-BxCh7N21.js → SelectionControl-aaEuqhMt.js} +1 -1
- package/docs/assets/{SelectionTile-T03MPtEm.js → SelectionTile-Bl618mwa.js} +2 -2
- package/docs/assets/{SelectionTile.stories-CEufLR64.js → SelectionTile.stories-C2OiBoE6.js} +1 -1
- package/docs/assets/{Skeleton-BbafKE6W.js → Skeleton-yR2iGt-A.js} +1 -1
- package/docs/assets/{Skeleton.stories-B_4TqUB5.js → Skeleton.stories-D8E42zl1.js} +1 -1
- package/docs/assets/SurveyQuestionOpenEnded-DyGKPMyP.js +1 -0
- package/docs/assets/{SurveyQuestionOpenEnded.stories-DW7tQU04.js → SurveyQuestionOpenEnded.stories-8WgkwYaH.js} +1 -1
- package/docs/assets/SurveyQuestionScale-Cx65nLcq.js +1 -0
- package/docs/assets/{SurveyQuestionScale.stories-DC8qXbl8.js → SurveyQuestionScale.stories-BWzL4fMZ.js} +1 -1
- package/docs/assets/{SurveyToggle-DzZyc41b.js → SurveyToggle-CISyD5gz.js} +1 -1
- package/docs/assets/{SurveyToggle.stories-Yf0fJ_p2.js → SurveyToggle.stories-TJijEheH.js} +1 -1
- package/docs/assets/{Switch-BWGPo7tP.js → Switch-DkIgraJz.js} +1 -1
- package/docs/assets/{Switch.stories-BzeYFsr2.js → Switch.stories-C8PyEPpm.js} +1 -1
- package/docs/assets/{TabItem-Cx2nQ_YR.js → TabItem-Cc0CSUyr.js} +1 -1
- package/docs/assets/{TabItem.stories-C-gV8JMj.js → TabItem.stories-Bh1XNs3q.js} +1 -1
- package/docs/assets/{TextGroup-DQmg5luv.js → TextGroup-DrSbeVN2.js} +1 -1
- package/docs/assets/{TextGroup.stories-j5MNzn7U.js → TextGroup.stories-BnbOUO2B.js} +1 -1
- package/docs/assets/{ThreeColumnLayout-Lm3LIbid.js → ThreeColumnLayout-NhAT4cZY.js} +1 -1
- package/docs/assets/{ThreeColumnLayout.stories-C5cNwOWv.js → ThreeColumnLayout.stories-EL55MOL9.js} +1 -1
- package/docs/assets/{Tile-DnH9h0Kq.js → Tile-DXVTBx8j.js} +1 -1
- package/docs/assets/{Tile.sb.shared-2W1FnncR.js → Tile.sb.shared-DAh00AIu.js} +1 -1
- package/docs/assets/{Tile.stories-Bj7yp21N.js → Tile.stories-xIzW0_NG.js} +1 -1
- package/docs/assets/{Toast.stories-Bad7itWi.js → Toast.stories-COXItFcC.js} +1 -1
- package/docs/assets/{ToggleButton-BZ0tVYFv.js → ToggleButton-BCtYIja9.js} +1 -1
- package/docs/assets/{ToggleButton.stories-D0YPR0-y.js → ToggleButton.stories-CT0hACpK.js} +1 -1
- package/docs/assets/Tooltip-DrwiSTCm.js +1 -0
- package/docs/assets/{Tooltip.stories-CaTsoTim.js → Tooltip.stories-CEXpck3_.js} +1 -1
- package/docs/assets/{TypographyTokensLms.stories-D-CrlX5A.js → TypographyTokensLms.stories-fssptMKG.js} +1 -1
- package/docs/assets/{TypographyVariables.stories-Bmxi44f1.js → TypographyVariables.stories-BhXf4d0y.js} +1 -1
- package/docs/assets/{Well-vFI2CbIA.js → Well--SGDk2ZR.js} +1 -1
- package/docs/assets/{Well.stories-Be73GX2h.js → Well.stories-CASSIsWd.js} +1 -1
- package/docs/assets/entry-preview-DMbhNDVP.js +1 -0
- package/docs/assets/{entry-preview-docs-BBVW7MF3.js → entry-preview-docs-DJ-4bqb-.js} +1 -1
- package/docs/assets/{iframe-BosoHOVU.js → iframe-D34akK7Z.js} +3 -3
- package/docs/assets/{index-CqU62QSU.js → index-DZvDKoWL.js} +1 -1
- package/docs/assets/{index-CgF2Ctku.js → index-DyXJjdHU.js} +1 -1
- package/docs/assets/{preview-16ImHjAt.js → preview-DYKWAT5n.js} +1 -1
- package/docs/assets/{preview-B_ruAZiw.js → preview-MRHqGPUO.js} +2 -2
- package/docs/assets/string-CJTX2pVG.js +1 -0
- package/docs/assets/{vue-popper-BJbr8Gin.js → vue-popper-BXSsmyj7.js} +1 -1
- package/docs/assets/vue.esm-bundler-DiF7B9b7.js +36 -0
- package/docs/iframe.html +1 -1
- package/docs/project.json +1 -1
- package/package.json +3 -3
- 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/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/string-CxIy_vwz.js +0 -1
- package/docs/assets/vue.esm-bundler-BSCmGRHc.js +0 -7
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
import { PropType } from 'vue';
|
|
2
2
|
|
|
3
|
-
declare const _default: import('vue').DefineComponent<{
|
|
3
|
+
declare const _default: import('vue').DefineComponent<import('vue').ExtractPropTypes<{
|
|
4
4
|
headerHasPadding: {
|
|
5
5
|
type: BooleanConstructor;
|
|
6
6
|
default: boolean;
|
|
@@ -37,12 +37,12 @@ declare const _default: import('vue').DefineComponent<{
|
|
|
37
37
|
type: StringConstructor;
|
|
38
38
|
default: string;
|
|
39
39
|
};
|
|
40
|
-
}
|
|
40
|
+
}>, {}, {}, {
|
|
41
41
|
hasLeftBoarder(): any;
|
|
42
42
|
hasTopBoarder(): any;
|
|
43
43
|
borderColorClass(): string;
|
|
44
44
|
borderSizeClass(): string;
|
|
45
|
-
}, {}, import('vue').ComponentOptionsMixin, import('vue').ComponentOptionsMixin, {}, string, import('vue').
|
|
45
|
+
}, {}, import('vue').ComponentOptionsMixin, import('vue').ComponentOptionsMixin, {}, string, import('vue').PublicProps, Readonly<import('vue').ExtractPropTypes<{
|
|
46
46
|
headerHasPadding: {
|
|
47
47
|
type: BooleanConstructor;
|
|
48
48
|
default: boolean;
|
|
@@ -79,15 +79,98 @@ declare const _default: import('vue').DefineComponent<{
|
|
|
79
79
|
type: StringConstructor;
|
|
80
80
|
default: string;
|
|
81
81
|
};
|
|
82
|
-
}
|
|
83
|
-
borderColor: string;
|
|
82
|
+
}>> & Readonly<{}>, {
|
|
84
83
|
headerHasPadding: boolean;
|
|
85
84
|
dividerUnderHeader: boolean;
|
|
86
85
|
hasBorder: boolean;
|
|
87
86
|
borderPosition: string;
|
|
88
87
|
borderSize: string;
|
|
88
|
+
borderColor: string;
|
|
89
89
|
hasLoadingBar: boolean;
|
|
90
90
|
loadingBarColor: string;
|
|
91
91
|
loadingBarTime: string;
|
|
92
|
-
}
|
|
92
|
+
}, {}, {
|
|
93
|
+
DsDivider: import('vue').DefineComponent<import('vue').ExtractPropTypes<{
|
|
94
|
+
isVertical: {
|
|
95
|
+
type: BooleanConstructor;
|
|
96
|
+
default: boolean;
|
|
97
|
+
};
|
|
98
|
+
prominence: {
|
|
99
|
+
type: StringConstructor;
|
|
100
|
+
default: string;
|
|
101
|
+
validator: (value: string) => boolean;
|
|
102
|
+
};
|
|
103
|
+
size: {
|
|
104
|
+
type: StringConstructor;
|
|
105
|
+
default: string;
|
|
106
|
+
validator: (value: string) => boolean;
|
|
107
|
+
};
|
|
108
|
+
}>, {}, {
|
|
109
|
+
DIVIDER_PROMINENCES: Readonly<{
|
|
110
|
+
DEFAULT: string;
|
|
111
|
+
STRONG: string;
|
|
112
|
+
WEAK: string;
|
|
113
|
+
}>;
|
|
114
|
+
}, {
|
|
115
|
+
sizeClass(): string;
|
|
116
|
+
}, {}, import('vue').ComponentOptionsMixin, import('vue').ComponentOptionsMixin, {}, string, import('vue').PublicProps, Readonly<import('vue').ExtractPropTypes<{
|
|
117
|
+
isVertical: {
|
|
118
|
+
type: BooleanConstructor;
|
|
119
|
+
default: boolean;
|
|
120
|
+
};
|
|
121
|
+
prominence: {
|
|
122
|
+
type: StringConstructor;
|
|
123
|
+
default: string;
|
|
124
|
+
validator: (value: string) => boolean;
|
|
125
|
+
};
|
|
126
|
+
size: {
|
|
127
|
+
type: StringConstructor;
|
|
128
|
+
default: string;
|
|
129
|
+
validator: (value: string) => boolean;
|
|
130
|
+
};
|
|
131
|
+
}>> & Readonly<{}>, {
|
|
132
|
+
size: string;
|
|
133
|
+
isVertical: boolean;
|
|
134
|
+
prominence: string;
|
|
135
|
+
}, {}, {}, {}, string, import('vue').ComponentProvideOptions, true, {}, any>;
|
|
136
|
+
DsLoadingBar: import('vue').DefineComponent<import('vue').ExtractPropTypes<{
|
|
137
|
+
color: {
|
|
138
|
+
type: PropType<string>;
|
|
139
|
+
default: string;
|
|
140
|
+
};
|
|
141
|
+
size: {
|
|
142
|
+
type: PropType<string>;
|
|
143
|
+
default: string;
|
|
144
|
+
};
|
|
145
|
+
time: {
|
|
146
|
+
type: StringConstructor;
|
|
147
|
+
required: true;
|
|
148
|
+
};
|
|
149
|
+
}>, {}, {
|
|
150
|
+
intervalId: number;
|
|
151
|
+
width: number;
|
|
152
|
+
}, {
|
|
153
|
+
sizeClassName(): string;
|
|
154
|
+
loadingBarStyles(): {
|
|
155
|
+
width: string;
|
|
156
|
+
transition: string;
|
|
157
|
+
};
|
|
158
|
+
}, {}, import('vue').ComponentOptionsMixin, import('vue').ComponentOptionsMixin, {}, string, import('vue').PublicProps, Readonly<import('vue').ExtractPropTypes<{
|
|
159
|
+
color: {
|
|
160
|
+
type: PropType<string>;
|
|
161
|
+
default: string;
|
|
162
|
+
};
|
|
163
|
+
size: {
|
|
164
|
+
type: PropType<string>;
|
|
165
|
+
default: string;
|
|
166
|
+
};
|
|
167
|
+
time: {
|
|
168
|
+
type: StringConstructor;
|
|
169
|
+
required: true;
|
|
170
|
+
};
|
|
171
|
+
}>> & Readonly<{}>, {
|
|
172
|
+
size: string;
|
|
173
|
+
color: string;
|
|
174
|
+
}, {}, {}, {}, string, import('vue').ComponentProvideOptions, true, {}, any>;
|
|
175
|
+
}, {}, string, import('vue').ComponentProvideOptions, true, {}, any>;
|
|
93
176
|
export default _default;
|
|
@@ -1,4 +1,4 @@
|
|
|
1
|
-
declare const _default: import('vue').DefineComponent<{
|
|
1
|
+
declare const _default: import('vue').DefineComponent<import('vue').ExtractPropTypes<{
|
|
2
2
|
isExpanded: {
|
|
3
3
|
type: BooleanConstructor;
|
|
4
4
|
default: boolean;
|
|
@@ -23,7 +23,7 @@ declare const _default: import('vue').DefineComponent<{
|
|
|
23
23
|
type: BooleanConstructor;
|
|
24
24
|
default: boolean;
|
|
25
25
|
};
|
|
26
|
-
}
|
|
26
|
+
}>, {}, {
|
|
27
27
|
isExpandedInternal: boolean;
|
|
28
28
|
ICONS: Readonly<{
|
|
29
29
|
readonly HEAD_WITH_QUESTION_MARK: VueConstructor<Vue>;
|
|
@@ -244,7 +244,7 @@ declare const _default: import('vue').DefineComponent<{
|
|
|
244
244
|
onExpanderClick(): void;
|
|
245
245
|
}, import('vue').ComponentOptionsMixin, import('vue').ComponentOptionsMixin, {
|
|
246
246
|
'update:isExpanded': (payload: Boolean) => true;
|
|
247
|
-
}, string, import('vue').
|
|
247
|
+
}, string, import('vue').PublicProps, Readonly<import('vue').ExtractPropTypes<{
|
|
248
248
|
isExpanded: {
|
|
249
249
|
type: BooleanConstructor;
|
|
250
250
|
default: boolean;
|
|
@@ -269,14 +269,266 @@ declare const _default: import('vue').DefineComponent<{
|
|
|
269
269
|
type: BooleanConstructor;
|
|
270
270
|
default: boolean;
|
|
271
271
|
};
|
|
272
|
-
}>> & {
|
|
272
|
+
}>> & Readonly<{
|
|
273
273
|
"onUpdate:isExpanded"?: ((payload: Boolean) => any) | undefined;
|
|
274
|
-
}
|
|
274
|
+
}>, {
|
|
275
275
|
isExpanded: boolean;
|
|
276
276
|
headerHasPadding: boolean;
|
|
277
277
|
dividerUnderHeader: boolean;
|
|
278
278
|
isExpanderVisible: boolean;
|
|
279
279
|
expanderTextCollapsed: string;
|
|
280
280
|
expanderTextExpanded: string;
|
|
281
|
-
}
|
|
281
|
+
}, {}, {
|
|
282
|
+
DsCard: import('vue').DefineComponent<import('vue').ExtractPropTypes<{
|
|
283
|
+
headerHasPadding: {
|
|
284
|
+
type: BooleanConstructor;
|
|
285
|
+
default: boolean;
|
|
286
|
+
};
|
|
287
|
+
dividerUnderHeader: {
|
|
288
|
+
type: BooleanConstructor;
|
|
289
|
+
default: boolean;
|
|
290
|
+
};
|
|
291
|
+
hasBorder: {
|
|
292
|
+
type: BooleanConstructor;
|
|
293
|
+
default: boolean;
|
|
294
|
+
};
|
|
295
|
+
borderPosition: {
|
|
296
|
+
type: import('vue').PropType<string>;
|
|
297
|
+
default: string;
|
|
298
|
+
};
|
|
299
|
+
borderSize: {
|
|
300
|
+
type: import('vue').PropType<string>;
|
|
301
|
+
default: string;
|
|
302
|
+
};
|
|
303
|
+
borderColor: {
|
|
304
|
+
type: import('vue').PropType<string>;
|
|
305
|
+
default: string;
|
|
306
|
+
};
|
|
307
|
+
hasLoadingBar: {
|
|
308
|
+
type: BooleanConstructor;
|
|
309
|
+
default: boolean;
|
|
310
|
+
};
|
|
311
|
+
loadingBarColor: {
|
|
312
|
+
type: import('vue').PropType<string>;
|
|
313
|
+
default: string;
|
|
314
|
+
};
|
|
315
|
+
loadingBarTime: {
|
|
316
|
+
type: StringConstructor;
|
|
317
|
+
default: string;
|
|
318
|
+
};
|
|
319
|
+
}>, {}, {}, {
|
|
320
|
+
hasLeftBoarder(): any;
|
|
321
|
+
hasTopBoarder(): any;
|
|
322
|
+
borderColorClass(): string;
|
|
323
|
+
borderSizeClass(): string;
|
|
324
|
+
}, {}, import('vue').ComponentOptionsMixin, import('vue').ComponentOptionsMixin, {}, string, import('vue').PublicProps, Readonly<import('vue').ExtractPropTypes<{
|
|
325
|
+
headerHasPadding: {
|
|
326
|
+
type: BooleanConstructor;
|
|
327
|
+
default: boolean;
|
|
328
|
+
};
|
|
329
|
+
dividerUnderHeader: {
|
|
330
|
+
type: BooleanConstructor;
|
|
331
|
+
default: boolean;
|
|
332
|
+
};
|
|
333
|
+
hasBorder: {
|
|
334
|
+
type: BooleanConstructor;
|
|
335
|
+
default: boolean;
|
|
336
|
+
};
|
|
337
|
+
borderPosition: {
|
|
338
|
+
type: import('vue').PropType<string>;
|
|
339
|
+
default: string;
|
|
340
|
+
};
|
|
341
|
+
borderSize: {
|
|
342
|
+
type: import('vue').PropType<string>;
|
|
343
|
+
default: string;
|
|
344
|
+
};
|
|
345
|
+
borderColor: {
|
|
346
|
+
type: import('vue').PropType<string>;
|
|
347
|
+
default: string;
|
|
348
|
+
};
|
|
349
|
+
hasLoadingBar: {
|
|
350
|
+
type: BooleanConstructor;
|
|
351
|
+
default: boolean;
|
|
352
|
+
};
|
|
353
|
+
loadingBarColor: {
|
|
354
|
+
type: import('vue').PropType<string>;
|
|
355
|
+
default: string;
|
|
356
|
+
};
|
|
357
|
+
loadingBarTime: {
|
|
358
|
+
type: StringConstructor;
|
|
359
|
+
default: string;
|
|
360
|
+
};
|
|
361
|
+
}>> & Readonly<{}>, {
|
|
362
|
+
headerHasPadding: boolean;
|
|
363
|
+
dividerUnderHeader: boolean;
|
|
364
|
+
hasBorder: boolean;
|
|
365
|
+
borderPosition: string;
|
|
366
|
+
borderSize: string;
|
|
367
|
+
borderColor: string;
|
|
368
|
+
hasLoadingBar: boolean;
|
|
369
|
+
loadingBarColor: string;
|
|
370
|
+
loadingBarTime: string;
|
|
371
|
+
}, {}, {
|
|
372
|
+
DsDivider: import('vue').DefineComponent<import('vue').ExtractPropTypes<{
|
|
373
|
+
isVertical: {
|
|
374
|
+
type: BooleanConstructor;
|
|
375
|
+
default: boolean;
|
|
376
|
+
};
|
|
377
|
+
prominence: {
|
|
378
|
+
type: StringConstructor;
|
|
379
|
+
default: string;
|
|
380
|
+
validator: (value: string) => boolean;
|
|
381
|
+
};
|
|
382
|
+
size: {
|
|
383
|
+
type: StringConstructor;
|
|
384
|
+
default: string;
|
|
385
|
+
validator: (value: string) => boolean;
|
|
386
|
+
};
|
|
387
|
+
}>, {}, {
|
|
388
|
+
DIVIDER_PROMINENCES: Readonly<{
|
|
389
|
+
DEFAULT: string;
|
|
390
|
+
STRONG: string;
|
|
391
|
+
WEAK: string;
|
|
392
|
+
}>;
|
|
393
|
+
}, {
|
|
394
|
+
sizeClass(): string;
|
|
395
|
+
}, {}, import('vue').ComponentOptionsMixin, import('vue').ComponentOptionsMixin, {}, string, import('vue').PublicProps, Readonly<import('vue').ExtractPropTypes<{
|
|
396
|
+
isVertical: {
|
|
397
|
+
type: BooleanConstructor;
|
|
398
|
+
default: boolean;
|
|
399
|
+
};
|
|
400
|
+
prominence: {
|
|
401
|
+
type: StringConstructor;
|
|
402
|
+
default: string;
|
|
403
|
+
validator: (value: string) => boolean;
|
|
404
|
+
};
|
|
405
|
+
size: {
|
|
406
|
+
type: StringConstructor;
|
|
407
|
+
default: string;
|
|
408
|
+
validator: (value: string) => boolean;
|
|
409
|
+
};
|
|
410
|
+
}>> & Readonly<{}>, {
|
|
411
|
+
size: string;
|
|
412
|
+
isVertical: boolean;
|
|
413
|
+
prominence: string;
|
|
414
|
+
}, {}, {}, {}, string, import('vue').ComponentProvideOptions, true, {}, any>;
|
|
415
|
+
DsLoadingBar: import('vue').DefineComponent<import('vue').ExtractPropTypes<{
|
|
416
|
+
color: {
|
|
417
|
+
type: import('vue').PropType<string>;
|
|
418
|
+
default: string;
|
|
419
|
+
};
|
|
420
|
+
size: {
|
|
421
|
+
type: import('vue').PropType<string>;
|
|
422
|
+
default: string;
|
|
423
|
+
};
|
|
424
|
+
time: {
|
|
425
|
+
type: StringConstructor;
|
|
426
|
+
required: true;
|
|
427
|
+
};
|
|
428
|
+
}>, {}, {
|
|
429
|
+
intervalId: number;
|
|
430
|
+
width: number;
|
|
431
|
+
}, {
|
|
432
|
+
sizeClassName(): string;
|
|
433
|
+
loadingBarStyles(): {
|
|
434
|
+
width: string;
|
|
435
|
+
transition: string;
|
|
436
|
+
};
|
|
437
|
+
}, {}, import('vue').ComponentOptionsMixin, import('vue').ComponentOptionsMixin, {}, string, import('vue').PublicProps, Readonly<import('vue').ExtractPropTypes<{
|
|
438
|
+
color: {
|
|
439
|
+
type: import('vue').PropType<string>;
|
|
440
|
+
default: string;
|
|
441
|
+
};
|
|
442
|
+
size: {
|
|
443
|
+
type: import('vue').PropType<string>;
|
|
444
|
+
default: string;
|
|
445
|
+
};
|
|
446
|
+
time: {
|
|
447
|
+
type: StringConstructor;
|
|
448
|
+
required: true;
|
|
449
|
+
};
|
|
450
|
+
}>> & Readonly<{}>, {
|
|
451
|
+
size: string;
|
|
452
|
+
color: string;
|
|
453
|
+
}, {}, {}, {}, string, import('vue').ComponentProvideOptions, true, {}, any>;
|
|
454
|
+
}, {}, string, import('vue').ComponentProvideOptions, true, {}, any>;
|
|
455
|
+
DsIcon: import('vue').DefineComponent<import('vue').ExtractPropTypes<{
|
|
456
|
+
icon: {
|
|
457
|
+
type: ObjectConstructor;
|
|
458
|
+
required: true;
|
|
459
|
+
validator(icon: unknown): boolean;
|
|
460
|
+
};
|
|
461
|
+
size: {
|
|
462
|
+
type: StringConstructor;
|
|
463
|
+
default: string;
|
|
464
|
+
validator: (value: string) => boolean;
|
|
465
|
+
};
|
|
466
|
+
rotation: {
|
|
467
|
+
type: NumberConstructor;
|
|
468
|
+
default: null;
|
|
469
|
+
validator(value: number): boolean;
|
|
470
|
+
};
|
|
471
|
+
flippedVertical: {
|
|
472
|
+
type: BooleanConstructor;
|
|
473
|
+
default: boolean;
|
|
474
|
+
};
|
|
475
|
+
flippedHorizontal: {
|
|
476
|
+
type: BooleanConstructor;
|
|
477
|
+
default: boolean;
|
|
478
|
+
};
|
|
479
|
+
touchable: {
|
|
480
|
+
type: BooleanConstructor;
|
|
481
|
+
default: boolean;
|
|
482
|
+
};
|
|
483
|
+
spinning: {
|
|
484
|
+
type: BooleanConstructor;
|
|
485
|
+
default: boolean;
|
|
486
|
+
};
|
|
487
|
+
}>, {}, {}, {
|
|
488
|
+
sizeClassName(): string;
|
|
489
|
+
isFontawesomeIcon(): boolean;
|
|
490
|
+
rotationClass(): string | null;
|
|
491
|
+
}, {}, import('vue').ComponentOptionsMixin, import('vue').ComponentOptionsMixin, {}, string, import('vue').PublicProps, Readonly<import('vue').ExtractPropTypes<{
|
|
492
|
+
icon: {
|
|
493
|
+
type: ObjectConstructor;
|
|
494
|
+
required: true;
|
|
495
|
+
validator(icon: unknown): boolean;
|
|
496
|
+
};
|
|
497
|
+
size: {
|
|
498
|
+
type: StringConstructor;
|
|
499
|
+
default: string;
|
|
500
|
+
validator: (value: string) => boolean;
|
|
501
|
+
};
|
|
502
|
+
rotation: {
|
|
503
|
+
type: NumberConstructor;
|
|
504
|
+
default: null;
|
|
505
|
+
validator(value: number): boolean;
|
|
506
|
+
};
|
|
507
|
+
flippedVertical: {
|
|
508
|
+
type: BooleanConstructor;
|
|
509
|
+
default: boolean;
|
|
510
|
+
};
|
|
511
|
+
flippedHorizontal: {
|
|
512
|
+
type: BooleanConstructor;
|
|
513
|
+
default: boolean;
|
|
514
|
+
};
|
|
515
|
+
touchable: {
|
|
516
|
+
type: BooleanConstructor;
|
|
517
|
+
default: boolean;
|
|
518
|
+
};
|
|
519
|
+
spinning: {
|
|
520
|
+
type: BooleanConstructor;
|
|
521
|
+
default: boolean;
|
|
522
|
+
};
|
|
523
|
+
}>> & Readonly<{}>, {
|
|
524
|
+
rotation: number;
|
|
525
|
+
size: string;
|
|
526
|
+
flippedVertical: boolean;
|
|
527
|
+
flippedHorizontal: boolean;
|
|
528
|
+
touchable: boolean;
|
|
529
|
+
spinning: boolean;
|
|
530
|
+
}, {}, {
|
|
531
|
+
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>;
|
|
532
|
+
}, {}, string, import('vue').ComponentProvideOptions, true, {}, any>;
|
|
533
|
+
}, {}, string, import('vue').ComponentProvideOptions, true, {}, any>;
|
|
282
534
|
export default _default;
|