@comercti/web-components-hmg 0.3.9 → 0.3.10
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 +1 -1
- package/comerc-style-guide.es.js +880 -864
- package/comerc-style-guide.umd.js +2 -2
- package/index.d.ts +8 -8
- package/package.json +1 -1
package/index.d.ts
CHANGED
|
@@ -104,19 +104,19 @@ declare module 'vue' {
|
|
|
104
104
|
|
|
105
105
|
declare module 'vue' {
|
|
106
106
|
interface GlobalComponents {
|
|
107
|
-
'ce-
|
|
108
|
-
'ce-
|
|
109
|
-
'ce-
|
|
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;
|
|
110
112
|
}
|
|
111
113
|
}
|
|
112
114
|
|
|
113
115
|
|
|
114
116
|
declare module 'vue' {
|
|
115
117
|
interface GlobalComponents {
|
|
116
|
-
'ce-
|
|
117
|
-
'ce-
|
|
118
|
-
'ce-
|
|
119
|
-
'ce-data-table': typeof DataTableComponent;
|
|
120
|
-
'ce-items-per-page': typeof ItemsPerPageComponent;
|
|
118
|
+
'ce-avatar': typeof AvatarComponent;
|
|
119
|
+
'ce-filter-group': typeof FilterGroupComponent;
|
|
120
|
+
'ce-badge': typeof BadgeComponent;
|
|
121
121
|
}
|
|
122
122
|
}
|