@questwork/q-utilities 0.1.35 → 0.1.36
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/q-utilities.cjs
CHANGED
|
@@ -2533,7 +2533,10 @@ class ExcelImportHelper {
|
|
|
2533
2533
|
name: dataSource.name,
|
|
2534
2534
|
data: [],
|
|
2535
2535
|
checkResultConfig: dataSource.checkResultConfig,
|
|
2536
|
-
saveResultConfig: dataSource.saveResultConfig
|
|
2536
|
+
saveResultConfig: dataSource.saveResultConfig,
|
|
2537
|
+
orphanBehavior: dataSource.orphanBehavior,
|
|
2538
|
+
notExistBehavior: dataSource.notExistBehavior,
|
|
2539
|
+
existBehavior: dataSource.existBehavior
|
|
2537
2540
|
});
|
|
2538
2541
|
for (let rowIndex = 0; rowIndex < worksheetData.length; rowIndex++) {
|
|
2539
2542
|
const row = worksheetData[rowIndex];
|
package/dist/q-utilities.esm.js
CHANGED
|
@@ -2531,7 +2531,10 @@ class ExcelImportHelper {
|
|
|
2531
2531
|
name: dataSource.name,
|
|
2532
2532
|
data: [],
|
|
2533
2533
|
checkResultConfig: dataSource.checkResultConfig,
|
|
2534
|
-
saveResultConfig: dataSource.saveResultConfig
|
|
2534
|
+
saveResultConfig: dataSource.saveResultConfig,
|
|
2535
|
+
orphanBehavior: dataSource.orphanBehavior,
|
|
2536
|
+
notExistBehavior: dataSource.notExistBehavior,
|
|
2537
|
+
existBehavior: dataSource.existBehavior
|
|
2535
2538
|
});
|
|
2536
2539
|
for (let rowIndex = 0; rowIndex < worksheetData.length; rowIndex++) {
|
|
2537
2540
|
const row = worksheetData[rowIndex];
|
package/dist/q-utilities.iife.js
CHANGED
|
@@ -2533,7 +2533,10 @@ ${index2 + 1}. Character: ${JSON.stringify(match.character)}`);
|
|
|
2533
2533
|
name: dataSource.name,
|
|
2534
2534
|
data: [],
|
|
2535
2535
|
checkResultConfig: dataSource.checkResultConfig,
|
|
2536
|
-
saveResultConfig: dataSource.saveResultConfig
|
|
2536
|
+
saveResultConfig: dataSource.saveResultConfig,
|
|
2537
|
+
orphanBehavior: dataSource.orphanBehavior,
|
|
2538
|
+
notExistBehavior: dataSource.notExistBehavior,
|
|
2539
|
+
existBehavior: dataSource.existBehavior
|
|
2537
2540
|
});
|
|
2538
2541
|
for (let rowIndex = 0; rowIndex < worksheetData.length; rowIndex++) {
|
|
2539
2542
|
const row = worksheetData[rowIndex];
|
package/dist/q-utilities.umd.js
CHANGED
|
@@ -2535,7 +2535,10 @@ ${index2 + 1}. Character: ${JSON.stringify(match.character)}`);
|
|
|
2535
2535
|
name: dataSource.name,
|
|
2536
2536
|
data: [],
|
|
2537
2537
|
checkResultConfig: dataSource.checkResultConfig,
|
|
2538
|
-
saveResultConfig: dataSource.saveResultConfig
|
|
2538
|
+
saveResultConfig: dataSource.saveResultConfig,
|
|
2539
|
+
orphanBehavior: dataSource.orphanBehavior,
|
|
2540
|
+
notExistBehavior: dataSource.notExistBehavior,
|
|
2541
|
+
existBehavior: dataSource.existBehavior
|
|
2539
2542
|
});
|
|
2540
2543
|
for (let rowIndex = 0; rowIndex < worksheetData.length; rowIndex++) {
|
|
2541
2544
|
const row = worksheetData[rowIndex];
|