|
|
@ -3,8 +3,8 @@ |
|
|
|
* Created by Young's on 2016/10/13. |
|
|
|
* Created by Young's on 2016/10/13. |
|
|
|
*/ |
|
|
|
*/ |
|
|
|
import { shortcut, Widget, extend, isPositiveInteger, createWidget, parseInt, HorizontalAlign, isNotEmptyObject } from "@/core"; |
|
|
|
import { shortcut, Widget, extend, isPositiveInteger, createWidget, parseInt, HorizontalAlign, isNotEmptyObject } from "@/core"; |
|
|
|
// import { TextEditor } from "../../widget/editor/editor.text";
|
|
|
|
// import { TextEditor } from "@/widget/editor/editor.text";
|
|
|
|
import { Pager } from "../../base"; |
|
|
|
import { Pager } from "@/base"; |
|
|
|
@shortcut() |
|
|
|
@shortcut() |
|
|
|
export class AllCountPager extends Widget { |
|
|
|
export class AllCountPager extends Widget { |
|
|
|
static xtype = "bi.all_count_pager"; |
|
|
|
static xtype = "bi.all_count_pager"; |
|
|
|