iv-npm 1.1.73 → 1.2.1
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/IVProdBaseDropdown.d.ts +11 -0
- package/packages/ui/dist/index.cjs.js +63 -58
- package/packages/ui/dist/index.esm.js +64 -59
- package/packages/ui/dist/index.umd.js +63 -58
- 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
|
|
@@ -1734,6 +1734,11 @@ var script$k = /*#__PURE__*/defineComponent({
|
|
|
1734
1734
|
type: Object,
|
|
1735
1735
|
required: false
|
|
1736
1736
|
},
|
|
1737
|
+
name: {
|
|
1738
|
+
type: String,
|
|
1739
|
+
required: false,
|
|
1740
|
+
"default": "productionBaseId"
|
|
1741
|
+
},
|
|
1737
1742
|
labelCol: {
|
|
1738
1743
|
type: Object,
|
|
1739
1744
|
required: false
|
|
@@ -1855,7 +1860,7 @@ var script$k = /*#__PURE__*/defineComponent({
|
|
|
1855
1860
|
var _component_a_form_item = resolveComponent("a-form-item");
|
|
1856
1861
|
|
|
1857
1862
|
return openBlock(), createBlock(_component_a_form_item, {
|
|
1858
|
-
name:
|
|
1863
|
+
name: __props.name,
|
|
1859
1864
|
"label-col": __props.labelCol,
|
|
1860
1865
|
"wrapper-col": __props.wrapperCol,
|
|
1861
1866
|
rules: [{
|
|
@@ -1871,7 +1876,7 @@ var script$k = /*#__PURE__*/defineComponent({
|
|
|
1871
1876
|
)) : createCommentVNode("v-if", true)];
|
|
1872
1877
|
}),
|
|
1873
1878
|
"default": withCtx(function () {
|
|
1874
|
-
return [createVNode(_component_a_select, {
|
|
1879
|
+
return [createVNode(_component_a_select, mergeProps(_ctx.$attrs, {
|
|
1875
1880
|
value: unref(inputV),
|
|
1876
1881
|
"onUpdate:value": _cache[0] || (_cache[0] = function ($event) {
|
|
1877
1882
|
return isRef(inputV) ? inputV.value = $event : null;
|
|
@@ -1879,7 +1884,7 @@ var script$k = /*#__PURE__*/defineComponent({
|
|
|
1879
1884
|
getPopupContainer: function getPopupContainer(triggerNode) {
|
|
1880
1885
|
return triggerNode.parentNode;
|
|
1881
1886
|
},
|
|
1882
|
-
style:
|
|
1887
|
+
style: __props.inputStyle,
|
|
1883
1888
|
placeholder: __props.placeholder,
|
|
1884
1889
|
options: dataV.value,
|
|
1885
1890
|
mode: __props.multiple ? 'multiple' : '',
|
|
@@ -1890,8 +1895,8 @@ var script$k = /*#__PURE__*/defineComponent({
|
|
|
1890
1895
|
return _ctx.$emit('change', $event);
|
|
1891
1896
|
}),
|
|
1892
1897
|
"filter-option": unref(filterOptionHeadle)
|
|
1893
|
-
}, null,
|
|
1894
|
-
/*
|
|
1898
|
+
}), null, 16
|
|
1899
|
+
/* FULL_PROPS */
|
|
1895
1900
|
, ["value", "getPopupContainer", "style", "placeholder", "options", "mode", "fieldNames", "allowClear", "filter-option"])];
|
|
1896
1901
|
}),
|
|
1897
1902
|
_: 1
|
|
@@ -1899,7 +1904,7 @@ var script$k = /*#__PURE__*/defineComponent({
|
|
|
1899
1904
|
|
|
1900
1905
|
}, 8
|
|
1901
1906
|
/* PROPS */
|
|
1902
|
-
, ["label-col", "wrapper-col", "rules", "style", "colon"]);
|
|
1907
|
+
, ["name", "label-col", "wrapper-col", "rules", "style", "colon"]);
|
|
1903
1908
|
};
|
|
1904
1909
|
}
|
|
1905
1910
|
});
|
|
@@ -2091,7 +2096,7 @@ var script$j = /*#__PURE__*/defineComponent({
|
|
|
2091
2096
|
)) : createCommentVNode("v-if", true)];
|
|
2092
2097
|
}),
|
|
2093
2098
|
"default": withCtx(function () {
|
|
2094
|
-
return [createVNode(_component_a_select, {
|
|
2099
|
+
return [createVNode(_component_a_select, mergeProps(_ctx.$attrs, {
|
|
2095
2100
|
getPopupContainer: function getPopupContainer(triggerNode) {
|
|
2096
2101
|
return triggerNode.parentNode;
|
|
2097
2102
|
},
|
|
@@ -2099,7 +2104,7 @@ var script$j = /*#__PURE__*/defineComponent({
|
|
|
2099
2104
|
"onUpdate:value": _cache[0] || (_cache[0] = function ($event) {
|
|
2100
2105
|
return isRef(inputV) ? inputV.value = $event : null;
|
|
2101
2106
|
}),
|
|
2102
|
-
style:
|
|
2107
|
+
style: __props.inputStyle,
|
|
2103
2108
|
placeholder: __props.placeholder,
|
|
2104
2109
|
options: dataV.value,
|
|
2105
2110
|
mode: __props.multiple ? 'multiple' : '',
|
|
@@ -2110,8 +2115,8 @@ var script$j = /*#__PURE__*/defineComponent({
|
|
|
2110
2115
|
return _ctx.$emit('change', $event);
|
|
2111
2116
|
}),
|
|
2112
2117
|
"filter-option": unref(filterOptionHeadle)
|
|
2113
|
-
}, null,
|
|
2114
|
-
/*
|
|
2118
|
+
}), null, 16
|
|
2119
|
+
/* FULL_PROPS */
|
|
2115
2120
|
, ["getPopupContainer", "value", "style", "placeholder", "options", "mode", "fieldNames", "allowClear", "filter-option"])];
|
|
2116
2121
|
}),
|
|
2117
2122
|
_: 1
|
|
@@ -2315,7 +2320,7 @@ var script$i = /*#__PURE__*/defineComponent({
|
|
|
2315
2320
|
)) : createCommentVNode("v-if", true)];
|
|
2316
2321
|
}),
|
|
2317
2322
|
"default": withCtx(function () {
|
|
2318
|
-
return [createVNode(_component_a_tree_select, {
|
|
2323
|
+
return [createVNode(_component_a_tree_select, mergeProps(_ctx.$attrs, {
|
|
2319
2324
|
value: unref(inputV),
|
|
2320
2325
|
"onUpdate:value": _cache[0] || (_cache[0] = function ($event) {
|
|
2321
2326
|
return isRef(inputV) ? inputV.value = $event : null;
|
|
@@ -2331,13 +2336,13 @@ var script$i = /*#__PURE__*/defineComponent({
|
|
|
2331
2336
|
"filter-option": unref(filterOptionHeadle),
|
|
2332
2337
|
multiple: __props.multiple,
|
|
2333
2338
|
treeDefaultExpandAll: "",
|
|
2334
|
-
style:
|
|
2339
|
+
style: __props.inputStyle,
|
|
2335
2340
|
onChange: _cache[1] || (_cache[1] = function ($event) {
|
|
2336
2341
|
return _ctx.$emit('change', $event);
|
|
2337
2342
|
}),
|
|
2338
2343
|
replaceFields: __props.replaceFields
|
|
2339
|
-
}, null,
|
|
2340
|
-
/*
|
|
2344
|
+
}), null, 16
|
|
2345
|
+
/* FULL_PROPS */
|
|
2341
2346
|
, ["value", "tree-data", "getPopupContainer", "placeholder", "allowClear", "filter-option", "multiple", "style", "replaceFields"])];
|
|
2342
2347
|
}),
|
|
2343
2348
|
_: 1
|
|
@@ -2532,7 +2537,7 @@ var script$h = /*#__PURE__*/defineComponent({
|
|
|
2532
2537
|
)) : createCommentVNode("v-if", true)];
|
|
2533
2538
|
}),
|
|
2534
2539
|
"default": withCtx(function () {
|
|
2535
|
-
return [createVNode(_component_a_select, {
|
|
2540
|
+
return [createVNode(_component_a_select, mergeProps(_ctx.$attrs, {
|
|
2536
2541
|
value: unref(inputV),
|
|
2537
2542
|
"onUpdate:value": _cache[0] || (_cache[0] = function ($event) {
|
|
2538
2543
|
return isRef(inputV) ? inputV.value = $event : null;
|
|
@@ -2541,7 +2546,7 @@ var script$h = /*#__PURE__*/defineComponent({
|
|
|
2541
2546
|
return triggerNode.parentNode;
|
|
2542
2547
|
},
|
|
2543
2548
|
allowClear: !__props.isRequired,
|
|
2544
|
-
style:
|
|
2549
|
+
style: __props.inputStyle,
|
|
2545
2550
|
placeholder: __props.placeholder,
|
|
2546
2551
|
showSearch: "",
|
|
2547
2552
|
mode: __props.multiple ? 'multiple' : '',
|
|
@@ -2552,8 +2557,8 @@ var script$h = /*#__PURE__*/defineComponent({
|
|
|
2552
2557
|
return _ctx.$emit('change', $event);
|
|
2553
2558
|
}),
|
|
2554
2559
|
fieldNames: __props.fieldNames
|
|
2555
|
-
}, null,
|
|
2556
|
-
/*
|
|
2560
|
+
}), null, 16
|
|
2561
|
+
/* FULL_PROPS */
|
|
2557
2562
|
, ["value", "getPopupContainer", "allowClear", "style", "placeholder", "mode", "options", "filter-option", "fieldNames"])];
|
|
2558
2563
|
}),
|
|
2559
2564
|
_: 1
|
|
@@ -2723,7 +2728,7 @@ var script$g = /*#__PURE__*/defineComponent({
|
|
|
2723
2728
|
var _component_a_form_item = resolveComponent("a-form-item");
|
|
2724
2729
|
|
|
2725
2730
|
return openBlock(), createBlock(_component_a_form_item, {
|
|
2726
|
-
name:
|
|
2731
|
+
name: _ctx.managementSubjectId,
|
|
2727
2732
|
"label-col": __props.labelCol,
|
|
2728
2733
|
"wrapper-col": __props.wrapperCol,
|
|
2729
2734
|
rules: [{
|
|
@@ -2739,7 +2744,7 @@ var script$g = /*#__PURE__*/defineComponent({
|
|
|
2739
2744
|
)) : createCommentVNode("v-if", true)];
|
|
2740
2745
|
}),
|
|
2741
2746
|
"default": withCtx(function () {
|
|
2742
|
-
return [createVNode(_component_a_select, {
|
|
2747
|
+
return [createVNode(_component_a_select, mergeProps(_ctx.$attrs, {
|
|
2743
2748
|
getPopupContainer: function getPopupContainer(triggerNode) {
|
|
2744
2749
|
return triggerNode.parentNode;
|
|
2745
2750
|
},
|
|
@@ -2747,7 +2752,7 @@ var script$g = /*#__PURE__*/defineComponent({
|
|
|
2747
2752
|
"onUpdate:value": _cache[0] || (_cache[0] = function ($event) {
|
|
2748
2753
|
return isRef(inputV) ? inputV.value = $event : null;
|
|
2749
2754
|
}),
|
|
2750
|
-
style:
|
|
2755
|
+
style: __props.inputStyle,
|
|
2751
2756
|
placeholder: __props.placeholder,
|
|
2752
2757
|
options: dataV.value,
|
|
2753
2758
|
mode: __props.multiple ? 'multiple' : '',
|
|
@@ -2758,8 +2763,8 @@ var script$g = /*#__PURE__*/defineComponent({
|
|
|
2758
2763
|
return _ctx.$emit('change', $event);
|
|
2759
2764
|
}),
|
|
2760
2765
|
"filter-option": unref(filterOptionHeadle)
|
|
2761
|
-
}, null,
|
|
2762
|
-
/*
|
|
2766
|
+
}), null, 16
|
|
2767
|
+
/* FULL_PROPS */
|
|
2763
2768
|
, ["getPopupContainer", "value", "style", "placeholder", "options", "mode", "fieldNames", "allowClear", "filter-option"])];
|
|
2764
2769
|
}),
|
|
2765
2770
|
_: 1
|
|
@@ -2767,7 +2772,7 @@ var script$g = /*#__PURE__*/defineComponent({
|
|
|
2767
2772
|
|
|
2768
2773
|
}, 8
|
|
2769
2774
|
/* PROPS */
|
|
2770
|
-
, ["label-col", "wrapper-col", "rules", "style", "colon"]);
|
|
2775
|
+
, ["name", "label-col", "wrapper-col", "rules", "style", "colon"]);
|
|
2771
2776
|
};
|
|
2772
2777
|
}
|
|
2773
2778
|
});
|
|
@@ -2835,7 +2840,7 @@ var script$f = /*#__PURE__*/defineComponent({
|
|
|
2835
2840
|
return function (_ctx, _cache) {
|
|
2836
2841
|
var _component_a_select = resolveComponent("a-select");
|
|
2837
2842
|
|
|
2838
|
-
return openBlock(), createBlock(_component_a_select, {
|
|
2843
|
+
return openBlock(), createBlock(_component_a_select, mergeProps(_ctx.$attrs, {
|
|
2839
2844
|
value: unref(inputV),
|
|
2840
2845
|
"onUpdate:value": _cache[0] || (_cache[0] = function ($event) {
|
|
2841
2846
|
return isRef(inputV) ? inputV.value = $event : null;
|
|
@@ -2843,7 +2848,7 @@ var script$f = /*#__PURE__*/defineComponent({
|
|
|
2843
2848
|
getPopupContainer: function getPopupContainer(triggerNode) {
|
|
2844
2849
|
return triggerNode.parentNode;
|
|
2845
2850
|
},
|
|
2846
|
-
style:
|
|
2851
|
+
style: __props.inputStyle,
|
|
2847
2852
|
bordered: false,
|
|
2848
2853
|
options: dataV.value,
|
|
2849
2854
|
fieldNames: __props.fieldNames,
|
|
@@ -2851,8 +2856,8 @@ var script$f = /*#__PURE__*/defineComponent({
|
|
|
2851
2856
|
onChange: _cache[1] || (_cache[1] = function ($event) {
|
|
2852
2857
|
return _ctx.$emit('change', $event);
|
|
2853
2858
|
})
|
|
2854
|
-
}, null,
|
|
2855
|
-
/*
|
|
2859
|
+
}), null, 16
|
|
2860
|
+
/* FULL_PROPS */
|
|
2856
2861
|
, ["value", "getPopupContainer", "style", "options", "fieldNames", "filter-option"]);
|
|
2857
2862
|
};
|
|
2858
2863
|
}
|
|
@@ -2976,7 +2981,7 @@ var script$e = /*#__PURE__*/defineComponent({
|
|
|
2976
2981
|
return function (_ctx, _cache) {
|
|
2977
2982
|
var _component_a_select = resolveComponent("a-select");
|
|
2978
2983
|
|
|
2979
|
-
return openBlock(), createBlock(_component_a_select, {
|
|
2984
|
+
return openBlock(), createBlock(_component_a_select, mergeProps(_ctx.$attrs, {
|
|
2980
2985
|
value: unref(inputV),
|
|
2981
2986
|
"onUpdate:value": _cache[0] || (_cache[0] = function ($event) {
|
|
2982
2987
|
return isRef(inputV) ? inputV.value = $event : null;
|
|
@@ -2984,7 +2989,7 @@ var script$e = /*#__PURE__*/defineComponent({
|
|
|
2984
2989
|
getPopupContainer: function getPopupContainer(triggerNode) {
|
|
2985
2990
|
return triggerNode.parentNode;
|
|
2986
2991
|
},
|
|
2987
|
-
style:
|
|
2992
|
+
style: __props.inputStyle,
|
|
2988
2993
|
bordered: false,
|
|
2989
2994
|
options: dataV.value,
|
|
2990
2995
|
fieldNames: __props.fieldNames,
|
|
@@ -2992,8 +2997,8 @@ var script$e = /*#__PURE__*/defineComponent({
|
|
|
2992
2997
|
onChange: _cache[1] || (_cache[1] = function ($event) {
|
|
2993
2998
|
return _ctx.$emit('change', $event);
|
|
2994
2999
|
})
|
|
2995
|
-
}, null,
|
|
2996
|
-
/*
|
|
3000
|
+
}), null, 16
|
|
3001
|
+
/* FULL_PROPS */
|
|
2997
3002
|
, ["value", "getPopupContainer", "style", "options", "fieldNames", "filter-option"]);
|
|
2998
3003
|
};
|
|
2999
3004
|
}
|
|
@@ -3184,7 +3189,7 @@ var script$d = /*#__PURE__*/defineComponent({
|
|
|
3184
3189
|
)) : createCommentVNode("v-if", true)];
|
|
3185
3190
|
}),
|
|
3186
3191
|
"default": withCtx(function () {
|
|
3187
|
-
return [createVNode(_component_a_tree_select, {
|
|
3192
|
+
return [createVNode(_component_a_tree_select, mergeProps(_ctx.$attrs, {
|
|
3188
3193
|
value: unref(inputV),
|
|
3189
3194
|
"onUpdate:value": _cache[0] || (_cache[0] = function ($event) {
|
|
3190
3195
|
return isRef(inputV) ? inputV.value = $event : null;
|
|
@@ -3204,13 +3209,13 @@ var script$d = /*#__PURE__*/defineComponent({
|
|
|
3204
3209
|
"filter-option": unref(filterOptionHeadle),
|
|
3205
3210
|
multiple: __props.multiple,
|
|
3206
3211
|
treeDefaultExpandAll: "",
|
|
3207
|
-
style:
|
|
3212
|
+
style: __props.inputStyle,
|
|
3208
3213
|
onChange: _cache[1] || (_cache[1] = function ($event) {
|
|
3209
3214
|
return _ctx.$emit('change', $event);
|
|
3210
3215
|
}),
|
|
3211
3216
|
replaceFields: __props.replaceFields
|
|
3212
|
-
}, null,
|
|
3213
|
-
/*
|
|
3217
|
+
}), null, 16
|
|
3218
|
+
/* FULL_PROPS */
|
|
3214
3219
|
, ["value", "tree-data", "getPopupContainer", "placeholder", "allowClear", "filter-option", "multiple", "style", "replaceFields"])];
|
|
3215
3220
|
}),
|
|
3216
3221
|
_: 1
|
|
@@ -3409,7 +3414,7 @@ var script$c = /*#__PURE__*/defineComponent({
|
|
|
3409
3414
|
)) : createCommentVNode("v-if", true)];
|
|
3410
3415
|
}),
|
|
3411
3416
|
"default": withCtx(function () {
|
|
3412
|
-
return [createVNode(_component_a_select, {
|
|
3417
|
+
return [createVNode(_component_a_select, mergeProps(_ctx.$attrs, {
|
|
3413
3418
|
getPopupContainer: function getPopupContainer(triggerNode) {
|
|
3414
3419
|
return triggerNode.parentNode;
|
|
3415
3420
|
},
|
|
@@ -3417,7 +3422,7 @@ var script$c = /*#__PURE__*/defineComponent({
|
|
|
3417
3422
|
"onUpdate:value": _cache[0] || (_cache[0] = function ($event) {
|
|
3418
3423
|
return isRef(inputV) ? inputV.value = $event : null;
|
|
3419
3424
|
}),
|
|
3420
|
-
style:
|
|
3425
|
+
style: __props.inputStyle,
|
|
3421
3426
|
placeholder: __props.placeholder,
|
|
3422
3427
|
options: dataV.value,
|
|
3423
3428
|
mode: __props.multiple ? 'multiple' : '',
|
|
@@ -3428,8 +3433,8 @@ var script$c = /*#__PURE__*/defineComponent({
|
|
|
3428
3433
|
return _ctx.$emit('change', $event);
|
|
3429
3434
|
}),
|
|
3430
3435
|
"filter-option": unref(filterOptionHeadle)
|
|
3431
|
-
}, null,
|
|
3432
|
-
/*
|
|
3436
|
+
}), null, 16
|
|
3437
|
+
/* FULL_PROPS */
|
|
3433
3438
|
, ["getPopupContainer", "value", "style", "placeholder", "options", "mode", "fieldNames", "allowClear", "filter-option"])];
|
|
3434
3439
|
}),
|
|
3435
3440
|
_: 1
|
|
@@ -3632,7 +3637,7 @@ var script$b = /*#__PURE__*/defineComponent({
|
|
|
3632
3637
|
)) : createCommentVNode("v-if", true)];
|
|
3633
3638
|
}),
|
|
3634
3639
|
"default": withCtx(function () {
|
|
3635
|
-
return [createVNode(_component_a_select, {
|
|
3640
|
+
return [createVNode(_component_a_select, mergeProps(_ctx.$attrs, {
|
|
3636
3641
|
getPopupContainer: function getPopupContainer(triggerNode) {
|
|
3637
3642
|
return triggerNode.parentNode;
|
|
3638
3643
|
},
|
|
@@ -3640,7 +3645,7 @@ var script$b = /*#__PURE__*/defineComponent({
|
|
|
3640
3645
|
"onUpdate:value": _cache[0] || (_cache[0] = function ($event) {
|
|
3641
3646
|
return isRef(inputV) ? inputV.value = $event : null;
|
|
3642
3647
|
}),
|
|
3643
|
-
style:
|
|
3648
|
+
style: __props.inputStyle,
|
|
3644
3649
|
placeholder: __props.placeholder,
|
|
3645
3650
|
options: dataV.value,
|
|
3646
3651
|
mode: __props.multiple ? 'multiple' : '',
|
|
@@ -3651,8 +3656,8 @@ var script$b = /*#__PURE__*/defineComponent({
|
|
|
3651
3656
|
return _ctx.$emit('change', $event);
|
|
3652
3657
|
}),
|
|
3653
3658
|
"filter-option": unref(filterOptionHeadle)
|
|
3654
|
-
}, null,
|
|
3655
|
-
/*
|
|
3659
|
+
}), null, 16
|
|
3660
|
+
/* FULL_PROPS */
|
|
3656
3661
|
, ["getPopupContainer", "value", "style", "placeholder", "options", "mode", "fieldNames", "allowClear", "filter-option"]), _hoisted_2$7];
|
|
3657
3662
|
}),
|
|
3658
3663
|
_: 1
|
|
@@ -3851,7 +3856,7 @@ var script$a = /*#__PURE__*/defineComponent({
|
|
|
3851
3856
|
)) : createCommentVNode("v-if", true)];
|
|
3852
3857
|
}),
|
|
3853
3858
|
"default": withCtx(function () {
|
|
3854
|
-
return [createVNode(_component_a_select, {
|
|
3859
|
+
return [createVNode(_component_a_select, mergeProps(_ctx.$attrs, {
|
|
3855
3860
|
getPopupContainer: function getPopupContainer(triggerNode) {
|
|
3856
3861
|
return triggerNode.parentNode;
|
|
3857
3862
|
},
|
|
@@ -3859,7 +3864,7 @@ var script$a = /*#__PURE__*/defineComponent({
|
|
|
3859
3864
|
"onUpdate:value": _cache[0] || (_cache[0] = function ($event) {
|
|
3860
3865
|
return isRef(inputV) ? inputV.value = $event : null;
|
|
3861
3866
|
}),
|
|
3862
|
-
style:
|
|
3867
|
+
style: __props.inputStyle,
|
|
3863
3868
|
placeholder: __props.placeholder,
|
|
3864
3869
|
options: dataV.value,
|
|
3865
3870
|
mode: __props.multiple ? 'multiple' : '',
|
|
@@ -3870,8 +3875,8 @@ var script$a = /*#__PURE__*/defineComponent({
|
|
|
3870
3875
|
return _ctx.$emit('change', $event);
|
|
3871
3876
|
}),
|
|
3872
3877
|
"filter-option": unref(filterOptionHeadle)
|
|
3873
|
-
}, null,
|
|
3874
|
-
/*
|
|
3878
|
+
}), null, 16
|
|
3879
|
+
/* FULL_PROPS */
|
|
3875
3880
|
, ["getPopupContainer", "value", "style", "placeholder", "options", "mode", "fieldNames", "allowClear", "filter-option"])];
|
|
3876
3881
|
}),
|
|
3877
3882
|
_: 1
|
|
@@ -4070,7 +4075,7 @@ var script$9 = /*#__PURE__*/defineComponent({
|
|
|
4070
4075
|
)) : createCommentVNode("v-if", true)];
|
|
4071
4076
|
}),
|
|
4072
4077
|
"default": withCtx(function () {
|
|
4073
|
-
return [createVNode(_component_a_select, {
|
|
4078
|
+
return [createVNode(_component_a_select, mergeProps(_ctx.$attrs, {
|
|
4074
4079
|
getPopupContainer: function getPopupContainer(triggerNode) {
|
|
4075
4080
|
return triggerNode.parentNode;
|
|
4076
4081
|
},
|
|
@@ -4078,7 +4083,7 @@ var script$9 = /*#__PURE__*/defineComponent({
|
|
|
4078
4083
|
"onUpdate:value": _cache[0] || (_cache[0] = function ($event) {
|
|
4079
4084
|
return isRef(inputV) ? inputV.value = $event : null;
|
|
4080
4085
|
}),
|
|
4081
|
-
style:
|
|
4086
|
+
style: __props.inputStyle,
|
|
4082
4087
|
placeholder: __props.placeholder,
|
|
4083
4088
|
options: dataV.value,
|
|
4084
4089
|
mode: __props.multiple ? 'multiple' : '',
|
|
@@ -4089,8 +4094,8 @@ var script$9 = /*#__PURE__*/defineComponent({
|
|
|
4089
4094
|
return _ctx.$emit('change', $event);
|
|
4090
4095
|
}),
|
|
4091
4096
|
"filter-option": unref(filterOptionHeadle)
|
|
4092
|
-
}, null,
|
|
4093
|
-
/*
|
|
4097
|
+
}), null, 16
|
|
4098
|
+
/* FULL_PROPS */
|
|
4094
4099
|
, ["getPopupContainer", "value", "style", "placeholder", "options", "mode", "fieldNames", "allowClear", "filter-option"])];
|
|
4095
4100
|
}),
|
|
4096
4101
|
_: 1
|
|
@@ -6023,7 +6028,7 @@ var script$2 = /*#__PURE__*/defineComponent({
|
|
|
6023
6028
|
"margin-right": "15px"
|
|
6024
6029
|
},
|
|
6025
6030
|
"class": "mr-4",
|
|
6026
|
-
placeholder: "
|
|
6031
|
+
placeholder: "请输入员工姓名",
|
|
6027
6032
|
onKeyup: withKeys(onSearch, ["enter"])
|
|
6028
6033
|
}, null, 8
|
|
6029
6034
|
/* PROPS */
|
|
@@ -6617,7 +6622,7 @@ var script$1 = /*#__PURE__*/defineComponent({
|
|
|
6617
6622
|
"margin-right": "15px"
|
|
6618
6623
|
},
|
|
6619
6624
|
"class": "mr-4",
|
|
6620
|
-
placeholder: "
|
|
6625
|
+
placeholder: "请输入供应商名称",
|
|
6621
6626
|
onKeyup: withKeys(onSearch, ["enter"])
|
|
6622
6627
|
}, null, 8
|
|
6623
6628
|
/* PROPS */
|