@club-employes/utopia 4.390.0 → 4.392.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.
|
@@ -5,6 +5,7 @@ type __VLS_Props = {
|
|
|
5
5
|
column: ColumnType;
|
|
6
6
|
modelValue: ModelValue;
|
|
7
7
|
filters?: Record<string, any>;
|
|
8
|
+
language?: 'fr' | 'en';
|
|
8
9
|
};
|
|
9
10
|
declare const _default: DefineComponent<__VLS_Props, {}, {}, {}, {}, ComponentOptionsMixin, ComponentOptionsMixin, {} & {
|
|
10
11
|
"update:modelValue": (value: ModelValue) => any;
|
|
@@ -95,6 +95,10 @@ declare const _default: {
|
|
|
95
95
|
toastLabel: string;
|
|
96
96
|
closeCart: string;
|
|
97
97
|
};
|
|
98
|
+
cartStepper: {
|
|
99
|
+
stepLabel: string;
|
|
100
|
+
returnHomeLabel: string;
|
|
101
|
+
};
|
|
98
102
|
countryDropDown: {
|
|
99
103
|
placeholder: string;
|
|
100
104
|
};
|
|
@@ -127,6 +131,9 @@ declare const _default: {
|
|
|
127
131
|
download: string;
|
|
128
132
|
linkText: string;
|
|
129
133
|
};
|
|
134
|
+
dropdownFilterCell: {
|
|
135
|
+
searchPlaceholder: string;
|
|
136
|
+
};
|
|
130
137
|
dropFile: {
|
|
131
138
|
imageLabel: string;
|
|
132
139
|
csvLoadedLabel: string;
|
|
@@ -175,6 +182,9 @@ declare const _default: {
|
|
|
175
182
|
filterGroup: {
|
|
176
183
|
resetFiltersLabel: string;
|
|
177
184
|
};
|
|
185
|
+
formGroup: {
|
|
186
|
+
legendIcon: string;
|
|
187
|
+
};
|
|
178
188
|
grantUsersSelection: {
|
|
179
189
|
allUsers: string;
|
|
180
190
|
manualSelection: string;
|