@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,4 +1,4 @@
|
|
|
1
|
-
import { BUTTON_ELEVATIONS, BUTTON_STATES, BUTTON_TYPES } from '../../Buttons/Button';
|
|
1
|
+
import { BUTTON_ELEVATIONS, BUTTON_STATES, BUTTON_TYPES, ButtonState } from '../../Buttons/Button';
|
|
2
2
|
import { ICON_BUTTON_COLORS } from '../../Buttons/IconButton';
|
|
3
3
|
|
|
4
4
|
declare const _default: import('vue').DefineComponent<import('vue').ExtractPropTypes<{
|
|
@@ -54,7 +54,7 @@ declare const _default: import('vue').DefineComponent<import('vue').ExtractPropT
|
|
|
54
54
|
footerPrimaryButtonState: {
|
|
55
55
|
type: StringConstructor;
|
|
56
56
|
default: "default";
|
|
57
|
-
validator(state:
|
|
57
|
+
validator(state: ButtonState): boolean;
|
|
58
58
|
};
|
|
59
59
|
footerSecondaryButtonText: {
|
|
60
60
|
type: StringConstructor;
|
|
@@ -68,7 +68,7 @@ declare const _default: import('vue').DefineComponent<import('vue').ExtractPropT
|
|
|
68
68
|
footerSecondaryButtonState: {
|
|
69
69
|
type: StringConstructor;
|
|
70
70
|
default: "default";
|
|
71
|
-
validator(state:
|
|
71
|
+
validator(state: ButtonState): boolean;
|
|
72
72
|
};
|
|
73
73
|
footerTertiaryButtonText: {
|
|
74
74
|
type: StringConstructor;
|
|
@@ -82,7 +82,7 @@ declare const _default: import('vue').DefineComponent<import('vue').ExtractPropT
|
|
|
82
82
|
footerTertiaryButtonState: {
|
|
83
83
|
type: StringConstructor;
|
|
84
84
|
default: "default";
|
|
85
|
-
validator(state:
|
|
85
|
+
validator(state: ButtonState): boolean;
|
|
86
86
|
};
|
|
87
87
|
footerCheckboxText: {
|
|
88
88
|
type: StringConstructor;
|
|
@@ -418,7 +418,7 @@ declare const _default: import('vue').DefineComponent<import('vue').ExtractPropT
|
|
|
418
418
|
footerPrimaryButtonState: {
|
|
419
419
|
type: StringConstructor;
|
|
420
420
|
default: "default";
|
|
421
|
-
validator(state:
|
|
421
|
+
validator(state: ButtonState): boolean;
|
|
422
422
|
};
|
|
423
423
|
footerSecondaryButtonText: {
|
|
424
424
|
type: StringConstructor;
|
|
@@ -432,7 +432,7 @@ declare const _default: import('vue').DefineComponent<import('vue').ExtractPropT
|
|
|
432
432
|
footerSecondaryButtonState: {
|
|
433
433
|
type: StringConstructor;
|
|
434
434
|
default: "default";
|
|
435
|
-
validator(state:
|
|
435
|
+
validator(state: ButtonState): boolean;
|
|
436
436
|
};
|
|
437
437
|
footerTertiaryButtonText: {
|
|
438
438
|
type: StringConstructor;
|
|
@@ -446,7 +446,7 @@ declare const _default: import('vue').DefineComponent<import('vue').ExtractPropT
|
|
|
446
446
|
footerTertiaryButtonState: {
|
|
447
447
|
type: StringConstructor;
|
|
448
448
|
default: "default";
|
|
449
|
-
validator(state:
|
|
449
|
+
validator(state: ButtonState): boolean;
|
|
450
450
|
};
|
|
451
451
|
footerCheckboxText: {
|
|
452
452
|
type: StringConstructor;
|
|
@@ -554,7 +554,7 @@ declare const _default: import('vue').DefineComponent<import('vue').ExtractPropT
|
|
|
554
554
|
validator: (value: string) => boolean;
|
|
555
555
|
};
|
|
556
556
|
rotation: {
|
|
557
|
-
type: NumberConstructor;
|
|
557
|
+
type: (NumberConstructor | null)[];
|
|
558
558
|
default: null;
|
|
559
559
|
};
|
|
560
560
|
flippedVertical: {
|
|
@@ -588,7 +588,7 @@ declare const _default: import('vue').DefineComponent<import('vue').ExtractPropT
|
|
|
588
588
|
validator: (value: string) => boolean;
|
|
589
589
|
};
|
|
590
590
|
rotation: {
|
|
591
|
-
type: NumberConstructor;
|
|
591
|
+
type: (NumberConstructor | null)[];
|
|
592
592
|
default: null;
|
|
593
593
|
};
|
|
594
594
|
flippedVertical: {
|
|
@@ -608,7 +608,7 @@ declare const _default: import('vue').DefineComponent<import('vue').ExtractPropT
|
|
|
608
608
|
default: boolean;
|
|
609
609
|
};
|
|
610
610
|
}>> & Readonly<{}>, {
|
|
611
|
-
rotation: number;
|
|
611
|
+
rotation: number | null;
|
|
612
612
|
size: string;
|
|
613
613
|
flippedVertical: boolean;
|
|
614
614
|
flippedHorizontal: boolean;
|
|
@@ -630,7 +630,7 @@ declare const _default: import('vue').DefineComponent<import('vue').ExtractPropT
|
|
|
630
630
|
validator(value: import('../../../utils/type.utils').Value<typeof BUTTON_TYPES>): boolean;
|
|
631
631
|
};
|
|
632
632
|
color: {
|
|
633
|
-
type: StringConstructor;
|
|
633
|
+
type: (StringConstructor | null)[];
|
|
634
634
|
default: "primary";
|
|
635
635
|
validator(value: import('../../../utils/type.utils').Value<typeof ICON_BUTTON_COLORS>): boolean;
|
|
636
636
|
};
|
|
@@ -937,7 +937,7 @@ declare const _default: import('vue').DefineComponent<import('vue').ExtractPropT
|
|
|
937
937
|
validator(value: import('../../../utils/type.utils').Value<typeof BUTTON_TYPES>): boolean;
|
|
938
938
|
};
|
|
939
939
|
color: {
|
|
940
|
-
type: StringConstructor;
|
|
940
|
+
type: (StringConstructor | null)[];
|
|
941
941
|
default: "primary";
|
|
942
942
|
validator(value: import('../../../utils/type.utils').Value<typeof ICON_BUTTON_COLORS>): boolean;
|
|
943
943
|
};
|
|
@@ -969,7 +969,7 @@ declare const _default: import('vue').DefineComponent<import('vue').ExtractPropT
|
|
|
969
969
|
}>> & Readonly<{}>, {
|
|
970
970
|
size: string;
|
|
971
971
|
type: string;
|
|
972
|
-
color: string;
|
|
972
|
+
color: string | null;
|
|
973
973
|
elevation: string;
|
|
974
974
|
radius: string;
|
|
975
975
|
state: string;
|
|
@@ -988,7 +988,7 @@ declare const _default: import('vue').DefineComponent<import('vue').ExtractPropT
|
|
|
988
988
|
validator: (value: string) => boolean;
|
|
989
989
|
};
|
|
990
990
|
rotation: {
|
|
991
|
-
type: NumberConstructor;
|
|
991
|
+
type: (NumberConstructor | null)[];
|
|
992
992
|
default: null;
|
|
993
993
|
};
|
|
994
994
|
flippedVertical: {
|
|
@@ -1022,7 +1022,7 @@ declare const _default: import('vue').DefineComponent<import('vue').ExtractPropT
|
|
|
1022
1022
|
validator: (value: string) => boolean;
|
|
1023
1023
|
};
|
|
1024
1024
|
rotation: {
|
|
1025
|
-
type: NumberConstructor;
|
|
1025
|
+
type: (NumberConstructor | null)[];
|
|
1026
1026
|
default: null;
|
|
1027
1027
|
};
|
|
1028
1028
|
flippedVertical: {
|
|
@@ -1042,7 +1042,7 @@ declare const _default: import('vue').DefineComponent<import('vue').ExtractPropT
|
|
|
1042
1042
|
default: boolean;
|
|
1043
1043
|
};
|
|
1044
1044
|
}>> & Readonly<{}>, {
|
|
1045
|
-
rotation: number;
|
|
1045
|
+
rotation: number | null;
|
|
1046
1046
|
size: string;
|
|
1047
1047
|
flippedVertical: boolean;
|
|
1048
1048
|
flippedHorizontal: boolean;
|
|
@@ -1056,17 +1056,17 @@ declare const _default: import('vue').DefineComponent<import('vue').ExtractPropT
|
|
|
1056
1056
|
size: {
|
|
1057
1057
|
type: StringConstructor;
|
|
1058
1058
|
default: "large";
|
|
1059
|
-
validator(value:
|
|
1059
|
+
validator(value: import('../../Buttons/IconButton').IconButtonSize): boolean;
|
|
1060
1060
|
};
|
|
1061
1061
|
radius: {
|
|
1062
1062
|
type: StringConstructor;
|
|
1063
1063
|
default: "capsule";
|
|
1064
|
-
validator(value:
|
|
1064
|
+
validator(value: import('../../Buttons/Button').ButtonRadius): boolean;
|
|
1065
1065
|
};
|
|
1066
1066
|
type: {
|
|
1067
1067
|
type: StringConstructor;
|
|
1068
1068
|
default: "icon-only";
|
|
1069
|
-
validator(value:
|
|
1069
|
+
validator(value: import('../../Buttons/IconButton').IconButtonType): boolean;
|
|
1070
1070
|
};
|
|
1071
1071
|
icon: {
|
|
1072
1072
|
type: ObjectConstructor;
|
|
@@ -1076,17 +1076,17 @@ declare const _default: import('vue').DefineComponent<import('vue').ExtractPropT
|
|
|
1076
1076
|
color: {
|
|
1077
1077
|
type: StringConstructor;
|
|
1078
1078
|
default: "primary";
|
|
1079
|
-
validator(value:
|
|
1079
|
+
validator(value: import('../../Buttons/IconButton').IconButtonColor): boolean;
|
|
1080
1080
|
};
|
|
1081
1081
|
colorScheme: {
|
|
1082
1082
|
type: StringConstructor;
|
|
1083
1083
|
default: "all-in-color";
|
|
1084
|
-
validator(value:
|
|
1084
|
+
validator(value: import('../../Buttons/IconButton').IconButtonColorScheme): boolean;
|
|
1085
1085
|
};
|
|
1086
1086
|
elevation: {
|
|
1087
1087
|
type: StringConstructor;
|
|
1088
1088
|
default: "none";
|
|
1089
|
-
validator(value:
|
|
1089
|
+
validator(value: import('../../Buttons/Button').ButtonElevation): boolean;
|
|
1090
1090
|
};
|
|
1091
1091
|
touchable: {
|
|
1092
1092
|
type: BooleanConstructor;
|
|
@@ -1376,24 +1376,24 @@ declare const _default: import('vue').DefineComponent<import('vue').ExtractPropT
|
|
|
1376
1376
|
}, {
|
|
1377
1377
|
iconSize(): string;
|
|
1378
1378
|
buttonType(): string;
|
|
1379
|
-
computedColor(): string |
|
|
1379
|
+
computedColor(): string | undefined;
|
|
1380
1380
|
isButtonColor(): boolean;
|
|
1381
1381
|
colorClassName(): string;
|
|
1382
1382
|
}, {}, import('vue').ComponentOptionsMixin, import('vue').ComponentOptionsMixin, {}, string, import('vue').PublicProps, Readonly<import('vue').ExtractPropTypes<{
|
|
1383
1383
|
size: {
|
|
1384
1384
|
type: StringConstructor;
|
|
1385
1385
|
default: "large";
|
|
1386
|
-
validator(value:
|
|
1386
|
+
validator(value: import('../../Buttons/IconButton').IconButtonSize): boolean;
|
|
1387
1387
|
};
|
|
1388
1388
|
radius: {
|
|
1389
1389
|
type: StringConstructor;
|
|
1390
1390
|
default: "capsule";
|
|
1391
|
-
validator(value:
|
|
1391
|
+
validator(value: import('../../Buttons/Button').ButtonRadius): boolean;
|
|
1392
1392
|
};
|
|
1393
1393
|
type: {
|
|
1394
1394
|
type: StringConstructor;
|
|
1395
1395
|
default: "icon-only";
|
|
1396
|
-
validator(value:
|
|
1396
|
+
validator(value: import('../../Buttons/IconButton').IconButtonType): boolean;
|
|
1397
1397
|
};
|
|
1398
1398
|
icon: {
|
|
1399
1399
|
type: ObjectConstructor;
|
|
@@ -1403,17 +1403,17 @@ declare const _default: import('vue').DefineComponent<import('vue').ExtractPropT
|
|
|
1403
1403
|
color: {
|
|
1404
1404
|
type: StringConstructor;
|
|
1405
1405
|
default: "primary";
|
|
1406
|
-
validator(value:
|
|
1406
|
+
validator(value: import('../../Buttons/IconButton').IconButtonColor): boolean;
|
|
1407
1407
|
};
|
|
1408
1408
|
colorScheme: {
|
|
1409
1409
|
type: StringConstructor;
|
|
1410
1410
|
default: "all-in-color";
|
|
1411
|
-
validator(value:
|
|
1411
|
+
validator(value: import('../../Buttons/IconButton').IconButtonColorScheme): boolean;
|
|
1412
1412
|
};
|
|
1413
1413
|
elevation: {
|
|
1414
1414
|
type: StringConstructor;
|
|
1415
1415
|
default: "none";
|
|
1416
|
-
validator(value:
|
|
1416
|
+
validator(value: import('../../Buttons/Button').ButtonElevation): boolean;
|
|
1417
1417
|
};
|
|
1418
1418
|
touchable: {
|
|
1419
1419
|
type: BooleanConstructor;
|
|
@@ -1446,7 +1446,7 @@ declare const _default: import('vue').DefineComponent<import('vue').ExtractPropT
|
|
|
1446
1446
|
validator: (value: string) => boolean;
|
|
1447
1447
|
};
|
|
1448
1448
|
rotation: {
|
|
1449
|
-
type: NumberConstructor;
|
|
1449
|
+
type: (NumberConstructor | null)[];
|
|
1450
1450
|
default: null;
|
|
1451
1451
|
};
|
|
1452
1452
|
flippedVertical: {
|
|
@@ -1480,7 +1480,7 @@ declare const _default: import('vue').DefineComponent<import('vue').ExtractPropT
|
|
|
1480
1480
|
validator: (value: string) => boolean;
|
|
1481
1481
|
};
|
|
1482
1482
|
rotation: {
|
|
1483
|
-
type: NumberConstructor;
|
|
1483
|
+
type: (NumberConstructor | null)[];
|
|
1484
1484
|
default: null;
|
|
1485
1485
|
};
|
|
1486
1486
|
flippedVertical: {
|
|
@@ -1500,7 +1500,7 @@ declare const _default: import('vue').DefineComponent<import('vue').ExtractPropT
|
|
|
1500
1500
|
default: boolean;
|
|
1501
1501
|
};
|
|
1502
1502
|
}>> & Readonly<{}>, {
|
|
1503
|
-
rotation: number;
|
|
1503
|
+
rotation: number | null;
|
|
1504
1504
|
size: string;
|
|
1505
1505
|
flippedVertical: boolean;
|
|
1506
1506
|
flippedHorizontal: boolean;
|
|
@@ -1521,7 +1521,7 @@ declare const _default: import('vue').DefineComponent<import('vue').ExtractPropT
|
|
|
1521
1521
|
validator(value: import('../../../utils/type.utils').Value<typeof BUTTON_TYPES>): boolean;
|
|
1522
1522
|
};
|
|
1523
1523
|
color: {
|
|
1524
|
-
type: StringConstructor;
|
|
1524
|
+
type: (StringConstructor | null)[];
|
|
1525
1525
|
default: "primary";
|
|
1526
1526
|
validator(value: import('../../../utils/type.utils').Value<typeof ICON_BUTTON_COLORS>): boolean;
|
|
1527
1527
|
};
|
|
@@ -1828,7 +1828,7 @@ declare const _default: import('vue').DefineComponent<import('vue').ExtractPropT
|
|
|
1828
1828
|
validator(value: import('../../../utils/type.utils').Value<typeof BUTTON_TYPES>): boolean;
|
|
1829
1829
|
};
|
|
1830
1830
|
color: {
|
|
1831
|
-
type: StringConstructor;
|
|
1831
|
+
type: (StringConstructor | null)[];
|
|
1832
1832
|
default: "primary";
|
|
1833
1833
|
validator(value: import('../../../utils/type.utils').Value<typeof ICON_BUTTON_COLORS>): boolean;
|
|
1834
1834
|
};
|
|
@@ -1860,7 +1860,7 @@ declare const _default: import('vue').DefineComponent<import('vue').ExtractPropT
|
|
|
1860
1860
|
}>> & Readonly<{}>, {
|
|
1861
1861
|
size: string;
|
|
1862
1862
|
type: string;
|
|
1863
|
-
color: string;
|
|
1863
|
+
color: string | null;
|
|
1864
1864
|
elevation: string;
|
|
1865
1865
|
radius: string;
|
|
1866
1866
|
state: string;
|
|
@@ -1879,7 +1879,7 @@ declare const _default: import('vue').DefineComponent<import('vue').ExtractPropT
|
|
|
1879
1879
|
validator: (value: string) => boolean;
|
|
1880
1880
|
};
|
|
1881
1881
|
rotation: {
|
|
1882
|
-
type: NumberConstructor;
|
|
1882
|
+
type: (NumberConstructor | null)[];
|
|
1883
1883
|
default: null;
|
|
1884
1884
|
};
|
|
1885
1885
|
flippedVertical: {
|
|
@@ -1913,7 +1913,7 @@ declare const _default: import('vue').DefineComponent<import('vue').ExtractPropT
|
|
|
1913
1913
|
validator: (value: string) => boolean;
|
|
1914
1914
|
};
|
|
1915
1915
|
rotation: {
|
|
1916
|
-
type: NumberConstructor;
|
|
1916
|
+
type: (NumberConstructor | null)[];
|
|
1917
1917
|
default: null;
|
|
1918
1918
|
};
|
|
1919
1919
|
flippedVertical: {
|
|
@@ -1933,7 +1933,7 @@ declare const _default: import('vue').DefineComponent<import('vue').ExtractPropT
|
|
|
1933
1933
|
default: boolean;
|
|
1934
1934
|
};
|
|
1935
1935
|
}>> & Readonly<{}>, {
|
|
1936
|
-
rotation: number;
|
|
1936
|
+
rotation: number | null;
|
|
1937
1937
|
size: string;
|
|
1938
1938
|
flippedVertical: boolean;
|
|
1939
1939
|
flippedHorizontal: boolean;
|
|
@@ -1,4 +1,4 @@
|
|
|
1
|
-
import { BUTTON_STATES } from '../../Buttons/Button';
|
|
1
|
+
import { BUTTON_STATES, ButtonState } from '../../Buttons/Button';
|
|
2
2
|
|
|
3
3
|
declare const _default: import('vue').DefineComponent<import('vue').ExtractPropTypes<{
|
|
4
4
|
danger: {
|
|
@@ -39,7 +39,7 @@ declare const _default: import('vue').DefineComponent<import('vue').ExtractPropT
|
|
|
39
39
|
footerPrimaryButtonState: {
|
|
40
40
|
type: StringConstructor;
|
|
41
41
|
default: "default";
|
|
42
|
-
validator(state:
|
|
42
|
+
validator(state: ButtonState): boolean;
|
|
43
43
|
};
|
|
44
44
|
footerSecondaryButtonText: {
|
|
45
45
|
type: StringConstructor;
|
|
@@ -53,7 +53,7 @@ declare const _default: import('vue').DefineComponent<import('vue').ExtractPropT
|
|
|
53
53
|
footerSecondaryButtonState: {
|
|
54
54
|
type: StringConstructor;
|
|
55
55
|
default: "default";
|
|
56
|
-
validator(state:
|
|
56
|
+
validator(state: ButtonState): boolean;
|
|
57
57
|
};
|
|
58
58
|
}>, {}, {
|
|
59
59
|
MODAL_SIZES: Readonly<{
|
|
@@ -103,7 +103,7 @@ declare const _default: import('vue').DefineComponent<import('vue').ExtractPropT
|
|
|
103
103
|
footerPrimaryButtonState: {
|
|
104
104
|
type: StringConstructor;
|
|
105
105
|
default: "default";
|
|
106
|
-
validator(state:
|
|
106
|
+
validator(state: ButtonState): boolean;
|
|
107
107
|
};
|
|
108
108
|
footerSecondaryButtonText: {
|
|
109
109
|
type: StringConstructor;
|
|
@@ -117,7 +117,7 @@ declare const _default: import('vue').DefineComponent<import('vue').ExtractPropT
|
|
|
117
117
|
footerSecondaryButtonState: {
|
|
118
118
|
type: StringConstructor;
|
|
119
119
|
default: "default";
|
|
120
|
-
validator(state:
|
|
120
|
+
validator(state: ButtonState): boolean;
|
|
121
121
|
};
|
|
122
122
|
}>> & Readonly<{
|
|
123
123
|
"onClose-modal"?: ((...args: any[]) => any) | undefined;
|
|
@@ -189,7 +189,7 @@ declare const _default: import('vue').DefineComponent<import('vue').ExtractPropT
|
|
|
189
189
|
footerPrimaryButtonState: {
|
|
190
190
|
type: StringConstructor;
|
|
191
191
|
default: "default";
|
|
192
|
-
validator(state:
|
|
192
|
+
validator(state: ButtonState): boolean;
|
|
193
193
|
};
|
|
194
194
|
footerSecondaryButtonText: {
|
|
195
195
|
type: StringConstructor;
|
|
@@ -203,7 +203,7 @@ declare const _default: import('vue').DefineComponent<import('vue').ExtractPropT
|
|
|
203
203
|
footerSecondaryButtonState: {
|
|
204
204
|
type: StringConstructor;
|
|
205
205
|
default: "default";
|
|
206
|
-
validator(state:
|
|
206
|
+
validator(state: ButtonState): boolean;
|
|
207
207
|
};
|
|
208
208
|
footerTertiaryButtonText: {
|
|
209
209
|
type: StringConstructor;
|
|
@@ -217,7 +217,7 @@ declare const _default: import('vue').DefineComponent<import('vue').ExtractPropT
|
|
|
217
217
|
footerTertiaryButtonState: {
|
|
218
218
|
type: StringConstructor;
|
|
219
219
|
default: "default";
|
|
220
|
-
validator(state:
|
|
220
|
+
validator(state: ButtonState): boolean;
|
|
221
221
|
};
|
|
222
222
|
footerCheckboxText: {
|
|
223
223
|
type: StringConstructor;
|
|
@@ -553,7 +553,7 @@ declare const _default: import('vue').DefineComponent<import('vue').ExtractPropT
|
|
|
553
553
|
footerPrimaryButtonState: {
|
|
554
554
|
type: StringConstructor;
|
|
555
555
|
default: "default";
|
|
556
|
-
validator(state:
|
|
556
|
+
validator(state: ButtonState): boolean;
|
|
557
557
|
};
|
|
558
558
|
footerSecondaryButtonText: {
|
|
559
559
|
type: StringConstructor;
|
|
@@ -567,7 +567,7 @@ declare const _default: import('vue').DefineComponent<import('vue').ExtractPropT
|
|
|
567
567
|
footerSecondaryButtonState: {
|
|
568
568
|
type: StringConstructor;
|
|
569
569
|
default: "default";
|
|
570
|
-
validator(state:
|
|
570
|
+
validator(state: ButtonState): boolean;
|
|
571
571
|
};
|
|
572
572
|
footerTertiaryButtonText: {
|
|
573
573
|
type: StringConstructor;
|
|
@@ -581,7 +581,7 @@ declare const _default: import('vue').DefineComponent<import('vue').ExtractPropT
|
|
|
581
581
|
footerTertiaryButtonState: {
|
|
582
582
|
type: StringConstructor;
|
|
583
583
|
default: "default";
|
|
584
|
-
validator(state:
|
|
584
|
+
validator(state: ButtonState): boolean;
|
|
585
585
|
};
|
|
586
586
|
footerCheckboxText: {
|
|
587
587
|
type: StringConstructor;
|
|
@@ -689,7 +689,7 @@ declare const _default: import('vue').DefineComponent<import('vue').ExtractPropT
|
|
|
689
689
|
validator: (value: string) => boolean;
|
|
690
690
|
};
|
|
691
691
|
rotation: {
|
|
692
|
-
type: NumberConstructor;
|
|
692
|
+
type: (NumberConstructor | null)[];
|
|
693
693
|
default: null;
|
|
694
694
|
};
|
|
695
695
|
flippedVertical: {
|
|
@@ -723,7 +723,7 @@ declare const _default: import('vue').DefineComponent<import('vue').ExtractPropT
|
|
|
723
723
|
validator: (value: string) => boolean;
|
|
724
724
|
};
|
|
725
725
|
rotation: {
|
|
726
|
-
type: NumberConstructor;
|
|
726
|
+
type: (NumberConstructor | null)[];
|
|
727
727
|
default: null;
|
|
728
728
|
};
|
|
729
729
|
flippedVertical: {
|
|
@@ -743,7 +743,7 @@ declare const _default: import('vue').DefineComponent<import('vue').ExtractPropT
|
|
|
743
743
|
default: boolean;
|
|
744
744
|
};
|
|
745
745
|
}>> & Readonly<{}>, {
|
|
746
|
-
rotation: number;
|
|
746
|
+
rotation: number | null;
|
|
747
747
|
size: string;
|
|
748
748
|
flippedVertical: boolean;
|
|
749
749
|
flippedHorizontal: boolean;
|
|
@@ -765,7 +765,7 @@ declare const _default: import('vue').DefineComponent<import('vue').ExtractPropT
|
|
|
765
765
|
validator(value: import('../../../utils/type.utils').Value<typeof import('../../Buttons/Button').BUTTON_TYPES>): boolean;
|
|
766
766
|
};
|
|
767
767
|
color: {
|
|
768
|
-
type: StringConstructor;
|
|
768
|
+
type: (StringConstructor | null)[];
|
|
769
769
|
default: "primary";
|
|
770
770
|
validator(value: import('../../../utils/type.utils').Value<typeof import('../../..').ICON_BUTTON_COLORS>): boolean;
|
|
771
771
|
};
|
|
@@ -1072,7 +1072,7 @@ declare const _default: import('vue').DefineComponent<import('vue').ExtractPropT
|
|
|
1072
1072
|
validator(value: import('../../../utils/type.utils').Value<typeof import('../../Buttons/Button').BUTTON_TYPES>): boolean;
|
|
1073
1073
|
};
|
|
1074
1074
|
color: {
|
|
1075
|
-
type: StringConstructor;
|
|
1075
|
+
type: (StringConstructor | null)[];
|
|
1076
1076
|
default: "primary";
|
|
1077
1077
|
validator(value: import('../../../utils/type.utils').Value<typeof import('../../..').ICON_BUTTON_COLORS>): boolean;
|
|
1078
1078
|
};
|
|
@@ -1104,7 +1104,7 @@ declare const _default: import('vue').DefineComponent<import('vue').ExtractPropT
|
|
|
1104
1104
|
}>> & Readonly<{}>, {
|
|
1105
1105
|
size: string;
|
|
1106
1106
|
type: string;
|
|
1107
|
-
color: string;
|
|
1107
|
+
color: string | null;
|
|
1108
1108
|
elevation: string;
|
|
1109
1109
|
radius: string;
|
|
1110
1110
|
state: string;
|
|
@@ -1123,7 +1123,7 @@ declare const _default: import('vue').DefineComponent<import('vue').ExtractPropT
|
|
|
1123
1123
|
validator: (value: string) => boolean;
|
|
1124
1124
|
};
|
|
1125
1125
|
rotation: {
|
|
1126
|
-
type: NumberConstructor;
|
|
1126
|
+
type: (NumberConstructor | null)[];
|
|
1127
1127
|
default: null;
|
|
1128
1128
|
};
|
|
1129
1129
|
flippedVertical: {
|
|
@@ -1157,7 +1157,7 @@ declare const _default: import('vue').DefineComponent<import('vue').ExtractPropT
|
|
|
1157
1157
|
validator: (value: string) => boolean;
|
|
1158
1158
|
};
|
|
1159
1159
|
rotation: {
|
|
1160
|
-
type: NumberConstructor;
|
|
1160
|
+
type: (NumberConstructor | null)[];
|
|
1161
1161
|
default: null;
|
|
1162
1162
|
};
|
|
1163
1163
|
flippedVertical: {
|
|
@@ -1177,7 +1177,7 @@ declare const _default: import('vue').DefineComponent<import('vue').ExtractPropT
|
|
|
1177
1177
|
default: boolean;
|
|
1178
1178
|
};
|
|
1179
1179
|
}>> & Readonly<{}>, {
|
|
1180
|
-
rotation: number;
|
|
1180
|
+
rotation: number | null;
|
|
1181
1181
|
size: string;
|
|
1182
1182
|
flippedVertical: boolean;
|
|
1183
1183
|
flippedHorizontal: boolean;
|
|
@@ -1191,17 +1191,17 @@ declare const _default: import('vue').DefineComponent<import('vue').ExtractPropT
|
|
|
1191
1191
|
size: {
|
|
1192
1192
|
type: StringConstructor;
|
|
1193
1193
|
default: "large";
|
|
1194
|
-
validator(value:
|
|
1194
|
+
validator(value: import('../../..').IconButtonSize): boolean;
|
|
1195
1195
|
};
|
|
1196
1196
|
radius: {
|
|
1197
1197
|
type: StringConstructor;
|
|
1198
1198
|
default: "capsule";
|
|
1199
|
-
validator(value:
|
|
1199
|
+
validator(value: import('../../Buttons/Button').ButtonRadius): boolean;
|
|
1200
1200
|
};
|
|
1201
1201
|
type: {
|
|
1202
1202
|
type: StringConstructor;
|
|
1203
1203
|
default: "icon-only";
|
|
1204
|
-
validator(value:
|
|
1204
|
+
validator(value: import('../../..').IconButtonType): boolean;
|
|
1205
1205
|
};
|
|
1206
1206
|
icon: {
|
|
1207
1207
|
type: ObjectConstructor;
|
|
@@ -1211,17 +1211,17 @@ declare const _default: import('vue').DefineComponent<import('vue').ExtractPropT
|
|
|
1211
1211
|
color: {
|
|
1212
1212
|
type: StringConstructor;
|
|
1213
1213
|
default: "primary";
|
|
1214
|
-
validator(value:
|
|
1214
|
+
validator(value: import('../../..').IconButtonColor): boolean;
|
|
1215
1215
|
};
|
|
1216
1216
|
colorScheme: {
|
|
1217
1217
|
type: StringConstructor;
|
|
1218
1218
|
default: "all-in-color";
|
|
1219
|
-
validator(value:
|
|
1219
|
+
validator(value: import('../../..').IconButtonColorScheme): boolean;
|
|
1220
1220
|
};
|
|
1221
1221
|
elevation: {
|
|
1222
1222
|
type: StringConstructor;
|
|
1223
1223
|
default: "none";
|
|
1224
|
-
validator(value:
|
|
1224
|
+
validator(value: import('../../Buttons/Button').ButtonElevation): boolean;
|
|
1225
1225
|
};
|
|
1226
1226
|
touchable: {
|
|
1227
1227
|
type: BooleanConstructor;
|
|
@@ -1511,24 +1511,24 @@ declare const _default: import('vue').DefineComponent<import('vue').ExtractPropT
|
|
|
1511
1511
|
}, {
|
|
1512
1512
|
iconSize(): string;
|
|
1513
1513
|
buttonType(): string;
|
|
1514
|
-
computedColor(): string |
|
|
1514
|
+
computedColor(): string | undefined;
|
|
1515
1515
|
isButtonColor(): boolean;
|
|
1516
1516
|
colorClassName(): string;
|
|
1517
1517
|
}, {}, import('vue').ComponentOptionsMixin, import('vue').ComponentOptionsMixin, {}, string, import('vue').PublicProps, Readonly<import('vue').ExtractPropTypes<{
|
|
1518
1518
|
size: {
|
|
1519
1519
|
type: StringConstructor;
|
|
1520
1520
|
default: "large";
|
|
1521
|
-
validator(value:
|
|
1521
|
+
validator(value: import('../../..').IconButtonSize): boolean;
|
|
1522
1522
|
};
|
|
1523
1523
|
radius: {
|
|
1524
1524
|
type: StringConstructor;
|
|
1525
1525
|
default: "capsule";
|
|
1526
|
-
validator(value:
|
|
1526
|
+
validator(value: import('../../Buttons/Button').ButtonRadius): boolean;
|
|
1527
1527
|
};
|
|
1528
1528
|
type: {
|
|
1529
1529
|
type: StringConstructor;
|
|
1530
1530
|
default: "icon-only";
|
|
1531
|
-
validator(value:
|
|
1531
|
+
validator(value: import('../../..').IconButtonType): boolean;
|
|
1532
1532
|
};
|
|
1533
1533
|
icon: {
|
|
1534
1534
|
type: ObjectConstructor;
|
|
@@ -1538,17 +1538,17 @@ declare const _default: import('vue').DefineComponent<import('vue').ExtractPropT
|
|
|
1538
1538
|
color: {
|
|
1539
1539
|
type: StringConstructor;
|
|
1540
1540
|
default: "primary";
|
|
1541
|
-
validator(value:
|
|
1541
|
+
validator(value: import('../../..').IconButtonColor): boolean;
|
|
1542
1542
|
};
|
|
1543
1543
|
colorScheme: {
|
|
1544
1544
|
type: StringConstructor;
|
|
1545
1545
|
default: "all-in-color";
|
|
1546
|
-
validator(value:
|
|
1546
|
+
validator(value: import('../../..').IconButtonColorScheme): boolean;
|
|
1547
1547
|
};
|
|
1548
1548
|
elevation: {
|
|
1549
1549
|
type: StringConstructor;
|
|
1550
1550
|
default: "none";
|
|
1551
|
-
validator(value:
|
|
1551
|
+
validator(value: import('../../Buttons/Button').ButtonElevation): boolean;
|
|
1552
1552
|
};
|
|
1553
1553
|
touchable: {
|
|
1554
1554
|
type: BooleanConstructor;
|
|
@@ -1581,7 +1581,7 @@ declare const _default: import('vue').DefineComponent<import('vue').ExtractPropT
|
|
|
1581
1581
|
validator: (value: string) => boolean;
|
|
1582
1582
|
};
|
|
1583
1583
|
rotation: {
|
|
1584
|
-
type: NumberConstructor;
|
|
1584
|
+
type: (NumberConstructor | null)[];
|
|
1585
1585
|
default: null;
|
|
1586
1586
|
};
|
|
1587
1587
|
flippedVertical: {
|
|
@@ -1615,7 +1615,7 @@ declare const _default: import('vue').DefineComponent<import('vue').ExtractPropT
|
|
|
1615
1615
|
validator: (value: string) => boolean;
|
|
1616
1616
|
};
|
|
1617
1617
|
rotation: {
|
|
1618
|
-
type: NumberConstructor;
|
|
1618
|
+
type: (NumberConstructor | null)[];
|
|
1619
1619
|
default: null;
|
|
1620
1620
|
};
|
|
1621
1621
|
flippedVertical: {
|
|
@@ -1635,7 +1635,7 @@ declare const _default: import('vue').DefineComponent<import('vue').ExtractPropT
|
|
|
1635
1635
|
default: boolean;
|
|
1636
1636
|
};
|
|
1637
1637
|
}>> & Readonly<{}>, {
|
|
1638
|
-
rotation: number;
|
|
1638
|
+
rotation: number | null;
|
|
1639
1639
|
size: string;
|
|
1640
1640
|
flippedVertical: boolean;
|
|
1641
1641
|
flippedHorizontal: boolean;
|
|
@@ -1656,7 +1656,7 @@ declare const _default: import('vue').DefineComponent<import('vue').ExtractPropT
|
|
|
1656
1656
|
validator(value: import('../../../utils/type.utils').Value<typeof import('../../Buttons/Button').BUTTON_TYPES>): boolean;
|
|
1657
1657
|
};
|
|
1658
1658
|
color: {
|
|
1659
|
-
type: StringConstructor;
|
|
1659
|
+
type: (StringConstructor | null)[];
|
|
1660
1660
|
default: "primary";
|
|
1661
1661
|
validator(value: import('../../../utils/type.utils').Value<typeof import('../../..').ICON_BUTTON_COLORS>): boolean;
|
|
1662
1662
|
};
|
|
@@ -1963,7 +1963,7 @@ declare const _default: import('vue').DefineComponent<import('vue').ExtractPropT
|
|
|
1963
1963
|
validator(value: import('../../../utils/type.utils').Value<typeof import('../../Buttons/Button').BUTTON_TYPES>): boolean;
|
|
1964
1964
|
};
|
|
1965
1965
|
color: {
|
|
1966
|
-
type: StringConstructor;
|
|
1966
|
+
type: (StringConstructor | null)[];
|
|
1967
1967
|
default: "primary";
|
|
1968
1968
|
validator(value: import('../../../utils/type.utils').Value<typeof import('../../..').ICON_BUTTON_COLORS>): boolean;
|
|
1969
1969
|
};
|
|
@@ -1995,7 +1995,7 @@ declare const _default: import('vue').DefineComponent<import('vue').ExtractPropT
|
|
|
1995
1995
|
}>> & Readonly<{}>, {
|
|
1996
1996
|
size: string;
|
|
1997
1997
|
type: string;
|
|
1998
|
-
color: string;
|
|
1998
|
+
color: string | null;
|
|
1999
1999
|
elevation: string;
|
|
2000
2000
|
radius: string;
|
|
2001
2001
|
state: string;
|
|
@@ -2014,7 +2014,7 @@ declare const _default: import('vue').DefineComponent<import('vue').ExtractPropT
|
|
|
2014
2014
|
validator: (value: string) => boolean;
|
|
2015
2015
|
};
|
|
2016
2016
|
rotation: {
|
|
2017
|
-
type: NumberConstructor;
|
|
2017
|
+
type: (NumberConstructor | null)[];
|
|
2018
2018
|
default: null;
|
|
2019
2019
|
};
|
|
2020
2020
|
flippedVertical: {
|
|
@@ -2048,7 +2048,7 @@ declare const _default: import('vue').DefineComponent<import('vue').ExtractPropT
|
|
|
2048
2048
|
validator: (value: string) => boolean;
|
|
2049
2049
|
};
|
|
2050
2050
|
rotation: {
|
|
2051
|
-
type: NumberConstructor;
|
|
2051
|
+
type: (NumberConstructor | null)[];
|
|
2052
2052
|
default: null;
|
|
2053
2053
|
};
|
|
2054
2054
|
flippedVertical: {
|
|
@@ -2068,7 +2068,7 @@ declare const _default: import('vue').DefineComponent<import('vue').ExtractPropT
|
|
|
2068
2068
|
default: boolean;
|
|
2069
2069
|
};
|
|
2070
2070
|
}>> & Readonly<{}>, {
|
|
2071
|
-
rotation: number;
|
|
2071
|
+
rotation: number | null;
|
|
2072
2072
|
size: string;
|
|
2073
2073
|
flippedVertical: boolean;
|
|
2074
2074
|
flippedHorizontal: boolean;
|
|
@@ -1,12 +1,17 @@
|
|
|
1
|
+
import { Value } from '../../../utils/type.utils';
|
|
2
|
+
|
|
1
3
|
export declare const OUTLINE_ITEM_SIZES: {
|
|
2
4
|
SMALL: string;
|
|
3
5
|
MEDIUM: string;
|
|
4
6
|
};
|
|
7
|
+
export type OutlineItemSize = Value<typeof OUTLINE_ITEM_SIZES>;
|
|
5
8
|
export declare const OUTLINE_ITEM_STATES: {
|
|
6
9
|
DEFAULT: string;
|
|
7
10
|
DISABLED: string;
|
|
8
11
|
};
|
|
12
|
+
export type OutlineItemState = Value<typeof OUTLINE_ITEM_STATES>;
|
|
9
13
|
export declare const OUTLINE_ITEM_BACKGROUND_COLORS: {
|
|
10
14
|
NEUTRAL_WEAK: string;
|
|
11
15
|
NEUTRAL: string;
|
|
12
16
|
};
|
|
17
|
+
export type OutlineItemBackgroundColor = Value<typeof OUTLINE_ITEM_BACKGROUND_COLORS>;
|