@prefabs.tech/vue3-form 0.20.0 → 0.22.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.
@@ -43,6 +43,10 @@ declare const _default: import("vue").DefineComponent<import("vue").ExtractPropT
43
43
  required: false;
44
44
  type: PropType<z.ZodType<string | number | Date | object>>;
45
45
  };
46
+ teleport: {
47
+ default: undefined;
48
+ type: PropType<boolean | string>;
49
+ };
46
50
  }>, {}, {}, {}, {}, import("vue").ComponentOptionsMixin, import("vue").ComponentOptionsMixin, "update:modelValue"[], "update:modelValue", import("vue").PublicProps, Readonly<import("vue").ExtractPropTypes<{
47
51
  autoApply: {
48
52
  default: boolean;
@@ -84,6 +88,10 @@ declare const _default: import("vue").DefineComponent<import("vue").ExtractPropT
84
88
  required: false;
85
89
  type: PropType<z.ZodType<string | number | Date | object>>;
86
90
  };
91
+ teleport: {
92
+ default: undefined;
93
+ type: PropType<boolean | string>;
94
+ };
87
95
  }>> & Readonly<{
88
96
  "onUpdate:modelValue"?: ((...args: any[]) => any) | undefined;
89
97
  }>, {
@@ -96,6 +104,7 @@ declare const _default: import("vue").DefineComponent<import("vue").ExtractPropT
96
104
  autoApply: boolean;
97
105
  enableTimePicker: boolean;
98
106
  format: string;
107
+ teleport: string | boolean;
99
108
  }, {}, {}, {}, string, import("vue").ComponentProvideOptions, true, {}, any>;
100
109
  export default _default;
101
110
  //# sourceMappingURL=DatePicker.vue.d.ts.map
@@ -1 +1 @@
1
- {"version":3,"file":"DatePicker.vue.d.ts","sourceRoot":"","sources":["../../../src/components/DatePicker.vue.ts"],"names":[],"mappings":"AAGA,OAAO,sCAAsC,CAAC;AAG9C,OAAO,EAAE,CAAC,EAAE,MAAM,KAAK,CAAC;AAExB,OAAO,KAAK,EAAE,gBAAgB,EAAE,MAAM,UAAU,CAAC;AACjD,OAAO,KAAK,EAAE,QAAQ,EAAE,MAAM,KAAK,CAAC;;;;;;;;;;;;;;;;;;;;;;cA4GhB,QAAQ,CAAC,MAAM,CAAC;;;;cAIe,QAAQ,CACnD,IAAI,GACJ,IAAI,EAAE,GACN,gBAAgB,GAChB,IAAI,GACJ,MAAM,GACN,MAAM,EAAE,GACR,MAAM,GACN,MAAM,EAAE,GACR,SAAS,CACZ;;;;;cAKe,QAAQ,CAAC,MAAM,CAAC;;;;;;;;;cAWhB,QAAQ,CAAC,CAAC,CAAC,OAAO,CAAC,MAAM,GAAG,MAAM,GAAG,IAAI,GAAG,MAAM,CAAC,CAAC;;;;;;;;;;;;;;;;;;;;;;;cA9BpD,QAAQ,CAAC,MAAM,CAAC;;;;cAIe,QAAQ,CACnD,IAAI,GACJ,IAAI,EAAE,GACN,gBAAgB,GAChB,IAAI,GACJ,MAAM,GACN,MAAM,EAAE,GACR,MAAM,GACN,MAAM,EAAE,GACR,SAAS,CACZ;;;;;cAKe,QAAQ,CAAC,MAAM,CAAC;;;;;;;;;cAWhB,QAAQ,CAAC,CAAC,CAAC,OAAO,CAAC,MAAM,GAAG,MAAM,GAAG,IAAI,GAAG,MAAM,CAAC,CAAC;;;;;;;;;;;;;;;AAvIxE,wBA0Pc"}
1
+ {"version":3,"file":"DatePicker.vue.d.ts","sourceRoot":"","sources":["../../../src/components/DatePicker.vue.ts"],"names":[],"mappings":"AAGA,OAAO,sCAAsC,CAAC;AAG9C,OAAO,EAAE,CAAC,EAAE,MAAM,KAAK,CAAC;AAExB,OAAO,KAAK,EAAE,gBAAgB,EAAE,MAAM,UAAU,CAAC;AACjD,OAAO,KAAK,EAAE,QAAQ,EAAE,MAAM,KAAK,CAAC;;;;;;;;;;;;;;;;;;;;;;cAkIhB,QAAQ,CAAC,MAAM,CAAC;;;;cAIe,QAAQ,CACnD,IAAI,GACJ,IAAI,EAAE,GACN,gBAAgB,GAChB,IAAI,GACJ,MAAM,GACN,MAAM,EAAE,GACR,MAAM,GACN,MAAM,EAAE,GACR,SAAS,CACZ;;;;;cAKe,QAAQ,CAAC,MAAM,CAAC;;;;;;;;;cAWhB,QAAQ,CAAC,CAAC,CAAC,OAAO,CAAC,MAAM,GAAG,MAAM,GAAG,IAAI,GAAG,MAAM,CAAC,CAAC;;;;cAIzC,QAAQ,CAAC,OAAO,GAAG,MAAM,CAAC;;;;;;;;;;;;;;;;;;;;;;;cAlCrC,QAAQ,CAAC,MAAM,CAAC;;;;cAIe,QAAQ,CACnD,IAAI,GACJ,IAAI,EAAE,GACN,gBAAgB,GAChB,IAAI,GACJ,MAAM,GACN,MAAM,EAAE,GACR,MAAM,GACN,MAAM,EAAE,GACR,SAAS,CACZ;;;;;cAKe,QAAQ,CAAC,MAAM,CAAC;;;;;;;;;cAWhB,QAAQ,CAAC,CAAC,CAAC,OAAO,CAAC,MAAM,GAAG,MAAM,GAAG,IAAI,GAAG,MAAM,CAAC,CAAC;;;;cAIzC,QAAQ,CAAC,OAAO,GAAG,MAAM,CAAC;;;;;;;;;;;;;;;;AAjKzD,wBAyRc"}
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@prefabs.tech/vue3-form",
3
- "version": "0.20.0",
3
+ "version": "0.22.0",
4
4
  "description": "Vue Form plugin",
5
5
  "license": "MIT",
6
6
  "type": "module",
@@ -23,7 +23,7 @@
23
23
  "devDependencies": {
24
24
  "@prefabs.tech/eslint-config": "0.2.0",
25
25
  "@prefabs.tech/tsconfig": "0.2.0",
26
- "@prefabs.tech/vue3-ui": "0.20.0",
26
+ "@prefabs.tech/vue3-ui": "0.22.0",
27
27
  "@types/node": "22.13.5",
28
28
  "@types/validator": "13.12.2",
29
29
  "@typescript-eslint/eslint-plugin": "8.24.1",