iv-npm 1.2.34 → 1.2.35
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/package.json +1 -1
- package/packages/ui/dist/business-ui/component/IVMaterialTypeDropdown.d.ts +17 -0
- package/packages/ui/dist/business-ui/component/IVOrgDropdown.d.ts +17 -0
- package/packages/ui/dist/business-ui/component/IVSetofbookDropdown.d.ts +17 -0
- package/packages/ui/dist/index.cjs.js +92 -28
- package/packages/ui/dist/index.esm.js +92 -28
- package/packages/ui/dist/index.umd.js +92 -28
- package/packages/ui/dist/index.umd.js.map +1 -1
package/package.json
CHANGED
|
@@ -14,6 +14,14 @@ declare const _default: import("vue").DefineComponent<{
|
|
|
14
14
|
type: ObjectConstructor;
|
|
15
15
|
required: false;
|
|
16
16
|
};
|
|
17
|
+
fieldNames: {
|
|
18
|
+
type: null;
|
|
19
|
+
required: false;
|
|
20
|
+
default: () => {
|
|
21
|
+
label: string;
|
|
22
|
+
value: string;
|
|
23
|
+
};
|
|
24
|
+
};
|
|
17
25
|
replaceFields: {
|
|
18
26
|
type: null;
|
|
19
27
|
required: false;
|
|
@@ -91,6 +99,14 @@ declare const _default: import("vue").DefineComponent<{
|
|
|
91
99
|
type: ObjectConstructor;
|
|
92
100
|
required: false;
|
|
93
101
|
};
|
|
102
|
+
fieldNames: {
|
|
103
|
+
type: null;
|
|
104
|
+
required: false;
|
|
105
|
+
default: () => {
|
|
106
|
+
label: string;
|
|
107
|
+
value: string;
|
|
108
|
+
};
|
|
109
|
+
};
|
|
94
110
|
replaceFields: {
|
|
95
111
|
type: null;
|
|
96
112
|
required: false;
|
|
@@ -157,6 +173,7 @@ declare const _default: import("vue").DefineComponent<{
|
|
|
157
173
|
"onUpdate:value"?: ((...args: any[]) => any) | undefined;
|
|
158
174
|
onChange?: ((...args: any[]) => any) | undefined;
|
|
159
175
|
}, {
|
|
176
|
+
fieldNames: any;
|
|
160
177
|
replaceFields: any;
|
|
161
178
|
labelCol: Record<string, any>;
|
|
162
179
|
wrapperCol: Record<string, any>;
|
|
@@ -14,6 +14,14 @@ declare const _default: import("vue").DefineComponent<{
|
|
|
14
14
|
type: ObjectConstructor;
|
|
15
15
|
required: false;
|
|
16
16
|
};
|
|
17
|
+
fieldNames: {
|
|
18
|
+
type: null;
|
|
19
|
+
required: false;
|
|
20
|
+
default: () => {
|
|
21
|
+
label: string;
|
|
22
|
+
value: string;
|
|
23
|
+
};
|
|
24
|
+
};
|
|
17
25
|
replaceFields: {
|
|
18
26
|
type: null;
|
|
19
27
|
required: false;
|
|
@@ -83,6 +91,14 @@ declare const _default: import("vue").DefineComponent<{
|
|
|
83
91
|
type: ObjectConstructor;
|
|
84
92
|
required: false;
|
|
85
93
|
};
|
|
94
|
+
fieldNames: {
|
|
95
|
+
type: null;
|
|
96
|
+
required: false;
|
|
97
|
+
default: () => {
|
|
98
|
+
label: string;
|
|
99
|
+
value: string;
|
|
100
|
+
};
|
|
101
|
+
};
|
|
86
102
|
replaceFields: {
|
|
87
103
|
type: null;
|
|
88
104
|
required: false;
|
|
@@ -141,6 +157,7 @@ declare const _default: import("vue").DefineComponent<{
|
|
|
141
157
|
"onUpdate:value"?: ((...args: any[]) => any) | undefined;
|
|
142
158
|
onChange?: ((...args: any[]) => any) | undefined;
|
|
143
159
|
}, {
|
|
160
|
+
fieldNames: any;
|
|
144
161
|
replaceFields: any;
|
|
145
162
|
inputStyle: Record<string, any>;
|
|
146
163
|
isRequired: boolean;
|
|
@@ -14,6 +14,14 @@ declare const _default: import("vue").DefineComponent<{
|
|
|
14
14
|
type: ObjectConstructor;
|
|
15
15
|
required: false;
|
|
16
16
|
};
|
|
17
|
+
fieldNames: {
|
|
18
|
+
type: null;
|
|
19
|
+
required: false;
|
|
20
|
+
default: () => {
|
|
21
|
+
label: string;
|
|
22
|
+
value: string;
|
|
23
|
+
};
|
|
24
|
+
};
|
|
17
25
|
replaceFields: {
|
|
18
26
|
type: null;
|
|
19
27
|
required: false;
|
|
@@ -91,6 +99,14 @@ declare const _default: import("vue").DefineComponent<{
|
|
|
91
99
|
type: ObjectConstructor;
|
|
92
100
|
required: false;
|
|
93
101
|
};
|
|
102
|
+
fieldNames: {
|
|
103
|
+
type: null;
|
|
104
|
+
required: false;
|
|
105
|
+
default: () => {
|
|
106
|
+
label: string;
|
|
107
|
+
value: string;
|
|
108
|
+
};
|
|
109
|
+
};
|
|
94
110
|
replaceFields: {
|
|
95
111
|
type: null;
|
|
96
112
|
required: false;
|
|
@@ -157,6 +173,7 @@ declare const _default: import("vue").DefineComponent<{
|
|
|
157
173
|
"onUpdate:value"?: ((...args: any[]) => any) | undefined;
|
|
158
174
|
onChange?: ((...args: any[]) => any) | undefined;
|
|
159
175
|
}, {
|
|
176
|
+
fieldNames: any;
|
|
160
177
|
replaceFields: any;
|
|
161
178
|
inputStyle: Record<string, any>;
|
|
162
179
|
wrapperCol: Record<string, any>;
|
|
@@ -1511,6 +1511,16 @@ var script$l = /*#__PURE__*/vue.defineComponent({
|
|
|
1511
1511
|
type: Object,
|
|
1512
1512
|
required: false
|
|
1513
1513
|
},
|
|
1514
|
+
fieldNames: {
|
|
1515
|
+
type: null,
|
|
1516
|
+
required: false,
|
|
1517
|
+
"default": function _default() {
|
|
1518
|
+
return {
|
|
1519
|
+
label: "name",
|
|
1520
|
+
value: "id"
|
|
1521
|
+
};
|
|
1522
|
+
}
|
|
1523
|
+
},
|
|
1514
1524
|
replaceFields: {
|
|
1515
1525
|
type: null,
|
|
1516
1526
|
required: false,
|
|
@@ -1624,6 +1634,9 @@ var script$l = /*#__PURE__*/vue.defineComponent({
|
|
|
1624
1634
|
emit("update:value", value);
|
|
1625
1635
|
}
|
|
1626
1636
|
});
|
|
1637
|
+
var filterOption = vue.computed(function () {
|
|
1638
|
+
return filterOptionHeadle(props.fieldNames.label);
|
|
1639
|
+
});
|
|
1627
1640
|
/**
|
|
1628
1641
|
* 侦听器-------------------------------------
|
|
1629
1642
|
* */
|
|
@@ -1686,16 +1699,17 @@ var script$l = /*#__PURE__*/vue.defineComponent({
|
|
|
1686
1699
|
allowClear: !__props.isRequired,
|
|
1687
1700
|
showSearch: "",
|
|
1688
1701
|
multiple: __props.multiple,
|
|
1689
|
-
|
|
1702
|
+
filterOption: vue.unref(filterOption),
|
|
1690
1703
|
treeDefaultExpandAll: "",
|
|
1691
1704
|
style: __props.inputStyle,
|
|
1692
1705
|
onChange: _cache[1] || (_cache[1] = function ($event) {
|
|
1693
1706
|
return _ctx.$emit('change', $event);
|
|
1694
1707
|
}),
|
|
1708
|
+
fieldNames: __props.fieldNames,
|
|
1695
1709
|
replaceFields: __props.replaceFields
|
|
1696
1710
|
}), null, 16
|
|
1697
1711
|
/* FULL_PROPS */
|
|
1698
|
-
, ["value", "tree-data", "getPopupContainer", "placeholder", "allowClear", "multiple", "
|
|
1712
|
+
, ["value", "tree-data", "getPopupContainer", "placeholder", "allowClear", "multiple", "filterOption", "style", "fieldNames", "replaceFields"])];
|
|
1699
1713
|
}),
|
|
1700
1714
|
_: 1
|
|
1701
1715
|
/* STABLE */
|
|
@@ -1851,6 +1865,9 @@ var script$k = /*#__PURE__*/vue.defineComponent({
|
|
|
1851
1865
|
emit("update:value", value);
|
|
1852
1866
|
}
|
|
1853
1867
|
});
|
|
1868
|
+
var filterOption = vue.computed(function () {
|
|
1869
|
+
return filterOptionHeadle(props.fieldNames.label);
|
|
1870
|
+
});
|
|
1854
1871
|
/**
|
|
1855
1872
|
* 侦听器-------------------------------------
|
|
1856
1873
|
* */
|
|
@@ -1916,10 +1933,10 @@ var script$k = /*#__PURE__*/vue.defineComponent({
|
|
|
1916
1933
|
onChange: _cache[1] || (_cache[1] = function ($event) {
|
|
1917
1934
|
return _ctx.$emit('change', $event);
|
|
1918
1935
|
}),
|
|
1919
|
-
|
|
1936
|
+
filterOption: vue.unref(filterOption)
|
|
1920
1937
|
}), null, 16
|
|
1921
1938
|
/* FULL_PROPS */
|
|
1922
|
-
, ["value", "getPopupContainer", "style", "placeholder", "options", "mode", "fieldNames", "allowClear", "
|
|
1939
|
+
, ["value", "getPopupContainer", "style", "placeholder", "options", "mode", "fieldNames", "allowClear", "filterOption"])];
|
|
1923
1940
|
}),
|
|
1924
1941
|
_: 1
|
|
1925
1942
|
/* STABLE */
|
|
@@ -2072,6 +2089,9 @@ var script$j = /*#__PURE__*/vue.defineComponent({
|
|
|
2072
2089
|
emit("update:value", value);
|
|
2073
2090
|
}
|
|
2074
2091
|
});
|
|
2092
|
+
var filterOption = vue.computed(function () {
|
|
2093
|
+
return filterOptionHeadle(props.fieldNames.label);
|
|
2094
|
+
});
|
|
2075
2095
|
/**
|
|
2076
2096
|
* 侦听器-------------------------------------
|
|
2077
2097
|
* */
|
|
@@ -2136,10 +2156,10 @@ var script$j = /*#__PURE__*/vue.defineComponent({
|
|
|
2136
2156
|
onChange: _cache[1] || (_cache[1] = function ($event) {
|
|
2137
2157
|
return _ctx.$emit('change', $event);
|
|
2138
2158
|
}),
|
|
2139
|
-
|
|
2159
|
+
filterOption: vue.unref(filterOption)
|
|
2140
2160
|
}), null, 16
|
|
2141
2161
|
/* FULL_PROPS */
|
|
2142
|
-
, ["getPopupContainer", "value", "style", "placeholder", "options", "mode", "fieldNames", "allowClear", "
|
|
2162
|
+
, ["getPopupContainer", "value", "style", "placeholder", "options", "mode", "fieldNames", "allowClear", "filterOption"])];
|
|
2143
2163
|
}),
|
|
2144
2164
|
_: 1
|
|
2145
2165
|
/* STABLE */
|
|
@@ -2179,6 +2199,16 @@ var script$i = /*#__PURE__*/vue.defineComponent({
|
|
|
2179
2199
|
type: Object,
|
|
2180
2200
|
required: false
|
|
2181
2201
|
},
|
|
2202
|
+
fieldNames: {
|
|
2203
|
+
type: null,
|
|
2204
|
+
required: false,
|
|
2205
|
+
"default": function _default() {
|
|
2206
|
+
return {
|
|
2207
|
+
label: "name",
|
|
2208
|
+
value: "id"
|
|
2209
|
+
};
|
|
2210
|
+
}
|
|
2211
|
+
},
|
|
2182
2212
|
replaceFields: {
|
|
2183
2213
|
type: null,
|
|
2184
2214
|
required: false,
|
|
@@ -2302,6 +2332,9 @@ var script$i = /*#__PURE__*/vue.defineComponent({
|
|
|
2302
2332
|
emit("update:value", value);
|
|
2303
2333
|
}
|
|
2304
2334
|
});
|
|
2335
|
+
var filterOption = vue.computed(function () {
|
|
2336
|
+
return filterOptionHeadle(props.fieldNames.label);
|
|
2337
|
+
});
|
|
2305
2338
|
/**
|
|
2306
2339
|
* 侦听器-------------------------------------
|
|
2307
2340
|
* */
|
|
@@ -2364,7 +2397,8 @@ var script$i = /*#__PURE__*/vue.defineComponent({
|
|
|
2364
2397
|
showArrow: "",
|
|
2365
2398
|
showSearch: "",
|
|
2366
2399
|
allowClear: !__props.isRequired,
|
|
2367
|
-
|
|
2400
|
+
filterOption: vue.unref(filterOption),
|
|
2401
|
+
fieldNames: __props.fieldNames,
|
|
2368
2402
|
multiple: __props.multiple,
|
|
2369
2403
|
treeDefaultExpandAll: "",
|
|
2370
2404
|
style: __props.inputStyle,
|
|
@@ -2374,7 +2408,7 @@ var script$i = /*#__PURE__*/vue.defineComponent({
|
|
|
2374
2408
|
replaceFields: __props.replaceFields
|
|
2375
2409
|
}), null, 16
|
|
2376
2410
|
/* FULL_PROPS */
|
|
2377
|
-
, ["value", "tree-data", "getPopupContainer", "placeholder", "allowClear", "
|
|
2411
|
+
, ["value", "tree-data", "getPopupContainer", "placeholder", "allowClear", "filterOption", "fieldNames", "multiple", "style", "replaceFields"]), vue.createElementVNode("span", _hoisted_2$9, [vue.renderSlot(_ctx.$slots, "notes")])];
|
|
2378
2412
|
}),
|
|
2379
2413
|
_: 3
|
|
2380
2414
|
/* FORWARDED */
|
|
@@ -2522,6 +2556,9 @@ var script$h = /*#__PURE__*/vue.defineComponent({
|
|
|
2522
2556
|
emit("update:value", value);
|
|
2523
2557
|
}
|
|
2524
2558
|
});
|
|
2559
|
+
var filterOption = vue.computed(function () {
|
|
2560
|
+
return filterOptionHeadle(props.fieldNames.label);
|
|
2561
|
+
});
|
|
2525
2562
|
/**
|
|
2526
2563
|
* 侦听器-------------------------------------
|
|
2527
2564
|
* */
|
|
@@ -2583,14 +2620,14 @@ var script$h = /*#__PURE__*/vue.defineComponent({
|
|
|
2583
2620
|
mode: __props.multiple ? 'multiple' : '',
|
|
2584
2621
|
showArrow: "",
|
|
2585
2622
|
options: dataV.value,
|
|
2586
|
-
|
|
2623
|
+
filterOption: vue.unref(filterOption),
|
|
2587
2624
|
onChange: _cache[1] || (_cache[1] = function ($event) {
|
|
2588
2625
|
return _ctx.$emit('change', $event);
|
|
2589
2626
|
}),
|
|
2590
2627
|
fieldNames: __props.fieldNames
|
|
2591
2628
|
}), null, 16
|
|
2592
2629
|
/* FULL_PROPS */
|
|
2593
|
-
, ["value", "getPopupContainer", "allowClear", "style", "placeholder", "mode", "options", "
|
|
2630
|
+
, ["value", "getPopupContainer", "allowClear", "style", "placeholder", "mode", "options", "filterOption", "fieldNames"])];
|
|
2594
2631
|
}),
|
|
2595
2632
|
_: 1
|
|
2596
2633
|
/* STABLE */
|
|
@@ -2729,6 +2766,9 @@ var script$g = /*#__PURE__*/vue.defineComponent({
|
|
|
2729
2766
|
emit("update:value", value);
|
|
2730
2767
|
}
|
|
2731
2768
|
});
|
|
2769
|
+
var filterOption = vue.computed(function () {
|
|
2770
|
+
return filterOptionHeadle(props.fieldNames.label);
|
|
2771
|
+
});
|
|
2732
2772
|
/**
|
|
2733
2773
|
* 侦听器-------------------------------------
|
|
2734
2774
|
* */
|
|
@@ -2793,10 +2833,10 @@ var script$g = /*#__PURE__*/vue.defineComponent({
|
|
|
2793
2833
|
onChange: _cache[1] || (_cache[1] = function ($event) {
|
|
2794
2834
|
return _ctx.$emit('change', $event);
|
|
2795
2835
|
}),
|
|
2796
|
-
|
|
2836
|
+
filterOption: vue.unref(filterOption)
|
|
2797
2837
|
}), null, 16
|
|
2798
2838
|
/* FULL_PROPS */
|
|
2799
|
-
, ["getPopupContainer", "value", "style", "placeholder", "options", "mode", "fieldNames", "allowClear", "
|
|
2839
|
+
, ["getPopupContainer", "value", "style", "placeholder", "options", "mode", "fieldNames", "allowClear", "filterOption"])];
|
|
2800
2840
|
}),
|
|
2801
2841
|
_: 1
|
|
2802
2842
|
/* STABLE */
|
|
@@ -2868,6 +2908,9 @@ var script$f = /*#__PURE__*/vue.defineComponent({
|
|
|
2868
2908
|
emit("update:value", value);
|
|
2869
2909
|
}
|
|
2870
2910
|
});
|
|
2911
|
+
var filterOption = vue.computed(function () {
|
|
2912
|
+
return filterOptionHeadle(props.fieldNames.label);
|
|
2913
|
+
});
|
|
2871
2914
|
return function (_ctx, _cache) {
|
|
2872
2915
|
var _component_a_select = vue.resolveComponent("a-select");
|
|
2873
2916
|
|
|
@@ -2883,13 +2926,13 @@ var script$f = /*#__PURE__*/vue.defineComponent({
|
|
|
2883
2926
|
bordered: false,
|
|
2884
2927
|
options: dataV.value,
|
|
2885
2928
|
fieldNames: __props.fieldNames,
|
|
2886
|
-
|
|
2929
|
+
filterOption: vue.unref(filterOption),
|
|
2887
2930
|
onChange: _cache[1] || (_cache[1] = function ($event) {
|
|
2888
2931
|
return _ctx.$emit('change', $event);
|
|
2889
2932
|
})
|
|
2890
2933
|
}), null, 16
|
|
2891
2934
|
/* FULL_PROPS */
|
|
2892
|
-
, ["value", "getPopupContainer", "style", "options", "fieldNames", "
|
|
2935
|
+
, ["value", "getPopupContainer", "style", "options", "fieldNames", "filterOption"]);
|
|
2893
2936
|
};
|
|
2894
2937
|
}
|
|
2895
2938
|
});
|
|
@@ -2985,6 +3028,9 @@ var script$e = /*#__PURE__*/vue.defineComponent({
|
|
|
2985
3028
|
emit("update:value", value);
|
|
2986
3029
|
}
|
|
2987
3030
|
});
|
|
3031
|
+
var filterOption = vue.computed(function () {
|
|
3032
|
+
return filterOptionHeadle(props.fieldNames.label);
|
|
3033
|
+
});
|
|
2988
3034
|
/**
|
|
2989
3035
|
* 侦听器-------------------------------------
|
|
2990
3036
|
* */
|
|
@@ -3024,13 +3070,13 @@ var script$e = /*#__PURE__*/vue.defineComponent({
|
|
|
3024
3070
|
bordered: false,
|
|
3025
3071
|
options: dataV.value,
|
|
3026
3072
|
fieldNames: __props.fieldNames,
|
|
3027
|
-
|
|
3073
|
+
filterOption: vue.unref(filterOption),
|
|
3028
3074
|
onChange: _cache[1] || (_cache[1] = function ($event) {
|
|
3029
3075
|
return _ctx.$emit('change', $event);
|
|
3030
3076
|
})
|
|
3031
3077
|
}), null, 16
|
|
3032
3078
|
/* FULL_PROPS */
|
|
3033
|
-
, ["value", "getPopupContainer", "style", "options", "fieldNames", "
|
|
3079
|
+
, ["value", "getPopupContainer", "style", "options", "fieldNames", "filterOption"]);
|
|
3034
3080
|
};
|
|
3035
3081
|
}
|
|
3036
3082
|
});
|
|
@@ -3060,6 +3106,16 @@ var script$d = /*#__PURE__*/vue.defineComponent({
|
|
|
3060
3106
|
type: Object,
|
|
3061
3107
|
required: false
|
|
3062
3108
|
},
|
|
3109
|
+
fieldNames: {
|
|
3110
|
+
type: null,
|
|
3111
|
+
required: false,
|
|
3112
|
+
"default": function _default() {
|
|
3113
|
+
return {
|
|
3114
|
+
label: "name",
|
|
3115
|
+
value: "id"
|
|
3116
|
+
};
|
|
3117
|
+
}
|
|
3118
|
+
},
|
|
3063
3119
|
replaceFields: {
|
|
3064
3120
|
type: null,
|
|
3065
3121
|
required: false,
|
|
@@ -3179,6 +3235,9 @@ var script$d = /*#__PURE__*/vue.defineComponent({
|
|
|
3179
3235
|
emit("update:value", value);
|
|
3180
3236
|
}
|
|
3181
3237
|
});
|
|
3238
|
+
var filterOption = vue.computed(function () {
|
|
3239
|
+
return filterOptionHeadle(props.fieldNames.label);
|
|
3240
|
+
});
|
|
3182
3241
|
/**
|
|
3183
3242
|
* 侦听器-------------------------------------
|
|
3184
3243
|
* */
|
|
@@ -3242,17 +3301,18 @@ var script$d = /*#__PURE__*/vue.defineComponent({
|
|
|
3242
3301
|
maxHeight: '400px',
|
|
3243
3302
|
overflow: 'auto'
|
|
3244
3303
|
},
|
|
3245
|
-
|
|
3304
|
+
filterOption: vue.unref(filterOption),
|
|
3246
3305
|
multiple: __props.multiple,
|
|
3247
3306
|
treeDefaultExpandAll: "",
|
|
3248
3307
|
style: __props.inputStyle,
|
|
3249
3308
|
onChange: _cache[1] || (_cache[1] = function ($event) {
|
|
3250
3309
|
return _ctx.$emit('change', $event);
|
|
3251
3310
|
}),
|
|
3311
|
+
fieldNames: __props.fieldNames,
|
|
3252
3312
|
replaceFields: __props.replaceFields
|
|
3253
3313
|
}), null, 16
|
|
3254
3314
|
/* FULL_PROPS */
|
|
3255
|
-
, ["value", "tree-data", "getPopupContainer", "placeholder", "allowClear", "
|
|
3315
|
+
, ["value", "tree-data", "getPopupContainer", "placeholder", "allowClear", "filterOption", "multiple", "style", "fieldNames", "replaceFields"])];
|
|
3256
3316
|
}),
|
|
3257
3317
|
_: 1
|
|
3258
3318
|
/* STABLE */
|
|
@@ -3460,6 +3520,7 @@ var script$b = /*#__PURE__*/vue.defineComponent({
|
|
|
3460
3520
|
var _option,
|
|
3461
3521
|
_a,
|
|
3462
3522
|
_yield$formatHTTP,
|
|
3523
|
+
items,
|
|
3463
3524
|
totalCount,
|
|
3464
3525
|
_args2 = arguments;
|
|
3465
3526
|
|
|
@@ -3475,16 +3536,13 @@ var script$b = /*#__PURE__*/vue.defineComponent({
|
|
|
3475
3536
|
|
|
3476
3537
|
case 3:
|
|
3477
3538
|
_yield$formatHTTP = _context2.sent;
|
|
3478
|
-
_yield$formatHTTP.items;
|
|
3539
|
+
items = _yield$formatHTTP.items;
|
|
3479
3540
|
totalCount = _yield$formatHTTP.totalCount;
|
|
3480
|
-
|
|
3481
|
-
// item.creationTime = dateFormat(item.creationTime, "YYYY-MM-DD");
|
|
3482
|
-
// return item;
|
|
3483
|
-
// });
|
|
3541
|
+
dataV.value = items;
|
|
3484
3542
|
totalPages.value = totalCount;
|
|
3485
3543
|
topPages.value = Math.ceil(totalPages.value / formData.maxResultCount);
|
|
3486
3544
|
|
|
3487
|
-
case
|
|
3545
|
+
case 9:
|
|
3488
3546
|
case "end":
|
|
3489
3547
|
return _context2.stop();
|
|
3490
3548
|
}
|
|
@@ -4217,6 +4275,9 @@ var script$9 = /*#__PURE__*/vue.defineComponent({
|
|
|
4217
4275
|
emit("update:value", value);
|
|
4218
4276
|
}
|
|
4219
4277
|
});
|
|
4278
|
+
var filterOption = vue.computed(function () {
|
|
4279
|
+
return filterOptionHeadle(props.fieldNames.label);
|
|
4280
|
+
});
|
|
4220
4281
|
/**
|
|
4221
4282
|
* 侦听器-------------------------------------
|
|
4222
4283
|
* */
|
|
@@ -4284,10 +4345,10 @@ var script$9 = /*#__PURE__*/vue.defineComponent({
|
|
|
4284
4345
|
onChange: _cache[1] || (_cache[1] = function ($event) {
|
|
4285
4346
|
return _ctx.$emit('change', $event);
|
|
4286
4347
|
}),
|
|
4287
|
-
|
|
4348
|
+
filterOption: vue.unref(filterOption)
|
|
4288
4349
|
}), null, 16
|
|
4289
4350
|
/* FULL_PROPS */
|
|
4290
|
-
, ["getPopupContainer", "value", "style", "placeholder", "options", "mode", "fieldNames", "allowClear", "
|
|
4351
|
+
, ["getPopupContainer", "value", "style", "placeholder", "options", "mode", "fieldNames", "allowClear", "filterOption"])];
|
|
4291
4352
|
}),
|
|
4292
4353
|
_: 1
|
|
4293
4354
|
/* STABLE */
|
|
@@ -4436,6 +4497,9 @@ var script$8 = /*#__PURE__*/vue.defineComponent({
|
|
|
4436
4497
|
emit("update:value", value);
|
|
4437
4498
|
}
|
|
4438
4499
|
});
|
|
4500
|
+
var filterOption = vue.computed(function () {
|
|
4501
|
+
return filterOptionHeadle(props.fieldNames.label);
|
|
4502
|
+
});
|
|
4439
4503
|
/**
|
|
4440
4504
|
* 侦听器-------------------------------------
|
|
4441
4505
|
* */
|
|
@@ -4503,10 +4567,10 @@ var script$8 = /*#__PURE__*/vue.defineComponent({
|
|
|
4503
4567
|
onChange: _cache[1] || (_cache[1] = function ($event) {
|
|
4504
4568
|
return _ctx.$emit('change', $event);
|
|
4505
4569
|
}),
|
|
4506
|
-
|
|
4570
|
+
filterOption: vue.unref(filterOption)
|
|
4507
4571
|
}), null, 16
|
|
4508
4572
|
/* FULL_PROPS */
|
|
4509
|
-
, ["getPopupContainer", "value", "style", "placeholder", "options", "mode", "fieldNames", "allowClear", "
|
|
4573
|
+
, ["getPopupContainer", "value", "style", "placeholder", "options", "mode", "fieldNames", "allowClear", "filterOption"])];
|
|
4510
4574
|
}),
|
|
4511
4575
|
_: 1
|
|
4512
4576
|
/* STABLE */
|