Browse Source

auto upgrade version to 2.0.20200928115508

es6
data 4 years ago
parent
commit
13830b8224
  1. 2
      dist/2.0/fineui.css
  2. 4
      dist/2.0/fineui.ie.min.js
  3. 2
      dist/2.0/fineui.ie.min.js.map
  4. 31
      dist/2.0/fineui.js
  5. 2
      dist/2.0/fineui.js.map
  6. 2
      dist/2.0/fineui.min.css
  7. 4
      dist/2.0/fineui.min.js
  8. 2
      dist/2.0/fineui.min.js.map
  9. 2
      dist/2.0/fineui_without_normalize.css
  10. 2
      dist/2.0/fineui_without_normalize.min.css
  11. 2
      dist/bundle.min.css
  12. 4
      dist/bundle.min.js
  13. 2
      dist/bundle.min.js.map
  14. 2
      dist/demo.css
  15. 31
      dist/demo.js
  16. 2
      dist/demo.js.map
  17. 2
      dist/fineui.css
  18. 4
      dist/fineui.ie.min.js
  19. 2
      dist/fineui.ie.min.js.map
  20. 31
      dist/fineui.js
  21. 2
      dist/fineui.js.map
  22. 2
      dist/fineui.min.css
  23. 4
      dist/fineui.min.js
  24. 2
      dist/fineui.min.js.map
  25. 31
      dist/fineui_without_jquery_polyfill.js
  26. 2
      dist/fineui_without_jquery_polyfill.js.map
  27. 2
      dist/font.css
  28. 2
      dist/utils.js
  29. 2
      dist/utils.min.js
  30. 2
      package.json

2
dist/2.0/fineui.css vendored

File diff suppressed because one or more lines are too long

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

File diff suppressed because one or more lines are too long

2
dist/2.0/fineui.ie.min.js.map vendored

File diff suppressed because one or more lines are too long

31
dist/2.0/fineui.js vendored

