@luck-design-biz/luckda 0.0.15-3 → 0.0.15-4

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.
@@ -109,7 +109,7 @@ var LdGrid = function LdGrid(_ref) {
109
109
  return transform(gridActions, function (result, value) {
110
110
  if (!value.resource || includes(data['__infuse_serial__'] || resources, value.resource)) {
111
111
  result.push(_objectSpread(_objectSpread({}, value), {}, {
112
- wanted: value.resource || 'virtual'
112
+ wanted: 'virtual'
113
113
  }));
114
114
  }
115
115
  }, []);
@@ -117,7 +117,7 @@ var LdGrid = function LdGrid(_ref) {
117
117
  return (0, _lodash.transform)(gridActions, function (result, value) {
118
118
  if (!value.resource || (0, _lodash.includes)(data['__infuse_serial__'] || resources, value.resource)) {
119
119
  result.push((0, _objectSpread2.default)((0, _objectSpread2.default)({}, value), {}, {
120
- wanted: value.resource || 'virtual'
120
+ wanted: 'virtual'
121
121
  }));
122
122
  }
123
123
  }, []);
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@luck-design-biz/luckda",
3
- "version": "0.0.15-3",
3
+ "version": "0.0.15-4",
4
4
  "scripts": {
5
5
  "start": "dumi dev",
6
6
  "docs:build": "dumi build",