@kmkf-fe-packages/services-components 0.3.1-alpha.6 → 0.3.1-alpha.7

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.
@@ -33,6 +33,7 @@ declare class OrdinaryHeader implements ComponentInterface {
33
33
  componentType: () => JSX.Element;
34
34
  showContains: boolean;
35
35
  renderExport: (value: any) => any;
36
+ width: number;
36
37
  };
37
38
  }
38
39
  export default OrdinaryHeader;
@@ -72,7 +72,8 @@ var OrdinaryHeader = /*#__PURE__*/_createClass(function OrdinaryHeader(options)
72
72
  render: _this.render,
73
73
  componentType: _this.editRender,
74
74
  showContains: _this.showContains,
75
- renderExport: _this.renderExport
75
+ renderExport: _this.renderExport,
76
+ width: _this.width
76
77
  };
77
78
  });
78
79
  this.name = '发票抬头';
@@ -33,6 +33,7 @@ declare class OrdinaryMoney implements ComponentInterface {
33
33
  componentType: () => JSX.Element;
34
34
  showContains: boolean;
35
35
  renderExport: (value: any) => any;
36
+ width: number;
36
37
  };
37
38
  }
38
39
  export default OrdinaryMoney;
@@ -65,7 +65,8 @@ var OrdinaryMoney = /*#__PURE__*/_createClass(function OrdinaryMoney(options) {
65
65
  render: _this.render,
66
66
  componentType: _this.editRender,
67
67
  showContains: _this.showContains,
68
- renderExport: _this.renderExport
68
+ renderExport: _this.renderExport,
69
+ width: _this.width
69
70
  };
70
71
  });
71
72
  this.name = '开票金额';
@@ -33,6 +33,7 @@ declare class OrdinarySerial implements ComponentInterface {
33
33
  componentType: () => JSX.Element;
34
34
  showContains: boolean;
35
35
  renderExport: (value: any) => any;
36
+ width: number;
36
37
  };
37
38
  }
38
39
  export default OrdinarySerial;
@@ -65,7 +65,8 @@ var OrdinarySerial = /*#__PURE__*/_createClass(function OrdinarySerial(options)
65
65
  render: _this.render,
66
66
  componentType: _this.editRender,
67
67
  showContains: _this.showContains,
68
- renderExport: _this.renderExport
68
+ renderExport: _this.renderExport,
69
+ width: _this.width
69
70
  };
70
71
  });
71
72
  this.name = '纳税人识别号';
