Fixed #4682 - Animate directive renamed as AnimateOnScroll

This commit is contained in:
Tuğçe Küçükoğlu 2023-10-24 16:44:43 +03:00
parent 42c27d9469
commit b52e8c4f0d
17 changed files with 118 additions and 117 deletions

View file

@ -1,7 +1,7 @@
import { Plugin } from 'vue';
import { AccordionPassThroughOptions } from '../accordion';
import { AccordionTabPassThroughOptions } from '../accordiontab';
import { AnimateDirectivePassThroughOptions } from '../animate';
import { AnimateOnScrollDirectivePassThroughOptions } from '../animateonscroll';
import { AutoCompletePassThroughOptions } from '../autocomplete';
import { AvatarPassThroughOptions } from '../avatar';
import { AvatarGroupPassThroughOptions } from '../avatargroup';
@ -219,7 +219,7 @@ export interface PrimeVuePTOptions {
styleclass?: StyleClassDirectivePassThroughOptions;
focustrap?: FocusTrapDirectivePassThroughOptions;
ripple?: RippleDirectivePassThroughOptions;
animate?: AnimateDirectivePassThroughOptions;
animate?: AnimateOnScrollDirectivePassThroughOptions;
};
global?: {
css?: (options: any) => string | string | undefined;