diff --git a/components/lib/accordion/Accordion.d.ts b/components/lib/accordion/Accordion.d.ts index da230dc17..fcf8b936b 100755 --- a/components/lib/accordion/Accordion.d.ts +++ b/components/lib/accordion/Accordion.d.ts @@ -9,7 +9,7 @@ */ import { VNode } from 'vue'; import { AccordionTabPassThroughOptionType } from '../accordiontab'; -import { ComponentHooks } from '../basecomponent/BaseComponent'; +import { ComponentHooks } from '../basecomponent'; import { ClassComponent, GlobalComponentConstructor } from '../ts-helpers'; export declare type AccordionPassThroughOptionType = AccordionPassThroughAttributes | ((options: AccordionPassThroughMethodOptions) => AccordionPassThroughAttributes) | null | undefined; diff --git a/components/lib/autocomplete/AutoComplete.d.ts b/components/lib/autocomplete/AutoComplete.d.ts index b6a3e4e9c..958c19aad 100755 --- a/components/lib/autocomplete/AutoComplete.d.ts +++ b/components/lib/autocomplete/AutoComplete.d.ts @@ -8,7 +8,7 @@ * */ import { HTMLAttributes, InputHTMLAttributes, VNode } from 'vue'; -import { ComponentHooks } from '../basecomponent/BaseComponent'; +import { ComponentHooks } from '../basecomponent'; import { ButtonPassThroughOptionType } from '../button'; import { ClassComponent, GlobalComponentConstructor } from '../ts-helpers'; import { VirtualScrollerItemOptions, VirtualScrollerPassThroughOptionType, VirtualScrollerProps } from '../virtualscroller'; diff --git a/components/lib/avatar/Avatar.d.ts b/components/lib/avatar/Avatar.d.ts index 50d9d1a25..5df6d5960 100644 --- a/components/lib/avatar/Avatar.d.ts +++ b/components/lib/avatar/Avatar.d.ts @@ -8,7 +8,7 @@ */ import { VNode } from 'vue'; import { AvatarGroupPassThroughOptions } from '../avatargroup'; -import { ComponentHooks } from '../basecomponent/BaseComponent'; +import { ComponentHooks } from '../basecomponent'; import { ClassComponent, GlobalComponentConstructor } from '../ts-helpers'; export declare type AvatarPassThroughOptionType = AvatarPassThroughAttributes | ((options: AvatarPassThroughMethodOptions) => AvatarPassThroughAttributes) | null | undefined; diff --git a/components/lib/avatargroup/AvatarGroup.d.ts b/components/lib/avatargroup/AvatarGroup.d.ts index defda0d64..66242d0f3 100644 --- a/components/lib/avatargroup/AvatarGroup.d.ts +++ b/components/lib/avatargroup/AvatarGroup.d.ts @@ -7,7 +7,7 @@ * @module avatargroup * */ -import { ComponentHooks } from '../basecomponent/BaseComponent'; +import { ComponentHooks } from '../basecomponent'; import { ClassComponent, GlobalComponentConstructor } from '../ts-helpers'; export declare type AvatarGroupPassThroughOptionType = AvatarGroupPassThroughAttributes | null | undefined; diff --git a/components/lib/badge/Badge.d.ts b/components/lib/badge/Badge.d.ts index 7e1ab0631..de9e8ada4 100644 --- a/components/lib/badge/Badge.d.ts +++ b/components/lib/badge/Badge.d.ts @@ -8,7 +8,7 @@ * */ import { VNode } from 'vue'; -import { ComponentHooks } from '../basecomponent/BaseComponent'; +import { ComponentHooks } from '../basecomponent'; import { ClassComponent, GlobalComponentConstructor } from '../ts-helpers'; export declare type BadgePassThroughOptionType = BadgePassThroughAttributes | ((options: BadgePassThroughMethodOptions) => BadgePassThroughAttributes) | null | undefined; diff --git a/components/lib/blockui/BlockUI.d.ts b/components/lib/blockui/BlockUI.d.ts index 391ed7a77..ff37a6918 100755 --- a/components/lib/blockui/BlockUI.d.ts +++ b/components/lib/blockui/BlockUI.d.ts @@ -8,7 +8,7 @@ * */ import { VNode } from 'vue'; -import { ComponentHooks } from '../basecomponent/BaseComponent'; +import { ComponentHooks } from '../basecomponent'; import { ClassComponent, GlobalComponentConstructor } from '../ts-helpers'; export declare type BlockUIPassThroughOptionType = BlockUIPassThroughAttributes | ((options: BlockUIPassThroughMethodOptions) => BlockUIPassThroughAttributes) | null | undefined; diff --git a/components/lib/breadcrumb/Breadcrumb.d.ts b/components/lib/breadcrumb/Breadcrumb.d.ts index 1d98b7fae..7f7a58369 100755 --- a/components/lib/breadcrumb/Breadcrumb.d.ts +++ b/components/lib/breadcrumb/Breadcrumb.d.ts @@ -8,7 +8,7 @@ * */ import { VNode } from 'vue'; -import { ComponentHooks } from '../basecomponent/BaseComponent'; +import { ComponentHooks } from '../basecomponent'; import { MenuItem } from '../menuitem'; import { ClassComponent, GlobalComponentConstructor } from '../ts-helpers'; diff --git a/components/lib/button/Button.d.ts b/components/lib/button/Button.d.ts index ecced97d5..faf3b14ac 100755 --- a/components/lib/button/Button.d.ts +++ b/components/lib/button/Button.d.ts @@ -8,7 +8,7 @@ * */ import { ButtonHTMLAttributes, VNode } from 'vue'; -import { ComponentHooks } from '../basecomponent/BaseComponent'; +import { ComponentHooks } from '../basecomponent'; import { ClassComponent, GlobalComponentConstructor } from '../ts-helpers'; export declare type ButtonPassThroughOptionType = ButtonPassThroughAttributes | ((options: ButtonPassThroughMethodOptions) => ButtonPassThroughAttributes) | null | undefined; diff --git a/components/lib/calendar/Calendar.d.ts b/components/lib/calendar/Calendar.d.ts index 2c63fa70d..1082a4d89 100755 --- a/components/lib/calendar/Calendar.d.ts +++ b/components/lib/calendar/Calendar.d.ts @@ -8,7 +8,7 @@ * */ import { HTMLAttributes, InputHTMLAttributes, VNode } from 'vue'; -import { ComponentHooks } from '../basecomponent/BaseComponent'; +import { ComponentHooks } from '../basecomponent'; import { ButtonPassThroughOptionType } from '../button'; import { ClassComponent, GlobalComponentConstructor } from '../ts-helpers'; diff --git a/components/lib/card/Card.d.ts b/components/lib/card/Card.d.ts index 1d971c18b..9ebce8d5d 100755 --- a/components/lib/card/Card.d.ts +++ b/components/lib/card/Card.d.ts @@ -8,7 +8,7 @@ * */ import { VNode } from 'vue'; -import { ComponentHooks } from '../basecomponent/BaseComponent'; +import { ComponentHooks } from '../basecomponent'; import { ClassComponent, GlobalComponentConstructor } from '../ts-helpers'; export declare type CardPassThroughOptionType = CardPassThroughAttributes | null | undefined; diff --git a/components/lib/carousel/Carousel.d.ts b/components/lib/carousel/Carousel.d.ts index c4b8f9eaf..e10114250 100755 --- a/components/lib/carousel/Carousel.d.ts +++ b/components/lib/carousel/Carousel.d.ts @@ -8,7 +8,7 @@ * */ import { ButtonHTMLAttributes, VNode } from 'vue'; -import { ComponentHooks } from '../basecomponent/BaseComponent'; +import { ComponentHooks } from '../basecomponent'; import { ClassComponent, GlobalComponentConstructor } from '../ts-helpers'; export declare type CarouselPassThroughOptionType = CarouselPassThroughAttributes | ((options: CarouselPassThroughMethodOptions) => CarouselPassThroughAttributes) | null | undefined; diff --git a/components/lib/cascadeselect/CascadeSelect.d.ts b/components/lib/cascadeselect/CascadeSelect.d.ts index 4dd272dde..a71024f12 100644 --- a/components/lib/cascadeselect/CascadeSelect.d.ts +++ b/components/lib/cascadeselect/CascadeSelect.d.ts @@ -8,7 +8,7 @@ * */ import { HTMLAttributes, InputHTMLAttributes, VNode } from 'vue'; -import { ComponentHooks } from '../basecomponent/BaseComponent'; +import { ComponentHooks } from '../basecomponent'; import { ClassComponent, GlobalComponentConstructor } from '../ts-helpers'; export declare type CascadeSelectPassThroughOptionType = CascadeSelectPassThroughAttributes | ((options: CascadeSelectPassThroughMethodOptions) => CascadeSelectPassThroughAttributes) | null | undefined; diff --git a/components/lib/chart/Chart.d.ts b/components/lib/chart/Chart.d.ts index 425b69ce3..a21450965 100755 --- a/components/lib/chart/Chart.d.ts +++ b/components/lib/chart/Chart.d.ts @@ -8,7 +8,7 @@ * */ import { CanvasHTMLAttributes } from 'vue'; -import { ComponentHooks } from '../basecomponent/BaseComponent'; +import { ComponentHooks } from '../basecomponent'; import { ClassComponent, GlobalComponentConstructor } from '../ts-helpers'; export declare type ChartPassThroughOptionType = ChartPassThroughAttributes | ((options: ChartPassThroughMethodOptions) => ChartPassThroughAttributes) | null | undefined; diff --git a/components/lib/checkbox/Checkbox.d.ts b/components/lib/checkbox/Checkbox.d.ts index 2f7d6ba65..d37c8837f 100755 --- a/components/lib/checkbox/Checkbox.d.ts +++ b/components/lib/checkbox/Checkbox.d.ts @@ -8,7 +8,7 @@ * */ import { InputHTMLAttributes, VNode } from 'vue'; -import { ComponentHooks } from '../basecomponent/BaseComponent'; +import { ComponentHooks } from '../basecomponent'; import { ClassComponent, GlobalComponentConstructor } from '../ts-helpers'; export declare type CheckboxPassThroughOptionType = CheckboxPassThroughAttributes | ((options: CheckboxPassThroughMethodOptions) => CheckboxPassThroughAttributes) | null | undefined; diff --git a/components/lib/chip/Chip.d.ts b/components/lib/chip/Chip.d.ts index f9170049d..8409a985c 100644 --- a/components/lib/chip/Chip.d.ts +++ b/components/lib/chip/Chip.d.ts @@ -8,7 +8,7 @@ * */ import { VNode } from 'vue'; -import { ComponentHooks } from '../basecomponent/BaseComponent'; +import { ComponentHooks } from '../basecomponent'; import { ClassComponent, GlobalComponentConstructor } from '../ts-helpers'; export declare type ChipPassThroughOptionType = ChipPassThroughAttributes | ((options: ChipPassThroughMethodOptions) => ChipPassThroughAttributes) | null | undefined; diff --git a/components/lib/chips/Chips.d.ts b/components/lib/chips/Chips.d.ts index 36c1b04dc..c0258a39a 100755 --- a/components/lib/chips/Chips.d.ts +++ b/components/lib/chips/Chips.d.ts @@ -8,7 +8,7 @@ * */ import { InputHTMLAttributes, VNode } from 'vue'; -import { ComponentHooks } from '../basecomponent/BaseComponent'; +import { ComponentHooks } from '../basecomponent'; import { ClassComponent, GlobalComponentConstructor } from '../ts-helpers'; export declare type ChipsPassThroughOptionType = ChipsPassThroughAttributes | ((options: ChipsPassThroughMethodOptions) => ChipsPassThroughAttributes) | null | undefined; diff --git a/components/lib/colorpicker/ColorPicker.d.ts b/components/lib/colorpicker/ColorPicker.d.ts index 33df547f3..95fb1311d 100755 --- a/components/lib/colorpicker/ColorPicker.d.ts +++ b/components/lib/colorpicker/ColorPicker.d.ts @@ -7,7 +7,7 @@ * @module colorpicker * */ -import { ComponentHooks } from '../basecomponent/BaseComponent'; +import { ComponentHooks } from '../basecomponent'; import { ClassComponent, GlobalComponentConstructor } from '../ts-helpers'; export declare type ColorPickerPassThroughOptionType = ColorPickerPassThroughAttributes | ((options: ColorPickerPassThroughMethodOptions) => ColorPickerPassThroughAttributes) | null | undefined; diff --git a/components/lib/column/Column.d.ts b/components/lib/column/Column.d.ts index 93f5bdedd..34c986a22 100755 --- a/components/lib/column/Column.d.ts +++ b/components/lib/column/Column.d.ts @@ -10,7 +10,7 @@ */ import { VNode } from 'vue'; -import { ComponentHooks } from '../basecomponent/BaseComponent'; +import { ComponentHooks } from '../basecomponent'; import { ButtonPassThroughOptionType } from '../button'; import { DataTablePassThroughOptions } from '../datatable'; import { DropdownPassThroughOptionType } from '../dropdown'; diff --git a/components/lib/columngroup/ColumnGroup.d.ts b/components/lib/columngroup/ColumnGroup.d.ts index f0f25e1b5..779a13757 100755 --- a/components/lib/columngroup/ColumnGroup.d.ts +++ b/components/lib/columngroup/ColumnGroup.d.ts @@ -5,7 +5,7 @@ * [Live Demo](https://www.primevue.org/datatable/) * @module columngroup */ -import { ComponentHooks } from '../basecomponent/BaseComponent'; +import { ComponentHooks } from '../basecomponent'; import { DataTablePassThroughOptions } from '../datatable'; import { ClassComponent, GlobalComponentConstructor } from '../ts-helpers'; diff --git a/components/lib/confirmdialog/ConfirmDialog.d.ts b/components/lib/confirmdialog/ConfirmDialog.d.ts index 0cfbd9151..9ab3b81fd 100644 --- a/components/lib/confirmdialog/ConfirmDialog.d.ts +++ b/components/lib/confirmdialog/ConfirmDialog.d.ts @@ -8,7 +8,7 @@ * */ import { VNode } from 'vue'; -import { ComponentHooks } from '../basecomponent/BaseComponent'; +import { ComponentHooks } from '../basecomponent'; import { ButtonPassThroughOptions } from '../button'; import { ConfirmationOptions } from '../confirmationoptions'; import { ClassComponent, GlobalComponentConstructor } from '../ts-helpers'; diff --git a/components/lib/confirmpopup/ConfirmPopup.d.ts b/components/lib/confirmpopup/ConfirmPopup.d.ts index c1fd05df2..e2b5246dc 100644 --- a/components/lib/confirmpopup/ConfirmPopup.d.ts +++ b/components/lib/confirmpopup/ConfirmPopup.d.ts @@ -8,7 +8,7 @@ * */ import { VNode } from 'vue'; -import { ComponentHooks } from '../basecomponent/BaseComponent'; +import { ComponentHooks } from '../basecomponent'; import { ButtonPassThroughOptions } from '../button'; import { ConfirmationOptions } from '../confirmationoptions'; import { ClassComponent, GlobalComponentConstructor } from '../ts-helpers'; diff --git a/components/lib/contextmenu/ContextMenu.d.ts b/components/lib/contextmenu/ContextMenu.d.ts index 49de6acb9..ad0974d86 100755 --- a/components/lib/contextmenu/ContextMenu.d.ts +++ b/components/lib/contextmenu/ContextMenu.d.ts @@ -9,7 +9,7 @@ * */ import { VNode } from 'vue'; -import { ComponentHooks } from '../basecomponent/BaseComponent'; +import { ComponentHooks } from '../basecomponent'; import { MenuItem } from '../menuitem'; import { ClassComponent, GlobalComponentConstructor } from '../ts-helpers'; diff --git a/components/lib/datatable/DataTable.d.ts b/components/lib/datatable/DataTable.d.ts index e8915c375..b37d6c284 100755 --- a/components/lib/datatable/DataTable.d.ts +++ b/components/lib/datatable/DataTable.d.ts @@ -8,7 +8,7 @@ * */ import { InputHTMLAttributes, TableHTMLAttributes, VNode } from 'vue'; -import { ComponentHooks } from '../basecomponent/BaseComponent'; +import { ComponentHooks } from '../basecomponent'; import { ColumnPassThroughOptionType } from '../column'; import { ColumnGroupPassThroughOptionType } from '../columngroup'; import { PaginatorPassThroughOptionType } from '../paginator'; diff --git a/components/lib/dataview/DataView.d.ts b/components/lib/dataview/DataView.d.ts index 7c5862f16..18b5d6580 100755 --- a/components/lib/dataview/DataView.d.ts +++ b/components/lib/dataview/DataView.d.ts @@ -8,7 +8,7 @@ * */ import { VNode } from 'vue'; -import { ComponentHooks } from '../basecomponent/BaseComponent'; +import { ComponentHooks } from '../basecomponent'; import { PaginatorPassThroughOptionType } from '../paginator'; import { ClassComponent, GlobalComponentConstructor } from '../ts-helpers'; diff --git a/components/lib/dataviewlayoutoptions/DataViewLayoutOptions.d.ts b/components/lib/dataviewlayoutoptions/DataViewLayoutOptions.d.ts index 39fcabf3a..f00314f89 100755 --- a/components/lib/dataviewlayoutoptions/DataViewLayoutOptions.d.ts +++ b/components/lib/dataviewlayoutoptions/DataViewLayoutOptions.d.ts @@ -8,7 +8,7 @@ * */ import { VNode } from 'vue'; -import { ComponentHooks } from '../basecomponent/BaseComponent'; +import { ComponentHooks } from '../basecomponent'; import { ClassComponent, GlobalComponentConstructor } from '../ts-helpers'; export declare type DataViewLayoutOptionsPassThroughOptionType = DataViewLayoutOptionsPassThroughAttributes | ((options: DataViewLayoutOptionsPassThroughMethodOptions) => DataViewLayoutOptionsPassThroughAttributes) | null | undefined; diff --git a/components/lib/deferredcontent/DeferredContent.d.ts b/components/lib/deferredcontent/DeferredContent.d.ts index 675300d11..cdd8df7db 100755 --- a/components/lib/deferredcontent/DeferredContent.d.ts +++ b/components/lib/deferredcontent/DeferredContent.d.ts @@ -8,7 +8,7 @@ * */ import { VNode } from 'vue'; -import { ComponentHooks } from '../basecomponent/BaseComponent'; +import { ComponentHooks } from '../basecomponent'; import { ClassComponent, GlobalComponentConstructor } from '../ts-helpers'; export declare type DeferredContentPassThroughOptionType = DeferredContentPassThroughAttributes | ((options: DeferredContentPassThroughMethodOptions) => DeferredContentPassThroughAttributes) | null | undefined; diff --git a/components/lib/dialog/Dialog.d.ts b/components/lib/dialog/Dialog.d.ts index e4629c6b8..bb10e5301 100755 --- a/components/lib/dialog/Dialog.d.ts +++ b/components/lib/dialog/Dialog.d.ts @@ -8,7 +8,7 @@ * */ import { HTMLAttributes, VNode } from 'vue'; -import { ComponentHooks } from '../basecomponent/BaseComponent'; +import { ComponentHooks } from '../basecomponent'; import { ClassComponent, GlobalComponentConstructor } from '../ts-helpers'; export declare type DialogPassThroughOptionType = DialogPassThroughAttributes | ((options: DialogPassThroughMethodOptions) => DialogPassThroughAttributes) | null | undefined; diff --git a/components/lib/divider/Divider.d.ts b/components/lib/divider/Divider.d.ts index 90acbc4c4..e5824e1a9 100644 --- a/components/lib/divider/Divider.d.ts +++ b/components/lib/divider/Divider.d.ts @@ -8,7 +8,7 @@ * */ import { VNode } from 'vue'; -import { ComponentHooks } from '../basecomponent/BaseComponent'; +import { ComponentHooks } from '../basecomponent'; import { ClassComponent, GlobalComponentConstructor } from '../ts-helpers'; export declare type DividerPassThroughOptionType = DividerPassThroughAttributes | ((options: DividerPassThroughMethodOptions) => DividerPassThroughAttributes) | null | undefined; diff --git a/components/lib/dock/Dock.d.ts b/components/lib/dock/Dock.d.ts index 2f20e3469..cd76a485a 100644 --- a/components/lib/dock/Dock.d.ts +++ b/components/lib/dock/Dock.d.ts @@ -8,7 +8,7 @@ * */ import { VNode } from 'vue'; -import { ComponentHooks } from '../basecomponent/BaseComponent'; +import { ComponentHooks } from '../basecomponent'; import { MenuItem } from '../menuitem'; import { ClassComponent, GlobalComponentConstructor } from '../ts-helpers'; diff --git a/components/lib/dropdown/Dropdown.d.ts b/components/lib/dropdown/Dropdown.d.ts index eb0d9f023..c3a342f7c 100755 --- a/components/lib/dropdown/Dropdown.d.ts +++ b/components/lib/dropdown/Dropdown.d.ts @@ -8,7 +8,7 @@ * */ import { HTMLAttributes, InputHTMLAttributes, VNode } from 'vue'; -import { ComponentHooks } from '../basecomponent/BaseComponent'; +import { ComponentHooks } from '../basecomponent'; import { ClassComponent, GlobalComponentConstructor } from '../ts-helpers'; import { VirtualScrollerItemOptions, VirtualScrollerPassThroughOptionType, VirtualScrollerProps } from '../virtualscroller'; diff --git a/components/lib/editor/Editor.d.ts b/components/lib/editor/Editor.d.ts index 65f46c17b..0abf7d9cb 100755 --- a/components/lib/editor/Editor.d.ts +++ b/components/lib/editor/Editor.d.ts @@ -8,7 +8,7 @@ * */ import { VNode } from 'vue'; -import { ComponentHooks } from '../basecomponent/BaseComponent'; +import { ComponentHooks } from '../basecomponent'; import { ClassComponent, GlobalComponentConstructor } from '../ts-helpers'; export declare type EditorPassThroughOptionType = EditorPassThroughAttributes | ((options: EditorPassThroughMethodOptions) => EditorPassThroughAttributes) | null | undefined; diff --git a/components/lib/fieldset/Fieldset.d.ts b/components/lib/fieldset/Fieldset.d.ts index 5ae1faa19..dc21f58cc 100755 --- a/components/lib/fieldset/Fieldset.d.ts +++ b/components/lib/fieldset/Fieldset.d.ts @@ -8,7 +8,7 @@ * */ import { AnchorHTMLAttributes, VNode } from 'vue'; -import { ComponentHooks } from '../basecomponent/BaseComponent'; +import { ComponentHooks } from '../basecomponent'; import { ClassComponent, GlobalComponentConstructor } from '../ts-helpers'; export declare type FieldsetPassThroughOptionType = FieldsetPassThroughAttributes | ((options: FieldsetPassThroughMethodOptions) => FieldsetPassThroughAttributes) | null | undefined; diff --git a/components/lib/fileupload/FileUpload.d.ts b/components/lib/fileupload/FileUpload.d.ts index 3e455d46b..afff29144 100755 --- a/components/lib/fileupload/FileUpload.d.ts +++ b/components/lib/fileupload/FileUpload.d.ts @@ -8,7 +8,7 @@ * */ import { VNode } from 'vue'; -import { ComponentHooks } from '../basecomponent/BaseComponent'; +import { ComponentHooks } from '../basecomponent'; import { ButtonPassThroughOptions } from '../button'; import { MessagePassThroughOptions } from '../message'; import { ClassComponent, GlobalComponentConstructor } from '../ts-helpers'; diff --git a/components/lib/galleria/Galleria.d.ts b/components/lib/galleria/Galleria.d.ts index f0b0214b8..297e0410f 100755 --- a/components/lib/galleria/Galleria.d.ts +++ b/components/lib/galleria/Galleria.d.ts @@ -8,7 +8,7 @@ * */ import { ButtonHTMLAttributes, HTMLAttributes, VNode } from 'vue'; -import { ComponentHooks } from '../basecomponent/BaseComponent'; +import { ComponentHooks } from '../basecomponent'; import { ClassComponent, GlobalComponentConstructor } from '../ts-helpers'; export declare type GalleriaPassThroughOptionType = GalleriaPassThroughAttributes | ((options: GalleriaPassThroughMethodOptions) => GalleriaPassThroughAttributes) | null | undefined; diff --git a/components/lib/image/Image.d.ts b/components/lib/image/Image.d.ts index c80c810c6..cc4edcc9a 100644 --- a/components/lib/image/Image.d.ts +++ b/components/lib/image/Image.d.ts @@ -8,7 +8,7 @@ * */ import { VNode } from 'vue'; -import { ComponentHooks } from '../basecomponent/BaseComponent'; +import { ComponentHooks } from '../basecomponent'; import { ClassComponent, GlobalComponentConstructor } from '../ts-helpers'; export declare type ImagePassThroughOptionType = ImagePassThroughAttributes | ((options: ImagePassThroughMethodOptions) => ImagePassThroughAttributes) | null | undefined; diff --git a/components/lib/inlinemessage/InlineMessage.d.ts b/components/lib/inlinemessage/InlineMessage.d.ts index 9ee1bc645..38d802918 100755 --- a/components/lib/inlinemessage/InlineMessage.d.ts +++ b/components/lib/inlinemessage/InlineMessage.d.ts @@ -8,7 +8,7 @@ * */ import { VNode } from 'vue'; -import { ComponentHooks } from '../basecomponent/BaseComponent'; +import { ComponentHooks } from '../basecomponent'; import { ClassComponent, GlobalComponentConstructor } from '../ts-helpers'; export declare type InlineMessagePassThroughOptionType = InlineMessagePassThroughAttributes | ((options: InlineMessagePassThroughMethodOptions) => InlineMessagePassThroughAttributes) | null | undefined; diff --git a/components/lib/inplace/Inplace.d.ts b/components/lib/inplace/Inplace.d.ts index 28c2daf57..c16246bff 100755 --- a/components/lib/inplace/Inplace.d.ts +++ b/components/lib/inplace/Inplace.d.ts @@ -9,7 +9,7 @@ */ import { ButtonHTMLAttributes, HTMLAttributes, VNode } from 'vue'; -import { ComponentHooks } from '../basecomponent/BaseComponent'; +import { ComponentHooks } from '../basecomponent'; import { ButtonPassThroughOptions } from '../button'; import { ClassComponent, GlobalComponentConstructor } from '../ts-helpers'; diff --git a/components/lib/inputmask/InputMask.d.ts b/components/lib/inputmask/InputMask.d.ts index 19f1d6271..17933634d 100755 --- a/components/lib/inputmask/InputMask.d.ts +++ b/components/lib/inputmask/InputMask.d.ts @@ -7,7 +7,7 @@ * @module inputmask * */ -import { ComponentHooks } from '../basecomponent/BaseComponent'; +import { ComponentHooks } from '../basecomponent'; import { ClassComponent, GlobalComponentConstructor } from '../ts-helpers'; export declare type InputMaskPassThroughOptionType = InputMaskPassThroughAttributes | null | undefined; diff --git a/components/lib/inputnumber/InputNumber.d.ts b/components/lib/inputnumber/InputNumber.d.ts index c33ba5add..1f487b648 100755 --- a/components/lib/inputnumber/InputNumber.d.ts +++ b/components/lib/inputnumber/InputNumber.d.ts @@ -8,7 +8,7 @@ * */ import { ButtonHTMLAttributes, InputHTMLAttributes, VNode } from 'vue'; -import { ComponentHooks } from '../basecomponent/BaseComponent'; +import { ComponentHooks } from '../basecomponent'; import { ButtonPassThroughOptionType } from '../button'; import { InputTextPassThroughOptionType } from '../inputtext'; import { ClassComponent, GlobalComponentConstructor, Nullable } from '../ts-helpers'; diff --git a/components/lib/inputswitch/InputSwitch.d.ts b/components/lib/inputswitch/InputSwitch.d.ts index 30c4ab296..d6802125e 100755 --- a/components/lib/inputswitch/InputSwitch.d.ts +++ b/components/lib/inputswitch/InputSwitch.d.ts @@ -8,7 +8,7 @@ * */ import { InputHTMLAttributes } from 'vue'; -import { ComponentHooks } from '../basecomponent/BaseComponent'; +import { ComponentHooks } from '../basecomponent'; import { ClassComponent, GlobalComponentConstructor } from '../ts-helpers'; export declare type InputSwitchPassThroughOptionType = InputSwitchPassThroughAttributes | ((options: InputSwitchPassThroughMethodOptions) => InputSwitchPassThroughAttributes) | null | undefined; diff --git a/components/lib/inputtext/InputText.d.ts b/components/lib/inputtext/InputText.d.ts index fb5f9d0ad..f57e418c8 100755 --- a/components/lib/inputtext/InputText.d.ts +++ b/components/lib/inputtext/InputText.d.ts @@ -8,7 +8,7 @@ * */ import { InputHTMLAttributes } from 'vue'; -import { ComponentHooks } from '../basecomponent/BaseComponent'; +import { ComponentHooks } from '../basecomponent'; import { ClassComponent, GlobalComponentConstructor, Nullable } from '../ts-helpers'; export declare type InputTextPassThroughOptionType = InputTextPassThroughAttributes | null | undefined; diff --git a/components/lib/knob/Knob.d.ts b/components/lib/knob/Knob.d.ts index 68daed534..cb72c4f22 100644 --- a/components/lib/knob/Knob.d.ts +++ b/components/lib/knob/Knob.d.ts @@ -7,7 +7,7 @@ * @module knob * */ -import { ComponentHooks } from '../basecomponent/BaseComponent'; +import { ComponentHooks } from '../basecomponent'; import { ClassComponent, GlobalComponentConstructor } from '../ts-helpers'; export declare type KnobPassThroughOptionType = KnobPassThroughAttributes | ((options: KnobPassThroughMethodOptions) => KnobPassThroughAttributes) | null | undefined; diff --git a/components/lib/listbox/Listbox.d.ts b/components/lib/listbox/Listbox.d.ts index 47404c952..6a3e407c6 100755 --- a/components/lib/listbox/Listbox.d.ts +++ b/components/lib/listbox/Listbox.d.ts @@ -8,7 +8,7 @@ * */ import { InputHTMLAttributes, VNode } from 'vue'; -import { ComponentHooks } from '../basecomponent/BaseComponent'; +import { ComponentHooks } from '../basecomponent'; import { ClassComponent, GlobalComponentConstructor } from '../ts-helpers'; import { VirtualScrollerItemOptions, VirtualScrollerPassThroughOptionType, VirtualScrollerProps } from '../virtualscroller'; diff --git a/components/lib/megamenu/MegaMenu.d.ts b/components/lib/megamenu/MegaMenu.d.ts index 34c276de9..a18ad9b29 100755 --- a/components/lib/megamenu/MegaMenu.d.ts +++ b/components/lib/megamenu/MegaMenu.d.ts @@ -8,7 +8,7 @@ * */ import { VNode } from 'vue'; -import { ComponentHooks } from '../basecomponent/BaseComponent'; +import { ComponentHooks } from '../basecomponent'; import { MenuItem } from '../menuitem'; import { ClassComponent, GlobalComponentConstructor } from '../ts-helpers'; diff --git a/components/lib/menu/Menu.d.ts b/components/lib/menu/Menu.d.ts index 0b776192e..fe62a5d39 100755 --- a/components/lib/menu/Menu.d.ts +++ b/components/lib/menu/Menu.d.ts @@ -8,7 +8,7 @@ * */ import { VNode } from 'vue'; -import { ComponentHooks } from '../basecomponent/BaseComponent'; +import { ComponentHooks } from '../basecomponent'; import { MenuItem } from '../menuitem'; import { ClassComponent, GlobalComponentConstructor } from '../ts-helpers'; diff --git a/components/lib/menubar/Menubar.d.ts b/components/lib/menubar/Menubar.d.ts index 5f73a232b..0ed485479 100755 --- a/components/lib/menubar/Menubar.d.ts +++ b/components/lib/menubar/Menubar.d.ts @@ -8,7 +8,7 @@ * */ import { ButtonHTMLAttributes, VNode } from 'vue'; -import { ComponentHooks } from '../basecomponent/BaseComponent'; +import { ComponentHooks } from '../basecomponent'; import { MenuItem } from '../menuitem'; import { ClassComponent, GlobalComponentConstructor } from '../ts-helpers'; diff --git a/components/lib/message/Message.d.ts b/components/lib/message/Message.d.ts index 5589a02ee..2f43fe2e3 100755 --- a/components/lib/message/Message.d.ts +++ b/components/lib/message/Message.d.ts @@ -8,7 +8,7 @@ * */ import { ButtonHTMLAttributes, VNode } from 'vue'; -import { ComponentHooks } from '../basecomponent/BaseComponent'; +import { ComponentHooks } from '../basecomponent'; import { ClassComponent, GlobalComponentConstructor } from '../ts-helpers'; export declare type MessagePassThroughOptionType = MessagePassThroughAttributes | ((options: MessagePassThroughMethodOptions) => MessagePassThroughAttributes) | null | undefined; diff --git a/components/lib/multiselect/MultiSelect.d.ts b/components/lib/multiselect/MultiSelect.d.ts index 9b66444cc..c774fceb7 100755 --- a/components/lib/multiselect/MultiSelect.d.ts +++ b/components/lib/multiselect/MultiSelect.d.ts @@ -8,7 +8,7 @@ * */ import { ButtonHTMLAttributes, HTMLAttributes, InputHTMLAttributes, VNode } from 'vue'; -import { ComponentHooks } from '../basecomponent/BaseComponent'; +import { ComponentHooks } from '../basecomponent'; import { ClassComponent, GlobalComponentConstructor } from '../ts-helpers'; import { VirtualScrollerItemOptions, VirtualScrollerPassThroughOptionType, VirtualScrollerProps } from '../virtualscroller'; diff --git a/components/lib/orderlist/OrderList.d.ts b/components/lib/orderlist/OrderList.d.ts index df4592e7e..6e649abfc 100755 --- a/components/lib/orderlist/OrderList.d.ts +++ b/components/lib/orderlist/OrderList.d.ts @@ -8,7 +8,7 @@ * */ import { ButtonHTMLAttributes, HTMLAttributes, VNode } from 'vue'; -import { ComponentHooks } from '../basecomponent/BaseComponent'; +import { ComponentHooks } from '../basecomponent'; import { ButtonPassThroughOptionType } from '../button'; import { ClassComponent, GlobalComponentConstructor } from '../ts-helpers'; diff --git a/components/lib/organizationchart/OrganizationChart.d.ts b/components/lib/organizationchart/OrganizationChart.d.ts index 0748227bd..976243d14 100755 --- a/components/lib/organizationchart/OrganizationChart.d.ts +++ b/components/lib/organizationchart/OrganizationChart.d.ts @@ -8,7 +8,7 @@ * */ import { VNode } from 'vue'; -import { ComponentHooks } from '../basecomponent/BaseComponent'; +import { ComponentHooks } from '../basecomponent'; import { ClassComponent, GlobalComponentConstructor } from '../ts-helpers'; export declare type OrganizationChartPassThroughOptionType = OrganizationChartPassThroughAttributes | ((options: OrganizationChartPassThroughMethodOptions) => OrganizationChartPassThroughAttributes) | null | undefined; diff --git a/components/lib/overlaypanel/OverlayPanel.d.ts b/components/lib/overlaypanel/OverlayPanel.d.ts index 7f75297bc..f9115e878 100755 --- a/components/lib/overlaypanel/OverlayPanel.d.ts +++ b/components/lib/overlaypanel/OverlayPanel.d.ts @@ -8,7 +8,7 @@ * */ import { VNode } from 'vue'; -import { ComponentHooks } from '../basecomponent/BaseComponent'; +import { ComponentHooks } from '../basecomponent'; import { ClassComponent, GlobalComponentConstructor } from '../ts-helpers'; export declare type OverlayPanelPassThroughOptionType = OverlayPanelPassThroughAttributes | ((options: OverlayPanelPassThroughMethodOptions) => OverlayPanelPassThroughAttributes) | null | undefined; diff --git a/components/lib/paginator/Paginator.d.ts b/components/lib/paginator/Paginator.d.ts index e115ccb05..356d9ba43 100755 --- a/components/lib/paginator/Paginator.d.ts +++ b/components/lib/paginator/Paginator.d.ts @@ -8,7 +8,7 @@ * */ import { VNode } from 'vue'; -import { ComponentHooks } from '../basecomponent/BaseComponent'; +import { ComponentHooks } from '../basecomponent'; import { DropdownPassThroughOptionType } from '../dropdown'; import { InputNumberPassThroughOptionType } from '../inputnumber'; import { ClassComponent, GlobalComponentConstructor } from '../ts-helpers'; diff --git a/components/lib/panel/Panel.d.ts b/components/lib/panel/Panel.d.ts index 660ddf9f6..82dce7de4 100755 --- a/components/lib/panel/Panel.d.ts +++ b/components/lib/panel/Panel.d.ts @@ -8,7 +8,7 @@ * */ import { ButtonHTMLAttributes, VNode } from 'vue'; -import { ComponentHooks } from '../basecomponent/BaseComponent'; +import { ComponentHooks } from '../basecomponent'; import { ClassComponent, GlobalComponentConstructor } from '../ts-helpers'; export declare type PanelPassThroughOptionType = PanelPassThroughAttributes | ((options: PanelPassThroughMethodOptions) => PanelPassThroughAttributes) | null | undefined; diff --git a/components/lib/panelmenu/PanelMenu.d.ts b/components/lib/panelmenu/PanelMenu.d.ts index 67e6657bd..d2f634f58 100755 --- a/components/lib/panelmenu/PanelMenu.d.ts +++ b/components/lib/panelmenu/PanelMenu.d.ts @@ -8,7 +8,7 @@ * */ import { VNode } from 'vue'; -import { ComponentHooks } from '../basecomponent/BaseComponent'; +import { ComponentHooks } from '../basecomponent'; import { MenuItem } from '../menuitem'; import { ClassComponent, GlobalComponentConstructor } from '../ts-helpers'; diff --git a/components/lib/password/Password.d.ts b/components/lib/password/Password.d.ts index 36d4894d1..386528eb3 100755 --- a/components/lib/password/Password.d.ts +++ b/components/lib/password/Password.d.ts @@ -8,7 +8,7 @@ * */ import { HTMLAttributes, InputHTMLAttributes, VNode } from 'vue'; -import { ComponentHooks } from '../basecomponent/BaseComponent'; +import { ComponentHooks } from '../basecomponent'; import { InputTextPassThroughOptionType } from '../inputtext'; import { ClassComponent, GlobalComponentConstructor, Nullable } from '../ts-helpers'; diff --git a/components/lib/picklist/PickList.d.ts b/components/lib/picklist/PickList.d.ts index ba1fa02a7..b55a25c48 100755 --- a/components/lib/picklist/PickList.d.ts +++ b/components/lib/picklist/PickList.d.ts @@ -8,7 +8,7 @@ * */ import { ButtonHTMLAttributes, HTMLAttributes, VNode } from 'vue'; -import { ComponentHooks } from '../basecomponent/BaseComponent'; +import { ComponentHooks } from '../basecomponent'; import { ButtonPassThroughOptionType } from '../button'; import { ClassComponent, GlobalComponentConstructor } from '../ts-helpers'; diff --git a/components/lib/progressbar/ProgressBar.d.ts b/components/lib/progressbar/ProgressBar.d.ts index 46dfa2911..449989653 100755 --- a/components/lib/progressbar/ProgressBar.d.ts +++ b/components/lib/progressbar/ProgressBar.d.ts @@ -8,7 +8,7 @@ * */ import { VNode } from 'vue'; -import { ComponentHooks } from '../basecomponent/BaseComponent'; +import { ComponentHooks } from '../basecomponent'; import { ClassComponent, GlobalComponentConstructor } from '../ts-helpers'; export declare type ProgressBarPassThroughOptionType = ProgressBarPassThroughAttributes | ((options: ProgressBarPassThroughMethodOptions) => ProgressBarPassThroughAttributes) | null | undefined; diff --git a/components/lib/progressspinner/ProgressSpinner.d.ts b/components/lib/progressspinner/ProgressSpinner.d.ts index 3a15ce024..a856ef9d4 100755 --- a/components/lib/progressspinner/ProgressSpinner.d.ts +++ b/components/lib/progressspinner/ProgressSpinner.d.ts @@ -7,7 +7,7 @@ * @module progressspinner * */ -import { ComponentHooks } from '../basecomponent/BaseComponent'; +import { ComponentHooks } from '../basecomponent'; import { ClassComponent, GlobalComponentConstructor } from '../ts-helpers'; export declare type ProgressSpinnerPassThroughOptionType = ProgressSpinnerPassThroughAttributes | ((options: ProgressSpinnerPassThroughMethodOptions) => ProgressSpinnerPassThroughAttributes) | null | undefined; diff --git a/components/lib/radiobutton/RadioButton.d.ts b/components/lib/radiobutton/RadioButton.d.ts index 02f82984e..a318e89a9 100755 --- a/components/lib/radiobutton/RadioButton.d.ts +++ b/components/lib/radiobutton/RadioButton.d.ts @@ -8,7 +8,7 @@ * */ import { InputHTMLAttributes } from 'vue'; -import { ComponentHooks } from '../basecomponent/BaseComponent'; +import { ComponentHooks } from '../basecomponent'; import { ClassComponent, GlobalComponentConstructor } from '../ts-helpers'; export declare type RadioButtonPassThroughOptionType = RadioButtonPassThroughAttributes | ((options: RadioButtonPassThroughMethodOptions) => RadioButtonPassThroughAttributes) | null | undefined; diff --git a/components/lib/rating/Rating.d.ts b/components/lib/rating/Rating.d.ts index ad849f421..ad7fa9e47 100755 --- a/components/lib/rating/Rating.d.ts +++ b/components/lib/rating/Rating.d.ts @@ -8,7 +8,7 @@ * */ import { VNode } from 'vue'; -import { ComponentHooks } from '../basecomponent/BaseComponent'; +import { ComponentHooks } from '../basecomponent'; import { ClassComponent, GlobalComponentConstructor } from '../ts-helpers'; export declare type RatingPassThroughOptionType = RatingPassThroughAttributes | ((options: RatingPassThroughMethodOptions) => RatingPassThroughAttributes) | null | undefined; diff --git a/components/lib/row/Row.d.ts b/components/lib/row/Row.d.ts index 4a4c8b17d..0de1498c2 100755 --- a/components/lib/row/Row.d.ts +++ b/components/lib/row/Row.d.ts @@ -5,7 +5,7 @@ * * @module row */ -import { ComponentHooks } from '../basecomponent/BaseComponent'; +import { ComponentHooks } from '../basecomponent'; import { ColumnGroupPassThroughOptions } from '../columngroup'; import { ClassComponent, GlobalComponentConstructor } from '../ts-helpers'; diff --git a/components/lib/scrollpanel/ScrollPanel.d.ts b/components/lib/scrollpanel/ScrollPanel.d.ts index 9daeefb4a..224ecde0c 100644 --- a/components/lib/scrollpanel/ScrollPanel.d.ts +++ b/components/lib/scrollpanel/ScrollPanel.d.ts @@ -8,7 +8,7 @@ * */ import { VNode } from 'vue'; -import { ComponentHooks } from '../basecomponent/BaseComponent'; +import { ComponentHooks } from '../basecomponent'; import { ClassComponent, GlobalComponentConstructor } from '../ts-helpers'; export declare type ScrollPanelPassThroughOptionType = ScrollPanelPassThroughAttributes | ((options: ScrollPanelPassThroughMethodOptions) => ScrollPanelPassThroughAttributes) | null | undefined; diff --git a/components/lib/scrolltop/ScrollTop.d.ts b/components/lib/scrolltop/ScrollTop.d.ts index 9d55788e3..9c46ce804 100644 --- a/components/lib/scrolltop/ScrollTop.d.ts +++ b/components/lib/scrolltop/ScrollTop.d.ts @@ -8,7 +8,7 @@ * */ import { VNode } from 'vue'; -import { ComponentHooks } from '../basecomponent/BaseComponent'; +import { ComponentHooks } from '../basecomponent'; import { ClassComponent, GlobalComponentConstructor } from '../ts-helpers'; export declare type ScrollTopPassThroughOptionType = ScrollTopPassThroughAttributes | ((options: ScrollTopPassThroughMethodOptions) => ScrollTopPassThroughAttributes) | null | undefined; diff --git a/components/lib/selectbutton/SelectButton.d.ts b/components/lib/selectbutton/SelectButton.d.ts index 4129c3173..3c50176e1 100755 --- a/components/lib/selectbutton/SelectButton.d.ts +++ b/components/lib/selectbutton/SelectButton.d.ts @@ -8,7 +8,7 @@ * */ import { VNode } from 'vue'; -import { ComponentHooks } from '../basecomponent/BaseComponent'; +import { ComponentHooks } from '../basecomponent'; import { ClassComponent, GlobalComponentConstructor } from '../ts-helpers'; export declare type SelectButtonPassThroughOptionType = SelectButtonPassThroughAttributes | ((options: SelectButtonPassThroughMethodOptions) => SelectButtonPassThroughAttributes) | null | undefined; diff --git a/components/lib/sidebar/Sidebar.d.ts b/components/lib/sidebar/Sidebar.d.ts index 8c9b3f07b..408b6ee96 100755 --- a/components/lib/sidebar/Sidebar.d.ts +++ b/components/lib/sidebar/Sidebar.d.ts @@ -8,7 +8,7 @@ * */ import { VNode } from 'vue'; -import { ComponentHooks } from '../basecomponent/BaseComponent'; +import { ComponentHooks } from '../basecomponent'; import { ClassComponent, GlobalComponentConstructor } from '../ts-helpers'; export declare type SidebarPassThroughOptionType = SidebarPassThroughAttributes | ((options: SidebarPassThroughMethodOptions) => SidebarPassThroughAttributes) | null | undefined; diff --git a/components/lib/skeleton/Skeleton.d.ts b/components/lib/skeleton/Skeleton.d.ts index 167a1b9e1..3700e4382 100644 --- a/components/lib/skeleton/Skeleton.d.ts +++ b/components/lib/skeleton/Skeleton.d.ts @@ -7,7 +7,7 @@ * @module skeleton * */ -import { ComponentHooks } from '../basecomponent/BaseComponent'; +import { ComponentHooks } from '../basecomponent'; import { ClassComponent, GlobalComponentConstructor } from '../ts-helpers'; export declare type SkeletonPassThroughOptionType = SkeletonPassThroughAttributes | ((options: SkeletonPassThroughMethodOptions) => SkeletonPassThroughAttributes) | null | undefined; diff --git a/components/lib/slider/Slider.d.ts b/components/lib/slider/Slider.d.ts index a26c2adde..82e9e9fb2 100755 --- a/components/lib/slider/Slider.d.ts +++ b/components/lib/slider/Slider.d.ts @@ -7,7 +7,7 @@ * @module slider * */ -import { ComponentHooks } from '../basecomponent/BaseComponent'; +import { ComponentHooks } from '../basecomponent'; import { ClassComponent, GlobalComponentConstructor } from '../ts-helpers'; export declare type SliderPassThroughOptionType = SliderPassThroughAttributes | ((options: SliderPassThroughMethodOptions) => SliderPassThroughAttributes) | null | undefined; diff --git a/components/lib/speeddial/SpeedDial.d.ts b/components/lib/speeddial/SpeedDial.d.ts index 161692342..869f6400b 100644 --- a/components/lib/speeddial/SpeedDial.d.ts +++ b/components/lib/speeddial/SpeedDial.d.ts @@ -8,7 +8,7 @@ * */ import { VNode } from 'vue'; -import { ComponentHooks } from '../basecomponent/BaseComponent'; +import { ComponentHooks } from '../basecomponent'; import { ButtonPassThroughOptions } from '../button'; import { MenuItem } from '../menuitem'; import { ClassComponent, GlobalComponentConstructor } from '../ts-helpers'; diff --git a/components/lib/splitbutton/SplitButton.d.ts b/components/lib/splitbutton/SplitButton.d.ts index e8a92ab9b..70ef0d946 100755 --- a/components/lib/splitbutton/SplitButton.d.ts +++ b/components/lib/splitbutton/SplitButton.d.ts @@ -8,7 +8,7 @@ * */ import { ButtonHTMLAttributes, VNode } from 'vue'; -import { ComponentHooks } from '../basecomponent/BaseComponent'; +import { ComponentHooks } from '../basecomponent'; import { ButtonPassThroughOptions } from '../button'; import { MenuItem } from '../menuitem'; import { TieredMenuPassThroughOptions } from '../tieredmenu'; diff --git a/components/lib/splitter/Splitter.d.ts b/components/lib/splitter/Splitter.d.ts index 2074a28ce..e68f4e37b 100644 --- a/components/lib/splitter/Splitter.d.ts +++ b/components/lib/splitter/Splitter.d.ts @@ -8,7 +8,7 @@ * */ import { VNode } from 'vue'; -import { ComponentHooks } from '../basecomponent/BaseComponent'; +import { ComponentHooks } from '../basecomponent'; import { ClassComponent, GlobalComponentConstructor } from '../ts-helpers'; export declare type SplitterPassThroughOptionType = SplitterPassThroughAttributes | ((options: SplitterPassThroughMethodOptions) => SplitterPassThroughAttributes) | null | undefined; diff --git a/components/lib/splitterpanel/SplitterPanel.d.ts b/components/lib/splitterpanel/SplitterPanel.d.ts index 5e2b7a94b..3e8d3077c 100644 --- a/components/lib/splitterpanel/SplitterPanel.d.ts +++ b/components/lib/splitterpanel/SplitterPanel.d.ts @@ -8,7 +8,7 @@ * */ import { VNode } from 'vue'; -import { ComponentHooks } from '../basecomponent/BaseComponent'; +import { ComponentHooks } from '../basecomponent'; import { ClassComponent, GlobalComponentConstructor } from '../ts-helpers'; export declare type SplitterPanelPassThroughOptionType = SplitterPanelPassThroughAttributes | ((options: SplitterPanelPassThroughMethodOptions) => SplitterPanelPassThroughAttributes) | null | undefined; diff --git a/components/lib/steps/Steps.d.ts b/components/lib/steps/Steps.d.ts index 0b3340d8f..9585c45f1 100755 --- a/components/lib/steps/Steps.d.ts +++ b/components/lib/steps/Steps.d.ts @@ -8,7 +8,7 @@ * */ import { VNode } from 'vue'; -import { ComponentHooks } from '../basecomponent/BaseComponent'; +import { ComponentHooks } from '../basecomponent'; import { MenuItem } from '../menuitem'; import { ClassComponent, GlobalComponentConstructor } from '../ts-helpers'; diff --git a/components/lib/tabmenu/TabMenu.d.ts b/components/lib/tabmenu/TabMenu.d.ts index 30b49b8cc..d21ff78df 100755 --- a/components/lib/tabmenu/TabMenu.d.ts +++ b/components/lib/tabmenu/TabMenu.d.ts @@ -8,7 +8,7 @@ * */ import { VNode } from 'vue'; -import { ComponentHooks } from '../basecomponent/BaseComponent'; +import { ComponentHooks } from '../basecomponent'; import { MenuItem } from '../menuitem'; import { ClassComponent, GlobalComponentConstructor } from '../ts-helpers'; diff --git a/components/lib/tabpanel/TabPanel.d.ts b/components/lib/tabpanel/TabPanel.d.ts index 857f951c7..b2d7885fc 100755 --- a/components/lib/tabpanel/TabPanel.d.ts +++ b/components/lib/tabpanel/TabPanel.d.ts @@ -8,7 +8,7 @@ * */ import { AnchorHTMLAttributes, HTMLAttributes, LiHTMLAttributes, VNode } from 'vue'; -import { ComponentHooks } from '../basecomponent/BaseComponent'; +import { ComponentHooks } from '../basecomponent'; import { TabViewPassThroughOptions } from '../tabview'; import { ClassComponent, GlobalComponentConstructor } from '../ts-helpers'; diff --git a/components/lib/tabview/TabView.d.ts b/components/lib/tabview/TabView.d.ts index 507cc9021..eec3578ea 100755 --- a/components/lib/tabview/TabView.d.ts +++ b/components/lib/tabview/TabView.d.ts @@ -8,7 +8,7 @@ * */ import { ButtonHTMLAttributes, VNode } from 'vue'; -import { ComponentHooks } from '../basecomponent/BaseComponent'; +import { ComponentHooks } from '../basecomponent'; import { TabPanelPassThroughOptionType } from '../tabpanel'; import { ClassComponent, GlobalComponentConstructor } from '../ts-helpers'; diff --git a/components/lib/tag/Tag.d.ts b/components/lib/tag/Tag.d.ts index 5c5156ea8..cf8d55eac 100644 --- a/components/lib/tag/Tag.d.ts +++ b/components/lib/tag/Tag.d.ts @@ -8,7 +8,7 @@ * */ import { VNode } from 'vue'; -import { ComponentHooks } from '../basecomponent/BaseComponent'; +import { ComponentHooks } from '../basecomponent'; import { ClassComponent, GlobalComponentConstructor } from '../ts-helpers'; export declare type TagPassThroughOptionType = TagPassThroughAttributes | ((options: TagPassThroughMethodOptions) => TagPassThroughAttributes) | null | undefined; diff --git a/components/lib/terminal/Terminal.d.ts b/components/lib/terminal/Terminal.d.ts index b213487f7..86e17aa48 100755 --- a/components/lib/terminal/Terminal.d.ts +++ b/components/lib/terminal/Terminal.d.ts @@ -7,7 +7,7 @@ * @module terminal * */ -import { ComponentHooks } from '../basecomponent/BaseComponent'; +import { ComponentHooks } from '../basecomponent'; import { ClassComponent, GlobalComponentConstructor } from '../ts-helpers'; export declare type TerminalPassThroughOptionType = TerminalPassThroughAttributes | ((options: TerminalPassThroughMethodOptions) => TerminalPassThroughAttributes) | null | undefined; diff --git a/components/lib/textarea/Textarea.d.ts b/components/lib/textarea/Textarea.d.ts index 16e359691..8c6dec179 100755 --- a/components/lib/textarea/Textarea.d.ts +++ b/components/lib/textarea/Textarea.d.ts @@ -8,7 +8,7 @@ * */ import { TextareaHTMLAttributes } from 'vue'; -import { ComponentHooks } from '../basecomponent/BaseComponent'; +import { ComponentHooks } from '../basecomponent'; import { ClassComponent, GlobalComponentConstructor } from '../ts-helpers'; export declare type TextareaPassThroughOptionType = TextareaPassThroughAttributes | ((options: TextareaPassThroughMethodOptions) => TextareaPassThroughAttributes) | null | undefined; diff --git a/components/lib/tieredmenu/TieredMenu.d.ts b/components/lib/tieredmenu/TieredMenu.d.ts index bdbeb5989..b48573e2b 100755 --- a/components/lib/tieredmenu/TieredMenu.d.ts +++ b/components/lib/tieredmenu/TieredMenu.d.ts @@ -8,7 +8,7 @@ * */ import { VNode } from 'vue'; -import { ComponentHooks } from '../basecomponent/BaseComponent'; +import { ComponentHooks } from '../basecomponent'; import { MenuItem } from '../menuitem'; import { ClassComponent, GlobalComponentConstructor } from '../ts-helpers'; diff --git a/components/lib/timeline/Timeline.d.ts b/components/lib/timeline/Timeline.d.ts index 637f21dea..4b13a4d87 100644 --- a/components/lib/timeline/Timeline.d.ts +++ b/components/lib/timeline/Timeline.d.ts @@ -7,7 +7,7 @@ * @module timeline */ import { VNode } from 'vue'; -import { ComponentHooks } from '../basecomponent/BaseComponent'; +import { ComponentHooks } from '../basecomponent'; import { ClassComponent, GlobalComponentConstructor } from '../ts-helpers'; export declare type TimelinePassThroughOptionType = TimelinePassThroughAttributes | null | undefined; diff --git a/components/lib/toast/Toast.d.ts b/components/lib/toast/Toast.d.ts index 830bab20c..1343a0745 100755 --- a/components/lib/toast/Toast.d.ts +++ b/components/lib/toast/Toast.d.ts @@ -8,7 +8,7 @@ * */ import { ButtonHTMLAttributes, VNode } from 'vue'; -import { ComponentHooks } from '../basecomponent/BaseComponent'; +import { ComponentHooks } from '../basecomponent'; import { ClassComponent, GlobalComponentConstructor } from '../ts-helpers'; export declare type ToastPassThroughOptionType = ToastPassThroughAttributes | ((options: ToastPassThroughMethodOptions) => ToastPassThroughAttributes) | null | undefined; diff --git a/components/lib/togglebutton/ToggleButton.d.ts b/components/lib/togglebutton/ToggleButton.d.ts index 973631c7b..6642c0865 100755 --- a/components/lib/togglebutton/ToggleButton.d.ts +++ b/components/lib/togglebutton/ToggleButton.d.ts @@ -8,7 +8,7 @@ * */ import { InputHTMLAttributes, VNode } from 'vue'; -import { ComponentHooks } from '../basecomponent/BaseComponent'; +import { ComponentHooks } from '../basecomponent'; import { ClassComponent, GlobalComponentConstructor } from '../ts-helpers'; export declare type ToggleButtonPassThroughOptionType = ToggleButtonPassThroughAttributes | ((options: ToggleButtonPassThroughMethodOptions) => ToggleButtonPassThroughAttributes) | null | undefined; diff --git a/components/lib/toolbar/Toolbar.d.ts b/components/lib/toolbar/Toolbar.d.ts index 81790f2f4..f2394f66a 100755 --- a/components/lib/toolbar/Toolbar.d.ts +++ b/components/lib/toolbar/Toolbar.d.ts @@ -8,7 +8,7 @@ * */ import { VNode } from 'vue'; -import { ComponentHooks } from '../basecomponent/BaseComponent'; +import { ComponentHooks } from '../basecomponent'; import { ClassComponent, GlobalComponentConstructor } from '../ts-helpers'; export declare type ToolbarPassThroughOptionType = ToolbarPassThroughAttributes | ((options: ToolbarPassThroughMethodOptions) => ToolbarPassThroughAttributes) | null | undefined; diff --git a/components/lib/tree/Tree.d.ts b/components/lib/tree/Tree.d.ts index 38e8f6f3e..88425c612 100755 --- a/components/lib/tree/Tree.d.ts +++ b/components/lib/tree/Tree.d.ts @@ -8,7 +8,7 @@ * */ import { VNode } from 'vue'; -import { ComponentHooks } from '../basecomponent/BaseComponent'; +import { ComponentHooks } from '../basecomponent'; import { ClassComponent, GlobalComponentConstructor } from '../ts-helpers'; export declare type TreePassThroughOptionType = TreePassThroughAttributes | ((options: TreePassThroughMethodOptions) => TreePassThroughAttributes) | null | undefined; diff --git a/components/lib/treeselect/TreeSelect.d.ts b/components/lib/treeselect/TreeSelect.d.ts index 92421f9f1..301263747 100644 --- a/components/lib/treeselect/TreeSelect.d.ts +++ b/components/lib/treeselect/TreeSelect.d.ts @@ -8,7 +8,7 @@ * */ import { InputHTMLAttributes, VNode } from 'vue'; -import { ComponentHooks } from '../basecomponent/BaseComponent'; +import { ComponentHooks } from '../basecomponent'; import { TreeExpandedKeys, TreeNode, TreePassThroughOptionType } from '../tree'; import { ClassComponent, GlobalComponentConstructor } from '../ts-helpers'; diff --git a/components/lib/treetable/TreeTable.d.ts b/components/lib/treetable/TreeTable.d.ts index 7af586c18..f75362379 100755 --- a/components/lib/treetable/TreeTable.d.ts +++ b/components/lib/treetable/TreeTable.d.ts @@ -8,7 +8,7 @@ * */ import { VNode } from 'vue'; -import { ComponentHooks } from '../basecomponent/BaseComponent'; +import { ComponentHooks } from '../basecomponent'; import { ColumnPassThroughOptionType } from '../column'; import { PaginatorPassThroughOptionType } from '../paginator'; import { TreeNode } from '../tree'; diff --git a/components/lib/tristatecheckbox/TriStateCheckbox.d.ts b/components/lib/tristatecheckbox/TriStateCheckbox.d.ts index 5ce0dc79a..e9a6802e8 100755 --- a/components/lib/tristatecheckbox/TriStateCheckbox.d.ts +++ b/components/lib/tristatecheckbox/TriStateCheckbox.d.ts @@ -8,7 +8,7 @@ * */ import { InputHTMLAttributes, VNode } from 'vue'; -import { ComponentHooks } from '../basecomponent/BaseComponent'; +import { ComponentHooks } from '../basecomponent'; import { ClassComponent, GlobalComponentConstructor, Nullable } from '../ts-helpers'; export declare type TriStateCheckboxPassThroughOptionType = TriStateCheckboxPassThroughAttributes | ((options: TriStateCheckboxPassThroughMethodOptions) => TriStateCheckboxPassThroughAttributes) | null | undefined; diff --git a/components/lib/virtualscroller/VirtualScroller.d.ts b/components/lib/virtualscroller/VirtualScroller.d.ts index 4b693bc64..6b4f18b04 100644 --- a/components/lib/virtualscroller/VirtualScroller.d.ts +++ b/components/lib/virtualscroller/VirtualScroller.d.ts @@ -8,7 +8,7 @@ * */ import { VNode } from 'vue'; -import { ComponentHooks } from '../basecomponent/BaseComponent'; +import { ComponentHooks } from '../basecomponent'; import { ClassComponent, GlobalComponentConstructor } from '../ts-helpers'; export declare type VirtualScrollerPassThroughOptionType = VirtualScrollerPassThroughAttributes | ((options: VirtualScrollerPassThroughMethodOptions) => VirtualScrollerPassThroughAttributes) | null | undefined;