@nocobase/plugin-action-import 2.1.0-alpha.25 → 2.1.0-alpha.27
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/externalVersion.js
CHANGED
|
@@ -10,26 +10,26 @@
|
|
|
10
10
|
module.exports = {
|
|
11
11
|
"@emotion/css": "11.13.0",
|
|
12
12
|
"@formily/react": "2.3.7",
|
|
13
|
-
"@nocobase/client": "2.1.0-alpha.
|
|
13
|
+
"@nocobase/client": "2.1.0-alpha.27",
|
|
14
14
|
"react": "18.2.0",
|
|
15
15
|
"react-i18next": "11.18.6",
|
|
16
16
|
"@ant-design/icons": "5.6.1",
|
|
17
17
|
"@formily/shared": "2.3.7",
|
|
18
18
|
"antd": "5.24.2",
|
|
19
|
-
"@nocobase/utils": "2.1.0-alpha.
|
|
19
|
+
"@nocobase/utils": "2.1.0-alpha.27",
|
|
20
20
|
"@formily/antd-v5": "1.2.3",
|
|
21
21
|
"file-saver": "2.0.5",
|
|
22
22
|
"react-dom": "18.2.0",
|
|
23
23
|
"lodash": "4.18.1",
|
|
24
24
|
"@formily/core": "2.3.7",
|
|
25
|
-
"@nocobase/server": "2.1.0-alpha.
|
|
25
|
+
"@nocobase/server": "2.1.0-alpha.27",
|
|
26
26
|
"@formily/reactive": "2.3.7",
|
|
27
|
-
"@nocobase/flow-engine": "2.1.0-alpha.
|
|
28
|
-
"@nocobase/actions": "2.1.0-alpha.
|
|
29
|
-
"@nocobase/database": "2.1.0-alpha.
|
|
27
|
+
"@nocobase/flow-engine": "2.1.0-alpha.27",
|
|
28
|
+
"@nocobase/actions": "2.1.0-alpha.27",
|
|
29
|
+
"@nocobase/database": "2.1.0-alpha.27",
|
|
30
30
|
"async-mutex": "0.5.0",
|
|
31
|
-
"@nocobase/data-source-manager": "2.1.0-alpha.
|
|
31
|
+
"@nocobase/data-source-manager": "2.1.0-alpha.27",
|
|
32
32
|
"sequelize": "6.35.2",
|
|
33
|
-
"@nocobase/logger": "2.1.0-alpha.
|
|
33
|
+
"@nocobase/logger": "2.1.0-alpha.27",
|
|
34
34
|
"mathjs": "15.1.0"
|
|
35
35
|
};
|
|
@@ -1 +1 @@
|
|
|
1
|
-
{"name":"exceljs","version":"4.4.0","description":"Excel Workbook Manager - Read and Write xlsx and csv Files.","private":false,"license":"MIT","author":{"name":"Guyon Roche","email":"guyon@live.com"},"repository":{"type":"git","url":"https://github.com/exceljs/exceljs.git"},"engines":{"node":">=8.3.0"},"main":"./excel.js","browser":"./dist/exceljs.min.js","types":"./index.d.ts","files":["dist","lib","excel.js","LICENSE","README.md","README_zh.md","index.ts","index.d.ts"],"scripts":{"test":"npm run test:full","test:es5":"export EXCEL_BUILD=es5 && npm run test:full","test:full":"npm run build && npm run test:unit && npm run test:integration && npm run test:end-to-end && npm run test:jasmine","test:version":"npm run build && npm run test:unit && npm run test:integration && npm run test:end-to-end && npm run test:browser && npm run test:dist","test:all":"npm run test:native && npm run test:es5","test:native":"npm run test:full","test:unit":"mocha --require spec/config/setup --require spec/config/setup-unit spec/unit --recursive","test:integration":"mocha --require spec/config/setup spec/integration --recursive","test:end-to-end":"mocha --require spec/config/setup spec/end-to-end --recursive","test:browser":"if [ ! -f .disable-test-browser ]; then npm run build && npm run test:jasmine; fi","test:jasmine":"grunt jasmine","test:unit:es5":"export EXCEL_BUILD=es5 && npm run test:unit","test:integration:es5":"export EXCEL_BUILD=es5 && npm run test:integration","test:end-to-end:es5":"export EXCEL_BUILD=es5 && npm run test:end-to-end","test:dist":"mocha --require spec/config/setup spec/dist --recursive","test:manual":"node spec/manual/app.js","test:typescript":"mocha -r ts-node/register spec/typescript/**/*.spec.ts","clean-build":"npm run clean && npm run build","lint":"eslint --format node_modules/eslint-friendly-formatter .","lint:fix":"prettier-eslint --write $(pwd)'/**/*.js'","lint:staged":"lint-staged","clean":"rm -rf build/ && rm -rf dist","benchmark":"node --expose-gc benchmark","benchmark:debug":"node --expose-gc --inspect-brk --trace-deopt benchmark","build":"grunt build","install-build":"npm install && grunt build","preversion":"npm run clean && npm run build && npm run test:version","postversion":"git push --no-verify && git push --tags --no-verify"},"husky":{"hooks":{"pre-commit":"lint-staged"}},"lint-staged":{"*.js":["prettier-eslint --write","eslint --format node_modules/eslint-friendly-formatter","git add"]},"keywords":["xlsx","json","csv","excel","font","border","fill","number","format","number format","alignment","office","spreadsheet","workbook","defined names","data validations","rich text","in-cell format","outlineLevel","views","frozen","split","pageSetup"],"dependencies":{"archiver":"^5.0.0","dayjs":"^1.8.34","fast-csv":"^4.3.1","jszip":"^3.10.1","readable-stream":"^3.6.0","saxes":"^5.0.1","tmp":"^0.2.0","unzipper":"^0.10.11","uuid":"^8.3.0"},"devDependencies":{"@babel/cli":"^7.10.5","@babel/core":"^7.11.4","@babel/preset-env":"^7.11.0","@types/chai":"^4.2.12","@types/mocha":"^8.0.3","@types/node":"^14.11.2","babelify":"^10.0.0","browserify":"^16.5.2","chai":"^4.2.0","chai-datetime":"^1.7.0","chai-xml":"^0.3.2","core-js":"^3.6.5","dirty-chai":"^2.0.1","eslint":"^6.5.1","eslint-config-airbnb-base":"^14.2.0","eslint-config-prettier":"^6.12.0","eslint-friendly-formatter":"^4.0.1","eslint-plugin-import":"^2.22.0","eslint-plugin-node":"^11.1.0","express":"^4.16.4","got":"^9.0.0","grunt":"^1.3.0","grunt-babel":"^8.0.0","grunt-browserify":"^5.3.0","grunt-contrib-copy":"^1.0.0","grunt-contrib-jasmine":"^2.2.0","grunt-contrib-watch":"^1.1.0","grunt-exorcise":"^2.1.1","grunt-terser":"^1.0.0","husky":"^4.3.0","lint-staged":"^10.2.13","mocha":"^7.2.0","prettier-eslint":"^11.0.0","prettier-eslint-cli":"^5.0.0","regenerator-runtime":"^0.13.7","sax":"^1.2.4","ts-node":"^8.10.2","typescript":"^3.9.7"},"_lastModified":"2026-
|
|
1
|
+
{"name":"exceljs","version":"4.4.0","description":"Excel Workbook Manager - Read and Write xlsx and csv Files.","private":false,"license":"MIT","author":{"name":"Guyon Roche","email":"guyon@live.com"},"repository":{"type":"git","url":"https://github.com/exceljs/exceljs.git"},"engines":{"node":">=8.3.0"},"main":"./excel.js","browser":"./dist/exceljs.min.js","types":"./index.d.ts","files":["dist","lib","excel.js","LICENSE","README.md","README_zh.md","index.ts","index.d.ts"],"scripts":{"test":"npm run test:full","test:es5":"export EXCEL_BUILD=es5 && npm run test:full","test:full":"npm run build && npm run test:unit && npm run test:integration && npm run test:end-to-end && npm run test:jasmine","test:version":"npm run build && npm run test:unit && npm run test:integration && npm run test:end-to-end && npm run test:browser && npm run test:dist","test:all":"npm run test:native && npm run test:es5","test:native":"npm run test:full","test:unit":"mocha --require spec/config/setup --require spec/config/setup-unit spec/unit --recursive","test:integration":"mocha --require spec/config/setup spec/integration --recursive","test:end-to-end":"mocha --require spec/config/setup spec/end-to-end --recursive","test:browser":"if [ ! -f .disable-test-browser ]; then npm run build && npm run test:jasmine; fi","test:jasmine":"grunt jasmine","test:unit:es5":"export EXCEL_BUILD=es5 && npm run test:unit","test:integration:es5":"export EXCEL_BUILD=es5 && npm run test:integration","test:end-to-end:es5":"export EXCEL_BUILD=es5 && npm run test:end-to-end","test:dist":"mocha --require spec/config/setup spec/dist --recursive","test:manual":"node spec/manual/app.js","test:typescript":"mocha -r ts-node/register spec/typescript/**/*.spec.ts","clean-build":"npm run clean && npm run build","lint":"eslint --format node_modules/eslint-friendly-formatter .","lint:fix":"prettier-eslint --write $(pwd)'/**/*.js'","lint:staged":"lint-staged","clean":"rm -rf build/ && rm -rf dist","benchmark":"node --expose-gc benchmark","benchmark:debug":"node --expose-gc --inspect-brk --trace-deopt benchmark","build":"grunt build","install-build":"npm install && grunt build","preversion":"npm run clean && npm run build && npm run test:version","postversion":"git push --no-verify && git push --tags --no-verify"},"husky":{"hooks":{"pre-commit":"lint-staged"}},"lint-staged":{"*.js":["prettier-eslint --write","eslint --format node_modules/eslint-friendly-formatter","git add"]},"keywords":["xlsx","json","csv","excel","font","border","fill","number","format","number format","alignment","office","spreadsheet","workbook","defined names","data validations","rich text","in-cell format","outlineLevel","views","frozen","split","pageSetup"],"dependencies":{"archiver":"^5.0.0","dayjs":"^1.8.34","fast-csv":"^4.3.1","jszip":"^3.10.1","readable-stream":"^3.6.0","saxes":"^5.0.1","tmp":"^0.2.0","unzipper":"^0.10.11","uuid":"^8.3.0"},"devDependencies":{"@babel/cli":"^7.10.5","@babel/core":"^7.11.4","@babel/preset-env":"^7.11.0","@types/chai":"^4.2.12","@types/mocha":"^8.0.3","@types/node":"^14.11.2","babelify":"^10.0.0","browserify":"^16.5.2","chai":"^4.2.0","chai-datetime":"^1.7.0","chai-xml":"^0.3.2","core-js":"^3.6.5","dirty-chai":"^2.0.1","eslint":"^6.5.1","eslint-config-airbnb-base":"^14.2.0","eslint-config-prettier":"^6.12.0","eslint-friendly-formatter":"^4.0.1","eslint-plugin-import":"^2.22.0","eslint-plugin-node":"^11.1.0","express":"^4.16.4","got":"^9.0.0","grunt":"^1.3.0","grunt-babel":"^8.0.0","grunt-browserify":"^5.3.0","grunt-contrib-copy":"^1.0.0","grunt-contrib-jasmine":"^2.2.0","grunt-contrib-watch":"^1.1.0","grunt-exorcise":"^2.1.1","grunt-terser":"^1.0.0","husky":"^4.3.0","lint-staged":"^10.2.13","mocha":"^7.2.0","prettier-eslint":"^11.0.0","prettier-eslint-cli":"^5.0.0","regenerator-runtime":"^0.13.7","sax":"^1.2.4","ts-node":"^8.10.2","typescript":"^3.9.7"},"_lastModified":"2026-05-03T08:46:17.798Z"}
|
|
@@ -1 +1 @@
|
|
|
1
|
-
{"name":"xlsx","version":"0.18.5","author":"sheetjs","description":"SheetJS Spreadsheet data parser and writer","keywords":["excel","xls","xlsx","xlsb","xlsm","ods","csv","dbf","dif","sylk","office","spreadsheet"],"bin":{"xlsx":"./bin/xlsx.njs"},"main":"xlsx.js","module":"xlsx.mjs","unpkg":"dist/xlsx.full.min.js","jsdelivr":"dist/xlsx.full.min.js","types":"types/index.d.ts","browser":{"buffer":false,"crypto":false,"stream":false,"process":false,"fs":false},"sideEffects":false,"dependencies":{"adler-32":"~1.3.0","cfb":"~1.2.1","codepage":"~1.15.0","crc-32":"~1.2.1","ssf":"~0.11.2","wmf":"~1.0.1","word":"~0.3.0"},"devDependencies":{"@sheetjs/uglify-js":"~2.7.3","@types/node":"^8.5.9","acorn":"7.4.1","alex":"8.1.1","blanket":"~1.2.3","commander":"~2.17.1","dtslint":"^0.1.2","eslint":"7.23.0","eslint-plugin-html":"^6.1.2","eslint-plugin-json":"^2.1.2","exit-on-epipe":"~1.0.1","fflate":"^0.7.1","jsdom":"~11.1.0","markdown-spellcheck":"^1.3.1","mocha":"~2.5.3","sinon":"^1.17.7","typescript":"2.2.0"},"repository":{"type":"git","url":"git://github.com/SheetJS/sheetjs.git"},"scripts":{"pretest":"npm run lint","test":"npm run tests-only","pretest-only":"git submodule init && git submodule update","tests-only":"make travis","build":"make","lint":"make fullint","dtslint":"dtslint types"},"config":{"blanket":{"pattern":"xlsx.js"}},"alex":{"allow":["chinese","special","simple","just","crash","wtf","holes"]},"homepage":"https://sheetjs.com/","bugs":{"url":"https://github.com/SheetJS/sheetjs/issues"},"license":"Apache-2.0","engines":{"node":">=0.8"},"_lastModified":"2026-
|
|
1
|
+
{"name":"xlsx","version":"0.18.5","author":"sheetjs","description":"SheetJS Spreadsheet data parser and writer","keywords":["excel","xls","xlsx","xlsb","xlsm","ods","csv","dbf","dif","sylk","office","spreadsheet"],"bin":{"xlsx":"./bin/xlsx.njs"},"main":"xlsx.js","module":"xlsx.mjs","unpkg":"dist/xlsx.full.min.js","jsdelivr":"dist/xlsx.full.min.js","types":"types/index.d.ts","browser":{"buffer":false,"crypto":false,"stream":false,"process":false,"fs":false},"sideEffects":false,"dependencies":{"adler-32":"~1.3.0","cfb":"~1.2.1","codepage":"~1.15.0","crc-32":"~1.2.1","ssf":"~0.11.2","wmf":"~1.0.1","word":"~0.3.0"},"devDependencies":{"@sheetjs/uglify-js":"~2.7.3","@types/node":"^8.5.9","acorn":"7.4.1","alex":"8.1.1","blanket":"~1.2.3","commander":"~2.17.1","dtslint":"^0.1.2","eslint":"7.23.0","eslint-plugin-html":"^6.1.2","eslint-plugin-json":"^2.1.2","exit-on-epipe":"~1.0.1","fflate":"^0.7.1","jsdom":"~11.1.0","markdown-spellcheck":"^1.3.1","mocha":"~2.5.3","sinon":"^1.17.7","typescript":"2.2.0"},"repository":{"type":"git","url":"git://github.com/SheetJS/sheetjs.git"},"scripts":{"pretest":"npm run lint","test":"npm run tests-only","pretest-only":"git submodule init && git submodule update","tests-only":"make travis","build":"make","lint":"make fullint","dtslint":"dtslint types"},"config":{"blanket":{"pattern":"xlsx.js"}},"alex":{"allow":["chinese","special","simple","just","crash","wtf","holes"]},"homepage":"https://sheetjs.com/","bugs":{"url":"https://github.com/SheetJS/sheetjs/issues"},"license":"Apache-2.0","engines":{"node":">=0.8"},"_lastModified":"2026-05-03T08:46:20.261Z"}
|
|
@@ -58,7 +58,7 @@ export declare class XlsxImporter extends EventEmitter {
|
|
|
58
58
|
protected validateColumns(ctx?: Context): void;
|
|
59
59
|
performImport(data: string[][], options?: RunOptions): Promise<any>;
|
|
60
60
|
protected getModel(): typeof Model;
|
|
61
|
-
handleRowValuesWithColumns(row: any, rowValues: any, options: RunOptions, columns: ImportColumn[]): Promise<void>;
|
|
61
|
+
handleRowValuesWithColumns(row: any, rowValues: any, options: RunOptions, columns: ImportColumn[], rowIndex?: number): Promise<void>;
|
|
62
62
|
handleChuckRows(chunkRows: string[][], runOptions?: RunOptions, options?: {
|
|
63
63
|
handingRowIndex: number;
|
|
64
64
|
context: any;
|
|
@@ -257,6 +257,7 @@ class XlsxImporter extends import_events.default {
|
|
|
257
257
|
let chunkRows;
|
|
258
258
|
while ((chunkRows = chunks.shift()) !== void 0) {
|
|
259
259
|
await this.handleChuckRows(chunkRows, options, { handingRowIndex, context: options == null ? void 0 : options.context });
|
|
260
|
+
handingRowIndex += chunkRows.length;
|
|
260
261
|
imported += chunkRows.length;
|
|
261
262
|
this.emit("progress", {
|
|
262
263
|
total,
|
|
@@ -268,8 +269,7 @@ class XlsxImporter extends import_events.default {
|
|
|
268
269
|
getModel() {
|
|
269
270
|
return this.repository instanceof import_database.RelationRepository ? this.repository.targetModel : this.repository.model;
|
|
270
271
|
}
|
|
271
|
-
async handleRowValuesWithColumns(row, rowValues, options, columns) {
|
|
272
|
-
var _a;
|
|
272
|
+
async handleRowValuesWithColumns(row, rowValues, options, columns, rowIndex = 1) {
|
|
273
273
|
for (let index = 0; index < columns.length; index++) {
|
|
274
274
|
const column = columns[index];
|
|
275
275
|
const field = this.options.collection.getField(column.dataIndex[0]);
|
|
@@ -301,7 +301,7 @@ class XlsxImporter extends import_events.default {
|
|
|
301
301
|
rowValues[dataKey] = str == null ? null : await interfaceInstance.toValue(this.trimString(str), ctx);
|
|
302
302
|
} catch (error) {
|
|
303
303
|
throw new import_errors.ImportValidationError("Failed to parse field {{field}} in row {{rowIndex}}: {{message}}", {
|
|
304
|
-
rowIndex
|
|
304
|
+
rowIndex,
|
|
305
305
|
field: dataKey,
|
|
306
306
|
message: error.message
|
|
307
307
|
});
|
|
@@ -317,7 +317,7 @@ class XlsxImporter extends import_events.default {
|
|
|
317
317
|
}
|
|
318
318
|
async handleChuckRows(chunkRows, runOptions, options) {
|
|
319
319
|
var _a, _b;
|
|
320
|
-
|
|
320
|
+
const { handingRowIndex: chunkStartRowIndex = 1 } = options;
|
|
321
321
|
const db = this.options.collectionManager.db;
|
|
322
322
|
const externalTransaction = runOptions == null ? void 0 : runOptions.transaction;
|
|
323
323
|
const transaction = externalTransaction || (db ? await db.sequelize.transaction() : null);
|
|
@@ -332,10 +332,13 @@ class XlsxImporter extends import_events.default {
|
|
|
332
332
|
}
|
|
333
333
|
};
|
|
334
334
|
const rows = [];
|
|
335
|
+
let inChunkRowIndex = 0;
|
|
335
336
|
try {
|
|
336
|
-
for (
|
|
337
|
+
for (let i = 0; i < chunkRows.length; i++) {
|
|
338
|
+
inChunkRowIndex = i;
|
|
339
|
+
const row = chunkRows[i];
|
|
337
340
|
const rowValues = {};
|
|
338
|
-
await this.handleRowValuesWithColumns(row, rowValues, chunkRunOptions, columns);
|
|
341
|
+
await this.handleRowValuesWithColumns(row, rowValues, chunkRunOptions, columns, chunkStartRowIndex + i);
|
|
339
342
|
rows.push({
|
|
340
343
|
...this.options.rowDefaultValues || {},
|
|
341
344
|
...rowValues
|
|
@@ -350,7 +353,6 @@ class XlsxImporter extends import_events.default {
|
|
|
350
353
|
"Record insertion completed in {time}ms"
|
|
351
354
|
);
|
|
352
355
|
await new Promise((resolve) => setTimeout(resolve, 5));
|
|
353
|
-
handingRowIndex += chunkRows.length;
|
|
354
356
|
if (!externalTransaction) {
|
|
355
357
|
await (transaction == null ? void 0 : transaction.commit());
|
|
356
358
|
}
|
|
@@ -364,18 +366,18 @@ class XlsxImporter extends import_events.default {
|
|
|
364
366
|
if (error.name === "SequelizeUniqueConstraintError") {
|
|
365
367
|
throw new Error(`${translate("Unique constraint error, fields:")} ${JSON.stringify(error.fields)}`);
|
|
366
368
|
}
|
|
369
|
+
const failedRowIndex = chunkStartRowIndex + inChunkRowIndex;
|
|
367
370
|
if ((_a = error.params) == null ? void 0 : _a.rowIndex) {
|
|
368
|
-
|
|
369
|
-
error.params.rowIndex = handingRowIndex;
|
|
371
|
+
error.params.rowIndex = failedRowIndex;
|
|
370
372
|
}
|
|
371
|
-
(_b = this.logger) == null ? void 0 : _b.error(`Import error at row ${
|
|
372
|
-
rowIndex:
|
|
373
|
-
rowData:
|
|
373
|
+
(_b = this.logger) == null ? void 0 : _b.error(`Import error at row ${failedRowIndex}: ${error.message}`, {
|
|
374
|
+
rowIndex: failedRowIndex,
|
|
375
|
+
rowData: chunkRows[inChunkRowIndex],
|
|
374
376
|
originalError: error.stack || error.toString()
|
|
375
377
|
});
|
|
376
|
-
throw new import_errors.ImportError(`Import failed at row ${
|
|
377
|
-
rowIndex:
|
|
378
|
-
rowData:
|
|
378
|
+
throw new import_errors.ImportError(`Import failed at row ${failedRowIndex}`, {
|
|
379
|
+
rowIndex: failedRowIndex,
|
|
380
|
+
rowData: chunkRows[inChunkRowIndex],
|
|
379
381
|
cause: error
|
|
380
382
|
});
|
|
381
383
|
}
|
package/package.json
CHANGED
|
@@ -6,7 +6,7 @@
|
|
|
6
6
|
"description": "Import records using excel templates. You can configure which fields to import and templates will be generated automatically.",
|
|
7
7
|
"description.ru-RU": "Импорт записей с помощью шаблонов Excel: можно настроить, какие поля импортировать, шаблоны будут генерироваться автоматически.",
|
|
8
8
|
"description.zh-CN": "使用 Excel 模板导入数据,可以配置导入哪些字段,自动生成模板。",
|
|
9
|
-
"version": "2.1.0-alpha.
|
|
9
|
+
"version": "2.1.0-alpha.27",
|
|
10
10
|
"license": "Apache-2.0",
|
|
11
11
|
"main": "./dist/server/index.js",
|
|
12
12
|
"homepage": "https://docs.nocobase.com/handbook/action-import",
|
|
@@ -46,7 +46,7 @@
|
|
|
46
46
|
"@nocobase/test": "2.x",
|
|
47
47
|
"@nocobase/utils": "2.x"
|
|
48
48
|
},
|
|
49
|
-
"gitHead": "
|
|
49
|
+
"gitHead": "a340a88d86d3ff7e06d723215b02aa3c122f4870",
|
|
50
50
|
"keywords": [
|
|
51
51
|
"Actions"
|
|
52
52
|
]
|