@caipira/tamandua 0.0.115 → 0.0.117

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 (306) hide show
  1. package/dist/{Avatar-5xGpnOHD.js → Avatar-BJhDCXNm.js} +1 -1
  2. package/dist/Avatar.js +1 -1
  3. package/dist/{Button-B61zGf7P.js → Button-OUFqh0AK.js} +2 -2
  4. package/dist/Button.js +1 -1
  5. package/dist/{Dropdown-CXZ1o3rp.js → Dropdown-DoBD6Xhw.js} +1 -1
  6. package/dist/Dropdown.js +1 -1
  7. package/dist/{Form-Dwflg0eH.js → Form-DskdWCug.js} +1 -1
  8. package/dist/Form2.js +1 -1
  9. package/dist/{FormItem-CMfLyUQ2.js → FormItem-BY63eDen.js} +1 -1
  10. package/dist/FormItem.js +1 -1
  11. package/dist/{GraphyPrice-BIRO3_Ah.js → GraphyPrice-ClQqinDD.js} +1 -1
  12. package/dist/GraphyPrice.js +1 -1
  13. package/dist/{Icon-BNLjWTiq.js → Icon-B9iNse38.js} +1 -1
  14. package/dist/{Icon-BHDold-v.js → Icon-C53WlgKH.js} +4 -1
  15. package/dist/Icon.js +2 -2
  16. package/dist/{InputMultiplier-BpCbAKJ6.js → InputMultiplier-CxuKrVSY.js} +1 -1
  17. package/dist/InputMultiplier.js +1 -1
  18. package/dist/{InputPassword-DiEBfkOp.js → InputPassword-BHobrZ7h.js} +1 -1
  19. package/dist/InputPassword.js +1 -1
  20. package/dist/{InputSelect-DJdOf2Hh.js → InputSelect-COxU8e3Y.js} +1 -1
  21. package/dist/InputSelect.js +1 -1
  22. package/dist/{InputSwitch-b3QEp5BQ.js → InputSwitch-VNRslua8.js} +1 -1
  23. package/dist/InputSwitch.js +1 -1
  24. package/dist/{InputText-DaB5TeOR.js → InputText-D7tqbZd9.js} +1 -1
  25. package/dist/{InputText-CNn6q4pO.js → InputText-_VHhKh7b.js} +1 -1
  26. package/dist/InputText.js +2 -2
  27. package/dist/{Link-9RhB9Snu.js → Link-C5IIsa7T.js} +1 -1
  28. package/dist/Link.js +1 -1
  29. package/dist/{Popconfirm-B4xptuBj.js → Popconfirm-Cr56O2Yf.js} +1 -1
  30. package/dist/Popconfirm.js +1 -1
  31. package/dist/{Popover-C43FYDmN.js → Popover-CvATd3Kp.js} +1 -1
  32. package/dist/Popover.js +1 -1
  33. package/dist/{Table-BEmIaP1b.js → Table-DEdd-UXx.js} +1 -1
  34. package/dist/Table.js +1 -1
  35. package/dist/{Tag-C-X54XKY.js → Tag-BrN1GN75.js} +1 -1
  36. package/dist/Tag.js +1 -1
  37. package/dist/{Toast-DQGqKVt7.js → Toast-BfhE3zQX.js} +1 -1
  38. package/dist/Toast.js +1 -1
  39. package/dist/code-braces-CbeVShNC.js +4 -0
  40. package/dist/components.js +20 -20
  41. package/dist/database-search-BDU0TNzv.js +4 -0
  42. package/dist/enums.js +1 -1
  43. package/dist/graphql-D5vGqPI4.js +4 -0
  44. package/dist/plugins.js +18 -18
  45. package/dist/types/components/Alert/Alert.story.d.ts +19 -0
  46. package/dist/types/components/Alert/Alert.vue.d.ts +62 -0
  47. package/dist/types/components/Alert/index.d.ts +4 -0
  48. package/dist/types/components/Alert/plugin.d.ts +3 -0
  49. package/dist/types/components/Alert/types.d.ts +42 -0
  50. package/dist/types/components/Avatar/Avatar.story.d.ts +27 -0
  51. package/dist/types/components/Avatar/Avatar.vue.d.ts +44 -0
  52. package/dist/types/components/Avatar/index.d.ts +4 -0
  53. package/dist/types/components/Avatar/plugin.d.ts +3 -0
  54. package/dist/types/components/Avatar/types.d.ts +10 -0
  55. package/dist/types/components/Backdrop/Backdrop.vue.d.ts +32 -0
  56. package/dist/types/components/Backdrop/index.d.ts +4 -0
  57. package/dist/types/components/Backdrop/plugin.d.ts +3 -0
  58. package/dist/types/components/Backdrop/types.d.ts +6 -0
  59. package/dist/types/components/Button/Button.story.d.ts +45 -0
  60. package/dist/types/components/Button/Button.vue.d.ts +141 -0
  61. package/dist/types/components/Button/index.d.ts +4 -0
  62. package/dist/types/components/Button/plugin.d.ts +3 -0
  63. package/dist/types/components/Button/types.d.ts +29 -0
  64. package/dist/types/components/ChartLine/ChartLine.story.d.ts +25 -0
  65. package/dist/types/components/ChartLine/ChartLine.vue.d.ts +35 -0
  66. package/dist/types/components/ChartLine/index.d.ts +4 -0
  67. package/dist/types/components/ChartLine/plugin.d.ts +3 -0
  68. package/dist/types/components/ChartLine/types.d.ts +17 -0
  69. package/dist/types/components/ChartTreemap/ChartTreemap.story.d.ts +45 -0
  70. package/dist/types/components/ChartTreemap/ChartTreemap.vue.d.ts +19 -0
  71. package/dist/types/components/ChartTreemap/index.d.ts +4 -0
  72. package/dist/types/components/ChartTreemap/plugin.d.ts +3 -0
  73. package/dist/types/components/ChartTreemap/types.d.ts +15 -0
  74. package/dist/types/components/DialogProvider/DialogProvider.vue.d.ts +3 -0
  75. package/dist/types/components/DialogProvider/index.d.ts +3 -0
  76. package/dist/types/components/DialogProvider/plugin.d.ts +3 -0
  77. package/dist/types/components/Drawer/Drawer.story.d.ts +21 -0
  78. package/dist/types/components/Drawer/Drawer.vue.d.ts +61 -0
  79. package/dist/types/components/Drawer/index.d.ts +4 -0
  80. package/dist/types/components/Drawer/plugin.d.ts +3 -0
  81. package/dist/types/components/Drawer/types.d.ts +11 -0
  82. package/dist/types/components/Dropdown/Dropdown.vue.d.ts +124 -0
  83. package/dist/types/components/Dropdown/index.d.ts +4 -0
  84. package/dist/types/components/Dropdown/plugin.d.ts +3 -0
  85. package/dist/types/components/Dropdown/types.d.ts +25 -0
  86. package/dist/types/components/FileDrop/FileDrop.vue.d.ts +37 -0
  87. package/dist/types/components/FileDrop/index.d.ts +4 -0
  88. package/dist/types/components/FileDrop/plugin.d.ts +3 -0
  89. package/dist/types/components/FileDrop/types.d.ts +5 -0
  90. package/dist/types/components/Form/Form.story.d.ts +32 -0
  91. package/dist/types/components/Form/Form.test.d.ts +1 -0
  92. package/dist/types/components/Form/Form.vue.d.ts +36 -0
  93. package/dist/types/components/Form/index.d.ts +4 -0
  94. package/dist/types/components/Form/plugin.d.ts +3 -0
  95. package/dist/types/components/Form/types.d.ts +26 -0
  96. package/dist/types/components/FormItem/FormItem.vue.d.ts +24 -0
  97. package/dist/types/components/FormItem/index.d.ts +4 -0
  98. package/dist/types/components/FormItem/plugin.d.ts +3 -0
  99. package/dist/types/components/FormItem/types.d.ts +4 -0
  100. package/dist/types/components/GraphyEmpty/GraphyEmpty.vue.d.ts +22 -0
  101. package/dist/types/components/GraphyEmpty/index.d.ts +4 -0
  102. package/dist/types/components/GraphyEmpty/plugin.d.ts +3 -0
  103. package/dist/types/components/GraphyEmpty/types.d.ts +3 -0
  104. package/dist/types/components/GraphyLabel/GraphyLabel.vue.d.ts +22 -0
  105. package/dist/types/components/GraphyLabel/index.d.ts +4 -0
  106. package/dist/types/components/GraphyLabel/plugin.d.ts +3 -0
  107. package/dist/types/components/GraphyLabel/types.d.ts +3 -0
  108. package/dist/types/components/GraphyPrice/GraphyPrice.story.d.ts +27 -0
  109. package/dist/types/components/GraphyPrice/GraphyPrice.vue.d.ts +35 -0
  110. package/dist/types/components/GraphyPrice/index.d.ts +4 -0
  111. package/dist/types/components/GraphyPrice/plugin.d.ts +3 -0
  112. package/dist/types/components/GraphyPrice/types.d.ts +8 -0
  113. package/dist/types/components/GraphySubtitle/GraphySubtitle.vue.d.ts +28 -0
  114. package/dist/types/components/GraphySubtitle/index.d.ts +4 -0
  115. package/dist/types/components/GraphySubtitle/plugin.d.ts +3 -0
  116. package/dist/types/components/GraphySubtitle/types.d.ts +4 -0
  117. package/dist/types/components/GraphyTitle/GraphyTitle.vue.d.ts +12 -0
  118. package/dist/types/components/GraphyTitle/index.d.ts +4 -0
  119. package/dist/types/components/GraphyTitle/plugin.d.ts +3 -0
  120. package/dist/types/components/GraphyTitle/types.d.ts +3 -0
  121. package/dist/types/components/Icon/Icon.story.d.ts +25 -0
  122. package/dist/types/components/Icon/Icon.vue.d.ts +34 -0
  123. package/dist/types/components/Icon/index.d.ts +4 -0
  124. package/dist/types/components/Icon/plugin.d.ts +3 -0
  125. package/dist/types/components/Icon/types.d.ts +6 -0
  126. package/dist/types/components/InputAvatar/InputAvatar.vue.d.ts +16 -0
  127. package/dist/types/components/InputAvatar/index.d.ts +4 -0
  128. package/dist/types/components/InputAvatar/plugin.d.ts +3 -0
  129. package/dist/types/components/InputAvatar/types.d.ts +6 -0
  130. package/dist/types/components/InputCheckbox/Input-checkbox.story.d.ts +14 -0
  131. package/dist/types/components/InputCheckbox/InputCheckbox.vue.d.ts +43 -0
  132. package/dist/types/components/InputCheckbox/index.d.ts +4 -0
  133. package/dist/types/components/InputCheckbox/plugin.d.ts +3 -0
  134. package/dist/types/components/InputCheckbox/types.d.ts +18 -0
  135. package/dist/types/components/InputColor/InputColor.vue.d.ts +35 -0
  136. package/dist/types/components/InputColor/index.d.ts +4 -0
  137. package/dist/types/components/InputColor/plugin.d.ts +3 -0
  138. package/dist/types/components/InputColor/types.d.ts +8 -0
  139. package/dist/types/components/InputCryptoCurrency/InputCryptoCurrency.story.d.ts +14 -0
  140. package/dist/types/components/InputCryptoCurrency/InputCryptoCurrency.vue.d.ts +21 -0
  141. package/dist/types/components/InputCryptoCurrency/currencies.d.ts +8 -0
  142. package/dist/types/components/InputCryptoCurrency/index.d.ts +4 -0
  143. package/dist/types/components/InputCryptoCurrency/plugin.d.ts +3 -0
  144. package/dist/types/components/InputCryptoCurrency/types.d.ts +8 -0
  145. package/dist/types/components/InputDate/InputDate.story.d.ts +13 -0
  146. package/dist/types/components/InputDate/InputDate.vue.d.ts +16 -0
  147. package/dist/types/components/InputDate/index.d.ts +4 -0
  148. package/dist/types/components/InputDate/plugin.d.ts +3 -0
  149. package/dist/types/components/InputDate/types.d.ts +15 -0
  150. package/dist/types/components/InputMultiplier/InputMultiplier.vue.d.ts +50 -0
  151. package/dist/types/components/InputMultiplier/index.d.ts +4 -0
  152. package/dist/types/components/InputMultiplier/input-multiplier.story.d.ts +43 -0
  153. package/dist/types/components/InputMultiplier/plugin.d.ts +3 -0
  154. package/dist/types/components/InputMultiplier/types.d.ts +19 -0
  155. package/dist/types/components/InputPassword/Input-password.story.d.ts +30 -0
  156. package/dist/types/components/InputPassword/InputPassword.vue.d.ts +55 -0
  157. package/dist/types/components/InputPassword/index.d.ts +4 -0
  158. package/dist/types/components/InputPassword/plugin.d.ts +3 -0
  159. package/dist/types/components/InputPassword/types.d.ts +21 -0
  160. package/dist/types/components/InputPhone/InputPhone.vue.d.ts +44 -0
  161. package/dist/types/components/InputPhone/index.d.ts +4 -0
  162. package/dist/types/components/InputPhone/plugin.d.ts +3 -0
  163. package/dist/types/components/InputPhone/types.d.ts +13 -0
  164. package/dist/types/components/InputPrice/InputPrice.story.d.ts +13 -0
  165. package/dist/types/components/InputPrice/InputPrice.vue.d.ts +25 -0
  166. package/dist/types/components/InputPrice/index.d.ts +4 -0
  167. package/dist/types/components/InputPrice/plugin.d.ts +3 -0
  168. package/dist/types/components/InputPrice/service.d.ts +7 -0
  169. package/dist/types/components/InputPrice/service.test.d.ts +1 -0
  170. package/dist/types/components/InputPrice/types.d.ts +12 -0
  171. package/dist/types/components/InputRadio/InputRadio.vue.d.ts +12 -0
  172. package/dist/types/components/InputRadio/InputRadioGroup.story.d.ts +11 -0
  173. package/dist/types/components/InputRadio/InputRadioGroup.vue.d.ts +42 -0
  174. package/dist/types/components/InputRadio/index.d.ts +4 -0
  175. package/dist/types/components/InputRadio/plugin.d.ts +3 -0
  176. package/dist/types/components/InputRadio/types.d.ts +12 -0
  177. package/dist/types/components/InputSelect/InputSelect.story.d.ts +46 -0
  178. package/dist/types/components/InputSelect/InputSelect.vue.d.ts +2032 -0
  179. package/dist/types/components/InputSelect/index.d.ts +4 -0
  180. package/dist/types/components/InputSelect/plugin.d.ts +3 -0
  181. package/dist/types/components/InputSelect/types.d.ts +85 -0
  182. package/dist/types/components/InputSwitch/InputSwitch.story.d.ts +27 -0
  183. package/dist/types/components/InputSwitch/InputSwitch.vue.d.ts +39 -0
  184. package/dist/types/components/InputSwitch/index.d.ts +4 -0
  185. package/dist/types/components/InputSwitch/plugin.d.ts +3 -0
  186. package/dist/types/components/InputSwitch/types.d.ts +10 -0
  187. package/dist/types/components/InputText/InputText.story.d.ts +21 -0
  188. package/dist/types/components/InputText/InputText.vue.d.ts +67 -0
  189. package/dist/types/components/InputText/index.d.ts +4 -0
  190. package/dist/types/components/InputText/plugin.d.ts +3 -0
  191. package/dist/types/components/InputText/types.d.ts +16 -0
  192. package/dist/types/components/InputTextarea/InputTextarea.vue.d.ts +41 -0
  193. package/dist/types/components/InputTextarea/index.d.ts +4 -0
  194. package/dist/types/components/InputTextarea/plugin.d.ts +3 -0
  195. package/dist/types/components/InputTextarea/types.d.ts +10 -0
  196. package/dist/types/components/Link/Link.story.d.ts +20 -0
  197. package/dist/types/components/Link/Link.vue.d.ts +50 -0
  198. package/dist/types/components/Link/index.d.ts +4 -0
  199. package/dist/types/components/Link/plugin.d.ts +3 -0
  200. package/dist/types/components/Link/types.d.ts +10 -0
  201. package/dist/types/components/Modal/Modal.story.d.ts +21 -0
  202. package/dist/types/components/Modal/Modal.vue.d.ts +78 -0
  203. package/dist/types/components/Modal/index.d.ts +4 -0
  204. package/dist/types/components/Modal/plugin.d.ts +3 -0
  205. package/dist/types/components/Modal/types.d.ts +37 -0
  206. package/dist/types/components/ModalForm/ModalForm.story.d.ts +34 -0
  207. package/dist/types/components/ModalForm/ModalForm.vue.d.ts +58 -0
  208. package/dist/types/components/ModalForm/index.d.ts +4 -0
  209. package/dist/types/components/ModalForm/plugin.d.ts +3 -0
  210. package/dist/types/components/ModalForm/types.d.ts +20 -0
  211. package/dist/types/components/Pagination/Pagination.story.d.ts +16 -0
  212. package/dist/types/components/Pagination/Pagination.vue.d.ts +50 -0
  213. package/dist/types/components/Pagination/index.d.ts +4 -0
  214. package/dist/types/components/Pagination/plugin.d.ts +3 -0
  215. package/dist/types/components/Pagination/types.d.ts +7 -0
  216. package/dist/types/components/Popconfirm/Popconfirm.vue.d.ts +48 -0
  217. package/dist/types/components/Popconfirm/index.d.ts +4 -0
  218. package/dist/types/components/Popconfirm/plugin.d.ts +3 -0
  219. package/dist/types/components/Popconfirm/types.d.ts +8 -0
  220. package/dist/types/components/Popover/Popover.story.d.ts +15 -0
  221. package/dist/types/components/Popover/Popover.vue.d.ts +70 -0
  222. package/dist/types/components/Popover/index.d.ts +4 -0
  223. package/dist/types/components/Popover/plugin.d.ts +3 -0
  224. package/dist/types/components/Popover/types.d.ts +17 -0
  225. package/dist/types/components/ProgressCircle/ProgressCircle.story.d.ts +15 -0
  226. package/dist/types/components/ProgressCircle/ProgressCircle.vue.d.ts +50 -0
  227. package/dist/types/components/ProgressCircle/index.d.ts +4 -0
  228. package/dist/types/components/ProgressCircle/plugin.d.ts +3 -0
  229. package/dist/types/components/ProgressCircle/types.d.ts +7 -0
  230. package/dist/types/components/ProgressLine/ProgressLine.story.d.ts +14 -0
  231. package/dist/types/components/ProgressLine/ProgressLine.vue.d.ts +77 -0
  232. package/dist/types/components/ProgressLine/index.d.ts +4 -0
  233. package/dist/types/components/ProgressLine/plugin.d.ts +3 -0
  234. package/dist/types/components/ProgressLine/types.d.ts +18 -0
  235. package/dist/types/components/Range/Range.story.d.ts +56 -0
  236. package/dist/types/components/Range/Range.vue.d.ts +50 -0
  237. package/dist/types/components/Range/index.d.ts +4 -0
  238. package/dist/types/components/Range/plugin.d.ts +3 -0
  239. package/dist/types/components/Range/types.d.ts +12 -0
  240. package/dist/types/components/SensitiveInfo/SensitiveInfo.vue.d.ts +22 -0
  241. package/dist/types/components/SensitiveInfo/index.d.ts +4 -0
  242. package/dist/types/components/SensitiveInfo/plugin.d.ts +3 -0
  243. package/dist/types/components/SensitiveInfo/types.d.ts +3 -0
  244. package/dist/types/components/Skeleton/Skeleton.vue.d.ts +31 -0
  245. package/dist/types/components/Skeleton/index.d.ts +4 -0
  246. package/dist/types/components/Skeleton/plugin.d.ts +3 -0
  247. package/dist/types/components/Skeleton/types.d.ts +4 -0
  248. package/dist/types/components/Tab/Tab.story.d.ts +15 -0
  249. package/dist/types/components/Tab/Tab.vue.d.ts +48 -0
  250. package/dist/types/components/Tab/index.d.ts +4 -0
  251. package/dist/types/components/Tab/plugin.d.ts +3 -0
  252. package/dist/types/components/Tab/types.d.ts +9 -0
  253. package/dist/types/components/Table/Table.story.d.ts +30 -0
  254. package/dist/types/components/Table/Table.vue.d.ts +34 -0
  255. package/dist/types/components/Table/index.d.ts +4 -0
  256. package/dist/types/components/Table/plugin.d.ts +3 -0
  257. package/dist/types/components/Table/types.d.ts +19 -0
  258. package/dist/types/components/Tag/Tag.story.d.ts +28 -0
  259. package/dist/types/components/Tag/Tag.vue.d.ts +58 -0
  260. package/dist/types/components/Tag/index.d.ts +4 -0
  261. package/dist/types/components/Tag/plugin.d.ts +3 -0
  262. package/dist/types/components/Tag/types.d.ts +13 -0
  263. package/dist/types/components/Toast/Toast.vue.d.ts +16 -0
  264. package/dist/types/components/Toast/index.d.ts +4 -0
  265. package/dist/types/components/Toast/plugin.d.ts +3 -0
  266. package/dist/types/components/Toast/types.d.ts +7 -0
  267. package/dist/types/components/index.d.ts +48 -0
  268. package/dist/types/components/plugins.d.ts +48 -0
  269. package/dist/types/components/types.d.ts +46 -0
  270. package/dist/types/composables/index.d.ts +6 -0
  271. package/dist/types/composables/useBreakpoints.d.ts +5 -0
  272. package/dist/types/composables/useClipboard.d.ts +3 -0
  273. package/dist/types/composables/useDialog.d.ts +466 -0
  274. package/dist/types/composables/useDomHelpers.d.ts +3 -0
  275. package/dist/types/composables/useRender.d.ts +2 -0
  276. package/dist/types/enums/form.d.ts +24 -0
  277. package/dist/types/enums/index.d.ts +3 -0
  278. package/dist/types/enums/ui.d.ts +241 -0
  279. package/dist/types/form/convertors.d.ts +3 -0
  280. package/dist/types/form/crud.d.ts +27 -0
  281. package/dist/types/form/form-data-transformers.d.ts +3 -0
  282. package/dist/types/form/form-transformer.d.ts +6 -0
  283. package/dist/types/form/form-transformer.test.d.ts +1 -0
  284. package/dist/types/form/index.d.ts +3 -0
  285. package/dist/types/form/json-transformers.d.ts +4 -0
  286. package/dist/types/form/transformers.d.ts +8 -0
  287. package/dist/types/form/useForm.d.ts +18 -0
  288. package/dist/types/form/useForm.test.d.ts +1 -0
  289. package/dist/types/i18n.d.ts +21 -0
  290. package/dist/types/index.d.ts +8 -6
  291. package/dist/types/mocks/countries.d.ts +14 -0
  292. package/dist/types/plugins/register-component.d.ts +3 -0
  293. package/dist/types/services/date.d.ts +2 -0
  294. package/dist/types/services/password.d.ts +5 -0
  295. package/dist/types/services/password.test.d.ts +1 -0
  296. package/dist/types/types/index.d.ts +6 -0
  297. package/dist/types/vitest.setup.d.ts +1 -0
  298. package/dist/ui-BhUbt2C5.js +28 -0
  299. package/package.json +6 -5
  300. package/dist/ui-DkIu_nwk.js +0 -28
  301. /package/dist/types/{address.d.ts → types/address.d.ts} +0 -0
  302. /package/dist/types/{api.d.ts → types/api.d.ts} +0 -0
  303. /package/dist/types/{common.d.ts → types/common.d.ts} +0 -0
  304. /package/dist/types/{form.d.ts → types/form.d.ts} +0 -0
  305. /package/dist/types/{ui.d.ts → types/ui.d.ts} +0 -0
  306. /package/dist/types/{website.d.ts → types/website.d.ts} +0 -0
