@comercti/web-components-hmg 0.6.1 → 0.6.3

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
@@ -69,33 +69,22 @@ declare module 'vue' {
69
69
 
70
70
  declare module 'vue' {
71
71
  interface GlobalComponents {
72
- 'ce-banners': typeof BannersComponent;
73
- 'ce-modal': typeof ModalComponent;
74
- 'ce-toast': typeof ToastComponent;
75
- 'ce-tooltip': typeof TooltipComponent;
76
- 'ce-loading': typeof LoadingComponent;
77
- }
78
- }
79
-
80
-
81
- declare module 'vue' {
82
- interface GlobalComponents {
83
- 'ce-pagination': typeof PaginationComponent;
84
- 'ce-progress-indicator': typeof ProgressIndicatorComponent;
85
- 'ce-progress-steps': typeof ProgressStepsComponent;
86
- 'ce-data-table': typeof DataTableComponent;
87
- 'ce-items-per-page': typeof ItemsPerPageComponent;
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
 
91
80
 
92
81
  declare module 'vue' {
93
82
  interface GlobalComponents {
94
- 'ce-menu-sidebar': typeof MenuSidebarComponent;
95
- 'ce-menu-header': typeof MenuHeaderComponent;
96
- 'ce-breadcrumbs': typeof BreadcrumbsComponent;
97
- 'ce-tab': typeof TabComponent;
98
- 'ce-tab-item': typeof TabItemComponent;
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;
99
88
  }
100
89
  }
101
90
 
@@ -113,6 +102,17 @@ declare module 'vue' {
113
102
  }
114
103
 
115
104
 
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.6.1",
3
+ "version": "0.6.3",
4
4
  "types": "index.d.ts",
5
5
  "type": "module",
6
6
  "license": "private",