|
|
@ -145,6 +145,7 @@ import { ArrowTreeGroupNodeCheckbox } from "./case/checkbox/check.arrownode"; |
|
|
|
import { NumberInterval } from "./widget/numberinterval/numberinterval"; |
|
|
|
import { NumberInterval } from "./widget/numberinterval/numberinterval"; |
|
|
|
import { DynamicYearQuarterCombo } from "./widget/yearquarter/combo.yearquarter"; |
|
|
|
import { DynamicYearQuarterCombo } from "./widget/yearquarter/combo.yearquarter"; |
|
|
|
import { DynamicYearCombo } from "./widget/year/combo.year"; |
|
|
|
import { DynamicYearCombo } from "./widget/year/combo.year"; |
|
|
|
|
|
|
|
import { DynamicYearPopup } from "./widget/year/popup.year"; |
|
|
|
import { IntervalSlider } from "./widget/intervalslider/intervalslider"; |
|
|
|
import { IntervalSlider } from "./widget/intervalslider/intervalslider"; |
|
|
|
import { MultiSelectInsertList } from "./widget/multiselectlist/multiselectlist.insert"; |
|
|
|
import { MultiSelectInsertList } from "./widget/multiselectlist/multiselectlist.insert"; |
|
|
|
import { YearMonthInterval } from "./widget/yearmonthinterval/yearmonthinterval"; |
|
|
|
import { YearMonthInterval } from "./widget/yearmonthinterval/yearmonthinterval"; |
|
|
@ -350,6 +351,7 @@ export interface BI extends _func, _i18n, _base, _inject, _var, _web, _utils { |
|
|
|
NumberInterval: typeof NumberInterval; |
|
|
|
NumberInterval: typeof NumberInterval; |
|
|
|
DynamicYearQuarterCombo: typeof DynamicYearQuarterCombo; |
|
|
|
DynamicYearQuarterCombo: typeof DynamicYearQuarterCombo; |
|
|
|
DynamicYearCombo: typeof DynamicYearCombo; |
|
|
|
DynamicYearCombo: typeof DynamicYearCombo; |
|
|
|
|
|
|
|
DynamicYearPopup: typeof DynamicYearPopup; |
|
|
|
IntervalSlider: typeof IntervalSlider; |
|
|
|
IntervalSlider: typeof IntervalSlider; |
|
|
|
MultiSelectInsertList: typeof MultiSelectInsertList; |
|
|
|
MultiSelectInsertList: typeof MultiSelectInsertList; |
|
|
|
YearMonthInterval: typeof YearMonthInterval; |
|
|
|
YearMonthInterval: typeof YearMonthInterval; |
|
|
@ -546,6 +548,7 @@ export { |
|
|
|
NumberInterval, |
|
|
|
NumberInterval, |
|
|
|
DynamicYearQuarterCombo, |
|
|
|
DynamicYearQuarterCombo, |
|
|
|
DynamicYearCombo, |
|
|
|
DynamicYearCombo, |
|
|
|
|
|
|
|
DynamicYearPopup, |
|
|
|
IntervalSlider, |
|
|
|
IntervalSlider, |
|
|
|
MultiSelectInsertList, |
|
|
|
MultiSelectInsertList, |
|
|
|
YearMonthInterval, |
|
|
|
YearMonthInterval, |
|
|
|