@comercti/web-components-hmg 0.22.3 → 0.22.5

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,4 +1,3 @@
1
- import { IData } from './toast/interfaces';
2
1
  import { Ref } from 'vue';
3
2
 
4
3
  export declare const activateCeLoading: () => void;
@@ -7,6 +6,10 @@ export declare const addCeToast: (title: string, message: string, type: "success
7
6
 
8
7
  export declare const disableCeLoading: () => void;
9
8
 
9
+ declare interface IData<T = unknown> {
10
+ [key: string]: T;
11
+ }
12
+
10
13
  export declare const isMobile: Ref<boolean, boolean>;
11
14
 
12
15
  export declare const removeCeToast: (id: number) => void;
@@ -60,15 +63,6 @@ declare module 'vue' {
60
63
  }
61
64
 
62
65
 
63
- declare module 'vue' {
64
- interface GlobalComponents {
65
- 'ce-col': typeof ColComponent;
66
- 'ce-row': typeof RowComponent;
67
- 'ce-container': typeof ContainerComponent;
68
- }
69
- }
70
-
71
-
72
66
  declare module 'vue' {
73
67
  interface GlobalComponents {
74
68
  'ce-menu-sidebar': typeof MenuSidebarComponent;
@@ -94,6 +88,15 @@ declare module 'vue' {
94
88
  }
95
89
 
96
90
 
91
+ declare module 'vue' {
92
+ interface GlobalComponents {
93
+ 'ce-col': typeof ColComponent;
94
+ 'ce-row': typeof RowComponent;
95
+ 'ce-container': typeof ContainerComponent;
96
+ }
97
+ }
98
+
99
+
97
100
  declare module 'vue' {
98
101
  interface GlobalComponents {
99
102
  'ce-banners': typeof BannersComponent;
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@comercti/web-components-hmg",
3
- "version": "0.22.3",
3
+ "version": "0.22.5",
4
4
  "types": "index.d.ts",
5
5
  "type": "module",
6
6
  "license": "private",