@comercti/web-components-hmg 0.23.23 → 0.23.31

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
@@ -65,20 +65,20 @@ declare module 'vue' {
65
65
 
66
66
  declare module 'vue' {
67
67
  interface GlobalComponents {
68
- 'ce-menu-sidebar': typeof MenuSidebarComponent;
69
- 'ce-menu-header': typeof MenuHeaderComponent;
70
- 'ce-breadcrumbs': typeof BreadcrumbsComponent;
71
- 'ce-tab': typeof TabComponent;
72
- 'ce-tab-item': typeof TabItemComponent;
68
+ 'ce-col': typeof ColComponent;
69
+ 'ce-row': typeof RowComponent;
70
+ 'ce-container': typeof ContainerComponent;
73
71
  }
74
72
  }
75
73
 
76
74
 
77
75
  declare module 'vue' {
78
76
  interface GlobalComponents {
79
- 'ce-col': typeof ColComponent;
80
- 'ce-row': typeof RowComponent;
81
- '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;
82
82
  }
83
83
  }
84
84
 
@@ -99,22 +99,22 @@ declare module 'vue' {
99
99
 
100
100
  declare module 'vue' {
101
101
  interface GlobalComponents {
102
- 'ce-pagination': typeof PaginationComponent;
103
- 'ce-progress-indicator': typeof ProgressIndicatorComponent;
104
- 'ce-progress-steps': typeof ProgressStepsComponent;
105
- 'ce-data-table': typeof DataTableComponent;
106
- 'ce-items-per-page': typeof ItemsPerPageComponent;
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
107
  }
108
108
  }
109
109
 
110
110
 
111
111
  declare module 'vue' {
112
112
  interface GlobalComponents {
113
- 'ce-banners': typeof BannersComponent;
114
- 'ce-modal': typeof ModalComponent;
115
- 'ce-toast': typeof ToastComponent;
116
- 'ce-tooltip': typeof TooltipComponent;
117
- 'ce-loading': typeof LoadingComponent;
113
+ 'ce-pagination': typeof PaginationComponent;
114
+ 'ce-progress-indicator': typeof ProgressIndicatorComponent;
115
+ 'ce-progress-steps': typeof ProgressStepsComponent;
116
+ 'ce-data-table': typeof DataTableComponent;
117
+ 'ce-items-per-page': typeof ItemsPerPageComponent;
118
118
  }
119
119
  }
120
120
 
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@comercti/web-components-hmg",
3
- "version": "0.23.23",
3
+ "version": "0.23.31",
4
4
  "types": "index.d.ts",
5
5
  "type": "module",
6
6
  "license": "private",