pangea-lib 2.11.481 → 2.11.482
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 +40 -40
- package/dist/main.css +1 -1
- package/dist/main.es.js +3860 -3852
- package/dist/types/components/_i18n/image/pgaImage.i18n.d.ts +6 -0
- package/dist/types/i18n/all-messages.d.ts +5 -0
- package/dist/types/i18n/i18n.d.ts +16 -1
- package/package.json +1 -1
|
@@ -1,4 +1,4 @@
|
|
|
1
|
-
export declare const getLanguage: () => "es", setLanguage: (language: "es") => void, useI18n: <FN extends "notifications" | "alert" | "pgaDeleteButton" | "pgaEditButton" | "pgaLogoutButton" | "pgaDisplayNoItems" | "pgaDatePicker" | "pgaInputFile" | "pgaInputGroup" | "pgaInputSelect" | "pgaLoginForm" | "pgaTable" | "pgaModal", MP extends void | import('pangea-helpers').ExtractPrefixes<{
|
|
1
|
+
export declare const getLanguage: () => "es", setLanguage: (language: "es") => void, useI18n: <FN extends "notifications" | "alert" | "pgaDeleteButton" | "pgaEditButton" | "pgaLogoutButton" | "pgaDisplayNoItems" | "pgaDatePicker" | "pgaInputFile" | "pgaInputGroup" | "pgaInputSelect" | "pgaLoginForm" | "pgaImage" | "pgaTable" | "pgaModal", MP extends void | import('pangea-helpers').ExtractPrefixes<{
|
|
2
2
|
alert: {
|
|
3
3
|
es: {
|
|
4
4
|
alertTitle: string;
|
|
@@ -59,6 +59,11 @@ export declare const getLanguage: () => "es", setLanguage: (language: "es") => v
|
|
|
59
59
|
loginBtn: string;
|
|
60
60
|
};
|
|
61
61
|
};
|
|
62
|
+
pgaImage: {
|
|
63
|
+
es: {
|
|
64
|
+
confirmDeleteText: string;
|
|
65
|
+
};
|
|
66
|
+
};
|
|
62
67
|
pgaTable: {
|
|
63
68
|
es: {
|
|
64
69
|
columnTitleActions: string;
|
|
@@ -138,6 +143,11 @@ export declare const getLanguage: () => "es", setLanguage: (language: "es") => v
|
|
|
138
143
|
loginBtn: string;
|
|
139
144
|
};
|
|
140
145
|
};
|
|
146
|
+
pgaImage: {
|
|
147
|
+
es: {
|
|
148
|
+
confirmDeleteText: string;
|
|
149
|
+
};
|
|
150
|
+
};
|
|
141
151
|
pgaTable: {
|
|
142
152
|
es: {
|
|
143
153
|
columnTitleActions: string;
|
|
@@ -217,6 +227,11 @@ export declare const getLanguage: () => "es", setLanguage: (language: "es") => v
|
|
|
217
227
|
loginBtn: string;
|
|
218
228
|
};
|
|
219
229
|
};
|
|
230
|
+
pgaImage: {
|
|
231
|
+
es: {
|
|
232
|
+
confirmDeleteText: string;
|
|
233
|
+
};
|
|
234
|
+
};
|
|
220
235
|
pgaTable: {
|
|
221
236
|
es: {
|
|
222
237
|
columnTitleActions: string;
|