pangea-lib 2.11.619 → 2.11.621
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/main.cjs.js +17 -17
- package/dist/main.css +1 -1
- package/dist/main.es.js +134 -129
- package/dist/types/components/_i18n/{table/pgaTable.i18n.d.ts → pgaTable.i18n.d.ts} +1 -0
- package/dist/types/i18n/all-messages.d.ts +10 -9
- package/dist/types/i18n/i18n.d.ts +31 -28
- package/package.json +1 -1
|
@@ -48,15 +48,6 @@ declare const _default: {
|
|
|
48
48
|
confirmDeleteText: string;
|
|
49
49
|
};
|
|
50
50
|
};
|
|
51
|
-
pgaTable: {
|
|
52
|
-
es: {
|
|
53
|
-
columnTitleActions: string;
|
|
54
|
-
selectAllBtn: string;
|
|
55
|
-
withTheSelectedItemsText: string;
|
|
56
|
-
filtersBtn: string;
|
|
57
|
-
filtersModalTitle: string;
|
|
58
|
-
};
|
|
59
|
-
};
|
|
60
51
|
pgaButton: {
|
|
61
52
|
es: {
|
|
62
53
|
backBtn: string;
|
|
@@ -78,6 +69,16 @@ declare const _default: {
|
|
|
78
69
|
acceptBtn: string;
|
|
79
70
|
};
|
|
80
71
|
};
|
|
72
|
+
pgaTable: {
|
|
73
|
+
es: {
|
|
74
|
+
columnTitleActions: string;
|
|
75
|
+
selectAllBtn: string;
|
|
76
|
+
withTheSelectedItemsText: string;
|
|
77
|
+
filtersBtn: string;
|
|
78
|
+
filtersModalTitle: string;
|
|
79
|
+
confirmDeleteText: string;
|
|
80
|
+
};
|
|
81
|
+
};
|
|
81
82
|
notifications: {
|
|
82
83
|
es: {
|
|
83
84
|
removeAllBtn: string;
|
|
@@ -1,4 +1,4 @@
|
|
|
1
|
-
export declare const getLanguage: () => "es", setLanguage: (language: "es") => void, useI18n: <FN extends "alert" | "pgaDisplayNoItems" | "pgaDatePicker" | "pgaInputFile" | "pgaInputGroup" | "pgaLoginForm" | "pgaSelect" | "pgaImage" | "
|
|
1
|
+
export declare const getLanguage: () => "es", setLanguage: (language: "es") => void, useI18n: <FN extends "alert" | "pgaDisplayNoItems" | "pgaDatePicker" | "pgaInputFile" | "pgaInputGroup" | "pgaLoginForm" | "pgaSelect" | "pgaImage" | "pgaButton" | "pgaLayout" | "pgaModal" | "pgaTable" | "notifications" | "validations", MP extends void | import('pangea-helpers').ExtractPrefixes<{
|
|
2
2
|
alert: {
|
|
3
3
|
es: {
|
|
4
4
|
alertTitle: string;
|
|
@@ -48,15 +48,6 @@ export declare const getLanguage: () => "es", setLanguage: (language: "es") => v
|
|
|
48
48
|
confirmDeleteText: string;
|
|
49
49
|
};
|
|
50
50
|
};
|
|
51
|
-
pgaTable: {
|
|
52
|
-
es: {
|
|
53
|
-
columnTitleActions: string;
|
|
54
|
-
selectAllBtn: string;
|
|
55
|
-
withTheSelectedItemsText: string;
|
|
56
|
-
filtersBtn: string;
|
|
57
|
-
filtersModalTitle: string;
|
|
58
|
-
};
|
|
59
|
-
};
|
|
60
51
|
pgaButton: {
|
|
61
52
|
es: {
|
|
62
53
|
backBtn: string;
|
|
@@ -78,6 +69,16 @@ export declare const getLanguage: () => "es", setLanguage: (language: "es") => v
|
|
|
78
69
|
acceptBtn: string;
|
|
79
70
|
};
|
|
80
71
|
};
|
|
72
|
+
pgaTable: {
|
|
73
|
+
es: {
|
|
74
|
+
columnTitleActions: string;
|
|
75
|
+
selectAllBtn: string;
|
|
76
|
+
withTheSelectedItemsText: string;
|
|
77
|
+
filtersBtn: string;
|
|
78
|
+
filtersModalTitle: string;
|
|
79
|
+
confirmDeleteText: string;
|
|
80
|
+
};
|
|
81
|
+
};
|
|
81
82
|
notifications: {
|
|
82
83
|
es: {
|
|
83
84
|
removeAllBtn: string;
|
|
@@ -145,15 +146,6 @@ export declare const getLanguage: () => "es", setLanguage: (language: "es") => v
|
|
|
145
146
|
confirmDeleteText: string;
|
|
146
147
|
};
|
|
147
148
|
};
|
|
148
|
-
pgaTable: {
|
|
149
|
-
es: {
|
|
150
|
-
columnTitleActions: string;
|
|
151
|
-
selectAllBtn: string;
|
|
152
|
-
withTheSelectedItemsText: string;
|
|
153
|
-
filtersBtn: string;
|
|
154
|
-
filtersModalTitle: string;
|
|
155
|
-
};
|
|
156
|
-
};
|
|
157
149
|
pgaButton: {
|
|
158
150
|
es: {
|
|
159
151
|
backBtn: string;
|
|
@@ -175,6 +167,16 @@ export declare const getLanguage: () => "es", setLanguage: (language: "es") => v
|
|
|
175
167
|
acceptBtn: string;
|
|
176
168
|
};
|
|
177
169
|
};
|
|
170
|
+
pgaTable: {
|
|
171
|
+
es: {
|
|
172
|
+
columnTitleActions: string;
|
|
173
|
+
selectAllBtn: string;
|
|
174
|
+
withTheSelectedItemsText: string;
|
|
175
|
+
filtersBtn: string;
|
|
176
|
+
filtersModalTitle: string;
|
|
177
|
+
confirmDeleteText: string;
|
|
178
|
+
};
|
|
179
|
+
};
|
|
178
180
|
notifications: {
|
|
179
181
|
es: {
|
|
180
182
|
removeAllBtn: string;
|
|
@@ -242,15 +244,6 @@ export declare const getLanguage: () => "es", setLanguage: (language: "es") => v
|
|
|
242
244
|
confirmDeleteText: string;
|
|
243
245
|
};
|
|
244
246
|
};
|
|
245
|
-
pgaTable: {
|
|
246
|
-
es: {
|
|
247
|
-
columnTitleActions: string;
|
|
248
|
-
selectAllBtn: string;
|
|
249
|
-
withTheSelectedItemsText: string;
|
|
250
|
-
filtersBtn: string;
|
|
251
|
-
filtersModalTitle: string;
|
|
252
|
-
};
|
|
253
|
-
};
|
|
254
247
|
pgaButton: {
|
|
255
248
|
es: {
|
|
256
249
|
backBtn: string;
|
|
@@ -272,6 +265,16 @@ export declare const getLanguage: () => "es", setLanguage: (language: "es") => v
|
|
|
272
265
|
acceptBtn: string;
|
|
273
266
|
};
|
|
274
267
|
};
|
|
268
|
+
pgaTable: {
|
|
269
|
+
es: {
|
|
270
|
+
columnTitleActions: string;
|
|
271
|
+
selectAllBtn: string;
|
|
272
|
+
withTheSelectedItemsText: string;
|
|
273
|
+
filtersBtn: string;
|
|
274
|
+
filtersModalTitle: string;
|
|
275
|
+
confirmDeleteText: string;
|
|
276
|
+
};
|
|
277
|
+
};
|
|
275
278
|
notifications: {
|
|
276
279
|
es: {
|
|
277
280
|
removeAllBtn: string;
|