@fixefy/fixefy-ui-utils 0.2.20 → 0.2.21
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/page_context/index.d.ts +0 -1
- package/dist/transform/index.js +2 -2
- package/package.json +20 -20
package/dist/transform/index.js
CHANGED
|
@@ -53,7 +53,7 @@ const defaultOptions = {
|
|
|
53
53
|
rtrim: true,
|
|
54
54
|
delimiter: ','
|
|
55
55
|
};
|
|
56
|
-
const transform = function() {
|
|
56
|
+
const transform = /*#__PURE__*/ function() {
|
|
57
57
|
var _ref = _async_to_generator(function*({ data, data_type, options = defaultOptions }) {
|
|
58
58
|
let rv = data;
|
|
59
59
|
data_type = data_type.substring(data_type.lastIndexOf('/') + 1, data_type.length + 1).toLowerCase();
|
|
@@ -79,7 +79,7 @@ const transform = function() {
|
|
|
79
79
|
return _ref.apply(this, arguments);
|
|
80
80
|
};
|
|
81
81
|
}();
|
|
82
|
-
const _csvToJson = function() {
|
|
82
|
+
const _csvToJson = /*#__PURE__*/ function() {
|
|
83
83
|
var _ref = _async_to_generator(function*({ csv, options = defaultOptions }) {
|
|
84
84
|
const rv = yield (0, _csvtojson.default)(options).fromString(csv);
|
|
85
85
|
return rv;
|
package/package.json
CHANGED
|
@@ -4,27 +4,27 @@
|
|
|
4
4
|
"fs": false
|
|
5
5
|
},
|
|
6
6
|
"dependencies": {
|
|
7
|
-
"@mui/material": "5.
|
|
8
|
-
"@mui/styles": "5.
|
|
9
|
-
"convert-excel-to-json": "1.7.0",
|
|
10
|
-
"nookies": "2.5.2",
|
|
11
|
-
"react": "18.3.1",
|
|
12
|
-
"react-dom": "18.3.1"
|
|
7
|
+
"@mui/material": "^5.16.7",
|
|
8
|
+
"@mui/styles": "^5.16.7",
|
|
9
|
+
"convert-excel-to-json": "^1.7.0",
|
|
10
|
+
"nookies": "^2.5.2",
|
|
11
|
+
"react": "^18.3.1",
|
|
12
|
+
"react-dom": "^18.3.1"
|
|
13
13
|
},
|
|
14
14
|
"devDependencies": {
|
|
15
|
-
"@types/convert-excel-to-json": "1.7.4",
|
|
16
|
-
"@types/node": "20.14.0",
|
|
17
|
-
"@types/nookies": "2.0.3",
|
|
18
|
-
"@types/react": "18.3.3",
|
|
19
|
-
"@typescript-eslint/eslint-plugin": "7.12.0",
|
|
20
|
-
"@typescript-eslint/parser": "7.12.0",
|
|
21
|
-
"eslint": "9.4.0",
|
|
22
|
-
"eslint-config-prettier": "9.1.0",
|
|
23
|
-
"eslint-plugin-prettier": "5.1.3",
|
|
24
|
-
"eslint-plugin-react": "7.34.2",
|
|
25
|
-
"eslint-plugin-react-hooks": "4.6.2",
|
|
26
|
-
"prettier": "3.3.0",
|
|
27
|
-
"typescript": "5.4.5"
|
|
15
|
+
"@types/convert-excel-to-json": "^1.7.4",
|
|
16
|
+
"@types/node": "^20.14.0",
|
|
17
|
+
"@types/nookies": "^2.0.3",
|
|
18
|
+
"@types/react": "^18.3.3",
|
|
19
|
+
"@typescript-eslint/eslint-plugin": "^7.12.0",
|
|
20
|
+
"@typescript-eslint/parser": "^7.12.0",
|
|
21
|
+
"eslint": "^9.4.0",
|
|
22
|
+
"eslint-config-prettier": "^9.1.0",
|
|
23
|
+
"eslint-plugin-prettier": "^5.1.3",
|
|
24
|
+
"eslint-plugin-react": "^7.34.2",
|
|
25
|
+
"eslint-plugin-react-hooks": "^4.6.2",
|
|
26
|
+
"prettier": "^3.3.0",
|
|
27
|
+
"typescript": "^5.4.5"
|
|
28
28
|
},
|
|
29
29
|
"license": "MIT",
|
|
30
30
|
"name": "@fixefy/fixefy-ui-utils",
|
|
@@ -56,5 +56,5 @@
|
|
|
56
56
|
"require": "./dist/index.js"
|
|
57
57
|
}
|
|
58
58
|
},
|
|
59
|
-
"version": "0.2.
|
|
59
|
+
"version": "0.2.21"
|
|
60
60
|
}
|