mirror of
https://github.com/primefaces/primevue.git
synced 2025-05-09 17:02:38 +00:00
Fixed #4682 - Animate directive renamed as AnimateOnScroll
This commit is contained in:
parent
42c27d9469
commit
b52e8c4f0d
17 changed files with 118 additions and 117 deletions
4
components/lib/config/PrimeVue.d.ts
vendored
4
components/lib/config/PrimeVue.d.ts
vendored
|
@ -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;
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue