Browse Source

Merge branch 'master' of http://cloud.finedevelop.com:2015/scm/visual/fineui

# Conflicts:
#	dist/bundle.min.js
es6
windy 6 years ago
parent
commit
ab50c5f000
  1. 2
      dist/_fineui.min.js
  2. 4
      dist/bundle.js
  3. 4
      dist/fineui.js
  4. 2
      dist/fineui.min.js
  5. 4
      dist/widget.js
  6. 4
      src/widget/filter/operation/filter.operation.js

2
dist/_fineui.min.js vendored

File diff suppressed because one or more lines are too long

4
dist/bundle.js vendored

@ -94244,7 +94244,7 @@ BI.Filter.FILTER_TYPE.EMPTY_CONDITION = 37;
}
});
},
props: {
baseCls: "bi-filter-operation",
expander: {},
@ -94411,7 +94411,7 @@ BI.Filter.FILTER_TYPE.EMPTY_CONDITION = 37;
iconCls2: "pull-down-font",
text: text,
height: 30,
width: 100
width: 110
});
combos.push({
type: "bi.combo",

4
dist/fineui.js vendored

@ -94493,7 +94493,7 @@ BI.Filter.FILTER_TYPE.EMPTY_CONDITION = 37;
}
});
},
props: {
baseCls: "bi-filter-operation",
expander: {},
@ -94660,7 +94660,7 @@ BI.Filter.FILTER_TYPE.EMPTY_CONDITION = 37;
iconCls2: "pull-down-font",
text: text,
height: 30,
width: 100
width: 110
});
combos.push({
type: "bi.combo",

2
dist/fineui.min.js vendored

File diff suppressed because one or more lines are too long

4
dist/widget.js vendored

@ -6590,7 +6590,7 @@ BI.Filter.FILTER_TYPE.EMPTY_CONDITION = 37;
}
});
},
props: {
baseCls: "bi-filter-operation",
expander: {},
@ -6757,7 +6757,7 @@ BI.Filter.FILTER_TYPE.EMPTY_CONDITION = 37;
iconCls2: "pull-down-font",
text: text,
height: 30,
width: 100
width: 110
});
combos.push({
type: "bi.combo",

4
src/widget/filter/operation/filter.operation.js

@ -28,7 +28,7 @@
}
});
},
props: {
baseCls: "bi-filter-operation",
expander: {},
@ -195,7 +195,7 @@
iconCls2: "pull-down-font",
text: text,
height: 30,
width: 100
width: 110
});
combos.push({
type: "bi.combo",

Loading…
Cancel
Save