@bethinkpl/design-system 26.6.0 → 26.8.0

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 (276) hide show
  1. package/.eslintrc.cjs +1 -0
  2. package/README.md +5 -0
  3. package/dist/design-system.umd.cjs +18 -18
  4. package/dist/design-system.umd.cjs.map +1 -1
  5. package/dist/lib/js/components/Avatar/Avatar.consts.d.ts +9 -0
  6. package/dist/lib/js/components/Avatar/Avatar.vue.d.ts +38 -0
  7. package/dist/lib/js/components/Avatar/index.d.ts +4 -0
  8. package/dist/lib/js/components/BadgeScore/BadgeScore.vue.d.ts +63 -5
  9. package/dist/lib/js/components/Banner/Banner.vue.d.ts +371 -34
  10. package/dist/lib/js/components/Buttons/Button/Button.vue.d.ts +96 -8
  11. package/dist/lib/js/components/Buttons/IconButton/IconButton.vue.d.ts +197 -17
  12. package/dist/lib/js/components/Cards/Card/Card.consts.d.ts +3 -3
  13. package/dist/lib/js/components/Cards/Card/Card.vue.d.ts +14 -12
  14. package/dist/lib/js/components/Cards/CardExpandable/CardExpandable.vue.d.ts +20 -18
  15. package/dist/lib/js/components/Chip/Chip.vue.d.ts +293 -26
  16. package/dist/lib/js/components/DatePickers/DateBox/DateBox.vue.d.ts +418 -0
  17. package/dist/lib/js/components/DatePickers/DateBox/index.d.ts +3 -0
  18. package/dist/lib/js/components/DatePickers/DatePicker/DatePicker.consts.d.ts +4 -4
  19. package/dist/lib/js/components/DatePickers/DatePicker/DatePicker.vue.d.ts +116 -33
  20. package/dist/lib/js/components/DatePickers/DatePickerBox/DatePickerBox.vue.d.ts +115 -8
  21. package/dist/lib/js/components/DatePickers/DateRangePicker/DateRangePicker.vue.d.ts +106 -21
  22. package/dist/lib/js/components/Drawer/Drawer.consts.d.ts +1 -1
  23. package/dist/lib/js/components/Drawer/DrawerHeader/DrawerHeader.consts.d.ts +1 -1
  24. package/dist/lib/js/components/Drawer/DrawerHeader/DrawerHeader.vue.d.ts +582 -57
  25. package/dist/lib/js/components/Drawer/DrawerListItem/DrawerListItem.consts.d.ts +1 -1
  26. package/dist/lib/js/components/Drawer/DrawerListItem/DrawerListItem.vue.d.ts +39 -8
  27. package/dist/lib/js/components/Drawer/DrawerSection/DrawerSection.vue.d.ts +468 -34
  28. package/dist/lib/js/components/Drawer/DrawerTile/DrawerTile.vue.d.ts +12 -26
  29. package/dist/lib/js/components/Dropdown/Dropdown.vue.d.ts +68 -4
  30. package/dist/lib/js/components/Form/Checkbox/Checkbox.consts.d.ts +2 -2
  31. package/dist/lib/js/components/Form/Checkbox/Checkbox.vue.d.ts +119 -10
  32. package/dist/lib/js/components/Form/RadioButton/RadioButton.consts.d.ts +2 -2
  33. package/dist/lib/js/components/Form/RadioButton/RadioButton.vue.d.ts +119 -10
  34. package/dist/lib/js/components/Form/SelectionControl/SelectionControl.consts.d.ts +3 -3
  35. package/dist/lib/js/components/Form/SelectionControl/SelectionControl.sb.shared.d.ts +1 -1
  36. package/dist/lib/js/components/Form/SelectionControl/SelectionControl.vue.d.ts +74 -5
  37. package/dist/lib/js/components/Headers/OverlayHeader/OverlayHeader.vue.d.ts +340 -30
  38. package/dist/lib/js/components/Headers/PageHeader/PageHeader.vue.d.ts +38 -2
  39. package/dist/lib/js/components/Headers/SectionHeader/SectionHeader.consts.d.ts +1 -1
  40. package/dist/lib/js/components/Headers/SectionHeader/SectionHeader.vue.d.ts +342 -26
  41. package/dist/lib/js/components/IconText/IconText.vue.d.ts +73 -4
  42. package/dist/lib/js/components/Icons/FeatureIcon/FeatureIcon.vue.d.ts +45 -5
  43. package/dist/lib/js/components/Icons/Icon/Icon.consts.d.ts +10 -8
  44. package/dist/lib/js/components/Icons/Icon/Icon.vue.d.ts +2 -2
  45. package/dist/lib/js/components/Image/Image.consts.d.ts +1 -1
  46. package/dist/lib/js/components/Image/Image.vue.d.ts +6 -5
  47. package/dist/lib/js/components/Layouts/ThreeColumnLayout/ThreeColumnLayout.consts.d.ts +1 -1
  48. package/dist/lib/js/components/Layouts/ThreeColumnLayout/ThreeColumnLayout.vue.d.ts +55 -2
  49. package/dist/lib/js/components/LoadingBar/LoadingBar.consts.d.ts +2 -2
  50. package/dist/lib/js/components/LoadingBar/LoadingBar.vue.d.ts +5 -4
  51. package/dist/lib/js/components/Modal/Modal.vue.d.ts +8 -6
  52. package/dist/lib/js/components/Modals/Modal/Modal.vue.d.ts +517 -37
  53. package/dist/lib/js/components/Modals/ModalDialog/ModalDialog.vue.d.ts +628 -39
  54. package/dist/lib/js/components/Outline/OutlineItem/OutlineItem.vue.d.ts +137 -9
  55. package/dist/lib/js/components/Pagination/Pagination.vue.d.ts +402 -36
  56. package/dist/lib/js/components/ProgressBar/ProgressBar.vue.d.ts +125 -8
  57. package/dist/lib/js/components/ProgressDonutChart/ProgressDonutChart.consts.d.ts +1 -1
  58. package/dist/lib/js/components/ProgressDonutChart/ProgressDonutChart.vue.d.ts +43 -8
  59. package/dist/lib/js/components/RichList/BasicRichListItem/BasicRichListItem.vue.d.ts +547 -36
  60. package/dist/lib/js/components/RichList/GroupRichListItem/GroupRichListItem.consts.d.ts +2 -2
  61. package/dist/lib/js/components/RichList/GroupRichListItem/GroupRichListItem.vue.d.ts +6 -5
  62. package/dist/lib/js/components/RichList/RichListItem/RichListItem.consts.d.ts +7 -7
  63. package/dist/lib/js/components/RichList/RichListItem/RichListItem.vue.d.ts +305 -21
  64. package/dist/lib/js/components/SectionTitle/SectionTitle.consts.d.ts +1 -1
  65. package/dist/lib/js/components/SelectList/SelectListItem/SelectListItem.vue.d.ts +84 -8
  66. package/dist/lib/js/components/SelectList/SelectListItemTile/SelectListItemTile.vue.d.ts +12 -26
  67. package/dist/lib/js/components/SelectList/SelectListItemToggle/SelectListItemToggle.vue.d.ts +152 -10
  68. package/dist/lib/js/components/SelectionTile/SelectionTile.consts.d.ts +2 -2
  69. package/dist/lib/js/components/SelectionTile/SelectionTile.vue.d.ts +377 -33
  70. package/dist/lib/js/components/Skeleton/Skeleton.consts.d.ts +1 -1
  71. package/dist/lib/js/components/Skeleton/Skeleton.vue.d.ts +4 -3
  72. package/dist/lib/js/components/Statuses/AccessStatus/AccessStatus.vue.d.ts +8 -6
  73. package/dist/lib/js/components/Statuses/BlockadeStatus/BlockadeStatus.vue.d.ts +8 -6
  74. package/dist/lib/js/components/SurveyQuestions/SurveyQuestionOpenEnded/SurveyQuestionOpenEnded.vue.d.ts +352 -49
  75. package/dist/lib/js/components/SurveyQuestions/SurveyQuestionScale/SurveyQuestionScale.vue.d.ts +451 -53
  76. package/dist/lib/js/components/SurveyToggle/SurveyToggle.vue.d.ts +62 -4
  77. package/dist/lib/js/components/Switch/Switch.consts.d.ts +4 -4
  78. package/dist/lib/js/components/Switch/Switch.vue.d.ts +91 -9
  79. package/dist/lib/js/components/TabItem/TabItem.vue.d.ts +49 -5
  80. package/dist/lib/js/components/TextGroup/TextGroup.consts.d.ts +4 -4
  81. package/dist/lib/js/components/TextGroup/TextGroup.vue.d.ts +11 -11
  82. package/dist/lib/js/components/Tile/Tile.consts.d.ts +4 -4
  83. package/dist/lib/js/components/Tile/Tile.sb.shared.d.ts +375 -39
  84. package/dist/lib/js/components/Tile/Tile.vue.d.ts +12 -16
  85. package/dist/lib/js/components/Toast/Toast.consts.d.ts +3 -3
  86. package/dist/lib/js/components/Toast/Toast.vue.d.ts +202 -23
  87. package/dist/lib/js/components/Toggles/CounterToggle/CounterToggle.vue.d.ts +50 -4
  88. package/dist/lib/js/components/Toggles/ToggleButton/ToggleButton.consts.d.ts +5 -5
  89. package/dist/lib/js/components/Toggles/ToggleButton/ToggleButton.vue.d.ts +124 -10
  90. package/dist/lib/js/components/Tooltip/Tooltip.consts.d.ts +1 -1
  91. package/dist/lib/js/icons/fontawesome.d.ts +1 -0
  92. package/dist/lib/js/index.d.ts +3 -0
  93. package/dist/lib/js/utils/type.utils.d.ts +1 -1
  94. package/docs/assets/{AccessStatus-Dz1vfbnh.js → AccessStatus-lY4oqKbY.js} +1 -1
  95. package/docs/assets/{AccessStatus.stories-BC2FqmS7.js → AccessStatus.stories-B-o8Wzbn.js} +1 -1
  96. package/docs/assets/Avatar-BALJe_Kd.js +1 -0
  97. package/docs/assets/Avatar.stories-BBWquxG4.js +35 -0
  98. package/docs/assets/{BadgeScore-C0Ghj-5s.js → BadgeScore-BllxpS5b.js} +1 -1
  99. package/docs/assets/{BadgeScore.stories-DQOL_ZiP.js → BadgeScore.stories-CZkwHDBn.js} +1 -1
  100. package/docs/assets/{Banner-BmKYBJ1B.js → Banner-B_WbNF52.js} +1 -1
  101. package/docs/assets/{Banner.stories-BPHdgNAZ.js → Banner.stories-BnbHDoMg.js} +1 -1
  102. package/docs/assets/{BasicRichListItem-Ctm7LWMn.js → BasicRichListItem-xKSFXEOx.js} +1 -1
  103. package/docs/assets/{BasicRichListItem.stories-CW9os382.js → BasicRichListItem.stories-CcHSG7m9.js} +2 -2
  104. package/docs/assets/{BlockadeStatus-4Zx578QV.js → BlockadeStatus-P8nBhdtz.js} +1 -1
  105. package/docs/assets/{BlockedeStatus.stories-CeCB1B6k.js → BlockedeStatus.stories-D2lBK6X4.js} +1 -1
  106. package/docs/assets/{Button-DVtHJ-a3.js → Button-BnWnuQz_.js} +1 -1
  107. package/docs/assets/{Button.stories-D7PDCOOm.js → Button.stories-BUAtvyqT.js} +1 -1
  108. package/docs/assets/{Card-CbIL2Iiq.js → Card-BzXb8FVb.js} +1 -1
  109. package/docs/assets/{Card.stories-sWfj8JIt.js → Card.stories-DR5-T-9k.js} +1 -1
  110. package/docs/assets/{CardExpandable-DvrXNsTR.js → CardExpandable-UGGPT1DB.js} +1 -1
  111. package/docs/assets/{CardExpandable.stories-CeNHupz8.js → CardExpandable.stories-CgBLkNle.js} +1 -1
  112. package/docs/assets/{Checkbox-Bk9Hyj7u.js → Checkbox-CJfLFnEo.js} +1 -1
  113. package/docs/assets/{Checkbox.stories-C9VNatGb.js → Checkbox.stories-Cuk7m0lR.js} +1 -1
  114. package/docs/assets/{Chip-D-3z8YPj.js → Chip-DHtEAdjh.js} +1 -1
  115. package/docs/assets/{Chip.stories-CjFXBnam.js → Chip.stories-DQ1Us1CB.js} +1 -1
  116. package/docs/assets/{Color-ERTF36HU-CqJ5SSs8.js → Color-ERTF36HU-Cl7k2CiW.js} +1 -1
  117. package/docs/assets/{Colors.stories-CrtG5S4A.js → Colors.stories-BWgavcUS.js} +1 -1
  118. package/docs/assets/{ColorsThemes.stories-B_DRVheO.js → ColorsThemes.stories-0-sPp0ge.js} +1 -1
  119. package/docs/assets/{ColorsTokensLms.stories-DNXNDpp5.js → ColorsTokensLms.stories-BykJy-2-.js} +1 -1
  120. package/docs/assets/{ColorsTokensPrimaryBodywork.stories-MZpI5IXh.js → ColorsTokensPrimaryBodywork.stories-DbuoY06v.js} +1 -1
  121. package/docs/assets/{ColorsTokensPrimaryWnl.stories-D8POK0cA.js → ColorsTokensPrimaryWnl.stories-BGrxCgKb.js} +1 -1
  122. package/docs/assets/{CounterToggle-FQNWJcH5.js → CounterToggle-B1fmCAW0.js} +1 -1
  123. package/docs/assets/{CounterToggle.stories-B63J-wko.js → CounterToggle.stories-B0h9L-mI.js} +1 -1
  124. package/docs/assets/DateBox.stories-CCMM_bz7.js +30 -0
  125. package/docs/assets/DatePicker-CpgyDlQB.js +2 -0
  126. package/docs/assets/{DatePicker.stories-C4sN46Ws.js → DatePicker.stories-BHR8avdJ.js} +1 -1
  127. package/docs/assets/DateRangePicker-D8hHjWi0.js +1 -0
  128. package/docs/assets/{DateRangePicker.stories-DGh5m4TF.js → DateRangePicker.stories-DeUSbyPk.js} +1 -1
  129. package/docs/assets/{Divider-4HN2u4Et.js → Divider-CeZli6az.js} +1 -1
  130. package/docs/assets/{Divider.stories-BCrs-P64.js → Divider.stories-BGrVq6Gh.js} +1 -1
  131. package/docs/assets/{DocsRenderer-CFRXHY34-CemqquOQ.js → DocsRenderer-CFRXHY34-D7ZfZi7e.js} +5 -5
  132. package/docs/assets/{Drawer-DRYKGdtt.js → Drawer-BAhS1Aex.js} +1 -1
  133. package/docs/assets/{Drawer.stories-DNAfMM9D.js → Drawer.stories-Bgvx4k59.js} +1 -1
  134. package/docs/assets/{DrawerContent-CY64oeID.js → DrawerContent-BC_l9IKr.js} +1 -1
  135. package/docs/assets/{DrawerContent.stories-CJRbiAKZ.js → DrawerContent.stories-bd7mDbJc.js} +1 -1
  136. package/docs/assets/{DrawerDivider-B6matEEg.js → DrawerDivider-DuTuIbLz.js} +1 -1
  137. package/docs/assets/{DrawerDivider.stories-DkEGw1YV.js → DrawerDivider.stories-C6fwM_Vr.js} +1 -1
  138. package/docs/assets/{DrawerHeader-kxEGS3hp.js → DrawerHeader-DAlTWdTV.js} +1 -1
  139. package/docs/assets/{DrawerHeader.stories-C696CXDI.js → DrawerHeader.stories-DPx9vaHi.js} +1 -1
  140. package/docs/assets/{DrawerListItem-k3WHGFah.js → DrawerListItem-BQwvRia4.js} +1 -1
  141. package/docs/assets/{DrawerListItem.stories-DUxJpobr.js → DrawerListItem.stories-CHf7nV4C.js} +1 -1
  142. package/docs/assets/{DrawerListItemGroup-B40g16RV.js → DrawerListItemGroup-BTfrsZ_p.js} +1 -1
  143. package/docs/assets/{DrawerListItemGroup.stories-Crms7R86.js → DrawerListItemGroup.stories-Ch1z9OG4.js} +1 -1
  144. package/docs/assets/{DrawerSection-DIeDQFNf.js → DrawerSection-xoALUrNo.js} +1 -1
  145. package/docs/assets/{DrawerSection.stories-DgdmLwYu.js → DrawerSection.stories-B_netySu.js} +1 -1
  146. package/docs/assets/{DrawerTile-OeT5gefI.js → DrawerTile-C64fS4dq.js} +1 -1
  147. package/docs/assets/{DrawerTile.stories-nBKWobdB.js → DrawerTile.stories-CRTdtfFG.js} +1 -1
  148. package/docs/assets/{Dropdown-CR-eIdCF.js → Dropdown-B75bqkCY.js} +1 -1
  149. package/docs/assets/{Dropdown.stories-Caf2EapU.js → Dropdown.stories-CFcPipvl.js} +1 -1
  150. package/docs/assets/{FeatureIcon-B09zj5Bd.js → FeatureIcon-DuHLb2s9.js} +1 -1
  151. package/docs/assets/{FeatureIcon.stories-CGmHfPT3.js → FeatureIcon.stories-D2wXVZJD.js} +1 -1
  152. package/docs/assets/{GroupRichListItem-DEqhXKuF.js → GroupRichListItem-C2S_DIM-.js} +1 -1
  153. package/docs/assets/{GroupRichListItem.stories-y32zxNgh.js → GroupRichListItem.stories-DkFM_Fbq.js} +1 -1
  154. package/docs/assets/Icon-KlrZhBvI.js +761 -0
  155. package/docs/assets/{Icon.stories-CY_HHNiQ.js → Icon.stories-DQC9sgOw.js} +1 -1
  156. package/docs/assets/{IconButton-rhUVXzuc.js → IconButton-BcjUxjB4.js} +1 -1
  157. package/docs/assets/{IconButton.stories-DFB0l3TX.js → IconButton.stories-BHiXRfSV.js} +1 -1
  158. package/docs/assets/{IconText-CKA7x6Oe.js → IconText-CcdweKoG.js} +1 -1
  159. package/docs/assets/{IconText.stories-DI_tSPTu.js → IconText.stories-CAwMj5EE.js} +1 -1
  160. package/docs/assets/{Image-BF_Kx0up.js → Image-B9jnhF_n.js} +1 -1
  161. package/docs/assets/{Image.stories-BXYD86R1.js → Image.stories-DzKTJQnd.js} +1 -1
  162. package/docs/assets/{ItemsList-DxGr2MB5.js → ItemsList-D_riVFX-.js} +1 -1
  163. package/docs/assets/{LoadingBar-BeOPZFzu.js → LoadingBar-C1yAImWt.js} +1 -1
  164. package/docs/assets/{LoadingBar.stories-BJeb9oll.js → LoadingBar.stories-NffcMV2n.js} +1 -1
  165. package/docs/assets/Modal-CgNyRPs8.js +1 -0
  166. package/docs/assets/{Modal.stories-DL5mJmSa.js → Modal.stories-xhgpgD4o.js} +1 -1
  167. package/docs/assets/{ModalDialog-C79kCvIP.js → ModalDialog-B2ORB9vQ.js} +1 -1
  168. package/docs/assets/{ModalDialog.stories-DevcfCkg.js → ModalDialog.stories-DnpSmybQ.js} +1 -1
  169. package/docs/assets/{NumberInCircle-Cqbd2PUf.js → NumberInCircle-CYZFaZ00.js} +1 -1
  170. package/docs/assets/{NumberInCircle.stories--_6-RNlU.js → NumberInCircle.stories-DzdSX4we.js} +1 -1
  171. package/docs/assets/{OutlineDivider-9phD7EaD.js → OutlineDivider-DItdz99b.js} +1 -1
  172. package/docs/assets/{OutlineDivider.stories-LsrVcpfQ.js → OutlineDivider.stories-Cdmgts0G.js} +1 -1
  173. package/docs/assets/{OutlineItem-B0GAacWf.js → OutlineItem-dhEw8EC1.js} +1 -1
  174. package/docs/assets/{OutlineItem.stories-RvYTOp9N.js → OutlineItem.stories-BvYje0yq.js} +1 -1
  175. package/docs/assets/{OutlineSectionHeader-BDh6TrVb.js → OutlineSectionHeader-CtypBCqR.js} +1 -1
  176. package/docs/assets/{OutlineSectionHeader.stories-CPuYAPXa.js → OutlineSectionHeader.stories-CpZUQfTd.js} +1 -1
  177. package/docs/assets/{OverlayHeader--26-GHPy.js → OverlayHeader-51ih8x0c.js} +1 -1
  178. package/docs/assets/{OverlayHeader.stories-BVxhjyuC.js → OverlayHeader.stories-BclXAtEh.js} +1 -1
  179. package/docs/assets/{PageHeader-CwyCLKPQ.js → PageHeader-C5oCP3S2.js} +1 -1
  180. package/docs/assets/{PageHeader.stories-BaavDroe.js → PageHeader.stories-hH9p_VSN.js} +1 -1
  181. package/docs/assets/{Pagination-XlcLXTgM.js → Pagination-B2HzTrD0.js} +1 -1
  182. package/docs/assets/{Pagination.stories-CGBJ2Sad.js → Pagination.stories-DwS53dgq.js} +1 -1
  183. package/docs/assets/{PopOver-CQVq9c4Z.js → PopOver-xznuUBtF.js} +1 -1
  184. package/docs/assets/{PopOver.stories-g1F8AUJI.js → PopOver.stories-DC1Fdmyd.js} +1 -1
  185. package/docs/assets/{ProgressBar-3iykKXJT.js → ProgressBar-Dw-iWAra.js} +1 -1
  186. package/docs/assets/{ProgressBar.stories-BV7Hhjoe.js → ProgressBar.stories-BBkwbwJC.js} +1 -1
  187. package/docs/assets/{ProgressDonutChart-6EInE7M5.js → ProgressDonutChart-BzpDf_D1.js} +1 -1
  188. package/docs/assets/{ProgressDonutChart.stories-C_u9MjFX.js → ProgressDonutChart.stories-g0thnFjo.js} +1 -1
  189. package/docs/assets/{RadioButton-zouOWpRs.js → RadioButton-D-73BAcy.js} +1 -1
  190. package/docs/assets/{RadioButton.stories-pnmyqoJH.js → RadioButton.stories-DJssblKO.js} +1 -1
  191. package/docs/assets/{RichListItem.stories-B_DlwcQo.js → RichListItem.stories-3MgSvdLF.js} +2 -2
  192. package/docs/assets/{SectionHeader-C2Y0CGjY.js → SectionHeader-C9tfdV94.js} +1 -1
  193. package/docs/assets/{SectionHeader.stories-B0gOYosA.js → SectionHeader.stories-CkVrEY1u.js} +1 -1
  194. package/docs/assets/{SectionTitle-B1v2FcuB.js → SectionTitle-BQZh7aFs.js} +1 -1
  195. package/docs/assets/{SectionTitle.stories-BogJgzAG.js → SectionTitle.stories-BLNC5wZK.js} +1 -1
  196. package/docs/assets/{SelectList-CiuxFUk4.js → SelectList-T6eJOYPv.js} +1 -1
  197. package/docs/assets/{SelectList.stories-DX-fFMoD.js → SelectList.stories-C-8KXQaF.js} +1 -1
  198. package/docs/assets/{SelectListItem-BU_U7IZs.js → SelectListItem-KRL8q6Iz.js} +1 -1
  199. package/docs/assets/{SelectListItem.stories-Dy3EXPN_.js → SelectListItem.stories-Bp_rq-Eh.js} +1 -1
  200. package/docs/assets/{SelectListItemDivider-CIueguWt.js → SelectListItemDivider-CTuILyj9.js} +1 -1
  201. package/docs/assets/{SelectListItemDivider.stories-CYkoQqyL.js → SelectListItemDivider.stories-CyW1-Pe_.js} +1 -1
  202. package/docs/assets/{SelectListItemTile-ohFw-wM4.js → SelectListItemTile-I9x6zsKM.js} +1 -1
  203. package/docs/assets/{SelectListItemTile.stories-BRCqpIYj.js → SelectListItemTile.stories-B8bcoXQ8.js} +1 -1
  204. package/docs/assets/{SelectListItemToggle-C1VDDxAm.js → SelectListItemToggle-BKr25N9H.js} +1 -1
  205. package/docs/assets/{SelectListItemToggle.stories-d_Sto0ry.js → SelectListItemToggle.stories-BxE4M_-B.js} +1 -1
  206. package/docs/assets/{SelectListSectionTitle-DBd3RwED.js → SelectListSectionTitle-BOCjrVHo.js} +1 -1
  207. package/docs/assets/{SelectListSectionTitle.stories-BrIWdRit.js → SelectListSectionTitle.stories-8h3E7qrw.js} +1 -1
  208. package/docs/assets/{SelectionControl-DEv8iTfR.js → SelectionControl-CxsRDZ81.js} +1 -1
  209. package/docs/assets/{SelectionTile-CjfV3f7H.js → SelectionTile-CmtXisA8.js} +2 -2
  210. package/docs/assets/{SelectionTile.stories-PT6dhdE2.js → SelectionTile.stories-_3ZFRUYJ.js} +1 -1
  211. package/docs/assets/{Skeleton-Budxm1Jq.js → Skeleton-DMxKKJ0Z.js} +1 -1
  212. package/docs/assets/{Skeleton.stories-C5oyivEw.js → Skeleton.stories-BHWr0cDF.js} +1 -1
  213. package/docs/assets/{SurveyQuestionOpenEnded-7vjfdqDE.js → SurveyQuestionOpenEnded-BqVHeqqP.js} +1 -1
  214. package/docs/assets/{SurveyQuestionOpenEnded.stories-DOs_GSRG.js → SurveyQuestionOpenEnded.stories-ahMVN6RR.js} +1 -1
  215. package/docs/assets/{SurveyQuestionScale-OhARHAbk.js → SurveyQuestionScale--V40kshK.js} +1 -1
  216. package/docs/assets/{SurveyQuestionScale.stories-Bi7NxxtA.js → SurveyQuestionScale.stories-OzvwLBWr.js} +1 -1
  217. package/docs/assets/{SurveyToggle-CyohUVKo.js → SurveyToggle-CPoPpkRt.js} +1 -1
  218. package/docs/assets/{SurveyToggle.stories-ghYQJDpX.js → SurveyToggle.stories-63IVdw_s.js} +1 -1
  219. package/docs/assets/{Switch-BtYFtHgw.js → Switch-8KDmrBx0.js} +1 -1
  220. package/docs/assets/{Switch.stories-DmNV0lil.js → Switch.stories-CLRVfXje.js} +1 -1
  221. package/docs/assets/{TabItem-GC7LQNvp.js → TabItem-DMeZl877.js} +1 -1
  222. package/docs/assets/{TabItem.stories-DbiRd9vV.js → TabItem.stories-bpoM2LnI.js} +1 -1
  223. package/docs/assets/{TextGroup-lwPvABi6.js → TextGroup-D5le3QVY.js} +1 -1
  224. package/docs/assets/{TextGroup.stories-CnojKPTw.js → TextGroup.stories-soggouxN.js} +1 -1
  225. package/docs/assets/{ThreeColumnLayout-BR3bkVIs.js → ThreeColumnLayout-CFf8NRwP.js} +1 -1
  226. package/docs/assets/{ThreeColumnLayout.stories-V4L7zdf_.js → ThreeColumnLayout.stories-tcn5IlfD.js} +1 -1
  227. package/docs/assets/{Tile-DjRk5xHI.js → Tile-DXlbtMBZ.js} +1 -1
  228. package/docs/assets/{Tile.sb.shared-Dt0Nhl_4.js → Tile.sb.shared-BRv2J5BO.js} +1 -1
  229. package/docs/assets/{Tile.stories-lM4we8lW.js → Tile.stories-C2CVBJs4.js} +1 -1
  230. package/docs/assets/{Toast-Dgoj-mgi.js → Toast-DyyWQQxM.js} +1 -1
  231. package/docs/assets/{Toast.stories-BxXNn_Nb.js → Toast.stories-Bv9gyrsa.js} +1 -1
  232. package/docs/assets/{ToggleButton-APZXu2t7.js → ToggleButton-C_ZU_6g5.js} +1 -1
  233. package/docs/assets/{ToggleButton.stories-DO-p6P3s.js → ToggleButton.stories-DLfjOSpj.js} +1 -1
  234. package/docs/assets/{Tooltip-Cni6OHo9.js → Tooltip-DB8acOEc.js} +1 -1
  235. package/docs/assets/{Tooltip.stories-C3h4ABpf.js → Tooltip.stories-DTDTTjA0.js} +1 -1
  236. package/docs/assets/{TypographyTokensLms.stories-PrEmdBHF.js → TypographyTokensLms.stories-DW3gBdun.js} +1 -1
  237. package/docs/assets/{TypographyVariables.stories-CP8aNZmQ.js → TypographyVariables.stories-FmiXmx2m.js} +1 -1
  238. package/docs/assets/{Well-DSgC9yDa.js → Well-Chn1RK_x.js} +1 -1
  239. package/docs/assets/{Well.stories-02Hpe7cX.js → Well.stories-D3_25hWV.js} +1 -1
  240. package/docs/assets/entry-preview-C1JfRNcy.js +1 -0
  241. package/docs/assets/{entry-preview-docs-b1BM2N0G.js → entry-preview-docs-CLZ3bGGX.js} +1 -1
  242. package/docs/assets/{iframe-OBly2w25.js → iframe-CyhtZ8S-.js} +6 -5
  243. package/docs/assets/{index-DRNPKjaN.js → index-BxvhpXoy.js} +1 -1
  244. package/docs/assets/{index-BX4u4pqi.js → index-aHmFlg65.js} +1 -1
  245. package/docs/assets/preview-DYM3zEKi.js +64 -0
  246. package/docs/assets/{preview-BA4xsxRI.js → preview-Gp_N-XaH.js} +2 -2
  247. package/docs/assets/string-CXbuceC1.js +1 -0
  248. package/docs/assets/{vue-popper-CpfGMX4Q.js → vue-popper-DQfdblyw.js} +1 -1
  249. package/docs/assets/{vue.esm-bundler-CWlcb7ht.js → vue.esm-bundler-DmkhfO_9.js} +1 -1
  250. package/docs/iframe.html +1 -1
  251. package/docs/index.json +1 -1
  252. package/docs/project.json +1 -1
  253. package/lib/images/icons/change.svg +1 -0
  254. package/lib/js/components/Avatar/Avatar.consts.ts +10 -0
  255. package/lib/js/components/Avatar/Avatar.spec.ts +133 -0
  256. package/lib/js/components/Avatar/Avatar.stories.ts +91 -0
  257. package/lib/js/components/Avatar/Avatar.vue +178 -0
  258. package/lib/js/components/Avatar/index.ts +4 -0
  259. package/lib/js/components/DatePickers/DateBox/DateBox.stories.ts +99 -0
  260. package/lib/js/components/DatePickers/{DatePickerBox/DatePickerBox.vue → DateBox/DateBox.vue} +52 -37
  261. package/lib/js/components/DatePickers/DateBox/index.ts +3 -0
  262. package/lib/js/components/DatePickers/DatePicker/DatePicker.vue +3 -4
  263. package/lib/js/components/DatePickers/DateRangePicker/DateRangePicker.vue +4 -31
  264. package/lib/js/components/Icons/Icon/Icon.consts.ts +6 -4
  265. package/lib/js/components/Modals/Modal/Modal.vue +2 -2
  266. package/lib/js/icons/fontawesome.ts +2 -0
  267. package/lib/js/index.ts +3 -0
  268. package/package.json +4 -3
  269. package/docs/assets/DatePicker-Br-Dxnyn.js +0 -2
  270. package/docs/assets/DateRangePicker-B2xmoGPO.js +0 -1
  271. package/docs/assets/Icon-ChGia3n4.js +0 -761
  272. package/docs/assets/Modal-xys3UXAy.js +0 -1
  273. package/docs/assets/entry-preview-Dzwhc6UB.js +0 -1
  274. package/docs/assets/preview-ByrBU2E6.js +0 -64
  275. package/docs/assets/string-BIzBNuWk.js +0 -1
  276. package/lib/js/components/DatePickers/DatePickerBox/index.ts +0 -3
