Browse Source

auto upgrade version to 2.0.20210604102234

es6
data 3 years ago
parent
commit
363683de8e
  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. 17
      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/core.css
  12. 17
      dist/core.js
  13. 2
      dist/core.js.map
  14. 2
      dist/demo.css
  15. 17
      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. 17
      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. 2
      dist/fineui.proxy.css
  26. 17
      dist/fineui.proxy.js
  27. 2
      dist/fineui.proxy.js.map
  28. 2
      dist/fineui.proxy.min.css
  29. 4
      dist/fineui.proxy.min.js
  30. 2
      dist/fineui.proxy.min.js.map
  31. 17
      dist/fineui_without_jquery_polyfill.js
  32. 2
      dist/fineui_without_jquery_polyfill.js.map
  33. 2
      dist/font.css
  34. 4
      dist/lib/base/single/button/buttons/button.icon.d.ts
  35. 4
      dist/lib/case/editor/editor.sign.d.ts
  36. 4
      dist/lib/case/editor/editor.state.d.ts
  37. 1
      dist/lib/case/pager/pager.all.count.d.ts
  38. 2
      dist/resource.css
  39. 2
      dist/utils.js
  40. 2
      dist/utils.min.js
  41. 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

17
dist/2.0/fineui.js vendored

@ -1,4 +1,4 @@
/*! time: 2021-6-3 4:30:25 PM */ /*! time: 2021-6-4 10:20:49 AM */
/******/ (function(modules) { // webpackBootstrap /******/ (function(modules) { // webpackBootstrap
/******/ // The module cache /******/ // The module cache
/******/ var installedModules = {}; /******/ var installedModules = {};
@ -40931,6 +40931,7 @@ BI.AllCountPager = BI.inherit(BI.Widget, {
pages: 1, // 必选项 pages: 1, // 必选项
curr: 1, // 初始化当前页, pages为数字时可用, curr: 1, // 初始化当前页, pages为数字时可用,
count: 1, // 总行数 count: 1, // 总行数
rowInfoObject: null,
showRowCount: true showRowCount: true
}); });
}, },
@ -41056,7 +41057,9 @@ BI.AllCountPager = BI.inherit(BI.Widget, {
type: "bi.label", type: "bi.label",
height: o.height, height: o.height,
text: BI.i18nText("BI-Basic_Total"), text: BI.i18nText("BI-Basic_Total"),
width: 15 ref: function (_ref) {
self.prevText = _ref;
}
}, { }, {
type: "bi.label", type: "bi.label",
ref: function (_ref) { ref: function (_ref) {
@ -41071,9 +41074,9 @@ BI.AllCountPager = BI.inherit(BI.Widget, {
type: "bi.label", type: "bi.label",
height: o.height, height: o.height,
text: BI.i18nText("BI-Tiao_Data"), text: BI.i18nText("BI-Tiao_Data"),
width: 50, width: 40,
textAlign: "left" textAlign: "left"
}] }, BI.isNotEmptyObject(o.rowInfoObject) ? o.rowInfoObject : null]
}; };
}, },
@ -41101,6 +41104,12 @@ BI.AllCountPager = BI.inherit(BI.Widget, {
} }
}, },
setCountPrevText: function (text) {
if (this.options.showRowCount) {
this.prevText.setText(text);
}
},
getCurrentPage: function () { getCurrentPage: function () {
return this.pager.getCurrentPage(); return this.pager.getCurrentPage();
}, },

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/core.css vendored

File diff suppressed because one or more lines are too long

17
dist/core.js vendored

