@caipira/tamandua 0.0.2 → 0.0.3

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 (523) hide show
  1. package/dist/account-BJGxzbeL.js +5 -0
  2. package/dist/alert-octagon-D8wznooU.js +4 -0
  3. package/dist/alert-octagon-outline-fM2QVbyq.js +5 -0
  4. package/dist/archive-DDuuzVUo.js +5 -0
  5. package/dist/archive-outline-BT6uCRX5.js +5 -0
  6. package/dist/arrow-left-CVipcGWo.js +5 -0
  7. package/dist/arrow-right-DHFo5L72.js +5 -0
  8. package/dist/bank-lwoR1P6d.js +5 -0
  9. package/dist/bank-outline-wy0O9ni0.js +5 -0
  10. package/dist/camera-BXoPauop.js +5 -0
  11. package/dist/cards-outline-B0no8Z63.js +5 -0
  12. package/dist/cards-variant-CU6V8mdM.js +5 -0
  13. package/dist/cart-outline-C99s8OpS.js +4 -0
  14. package/dist/chart-box-outline-C9ymwfIH.js +5 -0
  15. package/dist/chart-box-tyepg_QH.js +5 -0
  16. package/dist/check-circle-C3Kf7DnE.js +5 -0
  17. package/dist/check-circle-outline-B4zmPfuc.js +5 -0
  18. package/dist/check-iUT-FuWa.js +5 -0
  19. package/dist/checkbox-TojXdFTq.js +5 -0
  20. package/dist/checkbox-dark-D_btgwCX.js +5 -0
  21. package/dist/checkbox-indeterminate-CtbmyFkw.js +5 -0
  22. package/dist/checkbox-indeterminate-dark-CSrkJBRG.js +5 -0
  23. package/dist/chevron-down-CJLshITY.js +5 -0
  24. package/dist/chevron-left-n_sGCmlG.js +5 -0
  25. package/dist/chevron-right-C8uLqjmq.js +5 -0
  26. package/dist/chevron-up-b6VdQM8S.js +5 -0
  27. package/dist/circle-DhoEDuC5.js +5 -0
  28. package/dist/clock-BqMI2OIG.js +5 -0
  29. package/dist/close-DemH4JAO.js +5 -0
  30. package/dist/close-circle-Bsf9_pUR.js +4 -0
  31. package/dist/close-circle-outline-CUXfYV4M.js +5 -0
  32. package/dist/cog-Dd9I6z5D.js +5 -0
  33. package/dist/color-fill-DWx77G0p.js +5 -0
  34. package/dist/components/Avatar/Avatar.story.d.ts +9 -0
  35. package/dist/components/Avatar/Avatar.vue.d.ts +58 -0
  36. package/dist/components/Avatar/index.d.ts +6 -0
  37. package/dist/components/Backdrop/Backdrop.vue.d.ts +33 -0
  38. package/dist/components/Backdrop/index.d.ts +6 -0
  39. package/dist/components/Button/Button.story.d.ts +70 -0
  40. package/dist/components/Button/Button.vue.d.ts +153 -0
  41. package/dist/components/Button/index.d.ts +6 -0
  42. package/dist/components/ButtonCopy/ButtonCopy.vue.d.ts +32 -0
  43. package/dist/components/ButtonCopy/index.d.ts +6 -0
  44. package/dist/components/Drawer/Drawer.vue.d.ts +67 -0
  45. package/dist/components/Drawer/index.d.ts +6 -0
  46. package/dist/components/Dropdown/Dropdown.vue.d.ts +117 -0
  47. package/dist/components/Dropdown/index.d.ts +6 -0
  48. package/dist/components/EventListener/EventListener.vue.d.ts +6 -0
  49. package/dist/components/FileDrop/FileDrop.vue.d.ts +40 -0
  50. package/dist/components/FileDrop/index.d.ts +6 -0
  51. package/dist/components/Form/Form.spec.d.ts +1 -0
  52. package/dist/components/Form/Form.vue.d.ts +111 -0
  53. package/dist/components/Form/index.d.ts +6 -0
  54. package/dist/components/FormItem/FormItem.vue.d.ts +41 -0
  55. package/dist/components/FormItem/index.d.ts +6 -0
  56. package/dist/components/GraphyEmpty/GraphyEmpty.vue.d.ts +23 -0
  57. package/dist/components/GraphyEmpty/index.d.ts +6 -0
  58. package/dist/components/GraphyLabel/GraphyLabel.vue.d.ts +43 -0
  59. package/dist/components/GraphyLabel/index.d.ts +6 -0
  60. package/dist/components/GraphyPrice/GraphyPrice.story.d.ts +6 -0
  61. package/dist/components/GraphyPrice/GraphyPrice.vue.d.ts +45 -0
  62. package/dist/components/GraphyPrice/index.d.ts +6 -0
  63. package/dist/components/GraphySubtitle/GraphySubtitle.vue.d.ts +31 -0
  64. package/dist/components/GraphySubtitle/index.d.ts +6 -0
  65. package/dist/components/GraphyTitle/GraphyTitle.vue.d.ts +15 -0
  66. package/dist/components/GraphyTitle/index.d.ts +6 -0
  67. package/dist/components/Icon/Icon.vue.d.ts +40 -0
  68. package/dist/components/Icon/index.d.ts +6 -0
  69. package/dist/components/IconButton/IconButton.vue.d.ts +153 -0
  70. package/dist/components/IconButton/index.d.ts +6 -0
  71. package/dist/components/InputAvatar/InputAvatar.vue.d.ts +19 -0
  72. package/dist/components/InputAvatar/index.d.ts +6 -0
  73. package/dist/components/InputCheckbox/InputCheckbox.vue.d.ts +52 -0
  74. package/dist/components/InputCheckbox/index.d.ts +6 -0
  75. package/dist/components/InputColor/InputColor.vue.d.ts +40 -0
  76. package/dist/components/InputColor/index.d.ts +6 -0
  77. package/dist/components/InputDate/InputDate.story.d.ts +6 -0
  78. package/dist/components/InputDate/InputDate.vue.d.ts +23 -0
  79. package/dist/components/InputDate/index.d.ts +6 -0
  80. package/dist/components/InputMultiplier/InputMultiplier.vue.d.ts +41 -0
  81. package/dist/components/InputMultiplier/index.d.ts +6 -0
  82. package/dist/components/InputMultiplier/input-multiplier.story.d.ts +19 -0
  83. package/{components/InputMultiplier/types.ts → dist/components/InputMultiplier/types.d.ts} +1 -2
  84. package/dist/components/InputPassword/InputPassword.vue.d.ts +68 -0
  85. package/dist/components/InputPassword/index.d.ts +6 -0
  86. package/dist/components/InputPhone/InputPhone.vue.d.ts +40 -0
  87. package/dist/components/InputPhone/index.d.ts +6 -0
  88. package/dist/components/InputPrice/InputPrice.vue.d.ts +39 -0
  89. package/dist/components/InputPrice/index.d.ts +6 -0
  90. package/dist/components/InputRadio/InputRadio.vue.d.ts +17 -0
  91. package/dist/components/InputRadio/InputRadioGroup.story.d.ts +7 -0
  92. package/dist/components/InputRadio/InputRadioGroup.vue.d.ts +44 -0
  93. package/dist/components/InputRadio/index.d.ts +7 -0
  94. package/dist/components/InputSelect/InputSelect.story.d.ts +6 -0
  95. package/dist/components/InputSelect/InputSelect.vue.d.ts +116 -0
  96. package/dist/components/InputSelect/index.d.ts +6 -0
  97. package/dist/components/InputSwitch/InputSwitch.story.d.ts +29 -0
  98. package/dist/components/InputSwitch/InputSwitch.vue.d.ts +40 -0
  99. package/dist/components/InputSwitch/index.d.ts +6 -0
  100. package/dist/components/InputText/InputText.vue.d.ts +60 -0
  101. package/dist/components/InputText/index.d.ts +6 -0
  102. package/dist/components/InputTextarea/InputTextarea.vue.d.ts +50 -0
  103. package/dist/components/InputTextarea/index.d.ts +6 -0
  104. package/dist/components/LineChart/LineChart.vue.d.ts +17 -0
  105. package/dist/components/LineChart/index.d.ts +6 -0
  106. package/dist/components/Modal/Modal.vue.d.ts +70 -0
  107. package/dist/components/Modal/index.d.ts +6 -0
  108. package/dist/components/ModalForm/ModalForm.vue.d.ts +53 -0
  109. package/dist/components/ModalForm/index.d.ts +6 -0
  110. package/dist/components/Pagination/Pagination.story.d.ts +5 -0
  111. package/dist/components/Pagination/Pagination.vue.d.ts +50 -0
  112. package/dist/components/Pagination/index.d.ts +6 -0
  113. package/dist/components/PieChart/PieChart.vue.d.ts +17 -0
  114. package/dist/components/PieChart/index.d.ts +6 -0
  115. package/dist/components/Popconfirm/Popconfirm.vue.d.ts +49 -0
  116. package/dist/components/Popconfirm/index.d.ts +6 -0
  117. package/dist/components/Popover/Popover.vue.d.ts +68 -0
  118. package/dist/components/Popover/index.d.ts +6 -0
  119. package/dist/components/ProgressCircle/ProgressCircle.story.d.ts +5 -0
  120. package/dist/components/ProgressCircle/ProgressCircle.vue.d.ts +56 -0
  121. package/dist/components/ProgressCircle/index.d.ts +6 -0
  122. package/dist/components/ProgressLine/ProgressLine.story.d.ts +5 -0
  123. package/dist/components/ProgressLine/ProgressLine.vue.d.ts +75 -0
  124. package/dist/components/ProgressLine/index.d.ts +6 -0
  125. package/dist/components/SensitiveInfo/SensitiveInfo.vue.d.ts +22 -0
  126. package/dist/components/SensitiveInfo/index.d.ts +6 -0
  127. package/dist/components/Tab/Tab.vue.d.ts +36 -0
  128. package/dist/components/Tab/index.d.ts +6 -0
  129. package/dist/components/Table/Table.story.d.ts +5 -0
  130. package/dist/components/Table/Table.vue.d.ts +97 -0
  131. package/dist/components/Table/index.d.ts +6 -0
  132. package/{components/Table/types.ts → dist/components/Table/types.d.ts} +1 -2
  133. package/dist/components/Tag/Tag.vue.d.ts +54 -0
  134. package/dist/components/Tag/index.d.ts +6 -0
  135. package/{components/Tag/types.ts → dist/components/Tag/types.d.ts} +1 -2
  136. package/dist/components/Toast/Toast.vue.d.ts +21 -0
  137. package/dist/components/Toast/index.d.ts +6 -0
  138. package/dist/components/index.d.ts +43 -0
  139. package/dist/components/plugins.d.ts +45 -0
  140. package/dist/composables/index.d.ts +2 -0
  141. package/dist/composables/useBreakpoints.d.ts +5 -0
  142. package/dist/composables/useRender.d.ts +3 -0
  143. package/dist/copy-D-Dqxp8h.js +5 -0
  144. package/dist/credit-card-B3VjoUad.js +5 -0
  145. package/dist/credit-card-plus-TUZq5Zi0.js +4 -0
  146. package/dist/currency-BuSji4qA.js +5 -0
  147. package/dist/database-CNG_l2Or.js +5 -0
  148. package/dist/dots-grid-BhRGZg1t.js +5 -0
  149. package/dist/dots-vertical-nYIDxlT1.js +5 -0
  150. package/dist/email-open-outline-NlRAK8vu.js +5 -0
  151. package/dist/email-outline-v-beMKo_.js +5 -0
  152. package/dist/enums/app.d.ts +5 -0
  153. package/dist/enums/form.d.ts +23 -0
  154. package/dist/enums/index.d.ts +3 -0
  155. package/{enums/ui.ts → dist/enums/ui.d.ts} +16 -30
  156. package/dist/eye-C7_UM0rn.js +5 -0
  157. package/dist/eye-off-Dq2WOPSG.js +5 -0
  158. package/dist/file-document-plus-outline-C_GeG8ak.js +5 -0
  159. package/dist/filmstrip-Dg66xHap.js +4 -0
  160. package/dist/filter-07gM0IrM.js +5 -0
  161. package/dist/form/convertors.d.ts +3 -0
  162. package/dist/form/crud.d.ts +27 -0
  163. package/dist/form/form-data-transformers.d.ts +4 -0
  164. package/dist/form/form-transformer.d.ts +7 -0
  165. package/dist/form/form-value-transformers.d.ts +8 -0
  166. package/dist/form/form.test.d.ts +1 -0
  167. package/dist/form/json-transformers.d.ts +4 -0
  168. package/dist/fullscreen-daZRwm-1.js +5 -0
  169. package/dist/fullscreen-exit-DvHy2f8E.js +5 -0
  170. package/dist/group-B1HQcmCl.js +5 -0
  171. package/dist/i18n.d.ts +15 -0
  172. package/dist/image-C-DY_SfK.js +5 -0
  173. package/dist/image-album-DVl72ioK.js +5 -0
  174. package/dist/image-album-outline-oiPipPnp.js +5 -0
  175. package/dist/image-outline-CLpFyr7w.js +5 -0
  176. package/dist/index.d.ts +5 -0
  177. package/dist/info-outline-Mn6Hjz_K.js +5 -0
  178. package/dist/key-B8iEXxGx.js +5 -0
  179. package/dist/key-chain-D-8-GrU2.js +5 -0
  180. package/dist/key-variant-DViBRFAJ.js +5 -0
  181. package/dist/listbox-outline-BBriTS-r.js +5 -0
  182. package/dist/loading-E4eFmVsP.js +5 -0
  183. package/dist/lock-Nv-e-b24.js +5 -0
  184. package/dist/lock-outline-K2LxC2b6.js +5 -0
  185. package/dist/logout-BHwFpuou.js +5 -0
  186. package/dist/menu-down-B4Fy5IG1.js +4 -0
  187. package/dist/menu-left-D8G3frKt.js +4 -0
  188. package/dist/menu-pq7WWaJu.js +5 -0
  189. package/dist/menu-right-CMt4thJ2.js +4 -0
  190. package/dist/minus-CSCkQnOm.js +5 -0
  191. package/dist/minus-circle-D_N5NZW-.js +5 -0
  192. package/dist/minus-circle-outline-B-x6EXPD.js +5 -0
  193. package/dist/moon-Bhm_ZTV6.js +5 -0
  194. package/dist/open-in-new-C2Btl_1k.js +5 -0
  195. package/dist/pencil-BETebgXX.js +5 -0
  196. package/dist/people-BUW1DRzH.js +5 -0
  197. package/dist/piggy-bank-outline-5cDQNrSU.js +5 -0
  198. package/dist/plugins/register-component.d.ts +4 -0
  199. package/dist/plus-circle-Cl0YprEp.js +5 -0
  200. package/dist/plus-circle-outline-C-kkX0ke.js +5 -0
  201. package/dist/plus-sbcOm60H.js +5 -0
  202. package/dist/qrcode-scan-CpLrVFw_.js +5 -0
  203. package/dist/radio-DkjVAhsO.js +5 -0
  204. package/dist/radio-dark-Cr5v17AF.js +5 -0
  205. package/dist/refresh-DPlMWd1M.js +5 -0
  206. package/dist/save-BmMH4S8b.js +4 -0
  207. package/dist/search-Co2MwWOK.js +5 -0
  208. package/dist/services/clipboard.d.ts +2 -0
  209. package/dist/services/date.d.ts +16 -0
  210. package/dist/services/password.d.ts +7 -0
  211. package/dist/services/ui.d.ts +9 -0
  212. package/dist/spotlight-TNyCQzOY.js +4 -0
  213. package/dist/store-outline-B-fuVZzv.js +5 -0
  214. package/dist/style.css +1 -0
  215. package/dist/sun-BWKjCEHH.js +5 -0
  216. package/dist/swap-CNbqKTl0.js +5 -0
  217. package/dist/swap-horizontal-DociZUG2.js +5 -0
  218. package/dist/swap-left-Bd2DOgf3.js +5 -0
  219. package/dist/swap-right-D0VYxBDb.js +5 -0
  220. package/dist/system-theme-Cez6mSv_.js +5 -0
  221. package/dist/tag-outline-Ce_qOxif.js +5 -0
  222. package/dist/tamandua.js +15370 -0
  223. package/dist/trash-can-CKPtMqSf.js +5 -0
  224. package/dist/trash-can-outline-DjtqZHOC.js +5 -0
  225. package/{types/address.ts → dist/types/address.d.ts} +0 -5
  226. package/{types/api.ts → dist/types/api.d.ts} +0 -4
  227. package/{types/common.ts → dist/types/common.d.ts} +0 -1
  228. package/{types/form.ts → dist/types/form.d.ts} +32 -62
  229. package/dist/types/index.d.ts +5 -0
  230. package/{types/ui.ts → dist/types/ui.d.ts} +11 -16
  231. package/{types/website.ts → dist/types/website.d.ts} +0 -1
  232. package/dist/upload-CKfrBexU.js +5 -0
  233. package/dist/user-circle-D102n1FB.js +5 -0
  234. package/dist/vite.config.d.mts +2 -0
  235. package/dist/vitest.setup.d.ts +1 -0
  236. package/dist/zip-box-C10560VY.js +5 -0
  237. package/package.json +16 -5
  238. package/.editorconfig +0 -12
  239. package/.prettierrc +0 -5
  240. package/.storybook/main.ts +0 -22
  241. package/.storybook/preview-body.html +0 -3
  242. package/.storybook/preview.ts +0 -24
  243. package/App.vue +0 -1
  244. package/Dockerfile +0 -21
  245. package/assets/icons/account.svg +0 -1
  246. package/assets/icons/alert-octagon-outline.svg +0 -1
  247. package/assets/icons/alert-octagon.svg +0 -1
  248. package/assets/icons/archive-outline.svg +0 -1
  249. package/assets/icons/archive.svg +0 -1
  250. package/assets/icons/arrow-left.svg +0 -1
  251. package/assets/icons/arrow-right.svg +0 -1
  252. package/assets/icons/bank-outline.svg +0 -1
  253. package/assets/icons/bank.svg +0 -1
  254. package/assets/icons/camera.svg +0 -1
  255. package/assets/icons/cards-outline.svg +0 -1
  256. package/assets/icons/cards-variant.svg +0 -1
  257. package/assets/icons/cart-outline.svg +0 -1
  258. package/assets/icons/chart-box-outline.svg +0 -1
  259. package/assets/icons/chart-box.svg +0 -1
  260. package/assets/icons/check-circle-outline.svg +0 -1
  261. package/assets/icons/check-circle.svg +0 -1
  262. package/assets/icons/check.svg +0 -1
  263. package/assets/icons/checkbox-dark.svg +0 -1
  264. package/assets/icons/checkbox-indeterminate-dark.svg +0 -1
  265. package/assets/icons/checkbox-indeterminate.svg +0 -1
  266. package/assets/icons/checkbox.svg +0 -1
  267. package/assets/icons/chevron-down.svg +0 -1
  268. package/assets/icons/chevron-left.svg +0 -1
  269. package/assets/icons/chevron-right.svg +0 -1
  270. package/assets/icons/chevron-up.svg +0 -1
  271. package/assets/icons/circle.svg +0 -1
  272. package/assets/icons/clock.svg +0 -1
  273. package/assets/icons/close-circle-outline.svg +0 -1
  274. package/assets/icons/close-circle.svg +0 -1
  275. package/assets/icons/close.svg +0 -1
  276. package/assets/icons/cog.svg +0 -1
  277. package/assets/icons/color-fill.svg +0 -1
  278. package/assets/icons/copy.svg +0 -1
  279. package/assets/icons/credit-card-plus.svg +0 -1
  280. package/assets/icons/credit-card.svg +0 -1
  281. package/assets/icons/currency.svg +0 -1
  282. package/assets/icons/database.svg +0 -1
  283. package/assets/icons/dots-grid.svg +0 -1
  284. package/assets/icons/dots-vertical.svg +0 -1
  285. package/assets/icons/email-open-outline.svg +0 -1
  286. package/assets/icons/email-outline.svg +0 -1
  287. package/assets/icons/eye-off.svg +0 -1
  288. package/assets/icons/eye.svg +0 -1
  289. package/assets/icons/file-document-plus-outline.svg +0 -1
  290. package/assets/icons/filmstrip.svg +0 -1
  291. package/assets/icons/filter.svg +0 -1
  292. package/assets/icons/fullscreen-exit.svg +0 -1
  293. package/assets/icons/fullscreen.svg +0 -1
  294. package/assets/icons/group.svg +0 -1
  295. package/assets/icons/image-album-outline.svg +0 -1
  296. package/assets/icons/image-album.svg +0 -1
  297. package/assets/icons/image-outline.svg +0 -1
  298. package/assets/icons/image.svg +0 -1
  299. package/assets/icons/info-outline.svg +0 -1
  300. package/assets/icons/key-chain.svg +0 -1
  301. package/assets/icons/key-variant.svg +0 -1
  302. package/assets/icons/key.svg +0 -1
  303. package/assets/icons/listbox-outline.svg +0 -1
  304. package/assets/icons/loading.svg +0 -1
  305. package/assets/icons/lock-outline.svg +0 -1
  306. package/assets/icons/lock.svg +0 -1
  307. package/assets/icons/logout.svg +0 -1
  308. package/assets/icons/menu-down.svg +0 -1
  309. package/assets/icons/menu-left.svg +0 -1
  310. package/assets/icons/menu-right.svg +0 -1
  311. package/assets/icons/menu.svg +0 -1
  312. package/assets/icons/minus-circle-outline.svg +0 -1
  313. package/assets/icons/minus-circle.svg +0 -1
  314. package/assets/icons/minus.svg +0 -1
  315. package/assets/icons/moon.svg +0 -1
  316. package/assets/icons/open-in-new.svg +0 -1
  317. package/assets/icons/pencil.svg +0 -1
  318. package/assets/icons/people.svg +0 -1
  319. package/assets/icons/piggy-bank-outline.svg +0 -1
  320. package/assets/icons/plus-circle-outline.svg +0 -1
  321. package/assets/icons/plus-circle.svg +0 -1
  322. package/assets/icons/plus.svg +0 -1
  323. package/assets/icons/qrcode-scan.svg +0 -1
  324. package/assets/icons/radio-dark.svg +0 -1
  325. package/assets/icons/radio.svg +0 -1
  326. package/assets/icons/refresh.svg +0 -1
  327. package/assets/icons/save.svg +0 -1
  328. package/assets/icons/search.svg +0 -1
  329. package/assets/icons/spotlight.svg +0 -1
  330. package/assets/icons/store-outline.svg +0 -1
  331. package/assets/icons/sun.svg +0 -1
  332. package/assets/icons/swap-horizontal.svg +0 -1
  333. package/assets/icons/swap-left.svg +0 -1
  334. package/assets/icons/swap-right.svg +0 -1
  335. package/assets/icons/swap.svg +0 -1
  336. package/assets/icons/system-theme.svg +0 -1
  337. package/assets/icons/tag-outline.svg +0 -1
  338. package/assets/icons/trash-can-outline.svg +0 -1
  339. package/assets/icons/trash-can.svg +0 -1
  340. package/assets/icons/upload.svg +0 -1
  341. package/assets/icons/user-circle.svg +0 -1
  342. package/assets/icons/zip-box.svg +0 -1
  343. package/assets/images/fs/apk.svg +0 -11
  344. package/assets/images/fs/bmp.svg +0 -7
  345. package/assets/images/fs/css.svg +0 -8
  346. package/assets/images/fs/doc.svg +0 -9
  347. package/assets/images/fs/docx.svg +0 -9
  348. package/assets/images/fs/folder-adwaita.svg +0 -8
  349. package/assets/images/fs/folder-black.svg +0 -8
  350. package/assets/images/fs/folder-brown.svg +0 -8
  351. package/assets/images/fs/folder-grey.svg +0 -8
  352. package/assets/images/fs/folder-nordic.svg +0 -8
  353. package/assets/images/fs/folder-orange.svg +0 -8
  354. package/assets/images/fs/folder-palebrown.svg +0 -8
  355. package/assets/images/fs/folder-paleorange.svg +0 -8
  356. package/assets/images/fs/folder-teal.svg +0 -8
  357. package/assets/images/fs/folder-white.svg +0 -8
  358. package/assets/images/fs/folder-yellow.svg +0 -8
  359. package/assets/images/fs/gif.svg +0 -7
  360. package/assets/images/fs/go.svg +0 -9
  361. package/assets/images/fs/ics.svg +0 -24
  362. package/assets/images/fs/iso.svg +0 -10
  363. package/assets/images/fs/jpeg.svg +0 -7
  364. package/assets/images/fs/jpg.svg +0 -7
  365. package/assets/images/fs/js.svg +0 -9
  366. package/assets/images/fs/json.svg +0 -9
  367. package/assets/images/fs/lua.svg +0 -9
  368. package/assets/images/fs/m4v.svg +0 -7
  369. package/assets/images/fs/md.svg +0 -10
  370. package/assets/images/fs/mov.svg +0 -7
  371. package/assets/images/fs/mp3.svg +0 -9
  372. package/assets/images/fs/mp4.svg +0 -7
  373. package/assets/images/fs/pdf.svg +0 -9
  374. package/assets/images/fs/pgp.svg +0 -8
  375. package/assets/images/fs/php.svg +0 -9
  376. package/assets/images/fs/png.svg +0 -7
  377. package/assets/images/fs/ppt.svg +0 -9
  378. package/assets/images/fs/py.svg +0 -9
  379. package/assets/images/fs/rar.svg +0 -20
  380. package/assets/images/fs/rpm.svg +0 -7
  381. package/assets/images/fs/rs.svg +0 -9
  382. package/assets/images/fs/sh.svg +0 -9
  383. package/assets/images/fs/tar.svg +0 -20
  384. package/assets/images/fs/txt.svg +0 -8
  385. package/assets/images/fs/unknown.svg +0 -8
  386. package/assets/images/fs/xls.svg +0 -9
  387. package/assets/images/fs/xlsx.svg +0 -9
  388. package/assets/images/fs/xml.svg +0 -8
  389. package/assets/images/fs/yaml.svg +0 -9
  390. package/assets/images/fs/zip.svg +0 -20
  391. package/components/Avatar/Avatar.story.ts +0 -55
  392. package/components/Avatar/Avatar.vue +0 -82
  393. package/components/Avatar/index.ts +0 -12
  394. package/components/Backdrop/Backdrop.vue +0 -27
  395. package/components/Backdrop/index.ts +0 -12
  396. package/components/Button/Button.story.ts +0 -74
  397. package/components/Button/Button.vue +0 -230
  398. package/components/Button/index.ts +0 -12
  399. package/components/ButtonCopy/ButtonCopy.vue +0 -61
  400. package/components/ButtonCopy/index.ts +0 -12
  401. package/components/Drawer/Drawer.vue +0 -102
  402. package/components/Drawer/index.ts +0 -12
  403. package/components/Dropdown/Dropdown.vue +0 -258
  404. package/components/Dropdown/index.ts +0 -12
  405. package/components/EventListener/EventListener.vue +0 -12
  406. package/components/FileDrop/FileDrop.vue +0 -116
  407. package/components/FileDrop/index.ts +0 -12
  408. package/components/Form/Form.spec.ts +0 -72
  409. package/components/Form/Form.vue +0 -134
  410. package/components/Form/index.ts +0 -12
  411. package/components/FormItem/FormItem.vue +0 -85
  412. package/components/FormItem/index.ts +0 -12
  413. package/components/GraphyEmpty/GraphyEmpty.vue +0 -16
  414. package/components/GraphyEmpty/index.ts +0 -12
  415. package/components/GraphyLabel/GraphyLabel.vue +0 -34
  416. package/components/GraphyLabel/index.ts +0 -12
  417. package/components/GraphyPrice/GraphyPrice.story.ts +0 -37
  418. package/components/GraphyPrice/GraphyPrice.vue +0 -65
  419. package/components/GraphyPrice/index.ts +0 -12
  420. package/components/GraphySubtitle/GraphySubtitle.vue +0 -22
  421. package/components/GraphySubtitle/index.ts +0 -12
  422. package/components/GraphyTitle/GraphyTitle.vue +0 -13
  423. package/components/GraphyTitle/index.ts +0 -12
  424. package/components/Icon/Icon.vue +0 -84
  425. package/components/Icon/index.ts +0 -12
  426. package/components/IconButton/IconButton.vue +0 -168
  427. package/components/IconButton/index.ts +0 -12
  428. package/components/InputAvatar/InputAvatar.vue +0 -63
  429. package/components/InputAvatar/index.ts +0 -12
  430. package/components/InputCheckbox/InputCheckbox.vue +0 -77
  431. package/components/InputCheckbox/index.ts +0 -12
  432. package/components/InputColor/InputColor.vue +0 -54
  433. package/components/InputColor/index.ts +0 -12
  434. package/components/InputDate/InputDate.story.ts +0 -15
  435. package/components/InputDate/InputDate.vue +0 -368
  436. package/components/InputDate/index.ts +0 -12
  437. package/components/InputMultiplier/InputMultiplier.vue +0 -119
  438. package/components/InputMultiplier/index.ts +0 -12
  439. package/components/InputMultiplier/input-multiplier.story.ts +0 -30
  440. package/components/InputPassword/InputPassword.vue +0 -170
  441. package/components/InputPassword/index.ts +0 -12
  442. package/components/InputPhone/InputPhone.vue +0 -125
  443. package/components/InputPhone/index.ts +0 -12
  444. package/components/InputPrice/InputPrice.vue +0 -96
  445. package/components/InputPrice/index.ts +0 -12
  446. package/components/InputRadio/InputRadio.vue +0 -41
  447. package/components/InputRadio/InputRadioGroup.story.ts +0 -24
  448. package/components/InputRadio/InputRadioGroup.vue +0 -48
  449. package/components/InputRadio/index.ts +0 -14
  450. package/components/InputSelect/InputSelect.story.ts +0 -87
  451. package/components/InputSelect/InputSelect.vue +0 -507
  452. package/components/InputSelect/index.ts +0 -12
  453. package/components/InputSwitch/InputSwitch.story.ts +0 -34
  454. package/components/InputSwitch/InputSwitch.vue +0 -82
  455. package/components/InputSwitch/index.ts +0 -12
  456. package/components/InputText/InputText.vue +0 -62
  457. package/components/InputText/index.ts +0 -12
  458. package/components/InputTextarea/InputTextarea.vue +0 -64
  459. package/components/InputTextarea/index.ts +0 -12
  460. package/components/LineChart/LineChart.vue +0 -14
  461. package/components/LineChart/index.ts +0 -12
  462. package/components/Modal/Modal.vue +0 -106
  463. package/components/Modal/index.ts +0 -12
  464. package/components/ModalForm/ModalForm.vue +0 -141
  465. package/components/ModalForm/index.ts +0 -12
  466. package/components/Pagination/Pagination.story.ts +0 -15
  467. package/components/Pagination/Pagination.vue +0 -138
  468. package/components/Pagination/index.ts +0 -12
  469. package/components/PieChart/PieChart.vue +0 -14
  470. package/components/PieChart/index.ts +0 -12
  471. package/components/Popconfirm/Popconfirm.vue +0 -80
  472. package/components/Popconfirm/index.ts +0 -12
  473. package/components/Popover/Popover.vue +0 -133
  474. package/components/Popover/index.ts +0 -12
  475. package/components/ProgressCircle/ProgressCircle.story.ts +0 -31
  476. package/components/ProgressCircle/ProgressCircle.vue +0 -82
  477. package/components/ProgressCircle/index.ts +0 -12
  478. package/components/ProgressLine/ProgressLine.story.ts +0 -27
  479. package/components/ProgressLine/ProgressLine.vue +0 -104
  480. package/components/ProgressLine/index.ts +0 -12
  481. package/components/SensitiveInfo/SensitiveInfo.vue +0 -18
  482. package/components/SensitiveInfo/index.ts +0 -12
  483. package/components/Tab/Tab.vue +0 -58
  484. package/components/Tab/index.ts +0 -12
  485. package/components/Table/Table.story.ts +0 -30
  486. package/components/Table/Table.vue +0 -291
  487. package/components/Table/index.ts +0 -12
  488. package/components/Tag/Tag.vue +0 -61
  489. package/components/Tag/index.ts +0 -12
  490. package/components/Toast/Toast.vue +0 -75
  491. package/components/Toast/index.ts +0 -12
  492. package/components/index.ts +0 -43
  493. package/components/plugins.ts +0 -89
  494. package/composables/index.ts +0 -2
  495. package/composables/useBreakpoints.ts +0 -30
  496. package/composables/useRender.ts +0 -29
  497. package/entrypoint.sh +0 -19
  498. package/enums/app.ts +0 -5
  499. package/enums/form.ts +0 -25
  500. package/env.d.ts +0 -8
  501. package/form/convertors.ts +0 -31
  502. package/form/crud.ts +0 -109
  503. package/form/form-data-transformers.ts +0 -148
  504. package/form/form-transformer.ts +0 -54
  505. package/form/form-value-transformers.ts +0 -32
  506. package/form/form.test.ts +0 -96
  507. package/form/json-transformers.ts +0 -91
  508. package/i18n.ts +0 -20
  509. package/index.css +0 -297
  510. package/index.html +0 -22
  511. package/index.ts +0 -14
  512. package/main.ts +0 -31
  513. package/plugins/register-component.ts +0 -5
  514. package/postcss.config.js +0 -6
  515. package/services/clipboard.ts +0 -5
  516. package/services/date.ts +0 -27
  517. package/services/password.ts +0 -309
  518. package/services/ui.ts +0 -43
  519. package/tailwind.config.js +0 -16
  520. package/tsconfig.json +0 -23
  521. package/types/index.ts +0 -5
  522. package/vite.config.mts +0 -14
  523. package/vitest.setup.ts +0 -21
