@bethinkpl/design-system 26.5.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.
Files changed (278) hide show
  1. package/README.md +5 -0
  2. package/dist/design-system.umd.cjs +18 -18
  3. package/dist/design-system.umd.cjs.map +1 -1
  4. package/dist/lib/js/components/Avatar/Avatar.consts.d.ts +9 -0
  5. package/dist/lib/js/components/Avatar/Avatar.vue.d.ts +38 -0
  6. package/dist/lib/js/components/Avatar/index.d.ts +4 -0
  7. package/dist/lib/js/components/BadgeScore/BadgeScore.vue.d.ts +63 -5
  8. package/dist/lib/js/components/Banner/Banner.vue.d.ts +371 -34
  9. package/dist/lib/js/components/Buttons/Button/Button.vue.d.ts +96 -8
  10. package/dist/lib/js/components/Buttons/IconButton/IconButton.vue.d.ts +197 -17
  11. package/dist/lib/js/components/Cards/Card/Card.consts.d.ts +3 -3
  12. package/dist/lib/js/components/Cards/Card/Card.vue.d.ts +14 -12
  13. package/dist/lib/js/components/Cards/CardExpandable/CardExpandable.vue.d.ts +20 -18
  14. package/dist/lib/js/components/Chip/Chip.vue.d.ts +293 -26
  15. package/dist/lib/js/components/DatePickers/DatePicker/DatePicker.composables.d.ts +1 -1
  16. package/dist/lib/js/components/DatePickers/DatePicker/DatePicker.consts.d.ts +4 -4
  17. package/dist/lib/js/components/DatePickers/DatePicker/DatePicker.vue.d.ts +151 -31
  18. package/dist/lib/js/components/DatePickers/DatePickerBox/DatePickerBox.vue.d.ts +115 -8
  19. package/dist/lib/js/components/DatePickers/DateRangePicker/DateRangePicker.vue.d.ts +122 -15
  20. package/dist/lib/js/components/Drawer/Drawer.consts.d.ts +1 -1
  21. package/dist/lib/js/components/Drawer/DrawerHeader/DrawerHeader.consts.d.ts +1 -1
  22. package/dist/lib/js/components/Drawer/DrawerHeader/DrawerHeader.vue.d.ts +582 -57
  23. package/dist/lib/js/components/Drawer/DrawerListItem/DrawerListItem.consts.d.ts +1 -1
  24. package/dist/lib/js/components/Drawer/DrawerListItem/DrawerListItem.vue.d.ts +39 -8
  25. package/dist/lib/js/components/Drawer/DrawerSection/DrawerSection.vue.d.ts +468 -34
  26. package/dist/lib/js/components/Drawer/DrawerTile/DrawerTile.vue.d.ts +38 -26
  27. package/dist/lib/js/components/Dropdown/Dropdown.vue.d.ts +68 -4
  28. package/dist/lib/js/components/Form/Checkbox/Checkbox.consts.d.ts +2 -2
  29. package/dist/lib/js/components/Form/Checkbox/Checkbox.vue.d.ts +119 -10
  30. package/dist/lib/js/components/Form/RadioButton/RadioButton.consts.d.ts +2 -2
  31. package/dist/lib/js/components/Form/RadioButton/RadioButton.vue.d.ts +119 -10
  32. package/dist/lib/js/components/Form/SelectionControl/SelectionControl.consts.d.ts +3 -3
  33. package/dist/lib/js/components/Form/SelectionControl/SelectionControl.sb.shared.d.ts +1 -1
  34. package/dist/lib/js/components/Form/SelectionControl/SelectionControl.vue.d.ts +74 -5
  35. package/dist/lib/js/components/Headers/OverlayHeader/OverlayHeader.vue.d.ts +340 -30
  36. package/dist/lib/js/components/Headers/PageHeader/PageHeader.vue.d.ts +38 -2
  37. package/dist/lib/js/components/Headers/SectionHeader/SectionHeader.consts.d.ts +1 -1
  38. package/dist/lib/js/components/Headers/SectionHeader/SectionHeader.vue.d.ts +342 -26
  39. package/dist/lib/js/components/IconText/IconText.vue.d.ts +73 -4
  40. package/dist/lib/js/components/Icons/FeatureIcon/FeatureIcon.vue.d.ts +45 -5
  41. package/dist/lib/js/components/Icons/Icon/Icon.consts.d.ts +10 -8
  42. package/dist/lib/js/components/Icons/Icon/Icon.vue.d.ts +2 -2
  43. package/dist/lib/js/components/Image/Image.consts.d.ts +1 -1
  44. package/dist/lib/js/components/Image/Image.vue.d.ts +6 -5
  45. package/dist/lib/js/components/Layouts/ThreeColumnLayout/ThreeColumnLayout.consts.d.ts +1 -1
  46. package/dist/lib/js/components/Layouts/ThreeColumnLayout/ThreeColumnLayout.vue.d.ts +55 -2
  47. package/dist/lib/js/components/LoadingBar/LoadingBar.consts.d.ts +2 -2
  48. package/dist/lib/js/components/LoadingBar/LoadingBar.vue.d.ts +5 -4
  49. package/dist/lib/js/components/Modal/Modal.vue.d.ts +8 -6
  50. package/dist/lib/js/components/Modals/Modal/Modal.vue.d.ts +517 -37
  51. package/dist/lib/js/components/Modals/ModalDialog/ModalDialog.vue.d.ts +628 -39
  52. package/dist/lib/js/components/Outline/OutlineItem/OutlineItem.vue.d.ts +137 -9
  53. package/dist/lib/js/components/Pagination/Pagination.vue.d.ts +402 -36
  54. package/dist/lib/js/components/ProgressBar/ProgressBar.vue.d.ts +125 -8
  55. package/dist/lib/js/components/ProgressDonutChart/ProgressDonutChart.consts.d.ts +1 -1
  56. package/dist/lib/js/components/ProgressDonutChart/ProgressDonutChart.vue.d.ts +43 -8
  57. package/dist/lib/js/components/RichList/BasicRichListItem/BasicRichListItem.vue.d.ts +545 -34
  58. package/dist/lib/js/components/RichList/GroupRichListItem/GroupRichListItem.consts.d.ts +2 -2
  59. package/dist/lib/js/components/RichList/GroupRichListItem/GroupRichListItem.vue.d.ts +6 -5
  60. package/dist/lib/js/components/RichList/RichListItem/RichListItem.consts.d.ts +7 -7
  61. package/dist/lib/js/components/RichList/RichListItem/RichListItem.vue.d.ts +305 -21
  62. package/dist/lib/js/components/SectionTitle/SectionTitle.consts.d.ts +1 -1
  63. package/dist/lib/js/components/SelectList/SelectListItem/SelectListItem.vue.d.ts +84 -8
  64. package/dist/lib/js/components/SelectList/SelectListItemTile/SelectListItemTile.vue.d.ts +38 -26
  65. package/dist/lib/js/components/SelectList/SelectListItemToggle/SelectListItemToggle.vue.d.ts +152 -10
  66. package/dist/lib/js/components/SelectionTile/SelectionTile.consts.d.ts +2 -2
  67. package/dist/lib/js/components/SelectionTile/SelectionTile.vue.d.ts +377 -33
  68. package/dist/lib/js/components/Skeleton/Skeleton.consts.d.ts +1 -1
  69. package/dist/lib/js/components/Skeleton/Skeleton.vue.d.ts +4 -3
  70. package/dist/lib/js/components/Statuses/AccessStatus/AccessStatus.vue.d.ts +8 -6
  71. package/dist/lib/js/components/Statuses/BlockadeStatus/BlockadeStatus.vue.d.ts +8 -6
  72. package/dist/lib/js/components/SurveyQuestions/SurveyQuestionOpenEnded/SurveyQuestionOpenEnded.vue.d.ts +352 -49
  73. package/dist/lib/js/components/SurveyQuestions/SurveyQuestionScale/SurveyQuestionScale.vue.d.ts +451 -53
  74. package/dist/lib/js/components/SurveyToggle/SurveyToggle.vue.d.ts +62 -4
  75. package/dist/lib/js/components/Switch/Switch.consts.d.ts +4 -4
  76. package/dist/lib/js/components/Switch/Switch.vue.d.ts +91 -9
  77. package/dist/lib/js/components/TabItem/TabItem.vue.d.ts +49 -5
  78. package/dist/lib/js/components/TextGroup/TextGroup.consts.d.ts +4 -4
  79. package/dist/lib/js/components/TextGroup/TextGroup.vue.d.ts +10 -10
  80. package/dist/lib/js/components/Tile/Tile.consts.d.ts +8 -3
  81. package/dist/lib/js/components/Tile/Tile.sb.shared.d.ts +375 -39
  82. package/dist/lib/js/components/Tile/Tile.shared.d.ts +6 -1
  83. package/dist/lib/js/components/Tile/Tile.vue.d.ts +27 -16
  84. package/dist/lib/js/components/Toast/Toast.consts.d.ts +3 -3
  85. package/dist/lib/js/components/Toast/Toast.vue.d.ts +202 -23
  86. package/dist/lib/js/components/Toggles/CounterToggle/CounterToggle.vue.d.ts +50 -4
  87. package/dist/lib/js/components/Toggles/ToggleButton/ToggleButton.consts.d.ts +5 -5
  88. package/dist/lib/js/components/Toggles/ToggleButton/ToggleButton.vue.d.ts +124 -10
  89. package/dist/lib/js/components/Tooltip/Tooltip.consts.d.ts +1 -1
  90. package/dist/lib/js/icons/fontawesome.d.ts +1 -0
  91. package/dist/lib/js/index.d.ts +2 -0
  92. package/dist/lib/js/utils/type.utils.d.ts +1 -1
  93. package/docs/assets/{AccessStatus-Dz1vfbnh.js → AccessStatus-lY4oqKbY.js} +1 -1
  94. package/docs/assets/{AccessStatus.stories-BC2FqmS7.js → AccessStatus.stories-B-o8Wzbn.js} +1 -1
  95. package/docs/assets/Avatar-BALJe_Kd.js +1 -0
  96. package/docs/assets/Avatar.stories-BBWquxG4.js +35 -0
  97. package/docs/assets/{BadgeScore-C0Ghj-5s.js → BadgeScore-BllxpS5b.js} +1 -1
  98. package/docs/assets/{BadgeScore.stories-DQOL_ZiP.js → BadgeScore.stories-CZkwHDBn.js} +1 -1
  99. package/docs/assets/{Banner-BmKYBJ1B.js → Banner-B_WbNF52.js} +1 -1
  100. package/docs/assets/{Banner.stories-BPHdgNAZ.js → Banner.stories-BnbHDoMg.js} +1 -1
  101. package/docs/assets/{BasicRichListItem-Ctm7LWMn.js → BasicRichListItem-xKSFXEOx.js} +1 -1
  102. package/docs/assets/{BasicRichListItem.stories-DtiXHviM.js → BasicRichListItem.stories-D5cFXBnH.js} +2 -2
  103. package/docs/assets/{BlockadeStatus-4Zx578QV.js → BlockadeStatus-P8nBhdtz.js} +1 -1
  104. package/docs/assets/{BlockedeStatus.stories-CeCB1B6k.js → BlockedeStatus.stories-D2lBK6X4.js} +1 -1
  105. package/docs/assets/{Button-DVtHJ-a3.js → Button-BnWnuQz_.js} +1 -1
  106. package/docs/assets/{Button.stories-D7PDCOOm.js → Button.stories-BUAtvyqT.js} +1 -1
  107. package/docs/assets/{Card-CbIL2Iiq.js → Card-BzXb8FVb.js} +1 -1
  108. package/docs/assets/{Card.stories-sWfj8JIt.js → Card.stories-DR5-T-9k.js} +1 -1
  109. package/docs/assets/{CardExpandable-DvrXNsTR.js → CardExpandable-UGGPT1DB.js} +1 -1
  110. package/docs/assets/{CardExpandable.stories-CeNHupz8.js → CardExpandable.stories-CgBLkNle.js} +1 -1
  111. package/docs/assets/{Checkbox-Bk9Hyj7u.js → Checkbox-CJfLFnEo.js} +1 -1
  112. package/docs/assets/{Checkbox.stories-C9VNatGb.js → Checkbox.stories-Cuk7m0lR.js} +1 -1
  113. package/docs/assets/{Chip-D-3z8YPj.js → Chip-DHtEAdjh.js} +1 -1
  114. package/docs/assets/{Chip.stories-CjFXBnam.js → Chip.stories-DQ1Us1CB.js} +1 -1
  115. package/docs/assets/{Color-ERTF36HU-BZlibAx3.js → Color-ERTF36HU-Bdv_bt15.js} +1 -1
  116. package/docs/assets/{Colors.stories-CrtG5S4A.js → Colors.stories-BWgavcUS.js} +1 -1
  117. package/docs/assets/{ColorsThemes.stories-B_DRVheO.js → ColorsThemes.stories-0-sPp0ge.js} +1 -1
  118. package/docs/assets/{ColorsTokensLms.stories-DNXNDpp5.js → ColorsTokensLms.stories-BykJy-2-.js} +1 -1
  119. package/docs/assets/{ColorsTokensPrimaryBodywork.stories-MZpI5IXh.js → ColorsTokensPrimaryBodywork.stories-DbuoY06v.js} +1 -1
  120. package/docs/assets/{ColorsTokensPrimaryWnl.stories-D8POK0cA.js → ColorsTokensPrimaryWnl.stories-BGrxCgKb.js} +1 -1
  121. package/docs/assets/{CounterToggle-FQNWJcH5.js → CounterToggle-B1fmCAW0.js} +1 -1
  122. package/docs/assets/{CounterToggle.stories-B63J-wko.js → CounterToggle.stories-B0h9L-mI.js} +1 -1
  123. package/docs/assets/DatePicker-DIJ8aqM6.js +2 -0
  124. package/docs/assets/DatePicker.stories-D4LubdID.js +175 -0
  125. package/docs/assets/DateRangePicker-1oxiA7Lf.js +1 -0
  126. package/docs/assets/{DateRangePicker.stories-BcGHtCgE.js → DateRangePicker.stories-CmHayQUD.js} +1 -1
  127. package/docs/assets/{Divider-4HN2u4Et.js → Divider-CeZli6az.js} +1 -1
  128. package/docs/assets/{Divider.stories-BCrs-P64.js → Divider.stories-BGrVq6Gh.js} +1 -1
  129. package/docs/assets/{DocsRenderer-CFRXHY34-Bw028q-m.js → DocsRenderer-CFRXHY34-7YPgF_58.js} +5 -5
  130. package/docs/assets/{Drawer-DRYKGdtt.js → Drawer-BAhS1Aex.js} +1 -1
  131. package/docs/assets/{Drawer.stories-DNAfMM9D.js → Drawer.stories-Bgvx4k59.js} +1 -1
  132. package/docs/assets/{DrawerContent-CY64oeID.js → DrawerContent-BC_l9IKr.js} +1 -1
  133. package/docs/assets/{DrawerContent.stories-CJRbiAKZ.js → DrawerContent.stories-bd7mDbJc.js} +1 -1
  134. package/docs/assets/{DrawerDivider-B6matEEg.js → DrawerDivider-DuTuIbLz.js} +1 -1
  135. package/docs/assets/{DrawerDivider.stories-DkEGw1YV.js → DrawerDivider.stories-C6fwM_Vr.js} +1 -1
  136. package/docs/assets/{DrawerHeader-kxEGS3hp.js → DrawerHeader-DAlTWdTV.js} +1 -1
  137. package/docs/assets/{DrawerHeader.stories-C696CXDI.js → DrawerHeader.stories-DPx9vaHi.js} +1 -1
  138. package/docs/assets/{DrawerListItem-k3WHGFah.js → DrawerListItem-BQwvRia4.js} +1 -1
  139. package/docs/assets/{DrawerListItem.stories-DUxJpobr.js → DrawerListItem.stories-CHf7nV4C.js} +1 -1
  140. package/docs/assets/{DrawerListItemGroup-B40g16RV.js → DrawerListItemGroup-BTfrsZ_p.js} +1 -1
  141. package/docs/assets/{DrawerListItemGroup.stories-Crms7R86.js → DrawerListItemGroup.stories-Ch1z9OG4.js} +1 -1
  142. package/docs/assets/{DrawerSection-DIeDQFNf.js → DrawerSection-xoALUrNo.js} +1 -1
  143. package/docs/assets/{DrawerSection.stories-DgdmLwYu.js → DrawerSection.stories-B_netySu.js} +1 -1
  144. package/docs/assets/{DrawerTile-DRd90aW_.js → DrawerTile-C64fS4dq.js} +1 -1
  145. package/docs/assets/{DrawerTile.stories-B8jCAcpg.js → DrawerTile.stories-CRTdtfFG.js} +1 -1
  146. package/docs/assets/{Dropdown-CR-eIdCF.js → Dropdown-B75bqkCY.js} +1 -1
  147. package/docs/assets/{Dropdown.stories-Caf2EapU.js → Dropdown.stories-CFcPipvl.js} +1 -1
  148. package/docs/assets/{FeatureIcon-B09zj5Bd.js → FeatureIcon-DuHLb2s9.js} +1 -1
  149. package/docs/assets/{FeatureIcon.stories-CGmHfPT3.js → FeatureIcon.stories-D2wXVZJD.js} +1 -1
  150. package/docs/assets/{GroupRichListItem-DEqhXKuF.js → GroupRichListItem-C2S_DIM-.js} +1 -1
  151. package/docs/assets/{GroupRichListItem.stories-y32zxNgh.js → GroupRichListItem.stories-DkFM_Fbq.js} +1 -1
  152. package/docs/assets/Icon-KlrZhBvI.js +761 -0
  153. package/docs/assets/{Icon.stories-CY_HHNiQ.js → Icon.stories-DQC9sgOw.js} +1 -1
  154. package/docs/assets/{IconButton-rhUVXzuc.js → IconButton-BcjUxjB4.js} +1 -1
  155. package/docs/assets/{IconButton.stories-DFB0l3TX.js → IconButton.stories-BHiXRfSV.js} +1 -1
  156. package/docs/assets/{IconText-CKA7x6Oe.js → IconText-CcdweKoG.js} +1 -1
  157. package/docs/assets/{IconText.stories-DI_tSPTu.js → IconText.stories-CAwMj5EE.js} +1 -1
  158. package/docs/assets/{Image-BF_Kx0up.js → Image-B9jnhF_n.js} +1 -1
  159. package/docs/assets/{Image.stories-BXYD86R1.js → Image.stories-DzKTJQnd.js} +1 -1
  160. package/docs/assets/{ItemsList-DxGr2MB5.js → ItemsList-D_riVFX-.js} +1 -1
  161. package/docs/assets/{LoadingBar-BeOPZFzu.js → LoadingBar-C1yAImWt.js} +1 -1
  162. package/docs/assets/{LoadingBar.stories-BJeb9oll.js → LoadingBar.stories-NffcMV2n.js} +1 -1
  163. package/docs/assets/Modal-CgNyRPs8.js +1 -0
  164. package/docs/assets/{Modal.stories-DL5mJmSa.js → Modal.stories-xhgpgD4o.js} +1 -1
  165. package/docs/assets/{ModalDialog-C79kCvIP.js → ModalDialog-B2ORB9vQ.js} +1 -1
  166. package/docs/assets/{ModalDialog.stories-DevcfCkg.js → ModalDialog.stories-DnpSmybQ.js} +1 -1
  167. package/docs/assets/{NumberInCircle-Cqbd2PUf.js → NumberInCircle-CYZFaZ00.js} +1 -1
  168. package/docs/assets/{NumberInCircle.stories--_6-RNlU.js → NumberInCircle.stories-DzdSX4we.js} +1 -1
  169. package/docs/assets/{OutlineDivider-9phD7EaD.js → OutlineDivider-DItdz99b.js} +1 -1
  170. package/docs/assets/{OutlineDivider.stories-LsrVcpfQ.js → OutlineDivider.stories-Cdmgts0G.js} +1 -1
  171. package/docs/assets/{OutlineItem-B0GAacWf.js → OutlineItem-dhEw8EC1.js} +1 -1
  172. package/docs/assets/{OutlineItem.stories-RvYTOp9N.js → OutlineItem.stories-BvYje0yq.js} +1 -1
  173. package/docs/assets/{OutlineSectionHeader-BDh6TrVb.js → OutlineSectionHeader-CtypBCqR.js} +1 -1
  174. package/docs/assets/{OutlineSectionHeader.stories-CPuYAPXa.js → OutlineSectionHeader.stories-CpZUQfTd.js} +1 -1
  175. package/docs/assets/{OverlayHeader--26-GHPy.js → OverlayHeader-51ih8x0c.js} +1 -1
  176. package/docs/assets/{OverlayHeader.stories-BVxhjyuC.js → OverlayHeader.stories-BclXAtEh.js} +1 -1
  177. package/docs/assets/{PageHeader-CwyCLKPQ.js → PageHeader-C5oCP3S2.js} +1 -1
  178. package/docs/assets/{PageHeader.stories-BaavDroe.js → PageHeader.stories-hH9p_VSN.js} +1 -1
  179. package/docs/assets/{Pagination-XlcLXTgM.js → Pagination-B2HzTrD0.js} +1 -1
  180. package/docs/assets/{Pagination.stories-CGBJ2Sad.js → Pagination.stories-DwS53dgq.js} +1 -1
  181. package/docs/assets/{PopOver-CQVq9c4Z.js → PopOver-xznuUBtF.js} +1 -1
  182. package/docs/assets/{PopOver.stories-g1F8AUJI.js → PopOver.stories-DC1Fdmyd.js} +1 -1
  183. package/docs/assets/{ProgressBar-3iykKXJT.js → ProgressBar-Dw-iWAra.js} +1 -1
  184. package/docs/assets/{ProgressBar.stories-BV7Hhjoe.js → ProgressBar.stories-BBkwbwJC.js} +1 -1
  185. package/docs/assets/{ProgressDonutChart-6EInE7M5.js → ProgressDonutChart-BzpDf_D1.js} +1 -1
  186. package/docs/assets/{ProgressDonutChart.stories-C_u9MjFX.js → ProgressDonutChart.stories-g0thnFjo.js} +1 -1
  187. package/docs/assets/{RadioButton-zouOWpRs.js → RadioButton-D-73BAcy.js} +1 -1
  188. package/docs/assets/{RadioButton.stories-pnmyqoJH.js → RadioButton.stories-DJssblKO.js} +1 -1
  189. package/docs/assets/{RichListItem.stories-WK5gz3vk.js → RichListItem.stories-Dh3jAgkT.js} +2 -2
  190. package/docs/assets/{SectionHeader-C2Y0CGjY.js → SectionHeader-C9tfdV94.js} +1 -1
  191. package/docs/assets/{SectionHeader.stories-B0gOYosA.js → SectionHeader.stories-CkVrEY1u.js} +1 -1
  192. package/docs/assets/{SectionTitle-B1v2FcuB.js → SectionTitle-BQZh7aFs.js} +1 -1
  193. package/docs/assets/{SectionTitle.stories-BogJgzAG.js → SectionTitle.stories-BLNC5wZK.js} +1 -1
  194. package/docs/assets/{SelectList-CiuxFUk4.js → SelectList-T6eJOYPv.js} +1 -1
  195. package/docs/assets/{SelectList.stories-DX-fFMoD.js → SelectList.stories-C-8KXQaF.js} +1 -1
  196. package/docs/assets/{SelectListItem-BU_U7IZs.js → SelectListItem-KRL8q6Iz.js} +1 -1
  197. package/docs/assets/{SelectListItem.stories-Dy3EXPN_.js → SelectListItem.stories-Bp_rq-Eh.js} +1 -1
  198. package/docs/assets/{SelectListItemDivider-CIueguWt.js → SelectListItemDivider-CTuILyj9.js} +1 -1
  199. package/docs/assets/{SelectListItemDivider.stories-CYkoQqyL.js → SelectListItemDivider.stories-CyW1-Pe_.js} +1 -1
  200. package/docs/assets/{SelectListItemTile-CziQ20sD.js → SelectListItemTile-I9x6zsKM.js} +1 -1
  201. package/docs/assets/{SelectListItemTile.stories-jXlPEopR.js → SelectListItemTile.stories-B8bcoXQ8.js} +1 -1
  202. package/docs/assets/{SelectListItemToggle-C1VDDxAm.js → SelectListItemToggle-BKr25N9H.js} +1 -1
  203. package/docs/assets/{SelectListItemToggle.stories-d_Sto0ry.js → SelectListItemToggle.stories-BxE4M_-B.js} +1 -1
  204. package/docs/assets/{SelectListSectionTitle-DBd3RwED.js → SelectListSectionTitle-BOCjrVHo.js} +1 -1
  205. package/docs/assets/{SelectListSectionTitle.stories-BrIWdRit.js → SelectListSectionTitle.stories-8h3E7qrw.js} +1 -1
  206. package/docs/assets/{SelectionControl-DEv8iTfR.js → SelectionControl-CxsRDZ81.js} +1 -1
  207. package/docs/assets/{SelectionTile-C0MW2ZUn.js → SelectionTile-A8HfI_-S.js} +2 -2
  208. package/docs/assets/{SelectionTile.stories-mIPf1nUR.js → SelectionTile.stories-CG4N75Mo.js} +1 -1
  209. package/docs/assets/{Skeleton-Budxm1Jq.js → Skeleton-DMxKKJ0Z.js} +1 -1
  210. package/docs/assets/{Skeleton.stories-C5oyivEw.js → Skeleton.stories-BHWr0cDF.js} +1 -1
  211. package/docs/assets/{SurveyQuestionOpenEnded-7vjfdqDE.js → SurveyQuestionOpenEnded-BqVHeqqP.js} +1 -1
  212. package/docs/assets/{SurveyQuestionOpenEnded.stories-DOs_GSRG.js → SurveyQuestionOpenEnded.stories-ahMVN6RR.js} +1 -1
  213. package/docs/assets/{SurveyQuestionScale-OhARHAbk.js → SurveyQuestionScale--V40kshK.js} +1 -1
  214. package/docs/assets/{SurveyQuestionScale.stories-Bi7NxxtA.js → SurveyQuestionScale.stories-OzvwLBWr.js} +1 -1
  215. package/docs/assets/{SurveyToggle-CyohUVKo.js → SurveyToggle-CPoPpkRt.js} +1 -1
  216. package/docs/assets/{SurveyToggle.stories-ghYQJDpX.js → SurveyToggle.stories-63IVdw_s.js} +1 -1
  217. package/docs/assets/{Switch-BtYFtHgw.js → Switch-8KDmrBx0.js} +1 -1
  218. package/docs/assets/{Switch.stories-DmNV0lil.js → Switch.stories-CLRVfXje.js} +1 -1
  219. package/docs/assets/{TabItem-GC7LQNvp.js → TabItem-DMeZl877.js} +1 -1
  220. package/docs/assets/{TabItem.stories-DbiRd9vV.js → TabItem.stories-bpoM2LnI.js} +1 -1
  221. package/docs/assets/{TextGroup-lwPvABi6.js → TextGroup-D5le3QVY.js} +1 -1
  222. package/docs/assets/{TextGroup.stories-CnojKPTw.js → TextGroup.stories-soggouxN.js} +1 -1
  223. package/docs/assets/{ThreeColumnLayout-BR3bkVIs.js → ThreeColumnLayout-CFf8NRwP.js} +1 -1
  224. package/docs/assets/{ThreeColumnLayout.stories-V4L7zdf_.js → ThreeColumnLayout.stories-tcn5IlfD.js} +1 -1
  225. package/docs/assets/Tile-DXlbtMBZ.js +1 -0
  226. package/docs/assets/{Tile.sb.shared-BZ0VDle3.js → Tile.sb.shared-BRv2J5BO.js} +1 -1
  227. package/docs/assets/{Tile.stories-LYYOeyyn.js → Tile.stories-C2CVBJs4.js} +1 -1
  228. package/docs/assets/{Toast-Dgoj-mgi.js → Toast-DyyWQQxM.js} +1 -1
  229. package/docs/assets/{Toast.stories-BxXNn_Nb.js → Toast.stories-Bv9gyrsa.js} +1 -1
  230. package/docs/assets/{ToggleButton-APZXu2t7.js → ToggleButton-C_ZU_6g5.js} +1 -1
  231. package/docs/assets/{ToggleButton.stories-DO-p6P3s.js → ToggleButton.stories-DLfjOSpj.js} +1 -1
  232. package/docs/assets/{Tooltip-Cni6OHo9.js → Tooltip-DB8acOEc.js} +1 -1
  233. package/docs/assets/{Tooltip.stories-C3h4ABpf.js → Tooltip.stories-DTDTTjA0.js} +1 -1
  234. package/docs/assets/{TypographyTokensLms.stories-PrEmdBHF.js → TypographyTokensLms.stories-DW3gBdun.js} +1 -1
  235. package/docs/assets/{TypographyVariables.stories-CP8aNZmQ.js → TypographyVariables.stories-FmiXmx2m.js} +1 -1
  236. package/docs/assets/{Well-DSgC9yDa.js → Well-Chn1RK_x.js} +1 -1
  237. package/docs/assets/{Well.stories-02Hpe7cX.js → Well.stories-D3_25hWV.js} +1 -1
  238. package/docs/assets/entry-preview-C1JfRNcy.js +1 -0
  239. package/docs/assets/{entry-preview-docs-b1BM2N0G.js → entry-preview-docs-CLZ3bGGX.js} +1 -1
  240. package/docs/assets/{iframe-Di5TkTnR.js → iframe-PlXRfjR9.js} +7 -6
  241. package/docs/assets/{index-Dyq6sUoy.js → index-DGocbclh.js} +1 -1
  242. package/docs/assets/{index-SuPsQGgx.js → index-Dwdn4P5V.js} +1 -1
  243. package/docs/assets/preview-19u1OjCM.js +64 -0
  244. package/docs/assets/{preview-BCrXVRij.js → preview-BqTxE9pa.js} +2 -2
  245. package/docs/assets/string-CXbuceC1.js +1 -0
  246. package/docs/assets/{vue-popper-CpfGMX4Q.js → vue-popper-DQfdblyw.js} +1 -1
  247. package/docs/assets/{vue.esm-bundler-CWlcb7ht.js → vue.esm-bundler-DmkhfO_9.js} +1 -1
  248. package/docs/iframe.html +1 -1
  249. package/docs/index.json +1 -1
  250. package/docs/project.json +1 -1
  251. package/lib/images/icons/change.svg +1 -0
  252. package/lib/js/components/Avatar/Avatar.consts.ts +10 -0
  253. package/lib/js/components/Avatar/Avatar.spec.ts +133 -0
  254. package/lib/js/components/Avatar/Avatar.stories.ts +91 -0
  255. package/lib/js/components/Avatar/Avatar.vue +178 -0
  256. package/lib/js/components/Avatar/index.ts +4 -0
  257. package/lib/js/components/DatePickers/DatePicker/DatePicker.composables.ts +22 -1
  258. package/lib/js/components/DatePickers/DatePicker/DatePicker.stories.ts +26 -1
  259. package/lib/js/components/DatePickers/DatePicker/DatePicker.vue +19 -4
  260. package/lib/js/components/DatePickers/DateRangePicker/DateRangePicker.vue +15 -2
  261. package/lib/js/components/Icons/Icon/Icon.consts.ts +6 -4
  262. package/lib/js/components/Modals/Modal/Modal.vue +2 -2
  263. package/lib/js/components/Tile/Tile.consts.ts +7 -0
  264. package/lib/js/components/Tile/Tile.shared.ts +16 -1
  265. package/lib/js/components/Tile/Tile.vue +21 -3
  266. package/lib/js/icons/fontawesome.ts +2 -0
  267. package/lib/js/index.ts +2 -0
  268. package/package.json +4 -3
  269. package/.yarnrc.yml +0 -1
  270. package/docs/assets/DatePicker-DfNJw-NT.js +0 -2
  271. package/docs/assets/DatePicker.stories-CIo6kOIM.js +0 -95
  272. package/docs/assets/DateRangePicker-L4cDgxmU.js +0 -1
  273. package/docs/assets/Icon-ChGia3n4.js +0 -761
  274. package/docs/assets/Modal-xys3UXAy.js +0 -1
  275. package/docs/assets/Tile-DWASCVea.js +0 -1
  276. package/docs/assets/entry-preview-Dzwhc6UB.js +0 -1
  277. package/docs/assets/preview-BRlPhK-p.js +0 -64
  278. package/docs/assets/string-BIzBNuWk.js +0 -1
