@comercti/web-components-hmg 0.21.7 → 0.21.9

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
@@ -37,15 +37,6 @@ data: IData | null;
37
37
  export { }
38
38
 
39
39
 
40
- declare module 'vue' {
41
- interface GlobalComponents {
42
- 'ce-col': typeof ColComponent;
43
- 'ce-row': typeof RowComponent;
44
- 'ce-container': typeof ContainerComponent;
45
- }
46
- }
47
-
48
-
49
40
  declare module 'vue' {
50
41
  interface GlobalComponents {
51
42
  'ce-autocomplete': typeof AutocompleteComponent;
@@ -70,14 +61,9 @@ declare module 'vue' {
70
61
 
71
62
  declare module 'vue' {
72
63
  interface GlobalComponents {
73
- 'ce-card': typeof CardComponent;
74
- 'ce-card-header': typeof CardHeaderComponent;
75
- 'ce-card-text': typeof CardTextComponent;
76
- 'ce-content-divider': typeof ContentDividerComponent;
77
- 'ce-footer': typeof FooterComponent;
78
- 'ce-layout': typeof LayoutComponent;
79
- 'ce-section-footer': typeof SectionFooterComponent;
80
- 'ce-collapse': typeof CollapseComponent;
64
+ 'ce-col': typeof ColComponent;
65
+ 'ce-row': typeof RowComponent;
66
+ 'ce-container': typeof ContainerComponent;
81
67
  }
82
68
  }
83
69
 
@@ -104,6 +90,20 @@ declare module 'vue' {
104
90
  }
105
91
 
106
92
 
93
+ declare module 'vue' {
94
+ interface GlobalComponents {
95
+ 'ce-card': typeof CardComponent;
96
+ 'ce-card-header': typeof CardHeaderComponent;
97
+ 'ce-card-text': typeof CardTextComponent;
98
+ 'ce-content-divider': typeof ContentDividerComponent;
99
+ 'ce-footer': typeof FooterComponent;
100
+ 'ce-layout': typeof LayoutComponent;
101
+ 'ce-section-footer': typeof SectionFooterComponent;
102
+ 'ce-collapse': typeof CollapseComponent;
103
+ }
104
+ }
105
+
106
+
107
107
  declare module 'vue' {
108
108
  interface GlobalComponents {
109
109
  'ce-pagination': typeof PaginationComponent;
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@comercti/web-components-hmg",
3
- "version": "0.21.7",
3
+ "version": "0.21.9",
4
4
  "types": "index.d.ts",
5
5
  "type": "module",
6
6
  "license": "private",