|
|
@ -20,6 +20,7 @@ import { IconChangeButton } from "./case/button/icon/icon.change"; |
|
|
|
import { MultiSelectItem } from "./case/button/item.multiselect"; |
|
|
|
import { MultiSelectItem } from "./case/button/item.multiselect"; |
|
|
|
import { BubbleCombo } from "./case/combo/bubblecombo/combo.bubble"; |
|
|
|
import { BubbleCombo } from "./case/combo/bubblecombo/combo.bubble"; |
|
|
|
import { TextValueCombo } from "./case/combo/combo.textvalue"; |
|
|
|
import { TextValueCombo } from "./case/combo/combo.textvalue"; |
|
|
|
|
|
|
|
import { TextValueComboPopup } from "./case/combo/popup.textvalue"; |
|
|
|
import { SmallTextValueCombo } from "./case/combo/combo.textvaluesmall"; |
|
|
|
import { SmallTextValueCombo } from "./case/combo/combo.textvaluesmall"; |
|
|
|
import { SearchTextValueCombo } from "./case/combo/searchtextvaluecombo/combo.searchtextvalue"; |
|
|
|
import { SearchTextValueCombo } from "./case/combo/searchtextvaluecombo/combo.searchtextvalue"; |
|
|
|
import { SignEditor } from "./case/editor/editor.sign"; |
|
|
|
import { SignEditor } from "./case/editor/editor.sign"; |
|
|
@ -226,6 +227,7 @@ export interface BI extends _func, _i18n, _base, _inject, _var, _web, _utils { |
|
|
|
ButtonGroup: typeof ButtonGroup; |
|
|
|
ButtonGroup: typeof ButtonGroup; |
|
|
|
Combo: typeof Combo; |
|
|
|
Combo: typeof Combo; |
|
|
|
TextValueCombo: typeof TextValueCombo; |
|
|
|
TextValueCombo: typeof TextValueCombo; |
|
|
|
|
|
|
|
TextValueComboPopup: typeof TextValueComboPopup; |
|
|
|
SmallTextValueCombo: typeof SmallTextValueCombo; |
|
|
|
SmallTextValueCombo: typeof SmallTextValueCombo; |
|
|
|
BubbleCombo: typeof BubbleCombo; |
|
|
|
BubbleCombo: typeof BubbleCombo; |
|
|
|
AllValueMultiTextValueCombo: typeof AllValueMultiTextValueCombo; |
|
|
|
AllValueMultiTextValueCombo: typeof AllValueMultiTextValueCombo; |
|
|
@ -464,6 +466,7 @@ export { |
|
|
|
MultiSelectBar, |
|
|
|
MultiSelectBar, |
|
|
|
SelectList, |
|
|
|
SelectList, |
|
|
|
TextValueCombo, |
|
|
|
TextValueCombo, |
|
|
|
|
|
|
|
TextValueComboPopup, |
|
|
|
SmallTextValueCombo, |
|
|
|
SmallTextValueCombo, |
|
|
|
Editor, |
|
|
|
Editor, |
|
|
|
IconLabel, |
|
|
|
IconLabel, |
|
|
|