@easyv/config 1.2.11 → 1.2.12

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.
@@ -94,12 +94,12 @@ var _default = function _default(_ref) {
94
94
  name: 'controls',
95
95
  displayName: '控制',
96
96
  type: 'object',
97
- value: [{
97
+ value: [].concat((0, _toConsumableArray2["default"])(remoteControl), [{
98
98
  name: 'control',
99
99
  displayName: '控制',
100
100
  type: 'remoteOptions',
101
101
  value: '{}'
102
- }]
102
+ }])
103
103
  }]
104
104
  }
105
105
  }].filter(function (item) {
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@easyv/config",
3
- "version": "1.2.11",
3
+ "version": "1.2.12",
4
4
  "description": "",
5
5
  "main": "index.js",
6
6
  "scripts": {
@@ -105,6 +105,7 @@ export default ({ callback, remoteControl }) => ({
105
105
  displayName: '控制',
106
106
  type: 'object',
107
107
  value: [
108
+ ...remoteControl,
108
109
  {
109
110
  name: 'control',
110
111
  displayName: '控制',