@comercti/web-components-hmg 0.3.9 → 0.3.10

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
@@ -104,19 +104,19 @@ declare module 'vue' {
104
104
 
105
105
  declare module 'vue' {
106
106
  interface GlobalComponents {
107
- 'ce-avatar': typeof AvatarComponent;
108
- 'ce-filter-group': typeof FilterGroupComponent;
109
- 'ce-badge': typeof BadgeComponent;
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;
110
112
  }
111
113
  }
112
114
 
113
115
 
114
116
  declare module 'vue' {
115
117
  interface GlobalComponents {
116
- 'ce-pagination': typeof PaginationComponent;
117
- 'ce-progress-indicator': typeof ProgressIndicatorComponent;
118
- 'ce-progress-steps': typeof ProgressStepsComponent;
119
- 'ce-data-table': typeof DataTableComponent;
120
- 'ce-items-per-page': typeof ItemsPerPageComponent;
118
+ 'ce-avatar': typeof AvatarComponent;
119
+ 'ce-filter-group': typeof FilterGroupComponent;
120
+ 'ce-badge': typeof BadgeComponent;
121
121
  }
122
122
  }
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@comercti/web-components-hmg",
3
- "version": "0.3.9",
3
+ "version": "0.3.10",
4
4
  "types": "index.d.ts",
5
5
  "type": "module",
6
6
  "license": "private",