@arsedizioni/ars-utils 21.2.293 → 21.2.295
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 +54 -56
- 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 +61 -61
- package/fesm2022/arsedizioni-ars-utils-ui.mjs +97 -97
- 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
|
@@ -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.11", ngImport: i0, type: AutoFocusDirective, deps: [], target: i0.ɵɵFactoryTarget.Directive }); }
|
|
27
|
+
static { this.ɵdir = i0.ɵɵngDeclareDirective({ minVersion: "14.0.0", version: "21.2.11", 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.11", ngImport: i0, type: AutoFocusDirective, decorators: [{
|
|
30
30
|
type: Directive,
|
|
31
31
|
args: [{
|
|
32
32
|
selector: '[autoFocus]',
|
|
@@ -1118,10 +1118,10 @@ class DateIntervalChangeDirective {
|
|
|
1118
1118
|
}
|
|
1119
1119
|
this.subject.next(e);
|
|
1120
1120
|
}
|
|
1121
|
-
static { this.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "21.2.
|
|
1122
|
-
static { this.ɵdir = i0.ɵɵngDeclareDirective({ minVersion: "17.1.0", version: "21.2.
|
|
1121
|
+
static { this.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "21.2.11", ngImport: i0, type: DateIntervalChangeDirective, deps: [], target: i0.ɵɵFactoryTarget.Directive }); }
|
|
1122
|
+
static { this.ɵdir = i0.ɵɵngDeclareDirective({ minVersion: "17.1.0", version: "21.2.11", 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 }); }
|
|
1123
1123
|
}
|
|
1124
|
-
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "21.2.
|
|
1124
|
+
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "21.2.11", ngImport: i0, type: DateIntervalChangeDirective, decorators: [{
|
|
1125
1125
|
type: Directive,
|
|
1126
1126
|
args: [{
|
|
1127
1127
|
selector: '[dateIntervalChange]',
|
|
@@ -1164,10 +1164,10 @@ class CopyClipboardDirective {
|
|
|
1164
1164
|
document.removeEventListener('copy', listener, false);
|
|
1165
1165
|
}
|
|
1166
1166
|
}
|
|
1167
|
-
static { this.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "21.2.
|
|
1168
|
-
static { this.ɵdir = i0.ɵɵngDeclareDirective({ minVersion: "17.1.0", version: "21.2.
|
|
1167
|
+
static { this.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "21.2.11", ngImport: i0, type: CopyClipboardDirective, deps: [], target: i0.ɵɵFactoryTarget.Directive }); }
|
|
1168
|
+
static { this.ɵdir = i0.ɵɵngDeclareDirective({ minVersion: "17.1.0", version: "21.2.11", 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 }); }
|
|
1169
1169
|
}
|
|
1170
|
-
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "21.2.
|
|
1170
|
+
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "21.2.11", ngImport: i0, type: CopyClipboardDirective, decorators: [{
|
|
1171
1171
|
type: Directive,
|
|
1172
1172
|
args: [{
|
|
1173
1173
|
selector: '[copyClipboard]',
|
|
@@ -1196,10 +1196,10 @@ class ValidatorDirective {
|
|
|
1196
1196
|
const fn = this.validator();
|
|
1197
1197
|
return fn ? fn(control) : null;
|
|
1198
1198
|
}
|
|
1199
|
-
static { this.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "21.2.
|
|
1200
|
-
static { this.ɵdir = i0.ɵɵngDeclareDirective({ minVersion: "17.1.0", version: "21.2.
|
|
1199
|
+
static { this.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "21.2.11", ngImport: i0, type: ValidatorDirective, deps: [], target: i0.ɵɵFactoryTarget.Directive }); }
|
|
1200
|
+
static { this.ɵdir = i0.ɵɵngDeclareDirective({ minVersion: "17.1.0", version: "21.2.11", 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 }); }
|
|
1201
1201
|
}
|
|
1202
|
-
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "21.2.
|
|
1202
|
+
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "21.2.11", ngImport: i0, type: ValidatorDirective, decorators: [{
|
|
1203
1203
|
type: Directive,
|
|
1204
1204
|
args: [{
|
|
1205
1205
|
selector: '[validator]',
|
|
@@ -1235,8 +1235,8 @@ class ValidIfDirective {
|
|
|
1235
1235
|
}
|
|
1236
1236
|
return isValid ? null : { validIf: "Non valido." };
|
|
1237
1237
|
}
|
|
1238
|
-
static { this.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "21.2.
|
|
1239
|
-
static { this.ɵdir = i0.ɵɵngDeclareDirective({ minVersion: "17.1.0", version: "21.2.
|
|
1238
|
+
static { this.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "21.2.11", ngImport: i0, type: ValidIfDirective, deps: [], target: i0.ɵɵFactoryTarget.Directive }); }
|
|
1239
|
+
static { this.ɵdir = i0.ɵɵngDeclareDirective({ minVersion: "17.1.0", version: "21.2.11", type: ValidIfDirective, isStandalone: true, selector: "[validIf]", inputs: { validIf: { classPropertyName: "validIf", publicName: "validIf", isSignal: true, isRequired: false, transformFunction: null } }, providers: [
|
|
1240
1240
|
{
|
|
1241
1241
|
provide: NG_VALIDATORS,
|
|
1242
1242
|
useExisting: forwardRef(() => ValidIfDirective),
|
|
@@ -1244,7 +1244,7 @@ class ValidIfDirective {
|
|
|
1244
1244
|
},
|
|
1245
1245
|
], ngImport: i0 }); }
|
|
1246
1246
|
}
|
|
1247
|
-
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "21.2.
|
|
1247
|
+
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "21.2.11", ngImport: i0, type: ValidIfDirective, decorators: [{
|
|
1248
1248
|
type: Directive,
|
|
1249
1249
|
args: [{
|
|
1250
1250
|
selector: "[validIf]",
|
|
@@ -1279,8 +1279,8 @@ class EqualsValidatorDirective {
|
|
|
1279
1279
|
return null;
|
|
1280
1280
|
return eq.value === control.value ? null : { equals: "Non valido." };
|
|
1281
1281
|
}
|
|
1282
|
-
static { this.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "21.2.
|
|
1283
|
-
static { this.ɵdir = i0.ɵɵngDeclareDirective({ minVersion: "17.1.0", version: "21.2.
|
|
1282
|
+
static { this.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "21.2.11", ngImport: i0, type: EqualsValidatorDirective, deps: [], target: i0.ɵɵFactoryTarget.Directive }); }
|
|
1283
|
+
static { this.ɵdir = i0.ɵɵngDeclareDirective({ minVersion: "17.1.0", version: "21.2.11", type: EqualsValidatorDirective, isStandalone: true, selector: "[equals]", inputs: { equals: { classPropertyName: "equals", publicName: "equals", isSignal: true, isRequired: false, transformFunction: null } }, providers: [
|
|
1284
1284
|
{
|
|
1285
1285
|
provide: NG_VALIDATORS,
|
|
1286
1286
|
useExisting: forwardRef(() => EqualsValidatorDirective),
|
|
@@ -1288,7 +1288,7 @@ class EqualsValidatorDirective {
|
|
|
1288
1288
|
},
|
|
1289
1289
|
], ngImport: i0 }); }
|
|
1290
1290
|
}
|
|
1291
|
-
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "21.2.
|
|
1291
|
+
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "21.2.11", ngImport: i0, type: EqualsValidatorDirective, decorators: [{
|
|
1292
1292
|
type: Directive,
|
|
1293
1293
|
args: [{
|
|
1294
1294
|
selector: "[equals]",
|
|
@@ -1335,8 +1335,8 @@ class NotEqualValidatorDirective {
|
|
|
1335
1335
|
}
|
|
1336
1336
|
return errors;
|
|
1337
1337
|
}
|
|
1338
|
-
static { this.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "21.2.
|
|
1339
|
-
static { this.ɵdir = i0.ɵɵngDeclareDirective({ minVersion: "17.1.0", version: "21.2.
|
|
1338
|
+
static { this.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "21.2.11", ngImport: i0, type: NotEqualValidatorDirective, deps: [], target: i0.ɵɵFactoryTarget.Directive }); }
|
|
1339
|
+
static { this.ɵdir = i0.ɵɵngDeclareDirective({ minVersion: "17.1.0", version: "21.2.11", type: NotEqualValidatorDirective, isStandalone: true, selector: "[notEqual]", inputs: { notEqual: { classPropertyName: "notEqual", publicName: "notEqual", isSignal: true, isRequired: false, transformFunction: null } }, providers: [
|
|
1340
1340
|
{
|
|
1341
1341
|
provide: NG_VALIDATORS,
|
|
1342
1342
|
useExisting: forwardRef(() => NotEqualValidatorDirective),
|
|
@@ -1344,7 +1344,7 @@ class NotEqualValidatorDirective {
|
|
|
1344
1344
|
},
|
|
1345
1345
|
], ngImport: i0 }); }
|
|
1346
1346
|
}
|
|
1347
|
-
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "21.2.
|
|
1347
|
+
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "21.2.11", ngImport: i0, type: NotEqualValidatorDirective, decorators: [{
|
|
1348
1348
|
type: Directive,
|
|
1349
1349
|
args: [{
|
|
1350
1350
|
selector: "[notEqual]",
|
|
@@ -1377,8 +1377,8 @@ class EmailsValidatorDirective {
|
|
|
1377
1377
|
const isValid = parts.every(part => part.length === 0 || !!SystemUtils.parseEmail(part));
|
|
1378
1378
|
return isValid ? null : { emails: "Elenco non valido." };
|
|
1379
1379
|
}
|
|
1380
|
-
static { this.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "21.2.
|
|
1381
|
-
static { this.ɵdir = i0.ɵɵngDeclareDirective({ minVersion: "14.0.0", version: "21.2.
|
|
1380
|
+
static { this.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "21.2.11", ngImport: i0, type: EmailsValidatorDirective, deps: [], target: i0.ɵɵFactoryTarget.Directive }); }
|
|
1381
|
+
static { this.ɵdir = i0.ɵɵngDeclareDirective({ minVersion: "14.0.0", version: "21.2.11", type: EmailsValidatorDirective, isStandalone: true, selector: "[emails]", providers: [
|
|
1382
1382
|
{
|
|
1383
1383
|
provide: NG_VALIDATORS,
|
|
1384
1384
|
useExisting: forwardRef(() => EmailsValidatorDirective),
|
|
@@ -1386,7 +1386,7 @@ class EmailsValidatorDirective {
|
|
|
1386
1386
|
},
|
|
1387
1387
|
], ngImport: i0 }); }
|
|
1388
1388
|
}
|
|
1389
|
-
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "21.2.
|
|
1389
|
+
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "21.2.11", ngImport: i0, type: EmailsValidatorDirective, decorators: [{
|
|
1390
1390
|
type: Directive,
|
|
1391
1391
|
args: [{
|
|
1392
1392
|
selector: "[emails]",
|
|
@@ -1417,8 +1417,8 @@ class GuidValidatorDirective {
|
|
|
1417
1417
|
return null;
|
|
1418
1418
|
return SystemUtils.parseUUID(input) ? null : { guid: "Non valido." };
|
|
1419
1419
|
}
|
|
1420
|
-
static { this.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "21.2.
|
|
1421
|
-
static { this.ɵdir = i0.ɵɵngDeclareDirective({ minVersion: "14.0.0", version: "21.2.
|
|
1420
|
+
static { this.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "21.2.11", ngImport: i0, type: GuidValidatorDirective, deps: [], target: i0.ɵɵFactoryTarget.Directive }); }
|
|
1421
|
+
static { this.ɵdir = i0.ɵɵngDeclareDirective({ minVersion: "14.0.0", version: "21.2.11", type: GuidValidatorDirective, isStandalone: true, selector: "[guid]", providers: [
|
|
1422
1422
|
{
|
|
1423
1423
|
provide: NG_VALIDATORS,
|
|
1424
1424
|
useExisting: forwardRef(() => GuidValidatorDirective),
|
|
@@ -1426,7 +1426,7 @@ class GuidValidatorDirective {
|
|
|
1426
1426
|
},
|
|
1427
1427
|
], ngImport: i0 }); }
|
|
1428
1428
|
}
|
|
1429
|
-
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "21.2.
|
|
1429
|
+
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "21.2.11", ngImport: i0, type: GuidValidatorDirective, decorators: [{
|
|
1430
1430
|
type: Directive,
|
|
1431
1431
|
args: [{
|
|
1432
1432
|
selector: "[guid]",
|
|
@@ -1458,8 +1458,8 @@ class SqlDateValidatorDirective {
|
|
|
1458
1458
|
const d = endOfDay(SystemUtils.parseDate(input));
|
|
1459
1459
|
return d.getFullYear() > 1750 ? null : { sqlDate: "Non valido." };
|
|
1460
1460
|
}
|
|
1461
|
-
static { this.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "21.2.
|
|
1462
|
-
static { this.ɵdir = i0.ɵɵngDeclareDirective({ minVersion: "14.0.0", version: "21.2.
|
|
1461
|
+
static { this.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "21.2.11", ngImport: i0, type: SqlDateValidatorDirective, deps: [], target: i0.ɵɵFactoryTarget.Directive }); }
|
|
1462
|
+
static { this.ɵdir = i0.ɵɵngDeclareDirective({ minVersion: "14.0.0", version: "21.2.11", type: SqlDateValidatorDirective, isStandalone: true, selector: "[sqlDate]", providers: [
|
|
1463
1463
|
{
|
|
1464
1464
|
provide: NG_VALIDATORS,
|
|
1465
1465
|
useExisting: forwardRef(() => SqlDateValidatorDirective),
|
|
@@ -1467,7 +1467,7 @@ class SqlDateValidatorDirective {
|
|
|
1467
1467
|
},
|
|
1468
1468
|
], ngImport: i0 }); }
|
|
1469
1469
|
}
|
|
1470
|
-
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "21.2.
|
|
1470
|
+
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "21.2.11", ngImport: i0, type: SqlDateValidatorDirective, decorators: [{
|
|
1471
1471
|
type: Directive,
|
|
1472
1472
|
args: [{
|
|
1473
1473
|
selector: "[sqlDate]",
|
|
@@ -1500,8 +1500,8 @@ class NotFutureValidatorDirective {
|
|
|
1500
1500
|
const d = endOfDay(SystemUtils.parseDate(input));
|
|
1501
1501
|
return d <= today ? null : { notFuture: "Non valido." };
|
|
1502
1502
|
}
|
|
1503
|
-
static { this.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "21.2.
|
|
1504
|
-
static { this.ɵdir = i0.ɵɵngDeclareDirective({ minVersion: "14.0.0", version: "21.2.
|
|
1503
|
+
static { this.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "21.2.11", ngImport: i0, type: NotFutureValidatorDirective, deps: [], target: i0.ɵɵFactoryTarget.Directive }); }
|
|
1504
|
+
static { this.ɵdir = i0.ɵɵngDeclareDirective({ minVersion: "14.0.0", version: "21.2.11", type: NotFutureValidatorDirective, isStandalone: true, selector: "[notFuture]", providers: [
|
|
1505
1505
|
{
|
|
1506
1506
|
provide: NG_VALIDATORS,
|
|
1507
1507
|
useExisting: forwardRef(() => NotFutureValidatorDirective),
|
|
@@ -1509,7 +1509,7 @@ class NotFutureValidatorDirective {
|
|
|
1509
1509
|
},
|
|
1510
1510
|
], ngImport: i0 }); }
|
|
1511
1511
|
}
|
|
1512
|
-
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "21.2.
|
|
1512
|
+
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "21.2.11", ngImport: i0, type: NotFutureValidatorDirective, decorators: [{
|
|
1513
1513
|
type: Directive,
|
|
1514
1514
|
args: [{
|
|
1515
1515
|
selector: "[notFuture]",
|
|
@@ -1540,8 +1540,8 @@ class UrlValidatorDirective {
|
|
|
1540
1540
|
return null;
|
|
1541
1541
|
return SystemUtils.parseUrl(input) ? null : { url: "Non valido." };
|
|
1542
1542
|
}
|
|
1543
|
-
static { this.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "21.2.
|
|
1544
|
-
static { this.ɵdir = i0.ɵɵngDeclareDirective({ minVersion: "14.0.0", version: "21.2.
|
|
1543
|
+
static { this.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "21.2.11", ngImport: i0, type: UrlValidatorDirective, deps: [], target: i0.ɵɵFactoryTarget.Directive }); }
|
|
1544
|
+
static { this.ɵdir = i0.ɵɵngDeclareDirective({ minVersion: "14.0.0", version: "21.2.11", type: UrlValidatorDirective, isStandalone: true, selector: "[url]", providers: [
|
|
1545
1545
|
{
|
|
1546
1546
|
provide: NG_VALIDATORS,
|
|
1547
1547
|
useExisting: forwardRef(() => UrlValidatorDirective),
|
|
@@ -1549,7 +1549,7 @@ class UrlValidatorDirective {
|
|
|
1549
1549
|
},
|
|
1550
1550
|
], ngImport: i0 }); }
|
|
1551
1551
|
}
|
|
1552
|
-
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "21.2.
|
|
1552
|
+
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "21.2.11", ngImport: i0, type: UrlValidatorDirective, decorators: [{
|
|
1553
1553
|
type: Directive,
|
|
1554
1554
|
args: [{
|
|
1555
1555
|
selector: "[url]",
|
|
@@ -1590,8 +1590,8 @@ class FileSizeValidatorDirective {
|
|
|
1590
1590
|
const isValid = s <= this.maxSizeMb() && s >= this.minSizeMb();
|
|
1591
1591
|
return isValid ? null : { fileSize: "Non valido." };
|
|
1592
1592
|
}
|
|
1593
|
-
static { this.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "21.2.
|
|
1594
|
-
static { this.ɵdir = i0.ɵɵngDeclareDirective({ minVersion: "17.1.0", version: "21.2.
|
|
1593
|
+
static { this.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "21.2.11", ngImport: i0, type: FileSizeValidatorDirective, deps: [], target: i0.ɵɵFactoryTarget.Directive }); }
|
|
1594
|
+
static { this.ɵdir = i0.ɵɵngDeclareDirective({ minVersion: "17.1.0", version: "21.2.11", 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: [
|
|
1595
1595
|
{
|
|
1596
1596
|
provide: NG_VALIDATORS,
|
|
1597
1597
|
useExisting: forwardRef(() => FileSizeValidatorDirective),
|
|
@@ -1599,7 +1599,7 @@ class FileSizeValidatorDirective {
|
|
|
1599
1599
|
},
|
|
1600
1600
|
], ngImport: i0 }); }
|
|
1601
1601
|
}
|
|
1602
|
-
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "21.2.
|
|
1602
|
+
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "21.2.11", ngImport: i0, type: FileSizeValidatorDirective, decorators: [{
|
|
1603
1603
|
type: Directive,
|
|
1604
1604
|
args: [{
|
|
1605
1605
|
selector: "[fileSize]",
|
|
@@ -1635,8 +1635,8 @@ class MaxTermsValidatorDirective {
|
|
|
1635
1635
|
const terms = input.match(/\S+/g)?.length ?? 0;
|
|
1636
1636
|
return terms <= this.maxTerms() ? null : { maxTerms: "Non valido." };
|
|
1637
1637
|
}
|
|
1638
|
-
static { this.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "21.2.
|
|
1639
|
-
static { this.ɵdir = i0.ɵɵngDeclareDirective({ minVersion: "17.1.0", version: "21.2.
|
|
1638
|
+
static { this.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "21.2.11", ngImport: i0, type: MaxTermsValidatorDirective, deps: [], target: i0.ɵɵFactoryTarget.Directive }); }
|
|
1639
|
+
static { this.ɵdir = i0.ɵɵngDeclareDirective({ minVersion: "17.1.0", version: "21.2.11", type: MaxTermsValidatorDirective, isStandalone: true, selector: "[maxTerms]", inputs: { maxTerms: { classPropertyName: "maxTerms", publicName: "maxTerms", isSignal: true, isRequired: false, transformFunction: null } }, providers: [
|
|
1640
1640
|
{
|
|
1641
1641
|
provide: NG_VALIDATORS,
|
|
1642
1642
|
useExisting: forwardRef(() => MaxTermsValidatorDirective),
|
|
@@ -1644,7 +1644,7 @@ class MaxTermsValidatorDirective {
|
|
|
1644
1644
|
},
|
|
1645
1645
|
], ngImport: i0 }); }
|
|
1646
1646
|
}
|
|
1647
|
-
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "21.2.
|
|
1647
|
+
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "21.2.11", ngImport: i0, type: MaxTermsValidatorDirective, decorators: [{
|
|
1648
1648
|
type: Directive,
|
|
1649
1649
|
args: [{
|
|
1650
1650
|
selector: "[maxTerms]",
|
|
@@ -1673,8 +1673,8 @@ class PasswordValidatorDirective {
|
|
|
1673
1673
|
const strength = SystemUtils.calculatePasswordStrength(input);
|
|
1674
1674
|
return strength.isValid ? null : { password: "Non valido." };
|
|
1675
1675
|
}
|
|
1676
|
-
static { this.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "21.2.
|
|
1677
|
-
static { this.ɵdir = i0.ɵɵngDeclareDirective({ minVersion: "14.0.0", version: "21.2.
|
|
1676
|
+
static { this.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "21.2.11", ngImport: i0, type: PasswordValidatorDirective, deps: [], target: i0.ɵɵFactoryTarget.Directive }); }
|
|
1677
|
+
static { this.ɵdir = i0.ɵɵngDeclareDirective({ minVersion: "14.0.0", version: "21.2.11", type: PasswordValidatorDirective, isStandalone: true, selector: "[password]", providers: [
|
|
1678
1678
|
{
|
|
1679
1679
|
provide: NG_VALIDATORS,
|
|
1680
1680
|
useExisting: forwardRef(() => PasswordValidatorDirective),
|
|
@@ -1682,7 +1682,7 @@ class PasswordValidatorDirective {
|
|
|
1682
1682
|
},
|
|
1683
1683
|
], ngImport: i0 }); }
|
|
1684
1684
|
}
|
|
1685
|
-
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "21.2.
|
|
1685
|
+
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "21.2.11", ngImport: i0, type: PasswordValidatorDirective, decorators: [{
|
|
1686
1686
|
type: Directive,
|
|
1687
1687
|
args: [{
|
|
1688
1688
|
selector: "[password]",
|
|
@@ -1747,8 +1747,8 @@ class TimeValidatorDirective {
|
|
|
1747
1747
|
}
|
|
1748
1748
|
return null;
|
|
1749
1749
|
}
|
|
1750
|
-
static { this.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "21.2.
|
|
1751
|
-
static { this.ɵdir = i0.ɵɵngDeclareDirective({ minVersion: "17.1.0", version: "21.2.
|
|
1750
|
+
static { this.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "21.2.11", ngImport: i0, type: TimeValidatorDirective, deps: [], target: i0.ɵɵFactoryTarget.Directive }); }
|
|
1751
|
+
static { this.ɵdir = i0.ɵɵngDeclareDirective({ minVersion: "17.1.0", version: "21.2.11", type: TimeValidatorDirective, isStandalone: true, selector: "[time]", inputs: { slots: { classPropertyName: "slots", publicName: "slots", isSignal: true, isRequired: false, transformFunction: null } }, providers: [
|
|
1752
1752
|
{
|
|
1753
1753
|
provide: NG_VALIDATORS,
|
|
1754
1754
|
useExisting: forwardRef(() => TimeValidatorDirective),
|
|
@@ -1756,7 +1756,7 @@ class TimeValidatorDirective {
|
|
|
1756
1756
|
},
|
|
1757
1757
|
], ngImport: i0 }); }
|
|
1758
1758
|
}
|
|
1759
|
-
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "21.2.
|
|
1759
|
+
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "21.2.11", ngImport: i0, type: TimeValidatorDirective, decorators: [{
|
|
1760
1760
|
type: Directive,
|
|
1761
1761
|
args: [{
|
|
1762
1762
|
selector: "[time]",
|
|
@@ -1787,8 +1787,8 @@ class NotEmptyValidatorDirective {
|
|
|
1787
1787
|
return null;
|
|
1788
1788
|
return input.trim().length > 0 ? null : { notEmpty: true };
|
|
1789
1789
|
}
|
|
1790
|
-
static { this.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "21.2.
|
|
1791
|
-
static { this.ɵdir = i0.ɵɵngDeclareDirective({ minVersion: "14.0.0", version: "21.2.
|
|
1790
|
+
static { this.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "21.2.11", ngImport: i0, type: NotEmptyValidatorDirective, deps: [], target: i0.ɵɵFactoryTarget.Directive }); }
|
|
1791
|
+
static { this.ɵdir = i0.ɵɵngDeclareDirective({ minVersion: "14.0.0", version: "21.2.11", type: NotEmptyValidatorDirective, isStandalone: true, selector: "[notEmpty]", providers: [
|
|
1792
1792
|
{
|
|
1793
1793
|
provide: NG_VALIDATORS,
|
|
1794
1794
|
useExisting: forwardRef(() => NotEmptyValidatorDirective),
|
|
@@ -1796,7 +1796,7 @@ class NotEmptyValidatorDirective {
|
|
|
1796
1796
|
},
|
|
1797
1797
|
], ngImport: i0 }); }
|
|
1798
1798
|
}
|
|
1799
|
-
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "21.2.
|
|
1799
|
+
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "21.2.11", ngImport: i0, type: NotEmptyValidatorDirective, decorators: [{
|
|
1800
1800
|
type: Directive,
|
|
1801
1801
|
args: [{
|
|
1802
1802
|
selector: "[notEmpty]",
|
|
@@ -1855,10 +1855,10 @@ class FormatPipe {
|
|
|
1855
1855
|
}
|
|
1856
1856
|
return undefined;
|
|
1857
1857
|
}
|
|
1858
|
-
static { this.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "21.2.
|
|
1859
|
-
static { this.ɵpipe = i0.ɵɵngDeclarePipe({ minVersion: "14.0.0", version: "21.2.
|
|
1858
|
+
static { this.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "21.2.11", ngImport: i0, type: FormatPipe, deps: [], target: i0.ɵɵFactoryTarget.Pipe }); }
|
|
1859
|
+
static { this.ɵpipe = i0.ɵɵngDeclarePipe({ minVersion: "14.0.0", version: "21.2.11", ngImport: i0, type: FormatPipe, isStandalone: true, name: "format" }); }
|
|
1860
1860
|
}
|
|
1861
|
-
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "21.2.
|
|
1861
|
+
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "21.2.11", ngImport: i0, type: FormatPipe, decorators: [{
|
|
1862
1862
|
type: Pipe,
|
|
1863
1863
|
args: [{
|
|
1864
1864
|
name: 'format',
|
|
@@ -1891,10 +1891,10 @@ class ReplacePipe {
|
|
|
1891
1891
|
const replacement = (regexValue === '\n' && !replaceValue) ? '<br>' : replaceValue;
|
|
1892
1892
|
return this.sanitizer.bypassSecurityTrustHtml(value.replace(new RegExp(regexValue, 'g'), replacement));
|
|
1893
1893
|
}
|
|
1894
|
-
static { this.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "21.2.
|
|
1895
|
-
static { this.ɵpipe = i0.ɵɵngDeclarePipe({ minVersion: "14.0.0", version: "21.2.
|
|
1894
|
+
static { this.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "21.2.11", ngImport: i0, type: ReplacePipe, deps: [], target: i0.ɵɵFactoryTarget.Pipe }); }
|
|
1895
|
+
static { this.ɵpipe = i0.ɵɵngDeclarePipe({ minVersion: "14.0.0", version: "21.2.11", ngImport: i0, type: ReplacePipe, isStandalone: true, name: "replace" }); }
|
|
1896
1896
|
}
|
|
1897
|
-
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "21.2.
|
|
1897
|
+
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "21.2.11", ngImport: i0, type: ReplacePipe, decorators: [{
|
|
1898
1898
|
type: Pipe,
|
|
1899
1899
|
args: [{
|
|
1900
1900
|
name: 'replace',
|
|
@@ -1920,10 +1920,10 @@ class SafeHtmlPipe {
|
|
|
1920
1920
|
transform(value) {
|
|
1921
1921
|
return this.sanitizer.bypassSecurityTrustHtml(value ?? '');
|
|
1922
1922
|
}
|
|
1923
|
-
static { this.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "21.2.
|
|
1924
|
-
static { this.ɵpipe = i0.ɵɵngDeclarePipe({ minVersion: "14.0.0", version: "21.2.
|
|
1923
|
+
static { this.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "21.2.11", ngImport: i0, type: SafeHtmlPipe, deps: [], target: i0.ɵɵFactoryTarget.Pipe }); }
|
|
1924
|
+
static { this.ɵpipe = i0.ɵɵngDeclarePipe({ minVersion: "14.0.0", version: "21.2.11", ngImport: i0, type: SafeHtmlPipe, isStandalone: true, name: "safeHtml" }); }
|
|
1925
1925
|
}
|
|
1926
|
-
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "21.2.
|
|
1926
|
+
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "21.2.11", ngImport: i0, type: SafeHtmlPipe, decorators: [{
|
|
1927
1927
|
type: Pipe,
|
|
1928
1928
|
args: [{
|
|
1929
1929
|
name: 'safeHtml',
|
|
@@ -1949,10 +1949,10 @@ class SafeUrlPipe {
|
|
|
1949
1949
|
transform(value) {
|
|
1950
1950
|
return this.sanitizer.bypassSecurityTrustResourceUrl(value ?? '');
|
|
1951
1951
|
}
|
|
1952
|
-
static { this.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "21.2.
|
|
1953
|
-
static { this.ɵpipe = i0.ɵɵngDeclarePipe({ minVersion: "14.0.0", version: "21.2.
|
|
1952
|
+
static { this.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "21.2.11", ngImport: i0, type: SafeUrlPipe, deps: [], target: i0.ɵɵFactoryTarget.Pipe }); }
|
|
1953
|
+
static { this.ɵpipe = i0.ɵɵngDeclarePipe({ minVersion: "14.0.0", version: "21.2.11", ngImport: i0, type: SafeUrlPipe, isStandalone: true, name: "safeUrl" }); }
|
|
1954
1954
|
}
|
|
1955
|
-
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "21.2.
|
|
1955
|
+
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "21.2.11", ngImport: i0, type: SafeUrlPipe, decorators: [{
|
|
1956
1956
|
type: Pipe,
|
|
1957
1957
|
args: [{
|
|
1958
1958
|
name: 'safeUrl',
|
|
@@ -1981,10 +1981,10 @@ class SearchCallbackPipe {
|
|
|
1981
1981
|
return items;
|
|
1982
1982
|
return items.filter(item => callback(item));
|
|
1983
1983
|
}
|
|
1984
|
-
static { this.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "21.2.
|
|
1985
|
-
static { this.ɵpipe = i0.ɵɵngDeclarePipe({ minVersion: "14.0.0", version: "21.2.
|
|
1984
|
+
static { this.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "21.2.11", ngImport: i0, type: SearchCallbackPipe, deps: [], target: i0.ɵɵFactoryTarget.Pipe }); }
|
|
1985
|
+
static { this.ɵpipe = i0.ɵɵngDeclarePipe({ minVersion: "14.0.0", version: "21.2.11", ngImport: i0, type: SearchCallbackPipe, isStandalone: true, name: "callback", pure: false }); }
|
|
1986
1986
|
}
|
|
1987
|
-
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "21.2.
|
|
1987
|
+
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "21.2.11", ngImport: i0, type: SearchCallbackPipe, decorators: [{
|
|
1988
1988
|
type: Pipe,
|
|
1989
1989
|
args: [{
|
|
1990
1990
|
name: 'callback',
|
|
@@ -2032,10 +2032,10 @@ class SearchFilterPipe {
|
|
|
2032
2032
|
metadata.count = result.length;
|
|
2033
2033
|
return result;
|
|
2034
2034
|
}
|
|
2035
|
-
static { this.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "21.2.
|
|
2036
|
-
static { this.ɵpipe = i0.ɵɵngDeclarePipe({ minVersion: "14.0.0", version: "21.2.
|
|
2035
|
+
static { this.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "21.2.11", ngImport: i0, type: SearchFilterPipe, deps: [], target: i0.ɵɵFactoryTarget.Pipe }); }
|
|
2036
|
+
static { this.ɵpipe = i0.ɵɵngDeclarePipe({ minVersion: "14.0.0", version: "21.2.11", ngImport: i0, type: SearchFilterPipe, isStandalone: true, name: "search" }); }
|
|
2037
2037
|
}
|
|
2038
|
-
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "21.2.
|
|
2038
|
+
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "21.2.11", ngImport: i0, type: SearchFilterPipe, decorators: [{
|
|
2039
2039
|
type: Pipe,
|
|
2040
2040
|
args: [{
|
|
2041
2041
|
name: 'search',
|
|
@@ -2062,10 +2062,10 @@ class FormatHtmlPipe {
|
|
|
2062
2062
|
transform(value) {
|
|
2063
2063
|
return this.sanitizer.bypassSecurityTrustHtml((value ?? '').replaceAll(/(?:\r\n|\r|\n)/g, '<br>'));
|
|
2064
2064
|
}
|
|
2065
|
-
static { this.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "21.2.
|
|
2066
|
-
static { this.ɵpipe = i0.ɵɵngDeclarePipe({ minVersion: "14.0.0", version: "21.2.
|
|
2065
|
+
static { this.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "21.2.11", ngImport: i0, type: FormatHtmlPipe, deps: [], target: i0.ɵɵFactoryTarget.Pipe }); }
|
|
2066
|
+
static { this.ɵpipe = i0.ɵɵngDeclarePipe({ minVersion: "14.0.0", version: "21.2.11", ngImport: i0, type: FormatHtmlPipe, isStandalone: true, name: "formatHtml" }); }
|
|
2067
2067
|
}
|
|
2068
|
-
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "21.2.
|
|
2068
|
+
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "21.2.11", ngImport: i0, type: FormatHtmlPipe, decorators: [{
|
|
2069
2069
|
type: Pipe,
|
|
2070
2070
|
args: [{
|
|
2071
2071
|
name: 'formatHtml',
|
|
@@ -2392,10 +2392,10 @@ class BroadcastService {
|
|
|
2392
2392
|
getMessage() {
|
|
2393
2393
|
return this.subject.asObservable();
|
|
2394
2394
|
}
|
|
2395
|
-
static { this.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "21.2.
|
|
2396
|
-
static { this.ɵprov = i0.ɵɵngDeclareInjectable({ minVersion: "12.0.0", version: "21.2.
|
|
2395
|
+
static { this.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "21.2.11", ngImport: i0, type: BroadcastService, deps: [], target: i0.ɵɵFactoryTarget.Injectable }); }
|
|
2396
|
+
static { this.ɵprov = i0.ɵɵngDeclareInjectable({ minVersion: "12.0.0", version: "21.2.11", ngImport: i0, type: BroadcastService, providedIn: 'root' }); }
|
|
2397
2397
|
}
|
|
2398
|
-
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "21.2.
|
|
2398
|
+
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "21.2.11", ngImport: i0, type: BroadcastService, decorators: [{
|
|
2399
2399
|
type: Injectable,
|
|
2400
2400
|
args: [{
|
|
2401
2401
|
providedIn: 'root'
|
|
@@ -2450,10 +2450,10 @@ class EnvironmentService {
|
|
|
2450
2450
|
get appServiceLoginUri() { return this._effectiveServiceLoginUri(); }
|
|
2451
2451
|
/** @param value - The login endpoint URI of the backend service. */
|
|
2452
2452
|
set appServiceLoginUri(value) { this.appServiceLoginUriSignal.set(value); }
|
|
2453
|
-
static { this.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "21.2.
|
|
2454
|
-
static { this.ɵprov = i0.ɵɵngDeclareInjectable({ minVersion: "12.0.0", version: "21.2.
|
|
2453
|
+
static { this.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "21.2.11", ngImport: i0, type: EnvironmentService, deps: [], target: i0.ɵɵFactoryTarget.Injectable }); }
|
|
2454
|
+
static { this.ɵprov = i0.ɵɵngDeclareInjectable({ minVersion: "12.0.0", version: "21.2.11", ngImport: i0, type: EnvironmentService, providedIn: 'root' }); }
|
|
2455
2455
|
}
|
|
2456
|
-
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "21.2.
|
|
2456
|
+
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "21.2.11", ngImport: i0, type: EnvironmentService, decorators: [{
|
|
2457
2457
|
type: Injectable,
|
|
2458
2458
|
args: [{
|
|
2459
2459
|
providedIn: 'root'
|
|
@@ -2486,10 +2486,10 @@ class ScreenService {
|
|
|
2486
2486
|
get isIEOrEdge() {
|
|
2487
2487
|
return /msie\s|trident\/|edge\//i.test(window.navigator.userAgent);
|
|
2488
2488
|
}
|
|
2489
|
-
static { this.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "21.2.
|
|
2490
|
-
static { this.ɵprov = i0.ɵɵngDeclareInjectable({ minVersion: "12.0.0", version: "21.2.
|
|
2489
|
+
static { this.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "21.2.11", ngImport: i0, type: ScreenService, deps: [], target: i0.ɵɵFactoryTarget.Injectable }); }
|
|
2490
|
+
static { this.ɵprov = i0.ɵɵngDeclareInjectable({ minVersion: "12.0.0", version: "21.2.11", ngImport: i0, type: ScreenService, providedIn: 'root' }); }
|
|
2491
2491
|
}
|
|
2492
|
-
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "21.2.
|
|
2492
|
+
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "21.2.11", ngImport: i0, type: ScreenService, decorators: [{
|
|
2493
2493
|
type: Injectable,
|
|
2494
2494
|
args: [{
|
|
2495
2495
|
providedIn: 'root'
|
|
@@ -2606,10 +2606,10 @@ class ThemeService {
|
|
|
2606
2606
|
this.themeChanged.next(this.getTheme());
|
|
2607
2607
|
this.broadcastChannel.sendMessage(this.broadcastMessage, theme);
|
|
2608
2608
|
}
|
|
2609
|
-
static { this.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "21.2.
|
|
2610
|
-
static { this.ɵprov = i0.ɵɵngDeclareInjectable({ minVersion: "12.0.0", version: "21.2.
|
|
2609
|
+
static { this.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "21.2.11", ngImport: i0, type: ThemeService, deps: [], target: i0.ɵɵFactoryTarget.Injectable }); }
|
|
2610
|
+
static { this.ɵprov = i0.ɵɵngDeclareInjectable({ minVersion: "12.0.0", version: "21.2.11", ngImport: i0, type: ThemeService, providedIn: "root" }); }
|
|
2611
2611
|
}
|
|
2612
|
-
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "21.2.
|
|
2612
|
+
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "21.2.11", ngImport: i0, type: ThemeService, decorators: [{
|
|
2613
2613
|
type: Injectable,
|
|
2614
2614
|
args: [{
|
|
2615
2615
|
providedIn: "root",
|
|
@@ -2617,8 +2617,8 @@ i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "21.2.10", ngImpo
|
|
|
2617
2617
|
}], ctorParameters: () => [] });
|
|
2618
2618
|
|
|
2619
2619
|
class ArsCoreModule {
|
|
2620
|
-
static { this.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "21.2.
|
|
2621
|
-
static { this.ɵmod = i0.ɵɵngDeclareNgModule({ minVersion: "14.0.0", version: "21.2.
|
|
2620
|
+
static { this.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "21.2.11", ngImport: i0, type: ArsCoreModule, deps: [], target: i0.ɵɵFactoryTarget.NgModule }); }
|
|
2621
|
+
static { this.ɵmod = i0.ɵɵngDeclareNgModule({ minVersion: "14.0.0", version: "21.2.11", ngImport: i0, type: ArsCoreModule, imports: [FileSizeValidatorDirective,
|
|
2622
2622
|
ValidIfDirective,
|
|
2623
2623
|
ValidatorDirective,
|
|
2624
2624
|
EqualsValidatorDirective,
|
|
@@ -2661,7 +2661,7 @@ class ArsCoreModule {
|
|
|
2661
2661
|
CopyClipboardDirective,
|
|
2662
2662
|
AutoFocusDirective,
|
|
2663
2663
|
MaxTermsValidatorDirective] }); }
|
|
2664
|
-
static { this.ɵinj = i0.ɵɵngDeclareInjector({ minVersion: "12.0.0", version: "21.2.
|
|
2664
|
+
static { this.ɵinj = i0.ɵɵngDeclareInjector({ minVersion: "12.0.0", version: "21.2.11", ngImport: i0, type: ArsCoreModule, providers: [
|
|
2665
2665
|
SearchFilterPipe,
|
|
2666
2666
|
SearchCallbackPipe,
|
|
2667
2667
|
SafeHtmlPipe,
|
|
@@ -2671,7 +2671,7 @@ class ArsCoreModule {
|
|
|
2671
2671
|
FormatHtmlPipe
|
|
2672
2672
|
] }); }
|
|
2673
2673
|
}
|
|
2674
|
-
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "21.2.
|
|
2674
|
+
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "21.2.11", ngImport: i0, type: ArsCoreModule, decorators: [{
|
|
2675
2675
|
type: NgModule,
|
|
2676
2676
|
args: [{
|
|
2677
2677
|
imports: [
|
|
@@ -3023,16 +3023,16 @@ class DateFnsAdapter extends DateAdapter {
|
|
|
3023
3023
|
invalid() {
|
|
3024
3024
|
return new Date(NaN);
|
|
3025
3025
|
}
|
|
3026
|
-
static { this.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "21.2.
|
|
3027
|
-
static { this.ɵprov = i0.ɵɵngDeclareInjectable({ minVersion: "12.0.0", version: "21.2.
|
|
3026
|
+
static { this.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "21.2.11", ngImport: i0, type: DateFnsAdapter, deps: [], target: i0.ɵɵFactoryTarget.Injectable }); }
|
|
3027
|
+
static { this.ɵprov = i0.ɵɵngDeclareInjectable({ minVersion: "12.0.0", version: "21.2.11", ngImport: i0, type: DateFnsAdapter }); }
|
|
3028
3028
|
}
|
|
3029
|
-
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "21.2.
|
|
3029
|
+
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "21.2.11", ngImport: i0, type: DateFnsAdapter, decorators: [{
|
|
3030
3030
|
type: Injectable
|
|
3031
3031
|
}], ctorParameters: () => [] });
|
|
3032
3032
|
class ArsDateFnsModule {
|
|
3033
|
-
static { this.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "21.2.
|
|
3034
|
-
static { this.ɵmod = i0.ɵɵngDeclareNgModule({ minVersion: "14.0.0", version: "21.2.
|
|
3035
|
-
static { this.ɵinj = i0.ɵɵngDeclareInjector({ minVersion: "12.0.0", version: "21.2.
|
|
3033
|
+
static { this.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "21.2.11", ngImport: i0, type: ArsDateFnsModule, deps: [], target: i0.ɵɵFactoryTarget.NgModule }); }
|
|
3034
|
+
static { this.ɵmod = i0.ɵɵngDeclareNgModule({ minVersion: "14.0.0", version: "21.2.11", ngImport: i0, type: ArsDateFnsModule }); }
|
|
3035
|
+
static { this.ɵinj = i0.ɵɵngDeclareInjector({ minVersion: "12.0.0", version: "21.2.11", ngImport: i0, type: ArsDateFnsModule, providers: [
|
|
3036
3036
|
{
|
|
3037
3037
|
provide: DateAdapter,
|
|
3038
3038
|
useClass: DateFnsAdapter,
|
|
@@ -3041,7 +3041,7 @@ class ArsDateFnsModule {
|
|
|
3041
3041
|
{ provide: MAT_DATE_FORMATS, useValue: MAT_DATE_FNS_FORMATS }
|
|
3042
3042
|
] }); }
|
|
3043
3043
|
}
|
|
3044
|
-
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "21.2.
|
|
3044
|
+
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "21.2.11", ngImport: i0, type: ArsDateFnsModule, decorators: [{
|
|
3045
3045
|
type: NgModule,
|
|
3046
3046
|
args: [{
|
|
3047
3047
|
providers: [
|
|
@@ -3074,10 +3074,10 @@ class RemoveFocusDirective {
|
|
|
3074
3074
|
setTimeout(() => el.blur(), 0);
|
|
3075
3075
|
}
|
|
3076
3076
|
}
|
|
3077
|
-
static { this.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "21.2.
|
|
3078
|
-
static { this.ɵdir = i0.ɵɵngDeclareDirective({ minVersion: "14.0.0", version: "21.2.
|
|
3077
|
+
static { this.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "21.2.11", ngImport: i0, type: RemoveFocusDirective, deps: [], target: i0.ɵɵFactoryTarget.Directive }); }
|
|
3078
|
+
static { this.ɵdir = i0.ɵɵngDeclareDirective({ minVersion: "14.0.0", version: "21.2.11", type: RemoveFocusDirective, isStandalone: true, selector: "[removeFocus]", host: { listeners: { "click": "onClick()" } }, ngImport: i0 }); }
|
|
3079
3079
|
}
|
|
3080
|
-
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "21.2.
|
|
3080
|
+
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "21.2.11", ngImport: i0, type: RemoveFocusDirective, decorators: [{
|
|
3081
3081
|
type: Directive,
|
|
3082
3082
|
args: [{
|
|
3083
3083
|
selector: '[removeFocus]',
|
|
@@ -3105,10 +3105,10 @@ class FormatMarkdownPipe {
|
|
|
3105
3105
|
transform(value) {
|
|
3106
3106
|
return this.sanitizer.bypassSecurityTrustHtml(SystemUtils.markdownToHtml(value ?? ''));
|
|
3107
3107
|
}
|
|
3108
|
-
static { this.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "21.2.
|
|
3109
|
-
static { this.ɵpipe = i0.ɵɵngDeclarePipe({ minVersion: "14.0.0", version: "21.2.
|
|
3108
|
+
static { this.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "21.2.11", ngImport: i0, type: FormatMarkdownPipe, deps: [], target: i0.ɵɵFactoryTarget.Pipe }); }
|
|
3109
|
+
static { this.ɵpipe = i0.ɵɵngDeclarePipe({ minVersion: "14.0.0", version: "21.2.11", ngImport: i0, type: FormatMarkdownPipe, isStandalone: true, name: "formatMarkdown" }); }
|
|
3110
3110
|
}
|
|
3111
|
-
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "21.2.
|
|
3111
|
+
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "21.2.11", ngImport: i0, type: FormatMarkdownPipe, decorators: [{
|
|
3112
3112
|
type: Pipe,
|
|
3113
3113
|
args: [{
|
|
3114
3114
|
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.11", ngImport: i0, type: EvolutionService, deps: [], target: i0.ɵɵFactoryTarget.Injectable }); }
|
|
911
|
+
static { this.ɵprov = i0.ɵɵngDeclareInjectable({ minVersion: "12.0.0", version: "21.2.11", 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.11", 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.11", ngImport: i0, type: EvolutionAuthInterceptor, deps: [], target: i0.ɵɵFactoryTarget.Injectable }); }
|
|
1001
|
+
static { this.ɵprov = i0.ɵɵngDeclareInjectable({ minVersion: "12.0.0", version: "21.2.11", 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.11", 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.11", ngImport: i0, type: EvolutionCommonModule, deps: [], target: i0.ɵɵFactoryTarget.NgModule }); }
|
|
1009
|
+
static { this.ɵmod = i0.ɵɵngDeclareNgModule({ minVersion: "14.0.0", version: "21.2.11", ngImport: i0, type: EvolutionCommonModule }); }
|
|
1010
|
+
static { this.ɵinj = i0.ɵɵngDeclareInjector({ minVersion: "12.0.0", version: "21.2.11", 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.11", ngImport: i0, type: EvolutionCommonModule, decorators: [{
|
|
1013
1013
|
type: NgModule
|
|
1014
1014
|
}] });
|
|
1015
1015
|
|