@ -1,4 +1,4 @@
/*! time: 2021-6-3 4:30:25 PM */ /*! time: 2021-6-4 10:20:49 AM */
/******/ (function(modules) { // webpackBootstrap /******/ (function(modules) { // webpackBootstrap
/******/ // The module cache /******/ // The module cache
/******/ var installedModules = {}; /******/ var installedModules = {};
@ -40931,6 +40931,7 @@ BI.AllCountPager = BI.inherit(BI.Widget, {
pages: 1, // 必选项 pages: 1, // 必选项
curr: 1, // 初始化当前页, pages为数字时可用, curr: 1, // 初始化当前页, pages为数字时可用,
count: 1, // 总行数 count: 1, // 总行数
rowInfoObject: null,
showRowCount: true showRowCount: true
}); });
}, },
@ -41056,7 +41057,9 @@ BI.AllCountPager = BI.inherit(BI.Widget, {
type: "bi.label", type: "bi.label",
height: o.height, height: o.height,
text: BI.i18nText("BI-Basic_Total"), text: BI.i18nText("BI-Basic_Total"),
width: 15 ref: function (_ref) {
self.prevText = _ref;
}
}, { }, {
type: "bi.label", type: "bi.label",
ref: function (_ref) { ref: function (_ref) {
@ -41071,9 +41074,9 @@ BI.AllCountPager = BI.inherit(BI.Widget, {
type: "bi.label", type: "bi.label",
height: o.height, height: o.height,
text: BI.i18nText("BI-Tiao_Data"), text: BI.i18nText("BI-Tiao_Data"),
width: 50, width: 40,
textAlign: "left" textAlign: "left"
}] }, BI.isNotEmptyObject(o.rowInfoObject) ? o.rowInfoObject : null]
}; };
}, },
@ -41101,6 +41104,12 @@ BI.AllCountPager = BI.inherit(BI.Widget, {
} }
}, },
setCountPrevText: function (text) {
if (this.options.showRowCount) {
this.prevText.setText(text);
}
},
getCurrentPage: function () { getCurrentPage: function () {
return this.pager.getCurrentPage(); return this.pager.getCurrentPage();
}, },

2
dist/core.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

17
dist/demo.js vendored

@ -1,4 +1,4 @@
/*! time: 2021-6-3 4:30:25 PM */ /*! time: 2021-6-4 10:20:49 AM */
/******/ (function(modules) { // webpackBootstrap /******/ (function(modules) { // webpackBootstrap
/******/ // The module cache /******/ // The module cache
/******/ var installedModules = {}; /******/ var installedModules = {};
@ -40931,6 +40931,7 @@ BI.AllCountPager = BI.inherit(BI.Widget, {
pages: 1, // 必选项 pages: 1, // 必选项
curr: 1, // 初始化当前页, pages为数字时可用, curr: 1, // 初始化当前页, pages为数字时可用,
count: 1, // 总行数 count: 1, // 总行数
rowInfoObject: null,
showRowCount: true showRowCount: true
}); });
}, },
@ -41056,7 +41057,9 @@ BI.AllCountPager = BI.inherit(BI.Widget, {
type: "bi.label", type: "bi.label",
height: o.height, height: o.height,
text: BI.i18nText("BI-Basic_Total"), text: BI.i18nText("BI-Basic_Total"),
width: 15 ref: function (_ref) {
self.prevText = _ref;
}
}, { }, {
type: "bi.label", type: "bi.label",
ref: function (_ref) { ref: function (_ref) {
@ -41071,9 +41074,9 @@ BI.AllCountPager = BI.inherit(BI.Widget, {
type: "bi.label", type: "bi.label",
height: o.height, height: o.height,
text: BI.i18nText("BI-Tiao_Data"), text: BI.i18nText("BI-Tiao_Data"),
width: 50, width: 40,
textAlign: "left" textAlign: "left"
}] }, BI.isNotEmptyObject(o.rowInfoObject) ? o.rowInfoObject : null]
}; };
}, },
@ -41101,6 +41104,12 @@ BI.AllCountPager = BI.inherit(BI.Widget, {
} }
}, },
setCountPrevText: function (text) {
if (this.options.showRowCount) {
this.prevText.setText(text);
}
},
getCurrentPage: function () { getCurrentPage: function () {
return this.pager.getCurrentPage(); return this.pager.getCurrentPage();
}, },

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

17
dist/fineui.js vendored

