@bit-sun/business-component 3.2.3 → 3.2.4
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/index.esm.js
CHANGED
|
@@ -16193,7 +16193,8 @@ var BsSulaQueryTable = (function (props) {
|
|
|
16193
16193
|
return _objectSpread2(_objectSpread2({}, config), {}, {
|
|
16194
16194
|
summary: props.summary,
|
|
16195
16195
|
summaryList: props.summaryList ? getTableSummaryInfo : undefined,
|
|
16196
|
-
statusMapping: props.statusMapping
|
|
16196
|
+
statusMapping: props.statusMapping,
|
|
16197
|
+
isBsSulaQueryTable: true
|
|
16197
16198
|
});
|
|
16198
16199
|
}, [
|
|
16199
16200
|
// value,
|
package/dist/index.js
CHANGED
|
@@ -16216,7 +16216,8 @@ var BsSulaQueryTable = (function (props) {
|
|
|
16216
16216
|
return _objectSpread2(_objectSpread2({}, config), {}, {
|
|
16217
16217
|
summary: props.summary,
|
|
16218
16218
|
summaryList: props.summaryList ? getTableSummaryInfo : undefined,
|
|
16219
|
-
statusMapping: props.statusMapping
|
|
16219
|
+
statusMapping: props.statusMapping,
|
|
16220
|
+
isBsSulaQueryTable: true
|
|
16220
16221
|
});
|
|
16221
16222
|
}, [
|
|
16222
16223
|
// value,
|
package/package.json
CHANGED
|
@@ -730,6 +730,7 @@ const getSettingFieldOrColumn = (savedConfig, originConfig, type: string) => {
|
|
|
730
730
|
summary: props.summary,
|
|
731
731
|
summaryList: props.summaryList ? getTableSummaryInfo : undefined,
|
|
732
732
|
statusMapping: props.statusMapping,
|
|
733
|
+
isBsSulaQueryTable: true,
|
|
733
734
|
}),
|
|
734
735
|
[
|
|
735
736
|
// value,
|