matcha-components 18.0.42 → 18.0.43
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.
|
@@ -854,184 +854,6 @@ i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "18.2.13", ngImpo
|
|
|
854
854
|
}]
|
|
855
855
|
}] });
|
|
856
856
|
|
|
857
|
-
class MatchaAutocompleteDirective {
|
|
858
|
-
constructor(_elementRef, _renderer) {
|
|
859
|
-
this._elementRef = _elementRef;
|
|
860
|
-
this._renderer = _renderer;
|
|
861
|
-
this._renderer.addClass(this._elementRef.nativeElement, 'matcha-autocomplete');
|
|
862
|
-
}
|
|
863
|
-
static { this.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "18.2.13", ngImport: i0, type: MatchaAutocompleteDirective, deps: [{ token: i0.ElementRef }, { token: i0.Renderer2 }], target: i0.ɵɵFactoryTarget.Directive }); }
|
|
864
|
-
static { this.ɵdir = i0.ɵɵngDeclareDirective({ minVersion: "14.0.0", version: "18.2.13", type: MatchaAutocompleteDirective, selector: "[matcha-autocomplete]", ngImport: i0 }); }
|
|
865
|
-
}
|
|
866
|
-
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "18.2.13", ngImport: i0, type: MatchaAutocompleteDirective, decorators: [{
|
|
867
|
-
type: Directive,
|
|
868
|
-
args: [{
|
|
869
|
-
selector: '[matcha-autocomplete]'
|
|
870
|
-
}]
|
|
871
|
-
}], ctorParameters: () => [{ type: i0.ElementRef }, { type: i0.Renderer2 }] });
|
|
872
|
-
|
|
873
|
-
class MatchaAutocompleteOverviewDirective {
|
|
874
|
-
constructor(_elementRef, _renderer) {
|
|
875
|
-
this._elementRef = _elementRef;
|
|
876
|
-
this._renderer = _renderer;
|
|
877
|
-
//this._elementRef.nativeElement.style.backgroundColor = 'grey';
|
|
878
|
-
this._renderer.addClass(this._elementRef.nativeElement, 'matcha-autocomplete-overview');
|
|
879
|
-
}
|
|
880
|
-
static { this.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "18.2.13", ngImport: i0, type: MatchaAutocompleteOverviewDirective, deps: [{ token: i0.ElementRef }, { token: i0.Renderer2 }], target: i0.ɵɵFactoryTarget.Directive }); }
|
|
881
|
-
static { this.ɵdir = i0.ɵɵngDeclareDirective({ minVersion: "14.0.0", version: "18.2.13", type: MatchaAutocompleteOverviewDirective, selector: "[matcha-autocomplete-overview]", ngImport: i0 }); }
|
|
882
|
-
}
|
|
883
|
-
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "18.2.13", ngImport: i0, type: MatchaAutocompleteOverviewDirective, decorators: [{
|
|
884
|
-
type: Directive,
|
|
885
|
-
args: [{
|
|
886
|
-
selector: '[matcha-autocomplete-overview]'
|
|
887
|
-
}]
|
|
888
|
-
}], ctorParameters: () => [{ type: i0.ElementRef }, { type: i0.Renderer2 }] });
|
|
889
|
-
|
|
890
|
-
class MatchaAutocompleteModule {
|
|
891
|
-
static { this.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "18.2.13", ngImport: i0, type: MatchaAutocompleteModule, deps: [], target: i0.ɵɵFactoryTarget.NgModule }); }
|
|
892
|
-
static { this.ɵmod = i0.ɵɵngDeclareNgModule({ minVersion: "14.0.0", version: "18.2.13", ngImport: i0, type: MatchaAutocompleteModule, declarations: [MatchaAutocompleteDirective,
|
|
893
|
-
MatchaAutocompleteOverviewDirective], exports: [MatchaAutocompleteDirective, MatchaAutocompleteOverviewDirective] }); }
|
|
894
|
-
static { this.ɵinj = i0.ɵɵngDeclareInjector({ minVersion: "12.0.0", version: "18.2.13", ngImport: i0, type: MatchaAutocompleteModule }); }
|
|
895
|
-
}
|
|
896
|
-
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "18.2.13", ngImport: i0, type: MatchaAutocompleteModule, decorators: [{
|
|
897
|
-
type: NgModule,
|
|
898
|
-
args: [{
|
|
899
|
-
declarations: [
|
|
900
|
-
MatchaAutocompleteDirective,
|
|
901
|
-
MatchaAutocompleteOverviewDirective,
|
|
902
|
-
],
|
|
903
|
-
imports: [],
|
|
904
|
-
exports: [MatchaAutocompleteDirective, MatchaAutocompleteOverviewDirective],
|
|
905
|
-
}]
|
|
906
|
-
}] });
|
|
907
|
-
|
|
908
|
-
class MatchaBadgeDirective {
|
|
909
|
-
constructor(_elementRef, _renderer) {
|
|
910
|
-
this._elementRef = _elementRef;
|
|
911
|
-
this._renderer = _renderer;
|
|
912
|
-
//this._elementRef.nativeElement.style.backgroundColor = 'grey';
|
|
913
|
-
this._renderer.addClass(this._elementRef.nativeElement, 'matcha-badge');
|
|
914
|
-
}
|
|
915
|
-
static { this.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "18.2.13", ngImport: i0, type: MatchaBadgeDirective, deps: [{ token: i0.ElementRef }, { token: i0.Renderer2 }], target: i0.ɵɵFactoryTarget.Directive }); }
|
|
916
|
-
static { this.ɵdir = i0.ɵɵngDeclareDirective({ minVersion: "14.0.0", version: "18.2.13", type: MatchaBadgeDirective, selector: "[matcha-badge]", ngImport: i0 }); }
|
|
917
|
-
}
|
|
918
|
-
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "18.2.13", ngImport: i0, type: MatchaBadgeDirective, decorators: [{
|
|
919
|
-
type: Directive,
|
|
920
|
-
args: [{
|
|
921
|
-
selector: '[matcha-badge]',
|
|
922
|
-
}]
|
|
923
|
-
}], ctorParameters: () => [{ type: i0.ElementRef }, { type: i0.Renderer2 }] });
|
|
924
|
-
|
|
925
|
-
class MatchaBadgeModule {
|
|
926
|
-
static { this.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "18.2.13", ngImport: i0, type: MatchaBadgeModule, deps: [], target: i0.ɵɵFactoryTarget.NgModule }); }
|
|
927
|
-
static { this.ɵmod = i0.ɵɵngDeclareNgModule({ minVersion: "14.0.0", version: "18.2.13", ngImport: i0, type: MatchaBadgeModule, declarations: [MatchaBadgeDirective], exports: [MatchaBadgeDirective] }); }
|
|
928
|
-
static { this.ɵinj = i0.ɵɵngDeclareInjector({ minVersion: "12.0.0", version: "18.2.13", ngImport: i0, type: MatchaBadgeModule }); }
|
|
929
|
-
}
|
|
930
|
-
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "18.2.13", ngImport: i0, type: MatchaBadgeModule, decorators: [{
|
|
931
|
-
type: NgModule,
|
|
932
|
-
args: [{
|
|
933
|
-
declarations: [MatchaBadgeDirective],
|
|
934
|
-
imports: [],
|
|
935
|
-
exports: [MatchaBadgeDirective],
|
|
936
|
-
}]
|
|
937
|
-
}] });
|
|
938
|
-
|
|
939
|
-
class MatchaTabsDirective {
|
|
940
|
-
constructor(_elementRef, _renderer) {
|
|
941
|
-
this._elementRef = _elementRef;
|
|
942
|
-
this._renderer = _renderer;
|
|
943
|
-
//this._elementRef.nativeElement.style.backgroundColor = 'grey';
|
|
944
|
-
this._renderer.addClass(this._elementRef.nativeElement, 'matcha-tabs');
|
|
945
|
-
}
|
|
946
|
-
static { this.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "18.2.13", ngImport: i0, type: MatchaTabsDirective, deps: [{ token: i0.ElementRef }, { token: i0.Renderer2 }], target: i0.ɵɵFactoryTarget.Directive }); }
|
|
947
|
-
static { this.ɵdir = i0.ɵɵngDeclareDirective({ minVersion: "14.0.0", version: "18.2.13", type: MatchaTabsDirective, selector: "[matchaTabs]", ngImport: i0 }); }
|
|
948
|
-
}
|
|
949
|
-
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "18.2.13", ngImport: i0, type: MatchaTabsDirective, decorators: [{
|
|
950
|
-
type: Directive,
|
|
951
|
-
args: [{
|
|
952
|
-
selector: '[matchaTabs]'
|
|
953
|
-
}]
|
|
954
|
-
}], ctorParameters: () => [{ type: i0.ElementRef }, { type: i0.Renderer2 }] });
|
|
955
|
-
|
|
956
|
-
class MatchaTabsModule {
|
|
957
|
-
static { this.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "18.2.13", ngImport: i0, type: MatchaTabsModule, deps: [], target: i0.ɵɵFactoryTarget.NgModule }); }
|
|
958
|
-
static { this.ɵmod = i0.ɵɵngDeclareNgModule({ minVersion: "14.0.0", version: "18.2.13", ngImport: i0, type: MatchaTabsModule, declarations: [MatchaTabsDirective], imports: [CommonModule], exports: [MatchaTabsDirective] }); }
|
|
959
|
-
static { this.ɵinj = i0.ɵɵngDeclareInjector({ minVersion: "12.0.0", version: "18.2.13", ngImport: i0, type: MatchaTabsModule, imports: [CommonModule] }); }
|
|
960
|
-
}
|
|
961
|
-
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "18.2.13", ngImport: i0, type: MatchaTabsModule, decorators: [{
|
|
962
|
-
type: NgModule,
|
|
963
|
-
args: [{
|
|
964
|
-
declarations: [MatchaTabsDirective],
|
|
965
|
-
imports: [CommonModule],
|
|
966
|
-
exports: [MatchaTabsDirective],
|
|
967
|
-
}]
|
|
968
|
-
}] });
|
|
969
|
-
|
|
970
|
-
class MatchaBottomSheetDirective {
|
|
971
|
-
constructor(_elementRef, _renderer) {
|
|
972
|
-
this._elementRef = _elementRef;
|
|
973
|
-
this._renderer = _renderer;
|
|
974
|
-
//this._elementRef.nativeElement.style.backgroundColor = 'grey';
|
|
975
|
-
this._renderer.addClass(this._elementRef.nativeElement, 'matcha-bottom-sheet');
|
|
976
|
-
}
|
|
977
|
-
static { this.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "18.2.13", ngImport: i0, type: MatchaBottomSheetDirective, deps: [{ token: i0.ElementRef }, { token: i0.Renderer2 }], target: i0.ɵɵFactoryTarget.Directive }); }
|
|
978
|
-
static { this.ɵdir = i0.ɵɵngDeclareDirective({ minVersion: "14.0.0", version: "18.2.13", type: MatchaBottomSheetDirective, selector: "[matcha-bottom-sheet]", ngImport: i0 }); }
|
|
979
|
-
}
|
|
980
|
-
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "18.2.13", ngImport: i0, type: MatchaBottomSheetDirective, decorators: [{
|
|
981
|
-
type: Directive,
|
|
982
|
-
args: [{
|
|
983
|
-
selector: '[matcha-bottom-sheet]'
|
|
984
|
-
}]
|
|
985
|
-
}], ctorParameters: () => [{ type: i0.ElementRef }, { type: i0.Renderer2 }] });
|
|
986
|
-
|
|
987
|
-
class MatchaBottomSheetModule {
|
|
988
|
-
static { this.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "18.2.13", ngImport: i0, type: MatchaBottomSheetModule, deps: [], target: i0.ɵɵFactoryTarget.NgModule }); }
|
|
989
|
-
static { this.ɵmod = i0.ɵɵngDeclareNgModule({ minVersion: "14.0.0", version: "18.2.13", ngImport: i0, type: MatchaBottomSheetModule, declarations: [MatchaBottomSheetDirective], exports: [MatchaBottomSheetDirective] }); }
|
|
990
|
-
static { this.ɵinj = i0.ɵɵngDeclareInjector({ minVersion: "12.0.0", version: "18.2.13", ngImport: i0, type: MatchaBottomSheetModule }); }
|
|
991
|
-
}
|
|
992
|
-
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "18.2.13", ngImport: i0, type: MatchaBottomSheetModule, decorators: [{
|
|
993
|
-
type: NgModule,
|
|
994
|
-
args: [{
|
|
995
|
-
declarations: [MatchaBottomSheetDirective],
|
|
996
|
-
imports: [],
|
|
997
|
-
exports: [MatchaBottomSheetDirective],
|
|
998
|
-
}]
|
|
999
|
-
}] });
|
|
1000
|
-
|
|
1001
|
-
class MatchaButtonToggleDirective {
|
|
1002
|
-
constructor(_elementRef, _renderer) {
|
|
1003
|
-
this._elementRef = _elementRef;
|
|
1004
|
-
this._renderer = _renderer;
|
|
1005
|
-
this._renderer.addClass(this._elementRef.nativeElement, 'matcha-button-toggle');
|
|
1006
|
-
}
|
|
1007
|
-
static { this.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "18.2.13", ngImport: i0, type: MatchaButtonToggleDirective, deps: [{ token: i0.ElementRef }, { token: i0.Renderer2 }], target: i0.ɵɵFactoryTarget.Directive }); }
|
|
1008
|
-
static { this.ɵdir = i0.ɵɵngDeclareDirective({ minVersion: "14.0.0", version: "18.2.13", type: MatchaButtonToggleDirective, selector: "[matcha-button-toggle]", ngImport: i0 }); }
|
|
1009
|
-
}
|
|
1010
|
-
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "18.2.13", ngImport: i0, type: MatchaButtonToggleDirective, decorators: [{
|
|
1011
|
-
type: Directive,
|
|
1012
|
-
args: [{
|
|
1013
|
-
selector: '[matcha-button-toggle]'
|
|
1014
|
-
}]
|
|
1015
|
-
}], ctorParameters: () => [{ type: i0.ElementRef }, { type: i0.Renderer2 }] });
|
|
1016
|
-
|
|
1017
|
-
class MatchaButtonToggleModule {
|
|
1018
|
-
static { this.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "18.2.13", ngImport: i0, type: MatchaButtonToggleModule, deps: [], target: i0.ɵɵFactoryTarget.NgModule }); }
|
|
1019
|
-
static { this.ɵmod = i0.ɵɵngDeclareNgModule({ minVersion: "14.0.0", version: "18.2.13", ngImport: i0, type: MatchaButtonToggleModule, declarations: [MatchaButtonToggleDirective], exports: [MatchaButtonToggleDirective] }); }
|
|
1020
|
-
static { this.ɵinj = i0.ɵɵngDeclareInjector({ minVersion: "12.0.0", version: "18.2.13", ngImport: i0, type: MatchaButtonToggleModule }); }
|
|
1021
|
-
}
|
|
1022
|
-
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "18.2.13", ngImport: i0, type: MatchaButtonToggleModule, decorators: [{
|
|
1023
|
-
type: NgModule,
|
|
1024
|
-
args: [{
|
|
1025
|
-
declarations: [
|
|
1026
|
-
MatchaButtonToggleDirective
|
|
1027
|
-
],
|
|
1028
|
-
imports: [],
|
|
1029
|
-
exports: [
|
|
1030
|
-
MatchaButtonToggleDirective
|
|
1031
|
-
]
|
|
1032
|
-
}]
|
|
1033
|
-
}] });
|
|
1034
|
-
|
|
1035
857
|
class MatchaButtonDirective {
|
|
1036
858
|
constructor(_elementRef, _renderer) {
|
|
1037
859
|
this._elementRef = _elementRef;
|
|
@@ -1247,6 +1069,184 @@ i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "18.2.13", ngImpo
|
|
|
1247
1069
|
}]
|
|
1248
1070
|
}] });
|
|
1249
1071
|
|
|
1072
|
+
class MatchaAutocompleteDirective {
|
|
1073
|
+
constructor(_elementRef, _renderer) {
|
|
1074
|
+
this._elementRef = _elementRef;
|
|
1075
|
+
this._renderer = _renderer;
|
|
1076
|
+
this._renderer.addClass(this._elementRef.nativeElement, 'matcha-autocomplete');
|
|
1077
|
+
}
|
|
1078
|
+
static { this.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "18.2.13", ngImport: i0, type: MatchaAutocompleteDirective, deps: [{ token: i0.ElementRef }, { token: i0.Renderer2 }], target: i0.ɵɵFactoryTarget.Directive }); }
|
|
1079
|
+
static { this.ɵdir = i0.ɵɵngDeclareDirective({ minVersion: "14.0.0", version: "18.2.13", type: MatchaAutocompleteDirective, selector: "[matcha-autocomplete]", ngImport: i0 }); }
|
|
1080
|
+
}
|
|
1081
|
+
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "18.2.13", ngImport: i0, type: MatchaAutocompleteDirective, decorators: [{
|
|
1082
|
+
type: Directive,
|
|
1083
|
+
args: [{
|
|
1084
|
+
selector: '[matcha-autocomplete]'
|
|
1085
|
+
}]
|
|
1086
|
+
}], ctorParameters: () => [{ type: i0.ElementRef }, { type: i0.Renderer2 }] });
|
|
1087
|
+
|
|
1088
|
+
class MatchaAutocompleteOverviewDirective {
|
|
1089
|
+
constructor(_elementRef, _renderer) {
|
|
1090
|
+
this._elementRef = _elementRef;
|
|
1091
|
+
this._renderer = _renderer;
|
|
1092
|
+
//this._elementRef.nativeElement.style.backgroundColor = 'grey';
|
|
1093
|
+
this._renderer.addClass(this._elementRef.nativeElement, 'matcha-autocomplete-overview');
|
|
1094
|
+
}
|
|
1095
|
+
static { this.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "18.2.13", ngImport: i0, type: MatchaAutocompleteOverviewDirective, deps: [{ token: i0.ElementRef }, { token: i0.Renderer2 }], target: i0.ɵɵFactoryTarget.Directive }); }
|
|
1096
|
+
static { this.ɵdir = i0.ɵɵngDeclareDirective({ minVersion: "14.0.0", version: "18.2.13", type: MatchaAutocompleteOverviewDirective, selector: "[matcha-autocomplete-overview]", ngImport: i0 }); }
|
|
1097
|
+
}
|
|
1098
|
+
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "18.2.13", ngImport: i0, type: MatchaAutocompleteOverviewDirective, decorators: [{
|
|
1099
|
+
type: Directive,
|
|
1100
|
+
args: [{
|
|
1101
|
+
selector: '[matcha-autocomplete-overview]'
|
|
1102
|
+
}]
|
|
1103
|
+
}], ctorParameters: () => [{ type: i0.ElementRef }, { type: i0.Renderer2 }] });
|
|
1104
|
+
|
|
1105
|
+
class MatchaAutocompleteModule {
|
|
1106
|
+
static { this.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "18.2.13", ngImport: i0, type: MatchaAutocompleteModule, deps: [], target: i0.ɵɵFactoryTarget.NgModule }); }
|
|
1107
|
+
static { this.ɵmod = i0.ɵɵngDeclareNgModule({ minVersion: "14.0.0", version: "18.2.13", ngImport: i0, type: MatchaAutocompleteModule, declarations: [MatchaAutocompleteDirective,
|
|
1108
|
+
MatchaAutocompleteOverviewDirective], exports: [MatchaAutocompleteDirective, MatchaAutocompleteOverviewDirective] }); }
|
|
1109
|
+
static { this.ɵinj = i0.ɵɵngDeclareInjector({ minVersion: "12.0.0", version: "18.2.13", ngImport: i0, type: MatchaAutocompleteModule }); }
|
|
1110
|
+
}
|
|
1111
|
+
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "18.2.13", ngImport: i0, type: MatchaAutocompleteModule, decorators: [{
|
|
1112
|
+
type: NgModule,
|
|
1113
|
+
args: [{
|
|
1114
|
+
declarations: [
|
|
1115
|
+
MatchaAutocompleteDirective,
|
|
1116
|
+
MatchaAutocompleteOverviewDirective,
|
|
1117
|
+
],
|
|
1118
|
+
imports: [],
|
|
1119
|
+
exports: [MatchaAutocompleteDirective, MatchaAutocompleteOverviewDirective],
|
|
1120
|
+
}]
|
|
1121
|
+
}] });
|
|
1122
|
+
|
|
1123
|
+
class MatchaBadgeDirective {
|
|
1124
|
+
constructor(_elementRef, _renderer) {
|
|
1125
|
+
this._elementRef = _elementRef;
|
|
1126
|
+
this._renderer = _renderer;
|
|
1127
|
+
//this._elementRef.nativeElement.style.backgroundColor = 'grey';
|
|
1128
|
+
this._renderer.addClass(this._elementRef.nativeElement, 'matcha-badge');
|
|
1129
|
+
}
|
|
1130
|
+
static { this.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "18.2.13", ngImport: i0, type: MatchaBadgeDirective, deps: [{ token: i0.ElementRef }, { token: i0.Renderer2 }], target: i0.ɵɵFactoryTarget.Directive }); }
|
|
1131
|
+
static { this.ɵdir = i0.ɵɵngDeclareDirective({ minVersion: "14.0.0", version: "18.2.13", type: MatchaBadgeDirective, selector: "[matcha-badge]", ngImport: i0 }); }
|
|
1132
|
+
}
|
|
1133
|
+
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "18.2.13", ngImport: i0, type: MatchaBadgeDirective, decorators: [{
|
|
1134
|
+
type: Directive,
|
|
1135
|
+
args: [{
|
|
1136
|
+
selector: '[matcha-badge]',
|
|
1137
|
+
}]
|
|
1138
|
+
}], ctorParameters: () => [{ type: i0.ElementRef }, { type: i0.Renderer2 }] });
|
|
1139
|
+
|
|
1140
|
+
class MatchaBadgeModule {
|
|
1141
|
+
static { this.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "18.2.13", ngImport: i0, type: MatchaBadgeModule, deps: [], target: i0.ɵɵFactoryTarget.NgModule }); }
|
|
1142
|
+
static { this.ɵmod = i0.ɵɵngDeclareNgModule({ minVersion: "14.0.0", version: "18.2.13", ngImport: i0, type: MatchaBadgeModule, declarations: [MatchaBadgeDirective], exports: [MatchaBadgeDirective] }); }
|
|
1143
|
+
static { this.ɵinj = i0.ɵɵngDeclareInjector({ minVersion: "12.0.0", version: "18.2.13", ngImport: i0, type: MatchaBadgeModule }); }
|
|
1144
|
+
}
|
|
1145
|
+
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "18.2.13", ngImport: i0, type: MatchaBadgeModule, decorators: [{
|
|
1146
|
+
type: NgModule,
|
|
1147
|
+
args: [{
|
|
1148
|
+
declarations: [MatchaBadgeDirective],
|
|
1149
|
+
imports: [],
|
|
1150
|
+
exports: [MatchaBadgeDirective],
|
|
1151
|
+
}]
|
|
1152
|
+
}] });
|
|
1153
|
+
|
|
1154
|
+
class MatchaTabsDirective {
|
|
1155
|
+
constructor(_elementRef, _renderer) {
|
|
1156
|
+
this._elementRef = _elementRef;
|
|
1157
|
+
this._renderer = _renderer;
|
|
1158
|
+
//this._elementRef.nativeElement.style.backgroundColor = 'grey';
|
|
1159
|
+
this._renderer.addClass(this._elementRef.nativeElement, 'matcha-tabs');
|
|
1160
|
+
}
|
|
1161
|
+
static { this.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "18.2.13", ngImport: i0, type: MatchaTabsDirective, deps: [{ token: i0.ElementRef }, { token: i0.Renderer2 }], target: i0.ɵɵFactoryTarget.Directive }); }
|
|
1162
|
+
static { this.ɵdir = i0.ɵɵngDeclareDirective({ minVersion: "14.0.0", version: "18.2.13", type: MatchaTabsDirective, selector: "[matchaTabs]", ngImport: i0 }); }
|
|
1163
|
+
}
|
|
1164
|
+
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "18.2.13", ngImport: i0, type: MatchaTabsDirective, decorators: [{
|
|
1165
|
+
type: Directive,
|
|
1166
|
+
args: [{
|
|
1167
|
+
selector: '[matchaTabs]'
|
|
1168
|
+
}]
|
|
1169
|
+
}], ctorParameters: () => [{ type: i0.ElementRef }, { type: i0.Renderer2 }] });
|
|
1170
|
+
|
|
1171
|
+
class MatchaTabsModule {
|
|
1172
|
+
static { this.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "18.2.13", ngImport: i0, type: MatchaTabsModule, deps: [], target: i0.ɵɵFactoryTarget.NgModule }); }
|
|
1173
|
+
static { this.ɵmod = i0.ɵɵngDeclareNgModule({ minVersion: "14.0.0", version: "18.2.13", ngImport: i0, type: MatchaTabsModule, declarations: [MatchaTabsDirective], imports: [CommonModule], exports: [MatchaTabsDirective] }); }
|
|
1174
|
+
static { this.ɵinj = i0.ɵɵngDeclareInjector({ minVersion: "12.0.0", version: "18.2.13", ngImport: i0, type: MatchaTabsModule, imports: [CommonModule] }); }
|
|
1175
|
+
}
|
|
1176
|
+
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "18.2.13", ngImport: i0, type: MatchaTabsModule, decorators: [{
|
|
1177
|
+
type: NgModule,
|
|
1178
|
+
args: [{
|
|
1179
|
+
declarations: [MatchaTabsDirective],
|
|
1180
|
+
imports: [CommonModule],
|
|
1181
|
+
exports: [MatchaTabsDirective],
|
|
1182
|
+
}]
|
|
1183
|
+
}] });
|
|
1184
|
+
|
|
1185
|
+
class MatchaBottomSheetDirective {
|
|
1186
|
+
constructor(_elementRef, _renderer) {
|
|
1187
|
+
this._elementRef = _elementRef;
|
|
1188
|
+
this._renderer = _renderer;
|
|
1189
|
+
//this._elementRef.nativeElement.style.backgroundColor = 'grey';
|
|
1190
|
+
this._renderer.addClass(this._elementRef.nativeElement, 'matcha-bottom-sheet');
|
|
1191
|
+
}
|
|
1192
|
+
static { this.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "18.2.13", ngImport: i0, type: MatchaBottomSheetDirective, deps: [{ token: i0.ElementRef }, { token: i0.Renderer2 }], target: i0.ɵɵFactoryTarget.Directive }); }
|
|
1193
|
+
static { this.ɵdir = i0.ɵɵngDeclareDirective({ minVersion: "14.0.0", version: "18.2.13", type: MatchaBottomSheetDirective, selector: "[matcha-bottom-sheet]", ngImport: i0 }); }
|
|
1194
|
+
}
|
|
1195
|
+
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "18.2.13", ngImport: i0, type: MatchaBottomSheetDirective, decorators: [{
|
|
1196
|
+
type: Directive,
|
|
1197
|
+
args: [{
|
|
1198
|
+
selector: '[matcha-bottom-sheet]'
|
|
1199
|
+
}]
|
|
1200
|
+
}], ctorParameters: () => [{ type: i0.ElementRef }, { type: i0.Renderer2 }] });
|
|
1201
|
+
|
|
1202
|
+
class MatchaBottomSheetModule {
|
|
1203
|
+
static { this.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "18.2.13", ngImport: i0, type: MatchaBottomSheetModule, deps: [], target: i0.ɵɵFactoryTarget.NgModule }); }
|
|
1204
|
+
static { this.ɵmod = i0.ɵɵngDeclareNgModule({ minVersion: "14.0.0", version: "18.2.13", ngImport: i0, type: MatchaBottomSheetModule, declarations: [MatchaBottomSheetDirective], exports: [MatchaBottomSheetDirective] }); }
|
|
1205
|
+
static { this.ɵinj = i0.ɵɵngDeclareInjector({ minVersion: "12.0.0", version: "18.2.13", ngImport: i0, type: MatchaBottomSheetModule }); }
|
|
1206
|
+
}
|
|
1207
|
+
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "18.2.13", ngImport: i0, type: MatchaBottomSheetModule, decorators: [{
|
|
1208
|
+
type: NgModule,
|
|
1209
|
+
args: [{
|
|
1210
|
+
declarations: [MatchaBottomSheetDirective],
|
|
1211
|
+
imports: [],
|
|
1212
|
+
exports: [MatchaBottomSheetDirective],
|
|
1213
|
+
}]
|
|
1214
|
+
}] });
|
|
1215
|
+
|
|
1216
|
+
class MatchaButtonToggleDirective {
|
|
1217
|
+
constructor(_elementRef, _renderer) {
|
|
1218
|
+
this._elementRef = _elementRef;
|
|
1219
|
+
this._renderer = _renderer;
|
|
1220
|
+
this._renderer.addClass(this._elementRef.nativeElement, 'matcha-button-toggle');
|
|
1221
|
+
}
|
|
1222
|
+
static { this.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "18.2.13", ngImport: i0, type: MatchaButtonToggleDirective, deps: [{ token: i0.ElementRef }, { token: i0.Renderer2 }], target: i0.ɵɵFactoryTarget.Directive }); }
|
|
1223
|
+
static { this.ɵdir = i0.ɵɵngDeclareDirective({ minVersion: "14.0.0", version: "18.2.13", type: MatchaButtonToggleDirective, selector: "[matcha-button-toggle]", ngImport: i0 }); }
|
|
1224
|
+
}
|
|
1225
|
+
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "18.2.13", ngImport: i0, type: MatchaButtonToggleDirective, decorators: [{
|
|
1226
|
+
type: Directive,
|
|
1227
|
+
args: [{
|
|
1228
|
+
selector: '[matcha-button-toggle]'
|
|
1229
|
+
}]
|
|
1230
|
+
}], ctorParameters: () => [{ type: i0.ElementRef }, { type: i0.Renderer2 }] });
|
|
1231
|
+
|
|
1232
|
+
class MatchaButtonToggleModule {
|
|
1233
|
+
static { this.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "18.2.13", ngImport: i0, type: MatchaButtonToggleModule, deps: [], target: i0.ɵɵFactoryTarget.NgModule }); }
|
|
1234
|
+
static { this.ɵmod = i0.ɵɵngDeclareNgModule({ minVersion: "14.0.0", version: "18.2.13", ngImport: i0, type: MatchaButtonToggleModule, declarations: [MatchaButtonToggleDirective], exports: [MatchaButtonToggleDirective] }); }
|
|
1235
|
+
static { this.ɵinj = i0.ɵɵngDeclareInjector({ minVersion: "12.0.0", version: "18.2.13", ngImport: i0, type: MatchaButtonToggleModule }); }
|
|
1236
|
+
}
|
|
1237
|
+
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "18.2.13", ngImport: i0, type: MatchaButtonToggleModule, decorators: [{
|
|
1238
|
+
type: NgModule,
|
|
1239
|
+
args: [{
|
|
1240
|
+
declarations: [
|
|
1241
|
+
MatchaButtonToggleDirective
|
|
1242
|
+
],
|
|
1243
|
+
imports: [],
|
|
1244
|
+
exports: [
|
|
1245
|
+
MatchaButtonToggleDirective
|
|
1246
|
+
]
|
|
1247
|
+
}]
|
|
1248
|
+
}] });
|
|
1249
|
+
|
|
1250
1250
|
class MatchaCheckboxDirective {
|
|
1251
1251
|
constructor(_elementRef, _renderer) {
|
|
1252
1252
|
this._elementRef = _elementRef;
|
|
@@ -2088,8 +2088,148 @@ i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "18.2.13", ngImpo
|
|
|
2088
2088
|
|
|
2089
2089
|
class MatchaComponentsModule {
|
|
2090
2090
|
static { this.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "18.2.13", ngImport: i0, type: MatchaComponentsModule, deps: [], target: i0.ɵɵFactoryTarget.NgModule }); }
|
|
2091
|
-
static { this.ɵmod = i0.ɵɵngDeclareNgModule({ minVersion: "14.0.0", version: "18.2.13", ngImport: i0, type: MatchaComponentsModule, declarations: [MatchaOverflowDraggableComponent], imports: [MatchaModalModule,
|
|
2092
|
-
|
|
2091
|
+
static { this.ɵmod = i0.ɵɵngDeclareNgModule({ minVersion: "14.0.0", version: "18.2.13", ngImport: i0, type: MatchaComponentsModule, declarations: [MatchaOverflowDraggableComponent], imports: [MatchaModalModule,
|
|
2092
|
+
MatchaMasonryModule,
|
|
2093
|
+
MatchaCardModule,
|
|
2094
|
+
MatchaTitleModule,
|
|
2095
|
+
MatchaAutocompleteModule,
|
|
2096
|
+
MatchaBadgeModule,
|
|
2097
|
+
MatchaTabsModule,
|
|
2098
|
+
MatchaBottomSheetModule,
|
|
2099
|
+
MatchaButtonToggleModule,
|
|
2100
|
+
MatchaButtonModule,
|
|
2101
|
+
MatchaCheckboxModule,
|
|
2102
|
+
MatchaChipsModule,
|
|
2103
|
+
MatchaDatepickerModule,
|
|
2104
|
+
MatchaDividerModule,
|
|
2105
|
+
MatchaElevationModule,
|
|
2106
|
+
MatchaExpansionModule,
|
|
2107
|
+
MatchaFormsModule,
|
|
2108
|
+
MatchaIconModule,
|
|
2109
|
+
MatchaInputModule,
|
|
2110
|
+
MatchaListModule,
|
|
2111
|
+
MatchaMenuModule,
|
|
2112
|
+
MatchaSidenavModule,
|
|
2113
|
+
MatchaPaginatorModule,
|
|
2114
|
+
MatchaProgressBarModule,
|
|
2115
|
+
MatchaProgressSpinnerModule,
|
|
2116
|
+
MatchaRadioButtonModule,
|
|
2117
|
+
MatchaSelectModule,
|
|
2118
|
+
MatchaSlideToggleModule,
|
|
2119
|
+
MatchaSliderModule,
|
|
2120
|
+
MatchaSnackBarModule,
|
|
2121
|
+
MatchaSortHeaderModule,
|
|
2122
|
+
MatchaStepperModule,
|
|
2123
|
+
MatchaTableModule,
|
|
2124
|
+
MatchaTabsModule,
|
|
2125
|
+
MatchaTooltipModule,
|
|
2126
|
+
MatchaTreeModule], exports: [MatchaModalModule,
|
|
2127
|
+
MatchaMasonryModule,
|
|
2128
|
+
MatchaCardModule,
|
|
2129
|
+
MatchaTitleModule,
|
|
2130
|
+
MatchaAutocompleteModule,
|
|
2131
|
+
MatchaBadgeModule,
|
|
2132
|
+
MatchaTabsModule,
|
|
2133
|
+
MatchaBottomSheetModule,
|
|
2134
|
+
MatchaButtonToggleModule,
|
|
2135
|
+
MatchaButtonModule,
|
|
2136
|
+
MatchaCheckboxModule,
|
|
2137
|
+
MatchaChipsModule,
|
|
2138
|
+
MatchaDatepickerModule,
|
|
2139
|
+
MatchaDividerModule,
|
|
2140
|
+
MatchaElevationModule,
|
|
2141
|
+
MatchaExpansionModule,
|
|
2142
|
+
MatchaFormsModule,
|
|
2143
|
+
MatchaIconModule,
|
|
2144
|
+
MatchaInputModule,
|
|
2145
|
+
MatchaListModule,
|
|
2146
|
+
MatchaMenuModule,
|
|
2147
|
+
MatchaSidenavModule,
|
|
2148
|
+
MatchaPaginatorModule,
|
|
2149
|
+
MatchaProgressBarModule,
|
|
2150
|
+
MatchaProgressSpinnerModule,
|
|
2151
|
+
MatchaRadioButtonModule,
|
|
2152
|
+
MatchaSelectModule,
|
|
2153
|
+
MatchaSlideToggleModule,
|
|
2154
|
+
MatchaSliderModule,
|
|
2155
|
+
MatchaSnackBarModule,
|
|
2156
|
+
MatchaSortHeaderModule,
|
|
2157
|
+
MatchaStepperModule,
|
|
2158
|
+
MatchaTableModule,
|
|
2159
|
+
MatchaTabsModule,
|
|
2160
|
+
MatchaTooltipModule,
|
|
2161
|
+
MatchaTreeModule] }); }
|
|
2162
|
+
static { this.ɵinj = i0.ɵɵngDeclareInjector({ minVersion: "12.0.0", version: "18.2.13", ngImport: i0, type: MatchaComponentsModule, imports: [MatchaModalModule,
|
|
2163
|
+
MatchaMasonryModule,
|
|
2164
|
+
MatchaCardModule,
|
|
2165
|
+
MatchaTitleModule,
|
|
2166
|
+
MatchaAutocompleteModule,
|
|
2167
|
+
MatchaBadgeModule,
|
|
2168
|
+
MatchaTabsModule,
|
|
2169
|
+
MatchaBottomSheetModule,
|
|
2170
|
+
MatchaButtonToggleModule,
|
|
2171
|
+
MatchaButtonModule,
|
|
2172
|
+
MatchaCheckboxModule,
|
|
2173
|
+
MatchaChipsModule,
|
|
2174
|
+
MatchaDatepickerModule,
|
|
2175
|
+
MatchaDividerModule,
|
|
2176
|
+
MatchaElevationModule,
|
|
2177
|
+
MatchaExpansionModule,
|
|
2178
|
+
MatchaFormsModule,
|
|
2179
|
+
MatchaIconModule,
|
|
2180
|
+
MatchaInputModule,
|
|
2181
|
+
MatchaListModule,
|
|
2182
|
+
MatchaMenuModule,
|
|
2183
|
+
MatchaSidenavModule,
|
|
2184
|
+
MatchaPaginatorModule,
|
|
2185
|
+
MatchaProgressBarModule,
|
|
2186
|
+
MatchaProgressSpinnerModule,
|
|
2187
|
+
MatchaRadioButtonModule,
|
|
2188
|
+
MatchaSelectModule,
|
|
2189
|
+
MatchaSlideToggleModule,
|
|
2190
|
+
MatchaSliderModule,
|
|
2191
|
+
MatchaSnackBarModule,
|
|
2192
|
+
MatchaSortHeaderModule,
|
|
2193
|
+
MatchaStepperModule,
|
|
2194
|
+
MatchaTableModule,
|
|
2195
|
+
MatchaTabsModule,
|
|
2196
|
+
MatchaTooltipModule,
|
|
2197
|
+
MatchaTreeModule, MatchaModalModule,
|
|
2198
|
+
MatchaMasonryModule,
|
|
2199
|
+
MatchaCardModule,
|
|
2200
|
+
MatchaTitleModule,
|
|
2201
|
+
MatchaAutocompleteModule,
|
|
2202
|
+
MatchaBadgeModule,
|
|
2203
|
+
MatchaTabsModule,
|
|
2204
|
+
MatchaBottomSheetModule,
|
|
2205
|
+
MatchaButtonToggleModule,
|
|
2206
|
+
MatchaButtonModule,
|
|
2207
|
+
MatchaCheckboxModule,
|
|
2208
|
+
MatchaChipsModule,
|
|
2209
|
+
MatchaDatepickerModule,
|
|
2210
|
+
MatchaDividerModule,
|
|
2211
|
+
MatchaElevationModule,
|
|
2212
|
+
MatchaExpansionModule,
|
|
2213
|
+
MatchaFormsModule,
|
|
2214
|
+
MatchaIconModule,
|
|
2215
|
+
MatchaInputModule,
|
|
2216
|
+
MatchaListModule,
|
|
2217
|
+
MatchaMenuModule,
|
|
2218
|
+
MatchaSidenavModule,
|
|
2219
|
+
MatchaPaginatorModule,
|
|
2220
|
+
MatchaProgressBarModule,
|
|
2221
|
+
MatchaProgressSpinnerModule,
|
|
2222
|
+
MatchaRadioButtonModule,
|
|
2223
|
+
MatchaSelectModule,
|
|
2224
|
+
MatchaSlideToggleModule,
|
|
2225
|
+
MatchaSliderModule,
|
|
2226
|
+
MatchaSnackBarModule,
|
|
2227
|
+
MatchaSortHeaderModule,
|
|
2228
|
+
MatchaStepperModule,
|
|
2229
|
+
MatchaTableModule,
|
|
2230
|
+
MatchaTabsModule,
|
|
2231
|
+
MatchaTooltipModule,
|
|
2232
|
+
MatchaTreeModule] }); }
|
|
2093
2233
|
}
|
|
2094
2234
|
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "18.2.13", ngImport: i0, type: MatchaComponentsModule, decorators: [{
|
|
2095
2235
|
type: NgModule,
|
|
@@ -2097,8 +2237,82 @@ i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "18.2.13", ngImpo
|
|
|
2097
2237
|
declarations: [
|
|
2098
2238
|
MatchaOverflowDraggableComponent
|
|
2099
2239
|
],
|
|
2100
|
-
imports: [
|
|
2101
|
-
|
|
2240
|
+
imports: [
|
|
2241
|
+
MatchaModalModule,
|
|
2242
|
+
MatchaMasonryModule,
|
|
2243
|
+
MatchaCardModule,
|
|
2244
|
+
MatchaTitleModule,
|
|
2245
|
+
MatchaAutocompleteModule,
|
|
2246
|
+
MatchaBadgeModule,
|
|
2247
|
+
MatchaTabsModule,
|
|
2248
|
+
MatchaBottomSheetModule,
|
|
2249
|
+
MatchaButtonToggleModule,
|
|
2250
|
+
MatchaButtonModule,
|
|
2251
|
+
MatchaCheckboxModule,
|
|
2252
|
+
MatchaChipsModule,
|
|
2253
|
+
MatchaDatepickerModule,
|
|
2254
|
+
MatchaDividerModule,
|
|
2255
|
+
MatchaElevationModule,
|
|
2256
|
+
MatchaExpansionModule,
|
|
2257
|
+
MatchaFormsModule,
|
|
2258
|
+
MatchaIconModule,
|
|
2259
|
+
MatchaInputModule,
|
|
2260
|
+
MatchaListModule,
|
|
2261
|
+
MatchaMenuModule,
|
|
2262
|
+
MatchaSidenavModule,
|
|
2263
|
+
MatchaPaginatorModule,
|
|
2264
|
+
MatchaProgressBarModule,
|
|
2265
|
+
MatchaProgressSpinnerModule,
|
|
2266
|
+
MatchaRadioButtonModule,
|
|
2267
|
+
MatchaSelectModule,
|
|
2268
|
+
MatchaSlideToggleModule,
|
|
2269
|
+
MatchaSliderModule,
|
|
2270
|
+
MatchaSnackBarModule,
|
|
2271
|
+
MatchaSortHeaderModule,
|
|
2272
|
+
MatchaStepperModule,
|
|
2273
|
+
MatchaTableModule,
|
|
2274
|
+
MatchaTabsModule,
|
|
2275
|
+
MatchaTooltipModule,
|
|
2276
|
+
MatchaTreeModule
|
|
2277
|
+
],
|
|
2278
|
+
exports: [
|
|
2279
|
+
MatchaModalModule,
|
|
2280
|
+
MatchaMasonryModule,
|
|
2281
|
+
MatchaCardModule,
|
|
2282
|
+
MatchaTitleModule,
|
|
2283
|
+
MatchaAutocompleteModule,
|
|
2284
|
+
MatchaBadgeModule,
|
|
2285
|
+
MatchaTabsModule,
|
|
2286
|
+
MatchaBottomSheetModule,
|
|
2287
|
+
MatchaButtonToggleModule,
|
|
2288
|
+
MatchaButtonModule,
|
|
2289
|
+
MatchaCheckboxModule,
|
|
2290
|
+
MatchaChipsModule,
|
|
2291
|
+
MatchaDatepickerModule,
|
|
2292
|
+
MatchaDividerModule,
|
|
2293
|
+
MatchaElevationModule,
|
|
2294
|
+
MatchaExpansionModule,
|
|
2295
|
+
MatchaFormsModule,
|
|
2296
|
+
MatchaIconModule,
|
|
2297
|
+
MatchaInputModule,
|
|
2298
|
+
MatchaListModule,
|
|
2299
|
+
MatchaMenuModule,
|
|
2300
|
+
MatchaSidenavModule,
|
|
2301
|
+
MatchaPaginatorModule,
|
|
2302
|
+
MatchaProgressBarModule,
|
|
2303
|
+
MatchaProgressSpinnerModule,
|
|
2304
|
+
MatchaRadioButtonModule,
|
|
2305
|
+
MatchaSelectModule,
|
|
2306
|
+
MatchaSlideToggleModule,
|
|
2307
|
+
MatchaSliderModule,
|
|
2308
|
+
MatchaSnackBarModule,
|
|
2309
|
+
MatchaSortHeaderModule,
|
|
2310
|
+
MatchaStepperModule,
|
|
2311
|
+
MatchaTableModule,
|
|
2312
|
+
MatchaTabsModule,
|
|
2313
|
+
MatchaTooltipModule,
|
|
2314
|
+
MatchaTreeModule
|
|
2315
|
+
]
|
|
2102
2316
|
}]
|
|
2103
2317
|
}] });
|
|
2104
2318
|
|