@citruslime/ui 2.0.0-beta.17 → 2.0.0-beta.20
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.
- package/README.md +5 -4
- package/dist/citrus-lime-ui.es.js +573 -859
- package/dist/citrus-lime-ui.umd.js +2 -2
- package/dist/{src/components → components}/accordion/cl-ui-accordion.vue.d.ts +7 -5
- package/dist/{src/components → components}/accordion/index.d.ts +0 -0
- package/dist/{src/components → components}/accordion/item/cl-ui-accordion-item.vue.d.ts +11 -7
- package/dist/{src/components → components}/accordion/types.d.ts +0 -0
- package/dist/{src/components → components}/app/cl-ui-app.vue.d.ts +19 -12
- package/dist/{src/components → components}/app/index.d.ts +0 -0
- package/dist/{src/components → components}/button/cl-ui-button.vue.d.ts +22 -11
- package/dist/{src/components → components}/button/index.d.ts +0 -0
- package/dist/{src/components → components}/button/types.d.ts +0 -0
- package/dist/{src/components → components}/calendar/cl-ui-calendar.vue.d.ts +0 -0
- package/dist/{src/components → components}/calendar/index.d.ts +0 -0
- package/dist/{src/components → components}/calendar/types.d.ts +0 -0
- package/dist/{src/components → components}/calendar/utils.d.ts +0 -0
- package/dist/{src/components → components}/card/cl-ui-card.vue.d.ts +12 -7
- package/dist/{src/components → components}/card/index.d.ts +0 -0
- package/dist/{src/components → components}/card/types.d.ts +0 -0
- package/dist/{src/components → components}/combo-box/cl-ui-combo-box.vue.d.ts +200 -99
- package/dist/{src/components → components}/combo-box/index.d.ts +0 -0
- package/dist/{src/components → components}/combo-box/search-container/cl-ui-combo-box-search.vue.d.ts +90 -44
- package/dist/{src/components → components}/combo-box/search-container/header/cl-ui-combo-box-header.vue.d.ts +17 -9
- package/dist/{src/components → components}/combo-box/search-container/selectable/cl-ui-combo-box-selectable.vue.d.ts +27 -14
- package/dist/{src/components → components}/combo-box/types.d.ts +0 -0
- package/dist/{src/components → components}/footer/index.d.ts +0 -0
- package/dist/{src/components → components}/grid/cell/cl-ui-grid-cell.vue.d.ts +15 -9
- package/dist/{src/components → components}/grid/cl-ui-grid.vue.d.ts +156 -90
- package/dist/{src/components → components}/grid/filter/cl-ui-grid-filter.vue.d.ts +17 -11
- package/dist/{src/utils → components/grid/filter}/filter-methods.d.ts +1 -1
- package/dist/{src/components → components}/grid/footer/cl-ui-grid-footer.vue.d.ts +13 -9
- package/dist/{src/components → components}/grid/header/cl-ui-grid-header.vue.d.ts +69 -38
- package/dist/{src/components → components}/grid/index.d.ts +0 -0
- package/dist/{src/components → components}/grid/types.d.ts +0 -0
- package/dist/{src/components → components}/grid/view-manager/cl-ui-grid-view-manager.vue.d.ts +28 -16
- package/dist/{src/components → components}/header/index.d.ts +0 -0
- package/dist/{src/components → components}/header/menu/cl-ui-header-menu.vue.d.ts +17 -9
- package/dist/{src/components → components}/header/menu/index.d.ts +0 -0
- package/dist/{src/components → components}/index.d.ts +0 -0
- package/dist/{src/components → components}/input/cl-ui-input.vue.d.ts +0 -0
- package/dist/{src/components → components}/input/index.d.ts +0 -0
- package/dist/{src/components → components}/input/types.d.ts +0 -0
- package/dist/{src/components → components}/input/utils.d.ts +0 -0
- package/dist/{src/components → components}/language-switcher/cl-ui-language-switcher.vue.d.ts +11 -7
- package/dist/{src/components → components}/language-switcher/index.d.ts +0 -0
- package/dist/{src/components → components}/language-switcher/types.d.ts +0 -0
- package/dist/{src/components → components}/loading-spinner/index.d.ts +0 -0
- package/dist/{src/components → components}/login/cl-ui-login.vue.d.ts +34 -18
- package/dist/{src/components → components}/login/index.d.ts +0 -0
- package/dist/{src/components → components}/login/types.d.ts +0 -0
- package/dist/{src/components → components}/modal/cl-ui-modal.vue.d.ts +17 -9
- package/dist/{src/components → components}/modal/index.d.ts +0 -0
- package/dist/{src/components → components}/modal/types.d.ts +0 -0
- package/dist/{src/components → components}/navigation/cl-ui-navigation.vue.d.ts +1 -1
- package/dist/{src/components → components}/navigation/group/cl-ui-navigation-group.vue.d.ts +6 -5
- package/dist/{src/components → components}/navigation/icon/cl-ui-navigation-icon.vue.d.ts +10 -7
- package/dist/{src/components → components}/navigation/index.d.ts +0 -0
- package/dist/{src/components → components}/notification/cl-ui-notification.vue.d.ts +12 -7
- package/dist/{src/components → components}/notification/index.d.ts +0 -0
- package/dist/{src/components → components}/notification/types.d.ts +0 -0
- package/dist/{src/components → components}/slider/cl-ui-slider.vue.d.ts +35 -18
- package/dist/{src/components → components}/slider/index.d.ts +0 -0
- package/dist/{src/composables → composables}/index.d.ts +0 -0
- package/dist/{src/composables → composables}/notification.d.ts +0 -0
- package/dist/{src/main.d.ts → main.d.ts} +0 -2
- package/dist/style.css +1 -1
- package/dist/{src/utils → utils}/i18n/config.d.ts +0 -0
- package/dist/{src/utils → utils}/i18n/defaults.d.ts +0 -0
- package/dist/{src/utils → utils}/i18n/index.d.ts +0 -0
- package/dist/{src/utils → utils}/i18n/types.d.ts +0 -0
- package/dist/utils/index.d.ts +2 -0
- package/dist/{src/utils → utils}/validation.d.ts +0 -0
- package/package.json +12 -13
- package/dist/.eslintrc.js +0 -465
- package/dist/.stylelintrc.js +0 -119
- package/dist/src/utils/copy.d.ts +0 -8
- package/dist/src/utils/debouncer.d.ts +0 -13
- package/dist/src/utils/extensions/date/index.d.ts +0 -1
- package/dist/src/utils/extensions/date/types.d.ts +0 -8
- package/dist/src/utils/extensions/string/types.d.ts +0 -48
- package/dist/src/utils/extensions/string/utils.d.ts +0 -83
- package/dist/src/utils/id.d.ts +0 -6
- package/dist/src/utils/index.d.ts +0 -8
- package/dist/src/utils/name-of.d.ts +0 -7
- package/dist/src/utils/sort.d.ts +0 -9
- package/dist/src/utils/url-params.d.ts +0 -8
- package/dist/theme.js +0 -121
|
@@ -104,15 +104,23 @@ declare const _sfc_main: import("vue").DefineComponent<{
|
|
|
104
104
|
};
|
|
105
105
|
}, {}, unknown, {}, {}, import("vue").ComponentOptionsMixin, import("vue").ComponentOptionsMixin, {
|
|
106
106
|
'clear-object': null;
|
|
107
|
-
}, string, import("vue").VNodeProps & import("vue").AllowedComponentProps & import("vue").ComponentCustomProps, Readonly<{
|
|
108
|
-
showClearButton
|
|
109
|
-
|
|
110
|
-
|
|
111
|
-
|
|
112
|
-
|
|
113
|
-
|
|
114
|
-
|
|
115
|
-
|
|
107
|
+
}, string, import("vue").VNodeProps & import("vue").AllowedComponentProps & import("vue").ComponentCustomProps, Readonly<import("vue").ExtractPropTypes<{
|
|
108
|
+
showClearButton: {
|
|
109
|
+
type: BooleanConstructor;
|
|
110
|
+
required: false;
|
|
111
|
+
default: boolean;
|
|
112
|
+
};
|
|
113
|
+
text: {
|
|
114
|
+
type: StringConstructor;
|
|
115
|
+
required: false;
|
|
116
|
+
default: string;
|
|
117
|
+
};
|
|
118
|
+
additionalText: {
|
|
119
|
+
type: StringConstructor;
|
|
120
|
+
required: false;
|
|
121
|
+
default: string;
|
|
122
|
+
};
|
|
123
|
+
}>> & {
|
|
116
124
|
"onClear-object"?: ((...args: any[]) => any) | undefined;
|
|
117
125
|
}, {
|
|
118
126
|
text: string;
|
|
@@ -138,7 +146,7 @@ declare const _sfc_main: import("vue").DefineComponent<{
|
|
|
138
146
|
option: {
|
|
139
147
|
type: null;
|
|
140
148
|
required: false;
|
|
141
|
-
default:
|
|
149
|
+
default: null;
|
|
142
150
|
};
|
|
143
151
|
index: {
|
|
144
152
|
type: NumberConstructor;
|
|
@@ -163,19 +171,32 @@ declare const _sfc_main: import("vue").DefineComponent<{
|
|
|
163
171
|
'create-object': null;
|
|
164
172
|
'select-object': null;
|
|
165
173
|
'option-highlighted': null;
|
|
166
|
-
}, string, import("vue").VNodeProps & import("vue").AllowedComponentProps & import("vue").ComponentCustomProps, Readonly<{
|
|
167
|
-
isCreateNewOption
|
|
168
|
-
|
|
169
|
-
|
|
170
|
-
|
|
171
|
-
|
|
172
|
-
|
|
173
|
-
|
|
174
|
-
|
|
175
|
-
|
|
176
|
-
|
|
177
|
-
|
|
178
|
-
|
|
174
|
+
}, string, import("vue").VNodeProps & import("vue").AllowedComponentProps & import("vue").ComponentCustomProps, Readonly<import("vue").ExtractPropTypes<{
|
|
175
|
+
isCreateNewOption: {
|
|
176
|
+
type: BooleanConstructor;
|
|
177
|
+
required: false;
|
|
178
|
+
default: boolean;
|
|
179
|
+
};
|
|
180
|
+
selectedIndex: {
|
|
181
|
+
type: NumberConstructor;
|
|
182
|
+
required: false;
|
|
183
|
+
default: number;
|
|
184
|
+
};
|
|
185
|
+
text: {
|
|
186
|
+
type: StringConstructor;
|
|
187
|
+
required: false;
|
|
188
|
+
default: string;
|
|
189
|
+
};
|
|
190
|
+
option: {
|
|
191
|
+
type: null;
|
|
192
|
+
required: false;
|
|
193
|
+
default: null;
|
|
194
|
+
};
|
|
195
|
+
index: {
|
|
196
|
+
type: NumberConstructor;
|
|
197
|
+
required: true;
|
|
198
|
+
};
|
|
199
|
+
}>> & {
|
|
179
200
|
"onCreate-object"?: ((...args: any[]) => any) | undefined;
|
|
180
201
|
"onSelect-object"?: ((...args: any[]) => any) | undefined;
|
|
181
202
|
"onOption-highlighted"?: ((...args: any[]) => any) | undefined;
|
|
@@ -191,27 +212,52 @@ declare const _sfc_main: import("vue").DefineComponent<{
|
|
|
191
212
|
'select-object': null;
|
|
192
213
|
search: null;
|
|
193
214
|
'hide-dropdown': null;
|
|
194
|
-
}, string, import("vue").VNodeProps & import("vue").AllowedComponentProps & import("vue").ComponentCustomProps, Readonly<{
|
|
195
|
-
loading
|
|
196
|
-
|
|
197
|
-
|
|
198
|
-
|
|
199
|
-
|
|
200
|
-
|
|
201
|
-
|
|
202
|
-
|
|
203
|
-
|
|
204
|
-
|
|
205
|
-
|
|
206
|
-
|
|
207
|
-
|
|
208
|
-
|
|
209
|
-
|
|
210
|
-
|
|
211
|
-
|
|
212
|
-
|
|
213
|
-
|
|
214
|
-
|
|
215
|
+
}, string, import("vue").VNodeProps & import("vue").AllowedComponentProps & import("vue").ComponentCustomProps, Readonly<import("vue").ExtractPropTypes<{
|
|
216
|
+
loading: {
|
|
217
|
+
type: BooleanConstructor;
|
|
218
|
+
required: false;
|
|
219
|
+
default: boolean;
|
|
220
|
+
};
|
|
221
|
+
objectType: {
|
|
222
|
+
type: StringConstructor;
|
|
223
|
+
required: true;
|
|
224
|
+
};
|
|
225
|
+
objectParentType: {
|
|
226
|
+
type: StringConstructor;
|
|
227
|
+
required: false;
|
|
228
|
+
default: string;
|
|
229
|
+
};
|
|
230
|
+
errorMessage: {
|
|
231
|
+
type: StringConstructor;
|
|
232
|
+
required: false;
|
|
233
|
+
default: string;
|
|
234
|
+
};
|
|
235
|
+
canCreateNewObject: {
|
|
236
|
+
type: BooleanConstructor;
|
|
237
|
+
required: false;
|
|
238
|
+
default: boolean;
|
|
239
|
+
};
|
|
240
|
+
canClearSelectedObject: {
|
|
241
|
+
type: BooleanConstructor;
|
|
242
|
+
required: false;
|
|
243
|
+
default: boolean;
|
|
244
|
+
};
|
|
245
|
+
currentObjectName: {
|
|
246
|
+
type: StringConstructor;
|
|
247
|
+
required: false;
|
|
248
|
+
default: string;
|
|
249
|
+
};
|
|
250
|
+
results: {
|
|
251
|
+
type: ArrayConstructor;
|
|
252
|
+
required: false;
|
|
253
|
+
default: () => never[];
|
|
254
|
+
};
|
|
255
|
+
isVisible: {
|
|
256
|
+
type: BooleanConstructor;
|
|
257
|
+
required: false;
|
|
258
|
+
default: boolean;
|
|
259
|
+
};
|
|
260
|
+
}>> & {
|
|
215
261
|
onSearch?: ((...args: any[]) => any) | undefined;
|
|
216
262
|
"onCreate-object"?: ((...args: any[]) => any) | undefined;
|
|
217
263
|
"onClear-object"?: ((...args: any[]) => any) | undefined;
|
|
@@ -16,15 +16,23 @@ declare const _sfc_main: import("vue").DefineComponent<{
|
|
|
16
16
|
};
|
|
17
17
|
}, {}, unknown, {}, {}, import("vue").ComponentOptionsMixin, import("vue").ComponentOptionsMixin, {
|
|
18
18
|
'clear-object': null;
|
|
19
|
-
}, string, import("vue").VNodeProps & import("vue").AllowedComponentProps & import("vue").ComponentCustomProps, Readonly<{
|
|
20
|
-
showClearButton
|
|
21
|
-
|
|
22
|
-
|
|
23
|
-
|
|
24
|
-
|
|
25
|
-
|
|
26
|
-
|
|
27
|
-
|
|
19
|
+
}, string, import("vue").VNodeProps & import("vue").AllowedComponentProps & import("vue").ComponentCustomProps, Readonly<import("vue").ExtractPropTypes<{
|
|
20
|
+
showClearButton: {
|
|
21
|
+
type: BooleanConstructor;
|
|
22
|
+
required: false;
|
|
23
|
+
default: boolean;
|
|
24
|
+
};
|
|
25
|
+
text: {
|
|
26
|
+
type: StringConstructor;
|
|
27
|
+
required: false;
|
|
28
|
+
default: string;
|
|
29
|
+
};
|
|
30
|
+
additionalText: {
|
|
31
|
+
type: StringConstructor;
|
|
32
|
+
required: false;
|
|
33
|
+
default: string;
|
|
34
|
+
};
|
|
35
|
+
}>> & {
|
|
28
36
|
"onClear-object"?: ((...args: any[]) => any) | undefined;
|
|
29
37
|
}, {
|
|
30
38
|
text: string;
|
|
@@ -18,7 +18,7 @@ declare const _sfc_main: import("vue").DefineComponent<{
|
|
|
18
18
|
option: {
|
|
19
19
|
type: null;
|
|
20
20
|
required: false;
|
|
21
|
-
default:
|
|
21
|
+
default: null;
|
|
22
22
|
};
|
|
23
23
|
index: {
|
|
24
24
|
type: NumberConstructor;
|
|
@@ -43,19 +43,32 @@ declare const _sfc_main: import("vue").DefineComponent<{
|
|
|
43
43
|
'create-object': null;
|
|
44
44
|
'select-object': null;
|
|
45
45
|
'option-highlighted': null;
|
|
46
|
-
}, string, import("vue").VNodeProps & import("vue").AllowedComponentProps & import("vue").ComponentCustomProps, Readonly<{
|
|
47
|
-
isCreateNewOption
|
|
48
|
-
|
|
49
|
-
|
|
50
|
-
|
|
51
|
-
|
|
52
|
-
|
|
53
|
-
|
|
54
|
-
|
|
55
|
-
|
|
56
|
-
|
|
57
|
-
|
|
58
|
-
|
|
46
|
+
}, string, import("vue").VNodeProps & import("vue").AllowedComponentProps & import("vue").ComponentCustomProps, Readonly<import("vue").ExtractPropTypes<{
|
|
47
|
+
isCreateNewOption: {
|
|
48
|
+
type: BooleanConstructor;
|
|
49
|
+
required: false;
|
|
50
|
+
default: boolean;
|
|
51
|
+
};
|
|
52
|
+
selectedIndex: {
|
|
53
|
+
type: NumberConstructor;
|
|
54
|
+
required: false;
|
|
55
|
+
default: number;
|
|
56
|
+
};
|
|
57
|
+
text: {
|
|
58
|
+
type: StringConstructor;
|
|
59
|
+
required: false;
|
|
60
|
+
default: string;
|
|
61
|
+
};
|
|
62
|
+
option: {
|
|
63
|
+
type: null;
|
|
64
|
+
required: false;
|
|
65
|
+
default: null;
|
|
66
|
+
};
|
|
67
|
+
index: {
|
|
68
|
+
type: NumberConstructor;
|
|
69
|
+
required: true;
|
|
70
|
+
};
|
|
71
|
+
}>> & {
|
|
59
72
|
"onCreate-object"?: ((...args: any[]) => any) | undefined;
|
|
60
73
|
"onSelect-object"?: ((...args: any[]) => any) | undefined;
|
|
61
74
|
"onOption-highlighted"?: ((...args: any[]) => any) | undefined;
|
|
File without changes
|
|
File without changes
|
|
@@ -48,15 +48,21 @@ declare const _sfc_main: import("vue").DefineComponent<{
|
|
|
48
48
|
edit: null;
|
|
49
49
|
focus: null;
|
|
50
50
|
'undo-edit': null;
|
|
51
|
-
}, string, import("vue").VNodeProps & import("vue").AllowedComponentProps & import("vue").ComponentCustomProps, Readonly<{
|
|
52
|
-
column
|
|
53
|
-
|
|
54
|
-
|
|
55
|
-
}
|
|
56
|
-
|
|
57
|
-
|
|
58
|
-
|
|
59
|
-
}
|
|
51
|
+
}, string, import("vue").VNodeProps & import("vue").AllowedComponentProps & import("vue").ComponentCustomProps, Readonly<import("vue").ExtractPropTypes<{
|
|
52
|
+
column: {
|
|
53
|
+
type: null;
|
|
54
|
+
required: true;
|
|
55
|
+
};
|
|
56
|
+
record: {
|
|
57
|
+
type: ObjectConstructor;
|
|
58
|
+
required: true;
|
|
59
|
+
};
|
|
60
|
+
editMode: {
|
|
61
|
+
type: BooleanConstructor;
|
|
62
|
+
required: false;
|
|
63
|
+
default: boolean;
|
|
64
|
+
};
|
|
65
|
+
}>> & {
|
|
60
66
|
onFocus?: ((...args: any[]) => any) | undefined;
|
|
61
67
|
onEdit?: ((...args: any[]) => any) | undefined;
|
|
62
68
|
"onUndo-edit"?: ((...args: any[]) => any) | undefined;
|
|
@@ -15,7 +15,7 @@ declare const _sfc_main: import("vue").DefineComponent<{
|
|
|
15
15
|
data: {
|
|
16
16
|
type: null;
|
|
17
17
|
required: false;
|
|
18
|
-
default:
|
|
18
|
+
default: null;
|
|
19
19
|
};
|
|
20
20
|
}, {
|
|
21
21
|
props: {
|
|
@@ -82,17 +82,28 @@ declare const _sfc_main: import("vue").DefineComponent<{
|
|
|
82
82
|
};
|
|
83
83
|
}, {
|
|
84
84
|
ClUiLoadingSpinner: any;
|
|
85
|
-
}, unknown, {}, {}, import("vue").ComponentOptionsMixin, import("vue").ComponentOptionsMixin, Record<string, any>, string, import("vue").VNodeProps & import("vue").AllowedComponentProps & import("vue").ComponentCustomProps, Readonly<{
|
|
86
|
-
colour
|
|
87
|
-
|
|
88
|
-
|
|
89
|
-
|
|
90
|
-
|
|
91
|
-
|
|
92
|
-
|
|
93
|
-
|
|
94
|
-
|
|
95
|
-
|
|
85
|
+
}, unknown, {}, {}, import("vue").ComponentOptionsMixin, import("vue").ComponentOptionsMixin, Record<string, any>, string, import("vue").VNodeProps & import("vue").AllowedComponentProps & import("vue").ComponentCustomProps, Readonly<import("vue").ExtractPropTypes<{
|
|
86
|
+
colour: {
|
|
87
|
+
type: null;
|
|
88
|
+
required: false;
|
|
89
|
+
default: string;
|
|
90
|
+
};
|
|
91
|
+
size: {
|
|
92
|
+
type: null;
|
|
93
|
+
required: false;
|
|
94
|
+
default: string;
|
|
95
|
+
};
|
|
96
|
+
loading: {
|
|
97
|
+
type: BooleanConstructor;
|
|
98
|
+
required: false;
|
|
99
|
+
default: boolean;
|
|
100
|
+
};
|
|
101
|
+
disabled: {
|
|
102
|
+
type: BooleanConstructor;
|
|
103
|
+
required: false;
|
|
104
|
+
default: boolean;
|
|
105
|
+
};
|
|
106
|
+
}>>, {
|
|
96
107
|
disabled: boolean;
|
|
97
108
|
colour: any;
|
|
98
109
|
size: any;
|
|
@@ -146,15 +157,21 @@ declare const _sfc_main: import("vue").DefineComponent<{
|
|
|
146
157
|
edit: null;
|
|
147
158
|
focus: null;
|
|
148
159
|
'undo-edit': null;
|
|
149
|
-
}, string, import("vue").VNodeProps & import("vue").AllowedComponentProps & import("vue").ComponentCustomProps, Readonly<{
|
|
150
|
-
column
|
|
151
|
-
|
|
152
|
-
|
|
153
|
-
|
|
154
|
-
|
|
155
|
-
|
|
156
|
-
|
|
157
|
-
|
|
160
|
+
}, string, import("vue").VNodeProps & import("vue").AllowedComponentProps & import("vue").ComponentCustomProps, Readonly<import("vue").ExtractPropTypes<{
|
|
161
|
+
column: {
|
|
162
|
+
type: null;
|
|
163
|
+
required: true;
|
|
164
|
+
};
|
|
165
|
+
record: {
|
|
166
|
+
type: ObjectConstructor;
|
|
167
|
+
required: true;
|
|
168
|
+
};
|
|
169
|
+
editMode: {
|
|
170
|
+
type: BooleanConstructor;
|
|
171
|
+
required: false;
|
|
172
|
+
default: boolean;
|
|
173
|
+
};
|
|
174
|
+
}>> & {
|
|
158
175
|
onFocus?: ((...args: any[]) => any) | undefined;
|
|
159
176
|
onEdit?: ((...args: any[]) => any) | undefined;
|
|
160
177
|
"onUndo-edit"?: ((...args: any[]) => any) | undefined;
|
|
@@ -194,14 +211,14 @@ declare const _sfc_main: import("vue").DefineComponent<{
|
|
|
194
211
|
(key: string | number, named: Record<string, unknown>, plural: number): string;
|
|
195
212
|
(key: string | number, named: Record<string, unknown>, defaultMsg: string): string;
|
|
196
213
|
};
|
|
197
|
-
debounce: (event: Function, eventArgs: unknown[]) => void;
|
|
214
|
+
debounce: (event: Function, ...eventArgs: unknown[]) => void;
|
|
198
215
|
allowedFilterMethods: import("vue").ComputedRef<import("./types").FilterMethod[]>;
|
|
199
216
|
currentFilterMethod: import("vue").ComputedRef<import("./types").FilterMethod | undefined>;
|
|
200
217
|
currentFilter: import("vue").ComputedRef<string>;
|
|
201
218
|
currentDateFilter: import("vue").ComputedRef<Date | null>;
|
|
202
219
|
filterInput: import("vue").Ref<string>;
|
|
203
220
|
decimalSeparator: import("vue").ComputedRef<string>;
|
|
204
|
-
columnInputType: import("vue").ComputedRef<
|
|
221
|
+
columnInputType: import("vue").ComputedRef<"number" | "search" | "text" | "datetime" | "date" | "time" | "button" | "checkbox" | "color" | "email" | "file" | "password" | "radio" | "range" | "reset" | "submit" | "tel" | "url">;
|
|
205
222
|
getDefaultFilterOperation: () => import("./types").FilterOperation;
|
|
206
223
|
getAllowedMethods: () => import("./types").FilterMethod[];
|
|
207
224
|
setFilterMethod: (filterMethod: "equal" | "notequal" | "contains" | "notcontains" | "lessthan" | "greaterthan" | "startswith" | "endswith" | "equalorlessthan" | "equalorgreaterthan") => void;
|
|
@@ -211,15 +228,21 @@ declare const _sfc_main: import("vue").DefineComponent<{
|
|
|
211
228
|
ClUiInput: import("vue").DefineComponent<unknown, object, {}, import("vue").ComputedOptions, import("vue").MethodOptions, import("vue").ComponentOptionsMixin, import("vue").ComponentOptionsMixin, {}, string, import("vue").VNodeProps & import("vue").AllowedComponentProps & import("vue").ComponentCustomProps, Readonly<unknown>, {}>;
|
|
212
229
|
}, unknown, {}, {}, import("vue").ComponentOptionsMixin, import("vue").ComponentOptionsMixin, {
|
|
213
230
|
'update:request': null;
|
|
214
|
-
}, string, import("vue").VNodeProps & import("vue").AllowedComponentProps & import("vue").ComponentCustomProps, Readonly<{
|
|
215
|
-
request
|
|
216
|
-
|
|
217
|
-
|
|
218
|
-
|
|
219
|
-
|
|
220
|
-
|
|
221
|
-
|
|
222
|
-
|
|
231
|
+
}, string, import("vue").VNodeProps & import("vue").AllowedComponentProps & import("vue").ComponentCustomProps, Readonly<import("vue").ExtractPropTypes<{
|
|
232
|
+
request: {
|
|
233
|
+
type: null;
|
|
234
|
+
required: true;
|
|
235
|
+
};
|
|
236
|
+
column: {
|
|
237
|
+
type: null;
|
|
238
|
+
required: true;
|
|
239
|
+
};
|
|
240
|
+
firstHalf: {
|
|
241
|
+
type: BooleanConstructor;
|
|
242
|
+
required: false;
|
|
243
|
+
default: boolean;
|
|
244
|
+
};
|
|
245
|
+
}>> & {
|
|
223
246
|
"onUpdate:request"?: ((...args: any[]) => any) | undefined;
|
|
224
247
|
}, {
|
|
225
248
|
firstHalf: boolean;
|
|
@@ -232,7 +255,7 @@ declare const _sfc_main: import("vue").DefineComponent<{
|
|
|
232
255
|
data: {
|
|
233
256
|
type: null;
|
|
234
257
|
required: false;
|
|
235
|
-
default:
|
|
258
|
+
default: null;
|
|
236
259
|
};
|
|
237
260
|
}, {
|
|
238
261
|
props: {
|
|
@@ -258,7 +281,7 @@ declare const _sfc_main: import("vue").DefineComponent<{
|
|
|
258
281
|
(key: string | number, named: Record<string, unknown>, plural: number): string;
|
|
259
282
|
(key: string | number, named: Record<string, unknown>, defaultMsg: string): string;
|
|
260
283
|
};
|
|
261
|
-
debounce: (event: Function, eventArgs: unknown[]) => void;
|
|
284
|
+
debounce: (event: Function, ...eventArgs: unknown[]) => void;
|
|
262
285
|
currentPage: import("vue").Ref<number>;
|
|
263
286
|
totalPages: import("vue").ComputedRef<number>;
|
|
264
287
|
pageNumbers: import("vue").ComputedRef<number[]>;
|
|
@@ -269,13 +292,17 @@ declare const _sfc_main: import("vue").DefineComponent<{
|
|
|
269
292
|
ClUiInput: import("vue").DefineComponent<unknown, object, {}, import("vue").ComputedOptions, import("vue").MethodOptions, import("vue").ComponentOptionsMixin, import("vue").ComponentOptionsMixin, {}, string, import("vue").VNodeProps & import("vue").AllowedComponentProps & import("vue").ComponentCustomProps, Readonly<unknown>, {}>;
|
|
270
293
|
}, unknown, {}, {}, import("vue").ComponentOptionsMixin, import("vue").ComponentOptionsMixin, {
|
|
271
294
|
'update:request': null;
|
|
272
|
-
}, string, import("vue").VNodeProps & import("vue").AllowedComponentProps & import("vue").ComponentCustomProps, Readonly<{
|
|
273
|
-
request
|
|
274
|
-
|
|
275
|
-
|
|
276
|
-
|
|
277
|
-
data:
|
|
278
|
-
|
|
295
|
+
}, string, import("vue").VNodeProps & import("vue").AllowedComponentProps & import("vue").ComponentCustomProps, Readonly<import("vue").ExtractPropTypes<{
|
|
296
|
+
request: {
|
|
297
|
+
type: null;
|
|
298
|
+
required: true;
|
|
299
|
+
};
|
|
300
|
+
data: {
|
|
301
|
+
type: null;
|
|
302
|
+
required: false;
|
|
303
|
+
default: null;
|
|
304
|
+
};
|
|
305
|
+
}>> & {
|
|
279
306
|
"onUpdate:request"?: ((...args: any[]) => any) | undefined;
|
|
280
307
|
}, {
|
|
281
308
|
data: any;
|
|
@@ -341,17 +368,28 @@ declare const _sfc_main: import("vue").DefineComponent<{
|
|
|
341
368
|
};
|
|
342
369
|
}, {
|
|
343
370
|
ClUiLoadingSpinner: any;
|
|
344
|
-
}, unknown, {}, {}, import("vue").ComponentOptionsMixin, import("vue").ComponentOptionsMixin, Record<string, any>, string, import("vue").VNodeProps & import("vue").AllowedComponentProps & import("vue").ComponentCustomProps, Readonly<{
|
|
345
|
-
colour
|
|
346
|
-
|
|
347
|
-
|
|
348
|
-
|
|
349
|
-
|
|
350
|
-
|
|
351
|
-
|
|
352
|
-
|
|
353
|
-
|
|
354
|
-
|
|
371
|
+
}, unknown, {}, {}, import("vue").ComponentOptionsMixin, import("vue").ComponentOptionsMixin, Record<string, any>, string, import("vue").VNodeProps & import("vue").AllowedComponentProps & import("vue").ComponentCustomProps, Readonly<import("vue").ExtractPropTypes<{
|
|
372
|
+
colour: {
|
|
373
|
+
type: null;
|
|
374
|
+
required: false;
|
|
375
|
+
default: string;
|
|
376
|
+
};
|
|
377
|
+
size: {
|
|
378
|
+
type: null;
|
|
379
|
+
required: false;
|
|
380
|
+
default: string;
|
|
381
|
+
};
|
|
382
|
+
loading: {
|
|
383
|
+
type: BooleanConstructor;
|
|
384
|
+
required: false;
|
|
385
|
+
default: boolean;
|
|
386
|
+
};
|
|
387
|
+
disabled: {
|
|
388
|
+
type: BooleanConstructor;
|
|
389
|
+
required: false;
|
|
390
|
+
default: boolean;
|
|
391
|
+
};
|
|
392
|
+
}>>, {
|
|
355
393
|
disabled: boolean;
|
|
356
394
|
colour: any;
|
|
357
395
|
size: any;
|
|
@@ -405,17 +443,28 @@ declare const _sfc_main: import("vue").DefineComponent<{
|
|
|
405
443
|
};
|
|
406
444
|
}, {
|
|
407
445
|
ClUiLoadingSpinner: any;
|
|
408
|
-
}, unknown, {}, {}, import("vue").ComponentOptionsMixin, import("vue").ComponentOptionsMixin, Record<string, any>, string, import("vue").VNodeProps & import("vue").AllowedComponentProps & import("vue").ComponentCustomProps, Readonly<{
|
|
409
|
-
colour
|
|
410
|
-
|
|
411
|
-
|
|
412
|
-
|
|
413
|
-
|
|
414
|
-
|
|
415
|
-
|
|
416
|
-
|
|
417
|
-
|
|
418
|
-
|
|
446
|
+
}, unknown, {}, {}, import("vue").ComponentOptionsMixin, import("vue").ComponentOptionsMixin, Record<string, any>, string, import("vue").VNodeProps & import("vue").AllowedComponentProps & import("vue").ComponentCustomProps, Readonly<import("vue").ExtractPropTypes<{
|
|
447
|
+
colour: {
|
|
448
|
+
type: null;
|
|
449
|
+
required: false;
|
|
450
|
+
default: string;
|
|
451
|
+
};
|
|
452
|
+
size: {
|
|
453
|
+
type: null;
|
|
454
|
+
required: false;
|
|
455
|
+
default: string;
|
|
456
|
+
};
|
|
457
|
+
loading: {
|
|
458
|
+
type: BooleanConstructor;
|
|
459
|
+
required: false;
|
|
460
|
+
default: boolean;
|
|
461
|
+
};
|
|
462
|
+
disabled: {
|
|
463
|
+
type: BooleanConstructor;
|
|
464
|
+
required: false;
|
|
465
|
+
default: boolean;
|
|
466
|
+
};
|
|
467
|
+
}>>, {
|
|
419
468
|
disabled: boolean;
|
|
420
469
|
colour: any;
|
|
421
470
|
size: any;
|
|
@@ -424,11 +473,12 @@ declare const _sfc_main: import("vue").DefineComponent<{
|
|
|
424
473
|
ClUiInput: import("vue").DefineComponent<unknown, object, {}, import("vue").ComputedOptions, import("vue").MethodOptions, import("vue").ComponentOptionsMixin, import("vue").ComponentOptionsMixin, {}, string, import("vue").VNodeProps & import("vue").AllowedComponentProps & import("vue").ComponentCustomProps, Readonly<unknown>, {}>;
|
|
425
474
|
}, unknown, {}, {}, import("vue").ComponentOptionsMixin, import("vue").ComponentOptionsMixin, {
|
|
426
475
|
'update:columns': null;
|
|
427
|
-
}, string, import("vue").VNodeProps & import("vue").AllowedComponentProps & import("vue").ComponentCustomProps, Readonly<{
|
|
428
|
-
columns
|
|
429
|
-
|
|
430
|
-
|
|
431
|
-
|
|
476
|
+
}, string, import("vue").VNodeProps & import("vue").AllowedComponentProps & import("vue").ComponentCustomProps, Readonly<import("vue").ExtractPropTypes<{
|
|
477
|
+
columns: {
|
|
478
|
+
type: ArrayConstructor;
|
|
479
|
+
required: true;
|
|
480
|
+
};
|
|
481
|
+
}>> & {
|
|
432
482
|
"onUpdate:columns"?: ((...args: any[]) => any) | undefined;
|
|
433
483
|
}, {}>;
|
|
434
484
|
}, unknown, {}, {}, import("vue").ComponentOptionsMixin, import("vue").ComponentOptionsMixin, {
|
|
@@ -436,17 +486,25 @@ declare const _sfc_main: import("vue").DefineComponent<{
|
|
|
436
486
|
'update:columns': null;
|
|
437
487
|
'update:edit-mode': null;
|
|
438
488
|
'update:filter-panel-open': null;
|
|
439
|
-
}, string, import("vue").VNodeProps & import("vue").AllowedComponentProps & import("vue").ComponentCustomProps, Readonly<{
|
|
440
|
-
columns
|
|
441
|
-
|
|
442
|
-
|
|
443
|
-
|
|
444
|
-
|
|
445
|
-
|
|
446
|
-
|
|
447
|
-
|
|
448
|
-
|
|
449
|
-
|
|
489
|
+
}, string, import("vue").VNodeProps & import("vue").AllowedComponentProps & import("vue").ComponentCustomProps, Readonly<import("vue").ExtractPropTypes<{
|
|
490
|
+
columns: {
|
|
491
|
+
type: ArrayConstructor;
|
|
492
|
+
required: true;
|
|
493
|
+
};
|
|
494
|
+
editMode: {
|
|
495
|
+
type: BooleanConstructor;
|
|
496
|
+
required: true;
|
|
497
|
+
};
|
|
498
|
+
editEnabled: {
|
|
499
|
+
type: BooleanConstructor;
|
|
500
|
+
required: true;
|
|
501
|
+
};
|
|
502
|
+
filterPanelOpen: {
|
|
503
|
+
type: BooleanConstructor;
|
|
504
|
+
required: false;
|
|
505
|
+
default: boolean;
|
|
506
|
+
};
|
|
507
|
+
}>> & {
|
|
450
508
|
"onUpdate:columns"?: ((...args: any[]) => any) | undefined;
|
|
451
509
|
"onReset-filters"?: ((...args: any[]) => any) | undefined;
|
|
452
510
|
"onUpdate:edit-mode"?: ((...args: any[]) => any) | undefined;
|
|
@@ -461,17 +519,25 @@ declare const _sfc_main: import("vue").DefineComponent<{
|
|
|
461
519
|
'row-edit': null;
|
|
462
520
|
'edit-start': null;
|
|
463
521
|
'edit-end': null;
|
|
464
|
-
}, string, import("vue").VNodeProps & import("vue").AllowedComponentProps & import("vue").ComponentCustomProps, Readonly<{
|
|
465
|
-
columns
|
|
466
|
-
|
|
467
|
-
|
|
468
|
-
|
|
469
|
-
|
|
470
|
-
|
|
471
|
-
|
|
472
|
-
|
|
473
|
-
|
|
474
|
-
|
|
522
|
+
}, string, import("vue").VNodeProps & import("vue").AllowedComponentProps & import("vue").ComponentCustomProps, Readonly<import("vue").ExtractPropTypes<{
|
|
523
|
+
columns: {
|
|
524
|
+
type: ArrayConstructor;
|
|
525
|
+
required: true;
|
|
526
|
+
};
|
|
527
|
+
request: {
|
|
528
|
+
type: null;
|
|
529
|
+
required: true;
|
|
530
|
+
};
|
|
531
|
+
loading: {
|
|
532
|
+
type: BooleanConstructor;
|
|
533
|
+
required: true;
|
|
534
|
+
};
|
|
535
|
+
data: {
|
|
536
|
+
type: null;
|
|
537
|
+
required: false;
|
|
538
|
+
default: null;
|
|
539
|
+
};
|
|
540
|
+
}>> & {
|
|
475
541
|
"onUpdate:columns"?: ((...args: any[]) => any) | undefined;
|
|
476
542
|
"onUpdate:request"?: ((...args: any[]) => any) | undefined;
|
|
477
543
|
"onData-request"?: ((...args: any[]) => any) | undefined;
|