@esvndev/es-react-import-export 1.0.0
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/README.md +93 -0
- package/dist/component/icon/index.d.ts +2 -0
- package/dist/component/input/index.d.ts +8 -0
- package/dist/component/input/input-checkbox/index.d.ts +17 -0
- package/dist/component/input/input-date/index.d.ts +10 -0
- package/dist/component/input/input-number/index.d.ts +27 -0
- package/dist/component/input/input-style/fonts.d.ts +4 -0
- package/dist/component/input/input-style/index.d.ts +23 -0
- package/dist/component/input/input-style/input-box.d.ts +24 -0
- package/dist/component/input/input-text/index.d.ts +25 -0
- package/dist/component/modal-export-excel/IExcel.d.ts +41 -0
- package/dist/component/modal-export-excel/IStyleSetting.d.ts +10 -0
- package/dist/component/modal-export-excel/default-data.d.ts +3 -0
- package/dist/component/modal-export-excel/index.d.ts +12 -0
- package/dist/component/modal-header/index.d.ts +8 -0
- package/dist/component/modal-import-excel/IType.d.ts +24 -0
- package/dist/component/modal-import-excel/index.d.ts +26 -0
- package/dist/component/modal-import-excel/tab-handle-error.d.ts +11 -0
- package/dist/component/modal-import-excel/tab-merge.d.ts +15 -0
- package/dist/component/modal-import-excel/tab-select-file.d.ts +12 -0
- package/dist/component/modal-import-excel/tab-validate.d.ts +13 -0
- package/dist/component/modal-import-excel/utils.d.ts +21 -0
- package/dist/component/notifications.d.ts +9 -0
- package/dist/component/select-table/index.d.ts +32 -0
- package/dist/component/sidebar/index.d.ts +11 -0
- package/dist/component/utils.d.ts +17 -0
- package/dist/component/wizard/index.d.ts +3 -0
- package/dist/index.d.ts +106 -0
- package/dist/index.js +83828 -0
- package/dist/index.js.map +1 -0
- package/dist/index.mjs +83790 -0
- package/dist/index.mjs.map +1 -0
- package/package.json +64 -0
package/package.json
ADDED
|
@@ -0,0 +1,64 @@
|
|
|
1
|
+
{
|
|
2
|
+
"name": "@esvndev/es-react-import-export",
|
|
3
|
+
"version": "1.0.0",
|
|
4
|
+
"main": "dist/index.js",
|
|
5
|
+
"module": "dist/index.mjs",
|
|
6
|
+
"types": "dist/index.d.ts",
|
|
7
|
+
"license": "ESVN Limited Use License",
|
|
8
|
+
"author": "dev@esvn.com.vn",
|
|
9
|
+
"keywords": [
|
|
10
|
+
"ESVN"
|
|
11
|
+
],
|
|
12
|
+
"files": [
|
|
13
|
+
"dist/**/*"
|
|
14
|
+
],
|
|
15
|
+
"scripts": {
|
|
16
|
+
"build": "rollup -c",
|
|
17
|
+
"start": "node dist/index.js"
|
|
18
|
+
},
|
|
19
|
+
"peerDependencies": {
|
|
20
|
+
"react": ">=16.8.6",
|
|
21
|
+
"react-dom": ">=16.8.6"
|
|
22
|
+
},
|
|
23
|
+
"dependencies": {
|
|
24
|
+
"react": "^18.1.0",
|
|
25
|
+
"react-i18next": "^11.16.9",
|
|
26
|
+
"i18next": "^21.8.2",
|
|
27
|
+
"react-hook-form": "7.43.9",
|
|
28
|
+
"react-router-dom": "^6.3.0"
|
|
29
|
+
},
|
|
30
|
+
"devDependencies": {
|
|
31
|
+
"@hookform/resolvers": "^2.8.10",
|
|
32
|
+
"@rollup/plugin-commonjs": "^20.0.0",
|
|
33
|
+
"@rollup/plugin-node-resolve": "^13.3.0",
|
|
34
|
+
"@rollup/plugin-typescript": "^8.5.0",
|
|
35
|
+
"@types/react-datepicker": "^7.0.0",
|
|
36
|
+
"@types/react-resizable": "^3.0.7",
|
|
37
|
+
"@types/react-input-mask": "^3.0.6",
|
|
38
|
+
"@types/react-custom-scrollbars": "^4.0.10",
|
|
39
|
+
"becoxy-icons": "1.8.1",
|
|
40
|
+
"classnames": "2.3.1",
|
|
41
|
+
"postcss": "^8.4.35",
|
|
42
|
+
"react-datepicker": "^7.5.0",
|
|
43
|
+
"react-hot-toast": "2.2.0",
|
|
44
|
+
"react-input-mask": "^2.0.4",
|
|
45
|
+
"react-number-format": "^5.3.3",
|
|
46
|
+
"react-table-edit": "^1.2.78",
|
|
47
|
+
"react-resizable": "^3.0.5",
|
|
48
|
+
"reactstrap": "9.0.1",
|
|
49
|
+
"rollup": "^2.56.2",
|
|
50
|
+
"rollup-plugin-dts": "^6.1.1",
|
|
51
|
+
"rollup-plugin-peer-deps-external": "^2.2.4",
|
|
52
|
+
"rollup-plugin-postcss": "^4.0.2",
|
|
53
|
+
"rollup-plugin-terser": "^7.0.2",
|
|
54
|
+
"sweetalert2": "^11.4.14",
|
|
55
|
+
"sweetalert2-react-content": "^5.0.0",
|
|
56
|
+
"tslib": "^2.8.1",
|
|
57
|
+
"typescript": "^5.7.2",
|
|
58
|
+
"xlsx": "^0.18.5",
|
|
59
|
+
"react-custom-scrollbars": "^4.2.1",
|
|
60
|
+
"bs-stepper": "1.7.0",
|
|
61
|
+
"yup": "^0.32.11"
|
|
62
|
+
},
|
|
63
|
+
"type": "module"
|
|
64
|
+
}
|