@bethinkpl/design-system 26.15.1 → 27.0.0

This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
Files changed (358) hide show
  1. package/.eslintrc.cjs +9 -0
  2. package/dist/RadioButton-BWi6jLxx.js +63 -0
  3. package/dist/RadioButton-BWi6jLxx.js.map +1 -0
  4. package/dist/RadioButton-DSmKwvPr.js +63 -0
  5. package/dist/RadioButton-DSmKwvPr.js.map +1 -0
  6. package/dist/design-system.js +266 -0
  7. package/dist/design-system.js.map +1 -0
  8. package/dist/design-system.umd.cjs +18 -18
  9. package/dist/design-system.umd.cjs.map +1 -1
  10. package/dist/index-BzPDEKft.js +24356 -0
  11. package/dist/index-BzPDEKft.js.map +1 -0
  12. package/dist/index-Oq81NaeJ.js +1388 -0
  13. package/dist/index-Oq81NaeJ.js.map +1 -0
  14. package/dist/index-UMXgzRbZ.js +24356 -0
  15. package/dist/index-UMXgzRbZ.js.map +1 -0
  16. package/dist/lib/js/components/Banner/Banner.consts.d.ts +4 -4
  17. package/dist/lib/js/components/Banner/Banner.vue.d.ts +49 -1824
  18. package/dist/lib/js/components/Buttons/Button/Button.vue.d.ts +41 -443
  19. package/dist/lib/js/components/Buttons/HelpButton/HelpButton.vue.d.ts +40 -0
  20. package/dist/lib/js/components/Buttons/HelpButton/index.d.ts +3 -0
  21. package/dist/lib/js/components/Buttons/IconButton/IconButton.vue.d.ts +77 -427
  22. package/dist/lib/js/components/Cards/Card/Card.consts.d.ts +5 -0
  23. package/dist/lib/js/components/Cards/Card/Card.vue.d.ts +52 -175
  24. package/dist/lib/js/components/Cards/Card/index.d.ts +1 -0
  25. package/dist/lib/js/components/Cards/CardExpandable/CardExpandable.vue.d.ts +116 -154
  26. package/dist/lib/js/components/Chip/Chip.vue.d.ts +79 -430
  27. package/dist/lib/js/components/DatePickers/DateBox/DateBox.vue.d.ts +2 -1
  28. package/dist/lib/js/components/DatePickers/DatePicker/DatePicker.vue.d.ts +4 -2
  29. package/dist/lib/js/components/DatePickers/DateRangePicker/DateRangePicker.vue.d.ts +2 -1
  30. package/dist/lib/js/components/Drawer/DrawerHeader/DrawerHeader.vue.d.ts +507 -1557
  31. package/dist/lib/js/components/Drawer/DrawerListItem/DrawerListItem.vue.d.ts +1 -0
  32. package/dist/lib/js/components/Drawer/DrawerSection/DrawerSection.vue.d.ts +77 -426
  33. package/dist/lib/js/components/Drawer/DrawerTile/DrawerTile.vue.d.ts +1 -0
  34. package/dist/lib/js/components/Form/Checkbox/Checkbox.vue.d.ts +1 -0
  35. package/dist/lib/js/components/Form/FormField/FormField.consts.d.ts +9 -0
  36. package/dist/lib/js/components/Form/FormField/FormField.stories.shared.d.ts +5 -0
  37. package/dist/lib/js/components/Form/FormField/FormField.types.d.ts +21 -0
  38. package/dist/lib/js/components/Form/FormField/FormField.utils.d.ts +11 -0
  39. package/dist/lib/js/components/Form/FormField/FormField.vue.d.ts +20 -0
  40. package/dist/lib/js/components/Form/FormField/FormFieldMessage/FormFieldMessage.vue.d.ts +30 -0
  41. package/dist/lib/js/components/Form/FormField/FormFieldMessage/index.d.ts +3 -0
  42. package/dist/lib/js/components/Form/FormField/index.d.ts +5 -0
  43. package/dist/lib/js/components/Form/InputField/InputField.types.d.ts +13 -0
  44. package/dist/lib/js/components/Form/InputField/InputField.vue.d.ts +78 -0
  45. package/dist/lib/js/components/Form/InputField/index.d.ts +3 -0
  46. package/dist/lib/js/components/Form/InputField/useInputFieldWithinForm.d.ts +8 -0
  47. package/dist/lib/js/components/Form/PasswordField/PasswordField.vue.d.ts +76 -0
  48. package/dist/lib/js/components/Form/PasswordField/index.d.ts +3 -0
  49. package/dist/lib/js/components/Form/RadioButton/RadioButton.vue.d.ts +1 -0
  50. package/dist/lib/js/components/Headers/OverlayHeader/OverlayHeader.vue.d.ts +77 -426
  51. package/dist/lib/js/components/Headers/SectionHeader/SectionHeader.vue.d.ts +76 -426
  52. package/dist/lib/js/components/Icons/FeatureIcon/FeatureIcon.consts.d.ts +17 -11
  53. package/dist/lib/js/components/Icons/FeatureIcon/FeatureIcon.vue.d.ts +22 -138
  54. package/dist/lib/js/components/Icons/Icon/Icon.consts.d.ts +1 -0
  55. package/dist/lib/js/components/Modal/Modal.vue.d.ts +1 -0
  56. package/dist/lib/js/components/Modals/Modal/Modal.consts.d.ts +8 -4
  57. package/dist/lib/js/components/Modals/Modal/Modal.vue.d.ts +281 -1093
  58. package/dist/lib/js/components/Modals/ModalDialog/ModalDialog.vue.d.ts +288 -1100
  59. package/dist/lib/js/components/Outline/OutlineItem/OutlineItem.vue.d.ts +1 -0
  60. package/dist/lib/js/components/Pagination/Pagination.vue.d.ts +78 -426
  61. package/dist/lib/js/components/ProgressBar/ProgressBar.vue.d.ts +2 -1
  62. package/dist/lib/js/components/ProgressDonutChart/ProgressDonutChart.vue.d.ts +1 -0
  63. package/dist/lib/js/components/RichList/BasicRichListItem/BasicRichListItem.vue.d.ts +6 -4
  64. package/dist/lib/js/components/RichList/RichListItem/RichListItem.vue.d.ts +4 -2
  65. package/dist/lib/js/components/SelectList/SelectListItem/SelectListItem.vue.d.ts +1 -0
  66. package/dist/lib/js/components/SelectList/SelectListItemTile/SelectListItemTile.vue.d.ts +1 -0
  67. package/dist/lib/js/components/SelectList/SelectListItemToggle/SelectListItemToggle.vue.d.ts +1 -0
  68. package/dist/lib/js/components/SelectionTile/SelectionTile.vue.d.ts +3 -0
  69. package/dist/lib/js/components/Statuses/AccessStatus/AccessStatus.vue.d.ts +1 -0
  70. package/dist/lib/js/components/Statuses/BlockadeStatus/BlockadeStatus.vue.d.ts +1 -0
  71. package/dist/lib/js/components/SurveyQuestions/SurveyQuestionOpenEnded/SurveyQuestionOpenEnded.vue.d.ts +262 -1002
  72. package/dist/lib/js/components/SurveyQuestions/SurveyQuestionScale/SurveyQuestionScale.vue.d.ts +268 -1008
  73. package/dist/lib/js/components/Switch/Switch.vue.d.ts +1 -0
  74. package/dist/lib/js/components/Tile/Tile.sb.shared.d.ts +104 -1806
  75. package/dist/lib/js/components/Tile/Tile.vue.d.ts +1 -0
  76. package/dist/lib/js/components/Toast/Toast.vue.d.ts +190 -581
  77. package/dist/lib/js/components/Toggles/ToggleButton/ToggleButton.vue.d.ts +1 -0
  78. package/dist/lib/js/icons/fontawesome.d.ts +1 -0
  79. package/dist/lib/js/index.d.ts +10 -1
  80. package/dist/lib/js/tests/helpers.d.ts +1 -0
  81. package/dist/pl-C3BEVRTZ.js +91 -0
  82. package/dist/pl-C3BEVRTZ.js.map +1 -0
  83. package/docs/assets/{AccessStatus-plchnY0B.js → AccessStatus-DGd8XBwr.js} +1 -1
  84. package/docs/assets/{AccessStatus.stories-DIIoog2Q.js → AccessStatus.stories-BUpfD_Uw.js} +1 -1
  85. package/docs/assets/Avatar-DJEZDpOI.js +1 -0
  86. package/docs/assets/{Avatar.stories-9Vth29zT.js → Avatar.stories-D40fYcFF.js} +1 -1
  87. package/docs/assets/{Badge-BbvNKG41.js → Badge-B8eFbzRx.js} +1 -1
  88. package/docs/assets/{Badge.stories-CKPGT_pt.js → Badge.stories-DxdwaS-k.js} +3 -3
  89. package/docs/assets/{BadgeScore-BOOWTi6N.js → BadgeScore-ByouU1Eu.js} +1 -1
  90. package/docs/assets/{BadgeScore.stories-ERFMPhhE.js → BadgeScore.stories-DsodV82W.js} +1 -1
  91. package/docs/assets/Banner-D5riYdGJ.js +1 -0
  92. package/docs/assets/Banner.stories-Ch0_NPk4.js +64 -0
  93. package/docs/assets/BasicRichListItem-NMNh0Xfo.js +1 -0
  94. package/docs/assets/{BasicRichListItem.stories-BJZo9YF9.js → BasicRichListItem.stories-Gu9n5wvW.js} +2 -2
  95. package/docs/assets/{BlockadeStatus-D1j0ZWIW.js → BlockadeStatus-Dqr_LSfC.js} +1 -1
  96. package/docs/assets/{BlockedeStatus.stories-BKi05Ndl.js → BlockedeStatus.stories-BKblKF33.js} +1 -1
  97. package/docs/assets/Button-XuK8IxnR.js +1 -0
  98. package/docs/assets/{Button.stories-Da2LsOLk.js → Button.stories-UiGEsaro.js} +5 -3
  99. package/docs/assets/Card-BhK1CiCP.js +1 -0
  100. package/docs/assets/Card.stories-BfWbSV_u.js +33 -0
  101. package/docs/assets/CardExpandable-CPuSx_lW.js +1 -0
  102. package/docs/assets/{CardExpandable.stories-DtC5egGK.js → CardExpandable.stories-mHnNt6zg.js} +1 -1
  103. package/docs/assets/Checkbox-g1Bvy8z-.js +1 -0
  104. package/docs/assets/{Checkbox.stories-BUIzgcCC.js → Checkbox.stories-DdJRLzJy.js} +1 -1
  105. package/docs/assets/{Chip-BJcjfD8j.js → Chip-CGm2pLPD.js} +1 -1
  106. package/docs/assets/{Chip.stories-Dgmetn8m.js → Chip.stories-CnHjkDSI.js} +1 -1
  107. package/docs/assets/Color-ERTF36HU-8BveRk6J.js +1 -0
  108. package/docs/assets/{Colors.stories-BrNisWwH.js → Colors.stories-BtNgjWxi.js} +1 -1
  109. package/docs/assets/{ColorsThemes.stories-DvZl0m40.js → ColorsThemes.stories-Ct0Ai41o.js} +1 -1
  110. package/docs/assets/{ColorsTokensLms.stories-D3nA1ro1.js → ColorsTokensLms.stories-BP-WMJrS.js} +1 -1
  111. package/docs/assets/{ColorsTokensPrimaryBodywork.stories-w4A7RjpQ.js → ColorsTokensPrimaryBodywork.stories-zdX-tf4x.js} +1 -1
  112. package/docs/assets/{ColorsTokensPrimaryWnl.stories-CncgXEG5.js → ColorsTokensPrimaryWnl.stories-DFVUj_99.js} +1 -1
  113. package/docs/assets/{CounterToggle-DKRrZ9t2.js → CounterToggle-B9hjjWpv.js} +1 -1
  114. package/docs/assets/{CounterToggle.stories-DEP60zRp.js → CounterToggle.stories-BtS63BEz.js} +1 -1
  115. package/docs/assets/{DateBox.stories-y5_2vs0g.js → DateBox.stories-B7PTVLxc.js} +3 -3
  116. package/docs/assets/{DatePicker-QHo-i7qh.js → DatePicker-70Dj0lsn.js} +1 -1
  117. package/docs/assets/{DatePicker.stories-4hPgpb1-.js → DatePicker.stories-DZN51CwX.js} +1 -1
  118. package/docs/assets/{DateRangePicker-B0NAwdsr.js → DateRangePicker-D5bqKMMk.js} +1 -1
  119. package/docs/assets/{DateRangePicker.stories-BXQLC6L-.js → DateRangePicker.stories-WhCXoUeh.js} +1 -1
  120. package/docs/assets/{Divider-9o-i_zKL.js → Divider-NOTDPuJ1.js} +1 -1
  121. package/docs/assets/{Divider.stories-IQKEznYT.js → Divider.stories-Cjyx7utt.js} +1 -1
  122. package/docs/assets/{DocsRenderer-CFRXHY34-rC6r6xBG.js → DocsRenderer-CFRXHY34-BThTLMHt.js} +72 -72
  123. package/docs/assets/{Drawer-ClrSDwUZ.js → Drawer-CrAn35Yo.js} +1 -1
  124. package/docs/assets/{Drawer.stories-DR-CXra3.js → Drawer.stories-iInS0JV5.js} +1 -1
  125. package/docs/assets/{DrawerContent-D6Bl5GA-.js → DrawerContent-DAIzyQNz.js} +1 -1
  126. package/docs/assets/{DrawerContent.stories-BR11egKi.js → DrawerContent.stories-CBpbbVk_.js} +1 -1
  127. package/docs/assets/{DrawerDivider-DMhjaSPk.js → DrawerDivider-CKRXkKRz.js} +1 -1
  128. package/docs/assets/{DrawerDivider.stories-DdcVRbtO.js → DrawerDivider.stories-iQ2J_ExP.js} +1 -1
  129. package/docs/assets/DrawerHeader-DPBlervR.js +1 -0
  130. package/docs/assets/{DrawerHeader.stories-DnPlkGmI.js → DrawerHeader.stories-ugFv_siA.js} +1 -1
  131. package/docs/assets/{DrawerListItem-dizQZUbe.js → DrawerListItem-ClOcwiVc.js} +1 -1
  132. package/docs/assets/{DrawerListItem.stories-pVTEuckG.js → DrawerListItem.stories-BMZ35_qS.js} +1 -1
  133. package/docs/assets/{DrawerListItemGroup-B5XadRVV.js → DrawerListItemGroup-SEWltKLJ.js} +1 -1
  134. package/docs/assets/{DrawerListItemGroup.stories-pOGG952w.js → DrawerListItemGroup.stories-Bn2TyQLH.js} +1 -1
  135. package/docs/assets/DrawerSection-ByJjEPPu.js +1 -0
  136. package/docs/assets/{DrawerSection.stories-tQT_zWBt.js → DrawerSection.stories-DuLphbcs.js} +1 -1
  137. package/docs/assets/DrawerTile-BGQvQQSp.js +1 -0
  138. package/docs/assets/DrawerTile.stories-DCe2L4Tv.js +10 -0
  139. package/docs/assets/Dropdown-Bdrd2ZIh.js +1 -0
  140. package/docs/assets/{Dropdown.stories-DLo-4_G3.js → Dropdown.stories-DnkREwa1.js} +2 -2
  141. package/docs/assets/FeatureIcon-DY5WvpPf.js +1 -0
  142. package/docs/assets/{FeatureIcon.stories-H_yUD4i4.js → FeatureIcon.stories-BqYqiSzM.js} +1 -1
  143. package/docs/assets/FormField-BjLFip7T.js +1 -0
  144. package/docs/assets/FormField.stories-DY8Mz4YE.js +40 -0
  145. package/docs/assets/FormField.stories.shared-3_36NKi_.js +1 -0
  146. package/docs/assets/FormFieldMessage-B4Oy2QBT.js +1 -0
  147. package/docs/assets/FormFieldMessage.stories-BD7JfJNj.js +32 -0
  148. package/docs/assets/GroupRichListItem-CHiSrcou.js +1 -0
  149. package/docs/assets/{GroupRichListItem.stories-C25AujXP.js → GroupRichListItem.stories-C3EubvlY.js} +1 -1
  150. package/docs/assets/HelpButton-BStTtLsz.js +1 -0
  151. package/docs/assets/HelpButton.stories-C3-CU20F.js +17 -0
  152. package/docs/assets/Icon-DUeXRUm6.js +761 -0
  153. package/docs/assets/{Icon.stories-BhnUVRrV.js → Icon.stories-ClzUno-E.js} +1 -1
  154. package/docs/assets/IconButton-Cn83Zk5-.js +1 -0
  155. package/docs/assets/{IconButton.stories-B8QjmTyV.js → IconButton.stories-CwZts8kF.js} +6 -6
  156. package/docs/assets/{IconText-CKJ4jGzm.js → IconText-Colreg4i.js} +1 -1
  157. package/docs/assets/{IconText.stories-B5zjHqug.js → IconText.stories-DSZffl3k.js} +1 -1
  158. package/docs/assets/{Image-Dbv2u4ta.js → Image-B7PRENWe.js} +1 -1
  159. package/docs/assets/{Image.stories-CUWPBT5K.js → Image.stories-DkYrm30P.js} +1 -1
  160. package/docs/assets/InputField-CplPTgjC.js +5 -0
  161. package/docs/assets/InputField.stories-K675XZL5.js +44 -0
  162. package/docs/assets/{ItemsList-CJTCYbgI.js → ItemsList-nTRSgJDP.js} +1 -1
  163. package/docs/assets/{LoadingBar-Dc_eLNsl.js → LoadingBar-DGNrwKu4.js} +1 -1
  164. package/docs/assets/{LoadingBar.stories-DWH4VmcD.js → LoadingBar.stories-owR_6Oqy.js} +1 -1
  165. package/docs/assets/Modal-ByQBkOMU.js +1 -0
  166. package/docs/assets/{Modal.stories-0zzyLX_Z.js → Modal.stories-DlxDxfN1.js} +1 -1
  167. package/docs/assets/{ModalDialog-BuO78uuh.js → ModalDialog-Cr21J58H.js} +1 -1
  168. package/docs/assets/{ModalDialog.stories-lBI09xqp.js → ModalDialog.stories-DP4FjijI.js} +1 -1
  169. package/docs/assets/{NumberInCircle-DnPE2szs.js → NumberInCircle-CE28_Nsz.js} +1 -1
  170. package/docs/assets/{NumberInCircle.stories-Tn0v6S_I.js → NumberInCircle.stories-DFdUVSKM.js} +1 -1
  171. package/docs/assets/OutlineDivider-DJ9pnpJN.js +1 -0
  172. package/docs/assets/{OutlineDivider.stories-D9Hzkdbe.js → OutlineDivider.stories-Dzpei9KR.js} +1 -1
  173. package/docs/assets/{OutlineItem-1BOyMbS2.js → OutlineItem-CApzlES7.js} +1 -1
  174. package/docs/assets/{OutlineItem.stories-DZ_RXCGO.js → OutlineItem.stories-DtEAJjzy.js} +1 -1
  175. package/docs/assets/{OutlineSectionHeader-LGOAi424.js → OutlineSectionHeader-CSNr7XVB.js} +1 -1
  176. package/docs/assets/{OutlineSectionHeader.stories-PPIsaHhR.js → OutlineSectionHeader.stories-CuJwkOKg.js} +1 -1
  177. package/docs/assets/OverlayHeader-B5ajrI4B.js +1 -0
  178. package/docs/assets/{OverlayHeader.stories-D0TRoa1n.js → OverlayHeader.stories-Zed9WXER.js} +2 -2
  179. package/docs/assets/{PageHeader-DkHlb7_P.js → PageHeader-Cy-UHuRb.js} +1 -1
  180. package/docs/assets/{PageHeader.stories-WThxfLse.js → PageHeader.stories-DlW4dler.js} +1 -1
  181. package/docs/assets/Pagination-D34dUtsQ.js +1 -0
  182. package/docs/assets/{Pagination.stories-CL9tb6Sx.js → Pagination.stories-IDi5nqa_.js} +2 -2
  183. package/docs/assets/PasswordField-Bkc6j8ri.js +1 -0
  184. package/docs/assets/PasswordField.stories-CklmsmJF.js +42 -0
  185. package/docs/assets/{PopOver-BDVCOkO6.js → PopOver-DVj1_TNg.js} +1 -1
  186. package/docs/assets/{PopOver.stories-CmDQPumC.js → PopOver.stories-BljOgM3Z.js} +2 -2
  187. package/docs/assets/{ProgressBar-q_I44DQc.js → ProgressBar-D2hkMeQ0.js} +1 -1
  188. package/docs/assets/{ProgressBar.stories-Df10tpd-.js → ProgressBar.stories-BDHI6-tO.js} +1 -1
  189. package/docs/assets/{ProgressDonutChart-DP55sH2Q.js → ProgressDonutChart-CBO-vy-E.js} +1 -1
  190. package/docs/assets/{ProgressDonutChart.stories-CXJhJ1AH.js → ProgressDonutChart.stories-CGwlVICI.js} +1 -1
  191. package/docs/assets/RadioButton-Bd-D-2PY.js +1 -0
  192. package/docs/assets/{RadioButton.stories-NVFxjqN4.js → RadioButton.stories-BkCwnbIp.js} +1 -1
  193. package/docs/assets/{RichListItem.stories-B3NGpkHT.js → RichListItem.stories-Bls_aY12.js} +2 -2
  194. package/docs/assets/SectionHeader-isKXGfjn.js +1 -0
  195. package/docs/assets/{SectionHeader.stories-CTANEOdf.js → SectionHeader.stories-Bj3scOLc.js} +1 -1
  196. package/docs/assets/{SectionTitle-DLcFKzRH.js → SectionTitle-wTuJZZVS.js} +1 -1
  197. package/docs/assets/{SectionTitle.stories-Dybq4paM.js → SectionTitle.stories-Dr3KOvIl.js} +1 -1
  198. package/docs/assets/{SelectList-B323Y2el.js → SelectList-YMQ8rEMc.js} +1 -1
  199. package/docs/assets/{SelectList.stories-BCS6zdJ9.js → SelectList.stories-ETdEOJ81.js} +1 -1
  200. package/docs/assets/{SelectListItem-DfLqJR-_.js → SelectListItem-BqKhIPSO.js} +1 -1
  201. package/docs/assets/{SelectListItem.stories-m8BTHS53.js → SelectListItem.stories-ClyL-djS.js} +1 -1
  202. package/docs/assets/{SelectListItemDivider-lDLIwtP8.js → SelectListItemDivider-CTU7_4OL.js} +1 -1
  203. package/docs/assets/{SelectListItemDivider.stories-BZ6_HOBG.js → SelectListItemDivider.stories-rGpk0Yeg.js} +1 -1
  204. package/docs/assets/{SelectListItemTile-DzAuBa66.js → SelectListItemTile-BhOwBFIO.js} +1 -1
  205. package/docs/assets/SelectListItemTile.stories-BXFfuX9q.js +19 -0
  206. package/docs/assets/{SelectListItemToggle-DJ_P6PIB.js → SelectListItemToggle-C0lffqeC.js} +1 -1
  207. package/docs/assets/{SelectListItemToggle.stories-yej5J6y8.js → SelectListItemToggle.stories-D39XrmtN.js} +1 -2
  208. package/docs/assets/SelectListSectionTitle-B9Dj10G9.js +1 -0
  209. package/docs/assets/{SelectListSectionTitle.stories-NKPegok4.js → SelectListSectionTitle.stories-DCZ-Sq6v.js} +1 -1
  210. package/docs/assets/{SelectionControl-CwdtLuOD.js → SelectionControl-DIC2vtGo.js} +1 -1
  211. package/docs/assets/{SelectionTile-hjRK7Lwc.js → SelectionTile-D7fhj7-I.js} +2 -2
  212. package/docs/assets/{SelectionTile.stories-DRdGcDuJ.js → SelectionTile.stories-Cato0iSj.js} +1 -1
  213. package/docs/assets/{Skeleton-DhyJ4ZKG.js → Skeleton-D5xhZMQa.js} +5 -5
  214. package/docs/assets/{Skeleton.stories-CsZjBoj1.js → Skeleton.stories-ll-E-sPN.js} +1 -1
  215. package/docs/assets/SurveyQuestionOpenEnded-DDdPQe2b.js +1 -0
  216. package/docs/assets/{SurveyQuestionOpenEnded.stories-Is_s49TT.js → SurveyQuestionOpenEnded.stories-mHTUclXK.js} +1 -1
  217. package/docs/assets/SurveyQuestionScale-BKZbW5q7.js +1 -0
  218. package/docs/assets/{SurveyQuestionScale.stories-BqOjFThb.js → SurveyQuestionScale.stories-Cczg5QpY.js} +1 -1
  219. package/docs/assets/SurveyToggle-Sid2a-IO.js +1 -0
  220. package/docs/assets/{SurveyToggle.stories-DySS4Jzx.js → SurveyToggle.stories-Dv7PJARv.js} +1 -1
  221. package/docs/assets/Switch-B8xEwHO8.js +1 -0
  222. package/docs/assets/{Switch.stories-Bq6_6t39.js → Switch.stories-RbY8wA55.js} +1 -1
  223. package/docs/assets/{TabItem-Bn_qIbPX.js → TabItem-Ci3vrkRH.js} +1 -1
  224. package/docs/assets/{TabItem.stories-ZPYw1uH1.js → TabItem.stories-relncwaI.js} +1 -1
  225. package/docs/assets/{TextGroup-AUUBIFJZ.js → TextGroup-dzR19lzs.js} +1 -1
  226. package/docs/assets/{TextGroup.stories-CqwkdBAO.js → TextGroup.stories-bCLjp0Xb.js} +1 -1
  227. package/docs/assets/{ThreeColumnLayout-DXA1815_.js → ThreeColumnLayout-LVzDOKfj.js} +1 -1
  228. package/docs/assets/{ThreeColumnLayout.stories-BA08mTZ7.js → ThreeColumnLayout.stories-CkgbTH3p.js} +1 -1
  229. package/docs/assets/{Tile-3fvrXM7M.js → Tile-ByL6drhn.js} +1 -1
  230. package/docs/assets/{Tile.sb.shared-Crj50ugV.js → Tile.sb.shared-D3LxXPDs.js} +1 -1
  231. package/docs/assets/Tile.stories-BhXwnkKz.js +12 -0
  232. package/docs/assets/{Toast-CTbKhm1i.js → Toast-ukLuB2Qi.js} +1 -1
  233. package/docs/assets/{Toast.stories-hUEtnOQn.js → Toast.stories-D3PagUcH.js} +1 -1
  234. package/docs/assets/{ToggleButton-D-t1sDTL.js → ToggleButton-YUVnfx-x.js} +1 -1
  235. package/docs/assets/{ToggleButton.stories-CaAweKdC.js → ToggleButton.stories-C18YYEsJ.js} +1 -1
  236. package/docs/assets/{Tooltip-DZi9yXjr.js → Tooltip-BvaJ_K9_.js} +1 -1
  237. package/docs/assets/{Tooltip.stories-D-DHfToA.js → Tooltip.stories-o7f8wLv_.js} +4 -4
  238. package/docs/assets/{TypographyTokensLms.stories-CZpPPUwu.js → TypographyTokensLms.stories-Cm_y52b6.js} +1 -1
  239. package/docs/assets/{TypographyVariables.stories-B4Lg96R3.js → TypographyVariables.stories-DTHJ_1UO.js} +1 -1
  240. package/docs/assets/{Well-D1j9q3W3.js → Well-iUOt2HEx.js} +1 -1
  241. package/docs/assets/{Well.stories-wgg6f6S7.js → Well.stories-4VLIlu-l.js} +3 -3
  242. package/docs/assets/entry-preview-CAn2_StQ.js +1 -0
  243. package/docs/assets/{entry-preview-docs-Bz8Se46p.js → entry-preview-docs-Y_6rrjxM.js} +1 -1
  244. package/docs/assets/{iframe-CKOJ9wC7.js → iframe-D_RvUlhr.js} +18 -15
  245. package/docs/assets/index-BtMHnMz0.js +1 -0
  246. package/docs/assets/index-Cpsdq_ip.js +1 -0
  247. package/docs/assets/preview-B_G3dFbe.js +2 -0
  248. package/docs/assets/preview-vzvQxRBZ.js +64 -0
  249. package/docs/assets/string--hkylObx.js +1 -0
  250. package/docs/assets/vue-popper-m_ujT3wC.js +24 -0
  251. package/docs/assets/vue.esm-bundler-DcRN7CPI.js +36 -0
  252. package/docs/iframe.html +1 -1
  253. package/docs/index.json +1 -1
  254. package/docs/project.json +1 -1
  255. package/lib/js/components/Badge/Badge.vue +6 -5
  256. package/lib/js/components/Banner/Banner.consts.ts +5 -5
  257. package/lib/js/components/Banner/Banner.spec.ts +148 -0
  258. package/lib/js/components/Banner/Banner.stories.ts +13 -8
  259. package/lib/js/components/Banner/Banner.vue +215 -196
  260. package/lib/js/components/Buttons/Button/Button.spec.ts +18 -3
  261. package/lib/js/components/Buttons/Button/Button.stories.ts +6 -0
  262. package/lib/js/components/Buttons/Button/Button.vue +63 -114
  263. package/lib/js/components/Buttons/HelpButton/HelpButton.spec.ts +87 -0
  264. package/lib/js/components/Buttons/HelpButton/HelpButton.stories.ts +70 -0
  265. package/lib/js/components/Buttons/HelpButton/HelpButton.vue +52 -0
  266. package/lib/js/components/Buttons/HelpButton/index.ts +3 -0
  267. package/lib/js/components/Cards/Card/Card.consts.ts +7 -0
  268. package/lib/js/components/Cards/Card/Card.spec.ts +86 -41
  269. package/lib/js/components/Cards/Card/Card.stories.ts +21 -18
  270. package/lib/js/components/Cards/Card/Card.vue +128 -88
  271. package/lib/js/components/Cards/Card/index.ts +1 -0
  272. package/lib/js/components/Chip/Chip.spec.ts +3 -2
  273. package/lib/js/components/Chip/Chip.vue +0 -1
  274. package/lib/js/components/DatePickers/DateBox/DateBox.stories.ts +0 -3
  275. package/lib/js/components/Form/FormField/FormField.consts.ts +10 -0
  276. package/lib/js/components/Form/FormField/FormField.spec.ts +138 -0
  277. package/lib/js/components/Form/FormField/FormField.stories.shared.ts +53 -0
  278. package/lib/js/components/Form/FormField/FormField.stories.ts +81 -0
  279. package/lib/js/components/Form/FormField/FormField.types.ts +17 -0
  280. package/lib/js/components/Form/FormField/FormField.utils.ts +24 -0
  281. package/lib/js/components/Form/FormField/FormField.vue +192 -0
  282. package/lib/js/components/Form/FormField/FormFieldMessage/FormFieldMessage.spec.ts +53 -0
  283. package/lib/js/components/Form/FormField/FormFieldMessage/FormFieldMessage.stories.ts +74 -0
  284. package/lib/js/components/Form/FormField/FormFieldMessage/FormFieldMessage.vue +89 -0
  285. package/lib/js/components/Form/FormField/FormFieldMessage/index.ts +2 -0
  286. package/lib/js/components/Form/FormField/index.ts +6 -0
  287. package/lib/js/components/Form/InputField/InputField.spec.ts +274 -0
  288. package/lib/js/components/Form/InputField/InputField.stories.ts +98 -0
  289. package/lib/js/components/Form/InputField/InputField.types.ts +14 -0
  290. package/lib/js/components/Form/InputField/InputField.vue +175 -0
  291. package/lib/js/components/Form/InputField/index.ts +3 -0
  292. package/lib/js/components/Form/InputField/useInputFieldWithinForm.ts +54 -0
  293. package/lib/js/components/Form/PasswordField/PasswordField.spec.ts +73 -0
  294. package/lib/js/components/Form/PasswordField/PasswordField.stories.ts +88 -0
  295. package/lib/js/components/Form/PasswordField/PasswordField.vue +55 -0
  296. package/lib/js/components/Form/PasswordField/index.ts +3 -0
  297. package/lib/js/components/Icons/FeatureIcon/FeatureIcon.consts.ts +10 -2
  298. package/lib/js/components/Icons/FeatureIcon/FeatureIcon.spec.ts +18 -0
  299. package/lib/js/components/Icons/FeatureIcon/FeatureIcon.stories.ts +1 -1
  300. package/lib/js/components/Icons/FeatureIcon/FeatureIcon.vue +44 -58
  301. package/lib/js/components/Modals/Modal/Modal.consts.ts +8 -2
  302. package/lib/js/components/Modals/Modal/Modal.vue +12 -5
  303. package/lib/js/components/Modals/ModalDialog/ModalDialog.vue +2 -2
  304. package/lib/js/components/SelectList/SelectListItemToggle/SelectListItemToggle.stories.ts +0 -1
  305. package/lib/js/components/SurveyQuestions/SurveyQuestionScale/SurveyQuestionScale.vue +43 -47
  306. package/lib/js/components/TabItem/TabItem.spec.ts +0 -1
  307. package/lib/js/components/Toast/Toast.vue +0 -2
  308. package/lib/js/icons/fontawesome.ts +2 -0
  309. package/lib/js/index.ts +11 -1
  310. package/lib/js/styles/Borders/BorderSizes.stories.ts +1 -1
  311. package/lib/js/styles/ItemsList.vue +1 -1
  312. package/lib/js/tests/helpers.ts +5 -0
  313. package/package.json +13 -7
  314. package/tsconfig.base.json +1 -2
  315. package/tsconfig.build.json +8 -0
  316. package/tsconfig.json +1 -6
  317. package/vite.config.ts +11 -8
  318. package/docs/assets/Avatar-CM7iogZ3.js +0 -1
  319. package/docs/assets/Banner-DXAd9x-3.js +0 -1
  320. package/docs/assets/Banner.stories-BC2VxrMC.js +0 -62
  321. package/docs/assets/BasicRichListItem-quALUWxY.js +0 -1
  322. package/docs/assets/Button-C5dr6u6F.js +0 -1
  323. package/docs/assets/Card-KSW_Q55y.js +0 -1
  324. package/docs/assets/Card.stories-Bqmd77lg.js +0 -49
  325. package/docs/assets/CardExpandable-yMDr4_fF.js +0 -1
  326. package/docs/assets/Checkbox-DAOkXx1R.js +0 -1
  327. package/docs/assets/Color-ERTF36HU-DaHgyI5V.js +0 -1
  328. package/docs/assets/DrawerHeader-AkG6Jq7W.js +0 -1
  329. package/docs/assets/DrawerSection-HBM59yvF.js +0 -1
  330. package/docs/assets/DrawerTile-0-CB5w9j.js +0 -1
  331. package/docs/assets/DrawerTile.stories-6JDnzzyo.js +0 -10
  332. package/docs/assets/Dropdown-CYFZ3OvV.js +0 -1
  333. package/docs/assets/FeatureIcon-BoUhuGOr.js +0 -1
  334. package/docs/assets/GroupRichListItem-C_Gsy7fK.js +0 -1
  335. package/docs/assets/Icon-I3Cniv10.js +0 -761
  336. package/docs/assets/IconButton-BPKB5gT7.js +0 -1
  337. package/docs/assets/Modal-Cy1kzNhG.js +0 -1
  338. package/docs/assets/OutlineDivider-UaRb6wKt.js +0 -1
  339. package/docs/assets/OverlayHeader-u9AeOezr.js +0 -1
  340. package/docs/assets/Pagination-CgO9MoPY.js +0 -1
  341. package/docs/assets/RadioButton-DISpvFOt.js +0 -1
  342. package/docs/assets/SectionHeader-ByewlGaG.js +0 -1
  343. package/docs/assets/SelectListItemTile.stories-n2MJqr9U.js +0 -19
  344. package/docs/assets/SelectListSectionTitle-BFbrwNgw.js +0 -1
  345. package/docs/assets/SurveyQuestionOpenEnded-B_HbDRQs.js +0 -1
  346. package/docs/assets/SurveyQuestionScale-CiKDA0ax.js +0 -1
  347. package/docs/assets/SurveyToggle-CCF4WE7n.js +0 -1
  348. package/docs/assets/Switch-Du-uh84v.js +0 -1
  349. package/docs/assets/Tile.stories-0SQaiGz7.js +0 -12
  350. package/docs/assets/_commonjsHelpers-CDR5Xrri.js +0 -1
  351. package/docs/assets/entry-preview-lHccVHf5.js +0 -1
  352. package/docs/assets/index-0M4xY6Fw.js +0 -1
  353. package/docs/assets/index-Be4sB5Yj.js +0 -1
  354. package/docs/assets/preview-BIPjgpxe.js +0 -2
  355. package/docs/assets/preview-BQvHXGdy.js +0 -64
  356. package/docs/assets/string-B1AGRR5v.js +0 -1
  357. package/docs/assets/vue-popper-DoPHnofs.js +0 -24
  358. package/docs/assets/vue.esm-bundler-DD4BrEtS.js +0 -36
