Browse Source

Merge pull request #521 in VISUAL/fineui from ~DAILER/fineui:master to master

* commit 'dd00702611cd60a4b6e63b686500e78d7b9c699c':
  build
  无jira任务,selecttree.node传keyword进去.
es6
Young 6 years ago
parent
commit
4904193f45
  1. 3
      dist/bundle.js
  2. 16
      dist/bundle.min.js
  3. 3
      dist/fineui.js
  4. 18
      dist/fineui.min.js
  5. 3
      dist/widget.js
  6. 1
      src/widget/selecttree/nodes/node.first.plus.js
  7. 1
      src/widget/selecttree/nodes/node.last.plus.js
  8. 1
      src/widget/selecttree/nodes/node.mid.plus.js

3
dist/bundle.js vendored

@ -104995,6 +104995,7 @@ BI.SelectTreeFirstPlusGroupNode = BI.inherit(BI.NodeButton, {
hgap: o.hgap, hgap: o.hgap,
text: o.text, text: o.text,
value: o.value, value: o.value,
keyword: o.keyword,
py: o.py py: o.py
}); });
this.checkbox.on(BI.Controller.EVENT_CHANGE, function (type) { this.checkbox.on(BI.Controller.EVENT_CHANGE, function (type) {
@ -105079,6 +105080,7 @@ BI.SelectTreeLastPlusGroupNode = BI.inherit(BI.NodeButton, {
hgap: o.hgap, hgap: o.hgap,
text: o.text, text: o.text,
value: o.value, value: o.value,
keyword: o.keyword,
py: o.py py: o.py
}); });
this.checkbox.on(BI.Controller.EVENT_CHANGE, function (type) { this.checkbox.on(BI.Controller.EVENT_CHANGE, function (type) {
@ -105163,6 +105165,7 @@ BI.SelectTreeMidPlusGroupNode = BI.inherit(BI.NodeButton, {
hgap: o.hgap, hgap: o.hgap,
text: o.text, text: o.text,
value: o.value, value: o.value,
keyword: o.keyword,
py: o.py py: o.py
}); });
this.checkbox.on(BI.Controller.EVENT_CHANGE, function (type) { this.checkbox.on(BI.Controller.EVENT_CHANGE, function (type) {

16
dist/bundle.min.js vendored

File diff suppressed because one or more lines are too long

3
dist/fineui.js vendored

@ -105244,6 +105244,7 @@ BI.SelectTreeFirstPlusGroupNode = BI.inherit(BI.NodeButton, {
hgap: o.hgap, hgap: o.hgap,
text: o.text, text: o.text,
value: o.value, value: o.value,
keyword: o.keyword,
py: o.py py: o.py
}); });
this.checkbox.on(BI.Controller.EVENT_CHANGE, function (type) { this.checkbox.on(BI.Controller.EVENT_CHANGE, function (type) {
@ -105328,6 +105329,7 @@ BI.SelectTreeLastPlusGroupNode = BI.inherit(BI.NodeButton, {
hgap: o.hgap, hgap: o.hgap,
text: o.text, text: o.text,
value: o.value, value: o.value,
keyword: o.keyword,
py: o.py py: o.py
}); });
this.checkbox.on(BI.Controller.EVENT_CHANGE, function (type) { this.checkbox.on(BI.Controller.EVENT_CHANGE, function (type) {
@ -105412,6 +105414,7 @@ BI.SelectTreeMidPlusGroupNode = BI.inherit(BI.NodeButton, {
hgap: o.hgap, hgap: o.hgap,
text: o.text, text: o.text,
value: o.value, value: o.value,
keyword: o.keyword,
py: o.py py: o.py
}); });
this.checkbox.on(BI.Controller.EVENT_CHANGE, function (type) { this.checkbox.on(BI.Controller.EVENT_CHANGE, function (type) {

18
dist/fineui.min.js vendored

File diff suppressed because one or more lines are too long

3
dist/widget.js vendored

@ -17185,6 +17185,7 @@ BI.SelectTreeFirstPlusGroupNode = BI.inherit(BI.NodeButton, {
hgap: o.hgap, hgap: o.hgap,
text: o.text, text: o.text,
value: o.value, value: o.value,
keyword: o.keyword,
py: o.py py: o.py
}); });
this.checkbox.on(BI.Controller.EVENT_CHANGE, function (type) { this.checkbox.on(BI.Controller.EVENT_CHANGE, function (type) {
@ -17269,6 +17270,7 @@ BI.SelectTreeLastPlusGroupNode = BI.inherit(BI.NodeButton, {
hgap: o.hgap, hgap: o.hgap,
text: o.text, text: o.text,
value: o.value, value: o.value,
keyword: o.keyword,
py: o.py py: o.py
}); });
this.checkbox.on(BI.Controller.EVENT_CHANGE, function (type) { this.checkbox.on(BI.Controller.EVENT_CHANGE, function (type) {
@ -17353,6 +17355,7 @@ BI.SelectTreeMidPlusGroupNode = BI.inherit(BI.NodeButton, {
hgap: o.hgap, hgap: o.hgap,
text: o.text, text: o.text,
value: o.value, value: o.value,
keyword: o.keyword,
py: o.py py: o.py
}); });
this.checkbox.on(BI.Controller.EVENT_CHANGE, function (type) { this.checkbox.on(BI.Controller.EVENT_CHANGE, function (type) {

1
src/widget/selecttree/nodes/node.first.plus.js

@ -35,6 +35,7 @@ BI.SelectTreeFirstPlusGroupNode = BI.inherit(BI.NodeButton, {
hgap: o.hgap, hgap: o.hgap,
text: o.text, text: o.text,
value: o.value, value: o.value,
keyword: o.keyword,
py: o.py py: o.py
}); });
this.checkbox.on(BI.Controller.EVENT_CHANGE, function (type) { this.checkbox.on(BI.Controller.EVENT_CHANGE, function (type) {

1
src/widget/selecttree/nodes/node.last.plus.js

@ -35,6 +35,7 @@ BI.SelectTreeLastPlusGroupNode = BI.inherit(BI.NodeButton, {
hgap: o.hgap, hgap: o.hgap,
text: o.text, text: o.text,
value: o.value, value: o.value,
keyword: o.keyword,
py: o.py py: o.py
}); });
this.checkbox.on(BI.Controller.EVENT_CHANGE, function (type) { this.checkbox.on(BI.Controller.EVENT_CHANGE, function (type) {

1
src/widget/selecttree/nodes/node.mid.plus.js

@ -35,6 +35,7 @@ BI.SelectTreeMidPlusGroupNode = BI.inherit(BI.NodeButton, {
hgap: o.hgap, hgap: o.hgap,
text: o.text, text: o.text,
value: o.value, value: o.value,
keyword: o.keyword,
py: o.py py: o.py
}); });
this.checkbox.on(BI.Controller.EVENT_CHANGE, function (type) { this.checkbox.on(BI.Controller.EVENT_CHANGE, function (type) {

Loading…
Cancel
Save