@cbm-common/cbm-types 0.0.241 → 0.0.242

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.
@@ -115,6 +115,10 @@ export declare class CbmOrderVehicleAddCharge {
115
115
  modeSaleOrWo: import("@angular/core").InputSignal<"sale" | "wo">;
116
116
  saleAccountId: import("@angular/core").InputSignal<string | null>;
117
117
  onCancel: import("@angular/core").OutputEmitterRef<void>;
118
+ onSave: import("@angular/core").OutputEmitterRef<{
119
+ redirect: "new" | "view" | "close" | "modal";
120
+ id?: string;
121
+ }>;
118
122
  orderId: import("@angular/core").WritableSignal<string | null>;
119
123
  saleAccountData: import("@angular/core").WritableSignal<CbmSalesAccountModel.GetOneResponse.Data<any> | null>;
120
124
  dataStockModal: import("@angular/core").WritableSignal<IDataItemStock | null>;
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@cbm-common/cbm-types",
3
- "version": "0.0.241",
3
+ "version": "0.0.242",
4
4
  "main": "index.js",
5
5
  "types": "public-api.d.ts",
6
6
  "exports": {