bitboss-ui 0.2.31 → 0.2.33

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 (600) hide show
  1. package/dist/components/BaseButton/BaseButton.vue.d.ts +8 -8
  2. package/dist/components/BaseCheckbox/BaseCheckbox.vue.d.ts +16 -16
  3. package/dist/components/BaseCheckboxGroup/BaseCheckboxGroup.vue.d.ts +43 -43
  4. package/dist/components/BaseDatePicker/BaseDatePicker.vue.d.ts +21 -21
  5. package/dist/components/BaseDatePickerInput/BaseDatePickerInput.vue.d.ts +22 -22
  6. package/dist/components/BaseDialog/BaseDialog.vue.d.ts +10 -10
  7. package/dist/components/BaseInputContainer/BaseInputContainer.vue.d.ts +6 -6
  8. package/dist/components/BaseNumberInput/BaseNumberInput.vue.d.ts +20 -20
  9. package/dist/components/BaseRadio/BaseRadio.vue.d.ts +20 -20
  10. package/dist/components/BaseRadioGroup/BaseRadioGroup.vue.d.ts +43 -43
  11. package/dist/components/BaseRating/BaseRating.vue.d.ts +18 -18
  12. package/dist/components/BaseSelect/BaseSelect.vue.d.ts +43 -36
  13. package/dist/components/BaseSlider/BaseSlider.vue.d.ts +17 -17
  14. package/dist/components/BaseSwitch/BaseSwitch.vue.d.ts +1 -1
  15. package/dist/components/BaseSwitchGroup/BaseSwitchGroup.vue.d.ts +26 -26
  16. package/dist/components/BaseTag/BaseTag.vue.d.ts +21 -21
  17. package/dist/components/BaseTextInput/BaseTextInput.vue.d.ts +19 -19
  18. package/dist/components/BaseTextarea/BaseTextarea.vue.d.ts +18 -18
  19. package/dist/components/BbAccordion/BbAccordion.vue.d.ts +4 -4
  20. package/dist/components/BbAlert/BbAlert.vue.d.ts +4 -4
  21. package/dist/components/BbAvatar/BbAvatar.vue.d.ts +9 -9
  22. package/dist/components/BbBadge/BbBadge.vue.d.ts +2 -2
  23. package/dist/components/BbBreadcrumbs/BbBreadcrumbs.vue.d.ts +7 -7
  24. package/dist/components/BbButton/BbButton.vue.d.ts +1 -1
  25. package/dist/components/BbCheckbox/BbCheckbox.vue.d.ts +11 -11
  26. package/dist/components/BbCheckboxGroup/BbCheckboxGroup.vue.d.ts +34 -34
  27. package/dist/components/BbChip/BbChip.vue.d.ts +3 -3
  28. package/dist/components/BbCollapsible/BbCollapsible.vue.d.ts +1 -1
  29. package/dist/components/BbConfirm/BbConfirm.vue.d.ts +4 -4
  30. package/dist/components/BbDatePickerInput/BbDatePickerInput.vue.d.ts +17 -25
  31. package/dist/components/BbDialog/BbDialog.vue.d.ts +2 -2
  32. package/dist/components/BbDropdown/BbDropdown.vue.d.ts +13 -13
  33. package/dist/components/BbDropdownButton/BbDropdownButton.vue.d.ts +14 -14
  34. package/dist/components/BbDropzone/BbDropzone.vue.d.ts +5 -5
  35. package/dist/components/BbIcon/BbIcon.vue.d.ts +1 -1
  36. package/dist/components/BbIntersection/BbIntersection.vue.d.ts +4 -4
  37. package/dist/components/BbNumberInput/BbNumberInput.vue.d.ts +10 -10
  38. package/dist/components/BbOffCanvas/BbOffCanvas.vue.d.ts +11 -11
  39. package/dist/components/BbPagination/BbPagination.vue.d.ts +2 -2
  40. package/dist/components/BbPopover/BbPopover.vue.d.ts +10 -10
  41. package/dist/components/BbRadio/BbRadio.vue.d.ts +10 -10
  42. package/dist/components/BbRadioGroup/BbRadioGroup.vue.d.ts +34 -34
  43. package/dist/components/BbRating/BbRating.vue.d.ts +11 -11
  44. package/dist/components/BbRatio/BbRatio.vue.d.ts +1 -1
  45. package/dist/components/BbSelect/BbSelect.vue.d.ts +39 -32
  46. package/dist/components/BbSlider/BbSlider.vue.d.ts +10 -10
  47. package/dist/components/BbSmoothHeight/BbSmoothHeight.vue.d.ts +4 -4
  48. package/dist/components/BbSpinner/BbSpinner.vue.d.ts +3 -3
  49. package/dist/components/BbStep/BbStep.vue.d.ts +143 -0
  50. package/dist/components/BbSwitch/BbSwitch.vue.d.ts +2 -2
  51. package/dist/components/BbSwitchGroup/BbSwitchGroup.vue.d.ts +26 -26
  52. package/dist/components/BbTab/BbTab.vue.d.ts +11 -11
  53. package/dist/components/BbTable/BbTable.vue.d.ts +12 -12
  54. package/dist/components/BbTable/types.d.ts +108 -108
  55. package/dist/components/BbTag/BbTag.vue.d.ts +14 -14
  56. package/dist/components/BbTextInput/BbTextInput.vue.d.ts +11 -11
  57. package/dist/components/BbTextarea/BbTextarea.vue.d.ts +10 -10
  58. package/dist/components/BbToast/BbToast.vue.d.ts +1 -1
  59. package/dist/components/BbToast/BbToastMessage.vue.d.ts +1 -1
  60. package/dist/components/BbTooltip/BbTooltip.vue.d.ts +5 -5
  61. package/dist/components/BbTree/BbTree.vue.d.ts +1 -1
  62. package/dist/components/HDAddressSelect.vue.d.ts +89 -0
  63. package/dist/composables/useConfirm.d.ts +11 -11
  64. package/dist/composables/useOptions.d.ts +3 -3
  65. package/dist/composables/useRoute.d.ts +2 -2
  66. package/dist/composables/useRouter.d.ts +1 -1
  67. package/dist/composables/useToast.d.ts +6 -6
  68. package/dist/composables/useWizard.d.ts +33 -21
  69. package/dist/index.d.ts +126 -126
  70. package/dist/types/CommonProps.d.ts +18 -18
  71. package/dist/types/ExtractGenericFromComputedRef.d.ts +1 -1
  72. package/dist/types/ExtractGenericFromRef.d.ts +1 -1
  73. package/dist/types/VoidHtmlElements.d.ts +1 -1
  74. package/dist/utilities/functions/cloneDeep.d.ts +1 -1
  75. package/dist/utilities/functions/debounce.d.ts +1 -1
  76. package/dist/utilities/functions/flow.d.ts +1 -1
  77. package/dist/utilities/functions/get.d.ts +1 -1
  78. package/dist/utilities/functions/isNotNil.d.ts +1 -1
  79. package/dist/utilities/functions/mapValues.d.ts +1 -1
  80. package/dist/utilities/functions/merge.d.ts +1 -1
  81. package/dist/utilities/functions/millisecondsTo.d.ts +1 -1
  82. package/dist/utilities/functions/overEvery.d.ts +1 -1
  83. package/dist/utilities/functions/percentage.d.ts +4 -4
  84. package/dist/utilities/functions/pick.d.ts +1 -1
  85. package/dist/utilities/functions/pickBy.d.ts +1 -1
  86. package/dist/utilities/functions/roundToTheNearest.d.ts +1 -1
  87. package/package.json +93 -77
  88. package/dist/index.js +0 -188
  89. package/dist/index.js.map +0 -1
  90. package/dist/index10.js +0 -5
  91. package/dist/index10.js.map +0 -1
  92. package/dist/index100.js +0 -5
  93. package/dist/index100.js.map +0 -1
  94. package/dist/index101.js +0 -443
  95. package/dist/index101.js.map +0 -1
  96. package/dist/index102.js +0 -5
  97. package/dist/index102.js.map +0 -1
  98. package/dist/index103.js +0 -95
  99. package/dist/index103.js.map +0 -1
  100. package/dist/index104.js +0 -5
  101. package/dist/index104.js.map +0 -1
  102. package/dist/index105.js +0 -89
  103. package/dist/index105.js.map +0 -1
  104. package/dist/index106.js +0 -5
  105. package/dist/index106.js.map +0 -1
  106. package/dist/index107.js +0 -90
  107. package/dist/index107.js.map +0 -1
  108. package/dist/index108.js +0 -5
  109. package/dist/index108.js.map +0 -1
  110. package/dist/index109.js +0 -30
  111. package/dist/index109.js.map +0 -1
  112. package/dist/index11.js +0 -132
  113. package/dist/index11.js.map +0 -1
  114. package/dist/index110.js +0 -5
  115. package/dist/index110.js.map +0 -1
  116. package/dist/index111.js +0 -152
  117. package/dist/index111.js.map +0 -1
  118. package/dist/index112.js +0 -5
  119. package/dist/index112.js.map +0 -1
  120. package/dist/index113.js +0 -123
  121. package/dist/index113.js.map +0 -1
  122. package/dist/index114.js +0 -5
  123. package/dist/index114.js.map +0 -1
  124. package/dist/index115.js +0 -47
  125. package/dist/index115.js.map +0 -1
  126. package/dist/index116.js +0 -41
  127. package/dist/index116.js.map +0 -1
  128. package/dist/index117.js +0 -47
  129. package/dist/index117.js.map +0 -1
  130. package/dist/index118.js +0 -50
  131. package/dist/index118.js.map +0 -1
  132. package/dist/index119.js +0 -46
  133. package/dist/index119.js.map +0 -1
  134. package/dist/index12.js +0 -5
  135. package/dist/index12.js.map +0 -1
  136. package/dist/index120.js +0 -5
  137. package/dist/index120.js.map +0 -1
  138. package/dist/index121.js +0 -24
  139. package/dist/index121.js.map +0 -1
  140. package/dist/index122.js +0 -5
  141. package/dist/index122.js.map +0 -1
  142. package/dist/index123.js +0 -227
  143. package/dist/index123.js.map +0 -1
  144. package/dist/index124.js +0 -5
  145. package/dist/index124.js.map +0 -1
  146. package/dist/index125.js +0 -21
  147. package/dist/index125.js.map +0 -1
  148. package/dist/index126.js +0 -15
  149. package/dist/index126.js.map +0 -1
  150. package/dist/index127.js +0 -27
  151. package/dist/index127.js.map +0 -1
  152. package/dist/index128.js +0 -5
  153. package/dist/index128.js.map +0 -1
  154. package/dist/index129.js +0 -12
  155. package/dist/index129.js.map +0 -1
  156. package/dist/index13.js +0 -152
  157. package/dist/index13.js.map +0 -1
  158. package/dist/index130.js +0 -9
  159. package/dist/index130.js.map +0 -1
  160. package/dist/index131.js +0 -73
  161. package/dist/index131.js.map +0 -1
  162. package/dist/index132.js +0 -6
  163. package/dist/index132.js.map +0 -1
  164. package/dist/index133.js +0 -6
  165. package/dist/index133.js.map +0 -1
  166. package/dist/index134.js +0 -6
  167. package/dist/index134.js.map +0 -1
  168. package/dist/index135.js +0 -6
  169. package/dist/index135.js.map +0 -1
  170. package/dist/index136.js +0 -6
  171. package/dist/index136.js.map +0 -1
  172. package/dist/index137.js +0 -6
  173. package/dist/index137.js.map +0 -1
  174. package/dist/index138.js +0 -6
  175. package/dist/index138.js.map +0 -1
  176. package/dist/index139.js +0 -6
  177. package/dist/index139.js.map +0 -1
  178. package/dist/index14.js +0 -5
  179. package/dist/index14.js.map +0 -1
  180. package/dist/index140.js +0 -6
  181. package/dist/index140.js.map +0 -1
  182. package/dist/index141.js +0 -6
  183. package/dist/index141.js.map +0 -1
  184. package/dist/index142.js +0 -6
  185. package/dist/index142.js.map +0 -1
  186. package/dist/index143.js +0 -6
  187. package/dist/index143.js.map +0 -1
  188. package/dist/index144.js +0 -6
  189. package/dist/index144.js.map +0 -1
  190. package/dist/index145.js +0 -6
  191. package/dist/index145.js.map +0 -1
  192. package/dist/index146.js +0 -6
  193. package/dist/index146.js.map +0 -1
  194. package/dist/index147.js +0 -6
  195. package/dist/index147.js.map +0 -1
  196. package/dist/index148.js +0 -6
  197. package/dist/index148.js.map +0 -1
  198. package/dist/index149.js +0 -6
  199. package/dist/index149.js.map +0 -1
  200. package/dist/index15.js +0 -456
  201. package/dist/index15.js.map +0 -1
  202. package/dist/index150.js +0 -6
  203. package/dist/index150.js.map +0 -1
  204. package/dist/index151.js +0 -6
  205. package/dist/index151.js.map +0 -1
  206. package/dist/index152.js +0 -6
  207. package/dist/index152.js.map +0 -1
  208. package/dist/index153.js +0 -6
  209. package/dist/index153.js.map +0 -1
  210. package/dist/index154.js +0 -6
  211. package/dist/index154.js.map +0 -1
  212. package/dist/index155.js +0 -6
  213. package/dist/index155.js.map +0 -1
  214. package/dist/index156.js +0 -6
  215. package/dist/index156.js.map +0 -1
  216. package/dist/index157.js +0 -6
  217. package/dist/index157.js.map +0 -1
  218. package/dist/index158.js +0 -5
  219. package/dist/index158.js.map +0 -1
  220. package/dist/index159.js +0 -6
  221. package/dist/index159.js.map +0 -1
  222. package/dist/index16.js +0 -5
  223. package/dist/index16.js.map +0 -1
  224. package/dist/index160.js +0 -5
  225. package/dist/index160.js.map +0 -1
  226. package/dist/index161.js +0 -6
  227. package/dist/index161.js.map +0 -1
  228. package/dist/index162.js +0 -6
  229. package/dist/index162.js.map +0 -1
  230. package/dist/index163.js +0 -6
  231. package/dist/index163.js.map +0 -1
  232. package/dist/index164.js +0 -6
  233. package/dist/index164.js.map +0 -1
  234. package/dist/index165.js +0 -6
  235. package/dist/index165.js.map +0 -1
  236. package/dist/index166.js +0 -6
  237. package/dist/index166.js.map +0 -1
  238. package/dist/index167.js +0 -5
  239. package/dist/index167.js.map +0 -1
  240. package/dist/index168.js +0 -6
  241. package/dist/index168.js.map +0 -1
  242. package/dist/index169.js +0 -5
  243. package/dist/index169.js.map +0 -1
  244. package/dist/index17.js +0 -213
  245. package/dist/index17.js.map +0 -1
  246. package/dist/index170.js +0 -5
  247. package/dist/index170.js.map +0 -1
  248. package/dist/index171.js +0 -6
  249. package/dist/index171.js.map +0 -1
  250. package/dist/index172.js +0 -6
  251. package/dist/index172.js.map +0 -1
  252. package/dist/index173.js +0 -6
  253. package/dist/index173.js.map +0 -1
  254. package/dist/index174.js +0 -6
  255. package/dist/index174.js.map +0 -1
  256. package/dist/index175.js +0 -6
  257. package/dist/index175.js.map +0 -1
  258. package/dist/index176.js +0 -6
  259. package/dist/index176.js.map +0 -1
  260. package/dist/index177.js +0 -6
  261. package/dist/index177.js.map +0 -1
  262. package/dist/index178.js +0 -6
  263. package/dist/index178.js.map +0 -1
  264. package/dist/index179.js +0 -6
  265. package/dist/index179.js.map +0 -1
  266. package/dist/index18.js +0 -5
  267. package/dist/index18.js.map +0 -1
  268. package/dist/index180.js +0 -6
  269. package/dist/index180.js.map +0 -1
  270. package/dist/index181.js +0 -6
  271. package/dist/index181.js.map +0 -1
  272. package/dist/index182.js +0 -6
  273. package/dist/index182.js.map +0 -1
  274. package/dist/index183.js +0 -5
  275. package/dist/index183.js.map +0 -1
  276. package/dist/index184.js +0 -6
  277. package/dist/index184.js.map +0 -1
  278. package/dist/index185.js +0 -5
  279. package/dist/index185.js.map +0 -1
  280. package/dist/index186.js +0 -6
  281. package/dist/index186.js.map +0 -1
  282. package/dist/index187.js +0 -6
  283. package/dist/index187.js.map +0 -1
  284. package/dist/index188.js +0 -6
  285. package/dist/index188.js.map +0 -1
  286. package/dist/index189.js +0 -6
  287. package/dist/index189.js.map +0 -1
  288. package/dist/index19.js +0 -240
  289. package/dist/index19.js.map +0 -1
  290. package/dist/index190.js +0 -6
  291. package/dist/index190.js.map +0 -1
  292. package/dist/index191.js +0 -6
  293. package/dist/index191.js.map +0 -1
  294. package/dist/index192.js +0 -6
  295. package/dist/index192.js.map +0 -1
  296. package/dist/index193.js +0 -6
  297. package/dist/index193.js.map +0 -1
  298. package/dist/index194.js +0 -6
  299. package/dist/index194.js.map +0 -1
  300. package/dist/index195.js +0 -6
  301. package/dist/index195.js.map +0 -1
  302. package/dist/index196.js +0 -5
  303. package/dist/index196.js.map +0 -1
  304. package/dist/index197.js +0 -8
  305. package/dist/index197.js.map +0 -1
  306. package/dist/index198.js +0 -19
  307. package/dist/index198.js.map +0 -1
  308. package/dist/index199.js +0 -19
  309. package/dist/index199.js.map +0 -1
  310. package/dist/index2.js +0 -43
  311. package/dist/index2.js.map +0 -1
  312. package/dist/index20.js +0 -5
  313. package/dist/index20.js.map +0 -1
  314. package/dist/index200.js +0 -22
  315. package/dist/index200.js.map +0 -1
  316. package/dist/index201.js +0 -23
  317. package/dist/index201.js.map +0 -1
  318. package/dist/index202.js +0 -32
  319. package/dist/index202.js.map +0 -1
  320. package/dist/index203.js +0 -11
  321. package/dist/index203.js.map +0 -1
  322. package/dist/index204.js +0 -5
  323. package/dist/index204.js.map +0 -1
  324. package/dist/index205.js +0 -381
  325. package/dist/index205.js.map +0 -1
  326. package/dist/index206.js +0 -137
  327. package/dist/index206.js.map +0 -1
  328. package/dist/index207.js +0 -5
  329. package/dist/index207.js.map +0 -1
  330. package/dist/index208.js +0 -177
  331. package/dist/index208.js.map +0 -1
  332. package/dist/index209.js +0 -26
  333. package/dist/index209.js.map +0 -1
  334. package/dist/index21.js +0 -116
  335. package/dist/index21.js.map +0 -1
  336. package/dist/index210.js +0 -376
  337. package/dist/index210.js.map +0 -1
  338. package/dist/index211.js +0 -5
  339. package/dist/index211.js.map +0 -1
  340. package/dist/index212.js +0 -7
  341. package/dist/index212.js.map +0 -1
  342. package/dist/index213.js +0 -6
  343. package/dist/index213.js.map +0 -1
  344. package/dist/index214.js +0 -6
  345. package/dist/index214.js.map +0 -1
  346. package/dist/index215.js +0 -13
  347. package/dist/index215.js.map +0 -1
  348. package/dist/index216.js +0 -6
  349. package/dist/index216.js.map +0 -1
  350. package/dist/index217.js +0 -38
  351. package/dist/index217.js.map +0 -1
  352. package/dist/index218.js +0 -9
  353. package/dist/index218.js.map +0 -1
  354. package/dist/index219.js +0 -5
  355. package/dist/index219.js.map +0 -1
  356. package/dist/index22.js +0 -5
  357. package/dist/index22.js.map +0 -1
  358. package/dist/index220.js +0 -5
  359. package/dist/index220.js.map +0 -1
  360. package/dist/index221.js +0 -238
  361. package/dist/index221.js.map +0 -1
  362. package/dist/index222.js +0 -12
  363. package/dist/index222.js.map +0 -1
  364. package/dist/index223.js +0 -124
  365. package/dist/index223.js.map +0 -1
  366. package/dist/index224.js +0 -31
  367. package/dist/index224.js.map +0 -1
  368. package/dist/index225.js +0 -16
  369. package/dist/index225.js.map +0 -1
  370. package/dist/index226.js +0 -82
  371. package/dist/index226.js.map +0 -1
  372. package/dist/index227.js +0 -298
  373. package/dist/index227.js.map +0 -1
  374. package/dist/index228.js +0 -9
  375. package/dist/index228.js.map +0 -1
  376. package/dist/index229.js +0 -5
  377. package/dist/index229.js.map +0 -1
  378. package/dist/index23.js +0 -118
  379. package/dist/index23.js.map +0 -1
  380. package/dist/index230.js +0 -5
  381. package/dist/index230.js.map +0 -1
  382. package/dist/index231.js +0 -5
  383. package/dist/index231.js.map +0 -1
  384. package/dist/index232.js +0 -5
  385. package/dist/index232.js.map +0 -1
  386. package/dist/index233.js +0 -5
  387. package/dist/index233.js.map +0 -1
  388. package/dist/index234.js +0 -5
  389. package/dist/index234.js.map +0 -1
  390. package/dist/index235.js +0 -5
  391. package/dist/index235.js.map +0 -1
  392. package/dist/index236.js +0 -120
  393. package/dist/index236.js.map +0 -1
  394. package/dist/index237.js +0 -109
  395. package/dist/index237.js.map +0 -1
  396. package/dist/index238.js +0 -7
  397. package/dist/index238.js.map +0 -1
  398. package/dist/index239.js +0 -227
  399. package/dist/index239.js.map +0 -1
  400. package/dist/index24.js +0 -5
  401. package/dist/index24.js.map +0 -1
  402. package/dist/index240.js +0 -261
  403. package/dist/index240.js.map +0 -1
  404. package/dist/index241.js +0 -438
  405. package/dist/index241.js.map +0 -1
  406. package/dist/index242.js +0 -92
  407. package/dist/index242.js.map +0 -1
  408. package/dist/index243.js +0 -203
  409. package/dist/index243.js.map +0 -1
  410. package/dist/index244.js +0 -5
  411. package/dist/index244.js.map +0 -1
  412. package/dist/index245.js +0 -5
  413. package/dist/index245.js.map +0 -1
  414. package/dist/index246.js +0 -72
  415. package/dist/index246.js.map +0 -1
  416. package/dist/index247.js +0 -165
  417. package/dist/index247.js.map +0 -1
  418. package/dist/index248.js +0 -5
  419. package/dist/index248.js.map +0 -1
  420. package/dist/index249.js +0 -18
  421. package/dist/index249.js.map +0 -1
  422. package/dist/index25.js +0 -93
  423. package/dist/index25.js.map +0 -1
  424. package/dist/index250.js +0 -41
  425. package/dist/index250.js.map +0 -1
  426. package/dist/index251.js +0 -5
  427. package/dist/index251.js.map +0 -1
  428. package/dist/index252.js +0 -5
  429. package/dist/index252.js.map +0 -1
  430. package/dist/index253.js +0 -5
  431. package/dist/index253.js.map +0 -1
  432. package/dist/index254.js +0 -5
  433. package/dist/index254.js.map +0 -1
  434. package/dist/index255.js +0 -6
  435. package/dist/index255.js.map +0 -1
  436. package/dist/index256.js +0 -5
  437. package/dist/index256.js.map +0 -1
  438. package/dist/index26.js +0 -5
  439. package/dist/index26.js.map +0 -1
  440. package/dist/index27.js +0 -150
  441. package/dist/index27.js.map +0 -1
  442. package/dist/index28.js +0 -5
  443. package/dist/index28.js.map +0 -1
  444. package/dist/index29.js +0 -125
  445. package/dist/index29.js.map +0 -1
  446. package/dist/index3.js +0 -80
  447. package/dist/index3.js.map +0 -1
  448. package/dist/index30.js +0 -5
  449. package/dist/index30.js.map +0 -1
  450. package/dist/index31.js +0 -692
  451. package/dist/index31.js.map +0 -1
  452. package/dist/index32.js +0 -5
  453. package/dist/index32.js.map +0 -1
  454. package/dist/index33.js +0 -147
  455. package/dist/index33.js.map +0 -1
  456. package/dist/index34.js +0 -5
  457. package/dist/index34.js.map +0 -1
  458. package/dist/index35.js +0 -119
  459. package/dist/index35.js.map +0 -1
  460. package/dist/index36.js +0 -5
  461. package/dist/index36.js.map +0 -1
  462. package/dist/index37.js +0 -155
  463. package/dist/index37.js.map +0 -1
  464. package/dist/index38.js +0 -5
  465. package/dist/index38.js.map +0 -1
  466. package/dist/index39.js +0 -86
  467. package/dist/index39.js.map +0 -1
  468. package/dist/index4.js +0 -65
  469. package/dist/index4.js.map +0 -1
  470. package/dist/index40.js +0 -5
  471. package/dist/index40.js.map +0 -1
  472. package/dist/index41.js +0 -62
  473. package/dist/index41.js.map +0 -1
  474. package/dist/index42.js +0 -5
  475. package/dist/index42.js.map +0 -1
  476. package/dist/index43.js +0 -63
  477. package/dist/index43.js.map +0 -1
  478. package/dist/index44.js +0 -5
  479. package/dist/index44.js.map +0 -1
  480. package/dist/index45.js +0 -97
  481. package/dist/index45.js.map +0 -1
  482. package/dist/index46.js +0 -5
  483. package/dist/index46.js.map +0 -1
  484. package/dist/index47.js +0 -62
  485. package/dist/index47.js.map +0 -1
  486. package/dist/index48.js +0 -5
  487. package/dist/index48.js.map +0 -1
  488. package/dist/index49.js +0 -50
  489. package/dist/index49.js.map +0 -1
  490. package/dist/index5.js +0 -42
  491. package/dist/index5.js.map +0 -1
  492. package/dist/index50.js +0 -5
  493. package/dist/index50.js.map +0 -1
  494. package/dist/index51.js +0 -63
  495. package/dist/index51.js.map +0 -1
  496. package/dist/index52.js +0 -5
  497. package/dist/index52.js.map +0 -1
  498. package/dist/index53.js +0 -46
  499. package/dist/index53.js.map +0 -1
  500. package/dist/index54.js +0 -5
  501. package/dist/index54.js.map +0 -1
  502. package/dist/index55.js +0 -90
  503. package/dist/index55.js.map +0 -1
  504. package/dist/index56.js +0 -5
  505. package/dist/index56.js.map +0 -1
  506. package/dist/index57.js +0 -121
  507. package/dist/index57.js.map +0 -1
  508. package/dist/index58.js +0 -5
  509. package/dist/index58.js.map +0 -1
  510. package/dist/index59.js +0 -86
  511. package/dist/index59.js.map +0 -1
  512. package/dist/index6.js +0 -177
  513. package/dist/index6.js.map +0 -1
  514. package/dist/index60.js +0 -5
  515. package/dist/index60.js.map +0 -1
  516. package/dist/index61.js +0 -89
  517. package/dist/index61.js.map +0 -1
  518. package/dist/index62.js +0 -5
  519. package/dist/index62.js.map +0 -1
  520. package/dist/index63.js +0 -60
  521. package/dist/index63.js.map +0 -1
  522. package/dist/index64.js +0 -5
  523. package/dist/index64.js.map +0 -1
  524. package/dist/index65.js +0 -314
  525. package/dist/index65.js.map +0 -1
  526. package/dist/index66.js +0 -5
  527. package/dist/index66.js.map +0 -1
  528. package/dist/index67.js +0 -130
  529. package/dist/index67.js.map +0 -1
  530. package/dist/index68.js +0 -5
  531. package/dist/index68.js.map +0 -1
  532. package/dist/index69.js +0 -224
  533. package/dist/index69.js.map +0 -1
  534. package/dist/index7.js +0 -22
  535. package/dist/index7.js.map +0 -1
  536. package/dist/index70.js +0 -5
  537. package/dist/index70.js.map +0 -1
  538. package/dist/index71.js +0 -25
  539. package/dist/index71.js.map +0 -1
  540. package/dist/index72.js +0 -47
  541. package/dist/index72.js.map +0 -1
  542. package/dist/index73.js +0 -96
  543. package/dist/index73.js.map +0 -1
  544. package/dist/index74.js +0 -5
  545. package/dist/index74.js.map +0 -1
  546. package/dist/index75.js +0 -228
  547. package/dist/index75.js.map +0 -1
  548. package/dist/index76.js +0 -5
  549. package/dist/index76.js.map +0 -1
  550. package/dist/index77.js +0 -142
  551. package/dist/index77.js.map +0 -1
  552. package/dist/index78.js +0 -5
  553. package/dist/index78.js.map +0 -1
  554. package/dist/index79.js +0 -214
  555. package/dist/index79.js.map +0 -1
  556. package/dist/index8.js +0 -194
  557. package/dist/index8.js.map +0 -1
  558. package/dist/index80.js +0 -5
  559. package/dist/index80.js.map +0 -1
  560. package/dist/index81.js +0 -36
  561. package/dist/index81.js.map +0 -1
  562. package/dist/index82.js +0 -5
  563. package/dist/index82.js.map +0 -1
  564. package/dist/index83.js +0 -84
  565. package/dist/index83.js.map +0 -1
  566. package/dist/index84.js +0 -5
  567. package/dist/index84.js.map +0 -1
  568. package/dist/index85.js +0 -121
  569. package/dist/index85.js.map +0 -1
  570. package/dist/index86.js +0 -5
  571. package/dist/index86.js.map +0 -1
  572. package/dist/index87.js +0 -84
  573. package/dist/index87.js.map +0 -1
  574. package/dist/index88.js +0 -5
  575. package/dist/index88.js.map +0 -1
  576. package/dist/index89.js +0 -31
  577. package/dist/index89.js.map +0 -1
  578. package/dist/index9.js +0 -66
  579. package/dist/index9.js.map +0 -1
  580. package/dist/index90.js +0 -5
  581. package/dist/index90.js.map +0 -1
  582. package/dist/index91.js +0 -158
  583. package/dist/index91.js.map +0 -1
  584. package/dist/index92.js +0 -5
  585. package/dist/index92.js.map +0 -1
  586. package/dist/index93.js +0 -87
  587. package/dist/index93.js.map +0 -1
  588. package/dist/index94.js +0 -5
  589. package/dist/index94.js.map +0 -1
  590. package/dist/index95.js +0 -90
  591. package/dist/index95.js.map +0 -1
  592. package/dist/index96.js +0 -5
  593. package/dist/index96.js.map +0 -1
  594. package/dist/index97.js +0 -120
  595. package/dist/index97.js.map +0 -1
  596. package/dist/index98.js +0 -5
  597. package/dist/index98.js.map +0 -1
  598. package/dist/index99.js +0 -209
  599. package/dist/index99.js.map +0 -1
  600. package/dist/style.css +0 -1
