@kmkf-fe-packages/services-components 0.7.5-alpha.15 → 0.7.5-alpha.16

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.
@@ -101,7 +101,7 @@ var EItemEncode = /*#__PURE__*/_createClass(function EItemEncode(options) {
101
101
  this.effects = options === null || options === void 0 ? void 0 : options.effects;
102
102
  this.componentConfig = options === null || options === void 0 ? void 0 : options.componentConfig;
103
103
  this.isCombinationComponent = false;
104
- this.canSort = true;
104
+ this.canSort = false;
105
105
  this.children = [];
106
106
  this.rules = this !== null && this !== void 0 && (_this$componentConfig = this.componentConfig) !== null && _this$componentConfig !== void 0 && _this$componentConfig.required ? [{
107
107
  required: true,
@@ -101,7 +101,7 @@ var EItemId = /*#__PURE__*/_createClass(function EItemId(options) {
101
101
  this.type = options.type;
102
102
  this.effects = options === null || options === void 0 ? void 0 : options.effects;
103
103
  this.isCombinationComponent = false;
104
- this.canSort = true;
104
+ this.canSort = false;
105
105
  this.children = [];
106
106
  this.componentConfig = options === null || options === void 0 ? void 0 : options.componentConfig;
107
107
  this.rules = this !== null && this !== void 0 && (_this$componentConfig2 = this.componentConfig) !== null && _this$componentConfig2 !== void 0 && _this$componentConfig2.required ? [{
@@ -81,7 +81,7 @@ var EItemSelect = /*#__PURE__*/_createClass(function EItemSelect(options) {
81
81
  this.componentConfig = options === null || options === void 0 ? void 0 : options.componentConfig;
82
82
  this.rules = [];
83
83
  this.isCombinationComponent = false;
84
- this.canSort = true;
84
+ this.canSort = false;
85
85
  this.children = [];
86
86
  });
87
87
  export default EItemSelect;
@@ -76,7 +76,7 @@ var Handler = /*#__PURE__*/_createClass(function Handler(options) {
76
76
  this.type = "HANDLER_INPUT";
77
77
  this.effects = options === null || options === void 0 ? void 0 : options.effects;
78
78
  this.isCombinationComponent = false;
79
- this.canSort = true;
79
+ this.canSort = false;
80
80
  this.children = [];
81
81
  });
82
82
  export default Handler;
@@ -113,7 +113,7 @@ var JstItemSelect = /*#__PURE__*/_createClass(function JstItemSelect(options) {
113
113
  this.type = options.type;
114
114
  this.componentConfig = options.componentConfig;
115
115
  this.isCombinationComponent = false;
116
- this.canSort = true;
116
+ this.canSort = false;
117
117
  this.children = [];
118
118
  this.rules = (_this$componentConfig = this.componentConfig) !== null && _this$componentConfig !== void 0 && _this$componentConfig.required ? [{
119
119
  required: true,
@@ -117,7 +117,7 @@ var JstLogistics = /*#__PURE__*/_createClass(function JstLogistics(options) {
117
117
  this.type = options.type;
118
118
  this.componentConfig = options.componentConfig;
119
119
  this.isCombinationComponent = false;
120
- this.canSort = true;
120
+ this.canSort = false;
121
121
  this.children = [];
122
122
  this.rules = (_this$componentConfig3 = this.componentConfig) !== null && _this$componentConfig3 !== void 0 && _this$componentConfig3.required ? [{
123
123
  required: true,
@@ -138,7 +138,7 @@ var JstSendGood = /*#__PURE__*/_createClass(function JstSendGood(options) {
138
138
  }] : [];
139
139
  this.align = 'left';
140
140
  this.isCombinationComponent = false;
141
- this.canSort = true;
141
+ this.canSort = false;
142
142
  this.children = [];
143
143
  });
144
144
  export default JstSendGood;
@@ -115,7 +115,7 @@ var JstSupply = /*#__PURE__*/_createClass(function JstSupply(options) {
115
115
  this.type = options.type;
116
116
  this.componentConfig = options.componentConfig;
117
117
  this.isCombinationComponent = false;
118
- this.canSort = true;
118
+ this.canSort = false;
119
119
  this.children = [];
120
120
  this.rules = (_this$componentConfig = this.componentConfig) !== null && _this$componentConfig !== void 0 && _this$componentConfig.required ? [{
121
121
  required: true,
@@ -106,7 +106,7 @@ var ThirdItemSelect = /*#__PURE__*/_createClass(function ThirdItemSelect(options
106
106
  this.effects = options === null || options === void 0 ? void 0 : options.effects;
107
107
  this.componentConfig = options === null || options === void 0 ? void 0 : options.componentConfig;
108
108
  this.isCombinationComponent = false;
109
- this.canSort = true;
109
+ this.canSort = false;
110
110
  this.children = [];
111
111
  this.rules = (_this$componentConfig2 = this.componentConfig) !== null && _this$componentConfig2 !== void 0 && _this$componentConfig2.required ? [{
112
112
  required: true,
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@kmkf-fe-packages/services-components",
3
- "version": "0.7.5-alpha.15",
3
+ "version": "0.7.5-alpha.16",
4
4
  "module": "dist/esm/index.js",
5
5
  "typings": "dist/esm/index.d.ts",
6
6
  "files": [
@@ -40,5 +40,5 @@
40
40
  "gitHooks": {
41
41
  "pre-commit": "lint-staged"
42
42
  },
43
- "gitHead": "fceac44b63856f1cac2282b6795ed9107b44ee35"
43
+ "gitHead": "797ab05bd66793c2571502f49983950d262dbc58"
44
44
  }