eoss-ui 0.5.39 → 0.5.40
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/lib/eoss-ui.common.js +3 -2
- package/lib/index.js +1 -1
- package/lib/select.js +2 -1
- package/package.json +1 -1
- package/packages/select/src/main.vue +2 -1
- package/src/index.js +1 -1
- package/CHANGELOG.md +0 -929
package/lib/eoss-ui.common.js
CHANGED
|
@@ -55757,7 +55757,8 @@ var select_src_mainvue_type_script_lang_js_typeof = typeof Symbol === "function"
|
|
|
55757
55757
|
eles.push(h('el-option', {
|
|
55758
55758
|
attrs: {
|
|
55759
55759
|
label: item[_this2.label] || item.label,
|
|
55760
|
-
value: _this2.isObject ? item : item[_this2.valKey]
|
|
55760
|
+
value: _this2.isObject ? item : item[_this2.valKey],
|
|
55761
|
+
disabled: item.disabled
|
|
55761
55762
|
}
|
|
55762
55763
|
}));
|
|
55763
55764
|
}
|
|
@@ -71586,7 +71587,7 @@ if (typeof window !== 'undefined' && window.Vue) {
|
|
|
71586
71587
|
}
|
|
71587
71588
|
|
|
71588
71589
|
/* harmony default export */ var src_0 = __webpack_exports__["default"] = ({
|
|
71589
|
-
version: '0.5.
|
|
71590
|
+
version: '0.5.40',
|
|
71590
71591
|
install: install,
|
|
71591
71592
|
Button: packages_button,
|
|
71592
71593
|
ButtonGroup: button_group,
|