@comercti/icons-hmg 0.8.27 → 0.9.2
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
|
@@ -1316,6 +1316,17 @@ export { zapSquare }
|
|
|
1316
1316
|
export { }
|
|
1317
1317
|
|
|
1318
1318
|
|
|
1319
|
+
declare module 'vue' {
|
|
1320
|
+
interface GlobalComponents {
|
|
1321
|
+
'ce-pagination': typeof PaginationComponent;
|
|
1322
|
+
'ce-progress-indicator': typeof ProgressIndicatorComponent;
|
|
1323
|
+
'ce-progress-steps': typeof ProgressStepsComponent;
|
|
1324
|
+
'ce-data-table': typeof DataTableComponent;
|
|
1325
|
+
'ce-items-per-page': typeof ItemsPerPageComponent;
|
|
1326
|
+
}
|
|
1327
|
+
}
|
|
1328
|
+
|
|
1329
|
+
|
|
1319
1330
|
declare module 'vue' {
|
|
1320
1331
|
interface GlobalComponents {
|
|
1321
1332
|
'ce-autocomplete': typeof AutocompleteComponent;
|
|
@@ -1359,13 +1370,9 @@ declare module 'vue' {
|
|
|
1359
1370
|
|
|
1360
1371
|
declare module 'vue' {
|
|
1361
1372
|
interface GlobalComponents {
|
|
1362
|
-
'ce-
|
|
1363
|
-
'ce-
|
|
1364
|
-
'ce-
|
|
1365
|
-
'ce-content-divider': typeof ContentDividerComponent;
|
|
1366
|
-
'ce-footer': typeof FooterComponent;
|
|
1367
|
-
'ce-layout': typeof LayoutComponent;
|
|
1368
|
-
'ce-section-footer': typeof SectionFooterComponent;
|
|
1373
|
+
'ce-avatar': typeof AvatarComponent;
|
|
1374
|
+
'ce-filter-group': typeof FilterGroupComponent;
|
|
1375
|
+
'ce-badge': typeof BadgeComponent;
|
|
1369
1376
|
}
|
|
1370
1377
|
}
|
|
1371
1378
|
|
|
@@ -1383,19 +1390,12 @@ declare module 'vue' {
|
|
|
1383
1390
|
|
|
1384
1391
|
declare module 'vue' {
|
|
1385
1392
|
interface GlobalComponents {
|
|
1386
|
-
'ce-
|
|
1387
|
-
'ce-
|
|
1388
|
-
'ce-
|
|
1389
|
-
'ce-
|
|
1390
|
-
'ce-
|
|
1391
|
-
|
|
1392
|
-
|
|
1393
|
-
|
|
1394
|
-
|
|
1395
|
-
declare module 'vue' {
|
|
1396
|
-
interface GlobalComponents {
|
|
1397
|
-
'ce-avatar': typeof AvatarComponent;
|
|
1398
|
-
'ce-filter-group': typeof FilterGroupComponent;
|
|
1399
|
-
'ce-badge': typeof BadgeComponent;
|
|
1393
|
+
'ce-card': typeof CardComponent;
|
|
1394
|
+
'ce-card-header': typeof CardHeaderComponent;
|
|
1395
|
+
'ce-card-text': typeof CardTextComponent;
|
|
1396
|
+
'ce-content-divider': typeof ContentDividerComponent;
|
|
1397
|
+
'ce-footer': typeof FooterComponent;
|
|
1398
|
+
'ce-layout': typeof LayoutComponent;
|
|
1399
|
+
'ce-section-footer': typeof SectionFooterComponent;
|
|
1400
1400
|
}
|
|
1401
1401
|
}
|