@comercti/web-components-hmg 0.8.3 → 0.8.4

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
@@ -60,20 +60,20 @@ declare module 'vue' {
60
60
 
61
61
  declare module 'vue' {
62
62
  interface GlobalComponents {
63
- 'ce-col': typeof ColComponent;
64
- 'ce-row': typeof RowComponent;
65
- 'ce-container': typeof ContainerComponent;
63
+ 'ce-menu-sidebar': typeof MenuSidebarComponent;
64
+ 'ce-menu-header': typeof MenuHeaderComponent;
65
+ 'ce-breadcrumbs': typeof BreadcrumbsComponent;
66
+ 'ce-tab': typeof TabComponent;
67
+ 'ce-tab-item': typeof TabItemComponent;
66
68
  }
67
69
  }
68
70
 
69
71
 
70
72
  declare module 'vue' {
71
73
  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;
74
+ 'ce-col': typeof ColComponent;
75
+ 'ce-row': typeof RowComponent;
76
+ 'ce-container': typeof ContainerComponent;
77
77
  }
78
78
  }
79
79
 
@@ -89,6 +89,17 @@ declare module 'vue' {
89
89
  }
90
90
 
91
91
 
92
+ declare module 'vue' {
93
+ interface GlobalComponents {
94
+ 'ce-pagination': typeof PaginationComponent;
95
+ 'ce-progress-indicator': typeof ProgressIndicatorComponent;
96
+ 'ce-progress-steps': typeof ProgressStepsComponent;
97
+ 'ce-data-table': typeof DataTableComponent;
98
+ 'ce-items-per-page': typeof ItemsPerPageComponent;
99
+ }
100
+ }
101
+
102
+
92
103
  declare module 'vue' {
93
104
  interface GlobalComponents {
94
105
  'ce-card': typeof CardComponent;
@@ -102,17 +113,6 @@ declare module 'vue' {
102
113
  }
103
114
 
104
115
 
105
- declare module 'vue' {
106
- interface GlobalComponents {
107
- 'ce-pagination': typeof PaginationComponent;
108
- 'ce-progress-indicator': typeof ProgressIndicatorComponent;
109
- 'ce-progress-steps': typeof ProgressStepsComponent;
110
- 'ce-data-table': typeof DataTableComponent;
111
- 'ce-items-per-page': typeof ItemsPerPageComponent;
112
- }
113
- }
114
-
115
-
116
116
  declare module 'vue' {
117
117
  interface GlobalComponents {
118
118
  'ce-avatar': typeof AvatarComponent;
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@comercti/web-components-hmg",
3
- "version": "0.8.3",
3
+ "version": "0.8.4",
4
4
  "types": "index.d.ts",
5
5
  "type": "module",
6
6
  "license": "private",