@citruslime/ui 2.0.0 → 2.0.1
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/dist/citrus-lime-ui.es.js +2223 -2991
- package/dist/citrus-lime-ui.umd.js +2 -2
- package/dist/components/accordion/cl-ui-accordion.vue.d.ts +1 -1
- package/dist/components/accordion/header/cl-ui-accordion-header.vue.d.ts +2 -0
- package/dist/components/app/cl-ui-app.vue.d.ts +2 -2
- package/dist/components/button/cl-ui-button.vue.d.ts +2 -2
- package/dist/components/card/cl-ui-card.vue.d.ts +1 -1
- package/dist/components/combo-box/cl-ui-combo-box.vue.d.ts +13 -25
- package/dist/components/combo-box/search-container/cl-ui-combo-box-search.vue.d.ts +5 -11
- package/dist/components/footer/cl-ui-footer.vue.d.ts +2 -0
- package/dist/components/grid/cell/cl-ui-grid-cell.vue.d.ts +11 -15
- package/dist/components/grid/cl-ui-grid.vue.d.ts +49 -88
- package/dist/components/grid/filter/cl-ui-grid-filter.vue.d.ts +5 -11
- package/dist/components/grid/footer/cl-ui-grid-footer.vue.d.ts +10 -17
- package/dist/components/grid/header/cl-ui-grid-header.vue.d.ts +14 -26
- package/dist/components/grid/view-manager/cl-ui-grid-view-manager.vue.d.ts +7 -13
- package/dist/components/header/cl-ui-header.vue.d.ts +2 -0
- package/dist/components/header/menu/cl-ui-header-menu.vue.d.ts +1 -1
- package/dist/components/language-switcher/cl-ui-language-switcher.vue.d.ts +1 -1
- package/dist/components/loading-spinner/cl-ui-loading-spinner.vue.d.ts +2 -0
- package/dist/components/login/cl-ui-login.vue.d.ts +7 -13
- package/dist/components/modal/cl-ui-modal.vue.d.ts +1 -1
- package/dist/components/navigation/cl-ui-navigation.vue.d.ts +1 -1
- package/dist/components/navigation/group/cl-ui-navigation-group.vue.d.ts +1 -1
- package/dist/components/navigation/icon/cl-ui-navigation-icon.vue.d.ts +1 -1
- package/dist/components/navigation/item/cl-ui-navigation-item.vue.d.ts +2 -0
- package/dist/components/navigation/section/cl-ui-navigation-section.vue.d.ts +2 -0
- package/dist/components/notification/cl-ui-notification.vue.d.ts +1 -1
- package/dist/components/slider/cl-ui-slider.vue.d.ts +10 -17
- package/dist/components/tab/cl-ui-tab.vue.d.ts +1 -1
- package/dist/components/tab/content/cl-ui-tab-content.vue.d.ts +2 -0
- package/dist/env.d.ts +1 -0
- package/dist/style.css +1 -1
- package/dist/utils/i18n/config.d.ts +1 -1
- package/package.json +9 -13
|
@@ -14,7 +14,7 @@ declare const _sfc_main: import("vue").DefineComponent<{
|
|
|
14
14
|
}[]>;
|
|
15
15
|
isItemOpen: (id: number) => boolean;
|
|
16
16
|
toggleItem: (id: number) => void;
|
|
17
|
-
}, unknown, {}, {}, import("vue").ComponentOptionsMixin, import("vue").ComponentOptionsMixin,
|
|
17
|
+
}, unknown, {}, {}, import("vue").ComponentOptionsMixin, import("vue").ComponentOptionsMixin, {}, string, import("vue").VNodeProps & import("vue").AllowedComponentProps & import("vue").ComponentCustomProps, Readonly<import("vue").ExtractPropTypes<{
|
|
18
18
|
exclusive: {
|
|
19
19
|
type: BooleanConstructor;
|
|
20
20
|
required: false;
|
|
@@ -0,0 +1,2 @@
|
|
|
1
|
+
declare const _default: import("vue").DefineComponent<{}, {}, {}, {}, {}, import("vue").ComponentOptionsMixin, import("vue").ComponentOptionsMixin, {}, string, import("vue").VNodeProps & import("vue").AllowedComponentProps & import("vue").ComponentCustomProps, Readonly<import("vue").ExtractPropTypes<{}>>, {}>;
|
|
2
|
+
export default _default;
|
|
@@ -24,7 +24,7 @@ declare const _sfc_main: import("vue").DefineComponent<{
|
|
|
24
24
|
duration: number;
|
|
25
25
|
}[]>;
|
|
26
26
|
removeNotification: typeof import("../../composables/notification").removeNotification;
|
|
27
|
-
}, unknown, {}, {}, import("vue").ComponentOptionsMixin, import("vue").ComponentOptionsMixin,
|
|
27
|
+
}, unknown, {}, {}, import("vue").ComponentOptionsMixin, import("vue").ComponentOptionsMixin, {}, string, import("vue").VNodeProps & import("vue").AllowedComponentProps & import("vue").ComponentCustomProps, Readonly<import("vue").ExtractPropTypes<{
|
|
28
28
|
container: {
|
|
29
29
|
type: StringConstructor;
|
|
30
30
|
required: false;
|
|
@@ -39,7 +39,7 @@ declare const _sfc_main: import("vue").DefineComponent<{
|
|
|
39
39
|
container: string;
|
|
40
40
|
position: any;
|
|
41
41
|
}>;
|
|
42
|
-
}, unknown, {}, {}, import("vue").ComponentOptionsMixin, import("vue").ComponentOptionsMixin,
|
|
42
|
+
}, unknown, {}, {}, import("vue").ComponentOptionsMixin, import("vue").ComponentOptionsMixin, {}, string, import("vue").VNodeProps & import("vue").AllowedComponentProps & import("vue").ComponentCustomProps, Readonly<import("vue").ExtractPropTypes<{
|
|
43
43
|
removePadding: {
|
|
44
44
|
type: BooleanConstructor;
|
|
45
45
|
required: false;
|
|
@@ -20,8 +20,8 @@ declare const _sfc_main: import("vue").DefineComponent<{
|
|
|
20
20
|
default: boolean;
|
|
21
21
|
};
|
|
22
22
|
}, {
|
|
23
|
-
ClUiLoadingSpinner:
|
|
24
|
-
}, unknown, {}, {}, import("vue").ComponentOptionsMixin, import("vue").ComponentOptionsMixin,
|
|
23
|
+
ClUiLoadingSpinner: import("vue").DefineComponent<{}, {}, {}, {}, {}, import("vue").ComponentOptionsMixin, import("vue").ComponentOptionsMixin, {}, string, import("vue").VNodeProps & import("vue").AllowedComponentProps & import("vue").ComponentCustomProps, Readonly<import("vue").ExtractPropTypes<{}>>, {}>;
|
|
24
|
+
}, unknown, {}, {}, import("vue").ComponentOptionsMixin, import("vue").ComponentOptionsMixin, {}, string, import("vue").VNodeProps & import("vue").AllowedComponentProps & import("vue").ComponentCustomProps, Readonly<import("vue").ExtractPropTypes<{
|
|
25
25
|
colour: {
|
|
26
26
|
type: null;
|
|
27
27
|
required: false;
|
|
@@ -9,7 +9,7 @@ declare const _sfc_main: import("vue").DefineComponent<{
|
|
|
9
9
|
required: false;
|
|
10
10
|
default: boolean;
|
|
11
11
|
};
|
|
12
|
-
}, {}, unknown, {}, {}, import("vue").ComponentOptionsMixin, import("vue").ComponentOptionsMixin,
|
|
12
|
+
}, {}, unknown, {}, {}, import("vue").ComponentOptionsMixin, import("vue").ComponentOptionsMixin, {}, string, import("vue").VNodeProps & import("vue").AllowedComponentProps & import("vue").ComponentCustomProps, Readonly<import("vue").ExtractPropTypes<{
|
|
13
13
|
size: {
|
|
14
14
|
type: null;
|
|
15
15
|
required: false;
|
|
@@ -80,17 +80,11 @@ declare const _sfc_main: import("vue").DefineComponent<{
|
|
|
80
80
|
currentObject: ComboBoxItem | null;
|
|
81
81
|
};
|
|
82
82
|
emit: ((event: "search", ...args: any[]) => void) & ((event: "focus", ...args: any[]) => void) & ((event: "search-parent", ...args: any[]) => void) & ((event: "create-object", ...args: any[]) => void) & ((event: "create-parent-object", ...args: any[]) => void) & ((event: "update:current-object", ...args: any[]) => void);
|
|
83
|
-
t: {
|
|
84
|
-
|
|
85
|
-
|
|
86
|
-
|
|
87
|
-
|
|
88
|
-
(key: string | number, list: unknown[], plural: number): string;
|
|
89
|
-
(key: string | number, list: unknown[], defaultMsg: string): string;
|
|
90
|
-
(key: string | number, named: Record<string, unknown>, options?: import("vue-i18n").TranslateOptions | undefined): string;
|
|
91
|
-
(key: string | number, named: Record<string, unknown>, plural: number): string;
|
|
92
|
-
(key: string | number, named: Record<string, unknown>, defaultMsg: string): string;
|
|
93
|
-
};
|
|
83
|
+
t: import("vue-i18n").ComposerTranslation<{
|
|
84
|
+
[x: string]: import("@intlify/core-base").LocaleMessage<import("vue-i18n").VueMessageType>;
|
|
85
|
+
}, string, import("@intlify/core-base").RemoveIndexSignature<{
|
|
86
|
+
[x: string]: import("vue-i18n").LocaleMessageValue<import("vue-i18n").VueMessageType>;
|
|
87
|
+
}>, never, string, string>;
|
|
94
88
|
searchContainerVisible: import("vue").Ref<boolean>;
|
|
95
89
|
selectedItem: import("vue").WritableComputedRef<ComboBoxItem | null>;
|
|
96
90
|
parentItem: import("vue").Ref<{
|
|
@@ -139,8 +133,8 @@ declare const _sfc_main: import("vue").DefineComponent<{
|
|
|
139
133
|
default: boolean;
|
|
140
134
|
};
|
|
141
135
|
}, {
|
|
142
|
-
ClUiLoadingSpinner:
|
|
143
|
-
}, unknown, {}, {}, import("vue").ComponentOptionsMixin, import("vue").ComponentOptionsMixin,
|
|
136
|
+
ClUiLoadingSpinner: import("vue").DefineComponent<{}, {}, {}, {}, {}, import("vue").ComponentOptionsMixin, import("vue").ComponentOptionsMixin, {}, string, import("vue").VNodeProps & import("vue").AllowedComponentProps & import("vue").ComponentCustomProps, Readonly<import("vue").ExtractPropTypes<{}>>, {}>;
|
|
137
|
+
}, unknown, {}, {}, import("vue").ComponentOptionsMixin, import("vue").ComponentOptionsMixin, {}, string, import("vue").VNodeProps & import("vue").AllowedComponentProps & import("vue").ComponentCustomProps, Readonly<import("vue").ExtractPropTypes<{
|
|
144
138
|
colour: {
|
|
145
139
|
type: null;
|
|
146
140
|
required: false;
|
|
@@ -194,7 +188,7 @@ declare const _sfc_main: import("vue").DefineComponent<{
|
|
|
194
188
|
open: () => void;
|
|
195
189
|
close: () => void;
|
|
196
190
|
closeOnKeyPress: (event: KeyboardEvent) => void;
|
|
197
|
-
}, unknown, {}, {}, import("vue").ComponentOptionsMixin, import("vue").ComponentOptionsMixin,
|
|
191
|
+
}, unknown, {}, {}, import("vue").ComponentOptionsMixin, import("vue").ComponentOptionsMixin, {}, string, import("vue").VNodeProps & import("vue").AllowedComponentProps & import("vue").ComponentCustomProps, Readonly<import("vue").ExtractPropTypes<{
|
|
198
192
|
headerColour: {
|
|
199
193
|
type: null;
|
|
200
194
|
required: false;
|
|
@@ -273,17 +267,11 @@ declare const _sfc_main: import("vue").DefineComponent<{
|
|
|
273
267
|
isVisible: boolean;
|
|
274
268
|
};
|
|
275
269
|
emit: ((event: "search", ...args: any[]) => void) & ((event: "create-object", ...args: any[]) => void) & ((event: "clear-object", ...args: any[]) => void) & ((event: "select-object", ...args: any[]) => void) & ((event: "hide-dropdown", ...args: any[]) => void);
|
|
276
|
-
t: {
|
|
277
|
-
|
|
278
|
-
|
|
279
|
-
|
|
280
|
-
|
|
281
|
-
(key: string | number, list: unknown[], plural: number): string;
|
|
282
|
-
(key: string | number, list: unknown[], defaultMsg: string): string;
|
|
283
|
-
(key: string | number, named: Record<string, unknown>, options?: import("vue-i18n").TranslateOptions | undefined): string;
|
|
284
|
-
(key: string | number, named: Record<string, unknown>, plural: number): string;
|
|
285
|
-
(key: string | number, named: Record<string, unknown>, defaultMsg: string): string;
|
|
286
|
-
};
|
|
270
|
+
t: import("vue-i18n").ComposerTranslation<{
|
|
271
|
+
[x: string]: import("@intlify/core-base").LocaleMessage<import("vue-i18n").VueMessageType>;
|
|
272
|
+
}, string, import("@intlify/core-base").RemoveIndexSignature<{
|
|
273
|
+
[x: string]: import("vue-i18n").LocaleMessageValue<import("vue-i18n").VueMessageType>;
|
|
274
|
+
}>, never, string, string>;
|
|
287
275
|
searchText: import("vue").Ref<string>;
|
|
288
276
|
showAddNewOption: import("vue").Ref<boolean>;
|
|
289
277
|
currentSelection: import("vue").Ref<number>;
|
|
@@ -57,17 +57,11 @@ declare const _sfc_main: import("vue").DefineComponent<{
|
|
|
57
57
|
isVisible: boolean;
|
|
58
58
|
};
|
|
59
59
|
emit: ((event: "search", ...args: any[]) => void) & ((event: "create-object", ...args: any[]) => void) & ((event: "clear-object", ...args: any[]) => void) & ((event: "select-object", ...args: any[]) => void) & ((event: "hide-dropdown", ...args: any[]) => void);
|
|
60
|
-
t: {
|
|
61
|
-
|
|
62
|
-
|
|
63
|
-
|
|
64
|
-
|
|
65
|
-
(key: string | number, list: unknown[], plural: number): string;
|
|
66
|
-
(key: string | number, list: unknown[], defaultMsg: string): string;
|
|
67
|
-
(key: string | number, named: Record<string, unknown>, options?: import("vue-i18n").TranslateOptions | undefined): string;
|
|
68
|
-
(key: string | number, named: Record<string, unknown>, plural: number): string;
|
|
69
|
-
(key: string | number, named: Record<string, unknown>, defaultMsg: string): string;
|
|
70
|
-
};
|
|
60
|
+
t: import("vue-i18n").ComposerTranslation<{
|
|
61
|
+
[x: string]: import("@intlify/core-base").LocaleMessage<import("vue-i18n").VueMessageType>;
|
|
62
|
+
}, string, import("@intlify/core-base").RemoveIndexSignature<{
|
|
63
|
+
[x: string]: import("vue-i18n").LocaleMessageValue<import("vue-i18n").VueMessageType>;
|
|
64
|
+
}>, never, string, string>;
|
|
71
65
|
searchText: import("vue").Ref<string>;
|
|
72
66
|
showAddNewOption: import("vue").Ref<boolean>;
|
|
73
67
|
currentSelection: import("vue").Ref<number>;
|
|
@@ -0,0 +1,2 @@
|
|
|
1
|
+
declare const _default: import("vue").DefineComponent<{}, {}, {}, {}, {}, import("vue").ComponentOptionsMixin, import("vue").ComponentOptionsMixin, {}, string, import("vue").VNodeProps & import("vue").AllowedComponentProps & import("vue").ComponentCustomProps, Readonly<import("vue").ExtractPropTypes<{}>>, {}>;
|
|
2
|
+
export default _default;
|
|
@@ -21,21 +21,17 @@ declare const _sfc_main: import("vue").DefineComponent<{
|
|
|
21
21
|
editMode: boolean;
|
|
22
22
|
};
|
|
23
23
|
emit: ((event: "focus", ...args: any[]) => void) & ((event: "edit", ...args: any[]) => void) & ((event: "undo-edit", ...args: any[]) => void);
|
|
24
|
-
d: {
|
|
25
|
-
|
|
26
|
-
|
|
27
|
-
|
|
28
|
-
|
|
29
|
-
|
|
30
|
-
|
|
31
|
-
|
|
32
|
-
|
|
33
|
-
|
|
34
|
-
|
|
35
|
-
};
|
|
36
|
-
currentRecord: import("vue").Ref<{
|
|
37
|
-
[x: string]: unknown;
|
|
38
|
-
}>;
|
|
24
|
+
d: import("vue-i18n").ComposerDateTimeFormatting<{
|
|
25
|
+
[x: string]: import("vue-i18n").IntlDateTimeFormat;
|
|
26
|
+
}, string, import("@intlify/core-base").RemoveIndexSignature<{
|
|
27
|
+
[x: string]: import("@intlify/core-base").DateTimeFormatOptions;
|
|
28
|
+
}>, never, string | number, string | number>;
|
|
29
|
+
n: import("vue-i18n").ComposerNumberFormatting<{
|
|
30
|
+
[x: string]: import("vue-i18n").IntlNumberFormat;
|
|
31
|
+
}, string, import("@intlify/core-base").RemoveIndexSignature<{
|
|
32
|
+
[x: string]: import("@intlify/core-base").NumberFormatOptions;
|
|
33
|
+
}>, never, string | number, string | number>;
|
|
34
|
+
currentRecord: import("vue").Ref<Record<string, unknown>>;
|
|
39
35
|
edited: import("vue").ComputedRef<boolean>;
|
|
40
36
|
getStringValue: (record: Record<string, unknown>, key: string) => string;
|
|
41
37
|
getNumericValue: (record: Record<string, unknown>, key: string) => number;
|
|
@@ -25,26 +25,16 @@ declare const _sfc_main: import("vue").DefineComponent<{
|
|
|
25
25
|
data: FilterResponse<unknown> | null;
|
|
26
26
|
};
|
|
27
27
|
emit: ((event: "update:columns", ...args: any[]) => void) & ((event: "update:request", ...args: any[]) => void) & ((event: "data-request", ...args: any[]) => void) & ((event: "row-edit", ...args: any[]) => void) & ((event: "edit-start", ...args: any[]) => void) & ((event: "edit-end", ...args: any[]) => void);
|
|
28
|
-
t: {
|
|
29
|
-
|
|
30
|
-
|
|
31
|
-
|
|
32
|
-
|
|
33
|
-
|
|
34
|
-
(key: string | number, list: unknown[], defaultMsg: string): string;
|
|
35
|
-
(key: string | number, named: Record<string, unknown>, options?: import("vue-i18n").TranslateOptions | undefined): string;
|
|
36
|
-
(key: string | number, named: Record<string, unknown>, plural: number): string;
|
|
37
|
-
(key: string | number, named: Record<string, unknown>, defaultMsg: string): string;
|
|
38
|
-
};
|
|
39
|
-
columnStyles: import("vue").Ref<{
|
|
40
|
-
[x: string]: string;
|
|
41
|
-
}>;
|
|
28
|
+
t: import("vue-i18n").ComposerTranslation<{
|
|
29
|
+
[x: string]: import("@intlify/core-base").LocaleMessage<import("vue-i18n").VueMessageType>;
|
|
30
|
+
}, string, import("@intlify/core-base").RemoveIndexSignature<{
|
|
31
|
+
[x: string]: import("vue-i18n").LocaleMessageValue<import("vue-i18n").VueMessageType>;
|
|
32
|
+
}>, never, string, string>;
|
|
33
|
+
columnStyles: import("vue").Ref<Record<string, string>>;
|
|
42
34
|
editMode: import("vue").Ref<boolean>;
|
|
43
35
|
editRow: import("vue").Ref<{
|
|
44
36
|
index: number;
|
|
45
|
-
record:
|
|
46
|
-
[x: string]: unknown;
|
|
47
|
-
};
|
|
37
|
+
record: Record<string, unknown>;
|
|
48
38
|
}>;
|
|
49
39
|
filterPanelOpen: import("vue").Ref<boolean>;
|
|
50
40
|
currentColumns: import("vue").WritableComputedRef<GridColumn[]>;
|
|
@@ -81,8 +71,8 @@ declare const _sfc_main: import("vue").DefineComponent<{
|
|
|
81
71
|
default: boolean;
|
|
82
72
|
};
|
|
83
73
|
}, {
|
|
84
|
-
ClUiLoadingSpinner:
|
|
85
|
-
}, unknown, {}, {}, import("vue").ComponentOptionsMixin, import("vue").ComponentOptionsMixin,
|
|
74
|
+
ClUiLoadingSpinner: import("vue").DefineComponent<{}, {}, {}, {}, {}, import("vue").ComponentOptionsMixin, import("vue").ComponentOptionsMixin, {}, string, import("vue").VNodeProps & import("vue").AllowedComponentProps & import("vue").ComponentCustomProps, Readonly<import("vue").ExtractPropTypes<{}>>, {}>;
|
|
75
|
+
}, unknown, {}, {}, import("vue").ComponentOptionsMixin, import("vue").ComponentOptionsMixin, {}, string, import("vue").VNodeProps & import("vue").AllowedComponentProps & import("vue").ComponentCustomProps, Readonly<import("vue").ExtractPropTypes<{
|
|
86
76
|
colour: {
|
|
87
77
|
type: null;
|
|
88
78
|
required: false;
|
|
@@ -130,21 +120,17 @@ declare const _sfc_main: import("vue").DefineComponent<{
|
|
|
130
120
|
editMode: boolean;
|
|
131
121
|
};
|
|
132
122
|
emit: ((event: "focus", ...args: any[]) => void) & ((event: "edit", ...args: any[]) => void) & ((event: "undo-edit", ...args: any[]) => void);
|
|
133
|
-
d: {
|
|
134
|
-
|
|
135
|
-
|
|
136
|
-
|
|
137
|
-
|
|
138
|
-
|
|
139
|
-
|
|
140
|
-
|
|
141
|
-
|
|
142
|
-
|
|
143
|
-
|
|
144
|
-
};
|
|
145
|
-
currentRecord: import("vue").Ref<{
|
|
146
|
-
[x: string]: unknown;
|
|
147
|
-
}>;
|
|
123
|
+
d: import("vue-i18n").ComposerDateTimeFormatting<{
|
|
124
|
+
[x: string]: import("vue-i18n").IntlDateTimeFormat;
|
|
125
|
+
}, string, import("@intlify/core-base").RemoveIndexSignature<{
|
|
126
|
+
[x: string]: import("@intlify/core-base").DateTimeFormatOptions;
|
|
127
|
+
}>, never, string | number, string | number>;
|
|
128
|
+
n: import("vue-i18n").ComposerNumberFormatting<{
|
|
129
|
+
[x: string]: import("vue-i18n").IntlNumberFormat;
|
|
130
|
+
}, string, import("@intlify/core-base").RemoveIndexSignature<{
|
|
131
|
+
[x: string]: import("@intlify/core-base").NumberFormatOptions;
|
|
132
|
+
}>, never, string | number, string | number>;
|
|
133
|
+
currentRecord: import("vue").Ref<Record<string, unknown>>;
|
|
148
134
|
edited: import("vue").ComputedRef<boolean>;
|
|
149
135
|
getStringValue: (record: Record<string, unknown>, key: string) => string;
|
|
150
136
|
getNumericValue: (record: Record<string, unknown>, key: string) => number;
|
|
@@ -200,17 +186,11 @@ declare const _sfc_main: import("vue").DefineComponent<{
|
|
|
200
186
|
};
|
|
201
187
|
emit: (event: "update:request", ...args: any[]) => void;
|
|
202
188
|
locale: import("vue").WritableComputedRef<string>;
|
|
203
|
-
t: {
|
|
204
|
-
|
|
205
|
-
|
|
206
|
-
|
|
207
|
-
|
|
208
|
-
(key: string | number, list: unknown[], plural: number): string;
|
|
209
|
-
(key: string | number, list: unknown[], defaultMsg: string): string;
|
|
210
|
-
(key: string | number, named: Record<string, unknown>, options?: import("vue-i18n").TranslateOptions | undefined): string;
|
|
211
|
-
(key: string | number, named: Record<string, unknown>, plural: number): string;
|
|
212
|
-
(key: string | number, named: Record<string, unknown>, defaultMsg: string): string;
|
|
213
|
-
};
|
|
189
|
+
t: import("vue-i18n").ComposerTranslation<{
|
|
190
|
+
[x: string]: import("@intlify/core-base").LocaleMessage<import("vue-i18n").VueMessageType>;
|
|
191
|
+
}, string, import("@intlify/core-base").RemoveIndexSignature<{
|
|
192
|
+
[x: string]: import("vue-i18n").LocaleMessageValue<import("vue-i18n").VueMessageType>;
|
|
193
|
+
}>, never, string, string>;
|
|
214
194
|
debounce: (event: Function, ...eventArgs: unknown[]) => void;
|
|
215
195
|
allowedFilterMethods: import("vue").ComputedRef<import("./types").FilterMethod[]>;
|
|
216
196
|
currentFilterMethod: import("vue").ComputedRef<import("./types").FilterMethod | undefined>;
|
|
@@ -264,23 +244,16 @@ declare const _sfc_main: import("vue").DefineComponent<{
|
|
|
264
244
|
};
|
|
265
245
|
emit: (event: "update:request", ...args: any[]) => void;
|
|
266
246
|
pageSizes: number[];
|
|
267
|
-
n: {
|
|
268
|
-
|
|
269
|
-
|
|
270
|
-
|
|
271
|
-
|
|
272
|
-
|
|
273
|
-
|
|
274
|
-
|
|
275
|
-
|
|
276
|
-
|
|
277
|
-
(key: string | number, list: unknown[], options?: import("vue-i18n").TranslateOptions | undefined): string;
|
|
278
|
-
(key: string | number, list: unknown[], plural: number): string;
|
|
279
|
-
(key: string | number, list: unknown[], defaultMsg: string): string;
|
|
280
|
-
(key: string | number, named: Record<string, unknown>, options?: import("vue-i18n").TranslateOptions | undefined): string;
|
|
281
|
-
(key: string | number, named: Record<string, unknown>, plural: number): string;
|
|
282
|
-
(key: string | number, named: Record<string, unknown>, defaultMsg: string): string;
|
|
283
|
-
};
|
|
247
|
+
n: import("vue-i18n").ComposerNumberFormatting<{
|
|
248
|
+
[x: string]: import("vue-i18n").IntlNumberFormat;
|
|
249
|
+
}, string, import("@intlify/core-base").RemoveIndexSignature<{
|
|
250
|
+
[x: string]: import("@intlify/core-base").NumberFormatOptions;
|
|
251
|
+
}>, never, string | number, string | number>;
|
|
252
|
+
t: import("vue-i18n").ComposerTranslation<{
|
|
253
|
+
[x: string]: import("@intlify/core-base").LocaleMessage<import("vue-i18n").VueMessageType>;
|
|
254
|
+
}, string, import("@intlify/core-base").RemoveIndexSignature<{
|
|
255
|
+
[x: string]: import("vue-i18n").LocaleMessageValue<import("vue-i18n").VueMessageType>;
|
|
256
|
+
}>, never, string, string>;
|
|
284
257
|
debounce: (event: Function, ...eventArgs: unknown[]) => void;
|
|
285
258
|
currentPage: import("vue").Ref<number>;
|
|
286
259
|
totalPages: import("vue").ComputedRef<number>;
|
|
@@ -333,17 +306,11 @@ declare const _sfc_main: import("vue").DefineComponent<{
|
|
|
333
306
|
filterPanelOpen: boolean;
|
|
334
307
|
};
|
|
335
308
|
emit: ((event: "update:columns", ...args: any[]) => void) & ((event: "reset-filters", ...args: any[]) => void) & ((event: "update:edit-mode", ...args: any[]) => void) & ((event: "update:filter-panel-open", ...args: any[]) => void);
|
|
336
|
-
t: {
|
|
337
|
-
|
|
338
|
-
|
|
339
|
-
|
|
340
|
-
|
|
341
|
-
(key: string | number, list: unknown[], plural: number): string;
|
|
342
|
-
(key: string | number, list: unknown[], defaultMsg: string): string;
|
|
343
|
-
(key: string | number, named: Record<string, unknown>, options?: import("vue-i18n").TranslateOptions | undefined): string;
|
|
344
|
-
(key: string | number, named: Record<string, unknown>, plural: number): string;
|
|
345
|
-
(key: string | number, named: Record<string, unknown>, defaultMsg: string): string;
|
|
346
|
-
};
|
|
309
|
+
t: import("vue-i18n").ComposerTranslation<{
|
|
310
|
+
[x: string]: import("@intlify/core-base").LocaleMessage<import("vue-i18n").VueMessageType>;
|
|
311
|
+
}, string, import("@intlify/core-base").RemoveIndexSignature<{
|
|
312
|
+
[x: string]: import("vue-i18n").LocaleMessageValue<import("vue-i18n").VueMessageType>;
|
|
313
|
+
}>, never, string, string>;
|
|
347
314
|
currentColumns: import("vue").WritableComputedRef<GridColumn[]>;
|
|
348
315
|
ClUiButton: import("vue").DefineComponent<{
|
|
349
316
|
colour: {
|
|
@@ -367,8 +334,8 @@ declare const _sfc_main: import("vue").DefineComponent<{
|
|
|
367
334
|
default: boolean;
|
|
368
335
|
};
|
|
369
336
|
}, {
|
|
370
|
-
ClUiLoadingSpinner:
|
|
371
|
-
}, unknown, {}, {}, import("vue").ComponentOptionsMixin, import("vue").ComponentOptionsMixin,
|
|
337
|
+
ClUiLoadingSpinner: import("vue").DefineComponent<{}, {}, {}, {}, {}, import("vue").ComponentOptionsMixin, import("vue").ComponentOptionsMixin, {}, string, import("vue").VNodeProps & import("vue").AllowedComponentProps & import("vue").ComponentCustomProps, Readonly<import("vue").ExtractPropTypes<{}>>, {}>;
|
|
338
|
+
}, unknown, {}, {}, import("vue").ComponentOptionsMixin, import("vue").ComponentOptionsMixin, {}, string, import("vue").VNodeProps & import("vue").AllowedComponentProps & import("vue").ComponentCustomProps, Readonly<import("vue").ExtractPropTypes<{
|
|
372
339
|
colour: {
|
|
373
340
|
type: null;
|
|
374
341
|
required: false;
|
|
@@ -405,17 +372,11 @@ declare const _sfc_main: import("vue").DefineComponent<{
|
|
|
405
372
|
columns: GridColumn[];
|
|
406
373
|
};
|
|
407
374
|
emit: (event: "update:columns", ...args: any[]) => void;
|
|
408
|
-
t: {
|
|
409
|
-
|
|
410
|
-
|
|
411
|
-
|
|
412
|
-
|
|
413
|
-
(key: string | number, list: unknown[], plural: number): string;
|
|
414
|
-
(key: string | number, list: unknown[], defaultMsg: string): string;
|
|
415
|
-
(key: string | number, named: Record<string, unknown>, options?: import("vue-i18n").TranslateOptions | undefined): string;
|
|
416
|
-
(key: string | number, named: Record<string, unknown>, plural: number): string;
|
|
417
|
-
(key: string | number, named: Record<string, unknown>, defaultMsg: string): string;
|
|
418
|
-
};
|
|
375
|
+
t: import("vue-i18n").ComposerTranslation<{
|
|
376
|
+
[x: string]: import("@intlify/core-base").LocaleMessage<import("vue-i18n").VueMessageType>;
|
|
377
|
+
}, string, import("@intlify/core-base").RemoveIndexSignature<{
|
|
378
|
+
[x: string]: import("vue-i18n").LocaleMessageValue<import("vue-i18n").VueMessageType>;
|
|
379
|
+
}>, never, string, string>;
|
|
419
380
|
visible: import("vue").Ref<boolean>;
|
|
420
381
|
moveColumn: (columns: GridColumn[], oldIndex: number, newIndex: number) => void;
|
|
421
382
|
updateColumnVisibility: (target: EventTarget | null, column: GridColumn) => void;
|
|
@@ -442,8 +403,8 @@ declare const _sfc_main: import("vue").DefineComponent<{
|
|
|
442
403
|
default: boolean;
|
|
443
404
|
};
|
|
444
405
|
}, {
|
|
445
|
-
ClUiLoadingSpinner:
|
|
446
|
-
}, unknown, {}, {}, import("vue").ComponentOptionsMixin, import("vue").ComponentOptionsMixin,
|
|
406
|
+
ClUiLoadingSpinner: import("vue").DefineComponent<{}, {}, {}, {}, {}, import("vue").ComponentOptionsMixin, import("vue").ComponentOptionsMixin, {}, string, import("vue").VNodeProps & import("vue").AllowedComponentProps & import("vue").ComponentCustomProps, Readonly<import("vue").ExtractPropTypes<{}>>, {}>;
|
|
407
|
+
}, unknown, {}, {}, import("vue").ComponentOptionsMixin, import("vue").ComponentOptionsMixin, {}, string, import("vue").VNodeProps & import("vue").AllowedComponentProps & import("vue").ComponentCustomProps, Readonly<import("vue").ExtractPropTypes<{
|
|
447
408
|
colour: {
|
|
448
409
|
type: null;
|
|
449
410
|
required: false;
|
|
@@ -22,17 +22,11 @@ declare const _sfc_main: import("vue").DefineComponent<{
|
|
|
22
22
|
};
|
|
23
23
|
emit: (event: "update:request", ...args: any[]) => void;
|
|
24
24
|
locale: import("vue").WritableComputedRef<string>;
|
|
25
|
-
t: {
|
|
26
|
-
|
|
27
|
-
|
|
28
|
-
|
|
29
|
-
|
|
30
|
-
(key: string | number, list: unknown[], plural: number): string;
|
|
31
|
-
(key: string | number, list: unknown[], defaultMsg: string): string;
|
|
32
|
-
(key: string | number, named: Record<string, unknown>, options?: import("vue-i18n").TranslateOptions | undefined): string;
|
|
33
|
-
(key: string | number, named: Record<string, unknown>, plural: number): string;
|
|
34
|
-
(key: string | number, named: Record<string, unknown>, defaultMsg: string): string;
|
|
35
|
-
};
|
|
25
|
+
t: import("vue-i18n").ComposerTranslation<{
|
|
26
|
+
[x: string]: import("@intlify/core-base").LocaleMessage<import("vue-i18n").VueMessageType>;
|
|
27
|
+
}, string, import("@intlify/core-base").RemoveIndexSignature<{
|
|
28
|
+
[x: string]: import("vue-i18n").LocaleMessageValue<import("vue-i18n").VueMessageType>;
|
|
29
|
+
}>, never, string, string>;
|
|
36
30
|
debounce: (event: Function, ...eventArgs: unknown[]) => void;
|
|
37
31
|
allowedFilterMethods: import("vue").ComputedRef<FilterMethod[]>;
|
|
38
32
|
currentFilterMethod: import("vue").ComputedRef<FilterMethod | undefined>;
|
|
@@ -17,23 +17,16 @@ declare const _sfc_main: import("vue").DefineComponent<{
|
|
|
17
17
|
};
|
|
18
18
|
emit: (event: "update:request", ...args: any[]) => void;
|
|
19
19
|
pageSizes: number[];
|
|
20
|
-
n: {
|
|
21
|
-
|
|
22
|
-
|
|
23
|
-
|
|
24
|
-
|
|
25
|
-
|
|
26
|
-
|
|
27
|
-
|
|
28
|
-
|
|
29
|
-
|
|
30
|
-
(key: string | number, list: unknown[], options?: import("vue-i18n").TranslateOptions | undefined): string;
|
|
31
|
-
(key: string | number, list: unknown[], plural: number): string;
|
|
32
|
-
(key: string | number, list: unknown[], defaultMsg: string): string;
|
|
33
|
-
(key: string | number, named: Record<string, unknown>, options?: import("vue-i18n").TranslateOptions | undefined): string;
|
|
34
|
-
(key: string | number, named: Record<string, unknown>, plural: number): string;
|
|
35
|
-
(key: string | number, named: Record<string, unknown>, defaultMsg: string): string;
|
|
36
|
-
};
|
|
20
|
+
n: import("vue-i18n").ComposerNumberFormatting<{
|
|
21
|
+
[x: string]: import("vue-i18n").IntlNumberFormat;
|
|
22
|
+
}, string, import("@intlify/core-base").RemoveIndexSignature<{
|
|
23
|
+
[x: string]: import("@intlify/core-base").NumberFormatOptions;
|
|
24
|
+
}>, never, string | number, string | number>;
|
|
25
|
+
t: import("vue-i18n").ComposerTranslation<{
|
|
26
|
+
[x: string]: import("@intlify/core-base").LocaleMessage<import("vue-i18n").VueMessageType>;
|
|
27
|
+
}, string, import("@intlify/core-base").RemoveIndexSignature<{
|
|
28
|
+
[x: string]: import("vue-i18n").LocaleMessageValue<import("vue-i18n").VueMessageType>;
|
|
29
|
+
}>, never, string, string>;
|
|
37
30
|
debounce: (event: Function, ...eventArgs: unknown[]) => void;
|
|
38
31
|
currentPage: import("vue").Ref<number>;
|
|
39
32
|
totalPages: import("vue").ComputedRef<number>;
|
|
@@ -25,17 +25,11 @@ declare const _sfc_main: import("vue").DefineComponent<{
|
|
|
25
25
|
filterPanelOpen: boolean;
|
|
26
26
|
};
|
|
27
27
|
emit: ((event: "update:columns", ...args: any[]) => void) & ((event: "reset-filters", ...args: any[]) => void) & ((event: "update:edit-mode", ...args: any[]) => void) & ((event: "update:filter-panel-open", ...args: any[]) => void);
|
|
28
|
-
t: {
|
|
29
|
-
|
|
30
|
-
|
|
31
|
-
|
|
32
|
-
|
|
33
|
-
(key: string | number, list: unknown[], plural: number): string;
|
|
34
|
-
(key: string | number, list: unknown[], defaultMsg: string): string;
|
|
35
|
-
(key: string | number, named: Record<string, unknown>, options?: import("vue-i18n").TranslateOptions | undefined): string;
|
|
36
|
-
(key: string | number, named: Record<string, unknown>, plural: number): string;
|
|
37
|
-
(key: string | number, named: Record<string, unknown>, defaultMsg: string): string;
|
|
38
|
-
};
|
|
28
|
+
t: import("vue-i18n").ComposerTranslation<{
|
|
29
|
+
[x: string]: import("@intlify/core-base").LocaleMessage<import("vue-i18n").VueMessageType>;
|
|
30
|
+
}, string, import("@intlify/core-base").RemoveIndexSignature<{
|
|
31
|
+
[x: string]: import("vue-i18n").LocaleMessageValue<import("vue-i18n").VueMessageType>;
|
|
32
|
+
}>, never, string, string>;
|
|
39
33
|
currentColumns: import("vue").WritableComputedRef<GridColumn[]>;
|
|
40
34
|
ClUiButton: import("vue").DefineComponent<{
|
|
41
35
|
colour: {
|
|
@@ -59,8 +53,8 @@ declare const _sfc_main: import("vue").DefineComponent<{
|
|
|
59
53
|
default: boolean;
|
|
60
54
|
};
|
|
61
55
|
}, {
|
|
62
|
-
ClUiLoadingSpinner:
|
|
63
|
-
}, unknown, {}, {}, import("vue").ComponentOptionsMixin, import("vue").ComponentOptionsMixin,
|
|
56
|
+
ClUiLoadingSpinner: import("vue").DefineComponent<{}, {}, {}, {}, {}, import("vue").ComponentOptionsMixin, import("vue").ComponentOptionsMixin, {}, string, import("vue").VNodeProps & import("vue").AllowedComponentProps & import("vue").ComponentCustomProps, Readonly<import("vue").ExtractPropTypes<{}>>, {}>;
|
|
57
|
+
}, unknown, {}, {}, import("vue").ComponentOptionsMixin, import("vue").ComponentOptionsMixin, {}, string, import("vue").VNodeProps & import("vue").AllowedComponentProps & import("vue").ComponentCustomProps, Readonly<import("vue").ExtractPropTypes<{
|
|
64
58
|
colour: {
|
|
65
59
|
type: null;
|
|
66
60
|
required: false;
|
|
@@ -97,17 +91,11 @@ declare const _sfc_main: import("vue").DefineComponent<{
|
|
|
97
91
|
columns: GridColumn[];
|
|
98
92
|
};
|
|
99
93
|
emit: (event: "update:columns", ...args: any[]) => void;
|
|
100
|
-
t: {
|
|
101
|
-
|
|
102
|
-
|
|
103
|
-
|
|
104
|
-
|
|
105
|
-
(key: string | number, list: unknown[], plural: number): string;
|
|
106
|
-
(key: string | number, list: unknown[], defaultMsg: string): string;
|
|
107
|
-
(key: string | number, named: Record<string, unknown>, options?: import("vue-i18n").TranslateOptions | undefined): string;
|
|
108
|
-
(key: string | number, named: Record<string, unknown>, plural: number): string;
|
|
109
|
-
(key: string | number, named: Record<string, unknown>, defaultMsg: string): string;
|
|
110
|
-
};
|
|
94
|
+
t: import("vue-i18n").ComposerTranslation<{
|
|
95
|
+
[x: string]: import("@intlify/core-base").LocaleMessage<import("vue-i18n").VueMessageType>;
|
|
96
|
+
}, string, import("@intlify/core-base").RemoveIndexSignature<{
|
|
97
|
+
[x: string]: import("vue-i18n").LocaleMessageValue<import("vue-i18n").VueMessageType>;
|
|
98
|
+
}>, never, string, string>;
|
|
111
99
|
visible: import("vue").Ref<boolean>;
|
|
112
100
|
moveColumn: (columns: GridColumn[], oldIndex: number, newIndex: number) => void;
|
|
113
101
|
updateColumnVisibility: (target: EventTarget | null, column: GridColumn) => void;
|
|
@@ -134,8 +122,8 @@ declare const _sfc_main: import("vue").DefineComponent<{
|
|
|
134
122
|
default: boolean;
|
|
135
123
|
};
|
|
136
124
|
}, {
|
|
137
|
-
ClUiLoadingSpinner:
|
|
138
|
-
}, unknown, {}, {}, import("vue").ComponentOptionsMixin, import("vue").ComponentOptionsMixin,
|
|
125
|
+
ClUiLoadingSpinner: import("vue").DefineComponent<{}, {}, {}, {}, {}, import("vue").ComponentOptionsMixin, import("vue").ComponentOptionsMixin, {}, string, import("vue").VNodeProps & import("vue").AllowedComponentProps & import("vue").ComponentCustomProps, Readonly<import("vue").ExtractPropTypes<{}>>, {}>;
|
|
126
|
+
}, unknown, {}, {}, import("vue").ComponentOptionsMixin, import("vue").ComponentOptionsMixin, {}, string, import("vue").VNodeProps & import("vue").AllowedComponentProps & import("vue").ComponentCustomProps, Readonly<import("vue").ExtractPropTypes<{
|
|
139
127
|
colour: {
|
|
140
128
|
type: null;
|
|
141
129
|
required: false;
|
|
@@ -9,17 +9,11 @@ declare const _sfc_main: import("vue").DefineComponent<{
|
|
|
9
9
|
columns: GridColumn[];
|
|
10
10
|
};
|
|
11
11
|
emit: (event: "update:columns", ...args: any[]) => void;
|
|
12
|
-
t: {
|
|
13
|
-
|
|
14
|
-
|
|
15
|
-
|
|
16
|
-
|
|
17
|
-
(key: string | number, list: unknown[], plural: number): string;
|
|
18
|
-
(key: string | number, list: unknown[], defaultMsg: string): string;
|
|
19
|
-
(key: string | number, named: Record<string, unknown>, options?: import("vue-i18n").TranslateOptions | undefined): string;
|
|
20
|
-
(key: string | number, named: Record<string, unknown>, plural: number): string;
|
|
21
|
-
(key: string | number, named: Record<string, unknown>, defaultMsg: string): string;
|
|
22
|
-
};
|
|
12
|
+
t: import("vue-i18n").ComposerTranslation<{
|
|
13
|
+
[x: string]: import("@intlify/core-base").LocaleMessage<import("vue-i18n").VueMessageType>;
|
|
14
|
+
}, string, import("@intlify/core-base").RemoveIndexSignature<{
|
|
15
|
+
[x: string]: import("vue-i18n").LocaleMessageValue<import("vue-i18n").VueMessageType>;
|
|
16
|
+
}>, never, string, string>;
|
|
23
17
|
visible: import("vue").Ref<boolean>;
|
|
24
18
|
moveColumn: (columns: GridColumn[], oldIndex: number, newIndex: number) => void;
|
|
25
19
|
updateColumnVisibility: (target: EventTarget | null, column: GridColumn) => void;
|
|
@@ -46,8 +40,8 @@ declare const _sfc_main: import("vue").DefineComponent<{
|
|
|
46
40
|
default: boolean;
|
|
47
41
|
};
|
|
48
42
|
}, {
|
|
49
|
-
ClUiLoadingSpinner:
|
|
50
|
-
}, unknown, {}, {}, import("vue").ComponentOptionsMixin, import("vue").ComponentOptionsMixin,
|
|
43
|
+
ClUiLoadingSpinner: import("vue").DefineComponent<{}, {}, {}, {}, {}, import("vue").ComponentOptionsMixin, import("vue").ComponentOptionsMixin, {}, string, import("vue").VNodeProps & import("vue").AllowedComponentProps & import("vue").ComponentCustomProps, Readonly<import("vue").ExtractPropTypes<{}>>, {}>;
|
|
44
|
+
}, unknown, {}, {}, import("vue").ComponentOptionsMixin, import("vue").ComponentOptionsMixin, {}, string, import("vue").VNodeProps & import("vue").AllowedComponentProps & import("vue").ComponentCustomProps, Readonly<import("vue").ExtractPropTypes<{
|
|
51
45
|
colour: {
|
|
52
46
|
type: null;
|
|
53
47
|
required: false;
|
|
@@ -0,0 +1,2 @@
|
|
|
1
|
+
declare const _default: import("vue").DefineComponent<{}, {}, {}, {}, {}, import("vue").ComponentOptionsMixin, import("vue").ComponentOptionsMixin, {}, string, import("vue").VNodeProps & import("vue").AllowedComponentProps & import("vue").ComponentCustomProps, Readonly<import("vue").ExtractPropTypes<{}>>, {}>;
|
|
2
|
+
export default _default;
|
|
@@ -16,7 +16,7 @@ declare const _sfc_main: import("vue").DefineComponent<{
|
|
|
16
16
|
};
|
|
17
17
|
}, {
|
|
18
18
|
isOpen: import("vue").Ref<boolean>;
|
|
19
|
-
}, unknown, {}, {}, import("vue").ComponentOptionsMixin, import("vue").ComponentOptionsMixin,
|
|
19
|
+
}, unknown, {}, {}, import("vue").ComponentOptionsMixin, import("vue").ComponentOptionsMixin, {}, string, import("vue").VNodeProps & import("vue").AllowedComponentProps & import("vue").ComponentCustomProps, Readonly<import("vue").ExtractPropTypes<{
|
|
20
20
|
username: {
|
|
21
21
|
type: StringConstructor;
|
|
22
22
|
required: false;
|
|
@@ -21,7 +21,7 @@ declare const _sfc_main: import("vue").DefineComponent<{
|
|
|
21
21
|
validLanguages: import("vue").ComputedRef<Language[]>;
|
|
22
22
|
toggleLocaleSwitcher: () => void;
|
|
23
23
|
isLanguageLocaleFormat: typeof isLanguageLocaleFormat;
|
|
24
|
-
}, unknown, {}, {}, import("vue").ComponentOptionsMixin, import("vue").ComponentOptionsMixin,
|
|
24
|
+
}, unknown, {}, {}, import("vue").ComponentOptionsMixin, import("vue").ComponentOptionsMixin, {}, string, import("vue").VNodeProps & import("vue").AllowedComponentProps & import("vue").ComponentCustomProps, Readonly<import("vue").ExtractPropTypes<{
|
|
25
25
|
supportedLanguages: {
|
|
26
26
|
type: ArrayConstructor;
|
|
27
27
|
required: true;
|
|
@@ -0,0 +1,2 @@
|
|
|
1
|
+
declare const _default: import("vue").DefineComponent<{}, {}, {}, {}, {}, import("vue").ComponentOptionsMixin, import("vue").ComponentOptionsMixin, {}, string, import("vue").VNodeProps & import("vue").AllowedComponentProps & import("vue").ComponentCustomProps, Readonly<import("vue").ExtractPropTypes<{}>>, {}>;
|
|
2
|
+
export default _default;
|