@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
|
@@ -372,7 +372,7 @@ declare const _default: import('vue').DefineComponent<import('vue').ExtractPropT
|
|
|
372
372
|
validator(value: import('../../../utils/type.utils').Value<typeof BUTTON_TYPES>): boolean;
|
|
373
373
|
};
|
|
374
374
|
color: {
|
|
375
|
-
type: StringConstructor;
|
|
375
|
+
type: (StringConstructor | null)[];
|
|
376
376
|
default: "primary";
|
|
377
377
|
validator(value: import('../../../utils/type.utils').Value<typeof import('../../Buttons/IconButton').ICON_BUTTON_COLORS>): boolean;
|
|
378
378
|
};
|
|
@@ -679,7 +679,7 @@ declare const _default: import('vue').DefineComponent<import('vue').ExtractPropT
|
|
|
679
679
|
validator(value: import('../../../utils/type.utils').Value<typeof BUTTON_TYPES>): boolean;
|
|
680
680
|
};
|
|
681
681
|
color: {
|
|
682
|
-
type: StringConstructor;
|
|
682
|
+
type: (StringConstructor | null)[];
|
|
683
683
|
default: "primary";
|
|
684
684
|
validator(value: import('../../../utils/type.utils').Value<typeof import('../../Buttons/IconButton').ICON_BUTTON_COLORS>): boolean;
|
|
685
685
|
};
|
|
@@ -711,7 +711,7 @@ declare const _default: import('vue').DefineComponent<import('vue').ExtractPropT
|
|
|
711
711
|
}>> & Readonly<{}>, {
|
|
712
712
|
size: string;
|
|
713
713
|
type: string;
|
|
714
|
-
color: string;
|
|
714
|
+
color: string | null;
|
|
715
715
|
elevation: string;
|
|
716
716
|
radius: string;
|
|
717
717
|
state: string;
|
|
@@ -730,7 +730,7 @@ declare const _default: import('vue').DefineComponent<import('vue').ExtractPropT
|
|
|
730
730
|
validator: (value: string) => boolean;
|
|
731
731
|
};
|
|
732
732
|
rotation: {
|
|
733
|
-
type: NumberConstructor;
|
|
733
|
+
type: (NumberConstructor | null)[];
|
|
734
734
|
default: null;
|
|
735
735
|
};
|
|
736
736
|
flippedVertical: {
|
|
@@ -764,7 +764,7 @@ declare const _default: import('vue').DefineComponent<import('vue').ExtractPropT
|
|
|
764
764
|
validator: (value: string) => boolean;
|
|
765
765
|
};
|
|
766
766
|
rotation: {
|
|
767
|
-
type: NumberConstructor;
|
|
767
|
+
type: (NumberConstructor | null)[];
|
|
768
768
|
default: null;
|
|
769
769
|
};
|
|
770
770
|
flippedVertical: {
|
|
@@ -784,7 +784,7 @@ declare const _default: import('vue').DefineComponent<import('vue').ExtractPropT
|
|
|
784
784
|
default: boolean;
|
|
785
785
|
};
|
|
786
786
|
}>> & Readonly<{}>, {
|
|
787
|
-
rotation: number;
|
|
787
|
+
rotation: number | null;
|
|
788
788
|
size: string;
|
|
789
789
|
flippedVertical: boolean;
|
|
790
790
|
flippedHorizontal: boolean;
|
|
@@ -849,7 +849,7 @@ declare const _default: import('vue').DefineComponent<import('vue').ExtractPropT
|
|
|
849
849
|
validator: (value: string) => boolean;
|
|
850
850
|
};
|
|
851
851
|
rotation: {
|
|
852
|
-
type: NumberConstructor;
|
|
852
|
+
type: (NumberConstructor | null)[];
|
|
853
853
|
default: null;
|
|
854
854
|
};
|
|
855
855
|
flippedVertical: {
|
|
@@ -883,7 +883,7 @@ declare const _default: import('vue').DefineComponent<import('vue').ExtractPropT
|
|
|
883
883
|
validator: (value: string) => boolean;
|
|
884
884
|
};
|
|
885
885
|
rotation: {
|
|
886
|
-
type: NumberConstructor;
|
|
886
|
+
type: (NumberConstructor | null)[];
|
|
887
887
|
default: null;
|
|
888
888
|
};
|
|
889
889
|
flippedVertical: {
|
|
@@ -903,7 +903,7 @@ declare const _default: import('vue').DefineComponent<import('vue').ExtractPropT
|
|
|
903
903
|
default: boolean;
|
|
904
904
|
};
|
|
905
905
|
}>> & Readonly<{}>, {
|
|
906
|
-
rotation: number;
|
|
906
|
+
rotation: number | null;
|
|
907
907
|
size: string;
|
|
908
908
|
flippedVertical: boolean;
|
|
909
909
|
flippedHorizontal: boolean;
|
|
@@ -916,17 +916,17 @@ declare const _default: import('vue').DefineComponent<import('vue').ExtractPropT
|
|
|
916
916
|
size: {
|
|
917
917
|
type: StringConstructor;
|
|
918
918
|
default: "large";
|
|
919
|
-
validator(value:
|
|
919
|
+
validator(value: import('../../Buttons/IconButton').IconButtonSize): boolean;
|
|
920
920
|
};
|
|
921
921
|
radius: {
|
|
922
922
|
type: StringConstructor;
|
|
923
923
|
default: "capsule";
|
|
924
|
-
validator(value:
|
|
924
|
+
validator(value: import('../../Buttons/Button').ButtonRadius): boolean;
|
|
925
925
|
};
|
|
926
926
|
type: {
|
|
927
927
|
type: StringConstructor;
|
|
928
928
|
default: "icon-only";
|
|
929
|
-
validator(value:
|
|
929
|
+
validator(value: import('../../Buttons/IconButton').IconButtonType): boolean;
|
|
930
930
|
};
|
|
931
931
|
icon: {
|
|
932
932
|
type: ObjectConstructor;
|
|
@@ -936,17 +936,17 @@ declare const _default: import('vue').DefineComponent<import('vue').ExtractPropT
|
|
|
936
936
|
color: {
|
|
937
937
|
type: StringConstructor;
|
|
938
938
|
default: "primary";
|
|
939
|
-
validator(value:
|
|
939
|
+
validator(value: import('../../Buttons/IconButton').IconButtonColor): boolean;
|
|
940
940
|
};
|
|
941
941
|
colorScheme: {
|
|
942
942
|
type: StringConstructor;
|
|
943
943
|
default: "all-in-color";
|
|
944
|
-
validator(value:
|
|
944
|
+
validator(value: import('../../Buttons/IconButton').IconButtonColorScheme): boolean;
|
|
945
945
|
};
|
|
946
946
|
elevation: {
|
|
947
947
|
type: StringConstructor;
|
|
948
948
|
default: "none";
|
|
949
|
-
validator(value:
|
|
949
|
+
validator(value: import('../../Buttons/Button').ButtonElevation): boolean;
|
|
950
950
|
};
|
|
951
951
|
touchable: {
|
|
952
952
|
type: BooleanConstructor;
|
|
@@ -1236,24 +1236,24 @@ declare const _default: import('vue').DefineComponent<import('vue').ExtractPropT
|
|
|
1236
1236
|
}, {
|
|
1237
1237
|
iconSize(): string;
|
|
1238
1238
|
buttonType(): string;
|
|
1239
|
-
computedColor(): string |
|
|
1239
|
+
computedColor(): string | undefined;
|
|
1240
1240
|
isButtonColor(): boolean;
|
|
1241
1241
|
colorClassName(): string;
|
|
1242
1242
|
}, {}, import('vue').ComponentOptionsMixin, import('vue').ComponentOptionsMixin, {}, string, import('vue').PublicProps, Readonly<import('vue').ExtractPropTypes<{
|
|
1243
1243
|
size: {
|
|
1244
1244
|
type: StringConstructor;
|
|
1245
1245
|
default: "large";
|
|
1246
|
-
validator(value:
|
|
1246
|
+
validator(value: import('../../Buttons/IconButton').IconButtonSize): boolean;
|
|
1247
1247
|
};
|
|
1248
1248
|
radius: {
|
|
1249
1249
|
type: StringConstructor;
|
|
1250
1250
|
default: "capsule";
|
|
1251
|
-
validator(value:
|
|
1251
|
+
validator(value: import('../../Buttons/Button').ButtonRadius): boolean;
|
|
1252
1252
|
};
|
|
1253
1253
|
type: {
|
|
1254
1254
|
type: StringConstructor;
|
|
1255
1255
|
default: "icon-only";
|
|
1256
|
-
validator(value:
|
|
1256
|
+
validator(value: import('../../Buttons/IconButton').IconButtonType): boolean;
|
|
1257
1257
|
};
|
|
1258
1258
|
icon: {
|
|
1259
1259
|
type: ObjectConstructor;
|
|
@@ -1263,17 +1263,17 @@ declare const _default: import('vue').DefineComponent<import('vue').ExtractPropT
|
|
|
1263
1263
|
color: {
|
|
1264
1264
|
type: StringConstructor;
|
|
1265
1265
|
default: "primary";
|
|
1266
|
-
validator(value:
|
|
1266
|
+
validator(value: import('../../Buttons/IconButton').IconButtonColor): boolean;
|
|
1267
1267
|
};
|
|
1268
1268
|
colorScheme: {
|
|
1269
1269
|
type: StringConstructor;
|
|
1270
1270
|
default: "all-in-color";
|
|
1271
|
-
validator(value:
|
|
1271
|
+
validator(value: import('../../Buttons/IconButton').IconButtonColorScheme): boolean;
|
|
1272
1272
|
};
|
|
1273
1273
|
elevation: {
|
|
1274
1274
|
type: StringConstructor;
|
|
1275
1275
|
default: "none";
|
|
1276
|
-
validator(value:
|
|
1276
|
+
validator(value: import('../../Buttons/Button').ButtonElevation): boolean;
|
|
1277
1277
|
};
|
|
1278
1278
|
touchable: {
|
|
1279
1279
|
type: BooleanConstructor;
|
|
@@ -1306,7 +1306,7 @@ declare const _default: import('vue').DefineComponent<import('vue').ExtractPropT
|
|
|
1306
1306
|
validator: (value: string) => boolean;
|
|
1307
1307
|
};
|
|
1308
1308
|
rotation: {
|
|
1309
|
-
type: NumberConstructor;
|
|
1309
|
+
type: (NumberConstructor | null)[];
|
|
1310
1310
|
default: null;
|
|
1311
1311
|
};
|
|
1312
1312
|
flippedVertical: {
|
|
@@ -1340,7 +1340,7 @@ declare const _default: import('vue').DefineComponent<import('vue').ExtractPropT
|
|
|
1340
1340
|
validator: (value: string) => boolean;
|
|
1341
1341
|
};
|
|
1342
1342
|
rotation: {
|
|
1343
|
-
type: NumberConstructor;
|
|
1343
|
+
type: (NumberConstructor | null)[];
|
|
1344
1344
|
default: null;
|
|
1345
1345
|
};
|
|
1346
1346
|
flippedVertical: {
|
|
@@ -1360,7 +1360,7 @@ declare const _default: import('vue').DefineComponent<import('vue').ExtractPropT
|
|
|
1360
1360
|
default: boolean;
|
|
1361
1361
|
};
|
|
1362
1362
|
}>> & Readonly<{}>, {
|
|
1363
|
-
rotation: number;
|
|
1363
|
+
rotation: number | null;
|
|
1364
1364
|
size: string;
|
|
1365
1365
|
flippedVertical: boolean;
|
|
1366
1366
|
flippedHorizontal: boolean;
|
|
@@ -1381,7 +1381,7 @@ declare const _default: import('vue').DefineComponent<import('vue').ExtractPropT
|
|
|
1381
1381
|
validator(value: import('../../../utils/type.utils').Value<typeof BUTTON_TYPES>): boolean;
|
|
1382
1382
|
};
|
|
1383
1383
|
color: {
|
|
1384
|
-
type: StringConstructor;
|
|
1384
|
+
type: (StringConstructor | null)[];
|
|
1385
1385
|
default: "primary";
|
|
1386
1386
|
validator(value: import('../../../utils/type.utils').Value<typeof import('../../Buttons/IconButton').ICON_BUTTON_COLORS>): boolean;
|
|
1387
1387
|
};
|
|
@@ -1688,7 +1688,7 @@ declare const _default: import('vue').DefineComponent<import('vue').ExtractPropT
|
|
|
1688
1688
|
validator(value: import('../../../utils/type.utils').Value<typeof BUTTON_TYPES>): boolean;
|
|
1689
1689
|
};
|
|
1690
1690
|
color: {
|
|
1691
|
-
type: StringConstructor;
|
|
1691
|
+
type: (StringConstructor | null)[];
|
|
1692
1692
|
default: "primary";
|
|
1693
1693
|
validator(value: import('../../../utils/type.utils').Value<typeof import('../../Buttons/IconButton').ICON_BUTTON_COLORS>): boolean;
|
|
1694
1694
|
};
|
|
@@ -1720,7 +1720,7 @@ declare const _default: import('vue').DefineComponent<import('vue').ExtractPropT
|
|
|
1720
1720
|
}>> & Readonly<{}>, {
|
|
1721
1721
|
size: string;
|
|
1722
1722
|
type: string;
|
|
1723
|
-
color: string;
|
|
1723
|
+
color: string | null;
|
|
1724
1724
|
elevation: string;
|
|
1725
1725
|
radius: string;
|
|
1726
1726
|
state: string;
|
|
@@ -1739,7 +1739,7 @@ declare const _default: import('vue').DefineComponent<import('vue').ExtractPropT
|
|
|
1739
1739
|
validator: (value: string) => boolean;
|
|
1740
1740
|
};
|
|
1741
1741
|
rotation: {
|
|
1742
|
-
type: NumberConstructor;
|
|
1742
|
+
type: (NumberConstructor | null)[];
|
|
1743
1743
|
default: null;
|
|
1744
1744
|
};
|
|
1745
1745
|
flippedVertical: {
|
|
@@ -1773,7 +1773,7 @@ declare const _default: import('vue').DefineComponent<import('vue').ExtractPropT
|
|
|
1773
1773
|
validator: (value: string) => boolean;
|
|
1774
1774
|
};
|
|
1775
1775
|
rotation: {
|
|
1776
|
-
type: NumberConstructor;
|
|
1776
|
+
type: (NumberConstructor | null)[];
|
|
1777
1777
|
default: null;
|
|
1778
1778
|
};
|
|
1779
1779
|
flippedVertical: {
|
|
@@ -1793,7 +1793,7 @@ declare const _default: import('vue').DefineComponent<import('vue').ExtractPropT
|
|
|
1793
1793
|
default: boolean;
|
|
1794
1794
|
};
|
|
1795
1795
|
}>> & Readonly<{}>, {
|
|
1796
|
-
rotation: number;
|
|
1796
|
+
rotation: number | null;
|
|
1797
1797
|
size: string;
|
|
1798
1798
|
flippedVertical: boolean;
|
|
1799
1799
|
flippedHorizontal: boolean;
|
|
@@ -1821,17 +1821,17 @@ declare const _default: import('vue').DefineComponent<import('vue').ExtractPropT
|
|
|
1821
1821
|
radius: {
|
|
1822
1822
|
type: StringConstructor;
|
|
1823
1823
|
default: "capsule";
|
|
1824
|
-
validator(value: import('
|
|
1824
|
+
validator(value: import('../../Chip').ChipRadius): boolean;
|
|
1825
1825
|
};
|
|
1826
1826
|
size: {
|
|
1827
1827
|
type: StringConstructor;
|
|
1828
1828
|
default: "small";
|
|
1829
|
-
validator(size:
|
|
1829
|
+
validator(size: import('../../Chip').ChipSize): boolean;
|
|
1830
1830
|
};
|
|
1831
1831
|
color: {
|
|
1832
1832
|
type: StringConstructor;
|
|
1833
1833
|
default: "neutral";
|
|
1834
|
-
validator(color:
|
|
1834
|
+
validator(color: import('../../Chip').ChipColor): boolean;
|
|
1835
1835
|
};
|
|
1836
1836
|
colorHex: {
|
|
1837
1837
|
type: StringConstructor;
|
|
@@ -1840,7 +1840,7 @@ declare const _default: import('vue').DefineComponent<import('vue').ExtractPropT
|
|
|
1840
1840
|
state: {
|
|
1841
1841
|
type: StringConstructor;
|
|
1842
1842
|
default: "default";
|
|
1843
|
-
validator(value: import('
|
|
1843
|
+
validator(value: import('../../Chip').ChipState): boolean;
|
|
1844
1844
|
};
|
|
1845
1845
|
isRemovable: {
|
|
1846
1846
|
type: BooleanConstructor;
|
|
@@ -2129,17 +2129,17 @@ declare const _default: import('vue').DefineComponent<import('vue').ExtractPropT
|
|
|
2129
2129
|
radius: {
|
|
2130
2130
|
type: StringConstructor;
|
|
2131
2131
|
default: "capsule";
|
|
2132
|
-
validator(value: import('
|
|
2132
|
+
validator(value: import('../../Chip').ChipRadius): boolean;
|
|
2133
2133
|
};
|
|
2134
2134
|
size: {
|
|
2135
2135
|
type: StringConstructor;
|
|
2136
2136
|
default: "small";
|
|
2137
|
-
validator(size:
|
|
2137
|
+
validator(size: import('../../Chip').ChipSize): boolean;
|
|
2138
2138
|
};
|
|
2139
2139
|
color: {
|
|
2140
2140
|
type: StringConstructor;
|
|
2141
2141
|
default: "neutral";
|
|
2142
|
-
validator(color:
|
|
2142
|
+
validator(color: import('../../Chip').ChipColor): boolean;
|
|
2143
2143
|
};
|
|
2144
2144
|
colorHex: {
|
|
2145
2145
|
type: StringConstructor;
|
|
@@ -2148,7 +2148,7 @@ declare const _default: import('vue').DefineComponent<import('vue').ExtractPropT
|
|
|
2148
2148
|
state: {
|
|
2149
2149
|
type: StringConstructor;
|
|
2150
2150
|
default: "default";
|
|
2151
|
-
validator(value: import('
|
|
2151
|
+
validator(value: import('../../Chip').ChipState): boolean;
|
|
2152
2152
|
};
|
|
2153
2153
|
isRemovable: {
|
|
2154
2154
|
type: BooleanConstructor;
|
|
@@ -2179,7 +2179,7 @@ declare const _default: import('vue').DefineComponent<import('vue').ExtractPropT
|
|
|
2179
2179
|
validator: (value: string) => boolean;
|
|
2180
2180
|
};
|
|
2181
2181
|
rotation: {
|
|
2182
|
-
type: NumberConstructor;
|
|
2182
|
+
type: (NumberConstructor | null)[];
|
|
2183
2183
|
default: null;
|
|
2184
2184
|
};
|
|
2185
2185
|
flippedVertical: {
|
|
@@ -2213,7 +2213,7 @@ declare const _default: import('vue').DefineComponent<import('vue').ExtractPropT
|
|
|
2213
2213
|
validator: (value: string) => boolean;
|
|
2214
2214
|
};
|
|
2215
2215
|
rotation: {
|
|
2216
|
-
type: NumberConstructor;
|
|
2216
|
+
type: (NumberConstructor | null)[];
|
|
2217
2217
|
default: null;
|
|
2218
2218
|
};
|
|
2219
2219
|
flippedVertical: {
|
|
@@ -2233,7 +2233,7 @@ declare const _default: import('vue').DefineComponent<import('vue').ExtractPropT
|
|
|
2233
2233
|
default: boolean;
|
|
2234
2234
|
};
|
|
2235
2235
|
}>> & Readonly<{}>, {
|
|
2236
|
-
rotation: number;
|
|
2236
|
+
rotation: number | null;
|
|
2237
2237
|
size: string;
|
|
2238
2238
|
flippedVertical: boolean;
|
|
2239
2239
|
flippedHorizontal: boolean;
|
|
@@ -2246,17 +2246,17 @@ declare const _default: import('vue').DefineComponent<import('vue').ExtractPropT
|
|
|
2246
2246
|
size: {
|
|
2247
2247
|
type: StringConstructor;
|
|
2248
2248
|
default: "large";
|
|
2249
|
-
validator(value:
|
|
2249
|
+
validator(value: import('../../Buttons/IconButton').IconButtonSize): boolean;
|
|
2250
2250
|
};
|
|
2251
2251
|
radius: {
|
|
2252
2252
|
type: StringConstructor;
|
|
2253
2253
|
default: "capsule";
|
|
2254
|
-
validator(value:
|
|
2254
|
+
validator(value: import('../../Buttons/Button').ButtonRadius): boolean;
|
|
2255
2255
|
};
|
|
2256
2256
|
type: {
|
|
2257
2257
|
type: StringConstructor;
|
|
2258
2258
|
default: "icon-only";
|
|
2259
|
-
validator(value:
|
|
2259
|
+
validator(value: import('../../Buttons/IconButton').IconButtonType): boolean;
|
|
2260
2260
|
};
|
|
2261
2261
|
icon: {
|
|
2262
2262
|
type: ObjectConstructor;
|
|
@@ -2266,17 +2266,17 @@ declare const _default: import('vue').DefineComponent<import('vue').ExtractPropT
|
|
|
2266
2266
|
color: {
|
|
2267
2267
|
type: StringConstructor;
|
|
2268
2268
|
default: "primary";
|
|
2269
|
-
validator(value:
|
|
2269
|
+
validator(value: import('../../Buttons/IconButton').IconButtonColor): boolean;
|
|
2270
2270
|
};
|
|
2271
2271
|
colorScheme: {
|
|
2272
2272
|
type: StringConstructor;
|
|
2273
2273
|
default: "all-in-color";
|
|
2274
|
-
validator(value:
|
|
2274
|
+
validator(value: import('../../Buttons/IconButton').IconButtonColorScheme): boolean;
|
|
2275
2275
|
};
|
|
2276
2276
|
elevation: {
|
|
2277
2277
|
type: StringConstructor;
|
|
2278
2278
|
default: "none";
|
|
2279
|
-
validator(value:
|
|
2279
|
+
validator(value: import('../../Buttons/Button').ButtonElevation): boolean;
|
|
2280
2280
|
};
|
|
2281
2281
|
touchable: {
|
|
2282
2282
|
type: BooleanConstructor;
|
|
@@ -2566,24 +2566,24 @@ declare const _default: import('vue').DefineComponent<import('vue').ExtractPropT
|
|
|
2566
2566
|
}, {
|
|
2567
2567
|
iconSize(): string;
|
|
2568
2568
|
buttonType(): string;
|
|
2569
|
-
computedColor(): string |
|
|
2569
|
+
computedColor(): string | undefined;
|
|
2570
2570
|
isButtonColor(): boolean;
|
|
2571
2571
|
colorClassName(): string;
|
|
2572
2572
|
}, {}, import('vue').ComponentOptionsMixin, import('vue').ComponentOptionsMixin, {}, string, import('vue').PublicProps, Readonly<import('vue').ExtractPropTypes<{
|
|
2573
2573
|
size: {
|
|
2574
2574
|
type: StringConstructor;
|
|
2575
2575
|
default: "large";
|
|
2576
|
-
validator(value:
|
|
2576
|
+
validator(value: import('../../Buttons/IconButton').IconButtonSize): boolean;
|
|
2577
2577
|
};
|
|
2578
2578
|
radius: {
|
|
2579
2579
|
type: StringConstructor;
|
|
2580
2580
|
default: "capsule";
|
|
2581
|
-
validator(value:
|
|
2581
|
+
validator(value: import('../../Buttons/Button').ButtonRadius): boolean;
|
|
2582
2582
|
};
|
|
2583
2583
|
type: {
|
|
2584
2584
|
type: StringConstructor;
|
|
2585
2585
|
default: "icon-only";
|
|
2586
|
-
validator(value:
|
|
2586
|
+
validator(value: import('../../Buttons/IconButton').IconButtonType): boolean;
|
|
2587
2587
|
};
|
|
2588
2588
|
icon: {
|
|
2589
2589
|
type: ObjectConstructor;
|
|
@@ -2593,17 +2593,17 @@ declare const _default: import('vue').DefineComponent<import('vue').ExtractPropT
|
|
|
2593
2593
|
color: {
|
|
2594
2594
|
type: StringConstructor;
|
|
2595
2595
|
default: "primary";
|
|
2596
|
-
validator(value:
|
|
2596
|
+
validator(value: import('../../Buttons/IconButton').IconButtonColor): boolean;
|
|
2597
2597
|
};
|
|
2598
2598
|
colorScheme: {
|
|
2599
2599
|
type: StringConstructor;
|
|
2600
2600
|
default: "all-in-color";
|
|
2601
|
-
validator(value:
|
|
2601
|
+
validator(value: import('../../Buttons/IconButton').IconButtonColorScheme): boolean;
|
|
2602
2602
|
};
|
|
2603
2603
|
elevation: {
|
|
2604
2604
|
type: StringConstructor;
|
|
2605
2605
|
default: "none";
|
|
2606
|
-
validator(value:
|
|
2606
|
+
validator(value: import('../../Buttons/Button').ButtonElevation): boolean;
|
|
2607
2607
|
};
|
|
2608
2608
|
touchable: {
|
|
2609
2609
|
type: BooleanConstructor;
|
|
@@ -2636,7 +2636,7 @@ declare const _default: import('vue').DefineComponent<import('vue').ExtractPropT
|
|
|
2636
2636
|
validator: (value: string) => boolean;
|
|
2637
2637
|
};
|
|
2638
2638
|
rotation: {
|
|
2639
|
-
type: NumberConstructor;
|
|
2639
|
+
type: (NumberConstructor | null)[];
|
|
2640
2640
|
default: null;
|
|
2641
2641
|
};
|
|
2642
2642
|
flippedVertical: {
|
|
@@ -2670,7 +2670,7 @@ declare const _default: import('vue').DefineComponent<import('vue').ExtractPropT
|
|
|
2670
2670
|
validator: (value: string) => boolean;
|
|
2671
2671
|
};
|
|
2672
2672
|
rotation: {
|
|
2673
|
-
type: NumberConstructor;
|
|
2673
|
+
type: (NumberConstructor | null)[];
|
|
2674
2674
|
default: null;
|
|
2675
2675
|
};
|
|
2676
2676
|
flippedVertical: {
|
|
@@ -2690,7 +2690,7 @@ declare const _default: import('vue').DefineComponent<import('vue').ExtractPropT
|
|
|
2690
2690
|
default: boolean;
|
|
2691
2691
|
};
|
|
2692
2692
|
}>> & Readonly<{}>, {
|
|
2693
|
-
rotation: number;
|
|
2693
|
+
rotation: number | null;
|
|
2694
2694
|
size: string;
|
|
2695
2695
|
flippedVertical: boolean;
|
|
2696
2696
|
flippedHorizontal: boolean;
|
|
@@ -2711,7 +2711,7 @@ declare const _default: import('vue').DefineComponent<import('vue').ExtractPropT
|
|
|
2711
2711
|
validator(value: import('../../../utils/type.utils').Value<typeof BUTTON_TYPES>): boolean;
|
|
2712
2712
|
};
|
|
2713
2713
|
color: {
|
|
2714
|
-
type: StringConstructor;
|
|
2714
|
+
type: (StringConstructor | null)[];
|
|
2715
2715
|
default: "primary";
|
|
2716
2716
|
validator(value: import('../../../utils/type.utils').Value<typeof import('../../Buttons/IconButton').ICON_BUTTON_COLORS>): boolean;
|
|
2717
2717
|
};
|
|
@@ -3018,7 +3018,7 @@ declare const _default: import('vue').DefineComponent<import('vue').ExtractPropT
|
|
|
3018
3018
|
validator(value: import('../../../utils/type.utils').Value<typeof BUTTON_TYPES>): boolean;
|
|
3019
3019
|
};
|
|
3020
3020
|
color: {
|
|
3021
|
-
type: StringConstructor;
|
|
3021
|
+
type: (StringConstructor | null)[];
|
|
3022
3022
|
default: "primary";
|
|
3023
3023
|
validator(value: import('../../../utils/type.utils').Value<typeof import('../../Buttons/IconButton').ICON_BUTTON_COLORS>): boolean;
|
|
3024
3024
|
};
|
|
@@ -3050,7 +3050,7 @@ declare const _default: import('vue').DefineComponent<import('vue').ExtractPropT
|
|
|
3050
3050
|
}>> & Readonly<{}>, {
|
|
3051
3051
|
size: string;
|
|
3052
3052
|
type: string;
|
|
3053
|
-
color: string;
|
|
3053
|
+
color: string | null;
|
|
3054
3054
|
elevation: string;
|
|
3055
3055
|
radius: string;
|
|
3056
3056
|
state: string;
|
|
@@ -3069,7 +3069,7 @@ declare const _default: import('vue').DefineComponent<import('vue').ExtractPropT
|
|
|
3069
3069
|
validator: (value: string) => boolean;
|
|
3070
3070
|
};
|
|
3071
3071
|
rotation: {
|
|
3072
|
-
type: NumberConstructor;
|
|
3072
|
+
type: (NumberConstructor | null)[];
|
|
3073
3073
|
default: null;
|
|
3074
3074
|
};
|
|
3075
3075
|
flippedVertical: {
|
|
@@ -3103,7 +3103,7 @@ declare const _default: import('vue').DefineComponent<import('vue').ExtractPropT
|
|
|
3103
3103
|
validator: (value: string) => boolean;
|
|
3104
3104
|
};
|
|
3105
3105
|
rotation: {
|
|
3106
|
-
type: NumberConstructor;
|
|
3106
|
+
type: (NumberConstructor | null)[];
|
|
3107
3107
|
default: null;
|
|
3108
3108
|
};
|
|
3109
3109
|
flippedVertical: {
|
|
@@ -3123,7 +3123,7 @@ declare const _default: import('vue').DefineComponent<import('vue').ExtractPropT
|
|
|
3123
3123
|
default: boolean;
|
|
3124
3124
|
};
|
|
3125
3125
|
}>> & Readonly<{}>, {
|
|
3126
|
-
rotation: number;
|
|
3126
|
+
rotation: number | null;
|
|
3127
3127
|
size: string;
|
|
3128
3128
|
flippedVertical: boolean;
|
|
3129
3129
|
flippedHorizontal: boolean;
|
|
@@ -5,7 +5,7 @@ declare const _default: import('vue').DefineComponent<import('vue').ExtractPropT
|
|
|
5
5
|
state: {
|
|
6
6
|
type: PropType<DrawerListItemState>;
|
|
7
7
|
default: "default";
|
|
8
|
-
validator(state:
|
|
8
|
+
validator(state: DrawerListItemState): boolean;
|
|
9
9
|
};
|
|
10
10
|
label: {
|
|
11
11
|
type: StringConstructor;
|
|
@@ -252,7 +252,7 @@ declare const _default: import('vue').DefineComponent<import('vue').ExtractPropT
|
|
|
252
252
|
state: {
|
|
253
253
|
type: PropType<DrawerListItemState>;
|
|
254
254
|
default: "default";
|
|
255
|
-
validator(state:
|
|
255
|
+
validator(state: DrawerListItemState): boolean;
|
|
256
256
|
};
|
|
257
257
|
label: {
|
|
258
258
|
type: StringConstructor;
|
|
@@ -277,7 +277,7 @@ declare const _default: import('vue').DefineComponent<import('vue').ExtractPropT
|
|
|
277
277
|
validator: (value: string) => boolean;
|
|
278
278
|
};
|
|
279
279
|
rotation: {
|
|
280
|
-
type: NumberConstructor;
|
|
280
|
+
type: (NumberConstructor | null)[];
|
|
281
281
|
default: null;
|
|
282
282
|
};
|
|
283
283
|
flippedVertical: {
|
|
@@ -311,7 +311,7 @@ declare const _default: import('vue').DefineComponent<import('vue').ExtractPropT
|
|
|
311
311
|
validator: (value: string) => boolean;
|
|
312
312
|
};
|
|
313
313
|
rotation: {
|
|
314
|
-
type: NumberConstructor;
|
|
314
|
+
type: (NumberConstructor | null)[];
|
|
315
315
|
default: null;
|
|
316
316
|
};
|
|
317
317
|
flippedVertical: {
|
|
@@ -331,7 +331,7 @@ declare const _default: import('vue').DefineComponent<import('vue').ExtractPropT
|
|
|
331
331
|
default: boolean;
|
|
332
332
|
};
|
|
333
333
|
}>> & Readonly<{}>, {
|
|
334
|
-
rotation: number;
|
|
334
|
+
rotation: number | null;
|
|
335
335
|
size: string;
|
|
336
336
|
flippedVertical: boolean;
|
|
337
337
|
flippedHorizontal: boolean;
|