@vunk/form 2.3.2 → 2.3.3
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.
|
@@ -97,6 +97,7 @@ var ctx = /*#__PURE__*/Object.freeze({
|
|
|
97
97
|
|
|
98
98
|
var _sfc_main = vue.defineComponent({
|
|
99
99
|
name: "VkfTablesSelect",
|
|
100
|
+
inheritAttrs: false,
|
|
100
101
|
components: {
|
|
101
102
|
VkfSelect: select.VkfSelect,
|
|
102
103
|
VkTablesV1Checkbox: tablesV1Checkbox.VkTablesV1Checkbox,
|
|
@@ -205,7 +206,10 @@ function _sfc_render(_ctx, _cache, $props, $setup, $data, $options) {
|
|
|
205
206
|
vue.Fragment,
|
|
206
207
|
null,
|
|
207
208
|
[
|
|
208
|
-
vue.createVNode(_component_VkfSelect, vue.mergeProps(
|
|
209
|
+
vue.createVNode(_component_VkfSelect, vue.mergeProps({
|
|
210
|
+
..._ctx.formItemProps,
|
|
211
|
+
..._ctx.$attrs
|
|
212
|
+
}, {
|
|
209
213
|
multiple: _ctx.multiple,
|
|
210
214
|
options: _ctx.selectOptions,
|
|
211
215
|
"model-value": _ctx.selectValue,
|
|
@@ -93,6 +93,7 @@ var ctx = /*#__PURE__*/Object.freeze({
|
|
|
93
93
|
|
|
94
94
|
var _sfc_main = defineComponent({
|
|
95
95
|
name: "VkfTablesSelect",
|
|
96
|
+
inheritAttrs: false,
|
|
96
97
|
components: {
|
|
97
98
|
VkfSelect,
|
|
98
99
|
VkTablesV1Checkbox,
|
|
@@ -201,7 +202,10 @@ function _sfc_render(_ctx, _cache, $props, $setup, $data, $options) {
|
|
|
201
202
|
Fragment,
|
|
202
203
|
null,
|
|
203
204
|
[
|
|
204
|
-
createVNode(_component_VkfSelect, mergeProps(
|
|
205
|
+
createVNode(_component_VkfSelect, mergeProps({
|
|
206
|
+
..._ctx.formItemProps,
|
|
207
|
+
..._ctx.$attrs
|
|
208
|
+
}, {
|
|
205
209
|
multiple: _ctx.multiple,
|
|
206
210
|
options: _ctx.selectOptions,
|
|
207
211
|
"model-value": _ctx.selectValue,
|