@arsedizioni/ars-utils 21.2.109 → 21.2.111
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 +27 -27
- package/fesm2022/arsedizioni-ars-utils-clipper.common.mjs.map +1 -1
- package/fesm2022/arsedizioni-ars-utils-clipper.ui.mjs +112 -112
- package/fesm2022/arsedizioni-ars-utils-clipper.ui.mjs.map +1 -1
- package/fesm2022/arsedizioni-ars-utils-core.mjs +119 -119
- package/fesm2022/arsedizioni-ars-utils-core.mjs.map +1 -1
- package/fesm2022/arsedizioni-ars-utils-evolution.common.mjs +12 -12
- 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 +8 -8
- 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 +140 -140
- package/fesm2022/arsedizioni-ars-utils-ui.application.mjs.map +1 -1
- package/fesm2022/arsedizioni-ars-utils-ui.mjs +2578 -2615
- 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 +1 -1
- package/types/arsedizioni-ars-utils-clipper.common.d.ts +3 -3
- package/types/arsedizioni-ars-utils-clipper.ui.d.ts +1 -1
- package/types/arsedizioni-ars-utils-ui.application.d.ts +1 -1
- package/types/arsedizioni-ars-utils-ui.d.ts +1069 -1084
|
@@ -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: "21.2.
|
|
24
|
-
static { this.ɵdir = i0.ɵɵngDeclareDirective({ minVersion: "14.0.0", version: "21.2.
|
|
23
|
+
static { this.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "21.2.4", ngImport: i0, type: AutoFocusDirective, deps: [], target: i0.ɵɵFactoryTarget.Directive }); }
|
|
24
|
+
static { this.ɵdir = i0.ɵɵngDeclareDirective({ minVersion: "14.0.0", version: "21.2.4", type: AutoFocusDirective, isStandalone: true, selector: "[autoFocus]", ngImport: i0 }); }
|
|
25
25
|
}
|
|
26
|
-
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "21.2.
|
|
26
|
+
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "21.2.4", ngImport: i0, type: AutoFocusDirective, decorators: [{
|
|
27
27
|
type: Directive,
|
|
28
28
|
args: [{
|
|
29
29
|
selector: "[autoFocus]",
|
|
@@ -1063,8 +1063,8 @@ class SystemUtils {
|
|
|
1063
1063
|
|
|
1064
1064
|
class DateIntervalChangeDirective {
|
|
1065
1065
|
constructor() {
|
|
1066
|
-
this.dateIntervalChange = input(new DateInterval(null, null), ...(ngDevMode ? [{ debugName: "dateIntervalChange" }] : []));
|
|
1067
|
-
this.end = input(false, ...(ngDevMode ? [{ debugName: "end" }] : []));
|
|
1066
|
+
this.dateIntervalChange = input(new DateInterval(null, null), ...(ngDevMode ? [{ debugName: "dateIntervalChange" }] : /* istanbul ignore next */ []));
|
|
1067
|
+
this.end = input(false, ...(ngDevMode ? [{ debugName: "end" }] : /* istanbul ignore next */ []));
|
|
1068
1068
|
this.subject = new Subject();
|
|
1069
1069
|
}
|
|
1070
1070
|
ngOnInit() {
|
|
@@ -1085,10 +1085,10 @@ class DateIntervalChangeDirective {
|
|
|
1085
1085
|
}
|
|
1086
1086
|
this.subject.next(e);
|
|
1087
1087
|
}
|
|
1088
|
-
static { this.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "21.2.
|
|
1089
|
-
static { this.ɵdir = i0.ɵɵngDeclareDirective({ minVersion: "17.1.0", version: "21.2.
|
|
1088
|
+
static { this.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "21.2.4", ngImport: i0, type: DateIntervalChangeDirective, deps: [], target: i0.ɵɵFactoryTarget.Directive }); }
|
|
1089
|
+
static { this.ɵdir = i0.ɵɵngDeclareDirective({ minVersion: "17.1.0", version: "21.2.4", 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 }); }
|
|
1090
1090
|
}
|
|
1091
|
-
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "21.2.
|
|
1091
|
+
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "21.2.4", ngImport: i0, type: DateIntervalChangeDirective, decorators: [{
|
|
1092
1092
|
type: Directive,
|
|
1093
1093
|
args: [{
|
|
1094
1094
|
selector: '[dateIntervalChange]',
|
|
@@ -1101,7 +1101,7 @@ i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "21.2.1", ngImpor
|
|
|
1101
1101
|
|
|
1102
1102
|
class CopyClipboardDirective {
|
|
1103
1103
|
constructor() {
|
|
1104
|
-
this.payload = input(undefined, { ...(ngDevMode ? { debugName: "payload" } : {}), alias: "copyClipboard" });
|
|
1104
|
+
this.payload = input(undefined, { ...(ngDevMode ? { debugName: "payload" } : /* istanbul ignore next */ {}), alias: "copyClipboard" });
|
|
1105
1105
|
this.copied = output({ alias: 'copied' });
|
|
1106
1106
|
}
|
|
1107
1107
|
onClick(e) {
|
|
@@ -1121,10 +1121,10 @@ class CopyClipboardDirective {
|
|
|
1121
1121
|
document.removeEventListener('copy', listener, false);
|
|
1122
1122
|
}
|
|
1123
1123
|
}
|
|
1124
|
-
static { this.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "21.2.
|
|
1125
|
-
static { this.ɵdir = i0.ɵɵngDeclareDirective({ minVersion: "17.1.0", version: "21.2.
|
|
1124
|
+
static { this.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "21.2.4", ngImport: i0, type: CopyClipboardDirective, deps: [], target: i0.ɵɵFactoryTarget.Directive }); }
|
|
1125
|
+
static { this.ɵdir = i0.ɵɵngDeclareDirective({ minVersion: "17.1.0", version: "21.2.4", 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 }); }
|
|
1126
1126
|
}
|
|
1127
|
-
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "21.2.
|
|
1127
|
+
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "21.2.4", ngImport: i0, type: CopyClipboardDirective, decorators: [{
|
|
1128
1128
|
type: Directive,
|
|
1129
1129
|
args: [{
|
|
1130
1130
|
selector: '[copyClipboard]',
|
|
@@ -1137,15 +1137,15 @@ i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "21.2.1", ngImpor
|
|
|
1137
1137
|
|
|
1138
1138
|
class ValidatorDirective {
|
|
1139
1139
|
constructor() {
|
|
1140
|
-
this.validator = input(null, ...(ngDevMode ? [{ debugName: "validator" }] : []));
|
|
1140
|
+
this.validator = input(null, ...(ngDevMode ? [{ debugName: "validator" }] : /* istanbul ignore next */ []));
|
|
1141
1141
|
}
|
|
1142
1142
|
validate(control) {
|
|
1143
1143
|
return this.validator()(control);
|
|
1144
1144
|
}
|
|
1145
|
-
static { this.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "21.2.
|
|
1146
|
-
static { this.ɵdir = i0.ɵɵngDeclareDirective({ minVersion: "17.1.0", version: "21.2.
|
|
1145
|
+
static { this.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "21.2.4", ngImport: i0, type: ValidatorDirective, deps: [], target: i0.ɵɵFactoryTarget.Directive }); }
|
|
1146
|
+
static { this.ɵdir = i0.ɵɵngDeclareDirective({ minVersion: "17.1.0", version: "21.2.4", 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 }); }
|
|
1147
1147
|
}
|
|
1148
|
-
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "21.2.
|
|
1148
|
+
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "21.2.4", ngImport: i0, type: ValidatorDirective, decorators: [{
|
|
1149
1149
|
type: Directive,
|
|
1150
1150
|
args: [{
|
|
1151
1151
|
selector: '[validator]',
|
|
@@ -1155,7 +1155,7 @@ i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "21.2.1", ngImpor
|
|
|
1155
1155
|
}], propDecorators: { validator: [{ type: i0.Input, args: [{ isSignal: true, alias: "validator", required: false }] }] } });
|
|
1156
1156
|
class ValidIfDirective {
|
|
1157
1157
|
constructor() {
|
|
1158
|
-
this.validIf = input(false, ...(ngDevMode ? [{ debugName: "validIf" }] : []));
|
|
1158
|
+
this.validIf = input(false, ...(ngDevMode ? [{ debugName: "validIf" }] : /* istanbul ignore next */ []));
|
|
1159
1159
|
}
|
|
1160
1160
|
validate(control) {
|
|
1161
1161
|
let isValid = false;
|
|
@@ -1175,8 +1175,8 @@ class ValidIfDirective {
|
|
|
1175
1175
|
return { validIf: "Non valido." };
|
|
1176
1176
|
}
|
|
1177
1177
|
}
|
|
1178
|
-
static { this.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "21.2.
|
|
1179
|
-
static { this.ɵdir = i0.ɵɵngDeclareDirective({ minVersion: "17.1.0", version: "21.2.
|
|
1178
|
+
static { this.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "21.2.4", ngImport: i0, type: ValidIfDirective, deps: [], target: i0.ɵɵFactoryTarget.Directive }); }
|
|
1179
|
+
static { this.ɵdir = i0.ɵɵngDeclareDirective({ minVersion: "17.1.0", version: "21.2.4", type: ValidIfDirective, isStandalone: true, selector: "[validIf]", inputs: { validIf: { classPropertyName: "validIf", publicName: "validIf", isSignal: true, isRequired: false, transformFunction: null } }, providers: [
|
|
1180
1180
|
{
|
|
1181
1181
|
provide: NG_VALIDATORS,
|
|
1182
1182
|
useExisting: forwardRef(() => ValidIfDirective),
|
|
@@ -1184,7 +1184,7 @@ class ValidIfDirective {
|
|
|
1184
1184
|
},
|
|
1185
1185
|
], ngImport: i0 }); }
|
|
1186
1186
|
}
|
|
1187
|
-
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "21.2.
|
|
1187
|
+
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "21.2.4", ngImport: i0, type: ValidIfDirective, decorators: [{
|
|
1188
1188
|
type: Directive,
|
|
1189
1189
|
args: [{
|
|
1190
1190
|
selector: "[validIf]",
|
|
@@ -1200,7 +1200,7 @@ i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "21.2.1", ngImpor
|
|
|
1200
1200
|
}], propDecorators: { validIf: [{ type: i0.Input, args: [{ isSignal: true, alias: "validIf", required: false }] }] } });
|
|
1201
1201
|
class EqualsValidatorDirective {
|
|
1202
1202
|
constructor() {
|
|
1203
|
-
this.equals = input(null, ...(ngDevMode ? [{ debugName: "equals" }] : []));
|
|
1203
|
+
this.equals = input(null, ...(ngDevMode ? [{ debugName: "equals" }] : /* istanbul ignore next */ []));
|
|
1204
1204
|
}
|
|
1205
1205
|
validate(control) {
|
|
1206
1206
|
const isValid = this.equals().value === control.value;
|
|
@@ -1211,8 +1211,8 @@ class EqualsValidatorDirective {
|
|
|
1211
1211
|
return { equals: "Non valido." };
|
|
1212
1212
|
}
|
|
1213
1213
|
}
|
|
1214
|
-
static { this.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "21.2.
|
|
1215
|
-
static { this.ɵdir = i0.ɵɵngDeclareDirective({ minVersion: "17.1.0", version: "21.2.
|
|
1214
|
+
static { this.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "21.2.4", ngImport: i0, type: EqualsValidatorDirective, deps: [], target: i0.ɵɵFactoryTarget.Directive }); }
|
|
1215
|
+
static { this.ɵdir = i0.ɵɵngDeclareDirective({ minVersion: "17.1.0", version: "21.2.4", type: EqualsValidatorDirective, isStandalone: true, selector: "[equals]", inputs: { equals: { classPropertyName: "equals", publicName: "equals", isSignal: true, isRequired: false, transformFunction: null } }, providers: [
|
|
1216
1216
|
{
|
|
1217
1217
|
provide: NG_VALIDATORS,
|
|
1218
1218
|
useExisting: forwardRef(() => EqualsValidatorDirective),
|
|
@@ -1220,7 +1220,7 @@ class EqualsValidatorDirective {
|
|
|
1220
1220
|
},
|
|
1221
1221
|
], ngImport: i0 }); }
|
|
1222
1222
|
}
|
|
1223
|
-
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "21.2.
|
|
1223
|
+
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "21.2.4", ngImport: i0, type: EqualsValidatorDirective, decorators: [{
|
|
1224
1224
|
type: Directive,
|
|
1225
1225
|
args: [{
|
|
1226
1226
|
selector: "[equals]",
|
|
@@ -1236,7 +1236,7 @@ i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "21.2.1", ngImpor
|
|
|
1236
1236
|
}], propDecorators: { equals: [{ type: i0.Input, args: [{ isSignal: true, alias: "equals", required: false }] }] } });
|
|
1237
1237
|
class NotEqualValidatorDirective {
|
|
1238
1238
|
constructor() {
|
|
1239
|
-
this.notEqual = input(null, ...(ngDevMode ? [{ debugName: "notEqual" }] : []));
|
|
1239
|
+
this.notEqual = input(null, ...(ngDevMode ? [{ debugName: "notEqual" }] : /* istanbul ignore next */ []));
|
|
1240
1240
|
}
|
|
1241
1241
|
validate(control) {
|
|
1242
1242
|
const notEqual = this.notEqual();
|
|
@@ -1255,8 +1255,8 @@ class NotEqualValidatorDirective {
|
|
|
1255
1255
|
}
|
|
1256
1256
|
return errors;
|
|
1257
1257
|
}
|
|
1258
|
-
static { this.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "21.2.
|
|
1259
|
-
static { this.ɵdir = i0.ɵɵngDeclareDirective({ minVersion: "17.1.0", version: "21.2.
|
|
1258
|
+
static { this.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "21.2.4", ngImport: i0, type: NotEqualValidatorDirective, deps: [], target: i0.ɵɵFactoryTarget.Directive }); }
|
|
1259
|
+
static { this.ɵdir = i0.ɵɵngDeclareDirective({ minVersion: "17.1.0", version: "21.2.4", type: NotEqualValidatorDirective, isStandalone: true, selector: "[notEqual]", inputs: { notEqual: { classPropertyName: "notEqual", publicName: "notEqual", isSignal: true, isRequired: false, transformFunction: null } }, providers: [
|
|
1260
1260
|
{
|
|
1261
1261
|
provide: NG_VALIDATORS,
|
|
1262
1262
|
useExisting: forwardRef(() => NotEqualValidatorDirective),
|
|
@@ -1264,7 +1264,7 @@ class NotEqualValidatorDirective {
|
|
|
1264
1264
|
},
|
|
1265
1265
|
], ngImport: i0 }); }
|
|
1266
1266
|
}
|
|
1267
|
-
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "21.2.
|
|
1267
|
+
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "21.2.4", ngImport: i0, type: NotEqualValidatorDirective, decorators: [{
|
|
1268
1268
|
type: Directive,
|
|
1269
1269
|
args: [{
|
|
1270
1270
|
selector: "[notEqual]",
|
|
@@ -1300,8 +1300,8 @@ class EmailsValidatorDirective {
|
|
|
1300
1300
|
return null;
|
|
1301
1301
|
}
|
|
1302
1302
|
}
|
|
1303
|
-
static { this.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "21.2.
|
|
1304
|
-
static { this.ɵdir = i0.ɵɵngDeclareDirective({ minVersion: "14.0.0", version: "21.2.
|
|
1303
|
+
static { this.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "21.2.4", ngImport: i0, type: EmailsValidatorDirective, deps: [], target: i0.ɵɵFactoryTarget.Directive }); }
|
|
1304
|
+
static { this.ɵdir = i0.ɵɵngDeclareDirective({ minVersion: "14.0.0", version: "21.2.4", type: EmailsValidatorDirective, isStandalone: true, selector: "[emails]", providers: [
|
|
1305
1305
|
{
|
|
1306
1306
|
provide: NG_VALIDATORS,
|
|
1307
1307
|
useExisting: forwardRef(() => EmailsValidatorDirective),
|
|
@@ -1309,7 +1309,7 @@ class EmailsValidatorDirective {
|
|
|
1309
1309
|
},
|
|
1310
1310
|
], ngImport: i0 }); }
|
|
1311
1311
|
}
|
|
1312
|
-
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "21.2.
|
|
1312
|
+
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "21.2.4", ngImport: i0, type: EmailsValidatorDirective, decorators: [{
|
|
1313
1313
|
type: Directive,
|
|
1314
1314
|
args: [{
|
|
1315
1315
|
selector: "[emails]",
|
|
@@ -1336,8 +1336,8 @@ class GuidValidatorDirective {
|
|
|
1336
1336
|
return null;
|
|
1337
1337
|
}
|
|
1338
1338
|
}
|
|
1339
|
-
static { this.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "21.2.
|
|
1340
|
-
static { this.ɵdir = i0.ɵɵngDeclareDirective({ minVersion: "14.0.0", version: "21.2.
|
|
1339
|
+
static { this.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "21.2.4", ngImport: i0, type: GuidValidatorDirective, deps: [], target: i0.ɵɵFactoryTarget.Directive }); }
|
|
1340
|
+
static { this.ɵdir = i0.ɵɵngDeclareDirective({ minVersion: "14.0.0", version: "21.2.4", type: GuidValidatorDirective, isStandalone: true, selector: "[guid]", providers: [
|
|
1341
1341
|
{
|
|
1342
1342
|
provide: NG_VALIDATORS,
|
|
1343
1343
|
useExisting: forwardRef(() => GuidValidatorDirective),
|
|
@@ -1345,7 +1345,7 @@ class GuidValidatorDirective {
|
|
|
1345
1345
|
},
|
|
1346
1346
|
], ngImport: i0 }); }
|
|
1347
1347
|
}
|
|
1348
|
-
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "21.2.
|
|
1348
|
+
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "21.2.4", ngImport: i0, type: GuidValidatorDirective, decorators: [{
|
|
1349
1349
|
type: Directive,
|
|
1350
1350
|
args: [{
|
|
1351
1351
|
selector: "[guid]",
|
|
@@ -1373,8 +1373,8 @@ class SqlDateValidatorDirective {
|
|
|
1373
1373
|
return null;
|
|
1374
1374
|
}
|
|
1375
1375
|
}
|
|
1376
|
-
static { this.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "21.2.
|
|
1377
|
-
static { this.ɵdir = i0.ɵɵngDeclareDirective({ minVersion: "14.0.0", version: "21.2.
|
|
1376
|
+
static { this.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "21.2.4", ngImport: i0, type: SqlDateValidatorDirective, deps: [], target: i0.ɵɵFactoryTarget.Directive }); }
|
|
1377
|
+
static { this.ɵdir = i0.ɵɵngDeclareDirective({ minVersion: "14.0.0", version: "21.2.4", type: SqlDateValidatorDirective, isStandalone: true, selector: "[sqlDate]", providers: [
|
|
1378
1378
|
{
|
|
1379
1379
|
provide: NG_VALIDATORS,
|
|
1380
1380
|
useExisting: forwardRef(() => SqlDateValidatorDirective),
|
|
@@ -1382,7 +1382,7 @@ class SqlDateValidatorDirective {
|
|
|
1382
1382
|
},
|
|
1383
1383
|
], ngImport: i0 }); }
|
|
1384
1384
|
}
|
|
1385
|
-
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "21.2.
|
|
1385
|
+
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "21.2.4", ngImport: i0, type: SqlDateValidatorDirective, decorators: [{
|
|
1386
1386
|
type: Directive,
|
|
1387
1387
|
args: [{
|
|
1388
1388
|
selector: "[sqlDate]",
|
|
@@ -1411,8 +1411,8 @@ class NotFutureValidatorDirective {
|
|
|
1411
1411
|
return null;
|
|
1412
1412
|
}
|
|
1413
1413
|
}
|
|
1414
|
-
static { this.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "21.2.
|
|
1415
|
-
static { this.ɵdir = i0.ɵɵngDeclareDirective({ minVersion: "14.0.0", version: "21.2.
|
|
1414
|
+
static { this.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "21.2.4", ngImport: i0, type: NotFutureValidatorDirective, deps: [], target: i0.ɵɵFactoryTarget.Directive }); }
|
|
1415
|
+
static { this.ɵdir = i0.ɵɵngDeclareDirective({ minVersion: "14.0.0", version: "21.2.4", type: NotFutureValidatorDirective, isStandalone: true, selector: "[notFuture]", providers: [
|
|
1416
1416
|
{
|
|
1417
1417
|
provide: NG_VALIDATORS,
|
|
1418
1418
|
useExisting: forwardRef(() => NotFutureValidatorDirective),
|
|
@@ -1420,7 +1420,7 @@ class NotFutureValidatorDirective {
|
|
|
1420
1420
|
},
|
|
1421
1421
|
], ngImport: i0 }); }
|
|
1422
1422
|
}
|
|
1423
|
-
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "21.2.
|
|
1423
|
+
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "21.2.4", ngImport: i0, type: NotFutureValidatorDirective, decorators: [{
|
|
1424
1424
|
type: Directive,
|
|
1425
1425
|
args: [{
|
|
1426
1426
|
selector: "[notFuture]",
|
|
@@ -1445,8 +1445,8 @@ class UrlValidatorDirective {
|
|
|
1445
1445
|
return null;
|
|
1446
1446
|
}
|
|
1447
1447
|
}
|
|
1448
|
-
static { this.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "21.2.
|
|
1449
|
-
static { this.ɵdir = i0.ɵɵngDeclareDirective({ minVersion: "14.0.0", version: "21.2.
|
|
1448
|
+
static { this.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "21.2.4", ngImport: i0, type: UrlValidatorDirective, deps: [], target: i0.ɵɵFactoryTarget.Directive }); }
|
|
1449
|
+
static { this.ɵdir = i0.ɵɵngDeclareDirective({ minVersion: "14.0.0", version: "21.2.4", type: UrlValidatorDirective, isStandalone: true, selector: "[url]", providers: [
|
|
1450
1450
|
{
|
|
1451
1451
|
provide: NG_VALIDATORS,
|
|
1452
1452
|
useExisting: forwardRef(() => UrlValidatorDirective),
|
|
@@ -1454,7 +1454,7 @@ class UrlValidatorDirective {
|
|
|
1454
1454
|
},
|
|
1455
1455
|
], ngImport: i0 }); }
|
|
1456
1456
|
}
|
|
1457
|
-
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "21.2.
|
|
1457
|
+
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "21.2.4", ngImport: i0, type: UrlValidatorDirective, decorators: [{
|
|
1458
1458
|
type: Directive,
|
|
1459
1459
|
args: [{
|
|
1460
1460
|
selector: "[url]",
|
|
@@ -1470,9 +1470,9 @@ i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "21.2.1", ngImpor
|
|
|
1470
1470
|
}] });
|
|
1471
1471
|
class FileSizeValidatorDirective {
|
|
1472
1472
|
constructor() {
|
|
1473
|
-
this.maxSizeMb = input(5, ...(ngDevMode ? [{ debugName: "maxSizeMb" }] : []));
|
|
1474
|
-
this.minSizeMb = input(0, ...(ngDevMode ? [{ debugName: "minSizeMb" }] : []));
|
|
1475
|
-
this.size = input(null, ...(ngDevMode ? [{ debugName: "size" }] : []));
|
|
1473
|
+
this.maxSizeMb = input(5, ...(ngDevMode ? [{ debugName: "maxSizeMb" }] : /* istanbul ignore next */ []));
|
|
1474
|
+
this.minSizeMb = input(0, ...(ngDevMode ? [{ debugName: "minSizeMb" }] : /* istanbul ignore next */ []));
|
|
1475
|
+
this.size = input(null, ...(ngDevMode ? [{ debugName: "size" }] : /* istanbul ignore next */ []));
|
|
1476
1476
|
}
|
|
1477
1477
|
validate(control) {
|
|
1478
1478
|
const input = control.value;
|
|
@@ -1488,8 +1488,8 @@ class FileSizeValidatorDirective {
|
|
|
1488
1488
|
return { fileSize: "Non valido." };
|
|
1489
1489
|
}
|
|
1490
1490
|
}
|
|
1491
|
-
static { this.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "21.2.
|
|
1492
|
-
static { this.ɵdir = i0.ɵɵngDeclareDirective({ minVersion: "17.1.0", version: "21.2.
|
|
1491
|
+
static { this.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "21.2.4", ngImport: i0, type: FileSizeValidatorDirective, deps: [], target: i0.ɵɵFactoryTarget.Directive }); }
|
|
1492
|
+
static { this.ɵdir = i0.ɵɵngDeclareDirective({ minVersion: "17.1.0", version: "21.2.4", 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: [
|
|
1493
1493
|
{
|
|
1494
1494
|
provide: NG_VALIDATORS,
|
|
1495
1495
|
useExisting: forwardRef(() => FileSizeValidatorDirective),
|
|
@@ -1497,7 +1497,7 @@ class FileSizeValidatorDirective {
|
|
|
1497
1497
|
},
|
|
1498
1498
|
], ngImport: i0 }); }
|
|
1499
1499
|
}
|
|
1500
|
-
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "21.2.
|
|
1500
|
+
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "21.2.4", ngImport: i0, type: FileSizeValidatorDirective, decorators: [{
|
|
1501
1501
|
type: Directive,
|
|
1502
1502
|
args: [{
|
|
1503
1503
|
selector: "[fileSize]",
|
|
@@ -1513,7 +1513,7 @@ i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "21.2.1", ngImpor
|
|
|
1513
1513
|
}], propDecorators: { maxSizeMb: [{ type: i0.Input, args: [{ isSignal: true, alias: "maxSizeMb", required: false }] }], minSizeMb: [{ type: i0.Input, args: [{ isSignal: true, alias: "minSizeMb", required: false }] }], size: [{ type: i0.Input, args: [{ isSignal: true, alias: "size", required: false }] }] } });
|
|
1514
1514
|
class MaxTermsValidatorDirective {
|
|
1515
1515
|
constructor() {
|
|
1516
|
-
this.maxTerms = input(0, ...(ngDevMode ? [{ debugName: "maxTerms" }] : []));
|
|
1516
|
+
this.maxTerms = input(0, ...(ngDevMode ? [{ debugName: "maxTerms" }] : /* istanbul ignore next */ []));
|
|
1517
1517
|
}
|
|
1518
1518
|
validate(control) {
|
|
1519
1519
|
const input = control.value;
|
|
@@ -1528,8 +1528,8 @@ class MaxTermsValidatorDirective {
|
|
|
1528
1528
|
return { maxTerms: "Non valido." };
|
|
1529
1529
|
}
|
|
1530
1530
|
}
|
|
1531
|
-
static { this.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "21.2.
|
|
1532
|
-
static { this.ɵdir = i0.ɵɵngDeclareDirective({ minVersion: "17.1.0", version: "21.2.
|
|
1531
|
+
static { this.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "21.2.4", ngImport: i0, type: MaxTermsValidatorDirective, deps: [], target: i0.ɵɵFactoryTarget.Directive }); }
|
|
1532
|
+
static { this.ɵdir = i0.ɵɵngDeclareDirective({ minVersion: "17.1.0", version: "21.2.4", type: MaxTermsValidatorDirective, isStandalone: true, selector: "[maxTerms]", inputs: { maxTerms: { classPropertyName: "maxTerms", publicName: "maxTerms", isSignal: true, isRequired: false, transformFunction: null } }, providers: [
|
|
1533
1533
|
{
|
|
1534
1534
|
provide: NG_VALIDATORS,
|
|
1535
1535
|
useExisting: forwardRef(() => MaxTermsValidatorDirective),
|
|
@@ -1537,7 +1537,7 @@ class MaxTermsValidatorDirective {
|
|
|
1537
1537
|
},
|
|
1538
1538
|
], ngImport: i0 }); }
|
|
1539
1539
|
}
|
|
1540
|
-
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "21.2.
|
|
1540
|
+
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "21.2.4", ngImport: i0, type: MaxTermsValidatorDirective, decorators: [{
|
|
1541
1541
|
type: Directive,
|
|
1542
1542
|
args: [{
|
|
1543
1543
|
selector: "[maxTerms]",
|
|
@@ -1562,8 +1562,8 @@ class PasswordValidatorDirective {
|
|
|
1562
1562
|
return null;
|
|
1563
1563
|
}
|
|
1564
1564
|
}
|
|
1565
|
-
static { this.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "21.2.
|
|
1566
|
-
static { this.ɵdir = i0.ɵɵngDeclareDirective({ minVersion: "14.0.0", version: "21.2.
|
|
1565
|
+
static { this.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "21.2.4", ngImport: i0, type: PasswordValidatorDirective, deps: [], target: i0.ɵɵFactoryTarget.Directive }); }
|
|
1566
|
+
static { this.ɵdir = i0.ɵɵngDeclareDirective({ minVersion: "14.0.0", version: "21.2.4", type: PasswordValidatorDirective, isStandalone: true, selector: "[password]", providers: [
|
|
1567
1567
|
{
|
|
1568
1568
|
provide: NG_VALIDATORS,
|
|
1569
1569
|
useExisting: forwardRef(() => PasswordValidatorDirective),
|
|
@@ -1571,7 +1571,7 @@ class PasswordValidatorDirective {
|
|
|
1571
1571
|
},
|
|
1572
1572
|
], ngImport: i0 }); }
|
|
1573
1573
|
}
|
|
1574
|
-
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "21.2.
|
|
1574
|
+
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "21.2.4", ngImport: i0, type: PasswordValidatorDirective, decorators: [{
|
|
1575
1575
|
type: Directive,
|
|
1576
1576
|
args: [{
|
|
1577
1577
|
selector: "[password]",
|
|
@@ -1587,7 +1587,7 @@ i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "21.2.1", ngImpor
|
|
|
1587
1587
|
}] });
|
|
1588
1588
|
class TimeValidatorDirective {
|
|
1589
1589
|
constructor() {
|
|
1590
|
-
this.slots = input(null, ...(ngDevMode ? [{ debugName: "slots" }] : []));
|
|
1590
|
+
this.slots = input(null, ...(ngDevMode ? [{ debugName: "slots" }] : /* istanbul ignore next */ []));
|
|
1591
1591
|
}
|
|
1592
1592
|
/**
|
|
1593
1593
|
* Retrieve hours as a number from a time string (e: 12:00)
|
|
@@ -1634,8 +1634,8 @@ class TimeValidatorDirective {
|
|
|
1634
1634
|
return null;
|
|
1635
1635
|
}
|
|
1636
1636
|
}
|
|
1637
|
-
static { this.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "21.2.
|
|
1638
|
-
static { this.ɵdir = i0.ɵɵngDeclareDirective({ minVersion: "17.1.0", version: "21.2.
|
|
1637
|
+
static { this.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "21.2.4", ngImport: i0, type: TimeValidatorDirective, deps: [], target: i0.ɵɵFactoryTarget.Directive }); }
|
|
1638
|
+
static { this.ɵdir = i0.ɵɵngDeclareDirective({ minVersion: "17.1.0", version: "21.2.4", type: TimeValidatorDirective, isStandalone: true, selector: "[time]", inputs: { slots: { classPropertyName: "slots", publicName: "slots", isSignal: true, isRequired: false, transformFunction: null } }, providers: [
|
|
1639
1639
|
{
|
|
1640
1640
|
provide: NG_VALIDATORS,
|
|
1641
1641
|
useExisting: forwardRef(() => TimeValidatorDirective),
|
|
@@ -1643,7 +1643,7 @@ class TimeValidatorDirective {
|
|
|
1643
1643
|
},
|
|
1644
1644
|
], ngImport: i0 }); }
|
|
1645
1645
|
}
|
|
1646
|
-
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "21.2.
|
|
1646
|
+
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "21.2.4", ngImport: i0, type: TimeValidatorDirective, decorators: [{
|
|
1647
1647
|
type: Directive,
|
|
1648
1648
|
args: [{
|
|
1649
1649
|
selector: "[time]",
|
|
@@ -1670,8 +1670,8 @@ class NotEmptyValidatorDirective {
|
|
|
1670
1670
|
return null;
|
|
1671
1671
|
}
|
|
1672
1672
|
}
|
|
1673
|
-
static { this.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "21.2.
|
|
1674
|
-
static { this.ɵdir = i0.ɵɵngDeclareDirective({ minVersion: "14.0.0", version: "21.2.
|
|
1673
|
+
static { this.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "21.2.4", ngImport: i0, type: NotEmptyValidatorDirective, deps: [], target: i0.ɵɵFactoryTarget.Directive }); }
|
|
1674
|
+
static { this.ɵdir = i0.ɵɵngDeclareDirective({ minVersion: "14.0.0", version: "21.2.4", type: NotEmptyValidatorDirective, isStandalone: true, selector: "[notEmpty]", providers: [
|
|
1675
1675
|
{
|
|
1676
1676
|
provide: NG_VALIDATORS,
|
|
1677
1677
|
useExisting: forwardRef(() => NotEmptyValidatorDirective),
|
|
@@ -1679,7 +1679,7 @@ class NotEmptyValidatorDirective {
|
|
|
1679
1679
|
},
|
|
1680
1680
|
], ngImport: i0 }); }
|
|
1681
1681
|
}
|
|
1682
|
-
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "21.2.
|
|
1682
|
+
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "21.2.4", ngImport: i0, type: NotEmptyValidatorDirective, decorators: [{
|
|
1683
1683
|
type: Directive,
|
|
1684
1684
|
args: [{
|
|
1685
1685
|
selector: "[notEmpty]",
|
|
@@ -1720,10 +1720,10 @@ class FormatPipe {
|
|
|
1720
1720
|
}
|
|
1721
1721
|
return undefined;
|
|
1722
1722
|
}
|
|
1723
|
-
static { this.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "21.2.
|
|
1724
|
-
static { this.ɵpipe = i0.ɵɵngDeclarePipe({ minVersion: "14.0.0", version: "21.2.
|
|
1723
|
+
static { this.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "21.2.4", ngImport: i0, type: FormatPipe, deps: [], target: i0.ɵɵFactoryTarget.Pipe }); }
|
|
1724
|
+
static { this.ɵpipe = i0.ɵɵngDeclarePipe({ minVersion: "14.0.0", version: "21.2.4", ngImport: i0, type: FormatPipe, isStandalone: true, name: "format" }); }
|
|
1725
1725
|
}
|
|
1726
|
-
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "21.2.
|
|
1726
|
+
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "21.2.4", ngImport: i0, type: FormatPipe, decorators: [{
|
|
1727
1727
|
type: Pipe,
|
|
1728
1728
|
args: [{
|
|
1729
1729
|
name: 'format',
|
|
@@ -1743,10 +1743,10 @@ class ReplacePipe {
|
|
|
1743
1743
|
}
|
|
1744
1744
|
return this.sanitizer.bypassSecurityTrustHtml(value.replace(new RegExp(regexValue, 'g'), replaceValue));
|
|
1745
1745
|
}
|
|
1746
|
-
static { this.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "21.2.
|
|
1747
|
-
static { this.ɵpipe = i0.ɵɵngDeclarePipe({ minVersion: "14.0.0", version: "21.2.
|
|
1746
|
+
static { this.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "21.2.4", ngImport: i0, type: ReplacePipe, deps: [], target: i0.ɵɵFactoryTarget.Pipe }); }
|
|
1747
|
+
static { this.ɵpipe = i0.ɵɵngDeclarePipe({ minVersion: "14.0.0", version: "21.2.4", ngImport: i0, type: ReplacePipe, isStandalone: true, name: "replace" }); }
|
|
1748
1748
|
}
|
|
1749
|
-
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "21.2.
|
|
1749
|
+
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "21.2.4", ngImport: i0, type: ReplacePipe, decorators: [{
|
|
1750
1750
|
type: Pipe,
|
|
1751
1751
|
args: [{
|
|
1752
1752
|
name: 'replace',
|
|
@@ -1761,10 +1761,10 @@ class SafeHtmlPipe {
|
|
|
1761
1761
|
transform(value) {
|
|
1762
1762
|
return this.sanitizer.bypassSecurityTrustHtml(value ?? '');
|
|
1763
1763
|
}
|
|
1764
|
-
static { this.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "21.2.
|
|
1765
|
-
static { this.ɵpipe = i0.ɵɵngDeclarePipe({ minVersion: "14.0.0", version: "21.2.
|
|
1764
|
+
static { this.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "21.2.4", ngImport: i0, type: SafeHtmlPipe, deps: [], target: i0.ɵɵFactoryTarget.Pipe }); }
|
|
1765
|
+
static { this.ɵpipe = i0.ɵɵngDeclarePipe({ minVersion: "14.0.0", version: "21.2.4", ngImport: i0, type: SafeHtmlPipe, isStandalone: true, name: "safeHtml" }); }
|
|
1766
1766
|
}
|
|
1767
|
-
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "21.2.
|
|
1767
|
+
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "21.2.4", ngImport: i0, type: SafeHtmlPipe, decorators: [{
|
|
1768
1768
|
type: Pipe,
|
|
1769
1769
|
args: [{
|
|
1770
1770
|
name: 'safeHtml',
|
|
@@ -1779,10 +1779,10 @@ class SafeUrlPipe {
|
|
|
1779
1779
|
transform(value) {
|
|
1780
1780
|
return this.sanitizer.bypassSecurityTrustResourceUrl(value ?? '');
|
|
1781
1781
|
}
|
|
1782
|
-
static { this.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "21.2.
|
|
1783
|
-
static { this.ɵpipe = i0.ɵɵngDeclarePipe({ minVersion: "14.0.0", version: "21.2.
|
|
1782
|
+
static { this.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "21.2.4", ngImport: i0, type: SafeUrlPipe, deps: [], target: i0.ɵɵFactoryTarget.Pipe }); }
|
|
1783
|
+
static { this.ɵpipe = i0.ɵɵngDeclarePipe({ minVersion: "14.0.0", version: "21.2.4", ngImport: i0, type: SafeUrlPipe, isStandalone: true, name: "safeUrl" }); }
|
|
1784
1784
|
}
|
|
1785
|
-
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "21.2.
|
|
1785
|
+
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "21.2.4", ngImport: i0, type: SafeUrlPipe, decorators: [{
|
|
1786
1786
|
type: Pipe,
|
|
1787
1787
|
args: [{
|
|
1788
1788
|
name: 'safeUrl',
|
|
@@ -1797,10 +1797,10 @@ class SearchCallbackPipe {
|
|
|
1797
1797
|
}
|
|
1798
1798
|
return items.filter(item => callback(item));
|
|
1799
1799
|
}
|
|
1800
|
-
static { this.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "21.2.
|
|
1801
|
-
static { this.ɵpipe = i0.ɵɵngDeclarePipe({ minVersion: "14.0.0", version: "21.2.
|
|
1800
|
+
static { this.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "21.2.4", ngImport: i0, type: SearchCallbackPipe, deps: [], target: i0.ɵɵFactoryTarget.Pipe }); }
|
|
1801
|
+
static { this.ɵpipe = i0.ɵɵngDeclarePipe({ minVersion: "14.0.0", version: "21.2.4", ngImport: i0, type: SearchCallbackPipe, isStandalone: true, name: "callback", pure: false }); }
|
|
1802
1802
|
}
|
|
1803
|
-
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "21.2.
|
|
1803
|
+
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "21.2.4", ngImport: i0, type: SearchCallbackPipe, decorators: [{
|
|
1804
1804
|
type: Pipe,
|
|
1805
1805
|
args: [{
|
|
1806
1806
|
name: 'callback',
|
|
@@ -1842,10 +1842,10 @@ class SearchFilterPipe {
|
|
|
1842
1842
|
metadata.count = result.length;
|
|
1843
1843
|
return result;
|
|
1844
1844
|
}
|
|
1845
|
-
static { this.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "21.2.
|
|
1846
|
-
static { this.ɵpipe = i0.ɵɵngDeclarePipe({ minVersion: "14.0.0", version: "21.2.
|
|
1845
|
+
static { this.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "21.2.4", ngImport: i0, type: SearchFilterPipe, deps: [], target: i0.ɵɵFactoryTarget.Pipe }); }
|
|
1846
|
+
static { this.ɵpipe = i0.ɵɵngDeclarePipe({ minVersion: "14.0.0", version: "21.2.4", ngImport: i0, type: SearchFilterPipe, isStandalone: true, name: "search" }); }
|
|
1847
1847
|
}
|
|
1848
|
-
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "21.2.
|
|
1848
|
+
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "21.2.4", ngImport: i0, type: SearchFilterPipe, decorators: [{
|
|
1849
1849
|
type: Pipe,
|
|
1850
1850
|
args: [{
|
|
1851
1851
|
name: 'search',
|
|
@@ -1860,10 +1860,10 @@ class FormatHtmlPipe {
|
|
|
1860
1860
|
transform(value) {
|
|
1861
1861
|
return this.sanitizer.bypassSecurityTrustHtml((value ?? '').replaceAll(/(?:\r\n|\r|\n)/g, '<br>'));
|
|
1862
1862
|
}
|
|
1863
|
-
static { this.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "21.2.
|
|
1864
|
-
static { this.ɵpipe = i0.ɵɵngDeclarePipe({ minVersion: "14.0.0", version: "21.2.
|
|
1863
|
+
static { this.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "21.2.4", ngImport: i0, type: FormatHtmlPipe, deps: [], target: i0.ɵɵFactoryTarget.Pipe }); }
|
|
1864
|
+
static { this.ɵpipe = i0.ɵɵngDeclarePipe({ minVersion: "14.0.0", version: "21.2.4", ngImport: i0, type: FormatHtmlPipe, isStandalone: true, name: "formatHtml" }); }
|
|
1865
1865
|
}
|
|
1866
|
-
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "21.2.
|
|
1866
|
+
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "21.2.4", ngImport: i0, type: FormatHtmlPipe, decorators: [{
|
|
1867
1867
|
type: Pipe,
|
|
1868
1868
|
args: [{
|
|
1869
1869
|
name: 'formatHtml',
|
|
@@ -2156,10 +2156,10 @@ class BroadcastService {
|
|
|
2156
2156
|
getMessage() {
|
|
2157
2157
|
return this.subject.asObservable();
|
|
2158
2158
|
}
|
|
2159
|
-
static { this.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "21.2.
|
|
2160
|
-
static { this.ɵprov = i0.ɵɵngDeclareInjectable({ minVersion: "12.0.0", version: "21.2.
|
|
2159
|
+
static { this.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "21.2.4", ngImport: i0, type: BroadcastService, deps: [], target: i0.ɵɵFactoryTarget.Injectable }); }
|
|
2160
|
+
static { this.ɵprov = i0.ɵɵngDeclareInjectable({ minVersion: "12.0.0", version: "21.2.4", ngImport: i0, type: BroadcastService, providedIn: 'root' }); }
|
|
2161
2161
|
}
|
|
2162
|
-
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "21.2.
|
|
2162
|
+
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "21.2.4", ngImport: i0, type: BroadcastService, decorators: [{
|
|
2163
2163
|
type: Injectable,
|
|
2164
2164
|
args: [{
|
|
2165
2165
|
providedIn: 'root'
|
|
@@ -2197,10 +2197,10 @@ class EnvironmentService {
|
|
|
2197
2197
|
set appServiceLoginUri(value) {
|
|
2198
2198
|
this._appServiceLoginUri = value;
|
|
2199
2199
|
}
|
|
2200
|
-
static { this.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "21.2.
|
|
2201
|
-
static { this.ɵprov = i0.ɵɵngDeclareInjectable({ minVersion: "12.0.0", version: "21.2.
|
|
2200
|
+
static { this.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "21.2.4", ngImport: i0, type: EnvironmentService, deps: [], target: i0.ɵɵFactoryTarget.Injectable }); }
|
|
2201
|
+
static { this.ɵprov = i0.ɵɵngDeclareInjectable({ minVersion: "12.0.0", version: "21.2.4", ngImport: i0, type: EnvironmentService, providedIn: 'root' }); }
|
|
2202
2202
|
}
|
|
2203
|
-
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "21.2.
|
|
2203
|
+
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "21.2.4", ngImport: i0, type: EnvironmentService, decorators: [{
|
|
2204
2204
|
type: Injectable,
|
|
2205
2205
|
args: [{
|
|
2206
2206
|
providedIn: 'root'
|
|
@@ -2209,7 +2209,7 @@ i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "21.2.1", ngImpor
|
|
|
2209
2209
|
|
|
2210
2210
|
class ScreenService {
|
|
2211
2211
|
constructor() {
|
|
2212
|
-
this.mq = signal('', ...(ngDevMode ? [{ debugName: "mq" }] : []));
|
|
2212
|
+
this.mq = signal('', ...(ngDevMode ? [{ debugName: "mq" }] : /* istanbul ignore next */ []));
|
|
2213
2213
|
}
|
|
2214
2214
|
get isTouchable() {
|
|
2215
2215
|
return SystemUtils.isTouchable();
|
|
@@ -2217,10 +2217,10 @@ class ScreenService {
|
|
|
2217
2217
|
get isIEOrEdge() {
|
|
2218
2218
|
return /msie\s|trident\/|edge\//i.test(window.navigator.userAgent);
|
|
2219
2219
|
}
|
|
2220
|
-
static { this.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "21.2.
|
|
2221
|
-
static { this.ɵprov = i0.ɵɵngDeclareInjectable({ minVersion: "12.0.0", version: "21.2.
|
|
2220
|
+
static { this.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "21.2.4", ngImport: i0, type: ScreenService, deps: [], target: i0.ɵɵFactoryTarget.Injectable }); }
|
|
2221
|
+
static { this.ɵprov = i0.ɵɵngDeclareInjectable({ minVersion: "12.0.0", version: "21.2.4", ngImport: i0, type: ScreenService, providedIn: 'root' }); }
|
|
2222
2222
|
}
|
|
2223
|
-
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "21.2.
|
|
2223
|
+
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "21.2.4", ngImport: i0, type: ScreenService, decorators: [{
|
|
2224
2224
|
type: Injectable,
|
|
2225
2225
|
args: [{
|
|
2226
2226
|
providedIn: 'root'
|
|
@@ -2253,11 +2253,11 @@ class ThemeService {
|
|
|
2253
2253
|
/**
|
|
2254
2254
|
* Current theme
|
|
2255
2255
|
*/
|
|
2256
|
-
this.theme = signal("light", ...(ngDevMode ? [{ debugName: "theme" }] : []));
|
|
2256
|
+
this.theme = signal("light", ...(ngDevMode ? [{ debugName: "theme" }] : /* istanbul ignore next */ []));
|
|
2257
2257
|
/**
|
|
2258
2258
|
* The current theme is "System default"
|
|
2259
2259
|
*/
|
|
2260
|
-
this.auto = computed(() => this.theme() === 'auto', ...(ngDevMode ? [{ debugName: "auto" }] : []));
|
|
2260
|
+
this.auto = computed(() => this.theme() === 'auto', ...(ngDevMode ? [{ debugName: "auto" }] : /* istanbul ignore next */ []));
|
|
2261
2261
|
/**
|
|
2262
2262
|
* Configuration schema about the icon, the text and the toggle() sequence
|
|
2263
2263
|
*/
|
|
@@ -2269,15 +2269,15 @@ class ThemeService {
|
|
|
2269
2269
|
/**
|
|
2270
2270
|
* Icon of the current theme (mat-icon code)
|
|
2271
2271
|
*/
|
|
2272
|
-
this.themeIcon = computed(() => this.themeInfo[this.theme()].icon, ...(ngDevMode ? [{ debugName: "themeIcon" }] : []));
|
|
2272
|
+
this.themeIcon = computed(() => this.themeInfo[this.theme()].icon, ...(ngDevMode ? [{ debugName: "themeIcon" }] : /* istanbul ignore next */ []));
|
|
2273
2273
|
/**
|
|
2274
2274
|
* Current theme name
|
|
2275
2275
|
*/
|
|
2276
|
-
this.themeName = computed(() => this.themeInfo[this.theme()].name, ...(ngDevMode ? [{ debugName: "themeName" }] : []));
|
|
2276
|
+
this.themeName = computed(() => this.themeInfo[this.theme()].name, ...(ngDevMode ? [{ debugName: "themeName" }] : /* istanbul ignore next */ []));
|
|
2277
2277
|
/**
|
|
2278
2278
|
* Tooltip text on toggle
|
|
2279
2279
|
*/
|
|
2280
|
-
this.toggleTooltip = computed(() => this.themeInfo[this.theme()].tooltip, ...(ngDevMode ? [{ debugName: "toggleTooltip" }] : []));
|
|
2280
|
+
this.toggleTooltip = computed(() => this.themeInfo[this.theme()].tooltip, ...(ngDevMode ? [{ debugName: "toggleTooltip" }] : /* istanbul ignore next */ []));
|
|
2281
2281
|
}
|
|
2282
2282
|
/**
|
|
2283
2283
|
* Initialize
|
|
@@ -2346,10 +2346,10 @@ class ThemeService {
|
|
|
2346
2346
|
? (window.matchMedia && window.matchMedia("(prefers-color-scheme: dark)").matches ? "dark" : "light")
|
|
2347
2347
|
: this.getPreferredTheme());
|
|
2348
2348
|
}
|
|
2349
|
-
static { this.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "21.2.
|
|
2350
|
-
static { this.ɵprov = i0.ɵɵngDeclareInjectable({ minVersion: "12.0.0", version: "21.2.
|
|
2349
|
+
static { this.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "21.2.4", ngImport: i0, type: ThemeService, deps: [], target: i0.ɵɵFactoryTarget.Injectable }); }
|
|
2350
|
+
static { this.ɵprov = i0.ɵɵngDeclareInjectable({ minVersion: "12.0.0", version: "21.2.4", ngImport: i0, type: ThemeService, providedIn: "root" }); }
|
|
2351
2351
|
}
|
|
2352
|
-
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "21.2.
|
|
2352
|
+
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "21.2.4", ngImport: i0, type: ThemeService, decorators: [{
|
|
2353
2353
|
type: Injectable,
|
|
2354
2354
|
args: [{
|
|
2355
2355
|
providedIn: "root",
|
|
@@ -2357,8 +2357,8 @@ i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "21.2.1", ngImpor
|
|
|
2357
2357
|
}] });
|
|
2358
2358
|
|
|
2359
2359
|
class ArsCoreModule {
|
|
2360
|
-
static { this.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "21.2.
|
|
2361
|
-
static { this.ɵmod = i0.ɵɵngDeclareNgModule({ minVersion: "14.0.0", version: "21.2.
|
|
2360
|
+
static { this.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "21.2.4", ngImport: i0, type: ArsCoreModule, deps: [], target: i0.ɵɵFactoryTarget.NgModule }); }
|
|
2361
|
+
static { this.ɵmod = i0.ɵɵngDeclareNgModule({ minVersion: "14.0.0", version: "21.2.4", ngImport: i0, type: ArsCoreModule, imports: [FileSizeValidatorDirective,
|
|
2362
2362
|
ValidIfDirective,
|
|
2363
2363
|
ValidatorDirective,
|
|
2364
2364
|
EqualsValidatorDirective,
|
|
@@ -2401,7 +2401,7 @@ class ArsCoreModule {
|
|
|
2401
2401
|
CopyClipboardDirective,
|
|
2402
2402
|
AutoFocusDirective,
|
|
2403
2403
|
MaxTermsValidatorDirective] }); }
|
|
2404
|
-
static { this.ɵinj = i0.ɵɵngDeclareInjector({ minVersion: "12.0.0", version: "21.2.
|
|
2404
|
+
static { this.ɵinj = i0.ɵɵngDeclareInjector({ minVersion: "12.0.0", version: "21.2.4", ngImport: i0, type: ArsCoreModule, providers: [
|
|
2405
2405
|
SearchFilterPipe,
|
|
2406
2406
|
SearchCallbackPipe,
|
|
2407
2407
|
SafeHtmlPipe,
|
|
@@ -2411,7 +2411,7 @@ class ArsCoreModule {
|
|
|
2411
2411
|
FormatHtmlPipe
|
|
2412
2412
|
] }); }
|
|
2413
2413
|
}
|
|
2414
|
-
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "21.2.
|
|
2414
|
+
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "21.2.4", ngImport: i0, type: ArsCoreModule, decorators: [{
|
|
2415
2415
|
type: NgModule,
|
|
2416
2416
|
args: [{
|
|
2417
2417
|
imports: [
|
|
@@ -2659,16 +2659,16 @@ class DateFnsAdapter extends DateAdapter {
|
|
|
2659
2659
|
invalid() {
|
|
2660
2660
|
return new Date(NaN);
|
|
2661
2661
|
}
|
|
2662
|
-
static { this.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "21.2.
|
|
2663
|
-
static { this.ɵprov = i0.ɵɵngDeclareInjectable({ minVersion: "12.0.0", version: "21.2.
|
|
2662
|
+
static { this.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "21.2.4", ngImport: i0, type: DateFnsAdapter, deps: [], target: i0.ɵɵFactoryTarget.Injectable }); }
|
|
2663
|
+
static { this.ɵprov = i0.ɵɵngDeclareInjectable({ minVersion: "12.0.0", version: "21.2.4", ngImport: i0, type: DateFnsAdapter }); }
|
|
2664
2664
|
}
|
|
2665
|
-
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "21.2.
|
|
2665
|
+
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "21.2.4", ngImport: i0, type: DateFnsAdapter, decorators: [{
|
|
2666
2666
|
type: Injectable
|
|
2667
2667
|
}], ctorParameters: () => [] });
|
|
2668
2668
|
class ArsDateFnsModule {
|
|
2669
|
-
static { this.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "21.2.
|
|
2670
|
-
static { this.ɵmod = i0.ɵɵngDeclareNgModule({ minVersion: "14.0.0", version: "21.2.
|
|
2671
|
-
static { this.ɵinj = i0.ɵɵngDeclareInjector({ minVersion: "12.0.0", version: "21.2.
|
|
2669
|
+
static { this.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "21.2.4", ngImport: i0, type: ArsDateFnsModule, deps: [], target: i0.ɵɵFactoryTarget.NgModule }); }
|
|
2670
|
+
static { this.ɵmod = i0.ɵɵngDeclareNgModule({ minVersion: "14.0.0", version: "21.2.4", ngImport: i0, type: ArsDateFnsModule }); }
|
|
2671
|
+
static { this.ɵinj = i0.ɵɵngDeclareInjector({ minVersion: "12.0.0", version: "21.2.4", ngImport: i0, type: ArsDateFnsModule, providers: [
|
|
2672
2672
|
{
|
|
2673
2673
|
provide: DateAdapter,
|
|
2674
2674
|
useClass: DateFnsAdapter,
|
|
@@ -2677,7 +2677,7 @@ class ArsDateFnsModule {
|
|
|
2677
2677
|
{ provide: MAT_DATE_FORMATS, useValue: MAT_DATE_FNS_FORMATS }
|
|
2678
2678
|
] }); }
|
|
2679
2679
|
}
|
|
2680
|
-
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "21.2.
|
|
2680
|
+
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "21.2.4", ngImport: i0, type: ArsDateFnsModule, decorators: [{
|
|
2681
2681
|
type: NgModule,
|
|
2682
2682
|
args: [{
|
|
2683
2683
|
providers: [
|
|
@@ -2704,10 +2704,10 @@ class RemoveFocusDirective {
|
|
|
2704
2704
|
}, 0);
|
|
2705
2705
|
}
|
|
2706
2706
|
}
|
|
2707
|
-
static { this.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "21.2.
|
|
2708
|
-
static { this.ɵdir = i0.ɵɵngDeclareDirective({ minVersion: "14.0.0", version: "21.2.
|
|
2707
|
+
static { this.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "21.2.4", ngImport: i0, type: RemoveFocusDirective, deps: [], target: i0.ɵɵFactoryTarget.Directive }); }
|
|
2708
|
+
static { this.ɵdir = i0.ɵɵngDeclareDirective({ minVersion: "14.0.0", version: "21.2.4", type: RemoveFocusDirective, isStandalone: true, selector: "[removeFocus]", host: { listeners: { "click": "onClick($event)" } }, ngImport: i0 }); }
|
|
2709
2709
|
}
|
|
2710
|
-
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "21.2.
|
|
2710
|
+
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "21.2.4", ngImport: i0, type: RemoveFocusDirective, decorators: [{
|
|
2711
2711
|
type: Directive,
|
|
2712
2712
|
args: [{
|
|
2713
2713
|
selector: '[removeFocus]',
|
|
@@ -2725,10 +2725,10 @@ class FormatMarkdownPipe {
|
|
|
2725
2725
|
transform(value) {
|
|
2726
2726
|
return this.sanitizer.bypassSecurityTrustHtml(SystemUtils.markdownToHtml(value ?? ''));
|
|
2727
2727
|
}
|
|
2728
|
-
static { this.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "21.2.
|
|
2729
|
-
static { this.ɵpipe = i0.ɵɵngDeclarePipe({ minVersion: "14.0.0", version: "21.2.
|
|
2728
|
+
static { this.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "21.2.4", ngImport: i0, type: FormatMarkdownPipe, deps: [], target: i0.ɵɵFactoryTarget.Pipe }); }
|
|
2729
|
+
static { this.ɵpipe = i0.ɵɵngDeclarePipe({ minVersion: "14.0.0", version: "21.2.4", ngImport: i0, type: FormatMarkdownPipe, isStandalone: true, name: "formatMarkdown" }); }
|
|
2730
2730
|
}
|
|
2731
|
-
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "21.2.
|
|
2731
|
+
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "21.2.4", ngImport: i0, type: FormatMarkdownPipe, decorators: [{
|
|
2732
2732
|
type: Pipe,
|
|
2733
2733
|
args: [{
|
|
2734
2734
|
name: 'formatMarkdown',
|