@bethinkpl/design-system 26.5.0 → 26.7.1

This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
Files changed (278) hide show
  1. package/README.md +5 -0
  2. package/dist/design-system.umd.cjs +18 -18
  3. package/dist/design-system.umd.cjs.map +1 -1
  4. package/dist/lib/js/components/Avatar/Avatar.consts.d.ts +9 -0
  5. package/dist/lib/js/components/Avatar/Avatar.vue.d.ts +38 -0
  6. package/dist/lib/js/components/Avatar/index.d.ts +4 -0
  7. package/dist/lib/js/components/BadgeScore/BadgeScore.vue.d.ts +63 -5
  8. package/dist/lib/js/components/Banner/Banner.vue.d.ts +371 -34
  9. package/dist/lib/js/components/Buttons/Button/Button.vue.d.ts +96 -8
  10. package/dist/lib/js/components/Buttons/IconButton/IconButton.vue.d.ts +197 -17
  11. package/dist/lib/js/components/Cards/Card/Card.consts.d.ts +3 -3
  12. package/dist/lib/js/components/Cards/Card/Card.vue.d.ts +14 -12
  13. package/dist/lib/js/components/Cards/CardExpandable/CardExpandable.vue.d.ts +20 -18
  14. package/dist/lib/js/components/Chip/Chip.vue.d.ts +293 -26
  15. package/dist/lib/js/components/DatePickers/DatePicker/DatePicker.composables.d.ts +1 -1
  16. package/dist/lib/js/components/DatePickers/DatePicker/DatePicker.consts.d.ts +4 -4
  17. package/dist/lib/js/components/DatePickers/DatePicker/DatePicker.vue.d.ts +151 -31
  18. package/dist/lib/js/components/DatePickers/DatePickerBox/DatePickerBox.vue.d.ts +115 -8
  19. package/dist/lib/js/components/DatePickers/DateRangePicker/DateRangePicker.vue.d.ts +122 -15
  20. package/dist/lib/js/components/Drawer/Drawer.consts.d.ts +1 -1
  21. package/dist/lib/js/components/Drawer/DrawerHeader/DrawerHeader.consts.d.ts +1 -1
  22. package/dist/lib/js/components/Drawer/DrawerHeader/DrawerHeader.vue.d.ts +582 -57
  23. package/dist/lib/js/components/Drawer/DrawerListItem/DrawerListItem.consts.d.ts +1 -1
  24. package/dist/lib/js/components/Drawer/DrawerListItem/DrawerListItem.vue.d.ts +39 -8
  25. package/dist/lib/js/components/Drawer/DrawerSection/DrawerSection.vue.d.ts +468 -34
  26. package/dist/lib/js/components/Drawer/DrawerTile/DrawerTile.vue.d.ts +38 -26
  27. package/dist/lib/js/components/Dropdown/Dropdown.vue.d.ts +68 -4
  28. package/dist/lib/js/components/Form/Checkbox/Checkbox.consts.d.ts +2 -2
  29. package/dist/lib/js/components/Form/Checkbox/Checkbox.vue.d.ts +119 -10
  30. package/dist/lib/js/components/Form/RadioButton/RadioButton.consts.d.ts +2 -2
  31. package/dist/lib/js/components/Form/RadioButton/RadioButton.vue.d.ts +119 -10
  32. package/dist/lib/js/components/Form/SelectionControl/SelectionControl.consts.d.ts +3 -3
  33. package/dist/lib/js/components/Form/SelectionControl/SelectionControl.sb.shared.d.ts +1 -1
  34. package/dist/lib/js/components/Form/SelectionControl/SelectionControl.vue.d.ts +74 -5
  35. package/dist/lib/js/components/Headers/OverlayHeader/OverlayHeader.vue.d.ts +340 -30
  36. package/dist/lib/js/components/Headers/PageHeader/PageHeader.vue.d.ts +38 -2
  37. package/dist/lib/js/components/Headers/SectionHeader/SectionHeader.consts.d.ts +1 -1
  38. package/dist/lib/js/components/Headers/SectionHeader/SectionHeader.vue.d.ts +342 -26
  39. package/dist/lib/js/components/IconText/IconText.vue.d.ts +73 -4
  40. package/dist/lib/js/components/Icons/FeatureIcon/FeatureIcon.vue.d.ts +45 -5
  41. package/dist/lib/js/components/Icons/Icon/Icon.consts.d.ts +10 -8
  42. package/dist/lib/js/components/Icons/Icon/Icon.vue.d.ts +2 -2
  43. package/dist/lib/js/components/Image/Image.consts.d.ts +1 -1
  44. package/dist/lib/js/components/Image/Image.vue.d.ts +6 -5
  45. package/dist/lib/js/components/Layouts/ThreeColumnLayout/ThreeColumnLayout.consts.d.ts +1 -1
  46. package/dist/lib/js/components/Layouts/ThreeColumnLayout/ThreeColumnLayout.vue.d.ts +55 -2
  47. package/dist/lib/js/components/LoadingBar/LoadingBar.consts.d.ts +2 -2
  48. package/dist/lib/js/components/LoadingBar/LoadingBar.vue.d.ts +5 -4
  49. package/dist/lib/js/components/Modal/Modal.vue.d.ts +8 -6
  50. package/dist/lib/js/components/Modals/Modal/Modal.vue.d.ts +517 -37
  51. package/dist/lib/js/components/Modals/ModalDialog/ModalDialog.vue.d.ts +628 -39
  52. package/dist/lib/js/components/Outline/OutlineItem/OutlineItem.vue.d.ts +137 -9
  53. package/dist/lib/js/components/Pagination/Pagination.vue.d.ts +402 -36
  54. package/dist/lib/js/components/ProgressBar/ProgressBar.vue.d.ts +125 -8
  55. package/dist/lib/js/components/ProgressDonutChart/ProgressDonutChart.consts.d.ts +1 -1
  56. package/dist/lib/js/components/ProgressDonutChart/ProgressDonutChart.vue.d.ts +43 -8
  57. package/dist/lib/js/components/RichList/BasicRichListItem/BasicRichListItem.vue.d.ts +545 -34
  58. package/dist/lib/js/components/RichList/GroupRichListItem/GroupRichListItem.consts.d.ts +2 -2
  59. package/dist/lib/js/components/RichList/GroupRichListItem/GroupRichListItem.vue.d.ts +6 -5
  60. package/dist/lib/js/components/RichList/RichListItem/RichListItem.consts.d.ts +7 -7
  61. package/dist/lib/js/components/RichList/RichListItem/RichListItem.vue.d.ts +305 -21
  62. package/dist/lib/js/components/SectionTitle/SectionTitle.consts.d.ts +1 -1
  63. package/dist/lib/js/components/SelectList/SelectListItem/SelectListItem.vue.d.ts +84 -8
  64. package/dist/lib/js/components/SelectList/SelectListItemTile/SelectListItemTile.vue.d.ts +38 -26
  65. package/dist/lib/js/components/SelectList/SelectListItemToggle/SelectListItemToggle.vue.d.ts +152 -10
  66. package/dist/lib/js/components/SelectionTile/SelectionTile.consts.d.ts +2 -2
  67. package/dist/lib/js/components/SelectionTile/SelectionTile.vue.d.ts +377 -33
  68. package/dist/lib/js/components/Skeleton/Skeleton.consts.d.ts +1 -1
  69. package/dist/lib/js/components/Skeleton/Skeleton.vue.d.ts +4 -3
  70. package/dist/lib/js/components/Statuses/AccessStatus/AccessStatus.vue.d.ts +8 -6
  71. package/dist/lib/js/components/Statuses/BlockadeStatus/BlockadeStatus.vue.d.ts +8 -6
  72. package/dist/lib/js/components/SurveyQuestions/SurveyQuestionOpenEnded/SurveyQuestionOpenEnded.vue.d.ts +352 -49
  73. package/dist/lib/js/components/SurveyQuestions/SurveyQuestionScale/SurveyQuestionScale.vue.d.ts +451 -53
  74. package/dist/lib/js/components/SurveyToggle/SurveyToggle.vue.d.ts +62 -4
  75. package/dist/lib/js/components/Switch/Switch.consts.d.ts +4 -4
  76. package/dist/lib/js/components/Switch/Switch.vue.d.ts +91 -9
  77. package/dist/lib/js/components/TabItem/TabItem.vue.d.ts +49 -5
  78. package/dist/lib/js/components/TextGroup/TextGroup.consts.d.ts +4 -4
  79. package/dist/lib/js/components/TextGroup/TextGroup.vue.d.ts +10 -10
  80. package/dist/lib/js/components/Tile/Tile.consts.d.ts +8 -3
  81. package/dist/lib/js/components/Tile/Tile.sb.shared.d.ts +375 -39
  82. package/dist/lib/js/components/Tile/Tile.shared.d.ts +6 -1
  83. package/dist/lib/js/components/Tile/Tile.vue.d.ts +27 -16
  84. package/dist/lib/js/components/Toast/Toast.consts.d.ts +3 -3
  85. package/dist/lib/js/components/Toast/Toast.vue.d.ts +202 -23
  86. package/dist/lib/js/components/Toggles/CounterToggle/CounterToggle.vue.d.ts +50 -4
  87. package/dist/lib/js/components/Toggles/ToggleButton/ToggleButton.consts.d.ts +5 -5
  88. package/dist/lib/js/components/Toggles/ToggleButton/ToggleButton.vue.d.ts +124 -10
  89. package/dist/lib/js/components/Tooltip/Tooltip.consts.d.ts +1 -1
  90. package/dist/lib/js/icons/fontawesome.d.ts +1 -0
  91. package/dist/lib/js/index.d.ts +2 -0
  92. package/dist/lib/js/utils/type.utils.d.ts +1 -1
  93. package/docs/assets/{AccessStatus-Dz1vfbnh.js → AccessStatus-lY4oqKbY.js} +1 -1
  94. package/docs/assets/{AccessStatus.stories-BC2FqmS7.js → AccessStatus.stories-B-o8Wzbn.js} +1 -1
  95. package/docs/assets/Avatar-BALJe_Kd.js +1 -0
  96. package/docs/assets/Avatar.stories-BBWquxG4.js +35 -0
  97. package/docs/assets/{BadgeScore-C0Ghj-5s.js → BadgeScore-BllxpS5b.js} +1 -1
  98. package/docs/assets/{BadgeScore.stories-DQOL_ZiP.js → BadgeScore.stories-CZkwHDBn.js} +1 -1
  99. package/docs/assets/{Banner-BmKYBJ1B.js → Banner-B_WbNF52.js} +1 -1
  100. package/docs/assets/{Banner.stories-BPHdgNAZ.js → Banner.stories-BnbHDoMg.js} +1 -1
  101. package/docs/assets/{BasicRichListItem-Ctm7LWMn.js → BasicRichListItem-xKSFXEOx.js} +1 -1
  102. package/docs/assets/{BasicRichListItem.stories-DtiXHviM.js → BasicRichListItem.stories-D5cFXBnH.js} +2 -2
  103. package/docs/assets/{BlockadeStatus-4Zx578QV.js → BlockadeStatus-P8nBhdtz.js} +1 -1
  104. package/docs/assets/{BlockedeStatus.stories-CeCB1B6k.js → BlockedeStatus.stories-D2lBK6X4.js} +1 -1
  105. package/docs/assets/{Button-DVtHJ-a3.js → Button-BnWnuQz_.js} +1 -1
  106. package/docs/assets/{Button.stories-D7PDCOOm.js → Button.stories-BUAtvyqT.js} +1 -1
  107. package/docs/assets/{Card-CbIL2Iiq.js → Card-BzXb8FVb.js} +1 -1
  108. package/docs/assets/{Card.stories-sWfj8JIt.js → Card.stories-DR5-T-9k.js} +1 -1
  109. package/docs/assets/{CardExpandable-DvrXNsTR.js → CardExpandable-UGGPT1DB.js} +1 -1
  110. package/docs/assets/{CardExpandable.stories-CeNHupz8.js → CardExpandable.stories-CgBLkNle.js} +1 -1
  111. package/docs/assets/{Checkbox-Bk9Hyj7u.js → Checkbox-CJfLFnEo.js} +1 -1
  112. package/docs/assets/{Checkbox.stories-C9VNatGb.js → Checkbox.stories-Cuk7m0lR.js} +1 -1
  113. package/docs/assets/{Chip-D-3z8YPj.js → Chip-DHtEAdjh.js} +1 -1
  114. package/docs/assets/{Chip.stories-CjFXBnam.js → Chip.stories-DQ1Us1CB.js} +1 -1
  115. package/docs/assets/{Color-ERTF36HU-BZlibAx3.js → Color-ERTF36HU-Bdv_bt15.js} +1 -1
  116. package/docs/assets/{Colors.stories-CrtG5S4A.js → Colors.stories-BWgavcUS.js} +1 -1
  117. package/docs/assets/{ColorsThemes.stories-B_DRVheO.js → ColorsThemes.stories-0-sPp0ge.js} +1 -1
  118. package/docs/assets/{ColorsTokensLms.stories-DNXNDpp5.js → ColorsTokensLms.stories-BykJy-2-.js} +1 -1
  119. package/docs/assets/{ColorsTokensPrimaryBodywork.stories-MZpI5IXh.js → ColorsTokensPrimaryBodywork.stories-DbuoY06v.js} +1 -1
  120. package/docs/assets/{ColorsTokensPrimaryWnl.stories-D8POK0cA.js → ColorsTokensPrimaryWnl.stories-BGrxCgKb.js} +1 -1
  121. package/docs/assets/{CounterToggle-FQNWJcH5.js → CounterToggle-B1fmCAW0.js} +1 -1
  122. package/docs/assets/{CounterToggle.stories-B63J-wko.js → CounterToggle.stories-B0h9L-mI.js} +1 -1
  123. package/docs/assets/DatePicker-DIJ8aqM6.js +2 -0
  124. package/docs/assets/DatePicker.stories-D4LubdID.js +175 -0
  125. package/docs/assets/DateRangePicker-1oxiA7Lf.js +1 -0
  126. package/docs/assets/{DateRangePicker.stories-BcGHtCgE.js → DateRangePicker.stories-CmHayQUD.js} +1 -1
  127. package/docs/assets/{Divider-4HN2u4Et.js → Divider-CeZli6az.js} +1 -1
  128. package/docs/assets/{Divider.stories-BCrs-P64.js → Divider.stories-BGrVq6Gh.js} +1 -1
  129. package/docs/assets/{DocsRenderer-CFRXHY34-Bw028q-m.js → DocsRenderer-CFRXHY34-7YPgF_58.js} +5 -5
  130. package/docs/assets/{Drawer-DRYKGdtt.js → Drawer-BAhS1Aex.js} +1 -1
  131. package/docs/assets/{Drawer.stories-DNAfMM9D.js → Drawer.stories-Bgvx4k59.js} +1 -1
  132. package/docs/assets/{DrawerContent-CY64oeID.js → DrawerContent-BC_l9IKr.js} +1 -1
  133. package/docs/assets/{DrawerContent.stories-CJRbiAKZ.js → DrawerContent.stories-bd7mDbJc.js} +1 -1
  134. package/docs/assets/{DrawerDivider-B6matEEg.js → DrawerDivider-DuTuIbLz.js} +1 -1
  135. package/docs/assets/{DrawerDivider.stories-DkEGw1YV.js → DrawerDivider.stories-C6fwM_Vr.js} +1 -1
  136. package/docs/assets/{DrawerHeader-kxEGS3hp.js → DrawerHeader-DAlTWdTV.js} +1 -1
  137. package/docs/assets/{DrawerHeader.stories-C696CXDI.js → DrawerHeader.stories-DPx9vaHi.js} +1 -1
  138. package/docs/assets/{DrawerListItem-k3WHGFah.js → DrawerListItem-BQwvRia4.js} +1 -1
  139. package/docs/assets/{DrawerListItem.stories-DUxJpobr.js → DrawerListItem.stories-CHf7nV4C.js} +1 -1
  140. package/docs/assets/{DrawerListItemGroup-B40g16RV.js → DrawerListItemGroup-BTfrsZ_p.js} +1 -1
  141. package/docs/assets/{DrawerListItemGroup.stories-Crms7R86.js → DrawerListItemGroup.stories-Ch1z9OG4.js} +1 -1
  142. package/docs/assets/{DrawerSection-DIeDQFNf.js → DrawerSection-xoALUrNo.js} +1 -1
  143. package/docs/assets/{DrawerSection.stories-DgdmLwYu.js → DrawerSection.stories-B_netySu.js} +1 -1
  144. package/docs/assets/{DrawerTile-DRd90aW_.js → DrawerTile-C64fS4dq.js} +1 -1
  145. package/docs/assets/{DrawerTile.stories-B8jCAcpg.js → DrawerTile.stories-CRTdtfFG.js} +1 -1
  146. package/docs/assets/{Dropdown-CR-eIdCF.js → Dropdown-B75bqkCY.js} +1 -1
  147. package/docs/assets/{Dropdown.stories-Caf2EapU.js → Dropdown.stories-CFcPipvl.js} +1 -1
  148. package/docs/assets/{FeatureIcon-B09zj5Bd.js → FeatureIcon-DuHLb2s9.js} +1 -1
  149. package/docs/assets/{FeatureIcon.stories-CGmHfPT3.js → FeatureIcon.stories-D2wXVZJD.js} +1 -1
  150. package/docs/assets/{GroupRichListItem-DEqhXKuF.js → GroupRichListItem-C2S_DIM-.js} +1 -1
  151. package/docs/assets/{GroupRichListItem.stories-y32zxNgh.js → GroupRichListItem.stories-DkFM_Fbq.js} +1 -1
  152. package/docs/assets/Icon-KlrZhBvI.js +761 -0
  153. package/docs/assets/{Icon.stories-CY_HHNiQ.js → Icon.stories-DQC9sgOw.js} +1 -1
  154. package/docs/assets/{IconButton-rhUVXzuc.js → IconButton-BcjUxjB4.js} +1 -1
  155. package/docs/assets/{IconButton.stories-DFB0l3TX.js → IconButton.stories-BHiXRfSV.js} +1 -1
  156. package/docs/assets/{IconText-CKA7x6Oe.js → IconText-CcdweKoG.js} +1 -1
  157. package/docs/assets/{IconText.stories-DI_tSPTu.js → IconText.stories-CAwMj5EE.js} +1 -1
  158. package/docs/assets/{Image-BF_Kx0up.js → Image-B9jnhF_n.js} +1 -1
  159. package/docs/assets/{Image.stories-BXYD86R1.js → Image.stories-DzKTJQnd.js} +1 -1
  160. package/docs/assets/{ItemsList-DxGr2MB5.js → ItemsList-D_riVFX-.js} +1 -1
  161. package/docs/assets/{LoadingBar-BeOPZFzu.js → LoadingBar-C1yAImWt.js} +1 -1
  162. package/docs/assets/{LoadingBar.stories-BJeb9oll.js → LoadingBar.stories-NffcMV2n.js} +1 -1
  163. package/docs/assets/Modal-CgNyRPs8.js +1 -0
  164. package/docs/assets/{Modal.stories-DL5mJmSa.js → Modal.stories-xhgpgD4o.js} +1 -1
  165. package/docs/assets/{ModalDialog-C79kCvIP.js → ModalDialog-B2ORB9vQ.js} +1 -1
  166. package/docs/assets/{ModalDialog.stories-DevcfCkg.js → ModalDialog.stories-DnpSmybQ.js} +1 -1
  167. package/docs/assets/{NumberInCircle-Cqbd2PUf.js → NumberInCircle-CYZFaZ00.js} +1 -1
  168. package/docs/assets/{NumberInCircle.stories--_6-RNlU.js → NumberInCircle.stories-DzdSX4we.js} +1 -1
  169. package/docs/assets/{OutlineDivider-9phD7EaD.js → OutlineDivider-DItdz99b.js} +1 -1
  170. package/docs/assets/{OutlineDivider.stories-LsrVcpfQ.js → OutlineDivider.stories-Cdmgts0G.js} +1 -1
  171. package/docs/assets/{OutlineItem-B0GAacWf.js → OutlineItem-dhEw8EC1.js} +1 -1
  172. package/docs/assets/{OutlineItem.stories-RvYTOp9N.js → OutlineItem.stories-BvYje0yq.js} +1 -1
  173. package/docs/assets/{OutlineSectionHeader-BDh6TrVb.js → OutlineSectionHeader-CtypBCqR.js} +1 -1
  174. package/docs/assets/{OutlineSectionHeader.stories-CPuYAPXa.js → OutlineSectionHeader.stories-CpZUQfTd.js} +1 -1
  175. package/docs/assets/{OverlayHeader--26-GHPy.js → OverlayHeader-51ih8x0c.js} +1 -1
  176. package/docs/assets/{OverlayHeader.stories-BVxhjyuC.js → OverlayHeader.stories-BclXAtEh.js} +1 -1
  177. package/docs/assets/{PageHeader-CwyCLKPQ.js → PageHeader-C5oCP3S2.js} +1 -1
  178. package/docs/assets/{PageHeader.stories-BaavDroe.js → PageHeader.stories-hH9p_VSN.js} +1 -1
  179. package/docs/assets/{Pagination-XlcLXTgM.js → Pagination-B2HzTrD0.js} +1 -1
  180. package/docs/assets/{Pagination.stories-CGBJ2Sad.js → Pagination.stories-DwS53dgq.js} +1 -1
  181. package/docs/assets/{PopOver-CQVq9c4Z.js → PopOver-xznuUBtF.js} +1 -1
  182. package/docs/assets/{PopOver.stories-g1F8AUJI.js → PopOver.stories-DC1Fdmyd.js} +1 -1
  183. package/docs/assets/{ProgressBar-3iykKXJT.js → ProgressBar-Dw-iWAra.js} +1 -1
  184. package/docs/assets/{ProgressBar.stories-BV7Hhjoe.js → ProgressBar.stories-BBkwbwJC.js} +1 -1
  185. package/docs/assets/{ProgressDonutChart-6EInE7M5.js → ProgressDonutChart-BzpDf_D1.js} +1 -1
  186. package/docs/assets/{ProgressDonutChart.stories-C_u9MjFX.js → ProgressDonutChart.stories-g0thnFjo.js} +1 -1
  187. package/docs/assets/{RadioButton-zouOWpRs.js → RadioButton-D-73BAcy.js} +1 -1
  188. package/docs/assets/{RadioButton.stories-pnmyqoJH.js → RadioButton.stories-DJssblKO.js} +1 -1
  189. package/docs/assets/{RichListItem.stories-WK5gz3vk.js → RichListItem.stories-Dh3jAgkT.js} +2 -2
  190. package/docs/assets/{SectionHeader-C2Y0CGjY.js → SectionHeader-C9tfdV94.js} +1 -1
  191. package/docs/assets/{SectionHeader.stories-B0gOYosA.js → SectionHeader.stories-CkVrEY1u.js} +1 -1
  192. package/docs/assets/{SectionTitle-B1v2FcuB.js → SectionTitle-BQZh7aFs.js} +1 -1
  193. package/docs/assets/{SectionTitle.stories-BogJgzAG.js → SectionTitle.stories-BLNC5wZK.js} +1 -1
  194. package/docs/assets/{SelectList-CiuxFUk4.js → SelectList-T6eJOYPv.js} +1 -1
  195. package/docs/assets/{SelectList.stories-DX-fFMoD.js → SelectList.stories-C-8KXQaF.js} +1 -1
  196. package/docs/assets/{SelectListItem-BU_U7IZs.js → SelectListItem-KRL8q6Iz.js} +1 -1
  197. package/docs/assets/{SelectListItem.stories-Dy3EXPN_.js → SelectListItem.stories-Bp_rq-Eh.js} +1 -1
  198. package/docs/assets/{SelectListItemDivider-CIueguWt.js → SelectListItemDivider-CTuILyj9.js} +1 -1
  199. package/docs/assets/{SelectListItemDivider.stories-CYkoQqyL.js → SelectListItemDivider.stories-CyW1-Pe_.js} +1 -1
  200. package/docs/assets/{SelectListItemTile-CziQ20sD.js → SelectListItemTile-I9x6zsKM.js} +1 -1
  201. package/docs/assets/{SelectListItemTile.stories-jXlPEopR.js → SelectListItemTile.stories-B8bcoXQ8.js} +1 -1
  202. package/docs/assets/{SelectListItemToggle-C1VDDxAm.js → SelectListItemToggle-BKr25N9H.js} +1 -1
  203. package/docs/assets/{SelectListItemToggle.stories-d_Sto0ry.js → SelectListItemToggle.stories-BxE4M_-B.js} +1 -1
  204. package/docs/assets/{SelectListSectionTitle-DBd3RwED.js → SelectListSectionTitle-BOCjrVHo.js} +1 -1
  205. package/docs/assets/{SelectListSectionTitle.stories-BrIWdRit.js → SelectListSectionTitle.stories-8h3E7qrw.js} +1 -1
  206. package/docs/assets/{SelectionControl-DEv8iTfR.js → SelectionControl-CxsRDZ81.js} +1 -1
  207. package/docs/assets/{SelectionTile-C0MW2ZUn.js → SelectionTile-A8HfI_-S.js} +2 -2
  208. package/docs/assets/{SelectionTile.stories-mIPf1nUR.js → SelectionTile.stories-CG4N75Mo.js} +1 -1
  209. package/docs/assets/{Skeleton-Budxm1Jq.js → Skeleton-DMxKKJ0Z.js} +1 -1
  210. package/docs/assets/{Skeleton.stories-C5oyivEw.js → Skeleton.stories-BHWr0cDF.js} +1 -1
  211. package/docs/assets/{SurveyQuestionOpenEnded-7vjfdqDE.js → SurveyQuestionOpenEnded-BqVHeqqP.js} +1 -1
  212. package/docs/assets/{SurveyQuestionOpenEnded.stories-DOs_GSRG.js → SurveyQuestionOpenEnded.stories-ahMVN6RR.js} +1 -1
  213. package/docs/assets/{SurveyQuestionScale-OhARHAbk.js → SurveyQuestionScale--V40kshK.js} +1 -1
  214. package/docs/assets/{SurveyQuestionScale.stories-Bi7NxxtA.js → SurveyQuestionScale.stories-OzvwLBWr.js} +1 -1
  215. package/docs/assets/{SurveyToggle-CyohUVKo.js → SurveyToggle-CPoPpkRt.js} +1 -1
  216. package/docs/assets/{SurveyToggle.stories-ghYQJDpX.js → SurveyToggle.stories-63IVdw_s.js} +1 -1
  217. package/docs/assets/{Switch-BtYFtHgw.js → Switch-8KDmrBx0.js} +1 -1
  218. package/docs/assets/{Switch.stories-DmNV0lil.js → Switch.stories-CLRVfXje.js} +1 -1
  219. package/docs/assets/{TabItem-GC7LQNvp.js → TabItem-DMeZl877.js} +1 -1
  220. package/docs/assets/{TabItem.stories-DbiRd9vV.js → TabItem.stories-bpoM2LnI.js} +1 -1
  221. package/docs/assets/{TextGroup-lwPvABi6.js → TextGroup-D5le3QVY.js} +1 -1
  222. package/docs/assets/{TextGroup.stories-CnojKPTw.js → TextGroup.stories-soggouxN.js} +1 -1
  223. package/docs/assets/{ThreeColumnLayout-BR3bkVIs.js → ThreeColumnLayout-CFf8NRwP.js} +1 -1
  224. package/docs/assets/{ThreeColumnLayout.stories-V4L7zdf_.js → ThreeColumnLayout.stories-tcn5IlfD.js} +1 -1
  225. package/docs/assets/Tile-DXlbtMBZ.js +1 -0
  226. package/docs/assets/{Tile.sb.shared-BZ0VDle3.js → Tile.sb.shared-BRv2J5BO.js} +1 -1
  227. package/docs/assets/{Tile.stories-LYYOeyyn.js → Tile.stories-C2CVBJs4.js} +1 -1
  228. package/docs/assets/{Toast-Dgoj-mgi.js → Toast-DyyWQQxM.js} +1 -1
  229. package/docs/assets/{Toast.stories-BxXNn_Nb.js → Toast.stories-Bv9gyrsa.js} +1 -1
  230. package/docs/assets/{ToggleButton-APZXu2t7.js → ToggleButton-C_ZU_6g5.js} +1 -1
  231. package/docs/assets/{ToggleButton.stories-DO-p6P3s.js → ToggleButton.stories-DLfjOSpj.js} +1 -1
  232. package/docs/assets/{Tooltip-Cni6OHo9.js → Tooltip-DB8acOEc.js} +1 -1
  233. package/docs/assets/{Tooltip.stories-C3h4ABpf.js → Tooltip.stories-DTDTTjA0.js} +1 -1
  234. package/docs/assets/{TypographyTokensLms.stories-PrEmdBHF.js → TypographyTokensLms.stories-DW3gBdun.js} +1 -1
  235. package/docs/assets/{TypographyVariables.stories-CP8aNZmQ.js → TypographyVariables.stories-FmiXmx2m.js} +1 -1
  236. package/docs/assets/{Well-DSgC9yDa.js → Well-Chn1RK_x.js} +1 -1
  237. package/docs/assets/{Well.stories-02Hpe7cX.js → Well.stories-D3_25hWV.js} +1 -1
  238. package/docs/assets/entry-preview-C1JfRNcy.js +1 -0
  239. package/docs/assets/{entry-preview-docs-b1BM2N0G.js → entry-preview-docs-CLZ3bGGX.js} +1 -1
  240. package/docs/assets/{iframe-Di5TkTnR.js → iframe-PlXRfjR9.js} +7 -6
  241. package/docs/assets/{index-Dyq6sUoy.js → index-DGocbclh.js} +1 -1
  242. package/docs/assets/{index-SuPsQGgx.js → index-Dwdn4P5V.js} +1 -1
  243. package/docs/assets/preview-19u1OjCM.js +64 -0
  244. package/docs/assets/{preview-BCrXVRij.js → preview-BqTxE9pa.js} +2 -2
  245. package/docs/assets/string-CXbuceC1.js +1 -0
  246. package/docs/assets/{vue-popper-CpfGMX4Q.js → vue-popper-DQfdblyw.js} +1 -1
  247. package/docs/assets/{vue.esm-bundler-CWlcb7ht.js → vue.esm-bundler-DmkhfO_9.js} +1 -1
  248. package/docs/iframe.html +1 -1
  249. package/docs/index.json +1 -1
  250. package/docs/project.json +1 -1
  251. package/lib/images/icons/change.svg +1 -0
  252. package/lib/js/components/Avatar/Avatar.consts.ts +10 -0
  253. package/lib/js/components/Avatar/Avatar.spec.ts +133 -0
  254. package/lib/js/components/Avatar/Avatar.stories.ts +91 -0
  255. package/lib/js/components/Avatar/Avatar.vue +178 -0
  256. package/lib/js/components/Avatar/index.ts +4 -0
  257. package/lib/js/components/DatePickers/DatePicker/DatePicker.composables.ts +22 -1
  258. package/lib/js/components/DatePickers/DatePicker/DatePicker.stories.ts +26 -1
  259. package/lib/js/components/DatePickers/DatePicker/DatePicker.vue +19 -4
  260. package/lib/js/components/DatePickers/DateRangePicker/DateRangePicker.vue +15 -2
  261. package/lib/js/components/Icons/Icon/Icon.consts.ts +6 -4
  262. package/lib/js/components/Modals/Modal/Modal.vue +2 -2
  263. package/lib/js/components/Tile/Tile.consts.ts +7 -0
  264. package/lib/js/components/Tile/Tile.shared.ts +16 -1
  265. package/lib/js/components/Tile/Tile.vue +21 -3
  266. package/lib/js/icons/fontawesome.ts +2 -0
  267. package/lib/js/index.ts +2 -0
  268. package/package.json +4 -3
  269. package/.yarnrc.yml +0 -1
  270. package/docs/assets/DatePicker-DfNJw-NT.js +0 -2
  271. package/docs/assets/DatePicker.stories-CIo6kOIM.js +0 -95
  272. package/docs/assets/DateRangePicker-L4cDgxmU.js +0 -1
  273. package/docs/assets/Icon-ChGia3n4.js +0 -761
  274. package/docs/assets/Modal-xys3UXAy.js +0 -1
  275. package/docs/assets/Tile-DWASCVea.js +0 -1
  276. package/docs/assets/entry-preview-Dzwhc6UB.js +0 -1
  277. package/docs/assets/preview-BRlPhK-p.js +0 -64
  278. package/docs/assets/string-BIzBNuWk.js +0 -1
