@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,29 @@
|
|
|
1
|
-
|
|
1
|
+
import { ICON_BUTTON_COLORS, ICON_BUTTON_STATES } from '../Buttons/IconButton';
|
|
2
|
+
|
|
3
|
+
declare const _default: import('vue').DefineComponent<import('vue').ExtractPropTypes<{
|
|
4
|
+
currentPage: {
|
|
5
|
+
type: NumberConstructor;
|
|
6
|
+
default: number;
|
|
7
|
+
validator(page: unknown): boolean;
|
|
8
|
+
};
|
|
9
|
+
forceCompact: {
|
|
10
|
+
type: BooleanConstructor;
|
|
11
|
+
default: boolean;
|
|
12
|
+
};
|
|
13
|
+
isCentered: {
|
|
14
|
+
type: BooleanConstructor;
|
|
15
|
+
default: boolean;
|
|
16
|
+
};
|
|
17
|
+
itemsPerPage: {
|
|
18
|
+
type: NumberConstructor;
|
|
19
|
+
default: number;
|
|
20
|
+
validator(itemsPerPage: unknown): boolean;
|
|
21
|
+
};
|
|
22
|
+
itemsTotalAmount: {
|
|
23
|
+
type: NumberConstructor;
|
|
24
|
+
required: true;
|
|
25
|
+
};
|
|
26
|
+
}>, {}, {
|
|
2
27
|
DROPDOWN_PLACEMENTS: Readonly<{
|
|
3
28
|
readonly BOTTOM_START: "bottom-start";
|
|
4
29
|
readonly BOTTOM_END: "bottom-end";
|
|
@@ -34,13 +59,14 @@ declare const _default: import('vue').DefineComponent<{}, {}, {
|
|
|
34
59
|
readonly LOADING: "loading";
|
|
35
60
|
}>;
|
|
36
61
|
ICONS: Readonly<{
|
|
37
|
-
readonly HEAD_WITH_QUESTION_MARK: VueConstructor<Vue>;
|
|
38
|
-
readonly RIBBON: VueConstructor<Vue>;
|
|
39
|
-
readonly SLIDERS_SEARCH: VueConstructor<Vue>;
|
|
40
|
-
readonly COMMENTS_CHECK: VueConstructor<Vue>;
|
|
41
62
|
readonly ANSWERS: VueConstructor<Vue>;
|
|
63
|
+
readonly CHANGE: VueConstructor<Vue>;
|
|
64
|
+
readonly COMMENTS_CHECK: VueConstructor<Vue>;
|
|
65
|
+
readonly HEAD_WITH_QUESTION_MARK: VueConstructor<Vue>;
|
|
42
66
|
readonly HIDE_ANSWERS: VueConstructor<Vue>;
|
|
67
|
+
readonly RIBBON: VueConstructor<Vue>;
|
|
43
68
|
readonly SIDEBAR_FLIP_SOLID: VueConstructor<Vue>;
|
|
69
|
+
readonly SLIDERS_SEARCH: VueConstructor<Vue>;
|
|
44
70
|
readonly FA_ADDRESS_CARD: import('@fortawesome/fontawesome-common-types').IconDefinition;
|
|
45
71
|
readonly FA_ANGLE_DOWN: import('@fortawesome/fontawesome-common-types').IconDefinition;
|
|
46
72
|
readonly FA_ANGLE_LEFT: import('@fortawesome/fontawesome-common-types').IconDefinition;
|
|
@@ -232,6 +258,7 @@ declare const _default: import('vue').DefineComponent<{}, {}, {
|
|
|
232
258
|
readonly FA_UNLOCK_KEYHOLE: import('@fortawesome/fontawesome-common-types').IconDefinition;
|
|
233
259
|
readonly FA_UPLOAD: import('@fortawesome/fontawesome-common-types').IconDefinition;
|
|
234
260
|
readonly FA_USER: import('@fortawesome/fontawesome-common-types').IconDefinition;
|
|
261
|
+
readonly FA_USER_GEAR: import('@fortawesome/fontawesome-common-types').IconDefinition;
|
|
235
262
|
readonly FA_USER_DOCTOR_SOLID: import('@fortawesome/fontawesome-common-types').IconDefinition;
|
|
236
263
|
readonly FA_VIDEO_SOLID: import('@fortawesome/fontawesome-common-types').IconDefinition;
|
|
237
264
|
readonly FA_VOLUME_HIGH_SOLID: import('@fortawesome/fontawesome-common-types').IconDefinition;
|
|
@@ -246,13 +273,36 @@ declare const _default: import('vue').DefineComponent<{}, {}, {
|
|
|
246
273
|
navigationItems(): Array<number | string>;
|
|
247
274
|
navigationItemsForDropdown(): any;
|
|
248
275
|
}, {
|
|
249
|
-
ellipsisAsSecond(index: number):
|
|
276
|
+
ellipsisAsSecond(index: number): index is 1;
|
|
250
277
|
getRange(start: number, end: number): Array<number>;
|
|
251
278
|
changePage(page: any): void;
|
|
252
279
|
isPage(item: any): boolean;
|
|
253
280
|
onInputValueConfirmed(event: any): void;
|
|
254
281
|
onDropdownClick(page: number, close: () => void): void;
|
|
255
|
-
}, import('vue').ComponentOptionsMixin, import('vue').ComponentOptionsMixin, "change-page"[], "change-page", import('vue').PublicProps, Readonly<
|
|
282
|
+
}, import('vue').ComponentOptionsMixin, import('vue').ComponentOptionsMixin, "change-page"[], "change-page", import('vue').PublicProps, Readonly<import('vue').ExtractPropTypes<{
|
|
283
|
+
currentPage: {
|
|
284
|
+
type: NumberConstructor;
|
|
285
|
+
default: number;
|
|
286
|
+
validator(page: unknown): boolean;
|
|
287
|
+
};
|
|
288
|
+
forceCompact: {
|
|
289
|
+
type: BooleanConstructor;
|
|
290
|
+
default: boolean;
|
|
291
|
+
};
|
|
292
|
+
isCentered: {
|
|
293
|
+
type: BooleanConstructor;
|
|
294
|
+
default: boolean;
|
|
295
|
+
};
|
|
296
|
+
itemsPerPage: {
|
|
297
|
+
type: NumberConstructor;
|
|
298
|
+
default: number;
|
|
299
|
+
validator(itemsPerPage: unknown): boolean;
|
|
300
|
+
};
|
|
301
|
+
itemsTotalAmount: {
|
|
302
|
+
type: NumberConstructor;
|
|
303
|
+
required: true;
|
|
304
|
+
};
|
|
305
|
+
}>> & Readonly<{
|
|
256
306
|
"onChange-page"?: ((...args: any[]) => any) | undefined;
|
|
257
307
|
}>, {
|
|
258
308
|
currentPage: number;
|
|
@@ -260,21 +310,67 @@ declare const _default: import('vue').DefineComponent<{}, {}, {
|
|
|
260
310
|
isCentered: boolean;
|
|
261
311
|
itemsPerPage: number;
|
|
262
312
|
}, {}, {
|
|
263
|
-
IconButton: import('vue').DefineComponent<{
|
|
264
|
-
|
|
313
|
+
IconButton: import('vue').DefineComponent<import('vue').ExtractPropTypes<{
|
|
314
|
+
size: {
|
|
315
|
+
type: StringConstructor;
|
|
316
|
+
default: "large";
|
|
317
|
+
validator(value: unknown): boolean;
|
|
318
|
+
};
|
|
319
|
+
radius: {
|
|
320
|
+
type: StringConstructor;
|
|
321
|
+
default: "capsule";
|
|
322
|
+
validator(value: unknown): boolean;
|
|
323
|
+
};
|
|
324
|
+
type: {
|
|
325
|
+
type: StringConstructor;
|
|
326
|
+
default: "icon-only";
|
|
327
|
+
validator(value: unknown): boolean;
|
|
328
|
+
};
|
|
329
|
+
icon: {
|
|
330
|
+
type: ObjectConstructor;
|
|
331
|
+
required: true;
|
|
332
|
+
validator(icon: unknown): boolean;
|
|
333
|
+
};
|
|
334
|
+
color: {
|
|
335
|
+
type: StringConstructor;
|
|
336
|
+
default: "primary";
|
|
337
|
+
validator(value: unknown): boolean;
|
|
338
|
+
};
|
|
339
|
+
colorScheme: {
|
|
340
|
+
type: StringConstructor;
|
|
341
|
+
default: "all-in-color";
|
|
342
|
+
validator(value: unknown): boolean;
|
|
343
|
+
};
|
|
344
|
+
elevation: {
|
|
345
|
+
type: StringConstructor;
|
|
346
|
+
default: "none";
|
|
347
|
+
validator(value: unknown): boolean;
|
|
348
|
+
};
|
|
349
|
+
touchable: {
|
|
350
|
+
type: BooleanConstructor;
|
|
351
|
+
default: boolean;
|
|
352
|
+
};
|
|
353
|
+
state: {
|
|
354
|
+
type: StringConstructor;
|
|
355
|
+
default: "default";
|
|
356
|
+
validator(value: import('../../utils/type.utils').Value<typeof ICON_BUTTON_STATES>): boolean;
|
|
357
|
+
};
|
|
358
|
+
}>, {
|
|
359
|
+
isHovered: import('vue').Ref<boolean>;
|
|
265
360
|
mouseOver: () => void;
|
|
266
361
|
mouseLeave: () => void;
|
|
267
362
|
touchStart: () => void;
|
|
268
363
|
touchEnd: () => void;
|
|
269
364
|
}, {
|
|
270
365
|
ICONS: Readonly<{
|
|
271
|
-
readonly HEAD_WITH_QUESTION_MARK: VueConstructor<Vue>;
|
|
272
|
-
readonly RIBBON: VueConstructor<Vue>;
|
|
273
|
-
readonly SLIDERS_SEARCH: VueConstructor<Vue>;
|
|
274
|
-
readonly COMMENTS_CHECK: VueConstructor<Vue>;
|
|
275
366
|
readonly ANSWERS: VueConstructor<Vue>;
|
|
367
|
+
readonly CHANGE: VueConstructor<Vue>;
|
|
368
|
+
readonly COMMENTS_CHECK: VueConstructor<Vue>;
|
|
369
|
+
readonly HEAD_WITH_QUESTION_MARK: VueConstructor<Vue>;
|
|
276
370
|
readonly HIDE_ANSWERS: VueConstructor<Vue>;
|
|
371
|
+
readonly RIBBON: VueConstructor<Vue>;
|
|
277
372
|
readonly SIDEBAR_FLIP_SOLID: VueConstructor<Vue>;
|
|
373
|
+
readonly SLIDERS_SEARCH: VueConstructor<Vue>;
|
|
278
374
|
readonly FA_ADDRESS_CARD: import('@fortawesome/fontawesome-common-types').IconDefinition;
|
|
279
375
|
readonly FA_ANGLE_DOWN: import('@fortawesome/fontawesome-common-types').IconDefinition;
|
|
280
376
|
readonly FA_ANGLE_LEFT: import('@fortawesome/fontawesome-common-types').IconDefinition;
|
|
@@ -466,6 +562,7 @@ declare const _default: import('vue').DefineComponent<{}, {}, {
|
|
|
466
562
|
readonly FA_UNLOCK_KEYHOLE: import('@fortawesome/fontawesome-common-types').IconDefinition;
|
|
467
563
|
readonly FA_UPLOAD: import('@fortawesome/fontawesome-common-types').IconDefinition;
|
|
468
564
|
readonly FA_USER: import('@fortawesome/fontawesome-common-types').IconDefinition;
|
|
565
|
+
readonly FA_USER_GEAR: import('@fortawesome/fontawesome-common-types').IconDefinition;
|
|
469
566
|
readonly FA_USER_DOCTOR_SOLID: import('@fortawesome/fontawesome-common-types').IconDefinition;
|
|
470
567
|
readonly FA_VIDEO_SOLID: import('@fortawesome/fontawesome-common-types').IconDefinition;
|
|
471
568
|
readonly FA_VOLUME_HIGH_SOLID: import('@fortawesome/fontawesome-common-types').IconDefinition;
|
|
@@ -531,7 +628,52 @@ declare const _default: import('vue').DefineComponent<{}, {}, {
|
|
|
531
628
|
computedColor(): string | null;
|
|
532
629
|
isButtonColor(): boolean;
|
|
533
630
|
colorClassName(): string;
|
|
534
|
-
}, {}, import('vue').ComponentOptionsMixin, import('vue').ComponentOptionsMixin, {}, string, import('vue').PublicProps, Readonly<
|
|
631
|
+
}, {}, import('vue').ComponentOptionsMixin, import('vue').ComponentOptionsMixin, {}, string, import('vue').PublicProps, Readonly<import('vue').ExtractPropTypes<{
|
|
632
|
+
size: {
|
|
633
|
+
type: StringConstructor;
|
|
634
|
+
default: "large";
|
|
635
|
+
validator(value: unknown): boolean;
|
|
636
|
+
};
|
|
637
|
+
radius: {
|
|
638
|
+
type: StringConstructor;
|
|
639
|
+
default: "capsule";
|
|
640
|
+
validator(value: unknown): boolean;
|
|
641
|
+
};
|
|
642
|
+
type: {
|
|
643
|
+
type: StringConstructor;
|
|
644
|
+
default: "icon-only";
|
|
645
|
+
validator(value: unknown): boolean;
|
|
646
|
+
};
|
|
647
|
+
icon: {
|
|
648
|
+
type: ObjectConstructor;
|
|
649
|
+
required: true;
|
|
650
|
+
validator(icon: unknown): boolean;
|
|
651
|
+
};
|
|
652
|
+
color: {
|
|
653
|
+
type: StringConstructor;
|
|
654
|
+
default: "primary";
|
|
655
|
+
validator(value: unknown): boolean;
|
|
656
|
+
};
|
|
657
|
+
colorScheme: {
|
|
658
|
+
type: StringConstructor;
|
|
659
|
+
default: "all-in-color";
|
|
660
|
+
validator(value: unknown): boolean;
|
|
661
|
+
};
|
|
662
|
+
elevation: {
|
|
663
|
+
type: StringConstructor;
|
|
664
|
+
default: "none";
|
|
665
|
+
validator(value: unknown): boolean;
|
|
666
|
+
};
|
|
667
|
+
touchable: {
|
|
668
|
+
type: BooleanConstructor;
|
|
669
|
+
default: boolean;
|
|
670
|
+
};
|
|
671
|
+
state: {
|
|
672
|
+
type: StringConstructor;
|
|
673
|
+
default: "default";
|
|
674
|
+
validator(value: import('../../utils/type.utils').Value<typeof ICON_BUTTON_STATES>): boolean;
|
|
675
|
+
};
|
|
676
|
+
}>> & Readonly<{}>, {
|
|
535
677
|
size: string;
|
|
536
678
|
type: string;
|
|
537
679
|
touchable: boolean;
|
|
@@ -610,24 +752,66 @@ declare const _default: import('vue').DefineComponent<{}, {}, {
|
|
|
610
752
|
default: boolean;
|
|
611
753
|
};
|
|
612
754
|
}>> & Readonly<{}>, {
|
|
613
|
-
rotation: number;
|
|
614
755
|
size: string;
|
|
756
|
+
rotation: number;
|
|
615
757
|
flippedVertical: boolean;
|
|
616
758
|
flippedHorizontal: boolean;
|
|
617
759
|
touchable: boolean;
|
|
618
760
|
spinning: boolean;
|
|
619
761
|
}, {}, {
|
|
620
|
-
FontAwesomeIcon: import('vue').DefineComponent<import('@fortawesome/vue-fontawesome').FontAwesomeIconProps
|
|
762
|
+
FontAwesomeIcon: import('vue').DefineComponent<import('@fortawesome/vue-fontawesome').FontAwesomeIconProps>;
|
|
621
763
|
}, {}, string, import('vue').ComponentProvideOptions, true, {}, any>;
|
|
622
|
-
WnlButton: import('vue').DefineComponent<{
|
|
764
|
+
WnlButton: import('vue').DefineComponent<import('vue').ExtractPropTypes<{
|
|
765
|
+
size: {
|
|
766
|
+
type: StringConstructor;
|
|
767
|
+
default: "medium";
|
|
768
|
+
validator(value: import('../../utils/type.utils').Value<typeof import('../..').BUTTON_SIZES>): boolean;
|
|
769
|
+
};
|
|
770
|
+
type: {
|
|
771
|
+
type: StringConstructor;
|
|
772
|
+
default: "filled";
|
|
773
|
+
validator(value: import('../../utils/type.utils').Value<typeof import('../..').BUTTON_TYPES>): boolean;
|
|
774
|
+
};
|
|
775
|
+
color: {
|
|
776
|
+
type: StringConstructor;
|
|
777
|
+
default: "primary";
|
|
778
|
+
validator(value: import('../../utils/type.utils').Value<typeof ICON_BUTTON_COLORS>): boolean;
|
|
779
|
+
};
|
|
780
|
+
radius: {
|
|
781
|
+
type: StringConstructor;
|
|
782
|
+
default: "capsule";
|
|
783
|
+
validator(value: import('../../utils/type.utils').Value<typeof import('../..').BUTTON_RADIUSES>): boolean;
|
|
784
|
+
};
|
|
785
|
+
state: {
|
|
786
|
+
type: StringConstructor;
|
|
787
|
+
default: "default";
|
|
788
|
+
validator(value: import('../../utils/type.utils').Value<typeof import('../..').BUTTON_STATES>): boolean;
|
|
789
|
+
};
|
|
790
|
+
iconLeft: {
|
|
791
|
+
type: ObjectConstructor;
|
|
792
|
+
default: null;
|
|
793
|
+
validator(icon: unknown): boolean;
|
|
794
|
+
};
|
|
795
|
+
iconRight: {
|
|
796
|
+
type: ObjectConstructor;
|
|
797
|
+
default: null;
|
|
798
|
+
validator(icon: unknown): boolean;
|
|
799
|
+
};
|
|
800
|
+
elevation: {
|
|
801
|
+
type: StringConstructor;
|
|
802
|
+
default: "none";
|
|
803
|
+
validator(value: import('../../utils/type.utils').Value<typeof import('../..').BUTTON_ELEVATIONS>): boolean;
|
|
804
|
+
};
|
|
805
|
+
}>, {}, {
|
|
623
806
|
ICONS: Readonly<{
|
|
624
|
-
readonly HEAD_WITH_QUESTION_MARK: VueConstructor<Vue>;
|
|
625
|
-
readonly RIBBON: VueConstructor<Vue>;
|
|
626
|
-
readonly SLIDERS_SEARCH: VueConstructor<Vue>;
|
|
627
|
-
readonly COMMENTS_CHECK: VueConstructor<Vue>;
|
|
628
807
|
readonly ANSWERS: VueConstructor<Vue>;
|
|
808
|
+
readonly CHANGE: VueConstructor<Vue>;
|
|
809
|
+
readonly COMMENTS_CHECK: VueConstructor<Vue>;
|
|
810
|
+
readonly HEAD_WITH_QUESTION_MARK: VueConstructor<Vue>;
|
|
629
811
|
readonly HIDE_ANSWERS: VueConstructor<Vue>;
|
|
812
|
+
readonly RIBBON: VueConstructor<Vue>;
|
|
630
813
|
readonly SIDEBAR_FLIP_SOLID: VueConstructor<Vue>;
|
|
814
|
+
readonly SLIDERS_SEARCH: VueConstructor<Vue>;
|
|
631
815
|
readonly FA_ADDRESS_CARD: import('@fortawesome/fontawesome-common-types').IconDefinition;
|
|
632
816
|
readonly FA_ANGLE_DOWN: import('@fortawesome/fontawesome-common-types').IconDefinition;
|
|
633
817
|
readonly FA_ANGLE_LEFT: import('@fortawesome/fontawesome-common-types').IconDefinition;
|
|
@@ -819,6 +1003,7 @@ declare const _default: import('vue').DefineComponent<{}, {}, {
|
|
|
819
1003
|
readonly FA_UNLOCK_KEYHOLE: import('@fortawesome/fontawesome-common-types').IconDefinition;
|
|
820
1004
|
readonly FA_UPLOAD: import('@fortawesome/fontawesome-common-types').IconDefinition;
|
|
821
1005
|
readonly FA_USER: import('@fortawesome/fontawesome-common-types').IconDefinition;
|
|
1006
|
+
readonly FA_USER_GEAR: import('@fortawesome/fontawesome-common-types').IconDefinition;
|
|
822
1007
|
readonly FA_USER_DOCTOR_SOLID: import('@fortawesome/fontawesome-common-types').IconDefinition;
|
|
823
1008
|
readonly FA_VIDEO_SOLID: import('@fortawesome/fontawesome-common-types').IconDefinition;
|
|
824
1009
|
readonly FA_VOLUME_HIGH_SOLID: import('@fortawesome/fontawesome-common-types').IconDefinition;
|
|
@@ -874,7 +1059,48 @@ declare const _default: import('vue').DefineComponent<{}, {}, {
|
|
|
874
1059
|
iconSize(): string;
|
|
875
1060
|
colorClassName(): string;
|
|
876
1061
|
loadingIconSize(): string;
|
|
877
|
-
}, {}, import('vue').ComponentOptionsMixin, import('vue').ComponentOptionsMixin, {}, string, import('vue').PublicProps, Readonly<
|
|
1062
|
+
}, {}, import('vue').ComponentOptionsMixin, import('vue').ComponentOptionsMixin, {}, string, import('vue').PublicProps, Readonly<import('vue').ExtractPropTypes<{
|
|
1063
|
+
size: {
|
|
1064
|
+
type: StringConstructor;
|
|
1065
|
+
default: "medium";
|
|
1066
|
+
validator(value: import('../../utils/type.utils').Value<typeof import('../..').BUTTON_SIZES>): boolean;
|
|
1067
|
+
};
|
|
1068
|
+
type: {
|
|
1069
|
+
type: StringConstructor;
|
|
1070
|
+
default: "filled";
|
|
1071
|
+
validator(value: import('../../utils/type.utils').Value<typeof import('../..').BUTTON_TYPES>): boolean;
|
|
1072
|
+
};
|
|
1073
|
+
color: {
|
|
1074
|
+
type: StringConstructor;
|
|
1075
|
+
default: "primary";
|
|
1076
|
+
validator(value: import('../../utils/type.utils').Value<typeof ICON_BUTTON_COLORS>): boolean;
|
|
1077
|
+
};
|
|
1078
|
+
radius: {
|
|
1079
|
+
type: StringConstructor;
|
|
1080
|
+
default: "capsule";
|
|
1081
|
+
validator(value: import('../../utils/type.utils').Value<typeof import('../..').BUTTON_RADIUSES>): boolean;
|
|
1082
|
+
};
|
|
1083
|
+
state: {
|
|
1084
|
+
type: StringConstructor;
|
|
1085
|
+
default: "default";
|
|
1086
|
+
validator(value: import('../../utils/type.utils').Value<typeof import('../..').BUTTON_STATES>): boolean;
|
|
1087
|
+
};
|
|
1088
|
+
iconLeft: {
|
|
1089
|
+
type: ObjectConstructor;
|
|
1090
|
+
default: null;
|
|
1091
|
+
validator(icon: unknown): boolean;
|
|
1092
|
+
};
|
|
1093
|
+
iconRight: {
|
|
1094
|
+
type: ObjectConstructor;
|
|
1095
|
+
default: null;
|
|
1096
|
+
validator(icon: unknown): boolean;
|
|
1097
|
+
};
|
|
1098
|
+
elevation: {
|
|
1099
|
+
type: StringConstructor;
|
|
1100
|
+
default: "none";
|
|
1101
|
+
validator(value: import('../../utils/type.utils').Value<typeof import('../..').BUTTON_ELEVATIONS>): boolean;
|
|
1102
|
+
};
|
|
1103
|
+
}>> & Readonly<{}>, {
|
|
878
1104
|
size: string;
|
|
879
1105
|
type: string;
|
|
880
1106
|
color: string;
|
|
@@ -953,18 +1179,50 @@ declare const _default: import('vue').DefineComponent<{}, {}, {
|
|
|
953
1179
|
default: boolean;
|
|
954
1180
|
};
|
|
955
1181
|
}>> & Readonly<{}>, {
|
|
956
|
-
rotation: number;
|
|
957
1182
|
size: string;
|
|
1183
|
+
rotation: number;
|
|
958
1184
|
flippedVertical: boolean;
|
|
959
1185
|
flippedHorizontal: boolean;
|
|
960
1186
|
touchable: boolean;
|
|
961
1187
|
spinning: boolean;
|
|
962
1188
|
}, {}, {
|
|
963
|
-
FontAwesomeIcon: import('vue').DefineComponent<import('@fortawesome/vue-fontawesome').FontAwesomeIconProps
|
|
1189
|
+
FontAwesomeIcon: import('vue').DefineComponent<import('@fortawesome/vue-fontawesome').FontAwesomeIconProps>;
|
|
964
1190
|
}, {}, string, import('vue').ComponentProvideOptions, true, {}, any>;
|
|
965
1191
|
}, {}, string, import('vue').ComponentProvideOptions, true, {}, any>;
|
|
966
1192
|
}, {}, string, import('vue').ComponentProvideOptions, true, {}, any>;
|
|
967
|
-
Dropdown: import('vue').DefineComponent<{
|
|
1193
|
+
Dropdown: import('vue').DefineComponent<import('vue').ExtractPropTypes<{
|
|
1194
|
+
boundariesSelector: {
|
|
1195
|
+
type: StringConstructor;
|
|
1196
|
+
default: null;
|
|
1197
|
+
};
|
|
1198
|
+
forceShow: {
|
|
1199
|
+
type: BooleanConstructor;
|
|
1200
|
+
default: boolean;
|
|
1201
|
+
};
|
|
1202
|
+
sameWidth: {
|
|
1203
|
+
type: BooleanConstructor;
|
|
1204
|
+
default: boolean;
|
|
1205
|
+
};
|
|
1206
|
+
triggerAction: {
|
|
1207
|
+
type: StringConstructor;
|
|
1208
|
+
default: "click";
|
|
1209
|
+
validator(triggerAction: unknown): boolean;
|
|
1210
|
+
};
|
|
1211
|
+
radius: {
|
|
1212
|
+
type: StringConstructor;
|
|
1213
|
+
default: "both";
|
|
1214
|
+
validate(radius: any): boolean;
|
|
1215
|
+
};
|
|
1216
|
+
placement: {
|
|
1217
|
+
type: StringConstructor;
|
|
1218
|
+
default: "bottom-start";
|
|
1219
|
+
validate(placement: any): boolean;
|
|
1220
|
+
};
|
|
1221
|
+
maxHeight: {
|
|
1222
|
+
type: StringConstructor;
|
|
1223
|
+
default: null;
|
|
1224
|
+
};
|
|
1225
|
+
}>, {}, {
|
|
968
1226
|
key: number;
|
|
969
1227
|
isOpened: boolean;
|
|
970
1228
|
DROPDOWN_RADIUSES: Readonly<{
|
|
@@ -980,10 +1238,42 @@ declare const _default: import('vue').DefineComponent<{}, {}, {
|
|
|
980
1238
|
updateKey(): void;
|
|
981
1239
|
onHide(): void;
|
|
982
1240
|
onShow(): void;
|
|
983
|
-
}, import('vue').ComponentOptionsMixin, import('vue').ComponentOptionsMixin, ("
|
|
984
|
-
|
|
985
|
-
|
|
1241
|
+
}, import('vue').ComponentOptionsMixin, import('vue').ComponentOptionsMixin, ("show" | "hide" | "document-click")[], "show" | "hide" | "document-click", import('vue').PublicProps, Readonly<import('vue').ExtractPropTypes<{
|
|
1242
|
+
boundariesSelector: {
|
|
1243
|
+
type: StringConstructor;
|
|
1244
|
+
default: null;
|
|
1245
|
+
};
|
|
1246
|
+
forceShow: {
|
|
1247
|
+
type: BooleanConstructor;
|
|
1248
|
+
default: boolean;
|
|
1249
|
+
};
|
|
1250
|
+
sameWidth: {
|
|
1251
|
+
type: BooleanConstructor;
|
|
1252
|
+
default: boolean;
|
|
1253
|
+
};
|
|
1254
|
+
triggerAction: {
|
|
1255
|
+
type: StringConstructor;
|
|
1256
|
+
default: "click";
|
|
1257
|
+
validator(triggerAction: unknown): boolean;
|
|
1258
|
+
};
|
|
1259
|
+
radius: {
|
|
1260
|
+
type: StringConstructor;
|
|
1261
|
+
default: "both";
|
|
1262
|
+
validate(radius: any): boolean;
|
|
1263
|
+
};
|
|
1264
|
+
placement: {
|
|
1265
|
+
type: StringConstructor;
|
|
1266
|
+
default: "bottom-start";
|
|
1267
|
+
validate(placement: any): boolean;
|
|
1268
|
+
};
|
|
1269
|
+
maxHeight: {
|
|
1270
|
+
type: StringConstructor;
|
|
1271
|
+
default: null;
|
|
1272
|
+
};
|
|
1273
|
+
}>> & Readonly<{
|
|
986
1274
|
onShow?: ((...args: any[]) => any) | undefined;
|
|
1275
|
+
onHide?: ((...args: any[]) => any) | undefined;
|
|
1276
|
+
"onDocument-click"?: ((...args: any[]) => any) | undefined;
|
|
987
1277
|
}>, {
|
|
988
1278
|
radius: string;
|
|
989
1279
|
boundariesSelector: string;
|
|
@@ -995,7 +1285,44 @@ declare const _default: import('vue').DefineComponent<{}, {}, {
|
|
|
995
1285
|
}, {}, {
|
|
996
1286
|
VuePopper: any;
|
|
997
1287
|
}, {}, string, import('vue').ComponentProvideOptions, true, {}, any>;
|
|
998
|
-
SelectListItem: import('vue').DefineComponent<{
|
|
1288
|
+
SelectListItem: import('vue').DefineComponent<import('vue').ExtractPropTypes<{
|
|
1289
|
+
iconLeft: {
|
|
1290
|
+
type: ObjectConstructor;
|
|
1291
|
+
default: null;
|
|
1292
|
+
validator(icon: unknown): boolean;
|
|
1293
|
+
};
|
|
1294
|
+
isSelected: {
|
|
1295
|
+
type: BooleanConstructor;
|
|
1296
|
+
default: boolean;
|
|
1297
|
+
};
|
|
1298
|
+
label: {
|
|
1299
|
+
type: StringConstructor;
|
|
1300
|
+
required: true;
|
|
1301
|
+
};
|
|
1302
|
+
eyebrowText: {
|
|
1303
|
+
type: StringConstructor;
|
|
1304
|
+
default: string;
|
|
1305
|
+
};
|
|
1306
|
+
isEyebrowTextUppercase: {
|
|
1307
|
+
type: BooleanConstructor;
|
|
1308
|
+
default: boolean;
|
|
1309
|
+
};
|
|
1310
|
+
selectionMode: {
|
|
1311
|
+
type: StringConstructor;
|
|
1312
|
+
default: string;
|
|
1313
|
+
validator(selectionMode: unknown): boolean;
|
|
1314
|
+
};
|
|
1315
|
+
size: {
|
|
1316
|
+
type: StringConstructor;
|
|
1317
|
+
default: string;
|
|
1318
|
+
validator(size: unknown): boolean;
|
|
1319
|
+
};
|
|
1320
|
+
state: {
|
|
1321
|
+
type: StringConstructor;
|
|
1322
|
+
default: string;
|
|
1323
|
+
validator(state: unknown): boolean;
|
|
1324
|
+
};
|
|
1325
|
+
}>, {}, {
|
|
999
1326
|
ICON_SIZES: Readonly<{
|
|
1000
1327
|
XXX_SMALL: string;
|
|
1001
1328
|
XX_SMALL: string;
|
|
@@ -1007,13 +1334,14 @@ declare const _default: import('vue').DefineComponent<{}, {}, {
|
|
|
1007
1334
|
XX_LARGE: string;
|
|
1008
1335
|
}>;
|
|
1009
1336
|
ICONS: Readonly<{
|
|
1010
|
-
readonly HEAD_WITH_QUESTION_MARK: VueConstructor<Vue>;
|
|
1011
|
-
readonly RIBBON: VueConstructor<Vue>;
|
|
1012
|
-
readonly SLIDERS_SEARCH: VueConstructor<Vue>;
|
|
1013
|
-
readonly COMMENTS_CHECK: VueConstructor<Vue>;
|
|
1014
1337
|
readonly ANSWERS: VueConstructor<Vue>;
|
|
1338
|
+
readonly CHANGE: VueConstructor<Vue>;
|
|
1339
|
+
readonly COMMENTS_CHECK: VueConstructor<Vue>;
|
|
1340
|
+
readonly HEAD_WITH_QUESTION_MARK: VueConstructor<Vue>;
|
|
1015
1341
|
readonly HIDE_ANSWERS: VueConstructor<Vue>;
|
|
1342
|
+
readonly RIBBON: VueConstructor<Vue>;
|
|
1016
1343
|
readonly SIDEBAR_FLIP_SOLID: VueConstructor<Vue>;
|
|
1344
|
+
readonly SLIDERS_SEARCH: VueConstructor<Vue>;
|
|
1017
1345
|
readonly FA_ADDRESS_CARD: import('@fortawesome/fontawesome-common-types').IconDefinition;
|
|
1018
1346
|
readonly FA_ANGLE_DOWN: import('@fortawesome/fontawesome-common-types').IconDefinition;
|
|
1019
1347
|
readonly FA_ANGLE_LEFT: import('@fortawesome/fontawesome-common-types').IconDefinition;
|
|
@@ -1205,6 +1533,7 @@ declare const _default: import('vue').DefineComponent<{}, {}, {
|
|
|
1205
1533
|
readonly FA_UNLOCK_KEYHOLE: import('@fortawesome/fontawesome-common-types').IconDefinition;
|
|
1206
1534
|
readonly FA_UPLOAD: import('@fortawesome/fontawesome-common-types').IconDefinition;
|
|
1207
1535
|
readonly FA_USER: import('@fortawesome/fontawesome-common-types').IconDefinition;
|
|
1536
|
+
readonly FA_USER_GEAR: import('@fortawesome/fontawesome-common-types').IconDefinition;
|
|
1208
1537
|
readonly FA_USER_DOCTOR_SOLID: import('@fortawesome/fontawesome-common-types').IconDefinition;
|
|
1209
1538
|
readonly FA_VIDEO_SOLID: import('@fortawesome/fontawesome-common-types').IconDefinition;
|
|
1210
1539
|
readonly FA_VOLUME_HIGH_SOLID: import('@fortawesome/fontawesome-common-types').IconDefinition;
|
|
@@ -1225,7 +1554,44 @@ declare const _default: import('vue').DefineComponent<{}, {}, {
|
|
|
1225
1554
|
}, {
|
|
1226
1555
|
isLoading(): boolean;
|
|
1227
1556
|
isDisabled(): boolean;
|
|
1228
|
-
}, {}, import('vue').ComponentOptionsMixin, import('vue').ComponentOptionsMixin, {}, string, import('vue').PublicProps, Readonly<
|
|
1557
|
+
}, {}, import('vue').ComponentOptionsMixin, import('vue').ComponentOptionsMixin, {}, string, import('vue').PublicProps, Readonly<import('vue').ExtractPropTypes<{
|
|
1558
|
+
iconLeft: {
|
|
1559
|
+
type: ObjectConstructor;
|
|
1560
|
+
default: null;
|
|
1561
|
+
validator(icon: unknown): boolean;
|
|
1562
|
+
};
|
|
1563
|
+
isSelected: {
|
|
1564
|
+
type: BooleanConstructor;
|
|
1565
|
+
default: boolean;
|
|
1566
|
+
};
|
|
1567
|
+
label: {
|
|
1568
|
+
type: StringConstructor;
|
|
1569
|
+
required: true;
|
|
1570
|
+
};
|
|
1571
|
+
eyebrowText: {
|
|
1572
|
+
type: StringConstructor;
|
|
1573
|
+
default: string;
|
|
1574
|
+
};
|
|
1575
|
+
isEyebrowTextUppercase: {
|
|
1576
|
+
type: BooleanConstructor;
|
|
1577
|
+
default: boolean;
|
|
1578
|
+
};
|
|
1579
|
+
selectionMode: {
|
|
1580
|
+
type: StringConstructor;
|
|
1581
|
+
default: string;
|
|
1582
|
+
validator(selectionMode: unknown): boolean;
|
|
1583
|
+
};
|
|
1584
|
+
size: {
|
|
1585
|
+
type: StringConstructor;
|
|
1586
|
+
default: string;
|
|
1587
|
+
validator(size: unknown): boolean;
|
|
1588
|
+
};
|
|
1589
|
+
state: {
|
|
1590
|
+
type: StringConstructor;
|
|
1591
|
+
default: string;
|
|
1592
|
+
validator(state: unknown): boolean;
|
|
1593
|
+
};
|
|
1594
|
+
}>> & Readonly<{}>, {
|
|
1229
1595
|
size: string;
|
|
1230
1596
|
state: string;
|
|
1231
1597
|
iconLeft: Record<string, any>;
|
|
@@ -1303,14 +1669,14 @@ declare const _default: import('vue').DefineComponent<{}, {}, {
|
|
|
1303
1669
|
default: boolean;
|
|
1304
1670
|
};
|
|
1305
1671
|
}>> & Readonly<{}>, {
|
|
1306
|
-
rotation: number;
|
|
1307
1672
|
size: string;
|
|
1673
|
+
rotation: number;
|
|
1308
1674
|
flippedVertical: boolean;
|
|
1309
1675
|
flippedHorizontal: boolean;
|
|
1310
1676
|
touchable: boolean;
|
|
1311
1677
|
spinning: boolean;
|
|
1312
1678
|
}, {}, {
|
|
1313
|
-
FontAwesomeIcon: import('vue').DefineComponent<import('@fortawesome/vue-fontawesome').FontAwesomeIconProps
|
|
1679
|
+
FontAwesomeIcon: import('vue').DefineComponent<import('@fortawesome/vue-fontawesome').FontAwesomeIconProps>;
|
|
1314
1680
|
}, {}, string, import('vue').ComponentProvideOptions, true, {}, any>;
|
|
1315
1681
|
}, {}, string, import('vue').ComponentProvideOptions, true, {}, any>;
|
|
1316
1682
|
SelectList: import('vue').DefineComponent<{}, {}, {}, {}, {}, import('vue').ComponentOptionsMixin, import('vue').ComponentOptionsMixin, {}, string, import('vue').PublicProps, Readonly<{}> & Readonly<{}>, {}, {}, {}, {}, string, import('vue').ComponentProvideOptions, true, {}, any>;
|