iv-npm 1.1.74 → 1.2.2
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/shared/package.json +30 -31
- package/packages/ui/dist/business-ui/component/IVSetofbookDropdown.d.ts +11 -0
- package/packages/ui/dist/index.cjs.js +57 -52
- package/packages/ui/dist/index.esm.js +58 -53
- package/packages/ui/dist/index.umd.js +57 -52
- package/packages/ui/dist/index.umd.js.map +1 -1
- package/packages/ui/package.json +60 -60
- package/pnpm-lock.yaml +19 -9
|
@@ -1,4 +1,4 @@
|
|
|
1
|
-
import { defineComponent, computed, resolveComponent, openBlock, createElementBlock, createVNode, unref, isRef, withCtx, renderSlot, ref, onMounted, onBeforeUnmount, Fragment, createCommentVNode, createElementVNode, normalizeStyle, renderList, normalizeClass, createTextVNode, toDisplayString, createBlock, createStaticVNode, reactive, watch, pushScopeId, popScopeId, watchEffect, toRefs, onBeforeMount, withKeys, withModifiers } from 'vue';
|
|
1
|
+
import { defineComponent, computed, resolveComponent, openBlock, createElementBlock, createVNode, unref, isRef, withCtx, renderSlot, ref, onMounted, onBeforeUnmount, Fragment, createCommentVNode, createElementVNode, normalizeStyle, renderList, normalizeClass, createTextVNode, toDisplayString, createBlock, createStaticVNode, reactive, watch, pushScopeId, popScopeId, watchEffect, mergeProps, toRefs, onBeforeMount, withKeys, withModifiers } from 'vue';
|
|
2
2
|
|
|
3
3
|
var _hoisted_1$m = {
|
|
4
4
|
id: "IVModal"
|
|
@@ -1651,7 +1651,7 @@ var script$l = /*#__PURE__*/defineComponent({
|
|
|
1651
1651
|
)) : createCommentVNode("v-if", true)];
|
|
1652
1652
|
}),
|
|
1653
1653
|
"default": withCtx(function () {
|
|
1654
|
-
return [createVNode(_component_a_tree_select, {
|
|
1654
|
+
return [createVNode(_component_a_tree_select, mergeProps(_ctx.$attrs, {
|
|
1655
1655
|
value: unref(inputV),
|
|
1656
1656
|
"onUpdate:value": _cache[0] || (_cache[0] = function ($event) {
|
|
1657
1657
|
return isRef(inputV) ? inputV.value = $event : null;
|
|
@@ -1667,13 +1667,13 @@ var script$l = /*#__PURE__*/defineComponent({
|
|
|
1667
1667
|
multiple: __props.multiple,
|
|
1668
1668
|
"filter-option": unref(filterOptionHeadle),
|
|
1669
1669
|
treeDefaultExpandAll: "",
|
|
1670
|
-
style:
|
|
1670
|
+
style: __props.inputStyle,
|
|
1671
1671
|
onChange: _cache[1] || (_cache[1] = function ($event) {
|
|
1672
1672
|
return _ctx.$emit('change', $event);
|
|
1673
1673
|
}),
|
|
1674
1674
|
replaceFields: __props.replaceFields
|
|
1675
|
-
}, null,
|
|
1676
|
-
/*
|
|
1675
|
+
}), null, 16
|
|
1676
|
+
/* FULL_PROPS */
|
|
1677
1677
|
, ["value", "tree-data", "getPopupContainer", "placeholder", "allowClear", "multiple", "filter-option", "style", "replaceFields"])];
|
|
1678
1678
|
}),
|
|
1679
1679
|
_: 1
|
|
@@ -1876,7 +1876,7 @@ var script$k = /*#__PURE__*/defineComponent({
|
|
|
1876
1876
|
)) : createCommentVNode("v-if", true)];
|
|
1877
1877
|
}),
|
|
1878
1878
|
"default": withCtx(function () {
|
|
1879
|
-
return [createVNode(_component_a_select, {
|
|
1879
|
+
return [createVNode(_component_a_select, mergeProps(_ctx.$attrs, {
|
|
1880
1880
|
value: unref(inputV),
|
|
1881
1881
|
"onUpdate:value": _cache[0] || (_cache[0] = function ($event) {
|
|
1882
1882
|
return isRef(inputV) ? inputV.value = $event : null;
|
|
@@ -1884,7 +1884,7 @@ var script$k = /*#__PURE__*/defineComponent({
|
|
|
1884
1884
|
getPopupContainer: function getPopupContainer(triggerNode) {
|
|
1885
1885
|
return triggerNode.parentNode;
|
|
1886
1886
|
},
|
|
1887
|
-
style:
|
|
1887
|
+
style: __props.inputStyle,
|
|
1888
1888
|
placeholder: __props.placeholder,
|
|
1889
1889
|
options: dataV.value,
|
|
1890
1890
|
mode: __props.multiple ? 'multiple' : '',
|
|
@@ -1895,8 +1895,8 @@ var script$k = /*#__PURE__*/defineComponent({
|
|
|
1895
1895
|
return _ctx.$emit('change', $event);
|
|
1896
1896
|
}),
|
|
1897
1897
|
"filter-option": unref(filterOptionHeadle)
|
|
1898
|
-
}, null,
|
|
1899
|
-
/*
|
|
1898
|
+
}), null, 16
|
|
1899
|
+
/* FULL_PROPS */
|
|
1900
1900
|
, ["value", "getPopupContainer", "style", "placeholder", "options", "mode", "fieldNames", "allowClear", "filter-option"])];
|
|
1901
1901
|
}),
|
|
1902
1902
|
_: 1
|
|
@@ -2096,7 +2096,7 @@ var script$j = /*#__PURE__*/defineComponent({
|
|
|
2096
2096
|
)) : createCommentVNode("v-if", true)];
|
|
2097
2097
|
}),
|
|
2098
2098
|
"default": withCtx(function () {
|
|
2099
|
-
return [createVNode(_component_a_select, {
|
|
2099
|
+
return [createVNode(_component_a_select, mergeProps(_ctx.$attrs, {
|
|
2100
2100
|
getPopupContainer: function getPopupContainer(triggerNode) {
|
|
2101
2101
|
return triggerNode.parentNode;
|
|
2102
2102
|
},
|
|
@@ -2104,7 +2104,7 @@ var script$j = /*#__PURE__*/defineComponent({
|
|
|
2104
2104
|
"onUpdate:value": _cache[0] || (_cache[0] = function ($event) {
|
|
2105
2105
|
return isRef(inputV) ? inputV.value = $event : null;
|
|
2106
2106
|
}),
|
|
2107
|
-
style:
|
|
2107
|
+
style: __props.inputStyle,
|
|
2108
2108
|
placeholder: __props.placeholder,
|
|
2109
2109
|
options: dataV.value,
|
|
2110
2110
|
mode: __props.multiple ? 'multiple' : '',
|
|
@@ -2115,8 +2115,8 @@ var script$j = /*#__PURE__*/defineComponent({
|
|
|
2115
2115
|
return _ctx.$emit('change', $event);
|
|
2116
2116
|
}),
|
|
2117
2117
|
"filter-option": unref(filterOptionHeadle)
|
|
2118
|
-
}, null,
|
|
2119
|
-
/*
|
|
2118
|
+
}), null, 16
|
|
2119
|
+
/* FULL_PROPS */
|
|
2120
2120
|
, ["getPopupContainer", "value", "style", "placeholder", "options", "mode", "fieldNames", "allowClear", "filter-option"])];
|
|
2121
2121
|
}),
|
|
2122
2122
|
_: 1
|
|
@@ -2142,6 +2142,11 @@ var _hoisted_1$g = {
|
|
|
2142
2142
|
var script$i = /*#__PURE__*/defineComponent({
|
|
2143
2143
|
__name: 'IVSetofbookDropdown',
|
|
2144
2144
|
props: {
|
|
2145
|
+
name: {
|
|
2146
|
+
type: String,
|
|
2147
|
+
required: true,
|
|
2148
|
+
"default": "setOfBookIds"
|
|
2149
|
+
},
|
|
2145
2150
|
value: {
|
|
2146
2151
|
type: null,
|
|
2147
2152
|
required: true
|
|
@@ -2320,7 +2325,7 @@ var script$i = /*#__PURE__*/defineComponent({
|
|
|
2320
2325
|
)) : createCommentVNode("v-if", true)];
|
|
2321
2326
|
}),
|
|
2322
2327
|
"default": withCtx(function () {
|
|
2323
|
-
return [createVNode(_component_a_tree_select, {
|
|
2328
|
+
return [createVNode(_component_a_tree_select, mergeProps(_ctx.$attrs, {
|
|
2324
2329
|
value: unref(inputV),
|
|
2325
2330
|
"onUpdate:value": _cache[0] || (_cache[0] = function ($event) {
|
|
2326
2331
|
return isRef(inputV) ? inputV.value = $event : null;
|
|
@@ -2336,13 +2341,13 @@ var script$i = /*#__PURE__*/defineComponent({
|
|
|
2336
2341
|
"filter-option": unref(filterOptionHeadle),
|
|
2337
2342
|
multiple: __props.multiple,
|
|
2338
2343
|
treeDefaultExpandAll: "",
|
|
2339
|
-
style:
|
|
2344
|
+
style: __props.inputStyle,
|
|
2340
2345
|
onChange: _cache[1] || (_cache[1] = function ($event) {
|
|
2341
2346
|
return _ctx.$emit('change', $event);
|
|
2342
2347
|
}),
|
|
2343
2348
|
replaceFields: __props.replaceFields
|
|
2344
|
-
}, null,
|
|
2345
|
-
/*
|
|
2349
|
+
}), null, 16
|
|
2350
|
+
/* FULL_PROPS */
|
|
2346
2351
|
, ["value", "tree-data", "getPopupContainer", "placeholder", "allowClear", "filter-option", "multiple", "style", "replaceFields"])];
|
|
2347
2352
|
}),
|
|
2348
2353
|
_: 1
|
|
@@ -2537,7 +2542,7 @@ var script$h = /*#__PURE__*/defineComponent({
|
|
|
2537
2542
|
)) : createCommentVNode("v-if", true)];
|
|
2538
2543
|
}),
|
|
2539
2544
|
"default": withCtx(function () {
|
|
2540
|
-
return [createVNode(_component_a_select, {
|
|
2545
|
+
return [createVNode(_component_a_select, mergeProps(_ctx.$attrs, {
|
|
2541
2546
|
value: unref(inputV),
|
|
2542
2547
|
"onUpdate:value": _cache[0] || (_cache[0] = function ($event) {
|
|
2543
2548
|
return isRef(inputV) ? inputV.value = $event : null;
|
|
@@ -2546,7 +2551,7 @@ var script$h = /*#__PURE__*/defineComponent({
|
|
|
2546
2551
|
return triggerNode.parentNode;
|
|
2547
2552
|
},
|
|
2548
2553
|
allowClear: !__props.isRequired,
|
|
2549
|
-
style:
|
|
2554
|
+
style: __props.inputStyle,
|
|
2550
2555
|
placeholder: __props.placeholder,
|
|
2551
2556
|
showSearch: "",
|
|
2552
2557
|
mode: __props.multiple ? 'multiple' : '',
|
|
@@ -2557,8 +2562,8 @@ var script$h = /*#__PURE__*/defineComponent({
|
|
|
2557
2562
|
return _ctx.$emit('change', $event);
|
|
2558
2563
|
}),
|
|
2559
2564
|
fieldNames: __props.fieldNames
|
|
2560
|
-
}, null,
|
|
2561
|
-
/*
|
|
2565
|
+
}), null, 16
|
|
2566
|
+
/* FULL_PROPS */
|
|
2562
2567
|
, ["value", "getPopupContainer", "allowClear", "style", "placeholder", "mode", "options", "filter-option", "fieldNames"])];
|
|
2563
2568
|
}),
|
|
2564
2569
|
_: 1
|
|
@@ -2744,7 +2749,7 @@ var script$g = /*#__PURE__*/defineComponent({
|
|
|
2744
2749
|
)) : createCommentVNode("v-if", true)];
|
|
2745
2750
|
}),
|
|
2746
2751
|
"default": withCtx(function () {
|
|
2747
|
-
return [createVNode(_component_a_select, {
|
|
2752
|
+
return [createVNode(_component_a_select, mergeProps(_ctx.$attrs, {
|
|
2748
2753
|
getPopupContainer: function getPopupContainer(triggerNode) {
|
|
2749
2754
|
return triggerNode.parentNode;
|
|
2750
2755
|
},
|
|
@@ -2752,7 +2757,7 @@ var script$g = /*#__PURE__*/defineComponent({
|
|
|
2752
2757
|
"onUpdate:value": _cache[0] || (_cache[0] = function ($event) {
|
|
2753
2758
|
return isRef(inputV) ? inputV.value = $event : null;
|
|
2754
2759
|
}),
|
|
2755
|
-
style:
|
|
2760
|
+
style: __props.inputStyle,
|
|
2756
2761
|
placeholder: __props.placeholder,
|
|
2757
2762
|
options: dataV.value,
|
|
2758
2763
|
mode: __props.multiple ? 'multiple' : '',
|
|
@@ -2763,8 +2768,8 @@ var script$g = /*#__PURE__*/defineComponent({
|
|
|
2763
2768
|
return _ctx.$emit('change', $event);
|
|
2764
2769
|
}),
|
|
2765
2770
|
"filter-option": unref(filterOptionHeadle)
|
|
2766
|
-
}, null,
|
|
2767
|
-
/*
|
|
2771
|
+
}), null, 16
|
|
2772
|
+
/* FULL_PROPS */
|
|
2768
2773
|
, ["getPopupContainer", "value", "style", "placeholder", "options", "mode", "fieldNames", "allowClear", "filter-option"])];
|
|
2769
2774
|
}),
|
|
2770
2775
|
_: 1
|
|
@@ -2840,7 +2845,7 @@ var script$f = /*#__PURE__*/defineComponent({
|
|
|
2840
2845
|
return function (_ctx, _cache) {
|
|
2841
2846
|
var _component_a_select = resolveComponent("a-select");
|
|
2842
2847
|
|
|
2843
|
-
return openBlock(), createBlock(_component_a_select, {
|
|
2848
|
+
return openBlock(), createBlock(_component_a_select, mergeProps(_ctx.$attrs, {
|
|
2844
2849
|
value: unref(inputV),
|
|
2845
2850
|
"onUpdate:value": _cache[0] || (_cache[0] = function ($event) {
|
|
2846
2851
|
return isRef(inputV) ? inputV.value = $event : null;
|
|
@@ -2848,7 +2853,7 @@ var script$f = /*#__PURE__*/defineComponent({
|
|
|
2848
2853
|
getPopupContainer: function getPopupContainer(triggerNode) {
|
|
2849
2854
|
return triggerNode.parentNode;
|
|
2850
2855
|
},
|
|
2851
|
-
style:
|
|
2856
|
+
style: __props.inputStyle,
|
|
2852
2857
|
bordered: false,
|
|
2853
2858
|
options: dataV.value,
|
|
2854
2859
|
fieldNames: __props.fieldNames,
|
|
@@ -2856,8 +2861,8 @@ var script$f = /*#__PURE__*/defineComponent({
|
|
|
2856
2861
|
onChange: _cache[1] || (_cache[1] = function ($event) {
|
|
2857
2862
|
return _ctx.$emit('change', $event);
|
|
2858
2863
|
})
|
|
2859
|
-
}, null,
|
|
2860
|
-
/*
|
|
2864
|
+
}), null, 16
|
|
2865
|
+
/* FULL_PROPS */
|
|
2861
2866
|
, ["value", "getPopupContainer", "style", "options", "fieldNames", "filter-option"]);
|
|
2862
2867
|
};
|
|
2863
2868
|
}
|
|
@@ -2981,7 +2986,7 @@ var script$e = /*#__PURE__*/defineComponent({
|
|
|
2981
2986
|
return function (_ctx, _cache) {
|
|
2982
2987
|
var _component_a_select = resolveComponent("a-select");
|
|
2983
2988
|
|
|
2984
|
-
return openBlock(), createBlock(_component_a_select, {
|
|
2989
|
+
return openBlock(), createBlock(_component_a_select, mergeProps(_ctx.$attrs, {
|
|
2985
2990
|
value: unref(inputV),
|
|
2986
2991
|
"onUpdate:value": _cache[0] || (_cache[0] = function ($event) {
|
|
2987
2992
|
return isRef(inputV) ? inputV.value = $event : null;
|
|
@@ -2989,7 +2994,7 @@ var script$e = /*#__PURE__*/defineComponent({
|
|
|
2989
2994
|
getPopupContainer: function getPopupContainer(triggerNode) {
|
|
2990
2995
|
return triggerNode.parentNode;
|
|
2991
2996
|
},
|
|
2992
|
-
style:
|
|
2997
|
+
style: __props.inputStyle,
|
|
2993
2998
|
bordered: false,
|
|
2994
2999
|
options: dataV.value,
|
|
2995
3000
|
fieldNames: __props.fieldNames,
|
|
@@ -2997,8 +3002,8 @@ var script$e = /*#__PURE__*/defineComponent({
|
|
|
2997
3002
|
onChange: _cache[1] || (_cache[1] = function ($event) {
|
|
2998
3003
|
return _ctx.$emit('change', $event);
|
|
2999
3004
|
})
|
|
3000
|
-
}, null,
|
|
3001
|
-
/*
|
|
3005
|
+
}), null, 16
|
|
3006
|
+
/* FULL_PROPS */
|
|
3002
3007
|
, ["value", "getPopupContainer", "style", "options", "fieldNames", "filter-option"]);
|
|
3003
3008
|
};
|
|
3004
3009
|
}
|
|
@@ -3189,7 +3194,7 @@ var script$d = /*#__PURE__*/defineComponent({
|
|
|
3189
3194
|
)) : createCommentVNode("v-if", true)];
|
|
3190
3195
|
}),
|
|
3191
3196
|
"default": withCtx(function () {
|
|
3192
|
-
return [createVNode(_component_a_tree_select, {
|
|
3197
|
+
return [createVNode(_component_a_tree_select, mergeProps(_ctx.$attrs, {
|
|
3193
3198
|
value: unref(inputV),
|
|
3194
3199
|
"onUpdate:value": _cache[0] || (_cache[0] = function ($event) {
|
|
3195
3200
|
return isRef(inputV) ? inputV.value = $event : null;
|
|
@@ -3209,13 +3214,13 @@ var script$d = /*#__PURE__*/defineComponent({
|
|
|
3209
3214
|
"filter-option": unref(filterOptionHeadle),
|
|
3210
3215
|
multiple: __props.multiple,
|
|
3211
3216
|
treeDefaultExpandAll: "",
|
|
3212
|
-
style:
|
|
3217
|
+
style: __props.inputStyle,
|
|
3213
3218
|
onChange: _cache[1] || (_cache[1] = function ($event) {
|
|
3214
3219
|
return _ctx.$emit('change', $event);
|
|
3215
3220
|
}),
|
|
3216
3221
|
replaceFields: __props.replaceFields
|
|
3217
|
-
}, null,
|
|
3218
|
-
/*
|
|
3222
|
+
}), null, 16
|
|
3223
|
+
/* FULL_PROPS */
|
|
3219
3224
|
, ["value", "tree-data", "getPopupContainer", "placeholder", "allowClear", "filter-option", "multiple", "style", "replaceFields"])];
|
|
3220
3225
|
}),
|
|
3221
3226
|
_: 1
|
|
@@ -3414,7 +3419,7 @@ var script$c = /*#__PURE__*/defineComponent({
|
|
|
3414
3419
|
)) : createCommentVNode("v-if", true)];
|
|
3415
3420
|
}),
|
|
3416
3421
|
"default": withCtx(function () {
|
|
3417
|
-
return [createVNode(_component_a_select, {
|
|
3422
|
+
return [createVNode(_component_a_select, mergeProps(_ctx.$attrs, {
|
|
3418
3423
|
getPopupContainer: function getPopupContainer(triggerNode) {
|
|
3419
3424
|
return triggerNode.parentNode;
|
|
3420
3425
|
},
|
|
@@ -3422,7 +3427,7 @@ var script$c = /*#__PURE__*/defineComponent({
|
|
|
3422
3427
|
"onUpdate:value": _cache[0] || (_cache[0] = function ($event) {
|
|
3423
3428
|
return isRef(inputV) ? inputV.value = $event : null;
|
|
3424
3429
|
}),
|
|
3425
|
-
style:
|
|
3430
|
+
style: __props.inputStyle,
|
|
3426
3431
|
placeholder: __props.placeholder,
|
|
3427
3432
|
options: dataV.value,
|
|
3428
3433
|
mode: __props.multiple ? 'multiple' : '',
|
|
@@ -3433,8 +3438,8 @@ var script$c = /*#__PURE__*/defineComponent({
|
|
|
3433
3438
|
return _ctx.$emit('change', $event);
|
|
3434
3439
|
}),
|
|
3435
3440
|
"filter-option": unref(filterOptionHeadle)
|
|
3436
|
-
}, null,
|
|
3437
|
-
/*
|
|
3441
|
+
}), null, 16
|
|
3442
|
+
/* FULL_PROPS */
|
|
3438
3443
|
, ["getPopupContainer", "value", "style", "placeholder", "options", "mode", "fieldNames", "allowClear", "filter-option"])];
|
|
3439
3444
|
}),
|
|
3440
3445
|
_: 1
|
|
@@ -3637,7 +3642,7 @@ var script$b = /*#__PURE__*/defineComponent({
|
|
|
3637
3642
|
)) : createCommentVNode("v-if", true)];
|
|
3638
3643
|
}),
|
|
3639
3644
|
"default": withCtx(function () {
|
|
3640
|
-
return [createVNode(_component_a_select, {
|
|
3645
|
+
return [createVNode(_component_a_select, mergeProps(_ctx.$attrs, {
|
|
3641
3646
|
getPopupContainer: function getPopupContainer(triggerNode) {
|
|
3642
3647
|
return triggerNode.parentNode;
|
|
3643
3648
|
},
|
|
@@ -3645,7 +3650,7 @@ var script$b = /*#__PURE__*/defineComponent({
|
|
|
3645
3650
|
"onUpdate:value": _cache[0] || (_cache[0] = function ($event) {
|
|
3646
3651
|
return isRef(inputV) ? inputV.value = $event : null;
|
|
3647
3652
|
}),
|
|
3648
|
-
style:
|
|
3653
|
+
style: __props.inputStyle,
|
|
3649
3654
|
placeholder: __props.placeholder,
|
|
3650
3655
|
options: dataV.value,
|
|
3651
3656
|
mode: __props.multiple ? 'multiple' : '',
|
|
@@ -3656,8 +3661,8 @@ var script$b = /*#__PURE__*/defineComponent({
|
|
|
3656
3661
|
return _ctx.$emit('change', $event);
|
|
3657
3662
|
}),
|
|
3658
3663
|
"filter-option": unref(filterOptionHeadle)
|
|
3659
|
-
}, null,
|
|
3660
|
-
/*
|
|
3664
|
+
}), null, 16
|
|
3665
|
+
/* FULL_PROPS */
|
|
3661
3666
|
, ["getPopupContainer", "value", "style", "placeholder", "options", "mode", "fieldNames", "allowClear", "filter-option"]), _hoisted_2$7];
|
|
3662
3667
|
}),
|
|
3663
3668
|
_: 1
|
|
@@ -3856,7 +3861,7 @@ var script$a = /*#__PURE__*/defineComponent({
|
|
|
3856
3861
|
)) : createCommentVNode("v-if", true)];
|
|
3857
3862
|
}),
|
|
3858
3863
|
"default": withCtx(function () {
|
|
3859
|
-
return [createVNode(_component_a_select, {
|
|
3864
|
+
return [createVNode(_component_a_select, mergeProps(_ctx.$attrs, {
|
|
3860
3865
|
getPopupContainer: function getPopupContainer(triggerNode) {
|
|
3861
3866
|
return triggerNode.parentNode;
|
|
3862
3867
|
},
|
|
@@ -3864,7 +3869,7 @@ var script$a = /*#__PURE__*/defineComponent({
|
|
|
3864
3869
|
"onUpdate:value": _cache[0] || (_cache[0] = function ($event) {
|
|
3865
3870
|
return isRef(inputV) ? inputV.value = $event : null;
|
|
3866
3871
|
}),
|
|
3867
|
-
style:
|
|
3872
|
+
style: __props.inputStyle,
|
|
3868
3873
|
placeholder: __props.placeholder,
|
|
3869
3874
|
options: dataV.value,
|
|
3870
3875
|
mode: __props.multiple ? 'multiple' : '',
|
|
@@ -3875,8 +3880,8 @@ var script$a = /*#__PURE__*/defineComponent({
|
|
|
3875
3880
|
return _ctx.$emit('change', $event);
|
|
3876
3881
|
}),
|
|
3877
3882
|
"filter-option": unref(filterOptionHeadle)
|
|
3878
|
-
}, null,
|
|
3879
|
-
/*
|
|
3883
|
+
}), null, 16
|
|
3884
|
+
/* FULL_PROPS */
|
|
3880
3885
|
, ["getPopupContainer", "value", "style", "placeholder", "options", "mode", "fieldNames", "allowClear", "filter-option"])];
|
|
3881
3886
|
}),
|
|
3882
3887
|
_: 1
|
|
@@ -4075,7 +4080,7 @@ var script$9 = /*#__PURE__*/defineComponent({
|
|
|
4075
4080
|
)) : createCommentVNode("v-if", true)];
|
|
4076
4081
|
}),
|
|
4077
4082
|
"default": withCtx(function () {
|
|
4078
|
-
return [createVNode(_component_a_select, {
|
|
4083
|
+
return [createVNode(_component_a_select, mergeProps(_ctx.$attrs, {
|
|
4079
4084
|
getPopupContainer: function getPopupContainer(triggerNode) {
|
|
4080
4085
|
return triggerNode.parentNode;
|
|
4081
4086
|
},
|
|
@@ -4083,7 +4088,7 @@ var script$9 = /*#__PURE__*/defineComponent({
|
|
|
4083
4088
|
"onUpdate:value": _cache[0] || (_cache[0] = function ($event) {
|
|
4084
4089
|
return isRef(inputV) ? inputV.value = $event : null;
|
|
4085
4090
|
}),
|
|
4086
|
-
style:
|
|
4091
|
+
style: __props.inputStyle,
|
|
4087
4092
|
placeholder: __props.placeholder,
|
|
4088
4093
|
options: dataV.value,
|
|
4089
4094
|
mode: __props.multiple ? 'multiple' : '',
|
|
@@ -4094,8 +4099,8 @@ var script$9 = /*#__PURE__*/defineComponent({
|
|
|
4094
4099
|
return _ctx.$emit('change', $event);
|
|
4095
4100
|
}),
|
|
4096
4101
|
"filter-option": unref(filterOptionHeadle)
|
|
4097
|
-
}, null,
|
|
4098
|
-
/*
|
|
4102
|
+
}), null, 16
|
|
4103
|
+
/* FULL_PROPS */
|
|
4099
4104
|
, ["getPopupContainer", "value", "style", "placeholder", "options", "mode", "fieldNames", "allowClear", "filter-option"])];
|
|
4100
4105
|
}),
|
|
4101
4106
|
_: 1
|