@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.
Files changed (2) hide show
  1. package/index.d.ts +21 -21
  2. 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-card': typeof CardComponent;
1354
- 'ce-card-header': typeof CardHeaderComponent;
1355
- 'ce-card-text': typeof CardTextComponent;
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-pagination': typeof PaginationComponent;
1378
- 'ce-progress-indicator': typeof ProgressIndicatorComponent;
1379
- 'ce-progress-steps': typeof ProgressStepsComponent;
1380
- 'ce-data-table': typeof DataTableComponent;
1381
- 'ce-items-per-page': typeof ItemsPerPageComponent;
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
  }
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@comercti/icons-hmg",
3
- "version": "0.8.19",
3
+ "version": "0.8.21",
4
4
  "types": "index.d.ts",
5
5
  "type": "module",
6
6
  "license": "private",