@@ -1,4 +1,5 @@
1
1
  import { PropType } from 'vue';
2
+ import { BUTTON_TYPES } from '../../Buttons/Button';
2
3
  import { DrawerHeaderTitleColor } from './DrawerHeader.consts';
3
4
 
4
5
  declare const _default: import('vue').DefineComponent<import('vue').ExtractPropTypes<{
@@ -63,13 +64,14 @@ declare const _default: import('vue').DefineComponent<import('vue').ExtractPropT
63
64
  WEAK: string;
64
65
  }>;
65
66
  ICONS: Readonly<{
66
- readonly HEAD_WITH_QUESTION_MARK: VueConstructor<Vue>;
67
- readonly RIBBON: VueConstructor<Vue>;
68
- readonly SLIDERS_SEARCH: VueConstructor<Vue>;
69
- readonly COMMENTS_CHECK: VueConstructor<Vue>;
70
67
  readonly ANSWERS: VueConstructor<Vue>;
68
+ readonly CHANGE: VueConstructor<Vue>;
69
+ readonly COMMENTS_CHECK: VueConstructor<Vue>;
70
+ readonly HEAD_WITH_QUESTION_MARK: VueConstructor<Vue>;
71
71
  readonly HIDE_ANSWERS: VueConstructor<Vue>;
72
+ readonly RIBBON: VueConstructor<Vue>;
72
73
  readonly SIDEBAR_FLIP_SOLID: VueConstructor<Vue>;
74
+ readonly SLIDERS_SEARCH: VueConstructor<Vue>;
73
75
  readonly FA_ADDRESS_CARD: import('@fortawesome/fontawesome-common-types').IconDefinition;
74
76
  readonly FA_ANGLE_DOWN: import('@fortawesome/fontawesome-common-types').IconDefinition;
75
77
  readonly FA_ANGLE_LEFT: import('@fortawesome/fontawesome-common-types').IconDefinition;
@@ -261,6 +263,7 @@ declare const _default: import('vue').DefineComponent<import('vue').ExtractPropT
261
263
  readonly FA_UNLOCK_KEYHOLE: import('@fortawesome/fontawesome-common-types').IconDefinition;
262
264
  readonly FA_UPLOAD: import('@fortawesome/fontawesome-common-types').IconDefinition;
263
265
  readonly FA_USER: import('@fortawesome/fontawesome-common-types').IconDefinition;
266
+ readonly FA_USER_GEAR: import('@fortawesome/fontawesome-common-types').IconDefinition;
264
267
  readonly FA_USER_DOCTOR_SOLID: import('@fortawesome/fontawesome-common-types').IconDefinition;
265
268
  readonly FA_VIDEO_SOLID: import('@fortawesome/fontawesome-common-types').IconDefinition;
266
269
  readonly FA_VOLUME_HIGH_SOLID: import('@fortawesome/fontawesome-common-types').IconDefinition;
@@ -348,15 +351,57 @@ declare const _default: import('vue').DefineComponent<import('vue').ExtractPropT
348
351
  hasDivider: boolean;
349
352
  isSecondLevel: boolean;
350
353
  }, {}, {
351
- DsButton: import('vue').DefineComponent<{}, {}, {
354
+ DsButton: import('vue').DefineComponent<import('vue').ExtractPropTypes<{
355
+ size: {
356
+ type: StringConstructor;
357
+ default: "medium";
358
+ validator(value: import('../../../utils/type.utils').Value<typeof import('../../Buttons/Button').BUTTON_SIZES>): boolean;
359
+ };
360
+ type: {
361
+ type: StringConstructor;
362
+ default: "filled";
363
+ validator(value: import('../../../utils/type.utils').Value<typeof BUTTON_TYPES>): boolean;
364
+ };
365
+ color: {
366
+ type: StringConstructor;
367
+ default: "primary";
368
+ validator(value: import('../../../utils/type.utils').Value<typeof import('../../Buttons/IconButton').ICON_BUTTON_COLORS>): boolean;
369
+ };
370
+ radius: {
371
+ type: StringConstructor;
372
+ default: "capsule";
373
+ validator(value: import('../../../utils/type.utils').Value<typeof import('../../Buttons/Button').BUTTON_RADIUSES>): boolean;
374
+ };
375
+ state: {
376
+ type: StringConstructor;
377
+ default: "default";
378
+ validator(value: import('../../../utils/type.utils').Value<typeof import('../../Buttons/Button').BUTTON_STATES>): boolean;
379
+ };
380
+ iconLeft: {
381
+ type: ObjectConstructor;
382
+ default: null;
383
+ validator(icon: unknown): boolean;
384
+ };
385
+ iconRight: {
386
+ type: ObjectConstructor;
387
+ default: null;
388
+ validator(icon: unknown): boolean;
389
+ };
390
+ elevation: {
391
+ type: StringConstructor;
392
+ default: "none";
393
+ validator(value: import('../../../utils/type.utils').Value<typeof import('../../Buttons/Button').BUTTON_ELEVATIONS>): boolean;
394
+ };
395
+ }>, {}, {
352
396
  ICONS: Readonly<{
353
- readonly HEAD_WITH_QUESTION_MARK: VueConstructor<Vue>;
354
- readonly RIBBON: VueConstructor<Vue>;
355
- readonly SLIDERS_SEARCH: VueConstructor<Vue>;
356
- readonly COMMENTS_CHECK: VueConstructor<Vue>;
357
397
  readonly ANSWERS: VueConstructor<Vue>;
398
+ readonly CHANGE: VueConstructor<Vue>;
399
+ readonly COMMENTS_CHECK: VueConstructor<Vue>;
400
+ readonly HEAD_WITH_QUESTION_MARK: VueConstructor<Vue>;
358
401
  readonly HIDE_ANSWERS: VueConstructor<Vue>;
402
+ readonly RIBBON: VueConstructor<Vue>;
359
403
  readonly SIDEBAR_FLIP_SOLID: VueConstructor<Vue>;
404
+ readonly SLIDERS_SEARCH: VueConstructor<Vue>;
360
405
  readonly FA_ADDRESS_CARD: import('@fortawesome/fontawesome-common-types').IconDefinition;
361
406
  readonly FA_ANGLE_DOWN: import('@fortawesome/fontawesome-common-types').IconDefinition;
362
407
  readonly FA_ANGLE_LEFT: import('@fortawesome/fontawesome-common-types').IconDefinition;
@@ -548,6 +593,7 @@ declare const _default: import('vue').DefineComponent<import('vue').ExtractPropT
548
593
  readonly FA_UNLOCK_KEYHOLE: import('@fortawesome/fontawesome-common-types').IconDefinition;
549
594
  readonly FA_UPLOAD: import('@fortawesome/fontawesome-common-types').IconDefinition;
550
595
  readonly FA_USER: import('@fortawesome/fontawesome-common-types').IconDefinition;
596
+ readonly FA_USER_GEAR: import('@fortawesome/fontawesome-common-types').IconDefinition;
551
597
  readonly FA_USER_DOCTOR_SOLID: import('@fortawesome/fontawesome-common-types').IconDefinition;
552
598
  readonly FA_VIDEO_SOLID: import('@fortawesome/fontawesome-common-types').IconDefinition;
553
599
  readonly FA_VOLUME_HIGH_SOLID: import('@fortawesome/fontawesome-common-types').IconDefinition;
@@ -603,7 +649,48 @@ declare const _default: import('vue').DefineComponent<import('vue').ExtractPropT
603
649
  iconSize(): string;
604
650
  colorClassName(): string;
605
651
  loadingIconSize(): string;
606
- }, {}, import('vue').ComponentOptionsMixin, import('vue').ComponentOptionsMixin, {}, string, import('vue').PublicProps, Readonly<{}> & Readonly<{}>, {
652
+ }, {}, import('vue').ComponentOptionsMixin, import('vue').ComponentOptionsMixin, {}, string, import('vue').PublicProps, Readonly<import('vue').ExtractPropTypes<{
653
+ size: {
654
+ type: StringConstructor;
655
+ default: "medium";
656
+ validator(value: import('../../../utils/type.utils').Value<typeof import('../../Buttons/Button').BUTTON_SIZES>): boolean;
657
+ };
658
+ type: {
659
+ type: StringConstructor;
660
+ default: "filled";
661
+ validator(value: import('../../../utils/type.utils').Value<typeof BUTTON_TYPES>): boolean;
662
+ };
663
+ color: {
664
+ type: StringConstructor;
665
+ default: "primary";
666
+ validator(value: import('../../../utils/type.utils').Value<typeof import('../../Buttons/IconButton').ICON_BUTTON_COLORS>): boolean;
667
+ };
668
+ radius: {
669
+ type: StringConstructor;
670
+ default: "capsule";
671
+ validator(value: import('../../../utils/type.utils').Value<typeof import('../../Buttons/Button').BUTTON_RADIUSES>): boolean;
672
+ };
673
+ state: {
674
+ type: StringConstructor;
675
+ default: "default";
676
+ validator(value: import('../../../utils/type.utils').Value<typeof import('../../Buttons/Button').BUTTON_STATES>): boolean;
677
+ };
678
+ iconLeft: {
679
+ type: ObjectConstructor;
680
+ default: null;
681
+ validator(icon: unknown): boolean;
682
+ };
683
+ iconRight: {
684
+ type: ObjectConstructor;
685
+ default: null;
686
+ validator(icon: unknown): boolean;
687
+ };
688
+ elevation: {
689
+ type: StringConstructor;
690
+ default: "none";
691
+ validator(value: import('../../../utils/type.utils').Value<typeof import('../../Buttons/Button').BUTTON_ELEVATIONS>): boolean;
692
+ };
693
+ }>> & Readonly<{}>, {
607
694
  size: string;
608
695
  type: string;
609
696
  color: string;
@@ -682,14 +769,14 @@ declare const _default: import('vue').DefineComponent<import('vue').ExtractPropT
682
769
  default: boolean;
683
770
  };
684
771
  }>> & Readonly<{}>, {
685
- rotation: number;
686
772
  size: string;
773
+ rotation: number;
687
774
  flippedVertical: boolean;
688
775
  flippedHorizontal: boolean;
689
776
  touchable: boolean;
690
777
  spinning: boolean;
691
778
  }, {}, {
692
- 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>;
779
+ FontAwesomeIcon: import('vue').DefineComponent<import('@fortawesome/vue-fontawesome').FontAwesomeIconProps>;
693
780
  }, {}, string, import('vue').ComponentProvideOptions, true, {}, any>;
694
781
  }, {}, string, import('vue').ComponentProvideOptions, true, {}, any>;
695
782
  Divider: import('vue').DefineComponent<import('vue').ExtractPropTypes<{
@@ -804,30 +891,76 @@ declare const _default: import('vue').DefineComponent<import('vue').ExtractPropT
804
891
  default: boolean;
805
892
  };
806
893
  }>> & Readonly<{}>, {
807
- rotation: number;
808
894
  size: string;
895
+ rotation: number;
809
896
  flippedVertical: boolean;
810
897
  flippedHorizontal: boolean;
811
898
  touchable: boolean;
812
899
  spinning: boolean;
813
900
  }, {}, {
814
- 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>;
901
+ FontAwesomeIcon: import('vue').DefineComponent<import('@fortawesome/vue-fontawesome').FontAwesomeIconProps>;
815
902
  }, {}, string, import('vue').ComponentProvideOptions, true, {}, any>;
