|
|
@ -11,6 +11,10 @@ export class MultiTreeSearchInsertPane extends Widget { |
|
|
|
el: { type: PartTree.xtype }, |
|
|
|
el: { type: PartTree.xtype }, |
|
|
|
}; |
|
|
|
}; |
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
static constants = { |
|
|
|
|
|
|
|
height: 24, |
|
|
|
|
|
|
|
}; |
|
|
|
|
|
|
|
|
|
|
|
static EVENT_CHANGE = "EVENT_CHANGE"; |
|
|
|
static EVENT_CHANGE = "EVENT_CHANGE"; |
|
|
|
static EVENT_CLICK_CONFIRM = "EVENT_CLICK_CONFIRM"; |
|
|
|
static EVENT_CLICK_CONFIRM = "EVENT_CLICK_CONFIRM"; |
|
|
|
static EVENT_CLICK_CLEAR = "EVENT_CLICK_CLEAR"; |
|
|
|
static EVENT_CLICK_CLEAR = "EVENT_CLICK_CLEAR"; |
|
|
|