@comercti/web-components-hmg 0.0.50 → 0.2.1

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/index.d.ts CHANGED
@@ -1,11 +1,15 @@
1
1
  import { IData } from './toast/interfaces';
2
2
  import { Ref } from 'vue';
3
3
 
4
- export declare const addToast: (title: string, message: string, type: "success" | "error" | "warn" | "info", duration?: number, data?: IData | null) => void;
4
+ export declare const activateCeLoading: () => void;
5
+
6
+ export declare const addCeToast: (title: string, message: string, type: "success" | "error" | "warn" | "info", duration?: number, data?: IData | null) => void;
7
+
8
+ export declare const disableCeLoading: () => void;
5
9
 
6
10
  export declare const isMobile: Ref<boolean, boolean>;
7
11
 
8
- export declare const removeToast: (id: number) => void;
12
+ export declare const removeCeToast: (id: number) => void;
9
13
 
10
14
  export declare const toasts: Ref< {
11
15
  title: string;
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@comercti/web-components-hmg",
3
- "version": "0.0.50",
3
+ "version": "0.2.1",
4
4
  "types": "index.d.ts",
5
5
  "type": "module",
6
6
  "license": "private",