maz-ui 3.11.3 → 3.12.0

This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
Files changed (358) hide show
  1. package/components/MazAvatar.d.ts +154 -0
  2. package/components/MazBackdrop.d.ts +91 -0
  3. package/components/MazBadge.d.ts +73 -0
  4. package/components/MazBottomSheet.d.ts +36 -0
  5. package/components/MazBtn.d.ts +195 -0
  6. package/components/MazCard.d.ts +194 -0
  7. package/components/MazCarousel.d.ts +24 -0
  8. package/components/MazChart.d.ts +95 -0
  9. package/components/MazCheckbox.d.ts +52 -0
  10. package/components/MazDialog.d.ts +91 -0
  11. package/components/MazDialogPromise/use-maz-dialog-promise.d.ts +30 -0
  12. package/components/MazDialogPromise.d.ts +72 -0
  13. package/components/MazDrawer.d.ts +69 -0
  14. package/components/MazDropzone.d.ts +128 -0
  15. package/components/MazGallery.d.ts +125 -0
  16. package/components/MazIcon.d.ts +64 -0
  17. package/components/MazInput.d.ts +271 -0
  18. package/components/MazInputNumber.d.ts +65 -0
  19. package/components/MazInputPrice.d.ts +69 -0
  20. package/components/MazInputTags.d.ts +92 -0
  21. package/components/MazLazyImg.d.ts +77 -0
  22. package/components/MazPhoneNumberInput/constantes/locales.d.ts +12 -0
  23. package/components/MazPhoneNumberInput/types.d.ts +21 -0
  24. package/components/MazPhoneNumberInput/utils/countries-name-list-by-iso-code.d.ts +2 -0
  25. package/components/MazPhoneNumberInput/utils/index.d.ts +12 -0
  26. package/components/MazPhoneNumberInput.d.ts +251 -0
  27. package/components/MazPicker/MazPickerCalendar.vue.d.ts +135 -0
  28. package/components/MazPicker/MazPickerCalendarMonth/MazPickerCalendarDays.vue.d.ts +20 -0
  29. package/components/MazPicker/MazPickerCalendarMonth/MazPickerCalendarGrid.vue.d.ts +112 -0
  30. package/components/MazPicker/MazPickerCalendarMonth/MazPickerCalendarMonth.vue.d.ts +122 -0
  31. package/components/MazPicker/MazPickerCalendarSwitcher.vue.d.ts +36 -0
  32. package/components/MazPicker/MazPickerContainer.vue.d.ts +210 -0
  33. package/components/MazPicker/MazPickerFooter.vue.d.ts +16 -0
  34. package/components/MazPicker/MazPickerHeader.vue.d.ts +82 -0
  35. package/components/MazPicker/MazPickerMonthSwitcher.vue.d.ts +41 -0
  36. package/components/MazPicker/MazPickerShortcuts.vue.d.ts +60 -0
  37. package/components/MazPicker/MazPickerTime.vue.d.ts +127 -0
  38. package/components/MazPicker/MazPickerYearSwitcher.vue.d.ts +33 -0
  39. package/components/MazPicker/types.d.ts +15 -0
  40. package/components/MazPicker/utils.d.ts +54 -0
  41. package/components/MazPicker.d.ts +309 -0
  42. package/components/MazRadioButtons.d.ts +77 -0
  43. package/components/MazSelect.d.ts +184 -0
  44. package/components/MazSlider/utils.d.ts +15 -0
  45. package/components/MazSlider.d.ts +92 -0
  46. package/components/MazSpinner.d.ts +26 -0
  47. package/components/MazStepper.d.ts +112 -0
  48. package/components/MazSwitch.d.ts +54 -0
  49. package/components/MazTabs.d.ts +28 -0
  50. package/components/MazTabsBar.d.ts +55 -0
  51. package/components/MazTabsContent.d.ts +9 -0
  52. package/components/MazTabsContentItem.d.ts +19 -0
  53. package/components/MazTextarea/textarea-autogrow.d.ts +9 -0
  54. package/components/MazTextarea.d.ts +121 -0
  55. package/components/MazTransitionExpand.d.ts +9 -0
  56. package/components/component-list.d.ts +1 -0
  57. package/components/index.d.ts +35 -0
  58. package/components/types.d.ts +17 -0
  59. package/icons/academic-cap.svg +5 -0
  60. package/icons/adjustments-horizontal.svg +5 -0
  61. package/icons/adjustments-vertical.svg +5 -0
  62. package/icons/archive-box-arrow-down.svg +5 -0
  63. package/icons/archive-box-x-mark.svg +5 -0
  64. package/icons/archive-box.svg +5 -0
  65. package/icons/arrow-down-circle.svg +5 -0
  66. package/icons/arrow-down-left.svg +4 -0
  67. package/icons/arrow-down-on-square-stack.svg +5 -0
  68. package/icons/arrow-down-on-square.svg +5 -0
  69. package/icons/arrow-down-right.svg +4 -0
  70. package/icons/arrow-down-tray.svg +5 -0
  71. package/icons/arrow-down.svg +4 -0
  72. package/icons/arrow-left-circle.svg +5 -0
  73. package/icons/arrow-left-on-rectangle.svg +5 -0
  74. package/icons/arrow-left.svg +4 -0
  75. package/icons/arrow-long-down.svg +4 -0
  76. package/icons/arrow-long-left.svg +4 -0
  77. package/icons/arrow-long-right.svg +4 -0
  78. package/icons/arrow-long-up.svg +4 -0
  79. package/icons/arrow-path-rounded-square.svg +5 -0
  80. package/icons/arrow-path.svg +5 -0
  81. package/icons/arrow-right-circle.svg +5 -0
  82. package/icons/arrow-right-on-rectangle.svg +5 -0
  83. package/icons/arrow-right.svg +4 -0
  84. package/icons/arrow-small-down.svg +4 -0
  85. package/icons/arrow-small-left.svg +4 -0
  86. package/icons/arrow-small-right.svg +4 -0
  87. package/icons/arrow-small-up.svg +4 -0
  88. package/icons/arrow-top-right-on-square.svg +5 -0
  89. package/icons/arrow-trending-down.svg +5 -0
  90. package/icons/arrow-trending-up.svg +5 -0
  91. package/icons/arrow-up-circle.svg +5 -0
  92. package/icons/arrow-up-left.svg +4 -0
  93. package/icons/arrow-up-on-square-stack.svg +5 -0
  94. package/icons/arrow-up-on-square.svg +5 -0
  95. package/icons/arrow-up-right.svg +4 -0
  96. package/icons/arrow-up-tray.svg +5 -0
  97. package/icons/arrow-up.svg +4 -0
  98. package/icons/arrow-uturn-down.svg +4 -0
  99. package/icons/arrow-uturn-left.svg +4 -0
  100. package/icons/arrow-uturn-right.svg +4 -0
  101. package/icons/arrow-uturn-up.svg +4 -0
  102. package/icons/arrows-pointing-in.svg +5 -0
  103. package/icons/arrows-pointing-out.svg +5 -0
  104. package/icons/arrows-right-left.svg +4 -0
  105. package/icons/arrows-up-down.svg +4 -0
  106. package/icons/at-symbol.svg +5 -0
  107. package/icons/backspace.svg +5 -0
  108. package/icons/backward.svg +8 -0
  109. package/icons/banknotes.svg +5 -0
  110. package/icons/bars-2.svg +4 -0
  111. package/icons/bars-3-bottom-left.svg +4 -0
  112. package/icons/bars-3-bottom-right.svg +4 -0
  113. package/icons/bars-3-center-left.svg +4 -0
  114. package/icons/bars-3.svg +4 -0
  115. package/icons/bars-4.svg +4 -0
  116. package/icons/bars-arrow-down.svg +4 -0
  117. package/icons/bars-arrow-up.svg +4 -0
  118. package/icons/battery-0.svg +5 -0
  119. package/icons/battery-100.svg +5 -0
  120. package/icons/battery-50.svg +5 -0
  121. package/icons/beaker.svg +5 -0
  122. package/icons/bell-alert.svg +5 -0
  123. package/icons/bell-slash.svg +5 -0
  124. package/icons/bell-snooze.svg +5 -0
  125. package/icons/bell.svg +5 -0
  126. package/icons/bolt-slash.svg +5 -0
  127. package/icons/bolt.svg +4 -0
  128. package/icons/book-open.svg +5 -0
  129. package/icons/bookmark-slash.svg +5 -0
  130. package/icons/bookmark-square.svg +5 -0
  131. package/icons/bookmark.svg +5 -0
  132. package/icons/briefcase.svg +7 -0
  133. package/icons/bug-ant.svg +5 -0
  134. package/icons/building-library.svg +5 -0
  135. package/icons/building-office-2.svg +5 -0
  136. package/icons/building-office.svg +5 -0
  137. package/icons/building-storefront.svg +5 -0
  138. package/icons/cake.svg +5 -0
  139. package/icons/calculator.svg +5 -0
  140. package/icons/calendar-days.svg +5 -0
  141. package/icons/calendar.svg +5 -0
  142. package/icons/camera.svg +10 -0
  143. package/icons/chart-bar-square.svg +5 -0
  144. package/icons/chart-bar.svg +11 -0
  145. package/icons/chart-pie.svg +6 -0
  146. package/icons/chat-bubble-bottom-center-text.svg +5 -0
  147. package/icons/chat-bubble-bottom-center.svg +5 -0
  148. package/icons/chat-bubble-left-ellipsis.svg +5 -0
  149. package/icons/chat-bubble-left-right.svg +5 -0
  150. package/icons/chat-bubble-left.svg +5 -0
  151. package/icons/chat-bubble-oval-left-ellipsis.svg +5 -0
  152. package/icons/chat-bubble-oval-left.svg +5 -0
  153. package/icons/check-badge.svg +5 -0
  154. package/icons/check-circle.svg +5 -0
  155. package/icons/check.svg +4 -0
  156. package/icons/chevron-double-down.svg +4 -0
  157. package/icons/chevron-double-left.svg +4 -0
  158. package/icons/chevron-double-right.svg +4 -0
  159. package/icons/chevron-double-up.svg +4 -0
  160. package/icons/chevron-down.svg +4 -0
  161. package/icons/chevron-left.svg +4 -0
  162. package/icons/chevron-right.svg +4 -0
  163. package/icons/chevron-up-down.svg +4 -0
  164. package/icons/chevron-up.svg +4 -0
  165. package/icons/circle-stack.svg +5 -0
  166. package/icons/clipboard-document-check.svg +5 -0
  167. package/icons/clipboard-document-list.svg +5 -0
  168. package/icons/clipboard-document.svg +5 -0
  169. package/icons/clipboard.svg +5 -0
  170. package/icons/clock.svg +5 -0
  171. package/icons/cloud-arrow-down.svg +5 -0
  172. package/icons/cloud-arrow-up.svg +5 -0
  173. package/icons/cloud.svg +5 -0
  174. package/icons/code-bracket-square.svg +5 -0
  175. package/icons/code-bracket.svg +4 -0
  176. package/icons/cog-6-tooth.svg +8 -0
  177. package/icons/cog-8-tooth.svg +8 -0
  178. package/icons/cog.svg +5 -0
  179. package/icons/command-line.svg +5 -0
  180. package/icons/computer-desktop.svg +5 -0
  181. package/icons/cpu-chip.svg +5 -0
  182. package/icons/credit-card.svg +5 -0
  183. package/icons/cube-transparent.svg +5 -0
  184. package/icons/cube.svg +4 -0
  185. package/icons/currency-bangladeshi.svg +5 -0
  186. package/icons/currency-dollar.svg +5 -0
  187. package/icons/currency-euro.svg +5 -0
  188. package/icons/currency-pound.svg +5 -0
  189. package/icons/currency-rupee.svg +5 -0
  190. package/icons/currency-yen.svg +5 -0
  191. package/icons/cursor-arrow-rays.svg +5 -0
  192. package/icons/cursor-arrow-ripple.svg +5 -0
  193. package/icons/device-phone-mobile.svg +5 -0
  194. package/icons/device-tablet.svg +5 -0
  195. package/icons/document-arrow-down.svg +5 -0
  196. package/icons/document-arrow-up.svg +5 -0
  197. package/icons/document-chart-bar.svg +5 -0
  198. package/icons/document-check.svg +5 -0
  199. package/icons/document-duplicate.svg +5 -0
  200. package/icons/document-magnifying-glass.svg +5 -0
  201. package/icons/document-minus.svg +5 -0
  202. package/icons/document-plus.svg +5 -0
  203. package/icons/document-text.svg +5 -0
  204. package/icons/document.svg +5 -0
  205. package/icons/ellipsis-horizontal-circle.svg +5 -0
  206. package/icons/ellipsis-horizontal.svg +11 -0
  207. package/icons/ellipsis-vertical.svg +11 -0
  208. package/icons/envelope-open.svg +5 -0
  209. package/icons/envelope.svg +5 -0
  210. package/icons/exclamation-circle.svg +5 -0
  211. package/icons/exclamation-triangle.svg +5 -0
  212. package/icons/eye-dropper.svg +5 -0
  213. package/icons/eye-slash.svg +5 -0
  214. package/icons/eye.svg +8 -0
  215. package/icons/face-frown.svg +5 -0
  216. package/icons/face-smile.svg +5 -0
  217. package/icons/film.svg +5 -0
  218. package/icons/finger-print.svg +5 -0
  219. package/icons/fire.svg +8 -0
  220. package/icons/flag.svg +5 -0
  221. package/icons/folder-arrow-down.svg +5 -0
  222. package/icons/folder-minus.svg +5 -0
  223. package/icons/folder-open.svg +5 -0
  224. package/icons/folder-plus.svg +5 -0
  225. package/icons/folder.svg +5 -0
  226. package/icons/fork.svg +6 -0
  227. package/icons/forward.svg +8 -0
  228. package/icons/funnel.svg +5 -0
  229. package/icons/gif.svg +5 -0
  230. package/icons/gift-top.svg +5 -0
  231. package/icons/gift.svg +5 -0
  232. package/icons/github.svg +5 -0
  233. package/icons/globe-alt.svg +5 -0
  234. package/icons/globe-americas.svg +5 -0
  235. package/icons/globe-asia-australia.svg +5 -0
  236. package/icons/globe-europe-africa.svg +5 -0
  237. package/icons/hand-raised.svg +5 -0
  238. package/icons/hand-thumb-down.svg +5 -0
  239. package/icons/hand-thumb-up.svg +5 -0
  240. package/icons/hashtag.svg +4 -0
  241. package/icons/heart.svg +5 -0
  242. package/icons/home-modern.svg +5 -0
  243. package/icons/home.svg +5 -0
  244. package/icons/identification.svg +5 -0
  245. package/icons/inbox-arrow-down.svg +5 -0
  246. package/icons/inbox-stack.svg +5 -0
  247. package/icons/inbox.svg +5 -0
  248. package/icons/information-circle.svg +5 -0
  249. package/icons/key.svg +5 -0
  250. package/icons/language.svg +5 -0
  251. package/icons/lifebuoy.svg +5 -0
  252. package/icons/light-bulb.svg +5 -0
  253. package/icons/link.svg +5 -0
  254. package/icons/list-bullet.svg +5 -0
  255. package/icons/lock-closed.svg +5 -0
  256. package/icons/lock-open.svg +5 -0
  257. package/icons/magnifying-glass-circle.svg +5 -0
  258. package/icons/magnifying-glass-minus.svg +5 -0
  259. package/icons/magnifying-glass-plus.svg +5 -0
  260. package/icons/magnifying-glass.svg +5 -0
  261. package/icons/map-pin.svg +8 -0
  262. package/icons/map.svg +5 -0
  263. package/icons/megaphone.svg +5 -0
  264. package/icons/microphone.svg +5 -0
  265. package/icons/minus-circle.svg +5 -0
  266. package/icons/minus-small.svg +3 -0
  267. package/icons/minus.svg +3 -0
  268. package/icons/moon.svg +5 -0
  269. package/icons/musical-note.svg +5 -0
  270. package/icons/newspaper.svg +5 -0
  271. package/icons/no-photography.svg +10 -0
  272. package/icons/no-symbol.svg +5 -0
  273. package/icons/paint-brush.svg +5 -0
  274. package/icons/paper-airplane.svg +5 -0
  275. package/icons/paper-clip.svg +5 -0
  276. package/icons/pause-circle.svg +5 -0
  277. package/icons/pause.svg +4 -0
  278. package/icons/pencil-square.svg +5 -0
  279. package/icons/pencil.svg +5 -0
  280. package/icons/phone-arrow-down-left.svg +5 -0
  281. package/icons/phone-arrow-up-right.svg +5 -0
  282. package/icons/phone-x-mark.svg +5 -0
  283. package/icons/phone.svg +5 -0
  284. package/icons/photo.svg +5 -0
  285. package/icons/play-circle.svg +8 -0
  286. package/icons/play-pause.svg +5 -0
  287. package/icons/play.svg +5 -0
  288. package/icons/plus-circle.svg +5 -0
  289. package/icons/plus-small.svg +4 -0
  290. package/icons/plus.svg +4 -0
  291. package/icons/power.svg +5 -0
  292. package/icons/presentation-chart-bar.svg +5 -0
  293. package/icons/presentation-chart-line.svg +5 -0
  294. package/icons/printer.svg +5 -0
  295. package/icons/puzzle-piece.svg +5 -0
  296. package/icons/qr-code.svg +27 -0
  297. package/icons/question-mark-circle.svg +5 -0
  298. package/icons/queue-list.svg +5 -0
  299. package/icons/radio.svg +5 -0
  300. package/icons/receipt-percent.svg +5 -0
  301. package/icons/receipt-refund.svg +5 -0
  302. package/icons/rectangle-group.svg +11 -0
  303. package/icons/rectangle-stack.svg +5 -0
  304. package/icons/rocket-launch.svg +5 -0
  305. package/icons/rss.svg +5 -0
  306. package/icons/scale.svg +5 -0
  307. package/icons/scissors.svg +5 -0
  308. package/icons/server-stack.svg +5 -0
  309. package/icons/server.svg +5 -0
  310. package/icons/share.svg +5 -0
  311. package/icons/shield-check.svg +5 -0
  312. package/icons/shield-exclamation.svg +5 -0
  313. package/icons/shopping-bag.svg +5 -0
  314. package/icons/shopping-cart.svg +5 -0
  315. package/icons/signal-slash.svg +5 -0
  316. package/icons/signal.svg +5 -0
  317. package/icons/sparkles.svg +11 -0
  318. package/icons/speaker-wave.svg +5 -0
  319. package/icons/speaker-x-mark.svg +5 -0
  320. package/icons/square-2-stack.svg +5 -0
  321. package/icons/square-3-stack-3d.svg +5 -0
  322. package/icons/squares-2x2.svg +14 -0
  323. package/icons/squares-plus.svg +5 -0
  324. package/icons/star.svg +5 -0
  325. package/icons/stop-circle.svg +8 -0
  326. package/icons/stop.svg +5 -0
  327. package/icons/sun.svg +5 -0
  328. package/icons/swatch.svg +5 -0
  329. package/icons/table-cells.svg +5 -0
  330. package/icons/tag.svg +7 -0
  331. package/icons/ticket.svg +5 -0
  332. package/icons/trash.svg +5 -0
  333. package/icons/trophy.svg +5 -0
  334. package/icons/truck.svg +5 -0
  335. package/icons/tv.svg +5 -0
  336. package/icons/user-circle.svg +5 -0
  337. package/icons/user-group.svg +5 -0
  338. package/icons/user-minus.svg +5 -0
  339. package/icons/user-plus.svg +5 -0
  340. package/icons/user.svg +8 -0
  341. package/icons/users.svg +5 -0
  342. package/icons/variable.svg +5 -0
  343. package/icons/video-camera-slash.svg +5 -0
  344. package/icons/video-camera.svg +5 -0
  345. package/icons/view-columns.svg +5 -0
  346. package/icons/viewfinder-circle.svg +5 -0
  347. package/icons/wallet.svg +5 -0
  348. package/icons/wifi.svg +5 -0
  349. package/icons/window.svg +5 -0
  350. package/icons/wrench-screwdriver.svg +5 -0
  351. package/icons/wrench.svg +7 -0
  352. package/icons/x-circle.svg +5 -0
  353. package/icons/x-mark.svg +4 -0
  354. package/nuxt/index.ts +49 -21
  355. package/package.json +12 -8
  356. package/tailwindcss/tailwind.config.ts +2 -2
  357. package/types/nuxt/index.d.ts +12 -8
  358. package/types/tailwindcss/tailwind.config.d.ts +75 -1