@@ -0,0 +1,40 @@
1
+ import { Icon, ElementSize } from '../../enums/ui';
2
+
3
+ declare const _default: import('vue').DefineComponent<__VLS_WithDefaults<__VLS_TypePropsToRuntimeProps<{
4
+ icon: `${Icon}`;
5
+ role?: string | undefined;
6
+ size?: "" | "xs" | "sm" | "lg" | "xl" | undefined;
7
+ }>, {
8
+ role: string;
9
+ size: ElementSize;
10
+ }>, {
11
+ reference: import("vue").Ref<HTMLElement | null>;
12
+ }, unknown, {}, {}, import("vue").ComponentOptionsMixin, import("vue").ComponentOptionsMixin, {}, string, import("vue").PublicProps, Readonly<import("vue").ExtractPropTypes<__VLS_WithDefaults<__VLS_TypePropsToRuntimeProps<{
13
+ icon: `${Icon}`;
14
+ role?: string | undefined;
15
+ size?: "" | "xs" | "sm" | "lg" | "xl" | undefined;
16
+ }>, {
17
+ role: string;
18
+ size: ElementSize;
19
+ }>>>, {
20
+ role: string;
21
+ size: `${ElementSize}`;
22
+ }, {}>;
23
+ export default _default;
24
+ type __VLS_NonUndefinedable<T> = T extends undefined ? never : T;
25
+ type __VLS_TypePropsToRuntimeProps<T> = {
26
+ [K in keyof T]-?: {} extends Pick<T, K> ? {
27
+ type: import('vue').PropType<__VLS_NonUndefinedable<T[K]>>;
28
+ } : {
29
+ type: import('vue').PropType<T[K]>;
30
+ required: true;
31
+ };
32
+ };
33
+ type __VLS_WithDefaults<P, D> = {
34
+ [K in keyof Pick<P, keyof P>]: K extends keyof D ? __VLS_Prettify<P[K] & {
35
+ default: D[K];
36
+ }> : P[K];
37
+ };
38
+ type __VLS_Prettify<T> = {
39
+ [K in keyof T]: T[K];
40
+ } & {};
@@ -0,0 +1,6 @@
1
+ import { default as Icon } from './Icon.vue';
2
+ import { Plugin } from 'vue';
3
+
4
+ declare const _default: Plugin;
5
+ export default _default;
6
+ export { Icon };
@@ -0,0 +1,153 @@
1
+ import { ButtonType, ElementSize, ElementShape, Icon as EIcon, ElementVariant } from '../../enums/ui';
2
+
3
+ export type ButtonProps = {
4
+ to?: any;
5
+ icon: `${EIcon}`;
6
+ href?: string;
7
+ type?: `${ButtonType}`;
8
+ size?: `${ElementSize}`;
9
+ label?: string;
10
+ shape?: `${ElementShape}`;
11
+ target?: string;
12
+ variant?: `${ElementVariant}`;
13
+ multiple?: boolean;
14
+ isOutline?: boolean;
15
+ isDisabled?: boolean;
16
+ injectStyle?: {
17
+ icon: string;
18
+ };
19
+ disableStyle?: boolean;
20
+ };
21
+ declare const _default: __VLS_WithTemplateSlots<import('vue').DefineComponent<__VLS_WithDefaults<__VLS_TypePropsToRuntimeProps<ButtonProps>, {
22
+ href: string;
23
+ type: ButtonType;
24
+ size: ElementSize;
25
+ label: string;
26
+ shape: ElementShape;
27
+ target: undefined;
28
+ variant: ElementVariant;
29
+ multiple: boolean;
30
+ isOutline: boolean;
31
+ isDisabled: boolean;
32
+ injectStyle: () => {
33
+ icon: string;
34
+ };
35
+ disableStyle: boolean;
36
+ }>, {
37
+ iconReference: import("vue").Ref<import("vue").CreateComponentPublicInstance<Readonly<import("vue").ExtractPropTypes<{
38
+ icon: {
39
+ type: import("vue").PropType<"circle" | "account" | "alert-octagon" | "alert-octagon-outline" | "archive" | "archive-outline" | "arrow-left" | "arrow-right" | "bank" | "bank-outline" | "camera" | "cards-outline" | "cards-variant" | "cart-outline" | "chart-box" | "chart-box-outline" | "check" | "check-circle" | "check-circle-outline" | "chevron-down" | "chevron-left" | "chevron-right" | "chevron-up" | "clock" | "close" | "close-circle" | "close-circle-outline" | "cog" | "color-fill" | "copy" | "credit-card" | "credit-card-plus" | "currency" | "database" | "dots-grid" | "dots-vertical" | "email-open-outline" | "email-outline" | "eye" | "eye-off" | "file-document-plus-outline" | "filmstrip" | "filter" | "fullscreen" | "fullscreen-exit" | "group" | "image" | "image-album" | "image-album-outline" | "image-outline" | "info-outline" | "key" | "key-chain" | "key-variant" | "listbox-outline" | "loading" | "lock" | "lock-outline" | "logout" | "menu" | "menu-down" | "menu-left" | "menu-right" | "minus" | "minus-circle" | "minus-circle-outline" | "moon" | "open-in-new" | "pencil" | "people" | "piggy-bank-outline" | "plus" | "plus-circle" | "plus-circle-outline" | "qrcode-scan" | "refresh" | "save" | "search" | "spotlight" | "store-outline" | "sun" | "swap" | "swap-horizontal" | "swap-left" | "swap-right" | "system-theme" | "tag-outline" | "trash-can" | "trash-can-outline" | "upload" | "user-circle" | "zip-box">;
40
+ required: true;
41
+ };
42
+ role: {
43
+ type: import("vue").PropType<string>;
44
+ default: string;
45
+ };
46
+ size: {
47
+ type: import("vue").PropType<"" | "xs" | "sm" | "lg" | "xl">;
48
+ default: ElementSize;
49
+ };
50
+ }>>, {
51
+ reference: import("vue").Ref<HTMLElement | null>;
52
+ }, unknown, {}, {}, import("vue").ComponentOptionsMixin, import("vue").ComponentOptionsMixin, {}, import("vue").VNodeProps & import("vue").AllowedComponentProps & import("vue").ComponentCustomProps & Readonly<import("vue").ExtractPropTypes<{
53
+ icon: {
54
+ type: import("vue").PropType<"circle" | "account" | "alert-octagon" | "alert-octagon-outline" | "archive" | "archive-outline" | "arrow-left" | "arrow-right" | "bank" | "bank-outline" | "camera" | "cards-outline" | "cards-variant" | "cart-outline" | "chart-box" | "chart-box-outline" | "check" | "check-circle" | "check-circle-outline" | "chevron-down" | "chevron-left" | "chevron-right" | "chevron-up" | "clock" | "close" | "close-circle" | "close-circle-outline" | "cog" | "color-fill" | "copy" | "credit-card" | "credit-card-plus" | "currency" | "database" | "dots-grid" | "dots-vertical" | "email-open-outline" | "email-outline" | "eye" | "eye-off" | "file-document-plus-outline" | "filmstrip" | "filter" | "fullscreen" | "fullscreen-exit" | "group" | "image" | "image-album" | "image-album-outline" | "image-outline" | "info-outline" | "key" | "key-chain" | "key-variant" | "listbox-outline" | "loading" | "lock" | "lock-outline" | "logout" | "menu" | "menu-down" | "menu-left" | "menu-right" | "minus" | "minus-circle" | "minus-circle-outline" | "moon" | "open-in-new" | "pencil" | "people" | "piggy-bank-outline" | "plus" | "plus-circle" | "plus-circle-outline" | "qrcode-scan" | "refresh" | "save" | "search" | "spotlight" | "store-outline" | "sun" | "swap" | "swap-horizontal" | "swap-left" | "swap-right" | "system-theme" | "tag-outline" | "trash-can" | "trash-can-outline" | "upload" | "user-circle" | "zip-box">;
55
+ required: true;
56
+ };
57
+ role: {
58
+ type: import("vue").PropType<string>;
59
+ default: string;
60
+ };
61
+ size: {
62
+ type: import("vue").PropType<"" | "xs" | "sm" | "lg" | "xl">;
63
+ default: ElementSize;
64
+ };
65
+ }>>, {
66
+ role: string;
67
+ size: "" | "xs" | "sm" | "lg" | "xl";
68
+ }, true, {}, {}, {
69
+ P: {};
70
+ B: {};
71
+ D: {};
72
+ C: {};
73
+ M: {};
74
+ Defaults: {};
75
+ }, Readonly<import("vue").ExtractPropTypes<{
76
+ icon: {
77
+ type: import("vue").PropType<"circle" | "account" | "alert-octagon" | "alert-octagon-outline" | "archive" | "archive-outline" | "arrow-left" | "arrow-right" | "bank" | "bank-outline" | "camera" | "cards-outline" | "cards-variant" | "cart-outline" | "chart-box" | "chart-box-outline" | "check" | "check-circle" | "check-circle-outline" | "chevron-down" | "chevron-left" | "chevron-right" | "chevron-up" | "clock" | "close" | "close-circle" | "close-circle-outline" | "cog" | "color-fill" | "copy" | "credit-card" | "credit-card-plus" | "currency" | "database" | "dots-grid" | "dots-vertical" | "email-open-outline" | "email-outline" | "eye" | "eye-off" | "file-document-plus-outline" | "filmstrip" | "filter" | "fullscreen" | "fullscreen-exit" | "group" | "image" | "image-album" | "image-album-outline" | "image-outline" | "info-outline" | "key" | "key-chain" | "key-variant" | "listbox-outline" | "loading" | "lock" | "lock-outline" | "logout" | "menu" | "menu-down" | "menu-left" | "menu-right" | "minus" | "minus-circle" | "minus-circle-outline" | "moon" | "open-in-new" | "pencil" | "people" | "piggy-bank-outline" | "plus" | "plus-circle" | "plus-circle-outline" | "qrcode-scan" | "refresh" | "save" | "search" | "spotlight" | "store-outline" | "sun" | "swap" | "swap-horizontal" | "swap-left" | "swap-right" | "system-theme" | "tag-outline" | "trash-can" | "trash-can-outline" | "upload" | "user-circle" | "zip-box">;
78
+ required: true;
79
+ };
80
+ role: {
81
+ type: import("vue").PropType<string>;
82
+ default: string;
83
+ };
84
+ size: {
85
+ type: import("vue").PropType<"" | "xs" | "sm" | "lg" | "xl">;
86
+ default: ElementSize;
87
+ };
88
+ }>>, {
89
+ reference: import("vue").Ref<HTMLElement | null>;
90
+ }, {}, {}, {}, {
91
+ role: string;
92
+ size: "" | "xs" | "sm" | "lg" | "xl";
93
+ }> | null>;
94
+ }, unknown, {}, {}, import("vue").ComponentOptionsMixin, import("vue").ComponentOptionsMixin, {
95
+ upload: (val: FileList) => void;
96
+ }, string, import("vue").PublicProps, Readonly<import("vue").ExtractPropTypes<__VLS_WithDefaults<__VLS_TypePropsToRuntimeProps<ButtonProps>, {
97
+ href: string;
98
+ type: ButtonType;
99
+ size: ElementSize;
100
+ label: string;
101
+ shape: ElementShape;
102
+ target: undefined;
103
+ variant: ElementVariant;
104
+ multiple: boolean;
105
+ isOutline: boolean;
106
+ isDisabled: boolean;
107
+ injectStyle: () => {
108
+ icon: string;
109
+ };
110
+ disableStyle: boolean;
111
+ }>>> & {
112
+ onUpload?: ((val: FileList) => any) | undefined;
113
+ }, {
114
+ size: "" | "xs" | "sm" | "lg" | "xl";
115
+ shape: "square" | "rounded" | "circle";
116
+ disableStyle: boolean;
117
+ type: "button" | "submit" | "link" | "router-link" | "file";
118
+ label: string;
119
+ href: string;
120
+ target: string;
121
+ variant: "default" | "primary" | "secondary" | "success" | "danger" | "warning" | "transparent";
122
+ multiple: boolean;
123
+ isOutline: boolean;
124
+ isDisabled: boolean;
125
+ injectStyle: {
126
+ icon: string;
127
+ };
128
+ }, {}>, {
129
+ default?(_: {}): any;
130
+ }>;
131
+ export default _default;
132
+ type __VLS_NonUndefinedable<T> = T extends undefined ? never : T;
133
+ type __VLS_TypePropsToRuntimeProps<T> = {
134
+ [K in keyof T]-?: {} extends Pick<T, K> ? {
135
+ type: import('vue').PropType<__VLS_NonUndefinedable<T[K]>>;
136
+ } : {
137
+ type: import('vue').PropType<T[K]>;
138
+ required: true;
139
+ };
140
+ };
141
+ type __VLS_WithDefaults<P, D> = {
142
+ [K in keyof Pick<P, keyof P>]: K extends keyof D ? __VLS_Prettify<P[K] & {
143
+ default: D[K];
144
+ }> : P[K];
145
+ };
146
+ type __VLS_Prettify<T> = {
147
+ [K in keyof T]: T[K];
148
+ } & {};
149
+ type __VLS_WithTemplateSlots<T, S> = T & {
150
+ new (): {
151
+ $slots: S;
152
+ };
153
+ };
@@ -0,0 +1,6 @@
1
+ import { default as IconButton } from './IconButton.vue';
2
+ import { Plugin } from 'vue';
3
+
4
+ declare const _default: Plugin;
5
+ export default _default;
6
+ export { IconButton };
@@ -0,0 +1,19 @@
1
+ declare const _default: import('vue').DefineComponent<__VLS_TypePropsToRuntimeProps<{
2
+ modelValue?: string | File | undefined;
3
+ }>, {}, unknown, {}, {}, import("vue").ComponentOptionsMixin, import("vue").ComponentOptionsMixin, {
4
+ "update:modelValue": (val: File) => void;
5
+ }, string, import("vue").PublicProps, Readonly<import("vue").ExtractPropTypes<__VLS_TypePropsToRuntimeProps<{
6
+ modelValue?: string | File | undefined;
7
+ }>>> & {
8
+ "onUpdate:modelValue"?: ((val: File) => any) | undefined;
9
+ }, {}, {}>;
10
+ export default _default;
11
+ type __VLS_NonUndefinedable<T> = T extends undefined ? never : T;
12
+ type __VLS_TypePropsToRuntimeProps<T> = {
13
+ [K in keyof T]-?: {} extends Pick<T, K> ? {
14
+ type: import('vue').PropType<__VLS_NonUndefinedable<T[K]>>;
15
+ } : {
16
+ type: import('vue').PropType<T[K]>;
17
+ required: true;
18
+ };
19
+ };
@@ -0,0 +1,6 @@
1
+ import { default as InputAvatar } from './InputAvatar.vue';
2
+ import { Plugin } from 'vue';
3
+
4
+ declare const _default: Plugin;
5
+ export default _default;
6
+ export { InputAvatar };
@@ -0,0 +1,52 @@
1
+ declare const _default: import('vue').DefineComponent<__VLS_WithDefaults<__VLS_TypePropsToRuntimeProps<{
2
+ key?: string | undefined;
3
+ disabled?: boolean | undefined;
4
+ modelValue?: boolean | undefined;
5
+ isIndeterminate?: boolean | undefined;
6
+ initializeValue?: boolean | undefined;
7
+ }>, {
8
+ key: string;
9
+ disabled: boolean;
10
+ isIndeterminate: boolean;
11
+ initializeValue: boolean;
12
+ }>, {}, unknown, {}, {}, import("vue").ComponentOptionsMixin, import("vue").ComponentOptionsMixin, {
13
+ input: (args_0: boolean) => void;
14
+ "update:model-value": (args_0: boolean) => void;
15
+ }, string, import("vue").PublicProps, Readonly<import("vue").ExtractPropTypes<__VLS_WithDefaults<__VLS_TypePropsToRuntimeProps<{
16
+ key?: string | undefined;
17
+ disabled?: boolean | undefined;
18
+ modelValue?: boolean | undefined;
19
+ isIndeterminate?: boolean | undefined;
20
+ initializeValue?: boolean | undefined;
21
+ }>, {
22
+ key: string;
23
+ disabled: boolean;
24
+ isIndeterminate: boolean;
25
+ initializeValue: boolean;
26
+ }>>> & {
27
+ onInput?: ((args_0: boolean) => any) | undefined;
28
+ "onUpdate:model-value"?: ((args_0: boolean) => any) | undefined;
29
+ }, {
30
+ key: string;
31
+ disabled: boolean;
32
+ isIndeterminate: boolean;
33
+ initializeValue: boolean;
34
+ }, {}>;
35
+ export default _default;
36
+ type __VLS_NonUndefinedable<T> = T extends undefined ? never : T;
37
+ type __VLS_TypePropsToRuntimeProps<T> = {
38
+ [K in keyof T]-?: {} extends Pick<T, K> ? {
39
+ type: import('vue').PropType<__VLS_NonUndefinedable<T[K]>>;
40
+ } : {
41
+ type: import('vue').PropType<T[K]>;
42
+ required: true;
43
+ };
44
+ };
45
+ type __VLS_WithDefaults<P, D> = {
46
+ [K in keyof Pick<P, keyof P>]: K extends keyof D ? __VLS_Prettify<P[K] & {
47
+ default: D[K];
48
+ }> : P[K];
49
+ };
50
+ type __VLS_Prettify<T> = {
51
+ [K in keyof T]: T[K];
52
+ } & {};
@@ -0,0 +1,6 @@
1
+ import { default as InputCheckbox } from './InputCheckbox.vue';
2
+ import { Plugin } from 'vue';
3
+
4
+ declare const _default: Plugin;
5
+ export default _default;
6
+ export { InputCheckbox };
@@ -0,0 +1,40 @@
1
+ declare const _default: import('vue').DefineComponent<__VLS_WithDefaults<__VLS_TypePropsToRuntimeProps<{
2
+ disabled?: boolean | undefined;
3
+ modelValue?: string | undefined;
4
+ disableStyle?: boolean | undefined;
5
+ }>, {
6
+ disabled: boolean;
7
+ disableStyle: boolean;
8
+ }>, {}, unknown, {}, {}, import("vue").ComponentOptionsMixin, import("vue").ComponentOptionsMixin, {
9
+ "update:modelValue": (val: string) => void;
10
+ }, string, import("vue").PublicProps, Readonly<import("vue").ExtractPropTypes<__VLS_WithDefaults<__VLS_TypePropsToRuntimeProps<{
11
+ disabled?: boolean | undefined;
12
+ modelValue?: string | undefined;
13
+ disableStyle?: boolean | undefined;
14
+ }>, {
15
+ disabled: boolean;
16
+ disableStyle: boolean;
17
+ }>>> & {
18
+ "onUpdate:modelValue"?: ((val: string) => any) | undefined;
19
+ }, {
20
+ disableStyle: boolean;
21
+ disabled: boolean;
22
+ }, {}>;
23
+ export default _default;
24
+ type __VLS_NonUndefinedable<T> = T extends undefined ? never : T;
25
+ type __VLS_TypePropsToRuntimeProps<T> = {
26
+ [K in keyof T]-?: {} extends Pick<T, K> ? {
27
+ type: import('vue').PropType<__VLS_NonUndefinedable<T[K]>>;
28
+ } : {
29
+ type: import('vue').PropType<T[K]>;
30
+ required: true;
31
+ };
32
+ };
33
+ type __VLS_WithDefaults<P, D> = {
34
+ [K in keyof Pick<P, keyof P>]: K extends keyof D ? __VLS_Prettify<P[K] & {
35
+ default: D[K];
36
+ }> : P[K];
37
+ };
38
+ type __VLS_Prettify<T> = {
39
+ [K in keyof T]: T[K];
40
+ } & {};
@@ -0,0 +1,6 @@
1
+ import { default as InputColor } from './InputColor.vue';
2
+ import { Plugin } from 'vue';
3
+
4
+ declare const _default: Plugin;
5
+ export default _default;
6
+ export { InputColor };
@@ -0,0 +1,6 @@
1
+ declare const _default: {
2
+ title: string;
3
+ };
4
+ export default _default;
5
+ declare const Default: any;
6
+ export { Default };
@@ -0,0 +1,23 @@
1
+ declare const _default: import('vue').DefineComponent<__VLS_TypePropsToRuntimeProps<{
2
+ value?: string | Date | undefined;
3
+ modelValue?: string | Date | undefined;
4
+ initialValue?: Date | undefined;
5
+ }>, {}, unknown, {}, {}, import("vue").ComponentOptionsMixin, import("vue").ComponentOptionsMixin, {
6
+ "update:model-value": (val: Date) => void;
7
+ }, string, import("vue").PublicProps, Readonly<import("vue").ExtractPropTypes<__VLS_TypePropsToRuntimeProps<{
8
+ value?: string | Date | undefined;
9
+ modelValue?: string | Date | undefined;
10
+ initialValue?: Date | undefined;
11
+ }>>> & {
12
+ "onUpdate:model-value"?: ((val: Date) => any) | undefined;
13
+ }, {}, {}>;
14
+ export default _default;
15
+ type __VLS_NonUndefinedable<T> = T extends undefined ? never : T;
16
+ type __VLS_TypePropsToRuntimeProps<T> = {
17
+ [K in keyof T]-?: {} extends Pick<T, K> ? {
18
+ type: import('vue').PropType<__VLS_NonUndefinedable<T[K]>>;
19
+ } : {
20
+ type: import('vue').PropType<T[K]>;
21
+ required: true;
22
+ };
23
+ };
@@ -0,0 +1,6 @@
1
+ import { default as InputDate } from './InputDate.vue';
2
+ import { Plugin } from 'vue';
3
+
4
+ declare const _default: Plugin;
5
+ export default _default;
6
+ export { InputDate };
@@ -0,0 +1,41 @@
1
+ import { InputMultiplierProps } from './types';
2
+
3
+ declare const _default: import('vue').DefineComponent<__VLS_WithDefaults<__VLS_TypePropsToRuntimeProps<InputMultiplierProps>, {
4
+ type: string;
5
+ label: string;
6
+ listeners: () => {};
7
+ inputProps: () => {};
8
+ }>, {}, unknown, {}, {}, import("vue").ComponentOptionsMixin, import("vue").ComponentOptionsMixin, {
9
+ "update:model-value": (value: any[]) => void;
10
+ }, string, import("vue").PublicProps, Readonly<import("vue").ExtractPropTypes<__VLS_WithDefaults<__VLS_TypePropsToRuntimeProps<InputMultiplierProps>, {
11
+ type: string;
12
+ label: string;
13
+ listeners: () => {};
14
+ inputProps: () => {};
15
+ }>>> & {
16
+ "onUpdate:model-value"?: ((value: any[]) => any) | undefined;
17
+ }, {
18
+ label: string;
19
+ inputProps: any;
20
+ listeners: {
21
+ [key: string]: (...args: any[]) => void;
22
+ };
23
+ }, {}>;
24
+ export default _default;
25
+ type __VLS_NonUndefinedable<T> = T extends undefined ? never : T;
26
+ type __VLS_TypePropsToRuntimeProps<T> = {
27
+ [K in keyof T]-?: {} extends Pick<T, K> ? {
28
+ type: import('vue').PropType<__VLS_NonUndefinedable<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_Prettify<P[K] & {
36
+ default: D[K];
37
+ }> : P[K];
38
+ };
39
+ type __VLS_Prettify<T> = {
40
+ [K in keyof T]: T[K];
41
+ } & {};
@@ -0,0 +1,6 @@
1
+ import { default as InputMultiplier } from './InputMultiplier.vue';
2
+ import { Plugin } from 'vue';
3
+
4
+ declare const _default: Plugin;
5
+ export default _default;
6
+ export { InputMultiplier };
@@ -0,0 +1,19 @@
1
+ declare const story: {
2
+ title: string;
3
+ args: {
4
+ label: string;
5
+ component: string;
6
+ listeners: {
7
+ "update:model-value": (newValue: string) => void;
8
+ };
9
+ };
10
+ argTypes: {
11
+ component: {
12
+ options: string[];
13
+ control: string;
14
+ description: string;
15
+ };
16
+ };
17
+ };
18
+ declare const Default: any;
19
+ export { story as default, Default };
@@ -1,5 +1,4 @@
1
1
  type ComponentType = "t-input-text" | "t-input-phone";
2
-
3
2
  export type InputMultiplierProps = {
4
3
  component?: ComponentType;
5
4
  inputProps?: any;
@@ -9,8 +8,8 @@ export type InputMultiplierProps = {
9
8
  };
10
9
  modelValue?: any[];
11
10
  };
12
-
13
11
  export type InputMultiplierEvents = {
14
12
  /** Fired when the input value changes */
15
13
  (event: "update:model-value", value: any[]): void;
16
14
  };
15
+ export {};
@@ -0,0 +1,68 @@
1
+ import { InputPasswordModel } from '../../types/form';
2
+
3
+ export type InputPasswordProps = {
4
+ autocomplete?: string;
5
+ canCopy?: boolean;
6
+ encryptor?: (value: string) => Promise<string>;
7
+ keyup?: any;
8
+ modelValue?: InputPasswordModel;
9
+ showRefresh?: boolean;
10
+ showStrength?: boolean;
11
+ simpleMode?: boolean;
12
+ };
13
+ declare const _default: import('vue').DefineComponent<__VLS_WithDefaults<__VLS_TypePropsToRuntimeProps<InputPasswordProps>, {
14
+ autocomplete: string;
15
+ canCopy: boolean;
16
+ encryptor: undefined;
17
+ keyup: () => () => void;
18
+ modelValue: undefined;
19
+ showRefresh: boolean;
20
+ showStrength: boolean;
21
+ simpleMode: boolean;
22
+ }>, {
23
+ focus: () => void;
24
+ }, unknown, {}, {}, import("vue").ComponentOptionsMixin, import("vue").ComponentOptionsMixin, {
25
+ generate: (val: InputPasswordModel) => void;
26
+ "update:modelValue": (val: InputPasswordModel) => void;
27
+ enter: () => void;
28
+ }, string, import("vue").PublicProps, Readonly<import("vue").ExtractPropTypes<__VLS_WithDefaults<__VLS_TypePropsToRuntimeProps<InputPasswordProps>, {
29
+ autocomplete: string;
30
+ canCopy: boolean;
31
+ encryptor: undefined;
32
+ keyup: () => () => void;
33
+ modelValue: undefined;
34
+ showRefresh: boolean;
35
+ showStrength: boolean;
36
+ simpleMode: boolean;
37
+ }>>> & {
38
+ "onUpdate:modelValue"?: ((val: InputPasswordModel) => any) | undefined;
39
+ onEnter?: (() => any) | undefined;
40
+ onGenerate?: ((val: InputPasswordModel) => any) | undefined;
41
+ }, {
42
+ keyup: any;
43
+ modelValue: InputPasswordModel;
44
+ autocomplete: string;
45
+ canCopy: boolean;
46
+ encryptor: (value: string) => Promise<string>;
47
+ showRefresh: boolean;
48
+ showStrength: boolean;
49
+ simpleMode: boolean;
50
+ }, {}>;
51
+ export default _default;
52
+ type __VLS_NonUndefinedable<T> = T extends undefined ? never : T;
53
+ type __VLS_TypePropsToRuntimeProps<T> = {
54
+ [K in keyof T]-?: {} extends Pick<T, K> ? {
55
+ type: import('vue').PropType<__VLS_NonUndefinedable<T[K]>>;
56
+ } : {
57
+ type: import('vue').PropType<T[K]>;
58
+ required: true;
59
+ };
60
+ };
61
+ type __VLS_WithDefaults<P, D> = {
62
+ [K in keyof Pick<P, keyof P>]: K extends keyof D ? __VLS_Prettify<P[K] & {
63
+ default: D[K];
64
+ }> : P[K];
65
+ };
66
+ type __VLS_Prettify<T> = {
67
+ [K in keyof T]: T[K];
68
+ } & {};
@@ -0,0 +1,6 @@
1
+ import { default as InputPassword } from './InputPassword.vue';
2
+ import { Plugin } from 'vue';
3
+
4
+ declare const _default: Plugin;
5
+ export default _default;
6
+ export { InputPassword };
@@ -0,0 +1,40 @@
1
+ type PhoneNumber = {
2
+ iso2: string;
3
+ dialCode: string;
4
+ number: string;
5
+ };
6
+ declare const _default: import('vue').DefineComponent<__VLS_WithDefaults<__VLS_TypePropsToRuntimeProps<{
7
+ resource: any;
8
+ modelValue?: PhoneNumber | undefined;
9
+ }>, {
10
+ modelValue: () => any;
11
+ }>, {}, unknown, {}, {}, import("vue").ComponentOptionsMixin, import("vue").ComponentOptionsMixin, {
12
+ "update:modelValue": (val: PhoneNumber) => void;
13
+ }, string, import("vue").PublicProps, Readonly<import("vue").ExtractPropTypes<__VLS_WithDefaults<__VLS_TypePropsToRuntimeProps<{
14
+ resource: any;
15
+ modelValue?: PhoneNumber | undefined;
16
+ }>, {
17
+ modelValue: () => any;
18
+ }>>> & {
19
+ "onUpdate:modelValue"?: ((val: PhoneNumber) => any) | undefined;
20
+ }, {
21
+ modelValue: PhoneNumber;
22
+ }, {}>;
23
+ export default _default;
24
+ type __VLS_NonUndefinedable<T> = T extends undefined ? never : T;
25
+ type __VLS_TypePropsToRuntimeProps<T> = {
26
+ [K in keyof T]-?: {} extends Pick<T, K> ? {
27
+ type: import('vue').PropType<__VLS_NonUndefinedable<T[K]>>;
28
+ } : {
29
+ type: import('vue').PropType<T[K]>;
30
+ required: true;
31
+ };
32
+ };
33
+ type __VLS_WithDefaults<P, D> = {
34
+ [K in keyof Pick<P, keyof P>]: K extends keyof D ? __VLS_Prettify<P[K] & {
35
+ default: D[K];
36
+ }> : P[K];
37
+ };
38
+ type __VLS_Prettify<T> = {
39
+ [K in keyof T]: T[K];
40
+ } & {};
@@ -0,0 +1,6 @@
1
+ import { default as InputPhone } from './InputPhone.vue';
2
+ import { Plugin } from 'vue';
3
+
4
+ declare const _default: Plugin;
5
+ export default _default;
6
+ export { InputPhone };
@@ -0,0 +1,39 @@
1
+ import { InputPriceModel } from '../../types/form';
2
+
3
+ declare const _default: import('vue').DefineComponent<__VLS_WithDefaults<__VLS_TypePropsToRuntimeProps<{
4
+ modelValue?: InputPriceModel | undefined;
5
+ wrapperClass?: string | undefined;
6
+ resource?: any;
7
+ }>, {
8
+ modelValue: () => any;
9
+ }>, {}, unknown, {}, {}, import("vue").ComponentOptionsMixin, import("vue").ComponentOptionsMixin, {
10
+ "update:modelValue": (val: InputPriceModel) => void;
11
+ }, string, import("vue").PublicProps, Readonly<import("vue").ExtractPropTypes<__VLS_WithDefaults<__VLS_TypePropsToRuntimeProps<{
12
+ modelValue?: InputPriceModel | undefined;
13
+ wrapperClass?: string | undefined;
14
+ resource?: any;
15
+ }>, {
16
+ modelValue: () => any;
17
+ }>>> & {
18
+ "onUpdate:modelValue"?: ((val: InputPriceModel) => any) | undefined;
19
+ }, {
20
+ modelValue: InputPriceModel;
21
+ }, {}>;
22
+ export default _default;
23
+ type __VLS_NonUndefinedable<T> = T extends undefined ? never : T;
24
+ type __VLS_TypePropsToRuntimeProps<T> = {
25
+ [K in keyof T]-?: {} extends Pick<T, K> ? {
26
+ type: import('vue').PropType<__VLS_NonUndefinedable<T[K]>>;
27
+ } : {
28
+ type: import('vue').PropType<T[K]>;
29
+ required: true;
30
+ };
31
+ };
32
+ type __VLS_WithDefaults<P, D> = {
33
+ [K in keyof Pick<P, keyof P>]: K extends keyof D ? __VLS_Prettify<P[K] & {
34
+ default: D[K];
35
+ }> : P[K];
36
+ };
37
+ type __VLS_Prettify<T> = {
38
+ [K in keyof T]: T[K];
39
+ } & {};
@@ -0,0 +1,6 @@
1
+ import { default as InputPrice } from './InputPrice.vue';
2
+ import { Plugin } from 'vue';
3
+
4
+ declare const _default: Plugin;
5
+ export default _default;
6
+ export { InputPrice };