@bethinkpl/design-system 26.14.3 → 26.14.5
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 +3 -3
- package/dist/lib/js/components/Banner/Banner.consts.d.ts +4 -0
- package/dist/lib/js/components/Banner/Banner.vue.d.ts +36 -35
- package/dist/lib/js/components/Buttons/Button/Button.consts.d.ts +8 -0
- package/dist/lib/js/components/Buttons/Button/Button.vue.d.ts +6 -6
- package/dist/lib/js/components/Buttons/IconButton/IconButton.consts.d.ts +7 -0
- package/dist/lib/js/components/Buttons/IconButton/IconButton.vue.d.ts +24 -24
- package/dist/lib/js/components/Cards/CardExpandable/CardExpandable.vue.d.ts +3 -3
- package/dist/lib/js/components/Chip/Chip.consts.d.ts +7 -0
- package/dist/lib/js/components/Chip/Chip.vue.d.ts +34 -34
- package/dist/lib/js/components/DatePickers/DateBox/DateBox.vue.d.ts +3 -3
- package/dist/lib/js/components/DatePickers/DatePicker/DatePicker.vue.d.ts +24 -22
- package/dist/lib/js/components/DatePickers/DateRangePicker/DateRangePicker.vue.d.ts +3 -3
- package/dist/lib/js/components/Drawer/Drawer.vue.d.ts +2 -2
- package/dist/lib/js/components/Drawer/DrawerHeader/DrawerHeader.vue.d.ts +64 -64
- package/dist/lib/js/components/Drawer/DrawerListItem/DrawerListItem.vue.d.ts +5 -5
- package/dist/lib/js/components/Drawer/DrawerSection/DrawerSection.vue.d.ts +32 -32
- package/dist/lib/js/components/Drawer/DrawerTile/DrawerTile.vue.d.ts +33 -33
- package/dist/lib/js/components/Dropdown/Dropdown.consts.d.ts +5 -0
- package/dist/lib/js/components/Dropdown/Dropdown.vue.d.ts +7 -6
- package/dist/lib/js/components/Form/Checkbox/Checkbox.vue.d.ts +13 -13
- package/dist/lib/js/components/Form/RadioButton/RadioButton.vue.d.ts +13 -13
- package/dist/lib/js/components/Form/SelectionControl/SelectionControl.vue.d.ts +9 -9
- package/dist/lib/js/components/Headers/OverlayHeader/OverlayHeader.consts.d.ts +4 -0
- package/dist/lib/js/components/Headers/OverlayHeader/OverlayHeader.vue.d.ts +31 -31
- package/dist/lib/js/components/Headers/PageHeader/PageHeader.consts.d.ts +3 -0
- package/dist/lib/js/components/Headers/PageHeader/PageHeader.vue.d.ts +4 -2
- package/dist/lib/js/components/Headers/SectionHeader/SectionHeader.consts.d.ts +2 -0
- package/dist/lib/js/components/Headers/SectionHeader/SectionHeader.vue.d.ts +30 -30
- package/dist/lib/js/components/IconText/IconText.consts.d.ts +5 -0
- package/dist/lib/js/components/IconText/IconText.vue.d.ts +8 -8
- package/dist/lib/js/components/Icons/FeatureIcon/FeatureIcon.vue.d.ts +3 -3
- package/dist/lib/js/components/Icons/Icon/Icon.vue.d.ts +3 -3
- package/dist/lib/js/components/Layouts/ThreeColumnLayout/ThreeColumnLayout.vue.d.ts +2 -2
- package/dist/lib/js/components/Modal/Modal.vue.d.ts +3 -3
- package/dist/lib/js/components/Modals/Modal/Modal.vue.d.ts +38 -38
- package/dist/lib/js/components/Modals/ModalDialog/ModalDialog.vue.d.ts +42 -42
- package/dist/lib/js/components/Outline/OutlineItem/OutlineItem.consts.d.ts +5 -0
- package/dist/lib/js/components/Outline/OutlineItem/OutlineItem.vue.d.ts +11 -9
- package/dist/lib/js/components/Pagination/Pagination.vue.d.ts +52 -52
- package/dist/lib/js/components/ProgressBar/ProgressBar.consts.d.ts +8 -0
- package/dist/lib/js/components/ProgressBar/ProgressBar.vue.d.ts +18 -18
- package/dist/lib/js/components/ProgressDonutChart/ProgressDonutChart.vue.d.ts +7 -7
- package/dist/lib/js/components/RichList/BasicRichListItem/BasicRichListItem.vue.d.ts +31 -31
- package/dist/lib/js/components/RichList/GroupRichListItem/GroupRichListItem.vue.d.ts +4 -4
- package/dist/lib/js/components/RichList/RichListItem/RichListItem.vue.d.ts +28 -28
- package/dist/lib/js/components/SectionTitle/SectionTitle.vue.d.ts +4 -2
- package/dist/lib/js/components/SelectList/SelectListItem/SelectListItem.consts.d.ts +13 -8
- package/dist/lib/js/components/SelectList/SelectListItem/SelectListItem.vue.d.ts +22 -20
- package/dist/lib/js/components/SelectList/SelectListItemTile/SelectListItemTile.vue.d.ts +33 -33
- package/dist/lib/js/components/SelectList/SelectListItemToggle/SelectListItemToggle.vue.d.ts +34 -33
- package/dist/lib/js/components/SelectionTile/SelectionTile.vue.d.ts +38 -38
- package/dist/lib/js/components/Statuses/AccessStatus/AccessStatus.vue.d.ts +3 -3
- package/dist/lib/js/components/Statuses/BlockadeStatus/BlockadeStatus.vue.d.ts +3 -3
- package/dist/lib/js/components/SurveyQuestions/SurveyQuestion.consts.d.ts +4 -0
- package/dist/lib/js/components/SurveyQuestions/SurveyQuestionOpenEnded/SurveyQuestionOpenEnded.vue.d.ts +34 -33
- package/dist/lib/js/components/SurveyQuestions/SurveyQuestionScale/SurveyQuestionScale.vue.d.ts +56 -55
- package/dist/lib/js/components/SurveyToggle/SurveyToggle.consts.d.ts +5 -0
- package/dist/lib/js/components/SurveyToggle/SurveyToggle.vue.d.ts +20 -18
- package/dist/lib/js/components/Switch/Switch.vue.d.ts +3 -3
- package/dist/lib/js/components/TabItem/TabItem.vue.d.ts +6 -6
- package/dist/lib/js/components/TextGroup/TextGroup.vue.d.ts +3 -3
- package/dist/lib/js/components/Tile/Tile.consts.d.ts +3 -3
- package/dist/lib/js/components/Tile/Tile.sb.shared.d.ts +35 -35
- package/dist/lib/js/components/Tile/Tile.shared.d.ts +7 -8
- package/dist/lib/js/components/Tile/Tile.vue.d.ts +18 -20
- package/dist/lib/js/components/Toast/Toast.vue.d.ts +6 -6
- package/dist/lib/js/components/Toggles/CounterToggle/CounterToggle.consts.d.ts +7 -4
- package/dist/lib/js/components/Toggles/CounterToggle/CounterToggle.vue.d.ts +9 -7
- package/dist/lib/js/components/Toggles/ToggleButton/ToggleButton.vue.d.ts +12 -13
- package/dist/lib/js/components/Well/Well.consts.d.ts +3 -0
- package/dist/lib/js/components/Well/Well.vue.d.ts +43 -0
- package/dist/lib/js/styles/TokenTypes.d.ts +2 -1
- package/docs/assets/{AccessStatus-BKJi9u47.js → AccessStatus-DzMA_dRH.js} +1 -1
- package/docs/assets/{AccessStatus.stories-XvWRutdA.js → AccessStatus.stories--VEkNiy_.js} +1 -1
- package/docs/assets/{Avatar-DUThlKLV.js → Avatar-Ddf_DDf6.js} +1 -1
- package/docs/assets/{Avatar.stories-Dwgdl1h5.js → Avatar.stories-Bw8TMzwN.js} +1 -1
- package/docs/assets/{Badge-DSmH78WU.js → Badge-DsHkKLq5.js} +1 -1
- package/docs/assets/{Badge.stories-D-06ABBo.js → Badge.stories-1MGIb5Ay.js} +1 -1
- package/docs/assets/{BadgeScore-GfZixoUY.js → BadgeScore-DZ7uKkkn.js} +1 -1
- package/docs/assets/{BadgeScore.stories-D3zFKjT2.js → BadgeScore.stories-DyWA-wfY.js} +1 -1
- package/docs/assets/{Banner-DDGfdClH.js → Banner-B73N4KyQ.js} +1 -1
- package/docs/assets/{Banner.stories-DRjfHQB5.js → Banner.stories-DwaPbSL6.js} +1 -1
- package/docs/assets/{BasicRichListItem-B1E5DYkk.js → BasicRichListItem-DOfqex-T.js} +1 -1
- package/docs/assets/{BasicRichListItem.stories-Bwk6-q_S.js → BasicRichListItem.stories-CnWdWdmC.js} +1 -1
- package/docs/assets/{BlockadeStatus-D6w6lZhK.js → BlockadeStatus-BR_7M5Y7.js} +1 -1
- package/docs/assets/{BlockedeStatus.stories-BPVIJ-7M.js → BlockedeStatus.stories-D2j3DGI7.js} +1 -1
- package/docs/assets/Button-DHfR56t4.js +1 -0
- package/docs/assets/{Button.stories-C905FtVz.js → Button.stories-D3Ki6Zf4.js} +1 -1
- package/docs/assets/{CardExpandable-t59MJJJ1.js → CardExpandable-OLKQQ6p3.js} +1 -1
- package/docs/assets/{CardExpandable.stories-GrQybWeN.js → CardExpandable.stories-CZsP04Bx.js} +1 -1
- package/docs/assets/{Checkbox-K_NwPnQU.js → Checkbox-Dw7yhq_D.js} +1 -1
- package/docs/assets/{Checkbox.stories-C5rsfJfn.js → Checkbox.stories-CPr-TvdU.js} +1 -1
- package/docs/assets/{Chip-DmzVP4Nc.js → Chip-CYE9ciB6.js} +1 -1
- package/docs/assets/{Chip.stories-BHVdQEET.js → Chip.stories-DvZRPuZX.js} +1 -1
- package/docs/assets/{Color-ERTF36HU-Zy8s_54Y.js → Color-ERTF36HU-BxTduNqG.js} +1 -1
- package/docs/assets/{Colors.stories-BP3gpSll.js → Colors.stories-DsVCBpMK.js} +1 -1
- package/docs/assets/{ColorsThemes.stories-0-sPp0ge.js → ColorsThemes.stories-CvuM5Lfh.js} +1 -1
- package/docs/assets/{ColorsTokensLms.stories-hGXDsaon.js → ColorsTokensLms.stories-BLf0d4Ej.js} +1 -1
- package/docs/assets/{ColorsTokensPrimaryBodywork.stories-DbuoY06v.js → ColorsTokensPrimaryBodywork.stories-DPROdtqj.js} +1 -1
- package/docs/assets/{ColorsTokensPrimaryWnl.stories-BGrxCgKb.js → ColorsTokensPrimaryWnl.stories-BeDXP0UM.js} +1 -1
- package/docs/assets/{CounterToggle-UTpNPOSH.js → CounterToggle-_K-to0yi.js} +1 -1
- package/docs/assets/{CounterToggle.stories-7sAIDH2d.js → CounterToggle.stories-_CTotmHu.js} +1 -1
- package/docs/assets/{DateBox.stories-DLmMNPBT.js → DateBox.stories-CDMlmmhz.js} +1 -1
- package/docs/assets/DatePicker-D0XaBW1a.js +2 -0
- package/docs/assets/{DatePicker.stories-DHiM_CF1.js → DatePicker.stories-BQG31hVQ.js} +1 -1
- package/docs/assets/{DateRangePicker-DyLp3jfg.js → DateRangePicker-BKwZTPvV.js} +1 -1
- package/docs/assets/{DateRangePicker.stories-Chl7D6cH.js → DateRangePicker.stories-CEnBjdrE.js} +1 -1
- package/docs/assets/{DocsRenderer-CFRXHY34-Mv9wJbYE.js → DocsRenderer-CFRXHY34-TNb7LCKP.js} +5 -5
- package/docs/assets/{Drawer-BAhS1Aex.js → Drawer-SoovlwOt.js} +1 -1
- package/docs/assets/{Drawer.stories-Bgvx4k59.js → Drawer.stories-CEU1F2uA.js} +1 -1
- package/docs/assets/{DrawerHeader-CivXan1m.js → DrawerHeader-DKnj6uGf.js} +1 -1
- package/docs/assets/{DrawerHeader.stories-B-6VXMB_.js → DrawerHeader.stories-BDuVqv88.js} +1 -1
- package/docs/assets/{DrawerListItem-BCPF0NKt.js → DrawerListItem-CTXZN6Bi.js} +1 -1
- package/docs/assets/{DrawerListItem.stories-Cyjmm297.js → DrawerListItem.stories-BEKXtNUK.js} +1 -1
- package/docs/assets/{DrawerListItemGroup.stories-COuFavcC.js → DrawerListItemGroup.stories-COPmhcN6.js} +1 -1
- package/docs/assets/{DrawerSection-B6PrbMVD.js → DrawerSection-CZ_dBYx4.js} +1 -1
- package/docs/assets/{DrawerSection.stories-DUmVgH2v.js → DrawerSection.stories-sLxT7vrO.js} +1 -1
- package/docs/assets/{DrawerTile-CTrRTsz5.js → DrawerTile-DbrnM1Eh.js} +1 -1
- package/docs/assets/{DrawerTile.stories-BVrU34zb.js → DrawerTile.stories-Dw3ao85n.js} +1 -1
- package/docs/assets/{Dropdown-B75bqkCY.js → Dropdown-D0Da3_Op.js} +1 -1
- package/docs/assets/{Dropdown.stories-DHicOtyD.js → Dropdown.stories-D5GXGzlY.js} +1 -1
- package/docs/assets/{FeatureIcon-Zls5aPDA.js → FeatureIcon-BDPyvlSM.js} +1 -1
- package/docs/assets/{FeatureIcon.stories-fkGRpy1k.js → FeatureIcon.stories-BQCkvwda.js} +1 -1
- package/docs/assets/GroupRichListItem-DDOzz7uS.js +1 -0
- package/docs/assets/{GroupRichListItem.stories-BXIoUT_x.js → GroupRichListItem.stories-CyN2evgP.js} +1 -1
- package/docs/assets/{Icon-BPz80dqH.js → Icon-D0llnARZ.js} +1 -1
- package/docs/assets/{Icon.stories-nMGhxKkt.js → Icon.stories-CTnRL9yQ.js} +1 -1
- package/docs/assets/IconButton-BJcODvDg.js +1 -0
- package/docs/assets/{IconButton.stories-D4XVg9xV.js → IconButton.stories-BB7ViPXj.js} +1 -1
- package/docs/assets/{IconText-7zvo_ew8.js → IconText-CHD1e6XV.js} +1 -1
- package/docs/assets/{IconText.stories-WHFYLn8K.js → IconText.stories-C2BRfPpO.js} +1 -1
- package/docs/assets/{ItemsList-D_riVFX-.js → ItemsList-B6NLHoqB.js} +1 -1
- package/docs/assets/{Modal-D7RDnkRT.js → Modal-B4jvsyp2.js} +1 -1
- package/docs/assets/{Modal.stories-DtonpbNd.js → Modal.stories-H0HEhSSX.js} +1 -1
- package/docs/assets/{ModalDialog-D-FrIv9r.js → ModalDialog-B1Fx-Up2.js} +1 -1
- package/docs/assets/{ModalDialog.stories-BO4kM0oI.js → ModalDialog.stories-BjHBYxwN.js} +1 -1
- package/docs/assets/{OutlineItem-DqMRN7G1.js → OutlineItem-zkItoOB5.js} +1 -1
- package/docs/assets/{OutlineItem.stories-wBYF6_YS.js → OutlineItem.stories-B0QRpUCr.js} +1 -1
- package/docs/assets/{OverlayHeader-D3BWUMCs.js → OverlayHeader-BKF2Jxw2.js} +1 -1
- package/docs/assets/{OverlayHeader.stories-D22gEPwS.js → OverlayHeader.stories-DQMarEn0.js} +1 -1
- package/docs/assets/{PageHeader-C5oCP3S2.js → PageHeader-DLJRiCDS.js} +1 -1
- package/docs/assets/{PageHeader.stories-hH9p_VSN.js → PageHeader.stories-BMlnhYYZ.js} +1 -1
- package/docs/assets/{Pagination-xRPA6q3h.js → Pagination-BP-W1sZd.js} +1 -1
- package/docs/assets/{Pagination.stories-_aA1bDru.js → Pagination.stories-D8QusEmL.js} +1 -1
- package/docs/assets/{PopOver-DlmHqZVO.js → PopOver-BPteMd3J.js} +1 -1
- package/docs/assets/{PopOver.stories-BrDXwbSj.js → PopOver.stories-BQ1BTWwk.js} +1 -1
- package/docs/assets/{ProgressBar-DcRQqf-M.js → ProgressBar-CWgk1hV8.js} +1 -1
- package/docs/assets/{ProgressBar.stories-DpjJPck1.js → ProgressBar.stories-CATIctgi.js} +1 -1
- package/docs/assets/{ProgressDonutChart-O1ep3At7.js → ProgressDonutChart-WC2lEAZ8.js} +1 -1
- package/docs/assets/{ProgressDonutChart.stories-DTDXTcvn.js → ProgressDonutChart.stories-DHJbf9Nx.js} +1 -1
- package/docs/assets/{RadioButton-CO43G0Ta.js → RadioButton-DDS7T3bf.js} +1 -1
- package/docs/assets/{RadioButton.stories-BidHbpYh.js → RadioButton.stories-CwIgskB5.js} +1 -1
- package/docs/assets/{RichListItem.stories-bEj3sobC.js → RichListItem.stories-ByYKVXoj.js} +1 -1
- package/docs/assets/{SectionHeader-CwB5neO2.js → SectionHeader-mtDgyTNK.js} +1 -1
- package/docs/assets/{SectionHeader.stories-DU-5pOpU.js → SectionHeader.stories-RUYZcEBs.js} +1 -1
- package/docs/assets/{SectionTitle-BQZh7aFs.js → SectionTitle-_cACyvBA.js} +1 -1
- package/docs/assets/{SectionTitle.stories-BLNC5wZK.js → SectionTitle.stories-CQMtgSgm.js} +1 -1
- package/docs/assets/{SelectList.stories-B8NokTyi.js → SelectList.stories-BL3nuotP.js} +1 -1
- package/docs/assets/{SelectListItem-DPuR0fG2.js → SelectListItem-DorYfEdc.js} +1 -1
- package/docs/assets/{SelectListItem.stories-oxeMJs_v.js → SelectListItem.stories-zmIE8Hys.js} +1 -1
- package/docs/assets/{SelectListItemTile-CWD-7N0p.js → SelectListItemTile-DZDC7P_P.js} +1 -1
- package/docs/assets/{SelectListItemTile.stories-qL9td0K7.js → SelectListItemTile.stories-DKJCFIlt.js} +1 -1
- package/docs/assets/{SelectListItemToggle-Bd5zU5Vc.js → SelectListItemToggle-htk1ZR7a.js} +1 -1
- package/docs/assets/{SelectListItemToggle.stories-DjnspGSK.js → SelectListItemToggle.stories-Bcegqjj2.js} +1 -1
- package/docs/assets/{SelectionControl-Xe-aYMrS.js → SelectionControl-BK_tron5.js} +1 -1
- package/docs/assets/{SelectionTile-BuBzVZpf.js → SelectionTile-zJELYQH1.js} +2 -2
- package/docs/assets/{SelectionTile.stories-Da-1b5iP.js → SelectionTile.stories-DIGebTkW.js} +1 -1
- package/docs/assets/{SurveyQuestionOpenEnded-DUybHAVt.js → SurveyQuestionOpenEnded-BugWE9n5.js} +1 -1
- package/docs/assets/{SurveyQuestionOpenEnded.stories-BgpHtIPu.js → SurveyQuestionOpenEnded.stories-DqpiJnRe.js} +1 -1
- package/docs/assets/{SurveyQuestionScale-I7rmD2z-.js → SurveyQuestionScale-YQUf1B6i.js} +1 -1
- package/docs/assets/{SurveyQuestionScale.stories-D0AleMVQ.js → SurveyQuestionScale.stories-DO5YM6k6.js} +1 -1
- package/docs/assets/SurveyToggle-CAt6qXiD.js +1 -0
- package/docs/assets/{SurveyToggle.stories-Bg752kec.js → SurveyToggle.stories-A44mClL0.js} +1 -1
- package/docs/assets/{Switch-C8il24TP.js → Switch-D_N0-PMC.js} +1 -1
- package/docs/assets/{Switch.stories-LgRcO-ZF.js → Switch.stories-DJmkpiSd.js} +1 -1
- package/docs/assets/TabItem-CRrapLva.js +1 -0
- package/docs/assets/{TabItem.stories-CrJjqpPf.js → TabItem.stories-Dtgi3LM8.js} +1 -1
- package/docs/assets/TextGroup-Bk9VXC2h.js +1 -0
- package/docs/assets/{TextGroup.stories-soggouxN.js → TextGroup.stories-3wH48Kir.js} +1 -1
- package/docs/assets/{ThreeColumnLayout-CFf8NRwP.js → ThreeColumnLayout-CQnFmK7u.js} +1 -1
- package/docs/assets/{ThreeColumnLayout.stories-tcn5IlfD.js → ThreeColumnLayout.stories-DnqRflqN.js} +1 -1
- package/docs/assets/{Tile-DvjxsEPO.js → Tile-CH8oOuWL.js} +1 -1
- package/docs/assets/{Tile.sb.shared-Cl6kkjNS.js → Tile.sb.shared-CWXeuBol.js} +1 -1
- package/docs/assets/{Tile.stories-02ZVx-3c.js → Tile.stories-0cC1E7vK.js} +1 -1
- package/docs/assets/{Toast-DKAzASvr.js → Toast-DCT_C-Jm.js} +1 -1
- package/docs/assets/{Toast.stories-CMk56GoR.js → Toast.stories-DykbV02i.js} +1 -1
- package/docs/assets/{ToggleButton-eR3n1vbs.js → ToggleButton-fcVVisoD.js} +1 -1
- package/docs/assets/{ToggleButton.stories-Bu6_fUaj.js → ToggleButton.stories-CMC9B5O-.js} +1 -1
- package/docs/assets/{Tooltip.stories-DKvJ8iAI.js → Tooltip.stories-BWi1adMD.js} +1 -1
- package/docs/assets/{TypographyTokensLms.stories-DW3gBdun.js → TypographyTokensLms.stories-C7HvPtC9.js} +1 -1
- package/docs/assets/{TypographyVariables.stories-FmiXmx2m.js → TypographyVariables.stories-B1R9WSPD.js} +1 -1
- package/docs/assets/{iframe-B7O_YbfU.js → iframe-BvVXUrhW.js} +33 -33
- package/docs/assets/{index-By8fdPgt.js → index-DlcQIzWq.js} +1 -1
- package/docs/assets/{index-5RZErJTT.js → index-eqI06LoF.js} +1 -1
- package/docs/assets/{preview-C6pVUegQ.js → preview-CnZUp2W_.js} +1 -1
- package/docs/assets/{preview-dRTG5wog.js → preview-DlI-9236.js} +2 -2
- package/docs/assets/{string-CFc0pFCE.js → string-Ct9SAoCE.js} +1 -1
- package/docs/iframe.html +1 -1
- package/docs/project.json +1 -1
- package/lib/js/components/Banner/Banner.consts.ts +6 -0
- package/lib/js/components/Banner/Banner.vue +3 -3
- package/lib/js/components/Buttons/Button/Button.consts.ts +14 -0
- package/lib/js/components/Buttons/Button/Button.vue +1 -1
- package/lib/js/components/Buttons/IconButton/IconButton.consts.ts +11 -0
- package/lib/js/components/Buttons/IconButton/IconButton.vue +14 -8
- package/lib/js/components/Chip/Chip.consts.ts +12 -0
- package/lib/js/components/Chip/Chip.stories.ts +8 -2
- package/lib/js/components/Chip/Chip.vue +16 -6
- package/lib/js/components/DatePickers/DatePicker/DatePicker.vue +11 -5
- package/lib/js/components/Drawer/Drawer.vue +1 -1
- package/lib/js/components/Drawer/DrawerListItem/DrawerListItem.vue +1 -1
- package/lib/js/components/Drawer/DrawerSection/DrawerSection.vue +2 -1
- package/lib/js/components/Dropdown/Dropdown.consts.ts +8 -0
- package/lib/js/components/Dropdown/Dropdown.vue +6 -3
- package/lib/js/components/Form/Checkbox/Checkbox.vue +2 -2
- package/lib/js/components/Form/RadioButton/RadioButton.vue +2 -2
- package/lib/js/components/Form/SelectionControl/SelectionControl.vue +3 -3
- package/lib/js/components/Headers/OverlayHeader/OverlayHeader.consts.ts +6 -0
- package/lib/js/components/Headers/OverlayHeader/OverlayHeader.vue +7 -2
- package/lib/js/components/Headers/PageHeader/PageHeader.consts.ts +4 -0
- package/lib/js/components/Headers/PageHeader/PageHeader.vue +3 -2
- package/lib/js/components/Headers/SectionHeader/SectionHeader.consts.ts +5 -0
- package/lib/js/components/Headers/SectionHeader/SectionHeader.vue +5 -2
- package/lib/js/components/IconText/IconText.consts.ts +8 -0
- package/lib/js/components/IconText/IconText.vue +9 -3
- package/lib/js/components/Icons/Icon/Icon.vue +1 -1
- package/lib/js/components/Layouts/ThreeColumnLayout/ThreeColumnLayout.vue +1 -1
- package/lib/js/components/Modals/Modal/Modal.vue +10 -4
- package/lib/js/components/Modals/ModalDialog/ModalDialog.vue +3 -3
- package/lib/js/components/Outline/OutlineItem/OutlineItem.consts.ts +9 -0
- package/lib/js/components/Outline/OutlineItem/OutlineItem.vue +6 -3
- package/lib/js/components/Pagination/Pagination.vue +2 -2
- package/lib/js/components/ProgressBar/ProgressBar.consts.ts +14 -0
- package/lib/js/components/ProgressBar/ProgressBar.vue +13 -8
- package/lib/js/components/ProgressDonutChart/ProgressDonutChart.vue +2 -2
- package/lib/js/components/RichList/GroupRichListItem/GroupRichListItem.vue +2 -2
- package/lib/js/components/RichList/RichListItem/RichListItem.vue +7 -7
- package/lib/js/components/SectionTitle/SectionTitle.vue +2 -2
- package/lib/js/components/SelectList/SelectListItem/SelectListItem.consts.ts +11 -3
- package/lib/js/components/SelectList/SelectListItem/SelectListItem.vue +6 -3
- package/lib/js/components/SelectList/SelectListItemToggle/SelectListItemToggle.vue +5 -3
- package/lib/js/components/SurveyQuestions/SurveyQuestion.consts.ts +6 -0
- package/lib/js/components/SurveyQuestions/SurveyQuestionOpenEnded/SurveyQuestionOpenEnded.vue +2 -2
- package/lib/js/components/SurveyQuestions/SurveyQuestionScale/SurveyQuestionScale.vue +9 -4
- package/lib/js/components/SurveyToggle/SurveyToggle.consts.ts +8 -0
- package/lib/js/components/SurveyToggle/SurveyToggle.vue +9 -6
- package/lib/js/components/TabItem/TabItem.vue +1 -1
- package/lib/js/components/TextGroup/TextGroup.vue +1 -1
- package/lib/js/components/Tile/Tile.consts.ts +3 -3
- package/lib/js/components/Tile/Tile.shared.ts +9 -10
- package/lib/js/components/Toggles/CounterToggle/CounterToggle.consts.ts +5 -1
- package/lib/js/components/Toggles/CounterToggle/CounterToggle.vue +2 -2
- package/lib/js/components/Toggles/ToggleButton/ToggleButton.vue +4 -5
- package/lib/js/components/Well/Well.consts.ts +4 -0
- package/lib/js/components/Well/Well.stories.ts +49 -4
- package/lib/js/components/Well/Well.vue +57 -22
- package/lib/js/styles/ItemsList.vue +9 -2
- package/lib/js/styles/TokenTypes.ts +2 -1
- package/package.json +4 -3
- package/docs/assets/Button-yeAor0pZ.js +0 -1
- package/docs/assets/DatePicker-DHykkoW4.js +0 -2
- package/docs/assets/GroupRichListItem-onOADtuh.js +0 -1
- package/docs/assets/IconButton-gTykCZIi.js +0 -1
- package/docs/assets/SurveyToggle-BECsKZHH.js +0 -1
- package/docs/assets/TabItem-Cceq5FQB.js +0 -1
- package/docs/assets/TextGroup-D5le3QVY.js +0 -1
|
@@ -351,7 +351,7 @@ declare const _default: import('vue').DefineComponent<import('vue').ExtractPropT
|
|
|
351
351
|
default: boolean;
|
|
352
352
|
};
|
|
353
353
|
supportingTextTooltipContent: {
|
|
354
|
-
type:
|
|
354
|
+
type: StringConstructor;
|
|
355
355
|
default: null;
|
|
356
356
|
};
|
|
357
357
|
}>, {}, {
|
|
@@ -435,7 +435,7 @@ declare const _default: import('vue').DefineComponent<import('vue').ExtractPropT
|
|
|
435
435
|
default: boolean;
|
|
436
436
|
};
|
|
437
437
|
supportingTextTooltipContent: {
|
|
438
|
-
type:
|
|
438
|
+
type: StringConstructor;
|
|
439
439
|
default: null;
|
|
440
440
|
};
|
|
441
441
|
}>> & Readonly<{}>, {
|
|
@@ -455,7 +455,7 @@ declare const _default: import('vue').DefineComponent<import('vue').ExtractPropT
|
|
|
455
455
|
isSupportingTextTooltipEnabled: boolean;
|
|
456
456
|
isSupportingTextTooltipEnabledOnMobile: boolean;
|
|
457
457
|
isSupportingTextTooltipAutoFilledWithContent: boolean;
|
|
458
|
-
supportingTextTooltipContent: string
|
|
458
|
+
supportingTextTooltipContent: string;
|
|
459
459
|
}, {}, {
|
|
460
460
|
DsSkeleton: import('vue').DefineComponent<import('vue').ExtractPropTypes<{
|
|
461
461
|
height: {
|
|
@@ -604,7 +604,7 @@ declare const _default: import('vue').DefineComponent<import('vue').ExtractPropT
|
|
|
604
604
|
size: {
|
|
605
605
|
type: PropType<RichListItemSize>;
|
|
606
606
|
default: "medium";
|
|
607
|
-
validator(size:
|
|
607
|
+
validator(size: RichListItemSize): boolean;
|
|
608
608
|
};
|
|
609
609
|
isInteractive: {
|
|
610
610
|
type: BooleanConstructor;
|
|
@@ -626,7 +626,7 @@ declare const _default: import('vue').DefineComponent<import('vue').ExtractPropT
|
|
|
626
626
|
iconColor: {
|
|
627
627
|
type: PropType<IconColor>;
|
|
628
628
|
default: null;
|
|
629
|
-
validator(iconColor:
|
|
629
|
+
validator(iconColor: IconColor): boolean;
|
|
630
630
|
};
|
|
631
631
|
iconColorHex: {
|
|
632
632
|
type: StringConstructor;
|
|
@@ -635,7 +635,7 @@ declare const _default: import('vue').DefineComponent<import('vue').ExtractPropT
|
|
|
635
635
|
borderColor: {
|
|
636
636
|
type: PropType<RichListItemBorderColor>;
|
|
637
637
|
default: null;
|
|
638
|
-
validator(borderColor:
|
|
638
|
+
validator(borderColor: RichListItemBorderColor): boolean;
|
|
639
639
|
};
|
|
640
640
|
borderColorHex: {
|
|
641
641
|
type: StringConstructor;
|
|
@@ -648,12 +648,12 @@ declare const _default: import('vue').DefineComponent<import('vue').ExtractPropT
|
|
|
648
648
|
backgroundColor: {
|
|
649
649
|
type: PropType<RichListItemBackgroundColor>;
|
|
650
650
|
default: "neutral";
|
|
651
|
-
validator(backgroundColor:
|
|
651
|
+
validator(backgroundColor: RichListItemBackgroundColor): boolean;
|
|
652
652
|
};
|
|
653
653
|
elevation: {
|
|
654
654
|
type: PropType<RichListItemElevation>;
|
|
655
655
|
default: null;
|
|
656
|
-
validator(
|
|
656
|
+
validator(elevation: RichListItemElevation): boolean;
|
|
657
657
|
};
|
|
658
658
|
hasDraggableHandler: {
|
|
659
659
|
type: BooleanConstructor;
|
|
@@ -929,7 +929,7 @@ declare const _default: import('vue').DefineComponent<import('vue').ExtractPropT
|
|
|
929
929
|
isDragging(): any;
|
|
930
930
|
}, {}, import('vue').ComponentOptionsMixin, import('vue').ComponentOptionsMixin, {
|
|
931
931
|
'icon-click': () => true;
|
|
932
|
-
click: () => true;
|
|
932
|
+
click: (event: Event) => true;
|
|
933
933
|
'update:is-selected': (isSelected: boolean) => true;
|
|
934
934
|
}, string, import('vue').PublicProps, Readonly<import('vue').ExtractPropTypes<{
|
|
935
935
|
type: {
|
|
@@ -950,7 +950,7 @@ declare const _default: import('vue').DefineComponent<import('vue').ExtractPropT
|
|
|
950
950
|
size: {
|
|
951
951
|
type: PropType<RichListItemSize>;
|
|
952
952
|
default: "medium";
|
|
953
|
-
validator(size:
|
|
953
|
+
validator(size: RichListItemSize): boolean;
|
|
954
954
|
};
|
|
955
955
|
isInteractive: {
|
|
956
956
|
type: BooleanConstructor;
|
|
@@ -972,7 +972,7 @@ declare const _default: import('vue').DefineComponent<import('vue').ExtractPropT
|
|
|
972
972
|
iconColor: {
|
|
973
973
|
type: PropType<IconColor>;
|
|
974
974
|
default: null;
|
|
975
|
-
validator(iconColor:
|
|
975
|
+
validator(iconColor: IconColor): boolean;
|
|
976
976
|
};
|
|
977
977
|
iconColorHex: {
|
|
978
978
|
type: StringConstructor;
|
|
@@ -981,7 +981,7 @@ declare const _default: import('vue').DefineComponent<import('vue').ExtractPropT
|
|
|
981
981
|
borderColor: {
|
|
982
982
|
type: PropType<RichListItemBorderColor>;
|
|
983
983
|
default: null;
|
|
984
|
-
validator(borderColor:
|
|
984
|
+
validator(borderColor: RichListItemBorderColor): boolean;
|
|
985
985
|
};
|
|
986
986
|
borderColorHex: {
|
|
987
987
|
type: StringConstructor;
|
|
@@ -994,12 +994,12 @@ declare const _default: import('vue').DefineComponent<import('vue').ExtractPropT
|
|
|
994
994
|
backgroundColor: {
|
|
995
995
|
type: PropType<RichListItemBackgroundColor>;
|
|
996
996
|
default: "neutral";
|
|
997
|
-
validator(backgroundColor:
|
|
997
|
+
validator(backgroundColor: RichListItemBackgroundColor): boolean;
|
|
998
998
|
};
|
|
999
999
|
elevation: {
|
|
1000
1000
|
type: PropType<RichListItemElevation>;
|
|
1001
1001
|
default: null;
|
|
1002
|
-
validator(
|
|
1002
|
+
validator(elevation: RichListItemElevation): boolean;
|
|
1003
1003
|
};
|
|
1004
1004
|
hasDraggableHandler: {
|
|
1005
1005
|
type: BooleanConstructor;
|
|
@@ -1018,7 +1018,7 @@ declare const _default: import('vue').DefineComponent<import('vue').ExtractPropT
|
|
|
1018
1018
|
default: boolean;
|
|
1019
1019
|
};
|
|
1020
1020
|
}>> & Readonly<{
|
|
1021
|
-
onClick?: (() => any) | undefined;
|
|
1021
|
+
onClick?: ((event: Event) => any) | undefined;
|
|
1022
1022
|
"onUpdate:is-selected"?: ((isSelected: boolean) => any) | undefined;
|
|
1023
1023
|
"onIcon-click"?: (() => any) | undefined;
|
|
1024
1024
|
}>, {
|
|
@@ -1046,7 +1046,7 @@ declare const _default: import('vue').DefineComponent<import('vue').ExtractPropT
|
|
|
1046
1046
|
size: {
|
|
1047
1047
|
type: PropType<import('../../Form/Checkbox/Checkbox.consts').CheckboxSize>;
|
|
1048
1048
|
default: "small";
|
|
1049
|
-
validator(size:
|
|
1049
|
+
validator(size: import('../../Form/Checkbox/Checkbox.consts').CheckboxSize): boolean;
|
|
1050
1050
|
};
|
|
1051
1051
|
label: {
|
|
1052
1052
|
type: StringConstructor;
|
|
@@ -1059,7 +1059,7 @@ declare const _default: import('vue').DefineComponent<import('vue').ExtractPropT
|
|
|
1059
1059
|
state: {
|
|
1060
1060
|
type: PropType<import('../../Form/Checkbox/Checkbox.consts').CheckboxState>;
|
|
1061
1061
|
default: "default";
|
|
1062
|
-
validator(state:
|
|
1062
|
+
validator(state: import('../../Form/Checkbox/Checkbox.consts').CheckboxState): boolean;
|
|
1063
1063
|
};
|
|
1064
1064
|
}>, {}, {
|
|
1065
1065
|
SELECTION_CONTROL_TYPE: Readonly<{
|
|
@@ -1288,7 +1288,7 @@ declare const _default: import('vue').DefineComponent<import('vue').ExtractPropT
|
|
|
1288
1288
|
size: {
|
|
1289
1289
|
type: PropType<import('../../Form/Checkbox/Checkbox.consts').CheckboxSize>;
|
|
1290
1290
|
default: "small";
|
|
1291
|
-
validator(size:
|
|
1291
|
+
validator(size: import('../../Form/Checkbox/Checkbox.consts').CheckboxSize): boolean;
|
|
1292
1292
|
};
|
|
1293
1293
|
label: {
|
|
1294
1294
|
type: StringConstructor;
|
|
@@ -1301,7 +1301,7 @@ declare const _default: import('vue').DefineComponent<import('vue').ExtractPropT
|
|
|
1301
1301
|
state: {
|
|
1302
1302
|
type: PropType<import('../../Form/Checkbox/Checkbox.consts').CheckboxState>;
|
|
1303
1303
|
default: "default";
|
|
1304
|
-
validator(state:
|
|
1304
|
+
validator(state: import('../../Form/Checkbox/Checkbox.consts').CheckboxState): boolean;
|
|
1305
1305
|
};
|
|
1306
1306
|
}>> & Readonly<{
|
|
1307
1307
|
"onUpdate:is-selected"?: ((...args: any[]) => any) | undefined;
|
|
@@ -1317,7 +1317,7 @@ declare const _default: import('vue').DefineComponent<import('vue').ExtractPropT
|
|
|
1317
1317
|
size: {
|
|
1318
1318
|
type: PropType<import('../../Form/SelectionControl/SelectionControl.consts').SelectionControlSize>;
|
|
1319
1319
|
default: "small";
|
|
1320
|
-
validator(size:
|
|
1320
|
+
validator(size: import('../../Form/SelectionControl/SelectionControl.consts').SelectionControlSize): boolean;
|
|
1321
1321
|
};
|
|
1322
1322
|
label: {
|
|
1323
1323
|
type: StringConstructor;
|
|
@@ -1330,7 +1330,7 @@ declare const _default: import('vue').DefineComponent<import('vue').ExtractPropT
|
|
|
1330
1330
|
state: {
|
|
1331
1331
|
type: PropType<import('../../Form/SelectionControl/SelectionControl.consts').SelectionControlState>;
|
|
1332
1332
|
default: "default";
|
|
1333
|
-
validator(state:
|
|
1333
|
+
validator(state: import('../../Form/SelectionControl/SelectionControl.consts').SelectionControlState): boolean;
|
|
1334
1334
|
};
|
|
1335
1335
|
selectedIcon: {
|
|
1336
1336
|
type: ObjectConstructor;
|
|
@@ -1345,7 +1345,7 @@ declare const _default: import('vue').DefineComponent<import('vue').ExtractPropT
|
|
|
1345
1345
|
type: {
|
|
1346
1346
|
type: PropType<import('../../Form/SelectionControl/SelectionControl.consts').SelectionControlType>;
|
|
1347
1347
|
required: true;
|
|
1348
|
-
validator(type:
|
|
1348
|
+
validator(type: import('../../Form/SelectionControl/SelectionControl.consts').SelectionControlType): boolean;
|
|
1349
1349
|
};
|
|
1350
1350
|
}>, {}, {
|
|
1351
1351
|
isFocused: boolean;
|
|
@@ -1369,7 +1369,7 @@ declare const _default: import('vue').DefineComponent<import('vue').ExtractPropT
|
|
|
1369
1369
|
size: {
|
|
1370
1370
|
type: PropType<import('../../Form/SelectionControl/SelectionControl.consts').SelectionControlSize>;
|
|
1371
1371
|
default: "small";
|
|
1372
|
-
validator(size:
|
|
1372
|
+
validator(size: import('../../Form/SelectionControl/SelectionControl.consts').SelectionControlSize): boolean;
|
|
1373
1373
|
};
|
|
1374
1374
|
label: {
|
|
1375
1375
|
type: StringConstructor;
|
|
@@ -1382,7 +1382,7 @@ declare const _default: import('vue').DefineComponent<import('vue').ExtractPropT
|
|
|
1382
1382
|
state: {
|
|
1383
1383
|
type: PropType<import('../../Form/SelectionControl/SelectionControl.consts').SelectionControlState>;
|
|
1384
1384
|
default: "default";
|
|
1385
|
-
validator(state:
|
|
1385
|
+
validator(state: import('../../Form/SelectionControl/SelectionControl.consts').SelectionControlState): boolean;
|
|
1386
1386
|
};
|
|
1387
1387
|
selectedIcon: {
|
|
1388
1388
|
type: ObjectConstructor;
|
|
@@ -1397,7 +1397,7 @@ declare const _default: import('vue').DefineComponent<import('vue').ExtractPropT
|
|
|
1397
1397
|
type: {
|
|
1398
1398
|
type: PropType<import('../../Form/SelectionControl/SelectionControl.consts').SelectionControlType>;
|
|
1399
1399
|
required: true;
|
|
1400
|
-
validator(type:
|
|
1400
|
+
validator(type: import('../../Form/SelectionControl/SelectionControl.consts').SelectionControlType): boolean;
|
|
1401
1401
|
};
|
|
1402
1402
|
}>> & Readonly<{
|
|
1403
1403
|
"onUpdate:is-selected"?: ((...args: any[]) => any) | undefined;
|
|
@@ -1421,7 +1421,7 @@ declare const _default: import('vue').DefineComponent<import('vue').ExtractPropT
|
|
|
1421
1421
|
validator: (value: string) => boolean;
|
|
1422
1422
|
};
|
|
1423
1423
|
rotation: {
|
|
1424
|
-
type: NumberConstructor;
|
|
1424
|
+
type: (NumberConstructor | null)[];
|
|
1425
1425
|
default: null;
|
|
1426
1426
|
};
|
|
1427
1427
|
flippedVertical: {
|
|
@@ -1455,7 +1455,7 @@ declare const _default: import('vue').DefineComponent<import('vue').ExtractPropT
|
|
|
1455
1455
|
validator: (value: string) => boolean;
|
|
1456
1456
|
};
|
|
1457
1457
|
rotation: {
|
|
1458
|
-
type: NumberConstructor;
|
|
1458
|
+
type: (NumberConstructor | null)[];
|
|
1459
1459
|
default: null;
|
|
1460
1460
|
};
|
|
1461
1461
|
flippedVertical: {
|
|
@@ -1475,7 +1475,7 @@ declare const _default: import('vue').DefineComponent<import('vue').ExtractPropT
|
|
|
1475
1475
|
default: boolean;
|
|
1476
1476
|
};
|
|
1477
1477
|
}>> & Readonly<{}>, {
|
|
1478
|
-
rotation: number;
|
|
1478
|
+
rotation: number | null;
|
|
1479
1479
|
size: string;
|
|
1480
1480
|
flippedVertical: boolean;
|
|
1481
1481
|
flippedHorizontal: boolean;
|
|
@@ -1541,7 +1541,7 @@ declare const _default: import('vue').DefineComponent<import('vue').ExtractPropT
|
|
|
1541
1541
|
validator: (value: string) => boolean;
|
|
1542
1542
|
};
|
|
1543
1543
|
rotation: {
|
|
1544
|
-
type: NumberConstructor;
|
|
1544
|
+
type: (NumberConstructor | null)[];
|
|
1545
1545
|
default: null;
|
|
1546
1546
|
};
|
|
1547
1547
|
flippedVertical: {
|
|
@@ -1575,7 +1575,7 @@ declare const _default: import('vue').DefineComponent<import('vue').ExtractPropT
|
|
|
1575
1575
|
validator: (value: string) => boolean;
|
|
1576
1576
|
};
|
|
1577
1577
|
rotation: {
|
|
1578
|
-
type: NumberConstructor;
|
|
1578
|
+
type: (NumberConstructor | null)[];
|
|
1579
1579
|
default: null;
|
|
1580
1580
|
};
|
|
1581
1581
|
flippedVertical: {
|
|
@@ -1595,7 +1595,7 @@ declare const _default: import('vue').DefineComponent<import('vue').ExtractPropT
|
|
|
1595
1595
|
default: boolean;
|
|
1596
1596
|
};
|
|
1597
1597
|
}>> & Readonly<{}>, {
|
|
1598
|
-
rotation: number;
|
|
1598
|
+
rotation: number | null;
|
|
1599
1599
|
size: string;
|
|
1600
1600
|
flippedVertical: boolean;
|
|
1601
1601
|
flippedHorizontal: boolean;
|
|
@@ -9,7 +9,7 @@ declare const _default: import('vue').DefineComponent<import('vue').ExtractPropT
|
|
|
9
9
|
borderColor: {
|
|
10
10
|
type: PropType<GroupRichListItemBorderColor>;
|
|
11
11
|
default: null;
|
|
12
|
-
validator(borderColor:
|
|
12
|
+
validator(borderColor: GroupRichListItemBorderColor): boolean;
|
|
13
13
|
};
|
|
14
14
|
borderColorHex: {
|
|
15
15
|
type: StringConstructor;
|
|
@@ -18,7 +18,7 @@ declare const _default: import('vue').DefineComponent<import('vue').ExtractPropT
|
|
|
18
18
|
backgroundColor: {
|
|
19
19
|
type: PropType<GroupRichListItemBackgroundColor>;
|
|
20
20
|
default: "neutral";
|
|
21
|
-
validator(backgroundColor:
|
|
21
|
+
validator(backgroundColor: GroupRichListItemBackgroundColor): boolean;
|
|
22
22
|
};
|
|
23
23
|
}>, {}, {}, {
|
|
24
24
|
classList(): any;
|
|
@@ -34,7 +34,7 @@ declare const _default: import('vue').DefineComponent<import('vue').ExtractPropT
|
|
|
34
34
|
borderColor: {
|
|
35
35
|
type: PropType<GroupRichListItemBorderColor>;
|
|
36
36
|
default: null;
|
|
37
|
-
validator(borderColor:
|
|
37
|
+
validator(borderColor: GroupRichListItemBorderColor): boolean;
|
|
38
38
|
};
|
|
39
39
|
borderColorHex: {
|
|
40
40
|
type: StringConstructor;
|
|
@@ -43,7 +43,7 @@ declare const _default: import('vue').DefineComponent<import('vue').ExtractPropT
|
|
|
43
43
|
backgroundColor: {
|
|
44
44
|
type: PropType<GroupRichListItemBackgroundColor>;
|
|
45
45
|
default: "neutral";
|
|
46
|
-
validator(backgroundColor:
|
|
46
|
+
validator(backgroundColor: GroupRichListItemBackgroundColor): boolean;
|
|
47
47
|
};
|
|
48
48
|
}>> & Readonly<{}>, {
|
|
49
49
|
backgroundColor: import('../RichListItem').RichListItemBackgroundColor;
|
|
@@ -21,7 +21,7 @@ declare const _default: import('vue').DefineComponent<import('vue').ExtractPropT
|
|
|
21
21
|
size: {
|
|
22
22
|
type: PropType<RichListItemSize>;
|
|
23
23
|
default: "medium";
|
|
24
|
-
validator(size:
|
|
24
|
+
validator(size: RichListItemSize): boolean;
|
|
25
25
|
};
|
|
26
26
|
isInteractive: {
|
|
27
27
|
type: BooleanConstructor;
|
|
@@ -43,7 +43,7 @@ declare const _default: import('vue').DefineComponent<import('vue').ExtractPropT
|
|
|
43
43
|
iconColor: {
|
|
44
44
|
type: PropType<IconColor>;
|
|
45
45
|
default: null;
|
|
46
|
-
validator(iconColor:
|
|
46
|
+
validator(iconColor: IconColor): boolean;
|
|
47
47
|
};
|
|
48
48
|
iconColorHex: {
|
|
49
49
|
type: StringConstructor;
|
|
@@ -52,7 +52,7 @@ declare const _default: import('vue').DefineComponent<import('vue').ExtractPropT
|
|
|
52
52
|
borderColor: {
|
|
53
53
|
type: PropType<RichListItemBorderColor>;
|
|
54
54
|
default: null;
|
|
55
|
-
validator(borderColor:
|
|
55
|
+
validator(borderColor: RichListItemBorderColor): boolean;
|
|
56
56
|
};
|
|
57
57
|
borderColorHex: {
|
|
58
58
|
type: StringConstructor;
|
|
@@ -65,12 +65,12 @@ declare const _default: import('vue').DefineComponent<import('vue').ExtractPropT
|
|
|
65
65
|
backgroundColor: {
|
|
66
66
|
type: PropType<RichListItemBackgroundColor>;
|
|
67
67
|
default: "neutral";
|
|
68
|
-
validator(backgroundColor:
|
|
68
|
+
validator(backgroundColor: RichListItemBackgroundColor): boolean;
|
|
69
69
|
};
|
|
70
70
|
elevation: {
|
|
71
71
|
type: PropType<RichListItemElevation>;
|
|
72
72
|
default: null;
|
|
73
|
-
validator(
|
|
73
|
+
validator(elevation: RichListItemElevation): boolean;
|
|
74
74
|
};
|
|
75
75
|
hasDraggableHandler: {
|
|
76
76
|
type: BooleanConstructor;
|
|
@@ -346,7 +346,7 @@ declare const _default: import('vue').DefineComponent<import('vue').ExtractPropT
|
|
|
346
346
|
isDragging(): any;
|
|
347
347
|
}, {}, import('vue').ComponentOptionsMixin, import('vue').ComponentOptionsMixin, {
|
|
348
348
|
'icon-click': () => true;
|
|
349
|
-
click: () => true;
|
|
349
|
+
click: (event: Event) => true;
|
|
350
350
|
'update:is-selected': (isSelected: boolean) => true;
|
|
351
351
|
}, string, import('vue').PublicProps, Readonly<import('vue').ExtractPropTypes<{
|
|
352
352
|
type: {
|
|
@@ -367,7 +367,7 @@ declare const _default: import('vue').DefineComponent<import('vue').ExtractPropT
|
|
|
367
367
|
size: {
|
|
368
368
|
type: PropType<RichListItemSize>;
|
|
369
369
|
default: "medium";
|
|
370
|
-
validator(size:
|
|
370
|
+
validator(size: RichListItemSize): boolean;
|
|
371
371
|
};
|
|
372
372
|
isInteractive: {
|
|
373
373
|
type: BooleanConstructor;
|
|
@@ -389,7 +389,7 @@ declare const _default: import('vue').DefineComponent<import('vue').ExtractPropT
|
|
|
389
389
|
iconColor: {
|
|
390
390
|
type: PropType<IconColor>;
|
|
391
391
|
default: null;
|
|
392
|
-
validator(iconColor:
|
|
392
|
+
validator(iconColor: IconColor): boolean;
|
|
393
393
|
};
|
|
394
394
|
iconColorHex: {
|
|
395
395
|
type: StringConstructor;
|
|
@@ -398,7 +398,7 @@ declare const _default: import('vue').DefineComponent<import('vue').ExtractPropT
|
|
|
398
398
|
borderColor: {
|
|
399
399
|
type: PropType<RichListItemBorderColor>;
|
|
400
400
|
default: null;
|
|
401
|
-
validator(borderColor:
|
|
401
|
+
validator(borderColor: RichListItemBorderColor): boolean;
|
|
402
402
|
};
|
|
403
403
|
borderColorHex: {
|
|
404
404
|
type: StringConstructor;
|
|
@@ -411,12 +411,12 @@ declare const _default: import('vue').DefineComponent<import('vue').ExtractPropT
|
|
|
411
411
|
backgroundColor: {
|
|
412
412
|
type: PropType<RichListItemBackgroundColor>;
|
|
413
413
|
default: "neutral";
|
|
414
|
-
validator(backgroundColor:
|
|
414
|
+
validator(backgroundColor: RichListItemBackgroundColor): boolean;
|
|
415
415
|
};
|
|
416
416
|
elevation: {
|
|
417
417
|
type: PropType<RichListItemElevation>;
|
|
418
418
|
default: null;
|
|
419
|
-
validator(
|
|
419
|
+
validator(elevation: RichListItemElevation): boolean;
|
|
420
420
|
};
|
|
421
421
|
hasDraggableHandler: {
|
|
422
422
|
type: BooleanConstructor;
|
|
@@ -435,7 +435,7 @@ declare const _default: import('vue').DefineComponent<import('vue').ExtractPropT
|
|
|
435
435
|
default: boolean;
|
|
436
436
|
};
|
|
437
437
|
}>> & Readonly<{
|
|
438
|
-
onClick?: (() => any) | undefined;
|
|
438
|
+
onClick?: ((event: Event) => any) | undefined;
|
|
439
439
|
"onUpdate:is-selected"?: ((isSelected: boolean) => any) | undefined;
|
|
440
440
|
"onIcon-click"?: (() => any) | undefined;
|
|
441
441
|
}>, {
|
|
@@ -463,7 +463,7 @@ declare const _default: import('vue').DefineComponent<import('vue').ExtractPropT
|
|
|
463
463
|
size: {
|
|
464
464
|
type: PropType<import('../../Form/Checkbox/Checkbox.consts').CheckboxSize>;
|
|
465
465
|
default: "small";
|
|
466
|
-
validator(size:
|
|
466
|
+
validator(size: import('../../Form/Checkbox/Checkbox.consts').CheckboxSize): boolean;
|
|
467
467
|
};
|
|
468
468
|
label: {
|
|
469
469
|
type: StringConstructor;
|
|
@@ -476,7 +476,7 @@ declare const _default: import('vue').DefineComponent<import('vue').ExtractPropT
|
|
|
476
476
|
state: {
|
|
477
477
|
type: PropType<import('../../Form/Checkbox/Checkbox.consts').CheckboxState>;
|
|
478
478
|
default: "default";
|
|
479
|
-
validator(state:
|
|
479
|
+
validator(state: import('../../Form/Checkbox/Checkbox.consts').CheckboxState): boolean;
|
|
480
480
|
};
|
|
481
481
|
}>, {}, {
|
|
482
482
|
SELECTION_CONTROL_TYPE: Readonly<{
|
|
@@ -705,7 +705,7 @@ declare const _default: import('vue').DefineComponent<import('vue').ExtractPropT
|
|
|
705
705
|
size: {
|
|
706
706
|
type: PropType<import('../../Form/Checkbox/Checkbox.consts').CheckboxSize>;
|
|
707
707
|
default: "small";
|
|
708
|
-
validator(size:
|
|
708
|
+
validator(size: import('../../Form/Checkbox/Checkbox.consts').CheckboxSize): boolean;
|
|
709
709
|
};
|
|
710
710
|
label: {
|
|
711
711
|
type: StringConstructor;
|
|
@@ -718,7 +718,7 @@ declare const _default: import('vue').DefineComponent<import('vue').ExtractPropT
|
|
|
718
718
|
state: {
|
|
719
719
|
type: PropType<import('../../Form/Checkbox/Checkbox.consts').CheckboxState>;
|
|
720
720
|
default: "default";
|
|
721
|
-
validator(state:
|
|
721
|
+
validator(state: import('../../Form/Checkbox/Checkbox.consts').CheckboxState): boolean;
|
|
722
722
|
};
|
|
723
723
|
}>> & Readonly<{
|
|
724
724
|
"onUpdate:is-selected"?: ((...args: any[]) => any) | undefined;
|
|
@@ -734,7 +734,7 @@ declare const _default: import('vue').DefineComponent<import('vue').ExtractPropT
|
|
|
734
734
|
size: {
|
|
735
735
|
type: PropType<import('../../Form/SelectionControl/SelectionControl.consts').SelectionControlSize>;
|
|
736
736
|
default: "small";
|
|
737
|
-
validator(size:
|
|
737
|
+
validator(size: import('../../Form/SelectionControl/SelectionControl.consts').SelectionControlSize): boolean;
|
|
738
738
|
};
|
|
739
739
|
label: {
|
|
740
740
|
type: StringConstructor;
|
|
@@ -747,7 +747,7 @@ declare const _default: import('vue').DefineComponent<import('vue').ExtractPropT
|
|
|
747
747
|
state: {
|
|
748
748
|
type: PropType<import('../../Form/SelectionControl/SelectionControl.consts').SelectionControlState>;
|
|
749
749
|
default: "default";
|
|
750
|
-
validator(state:
|
|
750
|
+
validator(state: import('../../Form/SelectionControl/SelectionControl.consts').SelectionControlState): boolean;
|
|
751
751
|
};
|
|
752
752
|
selectedIcon: {
|
|
753
753
|
type: ObjectConstructor;
|
|
@@ -762,7 +762,7 @@ declare const _default: import('vue').DefineComponent<import('vue').ExtractPropT
|
|
|
762
762
|
type: {
|
|
763
763
|
type: PropType<import('../../Form/SelectionControl/SelectionControl.consts').SelectionControlType>;
|
|
764
764
|
required: true;
|
|
765
|
-
validator(type:
|
|
765
|
+
validator(type: import('../../Form/SelectionControl/SelectionControl.consts').SelectionControlType): boolean;
|
|
766
766
|
};
|
|
767
767
|
}>, {}, {
|
|
768
768
|
isFocused: boolean;
|
|
@@ -786,7 +786,7 @@ declare const _default: import('vue').DefineComponent<import('vue').ExtractPropT
|
|
|
786
786
|
size: {
|
|
787
787
|
type: PropType<import('../../Form/SelectionControl/SelectionControl.consts').SelectionControlSize>;
|
|
788
788
|
default: "small";
|
|
789
|
-
validator(size:
|
|
789
|
+
validator(size: import('../../Form/SelectionControl/SelectionControl.consts').SelectionControlSize): boolean;
|
|
790
790
|
};
|
|
791
791
|
label: {
|
|
792
792
|
type: StringConstructor;
|
|
@@ -799,7 +799,7 @@ declare const _default: import('vue').DefineComponent<import('vue').ExtractPropT
|
|
|
799
799
|
state: {
|
|
800
800
|
type: PropType<import('../../Form/SelectionControl/SelectionControl.consts').SelectionControlState>;
|
|
801
801
|
default: "default";
|
|
802
|
-
validator(state:
|
|
802
|
+
validator(state: import('../../Form/SelectionControl/SelectionControl.consts').SelectionControlState): boolean;
|
|
803
803
|
};
|
|
804
804
|
selectedIcon: {
|
|
805
805
|
type: ObjectConstructor;
|
|
@@ -814,7 +814,7 @@ declare const _default: import('vue').DefineComponent<import('vue').ExtractPropT
|
|
|
814
814
|
type: {
|
|
815
815
|
type: PropType<import('../../Form/SelectionControl/SelectionControl.consts').SelectionControlType>;
|
|
816
816
|
required: true;
|
|
817
|
-
validator(type:
|
|
817
|
+
validator(type: import('../../Form/SelectionControl/SelectionControl.consts').SelectionControlType): boolean;
|
|
818
818
|
};
|
|
819
819
|
}>> & Readonly<{
|
|
820
820
|
"onUpdate:is-selected"?: ((...args: any[]) => any) | undefined;
|
|
@@ -838,7 +838,7 @@ declare const _default: import('vue').DefineComponent<import('vue').ExtractPropT
|
|
|
838
838
|
validator: (value: string) => boolean;
|
|
839
839
|
};
|
|
840
840
|
rotation: {
|
|
841
|
-
type: NumberConstructor;
|
|
841
|
+
type: (NumberConstructor | null)[];
|
|
842
842
|
default: null;
|
|
843
843
|
};
|
|
844
844
|
flippedVertical: {
|
|
@@ -872,7 +872,7 @@ declare const _default: import('vue').DefineComponent<import('vue').ExtractPropT
|
|
|
872
872
|
validator: (value: string) => boolean;
|
|
873
873
|
};
|
|
874
874
|
rotation: {
|
|
875
|
-
type: NumberConstructor;
|
|
875
|
+
type: (NumberConstructor | null)[];
|
|
876
876
|
default: null;
|
|
877
877
|
};
|
|
878
878
|
flippedVertical: {
|
|
@@ -892,7 +892,7 @@ declare const _default: import('vue').DefineComponent<import('vue').ExtractPropT
|
|
|
892
892
|
default: boolean;
|
|
893
893
|
};
|
|
894
894
|
}>> & Readonly<{}>, {
|
|
895
|
-
rotation: number;
|
|
895
|
+
rotation: number | null;
|
|
896
896
|
size: string;
|
|
897
897
|
flippedVertical: boolean;
|
|
898
898
|
flippedHorizontal: boolean;
|
|
@@ -958,7 +958,7 @@ declare const _default: import('vue').DefineComponent<import('vue').ExtractPropT
|
|
|
958
958
|
validator: (value: string) => boolean;
|
|
959
959
|
};
|
|
960
960
|
rotation: {
|
|
961
|
-
type: NumberConstructor;
|
|
961
|
+
type: (NumberConstructor | null)[];
|
|
962
962
|
default: null;
|
|
963
963
|
};
|
|
964
964
|
flippedVertical: {
|
|
@@ -992,7 +992,7 @@ declare const _default: import('vue').DefineComponent<import('vue').ExtractPropT
|
|
|
992
992
|
validator: (value: string) => boolean;
|
|
993
993
|
};
|
|
994
994
|
rotation: {
|
|
995
|
-
type: NumberConstructor;
|
|
995
|
+
type: (NumberConstructor | null)[];
|
|
996
996
|
default: null;
|
|
997
997
|
};
|
|
998
998
|
flippedVertical: {
|
|
@@ -1012,7 +1012,7 @@ declare const _default: import('vue').DefineComponent<import('vue').ExtractPropT
|
|
|
1012
1012
|
default: boolean;
|
|
1013
1013
|
};
|
|
1014
1014
|
}>> & Readonly<{}>, {
|
|
1015
|
-
rotation: number;
|
|
1015
|
+
rotation: number | null;
|
|
1016
1016
|
size: string;
|
|
1017
1017
|
flippedVertical: boolean;
|
|
1018
1018
|
flippedHorizontal: boolean;
|
|
@@ -1,8 +1,10 @@
|
|
|
1
|
+
import { SectionTitleSize } from './SectionTitle.consts';
|
|
2
|
+
|
|
1
3
|
declare const _default: import('vue').DefineComponent<import('vue').ExtractPropTypes<{
|
|
2
4
|
size: {
|
|
3
5
|
type: StringConstructor;
|
|
4
6
|
default: string;
|
|
5
|
-
validator(size:
|
|
7
|
+
validator(size: SectionTitleSize): boolean;
|
|
6
8
|
};
|
|
7
9
|
supportingText: {
|
|
8
10
|
type: StringConstructor;
|
|
@@ -16,7 +18,7 @@ declare const _default: import('vue').DefineComponent<import('vue').ExtractPropT
|
|
|
16
18
|
size: {
|
|
17
19
|
type: StringConstructor;
|
|
18
20
|
default: string;
|
|
19
|
-
validator(size:
|
|
21
|
+
validator(size: SectionTitleSize): boolean;
|
|
20
22
|
};
|
|
21
23
|
supportingText: {
|
|
22
24
|
type: StringConstructor;
|
|
@@ -1,14 +1,19 @@
|
|
|
1
|
+
import { Value } from '../../../utils/type.utils';
|
|
2
|
+
|
|
1
3
|
export declare const SELECT_LIST_ITEM_SELECTION_MODE: {
|
|
2
|
-
SELECT_ONLY:
|
|
3
|
-
TOGGLE:
|
|
4
|
+
readonly SELECT_ONLY: "selectOnly";
|
|
5
|
+
readonly TOGGLE: "toggle";
|
|
4
6
|
};
|
|
7
|
+
export type SelectListItemSelectionMode = Value<typeof SELECT_LIST_ITEM_SELECTION_MODE>;
|
|
5
8
|
export declare const SELECT_LIST_ITEM_SIZES: {
|
|
6
|
-
X_SMALL:
|
|
7
|
-
SMALL:
|
|
8
|
-
MEDIUM:
|
|
9
|
+
readonly X_SMALL: "xSmall";
|
|
10
|
+
readonly SMALL: "small";
|
|
11
|
+
readonly MEDIUM: "medium";
|
|
9
12
|
};
|
|
13
|
+
export type SelectListItemSize = Value<typeof SELECT_LIST_ITEM_SIZES>;
|
|
10
14
|
export declare const SELECT_LIST_ITEM_STATES: {
|
|
11
|
-
DEFAULT:
|
|
12
|
-
LOADING:
|
|
13
|
-
DISABLED:
|
|
15
|
+
readonly DEFAULT: "default";
|
|
16
|
+
readonly LOADING: "loading";
|
|
17
|
+
readonly DISABLED: "disabled";
|
|
14
18
|
};
|
|
19
|
+
export type SelectListItemState = Value<typeof SELECT_LIST_ITEM_STATES>;
|