@arsedizioni/ars-utils 21.2.328 → 21.2.331
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/fesm2022/arsedizioni-ars-utils-clipper.common.mjs +10 -10
- package/fesm2022/arsedizioni-ars-utils-clipper.ui.mjs +58 -54
- package/fesm2022/arsedizioni-ars-utils-clipper.ui.mjs.map +1 -1
- package/fesm2022/arsedizioni-ars-utils-core.mjs +101 -101
- package/fesm2022/arsedizioni-ars-utils-evolution.common.mjs +10 -10
- package/fesm2022/arsedizioni-ars-utils-help.mjs +13 -13
- package/fesm2022/arsedizioni-ars-utils-support.common.mjs +7 -7
- package/fesm2022/arsedizioni-ars-utils-support.ui.mjs +6 -6
- package/fesm2022/arsedizioni-ars-utils-tinymce.mjs +7 -7
- package/fesm2022/arsedizioni-ars-utils-ui.application.mjs +75 -75
- package/fesm2022/arsedizioni-ars-utils-ui.application.mjs.map +1 -1
- package/fesm2022/arsedizioni-ars-utils-ui.mjs +98 -98
- package/fesm2022/arsedizioni-ars-utils-ui.mjs.map +1 -1
- package/fesm2022/arsedizioni-ars-utils-ui.oauth.mjs +10 -10
- package/package.json +1 -1
- package/types/arsedizioni-ars-utils-clipper.ui.d.ts +1 -1
- package/types/arsedizioni-ars-utils-ui.application.d.ts +1 -1
- package/types/arsedizioni-ars-utils-ui.d.ts +1 -1
|
@@ -23,10 +23,10 @@ class AutoFocusDirective {
|
|
|
23
23
|
this.elementRef.nativeElement?.focus();
|
|
24
24
|
});
|
|
25
25
|
}
|
|
26
|
-
static { this.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "21.2.
|
|
27
|
-
static { this.ɵdir = i0.ɵɵngDeclareDirective({ minVersion: "14.0.0", version: "21.2.
|
|
26
|
+
static { this.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "21.2.12", ngImport: i0, type: AutoFocusDirective, deps: [], target: i0.ɵɵFactoryTarget.Directive }); }
|
|
27
|
+
static { this.ɵdir = i0.ɵɵngDeclareDirective({ minVersion: "14.0.0", version: "21.2.12", type: AutoFocusDirective, isStandalone: true, selector: "[autoFocus]", ngImport: i0 }); }
|
|
28
28
|
}
|
|
29
|
-
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "21.2.
|
|
29
|
+
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "21.2.12", ngImport: i0, type: AutoFocusDirective, decorators: [{
|
|
30
30
|
type: Directive,
|
|
31
31
|
args: [{
|
|
32
32
|
selector: '[autoFocus]',
|
|
@@ -1166,10 +1166,10 @@ class DateIntervalChangeDirective {
|
|
|
1166
1166
|
}
|
|
1167
1167
|
this.subject.next(e);
|
|
1168
1168
|
}
|
|
1169
|
-
static { this.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "21.2.
|
|
1170
|
-
static { this.ɵdir = i0.ɵɵngDeclareDirective({ minVersion: "17.1.0", version: "21.2.
|
|
1169
|
+
static { this.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "21.2.12", ngImport: i0, type: DateIntervalChangeDirective, deps: [], target: i0.ɵɵFactoryTarget.Directive }); }
|
|
1170
|
+
static { this.ɵdir = i0.ɵɵngDeclareDirective({ minVersion: "17.1.0", version: "21.2.12", type: DateIntervalChangeDirective, isStandalone: true, selector: "[dateIntervalChange]", inputs: { dateIntervalChange: { classPropertyName: "dateIntervalChange", publicName: "dateIntervalChange", isSignal: true, isRequired: false, transformFunction: null }, end: { classPropertyName: "end", publicName: "end", isSignal: true, isRequired: false, transformFunction: null } }, host: { listeners: { "keyup": "onKeyup($event)" } }, ngImport: i0 }); }
|
|
1171
1171
|
}
|
|
1172
|
-
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "21.2.
|
|
1172
|
+
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "21.2.12", ngImport: i0, type: DateIntervalChangeDirective, decorators: [{
|
|
1173
1173
|
type: Directive,
|
|
1174
1174
|
args: [{
|
|
1175
1175
|
selector: '[dateIntervalChange]',
|
|
@@ -1212,10 +1212,10 @@ class CopyClipboardDirective {
|
|
|
1212
1212
|
document.removeEventListener('copy', listener, false);
|
|
1213
1213
|
}
|
|
1214
1214
|
}
|
|
1215
|
-
static { this.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "21.2.
|
|
1216
|
-
static { this.ɵdir = i0.ɵɵngDeclareDirective({ minVersion: "17.1.0", version: "21.2.
|
|
1215
|
+
static { this.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "21.2.12", ngImport: i0, type: CopyClipboardDirective, deps: [], target: i0.ɵɵFactoryTarget.Directive }); }
|
|
1216
|
+
static { this.ɵdir = i0.ɵɵngDeclareDirective({ minVersion: "17.1.0", version: "21.2.12", type: CopyClipboardDirective, isStandalone: true, selector: "[copyClipboard]", inputs: { payload: { classPropertyName: "payload", publicName: "copyClipboard", isSignal: true, isRequired: false, transformFunction: null } }, outputs: { copied: "copied" }, host: { listeners: { "click": "onClick($event)" } }, ngImport: i0 }); }
|
|
1217
1217
|
}
|
|
1218
|
-
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "21.2.
|
|
1218
|
+
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "21.2.12", ngImport: i0, type: CopyClipboardDirective, decorators: [{
|
|
1219
1219
|
type: Directive,
|
|
1220
1220
|
args: [{
|
|
1221
1221
|
selector: '[copyClipboard]',
|
|
@@ -1244,10 +1244,10 @@ class ValidatorDirective {
|
|
|
1244
1244
|
const fn = this.validator();
|
|
1245
1245
|
return fn ? fn(control) : null;
|
|
1246
1246
|
}
|
|
1247
|
-
static { this.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "21.2.
|
|
1248
|
-
static { this.ɵdir = i0.ɵɵngDeclareDirective({ minVersion: "17.1.0", version: "21.2.
|
|
1247
|
+
static { this.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "21.2.12", ngImport: i0, type: ValidatorDirective, deps: [], target: i0.ɵɵFactoryTarget.Directive }); }
|
|
1248
|
+
static { this.ɵdir = i0.ɵɵngDeclareDirective({ minVersion: "17.1.0", version: "21.2.12", type: ValidatorDirective, isStandalone: true, selector: "[validator]", inputs: { validator: { classPropertyName: "validator", publicName: "validator", isSignal: true, isRequired: false, transformFunction: null } }, providers: [{ provide: NG_VALIDATORS, useExisting: ValidatorDirective, multi: true }], ngImport: i0 }); }
|
|
1249
1249
|
}
|
|
1250
|
-
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "21.2.
|
|
1250
|
+
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "21.2.12", ngImport: i0, type: ValidatorDirective, decorators: [{
|
|
1251
1251
|
type: Directive,
|
|
1252
1252
|
args: [{
|
|
1253
1253
|
selector: '[validator]',
|
|
@@ -1283,8 +1283,8 @@ class ValidIfDirective {
|
|
|
1283
1283
|
}
|
|
1284
1284
|
return isValid ? null : { validIf: "Non valido." };
|
|
1285
1285
|
}
|
|
1286
|
-
static { this.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "21.2.
|
|
1287
|
-
static { this.ɵdir = i0.ɵɵngDeclareDirective({ minVersion: "17.1.0", version: "21.2.
|
|
1286
|
+
static { this.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "21.2.12", ngImport: i0, type: ValidIfDirective, deps: [], target: i0.ɵɵFactoryTarget.Directive }); }
|
|
1287
|
+
static { this.ɵdir = i0.ɵɵngDeclareDirective({ minVersion: "17.1.0", version: "21.2.12", type: ValidIfDirective, isStandalone: true, selector: "[validIf]", inputs: { validIf: { classPropertyName: "validIf", publicName: "validIf", isSignal: true, isRequired: false, transformFunction: null } }, providers: [
|
|
1288
1288
|
{
|
|
1289
1289
|
provide: NG_VALIDATORS,
|
|
1290
1290
|
useExisting: forwardRef(() => ValidIfDirective),
|
|
@@ -1292,7 +1292,7 @@ class ValidIfDirective {
|
|
|
1292
1292
|
},
|
|
1293
1293
|
], ngImport: i0 }); }
|
|
1294
1294
|
}
|
|
1295
|
-
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "21.2.
|
|
1295
|
+
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "21.2.12", ngImport: i0, type: ValidIfDirective, decorators: [{
|
|
1296
1296
|
type: Directive,
|
|
1297
1297
|
args: [{
|
|
1298
1298
|
selector: "[validIf]",
|
|
@@ -1327,8 +1327,8 @@ class EqualsValidatorDirective {
|
|
|
1327
1327
|
return null;
|
|
1328
1328
|
return eq.value === control.value ? null : { equals: "Non valido." };
|
|
1329
1329
|
}
|
|
1330
|
-
static { this.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "21.2.
|
|
1331
|
-
static { this.ɵdir = i0.ɵɵngDeclareDirective({ minVersion: "17.1.0", version: "21.2.
|
|
1330
|
+
static { this.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "21.2.12", ngImport: i0, type: EqualsValidatorDirective, deps: [], target: i0.ɵɵFactoryTarget.Directive }); }
|
|
1331
|
+
static { this.ɵdir = i0.ɵɵngDeclareDirective({ minVersion: "17.1.0", version: "21.2.12", type: EqualsValidatorDirective, isStandalone: true, selector: "[equals]", inputs: { equals: { classPropertyName: "equals", publicName: "equals", isSignal: true, isRequired: false, transformFunction: null } }, providers: [
|
|
1332
1332
|
{
|
|
1333
1333
|
provide: NG_VALIDATORS,
|
|
1334
1334
|
useExisting: forwardRef(() => EqualsValidatorDirective),
|
|
@@ -1336,7 +1336,7 @@ class EqualsValidatorDirective {
|
|
|
1336
1336
|
},
|
|
1337
1337
|
], ngImport: i0 }); }
|
|
1338
1338
|
}
|
|
1339
|
-
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "21.2.
|
|
1339
|
+
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "21.2.12", ngImport: i0, type: EqualsValidatorDirective, decorators: [{
|
|
1340
1340
|
type: Directive,
|
|
1341
1341
|
args: [{
|
|
1342
1342
|
selector: "[equals]",
|
|
@@ -1383,8 +1383,8 @@ class NotEqualValidatorDirective {
|
|
|
1383
1383
|
}
|
|
1384
1384
|
return errors;
|
|
1385
1385
|
}
|
|
1386
|
-
static { this.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "21.2.
|
|
1387
|
-
static { this.ɵdir = i0.ɵɵngDeclareDirective({ minVersion: "17.1.0", version: "21.2.
|
|
1386
|
+
static { this.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "21.2.12", ngImport: i0, type: NotEqualValidatorDirective, deps: [], target: i0.ɵɵFactoryTarget.Directive }); }
|
|
1387
|
+
static { this.ɵdir = i0.ɵɵngDeclareDirective({ minVersion: "17.1.0", version: "21.2.12", type: NotEqualValidatorDirective, isStandalone: true, selector: "[notEqual]", inputs: { notEqual: { classPropertyName: "notEqual", publicName: "notEqual", isSignal: true, isRequired: false, transformFunction: null } }, providers: [
|
|
1388
1388
|
{
|
|
1389
1389
|
provide: NG_VALIDATORS,
|
|
1390
1390
|
useExisting: forwardRef(() => NotEqualValidatorDirective),
|
|
@@ -1392,7 +1392,7 @@ class NotEqualValidatorDirective {
|
|
|
1392
1392
|
},
|
|
1393
1393
|
], ngImport: i0 }); }
|
|
1394
1394
|
}
|
|
1395
|
-
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "21.2.
|
|
1395
|
+
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "21.2.12", ngImport: i0, type: NotEqualValidatorDirective, decorators: [{
|
|
1396
1396
|
type: Directive,
|
|
1397
1397
|
args: [{
|
|
1398
1398
|
selector: "[notEqual]",
|
|
@@ -1425,8 +1425,8 @@ class EmailsValidatorDirective {
|
|
|
1425
1425
|
const isValid = parts.every(part => part.length === 0 || !!SystemUtils.parseEmail(part));
|
|
1426
1426
|
return isValid ? null : { emails: "Elenco non valido." };
|
|
1427
1427
|
}
|
|
1428
|
-
static { this.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "21.2.
|
|
1429
|
-
static { this.ɵdir = i0.ɵɵngDeclareDirective({ minVersion: "14.0.0", version: "21.2.
|
|
1428
|
+
static { this.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "21.2.12", ngImport: i0, type: EmailsValidatorDirective, deps: [], target: i0.ɵɵFactoryTarget.Directive }); }
|
|
1429
|
+
static { this.ɵdir = i0.ɵɵngDeclareDirective({ minVersion: "14.0.0", version: "21.2.12", type: EmailsValidatorDirective, isStandalone: true, selector: "[emails]", providers: [
|
|
1430
1430
|
{
|
|
1431
1431
|
provide: NG_VALIDATORS,
|
|
1432
1432
|
useExisting: forwardRef(() => EmailsValidatorDirective),
|
|
@@ -1434,7 +1434,7 @@ class EmailsValidatorDirective {
|
|
|
1434
1434
|
},
|
|
1435
1435
|
], ngImport: i0 }); }
|
|
1436
1436
|
}
|
|
1437
|
-
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "21.2.
|
|
1437
|
+
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "21.2.12", ngImport: i0, type: EmailsValidatorDirective, decorators: [{
|
|
1438
1438
|
type: Directive,
|
|
1439
1439
|
args: [{
|
|
1440
1440
|
selector: "[emails]",
|
|
@@ -1465,8 +1465,8 @@ class GuidValidatorDirective {
|
|
|
1465
1465
|
return null;
|
|
1466
1466
|
return SystemUtils.parseUUID(input) ? null : { guid: "Non valido." };
|
|
1467
1467
|
}
|
|
1468
|
-
static { this.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "21.2.
|
|
1469
|
-
static { this.ɵdir = i0.ɵɵngDeclareDirective({ minVersion: "14.0.0", version: "21.2.
|
|
1468
|
+
static { this.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "21.2.12", ngImport: i0, type: GuidValidatorDirective, deps: [], target: i0.ɵɵFactoryTarget.Directive }); }
|
|
1469
|
+
static { this.ɵdir = i0.ɵɵngDeclareDirective({ minVersion: "14.0.0", version: "21.2.12", type: GuidValidatorDirective, isStandalone: true, selector: "[guid]", providers: [
|
|
1470
1470
|
{
|
|
1471
1471
|
provide: NG_VALIDATORS,
|
|
1472
1472
|
useExisting: forwardRef(() => GuidValidatorDirective),
|
|
@@ -1474,7 +1474,7 @@ class GuidValidatorDirective {
|
|
|
1474
1474
|
},
|
|
1475
1475
|
], ngImport: i0 }); }
|
|
1476
1476
|
}
|
|
1477
|
-
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "21.2.
|
|
1477
|
+
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "21.2.12", ngImport: i0, type: GuidValidatorDirective, decorators: [{
|
|
1478
1478
|
type: Directive,
|
|
1479
1479
|
args: [{
|
|
1480
1480
|
selector: "[guid]",
|
|
@@ -1506,8 +1506,8 @@ class SqlDateValidatorDirective {
|
|
|
1506
1506
|
const d = endOfDay(SystemUtils.parseDate(input));
|
|
1507
1507
|
return d.getFullYear() > 1750 ? null : { sqlDate: "Non valido." };
|
|
1508
1508
|
}
|
|
1509
|
-
static { this.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "21.2.
|
|
1510
|
-
static { this.ɵdir = i0.ɵɵngDeclareDirective({ minVersion: "14.0.0", version: "21.2.
|
|
1509
|
+
static { this.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "21.2.12", ngImport: i0, type: SqlDateValidatorDirective, deps: [], target: i0.ɵɵFactoryTarget.Directive }); }
|
|
1510
|
+
static { this.ɵdir = i0.ɵɵngDeclareDirective({ minVersion: "14.0.0", version: "21.2.12", type: SqlDateValidatorDirective, isStandalone: true, selector: "[sqlDate]", providers: [
|
|
1511
1511
|
{
|
|
1512
1512
|
provide: NG_VALIDATORS,
|
|
1513
1513
|
useExisting: forwardRef(() => SqlDateValidatorDirective),
|
|
@@ -1515,7 +1515,7 @@ class SqlDateValidatorDirective {
|
|
|
1515
1515
|
},
|
|
1516
1516
|
], ngImport: i0 }); }
|
|
1517
1517
|
}
|
|
1518
|
-
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "21.2.
|
|
1518
|
+
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "21.2.12", ngImport: i0, type: SqlDateValidatorDirective, decorators: [{
|
|
1519
1519
|
type: Directive,
|
|
1520
1520
|
args: [{
|
|
1521
1521
|
selector: "[sqlDate]",
|
|
@@ -1548,8 +1548,8 @@ class NotFutureValidatorDirective {
|
|
|
1548
1548
|
const d = endOfDay(SystemUtils.parseDate(input));
|
|
1549
1549
|
return d <= today ? null : { notFuture: "Non valido." };
|
|
1550
1550
|
}
|
|
1551
|
-
static { this.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "21.2.
|
|
1552
|
-
static { this.ɵdir = i0.ɵɵngDeclareDirective({ minVersion: "14.0.0", version: "21.2.
|
|
1551
|
+
static { this.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "21.2.12", ngImport: i0, type: NotFutureValidatorDirective, deps: [], target: i0.ɵɵFactoryTarget.Directive }); }
|
|
1552
|
+
static { this.ɵdir = i0.ɵɵngDeclareDirective({ minVersion: "14.0.0", version: "21.2.12", type: NotFutureValidatorDirective, isStandalone: true, selector: "[notFuture]", providers: [
|
|
1553
1553
|
{
|
|
1554
1554
|
provide: NG_VALIDATORS,
|
|
1555
1555
|
useExisting: forwardRef(() => NotFutureValidatorDirective),
|
|
@@ -1557,7 +1557,7 @@ class NotFutureValidatorDirective {
|
|
|
1557
1557
|
},
|
|
1558
1558
|
], ngImport: i0 }); }
|
|
1559
1559
|
}
|
|
1560
|
-
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "21.2.
|
|
1560
|
+
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "21.2.12", ngImport: i0, type: NotFutureValidatorDirective, decorators: [{
|
|
1561
1561
|
type: Directive,
|
|
1562
1562
|
args: [{
|
|
1563
1563
|
selector: "[notFuture]",
|
|
@@ -1588,8 +1588,8 @@ class UrlValidatorDirective {
|
|
|
1588
1588
|
return null;
|
|
1589
1589
|
return SystemUtils.parseUrl(input) ? null : { url: "Non valido." };
|
|
1590
1590
|
}
|
|
1591
|
-
static { this.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "21.2.
|
|
1592
|
-
static { this.ɵdir = i0.ɵɵngDeclareDirective({ minVersion: "14.0.0", version: "21.2.
|
|
1591
|
+
static { this.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "21.2.12", ngImport: i0, type: UrlValidatorDirective, deps: [], target: i0.ɵɵFactoryTarget.Directive }); }
|
|
1592
|
+
static { this.ɵdir = i0.ɵɵngDeclareDirective({ minVersion: "14.0.0", version: "21.2.12", type: UrlValidatorDirective, isStandalone: true, selector: "[url]", providers: [
|
|
1593
1593
|
{
|
|
1594
1594
|
provide: NG_VALIDATORS,
|
|
1595
1595
|
useExisting: forwardRef(() => UrlValidatorDirective),
|
|
@@ -1597,7 +1597,7 @@ class UrlValidatorDirective {
|
|
|
1597
1597
|
},
|
|
1598
1598
|
], ngImport: i0 }); }
|
|
1599
1599
|
}
|
|
1600
|
-
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "21.2.
|
|
1600
|
+
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "21.2.12", ngImport: i0, type: UrlValidatorDirective, decorators: [{
|
|
1601
1601
|
type: Directive,
|
|
1602
1602
|
args: [{
|
|
1603
1603
|
selector: "[url]",
|
|
@@ -1638,8 +1638,8 @@ class FileSizeValidatorDirective {
|
|
|
1638
1638
|
const isValid = s <= this.maxSizeMb() && s >= this.minSizeMb();
|
|
1639
1639
|
return isValid ? null : { fileSize: "Non valido." };
|
|
1640
1640
|
}
|
|
1641
|
-
static { this.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "21.2.
|
|
1642
|
-
static { this.ɵdir = i0.ɵɵngDeclareDirective({ minVersion: "17.1.0", version: "21.2.
|
|
1641
|
+
static { this.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "21.2.12", ngImport: i0, type: FileSizeValidatorDirective, deps: [], target: i0.ɵɵFactoryTarget.Directive }); }
|
|
1642
|
+
static { this.ɵdir = i0.ɵɵngDeclareDirective({ minVersion: "17.1.0", version: "21.2.12", type: FileSizeValidatorDirective, isStandalone: true, selector: "[fileSize]", inputs: { maxSizeMb: { classPropertyName: "maxSizeMb", publicName: "maxSizeMb", isSignal: true, isRequired: false, transformFunction: null }, minSizeMb: { classPropertyName: "minSizeMb", publicName: "minSizeMb", isSignal: true, isRequired: false, transformFunction: null }, size: { classPropertyName: "size", publicName: "size", isSignal: true, isRequired: false, transformFunction: null } }, providers: [
|
|
1643
1643
|
{
|
|
1644
1644
|
provide: NG_VALIDATORS,
|
|
1645
1645
|
useExisting: forwardRef(() => FileSizeValidatorDirective),
|
|
@@ -1647,7 +1647,7 @@ class FileSizeValidatorDirective {
|
|
|
1647
1647
|
},
|
|
1648
1648
|
], ngImport: i0 }); }
|
|
1649
1649
|
}
|
|
1650
|
-
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "21.2.
|
|
1650
|
+
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "21.2.12", ngImport: i0, type: FileSizeValidatorDirective, decorators: [{
|
|
1651
1651
|
type: Directive,
|
|
1652
1652
|
args: [{
|
|
1653
1653
|
selector: "[fileSize]",
|
|
@@ -1683,8 +1683,8 @@ class MaxTermsValidatorDirective {
|
|
|
1683
1683
|
const terms = input.match(/\S+/g)?.length ?? 0;
|
|
1684
1684
|
return terms <= this.maxTerms() ? null : { maxTerms: "Non valido." };
|
|
1685
1685
|
}
|
|
1686
|
-
static { this.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "21.2.
|
|
1687
|
-
static { this.ɵdir = i0.ɵɵngDeclareDirective({ minVersion: "17.1.0", version: "21.2.
|
|
1686
|
+
static { this.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "21.2.12", ngImport: i0, type: MaxTermsValidatorDirective, deps: [], target: i0.ɵɵFactoryTarget.Directive }); }
|
|
1687
|
+
static { this.ɵdir = i0.ɵɵngDeclareDirective({ minVersion: "17.1.0", version: "21.2.12", type: MaxTermsValidatorDirective, isStandalone: true, selector: "[maxTerms]", inputs: { maxTerms: { classPropertyName: "maxTerms", publicName: "maxTerms", isSignal: true, isRequired: false, transformFunction: null } }, providers: [
|
|
1688
1688
|
{
|
|
1689
1689
|
provide: NG_VALIDATORS,
|
|
1690
1690
|
useExisting: forwardRef(() => MaxTermsValidatorDirective),
|
|
@@ -1692,7 +1692,7 @@ class MaxTermsValidatorDirective {
|
|
|
1692
1692
|
},
|
|
1693
1693
|
], ngImport: i0 }); }
|
|
1694
1694
|
}
|
|
1695
|
-
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "21.2.
|
|
1695
|
+
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "21.2.12", ngImport: i0, type: MaxTermsValidatorDirective, decorators: [{
|
|
1696
1696
|
type: Directive,
|
|
1697
1697
|
args: [{
|
|
1698
1698
|
selector: "[maxTerms]",
|
|
@@ -1721,8 +1721,8 @@ class PasswordValidatorDirective {
|
|
|
1721
1721
|
const strength = SystemUtils.calculatePasswordStrength(input);
|
|
1722
1722
|
return strength.isValid ? null : { password: "Non valido." };
|
|
1723
1723
|
}
|
|
1724
|
-
static { this.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "21.2.
|
|
1725
|
-
static { this.ɵdir = i0.ɵɵngDeclareDirective({ minVersion: "14.0.0", version: "21.2.
|
|
1724
|
+
static { this.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "21.2.12", ngImport: i0, type: PasswordValidatorDirective, deps: [], target: i0.ɵɵFactoryTarget.Directive }); }
|
|
1725
|
+
static { this.ɵdir = i0.ɵɵngDeclareDirective({ minVersion: "14.0.0", version: "21.2.12", type: PasswordValidatorDirective, isStandalone: true, selector: "[password]", providers: [
|
|
1726
1726
|
{
|
|
1727
1727
|
provide: NG_VALIDATORS,
|
|
1728
1728
|
useExisting: forwardRef(() => PasswordValidatorDirective),
|
|
@@ -1730,7 +1730,7 @@ class PasswordValidatorDirective {
|
|
|
1730
1730
|
},
|
|
1731
1731
|
], ngImport: i0 }); }
|
|
1732
1732
|
}
|
|
1733
|
-
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "21.2.
|
|
1733
|
+
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "21.2.12", ngImport: i0, type: PasswordValidatorDirective, decorators: [{
|
|
1734
1734
|
type: Directive,
|
|
1735
1735
|
args: [{
|
|
1736
1736
|
selector: "[password]",
|
|
@@ -1795,8 +1795,8 @@ class TimeValidatorDirective {
|
|
|
1795
1795
|
}
|
|
1796
1796
|
return null;
|
|
1797
1797
|
}
|
|
1798
|
-
static { this.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "21.2.
|
|
1799
|
-
static { this.ɵdir = i0.ɵɵngDeclareDirective({ minVersion: "17.1.0", version: "21.2.
|
|
1798
|
+
static { this.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "21.2.12", ngImport: i0, type: TimeValidatorDirective, deps: [], target: i0.ɵɵFactoryTarget.Directive }); }
|
|
1799
|
+
static { this.ɵdir = i0.ɵɵngDeclareDirective({ minVersion: "17.1.0", version: "21.2.12", type: TimeValidatorDirective, isStandalone: true, selector: "[time]", inputs: { slots: { classPropertyName: "slots", publicName: "slots", isSignal: true, isRequired: false, transformFunction: null } }, providers: [
|
|
1800
1800
|
{
|
|
1801
1801
|
provide: NG_VALIDATORS,
|
|
1802
1802
|
useExisting: forwardRef(() => TimeValidatorDirective),
|
|
@@ -1804,7 +1804,7 @@ class TimeValidatorDirective {
|
|
|
1804
1804
|
},
|
|
1805
1805
|
], ngImport: i0 }); }
|
|
1806
1806
|
}
|
|
1807
|
-
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "21.2.
|
|
1807
|
+
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "21.2.12", ngImport: i0, type: TimeValidatorDirective, decorators: [{
|
|
1808
1808
|
type: Directive,
|
|
1809
1809
|
args: [{
|
|
1810
1810
|
selector: "[time]",
|
|
@@ -1835,8 +1835,8 @@ class NotEmptyValidatorDirective {
|
|
|
1835
1835
|
return null;
|
|
1836
1836
|
return input.trim().length > 0 ? null : { notEmpty: true };
|
|
1837
1837
|
}
|
|
1838
|
-
static { this.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "21.2.
|
|
1839
|
-
static { this.ɵdir = i0.ɵɵngDeclareDirective({ minVersion: "14.0.0", version: "21.2.
|
|
1838
|
+
static { this.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "21.2.12", ngImport: i0, type: NotEmptyValidatorDirective, deps: [], target: i0.ɵɵFactoryTarget.Directive }); }
|
|
1839
|
+
static { this.ɵdir = i0.ɵɵngDeclareDirective({ minVersion: "14.0.0", version: "21.2.12", type: NotEmptyValidatorDirective, isStandalone: true, selector: "[notEmpty]", providers: [
|
|
1840
1840
|
{
|
|
1841
1841
|
provide: NG_VALIDATORS,
|
|
1842
1842
|
useExisting: forwardRef(() => NotEmptyValidatorDirective),
|
|
@@ -1844,7 +1844,7 @@ class NotEmptyValidatorDirective {
|
|
|
1844
1844
|
},
|
|
1845
1845
|
], ngImport: i0 }); }
|
|
1846
1846
|
}
|
|
1847
|
-
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "21.2.
|
|
1847
|
+
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "21.2.12", ngImport: i0, type: NotEmptyValidatorDirective, decorators: [{
|
|
1848
1848
|
type: Directive,
|
|
1849
1849
|
args: [{
|
|
1850
1850
|
selector: "[notEmpty]",
|
|
@@ -1903,10 +1903,10 @@ class FormatPipe {
|
|
|
1903
1903
|
}
|
|
1904
1904
|
return undefined;
|
|
1905
1905
|
}
|
|
1906
|
-
static { this.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "21.2.
|
|
1907
|
-
static { this.ɵpipe = i0.ɵɵngDeclarePipe({ minVersion: "14.0.0", version: "21.2.
|
|
1906
|
+
static { this.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "21.2.12", ngImport: i0, type: FormatPipe, deps: [], target: i0.ɵɵFactoryTarget.Pipe }); }
|
|
1907
|
+
static { this.ɵpipe = i0.ɵɵngDeclarePipe({ minVersion: "14.0.0", version: "21.2.12", ngImport: i0, type: FormatPipe, isStandalone: true, name: "format" }); }
|
|
1908
1908
|
}
|
|
1909
|
-
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "21.2.
|
|
1909
|
+
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "21.2.12", ngImport: i0, type: FormatPipe, decorators: [{
|
|
1910
1910
|
type: Pipe,
|
|
1911
1911
|
args: [{
|
|
1912
1912
|
name: 'format',
|
|
@@ -1939,10 +1939,10 @@ class ReplacePipe {
|
|
|
1939
1939
|
const replacement = (regexValue === '\n' && !replaceValue) ? '<br>' : replaceValue;
|
|
1940
1940
|
return this.sanitizer.bypassSecurityTrustHtml(value.replace(new RegExp(regexValue, 'g'), replacement));
|
|
1941
1941
|
}
|
|
1942
|
-
static { this.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "21.2.
|
|
1943
|
-
static { this.ɵpipe = i0.ɵɵngDeclarePipe({ minVersion: "14.0.0", version: "21.2.
|
|
1942
|
+
static { this.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "21.2.12", ngImport: i0, type: ReplacePipe, deps: [], target: i0.ɵɵFactoryTarget.Pipe }); }
|
|
1943
|
+
static { this.ɵpipe = i0.ɵɵngDeclarePipe({ minVersion: "14.0.0", version: "21.2.12", ngImport: i0, type: ReplacePipe, isStandalone: true, name: "replace" }); }
|
|
1944
1944
|
}
|
|
1945
|
-
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "21.2.
|
|
1945
|
+
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "21.2.12", ngImport: i0, type: ReplacePipe, decorators: [{
|
|
1946
1946
|
type: Pipe,
|
|
1947
1947
|
args: [{
|
|
1948
1948
|
name: 'replace',
|
|
@@ -1968,10 +1968,10 @@ class SafeHtmlPipe {
|
|
|
1968
1968
|
transform(value) {
|
|
1969
1969
|
return this.sanitizer.bypassSecurityTrustHtml(value ?? '');
|
|
1970
1970
|
}
|
|
1971
|
-
static { this.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "21.2.
|
|
1972
|
-
static { this.ɵpipe = i0.ɵɵngDeclarePipe({ minVersion: "14.0.0", version: "21.2.
|
|
1971
|
+
static { this.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "21.2.12", ngImport: i0, type: SafeHtmlPipe, deps: [], target: i0.ɵɵFactoryTarget.Pipe }); }
|
|
1972
|
+
static { this.ɵpipe = i0.ɵɵngDeclarePipe({ minVersion: "14.0.0", version: "21.2.12", ngImport: i0, type: SafeHtmlPipe, isStandalone: true, name: "safeHtml" }); }
|
|
1973
1973
|
}
|
|
1974
|
-
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "21.2.
|
|
1974
|
+
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "21.2.12", ngImport: i0, type: SafeHtmlPipe, decorators: [{
|
|
1975
1975
|
type: Pipe,
|
|
1976
1976
|
args: [{
|
|
1977
1977
|
name: 'safeHtml',
|
|
@@ -1997,10 +1997,10 @@ class SafeUrlPipe {
|
|
|
1997
1997
|
transform(value) {
|
|
1998
1998
|
return this.sanitizer.bypassSecurityTrustResourceUrl(value ?? '');
|
|
1999
1999
|
}
|
|
2000
|
-
static { this.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "21.2.
|
|
2001
|
-
static { this.ɵpipe = i0.ɵɵngDeclarePipe({ minVersion: "14.0.0", version: "21.2.
|
|
2000
|
+
static { this.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "21.2.12", ngImport: i0, type: SafeUrlPipe, deps: [], target: i0.ɵɵFactoryTarget.Pipe }); }
|
|
2001
|
+
static { this.ɵpipe = i0.ɵɵngDeclarePipe({ minVersion: "14.0.0", version: "21.2.12", ngImport: i0, type: SafeUrlPipe, isStandalone: true, name: "safeUrl" }); }
|
|
2002
2002
|
}
|
|
2003
|
-
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "21.2.
|
|
2003
|
+
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "21.2.12", ngImport: i0, type: SafeUrlPipe, decorators: [{
|
|
2004
2004
|
type: Pipe,
|
|
2005
2005
|
args: [{
|
|
2006
2006
|
name: 'safeUrl',
|
|
@@ -2029,10 +2029,10 @@ class SearchCallbackPipe {
|
|
|
2029
2029
|
return items;
|
|
2030
2030
|
return items.filter(item => callback(item));
|
|
2031
2031
|
}
|
|
2032
|
-
static { this.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "21.2.
|
|
2033
|
-
static { this.ɵpipe = i0.ɵɵngDeclarePipe({ minVersion: "14.0.0", version: "21.2.
|
|
2032
|
+
static { this.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "21.2.12", ngImport: i0, type: SearchCallbackPipe, deps: [], target: i0.ɵɵFactoryTarget.Pipe }); }
|
|
2033
|
+
static { this.ɵpipe = i0.ɵɵngDeclarePipe({ minVersion: "14.0.0", version: "21.2.12", ngImport: i0, type: SearchCallbackPipe, isStandalone: true, name: "callback", pure: false }); }
|
|
2034
2034
|
}
|
|
2035
|
-
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "21.2.
|
|
2035
|
+
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "21.2.12", ngImport: i0, type: SearchCallbackPipe, decorators: [{
|
|
2036
2036
|
type: Pipe,
|
|
2037
2037
|
args: [{
|
|
2038
2038
|
name: 'callback',
|
|
@@ -2080,10 +2080,10 @@ class SearchFilterPipe {
|
|
|
2080
2080
|
metadata.count = result.length;
|
|
2081
2081
|
return result;
|
|
2082
2082
|
}
|
|
2083
|
-
static { this.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "21.2.
|
|
2084
|
-
static { this.ɵpipe = i0.ɵɵngDeclarePipe({ minVersion: "14.0.0", version: "21.2.
|
|
2083
|
+
static { this.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "21.2.12", ngImport: i0, type: SearchFilterPipe, deps: [], target: i0.ɵɵFactoryTarget.Pipe }); }
|
|
2084
|
+
static { this.ɵpipe = i0.ɵɵngDeclarePipe({ minVersion: "14.0.0", version: "21.2.12", ngImport: i0, type: SearchFilterPipe, isStandalone: true, name: "search" }); }
|
|
2085
2085
|
}
|
|
2086
|
-
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "21.2.
|
|
2086
|
+
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "21.2.12", ngImport: i0, type: SearchFilterPipe, decorators: [{
|
|
2087
2087
|
type: Pipe,
|
|
2088
2088
|
args: [{
|
|
2089
2089
|
name: 'search',
|
|
@@ -2110,10 +2110,10 @@ class FormatHtmlPipe {
|
|
|
2110
2110
|
transform(value) {
|
|
2111
2111
|
return this.sanitizer.bypassSecurityTrustHtml((value ?? '').replaceAll(/(?:\r\n|\r|\n)/g, '<br>'));
|
|
2112
2112
|
}
|
|
2113
|
-
static { this.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "21.2.
|
|
2114
|
-
static { this.ɵpipe = i0.ɵɵngDeclarePipe({ minVersion: "14.0.0", version: "21.2.
|
|
2113
|
+
static { this.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "21.2.12", ngImport: i0, type: FormatHtmlPipe, deps: [], target: i0.ɵɵFactoryTarget.Pipe }); }
|
|
2114
|
+
static { this.ɵpipe = i0.ɵɵngDeclarePipe({ minVersion: "14.0.0", version: "21.2.12", ngImport: i0, type: FormatHtmlPipe, isStandalone: true, name: "formatHtml" }); }
|
|
2115
2115
|
}
|
|
2116
|
-
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "21.2.
|
|
2116
|
+
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "21.2.12", ngImport: i0, type: FormatHtmlPipe, decorators: [{
|
|
2117
2117
|
type: Pipe,
|
|
2118
2118
|
args: [{
|
|
2119
2119
|
name: 'formatHtml',
|
|
@@ -2440,10 +2440,10 @@ class BroadcastService {
|
|
|
2440
2440
|
getMessage() {
|
|
2441
2441
|
return this.subject.asObservable();
|
|
2442
2442
|
}
|
|
2443
|
-
static { this.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "21.2.
|
|
2444
|
-
static { this.ɵprov = i0.ɵɵngDeclareInjectable({ minVersion: "12.0.0", version: "21.2.
|
|
2443
|
+
static { this.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "21.2.12", ngImport: i0, type: BroadcastService, deps: [], target: i0.ɵɵFactoryTarget.Injectable }); }
|
|
2444
|
+
static { this.ɵprov = i0.ɵɵngDeclareInjectable({ minVersion: "12.0.0", version: "21.2.12", ngImport: i0, type: BroadcastService, providedIn: 'root' }); }
|
|
2445
2445
|
}
|
|
2446
|
-
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "21.2.
|
|
2446
|
+
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "21.2.12", ngImport: i0, type: BroadcastService, decorators: [{
|
|
2447
2447
|
type: Injectable,
|
|
2448
2448
|
args: [{
|
|
2449
2449
|
providedIn: 'root'
|
|
@@ -2498,10 +2498,10 @@ class EnvironmentService {
|
|
|
2498
2498
|
get appServiceLoginUri() { return this._effectiveServiceLoginUri(); }
|
|
2499
2499
|
/** @param value - The login endpoint URI of the backend service. */
|
|
2500
2500
|
set appServiceLoginUri(value) { this.appServiceLoginUriSignal.set(value); }
|
|
2501
|
-
static { this.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "21.2.
|
|
2502
|
-
static { this.ɵprov = i0.ɵɵngDeclareInjectable({ minVersion: "12.0.0", version: "21.2.
|
|
2501
|
+
static { this.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "21.2.12", ngImport: i0, type: EnvironmentService, deps: [], target: i0.ɵɵFactoryTarget.Injectable }); }
|
|
2502
|
+
static { this.ɵprov = i0.ɵɵngDeclareInjectable({ minVersion: "12.0.0", version: "21.2.12", ngImport: i0, type: EnvironmentService, providedIn: 'root' }); }
|
|
2503
2503
|
}
|
|
2504
|
-
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "21.2.
|
|
2504
|
+
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "21.2.12", ngImport: i0, type: EnvironmentService, decorators: [{
|
|
2505
2505
|
type: Injectable,
|
|
2506
2506
|
args: [{
|
|
2507
2507
|
providedIn: 'root'
|
|
@@ -2534,10 +2534,10 @@ class ScreenService {
|
|
|
2534
2534
|
get isIEOrEdge() {
|
|
2535
2535
|
return /msie\s|trident\/|edge\//i.test(window.navigator.userAgent);
|
|
2536
2536
|
}
|
|
2537
|
-
static { this.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "21.2.
|
|
2538
|
-
static { this.ɵprov = i0.ɵɵngDeclareInjectable({ minVersion: "12.0.0", version: "21.2.
|
|
2537
|
+
static { this.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "21.2.12", ngImport: i0, type: ScreenService, deps: [], target: i0.ɵɵFactoryTarget.Injectable }); }
|
|
2538
|
+
static { this.ɵprov = i0.ɵɵngDeclareInjectable({ minVersion: "12.0.0", version: "21.2.12", ngImport: i0, type: ScreenService, providedIn: 'root' }); }
|
|
2539
2539
|
}
|
|
2540
|
-
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "21.2.
|
|
2540
|
+
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "21.2.12", ngImport: i0, type: ScreenService, decorators: [{
|
|
2541
2541
|
type: Injectable,
|
|
2542
2542
|
args: [{
|
|
2543
2543
|
providedIn: 'root'
|
|
@@ -2654,10 +2654,10 @@ class ThemeService {
|
|
|
2654
2654
|
this.themeChanged.next(this.getTheme());
|
|
2655
2655
|
this.broadcastChannel.sendMessage(this.broadcastMessage, theme);
|
|
2656
2656
|
}
|
|
2657
|
-
static { this.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "21.2.
|
|
2658
|
-
static { this.ɵprov = i0.ɵɵngDeclareInjectable({ minVersion: "12.0.0", version: "21.2.
|
|
2657
|
+
static { this.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "21.2.12", ngImport: i0, type: ThemeService, deps: [], target: i0.ɵɵFactoryTarget.Injectable }); }
|
|
2658
|
+
static { this.ɵprov = i0.ɵɵngDeclareInjectable({ minVersion: "12.0.0", version: "21.2.12", ngImport: i0, type: ThemeService, providedIn: "root" }); }
|
|
2659
2659
|
}
|
|
2660
|
-
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "21.2.
|
|
2660
|
+
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "21.2.12", ngImport: i0, type: ThemeService, decorators: [{
|
|
2661
2661
|
type: Injectable,
|
|
2662
2662
|
args: [{
|
|
2663
2663
|
providedIn: "root",
|
|
@@ -2665,8 +2665,8 @@ i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "21.2.11", ngImpo
|
|
|
2665
2665
|
}], ctorParameters: () => [] });
|
|
2666
2666
|
|
|
2667
2667
|
class ArsCoreModule {
|
|
2668
|
-
static { this.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "21.2.
|
|
2669
|
-
static { this.ɵmod = i0.ɵɵngDeclareNgModule({ minVersion: "14.0.0", version: "21.2.
|
|
2668
|
+
static { this.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "21.2.12", ngImport: i0, type: ArsCoreModule, deps: [], target: i0.ɵɵFactoryTarget.NgModule }); }
|
|
2669
|
+
static { this.ɵmod = i0.ɵɵngDeclareNgModule({ minVersion: "14.0.0", version: "21.2.12", ngImport: i0, type: ArsCoreModule, imports: [FileSizeValidatorDirective,
|
|
2670
2670
|
ValidIfDirective,
|
|
2671
2671
|
ValidatorDirective,
|
|
2672
2672
|
EqualsValidatorDirective,
|
|
@@ -2709,7 +2709,7 @@ class ArsCoreModule {
|
|
|
2709
2709
|
CopyClipboardDirective,
|
|
2710
2710
|
AutoFocusDirective,
|
|
2711
2711
|
MaxTermsValidatorDirective] }); }
|
|
2712
|
-
static { this.ɵinj = i0.ɵɵngDeclareInjector({ minVersion: "12.0.0", version: "21.2.
|
|
2712
|
+
static { this.ɵinj = i0.ɵɵngDeclareInjector({ minVersion: "12.0.0", version: "21.2.12", ngImport: i0, type: ArsCoreModule, providers: [
|
|
2713
2713
|
SearchFilterPipe,
|
|
2714
2714
|
SearchCallbackPipe,
|
|
2715
2715
|
SafeHtmlPipe,
|
|
@@ -2719,7 +2719,7 @@ class ArsCoreModule {
|
|
|
2719
2719
|
FormatHtmlPipe
|
|
2720
2720
|
] }); }
|
|
2721
2721
|
}
|
|
2722
|
-
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "21.2.
|
|
2722
|
+
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "21.2.12", ngImport: i0, type: ArsCoreModule, decorators: [{
|
|
2723
2723
|
type: NgModule,
|
|
2724
2724
|
args: [{
|
|
2725
2725
|
imports: [
|
|
@@ -3071,16 +3071,16 @@ class DateFnsAdapter extends DateAdapter {
|
|
|
3071
3071
|
invalid() {
|
|
3072
3072
|
return new Date(NaN);
|
|
3073
3073
|
}
|
|
3074
|
-
static { this.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "21.2.
|
|
3075
|
-
static { this.ɵprov = i0.ɵɵngDeclareInjectable({ minVersion: "12.0.0", version: "21.2.
|
|
3074
|
+
static { this.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "21.2.12", ngImport: i0, type: DateFnsAdapter, deps: [], target: i0.ɵɵFactoryTarget.Injectable }); }
|
|
3075
|
+
static { this.ɵprov = i0.ɵɵngDeclareInjectable({ minVersion: "12.0.0", version: "21.2.12", ngImport: i0, type: DateFnsAdapter }); }
|
|
3076
3076
|
}
|
|
3077
|
-
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "21.2.
|
|
3077
|
+
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "21.2.12", ngImport: i0, type: DateFnsAdapter, decorators: [{
|
|
3078
3078
|
type: Injectable
|
|
3079
3079
|
}], ctorParameters: () => [] });
|
|
3080
3080
|
class ArsDateFnsModule {
|
|
3081
|
-
static { this.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "21.2.
|
|
3082
|
-
static { this.ɵmod = i0.ɵɵngDeclareNgModule({ minVersion: "14.0.0", version: "21.2.
|
|
3083
|
-
static { this.ɵinj = i0.ɵɵngDeclareInjector({ minVersion: "12.0.0", version: "21.2.
|
|
3081
|
+
static { this.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "21.2.12", ngImport: i0, type: ArsDateFnsModule, deps: [], target: i0.ɵɵFactoryTarget.NgModule }); }
|
|
3082
|
+
static { this.ɵmod = i0.ɵɵngDeclareNgModule({ minVersion: "14.0.0", version: "21.2.12", ngImport: i0, type: ArsDateFnsModule }); }
|
|
3083
|
+
static { this.ɵinj = i0.ɵɵngDeclareInjector({ minVersion: "12.0.0", version: "21.2.12", ngImport: i0, type: ArsDateFnsModule, providers: [
|
|
3084
3084
|
{
|
|
3085
3085
|
provide: DateAdapter,
|
|
3086
3086
|
useClass: DateFnsAdapter,
|
|
@@ -3089,7 +3089,7 @@ class ArsDateFnsModule {
|
|
|
3089
3089
|
{ provide: MAT_DATE_FORMATS, useValue: MAT_DATE_FNS_FORMATS }
|
|
3090
3090
|
] }); }
|
|
3091
3091
|
}
|
|
3092
|
-
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "21.2.
|
|
3092
|
+
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "21.2.12", ngImport: i0, type: ArsDateFnsModule, decorators: [{
|
|
3093
3093
|
type: NgModule,
|
|
3094
3094
|
args: [{
|
|
3095
3095
|
providers: [
|
|
@@ -3122,10 +3122,10 @@ class RemoveFocusDirective {
|
|
|
3122
3122
|
setTimeout(() => el.blur(), 0);
|
|
3123
3123
|
}
|
|
3124
3124
|
}
|
|
3125
|
-
static { this.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "21.2.
|
|
3126
|
-
static { this.ɵdir = i0.ɵɵngDeclareDirective({ minVersion: "14.0.0", version: "21.2.
|
|
3125
|
+
static { this.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "21.2.12", ngImport: i0, type: RemoveFocusDirective, deps: [], target: i0.ɵɵFactoryTarget.Directive }); }
|
|
3126
|
+
static { this.ɵdir = i0.ɵɵngDeclareDirective({ minVersion: "14.0.0", version: "21.2.12", type: RemoveFocusDirective, isStandalone: true, selector: "[removeFocus]", host: { listeners: { "click": "onClick()" } }, ngImport: i0 }); }
|
|
3127
3127
|
}
|
|
3128
|
-
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "21.2.
|
|
3128
|
+
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "21.2.12", ngImport: i0, type: RemoveFocusDirective, decorators: [{
|
|
3129
3129
|
type: Directive,
|
|
3130
3130
|
args: [{
|
|
3131
3131
|
selector: '[removeFocus]',
|
|
@@ -3153,10 +3153,10 @@ class FormatMarkdownPipe {
|
|
|
3153
3153
|
transform(value) {
|
|
3154
3154
|
return this.sanitizer.bypassSecurityTrustHtml(SystemUtils.markdownToHtml(value ?? ''));
|
|
3155
3155
|
}
|
|
3156
|
-
static { this.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "21.2.
|
|
3157
|
-
static { this.ɵpipe = i0.ɵɵngDeclarePipe({ minVersion: "14.0.0", version: "21.2.
|
|
3156
|
+
static { this.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "21.2.12", ngImport: i0, type: FormatMarkdownPipe, deps: [], target: i0.ɵɵFactoryTarget.Pipe }); }
|
|
3157
|
+
static { this.ɵpipe = i0.ɵɵngDeclarePipe({ minVersion: "14.0.0", version: "21.2.12", ngImport: i0, type: FormatMarkdownPipe, isStandalone: true, name: "formatMarkdown" }); }
|
|
3158
3158
|
}
|
|
3159
|
-
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "21.2.
|
|
3159
|
+
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "21.2.12", ngImport: i0, type: FormatMarkdownPipe, decorators: [{
|
|
3160
3160
|
type: Pipe,
|
|
3161
3161
|
args: [{
|
|
3162
3162
|
name: 'formatMarkdown',
|
|
@@ -907,10 +907,10 @@ class EvolutionService {
|
|
|
907
907
|
deleteLink(item) {
|
|
908
908
|
return this.httpClient.post(this._serviceUri + '/account/links/delete', item);
|
|
909
909
|
}
|
|
910
|
-
static { this.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "21.2.
|
|
911
|
-
static { this.ɵprov = i0.ɵɵngDeclareInjectable({ minVersion: "12.0.0", version: "21.2.
|
|
910
|
+
static { this.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "21.2.12", ngImport: i0, type: EvolutionService, deps: [], target: i0.ɵɵFactoryTarget.Injectable }); }
|
|
911
|
+
static { this.ɵprov = i0.ɵɵngDeclareInjectable({ minVersion: "12.0.0", version: "21.2.12", ngImport: i0, type: EvolutionService, providedIn: 'root' }); }
|
|
912
912
|
}
|
|
913
|
-
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "21.2.
|
|
913
|
+
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "21.2.12", ngImport: i0, type: EvolutionService, decorators: [{
|
|
914
914
|
type: Injectable,
|
|
915
915
|
args: [{
|
|
916
916
|
providedIn: 'root',
|
|
@@ -997,19 +997,19 @@ class EvolutionAuthInterceptor {
|
|
|
997
997
|
service: this.evolutionService.serviceUri
|
|
998
998
|
});
|
|
999
999
|
}
|
|
1000
|
-
static { this.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "21.2.
|
|
1001
|
-
static { this.ɵprov = i0.ɵɵngDeclareInjectable({ minVersion: "12.0.0", version: "21.2.
|
|
1000
|
+
static { this.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "21.2.12", ngImport: i0, type: EvolutionAuthInterceptor, deps: [], target: i0.ɵɵFactoryTarget.Injectable }); }
|
|
1001
|
+
static { this.ɵprov = i0.ɵɵngDeclareInjectable({ minVersion: "12.0.0", version: "21.2.12", ngImport: i0, type: EvolutionAuthInterceptor }); }
|
|
1002
1002
|
}
|
|
1003
|
-
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "21.2.
|
|
1003
|
+
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "21.2.12", ngImport: i0, type: EvolutionAuthInterceptor, decorators: [{
|
|
1004
1004
|
type: Injectable
|
|
1005
1005
|
}] });
|
|
1006
1006
|
|
|
1007
1007
|
class EvolutionCommonModule {
|
|
1008
|
-
static { this.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "21.2.
|
|
1009
|
-
static { this.ɵmod = i0.ɵɵngDeclareNgModule({ minVersion: "14.0.0", version: "21.2.
|
|
1010
|
-
static { this.ɵinj = i0.ɵɵngDeclareInjector({ minVersion: "12.0.0", version: "21.2.
|
|
1008
|
+
static { this.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "21.2.12", ngImport: i0, type: EvolutionCommonModule, deps: [], target: i0.ɵɵFactoryTarget.NgModule }); }
|
|
1009
|
+
static { this.ɵmod = i0.ɵɵngDeclareNgModule({ minVersion: "14.0.0", version: "21.2.12", ngImport: i0, type: EvolutionCommonModule }); }
|
|
1010
|
+
static { this.ɵinj = i0.ɵɵngDeclareInjector({ minVersion: "12.0.0", version: "21.2.12", ngImport: i0, type: EvolutionCommonModule }); }
|
|
1011
1011
|
}
|
|
1012
|
-
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "21.2.
|
|
1012
|
+
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "21.2.12", ngImport: i0, type: EvolutionCommonModule, decorators: [{
|
|
1013
1013
|
type: NgModule
|
|
1014
1014
|
}] });
|
|
1015
1015
|
|