@comercti/web-components-hmg 0.10.13 → 0.10.14
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/comerc-style-guide.cjs.js +2 -2
- package/comerc-style-guide.es.js +134 -133
- package/comerc-style-guide.umd.js +5 -5
- package/index.d.ts +11 -11
- package/package.json +1 -1
package/index.d.ts
CHANGED
|
@@ -78,17 +78,6 @@ declare module 'vue' {
|
|
|
78
78
|
}
|
|
79
79
|
|
|
80
80
|
|
|
81
|
-
declare module 'vue' {
|
|
82
|
-
interface GlobalComponents {
|
|
83
|
-
'ce-banners': typeof BannersComponent;
|
|
84
|
-
'ce-modal': typeof ModalComponent;
|
|
85
|
-
'ce-toast': typeof ToastComponent;
|
|
86
|
-
'ce-tooltip': typeof TooltipComponent;
|
|
87
|
-
'ce-loading': typeof LoadingComponent;
|
|
88
|
-
}
|
|
89
|
-
}
|
|
90
|
-
|
|
91
|
-
|
|
92
81
|
declare module 'vue' {
|
|
93
82
|
interface GlobalComponents {
|
|
94
83
|
'ce-card': typeof CardComponent;
|
|
@@ -102,6 +91,17 @@ declare module 'vue' {
|
|
|
102
91
|
}
|
|
103
92
|
|
|
104
93
|
|
|
94
|
+
declare module 'vue' {
|
|
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;
|
|
101
|
+
}
|
|
102
|
+
}
|
|
103
|
+
|
|
104
|
+
|
|
105
105
|
declare module 'vue' {
|
|
106
106
|
interface GlobalComponents {
|
|
107
107
|
'ce-pagination': typeof PaginationComponent;
|