Browse Source

Merge pull request #473 in VISUAL/fineui from ~TELLER/fineui:bugfix/BI-25667 to master

* commit 'd5ca434dc71238c5b8e13d3818b2c3591a33fb49':
  update
es6
Teller 6 years ago
parent
commit
cb293e90cf
  1. 2
      dist/_fineui.min.js
  2. 4
      dist/bundle.js
  3. 2
      dist/bundle.min.js
  4. 4
      dist/fineui.js
  5. 2
      dist/fineui.min.js
  6. 4
      dist/widget.js
  7. 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

@ -94245,7 +94245,7 @@ BI.Filter.FILTER_TYPE.EMPTY_CONDITION = 37;
}
});
},
props: {
baseCls: "bi-filter-operation",
expander: {},
@ -94412,7 +94412,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/bundle.min.js vendored

File diff suppressed because one or more lines are too long

4
dist/fineui.js vendored

@ -94494,7 +94494,7 @@ BI.Filter.FILTER_TYPE.EMPTY_CONDITION = 37;
}
});
},
props: {
baseCls: "bi-filter-operation",
expander: {},
@ -94661,7 +94661,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