@v2coding/ui 0.1.56 → 0.1.57
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/dist/v2coding-ui.ssr.js
CHANGED
|
@@ -3349,7 +3349,7 @@ var CheckboxField = __vue_component__$B;var script$z = {
|
|
|
3349
3349
|
|
|
3350
3350
|
if (this.lockedValue) {
|
|
3351
3351
|
if (this.value !== this.lockedValue) {
|
|
3352
|
-
this.onChange(this.lockedValue, true);
|
|
3352
|
+
this.onChange(this.getPickerValue(this.lockedValue), true);
|
|
3353
3353
|
}
|
|
3354
3354
|
|
|
3355
3355
|
return;
|
|
@@ -3369,7 +3369,7 @@ var CheckboxField = __vue_component__$B;var script$z = {
|
|
|
3369
3369
|
}
|
|
3370
3370
|
|
|
3371
3371
|
var first = data.find(Boolean);
|
|
3372
|
-
first && first.value !== this.value && this.onChange(first.value, true);
|
|
3372
|
+
first && first.value !== this.value && this.onChange(this.getPickerValue(first.value), true);
|
|
3373
3373
|
},
|
|
3374
3374
|
getPickerValue: function getPickerValue(value) {
|
|
3375
3375
|
var _this3 = this;
|
|
@@ -3635,7 +3635,7 @@ var __vue_staticRenderFns__$z = [];
|
|
|
3635
3635
|
|
|
3636
3636
|
var __vue_inject_styles__$A = function __vue_inject_styles__(inject) {
|
|
3637
3637
|
if (!inject) return;
|
|
3638
|
-
inject("data-v-
|
|
3638
|
+
inject("data-v-3c9745c2_0", {
|
|
3639
3639
|
source: ".ui-field-select .el-select{width:100%}.ui-field-select .el-input-group--append .el-select .el-input.is-focus .el-input__inner{border-color:var(--color-primary)}.ui-field-select .empty{font-size:12px;color:#909399;display:flex;align-items:center}.ui-field-select .el-loading-mask .el-loading-spinner{margin-top:-14px}",
|
|
3640
3640
|
map: undefined,
|
|
3641
3641
|
media: undefined
|
|
@@ -3647,7 +3647,7 @@ var __vue_inject_styles__$A = function __vue_inject_styles__(inject) {
|
|
|
3647
3647
|
var __vue_scope_id__$A = undefined;
|
|
3648
3648
|
/* module identifier */
|
|
3649
3649
|
|
|
3650
|
-
var __vue_module_identifier__$A = "data-v-
|
|
3650
|
+
var __vue_module_identifier__$A = "data-v-3c9745c2";
|
|
3651
3651
|
/* functional template */
|
|
3652
3652
|
|
|
3653
3653
|
var __vue_is_functional_template__$A = false;
|
|
@@ -10549,6 +10549,7 @@ var DefaultTypes = {
|
|
|
10549
10549
|
direction: 'vertical'
|
|
10550
10550
|
}
|
|
10551
10551
|
}) : null, h('el-button', {
|
|
10552
|
+
attrs: props,
|
|
10552
10553
|
props: _objectSpread2({
|
|
10553
10554
|
type: 'text',
|
|
10554
10555
|
size: 'mini'
|
|
@@ -10588,6 +10589,7 @@ var DefaultTypes = {
|
|
|
10588
10589
|
props = _objectWithoutProperties(_ref9, _excluded2$1);
|
|
10589
10590
|
|
|
10590
10591
|
return h('el-dropdown-item', {
|
|
10592
|
+
attrs: props,
|
|
10591
10593
|
props: _objectSpread2(_objectSpread2({}, props), {}, {
|
|
10592
10594
|
command: key
|
|
10593
10595
|
})
|