@comercti/web-components-hmg 0.6.1 → 0.6.2

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,46 +69,46 @@ 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;
72
+ 'ce-card': typeof CardComponent;
73
+ 'ce-card-header': typeof CardHeaderComponent;
74
+ 'ce-card-text': typeof CardTextComponent;
75
+ 'ce-content-divider': typeof ContentDividerComponent;
76
+ 'ce-footer': typeof FooterComponent;
77
+ 'ce-layout': typeof LayoutComponent;
78
+ 'ce-section-footer': typeof SectionFooterComponent;
77
79
  }
78
80
  }
79
81
 
80
82
 
81
83
  declare module 'vue' {
82
84
  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;
85
+ 'ce-menu-sidebar': typeof MenuSidebarComponent;
86
+ 'ce-menu-header': typeof MenuHeaderComponent;
87
+ 'ce-breadcrumbs': typeof BreadcrumbsComponent;
88
+ 'ce-tab': typeof TabComponent;
89
+ 'ce-tab-item': typeof TabItemComponent;
88
90
  }
89
91
  }
90
92
 
91
93
 
92
94
  declare module 'vue' {
93
95
  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;
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;
99
101
  }
100
102
  }
101
103
 
102
104
 
103
105
  declare module 'vue' {
104
106
  interface GlobalComponents {
105
- 'ce-card': typeof CardComponent;
106
- 'ce-card-header': typeof CardHeaderComponent;
107
- 'ce-card-text': typeof CardTextComponent;
108
- 'ce-content-divider': typeof ContentDividerComponent;
109
- 'ce-footer': typeof FooterComponent;
110
- 'ce-layout': typeof LayoutComponent;
111
- 'ce-section-footer': typeof SectionFooterComponent;
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
112
  }
113
113
  }
114
114
 
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.2",
4
4
  "types": "index.d.ts",
5
5
  "type": "module",
6
6
  "license": "private",