@comercti/web-components 0.12.0 → 0.13.0

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