pangea-lib 2.11.618 → 2.11.620

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 @@ declare const _default: {
5
5
  withTheSelectedItemsText: string;
6
6
  filtersBtn: string;
7
7
  filtersModalTitle: string;
8
+ confirmDeleteText: string;
8
9
  };
9
10
  };
10
11
  export default _default;
@@ -42,5 +42,6 @@ export { default as PgaSelect } from './form/inputs/PgaSelect.vue';
42
42
  export { default as PgaSwitch } from './form/inputs/PgaSwitch.vue';
43
43
  export { default as PgaSwitchOptions } from './form/inputs/PgaSwitchOptions.vue';
44
44
  export { default as PgaImage } from './image/PgaImage.vue';
45
+ export { default as PgaFooter } from './layout/PgaFooter.vue';
45
46
  export { default as PgaPagination } from './table/PgaPagination.vue';
46
47
  export { default as PgaTable } from './table/PgaTable.vue';
@@ -0,0 +1,15 @@
1
+ declare const _default: import('vue').DefineComponent<__VLS_TypePropsToRuntimeProps<{
2
+ appName: string;
3
+ }>, {}, unknown, {}, {}, import('vue').ComponentOptionsMixin, import('vue').ComponentOptionsMixin, {}, string, import('vue').PublicProps, Readonly<import('vue').ExtractPropTypes<__VLS_TypePropsToRuntimeProps<{
4
+ appName: string;
5
+ }>>>, {}, {}>;
6
+ export default _default;
7
+ type __VLS_NonUndefinedable<T> = T extends undefined ? never : T;
8
+ type __VLS_TypePropsToRuntimeProps<T> = {
9
+ [K in keyof T]-?: {} extends Pick<T, K> ? {
10
+ type: import('vue').PropType<__VLS_NonUndefinedable<T[K]>>;
11
+ } : {
12
+ type: import('vue').PropType<T[K]>;
13
+ required: true;
14
+ };
15
+ };
@@ -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" | "pgaTable" | "pgaButton" | "pgaLayout" | "pgaModal" | "notifications" | "validations", MP extends void | import('pangea-helpers').ExtractPrefixes<{
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;
package/package.json CHANGED
@@ -1,7 +1,7 @@
1
1
  {
2
2
  "name": "pangea-lib",
3
3
  "description": "",
4
- "version": "2.11.618",
4
+ "version": "2.11.620",
5
5
  "author": "Gianfranco Raselli",
6
6
  "license": "ISC",
7
7
  "homepage": "https://github.com/GianfrancoRaselli/pangea#readme",