@web-utils/form-ui 1.0.0-beta13 → 1.0.0-beta15

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 (51) hide show
  1. package/chunks/{DeOt3q3a.mjs → BDhGvPmU.mjs} +1 -1
  2. package/chunks/{CaHyPp0T.mjs → BXOvvlL2.mjs} +1 -1
  3. package/chunks/{ALt4yf68.mjs → C6tYoDfK.mjs} +1 -1
  4. package/chunks/{BG_Z3LzE.mjs → CAYDWMXC.mjs} +1 -1
  5. package/chunks/{oRDjUjCZ.mjs → CXHvVx2H.mjs} +1 -1
  6. package/chunks/{BJCpNo2b.mjs → CykRgGj0.mjs} +5 -9
  7. package/chunks/{BGad3Wff.mjs → D4SiGR5u.mjs} +2 -2
  8. package/chunks/{DZdQxw_s.mjs → DAEpRn3D.mjs} +2 -2
  9. package/chunks/{Bc4d8vFN.mjs → DL4ovOwO.mjs} +1 -1
  10. package/chunks/{BouiHKbN.mjs → DXrQ5tWJ.mjs} +1 -1
  11. package/chunks/{CmtaSp-T.mjs → Xww4oyW1.mjs} +1 -1
  12. package/chunks/{BYqiGFdT.mjs → ciEWoJ1U.mjs} +1 -1
  13. package/chunks/dwnrVqcq.mjs +315 -0
  14. package/chunks/{CQowXkhx.mjs → jpMiw_3M.mjs} +1 -1
  15. package/chunks/{Dr0gqiWt.mjs → vlkluoXb.mjs} +1 -1
  16. package/chunks/{B9ZV4Ei4.mjs → wo0ekOcp.mjs} +2 -2
  17. package/form-check-box-group/index.mjs +1 -1
  18. package/form-checkbox/index.mjs +1 -1
  19. package/form-date-picker/index.mjs +1 -1
  20. package/form-holder/index.mjs +1 -1
  21. package/form-image/index.mjs +1 -1
  22. package/form-input/index.mjs +1 -1
  23. package/form-input-email/index.mjs +1 -1
  24. package/form-input-id-card/index.mjs +1 -1
  25. package/form-input-number/index.mjs +1 -1
  26. package/form-input-phone-number/index.mjs +1 -1
  27. package/form-item-x/index.mjs +1 -1
  28. package/form-radio-group/index.mjs +1 -1
  29. package/form-rate/index.mjs +1 -1
  30. package/form-row/index.mjs +1 -1
  31. package/form-select/index.mjs +1 -1
  32. package/form-slider/index.mjs +1 -1
  33. package/form-switch/index.mjs +1 -1
  34. package/form-text/index.mjs +1 -1
  35. package/index.d.ts +3 -2
  36. package/index.mjs +36 -34
  37. package/month-calendar/index.d.ts +80 -0
  38. package/month-calendar/index.mjs +2 -0
  39. package/month-calendar/style.css +1 -0
  40. package/package.json +2 -1
  41. package/web-types.json +1 -1
  42. package/year-calendar/index.d.ts +99 -0
  43. package/year-calendar/index.mjs +173 -0
  44. package/year-calendar/style.css +1 -0
  45. package/chunks/BM34G781.mjs +0 -26848
  46. package/json-editor/index.d.ts +0 -32
  47. package/json-editor/index.mjs +0 -2
  48. package/json-editor/style.css +0 -1
  49. /package/chunks/{6Ukll2os.mjs → B5BIQCcK.mjs} +0 -0
  50. /package/chunks/{Bpox2cVQ.mjs → CI_28Uw4.mjs} +0 -0
  51. /package/chunks/{Cqm2ahW2.mjs → DK2YoEOD.mjs} +0 -0
@@ -1,32 +0,0 @@
1
- declare const _default: import('vue').DefineComponent<import('vue').ExtractPropTypes<{
2
- modelValue: (StringConstructor | BooleanConstructor | ObjectConstructor | ArrayConstructor)[];
3
- expanded: BooleanConstructor;
4
- mode: {
5
- type: StringConstructor;
6
- default: string;
7
- };
8
- modes: {
9
- type: ArrayConstructor;
10
- default(): string[];
11
- };
12
- }>, () => any, {}, {}, {}, import('vue').ComponentOptionsMixin, import('vue').ComponentOptionsMixin, ("error" | "update:modelValue" | "mode-change")[], "error" | "update:modelValue" | "mode-change", import('vue').PublicProps, Readonly<import('vue').ExtractPropTypes<{
13
- modelValue: (StringConstructor | BooleanConstructor | ObjectConstructor | ArrayConstructor)[];
14
- expanded: BooleanConstructor;
15
- mode: {
16
- type: StringConstructor;
17
- default: string;
18
- };
19
- modes: {
20
- type: ArrayConstructor;
21
- default(): string[];
22
- };
23
- }>> & Readonly<{
24
- "onUpdate:modelValue"?: ((...args: any[]) => any) | undefined;
25
- onError?: ((...args: any[]) => any) | undefined;
26
- "onMode-change"?: ((...args: any[]) => any) | undefined;
27
- }>, {
28
- expanded: boolean;
29
- mode: string;
30
- modes: unknown[];
31
- }, {}, {}, {}, string, import('vue').ComponentProvideOptions, true, {}, any>;
32
- export default _default;
@@ -1,2 +0,0 @@
1
- import { t as e } from "../chunks/BM34G781.mjs";
2
- export { e as default };