816
- IconButton: import('vue').DefineComponent<{}, {
817
- isHovered: import('vue').Ref<boolean, boolean>;
903
+ IconButton: import('vue').DefineComponent<import('vue').ExtractPropTypes<{
904
+ size: {
905
+ type: StringConstructor;
906
+ default: "large";
907
+ validator(value: unknown): boolean;
908
+ };
909
+ radius: {
910
+ type: StringConstructor;
911
+ default: "capsule";
912
+ validator(value: unknown): boolean;
913
+ };
914
+ type: {
915
+ type: StringConstructor;
916
+ default: "icon-only";
917
+ validator(value: unknown): boolean;
918
+ };
919
+ icon: {
920
+ type: ObjectConstructor;
921
+ required: true;
922
+ validator(icon: unknown): boolean;
923
+ };
924
+ color: {
925
+ type: StringConstructor;
926
+ default: "primary";
927
+ validator(value: unknown): boolean;
928
+ };
929
+ colorScheme: {
930
+ type: StringConstructor;
931
+ default: "all-in-color";
932
+ validator(value: unknown): boolean;
933
+ };
934
+ elevation: {
935
+ type: StringConstructor;
936
+ default: "none";
937
+ validator(value: unknown): boolean;
938
+ };
939
+ touchable: {
940
+ type: BooleanConstructor;
941
+ default: boolean;
942
+ };
943
+ state: {
944
+ type: StringConstructor;
945
+ default: "default";
946
+ validator(value: import('../../../utils/type.utils').Value<typeof import('../../Buttons/IconButton').ICON_BUTTON_STATES>): boolean;
947
+ };
948
+ }>, {
949
+ isHovered: import('vue').Ref<boolean>;
818
950
  mouseOver: () => void;
819
951
  mouseLeave: () => void;
820
952
  touchStart: () => void;
821
953
  touchEnd: () => void;
822
954
  }, {
823
955
  ICONS: Readonly<{
824
- readonly HEAD_WITH_QUESTION_MARK: VueConstructor<Vue>;
825
- readonly RIBBON: VueConstructor<Vue>;
826
- readonly SLIDERS_SEARCH: VueConstructor<Vue>;
827
- readonly COMMENTS_CHECK: VueConstructor<Vue>;
828
956
  readonly ANSWERS: VueConstructor<Vue>;
957
+ readonly CHANGE: VueConstructor<Vue>;
958
+ readonly COMMENTS_CHECK: VueConstructor<Vue>;
959
+ readonly HEAD_WITH_QUESTION_MARK: VueConstructor<Vue>;
829
960
  readonly HIDE_ANSWERS: VueConstructor<Vue>;
961
+ readonly RIBBON: VueConstructor<Vue>;
830
962
  readonly SIDEBAR_FLIP_SOLID: VueConstructor<Vue>;
963
+ readonly SLIDERS_SEARCH: VueConstructor<Vue>;
831
964
  readonly FA_ADDRESS_CARD: import('@fortawesome/fontawesome-common-types').IconDefinition;
832
965
  readonly FA_ANGLE_DOWN: import('@fortawesome/fontawesome-common-types').IconDefinition;
833
966
  readonly FA_ANGLE_LEFT: import('@fortawesome/fontawesome-common-types').IconDefinition;
@@ -1019,6 +1152,7 @@ declare const _default: import('vue').DefineComponent<import('vue').ExtractPropT
1019
1152
  readonly FA_UNLOCK_KEYHOLE: import('@fortawesome/fontawesome-common-types').IconDefinition;
1020
1153
  readonly FA_UPLOAD: import('@fortawesome/fontawesome-common-types').IconDefinition;
1021
1154
  readonly FA_USER: import('@fortawesome/fontawesome-common-types').IconDefinition;
1155
+ readonly FA_USER_GEAR: import('@fortawesome/fontawesome-common-types').IconDefinition;
1022
1156
  readonly FA_USER_DOCTOR_SOLID: import('@fortawesome/fontawesome-common-types').IconDefinition;
1023
1157
  readonly FA_VIDEO_SOLID: import('@fortawesome/fontawesome-common-types').IconDefinition;
1024
1158
  readonly FA_VOLUME_HIGH_SOLID: import('@fortawesome/fontawesome-common-types').IconDefinition;
@@ -1084,7 +1218,52 @@ declare const _default: import('vue').DefineComponent<import('vue').ExtractPropT
1084
1218
  computedColor(): string | null;
1085
1219
  isButtonColor(): boolean;
1086
1220
  colorClassName(): string;
1087
- }, {}, import('vue').ComponentOptionsMixin, import('vue').ComponentOptionsMixin, {}, string, import('vue').PublicProps, Readonly<{}> & Readonly<{}>, {
1221
+ }, {}, import('vue').ComponentOptionsMixin, import('vue').ComponentOptionsMixin, {}, string, import('vue').PublicProps, Readonly<import('vue').ExtractPropTypes<{
1222
+ size: {
1223
+ type: StringConstructor;
1224
+ default: "large";
1225
+ validator(value: unknown): boolean;
1226
+ };
1227
+ radius: {
1228
+ type: StringConstructor;
1229
+ default: "capsule";
1230
+ validator(value: unknown): boolean;
1231
+ };
1232
+ type: {
1233
+ type: StringConstructor;
1234
+ default: "icon-only";
1235
+ validator(value: unknown): boolean;
1236
+ };
1237
+ icon: {
1238
+ type: ObjectConstructor;
1239
+ required: true;
1240
+ validator(icon: unknown): boolean;
1241
+ };
1242
+ color: {
1243
+ type: StringConstructor;
1244
+ default: "primary";
1245
+ validator(value: unknown): boolean;
1246
+ };
1247
+ colorScheme: {
1248
+ type: StringConstructor;
1249
+ default: "all-in-color";
1250
+ validator(value: unknown): boolean;
1251
+ };
1252
+ elevation: {
1253
+ type: StringConstructor;
1254
+ default: "none";
1255
+ validator(value: unknown): boolean;
1256
+ };
1257
+ touchable: {
1258
+ type: BooleanConstructor;
1259
+ default: boolean;
1260
+ };
1261
+ state: {
1262
+ type: StringConstructor;
1263
+ default: "default";
1264
+ validator(value: import('../../../utils/type.utils').Value<typeof import('../../Buttons/IconButton').ICON_BUTTON_STATES>): boolean;
1265
+ };
1266
+ }>> & Readonly<{}>, {
1088
1267
  size: string;
1089
1268
  type: string;
1090
1269
  touchable: boolean;
@@ -1163,24 +1342,66 @@ declare const _default: import('vue').DefineComponent<import('vue').ExtractPropT
1163
1342
  default: boolean;
1164
1343
  };
1165
1344
  }>> & Readonly<{}>, {
1166
- rotation: number;
1167
1345
  size: string;
1346
+ rotation: number;
1168
1347
  flippedVertical: boolean;
1169
1348
  flippedHorizontal: boolean;
1170
1349
  touchable: boolean;
1171
1350
  spinning: boolean;
1172
1351
  }, {}, {
1173
- 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>;
1352
+ FontAwesomeIcon: import('vue').DefineComponent<import('@fortawesome/vue-fontawesome').FontAwesomeIconProps>;
1174
1353
  }, {}, string, import('vue').ComponentProvideOptions, true, {}, any>;
1175
- WnlButton: import('vue').DefineComponent<{}, {}, {
1354
+ WnlButton: import('vue').DefineComponent<import('vue').ExtractPropTypes<{
1355
+ size: {
1356
+ type: StringConstructor;
1357
+ default: "medium";
1358
+ validator(value: import('../../../utils/type.utils').Value<typeof import('../../Buttons/Button').BUTTON_SIZES>): boolean;
1359
+ };
1360
+ type: {
1361
+ type: StringConstructor;
1362
+ default: "filled";
1363
+ validator(value: import('../../../utils/type.utils').Value<typeof BUTTON_TYPES>): boolean;
1364
+ };
1365
+ color: {
1366
+ type: StringConstructor;
1367
+ default: "primary";
1368
+ validator(value: import('../../../utils/type.utils').Value<typeof import('../../Buttons/IconButton').ICON_BUTTON_COLORS>): boolean;
1369
+ };
1370
+ radius: {
1371
+ type: StringConstructor;
1372
+ default: "capsule";
1373
+ validator(value: import('../../../utils/type.utils').Value<typeof import('../../Buttons/Button').BUTTON_RADIUSES>): boolean;
1374
+ };
1375
+ state: {
1376
+ type: StringConstructor;
1377
+ default: "default";
1378
+ validator(value: import('../../../utils/type.utils').Value<typeof import('../../Buttons/Button').BUTTON_STATES>): boolean;
1379
+ };
1380
+ iconLeft: {
1381
+ type: ObjectConstructor;
1382
+ default: null;
1383
+ validator(icon: unknown): boolean;
1384
+ };
1385
+ iconRight: {
1386
+ type: ObjectConstructor;
1387
+ default: null;
1388
+ validator(icon: unknown): boolean;
1389
+ };
1390
+ elevation: {
1391
+ type: StringConstructor;
1392
+ default: "none";
1393
+ validator(value: import('../../../utils/type.utils').Value<typeof import('../../Buttons/Button').BUTTON_ELEVATIONS>): boolean;
1394
+ };
1395
+ }>, {}, {
1176
1396
  ICONS: Readonly<{
1177
- readonly HEAD_WITH_QUESTION_MARK: VueConstructor<Vue>;
1178
- readonly RIBBON: VueConstructor<Vue>;
1179
- readonly SLIDERS_SEARCH: VueConstructor<Vue>;
1180
- readonly COMMENTS_CHECK: VueConstructor<Vue>;
1181
1397
  readonly ANSWERS: VueConstructor<Vue>;
1398
+ readonly CHANGE: VueConstructor<Vue>;
1399
+ readonly COMMENTS_CHECK: VueConstructor<Vue>;
1400
+ readonly HEAD_WITH_QUESTION_MARK: VueConstructor<Vue>;
1182
1401
  readonly HIDE_ANSWERS: VueConstructor<Vue>;
1402
+ readonly RIBBON: VueConstructor<Vue>;
1183
1403
  readonly SIDEBAR_FLIP_SOLID: VueConstructor<Vue>;
1404
+ readonly SLIDERS_SEARCH: VueConstructor<Vue>;
1184
1405
  readonly FA_ADDRESS_CARD: import('@fortawesome/fontawesome-common-types').IconDefinition;
1185
1406
  readonly FA_ANGLE_DOWN: import('@fortawesome/fontawesome-common-types').IconDefinition;
1186
1407
  readonly FA_ANGLE_LEFT: import('@fortawesome/fontawesome-common-types').IconDefinition;
@@ -1372,6 +1593,7 @@ declare const _default: import('vue').DefineComponent<import('vue').ExtractPropT
1372
1593
  readonly FA_UNLOCK_KEYHOLE: import('@fortawesome/fontawesome-common-types').IconDefinition;
1373
1594
  readonly FA_UPLOAD: import('@fortawesome/fontawesome-common-types').IconDefinition;
1374
1595
  readonly FA_USER: import('@fortawesome/fontawesome-common-types').IconDefinition;
1596
+ readonly FA_USER_GEAR: import('@fortawesome/fontawesome-common-types').IconDefinition;
1375
1597
  readonly FA_USER_DOCTOR_SOLID: import('@fortawesome/fontawesome-common-types').IconDefinition;
1376
1598
  readonly FA_VIDEO_SOLID: import('@fortawesome/fontawesome-common-types').IconDefinition;
1377
1599
  readonly FA_VOLUME_HIGH_SOLID: import('@fortawesome/fontawesome-common-types').IconDefinition;
@@ -1427,7 +1649,48 @@ declare const _default: import('vue').DefineComponent<import('vue').ExtractPropT
1427
1649
  iconSize(): string;
1428
1650
  colorClassName(): string;
1429
1651
  loadingIconSize(): string;
1430
- }, {}, import('vue').ComponentOptionsMixin, import('vue').ComponentOptionsMixin, {}, string, import('vue').PublicProps, Readonly<{}> & Readonly<{}>, {
1652
+ }, {}, import('vue').ComponentOptionsMixin, import('vue').ComponentOptionsMixin, {}, string, import('vue').PublicProps, Readonly<import('vue').ExtractPropTypes<{
1653
+ size: {
1654
+ type: StringConstructor;
1655
+ default: "medium";
1656
+ validator(value: import('../../../utils/type.utils').Value<typeof import('../../Buttons/Button').BUTTON_SIZES>): boolean;
1657
+ };
1658
+ type: {
1659
+ type: StringConstructor;
1660
+ default: "filled";
1661
+ validator(value: import('../../../utils/type.utils').Value<typeof BUTTON_TYPES>): boolean;
1662
+ };
1663
+ color: {
1664
+ type: StringConstructor;
1665
+ default: "primary";
1666
+ validator(value: import('../../../utils/type.utils').Value<typeof import('../../Buttons/IconButton').ICON_BUTTON_COLORS>): boolean;
1667
+ };
1668
+ radius: {
1669
+ type: StringConstructor;
1670
+ default: "capsule";
1671
+ validator(value: import('../../../utils/type.utils').Value<typeof import('../../Buttons/Button').BUTTON_RADIUSES>): boolean;
1672
+ };
1673
+ state: {
1674
+ type: StringConstructor;
1675
+ default: "default";
1676
+ validator(value: import('../../../utils/type.utils').Value<typeof import('../../Buttons/Button').BUTTON_STATES>): boolean;
1677
+ };
1678
+ iconLeft: {
1679
+ type: ObjectConstructor;
1680
+ default: null;
1681
+ validator(icon: unknown): boolean;
1682
+ };
1683
+ iconRight: {
1684
+ type: ObjectConstructor;
1685
+ default: null;
1686
+ validator(icon: unknown): boolean;
1687
+ };
1688
+ elevation: {
1689
+ type: StringConstructor;
1690
+ default: "none";
1691
+ validator(value: import('../../../utils/type.utils').Value<typeof import('../../Buttons/Button').BUTTON_ELEVATIONS>): boolean;
1692
+ };
1693
+ }>> & Readonly<{}>, {
1431
1694
  size: string;
1432
1695
  type: string;
1433
1696
  color: string;
@@ -1506,26 +1769,69 @@ declare const _default: import('vue').DefineComponent<import('vue').ExtractPropT
1506
1769
  default: boolean;
1507
1770
  };
1508
1771
  }>> & Readonly<{}>, {
1509
- rotation: number;
1510
1772
  size: string;
1773
+ rotation: number;
1511
1774
  flippedVertical: boolean;
1512
1775
  flippedHorizontal: boolean;
1513
1776
  touchable: boolean;
1514
1777
  spinning: boolean;
1515
1778
  }, {}, {
1516
- 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>;
1779
+ FontAwesomeIcon: import('vue').DefineComponent<import('@fortawesome/vue-fontawesome').FontAwesomeIconProps>;
1517
1780
  }, {}, string, import('vue').ComponentProvideOptions, true, {}, any>;
1518
1781
  }, {}, string, import('vue').ComponentProvideOptions, true, {}, any>;
1519
1782
  }, {}, string, import('vue').ComponentProvideOptions, true, {}, any>;
