@zy-frontend/element-plus-form 2.0.24 → 2.0.25

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.
@@ -3051,10 +3051,6 @@ default: () => {};
3051
3051
  editable: {
3052
3052
  type: PropType<boolean>;
3053
3053
  };
3054
- optionalUnfulfilledFields: {
3055
- type: PropType<Record<string, UnfulfilledField[]>>;
3056
- default: () => {};
3057
- };
3058
3054
  closable: {
3059
3055
  type: PropType<boolean>;
3060
3056
  };
@@ -3066,6 +3062,10 @@ type: PropType<Tab[]>;
3066
3062
  required: true;
3067
3063
  default: () => never[];
3068
3064
  };
3065
+ optionalUnfulfilledFields: {
3066
+ type: PropType<Record<string, UnfulfilledField[]>>;
3067
+ default: () => {};
3068
+ };
3069
3069
  }>, {}, {}, {}, {}, ComponentOptionsMixin, ComponentOptionsMixin, {}, string, PublicProps, Readonly<ExtractPropTypes< {
3070
3070
  modelValue: {
3071
3071
  required: true;
@@ -3078,10 +3078,6 @@ default: () => {};
3078
3078
  editable: {
3079
3079
  type: PropType<boolean>;
3080
3080
  };
3081
- optionalUnfulfilledFields: {
3082
- type: PropType<Record<string, UnfulfilledField[]>>;
3083
- default: () => {};
3084
- };
3085
3081
  closable: {
3086
3082
  type: PropType<boolean>;
3087
3083
  };
@@ -3093,10 +3089,14 @@ type: PropType<Tab[]>;
3093
3089
  required: true;
3094
3090
  default: () => never[];
3095
3091
  };
3092
+ optionalUnfulfilledFields: {
3093
+ type: PropType<Record<string, UnfulfilledField[]>>;
3094
+ default: () => {};
3095
+ };
3096
3096
  }>> & Readonly<{}>, {
3097
3097
  unfulfilledFields: Record<string, UnfulfilledField[]>;
3098
- optionalUnfulfilledFields: Record<string, UnfulfilledField[]>;
3099
3098
  tabs: Tab[];
3099
+ optionalUnfulfilledFields: Record<string, UnfulfilledField[]>;
3100
3100
  }, {}, {}, {}, string, ComponentProvideOptions, true, {}, any>, {
3101
3101
  "tab-extra"?(_: {
3102
3102
  label: string;
package/dist/index.es.js CHANGED
@@ -1,4 +1,4 @@
1
- import { B as e, b as Y, y as Z, a as o, q as m, _ as r, U as t, d as F, e as i, f as D, h as l, i as E, Z as I, j as _, k as L, l as c, m as p, n as R, o as d, p as n, r as M, s as O, t as S, u as b, v as T, w as u, x as B, z as C, A as U, C as x, D as A, E as k } from "./index-B8mURqYT.js";
1
+ import { B as e, b as Y, y as Z, a as o, q as m, _ as r, U as t, d as F, e as i, f as D, h as l, i as E, Z as I, j as _, k as L, l as c, m as p, n as R, o as d, p as n, r as M, s as O, t as S, u as b, v as T, w as u, x as B, z as C, A as U, C as x, D as A, E as k } from "./index-DGaNwoSz.js";
2
2
  import { useFormItem as N } from "element-plus";
3
3
  export {
4
4
  e as DELETED_FIELD_IDENTIFIER,
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@zy-frontend/element-plus-form",
3
- "version": "2.0.24",
3
+ "version": "2.0.25",
4
4
  "private": false,
5
5
  "publishConfig": {
6
6
  "access": "public",
@@ -36,7 +36,7 @@
36
36
  "vue": "^3.5.22"
37
37
  },
38
38
  "dependencies": {
39
- "@zy-frontend/form-core": "^2.0.11",
39
+ "@zy-frontend/form-core": "^2.0.12",
40
40
  "@element-plus/icons-vue": "^2.3.2",
41
41
  "@vueuse/core": "^13.9.0",
42
42
  "async-validator": "^4.2.5",