@ -1,4 +1,4 @@
/*! time: 2021-6-3 4:30:25 PM */ /*! time: 2021-6-4 10:20:49 AM */
/******/ (function(modules) { // webpackBootstrap /******/ (function(modules) { // webpackBootstrap
/******/ // The module cache /******/ // The module cache
/******/ var installedModules = {}; /******/ var installedModules = {};
@ -40931,6 +40931,7 @@ BI.AllCountPager = BI.inherit(BI.Widget, {
pages: 1, // 必选项 pages: 1, // 必选项
curr: 1, // 初始化当前页, pages为数字时可用, curr: 1, // 初始化当前页, pages为数字时可用,
count: 1, // 总行数 count: 1, // 总行数
rowInfoObject: null,
showRowCount: true showRowCount: true
}); });
}, },
@ -41056,7 +41057,9 @@ BI.AllCountPager = BI.inherit(BI.Widget, {
type: "bi.label", type: "bi.label",
height: o.height, height: o.height,
text: BI.i18nText("BI-Basic_Total"), text: BI.i18nText("BI-Basic_Total"),
width: 15 ref: function (_ref) {
self.prevText = _ref;
}
}, { }, {
type: "bi.label", type: "bi.label",
ref: function (_ref) { ref: function (_ref) {
@ -41071,9 +41074,9 @@ BI.AllCountPager = BI.inherit(BI.Widget, {
type: "bi.label", type: "bi.label",
height: o.height, height: o.height,
text: BI.i18nText("BI-Tiao_Data"), text: BI.i18nText("BI-Tiao_Data"),
width: 50, width: 40,
textAlign: "left" textAlign: "left"
}] }, BI.isNotEmptyObject(o.rowInfoObject) ? o.rowInfoObject : null]
}; };
}, },
@ -41101,6 +41104,12 @@ BI.AllCountPager = BI.inherit(BI.Widget, {
} }
}, },
setCountPrevText: function (text) {
if (this.options.showRowCount) {
this.prevText.setText(text);
}
},
getCurrentPage: function () { getCurrentPage: function () {
return this.pager.getCurrentPage(); return this.pager.getCurrentPage();
}, },

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

2
dist/fineui.proxy.css vendored

File diff suppressed because one or more lines are too long

17
dist/fineui.proxy.js vendored

@ -1,4 +1,4 @@
/*! time: 2021-6-3 4:30:25 PM */ /*! time: 2021-6-4 10:20:49 AM */
/******/ (function(modules) { // webpackBootstrap /******/ (function(modules) { // webpackBootstrap
/******/ // The module cache /******/ // The module cache
/******/ var installedModules = {}; /******/ var installedModules = {};
@ -38392,6 +38392,7 @@ BI.AllCountPager = BI.inherit(BI.Widget, {
pages: 1, // 必选项 pages: 1, // 必选项
curr: 1, // 初始化当前页, pages为数字时可用, curr: 1, // 初始化当前页, pages为数字时可用,
count: 1, // 总行数 count: 1, // 总行数
rowInfoObject: null,
showRowCount: true showRowCount: true
}); });
}, },
@ -38517,7 +38518,9 @@ BI.AllCountPager = BI.inherit(BI.Widget, {
type: "bi.label", type: "bi.label",
height: o.height, height: o.height,
text: BI.i18nText("BI-Basic_Total"), text: BI.i18nText("BI-Basic_Total"),
width: 15 ref: function (_ref) {
self.prevText = _ref;
}
}, { }, {
type: "bi.label", type: "bi.label",
ref: function (_ref) { ref: function (_ref) {
@ -38532,9 +38535,9 @@ BI.AllCountPager = BI.inherit(BI.Widget, {
type: "bi.label", type: "bi.label",
height: o.height, height: o.height,
text: BI.i18nText("BI-Tiao_Data"), text: BI.i18nText("BI-Tiao_Data"),
width: 50, width: 40,
textAlign: "left" textAlign: "left"
}] }, BI.isNotEmptyObject(o.rowInfoObject) ? o.rowInfoObject : null]
}; };
}, },
@ -38562,6 +38565,12 @@ BI.AllCountPager = BI.inherit(BI.Widget, {
} }
}, },
setCountPrevText: function (text) {
if (this.options.showRowCount) {
this.prevText.setText(text);
}
},
getCurrentPage: function () { getCurrentPage: function () {
return this.pager.getCurrentPage(); return this.pager.getCurrentPage();
}, },

2
dist/fineui.proxy.js.map vendored

File diff suppressed because one or more lines are too long

2
dist/fineui.proxy.min.css vendored

File diff suppressed because one or more lines are too long

4
dist/fineui.proxy.min.js vendored

File diff suppressed because one or more lines are too long

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

File diff suppressed because one or more lines are too long

17
dist/fineui_without_jquery_polyfill.js vendored

