@kmkf-fe-packages/kmkf-utils 2.0.54-beta.54 → 2.0.54-beta.56
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.
|
@@ -9,7 +9,7 @@ export declare const BS_SYSTEM_ORDER_CONFIG: {
|
|
|
9
9
|
}[];
|
|
10
10
|
};
|
|
11
11
|
export declare const bsOrderBackFormValues: (detail?: any, templateDetail?: any) => any;
|
|
12
|
-
export declare const specialCascader = "
|
|
12
|
+
export declare const specialCascader = "UUsRPqUBtA";
|
|
13
13
|
export declare const hasQualityValue: (value: any[], uniqueKey: string, componentConfig: Record<any, string>) => boolean;
|
|
14
14
|
export declare const bsOrderTransform: ({ detail, componentDtoList, form }: any) => {
|
|
15
15
|
bsSystemOrder: {
|
|
@@ -285,7 +285,7 @@ export var bsOrderBackFormValues = function bsOrderBackFormValues() {
|
|
|
285
285
|
}, {});
|
|
286
286
|
};
|
|
287
287
|
// 花西子特定自定义组件 写死
|
|
288
|
-
export var specialCascader = "
|
|
288
|
+
export var specialCascader = "UUsRPqUBtA";
|
|
289
289
|
// 花西子定制需求对应的问题场景自定义多级下拉组件uniqueKey
|
|
290
290
|
|
|
291
291
|
export var hasQualityValue = function hasQualityValue(value, uniqueKey, componentConfig) {
|
package/package.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@kmkf-fe-packages/kmkf-utils",
|
|
3
|
-
"version": "2.0.54-beta.
|
|
3
|
+
"version": "2.0.54-beta.56",
|
|
4
4
|
"module": "dist/esm/index.js",
|
|
5
5
|
"typings": "dist/esm/index.d.ts",
|
|
6
6
|
"files": [
|
|
@@ -41,7 +41,7 @@
|
|
|
41
41
|
"publishConfig": {
|
|
42
42
|
"access": "public"
|
|
43
43
|
},
|
|
44
|
-
"gitHead": "
|
|
44
|
+
"gitHead": "2cc80b8222126e8c2a4c4ce9738a1449f2821aa3",
|
|
45
45
|
"gitHooks": {
|
|
46
46
|
"pre-commit": "lint-staged"
|
|
47
47
|
}
|