@@ -1,21 +1,21 @@
1
- import type { CommonProps, NonVoidElementTag } from '../../types/CommonProps';
2
- import type { InertiaLinkProps } from "@inertiajs/vue3";
3
- import type { RouterLinkProps } from "vue-router";
4
- export type BaseButtonProps = Pick<CommonProps, "block" | "disabled" | "text"> & NonVoidElementTag & Partial<Pick<RouterLinkProps, "activeClass" | "ariaCurrentValue" | "exactActiveClass" | "replace" | "to">> & Partial<Pick<InertiaLinkProps, "data" | "headers" | "method" | "onBefore" | "onCancel" | "onCancelToken" | "onFinish" | "only" | "onProgress" | "onStart" | "onSuccess" | "preserveScroll" | "preserveState" | "queryStringArrayFormat">> & Partial<{
1
+ import type { CommonProps, NonVoidElementTag } from '@/types/CommonProps';
2
+ import type { InertiaLinkProps } from '@inertiajs/vue3';
3
+ import type { RouterLinkProps } from 'vue-router';
4
+ export type BaseButtonProps = Pick<CommonProps, 'block' | 'disabled' | 'text'> & NonVoidElementTag & Partial<Pick<RouterLinkProps, 'activeClass' | 'ariaCurrentValue' | 'exactActiveClass' | 'replace' | 'to'>> & Partial<Pick<InertiaLinkProps, 'data' | 'headers' | 'method' | 'onBefore' | 'onCancel' | 'onCancelToken' | 'onFinish' | 'only' | 'onProgress' | 'onStart' | 'onSuccess' | 'preserveScroll' | 'preserveState' | 'queryStringArrayFormat'>> & Partial<{
5
5
  /**
6
6
  * Gets the classification and default behavior of the button.
7
7
  */
8
- type: HTMLButtonElement["type"];
8
+ type: HTMLButtonElement['type'];
9
9
  /**
10
10
  * Returns the hyperlink's URL.
11
11
  *
12
12
  * Can be set, to change the URL.
13
13
  */
14
- href: HTMLAnchorElement["href"];
14
+ href: HTMLAnchorElement['href'];
15
15
  /**
16
16
  * Sets or retrieves the window or frame at which to target content.
17
17
  */
18
- target: HTMLAnchorElement["target"];
18
+ target: HTMLAnchorElement['target'];
19
19
  }>;
20
20
  declare const _default: __VLS_WithTemplateSlots<import("vue").DefineComponent<__VLS_WithDefaults<__VLS_TypePropsToRuntimeProps<BaseButtonProps>, {
21
21
  tag: string;
@@ -24,8 +24,8 @@ declare const _default: __VLS_WithTemplateSlots<import("vue").DefineComponent<__
24
24
  tag: string;
25
25
  type: string;
26
26
  }>>>, {
27
- type: "button" | "submit" | "reset";
28
27
  tag: "object" | "search" | "small" | "sub" | "sup" | "a" | "abbr" | "address" | "article" | "aside" | "audio" | "b" | "bdi" | "bdo" | "blockquote" | "body" | "button" | "canvas" | "caption" | "cite" | "code" | "colgroup" | "data" | "datalist" | "dd" | "del" | "details" | "dfn" | "dialog" | "div" | "dl" | "dt" | "em" | "fieldset" | "figcaption" | "figure" | "footer" | "form" | "h1" | "h2" | "h3" | "h4" | "h5" | "h6" | "head" | "header" | "hgroup" | "html" | "i" | "iframe" | "ins" | "kbd" | "label" | "legend" | "li" | "main" | "map" | "mark" | "menu" | "meter" | "nav" | "noscript" | "ol" | "optgroup" | "option" | "output" | "p" | "picture" | "pre" | "progress" | "q" | "rp" | "rt" | "ruby" | "s" | "samp" | "script" | "section" | "select" | "slot" | "span" | "strong" | "style" | "summary" | "table" | "tbody" | "td" | "template" | "textarea" | "tfoot" | "th" | "thead" | "time" | "title" | "tr" | "u" | "ul" | "var" | "video";
28
+ type: "button" | "submit" | "reset";
29
29
  }, {}>, Readonly<{
30
30
  default?: ((props: {}) => any) | undefined;
31
31
  }> & {
@@ -1,13 +1,13 @@
1
- import type { HTMLAttributes, InputHTMLAttributes } from "vue";
1
+ import type { HTMLAttributes, InputHTMLAttributes } from 'vue';
2
2
  export type BaseCheckboxProps = {
3
3
  /**
4
4
  * Sets autofocus on page load.
5
5
  */
6
- autofocus?: InputHTMLAttributes["autofocus"];
6
+ autofocus?: InputHTMLAttributes['autofocus'];
7
7
  /**
8
8
  * Defines the input as checked
9
9
  */
10
- checked?: InputHTMLAttributes["checked"];
10
+ checked?: InputHTMLAttributes['checked'];
11
11
  /**
12
12
  * Define a color for the component.
13
13
  *
@@ -30,19 +30,19 @@ export type BaseCheckboxProps = {
30
30
  /**
31
31
  * The identifier of the component.
32
32
  */
33
- id?: HTMLAttributes["id"];
33
+ id?: HTMLAttributes['id'];
34
34
  /**
35
35
  * Sets the input in an indeterminate state.
36
36
  */
37
- indeterminate?: InputHTMLAttributes["indeterminate"];
37
+ indeterminate?: InputHTMLAttributes['indeterminate'];
38
38
  /**
39
39
  * Defines the name of the input.
40
40
  */
41
- name?: InputHTMLAttributes["name"];
41
+ name?: InputHTMLAttributes['name'];
42
42
  /**
43
43
  * Sets the input in a readonly state.
44
44
  */
45
- readonly?: InputHTMLAttributes["readonly"];
45
+ readonly?: InputHTMLAttributes['readonly'];
46
46
  /**
47
47
  * Will submit "falseValue" if the input is not checked. Otherwise "trueValue" will be submitted.
48
48
  */
@@ -57,15 +57,15 @@ export type BaseCheckboxProps = {
57
57
  modelValue?: any;
58
58
  };
59
59
  export type BaseCheckboxEvents = {
60
- (e: "blur", event: FocusEvent): void;
61
- (e: "change", event: Event): void;
62
- (e: "click", event: MouseEvent): void;
63
- (e: "focus", event: FocusEvent): void;
64
- (e: "input", event: Event): void;
65
- (e: "keydown", event: KeyboardEvent): void;
66
- (e: "mousedown", event: MouseEvent): void;
67
- (e: "mouseup", event: MouseEvent): void;
68
- (e: "update:modelValue", value: any): void;
60
+ (e: 'blur', event: FocusEvent): void;
61
+ (e: 'change', event: Event): void;
62
+ (e: 'click', event: MouseEvent): void;
63
+ (e: 'focus', event: FocusEvent): void;
64
+ (e: 'input', event: Event): void;
65
+ (e: 'keydown', event: KeyboardEvent): void;
66
+ (e: 'mousedown', event: MouseEvent): void;
67
+ (e: 'mouseup', event: MouseEvent): void;
68
+ (e: 'update:modelValue', value: any): void;
69
69
  };
70
70
  export type SlotAttributes = {
71
71
  checked: boolean;
@@ -1,11 +1,11 @@
1
- import type { HTMLAttributes, InputHTMLAttributes } from "vue";
2
- import type { NestedKeyOf } from '../../types/NestedKeyOf';
3
- import type { SlotAttributes } from "../BaseCheckbox/BaseCheckbox.vue";
1
+ import type { HTMLAttributes, InputHTMLAttributes } from 'vue';
2
+ import type { NestedKeyOf } from '@/types/NestedKeyOf';
3
+ import type { SlotAttributes } from '../BaseCheckbox/BaseCheckbox.vue';
4
4
  export type BaseCheckboxGroupProps<T> = {
5
5
  /**
6
6
  * Sets autofocus on page load.
7
7
  */
8
- autofocus?: InputHTMLAttributes["autofocus"];
8
+ autofocus?: InputHTMLAttributes['autofocus'];
9
9
  /**
10
10
  * Define a color for the component.
11
11
  *
@@ -23,7 +23,7 @@ export type BaseCheckboxGroupProps<T> = {
23
23
  /**
24
24
  * Direction of the layout of the inputs inside the fieldset. It can be either `horizontal` or `vertical`
25
25
  */
26
- direction?: "horizontal" | "vertical";
26
+ direction?: 'horizontal' | 'vertical';
27
27
  /**
28
28
  * Disables the component
29
29
  */
@@ -48,7 +48,7 @@ export type BaseCheckboxGroupProps<T> = {
48
48
  /**
49
49
  * The identifier of the component.
50
50
  */
51
- id?: HTMLAttributes["id"];
51
+ id?: HTMLAttributes['id'];
52
52
  /**
53
53
  * Used to retrieve items can be an array or a function.
54
54
  */
@@ -70,7 +70,7 @@ export type BaseCheckboxGroupProps<T> = {
70
70
  * `string` is 40% faster but relies on property order.
71
71
  * `equality` is more reliable but is slower.
72
72
  */
73
- matchStrategy?: "string" | "equality";
73
+ matchStrategy?: 'string' | 'equality';
74
74
  /**
75
75
  * Used by v-model. Can be an array of any serializable type.
76
76
  */
@@ -82,7 +82,7 @@ export type BaseCheckboxGroupProps<T> = {
82
82
  /**
83
83
  * Defines the name of the input.
84
84
  */
85
- name?: InputHTMLAttributes["name"];
85
+ name?: InputHTMLAttributes['name'];
86
86
  /**
87
87
  * String displayed when there are no items to display.
88
88
  */
@@ -90,19 +90,19 @@ export type BaseCheckboxGroupProps<T> = {
90
90
  /**
91
91
  * Sets the input in a readonly state.
92
92
  */
93
- readonly?: InputHTMLAttributes["readonly"];
93
+ readonly?: InputHTMLAttributes['readonly'];
94
94
  };
95
95
  export type BaseCheckboxGroupEvents = {
96
- (e: "blur", event: FocusEvent): void;
97
- (e: "change", event: Event): void;
98
- (e: "click", event: MouseEvent): void;
99
- (e: "focus", event: FocusEvent): void;
100
- (e: "inactive"): void;
101
- (e: "input", event: Event): void;
102
- (e: "keydown", event: KeyboardEvent): void;
103
- (e: "mousedown", event: MouseEvent): void;
104
- (e: "mouseup", event: MouseEvent): void;
105
- (e: "update:modelValue", value: any): void;
96
+ (e: 'blur', event: FocusEvent): void;
97
+ (e: 'change', event: Event): void;
98
+ (e: 'click', event: MouseEvent): void;
99
+ (e: 'focus', event: FocusEvent): void;
100
+ (e: 'inactive'): void;
101
+ (e: 'input', event: Event): void;
102
+ (e: 'keydown', event: KeyboardEvent): void;
103
+ (e: 'mousedown', event: MouseEvent): void;
104
+ (e: 'mouseup', event: MouseEvent): void;
105
+ (e: 'update:modelValue', value: any): void;
106
106
  };
107
107
  declare const _default: <T = any>(__VLS_props: {
108
108
  onFocus?: ((event: FocusEvent) => any) | undefined;
@@ -117,11 +117,11 @@ declare const _default: <T = any>(__VLS_props: {
117
117
  id?: string | undefined;
118
118
  name?: string | undefined;
119
119
  readonly?: (boolean | "true" | "false") | undefined;
120
- disabled?: boolean | undefined;
121
120
  color?: string | undefined;
122
121
  dependencies?: any[] | undefined;
123
122
  depsDebounceTime?: number | undefined;
124
123
  direction?: "horizontal" | "vertical" | undefined;
124
+ disabled?: boolean | undefined;
125
125
  enforceCoherence?: boolean | undefined;
126
126
  hasErrors?: boolean | undefined;
127
127
  hideLabel?: boolean | undefined;
@@ -132,16 +132,16 @@ declare const _default: <T = any>(__VLS_props: {
132
132
  modelValueDebounceTime?: number | undefined;
133
133
  noDataText?: string | undefined;
134
134
  modelValue: any[];
135
- "onUpdate:modelValue"?: ((value: any) => any) | undefined;
136
135
  onInactive?: (() => any) | undefined;
136
+ "onUpdate:modelValue"?: ((value: any) => any) | undefined;
137
137
  items: T[] | ((prefill: boolean, modelValue?: any[] | undefined) => Promise<T[]>) | ((prefill: boolean, modelValue?: any[] | undefined) => T[]);
138
138
  } & import("vue").VNodeProps & import("vue").AllowedComponentProps & import("vue").ComponentCustomProps, __VLS_ctx?: {
139
139
  attrs: any;
140
140
  slots: Readonly<{
141
141
  prepend?: ((props: {}) => any) | undefined;
142
142
  loading?: ((props: {}) => any) | undefined;
143
- "no-data"?: ((props: {}) => any) | undefined;
144
- "option:prepend"?: ((props: {
143
+ 'no-data'?: ((props: {}) => any) | undefined;
144
+ 'option:prepend'?: ((props: {
145
145
  item: T;
146
146
  }) => any) | undefined;
147
147
  icon?: ((props: SlotAttributes & {
@@ -153,15 +153,15 @@ declare const _default: <T = any>(__VLS_props: {
153
153
  text: string;
154
154
  checked: boolean;
155
155
  }) => any) | undefined;
156
- "option:append"?: ((props: {
156
+ 'option:append'?: ((props: {
157
157
  item: T;
158
158
  }) => any) | undefined;
159
159
  append?: ((props: {}) => any) | undefined;
160
160
  }> & {
161
161
  prepend?: ((props: {}) => any) | undefined;
162
162
  loading?: ((props: {}) => any) | undefined;
163
- "no-data"?: ((props: {}) => any) | undefined;
164
- "option:prepend"?: ((props: {
163
+ 'no-data'?: ((props: {}) => any) | undefined;
164
+ 'option:prepend'?: ((props: {
165
165
  item: T;
166
166
  }) => any) | undefined;
167
167
  icon?: ((props: SlotAttributes & {
@@ -173,7 +173,7 @@ declare const _default: <T = any>(__VLS_props: {
173
173
  text: string;
174
174
  checked: boolean;
175
175
  }) => any) | undefined;
176
- "option:append"?: ((props: {
176
+ 'option:append'?: ((props: {
177
177
  item: T;
178
178
  }) => any) | undefined;
179
179
  append?: ((props: {}) => any) | undefined;
@@ -193,11 +193,11 @@ declare const _default: <T = any>(__VLS_props: {
193
193
  id?: string | undefined;
194
194
  name?: string | undefined;
195
195
  readonly?: (boolean | "true" | "false") | undefined;
196
- disabled?: boolean | undefined;
197
196
  color?: string | undefined;
198
197
  dependencies?: any[] | undefined;
199
198
  depsDebounceTime?: number | undefined;
200
199
  direction?: "horizontal" | "vertical" | undefined;
200
+ disabled?: boolean | undefined;
201
201
  enforceCoherence?: boolean | undefined;
202
202
  hasErrors?: boolean | undefined;
203
203
  hideLabel?: boolean | undefined;
@@ -208,8 +208,8 @@ declare const _default: <T = any>(__VLS_props: {
208
208
  modelValueDebounceTime?: number | undefined;
209
209
  noDataText?: string | undefined;
210
210
  modelValue: any[];
211
- "onUpdate:modelValue"?: ((value: any) => any) | undefined;
212
211
  onInactive?: (() => any) | undefined;
212
+ "onUpdate:modelValue"?: ((value: any) => any) | undefined;
213
213
  items: T[] | ((prefill: boolean, modelValue?: any[] | undefined) => Promise<T[]>) | ((prefill: boolean, modelValue?: any[] | undefined) => T[]);
214
214
  } & import("vue").VNodeProps & import("vue").AllowedComponentProps & import("vue").ComponentCustomProps;
215
215
  expose(exposed: import('vue').ShallowUnwrapRef<{}>): void;
@@ -217,8 +217,8 @@ declare const _default: <T = any>(__VLS_props: {
217
217
  slots: Readonly<{
218
218
  prepend?: ((props: {}) => any) | undefined;
219
219
  loading?: ((props: {}) => any) | undefined;
220
- "no-data"?: ((props: {}) => any) | undefined;
221
- "option:prepend"?: ((props: {
220
+ 'no-data'?: ((props: {}) => any) | undefined;
221
+ 'option:prepend'?: ((props: {
222
222
  item: T;
223
223
  }) => any) | undefined;
224
224
  icon?: ((props: SlotAttributes & {
@@ -230,15 +230,15 @@ declare const _default: <T = any>(__VLS_props: {
230
230
  text: string;
231
231
  checked: boolean;
232
232
  }) => any) | undefined;
233
- "option:append"?: ((props: {
233
+ 'option:append'?: ((props: {
234
234
  item: T;
235
235
  }) => any) | undefined;
236
236
  append?: ((props: {}) => any) | undefined;
237
237
  }> & {
238
238
  prepend?: ((props: {}) => any) | undefined;
239
239
  loading?: ((props: {}) => any) | undefined;
240
- "no-data"?: ((props: {}) => any) | undefined;
241
- "option:prepend"?: ((props: {
240
+ 'no-data'?: ((props: {}) => any) | undefined;
241
+ 'option:prepend'?: ((props: {
242
242
  item: T;
243
243
  }) => any) | undefined;
244
244
  icon?: ((props: SlotAttributes & {
@@ -250,7 +250,7 @@ declare const _default: <T = any>(__VLS_props: {
250
250
  text: string;
251
251
  checked: boolean;
252
252
  }) => any) | undefined;
253
- "option:append"?: ((props: {
253
+ 'option:append'?: ((props: {
254
254
  item: T;
255
255
  }) => any) | undefined;
256
256
  append?: ((props: {}) => any) | undefined;
@@ -273,11 +273,11 @@ declare const _default: <T = any>(__VLS_props: {
273
273
  id?: string | undefined;
274
274
  name?: string | undefined;
275
275
  readonly?: (boolean | "true" | "false") | undefined;
276
- disabled?: boolean | undefined;
277
276
  color?: string | undefined;
278
277
  dependencies?: any[] | undefined;
279
278
  depsDebounceTime?: number | undefined;
280
279
  direction?: "horizontal" | "vertical" | undefined;
280
+ disabled?: boolean | undefined;
281
281
  enforceCoherence?: boolean | undefined;
282
282
  hasErrors?: boolean | undefined;
283
283
  hideLabel?: boolean | undefined;
@@ -288,8 +288,8 @@ declare const _default: <T = any>(__VLS_props: {
288
288
  modelValueDebounceTime?: number | undefined;
289
289
  noDataText?: string | undefined;
290
290
  modelValue: any[];
291
- "onUpdate:modelValue"?: ((value: any) => any) | undefined;
292
291
  onInactive?: (() => any) | undefined;
292
+ "onUpdate:modelValue"?: ((value: any) => any) | undefined;
293
293
  items: T[] | ((prefill: boolean, modelValue?: any[] | undefined) => Promise<T[]>) | ((prefill: boolean, modelValue?: any[] | undefined) => T[]);
294
294
  } & import("vue").VNodeProps & import("vue").AllowedComponentProps & import("vue").ComponentCustomProps;
295
295
  expose(exposed: import('vue').ShallowUnwrapRef<{}>): void;
@@ -297,8 +297,8 @@ declare const _default: <T = any>(__VLS_props: {
297
297
  slots: Readonly<{
298
298
  prepend?: ((props: {}) => any) | undefined;
299
299
  loading?: ((props: {}) => any) | undefined;
300
- "no-data"?: ((props: {}) => any) | undefined;
301
- "option:prepend"?: ((props: {
300
+ 'no-data'?: ((props: {}) => any) | undefined;
301
+ 'option:prepend'?: ((props: {
302
302
  item: T;
303
303
  }) => any) | undefined;
304
304
  icon?: ((props: SlotAttributes & {
@@ -310,15 +310,15 @@ declare const _default: <T = any>(__VLS_props: {
310
310
  text: string;
311
311
  checked: boolean;
312
312
  }) => any) | undefined;
313
- "option:append"?: ((props: {
313
+ 'option:append'?: ((props: {
314
314
  item: T;
315
315
  }) => any) | undefined;
316
316
  append?: ((props: {}) => any) | undefined;
317
317
  }> & {
318
318
  prepend?: ((props: {}) => any) | undefined;
319
319
  loading?: ((props: {}) => any) | undefined;
320
- "no-data"?: ((props: {}) => any) | undefined;
321
- "option:prepend"?: ((props: {
320
+ 'no-data'?: ((props: {}) => any) | undefined;
321
+ 'option:prepend'?: ((props: {
322
322
  item: T;
323
323
  }) => any) | undefined;
324
324
  icon?: ((props: SlotAttributes & {
@@ -330,7 +330,7 @@ declare const _default: <T = any>(__VLS_props: {
330
330
  text: string;
331
331
  checked: boolean;
332
332
  }) => any) | undefined;
333
- "option:append"?: ((props: {
333
+ 'option:append'?: ((props: {
334
334
  item: T;
335
335
  }) => any) | undefined;
336
336
  append?: ((props: {}) => any) | undefined;
@@ -1,7 +1,7 @@
1
- import { default as dayjs } from "dayjs";
2
- import { default as it } from "dayjs/locale/it";
3
- import type { Dayjs } from "dayjs";
4
- import type { InputHTMLAttributes } from "vue";
1
+ import { default as dayjs } from 'dayjs';
2
+ import { default as it } from 'dayjs/locale/it';
3
+ import type { Dayjs } from 'dayjs';
4
+ import type { InputHTMLAttributes } from 'vue';
5
5
  export type BaseDatePickerProps = {
6
6
  /**
7
7
  * Disables the component
@@ -10,7 +10,7 @@ export type BaseDatePickerProps = {
10
10
  /**
11
11
  * Defines the first day of the week with `0` meaning Sunday and `6` meaning Saturday
12
12
  */
13
- firstDayOfWeek?: (typeof it)["weekStart"];
13
+ firstDayOfWeek?: (typeof it)['weekStart'];
14
14
  /**
15
15
  * Maximum selectable date
16
16
  */
@@ -34,7 +34,7 @@ export type BaseDatePickerProps = {
34
34
  /**
35
35
  * Sets the input in a readonly state.
36
36
  */
37
- readonly?: InputHTMLAttributes["readonly"];
37
+ readonly?: InputHTMLAttributes['readonly'];
38
38
  /**
39
39
  * Function that accepts a `Date` object and returns a boolean. `false` meaning the date cannot be selected
40
40
  * @param date
@@ -60,23 +60,23 @@ type Cell = {
60
60
  };
61
61
  export type BaseDatePickerSlots = {
62
62
  day?: (props: {
63
- first: Cell["first"];
64
- highlighted: Cell["highlighted"];
65
- item: Cell["original"];
66
- label: Cell["label"];
67
- last: Cell["last"];
68
- middle: Cell["middle"];
69
- selected: Cell["selected"];
63
+ first: Cell['first'];
64
+ highlighted: Cell['highlighted'];
65
+ item: Cell['original'];
66
+ label: Cell['label'];
67
+ last: Cell['last'];
68
+ middle: Cell['middle'];
69
+ selected: Cell['selected'];
70
70
  }) => any;
71
71
  } & {
72
72
  [key: string]: (props: {
73
- first: Cell["first"];
74
- highlighted: Cell["highlighted"];
75
- item: Cell["original"];
76
- label: Cell["label"];
77
- last: Cell["last"];
78
- middle: Cell["middle"];
79
- selected: Cell["selected"];
73
+ first: Cell['first'];
74
+ highlighted: Cell['highlighted'];
75
+ item: Cell['original'];
76
+ label: Cell['label'];
77
+ last: Cell['last'];
78
+ middle: Cell['middle'];
79
+ selected: Cell['selected'];
80
80
  }) => any;
81
81
  };
82
82
  declare const _default: __VLS_WithTemplateSlots<import("vue").DefineComponent<__VLS_WithDefaults<__VLS_TypePropsToRuntimeProps<BaseDatePickerProps>, {
@@ -94,8 +94,8 @@ declare const _default: __VLS_WithTemplateSlots<import("vue").DefineComponent<__
94
94
  }>>> & {
95
95
  "onUpdate:modelValue"?: ((...args: any[]) => any) | undefined;
96
96
  }, {
97
- firstDayOfWeek: number;
98
97
  width: string | number;
98
+ firstDayOfWeek: number;
99
99
  }, {}>, Readonly<{
100
100
  day?: ((props: {
101
101
  first: boolean;
@@ -1,6 +1,6 @@
1
- import { default as dayjs } from "dayjs";
2
- import { default as it } from "dayjs/locale/it";
3
- import type { HTMLAttributes, InputHTMLAttributes } from "vue";
1
+ import { default as dayjs } from 'dayjs';
2
+ import { default as it } from 'dayjs/locale/it';
3
+ import type { HTMLAttributes, InputHTMLAttributes } from 'vue';
4
4
  export type BaseDatePickerInputProps = {
5
5
  /**
6
6
  * Allows typing into the input.
@@ -9,11 +9,11 @@ export type BaseDatePickerInputProps = {
9
9
  /**
10
10
  * Guides to the browser as to the type of information expected in the field.
11
11
  */
12
- autocomplete?: InputHTMLAttributes["autocomplete"];
12
+ autocomplete?: InputHTMLAttributes['autocomplete'];
13
13
  /**
14
14
  * Sets autofocus on page load.
15
15
  */
16
- autofocus?: InputHTMLAttributes["autofocus"];
16
+ autofocus?: InputHTMLAttributes['autofocus'];
17
17
  /**
18
18
  * Disables the component
19
19
  */
@@ -21,7 +21,7 @@ export type BaseDatePickerInputProps = {
21
21
  /**
22
22
  * Defines the first day of the week with `0` meaning Sunday and `6` meaning Saturday
23
23
  */
24
- firstDayOfWeek?: (typeof it)["weekStart"];
24
+ firstDayOfWeek?: (typeof it)['weekStart'];
25
25
  /**
26
26
  * Define if the component should be in an error state.
27
27
  * It usually attaches a CSS class for styling purposes.
@@ -30,7 +30,7 @@ export type BaseDatePickerInputProps = {
30
30
  /**
31
31
  * The identifier of the component.
32
32
  */
33
- id?: HTMLAttributes["id"];
33
+ id?: HTMLAttributes['id'];
34
34
  /**
35
35
  * Maximum selectable date
36
36
  */
@@ -46,11 +46,11 @@ export type BaseDatePickerInputProps = {
46
46
  /**
47
47
  * Defines the name of the input.
48
48
  */
49
- name?: InputHTMLAttributes["name"];
49
+ name?: InputHTMLAttributes['name'];
50
50
  /**
51
51
  * String displayed when there's no data.
52
52
  */
53
- placeholder?: InputHTMLAttributes["placeholder"];
53
+ placeholder?: InputHTMLAttributes['placeholder'];
54
54
  /**
55
55
  * Selects a range of dates between two dates. It selects all of the days between start and end
56
56
  */
@@ -58,7 +58,7 @@ export type BaseDatePickerInputProps = {
58
58
  /**
59
59
  * Sets the input in a readonly state.
60
60
  */
61
- readonly?: InputHTMLAttributes["readonly"];
61
+ readonly?: InputHTMLAttributes['readonly'];
62
62
  /**
63
63
  * Function that accepts a `Date` object and returns a boolean. `false` meaning the date cannot be selected
64
64
  * @param date
@@ -70,9 +70,9 @@ export type BaseDatePickerInputProps = {
70
70
  width?: number | string;
71
71
  };
72
72
  export type BaseDatePickerInputEvents = {
73
- (e: "update:modelValue", value: BaseDatePickerInputProps["modelValue"]): void;
74
- (e: "inactive"): void;
75
- (e: "error", message: string): void;
73
+ (e: 'update:modelValue', value: BaseDatePickerInputProps['modelValue']): void;
74
+ (e: 'inactive'): void;
75
+ (e: 'error', message: string): void;
76
76
  };
77
77
  declare const _default: __VLS_WithTemplateSlots<import("vue").DefineComponent<__VLS_WithDefaults<__VLS_TypePropsToRuntimeProps<BaseDatePickerInputProps>, {
78
78
  allowWriting: boolean;
@@ -88,17 +88,17 @@ declare const _default: __VLS_WithTemplateSlots<import("vue").DefineComponent<__
88
88
  width: number;
89
89
  }>>> & {
90
90
  onError?: ((message: string) => any) | undefined;
91
- "onUpdate:modelValue"?: ((value: string | string[] | null) => any) | undefined;
92
91
  onInactive?: (() => any) | undefined;
92
+ "onUpdate:modelValue"?: ((value: string | string[] | null) => any) | undefined;
93
93
  }, {
94
94
  autocomplete: string;
95
95
  allowWriting: boolean;
96
96
  width: string | number;
97
97
  }, {}>, Readonly<{
98
- "prepend-outer"?: ((props: {}) => any) | undefined;
99
- prepend?: ((props: {}) => any) | undefined;
100
- append?: ((props: {}) => any) | undefined;
101
- "append-outer"?: ((props: {}) => any) | undefined;
98
+ 'prepend-outer'?: ((props: object) => any) | undefined;
99
+ prepend?: ((props: object) => any) | undefined;
100
+ append?: ((props: object) => any) | undefined;
101
+ 'append-outer'?: ((props: object) => any) | undefined;
102
102
  } & {
103
103
  day?: ((props: {
104
104
  first: boolean;
@@ -120,10 +120,10 @@ declare const _default: __VLS_WithTemplateSlots<import("vue").DefineComponent<__
120
120
  selected: boolean;
121
121
  }) => any;
122
122
  }> & {
123
- "prepend-outer"?: ((props: {}) => any) | undefined;
124
- prepend?: ((props: {}) => any) | undefined;
125
- append?: ((props: {}) => any) | undefined;
126
- "append-outer"?: ((props: {}) => any) | undefined;
123
+ 'prepend-outer'?: ((props: object) => any) | undefined;
124
+ prepend?: ((props: object) => any) | undefined;
125
+ append?: ((props: object) => any) | undefined;
126
+ 'append-outer'?: ((props: object) => any) | undefined;
127
127
  } & {
128
128
  day?: ((props: {
129
129
  first: boolean;
@@ -1,10 +1,10 @@
1
- import type { CommonProps, Size } from '../../types/CommonProps';
1
+ import type { CommonProps, Size } from '@/types/CommonProps';
2
2
  export type Sizes = {
3
3
  sm: number;
4
4
  md: number;
5
5
  lg: number;
6
6
  };
7
- export type BaseDialogProps = Pick<CommonProps, "closeLabel" | "compact" | "disabled" | "eager" | "panelClasses" | "overlayClasses" | "persistent" | "showClose" | "title" | "transition" | "transitionDuration"> & Size<Sizes> & {
7
+ export type BaseDialogProps = Pick<CommonProps, 'closeLabel' | 'compact' | 'disabled' | 'eager' | 'panelClasses' | 'overlayClasses' | 'persistent' | 'showClose' | 'title' | 'transition' | 'transitionDuration'> & Size<Sizes> & {
8
8
  /**
9
9
  * Description of the content of the modal. Extremely useful for accessibility reasons.
10
10
  */
@@ -22,25 +22,25 @@ export type BaseDialogSlots = {
22
22
  header?: (props: {
23
23
  titleId: typeof titleId;
24
24
  close: typeof onCloseClick;
25
- title: BaseDialogProps["title"];
25
+ title: BaseDialogProps['title'];
26
26
  }) => any;
27
27
  title?: (props: {
28
- text: BaseDialogProps["title"];
28
+ text: BaseDialogProps['title'];
29
29
  }) => any;
30
30
  close?: (props: {
31
- text: BaseDialogProps["closeLabel"];
31
+ text: BaseDialogProps['closeLabel'];
32
32
  }) => any;
33
33
  description?: (props: {
34
34
  descriptionId: typeof descriptionId;
35
- text: BaseDialogProps["description"];
35
+ text: BaseDialogProps['description'];
36
36
  }) => any;
37
37
  default?: (props: {}) => any;
38
38
  footer?: (props: {}) => any;
39
39
  };
40
40
  export type BaseDialogEvents = {
41
- (e: "shown"): void;
42
- (e: "hidden"): void;
43
- (e: "update:modelValue", value: boolean): void;
41
+ (e: 'shown'): void;
42
+ (e: 'hidden'): void;
43
+ (e: 'update:modelValue', value: boolean): void;
44
44
  };
45
45
  declare const titleId: string;
46
46
  declare const descriptionId: string;
@@ -73,12 +73,12 @@ declare const _default: __VLS_WithTemplateSlots<import("vue").DefineComponent<__
73
73
  onHidden?: (() => any) | undefined;
74
74
  onShown?: (() => any) | undefined;
75
75
  }, {
76
+ transitionDuration: number;
76
77
  closeLabel: string;
77
78
  overlayClasses: import("../../types/Classes").Classes;
78
79
  panelClasses: import("../../types/Classes").Classes;
79
80
  showClose: boolean;
80
81
  transition: string;
81
- transitionDuration: number;
82
82
  size: number | ({
83
83
  size?: any;
84
84
  } & string) | keyof Sizes;