matcha-components 18.0.42 → 18.0.44

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;
@@ -1151,6 +973,7 @@ class MatchaButtonDirective {
1151
973
  this._renderer.removeClass(this._elementRef.nativeElement, `${this._config.color}`);
1152
974
  this._renderer.addClass(this._elementRef.nativeElement, `matcha-button-basic`);
1153
975
  this._renderer.addClass(this._elementRef.nativeElement, `color-${this.color}`);
976
+ this._renderer.addClass(this._elementRef.nativeElement, `basic`);
1154
977
  }
1155
978
  setIcon() {
1156
979
  this._renderer.addClass(this._elementRef.nativeElement, `matcha-button-icon`);
@@ -1247,6 +1070,184 @@ i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "18.2.13", ngImpo
1247
1070
  }]
1248
1071
  }] });
1249
1072
 
1073
+ class MatchaAutocompleteDirective {
1074
+ constructor(_elementRef, _renderer) {
1075
+ this._elementRef = _elementRef;
1076
+ this._renderer = _renderer;
1077
+ this._renderer.addClass(this._elementRef.nativeElement, 'matcha-autocomplete');
1078
+ }
1079
+ 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 }); }
1080
+ static { this.ɵdir = i0.ɵɵngDeclareDirective({ minVersion: "14.0.0", version: "18.2.13", type: MatchaAutocompleteDirective, selector: "[matcha-autocomplete]", ngImport: i0 }); }
1081
+ }
1082
+ i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "18.2.13", ngImport: i0, type: MatchaAutocompleteDirective, decorators: [{
1083
+ type: Directive,
1084
+ args: [{
1085
+ selector: '[matcha-autocomplete]'
1086
+ }]
1087
+ }], ctorParameters: () => [{ type: i0.ElementRef }, { type: i0.Renderer2 }] });
1088
+
1089
+ class MatchaAutocompleteOverviewDirective {
1090
+ constructor(_elementRef, _renderer) {
1091
+ this._elementRef = _elementRef;
1092
+ this._renderer = _renderer;
1093
+ //this._elementRef.nativeElement.style.backgroundColor = 'grey';
1094
+ this._renderer.addClass(this._elementRef.nativeElement, 'matcha-autocomplete-overview');
1095
+ }
1096
+ 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 }); }
1097
+ static { this.ɵdir = i0.ɵɵngDeclareDirective({ minVersion: "14.0.0", version: "18.2.13", type: MatchaAutocompleteOverviewDirective, selector: "[matcha-autocomplete-overview]", ngImport: i0 }); }
1098
+ }
1099
+ i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "18.2.13", ngImport: i0, type: MatchaAutocompleteOverviewDirective, decorators: [{
1100
+ type: Directive,
1101
+ args: [{
1102
+ selector: '[matcha-autocomplete-overview]'
1103
+ }]
1104
+ }], ctorParameters: () => [{ type: i0.ElementRef }, { type: i0.Renderer2 }] });
1105
+
1106
+ class MatchaAutocompleteModule {
1107
+ static { this.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "18.2.13", ngImport: i0, type: MatchaAutocompleteModule, deps: [], target: i0.ɵɵFactoryTarget.NgModule }); }
1108
+ static { this.ɵmod = i0.ɵɵngDeclareNgModule({ minVersion: "14.0.0", version: "18.2.13", ngImport: i0, type: MatchaAutocompleteModule, declarations: [MatchaAutocompleteDirective,
1109
+ MatchaAutocompleteOverviewDirective], exports: [MatchaAutocompleteDirective, MatchaAutocompleteOverviewDirective] }); }
1110
+ static { this.ɵinj = i0.ɵɵngDeclareInjector({ minVersion: "12.0.0", version: "18.2.13", ngImport: i0, type: MatchaAutocompleteModule }); }
1111
+ }
1112
+ i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "18.2.13", ngImport: i0, type: MatchaAutocompleteModule, decorators: [{
1113
+ type: NgModule,
1114
+ args: [{
1115
+ declarations: [
1116
+ MatchaAutocompleteDirective,
1117
+ MatchaAutocompleteOverviewDirective,
1118
+ ],
1119
+ imports: [],
1120
+ exports: [MatchaAutocompleteDirective, MatchaAutocompleteOverviewDirective],
1121
+ }]
1122
+ }] });
1123
+
1124
+ class MatchaBadgeDirective {
1125
+ constructor(_elementRef, _renderer) {
1126
+ this._elementRef = _elementRef;
1127
+ this._renderer = _renderer;
1128
+ //this._elementRef.nativeElement.style.backgroundColor = 'grey';
1129
+ this._renderer.addClass(this._elementRef.nativeElement, 'matcha-badge');
1130
+ }
1131
+ 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 }); }
1132
+ static { this.ɵdir = i0.ɵɵngDeclareDirective({ minVersion: "14.0.0", version: "18.2.13", type: MatchaBadgeDirective, selector: "[matcha-badge]", ngImport: i0 }); }
1133
+ }
1134
+ i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "18.2.13", ngImport: i0, type: MatchaBadgeDirective, decorators: [{
1135
+ type: Directive,
1136
+ args: [{
1137
+ selector: '[matcha-badge]',
1138
+ }]
1139
+ }], ctorParameters: () => [{ type: i0.ElementRef }, { type: i0.Renderer2 }] });
1140
+
1141
+ class MatchaBadgeModule {
1142
+ static { this.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "18.2.13", ngImport: i0, type: MatchaBadgeModule, deps: [], target: i0.ɵɵFactoryTarget.NgModule }); }
1143
+ static { this.ɵmod = i0.ɵɵngDeclareNgModule({ minVersion: "14.0.0", version: "18.2.13", ngImport: i0, type: MatchaBadgeModule, declarations: [MatchaBadgeDirective], exports: [MatchaBadgeDirective] }); }
1144
+ static { this.ɵinj = i0.ɵɵngDeclareInjector({ minVersion: "12.0.0", version: "18.2.13", ngImport: i0, type: MatchaBadgeModule }); }
1145
+ }
1146
+ i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "18.2.13", ngImport: i0, type: MatchaBadgeModule, decorators: [{
1147
+ type: NgModule,
1148
+ args: [{
1149
+ declarations: [MatchaBadgeDirective],
1150
+ imports: [],
1151
+ exports: [MatchaBadgeDirective],
1152
+ }]
1153
+ }] });
1154
+
1155
+ class MatchaTabsDirective {
1156
+ constructor(_elementRef, _renderer) {
1157
+ this._elementRef = _elementRef;
1158
+ this._renderer = _renderer;
1159
+ //this._elementRef.nativeElement.style.backgroundColor = 'grey';
1160
+ this._renderer.addClass(this._elementRef.nativeElement, 'matcha-tabs');
1161
+ }
1162
+ 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 }); }
1163
+ static { this.ɵdir = i0.ɵɵngDeclareDirective({ minVersion: "14.0.0", version: "18.2.13", type: MatchaTabsDirective, selector: "[matchaTabs]", ngImport: i0 }); }
1164
+ }
1165
+ i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "18.2.13", ngImport: i0, type: MatchaTabsDirective, decorators: [{
1166
+ type: Directive,
1167
+ args: [{
1168
+ selector: '[matchaTabs]'
1169
+ }]
1170
+ }], ctorParameters: () => [{ type: i0.ElementRef }, { type: i0.Renderer2 }] });
1171
+
1172
+ class MatchaTabsModule {
1173
+ static { this.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "18.2.13", ngImport: i0, type: MatchaTabsModule, deps: [], target: i0.ɵɵFactoryTarget.NgModule }); }
1174
+ static { this.ɵmod = i0.ɵɵngDeclareNgModule({ minVersion: "14.0.0", version: "18.2.13", ngImport: i0, type: MatchaTabsModule, declarations: [MatchaTabsDirective], imports: [CommonModule], exports: [MatchaTabsDirective] }); }
1175
+ static { this.ɵinj = i0.ɵɵngDeclareInjector({ minVersion: "12.0.0", version: "18.2.13", ngImport: i0, type: MatchaTabsModule, imports: [CommonModule] }); }
1176
+ }
1177
+ i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "18.2.13", ngImport: i0, type: MatchaTabsModule, decorators: [{
1178
+ type: NgModule,
1179
+ args: [{
1180
+ declarations: [MatchaTabsDirective],
1181
+ imports: [CommonModule],
1182
+ exports: [MatchaTabsDirective],
1183
+ }]
1184
+ }] });
1185
+
1186
+ class MatchaBottomSheetDirective {
1187
+ constructor(_elementRef, _renderer) {
1188
+ this._elementRef = _elementRef;
1189
+ this._renderer = _renderer;
1190
+ //this._elementRef.nativeElement.style.backgroundColor = 'grey';
1191
+ this._renderer.addClass(this._elementRef.nativeElement, 'matcha-bottom-sheet');
1192
+ }
1193
+ 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 }); }
1194
+ static { this.ɵdir = i0.ɵɵngDeclareDirective({ minVersion: "14.0.0", version: "18.2.13", type: MatchaBottomSheetDirective, selector: "[matcha-bottom-sheet]", ngImport: i0 }); }
1195
+ }
1196
+ i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "18.2.13", ngImport: i0, type: MatchaBottomSheetDirective, decorators: [{
1197
+ type: Directive,
1198
+ args: [{
1199
+ selector: '[matcha-bottom-sheet]'
1200
+ }]
1201
+ }], ctorParameters: () => [{ type: i0.ElementRef }, { type: i0.Renderer2 }] });
1202
+
1203
+ class MatchaBottomSheetModule {
1204
+ static { this.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "18.2.13", ngImport: i0, type: MatchaBottomSheetModule, deps: [], target: i0.ɵɵFactoryTarget.NgModule }); }
1205
+ static { this.ɵmod = i0.ɵɵngDeclareNgModule({ minVersion: "14.0.0", version: "18.2.13", ngImport: i0, type: MatchaBottomSheetModule, declarations: [MatchaBottomSheetDirective], exports: [MatchaBottomSheetDirective] }); }
1206
+ static { this.ɵinj = i0.ɵɵngDeclareInjector({ minVersion: "12.0.0", version: "18.2.13", ngImport: i0, type: MatchaBottomSheetModule }); }
1207
+ }
1208
+ i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "18.2.13", ngImport: i0, type: MatchaBottomSheetModule, decorators: [{
1209
+ type: NgModule,
1210
+ args: [{
1211
+ declarations: [MatchaBottomSheetDirective],
1212
+ imports: [],
1213
+ exports: [MatchaBottomSheetDirective],
1214
+ }]
1215
+ }] });
1216
+
1217
+ class MatchaButtonToggleDirective {
1218
+ constructor(_elementRef, _renderer) {
1219
+ this._elementRef = _elementRef;
1220
+ this._renderer = _renderer;
1221
+ this._renderer.addClass(this._elementRef.nativeElement, 'matcha-button-toggle');
1222
+ }
1223
+ 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 }); }
1224
+ static { this.ɵdir = i0.ɵɵngDeclareDirective({ minVersion: "14.0.0", version: "18.2.13", type: MatchaButtonToggleDirective, selector: "[matcha-button-toggle]", ngImport: i0 }); }
1225
+ }
1226
+ i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "18.2.13", ngImport: i0, type: MatchaButtonToggleDirective, decorators: [{
1227
+ type: Directive,
1228
+ args: [{
1229
+ selector: '[matcha-button-toggle]'
1230
+ }]
1231
+ }], ctorParameters: () => [{ type: i0.ElementRef }, { type: i0.Renderer2 }] });
1232
+
1233
+ class MatchaButtonToggleModule {
1234
+ static { this.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "18.2.13", ngImport: i0, type: MatchaButtonToggleModule, deps: [], target: i0.ɵɵFactoryTarget.NgModule }); }
1235
+ static { this.ɵmod = i0.ɵɵngDeclareNgModule({ minVersion: "14.0.0", version: "18.2.13", ngImport: i0, type: MatchaButtonToggleModule, declarations: [MatchaButtonToggleDirective], exports: [MatchaButtonToggleDirective] }); }
1236
+ static { this.ɵinj = i0.ɵɵngDeclareInjector({ minVersion: "12.0.0", version: "18.2.13", ngImport: i0, type: MatchaButtonToggleModule }); }
1237
+ }
1238
+ i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "18.2.13", ngImport: i0, type: MatchaButtonToggleModule, decorators: [{
1239
+ type: NgModule,
1240
+ args: [{
1241
+ declarations: [
1242
+ MatchaButtonToggleDirective
1243
+ ],
1244
+ imports: [],
1245
+ exports: [
1246
+ MatchaButtonToggleDirective
1247
+ ]
1248
+ }]
1249
+ }] });
1250
+
1250
1251
  class MatchaCheckboxDirective {
1251
1252
  constructor(_elementRef, _renderer) {
1252
1253
  this._elementRef = _elementRef;
@@ -2088,8 +2089,148 @@ i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "18.2.13", ngImpo
2088
2089
 
2089
2090
  class MatchaComponentsModule {
2090
2091
  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, MatchaMasonryModule, MatchaCardModule, MatchaTitleModule, MatchaAutocompleteModule, MatchaBadgeModule, MatchaTabsModule, MatchaBottomSheetModule, MatchaButtonToggleModule, MatchaButtonModule, MatchaCheckboxModule, MatchaChipsModule, MatchaDatepickerModule, MatchaDividerModule, MatchaElevationModule, MatchaExpansionModule, MatchaFormsModule, MatchaIconModule, MatchaInputModule, MatchaListModule, MatchaMenuModule, MatchaSidenavModule, MatchaPaginatorModule, MatchaProgressBarModule, MatchaProgressSpinnerModule, MatchaRadioButtonModule, MatchaSelectModule, MatchaSlideToggleModule, MatchaSliderModule, MatchaSnackBarModule, MatchaSortHeaderModule, MatchaStepperModule, MatchaTableModule, MatchaTabsModule, MatchaTooltipModule, MatchaTreeModule], exports: [MatchaModalModule, MatchaMasonryModule, MatchaCardModule, MatchaTitleModule, MatchaAutocompleteModule, MatchaBadgeModule, MatchaTabsModule, MatchaBottomSheetModule, MatchaButtonToggleModule, MatchaButtonModule, MatchaCheckboxModule, MatchaChipsModule, MatchaDatepickerModule, MatchaDividerModule, MatchaElevationModule, MatchaExpansionModule, MatchaFormsModule, MatchaIconModule, MatchaInputModule, MatchaListModule, MatchaMenuModule, MatchaSidenavModule, MatchaPaginatorModule, MatchaProgressBarModule, MatchaProgressSpinnerModule, MatchaRadioButtonModule, MatchaSelectModule, MatchaSlideToggleModule, MatchaSliderModule, MatchaSnackBarModule, MatchaSortHeaderModule, MatchaStepperModule, MatchaTableModule, MatchaTabsModule, MatchaTooltipModule, MatchaTreeModule] }); }
