@tachybase/plugin-action-export 1.3.12 → 1.3.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/LICENSE
CHANGED
|
@@ -186,7 +186,7 @@
|
|
|
186
186
|
same "printed page" as the copyright notice for easier
|
|
187
187
|
identification within third-party archives.
|
|
188
188
|
|
|
189
|
-
Copyright [2023-
|
|
189
|
+
Copyright [2023-2025] [Tego team]
|
|
190
190
|
|
|
191
191
|
Licensed under the Apache License, Version 2.0 (the "License");
|
|
192
192
|
you may not use this file except in compliance with the License.
|
package/dist/externalVersion.js
CHANGED
|
@@ -1,13 +1,13 @@
|
|
|
1
1
|
module.exports = {
|
|
2
2
|
"react": "18.3.1",
|
|
3
|
-
"@tachybase/client": "1.3.
|
|
4
|
-
"@tachybase/schema": "1.3.
|
|
5
|
-
"@tachybase/components": "1.3.
|
|
3
|
+
"@tachybase/client": "1.3.14",
|
|
4
|
+
"@tachybase/schema": "1.3.14",
|
|
5
|
+
"@tachybase/components": "1.3.14",
|
|
6
6
|
"react-i18next": "15.2.0",
|
|
7
7
|
"antd": "5.22.5",
|
|
8
8
|
"lodash": "4.17.21",
|
|
9
|
-
"@tachybase/database": "1.3.
|
|
10
|
-
"@tachybase/server": "1.3.
|
|
11
|
-
"@tachybase/utils": "1.3.
|
|
12
|
-
"@tachybase/actions": "1.3.
|
|
9
|
+
"@tachybase/database": "1.3.14",
|
|
10
|
+
"@tachybase/server": "1.3.14",
|
|
11
|
+
"@tachybase/utils": "1.3.14",
|
|
12
|
+
"@tachybase/actions": "1.3.14"
|
|
13
13
|
};
|
|
@@ -1 +1 @@
|
|
|
1
|
-
{"name":"node-xlsx","author":"Olivier Louvignes <olivier@mg-crea.com>","version":"0.24.0","description":"NodeJS Excel files parser & builder","type":"module","main":"./dist/index.cjs","exports":{".":{"require":"./dist/index.cjs","import":"./dist/index.js","types":"./dist/index.d.ts"}},"bin":{"node-xlsx":"./dist/bin/cli.js"},"files":["dist"],"scripts":{"start":"npm run spec -- --watch","build":"tsup --entry src/index.ts --format cjs,esm --sourcemap --dts --clean --entry src/bin/cli.ts","lint":"eslint src/ test/","prettycheck":"prettier --check src/ test/","prettify":"prettier --write src/ test/","typecheck":"tsc --noEmit","spec":"DEBUG=node-xlsx* vitest --run","watch":"DEBUG=node-xlsx* vitest --watch","test":"npm run lint && npm run prettycheck && npm run typecheck && npm run spec","prepublishOnly":"npm run build"},"repository":"github:mgcrea/node-xlsx","license":"Apache-2.0","dependencies":{"xlsx":"https://cdn.sheetjs.com/xlsx-0.20.2/xlsx-0.20.2.tgz"},"devDependencies":{"@mgcrea/eslint-config-node":"^0.10.0","@tsconfig/node-lts":"^20.1.1","@types/node":"^20.12.7","eslint":"^8.57.0","prettier":"^3.2.5","prettier-plugin-organize-imports":"^3.2.4","tsup":"^8.0.2","typescript":"^5.4.5","vite-tsconfig-paths":"^4.3.2","vitest":"^1.5.0"},"engines":{"node":">=10.0.0"},"keywords":["excel","parser","builder","xlsx","xls"],"_lastModified":"2025-
|
|
1
|
+
{"name":"node-xlsx","author":"Olivier Louvignes <olivier@mg-crea.com>","version":"0.24.0","description":"NodeJS Excel files parser & builder","type":"module","main":"./dist/index.cjs","exports":{".":{"require":"./dist/index.cjs","import":"./dist/index.js","types":"./dist/index.d.ts"}},"bin":{"node-xlsx":"./dist/bin/cli.js"},"files":["dist"],"scripts":{"start":"npm run spec -- --watch","build":"tsup --entry src/index.ts --format cjs,esm --sourcemap --dts --clean --entry src/bin/cli.ts","lint":"eslint src/ test/","prettycheck":"prettier --check src/ test/","prettify":"prettier --write src/ test/","typecheck":"tsc --noEmit","spec":"DEBUG=node-xlsx* vitest --run","watch":"DEBUG=node-xlsx* vitest --watch","test":"npm run lint && npm run prettycheck && npm run typecheck && npm run spec","prepublishOnly":"npm run build"},"repository":"github:mgcrea/node-xlsx","license":"Apache-2.0","dependencies":{"xlsx":"https://cdn.sheetjs.com/xlsx-0.20.2/xlsx-0.20.2.tgz"},"devDependencies":{"@mgcrea/eslint-config-node":"^0.10.0","@tsconfig/node-lts":"^20.1.1","@types/node":"^20.12.7","eslint":"^8.57.0","prettier":"^3.2.5","prettier-plugin-organize-imports":"^3.2.4","tsup":"^8.0.2","typescript":"^5.4.5","vite-tsconfig-paths":"^4.3.2","vitest":"^1.5.0"},"engines":{"node":">=10.0.0"},"keywords":["excel","parser","builder","xlsx","xls"],"_lastModified":"2025-07-01T07:25:51.855Z"}
|
package/package.json
CHANGED
|
@@ -1,7 +1,7 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@tachybase/plugin-action-export",
|
|
3
3
|
"displayName": "Action: Export records",
|
|
4
|
-
"version": "1.3.
|
|
4
|
+
"version": "1.3.14",
|
|
5
5
|
"description": "Export filtered records to excel, you can configure which fields to export.",
|
|
6
6
|
"keywords": [
|
|
7
7
|
"Actions"
|
|
@@ -17,16 +17,16 @@
|
|
|
17
17
|
"node-xlsx": "^0.24.0",
|
|
18
18
|
"react": "^18.3.1",
|
|
19
19
|
"react-i18next": "^15.2.0",
|
|
20
|
-
"@tachybase/components": "1.3.
|
|
21
|
-
"@tachybase/schema": "1.3.
|
|
20
|
+
"@tachybase/components": "1.3.14",
|
|
21
|
+
"@tachybase/schema": "1.3.14"
|
|
22
22
|
},
|
|
23
23
|
"peerDependencies": {
|
|
24
|
-
"@tachybase/actions": "1.3.
|
|
25
|
-
"@tachybase/client": "1.3.
|
|
26
|
-
"@tachybase/server": "1.3.
|
|
27
|
-
"@tachybase/test": "1.3.
|
|
28
|
-
"@tachybase/database": "1.3.
|
|
29
|
-
"@tachybase/utils": "1.3.
|
|
24
|
+
"@tachybase/actions": "1.3.14",
|
|
25
|
+
"@tachybase/client": "1.3.14",
|
|
26
|
+
"@tachybase/server": "1.3.14",
|
|
27
|
+
"@tachybase/test": "1.3.14",
|
|
28
|
+
"@tachybase/database": "1.3.14",
|
|
29
|
+
"@tachybase/utils": "1.3.14"
|
|
30
30
|
},
|
|
31
31
|
"description.zh-CN": "导出筛选后的记录到 Excel 中,可以配置导出哪些字段。",
|
|
32
32
|
"displayName.zh-CN": "操作:导出记录",
|