Browse Source

BI-24643 下拉小三角视觉

es6
windy 6 years ago
parent
commit
1002131d85
  1. 20
      dist/bundle.css
  2. 20
      dist/fineui.css
  3. 30
      dist/fineui.js
  4. 30
      dist/polyfill.js
  5. 20
      dist/resource.css
  6. 20
      public/css/font.css
  7. 20
      src/css/resource/font.css
  8. 4
      src/less/resource/font.less
  9. 29
      src/polyfill/function.js
  10. 20
      ui/css/font.css

20
dist/bundle.css vendored

@ -5597,16 +5597,6 @@ textarea::-webkit-scrollbar-thumb:hover {
content: "\e75e";
color: inherit;
}
.less-font:hover .b-font:before,
.less-font.hover .b-font:before {
content: "\e75e";
color: inherit;
}
.less-font:active .b-font:before,
.less-font.active .b-font:before {
content: "\e75e";
color: #3f8ce8;
}
.less-font.disabled .b-font:before {
content: "\e75e";
color: inherit;
@ -5618,16 +5608,6 @@ textarea::-webkit-scrollbar-thumb:hover {
content: "\e761";
color: inherit;
}
.less-equal-font:hover .b-font:before,
.less-equal-font.hover .b-font:before {
content: "\e761";
color: inherit;
}
.less-equal-font:active .b-font:before,
.less-equal-font.active .b-font:before {
content: "\e761";
color: #3f8ce8;
}
.less-equal-font.disabled .b-font:before {
content: "\e761";
color: inherit;

20
dist/fineui.css vendored

@ -5597,16 +5597,6 @@ textarea::-webkit-scrollbar-thumb:hover {
content: "\e75e";
color: inherit;
}
.less-font:hover .b-font:before,
.less-font.hover .b-font:before {
content: "\e75e";
color: inherit;
}
.less-font:active .b-font:before,
.less-font.active .b-font:before {
content: "\e75e";
color: #3f8ce8;
}
.less-font.disabled .b-font:before {
content: "\e75e";
color: inherit;
@ -5618,16 +5608,6 @@ textarea::-webkit-scrollbar-thumb:hover {
content: "\e761";
color: inherit;
}
.less-equal-font:hover .b-font:before,
.less-equal-font.hover .b-font:before {
content: "\e761";
color: inherit;
}
.less-equal-font:active .b-font:before,
.less-equal-font.active .b-font:before {
content: "\e761";
color: #3f8ce8;
}
.less-equal-font.disabled .b-font:before {
content: "\e761";
color: inherit;

30
dist/fineui.js vendored

@ -106,35 +106,7 @@ window.console = window.console || (function () {
};
return c;
})();
if (!Function.prototype.bind) {
Function.prototype.bind = function(oThis) {
if (typeof this !== 'function') {
// closest thing possible to the ECMAScript 5
// internal IsCallable function
throw new TypeError('Function.prototype.bind - what is trying to be bound is not callable');
}
var aArgs = Array.prototype.slice.call(arguments, 1),
fToBind = this,
fNOP = function() {},
fBound = function() {
return fToBind.apply(this instanceof fNOP
? this
: oThis,
// 获取调用时(fBound)的传参.bind 返回的函数入参往往是这么传递的
aArgs.concat(Array.prototype.slice.call(arguments)));
};
// 维护原型关系
if (this.prototype) {
// Function.prototype doesn't have a prototype property
fNOP.prototype = this.prototype;
}
fBound.prototype = new fNOP();
return fBound;
};
}/*
/*
* 前端缓存
*/
window.localStorage || (window.localStorage = {

30
dist/polyfill.js vendored

@ -106,35 +106,7 @@ window.console = window.console || (function () {
};
return c;
})();
if (!Function.prototype.bind) {
Function.prototype.bind = function(oThis) {
if (typeof this !== 'function') {
// closest thing possible to the ECMAScript 5
// internal IsCallable function
throw new TypeError('Function.prototype.bind - what is trying to be bound is not callable');
}
var aArgs = Array.prototype.slice.call(arguments, 1),
fToBind = this,
fNOP = function() {},
fBound = function() {
return fToBind.apply(this instanceof fNOP
? this
: oThis,
// 获取调用时(fBound)的传参.bind 返回的函数入参往往是这么传递的
aArgs.concat(Array.prototype.slice.call(arguments)));
};
// 维护原型关系
if (this.prototype) {
// Function.prototype doesn't have a prototype property
fNOP.prototype = this.prototype;
}
fBound.prototype = new fNOP();
return fBound;
};
}/*
/*
* 前端缓存
*/
window.localStorage || (window.localStorage = {

20
dist/resource.css vendored

@ -1035,16 +1035,6 @@ textarea::-webkit-scrollbar-thumb:hover {
content: "\e75e";
color: inherit;
}
.less-font:hover .b-font:before,
.less-font.hover .b-font:before {
content: "\e75e";
color: inherit;
}
.less-font:active .b-font:before,
.less-font.active .b-font:before {
content: "\e75e";
color: #3f8ce8;
}
.less-font.disabled .b-font:before {
content: "\e75e";
color: inherit;
@ -1056,16 +1046,6 @@ textarea::-webkit-scrollbar-thumb:hover {
content: "\e761";
color: inherit;
}
.less-equal-font:hover .b-font:before,
.less-equal-font.hover .b-font:before {
content: "\e761";
color: inherit;
}
.less-equal-font:active .b-font:before,
.less-equal-font.active .b-font:before {
content: "\e761";
color: #3f8ce8;
}
.less-equal-font.disabled .b-font:before {
content: "\e761";
color: inherit;

20
public/css/font.css

@ -699,16 +699,6 @@
content: "\e75e";
color: inherit;
}
.less-font:hover .b-font:before,
.less-font.hover .b-font:before {
content: "\e75e";
color: inherit;
}
.less-font:active .b-font:before,
.less-font.active .b-font:before {
content: "\e75e";
color: #3f8ce8;
}
.less-font.disabled .b-font:before {
content: "\e75e";
color: inherit;
@ -720,16 +710,6 @@
content: "\e761";
color: inherit;
}
.less-equal-font:hover .b-font:before,
.less-equal-font.hover .b-font:before {
content: "\e761";
color: inherit;
}
.less-equal-font:active .b-font:before,
.less-equal-font.active .b-font:before {
content: "\e761";
color: #3f8ce8;
}
.less-equal-font.disabled .b-font:before {
content: "\e761";
color: inherit;

20
src/css/resource/font.css

@ -699,16 +699,6 @@
content: "\e75e";
color: inherit;
}
.less-font:hover .b-font:before,
.less-font.hover .b-font:before {
content: "\e75e";
color: inherit;
}
.less-font:active .b-font:before,
.less-font.active .b-font:before {
content: "\e75e";
color: #3f8ce8;
}
.less-font.disabled .b-font:before {
content: "\e75e";
color: inherit;
@ -720,16 +710,6 @@
content: "\e761";
color: inherit;
}
.less-equal-font:hover .b-font:before,
.less-equal-font.hover .b-font:before {
content: "\e761";
color: inherit;
}
.less-equal-font:active .b-font:before,
.less-equal-font.active .b-font:before {
content: "\e761";
color: #3f8ce8;
}
.less-equal-font.disabled .b-font:before {
content: "\e761";
color: inherit;

4
src/less/resource/font.less

@ -93,8 +93,8 @@
.font(drag-tag-font, @font-cross, @color-bi-text-redmark);
//数值区间
.font-hover-active(less-font, @font-less);
.font-hover-active(less-equal-font, @font-less-equal);
.font(less-font, @font-less);
.font(less-equal-font, @font-less-equal);
//文本控件
.font(text-bold-font, @font-bold);

29
src/polyfill/function.js

@ -1,29 +0,0 @@
if (!Function.prototype.bind) {
Function.prototype.bind = function(oThis) {
if (typeof this !== 'function') {
// closest thing possible to the ECMAScript 5
// internal IsCallable function
throw new TypeError('Function.prototype.bind - what is trying to be bound is not callable');
}
var aArgs = Array.prototype.slice.call(arguments, 1),
fToBind = this,
fNOP = function() {},
fBound = function() {
return fToBind.apply(this instanceof fNOP
? this
: oThis,
// 获取调用时(fBound)的传参.bind 返回的函数入参往往是这么传递的
aArgs.concat(Array.prototype.slice.call(arguments)));
};
// 维护原型关系
if (this.prototype) {
// Function.prototype doesn't have a prototype property
fNOP.prototype = this.prototype;
}
fBound.prototype = new fNOP();
return fBound;
};
}

20
ui/css/font.css

@ -699,16 +699,6 @@
content: "\e75e";
color: inherit;
}
.less-font:hover .b-font:before,
.less-font.hover .b-font:before {
content: "\e75e";
color: inherit;
}
.less-font:active .b-font:before,
.less-font.active .b-font:before {
content: "\e75e";
color: #3f8ce8;
}
.less-font.disabled .b-font:before {
content: "\e75e";
color: inherit;
@ -720,16 +710,6 @@
content: "\e761";
color: inherit;
}
.less-equal-font:hover .b-font:before,
.less-equal-font.hover .b-font:before {
content: "\e761";
color: inherit;
}
.less-equal-font:active .b-font:before,
.less-equal-font.active .b-font:before {
content: "\e761";
color: #3f8ce8;
}
.less-equal-font.disabled .b-font:before {
content: "\e761";
color: inherit;

Loading…
Cancel
Save