@getflip/swirl-components-angular 0.149.1 → 0.150.0
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/.turbo/turbo-build.log +1 -1
- package/CHANGELOG.md +13 -0
- package/dist/component-library/esm2020/lib/stencil-generated/components.mjs +454 -454
- package/dist/component-library/fesm2015/getflip-swirl-components-angular.mjs +453 -453
- package/dist/component-library/fesm2015/getflip-swirl-components-angular.mjs.map +1 -1
- package/dist/component-library/fesm2020/getflip-swirl-components-angular.mjs +453 -453
- package/dist/component-library/fesm2020/getflip-swirl-components-angular.mjs.map +1 -1
- package/dist/component-library/lib/stencil-generated/components.d.ts +151 -151
- package/package.json +2 -2
- package/projects/component-library/src/lib/stencil-generated/components.ts +302 -302
|
@@ -1263,11 +1263,11 @@ let SwirlIcon = class SwirlIcon {
|
|
|
1263
1263
|
}
|
|
1264
1264
|
};
|
|
1265
1265
|
SwirlIcon.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "14.1.2", ngImport: i0, type: SwirlIcon, deps: [{ token: i0.ChangeDetectorRef }, { token: i0.ElementRef }, { token: i0.NgZone }], target: i0.ɵɵFactoryTarget.Component });
|
|
1266
|
-
SwirlIcon.ɵcmp = i0.ɵɵngDeclareComponent({ minVersion: "14.0.0", version: "14.1.2", type: SwirlIcon, selector: "swirl-icon", inputs: { glyph: "glyph", size: "size" }, ngImport: i0, template: '<ng-content></ng-content>', isInline: true, changeDetection: i0.ChangeDetectionStrategy.OnPush });
|
|
1266
|
+
SwirlIcon.ɵcmp = i0.ɵɵngDeclareComponent({ minVersion: "14.0.0", version: "14.1.2", type: SwirlIcon, selector: "swirl-icon", inputs: { color: "color", glyph: "glyph", size: "size" }, ngImport: i0, template: '<ng-content></ng-content>', isInline: true, changeDetection: i0.ChangeDetectionStrategy.OnPush });
|
|
1267
1267
|
SwirlIcon = __decorate([
|
|
1268
1268
|
ProxyCmp({
|
|
1269
1269
|
defineCustomElementFn: undefined,
|
|
1270
|
-
inputs: ['glyph', 'size']
|
|
1270
|
+
inputs: ['color', 'glyph', 'size']
|
|
1271
1271
|
})
|
|
1272
1272
|
], SwirlIcon);
|
|
1273
1273
|
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "14.1.2", ngImport: i0, type: SwirlIcon, decorators: [{
|
|
@@ -1276,7 +1276,7 @@ i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "14.1.2", ngImpor
|
|
|
1276
1276
|
selector: 'swirl-icon',
|
|
1277
1277
|
changeDetection: ChangeDetectionStrategy.OnPush,
|
|
1278
1278
|
template: '<ng-content></ng-content>',
|
|
1279
|
-
inputs: ['glyph', 'size']
|
|
1279
|
+
inputs: ['color', 'glyph', 'size']
|
|
1280
1280
|
}]
|
|
1281
1281
|
}], ctorParameters: function () { return [{ type: i0.ChangeDetectorRef }, { type: i0.ElementRef }, { type: i0.NgZone }]; } });
|
|
1282
1282
|
let SwirlIconAdd = class SwirlIconAdd {
|
|
@@ -1287,11 +1287,11 @@ let SwirlIconAdd = class SwirlIconAdd {
|
|
|
1287
1287
|
}
|
|
1288
1288
|
};
|
|
1289
1289
|
SwirlIconAdd.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "14.1.2", ngImport: i0, type: SwirlIconAdd, deps: [{ token: i0.ChangeDetectorRef }, { token: i0.ElementRef }, { token: i0.NgZone }], target: i0.ɵɵFactoryTarget.Component });
|
|
1290
|
-
SwirlIconAdd.ɵcmp = i0.ɵɵngDeclareComponent({ minVersion: "14.0.0", version: "14.1.2", type: SwirlIconAdd, selector: "swirl-icon-add", inputs: { size: "size" }, ngImport: i0, template: '<ng-content></ng-content>', isInline: true, changeDetection: i0.ChangeDetectionStrategy.OnPush });
|
|
1290
|
+
SwirlIconAdd.ɵcmp = i0.ɵɵngDeclareComponent({ minVersion: "14.0.0", version: "14.1.2", type: SwirlIconAdd, selector: "swirl-icon-add", inputs: { color: "color", size: "size" }, ngImport: i0, template: '<ng-content></ng-content>', isInline: true, changeDetection: i0.ChangeDetectionStrategy.OnPush });
|
|
1291
1291
|
SwirlIconAdd = __decorate([
|
|
1292
1292
|
ProxyCmp({
|
|
1293
1293
|
defineCustomElementFn: undefined,
|
|
1294
|
-
inputs: ['size']
|
|
1294
|
+
inputs: ['color', 'size']
|
|
1295
1295
|
})
|
|
1296
1296
|
], SwirlIconAdd);
|
|
1297
1297
|
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "14.1.2", ngImport: i0, type: SwirlIconAdd, decorators: [{
|
|
@@ -1300,7 +1300,7 @@ i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "14.1.2", ngImpor
|
|
|
1300
1300
|
selector: 'swirl-icon-add',
|
|
1301
1301
|
changeDetection: ChangeDetectionStrategy.OnPush,
|
|
1302
1302
|
template: '<ng-content></ng-content>',
|
|
1303
|
-
inputs: ['size']
|
|
1303
|
+
inputs: ['color', 'size']
|
|
1304
1304
|
}]
|
|
1305
1305
|
}], ctorParameters: function () { return [{ type: i0.ChangeDetectorRef }, { type: i0.ElementRef }, { type: i0.NgZone }]; } });
|
|
1306
1306
|
let SwirlIconAddPhoto = class SwirlIconAddPhoto {
|
|
@@ -1311,11 +1311,11 @@ let SwirlIconAddPhoto = class SwirlIconAddPhoto {
|
|
|
1311
1311
|
}
|
|
1312
1312
|
};
|
|
1313
1313
|
SwirlIconAddPhoto.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "14.1.2", ngImport: i0, type: SwirlIconAddPhoto, deps: [{ token: i0.ChangeDetectorRef }, { token: i0.ElementRef }, { token: i0.NgZone }], target: i0.ɵɵFactoryTarget.Component });
|
|
1314
|
-
SwirlIconAddPhoto.ɵcmp = i0.ɵɵngDeclareComponent({ minVersion: "14.0.0", version: "14.1.2", type: SwirlIconAddPhoto, selector: "swirl-icon-add-photo", inputs: { size: "size" }, ngImport: i0, template: '<ng-content></ng-content>', isInline: true, changeDetection: i0.ChangeDetectionStrategy.OnPush });
|
|
1314
|
+
SwirlIconAddPhoto.ɵcmp = i0.ɵɵngDeclareComponent({ minVersion: "14.0.0", version: "14.1.2", type: SwirlIconAddPhoto, selector: "swirl-icon-add-photo", inputs: { color: "color", size: "size" }, ngImport: i0, template: '<ng-content></ng-content>', isInline: true, changeDetection: i0.ChangeDetectionStrategy.OnPush });
|
|
1315
1315
|
SwirlIconAddPhoto = __decorate([
|
|
1316
1316
|
ProxyCmp({
|
|
1317
1317
|
defineCustomElementFn: undefined,
|
|
1318
|
-
inputs: ['size']
|
|
1318
|
+
inputs: ['color', 'size']
|
|
1319
1319
|
})
|
|
1320
1320
|
], SwirlIconAddPhoto);
|
|
1321
1321
|
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "14.1.2", ngImport: i0, type: SwirlIconAddPhoto, decorators: [{
|
|
@@ -1324,7 +1324,7 @@ i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "14.1.2", ngImpor
|
|
|
1324
1324
|
selector: 'swirl-icon-add-photo',
|
|
1325
1325
|
changeDetection: ChangeDetectionStrategy.OnPush,
|
|
1326
1326
|
template: '<ng-content></ng-content>',
|
|
1327
|
-
inputs: ['size']
|
|
1327
|
+
inputs: ['color', 'size']
|
|
1328
1328
|
}]
|
|
1329
1329
|
}], ctorParameters: function () { return [{ type: i0.ChangeDetectorRef }, { type: i0.ElementRef }, { type: i0.NgZone }]; } });
|
|
1330
1330
|
let SwirlIconAddReaction = class SwirlIconAddReaction {
|
|
@@ -1335,11 +1335,11 @@ let SwirlIconAddReaction = class SwirlIconAddReaction {
|
|
|
1335
1335
|
}
|
|
1336
1336
|
};
|
|
1337
1337
|
SwirlIconAddReaction.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "14.1.2", ngImport: i0, type: SwirlIconAddReaction, deps: [{ token: i0.ChangeDetectorRef }, { token: i0.ElementRef }, { token: i0.NgZone }], target: i0.ɵɵFactoryTarget.Component });
|
|
1338
|
-
SwirlIconAddReaction.ɵcmp = i0.ɵɵngDeclareComponent({ minVersion: "14.0.0", version: "14.1.2", type: SwirlIconAddReaction, selector: "swirl-icon-add-reaction", inputs: { size: "size" }, ngImport: i0, template: '<ng-content></ng-content>', isInline: true, changeDetection: i0.ChangeDetectionStrategy.OnPush });
|
|
1338
|
+
SwirlIconAddReaction.ɵcmp = i0.ɵɵngDeclareComponent({ minVersion: "14.0.0", version: "14.1.2", type: SwirlIconAddReaction, selector: "swirl-icon-add-reaction", inputs: { color: "color", size: "size" }, ngImport: i0, template: '<ng-content></ng-content>', isInline: true, changeDetection: i0.ChangeDetectionStrategy.OnPush });
|
|
1339
1339
|
SwirlIconAddReaction = __decorate([
|
|
1340
1340
|
ProxyCmp({
|
|
1341
1341
|
defineCustomElementFn: undefined,
|
|
1342
|
-
inputs: ['size']
|
|
1342
|
+
inputs: ['color', 'size']
|
|
1343
1343
|
})
|
|
1344
1344
|
], SwirlIconAddReaction);
|
|
1345
1345
|
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "14.1.2", ngImport: i0, type: SwirlIconAddReaction, decorators: [{
|
|
@@ -1348,7 +1348,7 @@ i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "14.1.2", ngImpor
|
|
|
1348
1348
|
selector: 'swirl-icon-add-reaction',
|
|
1349
1349
|
changeDetection: ChangeDetectionStrategy.OnPush,
|
|
1350
1350
|
template: '<ng-content></ng-content>',
|
|
1351
|
-
inputs: ['size']
|
|
1351
|
+
inputs: ['color', 'size']
|
|
1352
1352
|
}]
|
|
1353
1353
|
}], ctorParameters: function () { return [{ type: i0.ChangeDetectorRef }, { type: i0.ElementRef }, { type: i0.NgZone }]; } });
|
|
1354
1354
|
let SwirlIconAdminPanelSettings = class SwirlIconAdminPanelSettings {
|
|
@@ -1359,11 +1359,11 @@ let SwirlIconAdminPanelSettings = class SwirlIconAdminPanelSettings {
|
|
|
1359
1359
|
}
|
|
1360
1360
|
};
|
|
1361
1361
|
SwirlIconAdminPanelSettings.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "14.1.2", ngImport: i0, type: SwirlIconAdminPanelSettings, deps: [{ token: i0.ChangeDetectorRef }, { token: i0.ElementRef }, { token: i0.NgZone }], target: i0.ɵɵFactoryTarget.Component });
|
|
1362
|
-
SwirlIconAdminPanelSettings.ɵcmp = i0.ɵɵngDeclareComponent({ minVersion: "14.0.0", version: "14.1.2", type: SwirlIconAdminPanelSettings, selector: "swirl-icon-admin-panel-settings", inputs: { size: "size" }, ngImport: i0, template: '<ng-content></ng-content>', isInline: true, changeDetection: i0.ChangeDetectionStrategy.OnPush });
|
|
1362
|
+
SwirlIconAdminPanelSettings.ɵcmp = i0.ɵɵngDeclareComponent({ minVersion: "14.0.0", version: "14.1.2", type: SwirlIconAdminPanelSettings, selector: "swirl-icon-admin-panel-settings", inputs: { color: "color", size: "size" }, ngImport: i0, template: '<ng-content></ng-content>', isInline: true, changeDetection: i0.ChangeDetectionStrategy.OnPush });
|
|
1363
1363
|
SwirlIconAdminPanelSettings = __decorate([
|
|
1364
1364
|
ProxyCmp({
|
|
1365
1365
|
defineCustomElementFn: undefined,
|
|
1366
|
-
inputs: ['size']
|
|
1366
|
+
inputs: ['color', 'size']
|
|
1367
1367
|
})
|
|
1368
1368
|
], SwirlIconAdminPanelSettings);
|
|
1369
1369
|
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "14.1.2", ngImport: i0, type: SwirlIconAdminPanelSettings, decorators: [{
|
|
@@ -1372,7 +1372,7 @@ i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "14.1.2", ngImpor
|
|
|
1372
1372
|
selector: 'swirl-icon-admin-panel-settings',
|
|
1373
1373
|
changeDetection: ChangeDetectionStrategy.OnPush,
|
|
1374
1374
|
template: '<ng-content></ng-content>',
|
|
1375
|
-
inputs: ['size']
|
|
1375
|
+
inputs: ['color', 'size']
|
|
1376
1376
|
}]
|
|
1377
1377
|
}], ctorParameters: function () { return [{ type: i0.ChangeDetectorRef }, { type: i0.ElementRef }, { type: i0.NgZone }]; } });
|
|
1378
1378
|
let SwirlIconAi = class SwirlIconAi {
|
|
@@ -1383,11 +1383,11 @@ let SwirlIconAi = class SwirlIconAi {
|
|
|
1383
1383
|
}
|
|
1384
1384
|
};
|
|
1385
1385
|
SwirlIconAi.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "14.1.2", ngImport: i0, type: SwirlIconAi, deps: [{ token: i0.ChangeDetectorRef }, { token: i0.ElementRef }, { token: i0.NgZone }], target: i0.ɵɵFactoryTarget.Component });
|
|
1386
|
-
SwirlIconAi.ɵcmp = i0.ɵɵngDeclareComponent({ minVersion: "14.0.0", version: "14.1.2", type: SwirlIconAi, selector: "swirl-icon-ai", inputs: { size: "size" }, ngImport: i0, template: '<ng-content></ng-content>', isInline: true, changeDetection: i0.ChangeDetectionStrategy.OnPush });
|
|
1386
|
+
SwirlIconAi.ɵcmp = i0.ɵɵngDeclareComponent({ minVersion: "14.0.0", version: "14.1.2", type: SwirlIconAi, selector: "swirl-icon-ai", inputs: { color: "color", size: "size" }, ngImport: i0, template: '<ng-content></ng-content>', isInline: true, changeDetection: i0.ChangeDetectionStrategy.OnPush });
|
|
1387
1387
|
SwirlIconAi = __decorate([
|
|
1388
1388
|
ProxyCmp({
|
|
1389
1389
|
defineCustomElementFn: undefined,
|
|
1390
|
-
inputs: ['size']
|
|
1390
|
+
inputs: ['color', 'size']
|
|
1391
1391
|
})
|
|
1392
1392
|
], SwirlIconAi);
|
|
1393
1393
|
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "14.1.2", ngImport: i0, type: SwirlIconAi, decorators: [{
|
|
@@ -1396,7 +1396,7 @@ i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "14.1.2", ngImpor
|
|
|
1396
1396
|
selector: 'swirl-icon-ai',
|
|
1397
1397
|
changeDetection: ChangeDetectionStrategy.OnPush,
|
|
1398
1398
|
template: '<ng-content></ng-content>',
|
|
1399
|
-
inputs: ['size']
|
|
1399
|
+
inputs: ['color', 'size']
|
|
1400
1400
|
}]
|
|
1401
1401
|
}], ctorParameters: function () { return [{ type: i0.ChangeDetectorRef }, { type: i0.ElementRef }, { type: i0.NgZone }]; } });
|
|
1402
1402
|
let SwirlIconApps = class SwirlIconApps {
|
|
@@ -1407,11 +1407,11 @@ let SwirlIconApps = class SwirlIconApps {
|
|
|
1407
1407
|
}
|
|
1408
1408
|
};
|
|
1409
1409
|
SwirlIconApps.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "14.1.2", ngImport: i0, type: SwirlIconApps, deps: [{ token: i0.ChangeDetectorRef }, { token: i0.ElementRef }, { token: i0.NgZone }], target: i0.ɵɵFactoryTarget.Component });
|
|
1410
|
-
SwirlIconApps.ɵcmp = i0.ɵɵngDeclareComponent({ minVersion: "14.0.0", version: "14.1.2", type: SwirlIconApps, selector: "swirl-icon-apps", inputs: { size: "size" }, ngImport: i0, template: '<ng-content></ng-content>', isInline: true, changeDetection: i0.ChangeDetectionStrategy.OnPush });
|
|
1410
|
+
SwirlIconApps.ɵcmp = i0.ɵɵngDeclareComponent({ minVersion: "14.0.0", version: "14.1.2", type: SwirlIconApps, selector: "swirl-icon-apps", inputs: { color: "color", size: "size" }, ngImport: i0, template: '<ng-content></ng-content>', isInline: true, changeDetection: i0.ChangeDetectionStrategy.OnPush });
|
|
1411
1411
|
SwirlIconApps = __decorate([
|
|
1412
1412
|
ProxyCmp({
|
|
1413
1413
|
defineCustomElementFn: undefined,
|
|
1414
|
-
inputs: ['size']
|
|
1414
|
+
inputs: ['color', 'size']
|
|
1415
1415
|
})
|
|
1416
1416
|
], SwirlIconApps);
|
|
1417
1417
|
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "14.1.2", ngImport: i0, type: SwirlIconApps, decorators: [{
|
|
@@ -1420,7 +1420,7 @@ i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "14.1.2", ngImpor
|
|
|
1420
1420
|
selector: 'swirl-icon-apps',
|
|
1421
1421
|
changeDetection: ChangeDetectionStrategy.OnPush,
|
|
1422
1422
|
template: '<ng-content></ng-content>',
|
|
1423
|
-
inputs: ['size']
|
|
1423
|
+
inputs: ['color', 'size']
|
|
1424
1424
|
}]
|
|
1425
1425
|
}], ctorParameters: function () { return [{ type: i0.ChangeDetectorRef }, { type: i0.ElementRef }, { type: i0.NgZone }]; } });
|
|
1426
1426
|
let SwirlIconArrowBack = class SwirlIconArrowBack {
|
|
@@ -1431,11 +1431,11 @@ let SwirlIconArrowBack = class SwirlIconArrowBack {
|
|
|
1431
1431
|
}
|
|
1432
1432
|
};
|
|
1433
1433
|
SwirlIconArrowBack.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "14.1.2", ngImport: i0, type: SwirlIconArrowBack, deps: [{ token: i0.ChangeDetectorRef }, { token: i0.ElementRef }, { token: i0.NgZone }], target: i0.ɵɵFactoryTarget.Component });
|
|
1434
|
-
SwirlIconArrowBack.ɵcmp = i0.ɵɵngDeclareComponent({ minVersion: "14.0.0", version: "14.1.2", type: SwirlIconArrowBack, selector: "swirl-icon-arrow-back", inputs: { size: "size" }, ngImport: i0, template: '<ng-content></ng-content>', isInline: true, changeDetection: i0.ChangeDetectionStrategy.OnPush });
|
|
1434
|
+
SwirlIconArrowBack.ɵcmp = i0.ɵɵngDeclareComponent({ minVersion: "14.0.0", version: "14.1.2", type: SwirlIconArrowBack, selector: "swirl-icon-arrow-back", inputs: { color: "color", size: "size" }, ngImport: i0, template: '<ng-content></ng-content>', isInline: true, changeDetection: i0.ChangeDetectionStrategy.OnPush });
|
|
1435
1435
|
SwirlIconArrowBack = __decorate([
|
|
1436
1436
|
ProxyCmp({
|
|
1437
1437
|
defineCustomElementFn: undefined,
|
|
1438
|
-
inputs: ['size']
|
|
1438
|
+
inputs: ['color', 'size']
|
|
1439
1439
|
})
|
|
1440
1440
|
], SwirlIconArrowBack);
|
|
1441
1441
|
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "14.1.2", ngImport: i0, type: SwirlIconArrowBack, decorators: [{
|
|
@@ -1444,7 +1444,7 @@ i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "14.1.2", ngImpor
|
|
|
1444
1444
|
selector: 'swirl-icon-arrow-back',
|
|
1445
1445
|
changeDetection: ChangeDetectionStrategy.OnPush,
|
|
1446
1446
|
template: '<ng-content></ng-content>',
|
|
1447
|
-
inputs: ['size']
|
|
1447
|
+
inputs: ['color', 'size']
|
|
1448
1448
|
}]
|
|
1449
1449
|
}], ctorParameters: function () { return [{ type: i0.ChangeDetectorRef }, { type: i0.ElementRef }, { type: i0.NgZone }]; } });
|
|
1450
1450
|
let SwirlIconArrowDownward = class SwirlIconArrowDownward {
|
|
@@ -1455,11 +1455,11 @@ let SwirlIconArrowDownward = class SwirlIconArrowDownward {
|
|
|
1455
1455
|
}
|
|
1456
1456
|
};
|
|
1457
1457
|
SwirlIconArrowDownward.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "14.1.2", ngImport: i0, type: SwirlIconArrowDownward, deps: [{ token: i0.ChangeDetectorRef }, { token: i0.ElementRef }, { token: i0.NgZone }], target: i0.ɵɵFactoryTarget.Component });
|
|
1458
|
-
SwirlIconArrowDownward.ɵcmp = i0.ɵɵngDeclareComponent({ minVersion: "14.0.0", version: "14.1.2", type: SwirlIconArrowDownward, selector: "swirl-icon-arrow-downward", inputs: { size: "size" }, ngImport: i0, template: '<ng-content></ng-content>', isInline: true, changeDetection: i0.ChangeDetectionStrategy.OnPush });
|
|
1458
|
+
SwirlIconArrowDownward.ɵcmp = i0.ɵɵngDeclareComponent({ minVersion: "14.0.0", version: "14.1.2", type: SwirlIconArrowDownward, selector: "swirl-icon-arrow-downward", inputs: { color: "color", size: "size" }, ngImport: i0, template: '<ng-content></ng-content>', isInline: true, changeDetection: i0.ChangeDetectionStrategy.OnPush });
|
|
1459
1459
|
SwirlIconArrowDownward = __decorate([
|
|
1460
1460
|
ProxyCmp({
|
|
1461
1461
|
defineCustomElementFn: undefined,
|
|
1462
|
-
inputs: ['size']
|
|
1462
|
+
inputs: ['color', 'size']
|
|
1463
1463
|
})
|
|
1464
1464
|
], SwirlIconArrowDownward);
|
|
1465
1465
|
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "14.1.2", ngImport: i0, type: SwirlIconArrowDownward, decorators: [{
|
|
@@ -1468,7 +1468,7 @@ i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "14.1.2", ngImpor
|
|
|
1468
1468
|
selector: 'swirl-icon-arrow-downward',
|
|
1469
1469
|
changeDetection: ChangeDetectionStrategy.OnPush,
|
|
1470
1470
|
template: '<ng-content></ng-content>',
|
|
1471
|
-
inputs: ['size']
|
|
1471
|
+
inputs: ['color', 'size']
|
|
1472
1472
|
}]
|
|
1473
1473
|
}], ctorParameters: function () { return [{ type: i0.ChangeDetectorRef }, { type: i0.ElementRef }, { type: i0.NgZone }]; } });
|
|
1474
1474
|
let SwirlIconArrowForward = class SwirlIconArrowForward {
|
|
@@ -1479,11 +1479,11 @@ let SwirlIconArrowForward = class SwirlIconArrowForward {
|
|
|
1479
1479
|
}
|
|
1480
1480
|
};
|
|
1481
1481
|
SwirlIconArrowForward.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "14.1.2", ngImport: i0, type: SwirlIconArrowForward, deps: [{ token: i0.ChangeDetectorRef }, { token: i0.ElementRef }, { token: i0.NgZone }], target: i0.ɵɵFactoryTarget.Component });
|
|
1482
|
-
SwirlIconArrowForward.ɵcmp = i0.ɵɵngDeclareComponent({ minVersion: "14.0.0", version: "14.1.2", type: SwirlIconArrowForward, selector: "swirl-icon-arrow-forward", inputs: { size: "size" }, ngImport: i0, template: '<ng-content></ng-content>', isInline: true, changeDetection: i0.ChangeDetectionStrategy.OnPush });
|
|
1482
|
+
SwirlIconArrowForward.ɵcmp = i0.ɵɵngDeclareComponent({ minVersion: "14.0.0", version: "14.1.2", type: SwirlIconArrowForward, selector: "swirl-icon-arrow-forward", inputs: { color: "color", size: "size" }, ngImport: i0, template: '<ng-content></ng-content>', isInline: true, changeDetection: i0.ChangeDetectionStrategy.OnPush });
|
|
1483
1483
|
SwirlIconArrowForward = __decorate([
|
|
1484
1484
|
ProxyCmp({
|
|
1485
1485
|
defineCustomElementFn: undefined,
|
|
1486
|
-
inputs: ['size']
|
|
1486
|
+
inputs: ['color', 'size']
|
|
1487
1487
|
})
|
|
1488
1488
|
], SwirlIconArrowForward);
|
|
1489
1489
|
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "14.1.2", ngImport: i0, type: SwirlIconArrowForward, decorators: [{
|
|
@@ -1492,7 +1492,7 @@ i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "14.1.2", ngImpor
|
|
|
1492
1492
|
selector: 'swirl-icon-arrow-forward',
|
|
1493
1493
|
changeDetection: ChangeDetectionStrategy.OnPush,
|
|
1494
1494
|
template: '<ng-content></ng-content>',
|
|
1495
|
-
inputs: ['size']
|
|
1495
|
+
inputs: ['color', 'size']
|
|
1496
1496
|
}]
|
|
1497
1497
|
}], ctorParameters: function () { return [{ type: i0.ChangeDetectorRef }, { type: i0.ElementRef }, { type: i0.NgZone }]; } });
|
|
1498
1498
|
let SwirlIconArrowLeft = class SwirlIconArrowLeft {
|
|
@@ -1503,11 +1503,11 @@ let SwirlIconArrowLeft = class SwirlIconArrowLeft {
|
|
|
1503
1503
|
}
|
|
1504
1504
|
};
|
|
1505
1505
|
SwirlIconArrowLeft.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "14.1.2", ngImport: i0, type: SwirlIconArrowLeft, deps: [{ token: i0.ChangeDetectorRef }, { token: i0.ElementRef }, { token: i0.NgZone }], target: i0.ɵɵFactoryTarget.Component });
|
|
1506
|
-
SwirlIconArrowLeft.ɵcmp = i0.ɵɵngDeclareComponent({ minVersion: "14.0.0", version: "14.1.2", type: SwirlIconArrowLeft, selector: "swirl-icon-arrow-left", inputs: { size: "size" }, ngImport: i0, template: '<ng-content></ng-content>', isInline: true, changeDetection: i0.ChangeDetectionStrategy.OnPush });
|
|
1506
|
+
SwirlIconArrowLeft.ɵcmp = i0.ɵɵngDeclareComponent({ minVersion: "14.0.0", version: "14.1.2", type: SwirlIconArrowLeft, selector: "swirl-icon-arrow-left", inputs: { color: "color", size: "size" }, ngImport: i0, template: '<ng-content></ng-content>', isInline: true, changeDetection: i0.ChangeDetectionStrategy.OnPush });
|
|
1507
1507
|
SwirlIconArrowLeft = __decorate([
|
|
1508
1508
|
ProxyCmp({
|
|
1509
1509
|
defineCustomElementFn: undefined,
|
|
1510
|
-
inputs: ['size']
|
|
1510
|
+
inputs: ['color', 'size']
|
|
1511
1511
|
})
|
|
1512
1512
|
], SwirlIconArrowLeft);
|
|
1513
1513
|
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "14.1.2", ngImport: i0, type: SwirlIconArrowLeft, decorators: [{
|
|
@@ -1516,7 +1516,7 @@ i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "14.1.2", ngImpor
|
|
|
1516
1516
|
selector: 'swirl-icon-arrow-left',
|
|
1517
1517
|
changeDetection: ChangeDetectionStrategy.OnPush,
|
|
1518
1518
|
template: '<ng-content></ng-content>',
|
|
1519
|
-
inputs: ['size']
|
|
1519
|
+
inputs: ['color', 'size']
|
|
1520
1520
|
}]
|
|
1521
1521
|
}], ctorParameters: function () { return [{ type: i0.ChangeDetectorRef }, { type: i0.ElementRef }, { type: i0.NgZone }]; } });
|
|
1522
1522
|
let SwirlIconArrowRight = class SwirlIconArrowRight {
|
|
@@ -1527,11 +1527,11 @@ let SwirlIconArrowRight = class SwirlIconArrowRight {
|
|
|
1527
1527
|
}
|
|
1528
1528
|
};
|
|
1529
1529
|
SwirlIconArrowRight.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "14.1.2", ngImport: i0, type: SwirlIconArrowRight, deps: [{ token: i0.ChangeDetectorRef }, { token: i0.ElementRef }, { token: i0.NgZone }], target: i0.ɵɵFactoryTarget.Component });
|
|
1530
|
-
SwirlIconArrowRight.ɵcmp = i0.ɵɵngDeclareComponent({ minVersion: "14.0.0", version: "14.1.2", type: SwirlIconArrowRight, selector: "swirl-icon-arrow-right", inputs: { size: "size" }, ngImport: i0, template: '<ng-content></ng-content>', isInline: true, changeDetection: i0.ChangeDetectionStrategy.OnPush });
|
|
1530
|
+
SwirlIconArrowRight.ɵcmp = i0.ɵɵngDeclareComponent({ minVersion: "14.0.0", version: "14.1.2", type: SwirlIconArrowRight, selector: "swirl-icon-arrow-right", inputs: { color: "color", size: "size" }, ngImport: i0, template: '<ng-content></ng-content>', isInline: true, changeDetection: i0.ChangeDetectionStrategy.OnPush });
|
|
1531
1531
|
SwirlIconArrowRight = __decorate([
|
|
1532
1532
|
ProxyCmp({
|
|
1533
1533
|
defineCustomElementFn: undefined,
|
|
1534
|
-
inputs: ['size']
|
|
1534
|
+
inputs: ['color', 'size']
|
|
1535
1535
|
})
|
|
1536
1536
|
], SwirlIconArrowRight);
|
|
1537
1537
|
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "14.1.2", ngImport: i0, type: SwirlIconArrowRight, decorators: [{
|
|
@@ -1540,7 +1540,7 @@ i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "14.1.2", ngImpor
|
|
|
1540
1540
|
selector: 'swirl-icon-arrow-right',
|
|
1541
1541
|
changeDetection: ChangeDetectionStrategy.OnPush,
|
|
1542
1542
|
template: '<ng-content></ng-content>',
|
|
1543
|
-
inputs: ['size']
|
|
1543
|
+
inputs: ['color', 'size']
|
|
1544
1544
|
}]
|
|
1545
1545
|
}], ctorParameters: function () { return [{ type: i0.ChangeDetectorRef }, { type: i0.ElementRef }, { type: i0.NgZone }]; } });
|
|
1546
1546
|
let SwirlIconArrowRightSmall = class SwirlIconArrowRightSmall {
|
|
@@ -1551,11 +1551,11 @@ let SwirlIconArrowRightSmall = class SwirlIconArrowRightSmall {
|
|
|
1551
1551
|
}
|
|
1552
1552
|
};
|
|
1553
1553
|
SwirlIconArrowRightSmall.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "14.1.2", ngImport: i0, type: SwirlIconArrowRightSmall, deps: [{ token: i0.ChangeDetectorRef }, { token: i0.ElementRef }, { token: i0.NgZone }], target: i0.ɵɵFactoryTarget.Component });
|
|
1554
|
-
SwirlIconArrowRightSmall.ɵcmp = i0.ɵɵngDeclareComponent({ minVersion: "14.0.0", version: "14.1.2", type: SwirlIconArrowRightSmall, selector: "swirl-icon-arrow-right-small", inputs: { size: "size" }, ngImport: i0, template: '<ng-content></ng-content>', isInline: true, changeDetection: i0.ChangeDetectionStrategy.OnPush });
|
|
1554
|
+
SwirlIconArrowRightSmall.ɵcmp = i0.ɵɵngDeclareComponent({ minVersion: "14.0.0", version: "14.1.2", type: SwirlIconArrowRightSmall, selector: "swirl-icon-arrow-right-small", inputs: { color: "color", size: "size" }, ngImport: i0, template: '<ng-content></ng-content>', isInline: true, changeDetection: i0.ChangeDetectionStrategy.OnPush });
|
|
1555
1555
|
SwirlIconArrowRightSmall = __decorate([
|
|
1556
1556
|
ProxyCmp({
|
|
1557
1557
|
defineCustomElementFn: undefined,
|
|
1558
|
-
inputs: ['size']
|
|
1558
|
+
inputs: ['color', 'size']
|
|
1559
1559
|
})
|
|
1560
1560
|
], SwirlIconArrowRightSmall);
|
|
1561
1561
|
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "14.1.2", ngImport: i0, type: SwirlIconArrowRightSmall, decorators: [{
|
|
@@ -1564,7 +1564,7 @@ i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "14.1.2", ngImpor
|
|
|
1564
1564
|
selector: 'swirl-icon-arrow-right-small',
|
|
1565
1565
|
changeDetection: ChangeDetectionStrategy.OnPush,
|
|
1566
1566
|
template: '<ng-content></ng-content>',
|
|
1567
|
-
inputs: ['size']
|
|
1567
|
+
inputs: ['color', 'size']
|
|
1568
1568
|
}]
|
|
1569
1569
|
}], ctorParameters: function () { return [{ type: i0.ChangeDetectorRef }, { type: i0.ElementRef }, { type: i0.NgZone }]; } });
|
|
1570
1570
|
let SwirlIconArrowUpward = class SwirlIconArrowUpward {
|
|
@@ -1575,11 +1575,11 @@ let SwirlIconArrowUpward = class SwirlIconArrowUpward {
|
|
|
1575
1575
|
}
|
|
1576
1576
|
};
|
|
1577
1577
|
SwirlIconArrowUpward.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "14.1.2", ngImport: i0, type: SwirlIconArrowUpward, deps: [{ token: i0.ChangeDetectorRef }, { token: i0.ElementRef }, { token: i0.NgZone }], target: i0.ɵɵFactoryTarget.Component });
|
|
1578
|
-
SwirlIconArrowUpward.ɵcmp = i0.ɵɵngDeclareComponent({ minVersion: "14.0.0", version: "14.1.2", type: SwirlIconArrowUpward, selector: "swirl-icon-arrow-upward", inputs: { size: "size" }, ngImport: i0, template: '<ng-content></ng-content>', isInline: true, changeDetection: i0.ChangeDetectionStrategy.OnPush });
|
|
1578
|
+
SwirlIconArrowUpward.ɵcmp = i0.ɵɵngDeclareComponent({ minVersion: "14.0.0", version: "14.1.2", type: SwirlIconArrowUpward, selector: "swirl-icon-arrow-upward", inputs: { color: "color", size: "size" }, ngImport: i0, template: '<ng-content></ng-content>', isInline: true, changeDetection: i0.ChangeDetectionStrategy.OnPush });
|
|
1579
1579
|
SwirlIconArrowUpward = __decorate([
|
|
1580
1580
|
ProxyCmp({
|
|
1581
1581
|
defineCustomElementFn: undefined,
|
|
1582
|
-
inputs: ['size']
|
|
1582
|
+
inputs: ['color', 'size']
|
|
1583
1583
|
})
|
|
1584
1584
|
], SwirlIconArrowUpward);
|
|
1585
1585
|
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "14.1.2", ngImport: i0, type: SwirlIconArrowUpward, decorators: [{
|
|
@@ -1588,7 +1588,7 @@ i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "14.1.2", ngImpor
|
|
|
1588
1588
|
selector: 'swirl-icon-arrow-upward',
|
|
1589
1589
|
changeDetection: ChangeDetectionStrategy.OnPush,
|
|
1590
1590
|
template: '<ng-content></ng-content>',
|
|
1591
|
-
inputs: ['size']
|
|
1591
|
+
inputs: ['color', 'size']
|
|
1592
1592
|
}]
|
|
1593
1593
|
}], ctorParameters: function () { return [{ type: i0.ChangeDetectorRef }, { type: i0.ElementRef }, { type: i0.NgZone }]; } });
|
|
1594
1594
|
let SwirlIconAttachment = class SwirlIconAttachment {
|
|
@@ -1599,11 +1599,11 @@ let SwirlIconAttachment = class SwirlIconAttachment {
|
|
|
1599
1599
|
}
|
|
1600
1600
|
};
|
|
1601
1601
|
SwirlIconAttachment.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "14.1.2", ngImport: i0, type: SwirlIconAttachment, deps: [{ token: i0.ChangeDetectorRef }, { token: i0.ElementRef }, { token: i0.NgZone }], target: i0.ɵɵFactoryTarget.Component });
|
|
1602
|
-
SwirlIconAttachment.ɵcmp = i0.ɵɵngDeclareComponent({ minVersion: "14.0.0", version: "14.1.2", type: SwirlIconAttachment, selector: "swirl-icon-attachment", inputs: { size: "size" }, ngImport: i0, template: '<ng-content></ng-content>', isInline: true, changeDetection: i0.ChangeDetectionStrategy.OnPush });
|
|
1602
|
+
SwirlIconAttachment.ɵcmp = i0.ɵɵngDeclareComponent({ minVersion: "14.0.0", version: "14.1.2", type: SwirlIconAttachment, selector: "swirl-icon-attachment", inputs: { color: "color", size: "size" }, ngImport: i0, template: '<ng-content></ng-content>', isInline: true, changeDetection: i0.ChangeDetectionStrategy.OnPush });
|
|
1603
1603
|
SwirlIconAttachment = __decorate([
|
|
1604
1604
|
ProxyCmp({
|
|
1605
1605
|
defineCustomElementFn: undefined,
|
|
1606
|
-
inputs: ['size']
|
|
1606
|
+
inputs: ['color', 'size']
|
|
1607
1607
|
})
|
|
1608
1608
|
], SwirlIconAttachment);
|
|
1609
1609
|
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "14.1.2", ngImport: i0, type: SwirlIconAttachment, decorators: [{
|
|
@@ -1612,7 +1612,7 @@ i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "14.1.2", ngImpor
|
|
|
1612
1612
|
selector: 'swirl-icon-attachment',
|
|
1613
1613
|
changeDetection: ChangeDetectionStrategy.OnPush,
|
|
1614
1614
|
template: '<ng-content></ng-content>',
|
|
1615
|
-
inputs: ['size']
|
|
1615
|
+
inputs: ['color', 'size']
|
|
1616
1616
|
}]
|
|
1617
1617
|
}], ctorParameters: function () { return [{ type: i0.ChangeDetectorRef }, { type: i0.ElementRef }, { type: i0.NgZone }]; } });
|
|
1618
1618
|
let SwirlIconBarChart = class SwirlIconBarChart {
|
|
@@ -1623,11 +1623,11 @@ let SwirlIconBarChart = class SwirlIconBarChart {
|
|
|
1623
1623
|
}
|
|
1624
1624
|
};
|
|
1625
1625
|
SwirlIconBarChart.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "14.1.2", ngImport: i0, type: SwirlIconBarChart, deps: [{ token: i0.ChangeDetectorRef }, { token: i0.ElementRef }, { token: i0.NgZone }], target: i0.ɵɵFactoryTarget.Component });
|
|
1626
|
-
SwirlIconBarChart.ɵcmp = i0.ɵɵngDeclareComponent({ minVersion: "14.0.0", version: "14.1.2", type: SwirlIconBarChart, selector: "swirl-icon-bar-chart", inputs: { size: "size" }, ngImport: i0, template: '<ng-content></ng-content>', isInline: true, changeDetection: i0.ChangeDetectionStrategy.OnPush });
|
|
1626
|
+
SwirlIconBarChart.ɵcmp = i0.ɵɵngDeclareComponent({ minVersion: "14.0.0", version: "14.1.2", type: SwirlIconBarChart, selector: "swirl-icon-bar-chart", inputs: { color: "color", size: "size" }, ngImport: i0, template: '<ng-content></ng-content>', isInline: true, changeDetection: i0.ChangeDetectionStrategy.OnPush });
|
|
1627
1627
|
SwirlIconBarChart = __decorate([
|
|
1628
1628
|
ProxyCmp({
|
|
1629
1629
|
defineCustomElementFn: undefined,
|
|
1630
|
-
inputs: ['size']
|
|
1630
|
+
inputs: ['color', 'size']
|
|
1631
1631
|
})
|
|
1632
1632
|
], SwirlIconBarChart);
|
|
1633
1633
|
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "14.1.2", ngImport: i0, type: SwirlIconBarChart, decorators: [{
|
|
@@ -1636,7 +1636,7 @@ i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "14.1.2", ngImpor
|
|
|
1636
1636
|
selector: 'swirl-icon-bar-chart',
|
|
1637
1637
|
changeDetection: ChangeDetectionStrategy.OnPush,
|
|
1638
1638
|
template: '<ng-content></ng-content>',
|
|
1639
|
-
inputs: ['size']
|
|
1639
|
+
inputs: ['color', 'size']
|
|
1640
1640
|
}]
|
|
1641
1641
|
}], ctorParameters: function () { return [{ type: i0.ChangeDetectorRef }, { type: i0.ElementRef }, { type: i0.NgZone }]; } });
|
|
1642
1642
|
let SwirlIconBlock = class SwirlIconBlock {
|
|
@@ -1647,11 +1647,11 @@ let SwirlIconBlock = class SwirlIconBlock {
|
|
|
1647
1647
|
}
|
|
1648
1648
|
};
|
|
1649
1649
|
SwirlIconBlock.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "14.1.2", ngImport: i0, type: SwirlIconBlock, deps: [{ token: i0.ChangeDetectorRef }, { token: i0.ElementRef }, { token: i0.NgZone }], target: i0.ɵɵFactoryTarget.Component });
|
|
1650
|
-
SwirlIconBlock.ɵcmp = i0.ɵɵngDeclareComponent({ minVersion: "14.0.0", version: "14.1.2", type: SwirlIconBlock, selector: "swirl-icon-block", inputs: { size: "size" }, ngImport: i0, template: '<ng-content></ng-content>', isInline: true, changeDetection: i0.ChangeDetectionStrategy.OnPush });
|
|
1650
|
+
SwirlIconBlock.ɵcmp = i0.ɵɵngDeclareComponent({ minVersion: "14.0.0", version: "14.1.2", type: SwirlIconBlock, selector: "swirl-icon-block", inputs: { color: "color", size: "size" }, ngImport: i0, template: '<ng-content></ng-content>', isInline: true, changeDetection: i0.ChangeDetectionStrategy.OnPush });
|
|
1651
1651
|
SwirlIconBlock = __decorate([
|
|
1652
1652
|
ProxyCmp({
|
|
1653
1653
|
defineCustomElementFn: undefined,
|
|
1654
|
-
inputs: ['size']
|
|
1654
|
+
inputs: ['color', 'size']
|
|
1655
1655
|
})
|
|
1656
1656
|
], SwirlIconBlock);
|
|
1657
1657
|
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "14.1.2", ngImport: i0, type: SwirlIconBlock, decorators: [{
|
|
@@ -1660,7 +1660,7 @@ i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "14.1.2", ngImpor
|
|
|
1660
1660
|
selector: 'swirl-icon-block',
|
|
1661
1661
|
changeDetection: ChangeDetectionStrategy.OnPush,
|
|
1662
1662
|
template: '<ng-content></ng-content>',
|
|
1663
|
-
inputs: ['size']
|
|
1663
|
+
inputs: ['color', 'size']
|
|
1664
1664
|
}]
|
|
1665
1665
|
}], ctorParameters: function () { return [{ type: i0.ChangeDetectorRef }, { type: i0.ElementRef }, { type: i0.NgZone }]; } });
|
|
1666
1666
|
let SwirlIconBookmark = class SwirlIconBookmark {
|
|
@@ -1671,11 +1671,11 @@ let SwirlIconBookmark = class SwirlIconBookmark {
|
|
|
1671
1671
|
}
|
|
1672
1672
|
};
|
|
1673
1673
|
SwirlIconBookmark.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "14.1.2", ngImport: i0, type: SwirlIconBookmark, deps: [{ token: i0.ChangeDetectorRef }, { token: i0.ElementRef }, { token: i0.NgZone }], target: i0.ɵɵFactoryTarget.Component });
|
|
1674
|
-
SwirlIconBookmark.ɵcmp = i0.ɵɵngDeclareComponent({ minVersion: "14.0.0", version: "14.1.2", type: SwirlIconBookmark, selector: "swirl-icon-bookmark", inputs: { size: "size" }, ngImport: i0, template: '<ng-content></ng-content>', isInline: true, changeDetection: i0.ChangeDetectionStrategy.OnPush });
|
|
1674
|
+
SwirlIconBookmark.ɵcmp = i0.ɵɵngDeclareComponent({ minVersion: "14.0.0", version: "14.1.2", type: SwirlIconBookmark, selector: "swirl-icon-bookmark", inputs: { color: "color", size: "size" }, ngImport: i0, template: '<ng-content></ng-content>', isInline: true, changeDetection: i0.ChangeDetectionStrategy.OnPush });
|
|
1675
1675
|
SwirlIconBookmark = __decorate([
|
|
1676
1676
|
ProxyCmp({
|
|
1677
1677
|
defineCustomElementFn: undefined,
|
|
1678
|
-
inputs: ['size']
|
|
1678
|
+
inputs: ['color', 'size']
|
|
1679
1679
|
})
|
|
1680
1680
|
], SwirlIconBookmark);
|
|
1681
1681
|
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "14.1.2", ngImport: i0, type: SwirlIconBookmark, decorators: [{
|
|
@@ -1684,7 +1684,7 @@ i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "14.1.2", ngImpor
|
|
|
1684
1684
|
selector: 'swirl-icon-bookmark',
|
|
1685
1685
|
changeDetection: ChangeDetectionStrategy.OnPush,
|
|
1686
1686
|
template: '<ng-content></ng-content>',
|
|
1687
|
-
inputs: ['size']
|
|
1687
|
+
inputs: ['color', 'size']
|
|
1688
1688
|
}]
|
|
1689
1689
|
}], ctorParameters: function () { return [{ type: i0.ChangeDetectorRef }, { type: i0.ElementRef }, { type: i0.NgZone }]; } });
|
|
1690
1690
|
let SwirlIconBookmarkFilled = class SwirlIconBookmarkFilled {
|
|
@@ -1695,11 +1695,11 @@ let SwirlIconBookmarkFilled = class SwirlIconBookmarkFilled {
|
|
|
1695
1695
|
}
|
|
1696
1696
|
};
|
|
1697
1697
|
SwirlIconBookmarkFilled.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "14.1.2", ngImport: i0, type: SwirlIconBookmarkFilled, deps: [{ token: i0.ChangeDetectorRef }, { token: i0.ElementRef }, { token: i0.NgZone }], target: i0.ɵɵFactoryTarget.Component });
|
|
1698
|
-
SwirlIconBookmarkFilled.ɵcmp = i0.ɵɵngDeclareComponent({ minVersion: "14.0.0", version: "14.1.2", type: SwirlIconBookmarkFilled, selector: "swirl-icon-bookmark-filled", inputs: { size: "size" }, ngImport: i0, template: '<ng-content></ng-content>', isInline: true, changeDetection: i0.ChangeDetectionStrategy.OnPush });
|
|
1698
|
+
SwirlIconBookmarkFilled.ɵcmp = i0.ɵɵngDeclareComponent({ minVersion: "14.0.0", version: "14.1.2", type: SwirlIconBookmarkFilled, selector: "swirl-icon-bookmark-filled", inputs: { color: "color", size: "size" }, ngImport: i0, template: '<ng-content></ng-content>', isInline: true, changeDetection: i0.ChangeDetectionStrategy.OnPush });
|
|
1699
1699
|
SwirlIconBookmarkFilled = __decorate([
|
|
1700
1700
|
ProxyCmp({
|
|
1701
1701
|
defineCustomElementFn: undefined,
|
|
1702
|
-
inputs: ['size']
|
|
1702
|
+
inputs: ['color', 'size']
|
|
1703
1703
|
})
|
|
1704
1704
|
], SwirlIconBookmarkFilled);
|
|
1705
1705
|
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "14.1.2", ngImport: i0, type: SwirlIconBookmarkFilled, decorators: [{
|
|
@@ -1708,7 +1708,7 @@ i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "14.1.2", ngImpor
|
|
|
1708
1708
|
selector: 'swirl-icon-bookmark-filled',
|
|
1709
1709
|
changeDetection: ChangeDetectionStrategy.OnPush,
|
|
1710
1710
|
template: '<ng-content></ng-content>',
|
|
1711
|
-
inputs: ['size']
|
|
1711
|
+
inputs: ['color', 'size']
|
|
1712
1712
|
}]
|
|
1713
1713
|
}], ctorParameters: function () { return [{ type: i0.ChangeDetectorRef }, { type: i0.ElementRef }, { type: i0.NgZone }]; } });
|
|
1714
1714
|
let SwirlIconCancel = class SwirlIconCancel {
|
|
@@ -1719,11 +1719,11 @@ let SwirlIconCancel = class SwirlIconCancel {
|
|
|
1719
1719
|
}
|
|
1720
1720
|
};
|
|
1721
1721
|
SwirlIconCancel.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "14.1.2", ngImport: i0, type: SwirlIconCancel, deps: [{ token: i0.ChangeDetectorRef }, { token: i0.ElementRef }, { token: i0.NgZone }], target: i0.ɵɵFactoryTarget.Component });
|
|
1722
|
-
SwirlIconCancel.ɵcmp = i0.ɵɵngDeclareComponent({ minVersion: "14.0.0", version: "14.1.2", type: SwirlIconCancel, selector: "swirl-icon-cancel", inputs: { size: "size" }, ngImport: i0, template: '<ng-content></ng-content>', isInline: true, changeDetection: i0.ChangeDetectionStrategy.OnPush });
|
|
1722
|
+
SwirlIconCancel.ɵcmp = i0.ɵɵngDeclareComponent({ minVersion: "14.0.0", version: "14.1.2", type: SwirlIconCancel, selector: "swirl-icon-cancel", inputs: { color: "color", size: "size" }, ngImport: i0, template: '<ng-content></ng-content>', isInline: true, changeDetection: i0.ChangeDetectionStrategy.OnPush });
|
|
1723
1723
|
SwirlIconCancel = __decorate([
|
|
1724
1724
|
ProxyCmp({
|
|
1725
1725
|
defineCustomElementFn: undefined,
|
|
1726
|
-
inputs: ['size']
|
|
1726
|
+
inputs: ['color', 'size']
|
|
1727
1727
|
})
|
|
1728
1728
|
], SwirlIconCancel);
|
|
1729
1729
|
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "14.1.2", ngImport: i0, type: SwirlIconCancel, decorators: [{
|
|
@@ -1732,7 +1732,7 @@ i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "14.1.2", ngImpor
|
|
|
1732
1732
|
selector: 'swirl-icon-cancel',
|
|
1733
1733
|
changeDetection: ChangeDetectionStrategy.OnPush,
|
|
1734
1734
|
template: '<ng-content></ng-content>',
|
|
1735
|
-
inputs: ['size']
|
|
1735
|
+
inputs: ['color', 'size']
|
|
1736
1736
|
}]
|
|
1737
1737
|
}], ctorParameters: function () { return [{ type: i0.ChangeDetectorRef }, { type: i0.ElementRef }, { type: i0.NgZone }]; } });
|
|
1738
1738
|
let SwirlIconChatBubble = class SwirlIconChatBubble {
|
|
@@ -1743,11 +1743,11 @@ let SwirlIconChatBubble = class SwirlIconChatBubble {
|
|
|
1743
1743
|
}
|
|
1744
1744
|
};
|
|
1745
1745
|
SwirlIconChatBubble.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "14.1.2", ngImport: i0, type: SwirlIconChatBubble, deps: [{ token: i0.ChangeDetectorRef }, { token: i0.ElementRef }, { token: i0.NgZone }], target: i0.ɵɵFactoryTarget.Component });
|
|
1746
|
-
SwirlIconChatBubble.ɵcmp = i0.ɵɵngDeclareComponent({ minVersion: "14.0.0", version: "14.1.2", type: SwirlIconChatBubble, selector: "swirl-icon-chat-bubble", inputs: { size: "size" }, ngImport: i0, template: '<ng-content></ng-content>', isInline: true, changeDetection: i0.ChangeDetectionStrategy.OnPush });
|
|
1746
|
+
SwirlIconChatBubble.ɵcmp = i0.ɵɵngDeclareComponent({ minVersion: "14.0.0", version: "14.1.2", type: SwirlIconChatBubble, selector: "swirl-icon-chat-bubble", inputs: { color: "color", size: "size" }, ngImport: i0, template: '<ng-content></ng-content>', isInline: true, changeDetection: i0.ChangeDetectionStrategy.OnPush });
|
|
1747
1747
|
SwirlIconChatBubble = __decorate([
|
|
1748
1748
|
ProxyCmp({
|
|
1749
1749
|
defineCustomElementFn: undefined,
|
|
1750
|
-
inputs: ['size']
|
|
1750
|
+
inputs: ['color', 'size']
|
|
1751
1751
|
})
|
|
1752
1752
|
], SwirlIconChatBubble);
|
|
1753
1753
|
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "14.1.2", ngImport: i0, type: SwirlIconChatBubble, decorators: [{
|
|
@@ -1756,7 +1756,7 @@ i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "14.1.2", ngImpor
|
|
|
1756
1756
|
selector: 'swirl-icon-chat-bubble',
|
|
1757
1757
|
changeDetection: ChangeDetectionStrategy.OnPush,
|
|
1758
1758
|
template: '<ng-content></ng-content>',
|
|
1759
|
-
inputs: ['size']
|
|
1759
|
+
inputs: ['color', 'size']
|
|
1760
1760
|
}]
|
|
1761
1761
|
}], ctorParameters: function () { return [{ type: i0.ChangeDetectorRef }, { type: i0.ElementRef }, { type: i0.NgZone }]; } });
|
|
1762
1762
|
let SwirlIconChatsFilled = class SwirlIconChatsFilled {
|
|
@@ -1767,11 +1767,11 @@ let SwirlIconChatsFilled = class SwirlIconChatsFilled {
|
|
|
1767
1767
|
}
|
|
1768
1768
|
};
|
|
1769
1769
|
SwirlIconChatsFilled.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "14.1.2", ngImport: i0, type: SwirlIconChatsFilled, deps: [{ token: i0.ChangeDetectorRef }, { token: i0.ElementRef }, { token: i0.NgZone }], target: i0.ɵɵFactoryTarget.Component });
|
|
1770
|
-
SwirlIconChatsFilled.ɵcmp = i0.ɵɵngDeclareComponent({ minVersion: "14.0.0", version: "14.1.2", type: SwirlIconChatsFilled, selector: "swirl-icon-chats-filled", inputs: { size: "size" }, ngImport: i0, template: '<ng-content></ng-content>', isInline: true, changeDetection: i0.ChangeDetectionStrategy.OnPush });
|
|
1770
|
+
SwirlIconChatsFilled.ɵcmp = i0.ɵɵngDeclareComponent({ minVersion: "14.0.0", version: "14.1.2", type: SwirlIconChatsFilled, selector: "swirl-icon-chats-filled", inputs: { color: "color", size: "size" }, ngImport: i0, template: '<ng-content></ng-content>', isInline: true, changeDetection: i0.ChangeDetectionStrategy.OnPush });
|
|
1771
1771
|
SwirlIconChatsFilled = __decorate([
|
|
1772
1772
|
ProxyCmp({
|
|
1773
1773
|
defineCustomElementFn: undefined,
|
|
1774
|
-
inputs: ['size']
|
|
1774
|
+
inputs: ['color', 'size']
|
|
1775
1775
|
})
|
|
1776
1776
|
], SwirlIconChatsFilled);
|
|
1777
1777
|
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "14.1.2", ngImport: i0, type: SwirlIconChatsFilled, decorators: [{
|
|
@@ -1780,7 +1780,7 @@ i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "14.1.2", ngImpor
|
|
|
1780
1780
|
selector: 'swirl-icon-chats-filled',
|
|
1781
1781
|
changeDetection: ChangeDetectionStrategy.OnPush,
|
|
1782
1782
|
template: '<ng-content></ng-content>',
|
|
1783
|
-
inputs: ['size']
|
|
1783
|
+
inputs: ['color', 'size']
|
|
1784
1784
|
}]
|
|
1785
1785
|
}], ctorParameters: function () { return [{ type: i0.ChangeDetectorRef }, { type: i0.ElementRef }, { type: i0.NgZone }]; } });
|
|
1786
1786
|
let SwirlIconChatsOutlined = class SwirlIconChatsOutlined {
|
|
@@ -1791,11 +1791,11 @@ let SwirlIconChatsOutlined = class SwirlIconChatsOutlined {
|
|
|
1791
1791
|
}
|
|
1792
1792
|
};
|
|
1793
1793
|
SwirlIconChatsOutlined.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "14.1.2", ngImport: i0, type: SwirlIconChatsOutlined, deps: [{ token: i0.ChangeDetectorRef }, { token: i0.ElementRef }, { token: i0.NgZone }], target: i0.ɵɵFactoryTarget.Component });
|
|
1794
|
-
SwirlIconChatsOutlined.ɵcmp = i0.ɵɵngDeclareComponent({ minVersion: "14.0.0", version: "14.1.2", type: SwirlIconChatsOutlined, selector: "swirl-icon-chats-outlined", inputs: { size: "size" }, ngImport: i0, template: '<ng-content></ng-content>', isInline: true, changeDetection: i0.ChangeDetectionStrategy.OnPush });
|
|
1794
|
+
SwirlIconChatsOutlined.ɵcmp = i0.ɵɵngDeclareComponent({ minVersion: "14.0.0", version: "14.1.2", type: SwirlIconChatsOutlined, selector: "swirl-icon-chats-outlined", inputs: { color: "color", size: "size" }, ngImport: i0, template: '<ng-content></ng-content>', isInline: true, changeDetection: i0.ChangeDetectionStrategy.OnPush });
|
|
1795
1795
|
SwirlIconChatsOutlined = __decorate([
|
|
1796
1796
|
ProxyCmp({
|
|
1797
1797
|
defineCustomElementFn: undefined,
|
|
1798
|
-
inputs: ['size']
|
|
1798
|
+
inputs: ['color', 'size']
|
|
1799
1799
|
})
|
|
1800
1800
|
], SwirlIconChatsOutlined);
|
|
1801
1801
|
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "14.1.2", ngImport: i0, type: SwirlIconChatsOutlined, decorators: [{
|
|
@@ -1804,7 +1804,7 @@ i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "14.1.2", ngImpor
|
|
|
1804
1804
|
selector: 'swirl-icon-chats-outlined',
|
|
1805
1805
|
changeDetection: ChangeDetectionStrategy.OnPush,
|
|
1806
1806
|
template: '<ng-content></ng-content>',
|
|
1807
|
-
inputs: ['size']
|
|
1807
|
+
inputs: ['color', 'size']
|
|
1808
1808
|
}]
|
|
1809
1809
|
}], ctorParameters: function () { return [{ type: i0.ChangeDetectorRef }, { type: i0.ElementRef }, { type: i0.NgZone }]; } });
|
|
1810
1810
|
let SwirlIconCheck = class SwirlIconCheck {
|
|
@@ -1815,11 +1815,11 @@ let SwirlIconCheck = class SwirlIconCheck {
|
|
|
1815
1815
|
}
|
|
1816
1816
|
};
|
|
1817
1817
|
SwirlIconCheck.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "14.1.2", ngImport: i0, type: SwirlIconCheck, deps: [{ token: i0.ChangeDetectorRef }, { token: i0.ElementRef }, { token: i0.NgZone }], target: i0.ɵɵFactoryTarget.Component });
|
|
1818
|
-
SwirlIconCheck.ɵcmp = i0.ɵɵngDeclareComponent({ minVersion: "14.0.0", version: "14.1.2", type: SwirlIconCheck, selector: "swirl-icon-check", inputs: { size: "size" }, ngImport: i0, template: '<ng-content></ng-content>', isInline: true, changeDetection: i0.ChangeDetectionStrategy.OnPush });
|
|
1818
|
+
SwirlIconCheck.ɵcmp = i0.ɵɵngDeclareComponent({ minVersion: "14.0.0", version: "14.1.2", type: SwirlIconCheck, selector: "swirl-icon-check", inputs: { color: "color", size: "size" }, ngImport: i0, template: '<ng-content></ng-content>', isInline: true, changeDetection: i0.ChangeDetectionStrategy.OnPush });
|
|
1819
1819
|
SwirlIconCheck = __decorate([
|
|
1820
1820
|
ProxyCmp({
|
|
1821
1821
|
defineCustomElementFn: undefined,
|
|
1822
|
-
inputs: ['size']
|
|
1822
|
+
inputs: ['color', 'size']
|
|
1823
1823
|
})
|
|
1824
1824
|
], SwirlIconCheck);
|
|
1825
1825
|
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "14.1.2", ngImport: i0, type: SwirlIconCheck, decorators: [{
|
|
@@ -1828,7 +1828,7 @@ i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "14.1.2", ngImpor
|
|
|
1828
1828
|
selector: 'swirl-icon-check',
|
|
1829
1829
|
changeDetection: ChangeDetectionStrategy.OnPush,
|
|
1830
1830
|
template: '<ng-content></ng-content>',
|
|
1831
|
-
inputs: ['size']
|
|
1831
|
+
inputs: ['color', 'size']
|
|
1832
1832
|
}]
|
|
1833
1833
|
}], ctorParameters: function () { return [{ type: i0.ChangeDetectorRef }, { type: i0.ElementRef }, { type: i0.NgZone }]; } });
|
|
1834
1834
|
let SwirlIconCheckCircle = class SwirlIconCheckCircle {
|
|
@@ -1839,11 +1839,11 @@ let SwirlIconCheckCircle = class SwirlIconCheckCircle {
|
|
|
1839
1839
|
}
|
|
1840
1840
|
};
|
|
1841
1841
|
SwirlIconCheckCircle.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "14.1.2", ngImport: i0, type: SwirlIconCheckCircle, deps: [{ token: i0.ChangeDetectorRef }, { token: i0.ElementRef }, { token: i0.NgZone }], target: i0.ɵɵFactoryTarget.Component });
|
|
1842
|
-
SwirlIconCheckCircle.ɵcmp = i0.ɵɵngDeclareComponent({ minVersion: "14.0.0", version: "14.1.2", type: SwirlIconCheckCircle, selector: "swirl-icon-check-circle", inputs: { size: "size" }, ngImport: i0, template: '<ng-content></ng-content>', isInline: true, changeDetection: i0.ChangeDetectionStrategy.OnPush });
|
|
1842
|
+
SwirlIconCheckCircle.ɵcmp = i0.ɵɵngDeclareComponent({ minVersion: "14.0.0", version: "14.1.2", type: SwirlIconCheckCircle, selector: "swirl-icon-check-circle", inputs: { color: "color", size: "size" }, ngImport: i0, template: '<ng-content></ng-content>', isInline: true, changeDetection: i0.ChangeDetectionStrategy.OnPush });
|
|
1843
1843
|
SwirlIconCheckCircle = __decorate([
|
|
1844
1844
|
ProxyCmp({
|
|
1845
1845
|
defineCustomElementFn: undefined,
|
|
1846
|
-
inputs: ['size']
|
|
1846
|
+
inputs: ['color', 'size']
|
|
1847
1847
|
})
|
|
1848
1848
|
], SwirlIconCheckCircle);
|
|
1849
1849
|
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "14.1.2", ngImport: i0, type: SwirlIconCheckCircle, decorators: [{
|
|
@@ -1852,7 +1852,7 @@ i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "14.1.2", ngImpor
|
|
|
1852
1852
|
selector: 'swirl-icon-check-circle',
|
|
1853
1853
|
changeDetection: ChangeDetectionStrategy.OnPush,
|
|
1854
1854
|
template: '<ng-content></ng-content>',
|
|
1855
|
-
inputs: ['size']
|
|
1855
|
+
inputs: ['color', 'size']
|
|
1856
1856
|
}]
|
|
1857
1857
|
}], ctorParameters: function () { return [{ type: i0.ChangeDetectorRef }, { type: i0.ElementRef }, { type: i0.NgZone }]; } });
|
|
1858
1858
|
let SwirlIconCheckSmall = class SwirlIconCheckSmall {
|
|
@@ -1863,11 +1863,11 @@ let SwirlIconCheckSmall = class SwirlIconCheckSmall {
|
|
|
1863
1863
|
}
|
|
1864
1864
|
};
|
|
1865
1865
|
SwirlIconCheckSmall.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "14.1.2", ngImport: i0, type: SwirlIconCheckSmall, deps: [{ token: i0.ChangeDetectorRef }, { token: i0.ElementRef }, { token: i0.NgZone }], target: i0.ɵɵFactoryTarget.Component });
|
|
1866
|
-
SwirlIconCheckSmall.ɵcmp = i0.ɵɵngDeclareComponent({ minVersion: "14.0.0", version: "14.1.2", type: SwirlIconCheckSmall, selector: "swirl-icon-check-small", inputs: { size: "size" }, ngImport: i0, template: '<ng-content></ng-content>', isInline: true, changeDetection: i0.ChangeDetectionStrategy.OnPush });
|
|
1866
|
+
SwirlIconCheckSmall.ɵcmp = i0.ɵɵngDeclareComponent({ minVersion: "14.0.0", version: "14.1.2", type: SwirlIconCheckSmall, selector: "swirl-icon-check-small", inputs: { color: "color", size: "size" }, ngImport: i0, template: '<ng-content></ng-content>', isInline: true, changeDetection: i0.ChangeDetectionStrategy.OnPush });
|
|
1867
1867
|
SwirlIconCheckSmall = __decorate([
|
|
1868
1868
|
ProxyCmp({
|
|
1869
1869
|
defineCustomElementFn: undefined,
|
|
1870
|
-
inputs: ['size']
|
|
1870
|
+
inputs: ['color', 'size']
|
|
1871
1871
|
})
|
|
1872
1872
|
], SwirlIconCheckSmall);
|
|
1873
1873
|
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "14.1.2", ngImport: i0, type: SwirlIconCheckSmall, decorators: [{
|
|
@@ -1876,7 +1876,7 @@ i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "14.1.2", ngImpor
|
|
|
1876
1876
|
selector: 'swirl-icon-check-small',
|
|
1877
1877
|
changeDetection: ChangeDetectionStrategy.OnPush,
|
|
1878
1878
|
template: '<ng-content></ng-content>',
|
|
1879
|
-
inputs: ['size']
|
|
1879
|
+
inputs: ['color', 'size']
|
|
1880
1880
|
}]
|
|
1881
1881
|
}], ctorParameters: function () { return [{ type: i0.ChangeDetectorRef }, { type: i0.ElementRef }, { type: i0.NgZone }]; } });
|
|
1882
1882
|
let SwirlIconCheckStrong = class SwirlIconCheckStrong {
|
|
@@ -1887,11 +1887,11 @@ let SwirlIconCheckStrong = class SwirlIconCheckStrong {
|
|
|
1887
1887
|
}
|
|
1888
1888
|
};
|
|
1889
1889
|
SwirlIconCheckStrong.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "14.1.2", ngImport: i0, type: SwirlIconCheckStrong, deps: [{ token: i0.ChangeDetectorRef }, { token: i0.ElementRef }, { token: i0.NgZone }], target: i0.ɵɵFactoryTarget.Component });
|
|
1890
|
-
SwirlIconCheckStrong.ɵcmp = i0.ɵɵngDeclareComponent({ minVersion: "14.0.0", version: "14.1.2", type: SwirlIconCheckStrong, selector: "swirl-icon-check-strong", inputs: { size: "size" }, ngImport: i0, template: '<ng-content></ng-content>', isInline: true, changeDetection: i0.ChangeDetectionStrategy.OnPush });
|
|
1890
|
+
SwirlIconCheckStrong.ɵcmp = i0.ɵɵngDeclareComponent({ minVersion: "14.0.0", version: "14.1.2", type: SwirlIconCheckStrong, selector: "swirl-icon-check-strong", inputs: { color: "color", size: "size" }, ngImport: i0, template: '<ng-content></ng-content>', isInline: true, changeDetection: i0.ChangeDetectionStrategy.OnPush });
|
|
1891
1891
|
SwirlIconCheckStrong = __decorate([
|
|
1892
1892
|
ProxyCmp({
|
|
1893
1893
|
defineCustomElementFn: undefined,
|
|
1894
|
-
inputs: ['size']
|
|
1894
|
+
inputs: ['color', 'size']
|
|
1895
1895
|
})
|
|
1896
1896
|
], SwirlIconCheckStrong);
|
|
1897
1897
|
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "14.1.2", ngImport: i0, type: SwirlIconCheckStrong, decorators: [{
|
|
@@ -1900,7 +1900,7 @@ i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "14.1.2", ngImpor
|
|
|
1900
1900
|
selector: 'swirl-icon-check-strong',
|
|
1901
1901
|
changeDetection: ChangeDetectionStrategy.OnPush,
|
|
1902
1902
|
template: '<ng-content></ng-content>',
|
|
1903
|
-
inputs: ['size']
|
|
1903
|
+
inputs: ['color', 'size']
|
|
1904
1904
|
}]
|
|
1905
1905
|
}], ctorParameters: function () { return [{ type: i0.ChangeDetectorRef }, { type: i0.ElementRef }, { type: i0.NgZone }]; } });
|
|
1906
1906
|
let SwirlIconChevronLeft = class SwirlIconChevronLeft {
|
|
@@ -1911,11 +1911,11 @@ let SwirlIconChevronLeft = class SwirlIconChevronLeft {
|
|
|
1911
1911
|
}
|
|
1912
1912
|
};
|
|
1913
1913
|
SwirlIconChevronLeft.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "14.1.2", ngImport: i0, type: SwirlIconChevronLeft, deps: [{ token: i0.ChangeDetectorRef }, { token: i0.ElementRef }, { token: i0.NgZone }], target: i0.ɵɵFactoryTarget.Component });
|
|
1914
|
-
SwirlIconChevronLeft.ɵcmp = i0.ɵɵngDeclareComponent({ minVersion: "14.0.0", version: "14.1.2", type: SwirlIconChevronLeft, selector: "swirl-icon-chevron-left", inputs: { size: "size" }, ngImport: i0, template: '<ng-content></ng-content>', isInline: true, changeDetection: i0.ChangeDetectionStrategy.OnPush });
|
|
1914
|
+
SwirlIconChevronLeft.ɵcmp = i0.ɵɵngDeclareComponent({ minVersion: "14.0.0", version: "14.1.2", type: SwirlIconChevronLeft, selector: "swirl-icon-chevron-left", inputs: { color: "color", size: "size" }, ngImport: i0, template: '<ng-content></ng-content>', isInline: true, changeDetection: i0.ChangeDetectionStrategy.OnPush });
|
|
1915
1915
|
SwirlIconChevronLeft = __decorate([
|
|
1916
1916
|
ProxyCmp({
|
|
1917
1917
|
defineCustomElementFn: undefined,
|
|
1918
|
-
inputs: ['size']
|
|
1918
|
+
inputs: ['color', 'size']
|
|
1919
1919
|
})
|
|
1920
1920
|
], SwirlIconChevronLeft);
|
|
1921
1921
|
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "14.1.2", ngImport: i0, type: SwirlIconChevronLeft, decorators: [{
|
|
@@ -1924,7 +1924,7 @@ i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "14.1.2", ngImpor
|
|
|
1924
1924
|
selector: 'swirl-icon-chevron-left',
|
|
1925
1925
|
changeDetection: ChangeDetectionStrategy.OnPush,
|
|
1926
1926
|
template: '<ng-content></ng-content>',
|
|
1927
|
-
inputs: ['size']
|
|
1927
|
+
inputs: ['color', 'size']
|
|
1928
1928
|
}]
|
|
1929
1929
|
}], ctorParameters: function () { return [{ type: i0.ChangeDetectorRef }, { type: i0.ElementRef }, { type: i0.NgZone }]; } });
|
|
1930
1930
|
let SwirlIconChevronRight = class SwirlIconChevronRight {
|
|
@@ -1935,11 +1935,11 @@ let SwirlIconChevronRight = class SwirlIconChevronRight {
|
|
|
1935
1935
|
}
|
|
1936
1936
|
};
|
|
1937
1937
|
SwirlIconChevronRight.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "14.1.2", ngImport: i0, type: SwirlIconChevronRight, deps: [{ token: i0.ChangeDetectorRef }, { token: i0.ElementRef }, { token: i0.NgZone }], target: i0.ɵɵFactoryTarget.Component });
|
|
1938
|
-
SwirlIconChevronRight.ɵcmp = i0.ɵɵngDeclareComponent({ minVersion: "14.0.0", version: "14.1.2", type: SwirlIconChevronRight, selector: "swirl-icon-chevron-right", inputs: { size: "size" }, ngImport: i0, template: '<ng-content></ng-content>', isInline: true, changeDetection: i0.ChangeDetectionStrategy.OnPush });
|
|
1938
|
+
SwirlIconChevronRight.ɵcmp = i0.ɵɵngDeclareComponent({ minVersion: "14.0.0", version: "14.1.2", type: SwirlIconChevronRight, selector: "swirl-icon-chevron-right", inputs: { color: "color", size: "size" }, ngImport: i0, template: '<ng-content></ng-content>', isInline: true, changeDetection: i0.ChangeDetectionStrategy.OnPush });
|
|
1939
1939
|
SwirlIconChevronRight = __decorate([
|
|
1940
1940
|
ProxyCmp({
|
|
1941
1941
|
defineCustomElementFn: undefined,
|
|
1942
|
-
inputs: ['size']
|
|
1942
|
+
inputs: ['color', 'size']
|
|
1943
1943
|
})
|
|
1944
1944
|
], SwirlIconChevronRight);
|
|
1945
1945
|
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "14.1.2", ngImport: i0, type: SwirlIconChevronRight, decorators: [{
|
|
@@ -1948,7 +1948,7 @@ i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "14.1.2", ngImpor
|
|
|
1948
1948
|
selector: 'swirl-icon-chevron-right',
|
|
1949
1949
|
changeDetection: ChangeDetectionStrategy.OnPush,
|
|
1950
1950
|
template: '<ng-content></ng-content>',
|
|
1951
|
-
inputs: ['size']
|
|
1951
|
+
inputs: ['color', 'size']
|
|
1952
1952
|
}]
|
|
1953
1953
|
}], ctorParameters: function () { return [{ type: i0.ChangeDetectorRef }, { type: i0.ElementRef }, { type: i0.NgZone }]; } });
|
|
1954
1954
|
let SwirlIconClose = class SwirlIconClose {
|
|
@@ -1959,11 +1959,11 @@ let SwirlIconClose = class SwirlIconClose {
|
|
|
1959
1959
|
}
|
|
1960
1960
|
};
|
|
1961
1961
|
SwirlIconClose.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "14.1.2", ngImport: i0, type: SwirlIconClose, deps: [{ token: i0.ChangeDetectorRef }, { token: i0.ElementRef }, { token: i0.NgZone }], target: i0.ɵɵFactoryTarget.Component });
|
|
1962
|
-
SwirlIconClose.ɵcmp = i0.ɵɵngDeclareComponent({ minVersion: "14.0.0", version: "14.1.2", type: SwirlIconClose, selector: "swirl-icon-close", inputs: { size: "size" }, ngImport: i0, template: '<ng-content></ng-content>', isInline: true, changeDetection: i0.ChangeDetectionStrategy.OnPush });
|
|
1962
|
+
SwirlIconClose.ɵcmp = i0.ɵɵngDeclareComponent({ minVersion: "14.0.0", version: "14.1.2", type: SwirlIconClose, selector: "swirl-icon-close", inputs: { color: "color", size: "size" }, ngImport: i0, template: '<ng-content></ng-content>', isInline: true, changeDetection: i0.ChangeDetectionStrategy.OnPush });
|
|
1963
1963
|
SwirlIconClose = __decorate([
|
|
1964
1964
|
ProxyCmp({
|
|
1965
1965
|
defineCustomElementFn: undefined,
|
|
1966
|
-
inputs: ['size']
|
|
1966
|
+
inputs: ['color', 'size']
|
|
1967
1967
|
})
|
|
1968
1968
|
], SwirlIconClose);
|
|
1969
1969
|
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "14.1.2", ngImport: i0, type: SwirlIconClose, decorators: [{
|
|
@@ -1972,7 +1972,7 @@ i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "14.1.2", ngImpor
|
|
|
1972
1972
|
selector: 'swirl-icon-close',
|
|
1973
1973
|
changeDetection: ChangeDetectionStrategy.OnPush,
|
|
1974
1974
|
template: '<ng-content></ng-content>',
|
|
1975
|
-
inputs: ['size']
|
|
1975
|
+
inputs: ['color', 'size']
|
|
1976
1976
|
}]
|
|
1977
1977
|
}], ctorParameters: function () { return [{ type: i0.ChangeDetectorRef }, { type: i0.ElementRef }, { type: i0.NgZone }]; } });
|
|
1978
1978
|
let SwirlIconCloseSmall = class SwirlIconCloseSmall {
|
|
@@ -1983,11 +1983,11 @@ let SwirlIconCloseSmall = class SwirlIconCloseSmall {
|
|
|
1983
1983
|
}
|
|
1984
1984
|
};
|
|
1985
1985
|
SwirlIconCloseSmall.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "14.1.2", ngImport: i0, type: SwirlIconCloseSmall, deps: [{ token: i0.ChangeDetectorRef }, { token: i0.ElementRef }, { token: i0.NgZone }], target: i0.ɵɵFactoryTarget.Component });
|
|
1986
|
-
SwirlIconCloseSmall.ɵcmp = i0.ɵɵngDeclareComponent({ minVersion: "14.0.0", version: "14.1.2", type: SwirlIconCloseSmall, selector: "swirl-icon-close-small", inputs: { size: "size" }, ngImport: i0, template: '<ng-content></ng-content>', isInline: true, changeDetection: i0.ChangeDetectionStrategy.OnPush });
|
|
1986
|
+
SwirlIconCloseSmall.ɵcmp = i0.ɵɵngDeclareComponent({ minVersion: "14.0.0", version: "14.1.2", type: SwirlIconCloseSmall, selector: "swirl-icon-close-small", inputs: { color: "color", size: "size" }, ngImport: i0, template: '<ng-content></ng-content>', isInline: true, changeDetection: i0.ChangeDetectionStrategy.OnPush });
|
|
1987
1987
|
SwirlIconCloseSmall = __decorate([
|
|
1988
1988
|
ProxyCmp({
|
|
1989
1989
|
defineCustomElementFn: undefined,
|
|
1990
|
-
inputs: ['size']
|
|
1990
|
+
inputs: ['color', 'size']
|
|
1991
1991
|
})
|
|
1992
1992
|
], SwirlIconCloseSmall);
|
|
1993
1993
|
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "14.1.2", ngImport: i0, type: SwirlIconCloseSmall, decorators: [{
|
|
@@ -1996,7 +1996,7 @@ i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "14.1.2", ngImpor
|
|
|
1996
1996
|
selector: 'swirl-icon-close-small',
|
|
1997
1997
|
changeDetection: ChangeDetectionStrategy.OnPush,
|
|
1998
1998
|
template: '<ng-content></ng-content>',
|
|
1999
|
-
inputs: ['size']
|
|
1999
|
+
inputs: ['color', 'size']
|
|
2000
2000
|
}]
|
|
2001
2001
|
}], ctorParameters: function () { return [{ type: i0.ChangeDetectorRef }, { type: i0.ElementRef }, { type: i0.NgZone }]; } });
|
|
2002
2002
|
let SwirlIconCloudUpload = class SwirlIconCloudUpload {
|
|
@@ -2007,11 +2007,11 @@ let SwirlIconCloudUpload = class SwirlIconCloudUpload {
|
|
|
2007
2007
|
}
|
|
2008
2008
|
};
|
|
2009
2009
|
SwirlIconCloudUpload.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "14.1.2", ngImport: i0, type: SwirlIconCloudUpload, deps: [{ token: i0.ChangeDetectorRef }, { token: i0.ElementRef }, { token: i0.NgZone }], target: i0.ɵɵFactoryTarget.Component });
|
|
2010
|
-
SwirlIconCloudUpload.ɵcmp = i0.ɵɵngDeclareComponent({ minVersion: "14.0.0", version: "14.1.2", type: SwirlIconCloudUpload, selector: "swirl-icon-cloud-upload", inputs: { size: "size" }, ngImport: i0, template: '<ng-content></ng-content>', isInline: true, changeDetection: i0.ChangeDetectionStrategy.OnPush });
|
|
2010
|
+
SwirlIconCloudUpload.ɵcmp = i0.ɵɵngDeclareComponent({ minVersion: "14.0.0", version: "14.1.2", type: SwirlIconCloudUpload, selector: "swirl-icon-cloud-upload", inputs: { color: "color", size: "size" }, ngImport: i0, template: '<ng-content></ng-content>', isInline: true, changeDetection: i0.ChangeDetectionStrategy.OnPush });
|
|
2011
2011
|
SwirlIconCloudUpload = __decorate([
|
|
2012
2012
|
ProxyCmp({
|
|
2013
2013
|
defineCustomElementFn: undefined,
|
|
2014
|
-
inputs: ['size']
|
|
2014
|
+
inputs: ['color', 'size']
|
|
2015
2015
|
})
|
|
2016
2016
|
], SwirlIconCloudUpload);
|
|
2017
2017
|
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "14.1.2", ngImport: i0, type: SwirlIconCloudUpload, decorators: [{
|
|
@@ -2020,7 +2020,7 @@ i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "14.1.2", ngImpor
|
|
|
2020
2020
|
selector: 'swirl-icon-cloud-upload',
|
|
2021
2021
|
changeDetection: ChangeDetectionStrategy.OnPush,
|
|
2022
2022
|
template: '<ng-content></ng-content>',
|
|
2023
|
-
inputs: ['size']
|
|
2023
|
+
inputs: ['color', 'size']
|
|
2024
2024
|
}]
|
|
2025
2025
|
}], ctorParameters: function () { return [{ type: i0.ChangeDetectorRef }, { type: i0.ElementRef }, { type: i0.NgZone }]; } });
|
|
2026
2026
|
let SwirlIconColumn = class SwirlIconColumn {
|
|
@@ -2031,11 +2031,11 @@ let SwirlIconColumn = class SwirlIconColumn {
|
|
|
2031
2031
|
}
|
|
2032
2032
|
};
|
|
2033
2033
|
SwirlIconColumn.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "14.1.2", ngImport: i0, type: SwirlIconColumn, deps: [{ token: i0.ChangeDetectorRef }, { token: i0.ElementRef }, { token: i0.NgZone }], target: i0.ɵɵFactoryTarget.Component });
|
|
2034
|
-
SwirlIconColumn.ɵcmp = i0.ɵɵngDeclareComponent({ minVersion: "14.0.0", version: "14.1.2", type: SwirlIconColumn, selector: "swirl-icon-column", inputs: { size: "size" }, ngImport: i0, template: '<ng-content></ng-content>', isInline: true, changeDetection: i0.ChangeDetectionStrategy.OnPush });
|
|
2034
|
+
SwirlIconColumn.ɵcmp = i0.ɵɵngDeclareComponent({ minVersion: "14.0.0", version: "14.1.2", type: SwirlIconColumn, selector: "swirl-icon-column", inputs: { color: "color", size: "size" }, ngImport: i0, template: '<ng-content></ng-content>', isInline: true, changeDetection: i0.ChangeDetectionStrategy.OnPush });
|
|
2035
2035
|
SwirlIconColumn = __decorate([
|
|
2036
2036
|
ProxyCmp({
|
|
2037
2037
|
defineCustomElementFn: undefined,
|
|
2038
|
-
inputs: ['size']
|
|
2038
|
+
inputs: ['color', 'size']
|
|
2039
2039
|
})
|
|
2040
2040
|
], SwirlIconColumn);
|
|
2041
2041
|
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "14.1.2", ngImport: i0, type: SwirlIconColumn, decorators: [{
|
|
@@ -2044,7 +2044,7 @@ i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "14.1.2", ngImpor
|
|
|
2044
2044
|
selector: 'swirl-icon-column',
|
|
2045
2045
|
changeDetection: ChangeDetectionStrategy.OnPush,
|
|
2046
2046
|
template: '<ng-content></ng-content>',
|
|
2047
|
-
inputs: ['size']
|
|
2047
|
+
inputs: ['color', 'size']
|
|
2048
2048
|
}]
|
|
2049
2049
|
}], ctorParameters: function () { return [{ type: i0.ChangeDetectorRef }, { type: i0.ElementRef }, { type: i0.NgZone }]; } });
|
|
2050
2050
|
let SwirlIconComment = class SwirlIconComment {
|
|
@@ -2055,11 +2055,11 @@ let SwirlIconComment = class SwirlIconComment {
|
|
|
2055
2055
|
}
|
|
2056
2056
|
};
|
|
2057
2057
|
SwirlIconComment.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "14.1.2", ngImport: i0, type: SwirlIconComment, deps: [{ token: i0.ChangeDetectorRef }, { token: i0.ElementRef }, { token: i0.NgZone }], target: i0.ɵɵFactoryTarget.Component });
|
|
2058
|
-
SwirlIconComment.ɵcmp = i0.ɵɵngDeclareComponent({ minVersion: "14.0.0", version: "14.1.2", type: SwirlIconComment, selector: "swirl-icon-comment", inputs: { size: "size" }, ngImport: i0, template: '<ng-content></ng-content>', isInline: true, changeDetection: i0.ChangeDetectionStrategy.OnPush });
|
|
2058
|
+
SwirlIconComment.ɵcmp = i0.ɵɵngDeclareComponent({ minVersion: "14.0.0", version: "14.1.2", type: SwirlIconComment, selector: "swirl-icon-comment", inputs: { color: "color", size: "size" }, ngImport: i0, template: '<ng-content></ng-content>', isInline: true, changeDetection: i0.ChangeDetectionStrategy.OnPush });
|
|
2059
2059
|
SwirlIconComment = __decorate([
|
|
2060
2060
|
ProxyCmp({
|
|
2061
2061
|
defineCustomElementFn: undefined,
|
|
2062
|
-
inputs: ['size']
|
|
2062
|
+
inputs: ['color', 'size']
|
|
2063
2063
|
})
|
|
2064
2064
|
], SwirlIconComment);
|
|
2065
2065
|
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "14.1.2", ngImport: i0, type: SwirlIconComment, decorators: [{
|
|
@@ -2068,7 +2068,7 @@ i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "14.1.2", ngImpor
|
|
|
2068
2068
|
selector: 'swirl-icon-comment',
|
|
2069
2069
|
changeDetection: ChangeDetectionStrategy.OnPush,
|
|
2070
2070
|
template: '<ng-content></ng-content>',
|
|
2071
|
-
inputs: ['size']
|
|
2071
|
+
inputs: ['color', 'size']
|
|
2072
2072
|
}]
|
|
2073
2073
|
}], ctorParameters: function () { return [{ type: i0.ChangeDetectorRef }, { type: i0.ElementRef }, { type: i0.NgZone }]; } });
|
|
2074
2074
|
let SwirlIconCopy = class SwirlIconCopy {
|
|
@@ -2079,11 +2079,11 @@ let SwirlIconCopy = class SwirlIconCopy {
|
|
|
2079
2079
|
}
|
|
2080
2080
|
};
|
|
2081
2081
|
SwirlIconCopy.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "14.1.2", ngImport: i0, type: SwirlIconCopy, deps: [{ token: i0.ChangeDetectorRef }, { token: i0.ElementRef }, { token: i0.NgZone }], target: i0.ɵɵFactoryTarget.Component });
|
|
2082
|
-
SwirlIconCopy.ɵcmp = i0.ɵɵngDeclareComponent({ minVersion: "14.0.0", version: "14.1.2", type: SwirlIconCopy, selector: "swirl-icon-copy", inputs: { size: "size" }, ngImport: i0, template: '<ng-content></ng-content>', isInline: true, changeDetection: i0.ChangeDetectionStrategy.OnPush });
|
|
2082
|
+
SwirlIconCopy.ɵcmp = i0.ɵɵngDeclareComponent({ minVersion: "14.0.0", version: "14.1.2", type: SwirlIconCopy, selector: "swirl-icon-copy", inputs: { color: "color", size: "size" }, ngImport: i0, template: '<ng-content></ng-content>', isInline: true, changeDetection: i0.ChangeDetectionStrategy.OnPush });
|
|
2083
2083
|
SwirlIconCopy = __decorate([
|
|
2084
2084
|
ProxyCmp({
|
|
2085
2085
|
defineCustomElementFn: undefined,
|
|
2086
|
-
inputs: ['size']
|
|
2086
|
+
inputs: ['color', 'size']
|
|
2087
2087
|
})
|
|
2088
2088
|
], SwirlIconCopy);
|
|
2089
2089
|
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "14.1.2", ngImport: i0, type: SwirlIconCopy, decorators: [{
|
|
@@ -2092,7 +2092,7 @@ i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "14.1.2", ngImpor
|
|
|
2092
2092
|
selector: 'swirl-icon-copy',
|
|
2093
2093
|
changeDetection: ChangeDetectionStrategy.OnPush,
|
|
2094
2094
|
template: '<ng-content></ng-content>',
|
|
2095
|
-
inputs: ['size']
|
|
2095
|
+
inputs: ['color', 'size']
|
|
2096
2096
|
}]
|
|
2097
2097
|
}], ctorParameters: function () { return [{ type: i0.ChangeDetectorRef }, { type: i0.ElementRef }, { type: i0.NgZone }]; } });
|
|
2098
2098
|
let SwirlIconDarkMode = class SwirlIconDarkMode {
|
|
@@ -2103,11 +2103,11 @@ let SwirlIconDarkMode = class SwirlIconDarkMode {
|
|
|
2103
2103
|
}
|
|
2104
2104
|
};
|
|
2105
2105
|
SwirlIconDarkMode.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "14.1.2", ngImport: i0, type: SwirlIconDarkMode, deps: [{ token: i0.ChangeDetectorRef }, { token: i0.ElementRef }, { token: i0.NgZone }], target: i0.ɵɵFactoryTarget.Component });
|
|
2106
|
-
SwirlIconDarkMode.ɵcmp = i0.ɵɵngDeclareComponent({ minVersion: "14.0.0", version: "14.1.2", type: SwirlIconDarkMode, selector: "swirl-icon-dark-mode", inputs: { size: "size" }, ngImport: i0, template: '<ng-content></ng-content>', isInline: true, changeDetection: i0.ChangeDetectionStrategy.OnPush });
|
|
2106
|
+
SwirlIconDarkMode.ɵcmp = i0.ɵɵngDeclareComponent({ minVersion: "14.0.0", version: "14.1.2", type: SwirlIconDarkMode, selector: "swirl-icon-dark-mode", inputs: { color: "color", size: "size" }, ngImport: i0, template: '<ng-content></ng-content>', isInline: true, changeDetection: i0.ChangeDetectionStrategy.OnPush });
|
|
2107
2107
|
SwirlIconDarkMode = __decorate([
|
|
2108
2108
|
ProxyCmp({
|
|
2109
2109
|
defineCustomElementFn: undefined,
|
|
2110
|
-
inputs: ['size']
|
|
2110
|
+
inputs: ['color', 'size']
|
|
2111
2111
|
})
|
|
2112
2112
|
], SwirlIconDarkMode);
|
|
2113
2113
|
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "14.1.2", ngImport: i0, type: SwirlIconDarkMode, decorators: [{
|
|
@@ -2116,7 +2116,7 @@ i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "14.1.2", ngImpor
|
|
|
2116
2116
|
selector: 'swirl-icon-dark-mode',
|
|
2117
2117
|
changeDetection: ChangeDetectionStrategy.OnPush,
|
|
2118
2118
|
template: '<ng-content></ng-content>',
|
|
2119
|
-
inputs: ['size']
|
|
2119
|
+
inputs: ['color', 'size']
|
|
2120
2120
|
}]
|
|
2121
2121
|
}], ctorParameters: function () { return [{ type: i0.ChangeDetectorRef }, { type: i0.ElementRef }, { type: i0.NgZone }]; } });
|
|
2122
2122
|
let SwirlIconDateRange = class SwirlIconDateRange {
|
|
@@ -2127,11 +2127,11 @@ let SwirlIconDateRange = class SwirlIconDateRange {
|
|
|
2127
2127
|
}
|
|
2128
2128
|
};
|
|
2129
2129
|
SwirlIconDateRange.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "14.1.2", ngImport: i0, type: SwirlIconDateRange, deps: [{ token: i0.ChangeDetectorRef }, { token: i0.ElementRef }, { token: i0.NgZone }], target: i0.ɵɵFactoryTarget.Component });
|
|
2130
|
-
SwirlIconDateRange.ɵcmp = i0.ɵɵngDeclareComponent({ minVersion: "14.0.0", version: "14.1.2", type: SwirlIconDateRange, selector: "swirl-icon-date-range", inputs: { size: "size" }, ngImport: i0, template: '<ng-content></ng-content>', isInline: true, changeDetection: i0.ChangeDetectionStrategy.OnPush });
|
|
2130
|
+
SwirlIconDateRange.ɵcmp = i0.ɵɵngDeclareComponent({ minVersion: "14.0.0", version: "14.1.2", type: SwirlIconDateRange, selector: "swirl-icon-date-range", inputs: { color: "color", size: "size" }, ngImport: i0, template: '<ng-content></ng-content>', isInline: true, changeDetection: i0.ChangeDetectionStrategy.OnPush });
|
|
2131
2131
|
SwirlIconDateRange = __decorate([
|
|
2132
2132
|
ProxyCmp({
|
|
2133
2133
|
defineCustomElementFn: undefined,
|
|
2134
|
-
inputs: ['size']
|
|
2134
|
+
inputs: ['color', 'size']
|
|
2135
2135
|
})
|
|
2136
2136
|
], SwirlIconDateRange);
|
|
2137
2137
|
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "14.1.2", ngImport: i0, type: SwirlIconDateRange, decorators: [{
|
|
@@ -2140,7 +2140,7 @@ i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "14.1.2", ngImpor
|
|
|
2140
2140
|
selector: 'swirl-icon-date-range',
|
|
2141
2141
|
changeDetection: ChangeDetectionStrategy.OnPush,
|
|
2142
2142
|
template: '<ng-content></ng-content>',
|
|
2143
|
-
inputs: ['size']
|
|
2143
|
+
inputs: ['color', 'size']
|
|
2144
2144
|
}]
|
|
2145
2145
|
}], ctorParameters: function () { return [{ type: i0.ChangeDetectorRef }, { type: i0.ElementRef }, { type: i0.NgZone }]; } });
|
|
2146
2146
|
let SwirlIconDelete = class SwirlIconDelete {
|
|
@@ -2151,11 +2151,11 @@ let SwirlIconDelete = class SwirlIconDelete {
|
|
|
2151
2151
|
}
|
|
2152
2152
|
};
|
|
2153
2153
|
SwirlIconDelete.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "14.1.2", ngImport: i0, type: SwirlIconDelete, deps: [{ token: i0.ChangeDetectorRef }, { token: i0.ElementRef }, { token: i0.NgZone }], target: i0.ɵɵFactoryTarget.Component });
|
|
2154
|
-
SwirlIconDelete.ɵcmp = i0.ɵɵngDeclareComponent({ minVersion: "14.0.0", version: "14.1.2", type: SwirlIconDelete, selector: "swirl-icon-delete", inputs: { size: "size" }, ngImport: i0, template: '<ng-content></ng-content>', isInline: true, changeDetection: i0.ChangeDetectionStrategy.OnPush });
|
|
2154
|
+
SwirlIconDelete.ɵcmp = i0.ɵɵngDeclareComponent({ minVersion: "14.0.0", version: "14.1.2", type: SwirlIconDelete, selector: "swirl-icon-delete", inputs: { color: "color", size: "size" }, ngImport: i0, template: '<ng-content></ng-content>', isInline: true, changeDetection: i0.ChangeDetectionStrategy.OnPush });
|
|
2155
2155
|
SwirlIconDelete = __decorate([
|
|
2156
2156
|
ProxyCmp({
|
|
2157
2157
|
defineCustomElementFn: undefined,
|
|
2158
|
-
inputs: ['size']
|
|
2158
|
+
inputs: ['color', 'size']
|
|
2159
2159
|
})
|
|
2160
2160
|
], SwirlIconDelete);
|
|
2161
2161
|
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "14.1.2", ngImport: i0, type: SwirlIconDelete, decorators: [{
|
|
@@ -2164,7 +2164,7 @@ i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "14.1.2", ngImpor
|
|
|
2164
2164
|
selector: 'swirl-icon-delete',
|
|
2165
2165
|
changeDetection: ChangeDetectionStrategy.OnPush,
|
|
2166
2166
|
template: '<ng-content></ng-content>',
|
|
2167
|
-
inputs: ['size']
|
|
2167
|
+
inputs: ['color', 'size']
|
|
2168
2168
|
}]
|
|
2169
2169
|
}], ctorParameters: function () { return [{ type: i0.ChangeDetectorRef }, { type: i0.ElementRef }, { type: i0.NgZone }]; } });
|
|
2170
2170
|
let SwirlIconDescription = class SwirlIconDescription {
|
|
@@ -2175,11 +2175,11 @@ let SwirlIconDescription = class SwirlIconDescription {
|
|
|
2175
2175
|
}
|
|
2176
2176
|
};
|
|
2177
2177
|
SwirlIconDescription.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "14.1.2", ngImport: i0, type: SwirlIconDescription, deps: [{ token: i0.ChangeDetectorRef }, { token: i0.ElementRef }, { token: i0.NgZone }], target: i0.ɵɵFactoryTarget.Component });
|
|
2178
|
-
SwirlIconDescription.ɵcmp = i0.ɵɵngDeclareComponent({ minVersion: "14.0.0", version: "14.1.2", type: SwirlIconDescription, selector: "swirl-icon-description", inputs: { size: "size" }, ngImport: i0, template: '<ng-content></ng-content>', isInline: true, changeDetection: i0.ChangeDetectionStrategy.OnPush });
|
|
2178
|
+
SwirlIconDescription.ɵcmp = i0.ɵɵngDeclareComponent({ minVersion: "14.0.0", version: "14.1.2", type: SwirlIconDescription, selector: "swirl-icon-description", inputs: { color: "color", size: "size" }, ngImport: i0, template: '<ng-content></ng-content>', isInline: true, changeDetection: i0.ChangeDetectionStrategy.OnPush });
|
|
2179
2179
|
SwirlIconDescription = __decorate([
|
|
2180
2180
|
ProxyCmp({
|
|
2181
2181
|
defineCustomElementFn: undefined,
|
|
2182
|
-
inputs: ['size']
|
|
2182
|
+
inputs: ['color', 'size']
|
|
2183
2183
|
})
|
|
2184
2184
|
], SwirlIconDescription);
|
|
2185
2185
|
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "14.1.2", ngImport: i0, type: SwirlIconDescription, decorators: [{
|
|
@@ -2188,7 +2188,7 @@ i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "14.1.2", ngImpor
|
|
|
2188
2188
|
selector: 'swirl-icon-description',
|
|
2189
2189
|
changeDetection: ChangeDetectionStrategy.OnPush,
|
|
2190
2190
|
template: '<ng-content></ng-content>',
|
|
2191
|
-
inputs: ['size']
|
|
2191
|
+
inputs: ['color', 'size']
|
|
2192
2192
|
}]
|
|
2193
2193
|
}], ctorParameters: function () { return [{ type: i0.ChangeDetectorRef }, { type: i0.ElementRef }, { type: i0.NgZone }]; } });
|
|
2194
2194
|
let SwirlIconDirectoryFilled = class SwirlIconDirectoryFilled {
|
|
@@ -2199,11 +2199,11 @@ let SwirlIconDirectoryFilled = class SwirlIconDirectoryFilled {
|
|
|
2199
2199
|
}
|
|
2200
2200
|
};
|
|
2201
2201
|
SwirlIconDirectoryFilled.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "14.1.2", ngImport: i0, type: SwirlIconDirectoryFilled, deps: [{ token: i0.ChangeDetectorRef }, { token: i0.ElementRef }, { token: i0.NgZone }], target: i0.ɵɵFactoryTarget.Component });
|
|
2202
|
-
SwirlIconDirectoryFilled.ɵcmp = i0.ɵɵngDeclareComponent({ minVersion: "14.0.0", version: "14.1.2", type: SwirlIconDirectoryFilled, selector: "swirl-icon-directory-filled", inputs: { size: "size" }, ngImport: i0, template: '<ng-content></ng-content>', isInline: true, changeDetection: i0.ChangeDetectionStrategy.OnPush });
|
|
2202
|
+
SwirlIconDirectoryFilled.ɵcmp = i0.ɵɵngDeclareComponent({ minVersion: "14.0.0", version: "14.1.2", type: SwirlIconDirectoryFilled, selector: "swirl-icon-directory-filled", inputs: { color: "color", size: "size" }, ngImport: i0, template: '<ng-content></ng-content>', isInline: true, changeDetection: i0.ChangeDetectionStrategy.OnPush });
|
|
2203
2203
|
SwirlIconDirectoryFilled = __decorate([
|
|
2204
2204
|
ProxyCmp({
|
|
2205
2205
|
defineCustomElementFn: undefined,
|
|
2206
|
-
inputs: ['size']
|
|
2206
|
+
inputs: ['color', 'size']
|
|
2207
2207
|
})
|
|
2208
2208
|
], SwirlIconDirectoryFilled);
|
|
2209
2209
|
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "14.1.2", ngImport: i0, type: SwirlIconDirectoryFilled, decorators: [{
|
|
@@ -2212,7 +2212,7 @@ i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "14.1.2", ngImpor
|
|
|
2212
2212
|
selector: 'swirl-icon-directory-filled',
|
|
2213
2213
|
changeDetection: ChangeDetectionStrategy.OnPush,
|
|
2214
2214
|
template: '<ng-content></ng-content>',
|
|
2215
|
-
inputs: ['size']
|
|
2215
|
+
inputs: ['color', 'size']
|
|
2216
2216
|
}]
|
|
2217
2217
|
}], ctorParameters: function () { return [{ type: i0.ChangeDetectorRef }, { type: i0.ElementRef }, { type: i0.NgZone }]; } });
|
|
2218
2218
|
let SwirlIconDirectoryOutlined = class SwirlIconDirectoryOutlined {
|
|
@@ -2223,11 +2223,11 @@ let SwirlIconDirectoryOutlined = class SwirlIconDirectoryOutlined {
|
|
|
2223
2223
|
}
|
|
2224
2224
|
};
|
|
2225
2225
|
SwirlIconDirectoryOutlined.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "14.1.2", ngImport: i0, type: SwirlIconDirectoryOutlined, deps: [{ token: i0.ChangeDetectorRef }, { token: i0.ElementRef }, { token: i0.NgZone }], target: i0.ɵɵFactoryTarget.Component });
|
|
2226
|
-
SwirlIconDirectoryOutlined.ɵcmp = i0.ɵɵngDeclareComponent({ minVersion: "14.0.0", version: "14.1.2", type: SwirlIconDirectoryOutlined, selector: "swirl-icon-directory-outlined", inputs: { size: "size" }, ngImport: i0, template: '<ng-content></ng-content>', isInline: true, changeDetection: i0.ChangeDetectionStrategy.OnPush });
|
|
2226
|
+
SwirlIconDirectoryOutlined.ɵcmp = i0.ɵɵngDeclareComponent({ minVersion: "14.0.0", version: "14.1.2", type: SwirlIconDirectoryOutlined, selector: "swirl-icon-directory-outlined", inputs: { color: "color", size: "size" }, ngImport: i0, template: '<ng-content></ng-content>', isInline: true, changeDetection: i0.ChangeDetectionStrategy.OnPush });
|
|
2227
2227
|
SwirlIconDirectoryOutlined = __decorate([
|
|
2228
2228
|
ProxyCmp({
|
|
2229
2229
|
defineCustomElementFn: undefined,
|
|
2230
|
-
inputs: ['size']
|
|
2230
|
+
inputs: ['color', 'size']
|
|
2231
2231
|
})
|
|
2232
2232
|
], SwirlIconDirectoryOutlined);
|
|
2233
2233
|
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "14.1.2", ngImport: i0, type: SwirlIconDirectoryOutlined, decorators: [{
|
|
@@ -2236,7 +2236,7 @@ i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "14.1.2", ngImpor
|
|
|
2236
2236
|
selector: 'swirl-icon-directory-outlined',
|
|
2237
2237
|
changeDetection: ChangeDetectionStrategy.OnPush,
|
|
2238
2238
|
template: '<ng-content></ng-content>',
|
|
2239
|
-
inputs: ['size']
|
|
2239
|
+
inputs: ['color', 'size']
|
|
2240
2240
|
}]
|
|
2241
2241
|
}], ctorParameters: function () { return [{ type: i0.ChangeDetectorRef }, { type: i0.ElementRef }, { type: i0.NgZone }]; } });
|
|
2242
2242
|
let SwirlIconDiscover = class SwirlIconDiscover {
|
|
@@ -2247,11 +2247,11 @@ let SwirlIconDiscover = class SwirlIconDiscover {
|
|
|
2247
2247
|
}
|
|
2248
2248
|
};
|
|
2249
2249
|
SwirlIconDiscover.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "14.1.2", ngImport: i0, type: SwirlIconDiscover, deps: [{ token: i0.ChangeDetectorRef }, { token: i0.ElementRef }, { token: i0.NgZone }], target: i0.ɵɵFactoryTarget.Component });
|
|
2250
|
-
SwirlIconDiscover.ɵcmp = i0.ɵɵngDeclareComponent({ minVersion: "14.0.0", version: "14.1.2", type: SwirlIconDiscover, selector: "swirl-icon-discover", inputs: { size: "size" }, ngImport: i0, template: '<ng-content></ng-content>', isInline: true, changeDetection: i0.ChangeDetectionStrategy.OnPush });
|
|
2250
|
+
SwirlIconDiscover.ɵcmp = i0.ɵɵngDeclareComponent({ minVersion: "14.0.0", version: "14.1.2", type: SwirlIconDiscover, selector: "swirl-icon-discover", inputs: { color: "color", size: "size" }, ngImport: i0, template: '<ng-content></ng-content>', isInline: true, changeDetection: i0.ChangeDetectionStrategy.OnPush });
|
|
2251
2251
|
SwirlIconDiscover = __decorate([
|
|
2252
2252
|
ProxyCmp({
|
|
2253
2253
|
defineCustomElementFn: undefined,
|
|
2254
|
-
inputs: ['size']
|
|
2254
|
+
inputs: ['color', 'size']
|
|
2255
2255
|
})
|
|
2256
2256
|
], SwirlIconDiscover);
|
|
2257
2257
|
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "14.1.2", ngImport: i0, type: SwirlIconDiscover, decorators: [{
|
|
@@ -2260,7 +2260,7 @@ i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "14.1.2", ngImpor
|
|
|
2260
2260
|
selector: 'swirl-icon-discover',
|
|
2261
2261
|
changeDetection: ChangeDetectionStrategy.OnPush,
|
|
2262
2262
|
template: '<ng-content></ng-content>',
|
|
2263
|
-
inputs: ['size']
|
|
2263
|
+
inputs: ['color', 'size']
|
|
2264
2264
|
}]
|
|
2265
2265
|
}], ctorParameters: function () { return [{ type: i0.ChangeDetectorRef }, { type: i0.ElementRef }, { type: i0.NgZone }]; } });
|
|
2266
2266
|
let SwirlIconDockLeft = class SwirlIconDockLeft {
|
|
@@ -2271,11 +2271,11 @@ let SwirlIconDockLeft = class SwirlIconDockLeft {
|
|
|
2271
2271
|
}
|
|
2272
2272
|
};
|
|
2273
2273
|
SwirlIconDockLeft.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "14.1.2", ngImport: i0, type: SwirlIconDockLeft, deps: [{ token: i0.ChangeDetectorRef }, { token: i0.ElementRef }, { token: i0.NgZone }], target: i0.ɵɵFactoryTarget.Component });
|
|
2274
|
-
SwirlIconDockLeft.ɵcmp = i0.ɵɵngDeclareComponent({ minVersion: "14.0.0", version: "14.1.2", type: SwirlIconDockLeft, selector: "swirl-icon-dock-left", inputs: { size: "size" }, ngImport: i0, template: '<ng-content></ng-content>', isInline: true, changeDetection: i0.ChangeDetectionStrategy.OnPush });
|
|
2274
|
+
SwirlIconDockLeft.ɵcmp = i0.ɵɵngDeclareComponent({ minVersion: "14.0.0", version: "14.1.2", type: SwirlIconDockLeft, selector: "swirl-icon-dock-left", inputs: { color: "color", size: "size" }, ngImport: i0, template: '<ng-content></ng-content>', isInline: true, changeDetection: i0.ChangeDetectionStrategy.OnPush });
|
|
2275
2275
|
SwirlIconDockLeft = __decorate([
|
|
2276
2276
|
ProxyCmp({
|
|
2277
2277
|
defineCustomElementFn: undefined,
|
|
2278
|
-
inputs: ['size']
|
|
2278
|
+
inputs: ['color', 'size']
|
|
2279
2279
|
})
|
|
2280
2280
|
], SwirlIconDockLeft);
|
|
2281
2281
|
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "14.1.2", ngImport: i0, type: SwirlIconDockLeft, decorators: [{
|
|
@@ -2284,7 +2284,7 @@ i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "14.1.2", ngImpor
|
|
|
2284
2284
|
selector: 'swirl-icon-dock-left',
|
|
2285
2285
|
changeDetection: ChangeDetectionStrategy.OnPush,
|
|
2286
2286
|
template: '<ng-content></ng-content>',
|
|
2287
|
-
inputs: ['size']
|
|
2287
|
+
inputs: ['color', 'size']
|
|
2288
2288
|
}]
|
|
2289
2289
|
}], ctorParameters: function () { return [{ type: i0.ChangeDetectorRef }, { type: i0.ElementRef }, { type: i0.NgZone }]; } });
|
|
2290
2290
|
let SwirlIconDot = class SwirlIconDot {
|
|
@@ -2295,11 +2295,11 @@ let SwirlIconDot = class SwirlIconDot {
|
|
|
2295
2295
|
}
|
|
2296
2296
|
};
|
|
2297
2297
|
SwirlIconDot.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "14.1.2", ngImport: i0, type: SwirlIconDot, deps: [{ token: i0.ChangeDetectorRef }, { token: i0.ElementRef }, { token: i0.NgZone }], target: i0.ɵɵFactoryTarget.Component });
|
|
2298
|
-
SwirlIconDot.ɵcmp = i0.ɵɵngDeclareComponent({ minVersion: "14.0.0", version: "14.1.2", type: SwirlIconDot, selector: "swirl-icon-dot", inputs: { size: "size" }, ngImport: i0, template: '<ng-content></ng-content>', isInline: true, changeDetection: i0.ChangeDetectionStrategy.OnPush });
|
|
2298
|
+
SwirlIconDot.ɵcmp = i0.ɵɵngDeclareComponent({ minVersion: "14.0.0", version: "14.1.2", type: SwirlIconDot, selector: "swirl-icon-dot", inputs: { color: "color", size: "size" }, ngImport: i0, template: '<ng-content></ng-content>', isInline: true, changeDetection: i0.ChangeDetectionStrategy.OnPush });
|
|
2299
2299
|
SwirlIconDot = __decorate([
|
|
2300
2300
|
ProxyCmp({
|
|
2301
2301
|
defineCustomElementFn: undefined,
|
|
2302
|
-
inputs: ['size']
|
|
2302
|
+
inputs: ['color', 'size']
|
|
2303
2303
|
})
|
|
2304
2304
|
], SwirlIconDot);
|
|
2305
2305
|
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "14.1.2", ngImport: i0, type: SwirlIconDot, decorators: [{
|
|
@@ -2308,7 +2308,7 @@ i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "14.1.2", ngImpor
|
|
|
2308
2308
|
selector: 'swirl-icon-dot',
|
|
2309
2309
|
changeDetection: ChangeDetectionStrategy.OnPush,
|
|
2310
2310
|
template: '<ng-content></ng-content>',
|
|
2311
|
-
inputs: ['size']
|
|
2311
|
+
inputs: ['color', 'size']
|
|
2312
2312
|
}]
|
|
2313
2313
|
}], ctorParameters: function () { return [{ type: i0.ChangeDetectorRef }, { type: i0.ElementRef }, { type: i0.NgZone }]; } });
|
|
2314
2314
|
let SwirlIconDoubleArrowLeft = class SwirlIconDoubleArrowLeft {
|
|
@@ -2319,11 +2319,11 @@ let SwirlIconDoubleArrowLeft = class SwirlIconDoubleArrowLeft {
|
|
|
2319
2319
|
}
|
|
2320
2320
|
};
|
|
2321
2321
|
SwirlIconDoubleArrowLeft.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "14.1.2", ngImport: i0, type: SwirlIconDoubleArrowLeft, deps: [{ token: i0.ChangeDetectorRef }, { token: i0.ElementRef }, { token: i0.NgZone }], target: i0.ɵɵFactoryTarget.Component });
|
|
2322
|
-
SwirlIconDoubleArrowLeft.ɵcmp = i0.ɵɵngDeclareComponent({ minVersion: "14.0.0", version: "14.1.2", type: SwirlIconDoubleArrowLeft, selector: "swirl-icon-double-arrow-left", inputs: { size: "size" }, ngImport: i0, template: '<ng-content></ng-content>', isInline: true, changeDetection: i0.ChangeDetectionStrategy.OnPush });
|
|
2322
|
+
SwirlIconDoubleArrowLeft.ɵcmp = i0.ɵɵngDeclareComponent({ minVersion: "14.0.0", version: "14.1.2", type: SwirlIconDoubleArrowLeft, selector: "swirl-icon-double-arrow-left", inputs: { color: "color", size: "size" }, ngImport: i0, template: '<ng-content></ng-content>', isInline: true, changeDetection: i0.ChangeDetectionStrategy.OnPush });
|
|
2323
2323
|
SwirlIconDoubleArrowLeft = __decorate([
|
|
2324
2324
|
ProxyCmp({
|
|
2325
2325
|
defineCustomElementFn: undefined,
|
|
2326
|
-
inputs: ['size']
|
|
2326
|
+
inputs: ['color', 'size']
|
|
2327
2327
|
})
|
|
2328
2328
|
], SwirlIconDoubleArrowLeft);
|
|
2329
2329
|
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "14.1.2", ngImport: i0, type: SwirlIconDoubleArrowLeft, decorators: [{
|
|
@@ -2332,7 +2332,7 @@ i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "14.1.2", ngImpor
|
|
|
2332
2332
|
selector: 'swirl-icon-double-arrow-left',
|
|
2333
2333
|
changeDetection: ChangeDetectionStrategy.OnPush,
|
|
2334
2334
|
template: '<ng-content></ng-content>',
|
|
2335
|
-
inputs: ['size']
|
|
2335
|
+
inputs: ['color', 'size']
|
|
2336
2336
|
}]
|
|
2337
2337
|
}], ctorParameters: function () { return [{ type: i0.ChangeDetectorRef }, { type: i0.ElementRef }, { type: i0.NgZone }]; } });
|
|
2338
2338
|
let SwirlIconDoubleArrowRight = class SwirlIconDoubleArrowRight {
|
|
@@ -2343,11 +2343,11 @@ let SwirlIconDoubleArrowRight = class SwirlIconDoubleArrowRight {
|
|
|
2343
2343
|
}
|
|
2344
2344
|
};
|
|
2345
2345
|
SwirlIconDoubleArrowRight.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "14.1.2", ngImport: i0, type: SwirlIconDoubleArrowRight, deps: [{ token: i0.ChangeDetectorRef }, { token: i0.ElementRef }, { token: i0.NgZone }], target: i0.ɵɵFactoryTarget.Component });
|
|
2346
|
-
SwirlIconDoubleArrowRight.ɵcmp = i0.ɵɵngDeclareComponent({ minVersion: "14.0.0", version: "14.1.2", type: SwirlIconDoubleArrowRight, selector: "swirl-icon-double-arrow-right", inputs: { size: "size" }, ngImport: i0, template: '<ng-content></ng-content>', isInline: true, changeDetection: i0.ChangeDetectionStrategy.OnPush });
|
|
2346
|
+
SwirlIconDoubleArrowRight.ɵcmp = i0.ɵɵngDeclareComponent({ minVersion: "14.0.0", version: "14.1.2", type: SwirlIconDoubleArrowRight, selector: "swirl-icon-double-arrow-right", inputs: { color: "color", size: "size" }, ngImport: i0, template: '<ng-content></ng-content>', isInline: true, changeDetection: i0.ChangeDetectionStrategy.OnPush });
|
|
2347
2347
|
SwirlIconDoubleArrowRight = __decorate([
|
|
2348
2348
|
ProxyCmp({
|
|
2349
2349
|
defineCustomElementFn: undefined,
|
|
2350
|
-
inputs: ['size']
|
|
2350
|
+
inputs: ['color', 'size']
|
|
2351
2351
|
})
|
|
2352
2352
|
], SwirlIconDoubleArrowRight);
|
|
2353
2353
|
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "14.1.2", ngImport: i0, type: SwirlIconDoubleArrowRight, decorators: [{
|
|
@@ -2356,7 +2356,7 @@ i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "14.1.2", ngImpor
|
|
|
2356
2356
|
selector: 'swirl-icon-double-arrow-right',
|
|
2357
2357
|
changeDetection: ChangeDetectionStrategy.OnPush,
|
|
2358
2358
|
template: '<ng-content></ng-content>',
|
|
2359
|
-
inputs: ['size']
|
|
2359
|
+
inputs: ['color', 'size']
|
|
2360
2360
|
}]
|
|
2361
2361
|
}], ctorParameters: function () { return [{ type: i0.ChangeDetectorRef }, { type: i0.ElementRef }, { type: i0.NgZone }]; } });
|
|
2362
2362
|
let SwirlIconDownload = class SwirlIconDownload {
|
|
@@ -2367,11 +2367,11 @@ let SwirlIconDownload = class SwirlIconDownload {
|
|
|
2367
2367
|
}
|
|
2368
2368
|
};
|
|
2369
2369
|
SwirlIconDownload.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "14.1.2", ngImport: i0, type: SwirlIconDownload, deps: [{ token: i0.ChangeDetectorRef }, { token: i0.ElementRef }, { token: i0.NgZone }], target: i0.ɵɵFactoryTarget.Component });
|
|
2370
|
-
SwirlIconDownload.ɵcmp = i0.ɵɵngDeclareComponent({ minVersion: "14.0.0", version: "14.1.2", type: SwirlIconDownload, selector: "swirl-icon-download", inputs: { size: "size" }, ngImport: i0, template: '<ng-content></ng-content>', isInline: true, changeDetection: i0.ChangeDetectionStrategy.OnPush });
|
|
2370
|
+
SwirlIconDownload.ɵcmp = i0.ɵɵngDeclareComponent({ minVersion: "14.0.0", version: "14.1.2", type: SwirlIconDownload, selector: "swirl-icon-download", inputs: { color: "color", size: "size" }, ngImport: i0, template: '<ng-content></ng-content>', isInline: true, changeDetection: i0.ChangeDetectionStrategy.OnPush });
|
|
2371
2371
|
SwirlIconDownload = __decorate([
|
|
2372
2372
|
ProxyCmp({
|
|
2373
2373
|
defineCustomElementFn: undefined,
|
|
2374
|
-
inputs: ['size']
|
|
2374
|
+
inputs: ['color', 'size']
|
|
2375
2375
|
})
|
|
2376
2376
|
], SwirlIconDownload);
|
|
2377
2377
|
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "14.1.2", ngImport: i0, type: SwirlIconDownload, decorators: [{
|
|
@@ -2380,7 +2380,7 @@ i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "14.1.2", ngImpor
|
|
|
2380
2380
|
selector: 'swirl-icon-download',
|
|
2381
2381
|
changeDetection: ChangeDetectionStrategy.OnPush,
|
|
2382
2382
|
template: '<ng-content></ng-content>',
|
|
2383
|
-
inputs: ['size']
|
|
2383
|
+
inputs: ['color', 'size']
|
|
2384
2384
|
}]
|
|
2385
2385
|
}], ctorParameters: function () { return [{ type: i0.ChangeDetectorRef }, { type: i0.ElementRef }, { type: i0.NgZone }]; } });
|
|
2386
2386
|
let SwirlIconDragHandle = class SwirlIconDragHandle {
|
|
@@ -2391,11 +2391,11 @@ let SwirlIconDragHandle = class SwirlIconDragHandle {
|
|
|
2391
2391
|
}
|
|
2392
2392
|
};
|
|
2393
2393
|
SwirlIconDragHandle.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "14.1.2", ngImport: i0, type: SwirlIconDragHandle, deps: [{ token: i0.ChangeDetectorRef }, { token: i0.ElementRef }, { token: i0.NgZone }], target: i0.ɵɵFactoryTarget.Component });
|
|
2394
|
-
SwirlIconDragHandle.ɵcmp = i0.ɵɵngDeclareComponent({ minVersion: "14.0.0", version: "14.1.2", type: SwirlIconDragHandle, selector: "swirl-icon-drag-handle", inputs: { size: "size" }, ngImport: i0, template: '<ng-content></ng-content>', isInline: true, changeDetection: i0.ChangeDetectionStrategy.OnPush });
|
|
2394
|
+
SwirlIconDragHandle.ɵcmp = i0.ɵɵngDeclareComponent({ minVersion: "14.0.0", version: "14.1.2", type: SwirlIconDragHandle, selector: "swirl-icon-drag-handle", inputs: { color: "color", size: "size" }, ngImport: i0, template: '<ng-content></ng-content>', isInline: true, changeDetection: i0.ChangeDetectionStrategy.OnPush });
|
|
2395
2395
|
SwirlIconDragHandle = __decorate([
|
|
2396
2396
|
ProxyCmp({
|
|
2397
2397
|
defineCustomElementFn: undefined,
|
|
2398
|
-
inputs: ['size']
|
|
2398
|
+
inputs: ['color', 'size']
|
|
2399
2399
|
})
|
|
2400
2400
|
], SwirlIconDragHandle);
|
|
2401
2401
|
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "14.1.2", ngImport: i0, type: SwirlIconDragHandle, decorators: [{
|
|
@@ -2404,7 +2404,7 @@ i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "14.1.2", ngImpor
|
|
|
2404
2404
|
selector: 'swirl-icon-drag-handle',
|
|
2405
2405
|
changeDetection: ChangeDetectionStrategy.OnPush,
|
|
2406
2406
|
template: '<ng-content></ng-content>',
|
|
2407
|
-
inputs: ['size']
|
|
2407
|
+
inputs: ['color', 'size']
|
|
2408
2408
|
}]
|
|
2409
2409
|
}], ctorParameters: function () { return [{ type: i0.ChangeDetectorRef }, { type: i0.ElementRef }, { type: i0.NgZone }]; } });
|
|
2410
2410
|
let SwirlIconEdit = class SwirlIconEdit {
|
|
@@ -2415,11 +2415,11 @@ let SwirlIconEdit = class SwirlIconEdit {
|
|
|
2415
2415
|
}
|
|
2416
2416
|
};
|
|
2417
2417
|
SwirlIconEdit.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "14.1.2", ngImport: i0, type: SwirlIconEdit, deps: [{ token: i0.ChangeDetectorRef }, { token: i0.ElementRef }, { token: i0.NgZone }], target: i0.ɵɵFactoryTarget.Component });
|
|
2418
|
-
SwirlIconEdit.ɵcmp = i0.ɵɵngDeclareComponent({ minVersion: "14.0.0", version: "14.1.2", type: SwirlIconEdit, selector: "swirl-icon-edit", inputs: { size: "size" }, ngImport: i0, template: '<ng-content></ng-content>', isInline: true, changeDetection: i0.ChangeDetectionStrategy.OnPush });
|
|
2418
|
+
SwirlIconEdit.ɵcmp = i0.ɵɵngDeclareComponent({ minVersion: "14.0.0", version: "14.1.2", type: SwirlIconEdit, selector: "swirl-icon-edit", inputs: { color: "color", size: "size" }, ngImport: i0, template: '<ng-content></ng-content>', isInline: true, changeDetection: i0.ChangeDetectionStrategy.OnPush });
|
|
2419
2419
|
SwirlIconEdit = __decorate([
|
|
2420
2420
|
ProxyCmp({
|
|
2421
2421
|
defineCustomElementFn: undefined,
|
|
2422
|
-
inputs: ['size']
|
|
2422
|
+
inputs: ['color', 'size']
|
|
2423
2423
|
})
|
|
2424
2424
|
], SwirlIconEdit);
|
|
2425
2425
|
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "14.1.2", ngImport: i0, type: SwirlIconEdit, decorators: [{
|
|
@@ -2428,7 +2428,7 @@ i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "14.1.2", ngImpor
|
|
|
2428
2428
|
selector: 'swirl-icon-edit',
|
|
2429
2429
|
changeDetection: ChangeDetectionStrategy.OnPush,
|
|
2430
2430
|
template: '<ng-content></ng-content>',
|
|
2431
|
-
inputs: ['size']
|
|
2431
|
+
inputs: ['color', 'size']
|
|
2432
2432
|
}]
|
|
2433
2433
|
}], ctorParameters: function () { return [{ type: i0.ChangeDetectorRef }, { type: i0.ElementRef }, { type: i0.NgZone }]; } });
|
|
2434
2434
|
let SwirlIconEmojiMood = class SwirlIconEmojiMood {
|
|
@@ -2439,11 +2439,11 @@ let SwirlIconEmojiMood = class SwirlIconEmojiMood {
|
|
|
2439
2439
|
}
|
|
2440
2440
|
};
|
|
2441
2441
|
SwirlIconEmojiMood.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "14.1.2", ngImport: i0, type: SwirlIconEmojiMood, deps: [{ token: i0.ChangeDetectorRef }, { token: i0.ElementRef }, { token: i0.NgZone }], target: i0.ɵɵFactoryTarget.Component });
|
|
2442
|
-
SwirlIconEmojiMood.ɵcmp = i0.ɵɵngDeclareComponent({ minVersion: "14.0.0", version: "14.1.2", type: SwirlIconEmojiMood, selector: "swirl-icon-emoji-mood", inputs: { size: "size" }, ngImport: i0, template: '<ng-content></ng-content>', isInline: true, changeDetection: i0.ChangeDetectionStrategy.OnPush });
|
|
2442
|
+
SwirlIconEmojiMood.ɵcmp = i0.ɵɵngDeclareComponent({ minVersion: "14.0.0", version: "14.1.2", type: SwirlIconEmojiMood, selector: "swirl-icon-emoji-mood", inputs: { color: "color", size: "size" }, ngImport: i0, template: '<ng-content></ng-content>', isInline: true, changeDetection: i0.ChangeDetectionStrategy.OnPush });
|
|
2443
2443
|
SwirlIconEmojiMood = __decorate([
|
|
2444
2444
|
ProxyCmp({
|
|
2445
2445
|
defineCustomElementFn: undefined,
|
|
2446
|
-
inputs: ['size']
|
|
2446
|
+
inputs: ['color', 'size']
|
|
2447
2447
|
})
|
|
2448
2448
|
], SwirlIconEmojiMood);
|
|
2449
2449
|
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "14.1.2", ngImport: i0, type: SwirlIconEmojiMood, decorators: [{
|
|
@@ -2452,7 +2452,7 @@ i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "14.1.2", ngImpor
|
|
|
2452
2452
|
selector: 'swirl-icon-emoji-mood',
|
|
2453
2453
|
changeDetection: ChangeDetectionStrategy.OnPush,
|
|
2454
2454
|
template: '<ng-content></ng-content>',
|
|
2455
|
-
inputs: ['size']
|
|
2455
|
+
inputs: ['color', 'size']
|
|
2456
2456
|
}]
|
|
2457
2457
|
}], ctorParameters: function () { return [{ type: i0.ChangeDetectorRef }, { type: i0.ElementRef }, { type: i0.NgZone }]; } });
|
|
2458
2458
|
let SwirlIconEmojiSatisfied = class SwirlIconEmojiSatisfied {
|
|
@@ -2463,11 +2463,11 @@ let SwirlIconEmojiSatisfied = class SwirlIconEmojiSatisfied {
|
|
|
2463
2463
|
}
|
|
2464
2464
|
};
|
|
2465
2465
|
SwirlIconEmojiSatisfied.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "14.1.2", ngImport: i0, type: SwirlIconEmojiSatisfied, deps: [{ token: i0.ChangeDetectorRef }, { token: i0.ElementRef }, { token: i0.NgZone }], target: i0.ɵɵFactoryTarget.Component });
|
|
2466
|
-
SwirlIconEmojiSatisfied.ɵcmp = i0.ɵɵngDeclareComponent({ minVersion: "14.0.0", version: "14.1.2", type: SwirlIconEmojiSatisfied, selector: "swirl-icon-emoji-satisfied", inputs: { size: "size" }, ngImport: i0, template: '<ng-content></ng-content>', isInline: true, changeDetection: i0.ChangeDetectionStrategy.OnPush });
|
|
2466
|
+
SwirlIconEmojiSatisfied.ɵcmp = i0.ɵɵngDeclareComponent({ minVersion: "14.0.0", version: "14.1.2", type: SwirlIconEmojiSatisfied, selector: "swirl-icon-emoji-satisfied", inputs: { color: "color", size: "size" }, ngImport: i0, template: '<ng-content></ng-content>', isInline: true, changeDetection: i0.ChangeDetectionStrategy.OnPush });
|
|
2467
2467
|
SwirlIconEmojiSatisfied = __decorate([
|
|
2468
2468
|
ProxyCmp({
|
|
2469
2469
|
defineCustomElementFn: undefined,
|
|
2470
|
-
inputs: ['size']
|
|
2470
|
+
inputs: ['color', 'size']
|
|
2471
2471
|
})
|
|
2472
2472
|
], SwirlIconEmojiSatisfied);
|
|
2473
2473
|
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "14.1.2", ngImport: i0, type: SwirlIconEmojiSatisfied, decorators: [{
|
|
@@ -2476,7 +2476,7 @@ i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "14.1.2", ngImpor
|
|
|
2476
2476
|
selector: 'swirl-icon-emoji-satisfied',
|
|
2477
2477
|
changeDetection: ChangeDetectionStrategy.OnPush,
|
|
2478
2478
|
template: '<ng-content></ng-content>',
|
|
2479
|
-
inputs: ['size']
|
|
2479
|
+
inputs: ['color', 'size']
|
|
2480
2480
|
}]
|
|
2481
2481
|
}], ctorParameters: function () { return [{ type: i0.ChangeDetectorRef }, { type: i0.ElementRef }, { type: i0.NgZone }]; } });
|
|
2482
2482
|
let SwirlIconError = class SwirlIconError {
|
|
@@ -2487,11 +2487,11 @@ let SwirlIconError = class SwirlIconError {
|
|
|
2487
2487
|
}
|
|
2488
2488
|
};
|
|
2489
2489
|
SwirlIconError.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "14.1.2", ngImport: i0, type: SwirlIconError, deps: [{ token: i0.ChangeDetectorRef }, { token: i0.ElementRef }, { token: i0.NgZone }], target: i0.ɵɵFactoryTarget.Component });
|
|
2490
|
-
SwirlIconError.ɵcmp = i0.ɵɵngDeclareComponent({ minVersion: "14.0.0", version: "14.1.2", type: SwirlIconError, selector: "swirl-icon-error", inputs: { size: "size" }, ngImport: i0, template: '<ng-content></ng-content>', isInline: true, changeDetection: i0.ChangeDetectionStrategy.OnPush });
|
|
2490
|
+
SwirlIconError.ɵcmp = i0.ɵɵngDeclareComponent({ minVersion: "14.0.0", version: "14.1.2", type: SwirlIconError, selector: "swirl-icon-error", inputs: { color: "color", size: "size" }, ngImport: i0, template: '<ng-content></ng-content>', isInline: true, changeDetection: i0.ChangeDetectionStrategy.OnPush });
|
|
2491
2491
|
SwirlIconError = __decorate([
|
|
2492
2492
|
ProxyCmp({
|
|
2493
2493
|
defineCustomElementFn: undefined,
|
|
2494
|
-
inputs: ['size']
|
|
2494
|
+
inputs: ['color', 'size']
|
|
2495
2495
|
})
|
|
2496
2496
|
], SwirlIconError);
|
|
2497
2497
|
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "14.1.2", ngImport: i0, type: SwirlIconError, decorators: [{
|
|
@@ -2500,7 +2500,7 @@ i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "14.1.2", ngImpor
|
|
|
2500
2500
|
selector: 'swirl-icon-error',
|
|
2501
2501
|
changeDetection: ChangeDetectionStrategy.OnPush,
|
|
2502
2502
|
template: '<ng-content></ng-content>',
|
|
2503
|
-
inputs: ['size']
|
|
2503
|
+
inputs: ['color', 'size']
|
|
2504
2504
|
}]
|
|
2505
2505
|
}], ctorParameters: function () { return [{ type: i0.ChangeDetectorRef }, { type: i0.ElementRef }, { type: i0.NgZone }]; } });
|
|
2506
2506
|
let SwirlIconExpandLess = class SwirlIconExpandLess {
|
|
@@ -2511,11 +2511,11 @@ let SwirlIconExpandLess = class SwirlIconExpandLess {
|
|
|
2511
2511
|
}
|
|
2512
2512
|
};
|
|
2513
2513
|
SwirlIconExpandLess.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "14.1.2", ngImport: i0, type: SwirlIconExpandLess, deps: [{ token: i0.ChangeDetectorRef }, { token: i0.ElementRef }, { token: i0.NgZone }], target: i0.ɵɵFactoryTarget.Component });
|
|
2514
|
-
SwirlIconExpandLess.ɵcmp = i0.ɵɵngDeclareComponent({ minVersion: "14.0.0", version: "14.1.2", type: SwirlIconExpandLess, selector: "swirl-icon-expand-less", inputs: { size: "size" }, ngImport: i0, template: '<ng-content></ng-content>', isInline: true, changeDetection: i0.ChangeDetectionStrategy.OnPush });
|
|
2514
|
+
SwirlIconExpandLess.ɵcmp = i0.ɵɵngDeclareComponent({ minVersion: "14.0.0", version: "14.1.2", type: SwirlIconExpandLess, selector: "swirl-icon-expand-less", inputs: { color: "color", size: "size" }, ngImport: i0, template: '<ng-content></ng-content>', isInline: true, changeDetection: i0.ChangeDetectionStrategy.OnPush });
|
|
2515
2515
|
SwirlIconExpandLess = __decorate([
|
|
2516
2516
|
ProxyCmp({
|
|
2517
2517
|
defineCustomElementFn: undefined,
|
|
2518
|
-
inputs: ['size']
|
|
2518
|
+
inputs: ['color', 'size']
|
|
2519
2519
|
})
|
|
2520
2520
|
], SwirlIconExpandLess);
|
|
2521
2521
|
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "14.1.2", ngImport: i0, type: SwirlIconExpandLess, decorators: [{
|
|
@@ -2524,7 +2524,7 @@ i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "14.1.2", ngImpor
|
|
|
2524
2524
|
selector: 'swirl-icon-expand-less',
|
|
2525
2525
|
changeDetection: ChangeDetectionStrategy.OnPush,
|
|
2526
2526
|
template: '<ng-content></ng-content>',
|
|
2527
|
-
inputs: ['size']
|
|
2527
|
+
inputs: ['color', 'size']
|
|
2528
2528
|
}]
|
|
2529
2529
|
}], ctorParameters: function () { return [{ type: i0.ChangeDetectorRef }, { type: i0.ElementRef }, { type: i0.NgZone }]; } });
|
|
2530
2530
|
let SwirlIconExpandMore = class SwirlIconExpandMore {
|
|
@@ -2535,11 +2535,11 @@ let SwirlIconExpandMore = class SwirlIconExpandMore {
|
|
|
2535
2535
|
}
|
|
2536
2536
|
};
|
|
2537
2537
|
SwirlIconExpandMore.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "14.1.2", ngImport: i0, type: SwirlIconExpandMore, deps: [{ token: i0.ChangeDetectorRef }, { token: i0.ElementRef }, { token: i0.NgZone }], target: i0.ɵɵFactoryTarget.Component });
|
|
2538
|
-
SwirlIconExpandMore.ɵcmp = i0.ɵɵngDeclareComponent({ minVersion: "14.0.0", version: "14.1.2", type: SwirlIconExpandMore, selector: "swirl-icon-expand-more", inputs: { size: "size" }, ngImport: i0, template: '<ng-content></ng-content>', isInline: true, changeDetection: i0.ChangeDetectionStrategy.OnPush });
|
|
2538
|
+
SwirlIconExpandMore.ɵcmp = i0.ɵɵngDeclareComponent({ minVersion: "14.0.0", version: "14.1.2", type: SwirlIconExpandMore, selector: "swirl-icon-expand-more", inputs: { color: "color", size: "size" }, ngImport: i0, template: '<ng-content></ng-content>', isInline: true, changeDetection: i0.ChangeDetectionStrategy.OnPush });
|
|
2539
2539
|
SwirlIconExpandMore = __decorate([
|
|
2540
2540
|
ProxyCmp({
|
|
2541
2541
|
defineCustomElementFn: undefined,
|
|
2542
|
-
inputs: ['size']
|
|
2542
|
+
inputs: ['color', 'size']
|
|
2543
2543
|
})
|
|
2544
2544
|
], SwirlIconExpandMore);
|
|
2545
2545
|
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "14.1.2", ngImport: i0, type: SwirlIconExpandMore, decorators: [{
|
|
@@ -2548,7 +2548,7 @@ i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "14.1.2", ngImpor
|
|
|
2548
2548
|
selector: 'swirl-icon-expand-more',
|
|
2549
2549
|
changeDetection: ChangeDetectionStrategy.OnPush,
|
|
2550
2550
|
template: '<ng-content></ng-content>',
|
|
2551
|
-
inputs: ['size']
|
|
2551
|
+
inputs: ['color', 'size']
|
|
2552
2552
|
}]
|
|
2553
2553
|
}], ctorParameters: function () { return [{ type: i0.ChangeDetectorRef }, { type: i0.ElementRef }, { type: i0.NgZone }]; } });
|
|
2554
2554
|
let SwirlIconFile = class SwirlIconFile {
|
|
@@ -2559,11 +2559,11 @@ let SwirlIconFile = class SwirlIconFile {
|
|
|
2559
2559
|
}
|
|
2560
2560
|
};
|
|
2561
2561
|
SwirlIconFile.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "14.1.2", ngImport: i0, type: SwirlIconFile, deps: [{ token: i0.ChangeDetectorRef }, { token: i0.ElementRef }, { token: i0.NgZone }], target: i0.ɵɵFactoryTarget.Component });
|
|
2562
|
-
SwirlIconFile.ɵcmp = i0.ɵɵngDeclareComponent({ minVersion: "14.0.0", version: "14.1.2", type: SwirlIconFile, selector: "swirl-icon-file", inputs: { size: "size" }, ngImport: i0, template: '<ng-content></ng-content>', isInline: true, changeDetection: i0.ChangeDetectionStrategy.OnPush });
|
|
2562
|
+
SwirlIconFile.ɵcmp = i0.ɵɵngDeclareComponent({ minVersion: "14.0.0", version: "14.1.2", type: SwirlIconFile, selector: "swirl-icon-file", inputs: { color: "color", size: "size" }, ngImport: i0, template: '<ng-content></ng-content>', isInline: true, changeDetection: i0.ChangeDetectionStrategy.OnPush });
|
|
2563
2563
|
SwirlIconFile = __decorate([
|
|
2564
2564
|
ProxyCmp({
|
|
2565
2565
|
defineCustomElementFn: undefined,
|
|
2566
|
-
inputs: ['size']
|
|
2566
|
+
inputs: ['color', 'size']
|
|
2567
2567
|
})
|
|
2568
2568
|
], SwirlIconFile);
|
|
2569
2569
|
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "14.1.2", ngImport: i0, type: SwirlIconFile, decorators: [{
|
|
@@ -2572,7 +2572,7 @@ i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "14.1.2", ngImpor
|
|
|
2572
2572
|
selector: 'swirl-icon-file',
|
|
2573
2573
|
changeDetection: ChangeDetectionStrategy.OnPush,
|
|
2574
2574
|
template: '<ng-content></ng-content>',
|
|
2575
|
-
inputs: ['size']
|
|
2575
|
+
inputs: ['color', 'size']
|
|
2576
2576
|
}]
|
|
2577
2577
|
}], ctorParameters: function () { return [{ type: i0.ChangeDetectorRef }, { type: i0.ElementRef }, { type: i0.NgZone }]; } });
|
|
2578
2578
|
let SwirlIconFileCopy = class SwirlIconFileCopy {
|
|
@@ -2583,11 +2583,11 @@ let SwirlIconFileCopy = class SwirlIconFileCopy {
|
|
|
2583
2583
|
}
|
|
2584
2584
|
};
|
|
2585
2585
|
SwirlIconFileCopy.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "14.1.2", ngImport: i0, type: SwirlIconFileCopy, deps: [{ token: i0.ChangeDetectorRef }, { token: i0.ElementRef }, { token: i0.NgZone }], target: i0.ɵɵFactoryTarget.Component });
|
|
2586
|
-
SwirlIconFileCopy.ɵcmp = i0.ɵɵngDeclareComponent({ minVersion: "14.0.0", version: "14.1.2", type: SwirlIconFileCopy, selector: "swirl-icon-file-copy", inputs: { size: "size" }, ngImport: i0, template: '<ng-content></ng-content>', isInline: true, changeDetection: i0.ChangeDetectionStrategy.OnPush });
|
|
2586
|
+
SwirlIconFileCopy.ɵcmp = i0.ɵɵngDeclareComponent({ minVersion: "14.0.0", version: "14.1.2", type: SwirlIconFileCopy, selector: "swirl-icon-file-copy", inputs: { color: "color", size: "size" }, ngImport: i0, template: '<ng-content></ng-content>', isInline: true, changeDetection: i0.ChangeDetectionStrategy.OnPush });
|
|
2587
2587
|
SwirlIconFileCopy = __decorate([
|
|
2588
2588
|
ProxyCmp({
|
|
2589
2589
|
defineCustomElementFn: undefined,
|
|
2590
|
-
inputs: ['size']
|
|
2590
|
+
inputs: ['color', 'size']
|
|
2591
2591
|
})
|
|
2592
2592
|
], SwirlIconFileCopy);
|
|
2593
2593
|
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "14.1.2", ngImport: i0, type: SwirlIconFileCopy, decorators: [{
|
|
@@ -2596,7 +2596,7 @@ i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "14.1.2", ngImpor
|
|
|
2596
2596
|
selector: 'swirl-icon-file-copy',
|
|
2597
2597
|
changeDetection: ChangeDetectionStrategy.OnPush,
|
|
2598
2598
|
template: '<ng-content></ng-content>',
|
|
2599
|
-
inputs: ['size']
|
|
2599
|
+
inputs: ['color', 'size']
|
|
2600
2600
|
}]
|
|
2601
2601
|
}], ctorParameters: function () { return [{ type: i0.ChangeDetectorRef }, { type: i0.ElementRef }, { type: i0.NgZone }]; } });
|
|
2602
2602
|
let SwirlIconFilter = class SwirlIconFilter {
|
|
@@ -2607,11 +2607,11 @@ let SwirlIconFilter = class SwirlIconFilter {
|
|
|
2607
2607
|
}
|
|
2608
2608
|
};
|
|
2609
2609
|
SwirlIconFilter.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "14.1.2", ngImport: i0, type: SwirlIconFilter, deps: [{ token: i0.ChangeDetectorRef }, { token: i0.ElementRef }, { token: i0.NgZone }], target: i0.ɵɵFactoryTarget.Component });
|
|
2610
|
-
SwirlIconFilter.ɵcmp = i0.ɵɵngDeclareComponent({ minVersion: "14.0.0", version: "14.1.2", type: SwirlIconFilter, selector: "swirl-icon-filter", inputs: { size: "size" }, ngImport: i0, template: '<ng-content></ng-content>', isInline: true, changeDetection: i0.ChangeDetectionStrategy.OnPush });
|
|
2610
|
+
SwirlIconFilter.ɵcmp = i0.ɵɵngDeclareComponent({ minVersion: "14.0.0", version: "14.1.2", type: SwirlIconFilter, selector: "swirl-icon-filter", inputs: { color: "color", size: "size" }, ngImport: i0, template: '<ng-content></ng-content>', isInline: true, changeDetection: i0.ChangeDetectionStrategy.OnPush });
|
|
2611
2611
|
SwirlIconFilter = __decorate([
|
|
2612
2612
|
ProxyCmp({
|
|
2613
2613
|
defineCustomElementFn: undefined,
|
|
2614
|
-
inputs: ['size']
|
|
2614
|
+
inputs: ['color', 'size']
|
|
2615
2615
|
})
|
|
2616
2616
|
], SwirlIconFilter);
|
|
2617
2617
|
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "14.1.2", ngImport: i0, type: SwirlIconFilter, decorators: [{
|
|
@@ -2620,7 +2620,7 @@ i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "14.1.2", ngImpor
|
|
|
2620
2620
|
selector: 'swirl-icon-filter',
|
|
2621
2621
|
changeDetection: ChangeDetectionStrategy.OnPush,
|
|
2622
2622
|
template: '<ng-content></ng-content>',
|
|
2623
|
-
inputs: ['size']
|
|
2623
|
+
inputs: ['color', 'size']
|
|
2624
2624
|
}]
|
|
2625
2625
|
}], ctorParameters: function () { return [{ type: i0.ChangeDetectorRef }, { type: i0.ElementRef }, { type: i0.NgZone }]; } });
|
|
2626
2626
|
let SwirlIconFolder = class SwirlIconFolder {
|
|
@@ -2631,11 +2631,11 @@ let SwirlIconFolder = class SwirlIconFolder {
|
|
|
2631
2631
|
}
|
|
2632
2632
|
};
|
|
2633
2633
|
SwirlIconFolder.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "14.1.2", ngImport: i0, type: SwirlIconFolder, deps: [{ token: i0.ChangeDetectorRef }, { token: i0.ElementRef }, { token: i0.NgZone }], target: i0.ɵɵFactoryTarget.Component });
|
|
2634
|
-
SwirlIconFolder.ɵcmp = i0.ɵɵngDeclareComponent({ minVersion: "14.0.0", version: "14.1.2", type: SwirlIconFolder, selector: "swirl-icon-folder", inputs: { size: "size" }, ngImport: i0, template: '<ng-content></ng-content>', isInline: true, changeDetection: i0.ChangeDetectionStrategy.OnPush });
|
|
2634
|
+
SwirlIconFolder.ɵcmp = i0.ɵɵngDeclareComponent({ minVersion: "14.0.0", version: "14.1.2", type: SwirlIconFolder, selector: "swirl-icon-folder", inputs: { color: "color", size: "size" }, ngImport: i0, template: '<ng-content></ng-content>', isInline: true, changeDetection: i0.ChangeDetectionStrategy.OnPush });
|
|
2635
2635
|
SwirlIconFolder = __decorate([
|
|
2636
2636
|
ProxyCmp({
|
|
2637
2637
|
defineCustomElementFn: undefined,
|
|
2638
|
-
inputs: ['size']
|
|
2638
|
+
inputs: ['color', 'size']
|
|
2639
2639
|
})
|
|
2640
2640
|
], SwirlIconFolder);
|
|
2641
2641
|
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "14.1.2", ngImport: i0, type: SwirlIconFolder, decorators: [{
|
|
@@ -2644,7 +2644,7 @@ i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "14.1.2", ngImpor
|
|
|
2644
2644
|
selector: 'swirl-icon-folder',
|
|
2645
2645
|
changeDetection: ChangeDetectionStrategy.OnPush,
|
|
2646
2646
|
template: '<ng-content></ng-content>',
|
|
2647
|
-
inputs: ['size']
|
|
2647
|
+
inputs: ['color', 'size']
|
|
2648
2648
|
}]
|
|
2649
2649
|
}], ctorParameters: function () { return [{ type: i0.ChangeDetectorRef }, { type: i0.ElementRef }, { type: i0.NgZone }]; } });
|
|
2650
2650
|
let SwirlIconFolderShared = class SwirlIconFolderShared {
|
|
@@ -2655,11 +2655,11 @@ let SwirlIconFolderShared = class SwirlIconFolderShared {
|
|
|
2655
2655
|
}
|
|
2656
2656
|
};
|
|
2657
2657
|
SwirlIconFolderShared.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "14.1.2", ngImport: i0, type: SwirlIconFolderShared, deps: [{ token: i0.ChangeDetectorRef }, { token: i0.ElementRef }, { token: i0.NgZone }], target: i0.ɵɵFactoryTarget.Component });
|
|
2658
|
-
SwirlIconFolderShared.ɵcmp = i0.ɵɵngDeclareComponent({ minVersion: "14.0.0", version: "14.1.2", type: SwirlIconFolderShared, selector: "swirl-icon-folder-shared", inputs: { size: "size" }, ngImport: i0, template: '<ng-content></ng-content>', isInline: true, changeDetection: i0.ChangeDetectionStrategy.OnPush });
|
|
2658
|
+
SwirlIconFolderShared.ɵcmp = i0.ɵɵngDeclareComponent({ minVersion: "14.0.0", version: "14.1.2", type: SwirlIconFolderShared, selector: "swirl-icon-folder-shared", inputs: { color: "color", size: "size" }, ngImport: i0, template: '<ng-content></ng-content>', isInline: true, changeDetection: i0.ChangeDetectionStrategy.OnPush });
|
|
2659
2659
|
SwirlIconFolderShared = __decorate([
|
|
2660
2660
|
ProxyCmp({
|
|
2661
2661
|
defineCustomElementFn: undefined,
|
|
2662
|
-
inputs: ['size']
|
|
2662
|
+
inputs: ['color', 'size']
|
|
2663
2663
|
})
|
|
2664
2664
|
], SwirlIconFolderShared);
|
|
2665
2665
|
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "14.1.2", ngImport: i0, type: SwirlIconFolderShared, decorators: [{
|
|
@@ -2668,7 +2668,7 @@ i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "14.1.2", ngImpor
|
|
|
2668
2668
|
selector: 'swirl-icon-folder-shared',
|
|
2669
2669
|
changeDetection: ChangeDetectionStrategy.OnPush,
|
|
2670
2670
|
template: '<ng-content></ng-content>',
|
|
2671
|
-
inputs: ['size']
|
|
2671
|
+
inputs: ['color', 'size']
|
|
2672
2672
|
}]
|
|
2673
2673
|
}], ctorParameters: function () { return [{ type: i0.ChangeDetectorRef }, { type: i0.ElementRef }, { type: i0.NgZone }]; } });
|
|
2674
2674
|
let SwirlIconFormatHOne = class SwirlIconFormatHOne {
|
|
@@ -2679,11 +2679,11 @@ let SwirlIconFormatHOne = class SwirlIconFormatHOne {
|
|
|
2679
2679
|
}
|
|
2680
2680
|
};
|
|
2681
2681
|
SwirlIconFormatHOne.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "14.1.2", ngImport: i0, type: SwirlIconFormatHOne, deps: [{ token: i0.ChangeDetectorRef }, { token: i0.ElementRef }, { token: i0.NgZone }], target: i0.ɵɵFactoryTarget.Component });
|
|
2682
|
-
SwirlIconFormatHOne.ɵcmp = i0.ɵɵngDeclareComponent({ minVersion: "14.0.0", version: "14.1.2", type: SwirlIconFormatHOne, selector: "swirl-icon-format-h-one", inputs: { size: "size" }, ngImport: i0, template: '<ng-content></ng-content>', isInline: true, changeDetection: i0.ChangeDetectionStrategy.OnPush });
|
|
2682
|
+
SwirlIconFormatHOne.ɵcmp = i0.ɵɵngDeclareComponent({ minVersion: "14.0.0", version: "14.1.2", type: SwirlIconFormatHOne, selector: "swirl-icon-format-h-one", inputs: { color: "color", size: "size" }, ngImport: i0, template: '<ng-content></ng-content>', isInline: true, changeDetection: i0.ChangeDetectionStrategy.OnPush });
|
|
2683
2683
|
SwirlIconFormatHOne = __decorate([
|
|
2684
2684
|
ProxyCmp({
|
|
2685
2685
|
defineCustomElementFn: undefined,
|
|
2686
|
-
inputs: ['size']
|
|
2686
|
+
inputs: ['color', 'size']
|
|
2687
2687
|
})
|
|
2688
2688
|
], SwirlIconFormatHOne);
|
|
2689
2689
|
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "14.1.2", ngImport: i0, type: SwirlIconFormatHOne, decorators: [{
|
|
@@ -2692,7 +2692,7 @@ i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "14.1.2", ngImpor
|
|
|
2692
2692
|
selector: 'swirl-icon-format-h-one',
|
|
2693
2693
|
changeDetection: ChangeDetectionStrategy.OnPush,
|
|
2694
2694
|
template: '<ng-content></ng-content>',
|
|
2695
|
-
inputs: ['size']
|
|
2695
|
+
inputs: ['color', 'size']
|
|
2696
2696
|
}]
|
|
2697
2697
|
}], ctorParameters: function () { return [{ type: i0.ChangeDetectorRef }, { type: i0.ElementRef }, { type: i0.NgZone }]; } });
|
|
2698
2698
|
let SwirlIconFullscreen = class SwirlIconFullscreen {
|
|
@@ -2703,11 +2703,11 @@ let SwirlIconFullscreen = class SwirlIconFullscreen {
|
|
|
2703
2703
|
}
|
|
2704
2704
|
};
|
|
2705
2705
|
SwirlIconFullscreen.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "14.1.2", ngImport: i0, type: SwirlIconFullscreen, deps: [{ token: i0.ChangeDetectorRef }, { token: i0.ElementRef }, { token: i0.NgZone }], target: i0.ɵɵFactoryTarget.Component });
|
|
2706
|
-
SwirlIconFullscreen.ɵcmp = i0.ɵɵngDeclareComponent({ minVersion: "14.0.0", version: "14.1.2", type: SwirlIconFullscreen, selector: "swirl-icon-fullscreen", inputs: { size: "size" }, ngImport: i0, template: '<ng-content></ng-content>', isInline: true, changeDetection: i0.ChangeDetectionStrategy.OnPush });
|
|
2706
|
+
SwirlIconFullscreen.ɵcmp = i0.ɵɵngDeclareComponent({ minVersion: "14.0.0", version: "14.1.2", type: SwirlIconFullscreen, selector: "swirl-icon-fullscreen", inputs: { color: "color", size: "size" }, ngImport: i0, template: '<ng-content></ng-content>', isInline: true, changeDetection: i0.ChangeDetectionStrategy.OnPush });
|
|
2707
2707
|
SwirlIconFullscreen = __decorate([
|
|
2708
2708
|
ProxyCmp({
|
|
2709
2709
|
defineCustomElementFn: undefined,
|
|
2710
|
-
inputs: ['size']
|
|
2710
|
+
inputs: ['color', 'size']
|
|
2711
2711
|
})
|
|
2712
2712
|
], SwirlIconFullscreen);
|
|
2713
2713
|
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "14.1.2", ngImport: i0, type: SwirlIconFullscreen, decorators: [{
|
|
@@ -2716,7 +2716,7 @@ i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "14.1.2", ngImpor
|
|
|
2716
2716
|
selector: 'swirl-icon-fullscreen',
|
|
2717
2717
|
changeDetection: ChangeDetectionStrategy.OnPush,
|
|
2718
2718
|
template: '<ng-content></ng-content>',
|
|
2719
|
-
inputs: ['size']
|
|
2719
|
+
inputs: ['color', 'size']
|
|
2720
2720
|
}]
|
|
2721
2721
|
}], ctorParameters: function () { return [{ type: i0.ChangeDetectorRef }, { type: i0.ElementRef }, { type: i0.NgZone }]; } });
|
|
2722
2722
|
let SwirlIconFullscreenExit = class SwirlIconFullscreenExit {
|
|
@@ -2727,11 +2727,11 @@ let SwirlIconFullscreenExit = class SwirlIconFullscreenExit {
|
|
|
2727
2727
|
}
|
|
2728
2728
|
};
|
|
2729
2729
|
SwirlIconFullscreenExit.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "14.1.2", ngImport: i0, type: SwirlIconFullscreenExit, deps: [{ token: i0.ChangeDetectorRef }, { token: i0.ElementRef }, { token: i0.NgZone }], target: i0.ɵɵFactoryTarget.Component });
|
|
2730
|
-
SwirlIconFullscreenExit.ɵcmp = i0.ɵɵngDeclareComponent({ minVersion: "14.0.0", version: "14.1.2", type: SwirlIconFullscreenExit, selector: "swirl-icon-fullscreen-exit", inputs: { size: "size" }, ngImport: i0, template: '<ng-content></ng-content>', isInline: true, changeDetection: i0.ChangeDetectionStrategy.OnPush });
|
|
2730
|
+
SwirlIconFullscreenExit.ɵcmp = i0.ɵɵngDeclareComponent({ minVersion: "14.0.0", version: "14.1.2", type: SwirlIconFullscreenExit, selector: "swirl-icon-fullscreen-exit", inputs: { color: "color", size: "size" }, ngImport: i0, template: '<ng-content></ng-content>', isInline: true, changeDetection: i0.ChangeDetectionStrategy.OnPush });
|
|
2731
2731
|
SwirlIconFullscreenExit = __decorate([
|
|
2732
2732
|
ProxyCmp({
|
|
2733
2733
|
defineCustomElementFn: undefined,
|
|
2734
|
-
inputs: ['size']
|
|
2734
|
+
inputs: ['color', 'size']
|
|
2735
2735
|
})
|
|
2736
2736
|
], SwirlIconFullscreenExit);
|
|
2737
2737
|
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "14.1.2", ngImport: i0, type: SwirlIconFullscreenExit, decorators: [{
|
|
@@ -2740,7 +2740,7 @@ i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "14.1.2", ngImpor
|
|
|
2740
2740
|
selector: 'swirl-icon-fullscreen-exit',
|
|
2741
2741
|
changeDetection: ChangeDetectionStrategy.OnPush,
|
|
2742
2742
|
template: '<ng-content></ng-content>',
|
|
2743
|
-
inputs: ['size']
|
|
2743
|
+
inputs: ['color', 'size']
|
|
2744
2744
|
}]
|
|
2745
2745
|
}], ctorParameters: function () { return [{ type: i0.ChangeDetectorRef }, { type: i0.ElementRef }, { type: i0.NgZone }]; } });
|
|
2746
2746
|
let SwirlIconGif = class SwirlIconGif {
|
|
@@ -2751,11 +2751,11 @@ let SwirlIconGif = class SwirlIconGif {
|
|
|
2751
2751
|
}
|
|
2752
2752
|
};
|
|
2753
2753
|
SwirlIconGif.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "14.1.2", ngImport: i0, type: SwirlIconGif, deps: [{ token: i0.ChangeDetectorRef }, { token: i0.ElementRef }, { token: i0.NgZone }], target: i0.ɵɵFactoryTarget.Component });
|
|
2754
|
-
SwirlIconGif.ɵcmp = i0.ɵɵngDeclareComponent({ minVersion: "14.0.0", version: "14.1.2", type: SwirlIconGif, selector: "swirl-icon-gif", inputs: { size: "size" }, ngImport: i0, template: '<ng-content></ng-content>', isInline: true, changeDetection: i0.ChangeDetectionStrategy.OnPush });
|
|
2754
|
+
SwirlIconGif.ɵcmp = i0.ɵɵngDeclareComponent({ minVersion: "14.0.0", version: "14.1.2", type: SwirlIconGif, selector: "swirl-icon-gif", inputs: { color: "color", size: "size" }, ngImport: i0, template: '<ng-content></ng-content>', isInline: true, changeDetection: i0.ChangeDetectionStrategy.OnPush });
|
|
2755
2755
|
SwirlIconGif = __decorate([
|
|
2756
2756
|
ProxyCmp({
|
|
2757
2757
|
defineCustomElementFn: undefined,
|
|
2758
|
-
inputs: ['size']
|
|
2758
|
+
inputs: ['color', 'size']
|
|
2759
2759
|
})
|
|
2760
2760
|
], SwirlIconGif);
|
|
2761
2761
|
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "14.1.2", ngImport: i0, type: SwirlIconGif, decorators: [{
|
|
@@ -2764,7 +2764,7 @@ i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "14.1.2", ngImpor
|
|
|
2764
2764
|
selector: 'swirl-icon-gif',
|
|
2765
2765
|
changeDetection: ChangeDetectionStrategy.OnPush,
|
|
2766
2766
|
template: '<ng-content></ng-content>',
|
|
2767
|
-
inputs: ['size']
|
|
2767
|
+
inputs: ['color', 'size']
|
|
2768
2768
|
}]
|
|
2769
2769
|
}], ctorParameters: function () { return [{ type: i0.ChangeDetectorRef }, { type: i0.ElementRef }, { type: i0.NgZone }]; } });
|
|
2770
2770
|
let SwirlIconGroupAdd = class SwirlIconGroupAdd {
|
|
@@ -2775,11 +2775,11 @@ let SwirlIconGroupAdd = class SwirlIconGroupAdd {
|
|
|
2775
2775
|
}
|
|
2776
2776
|
};
|
|
2777
2777
|
SwirlIconGroupAdd.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "14.1.2", ngImport: i0, type: SwirlIconGroupAdd, deps: [{ token: i0.ChangeDetectorRef }, { token: i0.ElementRef }, { token: i0.NgZone }], target: i0.ɵɵFactoryTarget.Component });
|
|
2778
|
-
SwirlIconGroupAdd.ɵcmp = i0.ɵɵngDeclareComponent({ minVersion: "14.0.0", version: "14.1.2", type: SwirlIconGroupAdd, selector: "swirl-icon-group-add", inputs: { size: "size" }, ngImport: i0, template: '<ng-content></ng-content>', isInline: true, changeDetection: i0.ChangeDetectionStrategy.OnPush });
|
|
2778
|
+
SwirlIconGroupAdd.ɵcmp = i0.ɵɵngDeclareComponent({ minVersion: "14.0.0", version: "14.1.2", type: SwirlIconGroupAdd, selector: "swirl-icon-group-add", inputs: { color: "color", size: "size" }, ngImport: i0, template: '<ng-content></ng-content>', isInline: true, changeDetection: i0.ChangeDetectionStrategy.OnPush });
|
|
2779
2779
|
SwirlIconGroupAdd = __decorate([
|
|
2780
2780
|
ProxyCmp({
|
|
2781
2781
|
defineCustomElementFn: undefined,
|
|
2782
|
-
inputs: ['size']
|
|
2782
|
+
inputs: ['color', 'size']
|
|
2783
2783
|
})
|
|
2784
2784
|
], SwirlIconGroupAdd);
|
|
2785
2785
|
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "14.1.2", ngImport: i0, type: SwirlIconGroupAdd, decorators: [{
|
|
@@ -2788,7 +2788,7 @@ i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "14.1.2", ngImpor
|
|
|
2788
2788
|
selector: 'swirl-icon-group-add',
|
|
2789
2789
|
changeDetection: ChangeDetectionStrategy.OnPush,
|
|
2790
2790
|
template: '<ng-content></ng-content>',
|
|
2791
|
-
inputs: ['size']
|
|
2791
|
+
inputs: ['color', 'size']
|
|
2792
2792
|
}]
|
|
2793
2793
|
}], ctorParameters: function () { return [{ type: i0.ChangeDetectorRef }, { type: i0.ElementRef }, { type: i0.NgZone }]; } });
|
|
2794
2794
|
let SwirlIconGroupAssign = class SwirlIconGroupAssign {
|
|
@@ -2799,11 +2799,11 @@ let SwirlIconGroupAssign = class SwirlIconGroupAssign {
|
|
|
2799
2799
|
}
|
|
2800
2800
|
};
|
|
2801
2801
|
SwirlIconGroupAssign.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "14.1.2", ngImport: i0, type: SwirlIconGroupAssign, deps: [{ token: i0.ChangeDetectorRef }, { token: i0.ElementRef }, { token: i0.NgZone }], target: i0.ɵɵFactoryTarget.Component });
|
|
2802
|
-
SwirlIconGroupAssign.ɵcmp = i0.ɵɵngDeclareComponent({ minVersion: "14.0.0", version: "14.1.2", type: SwirlIconGroupAssign, selector: "swirl-icon-group-assign", inputs: { size: "size" }, ngImport: i0, template: '<ng-content></ng-content>', isInline: true, changeDetection: i0.ChangeDetectionStrategy.OnPush });
|
|
2802
|
+
SwirlIconGroupAssign.ɵcmp = i0.ɵɵngDeclareComponent({ minVersion: "14.0.0", version: "14.1.2", type: SwirlIconGroupAssign, selector: "swirl-icon-group-assign", inputs: { color: "color", size: "size" }, ngImport: i0, template: '<ng-content></ng-content>', isInline: true, changeDetection: i0.ChangeDetectionStrategy.OnPush });
|
|
2803
2803
|
SwirlIconGroupAssign = __decorate([
|
|
2804
2804
|
ProxyCmp({
|
|
2805
2805
|
defineCustomElementFn: undefined,
|
|
2806
|
-
inputs: ['size']
|
|
2806
|
+
inputs: ['color', 'size']
|
|
2807
2807
|
})
|
|
2808
2808
|
], SwirlIconGroupAssign);
|
|
2809
2809
|
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "14.1.2", ngImport: i0, type: SwirlIconGroupAssign, decorators: [{
|
|
@@ -2812,7 +2812,7 @@ i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "14.1.2", ngImpor
|
|
|
2812
2812
|
selector: 'swirl-icon-group-assign',
|
|
2813
2813
|
changeDetection: ChangeDetectionStrategy.OnPush,
|
|
2814
2814
|
template: '<ng-content></ng-content>',
|
|
2815
|
-
inputs: ['size']
|
|
2815
|
+
inputs: ['color', 'size']
|
|
2816
2816
|
}]
|
|
2817
2817
|
}], ctorParameters: function () { return [{ type: i0.ChangeDetectorRef }, { type: i0.ElementRef }, { type: i0.NgZone }]; } });
|
|
2818
2818
|
let SwirlIconGroups = class SwirlIconGroups {
|
|
@@ -2823,11 +2823,11 @@ let SwirlIconGroups = class SwirlIconGroups {
|
|
|
2823
2823
|
}
|
|
2824
2824
|
};
|
|
2825
2825
|
SwirlIconGroups.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "14.1.2", ngImport: i0, type: SwirlIconGroups, deps: [{ token: i0.ChangeDetectorRef }, { token: i0.ElementRef }, { token: i0.NgZone }], target: i0.ɵɵFactoryTarget.Component });
|
|
2826
|
-
SwirlIconGroups.ɵcmp = i0.ɵɵngDeclareComponent({ minVersion: "14.0.0", version: "14.1.2", type: SwirlIconGroups, selector: "swirl-icon-groups", inputs: { size: "size" }, ngImport: i0, template: '<ng-content></ng-content>', isInline: true, changeDetection: i0.ChangeDetectionStrategy.OnPush });
|
|
2826
|
+
SwirlIconGroups.ɵcmp = i0.ɵɵngDeclareComponent({ minVersion: "14.0.0", version: "14.1.2", type: SwirlIconGroups, selector: "swirl-icon-groups", inputs: { color: "color", size: "size" }, ngImport: i0, template: '<ng-content></ng-content>', isInline: true, changeDetection: i0.ChangeDetectionStrategy.OnPush });
|
|
2827
2827
|
SwirlIconGroups = __decorate([
|
|
2828
2828
|
ProxyCmp({
|
|
2829
2829
|
defineCustomElementFn: undefined,
|
|
2830
|
-
inputs: ['size']
|
|
2830
|
+
inputs: ['color', 'size']
|
|
2831
2831
|
})
|
|
2832
2832
|
], SwirlIconGroups);
|
|
2833
2833
|
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "14.1.2", ngImport: i0, type: SwirlIconGroups, decorators: [{
|
|
@@ -2836,7 +2836,7 @@ i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "14.1.2", ngImpor
|
|
|
2836
2836
|
selector: 'swirl-icon-groups',
|
|
2837
2837
|
changeDetection: ChangeDetectionStrategy.OnPush,
|
|
2838
2838
|
template: '<ng-content></ng-content>',
|
|
2839
|
-
inputs: ['size']
|
|
2839
|
+
inputs: ['color', 'size']
|
|
2840
2840
|
}]
|
|
2841
2841
|
}], ctorParameters: function () { return [{ type: i0.ChangeDetectorRef }, { type: i0.ElementRef }, { type: i0.NgZone }]; } });
|
|
2842
2842
|
let SwirlIconGroupsCustom = class SwirlIconGroupsCustom {
|
|
@@ -2847,11 +2847,11 @@ let SwirlIconGroupsCustom = class SwirlIconGroupsCustom {
|
|
|
2847
2847
|
}
|
|
2848
2848
|
};
|
|
2849
2849
|
SwirlIconGroupsCustom.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "14.1.2", ngImport: i0, type: SwirlIconGroupsCustom, deps: [{ token: i0.ChangeDetectorRef }, { token: i0.ElementRef }, { token: i0.NgZone }], target: i0.ɵɵFactoryTarget.Component });
|
|
2850
|
-
SwirlIconGroupsCustom.ɵcmp = i0.ɵɵngDeclareComponent({ minVersion: "14.0.0", version: "14.1.2", type: SwirlIconGroupsCustom, selector: "swirl-icon-groups-custom", inputs: { size: "size" }, ngImport: i0, template: '<ng-content></ng-content>', isInline: true, changeDetection: i0.ChangeDetectionStrategy.OnPush });
|
|
2850
|
+
SwirlIconGroupsCustom.ɵcmp = i0.ɵɵngDeclareComponent({ minVersion: "14.0.0", version: "14.1.2", type: SwirlIconGroupsCustom, selector: "swirl-icon-groups-custom", inputs: { color: "color", size: "size" }, ngImport: i0, template: '<ng-content></ng-content>', isInline: true, changeDetection: i0.ChangeDetectionStrategy.OnPush });
|
|
2851
2851
|
SwirlIconGroupsCustom = __decorate([
|
|
2852
2852
|
ProxyCmp({
|
|
2853
2853
|
defineCustomElementFn: undefined,
|
|
2854
|
-
inputs: ['size']
|
|
2854
|
+
inputs: ['color', 'size']
|
|
2855
2855
|
})
|
|
2856
2856
|
], SwirlIconGroupsCustom);
|
|
2857
2857
|
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "14.1.2", ngImport: i0, type: SwirlIconGroupsCustom, decorators: [{
|
|
@@ -2860,7 +2860,7 @@ i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "14.1.2", ngImpor
|
|
|
2860
2860
|
selector: 'swirl-icon-groups-custom',
|
|
2861
2861
|
changeDetection: ChangeDetectionStrategy.OnPush,
|
|
2862
2862
|
template: '<ng-content></ng-content>',
|
|
2863
|
-
inputs: ['size']
|
|
2863
|
+
inputs: ['color', 'size']
|
|
2864
2864
|
}]
|
|
2865
2865
|
}], ctorParameters: function () { return [{ type: i0.ChangeDetectorRef }, { type: i0.ElementRef }, { type: i0.NgZone }]; } });
|
|
2866
2866
|
let SwirlIconGroupsFilled = class SwirlIconGroupsFilled {
|
|
@@ -2871,11 +2871,11 @@ let SwirlIconGroupsFilled = class SwirlIconGroupsFilled {
|
|
|
2871
2871
|
}
|
|
2872
2872
|
};
|
|
2873
2873
|
SwirlIconGroupsFilled.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "14.1.2", ngImport: i0, type: SwirlIconGroupsFilled, deps: [{ token: i0.ChangeDetectorRef }, { token: i0.ElementRef }, { token: i0.NgZone }], target: i0.ɵɵFactoryTarget.Component });
|
|
2874
|
-
SwirlIconGroupsFilled.ɵcmp = i0.ɵɵngDeclareComponent({ minVersion: "14.0.0", version: "14.1.2", type: SwirlIconGroupsFilled, selector: "swirl-icon-groups-filled", inputs: { size: "size" }, ngImport: i0, template: '<ng-content></ng-content>', isInline: true, changeDetection: i0.ChangeDetectionStrategy.OnPush });
|
|
2874
|
+
SwirlIconGroupsFilled.ɵcmp = i0.ɵɵngDeclareComponent({ minVersion: "14.0.0", version: "14.1.2", type: SwirlIconGroupsFilled, selector: "swirl-icon-groups-filled", inputs: { color: "color", size: "size" }, ngImport: i0, template: '<ng-content></ng-content>', isInline: true, changeDetection: i0.ChangeDetectionStrategy.OnPush });
|
|
2875
2875
|
SwirlIconGroupsFilled = __decorate([
|
|
2876
2876
|
ProxyCmp({
|
|
2877
2877
|
defineCustomElementFn: undefined,
|
|
2878
|
-
inputs: ['size']
|
|
2878
|
+
inputs: ['color', 'size']
|
|
2879
2879
|
})
|
|
2880
2880
|
], SwirlIconGroupsFilled);
|
|
2881
2881
|
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "14.1.2", ngImport: i0, type: SwirlIconGroupsFilled, decorators: [{
|
|
@@ -2884,7 +2884,7 @@ i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "14.1.2", ngImpor
|
|
|
2884
2884
|
selector: 'swirl-icon-groups-filled',
|
|
2885
2885
|
changeDetection: ChangeDetectionStrategy.OnPush,
|
|
2886
2886
|
template: '<ng-content></ng-content>',
|
|
2887
|
-
inputs: ['size']
|
|
2887
|
+
inputs: ['color', 'size']
|
|
2888
2888
|
}]
|
|
2889
2889
|
}], ctorParameters: function () { return [{ type: i0.ChangeDetectorRef }, { type: i0.ElementRef }, { type: i0.NgZone }]; } });
|
|
2890
2890
|
let SwirlIconGroupsOutlined = class SwirlIconGroupsOutlined {
|
|
@@ -2895,11 +2895,11 @@ let SwirlIconGroupsOutlined = class SwirlIconGroupsOutlined {
|
|
|
2895
2895
|
}
|
|
2896
2896
|
};
|
|
2897
2897
|
SwirlIconGroupsOutlined.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "14.1.2", ngImport: i0, type: SwirlIconGroupsOutlined, deps: [{ token: i0.ChangeDetectorRef }, { token: i0.ElementRef }, { token: i0.NgZone }], target: i0.ɵɵFactoryTarget.Component });
|
|
2898
|
-
SwirlIconGroupsOutlined.ɵcmp = i0.ɵɵngDeclareComponent({ minVersion: "14.0.0", version: "14.1.2", type: SwirlIconGroupsOutlined, selector: "swirl-icon-groups-outlined", inputs: { size: "size" }, ngImport: i0, template: '<ng-content></ng-content>', isInline: true, changeDetection: i0.ChangeDetectionStrategy.OnPush });
|
|
2898
|
+
SwirlIconGroupsOutlined.ɵcmp = i0.ɵɵngDeclareComponent({ minVersion: "14.0.0", version: "14.1.2", type: SwirlIconGroupsOutlined, selector: "swirl-icon-groups-outlined", inputs: { color: "color", size: "size" }, ngImport: i0, template: '<ng-content></ng-content>', isInline: true, changeDetection: i0.ChangeDetectionStrategy.OnPush });
|
|
2899
2899
|
SwirlIconGroupsOutlined = __decorate([
|
|
2900
2900
|
ProxyCmp({
|
|
2901
2901
|
defineCustomElementFn: undefined,
|
|
2902
|
-
inputs: ['size']
|
|
2902
|
+
inputs: ['color', 'size']
|
|
2903
2903
|
})
|
|
2904
2904
|
], SwirlIconGroupsOutlined);
|
|
2905
2905
|
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "14.1.2", ngImport: i0, type: SwirlIconGroupsOutlined, decorators: [{
|
|
@@ -2908,7 +2908,7 @@ i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "14.1.2", ngImpor
|
|
|
2908
2908
|
selector: 'swirl-icon-groups-outlined',
|
|
2909
2909
|
changeDetection: ChangeDetectionStrategy.OnPush,
|
|
2910
2910
|
template: '<ng-content></ng-content>',
|
|
2911
|
-
inputs: ['size']
|
|
2911
|
+
inputs: ['color', 'size']
|
|
2912
2912
|
}]
|
|
2913
2913
|
}], ctorParameters: function () { return [{ type: i0.ChangeDetectorRef }, { type: i0.ElementRef }, { type: i0.NgZone }]; } });
|
|
2914
2914
|
let SwirlIconHelp = class SwirlIconHelp {
|
|
@@ -2919,11 +2919,11 @@ let SwirlIconHelp = class SwirlIconHelp {
|
|
|
2919
2919
|
}
|
|
2920
2920
|
};
|
|
2921
2921
|
SwirlIconHelp.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "14.1.2", ngImport: i0, type: SwirlIconHelp, deps: [{ token: i0.ChangeDetectorRef }, { token: i0.ElementRef }, { token: i0.NgZone }], target: i0.ɵɵFactoryTarget.Component });
|
|
2922
|
-
SwirlIconHelp.ɵcmp = i0.ɵɵngDeclareComponent({ minVersion: "14.0.0", version: "14.1.2", type: SwirlIconHelp, selector: "swirl-icon-help", inputs: { size: "size" }, ngImport: i0, template: '<ng-content></ng-content>', isInline: true, changeDetection: i0.ChangeDetectionStrategy.OnPush });
|
|
2922
|
+
SwirlIconHelp.ɵcmp = i0.ɵɵngDeclareComponent({ minVersion: "14.0.0", version: "14.1.2", type: SwirlIconHelp, selector: "swirl-icon-help", inputs: { color: "color", size: "size" }, ngImport: i0, template: '<ng-content></ng-content>', isInline: true, changeDetection: i0.ChangeDetectionStrategy.OnPush });
|
|
2923
2923
|
SwirlIconHelp = __decorate([
|
|
2924
2924
|
ProxyCmp({
|
|
2925
2925
|
defineCustomElementFn: undefined,
|
|
2926
|
-
inputs: ['size']
|
|
2926
|
+
inputs: ['color', 'size']
|
|
2927
2927
|
})
|
|
2928
2928
|
], SwirlIconHelp);
|
|
2929
2929
|
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "14.1.2", ngImport: i0, type: SwirlIconHelp, decorators: [{
|
|
@@ -2932,7 +2932,7 @@ i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "14.1.2", ngImpor
|
|
|
2932
2932
|
selector: 'swirl-icon-help',
|
|
2933
2933
|
changeDetection: ChangeDetectionStrategy.OnPush,
|
|
2934
2934
|
template: '<ng-content></ng-content>',
|
|
2935
|
-
inputs: ['size']
|
|
2935
|
+
inputs: ['color', 'size']
|
|
2936
2936
|
}]
|
|
2937
2937
|
}], ctorParameters: function () { return [{ type: i0.ChangeDetectorRef }, { type: i0.ElementRef }, { type: i0.NgZone }]; } });
|
|
2938
2938
|
let SwirlIconHighlight = class SwirlIconHighlight {
|
|
@@ -2943,11 +2943,11 @@ let SwirlIconHighlight = class SwirlIconHighlight {
|
|
|
2943
2943
|
}
|
|
2944
2944
|
};
|
|
2945
2945
|
SwirlIconHighlight.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "14.1.2", ngImport: i0, type: SwirlIconHighlight, deps: [{ token: i0.ChangeDetectorRef }, { token: i0.ElementRef }, { token: i0.NgZone }], target: i0.ɵɵFactoryTarget.Component });
|
|
2946
|
-
SwirlIconHighlight.ɵcmp = i0.ɵɵngDeclareComponent({ minVersion: "14.0.0", version: "14.1.2", type: SwirlIconHighlight, selector: "swirl-icon-highlight", inputs: { size: "size" }, ngImport: i0, template: '<ng-content></ng-content>', isInline: true, changeDetection: i0.ChangeDetectionStrategy.OnPush });
|
|
2946
|
+
SwirlIconHighlight.ɵcmp = i0.ɵɵngDeclareComponent({ minVersion: "14.0.0", version: "14.1.2", type: SwirlIconHighlight, selector: "swirl-icon-highlight", inputs: { color: "color", size: "size" }, ngImport: i0, template: '<ng-content></ng-content>', isInline: true, changeDetection: i0.ChangeDetectionStrategy.OnPush });
|
|
2947
2947
|
SwirlIconHighlight = __decorate([
|
|
2948
2948
|
ProxyCmp({
|
|
2949
2949
|
defineCustomElementFn: undefined,
|
|
2950
|
-
inputs: ['size']
|
|
2950
|
+
inputs: ['color', 'size']
|
|
2951
2951
|
})
|
|
2952
2952
|
], SwirlIconHighlight);
|
|
2953
2953
|
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "14.1.2", ngImport: i0, type: SwirlIconHighlight, decorators: [{
|
|
@@ -2956,7 +2956,7 @@ i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "14.1.2", ngImpor
|
|
|
2956
2956
|
selector: 'swirl-icon-highlight',
|
|
2957
2957
|
changeDetection: ChangeDetectionStrategy.OnPush,
|
|
2958
2958
|
template: '<ng-content></ng-content>',
|
|
2959
|
-
inputs: ['size']
|
|
2959
|
+
inputs: ['color', 'size']
|
|
2960
2960
|
}]
|
|
2961
2961
|
}], ctorParameters: function () { return [{ type: i0.ChangeDetectorRef }, { type: i0.ElementRef }, { type: i0.NgZone }]; } });
|
|
2962
2962
|
let SwirlIconHome = class SwirlIconHome {
|
|
@@ -2967,11 +2967,11 @@ let SwirlIconHome = class SwirlIconHome {
|
|
|
2967
2967
|
}
|
|
2968
2968
|
};
|
|
2969
2969
|
SwirlIconHome.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "14.1.2", ngImport: i0, type: SwirlIconHome, deps: [{ token: i0.ChangeDetectorRef }, { token: i0.ElementRef }, { token: i0.NgZone }], target: i0.ɵɵFactoryTarget.Component });
|
|
2970
|
-
SwirlIconHome.ɵcmp = i0.ɵɵngDeclareComponent({ minVersion: "14.0.0", version: "14.1.2", type: SwirlIconHome, selector: "swirl-icon-home", inputs: { size: "size" }, ngImport: i0, template: '<ng-content></ng-content>', isInline: true, changeDetection: i0.ChangeDetectionStrategy.OnPush });
|
|
2970
|
+
SwirlIconHome.ɵcmp = i0.ɵɵngDeclareComponent({ minVersion: "14.0.0", version: "14.1.2", type: SwirlIconHome, selector: "swirl-icon-home", inputs: { color: "color", size: "size" }, ngImport: i0, template: '<ng-content></ng-content>', isInline: true, changeDetection: i0.ChangeDetectionStrategy.OnPush });
|
|
2971
2971
|
SwirlIconHome = __decorate([
|
|
2972
2972
|
ProxyCmp({
|
|
2973
2973
|
defineCustomElementFn: undefined,
|
|
2974
|
-
inputs: ['size']
|
|
2974
|
+
inputs: ['color', 'size']
|
|
2975
2975
|
})
|
|
2976
2976
|
], SwirlIconHome);
|
|
2977
2977
|
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "14.1.2", ngImport: i0, type: SwirlIconHome, decorators: [{
|
|
@@ -2980,7 +2980,7 @@ i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "14.1.2", ngImpor
|
|
|
2980
2980
|
selector: 'swirl-icon-home',
|
|
2981
2981
|
changeDetection: ChangeDetectionStrategy.OnPush,
|
|
2982
2982
|
template: '<ng-content></ng-content>',
|
|
2983
|
-
inputs: ['size']
|
|
2983
|
+
inputs: ['color', 'size']
|
|
2984
2984
|
}]
|
|
2985
2985
|
}], ctorParameters: function () { return [{ type: i0.ChangeDetectorRef }, { type: i0.ElementRef }, { type: i0.NgZone }]; } });
|
|
2986
2986
|
let SwirlIconImage = class SwirlIconImage {
|
|
@@ -2991,11 +2991,11 @@ let SwirlIconImage = class SwirlIconImage {
|
|
|
2991
2991
|
}
|
|
2992
2992
|
};
|
|
2993
2993
|
SwirlIconImage.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "14.1.2", ngImport: i0, type: SwirlIconImage, deps: [{ token: i0.ChangeDetectorRef }, { token: i0.ElementRef }, { token: i0.NgZone }], target: i0.ɵɵFactoryTarget.Component });
|
|
2994
|
-
SwirlIconImage.ɵcmp = i0.ɵɵngDeclareComponent({ minVersion: "14.0.0", version: "14.1.2", type: SwirlIconImage, selector: "swirl-icon-image", inputs: { size: "size" }, ngImport: i0, template: '<ng-content></ng-content>', isInline: true, changeDetection: i0.ChangeDetectionStrategy.OnPush });
|
|
2994
|
+
SwirlIconImage.ɵcmp = i0.ɵɵngDeclareComponent({ minVersion: "14.0.0", version: "14.1.2", type: SwirlIconImage, selector: "swirl-icon-image", inputs: { color: "color", size: "size" }, ngImport: i0, template: '<ng-content></ng-content>', isInline: true, changeDetection: i0.ChangeDetectionStrategy.OnPush });
|
|
2995
2995
|
SwirlIconImage = __decorate([
|
|
2996
2996
|
ProxyCmp({
|
|
2997
2997
|
defineCustomElementFn: undefined,
|
|
2998
|
-
inputs: ['size']
|
|
2998
|
+
inputs: ['color', 'size']
|
|
2999
2999
|
})
|
|
3000
3000
|
], SwirlIconImage);
|
|
3001
3001
|
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "14.1.2", ngImport: i0, type: SwirlIconImage, decorators: [{
|
|
@@ -3004,7 +3004,7 @@ i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "14.1.2", ngImpor
|
|
|
3004
3004
|
selector: 'swirl-icon-image',
|
|
3005
3005
|
changeDetection: ChangeDetectionStrategy.OnPush,
|
|
3006
3006
|
template: '<ng-content></ng-content>',
|
|
3007
|
-
inputs: ['size']
|
|
3007
|
+
inputs: ['color', 'size']
|
|
3008
3008
|
}]
|
|
3009
3009
|
}], ctorParameters: function () { return [{ type: i0.ChangeDetectorRef }, { type: i0.ElementRef }, { type: i0.NgZone }]; } });
|
|
3010
3010
|
let SwirlIconImproveText = class SwirlIconImproveText {
|
|
@@ -3015,11 +3015,11 @@ let SwirlIconImproveText = class SwirlIconImproveText {
|
|
|
3015
3015
|
}
|
|
3016
3016
|
};
|
|
3017
3017
|
SwirlIconImproveText.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "14.1.2", ngImport: i0, type: SwirlIconImproveText, deps: [{ token: i0.ChangeDetectorRef }, { token: i0.ElementRef }, { token: i0.NgZone }], target: i0.ɵɵFactoryTarget.Component });
|
|
3018
|
-
SwirlIconImproveText.ɵcmp = i0.ɵɵngDeclareComponent({ minVersion: "14.0.0", version: "14.1.2", type: SwirlIconImproveText, selector: "swirl-icon-improve-text", inputs: { size: "size" }, ngImport: i0, template: '<ng-content></ng-content>', isInline: true, changeDetection: i0.ChangeDetectionStrategy.OnPush });
|
|
3018
|
+
SwirlIconImproveText.ɵcmp = i0.ɵɵngDeclareComponent({ minVersion: "14.0.0", version: "14.1.2", type: SwirlIconImproveText, selector: "swirl-icon-improve-text", inputs: { color: "color", size: "size" }, ngImport: i0, template: '<ng-content></ng-content>', isInline: true, changeDetection: i0.ChangeDetectionStrategy.OnPush });
|
|
3019
3019
|
SwirlIconImproveText = __decorate([
|
|
3020
3020
|
ProxyCmp({
|
|
3021
3021
|
defineCustomElementFn: undefined,
|
|
3022
|
-
inputs: ['size']
|
|
3022
|
+
inputs: ['color', 'size']
|
|
3023
3023
|
})
|
|
3024
3024
|
], SwirlIconImproveText);
|
|
3025
3025
|
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "14.1.2", ngImport: i0, type: SwirlIconImproveText, decorators: [{
|
|
@@ -3028,7 +3028,7 @@ i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "14.1.2", ngImpor
|
|
|
3028
3028
|
selector: 'swirl-icon-improve-text',
|
|
3029
3029
|
changeDetection: ChangeDetectionStrategy.OnPush,
|
|
3030
3030
|
template: '<ng-content></ng-content>',
|
|
3031
|
-
inputs: ['size']
|
|
3031
|
+
inputs: ['color', 'size']
|
|
3032
3032
|
}]
|
|
3033
3033
|
}], ctorParameters: function () { return [{ type: i0.ChangeDetectorRef }, { type: i0.ElementRef }, { type: i0.NgZone }]; } });
|
|
3034
3034
|
let SwirlIconInfo = class SwirlIconInfo {
|
|
@@ -3039,11 +3039,11 @@ let SwirlIconInfo = class SwirlIconInfo {
|
|
|
3039
3039
|
}
|
|
3040
3040
|
};
|
|
3041
3041
|
SwirlIconInfo.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "14.1.2", ngImport: i0, type: SwirlIconInfo, deps: [{ token: i0.ChangeDetectorRef }, { token: i0.ElementRef }, { token: i0.NgZone }], target: i0.ɵɵFactoryTarget.Component });
|
|
3042
|
-
SwirlIconInfo.ɵcmp = i0.ɵɵngDeclareComponent({ minVersion: "14.0.0", version: "14.1.2", type: SwirlIconInfo, selector: "swirl-icon-info", inputs: { size: "size" }, ngImport: i0, template: '<ng-content></ng-content>', isInline: true, changeDetection: i0.ChangeDetectionStrategy.OnPush });
|
|
3042
|
+
SwirlIconInfo.ɵcmp = i0.ɵɵngDeclareComponent({ minVersion: "14.0.0", version: "14.1.2", type: SwirlIconInfo, selector: "swirl-icon-info", inputs: { color: "color", size: "size" }, ngImport: i0, template: '<ng-content></ng-content>', isInline: true, changeDetection: i0.ChangeDetectionStrategy.OnPush });
|
|
3043
3043
|
SwirlIconInfo = __decorate([
|
|
3044
3044
|
ProxyCmp({
|
|
3045
3045
|
defineCustomElementFn: undefined,
|
|
3046
|
-
inputs: ['size']
|
|
3046
|
+
inputs: ['color', 'size']
|
|
3047
3047
|
})
|
|
3048
3048
|
], SwirlIconInfo);
|
|
3049
3049
|
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "14.1.2", ngImport: i0, type: SwirlIconInfo, decorators: [{
|
|
@@ -3052,7 +3052,7 @@ i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "14.1.2", ngImpor
|
|
|
3052
3052
|
selector: 'swirl-icon-info',
|
|
3053
3053
|
changeDetection: ChangeDetectionStrategy.OnPush,
|
|
3054
3054
|
template: '<ng-content></ng-content>',
|
|
3055
|
-
inputs: ['size']
|
|
3055
|
+
inputs: ['color', 'size']
|
|
3056
3056
|
}]
|
|
3057
3057
|
}], ctorParameters: function () { return [{ type: i0.ChangeDetectorRef }, { type: i0.ElementRef }, { type: i0.NgZone }]; } });
|
|
3058
3058
|
let SwirlIconInsertBelow = class SwirlIconInsertBelow {
|
|
@@ -3063,11 +3063,11 @@ let SwirlIconInsertBelow = class SwirlIconInsertBelow {
|
|
|
3063
3063
|
}
|
|
3064
3064
|
};
|
|
3065
3065
|
SwirlIconInsertBelow.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "14.1.2", ngImport: i0, type: SwirlIconInsertBelow, deps: [{ token: i0.ChangeDetectorRef }, { token: i0.ElementRef }, { token: i0.NgZone }], target: i0.ɵɵFactoryTarget.Component });
|
|
3066
|
-
SwirlIconInsertBelow.ɵcmp = i0.ɵɵngDeclareComponent({ minVersion: "14.0.0", version: "14.1.2", type: SwirlIconInsertBelow, selector: "swirl-icon-insert-below", inputs: { size: "size" }, ngImport: i0, template: '<ng-content></ng-content>', isInline: true, changeDetection: i0.ChangeDetectionStrategy.OnPush });
|
|
3066
|
+
SwirlIconInsertBelow.ɵcmp = i0.ɵɵngDeclareComponent({ minVersion: "14.0.0", version: "14.1.2", type: SwirlIconInsertBelow, selector: "swirl-icon-insert-below", inputs: { color: "color", size: "size" }, ngImport: i0, template: '<ng-content></ng-content>', isInline: true, changeDetection: i0.ChangeDetectionStrategy.OnPush });
|
|
3067
3067
|
SwirlIconInsertBelow = __decorate([
|
|
3068
3068
|
ProxyCmp({
|
|
3069
3069
|
defineCustomElementFn: undefined,
|
|
3070
|
-
inputs: ['size']
|
|
3070
|
+
inputs: ['color', 'size']
|
|
3071
3071
|
})
|
|
3072
3072
|
], SwirlIconInsertBelow);
|
|
3073
3073
|
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "14.1.2", ngImport: i0, type: SwirlIconInsertBelow, decorators: [{
|
|
@@ -3076,7 +3076,7 @@ i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "14.1.2", ngImpor
|
|
|
3076
3076
|
selector: 'swirl-icon-insert-below',
|
|
3077
3077
|
changeDetection: ChangeDetectionStrategy.OnPush,
|
|
3078
3078
|
template: '<ng-content></ng-content>',
|
|
3079
|
-
inputs: ['size']
|
|
3079
|
+
inputs: ['color', 'size']
|
|
3080
3080
|
}]
|
|
3081
3081
|
}], ctorParameters: function () { return [{ type: i0.ChangeDetectorRef }, { type: i0.ElementRef }, { type: i0.NgZone }]; } });
|
|
3082
3082
|
let SwirlIconInsertOnTop = class SwirlIconInsertOnTop {
|
|
@@ -3087,11 +3087,11 @@ let SwirlIconInsertOnTop = class SwirlIconInsertOnTop {
|
|
|
3087
3087
|
}
|
|
3088
3088
|
};
|
|
3089
3089
|
SwirlIconInsertOnTop.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "14.1.2", ngImport: i0, type: SwirlIconInsertOnTop, deps: [{ token: i0.ChangeDetectorRef }, { token: i0.ElementRef }, { token: i0.NgZone }], target: i0.ɵɵFactoryTarget.Component });
|
|
3090
|
-
SwirlIconInsertOnTop.ɵcmp = i0.ɵɵngDeclareComponent({ minVersion: "14.0.0", version: "14.1.2", type: SwirlIconInsertOnTop, selector: "swirl-icon-insert-on-top", inputs: { size: "size" }, ngImport: i0, template: '<ng-content></ng-content>', isInline: true, changeDetection: i0.ChangeDetectionStrategy.OnPush });
|
|
3090
|
+
SwirlIconInsertOnTop.ɵcmp = i0.ɵɵngDeclareComponent({ minVersion: "14.0.0", version: "14.1.2", type: SwirlIconInsertOnTop, selector: "swirl-icon-insert-on-top", inputs: { color: "color", size: "size" }, ngImport: i0, template: '<ng-content></ng-content>', isInline: true, changeDetection: i0.ChangeDetectionStrategy.OnPush });
|
|
3091
3091
|
SwirlIconInsertOnTop = __decorate([
|
|
3092
3092
|
ProxyCmp({
|
|
3093
3093
|
defineCustomElementFn: undefined,
|
|
3094
|
-
inputs: ['size']
|
|
3094
|
+
inputs: ['color', 'size']
|
|
3095
3095
|
})
|
|
3096
3096
|
], SwirlIconInsertOnTop);
|
|
3097
3097
|
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "14.1.2", ngImport: i0, type: SwirlIconInsertOnTop, decorators: [{
|
|
@@ -3100,7 +3100,7 @@ i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "14.1.2", ngImpor
|
|
|
3100
3100
|
selector: 'swirl-icon-insert-on-top',
|
|
3101
3101
|
changeDetection: ChangeDetectionStrategy.OnPush,
|
|
3102
3102
|
template: '<ng-content></ng-content>',
|
|
3103
|
-
inputs: ['size']
|
|
3103
|
+
inputs: ['color', 'size']
|
|
3104
3104
|
}]
|
|
3105
3105
|
}], ctorParameters: function () { return [{ type: i0.ChangeDetectorRef }, { type: i0.ElementRef }, { type: i0.NgZone }]; } });
|
|
3106
3106
|
let SwirlIconInventory = class SwirlIconInventory {
|
|
@@ -3111,11 +3111,11 @@ let SwirlIconInventory = class SwirlIconInventory {
|
|
|
3111
3111
|
}
|
|
3112
3112
|
};
|
|
3113
3113
|
SwirlIconInventory.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "14.1.2", ngImport: i0, type: SwirlIconInventory, deps: [{ token: i0.ChangeDetectorRef }, { token: i0.ElementRef }, { token: i0.NgZone }], target: i0.ɵɵFactoryTarget.Component });
|
|
3114
|
-
SwirlIconInventory.ɵcmp = i0.ɵɵngDeclareComponent({ minVersion: "14.0.0", version: "14.1.2", type: SwirlIconInventory, selector: "swirl-icon-inventory", inputs: { size: "size" }, ngImport: i0, template: '<ng-content></ng-content>', isInline: true, changeDetection: i0.ChangeDetectionStrategy.OnPush });
|
|
3114
|
+
SwirlIconInventory.ɵcmp = i0.ɵɵngDeclareComponent({ minVersion: "14.0.0", version: "14.1.2", type: SwirlIconInventory, selector: "swirl-icon-inventory", inputs: { color: "color", size: "size" }, ngImport: i0, template: '<ng-content></ng-content>', isInline: true, changeDetection: i0.ChangeDetectionStrategy.OnPush });
|
|
3115
3115
|
SwirlIconInventory = __decorate([
|
|
3116
3116
|
ProxyCmp({
|
|
3117
3117
|
defineCustomElementFn: undefined,
|
|
3118
|
-
inputs: ['size']
|
|
3118
|
+
inputs: ['color', 'size']
|
|
3119
3119
|
})
|
|
3120
3120
|
], SwirlIconInventory);
|
|
3121
3121
|
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "14.1.2", ngImport: i0, type: SwirlIconInventory, decorators: [{
|
|
@@ -3124,7 +3124,7 @@ i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "14.1.2", ngImpor
|
|
|
3124
3124
|
selector: 'swirl-icon-inventory',
|
|
3125
3125
|
changeDetection: ChangeDetectionStrategy.OnPush,
|
|
3126
3126
|
template: '<ng-content></ng-content>',
|
|
3127
|
-
inputs: ['size']
|
|
3127
|
+
inputs: ['color', 'size']
|
|
3128
3128
|
}]
|
|
3129
3129
|
}], ctorParameters: function () { return [{ type: i0.ChangeDetectorRef }, { type: i0.ElementRef }, { type: i0.NgZone }]; } });
|
|
3130
3130
|
let SwirlIconLightMode = class SwirlIconLightMode {
|
|
@@ -3135,11 +3135,11 @@ let SwirlIconLightMode = class SwirlIconLightMode {
|
|
|
3135
3135
|
}
|
|
3136
3136
|
};
|
|
3137
3137
|
SwirlIconLightMode.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "14.1.2", ngImport: i0, type: SwirlIconLightMode, deps: [{ token: i0.ChangeDetectorRef }, { token: i0.ElementRef }, { token: i0.NgZone }], target: i0.ɵɵFactoryTarget.Component });
|
|
3138
|
-
SwirlIconLightMode.ɵcmp = i0.ɵɵngDeclareComponent({ minVersion: "14.0.0", version: "14.1.2", type: SwirlIconLightMode, selector: "swirl-icon-light-mode", inputs: { size: "size" }, ngImport: i0, template: '<ng-content></ng-content>', isInline: true, changeDetection: i0.ChangeDetectionStrategy.OnPush });
|
|
3138
|
+
SwirlIconLightMode.ɵcmp = i0.ɵɵngDeclareComponent({ minVersion: "14.0.0", version: "14.1.2", type: SwirlIconLightMode, selector: "swirl-icon-light-mode", inputs: { color: "color", size: "size" }, ngImport: i0, template: '<ng-content></ng-content>', isInline: true, changeDetection: i0.ChangeDetectionStrategy.OnPush });
|
|
3139
3139
|
SwirlIconLightMode = __decorate([
|
|
3140
3140
|
ProxyCmp({
|
|
3141
3141
|
defineCustomElementFn: undefined,
|
|
3142
|
-
inputs: ['size']
|
|
3142
|
+
inputs: ['color', 'size']
|
|
3143
3143
|
})
|
|
3144
3144
|
], SwirlIconLightMode);
|
|
3145
3145
|
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "14.1.2", ngImport: i0, type: SwirlIconLightMode, decorators: [{
|
|
@@ -3148,7 +3148,7 @@ i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "14.1.2", ngImpor
|
|
|
3148
3148
|
selector: 'swirl-icon-light-mode',
|
|
3149
3149
|
changeDetection: ChangeDetectionStrategy.OnPush,
|
|
3150
3150
|
template: '<ng-content></ng-content>',
|
|
3151
|
-
inputs: ['size']
|
|
3151
|
+
inputs: ['color', 'size']
|
|
3152
3152
|
}]
|
|
3153
3153
|
}], ctorParameters: function () { return [{ type: i0.ChangeDetectorRef }, { type: i0.ElementRef }, { type: i0.NgZone }]; } });
|
|
3154
3154
|
let SwirlIconLike = class SwirlIconLike {
|
|
@@ -3159,11 +3159,11 @@ let SwirlIconLike = class SwirlIconLike {
|
|
|
3159
3159
|
}
|
|
3160
3160
|
};
|
|
3161
3161
|
SwirlIconLike.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "14.1.2", ngImport: i0, type: SwirlIconLike, deps: [{ token: i0.ChangeDetectorRef }, { token: i0.ElementRef }, { token: i0.NgZone }], target: i0.ɵɵFactoryTarget.Component });
|
|
3162
|
-
SwirlIconLike.ɵcmp = i0.ɵɵngDeclareComponent({ minVersion: "14.0.0", version: "14.1.2", type: SwirlIconLike, selector: "swirl-icon-like", inputs: { size: "size" }, ngImport: i0, template: '<ng-content></ng-content>', isInline: true, changeDetection: i0.ChangeDetectionStrategy.OnPush });
|
|
3162
|
+
SwirlIconLike.ɵcmp = i0.ɵɵngDeclareComponent({ minVersion: "14.0.0", version: "14.1.2", type: SwirlIconLike, selector: "swirl-icon-like", inputs: { color: "color", size: "size" }, ngImport: i0, template: '<ng-content></ng-content>', isInline: true, changeDetection: i0.ChangeDetectionStrategy.OnPush });
|
|
3163
3163
|
SwirlIconLike = __decorate([
|
|
3164
3164
|
ProxyCmp({
|
|
3165
3165
|
defineCustomElementFn: undefined,
|
|
3166
|
-
inputs: ['size']
|
|
3166
|
+
inputs: ['color', 'size']
|
|
3167
3167
|
})
|
|
3168
3168
|
], SwirlIconLike);
|
|
3169
3169
|
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "14.1.2", ngImport: i0, type: SwirlIconLike, decorators: [{
|
|
@@ -3172,7 +3172,7 @@ i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "14.1.2", ngImpor
|
|
|
3172
3172
|
selector: 'swirl-icon-like',
|
|
3173
3173
|
changeDetection: ChangeDetectionStrategy.OnPush,
|
|
3174
3174
|
template: '<ng-content></ng-content>',
|
|
3175
|
-
inputs: ['size']
|
|
3175
|
+
inputs: ['color', 'size']
|
|
3176
3176
|
}]
|
|
3177
3177
|
}], ctorParameters: function () { return [{ type: i0.ChangeDetectorRef }, { type: i0.ElementRef }, { type: i0.NgZone }]; } });
|
|
3178
3178
|
let SwirlIconLink = class SwirlIconLink {
|
|
@@ -3183,11 +3183,11 @@ let SwirlIconLink = class SwirlIconLink {
|
|
|
3183
3183
|
}
|
|
3184
3184
|
};
|
|
3185
3185
|
SwirlIconLink.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "14.1.2", ngImport: i0, type: SwirlIconLink, deps: [{ token: i0.ChangeDetectorRef }, { token: i0.ElementRef }, { token: i0.NgZone }], target: i0.ɵɵFactoryTarget.Component });
|
|
3186
|
-
SwirlIconLink.ɵcmp = i0.ɵɵngDeclareComponent({ minVersion: "14.0.0", version: "14.1.2", type: SwirlIconLink, selector: "swirl-icon-link", inputs: { size: "size" }, ngImport: i0, template: '<ng-content></ng-content>', isInline: true, changeDetection: i0.ChangeDetectionStrategy.OnPush });
|
|
3186
|
+
SwirlIconLink.ɵcmp = i0.ɵɵngDeclareComponent({ minVersion: "14.0.0", version: "14.1.2", type: SwirlIconLink, selector: "swirl-icon-link", inputs: { color: "color", size: "size" }, ngImport: i0, template: '<ng-content></ng-content>', isInline: true, changeDetection: i0.ChangeDetectionStrategy.OnPush });
|
|
3187
3187
|
SwirlIconLink = __decorate([
|
|
3188
3188
|
ProxyCmp({
|
|
3189
3189
|
defineCustomElementFn: undefined,
|
|
3190
|
-
inputs: ['size']
|
|
3190
|
+
inputs: ['color', 'size']
|
|
3191
3191
|
})
|
|
3192
3192
|
], SwirlIconLink);
|
|
3193
3193
|
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "14.1.2", ngImport: i0, type: SwirlIconLink, decorators: [{
|
|
@@ -3196,7 +3196,7 @@ i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "14.1.2", ngImpor
|
|
|
3196
3196
|
selector: 'swirl-icon-link',
|
|
3197
3197
|
changeDetection: ChangeDetectionStrategy.OnPush,
|
|
3198
3198
|
template: '<ng-content></ng-content>',
|
|
3199
|
-
inputs: ['size']
|
|
3199
|
+
inputs: ['color', 'size']
|
|
3200
3200
|
}]
|
|
3201
3201
|
}], ctorParameters: function () { return [{ type: i0.ChangeDetectorRef }, { type: i0.ElementRef }, { type: i0.NgZone }]; } });
|
|
3202
3202
|
let SwirlIconLock = class SwirlIconLock {
|
|
@@ -3207,11 +3207,11 @@ let SwirlIconLock = class SwirlIconLock {
|
|
|
3207
3207
|
}
|
|
3208
3208
|
};
|
|
3209
3209
|
SwirlIconLock.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "14.1.2", ngImport: i0, type: SwirlIconLock, deps: [{ token: i0.ChangeDetectorRef }, { token: i0.ElementRef }, { token: i0.NgZone }], target: i0.ɵɵFactoryTarget.Component });
|
|
3210
|
-
SwirlIconLock.ɵcmp = i0.ɵɵngDeclareComponent({ minVersion: "14.0.0", version: "14.1.2", type: SwirlIconLock, selector: "swirl-icon-lock", inputs: { size: "size" }, ngImport: i0, template: '<ng-content></ng-content>', isInline: true, changeDetection: i0.ChangeDetectionStrategy.OnPush });
|
|
3210
|
+
SwirlIconLock.ɵcmp = i0.ɵɵngDeclareComponent({ minVersion: "14.0.0", version: "14.1.2", type: SwirlIconLock, selector: "swirl-icon-lock", inputs: { color: "color", size: "size" }, ngImport: i0, template: '<ng-content></ng-content>', isInline: true, changeDetection: i0.ChangeDetectionStrategy.OnPush });
|
|
3211
3211
|
SwirlIconLock = __decorate([
|
|
3212
3212
|
ProxyCmp({
|
|
3213
3213
|
defineCustomElementFn: undefined,
|
|
3214
|
-
inputs: ['size']
|
|
3214
|
+
inputs: ['color', 'size']
|
|
3215
3215
|
})
|
|
3216
3216
|
], SwirlIconLock);
|
|
3217
3217
|
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "14.1.2", ngImport: i0, type: SwirlIconLock, decorators: [{
|
|
@@ -3220,7 +3220,7 @@ i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "14.1.2", ngImpor
|
|
|
3220
3220
|
selector: 'swirl-icon-lock',
|
|
3221
3221
|
changeDetection: ChangeDetectionStrategy.OnPush,
|
|
3222
3222
|
template: '<ng-content></ng-content>',
|
|
3223
|
-
inputs: ['size']
|
|
3223
|
+
inputs: ['color', 'size']
|
|
3224
3224
|
}]
|
|
3225
3225
|
}], ctorParameters: function () { return [{ type: i0.ChangeDetectorRef }, { type: i0.ElementRef }, { type: i0.NgZone }]; } });
|
|
3226
3226
|
let SwirlIconLockOpen = class SwirlIconLockOpen {
|
|
@@ -3231,11 +3231,11 @@ let SwirlIconLockOpen = class SwirlIconLockOpen {
|
|
|
3231
3231
|
}
|
|
3232
3232
|
};
|
|
3233
3233
|
SwirlIconLockOpen.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "14.1.2", ngImport: i0, type: SwirlIconLockOpen, deps: [{ token: i0.ChangeDetectorRef }, { token: i0.ElementRef }, { token: i0.NgZone }], target: i0.ɵɵFactoryTarget.Component });
|
|
3234
|
-
SwirlIconLockOpen.ɵcmp = i0.ɵɵngDeclareComponent({ minVersion: "14.0.0", version: "14.1.2", type: SwirlIconLockOpen, selector: "swirl-icon-lock-open", inputs: { size: "size" }, ngImport: i0, template: '<ng-content></ng-content>', isInline: true, changeDetection: i0.ChangeDetectionStrategy.OnPush });
|
|
3234
|
+
SwirlIconLockOpen.ɵcmp = i0.ɵɵngDeclareComponent({ minVersion: "14.0.0", version: "14.1.2", type: SwirlIconLockOpen, selector: "swirl-icon-lock-open", inputs: { color: "color", size: "size" }, ngImport: i0, template: '<ng-content></ng-content>', isInline: true, changeDetection: i0.ChangeDetectionStrategy.OnPush });
|
|
3235
3235
|
SwirlIconLockOpen = __decorate([
|
|
3236
3236
|
ProxyCmp({
|
|
3237
3237
|
defineCustomElementFn: undefined,
|
|
3238
|
-
inputs: ['size']
|
|
3238
|
+
inputs: ['color', 'size']
|
|
3239
3239
|
})
|
|
3240
3240
|
], SwirlIconLockOpen);
|
|
3241
3241
|
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "14.1.2", ngImport: i0, type: SwirlIconLockOpen, decorators: [{
|
|
@@ -3244,7 +3244,7 @@ i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "14.1.2", ngImpor
|
|
|
3244
3244
|
selector: 'swirl-icon-lock-open',
|
|
3245
3245
|
changeDetection: ChangeDetectionStrategy.OnPush,
|
|
3246
3246
|
template: '<ng-content></ng-content>',
|
|
3247
|
-
inputs: ['size']
|
|
3247
|
+
inputs: ['color', 'size']
|
|
3248
3248
|
}]
|
|
3249
3249
|
}], ctorParameters: function () { return [{ type: i0.ChangeDetectorRef }, { type: i0.ElementRef }, { type: i0.NgZone }]; } });
|
|
3250
3250
|
let SwirlIconLockPerson = class SwirlIconLockPerson {
|
|
@@ -3255,11 +3255,11 @@ let SwirlIconLockPerson = class SwirlIconLockPerson {
|
|
|
3255
3255
|
}
|
|
3256
3256
|
};
|
|
3257
3257
|
SwirlIconLockPerson.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "14.1.2", ngImport: i0, type: SwirlIconLockPerson, deps: [{ token: i0.ChangeDetectorRef }, { token: i0.ElementRef }, { token: i0.NgZone }], target: i0.ɵɵFactoryTarget.Component });
|
|
3258
|
-
SwirlIconLockPerson.ɵcmp = i0.ɵɵngDeclareComponent({ minVersion: "14.0.0", version: "14.1.2", type: SwirlIconLockPerson, selector: "swirl-icon-lock-person", inputs: { size: "size" }, ngImport: i0, template: '<ng-content></ng-content>', isInline: true, changeDetection: i0.ChangeDetectionStrategy.OnPush });
|
|
3258
|
+
SwirlIconLockPerson.ɵcmp = i0.ɵɵngDeclareComponent({ minVersion: "14.0.0", version: "14.1.2", type: SwirlIconLockPerson, selector: "swirl-icon-lock-person", inputs: { color: "color", size: "size" }, ngImport: i0, template: '<ng-content></ng-content>', isInline: true, changeDetection: i0.ChangeDetectionStrategy.OnPush });
|
|
3259
3259
|
SwirlIconLockPerson = __decorate([
|
|
3260
3260
|
ProxyCmp({
|
|
3261
3261
|
defineCustomElementFn: undefined,
|
|
3262
|
-
inputs: ['size']
|
|
3262
|
+
inputs: ['color', 'size']
|
|
3263
3263
|
})
|
|
3264
3264
|
], SwirlIconLockPerson);
|
|
3265
3265
|
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "14.1.2", ngImport: i0, type: SwirlIconLockPerson, decorators: [{
|
|
@@ -3268,7 +3268,7 @@ i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "14.1.2", ngImpor
|
|
|
3268
3268
|
selector: 'swirl-icon-lock-person',
|
|
3269
3269
|
changeDetection: ChangeDetectionStrategy.OnPush,
|
|
3270
3270
|
template: '<ng-content></ng-content>',
|
|
3271
|
-
inputs: ['size']
|
|
3271
|
+
inputs: ['color', 'size']
|
|
3272
3272
|
}]
|
|
3273
3273
|
}], ctorParameters: function () { return [{ type: i0.ChangeDetectorRef }, { type: i0.ElementRef }, { type: i0.NgZone }]; } });
|
|
3274
3274
|
let SwirlIconLogout = class SwirlIconLogout {
|
|
@@ -3279,11 +3279,11 @@ let SwirlIconLogout = class SwirlIconLogout {
|
|
|
3279
3279
|
}
|
|
3280
3280
|
};
|
|
3281
3281
|
SwirlIconLogout.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "14.1.2", ngImport: i0, type: SwirlIconLogout, deps: [{ token: i0.ChangeDetectorRef }, { token: i0.ElementRef }, { token: i0.NgZone }], target: i0.ɵɵFactoryTarget.Component });
|
|
3282
|
-
SwirlIconLogout.ɵcmp = i0.ɵɵngDeclareComponent({ minVersion: "14.0.0", version: "14.1.2", type: SwirlIconLogout, selector: "swirl-icon-logout", inputs: { size: "size" }, ngImport: i0, template: '<ng-content></ng-content>', isInline: true, changeDetection: i0.ChangeDetectionStrategy.OnPush });
|
|
3282
|
+
SwirlIconLogout.ɵcmp = i0.ɵɵngDeclareComponent({ minVersion: "14.0.0", version: "14.1.2", type: SwirlIconLogout, selector: "swirl-icon-logout", inputs: { color: "color", size: "size" }, ngImport: i0, template: '<ng-content></ng-content>', isInline: true, changeDetection: i0.ChangeDetectionStrategy.OnPush });
|
|
3283
3283
|
SwirlIconLogout = __decorate([
|
|
3284
3284
|
ProxyCmp({
|
|
3285
3285
|
defineCustomElementFn: undefined,
|
|
3286
|
-
inputs: ['size']
|
|
3286
|
+
inputs: ['color', 'size']
|
|
3287
3287
|
})
|
|
3288
3288
|
], SwirlIconLogout);
|
|
3289
3289
|
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "14.1.2", ngImport: i0, type: SwirlIconLogout, decorators: [{
|
|
@@ -3292,7 +3292,7 @@ i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "14.1.2", ngImpor
|
|
|
3292
3292
|
selector: 'swirl-icon-logout',
|
|
3293
3293
|
changeDetection: ChangeDetectionStrategy.OnPush,
|
|
3294
3294
|
template: '<ng-content></ng-content>',
|
|
3295
|
-
inputs: ['size']
|
|
3295
|
+
inputs: ['color', 'size']
|
|
3296
3296
|
}]
|
|
3297
3297
|
}], ctorParameters: function () { return [{ type: i0.ChangeDetectorRef }, { type: i0.ElementRef }, { type: i0.NgZone }]; } });
|
|
3298
3298
|
let SwirlIconLongText = class SwirlIconLongText {
|
|
@@ -3303,11 +3303,11 @@ let SwirlIconLongText = class SwirlIconLongText {
|
|
|
3303
3303
|
}
|
|
3304
3304
|
};
|
|
3305
3305
|
SwirlIconLongText.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "14.1.2", ngImport: i0, type: SwirlIconLongText, deps: [{ token: i0.ChangeDetectorRef }, { token: i0.ElementRef }, { token: i0.NgZone }], target: i0.ɵɵFactoryTarget.Component });
|
|
3306
|
-
SwirlIconLongText.ɵcmp = i0.ɵɵngDeclareComponent({ minVersion: "14.0.0", version: "14.1.2", type: SwirlIconLongText, selector: "swirl-icon-long-text", inputs: { size: "size" }, ngImport: i0, template: '<ng-content></ng-content>', isInline: true, changeDetection: i0.ChangeDetectionStrategy.OnPush });
|
|
3306
|
+
SwirlIconLongText.ɵcmp = i0.ɵɵngDeclareComponent({ minVersion: "14.0.0", version: "14.1.2", type: SwirlIconLongText, selector: "swirl-icon-long-text", inputs: { color: "color", size: "size" }, ngImport: i0, template: '<ng-content></ng-content>', isInline: true, changeDetection: i0.ChangeDetectionStrategy.OnPush });
|
|
3307
3307
|
SwirlIconLongText = __decorate([
|
|
3308
3308
|
ProxyCmp({
|
|
3309
3309
|
defineCustomElementFn: undefined,
|
|
3310
|
-
inputs: ['size']
|
|
3310
|
+
inputs: ['color', 'size']
|
|
3311
3311
|
})
|
|
3312
3312
|
], SwirlIconLongText);
|
|
3313
3313
|
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "14.1.2", ngImport: i0, type: SwirlIconLongText, decorators: [{
|
|
@@ -3316,7 +3316,7 @@ i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "14.1.2", ngImpor
|
|
|
3316
3316
|
selector: 'swirl-icon-long-text',
|
|
3317
3317
|
changeDetection: ChangeDetectionStrategy.OnPush,
|
|
3318
3318
|
template: '<ng-content></ng-content>',
|
|
3319
|
-
inputs: ['size']
|
|
3319
|
+
inputs: ['color', 'size']
|
|
3320
3320
|
}]
|
|
3321
3321
|
}], ctorParameters: function () { return [{ type: i0.ChangeDetectorRef }, { type: i0.ElementRef }, { type: i0.NgZone }]; } });
|
|
3322
3322
|
let SwirlIconMail = class SwirlIconMail {
|
|
@@ -3327,11 +3327,11 @@ let SwirlIconMail = class SwirlIconMail {
|
|
|
3327
3327
|
}
|
|
3328
3328
|
};
|
|
3329
3329
|
SwirlIconMail.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "14.1.2", ngImport: i0, type: SwirlIconMail, deps: [{ token: i0.ChangeDetectorRef }, { token: i0.ElementRef }, { token: i0.NgZone }], target: i0.ɵɵFactoryTarget.Component });
|
|
3330
|
-
SwirlIconMail.ɵcmp = i0.ɵɵngDeclareComponent({ minVersion: "14.0.0", version: "14.1.2", type: SwirlIconMail, selector: "swirl-icon-mail", inputs: { size: "size" }, ngImport: i0, template: '<ng-content></ng-content>', isInline: true, changeDetection: i0.ChangeDetectionStrategy.OnPush });
|
|
3330
|
+
SwirlIconMail.ɵcmp = i0.ɵɵngDeclareComponent({ minVersion: "14.0.0", version: "14.1.2", type: SwirlIconMail, selector: "swirl-icon-mail", inputs: { color: "color", size: "size" }, ngImport: i0, template: '<ng-content></ng-content>', isInline: true, changeDetection: i0.ChangeDetectionStrategy.OnPush });
|
|
3331
3331
|
SwirlIconMail = __decorate([
|
|
3332
3332
|
ProxyCmp({
|
|
3333
3333
|
defineCustomElementFn: undefined,
|
|
3334
|
-
inputs: ['size']
|
|
3334
|
+
inputs: ['color', 'size']
|
|
3335
3335
|
})
|
|
3336
3336
|
], SwirlIconMail);
|
|
3337
3337
|
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "14.1.2", ngImport: i0, type: SwirlIconMail, decorators: [{
|
|
@@ -3340,7 +3340,7 @@ i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "14.1.2", ngImpor
|
|
|
3340
3340
|
selector: 'swirl-icon-mail',
|
|
3341
3341
|
changeDetection: ChangeDetectionStrategy.OnPush,
|
|
3342
3342
|
template: '<ng-content></ng-content>',
|
|
3343
|
-
inputs: ['size']
|
|
3343
|
+
inputs: ['color', 'size']
|
|
3344
3344
|
}]
|
|
3345
3345
|
}], ctorParameters: function () { return [{ type: i0.ChangeDetectorRef }, { type: i0.ElementRef }, { type: i0.NgZone }]; } });
|
|
3346
3346
|
let SwirlIconManageAccounts = class SwirlIconManageAccounts {
|
|
@@ -3351,11 +3351,11 @@ let SwirlIconManageAccounts = class SwirlIconManageAccounts {
|
|
|
3351
3351
|
}
|
|
3352
3352
|
};
|
|
3353
3353
|
SwirlIconManageAccounts.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "14.1.2", ngImport: i0, type: SwirlIconManageAccounts, deps: [{ token: i0.ChangeDetectorRef }, { token: i0.ElementRef }, { token: i0.NgZone }], target: i0.ɵɵFactoryTarget.Component });
|
|
3354
|
-
SwirlIconManageAccounts.ɵcmp = i0.ɵɵngDeclareComponent({ minVersion: "14.0.0", version: "14.1.2", type: SwirlIconManageAccounts, selector: "swirl-icon-manage-accounts", inputs: { size: "size" }, ngImport: i0, template: '<ng-content></ng-content>', isInline: true, changeDetection: i0.ChangeDetectionStrategy.OnPush });
|
|
3354
|
+
SwirlIconManageAccounts.ɵcmp = i0.ɵɵngDeclareComponent({ minVersion: "14.0.0", version: "14.1.2", type: SwirlIconManageAccounts, selector: "swirl-icon-manage-accounts", inputs: { color: "color", size: "size" }, ngImport: i0, template: '<ng-content></ng-content>', isInline: true, changeDetection: i0.ChangeDetectionStrategy.OnPush });
|
|
3355
3355
|
SwirlIconManageAccounts = __decorate([
|
|
3356
3356
|
ProxyCmp({
|
|
3357
3357
|
defineCustomElementFn: undefined,
|
|
3358
|
-
inputs: ['size']
|
|
3358
|
+
inputs: ['color', 'size']
|
|
3359
3359
|
})
|
|
3360
3360
|
], SwirlIconManageAccounts);
|
|
3361
3361
|
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "14.1.2", ngImport: i0, type: SwirlIconManageAccounts, decorators: [{
|
|
@@ -3364,7 +3364,7 @@ i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "14.1.2", ngImpor
|
|
|
3364
3364
|
selector: 'swirl-icon-manage-accounts',
|
|
3365
3365
|
changeDetection: ChangeDetectionStrategy.OnPush,
|
|
3366
3366
|
template: '<ng-content></ng-content>',
|
|
3367
|
-
inputs: ['size']
|
|
3367
|
+
inputs: ['color', 'size']
|
|
3368
3368
|
}]
|
|
3369
3369
|
}], ctorParameters: function () { return [{ type: i0.ChangeDetectorRef }, { type: i0.ElementRef }, { type: i0.NgZone }]; } });
|
|
3370
3370
|
let SwirlIconMarkChatRead = class SwirlIconMarkChatRead {
|
|
@@ -3375,11 +3375,11 @@ let SwirlIconMarkChatRead = class SwirlIconMarkChatRead {
|
|
|
3375
3375
|
}
|
|
3376
3376
|
};
|
|
3377
3377
|
SwirlIconMarkChatRead.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "14.1.2", ngImport: i0, type: SwirlIconMarkChatRead, deps: [{ token: i0.ChangeDetectorRef }, { token: i0.ElementRef }, { token: i0.NgZone }], target: i0.ɵɵFactoryTarget.Component });
|
|
3378
|
-
SwirlIconMarkChatRead.ɵcmp = i0.ɵɵngDeclareComponent({ minVersion: "14.0.0", version: "14.1.2", type: SwirlIconMarkChatRead, selector: "swirl-icon-mark-chat-read", inputs: { size: "size" }, ngImport: i0, template: '<ng-content></ng-content>', isInline: true, changeDetection: i0.ChangeDetectionStrategy.OnPush });
|
|
3378
|
+
SwirlIconMarkChatRead.ɵcmp = i0.ɵɵngDeclareComponent({ minVersion: "14.0.0", version: "14.1.2", type: SwirlIconMarkChatRead, selector: "swirl-icon-mark-chat-read", inputs: { color: "color", size: "size" }, ngImport: i0, template: '<ng-content></ng-content>', isInline: true, changeDetection: i0.ChangeDetectionStrategy.OnPush });
|
|
3379
3379
|
SwirlIconMarkChatRead = __decorate([
|
|
3380
3380
|
ProxyCmp({
|
|
3381
3381
|
defineCustomElementFn: undefined,
|
|
3382
|
-
inputs: ['size']
|
|
3382
|
+
inputs: ['color', 'size']
|
|
3383
3383
|
})
|
|
3384
3384
|
], SwirlIconMarkChatRead);
|
|
3385
3385
|
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "14.1.2", ngImport: i0, type: SwirlIconMarkChatRead, decorators: [{
|
|
@@ -3388,7 +3388,7 @@ i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "14.1.2", ngImpor
|
|
|
3388
3388
|
selector: 'swirl-icon-mark-chat-read',
|
|
3389
3389
|
changeDetection: ChangeDetectionStrategy.OnPush,
|
|
3390
3390
|
template: '<ng-content></ng-content>',
|
|
3391
|
-
inputs: ['size']
|
|
3391
|
+
inputs: ['color', 'size']
|
|
3392
3392
|
}]
|
|
3393
3393
|
}], ctorParameters: function () { return [{ type: i0.ChangeDetectorRef }, { type: i0.ElementRef }, { type: i0.NgZone }]; } });
|
|
3394
3394
|
let SwirlIconMarkChatUnread = class SwirlIconMarkChatUnread {
|
|
@@ -3399,11 +3399,11 @@ let SwirlIconMarkChatUnread = class SwirlIconMarkChatUnread {
|
|
|
3399
3399
|
}
|
|
3400
3400
|
};
|
|
3401
3401
|
SwirlIconMarkChatUnread.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "14.1.2", ngImport: i0, type: SwirlIconMarkChatUnread, deps: [{ token: i0.ChangeDetectorRef }, { token: i0.ElementRef }, { token: i0.NgZone }], target: i0.ɵɵFactoryTarget.Component });
|
|
3402
|
-
SwirlIconMarkChatUnread.ɵcmp = i0.ɵɵngDeclareComponent({ minVersion: "14.0.0", version: "14.1.2", type: SwirlIconMarkChatUnread, selector: "swirl-icon-mark-chat-unread", inputs: { size: "size" }, ngImport: i0, template: '<ng-content></ng-content>', isInline: true, changeDetection: i0.ChangeDetectionStrategy.OnPush });
|
|
3402
|
+
SwirlIconMarkChatUnread.ɵcmp = i0.ɵɵngDeclareComponent({ minVersion: "14.0.0", version: "14.1.2", type: SwirlIconMarkChatUnread, selector: "swirl-icon-mark-chat-unread", inputs: { color: "color", size: "size" }, ngImport: i0, template: '<ng-content></ng-content>', isInline: true, changeDetection: i0.ChangeDetectionStrategy.OnPush });
|
|
3403
3403
|
SwirlIconMarkChatUnread = __decorate([
|
|
3404
3404
|
ProxyCmp({
|
|
3405
3405
|
defineCustomElementFn: undefined,
|
|
3406
|
-
inputs: ['size']
|
|
3406
|
+
inputs: ['color', 'size']
|
|
3407
3407
|
})
|
|
3408
3408
|
], SwirlIconMarkChatUnread);
|
|
3409
3409
|
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "14.1.2", ngImport: i0, type: SwirlIconMarkChatUnread, decorators: [{
|
|
@@ -3412,7 +3412,7 @@ i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "14.1.2", ngImpor
|
|
|
3412
3412
|
selector: 'swirl-icon-mark-chat-unread',
|
|
3413
3413
|
changeDetection: ChangeDetectionStrategy.OnPush,
|
|
3414
3414
|
template: '<ng-content></ng-content>',
|
|
3415
|
-
inputs: ['size']
|
|
3415
|
+
inputs: ['color', 'size']
|
|
3416
3416
|
}]
|
|
3417
3417
|
}], ctorParameters: function () { return [{ type: i0.ChangeDetectorRef }, { type: i0.ElementRef }, { type: i0.NgZone }]; } });
|
|
3418
3418
|
let SwirlIconMention = class SwirlIconMention {
|
|
@@ -3423,11 +3423,11 @@ let SwirlIconMention = class SwirlIconMention {
|
|
|
3423
3423
|
}
|
|
3424
3424
|
};
|
|
3425
3425
|
SwirlIconMention.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "14.1.2", ngImport: i0, type: SwirlIconMention, deps: [{ token: i0.ChangeDetectorRef }, { token: i0.ElementRef }, { token: i0.NgZone }], target: i0.ɵɵFactoryTarget.Component });
|
|
3426
|
-
SwirlIconMention.ɵcmp = i0.ɵɵngDeclareComponent({ minVersion: "14.0.0", version: "14.1.2", type: SwirlIconMention, selector: "swirl-icon-mention", inputs: { size: "size" }, ngImport: i0, template: '<ng-content></ng-content>', isInline: true, changeDetection: i0.ChangeDetectionStrategy.OnPush });
|
|
3426
|
+
SwirlIconMention.ɵcmp = i0.ɵɵngDeclareComponent({ minVersion: "14.0.0", version: "14.1.2", type: SwirlIconMention, selector: "swirl-icon-mention", inputs: { color: "color", size: "size" }, ngImport: i0, template: '<ng-content></ng-content>', isInline: true, changeDetection: i0.ChangeDetectionStrategy.OnPush });
|
|
3427
3427
|
SwirlIconMention = __decorate([
|
|
3428
3428
|
ProxyCmp({
|
|
3429
3429
|
defineCustomElementFn: undefined,
|
|
3430
|
-
inputs: ['size']
|
|
3430
|
+
inputs: ['color', 'size']
|
|
3431
3431
|
})
|
|
3432
3432
|
], SwirlIconMention);
|
|
3433
3433
|
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "14.1.2", ngImport: i0, type: SwirlIconMention, decorators: [{
|
|
@@ -3436,7 +3436,7 @@ i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "14.1.2", ngImpor
|
|
|
3436
3436
|
selector: 'swirl-icon-mention',
|
|
3437
3437
|
changeDetection: ChangeDetectionStrategy.OnPush,
|
|
3438
3438
|
template: '<ng-content></ng-content>',
|
|
3439
|
-
inputs: ['size']
|
|
3439
|
+
inputs: ['color', 'size']
|
|
3440
3440
|
}]
|
|
3441
3441
|
}], ctorParameters: function () { return [{ type: i0.ChangeDetectorRef }, { type: i0.ElementRef }, { type: i0.NgZone }]; } });
|
|
3442
3442
|
let SwirlIconMenu = class SwirlIconMenu {
|
|
@@ -3447,11 +3447,11 @@ let SwirlIconMenu = class SwirlIconMenu {
|
|
|
3447
3447
|
}
|
|
3448
3448
|
};
|
|
3449
3449
|
SwirlIconMenu.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "14.1.2", ngImport: i0, type: SwirlIconMenu, deps: [{ token: i0.ChangeDetectorRef }, { token: i0.ElementRef }, { token: i0.NgZone }], target: i0.ɵɵFactoryTarget.Component });
|
|
3450
|
-
SwirlIconMenu.ɵcmp = i0.ɵɵngDeclareComponent({ minVersion: "14.0.0", version: "14.1.2", type: SwirlIconMenu, selector: "swirl-icon-menu", inputs: { size: "size" }, ngImport: i0, template: '<ng-content></ng-content>', isInline: true, changeDetection: i0.ChangeDetectionStrategy.OnPush });
|
|
3450
|
+
SwirlIconMenu.ɵcmp = i0.ɵɵngDeclareComponent({ minVersion: "14.0.0", version: "14.1.2", type: SwirlIconMenu, selector: "swirl-icon-menu", inputs: { color: "color", size: "size" }, ngImport: i0, template: '<ng-content></ng-content>', isInline: true, changeDetection: i0.ChangeDetectionStrategy.OnPush });
|
|
3451
3451
|
SwirlIconMenu = __decorate([
|
|
3452
3452
|
ProxyCmp({
|
|
3453
3453
|
defineCustomElementFn: undefined,
|
|
3454
|
-
inputs: ['size']
|
|
3454
|
+
inputs: ['color', 'size']
|
|
3455
3455
|
})
|
|
3456
3456
|
], SwirlIconMenu);
|
|
3457
3457
|
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "14.1.2", ngImport: i0, type: SwirlIconMenu, decorators: [{
|
|
@@ -3460,7 +3460,7 @@ i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "14.1.2", ngImpor
|
|
|
3460
3460
|
selector: 'swirl-icon-menu',
|
|
3461
3461
|
changeDetection: ChangeDetectionStrategy.OnPush,
|
|
3462
3462
|
template: '<ng-content></ng-content>',
|
|
3463
|
-
inputs: ['size']
|
|
3463
|
+
inputs: ['color', 'size']
|
|
3464
3464
|
}]
|
|
3465
3465
|
}], ctorParameters: function () { return [{ type: i0.ChangeDetectorRef }, { type: i0.ElementRef }, { type: i0.NgZone }]; } });
|
|
3466
3466
|
let SwirlIconMenuBook = class SwirlIconMenuBook {
|
|
@@ -3471,11 +3471,11 @@ let SwirlIconMenuBook = class SwirlIconMenuBook {
|
|
|
3471
3471
|
}
|
|
3472
3472
|
};
|
|
3473
3473
|
SwirlIconMenuBook.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "14.1.2", ngImport: i0, type: SwirlIconMenuBook, deps: [{ token: i0.ChangeDetectorRef }, { token: i0.ElementRef }, { token: i0.NgZone }], target: i0.ɵɵFactoryTarget.Component });
|
|
3474
|
-
SwirlIconMenuBook.ɵcmp = i0.ɵɵngDeclareComponent({ minVersion: "14.0.0", version: "14.1.2", type: SwirlIconMenuBook, selector: "swirl-icon-menu-book", inputs: { size: "size" }, ngImport: i0, template: '<ng-content></ng-content>', isInline: true, changeDetection: i0.ChangeDetectionStrategy.OnPush });
|
|
3474
|
+
SwirlIconMenuBook.ɵcmp = i0.ɵɵngDeclareComponent({ minVersion: "14.0.0", version: "14.1.2", type: SwirlIconMenuBook, selector: "swirl-icon-menu-book", inputs: { color: "color", size: "size" }, ngImport: i0, template: '<ng-content></ng-content>', isInline: true, changeDetection: i0.ChangeDetectionStrategy.OnPush });
|
|
3475
3475
|
SwirlIconMenuBook = __decorate([
|
|
3476
3476
|
ProxyCmp({
|
|
3477
3477
|
defineCustomElementFn: undefined,
|
|
3478
|
-
inputs: ['size']
|
|
3478
|
+
inputs: ['color', 'size']
|
|
3479
3479
|
})
|
|
3480
3480
|
], SwirlIconMenuBook);
|
|
3481
3481
|
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "14.1.2", ngImport: i0, type: SwirlIconMenuBook, decorators: [{
|
|
@@ -3484,7 +3484,7 @@ i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "14.1.2", ngImpor
|
|
|
3484
3484
|
selector: 'swirl-icon-menu-book',
|
|
3485
3485
|
changeDetection: ChangeDetectionStrategy.OnPush,
|
|
3486
3486
|
template: '<ng-content></ng-content>',
|
|
3487
|
-
inputs: ['size']
|
|
3487
|
+
inputs: ['color', 'size']
|
|
3488
3488
|
}]
|
|
3489
3489
|
}], ctorParameters: function () { return [{ type: i0.ChangeDetectorRef }, { type: i0.ElementRef }, { type: i0.NgZone }]; } });
|
|
3490
3490
|
let SwirlIconMenuFilled = class SwirlIconMenuFilled {
|
|
@@ -3495,11 +3495,11 @@ let SwirlIconMenuFilled = class SwirlIconMenuFilled {
|
|
|
3495
3495
|
}
|
|
3496
3496
|
};
|
|
3497
3497
|
SwirlIconMenuFilled.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "14.1.2", ngImport: i0, type: SwirlIconMenuFilled, deps: [{ token: i0.ChangeDetectorRef }, { token: i0.ElementRef }, { token: i0.NgZone }], target: i0.ɵɵFactoryTarget.Component });
|
|
3498
|
-
SwirlIconMenuFilled.ɵcmp = i0.ɵɵngDeclareComponent({ minVersion: "14.0.0", version: "14.1.2", type: SwirlIconMenuFilled, selector: "swirl-icon-menu-filled", inputs: { size: "size" }, ngImport: i0, template: '<ng-content></ng-content>', isInline: true, changeDetection: i0.ChangeDetectionStrategy.OnPush });
|
|
3498
|
+
SwirlIconMenuFilled.ɵcmp = i0.ɵɵngDeclareComponent({ minVersion: "14.0.0", version: "14.1.2", type: SwirlIconMenuFilled, selector: "swirl-icon-menu-filled", inputs: { color: "color", size: "size" }, ngImport: i0, template: '<ng-content></ng-content>', isInline: true, changeDetection: i0.ChangeDetectionStrategy.OnPush });
|
|
3499
3499
|
SwirlIconMenuFilled = __decorate([
|
|
3500
3500
|
ProxyCmp({
|
|
3501
3501
|
defineCustomElementFn: undefined,
|
|
3502
|
-
inputs: ['size']
|
|
3502
|
+
inputs: ['color', 'size']
|
|
3503
3503
|
})
|
|
3504
3504
|
], SwirlIconMenuFilled);
|
|
3505
3505
|
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "14.1.2", ngImport: i0, type: SwirlIconMenuFilled, decorators: [{
|
|
@@ -3508,7 +3508,7 @@ i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "14.1.2", ngImpor
|
|
|
3508
3508
|
selector: 'swirl-icon-menu-filled',
|
|
3509
3509
|
changeDetection: ChangeDetectionStrategy.OnPush,
|
|
3510
3510
|
template: '<ng-content></ng-content>',
|
|
3511
|
-
inputs: ['size']
|
|
3511
|
+
inputs: ['color', 'size']
|
|
3512
3512
|
}]
|
|
3513
3513
|
}], ctorParameters: function () { return [{ type: i0.ChangeDetectorRef }, { type: i0.ElementRef }, { type: i0.NgZone }]; } });
|
|
3514
3514
|
let SwirlIconMenuOutlined = class SwirlIconMenuOutlined {
|
|
@@ -3519,11 +3519,11 @@ let SwirlIconMenuOutlined = class SwirlIconMenuOutlined {
|
|
|
3519
3519
|
}
|
|
3520
3520
|
};
|
|
3521
3521
|
SwirlIconMenuOutlined.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "14.1.2", ngImport: i0, type: SwirlIconMenuOutlined, deps: [{ token: i0.ChangeDetectorRef }, { token: i0.ElementRef }, { token: i0.NgZone }], target: i0.ɵɵFactoryTarget.Component });
|
|
3522
|
-
SwirlIconMenuOutlined.ɵcmp = i0.ɵɵngDeclareComponent({ minVersion: "14.0.0", version: "14.1.2", type: SwirlIconMenuOutlined, selector: "swirl-icon-menu-outlined", inputs: { size: "size" }, ngImport: i0, template: '<ng-content></ng-content>', isInline: true, changeDetection: i0.ChangeDetectionStrategy.OnPush });
|
|
3522
|
+
SwirlIconMenuOutlined.ɵcmp = i0.ɵɵngDeclareComponent({ minVersion: "14.0.0", version: "14.1.2", type: SwirlIconMenuOutlined, selector: "swirl-icon-menu-outlined", inputs: { color: "color", size: "size" }, ngImport: i0, template: '<ng-content></ng-content>', isInline: true, changeDetection: i0.ChangeDetectionStrategy.OnPush });
|
|
3523
3523
|
SwirlIconMenuOutlined = __decorate([
|
|
3524
3524
|
ProxyCmp({
|
|
3525
3525
|
defineCustomElementFn: undefined,
|
|
3526
|
-
inputs: ['size']
|
|
3526
|
+
inputs: ['color', 'size']
|
|
3527
3527
|
})
|
|
3528
3528
|
], SwirlIconMenuOutlined);
|
|
3529
3529
|
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "14.1.2", ngImport: i0, type: SwirlIconMenuOutlined, decorators: [{
|
|
@@ -3532,7 +3532,7 @@ i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "14.1.2", ngImpor
|
|
|
3532
3532
|
selector: 'swirl-icon-menu-outlined',
|
|
3533
3533
|
changeDetection: ChangeDetectionStrategy.OnPush,
|
|
3534
3534
|
template: '<ng-content></ng-content>',
|
|
3535
|
-
inputs: ['size']
|
|
3535
|
+
inputs: ['color', 'size']
|
|
3536
3536
|
}]
|
|
3537
3537
|
}], ctorParameters: function () { return [{ type: i0.ChangeDetectorRef }, { type: i0.ElementRef }, { type: i0.NgZone }]; } });
|
|
3538
3538
|
let SwirlIconMessage = class SwirlIconMessage {
|
|
@@ -3543,11 +3543,11 @@ let SwirlIconMessage = class SwirlIconMessage {
|
|
|
3543
3543
|
}
|
|
3544
3544
|
};
|
|
3545
3545
|
SwirlIconMessage.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "14.1.2", ngImport: i0, type: SwirlIconMessage, deps: [{ token: i0.ChangeDetectorRef }, { token: i0.ElementRef }, { token: i0.NgZone }], target: i0.ɵɵFactoryTarget.Component });
|
|
3546
|
-
SwirlIconMessage.ɵcmp = i0.ɵɵngDeclareComponent({ minVersion: "14.0.0", version: "14.1.2", type: SwirlIconMessage, selector: "swirl-icon-message", inputs: { size: "size" }, ngImport: i0, template: '<ng-content></ng-content>', isInline: true, changeDetection: i0.ChangeDetectionStrategy.OnPush });
|
|
3546
|
+
SwirlIconMessage.ɵcmp = i0.ɵɵngDeclareComponent({ minVersion: "14.0.0", version: "14.1.2", type: SwirlIconMessage, selector: "swirl-icon-message", inputs: { color: "color", size: "size" }, ngImport: i0, template: '<ng-content></ng-content>', isInline: true, changeDetection: i0.ChangeDetectionStrategy.OnPush });
|
|
3547
3547
|
SwirlIconMessage = __decorate([
|
|
3548
3548
|
ProxyCmp({
|
|
3549
3549
|
defineCustomElementFn: undefined,
|
|
3550
|
-
inputs: ['size']
|
|
3550
|
+
inputs: ['color', 'size']
|
|
3551
3551
|
})
|
|
3552
3552
|
], SwirlIconMessage);
|
|
3553
3553
|
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "14.1.2", ngImport: i0, type: SwirlIconMessage, decorators: [{
|
|
@@ -3556,7 +3556,7 @@ i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "14.1.2", ngImpor
|
|
|
3556
3556
|
selector: 'swirl-icon-message',
|
|
3557
3557
|
changeDetection: ChangeDetectionStrategy.OnPush,
|
|
3558
3558
|
template: '<ng-content></ng-content>',
|
|
3559
|
-
inputs: ['size']
|
|
3559
|
+
inputs: ['color', 'size']
|
|
3560
3560
|
}]
|
|
3561
3561
|
}], ctorParameters: function () { return [{ type: i0.ChangeDetectorRef }, { type: i0.ElementRef }, { type: i0.NgZone }]; } });
|
|
3562
3562
|
let SwirlIconMic = class SwirlIconMic {
|
|
@@ -3567,11 +3567,11 @@ let SwirlIconMic = class SwirlIconMic {
|
|
|
3567
3567
|
}
|
|
3568
3568
|
};
|
|
3569
3569
|
SwirlIconMic.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "14.1.2", ngImport: i0, type: SwirlIconMic, deps: [{ token: i0.ChangeDetectorRef }, { token: i0.ElementRef }, { token: i0.NgZone }], target: i0.ɵɵFactoryTarget.Component });
|
|
3570
|
-
SwirlIconMic.ɵcmp = i0.ɵɵngDeclareComponent({ minVersion: "14.0.0", version: "14.1.2", type: SwirlIconMic, selector: "swirl-icon-mic", inputs: { size: "size" }, ngImport: i0, template: '<ng-content></ng-content>', isInline: true, changeDetection: i0.ChangeDetectionStrategy.OnPush });
|
|
3570
|
+
SwirlIconMic.ɵcmp = i0.ɵɵngDeclareComponent({ minVersion: "14.0.0", version: "14.1.2", type: SwirlIconMic, selector: "swirl-icon-mic", inputs: { color: "color", size: "size" }, ngImport: i0, template: '<ng-content></ng-content>', isInline: true, changeDetection: i0.ChangeDetectionStrategy.OnPush });
|
|
3571
3571
|
SwirlIconMic = __decorate([
|
|
3572
3572
|
ProxyCmp({
|
|
3573
3573
|
defineCustomElementFn: undefined,
|
|
3574
|
-
inputs: ['size']
|
|
3574
|
+
inputs: ['color', 'size']
|
|
3575
3575
|
})
|
|
3576
3576
|
], SwirlIconMic);
|
|
3577
3577
|
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "14.1.2", ngImport: i0, type: SwirlIconMic, decorators: [{
|
|
@@ -3580,7 +3580,7 @@ i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "14.1.2", ngImpor
|
|
|
3580
3580
|
selector: 'swirl-icon-mic',
|
|
3581
3581
|
changeDetection: ChangeDetectionStrategy.OnPush,
|
|
3582
3582
|
template: '<ng-content></ng-content>',
|
|
3583
|
-
inputs: ['size']
|
|
3583
|
+
inputs: ['color', 'size']
|
|
3584
3584
|
}]
|
|
3585
3585
|
}], ctorParameters: function () { return [{ type: i0.ChangeDetectorRef }, { type: i0.ElementRef }, { type: i0.NgZone }]; } });
|
|
3586
3586
|
let SwirlIconMoreHorizontal = class SwirlIconMoreHorizontal {
|
|
@@ -3591,11 +3591,11 @@ let SwirlIconMoreHorizontal = class SwirlIconMoreHorizontal {
|
|
|
3591
3591
|
}
|
|
3592
3592
|
};
|
|
3593
3593
|
SwirlIconMoreHorizontal.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "14.1.2", ngImport: i0, type: SwirlIconMoreHorizontal, deps: [{ token: i0.ChangeDetectorRef }, { token: i0.ElementRef }, { token: i0.NgZone }], target: i0.ɵɵFactoryTarget.Component });
|
|
3594
|
-
SwirlIconMoreHorizontal.ɵcmp = i0.ɵɵngDeclareComponent({ minVersion: "14.0.0", version: "14.1.2", type: SwirlIconMoreHorizontal, selector: "swirl-icon-more-horizontal", inputs: { size: "size" }, ngImport: i0, template: '<ng-content></ng-content>', isInline: true, changeDetection: i0.ChangeDetectionStrategy.OnPush });
|
|
3594
|
+
SwirlIconMoreHorizontal.ɵcmp = i0.ɵɵngDeclareComponent({ minVersion: "14.0.0", version: "14.1.2", type: SwirlIconMoreHorizontal, selector: "swirl-icon-more-horizontal", inputs: { color: "color", size: "size" }, ngImport: i0, template: '<ng-content></ng-content>', isInline: true, changeDetection: i0.ChangeDetectionStrategy.OnPush });
|
|
3595
3595
|
SwirlIconMoreHorizontal = __decorate([
|
|
3596
3596
|
ProxyCmp({
|
|
3597
3597
|
defineCustomElementFn: undefined,
|
|
3598
|
-
inputs: ['size']
|
|
3598
|
+
inputs: ['color', 'size']
|
|
3599
3599
|
})
|
|
3600
3600
|
], SwirlIconMoreHorizontal);
|
|
3601
3601
|
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "14.1.2", ngImport: i0, type: SwirlIconMoreHorizontal, decorators: [{
|
|
@@ -3604,7 +3604,7 @@ i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "14.1.2", ngImpor
|
|
|
3604
3604
|
selector: 'swirl-icon-more-horizontal',
|
|
3605
3605
|
changeDetection: ChangeDetectionStrategy.OnPush,
|
|
3606
3606
|
template: '<ng-content></ng-content>',
|
|
3607
|
-
inputs: ['size']
|
|
3607
|
+
inputs: ['color', 'size']
|
|
3608
3608
|
}]
|
|
3609
3609
|
}], ctorParameters: function () { return [{ type: i0.ChangeDetectorRef }, { type: i0.ElementRef }, { type: i0.NgZone }]; } });
|
|
3610
3610
|
let SwirlIconMoreVertikal = class SwirlIconMoreVertikal {
|
|
@@ -3615,11 +3615,11 @@ let SwirlIconMoreVertikal = class SwirlIconMoreVertikal {
|
|
|
3615
3615
|
}
|
|
3616
3616
|
};
|
|
3617
3617
|
SwirlIconMoreVertikal.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "14.1.2", ngImport: i0, type: SwirlIconMoreVertikal, deps: [{ token: i0.ChangeDetectorRef }, { token: i0.ElementRef }, { token: i0.NgZone }], target: i0.ɵɵFactoryTarget.Component });
|
|
3618
|
-
SwirlIconMoreVertikal.ɵcmp = i0.ɵɵngDeclareComponent({ minVersion: "14.0.0", version: "14.1.2", type: SwirlIconMoreVertikal, selector: "swirl-icon-more-vertikal", inputs: { size: "size" }, ngImport: i0, template: '<ng-content></ng-content>', isInline: true, changeDetection: i0.ChangeDetectionStrategy.OnPush });
|
|
3618
|
+
SwirlIconMoreVertikal.ɵcmp = i0.ɵɵngDeclareComponent({ minVersion: "14.0.0", version: "14.1.2", type: SwirlIconMoreVertikal, selector: "swirl-icon-more-vertikal", inputs: { color: "color", size: "size" }, ngImport: i0, template: '<ng-content></ng-content>', isInline: true, changeDetection: i0.ChangeDetectionStrategy.OnPush });
|
|
3619
3619
|
SwirlIconMoreVertikal = __decorate([
|
|
3620
3620
|
ProxyCmp({
|
|
3621
3621
|
defineCustomElementFn: undefined,
|
|
3622
|
-
inputs: ['size']
|
|
3622
|
+
inputs: ['color', 'size']
|
|
3623
3623
|
})
|
|
3624
3624
|
], SwirlIconMoreVertikal);
|
|
3625
3625
|
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "14.1.2", ngImport: i0, type: SwirlIconMoreVertikal, decorators: [{
|
|
@@ -3628,7 +3628,7 @@ i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "14.1.2", ngImpor
|
|
|
3628
3628
|
selector: 'swirl-icon-more-vertikal',
|
|
3629
3629
|
changeDetection: ChangeDetectionStrategy.OnPush,
|
|
3630
3630
|
template: '<ng-content></ng-content>',
|
|
3631
|
-
inputs: ['size']
|
|
3631
|
+
inputs: ['color', 'size']
|
|
3632
3632
|
}]
|
|
3633
3633
|
}], ctorParameters: function () { return [{ type: i0.ChangeDetectorRef }, { type: i0.ElementRef }, { type: i0.NgZone }]; } });
|
|
3634
3634
|
let SwirlIconNewsFilled = class SwirlIconNewsFilled {
|
|
@@ -3639,11 +3639,11 @@ let SwirlIconNewsFilled = class SwirlIconNewsFilled {
|
|
|
3639
3639
|
}
|
|
3640
3640
|
};
|
|
3641
3641
|
SwirlIconNewsFilled.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "14.1.2", ngImport: i0, type: SwirlIconNewsFilled, deps: [{ token: i0.ChangeDetectorRef }, { token: i0.ElementRef }, { token: i0.NgZone }], target: i0.ɵɵFactoryTarget.Component });
|
|
3642
|
-
SwirlIconNewsFilled.ɵcmp = i0.ɵɵngDeclareComponent({ minVersion: "14.0.0", version: "14.1.2", type: SwirlIconNewsFilled, selector: "swirl-icon-news-filled", inputs: { size: "size" }, ngImport: i0, template: '<ng-content></ng-content>', isInline: true, changeDetection: i0.ChangeDetectionStrategy.OnPush });
|
|
3642
|
+
SwirlIconNewsFilled.ɵcmp = i0.ɵɵngDeclareComponent({ minVersion: "14.0.0", version: "14.1.2", type: SwirlIconNewsFilled, selector: "swirl-icon-news-filled", inputs: { color: "color", size: "size" }, ngImport: i0, template: '<ng-content></ng-content>', isInline: true, changeDetection: i0.ChangeDetectionStrategy.OnPush });
|
|
3643
3643
|
SwirlIconNewsFilled = __decorate([
|
|
3644
3644
|
ProxyCmp({
|
|
3645
3645
|
defineCustomElementFn: undefined,
|
|
3646
|
-
inputs: ['size']
|
|
3646
|
+
inputs: ['color', 'size']
|
|
3647
3647
|
})
|
|
3648
3648
|
], SwirlIconNewsFilled);
|
|
3649
3649
|
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "14.1.2", ngImport: i0, type: SwirlIconNewsFilled, decorators: [{
|
|
@@ -3652,7 +3652,7 @@ i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "14.1.2", ngImpor
|
|
|
3652
3652
|
selector: 'swirl-icon-news-filled',
|
|
3653
3653
|
changeDetection: ChangeDetectionStrategy.OnPush,
|
|
3654
3654
|
template: '<ng-content></ng-content>',
|
|
3655
|
-
inputs: ['size']
|
|
3655
|
+
inputs: ['color', 'size']
|
|
3656
3656
|
}]
|
|
3657
3657
|
}], ctorParameters: function () { return [{ type: i0.ChangeDetectorRef }, { type: i0.ElementRef }, { type: i0.NgZone }]; } });
|
|
3658
3658
|
let SwirlIconNewsOutlined = class SwirlIconNewsOutlined {
|
|
@@ -3663,11 +3663,11 @@ let SwirlIconNewsOutlined = class SwirlIconNewsOutlined {
|
|
|
3663
3663
|
}
|
|
3664
3664
|
};
|
|
3665
3665
|
SwirlIconNewsOutlined.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "14.1.2", ngImport: i0, type: SwirlIconNewsOutlined, deps: [{ token: i0.ChangeDetectorRef }, { token: i0.ElementRef }, { token: i0.NgZone }], target: i0.ɵɵFactoryTarget.Component });
|
|
3666
|
-
SwirlIconNewsOutlined.ɵcmp = i0.ɵɵngDeclareComponent({ minVersion: "14.0.0", version: "14.1.2", type: SwirlIconNewsOutlined, selector: "swirl-icon-news-outlined", inputs: { size: "size" }, ngImport: i0, template: '<ng-content></ng-content>', isInline: true, changeDetection: i0.ChangeDetectionStrategy.OnPush });
|
|
3666
|
+
SwirlIconNewsOutlined.ɵcmp = i0.ɵɵngDeclareComponent({ minVersion: "14.0.0", version: "14.1.2", type: SwirlIconNewsOutlined, selector: "swirl-icon-news-outlined", inputs: { color: "color", size: "size" }, ngImport: i0, template: '<ng-content></ng-content>', isInline: true, changeDetection: i0.ChangeDetectionStrategy.OnPush });
|
|
3667
3667
|
SwirlIconNewsOutlined = __decorate([
|
|
3668
3668
|
ProxyCmp({
|
|
3669
3669
|
defineCustomElementFn: undefined,
|
|
3670
|
-
inputs: ['size']
|
|
3670
|
+
inputs: ['color', 'size']
|
|
3671
3671
|
})
|
|
3672
3672
|
], SwirlIconNewsOutlined);
|
|
3673
3673
|
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "14.1.2", ngImport: i0, type: SwirlIconNewsOutlined, decorators: [{
|
|
@@ -3676,7 +3676,7 @@ i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "14.1.2", ngImpor
|
|
|
3676
3676
|
selector: 'swirl-icon-news-outlined',
|
|
3677
3677
|
changeDetection: ChangeDetectionStrategy.OnPush,
|
|
3678
3678
|
template: '<ng-content></ng-content>',
|
|
3679
|
-
inputs: ['size']
|
|
3679
|
+
inputs: ['color', 'size']
|
|
3680
3680
|
}]
|
|
3681
3681
|
}], ctorParameters: function () { return [{ type: i0.ChangeDetectorRef }, { type: i0.ElementRef }, { type: i0.NgZone }]; } });
|
|
3682
3682
|
let SwirlIconNotifications = class SwirlIconNotifications {
|
|
@@ -3687,11 +3687,11 @@ let SwirlIconNotifications = class SwirlIconNotifications {
|
|
|
3687
3687
|
}
|
|
3688
3688
|
};
|
|
3689
3689
|
SwirlIconNotifications.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "14.1.2", ngImport: i0, type: SwirlIconNotifications, deps: [{ token: i0.ChangeDetectorRef }, { token: i0.ElementRef }, { token: i0.NgZone }], target: i0.ɵɵFactoryTarget.Component });
|
|
3690
|
-
SwirlIconNotifications.ɵcmp = i0.ɵɵngDeclareComponent({ minVersion: "14.0.0", version: "14.1.2", type: SwirlIconNotifications, selector: "swirl-icon-notifications", inputs: { size: "size" }, ngImport: i0, template: '<ng-content></ng-content>', isInline: true, changeDetection: i0.ChangeDetectionStrategy.OnPush });
|
|
3690
|
+
SwirlIconNotifications.ɵcmp = i0.ɵɵngDeclareComponent({ minVersion: "14.0.0", version: "14.1.2", type: SwirlIconNotifications, selector: "swirl-icon-notifications", inputs: { color: "color", size: "size" }, ngImport: i0, template: '<ng-content></ng-content>', isInline: true, changeDetection: i0.ChangeDetectionStrategy.OnPush });
|
|
3691
3691
|
SwirlIconNotifications = __decorate([
|
|
3692
3692
|
ProxyCmp({
|
|
3693
3693
|
defineCustomElementFn: undefined,
|
|
3694
|
-
inputs: ['size']
|
|
3694
|
+
inputs: ['color', 'size']
|
|
3695
3695
|
})
|
|
3696
3696
|
], SwirlIconNotifications);
|
|
3697
3697
|
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "14.1.2", ngImport: i0, type: SwirlIconNotifications, decorators: [{
|
|
@@ -3700,7 +3700,7 @@ i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "14.1.2", ngImpor
|
|
|
3700
3700
|
selector: 'swirl-icon-notifications',
|
|
3701
3701
|
changeDetection: ChangeDetectionStrategy.OnPush,
|
|
3702
3702
|
template: '<ng-content></ng-content>',
|
|
3703
|
-
inputs: ['size']
|
|
3703
|
+
inputs: ['color', 'size']
|
|
3704
3704
|
}]
|
|
3705
3705
|
}], ctorParameters: function () { return [{ type: i0.ChangeDetectorRef }, { type: i0.ElementRef }, { type: i0.NgZone }]; } });
|
|
3706
3706
|
let SwirlIconNotificationsActive = class SwirlIconNotificationsActive {
|
|
@@ -3711,11 +3711,11 @@ let SwirlIconNotificationsActive = class SwirlIconNotificationsActive {
|
|
|
3711
3711
|
}
|
|
3712
3712
|
};
|
|
3713
3713
|
SwirlIconNotificationsActive.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "14.1.2", ngImport: i0, type: SwirlIconNotificationsActive, deps: [{ token: i0.ChangeDetectorRef }, { token: i0.ElementRef }, { token: i0.NgZone }], target: i0.ɵɵFactoryTarget.Component });
|
|
3714
|
-
SwirlIconNotificationsActive.ɵcmp = i0.ɵɵngDeclareComponent({ minVersion: "14.0.0", version: "14.1.2", type: SwirlIconNotificationsActive, selector: "swirl-icon-notifications-active", inputs: { size: "size" }, ngImport: i0, template: '<ng-content></ng-content>', isInline: true, changeDetection: i0.ChangeDetectionStrategy.OnPush });
|
|
3714
|
+
SwirlIconNotificationsActive.ɵcmp = i0.ɵɵngDeclareComponent({ minVersion: "14.0.0", version: "14.1.2", type: SwirlIconNotificationsActive, selector: "swirl-icon-notifications-active", inputs: { color: "color", size: "size" }, ngImport: i0, template: '<ng-content></ng-content>', isInline: true, changeDetection: i0.ChangeDetectionStrategy.OnPush });
|
|
3715
3715
|
SwirlIconNotificationsActive = __decorate([
|
|
3716
3716
|
ProxyCmp({
|
|
3717
3717
|
defineCustomElementFn: undefined,
|
|
3718
|
-
inputs: ['size']
|
|
3718
|
+
inputs: ['color', 'size']
|
|
3719
3719
|
})
|
|
3720
3720
|
], SwirlIconNotificationsActive);
|
|
3721
3721
|
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "14.1.2", ngImport: i0, type: SwirlIconNotificationsActive, decorators: [{
|
|
@@ -3724,7 +3724,7 @@ i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "14.1.2", ngImpor
|
|
|
3724
3724
|
selector: 'swirl-icon-notifications-active',
|
|
3725
3725
|
changeDetection: ChangeDetectionStrategy.OnPush,
|
|
3726
3726
|
template: '<ng-content></ng-content>',
|
|
3727
|
-
inputs: ['size']
|
|
3727
|
+
inputs: ['color', 'size']
|
|
3728
3728
|
}]
|
|
3729
3729
|
}], ctorParameters: function () { return [{ type: i0.ChangeDetectorRef }, { type: i0.ElementRef }, { type: i0.NgZone }]; } });
|
|
3730
3730
|
let SwirlIconNotificationsOff = class SwirlIconNotificationsOff {
|
|
@@ -3735,11 +3735,11 @@ let SwirlIconNotificationsOff = class SwirlIconNotificationsOff {
|
|
|
3735
3735
|
}
|
|
3736
3736
|
};
|
|
3737
3737
|
SwirlIconNotificationsOff.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "14.1.2", ngImport: i0, type: SwirlIconNotificationsOff, deps: [{ token: i0.ChangeDetectorRef }, { token: i0.ElementRef }, { token: i0.NgZone }], target: i0.ɵɵFactoryTarget.Component });
|
|
3738
|
-
SwirlIconNotificationsOff.ɵcmp = i0.ɵɵngDeclareComponent({ minVersion: "14.0.0", version: "14.1.2", type: SwirlIconNotificationsOff, selector: "swirl-icon-notifications-off", inputs: { size: "size" }, ngImport: i0, template: '<ng-content></ng-content>', isInline: true, changeDetection: i0.ChangeDetectionStrategy.OnPush });
|
|
3738
|
+
SwirlIconNotificationsOff.ɵcmp = i0.ɵɵngDeclareComponent({ minVersion: "14.0.0", version: "14.1.2", type: SwirlIconNotificationsOff, selector: "swirl-icon-notifications-off", inputs: { color: "color", size: "size" }, ngImport: i0, template: '<ng-content></ng-content>', isInline: true, changeDetection: i0.ChangeDetectionStrategy.OnPush });
|
|
3739
3739
|
SwirlIconNotificationsOff = __decorate([
|
|
3740
3740
|
ProxyCmp({
|
|
3741
3741
|
defineCustomElementFn: undefined,
|
|
3742
|
-
inputs: ['size']
|
|
3742
|
+
inputs: ['color', 'size']
|
|
3743
3743
|
})
|
|
3744
3744
|
], SwirlIconNotificationsOff);
|
|
3745
3745
|
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "14.1.2", ngImport: i0, type: SwirlIconNotificationsOff, decorators: [{
|
|
@@ -3748,7 +3748,7 @@ i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "14.1.2", ngImpor
|
|
|
3748
3748
|
selector: 'swirl-icon-notifications-off',
|
|
3749
3749
|
changeDetection: ChangeDetectionStrategy.OnPush,
|
|
3750
3750
|
template: '<ng-content></ng-content>',
|
|
3751
|
-
inputs: ['size']
|
|
3751
|
+
inputs: ['color', 'size']
|
|
3752
3752
|
}]
|
|
3753
3753
|
}], ctorParameters: function () { return [{ type: i0.ChangeDetectorRef }, { type: i0.ElementRef }, { type: i0.NgZone }]; } });
|
|
3754
3754
|
let SwirlIconOpenInFull = class SwirlIconOpenInFull {
|
|
@@ -3759,11 +3759,11 @@ let SwirlIconOpenInFull = class SwirlIconOpenInFull {
|
|
|
3759
3759
|
}
|
|
3760
3760
|
};
|
|
3761
3761
|
SwirlIconOpenInFull.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "14.1.2", ngImport: i0, type: SwirlIconOpenInFull, deps: [{ token: i0.ChangeDetectorRef }, { token: i0.ElementRef }, { token: i0.NgZone }], target: i0.ɵɵFactoryTarget.Component });
|
|
3762
|
-
SwirlIconOpenInFull.ɵcmp = i0.ɵɵngDeclareComponent({ minVersion: "14.0.0", version: "14.1.2", type: SwirlIconOpenInFull, selector: "swirl-icon-open-in-full", inputs: { size: "size" }, ngImport: i0, template: '<ng-content></ng-content>', isInline: true, changeDetection: i0.ChangeDetectionStrategy.OnPush });
|
|
3762
|
+
SwirlIconOpenInFull.ɵcmp = i0.ɵɵngDeclareComponent({ minVersion: "14.0.0", version: "14.1.2", type: SwirlIconOpenInFull, selector: "swirl-icon-open-in-full", inputs: { color: "color", size: "size" }, ngImport: i0, template: '<ng-content></ng-content>', isInline: true, changeDetection: i0.ChangeDetectionStrategy.OnPush });
|
|
3763
3763
|
SwirlIconOpenInFull = __decorate([
|
|
3764
3764
|
ProxyCmp({
|
|
3765
3765
|
defineCustomElementFn: undefined,
|
|
3766
|
-
inputs: ['size']
|
|
3766
|
+
inputs: ['color', 'size']
|
|
3767
3767
|
})
|
|
3768
3768
|
], SwirlIconOpenInFull);
|
|
3769
3769
|
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "14.1.2", ngImport: i0, type: SwirlIconOpenInFull, decorators: [{
|
|
@@ -3772,7 +3772,7 @@ i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "14.1.2", ngImpor
|
|
|
3772
3772
|
selector: 'swirl-icon-open-in-full',
|
|
3773
3773
|
changeDetection: ChangeDetectionStrategy.OnPush,
|
|
3774
3774
|
template: '<ng-content></ng-content>',
|
|
3775
|
-
inputs: ['size']
|
|
3775
|
+
inputs: ['color', 'size']
|
|
3776
3776
|
}]
|
|
3777
3777
|
}], ctorParameters: function () { return [{ type: i0.ChangeDetectorRef }, { type: i0.ElementRef }, { type: i0.NgZone }]; } });
|
|
3778
3778
|
let SwirlIconOpenInNew = class SwirlIconOpenInNew {
|
|
@@ -3783,11 +3783,11 @@ let SwirlIconOpenInNew = class SwirlIconOpenInNew {
|
|
|
3783
3783
|
}
|
|
3784
3784
|
};
|
|
3785
3785
|
SwirlIconOpenInNew.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "14.1.2", ngImport: i0, type: SwirlIconOpenInNew, deps: [{ token: i0.ChangeDetectorRef }, { token: i0.ElementRef }, { token: i0.NgZone }], target: i0.ɵɵFactoryTarget.Component });
|
|
3786
|
-
SwirlIconOpenInNew.ɵcmp = i0.ɵɵngDeclareComponent({ minVersion: "14.0.0", version: "14.1.2", type: SwirlIconOpenInNew, selector: "swirl-icon-open-in-new", inputs: { size: "size" }, ngImport: i0, template: '<ng-content></ng-content>', isInline: true, changeDetection: i0.ChangeDetectionStrategy.OnPush });
|
|
3786
|
+
SwirlIconOpenInNew.ɵcmp = i0.ɵɵngDeclareComponent({ minVersion: "14.0.0", version: "14.1.2", type: SwirlIconOpenInNew, selector: "swirl-icon-open-in-new", inputs: { color: "color", size: "size" }, ngImport: i0, template: '<ng-content></ng-content>', isInline: true, changeDetection: i0.ChangeDetectionStrategy.OnPush });
|
|
3787
3787
|
SwirlIconOpenInNew = __decorate([
|
|
3788
3788
|
ProxyCmp({
|
|
3789
3789
|
defineCustomElementFn: undefined,
|
|
3790
|
-
inputs: ['size']
|
|
3790
|
+
inputs: ['color', 'size']
|
|
3791
3791
|
})
|
|
3792
3792
|
], SwirlIconOpenInNew);
|
|
3793
3793
|
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "14.1.2", ngImport: i0, type: SwirlIconOpenInNew, decorators: [{
|
|
@@ -3796,7 +3796,7 @@ i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "14.1.2", ngImpor
|
|
|
3796
3796
|
selector: 'swirl-icon-open-in-new',
|
|
3797
3797
|
changeDetection: ChangeDetectionStrategy.OnPush,
|
|
3798
3798
|
template: '<ng-content></ng-content>',
|
|
3799
|
-
inputs: ['size']
|
|
3799
|
+
inputs: ['color', 'size']
|
|
3800
3800
|
}]
|
|
3801
3801
|
}], ctorParameters: function () { return [{ type: i0.ChangeDetectorRef }, { type: i0.ElementRef }, { type: i0.NgZone }]; } });
|
|
3802
3802
|
let SwirlIconPause = class SwirlIconPause {
|
|
@@ -3807,11 +3807,11 @@ let SwirlIconPause = class SwirlIconPause {
|
|
|
3807
3807
|
}
|
|
3808
3808
|
};
|
|
3809
3809
|
SwirlIconPause.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "14.1.2", ngImport: i0, type: SwirlIconPause, deps: [{ token: i0.ChangeDetectorRef }, { token: i0.ElementRef }, { token: i0.NgZone }], target: i0.ɵɵFactoryTarget.Component });
|
|
3810
|
-
SwirlIconPause.ɵcmp = i0.ɵɵngDeclareComponent({ minVersion: "14.0.0", version: "14.1.2", type: SwirlIconPause, selector: "swirl-icon-pause", inputs: { size: "size" }, ngImport: i0, template: '<ng-content></ng-content>', isInline: true, changeDetection: i0.ChangeDetectionStrategy.OnPush });
|
|
3810
|
+
SwirlIconPause.ɵcmp = i0.ɵɵngDeclareComponent({ minVersion: "14.0.0", version: "14.1.2", type: SwirlIconPause, selector: "swirl-icon-pause", inputs: { color: "color", size: "size" }, ngImport: i0, template: '<ng-content></ng-content>', isInline: true, changeDetection: i0.ChangeDetectionStrategy.OnPush });
|
|
3811
3811
|
SwirlIconPause = __decorate([
|
|
3812
3812
|
ProxyCmp({
|
|
3813
3813
|
defineCustomElementFn: undefined,
|
|
3814
|
-
inputs: ['size']
|
|
3814
|
+
inputs: ['color', 'size']
|
|
3815
3815
|
})
|
|
3816
3816
|
], SwirlIconPause);
|
|
3817
3817
|
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "14.1.2", ngImport: i0, type: SwirlIconPause, decorators: [{
|
|
@@ -3820,7 +3820,7 @@ i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "14.1.2", ngImpor
|
|
|
3820
3820
|
selector: 'swirl-icon-pause',
|
|
3821
3821
|
changeDetection: ChangeDetectionStrategy.OnPush,
|
|
3822
3822
|
template: '<ng-content></ng-content>',
|
|
3823
|
-
inputs: ['size']
|
|
3823
|
+
inputs: ['color', 'size']
|
|
3824
3824
|
}]
|
|
3825
3825
|
}], ctorParameters: function () { return [{ type: i0.ChangeDetectorRef }, { type: i0.ElementRef }, { type: i0.NgZone }]; } });
|
|
3826
3826
|
let SwirlIconPauseCircle = class SwirlIconPauseCircle {
|
|
@@ -3831,11 +3831,11 @@ let SwirlIconPauseCircle = class SwirlIconPauseCircle {
|
|
|
3831
3831
|
}
|
|
3832
3832
|
};
|
|
3833
3833
|
SwirlIconPauseCircle.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "14.1.2", ngImport: i0, type: SwirlIconPauseCircle, deps: [{ token: i0.ChangeDetectorRef }, { token: i0.ElementRef }, { token: i0.NgZone }], target: i0.ɵɵFactoryTarget.Component });
|
|
3834
|
-
SwirlIconPauseCircle.ɵcmp = i0.ɵɵngDeclareComponent({ minVersion: "14.0.0", version: "14.1.2", type: SwirlIconPauseCircle, selector: "swirl-icon-pause-circle", inputs: { size: "size" }, ngImport: i0, template: '<ng-content></ng-content>', isInline: true, changeDetection: i0.ChangeDetectionStrategy.OnPush });
|
|
3834
|
+
SwirlIconPauseCircle.ɵcmp = i0.ɵɵngDeclareComponent({ minVersion: "14.0.0", version: "14.1.2", type: SwirlIconPauseCircle, selector: "swirl-icon-pause-circle", inputs: { color: "color", size: "size" }, ngImport: i0, template: '<ng-content></ng-content>', isInline: true, changeDetection: i0.ChangeDetectionStrategy.OnPush });
|
|
3835
3835
|
SwirlIconPauseCircle = __decorate([
|
|
3836
3836
|
ProxyCmp({
|
|
3837
3837
|
defineCustomElementFn: undefined,
|
|
3838
|
-
inputs: ['size']
|
|
3838
|
+
inputs: ['color', 'size']
|
|
3839
3839
|
})
|
|
3840
3840
|
], SwirlIconPauseCircle);
|
|
3841
3841
|
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "14.1.2", ngImport: i0, type: SwirlIconPauseCircle, decorators: [{
|
|
@@ -3844,7 +3844,7 @@ i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "14.1.2", ngImpor
|
|
|
3844
3844
|
selector: 'swirl-icon-pause-circle',
|
|
3845
3845
|
changeDetection: ChangeDetectionStrategy.OnPush,
|
|
3846
3846
|
template: '<ng-content></ng-content>',
|
|
3847
|
-
inputs: ['size']
|
|
3847
|
+
inputs: ['color', 'size']
|
|
3848
3848
|
}]
|
|
3849
3849
|
}], ctorParameters: function () { return [{ type: i0.ChangeDetectorRef }, { type: i0.ElementRef }, { type: i0.NgZone }]; } });
|
|
3850
3850
|
let SwirlIconPeopleAlt = class SwirlIconPeopleAlt {
|
|
@@ -3855,11 +3855,11 @@ let SwirlIconPeopleAlt = class SwirlIconPeopleAlt {
|
|
|
3855
3855
|
}
|
|
3856
3856
|
};
|
|
3857
3857
|
SwirlIconPeopleAlt.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "14.1.2", ngImport: i0, type: SwirlIconPeopleAlt, deps: [{ token: i0.ChangeDetectorRef }, { token: i0.ElementRef }, { token: i0.NgZone }], target: i0.ɵɵFactoryTarget.Component });
|
|
3858
|
-
SwirlIconPeopleAlt.ɵcmp = i0.ɵɵngDeclareComponent({ minVersion: "14.0.0", version: "14.1.2", type: SwirlIconPeopleAlt, selector: "swirl-icon-people-alt", inputs: { size: "size" }, ngImport: i0, template: '<ng-content></ng-content>', isInline: true, changeDetection: i0.ChangeDetectionStrategy.OnPush });
|
|
3858
|
+
SwirlIconPeopleAlt.ɵcmp = i0.ɵɵngDeclareComponent({ minVersion: "14.0.0", version: "14.1.2", type: SwirlIconPeopleAlt, selector: "swirl-icon-people-alt", inputs: { color: "color", size: "size" }, ngImport: i0, template: '<ng-content></ng-content>', isInline: true, changeDetection: i0.ChangeDetectionStrategy.OnPush });
|
|
3859
3859
|
SwirlIconPeopleAlt = __decorate([
|
|
3860
3860
|
ProxyCmp({
|
|
3861
3861
|
defineCustomElementFn: undefined,
|
|
3862
|
-
inputs: ['size']
|
|
3862
|
+
inputs: ['color', 'size']
|
|
3863
3863
|
})
|
|
3864
3864
|
], SwirlIconPeopleAlt);
|
|
3865
3865
|
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "14.1.2", ngImport: i0, type: SwirlIconPeopleAlt, decorators: [{
|
|
@@ -3868,7 +3868,7 @@ i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "14.1.2", ngImpor
|
|
|
3868
3868
|
selector: 'swirl-icon-people-alt',
|
|
3869
3869
|
changeDetection: ChangeDetectionStrategy.OnPush,
|
|
3870
3870
|
template: '<ng-content></ng-content>',
|
|
3871
|
-
inputs: ['size']
|
|
3871
|
+
inputs: ['color', 'size']
|
|
3872
3872
|
}]
|
|
3873
3873
|
}], ctorParameters: function () { return [{ type: i0.ChangeDetectorRef }, { type: i0.ElementRef }, { type: i0.NgZone }]; } });
|
|
3874
3874
|
let SwirlIconPerson = class SwirlIconPerson {
|
|
@@ -3879,11 +3879,11 @@ let SwirlIconPerson = class SwirlIconPerson {
|
|
|
3879
3879
|
}
|
|
3880
3880
|
};
|
|
3881
3881
|
SwirlIconPerson.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "14.1.2", ngImport: i0, type: SwirlIconPerson, deps: [{ token: i0.ChangeDetectorRef }, { token: i0.ElementRef }, { token: i0.NgZone }], target: i0.ɵɵFactoryTarget.Component });
|
|
3882
|
-
SwirlIconPerson.ɵcmp = i0.ɵɵngDeclareComponent({ minVersion: "14.0.0", version: "14.1.2", type: SwirlIconPerson, selector: "swirl-icon-person", inputs: { size: "size" }, ngImport: i0, template: '<ng-content></ng-content>', isInline: true, changeDetection: i0.ChangeDetectionStrategy.OnPush });
|
|
3882
|
+
SwirlIconPerson.ɵcmp = i0.ɵɵngDeclareComponent({ minVersion: "14.0.0", version: "14.1.2", type: SwirlIconPerson, selector: "swirl-icon-person", inputs: { color: "color", size: "size" }, ngImport: i0, template: '<ng-content></ng-content>', isInline: true, changeDetection: i0.ChangeDetectionStrategy.OnPush });
|
|
3883
3883
|
SwirlIconPerson = __decorate([
|
|
3884
3884
|
ProxyCmp({
|
|
3885
3885
|
defineCustomElementFn: undefined,
|
|
3886
|
-
inputs: ['size']
|
|
3886
|
+
inputs: ['color', 'size']
|
|
3887
3887
|
})
|
|
3888
3888
|
], SwirlIconPerson);
|
|
3889
3889
|
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "14.1.2", ngImport: i0, type: SwirlIconPerson, decorators: [{
|
|
@@ -3892,7 +3892,7 @@ i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "14.1.2", ngImpor
|
|
|
3892
3892
|
selector: 'swirl-icon-person',
|
|
3893
3893
|
changeDetection: ChangeDetectionStrategy.OnPush,
|
|
3894
3894
|
template: '<ng-content></ng-content>',
|
|
3895
|
-
inputs: ['size']
|
|
3895
|
+
inputs: ['color', 'size']
|
|
3896
3896
|
}]
|
|
3897
3897
|
}], ctorParameters: function () { return [{ type: i0.ChangeDetectorRef }, { type: i0.ElementRef }, { type: i0.NgZone }]; } });
|
|
3898
3898
|
let SwirlIconPersonOff = class SwirlIconPersonOff {
|
|
@@ -3903,11 +3903,11 @@ let SwirlIconPersonOff = class SwirlIconPersonOff {
|
|
|
3903
3903
|
}
|
|
3904
3904
|
};
|
|
3905
3905
|
SwirlIconPersonOff.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "14.1.2", ngImport: i0, type: SwirlIconPersonOff, deps: [{ token: i0.ChangeDetectorRef }, { token: i0.ElementRef }, { token: i0.NgZone }], target: i0.ɵɵFactoryTarget.Component });
|
|
3906
|
-
SwirlIconPersonOff.ɵcmp = i0.ɵɵngDeclareComponent({ minVersion: "14.0.0", version: "14.1.2", type: SwirlIconPersonOff, selector: "swirl-icon-person-off", inputs: { size: "size" }, ngImport: i0, template: '<ng-content></ng-content>', isInline: true, changeDetection: i0.ChangeDetectionStrategy.OnPush });
|
|
3906
|
+
SwirlIconPersonOff.ɵcmp = i0.ɵɵngDeclareComponent({ minVersion: "14.0.0", version: "14.1.2", type: SwirlIconPersonOff, selector: "swirl-icon-person-off", inputs: { color: "color", size: "size" }, ngImport: i0, template: '<ng-content></ng-content>', isInline: true, changeDetection: i0.ChangeDetectionStrategy.OnPush });
|
|
3907
3907
|
SwirlIconPersonOff = __decorate([
|
|
3908
3908
|
ProxyCmp({
|
|
3909
3909
|
defineCustomElementFn: undefined,
|
|
3910
|
-
inputs: ['size']
|
|
3910
|
+
inputs: ['color', 'size']
|
|
3911
3911
|
})
|
|
3912
3912
|
], SwirlIconPersonOff);
|
|
3913
3913
|
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "14.1.2", ngImport: i0, type: SwirlIconPersonOff, decorators: [{
|
|
@@ -3916,7 +3916,7 @@ i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "14.1.2", ngImpor
|
|
|
3916
3916
|
selector: 'swirl-icon-person-off',
|
|
3917
3917
|
changeDetection: ChangeDetectionStrategy.OnPush,
|
|
3918
3918
|
template: '<ng-content></ng-content>',
|
|
3919
|
-
inputs: ['size']
|
|
3919
|
+
inputs: ['color', 'size']
|
|
3920
3920
|
}]
|
|
3921
3921
|
}], ctorParameters: function () { return [{ type: i0.ChangeDetectorRef }, { type: i0.ElementRef }, { type: i0.NgZone }]; } });
|
|
3922
3922
|
let SwirlIconPhone = class SwirlIconPhone {
|
|
@@ -3927,11 +3927,11 @@ let SwirlIconPhone = class SwirlIconPhone {
|
|
|
3927
3927
|
}
|
|
3928
3928
|
};
|
|
3929
3929
|
SwirlIconPhone.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "14.1.2", ngImport: i0, type: SwirlIconPhone, deps: [{ token: i0.ChangeDetectorRef }, { token: i0.ElementRef }, { token: i0.NgZone }], target: i0.ɵɵFactoryTarget.Component });
|
|
3930
|
-
SwirlIconPhone.ɵcmp = i0.ɵɵngDeclareComponent({ minVersion: "14.0.0", version: "14.1.2", type: SwirlIconPhone, selector: "swirl-icon-phone", inputs: { size: "size" }, ngImport: i0, template: '<ng-content></ng-content>', isInline: true, changeDetection: i0.ChangeDetectionStrategy.OnPush });
|
|
3930
|
+
SwirlIconPhone.ɵcmp = i0.ɵɵngDeclareComponent({ minVersion: "14.0.0", version: "14.1.2", type: SwirlIconPhone, selector: "swirl-icon-phone", inputs: { color: "color", size: "size" }, ngImport: i0, template: '<ng-content></ng-content>', isInline: true, changeDetection: i0.ChangeDetectionStrategy.OnPush });
|
|
3931
3931
|
SwirlIconPhone = __decorate([
|
|
3932
3932
|
ProxyCmp({
|
|
3933
3933
|
defineCustomElementFn: undefined,
|
|
3934
|
-
inputs: ['size']
|
|
3934
|
+
inputs: ['color', 'size']
|
|
3935
3935
|
})
|
|
3936
3936
|
], SwirlIconPhone);
|
|
3937
3937
|
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "14.1.2", ngImport: i0, type: SwirlIconPhone, decorators: [{
|
|
@@ -3940,7 +3940,7 @@ i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "14.1.2", ngImpor
|
|
|
3940
3940
|
selector: 'swirl-icon-phone',
|
|
3941
3941
|
changeDetection: ChangeDetectionStrategy.OnPush,
|
|
3942
3942
|
template: '<ng-content></ng-content>',
|
|
3943
|
-
inputs: ['size']
|
|
3943
|
+
inputs: ['color', 'size']
|
|
3944
3944
|
}]
|
|
3945
3945
|
}], ctorParameters: function () { return [{ type: i0.ChangeDetectorRef }, { type: i0.ElementRef }, { type: i0.NgZone }]; } });
|
|
3946
3946
|
let SwirlIconPhotoCamera = class SwirlIconPhotoCamera {
|
|
@@ -3951,11 +3951,11 @@ let SwirlIconPhotoCamera = class SwirlIconPhotoCamera {
|
|
|
3951
3951
|
}
|
|
3952
3952
|
};
|
|
3953
3953
|
SwirlIconPhotoCamera.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "14.1.2", ngImport: i0, type: SwirlIconPhotoCamera, deps: [{ token: i0.ChangeDetectorRef }, { token: i0.ElementRef }, { token: i0.NgZone }], target: i0.ɵɵFactoryTarget.Component });
|
|
3954
|
-
SwirlIconPhotoCamera.ɵcmp = i0.ɵɵngDeclareComponent({ minVersion: "14.0.0", version: "14.1.2", type: SwirlIconPhotoCamera, selector: "swirl-icon-photo-camera", inputs: { size: "size" }, ngImport: i0, template: '<ng-content></ng-content>', isInline: true, changeDetection: i0.ChangeDetectionStrategy.OnPush });
|
|
3954
|
+
SwirlIconPhotoCamera.ɵcmp = i0.ɵɵngDeclareComponent({ minVersion: "14.0.0", version: "14.1.2", type: SwirlIconPhotoCamera, selector: "swirl-icon-photo-camera", inputs: { color: "color", size: "size" }, ngImport: i0, template: '<ng-content></ng-content>', isInline: true, changeDetection: i0.ChangeDetectionStrategy.OnPush });
|
|
3955
3955
|
SwirlIconPhotoCamera = __decorate([
|
|
3956
3956
|
ProxyCmp({
|
|
3957
3957
|
defineCustomElementFn: undefined,
|
|
3958
|
-
inputs: ['size']
|
|
3958
|
+
inputs: ['color', 'size']
|
|
3959
3959
|
})
|
|
3960
3960
|
], SwirlIconPhotoCamera);
|
|
3961
3961
|
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "14.1.2", ngImport: i0, type: SwirlIconPhotoCamera, decorators: [{
|
|
@@ -3964,7 +3964,7 @@ i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "14.1.2", ngImpor
|
|
|
3964
3964
|
selector: 'swirl-icon-photo-camera',
|
|
3965
3965
|
changeDetection: ChangeDetectionStrategy.OnPush,
|
|
3966
3966
|
template: '<ng-content></ng-content>',
|
|
3967
|
-
inputs: ['size']
|
|
3967
|
+
inputs: ['color', 'size']
|
|
3968
3968
|
}]
|
|
3969
3969
|
}], ctorParameters: function () { return [{ type: i0.ChangeDetectorRef }, { type: i0.ElementRef }, { type: i0.NgZone }]; } });
|
|
3970
3970
|
let SwirlIconPlayArrow = class SwirlIconPlayArrow {
|
|
@@ -3975,11 +3975,11 @@ let SwirlIconPlayArrow = class SwirlIconPlayArrow {
|
|
|
3975
3975
|
}
|
|
3976
3976
|
};
|
|
3977
3977
|
SwirlIconPlayArrow.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "14.1.2", ngImport: i0, type: SwirlIconPlayArrow, deps: [{ token: i0.ChangeDetectorRef }, { token: i0.ElementRef }, { token: i0.NgZone }], target: i0.ɵɵFactoryTarget.Component });
|
|
3978
|
-
SwirlIconPlayArrow.ɵcmp = i0.ɵɵngDeclareComponent({ minVersion: "14.0.0", version: "14.1.2", type: SwirlIconPlayArrow, selector: "swirl-icon-play-arrow", inputs: { size: "size" }, ngImport: i0, template: '<ng-content></ng-content>', isInline: true, changeDetection: i0.ChangeDetectionStrategy.OnPush });
|
|
3978
|
+
SwirlIconPlayArrow.ɵcmp = i0.ɵɵngDeclareComponent({ minVersion: "14.0.0", version: "14.1.2", type: SwirlIconPlayArrow, selector: "swirl-icon-play-arrow", inputs: { color: "color", size: "size" }, ngImport: i0, template: '<ng-content></ng-content>', isInline: true, changeDetection: i0.ChangeDetectionStrategy.OnPush });
|
|
3979
3979
|
SwirlIconPlayArrow = __decorate([
|
|
3980
3980
|
ProxyCmp({
|
|
3981
3981
|
defineCustomElementFn: undefined,
|
|
3982
|
-
inputs: ['size']
|
|
3982
|
+
inputs: ['color', 'size']
|
|
3983
3983
|
})
|
|
3984
3984
|
], SwirlIconPlayArrow);
|
|
3985
3985
|
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "14.1.2", ngImport: i0, type: SwirlIconPlayArrow, decorators: [{
|
|
@@ -3988,7 +3988,7 @@ i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "14.1.2", ngImpor
|
|
|
3988
3988
|
selector: 'swirl-icon-play-arrow',
|
|
3989
3989
|
changeDetection: ChangeDetectionStrategy.OnPush,
|
|
3990
3990
|
template: '<ng-content></ng-content>',
|
|
3991
|
-
inputs: ['size']
|
|
3991
|
+
inputs: ['color', 'size']
|
|
3992
3992
|
}]
|
|
3993
3993
|
}], ctorParameters: function () { return [{ type: i0.ChangeDetectorRef }, { type: i0.ElementRef }, { type: i0.NgZone }]; } });
|
|
3994
3994
|
let SwirlIconPoll = class SwirlIconPoll {
|
|
@@ -3999,11 +3999,11 @@ let SwirlIconPoll = class SwirlIconPoll {
|
|
|
3999
3999
|
}
|
|
4000
4000
|
};
|
|
4001
4001
|
SwirlIconPoll.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "14.1.2", ngImport: i0, type: SwirlIconPoll, deps: [{ token: i0.ChangeDetectorRef }, { token: i0.ElementRef }, { token: i0.NgZone }], target: i0.ɵɵFactoryTarget.Component });
|
|
4002
|
-
SwirlIconPoll.ɵcmp = i0.ɵɵngDeclareComponent({ minVersion: "14.0.0", version: "14.1.2", type: SwirlIconPoll, selector: "swirl-icon-poll", inputs: { size: "size" }, ngImport: i0, template: '<ng-content></ng-content>', isInline: true, changeDetection: i0.ChangeDetectionStrategy.OnPush });
|
|
4002
|
+
SwirlIconPoll.ɵcmp = i0.ɵɵngDeclareComponent({ minVersion: "14.0.0", version: "14.1.2", type: SwirlIconPoll, selector: "swirl-icon-poll", inputs: { color: "color", size: "size" }, ngImport: i0, template: '<ng-content></ng-content>', isInline: true, changeDetection: i0.ChangeDetectionStrategy.OnPush });
|
|
4003
4003
|
SwirlIconPoll = __decorate([
|
|
4004
4004
|
ProxyCmp({
|
|
4005
4005
|
defineCustomElementFn: undefined,
|
|
4006
|
-
inputs: ['size']
|
|
4006
|
+
inputs: ['color', 'size']
|
|
4007
4007
|
})
|
|
4008
4008
|
], SwirlIconPoll);
|
|
4009
4009
|
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "14.1.2", ngImport: i0, type: SwirlIconPoll, decorators: [{
|
|
@@ -4012,7 +4012,7 @@ i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "14.1.2", ngImpor
|
|
|
4012
4012
|
selector: 'swirl-icon-poll',
|
|
4013
4013
|
changeDetection: ChangeDetectionStrategy.OnPush,
|
|
4014
4014
|
template: '<ng-content></ng-content>',
|
|
4015
|
-
inputs: ['size']
|
|
4015
|
+
inputs: ['color', 'size']
|
|
4016
4016
|
}]
|
|
4017
4017
|
}], ctorParameters: function () { return [{ type: i0.ChangeDetectorRef }, { type: i0.ElementRef }, { type: i0.NgZone }]; } });
|
|
4018
4018
|
let SwirlIconPrint = class SwirlIconPrint {
|
|
@@ -4023,11 +4023,11 @@ let SwirlIconPrint = class SwirlIconPrint {
|
|
|
4023
4023
|
}
|
|
4024
4024
|
};
|
|
4025
4025
|
SwirlIconPrint.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "14.1.2", ngImport: i0, type: SwirlIconPrint, deps: [{ token: i0.ChangeDetectorRef }, { token: i0.ElementRef }, { token: i0.NgZone }], target: i0.ɵɵFactoryTarget.Component });
|
|
4026
|
-
SwirlIconPrint.ɵcmp = i0.ɵɵngDeclareComponent({ minVersion: "14.0.0", version: "14.1.2", type: SwirlIconPrint, selector: "swirl-icon-print", inputs: { size: "size" }, ngImport: i0, template: '<ng-content></ng-content>', isInline: true, changeDetection: i0.ChangeDetectionStrategy.OnPush });
|
|
4026
|
+
SwirlIconPrint.ɵcmp = i0.ɵɵngDeclareComponent({ minVersion: "14.0.0", version: "14.1.2", type: SwirlIconPrint, selector: "swirl-icon-print", inputs: { color: "color", size: "size" }, ngImport: i0, template: '<ng-content></ng-content>', isInline: true, changeDetection: i0.ChangeDetectionStrategy.OnPush });
|
|
4027
4027
|
SwirlIconPrint = __decorate([
|
|
4028
4028
|
ProxyCmp({
|
|
4029
4029
|
defineCustomElementFn: undefined,
|
|
4030
|
-
inputs: ['size']
|
|
4030
|
+
inputs: ['color', 'size']
|
|
4031
4031
|
})
|
|
4032
4032
|
], SwirlIconPrint);
|
|
4033
4033
|
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "14.1.2", ngImport: i0, type: SwirlIconPrint, decorators: [{
|
|
@@ -4036,7 +4036,7 @@ i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "14.1.2", ngImpor
|
|
|
4036
4036
|
selector: 'swirl-icon-print',
|
|
4037
4037
|
changeDetection: ChangeDetectionStrategy.OnPush,
|
|
4038
4038
|
template: '<ng-content></ng-content>',
|
|
4039
|
-
inputs: ['size']
|
|
4039
|
+
inputs: ['color', 'size']
|
|
4040
4040
|
}]
|
|
4041
4041
|
}], ctorParameters: function () { return [{ type: i0.ChangeDetectorRef }, { type: i0.ElementRef }, { type: i0.NgZone }]; } });
|
|
4042
4042
|
let SwirlIconRecieved = class SwirlIconRecieved {
|
|
@@ -4047,11 +4047,11 @@ let SwirlIconRecieved = class SwirlIconRecieved {
|
|
|
4047
4047
|
}
|
|
4048
4048
|
};
|
|
4049
4049
|
SwirlIconRecieved.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "14.1.2", ngImport: i0, type: SwirlIconRecieved, deps: [{ token: i0.ChangeDetectorRef }, { token: i0.ElementRef }, { token: i0.NgZone }], target: i0.ɵɵFactoryTarget.Component });
|
|
4050
|
-
SwirlIconRecieved.ɵcmp = i0.ɵɵngDeclareComponent({ minVersion: "14.0.0", version: "14.1.2", type: SwirlIconRecieved, selector: "swirl-icon-recieved", inputs: { size: "size" }, ngImport: i0, template: '<ng-content></ng-content>', isInline: true, changeDetection: i0.ChangeDetectionStrategy.OnPush });
|
|
4050
|
+
SwirlIconRecieved.ɵcmp = i0.ɵɵngDeclareComponent({ minVersion: "14.0.0", version: "14.1.2", type: SwirlIconRecieved, selector: "swirl-icon-recieved", inputs: { color: "color", size: "size" }, ngImport: i0, template: '<ng-content></ng-content>', isInline: true, changeDetection: i0.ChangeDetectionStrategy.OnPush });
|
|
4051
4051
|
SwirlIconRecieved = __decorate([
|
|
4052
4052
|
ProxyCmp({
|
|
4053
4053
|
defineCustomElementFn: undefined,
|
|
4054
|
-
inputs: ['size']
|
|
4054
|
+
inputs: ['color', 'size']
|
|
4055
4055
|
})
|
|
4056
4056
|
], SwirlIconRecieved);
|
|
4057
4057
|
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "14.1.2", ngImport: i0, type: SwirlIconRecieved, decorators: [{
|
|
@@ -4060,7 +4060,7 @@ i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "14.1.2", ngImpor
|
|
|
4060
4060
|
selector: 'swirl-icon-recieved',
|
|
4061
4061
|
changeDetection: ChangeDetectionStrategy.OnPush,
|
|
4062
4062
|
template: '<ng-content></ng-content>',
|
|
4063
|
-
inputs: ['size']
|
|
4063
|
+
inputs: ['color', 'size']
|
|
4064
4064
|
}]
|
|
4065
4065
|
}], ctorParameters: function () { return [{ type: i0.ChangeDetectorRef }, { type: i0.ElementRef }, { type: i0.NgZone }]; } });
|
|
4066
4066
|
let SwirlIconRemove = class SwirlIconRemove {
|
|
@@ -4071,11 +4071,11 @@ let SwirlIconRemove = class SwirlIconRemove {
|
|
|
4071
4071
|
}
|
|
4072
4072
|
};
|
|
4073
4073
|
SwirlIconRemove.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "14.1.2", ngImport: i0, type: SwirlIconRemove, deps: [{ token: i0.ChangeDetectorRef }, { token: i0.ElementRef }, { token: i0.NgZone }], target: i0.ɵɵFactoryTarget.Component });
|
|
4074
|
-
SwirlIconRemove.ɵcmp = i0.ɵɵngDeclareComponent({ minVersion: "14.0.0", version: "14.1.2", type: SwirlIconRemove, selector: "swirl-icon-remove", inputs: { size: "size" }, ngImport: i0, template: '<ng-content></ng-content>', isInline: true, changeDetection: i0.ChangeDetectionStrategy.OnPush });
|
|
4074
|
+
SwirlIconRemove.ɵcmp = i0.ɵɵngDeclareComponent({ minVersion: "14.0.0", version: "14.1.2", type: SwirlIconRemove, selector: "swirl-icon-remove", inputs: { color: "color", size: "size" }, ngImport: i0, template: '<ng-content></ng-content>', isInline: true, changeDetection: i0.ChangeDetectionStrategy.OnPush });
|
|
4075
4075
|
SwirlIconRemove = __decorate([
|
|
4076
4076
|
ProxyCmp({
|
|
4077
4077
|
defineCustomElementFn: undefined,
|
|
4078
|
-
inputs: ['size']
|
|
4078
|
+
inputs: ['color', 'size']
|
|
4079
4079
|
})
|
|
4080
4080
|
], SwirlIconRemove);
|
|
4081
4081
|
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "14.1.2", ngImport: i0, type: SwirlIconRemove, decorators: [{
|
|
@@ -4084,7 +4084,7 @@ i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "14.1.2", ngImpor
|
|
|
4084
4084
|
selector: 'swirl-icon-remove',
|
|
4085
4085
|
changeDetection: ChangeDetectionStrategy.OnPush,
|
|
4086
4086
|
template: '<ng-content></ng-content>',
|
|
4087
|
-
inputs: ['size']
|
|
4087
|
+
inputs: ['color', 'size']
|
|
4088
4088
|
}]
|
|
4089
4089
|
}], ctorParameters: function () { return [{ type: i0.ChangeDetectorRef }, { type: i0.ElementRef }, { type: i0.NgZone }]; } });
|
|
4090
4090
|
let SwirlIconReply = class SwirlIconReply {
|
|
@@ -4095,11 +4095,11 @@ let SwirlIconReply = class SwirlIconReply {
|
|
|
4095
4095
|
}
|
|
4096
4096
|
};
|
|
4097
4097
|
SwirlIconReply.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "14.1.2", ngImport: i0, type: SwirlIconReply, deps: [{ token: i0.ChangeDetectorRef }, { token: i0.ElementRef }, { token: i0.NgZone }], target: i0.ɵɵFactoryTarget.Component });
|
|
4098
|
-
SwirlIconReply.ɵcmp = i0.ɵɵngDeclareComponent({ minVersion: "14.0.0", version: "14.1.2", type: SwirlIconReply, selector: "swirl-icon-reply", inputs: { size: "size" }, ngImport: i0, template: '<ng-content></ng-content>', isInline: true, changeDetection: i0.ChangeDetectionStrategy.OnPush });
|
|
4098
|
+
SwirlIconReply.ɵcmp = i0.ɵɵngDeclareComponent({ minVersion: "14.0.0", version: "14.1.2", type: SwirlIconReply, selector: "swirl-icon-reply", inputs: { color: "color", size: "size" }, ngImport: i0, template: '<ng-content></ng-content>', isInline: true, changeDetection: i0.ChangeDetectionStrategy.OnPush });
|
|
4099
4099
|
SwirlIconReply = __decorate([
|
|
4100
4100
|
ProxyCmp({
|
|
4101
4101
|
defineCustomElementFn: undefined,
|
|
4102
|
-
inputs: ['size']
|
|
4102
|
+
inputs: ['color', 'size']
|
|
4103
4103
|
})
|
|
4104
4104
|
], SwirlIconReply);
|
|
4105
4105
|
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "14.1.2", ngImport: i0, type: SwirlIconReply, decorators: [{
|
|
@@ -4108,7 +4108,7 @@ i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "14.1.2", ngImpor
|
|
|
4108
4108
|
selector: 'swirl-icon-reply',
|
|
4109
4109
|
changeDetection: ChangeDetectionStrategy.OnPush,
|
|
4110
4110
|
template: '<ng-content></ng-content>',
|
|
4111
|
-
inputs: ['size']
|
|
4111
|
+
inputs: ['color', 'size']
|
|
4112
4112
|
}]
|
|
4113
4113
|
}], ctorParameters: function () { return [{ type: i0.ChangeDetectorRef }, { type: i0.ElementRef }, { type: i0.NgZone }]; } });
|
|
4114
4114
|
let SwirlIconReport = class SwirlIconReport {
|
|
@@ -4119,11 +4119,11 @@ let SwirlIconReport = class SwirlIconReport {
|
|
|
4119
4119
|
}
|
|
4120
4120
|
};
|
|
4121
4121
|
SwirlIconReport.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "14.1.2", ngImport: i0, type: SwirlIconReport, deps: [{ token: i0.ChangeDetectorRef }, { token: i0.ElementRef }, { token: i0.NgZone }], target: i0.ɵɵFactoryTarget.Component });
|
|
4122
|
-
SwirlIconReport.ɵcmp = i0.ɵɵngDeclareComponent({ minVersion: "14.0.0", version: "14.1.2", type: SwirlIconReport, selector: "swirl-icon-report", inputs: { size: "size" }, ngImport: i0, template: '<ng-content></ng-content>', isInline: true, changeDetection: i0.ChangeDetectionStrategy.OnPush });
|
|
4122
|
+
SwirlIconReport.ɵcmp = i0.ɵɵngDeclareComponent({ minVersion: "14.0.0", version: "14.1.2", type: SwirlIconReport, selector: "swirl-icon-report", inputs: { color: "color", size: "size" }, ngImport: i0, template: '<ng-content></ng-content>', isInline: true, changeDetection: i0.ChangeDetectionStrategy.OnPush });
|
|
4123
4123
|
SwirlIconReport = __decorate([
|
|
4124
4124
|
ProxyCmp({
|
|
4125
4125
|
defineCustomElementFn: undefined,
|
|
4126
|
-
inputs: ['size']
|
|
4126
|
+
inputs: ['color', 'size']
|
|
4127
4127
|
})
|
|
4128
4128
|
], SwirlIconReport);
|
|
4129
4129
|
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "14.1.2", ngImport: i0, type: SwirlIconReport, decorators: [{
|
|
@@ -4132,7 +4132,7 @@ i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "14.1.2", ngImpor
|
|
|
4132
4132
|
selector: 'swirl-icon-report',
|
|
4133
4133
|
changeDetection: ChangeDetectionStrategy.OnPush,
|
|
4134
4134
|
template: '<ng-content></ng-content>',
|
|
4135
|
-
inputs: ['size']
|
|
4135
|
+
inputs: ['color', 'size']
|
|
4136
4136
|
}]
|
|
4137
4137
|
}], ctorParameters: function () { return [{ type: i0.ChangeDetectorRef }, { type: i0.ElementRef }, { type: i0.NgZone }]; } });
|
|
4138
4138
|
let SwirlIconRoadmap = class SwirlIconRoadmap {
|
|
@@ -4143,11 +4143,11 @@ let SwirlIconRoadmap = class SwirlIconRoadmap {
|
|
|
4143
4143
|
}
|
|
4144
4144
|
};
|
|
4145
4145
|
SwirlIconRoadmap.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "14.1.2", ngImport: i0, type: SwirlIconRoadmap, deps: [{ token: i0.ChangeDetectorRef }, { token: i0.ElementRef }, { token: i0.NgZone }], target: i0.ɵɵFactoryTarget.Component });
|
|
4146
|
-
SwirlIconRoadmap.ɵcmp = i0.ɵɵngDeclareComponent({ minVersion: "14.0.0", version: "14.1.2", type: SwirlIconRoadmap, selector: "swirl-icon-roadmap", inputs: { size: "size" }, ngImport: i0, template: '<ng-content></ng-content>', isInline: true, changeDetection: i0.ChangeDetectionStrategy.OnPush });
|
|
4146
|
+
SwirlIconRoadmap.ɵcmp = i0.ɵɵngDeclareComponent({ minVersion: "14.0.0", version: "14.1.2", type: SwirlIconRoadmap, selector: "swirl-icon-roadmap", inputs: { color: "color", size: "size" }, ngImport: i0, template: '<ng-content></ng-content>', isInline: true, changeDetection: i0.ChangeDetectionStrategy.OnPush });
|
|
4147
4147
|
SwirlIconRoadmap = __decorate([
|
|
4148
4148
|
ProxyCmp({
|
|
4149
4149
|
defineCustomElementFn: undefined,
|
|
4150
|
-
inputs: ['size']
|
|
4150
|
+
inputs: ['color', 'size']
|
|
4151
4151
|
})
|
|
4152
4152
|
], SwirlIconRoadmap);
|
|
4153
4153
|
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "14.1.2", ngImport: i0, type: SwirlIconRoadmap, decorators: [{
|
|
@@ -4156,7 +4156,7 @@ i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "14.1.2", ngImpor
|
|
|
4156
4156
|
selector: 'swirl-icon-roadmap',
|
|
4157
4157
|
changeDetection: ChangeDetectionStrategy.OnPush,
|
|
4158
4158
|
template: '<ng-content></ng-content>',
|
|
4159
|
-
inputs: ['size']
|
|
4159
|
+
inputs: ['color', 'size']
|
|
4160
4160
|
}]
|
|
4161
4161
|
}], ctorParameters: function () { return [{ type: i0.ChangeDetectorRef }, { type: i0.ElementRef }, { type: i0.NgZone }]; } });
|
|
4162
4162
|
let SwirlIconSearch = class SwirlIconSearch {
|
|
@@ -4167,11 +4167,11 @@ let SwirlIconSearch = class SwirlIconSearch {
|
|
|
4167
4167
|
}
|
|
4168
4168
|
};
|
|
4169
4169
|
SwirlIconSearch.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "14.1.2", ngImport: i0, type: SwirlIconSearch, deps: [{ token: i0.ChangeDetectorRef }, { token: i0.ElementRef }, { token: i0.NgZone }], target: i0.ɵɵFactoryTarget.Component });
|
|
4170
|
-
SwirlIconSearch.ɵcmp = i0.ɵɵngDeclareComponent({ minVersion: "14.0.0", version: "14.1.2", type: SwirlIconSearch, selector: "swirl-icon-search", inputs: { size: "size" }, ngImport: i0, template: '<ng-content></ng-content>', isInline: true, changeDetection: i0.ChangeDetectionStrategy.OnPush });
|
|
4170
|
+
SwirlIconSearch.ɵcmp = i0.ɵɵngDeclareComponent({ minVersion: "14.0.0", version: "14.1.2", type: SwirlIconSearch, selector: "swirl-icon-search", inputs: { color: "color", size: "size" }, ngImport: i0, template: '<ng-content></ng-content>', isInline: true, changeDetection: i0.ChangeDetectionStrategy.OnPush });
|
|
4171
4171
|
SwirlIconSearch = __decorate([
|
|
4172
4172
|
ProxyCmp({
|
|
4173
4173
|
defineCustomElementFn: undefined,
|
|
4174
|
-
inputs: ['size']
|
|
4174
|
+
inputs: ['color', 'size']
|
|
4175
4175
|
})
|
|
4176
4176
|
], SwirlIconSearch);
|
|
4177
4177
|
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "14.1.2", ngImport: i0, type: SwirlIconSearch, decorators: [{
|
|
@@ -4180,7 +4180,7 @@ i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "14.1.2", ngImpor
|
|
|
4180
4180
|
selector: 'swirl-icon-search',
|
|
4181
4181
|
changeDetection: ChangeDetectionStrategy.OnPush,
|
|
4182
4182
|
template: '<ng-content></ng-content>',
|
|
4183
|
-
inputs: ['size']
|
|
4183
|
+
inputs: ['color', 'size']
|
|
4184
4184
|
}]
|
|
4185
4185
|
}], ctorParameters: function () { return [{ type: i0.ChangeDetectorRef }, { type: i0.ElementRef }, { type: i0.NgZone }]; } });
|
|
4186
4186
|
let SwirlIconSearchStrong = class SwirlIconSearchStrong {
|
|
@@ -4191,11 +4191,11 @@ let SwirlIconSearchStrong = class SwirlIconSearchStrong {
|
|
|
4191
4191
|
}
|
|
4192
4192
|
};
|
|
4193
4193
|
SwirlIconSearchStrong.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "14.1.2", ngImport: i0, type: SwirlIconSearchStrong, deps: [{ token: i0.ChangeDetectorRef }, { token: i0.ElementRef }, { token: i0.NgZone }], target: i0.ɵɵFactoryTarget.Component });
|
|
4194
|
-
SwirlIconSearchStrong.ɵcmp = i0.ɵɵngDeclareComponent({ minVersion: "14.0.0", version: "14.1.2", type: SwirlIconSearchStrong, selector: "swirl-icon-search-strong", inputs: { size: "size" }, ngImport: i0, template: '<ng-content></ng-content>', isInline: true, changeDetection: i0.ChangeDetectionStrategy.OnPush });
|
|
4194
|
+
SwirlIconSearchStrong.ɵcmp = i0.ɵɵngDeclareComponent({ minVersion: "14.0.0", version: "14.1.2", type: SwirlIconSearchStrong, selector: "swirl-icon-search-strong", inputs: { color: "color", size: "size" }, ngImport: i0, template: '<ng-content></ng-content>', isInline: true, changeDetection: i0.ChangeDetectionStrategy.OnPush });
|
|
4195
4195
|
SwirlIconSearchStrong = __decorate([
|
|
4196
4196
|
ProxyCmp({
|
|
4197
4197
|
defineCustomElementFn: undefined,
|
|
4198
|
-
inputs: ['size']
|
|
4198
|
+
inputs: ['color', 'size']
|
|
4199
4199
|
})
|
|
4200
4200
|
], SwirlIconSearchStrong);
|
|
4201
4201
|
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "14.1.2", ngImport: i0, type: SwirlIconSearchStrong, decorators: [{
|
|
@@ -4204,7 +4204,7 @@ i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "14.1.2", ngImpor
|
|
|
4204
4204
|
selector: 'swirl-icon-search-strong',
|
|
4205
4205
|
changeDetection: ChangeDetectionStrategy.OnPush,
|
|
4206
4206
|
template: '<ng-content></ng-content>',
|
|
4207
|
-
inputs: ['size']
|
|
4207
|
+
inputs: ['color', 'size']
|
|
4208
4208
|
}]
|
|
4209
4209
|
}], ctorParameters: function () { return [{ type: i0.ChangeDetectorRef }, { type: i0.ElementRef }, { type: i0.NgZone }]; } });
|
|
4210
4210
|
let SwirlIconSecure = class SwirlIconSecure {
|
|
@@ -4215,11 +4215,11 @@ let SwirlIconSecure = class SwirlIconSecure {
|
|
|
4215
4215
|
}
|
|
4216
4216
|
};
|
|
4217
4217
|
SwirlIconSecure.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "14.1.2", ngImport: i0, type: SwirlIconSecure, deps: [{ token: i0.ChangeDetectorRef }, { token: i0.ElementRef }, { token: i0.NgZone }], target: i0.ɵɵFactoryTarget.Component });
|
|
4218
|
-
SwirlIconSecure.ɵcmp = i0.ɵɵngDeclareComponent({ minVersion: "14.0.0", version: "14.1.2", type: SwirlIconSecure, selector: "swirl-icon-secure", inputs: { size: "size" }, ngImport: i0, template: '<ng-content></ng-content>', isInline: true, changeDetection: i0.ChangeDetectionStrategy.OnPush });
|
|
4218
|
+
SwirlIconSecure.ɵcmp = i0.ɵɵngDeclareComponent({ minVersion: "14.0.0", version: "14.1.2", type: SwirlIconSecure, selector: "swirl-icon-secure", inputs: { color: "color", size: "size" }, ngImport: i0, template: '<ng-content></ng-content>', isInline: true, changeDetection: i0.ChangeDetectionStrategy.OnPush });
|
|
4219
4219
|
SwirlIconSecure = __decorate([
|
|
4220
4220
|
ProxyCmp({
|
|
4221
4221
|
defineCustomElementFn: undefined,
|
|
4222
|
-
inputs: ['size']
|
|
4222
|
+
inputs: ['color', 'size']
|
|
4223
4223
|
})
|
|
4224
4224
|
], SwirlIconSecure);
|
|
4225
4225
|
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "14.1.2", ngImport: i0, type: SwirlIconSecure, decorators: [{
|
|
@@ -4228,7 +4228,7 @@ i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "14.1.2", ngImpor
|
|
|
4228
4228
|
selector: 'swirl-icon-secure',
|
|
4229
4229
|
changeDetection: ChangeDetectionStrategy.OnPush,
|
|
4230
4230
|
template: '<ng-content></ng-content>',
|
|
4231
|
-
inputs: ['size']
|
|
4231
|
+
inputs: ['color', 'size']
|
|
4232
4232
|
}]
|
|
4233
4233
|
}], ctorParameters: function () { return [{ type: i0.ChangeDetectorRef }, { type: i0.ElementRef }, { type: i0.NgZone }]; } });
|
|
4234
4234
|
let SwirlIconSend = class SwirlIconSend {
|
|
@@ -4239,11 +4239,11 @@ let SwirlIconSend = class SwirlIconSend {
|
|
|
4239
4239
|
}
|
|
4240
4240
|
};
|
|
4241
4241
|
SwirlIconSend.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "14.1.2", ngImport: i0, type: SwirlIconSend, deps: [{ token: i0.ChangeDetectorRef }, { token: i0.ElementRef }, { token: i0.NgZone }], target: i0.ɵɵFactoryTarget.Component });
|
|
4242
|
-
SwirlIconSend.ɵcmp = i0.ɵɵngDeclareComponent({ minVersion: "14.0.0", version: "14.1.2", type: SwirlIconSend, selector: "swirl-icon-send", inputs: { size: "size" }, ngImport: i0, template: '<ng-content></ng-content>', isInline: true, changeDetection: i0.ChangeDetectionStrategy.OnPush });
|
|
4242
|
+
SwirlIconSend.ɵcmp = i0.ɵɵngDeclareComponent({ minVersion: "14.0.0", version: "14.1.2", type: SwirlIconSend, selector: "swirl-icon-send", inputs: { color: "color", size: "size" }, ngImport: i0, template: '<ng-content></ng-content>', isInline: true, changeDetection: i0.ChangeDetectionStrategy.OnPush });
|
|
4243
4243
|
SwirlIconSend = __decorate([
|
|
4244
4244
|
ProxyCmp({
|
|
4245
4245
|
defineCustomElementFn: undefined,
|
|
4246
|
-
inputs: ['size']
|
|
4246
|
+
inputs: ['color', 'size']
|
|
4247
4247
|
})
|
|
4248
4248
|
], SwirlIconSend);
|
|
4249
4249
|
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "14.1.2", ngImport: i0, type: SwirlIconSend, decorators: [{
|
|
@@ -4252,7 +4252,7 @@ i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "14.1.2", ngImpor
|
|
|
4252
4252
|
selector: 'swirl-icon-send',
|
|
4253
4253
|
changeDetection: ChangeDetectionStrategy.OnPush,
|
|
4254
4254
|
template: '<ng-content></ng-content>',
|
|
4255
|
-
inputs: ['size']
|
|
4255
|
+
inputs: ['color', 'size']
|
|
4256
4256
|
}]
|
|
4257
4257
|
}], ctorParameters: function () { return [{ type: i0.ChangeDetectorRef }, { type: i0.ElementRef }, { type: i0.NgZone }]; } });
|
|
4258
4258
|
let SwirlIconSettings = class SwirlIconSettings {
|
|
@@ -4263,11 +4263,11 @@ let SwirlIconSettings = class SwirlIconSettings {
|
|
|
4263
4263
|
}
|
|
4264
4264
|
};
|
|
4265
4265
|
SwirlIconSettings.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "14.1.2", ngImport: i0, type: SwirlIconSettings, deps: [{ token: i0.ChangeDetectorRef }, { token: i0.ElementRef }, { token: i0.NgZone }], target: i0.ɵɵFactoryTarget.Component });
|
|
4266
|
-
SwirlIconSettings.ɵcmp = i0.ɵɵngDeclareComponent({ minVersion: "14.0.0", version: "14.1.2", type: SwirlIconSettings, selector: "swirl-icon-settings", inputs: { size: "size" }, ngImport: i0, template: '<ng-content></ng-content>', isInline: true, changeDetection: i0.ChangeDetectionStrategy.OnPush });
|
|
4266
|
+
SwirlIconSettings.ɵcmp = i0.ɵɵngDeclareComponent({ minVersion: "14.0.0", version: "14.1.2", type: SwirlIconSettings, selector: "swirl-icon-settings", inputs: { color: "color", size: "size" }, ngImport: i0, template: '<ng-content></ng-content>', isInline: true, changeDetection: i0.ChangeDetectionStrategy.OnPush });
|
|
4267
4267
|
SwirlIconSettings = __decorate([
|
|
4268
4268
|
ProxyCmp({
|
|
4269
4269
|
defineCustomElementFn: undefined,
|
|
4270
|
-
inputs: ['size']
|
|
4270
|
+
inputs: ['color', 'size']
|
|
4271
4271
|
})
|
|
4272
4272
|
], SwirlIconSettings);
|
|
4273
4273
|
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "14.1.2", ngImport: i0, type: SwirlIconSettings, decorators: [{
|
|
@@ -4276,7 +4276,7 @@ i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "14.1.2", ngImpor
|
|
|
4276
4276
|
selector: 'swirl-icon-settings',
|
|
4277
4277
|
changeDetection: ChangeDetectionStrategy.OnPush,
|
|
4278
4278
|
template: '<ng-content></ng-content>',
|
|
4279
|
-
inputs: ['size']
|
|
4279
|
+
inputs: ['color', 'size']
|
|
4280
4280
|
}]
|
|
4281
4281
|
}], ctorParameters: function () { return [{ type: i0.ChangeDetectorRef }, { type: i0.ElementRef }, { type: i0.NgZone }]; } });
|
|
4282
4282
|
let SwirlIconShortText = class SwirlIconShortText {
|
|
@@ -4287,11 +4287,11 @@ let SwirlIconShortText = class SwirlIconShortText {
|
|
|
4287
4287
|
}
|
|
4288
4288
|
};
|
|
4289
4289
|
SwirlIconShortText.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "14.1.2", ngImport: i0, type: SwirlIconShortText, deps: [{ token: i0.ChangeDetectorRef }, { token: i0.ElementRef }, { token: i0.NgZone }], target: i0.ɵɵFactoryTarget.Component });
|
|
4290
|
-
SwirlIconShortText.ɵcmp = i0.ɵɵngDeclareComponent({ minVersion: "14.0.0", version: "14.1.2", type: SwirlIconShortText, selector: "swirl-icon-short-text", inputs: { size: "size" }, ngImport: i0, template: '<ng-content></ng-content>', isInline: true, changeDetection: i0.ChangeDetectionStrategy.OnPush });
|
|
4290
|
+
SwirlIconShortText.ɵcmp = i0.ɵɵngDeclareComponent({ minVersion: "14.0.0", version: "14.1.2", type: SwirlIconShortText, selector: "swirl-icon-short-text", inputs: { color: "color", size: "size" }, ngImport: i0, template: '<ng-content></ng-content>', isInline: true, changeDetection: i0.ChangeDetectionStrategy.OnPush });
|
|
4291
4291
|
SwirlIconShortText = __decorate([
|
|
4292
4292
|
ProxyCmp({
|
|
4293
4293
|
defineCustomElementFn: undefined,
|
|
4294
|
-
inputs: ['size']
|
|
4294
|
+
inputs: ['color', 'size']
|
|
4295
4295
|
})
|
|
4296
4296
|
], SwirlIconShortText);
|
|
4297
4297
|
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "14.1.2", ngImport: i0, type: SwirlIconShortText, decorators: [{
|
|
@@ -4300,7 +4300,7 @@ i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "14.1.2", ngImpor
|
|
|
4300
4300
|
selector: 'swirl-icon-short-text',
|
|
4301
4301
|
changeDetection: ChangeDetectionStrategy.OnPush,
|
|
4302
4302
|
template: '<ng-content></ng-content>',
|
|
4303
|
-
inputs: ['size']
|
|
4303
|
+
inputs: ['color', 'size']
|
|
4304
4304
|
}]
|
|
4305
4305
|
}], ctorParameters: function () { return [{ type: i0.ChangeDetectorRef }, { type: i0.ElementRef }, { type: i0.NgZone }]; } });
|
|
4306
4306
|
let SwirlIconSimplify = class SwirlIconSimplify {
|
|
@@ -4311,11 +4311,11 @@ let SwirlIconSimplify = class SwirlIconSimplify {
|
|
|
4311
4311
|
}
|
|
4312
4312
|
};
|
|
4313
4313
|
SwirlIconSimplify.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "14.1.2", ngImport: i0, type: SwirlIconSimplify, deps: [{ token: i0.ChangeDetectorRef }, { token: i0.ElementRef }, { token: i0.NgZone }], target: i0.ɵɵFactoryTarget.Component });
|
|
4314
|
-
SwirlIconSimplify.ɵcmp = i0.ɵɵngDeclareComponent({ minVersion: "14.0.0", version: "14.1.2", type: SwirlIconSimplify, selector: "swirl-icon-simplify", inputs: { size: "size" }, ngImport: i0, template: '<ng-content></ng-content>', isInline: true, changeDetection: i0.ChangeDetectionStrategy.OnPush });
|
|
4314
|
+
SwirlIconSimplify.ɵcmp = i0.ɵɵngDeclareComponent({ minVersion: "14.0.0", version: "14.1.2", type: SwirlIconSimplify, selector: "swirl-icon-simplify", inputs: { color: "color", size: "size" }, ngImport: i0, template: '<ng-content></ng-content>', isInline: true, changeDetection: i0.ChangeDetectionStrategy.OnPush });
|
|
4315
4315
|
SwirlIconSimplify = __decorate([
|
|
4316
4316
|
ProxyCmp({
|
|
4317
4317
|
defineCustomElementFn: undefined,
|
|
4318
|
-
inputs: ['size']
|
|
4318
|
+
inputs: ['color', 'size']
|
|
4319
4319
|
})
|
|
4320
4320
|
], SwirlIconSimplify);
|
|
4321
4321
|
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "14.1.2", ngImport: i0, type: SwirlIconSimplify, decorators: [{
|
|
@@ -4324,7 +4324,7 @@ i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "14.1.2", ngImpor
|
|
|
4324
4324
|
selector: 'swirl-icon-simplify',
|
|
4325
4325
|
changeDetection: ChangeDetectionStrategy.OnPush,
|
|
4326
4326
|
template: '<ng-content></ng-content>',
|
|
4327
|
-
inputs: ['size']
|
|
4327
|
+
inputs: ['color', 'size']
|
|
4328
4328
|
}]
|
|
4329
4329
|
}], ctorParameters: function () { return [{ type: i0.ChangeDetectorRef }, { type: i0.ElementRef }, { type: i0.NgZone }]; } });
|
|
4330
4330
|
let SwirlIconSpellcheck = class SwirlIconSpellcheck {
|
|
@@ -4335,11 +4335,11 @@ let SwirlIconSpellcheck = class SwirlIconSpellcheck {
|
|
|
4335
4335
|
}
|
|
4336
4336
|
};
|
|
4337
4337
|
SwirlIconSpellcheck.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "14.1.2", ngImport: i0, type: SwirlIconSpellcheck, deps: [{ token: i0.ChangeDetectorRef }, { token: i0.ElementRef }, { token: i0.NgZone }], target: i0.ɵɵFactoryTarget.Component });
|
|
4338
|
-
SwirlIconSpellcheck.ɵcmp = i0.ɵɵngDeclareComponent({ minVersion: "14.0.0", version: "14.1.2", type: SwirlIconSpellcheck, selector: "swirl-icon-spellcheck", inputs: { size: "size" }, ngImport: i0, template: '<ng-content></ng-content>', isInline: true, changeDetection: i0.ChangeDetectionStrategy.OnPush });
|
|
4338
|
+
SwirlIconSpellcheck.ɵcmp = i0.ɵɵngDeclareComponent({ minVersion: "14.0.0", version: "14.1.2", type: SwirlIconSpellcheck, selector: "swirl-icon-spellcheck", inputs: { color: "color", size: "size" }, ngImport: i0, template: '<ng-content></ng-content>', isInline: true, changeDetection: i0.ChangeDetectionStrategy.OnPush });
|
|
4339
4339
|
SwirlIconSpellcheck = __decorate([
|
|
4340
4340
|
ProxyCmp({
|
|
4341
4341
|
defineCustomElementFn: undefined,
|
|
4342
|
-
inputs: ['size']
|
|
4342
|
+
inputs: ['color', 'size']
|
|
4343
4343
|
})
|
|
4344
4344
|
], SwirlIconSpellcheck);
|
|
4345
4345
|
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "14.1.2", ngImport: i0, type: SwirlIconSpellcheck, decorators: [{
|
|
@@ -4348,7 +4348,7 @@ i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "14.1.2", ngImpor
|
|
|
4348
4348
|
selector: 'swirl-icon-spellcheck',
|
|
4349
4349
|
changeDetection: ChangeDetectionStrategy.OnPush,
|
|
4350
4350
|
template: '<ng-content></ng-content>',
|
|
4351
|
-
inputs: ['size']
|
|
4351
|
+
inputs: ['color', 'size']
|
|
4352
4352
|
}]
|
|
4353
4353
|
}], ctorParameters: function () { return [{ type: i0.ChangeDetectorRef }, { type: i0.ElementRef }, { type: i0.NgZone }]; } });
|
|
4354
4354
|
let SwirlIconStop = class SwirlIconStop {
|
|
@@ -4359,11 +4359,11 @@ let SwirlIconStop = class SwirlIconStop {
|
|
|
4359
4359
|
}
|
|
4360
4360
|
};
|
|
4361
4361
|
SwirlIconStop.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "14.1.2", ngImport: i0, type: SwirlIconStop, deps: [{ token: i0.ChangeDetectorRef }, { token: i0.ElementRef }, { token: i0.NgZone }], target: i0.ɵɵFactoryTarget.Component });
|
|
4362
|
-
SwirlIconStop.ɵcmp = i0.ɵɵngDeclareComponent({ minVersion: "14.0.0", version: "14.1.2", type: SwirlIconStop, selector: "swirl-icon-stop", inputs: { size: "size" }, ngImport: i0, template: '<ng-content></ng-content>', isInline: true, changeDetection: i0.ChangeDetectionStrategy.OnPush });
|
|
4362
|
+
SwirlIconStop.ɵcmp = i0.ɵɵngDeclareComponent({ minVersion: "14.0.0", version: "14.1.2", type: SwirlIconStop, selector: "swirl-icon-stop", inputs: { color: "color", size: "size" }, ngImport: i0, template: '<ng-content></ng-content>', isInline: true, changeDetection: i0.ChangeDetectionStrategy.OnPush });
|
|
4363
4363
|
SwirlIconStop = __decorate([
|
|
4364
4364
|
ProxyCmp({
|
|
4365
4365
|
defineCustomElementFn: undefined,
|
|
4366
|
-
inputs: ['size']
|
|
4366
|
+
inputs: ['color', 'size']
|
|
4367
4367
|
})
|
|
4368
4368
|
], SwirlIconStop);
|
|
4369
4369
|
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "14.1.2", ngImport: i0, type: SwirlIconStop, decorators: [{
|
|
@@ -4372,7 +4372,7 @@ i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "14.1.2", ngImpor
|
|
|
4372
4372
|
selector: 'swirl-icon-stop',
|
|
4373
4373
|
changeDetection: ChangeDetectionStrategy.OnPush,
|
|
4374
4374
|
template: '<ng-content></ng-content>',
|
|
4375
|
-
inputs: ['size']
|
|
4375
|
+
inputs: ['color', 'size']
|
|
4376
4376
|
}]
|
|
4377
4377
|
}], ctorParameters: function () { return [{ type: i0.ChangeDetectorRef }, { type: i0.ElementRef }, { type: i0.NgZone }]; } });
|
|
4378
4378
|
let SwirlIconSync = class SwirlIconSync {
|
|
@@ -4383,11 +4383,11 @@ let SwirlIconSync = class SwirlIconSync {
|
|
|
4383
4383
|
}
|
|
4384
4384
|
};
|
|
4385
4385
|
SwirlIconSync.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "14.1.2", ngImport: i0, type: SwirlIconSync, deps: [{ token: i0.ChangeDetectorRef }, { token: i0.ElementRef }, { token: i0.NgZone }], target: i0.ɵɵFactoryTarget.Component });
|
|
4386
|
-
SwirlIconSync.ɵcmp = i0.ɵɵngDeclareComponent({ minVersion: "14.0.0", version: "14.1.2", type: SwirlIconSync, selector: "swirl-icon-sync", inputs: { size: "size" }, ngImport: i0, template: '<ng-content></ng-content>', isInline: true, changeDetection: i0.ChangeDetectionStrategy.OnPush });
|
|
4386
|
+
SwirlIconSync.ɵcmp = i0.ɵɵngDeclareComponent({ minVersion: "14.0.0", version: "14.1.2", type: SwirlIconSync, selector: "swirl-icon-sync", inputs: { color: "color", size: "size" }, ngImport: i0, template: '<ng-content></ng-content>', isInline: true, changeDetection: i0.ChangeDetectionStrategy.OnPush });
|
|
4387
4387
|
SwirlIconSync = __decorate([
|
|
4388
4388
|
ProxyCmp({
|
|
4389
4389
|
defineCustomElementFn: undefined,
|
|
4390
|
-
inputs: ['size']
|
|
4390
|
+
inputs: ['color', 'size']
|
|
4391
4391
|
})
|
|
4392
4392
|
], SwirlIconSync);
|
|
4393
4393
|
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "14.1.2", ngImport: i0, type: SwirlIconSync, decorators: [{
|
|
@@ -4396,7 +4396,7 @@ i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "14.1.2", ngImpor
|
|
|
4396
4396
|
selector: 'swirl-icon-sync',
|
|
4397
4397
|
changeDetection: ChangeDetectionStrategy.OnPush,
|
|
4398
4398
|
template: '<ng-content></ng-content>',
|
|
4399
|
-
inputs: ['size']
|
|
4399
|
+
inputs: ['color', 'size']
|
|
4400
4400
|
}]
|
|
4401
4401
|
}], ctorParameters: function () { return [{ type: i0.ChangeDetectorRef }, { type: i0.ElementRef }, { type: i0.NgZone }]; } });
|
|
4402
4402
|
let SwirlIconTasksFilled = class SwirlIconTasksFilled {
|
|
@@ -4407,11 +4407,11 @@ let SwirlIconTasksFilled = class SwirlIconTasksFilled {
|
|
|
4407
4407
|
}
|
|
4408
4408
|
};
|
|
4409
4409
|
SwirlIconTasksFilled.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "14.1.2", ngImport: i0, type: SwirlIconTasksFilled, deps: [{ token: i0.ChangeDetectorRef }, { token: i0.ElementRef }, { token: i0.NgZone }], target: i0.ɵɵFactoryTarget.Component });
|
|
4410
|
-
SwirlIconTasksFilled.ɵcmp = i0.ɵɵngDeclareComponent({ minVersion: "14.0.0", version: "14.1.2", type: SwirlIconTasksFilled, selector: "swirl-icon-tasks-filled", inputs: { size: "size" }, ngImport: i0, template: '<ng-content></ng-content>', isInline: true, changeDetection: i0.ChangeDetectionStrategy.OnPush });
|
|
4410
|
+
SwirlIconTasksFilled.ɵcmp = i0.ɵɵngDeclareComponent({ minVersion: "14.0.0", version: "14.1.2", type: SwirlIconTasksFilled, selector: "swirl-icon-tasks-filled", inputs: { color: "color", size: "size" }, ngImport: i0, template: '<ng-content></ng-content>', isInline: true, changeDetection: i0.ChangeDetectionStrategy.OnPush });
|
|
4411
4411
|
SwirlIconTasksFilled = __decorate([
|
|
4412
4412
|
ProxyCmp({
|
|
4413
4413
|
defineCustomElementFn: undefined,
|
|
4414
|
-
inputs: ['size']
|
|
4414
|
+
inputs: ['color', 'size']
|
|
4415
4415
|
})
|
|
4416
4416
|
], SwirlIconTasksFilled);
|
|
4417
4417
|
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "14.1.2", ngImport: i0, type: SwirlIconTasksFilled, decorators: [{
|
|
@@ -4420,7 +4420,7 @@ i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "14.1.2", ngImpor
|
|
|
4420
4420
|
selector: 'swirl-icon-tasks-filled',
|
|
4421
4421
|
changeDetection: ChangeDetectionStrategy.OnPush,
|
|
4422
4422
|
template: '<ng-content></ng-content>',
|
|
4423
|
-
inputs: ['size']
|
|
4423
|
+
inputs: ['color', 'size']
|
|
4424
4424
|
}]
|
|
4425
4425
|
}], ctorParameters: function () { return [{ type: i0.ChangeDetectorRef }, { type: i0.ElementRef }, { type: i0.NgZone }]; } });
|
|
4426
4426
|
let SwirlIconTasksOutlined = class SwirlIconTasksOutlined {
|
|
@@ -4431,11 +4431,11 @@ let SwirlIconTasksOutlined = class SwirlIconTasksOutlined {
|
|
|
4431
4431
|
}
|
|
4432
4432
|
};
|
|
4433
4433
|
SwirlIconTasksOutlined.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "14.1.2", ngImport: i0, type: SwirlIconTasksOutlined, deps: [{ token: i0.ChangeDetectorRef }, { token: i0.ElementRef }, { token: i0.NgZone }], target: i0.ɵɵFactoryTarget.Component });
|
|
4434
|
-
SwirlIconTasksOutlined.ɵcmp = i0.ɵɵngDeclareComponent({ minVersion: "14.0.0", version: "14.1.2", type: SwirlIconTasksOutlined, selector: "swirl-icon-tasks-outlined", inputs: { size: "size" }, ngImport: i0, template: '<ng-content></ng-content>', isInline: true, changeDetection: i0.ChangeDetectionStrategy.OnPush });
|
|
4434
|
+
SwirlIconTasksOutlined.ɵcmp = i0.ɵɵngDeclareComponent({ minVersion: "14.0.0", version: "14.1.2", type: SwirlIconTasksOutlined, selector: "swirl-icon-tasks-outlined", inputs: { color: "color", size: "size" }, ngImport: i0, template: '<ng-content></ng-content>', isInline: true, changeDetection: i0.ChangeDetectionStrategy.OnPush });
|
|
4435
4435
|
SwirlIconTasksOutlined = __decorate([
|
|
4436
4436
|
ProxyCmp({
|
|
4437
4437
|
defineCustomElementFn: undefined,
|
|
4438
|
-
inputs: ['size']
|
|
4438
|
+
inputs: ['color', 'size']
|
|
4439
4439
|
})
|
|
4440
4440
|
], SwirlIconTasksOutlined);
|
|
4441
4441
|
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "14.1.2", ngImport: i0, type: SwirlIconTasksOutlined, decorators: [{
|
|
@@ -4444,7 +4444,7 @@ i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "14.1.2", ngImpor
|
|
|
4444
4444
|
selector: 'swirl-icon-tasks-outlined',
|
|
4445
4445
|
changeDetection: ChangeDetectionStrategy.OnPush,
|
|
4446
4446
|
template: '<ng-content></ng-content>',
|
|
4447
|
-
inputs: ['size']
|
|
4447
|
+
inputs: ['color', 'size']
|
|
4448
4448
|
}]
|
|
4449
4449
|
}], ctorParameters: function () { return [{ type: i0.ChangeDetectorRef }, { type: i0.ElementRef }, { type: i0.NgZone }]; } });
|
|
4450
4450
|
let SwirlIconTerminal = class SwirlIconTerminal {
|
|
@@ -4455,11 +4455,11 @@ let SwirlIconTerminal = class SwirlIconTerminal {
|
|
|
4455
4455
|
}
|
|
4456
4456
|
};
|
|
4457
4457
|
SwirlIconTerminal.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "14.1.2", ngImport: i0, type: SwirlIconTerminal, deps: [{ token: i0.ChangeDetectorRef }, { token: i0.ElementRef }, { token: i0.NgZone }], target: i0.ɵɵFactoryTarget.Component });
|
|
4458
|
-
SwirlIconTerminal.ɵcmp = i0.ɵɵngDeclareComponent({ minVersion: "14.0.0", version: "14.1.2", type: SwirlIconTerminal, selector: "swirl-icon-terminal", inputs: { size: "size" }, ngImport: i0, template: '<ng-content></ng-content>', isInline: true, changeDetection: i0.ChangeDetectionStrategy.OnPush });
|
|
4458
|
+
SwirlIconTerminal.ɵcmp = i0.ɵɵngDeclareComponent({ minVersion: "14.0.0", version: "14.1.2", type: SwirlIconTerminal, selector: "swirl-icon-terminal", inputs: { color: "color", size: "size" }, ngImport: i0, template: '<ng-content></ng-content>', isInline: true, changeDetection: i0.ChangeDetectionStrategy.OnPush });
|
|
4459
4459
|
SwirlIconTerminal = __decorate([
|
|
4460
4460
|
ProxyCmp({
|
|
4461
4461
|
defineCustomElementFn: undefined,
|
|
4462
|
-
inputs: ['size']
|
|
4462
|
+
inputs: ['color', 'size']
|
|
4463
4463
|
})
|
|
4464
4464
|
], SwirlIconTerminal);
|
|
4465
4465
|
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "14.1.2", ngImport: i0, type: SwirlIconTerminal, decorators: [{
|
|
@@ -4468,7 +4468,7 @@ i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "14.1.2", ngImpor
|
|
|
4468
4468
|
selector: 'swirl-icon-terminal',
|
|
4469
4469
|
changeDetection: ChangeDetectionStrategy.OnPush,
|
|
4470
4470
|
template: '<ng-content></ng-content>',
|
|
4471
|
-
inputs: ['size']
|
|
4471
|
+
inputs: ['color', 'size']
|
|
4472
4472
|
}]
|
|
4473
4473
|
}], ctorParameters: function () { return [{ type: i0.ChangeDetectorRef }, { type: i0.ElementRef }, { type: i0.NgZone }]; } });
|
|
4474
4474
|
let SwirlIconTimeFilled = class SwirlIconTimeFilled {
|
|
@@ -4479,11 +4479,11 @@ let SwirlIconTimeFilled = class SwirlIconTimeFilled {
|
|
|
4479
4479
|
}
|
|
4480
4480
|
};
|
|
4481
4481
|
SwirlIconTimeFilled.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "14.1.2", ngImport: i0, type: SwirlIconTimeFilled, deps: [{ token: i0.ChangeDetectorRef }, { token: i0.ElementRef }, { token: i0.NgZone }], target: i0.ɵɵFactoryTarget.Component });
|
|
4482
|
-
SwirlIconTimeFilled.ɵcmp = i0.ɵɵngDeclareComponent({ minVersion: "14.0.0", version: "14.1.2", type: SwirlIconTimeFilled, selector: "swirl-icon-time-filled", inputs: { size: "size" }, ngImport: i0, template: '<ng-content></ng-content>', isInline: true, changeDetection: i0.ChangeDetectionStrategy.OnPush });
|
|
4482
|
+
SwirlIconTimeFilled.ɵcmp = i0.ɵɵngDeclareComponent({ minVersion: "14.0.0", version: "14.1.2", type: SwirlIconTimeFilled, selector: "swirl-icon-time-filled", inputs: { color: "color", size: "size" }, ngImport: i0, template: '<ng-content></ng-content>', isInline: true, changeDetection: i0.ChangeDetectionStrategy.OnPush });
|
|
4483
4483
|
SwirlIconTimeFilled = __decorate([
|
|
4484
4484
|
ProxyCmp({
|
|
4485
4485
|
defineCustomElementFn: undefined,
|
|
4486
|
-
inputs: ['size']
|
|
4486
|
+
inputs: ['color', 'size']
|
|
4487
4487
|
})
|
|
4488
4488
|
], SwirlIconTimeFilled);
|
|
4489
4489
|
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "14.1.2", ngImport: i0, type: SwirlIconTimeFilled, decorators: [{
|
|
@@ -4492,7 +4492,7 @@ i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "14.1.2", ngImpor
|
|
|
4492
4492
|
selector: 'swirl-icon-time-filled',
|
|
4493
4493
|
changeDetection: ChangeDetectionStrategy.OnPush,
|
|
4494
4494
|
template: '<ng-content></ng-content>',
|
|
4495
|
-
inputs: ['size']
|
|
4495
|
+
inputs: ['color', 'size']
|
|
4496
4496
|
}]
|
|
4497
4497
|
}], ctorParameters: function () { return [{ type: i0.ChangeDetectorRef }, { type: i0.ElementRef }, { type: i0.NgZone }]; } });
|
|
4498
4498
|
let SwirlIconTimeOutlined = class SwirlIconTimeOutlined {
|
|
@@ -4503,11 +4503,11 @@ let SwirlIconTimeOutlined = class SwirlIconTimeOutlined {
|
|
|
4503
4503
|
}
|
|
4504
4504
|
};
|
|
4505
4505
|
SwirlIconTimeOutlined.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "14.1.2", ngImport: i0, type: SwirlIconTimeOutlined, deps: [{ token: i0.ChangeDetectorRef }, { token: i0.ElementRef }, { token: i0.NgZone }], target: i0.ɵɵFactoryTarget.Component });
|
|
4506
|
-
SwirlIconTimeOutlined.ɵcmp = i0.ɵɵngDeclareComponent({ minVersion: "14.0.0", version: "14.1.2", type: SwirlIconTimeOutlined, selector: "swirl-icon-time-outlined", inputs: { size: "size" }, ngImport: i0, template: '<ng-content></ng-content>', isInline: true, changeDetection: i0.ChangeDetectionStrategy.OnPush });
|
|
4506
|
+
SwirlIconTimeOutlined.ɵcmp = i0.ɵɵngDeclareComponent({ minVersion: "14.0.0", version: "14.1.2", type: SwirlIconTimeOutlined, selector: "swirl-icon-time-outlined", inputs: { color: "color", size: "size" }, ngImport: i0, template: '<ng-content></ng-content>', isInline: true, changeDetection: i0.ChangeDetectionStrategy.OnPush });
|
|
4507
4507
|
SwirlIconTimeOutlined = __decorate([
|
|
4508
4508
|
ProxyCmp({
|
|
4509
4509
|
defineCustomElementFn: undefined,
|
|
4510
|
-
inputs: ['size']
|
|
4510
|
+
inputs: ['color', 'size']
|
|
4511
4511
|
})
|
|
4512
4512
|
], SwirlIconTimeOutlined);
|
|
4513
4513
|
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "14.1.2", ngImport: i0, type: SwirlIconTimeOutlined, decorators: [{
|
|
@@ -4516,7 +4516,7 @@ i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "14.1.2", ngImpor
|
|
|
4516
4516
|
selector: 'swirl-icon-time-outlined',
|
|
4517
4517
|
changeDetection: ChangeDetectionStrategy.OnPush,
|
|
4518
4518
|
template: '<ng-content></ng-content>',
|
|
4519
|
-
inputs: ['size']
|
|
4519
|
+
inputs: ['color', 'size']
|
|
4520
4520
|
}]
|
|
4521
4521
|
}], ctorParameters: function () { return [{ type: i0.ChangeDetectorRef }, { type: i0.ElementRef }, { type: i0.NgZone }]; } });
|
|
4522
4522
|
let SwirlIconToday = class SwirlIconToday {
|
|
@@ -4527,11 +4527,11 @@ let SwirlIconToday = class SwirlIconToday {
|
|
|
4527
4527
|
}
|
|
4528
4528
|
};
|
|
4529
4529
|
SwirlIconToday.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "14.1.2", ngImport: i0, type: SwirlIconToday, deps: [{ token: i0.ChangeDetectorRef }, { token: i0.ElementRef }, { token: i0.NgZone }], target: i0.ɵɵFactoryTarget.Component });
|
|
4530
|
-
SwirlIconToday.ɵcmp = i0.ɵɵngDeclareComponent({ minVersion: "14.0.0", version: "14.1.2", type: SwirlIconToday, selector: "swirl-icon-today", inputs: { size: "size" }, ngImport: i0, template: '<ng-content></ng-content>', isInline: true, changeDetection: i0.ChangeDetectionStrategy.OnPush });
|
|
4530
|
+
SwirlIconToday.ɵcmp = i0.ɵɵngDeclareComponent({ minVersion: "14.0.0", version: "14.1.2", type: SwirlIconToday, selector: "swirl-icon-today", inputs: { color: "color", size: "size" }, ngImport: i0, template: '<ng-content></ng-content>', isInline: true, changeDetection: i0.ChangeDetectionStrategy.OnPush });
|
|
4531
4531
|
SwirlIconToday = __decorate([
|
|
4532
4532
|
ProxyCmp({
|
|
4533
4533
|
defineCustomElementFn: undefined,
|
|
4534
|
-
inputs: ['size']
|
|
4534
|
+
inputs: ['color', 'size']
|
|
4535
4535
|
})
|
|
4536
4536
|
], SwirlIconToday);
|
|
4537
4537
|
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "14.1.2", ngImport: i0, type: SwirlIconToday, decorators: [{
|
|
@@ -4540,7 +4540,7 @@ i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "14.1.2", ngImpor
|
|
|
4540
4540
|
selector: 'swirl-icon-today',
|
|
4541
4541
|
changeDetection: ChangeDetectionStrategy.OnPush,
|
|
4542
4542
|
template: '<ng-content></ng-content>',
|
|
4543
|
-
inputs: ['size']
|
|
4543
|
+
inputs: ['color', 'size']
|
|
4544
4544
|
}]
|
|
4545
4545
|
}], ctorParameters: function () { return [{ type: i0.ChangeDetectorRef }, { type: i0.ElementRef }, { type: i0.NgZone }]; } });
|
|
4546
4546
|
let SwirlIconTodayOutlined = class SwirlIconTodayOutlined {
|
|
@@ -4551,11 +4551,11 @@ let SwirlIconTodayOutlined = class SwirlIconTodayOutlined {
|
|
|
4551
4551
|
}
|
|
4552
4552
|
};
|
|
4553
4553
|
SwirlIconTodayOutlined.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "14.1.2", ngImport: i0, type: SwirlIconTodayOutlined, deps: [{ token: i0.ChangeDetectorRef }, { token: i0.ElementRef }, { token: i0.NgZone }], target: i0.ɵɵFactoryTarget.Component });
|
|
4554
|
-
SwirlIconTodayOutlined.ɵcmp = i0.ɵɵngDeclareComponent({ minVersion: "14.0.0", version: "14.1.2", type: SwirlIconTodayOutlined, selector: "swirl-icon-today-outlined", inputs: { size: "size" }, ngImport: i0, template: '<ng-content></ng-content>', isInline: true, changeDetection: i0.ChangeDetectionStrategy.OnPush });
|
|
4554
|
+
SwirlIconTodayOutlined.ɵcmp = i0.ɵɵngDeclareComponent({ minVersion: "14.0.0", version: "14.1.2", type: SwirlIconTodayOutlined, selector: "swirl-icon-today-outlined", inputs: { color: "color", size: "size" }, ngImport: i0, template: '<ng-content></ng-content>', isInline: true, changeDetection: i0.ChangeDetectionStrategy.OnPush });
|
|
4555
4555
|
SwirlIconTodayOutlined = __decorate([
|
|
4556
4556
|
ProxyCmp({
|
|
4557
4557
|
defineCustomElementFn: undefined,
|
|
4558
|
-
inputs: ['size']
|
|
4558
|
+
inputs: ['color', 'size']
|
|
4559
4559
|
})
|
|
4560
4560
|
], SwirlIconTodayOutlined);
|
|
4561
4561
|
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "14.1.2", ngImport: i0, type: SwirlIconTodayOutlined, decorators: [{
|
|
@@ -4564,7 +4564,7 @@ i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "14.1.2", ngImpor
|
|
|
4564
4564
|
selector: 'swirl-icon-today-outlined',
|
|
4565
4565
|
changeDetection: ChangeDetectionStrategy.OnPush,
|
|
4566
4566
|
template: '<ng-content></ng-content>',
|
|
4567
|
-
inputs: ['size']
|
|
4567
|
+
inputs: ['color', 'size']
|
|
4568
4568
|
}]
|
|
4569
4569
|
}], ctorParameters: function () { return [{ type: i0.ChangeDetectorRef }, { type: i0.ElementRef }, { type: i0.NgZone }]; } });
|
|
4570
4570
|
let SwirlIconTranslate = class SwirlIconTranslate {
|
|
@@ -4575,11 +4575,11 @@ let SwirlIconTranslate = class SwirlIconTranslate {
|
|
|
4575
4575
|
}
|
|
4576
4576
|
};
|
|
4577
4577
|
SwirlIconTranslate.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "14.1.2", ngImport: i0, type: SwirlIconTranslate, deps: [{ token: i0.ChangeDetectorRef }, { token: i0.ElementRef }, { token: i0.NgZone }], target: i0.ɵɵFactoryTarget.Component });
|
|
4578
|
-
SwirlIconTranslate.ɵcmp = i0.ɵɵngDeclareComponent({ minVersion: "14.0.0", version: "14.1.2", type: SwirlIconTranslate, selector: "swirl-icon-translate", inputs: { size: "size" }, ngImport: i0, template: '<ng-content></ng-content>', isInline: true, changeDetection: i0.ChangeDetectionStrategy.OnPush });
|
|
4578
|
+
SwirlIconTranslate.ɵcmp = i0.ɵɵngDeclareComponent({ minVersion: "14.0.0", version: "14.1.2", type: SwirlIconTranslate, selector: "swirl-icon-translate", inputs: { color: "color", size: "size" }, ngImport: i0, template: '<ng-content></ng-content>', isInline: true, changeDetection: i0.ChangeDetectionStrategy.OnPush });
|
|
4579
4579
|
SwirlIconTranslate = __decorate([
|
|
4580
4580
|
ProxyCmp({
|
|
4581
4581
|
defineCustomElementFn: undefined,
|
|
4582
|
-
inputs: ['size']
|
|
4582
|
+
inputs: ['color', 'size']
|
|
4583
4583
|
})
|
|
4584
4584
|
], SwirlIconTranslate);
|
|
4585
4585
|
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "14.1.2", ngImport: i0, type: SwirlIconTranslate, decorators: [{
|
|
@@ -4588,7 +4588,7 @@ i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "14.1.2", ngImpor
|
|
|
4588
4588
|
selector: 'swirl-icon-translate',
|
|
4589
4589
|
changeDetection: ChangeDetectionStrategy.OnPush,
|
|
4590
4590
|
template: '<ng-content></ng-content>',
|
|
4591
|
-
inputs: ['size']
|
|
4591
|
+
inputs: ['color', 'size']
|
|
4592
4592
|
}]
|
|
4593
4593
|
}], ctorParameters: function () { return [{ type: i0.ChangeDetectorRef }, { type: i0.ElementRef }, { type: i0.NgZone }]; } });
|
|
4594
4594
|
let SwirlIconTreeStructure = class SwirlIconTreeStructure {
|
|
@@ -4599,11 +4599,11 @@ let SwirlIconTreeStructure = class SwirlIconTreeStructure {
|
|
|
4599
4599
|
}
|
|
4600
4600
|
};
|
|
4601
4601
|
SwirlIconTreeStructure.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "14.1.2", ngImport: i0, type: SwirlIconTreeStructure, deps: [{ token: i0.ChangeDetectorRef }, { token: i0.ElementRef }, { token: i0.NgZone }], target: i0.ɵɵFactoryTarget.Component });
|
|
4602
|
-
SwirlIconTreeStructure.ɵcmp = i0.ɵɵngDeclareComponent({ minVersion: "14.0.0", version: "14.1.2", type: SwirlIconTreeStructure, selector: "swirl-icon-tree-structure", inputs: { size: "size" }, ngImport: i0, template: '<ng-content></ng-content>', isInline: true, changeDetection: i0.ChangeDetectionStrategy.OnPush });
|
|
4602
|
+
SwirlIconTreeStructure.ɵcmp = i0.ɵɵngDeclareComponent({ minVersion: "14.0.0", version: "14.1.2", type: SwirlIconTreeStructure, selector: "swirl-icon-tree-structure", inputs: { color: "color", size: "size" }, ngImport: i0, template: '<ng-content></ng-content>', isInline: true, changeDetection: i0.ChangeDetectionStrategy.OnPush });
|
|
4603
4603
|
SwirlIconTreeStructure = __decorate([
|
|
4604
4604
|
ProxyCmp({
|
|
4605
4605
|
defineCustomElementFn: undefined,
|
|
4606
|
-
inputs: ['size']
|
|
4606
|
+
inputs: ['color', 'size']
|
|
4607
4607
|
})
|
|
4608
4608
|
], SwirlIconTreeStructure);
|
|
4609
4609
|
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "14.1.2", ngImport: i0, type: SwirlIconTreeStructure, decorators: [{
|
|
@@ -4612,7 +4612,7 @@ i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "14.1.2", ngImpor
|
|
|
4612
4612
|
selector: 'swirl-icon-tree-structure',
|
|
4613
4613
|
changeDetection: ChangeDetectionStrategy.OnPush,
|
|
4614
4614
|
template: '<ng-content></ng-content>',
|
|
4615
|
-
inputs: ['size']
|
|
4615
|
+
inputs: ['color', 'size']
|
|
4616
4616
|
}]
|
|
4617
4617
|
}], ctorParameters: function () { return [{ type: i0.ChangeDetectorRef }, { type: i0.ElementRef }, { type: i0.NgZone }]; } });
|
|
4618
4618
|
let SwirlIconUndo = class SwirlIconUndo {
|
|
@@ -4623,11 +4623,11 @@ let SwirlIconUndo = class SwirlIconUndo {
|
|
|
4623
4623
|
}
|
|
4624
4624
|
};
|
|
4625
4625
|
SwirlIconUndo.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "14.1.2", ngImport: i0, type: SwirlIconUndo, deps: [{ token: i0.ChangeDetectorRef }, { token: i0.ElementRef }, { token: i0.NgZone }], target: i0.ɵɵFactoryTarget.Component });
|
|
4626
|
-
SwirlIconUndo.ɵcmp = i0.ɵɵngDeclareComponent({ minVersion: "14.0.0", version: "14.1.2", type: SwirlIconUndo, selector: "swirl-icon-undo", inputs: { size: "size" }, ngImport: i0, template: '<ng-content></ng-content>', isInline: true, changeDetection: i0.ChangeDetectionStrategy.OnPush });
|
|
4626
|
+
SwirlIconUndo.ɵcmp = i0.ɵɵngDeclareComponent({ minVersion: "14.0.0", version: "14.1.2", type: SwirlIconUndo, selector: "swirl-icon-undo", inputs: { color: "color", size: "size" }, ngImport: i0, template: '<ng-content></ng-content>', isInline: true, changeDetection: i0.ChangeDetectionStrategy.OnPush });
|
|
4627
4627
|
SwirlIconUndo = __decorate([
|
|
4628
4628
|
ProxyCmp({
|
|
4629
4629
|
defineCustomElementFn: undefined,
|
|
4630
|
-
inputs: ['size']
|
|
4630
|
+
inputs: ['color', 'size']
|
|
4631
4631
|
})
|
|
4632
4632
|
], SwirlIconUndo);
|
|
4633
4633
|
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "14.1.2", ngImport: i0, type: SwirlIconUndo, decorators: [{
|
|
@@ -4636,7 +4636,7 @@ i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "14.1.2", ngImpor
|
|
|
4636
4636
|
selector: 'swirl-icon-undo',
|
|
4637
4637
|
changeDetection: ChangeDetectionStrategy.OnPush,
|
|
4638
4638
|
template: '<ng-content></ng-content>',
|
|
4639
|
-
inputs: ['size']
|
|
4639
|
+
inputs: ['color', 'size']
|
|
4640
4640
|
}]
|
|
4641
4641
|
}], ctorParameters: function () { return [{ type: i0.ChangeDetectorRef }, { type: i0.ElementRef }, { type: i0.NgZone }]; } });
|
|
4642
4642
|
let SwirlIconUnlockPerson = class SwirlIconUnlockPerson {
|
|
@@ -4647,11 +4647,11 @@ let SwirlIconUnlockPerson = class SwirlIconUnlockPerson {
|
|
|
4647
4647
|
}
|
|
4648
4648
|
};
|
|
4649
4649
|
SwirlIconUnlockPerson.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "14.1.2", ngImport: i0, type: SwirlIconUnlockPerson, deps: [{ token: i0.ChangeDetectorRef }, { token: i0.ElementRef }, { token: i0.NgZone }], target: i0.ɵɵFactoryTarget.Component });
|
|
4650
|
-
SwirlIconUnlockPerson.ɵcmp = i0.ɵɵngDeclareComponent({ minVersion: "14.0.0", version: "14.1.2", type: SwirlIconUnlockPerson, selector: "swirl-icon-unlock-person", inputs: { size: "size" }, ngImport: i0, template: '<ng-content></ng-content>', isInline: true, changeDetection: i0.ChangeDetectionStrategy.OnPush });
|
|
4650
|
+
SwirlIconUnlockPerson.ɵcmp = i0.ɵɵngDeclareComponent({ minVersion: "14.0.0", version: "14.1.2", type: SwirlIconUnlockPerson, selector: "swirl-icon-unlock-person", inputs: { color: "color", size: "size" }, ngImport: i0, template: '<ng-content></ng-content>', isInline: true, changeDetection: i0.ChangeDetectionStrategy.OnPush });
|
|
4651
4651
|
SwirlIconUnlockPerson = __decorate([
|
|
4652
4652
|
ProxyCmp({
|
|
4653
4653
|
defineCustomElementFn: undefined,
|
|
4654
|
-
inputs: ['size']
|
|
4654
|
+
inputs: ['color', 'size']
|
|
4655
4655
|
})
|
|
4656
4656
|
], SwirlIconUnlockPerson);
|
|
4657
4657
|
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "14.1.2", ngImport: i0, type: SwirlIconUnlockPerson, decorators: [{
|
|
@@ -4660,7 +4660,7 @@ i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "14.1.2", ngImpor
|
|
|
4660
4660
|
selector: 'swirl-icon-unlock-person',
|
|
4661
4661
|
changeDetection: ChangeDetectionStrategy.OnPush,
|
|
4662
4662
|
template: '<ng-content></ng-content>',
|
|
4663
|
-
inputs: ['size']
|
|
4663
|
+
inputs: ['color', 'size']
|
|
4664
4664
|
}]
|
|
4665
4665
|
}], ctorParameters: function () { return [{ type: i0.ChangeDetectorRef }, { type: i0.ElementRef }, { type: i0.NgZone }]; } });
|
|
4666
4666
|
let SwirlIconUserAdd = class SwirlIconUserAdd {
|
|
@@ -4671,11 +4671,11 @@ let SwirlIconUserAdd = class SwirlIconUserAdd {
|
|
|
4671
4671
|
}
|
|
4672
4672
|
};
|
|
4673
4673
|
SwirlIconUserAdd.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "14.1.2", ngImport: i0, type: SwirlIconUserAdd, deps: [{ token: i0.ChangeDetectorRef }, { token: i0.ElementRef }, { token: i0.NgZone }], target: i0.ɵɵFactoryTarget.Component });
|
|
4674
|
-
SwirlIconUserAdd.ɵcmp = i0.ɵɵngDeclareComponent({ minVersion: "14.0.0", version: "14.1.2", type: SwirlIconUserAdd, selector: "swirl-icon-user-add", inputs: { size: "size" }, ngImport: i0, template: '<ng-content></ng-content>', isInline: true, changeDetection: i0.ChangeDetectionStrategy.OnPush });
|
|
4674
|
+
SwirlIconUserAdd.ɵcmp = i0.ɵɵngDeclareComponent({ minVersion: "14.0.0", version: "14.1.2", type: SwirlIconUserAdd, selector: "swirl-icon-user-add", inputs: { color: "color", size: "size" }, ngImport: i0, template: '<ng-content></ng-content>', isInline: true, changeDetection: i0.ChangeDetectionStrategy.OnPush });
|
|
4675
4675
|
SwirlIconUserAdd = __decorate([
|
|
4676
4676
|
ProxyCmp({
|
|
4677
4677
|
defineCustomElementFn: undefined,
|
|
4678
|
-
inputs: ['size']
|
|
4678
|
+
inputs: ['color', 'size']
|
|
4679
4679
|
})
|
|
4680
4680
|
], SwirlIconUserAdd);
|
|
4681
4681
|
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "14.1.2", ngImport: i0, type: SwirlIconUserAdd, decorators: [{
|
|
@@ -4684,7 +4684,7 @@ i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "14.1.2", ngImpor
|
|
|
4684
4684
|
selector: 'swirl-icon-user-add',
|
|
4685
4685
|
changeDetection: ChangeDetectionStrategy.OnPush,
|
|
4686
4686
|
template: '<ng-content></ng-content>',
|
|
4687
|
-
inputs: ['size']
|
|
4687
|
+
inputs: ['color', 'size']
|
|
4688
4688
|
}]
|
|
4689
4689
|
}], ctorParameters: function () { return [{ type: i0.ChangeDetectorRef }, { type: i0.ElementRef }, { type: i0.NgZone }]; } });
|
|
4690
4690
|
let SwirlIconUserAssign = class SwirlIconUserAssign {
|
|
@@ -4695,11 +4695,11 @@ let SwirlIconUserAssign = class SwirlIconUserAssign {
|
|
|
4695
4695
|
}
|
|
4696
4696
|
};
|
|
4697
4697
|
SwirlIconUserAssign.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "14.1.2", ngImport: i0, type: SwirlIconUserAssign, deps: [{ token: i0.ChangeDetectorRef }, { token: i0.ElementRef }, { token: i0.NgZone }], target: i0.ɵɵFactoryTarget.Component });
|
|
4698
|
-
SwirlIconUserAssign.ɵcmp = i0.ɵɵngDeclareComponent({ minVersion: "14.0.0", version: "14.1.2", type: SwirlIconUserAssign, selector: "swirl-icon-user-assign", inputs: { size: "size" }, ngImport: i0, template: '<ng-content></ng-content>', isInline: true, changeDetection: i0.ChangeDetectionStrategy.OnPush });
|
|
4698
|
+
SwirlIconUserAssign.ɵcmp = i0.ɵɵngDeclareComponent({ minVersion: "14.0.0", version: "14.1.2", type: SwirlIconUserAssign, selector: "swirl-icon-user-assign", inputs: { color: "color", size: "size" }, ngImport: i0, template: '<ng-content></ng-content>', isInline: true, changeDetection: i0.ChangeDetectionStrategy.OnPush });
|
|
4699
4699
|
SwirlIconUserAssign = __decorate([
|
|
4700
4700
|
ProxyCmp({
|
|
4701
4701
|
defineCustomElementFn: undefined,
|
|
4702
|
-
inputs: ['size']
|
|
4702
|
+
inputs: ['color', 'size']
|
|
4703
4703
|
})
|
|
4704
4704
|
], SwirlIconUserAssign);
|
|
4705
4705
|
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "14.1.2", ngImport: i0, type: SwirlIconUserAssign, decorators: [{
|
|
@@ -4708,7 +4708,7 @@ i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "14.1.2", ngImpor
|
|
|
4708
4708
|
selector: 'swirl-icon-user-assign',
|
|
4709
4709
|
changeDetection: ChangeDetectionStrategy.OnPush,
|
|
4710
4710
|
template: '<ng-content></ng-content>',
|
|
4711
|
-
inputs: ['size']
|
|
4711
|
+
inputs: ['color', 'size']
|
|
4712
4712
|
}]
|
|
4713
4713
|
}], ctorParameters: function () { return [{ type: i0.ChangeDetectorRef }, { type: i0.ElementRef }, { type: i0.NgZone }]; } });
|
|
4714
4714
|
let SwirlIconVideoCamera = class SwirlIconVideoCamera {
|
|
@@ -4719,11 +4719,11 @@ let SwirlIconVideoCamera = class SwirlIconVideoCamera {
|
|
|
4719
4719
|
}
|
|
4720
4720
|
};
|
|
4721
4721
|
SwirlIconVideoCamera.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "14.1.2", ngImport: i0, type: SwirlIconVideoCamera, deps: [{ token: i0.ChangeDetectorRef }, { token: i0.ElementRef }, { token: i0.NgZone }], target: i0.ɵɵFactoryTarget.Component });
|
|
4722
|
-
SwirlIconVideoCamera.ɵcmp = i0.ɵɵngDeclareComponent({ minVersion: "14.0.0", version: "14.1.2", type: SwirlIconVideoCamera, selector: "swirl-icon-video-camera", inputs: { size: "size" }, ngImport: i0, template: '<ng-content></ng-content>', isInline: true, changeDetection: i0.ChangeDetectionStrategy.OnPush });
|
|
4722
|
+
SwirlIconVideoCamera.ɵcmp = i0.ɵɵngDeclareComponent({ minVersion: "14.0.0", version: "14.1.2", type: SwirlIconVideoCamera, selector: "swirl-icon-video-camera", inputs: { color: "color", size: "size" }, ngImport: i0, template: '<ng-content></ng-content>', isInline: true, changeDetection: i0.ChangeDetectionStrategy.OnPush });
|
|
4723
4723
|
SwirlIconVideoCamera = __decorate([
|
|
4724
4724
|
ProxyCmp({
|
|
4725
4725
|
defineCustomElementFn: undefined,
|
|
4726
|
-
inputs: ['size']
|
|
4726
|
+
inputs: ['color', 'size']
|
|
4727
4727
|
})
|
|
4728
4728
|
], SwirlIconVideoCamera);
|
|
4729
4729
|
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "14.1.2", ngImport: i0, type: SwirlIconVideoCamera, decorators: [{
|
|
@@ -4732,7 +4732,7 @@ i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "14.1.2", ngImpor
|
|
|
4732
4732
|
selector: 'swirl-icon-video-camera',
|
|
4733
4733
|
changeDetection: ChangeDetectionStrategy.OnPush,
|
|
4734
4734
|
template: '<ng-content></ng-content>',
|
|
4735
|
-
inputs: ['size']
|
|
4735
|
+
inputs: ['color', 'size']
|
|
4736
4736
|
}]
|
|
4737
4737
|
}], ctorParameters: function () { return [{ type: i0.ChangeDetectorRef }, { type: i0.ElementRef }, { type: i0.NgZone }]; } });
|
|
4738
4738
|
let SwirlIconVideoLibrary = class SwirlIconVideoLibrary {
|
|
@@ -4743,11 +4743,11 @@ let SwirlIconVideoLibrary = class SwirlIconVideoLibrary {
|
|
|
4743
4743
|
}
|
|
4744
4744
|
};
|
|
4745
4745
|
SwirlIconVideoLibrary.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "14.1.2", ngImport: i0, type: SwirlIconVideoLibrary, deps: [{ token: i0.ChangeDetectorRef }, { token: i0.ElementRef }, { token: i0.NgZone }], target: i0.ɵɵFactoryTarget.Component });
|
|
4746
|
-
SwirlIconVideoLibrary.ɵcmp = i0.ɵɵngDeclareComponent({ minVersion: "14.0.0", version: "14.1.2", type: SwirlIconVideoLibrary, selector: "swirl-icon-video-library", inputs: { size: "size" }, ngImport: i0, template: '<ng-content></ng-content>', isInline: true, changeDetection: i0.ChangeDetectionStrategy.OnPush });
|
|
4746
|
+
SwirlIconVideoLibrary.ɵcmp = i0.ɵɵngDeclareComponent({ minVersion: "14.0.0", version: "14.1.2", type: SwirlIconVideoLibrary, selector: "swirl-icon-video-library", inputs: { color: "color", size: "size" }, ngImport: i0, template: '<ng-content></ng-content>', isInline: true, changeDetection: i0.ChangeDetectionStrategy.OnPush });
|
|
4747
4747
|
SwirlIconVideoLibrary = __decorate([
|
|
4748
4748
|
ProxyCmp({
|
|
4749
4749
|
defineCustomElementFn: undefined,
|
|
4750
|
-
inputs: ['size']
|
|
4750
|
+
inputs: ['color', 'size']
|
|
4751
4751
|
})
|
|
4752
4752
|
], SwirlIconVideoLibrary);
|
|
4753
4753
|
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "14.1.2", ngImport: i0, type: SwirlIconVideoLibrary, decorators: [{
|
|
@@ -4756,7 +4756,7 @@ i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "14.1.2", ngImpor
|
|
|
4756
4756
|
selector: 'swirl-icon-video-library',
|
|
4757
4757
|
changeDetection: ChangeDetectionStrategy.OnPush,
|
|
4758
4758
|
template: '<ng-content></ng-content>',
|
|
4759
|
-
inputs: ['size']
|
|
4759
|
+
inputs: ['color', 'size']
|
|
4760
4760
|
}]
|
|
4761
4761
|
}], ctorParameters: function () { return [{ type: i0.ChangeDetectorRef }, { type: i0.ElementRef }, { type: i0.NgZone }]; } });
|
|
4762
4762
|
let SwirlIconVisibility = class SwirlIconVisibility {
|
|
@@ -4767,11 +4767,11 @@ let SwirlIconVisibility = class SwirlIconVisibility {
|
|
|
4767
4767
|
}
|
|
4768
4768
|
};
|
|
4769
4769
|
SwirlIconVisibility.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "14.1.2", ngImport: i0, type: SwirlIconVisibility, deps: [{ token: i0.ChangeDetectorRef }, { token: i0.ElementRef }, { token: i0.NgZone }], target: i0.ɵɵFactoryTarget.Component });
|
|
4770
|
-
SwirlIconVisibility.ɵcmp = i0.ɵɵngDeclareComponent({ minVersion: "14.0.0", version: "14.1.2", type: SwirlIconVisibility, selector: "swirl-icon-visibility", inputs: { size: "size" }, ngImport: i0, template: '<ng-content></ng-content>', isInline: true, changeDetection: i0.ChangeDetectionStrategy.OnPush });
|
|
4770
|
+
SwirlIconVisibility.ɵcmp = i0.ɵɵngDeclareComponent({ minVersion: "14.0.0", version: "14.1.2", type: SwirlIconVisibility, selector: "swirl-icon-visibility", inputs: { color: "color", size: "size" }, ngImport: i0, template: '<ng-content></ng-content>', isInline: true, changeDetection: i0.ChangeDetectionStrategy.OnPush });
|
|
4771
4771
|
SwirlIconVisibility = __decorate([
|
|
4772
4772
|
ProxyCmp({
|
|
4773
4773
|
defineCustomElementFn: undefined,
|
|
4774
|
-
inputs: ['size']
|
|
4774
|
+
inputs: ['color', 'size']
|
|
4775
4775
|
})
|
|
4776
4776
|
], SwirlIconVisibility);
|
|
4777
4777
|
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "14.1.2", ngImport: i0, type: SwirlIconVisibility, decorators: [{
|
|
@@ -4780,7 +4780,7 @@ i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "14.1.2", ngImpor
|
|
|
4780
4780
|
selector: 'swirl-icon-visibility',
|
|
4781
4781
|
changeDetection: ChangeDetectionStrategy.OnPush,
|
|
4782
4782
|
template: '<ng-content></ng-content>',
|
|
4783
|
-
inputs: ['size']
|
|
4783
|
+
inputs: ['color', 'size']
|
|
4784
4784
|
}]
|
|
4785
4785
|
}], ctorParameters: function () { return [{ type: i0.ChangeDetectorRef }, { type: i0.ElementRef }, { type: i0.NgZone }]; } });
|
|
4786
4786
|
let SwirlIconVisibilityOff = class SwirlIconVisibilityOff {
|
|
@@ -4791,11 +4791,11 @@ let SwirlIconVisibilityOff = class SwirlIconVisibilityOff {
|
|
|
4791
4791
|
}
|
|
4792
4792
|
};
|
|
4793
4793
|
SwirlIconVisibilityOff.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "14.1.2", ngImport: i0, type: SwirlIconVisibilityOff, deps: [{ token: i0.ChangeDetectorRef }, { token: i0.ElementRef }, { token: i0.NgZone }], target: i0.ɵɵFactoryTarget.Component });
|
|
4794
|
-
SwirlIconVisibilityOff.ɵcmp = i0.ɵɵngDeclareComponent({ minVersion: "14.0.0", version: "14.1.2", type: SwirlIconVisibilityOff, selector: "swirl-icon-visibility-off", inputs: { size: "size" }, ngImport: i0, template: '<ng-content></ng-content>', isInline: true, changeDetection: i0.ChangeDetectionStrategy.OnPush });
|
|
4794
|
+
SwirlIconVisibilityOff.ɵcmp = i0.ɵɵngDeclareComponent({ minVersion: "14.0.0", version: "14.1.2", type: SwirlIconVisibilityOff, selector: "swirl-icon-visibility-off", inputs: { color: "color", size: "size" }, ngImport: i0, template: '<ng-content></ng-content>', isInline: true, changeDetection: i0.ChangeDetectionStrategy.OnPush });
|
|
4795
4795
|
SwirlIconVisibilityOff = __decorate([
|
|
4796
4796
|
ProxyCmp({
|
|
4797
4797
|
defineCustomElementFn: undefined,
|
|
4798
|
-
inputs: ['size']
|
|
4798
|
+
inputs: ['color', 'size']
|
|
4799
4799
|
})
|
|
4800
4800
|
], SwirlIconVisibilityOff);
|
|
4801
4801
|
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "14.1.2", ngImport: i0, type: SwirlIconVisibilityOff, decorators: [{
|
|
@@ -4804,7 +4804,7 @@ i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "14.1.2", ngImpor
|
|
|
4804
4804
|
selector: 'swirl-icon-visibility-off',
|
|
4805
4805
|
changeDetection: ChangeDetectionStrategy.OnPush,
|
|
4806
4806
|
template: '<ng-content></ng-content>',
|
|
4807
|
-
inputs: ['size']
|
|
4807
|
+
inputs: ['color', 'size']
|
|
4808
4808
|
}]
|
|
4809
4809
|
}], ctorParameters: function () { return [{ type: i0.ChangeDetectorRef }, { type: i0.ElementRef }, { type: i0.NgZone }]; } });
|
|
4810
4810
|
let SwirlIconVoice = class SwirlIconVoice {
|
|
@@ -4815,11 +4815,11 @@ let SwirlIconVoice = class SwirlIconVoice {
|
|
|
4815
4815
|
}
|
|
4816
4816
|
};
|
|
4817
4817
|
SwirlIconVoice.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "14.1.2", ngImport: i0, type: SwirlIconVoice, deps: [{ token: i0.ChangeDetectorRef }, { token: i0.ElementRef }, { token: i0.NgZone }], target: i0.ɵɵFactoryTarget.Component });
|
|
4818
|
-
SwirlIconVoice.ɵcmp = i0.ɵɵngDeclareComponent({ minVersion: "14.0.0", version: "14.1.2", type: SwirlIconVoice, selector: "swirl-icon-voice", inputs: { size: "size" }, ngImport: i0, template: '<ng-content></ng-content>', isInline: true, changeDetection: i0.ChangeDetectionStrategy.OnPush });
|
|
4818
|
+
SwirlIconVoice.ɵcmp = i0.ɵɵngDeclareComponent({ minVersion: "14.0.0", version: "14.1.2", type: SwirlIconVoice, selector: "swirl-icon-voice", inputs: { color: "color", size: "size" }, ngImport: i0, template: '<ng-content></ng-content>', isInline: true, changeDetection: i0.ChangeDetectionStrategy.OnPush });
|
|
4819
4819
|
SwirlIconVoice = __decorate([
|
|
4820
4820
|
ProxyCmp({
|
|
4821
4821
|
defineCustomElementFn: undefined,
|
|
4822
|
-
inputs: ['size']
|
|
4822
|
+
inputs: ['color', 'size']
|
|
4823
4823
|
})
|
|
4824
4824
|
], SwirlIconVoice);
|
|
4825
4825
|
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "14.1.2", ngImport: i0, type: SwirlIconVoice, decorators: [{
|
|
@@ -4828,7 +4828,7 @@ i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "14.1.2", ngImpor
|
|
|
4828
4828
|
selector: 'swirl-icon-voice',
|
|
4829
4829
|
changeDetection: ChangeDetectionStrategy.OnPush,
|
|
4830
4830
|
template: '<ng-content></ng-content>',
|
|
4831
|
-
inputs: ['size']
|
|
4831
|
+
inputs: ['color', 'size']
|
|
4832
4832
|
}]
|
|
4833
4833
|
}], ctorParameters: function () { return [{ type: i0.ChangeDetectorRef }, { type: i0.ElementRef }, { type: i0.NgZone }]; } });
|
|
4834
4834
|
let SwirlIconWarning = class SwirlIconWarning {
|
|
@@ -4839,11 +4839,11 @@ let SwirlIconWarning = class SwirlIconWarning {
|
|
|
4839
4839
|
}
|
|
4840
4840
|
};
|
|
4841
4841
|
SwirlIconWarning.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "14.1.2", ngImport: i0, type: SwirlIconWarning, deps: [{ token: i0.ChangeDetectorRef }, { token: i0.ElementRef }, { token: i0.NgZone }], target: i0.ɵɵFactoryTarget.Component });
|
|
4842
|
-
SwirlIconWarning.ɵcmp = i0.ɵɵngDeclareComponent({ minVersion: "14.0.0", version: "14.1.2", type: SwirlIconWarning, selector: "swirl-icon-warning", inputs: { size: "size" }, ngImport: i0, template: '<ng-content></ng-content>', isInline: true, changeDetection: i0.ChangeDetectionStrategy.OnPush });
|
|
4842
|
+
SwirlIconWarning.ɵcmp = i0.ɵɵngDeclareComponent({ minVersion: "14.0.0", version: "14.1.2", type: SwirlIconWarning, selector: "swirl-icon-warning", inputs: { color: "color", size: "size" }, ngImport: i0, template: '<ng-content></ng-content>', isInline: true, changeDetection: i0.ChangeDetectionStrategy.OnPush });
|
|
4843
4843
|
SwirlIconWarning = __decorate([
|
|
4844
4844
|
ProxyCmp({
|
|
4845
4845
|
defineCustomElementFn: undefined,
|
|
4846
|
-
inputs: ['size']
|
|
4846
|
+
inputs: ['color', 'size']
|
|
4847
4847
|
})
|
|
4848
4848
|
], SwirlIconWarning);
|
|
4849
4849
|
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "14.1.2", ngImport: i0, type: SwirlIconWarning, decorators: [{
|
|
@@ -4852,7 +4852,7 @@ i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "14.1.2", ngImpor
|
|
|
4852
4852
|
selector: 'swirl-icon-warning',
|
|
4853
4853
|
changeDetection: ChangeDetectionStrategy.OnPush,
|
|
4854
4854
|
template: '<ng-content></ng-content>',
|
|
4855
|
-
inputs: ['size']
|
|
4855
|
+
inputs: ['color', 'size']
|
|
4856
4856
|
}]
|
|
4857
4857
|
}], ctorParameters: function () { return [{ type: i0.ChangeDetectorRef }, { type: i0.ElementRef }, { type: i0.NgZone }]; } });
|
|
4858
4858
|
let SwirlIconWork = class SwirlIconWork {
|
|
@@ -4863,11 +4863,11 @@ let SwirlIconWork = class SwirlIconWork {
|
|
|
4863
4863
|
}
|
|
4864
4864
|
};
|
|
4865
4865
|
SwirlIconWork.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "14.1.2", ngImport: i0, type: SwirlIconWork, deps: [{ token: i0.ChangeDetectorRef }, { token: i0.ElementRef }, { token: i0.NgZone }], target: i0.ɵɵFactoryTarget.Component });
|
|
4866
|
-
SwirlIconWork.ɵcmp = i0.ɵɵngDeclareComponent({ minVersion: "14.0.0", version: "14.1.2", type: SwirlIconWork, selector: "swirl-icon-work", inputs: { size: "size" }, ngImport: i0, template: '<ng-content></ng-content>', isInline: true, changeDetection: i0.ChangeDetectionStrategy.OnPush });
|
|
4866
|
+
SwirlIconWork.ɵcmp = i0.ɵɵngDeclareComponent({ minVersion: "14.0.0", version: "14.1.2", type: SwirlIconWork, selector: "swirl-icon-work", inputs: { color: "color", size: "size" }, ngImport: i0, template: '<ng-content></ng-content>', isInline: true, changeDetection: i0.ChangeDetectionStrategy.OnPush });
|
|
4867
4867
|
SwirlIconWork = __decorate([
|
|
4868
4868
|
ProxyCmp({
|
|
4869
4869
|
defineCustomElementFn: undefined,
|
|
4870
|
-
inputs: ['size']
|
|
4870
|
+
inputs: ['color', 'size']
|
|
4871
4871
|
})
|
|
4872
4872
|
], SwirlIconWork);
|
|
4873
4873
|
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "14.1.2", ngImport: i0, type: SwirlIconWork, decorators: [{
|
|
@@ -4876,7 +4876,7 @@ i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "14.1.2", ngImpor
|
|
|
4876
4876
|
selector: 'swirl-icon-work',
|
|
4877
4877
|
changeDetection: ChangeDetectionStrategy.OnPush,
|
|
4878
4878
|
template: '<ng-content></ng-content>',
|
|
4879
|
-
inputs: ['size']
|
|
4879
|
+
inputs: ['color', 'size']
|
|
4880
4880
|
}]
|
|
4881
4881
|
}], ctorParameters: function () { return [{ type: i0.ChangeDetectorRef }, { type: i0.ElementRef }, { type: i0.NgZone }]; } });
|
|
4882
4882
|
let SwirlImageGrid = class SwirlImageGrid {
|