@@ -1,5 +1,3 @@
1
- import { ICON_BUTTON_COLORS } from '../../Buttons/IconButton';
2
- import { BUTTON_TYPES } from '../../Buttons/Button';
3
1
  import { SurveyQuestionScaleContainer, SurveyQuestionState } from '../SurveyQuestion.consts';
4
2
  import { SurveyQuestionScaleOption } from '../SurveyQuestion.domain';
5
3
 
@@ -142,6 +140,7 @@ declare const _default: import('vue').DefineComponent<import('vue').ExtractPropT
142
140
  readonly FA_EARTH_AMERICAS: import('@fortawesome/fontawesome-common-types').IconDefinition;
143
141
  readonly FA_ELLIPSIS: import('@fortawesome/fontawesome-common-types').IconDefinition;
144
142
  readonly FA_ELLIPSIS_VERTICAL: import('@fortawesome/fontawesome-common-types').IconDefinition;
143
+ readonly FA_ENVELOPE: import('@fortawesome/fontawesome-common-types').IconDefinition;
145
144
  readonly FA_EXCLAMATION_SOLID: import('@fortawesome/fontawesome-common-types').IconDefinition;
146
145
  readonly FA_EYE: import('@fortawesome/fontawesome-common-types').IconDefinition;
147
146
  readonly FA_EYE_SLASH: import('@fortawesome/fontawesome-common-types').IconDefinition;
