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 +3 -4
- package/dist/index.cjs.map +1 -1
- package/dist/index.modern.js +3 -4
- package/dist/index.modern.js.map +1 -1
- package/dist/index.umd.js +3 -4
- package/dist/index.umd.js.map +1 -1
- package/package.json +1 -1
- package/src/domain/TablePage2.js +2 -3
package/dist/index.modern.js
CHANGED
@@ -8178,14 +8178,13 @@ var TableEditor$1 = function TableEditor(props) {
|
|
8178
8178
|
/* checked has it´s own handler */
|
8179
8179
|
options: options
|
8180
8180
|
};
|
8181
|
+
}).concat({
|
8182
|
+
id: "actions",
|
8183
|
+
label: "Actions"
|
8181
8184
|
}),
|
8182
8185
|
rows: []
|
8183
8186
|
};
|
8184
8187
|
}, [schema]);
|
8185
|
-
table.columns.push({
|
8186
|
-
id: "actions",
|
8187
|
-
label: ""
|
8188
|
-
});
|
8189
8188
|
var items = filter ? filter(all) : all;
|
8190
8189
|
if (items.length === 0) return /*#__PURE__*/React.createElement("div", {
|
8191
8190
|
className: "empty-message"
|