react-table-edit 0.6.2 → 0.6.3
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 +9 -9
- package/dist/index.mjs +6 -6
- package/package.json +1 -1
package/dist/index.js
CHANGED
|
@@ -28,11 +28,11 @@ var __toESM = (mod, isNodeMode, target) => (target = mod != null ? __create(__ge
|
|
|
28
28
|
var __toCommonJS = (mod) => __copyProps(__defProp({}, "__esModule", { value: true }), mod);
|
|
29
29
|
|
|
30
30
|
// index.ts
|
|
31
|
-
var
|
|
32
|
-
__export(
|
|
31
|
+
var Table_edit_exports = {};
|
|
32
|
+
__export(Table_edit_exports, {
|
|
33
33
|
SelectTable: () => SelectTable,
|
|
34
34
|
TabsMenuComponent: () => TabsMenuComponent,
|
|
35
|
-
default: () =>
|
|
35
|
+
default: () => Table_edit_default,
|
|
36
36
|
formartNumberic: () => formartNumberic,
|
|
37
37
|
generateUUID: () => generateUUID,
|
|
38
38
|
isNullOrUndefined: () => isNullOrUndefined,
|
|
@@ -49,7 +49,7 @@ __export(Table_Edit_exports, {
|
|
|
49
49
|
roundNumber: () => roundNumber,
|
|
50
50
|
useOnClickOutside: () => useOnClickOutside
|
|
51
51
|
});
|
|
52
|
-
module.exports = __toCommonJS(
|
|
52
|
+
module.exports = __toCommonJS(Table_edit_exports);
|
|
53
53
|
|
|
54
54
|
// test-app/src/component/table/index.tsx
|
|
55
55
|
var import_react14 = require("react");
|
|
@@ -2070,20 +2070,20 @@ var SelectTable = (0, import_react13.forwardRef)((props, ref) => {
|
|
|
2070
2070
|
}
|
|
2071
2071
|
) })
|
|
2072
2072
|
] }),
|
|
2073
|
-
/* @__PURE__ */ (0, import_jsx_runtime13.jsxs)("div", { className: (0, import_classnames11.default)("select-table-indicator d-flex align-items-center"
|
|
2073
|
+
isLoading && /* @__PURE__ */ (0, import_jsx_runtime13.jsxs)("div", { className: (0, import_classnames11.default)("select-table-indicator d-flex align-items-center"), children: [
|
|
2074
2074
|
/* @__PURE__ */ (0, import_jsx_runtime13.jsx)(import_reactstrap8.Spinner, { style: { width: 4, height: 4, marginRight: 3 }, type: "grow" }),
|
|
2075
2075
|
/* @__PURE__ */ (0, import_jsx_runtime13.jsx)(import_reactstrap8.Spinner, { style: { width: 4, height: 4, marginRight: 3 }, type: "grow" }),
|
|
2076
2076
|
/* @__PURE__ */ (0, import_jsx_runtime13.jsx)(import_reactstrap8.Spinner, { style: { width: 4, height: 4, marginRight: 3 }, type: "grow" })
|
|
2077
2077
|
] }),
|
|
2078
|
-
/* @__PURE__ */ (0, import_jsx_runtime13.jsx)(
|
|
2078
|
+
(isClearable || value) && /* @__PURE__ */ (0, import_jsx_runtime13.jsx)(
|
|
2079
2079
|
"div",
|
|
2080
2080
|
{
|
|
2081
|
-
className: (0, import_classnames11.default)("cursor-pointer"
|
|
2081
|
+
className: (0, import_classnames11.default)("cursor-pointer"),
|
|
2082
2082
|
onClick: (e) => {
|
|
2083
2083
|
onChange(isMulti ? [] : void 0);
|
|
2084
2084
|
e.stopPropagation();
|
|
2085
2085
|
},
|
|
2086
|
-
children: /* @__PURE__ */ (0, import_jsx_runtime13.jsx)("svg", { height: "20", width: "20", fill: "#c4c4c4", viewBox: "0 0 20 20", "aria-hidden": "true", focusable: "false", className: "css-tj5bde-Svg", children: /* @__PURE__ */ (0, import_jsx_runtime13.jsx)("path", { d: "M14.348 14.849c-0.469 0.469-1.229 0.469-1.697 0l-2.651-3.030-2.651 3.029c-0.469 0.469-1.229 0.469-1.697 0-0.469-0.469-0.469-1.229 0-1.697l2.758-3.15-2.759-3.152c-0.469-0.469-0.469-1.228 0-1.697s1.228-0.469 1.697 0l2.652 3.031 2.651-3.031c0.469-0.469 1.228-0.469 1.697 0s0.469 1.229 0 1.697l-2.758 3.152 2.758 3.15c0.469 0.469 0.469 1.229 0 1.698z" }) })
|
|
2086
|
+
children: /* @__PURE__ */ (0, import_jsx_runtime13.jsx)("svg", { height: "20", width: "20", fill: "#c4c4c4", color: "#c4c4c4", viewBox: "0 0 20 20", "aria-hidden": "true", focusable: "false", className: "css-tj5bde-Svg", children: /* @__PURE__ */ (0, import_jsx_runtime13.jsx)("path", { d: "M14.348 14.849c-0.469 0.469-1.229 0.469-1.697 0l-2.651-3.030-2.651 3.029c-0.469 0.469-1.229 0.469-1.697 0-0.469-0.469-0.469-1.229 0-1.697l2.758-3.15-2.759-3.152c-0.469-0.469-0.469-1.228 0-1.697s1.228-0.469 1.697 0l2.652 3.031 2.651-3.031c0.469-0.469 1.228-0.469 1.697 0s0.469 1.229 0 1.697l-2.758 3.152 2.758 3.15c0.469 0.469 0.469 1.229 0 1.698z" }) })
|
|
2087
2087
|
}
|
|
2088
2088
|
),
|
|
2089
2089
|
/* @__PURE__ */ (0, import_jsx_runtime13.jsx)("div", { className: "select-table-indicator", children: /* @__PURE__ */ (0, import_jsx_runtime13.jsx)("svg", { height: "20", width: "20", viewBox: "0 0 20 20", children: /* @__PURE__ */ (0, import_jsx_runtime13.jsx)("path", { d: "M4.516 7.548c0.436-0.446 1.043-0.481 1.576 0l3.908 3.747 3.908-3.747c0.533-0.481 1.141-0.446 1.574 0 0.436 0.445 0.408 1.197 0 1.615-0.406 0.418-4.695 4.502-4.695 4.502-0.217 0.223-0.502 0.335-0.787 0.335s-0.57-0.112-0.789-0.335c0 0-4.287-4.084-4.695-4.502s-0.436-1.17 0-1.615z" }) }) })
|
|
@@ -3772,7 +3772,7 @@ var TabsMenuComponent = ({
|
|
|
3772
3772
|
};
|
|
3773
3773
|
|
|
3774
3774
|
// index.ts
|
|
3775
|
-
var
|
|
3775
|
+
var Table_edit_default = table_default;
|
|
3776
3776
|
// Annotate the CommonJS export names for ESM import in node:
|
|
3777
3777
|
0 && (module.exports = {
|
|
3778
3778
|
SelectTable,
|
package/dist/index.mjs
CHANGED
|
@@ -2035,20 +2035,20 @@ var SelectTable = forwardRef2((props, ref) => {
|
|
|
2035
2035
|
}
|
|
2036
2036
|
) })
|
|
2037
2037
|
] }),
|
|
2038
|
-
/* @__PURE__ */ jsxs12("div", { className: classnames6("select-table-indicator d-flex align-items-center"
|
|
2038
|
+
isLoading && /* @__PURE__ */ jsxs12("div", { className: classnames6("select-table-indicator d-flex align-items-center"), children: [
|
|
2039
2039
|
/* @__PURE__ */ jsx13(Spinner, { style: { width: 4, height: 4, marginRight: 3 }, type: "grow" }),
|
|
2040
2040
|
/* @__PURE__ */ jsx13(Spinner, { style: { width: 4, height: 4, marginRight: 3 }, type: "grow" }),
|
|
2041
2041
|
/* @__PURE__ */ jsx13(Spinner, { style: { width: 4, height: 4, marginRight: 3 }, type: "grow" })
|
|
2042
2042
|
] }),
|
|
2043
|
-
/* @__PURE__ */ jsx13(
|
|
2043
|
+
(isClearable || value) && /* @__PURE__ */ jsx13(
|
|
2044
2044
|
"div",
|
|
2045
2045
|
{
|
|
2046
|
-
className: classnames6("cursor-pointer"
|
|
2046
|
+
className: classnames6("cursor-pointer"),
|
|
2047
2047
|
onClick: (e) => {
|
|
2048
2048
|
onChange(isMulti ? [] : void 0);
|
|
2049
2049
|
e.stopPropagation();
|
|
2050
2050
|
},
|
|
2051
|
-
children: /* @__PURE__ */ jsx13("svg", { height: "20", width: "20", fill: "#c4c4c4", viewBox: "0 0 20 20", "aria-hidden": "true", focusable: "false", className: "css-tj5bde-Svg", children: /* @__PURE__ */ jsx13("path", { d: "M14.348 14.849c-0.469 0.469-1.229 0.469-1.697 0l-2.651-3.030-2.651 3.029c-0.469 0.469-1.229 0.469-1.697 0-0.469-0.469-0.469-1.229 0-1.697l2.758-3.15-2.759-3.152c-0.469-0.469-0.469-1.228 0-1.697s1.228-0.469 1.697 0l2.652 3.031 2.651-3.031c0.469-0.469 1.228-0.469 1.697 0s0.469 1.229 0 1.697l-2.758 3.152 2.758 3.15c0.469 0.469 0.469 1.229 0 1.698z" }) })
|
|
2051
|
+
children: /* @__PURE__ */ jsx13("svg", { height: "20", width: "20", fill: "#c4c4c4", color: "#c4c4c4", viewBox: "0 0 20 20", "aria-hidden": "true", focusable: "false", className: "css-tj5bde-Svg", children: /* @__PURE__ */ jsx13("path", { d: "M14.348 14.849c-0.469 0.469-1.229 0.469-1.697 0l-2.651-3.030-2.651 3.029c-0.469 0.469-1.229 0.469-1.697 0-0.469-0.469-0.469-1.229 0-1.697l2.758-3.15-2.759-3.152c-0.469-0.469-0.469-1.228 0-1.697s1.228-0.469 1.697 0l2.652 3.031 2.651-3.031c0.469-0.469 1.228-0.469 1.697 0s0.469 1.229 0 1.697l-2.758 3.152 2.758 3.15c0.469 0.469 0.469 1.229 0 1.698z" }) })
|
|
2052
2052
|
}
|
|
2053
2053
|
),
|
|
2054
2054
|
/* @__PURE__ */ jsx13("div", { className: "select-table-indicator", children: /* @__PURE__ */ jsx13("svg", { height: "20", width: "20", viewBox: "0 0 20 20", children: /* @__PURE__ */ jsx13("path", { d: "M4.516 7.548c0.436-0.446 1.043-0.481 1.576 0l3.908 3.747 3.908-3.747c0.533-0.481 1.141-0.446 1.574 0 0.436 0.445 0.408 1.197 0 1.615-0.406 0.418-4.695 4.502-4.695 4.502-0.217 0.223-0.502 0.335-0.787 0.335s-0.57-0.112-0.789-0.335c0 0-4.287-4.084-4.695-4.502s-0.436-1.17 0-1.615z" }) }) })
|
|
@@ -3737,11 +3737,11 @@ var TabsMenuComponent = ({
|
|
|
3737
3737
|
};
|
|
3738
3738
|
|
|
3739
3739
|
// index.ts
|
|
3740
|
-
var
|
|
3740
|
+
var Table_edit_default = table_default;
|
|
3741
3741
|
export {
|
|
3742
3742
|
SelectTable,
|
|
3743
3743
|
TabsMenuComponent,
|
|
3744
|
-
|
|
3744
|
+
Table_edit_default as default,
|
|
3745
3745
|
formartNumberic,
|
|
3746
3746
|
generateUUID,
|
|
3747
3747
|
isNullOrUndefined,
|