@ -1,4 +1,4 @@
/*! time: 2020-9-23 11:20:21 */ /*! time: 2020-9-28 11:52:41 */
/******/ (function(modules) { // webpackBootstrap /******/ (function(modules) { // webpackBootstrap
/******/ // The module cache /******/ // The module cache
/******/ var installedModules = {}; /******/ var installedModules = {};
@ -67636,6 +67636,9 @@ BI.DynamicYearQuarterTrigger = BI.inherit(BI.Trigger, {
this.yearEditor = this._createEditor(true); this.yearEditor = this._createEditor(true);
this.quarterEditor = this._createEditor(false); this.quarterEditor = this._createEditor(false);
// 暂时的解决方法
var height = o.height + 2;
BI.createWidget({ BI.createWidget({
element: this, element: this,
type: "bi.htape", type: "bi.htape",
@ -67647,9 +67650,9 @@ BI.DynamicYearQuarterTrigger = BI.inherit(BI.Trigger, {
el: { el: {
type: "bi.text_button", type: "bi.text_button",
text: BI.i18nText("BI-Multi_Date_Year"), text: BI.i18nText("BI-Multi_Date_Year"),
width: o.height width: height
}, },
width: o.height width: height
}] }]
}, { }, {
type: "bi.htape", type: "bi.htape",
@ -67657,16 +67660,17 @@ BI.DynamicYearQuarterTrigger = BI.inherit(BI.Trigger, {
el: { el: {
type: "bi.text_button", type: "bi.text_button",
text: BI.i18nText("BI-Multi_Date_Quarter"), text: BI.i18nText("BI-Multi_Date_Quarter"),
width: o.height width: height
}, },
width: o.height}] width: height
}]
}] }]
}, { }, {
el: { el: {
type: "bi.trigger_icon_button", type: "bi.trigger_icon_button",
width: o.height width: height
}, },
width: o.height width: height
}] }]
}); });
this.setValue(o.value); this.setValue(o.value);
@ -68006,11 +68010,16 @@ BI.AllValueChooserCombo = BI.inherit(BI.AbstractAllValueChooser, {
}, },
getValue: function () { getValue: function () {
return this.getAllValue();
},
getAllValue: function () {
var val = this.combo.getValue() || {}; var val = this.combo.getValue() || {};
if (val.type === BI.Selection.All) { if (val.type === BI.Selection.Multi) {
return val.assist;
}
return val.value || []; return val.value || [];
}
return BI.difference(BI.map(this.items, "value"), val.value || []);
}, },
populate: function (items) { populate: function (items) {
@ -69703,7 +69712,7 @@ BI.TreeValueChooserPane = BI.inherit(BI.AbstractTreeValueChooser, {
}, },
getAllValue: function() { getAllValue: function() {
return this.buildCompleteTree(this.combo.getValue()); return this.buildCompleteTree(this.pane.getValue());
}, },
populate: function (items) { populate: function (items) {

2
dist/2.0/fineui.js.map vendored

File diff suppressed because one or more lines are too long

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

2
dist/2.0/fineui.min.js.map vendored

File diff suppressed because one or more lines are too long

2
dist/2.0/fineui_without_normalize.css vendored

File diff suppressed because one or more lines are too long

2
dist/2.0/fineui_without_normalize.min.css vendored

File diff suppressed because one or more lines are too long

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

2
dist/bundle.min.js.map vendored

File diff suppressed because one or more lines are too long

2
dist/demo.css vendored

File diff suppressed because one or more lines are too long

31
dist/demo.js vendored

@ -1,4 +1,4 @@
/*! time: 2020-9-23 11:20:21 */ /*! time: 2020-9-28 11:52:41 */
/******/ (function(modules) { // webpackBootstrap /******/ (function(modules) { // webpackBootstrap
/******/ // The module cache /******/ // The module cache
/******/ var installedModules = {}; /******/ var installedModules = {};
@ -67636,6 +67636,9 @@ BI.DynamicYearQuarterTrigger = BI.inherit(BI.Trigger, {
this.yearEditor = this._createEditor(true); this.yearEditor = this._createEditor(true);
this.quarterEditor = this._createEditor(false); this.quarterEditor = this._createEditor(false);
// 暂时的解决方法
var height = o.height + 2;
BI.createWidget({ BI.createWidget({
element: this, element: this,
type: "bi.htape", type: "bi.htape",
@ -67647,9 +67650,9 @@ BI.DynamicYearQuarterTrigger = BI.inherit(BI.Trigger, {
el: { el: {
type: "bi.text_button", type: "bi.text_button",
text: BI.i18nText("BI-Multi_Date_Year"), text: BI.i18nText("BI-Multi_Date_Year"),
width: o.height width: height
}, },
width: o.height width: height
}] }]
}, { }, {
type: "bi.htape", type: "bi.htape",
@ -67657,16 +67660,17 @@ BI.DynamicYearQuarterTrigger = BI.inherit(BI.Trigger, {
el: { el: {
type: "bi.text_button", type: "bi.text_button",
text: BI.i18nText("BI-Multi_Date_Quarter"), text: BI.i18nText("BI-Multi_Date_Quarter"),
width: o.height width: height
}, },
width: o.height}] width: height
}]
}] }]
}, { }, {
el: { el: {
type: "bi.trigger_icon_button", type: "bi.trigger_icon_button",
width: o.height width: height
}, },
width: o.height width: height
}] }]
}); });
this.setValue(o.value); this.setValue(o.value);
@ -68006,11 +68010,16 @@ BI.AllValueChooserCombo = BI.inherit(BI.AbstractAllValueChooser, {
}, },
getValue: function () { getValue: function () {
return this.getAllValue();
},
getAllValue: function () {
var val = this.combo.getValue() || {}; var val = this.combo.getValue() || {};
if (val.type === BI.Selection.All) { if (val.type === BI.Selection.Multi) {
return val.assist;
}
return val.value || []; return val.value || [];
}
return BI.difference(BI.map(this.items, "value"), val.value || []);
}, },
populate: function (items) { populate: function (items) {
@ -69703,7 +69712,7 @@ BI.TreeValueChooserPane = BI.inherit(BI.AbstractTreeValueChooser, {
}, },
getAllValue: function() { getAllValue: function() {
return this.buildCompleteTree(this.combo.getValue()); return this.buildCompleteTree(this.pane.getValue());
}, },
populate: function (items) { populate: function (items) {

2
dist/demo.js.map vendored

File diff suppressed because one or more lines are too long

2
dist/fineui.css vendored

File diff suppressed because one or more lines are too long

4
dist/fineui.ie.min.js vendored

File diff suppressed because one or more lines are too long

2
dist/fineui.ie.min.js.map vendored

File diff suppressed because one or more lines are too long

31
dist/fineui.js vendored

@ -1,4 +1,4 @@
/*! time: 2020-9-23 11:20:21 */ /*! time: 2020-9-28 11:52:41 */
/******/ (function(modules) { // webpackBootstrap /******/ (function(modules) { // webpackBootstrap
/******/ // The module cache /******/ // The module cache
/******/ var installedModules = {}; /******/ var installedModules = {};
@ -67636,6 +67636,9 @@ BI.DynamicYearQuarterTrigger = BI.inherit(BI.Trigger, {
this.yearEditor = this._createEditor(true); this.yearEditor = this._createEditor(true);
this.quarterEditor = this._createEditor(false); this.quarterEditor = this._createEditor(false);
// 暂时的解决方法
var height = o.height + 2;
BI.createWidget({ BI.createWidget({
element: this, element: this,
type: "bi.htape", type: "bi.htape",
@ -67647,9 +67650,9 @@ BI.DynamicYearQuarterTrigger = BI.inherit(BI.Trigger, {
el: { el: {
type: "bi.text_button", type: "bi.text_button",
text: BI.i18nText("BI-Multi_Date_Year"), text: BI.i18nText("BI-Multi_Date_Year"),
width: o.height width: height
}, },
width: o.height width: height
}] }]
}, { }, {
type: "bi.htape", type: "bi.htape",
@ -67657,16 +67660,17 @@ BI.DynamicYearQuarterTrigger = BI.inherit(BI.Trigger, {
el: { el: {
type: "bi.text_button", type: "bi.text_button",
text: BI.i18nText("BI-Multi_Date_Quarter"), text: BI.i18nText("BI-Multi_Date_Quarter"),
width: o.height width: height
}, },
width: o.height}] width: height
}]
}] }]
}, { }, {
el: { el: {
type: "bi.trigger_icon_button", type: "bi.trigger_icon_button",
width: o.height width: height
}, },
width: o.height width: height
}] }]
}); });
this.setValue(o.value); this.setValue(o.value);
@ -68006,11 +68010,16 @@ BI.AllValueChooserCombo = BI.inherit(BI.AbstractAllValueChooser, {
}, },
getValue: function () { getValue: function () {
return this.getAllValue();
},
getAllValue: function () {
var val = this.combo.getValue() || {}; var val = this.combo.getValue() || {};
if (val.type === BI.Selection.All) { if (val.type === BI.Selection.Multi) {
return val.assist;
}
return val.value || []; return val.value || [];
}
return BI.difference(BI.map(this.items, "value"), val.value || []);
}, },
populate: function (items) { populate: function (items) {
@ -69703,7 +69712,7 @@ BI.TreeValueChooserPane = BI.inherit(BI.AbstractTreeValueChooser, {
}, },
getAllValue: function() { getAllValue: function() {
return this.buildCompleteTree(this.combo.getValue()); return this.buildCompleteTree(this.pane.getValue());
}, },
populate: function (items) { populate: function (items) {

2
dist/fineui.js.map vendored

File diff suppressed because one or more lines are too long

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

2
dist/fineui.min.js.map vendored

File diff suppressed because one or more lines are too long

31
dist/fineui_without_jquery_polyfill.js vendored

@ -1,4 +1,4 @@
/*! time: 2020-9-23 11:20:21 */ /*! time: 2020-9-28 11:52:41 */
/******/ (function(modules) { // webpackBootstrap /******/ (function(modules) { // webpackBootstrap
/******/ // The module cache /******/ // The module cache
/******/ var installedModules = {}; /******/ var installedModules = {};
@ -63668,6 +63668,9 @@ BI.DynamicYearQuarterTrigger = BI.inherit(BI.Trigger, {
this.yearEditor = this._createEditor(true); this.yearEditor = this._createEditor(true);
this.quarterEditor = this._createEditor(false); this.quarterEditor = this._createEditor(false);
// 暂时的解决方法
var height = o.height + 2;
BI.createWidget({ BI.createWidget({
element: this, element: this,
type: "bi.htape", type: "bi.htape",
@ -63679,9 +63682,9 @@ BI.DynamicYearQuarterTrigger = BI.inherit(BI.Trigger, {
el: { el: {
type: "bi.text_button", type: "bi.text_button",
text: BI.i18nText("BI-Multi_Date_Year"), text: BI.i18nText("BI-Multi_Date_Year"),
width: o.height width: height
}, },
width: o.height width: height
}] }]
}, { }, {
type: "bi.htape", type: "bi.htape",
@ -63689,16 +63692,17 @@ BI.DynamicYearQuarterTrigger = BI.inherit(BI.Trigger, {
el: { el: {
type: "bi.text_button", type: "bi.text_button",
text: BI.i18nText("BI-Multi_Date_Quarter"), text: BI.i18nText("BI-Multi_Date_Quarter"),
width: o.height width: height
}, },
width: o.height}] width: height
}]
}] }]
}, { }, {
el: { el: {
type: "bi.trigger_icon_button", type: "bi.trigger_icon_button",
width: o.height width: height
}, },
width: o.height width: height
}] }]
}); });
this.setValue(o.value); this.setValue(o.value);
@ -64038,11 +64042,16 @@ BI.AllValueChooserCombo = BI.inherit(BI.AbstractAllValueChooser, {
}, },
getValue: function () { getValue: function () {
return this.getAllValue();
},
getAllValue: function () {
var val = this.combo.getValue() || {}; var val = this.combo.getValue() || {};
if (val.type === BI.Selection.All) { if (val.type === BI.Selection.Multi) {
return val.assist;
}
return val.value || []; return val.value || [];
}
return BI.difference(BI.map(this.items, "value"), val.value || []);
}, },
populate: function (items) { populate: function (items) {
@ -65735,7 +65744,7 @@ BI.TreeValueChooserPane = BI.inherit(BI.AbstractTreeValueChooser, {
}, },
getAllValue: function() { getAllValue: function() {
return this.buildCompleteTree(this.combo.getValue()); return this.buildCompleteTree(this.pane.getValue());
}, },
populate: function (items) { populate: function (items) {

2
dist/fineui_without_jquery_polyfill.js.map vendored

File diff suppressed because one or more lines are too long

2
dist/font.css vendored

File diff suppressed because one or more lines are too long

2
dist/utils.js vendored

@ -1,4 +1,4 @@
/*! time: 2020-9-23 11:20:21 */ /*! time: 2020-9-28 11:52:41 */
/******/ (function(modules) { // webpackBootstrap /******/ (function(modules) { // webpackBootstrap
/******/ // The module cache /******/ // The module cache
/******/ var installedModules = {}; /******/ var installedModules = {};

2
dist/utils.min.js vendored

File diff suppressed because one or more lines are too long

2
package.json

@ -1,6 +1,6 @@
{ {
"name": "fineui", "name": "fineui",
"version": "2.0.20200923112154", "version": "2.0.20200928115508",
"description": "fineui", "description": "fineui",
"main": "dist/fineui.min.js", "main": "dist/fineui.min.js",
"types": "dist/lib/index.d.ts", "types": "dist/lib/index.d.ts",

Loading…
Cancel
Save