@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
package/dist/lib/js/components/SurveyQuestions/SurveyQuestionScale/SurveyQuestionScale.vue.d.ts
CHANGED
|
@@ -1,5 +1,6 @@
|
|
|
1
1
|
import { ICON_BUTTON_COLORS } from '../../Buttons/IconButton';
|
|
2
2
|
import { BUTTON_TYPES } from '../../Buttons/Button';
|
|
3
|
+
import { SurveyQuestionScaleContainer, SurveyQuestionState } from '../SurveyQuestion.consts';
|
|
3
4
|
import { SurveyQuestionScaleOption } from '../SurveyQuestion.domain';
|
|
4
5
|
|
|
5
6
|
declare const _default: import('vue').DefineComponent<import('vue').ExtractPropTypes<{
|
|
@@ -10,12 +11,12 @@ declare const _default: import('vue').DefineComponent<import('vue').ExtractPropT
|
|
|
10
11
|
state: {
|
|
11
12
|
type: StringConstructor;
|
|
12
13
|
default: "default";
|
|
13
|
-
validator(state:
|
|
14
|
+
validator(state: SurveyQuestionState): boolean;
|
|
14
15
|
};
|
|
15
16
|
scaleOptions: {
|
|
16
17
|
type: () => Array<SurveyQuestionScaleOption>;
|
|
17
18
|
required: true;
|
|
18
|
-
validator(scaleOptions:
|
|
19
|
+
validator(scaleOptions: Array<SurveyQuestionScaleOption>): boolean;
|
|
19
20
|
};
|
|
20
21
|
elaborationLabel: {
|
|
21
22
|
type: StringConstructor;
|
|
@@ -36,7 +37,7 @@ declare const _default: import('vue').DefineComponent<import('vue').ExtractPropT
|
|
|
36
37
|
containers: {
|
|
37
38
|
type: StringConstructor;
|
|
38
39
|
default: "two";
|
|
39
|
-
validator(containers:
|
|
40
|
+
validator(containers: SurveyQuestionScaleContainer): boolean;
|
|
40
41
|
};
|
|
41
42
|
}>, {}, {
|
|
42
43
|
showModal: boolean;
|
|
@@ -318,12 +319,12 @@ declare const _default: import('vue').DefineComponent<import('vue').ExtractPropT
|
|
|
318
319
|
state: {
|
|
319
320
|
type: StringConstructor;
|
|
320
321
|
default: "default";
|
|
321
|
-
validator(state:
|
|
322
|
+
validator(state: SurveyQuestionState): boolean;
|
|
322
323
|
};
|
|
323
324
|
scaleOptions: {
|
|
324
325
|
type: () => Array<SurveyQuestionScaleOption>;
|
|
325
326
|
required: true;
|
|
326
|
-
validator(scaleOptions:
|
|
327
|
+
validator(scaleOptions: Array<SurveyQuestionScaleOption>): boolean;
|
|
327
328
|
};
|
|
328
329
|
elaborationLabel: {
|
|
329
330
|
type: StringConstructor;
|
|
@@ -344,7 +345,7 @@ declare const _default: import('vue').DefineComponent<import('vue').ExtractPropT
|
|
|
344
345
|
containers: {
|
|
345
346
|
type: StringConstructor;
|
|
346
347
|
default: "two";
|
|
347
|
-
validator(containers:
|
|
348
|
+
validator(containers: SurveyQuestionScaleContainer): boolean;
|
|
348
349
|
};
|
|
349
350
|
}>> & Readonly<{
|
|
350
351
|
"onElaboration-change"?: ((...args: any[]) => any) | undefined;
|
|
@@ -567,17 +568,17 @@ declare const _default: import('vue').DefineComponent<import('vue').ExtractPropT
|
|
|
567
568
|
size: {
|
|
568
569
|
type: StringConstructor;
|
|
569
570
|
default: "large";
|
|
570
|
-
validator(value:
|
|
571
|
+
validator(value: import('../../Buttons/IconButton').IconButtonSize): boolean;
|
|
571
572
|
};
|
|
572
573
|
radius: {
|
|
573
574
|
type: StringConstructor;
|
|
574
575
|
default: "capsule";
|
|
575
|
-
validator(value:
|
|
576
|
+
validator(value: import('../../Buttons/Button').ButtonRadius): boolean;
|
|
576
577
|
};
|
|
577
578
|
type: {
|
|
578
579
|
type: StringConstructor;
|
|
579
580
|
default: "icon-only";
|
|
580
|
-
validator(value:
|
|
581
|
+
validator(value: import('../../Buttons/IconButton').IconButtonType): boolean;
|
|
581
582
|
};
|
|
582
583
|
icon: {
|
|
583
584
|
type: ObjectConstructor;
|
|
@@ -587,17 +588,17 @@ declare const _default: import('vue').DefineComponent<import('vue').ExtractPropT
|
|
|
587
588
|
color: {
|
|
588
589
|
type: StringConstructor;
|
|
589
590
|
default: "primary";
|
|
590
|
-
validator(value:
|
|
591
|
+
validator(value: import('../../Buttons/IconButton').IconButtonColor): boolean;
|
|
591
592
|
};
|
|
592
593
|
colorScheme: {
|
|
593
594
|
type: StringConstructor;
|
|
594
595
|
default: "all-in-color";
|
|
595
|
-
validator(value:
|
|
596
|
+
validator(value: import('../../Buttons/IconButton').IconButtonColorScheme): boolean;
|
|
596
597
|
};
|
|
597
598
|
elevation: {
|
|
598
599
|
type: StringConstructor;
|
|
599
600
|
default: "none";
|
|
600
|
-
validator(value:
|
|
601
|
+
validator(value: import('../../Buttons/Button').ButtonElevation): boolean;
|
|
601
602
|
};
|
|
602
603
|
touchable: {
|
|
603
604
|
type: BooleanConstructor;
|
|
@@ -887,24 +888,24 @@ declare const _default: import('vue').DefineComponent<import('vue').ExtractPropT
|
|
|
887
888
|
}, {
|
|
888
889
|
iconSize(): string;
|
|
889
890
|
buttonType(): string;
|
|
890
|
-
computedColor(): string |
|
|
891
|
+
computedColor(): string | undefined;
|
|
891
892
|
isButtonColor(): boolean;
|
|
892
893
|
colorClassName(): string;
|
|
893
894
|
}, {}, import('vue').ComponentOptionsMixin, import('vue').ComponentOptionsMixin, {}, string, import('vue').PublicProps, Readonly<import('vue').ExtractPropTypes<{
|
|
894
895
|
size: {
|
|
895
896
|
type: StringConstructor;
|
|
896
897
|
default: "large";
|
|
897
|
-
validator(value:
|
|
898
|
+
validator(value: import('../../Buttons/IconButton').IconButtonSize): boolean;
|
|
898
899
|
};
|
|
899
900
|
radius: {
|
|
900
901
|
type: StringConstructor;
|
|
901
902
|
default: "capsule";
|
|
902
|
-
validator(value:
|
|
903
|
+
validator(value: import('../../Buttons/Button').ButtonRadius): boolean;
|
|
903
904
|
};
|
|
904
905
|
type: {
|
|
905
906
|
type: StringConstructor;
|
|
906
907
|
default: "icon-only";
|
|
907
|
-
validator(value:
|
|
908
|
+
validator(value: import('../../Buttons/IconButton').IconButtonType): boolean;
|
|
908
909
|
};
|
|
909
910
|
icon: {
|
|
910
911
|
type: ObjectConstructor;
|
|
@@ -914,17 +915,17 @@ declare const _default: import('vue').DefineComponent<import('vue').ExtractPropT
|
|
|
914
915
|
color: {
|
|
915
916
|
type: StringConstructor;
|
|
916
917
|
default: "primary";
|
|
917
|
-
validator(value:
|
|
918
|
+
validator(value: import('../../Buttons/IconButton').IconButtonColor): boolean;
|
|
918
919
|
};
|
|
919
920
|
colorScheme: {
|
|
920
921
|
type: StringConstructor;
|
|
921
922
|
default: "all-in-color";
|
|
922
|
-
validator(value:
|
|
923
|
+
validator(value: import('../../Buttons/IconButton').IconButtonColorScheme): boolean;
|
|
923
924
|
};
|
|
924
925
|
elevation: {
|
|
925
926
|
type: StringConstructor;
|
|
926
927
|
default: "none";
|
|
927
|
-
validator(value:
|
|
928
|
+
validator(value: import('../../Buttons/Button').ButtonElevation): boolean;
|
|
928
929
|
};
|
|
929
930
|
touchable: {
|
|
930
931
|
type: BooleanConstructor;
|
|
@@ -957,7 +958,7 @@ declare const _default: import('vue').DefineComponent<import('vue').ExtractPropT
|
|
|
957
958
|
validator: (value: string) => boolean;
|
|
958
959
|
};
|
|
959
960
|
rotation: {
|
|
960
|
-
type: NumberConstructor;
|
|
961
|
+
type: (NumberConstructor | null)[];
|
|
961
962
|
default: null;
|
|
962
963
|
};
|
|
963
964
|
flippedVertical: {
|
|
@@ -991,7 +992,7 @@ declare const _default: import('vue').DefineComponent<import('vue').ExtractPropT
|
|
|
991
992
|
validator: (value: string) => boolean;
|
|
992
993
|
};
|
|
993
994
|
rotation: {
|
|
994
|
-
type: NumberConstructor;
|
|
995
|
+
type: (NumberConstructor | null)[];
|
|
995
996
|
default: null;
|
|
996
997
|
};
|
|
997
998
|
flippedVertical: {
|
|
@@ -1011,7 +1012,7 @@ declare const _default: import('vue').DefineComponent<import('vue').ExtractPropT
|
|
|
1011
1012
|
default: boolean;
|
|
1012
1013
|
};
|
|
1013
1014
|
}>> & Readonly<{}>, {
|
|
1014
|
-
rotation: number;
|
|
1015
|
+
rotation: number | null;
|
|
1015
1016
|
size: string;
|
|
1016
1017
|
flippedVertical: boolean;
|
|
1017
1018
|
flippedHorizontal: boolean;
|
|
@@ -1032,7 +1033,7 @@ declare const _default: import('vue').DefineComponent<import('vue').ExtractPropT
|
|
|
1032
1033
|
validator(value: import('../../../utils/type.utils').Value<typeof BUTTON_TYPES>): boolean;
|
|
1033
1034
|
};
|
|
1034
1035
|
color: {
|
|
1035
|
-
type: StringConstructor;
|
|
1036
|
+
type: (StringConstructor | null)[];
|
|
1036
1037
|
default: "primary";
|
|
1037
1038
|
validator(value: import('../../../utils/type.utils').Value<typeof ICON_BUTTON_COLORS>): boolean;
|
|
1038
1039
|
};
|
|
@@ -1339,7 +1340,7 @@ declare const _default: import('vue').DefineComponent<import('vue').ExtractPropT
|
|
|
1339
1340
|
validator(value: import('../../../utils/type.utils').Value<typeof BUTTON_TYPES>): boolean;
|
|
1340
1341
|
};
|
|
1341
1342
|
color: {
|
|
1342
|
-
type: StringConstructor;
|
|
1343
|
+
type: (StringConstructor | null)[];
|
|
1343
1344
|
default: "primary";
|
|
1344
1345
|
validator(value: import('../../../utils/type.utils').Value<typeof ICON_BUTTON_COLORS>): boolean;
|
|
1345
1346
|
};
|
|
@@ -1371,7 +1372,7 @@ declare const _default: import('vue').DefineComponent<import('vue').ExtractPropT
|
|
|
1371
1372
|
}>> & Readonly<{}>, {
|
|
1372
1373
|
size: string;
|
|
1373
1374
|
type: string;
|
|
1374
|
-
color: string;
|
|
1375
|
+
color: string | null;
|
|
1375
1376
|
elevation: string;
|
|
1376
1377
|
radius: string;
|
|
1377
1378
|
state: string;
|
|
@@ -1390,7 +1391,7 @@ declare const _default: import('vue').DefineComponent<import('vue').ExtractPropT
|
|
|
1390
1391
|
validator: (value: string) => boolean;
|
|
1391
1392
|
};
|
|
1392
1393
|
rotation: {
|
|
1393
|
-
type: NumberConstructor;
|
|
1394
|
+
type: (NumberConstructor | null)[];
|
|
1394
1395
|
default: null;
|
|
1395
1396
|
};
|
|
1396
1397
|
flippedVertical: {
|
|
@@ -1424,7 +1425,7 @@ declare const _default: import('vue').DefineComponent<import('vue').ExtractPropT
|
|
|
1424
1425
|
validator: (value: string) => boolean;
|
|
1425
1426
|
};
|
|
1426
1427
|
rotation: {
|
|
1427
|
-
type: NumberConstructor;
|
|
1428
|
+
type: (NumberConstructor | null)[];
|
|
1428
1429
|
default: null;
|
|
1429
1430
|
};
|
|
1430
1431
|
flippedVertical: {
|
|
@@ -1444,7 +1445,7 @@ declare const _default: import('vue').DefineComponent<import('vue').ExtractPropT
|
|
|
1444
1445
|
default: boolean;
|
|
1445
1446
|
};
|
|
1446
1447
|
}>> & Readonly<{}>, {
|
|
1447
|
-
rotation: number;
|
|
1448
|
+
rotation: number | null;
|
|
1448
1449
|
size: string;
|
|
1449
1450
|
flippedVertical: boolean;
|
|
1450
1451
|
flippedHorizontal: boolean;
|
|
@@ -1457,27 +1458,27 @@ declare const _default: import('vue').DefineComponent<import('vue').ExtractPropT
|
|
|
1457
1458
|
}, {}, string, import('vue').ComponentProvideOptions, true, {}, any>;
|
|
1458
1459
|
SurveyToggle: import('vue').DefineComponent<import('vue').ExtractPropTypes<{
|
|
1459
1460
|
label: {
|
|
1460
|
-
type: StringConstructor;
|
|
1461
|
+
type: (StringConstructor | null)[];
|
|
1461
1462
|
default: null;
|
|
1462
1463
|
};
|
|
1463
1464
|
contentText: {
|
|
1464
|
-
type: StringConstructor;
|
|
1465
|
+
type: (StringConstructor | null)[];
|
|
1465
1466
|
default: null;
|
|
1466
1467
|
};
|
|
1467
1468
|
meaning: {
|
|
1468
|
-
type: StringConstructor;
|
|
1469
|
+
type: (StringConstructor | null)[];
|
|
1469
1470
|
default: "primary";
|
|
1470
|
-
validator(meaning:
|
|
1471
|
+
validator(meaning: import('../../SurveyToggle').SurveyToggleMeaning): boolean;
|
|
1471
1472
|
};
|
|
1472
1473
|
status: {
|
|
1473
1474
|
type: StringConstructor;
|
|
1474
1475
|
default: "default";
|
|
1475
|
-
validator(status:
|
|
1476
|
+
validator(status: import('../../SurveyToggle').SurveyToggleStatus): boolean;
|
|
1476
1477
|
};
|
|
1477
1478
|
state: {
|
|
1478
1479
|
type: StringConstructor;
|
|
1479
1480
|
default: "default";
|
|
1480
|
-
validator(state:
|
|
1481
|
+
validator(state: import('../../SurveyToggle').SurveyToggleState): boolean;
|
|
1481
1482
|
};
|
|
1482
1483
|
selectedIcon: {
|
|
1483
1484
|
type: ObjectConstructor;
|
|
@@ -1517,27 +1518,27 @@ declare const _default: import('vue').DefineComponent<import('vue').ExtractPropT
|
|
|
1517
1518
|
isHoveredState(): any;
|
|
1518
1519
|
}, {}, import('vue').ComponentOptionsMixin, import('vue').ComponentOptionsMixin, {}, string, import('vue').PublicProps, Readonly<import('vue').ExtractPropTypes<{
|
|
1519
1520
|
label: {
|
|
1520
|
-
type: StringConstructor;
|
|
1521
|
+
type: (StringConstructor | null)[];
|
|
1521
1522
|
default: null;
|
|
1522
1523
|
};
|
|
1523
1524
|
contentText: {
|
|
1524
|
-
type: StringConstructor;
|
|
1525
|
+
type: (StringConstructor | null)[];
|
|
1525
1526
|
default: null;
|
|
1526
1527
|
};
|
|
1527
1528
|
meaning: {
|
|
1528
|
-
type: StringConstructor;
|
|
1529
|
+
type: (StringConstructor | null)[];
|
|
1529
1530
|
default: "primary";
|
|
1530
|
-
validator(meaning:
|
|
1531
|
+
validator(meaning: import('../../SurveyToggle').SurveyToggleMeaning): boolean;
|
|
1531
1532
|
};
|
|
1532
1533
|
status: {
|
|
1533
1534
|
type: StringConstructor;
|
|
1534
1535
|
default: "default";
|
|
1535
|
-
validator(status:
|
|
1536
|
+
validator(status: import('../../SurveyToggle').SurveyToggleStatus): boolean;
|
|
1536
1537
|
};
|
|
1537
1538
|
state: {
|
|
1538
1539
|
type: StringConstructor;
|
|
1539
1540
|
default: "default";
|
|
1540
|
-
validator(state:
|
|
1541
|
+
validator(state: import('../../SurveyToggle').SurveyToggleState): boolean;
|
|
1541
1542
|
};
|
|
1542
1543
|
selectedIcon: {
|
|
1543
1544
|
type: ObjectConstructor;
|
|
@@ -1545,12 +1546,12 @@ declare const _default: import('vue').DefineComponent<import('vue').ExtractPropT
|
|
|
1545
1546
|
validator(selectedIcon: unknown): boolean;
|
|
1546
1547
|
};
|
|
1547
1548
|
}>> & Readonly<{}>, {
|
|
1548
|
-
label: string;
|
|
1549
|
+
label: string | null;
|
|
1549
1550
|
state: string;
|
|
1550
1551
|
selectedIcon: Record<string, any>;
|
|
1551
1552
|
status: string;
|
|
1552
|
-
contentText: string;
|
|
1553
|
-
meaning: string;
|
|
1553
|
+
contentText: string | null;
|
|
1554
|
+
meaning: string | null;
|
|
1554
1555
|
}, {}, {
|
|
1555
1556
|
DsIcon: import('vue').DefineComponent<import('vue').ExtractPropTypes<{
|
|
1556
1557
|
icon: {
|
|
@@ -1564,7 +1565,7 @@ declare const _default: import('vue').DefineComponent<import('vue').ExtractPropT
|
|
|
1564
1565
|
validator: (value: string) => boolean;
|
|
1565
1566
|
};
|
|
1566
1567
|
rotation: {
|
|
1567
|
-
type: NumberConstructor;
|
|
1568
|
+
type: (NumberConstructor | null)[];
|
|
1568
1569
|
default: null;
|
|
1569
1570
|
};
|
|
1570
1571
|
flippedVertical: {
|
|
@@ -1598,7 +1599,7 @@ declare const _default: import('vue').DefineComponent<import('vue').ExtractPropT
|
|
|
1598
1599
|
validator: (value: string) => boolean;
|
|
1599
1600
|
};
|
|
1600
1601
|
rotation: {
|
|
1601
|
-
type: NumberConstructor;
|
|
1602
|
+
type: (NumberConstructor | null)[];
|
|
1602
1603
|
default: null;
|
|
1603
1604
|
};
|
|
1604
1605
|
flippedVertical: {
|
|
@@ -1618,7 +1619,7 @@ declare const _default: import('vue').DefineComponent<import('vue').ExtractPropT
|
|
|
1618
1619
|
default: boolean;
|
|
1619
1620
|
};
|
|
1620
1621
|
}>> & Readonly<{}>, {
|
|
1621
|
-
rotation: number;
|
|
1622
|
+
rotation: number | null;
|
|
1622
1623
|
size: string;
|
|
1623
1624
|
flippedVertical: boolean;
|
|
1624
1625
|
flippedHorizontal: boolean;
|
|
@@ -1893,7 +1894,7 @@ declare const _default: import('vue').DefineComponent<import('vue').ExtractPropT
|
|
|
1893
1894
|
validator: (value: string) => boolean;
|
|
1894
1895
|
};
|
|
1895
1896
|
rotation: {
|
|
1896
|
-
type: NumberConstructor;
|
|
1897
|
+
type: (NumberConstructor | null)[];
|
|
1897
1898
|
default: null;
|
|
1898
1899
|
};
|
|
1899
1900
|
flippedVertical: {
|
|
@@ -1927,7 +1928,7 @@ declare const _default: import('vue').DefineComponent<import('vue').ExtractPropT
|
|
|
1927
1928
|
validator: (value: string) => boolean;
|
|
1928
1929
|
};
|
|
1929
1930
|
rotation: {
|
|
1930
|
-
type: NumberConstructor;
|
|
1931
|
+
type: (NumberConstructor | null)[];
|
|
1931
1932
|
default: null;
|
|
1932
1933
|
};
|
|
1933
1934
|
flippedVertical: {
|
|
@@ -1947,7 +1948,7 @@ declare const _default: import('vue').DefineComponent<import('vue').ExtractPropT
|
|
|
1947
1948
|
default: boolean;
|
|
1948
1949
|
};
|
|
1949
1950
|
}>> & Readonly<{}>, {
|
|
1950
|
-
rotation: number;
|
|
1951
|
+
rotation: number | null;
|
|
1951
1952
|
size: string;
|
|
1952
1953
|
flippedVertical: boolean;
|
|
1953
1954
|
flippedHorizontal: boolean;
|
|
@@ -1969,7 +1970,7 @@ declare const _default: import('vue').DefineComponent<import('vue').ExtractPropT
|
|
|
1969
1970
|
validator(value: import('../../../utils/type.utils').Value<typeof BUTTON_TYPES>): boolean;
|
|
1970
1971
|
};
|
|
1971
1972
|
color: {
|
|
1972
|
-
type: StringConstructor;
|
|
1973
|
+
type: (StringConstructor | null)[];
|
|
1973
1974
|
default: "primary";
|
|
1974
1975
|
validator(value: import('../../../utils/type.utils').Value<typeof ICON_BUTTON_COLORS>): boolean;
|
|
1975
1976
|
};
|
|
@@ -2276,7 +2277,7 @@ declare const _default: import('vue').DefineComponent<import('vue').ExtractPropT
|
|
|
2276
2277
|
validator(value: import('../../../utils/type.utils').Value<typeof BUTTON_TYPES>): boolean;
|
|
2277
2278
|
};
|
|
2278
2279
|
color: {
|
|
2279
|
-
type: StringConstructor;
|
|
2280
|
+
type: (StringConstructor | null)[];
|
|
2280
2281
|
default: "primary";
|
|
2281
2282
|
validator(value: import('../../../utils/type.utils').Value<typeof ICON_BUTTON_COLORS>): boolean;
|
|
2282
2283
|
};
|
|
@@ -2308,7 +2309,7 @@ declare const _default: import('vue').DefineComponent<import('vue').ExtractPropT
|
|
|
2308
2309
|
}>> & Readonly<{}>, {
|
|
2309
2310
|
size: string;
|
|
2310
2311
|
type: string;
|
|
2311
|
-
color: string;
|
|
2312
|
+
color: string | null;
|
|
2312
2313
|
elevation: string;
|
|
2313
2314
|
radius: string;
|
|
2314
2315
|
state: string;
|
|
@@ -2327,7 +2328,7 @@ declare const _default: import('vue').DefineComponent<import('vue').ExtractPropT
|
|
|
2327
2328
|
validator: (value: string) => boolean;
|
|
2328
2329
|
};
|
|
2329
2330
|
rotation: {
|
|
2330
|
-
type: NumberConstructor;
|
|
2331
|
+
type: (NumberConstructor | null)[];
|
|
2331
2332
|
default: null;
|
|
2332
2333
|
};
|
|
2333
2334
|
flippedVertical: {
|
|
@@ -2361,7 +2362,7 @@ declare const _default: import('vue').DefineComponent<import('vue').ExtractPropT
|
|
|
2361
2362
|
validator: (value: string) => boolean;
|
|
2362
2363
|
};
|
|
2363
2364
|
rotation: {
|
|
2364
|
-
type: NumberConstructor;
|
|
2365
|
+
type: (NumberConstructor | null)[];
|
|
2365
2366
|
default: null;
|
|
2366
2367
|
};
|
|
2367
2368
|
flippedVertical: {
|
|
@@ -2381,7 +2382,7 @@ declare const _default: import('vue').DefineComponent<import('vue').ExtractPropT
|
|
|
2381
2382
|
default: boolean;
|
|
2382
2383
|
};
|
|
2383
2384
|
}>> & Readonly<{}>, {
|
|
2384
|
-
rotation: number;
|
|
2385
|
+
rotation: number | null;
|
|
2385
2386
|
size: string;
|
|
2386
2387
|
flippedVertical: boolean;
|
|
2387
2388
|
flippedHorizontal: boolean;
|
|
@@ -1,13 +1,18 @@
|
|
|
1
|
+
import { Value } from '../../utils/type.utils';
|
|
2
|
+
|
|
1
3
|
export declare const SURVEY_TOGGLE_MEANINGS: {
|
|
2
4
|
readonly PRIMARY: "primary";
|
|
3
5
|
readonly NEUTRAL: "neutral";
|
|
4
6
|
};
|
|
7
|
+
export type SurveyToggleMeaning = Value<typeof SURVEY_TOGGLE_MEANINGS>;
|
|
5
8
|
export declare const SURVEY_TOGGLE_STATUSES: {
|
|
6
9
|
readonly DEFAULT: "default";
|
|
7
10
|
readonly SELECTED: "selected";
|
|
8
11
|
};
|
|
12
|
+
export type SurveyToggleStatus = Value<typeof SURVEY_TOGGLE_STATUSES>;
|
|
9
13
|
export declare const SURVEY_TOGGLE_STATES: {
|
|
10
14
|
readonly DEFAULT: "default";
|
|
11
15
|
readonly HOVERED: "hovered";
|
|
12
16
|
readonly DISABLED: "disabled";
|
|
13
17
|
};
|
|
18
|
+
export type SurveyToggleState = Value<typeof SURVEY_TOGGLE_STATES>;
|
|
@@ -1,26 +1,28 @@
|
|
|
1
|
+
import { SurveyToggleMeaning, SurveyToggleState, SurveyToggleStatus } from './SurveyToggle.consts';
|
|
2
|
+
|
|
1
3
|
declare const _default: import('vue').DefineComponent<import('vue').ExtractPropTypes<{
|
|
2
4
|
label: {
|
|
3
|
-
type: StringConstructor;
|
|
5
|
+
type: (StringConstructor | null)[];
|
|
4
6
|
default: null;
|
|
5
7
|
};
|
|
6
8
|
contentText: {
|
|
7
|
-
type: StringConstructor;
|
|
9
|
+
type: (StringConstructor | null)[];
|
|
8
10
|
default: null;
|
|
9
11
|
};
|
|
10
12
|
meaning: {
|
|
11
|
-
type: StringConstructor;
|
|
13
|
+
type: (StringConstructor | null)[];
|
|
12
14
|
default: "primary";
|
|
13
|
-
validator(meaning:
|
|
15
|
+
validator(meaning: SurveyToggleMeaning): boolean;
|
|
14
16
|
};
|
|
15
17
|
status: {
|
|
16
18
|
type: StringConstructor;
|
|
17
19
|
default: "default";
|
|
18
|
-
validator(status:
|
|
20
|
+
validator(status: SurveyToggleStatus): boolean;
|
|
19
21
|
};
|
|
20
22
|
state: {
|
|
21
23
|
type: StringConstructor;
|
|
22
24
|
default: "default";
|
|
23
|
-
validator(state:
|
|
25
|
+
validator(state: SurveyToggleState): boolean;
|
|
24
26
|
};
|
|
25
27
|
selectedIcon: {
|
|
26
28
|
type: ObjectConstructor;
|
|
@@ -60,27 +62,27 @@ declare const _default: import('vue').DefineComponent<import('vue').ExtractPropT
|
|
|
60
62
|
isHoveredState(): any;
|
|
61
63
|
}, {}, import('vue').ComponentOptionsMixin, import('vue').ComponentOptionsMixin, {}, string, import('vue').PublicProps, Readonly<import('vue').ExtractPropTypes<{
|
|
62
64
|
label: {
|
|
63
|
-
type: StringConstructor;
|
|
65
|
+
type: (StringConstructor | null)[];
|
|
64
66
|
default: null;
|
|
65
67
|
};
|
|
66
68
|
contentText: {
|
|
67
|
-
type: StringConstructor;
|
|
69
|
+
type: (StringConstructor | null)[];
|
|
68
70
|
default: null;
|
|
69
71
|
};
|
|
70
72
|
meaning: {
|
|
71
|
-
type: StringConstructor;
|
|
73
|
+
type: (StringConstructor | null)[];
|
|
72
74
|
default: "primary";
|
|
73
|
-
validator(meaning:
|
|
75
|
+
validator(meaning: SurveyToggleMeaning): boolean;
|
|
74
76
|
};
|
|
75
77
|
status: {
|
|
76
78
|
type: StringConstructor;
|
|
77
79
|
default: "default";
|
|
78
|
-
validator(status:
|
|
80
|
+
validator(status: SurveyToggleStatus): boolean;
|
|
79
81
|
};
|
|
80
82
|
state: {
|
|
81
83
|
type: StringConstructor;
|
|
82
84
|
default: "default";
|
|
83
|
-
validator(state:
|
|
85
|
+
validator(state: SurveyToggleState): boolean;
|
|
84
86
|
};
|
|
85
87
|
selectedIcon: {
|
|
86
88
|
type: ObjectConstructor;
|
|
@@ -88,12 +90,12 @@ declare const _default: import('vue').DefineComponent<import('vue').ExtractPropT
|
|
|
88
90
|
validator(selectedIcon: unknown): boolean;
|
|
89
91
|
};
|
|
90
92
|
}>> & Readonly<{}>, {
|
|
91
|
-
label: string;
|
|
93
|
+
label: string | null;
|
|
92
94
|
state: string;
|
|
93
95
|
selectedIcon: Record<string, any>;
|
|
94
96
|
status: string;
|
|
95
|
-
contentText: string;
|
|
96
|
-
meaning: string;
|
|
97
|
+
contentText: string | null;
|
|
98
|
+
meaning: string | null;
|
|
97
99
|
}, {}, {
|
|
98
100
|
DsIcon: import('vue').DefineComponent<import('vue').ExtractPropTypes<{
|
|
99
101
|
icon: {
|
|
@@ -107,7 +109,7 @@ declare const _default: import('vue').DefineComponent<import('vue').ExtractPropT
|
|
|
107
109
|
validator: (value: string) => boolean;
|
|
108
110
|
};
|
|
109
111
|
rotation: {
|
|
110
|
-
type: NumberConstructor;
|
|
112
|
+
type: (NumberConstructor | null)[];
|
|
111
113
|
default: null;
|
|
112
114
|
};
|
|
113
115
|
flippedVertical: {
|
|
@@ -141,7 +143,7 @@ declare const _default: import('vue').DefineComponent<import('vue').ExtractPropT
|
|
|
141
143
|
validator: (value: string) => boolean;
|
|
142
144
|
};
|
|
143
145
|
rotation: {
|
|
144
|
-
type: NumberConstructor;
|
|
146
|
+
type: (NumberConstructor | null)[];
|
|
145
147
|
default: null;
|
|
146
148
|
};
|
|
147
149
|
flippedVertical: {
|
|
@@ -161,7 +163,7 @@ declare const _default: import('vue').DefineComponent<import('vue').ExtractPropT
|
|
|
161
163
|
default: boolean;
|
|
162
164
|
};
|
|
163
165
|
}>> & Readonly<{}>, {
|
|
164
|
-
rotation: number;
|
|
166
|
+
rotation: number | null;
|
|
165
167
|
size: string;
|
|
166
168
|
flippedVertical: boolean;
|
|
167
169
|
flippedHorizontal: boolean;
|
|
@@ -356,7 +356,7 @@ declare const _default: import('vue').DefineComponent<import('vue').ExtractPropT
|
|
|
356
356
|
validator: (value: string) => boolean;
|
|
357
357
|
};
|
|
358
358
|
rotation: {
|
|
359
|
-
type: NumberConstructor;
|
|
359
|
+
type: (NumberConstructor | null)[];
|
|
360
360
|
default: null;
|
|
361
361
|
};
|
|
362
362
|
flippedVertical: {
|
|
@@ -390,7 +390,7 @@ declare const _default: import('vue').DefineComponent<import('vue').ExtractPropT
|
|
|
390
390
|
validator: (value: string) => boolean;
|
|
391
391
|
};
|
|
392
392
|
rotation: {
|
|
393
|
-
type: NumberConstructor;
|
|
393
|
+
type: (NumberConstructor | null)[];
|
|
394
394
|
default: null;
|
|
395
395
|
};
|
|
396
396
|
flippedVertical: {
|
|
@@ -410,7 +410,7 @@ declare const _default: import('vue').DefineComponent<import('vue').ExtractPropT
|
|
|
410
410
|
default: boolean;
|
|
411
411
|
};
|
|
412
412
|
}>> & Readonly<{}>, {
|
|
413
|
-
rotation: number;
|
|
413
|
+
rotation: number | null;
|
|
414
414
|
size: string;
|
|
415
415
|
flippedVertical: boolean;
|
|
416
416
|
flippedHorizontal: boolean;
|
|
@@ -9,7 +9,7 @@ declare const _default: import('vue').DefineComponent<import('vue').ExtractPropT
|
|
|
9
9
|
required: true;
|
|
10
10
|
};
|
|
11
11
|
label: {
|
|
12
|
-
type:
|
|
12
|
+
type: StringConstructor;
|
|
13
13
|
default: null;
|
|
14
14
|
};
|
|
15
15
|
labelEllipsis: {
|
|
@@ -46,7 +46,7 @@ declare const _default: import('vue').DefineComponent<import('vue').ExtractPropT
|
|
|
46
46
|
required: true;
|
|
47
47
|
};
|
|
48
48
|
label: {
|
|
49
|
-
type:
|
|
49
|
+
type: StringConstructor;
|
|
50
50
|
default: null;
|
|
51
51
|
};
|
|
52
52
|
labelEllipsis: {
|
|
@@ -62,7 +62,7 @@ declare const _default: import('vue').DefineComponent<import('vue').ExtractPropT
|
|
|
62
62
|
}>, {
|
|
63
63
|
icon: Record<string, any> | null;
|
|
64
64
|
size: string;
|
|
65
|
-
label: string
|
|
65
|
+
label: string;
|
|
66
66
|
labelEllipsis: boolean;
|
|
67
67
|
}, {}, {
|
|
68
68
|
DsIcon: import('vue').DefineComponent<import('vue').ExtractPropTypes<{
|
|
@@ -77,7 +77,7 @@ declare const _default: import('vue').DefineComponent<import('vue').ExtractPropT
|
|
|
77
77
|
validator: (value: string) => boolean;
|
|
78
78
|
};
|
|
79
79
|
rotation: {
|
|
80
|
-
type: NumberConstructor;
|
|
80
|
+
type: (NumberConstructor | null)[];
|
|
81
81
|
default: null;
|
|
82
82
|
};
|
|
83
83
|
flippedVertical: {
|
|
@@ -111,7 +111,7 @@ declare const _default: import('vue').DefineComponent<import('vue').ExtractPropT
|
|
|
111
111
|
validator: (value: string) => boolean;
|
|
112
112
|
};
|
|
113
113
|
rotation: {
|
|
114
|
-
type: NumberConstructor;
|
|
114
|
+
type: (NumberConstructor | null)[];
|
|
115
115
|
default: null;
|
|
116
116
|
};
|
|
117
117
|
flippedVertical: {
|
|
@@ -131,7 +131,7 @@ declare const _default: import('vue').DefineComponent<import('vue').ExtractPropT
|
|
|
131
131
|
default: boolean;
|
|
132
132
|
};
|
|
133
133
|
}>> & Readonly<{}>, {
|
|
134
|
-
rotation: number;
|
|
134
|
+
rotation: number | null;
|
|
135
135
|
size: string;
|
|
136
136
|
flippedVertical: boolean;
|
|
137
137
|
flippedHorizontal: boolean;
|
|
@@ -67,7 +67,7 @@ declare const _default: import('vue').DefineComponent<import('vue').ExtractPropT
|
|
|
67
67
|
default: boolean;
|
|
68
68
|
};
|
|
69
69
|
supportingTextTooltipContent: {
|
|
70
|
-
type:
|
|
70
|
+
type: StringConstructor;
|
|
71
71
|
default: null;
|
|
72
72
|
};
|
|
73
73
|
}>, {}, {
|
|
@@ -151,7 +151,7 @@ declare const _default: import('vue').DefineComponent<import('vue').ExtractPropT
|
|
|
151
151
|
default: boolean;
|
|
152
152
|
};
|
|
153
153
|
supportingTextTooltipContent: {
|
|
154
|
-
type:
|
|
154
|
+
type: StringConstructor;
|
|
155
155
|
default: null;
|
|
156
156
|
};
|
|
157
157
|
}>> & Readonly<{}>, {
|
|
@@ -171,7 +171,7 @@ declare const _default: import('vue').DefineComponent<import('vue').ExtractPropT
|
|
|
171
171
|
isSupportingTextTooltipEnabled: boolean;
|
|
172
172
|
isSupportingTextTooltipEnabledOnMobile: boolean;
|
|
173
173
|
isSupportingTextTooltipAutoFilledWithContent: boolean;
|
|
174
|
-
supportingTextTooltipContent: string
|
|
174
|
+
supportingTextTooltipContent: string;
|
|
175
175
|
}, {}, {
|
|
176
176
|
DsSkeleton: import('vue').DefineComponent<import('vue').ExtractPropTypes<{
|
|
177
177
|
height: {
|
|
@@ -10,13 +10,13 @@ export declare const TILE_COLORS: {
|
|
|
10
10
|
readonly WARNING: "warning";
|
|
11
11
|
readonly INFO: "info";
|
|
12
12
|
};
|
|
13
|
-
export type
|
|
13
|
+
export type TileColor = Value<typeof TILE_COLORS>;
|
|
14
14
|
export declare const TILE_STATES: {
|
|
15
15
|
readonly DEFAULT: "default";
|
|
16
16
|
readonly DISABLED: "disabled";
|
|
17
17
|
readonly LOADING: "loading";
|
|
18
18
|
};
|
|
19
|
-
export type
|
|
19
|
+
export type TileState = Value<typeof TILE_STATES>;
|
|
20
20
|
export declare const TILE_BORDER_COLORS: {
|
|
21
21
|
readonly NEUTRAL: "neutral";
|
|
22
22
|
readonly NEUTRAL_WEAK: "neutralWeak";
|
|
@@ -38,4 +38,4 @@ export declare const TILE_ADDITIONAL_TEXT_MAX_WIDTHS: {
|
|
|
38
38
|
readonly SMALL: "small";
|
|
39
39
|
readonly MEDIUM: "medium";
|
|
40
40
|
};
|
|
41
|
-
export type
|
|
41
|
+
export type TileAdditionalTextMaxWidth = Value<typeof TILE_ADDITIONAL_TEXT_MAX_WIDTHS>;
|