kts-component-invoice-operate 1.2.21 → 1.2.22

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.
@@ -1,6 +1,6 @@
1
1
  import { InvoiceControllerState } from '../';
2
- declare const _default: (state: InvoiceControllerState, options?: any) => Promise<any>;
3
2
  /**
4
3
  * 添加的编辑货物
5
4
  */
5
+ declare const _default: (state: InvoiceControllerState, options?: any) => Promise<any>;
6
6
  export default _default;
@@ -15,8 +15,8 @@ export interface IOptions {
15
15
  /** 折扣 金额 */
16
16
  discolineAmountunt: number;
17
17
  }
18
- declare const _default: (state: InvoiceControllerState, options?: IOptions | undefined) => Promise<void>;
19
18
  /**
20
19
  * 设置当前的编辑货物
21
20
  */
21
+ declare const _default: (state: InvoiceControllerState, options?: IOptions) => Promise<void>;
22
22
  export default _default;
@@ -1,6 +1,6 @@
1
1
  import { InvoiceControllerState } from '../';
2
- declare const _default: (state: InvoiceControllerState, $index?: number | undefined) => Promise<void>;
3
2
  /**
4
3
  * 设置当前的编辑货物
5
4
  */
5
+ declare const _default: (state: InvoiceControllerState, $index?: number) => Promise<void>;
6
6
  export default _default;
@@ -1,6 +1,6 @@
1
1
  import { InvoiceControllerState } from '../';
2
- declare const _default: (state: InvoiceControllerState) => Promise<void>;
3
2
  /**
4
3
  * 保存正在编辑的货物
5
4
  */
5
+ declare const _default: (state: InvoiceControllerState) => Promise<void>;
6
6
  export default _default;
@@ -1,6 +1,6 @@
1
1
  import { InvoiceControllerState } from '../';
2
- declare const _default: (state: InvoiceControllerState, newEditGood?: any) => Promise<void>;
3
2
  /**
4
3
  * 设置当前的编辑货物
5
4
  */
5
+ declare const _default: (state: InvoiceControllerState, newEditGood?: any) => Promise<void>;
6
6
  export default _default;
@@ -1,6 +1,6 @@
1
1
  import { InvoiceControllerState, IGood } from '../';
2
- declare const _default: (state: InvoiceControllerState, options?: IGood | undefined) => Promise<void>;
3
2
  /**
4
3
  * 设置单个货物属性
5
4
  */
5
+ declare const _default: (state: InvoiceControllerState, options?: IGood) => Promise<void>;
6
6
  export default _default;
@@ -1,6 +1,6 @@
1
1
  import InvoiceControllerState from '../InvoiceControllerState';
2
- declare const _default: (state: InvoiceControllerState) => Promise<string>;
3
2
  /**
4
3
  * 更新 发票单据编号
5
4
  */
5
+ declare const _default: (state: InvoiceControllerState) => Promise<string>;
6
6
  export default _default;
@@ -1,8 +1,8 @@
1
- declare const _default: (key: string | undefined, delayed: number | undefined, fn: Function) => void;
2
1
  /**
3
2
  * 有冷却时间的函数
4
3
  * @param fn 方法
5
4
  * @param key 方法key
6
5
  * @param delayed 冷却时间
7
6
  */
7
+ declare const _default: (key: string | undefined, delayed: number | undefined, fn: Function) => void;
8
8
  export default _default;
@@ -1,3 +1,3 @@
1
- declare const _default: (fn: Function, delayed?: number) => (...par: any[]) => void;
2
1
  /** 延迟函数 */
2
+ declare const _default: (fn: Function, delayed?: number) => (...par: any[]) => void;
3
3
  export default _default;