@comercti/web-components 0.5.0 → 0.6.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
@@ -60,20 +60,20 @@ declare module 'vue' {
60
60
 
61
61
  declare module 'vue' {
62
62
  interface GlobalComponents {
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;
63
+ 'ce-col': typeof ColComponent;
64
+ 'ce-row': typeof RowComponent;
65
+ 'ce-container': typeof ContainerComponent;
68
66
  }
69
67
  }
70
68
 
71
69
 
72
70
  declare module 'vue' {
73
71
  interface GlobalComponents {
74
- 'ce-col': typeof ColComponent;
75
- 'ce-row': typeof RowComponent;
76
- 'ce-container': typeof ContainerComponent;
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;
77
77
  }
78
78
  }
79
79
 
@@ -93,22 +93,22 @@ declare module 'vue' {
93
93
 
94
94
  declare module 'vue' {
95
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;
96
+ 'ce-pagination': typeof PaginationComponent;
97
+ 'ce-progress-indicator': typeof ProgressIndicatorComponent;
98
+ 'ce-progress-steps': typeof ProgressStepsComponent;
99
+ 'ce-data-table': typeof DataTableComponent;
100
+ 'ce-items-per-page': typeof ItemsPerPageComponent;
101
101
  }
102
102
  }
103
103
 
104
104
 
105
105
  declare module 'vue' {
106
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;
107
+ 'ce-banners': typeof BannersComponent;
108
+ 'ce-modal': typeof ModalComponent;
109
+ 'ce-toast': typeof ToastComponent;
110
+ 'ce-tooltip': typeof TooltipComponent;
111
+ 'ce-loading': typeof LoadingComponent;
112
112
  }
113
113
  }
114
114
 
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@comercti/web-components",
3
- "version": "0.5.0",
3
+ "version": "0.6.0",
4
4
  "types": "index.d.ts",
5
5
  "type": "module",
6
6
  "license": "private",