@bethinkpl/design-system 26.6.0 → 26.7.1

This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
Files changed (264) 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.consts.d.ts +4 -4
  16. package/dist/lib/js/components/DatePickers/DatePicker/DatePicker.vue.d.ts +128 -30
  17. package/dist/lib/js/components/DatePickers/DatePickerBox/DatePickerBox.vue.d.ts +115 -8
  18. package/dist/lib/js/components/DatePickers/DateRangePicker/DateRangePicker.vue.d.ts +118 -14
  19. package/dist/lib/js/components/Drawer/Drawer.consts.d.ts +1 -1
  20. package/dist/lib/js/components/Drawer/DrawerHeader/DrawerHeader.consts.d.ts +1 -1
  21. package/dist/lib/js/components/Drawer/DrawerHeader/DrawerHeader.vue.d.ts +582 -57
  22. package/dist/lib/js/components/Drawer/DrawerListItem/DrawerListItem.consts.d.ts +1 -1
  23. package/dist/lib/js/components/Drawer/DrawerListItem/DrawerListItem.vue.d.ts +39 -8
  24. package/dist/lib/js/components/Drawer/DrawerSection/DrawerSection.vue.d.ts +468 -34
  25. package/dist/lib/js/components/Drawer/DrawerTile/DrawerTile.vue.d.ts +12 -26
  26. package/dist/lib/js/components/Dropdown/Dropdown.vue.d.ts +68 -4
  27. package/dist/lib/js/components/Form/Checkbox/Checkbox.consts.d.ts +2 -2
  28. package/dist/lib/js/components/Form/Checkbox/Checkbox.vue.d.ts +119 -10
  29. package/dist/lib/js/components/Form/RadioButton/RadioButton.consts.d.ts +2 -2
  30. package/dist/lib/js/components/Form/RadioButton/RadioButton.vue.d.ts +119 -10
  31. package/dist/lib/js/components/Form/SelectionControl/SelectionControl.consts.d.ts +3 -3
  32. package/dist/lib/js/components/Form/SelectionControl/SelectionControl.sb.shared.d.ts +1 -1
  33. package/dist/lib/js/components/Form/SelectionControl/SelectionControl.vue.d.ts +74 -5
  34. package/dist/lib/js/components/Headers/OverlayHeader/OverlayHeader.vue.d.ts +340 -30
  35. package/dist/lib/js/components/Headers/PageHeader/PageHeader.vue.d.ts +38 -2
  36. package/dist/lib/js/components/Headers/SectionHeader/SectionHeader.consts.d.ts +1 -1
  37. package/dist/lib/js/components/Headers/SectionHeader/SectionHeader.vue.d.ts +342 -26
  38. package/dist/lib/js/components/IconText/IconText.vue.d.ts +73 -4
  39. package/dist/lib/js/components/Icons/FeatureIcon/FeatureIcon.vue.d.ts +45 -5
  40. package/dist/lib/js/components/Icons/Icon/Icon.consts.d.ts +10 -8
  41. package/dist/lib/js/components/Icons/Icon/Icon.vue.d.ts +2 -2
  42. package/dist/lib/js/components/Image/Image.consts.d.ts +1 -1
  43. package/dist/lib/js/components/Image/Image.vue.d.ts +6 -5
  44. package/dist/lib/js/components/Layouts/ThreeColumnLayout/ThreeColumnLayout.consts.d.ts +1 -1
  45. package/dist/lib/js/components/Layouts/ThreeColumnLayout/ThreeColumnLayout.vue.d.ts +55 -2
  46. package/dist/lib/js/components/LoadingBar/LoadingBar.consts.d.ts +2 -2
  47. package/dist/lib/js/components/LoadingBar/LoadingBar.vue.d.ts +5 -4
  48. package/dist/lib/js/components/Modal/Modal.vue.d.ts +8 -6
  49. package/dist/lib/js/components/Modals/Modal/Modal.vue.d.ts +517 -37
  50. package/dist/lib/js/components/Modals/ModalDialog/ModalDialog.vue.d.ts +628 -39
  51. package/dist/lib/js/components/Outline/OutlineItem/OutlineItem.vue.d.ts +137 -9
  52. package/dist/lib/js/components/Pagination/Pagination.vue.d.ts +402 -36
  53. package/dist/lib/js/components/ProgressBar/ProgressBar.vue.d.ts +125 -8
  54. package/dist/lib/js/components/ProgressDonutChart/ProgressDonutChart.consts.d.ts +1 -1
  55. package/dist/lib/js/components/ProgressDonutChart/ProgressDonutChart.vue.d.ts +43 -8
  56. package/dist/lib/js/components/RichList/BasicRichListItem/BasicRichListItem.vue.d.ts +545 -34
  57. package/dist/lib/js/components/RichList/GroupRichListItem/GroupRichListItem.consts.d.ts +2 -2
  58. package/dist/lib/js/components/RichList/GroupRichListItem/GroupRichListItem.vue.d.ts +6 -5
  59. package/dist/lib/js/components/RichList/RichListItem/RichListItem.consts.d.ts +7 -7
  60. package/dist/lib/js/components/RichList/RichListItem/RichListItem.vue.d.ts +305 -21
  61. package/dist/lib/js/components/SectionTitle/SectionTitle.consts.d.ts +1 -1
  62. package/dist/lib/js/components/SelectList/SelectListItem/SelectListItem.vue.d.ts +84 -8
  63. package/dist/lib/js/components/SelectList/SelectListItemTile/SelectListItemTile.vue.d.ts +12 -26
  64. package/dist/lib/js/components/SelectList/SelectListItemToggle/SelectListItemToggle.vue.d.ts +152 -10
  65. package/dist/lib/js/components/SelectionTile/SelectionTile.consts.d.ts +2 -2
  66. package/dist/lib/js/components/SelectionTile/SelectionTile.vue.d.ts +377 -33
  67. package/dist/lib/js/components/Skeleton/Skeleton.consts.d.ts +1 -1
  68. package/dist/lib/js/components/Skeleton/Skeleton.vue.d.ts +4 -3
  69. package/dist/lib/js/components/Statuses/AccessStatus/AccessStatus.vue.d.ts +8 -6
  70. package/dist/lib/js/components/Statuses/BlockadeStatus/BlockadeStatus.vue.d.ts +8 -6
  71. package/dist/lib/js/components/SurveyQuestions/SurveyQuestionOpenEnded/SurveyQuestionOpenEnded.vue.d.ts +352 -49
  72. package/dist/lib/js/components/SurveyQuestions/SurveyQuestionScale/SurveyQuestionScale.vue.d.ts +451 -53
  73. package/dist/lib/js/components/SurveyToggle/SurveyToggle.vue.d.ts +62 -4
  74. package/dist/lib/js/components/Switch/Switch.consts.d.ts +4 -4
  75. package/dist/lib/js/components/Switch/Switch.vue.d.ts +91 -9
  76. package/dist/lib/js/components/TabItem/TabItem.vue.d.ts +49 -5
  77. package/dist/lib/js/components/TextGroup/TextGroup.consts.d.ts +4 -4
  78. package/dist/lib/js/components/TextGroup/TextGroup.vue.d.ts +10 -10
  79. package/dist/lib/js/components/Tile/Tile.consts.d.ts +4 -4
  80. package/dist/lib/js/components/Tile/Tile.sb.shared.d.ts +375 -39
  81. package/dist/lib/js/components/Tile/Tile.vue.d.ts +12 -16
  82. package/dist/lib/js/components/Toast/Toast.consts.d.ts +3 -3
  83. package/dist/lib/js/components/Toast/Toast.vue.d.ts +202 -23
  84. package/dist/lib/js/components/Toggles/CounterToggle/CounterToggle.vue.d.ts +50 -4
  85. package/dist/lib/js/components/Toggles/ToggleButton/ToggleButton.consts.d.ts +5 -5
  86. package/dist/lib/js/components/Toggles/ToggleButton/ToggleButton.vue.d.ts +124 -10
  87. package/dist/lib/js/components/Tooltip/Tooltip.consts.d.ts +1 -1
  88. package/dist/lib/js/icons/fontawesome.d.ts +1 -0
  89. package/dist/lib/js/index.d.ts +2 -0
  90. package/dist/lib/js/utils/type.utils.d.ts +1 -1
  91. package/docs/assets/{AccessStatus-Dz1vfbnh.js → AccessStatus-lY4oqKbY.js} +1 -1
  92. package/docs/assets/{AccessStatus.stories-BC2FqmS7.js → AccessStatus.stories-B-o8Wzbn.js} +1 -1
  93. package/docs/assets/Avatar-BALJe_Kd.js +1 -0
  94. package/docs/assets/Avatar.stories-BBWquxG4.js +35 -0
  95. package/docs/assets/{BadgeScore-C0Ghj-5s.js → BadgeScore-BllxpS5b.js} +1 -1
  96. package/docs/assets/{BadgeScore.stories-DQOL_ZiP.js → BadgeScore.stories-CZkwHDBn.js} +1 -1
  97. package/docs/assets/{Banner-BmKYBJ1B.js → Banner-B_WbNF52.js} +1 -1
  98. package/docs/assets/{Banner.stories-BPHdgNAZ.js → Banner.stories-BnbHDoMg.js} +1 -1
  99. package/docs/assets/{BasicRichListItem-Ctm7LWMn.js → BasicRichListItem-xKSFXEOx.js} +1 -1
  100. package/docs/assets/{BasicRichListItem.stories-CW9os382.js → BasicRichListItem.stories-D5cFXBnH.js} +2 -2
  101. package/docs/assets/{BlockadeStatus-4Zx578QV.js → BlockadeStatus-P8nBhdtz.js} +1 -1
  102. package/docs/assets/{BlockedeStatus.stories-CeCB1B6k.js → BlockedeStatus.stories-D2lBK6X4.js} +1 -1
  103. package/docs/assets/{Button-DVtHJ-a3.js → Button-BnWnuQz_.js} +1 -1
  104. package/docs/assets/{Button.stories-D7PDCOOm.js → Button.stories-BUAtvyqT.js} +1 -1
  105. package/docs/assets/{Card-CbIL2Iiq.js → Card-BzXb8FVb.js} +1 -1
  106. package/docs/assets/{Card.stories-sWfj8JIt.js → Card.stories-DR5-T-9k.js} +1 -1
  107. package/docs/assets/{CardExpandable-DvrXNsTR.js → CardExpandable-UGGPT1DB.js} +1 -1
  108. package/docs/assets/{CardExpandable.stories-CeNHupz8.js → CardExpandable.stories-CgBLkNle.js} +1 -1
  109. package/docs/assets/{Checkbox-Bk9Hyj7u.js → Checkbox-CJfLFnEo.js} +1 -1
  110. package/docs/assets/{Checkbox.stories-C9VNatGb.js → Checkbox.stories-Cuk7m0lR.js} +1 -1
  111. package/docs/assets/{Chip-D-3z8YPj.js → Chip-DHtEAdjh.js} +1 -1
  112. package/docs/assets/{Chip.stories-CjFXBnam.js → Chip.stories-DQ1Us1CB.js} +1 -1
  113. package/docs/assets/{Color-ERTF36HU-CqJ5SSs8.js → Color-ERTF36HU-Bdv_bt15.js} +1 -1
  114. package/docs/assets/{Colors.stories-CrtG5S4A.js → Colors.stories-BWgavcUS.js} +1 -1
  115. package/docs/assets/{ColorsThemes.stories-B_DRVheO.js → ColorsThemes.stories-0-sPp0ge.js} +1 -1
  116. package/docs/assets/{ColorsTokensLms.stories-DNXNDpp5.js → ColorsTokensLms.stories-BykJy-2-.js} +1 -1
  117. package/docs/assets/{ColorsTokensPrimaryBodywork.stories-MZpI5IXh.js → ColorsTokensPrimaryBodywork.stories-DbuoY06v.js} +1 -1
  118. package/docs/assets/{ColorsTokensPrimaryWnl.stories-D8POK0cA.js → ColorsTokensPrimaryWnl.stories-BGrxCgKb.js} +1 -1
  119. package/docs/assets/{CounterToggle-FQNWJcH5.js → CounterToggle-B1fmCAW0.js} +1 -1
  120. package/docs/assets/{CounterToggle.stories-B63J-wko.js → CounterToggle.stories-B0h9L-mI.js} +1 -1
  121. package/docs/assets/{DatePicker-Br-Dxnyn.js → DatePicker-DIJ8aqM6.js} +1 -1
  122. package/docs/assets/{DatePicker.stories-C4sN46Ws.js → DatePicker.stories-D4LubdID.js} +1 -1
  123. package/docs/assets/{DateRangePicker-B2xmoGPO.js → DateRangePicker-1oxiA7Lf.js} +1 -1
  124. package/docs/assets/{DateRangePicker.stories-DGh5m4TF.js → DateRangePicker.stories-CmHayQUD.js} +1 -1
  125. package/docs/assets/{Divider-4HN2u4Et.js → Divider-CeZli6az.js} +1 -1
  126. package/docs/assets/{Divider.stories-BCrs-P64.js → Divider.stories-BGrVq6Gh.js} +1 -1
  127. package/docs/assets/{DocsRenderer-CFRXHY34-CemqquOQ.js → DocsRenderer-CFRXHY34-7YPgF_58.js} +5 -5
  128. package/docs/assets/{Drawer-DRYKGdtt.js → Drawer-BAhS1Aex.js} +1 -1
  129. package/docs/assets/{Drawer.stories-DNAfMM9D.js → Drawer.stories-Bgvx4k59.js} +1 -1
  130. package/docs/assets/{DrawerContent-CY64oeID.js → DrawerContent-BC_l9IKr.js} +1 -1
  131. package/docs/assets/{DrawerContent.stories-CJRbiAKZ.js → DrawerContent.stories-bd7mDbJc.js} +1 -1
  132. package/docs/assets/{DrawerDivider-B6matEEg.js → DrawerDivider-DuTuIbLz.js} +1 -1
  133. package/docs/assets/{DrawerDivider.stories-DkEGw1YV.js → DrawerDivider.stories-C6fwM_Vr.js} +1 -1
  134. package/docs/assets/{DrawerHeader-kxEGS3hp.js → DrawerHeader-DAlTWdTV.js} +1 -1
  135. package/docs/assets/{DrawerHeader.stories-C696CXDI.js → DrawerHeader.stories-DPx9vaHi.js} +1 -1
  136. package/docs/assets/{DrawerListItem-k3WHGFah.js → DrawerListItem-BQwvRia4.js} +1 -1
  137. package/docs/assets/{DrawerListItem.stories-DUxJpobr.js → DrawerListItem.stories-CHf7nV4C.js} +1 -1
  138. package/docs/assets/{DrawerListItemGroup-B40g16RV.js → DrawerListItemGroup-BTfrsZ_p.js} +1 -1
  139. package/docs/assets/{DrawerListItemGroup.stories-Crms7R86.js → DrawerListItemGroup.stories-Ch1z9OG4.js} +1 -1
  140. package/docs/assets/{DrawerSection-DIeDQFNf.js → DrawerSection-xoALUrNo.js} +1 -1
  141. package/docs/assets/{DrawerSection.stories-DgdmLwYu.js → DrawerSection.stories-B_netySu.js} +1 -1
  142. package/docs/assets/{DrawerTile-OeT5gefI.js → DrawerTile-C64fS4dq.js} +1 -1
  143. package/docs/assets/{DrawerTile.stories-nBKWobdB.js → DrawerTile.stories-CRTdtfFG.js} +1 -1
  144. package/docs/assets/{Dropdown-CR-eIdCF.js → Dropdown-B75bqkCY.js} +1 -1
  145. package/docs/assets/{Dropdown.stories-Caf2EapU.js → Dropdown.stories-CFcPipvl.js} +1 -1
  146. package/docs/assets/{FeatureIcon-B09zj5Bd.js → FeatureIcon-DuHLb2s9.js} +1 -1
  147. package/docs/assets/{FeatureIcon.stories-CGmHfPT3.js → FeatureIcon.stories-D2wXVZJD.js} +1 -1
  148. package/docs/assets/{GroupRichListItem-DEqhXKuF.js → GroupRichListItem-C2S_DIM-.js} +1 -1
  149. package/docs/assets/{GroupRichListItem.stories-y32zxNgh.js → GroupRichListItem.stories-DkFM_Fbq.js} +1 -1
  150. package/docs/assets/Icon-KlrZhBvI.js +761 -0
  151. package/docs/assets/{Icon.stories-CY_HHNiQ.js → Icon.stories-DQC9sgOw.js} +1 -1
  152. package/docs/assets/{IconButton-rhUVXzuc.js → IconButton-BcjUxjB4.js} +1 -1
  153. package/docs/assets/{IconButton.stories-DFB0l3TX.js → IconButton.stories-BHiXRfSV.js} +1 -1
  154. package/docs/assets/{IconText-CKA7x6Oe.js → IconText-CcdweKoG.js} +1 -1
  155. package/docs/assets/{IconText.stories-DI_tSPTu.js → IconText.stories-CAwMj5EE.js} +1 -1
  156. package/docs/assets/{Image-BF_Kx0up.js → Image-B9jnhF_n.js} +1 -1
  157. package/docs/assets/{Image.stories-BXYD86R1.js → Image.stories-DzKTJQnd.js} +1 -1
  158. package/docs/assets/{ItemsList-DxGr2MB5.js → ItemsList-D_riVFX-.js} +1 -1
  159. package/docs/assets/{LoadingBar-BeOPZFzu.js → LoadingBar-C1yAImWt.js} +1 -1
  160. package/docs/assets/{LoadingBar.stories-BJeb9oll.js → LoadingBar.stories-NffcMV2n.js} +1 -1
  161. package/docs/assets/Modal-CgNyRPs8.js +1 -0
  162. package/docs/assets/{Modal.stories-DL5mJmSa.js → Modal.stories-xhgpgD4o.js} +1 -1
  163. package/docs/assets/{ModalDialog-C79kCvIP.js → ModalDialog-B2ORB9vQ.js} +1 -1
  164. package/docs/assets/{ModalDialog.stories-DevcfCkg.js → ModalDialog.stories-DnpSmybQ.js} +1 -1
  165. package/docs/assets/{NumberInCircle-Cqbd2PUf.js → NumberInCircle-CYZFaZ00.js} +1 -1
  166. package/docs/assets/{NumberInCircle.stories--_6-RNlU.js → NumberInCircle.stories-DzdSX4we.js} +1 -1
  167. package/docs/assets/{OutlineDivider-9phD7EaD.js → OutlineDivider-DItdz99b.js} +1 -1
  168. package/docs/assets/{OutlineDivider.stories-LsrVcpfQ.js → OutlineDivider.stories-Cdmgts0G.js} +1 -1
  169. package/docs/assets/{OutlineItem-B0GAacWf.js → OutlineItem-dhEw8EC1.js} +1 -1
  170. package/docs/assets/{OutlineItem.stories-RvYTOp9N.js → OutlineItem.stories-BvYje0yq.js} +1 -1
  171. package/docs/assets/{OutlineSectionHeader-BDh6TrVb.js → OutlineSectionHeader-CtypBCqR.js} +1 -1
  172. package/docs/assets/{OutlineSectionHeader.stories-CPuYAPXa.js → OutlineSectionHeader.stories-CpZUQfTd.js} +1 -1
  173. package/docs/assets/{OverlayHeader--26-GHPy.js → OverlayHeader-51ih8x0c.js} +1 -1
  174. package/docs/assets/{OverlayHeader.stories-BVxhjyuC.js → OverlayHeader.stories-BclXAtEh.js} +1 -1
  175. package/docs/assets/{PageHeader-CwyCLKPQ.js → PageHeader-C5oCP3S2.js} +1 -1
  176. package/docs/assets/{PageHeader.stories-BaavDroe.js → PageHeader.stories-hH9p_VSN.js} +1 -1
  177. package/docs/assets/{Pagination-XlcLXTgM.js → Pagination-B2HzTrD0.js} +1 -1
  178. package/docs/assets/{Pagination.stories-CGBJ2Sad.js → Pagination.stories-DwS53dgq.js} +1 -1
  179. package/docs/assets/{PopOver-CQVq9c4Z.js → PopOver-xznuUBtF.js} +1 -1
  180. package/docs/assets/{PopOver.stories-g1F8AUJI.js → PopOver.stories-DC1Fdmyd.js} +1 -1
  181. package/docs/assets/{ProgressBar-3iykKXJT.js → ProgressBar-Dw-iWAra.js} +1 -1
  182. package/docs/assets/{ProgressBar.stories-BV7Hhjoe.js → ProgressBar.stories-BBkwbwJC.js} +1 -1
  183. package/docs/assets/{ProgressDonutChart-6EInE7M5.js → ProgressDonutChart-BzpDf_D1.js} +1 -1
  184. package/docs/assets/{ProgressDonutChart.stories-C_u9MjFX.js → ProgressDonutChart.stories-g0thnFjo.js} +1 -1
  185. package/docs/assets/{RadioButton-zouOWpRs.js → RadioButton-D-73BAcy.js} +1 -1
  186. package/docs/assets/{RadioButton.stories-pnmyqoJH.js → RadioButton.stories-DJssblKO.js} +1 -1
  187. package/docs/assets/{RichListItem.stories-B_DlwcQo.js → RichListItem.stories-Dh3jAgkT.js} +2 -2
  188. package/docs/assets/{SectionHeader-C2Y0CGjY.js → SectionHeader-C9tfdV94.js} +1 -1
  189. package/docs/assets/{SectionHeader.stories-B0gOYosA.js → SectionHeader.stories-CkVrEY1u.js} +1 -1
  190. package/docs/assets/{SectionTitle-B1v2FcuB.js → SectionTitle-BQZh7aFs.js} +1 -1
  191. package/docs/assets/{SectionTitle.stories-BogJgzAG.js → SectionTitle.stories-BLNC5wZK.js} +1 -1
  192. package/docs/assets/{SelectList-CiuxFUk4.js → SelectList-T6eJOYPv.js} +1 -1
  193. package/docs/assets/{SelectList.stories-DX-fFMoD.js → SelectList.stories-C-8KXQaF.js} +1 -1
  194. package/docs/assets/{SelectListItem-BU_U7IZs.js → SelectListItem-KRL8q6Iz.js} +1 -1
  195. package/docs/assets/{SelectListItem.stories-Dy3EXPN_.js → SelectListItem.stories-Bp_rq-Eh.js} +1 -1
  196. package/docs/assets/{SelectListItemDivider-CIueguWt.js → SelectListItemDivider-CTuILyj9.js} +1 -1
  197. package/docs/assets/{SelectListItemDivider.stories-CYkoQqyL.js → SelectListItemDivider.stories-CyW1-Pe_.js} +1 -1
  198. package/docs/assets/{SelectListItemTile-ohFw-wM4.js → SelectListItemTile-I9x6zsKM.js} +1 -1
  199. package/docs/assets/{SelectListItemTile.stories-BRCqpIYj.js → SelectListItemTile.stories-B8bcoXQ8.js} +1 -1
  200. package/docs/assets/{SelectListItemToggle-C1VDDxAm.js → SelectListItemToggle-BKr25N9H.js} +1 -1
  201. package/docs/assets/{SelectListItemToggle.stories-d_Sto0ry.js → SelectListItemToggle.stories-BxE4M_-B.js} +1 -1
  202. package/docs/assets/{SelectListSectionTitle-DBd3RwED.js → SelectListSectionTitle-BOCjrVHo.js} +1 -1
  203. package/docs/assets/{SelectListSectionTitle.stories-BrIWdRit.js → SelectListSectionTitle.stories-8h3E7qrw.js} +1 -1
  204. package/docs/assets/{SelectionControl-DEv8iTfR.js → SelectionControl-CxsRDZ81.js} +1 -1
  205. package/docs/assets/{SelectionTile-CjfV3f7H.js → SelectionTile-A8HfI_-S.js} +2 -2
  206. package/docs/assets/{SelectionTile.stories-PT6dhdE2.js → SelectionTile.stories-CG4N75Mo.js} +1 -1
  207. package/docs/assets/{Skeleton-Budxm1Jq.js → Skeleton-DMxKKJ0Z.js} +1 -1
  208. package/docs/assets/{Skeleton.stories-C5oyivEw.js → Skeleton.stories-BHWr0cDF.js} +1 -1
  209. package/docs/assets/{SurveyQuestionOpenEnded-7vjfdqDE.js → SurveyQuestionOpenEnded-BqVHeqqP.js} +1 -1
  210. package/docs/assets/{SurveyQuestionOpenEnded.stories-DOs_GSRG.js → SurveyQuestionOpenEnded.stories-ahMVN6RR.js} +1 -1
  211. package/docs/assets/{SurveyQuestionScale-OhARHAbk.js → SurveyQuestionScale--V40kshK.js} +1 -1
  212. package/docs/assets/{SurveyQuestionScale.stories-Bi7NxxtA.js → SurveyQuestionScale.stories-OzvwLBWr.js} +1 -1
  213. package/docs/assets/{SurveyToggle-CyohUVKo.js → SurveyToggle-CPoPpkRt.js} +1 -1
  214. package/docs/assets/{SurveyToggle.stories-ghYQJDpX.js → SurveyToggle.stories-63IVdw_s.js} +1 -1
  215. package/docs/assets/{Switch-BtYFtHgw.js → Switch-8KDmrBx0.js} +1 -1
  216. package/docs/assets/{Switch.stories-DmNV0lil.js → Switch.stories-CLRVfXje.js} +1 -1
  217. package/docs/assets/{TabItem-GC7LQNvp.js → TabItem-DMeZl877.js} +1 -1
  218. package/docs/assets/{TabItem.stories-DbiRd9vV.js → TabItem.stories-bpoM2LnI.js} +1 -1
  219. package/docs/assets/{TextGroup-lwPvABi6.js → TextGroup-D5le3QVY.js} +1 -1
  220. package/docs/assets/{TextGroup.stories-CnojKPTw.js → TextGroup.stories-soggouxN.js} +1 -1
  221. package/docs/assets/{ThreeColumnLayout-BR3bkVIs.js → ThreeColumnLayout-CFf8NRwP.js} +1 -1
  222. package/docs/assets/{ThreeColumnLayout.stories-V4L7zdf_.js → ThreeColumnLayout.stories-tcn5IlfD.js} +1 -1
  223. package/docs/assets/{Tile-DjRk5xHI.js → Tile-DXlbtMBZ.js} +1 -1
  224. package/docs/assets/{Tile.sb.shared-Dt0Nhl_4.js → Tile.sb.shared-BRv2J5BO.js} +1 -1
  225. package/docs/assets/{Tile.stories-lM4we8lW.js → Tile.stories-C2CVBJs4.js} +1 -1
  226. package/docs/assets/{Toast-Dgoj-mgi.js → Toast-DyyWQQxM.js} +1 -1
  227. package/docs/assets/{Toast.stories-BxXNn_Nb.js → Toast.stories-Bv9gyrsa.js} +1 -1
  228. package/docs/assets/{ToggleButton-APZXu2t7.js → ToggleButton-C_ZU_6g5.js} +1 -1
  229. package/docs/assets/{ToggleButton.stories-DO-p6P3s.js → ToggleButton.stories-DLfjOSpj.js} +1 -1
  230. package/docs/assets/{Tooltip-Cni6OHo9.js → Tooltip-DB8acOEc.js} +1 -1
  231. package/docs/assets/{Tooltip.stories-C3h4ABpf.js → Tooltip.stories-DTDTTjA0.js} +1 -1
  232. package/docs/assets/{TypographyTokensLms.stories-PrEmdBHF.js → TypographyTokensLms.stories-DW3gBdun.js} +1 -1
  233. package/docs/assets/{TypographyVariables.stories-CP8aNZmQ.js → TypographyVariables.stories-FmiXmx2m.js} +1 -1
  234. package/docs/assets/{Well-DSgC9yDa.js → Well-Chn1RK_x.js} +1 -1
  235. package/docs/assets/{Well.stories-02Hpe7cX.js → Well.stories-D3_25hWV.js} +1 -1
  236. package/docs/assets/entry-preview-C1JfRNcy.js +1 -0
  237. package/docs/assets/{entry-preview-docs-b1BM2N0G.js → entry-preview-docs-CLZ3bGGX.js} +1 -1
  238. package/docs/assets/{iframe-OBly2w25.js → iframe-PlXRfjR9.js} +4 -3
  239. package/docs/assets/{index-DRNPKjaN.js → index-DGocbclh.js} +1 -1
  240. package/docs/assets/{index-BX4u4pqi.js → index-Dwdn4P5V.js} +1 -1
  241. package/docs/assets/preview-19u1OjCM.js +64 -0
  242. package/docs/assets/{preview-BA4xsxRI.js → preview-BqTxE9pa.js} +2 -2
  243. package/docs/assets/string-CXbuceC1.js +1 -0
  244. package/docs/assets/{vue-popper-CpfGMX4Q.js → vue-popper-DQfdblyw.js} +1 -1
  245. package/docs/assets/{vue.esm-bundler-CWlcb7ht.js → vue.esm-bundler-DmkhfO_9.js} +1 -1
  246. package/docs/iframe.html +1 -1
  247. package/docs/index.json +1 -1
  248. package/docs/project.json +1 -1
  249. package/lib/images/icons/change.svg +1 -0
  250. package/lib/js/components/Avatar/Avatar.consts.ts +10 -0
  251. package/lib/js/components/Avatar/Avatar.spec.ts +133 -0
  252. package/lib/js/components/Avatar/Avatar.stories.ts +91 -0
  253. package/lib/js/components/Avatar/Avatar.vue +178 -0
  254. package/lib/js/components/Avatar/index.ts +4 -0
  255. package/lib/js/components/Icons/Icon/Icon.consts.ts +6 -4
  256. package/lib/js/components/Modals/Modal/Modal.vue +2 -2
  257. package/lib/js/icons/fontawesome.ts +2 -0
  258. package/lib/js/index.ts +2 -0
  259. package/package.json +4 -3
  260. package/docs/assets/Icon-ChGia3n4.js +0 -761
  261. package/docs/assets/Modal-xys3UXAy.js +0 -1
  262. package/docs/assets/entry-preview-Dzwhc6UB.js +0 -1
  263. package/docs/assets/preview-ByrBU2E6.js +0 -64
  264. package/docs/assets/string-BIzBNuWk.js +0 -1
