react-table-edit 0.4.5 → 0.4.6
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 +1 -0
- package/dist/index.mjs +1 -0
- package/package.json +2 -1
package/dist/index.js
CHANGED
|
@@ -2986,6 +2986,7 @@ var table_default = TableEdit;
|
|
|
2986
2986
|
var import_becoxy_icons5 = require("becoxy-icons");
|
|
2987
2987
|
var import_classnames11 = __toESM(require("classnames"));
|
|
2988
2988
|
var import_react13 = require("react");
|
|
2989
|
+
var import_react_router_dom = require("react-router-dom");
|
|
2989
2990
|
var import_reactstrap9 = require("reactstrap");
|
|
2990
2991
|
var import_jsx_runtime13 = require("react/jsx-runtime");
|
|
2991
2992
|
|
package/dist/index.mjs
CHANGED
|
@@ -2945,6 +2945,7 @@ var table_default = TableEdit;
|
|
|
2945
2945
|
import { ChevronLeft as ChevronLeft2, ChevronRight as ChevronRight2 } from "becoxy-icons";
|
|
2946
2946
|
import classNames5 from "classnames";
|
|
2947
2947
|
import { Fragment as Fragment14, useEffect as useEffect6, useState as useState6 } from "react";
|
|
2948
|
+
import { Link } from "react-router-dom";
|
|
2948
2949
|
import { DropdownItem as DropdownItem2, DropdownMenu as DropdownMenu3, DropdownToggle as DropdownToggle3, UncontrolledDropdown as UncontrolledDropdown2 } from "reactstrap";
|
|
2949
2950
|
import { jsx as jsx13, jsxs as jsxs12 } from "react/jsx-runtime";
|
|
2950
2951
|
|
package/package.json
CHANGED
|
@@ -1,7 +1,7 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "react-table-edit",
|
|
3
3
|
"license": "MIT",
|
|
4
|
-
"version": "0.4.
|
|
4
|
+
"version": "0.4.6",
|
|
5
5
|
"main": "dist/index.js",
|
|
6
6
|
"module": "dist/index.mjs",
|
|
7
7
|
"types": "dist/index.d.ts",
|
|
@@ -32,6 +32,7 @@
|
|
|
32
32
|
"classnames": "2.3.1",
|
|
33
33
|
"moment": "^2.29.3",
|
|
34
34
|
"react": "^18.1.0",
|
|
35
|
+
"react-router-dom": "^6.3.0",
|
|
35
36
|
"react-hook-form": "7.43.9",
|
|
36
37
|
"react-hot-toast": "2.2.0",
|
|
37
38
|
"react-i18next": "^11.16.9",
|