ywana-core8 0.0.650 → 0.0.652

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.
package/dist/index.umd.js CHANGED
@@ -8180,14 +8180,13 @@
8180
8180
  /* checked has it´s own handler */
8181
8181
  options: options
8182
8182
  };
8183
+ }).concat({
8184
+ id: "actions",
8185
+ label: "Actions"
8183
8186
  }),
8184
8187
  rows: []
8185
8188
  };
8186
8189
  }, [schema]);
8187
- table.columns.push({
8188
- id: "actions",
8189
- label: ""
8190
- });
8191
8190
  var items = filter ? filter(all) : all;
8192
8191
  if (items.length === 0) return /*#__PURE__*/React__default["default"].createElement("div", {
8193
8192
  className: "empty-message"