@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
|
@@ -1,7 +1,10 @@
|
|
|
1
|
+
import { Value } from '../../utils/type.utils';
|
|
2
|
+
|
|
1
3
|
export declare const CHIP_SIZES: {
|
|
2
4
|
readonly X_SMALL: "x-small";
|
|
3
5
|
readonly SMALL: "small";
|
|
4
6
|
};
|
|
7
|
+
export type ChipSize = Value<typeof CHIP_SIZES>;
|
|
5
8
|
export declare const CHIP_COLORS: {
|
|
6
9
|
readonly PRIMARY: "primary";
|
|
7
10
|
readonly PRIMARY_STRONG: "primaryStrong";
|
|
@@ -13,11 +16,15 @@ export declare const CHIP_COLORS: {
|
|
|
13
16
|
readonly WARNING: "warning";
|
|
14
17
|
readonly INFO: "info";
|
|
15
18
|
};
|
|
19
|
+
export declare const CHIP_DEFAULT_COLOR: "neutral";
|
|
20
|
+
export type ChipColor = Value<typeof CHIP_COLORS>;
|
|
16
21
|
export declare const CHIP_STATES: {
|
|
17
22
|
readonly DEFAULT: "default";
|
|
18
23
|
readonly DISABLED: "disabled";
|
|
19
24
|
};
|
|
25
|
+
export type ChipState = Value<typeof CHIP_STATES>;
|
|
20
26
|
export declare const CHIP_RADIUSES: {
|
|
21
27
|
readonly CAPSULE: "capsule";
|
|
22
28
|
readonly ROUNDED: "rounded";
|
|
23
29
|
};
|
|
30
|
+
export type ChipRadius = Value<typeof CHIP_RADIUSES>;
|
|
@@ -1,7 +1,7 @@
|
|
|
1
1
|
import { Value } from '../../utils/type.utils';
|
|
2
2
|
import { BUTTON_ELEVATIONS } from '../Buttons/Button';
|
|
3
3
|
import { ICON_BUTTON_COLORS, ICON_BUTTON_STATES } from '../Buttons/IconButton';
|
|
4
|
-
import {
|
|
4
|
+
import { ChipColor, ChipRadius, ChipSize, ChipState } from './Chip.consts';
|
|
5
5
|
|
|
6
6
|
declare const _default: import('vue').DefineComponent<import('vue').ExtractPropTypes<{
|
|
7
7
|
label: {
|
|
@@ -20,17 +20,17 @@ declare const _default: import('vue').DefineComponent<import('vue').ExtractPropT
|
|
|
20
20
|
radius: {
|
|
21
21
|
type: StringConstructor;
|
|
22
22
|
default: "capsule";
|
|
23
|
-
validator(value:
|
|
23
|
+
validator(value: ChipRadius): boolean;
|
|
24
24
|
};
|
|
25
25
|
size: {
|
|
26
26
|
type: StringConstructor;
|
|
27
27
|
default: "small";
|
|
28
|
-
validator(size:
|
|
28
|
+
validator(size: ChipSize): boolean;
|
|
29
29
|
};
|
|
30
30
|
color: {
|
|
31
31
|
type: StringConstructor;
|
|
32
32
|
default: "neutral";
|
|
33
|
-
validator(color:
|
|
33
|
+
validator(color: ChipColor): boolean;
|
|
34
34
|
};
|
|
35
35
|
colorHex: {
|
|
36
36
|
type: StringConstructor;
|
|
@@ -39,7 +39,7 @@ declare const _default: import('vue').DefineComponent<import('vue').ExtractPropT
|
|
|
39
39
|
state: {
|
|
40
40
|
type: StringConstructor;
|
|
41
41
|
default: "default";
|
|
42
|
-
validator(value:
|
|
42
|
+
validator(value: ChipState): boolean;
|
|
43
43
|
};
|
|
44
44
|
isRemovable: {
|
|
45
45
|
type: BooleanConstructor;
|
|
@@ -328,17 +328,17 @@ declare const _default: import('vue').DefineComponent<import('vue').ExtractPropT
|
|
|
328
328
|
radius: {
|
|
329
329
|
type: StringConstructor;
|
|
330
330
|
default: "capsule";
|
|
331
|
-
validator(value:
|
|
331
|
+
validator(value: ChipRadius): boolean;
|
|
332
332
|
};
|
|
333
333
|
size: {
|
|
334
334
|
type: StringConstructor;
|
|
335
335
|
default: "small";
|
|
336
|
-
validator(size:
|
|
336
|
+
validator(size: ChipSize): boolean;
|
|
337
337
|
};
|
|
338
338
|
color: {
|
|
339
339
|
type: StringConstructor;
|
|
340
340
|
default: "neutral";
|
|
341
|
-
validator(color:
|
|
341
|
+
validator(color: ChipColor): boolean;
|
|
342
342
|
};
|
|
343
343
|
colorHex: {
|
|
344
344
|
type: StringConstructor;
|
|
@@ -347,7 +347,7 @@ declare const _default: import('vue').DefineComponent<import('vue').ExtractPropT
|
|
|
347
347
|
state: {
|
|
348
348
|
type: StringConstructor;
|
|
349
349
|
default: "default";
|
|
350
|
-
validator(value:
|
|
350
|
+
validator(value: ChipState): boolean;
|
|
351
351
|
};
|
|
352
352
|
isRemovable: {
|
|
353
353
|
type: BooleanConstructor;
|
|
@@ -378,7 +378,7 @@ declare const _default: import('vue').DefineComponent<import('vue').ExtractPropT
|
|
|
378
378
|
validator: (value: string) => boolean;
|
|
379
379
|
};
|
|
380
380
|
rotation: {
|
|
381
|
-
type: NumberConstructor;
|
|
381
|
+
type: (NumberConstructor | null)[];
|
|
382
382
|
default: null;
|
|
383
383
|
};
|
|
384
384
|
flippedVertical: {
|
|
@@ -412,7 +412,7 @@ declare const _default: import('vue').DefineComponent<import('vue').ExtractPropT
|
|
|
412
412
|
validator: (value: string) => boolean;
|
|
413
413
|
};
|
|
414
414
|
rotation: {
|
|
415
|
-
type: NumberConstructor;
|
|
415
|
+
type: (NumberConstructor | null)[];
|
|
416
416
|
default: null;
|
|
417
417
|
};
|
|
418
418
|
flippedVertical: {
|
|
@@ -432,7 +432,7 @@ declare const _default: import('vue').DefineComponent<import('vue').ExtractPropT
|
|
|
432
432
|
default: boolean;
|
|
433
433
|
};
|
|
434
434
|
}>> & Readonly<{}>, {
|
|
435
|
-
rotation: number;
|
|
435
|
+
rotation: number | null;
|
|
436
436
|
size: string;
|
|
437
437
|
flippedVertical: boolean;
|
|
438
438
|
flippedHorizontal: boolean;
|
|
@@ -445,17 +445,17 @@ declare const _default: import('vue').DefineComponent<import('vue').ExtractPropT
|
|
|
445
445
|
size: {
|
|
446
446
|
type: StringConstructor;
|
|
447
447
|
default: "large";
|
|
448
|
-
validator(value:
|
|
448
|
+
validator(value: import('../Buttons/IconButton').IconButtonSize): boolean;
|
|
449
449
|
};
|
|
450
450
|
radius: {
|
|
451
451
|
type: StringConstructor;
|
|
452
452
|
default: "capsule";
|
|
453
|
-
validator(value:
|
|
453
|
+
validator(value: import('../Buttons/Button').ButtonRadius): boolean;
|
|
454
454
|
};
|
|
455
455
|
type: {
|
|
456
456
|
type: StringConstructor;
|
|
457
457
|
default: "icon-only";
|
|
458
|
-
validator(value:
|
|
458
|
+
validator(value: import('../Buttons/IconButton').IconButtonType): boolean;
|
|
459
459
|
};
|
|
460
460
|
icon: {
|
|
461
461
|
type: ObjectConstructor;
|
|
@@ -465,17 +465,17 @@ declare const _default: import('vue').DefineComponent<import('vue').ExtractPropT
|
|
|
465
465
|
color: {
|
|
466
466
|
type: StringConstructor;
|
|
467
467
|
default: "primary";
|
|
468
|
-
validator(value:
|
|
468
|
+
validator(value: import('../Buttons/IconButton').IconButtonColor): boolean;
|
|
469
469
|
};
|
|
470
470
|
colorScheme: {
|
|
471
471
|
type: StringConstructor;
|
|
472
472
|
default: "all-in-color";
|
|
473
|
-
validator(value:
|
|
473
|
+
validator(value: import('../Buttons/IconButton').IconButtonColorScheme): boolean;
|
|
474
474
|
};
|
|
475
475
|
elevation: {
|
|
476
476
|
type: StringConstructor;
|
|
477
477
|
default: "none";
|
|
478
|
-
validator(value:
|
|
478
|
+
validator(value: import('../Buttons/Button').ButtonElevation): boolean;
|
|
479
479
|
};
|
|
480
480
|
touchable: {
|
|
481
481
|
type: BooleanConstructor;
|
|
@@ -765,24 +765,24 @@ declare const _default: import('vue').DefineComponent<import('vue').ExtractPropT
|
|
|
765
765
|
}, {
|
|
766
766
|
iconSize(): string;
|
|
767
767
|
buttonType(): string;
|
|
768
|
-
computedColor(): string |
|
|
768
|
+
computedColor(): string | undefined;
|
|
769
769
|
isButtonColor(): boolean;
|
|
770
770
|
colorClassName(): string;
|
|
771
771
|
}, {}, import('vue').ComponentOptionsMixin, import('vue').ComponentOptionsMixin, {}, string, import('vue').PublicProps, Readonly<import('vue').ExtractPropTypes<{
|
|
772
772
|
size: {
|
|
773
773
|
type: StringConstructor;
|
|
774
774
|
default: "large";
|
|
775
|
-
validator(value:
|
|
775
|
+
validator(value: import('../Buttons/IconButton').IconButtonSize): boolean;
|
|
776
776
|
};
|
|
777
777
|
radius: {
|
|
778
778
|
type: StringConstructor;
|
|
779
779
|
default: "capsule";
|
|
780
|
-
validator(value:
|
|
780
|
+
validator(value: import('../Buttons/Button').ButtonRadius): boolean;
|
|
781
781
|
};
|
|
782
782
|
type: {
|
|
783
783
|
type: StringConstructor;
|
|
784
784
|
default: "icon-only";
|
|
785
|
-
validator(value:
|
|
785
|
+
validator(value: import('../Buttons/IconButton').IconButtonType): boolean;
|
|
786
786
|
};
|
|
787
787
|
icon: {
|
|
788
788
|
type: ObjectConstructor;
|
|
@@ -792,17 +792,17 @@ declare const _default: import('vue').DefineComponent<import('vue').ExtractPropT
|
|
|
792
792
|
color: {
|
|
793
793
|
type: StringConstructor;
|
|
794
794
|
default: "primary";
|
|
795
|
-
validator(value:
|
|
795
|
+
validator(value: import('../Buttons/IconButton').IconButtonColor): boolean;
|
|
796
796
|
};
|
|
797
797
|
colorScheme: {
|
|
798
798
|
type: StringConstructor;
|
|
799
799
|
default: "all-in-color";
|
|
800
|
-
validator(value:
|
|
800
|
+
validator(value: import('../Buttons/IconButton').IconButtonColorScheme): boolean;
|
|
801
801
|
};
|
|
802
802
|
elevation: {
|
|
803
803
|
type: StringConstructor;
|
|
804
804
|
default: "none";
|
|
805
|
-
validator(value:
|
|
805
|
+
validator(value: import('../Buttons/Button').ButtonElevation): boolean;
|
|
806
806
|
};
|
|
807
807
|
touchable: {
|
|
808
808
|
type: BooleanConstructor;
|
|
@@ -835,7 +835,7 @@ declare const _default: import('vue').DefineComponent<import('vue').ExtractPropT
|
|
|
835
835
|
validator: (value: string) => boolean;
|
|
836
836
|
};
|
|
837
837
|
rotation: {
|
|
838
|
-
type: NumberConstructor;
|
|
838
|
+
type: (NumberConstructor | null)[];
|
|
839
839
|
default: null;
|
|
840
840
|
};
|
|
841
841
|
flippedVertical: {
|
|
@@ -869,7 +869,7 @@ declare const _default: import('vue').DefineComponent<import('vue').ExtractPropT
|
|
|
869
869
|
validator: (value: string) => boolean;
|
|
870
870
|
};
|
|
871
871
|
rotation: {
|
|
872
|
-
type: NumberConstructor;
|
|
872
|
+
type: (NumberConstructor | null)[];
|
|
873
873
|
default: null;
|
|
874
874
|
};
|
|
875
875
|
flippedVertical: {
|
|
@@ -889,7 +889,7 @@ declare const _default: import('vue').DefineComponent<import('vue').ExtractPropT
|
|
|
889
889
|
default: boolean;
|
|
890
890
|
};
|
|
891
891
|
}>> & Readonly<{}>, {
|
|
892
|
-
rotation: number;
|
|
892
|
+
rotation: number | null;
|
|
893
893
|
size: string;
|
|
894
894
|
flippedVertical: boolean;
|
|
895
895
|
flippedHorizontal: boolean;
|
|
@@ -910,7 +910,7 @@ declare const _default: import('vue').DefineComponent<import('vue').ExtractPropT
|
|
|
910
910
|
validator(value: Value<typeof import('../Buttons/Button').BUTTON_TYPES>): boolean;
|
|
911
911
|
};
|
|
912
912
|
color: {
|
|
913
|
-
type: StringConstructor;
|
|
913
|
+
type: (StringConstructor | null)[];
|
|
914
914
|
default: "primary";
|
|
915
915
|
validator(value: Value<typeof ICON_BUTTON_COLORS>): boolean;
|
|
916
916
|
};
|
|
@@ -1217,7 +1217,7 @@ declare const _default: import('vue').DefineComponent<import('vue').ExtractPropT
|
|
|
1217
1217
|
validator(value: Value<typeof import('../Buttons/Button').BUTTON_TYPES>): boolean;
|
|
1218
1218
|
};
|
|
1219
1219
|
color: {
|
|
1220
|
-
type: StringConstructor;
|
|
1220
|
+
type: (StringConstructor | null)[];
|
|
1221
1221
|
default: "primary";
|
|
1222
1222
|
validator(value: Value<typeof ICON_BUTTON_COLORS>): boolean;
|
|
1223
1223
|
};
|
|
@@ -1249,7 +1249,7 @@ declare const _default: import('vue').DefineComponent<import('vue').ExtractPropT
|
|
|
1249
1249
|
}>> & Readonly<{}>, {
|
|
1250
1250
|
size: string;
|
|
1251
1251
|
type: string;
|
|
1252
|
-
color: string;
|
|
1252
|
+
color: string | null;
|
|
1253
1253
|
elevation: string;
|
|
1254
1254
|
radius: string;
|
|
1255
1255
|
state: string;
|
|
@@ -1268,7 +1268,7 @@ declare const _default: import('vue').DefineComponent<import('vue').ExtractPropT
|
|
|
1268
1268
|
validator: (value: string) => boolean;
|
|
1269
1269
|
};
|
|
1270
1270
|
rotation: {
|
|
1271
|
-
type: NumberConstructor;
|
|
1271
|
+
type: (NumberConstructor | null)[];
|
|
1272
1272
|
default: null;
|
|
1273
1273
|
};
|
|
1274
1274
|
flippedVertical: {
|
|
@@ -1302,7 +1302,7 @@ declare const _default: import('vue').DefineComponent<import('vue').ExtractPropT
|
|
|
1302
1302
|
validator: (value: string) => boolean;
|
|
1303
1303
|
};
|
|
1304
1304
|
rotation: {
|
|
1305
|
-
type: NumberConstructor;
|
|
1305
|
+
type: (NumberConstructor | null)[];
|
|
1306
1306
|
default: null;
|
|
1307
1307
|
};
|
|
1308
1308
|
flippedVertical: {
|
|
@@ -1322,7 +1322,7 @@ declare const _default: import('vue').DefineComponent<import('vue').ExtractPropT
|
|
|
1322
1322
|
default: boolean;
|
|
1323
1323
|
};
|
|
1324
1324
|
}>> & Readonly<{}>, {
|
|
1325
|
-
rotation: number;
|
|
1325
|
+
rotation: number | null;
|
|
1326
1326
|
size: string;
|
|
1327
1327
|
flippedVertical: boolean;
|
|
1328
1328
|
flippedHorizontal: boolean;
|
|
@@ -357,7 +357,7 @@ declare const _default: import('vue').DefineComponent<import('vue').ExtractPropT
|
|
|
357
357
|
validator: (value: string) => boolean;
|
|
358
358
|
};
|
|
359
359
|
rotation: {
|
|
360
|
-
type: NumberConstructor;
|
|
360
|
+
type: (NumberConstructor | null)[];
|
|
361
361
|
default: null;
|
|
362
362
|
};
|
|
363
363
|
flippedVertical: {
|
|
@@ -391,7 +391,7 @@ declare const _default: import('vue').DefineComponent<import('vue').ExtractPropT
|
|
|
391
391
|
validator: (value: string) => boolean;
|
|
392
392
|
};
|
|
393
393
|
rotation: {
|
|
394
|
-
type: NumberConstructor;
|
|
394
|
+
type: (NumberConstructor | null)[];
|
|
395
395
|
default: null;
|
|
396
396
|
};
|
|
397
397
|
flippedVertical: {
|
|
@@ -411,7 +411,7 @@ declare const _default: import('vue').DefineComponent<import('vue').ExtractPropT
|
|
|
411
411
|
default: boolean;
|
|
412
412
|
};
|
|
413
413
|
}>> & Readonly<{}>, {
|
|
414
|
-
rotation: number;
|
|
414
|
+
rotation: number | null;
|
|
415
415
|
size: string;
|
|
416
416
|
flippedVertical: boolean;
|
|
417
417
|
flippedHorizontal: boolean;
|
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
import { PropType, Ref } from 'vue';
|
|
2
2
|
import { Instance as DatePickerInstance } from 'flatpickr/dist/types/instance';
|
|
3
|
-
import {
|
|
3
|
+
import { TileColor, TileState } from '../../Tile';
|
|
4
4
|
import { DatePickerCalendarPositions, DatePickerColors, DatePickerStates } from './DatePicker.consts';
|
|
5
5
|
|
|
6
6
|
declare const _default: import('vue').DefineComponent<{
|
|
@@ -578,6 +578,8 @@ declare const _default: import('vue').DefineComponent<{
|
|
|
578
578
|
tileIcon(): any;
|
|
579
579
|
showErrorMessage(): boolean;
|
|
580
580
|
showHelpMessage(): boolean;
|
|
581
|
+
tileState(): TileState;
|
|
582
|
+
tileColor(): TileColor;
|
|
581
583
|
}, {
|
|
582
584
|
bindFlatpickrInstance(): Promise<void>;
|
|
583
585
|
toggle(): Promise<void>;
|
|
@@ -648,18 +650,18 @@ declare const _default: import('vue').DefineComponent<{
|
|
|
648
650
|
default: null;
|
|
649
651
|
};
|
|
650
652
|
color: {
|
|
651
|
-
type: PropType<
|
|
653
|
+
type: PropType<TileColor>;
|
|
652
654
|
default: "neutral";
|
|
653
|
-
validator(color:
|
|
655
|
+
validator(color: TileColor): boolean;
|
|
654
656
|
};
|
|
655
657
|
isEyebrowTextUppercase: {
|
|
656
658
|
type: BooleanConstructor;
|
|
657
659
|
default: boolean;
|
|
658
660
|
};
|
|
659
661
|
state: {
|
|
660
|
-
type: PropType<
|
|
662
|
+
type: PropType<TileState>;
|
|
661
663
|
default: "default";
|
|
662
|
-
validator(value:
|
|
664
|
+
validator(value: TileState): boolean;
|
|
663
665
|
};
|
|
664
666
|
eyebrowEllipsis: {
|
|
665
667
|
type: BooleanConstructor;
|
|
@@ -674,9 +676,9 @@ declare const _default: import('vue').DefineComponent<{
|
|
|
674
676
|
default: null;
|
|
675
677
|
};
|
|
676
678
|
additionalTextMaxWidth: {
|
|
677
|
-
type: PropType<import('../../Tile').
|
|
679
|
+
type: PropType<import('../../Tile').TileAdditionalTextMaxWidth>;
|
|
678
680
|
default: "small";
|
|
679
|
-
validator(value: import('../../Tile').
|
|
681
|
+
validator(value: import('../../Tile').TileAdditionalTextMaxWidth): boolean;
|
|
680
682
|
};
|
|
681
683
|
}>, {}, {
|
|
682
684
|
ICONS: Readonly<{
|
|
@@ -951,18 +953,18 @@ declare const _default: import('vue').DefineComponent<{
|
|
|
951
953
|
default: null;
|
|
952
954
|
};
|
|
953
955
|
color: {
|
|
954
|
-
type: PropType<
|
|
956
|
+
type: PropType<TileColor>;
|
|
955
957
|
default: "neutral";
|
|
956
|
-
validator(color:
|
|
958
|
+
validator(color: TileColor): boolean;
|
|
957
959
|
};
|
|
958
960
|
isEyebrowTextUppercase: {
|
|
959
961
|
type: BooleanConstructor;
|
|
960
962
|
default: boolean;
|
|
961
963
|
};
|
|
962
964
|
state: {
|
|
963
|
-
type: PropType<
|
|
965
|
+
type: PropType<TileState>;
|
|
964
966
|
default: "default";
|
|
965
|
-
validator(value:
|
|
967
|
+
validator(value: TileState): boolean;
|
|
966
968
|
};
|
|
967
969
|
eyebrowEllipsis: {
|
|
968
970
|
type: BooleanConstructor;
|
|
@@ -977,13 +979,13 @@ declare const _default: import('vue').DefineComponent<{
|
|
|
977
979
|
default: null;
|
|
978
980
|
};
|
|
979
981
|
additionalTextMaxWidth: {
|
|
980
|
-
type: PropType<import('../../Tile').
|
|
982
|
+
type: PropType<import('../../Tile').TileAdditionalTextMaxWidth>;
|
|
981
983
|
default: "small";
|
|
982
|
-
validator(value: import('../../Tile').
|
|
984
|
+
validator(value: import('../../Tile').TileAdditionalTextMaxWidth): boolean;
|
|
983
985
|
};
|
|
984
986
|
}>> & Readonly<{}>, {
|
|
985
|
-
color:
|
|
986
|
-
state:
|
|
987
|
+
color: TileColor;
|
|
988
|
+
state: TileState;
|
|
987
989
|
iconLeft: Record<string, any>;
|
|
988
990
|
iconRight: Record<string, any>;
|
|
989
991
|
borderColor: import('../../Tile').TileBorderColors;
|
|
@@ -994,7 +996,7 @@ declare const _default: import('vue').DefineComponent<{
|
|
|
994
996
|
isEyebrowTextUppercase: boolean;
|
|
995
997
|
eyebrowEllipsis: boolean;
|
|
996
998
|
textEllipsis: boolean;
|
|
997
|
-
additionalTextMaxWidth: import('../../Tile').
|
|
999
|
+
additionalTextMaxWidth: import('../../Tile').TileAdditionalTextMaxWidth;
|
|
998
1000
|
}, {}, {
|
|
999
1001
|
DsIcon: import('vue').DefineComponent<import('vue').ExtractPropTypes<{
|
|
1000
1002
|
icon: {
|
|
@@ -1008,7 +1010,7 @@ declare const _default: import('vue').DefineComponent<{
|
|
|
1008
1010
|
validator: (value: string) => boolean;
|
|
1009
1011
|
};
|
|
1010
1012
|
rotation: {
|
|
1011
|
-
type: NumberConstructor;
|
|
1013
|
+
type: (NumberConstructor | null)[];
|
|
1012
1014
|
default: null;
|
|
1013
1015
|
};
|
|
1014
1016
|
flippedVertical: {
|
|
@@ -1042,7 +1044,7 @@ declare const _default: import('vue').DefineComponent<{
|
|
|
1042
1044
|
validator: (value: string) => boolean;
|
|
1043
1045
|
};
|
|
1044
1046
|
rotation: {
|
|
1045
|
-
type: NumberConstructor;
|
|
1047
|
+
type: (NumberConstructor | null)[];
|
|
1046
1048
|
default: null;
|
|
1047
1049
|
};
|
|
1048
1050
|
flippedVertical: {
|
|
@@ -1062,7 +1064,7 @@ declare const _default: import('vue').DefineComponent<{
|
|
|
1062
1064
|
default: boolean;
|
|
1063
1065
|
};
|
|
1064
1066
|
}>> & Readonly<{}>, {
|
|
1065
|
-
rotation: number;
|
|
1067
|
+
rotation: number | null;
|
|
1066
1068
|
size: string;
|
|
1067
1069
|
flippedVertical: boolean;
|
|
1068
1070
|
flippedHorizontal: boolean;
|
|
@@ -1428,7 +1430,7 @@ declare const _default: import('vue').DefineComponent<{
|
|
|
1428
1430
|
validator: (value: string) => boolean;
|
|
1429
1431
|
};
|
|
1430
1432
|
rotation: {
|
|
1431
|
-
type: NumberConstructor;
|
|
1433
|
+
type: (NumberConstructor | null)[];
|
|
1432
1434
|
default: null;
|
|
1433
1435
|
};
|
|
1434
1436
|
flippedVertical: {
|
|
@@ -1462,7 +1464,7 @@ declare const _default: import('vue').DefineComponent<{
|
|
|
1462
1464
|
validator: (value: string) => boolean;
|
|
1463
1465
|
};
|
|
1464
1466
|
rotation: {
|
|
1465
|
-
type: NumberConstructor;
|
|
1467
|
+
type: (NumberConstructor | null)[];
|
|
1466
1468
|
default: null;
|
|
1467
1469
|
};
|
|
1468
1470
|
flippedVertical: {
|
|
@@ -1482,7 +1484,7 @@ declare const _default: import('vue').DefineComponent<{
|
|
|
1482
1484
|
default: boolean;
|
|
1483
1485
|
};
|
|
1484
1486
|
}>> & Readonly<{}>, {
|
|
1485
|
-
rotation: number;
|
|
1487
|
+
rotation: number | null;
|
|
1486
1488
|
size: string;
|
|
1487
1489
|
flippedVertical: boolean;
|
|
1488
1490
|
flippedHorizontal: boolean;
|
|
@@ -964,7 +964,7 @@ declare const _default: import('vue').DefineComponent<{
|
|
|
964
964
|
validator: (value: string) => boolean;
|
|
965
965
|
};
|
|
966
966
|
rotation: {
|
|
967
|
-
type: NumberConstructor;
|
|
967
|
+
type: (NumberConstructor | null)[];
|
|
968
968
|
default: null;
|
|
969
969
|
};
|
|
970
970
|
flippedVertical: {
|
|
@@ -998,7 +998,7 @@ declare const _default: import('vue').DefineComponent<{
|
|
|
998
998
|
validator: (value: string) => boolean;
|
|
999
999
|
};
|
|
1000
1000
|
rotation: {
|
|
1001
|
-
type: NumberConstructor;
|
|
1001
|
+
type: (NumberConstructor | null)[];
|
|
1002
1002
|
default: null;
|
|
1003
1003
|
};
|
|
1004
1004
|
flippedVertical: {
|
|
@@ -1018,7 +1018,7 @@ declare const _default: import('vue').DefineComponent<{
|
|
|
1018
1018
|
default: boolean;
|
|
1019
1019
|
};
|
|
1020
1020
|
}>> & Readonly<{}>, {
|
|
1021
|
-
rotation: number;
|
|
1021
|
+
rotation: number | null;
|
|
1022
1022
|
size: string;
|
|
1023
1023
|
flippedVertical: boolean;
|
|
1024
1024
|
flippedHorizontal: boolean;
|
|
@@ -5,7 +5,7 @@ declare const _default: import('vue').DefineComponent<import('vue').ExtractPropT
|
|
|
5
5
|
position: {
|
|
6
6
|
type: PropType<DrawerPosition>;
|
|
7
7
|
default: "right";
|
|
8
|
-
validator(position:
|
|
8
|
+
validator(position: DrawerPosition): boolean;
|
|
9
9
|
};
|
|
10
10
|
stickyHeader: {
|
|
11
11
|
type: BooleanConstructor;
|
|
@@ -21,7 +21,7 @@ declare const _default: import('vue').DefineComponent<import('vue').ExtractPropT
|
|
|
21
21
|
position: {
|
|
22
22
|
type: PropType<DrawerPosition>;
|
|
23
23
|
default: "right";
|
|
24
|
-
validator(position:
|
|
24
|
+
validator(position: DrawerPosition): boolean;
|
|
25
25
|
};
|
|
26
26
|
stickyHeader: {
|
|
27
27
|
type: BooleanConstructor;
|