@@ -0,0 +1,128 @@
1
+ import { type ComponentPublicInstance, type PropType } from 'vue';
2
+ import type Dropzone from 'dropzone';
3
+ import type { DropzoneOptions, DropzoneFile } from 'dropzone';
4
+ export interface MazDropzoneOptions extends DropzoneOptions {
5
+ dictFilesDescriptions?: string;
6
+ autoRemoveOnError?: boolean;
7
+ }
8
+ export interface MazDropzoneFile extends DropzoneFile {
9
+ manuallyAdded?: boolean;
10
+ }
11
+ export interface IMazDropzone extends Dropzone {
12
+ options: MazDropzoneOptions;
13
+ }
14
+ export interface MazDropzoneInstance extends ComponentPublicInstance {
15
+ manuallyAddFile: (file: DropzoneFile, fileUrl: string) => void;
16
+ setOption: (option: string, value: unknown) => IMazDropzone['options'];
17
+ processQueue: IMazDropzone['processQueue'];
18
+ removeFile: IMazDropzone['removeFile'];
19
+ removeAllFiles: IMazDropzone['removeAllFiles'];
20
+ destroy: IMazDropzone['destroy'];
21
+ disable: IMazDropzone['disable'];
22
+ enable: IMazDropzone['enable'];
23
+ accept: IMazDropzone['accept'];
24
+ addFile: IMazDropzone['addFile'];
25
+ resizeImage: IMazDropzone['resizeImage'];
26
+ cancelUpload: IMazDropzone['cancelUpload'];
27
+ getAcceptedFiles: () => MazDropzoneFile[];
28
+ getRejectedFiles: () => MazDropzoneFile[];
29
+ getFilesWithStatus: IMazDropzone['getFilesWithStatus'];
30
+ getQueuedFiles: IMazDropzone['getQueuedFiles'];
31
+ getUploadingFiles: IMazDropzone['getUploadingFiles'];
32
+ getAddedFiles: IMazDropzone['getAddedFiles'];
33
+ getActiveFiles: IMazDropzone['getActiveFiles'];
34
+ }
35
+ declare const _default: import("vue").DefineComponent<{
36
+ options: {
37
+ type: PropType<MazDropzoneOptions>;
38
+ required: true;
39
+ };
40
+ height: {
41
+ type: PropType<string | number>;
42
+ default: string;
43
+ };
44
+ width: {
45
+ type: PropType<string | number>;
46
+ default: string;
47
+ };
48
+ noDestroyOnUnmount: {
49
+ type: BooleanConstructor;
50
+ default: boolean;
51
+ };
52
+ }, {
53
+ ButtonElement: import("vue").Ref<HTMLButtonElement | undefined>;
54
+ dropzoneReady: import("vue").Ref<boolean>;
55
+ dropzoneOptions: import("vue").Ref<MazDropzoneOptions | undefined>;
56
+ dropzoneStyle: import("vue").ComputedRef<{
57
+ width: string;
58
+ height: string;
59
+ }>;
60
+ setOption: (option: string, value: unknown) => MazDropzoneOptions;
61
+ manuallyAddFile: (file: Dropzone.DropzoneFile, fileUrl: string) => void;
62
+ removeAllFiles: (cancelIfNecessary?: boolean | undefined) => void;
63
+ processQueue: () => void;
64
+ destroy: () => Dropzone;
65
+ disable: () => void;
66
+ enable: () => void;
67
+ accept: (file: Dropzone.DropzoneFile, done: (error?: string | Error | undefined) => void) => void;
68
+ addFile: (file: Dropzone.DropzoneFile) => void;
69
+ resizeImage: (file: Dropzone.DropzoneFile, width?: number | undefined, height?: number | undefined, resizeMethod?: string | undefined, callback?: ((...args: any[]) => void) | undefined) => void;
70
+ cancelUpload: (file: Dropzone.DropzoneFile) => void;
71
+ getAcceptedFiles: () => MazDropzoneFile[];
72
+ getRejectedFiles: () => MazDropzoneFile[];
73
+ getFilesWithStatus: (status: string) => Dropzone.DropzoneFile[];
74
+ getQueuedFiles: () => Dropzone.DropzoneFile[];
75
+ getUploadingFiles: () => Dropzone.DropzoneFile[];
76
+ getAddedFiles: () => Dropzone.DropzoneFile[];
77
+ getActiveFiles: () => Dropzone.DropzoneFile[];
78
+ }, unknown, {}, {}, import("vue").ComponentOptionsMixin, import("vue").ComponentOptionsMixin, ("success" | "dragend" | "dragenter" | "dragleave" | "dragover" | "dragstart" | "drop" | "error" | "paste" | "reset" | "thumbnail" | "addedfile" | "addedfiles" | "removedfile" | "processing" | "processingmultiple" | "uploadprogress" | "totaluploadprogress" | "sending" | "sendingmultiple" | "canceled" | "canceledmultiple" | "complete" | "completemultiple" | "maxfilesexceeded" | "maxfilesreached" | "queuecomplete")[], "success" | "dragend" | "dragenter" | "dragleave" | "dragover" | "dragstart" | "drop" | "error" | "paste" | "reset" | "thumbnail" | "addedfile" | "addedfiles" | "removedfile" | "processing" | "processingmultiple" | "uploadprogress" | "totaluploadprogress" | "sending" | "sendingmultiple" | "canceled" | "canceledmultiple" | "complete" | "completemultiple" | "maxfilesexceeded" | "maxfilesreached" | "queuecomplete", import("vue").VNodeProps & import("vue").AllowedComponentProps & import("vue").ComponentCustomProps, Readonly<import("vue").ExtractPropTypes<{
79
+ options: {
80
+ type: PropType<MazDropzoneOptions>;
81
+ required: true;
82
+ };
83
+ height: {
84
+ type: PropType<string | number>;
85
+ default: string;
86
+ };
87
+ width: {
88
+ type: PropType<string | number>;
89
+ default: string;
90
+ };
91
+ noDestroyOnUnmount: {
92
+ type: BooleanConstructor;
93
+ default: boolean;
94
+ };
95
+ }>> & {
96
+ onPaste?: ((...args: any[]) => any) | undefined;
97
+ onDragend?: ((...args: any[]) => any) | undefined;
98
+ onDragenter?: ((...args: any[]) => any) | undefined;
99
+ onDragleave?: ((...args: any[]) => any) | undefined;
100
+ onDragover?: ((...args: any[]) => any) | undefined;
101
+ onDragstart?: ((...args: any[]) => any) | undefined;
102
+ onDrop?: ((...args: any[]) => any) | undefined;
103
+ onReset?: ((...args: any[]) => any) | undefined;
104
+ onError?: ((...args: any[]) => any) | undefined;
105
+ onComplete?: ((...args: any[]) => any) | undefined;
106
+ onSuccess?: ((...args: any[]) => any) | undefined;
107
+ onThumbnail?: ((...args: any[]) => any) | undefined;
108
+ onAddedfile?: ((...args: any[]) => any) | undefined;
109
+ onAddedfiles?: ((...args: any[]) => any) | undefined;
110
+ onRemovedfile?: ((...args: any[]) => any) | undefined;
111
+ onProcessing?: ((...args: any[]) => any) | undefined;
112
+ onProcessingmultiple?: ((...args: any[]) => any) | undefined;
113
+ onUploadprogress?: ((...args: any[]) => any) | undefined;
114
+ onTotaluploadprogress?: ((...args: any[]) => any) | undefined;
115
+ onSending?: ((...args: any[]) => any) | undefined;
116
+ onSendingmultiple?: ((...args: any[]) => any) | undefined;
117
+ onCanceled?: ((...args: any[]) => any) | undefined;
118
+ onCanceledmultiple?: ((...args: any[]) => any) | undefined;
119
+ onCompletemultiple?: ((...args: any[]) => any) | undefined;
120
+ onMaxfilesexceeded?: ((...args: any[]) => any) | undefined;
121
+ onMaxfilesreached?: ((...args: any[]) => any) | undefined;
122
+ onQueuecomplete?: ((...args: any[]) => any) | undefined;
123
+ }, {
124
+ height: string | number;
125
+ width: string | number;
126
+ noDestroyOnUnmount: boolean;
127
+ }, {}>;
128
+ export default _default;
@@ -0,0 +1,125 @@
1
+ import { type PropType } from 'vue';
2
+ import type { MazGalleryImage } from './types';
3
+ export type { MazGalleryImage } from './types';
4
+ declare const _default: import("vue").DefineComponent<{
5
+ images: {
6
+ type: PropType<MazGalleryImage[]>;
7
+ default: () => never[];
8
+ };
9
+ imagesShownCount: {
10
+ type: NumberConstructor;
11
+ default: number;
12
+ };
13
+ noRemaining: {
14
+ type: BooleanConstructor;
15
+ default: boolean;
16
+ };
17
+ height: {
18
+ type: (StringConstructor | NumberConstructor)[];
19
+ default: number;
20
+ };
21
+ noHeight: {
22
+ type: BooleanConstructor;
23
+ default: boolean;
24
+ };
25
+ width: {
26
+ type: (StringConstructor | NumberConstructor)[];
27
+ default: string;
28
+ };
29
+ noWidth: {
30
+ type: BooleanConstructor;
31
+ default: boolean;
32
+ };
33
+ noRadius: {
34
+ type: BooleanConstructor;
35
+ default: boolean;
36
+ };
37
+ noZoom: {
38
+ type: BooleanConstructor;
39
+ default: boolean;
40
+ };
41
+ hasEmptyLayer: {
42
+ type: BooleanConstructor;
43
+ default: boolean;
44
+ };
45
+ lazy: {
46
+ type: BooleanConstructor;
47
+ default: boolean;
48
+ };
49
+ blur: {
50
+ type: BooleanConstructor;
51
+ default: boolean;
52
+ };
53
+ scale: {
54
+ type: BooleanConstructor;
55
+ default: boolean;
56
+ };
57
+ }, {}, unknown, {}, {}, import("vue").ComponentOptionsMixin, import("vue").ComponentOptionsMixin, {}, string, import("vue").VNodeProps & import("vue").AllowedComponentProps & import("vue").ComponentCustomProps, Readonly<import("vue").ExtractPropTypes<{
58
+ images: {
59
+ type: PropType<MazGalleryImage[]>;
60
+ default: () => never[];
61
+ };
62
+ imagesShownCount: {
63
+ type: NumberConstructor;
64
+ default: number;
65
+ };
66
+ noRemaining: {
67
+ type: BooleanConstructor;
68
+ default: boolean;
69
+ };
70
+ height: {
71
+ type: (StringConstructor | NumberConstructor)[];
72
+ default: number;
73
+ };
74
+ noHeight: {
75
+ type: BooleanConstructor;
76
+ default: boolean;
77
+ };
78
+ width: {
79
+ type: (StringConstructor | NumberConstructor)[];
80
+ default: string;
81
+ };
82
+ noWidth: {
83
+ type: BooleanConstructor;
84
+ default: boolean;
85
+ };
86
+ noRadius: {
87
+ type: BooleanConstructor;
88
+ default: boolean;
89
+ };
90
+ noZoom: {
91
+ type: BooleanConstructor;
92
+ default: boolean;
93
+ };
94
+ hasEmptyLayer: {
95
+ type: BooleanConstructor;
96
+ default: boolean;
97
+ };
98
+ lazy: {
99
+ type: BooleanConstructor;
100
+ default: boolean;
101
+ };
102
+ blur: {
103
+ type: BooleanConstructor;
104
+ default: boolean;
105
+ };
106
+ scale: {
107
+ type: BooleanConstructor;
108
+ default: boolean;
109
+ };
110
+ }>>, {
111
+ lazy: boolean;
112
+ blur: boolean;
113
+ height: string | number;
114
+ width: string | number;
115
+ scale: boolean;
116
+ images: MazGalleryImage[];
117
+ imagesShownCount: number;
118
+ noRemaining: boolean;
119
+ noHeight: boolean;
120
+ noWidth: boolean;
121
+ noRadius: boolean;
122
+ noZoom: boolean;
123
+ hasEmptyLayer: boolean;
124
+ }, {}>;
125
+ export default _default;
@@ -0,0 +1,64 @@
1
+ import type { PropType } from 'vue';
2
+ declare const _default: import("vue").DefineComponent<{
3
+ src: {
4
+ type: StringConstructor;
5
+ default: undefined;
6
+ };
7
+ path: {
8
+ type: StringConstructor;
9
+ default: undefined;
10
+ };
11
+ name: {
12
+ type: StringConstructor;
13
+ default: undefined;
14
+ };
15
+ size: {
16
+ type: StringConstructor;
17
+ default: undefined;
18
+ };
19
+ title: {
20
+ type: StringConstructor;
21
+ default: undefined;
22
+ };
23
+ transformSource: {
24
+ type: PropType<(param: SVGElement) => SVGElement>;
25
+ default: (svg: SVGElement) => SVGElement;
26
+ };
27
+ }, {}, unknown, {}, {}, import("vue").ComponentOptionsMixin, import("vue").ComponentOptionsMixin, ("error" | "loaded" | "unloaded")[], "error" | "loaded" | "unloaded", import("vue").VNodeProps & import("vue").AllowedComponentProps & import("vue").ComponentCustomProps, Readonly<import("vue").ExtractPropTypes<{
28
+ src: {
29
+ type: StringConstructor;
30
+ default: undefined;
31
+ };
32
+ path: {
33
+ type: StringConstructor;
34
+ default: undefined;
35
+ };
36
+ name: {
37
+ type: StringConstructor;
38
+ default: undefined;
39
+ };
40
+ size: {
41
+ type: StringConstructor;
42
+ default: undefined;
43
+ };
44
+ title: {
45
+ type: StringConstructor;
46
+ default: undefined;
47
+ };
48
+ transformSource: {
49
+ type: PropType<(param: SVGElement) => SVGElement>;
50
+ default: (svg: SVGElement) => SVGElement;
51
+ };
52
+ }>> & {
53
+ onError?: ((...args: any[]) => any) | undefined;
54
+ onLoaded?: ((...args: any[]) => any) | undefined;
55
+ onUnloaded?: ((...args: any[]) => any) | undefined;
56
+ }, {
57
+ title: string;
58
+ path: string;
59
+ name: string;
60
+ src: string;
61
+ size: string;
62
+ transformSource: (param: SVGElement) => SVGElement;
63
+ }, {}>;
64
+ export default _default;
@@ -0,0 +1,271 @@
1
+ import { type PropType } from 'vue';
2
+ import type { Color, ModelValueSimple, Size } from './types';
3
+ export type { Color, Size, ModelValueSimple } from './types';
4
+ declare const _default: import("vue").DefineComponent<{
5
+ modelValue: {
6
+ type: PropType<ModelValueSimple>;
7
+ default: undefined;
8
+ };
9
+ placeholder: {
10
+ type: StringConstructor;
11
+ default: undefined;
12
+ };
13
+ color: {
14
+ type: PropType<Color>;
15
+ default: string;
16
+ };
17
+ label: {
18
+ type: StringConstructor;
19
+ default: undefined;
20
+ };
21
+ name: {
22
+ type: StringConstructor;
23
+ default: string;
24
+ };
25
+ type: {
26
+ type: StringConstructor;
27
+ default: string;
28
+ validator: (value: string) => boolean;
29
+ };
30
+ required: {
31
+ type: BooleanConstructor;
32
+ default: boolean;
33
+ };
34
+ disabled: {
35
+ type: BooleanConstructor;
36
+ default: boolean;
37
+ };
38
+ readonly: {
39
+ type: BooleanConstructor;
40
+ default: boolean;
41
+ };
42
+ id: {
43
+ type: StringConstructor;
44
+ default: undefined;
45
+ };
46
+ error: {
47
+ type: BooleanConstructor;
48
+ default: boolean;
49
+ };
50
+ success: {
51
+ type: BooleanConstructor;
52
+ default: boolean;
53
+ };
54
+ warning: {
55
+ type: BooleanConstructor;
56
+ default: boolean;
57
+ };
58
+ hint: {
59
+ type: StringConstructor;
60
+ default: undefined;
61
+ };
62
+ inputClasses: {
63
+ type: StringConstructor;
64
+ default: undefined;
65
+ };
66
+ noBorder: {
67
+ type: BooleanConstructor;
68
+ default: boolean;
69
+ };
70
+ noRadius: {
71
+ type: BooleanConstructor;
72
+ default: boolean;
73
+ };
74
+ size: {
75
+ type: PropType<Size>;
76
+ default: string;
77
+ validator: (value: string) => boolean;
78
+ };
79
+ debounce: {
80
+ type: BooleanConstructor;
81
+ default: boolean;
82
+ };
83
+ debounceDelay: {
84
+ type: NumberConstructor;
85
+ default: number;
86
+ };
87
+ validButton: {
88
+ type: BooleanConstructor;
89
+ default: boolean;
90
+ };
91
+ validButtonLoading: {
92
+ type: BooleanConstructor;
93
+ default: boolean;
94
+ };
95
+ autoFocus: {
96
+ type: BooleanConstructor;
97
+ default: boolean;
98
+ };
99
+ borderActive: {
100
+ type: BooleanConstructor;
101
+ default: boolean;
102
+ };
103
+ leftIcon: {
104
+ type: StringConstructor;
105
+ default: undefined;
106
+ };
107
+ rightIcon: {
108
+ type: StringConstructor;
109
+ default: undefined;
110
+ };
111
+ }, {
112
+ inputValue: import("vue").WritableComputedRef<ModelValueSimple>;
113
+ shouldUp: import("vue").ComputedRef<boolean>;
114
+ hasLabel: import("vue").ComputedRef<boolean>;
115
+ computedPlaceholder: import("vue").ComputedRef<string | undefined>;
116
+ isPasswordType: import("vue").ComputedRef<boolean>;
117
+ inputType: import("vue").ComputedRef<string>;
118
+ input: import("vue").Ref<HTMLElement | undefined>;
119
+ isFocused: import("vue").Ref<boolean>;
120
+ hasPasswordVisible: import("vue").Ref<boolean>;
121
+ borderStyle: import("vue").ComputedRef<"maz-border-danger" | "maz-border-success" | "maz-border-warning" | "maz-border-black" | "maz-border-info" | "maz-border-primary" | "maz-border-secondary" | "maz-border-white" | "--default-border" | undefined>;
122
+ focus: (event: Event) => void;
123
+ blur: (event: Event) => void;
124
+ change: (event: Event) => void;
125
+ emitValue: (value: unknown) => void;
126
+ hasRightPart: () => boolean;
127
+ hasLeftPart: () => boolean;
128
+ instanceId: import("vue").ComputedRef<string>;
129
+ }, unknown, {}, {}, import("vue").ComponentOptionsMixin, import("vue").ComponentOptionsMixin, ("click" | "blur" | "change" | "focus" | "update" | "update:model-value")[], "click" | "blur" | "change" | "focus" | "update" | "update:model-value", import("vue").VNodeProps & import("vue").AllowedComponentProps & import("vue").ComponentCustomProps, Readonly<import("vue").ExtractPropTypes<{
130
+ modelValue: {
131
+ type: PropType<ModelValueSimple>;
132
+ default: undefined;
133
+ };
134
+ placeholder: {
135
+ type: StringConstructor;
136
+ default: undefined;
137
+ };
138
+ color: {
139
+ type: PropType<Color>;
140
+ default: string;
141
+ };
142
+ label: {
143
+ type: StringConstructor;
144
+ default: undefined;
145
+ };
146
+ name: {
147
+ type: StringConstructor;
148
+ default: string;
149
+ };
150
+ type: {
151
+ type: StringConstructor;
152
+ default: string;
153
+ validator: (value: string) => boolean;
154
+ };
155
+ required: {
156
+ type: BooleanConstructor;
157
+ default: boolean;
158
+ };
159
+ disabled: {
160
+ type: BooleanConstructor;
161
+ default: boolean;
162
+ };
163
+ readonly: {
164
+ type: BooleanConstructor;
165
+ default: boolean;
166
+ };
167
+ id: {
168
+ type: StringConstructor;
169
+ default: undefined;
170
+ };
171
+ error: {
172
+ type: BooleanConstructor;
173
+ default: boolean;
174
+ };
175
+ success: {
176
+ type: BooleanConstructor;
177
+ default: boolean;
178
+ };
179
+ warning: {
180
+ type: BooleanConstructor;
181
+ default: boolean;
182
+ };
183
+ hint: {
184
+ type: StringConstructor;
185
+ default: undefined;
186
+ };
187
+ inputClasses: {
188
+ type: StringConstructor;
189
+ default: undefined;
190
+ };
191
+ noBorder: {
192
+ type: BooleanConstructor;
193
+ default: boolean;
194
+ };
195
+ noRadius: {
196
+ type: BooleanConstructor;
197
+ default: boolean;
198
+ };
199
+ size: {
200
+ type: PropType<Size>;
201
+ default: string;
202
+ validator: (value: string) => boolean;
203
+ };
204
+ debounce: {
205
+ type: BooleanConstructor;
206
+ default: boolean;
207
+ };
208
+ debounceDelay: {
209
+ type: NumberConstructor;
210
+ default: number;
211
+ };
212
+ validButton: {
213
+ type: BooleanConstructor;
214
+ default: boolean;
215
+ };
216
+ validButtonLoading: {
217
+ type: BooleanConstructor;
218
+ default: boolean;
219
+ };
220
+ autoFocus: {
221
+ type: BooleanConstructor;
222
+ default: boolean;
223
+ };
224
+ borderActive: {
225
+ type: BooleanConstructor;
226
+ default: boolean;
227
+ };
228
+ leftIcon: {
229
+ type: StringConstructor;
230
+ default: undefined;
231
+ };
232
+ rightIcon: {
233
+ type: StringConstructor;
234
+ default: undefined;
235
+ };
236
+ }>> & {
237
+ onClick?: ((...args: any[]) => any) | undefined;
238
+ onFocus?: ((...args: any[]) => any) | undefined;
239
+ onBlur?: ((...args: any[]) => any) | undefined;
240
+ onChange?: ((...args: any[]) => any) | undefined;
241
+ "onUpdate:model-value"?: ((...args: any[]) => any) | undefined;
242
+ onUpdate?: ((...args: any[]) => any) | undefined;
243
+ }, {
244
+ label: string;
245
+ type: string;
246
+ success: boolean;
247
+ warning: boolean;
248
+ required: boolean;
249
+ id: string;
250
+ placeholder: string;
251
+ color: Color;
252
+ disabled: boolean;
253
+ name: string;
254
+ error: boolean;
255
+ size: Size;
256
+ modelValue: ModelValueSimple;
257
+ leftIcon: string;
258
+ rightIcon: string;
259
+ noRadius: boolean;
260
+ readonly: boolean;
261
+ hint: string;
262
+ inputClasses: string;
263
+ noBorder: boolean;
264
+ debounce: boolean;
265
+ debounceDelay: number;
266
+ validButton: boolean;
267
+ validButtonLoading: boolean;
268
+ autoFocus: boolean;
269
+ borderActive: boolean;
270
+ }, {}>;
271
+ export default _default;
@@ -0,0 +1,65 @@
1
+ import { type PropType } from 'vue';
2
+ import type { Size } from './types';
3
+ export type { Size } from './types';
4
+ declare const _default: import("vue").DefineComponent<{
5
+ modelValue: {
6
+ type: NumberConstructor;
7
+ required: true;
8
+ };
9
+ disabled: {
10
+ type: BooleanConstructor;
11
+ default: boolean;
12
+ };
13
+ max: {
14
+ type: NumberConstructor;
15
+ default: number;
16
+ };
17
+ min: {
18
+ type: NumberConstructor;
19
+ default: number;
20
+ };
21
+ step: {
22
+ type: NumberConstructor;
23
+ default: number;
24
+ };
25
+ size: {
26
+ type: PropType<Size>;
27
+ default: string;
28
+ validator: (value: string) => boolean;
29
+ };
30
+ }, {}, unknown, {}, {}, import("vue").ComponentOptionsMixin, import("vue").ComponentOptionsMixin, "update:model-value"[], "update:model-value", import("vue").VNodeProps & import("vue").AllowedComponentProps & import("vue").ComponentCustomProps, Readonly<import("vue").ExtractPropTypes<{
31
+ modelValue: {
32
+ type: NumberConstructor;
33
+ required: true;
34
+ };
35
+ disabled: {
36
+ type: BooleanConstructor;
37
+ default: boolean;
38
+ };
39
+ max: {
40
+ type: NumberConstructor;
41
+ default: number;
42
+ };
43
+ min: {
44
+ type: NumberConstructor;
45
+ default: number;
46
+ };
47
+ step: {
48
+ type: NumberConstructor;
49
+ default: number;
50
+ };
51
+ size: {
52
+ type: PropType<Size>;
53
+ default: string;
54
+ validator: (value: string) => boolean;
55
+ };
56
+ }>> & {
57
+ "onUpdate:model-value"?: ((...args: any[]) => any) | undefined;
58
+ }, {
59
+ disabled: boolean;
60
+ size: Size;
61
+ max: number;
62
+ min: number;
63
+ step: number;
64
+ }, {}>;
65
+ export default _default;