@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,20 +1,21 @@
1
1
  import { PropType, Ref } from 'vue';
2
- import { DatePickerStates } from './DatePicker.consts';
2
+ import { DatePickerCalendarPositions, DatePickerColors, DatePickerStates } from './DatePicker.consts';
3
3
 
4
4
  declare const _default: import('vue').DefineComponent<{
5
- disableDates: Date[];
5
+ disableDates: Array<Date>;
6
6
  minDate: Date | null;
7
7
  maxDate: Date | null;
8
- calendarPosition: string;
8
+ calendarPosition: DatePickerCalendarPositions;
9
9
  date: Date;
10
10
  isInteractive: boolean;
11
11
  state: DatePickerStates;
12
+ updatePositionBasedOnScrollableSelector: string;
12
13
  }, {
13
14
  flatpickrInputRef: Ref<HTMLInputElement, HTMLInputElement>;
14
15
  datePickerRef: Ref<HTMLDivElement, HTMLDivElement>;
15
16
  isOpen: Ref<boolean, boolean>;
16
17
  toggleDatePicker: () => void;
17
- createDatePicker: (flatpickrInputElement: HTMLInputElement, dateRangePickerRef: HTMLElement) => Promise<import('flatpickr/dist/types/instance').Instance | undefined>;
18
+ createDatePicker: (flatpickrInputElement: HTMLInputElement, dateRangePickerRef: HTMLElement, updatePositionBasedOnScrollableSelector: string) => Promise<import('flatpickr/dist/types/instance').Instance | undefined>;
18
19
  DATE_PICKER_CALENDAR_POSITIONS: Readonly<{
19
20
  TOP: string;
20
21
  TOP_LEFT: string;
@@ -38,6 +39,10 @@ declare const _default: import('vue').DefineComponent<{
38
39
  BOX: string;
39
40
  TILE: string;
40
41
  }>;
42
+ TILE_ADDITIONAL_TEXT_MAX_WIDTHS: Readonly<{
43
+ readonly SMALL: "small";
44
+ readonly MEDIUM: "medium";
45
+ }>;
41
46
  }, {}, {
42
47
  borderColor(): "warning" | "danger" | "neutralWeak" | "primary" | "dangerWeak" | "warningWeak";
43
48
  eyebrowText(): string;
@@ -50,18 +55,19 @@ declare const _default: import('vue').DefineComponent<{
50
55
  }, import('vue').ComponentOptionsMixin, import('vue').ComponentOptionsMixin, {
51
56
  'update:date': (date: Date) => true;
52
57
  }, string, import('vue').PublicProps, Readonly<{
53
- disableDates: Date[];
58
+ disableDates: Array<Date>;
54
59
  minDate: Date | null;
55
60
  maxDate: Date | null;
56
- calendarPosition: string;
61
+ calendarPosition: DatePickerCalendarPositions;
57
62
  date: Date;
58
63
  isInteractive: boolean;
59
64
  state: DatePickerStates;
65
+ updatePositionBasedOnScrollableSelector: string;
60
66
  }> & Readonly<{
61
67
  "onUpdate:date"?: ((date: Date) => any) | undefined;
62
68
  }>, {
63
- icon: any;
64
69
  label: string;
70
+ icon: any;
65
71
  color: string;
66
72
  state: string;
67
73
  isIconHiddenOnMobile: boolean;
@@ -77,6 +83,7 @@ declare const _default: import('vue').DefineComponent<{
77
83
  disableDates: Date[];
78
84
  minDate: Date;
79
85
  maxDate: Date;
86
+ updatePositionBasedOnScrollableSelector: string;
80
87
  }, {}, {
81
88
  DsTile: import('vue').DefineComponent<import('vue').ExtractPropTypes<{
82
89
  interactive: {
@@ -121,11 +128,7 @@ declare const _default: import('vue').DefineComponent<{
121
128
  state: {
122
129
  type: PropType<import('../../Tile').TileStates>;
123
130
  default: "default";
124
- validator(value: import('../../../utils/type.utils').Value<{
125
- readonly DEFAULT: "default";
126
- readonly DISABLED: "disabled";
127
- readonly LOADING: "loading";
128
- }>): boolean;
131
+ validator(value: import('../../../utils/type.utils').Value<typeof import('../../Tile').TILE_STATES>): boolean;
129
132
  };
130
133
  eyebrowEllipsis: {
131
134
  type: BooleanConstructor;
@@ -139,15 +142,21 @@ declare const _default: import('vue').DefineComponent<{
139
142
  type: PropType<import('../../Tile').TileBorderColors>;
140
143
  default: null;
141
144
  };
145
+ additionalTextMaxWidth: {
146
+ type: PropType<import('../../Tile').TileAdditionalTextMaxWidths>;
147
+ default: "small";
148
+ validator(value: import('../../Tile').TileAdditionalTextMaxWidths): boolean;
149
+ };
142
150
  }>, {}, {
143
151
  ICONS: Readonly<{
144
- readonly HEAD_WITH_QUESTION_MARK: VueConstructor<Vue>;
145
- readonly RIBBON: VueConstructor<Vue>;
146
- readonly SLIDERS_SEARCH: VueConstructor<Vue>;
147
- readonly COMMENTS_CHECK: VueConstructor<Vue>;
148
152
  readonly ANSWERS: VueConstructor<Vue>;
153
+ readonly CHANGE: VueConstructor<Vue>;
154
+ readonly COMMENTS_CHECK: VueConstructor<Vue>;
155
+ readonly HEAD_WITH_QUESTION_MARK: VueConstructor<Vue>;
149
156
  readonly HIDE_ANSWERS: VueConstructor<Vue>;
157
+ readonly RIBBON: VueConstructor<Vue>;
150
158
  readonly SIDEBAR_FLIP_SOLID: VueConstructor<Vue>;
159
+ readonly SLIDERS_SEARCH: VueConstructor<Vue>;
151
160
  readonly FA_ADDRESS_CARD: import('@fortawesome/fontawesome-common-types').IconDefinition;
152
161
  readonly FA_ANGLE_DOWN: import('@fortawesome/fontawesome-common-types').IconDefinition;
153
162
  readonly FA_ANGLE_LEFT: import('@fortawesome/fontawesome-common-types').IconDefinition;
@@ -339,6 +348,7 @@ declare const _default: import('vue').DefineComponent<{
339
348
  readonly FA_UNLOCK_KEYHOLE: import('@fortawesome/fontawesome-common-types').IconDefinition;
340
349
  readonly FA_UPLOAD: import('@fortawesome/fontawesome-common-types').IconDefinition;
341
350
  readonly FA_USER: import('@fortawesome/fontawesome-common-types').IconDefinition;
351
+ readonly FA_USER_GEAR: import('@fortawesome/fontawesome-common-types').IconDefinition;
342
352
  readonly FA_USER_DOCTOR_SOLID: import('@fortawesome/fontawesome-common-types').IconDefinition;
343
353
  readonly FA_VIDEO_SOLID: import('@fortawesome/fontawesome-common-types').IconDefinition;
344
354
  readonly FA_VOLUME_HIGH_SOLID: import('@fortawesome/fontawesome-common-types').IconDefinition;
@@ -362,6 +372,10 @@ declare const _default: import('vue').DefineComponent<{
362
372
  readonly DISABLED: "disabled";
363
373
  readonly LOADING: "loading";
364
374
  }>;
375
+ TILE_ADDITIONAL_TEXT_MAX_WIDTHS: Readonly<{
376
+ readonly SMALL: "small";
377
+ readonly MEDIUM: "medium";
378
+ }>;
365
379
  }, {
366
380
  tileColor(): any;
367
381
  tileState(): any;
@@ -408,11 +422,7 @@ declare const _default: import('vue').DefineComponent<{
408
422
  state: {
409
423
  type: PropType<import('../../Tile').TileStates>;
410
424
  default: "default";
411
- validator(value: import('../../../utils/type.utils').Value<{
412
- readonly DEFAULT: "default";
413
- readonly DISABLED: "disabled";
414
- readonly LOADING: "loading";
415
- }>): boolean;
425
+ validator(value: import('../../../utils/type.utils').Value<typeof import('../../Tile').TILE_STATES>): boolean;
416
426
  };
417
427
  eyebrowEllipsis: {
418
428
  type: BooleanConstructor;
@@ -426,6 +436,11 @@ declare const _default: import('vue').DefineComponent<{
426
436
  type: PropType<import('../../Tile').TileBorderColors>;
427
437
  default: null;
428
438
  };
439
+ additionalTextMaxWidth: {
440
+ type: PropType<import('../../Tile').TileAdditionalTextMaxWidths>;
441
+ default: "small";
442
+ validator(value: import('../../Tile').TileAdditionalTextMaxWidths): boolean;
443
+ };
429
444
  }>> & Readonly<{}>, {
430
445
  color: import('../../Tile').TileColors;
431
446
  state: import('../../Tile').TileStates;
@@ -439,6 +454,7 @@ declare const _default: import('vue').DefineComponent<{
439
454
  isEyebrowTextUppercase: boolean;
440
455
  eyebrowEllipsis: boolean;
441
456
  textEllipsis: boolean;
457
+ additionalTextMaxWidth: import('../../Tile').TileAdditionalTextMaxWidths;
442
458
  }, {}, {
443
459
  DsIcon: import('vue').DefineComponent<import('vue').ExtractPropTypes<{
444
460
  icon: {
@@ -509,25 +525,77 @@ declare const _default: import('vue').DefineComponent<{
509
525
  default: boolean;
510
526
  };
511
527
  }>> & Readonly<{}>, {
512
- rotation: number;
513
528
  size: string;
529
+ rotation: number;
514
530
  flippedVertical: boolean;
515
531
  flippedHorizontal: boolean;
516
532
  touchable: boolean;
517
533
  spinning: boolean;
518
534
  }, {}, {
519
- 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>;
535
+ FontAwesomeIcon: import('vue').DefineComponent<import('@fortawesome/vue-fontawesome').FontAwesomeIconProps>;
520
536
  }, {}, string, import('vue').ComponentProvideOptions, true, {}, any>;
521
537
  }, {}, string, import('vue').ComponentProvideOptions, true, {}, any>;
522
- DatePickerBox: import('vue').DefineComponent<{}, {}, {
538
+ DatePickerBox: import('vue').DefineComponent<import('vue').ExtractPropTypes<{
539
+ isInteractive: {
540
+ type: BooleanConstructor;
541
+ default: boolean;
542
+ };
543
+ placeholder: {
544
+ type: StringConstructor;
545
+ default: string;
546
+ };
547
+ startDate: {
548
+ type: DateConstructor;
549
+ default: null;
550
+ };
551
+ endDate: {
552
+ type: DateConstructor;
553
+ default: null;
554
+ };
555
+ startIcon: {
556
+ type: ObjectConstructor;
557
+ default: null;
558
+ validate: (icon: any) => boolean;
559
+ };
560
+ endIcon: {
561
+ type: ObjectConstructor;
562
+ default: null;
563
+ validate: (icon: any) => boolean;
564
+ };
565
+ areIconsHiddenOnMobile: {
566
+ type: BooleanConstructor;
567
+ default: boolean;
568
+ };
569
+ state: {
570
+ type: PropType<string>;
571
+ default: string;
572
+ };
573
+ color: {
574
+ type: PropType<DatePickerColors>;
575
+ default: string;
576
+ };
577
+ startDateEyebrowText: {
578
+ type: StringConstructor;
579
+ default: string;
580
+ };
581
+ endDateEyebrowText: {
582
+ type: StringConstructor;
583
+ default: string;
584
+ };
585
+ isOpen: {
586
+ type: BooleanConstructor;
587
+ default: boolean;
588
+ };
589
+ }>, {}, {
523
590
  ICONS: Readonly<{
524
- readonly HEAD_WITH_QUESTION_MARK: VueConstructor<Vue>;
525
- readonly RIBBON: VueConstructor<Vue>;
526
- readonly SLIDERS_SEARCH: VueConstructor<Vue>;
527
- readonly COMMENTS_CHECK: VueConstructor<Vue>;
528
591
  readonly ANSWERS: VueConstructor<Vue>;
592
+ readonly CHANGE: VueConstructor<Vue>;
593
+ readonly COMMENTS_CHECK: VueConstructor<Vue>;
594
+ readonly HEAD_WITH_QUESTION_MARK: VueConstructor<Vue>;
529
595
  readonly HIDE_ANSWERS: VueConstructor<Vue>;
596
+ readonly RIBBON: VueConstructor<Vue>;
530
597
  readonly SIDEBAR_FLIP_SOLID: VueConstructor<Vue>;
598
+ readonly SLIDERS_SEARCH: VueConstructor<Vue>;
531
599
  readonly FA_ADDRESS_CARD: import('@fortawesome/fontawesome-common-types').IconDefinition;
532
600
  readonly FA_ANGLE_DOWN: import('@fortawesome/fontawesome-common-types').IconDefinition;
533
601
  readonly FA_ANGLE_LEFT: import('@fortawesome/fontawesome-common-types').IconDefinition;
@@ -719,6 +787,7 @@ declare const _default: import('vue').DefineComponent<{
719
787
  readonly FA_UNLOCK_KEYHOLE: import('@fortawesome/fontawesome-common-types').IconDefinition;
720
788
  readonly FA_UPLOAD: import('@fortawesome/fontawesome-common-types').IconDefinition;
721
789
  readonly FA_USER: import('@fortawesome/fontawesome-common-types').IconDefinition;
790
+ readonly FA_USER_GEAR: import('@fortawesome/fontawesome-common-types').IconDefinition;
722
791
  readonly FA_USER_DOCTOR_SOLID: import('@fortawesome/fontawesome-common-types').IconDefinition;
723
792
  readonly FA_VIDEO_SOLID: import('@fortawesome/fontawesome-common-types').IconDefinition;
724
793
  readonly FA_VOLUME_HIGH_SOLID: import('@fortawesome/fontawesome-common-types').IconDefinition;
@@ -751,7 +820,58 @@ declare const _default: import('vue').DefineComponent<{
751
820
  }, {
752
821
  startDateText(): any;
753
822
  endDateText(): string;
754
- }, {}, import('vue').ComponentOptionsMixin, import('vue').ComponentOptionsMixin, {}, string, import('vue').PublicProps, Readonly<{}> & Readonly<{}>, {
823
+ }, {}, import('vue').ComponentOptionsMixin, import('vue').ComponentOptionsMixin, {}, string, import('vue').PublicProps, Readonly<import('vue').ExtractPropTypes<{
824
+ isInteractive: {
825
+ type: BooleanConstructor;
826
+ default: boolean;
827
+ };
828
+ placeholder: {
829
+ type: StringConstructor;
830
+ default: string;
831
+ };
832
+ startDate: {
833
+ type: DateConstructor;
834
+ default: null;
835
+ };
836
+ endDate: {
837
+ type: DateConstructor;
838
+ default: null;
839
+ };
840
+ startIcon: {
841
+ type: ObjectConstructor;
842
+ default: null;
843
+ validate: (icon: any) => boolean;
844
+ };
845
+ endIcon: {
846
+ type: ObjectConstructor;
847
+ default: null;
848
+ validate: (icon: any) => boolean;
849
+ };
850
+ areIconsHiddenOnMobile: {
851
+ type: BooleanConstructor;
852
+ default: boolean;
853
+ };
854
+ state: {
855
+ type: PropType<string>;
856
+ default: string;
857
+ };
858
+ color: {
859
+ type: PropType<DatePickerColors>;
860
+ default: string;
861
+ };
862
+ startDateEyebrowText: {
863
+ type: StringConstructor;
864
+ default: string;
865
+ };
866
+ endDateEyebrowText: {
867
+ type: StringConstructor;
868
+ default: string;
869
+ };
870
+ isOpen: {
871
+ type: BooleanConstructor;
872
+ default: boolean;
873
+ };
874
+ }>> & Readonly<{}>, {
755
875
  color: string;
756
876
  state: string;
757
877
  isInteractive: boolean;
@@ -834,14 +954,14 @@ declare const _default: import('vue').DefineComponent<{
834
954
  default: boolean;
835
955
  };
836
956
  }>> & Readonly<{}>, {
837
- rotation: number;
838
957
  size: string;
958
+ rotation: number;
839
959
  flippedVertical: boolean;
840
960
  flippedHorizontal: boolean;
841
961
  touchable: boolean;
842
962
  spinning: boolean;
843
963
  }, {}, {
844
- 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>;
964
+ FontAwesomeIcon: import('vue').DefineComponent<import('@fortawesome/vue-fontawesome').FontAwesomeIconProps>;
845
965
  }, {}, string, import('vue').ComponentProvideOptions, true, {}, any>;
846
966
  }, {}, string, import('vue').ComponentProvideOptions, true, {}, any>;
847
967
  }, {}, string, import('vue').ComponentProvideOptions, true, {}, any>;
@@ -1,12 +1,67 @@
1
- declare const _default: import('vue').DefineComponent<{}, {}, {
1
+ import { DatePickerColors } from '../DatePicker/DatePicker.consts';
2
+ import { PropType } from 'vue';
3
+
4
+ declare const _default: import('vue').DefineComponent<import('vue').ExtractPropTypes<{
5
+ isInteractive: {
6
+ type: BooleanConstructor;
7
+ default: boolean;
8
+ };
9
+ placeholder: {
10
+ type: StringConstructor;
11
+ default: string;
12
+ };
13
+ startDate: {
14
+ type: DateConstructor;
15
+ default: null;
16
+ };
17
+ endDate: {
18
+ type: DateConstructor;
19
+ default: null;
20
+ };
21
+ startIcon: {
22
+ type: ObjectConstructor;
23
+ default: null;
24
+ validate: (icon: any) => boolean;
25
+ };
26
+ endIcon: {
27
+ type: ObjectConstructor;
28
+ default: null;
29
+ validate: (icon: any) => boolean;
30
+ };
31
+ areIconsHiddenOnMobile: {
32
+ type: BooleanConstructor;
33
+ default: boolean;
34
+ };
35
+ state: {
36
+ type: PropType<string>;
37
+ default: string;
38
+ };
39
+ color: {
40
+ type: PropType<DatePickerColors>;
41
+ default: string;
42
+ };
43
+ startDateEyebrowText: {
44
+ type: StringConstructor;
45
+ default: string;
46
+ };
47
+ endDateEyebrowText: {
48
+ type: StringConstructor;
49
+ default: string;
50
+ };
51
+ isOpen: {
52
+ type: BooleanConstructor;
53
+ default: boolean;
54
+ };
55
+ }>, {}, {
2
56
  ICONS: Readonly<{
3
- readonly HEAD_WITH_QUESTION_MARK: VueConstructor<Vue>;
4
- readonly RIBBON: VueConstructor<Vue>;
5
- readonly SLIDERS_SEARCH: VueConstructor<Vue>;
6
- readonly COMMENTS_CHECK: VueConstructor<Vue>;
7
57
  readonly ANSWERS: VueConstructor<Vue>;
58
+ readonly CHANGE: VueConstructor<Vue>;
59
+ readonly COMMENTS_CHECK: VueConstructor<Vue>;
60
+ readonly HEAD_WITH_QUESTION_MARK: VueConstructor<Vue>;
8
61
  readonly HIDE_ANSWERS: VueConstructor<Vue>;
62
+ readonly RIBBON: VueConstructor<Vue>;
9
63
  readonly SIDEBAR_FLIP_SOLID: VueConstructor<Vue>;
64
+ readonly SLIDERS_SEARCH: VueConstructor<Vue>;
10
65
  readonly FA_ADDRESS_CARD: import('@fortawesome/fontawesome-common-types').IconDefinition;
11
66
  readonly FA_ANGLE_DOWN: import('@fortawesome/fontawesome-common-types').IconDefinition;
12
67
  readonly FA_ANGLE_LEFT: import('@fortawesome/fontawesome-common-types').IconDefinition;
@@ -198,6 +253,7 @@ declare const _default: import('vue').DefineComponent<{}, {}, {
198
253
  readonly FA_UNLOCK_KEYHOLE: import('@fortawesome/fontawesome-common-types').IconDefinition;
199
254
  readonly FA_UPLOAD: import('@fortawesome/fontawesome-common-types').IconDefinition;
200
255
  readonly FA_USER: import('@fortawesome/fontawesome-common-types').IconDefinition;
256
+ readonly FA_USER_GEAR: import('@fortawesome/fontawesome-common-types').IconDefinition;
201
257
  readonly FA_USER_DOCTOR_SOLID: import('@fortawesome/fontawesome-common-types').IconDefinition;
202
258
  readonly FA_VIDEO_SOLID: import('@fortawesome/fontawesome-common-types').IconDefinition;
203
259
  readonly FA_VOLUME_HIGH_SOLID: import('@fortawesome/fontawesome-common-types').IconDefinition;
@@ -230,7 +286,58 @@ declare const _default: import('vue').DefineComponent<{}, {}, {
230
286
  }, {
231
287
  startDateText(): any;
232
288
  endDateText(): string;
233
- }, {}, import('vue').ComponentOptionsMixin, import('vue').ComponentOptionsMixin, {}, string, import('vue').PublicProps, Readonly<{}> & Readonly<{}>, {
289
+ }, {}, import('vue').ComponentOptionsMixin, import('vue').ComponentOptionsMixin, {}, string, import('vue').PublicProps, Readonly<import('vue').ExtractPropTypes<{
290
+ isInteractive: {
291
+ type: BooleanConstructor;
292
+ default: boolean;
293
+ };
294
+ placeholder: {
295
+ type: StringConstructor;
296
+ default: string;
297
+ };
298
+ startDate: {
299
+ type: DateConstructor;
300
+ default: null;
301
+ };
302
+ endDate: {
303
+ type: DateConstructor;
304
+ default: null;
305
+ };
306
+ startIcon: {
307
+ type: ObjectConstructor;
308
+ default: null;
309
+ validate: (icon: any) => boolean;
310
+ };
311
+ endIcon: {
312
+ type: ObjectConstructor;
313
+ default: null;
314
+ validate: (icon: any) => boolean;
315
+ };
316
+ areIconsHiddenOnMobile: {
317
+ type: BooleanConstructor;
318
+ default: boolean;
319
+ };
320
+ state: {
321
+ type: PropType<string>;
322
+ default: string;
323
+ };
324
+ color: {
325
+ type: PropType<DatePickerColors>;
326
+ default: string;
327
+ };
328
+ startDateEyebrowText: {
329
+ type: StringConstructor;
330
+ default: string;
331
+ };
332
+ endDateEyebrowText: {
333
+ type: StringConstructor;
334
+ default: string;
335
+ };
336
+ isOpen: {
337
+ type: BooleanConstructor;
338
+ default: boolean;
339
+ };
340
+ }>> & Readonly<{}>, {
234
341
  color: string;
235
342
  state: string;
236
343
  isInteractive: boolean;
@@ -313,14 +420,14 @@ declare const _default: import('vue').DefineComponent<{}, {}, {
313
420
  default: boolean;
314
421
  };
315
422
  }>> & Readonly<{}>, {
316
- rotation: number;
317
423
  size: string;
424
+ rotation: number;
318
425
  flippedVertical: boolean;
319
426
  flippedHorizontal: boolean;
320
427
  touchable: boolean;
321
428
  spinning: boolean;
322
429
  }, {}, {
323
- FontAwesomeIcon: import('vue').DefineComponent<import('@fortawesome/vue-fontawesome').FontAwesomeIconProps, {}, {}, import('vue').ComputedOptions, import('vue').MethodOptions, import('vue').ComponentOptionsMixin, import('vue').ComponentOptionsMixin, {}, string, import('vue').PublicProps, Readonly<import('@fortawesome/vue-fontawesome').FontAwesomeIconProps>, {}, {}, {}, {}, string, import('vue').ComponentProvideOptions, true, {}, any>;
430
+ FontAwesomeIcon: import('vue').DefineComponent<import('@fortawesome/vue-fontawesome').FontAwesomeIconProps>;
324
431
  }, {}, string, import('vue').ComponentProvideOptions, true, {}, any>;
325
432
  }, {}, string, import('vue').ComponentProvideOptions, true, {}, any>;
326
433
  export default _default;
@@ -1,21 +1,22 @@
1
- import { Ref } from 'vue';
2
- import { DatePickerStates } from '../DatePicker';
1
+ import { PropType, Ref } from 'vue';
2
+ import { DatePickerCalendarPositions, DatePickerColors, DatePickerStates } from '../DatePicker';
3
3
 
4
4
  declare const _default: import('vue').DefineComponent<{
5
- disableDates: Date[];
5
+ disableDates: Array<Date>;
6
6
  minDate: Date | null;
7
7
  maxDate: Date | null;
8
- calendarPosition: string;
8
+ calendarPosition: DatePickerCalendarPositions;
9
9
  startDate: Date;
10
10
  endDate: Date;
11
11
  isInteractive: boolean;
12
12
  state: DatePickerStates;
13
+ updatePositionBasedOnScrollableSelector: string;
13
14
  }, {
14
15
  dateRangePickerRef: Ref<HTMLDivElement, HTMLDivElement>;
15
16
  flatpickrInputRef: Ref<HTMLInputElement, HTMLInputElement>;
16
17
  isOpen: Ref<boolean, boolean>;
17
18
  toggleDatePicker: () => void;
18
- createDatePicker: (flatpickrInputElement: HTMLInputElement, dateRangePickerRef: HTMLElement) => Promise<import('flatpickr/dist/types/instance').Instance | undefined>;
19
+ createDatePicker: (flatpickrInputElement: HTMLInputElement, dateRangePickerRef: HTMLElement, updatePositionBasedOnScrollableSelector: string) => Promise<import('flatpickr/dist/types/instance').Instance | undefined>;
19
20
  DATE_PICKER_CALENDAR_POSITIONS: Readonly<{
20
21
  TOP: string;
21
22
  TOP_LEFT: string;
@@ -51,14 +52,15 @@ declare const _default: import('vue').DefineComponent<{
51
52
  endDate: Date;
52
53
  }) => true;
53
54
  }, string, import('vue').PublicProps, Readonly<{
54
- disableDates: Date[];
55
+ disableDates: Array<Date>;
55
56
  minDate: Date | null;
56
57
  maxDate: Date | null;
57
- calendarPosition: string;
58
+ calendarPosition: DatePickerCalendarPositions;
58
59
  startDate: Date;
59
60
  endDate: Date;
60
61
  isInteractive: boolean;
61
62
  state: DatePickerStates;
63
+ updatePositionBasedOnScrollableSelector: string;
62
64
  }> & Readonly<{
63
65
  "onUpdate:date"?: ((value: {
64
66
  startDate: Date;
@@ -79,16 +81,69 @@ declare const _default: import('vue').DefineComponent<{
79
81
  disableDates: Date[];
80
82
  minDate: Date;
81
83
  maxDate: Date;
84
+ updatePositionBasedOnScrollableSelector: string;
82
85
  }, {}, {
83
- DatePickerBox: import('vue').DefineComponent<{}, {}, {
86
+ DatePickerBox: import('vue').DefineComponent<import('vue').ExtractPropTypes<{
87
+ isInteractive: {
88
+ type: BooleanConstructor;
89
+ default: boolean;
90
+ };
91
+ placeholder: {
92
+ type: StringConstructor;
93
+ default: string;
94
+ };
95
+ startDate: {
96
+ type: DateConstructor;
97
+ default: null;
98
+ };
99
+ endDate: {
100
+ type: DateConstructor;
101
+ default: null;
102
+ };
103
+ startIcon: {
104
+ type: ObjectConstructor;
105
+ default: null;
106
+ validate: (icon: any) => boolean;
107
+ };
108
+ endIcon: {
109
+ type: ObjectConstructor;
110
+ default: null;
111
+ validate: (icon: any) => boolean;
112
+ };
113
+ areIconsHiddenOnMobile: {
114
+ type: BooleanConstructor;
115
+ default: boolean;
116
+ };
117
+ state: {
118
+ type: PropType<string>;
119
+ default: string;
120
+ };
121
+ color: {
122
+ type: PropType<DatePickerColors>;
123
+ default: string;
124
+ };
125
+ startDateEyebrowText: {
126
+ type: StringConstructor;
127
+ default: string;
128
+ };
129
+ endDateEyebrowText: {
130
+ type: StringConstructor;
131
+ default: string;
132
+ };
133
+ isOpen: {
134
+ type: BooleanConstructor;
135
+ default: boolean;
136
+ };
137
+ }>, {}, {
84
138
  ICONS: Readonly<{
85
- readonly HEAD_WITH_QUESTION_MARK: VueConstructor<Vue>;
86
- readonly RIBBON: VueConstructor<Vue>;
87
- readonly SLIDERS_SEARCH: VueConstructor<Vue>;
88
- readonly COMMENTS_CHECK: VueConstructor<Vue>;
89
139
  readonly ANSWERS: VueConstructor<Vue>;
140
+ readonly CHANGE: VueConstructor<Vue>;
141
+ readonly COMMENTS_CHECK: VueConstructor<Vue>;
142
+ readonly HEAD_WITH_QUESTION_MARK: VueConstructor<Vue>;
90
143
  readonly HIDE_ANSWERS: VueConstructor<Vue>;
144
+ readonly RIBBON: VueConstructor<Vue>;
91
145
  readonly SIDEBAR_FLIP_SOLID: VueConstructor<Vue>;
146
+ readonly SLIDERS_SEARCH: VueConstructor<Vue>;
92
147
  readonly FA_ADDRESS_CARD: import('@fortawesome/fontawesome-common-types').IconDefinition;
93
148
  readonly FA_ANGLE_DOWN: import('@fortawesome/fontawesome-common-types').IconDefinition;
94
149
  readonly FA_ANGLE_LEFT: import('@fortawesome/fontawesome-common-types').IconDefinition;
@@ -280,6 +335,7 @@ declare const _default: import('vue').DefineComponent<{
280
335
  readonly FA_UNLOCK_KEYHOLE: import('@fortawesome/fontawesome-common-types').IconDefinition;
281
336
  readonly FA_UPLOAD: import('@fortawesome/fontawesome-common-types').IconDefinition;
282
337
  readonly FA_USER: import('@fortawesome/fontawesome-common-types').IconDefinition;
338
+ readonly FA_USER_GEAR: import('@fortawesome/fontawesome-common-types').IconDefinition;
283
339
  readonly FA_USER_DOCTOR_SOLID: import('@fortawesome/fontawesome-common-types').IconDefinition;
284
340
  readonly FA_VIDEO_SOLID: import('@fortawesome/fontawesome-common-types').IconDefinition;
285
341
  readonly FA_VOLUME_HIGH_SOLID: import('@fortawesome/fontawesome-common-types').IconDefinition;
@@ -312,7 +368,58 @@ declare const _default: import('vue').DefineComponent<{
312
368
  }, {
313
369
  startDateText(): any;
314
370
  endDateText(): string;
315
- }, {}, import('vue').ComponentOptionsMixin, import('vue').ComponentOptionsMixin, {}, string, import('vue').PublicProps, Readonly<{}> & Readonly<{}>, {
371
+ }, {}, import('vue').ComponentOptionsMixin, import('vue').ComponentOptionsMixin, {}, string, import('vue').PublicProps, Readonly<import('vue').ExtractPropTypes<{
372
+ isInteractive: {
373
+ type: BooleanConstructor;
374
+ default: boolean;
375
+ };
376
+ placeholder: {
377
+ type: StringConstructor;
378
+ default: string;
379
+ };
380
+ startDate: {
381
+ type: DateConstructor;
382
+ default: null;
383
+ };
384
+ endDate: {
385
+ type: DateConstructor;
386
+ default: null;
387
+ };
388
+ startIcon: {
389
+ type: ObjectConstructor;
390
+ default: null;
391
+ validate: (icon: any) => boolean;
392
+ };
393
+ endIcon: {
394
+ type: ObjectConstructor;
395
+ default: null;
396
+ validate: (icon: any) => boolean;
397
+ };
398
+ areIconsHiddenOnMobile: {
399
+ type: BooleanConstructor;
400
+ default: boolean;
401
+ };
402
+ state: {
403
+ type: PropType<string>;
404
+ default: string;
405
+ };
406
+ color: {
407
+ type: PropType<DatePickerColors>;
408
+ default: string;
409
+ };
410
+ startDateEyebrowText: {
411
+ type: StringConstructor;
412
+ default: string;
413
+ };
414
+ endDateEyebrowText: {
415
+ type: StringConstructor;
416
+ default: string;
417
+ };
418
+ isOpen: {
419
+ type: BooleanConstructor;
420
+ default: boolean;
421
+ };
422
+ }>> & Readonly<{}>, {
316
423
  color: string;
317
424
  state: string;
318
425
  isInteractive: boolean;
@@ -395,14 +502,14 @@ declare const _default: import('vue').DefineComponent<{
395
502
  default: boolean;
396
503
  };
397
504
  }>> & Readonly<{}>, {
398
- rotation: number;
399
505
  size: string;
506
+ rotation: number;
400
507
  flippedVertical: boolean;
401
508
  flippedHorizontal: boolean;
402
509
  touchable: boolean;
403
510
  spinning: boolean;
404
511
  }, {}, {
405
- 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>;
512
+ FontAwesomeIcon: import('vue').DefineComponent<import('@fortawesome/vue-fontawesome').FontAwesomeIconProps>;
406
513
  }, {}, string, import('vue').ComponentProvideOptions, true, {}, any>;
407
514
  }, {}, string, import('vue').ComponentProvideOptions, true, {}, any>;
408
515
  }, {}, string, import('vue').ComponentProvideOptions, true, {}, any>;