@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,3 +1,5 @@
|
|
|
1
|
+
import { SelectListItemSelectionMode, SelectListItemSize, SelectListItemState } from './SelectListItem.consts';
|
|
2
|
+
|
|
1
3
|
declare const _default: import('vue').DefineComponent<import('vue').ExtractPropTypes<{
|
|
2
4
|
iconLeft: {
|
|
3
5
|
type: ObjectConstructor;
|
|
@@ -22,18 +24,18 @@ declare const _default: import('vue').DefineComponent<import('vue').ExtractPropT
|
|
|
22
24
|
};
|
|
23
25
|
selectionMode: {
|
|
24
26
|
type: StringConstructor;
|
|
25
|
-
default:
|
|
26
|
-
validator(selectionMode:
|
|
27
|
+
default: "selectOnly";
|
|
28
|
+
validator(selectionMode: SelectListItemSelectionMode): boolean;
|
|
27
29
|
};
|
|
28
30
|
size: {
|
|
29
31
|
type: StringConstructor;
|
|
30
|
-
default:
|
|
31
|
-
validator(size:
|
|
32
|
+
default: "small";
|
|
33
|
+
validator(size: SelectListItemSize): boolean;
|
|
32
34
|
};
|
|
33
35
|
state: {
|
|
34
36
|
type: StringConstructor;
|
|
35
|
-
default:
|
|
36
|
-
validator(state:
|
|
37
|
+
default: "default";
|
|
38
|
+
validator(state: SelectListItemState): boolean;
|
|
37
39
|
};
|
|
38
40
|
}>, {}, {
|
|
39
41
|
ICON_SIZES: Readonly<{
|
|
@@ -265,13 +267,13 @@ declare const _default: import('vue').DefineComponent<import('vue').ExtractPropT
|
|
|
265
267
|
readonly FAD_SPINNER_THIRD: import('@fortawesome/fontawesome-common-types').IconDefinition;
|
|
266
268
|
}>;
|
|
267
269
|
SELECT_LIST_ITEM_SELECTION_MODE: Readonly<{
|
|
268
|
-
SELECT_ONLY:
|
|
269
|
-
TOGGLE:
|
|
270
|
+
readonly SELECT_ONLY: "selectOnly";
|
|
271
|
+
readonly TOGGLE: "toggle";
|
|
270
272
|
}>;
|
|
271
273
|
SELECT_LIST_ITEM_STATES: Readonly<{
|
|
272
|
-
DEFAULT:
|
|
273
|
-
LOADING:
|
|
274
|
-
DISABLED:
|
|
274
|
+
readonly DEFAULT: "default";
|
|
275
|
+
readonly LOADING: "loading";
|
|
276
|
+
readonly DISABLED: "disabled";
|
|
275
277
|
}>;
|
|
276
278
|
}, {
|
|
277
279
|
isLoading(): boolean;
|
|
@@ -300,18 +302,18 @@ declare const _default: import('vue').DefineComponent<import('vue').ExtractPropT
|
|
|
300
302
|
};
|
|
301
303
|
selectionMode: {
|
|
302
304
|
type: StringConstructor;
|
|
303
|
-
default:
|
|
304
|
-
validator(selectionMode:
|
|
305
|
+
default: "selectOnly";
|
|
306
|
+
validator(selectionMode: SelectListItemSelectionMode): boolean;
|
|
305
307
|
};
|
|
306
308
|
size: {
|
|
307
309
|
type: StringConstructor;
|
|
308
|
-
default:
|
|
309
|
-
validator(size:
|
|
310
|
+
default: "small";
|
|
311
|
+
validator(size: SelectListItemSize): boolean;
|
|
310
312
|
};
|
|
311
313
|
state: {
|
|
312
314
|
type: StringConstructor;
|
|
313
|
-
default:
|
|
314
|
-
validator(state:
|
|
315
|
+
default: "default";
|
|
316
|
+
validator(state: SelectListItemState): boolean;
|
|
315
317
|
};
|
|
316
318
|
}>> & Readonly<{}>, {
|
|
317
319
|
size: string;
|
|
@@ -334,7 +336,7 @@ declare const _default: import('vue').DefineComponent<import('vue').ExtractPropT
|
|
|
334
336
|
validator: (value: string) => boolean;
|
|
335
337
|
};
|
|
336
338
|
rotation: {
|
|
337
|
-
type: NumberConstructor;
|
|
339
|
+
type: (NumberConstructor | null)[];
|
|
338
340
|
default: null;
|
|
339
341
|
};
|
|
340
342
|
flippedVertical: {
|
|
@@ -368,7 +370,7 @@ declare const _default: import('vue').DefineComponent<import('vue').ExtractPropT
|
|
|
368
370
|
validator: (value: string) => boolean;
|
|
369
371
|
};
|
|
370
372
|
rotation: {
|
|
371
|
-
type: NumberConstructor;
|
|
373
|
+
type: (NumberConstructor | null)[];
|
|
372
374
|
default: null;
|
|
373
375
|
};
|
|
374
376
|
flippedVertical: {
|
|
@@ -388,7 +390,7 @@ declare const _default: import('vue').DefineComponent<import('vue').ExtractPropT
|
|
|
388
390
|
default: boolean;
|
|
389
391
|
};
|
|
390
392
|
}>> & Readonly<{}>, {
|
|
391
|
-
rotation: number;
|
|
393
|
+
rotation: number | null;
|
|
392
394
|
size: string;
|
|
393
395
|
flippedVertical: boolean;
|
|
394
396
|
flippedHorizontal: boolean;
|
|
@@ -30,18 +30,18 @@ declare const _default: import('vue').DefineComponent<import('vue').ExtractPropT
|
|
|
30
30
|
default: null;
|
|
31
31
|
};
|
|
32
32
|
color: {
|
|
33
|
-
type: import('vue').PropType<import('../../Tile').
|
|
33
|
+
type: import('vue').PropType<import('../../Tile').TileColor>;
|
|
34
34
|
default: "neutral";
|
|
35
|
-
validator(color:
|
|
35
|
+
validator(color: import('../../Tile').TileColor): boolean;
|
|
36
36
|
};
|
|
37
37
|
isEyebrowTextUppercase: {
|
|
38
38
|
type: BooleanConstructor;
|
|
39
39
|
default: boolean;
|
|
40
40
|
};
|
|
41
41
|
state: {
|
|
42
|
-
type: import('vue').PropType<import('../../Tile').
|
|
42
|
+
type: import('vue').PropType<import('../../Tile').TileState>;
|
|
43
43
|
default: "default";
|
|
44
|
-
validator(value: import('
|
|
44
|
+
validator(value: import('../../Tile').TileState): boolean;
|
|
45
45
|
};
|
|
46
46
|
eyebrowEllipsis: {
|
|
47
47
|
type: BooleanConstructor;
|
|
@@ -56,9 +56,9 @@ declare const _default: import('vue').DefineComponent<import('vue').ExtractPropT
|
|
|
56
56
|
default: null;
|
|
57
57
|
};
|
|
58
58
|
additionalTextMaxWidth: {
|
|
59
|
-
type: import('vue').PropType<import('../../Tile').
|
|
59
|
+
type: import('vue').PropType<import('../../Tile').TileAdditionalTextMaxWidth>;
|
|
60
60
|
default: "small";
|
|
61
|
-
validator(value: import('../../Tile').
|
|
61
|
+
validator(value: import('../../Tile').TileAdditionalTextMaxWidth): boolean;
|
|
62
62
|
};
|
|
63
63
|
}>, {}, {}, {}, {}, import('vue').ComponentOptionsMixin, import('vue').ComponentOptionsMixin, {}, string, import('vue').PublicProps, Readonly<import('vue').ExtractPropTypes<{
|
|
64
64
|
interactive: {
|
|
@@ -92,18 +92,18 @@ declare const _default: import('vue').DefineComponent<import('vue').ExtractPropT
|
|
|
92
92
|
default: null;
|
|
93
93
|
};
|
|
94
94
|
color: {
|
|
95
|
-
type: import('vue').PropType<import('../../Tile').
|
|
95
|
+
type: import('vue').PropType<import('../../Tile').TileColor>;
|
|
96
96
|
default: "neutral";
|
|
97
|
-
validator(color:
|
|
97
|
+
validator(color: import('../../Tile').TileColor): boolean;
|
|
98
98
|
};
|
|
99
99
|
isEyebrowTextUppercase: {
|
|
100
100
|
type: BooleanConstructor;
|
|
101
101
|
default: boolean;
|
|
102
102
|
};
|
|
103
103
|
state: {
|
|
104
|
-
type: import('vue').PropType<import('../../Tile').
|
|
104
|
+
type: import('vue').PropType<import('../../Tile').TileState>;
|
|
105
105
|
default: "default";
|
|
106
|
-
validator(value: import('
|
|
106
|
+
validator(value: import('../../Tile').TileState): boolean;
|
|
107
107
|
};
|
|
108
108
|
eyebrowEllipsis: {
|
|
109
109
|
type: BooleanConstructor;
|
|
@@ -118,13 +118,13 @@ declare const _default: import('vue').DefineComponent<import('vue').ExtractPropT
|
|
|
118
118
|
default: null;
|
|
119
119
|
};
|
|
120
120
|
additionalTextMaxWidth: {
|
|
121
|
-
type: import('vue').PropType<import('../../Tile').
|
|
121
|
+
type: import('vue').PropType<import('../../Tile').TileAdditionalTextMaxWidth>;
|
|
122
122
|
default: "small";
|
|
123
|
-
validator(value: import('../../Tile').
|
|
123
|
+
validator(value: import('../../Tile').TileAdditionalTextMaxWidth): boolean;
|
|
124
124
|
};
|
|
125
125
|
}>> & Readonly<{}>, {
|
|
126
|
-
color: import('../../Tile').
|
|
127
|
-
state: import('../../Tile').
|
|
126
|
+
color: import('../../Tile').TileColor;
|
|
127
|
+
state: import('../../Tile').TileState;
|
|
128
128
|
iconLeft: Record<string, any>;
|
|
129
129
|
iconRight: Record<string, any>;
|
|
130
130
|
borderColor: import('../../Tile').TileBorderColors;
|
|
@@ -135,7 +135,7 @@ declare const _default: import('vue').DefineComponent<import('vue').ExtractPropT
|
|
|
135
135
|
isEyebrowTextUppercase: boolean;
|
|
136
136
|
eyebrowEllipsis: boolean;
|
|
137
137
|
textEllipsis: boolean;
|
|
138
|
-
additionalTextMaxWidth: import('../../Tile').
|
|
138
|
+
additionalTextMaxWidth: import('../../Tile').TileAdditionalTextMaxWidth;
|
|
139
139
|
}, {}, {
|
|
140
140
|
DsTile: import('vue').DefineComponent<import('vue').ExtractPropTypes<{
|
|
141
141
|
interactive: {
|
|
@@ -169,18 +169,18 @@ declare const _default: import('vue').DefineComponent<import('vue').ExtractPropT
|
|
|
169
169
|
default: null;
|
|
170
170
|
};
|
|
171
171
|
color: {
|
|
172
|
-
type: import('vue').PropType<import('../../Tile').
|
|
172
|
+
type: import('vue').PropType<import('../../Tile').TileColor>;
|
|
173
173
|
default: "neutral";
|
|
174
|
-
validator(color:
|
|
174
|
+
validator(color: import('../../Tile').TileColor): boolean;
|
|
175
175
|
};
|
|
176
176
|
isEyebrowTextUppercase: {
|
|
177
177
|
type: BooleanConstructor;
|
|
178
178
|
default: boolean;
|
|
179
179
|
};
|
|
180
180
|
state: {
|
|
181
|
-
type: import('vue').PropType<import('../../Tile').
|
|
181
|
+
type: import('vue').PropType<import('../../Tile').TileState>;
|
|
182
182
|
default: "default";
|
|
183
|
-
validator(value: import('
|
|
183
|
+
validator(value: import('../../Tile').TileState): boolean;
|
|
184
184
|
};
|
|
185
185
|
eyebrowEllipsis: {
|
|
186
186
|
type: BooleanConstructor;
|
|
@@ -195,9 +195,9 @@ declare const _default: import('vue').DefineComponent<import('vue').ExtractPropT
|
|
|
195
195
|
default: null;
|
|
196
196
|
};
|
|
197
197
|
additionalTextMaxWidth: {
|
|
198
|
-
type: import('vue').PropType<import('../../Tile').
|
|
198
|
+
type: import('vue').PropType<import('../../Tile').TileAdditionalTextMaxWidth>;
|
|
199
199
|
default: "small";
|
|
200
|
-
validator(value: import('../../Tile').
|
|
200
|
+
validator(value: import('../../Tile').TileAdditionalTextMaxWidth): boolean;
|
|
201
201
|
};
|
|
202
202
|
}>, {}, {
|
|
203
203
|
ICONS: Readonly<{
|
|
@@ -472,18 +472,18 @@ declare const _default: import('vue').DefineComponent<import('vue').ExtractPropT
|
|
|
472
472
|
default: null;
|
|
473
473
|
};
|
|
474
474
|
color: {
|
|
475
|
-
type: import('vue').PropType<import('../../Tile').
|
|
475
|
+
type: import('vue').PropType<import('../../Tile').TileColor>;
|
|
476
476
|
default: "neutral";
|
|
477
|
-
validator(color:
|
|
477
|
+
validator(color: import('../../Tile').TileColor): boolean;
|
|
478
478
|
};
|
|
479
479
|
isEyebrowTextUppercase: {
|
|
480
480
|
type: BooleanConstructor;
|
|
481
481
|
default: boolean;
|
|
482
482
|
};
|
|
483
483
|
state: {
|
|
484
|
-
type: import('vue').PropType<import('../../Tile').
|
|
484
|
+
type: import('vue').PropType<import('../../Tile').TileState>;
|
|
485
485
|
default: "default";
|
|
486
|
-
validator(value: import('
|
|
486
|
+
validator(value: import('../../Tile').TileState): boolean;
|
|
487
487
|
};
|
|
488
488
|
eyebrowEllipsis: {
|
|
489
489
|
type: BooleanConstructor;
|
|
@@ -498,13 +498,13 @@ declare const _default: import('vue').DefineComponent<import('vue').ExtractPropT
|
|
|
498
498
|
default: null;
|
|
499
499
|
};
|
|
500
500
|
additionalTextMaxWidth: {
|
|
501
|
-
type: import('vue').PropType<import('../../Tile').
|
|
501
|
+
type: import('vue').PropType<import('../../Tile').TileAdditionalTextMaxWidth>;
|
|
502
502
|
default: "small";
|
|
503
|
-
validator(value: import('../../Tile').
|
|
503
|
+
validator(value: import('../../Tile').TileAdditionalTextMaxWidth): boolean;
|
|
504
504
|
};
|
|
505
505
|
}>> & Readonly<{}>, {
|
|
506
|
-
color: import('../../Tile').
|
|
507
|
-
state: import('../../Tile').
|
|
506
|
+
color: import('../../Tile').TileColor;
|
|
507
|
+
state: import('../../Tile').TileState;
|
|
508
508
|
iconLeft: Record<string, any>;
|
|
509
509
|
iconRight: Record<string, any>;
|
|
510
510
|
borderColor: import('../../Tile').TileBorderColors;
|
|
@@ -515,7 +515,7 @@ declare const _default: import('vue').DefineComponent<import('vue').ExtractPropT
|
|
|
515
515
|
isEyebrowTextUppercase: boolean;
|
|
516
516
|
eyebrowEllipsis: boolean;
|
|
517
517
|
textEllipsis: boolean;
|
|
518
|
-
additionalTextMaxWidth: import('../../Tile').
|
|
518
|
+
additionalTextMaxWidth: import('../../Tile').TileAdditionalTextMaxWidth;
|
|
519
519
|
}, {}, {
|
|
520
520
|
DsIcon: import('vue').DefineComponent<import('vue').ExtractPropTypes<{
|
|
521
521
|
icon: {
|
|
@@ -529,7 +529,7 @@ declare const _default: import('vue').DefineComponent<import('vue').ExtractPropT
|
|
|
529
529
|
validator: (value: string) => boolean;
|
|
530
530
|
};
|
|
531
531
|
rotation: {
|
|
532
|
-
type: NumberConstructor;
|
|
532
|
+
type: (NumberConstructor | null)[];
|
|
533
533
|
default: null;
|
|
534
534
|
};
|
|
535
535
|
flippedVertical: {
|
|
@@ -563,7 +563,7 @@ declare const _default: import('vue').DefineComponent<import('vue').ExtractPropT
|
|
|
563
563
|
validator: (value: string) => boolean;
|
|
564
564
|
};
|
|
565
565
|
rotation: {
|
|
566
|
-
type: NumberConstructor;
|
|
566
|
+
type: (NumberConstructor | null)[];
|
|
567
567
|
default: null;
|
|
568
568
|
};
|
|
569
569
|
flippedVertical: {
|
|
@@ -583,7 +583,7 @@ declare const _default: import('vue').DefineComponent<import('vue').ExtractPropT
|
|
|
583
583
|
default: boolean;
|
|
584
584
|
};
|
|
585
585
|
}>> & Readonly<{}>, {
|
|
586
|
-
rotation: number;
|
|
586
|
+
rotation: number | null;
|
|
587
587
|
size: string;
|
|
588
588
|
flippedVertical: boolean;
|
|
589
589
|
flippedHorizontal: boolean;
|
package/dist/lib/js/components/SelectList/SelectListItemToggle/SelectListItemToggle.vue.d.ts
CHANGED
|
@@ -1,3 +1,4 @@
|
|
|
1
|
+
import { SelectListItemSize, SelectListItemState } from '../SelectListItem/SelectListItem.consts';
|
|
1
2
|
import { IconItem } from '../../Icons/Icon';
|
|
2
3
|
|
|
3
4
|
declare const _default: import('vue').DefineComponent<import('vue').ExtractPropTypes<{
|
|
@@ -25,23 +26,23 @@ declare const _default: import('vue').DefineComponent<import('vue').ExtractPropT
|
|
|
25
26
|
};
|
|
26
27
|
size: {
|
|
27
28
|
type: StringConstructor;
|
|
28
|
-
default:
|
|
29
|
-
validator(size:
|
|
29
|
+
default: "small";
|
|
30
|
+
validator(size: SelectListItemSize): boolean;
|
|
30
31
|
};
|
|
31
32
|
state: {
|
|
32
33
|
type: StringConstructor;
|
|
33
|
-
default:
|
|
34
|
-
validator(
|
|
34
|
+
default: "default";
|
|
35
|
+
validator(state: SelectListItemState): boolean;
|
|
35
36
|
};
|
|
36
37
|
}>, {}, {
|
|
37
38
|
SELECT_LIST_ITEM_SELECTION_MODE: Readonly<{
|
|
38
|
-
SELECT_ONLY:
|
|
39
|
-
TOGGLE:
|
|
39
|
+
readonly SELECT_ONLY: "selectOnly";
|
|
40
|
+
readonly TOGGLE: "toggle";
|
|
40
41
|
}>;
|
|
41
42
|
SELECT_LIST_ITEM_STATES: Readonly<{
|
|
42
|
-
DEFAULT:
|
|
43
|
-
LOADING:
|
|
44
|
-
DISABLED:
|
|
43
|
+
readonly DEFAULT: "default";
|
|
44
|
+
readonly LOADING: "loading";
|
|
45
|
+
readonly DISABLED: "disabled";
|
|
45
46
|
}>;
|
|
46
47
|
}, {
|
|
47
48
|
icon(): IconItem | null;
|
|
@@ -71,13 +72,13 @@ declare const _default: import('vue').DefineComponent<import('vue').ExtractPropT
|
|
|
71
72
|
};
|
|
72
73
|
size: {
|
|
73
74
|
type: StringConstructor;
|
|
74
|
-
default:
|
|
75
|
-
validator(size:
|
|
75
|
+
default: "small";
|
|
76
|
+
validator(size: SelectListItemSize): boolean;
|
|
76
77
|
};
|
|
77
78
|
state: {
|
|
78
79
|
type: StringConstructor;
|
|
79
|
-
default:
|
|
80
|
-
validator(
|
|
80
|
+
default: "default";
|
|
81
|
+
validator(state: SelectListItemState): boolean;
|
|
81
82
|
};
|
|
82
83
|
}>> & Readonly<{}>, {
|
|
83
84
|
size: string;
|
|
@@ -110,18 +111,18 @@ declare const _default: import('vue').DefineComponent<import('vue').ExtractPropT
|
|
|
110
111
|
};
|
|
111
112
|
selectionMode: {
|
|
112
113
|
type: StringConstructor;
|
|
113
|
-
default:
|
|
114
|
-
validator(selectionMode:
|
|
114
|
+
default: "selectOnly";
|
|
115
|
+
validator(selectionMode: import('../SelectListItem/SelectListItem.consts').SelectListItemSelectionMode): boolean;
|
|
115
116
|
};
|
|
116
117
|
size: {
|
|
117
118
|
type: StringConstructor;
|
|
118
|
-
default:
|
|
119
|
-
validator(size:
|
|
119
|
+
default: "small";
|
|
120
|
+
validator(size: SelectListItemSize): boolean;
|
|
120
121
|
};
|
|
121
122
|
state: {
|
|
122
123
|
type: StringConstructor;
|
|
123
|
-
default:
|
|
124
|
-
validator(state:
|
|
124
|
+
default: "default";
|
|
125
|
+
validator(state: SelectListItemState): boolean;
|
|
125
126
|
};
|
|
126
127
|
}>, {}, {
|
|
127
128
|
ICON_SIZES: Readonly<{
|
|
@@ -353,13 +354,13 @@ declare const _default: import('vue').DefineComponent<import('vue').ExtractPropT
|
|
|
353
354
|
readonly FAD_SPINNER_THIRD: import('@fortawesome/fontawesome-common-types').IconDefinition;
|
|
354
355
|
}>;
|
|
355
356
|
SELECT_LIST_ITEM_SELECTION_MODE: Readonly<{
|
|
356
|
-
SELECT_ONLY:
|
|
357
|
-
TOGGLE:
|
|
357
|
+
readonly SELECT_ONLY: "selectOnly";
|
|
358
|
+
readonly TOGGLE: "toggle";
|
|
358
359
|
}>;
|
|
359
360
|
SELECT_LIST_ITEM_STATES: Readonly<{
|
|
360
|
-
DEFAULT:
|
|
361
|
-
LOADING:
|
|
362
|
-
DISABLED:
|
|
361
|
+
readonly DEFAULT: "default";
|
|
362
|
+
readonly LOADING: "loading";
|
|
363
|
+
readonly DISABLED: "disabled";
|
|
363
364
|
}>;
|
|
364
365
|
}, {
|
|
365
366
|
isLoading(): boolean;
|
|
@@ -388,18 +389,18 @@ declare const _default: import('vue').DefineComponent<import('vue').ExtractPropT
|
|
|
388
389
|
};
|
|
389
390
|
selectionMode: {
|
|
390
391
|
type: StringConstructor;
|
|
391
|
-
default:
|
|
392
|
-
validator(selectionMode:
|
|
392
|
+
default: "selectOnly";
|
|
393
|
+
validator(selectionMode: import('../SelectListItem/SelectListItem.consts').SelectListItemSelectionMode): boolean;
|
|
393
394
|
};
|
|
394
395
|
size: {
|
|
395
396
|
type: StringConstructor;
|
|
396
|
-
default:
|
|
397
|
-
validator(size:
|
|
397
|
+
default: "small";
|
|
398
|
+
validator(size: SelectListItemSize): boolean;
|
|
398
399
|
};
|
|
399
400
|
state: {
|
|
400
401
|
type: StringConstructor;
|
|
401
|
-
default:
|
|
402
|
-
validator(state:
|
|
402
|
+
default: "default";
|
|
403
|
+
validator(state: SelectListItemState): boolean;
|
|
403
404
|
};
|
|
404
405
|
}>> & Readonly<{}>, {
|
|
405
406
|
size: string;
|
|
@@ -422,7 +423,7 @@ declare const _default: import('vue').DefineComponent<import('vue').ExtractPropT
|
|
|
422
423
|
validator: (value: string) => boolean;
|
|
423
424
|
};
|
|
424
425
|
rotation: {
|
|
425
|
-
type: NumberConstructor;
|
|
426
|
+
type: (NumberConstructor | null)[];
|
|
426
427
|
default: null;
|
|
427
428
|
};
|
|
428
429
|
flippedVertical: {
|
|
@@ -456,7 +457,7 @@ declare const _default: import('vue').DefineComponent<import('vue').ExtractPropT
|
|
|
456
457
|
validator: (value: string) => boolean;
|
|
457
458
|
};
|
|
458
459
|
rotation: {
|
|
459
|
-
type: NumberConstructor;
|
|
460
|
+
type: (NumberConstructor | null)[];
|
|
460
461
|
default: null;
|
|
461
462
|
};
|
|
462
463
|
flippedVertical: {
|
|
@@ -476,7 +477,7 @@ declare const _default: import('vue').DefineComponent<import('vue').ExtractPropT
|
|
|
476
477
|
default: boolean;
|
|
477
478
|
};
|
|
478
479
|
}>> & Readonly<{}>, {
|
|
479
|
-
rotation: number;
|
|
480
|
+
rotation: number | null;
|
|
480
481
|
size: string;
|
|
481
482
|
flippedVertical: boolean;
|
|
482
483
|
flippedHorizontal: boolean;
|