@arsedizioni/ars-utils 20.0.40 → 20.1.2
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 +30 -29
- package/fesm2022/arsedizioni-ars-utils-clipper.common.mjs.map +1 -1
- package/fesm2022/arsedizioni-ars-utils-clipper.ui.mjs +110 -110
- package/fesm2022/arsedizioni-ars-utils-clipper.ui.mjs.map +1 -1
- package/fesm2022/arsedizioni-ars-utils-core.mjs +124 -124
- package/fesm2022/arsedizioni-ars-utils-core.mjs.map +1 -1
- package/fesm2022/arsedizioni-ars-utils-evolution.common.mjs +13 -13
- package/fesm2022/arsedizioni-ars-utils-evolution.common.mjs.map +1 -1
- package/fesm2022/arsedizioni-ars-utils-help.mjs +17 -17
- package/fesm2022/arsedizioni-ars-utils-help.mjs.map +1 -1
- package/fesm2022/arsedizioni-ars-utils-support.common.mjs +14 -14
- package/fesm2022/arsedizioni-ars-utils-support.common.mjs.map +1 -1
- package/fesm2022/arsedizioni-ars-utils-support.ui.mjs +8 -8
- package/fesm2022/arsedizioni-ars-utils-support.ui.mjs.map +1 -1
- package/fesm2022/arsedizioni-ars-utils-tinymce.mjs +8 -8
- package/fesm2022/arsedizioni-ars-utils-tinymce.mjs.map +1 -1
- package/fesm2022/arsedizioni-ars-utils-ui.application.mjs +136 -136
- package/fesm2022/arsedizioni-ars-utils-ui.application.mjs.map +1 -1
- package/fesm2022/arsedizioni-ars-utils-ui.mjs +40 -40
- package/fesm2022/arsedizioni-ars-utils-ui.mjs.map +1 -1
- package/fesm2022/arsedizioni-ars-utils-ui.oauth.mjs +15 -15
- package/fesm2022/arsedizioni-ars-utils-ui.oauth.mjs.map +1 -1
- package/package.json +9 -9
|
@@ -20,10 +20,10 @@ class AutoFocusDirective {
|
|
|
20
20
|
this.elementRef.nativeElement.focus();
|
|
21
21
|
}, 500);
|
|
22
22
|
}
|
|
23
|
-
static { this.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "20.0
|
|
24
|
-
static { this.ɵdir = i0.ɵɵngDeclareDirective({ minVersion: "14.0.0", version: "20.0
|
|
23
|
+
static { this.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "20.1.0", ngImport: i0, type: AutoFocusDirective, deps: [], target: i0.ɵɵFactoryTarget.Directive }); }
|
|
24
|
+
static { this.ɵdir = i0.ɵɵngDeclareDirective({ minVersion: "14.0.0", version: "20.1.0", type: AutoFocusDirective, isStandalone: true, selector: "[autoFocus]", ngImport: i0 }); }
|
|
25
25
|
}
|
|
26
|
-
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "20.0
|
|
26
|
+
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "20.1.0", ngImport: i0, type: AutoFocusDirective, decorators: [{
|
|
27
27
|
type: Directive,
|
|
28
28
|
args: [{
|
|
29
29
|
selector: "[autoFocus]",
|
|
@@ -1062,8 +1062,8 @@ class SystemUtils {
|
|
|
1062
1062
|
|
|
1063
1063
|
class DateIntervalChangeDirective {
|
|
1064
1064
|
constructor() {
|
|
1065
|
-
this.dateIntervalChange = input(new DateInterval(null, null));
|
|
1066
|
-
this.end = input(false);
|
|
1065
|
+
this.dateIntervalChange = input(new DateInterval(null, null), ...(ngDevMode ? [{ debugName: "dateIntervalChange" }] : []));
|
|
1066
|
+
this.end = input(false, ...(ngDevMode ? [{ debugName: "end" }] : []));
|
|
1067
1067
|
this.subject = new Subject();
|
|
1068
1068
|
}
|
|
1069
1069
|
ngOnInit() {
|
|
@@ -1084,10 +1084,10 @@ class DateIntervalChangeDirective {
|
|
|
1084
1084
|
}
|
|
1085
1085
|
this.subject.next(event);
|
|
1086
1086
|
}
|
|
1087
|
-
static { this.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "20.0
|
|
1088
|
-
static { this.ɵdir = i0.ɵɵngDeclareDirective({ minVersion: "17.1.0", version: "20.0
|
|
1087
|
+
static { this.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "20.1.0", ngImport: i0, type: DateIntervalChangeDirective, deps: [], target: i0.ɵɵFactoryTarget.Directive }); }
|
|
1088
|
+
static { this.ɵdir = i0.ɵɵngDeclareDirective({ minVersion: "17.1.0", version: "20.1.0", 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 }); }
|
|
1089
1089
|
}
|
|
1090
|
-
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "20.0
|
|
1090
|
+
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "20.1.0", ngImport: i0, type: DateIntervalChangeDirective, decorators: [{
|
|
1091
1091
|
type: Directive,
|
|
1092
1092
|
args: [{
|
|
1093
1093
|
selector: '[dateIntervalChange]',
|
|
@@ -1100,7 +1100,7 @@ i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "20.0.5", ngImpor
|
|
|
1100
1100
|
|
|
1101
1101
|
class CopyClipboardDirective {
|
|
1102
1102
|
constructor() {
|
|
1103
|
-
this.payload = input(undefined, { alias: "copyClipboard" });
|
|
1103
|
+
this.payload = input(undefined, ...(ngDevMode ? [{ debugName: "payload", alias: "copyClipboard" }] : [{ alias: "copyClipboard" }]));
|
|
1104
1104
|
this.copied = output({ alias: 'copied' });
|
|
1105
1105
|
}
|
|
1106
1106
|
onClick(e) {
|
|
@@ -1120,11 +1120,11 @@ class CopyClipboardDirective {
|
|
|
1120
1120
|
document.removeEventListener('copy', listener, false);
|
|
1121
1121
|
}
|
|
1122
1122
|
}
|
|
1123
|
-
static { this.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "20.0
|
|
1124
|
-
static { this.ɵdir = i0.ɵɵngDeclareDirective({ minVersion: "17.1.0", version: "20.0
|
|
1125
|
-
static { this.ɵprov = i0.ɵɵngDeclareInjectable({ minVersion: "12.0.0", version: "20.0
|
|
1123
|
+
static { this.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "20.1.0", ngImport: i0, type: CopyClipboardDirective, deps: [], target: i0.ɵɵFactoryTarget.Directive }); }
|
|
1124
|
+
static { this.ɵdir = i0.ɵɵngDeclareDirective({ minVersion: "17.1.0", version: "20.1.0", 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 }); }
|
|
1125
|
+
static { this.ɵprov = i0.ɵɵngDeclareInjectable({ minVersion: "12.0.0", version: "20.1.0", ngImport: i0, type: CopyClipboardDirective }); }
|
|
1126
1126
|
}
|
|
1127
|
-
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "20.0
|
|
1127
|
+
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "20.1.0", ngImport: i0, type: CopyClipboardDirective, decorators: [{
|
|
1128
1128
|
type: Injectable
|
|
1129
1129
|
}, {
|
|
1130
1130
|
type: Directive,
|
|
@@ -1139,15 +1139,15 @@ i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "20.0.5", ngImpor
|
|
|
1139
1139
|
|
|
1140
1140
|
class ValidatorDirective {
|
|
1141
1141
|
constructor() {
|
|
1142
|
-
this.validator = input(undefined);
|
|
1142
|
+
this.validator = input(undefined, ...(ngDevMode ? [{ debugName: "validator" }] : []));
|
|
1143
1143
|
}
|
|
1144
1144
|
validate(control) {
|
|
1145
1145
|
return this.validator()(control);
|
|
1146
1146
|
}
|
|
1147
|
-
static { this.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "20.0
|
|
1148
|
-
static { this.ɵdir = i0.ɵɵngDeclareDirective({ minVersion: "17.1.0", version: "20.0
|
|
1147
|
+
static { this.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "20.1.0", ngImport: i0, type: ValidatorDirective, deps: [], target: i0.ɵɵFactoryTarget.Directive }); }
|
|
1148
|
+
static { this.ɵdir = i0.ɵɵngDeclareDirective({ minVersion: "17.1.0", version: "20.1.0", 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 }); }
|
|
1149
1149
|
}
|
|
1150
|
-
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "20.0
|
|
1150
|
+
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "20.1.0", ngImport: i0, type: ValidatorDirective, decorators: [{
|
|
1151
1151
|
type: Directive,
|
|
1152
1152
|
args: [{
|
|
1153
1153
|
selector: '[validator]',
|
|
@@ -1157,7 +1157,7 @@ i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "20.0.5", ngImpor
|
|
|
1157
1157
|
}] });
|
|
1158
1158
|
class ValidIfDirective {
|
|
1159
1159
|
constructor() {
|
|
1160
|
-
this.validIf = input(false);
|
|
1160
|
+
this.validIf = input(false, ...(ngDevMode ? [{ debugName: "validIf" }] : []));
|
|
1161
1161
|
}
|
|
1162
1162
|
validate(control) {
|
|
1163
1163
|
let isValid = false;
|
|
@@ -1177,8 +1177,8 @@ class ValidIfDirective {
|
|
|
1177
1177
|
return { validIf: "Non valido." };
|
|
1178
1178
|
}
|
|
1179
1179
|
}
|
|
1180
|
-
static { this.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "20.0
|
|
1181
|
-
static { this.ɵdir = i0.ɵɵngDeclareDirective({ minVersion: "17.1.0", version: "20.0
|
|
1180
|
+
static { this.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "20.1.0", ngImport: i0, type: ValidIfDirective, deps: [], target: i0.ɵɵFactoryTarget.Directive }); }
|
|
1181
|
+
static { this.ɵdir = i0.ɵɵngDeclareDirective({ minVersion: "17.1.0", version: "20.1.0", type: ValidIfDirective, isStandalone: true, selector: "[validIf]", inputs: { validIf: { classPropertyName: "validIf", publicName: "validIf", isSignal: true, isRequired: false, transformFunction: null } }, providers: [
|
|
1182
1182
|
{
|
|
1183
1183
|
provide: NG_VALIDATORS,
|
|
1184
1184
|
useExisting: forwardRef(() => ValidIfDirective),
|
|
@@ -1186,7 +1186,7 @@ class ValidIfDirective {
|
|
|
1186
1186
|
},
|
|
1187
1187
|
], ngImport: i0 }); }
|
|
1188
1188
|
}
|
|
1189
|
-
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "20.0
|
|
1189
|
+
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "20.1.0", ngImport: i0, type: ValidIfDirective, decorators: [{
|
|
1190
1190
|
type: Directive,
|
|
1191
1191
|
args: [{
|
|
1192
1192
|
selector: "[validIf]",
|
|
@@ -1202,7 +1202,7 @@ i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "20.0.5", ngImpor
|
|
|
1202
1202
|
}] });
|
|
1203
1203
|
class EqualsValidatorDirective {
|
|
1204
1204
|
constructor() {
|
|
1205
|
-
this.equals = input(null);
|
|
1205
|
+
this.equals = input(null, ...(ngDevMode ? [{ debugName: "equals" }] : []));
|
|
1206
1206
|
}
|
|
1207
1207
|
validate(control) {
|
|
1208
1208
|
const isValid = this.equals().value === control.value;
|
|
@@ -1213,8 +1213,8 @@ class EqualsValidatorDirective {
|
|
|
1213
1213
|
return { equals: "Non valido." };
|
|
1214
1214
|
}
|
|
1215
1215
|
}
|
|
1216
|
-
static { this.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "20.0
|
|
1217
|
-
static { this.ɵdir = i0.ɵɵngDeclareDirective({ minVersion: "17.1.0", version: "20.0
|
|
1216
|
+
static { this.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "20.1.0", ngImport: i0, type: EqualsValidatorDirective, deps: [], target: i0.ɵɵFactoryTarget.Directive }); }
|
|
1217
|
+
static { this.ɵdir = i0.ɵɵngDeclareDirective({ minVersion: "17.1.0", version: "20.1.0", type: EqualsValidatorDirective, isStandalone: true, selector: "[equals]", inputs: { equals: { classPropertyName: "equals", publicName: "equals", isSignal: true, isRequired: false, transformFunction: null } }, providers: [
|
|
1218
1218
|
{
|
|
1219
1219
|
provide: NG_VALIDATORS,
|
|
1220
1220
|
useExisting: forwardRef(() => EqualsValidatorDirective),
|
|
@@ -1222,7 +1222,7 @@ class EqualsValidatorDirective {
|
|
|
1222
1222
|
},
|
|
1223
1223
|
], ngImport: i0 }); }
|
|
1224
1224
|
}
|
|
1225
|
-
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "20.0
|
|
1225
|
+
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "20.1.0", ngImport: i0, type: EqualsValidatorDirective, decorators: [{
|
|
1226
1226
|
type: Directive,
|
|
1227
1227
|
args: [{
|
|
1228
1228
|
selector: "[equals]",
|
|
@@ -1238,7 +1238,7 @@ i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "20.0.5", ngImpor
|
|
|
1238
1238
|
}] });
|
|
1239
1239
|
class NotEqualValidatorDirective {
|
|
1240
1240
|
constructor() {
|
|
1241
|
-
this.notEqual = input(undefined);
|
|
1241
|
+
this.notEqual = input(undefined, ...(ngDevMode ? [{ debugName: "notEqual" }] : []));
|
|
1242
1242
|
}
|
|
1243
1243
|
validate(control) {
|
|
1244
1244
|
const notEqual = this.notEqual();
|
|
@@ -1257,8 +1257,8 @@ class NotEqualValidatorDirective {
|
|
|
1257
1257
|
}
|
|
1258
1258
|
return errors;
|
|
1259
1259
|
}
|
|
1260
|
-
static { this.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "20.0
|
|
1261
|
-
static { this.ɵdir = i0.ɵɵngDeclareDirective({ minVersion: "17.1.0", version: "20.0
|
|
1260
|
+
static { this.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "20.1.0", ngImport: i0, type: NotEqualValidatorDirective, deps: [], target: i0.ɵɵFactoryTarget.Directive }); }
|
|
1261
|
+
static { this.ɵdir = i0.ɵɵngDeclareDirective({ minVersion: "17.1.0", version: "20.1.0", type: NotEqualValidatorDirective, isStandalone: true, selector: "[notEqual]", inputs: { notEqual: { classPropertyName: "notEqual", publicName: "notEqual", isSignal: true, isRequired: false, transformFunction: null } }, providers: [
|
|
1262
1262
|
{
|
|
1263
1263
|
provide: NG_VALIDATORS,
|
|
1264
1264
|
useExisting: forwardRef(() => NotEqualValidatorDirective),
|
|
@@ -1266,7 +1266,7 @@ class NotEqualValidatorDirective {
|
|
|
1266
1266
|
},
|
|
1267
1267
|
], ngImport: i0 }); }
|
|
1268
1268
|
}
|
|
1269
|
-
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "20.0
|
|
1269
|
+
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "20.1.0", ngImport: i0, type: NotEqualValidatorDirective, decorators: [{
|
|
1270
1270
|
type: Directive,
|
|
1271
1271
|
args: [{
|
|
1272
1272
|
selector: "[notEqual]",
|
|
@@ -1302,8 +1302,8 @@ class EmailsValidatorDirective {
|
|
|
1302
1302
|
return undefined;
|
|
1303
1303
|
}
|
|
1304
1304
|
}
|
|
1305
|
-
static { this.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "20.0
|
|
1306
|
-
static { this.ɵdir = i0.ɵɵngDeclareDirective({ minVersion: "14.0.0", version: "20.0
|
|
1305
|
+
static { this.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "20.1.0", ngImport: i0, type: EmailsValidatorDirective, deps: [], target: i0.ɵɵFactoryTarget.Directive }); }
|
|
1306
|
+
static { this.ɵdir = i0.ɵɵngDeclareDirective({ minVersion: "14.0.0", version: "20.1.0", type: EmailsValidatorDirective, isStandalone: true, selector: "[emails]", providers: [
|
|
1307
1307
|
{
|
|
1308
1308
|
provide: NG_VALIDATORS,
|
|
1309
1309
|
useExisting: forwardRef(() => EmailsValidatorDirective),
|
|
@@ -1311,7 +1311,7 @@ class EmailsValidatorDirective {
|
|
|
1311
1311
|
},
|
|
1312
1312
|
], ngImport: i0 }); }
|
|
1313
1313
|
}
|
|
1314
|
-
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "20.0
|
|
1314
|
+
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "20.1.0", ngImport: i0, type: EmailsValidatorDirective, decorators: [{
|
|
1315
1315
|
type: Directive,
|
|
1316
1316
|
args: [{
|
|
1317
1317
|
selector: "[emails]",
|
|
@@ -1338,8 +1338,8 @@ class GuidValidatorDirective {
|
|
|
1338
1338
|
return undefined;
|
|
1339
1339
|
}
|
|
1340
1340
|
}
|
|
1341
|
-
static { this.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "20.0
|
|
1342
|
-
static { this.ɵdir = i0.ɵɵngDeclareDirective({ minVersion: "14.0.0", version: "20.0
|
|
1341
|
+
static { this.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "20.1.0", ngImport: i0, type: GuidValidatorDirective, deps: [], target: i0.ɵɵFactoryTarget.Directive }); }
|
|
1342
|
+
static { this.ɵdir = i0.ɵɵngDeclareDirective({ minVersion: "14.0.0", version: "20.1.0", type: GuidValidatorDirective, isStandalone: true, selector: "[guid]", providers: [
|
|
1343
1343
|
{
|
|
1344
1344
|
provide: NG_VALIDATORS,
|
|
1345
1345
|
useExisting: forwardRef(() => GuidValidatorDirective),
|
|
@@ -1347,7 +1347,7 @@ class GuidValidatorDirective {
|
|
|
1347
1347
|
},
|
|
1348
1348
|
], ngImport: i0 }); }
|
|
1349
1349
|
}
|
|
1350
|
-
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "20.0
|
|
1350
|
+
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "20.1.0", ngImport: i0, type: GuidValidatorDirective, decorators: [{
|
|
1351
1351
|
type: Directive,
|
|
1352
1352
|
args: [{
|
|
1353
1353
|
selector: "[guid]",
|
|
@@ -1375,8 +1375,8 @@ class SqlDateValidatorDirective {
|
|
|
1375
1375
|
return undefined;
|
|
1376
1376
|
}
|
|
1377
1377
|
}
|
|
1378
|
-
static { this.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "20.0
|
|
1379
|
-
static { this.ɵdir = i0.ɵɵngDeclareDirective({ minVersion: "14.0.0", version: "20.0
|
|
1378
|
+
static { this.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "20.1.0", ngImport: i0, type: SqlDateValidatorDirective, deps: [], target: i0.ɵɵFactoryTarget.Directive }); }
|
|
1379
|
+
static { this.ɵdir = i0.ɵɵngDeclareDirective({ minVersion: "14.0.0", version: "20.1.0", type: SqlDateValidatorDirective, isStandalone: true, selector: "[sqlDate]", providers: [
|
|
1380
1380
|
{
|
|
1381
1381
|
provide: NG_VALIDATORS,
|
|
1382
1382
|
useExisting: forwardRef(() => SqlDateValidatorDirective),
|
|
@@ -1384,7 +1384,7 @@ class SqlDateValidatorDirective {
|
|
|
1384
1384
|
},
|
|
1385
1385
|
], ngImport: i0 }); }
|
|
1386
1386
|
}
|
|
1387
|
-
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "20.0
|
|
1387
|
+
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "20.1.0", ngImport: i0, type: SqlDateValidatorDirective, decorators: [{
|
|
1388
1388
|
type: Directive,
|
|
1389
1389
|
args: [{
|
|
1390
1390
|
selector: "[sqlDate]",
|
|
@@ -1413,8 +1413,8 @@ class NotFutureValidatorDirective {
|
|
|
1413
1413
|
return undefined;
|
|
1414
1414
|
}
|
|
1415
1415
|
}
|
|
1416
|
-
static { this.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "20.0
|
|
1417
|
-
static { this.ɵdir = i0.ɵɵngDeclareDirective({ minVersion: "14.0.0", version: "20.0
|
|
1416
|
+
static { this.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "20.1.0", ngImport: i0, type: NotFutureValidatorDirective, deps: [], target: i0.ɵɵFactoryTarget.Directive }); }
|
|
1417
|
+
static { this.ɵdir = i0.ɵɵngDeclareDirective({ minVersion: "14.0.0", version: "20.1.0", type: NotFutureValidatorDirective, isStandalone: true, selector: "[notFuture]", providers: [
|
|
1418
1418
|
{
|
|
1419
1419
|
provide: NG_VALIDATORS,
|
|
1420
1420
|
useExisting: forwardRef(() => NotFutureValidatorDirective),
|
|
@@ -1422,7 +1422,7 @@ class NotFutureValidatorDirective {
|
|
|
1422
1422
|
},
|
|
1423
1423
|
], ngImport: i0 }); }
|
|
1424
1424
|
}
|
|
1425
|
-
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "20.0
|
|
1425
|
+
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "20.1.0", ngImport: i0, type: NotFutureValidatorDirective, decorators: [{
|
|
1426
1426
|
type: Directive,
|
|
1427
1427
|
args: [{
|
|
1428
1428
|
selector: "[notFuture]",
|
|
@@ -1447,8 +1447,8 @@ class UrlValidatorDirective {
|
|
|
1447
1447
|
return undefined;
|
|
1448
1448
|
}
|
|
1449
1449
|
}
|
|
1450
|
-
static { this.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "20.0
|
|
1451
|
-
static { this.ɵdir = i0.ɵɵngDeclareDirective({ minVersion: "14.0.0", version: "20.0
|
|
1450
|
+
static { this.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "20.1.0", ngImport: i0, type: UrlValidatorDirective, deps: [], target: i0.ɵɵFactoryTarget.Directive }); }
|
|
1451
|
+
static { this.ɵdir = i0.ɵɵngDeclareDirective({ minVersion: "14.0.0", version: "20.1.0", type: UrlValidatorDirective, isStandalone: true, selector: "[url]", providers: [
|
|
1452
1452
|
{
|
|
1453
1453
|
provide: NG_VALIDATORS,
|
|
1454
1454
|
useExisting: forwardRef(() => UrlValidatorDirective),
|
|
@@ -1456,7 +1456,7 @@ class UrlValidatorDirective {
|
|
|
1456
1456
|
},
|
|
1457
1457
|
], ngImport: i0 }); }
|
|
1458
1458
|
}
|
|
1459
|
-
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "20.0
|
|
1459
|
+
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "20.1.0", ngImport: i0, type: UrlValidatorDirective, decorators: [{
|
|
1460
1460
|
type: Directive,
|
|
1461
1461
|
args: [{
|
|
1462
1462
|
selector: "[url]",
|
|
@@ -1472,9 +1472,9 @@ i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "20.0.5", ngImpor
|
|
|
1472
1472
|
}] });
|
|
1473
1473
|
class FileSizeValidatorDirective {
|
|
1474
1474
|
constructor() {
|
|
1475
|
-
this.maxSizeMb = input(5);
|
|
1476
|
-
this.minSizeMb = input(0);
|
|
1477
|
-
this.size = input(undefined);
|
|
1475
|
+
this.maxSizeMb = input(5, ...(ngDevMode ? [{ debugName: "maxSizeMb" }] : []));
|
|
1476
|
+
this.minSizeMb = input(0, ...(ngDevMode ? [{ debugName: "minSizeMb" }] : []));
|
|
1477
|
+
this.size = input(undefined, ...(ngDevMode ? [{ debugName: "size" }] : []));
|
|
1478
1478
|
}
|
|
1479
1479
|
validate(control) {
|
|
1480
1480
|
const input = control.value;
|
|
@@ -1490,8 +1490,8 @@ class FileSizeValidatorDirective {
|
|
|
1490
1490
|
return { fileSize: "Non valido." };
|
|
1491
1491
|
}
|
|
1492
1492
|
}
|
|
1493
|
-
static { this.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "20.0
|
|
1494
|
-
static { this.ɵdir = i0.ɵɵngDeclareDirective({ minVersion: "17.1.0", version: "20.0
|
|
1493
|
+
static { this.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "20.1.0", ngImport: i0, type: FileSizeValidatorDirective, deps: [], target: i0.ɵɵFactoryTarget.Directive }); }
|
|
1494
|
+
static { this.ɵdir = i0.ɵɵngDeclareDirective({ minVersion: "17.1.0", version: "20.1.0", 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: [
|
|
1495
1495
|
{
|
|
1496
1496
|
provide: NG_VALIDATORS,
|
|
1497
1497
|
useExisting: forwardRef(() => FileSizeValidatorDirective),
|
|
@@ -1499,7 +1499,7 @@ class FileSizeValidatorDirective {
|
|
|
1499
1499
|
},
|
|
1500
1500
|
], ngImport: i0 }); }
|
|
1501
1501
|
}
|
|
1502
|
-
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "20.0
|
|
1502
|
+
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "20.1.0", ngImport: i0, type: FileSizeValidatorDirective, decorators: [{
|
|
1503
1503
|
type: Directive,
|
|
1504
1504
|
args: [{
|
|
1505
1505
|
selector: "[fileSize]",
|
|
@@ -1515,7 +1515,7 @@ i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "20.0.5", ngImpor
|
|
|
1515
1515
|
}] });
|
|
1516
1516
|
class MaxTermsValidatorDirective {
|
|
1517
1517
|
constructor() {
|
|
1518
|
-
this.maxTerms = input(0);
|
|
1518
|
+
this.maxTerms = input(0, ...(ngDevMode ? [{ debugName: "maxTerms" }] : []));
|
|
1519
1519
|
}
|
|
1520
1520
|
validate(control) {
|
|
1521
1521
|
const input = control.value;
|
|
@@ -1530,8 +1530,8 @@ class MaxTermsValidatorDirective {
|
|
|
1530
1530
|
return { maxTerms: "Non valido." };
|
|
1531
1531
|
}
|
|
1532
1532
|
}
|
|
1533
|
-
static { this.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "20.0
|
|
1534
|
-
static { this.ɵdir = i0.ɵɵngDeclareDirective({ minVersion: "17.1.0", version: "20.0
|
|
1533
|
+
static { this.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "20.1.0", ngImport: i0, type: MaxTermsValidatorDirective, deps: [], target: i0.ɵɵFactoryTarget.Directive }); }
|
|
1534
|
+
static { this.ɵdir = i0.ɵɵngDeclareDirective({ minVersion: "17.1.0", version: "20.1.0", type: MaxTermsValidatorDirective, isStandalone: true, selector: "[maxTerms]", inputs: { maxTerms: { classPropertyName: "maxTerms", publicName: "maxTerms", isSignal: true, isRequired: false, transformFunction: null } }, providers: [
|
|
1535
1535
|
{
|
|
1536
1536
|
provide: NG_VALIDATORS,
|
|
1537
1537
|
useExisting: forwardRef(() => MaxTermsValidatorDirective),
|
|
@@ -1539,7 +1539,7 @@ class MaxTermsValidatorDirective {
|
|
|
1539
1539
|
},
|
|
1540
1540
|
], ngImport: i0 }); }
|
|
1541
1541
|
}
|
|
1542
|
-
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "20.0
|
|
1542
|
+
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "20.1.0", ngImport: i0, type: MaxTermsValidatorDirective, decorators: [{
|
|
1543
1543
|
type: Directive,
|
|
1544
1544
|
args: [{
|
|
1545
1545
|
selector: "[maxTerms]",
|
|
@@ -1564,8 +1564,8 @@ class PasswordValidatorDirective {
|
|
|
1564
1564
|
return undefined;
|
|
1565
1565
|
}
|
|
1566
1566
|
}
|
|
1567
|
-
static { this.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "20.0
|
|
1568
|
-
static { this.ɵdir = i0.ɵɵngDeclareDirective({ minVersion: "14.0.0", version: "20.0
|
|
1567
|
+
static { this.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "20.1.0", ngImport: i0, type: PasswordValidatorDirective, deps: [], target: i0.ɵɵFactoryTarget.Directive }); }
|
|
1568
|
+
static { this.ɵdir = i0.ɵɵngDeclareDirective({ minVersion: "14.0.0", version: "20.1.0", type: PasswordValidatorDirective, isStandalone: true, selector: "[password]", providers: [
|
|
1569
1569
|
{
|
|
1570
1570
|
provide: NG_VALIDATORS,
|
|
1571
1571
|
useExisting: forwardRef(() => PasswordValidatorDirective),
|
|
@@ -1573,7 +1573,7 @@ class PasswordValidatorDirective {
|
|
|
1573
1573
|
},
|
|
1574
1574
|
], ngImport: i0 }); }
|
|
1575
1575
|
}
|
|
1576
|
-
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "20.0
|
|
1576
|
+
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "20.1.0", ngImport: i0, type: PasswordValidatorDirective, decorators: [{
|
|
1577
1577
|
type: Directive,
|
|
1578
1578
|
args: [{
|
|
1579
1579
|
selector: "[password]",
|
|
@@ -1589,7 +1589,7 @@ i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "20.0.5", ngImpor
|
|
|
1589
1589
|
}] });
|
|
1590
1590
|
class TimeValidatorDirective {
|
|
1591
1591
|
constructor() {
|
|
1592
|
-
this.slots = input(undefined);
|
|
1592
|
+
this.slots = input(undefined, ...(ngDevMode ? [{ debugName: "slots" }] : []));
|
|
1593
1593
|
}
|
|
1594
1594
|
/**
|
|
1595
1595
|
* Retrieve hours as a number from a time string (e: 12:00)
|
|
@@ -1636,8 +1636,8 @@ class TimeValidatorDirective {
|
|
|
1636
1636
|
return undefined;
|
|
1637
1637
|
}
|
|
1638
1638
|
}
|
|
1639
|
-
static { this.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "20.0
|
|
1640
|
-
static { this.ɵdir = i0.ɵɵngDeclareDirective({ minVersion: "17.1.0", version: "20.0
|
|
1639
|
+
static { this.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "20.1.0", ngImport: i0, type: TimeValidatorDirective, deps: [], target: i0.ɵɵFactoryTarget.Directive }); }
|
|
1640
|
+
static { this.ɵdir = i0.ɵɵngDeclareDirective({ minVersion: "17.1.0", version: "20.1.0", type: TimeValidatorDirective, isStandalone: true, selector: "[time]", inputs: { slots: { classPropertyName: "slots", publicName: "slots", isSignal: true, isRequired: false, transformFunction: null } }, providers: [
|
|
1641
1641
|
{
|
|
1642
1642
|
provide: NG_VALIDATORS,
|
|
1643
1643
|
useExisting: forwardRef(() => TimeValidatorDirective),
|
|
@@ -1645,7 +1645,7 @@ class TimeValidatorDirective {
|
|
|
1645
1645
|
},
|
|
1646
1646
|
], ngImport: i0 }); }
|
|
1647
1647
|
}
|
|
1648
|
-
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "20.0
|
|
1648
|
+
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "20.1.0", ngImport: i0, type: TimeValidatorDirective, decorators: [{
|
|
1649
1649
|
type: Directive,
|
|
1650
1650
|
args: [{
|
|
1651
1651
|
selector: "[time]",
|
|
@@ -1686,11 +1686,11 @@ class FormatPipe {
|
|
|
1686
1686
|
}
|
|
1687
1687
|
return undefined;
|
|
1688
1688
|
}
|
|
1689
|
-
static { this.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "20.0
|
|
1690
|
-
static { this.ɵpipe = i0.ɵɵngDeclarePipe({ minVersion: "14.0.0", version: "20.0
|
|
1691
|
-
static { this.ɵprov = i0.ɵɵngDeclareInjectable({ minVersion: "12.0.0", version: "20.0
|
|
1689
|
+
static { this.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "20.1.0", ngImport: i0, type: FormatPipe, deps: [], target: i0.ɵɵFactoryTarget.Pipe }); }
|
|
1690
|
+
static { this.ɵpipe = i0.ɵɵngDeclarePipe({ minVersion: "14.0.0", version: "20.1.0", ngImport: i0, type: FormatPipe, isStandalone: true, name: "format" }); }
|
|
1691
|
+
static { this.ɵprov = i0.ɵɵngDeclareInjectable({ minVersion: "12.0.0", version: "20.1.0", ngImport: i0, type: FormatPipe }); }
|
|
1692
1692
|
}
|
|
1693
|
-
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "20.0
|
|
1693
|
+
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "20.1.0", ngImport: i0, type: FormatPipe, decorators: [{
|
|
1694
1694
|
type: Injectable
|
|
1695
1695
|
}, {
|
|
1696
1696
|
type: Pipe,
|
|
@@ -1712,11 +1712,11 @@ class ReplacePipe {
|
|
|
1712
1712
|
}
|
|
1713
1713
|
return this.sanitizer.bypassSecurityTrustHtml(value.replace(new RegExp(regexValue, 'g'), replaceValue));
|
|
1714
1714
|
}
|
|
1715
|
-
static { this.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "20.0
|
|
1716
|
-
static { this.ɵpipe = i0.ɵɵngDeclarePipe({ minVersion: "14.0.0", version: "20.0
|
|
1717
|
-
static { this.ɵprov = i0.ɵɵngDeclareInjectable({ minVersion: "12.0.0", version: "20.0
|
|
1715
|
+
static { this.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "20.1.0", ngImport: i0, type: ReplacePipe, deps: [], target: i0.ɵɵFactoryTarget.Pipe }); }
|
|
1716
|
+
static { this.ɵpipe = i0.ɵɵngDeclarePipe({ minVersion: "14.0.0", version: "20.1.0", ngImport: i0, type: ReplacePipe, isStandalone: true, name: "replace" }); }
|
|
1717
|
+
static { this.ɵprov = i0.ɵɵngDeclareInjectable({ minVersion: "12.0.0", version: "20.1.0", ngImport: i0, type: ReplacePipe }); }
|
|
1718
1718
|
}
|
|
1719
|
-
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "20.0
|
|
1719
|
+
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "20.1.0", ngImport: i0, type: ReplacePipe, decorators: [{
|
|
1720
1720
|
type: Injectable
|
|
1721
1721
|
}, {
|
|
1722
1722
|
type: Pipe,
|
|
@@ -1733,11 +1733,11 @@ class SafeHtmlPipe {
|
|
|
1733
1733
|
transform(value) {
|
|
1734
1734
|
return this.sanitizer.bypassSecurityTrustHtml(value ?? '');
|
|
1735
1735
|
}
|
|
1736
|
-
static { this.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "20.0
|
|
1737
|
-
static { this.ɵpipe = i0.ɵɵngDeclarePipe({ minVersion: "14.0.0", version: "20.0
|
|
1738
|
-
static { this.ɵprov = i0.ɵɵngDeclareInjectable({ minVersion: "12.0.0", version: "20.0
|
|
1736
|
+
static { this.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "20.1.0", ngImport: i0, type: SafeHtmlPipe, deps: [], target: i0.ɵɵFactoryTarget.Pipe }); }
|
|
1737
|
+
static { this.ɵpipe = i0.ɵɵngDeclarePipe({ minVersion: "14.0.0", version: "20.1.0", ngImport: i0, type: SafeHtmlPipe, isStandalone: true, name: "safeHtml" }); }
|
|
1738
|
+
static { this.ɵprov = i0.ɵɵngDeclareInjectable({ minVersion: "12.0.0", version: "20.1.0", ngImport: i0, type: SafeHtmlPipe }); }
|
|
1739
1739
|
}
|
|
1740
|
-
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "20.0
|
|
1740
|
+
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "20.1.0", ngImport: i0, type: SafeHtmlPipe, decorators: [{
|
|
1741
1741
|
type: Injectable
|
|
1742
1742
|
}, {
|
|
1743
1743
|
type: Pipe,
|
|
@@ -1754,11 +1754,11 @@ class SafeUrlPipe {
|
|
|
1754
1754
|
transform(value) {
|
|
1755
1755
|
return this.sanitizer.bypassSecurityTrustResourceUrl(value ?? '');
|
|
1756
1756
|
}
|
|
1757
|
-
static { this.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "20.0
|
|
1758
|
-
static { this.ɵpipe = i0.ɵɵngDeclarePipe({ minVersion: "14.0.0", version: "20.0
|
|
1759
|
-
static { this.ɵprov = i0.ɵɵngDeclareInjectable({ minVersion: "12.0.0", version: "20.0
|
|
1757
|
+
static { this.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "20.1.0", ngImport: i0, type: SafeUrlPipe, deps: [], target: i0.ɵɵFactoryTarget.Pipe }); }
|
|
1758
|
+
static { this.ɵpipe = i0.ɵɵngDeclarePipe({ minVersion: "14.0.0", version: "20.1.0", ngImport: i0, type: SafeUrlPipe, isStandalone: true, name: "safeUrl" }); }
|
|
1759
|
+
static { this.ɵprov = i0.ɵɵngDeclareInjectable({ minVersion: "12.0.0", version: "20.1.0", ngImport: i0, type: SafeUrlPipe }); }
|
|
1760
1760
|
}
|
|
1761
|
-
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "20.0
|
|
1761
|
+
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "20.1.0", ngImport: i0, type: SafeUrlPipe, decorators: [{
|
|
1762
1762
|
type: Injectable
|
|
1763
1763
|
}, {
|
|
1764
1764
|
type: Pipe,
|
|
@@ -1775,10 +1775,10 @@ class SearchCallbackPipe {
|
|
|
1775
1775
|
}
|
|
1776
1776
|
return items.filter(item => callback(item));
|
|
1777
1777
|
}
|
|
1778
|
-
static { this.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "20.0
|
|
1779
|
-
static { this.ɵpipe = i0.ɵɵngDeclarePipe({ minVersion: "14.0.0", version: "20.0
|
|
1778
|
+
static { this.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "20.1.0", ngImport: i0, type: SearchCallbackPipe, deps: [], target: i0.ɵɵFactoryTarget.Pipe }); }
|
|
1779
|
+
static { this.ɵpipe = i0.ɵɵngDeclarePipe({ minVersion: "14.0.0", version: "20.1.0", ngImport: i0, type: SearchCallbackPipe, isStandalone: true, name: "callback", pure: false }); }
|
|
1780
1780
|
}
|
|
1781
|
-
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "20.0
|
|
1781
|
+
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "20.1.0", ngImport: i0, type: SearchCallbackPipe, decorators: [{
|
|
1782
1782
|
type: Pipe,
|
|
1783
1783
|
args: [{
|
|
1784
1784
|
name: 'callback',
|
|
@@ -1821,11 +1821,11 @@ class SearchFilterPipe {
|
|
|
1821
1821
|
metadata.count = result.length;
|
|
1822
1822
|
return result;
|
|
1823
1823
|
}
|
|
1824
|
-
static { this.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "20.0
|
|
1825
|
-
static { this.ɵpipe = i0.ɵɵngDeclarePipe({ minVersion: "14.0.0", version: "20.0
|
|
1826
|
-
static { this.ɵprov = i0.ɵɵngDeclareInjectable({ minVersion: "12.0.0", version: "20.0
|
|
1824
|
+
static { this.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "20.1.0", ngImport: i0, type: SearchFilterPipe, deps: [], target: i0.ɵɵFactoryTarget.Pipe }); }
|
|
1825
|
+
static { this.ɵpipe = i0.ɵɵngDeclarePipe({ minVersion: "14.0.0", version: "20.1.0", ngImport: i0, type: SearchFilterPipe, isStandalone: true, name: "search" }); }
|
|
1826
|
+
static { this.ɵprov = i0.ɵɵngDeclareInjectable({ minVersion: "12.0.0", version: "20.1.0", ngImport: i0, type: SearchFilterPipe }); }
|
|
1827
1827
|
}
|
|
1828
|
-
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "20.0
|
|
1828
|
+
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "20.1.0", ngImport: i0, type: SearchFilterPipe, decorators: [{
|
|
1829
1829
|
type: Injectable
|
|
1830
1830
|
}, {
|
|
1831
1831
|
type: Pipe,
|
|
@@ -1842,11 +1842,11 @@ class FormatHtmlPipe {
|
|
|
1842
1842
|
transform(value) {
|
|
1843
1843
|
return this.sanitizer.bypassSecurityTrustHtml(value.replaceAll(/(?:\r\n|\r|\n)/g, '<br>') ?? '');
|
|
1844
1844
|
}
|
|
1845
|
-
static { this.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "20.0
|
|
1846
|
-
static { this.ɵpipe = i0.ɵɵngDeclarePipe({ minVersion: "14.0.0", version: "20.0
|
|
1847
|
-
static { this.ɵprov = i0.ɵɵngDeclareInjectable({ minVersion: "12.0.0", version: "20.0
|
|
1845
|
+
static { this.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "20.1.0", ngImport: i0, type: FormatHtmlPipe, deps: [], target: i0.ɵɵFactoryTarget.Pipe }); }
|
|
1846
|
+
static { this.ɵpipe = i0.ɵɵngDeclarePipe({ minVersion: "14.0.0", version: "20.1.0", ngImport: i0, type: FormatHtmlPipe, isStandalone: true, name: "formatHtml" }); }
|
|
1847
|
+
static { this.ɵprov = i0.ɵɵngDeclareInjectable({ minVersion: "12.0.0", version: "20.1.0", ngImport: i0, type: FormatHtmlPipe }); }
|
|
1848
1848
|
}
|
|
1849
|
-
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "20.0
|
|
1849
|
+
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "20.1.0", ngImport: i0, type: FormatHtmlPipe, decorators: [{
|
|
1850
1850
|
type: Injectable
|
|
1851
1851
|
}, {
|
|
1852
1852
|
type: Pipe,
|
|
@@ -2014,10 +2014,10 @@ class BroadcastService {
|
|
|
2014
2014
|
getMessage() {
|
|
2015
2015
|
return this.subject.asObservable();
|
|
2016
2016
|
}
|
|
2017
|
-
static { this.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "20.0
|
|
2018
|
-
static { this.ɵprov = i0.ɵɵngDeclareInjectable({ minVersion: "12.0.0", version: "20.0
|
|
2017
|
+
static { this.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "20.1.0", ngImport: i0, type: BroadcastService, deps: [], target: i0.ɵɵFactoryTarget.Injectable }); }
|
|
2018
|
+
static { this.ɵprov = i0.ɵɵngDeclareInjectable({ minVersion: "12.0.0", version: "20.1.0", ngImport: i0, type: BroadcastService, providedIn: 'root' }); }
|
|
2019
2019
|
}
|
|
2020
|
-
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "20.0
|
|
2020
|
+
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "20.1.0", ngImport: i0, type: BroadcastService, decorators: [{
|
|
2021
2021
|
type: Injectable,
|
|
2022
2022
|
args: [{
|
|
2023
2023
|
providedIn: 'root'
|
|
@@ -2055,10 +2055,10 @@ class EnvironmentService {
|
|
|
2055
2055
|
set appServiceLoginUri(value) {
|
|
2056
2056
|
this._appServiceLoginUri = value;
|
|
2057
2057
|
}
|
|
2058
|
-
static { this.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "20.0
|
|
2059
|
-
static { this.ɵprov = i0.ɵɵngDeclareInjectable({ minVersion: "12.0.0", version: "20.0
|
|
2058
|
+
static { this.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "20.1.0", ngImport: i0, type: EnvironmentService, deps: [], target: i0.ɵɵFactoryTarget.Injectable }); }
|
|
2059
|
+
static { this.ɵprov = i0.ɵɵngDeclareInjectable({ minVersion: "12.0.0", version: "20.1.0", ngImport: i0, type: EnvironmentService, providedIn: 'root' }); }
|
|
2060
2060
|
}
|
|
2061
|
-
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "20.0
|
|
2061
|
+
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "20.1.0", ngImport: i0, type: EnvironmentService, decorators: [{
|
|
2062
2062
|
type: Injectable,
|
|
2063
2063
|
args: [{
|
|
2064
2064
|
providedIn: 'root'
|
|
@@ -2067,7 +2067,7 @@ i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "20.0.5", ngImpor
|
|
|
2067
2067
|
|
|
2068
2068
|
class ScreenService {
|
|
2069
2069
|
constructor() {
|
|
2070
|
-
this.mq = signal("");
|
|
2070
|
+
this.mq = signal("", ...(ngDevMode ? [{ debugName: "mq" }] : []));
|
|
2071
2071
|
}
|
|
2072
2072
|
get isTouchable() {
|
|
2073
2073
|
return SystemUtils.isTouchable();
|
|
@@ -2075,10 +2075,10 @@ class ScreenService {
|
|
|
2075
2075
|
get isIEOrEdge() {
|
|
2076
2076
|
return /msie\s|trident\/|edge\//i.test(window.navigator.userAgent);
|
|
2077
2077
|
}
|
|
2078
|
-
static { this.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "20.0
|
|
2079
|
-
static { this.ɵprov = i0.ɵɵngDeclareInjectable({ minVersion: "12.0.0", version: "20.0
|
|
2078
|
+
static { this.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "20.1.0", ngImport: i0, type: ScreenService, deps: [], target: i0.ɵɵFactoryTarget.Injectable }); }
|
|
2079
|
+
static { this.ɵprov = i0.ɵɵngDeclareInjectable({ minVersion: "12.0.0", version: "20.1.0", ngImport: i0, type: ScreenService, providedIn: 'root' }); }
|
|
2080
2080
|
}
|
|
2081
|
-
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "20.0
|
|
2081
|
+
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "20.1.0", ngImport: i0, type: ScreenService, decorators: [{
|
|
2082
2082
|
type: Injectable,
|
|
2083
2083
|
args: [{
|
|
2084
2084
|
providedIn: 'root'
|
|
@@ -2189,11 +2189,11 @@ class ThemeService {
|
|
|
2189
2189
|
/**
|
|
2190
2190
|
* Current theme
|
|
2191
2191
|
*/
|
|
2192
|
-
this.theme = signal("light");
|
|
2192
|
+
this.theme = signal("light", ...(ngDevMode ? [{ debugName: "theme" }] : []));
|
|
2193
2193
|
/**
|
|
2194
2194
|
* The current theme is "System default"
|
|
2195
2195
|
*/
|
|
2196
|
-
this.auto = computed(() => this.theme() === 'auto');
|
|
2196
|
+
this.auto = computed(() => this.theme() === 'auto', ...(ngDevMode ? [{ debugName: "auto" }] : []));
|
|
2197
2197
|
/**
|
|
2198
2198
|
* Configuration schema about the icon, the text and the toggle() sequence
|
|
2199
2199
|
*/
|
|
@@ -2205,15 +2205,15 @@ class ThemeService {
|
|
|
2205
2205
|
/**
|
|
2206
2206
|
* Icon of the current theme (mat-icon code)
|
|
2207
2207
|
*/
|
|
2208
|
-
this.themeIcon = computed(() => this.themeInfo[this.theme()].icon);
|
|
2208
|
+
this.themeIcon = computed(() => this.themeInfo[this.theme()].icon, ...(ngDevMode ? [{ debugName: "themeIcon" }] : []));
|
|
2209
2209
|
/**
|
|
2210
2210
|
* Current theme name
|
|
2211
2211
|
*/
|
|
2212
|
-
this.themeName = computed(() => this.themeInfo[this.theme()].name);
|
|
2212
|
+
this.themeName = computed(() => this.themeInfo[this.theme()].name, ...(ngDevMode ? [{ debugName: "themeName" }] : []));
|
|
2213
2213
|
/**
|
|
2214
2214
|
* Tooltip text on toggle
|
|
2215
2215
|
*/
|
|
2216
|
-
this.toggleTooltip = computed(() => this.themeInfo[this.theme()].tooltip);
|
|
2216
|
+
this.toggleTooltip = computed(() => this.themeInfo[this.theme()].tooltip, ...(ngDevMode ? [{ debugName: "toggleTooltip" }] : []));
|
|
2217
2217
|
}
|
|
2218
2218
|
/**
|
|
2219
2219
|
* Initialize
|
|
@@ -2282,10 +2282,10 @@ class ThemeService {
|
|
|
2282
2282
|
? (window.matchMedia && window.matchMedia("(prefers-color-scheme: dark)").matches ? "dark" : "light")
|
|
2283
2283
|
: this.getPreferredTheme());
|
|
2284
2284
|
}
|
|
2285
|
-
static { this.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "20.0
|
|
2286
|
-
static { this.ɵprov = i0.ɵɵngDeclareInjectable({ minVersion: "12.0.0", version: "20.0
|
|
2285
|
+
static { this.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "20.1.0", ngImport: i0, type: ThemeService, deps: [], target: i0.ɵɵFactoryTarget.Injectable }); }
|
|
2286
|
+
static { this.ɵprov = i0.ɵɵngDeclareInjectable({ minVersion: "12.0.0", version: "20.1.0", ngImport: i0, type: ThemeService, providedIn: "root" }); }
|
|
2287
2287
|
}
|
|
2288
|
-
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "20.0
|
|
2288
|
+
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "20.1.0", ngImport: i0, type: ThemeService, decorators: [{
|
|
2289
2289
|
type: Injectable,
|
|
2290
2290
|
args: [{
|
|
2291
2291
|
providedIn: "root",
|
|
@@ -2293,8 +2293,8 @@ i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "20.0.5", ngImpor
|
|
|
2293
2293
|
}] });
|
|
2294
2294
|
|
|
2295
2295
|
class ArsCoreModule {
|
|
2296
|
-
static { this.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "20.0
|
|
2297
|
-
static { this.ɵmod = i0.ɵɵngDeclareNgModule({ minVersion: "14.0.0", version: "20.0
|
|
2296
|
+
static { this.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "20.1.0", ngImport: i0, type: ArsCoreModule, deps: [], target: i0.ɵɵFactoryTarget.NgModule }); }
|
|
2297
|
+
static { this.ɵmod = i0.ɵɵngDeclareNgModule({ minVersion: "14.0.0", version: "20.1.0", ngImport: i0, type: ArsCoreModule, imports: [FileSizeValidatorDirective,
|
|
2298
2298
|
ValidIfDirective,
|
|
2299
2299
|
ValidatorDirective,
|
|
2300
2300
|
EqualsValidatorDirective,
|
|
@@ -2335,7 +2335,7 @@ class ArsCoreModule {
|
|
|
2335
2335
|
CopyClipboardDirective,
|
|
2336
2336
|
AutoFocusDirective,
|
|
2337
2337
|
MaxTermsValidatorDirective] }); }
|
|
2338
|
-
static { this.ɵinj = i0.ɵɵngDeclareInjector({ minVersion: "12.0.0", version: "20.0
|
|
2338
|
+
static { this.ɵinj = i0.ɵɵngDeclareInjector({ minVersion: "12.0.0", version: "20.1.0", ngImport: i0, type: ArsCoreModule, providers: [
|
|
2339
2339
|
SearchFilterPipe,
|
|
2340
2340
|
SearchCallbackPipe,
|
|
2341
2341
|
SafeHtmlPipe,
|
|
@@ -2345,7 +2345,7 @@ class ArsCoreModule {
|
|
|
2345
2345
|
FormatHtmlPipe
|
|
2346
2346
|
] }); }
|
|
2347
2347
|
}
|
|
2348
|
-
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "20.0
|
|
2348
|
+
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "20.1.0", ngImport: i0, type: ArsCoreModule, decorators: [{
|
|
2349
2349
|
type: NgModule,
|
|
2350
2350
|
args: [{
|
|
2351
2351
|
imports: [
|
|
@@ -2591,16 +2591,16 @@ class DateFnsAdapter extends DateAdapter {
|
|
|
2591
2591
|
invalid() {
|
|
2592
2592
|
return new Date(NaN);
|
|
2593
2593
|
}
|
|
2594
|
-
static { this.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "20.0
|
|
2595
|
-
static { this.ɵprov = i0.ɵɵngDeclareInjectable({ minVersion: "12.0.0", version: "20.0
|
|
2594
|
+
static { this.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "20.1.0", ngImport: i0, type: DateFnsAdapter, deps: [], target: i0.ɵɵFactoryTarget.Injectable }); }
|
|
2595
|
+
static { this.ɵprov = i0.ɵɵngDeclareInjectable({ minVersion: "12.0.0", version: "20.1.0", ngImport: i0, type: DateFnsAdapter }); }
|
|
2596
2596
|
}
|
|
2597
|
-
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "20.0
|
|
2597
|
+
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "20.1.0", ngImport: i0, type: DateFnsAdapter, decorators: [{
|
|
2598
2598
|
type: Injectable
|
|
2599
2599
|
}], ctorParameters: () => [] });
|
|
2600
2600
|
class ArsDateFnsModule {
|
|
2601
|
-
static { this.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "20.0
|
|
2602
|
-
static { this.ɵmod = i0.ɵɵngDeclareNgModule({ minVersion: "14.0.0", version: "20.0
|
|
2603
|
-
static { this.ɵinj = i0.ɵɵngDeclareInjector({ minVersion: "12.0.0", version: "20.0
|
|
2601
|
+
static { this.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "20.1.0", ngImport: i0, type: ArsDateFnsModule, deps: [], target: i0.ɵɵFactoryTarget.NgModule }); }
|
|
2602
|
+
static { this.ɵmod = i0.ɵɵngDeclareNgModule({ minVersion: "14.0.0", version: "20.1.0", ngImport: i0, type: ArsDateFnsModule }); }
|
|
2603
|
+
static { this.ɵinj = i0.ɵɵngDeclareInjector({ minVersion: "12.0.0", version: "20.1.0", ngImport: i0, type: ArsDateFnsModule, providers: [
|
|
2604
2604
|
{
|
|
2605
2605
|
provide: DateAdapter,
|
|
2606
2606
|
useClass: DateFnsAdapter,
|
|
@@ -2609,7 +2609,7 @@ class ArsDateFnsModule {
|
|
|
2609
2609
|
{ provide: MAT_DATE_FORMATS, useValue: MAT_DATE_FNS_FORMATS }
|
|
2610
2610
|
] }); }
|
|
2611
2611
|
}
|
|
2612
|
-
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "20.0
|
|
2612
|
+
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "20.1.0", ngImport: i0, type: ArsDateFnsModule, decorators: [{
|
|
2613
2613
|
type: NgModule,
|
|
2614
2614
|
args: [{
|
|
2615
2615
|
providers: [
|
|
@@ -2636,10 +2636,10 @@ class RemoveFocusDirective {
|
|
|
2636
2636
|
}, 0);
|
|
2637
2637
|
}
|
|
2638
2638
|
}
|
|
2639
|
-
static { this.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "20.0
|
|
2640
|
-
static { this.ɵdir = i0.ɵɵngDeclareDirective({ minVersion: "14.0.0", version: "20.0
|
|
2639
|
+
static { this.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "20.1.0", ngImport: i0, type: RemoveFocusDirective, deps: [{ token: i0.ElementRef }], target: i0.ɵɵFactoryTarget.Directive }); }
|
|
2640
|
+
static { this.ɵdir = i0.ɵɵngDeclareDirective({ minVersion: "14.0.0", version: "20.1.0", type: RemoveFocusDirective, isStandalone: true, selector: "[removeFocus]", host: { listeners: { "click": "onClick($event)" } }, ngImport: i0 }); }
|
|
2641
2641
|
}
|
|
2642
|
-
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "20.0
|
|
2642
|
+
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "20.1.0", ngImport: i0, type: RemoveFocusDirective, decorators: [{
|
|
2643
2643
|
type: Directive,
|
|
2644
2644
|
args: [{
|
|
2645
2645
|
selector: '[removeFocus]'
|
|
@@ -2656,11 +2656,11 @@ class FormatMarkdownPipe {
|
|
|
2656
2656
|
transform(value) {
|
|
2657
2657
|
return this.sanitizer.bypassSecurityTrustHtml(SystemUtils.markdownToHtml(value ?? ''));
|
|
2658
2658
|
}
|
|
2659
|
-
static { this.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "20.0
|
|
2660
|
-
static { this.ɵpipe = i0.ɵɵngDeclarePipe({ minVersion: "14.0.0", version: "20.0
|
|
2661
|
-
static { this.ɵprov = i0.ɵɵngDeclareInjectable({ minVersion: "12.0.0", version: "20.0
|
|
2659
|
+
static { this.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "20.1.0", ngImport: i0, type: FormatMarkdownPipe, deps: [], target: i0.ɵɵFactoryTarget.Pipe }); }
|
|
2660
|
+
static { this.ɵpipe = i0.ɵɵngDeclarePipe({ minVersion: "14.0.0", version: "20.1.0", ngImport: i0, type: FormatMarkdownPipe, isStandalone: true, name: "formatMarkdown" }); }
|
|
2661
|
+
static { this.ɵprov = i0.ɵɵngDeclareInjectable({ minVersion: "12.0.0", version: "20.1.0", ngImport: i0, type: FormatMarkdownPipe }); }
|
|
2662
2662
|
}
|
|
2663
|
-
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "20.0
|
|
2663
|
+
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "20.1.0", ngImport: i0, type: FormatMarkdownPipe, decorators: [{
|
|
2664
2664
|
type: Injectable
|
|
2665
2665
|
}, {
|
|
2666
2666
|
type: Pipe,
|