windy 6 years ago
parent
commit
2b8b6d1f03
  1. 20
      dist/_fineui.min.js
  2. 11
      dist/bundle.js
  3. 2
      dist/bundle.min.css
  4. 21
      dist/bundle.min.js
  5. 11
      dist/fineui.js
  6. 2
      dist/fineui.min.css
  7. 20
      dist/fineui.min.js
  8. 11
      dist/widget.js

20
dist/_fineui.min.js vendored

File diff suppressed because one or more lines are too long

11
dist/bundle.js vendored

@ -96981,7 +96981,7 @@ BI.DisplaySelectedList = BI.inherit(BI.Pane, {
_createItems: function (items) {
return BI.createItems(items, {
type: "bi.icon_text_item",
cls: "cursor-default check-font display-list-item bi-tips",
cls: "cursor-default check-font icon-size-12 display-list-item bi-tips",
once: true,
invalid: true,
selected: true,
@ -101797,7 +101797,7 @@ BI.MultiTreeCheckSelectedButton = BI.inherit(BI.Single, {
var self = this;
this.indicator = BI.createWidget({
type: "bi.icon_button",
cls: "check-font trigger-check-selected",
cls: "check-font trigger-check-selected icon-size-12",
width: 15,
height: 15,
stopPropagation: true
@ -102060,7 +102060,7 @@ BI.NumberEditor = BI.inherit(BI.Widget, {
type: "bi.icon_button",
forceNotSelected: true,
trigger: "lclick,",
cls: "add-up-font top-button bi-border-left bi-list-item-active3"
cls: "add-up-font top-button bi-border-left bi-list-item-active3 icon-size-12"
});
this.topBtn.on(BI.IconButton.EVENT_CHANGE, function () {
self._finetuning(o.step);
@ -102071,7 +102071,7 @@ BI.NumberEditor = BI.inherit(BI.Widget, {
type: "bi.icon_button",
trigger: "lclick,",
forceNotSelected: true,
cls: "minus-down-font bottom-button bi-border-left bi-list-item-active3"
cls: "minus-down-font bottom-button bi-border-left bi-list-item-active3 icon-size-12"
});
this.bottomBtn.on(BI.IconButton.EVENT_CHANGE, function () {
self._finetuning(-o.step);
@ -105002,6 +105002,7 @@ BI.SelectTreeFirstPlusGroupNode = BI.inherit(BI.NodeButton, {
hgap: o.hgap,
text: o.text,
value: o.value,
keyword: o.keyword,
py: o.py
});
this.checkbox.on(BI.Controller.EVENT_CHANGE, function (type) {
@ -105086,6 +105087,7 @@ BI.SelectTreeLastPlusGroupNode = BI.inherit(BI.NodeButton, {
hgap: o.hgap,
text: o.text,
value: o.value,
keyword: o.keyword,
py: o.py
});
this.checkbox.on(BI.Controller.EVENT_CHANGE, function (type) {
@ -105170,6 +105172,7 @@ BI.SelectTreeMidPlusGroupNode = BI.inherit(BI.NodeButton, {
hgap: o.hgap,
text: o.text,
value: o.value,
keyword: o.keyword,
py: o.py
});
this.checkbox.on(BI.Controller.EVENT_CHANGE, function (type) {

2
dist/bundle.min.css vendored

File diff suppressed because one or more lines are too long

21
dist/bundle.min.js vendored

File diff suppressed because one or more lines are too long

11
dist/fineui.js vendored

@ -97230,7 +97230,7 @@ BI.DisplaySelectedList = BI.inherit(BI.Pane, {
_createItems: function (items) {
return BI.createItems(items, {
type: "bi.icon_text_item",
cls: "cursor-default check-font display-list-item bi-tips",
cls: "cursor-default check-font icon-size-12 display-list-item bi-tips",
once: true,
invalid: true,
selected: true,
@ -102046,7 +102046,7 @@ BI.MultiTreeCheckSelectedButton = BI.inherit(BI.Single, {
var self = this;
this.indicator = BI.createWidget({
type: "bi.icon_button",
cls: "check-font trigger-check-selected",
cls: "check-font trigger-check-selected icon-size-12",
width: 15,
height: 15,
stopPropagation: true
@ -102309,7 +102309,7 @@ BI.NumberEditor = BI.inherit(BI.Widget, {
type: "bi.icon_button",
forceNotSelected: true,
trigger: "lclick,",
cls: "add-up-font top-button bi-border-left bi-list-item-active3"
cls: "add-up-font top-button bi-border-left bi-list-item-active3 icon-size-12"
});
this.topBtn.on(BI.IconButton.EVENT_CHANGE, function () {
self._finetuning(o.step);
@ -102320,7 +102320,7 @@ BI.NumberEditor = BI.inherit(BI.Widget, {
type: "bi.icon_button",
trigger: "lclick,",
forceNotSelected: true,
cls: "minus-down-font bottom-button bi-border-left bi-list-item-active3"
cls: "minus-down-font bottom-button bi-border-left bi-list-item-active3 icon-size-12"
});
this.bottomBtn.on(BI.IconButton.EVENT_CHANGE, function () {
self._finetuning(-o.step);
@ -105251,6 +105251,7 @@ BI.SelectTreeFirstPlusGroupNode = BI.inherit(BI.NodeButton, {
hgap: o.hgap,
text: o.text,
value: o.value,
keyword: o.keyword,
py: o.py
});
this.checkbox.on(BI.Controller.EVENT_CHANGE, function (type) {
@ -105335,6 +105336,7 @@ BI.SelectTreeLastPlusGroupNode = BI.inherit(BI.NodeButton, {
hgap: o.hgap,
text: o.text,
value: o.value,
keyword: o.keyword,
py: o.py
});
this.checkbox.on(BI.Controller.EVENT_CHANGE, function (type) {
@ -105419,6 +105421,7 @@ BI.SelectTreeMidPlusGroupNode = BI.inherit(BI.NodeButton, {
hgap: o.hgap,
text: o.text,
value: o.value,
keyword: o.keyword,
py: o.py
});
this.checkbox.on(BI.Controller.EVENT_CHANGE, function (type) {

2
dist/fineui.min.css vendored

File diff suppressed because one or more lines are too long

20
dist/fineui.min.js vendored

File diff suppressed because one or more lines are too long

11
dist/widget.js vendored

@ -9172,7 +9172,7 @@ BI.DisplaySelectedList = BI.inherit(BI.Pane, {
_createItems: function (items) {
return BI.createItems(items, {
type: "bi.icon_text_item",
cls: "cursor-default check-font display-list-item bi-tips",
cls: "cursor-default check-font icon-size-12 display-list-item bi-tips",
once: true,
invalid: true,
selected: true,
@ -13988,7 +13988,7 @@ BI.MultiTreeCheckSelectedButton = BI.inherit(BI.Single, {
var self = this;
this.indicator = BI.createWidget({
type: "bi.icon_button",
cls: "check-font trigger-check-selected",
cls: "check-font trigger-check-selected icon-size-12",
width: 15,
height: 15,
stopPropagation: true
@ -14251,7 +14251,7 @@ BI.NumberEditor = BI.inherit(BI.Widget, {
type: "bi.icon_button",
forceNotSelected: true,
trigger: "lclick,",
cls: "add-up-font top-button bi-border-left bi-list-item-active3"
cls: "add-up-font top-button bi-border-left bi-list-item-active3 icon-size-12"
});
this.topBtn.on(BI.IconButton.EVENT_CHANGE, function () {
self._finetuning(o.step);
@ -14262,7 +14262,7 @@ BI.NumberEditor = BI.inherit(BI.Widget, {
type: "bi.icon_button",
trigger: "lclick,",
forceNotSelected: true,
cls: "minus-down-font bottom-button bi-border-left bi-list-item-active3"
cls: "minus-down-font bottom-button bi-border-left bi-list-item-active3 icon-size-12"
});
this.bottomBtn.on(BI.IconButton.EVENT_CHANGE, function () {
self._finetuning(-o.step);
@ -17193,6 +17193,7 @@ BI.SelectTreeFirstPlusGroupNode = BI.inherit(BI.NodeButton, {
hgap: o.hgap,
text: o.text,
value: o.value,
keyword: o.keyword,
py: o.py
});
this.checkbox.on(BI.Controller.EVENT_CHANGE, function (type) {
@ -17277,6 +17278,7 @@ BI.SelectTreeLastPlusGroupNode = BI.inherit(BI.NodeButton, {
hgap: o.hgap,
text: o.text,
value: o.value,
keyword: o.keyword,
py: o.py
});
this.checkbox.on(BI.Controller.EVENT_CHANGE, function (type) {
@ -17361,6 +17363,7 @@ BI.SelectTreeMidPlusGroupNode = BI.inherit(BI.NodeButton, {
hgap: o.hgap,
text: o.text,
value: o.value,
keyword: o.keyword,
py: o.py
});
this.checkbox.on(BI.Controller.EVENT_CHANGE, function (type) {

Loading…
Cancel
Save