imm-element-ui 1.3.3 → 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.
@@ -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
  }
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "imm-element-ui",
3
- "version": "1.3.3",
3
+ "version": "1.3.4",
4
4
  "peerDependencies": {
5
5
  "@angular/common": "^18.2.0",
6
6
  "@angular/core": "^18.2.0"