@comercti/web-components-hmg 0.23.6 → 0.23.7

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
@@ -40,26 +40,6 @@ data: IData | null;
40
40
  export { }
41
41
 
42
42
 
43
- declare module 'vue' {
44
- interface GlobalComponents {
45
- 'ce-col': typeof ColComponent;
46
- 'ce-row': typeof RowComponent;
47
- 'ce-container': typeof ContainerComponent;
48
- }
49
- }
50
-
51
-
52
- declare module 'vue' {
53
- interface GlobalComponents {
54
- 'ce-menu-sidebar': typeof MenuSidebarComponent;
55
- 'ce-menu-header': typeof MenuHeaderComponent;
56
- 'ce-breadcrumbs': typeof BreadcrumbsComponent;
57
- 'ce-tab': typeof TabComponent;
58
- 'ce-tab-item': typeof TabItemComponent;
59
- }
60
- }
61
-
62
-
63
43
  declare module 'vue' {
64
44
  interface GlobalComponents {
65
45
  'ce-autocomplete': typeof AutocompleteComponent;
@@ -85,14 +65,20 @@ declare module 'vue' {
85
65
 
86
66
  declare module 'vue' {
87
67
  interface GlobalComponents {
88
- 'ce-card': typeof CardComponent;
89
- 'ce-card-header': typeof CardHeaderComponent;
90
- 'ce-card-text': typeof CardTextComponent;
91
- 'ce-content-divider': typeof ContentDividerComponent;
92
- 'ce-footer': typeof FooterComponent;
93
- 'ce-layout': typeof LayoutComponent;
94
- 'ce-section-footer': typeof SectionFooterComponent;
95
- 'ce-collapse': typeof CollapseComponent;
68
+ 'ce-col': typeof ColComponent;
69
+ 'ce-row': typeof RowComponent;
70
+ 'ce-container': typeof ContainerComponent;
71
+ }
72
+ }
73
+
74
+
75
+ declare module 'vue' {
76
+ interface GlobalComponents {
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;
96
82
  }
97
83
  }
98
84
 
@@ -108,6 +94,20 @@ declare module 'vue' {
108
94
  }
109
95
 
110
96
 
97
+ declare module 'vue' {
98
+ interface GlobalComponents {
99
+ 'ce-card': typeof CardComponent;
100
+ 'ce-card-header': typeof CardHeaderComponent;
101
+ 'ce-card-text': typeof CardTextComponent;
102
+ 'ce-content-divider': typeof ContentDividerComponent;
103
+ 'ce-footer': typeof FooterComponent;
104
+ 'ce-layout': typeof LayoutComponent;
105
+ 'ce-section-footer': typeof SectionFooterComponent;
106
+ 'ce-collapse': typeof CollapseComponent;
107
+ }
108
+ }
109
+
110
+
111
111
  declare module 'vue' {
112
112
  interface GlobalComponents {
113
113
  'ce-pagination': typeof PaginationComponent;
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@comercti/web-components-hmg",
3
- "version": "0.23.6",
3
+ "version": "0.23.7",
4
4
  "types": "index.d.ts",
5
5
  "type": "module",
6
6
  "license": "private",