windy 7 years ago
parent
commit
a4884a9db2
  1. 12
      dist/bundle.js
  2. 36
      dist/bundle.min.js
  3. 12
      dist/case.js
  4. 12
      dist/fineui.js
  5. 38
      dist/fineui.min.js
  6. 4
      src/case/checkbox/check.arrowtreegroupnode.js
  7. 4
      src/case/checkbox/check.checkingmarknode.js
  8. 4
      src/case/checkbox/check.treegroupnode.js

12
dist/bundle.js vendored

@ -64193,9 +64193,7 @@ BI.shortcut("bi.complex_canvas", BI.ComplexCanvas);/**
BI.ArrowTreeGroupNodeCheckbox = BI.inherit(BI.IconButton, {
_defaultConfig: function () {
return BI.extend(BI.ArrowTreeGroupNodeCheckbox.superclass._defaultConfig.apply(this, arguments), {
extraCls: "bi-arrow-tree-group-node",
iconWidth: 13,
iconHeight: 13
extraCls: "bi-arrow-tree-group-node"
});
},
_init: function () {
@ -64218,9 +64216,7 @@ BI.shortcut("bi.arrow_tree_group_node_checkbox", BI.ArrowTreeGroupNodeCheckbox);
BI.CheckingMarkNode = BI.inherit(BI.IconButton, {
_defaultConfig: function () {
return BI.extend( BI.CheckingMarkNode.superclass._defaultConfig.apply(this, arguments), {
extraCls: "check-mark-font",
iconWidth: 13,
iconHeight: 13
extraCls: "check-mark-font"
});
},
_init: function () {
@ -64324,9 +64320,7 @@ BI.shortcut("bi.mid_tree_node_checkbox", BI.MidTreeNodeCheckbox);/**
BI.TreeGroupNodeCheckbox = BI.inherit(BI.IconButton, {
_defaultConfig: function () {
return BI.extend( BI.TreeGroupNodeCheckbox.superclass._defaultConfig.apply(this, arguments), {
extraCls: "tree-node-triangle-collapse-font",
iconWidth: 13,
iconHeight: 13
extraCls: "tree-node-triangle-collapse-font"
});
},
_init: function () {

36
dist/bundle.min.js vendored

File diff suppressed because one or more lines are too long

12
dist/case.js vendored

@ -2047,9 +2047,7 @@ BI.shortcut("bi.complex_canvas", BI.ComplexCanvas);/**
BI.ArrowTreeGroupNodeCheckbox = BI.inherit(BI.IconButton, {
_defaultConfig: function () {
return BI.extend(BI.ArrowTreeGroupNodeCheckbox.superclass._defaultConfig.apply(this, arguments), {
extraCls: "bi-arrow-tree-group-node",
iconWidth: 13,
iconHeight: 13
extraCls: "bi-arrow-tree-group-node"
});
},
_init: function () {
@ -2072,9 +2070,7 @@ BI.shortcut("bi.arrow_tree_group_node_checkbox", BI.ArrowTreeGroupNodeCheckbox);
BI.CheckingMarkNode = BI.inherit(BI.IconButton, {
_defaultConfig: function () {
return BI.extend( BI.CheckingMarkNode.superclass._defaultConfig.apply(this, arguments), {
extraCls: "check-mark-font",
iconWidth: 13,
iconHeight: 13
extraCls: "check-mark-font"
});
},
_init: function () {
@ -2178,9 +2174,7 @@ BI.shortcut("bi.mid_tree_node_checkbox", BI.MidTreeNodeCheckbox);/**
BI.TreeGroupNodeCheckbox = BI.inherit(BI.IconButton, {
_defaultConfig: function () {
return BI.extend( BI.TreeGroupNodeCheckbox.superclass._defaultConfig.apply(this, arguments), {
extraCls: "tree-node-triangle-collapse-font",
iconWidth: 13,
iconHeight: 13
extraCls: "tree-node-triangle-collapse-font"
});
},
_init: function () {

12
dist/fineui.js vendored

@ -65887,9 +65887,7 @@ BI.shortcut("bi.complex_canvas", BI.ComplexCanvas);/**
BI.ArrowTreeGroupNodeCheckbox = BI.inherit(BI.IconButton, {
_defaultConfig: function () {
return BI.extend(BI.ArrowTreeGroupNodeCheckbox.superclass._defaultConfig.apply(this, arguments), {
extraCls: "bi-arrow-tree-group-node",
iconWidth: 13,
iconHeight: 13
extraCls: "bi-arrow-tree-group-node"
});
},
_init: function () {
@ -65912,9 +65910,7 @@ BI.shortcut("bi.arrow_tree_group_node_checkbox", BI.ArrowTreeGroupNodeCheckbox);
BI.CheckingMarkNode = BI.inherit(BI.IconButton, {
_defaultConfig: function () {
return BI.extend( BI.CheckingMarkNode.superclass._defaultConfig.apply(this, arguments), {
extraCls: "check-mark-font",
iconWidth: 13,
iconHeight: 13
extraCls: "check-mark-font"
});
},
_init: function () {
@ -66018,9 +66014,7 @@ BI.shortcut("bi.mid_tree_node_checkbox", BI.MidTreeNodeCheckbox);/**
BI.TreeGroupNodeCheckbox = BI.inherit(BI.IconButton, {
_defaultConfig: function () {
return BI.extend( BI.TreeGroupNodeCheckbox.superclass._defaultConfig.apply(this, arguments), {
extraCls: "tree-node-triangle-collapse-font",
iconWidth: 13,
iconHeight: 13
extraCls: "tree-node-triangle-collapse-font"
});
},
_init: function () {

38
dist/fineui.min.js vendored

File diff suppressed because one or more lines are too long

4
src/case/checkbox/check.arrowtreegroupnode.js

@ -5,9 +5,7 @@
BI.ArrowTreeGroupNodeCheckbox = BI.inherit(BI.IconButton, {
_defaultConfig: function () {
return BI.extend(BI.ArrowTreeGroupNodeCheckbox.superclass._defaultConfig.apply(this, arguments), {
extraCls: "bi-arrow-tree-group-node",
iconWidth: 13,
iconHeight: 13
extraCls: "bi-arrow-tree-group-node"
});
},
_init: function () {

4
src/case/checkbox/check.checkingmarknode.js

@ -6,9 +6,7 @@
BI.CheckingMarkNode = BI.inherit(BI.IconButton, {
_defaultConfig: function () {
return BI.extend( BI.CheckingMarkNode.superclass._defaultConfig.apply(this, arguments), {
extraCls: "check-mark-font",
iconWidth: 13,
iconHeight: 13
extraCls: "check-mark-font"
});
},
_init: function () {

4
src/case/checkbox/check.treegroupnode.js

@ -7,9 +7,7 @@
BI.TreeGroupNodeCheckbox = BI.inherit(BI.IconButton, {
_defaultConfig: function () {
return BI.extend( BI.TreeGroupNodeCheckbox.superclass._defaultConfig.apply(this, arguments), {
extraCls: "tree-node-triangle-collapse-font",
iconWidth: 13,
iconHeight: 13
extraCls: "tree-node-triangle-collapse-font"
});
},
_init: function () {

Loading…
Cancel
Save