@citruslime/ui 2.0.2-beta.8 → 2.1.0-beta.0
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 +2131 -1995
- package/dist/citrus-lime-ui.umd.js +2 -2
- package/dist/components/accordion/{cl-ui-accordion.vue.d.ts → cl-ui-accordion.d.ts} +5 -6
- package/dist/components/accordion/header/cl-ui-accordion-header.d.ts +3 -0
- package/dist/components/accordion/index.d.ts +3 -3
- package/dist/components/accordion/item/{cl-ui-accordion-item.vue.d.ts → cl-ui-accordion-item.d.ts} +5 -7
- package/dist/components/app/{cl-ui-app.vue.d.ts → cl-ui-app.d.ts} +8 -6
- package/dist/components/app/index.d.ts +1 -1
- package/dist/components/button/{cl-ui-button.vue.d.ts → cl-ui-button.d.ts} +5 -4
- package/dist/components/button/index.d.ts +1 -1
- package/dist/components/button/types.d.ts +2 -2
- package/dist/components/calendar/cl-ui-calendar.d.ts +3 -0
- package/dist/components/calendar/index.d.ts +1 -1
- package/dist/components/calendar/types.d.ts +1 -1
- package/dist/components/card/{cl-ui-card.vue.d.ts → cl-ui-card.d.ts} +3 -2
- package/dist/components/card/index.d.ts +1 -1
- package/dist/components/card/types.d.ts +1 -1
- package/dist/components/combo-box/cl-ui-combo-box.d.ts +2372 -0
- package/dist/components/combo-box/index.d.ts +1 -1
- package/dist/components/combo-box/search-container/cl-ui-combo-box-search.d.ts +868 -0
- package/dist/components/combo-box/search-container/header/{cl-ui-combo-box-header.vue.d.ts → cl-ui-combo-box-header.d.ts} +4 -3
- package/dist/components/combo-box/search-container/selectable/{cl-ui-combo-box-selectable.vue.d.ts → cl-ui-combo-box-selectable.d.ts} +8 -14
- package/dist/components/footer/cl-ui-footer.d.ts +3 -0
- package/dist/components/footer/index.d.ts +1 -1
- package/dist/components/grid/body/cl-ui-grid-body.d.ts +874 -0
- package/dist/components/grid/body/cl-ui-grid-cell-value.d.ts +643 -0
- package/dist/components/grid/body/cl-ui-grid-cell.d.ts +687 -0
- package/dist/components/grid/body/cl-ui-grid-row.d.ts +724 -0
- package/dist/components/grid/cl-ui-grid.d.ts +3157 -0
- package/dist/components/grid/footer/cl-ui-grid-footer.d.ts +666 -0
- package/dist/components/grid/header/cl-ui-grid-action-row.d.ts +102 -0
- package/dist/components/grid/header/cl-ui-grid-filter.d.ts +722 -0
- package/dist/components/grid/header/cl-ui-grid-header.d.ts +877 -0
- package/dist/components/grid/header/cl-ui-grid-method-selector.d.ts +57 -0
- package/dist/components/grid/{filter → header}/filter-methods.d.ts +0 -0
- package/dist/components/grid/index.d.ts +1 -1
- package/dist/components/grid/types.d.ts +11 -3
- package/dist/components/grid/view-manager/cl-ui-grid-view-manager.d.ts +694 -0
- package/dist/components/header/cl-ui-header.d.ts +5 -0
- package/dist/components/header/index.d.ts +1 -1
- package/dist/components/header/menu/{cl-ui-header-menu.vue.d.ts → cl-ui-header-menu.d.ts} +11 -3
- package/dist/components/header/menu/index.d.ts +1 -1
- package/dist/components/input/cl-ui-input.d.ts +522 -0
- package/dist/components/input/index.d.ts +1 -1
- package/dist/components/input/types.d.ts +2 -1
- package/dist/components/input/utils.d.ts +8 -0
- package/dist/components/language-switcher/cl-ui-language-switcher.d.ts +49 -0
- package/dist/components/language-switcher/index.d.ts +1 -1
- package/dist/components/loading-spinner/cl-ui-loading-spinner.d.ts +3 -0
- package/dist/components/loading-spinner/index.d.ts +1 -1
- package/dist/components/login/cl-ui-login.d.ts +715 -0
- package/dist/components/login/index.d.ts +1 -1
- package/dist/components/modal/{cl-ui-modal.vue.d.ts → cl-ui-modal.d.ts} +5 -9
- package/dist/components/modal/index.d.ts +1 -1
- package/dist/components/modal/types.d.ts +2 -2
- package/dist/components/navigation/cl-ui-navigation.d.ts +18 -0
- package/dist/components/navigation/group/cl-ui-navigation-group.d.ts +13 -0
- package/dist/components/navigation/icon/cl-ui-navigation-icon.d.ts +21 -0
- package/dist/components/navigation/index.d.ts +5 -5
- package/dist/components/navigation/item/cl-ui-navigation-item.d.ts +3 -0
- package/dist/components/navigation/section/cl-ui-navigation-section.d.ts +3 -0
- package/dist/components/notification/{cl-ui-notification.vue.d.ts → cl-ui-notification.d.ts} +5 -4
- package/dist/components/notification/index.d.ts +1 -1
- package/dist/components/slider/{cl-ui-slider.vue.d.ts → cl-ui-slider.d.ts} +22 -27
- package/dist/components/slider/index.d.ts +1 -0
- package/dist/components/tab/{cl-ui-tab.vue.d.ts → cl-ui-tab.d.ts} +8 -11
- package/dist/components/tab/content/cl-ui-tab-content.d.ts +3 -0
- package/dist/components/tab/header/{cl-ui-tab-header.vue.d.ts → cl-ui-tab-header.d.ts} +8 -13
- package/dist/components/tab/index.d.ts +3 -3
- package/dist/components/tab/types.d.ts +2 -2
- package/dist/composables/notification.d.ts +12 -3
- package/dist/style.css +1 -1
- package/dist/utils/i18n/config.d.ts +2 -1
- package/dist/utils/i18n/types.d.ts +0 -3
- package/package.json +6 -6
- package/dist/components/accordion/header/cl-ui-accordion-header.vue.d.ts +0 -2
- package/dist/components/calendar/cl-ui-calendar.vue.d.ts +0 -2
- package/dist/components/combo-box/cl-ui-combo-box.vue.d.ts +0 -573
- package/dist/components/combo-box/search-container/cl-ui-combo-box-search.vue.d.ts +0 -270
- package/dist/components/footer/cl-ui-footer.vue.d.ts +0 -2
- package/dist/components/grid/cell/cl-ui-grid-cell.vue.d.ts +0 -68
- package/dist/components/grid/cl-ui-grid.vue.d.ts +0 -517
- package/dist/components/grid/filter/cl-ui-grid-filter.vue.d.ts +0 -66
- package/dist/components/grid/footer/cl-ui-grid-footer.vue.d.ts +0 -56
- package/dist/components/grid/header/cl-ui-grid-header.vue.d.ts +0 -198
- package/dist/components/grid/view-manager/cl-ui-grid-view-manager.vue.d.ts +0 -83
- package/dist/components/header/cl-ui-header.vue.d.ts +0 -4
- package/dist/components/input/cl-ui-input.vue.d.ts +0 -2
- package/dist/components/language-switcher/cl-ui-language-switcher.vue.d.ts +0 -37
- package/dist/components/loading-spinner/cl-ui-loading-spinner.vue.d.ts +0 -2
- package/dist/components/login/cl-ui-login.vue.d.ts +0 -101
- package/dist/components/navigation/cl-ui-navigation.vue.d.ts +0 -11
- package/dist/components/navigation/group/cl-ui-navigation-group.vue.d.ts +0 -12
- package/dist/components/navigation/icon/cl-ui-navigation-icon.vue.d.ts +0 -20
- package/dist/components/navigation/item/cl-ui-navigation-item.vue.d.ts +0 -2
- package/dist/components/navigation/section/cl-ui-navigation-section.vue.d.ts +0 -2
- package/dist/components/notification/types.d.ts +0 -9
- package/dist/components/tab/content/cl-ui-tab-content.vue.d.ts +0 -2
- package/dist/env.d.ts +0 -1
|
@@ -1,198 +0,0 @@
|
|
|
1
|
-
import type { GridColumn } from '../types';
|
|
2
|
-
declare const _sfc_main: import("vue").DefineComponent<{
|
|
3
|
-
columns: {
|
|
4
|
-
type: ArrayConstructor;
|
|
5
|
-
required: true;
|
|
6
|
-
};
|
|
7
|
-
editMode: {
|
|
8
|
-
type: BooleanConstructor;
|
|
9
|
-
required: true;
|
|
10
|
-
};
|
|
11
|
-
editEnabled: {
|
|
12
|
-
type: BooleanConstructor;
|
|
13
|
-
required: true;
|
|
14
|
-
};
|
|
15
|
-
filterPanelOpen: {
|
|
16
|
-
type: BooleanConstructor;
|
|
17
|
-
required: false;
|
|
18
|
-
default: boolean;
|
|
19
|
-
};
|
|
20
|
-
}, {
|
|
21
|
-
props: {
|
|
22
|
-
columns: GridColumn[];
|
|
23
|
-
editMode: boolean;
|
|
24
|
-
editEnabled: boolean;
|
|
25
|
-
filterPanelOpen: boolean;
|
|
26
|
-
};
|
|
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: 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
|
-
showFilterOptions: import("vue").ComputedRef<boolean>;
|
|
34
|
-
currentColumns: import("vue").WritableComputedRef<GridColumn[]>;
|
|
35
|
-
ClUiButton: import("vue").DefineComponent<{
|
|
36
|
-
colour: {
|
|
37
|
-
type: null;
|
|
38
|
-
required: false;
|
|
39
|
-
default: string;
|
|
40
|
-
};
|
|
41
|
-
size: {
|
|
42
|
-
type: null;
|
|
43
|
-
required: false;
|
|
44
|
-
default: string;
|
|
45
|
-
};
|
|
46
|
-
loading: {
|
|
47
|
-
type: BooleanConstructor;
|
|
48
|
-
required: false;
|
|
49
|
-
default: boolean;
|
|
50
|
-
};
|
|
51
|
-
disabled: {
|
|
52
|
-
type: BooleanConstructor;
|
|
53
|
-
required: false;
|
|
54
|
-
default: boolean;
|
|
55
|
-
};
|
|
56
|
-
}, {
|
|
57
|
-
buttonRef: import("vue").Ref<HTMLButtonElement | null>;
|
|
58
|
-
ClUiLoadingSpinner: import("vue").DefineComponent<{}, {}, {}, {}, {}, import("vue").ComponentOptionsMixin, import("vue").ComponentOptionsMixin, {}, string, import("vue").VNodeProps & import("vue").AllowedComponentProps & import("vue").ComponentCustomProps, Readonly<import("vue").ExtractPropTypes<{}>>, {}>;
|
|
59
|
-
}, unknown, {}, {}, import("vue").ComponentOptionsMixin, import("vue").ComponentOptionsMixin, {}, string, import("vue").VNodeProps & import("vue").AllowedComponentProps & import("vue").ComponentCustomProps, Readonly<import("vue").ExtractPropTypes<{
|
|
60
|
-
colour: {
|
|
61
|
-
type: null;
|
|
62
|
-
required: false;
|
|
63
|
-
default: string;
|
|
64
|
-
};
|
|
65
|
-
size: {
|
|
66
|
-
type: null;
|
|
67
|
-
required: false;
|
|
68
|
-
default: string;
|
|
69
|
-
};
|
|
70
|
-
loading: {
|
|
71
|
-
type: BooleanConstructor;
|
|
72
|
-
required: false;
|
|
73
|
-
default: boolean;
|
|
74
|
-
};
|
|
75
|
-
disabled: {
|
|
76
|
-
type: BooleanConstructor;
|
|
77
|
-
required: false;
|
|
78
|
-
default: boolean;
|
|
79
|
-
};
|
|
80
|
-
}>>, {
|
|
81
|
-
disabled: boolean;
|
|
82
|
-
colour: any;
|
|
83
|
-
size: any;
|
|
84
|
-
loading: boolean;
|
|
85
|
-
}>;
|
|
86
|
-
ClUiGridViewManager: import("vue").DefineComponent<{
|
|
87
|
-
columns: {
|
|
88
|
-
type: ArrayConstructor;
|
|
89
|
-
required: true;
|
|
90
|
-
};
|
|
91
|
-
}, {
|
|
92
|
-
props: {
|
|
93
|
-
columns: GridColumn[];
|
|
94
|
-
};
|
|
95
|
-
emit: (event: "update:columns", ...args: any[]) => void;
|
|
96
|
-
t: import("vue-i18n").ComposerTranslation<{
|
|
97
|
-
[x: string]: import("@intlify/core-base").LocaleMessage<import("vue-i18n").VueMessageType>;
|
|
98
|
-
}, string, import("@intlify/core-base").RemoveIndexSignature<{
|
|
99
|
-
[x: string]: import("vue-i18n").LocaleMessageValue<import("vue-i18n").VueMessageType>;
|
|
100
|
-
}>, never, string, string>;
|
|
101
|
-
visible: import("vue").Ref<boolean>;
|
|
102
|
-
moveColumn: (columns: GridColumn[], oldIndex: number, newIndex: number) => void;
|
|
103
|
-
updateColumnVisibility: (target: EventTarget | null, column: GridColumn) => void;
|
|
104
|
-
changeColumnOrder: (columnIndex: number, direction: "up" | "down") => void;
|
|
105
|
-
ClUiButton: import("vue").DefineComponent<{
|
|
106
|
-
colour: {
|
|
107
|
-
type: null;
|
|
108
|
-
required: false;
|
|
109
|
-
default: string;
|
|
110
|
-
};
|
|
111
|
-
size: {
|
|
112
|
-
type: null;
|
|
113
|
-
required: false;
|
|
114
|
-
default: string;
|
|
115
|
-
};
|
|
116
|
-
loading: {
|
|
117
|
-
type: BooleanConstructor;
|
|
118
|
-
required: false;
|
|
119
|
-
default: boolean;
|
|
120
|
-
};
|
|
121
|
-
disabled: {
|
|
122
|
-
type: BooleanConstructor;
|
|
123
|
-
required: false;
|
|
124
|
-
default: boolean;
|
|
125
|
-
};
|
|
126
|
-
}, {
|
|
127
|
-
buttonRef: import("vue").Ref<HTMLButtonElement | null>;
|
|
128
|
-
ClUiLoadingSpinner: import("vue").DefineComponent<{}, {}, {}, {}, {}, import("vue").ComponentOptionsMixin, import("vue").ComponentOptionsMixin, {}, string, import("vue").VNodeProps & import("vue").AllowedComponentProps & import("vue").ComponentCustomProps, Readonly<import("vue").ExtractPropTypes<{}>>, {}>;
|
|
129
|
-
}, unknown, {}, {}, import("vue").ComponentOptionsMixin, import("vue").ComponentOptionsMixin, {}, string, import("vue").VNodeProps & import("vue").AllowedComponentProps & import("vue").ComponentCustomProps, Readonly<import("vue").ExtractPropTypes<{
|
|
130
|
-
colour: {
|
|
131
|
-
type: null;
|
|
132
|
-
required: false;
|
|
133
|
-
default: string;
|
|
134
|
-
};
|
|
135
|
-
size: {
|
|
136
|
-
type: null;
|
|
137
|
-
required: false;
|
|
138
|
-
default: string;
|
|
139
|
-
};
|
|
140
|
-
loading: {
|
|
141
|
-
type: BooleanConstructor;
|
|
142
|
-
required: false;
|
|
143
|
-
default: boolean;
|
|
144
|
-
};
|
|
145
|
-
disabled: {
|
|
146
|
-
type: BooleanConstructor;
|
|
147
|
-
required: false;
|
|
148
|
-
default: boolean;
|
|
149
|
-
};
|
|
150
|
-
}>>, {
|
|
151
|
-
disabled: boolean;
|
|
152
|
-
colour: any;
|
|
153
|
-
size: any;
|
|
154
|
-
loading: boolean;
|
|
155
|
-
}>;
|
|
156
|
-
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>, {}>;
|
|
157
|
-
}, unknown, {}, {}, import("vue").ComponentOptionsMixin, import("vue").ComponentOptionsMixin, {
|
|
158
|
-
'update:columns': null;
|
|
159
|
-
}, string, import("vue").VNodeProps & import("vue").AllowedComponentProps & import("vue").ComponentCustomProps, Readonly<import("vue").ExtractPropTypes<{
|
|
160
|
-
columns: {
|
|
161
|
-
type: ArrayConstructor;
|
|
162
|
-
required: true;
|
|
163
|
-
};
|
|
164
|
-
}>> & {
|
|
165
|
-
"onUpdate:columns"?: ((...args: any[]) => any) | undefined;
|
|
166
|
-
}, {}>;
|
|
167
|
-
}, unknown, {}, {}, import("vue").ComponentOptionsMixin, import("vue").ComponentOptionsMixin, {
|
|
168
|
-
'reset-filters': null;
|
|
169
|
-
'update:columns': null;
|
|
170
|
-
'update:edit-mode': null;
|
|
171
|
-
'update:filter-panel-open': null;
|
|
172
|
-
}, string, import("vue").VNodeProps & import("vue").AllowedComponentProps & import("vue").ComponentCustomProps, Readonly<import("vue").ExtractPropTypes<{
|
|
173
|
-
columns: {
|
|
174
|
-
type: ArrayConstructor;
|
|
175
|
-
required: true;
|
|
176
|
-
};
|
|
177
|
-
editMode: {
|
|
178
|
-
type: BooleanConstructor;
|
|
179
|
-
required: true;
|
|
180
|
-
};
|
|
181
|
-
editEnabled: {
|
|
182
|
-
type: BooleanConstructor;
|
|
183
|
-
required: true;
|
|
184
|
-
};
|
|
185
|
-
filterPanelOpen: {
|
|
186
|
-
type: BooleanConstructor;
|
|
187
|
-
required: false;
|
|
188
|
-
default: boolean;
|
|
189
|
-
};
|
|
190
|
-
}>> & {
|
|
191
|
-
"onUpdate:columns"?: ((...args: any[]) => any) | undefined;
|
|
192
|
-
"onReset-filters"?: ((...args: any[]) => any) | undefined;
|
|
193
|
-
"onUpdate:edit-mode"?: ((...args: any[]) => any) | undefined;
|
|
194
|
-
"onUpdate:filter-panel-open"?: ((...args: any[]) => any) | undefined;
|
|
195
|
-
}, {
|
|
196
|
-
filterPanelOpen: boolean;
|
|
197
|
-
}>;
|
|
198
|
-
export default _sfc_main;
|
|
@@ -1,83 +0,0 @@
|
|
|
1
|
-
import type { GridColumn } from '../types';
|
|
2
|
-
declare const _sfc_main: import("vue").DefineComponent<{
|
|
3
|
-
columns: {
|
|
4
|
-
type: ArrayConstructor;
|
|
5
|
-
required: true;
|
|
6
|
-
};
|
|
7
|
-
}, {
|
|
8
|
-
props: {
|
|
9
|
-
columns: GridColumn[];
|
|
10
|
-
};
|
|
11
|
-
emit: (event: "update:columns", ...args: any[]) => void;
|
|
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>;
|
|
17
|
-
visible: import("vue").Ref<boolean>;
|
|
18
|
-
moveColumn: (columns: GridColumn[], oldIndex: number, newIndex: number) => void;
|
|
19
|
-
updateColumnVisibility: (target: EventTarget | null, column: GridColumn) => void;
|
|
20
|
-
changeColumnOrder: (columnIndex: number, direction: 'up' | 'down') => void;
|
|
21
|
-
ClUiButton: import("vue").DefineComponent<{
|
|
22
|
-
colour: {
|
|
23
|
-
type: null;
|
|
24
|
-
required: false;
|
|
25
|
-
default: string;
|
|
26
|
-
};
|
|
27
|
-
size: {
|
|
28
|
-
type: null;
|
|
29
|
-
required: false;
|
|
30
|
-
default: string;
|
|
31
|
-
};
|
|
32
|
-
loading: {
|
|
33
|
-
type: BooleanConstructor;
|
|
34
|
-
required: false;
|
|
35
|
-
default: boolean;
|
|
36
|
-
};
|
|
37
|
-
disabled: {
|
|
38
|
-
type: BooleanConstructor;
|
|
39
|
-
required: false;
|
|
40
|
-
default: boolean;
|
|
41
|
-
};
|
|
42
|
-
}, {
|
|
43
|
-
buttonRef: import("vue").Ref<HTMLButtonElement | null>;
|
|
44
|
-
ClUiLoadingSpinner: import("vue").DefineComponent<{}, {}, {}, {}, {}, import("vue").ComponentOptionsMixin, import("vue").ComponentOptionsMixin, {}, string, import("vue").VNodeProps & import("vue").AllowedComponentProps & import("vue").ComponentCustomProps, Readonly<import("vue").ExtractPropTypes<{}>>, {}>;
|
|
45
|
-
}, unknown, {}, {}, import("vue").ComponentOptionsMixin, import("vue").ComponentOptionsMixin, {}, string, import("vue").VNodeProps & import("vue").AllowedComponentProps & import("vue").ComponentCustomProps, Readonly<import("vue").ExtractPropTypes<{
|
|
46
|
-
colour: {
|
|
47
|
-
type: null;
|
|
48
|
-
required: false;
|
|
49
|
-
default: string;
|
|
50
|
-
};
|
|
51
|
-
size: {
|
|
52
|
-
type: null;
|
|
53
|
-
required: false;
|
|
54
|
-
default: string;
|
|
55
|
-
};
|
|
56
|
-
loading: {
|
|
57
|
-
type: BooleanConstructor;
|
|
58
|
-
required: false;
|
|
59
|
-
default: boolean;
|
|
60
|
-
};
|
|
61
|
-
disabled: {
|
|
62
|
-
type: BooleanConstructor;
|
|
63
|
-
required: false;
|
|
64
|
-
default: boolean;
|
|
65
|
-
};
|
|
66
|
-
}>>, {
|
|
67
|
-
disabled: boolean;
|
|
68
|
-
colour: any;
|
|
69
|
-
size: any;
|
|
70
|
-
loading: boolean;
|
|
71
|
-
}>;
|
|
72
|
-
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>, {}>;
|
|
73
|
-
}, unknown, {}, {}, import("vue").ComponentOptionsMixin, import("vue").ComponentOptionsMixin, {
|
|
74
|
-
'update:columns': null;
|
|
75
|
-
}, string, import("vue").VNodeProps & import("vue").AllowedComponentProps & import("vue").ComponentCustomProps, Readonly<import("vue").ExtractPropTypes<{
|
|
76
|
-
columns: {
|
|
77
|
-
type: ArrayConstructor;
|
|
78
|
-
required: true;
|
|
79
|
-
};
|
|
80
|
-
}>> & {
|
|
81
|
-
"onUpdate:columns"?: ((...args: any[]) => any) | undefined;
|
|
82
|
-
}, {}>;
|
|
83
|
-
export default _sfc_main;
|
|
@@ -1,4 +0,0 @@
|
|
|
1
|
-
declare const _sfc_main: import("vue").DefineComponent<{}, {}, {}, {}, {}, import("vue").ComponentOptionsMixin, import("vue").ComponentOptionsMixin, "open-click"[], "open-click", import("vue").VNodeProps & import("vue").AllowedComponentProps & import("vue").ComponentCustomProps, Readonly<import("vue").ExtractPropTypes<{}>> & {
|
|
2
|
-
"onOpen-click"?: ((...args: any[]) => any) | undefined;
|
|
3
|
-
}, {}>;
|
|
4
|
-
export default _sfc_main;
|
|
@@ -1,2 +0,0 @@
|
|
|
1
|
-
declare const _sfc_main: 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>, {}>;
|
|
2
|
-
export default _sfc_main;
|
|
@@ -1,37 +0,0 @@
|
|
|
1
|
-
import type { Language } from './types';
|
|
2
|
-
import { isLanguageLocaleFormat } from './types';
|
|
3
|
-
declare const _sfc_main: import("vue").DefineComponent<{
|
|
4
|
-
supportedLanguages: {
|
|
5
|
-
type: ArrayConstructor;
|
|
6
|
-
required: true;
|
|
7
|
-
};
|
|
8
|
-
disabled: {
|
|
9
|
-
type: BooleanConstructor;
|
|
10
|
-
required: false;
|
|
11
|
-
default: boolean;
|
|
12
|
-
};
|
|
13
|
-
}, {
|
|
14
|
-
props: {
|
|
15
|
-
supportedLanguages: Language[];
|
|
16
|
-
disabled: boolean;
|
|
17
|
-
};
|
|
18
|
-
locale: import("vue").WritableComputedRef<string>;
|
|
19
|
-
localeToggleOpen: import("vue").Ref<boolean>;
|
|
20
|
-
selectedLanguage: import("vue").ComputedRef<Language | null>;
|
|
21
|
-
validLanguages: import("vue").ComputedRef<Language[]>;
|
|
22
|
-
toggleLocaleSwitcher: () => void;
|
|
23
|
-
isLanguageLocaleFormat: typeof isLanguageLocaleFormat;
|
|
24
|
-
}, unknown, {}, {}, import("vue").ComponentOptionsMixin, import("vue").ComponentOptionsMixin, {}, string, import("vue").VNodeProps & import("vue").AllowedComponentProps & import("vue").ComponentCustomProps, Readonly<import("vue").ExtractPropTypes<{
|
|
25
|
-
supportedLanguages: {
|
|
26
|
-
type: ArrayConstructor;
|
|
27
|
-
required: true;
|
|
28
|
-
};
|
|
29
|
-
disabled: {
|
|
30
|
-
type: BooleanConstructor;
|
|
31
|
-
required: false;
|
|
32
|
-
default: boolean;
|
|
33
|
-
};
|
|
34
|
-
}>>, {
|
|
35
|
-
disabled: boolean;
|
|
36
|
-
}>;
|
|
37
|
-
export default _sfc_main;
|
|
@@ -1,2 +0,0 @@
|
|
|
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;
|
|
@@ -1,101 +0,0 @@
|
|
|
1
|
-
import type { InputValidationState } from '..';
|
|
2
|
-
declare const _sfc_main: import("vue").DefineComponent<{
|
|
3
|
-
errors: {
|
|
4
|
-
type: ArrayConstructor;
|
|
5
|
-
required: false;
|
|
6
|
-
default: () => never[];
|
|
7
|
-
};
|
|
8
|
-
loading: {
|
|
9
|
-
type: BooleanConstructor;
|
|
10
|
-
required: false;
|
|
11
|
-
default: boolean;
|
|
12
|
-
};
|
|
13
|
-
}, {
|
|
14
|
-
emit: ((event: "login", ...args: any[]) => void) & ((event: "update:errors", ...args: any[]) => void);
|
|
15
|
-
t: import("vue-i18n").ComposerTranslation<{
|
|
16
|
-
[x: string]: import("@intlify/core-base").LocaleMessage<import("vue-i18n").VueMessageType>;
|
|
17
|
-
}, string, import("@intlify/core-base").RemoveIndexSignature<{
|
|
18
|
-
[x: string]: import("vue-i18n").LocaleMessageValue<import("vue-i18n").VueMessageType>;
|
|
19
|
-
}>, never, string, string>;
|
|
20
|
-
username: import("vue").Ref<string>;
|
|
21
|
-
password: import("vue").Ref<string>;
|
|
22
|
-
passwordFieldType: import("vue").Ref<"text" | "password">;
|
|
23
|
-
usernameValid: import("vue").Ref<boolean | undefined>;
|
|
24
|
-
login: () => void;
|
|
25
|
-
clearErrors: () => void;
|
|
26
|
-
emptyIsInvalidValidation: (_: string, value: string | number | boolean | Date | null | undefined) => InputValidationState;
|
|
27
|
-
onUsernameValidated: (valid: boolean, _: string | number | boolean | Date | null) => void;
|
|
28
|
-
ClUiButton: import("vue").DefineComponent<{
|
|
29
|
-
colour: {
|
|
30
|
-
type: null;
|
|
31
|
-
required: false;
|
|
32
|
-
default: string;
|
|
33
|
-
};
|
|
34
|
-
size: {
|
|
35
|
-
type: null;
|
|
36
|
-
required: false;
|
|
37
|
-
default: string;
|
|
38
|
-
};
|
|
39
|
-
loading: {
|
|
40
|
-
type: BooleanConstructor;
|
|
41
|
-
required: false;
|
|
42
|
-
default: boolean;
|
|
43
|
-
};
|
|
44
|
-
disabled: {
|
|
45
|
-
type: BooleanConstructor;
|
|
46
|
-
required: false;
|
|
47
|
-
default: boolean;
|
|
48
|
-
};
|
|
49
|
-
}, {
|
|
50
|
-
buttonRef: import("vue").Ref<HTMLButtonElement | null>;
|
|
51
|
-
ClUiLoadingSpinner: import("vue").DefineComponent<{}, {}, {}, {}, {}, import("vue").ComponentOptionsMixin, import("vue").ComponentOptionsMixin, {}, string, import("vue").VNodeProps & import("vue").AllowedComponentProps & import("vue").ComponentCustomProps, Readonly<import("vue").ExtractPropTypes<{}>>, {}>;
|
|
52
|
-
}, unknown, {}, {}, import("vue").ComponentOptionsMixin, import("vue").ComponentOptionsMixin, {}, string, import("vue").VNodeProps & import("vue").AllowedComponentProps & import("vue").ComponentCustomProps, Readonly<import("vue").ExtractPropTypes<{
|
|
53
|
-
colour: {
|
|
54
|
-
type: null;
|
|
55
|
-
required: false;
|
|
56
|
-
default: string;
|
|
57
|
-
};
|
|
58
|
-
size: {
|
|
59
|
-
type: null;
|
|
60
|
-
required: false;
|
|
61
|
-
default: string;
|
|
62
|
-
};
|
|
63
|
-
loading: {
|
|
64
|
-
type: BooleanConstructor;
|
|
65
|
-
required: false;
|
|
66
|
-
default: boolean;
|
|
67
|
-
};
|
|
68
|
-
disabled: {
|
|
69
|
-
type: BooleanConstructor;
|
|
70
|
-
required: false;
|
|
71
|
-
default: boolean;
|
|
72
|
-
};
|
|
73
|
-
}>>, {
|
|
74
|
-
disabled: boolean;
|
|
75
|
-
colour: any;
|
|
76
|
-
size: any;
|
|
77
|
-
loading: boolean;
|
|
78
|
-
}>;
|
|
79
|
-
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>, {}>;
|
|
80
|
-
}, unknown, {}, {}, import("vue").ComponentOptionsMixin, import("vue").ComponentOptionsMixin, {
|
|
81
|
-
login: null;
|
|
82
|
-
'update:errors': null;
|
|
83
|
-
}, string, import("vue").VNodeProps & import("vue").AllowedComponentProps & import("vue").ComponentCustomProps, Readonly<import("vue").ExtractPropTypes<{
|
|
84
|
-
errors: {
|
|
85
|
-
type: ArrayConstructor;
|
|
86
|
-
required: false;
|
|
87
|
-
default: () => never[];
|
|
88
|
-
};
|
|
89
|
-
loading: {
|
|
90
|
-
type: BooleanConstructor;
|
|
91
|
-
required: false;
|
|
92
|
-
default: boolean;
|
|
93
|
-
};
|
|
94
|
-
}>> & {
|
|
95
|
-
onLogin?: ((...args: any[]) => any) | undefined;
|
|
96
|
-
"onUpdate:errors"?: ((...args: any[]) => any) | undefined;
|
|
97
|
-
}, {
|
|
98
|
-
loading: boolean;
|
|
99
|
-
errors: unknown[];
|
|
100
|
-
}>;
|
|
101
|
-
export default _sfc_main;
|
|
@@ -1,11 +0,0 @@
|
|
|
1
|
-
declare const _sfc_main: import("vue").DefineComponent<{}, {
|
|
2
|
-
open: import("vue").ComputedRef<boolean>;
|
|
3
|
-
groups: import("vue").Ref<{
|
|
4
|
-
id: number;
|
|
5
|
-
open: boolean;
|
|
6
|
-
}[]>;
|
|
7
|
-
pinned: import("vue").Ref<boolean>;
|
|
8
|
-
groupIsOpen: (id: number) => boolean;
|
|
9
|
-
toggleOpen: (id: number) => void;
|
|
10
|
-
}, {}, {}, {}, import("vue").ComponentOptionsMixin, import("vue").ComponentOptionsMixin, {}, string, import("vue").VNodeProps & import("vue").AllowedComponentProps & import("vue").ComponentCustomProps, Readonly<import("vue").ExtractPropTypes<{}>>, {}>;
|
|
11
|
-
export default _sfc_main;
|
|
@@ -1,12 +0,0 @@
|
|
|
1
|
-
declare const _sfc_main: import("vue").DefineComponent<{
|
|
2
|
-
open: {
|
|
3
|
-
type: BooleanConstructor;
|
|
4
|
-
required: true;
|
|
5
|
-
};
|
|
6
|
-
}, {}, unknown, {}, {}, import("vue").ComponentOptionsMixin, import("vue").ComponentOptionsMixin, {}, string, import("vue").VNodeProps & import("vue").AllowedComponentProps & import("vue").ComponentCustomProps, Readonly<import("vue").ExtractPropTypes<{
|
|
7
|
-
open: {
|
|
8
|
-
type: BooleanConstructor;
|
|
9
|
-
required: true;
|
|
10
|
-
};
|
|
11
|
-
}>>, {}>;
|
|
12
|
-
export default _sfc_main;
|
|
@@ -1,20 +0,0 @@
|
|
|
1
|
-
declare const _sfc_main: import("vue").DefineComponent<{
|
|
2
|
-
icon: {
|
|
3
|
-
type: StringConstructor;
|
|
4
|
-
required: true;
|
|
5
|
-
};
|
|
6
|
-
open: {
|
|
7
|
-
type: BooleanConstructor;
|
|
8
|
-
required: true;
|
|
9
|
-
};
|
|
10
|
-
}, {}, unknown, {}, {}, import("vue").ComponentOptionsMixin, import("vue").ComponentOptionsMixin, {}, string, import("vue").VNodeProps & import("vue").AllowedComponentProps & import("vue").ComponentCustomProps, Readonly<import("vue").ExtractPropTypes<{
|
|
11
|
-
icon: {
|
|
12
|
-
type: StringConstructor;
|
|
13
|
-
required: true;
|
|
14
|
-
};
|
|
15
|
-
open: {
|
|
16
|
-
type: BooleanConstructor;
|
|
17
|
-
required: true;
|
|
18
|
-
};
|
|
19
|
-
}>>, {}>;
|
|
20
|
-
export default _sfc_main;
|
|
@@ -1,2 +0,0 @@
|
|
|
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;
|
|
@@ -1,2 +0,0 @@
|
|
|
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;
|
|
@@ -1,9 +0,0 @@
|
|
|
1
|
-
export declare const notificationColours: readonly ["default", "primary", "secondary", "danger", "warning"];
|
|
2
|
-
export declare type NotificationColour = typeof notificationColours[number];
|
|
3
|
-
export interface NotificationItem {
|
|
4
|
-
message: string;
|
|
5
|
-
colour: NotificationColour;
|
|
6
|
-
duration: number;
|
|
7
|
-
}
|
|
8
|
-
export declare const notificationPositions: readonly ["top-left", "top-centre", "top-right", "bottom-left", "bottom-centre", "bottom-right"];
|
|
9
|
-
export declare type NotificationPosition = typeof notificationPositions[number];
|
|
@@ -1,2 +0,0 @@
|
|
|
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;
|
package/dist/env.d.ts
DELETED
|
@@ -1 +0,0 @@
|
|
|
1
|
-
/// <reference types="vite/client" />
|