2092
- static { this.ɵinj = i0.ɵɵngDeclareInjector({ minVersion: "12.0.0", version: "18.2.13", ngImport: i0, type: MatchaComponentsModule, imports: [MatchaModalModule, MatchaMasonryModule, MatchaCardModule, MatchaTitleModule, MatchaAutocompleteModule, MatchaBadgeModule, MatchaTabsModule, MatchaBottomSheetModule, MatchaButtonToggleModule, MatchaButtonModule, MatchaCheckboxModule, MatchaChipsModule, MatchaDatepickerModule, MatchaDividerModule, MatchaElevationModule, MatchaExpansionModule, MatchaFormsModule, MatchaIconModule, MatchaInputModule, MatchaListModule, MatchaMenuModule, MatchaSidenavModule, MatchaPaginatorModule, MatchaProgressBarModule, MatchaProgressSpinnerModule, MatchaRadioButtonModule, MatchaSelectModule, MatchaSlideToggleModule, MatchaSliderModule, MatchaSnackBarModule, MatchaSortHeaderModule, MatchaStepperModule, MatchaTableModule, MatchaTabsModule, MatchaTooltipModule, MatchaTreeModule, MatchaModalModule, MatchaMasonryModule, MatchaCardModule, MatchaTitleModule, MatchaAutocompleteModule, MatchaBadgeModule, MatchaTabsModule, MatchaBottomSheetModule, MatchaButtonToggleModule, MatchaButtonModule, MatchaCheckboxModule, MatchaChipsModule, MatchaDatepickerModule, MatchaDividerModule, MatchaElevationModule, MatchaExpansionModule, MatchaFormsModule, MatchaIconModule, MatchaInputModule, MatchaListModule, MatchaMenuModule, MatchaSidenavModule, MatchaPaginatorModule, MatchaProgressBarModule, MatchaProgressSpinnerModule, MatchaRadioButtonModule, MatchaSelectModule, MatchaSlideToggleModule, MatchaSliderModule, MatchaSnackBarModule, MatchaSortHeaderModule, MatchaStepperModule, MatchaTableModule, MatchaTabsModule, MatchaTooltipModule, MatchaTreeModule] }); }
2092
+ static { this.ɵmod = i0.ɵɵngDeclareNgModule({ minVersion: "14.0.0", version: "18.2.13", ngImport: i0, type: MatchaComponentsModule, declarations: [MatchaOverflowDraggableComponent], imports: [MatchaModalModule,
2093
+ MatchaMasonryModule,
2094
+ MatchaCardModule,
2095
+ MatchaTitleModule,
2096
+ MatchaAutocompleteModule,
2097
+ MatchaBadgeModule,
2098
+ MatchaTabsModule,
2099
+ MatchaBottomSheetModule,
2100
+ MatchaButtonToggleModule,
2101
+ MatchaButtonModule,
2102
+ MatchaCheckboxModule,
2103
+ MatchaChipsModule,
2104
+ MatchaDatepickerModule,
2105
+ MatchaDividerModule,
2106
+ MatchaElevationModule,
2107
+ MatchaExpansionModule,
2108
+ MatchaFormsModule,
2109
+ MatchaIconModule,
2110
+ MatchaInputModule,
2111
+ MatchaListModule,
2112
+ MatchaMenuModule,
2113
+ MatchaSidenavModule,
2114
+ MatchaPaginatorModule,
2115
+ MatchaProgressBarModule,
2116
+ MatchaProgressSpinnerModule,
2117
+ MatchaRadioButtonModule,
2118
+ MatchaSelectModule,
2119
+ MatchaSlideToggleModule,
2120
+ MatchaSliderModule,
2121
+ MatchaSnackBarModule,
2122
+ MatchaSortHeaderModule,
2123
+ MatchaStepperModule,
2124
+ MatchaTableModule,
2125
+ MatchaTabsModule,
2126
+ MatchaTooltipModule,
2127
+ MatchaTreeModule], exports: [MatchaModalModule,
2128
+ MatchaMasonryModule,
2129
+ MatchaCardModule,
2130
+ MatchaTitleModule,
2131
+ MatchaAutocompleteModule,
2132
+ MatchaBadgeModule,
2133
+ MatchaTabsModule,
2134
+ MatchaBottomSheetModule,
2135
+ MatchaButtonToggleModule,
2136
+ MatchaButtonModule,
2137
+ MatchaCheckboxModule,
2138
+ MatchaChipsModule,
2139
+ MatchaDatepickerModule,
2140
+ MatchaDividerModule,
2141
+ MatchaElevationModule,
2142
+ MatchaExpansionModule,
2143
+ MatchaFormsModule,
2144
+ MatchaIconModule,
2145
+ MatchaInputModule,
2146
+ MatchaListModule,
2147
+ MatchaMenuModule,
2148
+ MatchaSidenavModule,
2149
+ MatchaPaginatorModule,
2150
+ MatchaProgressBarModule,
2151
+ MatchaProgressSpinnerModule,
2152
+ MatchaRadioButtonModule,
2153
+ MatchaSelectModule,
2154
+ MatchaSlideToggleModule,
2155
+ MatchaSliderModule,
2156
+ MatchaSnackBarModule,
2157
+ MatchaSortHeaderModule,
2158
+ MatchaStepperModule,
2159
+ MatchaTableModule,
2160
+ MatchaTabsModule,
2161
+ MatchaTooltipModule,
2162
+ MatchaTreeModule] }); }
2163
+ static { this.ɵinj = i0.ɵɵngDeclareInjector({ minVersion: "12.0.0", version: "18.2.13", ngImport: i0, type: MatchaComponentsModule, imports: [MatchaModalModule,
2164
+ MatchaMasonryModule,
2165
+ MatchaCardModule,
2166
+ MatchaTitleModule,
2167
+ MatchaAutocompleteModule,
2168
+ MatchaBadgeModule,
2169
+ MatchaTabsModule,
2170
+ MatchaBottomSheetModule,
2171
+ MatchaButtonToggleModule,
2172
+ MatchaButtonModule,
2173
+ MatchaCheckboxModule,
2174
+ MatchaChipsModule,
2175
+ MatchaDatepickerModule,
2176
+ MatchaDividerModule,
2177
+ MatchaElevationModule,
2178
+ MatchaExpansionModule,
2179
+ MatchaFormsModule,
2180
+ MatchaIconModule,
2181
+ MatchaInputModule,
2182
+ MatchaListModule,
2183
+ MatchaMenuModule,
2184
+ MatchaSidenavModule,
2185
+ MatchaPaginatorModule,
2186
+ MatchaProgressBarModule,
2187
+ MatchaProgressSpinnerModule,
2188
+ MatchaRadioButtonModule,
2189
+ MatchaSelectModule,
2190
+ MatchaSlideToggleModule,
2191
+ MatchaSliderModule,
2192
+ MatchaSnackBarModule,
2193
+ MatchaSortHeaderModule,
2194
+ MatchaStepperModule,
2195
+ MatchaTableModule,
2196
+ MatchaTabsModule,
2197
+ MatchaTooltipModule,
2198
+ MatchaTreeModule, MatchaModalModule,
2199
+ MatchaMasonryModule,
2200
+ MatchaCardModule,
2201
+ MatchaTitleModule,
2202
+ MatchaAutocompleteModule,
2203
+ MatchaBadgeModule,
2204
+ MatchaTabsModule,
2205
+ MatchaBottomSheetModule,
2206
+ MatchaButtonToggleModule,
2207
+ MatchaButtonModule,
2208
+ MatchaCheckboxModule,
2209
+ MatchaChipsModule,
2210
+ MatchaDatepickerModule,
2211
+ MatchaDividerModule,
2212
+ MatchaElevationModule,
2213
+ MatchaExpansionModule,
2214
+ MatchaFormsModule,
2215
+ MatchaIconModule,
2216
+ MatchaInputModule,
2217
+ MatchaListModule,
2218
+ MatchaMenuModule,
2219
+ MatchaSidenavModule,
2220
+ MatchaPaginatorModule,
2221
+ MatchaProgressBarModule,
2222
+ MatchaProgressSpinnerModule,
2223
+ MatchaRadioButtonModule,
2224
+ MatchaSelectModule,
2225
+ MatchaSlideToggleModule,
2226
+ MatchaSliderModule,
2227
+ MatchaSnackBarModule,
2228
+ MatchaSortHeaderModule,
2229
+ MatchaStepperModule,
2230
+ MatchaTableModule,
2231
+ MatchaTabsModule,
2232
+ MatchaTooltipModule,
2233
+ MatchaTreeModule] }); }
2093
2234
  }
