|
|
@ -9,7 +9,7 @@ import { extend, shortcut, createWidget } from "../../../../core"; |
|
|
|
* @class TextItem |
|
|
|
* @class TextItem |
|
|
|
* @extends BasicButton |
|
|
|
* @extends BasicButton |
|
|
|
*/ |
|
|
|
*/ |
|
|
|
@shortcut |
|
|
|
@shortcut() |
|
|
|
export class TextItem extends BasicButton { |
|
|
|
export class TextItem extends BasicButton { |
|
|
|
static xtype = "bi.text_item"; |
|
|
|
static xtype = "bi.text_item"; |
|
|
|
static EVENT_CHANGE = "EVENT_CHANGE"; |
|
|
|
static EVENT_CHANGE = "EVENT_CHANGE"; |
|
|
|