@comercti/react-components-hmg 0.8.22 → 0.8.23
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 +2 -2
- package/comerc-style-guide.umd.js +2 -2
- package/index.d.ts +21 -21
- package/package.json +1 -1
package/index.d.ts
CHANGED
|
@@ -2080,17 +2080,6 @@ data: IData | null;
|
|
|
2080
2080
|
export { }
|
|
2081
2081
|
|
|
2082
2082
|
|
|
2083
|
-
declare module 'vue' {
|
|
2084
|
-
interface GlobalComponents {
|
|
2085
|
-
'ce-pagination': typeof PaginationComponent;
|
|
2086
|
-
'ce-progress-indicator': typeof ProgressIndicatorComponent;
|
|
2087
|
-
'ce-progress-steps': typeof ProgressStepsComponent;
|
|
2088
|
-
'ce-data-table': typeof DataTableComponent;
|
|
2089
|
-
'ce-items-per-page': typeof ItemsPerPageComponent;
|
|
2090
|
-
}
|
|
2091
|
-
}
|
|
2092
|
-
|
|
2093
|
-
|
|
2094
2083
|
declare module 'vue' {
|
|
2095
2084
|
interface GlobalComponents {
|
|
2096
2085
|
'ce-autocomplete': typeof AutocompleteComponent;
|
|
@@ -2134,9 +2123,13 @@ declare module 'vue' {
|
|
|
2134
2123
|
|
|
2135
2124
|
declare module 'vue' {
|
|
2136
2125
|
interface GlobalComponents {
|
|
2137
|
-
'ce-
|
|
2138
|
-
'ce-
|
|
2139
|
-
'ce-
|
|
2126
|
+
'ce-card': typeof CardComponent;
|
|
2127
|
+
'ce-card-header': typeof CardHeaderComponent;
|
|
2128
|
+
'ce-card-text': typeof CardTextComponent;
|
|
2129
|
+
'ce-content-divider': typeof ContentDividerComponent;
|
|
2130
|
+
'ce-footer': typeof FooterComponent;
|
|
2131
|
+
'ce-layout': typeof LayoutComponent;
|
|
2132
|
+
'ce-section-footer': typeof SectionFooterComponent;
|
|
2140
2133
|
}
|
|
2141
2134
|
}
|
|
2142
2135
|
|
|
@@ -2154,12 +2147,19 @@ declare module 'vue' {
|
|
|
2154
2147
|
|
|
2155
2148
|
declare module 'vue' {
|
|
2156
2149
|
interface GlobalComponents {
|
|
2157
|
-
'ce-
|
|
2158
|
-
'ce-
|
|
2159
|
-
'ce-
|
|
2160
|
-
'ce-
|
|
2161
|
-
'ce-
|
|
2162
|
-
|
|
2163
|
-
|
|
2150
|
+
'ce-pagination': typeof PaginationComponent;
|
|
2151
|
+
'ce-progress-indicator': typeof ProgressIndicatorComponent;
|
|
2152
|
+
'ce-progress-steps': typeof ProgressStepsComponent;
|
|
2153
|
+
'ce-data-table': typeof DataTableComponent;
|
|
2154
|
+
'ce-items-per-page': typeof ItemsPerPageComponent;
|
|
2155
|
+
}
|
|
2156
|
+
}
|
|
2157
|
+
|
|
2158
|
+
|
|
2159
|
+
declare module 'vue' {
|
|
2160
|
+
interface GlobalComponents {
|
|
2161
|
+
'ce-avatar': typeof AvatarComponent;
|
|
2162
|
+
'ce-filter-group': typeof FilterGroupComponent;
|
|
2163
|
+
'ce-badge': typeof BadgeComponent;
|
|
2164
2164
|
}
|
|
2165
2165
|
}
|