@comercti/icons-hmg 0.8.19 → 0.8.21
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
|
@@ -1307,6 +1307,17 @@ export { zapSquare }
|
|
|
1307
1307
|
export { }
|
|
1308
1308
|
|
|
1309
1309
|
|
|
1310
|
+
declare module 'vue' {
|
|
1311
|
+
interface GlobalComponents {
|
|
1312
|
+
'ce-pagination': typeof PaginationComponent;
|
|
1313
|
+
'ce-progress-indicator': typeof ProgressIndicatorComponent;
|
|
1314
|
+
'ce-progress-steps': typeof ProgressStepsComponent;
|
|
1315
|
+
'ce-data-table': typeof DataTableComponent;
|
|
1316
|
+
'ce-items-per-page': typeof ItemsPerPageComponent;
|
|
1317
|
+
}
|
|
1318
|
+
}
|
|
1319
|
+
|
|
1320
|
+
|
|
1310
1321
|
declare module 'vue' {
|
|
1311
1322
|
interface GlobalComponents {
|
|
1312
1323
|
'ce-autocomplete': typeof AutocompleteComponent;
|
|
@@ -1350,13 +1361,9 @@ declare module 'vue' {
|
|
|
1350
1361
|
|
|
1351
1362
|
declare module 'vue' {
|
|
1352
1363
|
interface GlobalComponents {
|
|
1353
|
-
'ce-
|
|
1354
|
-
'ce-
|
|
1355
|
-
'ce-
|
|
1356
|
-
'ce-content-divider': typeof ContentDividerComponent;
|
|
1357
|
-
'ce-footer': typeof FooterComponent;
|
|
1358
|
-
'ce-layout': typeof LayoutComponent;
|
|
1359
|
-
'ce-section-footer': typeof SectionFooterComponent;
|
|
1364
|
+
'ce-avatar': typeof AvatarComponent;
|
|
1365
|
+
'ce-filter-group': typeof FilterGroupComponent;
|
|
1366
|
+
'ce-badge': typeof BadgeComponent;
|
|
1360
1367
|
}
|
|
1361
1368
|
}
|
|
1362
1369
|
|
|
@@ -1374,19 +1381,12 @@ declare module 'vue' {
|
|
|
1374
1381
|
|
|
1375
1382
|
declare module 'vue' {
|
|
1376
1383
|
interface GlobalComponents {
|
|
1377
|
-
'ce-
|
|
1378
|
-
'ce-
|
|
1379
|
-
'ce-
|
|
1380
|
-
'ce-
|
|
1381
|
-
'ce-
|
|
1382
|
-
|
|
1383
|
-
|
|
1384
|
-
|
|
1385
|
-
|
|
1386
|
-
declare module 'vue' {
|
|
1387
|
-
interface GlobalComponents {
|
|
1388
|
-
'ce-avatar': typeof AvatarComponent;
|
|
1389
|
-
'ce-filter-group': typeof FilterGroupComponent;
|
|
1390
|
-
'ce-badge': typeof BadgeComponent;
|
|
1384
|
+
'ce-card': typeof CardComponent;
|
|
1385
|
+
'ce-card-header': typeof CardHeaderComponent;
|
|
1386
|
+
'ce-card-text': typeof CardTextComponent;
|
|
1387
|
+
'ce-content-divider': typeof ContentDividerComponent;
|
|
1388
|
+
'ce-footer': typeof FooterComponent;
|
|
1389
|
+
'ce-layout': typeof LayoutComponent;
|
|
1390
|
+
'ce-section-footer': typeof SectionFooterComponent;
|
|
1391
1391
|
}
|
|
1392
1392
|
}
|