pangea-lib 4.0.338 → 4.0.340

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.
@@ -143,11 +143,6 @@ declare const _default: {
143
143
  confirmDeleteText: string;
144
144
  };
145
145
  };
146
- notifications: {
147
- es: {
148
- removeAllBtn: string;
149
- };
150
- };
151
146
  validations: {
152
147
  es: {
153
148
  requiredRuleError: string;
@@ -4,5 +4,4 @@ import { StrOrFn } from '../types';
4
4
  export declare abstract class Notifications {
5
5
  static Add(type: NotificationType, message: StrOrFn): number;
6
6
  static Remove(id: NotificationId): void;
7
- static Clear(): void;
8
7
  }
@@ -15,7 +15,7 @@ export declare const useNotificationsStore: import('pinia').StoreDefinition<"pga
15
15
  [Symbol.dispose]: () => void;
16
16
  };
17
17
  }[]>;
18
- }, "notifications" | "currentId">>, Pick<{
18
+ }, "currentId" | "notifications">>, Pick<{
19
19
  currentId: import('vue').Ref<number>;
20
20
  notifications: import('vue').Ref<{
21
21
  id: number;
package/package.json CHANGED
@@ -1,7 +1,7 @@
1
1
  {
2
2
  "name": "pangea-lib",
3
3
  "description": "",
4
- "version": "4.0.338",
4
+ "version": "4.0.340",
5
5
  "author": "Gianfranco Raselli",
6
6
  "license": "ISC",
7
7
  "homepage": "https://github.com/GianfrancoRaselli/pangea-lib#readme",
@@ -1,6 +0,0 @@
1
- declare const _default: {
2
- es: {
3
- removeAllBtn: string;
4
- };
5
- };
6
- export default _default;