imm-element-ui 1.3.2 → 1.3.4
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/lib/am/am.component.d.ts
CHANGED
|
@@ -191,6 +191,8 @@ export declare class AmComponent {
|
|
|
191
191
|
webDealQuery(param: Deal): Observable<any>;
|
|
192
192
|
dealCustom(prm?: Deal): void;
|
|
193
193
|
webDealCustom(param: Deal): Observable<any>;
|
|
194
|
+
dealSubmit(prm?: Deal): void;
|
|
195
|
+
webDealSubmit(param: Deal): Observable<any>;
|
|
194
196
|
static ɵfac: i0.ɵɵFactoryDeclaration<AmComponent, never>;
|
|
195
197
|
static ɵcmp: i0.ɵɵComponentDeclaration<AmComponent, "app-am", never, {}, {}, never, never, true, never>;
|
|
196
198
|
}
|