cleek 2.10.67 → 2.10.69
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.
|
@@ -5,7 +5,8 @@ import { SelectedRows } from '../index';
|
|
|
5
5
|
type Columns = ColumnItem[] | object;
|
|
6
6
|
type CellPadding = 's' | 'm' | 'l' | 'none';
|
|
7
7
|
declare function __VLS_template(): {
|
|
8
|
-
|
|
8
|
+
headerActionsLeft?(_: {}): any;
|
|
9
|
+
headerActionsRight?(_: {}): any;
|
|
9
10
|
header?(_: {}): any;
|
|
10
11
|
headerBottom?(_: {}): any;
|
|
11
12
|
selectedRowsActions?(_: {}): any;
|
|
@@ -57,7 +58,7 @@ declare const __VLS_component: import('vue').DefineComponent<import('vue').Extra
|
|
|
57
58
|
hideHeaderActions: {
|
|
58
59
|
type: import('vue').PropType<boolean>;
|
|
59
60
|
};
|
|
60
|
-
|
|
61
|
+
hideRefreshBtn: {
|
|
61
62
|
type: import('vue').PropType<boolean>;
|
|
62
63
|
};
|
|
63
64
|
hideItemsPerPage: {
|
|
@@ -145,7 +146,7 @@ declare const __VLS_component: import('vue').DefineComponent<import('vue').Extra
|
|
|
145
146
|
hideHeaderActions: {
|
|
146
147
|
type: import('vue').PropType<boolean>;
|
|
147
148
|
};
|
|
148
|
-
|
|
149
|
+
hideRefreshBtn: {
|
|
149
150
|
type: import('vue').PropType<boolean>;
|
|
150
151
|
};
|
|
151
152
|
hideItemsPerPage: {
|
|
@@ -1,14 +1,15 @@
|
|
|
1
1
|
import { Layout, TableVersion } from '../../../cleek-options/cleek-options.types';
|
|
2
2
|
|
|
3
3
|
declare function __VLS_template(): {
|
|
4
|
-
|
|
4
|
+
headerActionsLeft?(_: {}): any;
|
|
5
|
+
headerActionsRight?(_: {}): any;
|
|
5
6
|
};
|
|
6
7
|
declare const __VLS_component: import('vue').DefineComponent<import('vue').ExtractPropTypes<{
|
|
7
8
|
modelValue: {
|
|
8
9
|
required: true;
|
|
9
10
|
type: import('vue').PropType<string>;
|
|
10
11
|
};
|
|
11
|
-
|
|
12
|
+
hideRefreshBtn: {
|
|
12
13
|
type: import('vue').PropType<boolean>;
|
|
13
14
|
required: true;
|
|
14
15
|
};
|
|
@@ -38,7 +39,7 @@ declare const __VLS_component: import('vue').DefineComponent<import('vue').Extra
|
|
|
38
39
|
required: true;
|
|
39
40
|
type: import('vue').PropType<string>;
|
|
40
41
|
};
|
|
41
|
-
|
|
42
|
+
hideRefreshBtn: {
|
|
42
43
|
type: import('vue').PropType<boolean>;
|
|
43
44
|
required: true;
|
|
44
45
|
};
|