@arsedizioni/ars-utils 22.0.70 → 22.0.71
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 +24 -24
- package/fesm2022/arsedizioni-ars-utils-clipper.ui.mjs +48 -48
- package/fesm2022/arsedizioni-ars-utils-core.mjs +111 -96
- package/fesm2022/arsedizioni-ars-utils-core.mjs.map +1 -1
- package/fesm2022/arsedizioni-ars-utils-evolution.common.mjs +15 -15
- package/fesm2022/arsedizioni-ars-utils-help.mjs +9 -9
- package/fesm2022/arsedizioni-ars-utils-support.common.mjs +9 -9
- package/fesm2022/arsedizioni-ars-utils-support.ui.mjs +6 -6
- package/fesm2022/arsedizioni-ars-utils-tinymce.mjs +3 -3
- package/fesm2022/arsedizioni-ars-utils-ui.application.mjs +73 -59
- package/fesm2022/arsedizioni-ars-utils-ui.application.mjs.map +1 -1
- package/fesm2022/arsedizioni-ars-utils-ui.mjs +97 -97
- package/fesm2022/arsedizioni-ars-utils-ui.oauth.mjs +6 -6
- package/package.json +1 -1
- package/types/arsedizioni-ars-utils-clipper.ui.d.ts +1 -1
- package/types/arsedizioni-ars-utils-core.d.ts +10 -0
- package/types/arsedizioni-ars-utils-ui.application.d.ts +9 -3
- package/types/arsedizioni-ars-utils-ui.d.ts +1 -1
|
@@ -309,10 +309,10 @@ class DateFnsAdapter extends DateAdapter {
|
|
|
309
309
|
invalid() {
|
|
310
310
|
return new Date(NaN);
|
|
311
311
|
}
|
|
312
|
-
static { this.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "22.0.
|
|
313
|
-
static { this.ɵprov = i0.ɵɵngDeclareInjectable({ minVersion: "12.0.0", version: "22.0.
|
|
312
|
+
static { this.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "22.0.5", ngImport: i0, type: DateFnsAdapter, deps: [], target: i0.ɵɵFactoryTarget.Injectable }); }
|
|
313
|
+
static { this.ɵprov = i0.ɵɵngDeclareInjectable({ minVersion: "12.0.0", version: "22.0.5", ngImport: i0, type: DateFnsAdapter }); }
|
|
314
314
|
}
|
|
315
|
-
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "22.0.
|
|
315
|
+
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "22.0.5", ngImport: i0, type: DateFnsAdapter, decorators: [{
|
|
316
316
|
type: Injectable
|
|
317
317
|
}], ctorParameters: () => [] });
|
|
318
318
|
/**
|
|
@@ -347,10 +347,10 @@ class AutoFocusDirective {
|
|
|
347
347
|
this.elementRef.nativeElement?.focus();
|
|
348
348
|
});
|
|
349
349
|
}
|
|
350
|
-
static { this.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "22.0.
|
|
351
|
-
static { this.ɵdir = i0.ɵɵngDeclareDirective({ minVersion: "14.0.0", version: "22.0.
|
|
350
|
+
static { this.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "22.0.5", ngImport: i0, type: AutoFocusDirective, deps: [], target: i0.ɵɵFactoryTarget.Directive }); }
|
|
351
|
+
static { this.ɵdir = i0.ɵɵngDeclareDirective({ minVersion: "14.0.0", version: "22.0.5", type: AutoFocusDirective, isStandalone: true, selector: "[autoFocus]", ngImport: i0 }); }
|
|
352
352
|
}
|
|
353
|
-
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "22.0.
|
|
353
|
+
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "22.0.5", ngImport: i0, type: AutoFocusDirective, decorators: [{
|
|
354
354
|
type: Directive,
|
|
355
355
|
args: [{
|
|
356
356
|
selector: '[autoFocus]',
|
|
@@ -2055,10 +2055,10 @@ class DateIntervalChangeDirective {
|
|
|
2055
2055
|
onKeyup(e) {
|
|
2056
2056
|
this.subject.next(e);
|
|
2057
2057
|
}
|
|
2058
|
-
static { this.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "22.0.
|
|
2059
|
-
static { this.ɵdir = i0.ɵɵngDeclareDirective({ minVersion: "17.1.0", version: "22.0.
|
|
2058
|
+
static { this.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "22.0.5", ngImport: i0, type: DateIntervalChangeDirective, deps: [], target: i0.ɵɵFactoryTarget.Directive }); }
|
|
2059
|
+
static { this.ɵdir = i0.ɵɵngDeclareDirective({ minVersion: "17.1.0", version: "22.0.5", 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: { "keydown": "onKeydown($event)", "keyup": "onKeyup($event)" } }, ngImport: i0 }); }
|
|
2060
2060
|
}
|
|
2061
|
-
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "22.0.
|
|
2061
|
+
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "22.0.5", ngImport: i0, type: DateIntervalChangeDirective, decorators: [{
|
|
2062
2062
|
type: Directive,
|
|
2063
2063
|
args: [{
|
|
2064
2064
|
selector: '[dateIntervalChange]',
|
|
@@ -2105,10 +2105,10 @@ class CopyClipboardDirective {
|
|
|
2105
2105
|
document.removeEventListener('copy', listener, false);
|
|
2106
2106
|
}
|
|
2107
2107
|
}
|
|
2108
|
-
static { this.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "22.0.
|
|
2109
|
-
static { this.ɵdir = i0.ɵɵngDeclareDirective({ minVersion: "17.1.0", version: "22.0.
|
|
2108
|
+
static { this.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "22.0.5", ngImport: i0, type: CopyClipboardDirective, deps: [], target: i0.ɵɵFactoryTarget.Directive }); }
|
|
2109
|
+
static { this.ɵdir = i0.ɵɵngDeclareDirective({ minVersion: "17.1.0", version: "22.0.5", 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 }); }
|
|
2110
2110
|
}
|
|
2111
|
-
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "22.0.
|
|
2111
|
+
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "22.0.5", ngImport: i0, type: CopyClipboardDirective, decorators: [{
|
|
2112
2112
|
type: Directive,
|
|
2113
2113
|
args: [{
|
|
2114
2114
|
selector: '[copyClipboard]',
|
|
@@ -2137,8 +2137,8 @@ class EmailsValidatorDirective {
|
|
|
2137
2137
|
const isValid = parts.every(part => part.length === 0 || !!SystemUtils.parseEmail(part));
|
|
2138
2138
|
return isValid ? null : { emails: "Elenco non valido." };
|
|
2139
2139
|
}
|
|
2140
|
-
static { this.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "22.0.
|
|
2141
|
-
static { this.ɵdir = i0.ɵɵngDeclareDirective({ minVersion: "14.0.0", version: "22.0.
|
|
2140
|
+
static { this.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "22.0.5", ngImport: i0, type: EmailsValidatorDirective, deps: [], target: i0.ɵɵFactoryTarget.Directive }); }
|
|
2141
|
+
static { this.ɵdir = i0.ɵɵngDeclareDirective({ minVersion: "14.0.0", version: "22.0.5", type: EmailsValidatorDirective, isStandalone: true, selector: "[emails]", providers: [
|
|
2142
2142
|
{
|
|
2143
2143
|
provide: NG_VALIDATORS,
|
|
2144
2144
|
useExisting: forwardRef(() => EmailsValidatorDirective),
|
|
@@ -2146,7 +2146,7 @@ class EmailsValidatorDirective {
|
|
|
2146
2146
|
},
|
|
2147
2147
|
], ngImport: i0 }); }
|
|
2148
2148
|
}
|
|
2149
|
-
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "22.0.
|
|
2149
|
+
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "22.0.5", ngImport: i0, type: EmailsValidatorDirective, decorators: [{
|
|
2150
2150
|
type: Directive,
|
|
2151
2151
|
args: [{
|
|
2152
2152
|
selector: "[emails]",
|
|
@@ -2205,8 +2205,8 @@ class EqualsValidatorDirective {
|
|
|
2205
2205
|
return null;
|
|
2206
2206
|
return eq.value === control.value ? null : { equals: "Non valido." };
|
|
2207
2207
|
}
|
|
2208
|
-
static { this.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "22.0.
|
|
2209
|
-
static { this.ɵdir = i0.ɵɵngDeclareDirective({ minVersion: "17.1.0", version: "22.0.
|
|
2208
|
+
static { this.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "22.0.5", ngImport: i0, type: EqualsValidatorDirective, deps: [], target: i0.ɵɵFactoryTarget.Directive }); }
|
|
2209
|
+
static { this.ɵdir = i0.ɵɵngDeclareDirective({ minVersion: "17.1.0", version: "22.0.5", type: EqualsValidatorDirective, isStandalone: true, selector: "[equals]", inputs: { equals: { classPropertyName: "equals", publicName: "equals", isSignal: true, isRequired: false, transformFunction: null } }, providers: [
|
|
2210
2210
|
{
|
|
2211
2211
|
provide: NG_VALIDATORS,
|
|
2212
2212
|
useExisting: forwardRef(() => EqualsValidatorDirective),
|
|
@@ -2214,7 +2214,7 @@ class EqualsValidatorDirective {
|
|
|
2214
2214
|
},
|
|
2215
2215
|
], ngImport: i0 }); }
|
|
2216
2216
|
}
|
|
2217
|
-
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "22.0.
|
|
2217
|
+
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "22.0.5", ngImport: i0, type: EqualsValidatorDirective, decorators: [{
|
|
2218
2218
|
type: Directive,
|
|
2219
2219
|
args: [{
|
|
2220
2220
|
selector: "[equals]",
|
|
@@ -2258,8 +2258,8 @@ class FileSizeValidatorDirective {
|
|
|
2258
2258
|
const isValid = s <= this.maxSizeMb() && s >= this.minSizeMb();
|
|
2259
2259
|
return isValid ? null : { fileSize: "Non valido." };
|
|
2260
2260
|
}
|
|
2261
|
-
static { this.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "22.0.
|
|
2262
|
-
static { this.ɵdir = i0.ɵɵngDeclareDirective({ minVersion: "17.1.0", version: "22.0.
|
|
2261
|
+
static { this.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "22.0.5", ngImport: i0, type: FileSizeValidatorDirective, deps: [], target: i0.ɵɵFactoryTarget.Directive }); }
|
|
2262
|
+
static { this.ɵdir = i0.ɵɵngDeclareDirective({ minVersion: "17.1.0", version: "22.0.5", 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: [
|
|
2263
2263
|
{
|
|
2264
2264
|
provide: NG_VALIDATORS,
|
|
2265
2265
|
useExisting: forwardRef(() => FileSizeValidatorDirective),
|
|
@@ -2267,7 +2267,7 @@ class FileSizeValidatorDirective {
|
|
|
2267
2267
|
},
|
|
2268
2268
|
], ngImport: i0 }); }
|
|
2269
2269
|
}
|
|
2270
|
-
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "22.0.
|
|
2270
|
+
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "22.0.5", ngImport: i0, type: FileSizeValidatorDirective, decorators: [{
|
|
2271
2271
|
type: Directive,
|
|
2272
2272
|
args: [{
|
|
2273
2273
|
selector: "[fileSize]",
|
|
@@ -2298,8 +2298,8 @@ class GuidValidatorDirective {
|
|
|
2298
2298
|
return null;
|
|
2299
2299
|
return SystemUtils.parseUUID(input) ? null : { guid: "Non valido." };
|
|
2300
2300
|
}
|
|
2301
|
-
static { this.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "22.0.
|
|
2302
|
-
static { this.ɵdir = i0.ɵɵngDeclareDirective({ minVersion: "14.0.0", version: "22.0.
|
|
2301
|
+
static { this.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "22.0.5", ngImport: i0, type: GuidValidatorDirective, deps: [], target: i0.ɵɵFactoryTarget.Directive }); }
|
|
2302
|
+
static { this.ɵdir = i0.ɵɵngDeclareDirective({ minVersion: "14.0.0", version: "22.0.5", type: GuidValidatorDirective, isStandalone: true, selector: "[guid]", providers: [
|
|
2303
2303
|
{
|
|
2304
2304
|
provide: NG_VALIDATORS,
|
|
2305
2305
|
useExisting: forwardRef(() => GuidValidatorDirective),
|
|
@@ -2307,7 +2307,7 @@ class GuidValidatorDirective {
|
|
|
2307
2307
|
},
|
|
2308
2308
|
], ngImport: i0 }); }
|
|
2309
2309
|
}
|
|
2310
|
-
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "22.0.
|
|
2310
|
+
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "22.0.5", ngImport: i0, type: GuidValidatorDirective, decorators: [{
|
|
2311
2311
|
type: Directive,
|
|
2312
2312
|
args: [{
|
|
2313
2313
|
selector: "[guid]",
|
|
@@ -2344,8 +2344,8 @@ class MaxTermsValidatorDirective {
|
|
|
2344
2344
|
const terms = input.match(/\S+/g)?.length ?? 0;
|
|
2345
2345
|
return terms <= this.maxTerms() ? null : { maxTerms: "Non valido." };
|
|
2346
2346
|
}
|
|
2347
|
-
static { this.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "22.0.
|
|
2348
|
-
static { this.ɵdir = i0.ɵɵngDeclareDirective({ minVersion: "17.1.0", version: "22.0.
|
|
2347
|
+
static { this.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "22.0.5", ngImport: i0, type: MaxTermsValidatorDirective, deps: [], target: i0.ɵɵFactoryTarget.Directive }); }
|
|
2348
|
+
static { this.ɵdir = i0.ɵɵngDeclareDirective({ minVersion: "17.1.0", version: "22.0.5", type: MaxTermsValidatorDirective, isStandalone: true, selector: "[maxTerms]", inputs: { maxTerms: { classPropertyName: "maxTerms", publicName: "maxTerms", isSignal: true, isRequired: false, transformFunction: null } }, providers: [
|
|
2349
2349
|
{
|
|
2350
2350
|
provide: NG_VALIDATORS,
|
|
2351
2351
|
useExisting: forwardRef(() => MaxTermsValidatorDirective),
|
|
@@ -2353,7 +2353,7 @@ class MaxTermsValidatorDirective {
|
|
|
2353
2353
|
},
|
|
2354
2354
|
], ngImport: i0 }); }
|
|
2355
2355
|
}
|
|
2356
|
-
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "22.0.
|
|
2356
|
+
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "22.0.5", ngImport: i0, type: MaxTermsValidatorDirective, decorators: [{
|
|
2357
2357
|
type: Directive,
|
|
2358
2358
|
args: [{
|
|
2359
2359
|
selector: "[maxTerms]",
|
|
@@ -2384,8 +2384,8 @@ class NotEmptyValidatorDirective {
|
|
|
2384
2384
|
return null;
|
|
2385
2385
|
return input.trim().length > 0 ? null : { notEmpty: true };
|
|
2386
2386
|
}
|
|
2387
|
-
static { this.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "22.0.
|
|
2388
|
-
static { this.ɵdir = i0.ɵɵngDeclareDirective({ minVersion: "14.0.0", version: "22.0.
|
|
2387
|
+
static { this.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "22.0.5", ngImport: i0, type: NotEmptyValidatorDirective, deps: [], target: i0.ɵɵFactoryTarget.Directive }); }
|
|
2388
|
+
static { this.ɵdir = i0.ɵɵngDeclareDirective({ minVersion: "14.0.0", version: "22.0.5", type: NotEmptyValidatorDirective, isStandalone: true, selector: "[notEmpty]", providers: [
|
|
2389
2389
|
{
|
|
2390
2390
|
provide: NG_VALIDATORS,
|
|
2391
2391
|
useExisting: forwardRef(() => NotEmptyValidatorDirective),
|
|
@@ -2393,7 +2393,7 @@ class NotEmptyValidatorDirective {
|
|
|
2393
2393
|
},
|
|
2394
2394
|
], ngImport: i0 }); }
|
|
2395
2395
|
}
|
|
2396
|
-
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "22.0.
|
|
2396
|
+
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "22.0.5", ngImport: i0, type: NotEmptyValidatorDirective, decorators: [{
|
|
2397
2397
|
type: Directive,
|
|
2398
2398
|
args: [{
|
|
2399
2399
|
selector: "[notEmpty]",
|
|
@@ -2466,8 +2466,8 @@ class NotEqualValidatorDirective {
|
|
|
2466
2466
|
}
|
|
2467
2467
|
return errors;
|
|
2468
2468
|
}
|
|
2469
|
-
static { this.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "22.0.
|
|
2470
|
-
static { this.ɵdir = i0.ɵɵngDeclareDirective({ minVersion: "17.1.0", version: "22.0.
|
|
2469
|
+
static { this.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "22.0.5", ngImport: i0, type: NotEqualValidatorDirective, deps: [], target: i0.ɵɵFactoryTarget.Directive }); }
|
|
2470
|
+
static { this.ɵdir = i0.ɵɵngDeclareDirective({ minVersion: "17.1.0", version: "22.0.5", type: NotEqualValidatorDirective, isStandalone: true, selector: "[notEqual]", inputs: { notEqual: { classPropertyName: "notEqual", publicName: "notEqual", isSignal: true, isRequired: false, transformFunction: null } }, providers: [
|
|
2471
2471
|
{
|
|
2472
2472
|
provide: NG_VALIDATORS,
|
|
2473
2473
|
useExisting: forwardRef(() => NotEqualValidatorDirective),
|
|
@@ -2475,7 +2475,7 @@ class NotEqualValidatorDirective {
|
|
|
2475
2475
|
},
|
|
2476
2476
|
], ngImport: i0 }); }
|
|
2477
2477
|
}
|
|
2478
|
-
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "22.0.
|
|
2478
|
+
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "22.0.5", ngImport: i0, type: NotEqualValidatorDirective, decorators: [{
|
|
2479
2479
|
type: Directive,
|
|
2480
2480
|
args: [{
|
|
2481
2481
|
selector: "[notEqual]",
|
|
@@ -2511,8 +2511,8 @@ class NotFutureValidatorDirective {
|
|
|
2511
2511
|
const d = endOfDay(parsed);
|
|
2512
2512
|
return d <= today ? null : { notFuture: "Non valido." };
|
|
2513
2513
|
}
|
|
2514
|
-
static { this.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "22.0.
|
|
2515
|
-
static { this.ɵdir = i0.ɵɵngDeclareDirective({ minVersion: "14.0.0", version: "22.0.
|
|
2514
|
+
static { this.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "22.0.5", ngImport: i0, type: NotFutureValidatorDirective, deps: [], target: i0.ɵɵFactoryTarget.Directive }); }
|
|
2515
|
+
static { this.ɵdir = i0.ɵɵngDeclareDirective({ minVersion: "14.0.0", version: "22.0.5", type: NotFutureValidatorDirective, isStandalone: true, selector: "[notFuture]", providers: [
|
|
2516
2516
|
{
|
|
2517
2517
|
provide: NG_VALIDATORS,
|
|
2518
2518
|
useExisting: forwardRef(() => NotFutureValidatorDirective),
|
|
@@ -2520,7 +2520,7 @@ class NotFutureValidatorDirective {
|
|
|
2520
2520
|
},
|
|
2521
2521
|
], ngImport: i0 }); }
|
|
2522
2522
|
}
|
|
2523
|
-
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "22.0.
|
|
2523
|
+
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "22.0.5", ngImport: i0, type: NotFutureValidatorDirective, decorators: [{
|
|
2524
2524
|
type: Directive,
|
|
2525
2525
|
args: [{
|
|
2526
2526
|
selector: "[notFuture]",
|
|
@@ -2549,8 +2549,8 @@ class PasswordValidatorDirective {
|
|
|
2549
2549
|
const strength = SystemUtils.calculatePasswordStrength(input);
|
|
2550
2550
|
return strength.isValid ? null : { password: "Non valido." };
|
|
2551
2551
|
}
|
|
2552
|
-
static { this.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "22.0.
|
|
2553
|
-
static { this.ɵdir = i0.ɵɵngDeclareDirective({ minVersion: "14.0.0", version: "22.0.
|
|
2552
|
+
static { this.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "22.0.5", ngImport: i0, type: PasswordValidatorDirective, deps: [], target: i0.ɵɵFactoryTarget.Directive }); }
|
|
2553
|
+
static { this.ɵdir = i0.ɵɵngDeclareDirective({ minVersion: "14.0.0", version: "22.0.5", type: PasswordValidatorDirective, isStandalone: true, selector: "[password]", providers: [
|
|
2554
2554
|
{
|
|
2555
2555
|
provide: NG_VALIDATORS,
|
|
2556
2556
|
useExisting: forwardRef(() => PasswordValidatorDirective),
|
|
@@ -2558,7 +2558,7 @@ class PasswordValidatorDirective {
|
|
|
2558
2558
|
},
|
|
2559
2559
|
], ngImport: i0 }); }
|
|
2560
2560
|
}
|
|
2561
|
-
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "22.0.
|
|
2561
|
+
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "22.0.5", ngImport: i0, type: PasswordValidatorDirective, decorators: [{
|
|
2562
2562
|
type: Directive,
|
|
2563
2563
|
args: [{
|
|
2564
2564
|
selector: "[password]",
|
|
@@ -2592,10 +2592,10 @@ class RemoveFocusDirective {
|
|
|
2592
2592
|
setTimeout(() => el.blur(), 0);
|
|
2593
2593
|
}
|
|
2594
2594
|
}
|
|
2595
|
-
static { this.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "22.0.
|
|
2596
|
-
static { this.ɵdir = i0.ɵɵngDeclareDirective({ minVersion: "14.0.0", version: "22.0.
|
|
2595
|
+
static { this.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "22.0.5", ngImport: i0, type: RemoveFocusDirective, deps: [], target: i0.ɵɵFactoryTarget.Directive }); }
|
|
2596
|
+
static { this.ɵdir = i0.ɵɵngDeclareDirective({ minVersion: "14.0.0", version: "22.0.5", type: RemoveFocusDirective, isStandalone: true, selector: "[removeFocus]", host: { listeners: { "click": "onClick()" } }, ngImport: i0 }); }
|
|
2597
2597
|
}
|
|
2598
|
-
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "22.0.
|
|
2598
|
+
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "22.0.5", ngImport: i0, type: RemoveFocusDirective, decorators: [{
|
|
2599
2599
|
type: Directive,
|
|
2600
2600
|
args: [{
|
|
2601
2601
|
selector: '[removeFocus]',
|
|
@@ -2626,8 +2626,8 @@ class SqlDateValidatorDirective {
|
|
|
2626
2626
|
const d = endOfDay(parsed);
|
|
2627
2627
|
return d.getFullYear() > 1750 ? null : { sqlDate: "Non valido." };
|
|
2628
2628
|
}
|
|
2629
|
-
static { this.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "22.0.
|
|
2630
|
-
static { this.ɵdir = i0.ɵɵngDeclareDirective({ minVersion: "14.0.0", version: "22.0.
|
|
2629
|
+
static { this.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "22.0.5", ngImport: i0, type: SqlDateValidatorDirective, deps: [], target: i0.ɵɵFactoryTarget.Directive }); }
|
|
2630
|
+
static { this.ɵdir = i0.ɵɵngDeclareDirective({ minVersion: "14.0.0", version: "22.0.5", type: SqlDateValidatorDirective, isStandalone: true, selector: "[sqlDate]", providers: [
|
|
2631
2631
|
{
|
|
2632
2632
|
provide: NG_VALIDATORS,
|
|
2633
2633
|
useExisting: forwardRef(() => SqlDateValidatorDirective),
|
|
@@ -2635,7 +2635,7 @@ class SqlDateValidatorDirective {
|
|
|
2635
2635
|
},
|
|
2636
2636
|
], ngImport: i0 }); }
|
|
2637
2637
|
}
|
|
2638
|
-
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "22.0.
|
|
2638
|
+
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "22.0.5", ngImport: i0, type: SqlDateValidatorDirective, decorators: [{
|
|
2639
2639
|
type: Directive,
|
|
2640
2640
|
args: [{
|
|
2641
2641
|
selector: "[sqlDate]",
|
|
@@ -2701,8 +2701,8 @@ class TimeValidatorDirective {
|
|
|
2701
2701
|
}
|
|
2702
2702
|
return null;
|
|
2703
2703
|
}
|
|
2704
|
-
static { this.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "22.0.
|
|
2705
|
-
static { this.ɵdir = i0.ɵɵngDeclareDirective({ minVersion: "17.1.0", version: "22.0.
|
|
2704
|
+
static { this.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "22.0.5", ngImport: i0, type: TimeValidatorDirective, deps: [], target: i0.ɵɵFactoryTarget.Directive }); }
|
|
2705
|
+
static { this.ɵdir = i0.ɵɵngDeclareDirective({ minVersion: "17.1.0", version: "22.0.5", type: TimeValidatorDirective, isStandalone: true, selector: "[time]", inputs: { slots: { classPropertyName: "slots", publicName: "slots", isSignal: true, isRequired: false, transformFunction: null } }, providers: [
|
|
2706
2706
|
{
|
|
2707
2707
|
provide: NG_VALIDATORS,
|
|
2708
2708
|
useExisting: forwardRef(() => TimeValidatorDirective),
|
|
@@ -2710,7 +2710,7 @@ class TimeValidatorDirective {
|
|
|
2710
2710
|
},
|
|
2711
2711
|
], ngImport: i0 }); }
|
|
2712
2712
|
}
|
|
2713
|
-
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "22.0.
|
|
2713
|
+
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "22.0.5", ngImport: i0, type: TimeValidatorDirective, decorators: [{
|
|
2714
2714
|
type: Directive,
|
|
2715
2715
|
args: [{
|
|
2716
2716
|
selector: "[time]",
|
|
@@ -2741,8 +2741,8 @@ class UrlValidatorDirective {
|
|
|
2741
2741
|
return null;
|
|
2742
2742
|
return SystemUtils.parseUrl(input) ? null : { url: "Non valido." };
|
|
2743
2743
|
}
|
|
2744
|
-
static { this.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "22.0.
|
|
2745
|
-
static { this.ɵdir = i0.ɵɵngDeclareDirective({ minVersion: "14.0.0", version: "22.0.
|
|
2744
|
+
static { this.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "22.0.5", ngImport: i0, type: UrlValidatorDirective, deps: [], target: i0.ɵɵFactoryTarget.Directive }); }
|
|
2745
|
+
static { this.ɵdir = i0.ɵɵngDeclareDirective({ minVersion: "14.0.0", version: "22.0.5", type: UrlValidatorDirective, isStandalone: true, selector: "[url]", providers: [
|
|
2746
2746
|
{
|
|
2747
2747
|
provide: NG_VALIDATORS,
|
|
2748
2748
|
useExisting: forwardRef(() => UrlValidatorDirective),
|
|
@@ -2750,7 +2750,7 @@ class UrlValidatorDirective {
|
|
|
2750
2750
|
},
|
|
2751
2751
|
], ngImport: i0 }); }
|
|
2752
2752
|
}
|
|
2753
|
-
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "22.0.
|
|
2753
|
+
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "22.0.5", ngImport: i0, type: UrlValidatorDirective, decorators: [{
|
|
2754
2754
|
type: Directive,
|
|
2755
2755
|
args: [{
|
|
2756
2756
|
selector: "[url]",
|
|
@@ -2793,8 +2793,8 @@ class ValidIfDirective {
|
|
|
2793
2793
|
}
|
|
2794
2794
|
return isValid ? null : { validIf: "Non valido." };
|
|
2795
2795
|
}
|
|
2796
|
-
static { this.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "22.0.
|
|
2797
|
-
static { this.ɵdir = i0.ɵɵngDeclareDirective({ minVersion: "17.1.0", version: "22.0.
|
|
2796
|
+
static { this.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "22.0.5", ngImport: i0, type: ValidIfDirective, deps: [], target: i0.ɵɵFactoryTarget.Directive }); }
|
|
2797
|
+
static { this.ɵdir = i0.ɵɵngDeclareDirective({ minVersion: "17.1.0", version: "22.0.5", type: ValidIfDirective, isStandalone: true, selector: "[validIf]", inputs: { validIf: { classPropertyName: "validIf", publicName: "validIf", isSignal: true, isRequired: false, transformFunction: null } }, providers: [
|
|
2798
2798
|
{
|
|
2799
2799
|
provide: NG_VALIDATORS,
|
|
2800
2800
|
useExisting: forwardRef(() => ValidIfDirective),
|
|
@@ -2802,7 +2802,7 @@ class ValidIfDirective {
|
|
|
2802
2802
|
},
|
|
2803
2803
|
], ngImport: i0 }); }
|
|
2804
2804
|
}
|
|
2805
|
-
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "22.0.
|
|
2805
|
+
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "22.0.5", ngImport: i0, type: ValidIfDirective, decorators: [{
|
|
2806
2806
|
type: Directive,
|
|
2807
2807
|
args: [{
|
|
2808
2808
|
selector: "[validIf]",
|
|
@@ -2836,10 +2836,10 @@ class ValidatorDirective {
|
|
|
2836
2836
|
const fn = this.validator();
|
|
2837
2837
|
return fn ? fn(control) : null;
|
|
2838
2838
|
}
|
|
2839
|
-
static { this.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "22.0.
|
|
2840
|
-
static { this.ɵdir = i0.ɵɵngDeclareDirective({ minVersion: "17.1.0", version: "22.0.
|
|
2839
|
+
static { this.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "22.0.5", ngImport: i0, type: ValidatorDirective, deps: [], target: i0.ɵɵFactoryTarget.Directive }); }
|
|
2840
|
+
static { this.ɵdir = i0.ɵɵngDeclareDirective({ minVersion: "17.1.0", version: "22.0.5", 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 }); }
|
|
2841
2841
|
}
|
|
2842
|
-
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "22.0.
|
|
2842
|
+
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "22.0.5", ngImport: i0, type: ValidatorDirective, decorators: [{
|
|
2843
2843
|
type: Directive,
|
|
2844
2844
|
args: [{
|
|
2845
2845
|
selector: '[validator]',
|
|
@@ -2872,10 +2872,10 @@ class FormatHtmlPipe {
|
|
|
2872
2872
|
.replaceAll('"', '"');
|
|
2873
2873
|
return this.sanitizer.bypassSecurityTrustHtml(escaped.replaceAll(/(?:\r\n|\r|\n)/g, '<br>'));
|
|
2874
2874
|
}
|
|
2875
|
-
static { this.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "22.0.
|
|
2876
|
-
static { this.ɵpipe = i0.ɵɵngDeclarePipe({ minVersion: "14.0.0", version: "22.0.
|
|
2875
|
+
static { this.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "22.0.5", ngImport: i0, type: FormatHtmlPipe, deps: [], target: i0.ɵɵFactoryTarget.Pipe }); }
|
|
2876
|
+
static { this.ɵpipe = i0.ɵɵngDeclarePipe({ minVersion: "14.0.0", version: "22.0.5", ngImport: i0, type: FormatHtmlPipe, isStandalone: true, name: "formatHtml" }); }
|
|
2877
2877
|
}
|
|
2878
|
-
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "22.0.
|
|
2878
|
+
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "22.0.5", ngImport: i0, type: FormatHtmlPipe, decorators: [{
|
|
2879
2879
|
type: Pipe,
|
|
2880
2880
|
args: [{
|
|
2881
2881
|
name: 'formatHtml',
|
|
@@ -2900,10 +2900,10 @@ class FormatMarkdownPipe {
|
|
|
2900
2900
|
transform(value) {
|
|
2901
2901
|
return this.sanitizer.bypassSecurityTrustHtml(SystemUtils.markdownToHtml(value ?? ''));
|
|
2902
2902
|
}
|
|
2903
|
-
static { this.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "22.0.
|
|
2904
|
-
static { this.ɵpipe = i0.ɵɵngDeclarePipe({ minVersion: "14.0.0", version: "22.0.
|
|
2903
|
+
static { this.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "22.0.5", ngImport: i0, type: FormatMarkdownPipe, deps: [], target: i0.ɵɵFactoryTarget.Pipe }); }
|
|
2904
|
+
static { this.ɵpipe = i0.ɵɵngDeclarePipe({ minVersion: "14.0.0", version: "22.0.5", ngImport: i0, type: FormatMarkdownPipe, isStandalone: true, name: "formatMarkdown" }); }
|
|
2905
2905
|
}
|
|
2906
|
-
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "22.0.
|
|
2906
|
+
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "22.0.5", ngImport: i0, type: FormatMarkdownPipe, decorators: [{
|
|
2907
2907
|
type: Pipe,
|
|
2908
2908
|
args: [{
|
|
2909
2909
|
name: 'formatMarkdown',
|
|
@@ -2960,10 +2960,10 @@ class FormatPipe {
|
|
|
2960
2960
|
}
|
|
2961
2961
|
return undefined;
|
|
2962
2962
|
}
|
|
2963
|
-
static { this.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "22.0.
|
|
2964
|
-
static { this.ɵpipe = i0.ɵɵngDeclarePipe({ minVersion: "14.0.0", version: "22.0.
|
|
2963
|
+
static { this.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "22.0.5", ngImport: i0, type: FormatPipe, deps: [], target: i0.ɵɵFactoryTarget.Pipe }); }
|
|
2964
|
+
static { this.ɵpipe = i0.ɵɵngDeclarePipe({ minVersion: "14.0.0", version: "22.0.5", ngImport: i0, type: FormatPipe, isStandalone: true, name: "format" }); }
|
|
2965
2965
|
}
|
|
2966
|
-
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "22.0.
|
|
2966
|
+
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "22.0.5", ngImport: i0, type: FormatPipe, decorators: [{
|
|
2967
2967
|
type: Pipe,
|
|
2968
2968
|
args: [{
|
|
2969
2969
|
name: 'format',
|
|
@@ -2996,10 +2996,10 @@ class ReplacePipe {
|
|
|
2996
2996
|
const replacement = (regexValue === '\n' && !replaceValue) ? '<br>' : (replaceValue ?? '');
|
|
2997
2997
|
return this.sanitizer.bypassSecurityTrustHtml(value.replace(new RegExp(regexValue, 'g'), replacement));
|
|
2998
2998
|
}
|
|
2999
|
-
static { this.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "22.0.
|
|
3000
|
-
static { this.ɵpipe = i0.ɵɵngDeclarePipe({ minVersion: "14.0.0", version: "22.0.
|
|
2999
|
+
static { this.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "22.0.5", ngImport: i0, type: ReplacePipe, deps: [], target: i0.ɵɵFactoryTarget.Pipe }); }
|
|
3000
|
+
static { this.ɵpipe = i0.ɵɵngDeclarePipe({ minVersion: "14.0.0", version: "22.0.5", ngImport: i0, type: ReplacePipe, isStandalone: true, name: "replace" }); }
|
|
3001
3001
|
}
|
|
3002
|
-
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "22.0.
|
|
3002
|
+
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "22.0.5", ngImport: i0, type: ReplacePipe, decorators: [{
|
|
3003
3003
|
type: Pipe,
|
|
3004
3004
|
args: [{
|
|
3005
3005
|
name: 'replace',
|
|
@@ -3025,10 +3025,10 @@ class SafeHtmlPipe {
|
|
|
3025
3025
|
transform(value) {
|
|
3026
3026
|
return this.sanitizer.bypassSecurityTrustHtml(value ?? '');
|
|
3027
3027
|
}
|
|
3028
|
-
static { this.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "22.0.
|
|
3029
|
-
static { this.ɵpipe = i0.ɵɵngDeclarePipe({ minVersion: "14.0.0", version: "22.0.
|
|
3028
|
+
static { this.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "22.0.5", ngImport: i0, type: SafeHtmlPipe, deps: [], target: i0.ɵɵFactoryTarget.Pipe }); }
|
|
3029
|
+
static { this.ɵpipe = i0.ɵɵngDeclarePipe({ minVersion: "14.0.0", version: "22.0.5", ngImport: i0, type: SafeHtmlPipe, isStandalone: true, name: "safeHtml" }); }
|
|
3030
3030
|
}
|
|
3031
|
-
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "22.0.
|
|
3031
|
+
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "22.0.5", ngImport: i0, type: SafeHtmlPipe, decorators: [{
|
|
3032
3032
|
type: Pipe,
|
|
3033
3033
|
args: [{
|
|
3034
3034
|
name: 'safeHtml',
|
|
@@ -3054,10 +3054,10 @@ class SafeUrlPipe {
|
|
|
3054
3054
|
transform(value) {
|
|
3055
3055
|
return this.sanitizer.bypassSecurityTrustResourceUrl(value ?? '');
|
|
3056
3056
|
}
|
|
3057
|
-
static { this.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "22.0.
|
|
3058
|
-
static { this.ɵpipe = i0.ɵɵngDeclarePipe({ minVersion: "14.0.0", version: "22.0.
|
|
3057
|
+
static { this.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "22.0.5", ngImport: i0, type: SafeUrlPipe, deps: [], target: i0.ɵɵFactoryTarget.Pipe }); }
|
|
3058
|
+
static { this.ɵpipe = i0.ɵɵngDeclarePipe({ minVersion: "14.0.0", version: "22.0.5", ngImport: i0, type: SafeUrlPipe, isStandalone: true, name: "safeUrl" }); }
|
|
3059
3059
|
}
|
|
3060
|
-
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "22.0.
|
|
3060
|
+
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "22.0.5", ngImport: i0, type: SafeUrlPipe, decorators: [{
|
|
3061
3061
|
type: Pipe,
|
|
3062
3062
|
args: [{
|
|
3063
3063
|
name: 'safeUrl',
|
|
@@ -3086,10 +3086,10 @@ class SearchCallbackPipe {
|
|
|
3086
3086
|
return items;
|
|
3087
3087
|
return items.filter(item => callback(item));
|
|
3088
3088
|
}
|
|
3089
|
-
static { this.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "22.0.
|
|
3090
|
-
static { this.ɵpipe = i0.ɵɵngDeclarePipe({ minVersion: "14.0.0", version: "22.0.
|
|
3089
|
+
static { this.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "22.0.5", ngImport: i0, type: SearchCallbackPipe, deps: [], target: i0.ɵɵFactoryTarget.Pipe }); }
|
|
3090
|
+
static { this.ɵpipe = i0.ɵɵngDeclarePipe({ minVersion: "14.0.0", version: "22.0.5", ngImport: i0, type: SearchCallbackPipe, isStandalone: true, name: "callback", pure: false }); }
|
|
3091
3091
|
}
|
|
3092
|
-
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "22.0.
|
|
3092
|
+
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "22.0.5", ngImport: i0, type: SearchCallbackPipe, decorators: [{
|
|
3093
3093
|
type: Pipe,
|
|
3094
3094
|
args: [{
|
|
3095
3095
|
name: 'callback',
|
|
@@ -3142,10 +3142,10 @@ class SearchFilterPipe {
|
|
|
3142
3142
|
metadata.count = result.length;
|
|
3143
3143
|
return result;
|
|
3144
3144
|
}
|
|
3145
|
-
static { this.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "22.0.
|
|
3146
|
-
static { this.ɵpipe = i0.ɵɵngDeclarePipe({ minVersion: "14.0.0", version: "22.0.
|
|
3145
|
+
static { this.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "22.0.5", ngImport: i0, type: SearchFilterPipe, deps: [], target: i0.ɵɵFactoryTarget.Pipe }); }
|
|
3146
|
+
static { this.ɵpipe = i0.ɵɵngDeclarePipe({ minVersion: "14.0.0", version: "22.0.5", ngImport: i0, type: SearchFilterPipe, isStandalone: true, name: "search" }); }
|
|
3147
3147
|
}
|
|
3148
|
-
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "22.0.
|
|
3148
|
+
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "22.0.5", ngImport: i0, type: SearchFilterPipe, decorators: [{
|
|
3149
3149
|
type: Pipe,
|
|
3150
3150
|
args: [{
|
|
3151
3151
|
name: 'search',
|
|
@@ -3204,6 +3204,21 @@ class SelectableModel {
|
|
|
3204
3204
|
/** Signal with the number of items currently tracked in the internal list. */
|
|
3205
3205
|
this.count = computed(() => this._all().length, /* @ts-ignore */
|
|
3206
3206
|
...(ngDevMode ? [{ debugName: "count" }] : /* istanbul ignore next */ []));
|
|
3207
|
+
/** Signal that is `true` when exactly one item is currently selected. */
|
|
3208
|
+
this.selectedOne = computed(() => this._all().length === 1, /* @ts-ignore */
|
|
3209
|
+
...(ngDevMode ? [{ debugName: "selectedOne" }] : /* istanbul ignore next */ []));
|
|
3210
|
+
/** Signal that is `true` when two or more items are currently selected. */
|
|
3211
|
+
this.selectedMany = computed(() => this._all().length > 1, /* @ts-ignore */
|
|
3212
|
+
...(ngDevMode ? [{ debugName: "selectedMany" }] : /* istanbul ignore next */ []));
|
|
3213
|
+
/** Signal that is `true` when no item is currently selected. */
|
|
3214
|
+
this.selectedNone = computed(() => this._all().length === 0, /* @ts-ignore */
|
|
3215
|
+
...(ngDevMode ? [{ debugName: "selectedNone" }] : /* istanbul ignore next */ []));
|
|
3216
|
+
/** Signal with the first currently selected item, or `undefined` when none is selected. */
|
|
3217
|
+
this.selectedFirst = computed(() => this._all()[0], /* @ts-ignore */
|
|
3218
|
+
...(ngDevMode ? [{ debugName: "selectedFirst" }] : /* istanbul ignore next */ []));
|
|
3219
|
+
/** Signal with a snapshot of all currently selected items. */
|
|
3220
|
+
this.selectedAll = computed(() => this._all(), /* @ts-ignore */
|
|
3221
|
+
...(ngDevMode ? [{ debugName: "selectedAll" }] : /* istanbul ignore next */ []));
|
|
3207
3222
|
this._current = new SelectionModel(allowMultiSelect, [], true,
|
|
3208
3223
|
// Compare by lookup key so different instances of the same logical item
|
|
3209
3224
|
// (e.g. after a data reload) are treated as the same selection entry.
|
|
@@ -3538,10 +3553,10 @@ class BroadcastService {
|
|
|
3538
3553
|
observeMessage(id) {
|
|
3539
3554
|
return this.subject.pipe(filter$1(info => info.id === id), map$1(info => info.data));
|
|
3540
3555
|
}
|
|
3541
|
-
static { this.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "22.0.
|
|
3542
|
-
static { this.ɵprov = i0.ɵɵngDeclareService({ minVersion: "22.0.0", version: "22.0.
|
|
3556
|
+
static { this.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "22.0.5", ngImport: i0, type: BroadcastService, deps: [], target: i0.ɵɵFactoryTarget.Service }); }
|
|
3557
|
+
static { this.ɵprov = i0.ɵɵngDeclareService({ minVersion: "22.0.0", version: "22.0.5", ngImport: i0, type: BroadcastService }); }
|
|
3543
3558
|
}
|
|
3544
|
-
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "22.0.
|
|
3559
|
+
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "22.0.5", ngImport: i0, type: BroadcastService, decorators: [{
|
|
3545
3560
|
type: Service
|
|
3546
3561
|
}] });
|
|
3547
3562
|
|
|
@@ -3599,10 +3614,10 @@ class EnvironmentService {
|
|
|
3599
3614
|
get appServiceLoginUri() { return this._effectiveServiceLoginUri(); }
|
|
3600
3615
|
/** @param value - The login endpoint URI of the backend service. */
|
|
3601
3616
|
set appServiceLoginUri(value) { this.appServiceLoginUriSignal.set(value); }
|
|
3602
|
-
static { this.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "22.0.
|
|
3603
|
-
static { this.ɵprov = i0.ɵɵngDeclareService({ minVersion: "22.0.0", version: "22.0.
|
|
3617
|
+
static { this.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "22.0.5", ngImport: i0, type: EnvironmentService, deps: [], target: i0.ɵɵFactoryTarget.Service }); }
|
|
3618
|
+
static { this.ɵprov = i0.ɵɵngDeclareService({ minVersion: "22.0.0", version: "22.0.5", ngImport: i0, type: EnvironmentService }); }
|
|
3604
3619
|
}
|
|
3605
|
-
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "22.0.
|
|
3620
|
+
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "22.0.5", ngImport: i0, type: EnvironmentService, decorators: [{
|
|
3606
3621
|
type: Service
|
|
3607
3622
|
}] });
|
|
3608
3623
|
|
|
@@ -3633,10 +3648,10 @@ class ScreenService {
|
|
|
3633
3648
|
get isIEOrEdge() {
|
|
3634
3649
|
return SystemUtils.isBrowser() && /msie\s|trident\/|edge\//i.test(window.navigator.userAgent);
|
|
3635
3650
|
}
|
|
3636
|
-
static { this.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "22.0.
|
|
3637
|
-
static { this.ɵprov = i0.ɵɵngDeclareService({ minVersion: "22.0.0", version: "22.0.
|
|
3651
|
+
static { this.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "22.0.5", ngImport: i0, type: ScreenService, deps: [], target: i0.ɵɵFactoryTarget.Service }); }
|
|
3652
|
+
static { this.ɵprov = i0.ɵɵngDeclareService({ minVersion: "22.0.0", version: "22.0.5", ngImport: i0, type: ScreenService }); }
|
|
3638
3653
|
}
|
|
3639
|
-
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "22.0.
|
|
3654
|
+
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "22.0.5", ngImport: i0, type: ScreenService, decorators: [{
|
|
3640
3655
|
type: Service
|
|
3641
3656
|
}] });
|
|
3642
3657
|
|
|
@@ -3665,10 +3680,10 @@ class SplashService {
|
|
|
3665
3680
|
bootstrapped() { this.api?.disarm(); }
|
|
3666
3681
|
/** Fade out and remove the splash overlay from the DOM. */
|
|
3667
3682
|
hide() { this.api?.hide(); }
|
|
3668
|
-
static { this.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "22.0.
|
|
3669
|
-
static { this.ɵprov = i0.ɵɵngDeclareService({ minVersion: "22.0.0", version: "22.0.
|
|
3683
|
+
static { this.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "22.0.5", ngImport: i0, type: SplashService, deps: [], target: i0.ɵɵFactoryTarget.Service }); }
|
|
3684
|
+
static { this.ɵprov = i0.ɵɵngDeclareService({ minVersion: "22.0.0", version: "22.0.5", ngImport: i0, type: SplashService }); }
|
|
3670
3685
|
}
|
|
3671
|
-
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "22.0.
|
|
3686
|
+
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "22.0.5", ngImport: i0, type: SplashService, decorators: [{
|
|
3672
3687
|
type: Service
|
|
3673
3688
|
}] });
|
|
3674
3689
|
|
|
@@ -3796,10 +3811,10 @@ class ThemeService {
|
|
|
3796
3811
|
this.themeChanged.next(this.getTheme());
|
|
3797
3812
|
this.broadcastChannel.sendMessage(this.broadcastMessage, theme);
|
|
3798
3813
|
}
|
|
3799
|
-
static { this.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "22.0.
|
|
3800
|
-
static { this.ɵprov = i0.ɵɵngDeclareService({ minVersion: "22.0.0", version: "22.0.
|
|
3814
|
+
static { this.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "22.0.5", ngImport: i0, type: ThemeService, deps: [], target: i0.ɵɵFactoryTarget.Service }); }
|
|
3815
|
+
static { this.ɵprov = i0.ɵɵngDeclareService({ minVersion: "22.0.0", version: "22.0.5", ngImport: i0, type: ThemeService }); }
|
|
3801
3816
|
}
|
|
3802
|
-
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "22.0.
|
|
3817
|
+
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "22.0.5", ngImport: i0, type: ThemeService, decorators: [{
|
|
3803
3818
|
type: Service
|
|
3804
3819
|
}], ctorParameters: () => [] });
|
|
3805
3820
|
|