@comercti/web-components-hmg 0.23.36 → 0.24.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
@@ -40,6 +40,15 @@ data: IData | null;
40
40
  export { }
41
41
 
42
42
 
43
+ declare module 'vue' {
44
+ interface GlobalComponents {
45
+ 'ce-col': typeof ColComponent;
46
+ 'ce-row': typeof RowComponent;
47
+ 'ce-container': typeof ContainerComponent;
48
+ }
49
+ }
50
+
51
+
43
52
  declare module 'vue' {
44
53
  interface GlobalComponents {
45
54
  'ce-autocomplete': typeof AutocompleteComponent;
@@ -65,20 +74,22 @@ declare module 'vue' {
65
74
 
66
75
  declare module 'vue' {
67
76
  interface GlobalComponents {
68
- 'ce-col': typeof ColComponent;
69
- 'ce-row': typeof RowComponent;
70
- 'ce-container': typeof ContainerComponent;
77
+ 'ce-menu-sidebar': typeof MenuSidebarComponent;
78
+ 'ce-menu-header': typeof MenuHeaderComponent;
79
+ 'ce-breadcrumbs': typeof BreadcrumbsComponent;
80
+ 'ce-tab': typeof TabComponent;
81
+ 'ce-tab-item': typeof TabItemComponent;
71
82
  }
72
83
  }
73
84
 
74
85
 
75
86
  declare module 'vue' {
76
87
  interface GlobalComponents {
77
- 'ce-menu-sidebar': typeof MenuSidebarComponent;
78
- 'ce-menu-header': typeof MenuHeaderComponent;
79
- 'ce-breadcrumbs': typeof BreadcrumbsComponent;
80
- 'ce-tab': typeof TabComponent;
81
- 'ce-tab-item': typeof TabItemComponent;
88
+ 'ce-banners': typeof BannersComponent;
89
+ 'ce-modal': typeof ModalComponent;
90
+ 'ce-toast': typeof ToastComponent;
91
+ 'ce-tooltip': typeof TooltipComponent;
92
+ 'ce-loading': typeof LoadingComponent;
82
93
  }
83
94
  }
84
95
 
@@ -97,17 +108,6 @@ declare module 'vue' {
97
108
  }
98
109
 
99
110
 
100
- declare module 'vue' {
101
- interface GlobalComponents {
102
- 'ce-banners': typeof BannersComponent;
103
- 'ce-modal': typeof ModalComponent;
104
- 'ce-toast': typeof ToastComponent;
105
- 'ce-tooltip': typeof TooltipComponent;
106
- 'ce-loading': typeof LoadingComponent;
107
- }
108
- }
109
-
110
-
111
111
  declare module 'vue' {
112
112
  interface GlobalComponents {
113
113
  'ce-pagination': typeof PaginationComponent;
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@comercti/web-components-hmg",
3
- "version": "0.23.36",
3
+ "version": "0.24.1",
4
4
  "types": "index.d.ts",
5
5
  "type": "module",
6
6
  "license": "private",