@@ -0,0 +1,4 @@
1
+ import { default as GraphySubtitle } from './GraphySubtitle.vue';
2
+ import { default as GraphySubtitlePlugin } from './plugin.js';
3
+ export { GraphySubtitle, GraphySubtitlePlugin };
4
+ export type { GraphySubtitleProps } from './types.js';
@@ -0,0 +1,3 @@
1
+ import { Plugin } from 'vue';
2
+ declare const _default: Plugin;
3
+ export default _default;
@@ -0,0 +1,4 @@
1
+ export type GraphySubtitleProps = {
2
+ text: string;
3
+ textColor?: string;
4
+ };
@@ -0,0 +1,12 @@
1
+ import { GraphyTitleProps } from './types.js';
2
+ declare const __VLS_export: import('vue', { with: { "resolution-mode": "import" } }).DefineComponent<__VLS_TypePropsToOption<GraphyTitleProps>, unknown, unknown, {}, {}, import('vue', { with: { "resolution-mode": "import" } }).ComponentOptionsMixin, import('vue', { with: { "resolution-mode": "import" } }).ComponentOptionsMixin, {}, string, import('vue', { with: { "resolution-mode": "import" } }).PublicProps, Readonly<import('vue', { with: { "resolution-mode": "import" } }).ExtractPropTypes<__VLS_TypePropsToOption<GraphyTitleProps>>>, {}, {}>;
3
+ declare const _default: typeof __VLS_export;
4
+ export default _default;
5
+ type __VLS_TypePropsToOption<T> = {
6
+ [K in keyof T]-?: {} extends Pick<T, K> ? {
7
+ type: import('vue').PropType<Required<T>[K]>;
8
+ } : {
9
+ type: import('vue').PropType<T[K]>;
10
+ required: true;
11
+ };
12
+ };
@@ -0,0 +1,4 @@
1
+ import { default as GraphyTitle } from './GraphyTitle.vue';
2
+ import { default as GraphyTitlePlugin } from './plugin.js';
3
+ export { GraphyTitle, GraphyTitlePlugin };
4
+ export type { GraphyTitleProps } from './types.js';
@@ -0,0 +1,3 @@
1
+ import { Plugin } from 'vue';
2
+ declare const _default: Plugin;
3
+ export default _default;
@@ -0,0 +1,3 @@
1
+ export type GraphyTitleProps = {
2
+ text: string;
3
+ };
@@ -0,0 +1,25 @@
1
+ import { ElementSize, Icon as EIcon } from '../../enums/ui.js';
2
+ declare const _default: {
3
+ title: string;
4
+ args: {
5
+ icon: string;
6
+ size: ElementSize;
7
+ };
8
+ argTypes: {
9
+ size: {
10
+ control: string;
11
+ options: ElementSize[];
12
+ };
13
+ icon: {
14
+ control: string;
15
+ options: EIcon[];
16
+ };
17
+ };
18
+ };
19
+ export default _default;
20
+ export declare const Icon: (args: any) => {
21
+ setup(): {
22
+ args: any;
23
+ };
24
+ template: string;
25
+ };
@@ -0,0 +1,34 @@
1
+ import { IconProps } from './types.js';
2
+ import { ElementSize } from '../../enums/ui.js';
3
+ declare const __VLS_export: import('vue', { with: { "resolution-mode": "import" } }).DefineComponent<__VLS_WithDefaults<__VLS_TypePropsToOption<IconProps>, {
4
+ role: string;
5
+ size: ElementSize;
6
+ }>, {
7
+ reference: import('vue', { with: { "resolution-mode": "import" } }).Ref<HTMLElement | null>;
8
+ }, unknown, {}, {}, import('vue', { with: { "resolution-mode": "import" } }).ComponentOptionsMixin, import('vue', { with: { "resolution-mode": "import" } }).ComponentOptionsMixin, {}, string, import('vue', { with: { "resolution-mode": "import" } }).PublicProps, Readonly<import('vue', { with: { "resolution-mode": "import" } }).ExtractPropTypes<__VLS_WithDefaults<__VLS_TypePropsToOption<IconProps>, {
9
+ role: string;
10
+ size: ElementSize;
11
+ }>>>, {
12
+ size: `${ElementSize}` | number;
13
+ role: string;
14
+ }, {}>;
15
+ declare const _default: typeof __VLS_export;
16
+ export default _default;
17
+ type __VLS_TypePropsToOption<T> = {
18
+ [K in keyof T]-?: {} extends Pick<T, K> ? {
19
+ type: import('vue').PropType<Required<T>[K]>;
20
+ } : {
21
+ type: import('vue').PropType<T[K]>;
22
+ required: true;
23
+ };
24
+ };
25
+ type __VLS_WithDefaults<P, D> = {
26
+ [K in keyof Pick<P, keyof P>]: K extends keyof D ? __VLS_PrettifyLocal<P[K] & {
27
+ default: D[K];
28
+ }> : P[K];
29
+ };
30
+ type __VLS_PrettifyLocal<T> = (T extends any ? {
31
+ [K in keyof T]: T[K];
32
+ } : {
33
+ [K in keyof T as K]: T[K];
34
+ }) & {};
@@ -0,0 +1,4 @@
1
+ import { default as Icon } from './Icon.vue';
2
+ import { default as IconPlugin } from './plugin.js';
3
+ export { Icon, IconPlugin };
4
+ export type { IconProps } from './types.js';
@@ -0,0 +1,3 @@
1
+ import { Plugin } from 'vue';
2
+ declare const _default: Plugin;
3
+ export default _default;
@@ -0,0 +1,6 @@
1
+ import { Icon, ElementSize } from '../../enums/ui.js';
2
+ export type IconProps = {
3
+ icon: `${Icon}` | number;
4
+ role?: string;
5
+ size?: `${ElementSize}` | number;
6
+ };
@@ -0,0 +1,16 @@
1
+ import { InputAvatarProps } from './types.js';
2
+ declare const __VLS_export: import('vue', { with: { "resolution-mode": "import" } }).DefineComponent<__VLS_TypePropsToOption<InputAvatarProps>, unknown, unknown, {}, {}, import('vue', { with: { "resolution-mode": "import" } }).ComponentOptionsMixin, import('vue', { with: { "resolution-mode": "import" } }).ComponentOptionsMixin, {
3
+ "update:model-value": (val: File) => void;
4
+ }, string, import('vue', { with: { "resolution-mode": "import" } }).PublicProps, Readonly<import('vue', { with: { "resolution-mode": "import" } }).ExtractPropTypes<__VLS_TypePropsToOption<InputAvatarProps>>> & {
5
+ "onUpdate:model-value"?: ((val: File) => any) | undefined;
6
+ }, {}, {}>;
7
+ declare const _default: typeof __VLS_export;
8
+ export default _default;
9
+ type __VLS_TypePropsToOption<T> = {
10
+ [K in keyof T]-?: {} extends Pick<T, K> ? {
11
+ type: import('vue').PropType<Required<T>[K]>;
12
+ } : {
13
+ type: import('vue').PropType<T[K]>;
14
+ required: true;
15
+ };
16
+ };
@@ -0,0 +1,4 @@
1
+ import { default as InputAvatar } from './InputAvatar.vue';
2
+ import { default as InputAvatarPlugin } from './plugin.js';
3
+ export { InputAvatar, InputAvatarPlugin };
4
+ export type { InputAvatarProps, InputAvatarEvents } from './types.js';
@@ -0,0 +1,3 @@
1
+ import { Plugin } from 'vue';
2
+ declare const _default: Plugin;
3
+ export default _default;
@@ -0,0 +1,6 @@
1
+ export type InputAvatarProps = {
2
+ modelValue?: File | string;
3
+ };
4
+ export type InputAvatarEvents = {
5
+ (e: "update:model-value", val: File): void;
6
+ };
@@ -0,0 +1,14 @@
1
+ declare const _default: {
2
+ title: string;
3
+ args: {
4
+ value: undefined;
5
+ };
6
+ argTypes: {};
7
+ };
8
+ export default _default;
9
+ export declare const Checkbox: (args: any) => {
10
+ setup(): {
11
+ args: any;
12
+ };
13
+ template: string;
14
+ };
@@ -0,0 +1,43 @@
1
+ import { InputCheckboxProps } from './types.js';
2
+ declare const _default: typeof __VLS_export;
3
+ export default _default;
4
+ declare const __VLS_export: import('vue', { with: { "resolution-mode": "import" } }).DefineComponent<__VLS_WithDefaults<__VLS_TypePropsToOption<InputCheckboxProps>, {
5
+ label: string;
6
+ disabled: boolean;
7
+ isIndeterminate: boolean;
8
+ initializeValue: boolean;
9
+ }>, unknown, unknown, {}, {}, import('vue', { with: { "resolution-mode": "import" } }).ComponentOptionsMixin, import('vue', { with: { "resolution-mode": "import" } }).ComponentOptionsMixin, {
10
+ input: (args_0: boolean) => void;
11
+ "update:model-value": (args_0: boolean) => void;
12
+ }, string, import('vue', { with: { "resolution-mode": "import" } }).PublicProps, Readonly<import('vue', { with: { "resolution-mode": "import" } }).ExtractPropTypes<__VLS_WithDefaults<__VLS_TypePropsToOption<InputCheckboxProps>, {
13
+ label: string;
14
+ disabled: boolean;
15
+ isIndeterminate: boolean;
16
+ initializeValue: boolean;
17
+ }>>> & {
18
+ onInput?: ((args_0: boolean) => any) | undefined;
19
+ "onUpdate:model-value"?: ((args_0: boolean) => any) | undefined;
20
+ }, {
21
+ label: string;
22
+ disabled: boolean;
23
+ isIndeterminate: boolean;
24
+ initializeValue: boolean;
25
+ }, {}>;
26
+ type __VLS_TypePropsToOption<T> = {
27
+ [K in keyof T]-?: {} extends Pick<T, K> ? {
28
+ type: import('vue').PropType<Required<T>[K]>;
29
+ } : {
30
+ type: import('vue').PropType<T[K]>;
31
+ required: true;
32
+ };
33
+ };
34
+ type __VLS_WithDefaults<P, D> = {
35
+ [K in keyof Pick<P, keyof P>]: K extends keyof D ? __VLS_PrettifyLocal<P[K] & {
36
+ default: D[K];
37
+ }> : P[K];
38
+ };
39
+ type __VLS_PrettifyLocal<T> = (T extends any ? {
40
+ [K in keyof T]: T[K];
41
+ } : {
42
+ [K in keyof T as K]: T[K];
43
+ }) & {};
@@ -0,0 +1,4 @@
1
+ import { default as InputCheckbox } from './InputCheckbox.vue';
2
+ import { default as InputCheckboxPlugin } from './plugin.js';
3
+ export { InputCheckbox, InputCheckboxPlugin };
4
+ export type { InputCheckboxProps, InputCheckboxEvents } from './types.js';
@@ -0,0 +1,3 @@
1
+ import { Plugin } from 'vue';
2
+ declare const _default: Plugin;
3
+ export default _default;
@@ -0,0 +1,18 @@
1
+ export type InputCheckboxProps = {
2
+ label?: string;
3
+ disabled?: boolean;
4
+ modelValue?: boolean;
5
+ isIndeterminate?: boolean;
6
+ initializeValue?: boolean;
7
+ };
8
+ export type InputCheckboxEvents = {
9
+ /**
10
+ * This event is emitted whenever the model value changes, even if that
11
+ * change was triggered by the component itself.
12
+ */
13
+ "update:model-value": [boolean];
14
+ /**
15
+ * This event is emitted only when the user interacts with the component.
16
+ */
17
+ input: [boolean];
18
+ };
@@ -0,0 +1,35 @@
1
+ import { InputColorProps } from './types.js';
2
+ declare const __VLS_export: import('vue', { with: { "resolution-mode": "import" } }).DefineComponent<__VLS_WithDefaults<__VLS_TypePropsToOption<InputColorProps>, {
3
+ disabled: boolean;
4
+ disableStyle: boolean;
5
+ }>, unknown, unknown, {}, {}, import('vue', { with: { "resolution-mode": "import" } }).ComponentOptionsMixin, import('vue', { with: { "resolution-mode": "import" } }).ComponentOptionsMixin, {
6
+ "update:model-value": (val: string) => void;
7
+ }, string, import('vue', { with: { "resolution-mode": "import" } }).PublicProps, Readonly<import('vue', { with: { "resolution-mode": "import" } }).ExtractPropTypes<__VLS_WithDefaults<__VLS_TypePropsToOption<InputColorProps>, {
8
+ disabled: boolean;
9
+ disableStyle: boolean;
10
+ }>>> & {
11
+ "onUpdate:model-value"?: ((val: string) => any) | undefined;
12
+ }, {
13
+ disabled: boolean;
14
+ disableStyle: boolean;
15
+ }, {}>;
16
+ declare const _default: typeof __VLS_export;
17
+ export default _default;
18
+ type __VLS_TypePropsToOption<T> = {
19
+ [K in keyof T]-?: {} extends Pick<T, K> ? {
20
+ type: import('vue').PropType<Required<T>[K]>;
21
+ } : {
22
+ type: import('vue').PropType<T[K]>;
23
+ required: true;
24
+ };
25
+ };
26
+ type __VLS_WithDefaults<P, D> = {
27
+ [K in keyof Pick<P, keyof P>]: K extends keyof D ? __VLS_PrettifyLocal<P[K] & {
28
+ default: D[K];
29
+ }> : P[K];
30
+ };
31
+ type __VLS_PrettifyLocal<T> = (T extends any ? {
32
+ [K in keyof T]: T[K];
33
+ } : {
34
+ [K in keyof T as K]: T[K];
35
+ }) & {};
@@ -0,0 +1,4 @@
1
+ import { default as InputColor } from './InputColor.vue';
2
+ import { default as InputColorPlugin } from './plugin.js';
3
+ export { InputColor, InputColorPlugin };
4
+ export type { InputColorProps, InputColorEvents } from './types.js';
@@ -0,0 +1,3 @@
1
+ import { Plugin } from 'vue';
2
+ declare const _default: Plugin;
3
+ export default _default;
@@ -0,0 +1,8 @@
1
+ export type InputColorProps = {
2
+ disabled?: boolean;
3
+ modelValue?: string;
4
+ disableStyle?: boolean;
5
+ };
6
+ export type InputColorEvents = {
7
+ (e: "update:model-value", val: string): void;
8
+ };
@@ -0,0 +1,14 @@
1
+ declare const _default: {
2
+ title: string;
3
+ args: {
4
+ value: undefined;
5
+ };
6
+ argTypes: {};
7
+ };
8
+ export default _default;
9
+ export declare const Crypto: (args: any) => {
10
+ setup(): {
11
+ args: any;
12
+ };
13
+ template: string;
14
+ };
@@ -0,0 +1,21 @@
1
+ import { InputCryptoCurrencyModel, InputCryptoCurrencyProps } from './types.js';
2
+ type __VLS_Props = InputCryptoCurrencyProps;
3
+ type __VLS_ModelProps = {
4
+ modelValue?: InputCryptoCurrencyModel;
5
+ };
6
+ type __VLS_PublicProps = __VLS_Props & __VLS_ModelProps;
7
+ declare const __VLS_export: import('vue', { with: { "resolution-mode": "import" } }).DefineComponent<__VLS_TypePropsToOption<__VLS_PublicProps>, unknown, unknown, {}, {}, import('vue', { with: { "resolution-mode": "import" } }).ComponentOptionsMixin, import('vue', { with: { "resolution-mode": "import" } }).ComponentOptionsMixin, {
8
+ "update:modelValue": (value: InputCryptoCurrencyModel) => void;
9
+ }, string, import('vue', { with: { "resolution-mode": "import" } }).PublicProps, Readonly<import('vue', { with: { "resolution-mode": "import" } }).ExtractPropTypes<__VLS_TypePropsToOption<__VLS_PublicProps>>> & {
10
+ "onUpdate:modelValue"?: ((value: InputCryptoCurrencyModel) => any) | undefined;
11
+ }, {}, {}>;
12
+ declare const _default: typeof __VLS_export;
13
+ export default _default;
14
+ type __VLS_TypePropsToOption<T> = {
15
+ [K in keyof T]-?: {} extends Pick<T, K> ? {
16
+ type: import('vue').PropType<Required<T>[K]>;
17
+ } : {
18
+ type: import('vue').PropType<T[K]>;
19
+ required: true;
20
+ };
21
+ };
@@ -0,0 +1,8 @@
1
+ declare const _default: ({
2
+ name: string;
3
+ regex: string;
4
+ } | {
5
+ name: string;
6
+ regex?: undefined;
7
+ })[];
8
+ export default _default;
@@ -0,0 +1,4 @@
1
+ import { default as InputCryptoCurrency } from './InputCryptoCurrency.vue';
2
+ import { default as InputCryptoCurrencyPlugin } from './plugin.js';
3
+ export { InputCryptoCurrency, InputCryptoCurrencyPlugin };
4
+ export type { InputCryptoCurrencyModel, InputCryptoCurrencyProps, InputCryptoCurrencyEvents, } from './types.js';
@@ -0,0 +1,3 @@
1
+ import { Plugin } from 'vue';
2
+ declare const _default: Plugin;
3
+ export default _default;
@@ -0,0 +1,8 @@
1
+ export type InputCryptoCurrencyModel = {
2
+ currency: string;
3
+ address: string;
4
+ };
5
+ export type InputCryptoCurrencyProps = {
6
+ disabled?: boolean;
7
+ };
8
+ export type InputCryptoCurrencyEvents = {};
@@ -0,0 +1,13 @@
1
+ declare const _default: {
2
+ title: string;
3
+ args: {
4
+ value: string;
5
+ };
6
+ };
7
+ export default _default;
8
+ export declare const Date: (args: any) => {
9
+ setup(): {
10
+ args: any;
11
+ };
12
+ template: string;
13
+ };
@@ -0,0 +1,16 @@
1
+ import { InputDateProps } from './types.js';
2
+ declare const __VLS_export: import('vue', { with: { "resolution-mode": "import" } }).DefineComponent<__VLS_TypePropsToOption<InputDateProps>, unknown, unknown, {}, {}, import('vue', { with: { "resolution-mode": "import" } }).ComponentOptionsMixin, import('vue', { with: { "resolution-mode": "import" } }).ComponentOptionsMixin, {
3
+ "update:model-value": (val: Date) => void;
4
+ }, string, import('vue', { with: { "resolution-mode": "import" } }).PublicProps, Readonly<import('vue', { with: { "resolution-mode": "import" } }).ExtractPropTypes<__VLS_TypePropsToOption<InputDateProps>>> & {
5
+ "onUpdate:model-value"?: ((val: Date) => any) | undefined;
6
+ }, {}, {}>;
7
+ declare const _default: typeof __VLS_export;
8
+ export default _default;
9
+ type __VLS_TypePropsToOption<T> = {
10
+ [K in keyof T]-?: {} extends Pick<T, K> ? {
11
+ type: import('vue').PropType<Required<T>[K]>;
12
+ } : {
13
+ type: import('vue').PropType<T[K]>;
14
+ required: true;
15
+ };
16
+ };
@@ -0,0 +1,4 @@
1
+ import { default as InputDate } from './InputDate.vue';
2
+ import { default as InputDatePlugin } from './plugin.js';
3
+ export { InputDate, InputDatePlugin };
4
+ export type { InputDateProps, InputDateEvents } from './types.js';
@@ -0,0 +1,3 @@
1
+ import { Plugin } from 'vue';
2
+ declare const _default: Plugin;
3
+ export default _default;
@@ -0,0 +1,15 @@
1
+ export type InputDateProps = {
2
+ value?: Date | string;
3
+ modelValue?: Date | string;
4
+ initialValue?: Date;
5
+ };
6
+ export type InputDateEvents = {
7
+ (e: "update:model-value", val: Date): void;
8
+ };
9
+ export type Day = {
10
+ key: string;
11
+ day: number;
12
+ isToday: boolean;
13
+ overflow: number;
14
+ selected: boolean;
15
+ };
@@ -0,0 +1,50 @@
1
+ import { InputMultiplierProps } from './types.js';
2
+ import { FormControlSize } from '../../enums/ui.js';
3
+ declare const __VLS_export: import('vue', { with: { "resolution-mode": "import" } }).DefineComponent<__VLS_WithDefaults<__VLS_TypePropsToOption<InputMultiplierProps>, {
4
+ size: FormControlSize;
5
+ component: string;
6
+ listeners: () => {};
7
+ inputProps: () => {};
8
+ newItemModel: string;
9
+ canRemove: (item: any) => boolean;
10
+ }>, unknown, unknown, {}, {}, import('vue', { with: { "resolution-mode": "import" } }).ComponentOptionsMixin, import('vue', { with: { "resolution-mode": "import" } }).ComponentOptionsMixin, {
11
+ "update:model-value": (value: any[]) => void;
12
+ }, string, import('vue', { with: { "resolution-mode": "import" } }).PublicProps, Readonly<import('vue', { with: { "resolution-mode": "import" } }).ExtractPropTypes<__VLS_WithDefaults<__VLS_TypePropsToOption<InputMultiplierProps>, {
13
+ size: FormControlSize;
14
+ component: string;
15
+ listeners: () => {};
16
+ inputProps: () => {};
17
+ newItemModel: string;
18
+ canRemove: (item: any) => boolean;
19
+ }>>> & {
20
+ "onUpdate:model-value"?: ((value: any[]) => any) | undefined;
21
+ }, {
22
+ size: `${FormControlSize}`;
23
+ component: "t-input-text" | import('vue', { with: { "resolution-mode": "import" } }).Component | "t-input-phone";
24
+ inputProps: any;
25
+ listeners: {
26
+ [key: string]: (...args: any[]) => void;
27
+ };
28
+ newItemModel: any;
29
+ canRemove: (item: any) => boolean;
30
+ }, {}>;
31
+ declare const _default: typeof __VLS_export;
32
+ export default _default;
33
+ type __VLS_TypePropsToOption<T> = {
34
+ [K in keyof T]-?: {} extends Pick<T, K> ? {
35
+ type: import('vue').PropType<Required<T>[K]>;
36
+ } : {
37
+ type: import('vue').PropType<T[K]>;
38
+ required: true;
39
+ };
40
+ };
41
+ type __VLS_WithDefaults<P, D> = {
42
+ [K in keyof Pick<P, keyof P>]: K extends keyof D ? __VLS_PrettifyLocal<P[K] & {
43
+ default: D[K];
44
+ }> : P[K];
45
+ };
46
+ type __VLS_PrettifyLocal<T> = (T extends any ? {
47
+ [K in keyof T]: T[K];
48
+ } : {
49
+ [K in keyof T as K]: T[K];
50
+ }) & {};
@@ -0,0 +1,4 @@
1
+ import { default as InputMultiplier } from './InputMultiplier.vue';
2
+ import { default as InputMultiplierPlugin } from './plugin.js';
3
+ export { InputMultiplier, InputMultiplierPlugin };
4
+ export type { InputMultiplierProps, InputMultiplierEvents } from './types.js';
@@ -0,0 +1,43 @@
1
+ import { FormControlSize } from '../../enums/ui.js';
2
+ declare const _default: {
3
+ title: string;
4
+ args: {
5
+ size: FormControlSize;
6
+ label: string;
7
+ component: string;
8
+ inputProps: {
9
+ resource: () => ({
10
+ dialCode: string;
11
+ flag: string;
12
+ iso2: string;
13
+ name: string;
14
+ order: null;
15
+ } | {
16
+ dialCode: string;
17
+ flag: string;
18
+ iso2: string;
19
+ name: string;
20
+ order: string;
21
+ })[];
22
+ };
23
+ };
24
+ argTypes: {
25
+ size: {
26
+ options: FormControlSize[];
27
+ control: string;
28
+ };
29
+ component: {
30
+ options: string[];
31
+ control: string;
32
+ description: string;
33
+ };
34
+ };
35
+ };
36
+ export default _default;
37
+ export declare const Multiplier: (args: any) => {
38
+ setup(): {
39
+ args: any;
40
+ submit: (payload: any) => void;
41
+ };
42
+ template: string;
43
+ };
@@ -0,0 +1,3 @@
1
+ import { Plugin } from 'vue';
2
+ declare const _default: Plugin;
3
+ export default _default;
@@ -0,0 +1,19 @@
1
+ import { Component } from 'vue';
2
+ import { FormControlSize } from '../../enums/ui.js';
3
+ type ComponentType = "t-input-text" | "t-input-phone" | Component;
4
+ export type InputMultiplierProps = {
5
+ size?: `${FormControlSize}`;
6
+ component?: ComponentType;
7
+ inputProps?: any;
8
+ listeners?: {
9
+ [key: string]: (...args: any[]) => void;
10
+ };
11
+ newItemModel?: any;
12
+ modelValue?: any[];
13
+ canRemove?: (item: any) => boolean;
14
+ };
15
+ export type InputMultiplierEvents = {
16
+ /** Fired when the input value changes */
17
+ (event: "update:model-value", value: any[]): void;
18
+ };
19
+ export {};
@@ -0,0 +1,30 @@
1
+ declare const _default: {
2
+ title: string;
3
+ args: {
4
+ encryptor: (value: string) => Promise<string>;
5
+ showStrength: boolean;
6
+ showRefresh: boolean;
7
+ value: undefined;
8
+ };
9
+ argTypes: {
10
+ showStrength: {
11
+ options: boolean[];
12
+ control: string;
13
+ };
14
+ showRefresh: {
15
+ options: boolean[];
16
+ control: string;
17
+ };
18
+ showCopy: {
19
+ options: boolean[];
20
+ control: string;
21
+ };
22
+ };
23
+ };
24
+ export default _default;
25
+ export declare const Password: (args: any) => {
26
+ setup(): {
27
+ args: any;
28
+ };
29
+ template: string;
30
+ };