windy 6 years ago
parent
commit
4c0da2626e
  1. 1
      demo/js/case/combo/demo.search_text_value_combo.js
  2. 6
      dist/base.css
  3. 42
      dist/bundle.css
  4. 2
      dist/bundle.js
  5. 2
      dist/case.js
  6. 1
      dist/demo.js
  7. 42
      dist/fineui.css
  8. 2
      dist/fineui.js
  9. 36
      dist/resource.css
  10. 36
      public/css/font.css
  11. 2
      src/case/combo/searchtextvaluecombo/combo.searchtextvalue.js
  12. 36
      src/css/resource/font.css
  13. 36
      ui/css/font.css

1
demo/js/case/combo/demo.search_text_value_combo.js

@ -11,7 +11,6 @@ Demo.SearchTextValueCombo = BI.inherit(BI.Widget, {
type: "bi.horizontal_auto",
items: [{
type: "bi.search_text_value_combo",
disabled: true,
ref: function () {
combo = this;
},

6
dist/base.css vendored

@ -1162,10 +1162,12 @@ body .bi-button.button-ignore.disabled.ghost .b-font:before,
border-radius: 2px;
}
.bi-bubble .bubble-error {
background-color: rgba(255, 73, 73, 0.1);
filter: progid:DXImageTransform.Microsoft.gradient(startColorstr=#1aff4949,endColorstr=#1aff4949);
background: #ffecec;
color: #ff4949;
}
.bi-theme-dark .bi-bubble .bubble-error {
background: #3A2940;
}
.bi-bubble .bubble-common {
background: #eaf2fd;
color: #3685f2;

42
dist/bundle.css vendored

@ -3116,10 +3116,12 @@ body .bi-button.button-ignore.disabled.ghost .b-font:before,
border-radius: 2px;
}
.bi-bubble .bubble-error {
background-color: rgba(255, 73, 73, 0.1);
filter: progid:DXImageTransform.Microsoft.gradient(startColorstr=#1aff4949,endColorstr=#1aff4949);
background: #ffecec;
color: #ff4949;
}
.bi-theme-dark .bi-bubble .bubble-error {
background: #3A2940;
}
.bi-bubble .bubble-common {
background: #eaf2fd;
color: #3685f2;
@ -4937,69 +4939,69 @@ textarea::-webkit-scrollbar-thumb:hover {
color: inherit;
}
.text-bold-font .b-font {
*zoom: expression( this.runtimeStyle['zoom'] = '1',this.innerHTML = '');
*zoom: expression( this.runtimeStyle['zoom'] = '1',this.innerHTML = '');
}
.text-bold-font .b-font:before {
content: "\e75b";
content: "\e697";
color: inherit;
}
.text-bold-font.disabled .b-font:before {
content: "\e75b";
content: "\e697";
color: inherit;
}
.text-italic-font .b-font {
*zoom: expression( this.runtimeStyle['zoom'] = '1',this.innerHTML = '');
*zoom: expression( this.runtimeStyle['zoom'] = '1',this.innerHTML = '');
}
.text-italic-font .b-font:before {
content: "\e75c";
content: "\e69d";
color: inherit;
}
.text-italic-font.disabled .b-font:before {
content: "\e75c";
content: "\e69d";
color: inherit;
}
.text-underline-font .b-font {
*zoom: expression( this.runtimeStyle['zoom'] = '1',this.innerHTML = '');
*zoom: expression( this.runtimeStyle['zoom'] = '1',this.innerHTML = '');
}
.text-underline-font .b-font:before {
content: "\e75d";
content: "\e69c";
color: inherit;
}
.text-underline-font.disabled .b-font:before {
content: "\e75d";
content: "\e69c";
color: inherit;
}
.text-color-font .b-font {
*zoom: expression( this.runtimeStyle['zoom'] = '1',this.innerHTML = '');
*zoom: expression( this.runtimeStyle['zoom'] = '1',this.innerHTML = '');
}
.text-color-font .b-font:before {
content: "\e75a";
content: "\e698";
color: inherit;
}
.text-color-font.disabled .b-font:before {
content: "\e75a";
content: "\e698";
color: inherit;
}
.text-background-font .b-font {
*zoom: expression( this.runtimeStyle['zoom'] = '1',this.innerHTML = '');
*zoom: expression( this.runtimeStyle['zoom'] = '1',this.innerHTML = '');
}
.text-background-font .b-font:before {
content: "\e758";
content: "\e699";
color: inherit;
}
.text-background-font.disabled .b-font:before {
content: "\e758";
content: "\e699";
color: inherit;
}
.text-color-underline-font .b-font {
*zoom: expression( this.runtimeStyle['zoom'] = '1',this.innerHTML = '');
*zoom: expression( this.runtimeStyle['zoom'] = '1',this.innerHTML = '');
}
.text-color-underline-font .b-font:before {
content: "\e75d";
content: "\e69a";
color: inherit;
}
.text-color-underline-font.disabled .b-font:before {
content: "\e75d";
content: "\e69a";
color: inherit;
}
.text-align-left-font .b-font {

2
dist/bundle.js vendored

@ -53364,7 +53364,7 @@ BI.SearchTextValueCombo = BI.inherit(BI.Widget, {
items: o.items,
ref: function () {
self.popup = this;
// self.trigger.getSearcher().setAdapter(self.popup);
self.trigger.getSearcher().setAdapter(self.popup);
},
listeners: [{
eventName: BI.TextValueComboPopup.EVENT_CHANGE,

2
dist/case.js vendored

@ -4730,7 +4730,7 @@ BI.SearchTextValueCombo = BI.inherit(BI.Widget, {
items: o.items,
ref: function () {
self.popup = this;
// self.trigger.getSearcher().setAdapter(self.popup);
self.trigger.getSearcher().setAdapter(self.popup);
},
listeners: [{
eventName: BI.TextValueComboPopup.EVENT_CHANGE,

1
dist/demo.js vendored

@ -1318,7 +1318,6 @@ Demo.SearchTextValueCombo = BI.inherit(BI.Widget, {
type: "bi.horizontal_auto",
items: [{
type: "bi.search_text_value_combo",
disabled: true,
ref: function () {
combo = this;
},

42
dist/fineui.css vendored

@ -3116,10 +3116,12 @@ body .bi-button.button-ignore.disabled.ghost .b-font:before,
border-radius: 2px;
}
.bi-bubble .bubble-error {
background-color: rgba(255, 73, 73, 0.1);
filter: progid:DXImageTransform.Microsoft.gradient(startColorstr=#1aff4949,endColorstr=#1aff4949);
background: #ffecec;
color: #ff4949;
}
.bi-theme-dark .bi-bubble .bubble-error {
background: #3A2940;
}
.bi-bubble .bubble-common {
background: #eaf2fd;
color: #3685f2;
@ -4937,69 +4939,69 @@ textarea::-webkit-scrollbar-thumb:hover {
color: inherit;
}
.text-bold-font .b-font {
*zoom: expression( this.runtimeStyle['zoom'] = '1',this.innerHTML = '');
*zoom: expression( this.runtimeStyle['zoom'] = '1',this.innerHTML = '');
}
.text-bold-font .b-font:before {
content: "\e75b";
content: "\e697";
color: inherit;
}
.text-bold-font.disabled .b-font:before {
content: "\e75b";
content: "\e697";
color: inherit;
}
.text-italic-font .b-font {
*zoom: expression( this.runtimeStyle['zoom'] = '1',this.innerHTML = '');
*zoom: expression( this.runtimeStyle['zoom'] = '1',this.innerHTML = '');
}
.text-italic-font .b-font:before {
content: "\e75c";
content: "\e69d";
color: inherit;
}
.text-italic-font.disabled .b-font:before {
content: "\e75c";
content: "\e69d";
color: inherit;
}
.text-underline-font .b-font {
*zoom: expression( this.runtimeStyle['zoom'] = '1',this.innerHTML = '');
*zoom: expression( this.runtimeStyle['zoom'] = '1',this.innerHTML = '');
}
.text-underline-font .b-font:before {
content: "\e75d";
content: "\e69c";
color: inherit;
}
.text-underline-font.disabled .b-font:before {
content: "\e75d";
content: "\e69c";
color: inherit;
}
.text-color-font .b-font {
*zoom: expression( this.runtimeStyle['zoom'] = '1',this.innerHTML = '');
*zoom: expression( this.runtimeStyle['zoom'] = '1',this.innerHTML = '');
}
.text-color-font .b-font:before {
content: "\e75a";
content: "\e698";
color: inherit;
}
.text-color-font.disabled .b-font:before {
content: "\e75a";
content: "\e698";
color: inherit;
}
.text-background-font .b-font {
*zoom: expression( this.runtimeStyle['zoom'] = '1',this.innerHTML = '');
*zoom: expression( this.runtimeStyle['zoom'] = '1',this.innerHTML = '');
}
.text-background-font .b-font:before {
content: "\e758";
content: "\e699";
color: inherit;
}
.text-background-font.disabled .b-font:before {
content: "\e758";
content: "\e699";
color: inherit;
}
.text-color-underline-font .b-font {
*zoom: expression( this.runtimeStyle['zoom'] = '1',this.innerHTML = '');
*zoom: expression( this.runtimeStyle['zoom'] = '1',this.innerHTML = '');
}
.text-color-underline-font .b-font:before {
content: "\e75d";
content: "\e69a";
color: inherit;
}
.text-color-underline-font.disabled .b-font:before {
content: "\e75d";
content: "\e69a";
color: inherit;
}
.text-align-left-font .b-font {

2
dist/fineui.js vendored

@ -53585,7 +53585,7 @@ BI.SearchTextValueCombo = BI.inherit(BI.Widget, {
items: o.items,
ref: function () {
self.popup = this;
// self.trigger.getSearcher().setAdapter(self.popup);
self.trigger.getSearcher().setAdapter(self.popup);
},
listeners: [{
eventName: BI.TextValueComboPopup.EVENT_CHANGE,

36
dist/resource.css vendored

@ -1130,69 +1130,69 @@ textarea::-webkit-scrollbar-thumb:hover {
color: inherit;
}
.text-bold-font .b-font {
*zoom: expression( this.runtimeStyle['zoom'] = '1',this.innerHTML = '');
*zoom: expression( this.runtimeStyle['zoom'] = '1',this.innerHTML = '');
}
.text-bold-font .b-font:before {
content: "\e75b";
content: "\e697";
color: inherit;
}
.text-bold-font.disabled .b-font:before {
content: "\e75b";
content: "\e697";
color: inherit;
}
.text-italic-font .b-font {
*zoom: expression( this.runtimeStyle['zoom'] = '1',this.innerHTML = '');
*zoom: expression( this.runtimeStyle['zoom'] = '1',this.innerHTML = '');
}
.text-italic-font .b-font:before {
content: "\e75c";
content: "\e69d";
color: inherit;
}
.text-italic-font.disabled .b-font:before {
content: "\e75c";
content: "\e69d";
color: inherit;
}
.text-underline-font .b-font {
*zoom: expression( this.runtimeStyle['zoom'] = '1',this.innerHTML = '');
*zoom: expression( this.runtimeStyle['zoom'] = '1',this.innerHTML = '');
}
.text-underline-font .b-font:before {
content: "\e75d";
content: "\e69c";
color: inherit;
}
.text-underline-font.disabled .b-font:before {
content: "\e75d";
content: "\e69c";
color: inherit;
}
.text-color-font .b-font {
*zoom: expression( this.runtimeStyle['zoom'] = '1',this.innerHTML = '');
*zoom: expression( this.runtimeStyle['zoom'] = '1',this.innerHTML = '');
}
.text-color-font .b-font:before {
content: "\e75a";
content: "\e698";
color: inherit;
}
.text-color-font.disabled .b-font:before {
content: "\e75a";
content: "\e698";
color: inherit;
}
.text-background-font .b-font {
*zoom: expression( this.runtimeStyle['zoom'] = '1',this.innerHTML = '');
*zoom: expression( this.runtimeStyle['zoom'] = '1',this.innerHTML = '');
}
.text-background-font .b-font:before {
content: "\e758";
content: "\e699";
color: inherit;
}
.text-background-font.disabled .b-font:before {
content: "\e758";
content: "\e699";
color: inherit;
}
.text-color-underline-font .b-font {
*zoom: expression( this.runtimeStyle['zoom'] = '1',this.innerHTML = '');
*zoom: expression( this.runtimeStyle['zoom'] = '1',this.innerHTML = '');
}
.text-color-underline-font .b-font:before {
content: "\e75d";
content: "\e69a";
color: inherit;
}
.text-color-underline-font.disabled .b-font:before {
content: "\e75d";
content: "\e69a";
color: inherit;
}
.text-align-left-font .b-font {

36
public/css/font.css

@ -715,69 +715,69 @@
color: inherit;
}
.text-bold-font .b-font {
*zoom: expression( this.runtimeStyle['zoom'] = '1',this.innerHTML = '');
*zoom: expression( this.runtimeStyle['zoom'] = '1',this.innerHTML = '');
}
.text-bold-font .b-font:before {
content: "\e75b";
content: "\e697";
color: inherit;
}
.text-bold-font.disabled .b-font:before {
content: "\e75b";
content: "\e697";
color: inherit;
}
.text-italic-font .b-font {
*zoom: expression( this.runtimeStyle['zoom'] = '1',this.innerHTML = '');
*zoom: expression( this.runtimeStyle['zoom'] = '1',this.innerHTML = '');
}
.text-italic-font .b-font:before {
content: "\e75c";
content: "\e69d";
color: inherit;
}
.text-italic-font.disabled .b-font:before {
content: "\e75c";
content: "\e69d";
color: inherit;
}
.text-underline-font .b-font {
*zoom: expression( this.runtimeStyle['zoom'] = '1',this.innerHTML = '');
*zoom: expression( this.runtimeStyle['zoom'] = '1',this.innerHTML = '');
}
.text-underline-font .b-font:before {
content: "\e75d";
content: "\e69c";
color: inherit;
}
.text-underline-font.disabled .b-font:before {
content: "\e75d";
content: "\e69c";
color: inherit;
}
.text-color-font .b-font {
*zoom: expression( this.runtimeStyle['zoom'] = '1',this.innerHTML = '');
*zoom: expression( this.runtimeStyle['zoom'] = '1',this.innerHTML = '');
}
.text-color-font .b-font:before {
content: "\e75a";
content: "\e698";
color: inherit;
}
.text-color-font.disabled .b-font:before {
content: "\e75a";
content: "\e698";
color: inherit;
}
.text-background-font .b-font {
*zoom: expression( this.runtimeStyle['zoom'] = '1',this.innerHTML = '');
*zoom: expression( this.runtimeStyle['zoom'] = '1',this.innerHTML = '');
}
.text-background-font .b-font:before {
content: "\e758";
content: "\e699";
color: inherit;
}
.text-background-font.disabled .b-font:before {
content: "\e758";
content: "\e699";
color: inherit;
}
.text-color-underline-font .b-font {
*zoom: expression( this.runtimeStyle['zoom'] = '1',this.innerHTML = '');
*zoom: expression( this.runtimeStyle['zoom'] = '1',this.innerHTML = '');
}
.text-color-underline-font .b-font:before {
content: "\e75d";
content: "\e69a";
color: inherit;
}
.text-color-underline-font.disabled .b-font:before {
content: "\e75d";
content: "\e69a";
color: inherit;
}
.text-align-left-font .b-font {

2
src/case/combo/searchtextvaluecombo/combo.searchtextvalue.js

@ -58,7 +58,7 @@ BI.SearchTextValueCombo = BI.inherit(BI.Widget, {
items: o.items,
ref: function () {
self.popup = this;
// self.trigger.getSearcher().setAdapter(self.popup);
self.trigger.getSearcher().setAdapter(self.popup);
},
listeners: [{
eventName: BI.TextValueComboPopup.EVENT_CHANGE,

36
src/css/resource/font.css

@ -715,69 +715,69 @@
color: inherit;
}
.text-bold-font .b-font {
*zoom: expression( this.runtimeStyle['zoom'] = '1',this.innerHTML = '');
*zoom: expression( this.runtimeStyle['zoom'] = '1',this.innerHTML = '');
}
.text-bold-font .b-font:before {
content: "\e75b";
content: "\e697";
color: inherit;
}
.text-bold-font.disabled .b-font:before {
content: "\e75b";
content: "\e697";
color: inherit;
}
.text-italic-font .b-font {
*zoom: expression( this.runtimeStyle['zoom'] = '1',this.innerHTML = '');
*zoom: expression( this.runtimeStyle['zoom'] = '1',this.innerHTML = '');
}
.text-italic-font .b-font:before {
content: "\e75c";
content: "\e69d";
color: inherit;
}
.text-italic-font.disabled .b-font:before {
content: "\e75c";
content: "\e69d";
color: inherit;
}
.text-underline-font .b-font {
*zoom: expression( this.runtimeStyle['zoom'] = '1',this.innerHTML = '');
*zoom: expression( this.runtimeStyle['zoom'] = '1',this.innerHTML = '');
}
.text-underline-font .b-font:before {
content: "\e75d";
content: "\e69c";
color: inherit;
}
.text-underline-font.disabled .b-font:before {
content: "\e75d";
content: "\e69c";
color: inherit;
}
.text-color-font .b-font {
*zoom: expression( this.runtimeStyle['zoom'] = '1',this.innerHTML = '');
*zoom: expression( this.runtimeStyle['zoom'] = '1',this.innerHTML = '');
}
.text-color-font .b-font:before {
content: "\e75a";
content: "\e698";
color: inherit;
}
.text-color-font.disabled .b-font:before {
content: "\e75a";
content: "\e698";
color: inherit;
}
.text-background-font .b-font {
*zoom: expression( this.runtimeStyle['zoom'] = '1',this.innerHTML = '');
*zoom: expression( this.runtimeStyle['zoom'] = '1',this.innerHTML = '');
}
.text-background-font .b-font:before {
content: "\e758";
content: "\e699";
color: inherit;
}
.text-background-font.disabled .b-font:before {
content: "\e758";
content: "\e699";
color: inherit;
}
.text-color-underline-font .b-font {
*zoom: expression( this.runtimeStyle['zoom'] = '1',this.innerHTML = '');
*zoom: expression( this.runtimeStyle['zoom'] = '1',this.innerHTML = '');
}
.text-color-underline-font .b-font:before {
content: "\e75d";
content: "\e69a";
color: inherit;
}
.text-color-underline-font.disabled .b-font:before {
content: "\e75d";
content: "\e69a";
color: inherit;
}
.text-align-left-font .b-font {

36
ui/css/font.css

@ -715,69 +715,69 @@
color: inherit;
}
.text-bold-font .b-font {
*zoom: expression( this.runtimeStyle['zoom'] = '1',this.innerHTML = '');
*zoom: expression( this.runtimeStyle['zoom'] = '1',this.innerHTML = '');
}
.text-bold-font .b-font:before {
content: "\e75b";
content: "\e697";
color: inherit;
}
.text-bold-font.disabled .b-font:before {
content: "\e75b";
content: "\e697";
color: inherit;
}
.text-italic-font .b-font {
*zoom: expression( this.runtimeStyle['zoom'] = '1',this.innerHTML = '');
*zoom: expression( this.runtimeStyle['zoom'] = '1',this.innerHTML = '');
}
.text-italic-font .b-font:before {
content: "\e75c";
content: "\e69d";
color: inherit;
}
.text-italic-font.disabled .b-font:before {
content: "\e75c";
content: "\e69d";
color: inherit;
}
.text-underline-font .b-font {
*zoom: expression( this.runtimeStyle['zoom'] = '1',this.innerHTML = '');
*zoom: expression( this.runtimeStyle['zoom'] = '1',this.innerHTML = '');
}
.text-underline-font .b-font:before {
content: "\e75d";
content: "\e69c";
color: inherit;
}
.text-underline-font.disabled .b-font:before {
content: "\e75d";
content: "\e69c";
color: inherit;
}
.text-color-font .b-font {
*zoom: expression( this.runtimeStyle['zoom'] = '1',this.innerHTML = '');
*zoom: expression( this.runtimeStyle['zoom'] = '1',this.innerHTML = '');
}
.text-color-font .b-font:before {
content: "\e75a";
content: "\e698";
color: inherit;
}
.text-color-font.disabled .b-font:before {
content: "\e75a";
content: "\e698";
color: inherit;
}
.text-background-font .b-font {
*zoom: expression( this.runtimeStyle['zoom'] = '1',this.innerHTML = '');
*zoom: expression( this.runtimeStyle['zoom'] = '1',this.innerHTML = '');
}
.text-background-font .b-font:before {
content: "\e758";
content: "\e699";
color: inherit;
}
.text-background-font.disabled .b-font:before {
content: "\e758";
content: "\e699";
color: inherit;
}
.text-color-underline-font .b-font {
*zoom: expression( this.runtimeStyle['zoom'] = '1',this.innerHTML = '');
*zoom: expression( this.runtimeStyle['zoom'] = '1',this.innerHTML = '');
}
.text-color-underline-font .b-font:before {
content: "\e75d";
content: "\e69a";
color: inherit;
}
.text-color-underline-font.disabled .b-font:before {
content: "\e75d";
content: "\e69a";
color: inherit;
}
.text-align-left-font .b-font {

Loading…
Cancel
Save