@@ -397,179 +396,140 @@ declare const _default: import('vue').DefineComponent<import('vue').ExtractPropT
397
396
  disabled: boolean;
398
397
  placeholder: string;
399
398
  }, {}, {}, {}, string, import('vue').ComponentProvideOptions, true, {}, any>;
400
- DsCard: import('vue').DefineComponent<import('vue').ExtractPropTypes<{
399
+ DsCard: {
400
+ new (...args: any[]): import('vue').CreateComponentPublicInstanceWithMixins<Readonly<import('vue').ExtractPropTypes<{
401
+ headerHasPadding: {
402
+ type: import('vue').PropType<boolean>;
403
+ };
404
+ footerHasPadding: {
405
+ type: import('vue').PropType<boolean>;
406
+ };
407
+ paddingSize: {
408
+ type: import('vue').PropType<string>;
409
+ };
410
+ dividerUnderHeader: {
411
+ type: import('vue').PropType<boolean>;
412
+ };
413
+ hasBorder: {
414
+ type: import('vue').PropType<boolean>;
415
+ };
416
+ borderPosition: {
417
+ type: import('vue').PropType<string>;
418
+ };
419
+ borderSize: {
420
+ type: import('vue').PropType<string>;
421
+ };
422
+ borderColor: {
423
+ type: import('vue').PropType<string>;
424
+ };
425
+ hasLoadingBar: {
426
+ type: import('vue').PropType<boolean>;
427
+ };
428
+ loadingBarColor: {
429
+ type: import('vue').PropType<string>;
430
+ };
431
+ loadingBarTime: {
432
+ type: import('vue').PropType<string>;
433
+ };
434
+ isFlat: {
435
+ type: import('vue').PropType<boolean>;
436
+ };
437
+ }>> & Readonly<{}>, {}, {}, {}, {}, import('vue').ComponentOptionsMixin, import('vue').ComponentOptionsMixin, {}, import('vue').PublicProps, {}, true, {}, {}, import('vue').GlobalComponents, import('vue').GlobalDirectives, string, {}, any, import('vue').ComponentProvideOptions, {
438
+ P: {};
439
+ B: {};
440
+ D: {};
441
+ C: {};
442
+ M: {};
443
+ Defaults: {};
444
+ }, Readonly<import('vue').ExtractPropTypes<{
445
+ headerHasPadding: {
446
+ type: import('vue').PropType<boolean>;
447
+ };
448
+ footerHasPadding: {
449
+ type: import('vue').PropType<boolean>;
450
+ };
451
+ paddingSize: {
452
+ type: import('vue').PropType<string>;
453
+ };
454
+ dividerUnderHeader: {
455
+ type: import('vue').PropType<boolean>;
456
+ };
457
+ hasBorder: {
458
+ type: import('vue').PropType<boolean>;
459
+ };
460
+ borderPosition: {
461
+ type: import('vue').PropType<string>;
462
+ };
463
+ borderSize: {
464
+ type: import('vue').PropType<string>;
465
+ };
466
+ borderColor: {
467
+ type: import('vue').PropType<string>;
468
+ };
469
+ hasLoadingBar: {
470
+ type: import('vue').PropType<boolean>;
471
+ };
472
+ loadingBarColor: {
473
+ type: import('vue').PropType<string>;
474
+ };
475
+ loadingBarTime: {
476
+ type: import('vue').PropType<string>;
477
+ };
478
+ isFlat: {
479
+ type: import('vue').PropType<boolean>;
480
+ };
481
+ }>> & Readonly<{}>, {}, {}, {}, {}, {}>;
482
+ __isFragment?: never;
483
+ __isTeleport?: never;
484
+ __isSuspense?: never;
485
+ } & import('vue').ComponentOptionsBase<Readonly<import('vue').ExtractPropTypes<{
401
486
  headerHasPadding: {
402
- type: BooleanConstructor;
403
- default: boolean;
404
- };
405
- dividerUnderHeader: {
406
- type: BooleanConstructor;
407
- default: boolean;
408
- };
409
- hasBorder: {
410
- type: BooleanConstructor;
411
- default: boolean;
412
- };
413
- borderPosition: {
414
- type: import('vue').PropType<import('../../Cards/Card/Card.consts').CardBorderPositions>;
415
- default: string;
416
- };
417
- borderSize: {
418
- type: import('vue').PropType<import('../../Cards/Card/Card.consts').CardBorderSizes>;
419
- default: string;
420
- };
421
- borderColor: {
422
- type: import('vue').PropType<import('../../Cards/Card/Card.consts').CardBorderColors>;
423
- default: string;
424
- };
425
- hasLoadingBar: {
426
- type: BooleanConstructor;
427
- default: boolean;
428
- };
429
- loadingBarColor: {
430
- type: import('vue').PropType<import('../../LoadingBar').LoadingBarColors>;
431
- default: string;
487
+ type: import('vue').PropType<boolean>;
432
488
  };
433
- loadingBarTime: {
434
- type: StringConstructor;
435
- default: string;
489
+ footerHasPadding: {
490
+ type: import('vue').PropType<boolean>;
436
491
  };
437
- }>, {}, {}, {
438
- hasLeftBoarder(): any;
439
- hasTopBoarder(): any;
440
- borderColorClass(): string;
441
- borderSizeClass(): string;
442
- }, {}, import('vue').ComponentOptionsMixin, import('vue').ComponentOptionsMixin, {}, string, import('vue').PublicProps, Readonly<import('vue').ExtractPropTypes<{
443
- headerHasPadding: {
444
- type: BooleanConstructor;
445
- default: boolean;
492
+ paddingSize: {
493
+ type: import('vue').PropType<string>;
446
494
  };
447
495
  dividerUnderHeader: {
448
- type: BooleanConstructor;
449
- default: boolean;
496
+ type: import('vue').PropType<boolean>;
450
497
  };
451
498
  hasBorder: {
452
- type: BooleanConstructor;
453
- default: boolean;
499
+ type: import('vue').PropType<boolean>;
454
500
  };
455
501
  borderPosition: {
456
- type: import('vue').PropType<import('../../Cards/Card/Card.consts').CardBorderPositions>;
457
- default: string;
502
+ type: import('vue').PropType<string>;
458
503
  };
459
504
  borderSize: {
460
- type: import('vue').PropType<import('../../Cards/Card/Card.consts').CardBorderSizes>;
461
- default: string;
505
+ type: import('vue').PropType<string>;
462
506
  };
463
507
  borderColor: {
464
- type: import('vue').PropType<import('../../Cards/Card/Card.consts').CardBorderColors>;
465
- default: string;
508
+ type: import('vue').PropType<string>;
466
509
  };
467
510
  hasLoadingBar: {
468
- type: BooleanConstructor;
469
- default: boolean;
511
+ type: import('vue').PropType<boolean>;
470
512
  };
471
513
  loadingBarColor: {
472
- type: import('vue').PropType<import('../../LoadingBar').LoadingBarColors>;
473
- default: string;
514
+ type: import('vue').PropType<string>;
474
515
  };
475
516
  loadingBarTime: {
476
- type: StringConstructor;
477
- default: string;
478
- };
479
- }>> & Readonly<{}>, {
480
- headerHasPadding: boolean;
481
- dividerUnderHeader: boolean;
482
- hasBorder: boolean;
483
- borderPosition: string;
484
- borderSize: string;
485
- borderColor: string;
486
- hasLoadingBar: boolean;
487
- loadingBarColor: string;
488
- loadingBarTime: string;
489
- }, {}, {
490
- DsDivider: import('vue').DefineComponent<import('vue').ExtractPropTypes<{
491
- isVertical: {
492
- type: BooleanConstructor;
493
- default: boolean;
494
- };
495
- prominence: {
496
- type: StringConstructor;
497
- default: string;
498
- validator: (value: string) => boolean;
499
- };
500
- size: {
501
- type: StringConstructor;
502
- default: string;
503
- validator: (value: string) => boolean;
504
- };
505
- }>, {}, {
506
- DIVIDER_PROMINENCES: Readonly<{
507
- DEFAULT: string;
508
- STRONG: string;
509
- WEAK: string;
510
- }>;
511
- }, {
512
- sizeClass(): string;
513
- }, {}, import('vue').ComponentOptionsMixin, import('vue').ComponentOptionsMixin, {}, string, import('vue').PublicProps, Readonly<import('vue').ExtractPropTypes<{
514
- isVertical: {
515
- type: BooleanConstructor;
516
- default: boolean;
517
- };
518
- prominence: {
519
- type: StringConstructor;
520
- default: string;
521
- validator: (value: string) => boolean;
522
- };
523
- size: {
524
- type: StringConstructor;
525
- default: string;
526
- validator: (value: string) => boolean;
527
- };
528
- }>> & Readonly<{}>, {
529
- size: string;
530
- isVertical: boolean;
531
- prominence: string;
532
- }, {}, {}, {}, string, import('vue').ComponentProvideOptions, true, {}, any>;
533
- DsLoadingBar: import('vue').DefineComponent<import('vue').ExtractPropTypes<{
534
- color: {
535
- type: import('vue').PropType<import('../../LoadingBar').LoadingBarColors>;
536
- default: string;
537
- };
538
- size: {
539
- type: import('vue').PropType<import('../../LoadingBar').LoadingBarSizes>;
540
- default: string;
541
- };
542
- time: {
543
- type: StringConstructor;
544
- required: true;
545
- };
546
- }>, {}, {
547
- intervalId: number;
548
- width: number;
549
- }, {
550
- sizeClassName(): string;
551
- loadingBarStyles(): {
552
- width: string;
553
- transition: string;
554
- };
555
- }, {}, import('vue').ComponentOptionsMixin, import('vue').ComponentOptionsMixin, {}, string, import('vue').PublicProps, Readonly<import('vue').ExtractPropTypes<{
556
- color: {
557
- type: import('vue').PropType<import('../../LoadingBar').LoadingBarColors>;
558
- default: string;
559
- };
560
- size: {
561
- type: import('vue').PropType<import('../../LoadingBar').LoadingBarSizes>;
562
- default: string;
563
- };
564
- time: {
565
- type: StringConstructor;
566
- required: true;
567
- };
568
- }>> & Readonly<{}>, {
569
- size: string;
570
- color: string;
571
- }, {}, {}, {}, string, import('vue').ComponentProvideOptions, true, {}, any>;
572
- }, {}, string, import('vue').ComponentProvideOptions, true, {}, any>;
517
+ type: import('vue').PropType<string>;
518
+ };
519
+ isFlat: {
520
+ type: import('vue').PropType<boolean>;
521
+ };
522
+ }>> & Readonly<{}>, {}, {}, {}, {}, import('vue').ComponentOptionsMixin, import('vue').ComponentOptionsMixin, {}, string, {}, {}, string, {}, import('vue').GlobalComponents, import('vue').GlobalDirectives, string, import('vue').ComponentProvideOptions> & import('vue').VNodeProps & import('vue').AllowedComponentProps & import('vue').ComponentCustomProps & (new () => {
523
+ $slots: Readonly<{
524
+ header?: () => any;
525
+ content?: () => any;
526
+ footer?: () => any;
527
+ }> & {
528
+ header?: () => any;
529
+ content?: () => any;
530
+ footer?: () => any;
531
+ };
532
+ });
573
533
  IconButton: import('vue').DefineComponent<import('vue').ExtractPropTypes<{
574
534
  size: {
575
535
  type: StringConstructor;
@@ -722,6 +682,7 @@ declare const _default: import('vue').DefineComponent<import('vue').ExtractPropT
722
682
  readonly FA_EARTH_AMERICAS: import('@fortawesome/fontawesome-common-types').IconDefinition;
723
683
  readonly FA_ELLIPSIS: import('@fortawesome/fontawesome-common-types').IconDefinition;
724
684
  readonly FA_ELLIPSIS_VERTICAL: import('@fortawesome/fontawesome-common-types').IconDefinition;
685
+ readonly FA_ENVELOPE: import('@fortawesome/fontawesome-common-types').IconDefinition;
725
686
  readonly FA_EXCLAMATION_SOLID: import('@fortawesome/fontawesome-common-types').IconDefinition;
726
687
  readonly FA_EYE: import('@fortawesome/fontawesome-common-types').IconDefinition;
727
688
  readonly FA_EYE_SLASH: import('@fortawesome/fontawesome-common-types').IconDefinition;
@@ -1033,446 +994,95 @@ declare const _default: import('vue').DefineComponent<import('vue').ExtractPropT
1033
994
  }, {}, {
1034
995
  FontAwesomeIcon: import('vue').DefineComponent<import('@fortawesome/vue-fontawesome').FontAwesomeIconProps>;
1035
996
  }, {}, string, import('vue').ComponentProvideOptions, true, {}, any>;
1036
- WnlButton: import('vue').DefineComponent<import('vue').ExtractPropTypes<{
1037
- size: {
1038
- type: StringConstructor;
1039
- default: "medium";
1040
- validator(value: import('../../../utils/type.utils').Value<typeof import('../../Buttons/Button').BUTTON_SIZES>): boolean;
1041
- };
1042
- type: {
1043
- type: StringConstructor;
1044
- default: "filled";
1045
- validator(value: import('../../../utils/type.utils').Value<typeof BUTTON_TYPES>): boolean;
1046
- };
1047
- color: {
1048
- type: (StringConstructor | null)[];
1049
- default: "primary";
1050
- validator(value: import('../../../utils/type.utils').Value<typeof ICON_BUTTON_COLORS>): boolean;
1051
- };
1052
- radius: {
1053
- type: StringConstructor;
1054
- default: "capsule";
1055
- validator(value: import('../../../utils/type.utils').Value<typeof import('../../Buttons/Button').BUTTON_RADIUSES>): boolean;
1056
- };
1057
- state: {
1058
- type: StringConstructor;
1059
- default: "default";
1060
- validator(value: import('../../../utils/type.utils').Value<typeof import('../../Buttons/Button').BUTTON_STATES>): boolean;
1061
- };
1062
- iconLeft: {
1063
- type: ObjectConstructor;
1064
- default: null;
1065
- validator(icon: unknown): boolean;
1066
- };
1067
- iconRight: {
1068
- type: ObjectConstructor;
1069
- default: null;
1070
- validator(icon: unknown): boolean;
1071
- };
1072
- elevation: {
1073
- type: StringConstructor;
1074
- default: "none";
1075
- validator(value: import('../../../utils/type.utils').Value<typeof import('../../Buttons/Button').BUTTON_ELEVATIONS>): boolean;
1076
- };
1077
- }>, {}, {
1078
- ICONS: Readonly<{
1079
- readonly ANSWERS: VueConstructor<Vue>;
1080
- readonly CHANGE: VueConstructor<Vue>;
1081
- readonly COMMENTS_CHECK: VueConstructor<Vue>;
1082
- readonly HEAD_WITH_QUESTION_MARK: VueConstructor<Vue>;
1083
- readonly HIDE_ANSWERS: VueConstructor<Vue>;
1084
- readonly RIBBON: VueConstructor<Vue>;
1085
- readonly SIDEBAR_FLIP_SOLID: VueConstructor<Vue>;
1086
- readonly SLIDERS_SEARCH: VueConstructor<Vue>;
1087
- readonly FA_ADDRESS_CARD: import('@fortawesome/fontawesome-common-types').IconDefinition;
1088
- readonly FA_ANGLE_DOWN: import('@fortawesome/fontawesome-common-types').IconDefinition;
1089
- readonly FA_ANGLE_LEFT: import('@fortawesome/fontawesome-common-types').IconDefinition;
1090
- readonly FA_ANGLE_RIGHT: import('@fortawesome/fontawesome-common-types').IconDefinition;
1091
- readonly FA_ANGLE_UP: import('@fortawesome/fontawesome-common-types').IconDefinition;
1092
- readonly FA_ARROW_DOWN_LEFT_AND_ARROW_UP_RIGHT_TO_CENTER: import('@fortawesome/fontawesome-common-types').IconDefinition;
1093
- readonly FA_ARROW_DOWN_SOLID: import('@fortawesome/fontawesome-common-types').IconDefinition;
1094
- readonly FA_ARROW_DOWN_TO_LINE: import('@fortawesome/fontawesome-common-types').IconDefinition;
1095
- readonly FA_ARROW_LEFT_SOLID: import('@fortawesome/fontawesome-common-types').IconDefinition;
1096
- readonly FA_ARROW_POINTER: import('@fortawesome/fontawesome-common-types').IconDefinition;
1097
- readonly FA_ARROW_RIGHT_FROM_BRACKET: import('@fortawesome/fontawesome-common-types').IconDefinition;
1098
- readonly FA_ARROW_RIGHT_SOLID: import('@fortawesome/fontawesome-common-types').IconDefinition;
1099
- readonly FA_ARROW_ROTATE_LEFT: import('@fortawesome/fontawesome-common-types').IconDefinition;
1100
- readonly FA_ARROW_ROTATE_RIGHT: import('@fortawesome/fontawesome-common-types').IconDefinition;
1101
- readonly FA_ARROW_UP_SOLID: import('@fortawesome/fontawesome-common-types').IconDefinition;
1102
- readonly FA_ARROW_UP_RIGHT_AND_ARROW_DOWN_LEFT_FROM_CENTER: import('@fortawesome/fontawesome-common-types').IconDefinition;
1103
- readonly FA_ARROW_UP_RIGHT_FROM_SQUARE: import('@fortawesome/fontawesome-common-types').IconDefinition;
1104
- readonly FA_ARROWS_LEFT_RIGHT_SOLID: import('@fortawesome/fontawesome-common-types').IconDefinition;
1105
- readonly FA_ARROWS_MAXIMIZE: import('@fortawesome/fontawesome-common-types').IconDefinition;
1106
- readonly FA_ARROWS_ROTATE: import('@fortawesome/fontawesome-common-types').IconDefinition;
1107
- readonly FA_ATOM: import('@fortawesome/fontawesome-common-types').IconDefinition;
1108
- readonly FA_ATOM_SOLID: import('@fortawesome/fontawesome-common-types').IconDefinition;
1109
- readonly FA_BADGE_PERCENT: import('@fortawesome/fontawesome-common-types').IconDefinition;
1110
- readonly FA_BAN: import('@fortawesome/fontawesome-common-types').IconDefinition;
1111
- readonly FA_BARS: import('@fortawesome/fontawesome-common-types').IconDefinition;
1112
- readonly FA_BELL: import('@fortawesome/fontawesome-common-types').IconDefinition;
1113
- readonly FA_BELL_SLASH: import('@fortawesome/fontawesome-common-types').IconDefinition;
1114
- readonly FA_BOOKS: import('@fortawesome/fontawesome-common-types').IconDefinition;
1115
- readonly FA_BOOK: import('@fortawesome/fontawesome-common-types').IconDefinition;
1116
- readonly FA_BOOK_BLANK: import('@fortawesome/fontawesome-common-types').IconDefinition;
1117
- readonly FA_BOOK_COPY: import('@fortawesome/fontawesome-common-types').IconDefinition;
1118
- readonly FA_BOOK_SPARKLES_SOLID: import('@fortawesome/fontawesome-common-types').IconDefinition;
1119
- readonly FA_BOOKMARK_SOLID: import('@fortawesome/fontawesome-common-types').IconDefinition;
1120
- readonly FA_BOOK_MEDICAL_SOLID: import('@fortawesome/fontawesome-common-types').IconDefinition;
1121
- readonly FA_BOX: import('@fortawesome/fontawesome-common-types').IconDefinition;
1122
- readonly FA_BOX_ARCHIVE: import('@fortawesome/fontawesome-common-types').IconDefinition;
1123
- readonly FA_CALCULATOR_SIMPLE_SOLID: import('@fortawesome/fontawesome-common-types').IconDefinition;
1124
- readonly FA_CALENDAR: import('@fortawesome/fontawesome-common-types').IconDefinition;
1125
- readonly FA_CALENDAR_CLOCK: import('@fortawesome/fontawesome-common-types').IconDefinition;
1126
- readonly FA_CALENDAR_CIRCLE_EXCLAMATION: import('@fortawesome/fontawesome-common-types').IconDefinition;
1127
- readonly FA_CALENDAR_CHECK: import('@fortawesome/fontawesome-common-types').IconDefinition;
1128
- readonly FA_CALENDAR_DAY: import('@fortawesome/fontawesome-common-types').IconDefinition;
1129
- readonly FA_CALENDAR_DAYS: import('@fortawesome/fontawesome-common-types').IconDefinition;
1130
- readonly FA_CALENDAR_RANGE: import('@fortawesome/fontawesome-common-types').IconDefinition;
1131
- readonly FA_CALENDAR_XMARK: import('@fortawesome/fontawesome-common-types').IconDefinition;
1132
- readonly FA_CAMERA_SOLID: import('@fortawesome/fontawesome-common-types').IconDefinition;
1133
- readonly FA_CARDS_BLANK: import('@fortawesome/fontawesome-common-types').IconDefinition;
1134
- readonly FA_CARET_SQUARE_RIGHT_SOLID: import('@fortawesome/fontawesome-common-types').IconDefinition;
1135
- readonly FA_CART_SHOPPING: import('@fortawesome/fontawesome-common-types').IconDefinition;
1136
- readonly FA_CHART_COLUMN: import('@fortawesome/fontawesome-common-types').IconDefinition;
1137
- readonly FA_CHART_LINE_UP: import('@fortawesome/fontawesome-common-types').IconDefinition;
1138
- readonly FA_CHECK_SOLID: import('@fortawesome/fontawesome-common-types').IconDefinition;
1139
- readonly FA_CHEVRON_DOWN: import('@fortawesome/fontawesome-common-types').IconDefinition;
1140
- readonly FA_CHEVRON_LEFT: import('@fortawesome/fontawesome-common-types').IconDefinition;
1141
- readonly FA_CHEVRON_LEFT_LIGHT: import('@fortawesome/fontawesome-common-types').IconDefinition;
1142
- readonly FA_CHEVRON_RIGHT: import('@fortawesome/fontawesome-common-types').IconDefinition;
1143
- readonly FA_CHEVRON_RIGHT_LIGHT: import('@fortawesome/fontawesome-common-types').IconDefinition;
1144
- readonly FA_CHEVRON_UP: import('@fortawesome/fontawesome-common-types').IconDefinition;
1145
- readonly FA_CIRCLE: import('@fortawesome/fontawesome-common-types').IconDefinition;
1146
- readonly FA_CIRCLE_ARROW_LEFT: import('@fortawesome/fontawesome-common-types').IconDefinition;
1147
- readonly FA_CIRCLE_ARROW_RIGHT: import('@fortawesome/fontawesome-common-types').IconDefinition;
1148
- readonly FA_CIRCLE_CHECK: import('@fortawesome/fontawesome-common-types').IconDefinition;
1149
- readonly FA_CIRCLE_CHECK_SOLID: import('@fortawesome/fontawesome-common-types').IconDefinition;
1150
- readonly FA_CIRCLE_ELLIPSIS: import('@fortawesome/fontawesome-common-types').IconDefinition;
1151
- readonly FA_CIRCLE_EXCLAMATION: import('@fortawesome/fontawesome-common-types').IconDefinition;
1152
- readonly FA_CIRCLE_INFO: import('@fortawesome/fontawesome-common-types').IconDefinition;
1153
- readonly FA_CIRCLE_NOTCH: import('@fortawesome/fontawesome-common-types').IconDefinition;
1154
- readonly FA_CIRCLE_PLAY_SOLID: import('@fortawesome/fontawesome-common-types').IconDefinition;
1155
- readonly FA_CIRCLE_QUESTION: import('@fortawesome/fontawesome-common-types').IconDefinition;
1156
- readonly FA_CIRCLE_XMARK: import('@fortawesome/fontawesome-common-types').IconDefinition;
1157
- readonly FA_CLIPBOARD_MEDICAL: import('@fortawesome/fontawesome-common-types').IconDefinition;
1158
- readonly FA_CLIPBOARD_LIST: import('@fortawesome/fontawesome-common-types').IconDefinition;
1159
- readonly FA_CLOCK: import('@fortawesome/fontawesome-common-types').IconDefinition;
1160
- readonly FA_CLOCK_ROTATE_LEFT: import('@fortawesome/fontawesome-common-types').IconDefinition;
1161
- readonly FA_CODE: import('@fortawesome/fontawesome-common-types').IconDefinition;
1162
- readonly FA_CODE_SIMPLE: import('@fortawesome/fontawesome-common-types').IconDefinition;
1163
- readonly FA_COMMENT: import('@fortawesome/fontawesome-common-types').IconDefinition;
1164
- readonly FA_COMMENT_DOTS: import('@fortawesome/fontawesome-common-types').IconDefinition;
1165
- readonly FA_COMMENT_SOLID: import('@fortawesome/fontawesome-common-types').IconDefinition;
1166
- readonly FA_COMMENTS: import('@fortawesome/fontawesome-common-types').IconDefinition;
1167
- readonly FA_COMMENTS_QUESTION: import('@fortawesome/fontawesome-common-types').IconDefinition;
1168
- readonly FA_COMMENTS_QUESTION_CHECK: import('@fortawesome/fontawesome-common-types').IconDefinition;
1169
- readonly FA_COMPASS_SOLID: import('@fortawesome/fontawesome-common-types').IconDefinition;
1170
- readonly FA_COMPRESS: import('@fortawesome/fontawesome-common-types').IconDefinition;
1171
- readonly FA_COPY: import('@fortawesome/fontawesome-common-types').IconDefinition;
1172
- readonly FA_CREDIT_CARD: import('@fortawesome/fontawesome-common-types').IconDefinition;
1173
- readonly FA_DNA_SOLID: import('@fortawesome/fontawesome-common-types').IconDefinition;
1174
- readonly FA_DOT_CIRCLE_SOLID: import('@fortawesome/fontawesome-common-types').IconDefinition;
1175
- readonly FA_EARTH_AMERICAS: import('@fortawesome/fontawesome-common-types').IconDefinition;
1176
- readonly FA_ELLIPSIS: import('@fortawesome/fontawesome-common-types').IconDefinition;
1177
- readonly FA_ELLIPSIS_VERTICAL: import('@fortawesome/fontawesome-common-types').IconDefinition;
1178
- readonly FA_EXCLAMATION_SOLID: import('@fortawesome/fontawesome-common-types').IconDefinition;
1179
- readonly FA_EYE: import('@fortawesome/fontawesome-common-types').IconDefinition;
1180
- readonly FA_EYE_SLASH: import('@fortawesome/fontawesome-common-types').IconDefinition;
1181
- readonly FA_FACE_FROWN: import('@fortawesome/fontawesome-common-types').IconDefinition;
1182
- readonly FA_FACE_GRIMACE: import('@fortawesome/fontawesome-common-types').IconDefinition;
1183
- readonly FA_FACE_MEH: import('@fortawesome/fontawesome-common-types').IconDefinition;
1184
- readonly FA_FACE_SMILE: import('@fortawesome/fontawesome-common-types').IconDefinition;
1185
- readonly FA_FACEBOOK: import('@fortawesome/fontawesome-common-types').IconDefinition;
1186
- readonly FA_FILE_CHECK: import('@fortawesome/fontawesome-common-types').IconDefinition;
1187
- readonly FA_FILE_INVOICE_DOLLAR: import('@fortawesome/fontawesome-common-types').IconDefinition;
1188
- readonly FA_FILE_LINES: import('@fortawesome/fontawesome-common-types').IconDefinition;
1189
- readonly FA_FILE_LINES_SOLID: import('@fortawesome/fontawesome-common-types').IconDefinition;
1190
- readonly FA_FILE_MAGNIFYING_GLASS: import('@fortawesome/fontawesome-common-types').IconDefinition;
1191
- readonly FA_FILE_PEN_SOLID: import('@fortawesome/fontawesome-common-types').IconDefinition;
1192
- readonly FA_FILM: import('@fortawesome/fontawesome-common-types').IconDefinition;
1193
- readonly FA_FILTER: import('@fortawesome/fontawesome-common-types').IconDefinition;
1194
- readonly FA_FLAG: import('@fortawesome/fontawesome-common-types').IconDefinition;
1195
- readonly FA_FLAG_CHECKERED_SOLID: import('@fortawesome/fontawesome-common-types').IconDefinition;
1196
- readonly FA_FLASK_SOLID: import('@fortawesome/fontawesome-common-types').IconDefinition;
1197
- readonly FA_FLOPPY_DISK: import('@fortawesome/fontawesome-common-types').IconDefinition;
1198
- readonly FA_FOLDER_SOLID: import('@fortawesome/fontawesome-common-types').IconDefinition;
1199
- readonly FA_GAUGE_HIGH: import('@fortawesome/fontawesome-common-types').IconDefinition;
1200
- readonly FA_GEAR: import('@fortawesome/fontawesome-common-types').IconDefinition;
1201
- readonly FA_GEAR_SOLID: import('@fortawesome/fontawesome-common-types').IconDefinition;
1202
- readonly FA_GEARS_SOLID: import('@fortawesome/fontawesome-common-types').IconDefinition;
1203
- readonly FA_GEM: import('@fortawesome/fontawesome-common-types').IconDefinition;
1204
- readonly FA_GIFT: import('@fortawesome/fontawesome-common-types').IconDefinition;
1205
- readonly FA_GRADUATION_CAP: import('@fortawesome/fontawesome-common-types').IconDefinition;
1206
- readonly FA_GRID: import('@fortawesome/fontawesome-common-types').IconDefinition;
1207
- readonly FA_HAND_POINT_LEFT: import('@fortawesome/fontawesome-common-types').IconDefinition;
1208
- readonly FA_HAND_POINT_RIGHT: import('@fortawesome/fontawesome-common-types').IconDefinition;
1209
- readonly FA_HAND_SPOCK_SOLID: import('@fortawesome/fontawesome-common-types').IconDefinition;
1210
- readonly FA_HANDS_SOLID: import('@fortawesome/fontawesome-common-types').IconDefinition;
1211
- readonly FA_HEART_PULSE: import('@fortawesome/fontawesome-common-types').IconDefinition;
1212
- readonly FA_HEART_SOLID: import('@fortawesome/fontawesome-common-types').IconDefinition;
1213
- readonly FA_HOURGLASS: import('@fortawesome/fontawesome-common-types').IconDefinition;
1214
- readonly FA_HOURGLASS_END: import('@fortawesome/fontawesome-common-types').IconDefinition;
1215
- readonly FA_HOURGLASS_START: import('@fortawesome/fontawesome-common-types').IconDefinition;
1216
- readonly FA_HOUSE: import('@fortawesome/fontawesome-common-types').IconDefinition;
1217
- readonly FA_IMAGES: import('@fortawesome/fontawesome-common-types').IconDefinition;
1218
- readonly FA_IMAGES_SOLID: import('@fortawesome/fontawesome-common-types').IconDefinition;
1219
- readonly FA_INFO_SOLID: import('@fortawesome/fontawesome-common-types').IconDefinition;
1220
- readonly FA_KEY: import('@fortawesome/fontawesome-common-types').IconDefinition;
1221
- readonly FA_KEYBOARD: import('@fortawesome/fontawesome-common-types').IconDefinition;
1222
- readonly FA_LIGHTBULB: import('@fortawesome/fontawesome-common-types').IconDefinition;
1223
- readonly FA_LIGHTBULB_SOLID: import('@fortawesome/fontawesome-common-types').IconDefinition;
1224
- readonly FA_LINK: import('@fortawesome/fontawesome-common-types').IconDefinition;
1225
- readonly FA_LINK_SLASH: import('@fortawesome/fontawesome-common-types').IconDefinition;
1226
- readonly FA_LIST: import('@fortawesome/fontawesome-common-types').IconDefinition;
1227
- readonly FA_LIST_CHECK: import('@fortawesome/fontawesome-common-types').IconDefinition;
1228
- readonly FA_LIST_OL: import('@fortawesome/fontawesome-common-types').IconDefinition;
1229
- readonly FA_LOCATION_DOT: import('@fortawesome/fontawesome-common-types').IconDefinition;
1230
- readonly FA_LOCK_KEYHOLE: import('@fortawesome/fontawesome-common-types').IconDefinition;
1231
- readonly FA_MAGNIFYING_GLASS: import('@fortawesome/fontawesome-common-types').IconDefinition;
1232
- readonly FA_MEDAL: import('@fortawesome/fontawesome-common-types').IconDefinition;
1233
- readonly FA_MEMO_CIRCLE_INFO: import('@fortawesome/fontawesome-common-types').IconDefinition;
1234
- readonly FA_MEMO_CIRCLE_INFO_SOLID: import('@fortawesome/fontawesome-common-types').IconDefinition;
1235
- readonly FA_MESSAGES: import('@fortawesome/fontawesome-common-types').IconDefinition;
1236
- readonly FA_MESSAGE_QUESTION_SOLID: import('@fortawesome/fontawesome-common-types').IconDefinition;
1237
- readonly FA_MESSAGE_QUESTION: import('@fortawesome/fontawesome-common-types').IconDefinition;
1238
- readonly FA_MESSAGE_XMARK: import('@fortawesome/fontawesome-common-types').IconDefinition;
1239
- readonly FA_MESSAGE: import('@fortawesome/fontawesome-common-types').IconDefinition;
1240
- readonly FA_MINUS: import('@fortawesome/fontawesome-common-types').IconDefinition;
1241
- readonly FA_MONEY_BILL1: import('@fortawesome/fontawesome-common-types').IconDefinition;
1242
- readonly FA_MUSIC: import('@fortawesome/fontawesome-common-types').IconDefinition;
1243
- readonly FA_PAPER_PLANE: import('@fortawesome/fontawesome-common-types').IconDefinition;
1244
- readonly FA_PAPERCLIP: import('@fortawesome/fontawesome-common-types').IconDefinition;
1245
- readonly FA_PEN_CIRCLE: import('@fortawesome/fontawesome-common-types').IconDefinition;
1246
- readonly FA_PEN_FIELD: import('@fortawesome/fontawesome-common-types').IconDefinition;
1247
- readonly FA_PENCIL: import('@fortawesome/fontawesome-common-types').IconDefinition;
1248
- readonly FA_PILLS_SOLID: import('@fortawesome/fontawesome-common-types').IconDefinition;
1249
- readonly FA_PLAY: import('@fortawesome/fontawesome-common-types').IconDefinition;
1250
- readonly FA_PLUS: import('@fortawesome/fontawesome-common-types').IconDefinition;
1251
- readonly FA_PRESENTATION_SCREEN: import('@fortawesome/fontawesome-common-types').IconDefinition;
1252
- readonly FA_PRINT: import('@fortawesome/fontawesome-common-types').IconDefinition;
1253
- readonly FA_RECTANGLE_CODE: import('@fortawesome/fontawesome-common-types').IconDefinition;
1254
- readonly FA_RECTANGLE_HISTORY: import('@fortawesome/fontawesome-common-types').IconDefinition;
1255
- readonly FA_RECTANGLE_LIST: import('@fortawesome/fontawesome-common-types').IconDefinition;
1256
- readonly FA_REPLY: import('@fortawesome/fontawesome-common-types').IconDefinition;
1257
- readonly FA_ROTATE_LEFT: import('@fortawesome/fontawesome-common-types').IconDefinition;
1258
- readonly FA_SHARE: import('@fortawesome/fontawesome-common-types').IconDefinition;
1259
- readonly FA_SHARE_NODES: import('@fortawesome/fontawesome-common-types').IconDefinition;
1260
- readonly FA_SHIELD_HALVED: import('@fortawesome/fontawesome-common-types').IconDefinition;
1261
- readonly FA_SIDEBAR_FLIP: import('@fortawesome/fontawesome-common-types').IconDefinition;
1262
- readonly FA_SIGNAL: import('@fortawesome/fontawesome-common-types').IconDefinition;
1263
- readonly FA_SITEMAP: import('@fortawesome/fontawesome-common-types').IconDefinition;
1264
- readonly FA_SITEMAP_SOLID: import('@fortawesome/fontawesome-common-types').IconDefinition;
1265
- readonly FA_SLIDERS: import('@fortawesome/fontawesome-common-types').IconDefinition;
1266
- readonly FA_SPELL_CHECK: import('@fortawesome/fontawesome-common-types').IconDefinition;
1267
- readonly FA_SQUARE: import('@fortawesome/fontawesome-common-types').IconDefinition;
1268
- readonly FA_SQUARE_CARET_RIGHT: import('@fortawesome/fontawesome-common-types').IconDefinition;
1269
- readonly FA_SQUARE_CHECK: import('@fortawesome/fontawesome-common-types').IconDefinition;
1270
- readonly FA_SQUARE_CHECK_SOLID: import('@fortawesome/fontawesome-common-types').IconDefinition;
1271
- readonly FA_SQUARE_LIST: import('@fortawesome/fontawesome-common-types').IconDefinition;
1272
- readonly FA_SQUARE_LIST_SOLID: import('@fortawesome/fontawesome-common-types').IconDefinition;
1273
- readonly FA_STAR: import('@fortawesome/fontawesome-common-types').IconDefinition;
1274
- readonly FA_STAR_SOLID: import('@fortawesome/fontawesome-common-types').IconDefinition;
1275
- readonly FA_STETHOSCOPE: import('@fortawesome/fontawesome-common-types').IconDefinition;
1276
- readonly FA_STOPWATCH_SOLID: import('@fortawesome/fontawesome-common-types').IconDefinition;
1277
- readonly FA_TAG: import('@fortawesome/fontawesome-common-types').IconDefinition;
1278
- readonly FA_TAGS: import('@fortawesome/fontawesome-common-types').IconDefinition;
1279
- readonly FA_TEXT: import('@fortawesome/fontawesome-common-types').IconDefinition;
1280
- readonly FA_TEXT_SLASH: import('@fortawesome/fontawesome-common-types').IconDefinition;
1281
- readonly FA_THUMBS_UP: import('@fortawesome/fontawesome-common-types').IconDefinition;
1282
- readonly FA_THUMBS_UP_SOLID: import('@fortawesome/fontawesome-common-types').IconDefinition;
1283
- readonly FA_THUMBTACK: import('@fortawesome/fontawesome-common-types').IconDefinition;
1284
- readonly FA_THUMBTACK_SOLID: import('@fortawesome/fontawesome-common-types').IconDefinition;
1285
- readonly FA_TRASH_CAN: import('@fortawesome/fontawesome-common-types').IconDefinition;
1286
- readonly FA_TREE_PALM: import('@fortawesome/fontawesome-common-types').IconDefinition;
1287
- readonly FA_TRIANGLE_EXCLAMATION: import('@fortawesome/fontawesome-common-types').IconDefinition;
1288
- readonly FA_TRIANGLE_EXCLAMATION_SOLID: import('@fortawesome/fontawesome-common-types').IconDefinition;
1289
- readonly FA_TROPHY_STAR: import('@fortawesome/fontawesome-common-types').IconDefinition;
1290
- readonly FA_UNLOCK_KEYHOLE: import('@fortawesome/fontawesome-common-types').IconDefinition;
1291
- readonly FA_UPLOAD: import('@fortawesome/fontawesome-common-types').IconDefinition;
1292
- readonly FA_USER: import('@fortawesome/fontawesome-common-types').IconDefinition;
1293
- readonly FA_USER_GEAR: import('@fortawesome/fontawesome-common-types').IconDefinition;
1294
- readonly FA_USER_DOCTOR_SOLID: import('@fortawesome/fontawesome-common-types').IconDefinition;
1295
- readonly FA_VIDEO_SOLID: import('@fortawesome/fontawesome-common-types').IconDefinition;
1296
- readonly FA_VOLUME_HIGH_SOLID: import('@fortawesome/fontawesome-common-types').IconDefinition;
1297
- readonly FA_WAND_MAGIC_SPARKLES: import('@fortawesome/fontawesome-common-types').IconDefinition;
1298
- readonly FA_WINDOW_MAXIMIZE: import('@fortawesome/fontawesome-common-types').IconDefinition;
1299
- readonly FA_XMARK: import('@fortawesome/fontawesome-common-types').IconDefinition;
1300
- readonly FAD_SPINNER_THIRD: import('@fortawesome/fontawesome-common-types').IconDefinition;
1301
- }>;
1302
- ICON_SIZES: Readonly<{
1303
- XXX_SMALL: string;
1304
- XX_SMALL: string;
1305
- X_SMALL: string;
1306
- SMALL: string;
1307
- MEDIUM: string;
1308
- LARGE: string;
1309
- X_LARGE: string;
1310
- XX_LARGE: string;
1311
- }>;
1312
- BUTTON_TYPES: Readonly<{
1313
- readonly FILLED: "filled";
1314
- readonly OUTLINED: "outlined";
1315
- readonly TEXT: "text";
1316
- }>;
1317
- COLORS: Readonly<{
1318
- readonly PRIMARY: "primary";
1319
- readonly NEUTRAL: "neutral";
1320
- readonly DANGER: "danger";
1321
- readonly SUCCESS: "success";
1322
- readonly INVERTED: "inverted";
1323
- }>;
1324
- RADIUSES: Readonly<{
1325
- readonly CAPSULE: "capsule";
1326
- readonly ROUNDED: "rounded";
1327
- }>;
1328
- SIZES: Readonly<{
1329
- readonly SMALL: "small";
1330
- readonly MEDIUM: "medium";
1331
- readonly LARGE: "large";
1332
- }>;
1333
- STATES: Readonly<{
1334
- readonly DEFAULT: "default";
1335
- readonly HOVERED: "hovered";
1336
- readonly FOCUSED: "focused";
1337
- readonly DISABLED: "disabled";
1338
- readonly LOADING: "loading";
1339
- }>;
1340
- ELEVATIONS: Readonly<{
1341
- readonly NONE: "none";
1342
- readonly X_SMALL: "x-small";
1343
- readonly SMALL: "small";
1344
- }>;
1345
- }, {
1346
- iconSize(): string;
1347
- colorClassName(): string;
1348
- loadingIconSize(): string;
1349
- }, {}, import('vue').ComponentOptionsMixin, import('vue').ComponentOptionsMixin, {}, string, import('vue').PublicProps, Readonly<import('vue').ExtractPropTypes<{
1350
- size: {
1351
- type: StringConstructor;
1352
- default: "medium";
1353
- validator(value: import('../../../utils/type.utils').Value<typeof import('../../Buttons/Button').BUTTON_SIZES>): boolean;
1354
- };
1355
- type: {
1356
- type: StringConstructor;
1357
- default: "filled";
1358
- validator(value: import('../../../utils/type.utils').Value<typeof BUTTON_TYPES>): boolean;
1359
- };
1360
- color: {
1361
- type: (StringConstructor | null)[];
1362
- default: "primary";
1363
- validator(value: import('../../../utils/type.utils').Value<typeof ICON_BUTTON_COLORS>): boolean;
1364
- };
1365
- radius: {
1366
- type: StringConstructor;
1367
- default: "capsule";
1368
- validator(value: import('../../../utils/type.utils').Value<typeof import('../../Buttons/Button').BUTTON_RADIUSES>): boolean;
1369
- };
1370
- state: {
1371
- type: StringConstructor;
1372
- default: "default";
1373
- validator(value: import('../../../utils/type.utils').Value<typeof import('../../Buttons/Button').BUTTON_STATES>): boolean;
1374
- };
1375
- iconLeft: {
1376
- type: ObjectConstructor;
1377
- default: null;
1378
- validator(icon: unknown): boolean;
1379
- };
1380
- iconRight: {
1381
- type: ObjectConstructor;
1382
- default: null;
1383
- validator(icon: unknown): boolean;
1384
- };
1385
- elevation: {
1386
- type: StringConstructor;
1387
- default: "none";
1388
- validator(value: import('../../../utils/type.utils').Value<typeof import('../../Buttons/Button').BUTTON_ELEVATIONS>): boolean;
1389
- };
1390
- }>> & Readonly<{}>, {
1391
- size: string;
1392
- type: string;
1393
- color: string | null;
1394
- elevation: string;
1395
- radius: string;
1396
- state: string;
1397
- iconLeft: Record<string, any>;
1398
- iconRight: Record<string, any>;
1399
- }, {}, {
1400
- WnlIcon: import('vue').DefineComponent<import('vue').ExtractPropTypes<{
1401
- icon: {
1402
- type: ObjectConstructor;
1403
- required: true;
1404
- validator(icon: unknown): boolean;
1405
- };
997
+ WnlButton: {
998
+ new (...args: any[]): import('vue').CreateComponentPublicInstanceWithMixins<Readonly<import('vue').ExtractPropTypes<{
1406
999
  size: {
1407
- type: StringConstructor;
1408
- default: string;
1409
- validator: (value: string) => boolean;
1000
+ type: import('vue').PropType<string>;
1410
1001
  };
1411
- rotation: {
1412
- type: (NumberConstructor | null)[];
1413
- default: null;
1002
+ type: {
1003
+ type: import('vue').PropType<string>;
1414
1004
  };
1415
- flippedVertical: {
1416
- type: BooleanConstructor;
1417
- default: boolean;
1005
+ color: {
1006
+ type: import('vue').PropType<string | null>;
1418
1007
  };
1419
- flippedHorizontal: {
1420
- type: BooleanConstructor;
1421
- default: boolean;
1008
+ radius: {
1009
+ type: import('vue').PropType<string>;
1422
1010
  };
1423
- touchable: {
1424
- type: BooleanConstructor;
1425
- default: boolean;
1011
+ state: {
1012
+ type: import('vue').PropType<string>;
1426
1013
  };
1427
- spinning: {
1428
- type: BooleanConstructor;
1429
- default: boolean;
1014
+ iconLeft: import('../../Icons/Icon').IconItem | null;
1015
+ iconRight: import('../../Icons/Icon').IconItem | null;
1016
+ elevation: {
1017
+ type: import('vue').PropType<string>;
1430
1018
  };
1431
- }>, {}, {}, {
1432
- sizeClassName(): string;
1433
- isFontawesomeIcon(): boolean;
1434
- }, {}, import('vue').ComponentOptionsMixin, import('vue').ComponentOptionsMixin, {}, string, import('vue').PublicProps, Readonly<import('vue').ExtractPropTypes<{
1435
- icon: {
1436
- type: ObjectConstructor;
1437
- required: true;
1438
- validator(icon: unknown): boolean;
1019
+ as: {
1020
+ type: import('vue').PropType<"a" | "button" | "span">;
1439
1021
  };
1022
+ }>> & Readonly<{}>, {}, {}, {}, {}, import('vue').ComponentOptionsMixin, import('vue').ComponentOptionsMixin, {}, import('vue').PublicProps, {}, true, {}, {}, import('vue').GlobalComponents, import('vue').GlobalDirectives, string, {}, any, import('vue').ComponentProvideOptions, {
1023
+ P: {};
1024
+ B: {};
1025
+ D: {};
1026
+ C: {};
1027
+ M: {};
1028
+ Defaults: {};
1029
+ }, Readonly<import('vue').ExtractPropTypes<{
1440
1030
  size: {
1441
- type: StringConstructor;
1442
- default: string;
1443
- validator: (value: string) => boolean;
1031
+ type: import('vue').PropType<string>;
1444
1032
  };
1445
- rotation: {
1446
- type: (NumberConstructor | null)[];
1447
- default: null;
1033
+ type: {
1034
+ type: import('vue').PropType<string>;
1448
1035
  };
1449
- flippedVertical: {
1450
- type: BooleanConstructor;
1451
- default: boolean;
1036
+ color: {
1037
+ type: import('vue').PropType<string | null>;
1452
1038
  };
1453
- flippedHorizontal: {
1454
- type: BooleanConstructor;
1455
- default: boolean;
1039
+ radius: {
1040
+ type: import('vue').PropType<string>;
1456
1041
  };
1457
- touchable: {
1458
- type: BooleanConstructor;
1459
- default: boolean;
1042
+ state: {
1043
+ type: import('vue').PropType<string>;
1460
1044
  };
1461
- spinning: {
1462
- type: BooleanConstructor;
1463
- default: boolean;
1045
+ iconLeft: import('../../Icons/Icon').IconItem | null;
1046
+ iconRight: import('../../Icons/Icon').IconItem | null;
1047
+ elevation: {
1048
+ type: import('vue').PropType<string>;
1464
1049
  };
1465
- }>> & Readonly<{}>, {
1466
- rotation: number | null;
1467
- size: string;
1468
- flippedVertical: boolean;
1469
- flippedHorizontal: boolean;
1470
- touchable: boolean;
1471
- spinning: boolean;
1472
- }, {}, {
1473
- FontAwesomeIcon: import('vue').DefineComponent<import('@fortawesome/vue-fontawesome').FontAwesomeIconProps>;
1474
- }, {}, string, import('vue').ComponentProvideOptions, true, {}, any>;
1475
- }, {}, string, import('vue').ComponentProvideOptions, true, {}, any>;
1050
+ as: {
1051
+ type: import('vue').PropType<"a" | "button" | "span">;
1052
+ };
1053
+ }>> & Readonly<{}>, {}, {}, {}, {}, {}>;
1054
+ __isFragment?: never;
1055
+ __isTeleport?: never;
1056
+ __isSuspense?: never;
1057
+ } & import('vue').ComponentOptionsBase<Readonly<import('vue').ExtractPropTypes<{
1058
+ size: {
1059
+ type: import('vue').PropType<string>;
1060
+ };
1061
+ type: {
1062
+ type: import('vue').PropType<string>;
1063
+ };
1064
+ color: {
1065
+ type: import('vue').PropType<string | null>;
1066
+ };
1067
+ radius: {
1068
+ type: import('vue').PropType<string>;
1069
+ };
1070
+ state: {
1071
+ type: import('vue').PropType<string>;
1072
+ };
1073
+ iconLeft: import('../../Icons/Icon').IconItem | null;
1074
+ iconRight: import('../../Icons/Icon').IconItem | null;
1075
+ elevation: {
1076
+ type: import('vue').PropType<string>;
1077
+ };
1078
+ as: {
1079
+ type: import('vue').PropType<"a" | "button" | "span">;
1080
+ };
1081
+ }>> & Readonly<{}>, {}, {}, {}, {}, import('vue').ComponentOptionsMixin, import('vue').ComponentOptionsMixin, {}, string, {}, {}, string, {}, import('vue').GlobalComponents, import('vue').GlobalDirectives, string, import('vue').ComponentProvideOptions> & import('vue').VNodeProps & import('vue').AllowedComponentProps & import('vue').ComponentCustomProps & (new () => {
1082
+ $slots: {
1083
+ default?(_: {}): any;
1084
+ };
1085
+ });
1476
1086
  }, {}, string, import('vue').ComponentProvideOptions, true, {}, any>;
1477
1087
  SurveyToggle: import('vue').DefineComponent<import('vue').ExtractPropTypes<{
1478
1088
  label: {
@@ -1757,6 +1367,7 @@ declare const _default: import('vue').DefineComponent<import('vue').ExtractPropT
1757
1367
  readonly FA_EARTH_AMERICAS: import('@fortawesome/fontawesome-common-types').IconDefinition;
1758
1368
  readonly FA_ELLIPSIS: import('@fortawesome/fontawesome-common-types').IconDefinition;
1759
1369
  readonly FA_ELLIPSIS_VERTICAL: import('@fortawesome/fontawesome-common-types').IconDefinition;
1370
+ readonly FA_ENVELOPE: import('@fortawesome/fontawesome-common-types').IconDefinition;
1760
1371
  readonly FA_EXCLAMATION_SOLID: import('@fortawesome/fontawesome-common-types').IconDefinition;
1761
1372
  readonly FA_EYE: import('@fortawesome/fontawesome-common-types').IconDefinition;
1762
1373
  readonly FA_EYE_SLASH: import('@fortawesome/fontawesome-common-types').IconDefinition;
@@ -1982,445 +1593,94 @@ declare const _default: import('vue').DefineComponent<import('vue').ExtractPropT
1982
1593
  FontAwesomeIcon: import('vue').DefineComponent<import('@fortawesome/vue-fontawesome').FontAwesomeIconProps>;
1983
1594
  }, {}, string, import('vue').ComponentProvideOptions, true, {}, any>;
1984
1595
  }, {}, string, import('vue').ComponentProvideOptions, true, {}, any>;
1985
- DsButton: import('vue').DefineComponent<import('vue').ExtractPropTypes<{
1596
+ DsButton: {
1597
+ new (...args: any[]): import('vue').CreateComponentPublicInstanceWithMixins<Readonly<import('vue').ExtractPropTypes<{
1598
+ size: {
1599
+ type: import('vue').PropType<string>;
1600
+ };
1601
+ type: {
1602
+ type: import('vue').PropType<string>;
1603
+ };
1604
+ color: {
1605
+ type: import('vue').PropType<string | null>;
1606
+ };
1607
+ radius: {
1608
+ type: import('vue').PropType<string>;
1609
+ };
1610
+ state: {
1611
+ type: import('vue').PropType<string>;
1612
+ };
1613
+ iconLeft: import('../../Icons/Icon').IconItem | null;
1614
+ iconRight: import('../../Icons/Icon').IconItem | null;
1615
+ elevation: {
1616
+ type: import('vue').PropType<string>;
1617
+ };
1618
+ as: {
1619
+ type: import('vue').PropType<"a" | "button" | "span">;
1620
+ };
1621
+ }>> & Readonly<{}>, {}, {}, {}, {}, import('vue').ComponentOptionsMixin, import('vue').ComponentOptionsMixin, {}, import('vue').PublicProps, {}, true, {}, {}, import('vue').GlobalComponents, import('vue').GlobalDirectives, string, {}, any, import('vue').ComponentProvideOptions, {
1622
+ P: {};
1623
+ B: {};
1624
+ D: {};
1625
+ C: {};
1626
+ M: {};
1627
+ Defaults: {};
1628
+ }, Readonly<import('vue').ExtractPropTypes<{
1629
+ size: {
1630
+ type: import('vue').PropType<string>;
1631
+ };
1632
+ type: {
1633
+ type: import('vue').PropType<string>;
1634
+ };
1635
+ color: {
1636
+ type: import('vue').PropType<string | null>;
1637
+ };
1638
+ radius: {
1639
+ type: import('vue').PropType<string>;
1640
+ };
1641
+ state: {
1642
+ type: import('vue').PropType<string>;
1643
+ };
1644
+ iconLeft: import('../../Icons/Icon').IconItem | null;
1645
+ iconRight: import('../../Icons/Icon').IconItem | null;
1646
+ elevation: {
1647
+ type: import('vue').PropType<string>;
1648
+ };
1649
+ as: {
1650
+ type: import('vue').PropType<"a" | "button" | "span">;
1651
+ };
1652
+ }>> & Readonly<{}>, {}, {}, {}, {}, {}>;
1653
+ __isFragment?: never;
1654
+ __isTeleport?: never;
1655
+ __isSuspense?: never;
1656
+ } & import('vue').ComponentOptionsBase<Readonly<import('vue').ExtractPropTypes<{
1986
1657
  size: {
1987
- type: StringConstructor;
1988
- default: "medium";
1989
- validator(value: import('../../../utils/type.utils').Value<typeof import('../../Buttons/Button').BUTTON_SIZES>): boolean;
1658
+ type: import('vue').PropType<string>;
1990
1659
  };
1991
1660
  type: {
1992
- type: StringConstructor;
1993
- default: "filled";
1994
- validator(value: import('../../../utils/type.utils').Value<typeof BUTTON_TYPES>): boolean;
1661
+ type: import('vue').PropType<string>;
1995
1662
  };
1996
1663
  color: {
1997
- type: (StringConstructor | null)[];
1998
- default: "primary";
1999
- validator(value: import('../../../utils/type.utils').Value<typeof ICON_BUTTON_COLORS>): boolean;
1664
+ type: import('vue').PropType<string | null>;
2000
1665
  };
2001
1666
  radius: {
2002
- type: StringConstructor;
2003
- default: "capsule";
2004
- validator(value: import('../../../utils/type.utils').Value<typeof import('../../Buttons/Button').BUTTON_RADIUSES>): boolean;
1667
+ type: import('vue').PropType<string>;
2005
1668
  };
2006
1669
  state: {
2007
- type: StringConstructor;
2008
- default: "default";
2009
- validator(value: import('../../../utils/type.utils').Value<typeof import('../../Buttons/Button').BUTTON_STATES>): boolean;
1670
+ type: import('vue').PropType<string>;
2010
1671
  };
2011
- iconLeft: {
2012
- type: ObjectConstructor;
2013
- default: null;
2014
- validator(icon: unknown): boolean;
1672
+ iconLeft: import('../../Icons/Icon').IconItem | null;
1673
+ iconRight: import('../../Icons/Icon').IconItem | null;
1674
+ elevation: {
1675
+ type: import('vue').PropType<string>;
2015
1676
  };
2016
- iconRight: {
2017
- type: ObjectConstructor;
2018
- default: null;
2019
- validator(icon: unknown): boolean;
1677
+ as: {
1678
+ type: import('vue').PropType<"a" | "button" | "span">;
2020
1679
  };
2021
- elevation: {
2022
- type: StringConstructor;
2023
- default: "none";
2024
- validator(value: import('../../../utils/type.utils').Value<typeof import('../../Buttons/Button').BUTTON_ELEVATIONS>): boolean;
1680
+ }>> & Readonly<{}>, {}, {}, {}, {}, import('vue').ComponentOptionsMixin, import('vue').ComponentOptionsMixin, {}, string, {}, {}, string, {}, import('vue').GlobalComponents, import('vue').GlobalDirectives, string, import('vue').ComponentProvideOptions> & import('vue').VNodeProps & import('vue').AllowedComponentProps & import('vue').ComponentCustomProps & (new () => {
1681
+ $slots: {
1682
+ default?(_: {}): any;
2025
1683
  };
2026
- }>, {}, {
2027
- ICONS: Readonly<{
2028
- readonly ANSWERS: VueConstructor<Vue>;
2029
- readonly CHANGE: VueConstructor<Vue>;
2030
- readonly COMMENTS_CHECK: VueConstructor<Vue>;
2031
- readonly HEAD_WITH_QUESTION_MARK: VueConstructor<Vue>;
2032
- readonly HIDE_ANSWERS: VueConstructor<Vue>;
2033
- readonly RIBBON: VueConstructor<Vue>;
2034
- readonly SIDEBAR_FLIP_SOLID: VueConstructor<Vue>;
2035
- readonly SLIDERS_SEARCH: VueConstructor<Vue>;
2036
- readonly FA_ADDRESS_CARD: import('@fortawesome/fontawesome-common-types').IconDefinition;
2037
- readonly FA_ANGLE_DOWN: import('@fortawesome/fontawesome-common-types').IconDefinition;
2038
- readonly FA_ANGLE_LEFT: import('@fortawesome/fontawesome-common-types').IconDefinition;
2039
- readonly FA_ANGLE_RIGHT: import('@fortawesome/fontawesome-common-types').IconDefinition;
2040
- readonly FA_ANGLE_UP: import('@fortawesome/fontawesome-common-types').IconDefinition;
2041
- readonly FA_ARROW_DOWN_LEFT_AND_ARROW_UP_RIGHT_TO_CENTER: import('@fortawesome/fontawesome-common-types').IconDefinition;
2042
- readonly FA_ARROW_DOWN_SOLID: import('@fortawesome/fontawesome-common-types').IconDefinition;
2043
- readonly FA_ARROW_DOWN_TO_LINE: import('@fortawesome/fontawesome-common-types').IconDefinition;
2044
- readonly FA_ARROW_LEFT_SOLID: import('@fortawesome/fontawesome-common-types').IconDefinition;
2045
- readonly FA_ARROW_POINTER: import('@fortawesome/fontawesome-common-types').IconDefinition;
2046
- readonly FA_ARROW_RIGHT_FROM_BRACKET: import('@fortawesome/fontawesome-common-types').IconDefinition;
2047
- readonly FA_ARROW_RIGHT_SOLID: import('@fortawesome/fontawesome-common-types').IconDefinition;
2048
- readonly FA_ARROW_ROTATE_LEFT: import('@fortawesome/fontawesome-common-types').IconDefinition;
2049
- readonly FA_ARROW_ROTATE_RIGHT: import('@fortawesome/fontawesome-common-types').IconDefinition;
2050
- readonly FA_ARROW_UP_SOLID: import('@fortawesome/fontawesome-common-types').IconDefinition;
2051
- readonly FA_ARROW_UP_RIGHT_AND_ARROW_DOWN_LEFT_FROM_CENTER: import('@fortawesome/fontawesome-common-types').IconDefinition;
2052
- readonly FA_ARROW_UP_RIGHT_FROM_SQUARE: import('@fortawesome/fontawesome-common-types').IconDefinition;
2053
- readonly FA_ARROWS_LEFT_RIGHT_SOLID: import('@fortawesome/fontawesome-common-types').IconDefinition;
2054
- readonly FA_ARROWS_MAXIMIZE: import('@fortawesome/fontawesome-common-types').IconDefinition;
2055
- readonly FA_ARROWS_ROTATE: import('@fortawesome/fontawesome-common-types').IconDefinition;
2056
- readonly FA_ATOM: import('@fortawesome/fontawesome-common-types').IconDefinition;
2057
- readonly FA_ATOM_SOLID: import('@fortawesome/fontawesome-common-types').IconDefinition;
2058
- readonly FA_BADGE_PERCENT: import('@fortawesome/fontawesome-common-types').IconDefinition;
2059
- readonly FA_BAN: import('@fortawesome/fontawesome-common-types').IconDefinition;
2060
- readonly FA_BARS: import('@fortawesome/fontawesome-common-types').IconDefinition;
2061
- readonly FA_BELL: import('@fortawesome/fontawesome-common-types').IconDefinition;
2062
- readonly FA_BELL_SLASH: import('@fortawesome/fontawesome-common-types').IconDefinition;
2063
- readonly FA_BOOKS: import('@fortawesome/fontawesome-common-types').IconDefinition;
2064
- readonly FA_BOOK: import('@fortawesome/fontawesome-common-types').IconDefinition;
2065
- readonly FA_BOOK_BLANK: import('@fortawesome/fontawesome-common-types').IconDefinition;
2066
- readonly FA_BOOK_COPY: import('@fortawesome/fontawesome-common-types').IconDefinition;
2067
- readonly FA_BOOK_SPARKLES_SOLID: import('@fortawesome/fontawesome-common-types').IconDefinition;
2068
- readonly FA_BOOKMARK_SOLID: import('@fortawesome/fontawesome-common-types').IconDefinition;
2069
- readonly FA_BOOK_MEDICAL_SOLID: import('@fortawesome/fontawesome-common-types').IconDefinition;
2070
- readonly FA_BOX: import('@fortawesome/fontawesome-common-types').IconDefinition;
2071
- readonly FA_BOX_ARCHIVE: import('@fortawesome/fontawesome-common-types').IconDefinition;
2072
- readonly FA_CALCULATOR_SIMPLE_SOLID: import('@fortawesome/fontawesome-common-types').IconDefinition;
2073
- readonly FA_CALENDAR: import('@fortawesome/fontawesome-common-types').IconDefinition;
2074
- readonly FA_CALENDAR_CLOCK: import('@fortawesome/fontawesome-common-types').IconDefinition;
2075
- readonly FA_CALENDAR_CIRCLE_EXCLAMATION: import('@fortawesome/fontawesome-common-types').IconDefinition;
2076
- readonly FA_CALENDAR_CHECK: import('@fortawesome/fontawesome-common-types').IconDefinition;
2077
- readonly FA_CALENDAR_DAY: import('@fortawesome/fontawesome-common-types').IconDefinition;
2078
- readonly FA_CALENDAR_DAYS: import('@fortawesome/fontawesome-common-types').IconDefinition;
2079
- readonly FA_CALENDAR_RANGE: import('@fortawesome/fontawesome-common-types').IconDefinition;
2080
- readonly FA_CALENDAR_XMARK: import('@fortawesome/fontawesome-common-types').IconDefinition;
2081
- readonly FA_CAMERA_SOLID: import('@fortawesome/fontawesome-common-types').IconDefinition;
2082
- readonly FA_CARDS_BLANK: import('@fortawesome/fontawesome-common-types').IconDefinition;
2083
- readonly FA_CARET_SQUARE_RIGHT_SOLID: import('@fortawesome/fontawesome-common-types').IconDefinition;
2084
- readonly FA_CART_SHOPPING: import('@fortawesome/fontawesome-common-types').IconDefinition;
2085
- readonly FA_CHART_COLUMN: import('@fortawesome/fontawesome-common-types').IconDefinition;
2086
- readonly FA_CHART_LINE_UP: import('@fortawesome/fontawesome-common-types').IconDefinition;
2087
- readonly FA_CHECK_SOLID: import('@fortawesome/fontawesome-common-types').IconDefinition;
2088
- readonly FA_CHEVRON_DOWN: import('@fortawesome/fontawesome-common-types').IconDefinition;
2089
- readonly FA_CHEVRON_LEFT: import('@fortawesome/fontawesome-common-types').IconDefinition;
2090
- readonly FA_CHEVRON_LEFT_LIGHT: import('@fortawesome/fontawesome-common-types').IconDefinition;
2091
- readonly FA_CHEVRON_RIGHT: import('@fortawesome/fontawesome-common-types').IconDefinition;
2092
- readonly FA_CHEVRON_RIGHT_LIGHT: import('@fortawesome/fontawesome-common-types').IconDefinition;
2093
- readonly FA_CHEVRON_UP: import('@fortawesome/fontawesome-common-types').IconDefinition;
2094
- readonly FA_CIRCLE: import('@fortawesome/fontawesome-common-types').IconDefinition;
2095
- readonly FA_CIRCLE_ARROW_LEFT: import('@fortawesome/fontawesome-common-types').IconDefinition;
2096
- readonly FA_CIRCLE_ARROW_RIGHT: import('@fortawesome/fontawesome-common-types').IconDefinition;
2097
- readonly FA_CIRCLE_CHECK: import('@fortawesome/fontawesome-common-types').IconDefinition;
2098
- readonly FA_CIRCLE_CHECK_SOLID: import('@fortawesome/fontawesome-common-types').IconDefinition;
2099
- readonly FA_CIRCLE_ELLIPSIS: import('@fortawesome/fontawesome-common-types').IconDefinition;
2100
- readonly FA_CIRCLE_EXCLAMATION: import('@fortawesome/fontawesome-common-types').IconDefinition;
2101
- readonly FA_CIRCLE_INFO: import('@fortawesome/fontawesome-common-types').IconDefinition;
2102
- readonly FA_CIRCLE_NOTCH: import('@fortawesome/fontawesome-common-types').IconDefinition;
2103
- readonly FA_CIRCLE_PLAY_SOLID: import('@fortawesome/fontawesome-common-types').IconDefinition;
2104
- readonly FA_CIRCLE_QUESTION: import('@fortawesome/fontawesome-common-types').IconDefinition;
2105
- readonly FA_CIRCLE_XMARK: import('@fortawesome/fontawesome-common-types').IconDefinition;
2106
- readonly FA_CLIPBOARD_MEDICAL: import('@fortawesome/fontawesome-common-types').IconDefinition;
2107
- readonly FA_CLIPBOARD_LIST: import('@fortawesome/fontawesome-common-types').IconDefinition;
2108
- readonly FA_CLOCK: import('@fortawesome/fontawesome-common-types').IconDefinition;
2109
- readonly FA_CLOCK_ROTATE_LEFT: import('@fortawesome/fontawesome-common-types').IconDefinition;
2110
- readonly FA_CODE: import('@fortawesome/fontawesome-common-types').IconDefinition;
2111
- readonly FA_CODE_SIMPLE: import('@fortawesome/fontawesome-common-types').IconDefinition;
2112
- readonly FA_COMMENT: import('@fortawesome/fontawesome-common-types').IconDefinition;
2113
- readonly FA_COMMENT_DOTS: import('@fortawesome/fontawesome-common-types').IconDefinition;
2114
- readonly FA_COMMENT_SOLID: import('@fortawesome/fontawesome-common-types').IconDefinition;
2115
- readonly FA_COMMENTS: import('@fortawesome/fontawesome-common-types').IconDefinition;
2116
- readonly FA_COMMENTS_QUESTION: import('@fortawesome/fontawesome-common-types').IconDefinition;
2117
- readonly FA_COMMENTS_QUESTION_CHECK: import('@fortawesome/fontawesome-common-types').IconDefinition;
2118
- readonly FA_COMPASS_SOLID: import('@fortawesome/fontawesome-common-types').IconDefinition;
2119
- readonly FA_COMPRESS: import('@fortawesome/fontawesome-common-types').IconDefinition;
2120
- readonly FA_COPY: import('@fortawesome/fontawesome-common-types').IconDefinition;
2121
- readonly FA_CREDIT_CARD: import('@fortawesome/fontawesome-common-types').IconDefinition;
2122
- readonly FA_DNA_SOLID: import('@fortawesome/fontawesome-common-types').IconDefinition;
2123
- readonly FA_DOT_CIRCLE_SOLID: import('@fortawesome/fontawesome-common-types').IconDefinition;
2124
- readonly FA_EARTH_AMERICAS: import('@fortawesome/fontawesome-common-types').IconDefinition;
2125
- readonly FA_ELLIPSIS: import('@fortawesome/fontawesome-common-types').IconDefinition;
2126
- readonly FA_ELLIPSIS_VERTICAL: import('@fortawesome/fontawesome-common-types').IconDefinition;
2127
- readonly FA_EXCLAMATION_SOLID: import('@fortawesome/fontawesome-common-types').IconDefinition;
2128
- readonly FA_EYE: import('@fortawesome/fontawesome-common-types').IconDefinition;
2129
- readonly FA_EYE_SLASH: import('@fortawesome/fontawesome-common-types').IconDefinition;
2130
- readonly FA_FACE_FROWN: import('@fortawesome/fontawesome-common-types').IconDefinition;
2131
- readonly FA_FACE_GRIMACE: import('@fortawesome/fontawesome-common-types').IconDefinition;
2132
- readonly FA_FACE_MEH: import('@fortawesome/fontawesome-common-types').IconDefinition;
2133
- readonly FA_FACE_SMILE: import('@fortawesome/fontawesome-common-types').IconDefinition;
2134
- readonly FA_FACEBOOK: import('@fortawesome/fontawesome-common-types').IconDefinition;
2135
- readonly FA_FILE_CHECK: import('@fortawesome/fontawesome-common-types').IconDefinition;
2136
- readonly FA_FILE_INVOICE_DOLLAR: import('@fortawesome/fontawesome-common-types').IconDefinition;
2137
- readonly FA_FILE_LINES: import('@fortawesome/fontawesome-common-types').IconDefinition;
2138
- readonly FA_FILE_LINES_SOLID: import('@fortawesome/fontawesome-common-types').IconDefinition;
2139
- readonly FA_FILE_MAGNIFYING_GLASS: import('@fortawesome/fontawesome-common-types').IconDefinition;
2140
- readonly FA_FILE_PEN_SOLID: import('@fortawesome/fontawesome-common-types').IconDefinition;
2141
- readonly FA_FILM: import('@fortawesome/fontawesome-common-types').IconDefinition;
2142
- readonly FA_FILTER: import('@fortawesome/fontawesome-common-types').IconDefinition;
2143
- readonly FA_FLAG: import('@fortawesome/fontawesome-common-types').IconDefinition;
2144
- readonly FA_FLAG_CHECKERED_SOLID: import('@fortawesome/fontawesome-common-types').IconDefinition;
2145
- readonly FA_FLASK_SOLID: import('@fortawesome/fontawesome-common-types').IconDefinition;
2146
- readonly FA_FLOPPY_DISK: import('@fortawesome/fontawesome-common-types').IconDefinition;
2147
- readonly FA_FOLDER_SOLID: import('@fortawesome/fontawesome-common-types').IconDefinition;
2148
- readonly FA_GAUGE_HIGH: import('@fortawesome/fontawesome-common-types').IconDefinition;
2149
- readonly FA_GEAR: import('@fortawesome/fontawesome-common-types').IconDefinition;
2150
- readonly FA_GEAR_SOLID: import('@fortawesome/fontawesome-common-types').IconDefinition;
2151
- readonly FA_GEARS_SOLID: import('@fortawesome/fontawesome-common-types').IconDefinition;
2152
- readonly FA_GEM: import('@fortawesome/fontawesome-common-types').IconDefinition;
2153
- readonly FA_GIFT: import('@fortawesome/fontawesome-common-types').IconDefinition;
2154
- readonly FA_GRADUATION_CAP: import('@fortawesome/fontawesome-common-types').IconDefinition;
2155
- readonly FA_GRID: import('@fortawesome/fontawesome-common-types').IconDefinition;
2156
- readonly FA_HAND_POINT_LEFT: import('@fortawesome/fontawesome-common-types').IconDefinition;
2157
- readonly FA_HAND_POINT_RIGHT: import('@fortawesome/fontawesome-common-types').IconDefinition;
2158
- readonly FA_HAND_SPOCK_SOLID: import('@fortawesome/fontawesome-common-types').IconDefinition;
2159
- readonly FA_HANDS_SOLID: import('@fortawesome/fontawesome-common-types').IconDefinition;
2160
- readonly FA_HEART_PULSE: import('@fortawesome/fontawesome-common-types').IconDefinition;
2161
- readonly FA_HEART_SOLID: import('@fortawesome/fontawesome-common-types').IconDefinition;
2162
- readonly FA_HOURGLASS: import('@fortawesome/fontawesome-common-types').IconDefinition;
2163
- readonly FA_HOURGLASS_END: import('@fortawesome/fontawesome-common-types').IconDefinition;
2164
- readonly FA_HOURGLASS_START: import('@fortawesome/fontawesome-common-types').IconDefinition;
2165
- readonly FA_HOUSE: import('@fortawesome/fontawesome-common-types').IconDefinition;
2166
- readonly FA_IMAGES: import('@fortawesome/fontawesome-common-types').IconDefinition;
2167
- readonly FA_IMAGES_SOLID: import('@fortawesome/fontawesome-common-types').IconDefinition;
2168
- readonly FA_INFO_SOLID: import('@fortawesome/fontawesome-common-types').IconDefinition;
2169
- readonly FA_KEY: import('@fortawesome/fontawesome-common-types').IconDefinition;
2170
- readonly FA_KEYBOARD: import('@fortawesome/fontawesome-common-types').IconDefinition;
2171
- readonly FA_LIGHTBULB: import('@fortawesome/fontawesome-common-types').IconDefinition;
2172
- readonly FA_LIGHTBULB_SOLID: import('@fortawesome/fontawesome-common-types').IconDefinition;
2173
- readonly FA_LINK: import('@fortawesome/fontawesome-common-types').IconDefinition;
2174
- readonly FA_LINK_SLASH: import('@fortawesome/fontawesome-common-types').IconDefinition;
2175
- readonly FA_LIST: import('@fortawesome/fontawesome-common-types').IconDefinition;
2176
- readonly FA_LIST_CHECK: import('@fortawesome/fontawesome-common-types').IconDefinition;
2177
- readonly FA_LIST_OL: import('@fortawesome/fontawesome-common-types').IconDefinition;
2178
- readonly FA_LOCATION_DOT: import('@fortawesome/fontawesome-common-types').IconDefinition;
2179
- readonly FA_LOCK_KEYHOLE: import('@fortawesome/fontawesome-common-types').IconDefinition;
2180
- readonly FA_MAGNIFYING_GLASS: import('@fortawesome/fontawesome-common-types').IconDefinition;
2181
- readonly FA_MEDAL: import('@fortawesome/fontawesome-common-types').IconDefinition;
2182
- readonly FA_MEMO_CIRCLE_INFO: import('@fortawesome/fontawesome-common-types').IconDefinition;
2183
- readonly FA_MEMO_CIRCLE_INFO_SOLID: import('@fortawesome/fontawesome-common-types').IconDefinition;
2184
- readonly FA_MESSAGES: import('@fortawesome/fontawesome-common-types').IconDefinition;
2185
- readonly FA_MESSAGE_QUESTION_SOLID: import('@fortawesome/fontawesome-common-types').IconDefinition;
2186
- readonly FA_MESSAGE_QUESTION: import('@fortawesome/fontawesome-common-types').IconDefinition;
2187
- readonly FA_MESSAGE_XMARK: import('@fortawesome/fontawesome-common-types').IconDefinition;
2188
- readonly FA_MESSAGE: import('@fortawesome/fontawesome-common-types').IconDefinition;
2189
- readonly FA_MINUS: import('@fortawesome/fontawesome-common-types').IconDefinition;
2190
- readonly FA_MONEY_BILL1: import('@fortawesome/fontawesome-common-types').IconDefinition;
2191
- readonly FA_MUSIC: import('@fortawesome/fontawesome-common-types').IconDefinition;
2192
- readonly FA_PAPER_PLANE: import('@fortawesome/fontawesome-common-types').IconDefinition;
2193
- readonly FA_PAPERCLIP: import('@fortawesome/fontawesome-common-types').IconDefinition;
2194
- readonly FA_PEN_CIRCLE: import('@fortawesome/fontawesome-common-types').IconDefinition;
2195
- readonly FA_PEN_FIELD: import('@fortawesome/fontawesome-common-types').IconDefinition;
2196
- readonly FA_PENCIL: import('@fortawesome/fontawesome-common-types').IconDefinition;
2197
- readonly FA_PILLS_SOLID: import('@fortawesome/fontawesome-common-types').IconDefinition;
2198
- readonly FA_PLAY: import('@fortawesome/fontawesome-common-types').IconDefinition;
2199
- readonly FA_PLUS: import('@fortawesome/fontawesome-common-types').IconDefinition;
2200
- readonly FA_PRESENTATION_SCREEN: import('@fortawesome/fontawesome-common-types').IconDefinition;
2201
- readonly FA_PRINT: import('@fortawesome/fontawesome-common-types').IconDefinition;
2202
- readonly FA_RECTANGLE_CODE: import('@fortawesome/fontawesome-common-types').IconDefinition;
2203
- readonly FA_RECTANGLE_HISTORY: import('@fortawesome/fontawesome-common-types').IconDefinition;
2204
- readonly FA_RECTANGLE_LIST: import('@fortawesome/fontawesome-common-types').IconDefinition;
2205
- readonly FA_REPLY: import('@fortawesome/fontawesome-common-types').IconDefinition;
2206
- readonly FA_ROTATE_LEFT: import('@fortawesome/fontawesome-common-types').IconDefinition;
2207
- readonly FA_SHARE: import('@fortawesome/fontawesome-common-types').IconDefinition;
2208
- readonly FA_SHARE_NODES: import('@fortawesome/fontawesome-common-types').IconDefinition;
2209
- readonly FA_SHIELD_HALVED: import('@fortawesome/fontawesome-common-types').IconDefinition;
2210
- readonly FA_SIDEBAR_FLIP: import('@fortawesome/fontawesome-common-types').IconDefinition;
2211
- readonly FA_SIGNAL: import('@fortawesome/fontawesome-common-types').IconDefinition;
2212
- readonly FA_SITEMAP: import('@fortawesome/fontawesome-common-types').IconDefinition;
2213
- readonly FA_SITEMAP_SOLID: import('@fortawesome/fontawesome-common-types').IconDefinition;
2214
- readonly FA_SLIDERS: import('@fortawesome/fontawesome-common-types').IconDefinition;
2215
- readonly FA_SPELL_CHECK: import('@fortawesome/fontawesome-common-types').IconDefinition;
2216
- readonly FA_SQUARE: import('@fortawesome/fontawesome-common-types').IconDefinition;
2217
- readonly FA_SQUARE_CARET_RIGHT: import('@fortawesome/fontawesome-common-types').IconDefinition;
2218
- readonly FA_SQUARE_CHECK: import('@fortawesome/fontawesome-common-types').IconDefinition;
2219
- readonly FA_SQUARE_CHECK_SOLID: import('@fortawesome/fontawesome-common-types').IconDefinition;
2220
- readonly FA_SQUARE_LIST: import('@fortawesome/fontawesome-common-types').IconDefinition;
2221
- readonly FA_SQUARE_LIST_SOLID: import('@fortawesome/fontawesome-common-types').IconDefinition;
2222
- readonly FA_STAR: import('@fortawesome/fontawesome-common-types').IconDefinition;
2223
- readonly FA_STAR_SOLID: import('@fortawesome/fontawesome-common-types').IconDefinition;
2224
- readonly FA_STETHOSCOPE: import('@fortawesome/fontawesome-common-types').IconDefinition;
2225
- readonly FA_STOPWATCH_SOLID: import('@fortawesome/fontawesome-common-types').IconDefinition;
2226
- readonly FA_TAG: import('@fortawesome/fontawesome-common-types').IconDefinition;
2227
- readonly FA_TAGS: import('@fortawesome/fontawesome-common-types').IconDefinition;
2228
- readonly FA_TEXT: import('@fortawesome/fontawesome-common-types').IconDefinition;
2229
- readonly FA_TEXT_SLASH: import('@fortawesome/fontawesome-common-types').IconDefinition;
2230
- readonly FA_THUMBS_UP: import('@fortawesome/fontawesome-common-types').IconDefinition;
2231
- readonly FA_THUMBS_UP_SOLID: import('@fortawesome/fontawesome-common-types').IconDefinition;
2232
- readonly FA_THUMBTACK: import('@fortawesome/fontawesome-common-types').IconDefinition;
2233
- readonly FA_THUMBTACK_SOLID: import('@fortawesome/fontawesome-common-types').IconDefinition;
2234
- readonly FA_TRASH_CAN: import('@fortawesome/fontawesome-common-types').IconDefinition;
2235
- readonly FA_TREE_PALM: import('@fortawesome/fontawesome-common-types').IconDefinition;
2236
- readonly FA_TRIANGLE_EXCLAMATION: import('@fortawesome/fontawesome-common-types').IconDefinition;
2237
- readonly FA_TRIANGLE_EXCLAMATION_SOLID: import('@fortawesome/fontawesome-common-types').IconDefinition;
2238
- readonly FA_TROPHY_STAR: import('@fortawesome/fontawesome-common-types').IconDefinition;
2239
- readonly FA_UNLOCK_KEYHOLE: import('@fortawesome/fontawesome-common-types').IconDefinition;
2240
- readonly FA_UPLOAD: import('@fortawesome/fontawesome-common-types').IconDefinition;
2241
- readonly FA_USER: import('@fortawesome/fontawesome-common-types').IconDefinition;
2242
- readonly FA_USER_GEAR: import('@fortawesome/fontawesome-common-types').IconDefinition;
2243
- readonly FA_USER_DOCTOR_SOLID: import('@fortawesome/fontawesome-common-types').IconDefinition;
2244
- readonly FA_VIDEO_SOLID: import('@fortawesome/fontawesome-common-types').IconDefinition;
2245
- readonly FA_VOLUME_HIGH_SOLID: import('@fortawesome/fontawesome-common-types').IconDefinition;
2246
- readonly FA_WAND_MAGIC_SPARKLES: import('@fortawesome/fontawesome-common-types').IconDefinition;
2247
- readonly FA_WINDOW_MAXIMIZE: import('@fortawesome/fontawesome-common-types').IconDefinition;
2248
- readonly FA_XMARK: import('@fortawesome/fontawesome-common-types').IconDefinition;
2249
- readonly FAD_SPINNER_THIRD: import('@fortawesome/fontawesome-common-types').IconDefinition;
2250
- }>;
2251
- ICON_SIZES: Readonly<{
2252
- XXX_SMALL: string;
2253
- XX_SMALL: string;
2254
- X_SMALL: string;
2255
- SMALL: string;
2256
- MEDIUM: string;
2257
- LARGE: string;
2258
- X_LARGE: string;
2259
- XX_LARGE: string;
2260
- }>;
2261
- BUTTON_TYPES: Readonly<{
2262
- readonly FILLED: "filled";
2263
- readonly OUTLINED: "outlined";
2264
- readonly TEXT: "text";
2265
- }>;
2266
- COLORS: Readonly<{
2267
- readonly PRIMARY: "primary";
2268
- readonly NEUTRAL: "neutral";
2269
- readonly DANGER: "danger";
2270
- readonly SUCCESS: "success";
2271
- readonly INVERTED: "inverted";
2272
- }>;
2273
- RADIUSES: Readonly<{
2274
- readonly CAPSULE: "capsule";
2275
- readonly ROUNDED: "rounded";
2276
- }>;
2277
- SIZES: Readonly<{
2278
- readonly SMALL: "small";
2279
- readonly MEDIUM: "medium";
2280
- readonly LARGE: "large";
2281
- }>;
2282
- STATES: Readonly<{
2283
- readonly DEFAULT: "default";
2284
- readonly HOVERED: "hovered";
2285
- readonly FOCUSED: "focused";
2286
- readonly DISABLED: "disabled";
2287
- readonly LOADING: "loading";
2288
- }>;
2289
- ELEVATIONS: Readonly<{
2290
- readonly NONE: "none";
2291
- readonly X_SMALL: "x-small";
2292
- readonly SMALL: "small";
2293
- }>;
2294
- }, {
2295
- iconSize(): string;
2296
- colorClassName(): string;
2297
- loadingIconSize(): string;
2298
- }, {}, import('vue').ComponentOptionsMixin, import('vue').ComponentOptionsMixin, {}, string, import('vue').PublicProps, Readonly<import('vue').ExtractPropTypes<{
2299
- size: {
2300
- type: StringConstructor;
2301
- default: "medium";
2302
- validator(value: import('../../../utils/type.utils').Value<typeof import('../../Buttons/Button').BUTTON_SIZES>): boolean;
2303
- };
2304
- type: {
2305
- type: StringConstructor;
2306
- default: "filled";
2307
- validator(value: import('../../../utils/type.utils').Value<typeof BUTTON_TYPES>): boolean;
2308
- };
2309
- color: {
2310
- type: (StringConstructor | null)[];
2311
- default: "primary";
2312
- validator(value: import('../../../utils/type.utils').Value<typeof ICON_BUTTON_COLORS>): boolean;
2313
- };
2314
- radius: {
2315
- type: StringConstructor;
2316
- default: "capsule";
2317
- validator(value: import('../../../utils/type.utils').Value<typeof import('../../Buttons/Button').BUTTON_RADIUSES>): boolean;
2318
- };
2319
- state: {
2320
- type: StringConstructor;
2321
- default: "default";
2322
- validator(value: import('../../../utils/type.utils').Value<typeof import('../../Buttons/Button').BUTTON_STATES>): boolean;
2323
- };
2324
- iconLeft: {
2325
- type: ObjectConstructor;
2326
- default: null;
2327
- validator(icon: unknown): boolean;
2328
- };
2329
- iconRight: {
2330
- type: ObjectConstructor;
2331
- default: null;
2332
- validator(icon: unknown): boolean;
2333
- };
2334
- elevation: {
2335
- type: StringConstructor;
2336
- default: "none";
2337
- validator(value: import('../../../utils/type.utils').Value<typeof import('../../Buttons/Button').BUTTON_ELEVATIONS>): boolean;
2338
- };
2339
- }>> & Readonly<{}>, {
2340
- size: string;
2341
- type: string;
2342
- color: string | null;
2343
- elevation: string;
2344
- radius: string;
2345
- state: string;
2346
- iconLeft: Record<string, any>;
2347
- iconRight: Record<string, any>;
2348
- }, {}, {
2349
- WnlIcon: import('vue').DefineComponent<import('vue').ExtractPropTypes<{
2350
- icon: {
2351
- type: ObjectConstructor;
2352
- required: true;
2353
- validator(icon: unknown): boolean;
2354
- };
2355
- size: {
2356
- type: StringConstructor;
2357
- default: string;
2358
- validator: (value: string) => boolean;
2359
- };
2360
- rotation: {
2361
- type: (NumberConstructor | null)[];
2362
- default: null;
2363
- };
2364
- flippedVertical: {
2365
- type: BooleanConstructor;
2366
- default: boolean;
2367
- };
2368
- flippedHorizontal: {
2369
- type: BooleanConstructor;
2370
- default: boolean;
2371
- };
2372
- touchable: {
2373
- type: BooleanConstructor;
2374
- default: boolean;
2375
- };
2376
- spinning: {
2377
- type: BooleanConstructor;
2378
- default: boolean;
2379
- };
2380
- }>, {}, {}, {
2381
- sizeClassName(): string;
2382
- isFontawesomeIcon(): boolean;
2383
- }, {}, import('vue').ComponentOptionsMixin, import('vue').ComponentOptionsMixin, {}, string, import('vue').PublicProps, Readonly<import('vue').ExtractPropTypes<{
2384
- icon: {
2385
- type: ObjectConstructor;
2386
- required: true;
2387
- validator(icon: unknown): boolean;
2388
- };
2389
- size: {
2390
- type: StringConstructor;
2391
- default: string;
2392
- validator: (value: string) => boolean;
2393
- };
2394
- rotation: {
2395
- type: (NumberConstructor | null)[];
2396
- default: null;
2397
- };
2398
- flippedVertical: {
2399
- type: BooleanConstructor;
2400
- default: boolean;
2401
- };
2402
- flippedHorizontal: {
2403
- type: BooleanConstructor;
2404
- default: boolean;
2405
- };
2406
- touchable: {
2407
- type: BooleanConstructor;
2408
- default: boolean;
2409
- };
2410
- spinning: {
2411
- type: BooleanConstructor;
2412
- default: boolean;
2413
- };
2414
- }>> & Readonly<{}>, {
2415
- rotation: number | null;
2416
- size: string;
2417
- flippedVertical: boolean;
2418
- flippedHorizontal: boolean;
2419
- touchable: boolean;
2420
- spinning: boolean;
2421
- }, {}, {
2422
- FontAwesomeIcon: import('vue').DefineComponent<import('@fortawesome/vue-fontawesome').FontAwesomeIconProps>;
2423
- }, {}, string, import('vue').ComponentProvideOptions, true, {}, any>;
2424
- }, {}, string, import('vue').ComponentProvideOptions, true, {}, any>;
1684
+ });
2425
1685
  }, {}, string, import('vue').ComponentProvideOptions, true, {}, any>;
2426
1686
  export default _default;