Browse Source

Pull request #3110: 无jira 冲突解决

Merge in VISUAL/fineui from ~TREECAT/fineui:master to master

* commit 'c4010fe8e94c2f9a863535974919c820780b88fd':
  BI-114964 fix: revert https://code.fineres.com/projects/DEC/repos/fineui/pull-requests/187222/diff\#src/component/treevaluechooser/abstract.treevaluechooser.js
  BI-113934 style: 视觉iconfont更新
  KERNEL-11911 fix: "bi.textarea_editor"提供了setWatermark方法,但是却没动态更新title 同步
es6
treecat-罗群 2 years ago
parent
commit
d7b5552d99
  1. BIN
      dist/font/iconfont.eot
  2. 122
      dist/font/iconfont.svg
  3. BIN
      dist/font/iconfont.ttf
  4. BIN
      dist/font/iconfont.woff
  5. BIN
      dist/font/iconfont.woff2
  6. 2
      src/component/treevaluechooser/abstract.treevaluechooser.js

BIN
dist/font/iconfont.eot vendored

Binary file not shown.

122
dist/font/iconfont.svg vendored

File diff suppressed because one or more lines are too long

Before

Width:  |  Height:  |  Size: 728 KiB

After

Width:  |  Height:  |  Size: 764 KiB

BIN
dist/font/iconfont.ttf vendored

Binary file not shown.

BIN
dist/font/iconfont.woff vendored

Binary file not shown.

BIN
dist/font/iconfont.woff2 vendored

Binary file not shown.

2
src/component/treevaluechooser/abstract.treevaluechooser.js

@ -547,7 +547,7 @@ BI.AbstractTreeValueChooser = BI.inherit(BI.Widget, {
value: nodes[i].value,
text: nodes[i].text,
times: 1,
isParent: nodes[i].isParent || nodes[i].getChildrenLength() > 0,
isParent: node.getChildrenLength() > 0,
checked: state[0],
half: state[1],
halfCheck: openState ? false : state[1],

Loading…
Cancel
Save