@ibiz-template/runtime 0.7.41-alpha.76 → 0.7.41-alpha.77
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 +3 -1
- package/dist/index.system.min.js +1 -1
- package/out/config/global-config.d.ts.map +1 -1
- package/out/config/global-config.js +2 -0
- package/out/interface/api/common/global-config/i-api-global-common-config.d.ts +16 -0
- package/out/interface/api/common/global-config/i-api-global-common-config.d.ts.map +1 -1
- package/package.json +2 -2
package/dist/index.esm.js
CHANGED
|
@@ -19443,7 +19443,9 @@ var GlobalConfig = class {
|
|
|
19443
19443
|
reRankDefaultValue: 2,
|
|
19444
19444
|
maxChunksDefaultValue: 10,
|
|
19445
19445
|
chunkThresholdDefaultValue: 0.1,
|
|
19446
|
-
enableAsyncActionNotice: false
|
|
19446
|
+
enableAsyncActionNotice: false,
|
|
19447
|
+
aiChunkView: "",
|
|
19448
|
+
aiChunkEntity: ""
|
|
19447
19449
|
};
|
|
19448
19450
|
// 全局分页流布局配置
|
|
19449
19451
|
this.drtab = {
|