deja-vue 2.1.1 → 2.1.2
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
- package/dist/index.d.ts +2 -2
- package/dist/index.js +1 -1
- package/package.json +1 -1
package/dist/index.d.ts
CHANGED
|
@@ -339,13 +339,13 @@ declare const __VLS_base$1: import("vue").DefineComponent<(DejaVueAnimationCompo
|
|
|
339
339
|
duration?: number;
|
|
340
340
|
options?: gsap.TimelineVars;
|
|
341
341
|
} & __VLS_ModelProps$1)> & Readonly<{
|
|
342
|
-
"onUpdate:progress"?: ((value: number) => any) | undefined;
|
|
343
342
|
onComplete?: ((...args: any[]) => any) | undefined;
|
|
344
343
|
onInterrupt?: ((...args: any[]) => any) | undefined;
|
|
345
344
|
onRepeat?: ((...args: any[]) => any) | undefined;
|
|
346
345
|
onReverseComplete?: ((...args: any[]) => any) | undefined;
|
|
347
346
|
onStart?: ((...args: any[]) => any) | undefined;
|
|
348
347
|
onUpdate?: ((...args: any[]) => any) | undefined;
|
|
348
|
+
"onUpdate:progress"?: ((value: number) => any) | undefined;
|
|
349
349
|
}>, {}, {}, {}, {}, string, import("vue").ComponentProvideOptions, false, {}, any>;
|
|
350
350
|
declare const __VLS_export$1: __VLS_WithSlots$1<typeof __VLS_base$1, __VLS_Slots$1>;
|
|
351
351
|
declare const _default$2: typeof __VLS_export$1;
|
|
@@ -547,13 +547,13 @@ declare const __VLS_base: import("vue").DefineComponent<(DejaVueAnimationCompone
|
|
|
547
547
|
effect?: string;
|
|
548
548
|
effectOptions?: gsap.TweenVars;
|
|
549
549
|
} & __VLS_ModelProps)> & Readonly<{
|
|
550
|
-
"onUpdate:progress"?: ((value: number) => any) | undefined;
|
|
551
550
|
onComplete?: ((...args: any[]) => any) | undefined;
|
|
552
551
|
onInterrupt?: ((...args: any[]) => any) | undefined;
|
|
553
552
|
onRepeat?: ((...args: any[]) => any) | undefined;
|
|
554
553
|
onReverseComplete?: ((...args: any[]) => any) | undefined;
|
|
555
554
|
onStart?: ((...args: any[]) => any) | undefined;
|
|
556
555
|
onUpdate?: ((...args: any[]) => any) | undefined;
|
|
556
|
+
"onUpdate:progress"?: ((value: number) => any) | undefined;
|
|
557
557
|
}>, {}, {}, {}, {}, string, import("vue").ComponentProvideOptions, false, {}, any>;
|
|
558
558
|
declare const __VLS_export: __VLS_WithSlots<typeof __VLS_base, __VLS_Slots>;
|
|
559
559
|
declare const _default$3: typeof __VLS_export;
|
package/dist/index.js
CHANGED
|
@@ -1,4 +1,4 @@
|
|
|
1
|
-
import
|
|
1
|
+
import gsap from "gsap";
|
|
2
2
|
import ScrollTrigger from "gsap/ScrollTrigger";
|
|
3
3
|
import { computed, createBlock, defineComponent, effectScope, inject, mergeModels, nextTick, onUnmounted, openBlock, provide, reactive, ref, renderSlot, shallowReactive, shallowRef, toRefs, toValue, unref, useAttrs, useModel, watch } from "vue";
|
|
4
4
|
import { getNodeElement, useUnwrap } from "vue-unwrap";
|