@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,13 +1,15 @@
|
|
|
1
|
+
import { OutlineItemBackgroundColor, OutlineItemSize, OutlineItemState } from './OutlineItem.consts';
|
|
2
|
+
|
|
1
3
|
declare const _default: import('vue').DefineComponent<import('vue').ExtractPropTypes<{
|
|
2
4
|
size: {
|
|
3
5
|
type: StringConstructor;
|
|
4
6
|
default: string;
|
|
5
|
-
validator(size:
|
|
7
|
+
validator(size: OutlineItemSize): boolean;
|
|
6
8
|
};
|
|
7
9
|
backgroundColor: {
|
|
8
10
|
type: StringConstructor;
|
|
9
11
|
default: string;
|
|
10
|
-
validator(color:
|
|
12
|
+
validator(color: OutlineItemBackgroundColor): boolean;
|
|
11
13
|
};
|
|
12
14
|
iconLeft: {
|
|
13
15
|
type: ObjectConstructor;
|
|
@@ -43,7 +45,7 @@ declare const _default: import('vue').DefineComponent<import('vue').ExtractPropT
|
|
|
43
45
|
state: {
|
|
44
46
|
type: StringConstructor;
|
|
45
47
|
default: string;
|
|
46
|
-
validator(state:
|
|
48
|
+
validator(state: OutlineItemState): boolean;
|
|
47
49
|
};
|
|
48
50
|
isSelected: {
|
|
49
51
|
type: BooleanConstructor;
|
|
@@ -304,12 +306,12 @@ declare const _default: import('vue').DefineComponent<import('vue').ExtractPropT
|
|
|
304
306
|
size: {
|
|
305
307
|
type: StringConstructor;
|
|
306
308
|
default: string;
|
|
307
|
-
validator(size:
|
|
309
|
+
validator(size: OutlineItemSize): boolean;
|
|
308
310
|
};
|
|
309
311
|
backgroundColor: {
|
|
310
312
|
type: StringConstructor;
|
|
311
313
|
default: string;
|
|
312
|
-
validator(color:
|
|
314
|
+
validator(color: OutlineItemBackgroundColor): boolean;
|
|
313
315
|
};
|
|
314
316
|
iconLeft: {
|
|
315
317
|
type: ObjectConstructor;
|
|
@@ -345,7 +347,7 @@ declare const _default: import('vue').DefineComponent<import('vue').ExtractPropT
|
|
|
345
347
|
state: {
|
|
346
348
|
type: StringConstructor;
|
|
347
349
|
default: string;
|
|
348
|
-
validator(state:
|
|
350
|
+
validator(state: OutlineItemState): boolean;
|
|
349
351
|
};
|
|
350
352
|
isSelected: {
|
|
351
353
|
type: BooleanConstructor;
|
|
@@ -391,7 +393,7 @@ declare const _default: import('vue').DefineComponent<import('vue').ExtractPropT
|
|
|
391
393
|
validator: (value: string) => boolean;
|
|
392
394
|
};
|
|
393
395
|
rotation: {
|
|
394
|
-
type: NumberConstructor;
|
|
396
|
+
type: (NumberConstructor | null)[];
|
|
395
397
|
default: null;
|
|
396
398
|
};
|
|
397
399
|
flippedVertical: {
|
|
@@ -425,7 +427,7 @@ declare const _default: import('vue').DefineComponent<import('vue').ExtractPropT
|
|
|
425
427
|
validator: (value: string) => boolean;
|
|
426
428
|
};
|
|
427
429
|
rotation: {
|
|
428
|
-
type: NumberConstructor;
|
|
430
|
+
type: (NumberConstructor | null)[];
|
|
429
431
|
default: null;
|
|
430
432
|
};
|
|
431
433
|
flippedVertical: {
|
|
@@ -445,7 +447,7 @@ declare const _default: import('vue').DefineComponent<import('vue').ExtractPropT
|
|
|
445
447
|
default: boolean;
|
|
446
448
|
};
|
|
447
449
|
}>> & Readonly<{}>, {
|
|
448
|
-
rotation: number;
|
|
450
|
+
rotation: number | null;
|
|
449
451
|
size: string;
|
|
450
452
|
flippedVertical: boolean;
|
|
451
453
|
flippedHorizontal: boolean;
|
|
@@ -4,7 +4,7 @@ declare const _default: import('vue').DefineComponent<import('vue').ExtractPropT
|
|
|
4
4
|
currentPage: {
|
|
5
5
|
type: NumberConstructor;
|
|
6
6
|
default: number;
|
|
7
|
-
validator(page:
|
|
7
|
+
validator(page: number): boolean;
|
|
8
8
|
};
|
|
9
9
|
forceCompact: {
|
|
10
10
|
type: BooleanConstructor;
|
|
@@ -17,7 +17,7 @@ declare const _default: import('vue').DefineComponent<import('vue').ExtractPropT
|
|
|
17
17
|
itemsPerPage: {
|
|
18
18
|
type: NumberConstructor;
|
|
19
19
|
default: number;
|
|
20
|
-
validator(itemsPerPage:
|
|
20
|
+
validator(itemsPerPage: number): boolean;
|
|
21
21
|
};
|
|
22
22
|
itemsTotalAmount: {
|
|
23
23
|
type: NumberConstructor;
|
|
@@ -292,7 +292,7 @@ declare const _default: import('vue').DefineComponent<import('vue').ExtractPropT
|
|
|
292
292
|
currentPage: {
|
|
293
293
|
type: NumberConstructor;
|
|
294
294
|
default: number;
|
|
295
|
-
validator(page:
|
|
295
|
+
validator(page: number): boolean;
|
|
296
296
|
};
|
|
297
297
|
forceCompact: {
|
|
298
298
|
type: BooleanConstructor;
|
|
@@ -305,7 +305,7 @@ declare const _default: import('vue').DefineComponent<import('vue').ExtractPropT
|
|
|
305
305
|
itemsPerPage: {
|
|
306
306
|
type: NumberConstructor;
|
|
307
307
|
default: number;
|
|
308
|
-
validator(itemsPerPage:
|
|
308
|
+
validator(itemsPerPage: number): boolean;
|
|
309
309
|
};
|
|
310
310
|
itemsTotalAmount: {
|
|
311
311
|
type: NumberConstructor;
|
|
@@ -323,17 +323,17 @@ declare const _default: import('vue').DefineComponent<import('vue').ExtractPropT
|
|
|
323
323
|
size: {
|
|
324
324
|
type: StringConstructor;
|
|
325
325
|
default: "large";
|
|
326
|
-
validator(value:
|
|
326
|
+
validator(value: import('../Buttons/IconButton').IconButtonSize): boolean;
|
|
327
327
|
};
|
|
328
328
|
radius: {
|
|
329
329
|
type: StringConstructor;
|
|
330
330
|
default: "capsule";
|
|
331
|
-
validator(value:
|
|
331
|
+
validator(value: import('../..').ButtonRadius): boolean;
|
|
332
332
|
};
|
|
333
333
|
type: {
|
|
334
334
|
type: StringConstructor;
|
|
335
335
|
default: "icon-only";
|
|
336
|
-
validator(value:
|
|
336
|
+
validator(value: import('../Buttons/IconButton').IconButtonType): boolean;
|
|
337
337
|
};
|
|
338
338
|
icon: {
|
|
339
339
|
type: ObjectConstructor;
|
|
@@ -343,17 +343,17 @@ declare const _default: import('vue').DefineComponent<import('vue').ExtractPropT
|
|
|
343
343
|
color: {
|
|
344
344
|
type: StringConstructor;
|
|
345
345
|
default: "primary";
|
|
346
|
-
validator(value:
|
|
346
|
+
validator(value: import('../Buttons/IconButton').IconButtonColor): boolean;
|
|
347
347
|
};
|
|
348
348
|
colorScheme: {
|
|
349
349
|
type: StringConstructor;
|
|
350
350
|
default: "all-in-color";
|
|
351
|
-
validator(value:
|
|
351
|
+
validator(value: import('../Buttons/IconButton').IconButtonColorScheme): boolean;
|
|
352
352
|
};
|
|
353
353
|
elevation: {
|
|
354
354
|
type: StringConstructor;
|
|
355
355
|
default: "none";
|
|
356
|
-
validator(value:
|
|
356
|
+
validator(value: import('../..').ButtonElevation): boolean;
|
|
357
357
|
};
|
|
358
358
|
touchable: {
|
|
359
359
|
type: BooleanConstructor;
|
|
@@ -643,24 +643,24 @@ declare const _default: import('vue').DefineComponent<import('vue').ExtractPropT
|
|
|
643
643
|
}, {
|
|
644
644
|
iconSize(): string;
|
|
645
645
|
buttonType(): string;
|
|
646
|
-
computedColor(): string |
|
|
646
|
+
computedColor(): string | undefined;
|
|
647
647
|
isButtonColor(): boolean;
|
|
648
648
|
colorClassName(): string;
|
|
649
649
|
}, {}, import('vue').ComponentOptionsMixin, import('vue').ComponentOptionsMixin, {}, string, import('vue').PublicProps, Readonly<import('vue').ExtractPropTypes<{
|
|
650
650
|
size: {
|
|
651
651
|
type: StringConstructor;
|
|
652
652
|
default: "large";
|
|
653
|
-
validator(value:
|
|
653
|
+
validator(value: import('../Buttons/IconButton').IconButtonSize): boolean;
|
|
654
654
|
};
|
|
655
655
|
radius: {
|
|
656
656
|
type: StringConstructor;
|
|
657
657
|
default: "capsule";
|
|
658
|
-
validator(value:
|
|
658
|
+
validator(value: import('../..').ButtonRadius): boolean;
|
|
659
659
|
};
|
|
660
660
|
type: {
|
|
661
661
|
type: StringConstructor;
|
|
662
662
|
default: "icon-only";
|
|
663
|
-
validator(value:
|
|
663
|
+
validator(value: import('../Buttons/IconButton').IconButtonType): boolean;
|
|
664
664
|
};
|
|
665
665
|
icon: {
|
|
666
666
|
type: ObjectConstructor;
|
|
@@ -670,17 +670,17 @@ declare const _default: import('vue').DefineComponent<import('vue').ExtractPropT
|
|
|
670
670
|
color: {
|
|
671
671
|
type: StringConstructor;
|
|
672
672
|
default: "primary";
|
|
673
|
-
validator(value:
|
|
673
|
+
validator(value: import('../Buttons/IconButton').IconButtonColor): boolean;
|
|
674
674
|
};
|
|
675
675
|
colorScheme: {
|
|
676
676
|
type: StringConstructor;
|
|
677
677
|
default: "all-in-color";
|
|
678
|
-
validator(value:
|
|
678
|
+
validator(value: import('../Buttons/IconButton').IconButtonColorScheme): boolean;
|
|
679
679
|
};
|
|
680
680
|
elevation: {
|
|
681
681
|
type: StringConstructor;
|
|
682
682
|
default: "none";
|
|
683
|
-
validator(value:
|
|
683
|
+
validator(value: import('../..').ButtonElevation): boolean;
|
|
684
684
|
};
|
|
685
685
|
touchable: {
|
|
686
686
|
type: BooleanConstructor;
|
|
@@ -713,7 +713,7 @@ declare const _default: import('vue').DefineComponent<import('vue').ExtractPropT
|
|
|
713
713
|
validator: (value: string) => boolean;
|
|
714
714
|
};
|
|
715
715
|
rotation: {
|
|
716
|
-
type: NumberConstructor;
|
|
716
|
+
type: (NumberConstructor | null)[];
|
|
717
717
|
default: null;
|
|
718
718
|
};
|
|
719
719
|
flippedVertical: {
|
|
@@ -747,7 +747,7 @@ declare const _default: import('vue').DefineComponent<import('vue').ExtractPropT
|
|
|
747
747
|
validator: (value: string) => boolean;
|
|
748
748
|
};
|
|
749
749
|
rotation: {
|
|
750
|
-
type: NumberConstructor;
|
|
750
|
+
type: (NumberConstructor | null)[];
|
|
751
751
|
default: null;
|
|
752
752
|
};
|
|
753
753
|
flippedVertical: {
|
|
@@ -767,7 +767,7 @@ declare const _default: import('vue').DefineComponent<import('vue').ExtractPropT
|
|
|
767
767
|
default: boolean;
|
|
768
768
|
};
|
|
769
769
|
}>> & Readonly<{}>, {
|
|
770
|
-
rotation: number;
|
|
770
|
+
rotation: number | null;
|
|
771
771
|
size: string;
|
|
772
772
|
flippedVertical: boolean;
|
|
773
773
|
flippedHorizontal: boolean;
|
|
@@ -788,7 +788,7 @@ declare const _default: import('vue').DefineComponent<import('vue').ExtractPropT
|
|
|
788
788
|
validator(value: import('../../utils/type.utils').Value<typeof import('../..').BUTTON_TYPES>): boolean;
|
|
789
789
|
};
|
|
790
790
|
color: {
|
|
791
|
-
type: StringConstructor;
|
|
791
|
+
type: (StringConstructor | null)[];
|
|
792
792
|
default: "primary";
|
|
793
793
|
validator(value: import('../../utils/type.utils').Value<typeof ICON_BUTTON_COLORS>): boolean;
|
|
794
794
|
};
|
|
@@ -1095,7 +1095,7 @@ declare const _default: import('vue').DefineComponent<import('vue').ExtractPropT
|
|
|
1095
1095
|
validator(value: import('../../utils/type.utils').Value<typeof import('../..').BUTTON_TYPES>): boolean;
|
|
1096
1096
|
};
|
|
1097
1097
|
color: {
|
|
1098
|
-
type: StringConstructor;
|
|
1098
|
+
type: (StringConstructor | null)[];
|
|
1099
1099
|
default: "primary";
|
|
1100
1100
|
validator(value: import('../../utils/type.utils').Value<typeof ICON_BUTTON_COLORS>): boolean;
|
|
1101
1101
|
};
|
|
@@ -1127,7 +1127,7 @@ declare const _default: import('vue').DefineComponent<import('vue').ExtractPropT
|
|
|
1127
1127
|
}>> & Readonly<{}>, {
|
|
1128
1128
|
size: string;
|
|
1129
1129
|
type: string;
|
|
1130
|
-
color: string;
|
|
1130
|
+
color: string | null;
|
|
1131
1131
|
elevation: string;
|
|
1132
1132
|
radius: string;
|
|
1133
1133
|
state: string;
|
|
@@ -1146,7 +1146,7 @@ declare const _default: import('vue').DefineComponent<import('vue').ExtractPropT
|
|
|
1146
1146
|
validator: (value: string) => boolean;
|
|
1147
1147
|
};
|
|
1148
1148
|
rotation: {
|
|
1149
|
-
type: NumberConstructor;
|
|
1149
|
+
type: (NumberConstructor | null)[];
|
|
1150
1150
|
default: null;
|
|
1151
1151
|
};
|
|
1152
1152
|
flippedVertical: {
|
|
@@ -1180,7 +1180,7 @@ declare const _default: import('vue').DefineComponent<import('vue').ExtractPropT
|
|
|
1180
1180
|
validator: (value: string) => boolean;
|
|
1181
1181
|
};
|
|
1182
1182
|
rotation: {
|
|
1183
|
-
type: NumberConstructor;
|
|
1183
|
+
type: (NumberConstructor | null)[];
|
|
1184
1184
|
default: null;
|
|
1185
1185
|
};
|
|
1186
1186
|
flippedVertical: {
|
|
@@ -1200,7 +1200,7 @@ declare const _default: import('vue').DefineComponent<import('vue').ExtractPropT
|
|
|
1200
1200
|
default: boolean;
|
|
1201
1201
|
};
|
|
1202
1202
|
}>> & Readonly<{}>, {
|
|
1203
|
-
rotation: number;
|
|
1203
|
+
rotation: number | null;
|
|
1204
1204
|
size: string;
|
|
1205
1205
|
flippedVertical: boolean;
|
|
1206
1206
|
flippedHorizontal: boolean;
|
|
@@ -1227,17 +1227,17 @@ declare const _default: import('vue').DefineComponent<import('vue').ExtractPropT
|
|
|
1227
1227
|
triggerAction: {
|
|
1228
1228
|
type: StringConstructor;
|
|
1229
1229
|
default: "click";
|
|
1230
|
-
validator(triggerAction:
|
|
1230
|
+
validator(triggerAction: import('../Dropdown/Dropdown.consts').DropdownTriggerAction): boolean;
|
|
1231
1231
|
};
|
|
1232
1232
|
radius: {
|
|
1233
1233
|
type: StringConstructor;
|
|
1234
1234
|
default: "both";
|
|
1235
|
-
validate(radius:
|
|
1235
|
+
validate(radius: import('../Dropdown/Dropdown.consts').DropdownRadius): boolean;
|
|
1236
1236
|
};
|
|
1237
1237
|
placement: {
|
|
1238
1238
|
type: StringConstructor;
|
|
1239
1239
|
default: "bottom-start";
|
|
1240
|
-
validate(placement:
|
|
1240
|
+
validate(placement: import('../Dropdown/Dropdown.consts').DropdownPlacement): boolean;
|
|
1241
1241
|
};
|
|
1242
1242
|
maxHeight: {
|
|
1243
1243
|
type: StringConstructor;
|
|
@@ -1275,17 +1275,17 @@ declare const _default: import('vue').DefineComponent<import('vue').ExtractPropT
|
|
|
1275
1275
|
triggerAction: {
|
|
1276
1276
|
type: StringConstructor;
|
|
1277
1277
|
default: "click";
|
|
1278
|
-
validator(triggerAction:
|
|
1278
|
+
validator(triggerAction: import('../Dropdown/Dropdown.consts').DropdownTriggerAction): boolean;
|
|
1279
1279
|
};
|
|
1280
1280
|
radius: {
|
|
1281
1281
|
type: StringConstructor;
|
|
1282
1282
|
default: "both";
|
|
1283
|
-
validate(radius:
|
|
1283
|
+
validate(radius: import('../Dropdown/Dropdown.consts').DropdownRadius): boolean;
|
|
1284
1284
|
};
|
|
1285
1285
|
placement: {
|
|
1286
1286
|
type: StringConstructor;
|
|
1287
1287
|
default: "bottom-start";
|
|
1288
|
-
validate(placement:
|
|
1288
|
+
validate(placement: import('../Dropdown/Dropdown.consts').DropdownPlacement): boolean;
|
|
1289
1289
|
};
|
|
1290
1290
|
maxHeight: {
|
|
1291
1291
|
type: StringConstructor;
|
|
@@ -1330,18 +1330,18 @@ declare const _default: import('vue').DefineComponent<import('vue').ExtractPropT
|
|
|
1330
1330
|
};
|
|
1331
1331
|
selectionMode: {
|
|
1332
1332
|
type: StringConstructor;
|
|
1333
|
-
default:
|
|
1334
|
-
validator(selectionMode:
|
|
1333
|
+
default: "selectOnly";
|
|
1334
|
+
validator(selectionMode: import('../..').SelectListItemSelectionMode): boolean;
|
|
1335
1335
|
};
|
|
1336
1336
|
size: {
|
|
1337
1337
|
type: StringConstructor;
|
|
1338
|
-
default:
|
|
1339
|
-
validator(size:
|
|
1338
|
+
default: "small";
|
|
1339
|
+
validator(size: import('../..').SelectListItemSize): boolean;
|
|
1340
1340
|
};
|
|
1341
1341
|
state: {
|
|
1342
1342
|
type: StringConstructor;
|
|
1343
|
-
default:
|
|
1344
|
-
validator(state:
|
|
1343
|
+
default: "default";
|
|
1344
|
+
validator(state: import('../..').SelectListItemState): boolean;
|
|
1345
1345
|
};
|
|
1346
1346
|
}>, {}, {
|
|
1347
1347
|
ICON_SIZES: Readonly<{
|
|
@@ -1573,13 +1573,13 @@ declare const _default: import('vue').DefineComponent<import('vue').ExtractPropT
|
|
|
1573
1573
|
readonly FAD_SPINNER_THIRD: import('@fortawesome/fontawesome-common-types').IconDefinition;
|
|
1574
1574
|
}>;
|
|
1575
1575
|
SELECT_LIST_ITEM_SELECTION_MODE: Readonly<{
|
|
1576
|
-
SELECT_ONLY:
|
|
1577
|
-
TOGGLE:
|
|
1576
|
+
readonly SELECT_ONLY: "selectOnly";
|
|
1577
|
+
readonly TOGGLE: "toggle";
|
|
1578
1578
|
}>;
|
|
1579
1579
|
SELECT_LIST_ITEM_STATES: Readonly<{
|
|
1580
|
-
DEFAULT:
|
|
1581
|
-
LOADING:
|
|
1582
|
-
DISABLED:
|
|
1580
|
+
readonly DEFAULT: "default";
|
|
1581
|
+
readonly LOADING: "loading";
|
|
1582
|
+
readonly DISABLED: "disabled";
|
|
1583
1583
|
}>;
|
|
1584
1584
|
}, {
|
|
1585
1585
|
isLoading(): boolean;
|
|
@@ -1608,18 +1608,18 @@ declare const _default: import('vue').DefineComponent<import('vue').ExtractPropT
|
|
|
1608
1608
|
};
|
|
1609
1609
|
selectionMode: {
|
|
1610
1610
|
type: StringConstructor;
|
|
1611
|
-
default:
|
|
1612
|
-
validator(selectionMode:
|
|
1611
|
+
default: "selectOnly";
|
|
1612
|
+
validator(selectionMode: import('../..').SelectListItemSelectionMode): boolean;
|
|
1613
1613
|
};
|
|
1614
1614
|
size: {
|
|
1615
1615
|
type: StringConstructor;
|
|
1616
|
-
default:
|
|
1617
|
-
validator(size:
|
|
1616
|
+
default: "small";
|
|
1617
|
+
validator(size: import('../..').SelectListItemSize): boolean;
|
|
1618
1618
|
};
|
|
1619
1619
|
state: {
|
|
1620
1620
|
type: StringConstructor;
|
|
1621
|
-
default:
|
|
1622
|
-
validator(state:
|
|
1621
|
+
default: "default";
|
|
1622
|
+
validator(state: import('../..').SelectListItemState): boolean;
|
|
1623
1623
|
};
|
|
1624
1624
|
}>> & Readonly<{}>, {
|
|
1625
1625
|
size: string;
|
|
@@ -1642,7 +1642,7 @@ declare const _default: import('vue').DefineComponent<import('vue').ExtractPropT
|
|
|
1642
1642
|
validator: (value: string) => boolean;
|
|
1643
1643
|
};
|
|
1644
1644
|
rotation: {
|
|
1645
|
-
type: NumberConstructor;
|
|
1645
|
+
type: (NumberConstructor | null)[];
|
|
1646
1646
|
default: null;
|
|
1647
1647
|
};
|
|
1648
1648
|
flippedVertical: {
|
|
@@ -1676,7 +1676,7 @@ declare const _default: import('vue').DefineComponent<import('vue').ExtractPropT
|
|
|
1676
1676
|
validator: (value: string) => boolean;
|
|
1677
1677
|
};
|
|
1678
1678
|
rotation: {
|
|
1679
|
-
type: NumberConstructor;
|
|
1679
|
+
type: (NumberConstructor | null)[];
|
|
1680
1680
|
default: null;
|
|
1681
1681
|
};
|
|
1682
1682
|
flippedVertical: {
|
|
@@ -1696,7 +1696,7 @@ declare const _default: import('vue').DefineComponent<import('vue').ExtractPropT
|
|
|
1696
1696
|
default: boolean;
|
|
1697
1697
|
};
|
|
1698
1698
|
}>> & Readonly<{}>, {
|
|
1699
|
-
rotation: number;
|
|
1699
|
+
rotation: number | null;
|
|
1700
1700
|
size: string;
|
|
1701
1701
|
flippedVertical: boolean;
|
|
1702
1702
|
flippedHorizontal: boolean;
|
|
@@ -1,3 +1,5 @@
|
|
|
1
|
+
import { Value } from '../../utils/type.utils';
|
|
2
|
+
|
|
1
3
|
export declare const PROGRESS_BAR_RANGE_COLORS: {
|
|
2
4
|
readonly PRIMARY_MEDIUM: "primaryMedium";
|
|
3
5
|
readonly PRIMARY: "primary";
|
|
@@ -24,6 +26,7 @@ export declare const PROGRESS_BAR_RANGE_COLORS: {
|
|
|
24
26
|
readonly FAIL_WEAK: "failWeak";
|
|
25
27
|
readonly FAIL_GHOST: "failGhost";
|
|
26
28
|
};
|
|
29
|
+
export type ProgressBarRangeColor = Value<typeof PROGRESS_BAR_RANGE_COLORS>;
|
|
27
30
|
export declare const PROGRESS_BAR_BADGE_COLORS: {
|
|
28
31
|
readonly PRIMARY: "primary";
|
|
29
32
|
readonly NEUTRAL: "neutral";
|
|
@@ -32,23 +35,28 @@ export declare const PROGRESS_BAR_BADGE_COLORS: {
|
|
|
32
35
|
readonly WARNING: "warning";
|
|
33
36
|
readonly FAIL: "fail";
|
|
34
37
|
};
|
|
38
|
+
export type ProgressBarBadgeColor = Value<typeof PROGRESS_BAR_BADGE_COLORS>;
|
|
35
39
|
export declare const PROGRESS_BAR_SIZES: {
|
|
36
40
|
readonly MEDIUM: "medium";
|
|
37
41
|
readonly SMALL: "small";
|
|
38
42
|
readonly XSMALL: "extra small";
|
|
39
43
|
};
|
|
44
|
+
export type ProgressBarSize = Value<typeof PROGRESS_BAR_SIZES>;
|
|
40
45
|
export declare const PROGRESS_BAR_LABEL_TEXT_SIZES: {
|
|
41
46
|
readonly MEDIUM: "medium";
|
|
42
47
|
readonly SMALL: "small";
|
|
43
48
|
};
|
|
49
|
+
export type ProgressBarLabelTextSize = Value<typeof PROGRESS_BAR_LABEL_TEXT_SIZES>;
|
|
44
50
|
export declare const PROGRESS_BAR_RADII: {
|
|
45
51
|
DEFAULT: string;
|
|
46
52
|
NONE: string;
|
|
47
53
|
};
|
|
54
|
+
export type ProgressBarRadius = Value<typeof PROGRESS_BAR_RADII>;
|
|
48
55
|
export declare const PROGRESS_BAR_LAYOUTS: {
|
|
49
56
|
DEFAULT: string;
|
|
50
57
|
COMPACT: string;
|
|
51
58
|
};
|
|
59
|
+
export type ProgressBarLayout = Value<typeof PROGRESS_BAR_LAYOUTS>;
|
|
52
60
|
export interface ProgressBarRange {
|
|
53
61
|
color: typeof PROGRESS_BAR_RANGE_COLORS[keyof typeof PROGRESS_BAR_RANGE_COLORS];
|
|
54
62
|
start: number;
|
|
@@ -1,31 +1,31 @@
|
|
|
1
1
|
import { PropType } from 'vue';
|
|
2
|
-
import { ProgressBarRange } from './ProgressBar.consts';
|
|
2
|
+
import { ProgressBarBadgeColor, ProgressBarLabelTextSize, ProgressBarLayout, ProgressBarRadius, ProgressBarRange, ProgressBarSize } from './ProgressBar.consts';
|
|
3
3
|
|
|
4
4
|
declare const _default: import('vue').DefineComponent<import('vue').ExtractPropTypes<{
|
|
5
5
|
size: {
|
|
6
6
|
type: StringConstructor;
|
|
7
7
|
default: "small";
|
|
8
|
-
validator(size:
|
|
8
|
+
validator(size: ProgressBarSize): boolean;
|
|
9
9
|
};
|
|
10
10
|
labelTextSize: {
|
|
11
11
|
type: StringConstructor;
|
|
12
12
|
default: "small";
|
|
13
|
-
validator(size:
|
|
13
|
+
validator(size: ProgressBarLabelTextSize): boolean;
|
|
14
14
|
};
|
|
15
15
|
ranges: {
|
|
16
16
|
type: PropType<Array<ProgressBarRange>>;
|
|
17
17
|
required: true;
|
|
18
|
-
validator(ranges:
|
|
18
|
+
validator(ranges: Array<ProgressBarRange>): boolean;
|
|
19
19
|
};
|
|
20
20
|
radius: {
|
|
21
21
|
type: StringConstructor;
|
|
22
22
|
default: string;
|
|
23
|
-
validator(size:
|
|
23
|
+
validator(size: ProgressBarRadius): boolean;
|
|
24
24
|
};
|
|
25
25
|
layout: {
|
|
26
26
|
type: StringConstructor;
|
|
27
27
|
default: string;
|
|
28
|
-
validator(size:
|
|
28
|
+
validator(size: ProgressBarLayout): boolean;
|
|
29
29
|
};
|
|
30
30
|
labelText: {
|
|
31
31
|
type: StringConstructor;
|
|
@@ -50,12 +50,12 @@ declare const _default: import('vue').DefineComponent<import('vue').ExtractPropT
|
|
|
50
50
|
badgePosition: {
|
|
51
51
|
type: NumberConstructor;
|
|
52
52
|
default: null;
|
|
53
|
-
validator(position:
|
|
53
|
+
validator(position: number): boolean;
|
|
54
54
|
};
|
|
55
55
|
badgeColor: {
|
|
56
56
|
type: StringConstructor;
|
|
57
57
|
default: "info";
|
|
58
|
-
validator(color:
|
|
58
|
+
validator(color: ProgressBarBadgeColor): boolean;
|
|
59
59
|
};
|
|
60
60
|
}>, {}, {
|
|
61
61
|
PROGRESS_BAR_SIZES: Readonly<{
|
|
@@ -309,27 +309,27 @@ declare const _default: import('vue').DefineComponent<import('vue').ExtractPropT
|
|
|
309
309
|
size: {
|
|
310
310
|
type: StringConstructor;
|
|
311
311
|
default: "small";
|
|
312
|
-
validator(size:
|
|
312
|
+
validator(size: ProgressBarSize): boolean;
|
|
313
313
|
};
|
|
314
314
|
labelTextSize: {
|
|
315
315
|
type: StringConstructor;
|
|
316
316
|
default: "small";
|
|
317
|
-
validator(size:
|
|
317
|
+
validator(size: ProgressBarLabelTextSize): boolean;
|
|
318
318
|
};
|
|
319
319
|
ranges: {
|
|
320
320
|
type: PropType<Array<ProgressBarRange>>;
|
|
321
321
|
required: true;
|
|
322
|
-
validator(ranges:
|
|
322
|
+
validator(ranges: Array<ProgressBarRange>): boolean;
|
|
323
323
|
};
|
|
324
324
|
radius: {
|
|
325
325
|
type: StringConstructor;
|
|
326
326
|
default: string;
|
|
327
|
-
validator(size:
|
|
327
|
+
validator(size: ProgressBarRadius): boolean;
|
|
328
328
|
};
|
|
329
329
|
layout: {
|
|
330
330
|
type: StringConstructor;
|
|
331
331
|
default: string;
|
|
332
|
-
validator(size:
|
|
332
|
+
validator(size: ProgressBarLayout): boolean;
|
|
333
333
|
};
|
|
334
334
|
labelText: {
|
|
335
335
|
type: StringConstructor;
|
|
@@ -354,12 +354,12 @@ declare const _default: import('vue').DefineComponent<import('vue').ExtractPropT
|
|
|
354
354
|
badgePosition: {
|
|
355
355
|
type: NumberConstructor;
|
|
356
356
|
default: null;
|
|
357
|
-
validator(position:
|
|
357
|
+
validator(position: number): boolean;
|
|
358
358
|
};
|
|
359
359
|
badgeColor: {
|
|
360
360
|
type: StringConstructor;
|
|
361
361
|
default: "info";
|
|
362
|
-
validator(color:
|
|
362
|
+
validator(color: ProgressBarBadgeColor): boolean;
|
|
363
363
|
};
|
|
364
364
|
}>> & Readonly<{}>, {
|
|
365
365
|
size: string;
|
|
@@ -386,7 +386,7 @@ declare const _default: import('vue').DefineComponent<import('vue').ExtractPropT
|
|
|
386
386
|
validator: (value: string) => boolean;
|
|
387
387
|
};
|
|
388
388
|
rotation: {
|
|
389
|
-
type: NumberConstructor;
|
|
389
|
+
type: (NumberConstructor | null)[];
|
|
390
390
|
default: null;
|
|
391
391
|
};
|
|
392
392
|
flippedVertical: {
|
|
@@ -420,7 +420,7 @@ declare const _default: import('vue').DefineComponent<import('vue').ExtractPropT
|
|
|
420
420
|
validator: (value: string) => boolean;
|
|
421
421
|
};
|
|
422
422
|
rotation: {
|
|
423
|
-
type: NumberConstructor;
|
|
423
|
+
type: (NumberConstructor | null)[];
|
|
424
424
|
default: null;
|
|
425
425
|
};
|
|
426
426
|
flippedVertical: {
|
|
@@ -440,7 +440,7 @@ declare const _default: import('vue').DefineComponent<import('vue').ExtractPropT
|
|
|
440
440
|
default: boolean;
|
|
441
441
|
};
|
|
442
442
|
}>> & Readonly<{}>, {
|
|
443
|
-
rotation: number;
|
|
443
|
+
rotation: number | null;
|
|
444
444
|
size: string;
|
|
445
445
|
flippedVertical: boolean;
|
|
446
446
|
flippedHorizontal: boolean;
|
|
@@ -9,12 +9,12 @@ declare const _default: import('vue').DefineComponent<import('vue').ExtractPropT
|
|
|
9
9
|
state: {
|
|
10
10
|
type: PropType<ProgressDonutChartState>;
|
|
11
11
|
default: string;
|
|
12
|
-
validator(state:
|
|
12
|
+
validator(state: ProgressDonutChartState): boolean;
|
|
13
13
|
};
|
|
14
14
|
ranges: {
|
|
15
15
|
type: PropType<Array<ProgressDonutChartRange>>;
|
|
16
16
|
required: true;
|
|
17
|
-
validator(ranges:
|
|
17
|
+
validator(ranges: Array<ProgressDonutChartRange>): boolean;
|
|
18
18
|
};
|
|
19
19
|
}>, {}, {
|
|
20
20
|
PROGRESS_DONUT_CHART_STATES: Readonly<{
|
|
@@ -265,12 +265,12 @@ declare const _default: import('vue').DefineComponent<import('vue').ExtractPropT
|
|
|
265
265
|
state: {
|
|
266
266
|
type: PropType<ProgressDonutChartState>;
|
|
267
267
|
default: string;
|
|
268
|
-
validator(state:
|
|
268
|
+
validator(state: ProgressDonutChartState): boolean;
|
|
269
269
|
};
|
|
270
270
|
ranges: {
|
|
271
271
|
type: PropType<Array<ProgressDonutChartRange>>;
|
|
272
272
|
required: true;
|
|
273
|
-
validator(ranges:
|
|
273
|
+
validator(ranges: Array<ProgressDonutChartRange>): boolean;
|
|
274
274
|
};
|
|
275
275
|
}>> & Readonly<{}>, {
|
|
276
276
|
label: string;
|
|
@@ -288,7 +288,7 @@ declare const _default: import('vue').DefineComponent<import('vue').ExtractPropT
|
|
|
288
288
|
validator: (value: string) => boolean;
|
|
289
289
|
};
|
|
290
290
|
rotation: {
|
|
291
|
-
type: NumberConstructor;
|
|
291
|
+
type: (NumberConstructor | null)[];
|
|
292
292
|
default: null;
|
|
293
293
|
};
|
|
294
294
|
flippedVertical: {
|
|
@@ -322,7 +322,7 @@ declare const _default: import('vue').DefineComponent<import('vue').ExtractPropT
|
|
|
322
322
|
validator: (value: string) => boolean;
|
|
323
323
|
};
|
|
324
324
|
rotation: {
|
|
325
|
-
type: NumberConstructor;
|
|
325
|
+
type: (NumberConstructor | null)[];
|
|
326
326
|
default: null;
|
|
327
327
|
};
|
|
328
328
|
flippedVertical: {
|
|
@@ -342,7 +342,7 @@ declare const _default: import('vue').DefineComponent<import('vue').ExtractPropT
|
|
|
342
342
|
default: boolean;
|
|
343
343
|
};
|
|
344
344
|
}>> & Readonly<{}>, {
|
|
345
|
-
rotation: number;
|
|
345
|
+
rotation: number | null;
|
|
346
346
|
size: string;
|
|
347
347
|
flippedVertical: boolean;
|
|
348
348
|
flippedHorizontal: boolean;
|