@witchcraft/ui 0.3.20 → 0.3.21

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 (71) hide show
  1. package/dist/module.json +1 -1
  2. package/dist/runtime/assets/animations.css +1 -1
  3. package/dist/runtime/components/Aria/Aria.d.vue.ts +2 -1
  4. package/dist/runtime/components/Aria/Aria.vue.d.ts +2 -1
  5. package/dist/runtime/components/Icon/Icon.d.vue.ts +3 -2
  6. package/dist/runtime/components/Icon/Icon.vue.d.ts +3 -2
  7. package/dist/runtime/components/LibButton/LibButton.d.vue.ts +5 -4
  8. package/dist/runtime/components/LibButton/LibButton.vue.d.ts +5 -4
  9. package/dist/runtime/components/LibCheckbox/LibCheckbox.d.vue.ts +4 -5
  10. package/dist/runtime/components/LibCheckbox/LibCheckbox.vue.d.ts +4 -5
  11. package/dist/runtime/components/LibColorInput/LibColorInput.d.vue.ts +7 -6
  12. package/dist/runtime/components/LibColorInput/LibColorInput.vue.d.ts +7 -6
  13. package/dist/runtime/components/LibColorPicker/LibColorPicker.d.vue.ts +7 -5
  14. package/dist/runtime/components/LibColorPicker/LibColorPicker.vue.d.ts +7 -5
  15. package/dist/runtime/components/LibDarkModeSwitcher/LibDarkModeSwitcher.d.vue.ts +10 -9
  16. package/dist/runtime/components/LibDarkModeSwitcher/LibDarkModeSwitcher.vue.d.ts +10 -9
  17. package/dist/runtime/components/LibDatePicker/LibDatePicker.d.vue.ts +156 -5
  18. package/dist/runtime/components/LibDatePicker/LibDatePicker.vue.d.ts +156 -5
  19. package/dist/runtime/components/LibDatePicker/LibRangeDatePicker.d.vue.ts +154 -6
  20. package/dist/runtime/components/LibDatePicker/LibRangeDatePicker.vue.d.ts +154 -6
  21. package/dist/runtime/components/LibDatePicker/LibSingleDatePicker.d.vue.ts +7 -5
  22. package/dist/runtime/components/LibDatePicker/LibSingleDatePicker.vue.d.ts +7 -5
  23. package/dist/runtime/components/LibDatePicker/LibTimeZonePicker.d.vue.ts +7 -6
  24. package/dist/runtime/components/LibDatePicker/LibTimeZonePicker.vue.d.ts +7 -6
  25. package/dist/runtime/components/LibDebug/LibDebug.d.vue.ts +3 -2
  26. package/dist/runtime/components/LibDebug/LibDebug.vue.d.ts +3 -2
  27. package/dist/runtime/components/LibDevOnly/LibDevOnly.d.vue.ts +3 -2
  28. package/dist/runtime/components/LibDevOnly/LibDevOnly.vue.d.ts +3 -2
  29. package/dist/runtime/components/LibFileInput/LibFileInput.d.vue.ts +20 -19
  30. package/dist/runtime/components/LibFileInput/LibFileInput.vue.d.ts +20 -19
  31. package/dist/runtime/components/LibInputDeprecated/LibInputDeprecated.d.vue.ts +106 -15
  32. package/dist/runtime/components/LibInputDeprecated/LibInputDeprecated.vue.d.ts +106 -15
  33. package/dist/runtime/components/LibLabel/LibLabel.d.vue.ts +3 -2
  34. package/dist/runtime/components/LibLabel/LibLabel.vue.d.ts +3 -2
  35. package/dist/runtime/components/LibMultiValues/LibMultiValues.d.vue.ts +15 -10
  36. package/dist/runtime/components/LibMultiValues/LibMultiValues.vue.d.ts +15 -10
  37. package/dist/runtime/components/LibNotifications/LibNotification.d.vue.ts +14 -5
  38. package/dist/runtime/components/LibNotifications/LibNotification.vue.d.ts +14 -5
  39. package/dist/runtime/components/LibNotifications/LibNotificationTestMessageComponent.d.vue.ts +2 -1
  40. package/dist/runtime/components/LibNotifications/LibNotificationTestMessageComponent.vue.d.ts +2 -1
  41. package/dist/runtime/components/LibNotifications/LibNotifications.d.vue.ts +2 -1
  42. package/dist/runtime/components/LibNotifications/LibNotifications.vue.d.ts +2 -1
  43. package/dist/runtime/components/LibPagination/LibPagination.d.vue.ts +51 -50
  44. package/dist/runtime/components/LibPagination/LibPagination.vue.d.ts +51 -50
  45. package/dist/runtime/components/LibPalette/LibPalette.d.vue.ts +3 -2
  46. package/dist/runtime/components/LibPalette/LibPalette.vue.d.ts +3 -2
  47. package/dist/runtime/components/LibPopup/LibPopup.d.vue.ts +9 -3
  48. package/dist/runtime/components/LibPopup/LibPopup.vue.d.ts +9 -3
  49. package/dist/runtime/components/LibProgressBar/LibProgressBar.d.vue.ts +3 -2
  50. package/dist/runtime/components/LibProgressBar/LibProgressBar.vue.d.ts +3 -2
  51. package/dist/runtime/components/LibRecorder/LibRecorder.d.vue.ts +3 -2
  52. package/dist/runtime/components/LibRecorder/LibRecorder.vue.d.ts +3 -2
  53. package/dist/runtime/components/LibRoot/LibRoot.d.vue.ts +5 -4
  54. package/dist/runtime/components/LibRoot/LibRoot.vue.d.ts +5 -4
  55. package/dist/runtime/components/LibSimpleInput/LibSimpleInput.d.vue.ts +18 -13
  56. package/dist/runtime/components/LibSimpleInput/LibSimpleInput.vue +1 -1
  57. package/dist/runtime/components/LibSimpleInput/LibSimpleInput.vue.d.ts +18 -13
  58. package/dist/runtime/components/LibSuggestions/LibSuggestions.d.vue.ts +23 -18
  59. package/dist/runtime/components/LibSuggestions/LibSuggestions.vue.d.ts +23 -18
  60. package/dist/runtime/components/LibTable/LibTable.d.vue.ts +34 -13
  61. package/dist/runtime/components/LibTable/LibTable.vue.d.ts +34 -13
  62. package/dist/runtime/components/Template/NAME.d.vue.ts +3 -2
  63. package/dist/runtime/components/Template/NAME.vue.d.ts +3 -2
  64. package/dist/runtime/components/TestControls/TestControls.d.vue.ts +2 -1
  65. package/dist/runtime/components/TestControls/TestControls.vue.d.ts +2 -1
  66. package/package.json +50 -50
  67. package/src/runtime/assets/animations.css +2 -2
  68. package/src/runtime/components/LibCheckbox/LibCheckbox.vue +3 -1
  69. package/src/runtime/components/LibFileInput/LibFileInput.vue +13 -4
  70. package/src/runtime/components/LibInputDeprecated/LibInputDeprecated.vue +6 -1
  71. package/src/runtime/components/LibSimpleInput/LibSimpleInput.vue +2 -0