@@ -29,6 +29,7 @@ declare class PaymentTid implements ComponentInterface {
29
29
  canFilter: boolean;
30
30
  canGroup: boolean;
31
31
  type: string;
32
+ width: number;
32
33
  render: (value: any, record: Record) => JSX.Element;
33
34
  componentType: () => JSX.Element;
34
35
  showContains: boolean;
@@ -71,6 +71,7 @@ var PaymentTid = /*#__PURE__*/_createClass(function PaymentTid(options) {
71
71
  canFilter: _this.canFilter,
72
72
  canGroup: _this.canGroup,
73
73
  type: _this.type,
74
+ width: _this.width,
74
75
  render: _this.render,
75
76
  componentType: _this.editRender,
76
77
  showContains: _this.showContains,
@@ -24,6 +24,7 @@ declare class AlipayNo implements ComponentInterface {
24
24
  title: string;
25
25
  align: ALignType;
26
26
  dataIndex: string;
27
+ idth: number;
27
28
  dataType: DataType;
28
29
  canHidden: boolean;
29
30
  canFilter: boolean;
@@ -66,6 +66,7 @@ var AlipayNo = /*#__PURE__*/_createClass(function AlipayNo(options) {
66
66
  title: _this.name,
67
67
  align: _this.align,
68
68
  dataIndex: _this.id,
69
+ idth: _this.width,
69
70
  dataType: _this.dataType,
70
71
  canHidden: _this.canHidden,
71
72
  canFilter: _this.canFilter,
@@ -23,6 +23,7 @@ declare class AlipayTime implements ComponentInterface {
23
23
  title: string;
24
24
  align: ALignType;
25
25
  dataIndex: string;
26
+ idth: number;
26
27
  dataType: DataType;
27
28
  canHidden: boolean;
28
29
  canFilter: boolean;
@@ -64,6 +64,7 @@ var AlipayTime = /*#__PURE__*/_createClass(function AlipayTime(options) {
64
64
  title: _this.name,
65
65
  align: _this.align,
66
66
  dataIndex: _this.id,
67
+ idth: _this.width,
67
68
  dataType: _this.dataType,
68
69
  canHidden: _this.canHidden,
69
70
  canFilter: _this.canFilter,
@@ -23,6 +23,7 @@ declare class BuyerNick implements ComponentInterface {
23
23
  title: string;
24
24
  align: ALignType;
25
25
  dataIndex: string;
26
+ idth: number;
26
27
  dataType: DataType;
27
28
  canHidden: boolean;
28
29
  canFilter: boolean;
@@ -79,6 +79,7 @@ var BuyerNick = /*#__PURE__*/_createClass(function BuyerNick(options) {
79
79
  title: _this.name,
80
80
  align: _this.align,
81
81
  dataIndex: _this.id,
82
+ idth: _this.width,
82
83
  dataType: _this.dataType,
83
84
  canHidden: _this.canHidden,
84
85
  canFilter: _this.canFilter,
@@ -23,6 +23,7 @@ declare class PaymentAmount implements ComponentInterface {
23
23
  title: string;
24
24
  align: ALignType;
25
25
  dataIndex: string;
26
+ idth: number;
26
27
  dataType: DataType;
27
28
  canHidden: boolean;
28
29
  canFilter: boolean;
@@ -56,6 +56,7 @@ var PaymentAmount = /*#__PURE__*/_createClass(function PaymentAmount(options) {
56
56
  title: _this.name,
57
57
  align: _this.align,
58
58
  dataIndex: _this.id,
59
+ idth: _this.width,
59
60
  dataType: _this.dataType,
60
61
  canHidden: _this.canHidden,
61
62
  canFilter: _this.canFilter,
@@ -30,6 +30,7 @@ declare class PaymentStatus implements ComponentInterface {
30
30
  canHidden: boolean;
31
31
  canFilter: boolean;
32
32
  canGroup: boolean;
33
+ idth: number;
33
34
  type: string;
34
35
  render: (value: string) => JSX.Element;
35
36
  componentType: (value: any) => null;
@@ -52,6 +52,7 @@ var PaymentStatus = /*#__PURE__*/_createClass(function PaymentStatus(options) {
52
52
  canHidden: _this.canHidden,
53
53
  canFilter: _this.canFilter,
54
54
  canGroup: _this.canGroup,
55
+ idth: _this.width,
55
56
  type: _this.type,
56
57
  render: _this.render,
57
58
  componentType: _this.editRender,
@@ -27,6 +27,7 @@ declare class PaymentTid implements ComponentInterface {
27
27
  canHidden: boolean;
28
28
  canFilter: boolean;
29
29
  canGroup: boolean;
30
+ idth: number;
30
31
  type: string;
31
32
  render: (value: string) => JSX.Element;
32
33
  componentType: () => JSX.Element;
@@ -60,6 +60,7 @@ var PaymentTid = /*#__PURE__*/_createClass(function PaymentTid(options) {
60
60
  canHidden: _this.canHidden,
61
61
  canFilter: _this.canFilter,
62
62
  canGroup: _this.canGroup,
63
+ idth: _this.width,
63
64
  type: _this.type,
64
65
  render: _this.render,
65
66
  componentType: _this.editRender,
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@kmkf-fe-packages/services-components",
3
- "version": "0.3.1-alpha.6",
3
+ "version": "0.3.1-alpha.7",
4
4
  "module": "dist/esm/index.js",
5
5
  "typings": "dist/esm/index.d.ts",
6
6
  "files": [
@@ -35,5 +35,5 @@
35
35
  "gitHooks": {
36
36
  "pre-commit": "lint-staged"
37
37
  },
38
- "gitHead": "039714f2e81d352eb6915faa02d272b2defa0cd8"
38
+ "gitHead": "3960754e40c61e8fc20d100a929ab6c6b0c114bc"
39
39
  }