Browse Source

无JIRA任务 hover-visible 方法内置到 FineUI visual.less 中

es6
dailer 5 years ago
parent
commit
a070451b43
  1. 13
      dist/2.0/fineui.ie.js
  2. 4
      dist/2.0/fineui.ie.min.js
  3. 13
      dist/2.0/fineui.js
  4. 2
      dist/2.0/fineui.min.css
  5. 4
      dist/2.0/fineui.min.js
  6. 13
      dist/bundle.ie.js
  7. 4
      dist/bundle.ie.min.js
  8. 13
      dist/bundle.js
  9. 2
      dist/bundle.min.css
  10. 4
      dist/bundle.min.js
  11. 13
      dist/core.js
  12. 13
      dist/fineui.ie.js
  13. 4
      dist/fineui.ie.min.js
  14. 13
      dist/fineui.js
  15. 2
      dist/fineui.min.css
  16. 4
      dist/fineui.min.js
  17. 13
      dist/fineui_without_jquery_polyfill.js
  18. 2
      dist/utils.min.js
  19. 11
      src/less/visual.less

13
dist/2.0/fineui.ie.js vendored

@ -12233,6 +12233,19 @@ if (!_global.BI) {
}
kv[xtype] = cls;
};
BI.mixin = function (xtype, mixins) {
var cls;
if (BI.isNull(mixins) && BI.isPlainObject(xtype)) {
cls = BI.OB;
mixins = xtype;
BI.extend(cls.prototype, mixins);
return;
}
cls = kv[xtype];
BI.extend(cls.prototype, mixins);
};
// 根据配置属性生成widget
var createWidget = function (config) {
if (config["classType"]) {

4
dist/2.0/fineui.ie.min.js vendored

File diff suppressed because one or more lines are too long

13
dist/2.0/fineui.js vendored

@ -12233,6 +12233,19 @@ if (!_global.BI) {
}
kv[xtype] = cls;
};
BI.mixin = function (xtype, mixins) {
var cls;
if (BI.isNull(mixins) && BI.isPlainObject(xtype)) {
cls = BI.OB;
mixins = xtype;
BI.extend(cls.prototype, mixins);
return;
}
cls = kv[xtype];
BI.extend(cls.prototype, mixins);
};
// 根据配置属性生成widget
var createWidget = function (config) {
if (config["classType"]) {

2
dist/2.0/fineui.min.css vendored

File diff suppressed because one or more lines are too long

4
dist/2.0/fineui.min.js vendored

File diff suppressed because one or more lines are too long

13
dist/bundle.ie.js vendored

@ -12233,6 +12233,19 @@ if (!_global.BI) {
}
kv[xtype] = cls;
};
BI.mixin = function (xtype, mixins) {
var cls;
if (BI.isNull(mixins) && BI.isPlainObject(xtype)) {
cls = BI.OB;
mixins = xtype;
BI.extend(cls.prototype, mixins);
return;
}
cls = kv[xtype];
BI.extend(cls.prototype, mixins);
};
// 根据配置属性生成widget
var createWidget = function (config) {
if (config["classType"]) {

4
dist/bundle.ie.min.js vendored

File diff suppressed because one or more lines are too long

13
dist/bundle.js vendored

@ -12233,6 +12233,19 @@ if (!_global.BI) {
}
kv[xtype] = cls;
};
BI.mixin = function (xtype, mixins) {
var cls;
if (BI.isNull(mixins) && BI.isPlainObject(xtype)) {
cls = BI.OB;
mixins = xtype;
BI.extend(cls.prototype, mixins);
return;
}
cls = kv[xtype];
BI.extend(cls.prototype, mixins);
};
// 根据配置属性生成widget
var createWidget = function (config) {
if (config["classType"]) {

2
dist/bundle.min.css vendored

File diff suppressed because one or more lines are too long

4
dist/bundle.min.js vendored

File diff suppressed because one or more lines are too long

13
dist/core.js vendored

@ -12233,6 +12233,19 @@ if (!_global.BI) {
}
kv[xtype] = cls;
};
BI.mixin = function (xtype, mixins) {
var cls;
if (BI.isNull(mixins) && BI.isPlainObject(xtype)) {
cls = BI.OB;
mixins = xtype;
BI.extend(cls.prototype, mixins);
return;
}
cls = kv[xtype];
BI.extend(cls.prototype, mixins);
};
// 根据配置属性生成widget
var createWidget = function (config) {
if (config["classType"]) {

13
dist/fineui.ie.js vendored

@ -12478,6 +12478,19 @@ if (!_global.BI) {
}
kv[xtype] = cls;
};
BI.mixin = function (xtype, mixins) {
var cls;
if (BI.isNull(mixins) && BI.isPlainObject(xtype)) {
cls = BI.OB;
mixins = xtype;
BI.extend(cls.prototype, mixins);
return;
}
cls = kv[xtype];
BI.extend(cls.prototype, mixins);
};
// 根据配置属性生成widget
var createWidget = function (config) {
if (config["classType"]) {

4
dist/fineui.ie.min.js vendored

File diff suppressed because one or more lines are too long

13
dist/fineui.js vendored

@ -12478,6 +12478,19 @@ if (!_global.BI) {
}
kv[xtype] = cls;
};
BI.mixin = function (xtype, mixins) {
var cls;
if (BI.isNull(mixins) && BI.isPlainObject(xtype)) {
cls = BI.OB;
mixins = xtype;
BI.extend(cls.prototype, mixins);
return;
}
cls = kv[xtype];
BI.extend(cls.prototype, mixins);
};
// 根据配置属性生成widget
var createWidget = function (config) {
if (config["classType"]) {

2
dist/fineui.min.css vendored

File diff suppressed because one or more lines are too long

4
dist/fineui.min.js vendored

File diff suppressed because one or more lines are too long

13
dist/fineui_without_jquery_polyfill.js vendored

@ -12233,6 +12233,19 @@ if (!_global.BI) {
}
kv[xtype] = cls;
};
BI.mixin = function (xtype, mixins) {
var cls;
if (BI.isNull(mixins) && BI.isPlainObject(xtype)) {
cls = BI.OB;
mixins = xtype;
BI.extend(cls.prototype, mixins);
return;
}
cls = kv[xtype];
BI.extend(cls.prototype, mixins);
};
// 根据配置属性生成widget
var createWidget = function (config) {
if (config["classType"]) {

2
dist/utils.min.js vendored

File diff suppressed because one or more lines are too long

11
src/less/visual.less

@ -313,4 +313,15 @@
-ms-transform-origin: @x @y;
-o-transform-origin: @x @y;
transform-origin: @x @y;
}
.hover-visible(@cls) {
& .@{cls} {
visibility: hidden;
}
&:hover {
& .@{cls} {
visibility: visible;
}
}
}
Loading…
Cancel
Save