From 18a012aaa5915bf503f1437bde387fdfda0e3bec Mon Sep 17 00:00:00 2001 From: tugcekucukoglu Date: Thu, 19 Sep 2024 15:27:42 +0300 Subject: [PATCH] .d.ts updates --- packages/primevue/src/datepicker/DatePicker.d.ts | 10 +--------- packages/primevue/src/galleria/Galleria.d.ts | 16 ++++++++-------- .../primevue/src/multiselect/MultiSelect.d.ts | 4 ---- 3 files changed, 9 insertions(+), 21 deletions(-) diff --git a/packages/primevue/src/datepicker/DatePicker.d.ts b/packages/primevue/src/datepicker/DatePicker.d.ts index 3c241b3ef..ae258ceaf 100755 --- a/packages/primevue/src/datepicker/DatePicker.d.ts +++ b/packages/primevue/src/datepicker/DatePicker.d.ts @@ -192,23 +192,15 @@ export interface DatePickerPassThroughOptions { * Used to pass attributes to the decade's DOM element. */ decade?: DatePickerPassThroughOptionType; - /** - * Used to pass attributes to the view day's DOM element. - */ - dayView?: DatePickerPassThroughOptionType; /** * Used to pass attributes to the next button's DOM element. * @see {@link ButtonPassThroughOptions} */ pcNextButton?: ButtonPassThroughOptions; - /** - * Used to pass attributes to the container's DOM element. - */ - container?: DatePickerPassThroughOptionType; /** * Used to pass attributes to the table's DOM element. */ - table?: DatePickerPassThroughOptionType; + dayView?: DatePickerPassThroughOptionType; /** * Used to pass attributes to the table header's DOM element. */ diff --git a/packages/primevue/src/galleria/Galleria.d.ts b/packages/primevue/src/galleria/Galleria.d.ts index 4d5fbd092..a9dea45d5 100755 --- a/packages/primevue/src/galleria/Galleria.d.ts +++ b/packages/primevue/src/galleria/Galleria.d.ts @@ -101,11 +101,11 @@ export interface GalleriaPassThroughOptions { /** * Used to pass attributes to the previous item button's DOM element. */ - previousItemButton?: GalleriaPassThroughOptionType; + prevButton?: GalleriaPassThroughOptionType; /** * Used to pass attributes to the previous item icon's DOM element. */ - previousItemIcon?: GalleriaPassThroughOptionType; + prevIcon?: GalleriaPassThroughOptionType; /** * Used to pass attributes to the item's DOM element. */ @@ -113,11 +113,11 @@ export interface GalleriaPassThroughOptions { /** * Used to pass attributes to the next item button's DOM element. */ - nextItemButton?: GalleriaPassThroughOptionType; + nextButton?: GalleriaPassThroughOptionType; /** * Used to pass attributes to the next item icon's DOM element. */ - nextItemIcon?: GalleriaPassThroughOptionType; + nextIcon?: GalleriaPassThroughOptionType; /** * Used to pass attributes to the caption's DOM element. */ @@ -145,11 +145,11 @@ export interface GalleriaPassThroughOptions { /** * Used to pass attributes to the previous thumbnail button's DOM element. */ - previousThumbnailButton?: GalleriaPassThroughOptionType; + thumbnailPrevButton?: GalleriaPassThroughOptionType; /** * Used to pass attributes to the previous thumbnail icon's DOM element. */ - previousThumbnailIcon?: GalleriaPassThroughOptionType; + thumbnailPrevIcon?: GalleriaPassThroughOptionType; /** * Used to pass attributes to the thumbnails viewport's DOM element. */ @@ -169,11 +169,11 @@ export interface GalleriaPassThroughOptions { /** * Used to pass attributes to the next thumbnail button's DOM element. */ - nextThumbnailButton?: GalleriaPassThroughOptionType; + thumbnailNextButton?: GalleriaPassThroughOptionType; /** * Used to pass attributes to the next thumbnail icon's DOM element. */ - nextThumbnailIcon?: GalleriaPassThroughOptionType; + thumbnailNextIcon?: GalleriaPassThroughOptionType; /** * Used to pass attributes to the mask's DOM element. */ diff --git a/packages/primevue/src/multiselect/MultiSelect.d.ts b/packages/primevue/src/multiselect/MultiSelect.d.ts index 83c60ed0c..a0907c31f 100755 --- a/packages/primevue/src/multiselect/MultiSelect.d.ts +++ b/packages/primevue/src/multiselect/MultiSelect.d.ts @@ -140,10 +140,6 @@ export interface MultiSelectPassThroughOptions { * @see {@link ChipPassThroughOptions} */ pcChip?: ChipPassThroughOptions; - /** - * Used to pass attributes to the chip icon's DOM element. - */ - chipIcon?: MultiSelectPassThroughOptionType; /** * Used to pass attributes to the dropdown's DOM element. */