|
|
@ -3,7 +3,7 @@ import { PopupView, Label } from "@/base"; |
|
|
|
|
|
|
|
|
|
|
|
@shortcut() |
|
|
|
@shortcut() |
|
|
|
export class BubblePopupView extends PopupView { |
|
|
|
export class BubblePopupView extends PopupView { |
|
|
|
static xtype = "bi.text_bubble_bar_popup_view"; |
|
|
|
static xtype = "bi.bubble_popup_view"; |
|
|
|
|
|
|
|
|
|
|
|
static EVENT_CLICK_TOOLBAR_BUTTON = "EVENT_CLICK_TOOLBAR_BUTTON"; |
|
|
|
static EVENT_CLICK_TOOLBAR_BUTTON = "EVENT_CLICK_TOOLBAR_BUTTON"; |
|
|
|
static EVENT_CHANGE = "EVENT_CLICK_TOOLBAR_BUTTON"; |
|
|
|
static EVENT_CHANGE = "EVENT_CLICK_TOOLBAR_BUTTON"; |
|
|
|