From 5c94099fa7162a7f6d209824d143addf393e6d60 Mon Sep 17 00:00:00 2001 From: mertsincan Date: Tue, 5 Sep 2023 12:28:04 +0100 Subject: [PATCH 1/2] Fixed #4389 - Rename PTOptions and DefaultPTOptions types with PassThrough and DefaultPassThrough types --- components/lib/accordion/Accordion.d.ts | 4 +- components/lib/accordiontab/AccordionTab.d.ts | 4 +- components/lib/autocomplete/AutoComplete.d.ts | 4 +- components/lib/avatar/Avatar.d.ts | 4 +- components/lib/avatargroup/AvatarGroup.d.ts | 4 +- components/lib/badge/Badge.d.ts | 4 +- .../lib/badgedirective/BadgeDirective.d.ts | 4 +- components/lib/blockui/BlockUI.d.ts | 4 +- components/lib/breadcrumb/Breadcrumb.d.ts | 4 +- components/lib/button/Button.d.ts | 4 +- components/lib/calendar/Calendar.d.ts | 4 +- components/lib/card/Card.d.ts | 4 +- components/lib/carousel/Carousel.d.ts | 4 +- .../lib/cascadeselect/CascadeSelect.d.ts | 4 +- components/lib/chart/Chart.d.ts | 4 +- components/lib/checkbox/Checkbox.d.ts | 4 +- components/lib/chip/Chip.d.ts | 4 +- components/lib/chips/Chips.d.ts | 4 +- components/lib/colorpicker/ColorPicker.d.ts | 4 +- components/lib/column/Column.d.ts | 4 +- components/lib/columngroup/ColumnGroup.d.ts | 4 +- components/lib/config/PrimeVue.d.ts | 184 +++++++++--------- .../lib/confirmdialog/ConfirmDialog.d.ts | 4 +- components/lib/confirmpopup/ConfirmPopup.d.ts | 4 +- components/lib/contextmenu/ContextMenu.d.ts | 4 +- components/lib/datatable/DataTable.d.ts | 4 +- components/lib/dataview/DataView.d.ts | 4 +- .../DataViewLayoutOptions.d.ts | 4 +- .../lib/deferredcontent/DeferredContent.d.ts | 4 +- components/lib/dialog/Dialog.d.ts | 4 +- components/lib/divider/Divider.d.ts | 4 +- components/lib/dock/Dock.d.ts | 4 +- components/lib/dropdown/Dropdown.d.ts | 4 +- components/lib/editor/Editor.d.ts | 4 +- components/lib/fieldset/Fieldset.d.ts | 4 +- components/lib/fileupload/FileUpload.d.ts | 4 +- components/lib/focustrap/FocusTrap.d.ts | 4 +- components/lib/galleria/Galleria.d.ts | 4 +- components/lib/image/Image.d.ts | 4 +- .../lib/inlinemessage/InlineMessage.d.ts | 4 +- components/lib/inplace/Inplace.d.ts | 4 +- components/lib/inputmask/InputMask.d.ts | 4 +- components/lib/inputnumber/InputNumber.d.ts | 4 +- components/lib/inputswitch/InputSwitch.d.ts | 4 +- components/lib/inputtext/InputText.d.ts | 4 +- components/lib/knob/Knob.d.ts | 4 +- components/lib/listbox/Listbox.d.ts | 4 +- components/lib/megamenu/MegaMenu.d.ts | 4 +- components/lib/menu/Menu.d.ts | 4 +- components/lib/menubar/Menubar.d.ts | 4 +- components/lib/message/Message.d.ts | 4 +- components/lib/multiselect/MultiSelect.d.ts | 4 +- components/lib/orderlist/OrderList.d.ts | 4 +- .../organizationchart/OrganizationChart.d.ts | 4 +- components/lib/overlaypanel/OverlayPanel.d.ts | 4 +- components/lib/paginator/Paginator.d.ts | 4 +- components/lib/panel/Panel.d.ts | 4 +- components/lib/panelmenu/PanelMenu.d.ts | 4 +- components/lib/password/Password.d.ts | 4 +- components/lib/picklist/PickList.d.ts | 4 +- components/lib/progressbar/ProgressBar.d.ts | 4 +- .../lib/progressspinner/ProgressSpinner.d.ts | 4 +- components/lib/radiobutton/RadioButton.d.ts | 4 +- components/lib/rating/Rating.d.ts | 4 +- components/lib/ripple/Ripple.d.ts | 4 +- components/lib/scrollpanel/ScrollPanel.d.ts | 4 +- components/lib/scrolltop/ScrollTop.d.ts | 4 +- components/lib/selectbutton/SelectButton.d.ts | 4 +- components/lib/sidebar/Sidebar.d.ts | 4 +- components/lib/skeleton/Skeleton.d.ts | 4 +- components/lib/slider/Slider.d.ts | 4 +- components/lib/speeddial/SpeedDial.d.ts | 4 +- components/lib/splitbutton/SplitButton.d.ts | 4 +- components/lib/splitter/Splitter.d.ts | 4 +- .../lib/splitterpanel/SplitterPanel.d.ts | 4 +- components/lib/steps/Steps.d.ts | 4 +- components/lib/styleclass/StyleClass.d.ts | 4 +- components/lib/tabmenu/TabMenu.d.ts | 4 +- components/lib/tabpanel/TabPanel.d.ts | 4 +- components/lib/tabview/TabView.d.ts | 4 +- components/lib/tag/Tag.d.ts | 4 +- components/lib/terminal/Terminal.d.ts | 4 +- components/lib/textarea/Textarea.d.ts | 4 +- components/lib/tieredmenu/TieredMenu.d.ts | 4 +- components/lib/timeline/Timeline.d.ts | 4 +- components/lib/toast/Toast.d.ts | 4 +- components/lib/togglebutton/ToggleButton.d.ts | 4 +- components/lib/toolbar/Toolbar.d.ts | 4 +- components/lib/tooltip/Tooltip.d.ts | 4 +- components/lib/tree/Tree.d.ts | 4 +- components/lib/treeselect/TreeSelect.d.ts | 4 +- components/lib/treetable/TreeTable.d.ts | 4 +- .../tristatecheckbox/TriStateCheckbox.d.ts | 4 +- components/lib/ts-helpers.d.ts | 4 +- .../lib/virtualscroller/VirtualScroller.d.ts | 4 +- 95 files changed, 280 insertions(+), 280 deletions(-) diff --git a/components/lib/accordion/Accordion.d.ts b/components/lib/accordion/Accordion.d.ts index 4c6c554e3..1a7390a04 100755 --- a/components/lib/accordion/Accordion.d.ts +++ b/components/lib/accordion/Accordion.d.ts @@ -11,7 +11,7 @@ import { VNode } from 'vue'; import { AccordionTabPassThroughOptionType } from '../accordiontab'; import { ComponentHooks } from '../basecomponent'; import { PassThroughOptions } from '../passthrough'; -import { ClassComponent, GlobalComponentConstructor, PTOptions } from '../ts-helpers'; +import { ClassComponent, GlobalComponentConstructor, PassThrough } from '../ts-helpers'; export declare type AccordionPassThroughOptionType = AccordionPassThroughAttributes | ((options: AccordionPassThroughMethodOptions) => AccordionPassThroughAttributes | string) | string | null | undefined; @@ -153,7 +153,7 @@ export interface AccordionProps { * Used to pass attributes to DOM elements inside the component. * @type {AccordionPassThroughOptions} */ - pt?: PTOptions; + pt?: PassThrough; /** * Used to configure passthrough(pt) options of the component. * @type {PassThroughOptions} diff --git a/components/lib/accordiontab/AccordionTab.d.ts b/components/lib/accordiontab/AccordionTab.d.ts index eaec320a7..87398dcdb 100755 --- a/components/lib/accordiontab/AccordionTab.d.ts +++ b/components/lib/accordiontab/AccordionTab.d.ts @@ -10,7 +10,7 @@ import { AnchorHTMLAttributes, HTMLAttributes, TransitionProps, VNode } from 'vue'; import { AccordionPassThroughOptions } from '../accordion'; import { PassThroughOptions } from '../passthrough'; -import { ClassComponent, GlobalComponentConstructor, PTOptions } from '../ts-helpers'; +import { ClassComponent, GlobalComponentConstructor, PassThrough } from '../ts-helpers'; export declare type AccordionTabPassThroughOptionType = AccordionTabPassThroughAttributes | ((options: AccordionTabPassThroughMethodOptions) => AccordionTabPassThroughAttributes | string) | string | null | undefined; @@ -136,7 +136,7 @@ export interface AccordionTabProps { * Used to pass attributes to DOM elements inside the component. * @type {AccordionTabPassThroughOptions} */ - pt?: PTOptions; + pt?: PassThrough; /** * Used to configure passthrough(pt) options of the component. * @type {PassThroughOptions} diff --git a/components/lib/autocomplete/AutoComplete.d.ts b/components/lib/autocomplete/AutoComplete.d.ts index e79cbde3b..14e97bccd 100755 --- a/components/lib/autocomplete/AutoComplete.d.ts +++ b/components/lib/autocomplete/AutoComplete.d.ts @@ -11,7 +11,7 @@ import { HTMLAttributes, InputHTMLAttributes, TransitionProps, VNode } from 'vue import { ComponentHooks } from '../basecomponent'; import { ButtonPassThroughOptionType } from '../button'; import { PassThroughOptions } from '../passthrough'; -import { ClassComponent, GlobalComponentConstructor, PTOptions } from '../ts-helpers'; +import { ClassComponent, GlobalComponentConstructor, PassThrough } from '../ts-helpers'; import { VirtualScrollerItemOptions, VirtualScrollerPassThroughOptionType, VirtualScrollerProps } from '../virtualscroller'; export declare type AutoCompletePassThroughOptionType = AutoCompletePassThroughAttributes | ((options: AutoCompletePassThroughMethodOptions) => AutoCompletePassThroughAttributes | string) | string | null | undefined; @@ -464,7 +464,7 @@ export interface AutoCompleteProps { * Used to pass attributes to DOM elements inside the component. * @type {AutoCompletePassThroughOptions} */ - pt?: PTOptions; + pt?: PassThrough; /** * Used to configure passthrough(pt) options of the component. * @type {PassThroughOptions} diff --git a/components/lib/avatar/Avatar.d.ts b/components/lib/avatar/Avatar.d.ts index 27ee5247f..8a8769f60 100644 --- a/components/lib/avatar/Avatar.d.ts +++ b/components/lib/avatar/Avatar.d.ts @@ -10,7 +10,7 @@ import { VNode } from 'vue'; import { AvatarGroupPassThroughOptions } from '../avatargroup'; import { ComponentHooks } from '../basecomponent'; import { PassThroughOptions } from '../passthrough'; -import { ClassComponent, GlobalComponentConstructor, PTOptions } from '../ts-helpers'; +import { ClassComponent, GlobalComponentConstructor, PassThrough } from '../ts-helpers'; export declare type AvatarPassThroughOptionType = AvatarPassThroughAttributes | ((options: AvatarPassThroughMethodOptions) => AvatarPassThroughAttributes | string) | string | null | undefined; @@ -110,7 +110,7 @@ export interface AvatarProps { * Used to pass attributes to DOM elements inside the component. * @type {AvatarPassThroughOptions} */ - pt?: PTOptions; + pt?: PassThrough; /** * Used to configure passthrough(pt) options of the component. * @type {PassThroughOptions} diff --git a/components/lib/avatargroup/AvatarGroup.d.ts b/components/lib/avatargroup/AvatarGroup.d.ts index b73576e87..e4d86f3d3 100644 --- a/components/lib/avatargroup/AvatarGroup.d.ts +++ b/components/lib/avatargroup/AvatarGroup.d.ts @@ -9,7 +9,7 @@ */ import { ComponentHooks } from '../basecomponent'; import { PassThroughOptions } from '../passthrough'; -import { ClassComponent, GlobalComponentConstructor, PTOptions } from '../ts-helpers'; +import { ClassComponent, GlobalComponentConstructor, PassThrough } from '../ts-helpers'; export declare type AvatarGroupPassThroughOptionType = AvatarGroupPassThroughAttributes | null | undefined; @@ -44,7 +44,7 @@ export interface AvatarGroupProps { * Used to pass attributes to DOM elements inside the component. * @type {AvatarGroupPassThroughOptions} */ - pt?: PTOptions; + pt?: PassThrough; /** * Used to configure passthrough(pt) options of the component. * @type {PassThroughOptions} diff --git a/components/lib/badge/Badge.d.ts b/components/lib/badge/Badge.d.ts index 4aca992f3..8748bc900 100644 --- a/components/lib/badge/Badge.d.ts +++ b/components/lib/badge/Badge.d.ts @@ -10,7 +10,7 @@ import { VNode } from 'vue'; import { ComponentHooks } from '../basecomponent'; import { PassThroughOptions } from '../passthrough'; -import { ClassComponent, GlobalComponentConstructor, PTOptions } from '../ts-helpers'; +import { ClassComponent, GlobalComponentConstructor, PassThrough } from '../ts-helpers'; export declare type BadgePassThroughOptionType = BadgePassThroughAttributes | ((options: BadgePassThroughMethodOptions) => BadgePassThroughAttributes | string) | string | null | undefined; @@ -75,7 +75,7 @@ export interface BadgeProps { * Used to pass attributes to DOM elements inside the component. * @type {BadgePassThroughOptions} */ - pt?: PTOptions; + pt?: PassThrough; /** * Used to configure passthrough(pt) options of the component. * @type {PassThroughOptions} diff --git a/components/lib/badgedirective/BadgeDirective.d.ts b/components/lib/badgedirective/BadgeDirective.d.ts index d49d7b254..e0c1cfd42 100644 --- a/components/lib/badgedirective/BadgeDirective.d.ts +++ b/components/lib/badgedirective/BadgeDirective.d.ts @@ -9,7 +9,7 @@ import { DirectiveBinding, ObjectDirective } from 'vue'; import { DirectiveHooks } from '../basedirective'; import { PassThroughOptions } from '../passthrough'; -import { PTOptions } from '../ts-helpers'; +import { PassThrough } from '../ts-helpers'; export declare type BadgeDirectivePassThroughOptionType = BadgeDirectivePassThroughAttributes | ((options: BadgePassThroughMethodOptions) => BadgeDirectivePassThroughAttributes) | null | undefined; @@ -32,7 +32,7 @@ export interface BadgeDirectiveOptions { * Used to pass attributes to DOM elements inside the component. * @type {BadgeDirectivePassThroughOptions} */ - pt?: PTOptions; + pt?: PassThrough; /** * Used to configure passthrough(pt) options of the component. * @type {PassThroughOptions} diff --git a/components/lib/blockui/BlockUI.d.ts b/components/lib/blockui/BlockUI.d.ts index 17c4a0c8f..18b15126c 100755 --- a/components/lib/blockui/BlockUI.d.ts +++ b/components/lib/blockui/BlockUI.d.ts @@ -10,7 +10,7 @@ import { VNode } from 'vue'; import { ComponentHooks } from '../basecomponent'; import { PassThroughOptions } from '../passthrough'; -import { ClassComponent, GlobalComponentConstructor, PTOptions } from '../ts-helpers'; +import { ClassComponent, GlobalComponentConstructor, PassThrough } from '../ts-helpers'; export declare type BlockUIPassThroughOptionType = BlockUIPassThroughAttributes | ((options: BlockUIPassThroughMethodOptions) => BlockUIPassThroughAttributes | string) | string | null | undefined; @@ -102,7 +102,7 @@ export interface BlockUIProps { * Used to pass attributes to DOM elements inside the component. * @type {BlockUIPassThroughOptions} */ - pt?: PTOptions; + pt?: PassThrough; /** * Used to configure passthrough(pt) options of the component. * @type {PassThroughOptions} diff --git a/components/lib/breadcrumb/Breadcrumb.d.ts b/components/lib/breadcrumb/Breadcrumb.d.ts index 1da36de47..fb2efc485 100755 --- a/components/lib/breadcrumb/Breadcrumb.d.ts +++ b/components/lib/breadcrumb/Breadcrumb.d.ts @@ -11,7 +11,7 @@ import { VNode } from 'vue'; import { ComponentHooks } from '../basecomponent'; import { MenuItem } from '../menuitem'; import { PassThroughOptions } from '../passthrough'; -import { ClassComponent, GlobalComponentConstructor, PTOptions } from '../ts-helpers'; +import { ClassComponent, GlobalComponentConstructor, PassThrough } from '../ts-helpers'; export declare type BreadcrumbPassThroughOptionType = BreadcrumbPassThroughAttributes | ((options: BreadcrumbPassThroughMethodOptions) => BreadcrumbPassThroughAttributes | string) | string | null | undefined; @@ -149,7 +149,7 @@ export interface BreadcrumbProps { * Used to pass attributes to DOM elements inside the component. * @type {BreadcrumbPassThroughOptions} */ - pt?: PTOptions; + pt?: PassThrough; /** * Used to configure passthrough(pt) options of the component. * @type {PassThroughOptions} diff --git a/components/lib/button/Button.d.ts b/components/lib/button/Button.d.ts index 8d8b3a00d..93d31d6ac 100755 --- a/components/lib/button/Button.d.ts +++ b/components/lib/button/Button.d.ts @@ -10,7 +10,7 @@ import { ButtonHTMLAttributes, VNode } from 'vue'; import { ComponentHooks } from '../basecomponent'; import { PassThroughOptions } from '../passthrough'; -import { ClassComponent, GlobalComponentConstructor, PTOptions } from '../ts-helpers'; +import { ClassComponent, GlobalComponentConstructor, PassThrough } from '../ts-helpers'; export declare type ButtonPassThroughOptionType = ButtonPassThroughAttributes | ((options: ButtonPassThroughMethodOptions) => ButtonPassThroughAttributes | string) | string | null | undefined; @@ -167,7 +167,7 @@ export interface ButtonProps extends ButtonHTMLAttributes { * Used to pass attributes to DOM elements inside the component. * @type {ButtonPassThroughOptions} */ - pt?: PTOptions; + pt?: PassThrough; /** * Used to configure passthrough(pt) options of the component. * @type {PassThroughOptions} diff --git a/components/lib/calendar/Calendar.d.ts b/components/lib/calendar/Calendar.d.ts index 7fbfbfeaf..38969148e 100755 --- a/components/lib/calendar/Calendar.d.ts +++ b/components/lib/calendar/Calendar.d.ts @@ -11,7 +11,7 @@ import { HTMLAttributes, InputHTMLAttributes, TransitionProps, VNode } from 'vue import { ComponentHooks } from '../basecomponent'; import { ButtonPassThroughOptionType } from '../button'; import { PassThroughOptions } from '../passthrough'; -import { ClassComponent, GlobalComponentConstructor, PTOptions } from '../ts-helpers'; +import { ClassComponent, GlobalComponentConstructor, PassThrough } from '../ts-helpers'; export declare type CalendarPassThroughOptionType = CalendarPassThroughAttributes | ((options: CalendarPassThroughMethodOptions) => CalendarPassThroughAttributes | string) | string | null | undefined; @@ -708,7 +708,7 @@ export interface CalendarProps { * Used to pass attributes to DOM elements inside the component. * @type {CalendarPassThroughOptions} */ - pt?: PTOptions; + pt?: PassThrough; /** * Used to configure passthrough(pt) options of the component. * @type {PassThroughOptions} diff --git a/components/lib/card/Card.d.ts b/components/lib/card/Card.d.ts index 5bd350197..e297f757b 100755 --- a/components/lib/card/Card.d.ts +++ b/components/lib/card/Card.d.ts @@ -10,7 +10,7 @@ import { VNode } from 'vue'; import { ComponentHooks } from '../basecomponent'; import { PassThroughOptions } from '../passthrough'; -import { ClassComponent, GlobalComponentConstructor, PTOptions } from '../ts-helpers'; +import { ClassComponent, GlobalComponentConstructor, PassThrough } from '../ts-helpers'; export declare type CardPassThroughOptionType = CardPassThroughAttributes | null | undefined; @@ -69,7 +69,7 @@ export interface CardProps { * Used to pass attributes to DOM elements inside the component. * @type {CardPassThroughOptions} */ - pt?: PTOptions; + pt?: PassThrough; /** * Used to configure passthrough(pt) options of the component. * @type {PassThroughOptions} diff --git a/components/lib/carousel/Carousel.d.ts b/components/lib/carousel/Carousel.d.ts index 9eca605df..0e29a90a4 100755 --- a/components/lib/carousel/Carousel.d.ts +++ b/components/lib/carousel/Carousel.d.ts @@ -10,7 +10,7 @@ import { ButtonHTMLAttributes, VNode } from 'vue'; import { ComponentHooks } from '../basecomponent'; import { PassThroughOptions } from '../passthrough'; -import { ClassComponent, GlobalComponentConstructor, PTOptions } from '../ts-helpers'; +import { ClassComponent, GlobalComponentConstructor, PassThrough } from '../ts-helpers'; export declare type CarouselPassThroughOptionType = CarouselPassThroughAttributes | ((options: CarouselPassThroughMethodOptions) => CarouselPassThroughAttributes | string) | string | null | undefined; @@ -291,7 +291,7 @@ export interface CarouselProps { * Used to pass attributes to DOM elements inside the component. * @type {CarouselPassThroughOptions} */ - pt?: PTOptions; + pt?: PassThrough; /** * Used to configure passthrough(pt) options of the component. * @type {PassThroughOptions} diff --git a/components/lib/cascadeselect/CascadeSelect.d.ts b/components/lib/cascadeselect/CascadeSelect.d.ts index 4b4cf92c9..22ea28c26 100644 --- a/components/lib/cascadeselect/CascadeSelect.d.ts +++ b/components/lib/cascadeselect/CascadeSelect.d.ts @@ -10,7 +10,7 @@ import { HTMLAttributes, InputHTMLAttributes, TransitionProps, VNode } from 'vue'; import { ComponentHooks } from '../basecomponent'; import { PassThroughOptions } from '../passthrough'; -import { ClassComponent, GlobalComponentConstructor, PTOptions } from '../ts-helpers'; +import { ClassComponent, GlobalComponentConstructor, PassThrough } from '../ts-helpers'; export declare type CascadeSelectPassThroughOptionType = CascadeSelectPassThroughAttributes | ((options: CascadeSelectPassThroughMethodOptions) => CascadeSelectPassThroughAttributes | string) | string | null | undefined; @@ -339,7 +339,7 @@ export interface CascadeSelectProps { * Used to pass attributes to DOM elements inside the component. * @type {CascadeSelectPassThroughOptions} */ - pt?: PTOptions; + pt?: PassThrough; /** * Used to configure passthrough(pt) options of the component. * @type {PassThroughOptions} diff --git a/components/lib/chart/Chart.d.ts b/components/lib/chart/Chart.d.ts index 85fb68b49..238853ad9 100755 --- a/components/lib/chart/Chart.d.ts +++ b/components/lib/chart/Chart.d.ts @@ -10,7 +10,7 @@ import { CanvasHTMLAttributes } from 'vue'; import { ComponentHooks } from '../basecomponent'; import { PassThroughOptions } from '../passthrough'; -import { ClassComponent, GlobalComponentConstructor, PTOptions } from '../ts-helpers'; +import { ClassComponent, GlobalComponentConstructor, PassThrough } from '../ts-helpers'; export declare type ChartPassThroughOptionType = ChartPassThroughAttributes | ((options: ChartPassThroughMethodOptions) => ChartPassThroughAttributes | string) | string | null | undefined; @@ -116,7 +116,7 @@ export interface ChartProps { * Used to pass attributes to DOM elements inside the component. * @type {ChartPassThroughOptions} */ - pt?: PTOptions; + pt?: PassThrough; /** * Used to configure passthrough(pt) options of the component. * @type {PassThroughOptions} diff --git a/components/lib/checkbox/Checkbox.d.ts b/components/lib/checkbox/Checkbox.d.ts index 422e77d3a..a2be87cbb 100755 --- a/components/lib/checkbox/Checkbox.d.ts +++ b/components/lib/checkbox/Checkbox.d.ts @@ -10,7 +10,7 @@ import { InputHTMLAttributes, VNode } from 'vue'; import { ComponentHooks } from '../basecomponent'; import { PassThroughOptions } from '../passthrough'; -import { ClassComponent, GlobalComponentConstructor, PTOptions } from '../ts-helpers'; +import { ClassComponent, GlobalComponentConstructor, PassThrough } from '../ts-helpers'; export declare type CheckboxPassThroughOptionType = CheckboxPassThroughAttributes | ((options: CheckboxPassThroughMethodOptions) => CheckboxPassThroughAttributes | string) | string | null | undefined; @@ -168,7 +168,7 @@ export interface CheckboxProps { * Used to pass attributes to DOM elements inside the component. * @type {CheckboxPassThroughOptions} */ - pt?: PTOptions; + pt?: PassThrough; /** * Used to configure passthrough(pt) options of the component. * @type {PassThroughOptions} diff --git a/components/lib/chip/Chip.d.ts b/components/lib/chip/Chip.d.ts index cb1105aef..bfa8a51f9 100644 --- a/components/lib/chip/Chip.d.ts +++ b/components/lib/chip/Chip.d.ts @@ -10,7 +10,7 @@ import { VNode } from 'vue'; import { ComponentHooks } from '../basecomponent'; import { PassThroughOptions } from '../passthrough'; -import { ClassComponent, GlobalComponentConstructor, PTOptions } from '../ts-helpers'; +import { ClassComponent, GlobalComponentConstructor, PassThrough } from '../ts-helpers'; export declare type ChipPassThroughOptionType = ChipPassThroughAttributes | ((options: ChipPassThroughMethodOptions) => ChipPassThroughAttributes | string) | string | null | undefined; @@ -117,7 +117,7 @@ export interface ChipProps { * Used to pass attributes to DOM elements inside the component. * @type {ChipPassThroughOptions} */ - pt?: PTOptions; + pt?: PassThrough; /** * Used to configure passthrough(pt) options of the component. * @type {PassThroughOptions} diff --git a/components/lib/chips/Chips.d.ts b/components/lib/chips/Chips.d.ts index 299ae9c94..a5f1b4167 100755 --- a/components/lib/chips/Chips.d.ts +++ b/components/lib/chips/Chips.d.ts @@ -10,7 +10,7 @@ import { InputHTMLAttributes, VNode } from 'vue'; import { ComponentHooks } from '../basecomponent'; import { PassThroughOptions } from '../passthrough'; -import { ClassComponent, GlobalComponentConstructor, PTOptions } from '../ts-helpers'; +import { ClassComponent, GlobalComponentConstructor, PassThrough } from '../ts-helpers'; export declare type ChipsPassThroughOptionType = ChipsPassThroughAttributes | ((options: ChipsPassThroughMethodOptions) => ChipsPassThroughAttributes | string) | string | null | undefined; @@ -196,7 +196,7 @@ export interface ChipsProps { * Used to pass attributes to DOM elements inside the component. * @type {ChipsPassThroughOptions} */ - pt?: PTOptions; + pt?: PassThrough; /** * Used to configure passthrough(pt) options of the component. * @type {PassThroughOptions} diff --git a/components/lib/colorpicker/ColorPicker.d.ts b/components/lib/colorpicker/ColorPicker.d.ts index d59e5196e..0c69c3817 100755 --- a/components/lib/colorpicker/ColorPicker.d.ts +++ b/components/lib/colorpicker/ColorPicker.d.ts @@ -10,7 +10,7 @@ import { TransitionProps } from 'vue'; import { ComponentHooks } from '../basecomponent'; import { PassThroughOptions } from '../passthrough'; -import { ClassComponent, GlobalComponentConstructor, PTOptions } from '../ts-helpers'; +import { ClassComponent, GlobalComponentConstructor, PassThrough } from '../ts-helpers'; export declare type ColorPickerPassThroughOptionType = ColorPickerPassThroughAttributes | ((options: ColorPickerPassThroughMethodOptions) => ColorPickerPassThroughAttributes | string) | string | null | undefined; @@ -178,7 +178,7 @@ export interface ColorPickerProps { * Used to pass attributes to DOM elements inside the component. * @type {ColorPickerPassThroughOptions} */ - pt?: PTOptions; + pt?: PassThrough; /** * Used to configure passthrough(pt) options of the component. * @type {PassThroughOptions} diff --git a/components/lib/column/Column.d.ts b/components/lib/column/Column.d.ts index ba785b3d1..b851eac43 100755 --- a/components/lib/column/Column.d.ts +++ b/components/lib/column/Column.d.ts @@ -15,7 +15,7 @@ import { ButtonPassThroughOptionType } from '../button'; import { DataTablePassThroughOptions } from '../datatable'; import { DropdownPassThroughOptionType } from '../dropdown'; import { PassThroughOptions } from '../passthrough'; -import { ClassComponent, GlobalComponentConstructor, PTOptions } from '../ts-helpers'; +import { ClassComponent, GlobalComponentConstructor, PassThrough } from '../ts-helpers'; import { VirtualScrollerLoaderOptions } from '../virtualscroller'; export declare type ColumnPassThroughOptionType = ColumnPassThroughAttributes | ((options: ColumnPassThroughMethodOptions) => ColumnPassThroughAttributes | string) | string | null | undefined; @@ -584,7 +584,7 @@ export interface ColumnProps { * Used to pass attributes to DOM elements inside the component. * @type {ColumnPassThroughOptions} */ - pt?: PTOptions; + pt?: PassThrough; /** * Used to configure passthrough(pt) options of the component. * @type {PassThroughOptions} diff --git a/components/lib/columngroup/ColumnGroup.d.ts b/components/lib/columngroup/ColumnGroup.d.ts index 5187ae74e..743dd6414 100755 --- a/components/lib/columngroup/ColumnGroup.d.ts +++ b/components/lib/columngroup/ColumnGroup.d.ts @@ -8,7 +8,7 @@ import { ComponentHooks } from '../basecomponent'; import { DataTablePassThroughOptions } from '../datatable'; import { PassThroughOptions } from '../passthrough'; -import { ClassComponent, GlobalComponentConstructor, PTOptions } from '../ts-helpers'; +import { ClassComponent, GlobalComponentConstructor, PassThrough } from '../ts-helpers'; export declare type ColumnGroupPassThroughOptionType = ColumnGroupPassThroughAttributes | ((options: ColumnGroupPassThroughMethodOptions) => ColumnGroupPassThroughAttributes | string) | string | null | undefined; @@ -73,7 +73,7 @@ export interface ColumnGroupProps { * Used to pass attributes to DOM elements inside the component. * @type {ColumnGroupPassThroughOptions} */ - pt?: PTOptions; + pt?: PassThrough; /** * Used to configure passthrough(pt) options of the component. * @type {PassThroughOptions} diff --git a/components/lib/config/PrimeVue.d.ts b/components/lib/config/PrimeVue.d.ts index a74e6a984..9d53ae5f5 100644 --- a/components/lib/config/PrimeVue.d.ts +++ b/components/lib/config/PrimeVue.d.ts @@ -92,7 +92,7 @@ import { TreePassThroughOptions } from '../tree'; import { TreeSelectPassThroughOptions } from '../treeselect'; import { TreeTablePassThroughOptions } from '../treetable'; import { TriStateCheckboxPassThroughOptions } from '../tristatecheckbox'; -import { DefaultPTOptions, PTOptions } from '../ts-helpers'; +import { DefaultPassThrough, PassThrough } from '../ts-helpers'; import { VirtualScrollerPassThroughOptions } from '../virtualscroller'; export interface PrimeVueConfiguration { @@ -101,7 +101,7 @@ export interface PrimeVueConfiguration { locale?: PrimeVueLocaleOptions; filterMatchModeOptions?: any; zIndex?: PrimeVueZIndexOptions; - pt?: PTOptions; + pt?: PassThrough; unstyled?: boolean; csp?: PrimeVueCSPOptions; } @@ -118,96 +118,96 @@ export interface PrimeVueCSPOptions { } export interface PrimeVuePTOptions { - accordion?: DefaultPTOptions; - accordiontab?: DefaultPTOptions; - autocomplete?: DefaultPTOptions; - avatar?: DefaultPTOptions; - avatargroup?: DefaultPTOptions; - badge?: DefaultPTOptions; - blockui?: DefaultPTOptions; - breadcrumb?: DefaultPTOptions; - button?: DefaultPTOptions; - calendar?: DefaultPTOptions; - card?: DefaultPTOptions; - carousel?: DefaultPTOptions; - cascadeselect?: DefaultPTOptions; - chart?: DefaultPTOptions; - checkbox?: DefaultPTOptions; - chip?: DefaultPTOptions; - chips?: DefaultPTOptions; - colorpicker?: DefaultPTOptions; - column?: DefaultPTOptions; - columngroup?: DefaultPTOptions; - confirmdialog?: DefaultPTOptions; - confirmpopup?: DefaultPTOptions; - contextmenu?: DefaultPTOptions; - datatable?: DefaultPTOptions; - dataview?: DefaultPTOptions; - dataviewlayoutoptions?: DefaultPTOptions; - deferredcontent?: DefaultPTOptions; - divider?: DefaultPTOptions; - dialog?: DefaultPTOptions; - dock?: DefaultPTOptions; - dropdown?: DefaultPTOptions; - dynamicdialog?: DefaultPTOptions; - editor?: DefaultPTOptions; - fieldset?: DefaultPTOptions; - fileupload?: DefaultPTOptions; - galleria?: DefaultPTOptions; - image?: DefaultPTOptions; - inlinemessage?: DefaultPTOptions; - inplace?: DefaultPTOptions; - inputmask?: DefaultPTOptions; - inputnumber?: DefaultPTOptions; - inputswitch?: DefaultPTOptions; - inputtext?: DefaultPTOptions; - knob?: DefaultPTOptions; - listbox?: DefaultPTOptions; - megamenu?: DefaultPTOptions; - menu?: DefaultPTOptions; - menubar?: DefaultPTOptions; - message?: DefaultPTOptions; - multiselect?: DefaultPTOptions; - orderlist?: DefaultPTOptions; - organizationchart?: DefaultPTOptions; - overlaypanel?: DefaultPTOptions; - paginator?: DefaultPTOptions; - panel?: DefaultPTOptions; - panelmenu?: DefaultPTOptions; - password?: DefaultPTOptions; - picklist?: DefaultPTOptions; - progressbar?: DefaultPTOptions; - progressspinner?: DefaultPTOptions; - radiobutton?: DefaultPTOptions; - rating?: DefaultPTOptions; - row?: DefaultPTOptions; - scrollpanel?: DefaultPTOptions; - scrolltop?: DefaultPTOptions; - sidebar?: DefaultPTOptions; - skeleton?: DefaultPTOptions; - slider?: DefaultPTOptions; - speeddial?: DefaultPTOptions; - selectbutton?: DefaultPTOptions; - splitbutton?: DefaultPTOptions; - splitter?: DefaultPTOptions; - splitterpanel?: DefaultPTOptions; - steps?: DefaultPTOptions; - tabmenu?: DefaultPTOptions; - tabpanel?: DefaultPTOptions; - tabview?: DefaultPTOptions; - tag?: DefaultPTOptions; - terminal?: DefaultPTOptions; - textarea?: DefaultPTOptions; - tieredmenu?: DefaultPTOptions; - timeline?: DefaultPTOptions; - toast?: DefaultPTOptions; - togglebutton?: DefaultPTOptions; - toolbar?: DefaultPTOptions; - tree?: DefaultPTOptions; - treeselect?: DefaultPTOptions; - tristatecheckbox?: DefaultPTOptions; - treetable?: DefaultPTOptions; - virtualscroller?: DefaultPTOptions; + accordion?: DefaultPassThrough; + accordiontab?: DefaultPassThrough; + autocomplete?: DefaultPassThrough; + avatar?: DefaultPassThrough; + avatargroup?: DefaultPassThrough; + badge?: DefaultPassThrough; + blockui?: DefaultPassThrough; + breadcrumb?: DefaultPassThrough; + button?: DefaultPassThrough; + calendar?: DefaultPassThrough; + card?: DefaultPassThrough; + carousel?: DefaultPassThrough; + cascadeselect?: DefaultPassThrough; + chart?: DefaultPassThrough; + checkbox?: DefaultPassThrough; + chip?: DefaultPassThrough; + chips?: DefaultPassThrough; + colorpicker?: DefaultPassThrough; + column?: DefaultPassThrough; + columngroup?: DefaultPassThrough; + confirmdialog?: DefaultPassThrough; + confirmpopup?: DefaultPassThrough; + contextmenu?: DefaultPassThrough; + datatable?: DefaultPassThrough; + dataview?: DefaultPassThrough; + dataviewlayoutoptions?: DefaultPassThrough; + deferredcontent?: DefaultPassThrough; + divider?: DefaultPassThrough; + dialog?: DefaultPassThrough; + dock?: DefaultPassThrough; + dropdown?: DefaultPassThrough; + dynamicdialog?: DefaultPassThrough; + editor?: DefaultPassThrough; + fieldset?: DefaultPassThrough; + fileupload?: DefaultPassThrough; + galleria?: DefaultPassThrough; + image?: DefaultPassThrough; + inlinemessage?: DefaultPassThrough; + inplace?: DefaultPassThrough; + inputmask?: DefaultPassThrough; + inputnumber?: DefaultPassThrough; + inputswitch?: DefaultPassThrough; + inputtext?: DefaultPassThrough; + knob?: DefaultPassThrough; + listbox?: DefaultPassThrough; + megamenu?: DefaultPassThrough; + menu?: DefaultPassThrough; + menubar?: DefaultPassThrough; + message?: DefaultPassThrough; + multiselect?: DefaultPassThrough; + orderlist?: DefaultPassThrough; + organizationchart?: DefaultPassThrough; + overlaypanel?: DefaultPassThrough; + paginator?: DefaultPassThrough; + panel?: DefaultPassThrough; + panelmenu?: DefaultPassThrough; + password?: DefaultPassThrough; + picklist?: DefaultPassThrough; + progressbar?: DefaultPassThrough; + progressspinner?: DefaultPassThrough; + radiobutton?: DefaultPassThrough; + rating?: DefaultPassThrough; + row?: DefaultPassThrough; + scrollpanel?: DefaultPassThrough; + scrolltop?: DefaultPassThrough; + sidebar?: DefaultPassThrough; + skeleton?: DefaultPassThrough; + slider?: DefaultPassThrough; + speeddial?: DefaultPassThrough; + selectbutton?: DefaultPassThrough; + splitbutton?: DefaultPassThrough; + splitter?: DefaultPassThrough; + splitterpanel?: DefaultPassThrough; + steps?: DefaultPassThrough; + tabmenu?: DefaultPassThrough; + tabpanel?: DefaultPassThrough; + tabview?: DefaultPassThrough; + tag?: DefaultPassThrough; + terminal?: DefaultPassThrough; + textarea?: DefaultPassThrough; + tieredmenu?: DefaultPassThrough; + timeline?: DefaultPassThrough; + toast?: DefaultPassThrough; + togglebutton?: DefaultPassThrough; + toolbar?: DefaultPassThrough; + tree?: DefaultPassThrough; + treeselect?: DefaultPassThrough; + tristatecheckbox?: DefaultPassThrough; + treetable?: DefaultPassThrough; + virtualscroller?: DefaultPassThrough; directives?: { badge?: BadgeDirectivePassThroughOptions; tooltip?: TooltipDirectivePassThroughOptions; diff --git a/components/lib/confirmdialog/ConfirmDialog.d.ts b/components/lib/confirmdialog/ConfirmDialog.d.ts index 9e73b8373..32a499de5 100644 --- a/components/lib/confirmdialog/ConfirmDialog.d.ts +++ b/components/lib/confirmdialog/ConfirmDialog.d.ts @@ -12,7 +12,7 @@ import { ComponentHooks } from '../basecomponent'; import { ButtonPassThroughOptions } from '../button'; import { ConfirmationOptions } from '../confirmationoptions'; import { PassThroughOptions } from '../passthrough'; -import { ClassComponent, GlobalComponentConstructor, PTOptions } from '../ts-helpers'; +import { ClassComponent, GlobalComponentConstructor, PassThrough } from '../ts-helpers'; export declare type ConfirmDialogPassThroughOptionType = ConfirmDialogPassThroughAttributes | ((options: ConfirmDialogPassThroughMethodOptions) => ConfirmDialogPassThroughAttributes | string) | string | null | undefined; @@ -166,7 +166,7 @@ export interface ConfirmDialogProps { * Used to pass attributes to DOM elements inside the component. * @type {ConfirmDialogPassThroughOptions} */ - pt?: PTOptions; + pt?: PassThrough; /** * Used to configure passthrough(pt) options of the component. * @type {PassThroughOptions} diff --git a/components/lib/confirmpopup/ConfirmPopup.d.ts b/components/lib/confirmpopup/ConfirmPopup.d.ts index d2a54f7ad..ca08bfd6e 100644 --- a/components/lib/confirmpopup/ConfirmPopup.d.ts +++ b/components/lib/confirmpopup/ConfirmPopup.d.ts @@ -12,7 +12,7 @@ import { ComponentHooks } from '../basecomponent'; import { ButtonPassThroughOptions } from '../button'; import { ConfirmationOptions } from '../confirmationoptions'; import { PassThroughOptions } from '../passthrough'; -import { ClassComponent, GlobalComponentConstructor, PTOptions } from '../ts-helpers'; +import { ClassComponent, GlobalComponentConstructor, PassThrough } from '../ts-helpers'; export declare type ConfirmPopupPassThroughOptionType = ConfirmPopupPassThroughAttributes | ((options: ConfirmPopupPassThroughMethodOptions) => ConfirmPopupPassThroughAttributes | string) | string | null | undefined; @@ -120,7 +120,7 @@ export interface ConfirmPopupProps { * Used to pass attributes to DOM elements inside the component. * @type {ConfirmPopupPassThroughOptions} */ - pt?: PTOptions; + pt?: PassThrough; /** * Used to configure passthrough(pt) options of the component. * @type {PassThroughOptions} diff --git a/components/lib/contextmenu/ContextMenu.d.ts b/components/lib/contextmenu/ContextMenu.d.ts index 1475c6c33..567f28182 100755 --- a/components/lib/contextmenu/ContextMenu.d.ts +++ b/components/lib/contextmenu/ContextMenu.d.ts @@ -12,7 +12,7 @@ import { TransitionProps, VNode } from 'vue'; import { ComponentHooks } from '../basecomponent'; import { MenuItem } from '../menuitem'; import { PassThroughOptions } from '../passthrough'; -import { ClassComponent, GlobalComponentConstructor, PTOptions } from '../ts-helpers'; +import { ClassComponent, GlobalComponentConstructor, PassThrough } from '../ts-helpers'; export declare type ContextMenuPassThroughOptionType = ContextMenuPassThroughAttributes | ((options: ContextMenuPassThroughMethodOptions) => ContextMenuPassThroughAttributes | string) | string | null | undefined; @@ -255,7 +255,7 @@ export interface ContextMenuProps { * Used to pass attributes to DOM elements inside the component. * @type {ContextMenuPassThroughOptions} */ - pt?: PTOptions; + pt?: PassThrough; /** * Used to configure passthrough(pt) options of the component. * @type {PassThroughOptions} diff --git a/components/lib/datatable/DataTable.d.ts b/components/lib/datatable/DataTable.d.ts index 3b9c1cdef..1e67b6c95 100755 --- a/components/lib/datatable/DataTable.d.ts +++ b/components/lib/datatable/DataTable.d.ts @@ -14,7 +14,7 @@ import { ColumnGroupPassThroughOptionType } from '../columngroup'; import { PaginatorPassThroughOptionType } from '../paginator'; import { PassThroughOptions } from '../passthrough'; import { RowPassThroughOptionType } from '../row'; -import { ClassComponent, GlobalComponentConstructor, Nullable, PTOptions } from '../ts-helpers'; +import { ClassComponent, GlobalComponentConstructor, Nullable, PassThrough } from '../ts-helpers'; import { VirtualScrollerPassThroughOptionType, VirtualScrollerProps } from '../virtualscroller'; export declare type DataTablePassThroughOptionType = DataTablePassThroughAttributes | ((options: DataTablePassThroughMethodOptions) => DataTablePassThroughAttributes | string) | string | null | undefined; @@ -1102,7 +1102,7 @@ export interface DataTableProps { * Used to pass attributes to DOM elements inside the component. * @type {DataTablePassThroughOptions} */ - pt?: PTOptions; + pt?: PassThrough; /** * Used to configure passthrough(pt) options of the component. * @type {PassThroughOptions} diff --git a/components/lib/dataview/DataView.d.ts b/components/lib/dataview/DataView.d.ts index e52f7b08c..2e0c6cde1 100755 --- a/components/lib/dataview/DataView.d.ts +++ b/components/lib/dataview/DataView.d.ts @@ -11,7 +11,7 @@ import { VNode } from 'vue'; import { ComponentHooks } from '../basecomponent'; import { PaginatorPassThroughOptionType } from '../paginator'; import { PassThroughOptions } from '../passthrough'; -import { ClassComponent, GlobalComponentConstructor, PTOptions } from '../ts-helpers'; +import { ClassComponent, GlobalComponentConstructor, PassThrough } from '../ts-helpers'; export declare type DataViewPassThroughOptionType = DataViewPassThroughAttributes | ((options: DataViewPassThroughMethodOptions) => DataViewPassThroughAttributes | string) | string | null | undefined; @@ -226,7 +226,7 @@ export interface DataViewProps { * Used to pass attributes to DOM elements inside the component. * @type {DataViewPassThroughOptions} */ - pt?: PTOptions; + pt?: PassThrough; /** * Used to configure passthrough(pt) options of the component. * @type {PassThroughOptions} diff --git a/components/lib/dataviewlayoutoptions/DataViewLayoutOptions.d.ts b/components/lib/dataviewlayoutoptions/DataViewLayoutOptions.d.ts index 1fbaa38c8..a52a4660f 100755 --- a/components/lib/dataviewlayoutoptions/DataViewLayoutOptions.d.ts +++ b/components/lib/dataviewlayoutoptions/DataViewLayoutOptions.d.ts @@ -10,7 +10,7 @@ import { VNode } from 'vue'; import { ComponentHooks } from '../basecomponent'; import { PassThroughOptions } from '../passthrough'; -import { ClassComponent, GlobalComponentConstructor, PTOptions } from '../ts-helpers'; +import { ClassComponent, GlobalComponentConstructor, PassThrough } from '../ts-helpers'; export declare type DataViewLayoutOptionsPassThroughOptionType = | DataViewLayoutOptionsPassThroughAttributes @@ -108,7 +108,7 @@ export interface DataViewLayoutOptionsProps { * Used to pass attributes to DOM elements inside the component. * @type {DataViewLayoutOptionsPassThroughOptions} */ - pt?: PTOptions; + pt?: PassThrough; /** * Used to configure passthrough(pt) options of the component. * @type {PassThroughOptions} diff --git a/components/lib/deferredcontent/DeferredContent.d.ts b/components/lib/deferredcontent/DeferredContent.d.ts index 4fe22ddda..38ec47f6b 100755 --- a/components/lib/deferredcontent/DeferredContent.d.ts +++ b/components/lib/deferredcontent/DeferredContent.d.ts @@ -10,7 +10,7 @@ import { VNode } from 'vue'; import { ComponentHooks } from '../basecomponent'; import { PassThroughOptions } from '../passthrough'; -import { ClassComponent, GlobalComponentConstructor, PTOptions } from '../ts-helpers'; +import { ClassComponent, GlobalComponentConstructor, PassThrough } from '../ts-helpers'; export declare type DeferredContentPassThroughOptionType = DeferredContentPassThroughAttributes | ((options: DeferredContentPassThroughMethodOptions) => DeferredContentPassThroughAttributes | string) | string | null | undefined; @@ -78,7 +78,7 @@ export interface DeferredContentProps { * Used to pass attributes to DOM elements inside the component. * @type {DeferredContentPassThroughOptions} */ - pt?: PTOptions; + pt?: PassThrough; /** * Used to configure passthrough(pt) options of the component. * @type {PassThroughOptions} diff --git a/components/lib/dialog/Dialog.d.ts b/components/lib/dialog/Dialog.d.ts index 18a7710a1..99bbbbfcd 100755 --- a/components/lib/dialog/Dialog.d.ts +++ b/components/lib/dialog/Dialog.d.ts @@ -10,7 +10,7 @@ import { HTMLAttributes, TransitionProps, VNode } from 'vue'; import { ComponentHooks } from '../basecomponent'; import { PassThroughOptions } from '../passthrough'; -import { ClassComponent, GlobalComponentConstructor, PTOptions } from '../ts-helpers'; +import { ClassComponent, GlobalComponentConstructor, PassThrough } from '../ts-helpers'; export declare type DialogPassThroughOptionType = DialogPassThroughAttributes | ((options: DialogPassThroughMethodOptions) => DialogPassThroughAttributes | string) | string | null | undefined; @@ -274,7 +274,7 @@ export interface DialogProps { * Used to pass attributes to DOM elements inside the component. * @type {DialogPassThroughOptions} */ - pt?: PTOptions; + pt?: PassThrough; /** * Used to configure passthrough(pt) options of the component. * @type {PassThroughOptions} diff --git a/components/lib/divider/Divider.d.ts b/components/lib/divider/Divider.d.ts index 1670c3c73..923462328 100644 --- a/components/lib/divider/Divider.d.ts +++ b/components/lib/divider/Divider.d.ts @@ -10,7 +10,7 @@ import { VNode } from 'vue'; import { ComponentHooks } from '../basecomponent'; import { PassThroughOptions } from '../passthrough'; -import { ClassComponent, GlobalComponentConstructor, PTOptions } from '../ts-helpers'; +import { ClassComponent, GlobalComponentConstructor, PassThrough } from '../ts-helpers'; export declare type DividerPassThroughOptionType = DividerPassThroughAttributes | ((options: DividerPassThroughMethodOptions) => DividerPassThroughAttributes | string) | string | null | undefined; @@ -81,7 +81,7 @@ export interface DividerProps { * Used to pass attributes to DOM elements inside the component. * @type {DividerPassThroughOptions} */ - pt?: PTOptions; + pt?: PassThrough; /** * Used to configure passthrough(pt) options of the component. * @type {PassThroughOptions} diff --git a/components/lib/dock/Dock.d.ts b/components/lib/dock/Dock.d.ts index b22bd00c9..a595edfe3 100644 --- a/components/lib/dock/Dock.d.ts +++ b/components/lib/dock/Dock.d.ts @@ -11,7 +11,7 @@ import { VNode } from 'vue'; import { ComponentHooks } from '../basecomponent'; import { MenuItem } from '../menuitem'; import { PassThroughOptions } from '../passthrough'; -import { ClassComponent, GlobalComponentConstructor, PTOptions } from '../ts-helpers'; +import { ClassComponent, GlobalComponentConstructor, PassThrough } from '../ts-helpers'; export declare type DockPassThroughOptionType = DockPassThroughAttributes | ((options: DockPassThroughMethodOptions) => DockPassThroughAttributes | string) | string | null | undefined; @@ -216,7 +216,7 @@ export interface DockProps { * Used to pass attributes to DOM elements inside the component. * @type {DockPassThroughOptions} */ - pt?: PTOptions; + pt?: PassThrough; /** * Used to configure passthrough(pt) options of the component. * @type {PassThroughOptions} diff --git a/components/lib/dropdown/Dropdown.d.ts b/components/lib/dropdown/Dropdown.d.ts index 1c0f5e1c1..f4ccc33da 100755 --- a/components/lib/dropdown/Dropdown.d.ts +++ b/components/lib/dropdown/Dropdown.d.ts @@ -10,7 +10,7 @@ import { HTMLAttributes, InputHTMLAttributes, TransitionProps, VNode } from 'vue'; import { ComponentHooks } from '../basecomponent'; import { PassThroughOptions } from '../passthrough'; -import { ClassComponent, GlobalComponentConstructor, PTOptions } from '../ts-helpers'; +import { ClassComponent, GlobalComponentConstructor, PassThrough } from '../ts-helpers'; import { VirtualScrollerItemOptions, VirtualScrollerPassThroughOptionType, VirtualScrollerProps } from '../virtualscroller'; export declare type DropdownPassThroughOptionType = DropdownPassThroughAttributes | ((options: DropdownPassThroughMethodOptions) => DropdownPassThroughAttributes | string) | string | null | undefined; @@ -445,7 +445,7 @@ export interface DropdownProps { * Used to pass attributes to DOM elements inside the component. * @type {DropdownPassThroughOptions} */ - pt?: PTOptions; + pt?: PassThrough; /** * Used to configure passthrough(pt) options of the component. * @type {PassThroughOptions} diff --git a/components/lib/editor/Editor.d.ts b/components/lib/editor/Editor.d.ts index 3e2e2635a..5b7a766fd 100755 --- a/components/lib/editor/Editor.d.ts +++ b/components/lib/editor/Editor.d.ts @@ -10,7 +10,7 @@ import { VNode } from 'vue'; import { ComponentHooks } from '../basecomponent'; import { PassThroughOptions } from '../passthrough'; -import { ClassComponent, GlobalComponentConstructor, PTOptions } from '../ts-helpers'; +import { ClassComponent, GlobalComponentConstructor, PassThrough } from '../ts-helpers'; export declare type EditorPassThroughOptionType = EditorPassThroughAttributes | ((options: EditorPassThroughMethodOptions) => EditorPassThroughAttributes | string) | string | null | undefined; @@ -234,7 +234,7 @@ export interface EditorProps { * Used to pass attributes to DOM elements inside the component. * @type {EditorPassThroughOptions} */ - pt?: PTOptions; + pt?: PassThrough; /** * Used to configure passthrough(pt) options of the component. * @type {PassThroughOptions} diff --git a/components/lib/fieldset/Fieldset.d.ts b/components/lib/fieldset/Fieldset.d.ts index c3cfdbb06..45db03328 100755 --- a/components/lib/fieldset/Fieldset.d.ts +++ b/components/lib/fieldset/Fieldset.d.ts @@ -10,7 +10,7 @@ import { AnchorHTMLAttributes, TransitionProps, VNode } from 'vue'; import { ComponentHooks } from '../basecomponent'; import { PassThroughOptions } from '../passthrough'; -import { ClassComponent, GlobalComponentConstructor, PTOptions } from '../ts-helpers'; +import { ClassComponent, GlobalComponentConstructor, PassThrough } from '../ts-helpers'; export declare type FieldsetPassThroughOptionType = FieldsetPassThroughAttributes | ((options: FieldsetPassThroughMethodOptions) => FieldsetPassThroughAttributes | string) | string | null | undefined; @@ -142,7 +142,7 @@ export interface FieldsetProps { * Used to pass attributes to DOM elements inside the component. * @type {FieldsetPassThroughOptions} */ - pt?: PTOptions; + pt?: PassThrough; /** * Used to configure passthrough(pt) options of the component. * @type {PassThroughOptions} diff --git a/components/lib/fileupload/FileUpload.d.ts b/components/lib/fileupload/FileUpload.d.ts index a4391cd74..377419975 100755 --- a/components/lib/fileupload/FileUpload.d.ts +++ b/components/lib/fileupload/FileUpload.d.ts @@ -12,7 +12,7 @@ import { ComponentHooks } from '../basecomponent'; import { ButtonPassThroughOptions } from '../button'; import { MessagePassThroughOptions } from '../message'; import { PassThroughOptions } from '../passthrough'; -import { ClassComponent, GlobalComponentConstructor, PTOptions } from '../ts-helpers'; +import { ClassComponent, GlobalComponentConstructor, PassThrough } from '../ts-helpers'; export declare type FileUploadPassThroughOptionType = FileUploadPassThroughAttributes | ((options: FileUploadPassThroughMethodOptions) => FileUploadPassThroughAttributes | string) | string | null | undefined; @@ -427,7 +427,7 @@ export interface FileUploadProps { * Used to pass attributes to DOM elements inside the component. * @type {FileUploadPassThroughOptions} */ - pt?: PTOptions; + pt?: PassThrough; /** * Used to configure passthrough(pt) options of the component. * @type {PassThroughOptions} diff --git a/components/lib/focustrap/FocusTrap.d.ts b/components/lib/focustrap/FocusTrap.d.ts index b6dfa0424..7126abe2e 100644 --- a/components/lib/focustrap/FocusTrap.d.ts +++ b/components/lib/focustrap/FocusTrap.d.ts @@ -9,7 +9,7 @@ import { DirectiveBinding, ObjectDirective } from 'vue'; import { DirectiveHooks } from '../basedirective'; import { PassThroughOptions } from '../passthrough'; -import { PTOptions } from '../ts-helpers'; +import { PassThrough } from '../ts-helpers'; export declare type FocusTrapDirectivePassThroughOptionType = FocusTrapDirectivePassThroughAttributes | null | undefined; @@ -31,7 +31,7 @@ export interface FocusTrapOptions { * Used to pass attributes to DOM elements inside the component. * @type {FocusTrapDirectivePassThroughOptions} */ - pt?: PTOptions; + pt?: PassThrough; /** * Used to configure passthrough(pt) options of the component. * @type {PassThroughOptions} diff --git a/components/lib/galleria/Galleria.d.ts b/components/lib/galleria/Galleria.d.ts index faa09dedc..31a8c68bb 100755 --- a/components/lib/galleria/Galleria.d.ts +++ b/components/lib/galleria/Galleria.d.ts @@ -10,7 +10,7 @@ import { ButtonHTMLAttributes, HTMLAttributes, TransitionProps, VNode } from 'vue'; import { ComponentHooks } from '../basecomponent'; import { PassThroughOptions } from '../passthrough'; -import { ClassComponent, GlobalComponentConstructor, PTOptions } from '../ts-helpers'; +import { ClassComponent, GlobalComponentConstructor, PassThrough } from '../ts-helpers'; export declare type GalleriaPassThroughOptionType = GalleriaPassThroughAttributes | ((options: GalleriaPassThroughMethodOptions) => GalleriaPassThroughAttributes | string) | string | null | undefined; @@ -394,7 +394,7 @@ export interface GalleriaProps { * Used to pass attributes to DOM elements inside the component. * @type {GalleriaPassThroughOptions} */ - pt?: PTOptions; + pt?: PassThrough; /** * Used to configure passthrough(pt) options of the component. * @type {PassThroughOptions} diff --git a/components/lib/image/Image.d.ts b/components/lib/image/Image.d.ts index 8f73c7faa..892cb670d 100644 --- a/components/lib/image/Image.d.ts +++ b/components/lib/image/Image.d.ts @@ -10,7 +10,7 @@ import { TransitionProps, VNode } from 'vue'; import { ComponentHooks } from '../basecomponent'; import { PassThroughOptions } from '../passthrough'; -import { ClassComponent, GlobalComponentConstructor, PTOptions } from '../ts-helpers'; +import { ClassComponent, GlobalComponentConstructor, PassThrough } from '../ts-helpers'; export declare type ImagePassThroughOptionType = ImagePassThroughAttributes | ((options: ImagePassThroughMethodOptions) => ImagePassThroughAttributes | string) | string | null | undefined; @@ -195,7 +195,7 @@ export interface ImageProps { * Used to pass attributes to DOM elements inside the component. * @type {ImagePassThroughOptions} */ - pt?: PTOptions; + pt?: PassThrough; /** * Used to configure passthrough(pt) options of the component. * @type {PassThroughOptions} diff --git a/components/lib/inlinemessage/InlineMessage.d.ts b/components/lib/inlinemessage/InlineMessage.d.ts index 27442d332..6f532e788 100755 --- a/components/lib/inlinemessage/InlineMessage.d.ts +++ b/components/lib/inlinemessage/InlineMessage.d.ts @@ -10,7 +10,7 @@ import { VNode } from 'vue'; import { ComponentHooks } from '../basecomponent'; import { PassThroughOptions } from '../passthrough'; -import { ClassComponent, GlobalComponentConstructor, PTOptions } from '../ts-helpers'; +import { ClassComponent, GlobalComponentConstructor, PassThrough } from '../ts-helpers'; export declare type InlineMessagePassThroughOptionType = InlineMessagePassThroughAttributes | ((options: InlineMessagePassThroughMethodOptions) => InlineMessagePassThroughAttributes | string) | string | null | undefined; @@ -96,7 +96,7 @@ export interface InlineMessageProps { * Used to pass attributes to DOM elements inside the component. * @type {InlineMessagePassThroughOptions} */ - pt?: PTOptions; + pt?: PassThrough; /** * Used to configure passthrough(pt) options of the component. * @type {PassThroughOptions} diff --git a/components/lib/inplace/Inplace.d.ts b/components/lib/inplace/Inplace.d.ts index 5401c8a3c..8722b0fea 100755 --- a/components/lib/inplace/Inplace.d.ts +++ b/components/lib/inplace/Inplace.d.ts @@ -12,7 +12,7 @@ import { ButtonHTMLAttributes, HTMLAttributes, VNode } from 'vue'; import { ComponentHooks } from '../basecomponent'; import { ButtonPassThroughOptions } from '../button'; import { PassThroughOptions } from '../passthrough'; -import { ClassComponent, GlobalComponentConstructor, PTOptions } from '../ts-helpers'; +import { ClassComponent, GlobalComponentConstructor, PassThrough } from '../ts-helpers'; export declare type InplacePassThroughOptionType = InplacePassThroughAttributes | ((options: InplacePassThroughMethodOptions) => InplacePassThroughAttributes | string) | string | null | undefined; @@ -121,7 +121,7 @@ export interface InplaceProps { * Used to pass attributes to DOM elements inside the component. * @type {InplacePassThroughOptions} */ - pt?: PTOptions; + pt?: PassThrough; /** * Used to configure passthrough(pt) options of the component. * @type {PassThroughOptions} diff --git a/components/lib/inputmask/InputMask.d.ts b/components/lib/inputmask/InputMask.d.ts index 5733f0cf0..74ed43707 100755 --- a/components/lib/inputmask/InputMask.d.ts +++ b/components/lib/inputmask/InputMask.d.ts @@ -9,7 +9,7 @@ */ import { ComponentHooks } from '../basecomponent'; import { PassThroughOptions } from '../passthrough'; -import { ClassComponent, GlobalComponentConstructor, PTOptions } from '../ts-helpers'; +import { ClassComponent, GlobalComponentConstructor, PassThrough } from '../ts-helpers'; export declare type InputMaskPassThroughOptionType = InputMaskPassThroughAttributes | ((options: InputMaskPassThroughMethodOptions) => InputMaskPassThroughAttributes | string) | string | null | undefined; @@ -110,7 +110,7 @@ export interface InputMaskProps { * Used to pass attributes to DOM elements inside the component. * @type {InputMaskPassThroughOptions} */ - pt?: PTOptions; + pt?: PassThrough; /** * Used to configure passthrough(pt) options of the component. * @type {PassThroughOptions} diff --git a/components/lib/inputnumber/InputNumber.d.ts b/components/lib/inputnumber/InputNumber.d.ts index 51ac116ec..b8e732e16 100755 --- a/components/lib/inputnumber/InputNumber.d.ts +++ b/components/lib/inputnumber/InputNumber.d.ts @@ -12,7 +12,7 @@ import { ComponentHooks } from '../basecomponent'; import { ButtonPassThroughOptionType } from '../button'; import { InputTextPassThroughOptionType } from '../inputtext'; import { PassThroughOptions } from '../passthrough'; -import { ClassComponent, GlobalComponentConstructor, Nullable, PTOptions } from '../ts-helpers'; +import { ClassComponent, GlobalComponentConstructor, Nullable, PassThrough } from '../ts-helpers'; export declare type InputNumberPassThroughOptionType = InputNumberPassThroughAttributes | ((options: InputNumberPassThroughMethodOptions) => InputNumberPassThroughAttributes | string) | string | null | undefined; @@ -287,7 +287,7 @@ export interface InputNumberProps { * Used to pass attributes to DOM elements inside the component. * @type {InputNumberPassThroughOptions} */ - pt?: PTOptions; + pt?: PassThrough; /** * Used to configure passthrough(pt) options of the component. * @type {PassThroughOptions} diff --git a/components/lib/inputswitch/InputSwitch.d.ts b/components/lib/inputswitch/InputSwitch.d.ts index fa4a5dd65..7d4ed9b2e 100755 --- a/components/lib/inputswitch/InputSwitch.d.ts +++ b/components/lib/inputswitch/InputSwitch.d.ts @@ -10,7 +10,7 @@ import { InputHTMLAttributes } from 'vue'; import { ComponentHooks } from '../basecomponent'; import { PassThroughOptions } from '../passthrough'; -import { ClassComponent, GlobalComponentConstructor, PTOptions } from '../ts-helpers'; +import { ClassComponent, GlobalComponentConstructor, PassThrough } from '../ts-helpers'; export declare type InputSwitchPassThroughOptionType = InputSwitchPassThroughAttributes | ((options: InputSwitchPassThroughMethodOptions) => InputSwitchPassThroughAttributes | string) | string | null | undefined; @@ -129,7 +129,7 @@ export interface InputSwitchProps { * Used to pass attributes to DOM elements inside the component. * @type {InputSwitchPassThroughOptions} */ - pt?: PTOptions; + pt?: PassThrough; /** * Used to configure passthrough(pt) options of the component. * @type {PassThroughOptions} diff --git a/components/lib/inputtext/InputText.d.ts b/components/lib/inputtext/InputText.d.ts index a8649b5b3..936649187 100755 --- a/components/lib/inputtext/InputText.d.ts +++ b/components/lib/inputtext/InputText.d.ts @@ -10,7 +10,7 @@ import { InputHTMLAttributes } from 'vue'; import { ComponentHooks } from '../basecomponent'; import { PassThroughOptions } from '../passthrough'; -import { ClassComponent, GlobalComponentConstructor, Nullable, PTOptions } from '../ts-helpers'; +import { ClassComponent, GlobalComponentConstructor, Nullable, PassThrough } from '../ts-helpers'; export declare type InputTextPassThroughOptionType = InputTextPassThroughAttributes | ((options: InputTextPassThroughMethodOptions) => InputTextPassThroughAttributes | string) | string | null | undefined; @@ -91,7 +91,7 @@ export interface InputTextProps extends InputHTMLAttributes { * Used to pass attributes to DOM elements inside the component. * @type {InputTextPassThroughOptions} */ - pt?: PTOptions; + pt?: PassThrough; /** * Used to configure passthrough(pt) options of the component. * @type {PassThroughOptions} diff --git a/components/lib/knob/Knob.d.ts b/components/lib/knob/Knob.d.ts index 69c9b605f..5f056b044 100644 --- a/components/lib/knob/Knob.d.ts +++ b/components/lib/knob/Knob.d.ts @@ -9,7 +9,7 @@ */ import { ComponentHooks } from '../basecomponent'; import { PassThroughOptions } from '../passthrough'; -import { ClassComponent, GlobalComponentConstructor, PTOptions } from '../ts-helpers'; +import { ClassComponent, GlobalComponentConstructor, PassThrough } from '../ts-helpers'; export declare type KnobPassThroughOptionType = KnobPassThroughAttributes | ((options: KnobPassThroughMethodOptions) => KnobPassThroughAttributes | string) | string | null | undefined; @@ -188,7 +188,7 @@ export interface KnobProps { * Used to pass attributes to DOM elements inside the component. * @type {KnobPassThroughOptions} */ - pt?: PTOptions; + pt?: PassThrough; /** * Used to configure passthrough(pt) options of the component. * @type {PassThroughOptions} diff --git a/components/lib/listbox/Listbox.d.ts b/components/lib/listbox/Listbox.d.ts index a6429ce12..be97ebbce 100755 --- a/components/lib/listbox/Listbox.d.ts +++ b/components/lib/listbox/Listbox.d.ts @@ -10,7 +10,7 @@ import { InputHTMLAttributes, VNode } from 'vue'; import { ComponentHooks } from '../basecomponent'; import { PassThroughOptions } from '../passthrough'; -import { ClassComponent, GlobalComponentConstructor, PTOptions } from '../ts-helpers'; +import { ClassComponent, GlobalComponentConstructor, PassThrough } from '../ts-helpers'; import { VirtualScrollerItemOptions, VirtualScrollerPassThroughOptionType, VirtualScrollerProps } from '../virtualscroller'; export declare type ListboxPassThroughOptionType = ListboxPassThroughAttributes | ((options: ListboxPassThroughMethodOptions) => ListboxPassThroughAttributes | string) | string | null | undefined; @@ -339,7 +339,7 @@ export interface ListboxProps { * Used to pass attributes to DOM elements inside the component. * @type {ListboxPassThroughOptions} */ - pt?: PTOptions; + pt?: PassThrough; /** * Used to configure passthrough(pt) options of the component. * @type {PassThroughOptions} diff --git a/components/lib/megamenu/MegaMenu.d.ts b/components/lib/megamenu/MegaMenu.d.ts index f02debc86..3ba805ae1 100755 --- a/components/lib/megamenu/MegaMenu.d.ts +++ b/components/lib/megamenu/MegaMenu.d.ts @@ -11,7 +11,7 @@ import { VNode } from 'vue'; import { ComponentHooks } from '../basecomponent'; import { MenuItem } from '../menuitem'; import { PassThroughOptions } from '../passthrough'; -import { ClassComponent, GlobalComponentConstructor, PTOptions } from '../ts-helpers'; +import { ClassComponent, GlobalComponentConstructor, PassThrough } from '../ts-helpers'; export declare type MegaMenuPassThroughOptionType = MegaMenuPassThroughAttributes | ((options: MegaMenuPassThroughMethodOptions) => MegaMenuPassThroughAttributes | string) | string | null | undefined; @@ -252,7 +252,7 @@ export interface MegaMenuProps { * Used to pass attributes to DOM elements inside the component. * @type {MegaMenuPassThroughOptions} */ - pt?: PTOptions; + pt?: PassThrough; /** * Used to configure passthrough(pt) options of the component. * @type {PassThroughOptions} diff --git a/components/lib/menu/Menu.d.ts b/components/lib/menu/Menu.d.ts index 1f5329996..ea150b15a 100755 --- a/components/lib/menu/Menu.d.ts +++ b/components/lib/menu/Menu.d.ts @@ -11,7 +11,7 @@ import { TransitionProps, VNode } from 'vue'; import { ComponentHooks } from '../basecomponent'; import { MenuItem } from '../menuitem'; import { PassThroughOptions } from '../passthrough'; -import { ClassComponent, GlobalComponentConstructor, PTOptions } from '../ts-helpers'; +import { ClassComponent, GlobalComponentConstructor, PassThrough } from '../ts-helpers'; export declare type MenuPassThroughOptionType = MenuPassThroughAttributes | ((options: MenuPassThroughMethodOptions) => MenuPassThroughAttributes | string) | string | null | undefined; @@ -224,7 +224,7 @@ export interface MenuProps { * Used to pass attributes to DOM elements inside the component. * @type {MenuPassThroughOptions} */ - pt?: PTOptions; + pt?: PassThrough; /** * Used to configure passthrough(pt) options of the component. * @type {PassThroughOptions} diff --git a/components/lib/menubar/Menubar.d.ts b/components/lib/menubar/Menubar.d.ts index 35ddaf35e..f75cd7451 100755 --- a/components/lib/menubar/Menubar.d.ts +++ b/components/lib/menubar/Menubar.d.ts @@ -11,7 +11,7 @@ import { ButtonHTMLAttributes, VNode } from 'vue'; import { ComponentHooks } from '../basecomponent'; import { MenuItem } from '../menuitem'; import { PassThroughOptions } from '../passthrough'; -import { ClassComponent, GlobalComponentConstructor, PTOptions } from '../ts-helpers'; +import { ClassComponent, GlobalComponentConstructor, PassThrough } from '../ts-helpers'; export declare type MenubarPassThroughOptionType = MenubarPassThroughAttributes | ((options: MenubarPassThroughMethodOptions) => MenubarPassThroughAttributes | string) | string | null | undefined; @@ -243,7 +243,7 @@ export interface MenubarProps { * Used to pass attributes to DOM elements inside the component. * @type {MenubarPassThroughOptions} */ - pt?: PTOptions; + pt?: PassThrough; /** * Used to configure passthrough(pt) options of the component. * @type {PassThroughOptions} diff --git a/components/lib/message/Message.d.ts b/components/lib/message/Message.d.ts index f8e2dfe55..f47444eff 100755 --- a/components/lib/message/Message.d.ts +++ b/components/lib/message/Message.d.ts @@ -10,7 +10,7 @@ import { ButtonHTMLAttributes, TransitionProps, VNode } from 'vue'; import { ComponentHooks } from '../basecomponent'; import { PassThroughOptions } from '../passthrough'; -import { ClassComponent, GlobalComponentConstructor, PTOptions } from '../ts-helpers'; +import { ClassComponent, GlobalComponentConstructor, PassThrough } from '../ts-helpers'; export declare type MessagePassThroughOptionType = MessagePassThroughAttributes | ((options: MessagePassThroughMethodOptions) => MessagePassThroughAttributes | string) | string | null | undefined; @@ -147,7 +147,7 @@ export interface MessageProps { * Used to pass attributes to DOM elements inside the component. * @type {MessagePassThroughOptions} */ - pt?: PTOptions; + pt?: PassThrough; /** * Used to configure passthrough(pt) options of the component. * @type {PassThroughOptions} diff --git a/components/lib/multiselect/MultiSelect.d.ts b/components/lib/multiselect/MultiSelect.d.ts index 6e5dd6a79..dfb828035 100755 --- a/components/lib/multiselect/MultiSelect.d.ts +++ b/components/lib/multiselect/MultiSelect.d.ts @@ -10,7 +10,7 @@ import { ButtonHTMLAttributes, HTMLAttributes, InputHTMLAttributes, TransitionProps, VNode } from 'vue'; import { ComponentHooks } from '../basecomponent'; import { PassThroughOptions } from '../passthrough'; -import { ClassComponent, GlobalComponentConstructor, PTOptions } from '../ts-helpers'; +import { ClassComponent, GlobalComponentConstructor, PassThrough } from '../ts-helpers'; import { VirtualScrollerItemOptions, VirtualScrollerPassThroughOptionType, VirtualScrollerProps } from '../virtualscroller'; export declare type MultiSelectPassThroughOptionType = MultiSelectPassThroughAttributes | ((options: MultiSelectPassThroughMethodOptions) => MultiSelectPassThroughAttributes | string) | string | null | undefined; @@ -527,7 +527,7 @@ export interface MultiSelectProps { * Used to pass attributes to DOM elements inside the component. * @type {MultiSelectPassThroughOptions} */ - pt?: PTOptions; + pt?: PassThrough; /** * Used to configure passthrough(pt) options of the component. * @type {PassThroughOptions} diff --git a/components/lib/orderlist/OrderList.d.ts b/components/lib/orderlist/OrderList.d.ts index bbb0216aa..f113ce1e1 100755 --- a/components/lib/orderlist/OrderList.d.ts +++ b/components/lib/orderlist/OrderList.d.ts @@ -11,7 +11,7 @@ import { ButtonHTMLAttributes, HTMLAttributes, TransitionProps, VNode } from 'vu import { ComponentHooks } from '../basecomponent'; import { ButtonPassThroughOptionType } from '../button'; import { PassThroughOptions } from '../passthrough'; -import { ClassComponent, GlobalComponentConstructor, PTOptions } from '../ts-helpers'; +import { ClassComponent, GlobalComponentConstructor, PassThrough } from '../ts-helpers'; export declare type OrderListPassThroughOptionType = OrderListPassThroughAttributes | ((options: OrderListPassThroughMethodOptions) => OrderListPassThroughAttributes | string) | string | null | undefined; @@ -257,7 +257,7 @@ export interface OrderListProps { * Used to pass attributes to DOM elements inside the component. * @type {OrderListPassThroughOptions} */ - pt?: PTOptions; + pt?: PassThrough; /** * Used to configure passthrough(pt) options of the component. * @type {PassThroughOptions} diff --git a/components/lib/organizationchart/OrganizationChart.d.ts b/components/lib/organizationchart/OrganizationChart.d.ts index 853457c4e..ed111c638 100755 --- a/components/lib/organizationchart/OrganizationChart.d.ts +++ b/components/lib/organizationchart/OrganizationChart.d.ts @@ -10,7 +10,7 @@ import { VNode } from 'vue'; import { ComponentHooks } from '../basecomponent'; import { PassThroughOptions } from '../passthrough'; -import { ClassComponent, GlobalComponentConstructor, PTOptions } from '../ts-helpers'; +import { ClassComponent, GlobalComponentConstructor, PassThrough } from '../ts-helpers'; export declare type OrganizationChartPassThroughOptionType = OrganizationChartPassThroughAttributes | ((options: OrganizationChartPassThroughMethodOptions) => OrganizationChartPassThroughAttributes | string) | string | null | undefined; @@ -241,7 +241,7 @@ export interface OrganizationChartProps { * Used to pass attributes to DOM elements inside the component. * @type {OrganizationChartPassThroughOptions} */ - pt?: PTOptions; + pt?: PassThrough; /** * Used to configure passthrough(pt) options of the component. * @type {PassThroughOptions} diff --git a/components/lib/overlaypanel/OverlayPanel.d.ts b/components/lib/overlaypanel/OverlayPanel.d.ts index f96bcb986..b7ce6c8cf 100755 --- a/components/lib/overlaypanel/OverlayPanel.d.ts +++ b/components/lib/overlaypanel/OverlayPanel.d.ts @@ -10,7 +10,7 @@ import { TransitionProps, VNode } from 'vue'; import { ComponentHooks } from '../basecomponent'; import { PassThroughOptions } from '../passthrough'; -import { ClassComponent, GlobalComponentConstructor, PTOptions } from '../ts-helpers'; +import { ClassComponent, GlobalComponentConstructor, PassThrough } from '../ts-helpers'; export declare type OverlayPanelPassThroughOptionType = OverlayPanelPassThroughAttributes | ((options: OverlayPanelPassThroughMethodOptions) => OverlayPanelPassThroughAttributes | string) | string | null | undefined; @@ -152,7 +152,7 @@ export interface OverlayPanelProps { * Used to pass attributes to DOM elements inside the component. * @type {OverlayPanelPassThroughOptions} */ - pt?: PTOptions; + pt?: PassThrough; /** * Used to configure passthrough(pt) options of the component. * @type {PassThroughOptions} diff --git a/components/lib/paginator/Paginator.d.ts b/components/lib/paginator/Paginator.d.ts index 014510526..ae0c33bb9 100755 --- a/components/lib/paginator/Paginator.d.ts +++ b/components/lib/paginator/Paginator.d.ts @@ -12,7 +12,7 @@ import { ComponentHooks } from '../basecomponent'; import { DropdownPassThroughOptionType } from '../dropdown'; import { InputNumberPassThroughOptionType } from '../inputnumber'; import { PassThroughOptions } from '../passthrough'; -import { ClassComponent, GlobalComponentConstructor, PTOptions } from '../ts-helpers'; +import { ClassComponent, GlobalComponentConstructor, PassThrough } from '../ts-helpers'; export declare type PaginatorPassThroughOptionType = PaginatorPassThroughAttributes | ((options: PaginatorPassThroughMethodOptions) => PaginatorPassThroughAttributes | string) | string | null | undefined; @@ -252,7 +252,7 @@ export interface PaginatorProps { * Used to pass attributes to DOM elements inside the component. * @type {PaginatorPassThroughOptions} */ - pt?: PTOptions; + pt?: PassThrough; /** * Used to configure passthrough(pt) options of the component. * @type {PassThroughOptions} diff --git a/components/lib/panel/Panel.d.ts b/components/lib/panel/Panel.d.ts index 036bc85a9..501175aa2 100755 --- a/components/lib/panel/Panel.d.ts +++ b/components/lib/panel/Panel.d.ts @@ -10,7 +10,7 @@ import { ButtonHTMLAttributes, TransitionProps, VNode } from 'vue'; import { ComponentHooks } from '../basecomponent'; import { PassThroughOptions } from '../passthrough'; -import { ClassComponent, GlobalComponentConstructor, PTOptions } from '../ts-helpers'; +import { ClassComponent, GlobalComponentConstructor, PassThrough } from '../ts-helpers'; export declare type PanelPassThroughOptionType = PanelPassThroughAttributes | ((options: PanelPassThroughMethodOptions) => PanelPassThroughAttributes | string) | string | null | undefined; @@ -150,7 +150,7 @@ export interface PanelProps { * Used to pass attributes to DOM elements inside the component. * @type {PanelPassThroughOptions} */ - pt?: PTOptions; + pt?: PassThrough; /** * Used to configure passthrough(pt) options of the component. * @type {PassThroughOptions} diff --git a/components/lib/panelmenu/PanelMenu.d.ts b/components/lib/panelmenu/PanelMenu.d.ts index 3b52da32f..d713bafd1 100755 --- a/components/lib/panelmenu/PanelMenu.d.ts +++ b/components/lib/panelmenu/PanelMenu.d.ts @@ -11,7 +11,7 @@ import { TransitionProps, VNode } from 'vue'; import { ComponentHooks } from '../basecomponent'; import { MenuItem } from '../menuitem'; import { PassThroughOptions } from '../passthrough'; -import { ClassComponent, GlobalComponentConstructor, PTOptions } from '../ts-helpers'; +import { ClassComponent, GlobalComponentConstructor, PassThrough } from '../ts-helpers'; export declare type PanelMenuPassThroughOptionType = PanelMenuPassThroughAttributes | ((options: PanelMenuPassThroughMethodOptions) => PanelMenuPassThroughAttributes | string) | string | null | undefined; @@ -256,7 +256,7 @@ export interface PanelMenuProps { * Used to pass attributes to DOM elements inside the component. * @type {PanelMenuPassThroughOptions} */ - pt?: PTOptions; + pt?: PassThrough; /** * Used to configure passthrough(pt) options of the component. * @type {PassThroughOptions} diff --git a/components/lib/password/Password.d.ts b/components/lib/password/Password.d.ts index f74eb4283..2843a2b1c 100755 --- a/components/lib/password/Password.d.ts +++ b/components/lib/password/Password.d.ts @@ -11,7 +11,7 @@ import { HTMLAttributes, InputHTMLAttributes, TransitionProps, VNode } from 'vue import { ComponentHooks } from '../basecomponent'; import { InputTextPassThroughOptionType } from '../inputtext'; import { PassThroughOptions } from '../passthrough'; -import { ClassComponent, GlobalComponentConstructor, Nullable, PTOptions } from '../ts-helpers'; +import { ClassComponent, GlobalComponentConstructor, Nullable, PassThrough } from '../ts-helpers'; export declare type PasswordPassThroughOptionType = PasswordPassThroughAttributes | ((options: PasswordPassThroughMethodOptions) => PasswordPassThroughAttributes | string) | string | null | undefined; @@ -257,7 +257,7 @@ export interface PasswordProps extends InputHTMLAttributes { * Used to pass attributes to DOM elements inside the component. * @type {PasswordPassThroughOptions} */ - pt?: PTOptions; + pt?: PassThrough; /** * Used to configure passthrough(pt) options of the component. * @type {PassThroughOptions} diff --git a/components/lib/picklist/PickList.d.ts b/components/lib/picklist/PickList.d.ts index 6013909c2..340d6d089 100755 --- a/components/lib/picklist/PickList.d.ts +++ b/components/lib/picklist/PickList.d.ts @@ -11,7 +11,7 @@ import { ButtonHTMLAttributes, HTMLAttributes, TransitionProps, VNode } from 'vu import { ComponentHooks } from '../basecomponent'; import { ButtonPassThroughOptionType } from '../button'; import { PassThroughOptions } from '../passthrough'; -import { ClassComponent, GlobalComponentConstructor, PTOptions } from '../ts-helpers'; +import { ClassComponent, GlobalComponentConstructor, PassThrough } from '../ts-helpers'; export declare type PickListPassThroughOptionType = PickListPassThroughAttributes | ((options: PickListPassThroughMethodOptions) => PickListPassThroughAttributes | string) | string | null | undefined; @@ -390,7 +390,7 @@ export interface PickListProps { * Used to pass attributes to DOM elements inside the component. * @type {PickListPassThroughOptions} */ - pt?: PTOptions; + pt?: PassThrough; /** * Used to configure passthrough(pt) options of the component. * @type {PassThroughOptions} diff --git a/components/lib/progressbar/ProgressBar.d.ts b/components/lib/progressbar/ProgressBar.d.ts index 50faedfb5..f6060aee8 100755 --- a/components/lib/progressbar/ProgressBar.d.ts +++ b/components/lib/progressbar/ProgressBar.d.ts @@ -10,7 +10,7 @@ import { VNode } from 'vue'; import { ComponentHooks } from '../basecomponent'; import { PassThroughOptions } from '../passthrough'; -import { ClassComponent, GlobalComponentConstructor, PTOptions } from '../ts-helpers'; +import { ClassComponent, GlobalComponentConstructor, PassThrough } from '../ts-helpers'; export declare type ProgressBarPassThroughOptionType = ProgressBarPassThroughAttributes | ((options: ProgressBarPassThroughMethodOptions) => ProgressBarPassThroughAttributes | string) | string | null | undefined; @@ -85,7 +85,7 @@ export interface ProgressBarProps { * Used to pass attributes to DOM elements inside the component. * @type {ProgressBarPassThroughOptions} */ - pt?: PTOptions; + pt?: PassThrough; /** * Used to configure passthrough(pt) options of the component. * @type {PassThroughOptions} diff --git a/components/lib/progressspinner/ProgressSpinner.d.ts b/components/lib/progressspinner/ProgressSpinner.d.ts index 5127fc49a..af0e27c42 100755 --- a/components/lib/progressspinner/ProgressSpinner.d.ts +++ b/components/lib/progressspinner/ProgressSpinner.d.ts @@ -9,7 +9,7 @@ */ import { ComponentHooks } from '../basecomponent'; import { PassThroughOptions } from '../passthrough'; -import { ClassComponent, GlobalComponentConstructor, PTOptions } from '../ts-helpers'; +import { ClassComponent, GlobalComponentConstructor, PassThrough } from '../ts-helpers'; export declare type ProgressSpinnerPassThroughOptionType = ProgressSpinnerPassThroughAttributes | ((options: ProgressSpinnerPassThroughMethodOptions) => ProgressSpinnerPassThroughAttributes | string) | string | null | undefined; @@ -84,7 +84,7 @@ export interface ProgressSpinnerProps { * Used to pass attributes to DOM elements inside the component. * @type {ProgressSpinnerPassThroughOptions} */ - pt?: PTOptions; + pt?: PassThrough; /** * Used to configure passthrough(pt) options of the component. * @type {PassThroughOptions} diff --git a/components/lib/radiobutton/RadioButton.d.ts b/components/lib/radiobutton/RadioButton.d.ts index 1b5ced23b..172ea20c6 100755 --- a/components/lib/radiobutton/RadioButton.d.ts +++ b/components/lib/radiobutton/RadioButton.d.ts @@ -10,7 +10,7 @@ import { InputHTMLAttributes } from 'vue'; import { ComponentHooks } from '../basecomponent'; import { PassThroughOptions } from '../passthrough'; -import { ClassComponent, GlobalComponentConstructor, PTOptions } from '../ts-helpers'; +import { ClassComponent, GlobalComponentConstructor, PassThrough } from '../ts-helpers'; export declare type RadioButtonPassThroughOptionType = RadioButtonPassThroughAttributes | ((options: RadioButtonPassThroughMethodOptions) => RadioButtonPassThroughAttributes | string) | string | null | undefined; @@ -135,7 +135,7 @@ export interface RadioButtonProps { * Used to pass attributes to DOM elements inside the component. * @type {RadioButtonPassThroughOptions} */ - pt?: PTOptions; + pt?: PassThrough; /** * Used to configure passthrough(pt) options of the component. * @type {PassThroughOptions} diff --git a/components/lib/rating/Rating.d.ts b/components/lib/rating/Rating.d.ts index 6b73e2374..bd0480a38 100755 --- a/components/lib/rating/Rating.d.ts +++ b/components/lib/rating/Rating.d.ts @@ -10,7 +10,7 @@ import { VNode } from 'vue'; import { ComponentHooks } from '../basecomponent'; import { PassThroughOptions } from '../passthrough'; -import { ClassComponent, GlobalComponentConstructor, PTOptions } from '../ts-helpers'; +import { ClassComponent, GlobalComponentConstructor, PassThrough } from '../ts-helpers'; export declare type RatingPassThroughOptionType = RatingPassThroughAttributes | ((options: RatingPassThroughMethodOptions) => RatingPassThroughAttributes | string) | string | null | undefined; @@ -195,7 +195,7 @@ export interface RatingProps { * Used to pass attributes to DOM elements inside the component. * @type {RatingPassThroughOptions} */ - pt?: PTOptions; + pt?: PassThrough; /** * Used to configure passthrough(pt) options of the component. * @type {PassThroughOptions} diff --git a/components/lib/ripple/Ripple.d.ts b/components/lib/ripple/Ripple.d.ts index d839a9e2e..3135d37ca 100644 --- a/components/lib/ripple/Ripple.d.ts +++ b/components/lib/ripple/Ripple.d.ts @@ -9,7 +9,7 @@ import { DirectiveBinding, ObjectDirective } from 'vue'; import { DirectiveHooks } from '../basedirective'; import { PassThroughOptions } from '../passthrough'; -import { PTOptions } from '../ts-helpers'; +import { PassThrough } from '../ts-helpers'; export declare type RippleDirectivePassThroughOptionType = RippleDirectivePassThroughAttributes | null | undefined; @@ -21,7 +21,7 @@ export interface RippleOptions { * Used to pass attributes to DOM elements inside the component. * @type {RippleDirectivePassThroughOptions} */ - pt?: PTOptions; + pt?: PassThrough; /** * Used to configure passthrough(pt) options of the component. * @type {PassThroughOptions} diff --git a/components/lib/scrollpanel/ScrollPanel.d.ts b/components/lib/scrollpanel/ScrollPanel.d.ts index b52763000..e5096e1b7 100644 --- a/components/lib/scrollpanel/ScrollPanel.d.ts +++ b/components/lib/scrollpanel/ScrollPanel.d.ts @@ -10,7 +10,7 @@ import { VNode } from 'vue'; import { ComponentHooks } from '../basecomponent'; import { PassThroughOptions } from '../passthrough'; -import { ClassComponent, GlobalComponentConstructor, PTOptions } from '../ts-helpers'; +import { ClassComponent, GlobalComponentConstructor, PassThrough } from '../ts-helpers'; export declare type ScrollPanelPassThroughOptionType = ScrollPanelPassThroughAttributes | ((options: ScrollPanelPassThroughMethodOptions) => ScrollPanelPassThroughAttributes | string) | string | null | undefined; @@ -113,7 +113,7 @@ export interface ScrollPanelProps { * Used to pass attributes to DOM elements inside the component. * @type {ScrollPanelPassThroughOptions} */ - pt?: PTOptions; + pt?: PassThrough; /** * Used to configure passthrough(pt) options of the component. * @type {PassThroughOptions} diff --git a/components/lib/scrolltop/ScrollTop.d.ts b/components/lib/scrolltop/ScrollTop.d.ts index 571113b2a..cc1c02046 100644 --- a/components/lib/scrolltop/ScrollTop.d.ts +++ b/components/lib/scrolltop/ScrollTop.d.ts @@ -10,7 +10,7 @@ import { TransitionProps, VNode } from 'vue'; import { ComponentHooks } from '../basecomponent'; import { PassThroughOptions } from '../passthrough'; -import { ClassComponent, GlobalComponentConstructor, PTOptions } from '../ts-helpers'; +import { ClassComponent, GlobalComponentConstructor, PassThrough } from '../ts-helpers'; export declare type ScrollTopPassThroughOptionType = ScrollTopPassThroughAttributes | ((options: ScrollTopPassThroughMethodOptions) => ScrollTopPassThroughAttributes | string) | string | null | undefined; @@ -108,7 +108,7 @@ export interface ScrollTopProps { * Used to pass attributes to DOM elements inside the component. * @type {ScrollTopPassThroughOptions} */ - pt?: PTOptions; + pt?: PassThrough; /** * Used to configure passthrough(pt) options of the component. * @type {PassThroughOptions} diff --git a/components/lib/selectbutton/SelectButton.d.ts b/components/lib/selectbutton/SelectButton.d.ts index 63c1c8b83..3269cd3d5 100755 --- a/components/lib/selectbutton/SelectButton.d.ts +++ b/components/lib/selectbutton/SelectButton.d.ts @@ -10,7 +10,7 @@ import { VNode } from 'vue'; import { ComponentHooks } from '../basecomponent'; import { PassThroughOptions } from '../passthrough'; -import { ClassComponent, GlobalComponentConstructor, PTOptions } from '../ts-helpers'; +import { ClassComponent, GlobalComponentConstructor, PassThrough } from '../ts-helpers'; export declare type SelectButtonPassThroughOptionType = SelectButtonPassThroughAttributes | ((options: SelectButtonPassThroughMethodOptions) => SelectButtonPassThroughAttributes | string) | string | null | undefined; @@ -167,7 +167,7 @@ export interface SelectButtonProps { * Used to pass attributes to DOM elements inside the component. * @type {SelectButtonPassThroughOptions} */ - pt?: PTOptions; + pt?: PassThrough; /** * Used to configure passthrough(pt) options of the component. * @type {PassThroughOptions} diff --git a/components/lib/sidebar/Sidebar.d.ts b/components/lib/sidebar/Sidebar.d.ts index 0b8c1c0ed..2fb7e9e45 100755 --- a/components/lib/sidebar/Sidebar.d.ts +++ b/components/lib/sidebar/Sidebar.d.ts @@ -10,7 +10,7 @@ import { TransitionProps, VNode } from 'vue'; import { ComponentHooks } from '../basecomponent'; import { PassThroughOptions } from '../passthrough'; -import { ClassComponent, GlobalComponentConstructor, PTOptions } from '../ts-helpers'; +import { ClassComponent, GlobalComponentConstructor, PassThrough } from '../ts-helpers'; export declare type SidebarPassThroughOptionType = SidebarPassThroughAttributes | ((options: SidebarPassThroughMethodOptions) => SidebarPassThroughAttributes | string) | string | null | undefined; @@ -153,7 +153,7 @@ export interface SidebarProps { * Used to pass attributes to DOM elements inside the component. * @type {SidebarPassThroughOptions} */ - pt?: PTOptions; + pt?: PassThrough; /** * Used to configure passthrough(pt) options of the component. * @type {PassThroughOptions} diff --git a/components/lib/skeleton/Skeleton.d.ts b/components/lib/skeleton/Skeleton.d.ts index dc062a047..6e0885cb3 100644 --- a/components/lib/skeleton/Skeleton.d.ts +++ b/components/lib/skeleton/Skeleton.d.ts @@ -9,7 +9,7 @@ */ import { ComponentHooks } from '../basecomponent'; import { PassThroughOptions } from '../passthrough'; -import { ClassComponent, GlobalComponentConstructor, PTOptions } from '../ts-helpers'; +import { ClassComponent, GlobalComponentConstructor, PassThrough } from '../ts-helpers'; export declare type SkeletonPassThroughOptionType = SkeletonPassThroughAttributes | ((options: SkeletonPassThroughMethodOptions) => SkeletonPassThroughAttributes | string) | string | null | undefined; @@ -90,7 +90,7 @@ export interface SkeletonProps { * Used to pass attributes to DOM elements inside the component. * @type {SkeletonPassThroughOptions} */ - pt?: PTOptions; + pt?: PassThrough; /** * Used to configure passthrough(pt) options of the component. * @type {PassThroughOptions} diff --git a/components/lib/slider/Slider.d.ts b/components/lib/slider/Slider.d.ts index 57b6978cf..3135354b1 100755 --- a/components/lib/slider/Slider.d.ts +++ b/components/lib/slider/Slider.d.ts @@ -9,7 +9,7 @@ */ import { ComponentHooks } from '../basecomponent'; import { PassThroughOptions } from '../passthrough'; -import { ClassComponent, GlobalComponentConstructor, PTOptions } from '../ts-helpers'; +import { ClassComponent, GlobalComponentConstructor, PassThrough } from '../ts-helpers'; export declare type SliderPassThroughOptionType = SliderPassThroughAttributes | ((options: SliderPassThroughMethodOptions) => SliderPassThroughAttributes | string) | string | null | undefined; @@ -139,7 +139,7 @@ export interface SliderProps { * Used to pass attributes to DOM elements inside the component. * @type {SliderPassThroughOptions} */ - pt?: PTOptions; + pt?: PassThrough; /** * Used to configure passthrough(pt) options of the component. * @type {PassThroughOptions} diff --git a/components/lib/speeddial/SpeedDial.d.ts b/components/lib/speeddial/SpeedDial.d.ts index 60e7ac112..eafde3a4e 100644 --- a/components/lib/speeddial/SpeedDial.d.ts +++ b/components/lib/speeddial/SpeedDial.d.ts @@ -12,7 +12,7 @@ import { ComponentHooks } from '../basecomponent'; import { ButtonPassThroughOptions } from '../button'; import { MenuItem } from '../menuitem'; import { PassThroughOptions } from '../passthrough'; -import { ClassComponent, GlobalComponentConstructor, PTOptions } from '../ts-helpers'; +import { ClassComponent, GlobalComponentConstructor, PassThrough } from '../ts-helpers'; export declare type SpeedDialPassThroughOptionType = SpeedDialPassThroughAttributes | ((options: SpeedDialPassThroughMethodOptions) => SpeedDialPassThroughAttributes | string) | string | null | undefined; @@ -256,7 +256,7 @@ export interface SpeedDialProps { * Used to pass attributes to DOM elements inside the component. * @type {SpeedDialPassThroughOptions} */ - pt?: PTOptions; + pt?: PassThrough; /** * Used to configure passthrough(pt) options of the component. * @type {PassThroughOptions} diff --git a/components/lib/splitbutton/SplitButton.d.ts b/components/lib/splitbutton/SplitButton.d.ts index c797d0ab7..d6fb2348f 100755 --- a/components/lib/splitbutton/SplitButton.d.ts +++ b/components/lib/splitbutton/SplitButton.d.ts @@ -13,7 +13,7 @@ import { ButtonPassThroughOptions } from '../button'; import { MenuItem } from '../menuitem'; import { PassThroughOptions } from '../passthrough'; import { TieredMenuPassThroughOptions } from '../tieredmenu'; -import { ClassComponent, GlobalComponentConstructor, PTOptions } from '../ts-helpers'; +import { ClassComponent, GlobalComponentConstructor, PassThrough } from '../ts-helpers'; export declare type SplitButtonPassThroughOptionType = SplitButtonPassThroughAttributes | ((options: SplitButtonPassThroughMethodOptions) => SplitButtonPassThroughAttributes | string) | string | null | undefined; @@ -183,7 +183,7 @@ export interface SplitButtonProps { * Used to pass attributes to DOM elements inside the component. * @type {SplitButtonPassThroughOptions} */ - pt?: PTOptions; + pt?: PassThrough; /** * Used to configure passthrough(pt) options of the component. * @type {PassThroughOptions} diff --git a/components/lib/splitter/Splitter.d.ts b/components/lib/splitter/Splitter.d.ts index f6e0ec022..b9f1e0ccf 100644 --- a/components/lib/splitter/Splitter.d.ts +++ b/components/lib/splitter/Splitter.d.ts @@ -10,7 +10,7 @@ import { VNode } from 'vue'; import { ComponentHooks } from '../basecomponent'; import { PassThroughOptions } from '../passthrough'; -import { ClassComponent, GlobalComponentConstructor, PTOptions } from '../ts-helpers'; +import { ClassComponent, GlobalComponentConstructor, PassThrough } from '../ts-helpers'; export declare type SplitterPassThroughOptionType = SplitterPassThroughAttributes | ((options: SplitterPassThroughMethodOptions) => SplitterPassThroughAttributes | string) | string | null | undefined; @@ -153,7 +153,7 @@ export interface SplitterProps { * Used to pass attributes to DOM elements inside the component. * @type {SplitterPassThroughOptions} */ - pt?: PTOptions; + pt?: PassThrough; /** * Used to configure passthrough(pt) options of the component. * @type {PassThroughOptions} diff --git a/components/lib/splitterpanel/SplitterPanel.d.ts b/components/lib/splitterpanel/SplitterPanel.d.ts index f5a827ee6..52857db7a 100644 --- a/components/lib/splitterpanel/SplitterPanel.d.ts +++ b/components/lib/splitterpanel/SplitterPanel.d.ts @@ -10,7 +10,7 @@ import { VNode } from 'vue'; import { ComponentHooks } from '../basecomponent'; import { PassThroughOptions } from '../passthrough'; -import { ClassComponent, GlobalComponentConstructor, PTOptions } from '../ts-helpers'; +import { ClassComponent, GlobalComponentConstructor, PassThrough } from '../ts-helpers'; export declare type SplitterPanelPassThroughOptionType = SplitterPanelPassThroughAttributes | ((options: SplitterPanelPassThroughMethodOptions) => SplitterPanelPassThroughAttributes | string) | string | null | undefined; @@ -85,7 +85,7 @@ export interface SplitterPanelProps { * Used to pass attributes to DOM elements inside the component. * @type {SplitterPanelPassThroughOptions} */ - pt?: PTOptions; + pt?: PassThrough; /** * Used to configure passthrough(pt) options of the component. * @type {PassThroughOptions} diff --git a/components/lib/steps/Steps.d.ts b/components/lib/steps/Steps.d.ts index 4803fb135..29697b7b4 100755 --- a/components/lib/steps/Steps.d.ts +++ b/components/lib/steps/Steps.d.ts @@ -11,7 +11,7 @@ import { VNode } from 'vue'; import { ComponentHooks } from '../basecomponent'; import { MenuItem } from '../menuitem'; import { PassThroughOptions } from '../passthrough'; -import { ClassComponent, GlobalComponentConstructor, PTOptions } from '../ts-helpers'; +import { ClassComponent, GlobalComponentConstructor, PassThrough } from '../ts-helpers'; export declare type StepsPassThroughOptionType = StepsPassThroughAttributes | ((options: StepsPassThroughMethodOptions) => StepsPassThroughAttributes | string) | string | null | undefined; @@ -148,7 +148,7 @@ export interface StepsProps { * Used to pass attributes to DOM elements inside the component. * @type {StepsPassThroughOptions} */ - pt?: PTOptions; + pt?: PassThrough; /** * Used to configure passthrough(pt) options of the component. * @type {PassThroughOptions} diff --git a/components/lib/styleclass/StyleClass.d.ts b/components/lib/styleclass/StyleClass.d.ts index 5f030ecd1..98c7107dc 100644 --- a/components/lib/styleclass/StyleClass.d.ts +++ b/components/lib/styleclass/StyleClass.d.ts @@ -9,7 +9,7 @@ import { DirectiveBinding, ObjectDirective } from 'vue'; import { DirectiveHooks } from '../basedirective'; import { PassThroughOptions } from '../passthrough'; -import { PTOptions } from '../ts-helpers'; +import { PassThrough } from '../ts-helpers'; /** * Defines options of StyleClass. @@ -56,7 +56,7 @@ export interface StyleClassOptions { * Used to pass attributes to DOM elements inside the component. * @type {StyleClassDirectivePassThroughOptions} */ - pt?: PTOptions; + pt?: PassThrough; /** * Used to configure passthrough(pt) options of the component. * @type {PassThroughOptions} diff --git a/components/lib/tabmenu/TabMenu.d.ts b/components/lib/tabmenu/TabMenu.d.ts index d2dce4606..3affaf791 100755 --- a/components/lib/tabmenu/TabMenu.d.ts +++ b/components/lib/tabmenu/TabMenu.d.ts @@ -11,7 +11,7 @@ import { VNode } from 'vue'; import { ComponentHooks } from '../basecomponent'; import { MenuItem } from '../menuitem'; import { PassThroughOptions } from '../passthrough'; -import { ClassComponent, GlobalComponentConstructor, PTOptions } from '../ts-helpers'; +import { ClassComponent, GlobalComponentConstructor, PassThrough } from '../ts-helpers'; export declare type TabMenuPassThroughOptionType = TabMenuPassThroughAttributes | ((options: TabMenuPassThroughMethodOptions) => TabMenuPassThroughAttributes | string) | string | null | undefined; @@ -176,7 +176,7 @@ export interface TabMenuProps { * Used to pass attributes to DOM elements inside the component. * @type {TabMenuPassThroughOptions} */ - pt?: PTOptions; + pt?: PassThrough; /** * Used to configure passthrough(pt) options of the component. * @type {PassThroughOptions} diff --git a/components/lib/tabpanel/TabPanel.d.ts b/components/lib/tabpanel/TabPanel.d.ts index c4411f90c..ab0230a97 100755 --- a/components/lib/tabpanel/TabPanel.d.ts +++ b/components/lib/tabpanel/TabPanel.d.ts @@ -11,7 +11,7 @@ import { AnchorHTMLAttributes, HTMLAttributes, LiHTMLAttributes, VNode } from 'v import { ComponentHooks } from '../basecomponent'; import { PassThroughOptions } from '../passthrough'; import { TabViewPassThroughOptions } from '../tabview'; -import { ClassComponent, GlobalComponentConstructor, PTOptions } from '../ts-helpers'; +import { ClassComponent, GlobalComponentConstructor, PassThrough } from '../ts-helpers'; export declare type TabPanelPassThroughOptionType = TabPanelPassThroughAttributes | ((options: TabPanelPassThroughMethodOptions) => TabPanelPassThroughAttributes | string) | string | null | undefined; @@ -125,7 +125,7 @@ export interface TabPanelProps { * Used to pass attributes to DOM elements inside the component. * @type {TabPanelPassThroughOptions} */ - pt?: PTOptions; + pt?: PassThrough; /** * Used to configure passthrough(pt) options of the component. * @type {PassThroughOptions} diff --git a/components/lib/tabview/TabView.d.ts b/components/lib/tabview/TabView.d.ts index c7f9ab6e7..c8731b7eb 100755 --- a/components/lib/tabview/TabView.d.ts +++ b/components/lib/tabview/TabView.d.ts @@ -11,7 +11,7 @@ import { ButtonHTMLAttributes, VNode } from 'vue'; import { ComponentHooks } from '../basecomponent'; import { PassThroughOptions } from '../passthrough'; import { TabPanelPassThroughOptionType } from '../tabpanel'; -import { ClassComponent, GlobalComponentConstructor, PTOptions } from '../ts-helpers'; +import { ClassComponent, GlobalComponentConstructor, PassThrough } from '../ts-helpers'; export declare type TabViewPassThroughOptionType = TabViewPassThroughAttributes | ((options: { props: TabViewProps; state: TabViewState }) => TabViewPassThroughAttributes | string) | string | null | undefined; @@ -182,7 +182,7 @@ export interface TabViewProps { * Used to pass attributes to DOM elements inside the component. * @type {TabViewPassThroughOptions} */ - pt?: PTOptions; + pt?: PassThrough; /** * Used to configure passthrough(pt) options of the component. * @type {PassThroughOptions} diff --git a/components/lib/tag/Tag.d.ts b/components/lib/tag/Tag.d.ts index d68fa23e6..735a8f537 100644 --- a/components/lib/tag/Tag.d.ts +++ b/components/lib/tag/Tag.d.ts @@ -10,7 +10,7 @@ import { VNode } from 'vue'; import { ComponentHooks } from '../basecomponent'; import { PassThroughOptions } from '../passthrough'; -import { ClassComponent, GlobalComponentConstructor, PTOptions } from '../ts-helpers'; +import { ClassComponent, GlobalComponentConstructor, PassThrough } from '../ts-helpers'; export declare type TagPassThroughOptionType = TagPassThroughAttributes | ((options: TagPassThroughMethodOptions) => TagPassThroughAttributes | string) | string | null | undefined; @@ -89,7 +89,7 @@ export interface TagProps { * Used to pass attributes to DOM elements inside the component. * @type {TagPassThroughOptions} */ - pt?: PTOptions; + pt?: PassThrough; /** * Used to configure passthrough(pt) options of the component. * @type {PassThroughOptions} diff --git a/components/lib/terminal/Terminal.d.ts b/components/lib/terminal/Terminal.d.ts index 8af828f9d..617326f09 100755 --- a/components/lib/terminal/Terminal.d.ts +++ b/components/lib/terminal/Terminal.d.ts @@ -9,7 +9,7 @@ */ import { ComponentHooks } from '../basecomponent'; import { PassThroughOptions } from '../passthrough'; -import { ClassComponent, GlobalComponentConstructor, PTOptions } from '../ts-helpers'; +import { ClassComponent, GlobalComponentConstructor, PassThrough } from '../ts-helpers'; export declare type TerminalPassThroughOptionType = TerminalPassThroughAttributes | ((options: TerminalPassThroughMethodOptions) => TerminalPassThroughAttributes | string) | string | null | undefined; @@ -120,7 +120,7 @@ export interface TerminalProps { * Used to pass attributes to DOM elements inside the component. * @type {TerminalPassThroughOptions} */ - pt?: PTOptions; + pt?: PassThrough; /** * Used to configure passthrough(pt) options of the component. * @type {PassThroughOptions} diff --git a/components/lib/textarea/Textarea.d.ts b/components/lib/textarea/Textarea.d.ts index 8012b3065..9cd3d771a 100755 --- a/components/lib/textarea/Textarea.d.ts +++ b/components/lib/textarea/Textarea.d.ts @@ -10,7 +10,7 @@ import { TextareaHTMLAttributes } from 'vue'; import { ComponentHooks } from '../basecomponent'; import { PassThroughOptions } from '../passthrough'; -import { ClassComponent, GlobalComponentConstructor, PTOptions } from '../ts-helpers'; +import { ClassComponent, GlobalComponentConstructor, PassThrough } from '../ts-helpers'; export declare type TextareaPassThroughOptionType = TextareaPassThroughAttributes | ((options: TextareaPassThroughMethodOptions) => TextareaPassThroughAttributes | string) | string | null | undefined; @@ -93,7 +93,7 @@ export interface TextareaProps extends TextareaHTMLAttributes { * Used to pass attributes to DOM elements inside the component. * @type {TextareaPassThroughOptions} */ - pt?: PTOptions; + pt?: PassThrough; /** * Used to configure passthrough(pt) options of the component. * @type {PassThroughOptions} diff --git a/components/lib/tieredmenu/TieredMenu.d.ts b/components/lib/tieredmenu/TieredMenu.d.ts index 58106f6e1..2243432b8 100755 --- a/components/lib/tieredmenu/TieredMenu.d.ts +++ b/components/lib/tieredmenu/TieredMenu.d.ts @@ -11,7 +11,7 @@ import { TransitionProps, VNode } from 'vue'; import { ComponentHooks } from '../basecomponent'; import { MenuItem } from '../menuitem'; import { PassThroughOptions } from '../passthrough'; -import { ClassComponent, GlobalComponentConstructor, PTOptions } from '../ts-helpers'; +import { ClassComponent, GlobalComponentConstructor, PassThrough } from '../ts-helpers'; export declare type TieredMenuPassThroughOptionType = TieredMenuPassThroughAttributes | ((options: TieredMenuPassThroughMethodOptions) => TieredMenuPassThroughAttributes | string) | string | null | undefined; @@ -254,7 +254,7 @@ export interface TieredMenuProps { * Used to pass attributes to DOM elements inside the component. * @type {TieredMenuPassThroughOptions} */ - pt?: PTOptions; + pt?: PassThrough; /** * Used to configure passthrough(pt) options of the component. * @type {PassThroughOptions} diff --git a/components/lib/timeline/Timeline.d.ts b/components/lib/timeline/Timeline.d.ts index c32172a4d..1710b5105 100644 --- a/components/lib/timeline/Timeline.d.ts +++ b/components/lib/timeline/Timeline.d.ts @@ -9,7 +9,7 @@ import { VNode } from 'vue'; import { ComponentHooks } from '../basecomponent'; import { PassThroughOptions } from '../passthrough'; -import { ClassComponent, GlobalComponentConstructor, PTOptions } from '../ts-helpers'; +import { ClassComponent, GlobalComponentConstructor, PassThrough } from '../ts-helpers'; export declare type TimelinePassThroughOptionType = TimelinePassThroughAttributes | ((options: TimelinePassThroughMethodOptions) => TimelinePassThroughAttributes | string) | string | null | undefined; @@ -118,7 +118,7 @@ export interface TimelineProps { * Used to pass attributes to DOM elements inside the component. * @type {TimelinePassThroughOptions} */ - pt?: PTOptions; + pt?: PassThrough; /** * Used to configure passthrough(pt) options of the component. * @type {PassThroughOptions} diff --git a/components/lib/toast/Toast.d.ts b/components/lib/toast/Toast.d.ts index 4e7d3e021..0a1124d0b 100755 --- a/components/lib/toast/Toast.d.ts +++ b/components/lib/toast/Toast.d.ts @@ -10,7 +10,7 @@ import { ButtonHTMLAttributes, TransitionProps, VNode } from 'vue'; import { ComponentHooks } from '../basecomponent'; import { PassThroughOptions } from '../passthrough'; -import { ClassComponent, GlobalComponentConstructor, PTOptions } from '../ts-helpers'; +import { ClassComponent, GlobalComponentConstructor, PassThrough } from '../ts-helpers'; export declare type ToastPassThroughOptionType = ToastPassThroughAttributes | ((options: ToastPassThroughMethodOptions) => ToastPassThroughAttributes | string) | string | null | undefined; @@ -242,7 +242,7 @@ export interface ToastProps { * Used to pass attributes to DOM elements inside the component. * @type {ToastPassThroughOptions} */ - pt?: PTOptions; + pt?: PassThrough; /** * Used to configure passthrough(pt) options of the component. * @type {PassThroughOptions} diff --git a/components/lib/togglebutton/ToggleButton.d.ts b/components/lib/togglebutton/ToggleButton.d.ts index 9b5efb575..4b169cedd 100755 --- a/components/lib/togglebutton/ToggleButton.d.ts +++ b/components/lib/togglebutton/ToggleButton.d.ts @@ -10,7 +10,7 @@ import { InputHTMLAttributes, VNode } from 'vue'; import { ComponentHooks } from '../basecomponent'; import { PassThroughOptions } from '../passthrough'; -import { ClassComponent, GlobalComponentConstructor, PTOptions } from '../ts-helpers'; +import { ClassComponent, GlobalComponentConstructor, PassThrough } from '../ts-helpers'; export declare type ToggleButtonPassThroughOptionType = ToggleButtonPassThroughAttributes | ((options: ToggleButtonPassThroughMethodOptions) => ToggleButtonPassThroughAttributes | string) | string | null | undefined; @@ -181,7 +181,7 @@ export interface ToggleButtonProps { * Used to pass attributes to DOM elements inside the component. * @type {ToggleButtonPassThroughOptions} */ - pt?: PTOptions; + pt?: PassThrough; /** * Used to configure passthrough(pt) options of the component. * @type {PassThroughOptions} diff --git a/components/lib/toolbar/Toolbar.d.ts b/components/lib/toolbar/Toolbar.d.ts index 35a2af103..5f6b9a1d0 100755 --- a/components/lib/toolbar/Toolbar.d.ts +++ b/components/lib/toolbar/Toolbar.d.ts @@ -10,7 +10,7 @@ import { VNode } from 'vue'; import { ComponentHooks } from '../basecomponent'; import { PassThroughOptions } from '../passthrough'; -import { ClassComponent, GlobalComponentConstructor, PTOptions } from '../ts-helpers'; +import { ClassComponent, GlobalComponentConstructor, PassThrough } from '../ts-helpers'; export declare type ToolbarPassThroughOptionType = ToolbarPassThroughAttributes | ((options: ToolbarPassThroughMethodOptions) => ToolbarPassThroughAttributes | string) | string | null | undefined; @@ -79,7 +79,7 @@ export interface ToolbarProps { * Used to pass attributes to DOM elements inside the component. * @type {ToolbarPassThroughOptions} */ - pt?: PTOptions; + pt?: PassThrough; /** * Used to configure passthrough(pt) options of the component. * @type {PassThroughOptions} diff --git a/components/lib/tooltip/Tooltip.d.ts b/components/lib/tooltip/Tooltip.d.ts index ad6f49881..44e75d11e 100755 --- a/components/lib/tooltip/Tooltip.d.ts +++ b/components/lib/tooltip/Tooltip.d.ts @@ -10,7 +10,7 @@ import { DirectiveBinding, ObjectDirective } from 'vue'; import { DirectiveHooks } from '../basedirective'; import { PassThroughOptions } from '../passthrough'; -import { PTOptions } from '../ts-helpers'; +import { PassThrough } from '../ts-helpers'; export declare type TooltipDirectivePassThroughOptionType = TooltipDirectivePassThroughAttributes | ((options: TooltipPassThroughMethodOptions) => TooltipDirectivePassThroughAttributes) | null | undefined; @@ -70,7 +70,7 @@ export interface TooltipOptions { * Used to pass attributes to DOM elements inside the component. * @type {TooltipDirectivePassThroughOptions} */ - pt?: PTOptions; + pt?: PassThrough; /** * Used to configure passthrough(pt) options of the component. * @type {PassThroughOptions} diff --git a/components/lib/tree/Tree.d.ts b/components/lib/tree/Tree.d.ts index 002f156d6..7b5651d12 100755 --- a/components/lib/tree/Tree.d.ts +++ b/components/lib/tree/Tree.d.ts @@ -10,7 +10,7 @@ import { VNode } from 'vue'; import { ComponentHooks } from '../basecomponent'; import { PassThroughOptions } from '../passthrough'; -import { ClassComponent, GlobalComponentConstructor, PTOptions } from '../ts-helpers'; +import { ClassComponent, GlobalComponentConstructor, PassThrough } from '../ts-helpers'; export declare type TreePassThroughOptionType = TreePassThroughAttributes | ((options: TreePassThroughMethodOptions) => TreePassThroughAttributes | string) | string | null | undefined; @@ -330,7 +330,7 @@ export interface TreeProps { * Used to pass attributes to DOM elements inside the component. * @type {TreePassThroughOptions} */ - pt?: PTOptions; + pt?: PassThrough; /** * Used to configure passthrough(pt) options of the component. * @type {PassThroughOptions} diff --git a/components/lib/treeselect/TreeSelect.d.ts b/components/lib/treeselect/TreeSelect.d.ts index 6a3619c74..eb3bf859d 100644 --- a/components/lib/treeselect/TreeSelect.d.ts +++ b/components/lib/treeselect/TreeSelect.d.ts @@ -11,7 +11,7 @@ import { InputHTMLAttributes, TransitionProps, VNode } from 'vue'; import { ComponentHooks } from '../basecomponent'; import { PassThroughOptions } from '../passthrough'; import { TreeExpandedKeys, TreeNode, TreePassThroughOptionType } from '../tree'; -import { ClassComponent, GlobalComponentConstructor, PTOptions } from '../ts-helpers'; +import { ClassComponent, GlobalComponentConstructor, PassThrough } from '../ts-helpers'; export declare type TreeSelectPassThroughOptionType = TreeSelectPassThroughAttributes | ((options: TreeSelectPassThroughMethodOptions) => TreeSelectPassThroughAttributes | string) | string | null | undefined; @@ -222,7 +222,7 @@ export interface TreeSelectProps { * Used to pass attributes to DOM elements inside the component. * @type {TreeSelectPassThroughOptions} */ - pt?: PTOptions; + pt?: PassThrough; /** * Used to configure passthrough(pt) options of the component. * @type {PassThroughOptions} diff --git a/components/lib/treetable/TreeTable.d.ts b/components/lib/treetable/TreeTable.d.ts index 6ed3a4926..028e07498 100755 --- a/components/lib/treetable/TreeTable.d.ts +++ b/components/lib/treetable/TreeTable.d.ts @@ -13,7 +13,7 @@ import { ColumnPassThroughOptionType } from '../column'; import { PaginatorPassThroughOptionType } from '../paginator'; import { PassThroughOptions } from '../passthrough'; import { TreeNode } from '../tree'; -import { ClassComponent, GlobalComponentConstructor, PTOptions } from '../ts-helpers'; +import { ClassComponent, GlobalComponentConstructor, PassThrough } from '../ts-helpers'; export declare type TreeTablePassThroughOptionType = TreeTablePassThroughAttributes | ((options: TreeTablePassThroughMethodOptions) => TreeTablePassThroughAttributes | string) | string | null | undefined; @@ -576,7 +576,7 @@ export interface TreeTableProps { * Used to pass attributes to DOM elements inside the component. * @type {TreeTablePassThroughOptions} */ - pt?: PTOptions; + pt?: PassThrough; /** * Used to configure passthrough(pt) options of the component. * @type {PassThroughOptions} diff --git a/components/lib/tristatecheckbox/TriStateCheckbox.d.ts b/components/lib/tristatecheckbox/TriStateCheckbox.d.ts index 89ef7bac7..822303b82 100755 --- a/components/lib/tristatecheckbox/TriStateCheckbox.d.ts +++ b/components/lib/tristatecheckbox/TriStateCheckbox.d.ts @@ -10,7 +10,7 @@ import { InputHTMLAttributes, VNode } from 'vue'; import { ComponentHooks } from '../basecomponent'; import { PassThroughOptions } from '../passthrough'; -import { ClassComponent, GlobalComponentConstructor, Nullable, PTOptions } from '../ts-helpers'; +import { ClassComponent, GlobalComponentConstructor, Nullable, PassThrough } from '../ts-helpers'; export declare type TriStateCheckboxPassThroughOptionType = TriStateCheckboxPassThroughAttributes | ((options: TriStateCheckboxPassThroughMethodOptions) => TriStateCheckboxPassThroughAttributes | string) | string | null | undefined; @@ -161,7 +161,7 @@ export interface TriStateCheckboxProps { * Used to pass attributes to DOM elements inside the component. * @type {TriStateCheckboxPassThroughOptions} */ - pt?: PTOptions; + pt?: PassThrough; /** * Used to configure passthrough(pt) options of the component. * @type {PassThroughOptions} diff --git a/components/lib/ts-helpers.d.ts b/components/lib/ts-helpers.d.ts index 8bb34c0e1..c1f5a31ef 100644 --- a/components/lib/ts-helpers.d.ts +++ b/components/lib/ts-helpers.d.ts @@ -33,6 +33,6 @@ export declare type Numberish = number | string; export declare type Nullable = T | null | undefined; -export declare type PTOptions = T | object | undefined; +export declare type PassThrough = T | object | undefined; -export declare type DefaultPTOptions = T | ((instance?: VNode) => T | undefined) | undefined; +export declare type DefaultPassThrough = T | ((instance?: VNode) => T | undefined) | undefined; diff --git a/components/lib/virtualscroller/VirtualScroller.d.ts b/components/lib/virtualscroller/VirtualScroller.d.ts index 82052583c..436b70880 100644 --- a/components/lib/virtualscroller/VirtualScroller.d.ts +++ b/components/lib/virtualscroller/VirtualScroller.d.ts @@ -10,7 +10,7 @@ import { VNode } from 'vue'; import { ComponentHooks } from '../basecomponent'; import { PassThroughOptions } from '../passthrough'; -import { ClassComponent, GlobalComponentConstructor, PTOptions } from '../ts-helpers'; +import { ClassComponent, GlobalComponentConstructor, PassThrough } from '../ts-helpers'; export declare type VirtualScrollerPassThroughOptionType = VirtualScrollerPassThroughAttributes | ((options: VirtualScrollerPassThroughMethodOptions) => VirtualScrollerPassThroughAttributes | string) | string | null | undefined; @@ -328,7 +328,7 @@ export interface VirtualScrollerProps { * Used to pass attributes to DOM elements inside the component. * @type {VirtualScrollerPassThroughOptions} */ - pt?: PTOptions; + pt?: PassThrough; /** * Used to configure passthrough(pt) options of the component. * @type {PassThroughOptions} From db1e5bcf065b86eb7d0d29f54c5cd62a9c4fcd2f Mon Sep 17 00:00:00 2001 From: GitHub Actions Bot <> Date: Tue, 5 Sep 2023 11:29:17 +0000 Subject: [PATCH 2/2] Update API doc --- doc/common/apidoc/index.json | 372 +++++++++++++++++------------------ 1 file changed, 186 insertions(+), 186 deletions(-) diff --git a/doc/common/apidoc/index.json b/doc/common/apidoc/index.json index 0249cab97..5a351b1d4 100644 --- a/doc/common/apidoc/index.json +++ b/doc/common/apidoc/index.json @@ -267,7 +267,7 @@ "name": "pt", "optional": true, "readonly": false, - "type": "PTOptions", + "type": "PassThrough", "default": "", "description": "Used to pass attributes to DOM elements inside the component." }, @@ -604,7 +604,7 @@ "name": "pt", "optional": true, "readonly": false, - "type": "PTOptions", + "type": "PassThrough", "default": "", "description": "Used to pass attributes to DOM elements inside the component." }, @@ -3508,7 +3508,7 @@ "name": "pt", "optional": true, "readonly": false, - "type": "PTOptions", + "type": "PassThrough", "default": "", "description": "Used to pass attributes to DOM elements inside the component." }, @@ -4021,7 +4021,7 @@ "name": "pt", "optional": true, "readonly": false, - "type": "PTOptions", + "type": "PassThrough", "default": "", "description": "Used to pass attributes to DOM elements inside the component." }, @@ -4154,7 +4154,7 @@ "name": "pt", "optional": true, "readonly": false, - "type": "PTOptions", + "type": "PassThrough", "default": "", "description": "Used to pass attributes to DOM elements inside the component." }, @@ -4316,7 +4316,7 @@ "name": "pt", "optional": true, "readonly": false, - "type": "PTOptions", + "type": "PassThrough", "default": "", "description": "Used to pass attributes to DOM elements inside the component." }, @@ -4407,7 +4407,7 @@ "name": "pt", "optional": true, "readonly": false, - "type": "PTOptions", + "type": "PassThrough", "default": "", "description": "Used to pass attributes to DOM elements inside the component." }, @@ -5020,7 +5020,7 @@ "name": "pt", "optional": true, "readonly": false, - "type": "PTOptions", + "type": "PassThrough", "default": "", "description": "Used to pass attributes to DOM elements inside the component." }, @@ -5336,7 +5336,7 @@ "name": "pt", "optional": true, "readonly": false, - "type": "PTOptions", + "type": "PassThrough", "default": "", "description": "Used to pass attributes to DOM elements inside the component." }, @@ -5699,7 +5699,7 @@ "name": "pt", "optional": true, "readonly": false, - "type": "PTOptions", + "type": "PassThrough", "default": "", "description": "Used to pass attributes to DOM elements inside the component." }, @@ -7022,7 +7022,7 @@ "name": "pt", "optional": true, "readonly": false, - "type": "PTOptions", + "type": "PassThrough", "default": "", "description": "Used to pass attributes to DOM elements inside the component." }, @@ -7417,7 +7417,7 @@ "name": "pt", "optional": true, "readonly": false, - "type": "PTOptions", + "type": "PassThrough", "default": "", "description": "Used to pass attributes to DOM elements inside the component." }, @@ -7990,7 +7990,7 @@ "name": "pt", "optional": true, "readonly": false, - "type": "PTOptions", + "type": "PassThrough", "default": "", "description": "Used to pass attributes to DOM elements inside the component." }, @@ -8693,7 +8693,7 @@ "name": "pt", "optional": true, "readonly": false, - "type": "PTOptions", + "type": "PassThrough", "default": "", "description": "Used to pass attributes to DOM elements inside the component." }, @@ -9109,7 +9109,7 @@ "name": "pt", "optional": true, "readonly": false, - "type": "PTOptions", + "type": "PassThrough", "default": "", "description": "Used to pass attributes to DOM elements inside the component." }, @@ -9464,7 +9464,7 @@ "name": "pt", "optional": true, "readonly": false, - "type": "PTOptions", + "type": "PassThrough", "default": "", "description": "Used to pass attributes to DOM elements inside the component." }, @@ -9797,7 +9797,7 @@ "name": "pt", "optional": true, "readonly": false, - "type": "PTOptions", + "type": "PassThrough", "default": "", "description": "Used to pass attributes to DOM elements inside the component." }, @@ -10232,7 +10232,7 @@ "name": "pt", "optional": true, "readonly": false, - "type": "PTOptions", + "type": "PassThrough", "default": "", "description": "Used to pass attributes to DOM elements inside the component." }, @@ -10635,7 +10635,7 @@ "name": "pt", "optional": true, "readonly": false, - "type": "PTOptions", + "type": "PassThrough", "default": "", "description": "Used to pass attributes to DOM elements inside the component." }, @@ -11833,7 +11833,7 @@ "name": "pt", "optional": true, "readonly": false, - "type": "PTOptions", + "type": "PassThrough", "default": "", "description": "Used to pass attributes to DOM elements inside the component." }, @@ -12336,7 +12336,7 @@ "name": "pt", "optional": true, "readonly": false, - "type": "PTOptions", + "type": "PassThrough", "default": "", "description": "Used to pass attributes to DOM elements inside the component." }, @@ -12464,7 +12464,7 @@ "name": "pt", "optional": true, "readonly": false, - "type": "PTOptions", + "type": "PassThrough", "default": "" }, { @@ -12538,630 +12538,630 @@ "name": "accordion", "optional": true, "readonly": false, - "type": "DefaultPTOptions", + "type": "DefaultPassThrough", "default": "" }, { "name": "accordiontab", "optional": true, "readonly": false, - "type": "DefaultPTOptions", + "type": "DefaultPassThrough", "default": "" }, { "name": "autocomplete", "optional": true, "readonly": false, - "type": "DefaultPTOptions", + "type": "DefaultPassThrough", "default": "" }, { "name": "avatar", "optional": true, "readonly": false, - "type": "DefaultPTOptions", + "type": "DefaultPassThrough", "default": "" }, { "name": "avatargroup", "optional": true, "readonly": false, - "type": "DefaultPTOptions", + "type": "DefaultPassThrough", "default": "" }, { "name": "badge", "optional": true, "readonly": false, - "type": "DefaultPTOptions", + "type": "DefaultPassThrough", "default": "" }, { "name": "blockui", "optional": true, "readonly": false, - "type": "DefaultPTOptions", + "type": "DefaultPassThrough", "default": "" }, { "name": "breadcrumb", "optional": true, "readonly": false, - "type": "DefaultPTOptions", + "type": "DefaultPassThrough", "default": "" }, { "name": "button", "optional": true, "readonly": false, - "type": "DefaultPTOptions", + "type": "DefaultPassThrough", "default": "" }, { "name": "calendar", "optional": true, "readonly": false, - "type": "DefaultPTOptions", + "type": "DefaultPassThrough", "default": "" }, { "name": "card", "optional": true, "readonly": false, - "type": "DefaultPTOptions", + "type": "DefaultPassThrough", "default": "" }, { "name": "carousel", "optional": true, "readonly": false, - "type": "DefaultPTOptions", + "type": "DefaultPassThrough", "default": "" }, { "name": "cascadeselect", "optional": true, "readonly": false, - "type": "DefaultPTOptions", + "type": "DefaultPassThrough", "default": "" }, { "name": "chart", "optional": true, "readonly": false, - "type": "DefaultPTOptions", + "type": "DefaultPassThrough", "default": "" }, { "name": "checkbox", "optional": true, "readonly": false, - "type": "DefaultPTOptions", + "type": "DefaultPassThrough", "default": "" }, { "name": "chip", "optional": true, "readonly": false, - "type": "DefaultPTOptions", + "type": "DefaultPassThrough", "default": "" }, { "name": "chips", "optional": true, "readonly": false, - "type": "DefaultPTOptions", + "type": "DefaultPassThrough", "default": "" }, { "name": "colorpicker", "optional": true, "readonly": false, - "type": "DefaultPTOptions", + "type": "DefaultPassThrough", "default": "" }, { "name": "column", "optional": true, "readonly": false, - "type": "DefaultPTOptions", + "type": "DefaultPassThrough", "default": "" }, { "name": "columngroup", "optional": true, "readonly": false, - "type": "DefaultPTOptions", + "type": "DefaultPassThrough", "default": "" }, { "name": "confirmdialog", "optional": true, "readonly": false, - "type": "DefaultPTOptions", + "type": "DefaultPassThrough", "default": "" }, { "name": "confirmpopup", "optional": true, "readonly": false, - "type": "DefaultPTOptions", + "type": "DefaultPassThrough", "default": "" }, { "name": "contextmenu", "optional": true, "readonly": false, - "type": "DefaultPTOptions", + "type": "DefaultPassThrough", "default": "" }, { "name": "datatable", "optional": true, "readonly": false, - "type": "DefaultPTOptions", + "type": "DefaultPassThrough", "default": "" }, { "name": "dataview", "optional": true, "readonly": false, - "type": "DefaultPTOptions", + "type": "DefaultPassThrough", "default": "" }, { "name": "dataviewlayoutoptions", "optional": true, "readonly": false, - "type": "DefaultPTOptions", + "type": "DefaultPassThrough", "default": "" }, { "name": "deferredcontent", "optional": true, "readonly": false, - "type": "DefaultPTOptions", + "type": "DefaultPassThrough", "default": "" }, { "name": "divider", "optional": true, "readonly": false, - "type": "DefaultPTOptions", + "type": "DefaultPassThrough", "default": "" }, { "name": "dialog", "optional": true, "readonly": false, - "type": "DefaultPTOptions", + "type": "DefaultPassThrough", "default": "" }, { "name": "dock", "optional": true, "readonly": false, - "type": "DefaultPTOptions", + "type": "DefaultPassThrough", "default": "" }, { "name": "dropdown", "optional": true, "readonly": false, - "type": "DefaultPTOptions", + "type": "DefaultPassThrough", "default": "" }, { "name": "dynamicdialog", "optional": true, "readonly": false, - "type": "DefaultPTOptions", + "type": "DefaultPassThrough", "default": "" }, { "name": "editor", "optional": true, "readonly": false, - "type": "DefaultPTOptions", + "type": "DefaultPassThrough", "default": "" }, { "name": "fieldset", "optional": true, "readonly": false, - "type": "DefaultPTOptions", + "type": "DefaultPassThrough", "default": "" }, { "name": "fileupload", "optional": true, "readonly": false, - "type": "DefaultPTOptions", + "type": "DefaultPassThrough", "default": "" }, { "name": "galleria", "optional": true, "readonly": false, - "type": "DefaultPTOptions", + "type": "DefaultPassThrough", "default": "" }, { "name": "image", "optional": true, "readonly": false, - "type": "DefaultPTOptions", + "type": "DefaultPassThrough", "default": "" }, { "name": "inlinemessage", "optional": true, "readonly": false, - "type": "DefaultPTOptions", + "type": "DefaultPassThrough", "default": "" }, { "name": "inplace", "optional": true, "readonly": false, - "type": "DefaultPTOptions", + "type": "DefaultPassThrough", "default": "" }, { "name": "inputmask", "optional": true, "readonly": false, - "type": "DefaultPTOptions", + "type": "DefaultPassThrough", "default": "" }, { "name": "inputnumber", "optional": true, "readonly": false, - "type": "DefaultPTOptions", + "type": "DefaultPassThrough", "default": "" }, { "name": "inputswitch", "optional": true, "readonly": false, - "type": "DefaultPTOptions", + "type": "DefaultPassThrough", "default": "" }, { "name": "inputtext", "optional": true, "readonly": false, - "type": "DefaultPTOptions", + "type": "DefaultPassThrough", "default": "" }, { "name": "knob", "optional": true, "readonly": false, - "type": "DefaultPTOptions", + "type": "DefaultPassThrough", "default": "" }, { "name": "listbox", "optional": true, "readonly": false, - "type": "DefaultPTOptions", + "type": "DefaultPassThrough", "default": "" }, { "name": "megamenu", "optional": true, "readonly": false, - "type": "DefaultPTOptions", + "type": "DefaultPassThrough", "default": "" }, { "name": "menu", "optional": true, "readonly": false, - "type": "DefaultPTOptions", + "type": "DefaultPassThrough", "default": "" }, { "name": "menubar", "optional": true, "readonly": false, - "type": "DefaultPTOptions", + "type": "DefaultPassThrough", "default": "" }, { "name": "message", "optional": true, "readonly": false, - "type": "DefaultPTOptions", + "type": "DefaultPassThrough", "default": "" }, { "name": "multiselect", "optional": true, "readonly": false, - "type": "DefaultPTOptions", + "type": "DefaultPassThrough", "default": "" }, { "name": "orderlist", "optional": true, "readonly": false, - "type": "DefaultPTOptions", + "type": "DefaultPassThrough", "default": "" }, { "name": "organizationchart", "optional": true, "readonly": false, - "type": "DefaultPTOptions", + "type": "DefaultPassThrough", "default": "" }, { "name": "overlaypanel", "optional": true, "readonly": false, - "type": "DefaultPTOptions", + "type": "DefaultPassThrough", "default": "" }, { "name": "paginator", "optional": true, "readonly": false, - "type": "DefaultPTOptions", + "type": "DefaultPassThrough", "default": "" }, { "name": "panel", "optional": true, "readonly": false, - "type": "DefaultPTOptions", + "type": "DefaultPassThrough", "default": "" }, { "name": "panelmenu", "optional": true, "readonly": false, - "type": "DefaultPTOptions", + "type": "DefaultPassThrough", "default": "" }, { "name": "password", "optional": true, "readonly": false, - "type": "DefaultPTOptions", + "type": "DefaultPassThrough", "default": "" }, { "name": "picklist", "optional": true, "readonly": false, - "type": "DefaultPTOptions", + "type": "DefaultPassThrough", "default": "" }, { "name": "progressbar", "optional": true, "readonly": false, - "type": "DefaultPTOptions", + "type": "DefaultPassThrough", "default": "" }, { "name": "progressspinner", "optional": true, "readonly": false, - "type": "DefaultPTOptions", + "type": "DefaultPassThrough", "default": "" }, { "name": "radiobutton", "optional": true, "readonly": false, - "type": "DefaultPTOptions", + "type": "DefaultPassThrough", "default": "" }, { "name": "rating", "optional": true, "readonly": false, - "type": "DefaultPTOptions", + "type": "DefaultPassThrough", "default": "" }, { "name": "row", "optional": true, "readonly": false, - "type": "DefaultPTOptions", + "type": "DefaultPassThrough", "default": "" }, { "name": "scrollpanel", "optional": true, "readonly": false, - "type": "DefaultPTOptions", + "type": "DefaultPassThrough", "default": "" }, { "name": "scrolltop", "optional": true, "readonly": false, - "type": "DefaultPTOptions", + "type": "DefaultPassThrough", "default": "" }, { "name": "sidebar", "optional": true, "readonly": false, - "type": "DefaultPTOptions", + "type": "DefaultPassThrough", "default": "" }, { "name": "skeleton", "optional": true, "readonly": false, - "type": "DefaultPTOptions", + "type": "DefaultPassThrough", "default": "" }, { "name": "slider", "optional": true, "readonly": false, - "type": "DefaultPTOptions", + "type": "DefaultPassThrough", "default": "" }, { "name": "speeddial", "optional": true, "readonly": false, - "type": "DefaultPTOptions", + "type": "DefaultPassThrough", "default": "" }, { "name": "selectbutton", "optional": true, "readonly": false, - "type": "DefaultPTOptions", + "type": "DefaultPassThrough", "default": "" }, { "name": "splitbutton", "optional": true, "readonly": false, - "type": "DefaultPTOptions", + "type": "DefaultPassThrough", "default": "" }, { "name": "splitter", "optional": true, "readonly": false, - "type": "DefaultPTOptions", + "type": "DefaultPassThrough", "default": "" }, { "name": "splitterpanel", "optional": true, "readonly": false, - "type": "DefaultPTOptions", + "type": "DefaultPassThrough", "default": "" }, { "name": "steps", "optional": true, "readonly": false, - "type": "DefaultPTOptions", + "type": "DefaultPassThrough", "default": "" }, { "name": "tabmenu", "optional": true, "readonly": false, - "type": "DefaultPTOptions", + "type": "DefaultPassThrough", "default": "" }, { "name": "tabpanel", "optional": true, "readonly": false, - "type": "DefaultPTOptions", + "type": "DefaultPassThrough", "default": "" }, { "name": "tabview", "optional": true, "readonly": false, - "type": "DefaultPTOptions", + "type": "DefaultPassThrough", "default": "" }, { "name": "tag", "optional": true, "readonly": false, - "type": "DefaultPTOptions", + "type": "DefaultPassThrough", "default": "" }, { "name": "terminal", "optional": true, "readonly": false, - "type": "DefaultPTOptions", + "type": "DefaultPassThrough", "default": "" }, { "name": "textarea", "optional": true, "readonly": false, - "type": "DefaultPTOptions", + "type": "DefaultPassThrough", "default": "" }, { "name": "tieredmenu", "optional": true, "readonly": false, - "type": "DefaultPTOptions", + "type": "DefaultPassThrough", "default": "" }, { "name": "timeline", "optional": true, "readonly": false, - "type": "DefaultPTOptions", + "type": "DefaultPassThrough", "default": "" }, { "name": "toast", "optional": true, "readonly": false, - "type": "DefaultPTOptions", + "type": "DefaultPassThrough", "default": "" }, { "name": "togglebutton", "optional": true, "readonly": false, - "type": "DefaultPTOptions", + "type": "DefaultPassThrough", "default": "" }, { "name": "toolbar", "optional": true, "readonly": false, - "type": "DefaultPTOptions", + "type": "DefaultPassThrough", "default": "" }, { "name": "tree", "optional": true, "readonly": false, - "type": "DefaultPTOptions", + "type": "DefaultPassThrough", "default": "" }, { "name": "treeselect", "optional": true, "readonly": false, - "type": "DefaultPTOptions", + "type": "DefaultPassThrough", "default": "" }, { "name": "tristatecheckbox", "optional": true, "readonly": false, - "type": "DefaultPTOptions", + "type": "DefaultPassThrough", "default": "" }, { "name": "treetable", "optional": true, "readonly": false, - "type": "DefaultPTOptions", + "type": "DefaultPassThrough", "default": "" }, { "name": "virtualscroller", "optional": true, "readonly": false, - "type": "DefaultPTOptions", + "type": "DefaultPassThrough", "default": "" }, { @@ -14437,7 +14437,7 @@ "name": "pt", "optional": true, "readonly": false, - "type": "PTOptions", + "type": "PassThrough", "default": "", "description": "Used to pass attributes to DOM elements inside the component." }, @@ -14709,7 +14709,7 @@ "name": "pt", "optional": true, "readonly": false, - "type": "PTOptions", + "type": "PassThrough", "default": "", "description": "Used to pass attributes to DOM elements inside the component." }, @@ -15252,7 +15252,7 @@ "name": "pt", "optional": true, "readonly": false, - "type": "PTOptions", + "type": "PassThrough", "default": "", "description": "Used to pass attributes to DOM elements inside the component." }, @@ -17590,7 +17590,7 @@ "name": "pt", "optional": true, "readonly": false, - "type": "PTOptions", + "type": "PassThrough", "default": "", "description": "Used to pass attributes to DOM elements inside the component." }, @@ -18610,7 +18610,7 @@ "name": "pt", "optional": true, "readonly": false, - "type": "PTOptions", + "type": "PassThrough", "default": "", "description": "Used to pass attributes to DOM elements inside the component." }, @@ -18916,7 +18916,7 @@ "name": "pt", "optional": true, "readonly": false, - "type": "PTOptions", + "type": "PassThrough", "default": "", "description": "Used to pass attributes to DOM elements inside the component." }, @@ -19104,7 +19104,7 @@ "name": "pt", "optional": true, "readonly": false, - "type": "PTOptions", + "type": "PassThrough", "default": "", "description": "Used to pass attributes to DOM elements inside the component." }, @@ -19599,7 +19599,7 @@ "name": "pt", "optional": true, "readonly": false, - "type": "PTOptions", + "type": "PassThrough", "default": "", "description": "Used to pass attributes to DOM elements inside the component." }, @@ -19924,7 +19924,7 @@ "name": "pt", "optional": true, "readonly": false, - "type": "PTOptions", + "type": "PassThrough", "default": "", "description": "Used to pass attributes to DOM elements inside the component." }, @@ -20334,7 +20334,7 @@ "name": "pt", "optional": true, "readonly": false, - "type": "PTOptions", + "type": "PassThrough", "default": "", "description": "Used to pass attributes to DOM elements inside the component." }, @@ -21207,7 +21207,7 @@ "name": "pt", "optional": true, "readonly": false, - "type": "PTOptions", + "type": "PassThrough", "default": "", "description": "Used to pass attributes to DOM elements inside the component." }, @@ -22109,7 +22109,7 @@ "name": "pt", "optional": true, "readonly": false, - "type": "PTOptions", + "type": "PassThrough", "default": "", "description": "Used to pass attributes to DOM elements inside the component." }, @@ -22443,7 +22443,7 @@ "name": "pt", "optional": true, "readonly": false, - "type": "PTOptions", + "type": "PassThrough", "default": "", "description": "Used to pass attributes to DOM elements inside the component." }, @@ -23258,7 +23258,7 @@ "name": "pt", "optional": true, "readonly": false, - "type": "PTOptions", + "type": "PassThrough", "default": "", "description": "Used to pass attributes to DOM elements inside the component." }, @@ -23523,7 +23523,7 @@ "name": "pt", "optional": true, "readonly": false, - "type": "PTOptions", + "type": "PassThrough", "default": "", "description": "Used to pass attributes to DOM elements inside the component." }, @@ -24297,7 +24297,7 @@ "name": "pt", "optional": true, "readonly": false, - "type": "PTOptions", + "type": "PassThrough", "default": "", "description": "Used to pass attributes to DOM elements inside the component." }, @@ -24904,7 +24904,7 @@ "name": "pt", "optional": true, "readonly": false, - "type": "PTOptions", + "type": "PassThrough", "default": "", "description": "Used to pass attributes to DOM elements inside the component." }, @@ -25163,7 +25163,7 @@ "name": "pt", "optional": true, "readonly": false, - "type": "PTOptions", + "type": "PassThrough", "default": "", "description": "Used to pass attributes to DOM elements inside the component." }, @@ -25409,7 +25409,7 @@ "name": "pt", "optional": true, "readonly": false, - "type": "PTOptions", + "type": "PassThrough", "default": "", "description": "Used to pass attributes to DOM elements inside the component." }, @@ -25685,7 +25685,7 @@ "name": "pt", "optional": true, "readonly": false, - "type": "PTOptions", + "type": "PassThrough", "default": "", "description": "Used to pass attributes to DOM elements inside the component." }, @@ -26278,7 +26278,7 @@ "name": "pt", "optional": true, "readonly": false, - "type": "PTOptions", + "type": "PassThrough", "default": "", "description": "Used to pass attributes to DOM elements inside the component." }, @@ -26601,7 +26601,7 @@ "name": "pt", "optional": true, "readonly": false, - "type": "PTOptions", + "type": "PassThrough", "default": "", "description": "Used to pass attributes to DOM elements inside the component." }, @@ -26838,7 +26838,7 @@ "name": "pt", "optional": true, "readonly": false, - "type": "PTOptions", + "type": "PassThrough", "default": "", "description": "Used to pass attributes to DOM elements inside the component." }, @@ -27197,7 +27197,7 @@ "name": "pt", "optional": true, "readonly": false, - "type": "PTOptions", + "type": "PassThrough", "default": "", "description": "Used to pass attributes to DOM elements inside the component." }, @@ -27845,7 +27845,7 @@ "name": "pt", "optional": true, "readonly": false, - "type": "PTOptions", + "type": "PassThrough", "default": "", "description": "Used to pass attributes to DOM elements inside the component." }, @@ -28493,7 +28493,7 @@ "name": "pt", "optional": true, "readonly": false, - "type": "PTOptions", + "type": "PassThrough", "default": "", "description": "Used to pass attributes to DOM elements inside the component." }, @@ -29031,7 +29031,7 @@ "name": "pt", "optional": true, "readonly": false, - "type": "PTOptions", + "type": "PassThrough", "default": "", "description": "Used to pass attributes to DOM elements inside the component." }, @@ -29575,7 +29575,7 @@ "name": "pt", "optional": true, "readonly": false, - "type": "PTOptions", + "type": "PassThrough", "default": "", "description": "Used to pass attributes to DOM elements inside the component." }, @@ -30074,7 +30074,7 @@ "name": "pt", "optional": true, "readonly": false, - "type": "PTOptions", + "type": "PassThrough", "default": "", "description": "Used to pass attributes to DOM elements inside the component." }, @@ -31120,7 +31120,7 @@ "name": "pt", "optional": true, "readonly": false, - "type": "PTOptions", + "type": "PassThrough", "default": "", "description": "Used to pass attributes to DOM elements inside the component." }, @@ -31919,7 +31919,7 @@ "name": "pt", "optional": true, "readonly": false, - "type": "PTOptions", + "type": "PassThrough", "default": "", "description": "Used to pass attributes to DOM elements inside the component." }, @@ -32484,7 +32484,7 @@ "name": "pt", "optional": true, "readonly": false, - "type": "PTOptions", + "type": "PassThrough", "default": "", "description": "Used to pass attributes to DOM elements inside the component." }, @@ -32900,7 +32900,7 @@ "name": "pt", "optional": true, "readonly": false, - "type": "PTOptions", + "type": "PassThrough", "default": "", "description": "Used to pass attributes to DOM elements inside the component." }, @@ -33368,7 +33368,7 @@ "name": "pt", "optional": true, "readonly": false, - "type": "PTOptions", + "type": "PassThrough", "default": "", "description": "Used to pass attributes to DOM elements inside the component." }, @@ -33740,7 +33740,7 @@ "name": "pt", "optional": true, "readonly": false, - "type": "PTOptions", + "type": "PassThrough", "default": "", "description": "Used to pass attributes to DOM elements inside the component." }, @@ -34307,7 +34307,7 @@ "name": "pt", "optional": true, "readonly": false, - "type": "PTOptions", + "type": "PassThrough", "default": "", "description": "Used to pass attributes to DOM elements inside the component." }, @@ -34946,7 +34946,7 @@ "name": "pt", "optional": true, "readonly": false, - "type": "PTOptions", + "type": "PassThrough", "default": "", "description": "Used to pass attributes to DOM elements inside the component." }, @@ -35778,7 +35778,7 @@ "name": "pt", "optional": true, "readonly": false, - "type": "PTOptions", + "type": "PassThrough", "default": "", "description": "Used to pass attributes to DOM elements inside the component." }, @@ -36261,7 +36261,7 @@ "name": "pt", "optional": true, "readonly": false, - "type": "PTOptions", + "type": "PassThrough", "default": "", "description": "Used to pass attributes to DOM elements inside the component." }, @@ -36446,7 +36446,7 @@ "name": "pt", "optional": true, "readonly": false, - "type": "PTOptions", + "type": "PassThrough", "default": "", "description": "Used to pass attributes to DOM elements inside the component." }, @@ -36719,7 +36719,7 @@ "name": "pt", "optional": true, "readonly": false, - "type": "PTOptions", + "type": "PassThrough", "default": "", "description": "Used to pass attributes to DOM elements inside the component." }, @@ -37128,7 +37128,7 @@ "name": "pt", "optional": true, "readonly": false, - "type": "PTOptions", + "type": "PassThrough", "default": "", "description": "Used to pass attributes to DOM elements inside the component." }, @@ -37283,7 +37283,7 @@ "name": "pt", "optional": true, "readonly": false, - "type": "PTOptions", + "type": "PassThrough", "default": "", "description": "Used to pass attributes to DOM elements inside the component." }, @@ -37701,7 +37701,7 @@ "name": "pt", "optional": true, "readonly": false, - "type": "PTOptions", + "type": "PassThrough", "default": "", "description": "Used to pass attributes to DOM elements inside the component." }, @@ -37918,7 +37918,7 @@ "name": "pt", "optional": true, "readonly": false, - "type": "PTOptions", + "type": "PassThrough", "default": "", "description": "Used to pass attributes to DOM elements inside the component." }, @@ -38247,7 +38247,7 @@ "name": "pt", "optional": true, "readonly": false, - "type": "PTOptions", + "type": "PassThrough", "default": "", "description": "Used to pass attributes to DOM elements inside the component." }, @@ -38603,7 +38603,7 @@ "name": "pt", "optional": true, "readonly": false, - "type": "PTOptions", + "type": "PassThrough", "default": "", "description": "Used to pass attributes to DOM elements inside the component." }, @@ -38844,7 +38844,7 @@ "name": "pt", "optional": true, "readonly": false, - "type": "PTOptions", + "type": "PassThrough", "default": "", "description": "Used to pass attributes to DOM elements inside the component." }, @@ -39117,7 +39117,7 @@ "name": "pt", "optional": true, "readonly": false, - "type": "PTOptions", + "type": "PassThrough", "default": "", "description": "Used to pass attributes to DOM elements inside the component." }, @@ -39620,7 +39620,7 @@ "name": "pt", "optional": true, "readonly": false, - "type": "PTOptions", + "type": "PassThrough", "default": "", "description": "Used to pass attributes to DOM elements inside the component." }, @@ -40051,7 +40051,7 @@ "name": "pt", "optional": true, "readonly": false, - "type": "PTOptions", + "type": "PassThrough", "default": "", "description": "Used to pass attributes to DOM elements inside the component." }, @@ -40397,7 +40397,7 @@ "name": "pt", "optional": true, "readonly": false, - "type": "PTOptions", + "type": "PassThrough", "default": "", "description": "Used to pass attributes to DOM elements inside the component." }, @@ -40608,7 +40608,7 @@ "name": "pt", "optional": true, "readonly": false, - "type": "PTOptions", + "type": "PassThrough", "default": "", "description": "Used to pass attributes to DOM elements inside the component." }, @@ -40903,7 +40903,7 @@ "name": "pt", "optional": true, "readonly": false, - "type": "PTOptions", + "type": "PassThrough", "default": "", "description": "Used to pass attributes to DOM elements inside the component." }, @@ -41051,7 +41051,7 @@ "name": "pt", "optional": true, "readonly": false, - "type": "PTOptions", + "type": "PassThrough", "default": "", "description": "Used to pass attributes to DOM elements inside the component." }, @@ -41388,7 +41388,7 @@ "name": "pt", "optional": true, "readonly": false, - "type": "PTOptions", + "type": "PassThrough", "default": "", "description": "Used to pass attributes to DOM elements inside the component." }, @@ -41689,7 +41689,7 @@ "name": "pt", "optional": true, "readonly": false, - "type": "PTOptions", + "type": "PassThrough", "default": "", "description": "Used to pass attributes to DOM elements inside the component." }, @@ -42099,7 +42099,7 @@ "name": "pt", "optional": true, "readonly": false, - "type": "PTOptions", + "type": "PassThrough", "default": "", "description": "Used to pass attributes to DOM elements inside the component." }, @@ -42345,7 +42345,7 @@ "name": "pt", "optional": true, "readonly": false, - "type": "PTOptions", + "type": "PassThrough", "default": "", "description": "Used to pass attributes to DOM elements inside the component." }, @@ -42607,7 +42607,7 @@ "name": "pt", "optional": true, "readonly": false, - "type": "PTOptions", + "type": "PassThrough", "default": "", "description": "Used to pass attributes to DOM elements inside the component." }, @@ -42860,7 +42860,7 @@ "name": "pt", "optional": true, "readonly": false, - "type": "PTOptions", + "type": "PassThrough", "default": "", "description": "Used to pass attributes to DOM elements inside the component." }, @@ -43346,7 +43346,7 @@ "name": "pt", "optional": true, "readonly": false, - "type": "PTOptions", + "type": "PassThrough", "default": "", "description": "Used to pass attributes to DOM elements inside the component." }, @@ -43681,7 +43681,7 @@ "name": "pt", "optional": true, "readonly": false, - "type": "PTOptions", + "type": "PassThrough", "default": "", "description": "Used to pass attributes to DOM elements inside the component." }, @@ -44178,7 +44178,7 @@ "name": "pt", "optional": true, "readonly": false, - "type": "PTOptions", + "type": "PassThrough", "default": "", "description": "Used to pass attributes to DOM elements inside the component." }, @@ -44643,7 +44643,7 @@ "name": "pt", "optional": true, "readonly": false, - "type": "PTOptions", + "type": "PassThrough", "default": "", "description": "Used to pass attributes to DOM elements inside the component." }, @@ -44880,7 +44880,7 @@ "name": "pt", "optional": true, "readonly": false, - "type": "PTOptions", + "type": "PassThrough", "default": "", "description": "Used to pass attributes to DOM elements inside the component." }, @@ -45047,7 +45047,7 @@ "name": "pt", "optional": true, "readonly": false, - "type": "PTOptions", + "type": "PassThrough", "default": "", "description": "Used to pass attributes to DOM elements inside the component." }, @@ -45813,7 +45813,7 @@ "name": "pt", "optional": true, "readonly": false, - "type": "PTOptions", + "type": "PassThrough", "default": "", "description": "Used to pass attributes to DOM elements inside the component." }, @@ -46376,7 +46376,7 @@ "name": "pt", "optional": true, "readonly": false, - "type": "PTOptions", + "type": "PassThrough", "default": "", "description": "Used to pass attributes to DOM elements inside the component." }, @@ -47683,7 +47683,7 @@ "name": "pt", "optional": true, "readonly": false, - "type": "PTOptions", + "type": "PassThrough", "default": "", "description": "Used to pass attributes to DOM elements inside the component." }, @@ -48277,7 +48277,7 @@ "name": "pt", "optional": true, "readonly": false, - "type": "PTOptions", + "type": "PassThrough", "default": "", "description": "Used to pass attributes to DOM elements inside the component." }, @@ -48403,10 +48403,10 @@ "Nullable": { "values": "T | null | undefined" }, - "PTOptions": { + "PassThrough": { "values": "T | object | undefined" }, - "DefaultPTOptions": { + "DefaultPassThrough": { "values": "T | (instance: VNode) => undefined | undefined" } } @@ -49229,7 +49229,7 @@ "name": "pt", "optional": true, "readonly": false, - "type": "PTOptions", + "type": "PassThrough", "default": "", "description": "Used to pass attributes to DOM elements inside the component." },