@ -1,4 +1,4 @@
/*! time: 2021-6-3 4:30:25 PM */ /*! time: 2021-6-4 10:20:49 AM */
/******/ (function(modules) { // webpackBootstrap /******/ (function(modules) { // webpackBootstrap
/******/ // The module cache /******/ // The module cache
/******/ var installedModules = {}; /******/ var installedModules = {};
@ -38002,6 +38002,7 @@ BI.AllCountPager = BI.inherit(BI.Widget, {
pages: 1, // 必选项 pages: 1, // 必选项
curr: 1, // 初始化当前页, pages为数字时可用, curr: 1, // 初始化当前页, pages为数字时可用,
count: 1, // 总行数 count: 1, // 总行数
rowInfoObject: null,
showRowCount: true showRowCount: true
}); });
}, },
@ -38127,7 +38128,9 @@ BI.AllCountPager = BI.inherit(BI.Widget, {
type: "bi.label", type: "bi.label",
height: o.height, height: o.height,
text: BI.i18nText("BI-Basic_Total"), text: BI.i18nText("BI-Basic_Total"),
width: 15 ref: function (_ref) {
self.prevText = _ref;
}
}, { }, {
type: "bi.label", type: "bi.label",
ref: function (_ref) { ref: function (_ref) {
@ -38142,9 +38145,9 @@ BI.AllCountPager = BI.inherit(BI.Widget, {
type: "bi.label", type: "bi.label",
height: o.height, height: o.height,
text: BI.i18nText("BI-Tiao_Data"), text: BI.i18nText("BI-Tiao_Data"),
width: 50, width: 40,
textAlign: "left" textAlign: "left"
}] }, BI.isNotEmptyObject(o.rowInfoObject) ? o.rowInfoObject : null]
}; };
}, },
@ -38172,6 +38175,12 @@ BI.AllCountPager = BI.inherit(BI.Widget, {
} }
}, },
setCountPrevText: function (text) {
if (this.options.showRowCount) {
this.prevText.setText(text);
}
},
getCurrentPage: function () { getCurrentPage: function () {
return this.pager.getCurrentPage(); return this.pager.getCurrentPage();
}, },

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

4
dist/lib/base/single/button/buttons/button.icon.d.ts vendored

@ -3,7 +3,7 @@ export declare class IconButton extends BasicButton {
static xtype: string; static xtype: string;
static EVENT_CHANGE: string; static EVENT_CHANGE: string;
props: { props: {
iconWidth: number; iconWidth?: number;
iconHeight: number; iconHeight?: number;
} & BasicButton['props']; } & BasicButton['props'];
} }

4
dist/lib/case/editor/editor.sign.d.ts vendored

@ -31,6 +31,6 @@ export declare class SignEditor extends Widget {
getErrorText(): string; getErrorText(): string;
isEditing(): boolean; isEditing(): boolean;
getLastChangedValue(): string; getLastChangedValue(): string;
getState(): any; getState(): number | string | Array<string>;
setState(...args: any[]): void; setState(...args: (number | string | Array<string>)[]): void;
} }

4
dist/lib/case/editor/editor.state.d.ts vendored

@ -29,6 +29,6 @@ export declare class StateEditor extends Widget {
getErrorText(): string; getErrorText(): string;
isEditing(): boolean; isEditing(): boolean;
getLastChangedValue(): string; getLastChangedValue(): string;
getState(): any; getState(): number | string | Array<string>;
setState(...args: any[]): void; setState(...args: (number | string | Array<string>)[]): void;
} }

1
dist/lib/case/pager/pager.all.count.d.ts vendored

@ -6,6 +6,7 @@ export declare class AllCountPager extends Widget {
setValue(v: number): void; setValue(v: number): void;
setVPage(v: number): void; setVPage(v: number): void;
setCount(v: number | string): void; setCount(v: number | string): void;
setCountPrevText(v: string): void;
getCurrentPage(): number; getCurrentPage(): number;
hasPrev(): boolean; hasPrev(): boolean;
hasNext(): boolean; hasNext(): boolean;

2
dist/resource.css vendored

File diff suppressed because one or more lines are too long

2
dist/utils.js vendored

@ -1,4 +1,4 @@
/*! time: 2021-6-3 4:30:25 PM */ /*! time: 2021-6-4 10:20:49 AM */
/******/ (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.20210603163231", "version": "2.0.20210604102234",
"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