@@ -1,8 +1,123 @@
1
- import { RichListItemBackgroundColor, RichListItemBorderColor, RichListItemLayout, RichListItemSize, RichListItemState, RichListItemType } from '../RichListItem';
1
+ import { RichListItemBackgroundColor, RichListItemBorderColor, RichListItemElevation, RichListItemLayout, RichListItemSize, RichListItemState, RichListItemType } from '../RichListItem';
2
2
  import { PropType } from 'vue';
3
+ import { IconColor, IconItem } from '../../Icons/Icon';
3
4
  import { TextGroupSize, TextGroupState } from '../../TextGroup';
4
5
 
5
- declare const _default: import('vue').DefineComponent<{}, {}, {
6
+ declare const _default: import('vue').DefineComponent<import('vue').ExtractPropTypes<{
7
+ type: {
8
+ type: PropType<RichListItemType>;
9
+ default: "default";
10
+ validator(type: RichListItemType): boolean;
11
+ };
12
+ state: {
13
+ type: PropType<RichListItemState>;
14
+ default: "default";
15
+ validator(state: RichListItemState): boolean;
16
+ };
17
+ layout: {
18
+ type: PropType<RichListItemLayout>;
19
+ default: "horizontal";
20
+ validator(layout: RichListItemLayout): boolean;
21
+ };
22
+ size: {
23
+ type: PropType<RichListItemSize>;
24
+ default: "medium";
25
+ validator(size: RichListItemSize): boolean;
26
+ };
27
+ isInteractive: {
28
+ type: BooleanConstructor;
29
+ default: boolean;
30
+ };
31
+ isDimmed: {
32
+ type: BooleanConstructor;
33
+ default: boolean;
34
+ };
35
+ isDraggable: {
36
+ type: BooleanConstructor;
37
+ default: boolean;
38
+ };
39
+ icon: {
40
+ type: PropType<IconItem>;
41
+ default: null;
42
+ validator(icon: unknown): boolean;
43
+ };
44
+ iconColor: {
45
+ type: PropType<IconColor>;
46
+ default: null;
47
+ validator(iconColor: IconColor): boolean;
48
+ };
49
+ iconColorHex: {
50
+ type: StringConstructor;
51
+ default: null;
52
+ };
53
+ borderColor: {
54
+ type: PropType<RichListItemBorderColor>;
55
+ default: null;
56
+ validator(borderColor: RichListItemBorderColor): boolean;
57
+ };
58
+ borderColorHex: {
59
+ type: StringConstructor;
60
+ default: null;
61
+ };
62
+ text: {
63
+ type: StringConstructor;
64
+ required: true;
65
+ };
66
+ textEllipsis: {
67
+ type: BooleanConstructor;
68
+ default: boolean;
69
+ };
70
+ eyebrow: {
71
+ type: StringConstructor;
72
+ default: null;
73
+ };
74
+ eyebrowEllipsis: {
75
+ type: BooleanConstructor;
76
+ default: boolean;
77
+ };
78
+ isEyebrowUppercase: {
79
+ type: BooleanConstructor;
80
+ default: boolean;
81
+ };
82
+ supportingText: {
83
+ type: StringConstructor;
84
+ default: null;
85
+ };
86
+ supportingTextEllipsis: {
87
+ type: BooleanConstructor;
88
+ default: boolean;
89
+ };
90
+ isSupportingTextTooltipEnabled: {
91
+ type: BooleanConstructor;
92
+ default: boolean;
93
+ };
94
+ backgroundColor: {
95
+ type: PropType<RichListItemBackgroundColor>;
96
+ default: "neutral";
97
+ validator(backgroundColor: RichListItemBackgroundColor): boolean;
98
+ };
99
+ elevation: {
100
+ type: PropType<RichListItemElevation>;
101
+ default: null;
102
+ validator(evolution: RichListItemElevation): boolean;
103
+ };
104
+ hasDraggableHandler: {
105
+ type: BooleanConstructor;
106
+ default: boolean;
107
+ };
108
+ hasActionsSlotDivider: {
109
+ type: BooleanConstructor;
110
+ default: boolean;
111
+ };
112
+ isSelectable: {
113
+ type: BooleanConstructor;
114
+ default: boolean;
115
+ };
116
+ isSelected: {
117
+ type: BooleanConstructor;
118
+ default: boolean;
119
+ };
120
+ }>, {}, {
6
121
  hovered: boolean;
7
122
  RICH_LIST_ITEM_SIZE: Readonly<{
8
123
  readonly SMALL: "small";
@@ -18,17 +133,131 @@ declare const _default: import('vue').DefineComponent<{}, {}, {
18
133
  textGroupState(): TextGroupState;
19
134
  }, {}, import('vue').ComponentOptionsMixin, import('vue').ComponentOptionsMixin, {
20
135
  'update:is-selected': (value: boolean) => true;
21
- }, string, import('vue').PublicProps, Readonly<{}> & Readonly<{
136
+ }, string, import('vue').PublicProps, Readonly<import('vue').ExtractPropTypes<{
137
+ type: {
138
+ type: PropType<RichListItemType>;
139
+ default: "default";
140
+ validator(type: RichListItemType): boolean;
141
+ };
142
+ state: {
143
+ type: PropType<RichListItemState>;
144
+ default: "default";
145
+ validator(state: RichListItemState): boolean;
146
+ };
147
+ layout: {
148
+ type: PropType<RichListItemLayout>;
149
+ default: "horizontal";
150
+ validator(layout: RichListItemLayout): boolean;
151
+ };
152
+ size: {
153
+ type: PropType<RichListItemSize>;
154
+ default: "medium";
155
+ validator(size: RichListItemSize): boolean;
156
+ };
157
+ isInteractive: {
158
+ type: BooleanConstructor;
159
+ default: boolean;
160
+ };
161
+ isDimmed: {
162
+ type: BooleanConstructor;
163
+ default: boolean;
164
+ };
165
+ isDraggable: {
166
+ type: BooleanConstructor;
167
+ default: boolean;
168
+ };
169
+ icon: {
170
+ type: PropType<IconItem>;
171
+ default: null;
172
+ validator(icon: unknown): boolean;
173
+ };
174
+ iconColor: {
175
+ type: PropType<IconColor>;
176
+ default: null;
177
+ validator(iconColor: IconColor): boolean;
178
+ };
179
+ iconColorHex: {
180
+ type: StringConstructor;
181
+ default: null;
182
+ };
183
+ borderColor: {
184
+ type: PropType<RichListItemBorderColor>;
185
+ default: null;
186
+ validator(borderColor: RichListItemBorderColor): boolean;
187
+ };
188
+ borderColorHex: {
189
+ type: StringConstructor;
190
+ default: null;
191
+ };
192
+ text: {
193
+ type: StringConstructor;
194
+ required: true;
195
+ };
196
+ textEllipsis: {
197
+ type: BooleanConstructor;
198
+ default: boolean;
199
+ };
200
+ eyebrow: {
201
+ type: StringConstructor;
202
+ default: null;
203
+ };
204
+ eyebrowEllipsis: {
205
+ type: BooleanConstructor;
206
+ default: boolean;
207
+ };
208
+ isEyebrowUppercase: {
209
+ type: BooleanConstructor;
210
+ default: boolean;
211
+ };
212
+ supportingText: {
213
+ type: StringConstructor;
214
+ default: null;
215
+ };
216
+ supportingTextEllipsis: {
217
+ type: BooleanConstructor;
218
+ default: boolean;
219
+ };
220
+ isSupportingTextTooltipEnabled: {
221
+ type: BooleanConstructor;
222
+ default: boolean;
223
+ };
224
+ backgroundColor: {
225
+ type: PropType<RichListItemBackgroundColor>;
226
+ default: "neutral";
227
+ validator(backgroundColor: RichListItemBackgroundColor): boolean;
228
+ };
229
+ elevation: {
230
+ type: PropType<RichListItemElevation>;
231
+ default: null;
232
+ validator(evolution: RichListItemElevation): boolean;
233
+ };
234
+ hasDraggableHandler: {
235
+ type: BooleanConstructor;
236
+ default: boolean;
237
+ };
238
+ hasActionsSlotDivider: {
239
+ type: BooleanConstructor;
240
+ default: boolean;
241
+ };
242
+ isSelectable: {
243
+ type: BooleanConstructor;
244
+ default: boolean;
245
+ };
246
+ isSelected: {
247
+ type: BooleanConstructor;
248
+ default: boolean;
249
+ };
250
+ }>> & Readonly<{
22
251
  "onUpdate:is-selected"?: ((value: boolean) => any) | undefined;
23
252
  }>, {
24
- icon: any;
25
253
  size: RichListItemSize;
26
254
  type: RichListItemType;
255
+ backgroundColor: RichListItemBackgroundColor;
256
+ icon: any;
27
257
  state: RichListItemState;
28
258
  elevation: "small";
29
259
  layout: RichListItemLayout;
30
260
  borderColor: RichListItemBorderColor;
31
- backgroundColor: RichListItemBackgroundColor;
32
261
  eyebrowEllipsis: boolean;
33
262
  textEllipsis: boolean;
34
263
  isInteractive: boolean;
@@ -49,11 +278,11 @@ declare const _default: import('vue').DefineComponent<{}, {}, {
49
278
  }, {}, {
50
279
  DsTextGroup: import('vue').DefineComponent<import('vue').ExtractPropTypes<{
51
280
  size: {
52
- type: PropType<string>;
281
+ type: PropType<TextGroupSize>;
53
282
  default: string;
54
283
  };
55
284
  color: {
56
- type: PropType<"neutral">;
285
+ type: PropType<import('../../TextGroup').TextGroupColor>;
57
286
  default: "neutral";
58
287
  };
59
288
  eyebrowText: {
@@ -89,7 +318,7 @@ declare const _default: import('vue').DefineComponent<{}, {}, {
89
318
  default: boolean;
90
319
  };
91
320
  skeletonLoadingSize: {
92
- type: PropType<string>;
321
+ type: PropType<import('../../TextGroup').TextGroupLoadingSize>;
93
322
  default: string;
94
323
  };
95
324
  isSelected: {
@@ -133,11 +362,11 @@ declare const _default: import('vue').DefineComponent<{}, {}, {
133
362
  loadingSizeClassName(): string;
134
363
  }, {}, import('vue').ComponentOptionsMixin, import('vue').ComponentOptionsMixin, {}, string, import('vue').PublicProps, Readonly<import('vue').ExtractPropTypes<{
135
364
  size: {
136
- type: PropType<string>;
365
+ type: PropType<TextGroupSize>;
137
366
  default: string;
138
367
  };
139
368
  color: {
140
- type: PropType<"neutral">;
369
+ type: PropType<import('../../TextGroup').TextGroupColor>;
141
370
  default: "neutral";
142
371
  };
143
372
  eyebrowText: {
@@ -173,7 +402,7 @@ declare const _default: import('vue').DefineComponent<{}, {}, {
173
402
  default: boolean;
174
403
  };
175
404
  skeletonLoadingSize: {
176
- type: PropType<string>;
405
+ type: PropType<import('../../TextGroup').TextGroupLoadingSize>;
177
406
  default: string;
178
407
  };
179
408
  isSelected: {
@@ -225,7 +454,7 @@ declare const _default: import('vue').DefineComponent<{}, {}, {
225
454
  default: string;
226
455
  };
227
456
  radius: {
228
- type: PropType<string>;
457
+ type: PropType<import('../../..').SkeletonRadiusSize>;
229
458
  default: string;
230
459
  };
231
460
  width: {
@@ -247,7 +476,7 @@ declare const _default: import('vue').DefineComponent<{}, {}, {
247
476
  default: string;
248
477
  };
249
478
  radius: {
250
- type: PropType<string>;
479
+ type: PropType<import('../../..').SkeletonRadiusSize>;
251
480
  default: string;
252
481
  };
253
482
  width: {
@@ -259,7 +488,7 @@ declare const _default: import('vue').DefineComponent<{}, {}, {
259
488
  width: string;
260
489
  height: string;
261
490
  }, {}, {
262
- PrimeSkeleton: import('@primevue/core').DefineComponent<import('primevue/skeleton').SkeletonProps, import('primevue/skeleton').SkeletonSlots, (e: string, ...args: any[]) => void, {}>;
491
+ PrimeSkeleton: import('@primevue/core').DefineComponent<import('primevue/skeleton').SkeletonProps, import('primevue/skeleton').SkeletonSlots, (e: string, ...args: any[]) => void>;
263
492
  }, {}, string, import('vue').ComponentProvideOptions, true, {}, any>;
264
493
  DsTooltip: import('vue').DefineComponent<import('vue').ExtractPropTypes<{
265
494
  placement: {
@@ -347,15 +576,102 @@ declare const _default: import('vue').DefineComponent<{}, {}, {
347
576
  isHiddenOnMobile: boolean;
348
577
  }, {}, {}, {}, string, import('vue').ComponentProvideOptions, true, {}, any>;
349
578
  }, {}, string, import('vue').ComponentProvideOptions, true, {}, any>;
350
- RichListItem: import('vue').DefineComponent<{}, {}, {
579
+ RichListItem: import('vue').DefineComponent<import('vue').ExtractPropTypes<{
580
+ type: {
581
+ type: PropType<RichListItemType>;
582
+ default: "default";
583
+ validator(type: RichListItemType): boolean;
584
+ };
585
+ layout: {
586
+ type: PropType<RichListItemLayout>;
587
+ default: "horizontal";
588
+ validator(layout: RichListItemLayout): boolean;
589
+ };
590
+ state: {
591
+ type: PropType<RichListItemState>;
592
+ default: "default";
593
+ validator(state: RichListItemState): boolean;
594
+ };
595
+ size: {
596
+ type: PropType<RichListItemSize>;
597
+ default: "medium";
598
+ validator(size: unknown): boolean;
599
+ };
600
+ isInteractive: {
601
+ type: BooleanConstructor;
602
+ default: boolean;
603
+ };
604
+ isDimmed: {
605
+ type: BooleanConstructor;
606
+ default: boolean;
607
+ };
608
+ isDraggable: {
609
+ type: BooleanConstructor;
610
+ default: boolean;
611
+ };
612
+ icon: {
613
+ type: PropType<IconItem>;
614
+ default: null;
615
+ validator(icon: unknown): boolean;
616
+ };
617
+ iconColor: {
618
+ type: PropType<IconColor>;
619
+ default: null;
620
+ validator(iconColor: unknown): boolean;
621
+ };
622
+ iconColorHex: {
623
+ type: StringConstructor;
624
+ default: null;
625
+ };
626
+ borderColor: {
627
+ type: PropType<RichListItemBorderColor>;
628
+ default: null;
629
+ validator(borderColor: unknown): boolean;
630
+ };
631
+ borderColorHex: {
632
+ type: StringConstructor;
633
+ default: null;
634
+ };
635
+ draggableIconClassName: {
636
+ type: StringConstructor;
637
+ default: null;
638
+ };
639
+ backgroundColor: {
640
+ type: PropType<RichListItemBackgroundColor>;
641
+ default: "neutral";
642
+ validator(backgroundColor: unknown): boolean;
643
+ };
644
+ elevation: {
645
+ type: PropType<RichListItemElevation>;
646
+ default: null;
647
+ validator(evolution: unknown): boolean;
648
+ };
649
+ hasDraggableHandler: {
650
+ type: BooleanConstructor;
651
+ default: boolean;
652
+ };
653
+ hasActionsSlotDivider: {
654
+ type: BooleanConstructor;
655
+ default: boolean;
656
+ };
657
+ isSelectable: {
658
+ type: BooleanConstructor;
659
+ default: boolean;
660
+ };
661
+ isSelected: {
662
+ type: BooleanConstructor;
663
+ default: boolean;
664
+ };
665
+ }>, {}, {
351
666
  ICONS: Readonly<{
352
- readonly HEAD_WITH_QUESTION_MARK: VueConstructor<Vue>;
353
- readonly RIBBON: VueConstructor<Vue>;
354
- readonly SLIDERS_SEARCH: VueConstructor<Vue>;
355
- readonly COMMENTS_CHECK: VueConstructor<Vue>;
356
667
  readonly ANSWERS: VueConstructor<Vue>;
668
+ readonly CHANGE: VueConstructor<Vue>;
669
+ readonly COMMENTS_CHECK: VueConstructor<Vue>;
670
+ readonly HEAD_WITH_QUESTION_MARK: VueConstructor<Vue>;
357
671
  readonly HIDE_ANSWERS: VueConstructor<Vue>;
672
+ readonly RIBBON: VueConstructor<Vue>;
358
673
  readonly SIDEBAR_FLIP_SOLID: VueConstructor<Vue>;
674
+ readonly SLIDERS_SEARCH: VueConstructor<Vue>;
359
675
  readonly FA_ADDRESS_CARD: import('@fortawesome/fontawesome-common-types').IconDefinition;
360
676
  readonly FA_ANGLE_DOWN: import('@fortawesome/fontawesome-common-types').IconDefinition;
361
677
  readonly FA_ANGLE_LEFT: import('@fortawesome/fontawesome-common-types').IconDefinition;
@@ -547,6 +863,7 @@ declare const _default: import('vue').DefineComponent<{}, {}, {
547
863
  readonly FA_UNLOCK_KEYHOLE: import('@fortawesome/fontawesome-common-types').IconDefinition;
548
864
  readonly FA_UPLOAD: import('@fortawesome/fontawesome-common-types').IconDefinition;
549
865
  readonly FA_USER: import('@fortawesome/fontawesome-common-types').IconDefinition;
866
+ readonly FA_USER_GEAR: import('@fortawesome/fontawesome-common-types').IconDefinition;
550
867
  readonly FA_USER_DOCTOR_SOLID: import('@fortawesome/fontawesome-common-types').IconDefinition;
551
868
  readonly FA_VIDEO_SOLID: import('@fortawesome/fontawesome-common-types').IconDefinition;
552
869
  readonly FA_VOLUME_HIGH_SOLID: import('@fortawesome/fontawesome-common-types').IconDefinition;
@@ -596,19 +913,105 @@ declare const _default: import('vue').DefineComponent<{}, {}, {
596
913
  'icon-click': () => true;
597
914
  click: () => true;
598
915
  'update:is-selected': (isSelected: boolean) => true;
599
- }, string, import('vue').PublicProps, Readonly<{}> & Readonly<{
916
+ }, string, import('vue').PublicProps, Readonly<import('vue').ExtractPropTypes<{
917
+ type: {
918
+ type: PropType<RichListItemType>;
919
+ default: "default";
920
+ validator(type: RichListItemType): boolean;
921
+ };
922
+ layout: {
923
+ type: PropType<RichListItemLayout>;
924
+ default: "horizontal";
925
+ validator(layout: RichListItemLayout): boolean;
926
+ };
927
+ state: {
928
+ type: PropType<RichListItemState>;
929
+ default: "default";
930
+ validator(state: RichListItemState): boolean;
931
+ };
932
+ size: {
933
+ type: PropType<RichListItemSize>;
934
+ default: "medium";
935
+ validator(size: unknown): boolean;
936
+ };
937
+ isInteractive: {
938
+ type: BooleanConstructor;
939
+ default: boolean;
940
+ };
941
+ isDimmed: {
942
+ type: BooleanConstructor;
943
+ default: boolean;
944
+ };
945
+ isDraggable: {
946
+ type: BooleanConstructor;
947
+ default: boolean;
948
+ };
949
+ icon: {
950
+ type: PropType<IconItem>;
951
+ default: null;
952
+ validator(icon: unknown): boolean;
953
+ };
954
+ iconColor: {
955
+ type: PropType<IconColor>;
956
+ default: null;
957
+ validator(iconColor: unknown): boolean;
958
+ };
959
+ iconColorHex: {
960
+ type: StringConstructor;
961
+ default: null;
962
+ };
963
+ borderColor: {
964
+ type: PropType<RichListItemBorderColor>;
965
+ default: null;
966
+ validator(borderColor: unknown): boolean;
967
+ };
968
+ borderColorHex: {
969
+ type: StringConstructor;
970
+ default: null;
971
+ };
972
+ draggableIconClassName: {
973
+ type: StringConstructor;
974
+ default: null;
975
+ };
976
+ backgroundColor: {
977
+ type: PropType<RichListItemBackgroundColor>;
978
+ default: "neutral";
979
+ validator(backgroundColor: unknown): boolean;
980
+ };
981
+ elevation: {
982
+ type: PropType<RichListItemElevation>;
983
+ default: null;
984
+ validator(evolution: unknown): boolean;
985
+ };
986
+ hasDraggableHandler: {
987
+ type: BooleanConstructor;
988
+ default: boolean;
989
+ };
990
+ hasActionsSlotDivider: {
991
+ type: BooleanConstructor;
992
+ default: boolean;
993
+ };
994
+ isSelectable: {
995
+ type: BooleanConstructor;
996
+ default: boolean;
997
+ };
998
+ isSelected: {
999
+ type: BooleanConstructor;
1000
+ default: boolean;
1001
+ };
1002
+ }>> & Readonly<{
600
1003
  onClick?: (() => any) | undefined;
601
1004
  "onUpdate:is-selected"?: ((isSelected: boolean) => any) | undefined;
602
1005
  "onIcon-click"?: (() => any) | undefined;
603
1006
  }>, {
604
- icon: any;
605
1007
  size: RichListItemSize;
606
1008
  type: RichListItemType;
1009
+ backgroundColor: RichListItemBackgroundColor;
1010
+ icon: any;
607
1011
  state: RichListItemState;
608
1012
  elevation: "small";
609
1013
  layout: RichListItemLayout;
610
1014
  borderColor: RichListItemBorderColor;
611
- backgroundColor: RichListItemBackgroundColor;
612
1015
  isInteractive: boolean;
613
1016
  isSelected: boolean;
614
1017
  isDimmed: boolean;
@@ -621,19 +1024,39 @@ declare const _default: import('vue').DefineComponent<{}, {}, {
621
1024
  hasActionsSlotDivider: boolean;
622
1025
  isSelectable: boolean;
623
1026
  }, {}, {
624
- DsCheckbox: import('vue').DefineComponent<{}, {}, {
1027
+ DsCheckbox: import('vue').DefineComponent<import('vue').ExtractPropTypes<{
1028
+ size: {
1029
+ type: PropType<import('../../Form/Checkbox/Checkbox.consts').CheckboxSize>;
1030
+ default: "small";
1031
+ validator(size: unknown): boolean;
1032
+ };
1033
+ label: {
1034
+ type: StringConstructor;
1035
+ default: null;
1036
+ };
1037
+ isSelected: {
1038
+ type: BooleanConstructor;
1039
+ default: boolean;
1040
+ };
1041
+ state: {
1042
+ type: PropType<import('../../Form/Checkbox/Checkbox.consts').CheckboxState>;
1043
+ default: "default";
1044
+ validator(state: unknown): boolean;
1045
+ };
1046
+ }>, {}, {
625
1047
  SELECTION_CONTROL_TYPE: Readonly<{
626
1048
  readonly RADIO_BUTTON: "radioButton";
627
1049
  readonly CHECKBOX: "checkbox";
628
1050
  }>;
629
1051
  ICONS: Readonly<{
630
- readonly HEAD_WITH_QUESTION_MARK: VueConstructor<Vue>;
631
- readonly RIBBON: VueConstructor<Vue>;
632
- readonly SLIDERS_SEARCH: VueConstructor<Vue>;
633
- readonly COMMENTS_CHECK: VueConstructor<Vue>;
634
1052
  readonly ANSWERS: VueConstructor<Vue>;
1053
+ readonly CHANGE: VueConstructor<Vue>;
1054
+ readonly COMMENTS_CHECK: VueConstructor<Vue>;
1055
+ readonly HEAD_WITH_QUESTION_MARK: VueConstructor<Vue>;
635
1056
  readonly HIDE_ANSWERS: VueConstructor<Vue>;
1057
+ readonly RIBBON: VueConstructor<Vue>;
636
1058
  readonly SIDEBAR_FLIP_SOLID: VueConstructor<Vue>;
1059
+ readonly SLIDERS_SEARCH: VueConstructor<Vue>;
637
1060
  readonly FA_ADDRESS_CARD: import('@fortawesome/fontawesome-common-types').IconDefinition;
638
1061
  readonly FA_ANGLE_DOWN: import('@fortawesome/fontawesome-common-types').IconDefinition;
639
1062
  readonly FA_ANGLE_LEFT: import('@fortawesome/fontawesome-common-types').IconDefinition;
@@ -825,6 +1248,7 @@ declare const _default: import('vue').DefineComponent<{}, {}, {
825
1248
  readonly FA_UNLOCK_KEYHOLE: import('@fortawesome/fontawesome-common-types').IconDefinition;
826
1249
  readonly FA_UPLOAD: import('@fortawesome/fontawesome-common-types').IconDefinition;
827
1250
  readonly FA_USER: import('@fortawesome/fontawesome-common-types').IconDefinition;
1251
+ readonly FA_USER_GEAR: import('@fortawesome/fontawesome-common-types').IconDefinition;
828
1252
  readonly FA_USER_DOCTOR_SOLID: import('@fortawesome/fontawesome-common-types').IconDefinition;
829
1253
  readonly FA_VIDEO_SOLID: import('@fortawesome/fontawesome-common-types').IconDefinition;
830
1254
  readonly FA_VOLUME_HIGH_SOLID: import('@fortawesome/fontawesome-common-types').IconDefinition;
@@ -833,7 +1257,26 @@ declare const _default: import('vue').DefineComponent<{}, {}, {
833
1257
  readonly FA_XMARK: import('@fortawesome/fontawesome-common-types').IconDefinition;
834
1258
  readonly FAD_SPINNER_THIRD: import('@fortawesome/fontawesome-common-types').IconDefinition;
835
1259
  }>;
836
- }, {}, {}, import('vue').ComponentOptionsMixin, import('vue').ComponentOptionsMixin, ("update:is-selected" | "input:focus" | "input:blur")[], "update:is-selected" | "input:focus" | "input:blur", import('vue').PublicProps, Readonly<{}> & Readonly<{
1260
+ }, {}, {}, import('vue').ComponentOptionsMixin, import('vue').ComponentOptionsMixin, ("update:is-selected" | "input:focus" | "input:blur")[], "update:is-selected" | "input:focus" | "input:blur", import('vue').PublicProps, Readonly<import('vue').ExtractPropTypes<{
1261
+ size: {
1262
+ type: PropType<import('../../Form/Checkbox/Checkbox.consts').CheckboxSize>;
1263
+ default: "small";
1264
+ validator(size: unknown): boolean;
1265
+ };
1266
+ label: {
1267
+ type: StringConstructor;
1268
+ default: null;
1269
+ };
1270
+ isSelected: {
1271
+ type: BooleanConstructor;
1272
+ default: boolean;
1273
+ };
1274
+ state: {
1275
+ type: PropType<import('../../Form/Checkbox/Checkbox.consts').CheckboxState>;
1276
+ default: "default";
1277
+ validator(state: unknown): boolean;
1278
+ };
1279
+ }>> & Readonly<{
837
1280
  "onUpdate:is-selected"?: ((...args: any[]) => any) | undefined;
838
1281
  "onInput:focus"?: ((...args: any[]) => any) | undefined;
839
1282
  "onInput:blur"?: ((...args: any[]) => any) | undefined;
@@ -843,7 +1286,41 @@ declare const _default: import('vue').DefineComponent<{}, {}, {
843
1286
  state: import('../../Form/Checkbox/Checkbox.consts').CheckboxState;
844
1287
  isSelected: boolean;
845
1288
  }, {}, {
846
- SelectionControl: import('vue').DefineComponent<{}, {}, {
1289
+ SelectionControl: import('vue').DefineComponent<import('vue').ExtractPropTypes<{
1290
+ size: {
1291
+ type: PropType<import('../../Form/SelectionControl/SelectionControl.consts').SelectionControlSize>;
1292
+ default: "small";
1293
+ validator(size: unknown): boolean;
1294
+ };
1295
+ label: {
1296
+ type: StringConstructor;
1297
+ default: null;
1298
+ };
1299
+ isSelected: {
1300
+ type: BooleanConstructor;
1301
+ default: boolean;
1302
+ };
1303
+ state: {
1304
+ type: PropType<import('../../Form/SelectionControl/SelectionControl.consts').SelectionControlState>;
1305
+ default: "default";
1306
+ validator(state: unknown): boolean;
1307
+ };
1308
+ selectedIcon: {
1309
+ type: ObjectConstructor;
1310
+ required: true;
1311
+ validator(icon: unknown): boolean;
1312
+ };
1313
+ notSelectedIcon: {
1314
+ type: ObjectConstructor;
1315
+ required: true;
1316
+ validator(icon: unknown): boolean;
1317
+ };
1318
+ type: {
1319
+ type: PropType<import('../../Form/SelectionControl/SelectionControl.consts').SelectionControlType>;
1320
+ required: true;
1321
+ validator(type: unknown): boolean;
1322
+ };
1323
+ }>, {}, {
847
1324
  isFocused: boolean;
848
1325
  SELECTION_CONTROL_STATE: Readonly<{
849
1326
  readonly DEFAULT: "default";
@@ -861,7 +1338,41 @@ declare const _default: import('vue').DefineComponent<{}, {}, {
861
1338
  onToggle(): void;
862
1339
  onFocus(): void;
863
1340
  onBlur(): void;
864
- }, import('vue').ComponentOptionsMixin, import('vue').ComponentOptionsMixin, ("update:is-selected" | "input:focus" | "input:blur")[], "update:is-selected" | "input:focus" | "input:blur", import('vue').PublicProps, Readonly<{}> & Readonly<{
1341
+ }, import('vue').ComponentOptionsMixin, import('vue').ComponentOptionsMixin, ("update:is-selected" | "input:focus" | "input:blur")[], "update:is-selected" | "input:focus" | "input:blur", import('vue').PublicProps, Readonly<import('vue').ExtractPropTypes<{
1342
+ size: {
1343
+ type: PropType<import('../../Form/SelectionControl/SelectionControl.consts').SelectionControlSize>;
1344
+ default: "small";
1345
+ validator(size: unknown): boolean;
1346
+ };
1347
+ label: {
1348
+ type: StringConstructor;
1349
+ default: null;
1350
+ };
1351
+ isSelected: {
1352
+ type: BooleanConstructor;
1353
+ default: boolean;
1354
+ };
1355
+ state: {
1356
+ type: PropType<import('../../Form/SelectionControl/SelectionControl.consts').SelectionControlState>;
1357
+ default: "default";
1358
+ validator(state: unknown): boolean;
1359
+ };
1360
+ selectedIcon: {
1361
+ type: ObjectConstructor;
1362
+ required: true;
1363
+ validator(icon: unknown): boolean;
1364
+ };
1365
+ notSelectedIcon: {
1366
+ type: ObjectConstructor;
1367
+ required: true;
1368
+ validator(icon: unknown): boolean;
1369
+ };
1370
+ type: {
1371
+ type: PropType<import('../../Form/SelectionControl/SelectionControl.consts').SelectionControlType>;
1372
+ required: true;
1373
+ validator(type: unknown): boolean;
1374
+ };
1375
+ }>> & Readonly<{
865
1376
  "onUpdate:is-selected"?: ((...args: any[]) => any) | undefined;
866
1377
  "onInput:focus"?: ((...args: any[]) => any) | undefined;
867
1378
  "onInput:blur"?: ((...args: any[]) => any) | undefined;
@@ -940,14 +1451,14 @@ declare const _default: import('vue').DefineComponent<{}, {}, {
940
1451
  default: boolean;
941
1452
  };
942
1453
  }>> & Readonly<{}>, {
943
- rotation: number;
944
1454
  size: string;
1455
+ rotation: number;
945
1456
  flippedVertical: boolean;
946
1457
  flippedHorizontal: boolean;
947
1458
  touchable: boolean;
948
1459
  spinning: boolean;
949
1460
  }, {}, {
950
- 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>;
1461
+ FontAwesomeIcon: import('vue').DefineComponent<import('@fortawesome/vue-fontawesome').FontAwesomeIconProps>;
951
1462
  }, {}, string, import('vue').ComponentProvideOptions, true, {}, any>;
952
1463
  }, {}, string, import('vue').ComponentProvideOptions, true, {}, any>;
953
1464
  }, {}, string, import('vue').ComponentProvideOptions, true, {}, any>;
@@ -1063,14 +1574,14 @@ declare const _default: import('vue').DefineComponent<{}, {}, {
1063
1574
  default: boolean;
1064
1575
  };
1065
1576
  }>> & Readonly<{}>, {
1066
- rotation: number;
1067
1577
  size: string;
1578
+ rotation: number;
1068
1579
  flippedVertical: boolean;
1069
1580
  flippedHorizontal: boolean;
1070
1581
  touchable: boolean;
1071
1582
  spinning: boolean;
1072
1583
  }, {}, {
1073
- 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>;
1584
+ FontAwesomeIcon: import('vue').DefineComponent<import('@fortawesome/vue-fontawesome').FontAwesomeIconProps>;
1074
1585
  }, {}, string, import('vue').ComponentProvideOptions, true, {}, any>;
1075
1586
  }, {}, string, import('vue').ComponentProvideOptions, true, {}, any>;
1076
1587
  }, {}, string, import('vue').ComponentProvideOptions, true, {}, any>;