@bethinkpl/design-system 26.6.0 → 26.7.1
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/README.md +5 -0
- package/dist/design-system.umd.cjs +18 -18
- package/dist/design-system.umd.cjs.map +1 -1
- package/dist/lib/js/components/Avatar/Avatar.consts.d.ts +9 -0
- package/dist/lib/js/components/Avatar/Avatar.vue.d.ts +38 -0
- package/dist/lib/js/components/Avatar/index.d.ts +4 -0
- package/dist/lib/js/components/BadgeScore/BadgeScore.vue.d.ts +63 -5
- package/dist/lib/js/components/Banner/Banner.vue.d.ts +371 -34
- package/dist/lib/js/components/Buttons/Button/Button.vue.d.ts +96 -8
- package/dist/lib/js/components/Buttons/IconButton/IconButton.vue.d.ts +197 -17
- package/dist/lib/js/components/Cards/Card/Card.consts.d.ts +3 -3
- package/dist/lib/js/components/Cards/Card/Card.vue.d.ts +14 -12
- package/dist/lib/js/components/Cards/CardExpandable/CardExpandable.vue.d.ts +20 -18
- package/dist/lib/js/components/Chip/Chip.vue.d.ts +293 -26
- package/dist/lib/js/components/DatePickers/DatePicker/DatePicker.consts.d.ts +4 -4
- package/dist/lib/js/components/DatePickers/DatePicker/DatePicker.vue.d.ts +128 -30
- package/dist/lib/js/components/DatePickers/DatePickerBox/DatePickerBox.vue.d.ts +115 -8
- package/dist/lib/js/components/DatePickers/DateRangePicker/DateRangePicker.vue.d.ts +118 -14
- package/dist/lib/js/components/Drawer/Drawer.consts.d.ts +1 -1
- package/dist/lib/js/components/Drawer/DrawerHeader/DrawerHeader.consts.d.ts +1 -1
- package/dist/lib/js/components/Drawer/DrawerHeader/DrawerHeader.vue.d.ts +582 -57
- package/dist/lib/js/components/Drawer/DrawerListItem/DrawerListItem.consts.d.ts +1 -1
- package/dist/lib/js/components/Drawer/DrawerListItem/DrawerListItem.vue.d.ts +39 -8
- package/dist/lib/js/components/Drawer/DrawerSection/DrawerSection.vue.d.ts +468 -34
- package/dist/lib/js/components/Drawer/DrawerTile/DrawerTile.vue.d.ts +12 -26
- package/dist/lib/js/components/Dropdown/Dropdown.vue.d.ts +68 -4
- package/dist/lib/js/components/Form/Checkbox/Checkbox.consts.d.ts +2 -2
- package/dist/lib/js/components/Form/Checkbox/Checkbox.vue.d.ts +119 -10
- package/dist/lib/js/components/Form/RadioButton/RadioButton.consts.d.ts +2 -2
- package/dist/lib/js/components/Form/RadioButton/RadioButton.vue.d.ts +119 -10
- package/dist/lib/js/components/Form/SelectionControl/SelectionControl.consts.d.ts +3 -3
- package/dist/lib/js/components/Form/SelectionControl/SelectionControl.sb.shared.d.ts +1 -1
- package/dist/lib/js/components/Form/SelectionControl/SelectionControl.vue.d.ts +74 -5
- package/dist/lib/js/components/Headers/OverlayHeader/OverlayHeader.vue.d.ts +340 -30
- package/dist/lib/js/components/Headers/PageHeader/PageHeader.vue.d.ts +38 -2
- package/dist/lib/js/components/Headers/SectionHeader/SectionHeader.consts.d.ts +1 -1
- package/dist/lib/js/components/Headers/SectionHeader/SectionHeader.vue.d.ts +342 -26
- package/dist/lib/js/components/IconText/IconText.vue.d.ts +73 -4
- package/dist/lib/js/components/Icons/FeatureIcon/FeatureIcon.vue.d.ts +45 -5
- package/dist/lib/js/components/Icons/Icon/Icon.consts.d.ts +10 -8
- package/dist/lib/js/components/Icons/Icon/Icon.vue.d.ts +2 -2
- package/dist/lib/js/components/Image/Image.consts.d.ts +1 -1
- package/dist/lib/js/components/Image/Image.vue.d.ts +6 -5
- package/dist/lib/js/components/Layouts/ThreeColumnLayout/ThreeColumnLayout.consts.d.ts +1 -1
- package/dist/lib/js/components/Layouts/ThreeColumnLayout/ThreeColumnLayout.vue.d.ts +55 -2
- package/dist/lib/js/components/LoadingBar/LoadingBar.consts.d.ts +2 -2
- package/dist/lib/js/components/LoadingBar/LoadingBar.vue.d.ts +5 -4
- package/dist/lib/js/components/Modal/Modal.vue.d.ts +8 -6
- package/dist/lib/js/components/Modals/Modal/Modal.vue.d.ts +517 -37
- package/dist/lib/js/components/Modals/ModalDialog/ModalDialog.vue.d.ts +628 -39
- package/dist/lib/js/components/Outline/OutlineItem/OutlineItem.vue.d.ts +137 -9
- package/dist/lib/js/components/Pagination/Pagination.vue.d.ts +402 -36
- package/dist/lib/js/components/ProgressBar/ProgressBar.vue.d.ts +125 -8
- package/dist/lib/js/components/ProgressDonutChart/ProgressDonutChart.consts.d.ts +1 -1
- package/dist/lib/js/components/ProgressDonutChart/ProgressDonutChart.vue.d.ts +43 -8
- package/dist/lib/js/components/RichList/BasicRichListItem/BasicRichListItem.vue.d.ts +545 -34
- package/dist/lib/js/components/RichList/GroupRichListItem/GroupRichListItem.consts.d.ts +2 -2
- package/dist/lib/js/components/RichList/GroupRichListItem/GroupRichListItem.vue.d.ts +6 -5
- package/dist/lib/js/components/RichList/RichListItem/RichListItem.consts.d.ts +7 -7
- package/dist/lib/js/components/RichList/RichListItem/RichListItem.vue.d.ts +305 -21
- package/dist/lib/js/components/SectionTitle/SectionTitle.consts.d.ts +1 -1
- package/dist/lib/js/components/SelectList/SelectListItem/SelectListItem.vue.d.ts +84 -8
- package/dist/lib/js/components/SelectList/SelectListItemTile/SelectListItemTile.vue.d.ts +12 -26
- package/dist/lib/js/components/SelectList/SelectListItemToggle/SelectListItemToggle.vue.d.ts +152 -10
- package/dist/lib/js/components/SelectionTile/SelectionTile.consts.d.ts +2 -2
- package/dist/lib/js/components/SelectionTile/SelectionTile.vue.d.ts +377 -33
- package/dist/lib/js/components/Skeleton/Skeleton.consts.d.ts +1 -1
- package/dist/lib/js/components/Skeleton/Skeleton.vue.d.ts +4 -3
- package/dist/lib/js/components/Statuses/AccessStatus/AccessStatus.vue.d.ts +8 -6
- package/dist/lib/js/components/Statuses/BlockadeStatus/BlockadeStatus.vue.d.ts +8 -6
- package/dist/lib/js/components/SurveyQuestions/SurveyQuestionOpenEnded/SurveyQuestionOpenEnded.vue.d.ts +352 -49
- package/dist/lib/js/components/SurveyQuestions/SurveyQuestionScale/SurveyQuestionScale.vue.d.ts +451 -53
- package/dist/lib/js/components/SurveyToggle/SurveyToggle.vue.d.ts +62 -4
- package/dist/lib/js/components/Switch/Switch.consts.d.ts +4 -4
- package/dist/lib/js/components/Switch/Switch.vue.d.ts +91 -9
- package/dist/lib/js/components/TabItem/TabItem.vue.d.ts +49 -5
- package/dist/lib/js/components/TextGroup/TextGroup.consts.d.ts +4 -4
- package/dist/lib/js/components/TextGroup/TextGroup.vue.d.ts +10 -10
- package/dist/lib/js/components/Tile/Tile.consts.d.ts +4 -4
- package/dist/lib/js/components/Tile/Tile.sb.shared.d.ts +375 -39
- package/dist/lib/js/components/Tile/Tile.vue.d.ts +12 -16
- package/dist/lib/js/components/Toast/Toast.consts.d.ts +3 -3
- package/dist/lib/js/components/Toast/Toast.vue.d.ts +202 -23
- package/dist/lib/js/components/Toggles/CounterToggle/CounterToggle.vue.d.ts +50 -4
- package/dist/lib/js/components/Toggles/ToggleButton/ToggleButton.consts.d.ts +5 -5
- package/dist/lib/js/components/Toggles/ToggleButton/ToggleButton.vue.d.ts +124 -10
- package/dist/lib/js/components/Tooltip/Tooltip.consts.d.ts +1 -1
- package/dist/lib/js/icons/fontawesome.d.ts +1 -0
- package/dist/lib/js/index.d.ts +2 -0
- package/dist/lib/js/utils/type.utils.d.ts +1 -1
- package/docs/assets/{AccessStatus-Dz1vfbnh.js → AccessStatus-lY4oqKbY.js} +1 -1
- package/docs/assets/{AccessStatus.stories-BC2FqmS7.js → AccessStatus.stories-B-o8Wzbn.js} +1 -1
- package/docs/assets/Avatar-BALJe_Kd.js +1 -0
- package/docs/assets/Avatar.stories-BBWquxG4.js +35 -0
- package/docs/assets/{BadgeScore-C0Ghj-5s.js → BadgeScore-BllxpS5b.js} +1 -1
- package/docs/assets/{BadgeScore.stories-DQOL_ZiP.js → BadgeScore.stories-CZkwHDBn.js} +1 -1
- package/docs/assets/{Banner-BmKYBJ1B.js → Banner-B_WbNF52.js} +1 -1
- package/docs/assets/{Banner.stories-BPHdgNAZ.js → Banner.stories-BnbHDoMg.js} +1 -1
- package/docs/assets/{BasicRichListItem-Ctm7LWMn.js → BasicRichListItem-xKSFXEOx.js} +1 -1
- package/docs/assets/{BasicRichListItem.stories-CW9os382.js → BasicRichListItem.stories-D5cFXBnH.js} +2 -2
- package/docs/assets/{BlockadeStatus-4Zx578QV.js → BlockadeStatus-P8nBhdtz.js} +1 -1
- package/docs/assets/{BlockedeStatus.stories-CeCB1B6k.js → BlockedeStatus.stories-D2lBK6X4.js} +1 -1
- package/docs/assets/{Button-DVtHJ-a3.js → Button-BnWnuQz_.js} +1 -1
- package/docs/assets/{Button.stories-D7PDCOOm.js → Button.stories-BUAtvyqT.js} +1 -1
- package/docs/assets/{Card-CbIL2Iiq.js → Card-BzXb8FVb.js} +1 -1
- package/docs/assets/{Card.stories-sWfj8JIt.js → Card.stories-DR5-T-9k.js} +1 -1
- package/docs/assets/{CardExpandable-DvrXNsTR.js → CardExpandable-UGGPT1DB.js} +1 -1
- package/docs/assets/{CardExpandable.stories-CeNHupz8.js → CardExpandable.stories-CgBLkNle.js} +1 -1
- package/docs/assets/{Checkbox-Bk9Hyj7u.js → Checkbox-CJfLFnEo.js} +1 -1
- package/docs/assets/{Checkbox.stories-C9VNatGb.js → Checkbox.stories-Cuk7m0lR.js} +1 -1
- package/docs/assets/{Chip-D-3z8YPj.js → Chip-DHtEAdjh.js} +1 -1
- package/docs/assets/{Chip.stories-CjFXBnam.js → Chip.stories-DQ1Us1CB.js} +1 -1
- package/docs/assets/{Color-ERTF36HU-CqJ5SSs8.js → Color-ERTF36HU-Bdv_bt15.js} +1 -1
- package/docs/assets/{Colors.stories-CrtG5S4A.js → Colors.stories-BWgavcUS.js} +1 -1
- package/docs/assets/{ColorsThemes.stories-B_DRVheO.js → ColorsThemes.stories-0-sPp0ge.js} +1 -1
- package/docs/assets/{ColorsTokensLms.stories-DNXNDpp5.js → ColorsTokensLms.stories-BykJy-2-.js} +1 -1
- package/docs/assets/{ColorsTokensPrimaryBodywork.stories-MZpI5IXh.js → ColorsTokensPrimaryBodywork.stories-DbuoY06v.js} +1 -1
- package/docs/assets/{ColorsTokensPrimaryWnl.stories-D8POK0cA.js → ColorsTokensPrimaryWnl.stories-BGrxCgKb.js} +1 -1
- package/docs/assets/{CounterToggle-FQNWJcH5.js → CounterToggle-B1fmCAW0.js} +1 -1
- package/docs/assets/{CounterToggle.stories-B63J-wko.js → CounterToggle.stories-B0h9L-mI.js} +1 -1
- package/docs/assets/{DatePicker-Br-Dxnyn.js → DatePicker-DIJ8aqM6.js} +1 -1
- package/docs/assets/{DatePicker.stories-C4sN46Ws.js → DatePicker.stories-D4LubdID.js} +1 -1
- package/docs/assets/{DateRangePicker-B2xmoGPO.js → DateRangePicker-1oxiA7Lf.js} +1 -1
- package/docs/assets/{DateRangePicker.stories-DGh5m4TF.js → DateRangePicker.stories-CmHayQUD.js} +1 -1
- package/docs/assets/{Divider-4HN2u4Et.js → Divider-CeZli6az.js} +1 -1
- package/docs/assets/{Divider.stories-BCrs-P64.js → Divider.stories-BGrVq6Gh.js} +1 -1
- package/docs/assets/{DocsRenderer-CFRXHY34-CemqquOQ.js → DocsRenderer-CFRXHY34-7YPgF_58.js} +5 -5
- package/docs/assets/{Drawer-DRYKGdtt.js → Drawer-BAhS1Aex.js} +1 -1
- package/docs/assets/{Drawer.stories-DNAfMM9D.js → Drawer.stories-Bgvx4k59.js} +1 -1
- package/docs/assets/{DrawerContent-CY64oeID.js → DrawerContent-BC_l9IKr.js} +1 -1
- package/docs/assets/{DrawerContent.stories-CJRbiAKZ.js → DrawerContent.stories-bd7mDbJc.js} +1 -1
- package/docs/assets/{DrawerDivider-B6matEEg.js → DrawerDivider-DuTuIbLz.js} +1 -1
- package/docs/assets/{DrawerDivider.stories-DkEGw1YV.js → DrawerDivider.stories-C6fwM_Vr.js} +1 -1
- package/docs/assets/{DrawerHeader-kxEGS3hp.js → DrawerHeader-DAlTWdTV.js} +1 -1
- package/docs/assets/{DrawerHeader.stories-C696CXDI.js → DrawerHeader.stories-DPx9vaHi.js} +1 -1
- package/docs/assets/{DrawerListItem-k3WHGFah.js → DrawerListItem-BQwvRia4.js} +1 -1
- package/docs/assets/{DrawerListItem.stories-DUxJpobr.js → DrawerListItem.stories-CHf7nV4C.js} +1 -1
- package/docs/assets/{DrawerListItemGroup-B40g16RV.js → DrawerListItemGroup-BTfrsZ_p.js} +1 -1
- package/docs/assets/{DrawerListItemGroup.stories-Crms7R86.js → DrawerListItemGroup.stories-Ch1z9OG4.js} +1 -1
- package/docs/assets/{DrawerSection-DIeDQFNf.js → DrawerSection-xoALUrNo.js} +1 -1
- package/docs/assets/{DrawerSection.stories-DgdmLwYu.js → DrawerSection.stories-B_netySu.js} +1 -1
- package/docs/assets/{DrawerTile-OeT5gefI.js → DrawerTile-C64fS4dq.js} +1 -1
- package/docs/assets/{DrawerTile.stories-nBKWobdB.js → DrawerTile.stories-CRTdtfFG.js} +1 -1
- package/docs/assets/{Dropdown-CR-eIdCF.js → Dropdown-B75bqkCY.js} +1 -1
- package/docs/assets/{Dropdown.stories-Caf2EapU.js → Dropdown.stories-CFcPipvl.js} +1 -1
- package/docs/assets/{FeatureIcon-B09zj5Bd.js → FeatureIcon-DuHLb2s9.js} +1 -1
- package/docs/assets/{FeatureIcon.stories-CGmHfPT3.js → FeatureIcon.stories-D2wXVZJD.js} +1 -1
- package/docs/assets/{GroupRichListItem-DEqhXKuF.js → GroupRichListItem-C2S_DIM-.js} +1 -1
- package/docs/assets/{GroupRichListItem.stories-y32zxNgh.js → GroupRichListItem.stories-DkFM_Fbq.js} +1 -1
- package/docs/assets/Icon-KlrZhBvI.js +761 -0
- package/docs/assets/{Icon.stories-CY_HHNiQ.js → Icon.stories-DQC9sgOw.js} +1 -1
- package/docs/assets/{IconButton-rhUVXzuc.js → IconButton-BcjUxjB4.js} +1 -1
- package/docs/assets/{IconButton.stories-DFB0l3TX.js → IconButton.stories-BHiXRfSV.js} +1 -1
- package/docs/assets/{IconText-CKA7x6Oe.js → IconText-CcdweKoG.js} +1 -1
- package/docs/assets/{IconText.stories-DI_tSPTu.js → IconText.stories-CAwMj5EE.js} +1 -1
- package/docs/assets/{Image-BF_Kx0up.js → Image-B9jnhF_n.js} +1 -1
- package/docs/assets/{Image.stories-BXYD86R1.js → Image.stories-DzKTJQnd.js} +1 -1
- package/docs/assets/{ItemsList-DxGr2MB5.js → ItemsList-D_riVFX-.js} +1 -1
- package/docs/assets/{LoadingBar-BeOPZFzu.js → LoadingBar-C1yAImWt.js} +1 -1
- package/docs/assets/{LoadingBar.stories-BJeb9oll.js → LoadingBar.stories-NffcMV2n.js} +1 -1
- package/docs/assets/Modal-CgNyRPs8.js +1 -0
- package/docs/assets/{Modal.stories-DL5mJmSa.js → Modal.stories-xhgpgD4o.js} +1 -1
- package/docs/assets/{ModalDialog-C79kCvIP.js → ModalDialog-B2ORB9vQ.js} +1 -1
- package/docs/assets/{ModalDialog.stories-DevcfCkg.js → ModalDialog.stories-DnpSmybQ.js} +1 -1
- package/docs/assets/{NumberInCircle-Cqbd2PUf.js → NumberInCircle-CYZFaZ00.js} +1 -1
- package/docs/assets/{NumberInCircle.stories--_6-RNlU.js → NumberInCircle.stories-DzdSX4we.js} +1 -1
- package/docs/assets/{OutlineDivider-9phD7EaD.js → OutlineDivider-DItdz99b.js} +1 -1
- package/docs/assets/{OutlineDivider.stories-LsrVcpfQ.js → OutlineDivider.stories-Cdmgts0G.js} +1 -1
- package/docs/assets/{OutlineItem-B0GAacWf.js → OutlineItem-dhEw8EC1.js} +1 -1
- package/docs/assets/{OutlineItem.stories-RvYTOp9N.js → OutlineItem.stories-BvYje0yq.js} +1 -1
- package/docs/assets/{OutlineSectionHeader-BDh6TrVb.js → OutlineSectionHeader-CtypBCqR.js} +1 -1
- package/docs/assets/{OutlineSectionHeader.stories-CPuYAPXa.js → OutlineSectionHeader.stories-CpZUQfTd.js} +1 -1
- package/docs/assets/{OverlayHeader--26-GHPy.js → OverlayHeader-51ih8x0c.js} +1 -1
- package/docs/assets/{OverlayHeader.stories-BVxhjyuC.js → OverlayHeader.stories-BclXAtEh.js} +1 -1
- package/docs/assets/{PageHeader-CwyCLKPQ.js → PageHeader-C5oCP3S2.js} +1 -1
- package/docs/assets/{PageHeader.stories-BaavDroe.js → PageHeader.stories-hH9p_VSN.js} +1 -1
- package/docs/assets/{Pagination-XlcLXTgM.js → Pagination-B2HzTrD0.js} +1 -1
- package/docs/assets/{Pagination.stories-CGBJ2Sad.js → Pagination.stories-DwS53dgq.js} +1 -1
- package/docs/assets/{PopOver-CQVq9c4Z.js → PopOver-xznuUBtF.js} +1 -1
- package/docs/assets/{PopOver.stories-g1F8AUJI.js → PopOver.stories-DC1Fdmyd.js} +1 -1
- package/docs/assets/{ProgressBar-3iykKXJT.js → ProgressBar-Dw-iWAra.js} +1 -1
- package/docs/assets/{ProgressBar.stories-BV7Hhjoe.js → ProgressBar.stories-BBkwbwJC.js} +1 -1
- package/docs/assets/{ProgressDonutChart-6EInE7M5.js → ProgressDonutChart-BzpDf_D1.js} +1 -1
- package/docs/assets/{ProgressDonutChart.stories-C_u9MjFX.js → ProgressDonutChart.stories-g0thnFjo.js} +1 -1
- package/docs/assets/{RadioButton-zouOWpRs.js → RadioButton-D-73BAcy.js} +1 -1
- package/docs/assets/{RadioButton.stories-pnmyqoJH.js → RadioButton.stories-DJssblKO.js} +1 -1
- package/docs/assets/{RichListItem.stories-B_DlwcQo.js → RichListItem.stories-Dh3jAgkT.js} +2 -2
- package/docs/assets/{SectionHeader-C2Y0CGjY.js → SectionHeader-C9tfdV94.js} +1 -1
- package/docs/assets/{SectionHeader.stories-B0gOYosA.js → SectionHeader.stories-CkVrEY1u.js} +1 -1
- package/docs/assets/{SectionTitle-B1v2FcuB.js → SectionTitle-BQZh7aFs.js} +1 -1
- package/docs/assets/{SectionTitle.stories-BogJgzAG.js → SectionTitle.stories-BLNC5wZK.js} +1 -1
- package/docs/assets/{SelectList-CiuxFUk4.js → SelectList-T6eJOYPv.js} +1 -1
- package/docs/assets/{SelectList.stories-DX-fFMoD.js → SelectList.stories-C-8KXQaF.js} +1 -1
- package/docs/assets/{SelectListItem-BU_U7IZs.js → SelectListItem-KRL8q6Iz.js} +1 -1
- package/docs/assets/{SelectListItem.stories-Dy3EXPN_.js → SelectListItem.stories-Bp_rq-Eh.js} +1 -1
- package/docs/assets/{SelectListItemDivider-CIueguWt.js → SelectListItemDivider-CTuILyj9.js} +1 -1
- package/docs/assets/{SelectListItemDivider.stories-CYkoQqyL.js → SelectListItemDivider.stories-CyW1-Pe_.js} +1 -1
- package/docs/assets/{SelectListItemTile-ohFw-wM4.js → SelectListItemTile-I9x6zsKM.js} +1 -1
- package/docs/assets/{SelectListItemTile.stories-BRCqpIYj.js → SelectListItemTile.stories-B8bcoXQ8.js} +1 -1
- package/docs/assets/{SelectListItemToggle-C1VDDxAm.js → SelectListItemToggle-BKr25N9H.js} +1 -1
- package/docs/assets/{SelectListItemToggle.stories-d_Sto0ry.js → SelectListItemToggle.stories-BxE4M_-B.js} +1 -1
- package/docs/assets/{SelectListSectionTitle-DBd3RwED.js → SelectListSectionTitle-BOCjrVHo.js} +1 -1
- package/docs/assets/{SelectListSectionTitle.stories-BrIWdRit.js → SelectListSectionTitle.stories-8h3E7qrw.js} +1 -1
- package/docs/assets/{SelectionControl-DEv8iTfR.js → SelectionControl-CxsRDZ81.js} +1 -1
- package/docs/assets/{SelectionTile-CjfV3f7H.js → SelectionTile-A8HfI_-S.js} +2 -2
- package/docs/assets/{SelectionTile.stories-PT6dhdE2.js → SelectionTile.stories-CG4N75Mo.js} +1 -1
- package/docs/assets/{Skeleton-Budxm1Jq.js → Skeleton-DMxKKJ0Z.js} +1 -1
- package/docs/assets/{Skeleton.stories-C5oyivEw.js → Skeleton.stories-BHWr0cDF.js} +1 -1
- package/docs/assets/{SurveyQuestionOpenEnded-7vjfdqDE.js → SurveyQuestionOpenEnded-BqVHeqqP.js} +1 -1
- package/docs/assets/{SurveyQuestionOpenEnded.stories-DOs_GSRG.js → SurveyQuestionOpenEnded.stories-ahMVN6RR.js} +1 -1
- package/docs/assets/{SurveyQuestionScale-OhARHAbk.js → SurveyQuestionScale--V40kshK.js} +1 -1
- package/docs/assets/{SurveyQuestionScale.stories-Bi7NxxtA.js → SurveyQuestionScale.stories-OzvwLBWr.js} +1 -1
- package/docs/assets/{SurveyToggle-CyohUVKo.js → SurveyToggle-CPoPpkRt.js} +1 -1
- package/docs/assets/{SurveyToggle.stories-ghYQJDpX.js → SurveyToggle.stories-63IVdw_s.js} +1 -1
- package/docs/assets/{Switch-BtYFtHgw.js → Switch-8KDmrBx0.js} +1 -1
- package/docs/assets/{Switch.stories-DmNV0lil.js → Switch.stories-CLRVfXje.js} +1 -1
- package/docs/assets/{TabItem-GC7LQNvp.js → TabItem-DMeZl877.js} +1 -1
- package/docs/assets/{TabItem.stories-DbiRd9vV.js → TabItem.stories-bpoM2LnI.js} +1 -1
- package/docs/assets/{TextGroup-lwPvABi6.js → TextGroup-D5le3QVY.js} +1 -1
- package/docs/assets/{TextGroup.stories-CnojKPTw.js → TextGroup.stories-soggouxN.js} +1 -1
- package/docs/assets/{ThreeColumnLayout-BR3bkVIs.js → ThreeColumnLayout-CFf8NRwP.js} +1 -1
- package/docs/assets/{ThreeColumnLayout.stories-V4L7zdf_.js → ThreeColumnLayout.stories-tcn5IlfD.js} +1 -1
- package/docs/assets/{Tile-DjRk5xHI.js → Tile-DXlbtMBZ.js} +1 -1
- package/docs/assets/{Tile.sb.shared-Dt0Nhl_4.js → Tile.sb.shared-BRv2J5BO.js} +1 -1
- package/docs/assets/{Tile.stories-lM4we8lW.js → Tile.stories-C2CVBJs4.js} +1 -1
- package/docs/assets/{Toast-Dgoj-mgi.js → Toast-DyyWQQxM.js} +1 -1
- package/docs/assets/{Toast.stories-BxXNn_Nb.js → Toast.stories-Bv9gyrsa.js} +1 -1
- package/docs/assets/{ToggleButton-APZXu2t7.js → ToggleButton-C_ZU_6g5.js} +1 -1
- package/docs/assets/{ToggleButton.stories-DO-p6P3s.js → ToggleButton.stories-DLfjOSpj.js} +1 -1
- package/docs/assets/{Tooltip-Cni6OHo9.js → Tooltip-DB8acOEc.js} +1 -1
- package/docs/assets/{Tooltip.stories-C3h4ABpf.js → Tooltip.stories-DTDTTjA0.js} +1 -1
- package/docs/assets/{TypographyTokensLms.stories-PrEmdBHF.js → TypographyTokensLms.stories-DW3gBdun.js} +1 -1
- package/docs/assets/{TypographyVariables.stories-CP8aNZmQ.js → TypographyVariables.stories-FmiXmx2m.js} +1 -1
- package/docs/assets/{Well-DSgC9yDa.js → Well-Chn1RK_x.js} +1 -1
- package/docs/assets/{Well.stories-02Hpe7cX.js → Well.stories-D3_25hWV.js} +1 -1
- package/docs/assets/entry-preview-C1JfRNcy.js +1 -0
- package/docs/assets/{entry-preview-docs-b1BM2N0G.js → entry-preview-docs-CLZ3bGGX.js} +1 -1
- package/docs/assets/{iframe-OBly2w25.js → iframe-PlXRfjR9.js} +4 -3
- package/docs/assets/{index-DRNPKjaN.js → index-DGocbclh.js} +1 -1
- package/docs/assets/{index-BX4u4pqi.js → index-Dwdn4P5V.js} +1 -1
- package/docs/assets/preview-19u1OjCM.js +64 -0
- package/docs/assets/{preview-BA4xsxRI.js → preview-BqTxE9pa.js} +2 -2
- package/docs/assets/string-CXbuceC1.js +1 -0
- package/docs/assets/{vue-popper-CpfGMX4Q.js → vue-popper-DQfdblyw.js} +1 -1
- package/docs/assets/{vue.esm-bundler-CWlcb7ht.js → vue.esm-bundler-DmkhfO_9.js} +1 -1
- package/docs/iframe.html +1 -1
- package/docs/index.json +1 -1
- package/docs/project.json +1 -1
- package/lib/images/icons/change.svg +1 -0
- package/lib/js/components/Avatar/Avatar.consts.ts +10 -0
- package/lib/js/components/Avatar/Avatar.spec.ts +133 -0
- package/lib/js/components/Avatar/Avatar.stories.ts +91 -0
- package/lib/js/components/Avatar/Avatar.vue +178 -0
- package/lib/js/components/Avatar/index.ts +4 -0
- package/lib/js/components/Icons/Icon/Icon.consts.ts +6 -4
- package/lib/js/components/Modals/Modal/Modal.vue +2 -2
- package/lib/js/icons/fontawesome.ts +2 -0
- package/lib/js/index.ts +2 -0
- package/package.json +4 -3
- package/docs/assets/Icon-ChGia3n4.js +0 -761
- package/docs/assets/Modal-xys3UXAy.js +0 -1
- package/docs/assets/entry-preview-Dzwhc6UB.js +0 -1
- package/docs/assets/preview-ByrBU2E6.js +0 -64
- package/docs/assets/string-BIzBNuWk.js +0 -1
|
@@ -1,4 +1,61 @@
|
|
|
1
|
-
|
|
1
|
+
import { BUTTON_STATES } from '../../Buttons/Button';
|
|
2
|
+
|
|
3
|
+
declare const _default: import('vue').DefineComponent<import('vue').ExtractPropTypes<{
|
|
4
|
+
danger: {
|
|
5
|
+
type: BooleanConstructor;
|
|
6
|
+
default: boolean;
|
|
7
|
+
};
|
|
8
|
+
headerTitle: {
|
|
9
|
+
type: StringConstructor;
|
|
10
|
+
required: true;
|
|
11
|
+
};
|
|
12
|
+
headerSubtitle: {
|
|
13
|
+
type: StringConstructor;
|
|
14
|
+
default: null;
|
|
15
|
+
};
|
|
16
|
+
headerFeatureIcon: {
|
|
17
|
+
type: ObjectConstructor;
|
|
18
|
+
default: null;
|
|
19
|
+
validator(icon: unknown): boolean;
|
|
20
|
+
};
|
|
21
|
+
headerFeatureIconColor: {
|
|
22
|
+
type: StringConstructor;
|
|
23
|
+
default: string;
|
|
24
|
+
validator(color: string): boolean;
|
|
25
|
+
};
|
|
26
|
+
headerImage: {
|
|
27
|
+
type: StringConstructor;
|
|
28
|
+
default: null;
|
|
29
|
+
};
|
|
30
|
+
footerPrimaryButtonText: {
|
|
31
|
+
type: StringConstructor;
|
|
32
|
+
default: null;
|
|
33
|
+
};
|
|
34
|
+
footerPrimaryButtonIcon: {
|
|
35
|
+
type: ObjectConstructor;
|
|
36
|
+
default: null;
|
|
37
|
+
validator(icon: unknown): boolean;
|
|
38
|
+
};
|
|
39
|
+
footerPrimaryButtonState: {
|
|
40
|
+
type: StringConstructor;
|
|
41
|
+
default: "default";
|
|
42
|
+
validator(state: unknown): boolean;
|
|
43
|
+
};
|
|
44
|
+
footerSecondaryButtonText: {
|
|
45
|
+
type: StringConstructor;
|
|
46
|
+
default: null;
|
|
47
|
+
};
|
|
48
|
+
footerSecondaryButtonIcon: {
|
|
49
|
+
type: ObjectConstructor;
|
|
50
|
+
default: null;
|
|
51
|
+
validator(icon: unknown): boolean;
|
|
52
|
+
};
|
|
53
|
+
footerSecondaryButtonState: {
|
|
54
|
+
type: StringConstructor;
|
|
55
|
+
default: "default";
|
|
56
|
+
validator(state: unknown): boolean;
|
|
57
|
+
};
|
|
58
|
+
}>, {}, {
|
|
2
59
|
MODAL_SIZES: Readonly<{
|
|
3
60
|
SMALL: string;
|
|
4
61
|
MEDIUM: string;
|
|
@@ -7,7 +64,62 @@ declare const _default: import('vue').DefineComponent<{}, {}, {
|
|
|
7
64
|
SMALL: string;
|
|
8
65
|
MEDIUM: string;
|
|
9
66
|
}>;
|
|
10
|
-
}, {}, {}, import('vue').ComponentOptionsMixin, import('vue').ComponentOptionsMixin, ("close-modal" | "secondary-button-click" | "primary-button-click")[], "close-modal" | "secondary-button-click" | "primary-button-click", import('vue').PublicProps, Readonly<
|
|
67
|
+
}, {}, {}, import('vue').ComponentOptionsMixin, import('vue').ComponentOptionsMixin, ("close-modal" | "secondary-button-click" | "primary-button-click")[], "close-modal" | "secondary-button-click" | "primary-button-click", import('vue').PublicProps, Readonly<import('vue').ExtractPropTypes<{
|
|
68
|
+
danger: {
|
|
69
|
+
type: BooleanConstructor;
|
|
70
|
+
default: boolean;
|
|
71
|
+
};
|
|
72
|
+
headerTitle: {
|
|
73
|
+
type: StringConstructor;
|
|
74
|
+
required: true;
|
|
75
|
+
};
|
|
76
|
+
headerSubtitle: {
|
|
77
|
+
type: StringConstructor;
|
|
78
|
+
default: null;
|
|
79
|
+
};
|
|
80
|
+
headerFeatureIcon: {
|
|
81
|
+
type: ObjectConstructor;
|
|
82
|
+
default: null;
|
|
83
|
+
validator(icon: unknown): boolean;
|
|
84
|
+
};
|
|
85
|
+
headerFeatureIconColor: {
|
|
86
|
+
type: StringConstructor;
|
|
87
|
+
default: string;
|
|
88
|
+
validator(color: string): boolean;
|
|
89
|
+
};
|
|
90
|
+
headerImage: {
|
|
91
|
+
type: StringConstructor;
|
|
92
|
+
default: null;
|
|
93
|
+
};
|
|
94
|
+
footerPrimaryButtonText: {
|
|
95
|
+
type: StringConstructor;
|
|
96
|
+
default: null;
|
|
97
|
+
};
|
|
98
|
+
footerPrimaryButtonIcon: {
|
|
99
|
+
type: ObjectConstructor;
|
|
100
|
+
default: null;
|
|
101
|
+
validator(icon: unknown): boolean;
|
|
102
|
+
};
|
|
103
|
+
footerPrimaryButtonState: {
|
|
104
|
+
type: StringConstructor;
|
|
105
|
+
default: "default";
|
|
106
|
+
validator(state: unknown): boolean;
|
|
107
|
+
};
|
|
108
|
+
footerSecondaryButtonText: {
|
|
109
|
+
type: StringConstructor;
|
|
110
|
+
default: null;
|
|
111
|
+
};
|
|
112
|
+
footerSecondaryButtonIcon: {
|
|
113
|
+
type: ObjectConstructor;
|
|
114
|
+
default: null;
|
|
115
|
+
validator(icon: unknown): boolean;
|
|
116
|
+
};
|
|
117
|
+
footerSecondaryButtonState: {
|
|
118
|
+
type: StringConstructor;
|
|
119
|
+
default: "default";
|
|
120
|
+
validator(state: unknown): boolean;
|
|
121
|
+
};
|
|
122
|
+
}>> & Readonly<{
|
|
11
123
|
"onClose-modal"?: ((...args: any[]) => any) | undefined;
|
|
12
124
|
"onSecondary-button-click"?: ((...args: any[]) => any) | undefined;
|
|
13
125
|
"onPrimary-button-click"?: ((...args: any[]) => any) | undefined;
|
|
@@ -24,7 +136,94 @@ declare const _default: import('vue').DefineComponent<{}, {}, {
|
|
|
24
136
|
footerSecondaryButtonIcon: Record<string, any>;
|
|
25
137
|
footerSecondaryButtonState: string;
|
|
26
138
|
}, {}, {
|
|
27
|
-
DsModal: import('vue').DefineComponent<{
|
|
139
|
+
DsModal: import('vue').DefineComponent<import('vue').ExtractPropTypes<{
|
|
140
|
+
size: {
|
|
141
|
+
type: StringConstructor;
|
|
142
|
+
default: string;
|
|
143
|
+
validator: (value: string) => boolean;
|
|
144
|
+
};
|
|
145
|
+
danger: {
|
|
146
|
+
type: BooleanConstructor;
|
|
147
|
+
default: boolean;
|
|
148
|
+
};
|
|
149
|
+
headerTitleSize: {
|
|
150
|
+
type: StringConstructor;
|
|
151
|
+
default: string;
|
|
152
|
+
validator: (value: string) => boolean;
|
|
153
|
+
};
|
|
154
|
+
headerTitle: {
|
|
155
|
+
type: StringConstructor;
|
|
156
|
+
default: null;
|
|
157
|
+
};
|
|
158
|
+
headerSubtitle: {
|
|
159
|
+
type: StringConstructor;
|
|
160
|
+
default: null;
|
|
161
|
+
};
|
|
162
|
+
headerFeatureIcon: {
|
|
163
|
+
type: ObjectConstructor;
|
|
164
|
+
default: null;
|
|
165
|
+
validator(icon: unknown): boolean;
|
|
166
|
+
};
|
|
167
|
+
headerFeatureIconColor: {
|
|
168
|
+
type: StringConstructor;
|
|
169
|
+
default: string;
|
|
170
|
+
validator(color: string): boolean;
|
|
171
|
+
};
|
|
172
|
+
contentCentered: {
|
|
173
|
+
type: BooleanConstructor;
|
|
174
|
+
default: boolean;
|
|
175
|
+
};
|
|
176
|
+
headerImage: {
|
|
177
|
+
type: StringConstructor;
|
|
178
|
+
default: null;
|
|
179
|
+
};
|
|
180
|
+
footerPrimaryButtonText: {
|
|
181
|
+
type: StringConstructor;
|
|
182
|
+
default: null;
|
|
183
|
+
};
|
|
184
|
+
footerPrimaryButtonIcon: {
|
|
185
|
+
type: ObjectConstructor;
|
|
186
|
+
default: null;
|
|
187
|
+
validator(icon: unknown): boolean;
|
|
188
|
+
};
|
|
189
|
+
footerPrimaryButtonState: {
|
|
190
|
+
type: StringConstructor;
|
|
191
|
+
default: "default";
|
|
192
|
+
validator(state: unknown): boolean;
|
|
193
|
+
};
|
|
194
|
+
footerSecondaryButtonText: {
|
|
195
|
+
type: StringConstructor;
|
|
196
|
+
default: null;
|
|
197
|
+
};
|
|
198
|
+
footerSecondaryButtonIcon: {
|
|
199
|
+
type: ObjectConstructor;
|
|
200
|
+
default: null;
|
|
201
|
+
validator(icon: unknown): boolean;
|
|
202
|
+
};
|
|
203
|
+
footerSecondaryButtonState: {
|
|
204
|
+
type: StringConstructor;
|
|
205
|
+
default: "default";
|
|
206
|
+
validator(state: unknown): boolean;
|
|
207
|
+
};
|
|
208
|
+
footerTertiaryButtonText: {
|
|
209
|
+
type: StringConstructor;
|
|
210
|
+
default: null;
|
|
211
|
+
};
|
|
212
|
+
footerTertiaryButtonIcon: {
|
|
213
|
+
type: ObjectConstructor;
|
|
214
|
+
default: null;
|
|
215
|
+
validator(icon: unknown): boolean;
|
|
216
|
+
};
|
|
217
|
+
footerTertiaryButtonState: {
|
|
218
|
+
type: StringConstructor;
|
|
219
|
+
default: "default";
|
|
220
|
+
validator(state: unknown): boolean;
|
|
221
|
+
};
|
|
222
|
+
footerCheckboxText: {
|
|
223
|
+
type: StringConstructor;
|
|
224
|
+
default: null;
|
|
225
|
+
};
|
|
226
|
+
}>, {}, {
|
|
28
227
|
BUTTON_COLORS: Readonly<{
|
|
29
228
|
readonly PRIMARY: "primary";
|
|
30
229
|
readonly NEUTRAL: "neutral";
|
|
@@ -43,13 +242,14 @@ declare const _default: import('vue').DefineComponent<{}, {}, {
|
|
|
43
242
|
readonly TEXT: "text";
|
|
44
243
|
}>;
|
|
45
244
|
ICONS: Readonly<{
|
|
46
|
-
readonly HEAD_WITH_QUESTION_MARK: VueConstructor<Vue>;
|
|
47
|
-
readonly RIBBON: VueConstructor<Vue>;
|
|
48
|
-
readonly SLIDERS_SEARCH: VueConstructor<Vue>;
|
|
49
|
-
readonly COMMENTS_CHECK: VueConstructor<Vue>;
|
|
50
245
|
readonly ANSWERS: VueConstructor<Vue>;
|
|
246
|
+
readonly CHANGE: VueConstructor<Vue>;
|
|
247
|
+
readonly COMMENTS_CHECK: VueConstructor<Vue>;
|
|
248
|
+
readonly HEAD_WITH_QUESTION_MARK: VueConstructor<Vue>;
|
|
51
249
|
readonly HIDE_ANSWERS: VueConstructor<Vue>;
|
|
250
|
+
readonly RIBBON: VueConstructor<Vue>;
|
|
52
251
|
readonly SIDEBAR_FLIP_SOLID: VueConstructor<Vue>;
|
|
252
|
+
readonly SLIDERS_SEARCH: VueConstructor<Vue>;
|
|
53
253
|
readonly FA_ADDRESS_CARD: import('@fortawesome/fontawesome-common-types').IconDefinition;
|
|
54
254
|
readonly FA_ANGLE_DOWN: import('@fortawesome/fontawesome-common-types').IconDefinition;
|
|
55
255
|
readonly FA_ANGLE_LEFT: import('@fortawesome/fontawesome-common-types').IconDefinition;
|
|
@@ -241,6 +441,7 @@ declare const _default: import('vue').DefineComponent<{}, {}, {
|
|
|
241
441
|
readonly FA_UNLOCK_KEYHOLE: import('@fortawesome/fontawesome-common-types').IconDefinition;
|
|
242
442
|
readonly FA_UPLOAD: import('@fortawesome/fontawesome-common-types').IconDefinition;
|
|
243
443
|
readonly FA_USER: import('@fortawesome/fontawesome-common-types').IconDefinition;
|
|
444
|
+
readonly FA_USER_GEAR: import('@fortawesome/fontawesome-common-types').IconDefinition;
|
|
244
445
|
readonly FA_USER_DOCTOR_SOLID: import('@fortawesome/fontawesome-common-types').IconDefinition;
|
|
245
446
|
readonly FA_VIDEO_SOLID: import('@fortawesome/fontawesome-common-types').IconDefinition;
|
|
246
447
|
readonly FA_VOLUME_HIGH_SOLID: import('@fortawesome/fontawesome-common-types').IconDefinition;
|
|
@@ -290,16 +491,104 @@ declare const _default: import('vue').DefineComponent<{}, {}, {
|
|
|
290
491
|
calcFooterSecondaryButtonColor(): "neutral" | "danger";
|
|
291
492
|
calcSingleColumn(): boolean;
|
|
292
493
|
displayFooter(): any;
|
|
293
|
-
}, {}, import('vue').ComponentOptionsMixin, import('vue').ComponentOptionsMixin, ("close-modal" | "tertiary-button-click" | "checkbox-change" | "secondary-button-click" | "primary-button-click")[], "close-modal" | "tertiary-button-click" | "checkbox-change" | "secondary-button-click" | "primary-button-click", import('vue').PublicProps, Readonly<
|
|
494
|
+
}, {}, import('vue').ComponentOptionsMixin, import('vue').ComponentOptionsMixin, ("close-modal" | "tertiary-button-click" | "checkbox-change" | "secondary-button-click" | "primary-button-click")[], "close-modal" | "tertiary-button-click" | "checkbox-change" | "secondary-button-click" | "primary-button-click", import('vue').PublicProps, Readonly<import('vue').ExtractPropTypes<{
|
|
495
|
+
size: {
|
|
496
|
+
type: StringConstructor;
|
|
497
|
+
default: string;
|
|
498
|
+
validator: (value: string) => boolean;
|
|
499
|
+
};
|
|
500
|
+
danger: {
|
|
501
|
+
type: BooleanConstructor;
|
|
502
|
+
default: boolean;
|
|
503
|
+
};
|
|
504
|
+
headerTitleSize: {
|
|
505
|
+
type: StringConstructor;
|
|
506
|
+
default: string;
|
|
507
|
+
validator: (value: string) => boolean;
|
|
508
|
+
};
|
|
509
|
+
headerTitle: {
|
|
510
|
+
type: StringConstructor;
|
|
511
|
+
default: null;
|
|
512
|
+
};
|
|
513
|
+
headerSubtitle: {
|
|
514
|
+
type: StringConstructor;
|
|
515
|
+
default: null;
|
|
516
|
+
};
|
|
517
|
+
headerFeatureIcon: {
|
|
518
|
+
type: ObjectConstructor;
|
|
519
|
+
default: null;
|
|
520
|
+
validator(icon: unknown): boolean;
|
|
521
|
+
};
|
|
522
|
+
headerFeatureIconColor: {
|
|
523
|
+
type: StringConstructor;
|
|
524
|
+
default: string;
|
|
525
|
+
validator(color: string): boolean;
|
|
526
|
+
};
|
|
527
|
+
contentCentered: {
|
|
528
|
+
type: BooleanConstructor;
|
|
529
|
+
default: boolean;
|
|
530
|
+
};
|
|
531
|
+
headerImage: {
|
|
532
|
+
type: StringConstructor;
|
|
533
|
+
default: null;
|
|
534
|
+
};
|
|
535
|
+
footerPrimaryButtonText: {
|
|
536
|
+
type: StringConstructor;
|
|
537
|
+
default: null;
|
|
538
|
+
};
|
|
539
|
+
footerPrimaryButtonIcon: {
|
|
540
|
+
type: ObjectConstructor;
|
|
541
|
+
default: null;
|
|
542
|
+
validator(icon: unknown): boolean;
|
|
543
|
+
};
|
|
544
|
+
footerPrimaryButtonState: {
|
|
545
|
+
type: StringConstructor;
|
|
546
|
+
default: "default";
|
|
547
|
+
validator(state: unknown): boolean;
|
|
548
|
+
};
|
|
549
|
+
footerSecondaryButtonText: {
|
|
550
|
+
type: StringConstructor;
|
|
551
|
+
default: null;
|
|
552
|
+
};
|
|
553
|
+
footerSecondaryButtonIcon: {
|
|
554
|
+
type: ObjectConstructor;
|
|
555
|
+
default: null;
|
|
556
|
+
validator(icon: unknown): boolean;
|
|
557
|
+
};
|
|
558
|
+
footerSecondaryButtonState: {
|
|
559
|
+
type: StringConstructor;
|
|
560
|
+
default: "default";
|
|
561
|
+
validator(state: unknown): boolean;
|
|
562
|
+
};
|
|
563
|
+
footerTertiaryButtonText: {
|
|
564
|
+
type: StringConstructor;
|
|
565
|
+
default: null;
|
|
566
|
+
};
|
|
567
|
+
footerTertiaryButtonIcon: {
|
|
568
|
+
type: ObjectConstructor;
|
|
569
|
+
default: null;
|
|
570
|
+
validator(icon: unknown): boolean;
|
|
571
|
+
};
|
|
572
|
+
footerTertiaryButtonState: {
|
|
573
|
+
type: StringConstructor;
|
|
574
|
+
default: "default";
|
|
575
|
+
validator(state: unknown): boolean;
|
|
576
|
+
};
|
|
577
|
+
footerCheckboxText: {
|
|
578
|
+
type: StringConstructor;
|
|
579
|
+
default: null;
|
|
580
|
+
};
|
|
581
|
+
}>> & Readonly<{
|
|
294
582
|
"onClose-modal"?: ((...args: any[]) => any) | undefined;
|
|
295
583
|
"onTertiary-button-click"?: ((...args: any[]) => any) | undefined;
|
|
296
584
|
"onCheckbox-change"?: ((...args: any[]) => any) | undefined;
|
|
297
585
|
"onSecondary-button-click"?: ((...args: any[]) => any) | undefined;
|
|
298
586
|
"onPrimary-button-click"?: ((...args: any[]) => any) | undefined;
|
|
299
587
|
}>, {
|
|
300
|
-
danger: boolean;
|
|
301
588
|
size: string;
|
|
589
|
+
danger: boolean;
|
|
302
590
|
headerTitleSize: string;
|
|
591
|
+
headerTitle: string;
|
|
303
592
|
headerSubtitle: string;
|
|
304
593
|
headerFeatureIcon: Record<string, any>;
|
|
305
594
|
headerFeatureIconColor: string;
|
|
@@ -316,7 +605,27 @@ declare const _default: import('vue').DefineComponent<{}, {}, {
|
|
|
316
605
|
footerTertiaryButtonState: string;
|
|
317
606
|
footerCheckboxText: string;
|
|
318
607
|
}, {}, {
|
|
319
|
-
FeatureIcon: import('vue').DefineComponent<{
|
|
608
|
+
FeatureIcon: import('vue').DefineComponent<import('vue').ExtractPropTypes<{
|
|
609
|
+
icon: {
|
|
610
|
+
type: ObjectConstructor;
|
|
611
|
+
default: null;
|
|
612
|
+
validator(icon: unknown): boolean;
|
|
613
|
+
};
|
|
614
|
+
size: {
|
|
615
|
+
type: StringConstructor;
|
|
616
|
+
default: string;
|
|
617
|
+
validator: (value: string) => boolean;
|
|
618
|
+
};
|
|
619
|
+
color: {
|
|
620
|
+
type: StringConstructor;
|
|
621
|
+
required: true;
|
|
622
|
+
validator(color: string): boolean;
|
|
623
|
+
};
|
|
624
|
+
doubleBackground: {
|
|
625
|
+
type: BooleanConstructor;
|
|
626
|
+
default: boolean;
|
|
627
|
+
};
|
|
628
|
+
}>, {}, {
|
|
320
629
|
FEATURE_ICON_COLOR: Readonly<{
|
|
321
630
|
DANGER: string;
|
|
322
631
|
INFO: string;
|
|
@@ -334,9 +643,29 @@ declare const _default: import('vue').DefineComponent<{}, {}, {
|
|
|
334
643
|
}>;
|
|
335
644
|
}, {
|
|
336
645
|
iconSize(): string;
|
|
337
|
-
}, {}, import('vue').ComponentOptionsMixin, import('vue').ComponentOptionsMixin, {}, string, import('vue').PublicProps, Readonly<
|
|
338
|
-
icon:
|
|
646
|
+
}, {}, import('vue').ComponentOptionsMixin, import('vue').ComponentOptionsMixin, {}, string, import('vue').PublicProps, Readonly<import('vue').ExtractPropTypes<{
|
|
647
|
+
icon: {
|
|
648
|
+
type: ObjectConstructor;
|
|
649
|
+
default: null;
|
|
650
|
+
validator(icon: unknown): boolean;
|
|
651
|
+
};
|
|
652
|
+
size: {
|
|
653
|
+
type: StringConstructor;
|
|
654
|
+
default: string;
|
|
655
|
+
validator: (value: string) => boolean;
|
|
656
|
+
};
|
|
657
|
+
color: {
|
|
658
|
+
type: StringConstructor;
|
|
659
|
+
required: true;
|
|
660
|
+
validator(color: string): boolean;
|
|
661
|
+
};
|
|
662
|
+
doubleBackground: {
|
|
663
|
+
type: BooleanConstructor;
|
|
664
|
+
default: boolean;
|
|
665
|
+
};
|
|
666
|
+
}>> & Readonly<{}>, {
|
|
339
667
|
size: string;
|
|
668
|
+
icon: Record<string, any>;
|
|
340
669
|
doubleBackground: boolean;
|
|
341
670
|
}, {}, {
|
|
342
671
|
WnlIcon: import('vue').DefineComponent<import('vue').ExtractPropTypes<{
|
|
@@ -408,25 +737,67 @@ declare const _default: import('vue').DefineComponent<{}, {}, {
|
|
|
408
737
|
default: boolean;
|
|
409
738
|
};
|
|
410
739
|
}>> & Readonly<{}>, {
|
|
411
|
-
rotation: number;
|
|
412
740
|
size: string;
|
|
741
|
+
rotation: number;
|
|
413
742
|
flippedVertical: boolean;
|
|
414
743
|
flippedHorizontal: boolean;
|
|
415
744
|
touchable: boolean;
|
|
416
745
|
spinning: boolean;
|
|
417
746
|
}, {}, {
|
|
418
|
-
FontAwesomeIcon: import('vue').DefineComponent<import('@fortawesome/vue-fontawesome').FontAwesomeIconProps
|
|
747
|
+
FontAwesomeIcon: import('vue').DefineComponent<import('@fortawesome/vue-fontawesome').FontAwesomeIconProps>;
|
|
419
748
|
}, {}, string, import('vue').ComponentProvideOptions, true, {}, any>;
|
|
420
749
|
}, {}, string, import('vue').ComponentProvideOptions, true, {}, any>;
|
|
421
|
-
WnlButton: import('vue').DefineComponent<{
|
|
750
|
+
WnlButton: import('vue').DefineComponent<import('vue').ExtractPropTypes<{
|
|
751
|
+
size: {
|
|
752
|
+
type: StringConstructor;
|
|
753
|
+
default: "medium";
|
|
754
|
+
validator(value: import('../../../utils/type.utils').Value<typeof import('../../Buttons/Button').BUTTON_SIZES>): boolean;
|
|
755
|
+
};
|
|
756
|
+
type: {
|
|
757
|
+
type: StringConstructor;
|
|
758
|
+
default: "filled";
|
|
759
|
+
validator(value: import('../../../utils/type.utils').Value<typeof import('../../Buttons/Button').BUTTON_TYPES>): boolean;
|
|
760
|
+
};
|
|
761
|
+
color: {
|
|
762
|
+
type: StringConstructor;
|
|
763
|
+
default: "primary";
|
|
764
|
+
validator(value: import('../../../utils/type.utils').Value<typeof import('../../..').ICON_BUTTON_COLORS>): boolean;
|
|
765
|
+
};
|
|
766
|
+
radius: {
|
|
767
|
+
type: StringConstructor;
|
|
768
|
+
default: "capsule";
|
|
769
|
+
validator(value: import('../../../utils/type.utils').Value<typeof import('../../Buttons/Button').BUTTON_RADIUSES>): boolean;
|
|
770
|
+
};
|
|
771
|
+
state: {
|
|
772
|
+
type: StringConstructor;
|
|
773
|
+
default: "default";
|
|
774
|
+
validator(value: import('../../../utils/type.utils').Value<typeof BUTTON_STATES>): boolean;
|
|
775
|
+
};
|
|
776
|
+
iconLeft: {
|
|
777
|
+
type: ObjectConstructor;
|
|
778
|
+
default: null;
|
|
779
|
+
validator(icon: unknown): boolean;
|
|
780
|
+
};
|
|
781
|
+
iconRight: {
|
|
782
|
+
type: ObjectConstructor;
|
|
783
|
+
default: null;
|
|
784
|
+
validator(icon: unknown): boolean;
|
|
785
|
+
};
|
|
786
|
+
elevation: {
|
|
787
|
+
type: StringConstructor;
|
|
788
|
+
default: "none";
|
|
789
|
+
validator(value: import('../../../utils/type.utils').Value<typeof import('../../Buttons/Button').BUTTON_ELEVATIONS>): boolean;
|
|
790
|
+
};
|
|
791
|
+
}>, {}, {
|
|
422
792
|
ICONS: Readonly<{
|
|
423
|
-
readonly HEAD_WITH_QUESTION_MARK: VueConstructor<Vue>;
|
|
424
|
-
readonly RIBBON: VueConstructor<Vue>;
|
|
425
|
-
readonly SLIDERS_SEARCH: VueConstructor<Vue>;
|
|
426
|
-
readonly COMMENTS_CHECK: VueConstructor<Vue>;
|
|
427
793
|
readonly ANSWERS: VueConstructor<Vue>;
|
|
794
|
+
readonly CHANGE: VueConstructor<Vue>;
|
|
795
|
+
readonly COMMENTS_CHECK: VueConstructor<Vue>;
|
|
796
|
+
readonly HEAD_WITH_QUESTION_MARK: VueConstructor<Vue>;
|
|
428
797
|
readonly HIDE_ANSWERS: VueConstructor<Vue>;
|
|
798
|
+
readonly RIBBON: VueConstructor<Vue>;
|
|
429
799
|
readonly SIDEBAR_FLIP_SOLID: VueConstructor<Vue>;
|
|
800
|
+
readonly SLIDERS_SEARCH: VueConstructor<Vue>;
|
|
430
801
|
readonly FA_ADDRESS_CARD: import('@fortawesome/fontawesome-common-types').IconDefinition;
|
|
431
802
|
readonly FA_ANGLE_DOWN: import('@fortawesome/fontawesome-common-types').IconDefinition;
|
|
432
803
|
readonly FA_ANGLE_LEFT: import('@fortawesome/fontawesome-common-types').IconDefinition;
|
|
@@ -618,6 +989,7 @@ declare const _default: import('vue').DefineComponent<{}, {}, {
|
|
|
618
989
|
readonly FA_UNLOCK_KEYHOLE: import('@fortawesome/fontawesome-common-types').IconDefinition;
|
|
619
990
|
readonly FA_UPLOAD: import('@fortawesome/fontawesome-common-types').IconDefinition;
|
|
620
991
|
readonly FA_USER: import('@fortawesome/fontawesome-common-types').IconDefinition;
|
|
992
|
+
readonly FA_USER_GEAR: import('@fortawesome/fontawesome-common-types').IconDefinition;
|
|
621
993
|
readonly FA_USER_DOCTOR_SOLID: import('@fortawesome/fontawesome-common-types').IconDefinition;
|
|
622
994
|
readonly FA_VIDEO_SOLID: import('@fortawesome/fontawesome-common-types').IconDefinition;
|
|
623
995
|
readonly FA_VOLUME_HIGH_SOLID: import('@fortawesome/fontawesome-common-types').IconDefinition;
|
|
@@ -673,7 +1045,48 @@ declare const _default: import('vue').DefineComponent<{}, {}, {
|
|
|
673
1045
|
iconSize(): string;
|
|
674
1046
|
colorClassName(): string;
|
|
675
1047
|
loadingIconSize(): string;
|
|
676
|
-
}, {}, import('vue').ComponentOptionsMixin, import('vue').ComponentOptionsMixin, {}, string, import('vue').PublicProps, Readonly<
|
|
1048
|
+
}, {}, import('vue').ComponentOptionsMixin, import('vue').ComponentOptionsMixin, {}, string, import('vue').PublicProps, Readonly<import('vue').ExtractPropTypes<{
|
|
1049
|
+
size: {
|
|
1050
|
+
type: StringConstructor;
|
|
1051
|
+
default: "medium";
|
|
1052
|
+
validator(value: import('../../../utils/type.utils').Value<typeof import('../../Buttons/Button').BUTTON_SIZES>): boolean;
|
|
1053
|
+
};
|
|
1054
|
+
type: {
|
|
1055
|
+
type: StringConstructor;
|
|
1056
|
+
default: "filled";
|
|
1057
|
+
validator(value: import('../../../utils/type.utils').Value<typeof import('../../Buttons/Button').BUTTON_TYPES>): boolean;
|
|
1058
|
+
};
|
|
1059
|
+
color: {
|
|
1060
|
+
type: StringConstructor;
|
|
1061
|
+
default: "primary";
|
|
1062
|
+
validator(value: import('../../../utils/type.utils').Value<typeof import('../../..').ICON_BUTTON_COLORS>): boolean;
|
|
1063
|
+
};
|
|
1064
|
+
radius: {
|
|
1065
|
+
type: StringConstructor;
|
|
1066
|
+
default: "capsule";
|
|
1067
|
+
validator(value: import('../../../utils/type.utils').Value<typeof import('../../Buttons/Button').BUTTON_RADIUSES>): boolean;
|
|
1068
|
+
};
|
|
1069
|
+
state: {
|
|
1070
|
+
type: StringConstructor;
|
|
1071
|
+
default: "default";
|
|
1072
|
+
validator(value: import('../../../utils/type.utils').Value<typeof BUTTON_STATES>): boolean;
|
|
1073
|
+
};
|
|
1074
|
+
iconLeft: {
|
|
1075
|
+
type: ObjectConstructor;
|
|
1076
|
+
default: null;
|
|
1077
|
+
validator(icon: unknown): boolean;
|
|
1078
|
+
};
|
|
1079
|
+
iconRight: {
|
|
1080
|
+
type: ObjectConstructor;
|
|
1081
|
+
default: null;
|
|
1082
|
+
validator(icon: unknown): boolean;
|
|
1083
|
+
};
|
|
1084
|
+
elevation: {
|
|
1085
|
+
type: StringConstructor;
|
|
1086
|
+
default: "none";
|
|
1087
|
+
validator(value: import('../../../utils/type.utils').Value<typeof import('../../Buttons/Button').BUTTON_ELEVATIONS>): boolean;
|
|
1088
|
+
};
|
|
1089
|
+
}>> & Readonly<{}>, {
|
|
677
1090
|
size: string;
|
|
678
1091
|
type: string;
|
|
679
1092
|
color: string;
|
|
@@ -752,31 +1165,77 @@ declare const _default: import('vue').DefineComponent<{}, {}, {
|
|
|
752
1165
|
default: boolean;
|
|
753
1166
|
};
|
|
754
1167
|
}>> & Readonly<{}>, {
|
|
755
|
-
rotation: number;
|
|
756
1168
|
size: string;
|
|
1169
|
+
rotation: number;
|
|
757
1170
|
flippedVertical: boolean;
|
|
758
1171
|
flippedHorizontal: boolean;
|
|
759
1172
|
touchable: boolean;
|
|
760
1173
|
spinning: boolean;
|
|
761
1174
|
}, {}, {
|
|
762
|
-
FontAwesomeIcon: import('vue').DefineComponent<import('@fortawesome/vue-fontawesome').FontAwesomeIconProps
|
|
1175
|
+
FontAwesomeIcon: import('vue').DefineComponent<import('@fortawesome/vue-fontawesome').FontAwesomeIconProps>;
|
|
763
1176
|
}, {}, string, import('vue').ComponentProvideOptions, true, {}, any>;
|
|
764
1177
|
}, {}, string, import('vue').ComponentProvideOptions, true, {}, any>;
|
|
765
|
-
WnlIconButton: import('vue').DefineComponent<{
|
|
766
|
-
|
|
1178
|
+
WnlIconButton: import('vue').DefineComponent<import('vue').ExtractPropTypes<{
|
|
1179
|
+
size: {
|
|
1180
|
+
type: StringConstructor;
|
|
1181
|
+
default: "large";
|
|
1182
|
+
validator(value: unknown): boolean;
|
|
1183
|
+
};
|
|
1184
|
+
radius: {
|
|
1185
|
+
type: StringConstructor;
|
|
1186
|
+
default: "capsule";
|
|
1187
|
+
validator(value: unknown): boolean;
|
|
1188
|
+
};
|
|
1189
|
+
type: {
|
|
1190
|
+
type: StringConstructor;
|
|
1191
|
+
default: "icon-only";
|
|
1192
|
+
validator(value: unknown): boolean;
|
|
1193
|
+
};
|
|
1194
|
+
icon: {
|
|
1195
|
+
type: ObjectConstructor;
|
|
1196
|
+
required: true;
|
|
1197
|
+
validator(icon: unknown): boolean;
|
|
1198
|
+
};
|
|
1199
|
+
color: {
|
|
1200
|
+
type: StringConstructor;
|
|
1201
|
+
default: "primary";
|
|
1202
|
+
validator(value: unknown): boolean;
|
|
1203
|
+
};
|
|
1204
|
+
colorScheme: {
|
|
1205
|
+
type: StringConstructor;
|
|
1206
|
+
default: "all-in-color";
|
|
1207
|
+
validator(value: unknown): boolean;
|
|
1208
|
+
};
|
|
1209
|
+
elevation: {
|
|
1210
|
+
type: StringConstructor;
|
|
1211
|
+
default: "none";
|
|
1212
|
+
validator(value: unknown): boolean;
|
|
1213
|
+
};
|
|
1214
|
+
touchable: {
|
|
1215
|
+
type: BooleanConstructor;
|
|
1216
|
+
default: boolean;
|
|
1217
|
+
};
|
|
1218
|
+
state: {
|
|
1219
|
+
type: StringConstructor;
|
|
1220
|
+
default: "default";
|
|
1221
|
+
validator(value: import('../../../utils/type.utils').Value<typeof import('../../..').ICON_BUTTON_STATES>): boolean;
|
|
1222
|
+
};
|
|
1223
|
+
}>, {
|
|
1224
|
+
isHovered: import('vue').Ref<boolean>;
|
|
767
1225
|
mouseOver: () => void;
|
|
768
1226
|
mouseLeave: () => void;
|
|
769
1227
|
touchStart: () => void;
|
|
770
1228
|
touchEnd: () => void;
|
|
771
1229
|
}, {
|
|
772
1230
|
ICONS: Readonly<{
|
|
773
|
-
readonly HEAD_WITH_QUESTION_MARK: VueConstructor<Vue>;
|
|
774
|
-
readonly RIBBON: VueConstructor<Vue>;
|
|
775
|
-
readonly SLIDERS_SEARCH: VueConstructor<Vue>;
|
|
776
|
-
readonly COMMENTS_CHECK: VueConstructor<Vue>;
|
|
777
1231
|
readonly ANSWERS: VueConstructor<Vue>;
|
|
1232
|
+
readonly CHANGE: VueConstructor<Vue>;
|
|
1233
|
+
readonly COMMENTS_CHECK: VueConstructor<Vue>;
|
|
1234
|
+
readonly HEAD_WITH_QUESTION_MARK: VueConstructor<Vue>;
|
|
778
1235
|
readonly HIDE_ANSWERS: VueConstructor<Vue>;
|
|
1236
|
+
readonly RIBBON: VueConstructor<Vue>;
|
|
779
1237
|
readonly SIDEBAR_FLIP_SOLID: VueConstructor<Vue>;
|
|
1238
|
+
readonly SLIDERS_SEARCH: VueConstructor<Vue>;
|
|
780
1239
|
readonly FA_ADDRESS_CARD: import('@fortawesome/fontawesome-common-types').IconDefinition;
|
|
781
1240
|
readonly FA_ANGLE_DOWN: import('@fortawesome/fontawesome-common-types').IconDefinition;
|
|
782
1241
|
readonly FA_ANGLE_LEFT: import('@fortawesome/fontawesome-common-types').IconDefinition;
|
|
@@ -968,6 +1427,7 @@ declare const _default: import('vue').DefineComponent<{}, {}, {
|
|
|
968
1427
|
readonly FA_UNLOCK_KEYHOLE: import('@fortawesome/fontawesome-common-types').IconDefinition;
|
|
969
1428
|
readonly FA_UPLOAD: import('@fortawesome/fontawesome-common-types').IconDefinition;
|
|
970
1429
|
readonly FA_USER: import('@fortawesome/fontawesome-common-types').IconDefinition;
|
|
1430
|
+
readonly FA_USER_GEAR: import('@fortawesome/fontawesome-common-types').IconDefinition;
|
|
971
1431
|
readonly FA_USER_DOCTOR_SOLID: import('@fortawesome/fontawesome-common-types').IconDefinition;
|
|
972
1432
|
readonly FA_VIDEO_SOLID: import('@fortawesome/fontawesome-common-types').IconDefinition;
|
|
973
1433
|
readonly FA_VOLUME_HIGH_SOLID: import('@fortawesome/fontawesome-common-types').IconDefinition;
|
|
@@ -1033,7 +1493,52 @@ declare const _default: import('vue').DefineComponent<{}, {}, {
|
|
|
1033
1493
|
computedColor(): string | null;
|
|
1034
1494
|
isButtonColor(): boolean;
|
|
1035
1495
|
colorClassName(): string;
|
|
1036
|
-
}, {}, import('vue').ComponentOptionsMixin, import('vue').ComponentOptionsMixin, {}, string, import('vue').PublicProps, Readonly<
|
|
1496
|
+
}, {}, import('vue').ComponentOptionsMixin, import('vue').ComponentOptionsMixin, {}, string, import('vue').PublicProps, Readonly<import('vue').ExtractPropTypes<{
|
|
1497
|
+
size: {
|
|
1498
|
+
type: StringConstructor;
|
|
1499
|
+
default: "large";
|
|
1500
|
+
validator(value: unknown): boolean;
|
|
1501
|
+
};
|
|
1502
|
+
radius: {
|
|
1503
|
+
type: StringConstructor;
|
|
1504
|
+
default: "capsule";
|
|
1505
|
+
validator(value: unknown): boolean;
|
|
1506
|
+
};
|
|
1507
|
+
type: {
|
|
1508
|
+
type: StringConstructor;
|
|
1509
|
+
default: "icon-only";
|
|
1510
|
+
validator(value: unknown): boolean;
|
|
1511
|
+
};
|
|
1512
|
+
icon: {
|
|
1513
|
+
type: ObjectConstructor;
|
|
1514
|
+
required: true;
|
|
1515
|
+
validator(icon: unknown): boolean;
|
|
1516
|
+
};
|
|
1517
|
+
color: {
|
|
1518
|
+
type: StringConstructor;
|
|
1519
|
+
default: "primary";
|
|
1520
|
+
validator(value: unknown): boolean;
|
|
1521
|
+
};
|
|
1522
|
+
colorScheme: {
|
|
1523
|
+
type: StringConstructor;
|
|
1524
|
+
default: "all-in-color";
|
|
1525
|
+
validator(value: unknown): boolean;
|
|
1526
|
+
};
|
|
1527
|
+
elevation: {
|
|
1528
|
+
type: StringConstructor;
|
|
1529
|
+
default: "none";
|
|
1530
|
+
validator(value: unknown): boolean;
|
|
1531
|
+
};
|
|
1532
|
+
touchable: {
|
|
1533
|
+
type: BooleanConstructor;
|
|
1534
|
+
default: boolean;
|
|
1535
|
+
};
|
|
1536
|
+
state: {
|
|
1537
|
+
type: StringConstructor;
|
|
1538
|
+
default: "default";
|
|
1539
|
+
validator(value: import('../../../utils/type.utils').Value<typeof import('../../..').ICON_BUTTON_STATES>): boolean;
|
|
1540
|
+
};
|
|
1541
|
+
}>> & Readonly<{}>, {
|
|
1037
1542
|
size: string;
|
|
1038
1543
|
type: string;
|
|
1039
1544
|
touchable: boolean;
|
|
@@ -1112,24 +1617,66 @@ declare const _default: import('vue').DefineComponent<{}, {}, {
|
|
|
1112
1617
|
default: boolean;
|
|
1113
1618
|
};
|
|
1114
1619
|
}>> & Readonly<{}>, {
|
|
1115
|
-
rotation: number;
|
|
1116
1620
|
size: string;
|
|
1621
|
+
rotation: number;
|
|
1117
1622
|
flippedVertical: boolean;
|
|
1118
1623
|
flippedHorizontal: boolean;
|
|
1119
1624
|
touchable: boolean;
|
|
1120
1625
|
spinning: boolean;
|
|
1121
1626
|
}, {}, {
|
|
1122
|
-
FontAwesomeIcon: import('vue').DefineComponent<import('@fortawesome/vue-fontawesome').FontAwesomeIconProps
|
|
1627
|
+
FontAwesomeIcon: import('vue').DefineComponent<import('@fortawesome/vue-fontawesome').FontAwesomeIconProps>;
|
|
1123
1628
|
}, {}, string, import('vue').ComponentProvideOptions, true, {}, any>;
|
|
1124
|
-
WnlButton: import('vue').DefineComponent<{
|
|
1629
|
+
WnlButton: import('vue').DefineComponent<import('vue').ExtractPropTypes<{
|
|
1630
|
+
size: {
|
|
1631
|
+
type: StringConstructor;
|
|
1632
|
+
default: "medium";
|
|
1633
|
+
validator(value: import('../../../utils/type.utils').Value<typeof import('../../Buttons/Button').BUTTON_SIZES>): boolean;
|
|
1634
|
+
};
|
|
1635
|
+
type: {
|
|
1636
|
+
type: StringConstructor;
|
|
1637
|
+
default: "filled";
|
|
1638
|
+
validator(value: import('../../../utils/type.utils').Value<typeof import('../../Buttons/Button').BUTTON_TYPES>): boolean;
|
|
1639
|
+
};
|
|
1640
|
+
color: {
|
|
1641
|
+
type: StringConstructor;
|
|
1642
|
+
default: "primary";
|
|
1643
|
+
validator(value: import('../../../utils/type.utils').Value<typeof import('../../..').ICON_BUTTON_COLORS>): boolean;
|
|
1644
|
+
};
|
|
1645
|
+
radius: {
|
|
1646
|
+
type: StringConstructor;
|
|
1647
|
+
default: "capsule";
|
|
1648
|
+
validator(value: import('../../../utils/type.utils').Value<typeof import('../../Buttons/Button').BUTTON_RADIUSES>): boolean;
|
|
1649
|
+
};
|
|
1650
|
+
state: {
|
|
1651
|
+
type: StringConstructor;
|
|
1652
|
+
default: "default";
|
|
1653
|
+
validator(value: import('../../../utils/type.utils').Value<typeof BUTTON_STATES>): boolean;
|
|
1654
|
+
};
|
|
1655
|
+
iconLeft: {
|
|
1656
|
+
type: ObjectConstructor;
|
|
1657
|
+
default: null;
|
|
1658
|
+
validator(icon: unknown): boolean;
|
|
1659
|
+
};
|
|
1660
|
+
iconRight: {
|
|
1661
|
+
type: ObjectConstructor;
|
|
1662
|
+
default: null;
|
|
1663
|
+
validator(icon: unknown): boolean;
|
|
1664
|
+
};
|
|
1665
|
+
elevation: {
|
|
1666
|
+
type: StringConstructor;
|
|
1667
|
+
default: "none";
|
|
1668
|
+
validator(value: import('../../../utils/type.utils').Value<typeof import('../../Buttons/Button').BUTTON_ELEVATIONS>): boolean;
|
|
1669
|
+
};
|
|
1670
|
+
}>, {}, {
|
|
1125
1671
|
ICONS: Readonly<{
|
|
1126
|
-
readonly HEAD_WITH_QUESTION_MARK: VueConstructor<Vue>;
|
|
1127
|
-
readonly RIBBON: VueConstructor<Vue>;
|
|
1128
|
-
readonly SLIDERS_SEARCH: VueConstructor<Vue>;
|
|
1129
|
-
readonly COMMENTS_CHECK: VueConstructor<Vue>;
|
|
1130
1672
|
readonly ANSWERS: VueConstructor<Vue>;
|
|
1673
|
+
readonly CHANGE: VueConstructor<Vue>;
|
|
1674
|
+
readonly COMMENTS_CHECK: VueConstructor<Vue>;
|
|
1675
|
+
readonly HEAD_WITH_QUESTION_MARK: VueConstructor<Vue>;
|
|
1131
1676
|
readonly HIDE_ANSWERS: VueConstructor<Vue>;
|
|
1677
|
+
readonly RIBBON: VueConstructor<Vue>;
|
|
1132
1678
|
readonly SIDEBAR_FLIP_SOLID: VueConstructor<Vue>;
|
|
1679
|
+
readonly SLIDERS_SEARCH: VueConstructor<Vue>;
|
|
1133
1680
|
readonly FA_ADDRESS_CARD: import('@fortawesome/fontawesome-common-types').IconDefinition;
|
|
1134
1681
|
readonly FA_ANGLE_DOWN: import('@fortawesome/fontawesome-common-types').IconDefinition;
|
|
1135
1682
|
readonly FA_ANGLE_LEFT: import('@fortawesome/fontawesome-common-types').IconDefinition;
|
|
@@ -1321,6 +1868,7 @@ declare const _default: import('vue').DefineComponent<{}, {}, {
|
|
|
1321
1868
|
readonly FA_UNLOCK_KEYHOLE: import('@fortawesome/fontawesome-common-types').IconDefinition;
|
|
1322
1869
|
readonly FA_UPLOAD: import('@fortawesome/fontawesome-common-types').IconDefinition;
|
|
1323
1870
|
readonly FA_USER: import('@fortawesome/fontawesome-common-types').IconDefinition;
|
|
1871
|
+
readonly FA_USER_GEAR: import('@fortawesome/fontawesome-common-types').IconDefinition;
|
|
1324
1872
|
readonly FA_USER_DOCTOR_SOLID: import('@fortawesome/fontawesome-common-types').IconDefinition;
|
|
1325
1873
|
readonly FA_VIDEO_SOLID: import('@fortawesome/fontawesome-common-types').IconDefinition;
|
|
1326
1874
|
readonly FA_VOLUME_HIGH_SOLID: import('@fortawesome/fontawesome-common-types').IconDefinition;
|
|
@@ -1376,7 +1924,48 @@ declare const _default: import('vue').DefineComponent<{}, {}, {
|
|
|
1376
1924
|
iconSize(): string;
|
|
1377
1925
|
colorClassName(): string;
|
|
1378
1926
|
loadingIconSize(): string;
|
|
1379
|
-
}, {}, import('vue').ComponentOptionsMixin, import('vue').ComponentOptionsMixin, {}, string, import('vue').PublicProps, Readonly<
|
|
1927
|
+
}, {}, import('vue').ComponentOptionsMixin, import('vue').ComponentOptionsMixin, {}, string, import('vue').PublicProps, Readonly<import('vue').ExtractPropTypes<{
|
|
1928
|
+
size: {
|
|
1929
|
+
type: StringConstructor;
|
|
1930
|
+
default: "medium";
|
|
1931
|
+
validator(value: import('../../../utils/type.utils').Value<typeof import('../../Buttons/Button').BUTTON_SIZES>): boolean;
|
|
1932
|
+
};
|
|
1933
|
+
type: {
|
|
1934
|
+
type: StringConstructor;
|
|
1935
|
+
default: "filled";
|
|
1936
|
+
validator(value: import('../../../utils/type.utils').Value<typeof import('../../Buttons/Button').BUTTON_TYPES>): boolean;
|
|
1937
|
+
};
|
|
1938
|
+
color: {
|
|
1939
|
+
type: StringConstructor;
|
|
1940
|
+
default: "primary";
|
|
1941
|
+
validator(value: import('../../../utils/type.utils').Value<typeof import('../../..').ICON_BUTTON_COLORS>): boolean;
|
|
1942
|
+
};
|
|
1943
|
+
radius: {
|
|
1944
|
+
type: StringConstructor;
|
|
1945
|
+
default: "capsule";
|
|
1946
|
+
validator(value: import('../../../utils/type.utils').Value<typeof import('../../Buttons/Button').BUTTON_RADIUSES>): boolean;
|
|
1947
|
+
};
|
|
1948
|
+
state: {
|
|
1949
|
+
type: StringConstructor;
|
|
1950
|
+
default: "default";
|
|
1951
|
+
validator(value: import('../../../utils/type.utils').Value<typeof BUTTON_STATES>): boolean;
|
|
1952
|
+
};
|
|
1953
|
+
iconLeft: {
|
|
1954
|
+
type: ObjectConstructor;
|
|
1955
|
+
default: null;
|
|
1956
|
+
validator(icon: unknown): boolean;
|
|
1957
|
+
};
|
|
1958
|
+
iconRight: {
|
|
1959
|
+
type: ObjectConstructor;
|
|
1960
|
+
default: null;
|
|
1961
|
+
validator(icon: unknown): boolean;
|
|
1962
|
+
};
|
|
1963
|
+
elevation: {
|
|
1964
|
+
type: StringConstructor;
|
|
1965
|
+
default: "none";
|
|
1966
|
+
validator(value: import('../../../utils/type.utils').Value<typeof import('../../Buttons/Button').BUTTON_ELEVATIONS>): boolean;
|
|
1967
|
+
};
|
|
1968
|
+
}>> & Readonly<{}>, {
|
|
1380
1969
|
size: string;
|
|
1381
1970
|
type: string;
|
|
1382
1971
|
color: string;
|
|
@@ -1455,14 +2044,14 @@ declare const _default: import('vue').DefineComponent<{}, {}, {
|
|
|
1455
2044
|
default: boolean;
|
|
1456
2045
|
};
|
|
1457
2046
|
}>> & Readonly<{}>, {
|
|
1458
|
-
rotation: number;
|
|
1459
2047
|
size: string;
|
|
2048
|
+
rotation: number;
|
|
1460
2049
|
flippedVertical: boolean;
|
|
1461
2050
|
flippedHorizontal: boolean;
|
|
1462
2051
|
touchable: boolean;
|
|
1463
2052
|
spinning: boolean;
|
|
1464
2053
|
}, {}, {
|
|
1465
|
-
FontAwesomeIcon: import('vue').DefineComponent<import('@fortawesome/vue-fontawesome').FontAwesomeIconProps
|
|
2054
|
+
FontAwesomeIcon: import('vue').DefineComponent<import('@fortawesome/vue-fontawesome').FontAwesomeIconProps>;
|
|
1466
2055
|
}, {}, string, import('vue').ComponentProvideOptions, true, {}, any>;
|
|
1467
2056
|
}, {}, string, import('vue').ComponentProvideOptions, true, {}, any>;
|
|
1468
2057
|
}, {}, string, import('vue').ComponentProvideOptions, true, {}, any>;
|