@bsol-oss/react-datatable5 12.0.0-beta.12 → 12.0.0-beta.14

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.js CHANGED
@@ -5104,7 +5104,7 @@ const FormBody = () => {
5104
5104
  setValidatedData(undefined);
5105
5105
  const data = await getUpdatedData();
5106
5106
  methods.reset(data);
5107
- }, formNoValidate: true, children: translate.t("submitAgain") }) })] }));
5107
+ }, formNoValidate: true, children: translate.t("submit_again") }) })] }));
5108
5108
  }
5109
5109
  if (isConfirming) {
5110
5110
  return (jsxRuntime.jsxs(react.Flex, { flexFlow: "column", gap: "2", children: [jsxRuntime.jsx(react.Grid, { gap: 4, gridTemplateColumns: "repeat(12, 1fr)", gridTemplateRows: `repeat(${rowNumber ?? "auto-fit"}, auto)`, children: ordered.map((column) => {
package/dist/index.mjs CHANGED
@@ -5084,7 +5084,7 @@ const FormBody = () => {
5084
5084
  setValidatedData(undefined);
5085
5085
  const data = await getUpdatedData();
5086
5086
  methods.reset(data);
5087
- }, formNoValidate: true, children: translate.t("submitAgain") }) })] }));
5087
+ }, formNoValidate: true, children: translate.t("submit_again") }) })] }));
5088
5088
  }
5089
5089
  if (isConfirming) {
5090
5090
  return (jsxs(Flex, { flexFlow: "column", gap: "2", children: [jsx(Grid, { gap: 4, gridTemplateColumns: "repeat(12, 1fr)", gridTemplateRows: `repeat(${rowNumber ?? "auto-fit"}, auto)`, children: ordered.map((column) => {
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@bsol-oss/react-datatable5",
3
- "version": "12.0.0-beta.12",
3
+ "version": "12.0.0-beta.14",
4
4
  "type": "module",
5
5
  "main": "dist/index.js",
6
6
  "module": "dist/index.mjs",