lew-ui 2.4.1 → 2.4.2

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.
@@ -17,7 +17,7 @@ declare function __VLS_template(): Partial<Record<string, (_: {
17
17
  };
18
18
  declare const __VLS_component: import('vue').DefineComponent<globalThis.ExtractPropTypes<{
19
19
  selectedKeys: import('vue').PropType<any>;
20
- sortOptions: import('vue').PropType<any>;
20
+ sortValue: import('vue').PropType<any>;
21
21
  columns: {
22
22
  type: PropType<import('../../..').TableColumn[]>;
23
23
  default: () => never[];
@@ -58,9 +58,12 @@ declare const __VLS_component: import('vue').DefineComponent<globalThis.ExtractP
58
58
  description: string;
59
59
  validator: (value: string) => boolean;
60
60
  };
61
- }>, {}, {}, {}, {}, import('vue').ComponentOptionsMixin, import('vue').ComponentOptionsMixin, {}, string, import('vue').PublicProps, Readonly<globalThis.ExtractPropTypes<{
61
+ }>, {}, {}, {}, {}, import('vue').ComponentOptionsMixin, import('vue').ComponentOptionsMixin, {
62
+ sortChange: (...args: any[]) => void;
63
+ selectChange: (...args: any[]) => void;
64
+ }, string, import('vue').PublicProps, Readonly<globalThis.ExtractPropTypes<{
62
65
  selectedKeys: import('vue').PropType<any>;
63
- sortOptions: import('vue').PropType<any>;
66
+ sortValue: import('vue').PropType<any>;
64
67
  columns: {
65
68
  type: PropType<import('../../..').TableColumn[]>;
66
69
  default: () => never[];
@@ -101,7 +104,10 @@ declare const __VLS_component: import('vue').DefineComponent<globalThis.ExtractP
101
104
  description: string;
102
105
  validator: (value: string) => boolean;
103
106
  };
104
- }>> & Readonly<{}>, {
107
+ }>> & Readonly<{
108
+ onSortChange?: ((...args: any[]) => any) | undefined;
109
+ onSelectChange?: ((...args: any[]) => any) | undefined;
110
+ }>, {
105
111
  size: import('../../..').LewSize;
106
112
  multiple: boolean;
107
113
  dataSource: Record<string, any>[];
@@ -0,0 +1,20 @@
1
+ declare const _default: import('vue').DefineComponent<globalThis.ExtractPropTypes<{
2
+ sortValue: {
3
+ type: StringConstructor;
4
+ };
5
+ size: {
6
+ type: StringConstructor;
7
+ default: string;
8
+ };
9
+ }>, {}, {}, {}, {}, import('vue').ComponentOptionsMixin, import('vue').ComponentOptionsMixin, {}, string, import('vue').PublicProps, Readonly<globalThis.ExtractPropTypes<{
10
+ sortValue: {
11
+ type: StringConstructor;
12
+ };
13
+ size: {
14
+ type: StringConstructor;
15
+ default: string;
16
+ };
17
+ }>> & Readonly<{}>, {
18
+ size: string;
19
+ }, {}, {}, {}, string, import('vue').ComponentProvideOptions, true, {}, any>;
20
+ export default _default;