lew-ui 2.7.56 → 2.7.59

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.
@@ -185,6 +185,7 @@ export interface LewDatePickerPresetsOption {
185
185
  }
186
186
  export interface LewCascaderOption {
187
187
  label: string;
188
+ key: string;
188
189
  value: string;
189
190
  level?: number;
190
191
  labelPaths?: string[];
package/package.json CHANGED
@@ -1,7 +1,7 @@
1
1
  {
2
2
  "name": "lew-ui",
3
3
  "type": "module",
4
- "version": "2.7.56",
4
+ "version": "2.7.59",
5
5
  "description": "A Component Library for Vue3.js.",
6
6
  "author": "lewkamtao",
7
7
  "license": "MIT",