@@ -1,14 +1,55 @@
1
- declare const _default: import('vue').DefineComponent<{}, {}, {
1
+ import { ICON_BUTTON_COLORS } from '../../Buttons/IconButton';
2
+ import { BUTTON_TYPES } from '../../Buttons/Button';
3
+ import { SurveyQuestionScaleOption } from '../SurveyQuestion.domain';
4
+
5
+ declare const _default: import('vue').DefineComponent<import('vue').ExtractPropTypes<{
6
+ title: {
7
+ type: StringConstructor;
8
+ required: true;
9
+ };
10
+ state: {
11
+ type: StringConstructor;
12
+ default: "default";
13
+ validator(state: unknown): boolean;
14
+ };
15
+ scaleOptions: {
16
+ type: () => Array<SurveyQuestionScaleOption>;
17
+ required: true;
18
+ validator(scaleOptions: unknown): any;
19
+ };
20
+ elaborationLabel: {
21
+ type: StringConstructor;
22
+ default: null;
23
+ };
24
+ elaborationValue: {
25
+ type: StringConstructor;
26
+ required: true;
27
+ };
28
+ placeholder: {
29
+ type: StringConstructor;
30
+ default: string;
31
+ };
32
+ selectedValue: {
33
+ type: StringConstructor;
34
+ default: null;
35
+ };
36
+ containers: {
37
+ type: StringConstructor;
38
+ default: "two";
39
+ validator(containers: unknown): boolean;
40
+ };
41
+ }>, {}, {
2
42
  showModal: boolean;
3
43
  inputId: string;
4
44
  ICONS: Readonly<{
5
- readonly HEAD_WITH_QUESTION_MARK: VueConstructor<Vue>;
6
- readonly RIBBON: VueConstructor<Vue>;
7
- readonly SLIDERS_SEARCH: VueConstructor<Vue>;
8
- readonly COMMENTS_CHECK: VueConstructor<Vue>;
9
45
  readonly ANSWERS: VueConstructor<Vue>;
46
+ readonly CHANGE: VueConstructor<Vue>;
47
+ readonly COMMENTS_CHECK: VueConstructor<Vue>;
48
+ readonly HEAD_WITH_QUESTION_MARK: VueConstructor<Vue>;
10
49
  readonly HIDE_ANSWERS: VueConstructor<Vue>;
50
+ readonly RIBBON: VueConstructor<Vue>;
11
51
  readonly SIDEBAR_FLIP_SOLID: VueConstructor<Vue>;
52
+ readonly SLIDERS_SEARCH: VueConstructor<Vue>;
12
53
  readonly FA_ADDRESS_CARD: import('@fortawesome/fontawesome-common-types').IconDefinition;
13
54
  readonly FA_ANGLE_DOWN: import('@fortawesome/fontawesome-common-types').IconDefinition;
14
55
  readonly FA_ANGLE_LEFT: import('@fortawesome/fontawesome-common-types').IconDefinition;
@@ -200,6 +241,7 @@ declare const _default: import('vue').DefineComponent<{}, {}, {
200
241
  readonly FA_UNLOCK_KEYHOLE: import('@fortawesome/fontawesome-common-types').IconDefinition;
201
242
  readonly FA_UPLOAD: import('@fortawesome/fontawesome-common-types').IconDefinition;
202
243
  readonly FA_USER: import('@fortawesome/fontawesome-common-types').IconDefinition;
244
+ readonly FA_USER_GEAR: import('@fortawesome/fontawesome-common-types').IconDefinition;
203
245
  readonly FA_USER_DOCTOR_SOLID: import('@fortawesome/fontawesome-common-types').IconDefinition;
204
246
  readonly FA_VIDEO_SOLID: import('@fortawesome/fontawesome-common-types').IconDefinition;
205
247
  readonly FA_VOLUME_HIGH_SOLID: import('@fortawesome/fontawesome-common-types').IconDefinition;
@@ -259,7 +301,43 @@ declare const _default: import('vue').DefineComponent<{}, {}, {
259
301
  standaloneOptions(): any;
260
302
  }, {
261
303
  onToggleClick(value: string): void;
262
- }, import('vue').ComponentOptionsMixin, import('vue').ComponentOptionsMixin, ("elaboration-change" | "select-change")[], "elaboration-change" | "select-change", import('vue').PublicProps, Readonly<{}> & Readonly<{
304
+ }, import('vue').ComponentOptionsMixin, import('vue').ComponentOptionsMixin, ("elaboration-change" | "select-change")[], "elaboration-change" | "select-change", import('vue').PublicProps, Readonly<import('vue').ExtractPropTypes<{
305
+ title: {
306
+ type: StringConstructor;
307
+ required: true;
308
+ };
309
+ state: {
310
+ type: StringConstructor;
311
+ default: "default";
312
+ validator(state: unknown): boolean;
313
+ };
314
+ scaleOptions: {
315
+ type: () => Array<SurveyQuestionScaleOption>;
316
+ required: true;
317
+ validator(scaleOptions: unknown): any;
318
+ };
319
+ elaborationLabel: {
320
+ type: StringConstructor;
321
+ default: null;
322
+ };
323
+ elaborationValue: {
324
+ type: StringConstructor;
325
+ required: true;
326
+ };
327
+ placeholder: {
328
+ type: StringConstructor;
329
+ default: string;
330
+ };
331
+ selectedValue: {
332
+ type: StringConstructor;
333
+ default: null;
334
+ };
335
+ containers: {
336
+ type: StringConstructor;
337
+ default: "two";
338
+ validator(containers: unknown): boolean;
339
+ };
340
+ }>> & Readonly<{
263
341
  "onElaboration-change"?: ((...args: any[]) => any) | undefined;
264
342
  "onSelect-change"?: ((...args: any[]) => any) | undefined;
265
343
  }>, {
@@ -317,15 +395,15 @@ declare const _default: import('vue').DefineComponent<{}, {}, {
317
395
  default: boolean;
318
396
  };
319
397
  borderPosition: {
320
- type: import('vue').PropType<string>;
398
+ type: import('vue').PropType<import('../../Cards/Card/Card.consts').CardBorderPositions>;
321
399
  default: string;
322
400
  };
323
401
  borderSize: {
324
- type: import('vue').PropType<string>;
402
+ type: import('vue').PropType<import('../../Cards/Card/Card.consts').CardBorderSizes>;
325
403
  default: string;
326
404
  };
327
405
  borderColor: {
328
- type: import('vue').PropType<string>;
406
+ type: import('vue').PropType<import('../../Cards/Card/Card.consts').CardBorderColors>;
329
407
  default: string;
330
408
  };
331
409
  hasLoadingBar: {
@@ -333,7 +411,7 @@ declare const _default: import('vue').DefineComponent<{}, {}, {
333
411
  default: boolean;
334
412
  };
335
413
  loadingBarColor: {
336
- type: import('vue').PropType<string>;
414
+ type: import('vue').PropType<import('../../LoadingBar').LoadingBarColors>;
337
415
  default: string;
338
416
  };
339
417
  loadingBarTime: {
@@ -359,15 +437,15 @@ declare const _default: import('vue').DefineComponent<{}, {}, {
359
437
  default: boolean;
360
438
  };
361
439
  borderPosition: {
362
- type: import('vue').PropType<string>;
440
+ type: import('vue').PropType<import('../../Cards/Card/Card.consts').CardBorderPositions>;
363
441
  default: string;
364
442
  };
365
443
  borderSize: {
366
- type: import('vue').PropType<string>;
444
+ type: import('vue').PropType<import('../../Cards/Card/Card.consts').CardBorderSizes>;
367
445
  default: string;
368
446
  };
369
447
  borderColor: {
370
- type: import('vue').PropType<string>;
448
+ type: import('vue').PropType<import('../../Cards/Card/Card.consts').CardBorderColors>;
371
449
  default: string;
372
450
  };
373
451
  hasLoadingBar: {
@@ -375,7 +453,7 @@ declare const _default: import('vue').DefineComponent<{}, {}, {
375
453
  default: boolean;
376
454
  };
377
455
  loadingBarColor: {
378
- type: import('vue').PropType<string>;
456
+ type: import('vue').PropType<import('../../LoadingBar').LoadingBarColors>;
379
457
  default: string;
380
458
  };
381
459
  loadingBarTime: {
@@ -438,11 +516,11 @@ declare const _default: import('vue').DefineComponent<{}, {}, {
438
516
  }, {}, {}, {}, string, import('vue').ComponentProvideOptions, true, {}, any>;
439
517
  DsLoadingBar: import('vue').DefineComponent<import('vue').ExtractPropTypes<{
440
518
  color: {
441
- type: import('vue').PropType<string>;
519
+ type: import('vue').PropType<import('../../LoadingBar').LoadingBarColors>;
442
520
  default: string;
443
521
  };
444
522
  size: {
445
- type: import('vue').PropType<string>;
523
+ type: import('vue').PropType<import('../../LoadingBar').LoadingBarSizes>;
446
524
  default: string;
447
525
  };
448
526
  time: {
@@ -460,11 +538,11 @@ declare const _default: import('vue').DefineComponent<{}, {}, {
460
538
  };
461
539
  }, {}, import('vue').ComponentOptionsMixin, import('vue').ComponentOptionsMixin, {}, string, import('vue').PublicProps, Readonly<import('vue').ExtractPropTypes<{
462
540
  color: {
463
- type: import('vue').PropType<string>;
541
+ type: import('vue').PropType<import('../../LoadingBar').LoadingBarColors>;
464
542
  default: string;
465
543
  };
466
544
  size: {
467
- type: import('vue').PropType<string>;
545
+ type: import('vue').PropType<import('../../LoadingBar').LoadingBarSizes>;
468
546
  default: string;
469
547
  };
470
548
  time: {
@@ -476,21 +554,67 @@ declare const _default: import('vue').DefineComponent<{}, {}, {
476
554
  color: string;
477
555
  }, {}, {}, {}, string, import('vue').ComponentProvideOptions, true, {}, any>;
478
556
  }, {}, string, import('vue').ComponentProvideOptions, true, {}, any>;
479
- IconButton: import('vue').DefineComponent<{}, {
480
- isHovered: import('vue').Ref<boolean, boolean>;
557
+ IconButton: import('vue').DefineComponent<import('vue').ExtractPropTypes<{
558
+ size: {
559
+ type: StringConstructor;
560
+ default: "large";
561
+ validator(value: unknown): boolean;
562
+ };
563
+ radius: {
564
+ type: StringConstructor;
565
+ default: "capsule";
566
+ validator(value: unknown): boolean;
567
+ };
568
+ type: {
569
+ type: StringConstructor;
570
+ default: "icon-only";
571
+ validator(value: unknown): boolean;
572
+ };
573
+ icon: {
574
+ type: ObjectConstructor;
575
+ required: true;
576
+ validator(icon: unknown): boolean;
577
+ };
578
+ color: {
579
+ type: StringConstructor;
580
+ default: "primary";
581
+ validator(value: unknown): boolean;
582
+ };
583
+ colorScheme: {
584
+ type: StringConstructor;
585
+ default: "all-in-color";
586
+ validator(value: unknown): boolean;
587
+ };
588
+ elevation: {
589
+ type: StringConstructor;
590
+ default: "none";
591
+ validator(value: unknown): boolean;
592
+ };
593
+ touchable: {
594
+ type: BooleanConstructor;
595
+ default: boolean;
596
+ };
597
+ state: {
598
+ type: StringConstructor;
599
+ default: "default";
600
+ validator(value: import('../../../utils/type.utils').Value<typeof import('../../Buttons/IconButton').ICON_BUTTON_STATES>): boolean;
601
+ };
602
+ }>, {
603
+ isHovered: import('vue').Ref<boolean>;
481
604
  mouseOver: () => void;
482
605
  mouseLeave: () => void;
483
606
  touchStart: () => void;
484
607
  touchEnd: () => void;
485
608
  }, {
486
609
  ICONS: Readonly<{
487
- readonly HEAD_WITH_QUESTION_MARK: VueConstructor<Vue>;
488
- readonly RIBBON: VueConstructor<Vue>;
489
- readonly SLIDERS_SEARCH: VueConstructor<Vue>;
490
- readonly COMMENTS_CHECK: VueConstructor<Vue>;
491
610
  readonly ANSWERS: VueConstructor<Vue>;
611
+ readonly CHANGE: VueConstructor<Vue>;
612
+ readonly COMMENTS_CHECK: VueConstructor<Vue>;
613
+ readonly HEAD_WITH_QUESTION_MARK: VueConstructor<Vue>;
492
614
  readonly HIDE_ANSWERS: VueConstructor<Vue>;
615
+ readonly RIBBON: VueConstructor<Vue>;
493
616
  readonly SIDEBAR_FLIP_SOLID: VueConstructor<Vue>;
617
+ readonly SLIDERS_SEARCH: VueConstructor<Vue>;
494
618
  readonly FA_ADDRESS_CARD: import('@fortawesome/fontawesome-common-types').IconDefinition;
495
619
  readonly FA_ANGLE_DOWN: import('@fortawesome/fontawesome-common-types').IconDefinition;
496
620
  readonly FA_ANGLE_LEFT: import('@fortawesome/fontawesome-common-types').IconDefinition;
@@ -682,6 +806,7 @@ declare const _default: import('vue').DefineComponent<{}, {}, {
682
806
  readonly FA_UNLOCK_KEYHOLE: import('@fortawesome/fontawesome-common-types').IconDefinition;
683
807
  readonly FA_UPLOAD: import('@fortawesome/fontawesome-common-types').IconDefinition;
684
808
  readonly FA_USER: import('@fortawesome/fontawesome-common-types').IconDefinition;
809
+ readonly FA_USER_GEAR: import('@fortawesome/fontawesome-common-types').IconDefinition;
685
810
  readonly FA_USER_DOCTOR_SOLID: import('@fortawesome/fontawesome-common-types').IconDefinition;
686
811
  readonly FA_VIDEO_SOLID: import('@fortawesome/fontawesome-common-types').IconDefinition;
687
812
  readonly FA_VOLUME_HIGH_SOLID: import('@fortawesome/fontawesome-common-types').IconDefinition;
@@ -747,7 +872,52 @@ declare const _default: import('vue').DefineComponent<{}, {}, {
747
872
  computedColor(): string | null;
748
873
  isButtonColor(): boolean;
749
874
  colorClassName(): string;
750
- }, {}, import('vue').ComponentOptionsMixin, import('vue').ComponentOptionsMixin, {}, string, import('vue').PublicProps, Readonly<{}> & Readonly<{}>, {
875
+ }, {}, import('vue').ComponentOptionsMixin, import('vue').ComponentOptionsMixin, {}, string, import('vue').PublicProps, Readonly<import('vue').ExtractPropTypes<{
876
+ size: {
877
+ type: StringConstructor;
878
+ default: "large";
879
+ validator(value: unknown): boolean;
880
+ };
881
+ radius: {
882
+ type: StringConstructor;
883
+ default: "capsule";
884
+ validator(value: unknown): boolean;
885
+ };
886
+ type: {
887
+ type: StringConstructor;
888
+ default: "icon-only";
889
+ validator(value: unknown): boolean;
890
+ };
891
+ icon: {
892
+ type: ObjectConstructor;
893
+ required: true;
894
+ validator(icon: unknown): boolean;
895
+ };
896
+ color: {
897
+ type: StringConstructor;
898
+ default: "primary";
899
+ validator(value: unknown): boolean;
900
+ };
901
+ colorScheme: {
902
+ type: StringConstructor;
903
+ default: "all-in-color";
904
+ validator(value: unknown): boolean;
905
+ };
906
+ elevation: {
907
+ type: StringConstructor;
908
+ default: "none";
909
+ validator(value: unknown): boolean;
910
+ };
911
+ touchable: {
912
+ type: BooleanConstructor;
913
+ default: boolean;
914
+ };
915
+ state: {
916
+ type: StringConstructor;
917
+ default: "default";
918
+ validator(value: import('../../../utils/type.utils').Value<typeof import('../../Buttons/IconButton').ICON_BUTTON_STATES>): boolean;
919
+ };
920
+ }>> & Readonly<{}>, {
751
921
  size: string;
752
922
  type: string;
753
923
  touchable: boolean;
@@ -826,24 +996,66 @@ declare const _default: import('vue').DefineComponent<{}, {}, {
826
996
  default: boolean;
827
997
  };
828
998
  }>> & Readonly<{}>, {
829
- rotation: number;
830
999
  size: string;
1000
+ rotation: number;
831
1001
  flippedVertical: boolean;
832
1002
  flippedHorizontal: boolean;
833
1003
  touchable: boolean;
834
1004
  spinning: boolean;
835
1005
  }, {}, {
836
- 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>;
1006
+ FontAwesomeIcon: import('vue').DefineComponent<import('@fortawesome/vue-fontawesome').FontAwesomeIconProps>;
837
1007
  }, {}, string, import('vue').ComponentProvideOptions, true, {}, any>;
838
- WnlButton: import('vue').DefineComponent<{}, {}, {
1008
+ WnlButton: import('vue').DefineComponent<import('vue').ExtractPropTypes<{
1009
+ size: {
1010
+ type: StringConstructor;
1011
+ default: "medium";
1012
+ validator(value: import('../../../utils/type.utils').Value<typeof import('../../Buttons/Button').BUTTON_SIZES>): boolean;
1013
+ };
1014
+ type: {
1015
+ type: StringConstructor;
1016
+ default: "filled";
1017
+ validator(value: import('../../../utils/type.utils').Value<typeof BUTTON_TYPES>): boolean;
1018
+ };
1019
+ color: {
1020
+ type: StringConstructor;
1021
+ default: "primary";
1022
+ validator(value: import('../../../utils/type.utils').Value<typeof ICON_BUTTON_COLORS>): boolean;
1023
+ };
1024
+ radius: {
1025
+ type: StringConstructor;
1026
+ default: "capsule";
1027
+ validator(value: import('../../../utils/type.utils').Value<typeof import('../../Buttons/Button').BUTTON_RADIUSES>): boolean;
1028
+ };
1029
+ state: {
1030
+ type: StringConstructor;
1031
+ default: "default";
1032
+ validator(value: import('../../../utils/type.utils').Value<typeof import('../../Buttons/Button').BUTTON_STATES>): boolean;
1033
+ };
1034
+ iconLeft: {
1035
+ type: ObjectConstructor;
1036
+ default: null;
1037
+ validator(icon: unknown): boolean;
1038
+ };
1039
+ iconRight: {
1040
+ type: ObjectConstructor;
1041
+ default: null;
1042
+ validator(icon: unknown): boolean;
1043
+ };
1044
+ elevation: {
1045
+ type: StringConstructor;
1046
+ default: "none";
1047
+ validator(value: import('../../../utils/type.utils').Value<typeof import('../../Buttons/Button').BUTTON_ELEVATIONS>): boolean;
1048
+ };
1049
+ }>, {}, {
839
1050
  ICONS: Readonly<{
840
- readonly HEAD_WITH_QUESTION_MARK: VueConstructor<Vue>;
841
- readonly RIBBON: VueConstructor<Vue>;
842
- readonly SLIDERS_SEARCH: VueConstructor<Vue>;
843
- readonly COMMENTS_CHECK: VueConstructor<Vue>;
844
1051
  readonly ANSWERS: VueConstructor<Vue>;
1052
+ readonly CHANGE: VueConstructor<Vue>;
1053
+ readonly COMMENTS_CHECK: VueConstructor<Vue>;
1054
+ readonly HEAD_WITH_QUESTION_MARK: VueConstructor<Vue>;
845
1055
  readonly HIDE_ANSWERS: VueConstructor<Vue>;
1056
+ readonly RIBBON: VueConstructor<Vue>;
846
1057
  readonly SIDEBAR_FLIP_SOLID: VueConstructor<Vue>;
1058
+ readonly SLIDERS_SEARCH: VueConstructor<Vue>;
847
1059
  readonly FA_ADDRESS_CARD: import('@fortawesome/fontawesome-common-types').IconDefinition;
848
1060
  readonly FA_ANGLE_DOWN: import('@fortawesome/fontawesome-common-types').IconDefinition;
849
1061
  readonly FA_ANGLE_LEFT: import('@fortawesome/fontawesome-common-types').IconDefinition;
@@ -1035,6 +1247,7 @@ declare const _default: import('vue').DefineComponent<{}, {}, {
1035
1247
  readonly FA_UNLOCK_KEYHOLE: import('@fortawesome/fontawesome-common-types').IconDefinition;
1036
1248
  readonly FA_UPLOAD: import('@fortawesome/fontawesome-common-types').IconDefinition;
1037
1249
  readonly FA_USER: import('@fortawesome/fontawesome-common-types').IconDefinition;
1250
+ readonly FA_USER_GEAR: import('@fortawesome/fontawesome-common-types').IconDefinition;
1038
1251
  readonly FA_USER_DOCTOR_SOLID: import('@fortawesome/fontawesome-common-types').IconDefinition;
1039
1252
  readonly FA_VIDEO_SOLID: import('@fortawesome/fontawesome-common-types').IconDefinition;
1040
1253
  readonly FA_VOLUME_HIGH_SOLID: import('@fortawesome/fontawesome-common-types').IconDefinition;
@@ -1090,7 +1303,48 @@ declare const _default: import('vue').DefineComponent<{}, {}, {
1090
1303
  iconSize(): string;
1091
1304
  colorClassName(): string;
1092
1305
  loadingIconSize(): string;
1093
- }, {}, import('vue').ComponentOptionsMixin, import('vue').ComponentOptionsMixin, {}, string, import('vue').PublicProps, Readonly<{}> & Readonly<{}>, {
1306
+ }, {}, import('vue').ComponentOptionsMixin, import('vue').ComponentOptionsMixin, {}, string, import('vue').PublicProps, Readonly<import('vue').ExtractPropTypes<{
1307
+ size: {
1308
+ type: StringConstructor;
1309
+ default: "medium";
1310
+ validator(value: import('../../../utils/type.utils').Value<typeof import('../../Buttons/Button').BUTTON_SIZES>): boolean;
1311
+ };
1312
+ type: {
1313
+ type: StringConstructor;
1314
+ default: "filled";
1315
+ validator(value: import('../../../utils/type.utils').Value<typeof BUTTON_TYPES>): boolean;
1316
+ };
1317
+ color: {
1318
+ type: StringConstructor;
1319
+ default: "primary";
1320
+ validator(value: import('../../../utils/type.utils').Value<typeof ICON_BUTTON_COLORS>): boolean;
1321
+ };
1322
+ radius: {
1323
+ type: StringConstructor;
1324
+ default: "capsule";
1325
+ validator(value: import('../../../utils/type.utils').Value<typeof import('../../Buttons/Button').BUTTON_RADIUSES>): boolean;
1326
+ };
1327
+ state: {
1328
+ type: StringConstructor;
1329
+ default: "default";
1330
+ validator(value: import('../../../utils/type.utils').Value<typeof import('../../Buttons/Button').BUTTON_STATES>): boolean;
1331
+ };
1332
+ iconLeft: {
1333
+ type: ObjectConstructor;
1334
+ default: null;
1335
+ validator(icon: unknown): boolean;
1336
+ };
1337
+ iconRight: {
1338
+ type: ObjectConstructor;
1339
+ default: null;
1340
+ validator(icon: unknown): boolean;
1341
+ };
1342
+ elevation: {
1343
+ type: StringConstructor;
1344
+ default: "none";
1345
+ validator(value: import('../../../utils/type.utils').Value<typeof import('../../Buttons/Button').BUTTON_ELEVATIONS>): boolean;
1346
+ };
1347
+ }>> & Readonly<{}>, {
1094
1348
  size: string;
1095
1349
  type: string;
1096
1350
  color: string;
@@ -1169,18 +1423,47 @@ declare const _default: import('vue').DefineComponent<{}, {}, {
1169
1423
  default: boolean;
1170
1424
  };
1171
1425
  }>> & Readonly<{}>, {
1172
- rotation: number;
1173
1426
  size: string;
1427
+ rotation: number;
1174
1428
  flippedVertical: boolean;
1175
1429
  flippedHorizontal: boolean;
1176
1430
  touchable: boolean;
1177
1431
  spinning: boolean;
1178
1432
  }, {}, {
1179
- 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>;
1433
+ FontAwesomeIcon: import('vue').DefineComponent<import('@fortawesome/vue-fontawesome').FontAwesomeIconProps>;
1180
1434
  }, {}, string, import('vue').ComponentProvideOptions, true, {}, any>;
1181
1435
  }, {}, string, import('vue').ComponentProvideOptions, true, {}, any>;
1182
1436
  }, {}, string, import('vue').ComponentProvideOptions, true, {}, any>;
1183
- SurveyToggle: import('vue').DefineComponent<{}, {}, {
1437
+ SurveyToggle: import('vue').DefineComponent<import('vue').ExtractPropTypes<{
1438
+ label: {
1439
+ type: StringConstructor;
1440
+ default: null;
1441
+ };
1442
+ contentText: {
1443
+ type: StringConstructor;
1444
+ default: null;
1445
+ };
1446
+ meaning: {
1447
+ type: StringConstructor;
1448
+ default: "primary";
1449
+ validator(meaning: unknown): boolean;
1450
+ };
1451
+ status: {
1452
+ type: StringConstructor;
1453
+ default: "default";
1454
+ validator(status: unknown): boolean;
1455
+ };
1456
+ state: {
1457
+ type: StringConstructor;
1458
+ default: "default";
1459
+ validator(state: unknown): boolean;
1460
+ };
1461
+ selectedIcon: {
1462
+ type: ObjectConstructor;
1463
+ default(): import('@fortawesome/fontawesome-common-types').IconDefinition;
1464
+ validator(selectedIcon: unknown): boolean;
1465
+ };
1466
+ }>, {}, {
1184
1467
  hovered: boolean;
1185
1468
  ICON_SIZES: Readonly<{
1186
1469
  XXX_SMALL: string;
@@ -1211,7 +1494,36 @@ declare const _default: import('vue').DefineComponent<{}, {}, {
1211
1494
  isNeutral(): boolean;
1212
1495
  isNeutralSelected(): boolean;
1213
1496
  isHoveredState(): any;
1214
- }, {}, import('vue').ComponentOptionsMixin, import('vue').ComponentOptionsMixin, {}, string, import('vue').PublicProps, Readonly<{}> & Readonly<{}>, {
1497
+ }, {}, import('vue').ComponentOptionsMixin, import('vue').ComponentOptionsMixin, {}, string, import('vue').PublicProps, Readonly<import('vue').ExtractPropTypes<{
1498
+ label: {
1499
+ type: StringConstructor;
1500
+ default: null;
1501
+ };
1502
+ contentText: {
1503
+ type: StringConstructor;
1504
+ default: null;
1505
+ };
1506
+ meaning: {
1507
+ type: StringConstructor;
1508
+ default: "primary";
1509
+ validator(meaning: unknown): boolean;
1510
+ };
1511
+ status: {
1512
+ type: StringConstructor;
1513
+ default: "default";
1514
+ validator(status: unknown): boolean;
1515
+ };
1516
+ state: {
1517
+ type: StringConstructor;
1518
+ default: "default";
1519
+ validator(state: unknown): boolean;
1520
+ };
1521
+ selectedIcon: {
1522
+ type: ObjectConstructor;
1523
+ default(): import('@fortawesome/fontawesome-common-types').IconDefinition;
1524
+ validator(selectedIcon: unknown): boolean;
1525
+ };
1526
+ }>> & Readonly<{}>, {
1215
1527
  label: string;
1216
1528
  state: string;
1217
1529
  selectedIcon: Record<string, any>;
@@ -1288,14 +1600,14 @@ declare const _default: import('vue').DefineComponent<{}, {}, {
1288
1600
  default: boolean;
1289
1601
  };
1290
1602
  }>> & Readonly<{}>, {
1291
- rotation: number;
1292
1603
  size: string;
1604
+ rotation: number;
1293
1605
  flippedVertical: boolean;
1294
1606
  flippedHorizontal: boolean;
1295
1607
  touchable: boolean;
1296
1608
  spinning: boolean;
1297
1609
  }, {}, {
1298
- 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>;
1610
+ FontAwesomeIcon: import('vue').DefineComponent<import('@fortawesome/vue-fontawesome').FontAwesomeIconProps>;
1299
1611
  }, {}, string, import('vue').ComponentProvideOptions, true, {}, any>;
1300
1612
  }, {}, string, import('vue').ComponentProvideOptions, true, {}, any>;
1301
1613
  DsModal: import('vue').DefineComponent<import('vue').ExtractPropTypes<{
@@ -1309,13 +1621,14 @@ declare const _default: import('vue').DefineComponent<{}, {}, {
1309
1621
  };
1310
1622
  }>, {}, {
1311
1623
  ICONS: Readonly<{
1312
- readonly HEAD_WITH_QUESTION_MARK: VueConstructor<Vue>;
1313
- readonly RIBBON: VueConstructor<Vue>;
1314
- readonly SLIDERS_SEARCH: VueConstructor<Vue>;
1315
- readonly COMMENTS_CHECK: VueConstructor<Vue>;
1316
1624
  readonly ANSWERS: VueConstructor<Vue>;
1625
+ readonly CHANGE: VueConstructor<Vue>;
1626
+ readonly COMMENTS_CHECK: VueConstructor<Vue>;
1627
+ readonly HEAD_WITH_QUESTION_MARK: VueConstructor<Vue>;
1317
1628
  readonly HIDE_ANSWERS: VueConstructor<Vue>;
1629
+ readonly RIBBON: VueConstructor<Vue>;
1318
1630
  readonly SIDEBAR_FLIP_SOLID: VueConstructor<Vue>;
1631
+ readonly SLIDERS_SEARCH: VueConstructor<Vue>;
1319
1632
  readonly FA_ADDRESS_CARD: import('@fortawesome/fontawesome-common-types').IconDefinition;
1320
1633
  readonly FA_ANGLE_DOWN: import('@fortawesome/fontawesome-common-types').IconDefinition;
1321
1634
  readonly FA_ANGLE_LEFT: import('@fortawesome/fontawesome-common-types').IconDefinition;
@@ -1507,6 +1820,7 @@ declare const _default: import('vue').DefineComponent<{}, {}, {
1507
1820
  readonly FA_UNLOCK_KEYHOLE: import('@fortawesome/fontawesome-common-types').IconDefinition;
1508
1821
  readonly FA_UPLOAD: import('@fortawesome/fontawesome-common-types').IconDefinition;
1509
1822
  readonly FA_USER: import('@fortawesome/fontawesome-common-types').IconDefinition;
1823
+ readonly FA_USER_GEAR: import('@fortawesome/fontawesome-common-types').IconDefinition;
1510
1824
  readonly FA_USER_DOCTOR_SOLID: import('@fortawesome/fontawesome-common-types').IconDefinition;
1511
1825
  readonly FA_VIDEO_SOLID: import('@fortawesome/fontawesome-common-types').IconDefinition;
1512
1826
  readonly FA_VOLUME_HIGH_SOLID: import('@fortawesome/fontawesome-common-types').IconDefinition;
@@ -1609,25 +1923,67 @@ declare const _default: import('vue').DefineComponent<{}, {}, {
1609
1923
  default: boolean;
1610
1924
  };
1611
1925
  }>> & Readonly<{}>, {
1612
- rotation: number;
1613
1926
  size: string;
1927
+ rotation: number;
1614
1928
  flippedVertical: boolean;
1615
1929
  flippedHorizontal: boolean;
1616
1930
  touchable: boolean;
1617
1931
  spinning: boolean;
1618
1932
  }, {}, {
1619
- 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>;
1933
+ FontAwesomeIcon: import('vue').DefineComponent<import('@fortawesome/vue-fontawesome').FontAwesomeIconProps>;
1620
1934
  }, {}, string, import('vue').ComponentProvideOptions, true, {}, any>;
1621
1935
  }, {}, string, import('vue').ComponentProvideOptions, true, {}, any>;
1622
- DsButton: import('vue').DefineComponent<{}, {}, {
1936
+ DsButton: import('vue').DefineComponent<import('vue').ExtractPropTypes<{
1937
+ size: {
1938
+ type: StringConstructor;
1939
+ default: "medium";
1940
+ validator(value: import('../../../utils/type.utils').Value<typeof import('../../Buttons/Button').BUTTON_SIZES>): boolean;
1941
+ };
1942
+ type: {
1943
+ type: StringConstructor;
1944
+ default: "filled";
1945
+ validator(value: import('../../../utils/type.utils').Value<typeof BUTTON_TYPES>): boolean;
1946
+ };
1947
+ color: {
1948
+ type: StringConstructor;
1949
+ default: "primary";
1950
+ validator(value: import('../../../utils/type.utils').Value<typeof ICON_BUTTON_COLORS>): boolean;
1951
+ };
1952
+ radius: {
1953
+ type: StringConstructor;
1954
+ default: "capsule";
1955
+ validator(value: import('../../../utils/type.utils').Value<typeof import('../../Buttons/Button').BUTTON_RADIUSES>): boolean;
1956
+ };
1957
+ state: {
1958
+ type: StringConstructor;
1959
+ default: "default";
1960
+ validator(value: import('../../../utils/type.utils').Value<typeof import('../../Buttons/Button').BUTTON_STATES>): boolean;
1961
+ };
1962
+ iconLeft: {
1963
+ type: ObjectConstructor;
1964
+ default: null;
1965
+ validator(icon: unknown): boolean;
1966
+ };
1967
+ iconRight: {
1968
+ type: ObjectConstructor;
1969
+ default: null;
1970
+ validator(icon: unknown): boolean;
1971
+ };
1972
+ elevation: {
1973
+ type: StringConstructor;
1974
+ default: "none";
1975
+ validator(value: import('../../../utils/type.utils').Value<typeof import('../../Buttons/Button').BUTTON_ELEVATIONS>): boolean;
1976
+ };
1977
+ }>, {}, {
1623
1978
  ICONS: Readonly<{
1624
- readonly HEAD_WITH_QUESTION_MARK: VueConstructor<Vue>;
1625
- readonly RIBBON: VueConstructor<Vue>;
1626
- readonly SLIDERS_SEARCH: VueConstructor<Vue>;
1627
- readonly COMMENTS_CHECK: VueConstructor<Vue>;
1628
1979
  readonly ANSWERS: VueConstructor<Vue>;
1980
+ readonly CHANGE: VueConstructor<Vue>;
1981
+ readonly COMMENTS_CHECK: VueConstructor<Vue>;
1982
+ readonly HEAD_WITH_QUESTION_MARK: VueConstructor<Vue>;
1629
1983
  readonly HIDE_ANSWERS: VueConstructor<Vue>;
1984
+ readonly RIBBON: VueConstructor<Vue>;
1630
1985
  readonly SIDEBAR_FLIP_SOLID: VueConstructor<Vue>;
1986
+ readonly SLIDERS_SEARCH: VueConstructor<Vue>;
1631
1987
  readonly FA_ADDRESS_CARD: import('@fortawesome/fontawesome-common-types').IconDefinition;
1632
1988
  readonly FA_ANGLE_DOWN: import('@fortawesome/fontawesome-common-types').IconDefinition;
1633
1989
  readonly FA_ANGLE_LEFT: import('@fortawesome/fontawesome-common-types').IconDefinition;
@@ -1819,6 +2175,7 @@ declare const _default: import('vue').DefineComponent<{}, {}, {
1819
2175
  readonly FA_UNLOCK_KEYHOLE: import('@fortawesome/fontawesome-common-types').IconDefinition;
1820
2176
  readonly FA_UPLOAD: import('@fortawesome/fontawesome-common-types').IconDefinition;
1821
2177
  readonly FA_USER: import('@fortawesome/fontawesome-common-types').IconDefinition;
2178
+ readonly FA_USER_GEAR: import('@fortawesome/fontawesome-common-types').IconDefinition;
1822
2179
  readonly FA_USER_DOCTOR_SOLID: import('@fortawesome/fontawesome-common-types').IconDefinition;
1823
2180
  readonly FA_VIDEO_SOLID: import('@fortawesome/fontawesome-common-types').IconDefinition;
1824
2181
  readonly FA_VOLUME_HIGH_SOLID: import('@fortawesome/fontawesome-common-types').IconDefinition;
@@ -1874,7 +2231,48 @@ declare const _default: import('vue').DefineComponent<{}, {}, {
1874
2231
  iconSize(): string;
1875
2232
  colorClassName(): string;
1876
2233
  loadingIconSize(): string;
1877
- }, {}, import('vue').ComponentOptionsMixin, import('vue').ComponentOptionsMixin, {}, string, import('vue').PublicProps, Readonly<{}> & Readonly<{}>, {
2234
+ }, {}, import('vue').ComponentOptionsMixin, import('vue').ComponentOptionsMixin, {}, string, import('vue').PublicProps, Readonly<import('vue').ExtractPropTypes<{
2235
+ size: {
2236
+ type: StringConstructor;
2237
+ default: "medium";
2238
+ validator(value: import('../../../utils/type.utils').Value<typeof import('../../Buttons/Button').BUTTON_SIZES>): boolean;
2239
+ };
2240
+ type: {
2241
+ type: StringConstructor;
2242
+ default: "filled";
2243
+ validator(value: import('../../../utils/type.utils').Value<typeof BUTTON_TYPES>): boolean;
2244
+ };
2245
+ color: {
2246
+ type: StringConstructor;
2247
+ default: "primary";
2248
+ validator(value: import('../../../utils/type.utils').Value<typeof ICON_BUTTON_COLORS>): boolean;
2249
+ };
2250
+ radius: {
2251
+ type: StringConstructor;
2252
+ default: "capsule";
2253
+ validator(value: import('../../../utils/type.utils').Value<typeof import('../../Buttons/Button').BUTTON_RADIUSES>): boolean;
2254
+ };
2255
+ state: {
2256
+ type: StringConstructor;
2257
+ default: "default";
2258
+ validator(value: import('../../../utils/type.utils').Value<typeof import('../../Buttons/Button').BUTTON_STATES>): boolean;
2259
+ };
2260
+ iconLeft: {
2261
+ type: ObjectConstructor;
2262
+ default: null;
2263
+ validator(icon: unknown): boolean;
2264
+ };
2265
+ iconRight: {
2266
+ type: ObjectConstructor;
2267
+ default: null;
2268
+ validator(icon: unknown): boolean;
2269
+ };
2270
+ elevation: {
2271
+ type: StringConstructor;
2272
+ default: "none";
2273
+ validator(value: import('../../../utils/type.utils').Value<typeof import('../../Buttons/Button').BUTTON_ELEVATIONS>): boolean;
2274
+ };
2275
+ }>> & Readonly<{}>, {
1878
2276
  size: string;
1879
2277
  type: string;
1880
2278
  color: string;
@@ -1953,14 +2351,14 @@ declare const _default: import('vue').DefineComponent<{}, {}, {
1953
2351
  default: boolean;
1954
2352
  };
1955
2353
  }>> & Readonly<{}>, {
1956
- rotation: number;
1957
2354
  size: string;
2355
+ rotation: number;
1958
2356
  flippedVertical: boolean;
1959
2357
  flippedHorizontal: boolean;
1960
2358
  touchable: boolean;
1961
2359
  spinning: boolean;
1962
2360
  }, {}, {
1963
- 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>;
2361
+ FontAwesomeIcon: import('vue').DefineComponent<import('@fortawesome/vue-fontawesome').FontAwesomeIconProps>;
1964
2362
  }, {}, string, import('vue').ComponentProvideOptions, true, {}, any>;
1965
2363
  }, {}, string, import('vue').ComponentProvideOptions, true, {}, any>;
1966
2364
  }, {}, string, import('vue').ComponentProvideOptions, true, {}, any>;