Browse Source

Merge pull request #214829 in DEC/fineui from master to feature/x

* commit 'c8919fc44fd84bff19581969ebd4532e8ed3eb46':
  auto upgrade version to 2.0.20221230101648
  KERNEL-13948 docs: 修复combo_group demo接口错误
research/test
superman 2 years ago
parent
commit
3fc333d67d
  1. 4
      demo/js/core/abstract/combination/demo.combo_group.js
  2. 2
      package.json

4
demo/js/core/abstract/combination/demo.combo_group.js

@ -12,7 +12,7 @@ Demo.Func = BI.inherit(BI.Widget, {
height: 25,
iconCls: "close-ha-font"
},
children: [{
items: [{
type: "bi.single_select_item",
height: 25,
text: "一月",
@ -63,7 +63,7 @@ Demo.Func = BI.inherit(BI.Widget, {
},
width: 200
});
childCombo.setValue(BI.deepClone(this.child)[0].children[0].value);
childCombo.setValue(BI.deepClone(this.child)[0].items[0].value);
return BI.createWidget({
type: "bi.left",

2
package.json

@ -1,6 +1,6 @@
{
"name": "fineui",
"version": "2.0.20221228163952",
"version": "2.0.20221230101648",
"description": "fineui",
"main": "dist/fineui_without_conflict.min.js",
"types": "dist/lib/index.d.ts",

Loading…
Cancel
Save