|
|
|
@ -4,7 +4,7 @@
|
|
|
|
|
*/ |
|
|
|
|
import { shortcut, Widget, extend, isPositiveInteger, createWidget, parseInt, HorizontalAlign, isNotEmptyObject } from "../../core"; |
|
|
|
|
// import { TextEditor } from "../../widget/editor/editor.text";
|
|
|
|
|
import { Pager } from "../../base/pager/pager"; |
|
|
|
|
import { Pager } from "../../base"; |
|
|
|
|
@shortcut() |
|
|
|
|
export class AllCountPager extends Widget { |
|
|
|
|
static xtype = "bi.all_count_pager"; |
|
|
|
|