matcha-components 20.122.0 → 20.123.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.
|
@@ -12040,10 +12040,7 @@ class MatchaSelectModule {
|
|
|
12040
12040
|
MatchaOptionModule,
|
|
12041
12041
|
MatchaPanelModule], exports: [MatchaSelectComponent,
|
|
12042
12042
|
MatchaSelectTriggerDirective] }); }
|
|
12043
|
-
static { this.ɵinj = i0.ɵɵngDeclareInjector({ minVersion: "12.0.0", version: "20.3.0", ngImport: i0, type: MatchaSelectModule,
|
|
12044
|
-
// Provider para permitir injeção da interface MatchaOptionParent
|
|
12045
|
-
{ provide: MATCHA_OPTION_PARENT, useExisting: MatchaSelectComponent }
|
|
12046
|
-
], imports: [CommonModule,
|
|
12043
|
+
static { this.ɵinj = i0.ɵɵngDeclareInjector({ minVersion: "12.0.0", version: "20.3.0", ngImport: i0, type: MatchaSelectModule, imports: [CommonModule,
|
|
12047
12044
|
MatchaOptionModule,
|
|
12048
12045
|
MatchaPanelModule] }); }
|
|
12049
12046
|
}
|
|
@@ -12062,10 +12059,6 @@ i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "20.3.0", ngImpor
|
|
|
12062
12059
|
exports: [
|
|
12063
12060
|
MatchaSelectComponent,
|
|
12064
12061
|
MatchaSelectTriggerDirective
|
|
12065
|
-
],
|
|
12066
|
-
providers: [
|
|
12067
|
-
// Provider para permitir injeção da interface MatchaOptionParent
|
|
12068
|
-
{ provide: MATCHA_OPTION_PARENT, useExisting: MatchaSelectComponent }
|
|
12069
12062
|
]
|
|
12070
12063
|
}]
|
|
12071
12064
|
}] });
|