@dinert/element-plus 1.1.20 → 1.1.22

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.
@@ -13,7 +13,7 @@ export type RewriteSelectProps<O = any[]> = Partial<Omit<ExtractPropTypes<typeof
13
13
  value: string;
14
14
  } & Pick<typeof ElSelect, CommonFn | 'onVisible-change' | 'onRemove-tag'>>;
15
15
  export type RewriteCascaderProps<O = any[]> = Partial<Omit<ExtractPropTypes<typeof cascaderProps>, 'options' | 'props'> & {
16
- optison: O;
16
+ options: O;
17
17
  props: Partial<MergeProp<CascaderProps, TreeOptionProps>>;
18
18
  } & Pick<typeof ElCascader, CommonFn | 'onVisible-change' | 'onRemove-tag'>>;
19
19
  export type RewriteAutocompleteProps = Partial<AutocompleteProps & Pick<typeof ElAutocomplete, 'onSelect' | 'onChange'>>;
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@dinert/element-plus",
3
- "version": "1.1.20",
3
+ "version": "1.1.22",
4
4
  "description": "基于vue3封装的element-plus包",
5
5
  "scripts": {
6
6
  "dev": "vite",