@comercti/web-components-hmg 0.0.42 → 0.0.43

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
@@ -54,6 +54,15 @@ declare module 'vue' {
54
54
  }
55
55
 
56
56
 
57
+ declare module 'vue' {
58
+ interface GlobalComponents {
59
+ 'ce-col': typeof ColComponent;
60
+ 'ce-row': typeof RowComponent;
61
+ 'ce-container': typeof ContainerComponent;
62
+ }
63
+ }
64
+
65
+
57
66
  declare module 'vue' {
58
67
  interface GlobalComponents {
59
68
  'ce-menu-sidebar': typeof MenuSidebarComponent;
@@ -67,9 +76,11 @@ declare module 'vue' {
67
76
 
68
77
  declare module 'vue' {
69
78
  interface GlobalComponents {
70
- 'ce-col': typeof ColComponent;
71
- 'ce-row': typeof RowComponent;
72
- 'ce-container': typeof ContainerComponent;
79
+ 'ce-banners': typeof BannersComponent;
80
+ 'ce-modal': typeof ModalComponent;
81
+ 'ce-toast': typeof ToastComponent;
82
+ 'ce-tooltip': typeof TooltipComponent;
83
+ 'ce-loading': typeof LoadingComponent;
73
84
  }
74
85
  }
75
86
 
@@ -87,17 +98,6 @@ declare module 'vue' {
87
98
  }
88
99
 
89
100
 
90
- declare module 'vue' {
91
- interface GlobalComponents {
92
- 'ce-banners': typeof BannersComponent;
93
- 'ce-modal': typeof ModalComponent;
94
- 'ce-toast': typeof ToastComponent;
95
- 'ce-tooltip': typeof TooltipComponent;
96
- 'ce-loading': typeof LoadingComponent;
97
- }
98
- }
99
-
100
-
101
101
  declare module 'vue' {
102
102
  interface GlobalComponents {
103
103
  'ce-pagination': typeof PaginationComponent;
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@comercti/web-components-hmg",
3
- "version": "0.0.42",
3
+ "version": "0.0.43",
4
4
  "types": "index.d.ts",
5
5
  "type": "module",
6
6
  "license": "private",