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

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.
@@ -24,7 +24,7 @@ declare class AlipayNo implements ComponentInterface {
24
24
  title: string;
25
25
  align: ALignType;
26
26
  dataIndex: string;
27
- idth: number;
27
+ width: number;
28
28
  dataType: DataType;
29
29
  canHidden: boolean;
30
30
  canFilter: boolean;
@@ -66,7 +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
+ width: _this.width,
70
70
  dataType: _this.dataType,
71
71
  canHidden: _this.canHidden,
72
72
  canFilter: _this.canFilter,
@@ -23,7 +23,7 @@ declare class AlipayTime implements ComponentInterface {
23
23
  title: string;
24
24
  align: ALignType;
25
25
  dataIndex: string;
26
- idth: number;
26
+ width: number;
27
27
  dataType: DataType;
28
28
  canHidden: boolean;
29
29
  canFilter: boolean;
@@ -64,7 +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
+ width: _this.width,
68
68
  dataType: _this.dataType,
69
69
  canHidden: _this.canHidden,
70
70
  canFilter: _this.canFilter,
@@ -23,7 +23,7 @@ declare class BuyerNick implements ComponentInterface {
23
23
  title: string;
24
24
  align: ALignType;
25
25
  dataIndex: string;
26
- idth: number;
26
+ width: number;
27
27
  dataType: DataType;
28
28
  canHidden: boolean;
29
29
  canFilter: boolean;
@@ -79,7 +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
+ width: _this.width,
83
83
  dataType: _this.dataType,
84
84
  canHidden: _this.canHidden,
85
85
  canFilter: _this.canFilter,
@@ -23,7 +23,7 @@ declare class PaymentAmount implements ComponentInterface {
23
23
  title: string;
24
24
  align: ALignType;
25
25
  dataIndex: string;
26
- idth: number;
26
+ width: number;
27
27
  dataType: DataType;
28
28
  canHidden: boolean;
29
29
  canFilter: boolean;
@@ -56,7 +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
+ width: _this.width,
60
60
  dataType: _this.dataType,
61
61
  canHidden: _this.canHidden,
62
62
  canFilter: _this.canFilter,
@@ -30,7 +30,7 @@ declare class PaymentStatus implements ComponentInterface {
30
30
  canHidden: boolean;
31
31
  canFilter: boolean;
32
32
  canGroup: boolean;
33
- idth: number;
33
+ width: number;
34
34
  type: string;
35
35
  render: (value: string) => JSX.Element;
36
36
  componentType: (value: any) => null;
@@ -52,7 +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
+ width: _this.width,
56
56
  type: _this.type,
57
57
  render: _this.render,
58
58
  componentType: _this.editRender,
@@ -27,7 +27,7 @@ declare class PaymentTid implements ComponentInterface {
27
27
  canHidden: boolean;
28
28
  canFilter: boolean;
29
29
  canGroup: boolean;
30
- idth: number;
30
+ width: number;
31
31
  type: string;
32
32
  render: (value: string) => JSX.Element;
33
33
  componentType: () => JSX.Element;
@@ -60,7 +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
+ width: _this.width,
64
64
  type: _this.type,
65
65
  render: _this.render,
66
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.7",
3
+ "version": "0.3.1-alpha.8",
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": "3960754e40c61e8fc20d100a929ab6c6b0c114bc"
38
+ "gitHead": "a0d5e3494e12c801dd8fa11677aa8b56ad29333d"
39
39
  }