@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,4 @@
1
1
  import { PropType } from 'vue';
2
- import { BUTTON_TYPES } from '../../Buttons/Button';
3
2
  import { DrawerHeaderTitleColor } from './DrawerHeader.consts';
4
3
 
5
4
  declare const _default: import('vue').DefineComponent<import('vue').ExtractPropTypes<{
@@ -163,6 +162,7 @@ declare const _default: import('vue').DefineComponent<import('vue').ExtractPropT
163
162
  readonly FA_EARTH_AMERICAS: import('@fortawesome/fontawesome-common-types').IconDefinition;
164
163
  readonly FA_ELLIPSIS: import('@fortawesome/fontawesome-common-types').IconDefinition;
165
164
  readonly FA_ELLIPSIS_VERTICAL: import('@fortawesome/fontawesome-common-types').IconDefinition;
165
+ readonly FA_ENVELOPE: import('@fortawesome/fontawesome-common-types').IconDefinition;
166
166
  readonly FA_EXCLAMATION_SOLID: import('@fortawesome/fontawesome-common-types').IconDefinition;
167
167
  readonly FA_EYE: import('@fortawesome/fontawesome-common-types').IconDefinition;
168
168
  readonly FA_EYE_SLASH: import('@fortawesome/fontawesome-common-types').IconDefinition;
@@ -366,48 +366,265 @@ declare const _default: import('vue').DefineComponent<import('vue').ExtractPropT
366
366
  hasDivider: boolean;
367
367
  isSecondLevel: boolean;
368
368
  }, {}, {
369
- DsButton: import('vue').DefineComponent<import('vue').ExtractPropTypes<{
369
+ DsButton: {
370
+ new (...args: any[]): import('vue').CreateComponentPublicInstanceWithMixins<Readonly<import('vue').ExtractPropTypes<{
371
+ size: {
372
+ type: PropType<string>;
373
+ };
374
+ type: {
375
+ type: PropType<string>;
376
+ };
377
+ color: {
378
+ type: PropType<string | null>;
379
+ };
380
+ radius: {
381
+ type: PropType<string>;
382
+ };
383
+ state: {
384
+ type: PropType<string>;
385
+ };
386
+ iconLeft: import('../../Icons/Icon').IconItem | null;
387
+ iconRight: import('../../Icons/Icon').IconItem | null;
388
+ elevation: {
389
+ type: PropType<string>;
390
+ };
391
+ as: {
392
+ type: PropType<"a" | "button" | "span">;
393
+ };
394
+ }>> & Readonly<{}>, {}, {}, {}, {}, import('vue').ComponentOptionsMixin, import('vue').ComponentOptionsMixin, {}, import('vue').PublicProps, {}, true, {}, {}, import('vue').GlobalComponents, import('vue').GlobalDirectives, string, {}, any, import('vue').ComponentProvideOptions, {
395
+ P: {};
396
+ B: {};
397
+ D: {};
398
+ C: {};
399
+ M: {};
400
+ Defaults: {};
401
+ }, Readonly<import('vue').ExtractPropTypes<{
402
+ size: {
403
+ type: PropType<string>;
404
+ };
405
+ type: {
406
+ type: PropType<string>;
407
+ };
408
+ color: {
409
+ type: PropType<string | null>;
410
+ };
411
+ radius: {
412
+ type: PropType<string>;
413
+ };
414
+ state: {
415
+ type: PropType<string>;
416
+ };
417
+ iconLeft: import('../../Icons/Icon').IconItem | null;
418
+ iconRight: import('../../Icons/Icon').IconItem | null;
419
+ elevation: {
420
+ type: PropType<string>;
421
+ };
422
+ as: {
423
+ type: PropType<"a" | "button" | "span">;
424
+ };
425
+ }>> & Readonly<{}>, {}, {}, {}, {}, {}>;
426
+ __isFragment?: never;
427
+ __isTeleport?: never;
428
+ __isSuspense?: never;
429
+ } & import('vue').ComponentOptionsBase<Readonly<import('vue').ExtractPropTypes<{
370
430
  size: {
371
- type: StringConstructor;
372
- default: "medium";
373
- validator(value: import('../../../utils/type.utils').Value<typeof import('../../Buttons/Button').BUTTON_SIZES>): boolean;
431
+ type: PropType<string>;
374
432
  };
375
433
  type: {
376
- type: StringConstructor;
377
- default: "filled";
378
- validator(value: import('../../../utils/type.utils').Value<typeof BUTTON_TYPES>): boolean;
434
+ type: PropType<string>;
379
435
  };
380
436
  color: {
381
- type: (StringConstructor | null)[];
382
- default: "primary";
383
- validator(value: import('../../../utils/type.utils').Value<typeof import('../../Buttons/IconButton').ICON_BUTTON_COLORS>): boolean;
437
+ type: PropType<string | null>;
384
438
  };
385
439
  radius: {
386
- type: StringConstructor;
387
- default: "capsule";
388
- validator(value: import('../../../utils/type.utils').Value<typeof import('../../Buttons/Button').BUTTON_RADIUSES>): boolean;
440
+ type: PropType<string>;
389
441
  };
390
442
  state: {
443
+ type: PropType<string>;
444
+ };
445
+ iconLeft: import('../../Icons/Icon').IconItem | null;
446
+ iconRight: import('../../Icons/Icon').IconItem | null;
447
+ elevation: {
448
+ type: PropType<string>;
449
+ };
450
+ as: {
451
+ type: PropType<"a" | "button" | "span">;
452
+ };
453
+ }>> & 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 () => {
454
+ $slots: {
455
+ default?(_: {}): any;
456
+ };
457
+ });
458
+ Divider: import('vue').DefineComponent<import('vue').ExtractPropTypes<{
459
+ isVertical: {
460
+ type: BooleanConstructor;
461
+ default: boolean;
462
+ };
463
+ prominence: {
391
464
  type: StringConstructor;
392
- default: "default";
393
- validator(value: import('../../../utils/type.utils').Value<typeof import('../../Buttons/Button').BUTTON_STATES>): boolean;
465
+ default: string;
466
+ validator: (value: string) => boolean;
467
+ };
468
+ size: {
469
+ type: StringConstructor;
470
+ default: string;
471
+ validator: (value: string) => boolean;
472
+ };
473
+ }>, {}, {
474
+ DIVIDER_PROMINENCES: Readonly<{
475
+ DEFAULT: string;
476
+ STRONG: string;
477
+ WEAK: string;
478
+ }>;
479
+ }, {
480
+ sizeClass(): string;
481
+ }, {}, import('vue').ComponentOptionsMixin, import('vue').ComponentOptionsMixin, {}, string, import('vue').PublicProps, Readonly<import('vue').ExtractPropTypes<{
482
+ isVertical: {
483
+ type: BooleanConstructor;
484
+ default: boolean;
485
+ };
486
+ prominence: {
487
+ type: StringConstructor;
488
+ default: string;
489
+ validator: (value: string) => boolean;
490
+ };
491
+ size: {
492
+ type: StringConstructor;
493
+ default: string;
494
+ validator: (value: string) => boolean;
394
495
  };
395
- iconLeft: {
496
+ }>> & Readonly<{}>, {
497
+ size: string;
498
+ isVertical: boolean;
499
+ prominence: string;
500
+ }, {}, {}, {}, string, import('vue').ComponentProvideOptions, true, {}, any>;
501
+ Icon: import('vue').DefineComponent<import('vue').ExtractPropTypes<{
502
+ icon: {
396
503
  type: ObjectConstructor;
397
- default: null;
504
+ required: true;
398
505
  validator(icon: unknown): boolean;
399
506
  };
400
- iconRight: {
507
+ size: {
508
+ type: StringConstructor;
509
+ default: string;
510
+ validator: (value: string) => boolean;
511
+ };
512
+ rotation: {
513
+ type: (NumberConstructor | null)[];
514
+ default: null;
515
+ };
516
+ flippedVertical: {
517
+ type: BooleanConstructor;
518
+ default: boolean;
519
+ };
520
+ flippedHorizontal: {
521
+ type: BooleanConstructor;
522
+ default: boolean;
523
+ };
524
+ touchable: {
525
+ type: BooleanConstructor;
526
+ default: boolean;
527
+ };
528
+ spinning: {
529
+ type: BooleanConstructor;
530
+ default: boolean;
531
+ };
532
+ }>, {}, {}, {
533
+ sizeClassName(): string;
534
+ isFontawesomeIcon(): boolean;
535
+ }, {}, import('vue').ComponentOptionsMixin, import('vue').ComponentOptionsMixin, {}, string, import('vue').PublicProps, Readonly<import('vue').ExtractPropTypes<{
536
+ icon: {
401
537
  type: ObjectConstructor;
538
+ required: true;
539
+ validator(icon: unknown): boolean;
540
+ };
541
+ size: {
542
+ type: StringConstructor;
543
+ default: string;
544
+ validator: (value: string) => boolean;
545
+ };
546
+ rotation: {
547
+ type: (NumberConstructor | null)[];
402
548
  default: null;
549
+ };
550
+ flippedVertical: {
551
+ type: BooleanConstructor;
552
+ default: boolean;
553
+ };
554
+ flippedHorizontal: {
555
+ type: BooleanConstructor;
556
+ default: boolean;
557
+ };
558
+ touchable: {
559
+ type: BooleanConstructor;
560
+ default: boolean;
561
+ };
562
+ spinning: {
563
+ type: BooleanConstructor;
564
+ default: boolean;
565
+ };
566
+ }>> & Readonly<{}>, {
567
+ rotation: number | null;
568
+ size: string;
569
+ flippedVertical: boolean;
570
+ flippedHorizontal: boolean;
571
+ touchable: boolean;
572
+ spinning: boolean;
573
+ }, {}, {
574
+ FontAwesomeIcon: import('vue').DefineComponent<import('@fortawesome/vue-fontawesome').FontAwesomeIconProps>;
575
+ }, {}, string, import('vue').ComponentProvideOptions, true, {}, any>;
576
+ IconButton: import('vue').DefineComponent<import('vue').ExtractPropTypes<{
577
+ size: {
578
+ type: StringConstructor;
579
+ default: "large";
580
+ validator(value: import('../../Buttons/IconButton').IconButtonSize): boolean;
581
+ };
582
+ radius: {
583
+ type: StringConstructor;
584
+ default: "capsule";
585
+ validator(value: import('../../Buttons/Button').ButtonRadius): boolean;
586
+ };
587
+ type: {
588
+ type: StringConstructor;
589
+ default: "icon-only";
590
+ validator(value: import('../../Buttons/IconButton').IconButtonType): boolean;
591
+ };
592
+ icon: {
593
+ type: ObjectConstructor;
594
+ required: true;
403
595
  validator(icon: unknown): boolean;
404
596
  };
597
+ color: {
598
+ type: StringConstructor;
599
+ default: "primary";
600
+ validator(value: import('../../Buttons/IconButton').IconButtonColor): boolean;
601
+ };
602
+ colorScheme: {
603
+ type: StringConstructor;
604
+ default: "all-in-color";
605
+ validator(value: import('../../Buttons/IconButton').IconButtonColorScheme): boolean;
606
+ };
405
607
  elevation: {
406
608
  type: StringConstructor;
407
609
  default: "none";
408
- validator(value: import('../../../utils/type.utils').Value<typeof import('../../Buttons/Button').BUTTON_ELEVATIONS>): boolean;
610
+ validator(value: import('../../Buttons/Button').ButtonElevation): boolean;
409
611
  };
410
- }>, {}, {
612
+ touchable: {
613
+ type: BooleanConstructor;
614
+ default: boolean;
615
+ };
616
+ state: {
617
+ type: StringConstructor;
618
+ default: "default";
619
+ validator(value: import('../../../utils/type.utils').Value<typeof import('../../Buttons/IconButton').ICON_BUTTON_STATES>): boolean;
620
+ };
621
+ }>, {
622
+ isHovered: import('vue').Ref<boolean>;
623
+ mouseOver: () => void;
624
+ mouseLeave: () => void;
625
+ touchStart: () => void;
626
+ touchEnd: () => void;
627
+ }, {
411
628
  ICONS: Readonly<{
412
629
  readonly ANSWERS: VueConstructor<Vue>;
413
630
  readonly CHANGE: VueConstructor<Vue>;
@@ -508,6 +725,7 @@ declare const _default: import('vue').DefineComponent<import('vue').ExtractPropT
508
725
  readonly FA_EARTH_AMERICAS: import('@fortawesome/fontawesome-common-types').IconDefinition;
509
726
  readonly FA_ELLIPSIS: import('@fortawesome/fontawesome-common-types').IconDefinition;
510
727
  readonly FA_ELLIPSIS_VERTICAL: import('@fortawesome/fontawesome-common-types').IconDefinition;
728
+ readonly FA_ENVELOPE: import('@fortawesome/fontawesome-common-types').IconDefinition;
511
729
  readonly FA_EXCLAMATION_SOLID: import('@fortawesome/fontawesome-common-types').IconDefinition;
512
730
  readonly FA_EYE: import('@fortawesome/fontawesome-common-types').IconDefinition;
513
731
  readonly FA_EYE_SLASH: import('@fortawesome/fontawesome-common-types').IconDefinition;
@@ -642,303 +860,68 @@ declare const _default: import('vue').DefineComponent<import('vue').ExtractPropT
642
860
  X_LARGE: string;
643
861
  XX_LARGE: string;
644
862
  }>;
645
- BUTTON_TYPES: Readonly<{
646
- readonly FILLED: "filled";
647
- readonly OUTLINED: "outlined";
648
- readonly TEXT: "text";
649
- }>;
650
- COLORS: Readonly<{
651
- readonly PRIMARY: "primary";
652
- readonly NEUTRAL: "neutral";
653
- readonly DANGER: "danger";
654
- readonly SUCCESS: "success";
655
- readonly INVERTED: "inverted";
656
- }>;
657
- RADIUSES: Readonly<{
658
- readonly CAPSULE: "capsule";
659
- readonly ROUNDED: "rounded";
660
- }>;
661
- SIZES: Readonly<{
863
+ ICON_BUTTON_SIZES: Readonly<{
864
+ readonly XX_SMALL: "xx-small";
865
+ readonly X_SMALL: "x-small";
662
866
  readonly SMALL: "small";
663
867
  readonly MEDIUM: "medium";
664
868
  readonly LARGE: "large";
665
869
  }>;
666
- STATES: Readonly<{
870
+ ICON_BUTTON_COLOR_SCHEMES: Readonly<{
871
+ readonly ALL_IN_COLOR: "all-in-color";
872
+ readonly NEUTRAL_LABEL: "neutral-label";
873
+ }>;
874
+ ICON_BUTTON_TYPES: Readonly<{
875
+ readonly ICON_ONLY: "icon-only";
876
+ readonly OUTLINED: "outlined";
877
+ readonly FILLED: "filled";
878
+ }>;
879
+ ICON_BUTTON_STATES: Readonly<{
667
880
  readonly DEFAULT: "default";
668
881
  readonly HOVERED: "hovered";
669
882
  readonly FOCUSED: "focused";
670
883
  readonly DISABLED: "disabled";
671
884
  readonly LOADING: "loading";
672
885
  }>;
673
- ELEVATIONS: Readonly<{
674
- readonly NONE: "none";
675
- readonly X_SMALL: "x-small";
676
- readonly SMALL: "small";
886
+ ICON_BUTTON_COLORS: Readonly<{
887
+ readonly PRIMARY: "primary";
888
+ readonly NEUTRAL: "neutral";
889
+ readonly NEUTRAL_WEAK: "neutral-weak";
890
+ readonly FAIL: "fail";
891
+ readonly DANGER: "danger";
892
+ readonly SUCCESS: "success";
893
+ readonly INVERTED: "inverted";
894
+ readonly WARNING: "warning";
895
+ readonly INFO: "info";
896
+ }>;
897
+ BUTTON_COLORS: Readonly<{
898
+ readonly PRIMARY: "primary";
899
+ readonly NEUTRAL: "neutral";
900
+ readonly DANGER: "danger";
901
+ readonly SUCCESS: "success";
902
+ readonly INVERTED: "inverted";
677
903
  }>;
678
904
  }, {
679
905
  iconSize(): string;
906
+ buttonType(): string;
907
+ computedColor(): string | undefined;
908
+ isButtonColor(): boolean;
680
909
  colorClassName(): string;
681
- loadingIconSize(): string;
682
910
  }, {}, import('vue').ComponentOptionsMixin, import('vue').ComponentOptionsMixin, {}, string, import('vue').PublicProps, Readonly<import('vue').ExtractPropTypes<{
683
911
  size: {
684
912
  type: StringConstructor;
685
- default: "medium";
686
- validator(value: import('../../../utils/type.utils').Value<typeof import('../../Buttons/Button').BUTTON_SIZES>): boolean;
687
- };
688
- type: {
689
- type: StringConstructor;
690
- default: "filled";
691
- validator(value: import('../../../utils/type.utils').Value<typeof BUTTON_TYPES>): boolean;
692
- };
693
- color: {
694
- type: (StringConstructor | null)[];
695
- default: "primary";
696
- validator(value: import('../../../utils/type.utils').Value<typeof import('../../Buttons/IconButton').ICON_BUTTON_COLORS>): boolean;
913
+ default: "large";
914
+ validator(value: import('../../Buttons/IconButton').IconButtonSize): boolean;
697
915
  };
698
916
  radius: {
699
917
  type: StringConstructor;
700
918
  default: "capsule";
701
- validator(value: import('../../../utils/type.utils').Value<typeof import('../../Buttons/Button').BUTTON_RADIUSES>): boolean;
919
+ validator(value: import('../../Buttons/Button').ButtonRadius): boolean;
702
920
  };
703
- state: {
921
+ type: {
704
922
  type: StringConstructor;
705
- default: "default";
706
- validator(value: import('../../../utils/type.utils').Value<typeof import('../../Buttons/Button').BUTTON_STATES>): boolean;
707
- };
708
- iconLeft: {
709
- type: ObjectConstructor;
710
- default: null;
711
- validator(icon: unknown): boolean;
712
- };
713
- iconRight: {
714
- type: ObjectConstructor;
715
- default: null;
716
- validator(icon: unknown): boolean;
717
- };
718
- elevation: {
719
- type: StringConstructor;
720
- default: "none";
721
- validator(value: import('../../../utils/type.utils').Value<typeof import('../../Buttons/Button').BUTTON_ELEVATIONS>): boolean;
722
- };
723
- }>> & Readonly<{}>, {
724
- size: string;
725
- type: string;
726
- color: string | null;
727
- elevation: string;
728
- radius: string;
729
- state: string;
730
- iconLeft: Record<string, any>;
731
- iconRight: Record<string, any>;
732
- }, {}, {
733
- WnlIcon: import('vue').DefineComponent<import('vue').ExtractPropTypes<{
734
- icon: {
735
- type: ObjectConstructor;
736
- required: true;
737
- validator(icon: unknown): boolean;
738
- };
739
- size: {
740
- type: StringConstructor;
741
- default: string;
742
- validator: (value: string) => boolean;
743
- };
744
- rotation: {
745
- type: (NumberConstructor | null)[];
746
- default: null;
747
- };
748
- flippedVertical: {
749
- type: BooleanConstructor;
750
- default: boolean;
751
- };
752
- flippedHorizontal: {
753
- type: BooleanConstructor;
754
- default: boolean;
755
- };
756
- touchable: {
757
- type: BooleanConstructor;
758
- default: boolean;
759
- };
760
- spinning: {
761
- type: BooleanConstructor;
762
- default: boolean;
763
- };
764
- }>, {}, {}, {
765
- sizeClassName(): string;
766
- isFontawesomeIcon(): boolean;
767
- }, {}, import('vue').ComponentOptionsMixin, import('vue').ComponentOptionsMixin, {}, string, import('vue').PublicProps, Readonly<import('vue').ExtractPropTypes<{
768
- icon: {
769
- type: ObjectConstructor;
770
- required: true;
771
- validator(icon: unknown): boolean;
772
- };
773
- size: {
774
- type: StringConstructor;
775
- default: string;
776
- validator: (value: string) => boolean;
777
- };
778
- rotation: {
779
- type: (NumberConstructor | null)[];
780
- default: null;
781
- };
782
- flippedVertical: {
783
- type: BooleanConstructor;
784
- default: boolean;
785
- };
786
- flippedHorizontal: {
787
- type: BooleanConstructor;
788
- default: boolean;
789
- };
790
- touchable: {
791
- type: BooleanConstructor;
792
- default: boolean;
793
- };
794
- spinning: {
795
- type: BooleanConstructor;
796
- default: boolean;
797
- };
798
- }>> & Readonly<{}>, {
799
- rotation: number | null;
800
- size: string;
801
- flippedVertical: boolean;
802
- flippedHorizontal: boolean;
803
- touchable: boolean;
804
- spinning: boolean;
805
- }, {}, {
806
- FontAwesomeIcon: import('vue').DefineComponent<import('@fortawesome/vue-fontawesome').FontAwesomeIconProps>;
807
- }, {}, string, import('vue').ComponentProvideOptions, true, {}, any>;
808
- }, {}, string, import('vue').ComponentProvideOptions, true, {}, any>;
809
- Divider: import('vue').DefineComponent<import('vue').ExtractPropTypes<{
810
- isVertical: {
811
- type: BooleanConstructor;
812
- default: boolean;
813
- };
814
- prominence: {
815
- type: StringConstructor;
816
- default: string;
817
- validator: (value: string) => boolean;
818
- };
819
- size: {
820
- type: StringConstructor;
821
- default: string;
822
- validator: (value: string) => boolean;
823
- };
824
- }>, {}, {
825
- DIVIDER_PROMINENCES: Readonly<{
826
- DEFAULT: string;
827
- STRONG: string;
828
- WEAK: string;
829
- }>;
830
- }, {
831
- sizeClass(): string;
832
- }, {}, import('vue').ComponentOptionsMixin, import('vue').ComponentOptionsMixin, {}, string, import('vue').PublicProps, Readonly<import('vue').ExtractPropTypes<{
833
- isVertical: {
834
- type: BooleanConstructor;
835
- default: boolean;
836
- };
837
- prominence: {
838
- type: StringConstructor;
839
- default: string;
840
- validator: (value: string) => boolean;
841
- };
842
- size: {
843
- type: StringConstructor;
844
- default: string;
845
- validator: (value: string) => boolean;
846
- };
847
- }>> & Readonly<{}>, {
848
- size: string;
849
- isVertical: boolean;
850
- prominence: string;
851
- }, {}, {}, {}, string, import('vue').ComponentProvideOptions, true, {}, any>;
852
- Icon: import('vue').DefineComponent<import('vue').ExtractPropTypes<{
853
- icon: {
854
- type: ObjectConstructor;
855
- required: true;
856
- validator(icon: unknown): boolean;
857
- };
858
- size: {
859
- type: StringConstructor;
860
- default: string;
861
- validator: (value: string) => boolean;
862
- };
863
- rotation: {
864
- type: (NumberConstructor | null)[];
865
- default: null;
866
- };
867
- flippedVertical: {
868
- type: BooleanConstructor;
869
- default: boolean;
870
- };
871
- flippedHorizontal: {
872
- type: BooleanConstructor;
873
- default: boolean;
874
- };
875
- touchable: {
876
- type: BooleanConstructor;
877
- default: boolean;
878
- };
879
- spinning: {
880
- type: BooleanConstructor;
881
- default: boolean;
882
- };
883
- }>, {}, {}, {
884
- sizeClassName(): string;
885
- isFontawesomeIcon(): boolean;
886
- }, {}, import('vue').ComponentOptionsMixin, import('vue').ComponentOptionsMixin, {}, string, import('vue').PublicProps, Readonly<import('vue').ExtractPropTypes<{
887
- icon: {
888
- type: ObjectConstructor;
889
- required: true;
890
- validator(icon: unknown): boolean;
891
- };
892
- size: {
893
- type: StringConstructor;
894
- default: string;
895
- validator: (value: string) => boolean;
896
- };
897
- rotation: {
898
- type: (NumberConstructor | null)[];
899
- default: null;
900
- };
901
- flippedVertical: {
902
- type: BooleanConstructor;
903
- default: boolean;
904
- };
905
- flippedHorizontal: {
906
- type: BooleanConstructor;
907
- default: boolean;
908
- };
909
- touchable: {
910
- type: BooleanConstructor;
911
- default: boolean;
912
- };
913
- spinning: {
914
- type: BooleanConstructor;
915
- default: boolean;
916
- };
917
- }>> & Readonly<{}>, {
918
- rotation: number | null;
919
- size: string;
920
- flippedVertical: boolean;
921
- flippedHorizontal: boolean;
922
- touchable: boolean;
923
- spinning: boolean;
924
- }, {}, {
925
- FontAwesomeIcon: import('vue').DefineComponent<import('@fortawesome/vue-fontawesome').FontAwesomeIconProps>;
926
- }, {}, string, import('vue').ComponentProvideOptions, true, {}, any>;
927
- IconButton: import('vue').DefineComponent<import('vue').ExtractPropTypes<{
928
- size: {
929
- type: StringConstructor;
930
- default: "large";
931
- validator(value: import('../../Buttons/IconButton').IconButtonSize): boolean;
932
- };
933
- radius: {
934
- type: StringConstructor;
935
- default: "capsule";
936
- validator(value: import('../../Buttons/Button').ButtonRadius): boolean;
937
- };
938
- type: {
939
- type: StringConstructor;
940
- default: "icon-only";
941
- validator(value: import('../../Buttons/IconButton').IconButtonType): boolean;
923
+ default: "icon-only";
924
+ validator(value: import('../../Buttons/IconButton').IconButtonType): boolean;
942
925
  };
943
926
  icon: {
944
927
  type: ObjectConstructor;
@@ -959,874 +942,190 @@ declare const _default: import('vue').DefineComponent<import('vue').ExtractPropT
959
942
  type: StringConstructor;
960
943
  default: "none";
961
944
  validator(value: import('../../Buttons/Button').ButtonElevation): boolean;
962
- };
963
- touchable: {
964
- type: BooleanConstructor;
965
- default: boolean;
966
- };
967
- state: {
968
- type: StringConstructor;
969
- default: "default";
970
- validator(value: import('../../../utils/type.utils').Value<typeof import('../../Buttons/IconButton').ICON_BUTTON_STATES>): boolean;
971
- };
972
- }>, {
973
- isHovered: import('vue').Ref<boolean>;
974
- mouseOver: () => void;
975
- mouseLeave: () => void;
976
- touchStart: () => void;
977
- touchEnd: () => void;
978
- }, {
979
- ICONS: Readonly<{
980
- readonly ANSWERS: VueConstructor<Vue>;
981
- readonly CHANGE: VueConstructor<Vue>;
982
- readonly COMMENTS_CHECK: VueConstructor<Vue>;
983
- readonly HEAD_WITH_QUESTION_MARK: VueConstructor<Vue>;
984
- readonly HIDE_ANSWERS: VueConstructor<Vue>;
985
- readonly RIBBON: VueConstructor<Vue>;
986
- readonly SIDEBAR_FLIP_SOLID: VueConstructor<Vue>;
987
- readonly SLIDERS_SEARCH: VueConstructor<Vue>;
988
- readonly FA_ADDRESS_CARD: import('@fortawesome/fontawesome-common-types').IconDefinition;
989
- readonly FA_ANGLE_DOWN: import('@fortawesome/fontawesome-common-types').IconDefinition;
990
- readonly FA_ANGLE_LEFT: import('@fortawesome/fontawesome-common-types').IconDefinition;
991
- readonly FA_ANGLE_RIGHT: import('@fortawesome/fontawesome-common-types').IconDefinition;
992
- readonly FA_ANGLE_UP: import('@fortawesome/fontawesome-common-types').IconDefinition;
993
- readonly FA_ARROW_DOWN_LEFT_AND_ARROW_UP_RIGHT_TO_CENTER: import('@fortawesome/fontawesome-common-types').IconDefinition;
994
- readonly FA_ARROW_DOWN_SOLID: import('@fortawesome/fontawesome-common-types').IconDefinition;
995
- readonly FA_ARROW_DOWN_TO_LINE: import('@fortawesome/fontawesome-common-types').IconDefinition;
996
- readonly FA_ARROW_LEFT_SOLID: import('@fortawesome/fontawesome-common-types').IconDefinition;
997
- readonly FA_ARROW_POINTER: import('@fortawesome/fontawesome-common-types').IconDefinition;
998
- readonly FA_ARROW_RIGHT_FROM_BRACKET: import('@fortawesome/fontawesome-common-types').IconDefinition;
999
- readonly FA_ARROW_RIGHT_SOLID: import('@fortawesome/fontawesome-common-types').IconDefinition;
1000
- readonly FA_ARROW_ROTATE_LEFT: import('@fortawesome/fontawesome-common-types').IconDefinition;
1001
- readonly FA_ARROW_ROTATE_RIGHT: import('@fortawesome/fontawesome-common-types').IconDefinition;
1002
- readonly FA_ARROW_UP_SOLID: import('@fortawesome/fontawesome-common-types').IconDefinition;
1003
- readonly FA_ARROW_UP_RIGHT_AND_ARROW_DOWN_LEFT_FROM_CENTER: import('@fortawesome/fontawesome-common-types').IconDefinition;
1004
- readonly FA_ARROW_UP_RIGHT_FROM_SQUARE: import('@fortawesome/fontawesome-common-types').IconDefinition;
1005
- readonly FA_ARROWS_LEFT_RIGHT_SOLID: import('@fortawesome/fontawesome-common-types').IconDefinition;
1006
- readonly FA_ARROWS_MAXIMIZE: import('@fortawesome/fontawesome-common-types').IconDefinition;
1007
- readonly FA_ARROWS_ROTATE: import('@fortawesome/fontawesome-common-types').IconDefinition;
1008
- readonly FA_ATOM: import('@fortawesome/fontawesome-common-types').IconDefinition;
1009
- readonly FA_ATOM_SOLID: import('@fortawesome/fontawesome-common-types').IconDefinition;
1010
- readonly FA_BADGE_PERCENT: import('@fortawesome/fontawesome-common-types').IconDefinition;
1011
- readonly FA_BAN: import('@fortawesome/fontawesome-common-types').IconDefinition;
1012
- readonly FA_BARS: import('@fortawesome/fontawesome-common-types').IconDefinition;
1013
- readonly FA_BELL: import('@fortawesome/fontawesome-common-types').IconDefinition;
1014
- readonly FA_BELL_SLASH: import('@fortawesome/fontawesome-common-types').IconDefinition;
1015
- readonly FA_BOOKS: import('@fortawesome/fontawesome-common-types').IconDefinition;
1016
- readonly FA_BOOK: import('@fortawesome/fontawesome-common-types').IconDefinition;
1017
- readonly FA_BOOK_BLANK: import('@fortawesome/fontawesome-common-types').IconDefinition;
1018
- readonly FA_BOOK_COPY: import('@fortawesome/fontawesome-common-types').IconDefinition;
1019
- readonly FA_BOOK_SPARKLES_SOLID: import('@fortawesome/fontawesome-common-types').IconDefinition;
1020
- readonly FA_BOOKMARK_SOLID: import('@fortawesome/fontawesome-common-types').IconDefinition;
1021
- readonly FA_BOOK_MEDICAL_SOLID: import('@fortawesome/fontawesome-common-types').IconDefinition;
1022
- readonly FA_BOX: import('@fortawesome/fontawesome-common-types').IconDefinition;
1023
- readonly FA_BOX_ARCHIVE: import('@fortawesome/fontawesome-common-types').IconDefinition;
1024
- readonly FA_CALCULATOR_SIMPLE_SOLID: import('@fortawesome/fontawesome-common-types').IconDefinition;
1025
- readonly FA_CALENDAR: import('@fortawesome/fontawesome-common-types').IconDefinition;
1026
- readonly FA_CALENDAR_CLOCK: import('@fortawesome/fontawesome-common-types').IconDefinition;
1027
- readonly FA_CALENDAR_CIRCLE_EXCLAMATION: import('@fortawesome/fontawesome-common-types').IconDefinition;
1028
- readonly FA_CALENDAR_CHECK: import('@fortawesome/fontawesome-common-types').IconDefinition;
1029
- readonly FA_CALENDAR_DAY: import('@fortawesome/fontawesome-common-types').IconDefinition;
1030
- readonly FA_CALENDAR_DAYS: import('@fortawesome/fontawesome-common-types').IconDefinition;
1031
- readonly FA_CALENDAR_RANGE: import('@fortawesome/fontawesome-common-types').IconDefinition;
1032
- readonly FA_CALENDAR_XMARK: import('@fortawesome/fontawesome-common-types').IconDefinition;
1033
- readonly FA_CAMERA_SOLID: import('@fortawesome/fontawesome-common-types').IconDefinition;
1034
- readonly FA_CARDS_BLANK: import('@fortawesome/fontawesome-common-types').IconDefinition;
1035
- readonly FA_CARET_SQUARE_RIGHT_SOLID: import('@fortawesome/fontawesome-common-types').IconDefinition;
1036
- readonly FA_CART_SHOPPING: import('@fortawesome/fontawesome-common-types').IconDefinition;
1037
- readonly FA_CHART_COLUMN: import('@fortawesome/fontawesome-common-types').IconDefinition;
1038
- readonly FA_CHART_LINE_UP: import('@fortawesome/fontawesome-common-types').IconDefinition;
1039
- readonly FA_CHECK_SOLID: import('@fortawesome/fontawesome-common-types').IconDefinition;
1040
- readonly FA_CHEVRON_DOWN: import('@fortawesome/fontawesome-common-types').IconDefinition;
1041
- readonly FA_CHEVRON_LEFT: import('@fortawesome/fontawesome-common-types').IconDefinition;
1042
- readonly FA_CHEVRON_LEFT_LIGHT: import('@fortawesome/fontawesome-common-types').IconDefinition;
1043
- readonly FA_CHEVRON_RIGHT: import('@fortawesome/fontawesome-common-types').IconDefinition;
1044
- readonly FA_CHEVRON_RIGHT_LIGHT: import('@fortawesome/fontawesome-common-types').IconDefinition;
1045
- readonly FA_CHEVRON_UP: import('@fortawesome/fontawesome-common-types').IconDefinition;
1046
- readonly FA_CIRCLE: import('@fortawesome/fontawesome-common-types').IconDefinition;
1047
- readonly FA_CIRCLE_ARROW_LEFT: import('@fortawesome/fontawesome-common-types').IconDefinition;
1048
- readonly FA_CIRCLE_ARROW_RIGHT: import('@fortawesome/fontawesome-common-types').IconDefinition;
1049
- readonly FA_CIRCLE_CHECK: import('@fortawesome/fontawesome-common-types').IconDefinition;
1050
- readonly FA_CIRCLE_CHECK_SOLID: import('@fortawesome/fontawesome-common-types').IconDefinition;
1051
- readonly FA_CIRCLE_ELLIPSIS: import('@fortawesome/fontawesome-common-types').IconDefinition;
1052
- readonly FA_CIRCLE_EXCLAMATION: import('@fortawesome/fontawesome-common-types').IconDefinition;
1053
- readonly FA_CIRCLE_INFO: import('@fortawesome/fontawesome-common-types').IconDefinition;
1054
- readonly FA_CIRCLE_NOTCH: import('@fortawesome/fontawesome-common-types').IconDefinition;
1055
- readonly FA_CIRCLE_PLAY_SOLID: import('@fortawesome/fontawesome-common-types').IconDefinition;
1056
- readonly FA_CIRCLE_QUESTION: import('@fortawesome/fontawesome-common-types').IconDefinition;
1057
- readonly FA_CIRCLE_XMARK: import('@fortawesome/fontawesome-common-types').IconDefinition;
1058
- readonly FA_CLIPBOARD_MEDICAL: import('@fortawesome/fontawesome-common-types').IconDefinition;
1059
- readonly FA_CLIPBOARD_LIST: import('@fortawesome/fontawesome-common-types').IconDefinition;
1060
- readonly FA_CLOCK: import('@fortawesome/fontawesome-common-types').IconDefinition;
1061
- readonly FA_CLOCK_ROTATE_LEFT: import('@fortawesome/fontawesome-common-types').IconDefinition;
1062
- readonly FA_CODE: import('@fortawesome/fontawesome-common-types').IconDefinition;
1063
- readonly FA_CODE_SIMPLE: import('@fortawesome/fontawesome-common-types').IconDefinition;
1064
- readonly FA_COMMENT: import('@fortawesome/fontawesome-common-types').IconDefinition;
1065
- readonly FA_COMMENT_DOTS: import('@fortawesome/fontawesome-common-types').IconDefinition;
1066
- readonly FA_COMMENT_SOLID: import('@fortawesome/fontawesome-common-types').IconDefinition;
1067
- readonly FA_COMMENTS: import('@fortawesome/fontawesome-common-types').IconDefinition;
1068
- readonly FA_COMMENTS_QUESTION: import('@fortawesome/fontawesome-common-types').IconDefinition;
1069
- readonly FA_COMMENTS_QUESTION_CHECK: import('@fortawesome/fontawesome-common-types').IconDefinition;
1070
- readonly FA_COMPASS_SOLID: import('@fortawesome/fontawesome-common-types').IconDefinition;
1071
- readonly FA_COMPRESS: import('@fortawesome/fontawesome-common-types').IconDefinition;
1072
- readonly FA_COPY: import('@fortawesome/fontawesome-common-types').IconDefinition;
1073
- readonly FA_CREDIT_CARD: import('@fortawesome/fontawesome-common-types').IconDefinition;
1074
- readonly FA_DNA_SOLID: import('@fortawesome/fontawesome-common-types').IconDefinition;
1075
- readonly FA_DOT_CIRCLE_SOLID: import('@fortawesome/fontawesome-common-types').IconDefinition;
1076
- readonly FA_EARTH_AMERICAS: import('@fortawesome/fontawesome-common-types').IconDefinition;
1077
- readonly FA_ELLIPSIS: import('@fortawesome/fontawesome-common-types').IconDefinition;
1078
- readonly FA_ELLIPSIS_VERTICAL: import('@fortawesome/fontawesome-common-types').IconDefinition;
1079
- readonly FA_EXCLAMATION_SOLID: import('@fortawesome/fontawesome-common-types').IconDefinition;
1080
- readonly FA_EYE: import('@fortawesome/fontawesome-common-types').IconDefinition;
1081
- readonly FA_EYE_SLASH: import('@fortawesome/fontawesome-common-types').IconDefinition;
1082
- readonly FA_FACE_FROWN: import('@fortawesome/fontawesome-common-types').IconDefinition;
1083
- readonly FA_FACE_GRIMACE: import('@fortawesome/fontawesome-common-types').IconDefinition;
1084
- readonly FA_FACE_MEH: import('@fortawesome/fontawesome-common-types').IconDefinition;
1085
- readonly FA_FACE_SMILE: import('@fortawesome/fontawesome-common-types').IconDefinition;
1086
- readonly FA_FACEBOOK: import('@fortawesome/fontawesome-common-types').IconDefinition;
1087
- readonly FA_FILE_CHECK: import('@fortawesome/fontawesome-common-types').IconDefinition;
1088
- readonly FA_FILE_INVOICE_DOLLAR: import('@fortawesome/fontawesome-common-types').IconDefinition;
1089
- readonly FA_FILE_LINES: import('@fortawesome/fontawesome-common-types').IconDefinition;
1090
- readonly FA_FILE_LINES_SOLID: import('@fortawesome/fontawesome-common-types').IconDefinition;
1091
- readonly FA_FILE_MAGNIFYING_GLASS: import('@fortawesome/fontawesome-common-types').IconDefinition;
1092
- readonly FA_FILE_PEN_SOLID: import('@fortawesome/fontawesome-common-types').IconDefinition;
1093
- readonly FA_FILM: import('@fortawesome/fontawesome-common-types').IconDefinition;
1094
- readonly FA_FILTER: import('@fortawesome/fontawesome-common-types').IconDefinition;
1095
- readonly FA_FLAG: import('@fortawesome/fontawesome-common-types').IconDefinition;
1096
- readonly FA_FLAG_CHECKERED_SOLID: import('@fortawesome/fontawesome-common-types').IconDefinition;
1097
- readonly FA_FLASK_SOLID: import('@fortawesome/fontawesome-common-types').IconDefinition;
1098
- readonly FA_FLOPPY_DISK: import('@fortawesome/fontawesome-common-types').IconDefinition;
1099
- readonly FA_FOLDER_SOLID: import('@fortawesome/fontawesome-common-types').IconDefinition;
1100
- readonly FA_GAUGE_HIGH: import('@fortawesome/fontawesome-common-types').IconDefinition;
1101
- readonly FA_GEAR: import('@fortawesome/fontawesome-common-types').IconDefinition;
1102
- readonly FA_GEAR_SOLID: import('@fortawesome/fontawesome-common-types').IconDefinition;
1103
- readonly FA_GEARS_SOLID: import('@fortawesome/fontawesome-common-types').IconDefinition;
1104
- readonly FA_GEM: import('@fortawesome/fontawesome-common-types').IconDefinition;
1105
- readonly FA_GIFT: import('@fortawesome/fontawesome-common-types').IconDefinition;
1106
- readonly FA_GRADUATION_CAP: import('@fortawesome/fontawesome-common-types').IconDefinition;
1107
- readonly FA_GRID: import('@fortawesome/fontawesome-common-types').IconDefinition;
1108
- readonly FA_HAND_POINT_LEFT: import('@fortawesome/fontawesome-common-types').IconDefinition;
1109
- readonly FA_HAND_POINT_RIGHT: import('@fortawesome/fontawesome-common-types').IconDefinition;
1110
- readonly FA_HAND_SPOCK_SOLID: import('@fortawesome/fontawesome-common-types').IconDefinition;
1111
- readonly FA_HANDS_SOLID: import('@fortawesome/fontawesome-common-types').IconDefinition;
1112
- readonly FA_HEART_PULSE: import('@fortawesome/fontawesome-common-types').IconDefinition;
1113
- readonly FA_HEART_SOLID: import('@fortawesome/fontawesome-common-types').IconDefinition;
1114
- readonly FA_HOURGLASS: import('@fortawesome/fontawesome-common-types').IconDefinition;
1115
- readonly FA_HOURGLASS_END: import('@fortawesome/fontawesome-common-types').IconDefinition;
1116
- readonly FA_HOURGLASS_START: import('@fortawesome/fontawesome-common-types').IconDefinition;
1117
- readonly FA_HOUSE: import('@fortawesome/fontawesome-common-types').IconDefinition;
1118
- readonly FA_IMAGES: import('@fortawesome/fontawesome-common-types').IconDefinition;
1119
- readonly FA_IMAGES_SOLID: import('@fortawesome/fontawesome-common-types').IconDefinition;
1120
- readonly FA_INFO_SOLID: import('@fortawesome/fontawesome-common-types').IconDefinition;
1121
- readonly FA_KEY: import('@fortawesome/fontawesome-common-types').IconDefinition;
1122
- readonly FA_KEYBOARD: import('@fortawesome/fontawesome-common-types').IconDefinition;
1123
- readonly FA_LIGHTBULB: import('@fortawesome/fontawesome-common-types').IconDefinition;
1124
- readonly FA_LIGHTBULB_SOLID: import('@fortawesome/fontawesome-common-types').IconDefinition;
1125
- readonly FA_LINK: import('@fortawesome/fontawesome-common-types').IconDefinition;
1126
- readonly FA_LINK_SLASH: import('@fortawesome/fontawesome-common-types').IconDefinition;
1127
- readonly FA_LIST: import('@fortawesome/fontawesome-common-types').IconDefinition;
1128
- readonly FA_LIST_CHECK: import('@fortawesome/fontawesome-common-types').IconDefinition;
1129
- readonly FA_LIST_OL: import('@fortawesome/fontawesome-common-types').IconDefinition;
1130
- readonly FA_LOCATION_DOT: import('@fortawesome/fontawesome-common-types').IconDefinition;
1131
- readonly FA_LOCK_KEYHOLE: import('@fortawesome/fontawesome-common-types').IconDefinition;
1132
- readonly FA_MAGNIFYING_GLASS: import('@fortawesome/fontawesome-common-types').IconDefinition;
1133
- readonly FA_MEDAL: import('@fortawesome/fontawesome-common-types').IconDefinition;
1134
- readonly FA_MEMO_CIRCLE_INFO: import('@fortawesome/fontawesome-common-types').IconDefinition;
1135
- readonly FA_MEMO_CIRCLE_INFO_SOLID: import('@fortawesome/fontawesome-common-types').IconDefinition;
1136
- readonly FA_MESSAGES: import('@fortawesome/fontawesome-common-types').IconDefinition;
1137
- readonly FA_MESSAGE_QUESTION_SOLID: import('@fortawesome/fontawesome-common-types').IconDefinition;
1138
- readonly FA_MESSAGE_QUESTION: import('@fortawesome/fontawesome-common-types').IconDefinition;
1139
- readonly FA_MESSAGE_XMARK: import('@fortawesome/fontawesome-common-types').IconDefinition;
1140
- readonly FA_MESSAGE: import('@fortawesome/fontawesome-common-types').IconDefinition;
1141
- readonly FA_MINUS: import('@fortawesome/fontawesome-common-types').IconDefinition;
1142
- readonly FA_MONEY_BILL1: import('@fortawesome/fontawesome-common-types').IconDefinition;
1143
- readonly FA_MUSIC: import('@fortawesome/fontawesome-common-types').IconDefinition;
1144
- readonly FA_PAPER_PLANE: import('@fortawesome/fontawesome-common-types').IconDefinition;
1145
- readonly FA_PAPERCLIP: import('@fortawesome/fontawesome-common-types').IconDefinition;
1146
- readonly FA_PEN_CIRCLE: import('@fortawesome/fontawesome-common-types').IconDefinition;
1147
- readonly FA_PEN_FIELD: import('@fortawesome/fontawesome-common-types').IconDefinition;
1148
- readonly FA_PENCIL: import('@fortawesome/fontawesome-common-types').IconDefinition;
1149
- readonly FA_PILLS_SOLID: import('@fortawesome/fontawesome-common-types').IconDefinition;
1150
- readonly FA_PLAY: import('@fortawesome/fontawesome-common-types').IconDefinition;
1151
- readonly FA_PLUS: import('@fortawesome/fontawesome-common-types').IconDefinition;
1152
- readonly FA_PRESENTATION_SCREEN: import('@fortawesome/fontawesome-common-types').IconDefinition;
1153
- readonly FA_PRINT: import('@fortawesome/fontawesome-common-types').IconDefinition;
1154
- readonly FA_RECTANGLE_CODE: import('@fortawesome/fontawesome-common-types').IconDefinition;
1155
- readonly FA_RECTANGLE_HISTORY: import('@fortawesome/fontawesome-common-types').IconDefinition;
1156
- readonly FA_RECTANGLE_LIST: import('@fortawesome/fontawesome-common-types').IconDefinition;
1157
- readonly FA_REPLY: import('@fortawesome/fontawesome-common-types').IconDefinition;
1158
- readonly FA_ROTATE_LEFT: import('@fortawesome/fontawesome-common-types').IconDefinition;
1159
- readonly FA_SHARE: import('@fortawesome/fontawesome-common-types').IconDefinition;
1160
- readonly FA_SHARE_NODES: import('@fortawesome/fontawesome-common-types').IconDefinition;
1161
- readonly FA_SHIELD_HALVED: import('@fortawesome/fontawesome-common-types').IconDefinition;
1162
- readonly FA_SIDEBAR_FLIP: import('@fortawesome/fontawesome-common-types').IconDefinition;
1163
- readonly FA_SIGNAL: import('@fortawesome/fontawesome-common-types').IconDefinition;
1164
- readonly FA_SITEMAP: import('@fortawesome/fontawesome-common-types').IconDefinition;
1165
- readonly FA_SITEMAP_SOLID: import('@fortawesome/fontawesome-common-types').IconDefinition;
1166
- readonly FA_SLIDERS: import('@fortawesome/fontawesome-common-types').IconDefinition;
1167
- readonly FA_SPELL_CHECK: import('@fortawesome/fontawesome-common-types').IconDefinition;
1168
- readonly FA_SQUARE: import('@fortawesome/fontawesome-common-types').IconDefinition;
1169
- readonly FA_SQUARE_CARET_RIGHT: import('@fortawesome/fontawesome-common-types').IconDefinition;
1170
- readonly FA_SQUARE_CHECK: import('@fortawesome/fontawesome-common-types').IconDefinition;
1171
- readonly FA_SQUARE_CHECK_SOLID: import('@fortawesome/fontawesome-common-types').IconDefinition;
1172
- readonly FA_SQUARE_LIST: import('@fortawesome/fontawesome-common-types').IconDefinition;
1173
- readonly FA_SQUARE_LIST_SOLID: import('@fortawesome/fontawesome-common-types').IconDefinition;
1174
- readonly FA_STAR: import('@fortawesome/fontawesome-common-types').IconDefinition;
1175
- readonly FA_STAR_SOLID: import('@fortawesome/fontawesome-common-types').IconDefinition;
1176
- readonly FA_STETHOSCOPE: import('@fortawesome/fontawesome-common-types').IconDefinition;
1177
- readonly FA_STOPWATCH_SOLID: import('@fortawesome/fontawesome-common-types').IconDefinition;
1178
- readonly FA_TAG: import('@fortawesome/fontawesome-common-types').IconDefinition;
1179
- readonly FA_TAGS: import('@fortawesome/fontawesome-common-types').IconDefinition;
1180
- readonly FA_TEXT: import('@fortawesome/fontawesome-common-types').IconDefinition;
1181
- readonly FA_TEXT_SLASH: import('@fortawesome/fontawesome-common-types').IconDefinition;
1182
- readonly FA_THUMBS_UP: import('@fortawesome/fontawesome-common-types').IconDefinition;
1183
- readonly FA_THUMBS_UP_SOLID: import('@fortawesome/fontawesome-common-types').IconDefinition;
1184
- readonly FA_THUMBTACK: import('@fortawesome/fontawesome-common-types').IconDefinition;
1185
- readonly FA_THUMBTACK_SOLID: import('@fortawesome/fontawesome-common-types').IconDefinition;
1186
- readonly FA_TRASH_CAN: import('@fortawesome/fontawesome-common-types').IconDefinition;
1187
- readonly FA_TREE_PALM: import('@fortawesome/fontawesome-common-types').IconDefinition;
1188
- readonly FA_TRIANGLE_EXCLAMATION: import('@fortawesome/fontawesome-common-types').IconDefinition;
1189
- readonly FA_TRIANGLE_EXCLAMATION_SOLID: import('@fortawesome/fontawesome-common-types').IconDefinition;
1190
- readonly FA_TROPHY_STAR: import('@fortawesome/fontawesome-common-types').IconDefinition;
1191
- readonly FA_UNLOCK_KEYHOLE: import('@fortawesome/fontawesome-common-types').IconDefinition;
1192
- readonly FA_UPLOAD: import('@fortawesome/fontawesome-common-types').IconDefinition;
1193
- readonly FA_USER: import('@fortawesome/fontawesome-common-types').IconDefinition;
1194
- readonly FA_USER_GEAR: import('@fortawesome/fontawesome-common-types').IconDefinition;
1195
- readonly FA_USER_DOCTOR_SOLID: import('@fortawesome/fontawesome-common-types').IconDefinition;
1196
- readonly FA_VIDEO_SOLID: import('@fortawesome/fontawesome-common-types').IconDefinition;
1197
- readonly FA_VOLUME_HIGH_SOLID: import('@fortawesome/fontawesome-common-types').IconDefinition;
1198
- readonly FA_WAND_MAGIC_SPARKLES: import('@fortawesome/fontawesome-common-types').IconDefinition;
1199
- readonly FA_WINDOW_MAXIMIZE: import('@fortawesome/fontawesome-common-types').IconDefinition;
1200
- readonly FA_XMARK: import('@fortawesome/fontawesome-common-types').IconDefinition;
1201
- readonly FAD_SPINNER_THIRD: import('@fortawesome/fontawesome-common-types').IconDefinition;
1202
- }>;
1203
- ICON_SIZES: Readonly<{
1204
- XXX_SMALL: string;
1205
- XX_SMALL: string;
1206
- X_SMALL: string;
1207
- SMALL: string;
1208
- MEDIUM: string;
1209
- LARGE: string;
1210
- X_LARGE: string;
1211
- XX_LARGE: string;
1212
- }>;
1213
- ICON_BUTTON_SIZES: Readonly<{
1214
- readonly XX_SMALL: "xx-small";
1215
- readonly X_SMALL: "x-small";
1216
- readonly SMALL: "small";
1217
- readonly MEDIUM: "medium";
1218
- readonly LARGE: "large";
1219
- }>;
1220
- ICON_BUTTON_COLOR_SCHEMES: Readonly<{
1221
- readonly ALL_IN_COLOR: "all-in-color";
1222
- readonly NEUTRAL_LABEL: "neutral-label";
1223
- }>;
1224
- ICON_BUTTON_TYPES: Readonly<{
1225
- readonly ICON_ONLY: "icon-only";
1226
- readonly OUTLINED: "outlined";
1227
- readonly FILLED: "filled";
1228
- }>;
1229
- ICON_BUTTON_STATES: Readonly<{
1230
- readonly DEFAULT: "default";
1231
- readonly HOVERED: "hovered";
1232
- readonly FOCUSED: "focused";
1233
- readonly DISABLED: "disabled";
1234
- readonly LOADING: "loading";
1235
- }>;
1236
- ICON_BUTTON_COLORS: Readonly<{
1237
- readonly PRIMARY: "primary";
1238
- readonly NEUTRAL: "neutral";
1239
- readonly NEUTRAL_WEAK: "neutral-weak";
1240
- readonly FAIL: "fail";
1241
- readonly DANGER: "danger";
1242
- readonly SUCCESS: "success";
1243
- readonly INVERTED: "inverted";
1244
- readonly WARNING: "warning";
1245
- readonly INFO: "info";
1246
- }>;
1247
- BUTTON_COLORS: Readonly<{
1248
- readonly PRIMARY: "primary";
1249
- readonly NEUTRAL: "neutral";
1250
- readonly DANGER: "danger";
1251
- readonly SUCCESS: "success";
1252
- readonly INVERTED: "inverted";
1253
- }>;
1254
- }, {
1255
- iconSize(): string;
1256
- buttonType(): string;
1257
- computedColor(): string | undefined;
1258
- isButtonColor(): boolean;
1259
- colorClassName(): string;
1260
- }, {}, import('vue').ComponentOptionsMixin, import('vue').ComponentOptionsMixin, {}, string, import('vue').PublicProps, Readonly<import('vue').ExtractPropTypes<{
1261
- size: {
1262
- type: StringConstructor;
1263
- default: "large";
1264
- validator(value: import('../../Buttons/IconButton').IconButtonSize): boolean;
1265
- };
1266
- radius: {
1267
- type: StringConstructor;
1268
- default: "capsule";
1269
- validator(value: import('../../Buttons/Button').ButtonRadius): boolean;
1270
- };
1271
- type: {
1272
- type: StringConstructor;
1273
- default: "icon-only";
1274
- validator(value: import('../../Buttons/IconButton').IconButtonType): boolean;
1275
- };
1276
- icon: {
1277
- type: ObjectConstructor;
1278
- required: true;
1279
- validator(icon: unknown): boolean;
1280
- };
1281
- color: {
1282
- type: StringConstructor;
1283
- default: "primary";
1284
- validator(value: import('../../Buttons/IconButton').IconButtonColor): boolean;
1285
- };
1286
- colorScheme: {
1287
- type: StringConstructor;
1288
- default: "all-in-color";
1289
- validator(value: import('../../Buttons/IconButton').IconButtonColorScheme): boolean;
1290
- };
1291
- elevation: {
1292
- type: StringConstructor;
1293
- default: "none";
1294
- validator(value: import('../../Buttons/Button').ButtonElevation): boolean;
1295
- };
1296
- touchable: {
1297
- type: BooleanConstructor;
1298
- default: boolean;
1299
- };
1300
- state: {
1301
- type: StringConstructor;
1302
- default: "default";
1303
- validator(value: import('../../../utils/type.utils').Value<typeof import('../../Buttons/IconButton').ICON_BUTTON_STATES>): boolean;
1304
- };
1305
- }>> & Readonly<{}>, {
1306
- size: string;
1307
- type: string;
1308
- touchable: boolean;
1309
- color: string;
1310
- elevation: string;
1311
- radius: string;
1312
- state: string;
1313
- colorScheme: string;
1314
- }, {}, {
1315
- WnlIcon: import('vue').DefineComponent<import('vue').ExtractPropTypes<{
1316
- icon: {
1317
- type: ObjectConstructor;
1318
- required: true;
1319
- validator(icon: unknown): boolean;
1320
- };
1321
- size: {
1322
- type: StringConstructor;
1323
- default: string;
1324
- validator: (value: string) => boolean;
1325
- };
1326
- rotation: {
1327
- type: (NumberConstructor | null)[];
1328
- default: null;
1329
- };
1330
- flippedVertical: {
1331
- type: BooleanConstructor;
1332
- default: boolean;
1333
- };
1334
- flippedHorizontal: {
1335
- type: BooleanConstructor;
1336
- default: boolean;
1337
- };
1338
- touchable: {
1339
- type: BooleanConstructor;
1340
- default: boolean;
1341
- };
1342
- spinning: {
1343
- type: BooleanConstructor;
1344
- default: boolean;
1345
- };
1346
- }>, {}, {}, {
1347
- sizeClassName(): string;
1348
- isFontawesomeIcon(): boolean;
1349
- }, {}, import('vue').ComponentOptionsMixin, import('vue').ComponentOptionsMixin, {}, string, import('vue').PublicProps, Readonly<import('vue').ExtractPropTypes<{
1350
- icon: {
1351
- type: ObjectConstructor;
1352
- required: true;
1353
- validator(icon: unknown): boolean;
1354
- };
1355
- size: {
1356
- type: StringConstructor;
1357
- default: string;
1358
- validator: (value: string) => boolean;
1359
- };
1360
- rotation: {
1361
- type: (NumberConstructor | null)[];
1362
- default: null;
1363
- };
1364
- flippedVertical: {
1365
- type: BooleanConstructor;
1366
- default: boolean;
1367
- };
1368
- flippedHorizontal: {
1369
- type: BooleanConstructor;
1370
- default: boolean;
1371
- };
1372
- touchable: {
1373
- type: BooleanConstructor;
1374
- default: boolean;
1375
- };
1376
- spinning: {
1377
- type: BooleanConstructor;
1378
- default: boolean;
1379
- };
1380
- }>> & Readonly<{}>, {
1381
- rotation: number | null;
1382
- size: string;
1383
- flippedVertical: boolean;
1384
- flippedHorizontal: boolean;
1385
- touchable: boolean;
1386
- spinning: boolean;
1387
- }, {}, {
1388
- FontAwesomeIcon: import('vue').DefineComponent<import('@fortawesome/vue-fontawesome').FontAwesomeIconProps>;
1389
- }, {}, string, import('vue').ComponentProvideOptions, true, {}, any>;
1390
- WnlButton: import('vue').DefineComponent<import('vue').ExtractPropTypes<{
1391
- size: {
1392
- type: StringConstructor;
1393
- default: "medium";
1394
- validator(value: import('../../../utils/type.utils').Value<typeof import('../../Buttons/Button').BUTTON_SIZES>): boolean;
1395
- };
1396
- type: {
1397
- type: StringConstructor;
1398
- default: "filled";
1399
- validator(value: import('../../../utils/type.utils').Value<typeof BUTTON_TYPES>): boolean;
1400
- };
1401
- color: {
1402
- type: (StringConstructor | null)[];
1403
- default: "primary";
1404
- validator(value: import('../../../utils/type.utils').Value<typeof import('../../Buttons/IconButton').ICON_BUTTON_COLORS>): boolean;
1405
- };
1406
- radius: {
1407
- type: StringConstructor;
1408
- default: "capsule";
1409
- validator(value: import('../../../utils/type.utils').Value<typeof import('../../Buttons/Button').BUTTON_RADIUSES>): boolean;
1410
- };
1411
- state: {
1412
- type: StringConstructor;
1413
- default: "default";
1414
- validator(value: import('../../../utils/type.utils').Value<typeof import('../../Buttons/Button').BUTTON_STATES>): boolean;
1415
- };
1416
- iconLeft: {
1417
- type: ObjectConstructor;
1418
- default: null;
1419
- validator(icon: unknown): boolean;
1420
- };
1421
- iconRight: {
1422
- type: ObjectConstructor;
1423
- default: null;
1424
- validator(icon: unknown): boolean;
1425
- };
1426
- elevation: {
1427
- type: StringConstructor;
1428
- default: "none";
1429
- validator(value: import('../../../utils/type.utils').Value<typeof import('../../Buttons/Button').BUTTON_ELEVATIONS>): boolean;
1430
- };
1431
- }>, {}, {
1432
- ICONS: Readonly<{
1433
- readonly ANSWERS: VueConstructor<Vue>;
1434
- readonly CHANGE: VueConstructor<Vue>;
1435
- readonly COMMENTS_CHECK: VueConstructor<Vue>;
1436
- readonly HEAD_WITH_QUESTION_MARK: VueConstructor<Vue>;
1437
- readonly HIDE_ANSWERS: VueConstructor<Vue>;
1438
- readonly RIBBON: VueConstructor<Vue>;
1439
- readonly SIDEBAR_FLIP_SOLID: VueConstructor<Vue>;
1440
- readonly SLIDERS_SEARCH: VueConstructor<Vue>;
1441
- readonly FA_ADDRESS_CARD: import('@fortawesome/fontawesome-common-types').IconDefinition;
1442
- readonly FA_ANGLE_DOWN: import('@fortawesome/fontawesome-common-types').IconDefinition;
1443
- readonly FA_ANGLE_LEFT: import('@fortawesome/fontawesome-common-types').IconDefinition;
1444
- readonly FA_ANGLE_RIGHT: import('@fortawesome/fontawesome-common-types').IconDefinition;
1445
- readonly FA_ANGLE_UP: import('@fortawesome/fontawesome-common-types').IconDefinition;
1446
- readonly FA_ARROW_DOWN_LEFT_AND_ARROW_UP_RIGHT_TO_CENTER: import('@fortawesome/fontawesome-common-types').IconDefinition;
1447
- readonly FA_ARROW_DOWN_SOLID: import('@fortawesome/fontawesome-common-types').IconDefinition;
1448
- readonly FA_ARROW_DOWN_TO_LINE: import('@fortawesome/fontawesome-common-types').IconDefinition;
1449
- readonly FA_ARROW_LEFT_SOLID: import('@fortawesome/fontawesome-common-types').IconDefinition;
1450
- readonly FA_ARROW_POINTER: import('@fortawesome/fontawesome-common-types').IconDefinition;
1451
- readonly FA_ARROW_RIGHT_FROM_BRACKET: import('@fortawesome/fontawesome-common-types').IconDefinition;
1452
- readonly FA_ARROW_RIGHT_SOLID: import('@fortawesome/fontawesome-common-types').IconDefinition;
1453
- readonly FA_ARROW_ROTATE_LEFT: import('@fortawesome/fontawesome-common-types').IconDefinition;
1454
- readonly FA_ARROW_ROTATE_RIGHT: import('@fortawesome/fontawesome-common-types').IconDefinition;
1455
- readonly FA_ARROW_UP_SOLID: import('@fortawesome/fontawesome-common-types').IconDefinition;
1456
- readonly FA_ARROW_UP_RIGHT_AND_ARROW_DOWN_LEFT_FROM_CENTER: import('@fortawesome/fontawesome-common-types').IconDefinition;
1457
- readonly FA_ARROW_UP_RIGHT_FROM_SQUARE: import('@fortawesome/fontawesome-common-types').IconDefinition;
1458
- readonly FA_ARROWS_LEFT_RIGHT_SOLID: import('@fortawesome/fontawesome-common-types').IconDefinition;
1459
- readonly FA_ARROWS_MAXIMIZE: import('@fortawesome/fontawesome-common-types').IconDefinition;
1460
- readonly FA_ARROWS_ROTATE: import('@fortawesome/fontawesome-common-types').IconDefinition;
1461
- readonly FA_ATOM: import('@fortawesome/fontawesome-common-types').IconDefinition;
1462
- readonly FA_ATOM_SOLID: import('@fortawesome/fontawesome-common-types').IconDefinition;
1463
- readonly FA_BADGE_PERCENT: import('@fortawesome/fontawesome-common-types').IconDefinition;
1464
- readonly FA_BAN: import('@fortawesome/fontawesome-common-types').IconDefinition;
1465
- readonly FA_BARS: import('@fortawesome/fontawesome-common-types').IconDefinition;
1466
- readonly FA_BELL: import('@fortawesome/fontawesome-common-types').IconDefinition;
1467
- readonly FA_BELL_SLASH: import('@fortawesome/fontawesome-common-types').IconDefinition;
1468
- readonly FA_BOOKS: import('@fortawesome/fontawesome-common-types').IconDefinition;
1469
- readonly FA_BOOK: import('@fortawesome/fontawesome-common-types').IconDefinition;
1470
- readonly FA_BOOK_BLANK: import('@fortawesome/fontawesome-common-types').IconDefinition;
1471
- readonly FA_BOOK_COPY: import('@fortawesome/fontawesome-common-types').IconDefinition;
1472
- readonly FA_BOOK_SPARKLES_SOLID: import('@fortawesome/fontawesome-common-types').IconDefinition;
1473
- readonly FA_BOOKMARK_SOLID: import('@fortawesome/fontawesome-common-types').IconDefinition;
1474
- readonly FA_BOOK_MEDICAL_SOLID: import('@fortawesome/fontawesome-common-types').IconDefinition;
1475
- readonly FA_BOX: import('@fortawesome/fontawesome-common-types').IconDefinition;
1476
- readonly FA_BOX_ARCHIVE: import('@fortawesome/fontawesome-common-types').IconDefinition;
1477
- readonly FA_CALCULATOR_SIMPLE_SOLID: import('@fortawesome/fontawesome-common-types').IconDefinition;
1478
- readonly FA_CALENDAR: import('@fortawesome/fontawesome-common-types').IconDefinition;
1479
- readonly FA_CALENDAR_CLOCK: import('@fortawesome/fontawesome-common-types').IconDefinition;
1480
- readonly FA_CALENDAR_CIRCLE_EXCLAMATION: import('@fortawesome/fontawesome-common-types').IconDefinition;
1481
- readonly FA_CALENDAR_CHECK: import('@fortawesome/fontawesome-common-types').IconDefinition;
1482
- readonly FA_CALENDAR_DAY: import('@fortawesome/fontawesome-common-types').IconDefinition;
1483
- readonly FA_CALENDAR_DAYS: import('@fortawesome/fontawesome-common-types').IconDefinition;
1484
- readonly FA_CALENDAR_RANGE: import('@fortawesome/fontawesome-common-types').IconDefinition;
1485
- readonly FA_CALENDAR_XMARK: import('@fortawesome/fontawesome-common-types').IconDefinition;
1486
- readonly FA_CAMERA_SOLID: import('@fortawesome/fontawesome-common-types').IconDefinition;
1487
- readonly FA_CARDS_BLANK: import('@fortawesome/fontawesome-common-types').IconDefinition;
1488
- readonly FA_CARET_SQUARE_RIGHT_SOLID: import('@fortawesome/fontawesome-common-types').IconDefinition;
1489
- readonly FA_CART_SHOPPING: import('@fortawesome/fontawesome-common-types').IconDefinition;
1490
- readonly FA_CHART_COLUMN: import('@fortawesome/fontawesome-common-types').IconDefinition;
1491
- readonly FA_CHART_LINE_UP: import('@fortawesome/fontawesome-common-types').IconDefinition;
1492
- readonly FA_CHECK_SOLID: import('@fortawesome/fontawesome-common-types').IconDefinition;
1493
- readonly FA_CHEVRON_DOWN: import('@fortawesome/fontawesome-common-types').IconDefinition;
1494
- readonly FA_CHEVRON_LEFT: import('@fortawesome/fontawesome-common-types').IconDefinition;
1495
- readonly FA_CHEVRON_LEFT_LIGHT: import('@fortawesome/fontawesome-common-types').IconDefinition;
1496
- readonly FA_CHEVRON_RIGHT: import('@fortawesome/fontawesome-common-types').IconDefinition;
1497
- readonly FA_CHEVRON_RIGHT_LIGHT: import('@fortawesome/fontawesome-common-types').IconDefinition;
1498
- readonly FA_CHEVRON_UP: import('@fortawesome/fontawesome-common-types').IconDefinition;
1499
- readonly FA_CIRCLE: import('@fortawesome/fontawesome-common-types').IconDefinition;
1500
- readonly FA_CIRCLE_ARROW_LEFT: import('@fortawesome/fontawesome-common-types').IconDefinition;
1501
- readonly FA_CIRCLE_ARROW_RIGHT: import('@fortawesome/fontawesome-common-types').IconDefinition;
1502
- readonly FA_CIRCLE_CHECK: import('@fortawesome/fontawesome-common-types').IconDefinition;
1503
- readonly FA_CIRCLE_CHECK_SOLID: import('@fortawesome/fontawesome-common-types').IconDefinition;
1504
- readonly FA_CIRCLE_ELLIPSIS: import('@fortawesome/fontawesome-common-types').IconDefinition;
1505
- readonly FA_CIRCLE_EXCLAMATION: import('@fortawesome/fontawesome-common-types').IconDefinition;
1506
- readonly FA_CIRCLE_INFO: import('@fortawesome/fontawesome-common-types').IconDefinition;
1507
- readonly FA_CIRCLE_NOTCH: import('@fortawesome/fontawesome-common-types').IconDefinition;
1508
- readonly FA_CIRCLE_PLAY_SOLID: import('@fortawesome/fontawesome-common-types').IconDefinition;
1509
- readonly FA_CIRCLE_QUESTION: import('@fortawesome/fontawesome-common-types').IconDefinition;
1510
- readonly FA_CIRCLE_XMARK: import('@fortawesome/fontawesome-common-types').IconDefinition;
1511
- readonly FA_CLIPBOARD_MEDICAL: import('@fortawesome/fontawesome-common-types').IconDefinition;
1512
- readonly FA_CLIPBOARD_LIST: import('@fortawesome/fontawesome-common-types').IconDefinition;
1513
- readonly FA_CLOCK: import('@fortawesome/fontawesome-common-types').IconDefinition;
1514
- readonly FA_CLOCK_ROTATE_LEFT: import('@fortawesome/fontawesome-common-types').IconDefinition;
1515
- readonly FA_CODE: import('@fortawesome/fontawesome-common-types').IconDefinition;
1516
- readonly FA_CODE_SIMPLE: import('@fortawesome/fontawesome-common-types').IconDefinition;
1517
- readonly FA_COMMENT: import('@fortawesome/fontawesome-common-types').IconDefinition;
1518
- readonly FA_COMMENT_DOTS: import('@fortawesome/fontawesome-common-types').IconDefinition;
1519
- readonly FA_COMMENT_SOLID: import('@fortawesome/fontawesome-common-types').IconDefinition;
1520
- readonly FA_COMMENTS: import('@fortawesome/fontawesome-common-types').IconDefinition;
1521
- readonly FA_COMMENTS_QUESTION: import('@fortawesome/fontawesome-common-types').IconDefinition;
1522
- readonly FA_COMMENTS_QUESTION_CHECK: import('@fortawesome/fontawesome-common-types').IconDefinition;
1523
- readonly FA_COMPASS_SOLID: import('@fortawesome/fontawesome-common-types').IconDefinition;
1524
- readonly FA_COMPRESS: import('@fortawesome/fontawesome-common-types').IconDefinition;
1525
- readonly FA_COPY: import('@fortawesome/fontawesome-common-types').IconDefinition;
1526
- readonly FA_CREDIT_CARD: import('@fortawesome/fontawesome-common-types').IconDefinition;
1527
- readonly FA_DNA_SOLID: import('@fortawesome/fontawesome-common-types').IconDefinition;
1528
- readonly FA_DOT_CIRCLE_SOLID: import('@fortawesome/fontawesome-common-types').IconDefinition;
1529
- readonly FA_EARTH_AMERICAS: import('@fortawesome/fontawesome-common-types').IconDefinition;
1530
- readonly FA_ELLIPSIS: import('@fortawesome/fontawesome-common-types').IconDefinition;
1531
- readonly FA_ELLIPSIS_VERTICAL: import('@fortawesome/fontawesome-common-types').IconDefinition;
1532
- readonly FA_EXCLAMATION_SOLID: import('@fortawesome/fontawesome-common-types').IconDefinition;
1533
- readonly FA_EYE: import('@fortawesome/fontawesome-common-types').IconDefinition;
1534
- readonly FA_EYE_SLASH: import('@fortawesome/fontawesome-common-types').IconDefinition;
1535
- readonly FA_FACE_FROWN: import('@fortawesome/fontawesome-common-types').IconDefinition;
1536
- readonly FA_FACE_GRIMACE: import('@fortawesome/fontawesome-common-types').IconDefinition;
1537
- readonly FA_FACE_MEH: import('@fortawesome/fontawesome-common-types').IconDefinition;
1538
- readonly FA_FACE_SMILE: import('@fortawesome/fontawesome-common-types').IconDefinition;
1539
- readonly FA_FACEBOOK: import('@fortawesome/fontawesome-common-types').IconDefinition;
1540
- readonly FA_FILE_CHECK: import('@fortawesome/fontawesome-common-types').IconDefinition;
1541
- readonly FA_FILE_INVOICE_DOLLAR: import('@fortawesome/fontawesome-common-types').IconDefinition;
1542
- readonly FA_FILE_LINES: import('@fortawesome/fontawesome-common-types').IconDefinition;
1543
- readonly FA_FILE_LINES_SOLID: import('@fortawesome/fontawesome-common-types').IconDefinition;
1544
- readonly FA_FILE_MAGNIFYING_GLASS: import('@fortawesome/fontawesome-common-types').IconDefinition;
1545
- readonly FA_FILE_PEN_SOLID: import('@fortawesome/fontawesome-common-types').IconDefinition;
1546
- readonly FA_FILM: import('@fortawesome/fontawesome-common-types').IconDefinition;
1547
- readonly FA_FILTER: import('@fortawesome/fontawesome-common-types').IconDefinition;
1548
- readonly FA_FLAG: import('@fortawesome/fontawesome-common-types').IconDefinition;
1549
- readonly FA_FLAG_CHECKERED_SOLID: import('@fortawesome/fontawesome-common-types').IconDefinition;
1550
- readonly FA_FLASK_SOLID: import('@fortawesome/fontawesome-common-types').IconDefinition;
1551
- readonly FA_FLOPPY_DISK: import('@fortawesome/fontawesome-common-types').IconDefinition;
1552
- readonly FA_FOLDER_SOLID: import('@fortawesome/fontawesome-common-types').IconDefinition;
1553
- readonly FA_GAUGE_HIGH: import('@fortawesome/fontawesome-common-types').IconDefinition;
1554
- readonly FA_GEAR: import('@fortawesome/fontawesome-common-types').IconDefinition;
1555
- readonly FA_GEAR_SOLID: import('@fortawesome/fontawesome-common-types').IconDefinition;
1556
- readonly FA_GEARS_SOLID: import('@fortawesome/fontawesome-common-types').IconDefinition;
1557
- readonly FA_GEM: import('@fortawesome/fontawesome-common-types').IconDefinition;
1558
- readonly FA_GIFT: import('@fortawesome/fontawesome-common-types').IconDefinition;
1559
- readonly FA_GRADUATION_CAP: import('@fortawesome/fontawesome-common-types').IconDefinition;
1560
- readonly FA_GRID: import('@fortawesome/fontawesome-common-types').IconDefinition;
1561
- readonly FA_HAND_POINT_LEFT: import('@fortawesome/fontawesome-common-types').IconDefinition;
1562
- readonly FA_HAND_POINT_RIGHT: import('@fortawesome/fontawesome-common-types').IconDefinition;
1563
- readonly FA_HAND_SPOCK_SOLID: import('@fortawesome/fontawesome-common-types').IconDefinition;
1564
- readonly FA_HANDS_SOLID: import('@fortawesome/fontawesome-common-types').IconDefinition;
1565
- readonly FA_HEART_PULSE: import('@fortawesome/fontawesome-common-types').IconDefinition;
1566
- readonly FA_HEART_SOLID: import('@fortawesome/fontawesome-common-types').IconDefinition;
1567
- readonly FA_HOURGLASS: import('@fortawesome/fontawesome-common-types').IconDefinition;
1568
- readonly FA_HOURGLASS_END: import('@fortawesome/fontawesome-common-types').IconDefinition;
1569
- readonly FA_HOURGLASS_START: import('@fortawesome/fontawesome-common-types').IconDefinition;
1570
- readonly FA_HOUSE: import('@fortawesome/fontawesome-common-types').IconDefinition;
1571
- readonly FA_IMAGES: import('@fortawesome/fontawesome-common-types').IconDefinition;
1572
- readonly FA_IMAGES_SOLID: import('@fortawesome/fontawesome-common-types').IconDefinition;
1573
- readonly FA_INFO_SOLID: import('@fortawesome/fontawesome-common-types').IconDefinition;
1574
- readonly FA_KEY: import('@fortawesome/fontawesome-common-types').IconDefinition;
1575
- readonly FA_KEYBOARD: import('@fortawesome/fontawesome-common-types').IconDefinition;
1576
- readonly FA_LIGHTBULB: import('@fortawesome/fontawesome-common-types').IconDefinition;
1577
- readonly FA_LIGHTBULB_SOLID: import('@fortawesome/fontawesome-common-types').IconDefinition;
1578
- readonly FA_LINK: import('@fortawesome/fontawesome-common-types').IconDefinition;
1579
- readonly FA_LINK_SLASH: import('@fortawesome/fontawesome-common-types').IconDefinition;
1580
- readonly FA_LIST: import('@fortawesome/fontawesome-common-types').IconDefinition;
1581
- readonly FA_LIST_CHECK: import('@fortawesome/fontawesome-common-types').IconDefinition;
1582
- readonly FA_LIST_OL: import('@fortawesome/fontawesome-common-types').IconDefinition;
1583
- readonly FA_LOCATION_DOT: import('@fortawesome/fontawesome-common-types').IconDefinition;
1584
- readonly FA_LOCK_KEYHOLE: import('@fortawesome/fontawesome-common-types').IconDefinition;
1585
- readonly FA_MAGNIFYING_GLASS: import('@fortawesome/fontawesome-common-types').IconDefinition;
1586
- readonly FA_MEDAL: import('@fortawesome/fontawesome-common-types').IconDefinition;
1587
- readonly FA_MEMO_CIRCLE_INFO: import('@fortawesome/fontawesome-common-types').IconDefinition;
1588
- readonly FA_MEMO_CIRCLE_INFO_SOLID: import('@fortawesome/fontawesome-common-types').IconDefinition;
1589
- readonly FA_MESSAGES: import('@fortawesome/fontawesome-common-types').IconDefinition;
1590
- readonly FA_MESSAGE_QUESTION_SOLID: import('@fortawesome/fontawesome-common-types').IconDefinition;
1591
- readonly FA_MESSAGE_QUESTION: import('@fortawesome/fontawesome-common-types').IconDefinition;
1592
- readonly FA_MESSAGE_XMARK: import('@fortawesome/fontawesome-common-types').IconDefinition;
1593
- readonly FA_MESSAGE: import('@fortawesome/fontawesome-common-types').IconDefinition;
1594
- readonly FA_MINUS: import('@fortawesome/fontawesome-common-types').IconDefinition;
1595
- readonly FA_MONEY_BILL1: import('@fortawesome/fontawesome-common-types').IconDefinition;
1596
- readonly FA_MUSIC: import('@fortawesome/fontawesome-common-types').IconDefinition;
1597
- readonly FA_PAPER_PLANE: import('@fortawesome/fontawesome-common-types').IconDefinition;
1598
- readonly FA_PAPERCLIP: import('@fortawesome/fontawesome-common-types').IconDefinition;
1599
- readonly FA_PEN_CIRCLE: import('@fortawesome/fontawesome-common-types').IconDefinition;
1600
- readonly FA_PEN_FIELD: import('@fortawesome/fontawesome-common-types').IconDefinition;
1601
- readonly FA_PENCIL: import('@fortawesome/fontawesome-common-types').IconDefinition;
1602
- readonly FA_PILLS_SOLID: import('@fortawesome/fontawesome-common-types').IconDefinition;
1603
- readonly FA_PLAY: import('@fortawesome/fontawesome-common-types').IconDefinition;
1604
- readonly FA_PLUS: import('@fortawesome/fontawesome-common-types').IconDefinition;
1605
- readonly FA_PRESENTATION_SCREEN: import('@fortawesome/fontawesome-common-types').IconDefinition;
1606
- readonly FA_PRINT: import('@fortawesome/fontawesome-common-types').IconDefinition;
1607
- readonly FA_RECTANGLE_CODE: import('@fortawesome/fontawesome-common-types').IconDefinition;
1608
- readonly FA_RECTANGLE_HISTORY: import('@fortawesome/fontawesome-common-types').IconDefinition;
1609
- readonly FA_RECTANGLE_LIST: import('@fortawesome/fontawesome-common-types').IconDefinition;
1610
- readonly FA_REPLY: import('@fortawesome/fontawesome-common-types').IconDefinition;
1611
- readonly FA_ROTATE_LEFT: import('@fortawesome/fontawesome-common-types').IconDefinition;
1612
- readonly FA_SHARE: import('@fortawesome/fontawesome-common-types').IconDefinition;
1613
- readonly FA_SHARE_NODES: import('@fortawesome/fontawesome-common-types').IconDefinition;
1614
- readonly FA_SHIELD_HALVED: import('@fortawesome/fontawesome-common-types').IconDefinition;
1615
- readonly FA_SIDEBAR_FLIP: import('@fortawesome/fontawesome-common-types').IconDefinition;
1616
- readonly FA_SIGNAL: import('@fortawesome/fontawesome-common-types').IconDefinition;
1617
- readonly FA_SITEMAP: import('@fortawesome/fontawesome-common-types').IconDefinition;
1618
- readonly FA_SITEMAP_SOLID: import('@fortawesome/fontawesome-common-types').IconDefinition;
1619
- readonly FA_SLIDERS: import('@fortawesome/fontawesome-common-types').IconDefinition;
1620
- readonly FA_SPELL_CHECK: import('@fortawesome/fontawesome-common-types').IconDefinition;
1621
- readonly FA_SQUARE: import('@fortawesome/fontawesome-common-types').IconDefinition;
1622
- readonly FA_SQUARE_CARET_RIGHT: import('@fortawesome/fontawesome-common-types').IconDefinition;
1623
- readonly FA_SQUARE_CHECK: import('@fortawesome/fontawesome-common-types').IconDefinition;
1624
- readonly FA_SQUARE_CHECK_SOLID: import('@fortawesome/fontawesome-common-types').IconDefinition;
1625
- readonly FA_SQUARE_LIST: import('@fortawesome/fontawesome-common-types').IconDefinition;
1626
- readonly FA_SQUARE_LIST_SOLID: import('@fortawesome/fontawesome-common-types').IconDefinition;
1627
- readonly FA_STAR: import('@fortawesome/fontawesome-common-types').IconDefinition;
1628
- readonly FA_STAR_SOLID: import('@fortawesome/fontawesome-common-types').IconDefinition;
1629
- readonly FA_STETHOSCOPE: import('@fortawesome/fontawesome-common-types').IconDefinition;
1630
- readonly FA_STOPWATCH_SOLID: import('@fortawesome/fontawesome-common-types').IconDefinition;
1631
- readonly FA_TAG: import('@fortawesome/fontawesome-common-types').IconDefinition;
1632
- readonly FA_TAGS: import('@fortawesome/fontawesome-common-types').IconDefinition;
1633
- readonly FA_TEXT: import('@fortawesome/fontawesome-common-types').IconDefinition;
1634
- readonly FA_TEXT_SLASH: import('@fortawesome/fontawesome-common-types').IconDefinition;
1635
- readonly FA_THUMBS_UP: import('@fortawesome/fontawesome-common-types').IconDefinition;
1636
- readonly FA_THUMBS_UP_SOLID: import('@fortawesome/fontawesome-common-types').IconDefinition;
1637
- readonly FA_THUMBTACK: import('@fortawesome/fontawesome-common-types').IconDefinition;
1638
- readonly FA_THUMBTACK_SOLID: import('@fortawesome/fontawesome-common-types').IconDefinition;
1639
- readonly FA_TRASH_CAN: import('@fortawesome/fontawesome-common-types').IconDefinition;
1640
- readonly FA_TREE_PALM: import('@fortawesome/fontawesome-common-types').IconDefinition;
1641
- readonly FA_TRIANGLE_EXCLAMATION: import('@fortawesome/fontawesome-common-types').IconDefinition;
1642
- readonly FA_TRIANGLE_EXCLAMATION_SOLID: import('@fortawesome/fontawesome-common-types').IconDefinition;
1643
- readonly FA_TROPHY_STAR: import('@fortawesome/fontawesome-common-types').IconDefinition;
1644
- readonly FA_UNLOCK_KEYHOLE: import('@fortawesome/fontawesome-common-types').IconDefinition;
1645
- readonly FA_UPLOAD: import('@fortawesome/fontawesome-common-types').IconDefinition;
1646
- readonly FA_USER: import('@fortawesome/fontawesome-common-types').IconDefinition;
1647
- readonly FA_USER_GEAR: import('@fortawesome/fontawesome-common-types').IconDefinition;
1648
- readonly FA_USER_DOCTOR_SOLID: import('@fortawesome/fontawesome-common-types').IconDefinition;
1649
- readonly FA_VIDEO_SOLID: import('@fortawesome/fontawesome-common-types').IconDefinition;
1650
- readonly FA_VOLUME_HIGH_SOLID: import('@fortawesome/fontawesome-common-types').IconDefinition;
1651
- readonly FA_WAND_MAGIC_SPARKLES: import('@fortawesome/fontawesome-common-types').IconDefinition;
1652
- readonly FA_WINDOW_MAXIMIZE: import('@fortawesome/fontawesome-common-types').IconDefinition;
1653
- readonly FA_XMARK: import('@fortawesome/fontawesome-common-types').IconDefinition;
1654
- readonly FAD_SPINNER_THIRD: import('@fortawesome/fontawesome-common-types').IconDefinition;
1655
- }>;
1656
- ICON_SIZES: Readonly<{
1657
- XXX_SMALL: string;
1658
- XX_SMALL: string;
1659
- X_SMALL: string;
1660
- SMALL: string;
1661
- MEDIUM: string;
1662
- LARGE: string;
1663
- X_LARGE: string;
1664
- XX_LARGE: string;
1665
- }>;
1666
- BUTTON_TYPES: Readonly<{
1667
- readonly FILLED: "filled";
1668
- readonly OUTLINED: "outlined";
1669
- readonly TEXT: "text";
1670
- }>;
1671
- COLORS: Readonly<{
1672
- readonly PRIMARY: "primary";
1673
- readonly NEUTRAL: "neutral";
1674
- readonly DANGER: "danger";
1675
- readonly SUCCESS: "success";
1676
- readonly INVERTED: "inverted";
1677
- }>;
1678
- RADIUSES: Readonly<{
1679
- readonly CAPSULE: "capsule";
1680
- readonly ROUNDED: "rounded";
1681
- }>;
1682
- SIZES: Readonly<{
1683
- readonly SMALL: "small";
1684
- readonly MEDIUM: "medium";
1685
- readonly LARGE: "large";
1686
- }>;
1687
- STATES: Readonly<{
1688
- readonly DEFAULT: "default";
1689
- readonly HOVERED: "hovered";
1690
- readonly FOCUSED: "focused";
1691
- readonly DISABLED: "disabled";
1692
- readonly LOADING: "loading";
1693
- }>;
1694
- ELEVATIONS: Readonly<{
1695
- readonly NONE: "none";
1696
- readonly X_SMALL: "x-small";
1697
- readonly SMALL: "small";
1698
- }>;
1699
- }, {
1700
- iconSize(): string;
1701
- colorClassName(): string;
1702
- loadingIconSize(): string;
1703
- }, {}, import('vue').ComponentOptionsMixin, import('vue').ComponentOptionsMixin, {}, string, import('vue').PublicProps, Readonly<import('vue').ExtractPropTypes<{
945
+ };
946
+ touchable: {
947
+ type: BooleanConstructor;
948
+ default: boolean;
949
+ };
950
+ state: {
951
+ type: StringConstructor;
952
+ default: "default";
953
+ validator(value: import('../../../utils/type.utils').Value<typeof import('../../Buttons/IconButton').ICON_BUTTON_STATES>): boolean;
954
+ };
955
+ }>> & Readonly<{}>, {
956
+ size: string;
957
+ type: string;
958
+ touchable: boolean;
959
+ color: string;
960
+ elevation: string;
961
+ radius: string;
962
+ state: string;
963
+ colorScheme: string;
964
+ }, {}, {
965
+ WnlIcon: import('vue').DefineComponent<import('vue').ExtractPropTypes<{
966
+ icon: {
967
+ type: ObjectConstructor;
968
+ required: true;
969
+ validator(icon: unknown): boolean;
970
+ };
1704
971
  size: {
1705
972
  type: StringConstructor;
1706
- default: "medium";
1707
- validator(value: import('../../../utils/type.utils').Value<typeof import('../../Buttons/Button').BUTTON_SIZES>): boolean;
973
+ default: string;
974
+ validator: (value: string) => boolean;
1708
975
  };
1709
- type: {
1710
- type: StringConstructor;
1711
- default: "filled";
1712
- validator(value: import('../../../utils/type.utils').Value<typeof BUTTON_TYPES>): boolean;
976
+ rotation: {
977
+ type: (NumberConstructor | null)[];
978
+ default: null;
1713
979
  };
1714
- color: {
1715
- type: (StringConstructor | null)[];
1716
- default: "primary";
1717
- validator(value: import('../../../utils/type.utils').Value<typeof import('../../Buttons/IconButton').ICON_BUTTON_COLORS>): boolean;
980
+ flippedVertical: {
981
+ type: BooleanConstructor;
982
+ default: boolean;
1718
983
  };
1719
- radius: {
1720
- type: StringConstructor;
1721
- default: "capsule";
1722
- validator(value: import('../../../utils/type.utils').Value<typeof import('../../Buttons/Button').BUTTON_RADIUSES>): boolean;
984
+ flippedHorizontal: {
985
+ type: BooleanConstructor;
986
+ default: boolean;
1723
987
  };
1724
- state: {
1725
- type: StringConstructor;
1726
- default: "default";
1727
- validator(value: import('../../../utils/type.utils').Value<typeof import('../../Buttons/Button').BUTTON_STATES>): boolean;
988
+ touchable: {
989
+ type: BooleanConstructor;
990
+ default: boolean;
1728
991
  };
1729
- iconLeft: {
1730
- type: ObjectConstructor;
1731
- default: null;
1732
- validator(icon: unknown): boolean;
992
+ spinning: {
993
+ type: BooleanConstructor;
994
+ default: boolean;
1733
995
  };
1734
- iconRight: {
996
+ }>, {}, {}, {
997
+ sizeClassName(): string;
998
+ isFontawesomeIcon(): boolean;
999
+ }, {}, import('vue').ComponentOptionsMixin, import('vue').ComponentOptionsMixin, {}, string, import('vue').PublicProps, Readonly<import('vue').ExtractPropTypes<{
1000
+ icon: {
1735
1001
  type: ObjectConstructor;
1736
- default: null;
1002
+ required: true;
1737
1003
  validator(icon: unknown): boolean;
1738
1004
  };
1739
- elevation: {
1005
+ size: {
1740
1006
  type: StringConstructor;
1741
- default: "none";
1742
- validator(value: import('../../../utils/type.utils').Value<typeof import('../../Buttons/Button').BUTTON_ELEVATIONS>): boolean;
1007
+ default: string;
1008
+ validator: (value: string) => boolean;
1009
+ };
1010
+ rotation: {
1011
+ type: (NumberConstructor | null)[];
1012
+ default: null;
1013
+ };
1014
+ flippedVertical: {
1015
+ type: BooleanConstructor;
1016
+ default: boolean;
1017
+ };
1018
+ flippedHorizontal: {
1019
+ type: BooleanConstructor;
1020
+ default: boolean;
1021
+ };
1022
+ touchable: {
1023
+ type: BooleanConstructor;
1024
+ default: boolean;
1025
+ };
1026
+ spinning: {
1027
+ type: BooleanConstructor;
1028
+ default: boolean;
1743
1029
  };
1744
1030
  }>> & Readonly<{}>, {
1031
+ rotation: number | null;
1745
1032
  size: string;
1746
- type: string;
1747
- color: string | null;
1748
- elevation: string;
1749
- radius: string;
1750
- state: string;
1751
- iconLeft: Record<string, any>;
1752
- iconRight: Record<string, any>;
1033
+ flippedVertical: boolean;
1034
+ flippedHorizontal: boolean;
1035
+ touchable: boolean;
1036
+ spinning: boolean;
1753
1037
  }, {}, {
1754
- WnlIcon: import('vue').DefineComponent<import('vue').ExtractPropTypes<{
1755
- icon: {
1756
- type: ObjectConstructor;
1757
- required: true;
1758
- validator(icon: unknown): boolean;
1759
- };
1038
+ FontAwesomeIcon: import('vue').DefineComponent<import('@fortawesome/vue-fontawesome').FontAwesomeIconProps>;
1039
+ }, {}, string, import('vue').ComponentProvideOptions, true, {}, any>;
1040
+ WnlButton: {
1041
+ new (...args: any[]): import('vue').CreateComponentPublicInstanceWithMixins<Readonly<import('vue').ExtractPropTypes<{
1760
1042
  size: {
1761
- type: StringConstructor;
1762
- default: string;
1763
- validator: (value: string) => boolean;
1043
+ type: PropType<string>;
1764
1044
  };
1765
- rotation: {
1766
- type: (NumberConstructor | null)[];
1767
- default: null;
1045
+ type: {
1046
+ type: PropType<string>;
1768
1047
  };
1769
- flippedVertical: {
1770
- type: BooleanConstructor;
1771
- default: boolean;
1048
+ color: {
1049
+ type: PropType<string | null>;
1772
1050
  };
1773
- flippedHorizontal: {
1774
- type: BooleanConstructor;
1775
- default: boolean;
1051
+ radius: {
1052
+ type: PropType<string>;
1776
1053
  };
1777
- touchable: {
1778
- type: BooleanConstructor;
1779
- default: boolean;
1054
+ state: {
1055
+ type: PropType<string>;
1780
1056
  };
1781
- spinning: {
1782
- type: BooleanConstructor;
1783
- default: boolean;
1057
+ iconLeft: import('../../Icons/Icon').IconItem | null;
1058
+ iconRight: import('../../Icons/Icon').IconItem | null;
1059
+ elevation: {
1060
+ type: PropType<string>;
1784
1061
  };
1785
- }>, {}, {}, {
1786
- sizeClassName(): string;
1787
- isFontawesomeIcon(): boolean;
1788
- }, {}, import('vue').ComponentOptionsMixin, import('vue').ComponentOptionsMixin, {}, string, import('vue').PublicProps, Readonly<import('vue').ExtractPropTypes<{
1789
- icon: {
1790
- type: ObjectConstructor;
1791
- required: true;
1792
- validator(icon: unknown): boolean;
1062
+ as: {
1063
+ type: PropType<"a" | "button" | "span">;
1793
1064
  };
1065
+ }>> & Readonly<{}>, {}, {}, {}, {}, import('vue').ComponentOptionsMixin, import('vue').ComponentOptionsMixin, {}, import('vue').PublicProps, {}, true, {}, {}, import('vue').GlobalComponents, import('vue').GlobalDirectives, string, {}, any, import('vue').ComponentProvideOptions, {
1066
+ P: {};
1067
+ B: {};
1068
+ D: {};
1069
+ C: {};
1070
+ M: {};
1071
+ Defaults: {};
1072
+ }, Readonly<import('vue').ExtractPropTypes<{
1794
1073
  size: {
1795
- type: StringConstructor;
1796
- default: string;
1797
- validator: (value: string) => boolean;
1074
+ type: PropType<string>;
1798
1075
  };
1799
- rotation: {
1800
- type: (NumberConstructor | null)[];
1801
- default: null;
1076
+ type: {
1077
+ type: PropType<string>;
1802
1078
  };
1803
- flippedVertical: {
1804
- type: BooleanConstructor;
1805
- default: boolean;
1079
+ color: {
1080
+ type: PropType<string | null>;
1806
1081
  };
1807
- flippedHorizontal: {
1808
- type: BooleanConstructor;
1809
- default: boolean;
1082
+ radius: {
1083
+ type: PropType<string>;
1810
1084
  };
1811
- touchable: {
1812
- type: BooleanConstructor;
1813
- default: boolean;
1085
+ state: {
1086
+ type: PropType<string>;
1814
1087
  };
1815
- spinning: {
1816
- type: BooleanConstructor;
1817
- default: boolean;
1088
+ iconLeft: import('../../Icons/Icon').IconItem | null;
1089
+ iconRight: import('../../Icons/Icon').IconItem | null;
1090
+ elevation: {
1091
+ type: PropType<string>;
1818
1092
  };
1819
- }>> & Readonly<{}>, {
1820
- rotation: number | null;
1821
- size: string;
1822
- flippedVertical: boolean;
1823
- flippedHorizontal: boolean;
1824
- touchable: boolean;
1825
- spinning: boolean;
1826
- }, {}, {
1827
- FontAwesomeIcon: import('vue').DefineComponent<import('@fortawesome/vue-fontawesome').FontAwesomeIconProps>;
1828
- }, {}, string, import('vue').ComponentProvideOptions, true, {}, any>;
1829
- }, {}, string, import('vue').ComponentProvideOptions, true, {}, any>;
1093
+ as: {
1094
+ type: PropType<"a" | "button" | "span">;
1095
+ };
1096
+ }>> & Readonly<{}>, {}, {}, {}, {}, {}>;
1097
+ __isFragment?: never;
1098
+ __isTeleport?: never;
1099
+ __isSuspense?: never;
1100
+ } & import('vue').ComponentOptionsBase<Readonly<import('vue').ExtractPropTypes<{
1101
+ size: {
1102
+ type: PropType<string>;
1103
+ };
1104
+ type: {
1105
+ type: PropType<string>;
1106
+ };
1107
+ color: {
1108
+ type: PropType<string | null>;
1109
+ };
1110
+ radius: {
1111
+ type: PropType<string>;
1112
+ };
1113
+ state: {
1114
+ type: PropType<string>;
1115
+ };
1116
+ iconLeft: import('../../Icons/Icon').IconItem | null;
1117
+ iconRight: import('../../Icons/Icon').IconItem | null;
1118
+ elevation: {
1119
+ type: PropType<string>;
1120
+ };
1121
+ as: {
1122
+ type: PropType<"a" | "button" | "span">;
1123
+ };
1124
+ }>> & 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 () => {
1125
+ $slots: {
1126
+ default?(_: {}): any;
1127
+ };
1128
+ });
1830
1129
  }, {}, string, import('vue').ComponentProvideOptions, true, {}, any>;
1831
1130
  Chip: import('vue').DefineComponent<import('vue').ExtractPropTypes<{
1832
1131
  label: {
@@ -1971,6 +1270,7 @@ declare const _default: import('vue').DefineComponent<import('vue').ExtractPropT
1971
1270
  readonly FA_EARTH_AMERICAS: import('@fortawesome/fontawesome-common-types').IconDefinition;
1972
1271
  readonly FA_ELLIPSIS: import('@fortawesome/fontawesome-common-types').IconDefinition;
1973
1272
  readonly FA_ELLIPSIS_VERTICAL: import('@fortawesome/fontawesome-common-types').IconDefinition;
1273
+ readonly FA_ENVELOPE: import('@fortawesome/fontawesome-common-types').IconDefinition;
1974
1274
  readonly FA_EXCLAMATION_SOLID: import('@fortawesome/fontawesome-common-types').IconDefinition;
1975
1275
  readonly FA_EYE: import('@fortawesome/fontawesome-common-types').IconDefinition;
1976
1276
  readonly FA_EYE_SLASH: import('@fortawesome/fontawesome-common-types').IconDefinition;
@@ -2424,6 +1724,7 @@ declare const _default: import('vue').DefineComponent<import('vue').ExtractPropT
2424
1724
  readonly FA_EARTH_AMERICAS: import('@fortawesome/fontawesome-common-types').IconDefinition;
2425
1725
  readonly FA_ELLIPSIS: import('@fortawesome/fontawesome-common-types').IconDefinition;
2426
1726
  readonly FA_ELLIPSIS_VERTICAL: import('@fortawesome/fontawesome-common-types').IconDefinition;
1727
+ readonly FA_ENVELOPE: import('@fortawesome/fontawesome-common-types').IconDefinition;
2427
1728
  readonly FA_EXCLAMATION_SOLID: import('@fortawesome/fontawesome-common-types').IconDefinition;
2428
1729
  readonly FA_EYE: import('@fortawesome/fontawesome-common-types').IconDefinition;
2429
1730
  readonly FA_EYE_SLASH: import('@fortawesome/fontawesome-common-types').IconDefinition;
@@ -2735,446 +2036,95 @@ declare const _default: import('vue').DefineComponent<import('vue').ExtractPropT
2735
2036
  }, {}, {
2736
2037
  FontAwesomeIcon: import('vue').DefineComponent<import('@fortawesome/vue-fontawesome').FontAwesomeIconProps>;
2737
2038
  }, {}, string, import('vue').ComponentProvideOptions, true, {}, any>;
2738
- WnlButton: import('vue').DefineComponent<import('vue').ExtractPropTypes<{
2739
- size: {
2740
- type: StringConstructor;
2741
- default: "medium";
2742
- validator(value: import('../../../utils/type.utils').Value<typeof import('../../Buttons/Button').BUTTON_SIZES>): boolean;
2743
- };
2744
- type: {
2745
- type: StringConstructor;
2746
- default: "filled";
2747
- validator(value: import('../../../utils/type.utils').Value<typeof BUTTON_TYPES>): boolean;
2748
- };
2749
- color: {
2750
- type: (StringConstructor | null)[];
2751
- default: "primary";
2752
- validator(value: import('../../../utils/type.utils').Value<typeof import('../../Buttons/IconButton').ICON_BUTTON_COLORS>): boolean;
2753
- };
2754
- radius: {
2755
- type: StringConstructor;
2756
- default: "capsule";
2757
- validator(value: import('../../../utils/type.utils').Value<typeof import('../../Buttons/Button').BUTTON_RADIUSES>): boolean;
2758
- };
2759
- state: {
2760
- type: StringConstructor;
2761
- default: "default";
2762
- validator(value: import('../../../utils/type.utils').Value<typeof import('../../Buttons/Button').BUTTON_STATES>): boolean;
2763
- };
2764
- iconLeft: {
2765
- type: ObjectConstructor;
2766
- default: null;
2767
- validator(icon: unknown): boolean;
2768
- };
2769
- iconRight: {
2770
- type: ObjectConstructor;
2771
- default: null;
2772
- validator(icon: unknown): boolean;
2773
- };
2774
- elevation: {
2775
- type: StringConstructor;
2776
- default: "none";
2777
- validator(value: import('../../../utils/type.utils').Value<typeof import('../../Buttons/Button').BUTTON_ELEVATIONS>): boolean;
2778
- };
2779
- }>, {}, {
2780
- ICONS: Readonly<{
2781
- readonly ANSWERS: VueConstructor<Vue>;
2782
- readonly CHANGE: VueConstructor<Vue>;
2783
- readonly COMMENTS_CHECK: VueConstructor<Vue>;
2784
- readonly HEAD_WITH_QUESTION_MARK: VueConstructor<Vue>;
2785
- readonly HIDE_ANSWERS: VueConstructor<Vue>;
2786
- readonly RIBBON: VueConstructor<Vue>;
2787
- readonly SIDEBAR_FLIP_SOLID: VueConstructor<Vue>;
2788
- readonly SLIDERS_SEARCH: VueConstructor<Vue>;
2789
- readonly FA_ADDRESS_CARD: import('@fortawesome/fontawesome-common-types').IconDefinition;
2790
- readonly FA_ANGLE_DOWN: import('@fortawesome/fontawesome-common-types').IconDefinition;
2791
- readonly FA_ANGLE_LEFT: import('@fortawesome/fontawesome-common-types').IconDefinition;
2792
- readonly FA_ANGLE_RIGHT: import('@fortawesome/fontawesome-common-types').IconDefinition;
2793
- readonly FA_ANGLE_UP: import('@fortawesome/fontawesome-common-types').IconDefinition;
2794
- readonly FA_ARROW_DOWN_LEFT_AND_ARROW_UP_RIGHT_TO_CENTER: import('@fortawesome/fontawesome-common-types').IconDefinition;
2795
- readonly FA_ARROW_DOWN_SOLID: import('@fortawesome/fontawesome-common-types').IconDefinition;
2796
- readonly FA_ARROW_DOWN_TO_LINE: import('@fortawesome/fontawesome-common-types').IconDefinition;
2797
- readonly FA_ARROW_LEFT_SOLID: import('@fortawesome/fontawesome-common-types').IconDefinition;
2798
- readonly FA_ARROW_POINTER: import('@fortawesome/fontawesome-common-types').IconDefinition;
2799
- readonly FA_ARROW_RIGHT_FROM_BRACKET: import('@fortawesome/fontawesome-common-types').IconDefinition;
2800
- readonly FA_ARROW_RIGHT_SOLID: import('@fortawesome/fontawesome-common-types').IconDefinition;
2801
- readonly FA_ARROW_ROTATE_LEFT: import('@fortawesome/fontawesome-common-types').IconDefinition;
2802
- readonly FA_ARROW_ROTATE_RIGHT: import('@fortawesome/fontawesome-common-types').IconDefinition;
2803
- readonly FA_ARROW_UP_SOLID: import('@fortawesome/fontawesome-common-types').IconDefinition;
2804
- readonly FA_ARROW_UP_RIGHT_AND_ARROW_DOWN_LEFT_FROM_CENTER: import('@fortawesome/fontawesome-common-types').IconDefinition;
2805
- readonly FA_ARROW_UP_RIGHT_FROM_SQUARE: import('@fortawesome/fontawesome-common-types').IconDefinition;
2806
- readonly FA_ARROWS_LEFT_RIGHT_SOLID: import('@fortawesome/fontawesome-common-types').IconDefinition;
2807
- readonly FA_ARROWS_MAXIMIZE: import('@fortawesome/fontawesome-common-types').IconDefinition;
2808
- readonly FA_ARROWS_ROTATE: import('@fortawesome/fontawesome-common-types').IconDefinition;
2809
- readonly FA_ATOM: import('@fortawesome/fontawesome-common-types').IconDefinition;
2810
- readonly FA_ATOM_SOLID: import('@fortawesome/fontawesome-common-types').IconDefinition;
2811
- readonly FA_BADGE_PERCENT: import('@fortawesome/fontawesome-common-types').IconDefinition;
2812
- readonly FA_BAN: import('@fortawesome/fontawesome-common-types').IconDefinition;
2813
- readonly FA_BARS: import('@fortawesome/fontawesome-common-types').IconDefinition;
2814
- readonly FA_BELL: import('@fortawesome/fontawesome-common-types').IconDefinition;
2815
- readonly FA_BELL_SLASH: import('@fortawesome/fontawesome-common-types').IconDefinition;
2816
- readonly FA_BOOKS: import('@fortawesome/fontawesome-common-types').IconDefinition;
2817
- readonly FA_BOOK: import('@fortawesome/fontawesome-common-types').IconDefinition;
2818
- readonly FA_BOOK_BLANK: import('@fortawesome/fontawesome-common-types').IconDefinition;
2819
- readonly FA_BOOK_COPY: import('@fortawesome/fontawesome-common-types').IconDefinition;
2820
- readonly FA_BOOK_SPARKLES_SOLID: import('@fortawesome/fontawesome-common-types').IconDefinition;
2821
- readonly FA_BOOKMARK_SOLID: import('@fortawesome/fontawesome-common-types').IconDefinition;
2822
- readonly FA_BOOK_MEDICAL_SOLID: import('@fortawesome/fontawesome-common-types').IconDefinition;
2823
- readonly FA_BOX: import('@fortawesome/fontawesome-common-types').IconDefinition;
2824
- readonly FA_BOX_ARCHIVE: import('@fortawesome/fontawesome-common-types').IconDefinition;
2825
- readonly FA_CALCULATOR_SIMPLE_SOLID: import('@fortawesome/fontawesome-common-types').IconDefinition;
2826
- readonly FA_CALENDAR: import('@fortawesome/fontawesome-common-types').IconDefinition;
2827
- readonly FA_CALENDAR_CLOCK: import('@fortawesome/fontawesome-common-types').IconDefinition;
2828
- readonly FA_CALENDAR_CIRCLE_EXCLAMATION: import('@fortawesome/fontawesome-common-types').IconDefinition;
2829
- readonly FA_CALENDAR_CHECK: import('@fortawesome/fontawesome-common-types').IconDefinition;
2830
- readonly FA_CALENDAR_DAY: import('@fortawesome/fontawesome-common-types').IconDefinition;
2831
- readonly FA_CALENDAR_DAYS: import('@fortawesome/fontawesome-common-types').IconDefinition;
2832
- readonly FA_CALENDAR_RANGE: import('@fortawesome/fontawesome-common-types').IconDefinition;
2833
- readonly FA_CALENDAR_XMARK: import('@fortawesome/fontawesome-common-types').IconDefinition;
2834
- readonly FA_CAMERA_SOLID: import('@fortawesome/fontawesome-common-types').IconDefinition;
2835
- readonly FA_CARDS_BLANK: import('@fortawesome/fontawesome-common-types').IconDefinition;
2836
- readonly FA_CARET_SQUARE_RIGHT_SOLID: import('@fortawesome/fontawesome-common-types').IconDefinition;
2837
- readonly FA_CART_SHOPPING: import('@fortawesome/fontawesome-common-types').IconDefinition;
2838
- readonly FA_CHART_COLUMN: import('@fortawesome/fontawesome-common-types').IconDefinition;
2839
- readonly FA_CHART_LINE_UP: import('@fortawesome/fontawesome-common-types').IconDefinition;
2840
- readonly FA_CHECK_SOLID: import('@fortawesome/fontawesome-common-types').IconDefinition;
2841
- readonly FA_CHEVRON_DOWN: import('@fortawesome/fontawesome-common-types').IconDefinition;
2842
- readonly FA_CHEVRON_LEFT: import('@fortawesome/fontawesome-common-types').IconDefinition;
2843
- readonly FA_CHEVRON_LEFT_LIGHT: import('@fortawesome/fontawesome-common-types').IconDefinition;
2844
- readonly FA_CHEVRON_RIGHT: import('@fortawesome/fontawesome-common-types').IconDefinition;
2845
- readonly FA_CHEVRON_RIGHT_LIGHT: import('@fortawesome/fontawesome-common-types').IconDefinition;
2846
- readonly FA_CHEVRON_UP: import('@fortawesome/fontawesome-common-types').IconDefinition;
2847
- readonly FA_CIRCLE: import('@fortawesome/fontawesome-common-types').IconDefinition;
2848
- readonly FA_CIRCLE_ARROW_LEFT: import('@fortawesome/fontawesome-common-types').IconDefinition;
2849
- readonly FA_CIRCLE_ARROW_RIGHT: import('@fortawesome/fontawesome-common-types').IconDefinition;
2850
- readonly FA_CIRCLE_CHECK: import('@fortawesome/fontawesome-common-types').IconDefinition;
2851
- readonly FA_CIRCLE_CHECK_SOLID: import('@fortawesome/fontawesome-common-types').IconDefinition;
2852
- readonly FA_CIRCLE_ELLIPSIS: import('@fortawesome/fontawesome-common-types').IconDefinition;
2853
- readonly FA_CIRCLE_EXCLAMATION: import('@fortawesome/fontawesome-common-types').IconDefinition;
2854
- readonly FA_CIRCLE_INFO: import('@fortawesome/fontawesome-common-types').IconDefinition;
2855
- readonly FA_CIRCLE_NOTCH: import('@fortawesome/fontawesome-common-types').IconDefinition;
2856
- readonly FA_CIRCLE_PLAY_SOLID: import('@fortawesome/fontawesome-common-types').IconDefinition;
2857
- readonly FA_CIRCLE_QUESTION: import('@fortawesome/fontawesome-common-types').IconDefinition;
2858
- readonly FA_CIRCLE_XMARK: import('@fortawesome/fontawesome-common-types').IconDefinition;
2859
- readonly FA_CLIPBOARD_MEDICAL: import('@fortawesome/fontawesome-common-types').IconDefinition;
2860
- readonly FA_CLIPBOARD_LIST: import('@fortawesome/fontawesome-common-types').IconDefinition;
2861
- readonly FA_CLOCK: import('@fortawesome/fontawesome-common-types').IconDefinition;
2862
- readonly FA_CLOCK_ROTATE_LEFT: import('@fortawesome/fontawesome-common-types').IconDefinition;
2863
- readonly FA_CODE: import('@fortawesome/fontawesome-common-types').IconDefinition;
2864
- readonly FA_CODE_SIMPLE: import('@fortawesome/fontawesome-common-types').IconDefinition;
2865
- readonly FA_COMMENT: import('@fortawesome/fontawesome-common-types').IconDefinition;
2866
- readonly FA_COMMENT_DOTS: import('@fortawesome/fontawesome-common-types').IconDefinition;
2867
- readonly FA_COMMENT_SOLID: import('@fortawesome/fontawesome-common-types').IconDefinition;
2868
- readonly FA_COMMENTS: import('@fortawesome/fontawesome-common-types').IconDefinition;
2869
- readonly FA_COMMENTS_QUESTION: import('@fortawesome/fontawesome-common-types').IconDefinition;
2870
- readonly FA_COMMENTS_QUESTION_CHECK: import('@fortawesome/fontawesome-common-types').IconDefinition;
2871
- readonly FA_COMPASS_SOLID: import('@fortawesome/fontawesome-common-types').IconDefinition;
2872
- readonly FA_COMPRESS: import('@fortawesome/fontawesome-common-types').IconDefinition;
2873
- readonly FA_COPY: import('@fortawesome/fontawesome-common-types').IconDefinition;
2874
- readonly FA_CREDIT_CARD: import('@fortawesome/fontawesome-common-types').IconDefinition;
2875
- readonly FA_DNA_SOLID: import('@fortawesome/fontawesome-common-types').IconDefinition;
2876
- readonly FA_DOT_CIRCLE_SOLID: import('@fortawesome/fontawesome-common-types').IconDefinition;
2877
- readonly FA_EARTH_AMERICAS: import('@fortawesome/fontawesome-common-types').IconDefinition;
2878
- readonly FA_ELLIPSIS: import('@fortawesome/fontawesome-common-types').IconDefinition;
2879
- readonly FA_ELLIPSIS_VERTICAL: import('@fortawesome/fontawesome-common-types').IconDefinition;
2880
- readonly FA_EXCLAMATION_SOLID: import('@fortawesome/fontawesome-common-types').IconDefinition;
2881
- readonly FA_EYE: import('@fortawesome/fontawesome-common-types').IconDefinition;
2882
- readonly FA_EYE_SLASH: import('@fortawesome/fontawesome-common-types').IconDefinition;
2883
- readonly FA_FACE_FROWN: import('@fortawesome/fontawesome-common-types').IconDefinition;
2884
- readonly FA_FACE_GRIMACE: import('@fortawesome/fontawesome-common-types').IconDefinition;
2885
- readonly FA_FACE_MEH: import('@fortawesome/fontawesome-common-types').IconDefinition;
2886
- readonly FA_FACE_SMILE: import('@fortawesome/fontawesome-common-types').IconDefinition;
2887
- readonly FA_FACEBOOK: import('@fortawesome/fontawesome-common-types').IconDefinition;
2888
- readonly FA_FILE_CHECK: import('@fortawesome/fontawesome-common-types').IconDefinition;
2889
- readonly FA_FILE_INVOICE_DOLLAR: import('@fortawesome/fontawesome-common-types').IconDefinition;
2890
- readonly FA_FILE_LINES: import('@fortawesome/fontawesome-common-types').IconDefinition;
2891
- readonly FA_FILE_LINES_SOLID: import('@fortawesome/fontawesome-common-types').IconDefinition;
2892
- readonly FA_FILE_MAGNIFYING_GLASS: import('@fortawesome/fontawesome-common-types').IconDefinition;
2893
- readonly FA_FILE_PEN_SOLID: import('@fortawesome/fontawesome-common-types').IconDefinition;
2894
- readonly FA_FILM: import('@fortawesome/fontawesome-common-types').IconDefinition;
2895
- readonly FA_FILTER: import('@fortawesome/fontawesome-common-types').IconDefinition;
2896
- readonly FA_FLAG: import('@fortawesome/fontawesome-common-types').IconDefinition;
2897
- readonly FA_FLAG_CHECKERED_SOLID: import('@fortawesome/fontawesome-common-types').IconDefinition;
2898
- readonly FA_FLASK_SOLID: import('@fortawesome/fontawesome-common-types').IconDefinition;
2899
- readonly FA_FLOPPY_DISK: import('@fortawesome/fontawesome-common-types').IconDefinition;
2900
- readonly FA_FOLDER_SOLID: import('@fortawesome/fontawesome-common-types').IconDefinition;
2901
- readonly FA_GAUGE_HIGH: import('@fortawesome/fontawesome-common-types').IconDefinition;
2902
- readonly FA_GEAR: import('@fortawesome/fontawesome-common-types').IconDefinition;
2903
- readonly FA_GEAR_SOLID: import('@fortawesome/fontawesome-common-types').IconDefinition;
2904
- readonly FA_GEARS_SOLID: import('@fortawesome/fontawesome-common-types').IconDefinition;
2905
- readonly FA_GEM: import('@fortawesome/fontawesome-common-types').IconDefinition;
2906
- readonly FA_GIFT: import('@fortawesome/fontawesome-common-types').IconDefinition;
2907
- readonly FA_GRADUATION_CAP: import('@fortawesome/fontawesome-common-types').IconDefinition;
2908
- readonly FA_GRID: import('@fortawesome/fontawesome-common-types').IconDefinition;
2909
- readonly FA_HAND_POINT_LEFT: import('@fortawesome/fontawesome-common-types').IconDefinition;
2910
- readonly FA_HAND_POINT_RIGHT: import('@fortawesome/fontawesome-common-types').IconDefinition;
2911
- readonly FA_HAND_SPOCK_SOLID: import('@fortawesome/fontawesome-common-types').IconDefinition;
2912
- readonly FA_HANDS_SOLID: import('@fortawesome/fontawesome-common-types').IconDefinition;
2913
- readonly FA_HEART_PULSE: import('@fortawesome/fontawesome-common-types').IconDefinition;
2914
- readonly FA_HEART_SOLID: import('@fortawesome/fontawesome-common-types').IconDefinition;
2915
- readonly FA_HOURGLASS: import('@fortawesome/fontawesome-common-types').IconDefinition;
2916
- readonly FA_HOURGLASS_END: import('@fortawesome/fontawesome-common-types').IconDefinition;
2917
- readonly FA_HOURGLASS_START: import('@fortawesome/fontawesome-common-types').IconDefinition;
2918
- readonly FA_HOUSE: import('@fortawesome/fontawesome-common-types').IconDefinition;
2919
- readonly FA_IMAGES: import('@fortawesome/fontawesome-common-types').IconDefinition;
2920
- readonly FA_IMAGES_SOLID: import('@fortawesome/fontawesome-common-types').IconDefinition;
2921
- readonly FA_INFO_SOLID: import('@fortawesome/fontawesome-common-types').IconDefinition;
2922
- readonly FA_KEY: import('@fortawesome/fontawesome-common-types').IconDefinition;
2923
- readonly FA_KEYBOARD: import('@fortawesome/fontawesome-common-types').IconDefinition;
2924
- readonly FA_LIGHTBULB: import('@fortawesome/fontawesome-common-types').IconDefinition;
2925
- readonly FA_LIGHTBULB_SOLID: import('@fortawesome/fontawesome-common-types').IconDefinition;
2926
- readonly FA_LINK: import('@fortawesome/fontawesome-common-types').IconDefinition;
2927
- readonly FA_LINK_SLASH: import('@fortawesome/fontawesome-common-types').IconDefinition;
2928
- readonly FA_LIST: import('@fortawesome/fontawesome-common-types').IconDefinition;
2929
- readonly FA_LIST_CHECK: import('@fortawesome/fontawesome-common-types').IconDefinition;
2930
- readonly FA_LIST_OL: import('@fortawesome/fontawesome-common-types').IconDefinition;
2931
- readonly FA_LOCATION_DOT: import('@fortawesome/fontawesome-common-types').IconDefinition;
2932
- readonly FA_LOCK_KEYHOLE: import('@fortawesome/fontawesome-common-types').IconDefinition;
2933
- readonly FA_MAGNIFYING_GLASS: import('@fortawesome/fontawesome-common-types').IconDefinition;
2934
- readonly FA_MEDAL: import('@fortawesome/fontawesome-common-types').IconDefinition;
2935
- readonly FA_MEMO_CIRCLE_INFO: import('@fortawesome/fontawesome-common-types').IconDefinition;
2936
- readonly FA_MEMO_CIRCLE_INFO_SOLID: import('@fortawesome/fontawesome-common-types').IconDefinition;
2937
- readonly FA_MESSAGES: import('@fortawesome/fontawesome-common-types').IconDefinition;
2938
- readonly FA_MESSAGE_QUESTION_SOLID: import('@fortawesome/fontawesome-common-types').IconDefinition;
2939
- readonly FA_MESSAGE_QUESTION: import('@fortawesome/fontawesome-common-types').IconDefinition;
2940
- readonly FA_MESSAGE_XMARK: import('@fortawesome/fontawesome-common-types').IconDefinition;
2941
- readonly FA_MESSAGE: import('@fortawesome/fontawesome-common-types').IconDefinition;
2942
- readonly FA_MINUS: import('@fortawesome/fontawesome-common-types').IconDefinition;
2943
- readonly FA_MONEY_BILL1: import('@fortawesome/fontawesome-common-types').IconDefinition;
2944
- readonly FA_MUSIC: import('@fortawesome/fontawesome-common-types').IconDefinition;
2945
- readonly FA_PAPER_PLANE: import('@fortawesome/fontawesome-common-types').IconDefinition;
2946
- readonly FA_PAPERCLIP: import('@fortawesome/fontawesome-common-types').IconDefinition;
2947
- readonly FA_PEN_CIRCLE: import('@fortawesome/fontawesome-common-types').IconDefinition;
2948
- readonly FA_PEN_FIELD: import('@fortawesome/fontawesome-common-types').IconDefinition;
2949
- readonly FA_PENCIL: import('@fortawesome/fontawesome-common-types').IconDefinition;
2950
- readonly FA_PILLS_SOLID: import('@fortawesome/fontawesome-common-types').IconDefinition;
2951
- readonly FA_PLAY: import('@fortawesome/fontawesome-common-types').IconDefinition;
2952
- readonly FA_PLUS: import('@fortawesome/fontawesome-common-types').IconDefinition;
2953
- readonly FA_PRESENTATION_SCREEN: import('@fortawesome/fontawesome-common-types').IconDefinition;
2954
- readonly FA_PRINT: import('@fortawesome/fontawesome-common-types').IconDefinition;
2955
- readonly FA_RECTANGLE_CODE: import('@fortawesome/fontawesome-common-types').IconDefinition;
2956
- readonly FA_RECTANGLE_HISTORY: import('@fortawesome/fontawesome-common-types').IconDefinition;
2957
- readonly FA_RECTANGLE_LIST: import('@fortawesome/fontawesome-common-types').IconDefinition;
2958
- readonly FA_REPLY: import('@fortawesome/fontawesome-common-types').IconDefinition;
2959
- readonly FA_ROTATE_LEFT: import('@fortawesome/fontawesome-common-types').IconDefinition;
2960
- readonly FA_SHARE: import('@fortawesome/fontawesome-common-types').IconDefinition;
2961
- readonly FA_SHARE_NODES: import('@fortawesome/fontawesome-common-types').IconDefinition;
2962
- readonly FA_SHIELD_HALVED: import('@fortawesome/fontawesome-common-types').IconDefinition;
2963
- readonly FA_SIDEBAR_FLIP: import('@fortawesome/fontawesome-common-types').IconDefinition;
2964
- readonly FA_SIGNAL: import('@fortawesome/fontawesome-common-types').IconDefinition;
2965
- readonly FA_SITEMAP: import('@fortawesome/fontawesome-common-types').IconDefinition;
2966
- readonly FA_SITEMAP_SOLID: import('@fortawesome/fontawesome-common-types').IconDefinition;
2967
- readonly FA_SLIDERS: import('@fortawesome/fontawesome-common-types').IconDefinition;
2968
- readonly FA_SPELL_CHECK: import('@fortawesome/fontawesome-common-types').IconDefinition;
2969
- readonly FA_SQUARE: import('@fortawesome/fontawesome-common-types').IconDefinition;
2970
- readonly FA_SQUARE_CARET_RIGHT: import('@fortawesome/fontawesome-common-types').IconDefinition;
2971
- readonly FA_SQUARE_CHECK: import('@fortawesome/fontawesome-common-types').IconDefinition;
2972
- readonly FA_SQUARE_CHECK_SOLID: import('@fortawesome/fontawesome-common-types').IconDefinition;
2973
- readonly FA_SQUARE_LIST: import('@fortawesome/fontawesome-common-types').IconDefinition;
2974
- readonly FA_SQUARE_LIST_SOLID: import('@fortawesome/fontawesome-common-types').IconDefinition;
2975
- readonly FA_STAR: import('@fortawesome/fontawesome-common-types').IconDefinition;
2976
- readonly FA_STAR_SOLID: import('@fortawesome/fontawesome-common-types').IconDefinition;
2977
- readonly FA_STETHOSCOPE: import('@fortawesome/fontawesome-common-types').IconDefinition;
2978
- readonly FA_STOPWATCH_SOLID: import('@fortawesome/fontawesome-common-types').IconDefinition;
2979
- readonly FA_TAG: import('@fortawesome/fontawesome-common-types').IconDefinition;
2980
- readonly FA_TAGS: import('@fortawesome/fontawesome-common-types').IconDefinition;
2981
- readonly FA_TEXT: import('@fortawesome/fontawesome-common-types').IconDefinition;
2982
- readonly FA_TEXT_SLASH: import('@fortawesome/fontawesome-common-types').IconDefinition;
2983
- readonly FA_THUMBS_UP: import('@fortawesome/fontawesome-common-types').IconDefinition;
2984
- readonly FA_THUMBS_UP_SOLID: import('@fortawesome/fontawesome-common-types').IconDefinition;
2985
- readonly FA_THUMBTACK: import('@fortawesome/fontawesome-common-types').IconDefinition;
2986
- readonly FA_THUMBTACK_SOLID: import('@fortawesome/fontawesome-common-types').IconDefinition;
2987
- readonly FA_TRASH_CAN: import('@fortawesome/fontawesome-common-types').IconDefinition;
2988
- readonly FA_TREE_PALM: import('@fortawesome/fontawesome-common-types').IconDefinition;
2989
- readonly FA_TRIANGLE_EXCLAMATION: import('@fortawesome/fontawesome-common-types').IconDefinition;
2990
- readonly FA_TRIANGLE_EXCLAMATION_SOLID: import('@fortawesome/fontawesome-common-types').IconDefinition;
2991
- readonly FA_TROPHY_STAR: import('@fortawesome/fontawesome-common-types').IconDefinition;
2992
- readonly FA_UNLOCK_KEYHOLE: import('@fortawesome/fontawesome-common-types').IconDefinition;
2993
- readonly FA_UPLOAD: import('@fortawesome/fontawesome-common-types').IconDefinition;
2994
- readonly FA_USER: import('@fortawesome/fontawesome-common-types').IconDefinition;
2995
- readonly FA_USER_GEAR: import('@fortawesome/fontawesome-common-types').IconDefinition;
2996
- readonly FA_USER_DOCTOR_SOLID: import('@fortawesome/fontawesome-common-types').IconDefinition;
2997
- readonly FA_VIDEO_SOLID: import('@fortawesome/fontawesome-common-types').IconDefinition;
2998
- readonly FA_VOLUME_HIGH_SOLID: import('@fortawesome/fontawesome-common-types').IconDefinition;
2999
- readonly FA_WAND_MAGIC_SPARKLES: import('@fortawesome/fontawesome-common-types').IconDefinition;
3000
- readonly FA_WINDOW_MAXIMIZE: import('@fortawesome/fontawesome-common-types').IconDefinition;
3001
- readonly FA_XMARK: import('@fortawesome/fontawesome-common-types').IconDefinition;
3002
- readonly FAD_SPINNER_THIRD: import('@fortawesome/fontawesome-common-types').IconDefinition;
3003
- }>;
3004
- ICON_SIZES: Readonly<{
3005
- XXX_SMALL: string;
3006
- XX_SMALL: string;
3007
- X_SMALL: string;
3008
- SMALL: string;
3009
- MEDIUM: string;
3010
- LARGE: string;
3011
- X_LARGE: string;
3012
- XX_LARGE: string;
3013
- }>;
3014
- BUTTON_TYPES: Readonly<{
3015
- readonly FILLED: "filled";
3016
- readonly OUTLINED: "outlined";
3017
- readonly TEXT: "text";
3018
- }>;
3019
- COLORS: Readonly<{
3020
- readonly PRIMARY: "primary";
3021
- readonly NEUTRAL: "neutral";
3022
- readonly DANGER: "danger";
3023
- readonly SUCCESS: "success";
3024
- readonly INVERTED: "inverted";
3025
- }>;
3026
- RADIUSES: Readonly<{
3027
- readonly CAPSULE: "capsule";
3028
- readonly ROUNDED: "rounded";
3029
- }>;
3030
- SIZES: Readonly<{
3031
- readonly SMALL: "small";
3032
- readonly MEDIUM: "medium";
3033
- readonly LARGE: "large";
3034
- }>;
3035
- STATES: Readonly<{
3036
- readonly DEFAULT: "default";
3037
- readonly HOVERED: "hovered";
3038
- readonly FOCUSED: "focused";
3039
- readonly DISABLED: "disabled";
3040
- readonly LOADING: "loading";
3041
- }>;
3042
- ELEVATIONS: Readonly<{
3043
- readonly NONE: "none";
3044
- readonly X_SMALL: "x-small";
3045
- readonly SMALL: "small";
3046
- }>;
3047
- }, {
3048
- iconSize(): string;
3049
- colorClassName(): string;
3050
- loadingIconSize(): string;
3051
- }, {}, import('vue').ComponentOptionsMixin, import('vue').ComponentOptionsMixin, {}, string, import('vue').PublicProps, Readonly<import('vue').ExtractPropTypes<{
3052
- size: {
3053
- type: StringConstructor;
3054
- default: "medium";
3055
- validator(value: import('../../../utils/type.utils').Value<typeof import('../../Buttons/Button').BUTTON_SIZES>): boolean;
3056
- };
3057
- type: {
3058
- type: StringConstructor;
3059
- default: "filled";
3060
- validator(value: import('../../../utils/type.utils').Value<typeof BUTTON_TYPES>): boolean;
3061
- };
3062
- color: {
3063
- type: (StringConstructor | null)[];
3064
- default: "primary";
3065
- validator(value: import('../../../utils/type.utils').Value<typeof import('../../Buttons/IconButton').ICON_BUTTON_COLORS>): boolean;
3066
- };
3067
- radius: {
3068
- type: StringConstructor;
3069
- default: "capsule";
3070
- validator(value: import('../../../utils/type.utils').Value<typeof import('../../Buttons/Button').BUTTON_RADIUSES>): boolean;
3071
- };
3072
- state: {
3073
- type: StringConstructor;
3074
- default: "default";
3075
- validator(value: import('../../../utils/type.utils').Value<typeof import('../../Buttons/Button').BUTTON_STATES>): boolean;
3076
- };
3077
- iconLeft: {
3078
- type: ObjectConstructor;
3079
- default: null;
3080
- validator(icon: unknown): boolean;
3081
- };
3082
- iconRight: {
3083
- type: ObjectConstructor;
3084
- default: null;
3085
- validator(icon: unknown): boolean;
3086
- };
3087
- elevation: {
3088
- type: StringConstructor;
3089
- default: "none";
3090
- validator(value: import('../../../utils/type.utils').Value<typeof import('../../Buttons/Button').BUTTON_ELEVATIONS>): boolean;
3091
- };
3092
- }>> & Readonly<{}>, {
3093
- size: string;
3094
- type: string;
3095
- color: string | null;
3096
- elevation: string;
3097
- radius: string;
3098
- state: string;
3099
- iconLeft: Record<string, any>;
3100
- iconRight: Record<string, any>;
3101
- }, {}, {
3102
- WnlIcon: import('vue').DefineComponent<import('vue').ExtractPropTypes<{
3103
- icon: {
3104
- type: ObjectConstructor;
3105
- required: true;
3106
- validator(icon: unknown): boolean;
3107
- };
2039
+ WnlButton: {
2040
+ new (...args: any[]): import('vue').CreateComponentPublicInstanceWithMixins<Readonly<import('vue').ExtractPropTypes<{
3108
2041
  size: {
3109
- type: StringConstructor;
3110
- default: string;
3111
- validator: (value: string) => boolean;
2042
+ type: PropType<string>;
3112
2043
  };
3113
- rotation: {
3114
- type: (NumberConstructor | null)[];
3115
- default: null;
2044
+ type: {
2045
+ type: PropType<string>;
3116
2046
  };
3117
- flippedVertical: {
3118
- type: BooleanConstructor;
3119
- default: boolean;
2047
+ color: {
2048
+ type: PropType<string | null>;
3120
2049
  };
3121
- flippedHorizontal: {
3122
- type: BooleanConstructor;
3123
- default: boolean;
2050
+ radius: {
2051
+ type: PropType<string>;
3124
2052
  };
3125
- touchable: {
3126
- type: BooleanConstructor;
3127
- default: boolean;
2053
+ state: {
2054
+ type: PropType<string>;
3128
2055
  };
3129
- spinning: {
3130
- type: BooleanConstructor;
3131
- default: boolean;
2056
+ iconLeft: import('../../Icons/Icon').IconItem | null;
2057
+ iconRight: import('../../Icons/Icon').IconItem | null;
2058
+ elevation: {
2059
+ type: PropType<string>;
3132
2060
  };
3133
- }>, {}, {}, {
3134
- sizeClassName(): string;
3135
- isFontawesomeIcon(): boolean;
3136
- }, {}, import('vue').ComponentOptionsMixin, import('vue').ComponentOptionsMixin, {}, string, import('vue').PublicProps, Readonly<import('vue').ExtractPropTypes<{
3137
- icon: {
3138
- type: ObjectConstructor;
3139
- required: true;
3140
- validator(icon: unknown): boolean;
2061
+ as: {
2062
+ type: PropType<"a" | "button" | "span">;
3141
2063
  };
2064
+ }>> & Readonly<{}>, {}, {}, {}, {}, import('vue').ComponentOptionsMixin, import('vue').ComponentOptionsMixin, {}, import('vue').PublicProps, {}, true, {}, {}, import('vue').GlobalComponents, import('vue').GlobalDirectives, string, {}, any, import('vue').ComponentProvideOptions, {
2065
+ P: {};
2066
+ B: {};
2067
+ D: {};
2068
+ C: {};
2069
+ M: {};
2070
+ Defaults: {};
2071
+ }, Readonly<import('vue').ExtractPropTypes<{
3142
2072
  size: {
3143
- type: StringConstructor;
3144
- default: string;
3145
- validator: (value: string) => boolean;
2073
+ type: PropType<string>;
3146
2074
  };
3147
- rotation: {
3148
- type: (NumberConstructor | null)[];
3149
- default: null;
2075
+ type: {
2076
+ type: PropType<string>;
3150
2077
  };
3151
- flippedVertical: {
3152
- type: BooleanConstructor;
3153
- default: boolean;
2078
+ color: {
2079
+ type: PropType<string | null>;
3154
2080
  };
3155
- flippedHorizontal: {
3156
- type: BooleanConstructor;
3157
- default: boolean;
2081
+ radius: {
2082
+ type: PropType<string>;
3158
2083
  };
3159
- touchable: {
3160
- type: BooleanConstructor;
3161
- default: boolean;
2084
+ state: {
2085
+ type: PropType<string>;
3162
2086
  };
3163
- spinning: {
3164
- type: BooleanConstructor;
3165
- default: boolean;
2087
+ iconLeft: import('../../Icons/Icon').IconItem | null;
2088
+ iconRight: import('../../Icons/Icon').IconItem | null;
2089
+ elevation: {
2090
+ type: PropType<string>;
3166
2091
  };
3167
- }>> & Readonly<{}>, {
3168
- rotation: number | null;
3169
- size: string;
3170
- flippedVertical: boolean;
3171
- flippedHorizontal: boolean;
3172
- touchable: boolean;
3173
- spinning: boolean;
3174
- }, {}, {
3175
- FontAwesomeIcon: import('vue').DefineComponent<import('@fortawesome/vue-fontawesome').FontAwesomeIconProps>;
3176
- }, {}, string, import('vue').ComponentProvideOptions, true, {}, any>;
3177
- }, {}, string, import('vue').ComponentProvideOptions, true, {}, any>;
2092
+ as: {
2093
+ type: PropType<"a" | "button" | "span">;
2094
+ };
2095
+ }>> & Readonly<{}>, {}, {}, {}, {}, {}>;
2096
+ __isFragment?: never;
2097
+ __isTeleport?: never;
2098
+ __isSuspense?: never;
2099
+ } & import('vue').ComponentOptionsBase<Readonly<import('vue').ExtractPropTypes<{
2100
+ size: {
2101
+ type: PropType<string>;
2102
+ };
2103
+ type: {
2104
+ type: PropType<string>;
2105
+ };
2106
+ color: {
2107
+ type: PropType<string | null>;
2108
+ };
2109
+ radius: {
2110
+ type: PropType<string>;
2111
+ };
2112
+ state: {
2113
+ type: PropType<string>;
2114
+ };
2115
+ iconLeft: import('../../Icons/Icon').IconItem | null;
2116
+ iconRight: import('../../Icons/Icon').IconItem | null;
2117
+ elevation: {
2118
+ type: PropType<string>;
2119
+ };
2120
+ as: {
2121
+ type: PropType<"a" | "button" | "span">;
2122
+ };
2123
+ }>> & 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 () => {
2124
+ $slots: {
2125
+ default?(_: {}): any;
2126
+ };
2127
+ });
3178
2128
  }, {}, string, import('vue').ComponentProvideOptions, true, {}, any>;
3179
2129
  }, {}, string, import('vue').ComponentProvideOptions, true, {}, any>;
3180
2130
  }, {}, string, import('vue').ComponentProvideOptions, true, {}, any>;