@@ -1,12 +1,58 @@
1
- declare const _default: import('vue').DefineComponent<{}, {}, {
1
+ import { Value } from '../../../utils/type.utils';
2
+ import { BUTTON_ELEVATIONS, BUTTON_RADIUSES, BUTTON_SIZES, BUTTON_STATES, BUTTON_TYPES } from './Button.consts';
3
+ import { ICON_BUTTON_COLORS } from '../IconButton/IconButton.consts';
4
+
5
+ declare const _default: import('vue').DefineComponent<import('vue').ExtractPropTypes<{
6
+ size: {
7
+ type: StringConstructor;
8
+ default: "medium";
9
+ validator(value: Value<typeof BUTTON_SIZES>): boolean;
10
+ };
11
+ type: {
12
+ type: StringConstructor;
13
+ default: "filled";
14
+ validator(value: Value<typeof BUTTON_TYPES>): boolean;
15
+ };
16
+ color: {
17
+ type: StringConstructor;
18
+ default: "primary";
19
+ validator(value: Value<typeof ICON_BUTTON_COLORS>): boolean;
20
+ };
21
+ radius: {
22
+ type: StringConstructor;
23
+ default: "capsule";
24
+ validator(value: Value<typeof BUTTON_RADIUSES>): boolean;
25
+ };
26
+ state: {
27
+ type: StringConstructor;
28
+ default: "default";
29
+ validator(value: Value<typeof BUTTON_STATES>): boolean;
30
+ };
31
+ iconLeft: {
32
+ type: ObjectConstructor;
33
+ default: null;
34
+ validator(icon: unknown): boolean;
35
+ };
36
+ iconRight: {
37
+ type: ObjectConstructor;
38
+ default: null;
39
+ validator(icon: unknown): boolean;
40
+ };
41
+ elevation: {
42
+ type: StringConstructor;
43
+ default: "none";
44
+ validator(value: Value<typeof BUTTON_ELEVATIONS>): boolean;
45
+ };
46
+ }>, {}, {
2
47
  ICONS: Readonly<{
3
- readonly HEAD_WITH_QUESTION_MARK: VueConstructor<Vue>;
4
- readonly RIBBON: VueConstructor<Vue>;
5
- readonly SLIDERS_SEARCH: VueConstructor<Vue>;
6
- readonly COMMENTS_CHECK: VueConstructor<Vue>;
7
48
  readonly ANSWERS: VueConstructor<Vue>;
49
+ readonly CHANGE: VueConstructor<Vue>;
50
+ readonly COMMENTS_CHECK: VueConstructor<Vue>;
51
+ readonly HEAD_WITH_QUESTION_MARK: VueConstructor<Vue>;
8
52
  readonly HIDE_ANSWERS: VueConstructor<Vue>;
53
+ readonly RIBBON: VueConstructor<Vue>;
9
54
  readonly SIDEBAR_FLIP_SOLID: VueConstructor<Vue>;
55
+ readonly SLIDERS_SEARCH: VueConstructor<Vue>;
10
56
  readonly FA_ADDRESS_CARD: import('@fortawesome/fontawesome-common-types').IconDefinition;
11
57
  readonly FA_ANGLE_DOWN: import('@fortawesome/fontawesome-common-types').IconDefinition;
12
58
  readonly FA_ANGLE_LEFT: import('@fortawesome/fontawesome-common-types').IconDefinition;
@@ -198,6 +244,7 @@ declare const _default: import('vue').DefineComponent<{}, {}, {
198
244
  readonly FA_UNLOCK_KEYHOLE: import('@fortawesome/fontawesome-common-types').IconDefinition;
199
245
  readonly FA_UPLOAD: import('@fortawesome/fontawesome-common-types').IconDefinition;
200
246
  readonly FA_USER: import('@fortawesome/fontawesome-common-types').IconDefinition;
247
+ readonly FA_USER_GEAR: import('@fortawesome/fontawesome-common-types').IconDefinition;
201
248
  readonly FA_USER_DOCTOR_SOLID: import('@fortawesome/fontawesome-common-types').IconDefinition;
202
249
  readonly FA_VIDEO_SOLID: import('@fortawesome/fontawesome-common-types').IconDefinition;
203
250
  readonly FA_VOLUME_HIGH_SOLID: import('@fortawesome/fontawesome-common-types').IconDefinition;
@@ -253,7 +300,48 @@ declare const _default: import('vue').DefineComponent<{}, {}, {
253
300
  iconSize(): string;
254
301
  colorClassName(): string;
255
302
  loadingIconSize(): string;
256
- }, {}, import('vue').ComponentOptionsMixin, import('vue').ComponentOptionsMixin, {}, string, import('vue').PublicProps, Readonly<{}> & Readonly<{}>, {
303
+ }, {}, import('vue').ComponentOptionsMixin, import('vue').ComponentOptionsMixin, {}, string, import('vue').PublicProps, Readonly<import('vue').ExtractPropTypes<{
304
+ size: {
305
+ type: StringConstructor;
306
+ default: "medium";
307
+ validator(value: Value<typeof BUTTON_SIZES>): boolean;
308
+ };
309
+ type: {
310
+ type: StringConstructor;
311
+ default: "filled";
312
+ validator(value: Value<typeof BUTTON_TYPES>): boolean;
313
+ };
314
+ color: {
315
+ type: StringConstructor;
316
+ default: "primary";
317
+ validator(value: Value<typeof ICON_BUTTON_COLORS>): boolean;
318
+ };
319
+ radius: {
320
+ type: StringConstructor;
321
+ default: "capsule";
322
+ validator(value: Value<typeof BUTTON_RADIUSES>): boolean;
323
+ };
324
+ state: {
325
+ type: StringConstructor;
326
+ default: "default";
327
+ validator(value: Value<typeof BUTTON_STATES>): boolean;
328
+ };
329
+ iconLeft: {
330
+ type: ObjectConstructor;
331
+ default: null;
332
+ validator(icon: unknown): boolean;
333
+ };
334
+ iconRight: {
335
+ type: ObjectConstructor;
336
+ default: null;
337
+ validator(icon: unknown): boolean;
338
+ };
339
+ elevation: {
340
+ type: StringConstructor;
341
+ default: "none";
342
+ validator(value: Value<typeof BUTTON_ELEVATIONS>): boolean;
343
+ };
344
+ }>> & Readonly<{}>, {
257
345
  size: string;
258
346
  type: string;
259
347
  color: string;
@@ -332,14 +420,14 @@ declare const _default: import('vue').DefineComponent<{}, {}, {
332
420
  default: boolean;
333
421
  };
334
422
  }>> & Readonly<{}>, {
335
- rotation: number;
336
423
  size: string;
424
+ rotation: number;
337
425
  flippedVertical: boolean;
338
426
  flippedHorizontal: boolean;
339
427
  touchable: boolean;
340
428
  spinning: boolean;
341
429
  }, {}, {
342
- FontAwesomeIcon: import('vue').DefineComponent<import('@fortawesome/vue-fontawesome').FontAwesomeIconProps, {}, {}, import('vue').ComputedOptions, import('vue').MethodOptions, import('vue').ComponentOptionsMixin, import('vue').ComponentOptionsMixin, {}, string, import('vue').PublicProps, Readonly<import('@fortawesome/vue-fontawesome').FontAwesomeIconProps>, {}, {}, {}, {}, string, import('vue').ComponentProvideOptions, true, {}, any>;
430
+ FontAwesomeIcon: import('vue').DefineComponent<import('@fortawesome/vue-fontawesome').FontAwesomeIconProps>;
343
431
  }, {}, string, import('vue').ComponentProvideOptions, true, {}, any>;
344
432
  }, {}, string, import('vue').ComponentProvideOptions, true, {}, any>;
345
433
  export default _default;
@@ -1,18 +1,68 @@
1
- declare const _default: import('vue').DefineComponent<{}, {
2
- isHovered: import('vue').Ref<boolean, boolean>;
1
+ import { BUTTON_ELEVATIONS, BUTTON_RADIUSES, BUTTON_TYPES } from '../Button';
2
+ import { ICON_BUTTON_COLORS, ICON_BUTTON_STATES } from './IconButton.consts';
3
+ import { Value } from '../../../utils/type.utils';
4
+
5
+ declare const _default: import('vue').DefineComponent<import('vue').ExtractPropTypes<{
6
+ size: {
7
+ type: StringConstructor;
8
+ default: "large";
9
+ validator(value: unknown): boolean;
10
+ };
11
+ radius: {
12
+ type: StringConstructor;
13
+ default: "capsule";
14
+ validator(value: unknown): boolean;
15
+ };
16
+ type: {
17
+ type: StringConstructor;
18
+ default: "icon-only";
19
+ validator(value: unknown): boolean;
20
+ };
21
+ icon: {
22
+ type: ObjectConstructor;
23
+ required: true;
24
+ validator(icon: unknown): boolean;
25
+ };
26
+ color: {
27
+ type: StringConstructor;
28
+ default: "primary";
29
+ validator(value: unknown): boolean;
30
+ };
31
+ colorScheme: {
32
+ type: StringConstructor;
33
+ default: "all-in-color";
34
+ validator(value: unknown): boolean;
35
+ };
36
+ elevation: {
37
+ type: StringConstructor;
38
+ default: "none";
39
+ validator(value: unknown): boolean;
40
+ };
41
+ touchable: {
42
+ type: BooleanConstructor;
43
+ default: boolean;
44
+ };
45
+ state: {
46
+ type: StringConstructor;
47
+ default: "default";
48
+ validator(value: Value<typeof ICON_BUTTON_STATES>): boolean;
49
+ };
50
+ }>, {
51
+ isHovered: import('vue').Ref<boolean>;
3
52
  mouseOver: () => void;
4
53
  mouseLeave: () => void;
5
54
  touchStart: () => void;
6
55
  touchEnd: () => void;
7
56
  }, {
8
57
  ICONS: Readonly<{
9
- readonly HEAD_WITH_QUESTION_MARK: VueConstructor<Vue>;
10
- readonly RIBBON: VueConstructor<Vue>;
11
- readonly SLIDERS_SEARCH: VueConstructor<Vue>;
12
- readonly COMMENTS_CHECK: VueConstructor<Vue>;
13
58
  readonly ANSWERS: VueConstructor<Vue>;
59
+ readonly CHANGE: VueConstructor<Vue>;
60
+ readonly COMMENTS_CHECK: VueConstructor<Vue>;
61
+ readonly HEAD_WITH_QUESTION_MARK: VueConstructor<Vue>;
14
62
  readonly HIDE_ANSWERS: VueConstructor<Vue>;
63
+ readonly RIBBON: VueConstructor<Vue>;
15
64
  readonly SIDEBAR_FLIP_SOLID: VueConstructor<Vue>;
65
+ readonly SLIDERS_SEARCH: VueConstructor<Vue>;
16
66
  readonly FA_ADDRESS_CARD: import('@fortawesome/fontawesome-common-types').IconDefinition;
17
67
  readonly FA_ANGLE_DOWN: import('@fortawesome/fontawesome-common-types').IconDefinition;
18
68
  readonly FA_ANGLE_LEFT: import('@fortawesome/fontawesome-common-types').IconDefinition;
@@ -204,6 +254,7 @@ declare const _default: import('vue').DefineComponent<{}, {
204
254
  readonly FA_UNLOCK_KEYHOLE: import('@fortawesome/fontawesome-common-types').IconDefinition;
205
255
  readonly FA_UPLOAD: import('@fortawesome/fontawesome-common-types').IconDefinition;
206
256
  readonly FA_USER: import('@fortawesome/fontawesome-common-types').IconDefinition;
257
+ readonly FA_USER_GEAR: import('@fortawesome/fontawesome-common-types').IconDefinition;
207
258
  readonly FA_USER_DOCTOR_SOLID: import('@fortawesome/fontawesome-common-types').IconDefinition;
208
259
  readonly FA_VIDEO_SOLID: import('@fortawesome/fontawesome-common-types').IconDefinition;
209
260
  readonly FA_VOLUME_HIGH_SOLID: import('@fortawesome/fontawesome-common-types').IconDefinition;
@@ -269,7 +320,52 @@ declare const _default: import('vue').DefineComponent<{}, {
269
320
  computedColor(): string | null;
270
321
  isButtonColor(): boolean;
271
322
  colorClassName(): string;
272
- }, {}, import('vue').ComponentOptionsMixin, import('vue').ComponentOptionsMixin, {}, string, import('vue').PublicProps, Readonly<{}> & Readonly<{}>, {
323
+ }, {}, import('vue').ComponentOptionsMixin, import('vue').ComponentOptionsMixin, {}, string, import('vue').PublicProps, Readonly<import('vue').ExtractPropTypes<{
324
+ size: {
325
+ type: StringConstructor;
326
+ default: "large";
327
+ validator(value: unknown): boolean;
328
+ };
329
+ radius: {
330
+ type: StringConstructor;
331
+ default: "capsule";
332
+ validator(value: unknown): boolean;
333
+ };
334
+ type: {
335
+ type: StringConstructor;
336
+ default: "icon-only";
337
+ validator(value: unknown): boolean;
338
+ };
339
+ icon: {
340
+ type: ObjectConstructor;
341
+ required: true;
342
+ validator(icon: unknown): boolean;
343
+ };
344
+ color: {
345
+ type: StringConstructor;
346
+ default: "primary";
347
+ validator(value: unknown): boolean;
348
+ };
349
+ colorScheme: {
350
+ type: StringConstructor;
351
+ default: "all-in-color";
352
+ validator(value: unknown): boolean;
353
+ };
354
+ elevation: {
355
+ type: StringConstructor;
356
+ default: "none";
357
+ validator(value: unknown): boolean;
358
+ };
359
+ touchable: {
360
+ type: BooleanConstructor;
361
+ default: boolean;
362
+ };
363
+ state: {
364
+ type: StringConstructor;
365
+ default: "default";
366
+ validator(value: Value<typeof ICON_BUTTON_STATES>): boolean;
367
+ };
368
+ }>> & Readonly<{}>, {
273
369
  size: string;
274
370
  type: string;
275
371
  touchable: boolean;
@@ -348,24 +444,66 @@ declare const _default: import('vue').DefineComponent<{}, {
348
444
  default: boolean;
349
445
  };
350
446
  }>> & Readonly<{}>, {
351
- rotation: number;
352
447
  size: string;
448
+ rotation: number;
353
449
  flippedVertical: boolean;
354
450
  flippedHorizontal: boolean;
355
451
  touchable: boolean;
356
452
  spinning: boolean;
357
453
  }, {}, {
358
- FontAwesomeIcon: import('vue').DefineComponent<import('@fortawesome/vue-fontawesome').FontAwesomeIconProps, {}, {}, import('vue').ComputedOptions, import('vue').MethodOptions, import('vue').ComponentOptionsMixin, import('vue').ComponentOptionsMixin, {}, string, import('vue').PublicProps, Readonly<import('@fortawesome/vue-fontawesome').FontAwesomeIconProps>, {}, {}, {}, {}, string, import('vue').ComponentProvideOptions, true, {}, any>;
454
+ FontAwesomeIcon: import('vue').DefineComponent<import('@fortawesome/vue-fontawesome').FontAwesomeIconProps>;
359
455
  }, {}, string, import('vue').ComponentProvideOptions, true, {}, any>;
360
- WnlButton: import('vue').DefineComponent<{}, {}, {
456
+ WnlButton: import('vue').DefineComponent<import('vue').ExtractPropTypes<{
457
+ size: {
458
+ type: StringConstructor;
459
+ default: "medium";
460
+ validator(value: Value<typeof import('../Button').BUTTON_SIZES>): boolean;
461
+ };
462
+ type: {
463
+ type: StringConstructor;
464
+ default: "filled";
465
+ validator(value: Value<typeof BUTTON_TYPES>): boolean;
466
+ };
467
+ color: {
468
+ type: StringConstructor;
469
+ default: "primary";
470
+ validator(value: Value<typeof ICON_BUTTON_COLORS>): boolean;
471
+ };
472
+ radius: {
473
+ type: StringConstructor;
474
+ default: "capsule";
475
+ validator(value: Value<typeof BUTTON_RADIUSES>): boolean;
476
+ };
477
+ state: {
478
+ type: StringConstructor;
479
+ default: "default";
480
+ validator(value: Value<typeof import('../Button').BUTTON_STATES>): boolean;
481
+ };
482
+ iconLeft: {
483
+ type: ObjectConstructor;
484
+ default: null;
485
+ validator(icon: unknown): boolean;
486
+ };
487
+ iconRight: {
488
+ type: ObjectConstructor;
489
+ default: null;
490
+ validator(icon: unknown): boolean;
491
+ };
492
+ elevation: {
493
+ type: StringConstructor;
494
+ default: "none";
495
+ validator(value: Value<typeof BUTTON_ELEVATIONS>): boolean;
496
+ };
497
+ }>, {}, {
361
498
  ICONS: Readonly<{
362
- readonly HEAD_WITH_QUESTION_MARK: VueConstructor<Vue>;
363
- readonly RIBBON: VueConstructor<Vue>;
364
- readonly SLIDERS_SEARCH: VueConstructor<Vue>;
365
- readonly COMMENTS_CHECK: VueConstructor<Vue>;
366
499
  readonly ANSWERS: VueConstructor<Vue>;
500
+ readonly CHANGE: VueConstructor<Vue>;
501
+ readonly COMMENTS_CHECK: VueConstructor<Vue>;
502
+ readonly HEAD_WITH_QUESTION_MARK: VueConstructor<Vue>;
367
503
  readonly HIDE_ANSWERS: VueConstructor<Vue>;
504
+ readonly RIBBON: VueConstructor<Vue>;
368
505
  readonly SIDEBAR_FLIP_SOLID: VueConstructor<Vue>;
506
+ readonly SLIDERS_SEARCH: VueConstructor<Vue>;
369
507
  readonly FA_ADDRESS_CARD: import('@fortawesome/fontawesome-common-types').IconDefinition;
370
508
  readonly FA_ANGLE_DOWN: import('@fortawesome/fontawesome-common-types').IconDefinition;
371
509
  readonly FA_ANGLE_LEFT: import('@fortawesome/fontawesome-common-types').IconDefinition;
@@ -557,6 +695,7 @@ declare const _default: import('vue').DefineComponent<{}, {
557
695
  readonly FA_UNLOCK_KEYHOLE: import('@fortawesome/fontawesome-common-types').IconDefinition;
558
696
  readonly FA_UPLOAD: import('@fortawesome/fontawesome-common-types').IconDefinition;
559
697
  readonly FA_USER: import('@fortawesome/fontawesome-common-types').IconDefinition;
698
+ readonly FA_USER_GEAR: import('@fortawesome/fontawesome-common-types').IconDefinition;
560
699
  readonly FA_USER_DOCTOR_SOLID: import('@fortawesome/fontawesome-common-types').IconDefinition;
561
700
  readonly FA_VIDEO_SOLID: import('@fortawesome/fontawesome-common-types').IconDefinition;
562
701
  readonly FA_VOLUME_HIGH_SOLID: import('@fortawesome/fontawesome-common-types').IconDefinition;
@@ -612,7 +751,48 @@ declare const _default: import('vue').DefineComponent<{}, {
612
751
  iconSize(): string;
613
752
  colorClassName(): string;
614
753
  loadingIconSize(): string;
615
- }, {}, import('vue').ComponentOptionsMixin, import('vue').ComponentOptionsMixin, {}, string, import('vue').PublicProps, Readonly<{}> & Readonly<{}>, {
754
+ }, {}, import('vue').ComponentOptionsMixin, import('vue').ComponentOptionsMixin, {}, string, import('vue').PublicProps, Readonly<import('vue').ExtractPropTypes<{
755
+ size: {
756
+ type: StringConstructor;
757
+ default: "medium";
758
+ validator(value: Value<typeof import('../Button').BUTTON_SIZES>): boolean;
759
+ };
760
+ type: {
761
+ type: StringConstructor;
762
+ default: "filled";
763
+ validator(value: Value<typeof BUTTON_TYPES>): boolean;
764
+ };
765
+ color: {
766
+ type: StringConstructor;
767
+ default: "primary";
768
+ validator(value: Value<typeof ICON_BUTTON_COLORS>): boolean;
769
+ };
770
+ radius: {
771
+ type: StringConstructor;
772
+ default: "capsule";
773
+ validator(value: Value<typeof BUTTON_RADIUSES>): boolean;
774
+ };
775
+ state: {
776
+ type: StringConstructor;
777
+ default: "default";
778
+ validator(value: Value<typeof import('../Button').BUTTON_STATES>): boolean;
779
+ };
780
+ iconLeft: {
781
+ type: ObjectConstructor;
782
+ default: null;
783
+ validator(icon: unknown): boolean;
784
+ };
785
+ iconRight: {
786
+ type: ObjectConstructor;
787
+ default: null;
788
+ validator(icon: unknown): boolean;
789
+ };
790
+ elevation: {
791
+ type: StringConstructor;
792
+ default: "none";
793
+ validator(value: Value<typeof BUTTON_ELEVATIONS>): boolean;
794
+ };
795
+ }>> & Readonly<{}>, {
616
796
  size: string;
617
797
  type: string;
618
798
  color: string;
@@ -691,14 +871,14 @@ declare const _default: import('vue').DefineComponent<{}, {
691
871
  default: boolean;
692
872
  };
693
873
  }>> & Readonly<{}>, {
694
- rotation: number;
695
874
  size: string;
875
+ rotation: number;
696
876
  flippedVertical: boolean;
697
877
  flippedHorizontal: boolean;
698
878
  touchable: boolean;
699
879
  spinning: boolean;
700
880
  }, {}, {
701
- FontAwesomeIcon: import('vue').DefineComponent<import('@fortawesome/vue-fontawesome').FontAwesomeIconProps, {}, {}, import('vue').ComputedOptions, import('vue').MethodOptions, import('vue').ComponentOptionsMixin, import('vue').ComponentOptionsMixin, {}, string, import('vue').PublicProps, Readonly<import('@fortawesome/vue-fontawesome').FontAwesomeIconProps>, {}, {}, {}, {}, string, import('vue').ComponentProvideOptions, true, {}, any>;
881
+ FontAwesomeIcon: import('vue').DefineComponent<import('@fortawesome/vue-fontawesome').FontAwesomeIconProps>;
702
882
  }, {}, string, import('vue').ComponentProvideOptions, true, {}, any>;
703
883
  }, {}, string, import('vue').ComponentProvideOptions, true, {}, any>;
704
884
  }, {}, string, import('vue').ComponentProvideOptions, true, {}, any>;
@@ -9,15 +9,15 @@ export declare const CARD_BORDER_COLORS: {
9
9
  INFO: string;
10
10
  TRANSPARENT: string;
11
11
  };
12
- export declare type CardBorderColors = Value<typeof CARD_BORDER_COLORS>;
12
+ export type CardBorderColors = Value<typeof CARD_BORDER_COLORS>;
13
13
  export declare const CARD_BORDER_SIZES: {
14
14
  SMALL: string;
15
15
  MEDIUM: string;
16
16
  LARGE: string;
17
17
  };
18
- export declare type CardBorderSizes = Value<typeof CARD_BORDER_SIZES>;
18
+ export type CardBorderSizes = Value<typeof CARD_BORDER_SIZES>;
19
19
  export declare const CARD_BORDER_POSITIONS: {
20
20
  TOP: string;
21
21
  LEFT: string;
22
22
  };
23
- export declare type CardBorderPositions = Value<typeof CARD_BORDER_POSITIONS>;
23
+ export type CardBorderPositions = Value<typeof CARD_BORDER_POSITIONS>;
@@ -1,4 +1,6 @@
1
1
  import { PropType } from 'vue';
2
+ import { LoadingBarColors } from '../../LoadingBar';
3
+ import { CardBorderColors, CardBorderPositions, CardBorderSizes } from './Card.consts';
2
4
 
3
5
  declare const _default: import('vue').DefineComponent<import('vue').ExtractPropTypes<{
4
6
  headerHasPadding: {
@@ -14,15 +16,15 @@ declare const _default: import('vue').DefineComponent<import('vue').ExtractPropT
14
16
  default: boolean;
15
17
  };
16
18
  borderPosition: {
17
- type: PropType<string>;
19
+ type: PropType<CardBorderPositions>;
18
20
  default: string;
19
21
  };
20
22
  borderSize: {
21
- type: PropType<string>;
23
+ type: PropType<CardBorderSizes>;
22
24
  default: string;
23
25
  };
24
26
  borderColor: {
25
- type: PropType<string>;
27
+ type: PropType<CardBorderColors>;
26
28
  default: string;
27
29
  };
28
30
  hasLoadingBar: {
@@ -30,7 +32,7 @@ declare const _default: import('vue').DefineComponent<import('vue').ExtractPropT
30
32
  default: boolean;
31
33
  };
32
34
  loadingBarColor: {
33
- type: PropType<string>;
35
+ type: PropType<LoadingBarColors>;
34
36
  default: string;
35
37
  };
36
38
  loadingBarTime: {
@@ -56,15 +58,15 @@ declare const _default: import('vue').DefineComponent<import('vue').ExtractPropT
56
58
  default: boolean;
57
59
  };
58
60
  borderPosition: {
59
- type: PropType<string>;
61
+ type: PropType<CardBorderPositions>;
60
62
  default: string;
61
63
  };
62
64
  borderSize: {
63
- type: PropType<string>;
65
+ type: PropType<CardBorderSizes>;
64
66
  default: string;
65
67
  };
66
68
  borderColor: {
67
- type: PropType<string>;
69
+ type: PropType<CardBorderColors>;
68
70
  default: string;
69
71
  };
70
72
  hasLoadingBar: {
@@ -72,7 +74,7 @@ declare const _default: import('vue').DefineComponent<import('vue').ExtractPropT
72
74
  default: boolean;
73
75
  };
74
76
  loadingBarColor: {
75
- type: PropType<string>;
77
+ type: PropType<LoadingBarColors>;
76
78
  default: string;
77
79
  };
78
80
  loadingBarTime: {
@@ -135,11 +137,11 @@ declare const _default: import('vue').DefineComponent<import('vue').ExtractPropT
135
137
  }, {}, {}, {}, string, import('vue').ComponentProvideOptions, true, {}, any>;
136
138
  DsLoadingBar: import('vue').DefineComponent<import('vue').ExtractPropTypes<{
137
139
  color: {
138
- type: PropType<string>;
140
+ type: PropType<LoadingBarColors>;
139
141
  default: string;
140
142
  };
141
143
  size: {
142
- type: PropType<string>;
144
+ type: PropType<import('../../LoadingBar').LoadingBarSizes>;
143
145
  default: string;
144
146
  };
145
147
  time: {
@@ -157,11 +159,11 @@ declare const _default: import('vue').DefineComponent<import('vue').ExtractPropT
157
159
  };
158
160
  }, {}, import('vue').ComponentOptionsMixin, import('vue').ComponentOptionsMixin, {}, string, import('vue').PublicProps, Readonly<import('vue').ExtractPropTypes<{
159
161
  color: {
160
- type: PropType<string>;
162
+ type: PropType<LoadingBarColors>;
161
163
  default: string;
162
164
  };
163
165
  size: {
164
- type: PropType<string>;
166
+ type: PropType<import('../../LoadingBar').LoadingBarSizes>;
165
167
  default: string;
166
168
  };
167
169
  time: {
@@ -26,13 +26,14 @@ declare const _default: import('vue').DefineComponent<import('vue').ExtractPropT
26
26
  }>, {}, {
27
27
  isExpandedInternal: boolean;
28
28
  ICONS: Readonly<{
29
- readonly HEAD_WITH_QUESTION_MARK: VueConstructor<Vue>;
30
- readonly RIBBON: VueConstructor<Vue>;
31
- readonly SLIDERS_SEARCH: VueConstructor<Vue>;
32
- readonly COMMENTS_CHECK: VueConstructor<Vue>;
33
29
  readonly ANSWERS: VueConstructor<Vue>;
30
+ readonly CHANGE: VueConstructor<Vue>;
31
+ readonly COMMENTS_CHECK: VueConstructor<Vue>;
32
+ readonly HEAD_WITH_QUESTION_MARK: VueConstructor<Vue>;
34
33
  readonly HIDE_ANSWERS: VueConstructor<Vue>;
34
+ readonly RIBBON: VueConstructor<Vue>;
35
35
  readonly SIDEBAR_FLIP_SOLID: VueConstructor<Vue>;
36
+ readonly SLIDERS_SEARCH: VueConstructor<Vue>;
36
37
  readonly FA_ADDRESS_CARD: import('@fortawesome/fontawesome-common-types').IconDefinition;
37
38
  readonly FA_ANGLE_DOWN: import('@fortawesome/fontawesome-common-types').IconDefinition;
38
39
  readonly FA_ANGLE_LEFT: import('@fortawesome/fontawesome-common-types').IconDefinition;
@@ -224,6 +225,7 @@ declare const _default: import('vue').DefineComponent<import('vue').ExtractPropT
224
225
  readonly FA_UNLOCK_KEYHOLE: import('@fortawesome/fontawesome-common-types').IconDefinition;
225
226
  readonly FA_UPLOAD: import('@fortawesome/fontawesome-common-types').IconDefinition;
226
227
  readonly FA_USER: import('@fortawesome/fontawesome-common-types').IconDefinition;
228
+ readonly FA_USER_GEAR: import('@fortawesome/fontawesome-common-types').IconDefinition;
227
229
  readonly FA_USER_DOCTOR_SOLID: import('@fortawesome/fontawesome-common-types').IconDefinition;
228
230
  readonly FA_VIDEO_SOLID: import('@fortawesome/fontawesome-common-types').IconDefinition;
229
231
  readonly FA_VOLUME_HIGH_SOLID: import('@fortawesome/fontawesome-common-types').IconDefinition;
@@ -297,15 +299,15 @@ declare const _default: import('vue').DefineComponent<import('vue').ExtractPropT
297
299
  default: boolean;
298
300
  };
299
301
  borderPosition: {
300
- type: import('vue').PropType<string>;
302
+ type: import('vue').PropType<import('../Card/Card.consts').CardBorderPositions>;
301
303
  default: string;
302
304
  };
303
305
  borderSize: {
304
- type: import('vue').PropType<string>;
306
+ type: import('vue').PropType<import('../Card/Card.consts').CardBorderSizes>;
305
307
  default: string;
306
308
  };
307
309
  borderColor: {
308
- type: import('vue').PropType<string>;
310
+ type: import('vue').PropType<import('../Card/Card.consts').CardBorderColors>;
309
311
  default: string;
310
312
  };
311
313
  hasLoadingBar: {
@@ -313,7 +315,7 @@ declare const _default: import('vue').DefineComponent<import('vue').ExtractPropT
313
315
  default: boolean;
314
316
  };
315
317
  loadingBarColor: {
316
- type: import('vue').PropType<string>;
318
+ type: import('vue').PropType<import('../../LoadingBar').LoadingBarColors>;
317
319
  default: string;
318
320
  };
319
321
  loadingBarTime: {
@@ -339,15 +341,15 @@ declare const _default: import('vue').DefineComponent<import('vue').ExtractPropT
339
341
  default: boolean;
340
342
  };
341
343
  borderPosition: {
342
- type: import('vue').PropType<string>;
344
+ type: import('vue').PropType<import('../Card/Card.consts').CardBorderPositions>;
343
345
  default: string;
344
346
  };
345
347
  borderSize: {
346
- type: import('vue').PropType<string>;
348
+ type: import('vue').PropType<import('../Card/Card.consts').CardBorderSizes>;
347
349
  default: string;
348
350
  };
349
351
  borderColor: {
350
- type: import('vue').PropType<string>;
352
+ type: import('vue').PropType<import('../Card/Card.consts').CardBorderColors>;
351
353
  default: string;
352
354
  };
353
355
  hasLoadingBar: {
@@ -355,7 +357,7 @@ declare const _default: import('vue').DefineComponent<import('vue').ExtractPropT
355
357
  default: boolean;
356
358
  };
357
359
  loadingBarColor: {
358
- type: import('vue').PropType<string>;
360
+ type: import('vue').PropType<import('../../LoadingBar').LoadingBarColors>;
359
361
  default: string;
360
362
  };
361
363
  loadingBarTime: {
@@ -418,11 +420,11 @@ declare const _default: import('vue').DefineComponent<import('vue').ExtractPropT
418
420
  }, {}, {}, {}, string, import('vue').ComponentProvideOptions, true, {}, any>;
419
421
  DsLoadingBar: import('vue').DefineComponent<import('vue').ExtractPropTypes<{
420
422
  color: {
421
- type: import('vue').PropType<string>;
423
+ type: import('vue').PropType<import('../../LoadingBar').LoadingBarColors>;
422
424
  default: string;
423
425
  };
424
426
  size: {
425
- type: import('vue').PropType<string>;
427
+ type: import('vue').PropType<import('../../LoadingBar').LoadingBarSizes>;
426
428
  default: string;
427
429
  };
428
430
  time: {
@@ -440,11 +442,11 @@ declare const _default: import('vue').DefineComponent<import('vue').ExtractPropT
440
442
  };
441
443
  }, {}, import('vue').ComponentOptionsMixin, import('vue').ComponentOptionsMixin, {}, string, import('vue').PublicProps, Readonly<import('vue').ExtractPropTypes<{
442
444
  color: {
443
- type: import('vue').PropType<string>;
445
+ type: import('vue').PropType<import('../../LoadingBar').LoadingBarColors>;
444
446
  default: string;
445
447
  };
446
448
  size: {
447
- type: import('vue').PropType<string>;
449
+ type: import('vue').PropType<import('../../LoadingBar').LoadingBarSizes>;
448
450
  default: string;
449
451
  };
450
452
  time: {
@@ -525,14 +527,14 @@ declare const _default: import('vue').DefineComponent<import('vue').ExtractPropT
525
527
  default: boolean;
526
528
  };
527
529
  }>> & Readonly<{}>, {
528
- rotation: number;
529
530
  size: string;
531
+ rotation: number;
530
532
  flippedVertical: boolean;
531
533
  flippedHorizontal: boolean;
532
534
  touchable: boolean;
533
535
  spinning: boolean;
534
536
  }, {}, {
535
- FontAwesomeIcon: import('vue').DefineComponent<import('@fortawesome/vue-fontawesome').FontAwesomeIconProps, {}, {}, import('vue').ComputedOptions, import('vue').MethodOptions, import('vue').ComponentOptionsMixin, import('vue').ComponentOptionsMixin, {}, string, import('vue').PublicProps, Readonly<import('@fortawesome/vue-fontawesome').FontAwesomeIconProps>, {}, {}, {}, {}, string, import('vue').ComponentProvideOptions, true, {}, any>;
537
+ FontAwesomeIcon: import('vue').DefineComponent<import('@fortawesome/vue-fontawesome').FontAwesomeIconProps>;
536
538
  }, {}, string, import('vue').ComponentProvideOptions, true, {}, any>;
537
539
  }, {}, string, import('vue').ComponentProvideOptions, true, {}, any>;
538
540
  export default _default;