2094
2235
  i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "18.2.13", ngImport: i0, type: MatchaComponentsModule, decorators: [{
2095
2236
  type: NgModule,
@@ -2097,8 +2238,82 @@ i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "18.2.13", ngImpo
2097
2238
  declarations: [
2098
2239
  MatchaOverflowDraggableComponent
2099
2240
  ],
2100
- imports: [MatchaModalModule, MatchaMasonryModule, MatchaCardModule, MatchaTitleModule, MatchaAutocompleteModule, MatchaBadgeModule, MatchaTabsModule, MatchaBottomSheetModule, MatchaButtonToggleModule, MatchaButtonModule, MatchaCheckboxModule, MatchaChipsModule, MatchaDatepickerModule, MatchaDividerModule, MatchaElevationModule, MatchaExpansionModule, MatchaFormsModule, MatchaIconModule, MatchaInputModule, MatchaListModule, MatchaMenuModule, MatchaSidenavModule, MatchaPaginatorModule, MatchaProgressBarModule, MatchaProgressSpinnerModule, MatchaRadioButtonModule, MatchaSelectModule, MatchaSlideToggleModule, MatchaSliderModule, MatchaSnackBarModule, MatchaSortHeaderModule, MatchaStepperModule, MatchaTableModule, MatchaTabsModule, MatchaTooltipModule, MatchaTreeModule],
2101
- exports: [MatchaModalModule, MatchaMasonryModule, MatchaCardModule, MatchaTitleModule, MatchaAutocompleteModule, MatchaBadgeModule, MatchaTabsModule, MatchaBottomSheetModule, MatchaButtonToggleModule, MatchaButtonModule, MatchaCheckboxModule, MatchaChipsModule, MatchaDatepickerModule, MatchaDividerModule, MatchaElevationModule, MatchaExpansionModule, MatchaFormsModule, MatchaIconModule, MatchaInputModule, MatchaListModule, MatchaMenuModule, MatchaSidenavModule, MatchaPaginatorModule, MatchaProgressBarModule, MatchaProgressSpinnerModule, MatchaRadioButtonModule, MatchaSelectModule, MatchaSlideToggleModule, MatchaSliderModule, MatchaSnackBarModule, MatchaSortHeaderModule, MatchaStepperModule, MatchaTableModule, MatchaTabsModule, MatchaTooltipModule, MatchaTreeModule],
2241
+ imports: [
2242
+ MatchaModalModule,
2243
+ MatchaMasonryModule,
2244
+ MatchaCardModule,
2245
+ MatchaTitleModule,
2246
+ MatchaAutocompleteModule,
2247
+ MatchaBadgeModule,
2248
+ MatchaTabsModule,
2249
+ MatchaBottomSheetModule,
2250
+ MatchaButtonToggleModule,
2251
+ MatchaButtonModule,
2252
+ MatchaCheckboxModule,
2253
+ MatchaChipsModule,
2254
+ MatchaDatepickerModule,
2255
+ MatchaDividerModule,
2256
+ MatchaElevationModule,
2257
+ MatchaExpansionModule,
2258
+ MatchaFormsModule,
2259
+ MatchaIconModule,
2260
+ MatchaInputModule,
2261
+ MatchaListModule,
2262
+ MatchaMenuModule,
2263
+ MatchaSidenavModule,
2264
+ MatchaPaginatorModule,
2265
+ MatchaProgressBarModule,
2266
+ MatchaProgressSpinnerModule,
2267
+ MatchaRadioButtonModule,
2268
+ MatchaSelectModule,
2269
+ MatchaSlideToggleModule,
2270
+ MatchaSliderModule,
2271
+ MatchaSnackBarModule,
2272
+ MatchaSortHeaderModule,
2273
+ MatchaStepperModule,
2274
+ MatchaTableModule,
2275
+ MatchaTabsModule,
2276
+ MatchaTooltipModule,
2277
+ MatchaTreeModule
2278
+ ],
2279
+ exports: [
2280
+ MatchaModalModule,
2281
+ MatchaMasonryModule,
2282
+ MatchaCardModule,
2283
+ MatchaTitleModule,
2284
+ MatchaAutocompleteModule,
2285
+ MatchaBadgeModule,
2286
+ MatchaTabsModule,
2287
+ MatchaBottomSheetModule,
2288
+ MatchaButtonToggleModule,
2289
+ MatchaButtonModule,
2290
+ MatchaCheckboxModule,
2291
+ MatchaChipsModule,
2292
+ MatchaDatepickerModule,
2293
+ MatchaDividerModule,
2294
+ MatchaElevationModule,
2295
+ MatchaExpansionModule,
2296
+ MatchaFormsModule,
2297
+ MatchaIconModule,
2298
+ MatchaInputModule,
2299
+ MatchaListModule,
2300
+ MatchaMenuModule,
2301
+ MatchaSidenavModule,
2302
+ MatchaPaginatorModule,
2303
+ MatchaProgressBarModule,
2304
+ MatchaProgressSpinnerModule,
2305
+ MatchaRadioButtonModule,
2306
+ MatchaSelectModule,
2307
+ MatchaSlideToggleModule,
2308
+ MatchaSliderModule,
2309
+ MatchaSnackBarModule,
2310
+ MatchaSortHeaderModule,
2311
+ MatchaStepperModule,
2312
+ MatchaTableModule,
2313
+ MatchaTabsModule,
2314
+ MatchaTooltipModule,
2315
+ MatchaTreeModule
2316
+ ]
2102
2317
  }]
2103
2318
  }] });
2104
2319