@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,6 +1,6 @@
|
|
|
1
1
|
import { IconItem } from '../../Icons/Icon';
|
|
2
2
|
import { ICON_BUTTON_COLORS } from '../../Buttons/IconButton';
|
|
3
|
-
import { SectionHeaderIconColor } from '../../Headers/SectionHeader';
|
|
3
|
+
import { SectionHeaderIconColor, SectionHeaderSize } from '../../Headers/SectionHeader';
|
|
4
4
|
|
|
5
5
|
declare const _default: import('vue').DefineComponent<import('vue').ExtractPropTypes<{
|
|
6
6
|
isExpandable: {
|
|
@@ -38,7 +38,7 @@ declare const _default: import('vue').DefineComponent<import('vue').ExtractPropT
|
|
|
38
38
|
size: {
|
|
39
39
|
type: StringConstructor;
|
|
40
40
|
default: string;
|
|
41
|
-
validator(size:
|
|
41
|
+
validator(size: SectionHeaderSize): boolean;
|
|
42
42
|
};
|
|
43
43
|
title: {
|
|
44
44
|
type: StringConstructor;
|
|
@@ -337,7 +337,7 @@ declare const _default: import('vue').DefineComponent<import('vue').ExtractPropT
|
|
|
337
337
|
size: {
|
|
338
338
|
type: StringConstructor;
|
|
339
339
|
default: string;
|
|
340
|
-
validator(size:
|
|
340
|
+
validator(size: SectionHeaderSize): boolean;
|
|
341
341
|
};
|
|
342
342
|
title: {
|
|
343
343
|
type: StringConstructor;
|
|
@@ -417,7 +417,7 @@ declare const _default: import('vue').DefineComponent<import('vue').ExtractPropT
|
|
|
417
417
|
size: {
|
|
418
418
|
type: StringConstructor;
|
|
419
419
|
default: string;
|
|
420
|
-
validator(size:
|
|
420
|
+
validator(size: SectionHeaderSize): boolean;
|
|
421
421
|
};
|
|
422
422
|
title: {
|
|
423
423
|
type: StringConstructor;
|
|
@@ -442,7 +442,7 @@ declare const _default: import('vue').DefineComponent<import('vue').ExtractPropT
|
|
|
442
442
|
mobileLayout: {
|
|
443
443
|
type: StringConstructor;
|
|
444
444
|
default: "vertical";
|
|
445
|
-
validator: (value:
|
|
445
|
+
validator: (value: import('../../Headers/SectionHeader').SectionHeaderMobileLayout) => boolean;
|
|
446
446
|
};
|
|
447
447
|
}>, {}, {
|
|
448
448
|
ICONS: Readonly<{
|
|
@@ -744,7 +744,7 @@ declare const _default: import('vue').DefineComponent<import('vue').ExtractPropT
|
|
|
744
744
|
size: {
|
|
745
745
|
type: StringConstructor;
|
|
746
746
|
default: string;
|
|
747
|
-
validator(size:
|
|
747
|
+
validator(size: SectionHeaderSize): boolean;
|
|
748
748
|
};
|
|
749
749
|
title: {
|
|
750
750
|
type: StringConstructor;
|
|
@@ -769,7 +769,7 @@ declare const _default: import('vue').DefineComponent<import('vue').ExtractPropT
|
|
|
769
769
|
mobileLayout: {
|
|
770
770
|
type: StringConstructor;
|
|
771
771
|
default: "vertical";
|
|
772
|
-
validator: (value:
|
|
772
|
+
validator: (value: import('../../Headers/SectionHeader').SectionHeaderMobileLayout) => boolean;
|
|
773
773
|
};
|
|
774
774
|
}>> & Readonly<{
|
|
775
775
|
"onUpdate:isExpanded"?: ((...args: any[]) => any) | undefined;
|
|
@@ -802,7 +802,7 @@ declare const _default: import('vue').DefineComponent<import('vue').ExtractPropT
|
|
|
802
802
|
validator: (value: string) => boolean;
|
|
803
803
|
};
|
|
804
804
|
rotation: {
|
|
805
|
-
type: NumberConstructor;
|
|
805
|
+
type: (NumberConstructor | null)[];
|
|
806
806
|
default: null;
|
|
807
807
|
};
|
|
808
808
|
flippedVertical: {
|
|
@@ -836,7 +836,7 @@ declare const _default: import('vue').DefineComponent<import('vue').ExtractPropT
|
|
|
836
836
|
validator: (value: string) => boolean;
|
|
837
837
|
};
|
|
838
838
|
rotation: {
|
|
839
|
-
type: NumberConstructor;
|
|
839
|
+
type: (NumberConstructor | null)[];
|
|
840
840
|
default: null;
|
|
841
841
|
};
|
|
842
842
|
flippedVertical: {
|
|
@@ -856,7 +856,7 @@ declare const _default: import('vue').DefineComponent<import('vue').ExtractPropT
|
|
|
856
856
|
default: boolean;
|
|
857
857
|
};
|
|
858
858
|
}>> & Readonly<{}>, {
|
|
859
|
-
rotation: number;
|
|
859
|
+
rotation: number | null;
|
|
860
860
|
size: string;
|
|
861
861
|
flippedVertical: boolean;
|
|
862
862
|
flippedHorizontal: boolean;
|
|
@@ -869,17 +869,17 @@ declare const _default: import('vue').DefineComponent<import('vue').ExtractPropT
|
|
|
869
869
|
size: {
|
|
870
870
|
type: StringConstructor;
|
|
871
871
|
default: "large";
|
|
872
|
-
validator(value:
|
|
872
|
+
validator(value: import('../../Buttons/IconButton').IconButtonSize): boolean;
|
|
873
873
|
};
|
|
874
874
|
radius: {
|
|
875
875
|
type: StringConstructor;
|
|
876
876
|
default: "capsule";
|
|
877
|
-
validator(value:
|
|
877
|
+
validator(value: import('../../..').ButtonRadius): boolean;
|
|
878
878
|
};
|
|
879
879
|
type: {
|
|
880
880
|
type: StringConstructor;
|
|
881
881
|
default: "icon-only";
|
|
882
|
-
validator(value:
|
|
882
|
+
validator(value: import('../../Buttons/IconButton').IconButtonType): boolean;
|
|
883
883
|
};
|
|
884
884
|
icon: {
|
|
885
885
|
type: ObjectConstructor;
|
|
@@ -889,17 +889,17 @@ declare const _default: import('vue').DefineComponent<import('vue').ExtractPropT
|
|
|
889
889
|
color: {
|
|
890
890
|
type: StringConstructor;
|
|
891
891
|
default: "primary";
|
|
892
|
-
validator(value:
|
|
892
|
+
validator(value: import('../../Buttons/IconButton').IconButtonColor): boolean;
|
|
893
893
|
};
|
|
894
894
|
colorScheme: {
|
|
895
895
|
type: StringConstructor;
|
|
896
896
|
default: "all-in-color";
|
|
897
|
-
validator(value:
|
|
897
|
+
validator(value: import('../../Buttons/IconButton').IconButtonColorScheme): boolean;
|
|
898
898
|
};
|
|
899
899
|
elevation: {
|
|
900
900
|
type: StringConstructor;
|
|
901
901
|
default: "none";
|
|
902
|
-
validator(value:
|
|
902
|
+
validator(value: import('../../..').ButtonElevation): boolean;
|
|
903
903
|
};
|
|
904
904
|
touchable: {
|
|
905
905
|
type: BooleanConstructor;
|
|
@@ -1189,24 +1189,24 @@ declare const _default: import('vue').DefineComponent<import('vue').ExtractPropT
|
|
|
1189
1189
|
}, {
|
|
1190
1190
|
iconSize(): string;
|
|
1191
1191
|
buttonType(): string;
|
|
1192
|
-
computedColor(): string |
|
|
1192
|
+
computedColor(): string | undefined;
|
|
1193
1193
|
isButtonColor(): boolean;
|
|
1194
1194
|
colorClassName(): string;
|
|
1195
1195
|
}, {}, import('vue').ComponentOptionsMixin, import('vue').ComponentOptionsMixin, {}, string, import('vue').PublicProps, Readonly<import('vue').ExtractPropTypes<{
|
|
1196
1196
|
size: {
|
|
1197
1197
|
type: StringConstructor;
|
|
1198
1198
|
default: "large";
|
|
1199
|
-
validator(value:
|
|
1199
|
+
validator(value: import('../../Buttons/IconButton').IconButtonSize): boolean;
|
|
1200
1200
|
};
|
|
1201
1201
|
radius: {
|
|
1202
1202
|
type: StringConstructor;
|
|
1203
1203
|
default: "capsule";
|
|
1204
|
-
validator(value:
|
|
1204
|
+
validator(value: import('../../..').ButtonRadius): boolean;
|
|
1205
1205
|
};
|
|
1206
1206
|
type: {
|
|
1207
1207
|
type: StringConstructor;
|
|
1208
1208
|
default: "icon-only";
|
|
1209
|
-
validator(value:
|
|
1209
|
+
validator(value: import('../../Buttons/IconButton').IconButtonType): boolean;
|
|
1210
1210
|
};
|
|
1211
1211
|
icon: {
|
|
1212
1212
|
type: ObjectConstructor;
|
|
@@ -1216,17 +1216,17 @@ declare const _default: import('vue').DefineComponent<import('vue').ExtractPropT
|
|
|
1216
1216
|
color: {
|
|
1217
1217
|
type: StringConstructor;
|
|
1218
1218
|
default: "primary";
|
|
1219
|
-
validator(value:
|
|
1219
|
+
validator(value: import('../../Buttons/IconButton').IconButtonColor): boolean;
|
|
1220
1220
|
};
|
|
1221
1221
|
colorScheme: {
|
|
1222
1222
|
type: StringConstructor;
|
|
1223
1223
|
default: "all-in-color";
|
|
1224
|
-
validator(value:
|
|
1224
|
+
validator(value: import('../../Buttons/IconButton').IconButtonColorScheme): boolean;
|
|
1225
1225
|
};
|
|
1226
1226
|
elevation: {
|
|
1227
1227
|
type: StringConstructor;
|
|
1228
1228
|
default: "none";
|
|
1229
|
-
validator(value:
|
|
1229
|
+
validator(value: import('../../..').ButtonElevation): boolean;
|
|
1230
1230
|
};
|
|
1231
1231
|
touchable: {
|
|
1232
1232
|
type: BooleanConstructor;
|
|
@@ -1259,7 +1259,7 @@ declare const _default: import('vue').DefineComponent<import('vue').ExtractPropT
|
|
|
1259
1259
|
validator: (value: string) => boolean;
|
|
1260
1260
|
};
|
|
1261
1261
|
rotation: {
|
|
1262
|
-
type: NumberConstructor;
|
|
1262
|
+
type: (NumberConstructor | null)[];
|
|
1263
1263
|
default: null;
|
|
1264
1264
|
};
|
|
1265
1265
|
flippedVertical: {
|
|
@@ -1293,7 +1293,7 @@ declare const _default: import('vue').DefineComponent<import('vue').ExtractPropT
|
|
|
1293
1293
|
validator: (value: string) => boolean;
|
|
1294
1294
|
};
|
|
1295
1295
|
rotation: {
|
|
1296
|
-
type: NumberConstructor;
|
|
1296
|
+
type: (NumberConstructor | null)[];
|
|
1297
1297
|
default: null;
|
|
1298
1298
|
};
|
|
1299
1299
|
flippedVertical: {
|
|
@@ -1313,7 +1313,7 @@ declare const _default: import('vue').DefineComponent<import('vue').ExtractPropT
|
|
|
1313
1313
|
default: boolean;
|
|
1314
1314
|
};
|
|
1315
1315
|
}>> & Readonly<{}>, {
|
|
1316
|
-
rotation: number;
|
|
1316
|
+
rotation: number | null;
|
|
1317
1317
|
size: string;
|
|
1318
1318
|
flippedVertical: boolean;
|
|
1319
1319
|
flippedHorizontal: boolean;
|
|
@@ -1334,7 +1334,7 @@ declare const _default: import('vue').DefineComponent<import('vue').ExtractPropT
|
|
|
1334
1334
|
validator(value: import('../../../utils/type.utils').Value<typeof import('../../..').BUTTON_TYPES>): boolean;
|
|
1335
1335
|
};
|
|
1336
1336
|
color: {
|
|
1337
|
-
type: StringConstructor;
|
|
1337
|
+
type: (StringConstructor | null)[];
|
|
1338
1338
|
default: "primary";
|
|
1339
1339
|
validator(value: import('../../../utils/type.utils').Value<typeof ICON_BUTTON_COLORS>): boolean;
|
|
1340
1340
|
};
|
|
@@ -1641,7 +1641,7 @@ declare const _default: import('vue').DefineComponent<import('vue').ExtractPropT
|
|
|
1641
1641
|
validator(value: import('../../../utils/type.utils').Value<typeof import('../../..').BUTTON_TYPES>): boolean;
|
|
1642
1642
|
};
|
|
1643
1643
|
color: {
|
|
1644
|
-
type: StringConstructor;
|
|
1644
|
+
type: (StringConstructor | null)[];
|
|
1645
1645
|
default: "primary";
|
|
1646
1646
|
validator(value: import('../../../utils/type.utils').Value<typeof ICON_BUTTON_COLORS>): boolean;
|
|
1647
1647
|
};
|
|
@@ -1673,7 +1673,7 @@ declare const _default: import('vue').DefineComponent<import('vue').ExtractPropT
|
|
|
1673
1673
|
}>> & Readonly<{}>, {
|
|
1674
1674
|
size: string;
|
|
1675
1675
|
type: string;
|
|
1676
|
-
color: string;
|
|
1676
|
+
color: string | null;
|
|
1677
1677
|
elevation: string;
|
|
1678
1678
|
radius: string;
|
|
1679
1679
|
state: string;
|
|
@@ -1692,7 +1692,7 @@ declare const _default: import('vue').DefineComponent<import('vue').ExtractPropT
|
|
|
1692
1692
|
validator: (value: string) => boolean;
|
|
1693
1693
|
};
|
|
1694
1694
|
rotation: {
|
|
1695
|
-
type: NumberConstructor;
|
|
1695
|
+
type: (NumberConstructor | null)[];
|
|
1696
1696
|
default: null;
|
|
1697
1697
|
};
|
|
1698
1698
|
flippedVertical: {
|
|
@@ -1726,7 +1726,7 @@ declare const _default: import('vue').DefineComponent<import('vue').ExtractPropT
|
|
|
1726
1726
|
validator: (value: string) => boolean;
|
|
1727
1727
|
};
|
|
1728
1728
|
rotation: {
|
|
1729
|
-
type: NumberConstructor;
|
|
1729
|
+
type: (NumberConstructor | null)[];
|
|
1730
1730
|
default: null;
|
|
1731
1731
|
};
|
|
1732
1732
|
flippedVertical: {
|
|
@@ -1746,7 +1746,7 @@ declare const _default: import('vue').DefineComponent<import('vue').ExtractPropT
|
|
|
1746
1746
|
default: boolean;
|
|
1747
1747
|
};
|
|
1748
1748
|
}>> & Readonly<{}>, {
|
|
1749
|
-
rotation: number;
|
|
1749
|
+
rotation: number | null;
|
|
1750
1750
|
size: string;
|
|
1751
1751
|
flippedVertical: boolean;
|
|
1752
1752
|
flippedHorizontal: boolean;
|
|
@@ -30,18 +30,18 @@ declare const _default: import('vue').DefineComponent<import('vue').ExtractPropT
|
|
|
30
30
|
default: null;
|
|
31
31
|
};
|
|
32
32
|
color: {
|
|
33
|
-
type: import('vue').PropType<import('../../Tile').
|
|
33
|
+
type: import('vue').PropType<import('../../Tile').TileColor>;
|
|
34
34
|
default: "neutral";
|
|
35
|
-
validator(color:
|
|
35
|
+
validator(color: import('../../Tile').TileColor): boolean;
|
|
36
36
|
};
|
|
37
37
|
isEyebrowTextUppercase: {
|
|
38
38
|
type: BooleanConstructor;
|
|
39
39
|
default: boolean;
|
|
40
40
|
};
|
|
41
41
|
state: {
|
|
42
|
-
type: import('vue').PropType<import('../../Tile').
|
|
42
|
+
type: import('vue').PropType<import('../../Tile').TileState>;
|
|
43
43
|
default: "default";
|
|
44
|
-
validator(value: import('
|
|
44
|
+
validator(value: import('../../Tile').TileState): boolean;
|
|
45
45
|
};
|
|
46
46
|
eyebrowEllipsis: {
|
|
47
47
|
type: BooleanConstructor;
|
|
@@ -56,9 +56,9 @@ declare const _default: import('vue').DefineComponent<import('vue').ExtractPropT
|
|
|
56
56
|
default: null;
|
|
57
57
|
};
|
|
58
58
|
additionalTextMaxWidth: {
|
|
59
|
-
type: import('vue').PropType<import('../../Tile').
|
|
59
|
+
type: import('vue').PropType<import('../../Tile').TileAdditionalTextMaxWidth>;
|
|
60
60
|
default: "small";
|
|
61
|
-
validator(value: import('../../Tile').
|
|
61
|
+
validator(value: import('../../Tile').TileAdditionalTextMaxWidth): boolean;
|
|
62
62
|
};
|
|
63
63
|
}>, {}, {}, {}, {}, import('vue').ComponentOptionsMixin, import('vue').ComponentOptionsMixin, {
|
|
64
64
|
click: () => true;
|
|
@@ -94,18 +94,18 @@ declare const _default: import('vue').DefineComponent<import('vue').ExtractPropT
|
|
|
94
94
|
default: null;
|
|
95
95
|
};
|
|
96
96
|
color: {
|
|
97
|
-
type: import('vue').PropType<import('../../Tile').
|
|
97
|
+
type: import('vue').PropType<import('../../Tile').TileColor>;
|
|
98
98
|
default: "neutral";
|
|
99
|
-
validator(color:
|
|
99
|
+
validator(color: import('../../Tile').TileColor): boolean;
|
|
100
100
|
};
|
|
101
101
|
isEyebrowTextUppercase: {
|
|
102
102
|
type: BooleanConstructor;
|
|
103
103
|
default: boolean;
|
|
104
104
|
};
|
|
105
105
|
state: {
|
|
106
|
-
type: import('vue').PropType<import('../../Tile').
|
|
106
|
+
type: import('vue').PropType<import('../../Tile').TileState>;
|
|
107
107
|
default: "default";
|
|
108
|
-
validator(value: import('
|
|
108
|
+
validator(value: import('../../Tile').TileState): boolean;
|
|
109
109
|
};
|
|
110
110
|
eyebrowEllipsis: {
|
|
111
111
|
type: BooleanConstructor;
|
|
@@ -120,15 +120,15 @@ declare const _default: import('vue').DefineComponent<import('vue').ExtractPropT
|
|
|
120
120
|
default: null;
|
|
121
121
|
};
|
|
122
122
|
additionalTextMaxWidth: {
|
|
123
|
-
type: import('vue').PropType<import('../../Tile').
|
|
123
|
+
type: import('vue').PropType<import('../../Tile').TileAdditionalTextMaxWidth>;
|
|
124
124
|
default: "small";
|
|
125
|
-
validator(value: import('../../Tile').
|
|
125
|
+
validator(value: import('../../Tile').TileAdditionalTextMaxWidth): boolean;
|
|
126
126
|
};
|
|
127
127
|
}>> & Readonly<{
|
|
128
128
|
onClick?: (() => any) | undefined;
|
|
129
129
|
}>, {
|
|
130
|
-
color: import('../../Tile').
|
|
131
|
-
state: import('../../Tile').
|
|
130
|
+
color: import('../../Tile').TileColor;
|
|
131
|
+
state: import('../../Tile').TileState;
|
|
132
132
|
iconLeft: Record<string, any>;
|
|
133
133
|
iconRight: Record<string, any>;
|
|
134
134
|
borderColor: import('../../Tile').TileBorderColors;
|
|
@@ -139,7 +139,7 @@ declare const _default: import('vue').DefineComponent<import('vue').ExtractPropT
|
|
|
139
139
|
isEyebrowTextUppercase: boolean;
|
|
140
140
|
eyebrowEllipsis: boolean;
|
|
141
141
|
textEllipsis: boolean;
|
|
142
|
-
additionalTextMaxWidth: import('../../Tile').
|
|
142
|
+
additionalTextMaxWidth: import('../../Tile').TileAdditionalTextMaxWidth;
|
|
143
143
|
}, {}, {
|
|
144
144
|
DsTile: import('vue').DefineComponent<import('vue').ExtractPropTypes<{
|
|
145
145
|
interactive: {
|
|
@@ -173,18 +173,18 @@ declare const _default: import('vue').DefineComponent<import('vue').ExtractPropT
|
|
|
173
173
|
default: null;
|
|
174
174
|
};
|
|
175
175
|
color: {
|
|
176
|
-
type: import('vue').PropType<import('../../Tile').
|
|
176
|
+
type: import('vue').PropType<import('../../Tile').TileColor>;
|
|
177
177
|
default: "neutral";
|
|
178
|
-
validator(color:
|
|
178
|
+
validator(color: import('../../Tile').TileColor): boolean;
|
|
179
179
|
};
|
|
180
180
|
isEyebrowTextUppercase: {
|
|
181
181
|
type: BooleanConstructor;
|
|
182
182
|
default: boolean;
|
|
183
183
|
};
|
|
184
184
|
state: {
|
|
185
|
-
type: import('vue').PropType<import('../../Tile').
|
|
185
|
+
type: import('vue').PropType<import('../../Tile').TileState>;
|
|
186
186
|
default: "default";
|
|
187
|
-
validator(value: import('
|
|
187
|
+
validator(value: import('../../Tile').TileState): boolean;
|
|
188
188
|
};
|
|
189
189
|
eyebrowEllipsis: {
|
|
190
190
|
type: BooleanConstructor;
|
|
@@ -199,9 +199,9 @@ declare const _default: import('vue').DefineComponent<import('vue').ExtractPropT
|
|
|
199
199
|
default: null;
|
|
200
200
|
};
|
|
201
201
|
additionalTextMaxWidth: {
|
|
202
|
-
type: import('vue').PropType<import('../../Tile').
|
|
202
|
+
type: import('vue').PropType<import('../../Tile').TileAdditionalTextMaxWidth>;
|
|
203
203
|
default: "small";
|
|
204
|
-
validator(value: import('../../Tile').
|
|
204
|
+
validator(value: import('../../Tile').TileAdditionalTextMaxWidth): boolean;
|
|
205
205
|
};
|
|
206
206
|
}>, {}, {
|
|
207
207
|
ICONS: Readonly<{
|
|
@@ -476,18 +476,18 @@ declare const _default: import('vue').DefineComponent<import('vue').ExtractPropT
|
|
|
476
476
|
default: null;
|
|
477
477
|
};
|
|
478
478
|
color: {
|
|
479
|
-
type: import('vue').PropType<import('../../Tile').
|
|
479
|
+
type: import('vue').PropType<import('../../Tile').TileColor>;
|
|
480
480
|
default: "neutral";
|
|
481
|
-
validator(color:
|
|
481
|
+
validator(color: import('../../Tile').TileColor): boolean;
|
|
482
482
|
};
|
|
483
483
|
isEyebrowTextUppercase: {
|
|
484
484
|
type: BooleanConstructor;
|
|
485
485
|
default: boolean;
|
|
486
486
|
};
|
|
487
487
|
state: {
|
|
488
|
-
type: import('vue').PropType<import('../../Tile').
|
|
488
|
+
type: import('vue').PropType<import('../../Tile').TileState>;
|
|
489
489
|
default: "default";
|
|
490
|
-
validator(value: import('
|
|
490
|
+
validator(value: import('../../Tile').TileState): boolean;
|
|
491
491
|
};
|
|
492
492
|
eyebrowEllipsis: {
|
|
493
493
|
type: BooleanConstructor;
|
|
@@ -502,13 +502,13 @@ declare const _default: import('vue').DefineComponent<import('vue').ExtractPropT
|
|
|
502
502
|
default: null;
|
|
503
503
|
};
|
|
504
504
|
additionalTextMaxWidth: {
|
|
505
|
-
type: import('vue').PropType<import('../../Tile').
|
|
505
|
+
type: import('vue').PropType<import('../../Tile').TileAdditionalTextMaxWidth>;
|
|
506
506
|
default: "small";
|
|
507
|
-
validator(value: import('../../Tile').
|
|
507
|
+
validator(value: import('../../Tile').TileAdditionalTextMaxWidth): boolean;
|
|
508
508
|
};
|
|
509
509
|
}>> & Readonly<{}>, {
|
|
510
|
-
color: import('../../Tile').
|
|
511
|
-
state: import('../../Tile').
|
|
510
|
+
color: import('../../Tile').TileColor;
|
|
511
|
+
state: import('../../Tile').TileState;
|
|
512
512
|
iconLeft: Record<string, any>;
|
|
513
513
|
iconRight: Record<string, any>;
|
|
514
514
|
borderColor: import('../../Tile').TileBorderColors;
|
|
@@ -519,7 +519,7 @@ declare const _default: import('vue').DefineComponent<import('vue').ExtractPropT
|
|
|
519
519
|
isEyebrowTextUppercase: boolean;
|
|
520
520
|
eyebrowEllipsis: boolean;
|
|
521
521
|
textEllipsis: boolean;
|
|
522
|
-
additionalTextMaxWidth: import('../../Tile').
|
|
522
|
+
additionalTextMaxWidth: import('../../Tile').TileAdditionalTextMaxWidth;
|
|
523
523
|
}, {}, {
|
|
524
524
|
DsIcon: import('vue').DefineComponent<import('vue').ExtractPropTypes<{
|
|
525
525
|
icon: {
|
|
@@ -533,7 +533,7 @@ declare const _default: import('vue').DefineComponent<import('vue').ExtractPropT
|
|
|
533
533
|
validator: (value: string) => boolean;
|
|
534
534
|
};
|
|
535
535
|
rotation: {
|
|
536
|
-
type: NumberConstructor;
|
|
536
|
+
type: (NumberConstructor | null)[];
|
|
537
537
|
default: null;
|
|
538
538
|
};
|
|
539
539
|
flippedVertical: {
|
|
@@ -567,7 +567,7 @@ declare const _default: import('vue').DefineComponent<import('vue').ExtractPropT
|
|
|
567
567
|
validator: (value: string) => boolean;
|
|
568
568
|
};
|
|
569
569
|
rotation: {
|
|
570
|
-
type: NumberConstructor;
|
|
570
|
+
type: (NumberConstructor | null)[];
|
|
571
571
|
default: null;
|
|
572
572
|
};
|
|
573
573
|
flippedVertical: {
|
|
@@ -587,7 +587,7 @@ declare const _default: import('vue').DefineComponent<import('vue').ExtractPropT
|
|
|
587
587
|
default: boolean;
|
|
588
588
|
};
|
|
589
589
|
}>> & Readonly<{}>, {
|
|
590
|
-
rotation: number;
|
|
590
|
+
rotation: number | null;
|
|
591
591
|
size: string;
|
|
592
592
|
flippedVertical: boolean;
|
|
593
593
|
flippedHorizontal: boolean;
|
|
@@ -1,13 +1,18 @@
|
|
|
1
|
+
import { Value } from '../../utils/type.utils';
|
|
2
|
+
|
|
1
3
|
export declare const DROPDOWN_TRIGGER_ACTIONS: {
|
|
2
4
|
readonly CLICK: "click";
|
|
3
5
|
readonly HOVER: "hover";
|
|
4
6
|
};
|
|
7
|
+
export type DropdownTriggerAction = Value<typeof DROPDOWN_TRIGGER_ACTIONS>;
|
|
5
8
|
export declare const DROPDOWN_RADIUSES: {
|
|
6
9
|
readonly TOP: "top";
|
|
7
10
|
readonly BOTTOM: "bottom";
|
|
8
11
|
readonly BOTH: "both";
|
|
9
12
|
};
|
|
13
|
+
export type DropdownRadius = Value<typeof DROPDOWN_RADIUSES>;
|
|
10
14
|
export declare const DROPDOWN_PLACEMENTS: {
|
|
11
15
|
readonly BOTTOM_START: "bottom-start";
|
|
12
16
|
readonly BOTTOM_END: "bottom-end";
|
|
13
17
|
};
|
|
18
|
+
export type DropdownPlacement = Value<typeof DROPDOWN_PLACEMENTS>;
|
|
@@ -1,3 +1,4 @@
|
|
|
1
|
+
import { DropdownPlacement, DropdownRadius, DropdownTriggerAction } from './Dropdown.consts';
|
|
1
2
|
|
|
2
3
|
declare const _default: import('vue').DefineComponent<import('vue').ExtractPropTypes<{
|
|
3
4
|
boundariesSelector: {
|
|
@@ -15,17 +16,17 @@ declare const _default: import('vue').DefineComponent<import('vue').ExtractPropT
|
|
|
15
16
|
triggerAction: {
|
|
16
17
|
type: StringConstructor;
|
|
17
18
|
default: "click";
|
|
18
|
-
validator(triggerAction:
|
|
19
|
+
validator(triggerAction: DropdownTriggerAction): boolean;
|
|
19
20
|
};
|
|
20
21
|
radius: {
|
|
21
22
|
type: StringConstructor;
|
|
22
23
|
default: "both";
|
|
23
|
-
validate(radius:
|
|
24
|
+
validate(radius: DropdownRadius): boolean;
|
|
24
25
|
};
|
|
25
26
|
placement: {
|
|
26
27
|
type: StringConstructor;
|
|
27
28
|
default: "bottom-start";
|
|
28
|
-
validate(placement:
|
|
29
|
+
validate(placement: DropdownPlacement): boolean;
|
|
29
30
|
};
|
|
30
31
|
maxHeight: {
|
|
31
32
|
type: StringConstructor;
|
|
@@ -63,17 +64,17 @@ declare const _default: import('vue').DefineComponent<import('vue').ExtractPropT
|
|
|
63
64
|
triggerAction: {
|
|
64
65
|
type: StringConstructor;
|
|
65
66
|
default: "click";
|
|
66
|
-
validator(triggerAction:
|
|
67
|
+
validator(triggerAction: DropdownTriggerAction): boolean;
|
|
67
68
|
};
|
|
68
69
|
radius: {
|
|
69
70
|
type: StringConstructor;
|
|
70
71
|
default: "both";
|
|
71
|
-
validate(radius:
|
|
72
|
+
validate(radius: DropdownRadius): boolean;
|
|
72
73
|
};
|
|
73
74
|
placement: {
|
|
74
75
|
type: StringConstructor;
|
|
75
76
|
default: "bottom-start";
|
|
76
|
-
validate(placement:
|
|
77
|
+
validate(placement: DropdownPlacement): boolean;
|
|
77
78
|
};
|
|
78
79
|
maxHeight: {
|
|
79
80
|
type: StringConstructor;
|
|
@@ -5,7 +5,7 @@ declare const _default: import('vue').DefineComponent<import('vue').ExtractPropT
|
|
|
5
5
|
size: {
|
|
6
6
|
type: PropType<CheckboxSize>;
|
|
7
7
|
default: "small";
|
|
8
|
-
validator(size:
|
|
8
|
+
validator(size: CheckboxSize): boolean;
|
|
9
9
|
};
|
|
10
10
|
label: {
|
|
11
11
|
type: StringConstructor;
|
|
@@ -18,7 +18,7 @@ declare const _default: import('vue').DefineComponent<import('vue').ExtractPropT
|
|
|
18
18
|
state: {
|
|
19
19
|
type: PropType<CheckboxState>;
|
|
20
20
|
default: "default";
|
|
21
|
-
validator(state:
|
|
21
|
+
validator(state: CheckboxState): boolean;
|
|
22
22
|
};
|
|
23
23
|
}>, {}, {
|
|
24
24
|
SELECTION_CONTROL_TYPE: Readonly<{
|
|
@@ -247,7 +247,7 @@ declare const _default: import('vue').DefineComponent<import('vue').ExtractPropT
|
|
|
247
247
|
size: {
|
|
248
248
|
type: PropType<CheckboxSize>;
|
|
249
249
|
default: "small";
|
|
250
|
-
validator(size:
|
|
250
|
+
validator(size: CheckboxSize): boolean;
|
|
251
251
|
};
|
|
252
252
|
label: {
|
|
253
253
|
type: StringConstructor;
|
|
@@ -260,7 +260,7 @@ declare const _default: import('vue').DefineComponent<import('vue').ExtractPropT
|
|
|
260
260
|
state: {
|
|
261
261
|
type: PropType<CheckboxState>;
|
|
262
262
|
default: "default";
|
|
263
|
-
validator(state:
|
|
263
|
+
validator(state: CheckboxState): boolean;
|
|
264
264
|
};
|
|
265
265
|
}>> & Readonly<{
|
|
266
266
|
"onUpdate:is-selected"?: ((...args: any[]) => any) | undefined;
|
|
@@ -276,7 +276,7 @@ declare const _default: import('vue').DefineComponent<import('vue').ExtractPropT
|
|
|
276
276
|
size: {
|
|
277
277
|
type: PropType<import('../SelectionControl/SelectionControl.consts').SelectionControlSize>;
|
|
278
278
|
default: "small";
|
|
279
|
-
validator(size:
|
|
279
|
+
validator(size: import('../SelectionControl/SelectionControl.consts').SelectionControlSize): boolean;
|
|
280
280
|
};
|
|
281
281
|
label: {
|
|
282
282
|
type: StringConstructor;
|
|
@@ -289,7 +289,7 @@ declare const _default: import('vue').DefineComponent<import('vue').ExtractPropT
|
|
|
289
289
|
state: {
|
|
290
290
|
type: PropType<import('../SelectionControl/SelectionControl.consts').SelectionControlState>;
|
|
291
291
|
default: "default";
|
|
292
|
-
validator(state:
|
|
292
|
+
validator(state: import('../SelectionControl/SelectionControl.consts').SelectionControlState): boolean;
|
|
293
293
|
};
|
|
294
294
|
selectedIcon: {
|
|
295
295
|
type: ObjectConstructor;
|
|
@@ -304,7 +304,7 @@ declare const _default: import('vue').DefineComponent<import('vue').ExtractPropT
|
|
|
304
304
|
type: {
|
|
305
305
|
type: PropType<import('../SelectionControl/SelectionControl.consts').SelectionControlType>;
|
|
306
306
|
required: true;
|
|
307
|
-
validator(type:
|
|
307
|
+
validator(type: import('../SelectionControl/SelectionControl.consts').SelectionControlType): boolean;
|
|
308
308
|
};
|
|
309
309
|
}>, {}, {
|
|
310
310
|
isFocused: boolean;
|
|
@@ -328,7 +328,7 @@ declare const _default: import('vue').DefineComponent<import('vue').ExtractPropT
|
|
|
328
328
|
size: {
|
|
329
329
|
type: PropType<import('../SelectionControl/SelectionControl.consts').SelectionControlSize>;
|
|
330
330
|
default: "small";
|
|
331
|
-
validator(size:
|
|
331
|
+
validator(size: import('../SelectionControl/SelectionControl.consts').SelectionControlSize): boolean;
|
|
332
332
|
};
|
|
333
333
|
label: {
|
|
334
334
|
type: StringConstructor;
|
|
@@ -341,7 +341,7 @@ declare const _default: import('vue').DefineComponent<import('vue').ExtractPropT
|
|
|
341
341
|
state: {
|
|
342
342
|
type: PropType<import('../SelectionControl/SelectionControl.consts').SelectionControlState>;
|
|
343
343
|
default: "default";
|
|
344
|
-
validator(state:
|
|
344
|
+
validator(state: import('../SelectionControl/SelectionControl.consts').SelectionControlState): boolean;
|
|
345
345
|
};
|
|
346
346
|
selectedIcon: {
|
|
347
347
|
type: ObjectConstructor;
|
|
@@ -356,7 +356,7 @@ declare const _default: import('vue').DefineComponent<import('vue').ExtractPropT
|
|
|
356
356
|
type: {
|
|
357
357
|
type: PropType<import('../SelectionControl/SelectionControl.consts').SelectionControlType>;
|
|
358
358
|
required: true;
|
|
359
|
-
validator(type:
|
|
359
|
+
validator(type: import('../SelectionControl/SelectionControl.consts').SelectionControlType): boolean;
|
|
360
360
|
};
|
|
361
361
|
}>> & Readonly<{
|
|
362
362
|
"onUpdate:is-selected"?: ((...args: any[]) => any) | undefined;
|
|
@@ -380,7 +380,7 @@ declare const _default: import('vue').DefineComponent<import('vue').ExtractPropT
|
|
|
380
380
|
validator: (value: string) => boolean;
|
|
381
381
|
};
|
|
382
382
|
rotation: {
|
|
383
|
-
type: NumberConstructor;
|
|
383
|
+
type: (NumberConstructor | null)[];
|
|
384
384
|
default: null;
|
|
385
385
|
};
|
|
386
386
|
flippedVertical: {
|
|
@@ -414,7 +414,7 @@ declare const _default: import('vue').DefineComponent<import('vue').ExtractPropT
|
|
|
414
414
|
validator: (value: string) => boolean;
|
|
415
415
|
};
|
|
416
416
|
rotation: {
|
|
417
|
-
type: NumberConstructor;
|
|
417
|
+
type: (NumberConstructor | null)[];
|
|
418
418
|
default: null;
|
|
419
419
|
};
|
|
420
420
|
flippedVertical: {
|
|
@@ -434,7 +434,7 @@ declare const _default: import('vue').DefineComponent<import('vue').ExtractPropT
|
|
|
434
434
|
default: boolean;
|
|
435
435
|
};
|
|
436
436
|
}>> & Readonly<{}>, {
|
|
437
|
-
rotation: number;
|
|
437
|
+
rotation: number | null;
|
|
438
438
|
size: string;
|
|
439
439
|
flippedVertical: boolean;
|
|
440
440
|
flippedHorizontal: boolean;
|