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.
@@ -0,0 +1,6 @@
1
+ declare const _default: {
2
+ es: {
3
+ confirmDeleteText: string;
4
+ };
5
+ };
6
+ export default _default;
@@ -59,6 +59,11 @@ declare const _default: {
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;
@@ -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;
package/package.json CHANGED
@@ -1,7 +1,7 @@
1
1
  {
2
2
  "name": "pangea-lib",
3
3
  "description": "",
4
- "version": "2.11.481",
4
+ "version": "2.11.482",
5
5
  "author": "Gianfranco Raselli",
6
6
  "license": "ISC",
7
7
  "homepage": "https://github.com/GianfrancoRaselli/pangea#readme",