@dinert/element-plus 1.1.7 → 1.1.8

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.
@@ -51,7 +51,7 @@ type ToString<T> = {
51
51
  [P in keyof T]: T[P] extends keyof RewriteFormItemPropsMap ? string : T[P];
52
52
  };
53
53
  type FormItemMap<D, FI> = {
54
- [P in keyof ToModelItem<D, FI>]: CustomFormItemProps<MergeProp<FI, D>, any[], ToModelItem<D, FI>[P] extends keyof RewriteFormItemPropsMap ? ToModelItem<D, FI>[P] : keyof RewriteFormItemPropsMap>;
54
+ [P in keyof ToModelItem<D, FI>]: CustomFormItemProps<D, any[], ToModelItem<D, FI>[P] extends keyof RewriteFormItemPropsMap ? ToModelItem<D, FI>[P] : keyof RewriteFormItemPropsMap>;
55
55
  };
56
56
  export interface RewriteFormProps<D = any, FI = any> extends Omit<Partial<FormProps>, 'model'> {
57
57
  model: Partial<MergeProp<D, ToString<FI>>>;
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@dinert/element-plus",
3
- "version": "1.1.7",
3
+ "version": "1.1.8",
4
4
  "description": "基于vue3封装的element-plus包",
5
5
  "scripts": {
6
6
  "dev": "vite",