@dazhicheng/ui 1.5.136 → 1.5.138
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.
|
@@ -94,7 +94,7 @@ type FormSchemasLinkBuilder = {
|
|
|
94
94
|
/** 设置表单场景 */
|
|
95
95
|
scene(scene: FormScene): FormSchemasLinkBuilder;
|
|
96
96
|
/** 指定需要请求和构建的字段类型,默认包含全部 DataType */
|
|
97
|
-
codes(codes:
|
|
97
|
+
codes(codes: BudinessDataType[]): FormSchemasLinkBuilder;
|
|
98
98
|
/** 使用外部数据源,跳过内部接口请求 */
|
|
99
99
|
dataSource(dataSource: MaybeRef<DataPermissionOptionsMap | undefined>): FormSchemasLinkBuilder;
|
|
100
100
|
/** 覆盖单个字段配置 */
|
package/dist/index.js
CHANGED
|
@@ -58249,7 +58249,14 @@ function aO(e) {
|
|
|
58249
58249
|
reload: c
|
|
58250
58250
|
};
|
|
58251
58251
|
}
|
|
58252
|
-
const Et = "all", lO = { label: "全部", value: Et }, ax = [
|
|
58252
|
+
const Et = "all", lO = { label: "全部", value: Et }, ax = [
|
|
58253
|
+
"platformId",
|
|
58254
|
+
"shopId",
|
|
58255
|
+
"purchasePlaceId",
|
|
58256
|
+
"businessType",
|
|
58257
|
+
"lockUserId",
|
|
58258
|
+
"userId"
|
|
58259
|
+
], sO = {
|
|
58253
58260
|
platformId: "platformIds",
|
|
58254
58261
|
shopId: "shopIds",
|
|
58255
58262
|
purchasePlaceId: "purchasePlaceId",
|
package/package.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@dazhicheng/ui",
|
|
3
|
-
"version": "1.5.
|
|
3
|
+
"version": "1.5.138",
|
|
4
4
|
"description": "",
|
|
5
5
|
"main": "./dist/index.js",
|
|
6
6
|
"module": "./dist/index.js",
|
|
@@ -47,8 +47,8 @@
|
|
|
47
47
|
"sortablejs": "^1.15.7",
|
|
48
48
|
"vee-validate": "^4.15.1",
|
|
49
49
|
"zod": "^4.3.6",
|
|
50
|
-
"@dazhicheng/
|
|
51
|
-
"@dazhicheng/
|
|
50
|
+
"@dazhicheng/hooks": "1.4.36",
|
|
51
|
+
"@dazhicheng/utils": "1.3.35"
|
|
52
52
|
},
|
|
53
53
|
"peerDependencies": {
|
|
54
54
|
"@element-plus/icons-vue": "^2.3.2",
|