@comercti/react-components-hmg 0.8.27 → 0.9.1
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 +21 -21
- package/package.json +1 -1
package/index.d.ts
CHANGED
|
@@ -2086,6 +2086,17 @@ data: IData | null;
|
|
|
2086
2086
|
export { }
|
|
2087
2087
|
|
|
2088
2088
|
|
|
2089
|
+
declare module 'vue' {
|
|
2090
|
+
interface GlobalComponents {
|
|
2091
|
+
'ce-pagination': typeof PaginationComponent;
|
|
2092
|
+
'ce-progress-indicator': typeof ProgressIndicatorComponent;
|
|
2093
|
+
'ce-progress-steps': typeof ProgressStepsComponent;
|
|
2094
|
+
'ce-data-table': typeof DataTableComponent;
|
|
2095
|
+
'ce-items-per-page': typeof ItemsPerPageComponent;
|
|
2096
|
+
}
|
|
2097
|
+
}
|
|
2098
|
+
|
|
2099
|
+
|
|
2089
2100
|
declare module 'vue' {
|
|
2090
2101
|
interface GlobalComponents {
|
|
2091
2102
|
'ce-autocomplete': typeof AutocompleteComponent;
|
|
@@ -2129,13 +2140,9 @@ declare module 'vue' {
|
|
|
2129
2140
|
|
|
2130
2141
|
declare module 'vue' {
|
|
2131
2142
|
interface GlobalComponents {
|
|
2132
|
-
'ce-
|
|
2133
|
-
'ce-
|
|
2134
|
-
'ce-
|
|
2135
|
-
'ce-content-divider': typeof ContentDividerComponent;
|
|
2136
|
-
'ce-footer': typeof FooterComponent;
|
|
2137
|
-
'ce-layout': typeof LayoutComponent;
|
|
2138
|
-
'ce-section-footer': typeof SectionFooterComponent;
|
|
2143
|
+
'ce-avatar': typeof AvatarComponent;
|
|
2144
|
+
'ce-filter-group': typeof FilterGroupComponent;
|
|
2145
|
+
'ce-badge': typeof BadgeComponent;
|
|
2139
2146
|
}
|
|
2140
2147
|
}
|
|
2141
2148
|
|
|
@@ -2153,19 +2160,12 @@ declare module 'vue' {
|
|
|
2153
2160
|
|
|
2154
2161
|
declare module 'vue' {
|
|
2155
2162
|
interface GlobalComponents {
|
|
2156
|
-
'ce-
|
|
2157
|
-
'ce-
|
|
2158
|
-
'ce-
|
|
2159
|
-
'ce-
|
|
2160
|
-
'ce-
|
|
2161
|
-
|
|
2162
|
-
|
|
2163
|
-
|
|
2164
|
-
|
|
2165
|
-
declare module 'vue' {
|
|
2166
|
-
interface GlobalComponents {
|
|
2167
|
-
'ce-avatar': typeof AvatarComponent;
|
|
2168
|
-
'ce-filter-group': typeof FilterGroupComponent;
|
|
2169
|
-
'ce-badge': typeof BadgeComponent;
|
|
2163
|
+
'ce-card': typeof CardComponent;
|
|
2164
|
+
'ce-card-header': typeof CardHeaderComponent;
|
|
2165
|
+
'ce-card-text': typeof CardTextComponent;
|
|
2166
|
+
'ce-content-divider': typeof ContentDividerComponent;
|
|
2167
|
+
'ce-footer': typeof FooterComponent;
|
|
2168
|
+
'ce-layout': typeof LayoutComponent;
|
|
2169
|
+
'ce-section-footer': typeof SectionFooterComponent;
|
|
2170
2170
|
}
|
|
2171
2171
|
}
|