matcha-components 20.123.0 → 20.124.0
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.
|
@@ -11875,10 +11875,7 @@ class MatchaAutocompleteModule {
|
|
|
11875
11875
|
MatchaAutocompleteTriggerDirective,
|
|
11876
11876
|
MatchaOptionModule // Re-exporta para conveniência
|
|
11877
11877
|
] }); }
|
|
11878
|
-
static { this.ɵinj = i0.ɵɵngDeclareInjector({ minVersion: "12.0.0", version: "20.3.0", ngImport: i0, type: MatchaAutocompleteModule,
|
|
11879
|
-
// Provider para permitir injeção da interface MatchaOptionParent
|
|
11880
|
-
{ provide: MATCHA_OPTION_PARENT, useExisting: MatchaAutocompleteComponent }
|
|
11881
|
-
], imports: [CommonModule,
|
|
11878
|
+
static { this.ɵinj = i0.ɵɵngDeclareInjector({ minVersion: "12.0.0", version: "20.3.0", ngImport: i0, type: MatchaAutocompleteModule, imports: [CommonModule,
|
|
11882
11879
|
MatchaOptionModule,
|
|
11883
11880
|
MatchaPanelModule, MatchaOptionModule // Re-exporta para conveniência
|
|
11884
11881
|
] }); }
|
|
@@ -11899,10 +11896,6 @@ i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "20.3.0", ngImpor
|
|
|
11899
11896
|
MatchaAutocompleteComponent,
|
|
11900
11897
|
MatchaAutocompleteTriggerDirective,
|
|
11901
11898
|
MatchaOptionModule // Re-exporta para conveniência
|
|
11902
|
-
],
|
|
11903
|
-
providers: [
|
|
11904
|
-
// Provider para permitir injeção da interface MatchaOptionParent
|
|
11905
|
-
{ provide: MATCHA_OPTION_PARENT, useExisting: MatchaAutocompleteComponent }
|
|
11906
11899
|
]
|
|
11907
11900
|
}]
|
|
11908
11901
|
}] });
|