@kmkf-fe-packages/services-components 0.6.3-alpha.6 → 0.6.3-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.
@@ -100,6 +100,7 @@ var WorkOrderId = /*#__PURE__*/_createClass(function WorkOrderId(options) {
100
100
  this.id = options.id;
101
101
  this.type = options.type;
102
102
  this.componentConfig = options.componentConfig;
103
+ this.effects = options.effects;
103
104
  this.rules = [];
104
105
  this.isCombinationComponent = false;
105
106
  this.children = [];
@@ -74,6 +74,7 @@ var PaymentTid = /*#__PURE__*/_createClass(function PaymentTid(options) {
74
74
  this.id = "".concat(options.id, "_enterprisePaymentAlipayNick");
75
75
  this.type = options.type;
76
76
  this.componentConfig = options.componentConfig;
77
+ this.effects = options.effects;
77
78
  this.rules = [];
78
79
  this.align = 'left';
79
80
  this.width = 200;
@@ -95,6 +95,7 @@ var WorkOrderId = /*#__PURE__*/_createClass(function WorkOrderId(options) {
95
95
  this.id = options.id;
96
96
  this.type = options.type;
97
97
  this.componentConfig = options.componentConfig;
98
+ this.effects = options.effects;
98
99
  this.rules = [];
99
100
  this.isCombinationComponent = false;
100
101
  this.children = [];
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@kmkf-fe-packages/services-components",
3
- "version": "0.6.3-alpha.6",
3
+ "version": "0.6.3-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": "0740c35bdd865c2a64b5995f13076b0deed2e40b"
38
+ "gitHead": "c6d50184e5afc3958f23362d233cbddf3404bedb"
39
39
  }