1520
- Chip: import('vue').DefineComponent<{}, {}, {
1783
+ Chip: import('vue').DefineComponent<import('vue').ExtractPropTypes<{
1784
+ label: {
1785
+ type: StringConstructor;
1786
+ required: true;
1787
+ };
1788
+ isLabelUppercase: {
1789
+ type: BooleanConstructor;
1790
+ default: boolean;
1791
+ };
1792
+ leftIcon: {
1793
+ type: ObjectConstructor;
1794
+ default: null;
1795
+ validator(icon: unknown): boolean;
1796
+ };
1797
+ radius: {
1798
+ type: StringConstructor;
1799
+ default: "capsule";
1800
+ validator(value: import('../../../utils/type.utils').Value<typeof import('../../Chip').CHIP_RADIUSES>): boolean;
1801
+ };
1802
+ size: {
1803
+ type: StringConstructor;
1804
+ default: "small";
1805
+ validator(size: unknown): boolean;
1806
+ };
1807
+ color: {
1808
+ type: StringConstructor;
1809
+ default: "neutral";
1810
+ validator(color: unknown): boolean;
1811
+ };
1812
+ colorHex: {
1813
+ type: StringConstructor;
1814
+ default: null;
1815
+ };
1816
+ state: {
1817
+ type: StringConstructor;
1818
+ default: "default";
1819
+ validator(value: import('../../../utils/type.utils').Value<typeof import('../../Chip').CHIP_STATES>): boolean;
1820
+ };
1821
+ isRemovable: {
1822
+ type: BooleanConstructor;
1823
+ default: boolean;
1824
+ };
1825
+ }>, {}, {
1521
1826
  ICONS: Readonly<{
1522
- readonly HEAD_WITH_QUESTION_MARK: VueConstructor<Vue>;
1523
- readonly RIBBON: VueConstructor<Vue>;
1524
- readonly SLIDERS_SEARCH: VueConstructor<Vue>;
1525
- readonly COMMENTS_CHECK: VueConstructor<Vue>;
1526
1827
  readonly ANSWERS: VueConstructor<Vue>;
1828
+ readonly CHANGE: VueConstructor<Vue>;
1829
+ readonly COMMENTS_CHECK: VueConstructor<Vue>;
1830
+ readonly HEAD_WITH_QUESTION_MARK: VueConstructor<Vue>;
1527
1831
  readonly HIDE_ANSWERS: VueConstructor<Vue>;
1832
+ readonly RIBBON: VueConstructor<Vue>;
1528
1833
  readonly SIDEBAR_FLIP_SOLID: VueConstructor<Vue>;
1834
+ readonly SLIDERS_SEARCH: VueConstructor<Vue>;
1529
1835
  readonly FA_ADDRESS_CARD: import('@fortawesome/fontawesome-common-types').IconDefinition;
1530
1836
  readonly FA_ANGLE_DOWN: import('@fortawesome/fontawesome-common-types').IconDefinition;
1531
1837
  readonly FA_ANGLE_LEFT: import('@fortawesome/fontawesome-common-types').IconDefinition;
@@ -1717,6 +2023,7 @@ declare const _default: import('vue').DefineComponent<import('vue').ExtractPropT
1717
2023
  readonly FA_UNLOCK_KEYHOLE: import('@fortawesome/fontawesome-common-types').IconDefinition;
1718
2024
  readonly FA_UPLOAD: import('@fortawesome/fontawesome-common-types').IconDefinition;
1719
2025
  readonly FA_USER: import('@fortawesome/fontawesome-common-types').IconDefinition;
2026
+ readonly FA_USER_GEAR: import('@fortawesome/fontawesome-common-types').IconDefinition;
1720
2027
  readonly FA_USER_DOCTOR_SOLID: import('@fortawesome/fontawesome-common-types').IconDefinition;
1721
2028
  readonly FA_VIDEO_SOLID: import('@fortawesome/fontawesome-common-types').IconDefinition;
1722
2029
  readonly FA_VOLUME_HIGH_SOLID: import('@fortawesome/fontawesome-common-types').IconDefinition;
@@ -1769,10 +2076,52 @@ declare const _default: import('vue').DefineComponent<import('vue').ExtractPropT
1769
2076
  }, {
1770
2077
  colorClassName(): string;
1771
2078
  customStyle(): {
1772
- backgroundColor?: string | undefined;
2079
+ backgroundColor?: string;
1773
2080
  };
1774
2081
  iconButtonColor(): string;
1775
- }, {}, import('vue').ComponentOptionsMixin, import('vue').ComponentOptionsMixin, "remove"[], "remove", import('vue').PublicProps, Readonly<{}> & Readonly<{
2082
+ }, {}, import('vue').ComponentOptionsMixin, import('vue').ComponentOptionsMixin, "remove"[], "remove", import('vue').PublicProps, Readonly<import('vue').ExtractPropTypes<{
2083
+ label: {
2084
+ type: StringConstructor;
2085
+ required: true;
2086
+ };
2087
+ isLabelUppercase: {
2088
+ type: BooleanConstructor;
2089
+ default: boolean;
2090
+ };
2091
+ leftIcon: {
2092
+ type: ObjectConstructor;
2093
+ default: null;
2094
+ validator(icon: unknown): boolean;
2095
+ };
2096
+ radius: {
2097
+ type: StringConstructor;
2098
+ default: "capsule";
2099
+ validator(value: import('../../../utils/type.utils').Value<typeof import('../../Chip').CHIP_RADIUSES>): boolean;
2100
+ };
2101
+ size: {
2102
+ type: StringConstructor;
2103
+ default: "small";
2104
+ validator(size: unknown): boolean;
2105
+ };
2106
+ color: {
2107
+ type: StringConstructor;
2108
+ default: "neutral";
2109
+ validator(color: unknown): boolean;
2110
+ };
2111
+ colorHex: {
2112
+ type: StringConstructor;
2113
+ default: null;
2114
+ };
2115
+ state: {
2116
+ type: StringConstructor;
2117
+ default: "default";
2118
+ validator(value: import('../../../utils/type.utils').Value<typeof import('../../Chip').CHIP_STATES>): boolean;
2119
+ };
2120
+ isRemovable: {
2121
+ type: BooleanConstructor;
2122
+ default: boolean;
2123
+ };
2124
+ }>> & Readonly<{
1776
2125
  onRemove?: ((...args: any[]) => any) | undefined;
1777
2126
  }>, {
1778
2127
  size: string;
@@ -1853,30 +2202,76 @@ declare const _default: import('vue').DefineComponent<import('vue').ExtractPropT
1853
2202
  default: boolean;
1854
2203
  };
1855
2204
  }>> & Readonly<{}>, {
1856
- rotation: number;
1857
2205
  size: string;
2206
+ rotation: number;
1858
2207
  flippedVertical: boolean;
1859
2208
  flippedHorizontal: boolean;
1860
2209
  touchable: boolean;
1861
2210
  spinning: boolean;
1862
2211
  }, {}, {
1863
- 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>;
2212
+ FontAwesomeIcon: import('vue').DefineComponent<import('@fortawesome/vue-fontawesome').FontAwesomeIconProps>;
1864
2213
  }, {}, string, import('vue').ComponentProvideOptions, true, {}, any>;
1865
- IconButton: import('vue').DefineComponent<{}, {
1866
- isHovered: import('vue').Ref<boolean, boolean>;
2214
+ IconButton: import('vue').DefineComponent<import('vue').ExtractPropTypes<{
2215
+ size: {
2216
+ type: StringConstructor;
2217
+ default: "large";
2218
+ validator(value: unknown): boolean;
2219
+ };
2220
+ radius: {
2221
+ type: StringConstructor;
2222
+ default: "capsule";
2223
+ validator(value: unknown): boolean;
2224
+ };
2225
+ type: {
2226
+ type: StringConstructor;
2227
+ default: "icon-only";
2228
+ validator(value: unknown): boolean;
2229
+ };
2230
+ icon: {
2231
+ type: ObjectConstructor;
2232
+ required: true;
2233
+ validator(icon: unknown): boolean;
2234
+ };
2235
+ color: {
2236
+ type: StringConstructor;
2237
+ default: "primary";
2238
+ validator(value: unknown): boolean;
2239
+ };
2240
+ colorScheme: {
2241
+ type: StringConstructor;
2242
+ default: "all-in-color";
2243
+ validator(value: unknown): boolean;
2244
+ };
2245
+ elevation: {
2246
+ type: StringConstructor;
2247
+ default: "none";
2248
+ validator(value: unknown): boolean;
2249
+ };
2250
+ touchable: {
2251
+ type: BooleanConstructor;
2252
+ default: boolean;
2253
+ };
2254
+ state: {
2255
+ type: StringConstructor;
2256
+ default: "default";
2257
+ validator(value: import('../../../utils/type.utils').Value<typeof import('../../Buttons/IconButton').ICON_BUTTON_STATES>): boolean;
2258
+ };
2259
+ }>, {
2260
+ isHovered: import('vue').Ref<boolean>;
1867
2261
  mouseOver: () => void;
1868
2262
  mouseLeave: () => void;
1869
2263
  touchStart: () => void;
1870
2264
  touchEnd: () => void;
1871
2265
  }, {
1872
2266
  ICONS: Readonly<{
1873
- readonly HEAD_WITH_QUESTION_MARK: VueConstructor<Vue>;
1874
- readonly RIBBON: VueConstructor<Vue>;
1875
- readonly SLIDERS_SEARCH: VueConstructor<Vue>;
1876
- readonly COMMENTS_CHECK: VueConstructor<Vue>;
1877
2267
  readonly ANSWERS: VueConstructor<Vue>;
2268
+ readonly CHANGE: VueConstructor<Vue>;
2269
+ readonly COMMENTS_CHECK: VueConstructor<Vue>;
2270
+ readonly HEAD_WITH_QUESTION_MARK: VueConstructor<Vue>;
1878
2271
  readonly HIDE_ANSWERS: VueConstructor<Vue>;
2272
+ readonly RIBBON: VueConstructor<Vue>;
1879
2273
  readonly SIDEBAR_FLIP_SOLID: VueConstructor<Vue>;
2274
+ readonly SLIDERS_SEARCH: VueConstructor<Vue>;
1880
2275
  readonly FA_ADDRESS_CARD: import('@fortawesome/fontawesome-common-types').IconDefinition;
1881
2276
  readonly FA_ANGLE_DOWN: import('@fortawesome/fontawesome-common-types').IconDefinition;
1882
2277
  readonly FA_ANGLE_LEFT: import('@fortawesome/fontawesome-common-types').IconDefinition;
@@ -2068,6 +2463,7 @@ declare const _default: import('vue').DefineComponent<import('vue').ExtractPropT
2068
2463
  readonly FA_UNLOCK_KEYHOLE: import('@fortawesome/fontawesome-common-types').IconDefinition;
2069
2464
  readonly FA_UPLOAD: import('@fortawesome/fontawesome-common-types').IconDefinition;
2070
2465
  readonly FA_USER: import('@fortawesome/fontawesome-common-types').IconDefinition;
2466
+ readonly FA_USER_GEAR: import('@fortawesome/fontawesome-common-types').IconDefinition;
2071
2467
  readonly FA_USER_DOCTOR_SOLID: import('@fortawesome/fontawesome-common-types').IconDefinition;
2072
2468
  readonly FA_VIDEO_SOLID: import('@fortawesome/fontawesome-common-types').IconDefinition;
2073
2469
  readonly FA_VOLUME_HIGH_SOLID: import('@fortawesome/fontawesome-common-types').IconDefinition;
@@ -2133,7 +2529,52 @@ declare const _default: import('vue').DefineComponent<import('vue').ExtractPropT
2133
2529
  computedColor(): string | null;
2134
2530
  isButtonColor(): boolean;
2135
2531
  colorClassName(): string;
2136
- }, {}, import('vue').ComponentOptionsMixin, import('vue').ComponentOptionsMixin, {}, string, import('vue').PublicProps, Readonly<{}> & Readonly<{}>, {
2532
+ }, {}, import('vue').ComponentOptionsMixin, import('vue').ComponentOptionsMixin, {}, string, import('vue').PublicProps, Readonly<import('vue').ExtractPropTypes<{
2533
+ size: {
2534
+ type: StringConstructor;
2535
+ default: "large";
2536
+ validator(value: unknown): boolean;
2537
+ };
2538
+ radius: {
2539
+ type: StringConstructor;
2540
+ default: "capsule";
2541
+ validator(value: unknown): boolean;
2542
+ };
2543
+ type: {
2544
+ type: StringConstructor;
2545
+ default: "icon-only";
2546
+ validator(value: unknown): boolean;
2547
+ };
2548
+ icon: {
2549
+ type: ObjectConstructor;
2550
+ required: true;
2551
+ validator(icon: unknown): boolean;
2552
+ };
2553
+ color: {
2554
+ type: StringConstructor;
2555
+ default: "primary";
2556
+ validator(value: unknown): boolean;
2557
+ };
2558
+ colorScheme: {
2559
+ type: StringConstructor;
2560
+ default: "all-in-color";
2561
+ validator(value: unknown): boolean;
2562
+ };
2563
+ elevation: {
2564
+ type: StringConstructor;
2565
+ default: "none";
2566
+ validator(value: unknown): boolean;
2567
+ };
2568
+ touchable: {
2569
+ type: BooleanConstructor;
2570
+ default: boolean;
2571
+ };
2572
+ state: {
2573
+ type: StringConstructor;
2574
+ default: "default";
2575
+ validator(value: import('../../../utils/type.utils').Value<typeof import('../../Buttons/IconButton').ICON_BUTTON_STATES>): boolean;
2576
+ };
2577
+ }>> & Readonly<{}>, {
2137
2578
  size: string;
2138
2579
  type: string;
2139
2580
  touchable: boolean;
@@ -2212,24 +2653,66 @@ declare const _default: import('vue').DefineComponent<import('vue').ExtractPropT
2212
2653
  default: boolean;
2213
2654
  };
2214
2655
  }>> & Readonly<{}>, {
2215
- rotation: number;
2216
2656
  size: string;
2657
+ rotation: number;
2217
2658
  flippedVertical: boolean;
2218
2659
  flippedHorizontal: boolean;
2219
2660
  touchable: boolean;
2220
2661
  spinning: boolean;
2221
2662
  }, {}, {
2222
- 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>;
2663
+ FontAwesomeIcon: import('vue').DefineComponent<import('@fortawesome/vue-fontawesome').FontAwesomeIconProps>;
2223
2664
  }, {}, string, import('vue').ComponentProvideOptions, true, {}, any>;
2224
- WnlButton: import('vue').DefineComponent<{}, {}, {
2665
+ WnlButton: import('vue').DefineComponent<import('vue').ExtractPropTypes<{
2666
+ size: {
2667
+ type: StringConstructor;
2668
+ default: "medium";
2669
+ validator(value: import('../../../utils/type.utils').Value<typeof import('../../Buttons/Button').BUTTON_SIZES>): boolean;
2670
+ };
2671
+ type: {
2672
+ type: StringConstructor;
2673
+ default: "filled";
2674
+ validator(value: import('../../../utils/type.utils').Value<typeof BUTTON_TYPES>): boolean;
2675
+ };
2676
+ color: {
2677
+ type: StringConstructor;
2678
+ default: "primary";
2679
+ validator(value: import('../../../utils/type.utils').Value<typeof import('../../Buttons/IconButton').ICON_BUTTON_COLORS>): boolean;
2680
+ };
2681
+ radius: {
2682
+ type: StringConstructor;
2683
+ default: "capsule";
2684
+ validator(value: import('../../../utils/type.utils').Value<typeof import('../../Buttons/Button').BUTTON_RADIUSES>): boolean;
2685
+ };
2686
+ state: {
2687
+ type: StringConstructor;
2688
+ default: "default";
2689
+ validator(value: import('../../../utils/type.utils').Value<typeof import('../../Buttons/Button').BUTTON_STATES>): boolean;
2690
+ };
2691
+ iconLeft: {
2692
+ type: ObjectConstructor;
2693
+ default: null;
2694
+ validator(icon: unknown): boolean;
2695
+ };
2696
+ iconRight: {
2697
+ type: ObjectConstructor;
2698
+ default: null;
2699
+ validator(icon: unknown): boolean;
2700
+ };
2701
+ elevation: {
2702
+ type: StringConstructor;
2703
+ default: "none";
2704
+ validator(value: import('../../../utils/type.utils').Value<typeof import('../../Buttons/Button').BUTTON_ELEVATIONS>): boolean;
2705
+ };
2706
+ }>, {}, {
2225
2707
  ICONS: Readonly<{
2226
- readonly HEAD_WITH_QUESTION_MARK: VueConstructor<Vue>;
2227
- readonly RIBBON: VueConstructor<Vue>;
2228
- readonly SLIDERS_SEARCH: VueConstructor<Vue>;
2229
- readonly COMMENTS_CHECK: VueConstructor<Vue>;
2230
2708
  readonly ANSWERS: VueConstructor<Vue>;
2709
+ readonly CHANGE: VueConstructor<Vue>;
2710
+ readonly COMMENTS_CHECK: VueConstructor<Vue>;
2711
+ readonly HEAD_WITH_QUESTION_MARK: VueConstructor<Vue>;
2231
2712
  readonly HIDE_ANSWERS: VueConstructor<Vue>;
2713
+ readonly RIBBON: VueConstructor<Vue>;
2232
2714
  readonly SIDEBAR_FLIP_SOLID: VueConstructor<Vue>;
2715
+ readonly SLIDERS_SEARCH: VueConstructor<Vue>;
2233
2716
  readonly FA_ADDRESS_CARD: import('@fortawesome/fontawesome-common-types').IconDefinition;
2234
2717
  readonly FA_ANGLE_DOWN: import('@fortawesome/fontawesome-common-types').IconDefinition;
2235
2718
  readonly FA_ANGLE_LEFT: import('@fortawesome/fontawesome-common-types').IconDefinition;
@@ -2421,6 +2904,7 @@ declare const _default: import('vue').DefineComponent<import('vue').ExtractPropT
2421
2904
  readonly FA_UNLOCK_KEYHOLE: import('@fortawesome/fontawesome-common-types').IconDefinition;
2422
2905
  readonly FA_UPLOAD: import('@fortawesome/fontawesome-common-types').IconDefinition;
2423
2906
  readonly FA_USER: import('@fortawesome/fontawesome-common-types').IconDefinition;
2907
+ readonly FA_USER_GEAR: import('@fortawesome/fontawesome-common-types').IconDefinition;
2424
2908
  readonly FA_USER_DOCTOR_SOLID: import('@fortawesome/fontawesome-common-types').IconDefinition;
2425
2909
  readonly FA_VIDEO_SOLID: import('@fortawesome/fontawesome-common-types').IconDefinition;
2426
2910
  readonly FA_VOLUME_HIGH_SOLID: import('@fortawesome/fontawesome-common-types').IconDefinition;
@@ -2476,7 +2960,48 @@ declare const _default: import('vue').DefineComponent<import('vue').ExtractPropT
2476
2960
  iconSize(): string;
2477
2961
  colorClassName(): string;
2478
2962
  loadingIconSize(): string;
2479
- }, {}, import('vue').ComponentOptionsMixin, import('vue').ComponentOptionsMixin, {}, string, import('vue').PublicProps, Readonly<{}> & Readonly<{}>, {
2963
+ }, {}, import('vue').ComponentOptionsMixin, import('vue').ComponentOptionsMixin, {}, string, import('vue').PublicProps, Readonly<import('vue').ExtractPropTypes<{
2964
+ size: {
2965
+ type: StringConstructor;
2966
+ default: "medium";
2967
+ validator(value: import('../../../utils/type.utils').Value<typeof import('../../Buttons/Button').BUTTON_SIZES>): boolean;
2968
+ };
2969
+ type: {
2970
+ type: StringConstructor;
2971
+ default: "filled";
2972
+ validator(value: import('../../../utils/type.utils').Value<typeof BUTTON_TYPES>): boolean;
2973
+ };
2974
+ color: {
2975
+ type: StringConstructor;
2976
+ default: "primary";
2977
+ validator(value: import('../../../utils/type.utils').Value<typeof import('../../Buttons/IconButton').ICON_BUTTON_COLORS>): boolean;
2978
+ };
2979
+ radius: {
2980
+ type: StringConstructor;
2981
+ default: "capsule";
2982
+ validator(value: import('../../../utils/type.utils').Value<typeof import('../../Buttons/Button').BUTTON_RADIUSES>): boolean;
2983
+ };
2984
+ state: {
2985
+ type: StringConstructor;
2986
+ default: "default";
2987
+ validator(value: import('../../../utils/type.utils').Value<typeof import('../../Buttons/Button').BUTTON_STATES>): boolean;
2988
+ };
2989
+ iconLeft: {
2990
+ type: ObjectConstructor;
2991
+ default: null;
2992
+ validator(icon: unknown): boolean;
2993
+ };
2994
+ iconRight: {
2995
+ type: ObjectConstructor;
2996
+ default: null;
2997
+ validator(icon: unknown): boolean;
2998
+ };
2999
+ elevation: {
3000
+ type: StringConstructor;
3001
+ default: "none";
3002
+ validator(value: import('../../../utils/type.utils').Value<typeof import('../../Buttons/Button').BUTTON_ELEVATIONS>): boolean;
3003
+ };
3004
+ }>> & Readonly<{}>, {
2480
3005
  size: string;
2481
3006
  type: string;
2482
3007
  color: string;
@@ -2555,14 +3080,14 @@ declare const _default: import('vue').DefineComponent<import('vue').ExtractPropT
2555
3080
  default: boolean;
2556
3081
  };
2557
3082
  }>> & Readonly<{}>, {
2558
- rotation: number;
2559
3083
  size: string;
3084
+ rotation: number;
2560
3085
  flippedVertical: boolean;
2561
3086
  flippedHorizontal: boolean;
2562
3087
  touchable: boolean;
2563
3088
  spinning: boolean;
2564
3089
  }, {}, {
2565
- 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>;
3090
+ FontAwesomeIcon: import('vue').DefineComponent<import('@fortawesome/vue-fontawesome').FontAwesomeIconProps>;
2566
3091
  }, {}, string, import('vue').ComponentProvideOptions, true, {}, any>;
2567
3092
  }, {}, string, import('vue').ComponentProvideOptions, true, {}, any>;
2568
3093
  }, {}, string, import('vue').ComponentProvideOptions, true, {}, any>;