@@ -355,9 +355,13 @@ defineExpose({
355
355
  export default { name: "LibFileInput" }
356
356
 
357
357
  type WrapperTypes
358
- = & WrapperProps<"input", InputHTMLAttributes>
359
- & WrapperProps<"wrapper", HTMLAttributes>
360
- & WrapperProps<"previews", HTMLAttributes>
358
+ = & WrapperProps<
359
+ "input",
360
+ // https://github.com/vuejs/core/pull/14237
361
+ Omit<InputHTMLAttributes, "autocomplete">
362
+ >
363
+ & WrapperProps<"wrapper", HTMLAttributes>
364
+ & WrapperProps<"previews", HTMLAttributes>
361
365
 
362
366
  type RealProps
363
367
  = & LinkableByIdProps
@@ -375,7 +379,12 @@ type RealProps
375
379
  interface Props
376
380
  extends
377
381
  /** @vue-ignore */
378
- Partial<Omit<InputHTMLAttributes, "class" | "multiple" | "formats" | "compact"> & TailwindClassProp>,
382
+ Partial<Omit<
383
+ InputHTMLAttributes,
384
+ "class" | "multiple" | "formats" | "compact"
385
+ // https://github.com/vuejs/core/pull/14237
386
+ | "autocomplete"
387
+ > & TailwindClassProp>,
379
388
  /** @vue-ignore */
380
389
  Partial<WrapperTypes>,
381
390
  RealProps { }
@@ -407,7 +407,12 @@ type RealProps
407
407
  interface Props
408
408
  extends
409
409
  /** @vue-ignore */
410
- Partial<Omit<InputHTMLAttributes, "class" | "readonly" | "disabled" | "onSubmit"> & TailwindClassProp>,
410
+ Partial<Omit<
411
+ InputHTMLAttributes,
412
+ "class" | "readonly" | "disabled" | "onSubmit"
413
+ // https://github.com/vuejs/core/pull/14237
414
+ | "autocomplete"
415
+ > & TailwindClassProp>,
411
416
  /** @vue-ignore */
412
417
  Partial<WrapperTypes>,
413
418
  RealProps { }
@@ -147,6 +147,8 @@ interface Props
147
147
  | "disabled"
148
148
  | "onSubmit"
149
149
  | "onInput"
150
+ // https://github.com/vuejs/core/pull/14237
151
+ | "autocomplete"
150
152
  > & TailwindClassProp>,
151
153
  RealProps
152
154
  {}