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.cjs CHANGED
@@ -8186,14 +8186,13 @@ var TableEditor$1 = function TableEditor(props) {
8186
8186
  /* checked has it´s own handler */
8187
8187
  options: options
8188
8188
  };
8189
+ }).concat({
8190
+ id: "actions",
8191
+ label: "Actions"
8189
8192
  }),
8190
8193
  rows: []
8191
8194
  };
8192
8195
  }, [schema]);
8193
- table.columns.push({
8194
- id: "actions",
8195
- label: ""
8196
- });
8197
8196
  var items = filter ? filter(all) : all;
8198
8197
  if (items.length === 0) return /*#__PURE__*/React__default["default"].createElement("div", {
8199
8198
  className: "empty-message"