@arsedizioni/ars-utils 20.0.19 → 20.0.21
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/clipper.common/index.d.ts +3 -3
- package/fesm2022/arsedizioni-ars-utils-clipper.common.mjs +10 -10
- package/fesm2022/arsedizioni-ars-utils-clipper.ui.mjs +39 -39
- package/fesm2022/arsedizioni-ars-utils-core.mjs +108 -105
- package/fesm2022/arsedizioni-ars-utils-core.mjs.map +1 -1
- package/fesm2022/arsedizioni-ars-utils-evolution.common.mjs +10 -10
- package/fesm2022/arsedizioni-ars-utils-help.mjs +13 -13
- package/fesm2022/arsedizioni-ars-utils-support.common.mjs +10 -10
- package/fesm2022/arsedizioni-ars-utils-support.ui.mjs +6 -6
- package/fesm2022/arsedizioni-ars-utils-tinymce.mjs +7 -7
- package/fesm2022/arsedizioni-ars-utils-ui.application.mjs +58 -58
- package/fesm2022/arsedizioni-ars-utils-ui.mjs +58 -61
- package/fesm2022/arsedizioni-ars-utils-ui.mjs.map +1 -1
- package/fesm2022/arsedizioni-ars-utils-ui.oauth.mjs +7 -7
- package/package.json +9 -9
- package/ui/index.d.ts +15 -12
|
@@ -20,10 +20,10 @@ class AutoFocusDirective {
|
|
|
20
20
|
this.elementRef.nativeElement.focus();
|
|
21
21
|
}, 500);
|
|
22
22
|
}
|
|
23
|
-
static { this.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "20.0.
|
|
24
|
-
static { this.ɵdir = i0.ɵɵngDeclareDirective({ minVersion: "14.0.0", version: "20.0.
|
|
23
|
+
static { this.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "20.0.5", ngImport: i0, type: AutoFocusDirective, deps: [], target: i0.ɵɵFactoryTarget.Directive }); }
|
|
24
|
+
static { this.ɵdir = i0.ɵɵngDeclareDirective({ minVersion: "14.0.0", version: "20.0.5", type: AutoFocusDirective, isStandalone: true, selector: "[autoFocus]", ngImport: i0 }); }
|
|
25
25
|
}
|
|
26
|
-
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "20.0.
|
|
26
|
+
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "20.0.5", ngImport: i0, type: AutoFocusDirective, decorators: [{
|
|
27
27
|
type: Directive,
|
|
28
28
|
args: [{
|
|
29
29
|
selector: "[autoFocus]",
|
|
@@ -719,27 +719,27 @@ class SystemUtils {
|
|
|
719
719
|
let color;
|
|
720
720
|
let isValid;
|
|
721
721
|
if (score <= 2) {
|
|
722
|
-
label = '
|
|
722
|
+
label = 'Password é molto debole';
|
|
723
723
|
color = '#f44336';
|
|
724
724
|
isValid = false;
|
|
725
725
|
}
|
|
726
726
|
else if (score <= 3) {
|
|
727
|
-
label = '
|
|
727
|
+
label = 'Password debole';
|
|
728
728
|
color = '#ff9800';
|
|
729
729
|
isValid = false;
|
|
730
730
|
}
|
|
731
731
|
else if (score <= 4) {
|
|
732
|
-
label = '
|
|
732
|
+
label = 'Password media';
|
|
733
733
|
color = '#ffc107';
|
|
734
734
|
isValid = true;
|
|
735
735
|
}
|
|
736
736
|
else if (score <= 5) {
|
|
737
|
-
label = '
|
|
737
|
+
label = 'Password forte';
|
|
738
738
|
color = '#8bc34a';
|
|
739
739
|
isValid = true;
|
|
740
740
|
}
|
|
741
741
|
else {
|
|
742
|
-
label = '
|
|
742
|
+
label = 'Password molto forte';
|
|
743
743
|
color = '#4caf50';
|
|
744
744
|
isValid = true;
|
|
745
745
|
}
|
|
@@ -752,7 +752,10 @@ class SystemUtils {
|
|
|
752
752
|
};
|
|
753
753
|
}
|
|
754
754
|
else
|
|
755
|
-
return {
|
|
755
|
+
return {
|
|
756
|
+
isValid: false,
|
|
757
|
+
suggestions: []
|
|
758
|
+
};
|
|
756
759
|
}
|
|
757
760
|
/**
|
|
758
761
|
* Check if current browser supports touch
|
|
@@ -870,10 +873,10 @@ class DateIntervalChangeDirective {
|
|
|
870
873
|
}
|
|
871
874
|
this.subject.next(event);
|
|
872
875
|
}
|
|
873
|
-
static { this.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "20.0.
|
|
874
|
-
static { this.ɵdir = i0.ɵɵngDeclareDirective({ minVersion: "17.1.0", version: "20.0.
|
|
876
|
+
static { this.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "20.0.5", ngImport: i0, type: DateIntervalChangeDirective, deps: [], target: i0.ɵɵFactoryTarget.Directive }); }
|
|
877
|
+
static { this.ɵdir = i0.ɵɵngDeclareDirective({ minVersion: "17.1.0", version: "20.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: { "keyup": "onKeyup($event)" } }, ngImport: i0 }); }
|
|
875
878
|
}
|
|
876
|
-
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "20.0.
|
|
879
|
+
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "20.0.5", ngImport: i0, type: DateIntervalChangeDirective, decorators: [{
|
|
877
880
|
type: Directive,
|
|
878
881
|
args: [{
|
|
879
882
|
selector: '[dateIntervalChange]',
|
|
@@ -906,11 +909,11 @@ class CopyClipboardDirective {
|
|
|
906
909
|
document.removeEventListener('copy', listener, false);
|
|
907
910
|
}
|
|
908
911
|
}
|
|
909
|
-
static { this.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "20.0.
|
|
910
|
-
static { this.ɵdir = i0.ɵɵngDeclareDirective({ minVersion: "17.1.0", version: "20.0.
|
|
911
|
-
static { this.ɵprov = i0.ɵɵngDeclareInjectable({ minVersion: "12.0.0", version: "20.0.
|
|
912
|
+
static { this.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "20.0.5", ngImport: i0, type: CopyClipboardDirective, deps: [], target: i0.ɵɵFactoryTarget.Directive }); }
|
|
913
|
+
static { this.ɵdir = i0.ɵɵngDeclareDirective({ minVersion: "17.1.0", version: "20.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 }); }
|
|
914
|
+
static { this.ɵprov = i0.ɵɵngDeclareInjectable({ minVersion: "12.0.0", version: "20.0.5", ngImport: i0, type: CopyClipboardDirective }); }
|
|
912
915
|
}
|
|
913
|
-
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "20.0.
|
|
916
|
+
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "20.0.5", ngImport: i0, type: CopyClipboardDirective, decorators: [{
|
|
914
917
|
type: Injectable
|
|
915
918
|
}, {
|
|
916
919
|
type: Directive,
|
|
@@ -930,10 +933,10 @@ class ValidatorDirective {
|
|
|
930
933
|
validate(control) {
|
|
931
934
|
return this.validator()(control);
|
|
932
935
|
}
|
|
933
|
-
static { this.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "20.0.
|
|
934
|
-
static { this.ɵdir = i0.ɵɵngDeclareDirective({ minVersion: "17.1.0", version: "20.0.
|
|
936
|
+
static { this.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "20.0.5", ngImport: i0, type: ValidatorDirective, deps: [], target: i0.ɵɵFactoryTarget.Directive }); }
|
|
937
|
+
static { this.ɵdir = i0.ɵɵngDeclareDirective({ minVersion: "17.1.0", version: "20.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 }); }
|
|
935
938
|
}
|
|
936
|
-
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "20.0.
|
|
939
|
+
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "20.0.5", ngImport: i0, type: ValidatorDirective, decorators: [{
|
|
937
940
|
type: Directive,
|
|
938
941
|
args: [{
|
|
939
942
|
selector: '[validator]',
|
|
@@ -963,8 +966,8 @@ class ValidIfDirective {
|
|
|
963
966
|
return { validIf: "Non valido." };
|
|
964
967
|
}
|
|
965
968
|
}
|
|
966
|
-
static { this.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "20.0.
|
|
967
|
-
static { this.ɵdir = i0.ɵɵngDeclareDirective({ minVersion: "17.1.0", version: "20.0.
|
|
969
|
+
static { this.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "20.0.5", ngImport: i0, type: ValidIfDirective, deps: [], target: i0.ɵɵFactoryTarget.Directive }); }
|
|
970
|
+
static { this.ɵdir = i0.ɵɵngDeclareDirective({ minVersion: "17.1.0", version: "20.0.5", type: ValidIfDirective, isStandalone: true, selector: "[validIf]", inputs: { validIf: { classPropertyName: "validIf", publicName: "validIf", isSignal: true, isRequired: false, transformFunction: null } }, providers: [
|
|
968
971
|
{
|
|
969
972
|
provide: NG_VALIDATORS,
|
|
970
973
|
useExisting: forwardRef(() => ValidIfDirective),
|
|
@@ -972,7 +975,7 @@ class ValidIfDirective {
|
|
|
972
975
|
},
|
|
973
976
|
], ngImport: i0 }); }
|
|
974
977
|
}
|
|
975
|
-
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "20.0.
|
|
978
|
+
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "20.0.5", ngImport: i0, type: ValidIfDirective, decorators: [{
|
|
976
979
|
type: Directive,
|
|
977
980
|
args: [{
|
|
978
981
|
selector: "[validIf]",
|
|
@@ -999,8 +1002,8 @@ class EqualsValidatorDirective {
|
|
|
999
1002
|
return { equals: "Non valido." };
|
|
1000
1003
|
}
|
|
1001
1004
|
}
|
|
1002
|
-
static { this.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "20.0.
|
|
1003
|
-
static { this.ɵdir = i0.ɵɵngDeclareDirective({ minVersion: "17.1.0", version: "20.0.
|
|
1005
|
+
static { this.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "20.0.5", ngImport: i0, type: EqualsValidatorDirective, deps: [], target: i0.ɵɵFactoryTarget.Directive }); }
|
|
1006
|
+
static { this.ɵdir = i0.ɵɵngDeclareDirective({ minVersion: "17.1.0", version: "20.0.5", type: EqualsValidatorDirective, isStandalone: true, selector: "[equals]", inputs: { equals: { classPropertyName: "equals", publicName: "equals", isSignal: true, isRequired: false, transformFunction: null } }, providers: [
|
|
1004
1007
|
{
|
|
1005
1008
|
provide: NG_VALIDATORS,
|
|
1006
1009
|
useExisting: forwardRef(() => EqualsValidatorDirective),
|
|
@@ -1008,7 +1011,7 @@ class EqualsValidatorDirective {
|
|
|
1008
1011
|
},
|
|
1009
1012
|
], ngImport: i0 }); }
|
|
1010
1013
|
}
|
|
1011
|
-
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "20.0.
|
|
1014
|
+
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "20.0.5", ngImport: i0, type: EqualsValidatorDirective, decorators: [{
|
|
1012
1015
|
type: Directive,
|
|
1013
1016
|
args: [{
|
|
1014
1017
|
selector: "[equals]",
|
|
@@ -1043,8 +1046,8 @@ class NotEqualValidatorDirective {
|
|
|
1043
1046
|
}
|
|
1044
1047
|
return errors;
|
|
1045
1048
|
}
|
|
1046
|
-
static { this.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "20.0.
|
|
1047
|
-
static { this.ɵdir = i0.ɵɵngDeclareDirective({ minVersion: "17.1.0", version: "20.0.
|
|
1049
|
+
static { this.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "20.0.5", ngImport: i0, type: NotEqualValidatorDirective, deps: [], target: i0.ɵɵFactoryTarget.Directive }); }
|
|
1050
|
+
static { this.ɵdir = i0.ɵɵngDeclareDirective({ minVersion: "17.1.0", version: "20.0.5", type: NotEqualValidatorDirective, isStandalone: true, selector: "[notEqual]", inputs: { notEqual: { classPropertyName: "notEqual", publicName: "notEqual", isSignal: true, isRequired: false, transformFunction: null } }, providers: [
|
|
1048
1051
|
{
|
|
1049
1052
|
provide: NG_VALIDATORS,
|
|
1050
1053
|
useExisting: forwardRef(() => NotEqualValidatorDirective),
|
|
@@ -1052,7 +1055,7 @@ class NotEqualValidatorDirective {
|
|
|
1052
1055
|
},
|
|
1053
1056
|
], ngImport: i0 }); }
|
|
1054
1057
|
}
|
|
1055
|
-
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "20.0.
|
|
1058
|
+
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "20.0.5", ngImport: i0, type: NotEqualValidatorDirective, decorators: [{
|
|
1056
1059
|
type: Directive,
|
|
1057
1060
|
args: [{
|
|
1058
1061
|
selector: "[notEqual]",
|
|
@@ -1088,8 +1091,8 @@ class EmailsValidatorDirective {
|
|
|
1088
1091
|
return undefined;
|
|
1089
1092
|
}
|
|
1090
1093
|
}
|
|
1091
|
-
static { this.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "20.0.
|
|
1092
|
-
static { this.ɵdir = i0.ɵɵngDeclareDirective({ minVersion: "14.0.0", version: "20.0.
|
|
1094
|
+
static { this.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "20.0.5", ngImport: i0, type: EmailsValidatorDirective, deps: [], target: i0.ɵɵFactoryTarget.Directive }); }
|
|
1095
|
+
static { this.ɵdir = i0.ɵɵngDeclareDirective({ minVersion: "14.0.0", version: "20.0.5", type: EmailsValidatorDirective, isStandalone: true, selector: "[emails]", providers: [
|
|
1093
1096
|
{
|
|
1094
1097
|
provide: NG_VALIDATORS,
|
|
1095
1098
|
useExisting: forwardRef(() => EmailsValidatorDirective),
|
|
@@ -1097,7 +1100,7 @@ class EmailsValidatorDirective {
|
|
|
1097
1100
|
},
|
|
1098
1101
|
], ngImport: i0 }); }
|
|
1099
1102
|
}
|
|
1100
|
-
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "20.0.
|
|
1103
|
+
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "20.0.5", ngImport: i0, type: EmailsValidatorDirective, decorators: [{
|
|
1101
1104
|
type: Directive,
|
|
1102
1105
|
args: [{
|
|
1103
1106
|
selector: "[emails]",
|
|
@@ -1124,8 +1127,8 @@ class GuidValidatorDirective {
|
|
|
1124
1127
|
return undefined;
|
|
1125
1128
|
}
|
|
1126
1129
|
}
|
|
1127
|
-
static { this.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "20.0.
|
|
1128
|
-
static { this.ɵdir = i0.ɵɵngDeclareDirective({ minVersion: "14.0.0", version: "20.0.
|
|
1130
|
+
static { this.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "20.0.5", ngImport: i0, type: GuidValidatorDirective, deps: [], target: i0.ɵɵFactoryTarget.Directive }); }
|
|
1131
|
+
static { this.ɵdir = i0.ɵɵngDeclareDirective({ minVersion: "14.0.0", version: "20.0.5", type: GuidValidatorDirective, isStandalone: true, selector: "[guid]", providers: [
|
|
1129
1132
|
{
|
|
1130
1133
|
provide: NG_VALIDATORS,
|
|
1131
1134
|
useExisting: forwardRef(() => GuidValidatorDirective),
|
|
@@ -1133,7 +1136,7 @@ class GuidValidatorDirective {
|
|
|
1133
1136
|
},
|
|
1134
1137
|
], ngImport: i0 }); }
|
|
1135
1138
|
}
|
|
1136
|
-
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "20.0.
|
|
1139
|
+
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "20.0.5", ngImport: i0, type: GuidValidatorDirective, decorators: [{
|
|
1137
1140
|
type: Directive,
|
|
1138
1141
|
args: [{
|
|
1139
1142
|
selector: "[guid]",
|
|
@@ -1161,8 +1164,8 @@ class SqlDateValidatorDirective {
|
|
|
1161
1164
|
return undefined;
|
|
1162
1165
|
}
|
|
1163
1166
|
}
|
|
1164
|
-
static { this.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "20.0.
|
|
1165
|
-
static { this.ɵdir = i0.ɵɵngDeclareDirective({ minVersion: "14.0.0", version: "20.0.
|
|
1167
|
+
static { this.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "20.0.5", ngImport: i0, type: SqlDateValidatorDirective, deps: [], target: i0.ɵɵFactoryTarget.Directive }); }
|
|
1168
|
+
static { this.ɵdir = i0.ɵɵngDeclareDirective({ minVersion: "14.0.0", version: "20.0.5", type: SqlDateValidatorDirective, isStandalone: true, selector: "[sqlDate]", providers: [
|
|
1166
1169
|
{
|
|
1167
1170
|
provide: NG_VALIDATORS,
|
|
1168
1171
|
useExisting: forwardRef(() => SqlDateValidatorDirective),
|
|
@@ -1170,7 +1173,7 @@ class SqlDateValidatorDirective {
|
|
|
1170
1173
|
},
|
|
1171
1174
|
], ngImport: i0 }); }
|
|
1172
1175
|
}
|
|
1173
|
-
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "20.0.
|
|
1176
|
+
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "20.0.5", ngImport: i0, type: SqlDateValidatorDirective, decorators: [{
|
|
1174
1177
|
type: Directive,
|
|
1175
1178
|
args: [{
|
|
1176
1179
|
selector: "[sqlDate]",
|
|
@@ -1199,8 +1202,8 @@ class NotFutureValidatorDirective {
|
|
|
1199
1202
|
return undefined;
|
|
1200
1203
|
}
|
|
1201
1204
|
}
|
|
1202
|
-
static { this.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "20.0.
|
|
1203
|
-
static { this.ɵdir = i0.ɵɵngDeclareDirective({ minVersion: "14.0.0", version: "20.0.
|
|
1205
|
+
static { this.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "20.0.5", ngImport: i0, type: NotFutureValidatorDirective, deps: [], target: i0.ɵɵFactoryTarget.Directive }); }
|
|
1206
|
+
static { this.ɵdir = i0.ɵɵngDeclareDirective({ minVersion: "14.0.0", version: "20.0.5", type: NotFutureValidatorDirective, isStandalone: true, selector: "[notFuture]", providers: [
|
|
1204
1207
|
{
|
|
1205
1208
|
provide: NG_VALIDATORS,
|
|
1206
1209
|
useExisting: forwardRef(() => NotFutureValidatorDirective),
|
|
@@ -1208,7 +1211,7 @@ class NotFutureValidatorDirective {
|
|
|
1208
1211
|
},
|
|
1209
1212
|
], ngImport: i0 }); }
|
|
1210
1213
|
}
|
|
1211
|
-
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "20.0.
|
|
1214
|
+
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "20.0.5", ngImport: i0, type: NotFutureValidatorDirective, decorators: [{
|
|
1212
1215
|
type: Directive,
|
|
1213
1216
|
args: [{
|
|
1214
1217
|
selector: "[notFuture]",
|
|
@@ -1233,8 +1236,8 @@ class UrlValidatorDirective {
|
|
|
1233
1236
|
return undefined;
|
|
1234
1237
|
}
|
|
1235
1238
|
}
|
|
1236
|
-
static { this.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "20.0.
|
|
1237
|
-
static { this.ɵdir = i0.ɵɵngDeclareDirective({ minVersion: "14.0.0", version: "20.0.
|
|
1239
|
+
static { this.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "20.0.5", ngImport: i0, type: UrlValidatorDirective, deps: [], target: i0.ɵɵFactoryTarget.Directive }); }
|
|
1240
|
+
static { this.ɵdir = i0.ɵɵngDeclareDirective({ minVersion: "14.0.0", version: "20.0.5", type: UrlValidatorDirective, isStandalone: true, selector: "[url]", providers: [
|
|
1238
1241
|
{
|
|
1239
1242
|
provide: NG_VALIDATORS,
|
|
1240
1243
|
useExisting: forwardRef(() => UrlValidatorDirective),
|
|
@@ -1242,7 +1245,7 @@ class UrlValidatorDirective {
|
|
|
1242
1245
|
},
|
|
1243
1246
|
], ngImport: i0 }); }
|
|
1244
1247
|
}
|
|
1245
|
-
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "20.0.
|
|
1248
|
+
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "20.0.5", ngImport: i0, type: UrlValidatorDirective, decorators: [{
|
|
1246
1249
|
type: Directive,
|
|
1247
1250
|
args: [{
|
|
1248
1251
|
selector: "[url]",
|
|
@@ -1276,8 +1279,8 @@ class FileSizeValidatorDirective {
|
|
|
1276
1279
|
return { fileSize: "Non valido." };
|
|
1277
1280
|
}
|
|
1278
1281
|
}
|
|
1279
|
-
static { this.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "20.0.
|
|
1280
|
-
static { this.ɵdir = i0.ɵɵngDeclareDirective({ minVersion: "17.1.0", version: "20.0.
|
|
1282
|
+
static { this.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "20.0.5", ngImport: i0, type: FileSizeValidatorDirective, deps: [], target: i0.ɵɵFactoryTarget.Directive }); }
|
|
1283
|
+
static { this.ɵdir = i0.ɵɵngDeclareDirective({ minVersion: "17.1.0", version: "20.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: [
|
|
1281
1284
|
{
|
|
1282
1285
|
provide: NG_VALIDATORS,
|
|
1283
1286
|
useExisting: forwardRef(() => FileSizeValidatorDirective),
|
|
@@ -1285,7 +1288,7 @@ class FileSizeValidatorDirective {
|
|
|
1285
1288
|
},
|
|
1286
1289
|
], ngImport: i0 }); }
|
|
1287
1290
|
}
|
|
1288
|
-
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "20.0.
|
|
1291
|
+
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "20.0.5", ngImport: i0, type: FileSizeValidatorDirective, decorators: [{
|
|
1289
1292
|
type: Directive,
|
|
1290
1293
|
args: [{
|
|
1291
1294
|
selector: "[fileSize]",
|
|
@@ -1316,8 +1319,8 @@ class MaxTermsValidatorDirective {
|
|
|
1316
1319
|
return { maxTerms: "Non valido." };
|
|
1317
1320
|
}
|
|
1318
1321
|
}
|
|
1319
|
-
static { this.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "20.0.
|
|
1320
|
-
static { this.ɵdir = i0.ɵɵngDeclareDirective({ minVersion: "17.1.0", version: "20.0.
|
|
1322
|
+
static { this.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "20.0.5", ngImport: i0, type: MaxTermsValidatorDirective, deps: [], target: i0.ɵɵFactoryTarget.Directive }); }
|
|
1323
|
+
static { this.ɵdir = i0.ɵɵngDeclareDirective({ minVersion: "17.1.0", version: "20.0.5", type: MaxTermsValidatorDirective, isStandalone: true, selector: "[maxTerms]", inputs: { maxTerms: { classPropertyName: "maxTerms", publicName: "maxTerms", isSignal: true, isRequired: false, transformFunction: null } }, providers: [
|
|
1321
1324
|
{
|
|
1322
1325
|
provide: NG_VALIDATORS,
|
|
1323
1326
|
useExisting: forwardRef(() => MaxTermsValidatorDirective),
|
|
@@ -1325,7 +1328,7 @@ class MaxTermsValidatorDirective {
|
|
|
1325
1328
|
},
|
|
1326
1329
|
], ngImport: i0 }); }
|
|
1327
1330
|
}
|
|
1328
|
-
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "20.0.
|
|
1331
|
+
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "20.0.5", ngImport: i0, type: MaxTermsValidatorDirective, decorators: [{
|
|
1329
1332
|
type: Directive,
|
|
1330
1333
|
args: [{
|
|
1331
1334
|
selector: "[maxTerms]",
|
|
@@ -1350,8 +1353,8 @@ class PasswordValidatorDirective {
|
|
|
1350
1353
|
return undefined;
|
|
1351
1354
|
}
|
|
1352
1355
|
}
|
|
1353
|
-
static { this.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "20.0.
|
|
1354
|
-
static { this.ɵdir = i0.ɵɵngDeclareDirective({ minVersion: "14.0.0", version: "20.0.
|
|
1356
|
+
static { this.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "20.0.5", ngImport: i0, type: PasswordValidatorDirective, deps: [], target: i0.ɵɵFactoryTarget.Directive }); }
|
|
1357
|
+
static { this.ɵdir = i0.ɵɵngDeclareDirective({ minVersion: "14.0.0", version: "20.0.5", type: PasswordValidatorDirective, isStandalone: true, selector: "[password]", providers: [
|
|
1355
1358
|
{
|
|
1356
1359
|
provide: NG_VALIDATORS,
|
|
1357
1360
|
useExisting: forwardRef(() => PasswordValidatorDirective),
|
|
@@ -1359,7 +1362,7 @@ class PasswordValidatorDirective {
|
|
|
1359
1362
|
},
|
|
1360
1363
|
], ngImport: i0 }); }
|
|
1361
1364
|
}
|
|
1362
|
-
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "20.0.
|
|
1365
|
+
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "20.0.5", ngImport: i0, type: PasswordValidatorDirective, decorators: [{
|
|
1363
1366
|
type: Directive,
|
|
1364
1367
|
args: [{
|
|
1365
1368
|
selector: "[password]",
|
|
@@ -1422,8 +1425,8 @@ class TimeValidatorDirective {
|
|
|
1422
1425
|
return undefined;
|
|
1423
1426
|
}
|
|
1424
1427
|
}
|
|
1425
|
-
static { this.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "20.0.
|
|
1426
|
-
static { this.ɵdir = i0.ɵɵngDeclareDirective({ minVersion: "17.1.0", version: "20.0.
|
|
1428
|
+
static { this.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "20.0.5", ngImport: i0, type: TimeValidatorDirective, deps: [], target: i0.ɵɵFactoryTarget.Directive }); }
|
|
1429
|
+
static { this.ɵdir = i0.ɵɵngDeclareDirective({ minVersion: "17.1.0", version: "20.0.5", type: TimeValidatorDirective, isStandalone: true, selector: "[time]", inputs: { slots: { classPropertyName: "slots", publicName: "slots", isSignal: true, isRequired: false, transformFunction: null } }, providers: [
|
|
1427
1430
|
{
|
|
1428
1431
|
provide: NG_VALIDATORS,
|
|
1429
1432
|
useExisting: forwardRef(() => TimeValidatorDirective),
|
|
@@ -1431,7 +1434,7 @@ class TimeValidatorDirective {
|
|
|
1431
1434
|
},
|
|
1432
1435
|
], ngImport: i0 }); }
|
|
1433
1436
|
}
|
|
1434
|
-
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "20.0.
|
|
1437
|
+
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "20.0.5", ngImport: i0, type: TimeValidatorDirective, decorators: [{
|
|
1435
1438
|
type: Directive,
|
|
1436
1439
|
args: [{
|
|
1437
1440
|
selector: "[time]",
|
|
@@ -1472,11 +1475,11 @@ class FormatPipe {
|
|
|
1472
1475
|
}
|
|
1473
1476
|
return undefined;
|
|
1474
1477
|
}
|
|
1475
|
-
static { this.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "20.0.
|
|
1476
|
-
static { this.ɵpipe = i0.ɵɵngDeclarePipe({ minVersion: "14.0.0", version: "20.0.
|
|
1477
|
-
static { this.ɵprov = i0.ɵɵngDeclareInjectable({ minVersion: "12.0.0", version: "20.0.
|
|
1478
|
+
static { this.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "20.0.5", ngImport: i0, type: FormatPipe, deps: [], target: i0.ɵɵFactoryTarget.Pipe }); }
|
|
1479
|
+
static { this.ɵpipe = i0.ɵɵngDeclarePipe({ minVersion: "14.0.0", version: "20.0.5", ngImport: i0, type: FormatPipe, isStandalone: true, name: "format" }); }
|
|
1480
|
+
static { this.ɵprov = i0.ɵɵngDeclareInjectable({ minVersion: "12.0.0", version: "20.0.5", ngImport: i0, type: FormatPipe }); }
|
|
1478
1481
|
}
|
|
1479
|
-
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "20.0.
|
|
1482
|
+
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "20.0.5", ngImport: i0, type: FormatPipe, decorators: [{
|
|
1480
1483
|
type: Injectable
|
|
1481
1484
|
}, {
|
|
1482
1485
|
type: Pipe,
|
|
@@ -1498,11 +1501,11 @@ class ReplacePipe {
|
|
|
1498
1501
|
}
|
|
1499
1502
|
return this.sanitizer.bypassSecurityTrustHtml(value.replace(new RegExp(regexValue, 'g'), replaceValue));
|
|
1500
1503
|
}
|
|
1501
|
-
static { this.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "20.0.
|
|
1502
|
-
static { this.ɵpipe = i0.ɵɵngDeclarePipe({ minVersion: "14.0.0", version: "20.0.
|
|
1503
|
-
static { this.ɵprov = i0.ɵɵngDeclareInjectable({ minVersion: "12.0.0", version: "20.0.
|
|
1504
|
+
static { this.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "20.0.5", ngImport: i0, type: ReplacePipe, deps: [], target: i0.ɵɵFactoryTarget.Pipe }); }
|
|
1505
|
+
static { this.ɵpipe = i0.ɵɵngDeclarePipe({ minVersion: "14.0.0", version: "20.0.5", ngImport: i0, type: ReplacePipe, isStandalone: true, name: "replace" }); }
|
|
1506
|
+
static { this.ɵprov = i0.ɵɵngDeclareInjectable({ minVersion: "12.0.0", version: "20.0.5", ngImport: i0, type: ReplacePipe }); }
|
|
1504
1507
|
}
|
|
1505
|
-
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "20.0.
|
|
1508
|
+
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "20.0.5", ngImport: i0, type: ReplacePipe, decorators: [{
|
|
1506
1509
|
type: Injectable
|
|
1507
1510
|
}, {
|
|
1508
1511
|
type: Pipe,
|
|
@@ -1519,11 +1522,11 @@ class SafeHtmlPipe {
|
|
|
1519
1522
|
transform(value) {
|
|
1520
1523
|
return this.sanitizer.bypassSecurityTrustHtml(value ?? '');
|
|
1521
1524
|
}
|
|
1522
|
-
static { this.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "20.0.
|
|
1523
|
-
static { this.ɵpipe = i0.ɵɵngDeclarePipe({ minVersion: "14.0.0", version: "20.0.
|
|
1524
|
-
static { this.ɵprov = i0.ɵɵngDeclareInjectable({ minVersion: "12.0.0", version: "20.0.
|
|
1525
|
+
static { this.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "20.0.5", ngImport: i0, type: SafeHtmlPipe, deps: [], target: i0.ɵɵFactoryTarget.Pipe }); }
|
|
1526
|
+
static { this.ɵpipe = i0.ɵɵngDeclarePipe({ minVersion: "14.0.0", version: "20.0.5", ngImport: i0, type: SafeHtmlPipe, isStandalone: true, name: "safeHtml" }); }
|
|
1527
|
+
static { this.ɵprov = i0.ɵɵngDeclareInjectable({ minVersion: "12.0.0", version: "20.0.5", ngImport: i0, type: SafeHtmlPipe }); }
|
|
1525
1528
|
}
|
|
1526
|
-
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "20.0.
|
|
1529
|
+
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "20.0.5", ngImport: i0, type: SafeHtmlPipe, decorators: [{
|
|
1527
1530
|
type: Injectable
|
|
1528
1531
|
}, {
|
|
1529
1532
|
type: Pipe,
|
|
@@ -1540,11 +1543,11 @@ class SafeUrlPipe {
|
|
|
1540
1543
|
transform(value) {
|
|
1541
1544
|
return this.sanitizer.bypassSecurityTrustResourceUrl(value ?? '');
|
|
1542
1545
|
}
|
|
1543
|
-
static { this.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "20.0.
|
|
1544
|
-
static { this.ɵpipe = i0.ɵɵngDeclarePipe({ minVersion: "14.0.0", version: "20.0.
|
|
1545
|
-
static { this.ɵprov = i0.ɵɵngDeclareInjectable({ minVersion: "12.0.0", version: "20.0.
|
|
1546
|
+
static { this.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "20.0.5", ngImport: i0, type: SafeUrlPipe, deps: [], target: i0.ɵɵFactoryTarget.Pipe }); }
|
|
1547
|
+
static { this.ɵpipe = i0.ɵɵngDeclarePipe({ minVersion: "14.0.0", version: "20.0.5", ngImport: i0, type: SafeUrlPipe, isStandalone: true, name: "safeUrl" }); }
|
|
1548
|
+
static { this.ɵprov = i0.ɵɵngDeclareInjectable({ minVersion: "12.0.0", version: "20.0.5", ngImport: i0, type: SafeUrlPipe }); }
|
|
1546
1549
|
}
|
|
1547
|
-
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "20.0.
|
|
1550
|
+
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "20.0.5", ngImport: i0, type: SafeUrlPipe, decorators: [{
|
|
1548
1551
|
type: Injectable
|
|
1549
1552
|
}, {
|
|
1550
1553
|
type: Pipe,
|
|
@@ -1561,10 +1564,10 @@ class SearchCallbackPipe {
|
|
|
1561
1564
|
}
|
|
1562
1565
|
return items.filter(item => callback(item));
|
|
1563
1566
|
}
|
|
1564
|
-
static { this.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "20.0.
|
|
1565
|
-
static { this.ɵpipe = i0.ɵɵngDeclarePipe({ minVersion: "14.0.0", version: "20.0.
|
|
1567
|
+
static { this.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "20.0.5", ngImport: i0, type: SearchCallbackPipe, deps: [], target: i0.ɵɵFactoryTarget.Pipe }); }
|
|
1568
|
+
static { this.ɵpipe = i0.ɵɵngDeclarePipe({ minVersion: "14.0.0", version: "20.0.5", ngImport: i0, type: SearchCallbackPipe, isStandalone: true, name: "callback", pure: false }); }
|
|
1566
1569
|
}
|
|
1567
|
-
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "20.0.
|
|
1570
|
+
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "20.0.5", ngImport: i0, type: SearchCallbackPipe, decorators: [{
|
|
1568
1571
|
type: Pipe,
|
|
1569
1572
|
args: [{
|
|
1570
1573
|
name: 'callback',
|
|
@@ -1607,11 +1610,11 @@ class SearchFilterPipe {
|
|
|
1607
1610
|
metadata.count = result.length;
|
|
1608
1611
|
return result;
|
|
1609
1612
|
}
|
|
1610
|
-
static { this.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "20.0.
|
|
1611
|
-
static { this.ɵpipe = i0.ɵɵngDeclarePipe({ minVersion: "14.0.0", version: "20.0.
|
|
1612
|
-
static { this.ɵprov = i0.ɵɵngDeclareInjectable({ minVersion: "12.0.0", version: "20.0.
|
|
1613
|
+
static { this.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "20.0.5", ngImport: i0, type: SearchFilterPipe, deps: [], target: i0.ɵɵFactoryTarget.Pipe }); }
|
|
1614
|
+
static { this.ɵpipe = i0.ɵɵngDeclarePipe({ minVersion: "14.0.0", version: "20.0.5", ngImport: i0, type: SearchFilterPipe, isStandalone: true, name: "search" }); }
|
|
1615
|
+
static { this.ɵprov = i0.ɵɵngDeclareInjectable({ minVersion: "12.0.0", version: "20.0.5", ngImport: i0, type: SearchFilterPipe }); }
|
|
1613
1616
|
}
|
|
1614
|
-
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "20.0.
|
|
1617
|
+
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "20.0.5", ngImport: i0, type: SearchFilterPipe, decorators: [{
|
|
1615
1618
|
type: Injectable
|
|
1616
1619
|
}, {
|
|
1617
1620
|
type: Pipe,
|
|
@@ -1628,11 +1631,11 @@ class FormatHtmlPipe {
|
|
|
1628
1631
|
transform(value) {
|
|
1629
1632
|
return this.sanitizer.bypassSecurityTrustHtml(value.replaceAll(/(?:\r\n|\r|\n)/g, '<br>') ?? '');
|
|
1630
1633
|
}
|
|
1631
|
-
static { this.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "20.0.
|
|
1632
|
-
static { this.ɵpipe = i0.ɵɵngDeclarePipe({ minVersion: "14.0.0", version: "20.0.
|
|
1633
|
-
static { this.ɵprov = i0.ɵɵngDeclareInjectable({ minVersion: "12.0.0", version: "20.0.
|
|
1634
|
+
static { this.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "20.0.5", ngImport: i0, type: FormatHtmlPipe, deps: [], target: i0.ɵɵFactoryTarget.Pipe }); }
|
|
1635
|
+
static { this.ɵpipe = i0.ɵɵngDeclarePipe({ minVersion: "14.0.0", version: "20.0.5", ngImport: i0, type: FormatHtmlPipe, isStandalone: true, name: "formatHtml" }); }
|
|
1636
|
+
static { this.ɵprov = i0.ɵɵngDeclareInjectable({ minVersion: "12.0.0", version: "20.0.5", ngImport: i0, type: FormatHtmlPipe }); }
|
|
1634
1637
|
}
|
|
1635
|
-
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "20.0.
|
|
1638
|
+
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "20.0.5", ngImport: i0, type: FormatHtmlPipe, decorators: [{
|
|
1636
1639
|
type: Injectable
|
|
1637
1640
|
}, {
|
|
1638
1641
|
type: Pipe,
|
|
@@ -1800,10 +1803,10 @@ class BroadcastService {
|
|
|
1800
1803
|
getMessage() {
|
|
1801
1804
|
return this.subject.asObservable();
|
|
1802
1805
|
}
|
|
1803
|
-
static { this.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "20.0.
|
|
1804
|
-
static { this.ɵprov = i0.ɵɵngDeclareInjectable({ minVersion: "12.0.0", version: "20.0.
|
|
1806
|
+
static { this.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "20.0.5", ngImport: i0, type: BroadcastService, deps: [], target: i0.ɵɵFactoryTarget.Injectable }); }
|
|
1807
|
+
static { this.ɵprov = i0.ɵɵngDeclareInjectable({ minVersion: "12.0.0", version: "20.0.5", ngImport: i0, type: BroadcastService, providedIn: 'root' }); }
|
|
1805
1808
|
}
|
|
1806
|
-
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "20.0.
|
|
1809
|
+
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "20.0.5", ngImport: i0, type: BroadcastService, decorators: [{
|
|
1807
1810
|
type: Injectable,
|
|
1808
1811
|
args: [{
|
|
1809
1812
|
providedIn: 'root'
|
|
@@ -1841,10 +1844,10 @@ class EnvironmentService {
|
|
|
1841
1844
|
set appServiceLoginUri(value) {
|
|
1842
1845
|
this._appServiceLoginUri = value;
|
|
1843
1846
|
}
|
|
1844
|
-
static { this.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "20.0.
|
|
1845
|
-
static { this.ɵprov = i0.ɵɵngDeclareInjectable({ minVersion: "12.0.0", version: "20.0.
|
|
1847
|
+
static { this.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "20.0.5", ngImport: i0, type: EnvironmentService, deps: [], target: i0.ɵɵFactoryTarget.Injectable }); }
|
|
1848
|
+
static { this.ɵprov = i0.ɵɵngDeclareInjectable({ minVersion: "12.0.0", version: "20.0.5", ngImport: i0, type: EnvironmentService, providedIn: 'root' }); }
|
|
1846
1849
|
}
|
|
1847
|
-
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "20.0.
|
|
1850
|
+
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "20.0.5", ngImport: i0, type: EnvironmentService, decorators: [{
|
|
1848
1851
|
type: Injectable,
|
|
1849
1852
|
args: [{
|
|
1850
1853
|
providedIn: 'root'
|
|
@@ -1861,10 +1864,10 @@ class ScreenService {
|
|
|
1861
1864
|
get isIEOrEdge() {
|
|
1862
1865
|
return /msie\s|trident\/|edge\//i.test(window.navigator.userAgent);
|
|
1863
1866
|
}
|
|
1864
|
-
static { this.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "20.0.
|
|
1865
|
-
static { this.ɵprov = i0.ɵɵngDeclareInjectable({ minVersion: "12.0.0", version: "20.0.
|
|
1867
|
+
static { this.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "20.0.5", ngImport: i0, type: ScreenService, deps: [], target: i0.ɵɵFactoryTarget.Injectable }); }
|
|
1868
|
+
static { this.ɵprov = i0.ɵɵngDeclareInjectable({ minVersion: "12.0.0", version: "20.0.5", ngImport: i0, type: ScreenService, providedIn: 'root' }); }
|
|
1866
1869
|
}
|
|
1867
|
-
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "20.0.
|
|
1870
|
+
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "20.0.5", ngImport: i0, type: ScreenService, decorators: [{
|
|
1868
1871
|
type: Injectable,
|
|
1869
1872
|
args: [{
|
|
1870
1873
|
providedIn: 'root'
|
|
@@ -2068,10 +2071,10 @@ class ThemeService {
|
|
|
2068
2071
|
? (window.matchMedia && window.matchMedia("(prefers-color-scheme: dark)").matches ? "dark" : "light")
|
|
2069
2072
|
: this.getPreferredTheme());
|
|
2070
2073
|
}
|
|
2071
|
-
static { this.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "20.0.
|
|
2072
|
-
static { this.ɵprov = i0.ɵɵngDeclareInjectable({ minVersion: "12.0.0", version: "20.0.
|
|
2074
|
+
static { this.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "20.0.5", ngImport: i0, type: ThemeService, deps: [], target: i0.ɵɵFactoryTarget.Injectable }); }
|
|
2075
|
+
static { this.ɵprov = i0.ɵɵngDeclareInjectable({ minVersion: "12.0.0", version: "20.0.5", ngImport: i0, type: ThemeService, providedIn: "root" }); }
|
|
2073
2076
|
}
|
|
2074
|
-
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "20.0.
|
|
2077
|
+
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "20.0.5", ngImport: i0, type: ThemeService, decorators: [{
|
|
2075
2078
|
type: Injectable,
|
|
2076
2079
|
args: [{
|
|
2077
2080
|
providedIn: "root",
|
|
@@ -2079,8 +2082,8 @@ i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "20.0.4", ngImpor
|
|
|
2079
2082
|
}] });
|
|
2080
2083
|
|
|
2081
2084
|
class ArsCoreModule {
|
|
2082
|
-
static { this.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "20.0.
|
|
2083
|
-
static { this.ɵmod = i0.ɵɵngDeclareNgModule({ minVersion: "14.0.0", version: "20.0.
|
|
2085
|
+
static { this.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "20.0.5", ngImport: i0, type: ArsCoreModule, deps: [], target: i0.ɵɵFactoryTarget.NgModule }); }
|
|
2086
|
+
static { this.ɵmod = i0.ɵɵngDeclareNgModule({ minVersion: "14.0.0", version: "20.0.5", ngImport: i0, type: ArsCoreModule, imports: [FileSizeValidatorDirective,
|
|
2084
2087
|
ValidIfDirective,
|
|
2085
2088
|
ValidatorDirective,
|
|
2086
2089
|
EqualsValidatorDirective,
|
|
@@ -2121,7 +2124,7 @@ class ArsCoreModule {
|
|
|
2121
2124
|
CopyClipboardDirective,
|
|
2122
2125
|
AutoFocusDirective,
|
|
2123
2126
|
MaxTermsValidatorDirective] }); }
|
|
2124
|
-
static { this.ɵinj = i0.ɵɵngDeclareInjector({ minVersion: "12.0.0", version: "20.0.
|
|
2127
|
+
static { this.ɵinj = i0.ɵɵngDeclareInjector({ minVersion: "12.0.0", version: "20.0.5", ngImport: i0, type: ArsCoreModule, providers: [
|
|
2125
2128
|
SearchFilterPipe,
|
|
2126
2129
|
SearchCallbackPipe,
|
|
2127
2130
|
SafeHtmlPipe,
|
|
@@ -2131,7 +2134,7 @@ class ArsCoreModule {
|
|
|
2131
2134
|
FormatHtmlPipe
|
|
2132
2135
|
] }); }
|
|
2133
2136
|
}
|
|
2134
|
-
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "20.0.
|
|
2137
|
+
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "20.0.5", ngImport: i0, type: ArsCoreModule, decorators: [{
|
|
2135
2138
|
type: NgModule,
|
|
2136
2139
|
args: [{
|
|
2137
2140
|
imports: [
|
|
@@ -2377,16 +2380,16 @@ class DateFnsAdapter extends DateAdapter {
|
|
|
2377
2380
|
invalid() {
|
|
2378
2381
|
return new Date(NaN);
|
|
2379
2382
|
}
|
|
2380
|
-
static { this.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "20.0.
|
|
2381
|
-
static { this.ɵprov = i0.ɵɵngDeclareInjectable({ minVersion: "12.0.0", version: "20.0.
|
|
2383
|
+
static { this.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "20.0.5", ngImport: i0, type: DateFnsAdapter, deps: [], target: i0.ɵɵFactoryTarget.Injectable }); }
|
|
2384
|
+
static { this.ɵprov = i0.ɵɵngDeclareInjectable({ minVersion: "12.0.0", version: "20.0.5", ngImport: i0, type: DateFnsAdapter }); }
|
|
2382
2385
|
}
|
|
2383
|
-
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "20.0.
|
|
2386
|
+
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "20.0.5", ngImport: i0, type: DateFnsAdapter, decorators: [{
|
|
2384
2387
|
type: Injectable
|
|
2385
2388
|
}], ctorParameters: () => [] });
|
|
2386
2389
|
class ArsDateFnsModule {
|
|
2387
|
-
static { this.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "20.0.
|
|
2388
|
-
static { this.ɵmod = i0.ɵɵngDeclareNgModule({ minVersion: "14.0.0", version: "20.0.
|
|
2389
|
-
static { this.ɵinj = i0.ɵɵngDeclareInjector({ minVersion: "12.0.0", version: "20.0.
|
|
2390
|
+
static { this.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "20.0.5", ngImport: i0, type: ArsDateFnsModule, deps: [], target: i0.ɵɵFactoryTarget.NgModule }); }
|
|
2391
|
+
static { this.ɵmod = i0.ɵɵngDeclareNgModule({ minVersion: "14.0.0", version: "20.0.5", ngImport: i0, type: ArsDateFnsModule }); }
|
|
2392
|
+
static { this.ɵinj = i0.ɵɵngDeclareInjector({ minVersion: "12.0.0", version: "20.0.5", ngImport: i0, type: ArsDateFnsModule, providers: [
|
|
2390
2393
|
{
|
|
2391
2394
|
provide: DateAdapter,
|
|
2392
2395
|
useClass: DateFnsAdapter,
|
|
@@ -2395,7 +2398,7 @@ class ArsDateFnsModule {
|
|
|
2395
2398
|
{ provide: MAT_DATE_FORMATS, useValue: MAT_DATE_FNS_FORMATS }
|
|
2396
2399
|
] }); }
|
|
2397
2400
|
}
|
|
2398
|
-
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "20.0.
|
|
2401
|
+
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "20.0.5", ngImport: i0, type: ArsDateFnsModule, decorators: [{
|
|
2399
2402
|
type: NgModule,
|
|
2400
2403
|
args: [{
|
|
2401
2404
|
providers: [
|