mirror of
https://github.com/primefaces/primevue.git
synced 2025-05-09 00:42:36 +00:00
Fixed #4389 - Rename PTOptions and DefaultPTOptions types with PassThrough and DefaultPassThrough types
This commit is contained in:
parent
57ce4e0183
commit
5c94099fa7
95 changed files with 280 additions and 280 deletions
4
components/lib/orderlist/OrderList.d.ts
vendored
4
components/lib/orderlist/OrderList.d.ts
vendored
|
@ -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<OrderListPassThroughOptions>;
|
||||
pt?: PassThrough<OrderListPassThroughOptions>;
|
||||
/**
|
||||
* Used to configure passthrough(pt) options of the component.
|
||||
* @type {PassThroughOptions}
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue