troncell-vue-component 1.0.0
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/README.md +144 -0
- package/dist/index.cjs +742 -0
- package/dist/index.mjs +10142 -0
- package/dist/troncell-vue-component.css +1 -0
- package/dist/types/components/3DCardComp/component/CardBody.vue.d.ts +21 -0
- package/dist/types/components/3DCardComp/component/CardContainer.vue.d.ts +27 -0
- package/dist/types/components/3DCardComp/component/Cardltem.vue.d.ts +89 -0
- package/dist/types/components/3DCardComp/component/card-3d.d.ts +4 -0
- package/dist/types/components/3DCardComp/component/useMouseState.d.ts +4 -0
- package/dist/types/components/3DCardComp/index.vue.d.ts +50 -0
- package/dist/types/components/AnimatedTestimonialsComp/component/AnimatedTestimonials.vue.d.ts +39 -0
- package/dist/types/components/AnimatedTestimonialsComp/index.vue.d.ts +53 -0
- package/dist/types/components/AuroraComp/component/Aurora.vue.d.ts +23 -0
- package/dist/types/components/AuroraComp/index.vue.d.ts +35 -0
- package/dist/types/components/BendingGalleryComp/component/BendingGallery.vue.d.ts +19 -0
- package/dist/types/components/BendingGalleryComp/index.vue.d.ts +35 -0
- package/dist/types/components/BentoGridComp/component/BentoGrid.vue.d.ts +21 -0
- package/dist/types/components/BentoGridComp/component/BentoGridltem.vue.d.ts +24 -0
- package/dist/types/components/BentoGridComp/index.vue.d.ts +33 -0
- package/dist/types/components/Carousel3DComp/component/Carousel3D.vue.d.ts +18 -0
- package/dist/types/components/Carousel3DComp/index.vue.d.ts +27 -0
- package/dist/types/components/ContainerScrollComp/component/ContainerScroll.vue.d.ts +22 -0
- package/dist/types/components/ContainerScrollComp/component/ContainerScrollCard.vue.d.ts +23 -0
- package/dist/types/components/ContainerScrollComp/component/ContainerScrollTitle.vue.d.ts +21 -0
- package/dist/types/components/ContainerScrollComp/index.vue.d.ts +37 -0
- package/dist/types/components/DirectionAwareHoverComp/component/DirectionAwareHover.vue.d.ts +31 -0
- package/dist/types/components/DirectionAwareHoverComp/index.vue.d.ts +42 -0
- package/dist/types/components/DockComp/component/Dock.vue.d.ts +35 -0
- package/dist/types/components/DockComp/component/DockSeparator.vue.d.ts +2 -0
- package/dist/types/components/DockComp/component/Docklcon.vue.d.ts +21 -0
- package/dist/types/components/DockComp/component/index.d.ts +3 -0
- package/dist/types/components/DockComp/component/injectionKeys.d.ts +7 -0
- package/dist/types/components/DockComp/component/types.d.ts +2 -0
- package/dist/types/components/DockComp/index.vue.d.ts +27 -0
- package/dist/types/components/DomeGalleryComp/component/DomeGallery.vue.d.ts +49 -0
- package/dist/types/components/DomeGalleryComp/index.vue.d.ts +53 -0
- package/dist/types/components/ExpandableGalleryComp/component/ExpandableGallery.vue.d.ts +7 -0
- package/dist/types/components/ExpandableGalleryComp/index.vue.d.ts +17 -0
- package/dist/types/components/FluidCursorComp/component/FluidCursor.vue.d.ts +42 -0
- package/dist/types/components/FluidCursorComp/index.vue.d.ts +23 -0
- package/dist/types/components/IButtonComp/index.vue.d.ts +55 -0
- package/dist/types/components/IInputComp/index.vue.d.ts +28 -0
- package/dist/types/components/IconCloudComp/component/IconCloud.vue.d.ts +5 -0
- package/dist/types/components/IconCloudComp/component/index.d.ts +14 -0
- package/dist/types/components/IconCloudComp/index.vue.d.ts +29 -0
- package/dist/types/components/InfiniteGridComp/component/DisposalManager.d.ts +121 -0
- package/dist/types/components/InfiniteGridComp/component/EventHandler.d.ts +126 -0
- package/dist/types/components/InfiniteGridComp/component/GridManager.d.ts +191 -0
- package/dist/types/components/InfiniteGridComp/component/InfiniteGrid.vue.d.ts +16 -0
- package/dist/types/components/InfiniteGridComp/component/InfiniteGridClass.d.ts +382 -0
- package/dist/types/components/InfiniteGridComp/component/PostProcessShader.d.ts +116 -0
- package/dist/types/components/InfiniteGridComp/component/createTexture.d.ts +99 -0
- package/dist/types/components/InfiniteGridComp/component/shaders.d.ts +4 -0
- package/dist/types/components/InfiniteGridComp/component/types.d.ts +122 -0
- package/dist/types/components/InfiniteGridComp/index.vue.d.ts +47 -0
- package/dist/types/components/InfiniteMenuComp/component/InfiniteMenu.vue.d.ts +13 -0
- package/dist/types/components/InfiniteMenuComp/index.vue.d.ts +33 -0
- package/dist/types/components/InspiraImageParticlesComp/component/inspiraImageParticles.d.ts +107 -0
- package/dist/types/components/InspiraImageParticlesComp/index.vue.d.ts +24 -0
- package/dist/types/components/InteractiveGridPatternComp/component/InteractiveGridPattern.vue.d.ts +14 -0
- package/dist/types/components/InteractiveGridPatternComp/index.vue.d.ts +29 -0
- package/dist/types/components/LightningComp/component/Lightning.vue.d.ts +17 -0
- package/dist/types/components/LightningComp/index.vue.d.ts +35 -0
- package/dist/types/components/LinkPreviewComp/component/LinkPreview.vue.d.ts +19 -0
- package/dist/types/components/LinkPreviewComp/index.vue.d.ts +11 -0
- package/dist/types/components/MagnifyingGlassComp/component/Beams.vue.d.ts +2 -0
- package/dist/types/components/MagnifyingGlassComp/component/Lens.vue.d.ts +45 -0
- package/dist/types/components/MagnifyingGlassComp/component/Rays.vue.d.ts +5 -0
- package/dist/types/components/MagnifyingGlassComp/index.vue.d.ts +41 -0
- package/dist/types/components/MarqueeComp/component/Marquee.vue.d.ts +28 -0
- package/dist/types/components/MarqueeComp/component/ReviewCard.vue.d.ts +8 -0
- package/dist/types/components/MarqueeComp/index.vue.d.ts +42 -0
- package/dist/types/components/MeteorsComp/component/Meteors.vue.d.ts +16 -0
- package/dist/types/components/MeteorsComp/index.vue.d.ts +45 -0
- package/dist/types/components/Navigation.vue.d.ts +2 -0
- package/dist/types/components/PhotoGalleryComp/component/PhotoGallery.vue.d.ts +9 -0
- package/dist/types/components/PhotoGalleryComp/index.vue.d.ts +38 -0
- package/dist/types/components/RegistrationFormComp/index.vue.d.ts +15 -0
- package/dist/types/components/RippleButtonComp/component/RippleButton.vue.d.ts +35 -0
- package/dist/types/components/RippleButtonComp/index.vue.d.ts +35 -0
- package/dist/types/components/RollingGalleryComp/component/RollingGallery.vue.d.ts +29 -0
- package/dist/types/components/RollingGalleryComp/index.vue.d.ts +45 -0
- package/dist/types/components/ScratchToRevealComp/component/ScratchToReveal.vue.d.ts +37 -0
- package/dist/types/components/ScratchToRevealComp/index.vue.d.ts +37 -0
- package/dist/types/components/ScrollIslandComp/component/AnimatedCircularProgressBar.vue.d.ts +22 -0
- package/dist/types/components/ScrollIslandComp/component/ScrollIsland.vue.d.ts +19 -0
- package/dist/types/components/ScrollIslandComp/index.vue.d.ts +41 -0
- package/dist/types/components/SparkElementComp/component/Sparkles.vue.d.ts +20 -0
- package/dist/types/components/SparkElementComp/index.vue.d.ts +13 -0
- package/dist/types/components/SparklesTextComp/component/SparklesText.vue.d.ts +17 -0
- package/dist/types/components/SparklesTextComp/index.vue.d.ts +13 -0
- package/dist/types/components/SplineComp/component/ParentSize.vue.d.ts +55 -0
- package/dist/types/components/SplineComp/component/Spline.vue.d.ts +67 -0
- package/dist/types/components/SplineComp/index.vue.d.ts +41 -0
- package/dist/types/components/StackComp/component/Stack.vue.d.ts +36 -0
- package/dist/types/components/StackComp/index.vue.d.ts +49 -0
- package/dist/types/components/TargetCursorComp/component/TargetCursor.vue.d.ts +15 -0
- package/dist/types/components/TargetCursorComp/index.vue.d.ts +50 -0
- package/dist/types/components/TestimonialSliderComp/component/TestimonialSlider.vue.d.ts +19 -0
- package/dist/types/components/TestimonialSliderComp/index.vue.d.ts +35 -0
- package/dist/types/components/Text3dComp/component/Text3d.vue.d.ts +40 -0
- package/dist/types/components/Text3dComp/index.vue.d.ts +33 -0
- package/dist/types/components/TextGenerateEffectComp/component/TextGenerateEffect.vue.d.ts +16 -0
- package/dist/types/components/TextGenerateEffectComp/index.vue.d.ts +29 -0
- package/dist/types/components/TimelineComp/component/Timeline.vue.d.ts +37 -0
- package/dist/types/components/TimelineComp/index.vue.d.ts +41 -0
- package/dist/types/components/TracingBeamComp/component/TracingBeam.vue.d.ts +27 -0
- package/dist/types/components/TracingBeamComp/index.vue.d.ts +47 -0
- package/dist/types/index.d.ts +42 -0
- package/dist/types/utils/lib/utils.d.ts +3 -0
- package/dist/types/utils/sensing-sample-sdk-quorra-1.0.d.ts +67 -0
- package/dist/types/utils/sensing-sample-sdk-webview-1.0.d.ts +45 -0
- package/dist/types/utils/useDynamicComponents.d.ts +42 -0
- package/package.json +83 -0
|
@@ -0,0 +1,41 @@
|
|
|
1
|
+
interface Props {
|
|
2
|
+
sceneUrl?: string;
|
|
3
|
+
title?: string;
|
|
4
|
+
subtitle?: string;
|
|
5
|
+
classList?: {
|
|
6
|
+
overallClass?: string;
|
|
7
|
+
textContainerClass?: string;
|
|
8
|
+
titleClass?: string;
|
|
9
|
+
subtitleClass?: string;
|
|
10
|
+
splineClass?: string;
|
|
11
|
+
Location?: {
|
|
12
|
+
position?: string;
|
|
13
|
+
width?: string;
|
|
14
|
+
height?: string;
|
|
15
|
+
left?: string;
|
|
16
|
+
top?: string;
|
|
17
|
+
zIndex?: string;
|
|
18
|
+
};
|
|
19
|
+
};
|
|
20
|
+
}
|
|
21
|
+
declare const _default: import('vue').DefineComponent<Props, {}, {}, {}, {}, import('vue').ComponentOptionsMixin, import('vue').ComponentOptionsMixin, {}, string, import('vue').PublicProps, Readonly<Props> & Readonly<{}>, {
|
|
22
|
+
title: string;
|
|
23
|
+
classList: {
|
|
24
|
+
overallClass?: string;
|
|
25
|
+
textContainerClass?: string;
|
|
26
|
+
titleClass?: string;
|
|
27
|
+
subtitleClass?: string;
|
|
28
|
+
splineClass?: string;
|
|
29
|
+
Location?: {
|
|
30
|
+
position?: string;
|
|
31
|
+
width?: string;
|
|
32
|
+
height?: string;
|
|
33
|
+
left?: string;
|
|
34
|
+
top?: string;
|
|
35
|
+
zIndex?: string;
|
|
36
|
+
};
|
|
37
|
+
};
|
|
38
|
+
sceneUrl: string;
|
|
39
|
+
subtitle: string;
|
|
40
|
+
}, {}, {}, {}, string, import('vue').ComponentProvideOptions, false, {}, HTMLDivElement>;
|
|
41
|
+
export default _default;
|
|
@@ -0,0 +1,36 @@
|
|
|
1
|
+
interface StackProps {
|
|
2
|
+
className?: string;
|
|
3
|
+
randomRotation?: boolean;
|
|
4
|
+
sensitivity?: number;
|
|
5
|
+
cardDimensions?: {
|
|
6
|
+
width: number;
|
|
7
|
+
height: number;
|
|
8
|
+
};
|
|
9
|
+
cardsData: {
|
|
10
|
+
id: number;
|
|
11
|
+
img: string;
|
|
12
|
+
}[];
|
|
13
|
+
animationConfig?: {
|
|
14
|
+
stiffness: number;
|
|
15
|
+
damping: number;
|
|
16
|
+
};
|
|
17
|
+
sendToBackOnClick?: boolean;
|
|
18
|
+
}
|
|
19
|
+
declare const _default: import('vue').DefineComponent<StackProps, {}, {}, {}, {}, import('vue').ComponentOptionsMixin, import('vue').ComponentOptionsMixin, {}, string, import('vue').PublicProps, Readonly<StackProps> & Readonly<{}>, {
|
|
20
|
+
randomRotation: boolean;
|
|
21
|
+
sensitivity: number;
|
|
22
|
+
cardDimensions: {
|
|
23
|
+
width: number;
|
|
24
|
+
height: number;
|
|
25
|
+
};
|
|
26
|
+
cardsData: {
|
|
27
|
+
id: number;
|
|
28
|
+
img: string;
|
|
29
|
+
}[];
|
|
30
|
+
animationConfig: {
|
|
31
|
+
stiffness: number;
|
|
32
|
+
damping: number;
|
|
33
|
+
};
|
|
34
|
+
sendToBackOnClick: boolean;
|
|
35
|
+
}, {}, {}, {}, string, import('vue').ComponentProvideOptions, false, {}, HTMLDivElement>;
|
|
36
|
+
export default _default;
|
|
@@ -0,0 +1,49 @@
|
|
|
1
|
+
interface CardItem {
|
|
2
|
+
id: number;
|
|
3
|
+
img: string;
|
|
4
|
+
}
|
|
5
|
+
interface CardDimensions {
|
|
6
|
+
width: number;
|
|
7
|
+
height: number;
|
|
8
|
+
}
|
|
9
|
+
interface AnimationConfig {
|
|
10
|
+
stiffness: number;
|
|
11
|
+
damping: number;
|
|
12
|
+
}
|
|
13
|
+
type __VLS_Props = {
|
|
14
|
+
cardsData?: CardItem[];
|
|
15
|
+
cardDimensions?: CardDimensions;
|
|
16
|
+
randomRotation?: boolean;
|
|
17
|
+
sensitivity?: number;
|
|
18
|
+
animationConfig?: AnimationConfig;
|
|
19
|
+
sendToBackOnClick?: boolean;
|
|
20
|
+
classList?: {
|
|
21
|
+
overallClass?: string;
|
|
22
|
+
Location?: {
|
|
23
|
+
position?: string;
|
|
24
|
+
width?: string;
|
|
25
|
+
height?: string;
|
|
26
|
+
left?: string;
|
|
27
|
+
top?: string;
|
|
28
|
+
};
|
|
29
|
+
};
|
|
30
|
+
};
|
|
31
|
+
declare const _default: import('vue').DefineComponent<__VLS_Props, {}, {}, {}, {}, import('vue').ComponentOptionsMixin, import('vue').ComponentOptionsMixin, {}, string, import('vue').PublicProps, Readonly<__VLS_Props> & Readonly<{}>, {
|
|
32
|
+
classList: {
|
|
33
|
+
overallClass?: string;
|
|
34
|
+
Location?: {
|
|
35
|
+
position?: string;
|
|
36
|
+
width?: string;
|
|
37
|
+
height?: string;
|
|
38
|
+
left?: string;
|
|
39
|
+
top?: string;
|
|
40
|
+
};
|
|
41
|
+
};
|
|
42
|
+
randomRotation: boolean;
|
|
43
|
+
sensitivity: number;
|
|
44
|
+
cardDimensions: CardDimensions;
|
|
45
|
+
cardsData: CardItem[];
|
|
46
|
+
animationConfig: AnimationConfig;
|
|
47
|
+
sendToBackOnClick: boolean;
|
|
48
|
+
}, {}, {}, {}, string, import('vue').ComponentProvideOptions, false, {}, HTMLDivElement>;
|
|
49
|
+
export default _default;
|
|
@@ -0,0 +1,15 @@
|
|
|
1
|
+
interface TargetCursorProps {
|
|
2
|
+
targetSelector?: string;
|
|
3
|
+
spinDuration?: number;
|
|
4
|
+
hideDefaultCursor?: boolean;
|
|
5
|
+
cursorClass?: string;
|
|
6
|
+
}
|
|
7
|
+
declare const _default: import('vue').DefineComponent<TargetCursorProps, {}, {}, {}, {}, import('vue').ComponentOptionsMixin, import('vue').ComponentOptionsMixin, {}, string, import('vue').PublicProps, Readonly<TargetCursorProps> & Readonly<{}>, {
|
|
8
|
+
targetSelector: string;
|
|
9
|
+
spinDuration: number;
|
|
10
|
+
hideDefaultCursor: boolean;
|
|
11
|
+
cursorClass: string;
|
|
12
|
+
}, {}, {}, {}, string, import('vue').ComponentProvideOptions, false, {
|
|
13
|
+
cursorRef: HTMLDivElement;
|
|
14
|
+
}, HTMLDivElement>;
|
|
15
|
+
export default _default;
|
|
@@ -0,0 +1,50 @@
|
|
|
1
|
+
interface DemoItem {
|
|
2
|
+
text: string;
|
|
3
|
+
containerClass?: string;
|
|
4
|
+
textClass?: string;
|
|
5
|
+
}
|
|
6
|
+
type __VLS_Props = {
|
|
7
|
+
targetSelector?: string;
|
|
8
|
+
spinDuration?: number;
|
|
9
|
+
hideDefaultCursor?: boolean;
|
|
10
|
+
showDemoContent?: boolean;
|
|
11
|
+
demoItems?: DemoItem[];
|
|
12
|
+
classList?: {
|
|
13
|
+
overallClass?: string;
|
|
14
|
+
demoContainerClass?: string;
|
|
15
|
+
defaultItemContainerClass?: string;
|
|
16
|
+
defaultItemTextClass?: string;
|
|
17
|
+
cursorClass?: string;
|
|
18
|
+
Location?: {
|
|
19
|
+
position?: string;
|
|
20
|
+
width?: string;
|
|
21
|
+
height?: string;
|
|
22
|
+
left?: string;
|
|
23
|
+
top?: string;
|
|
24
|
+
zIndex?: string;
|
|
25
|
+
};
|
|
26
|
+
};
|
|
27
|
+
};
|
|
28
|
+
declare const _default: import('vue').DefineComponent<__VLS_Props, {}, {}, {}, {}, import('vue').ComponentOptionsMixin, import('vue').ComponentOptionsMixin, {}, string, import('vue').PublicProps, Readonly<__VLS_Props> & Readonly<{}>, {
|
|
29
|
+
classList: {
|
|
30
|
+
overallClass?: string;
|
|
31
|
+
demoContainerClass?: string;
|
|
32
|
+
defaultItemContainerClass?: string;
|
|
33
|
+
defaultItemTextClass?: string;
|
|
34
|
+
cursorClass?: string;
|
|
35
|
+
Location?: {
|
|
36
|
+
position?: string;
|
|
37
|
+
width?: string;
|
|
38
|
+
height?: string;
|
|
39
|
+
left?: string;
|
|
40
|
+
top?: string;
|
|
41
|
+
zIndex?: string;
|
|
42
|
+
};
|
|
43
|
+
};
|
|
44
|
+
targetSelector: string;
|
|
45
|
+
spinDuration: number;
|
|
46
|
+
hideDefaultCursor: boolean;
|
|
47
|
+
showDemoContent: boolean;
|
|
48
|
+
demoItems: DemoItem[];
|
|
49
|
+
}, {}, {}, {}, string, import('vue').ComponentProvideOptions, false, {}, HTMLDivElement>;
|
|
50
|
+
export default _default;
|
|
@@ -0,0 +1,19 @@
|
|
|
1
|
+
interface Testimonial {
|
|
2
|
+
img: string;
|
|
3
|
+
quote: string;
|
|
4
|
+
name: string;
|
|
5
|
+
role: string;
|
|
6
|
+
}
|
|
7
|
+
type __VLS_Props = {
|
|
8
|
+
testimonials?: Testimonial[];
|
|
9
|
+
autoRotate?: boolean;
|
|
10
|
+
duration?: number;
|
|
11
|
+
};
|
|
12
|
+
declare const _default: import('vue').DefineComponent<__VLS_Props, {}, {}, {}, {}, import('vue').ComponentOptionsMixin, import('vue').ComponentOptionsMixin, {}, string, import('vue').PublicProps, Readonly<__VLS_Props> & Readonly<{}>, {
|
|
13
|
+
testimonials: Testimonial[];
|
|
14
|
+
duration: number;
|
|
15
|
+
autoRotate: boolean;
|
|
16
|
+
}, {}, {}, {}, string, import('vue').ComponentProvideOptions, false, {
|
|
17
|
+
testimonialsRef: HTMLDivElement;
|
|
18
|
+
}, HTMLDivElement>;
|
|
19
|
+
export default _default;
|
|
@@ -0,0 +1,35 @@
|
|
|
1
|
+
interface Testimonial {
|
|
2
|
+
img: string;
|
|
3
|
+
quote: string;
|
|
4
|
+
name: string;
|
|
5
|
+
role: string;
|
|
6
|
+
}
|
|
7
|
+
interface Props {
|
|
8
|
+
testimonials?: Testimonial[];
|
|
9
|
+
classList?: {
|
|
10
|
+
overallClass?: string;
|
|
11
|
+
sliderClass?: string;
|
|
12
|
+
Location?: {
|
|
13
|
+
position?: string;
|
|
14
|
+
width?: string;
|
|
15
|
+
height?: string;
|
|
16
|
+
left?: string;
|
|
17
|
+
top?: string;
|
|
18
|
+
};
|
|
19
|
+
};
|
|
20
|
+
}
|
|
21
|
+
declare const _default: import('vue').DefineComponent<Props, {}, {}, {}, {}, import('vue').ComponentOptionsMixin, import('vue').ComponentOptionsMixin, {}, string, import('vue').PublicProps, Readonly<Props> & Readonly<{}>, {
|
|
22
|
+
classList: {
|
|
23
|
+
overallClass?: string;
|
|
24
|
+
sliderClass?: string;
|
|
25
|
+
Location?: {
|
|
26
|
+
position?: string;
|
|
27
|
+
width?: string;
|
|
28
|
+
height?: string;
|
|
29
|
+
left?: string;
|
|
30
|
+
top?: string;
|
|
31
|
+
};
|
|
32
|
+
};
|
|
33
|
+
testimonials: Testimonial[];
|
|
34
|
+
}, {}, {}, {}, string, import('vue').ComponentProvideOptions, false, {}, HTMLDivElement>;
|
|
35
|
+
export default _default;
|
|
@@ -0,0 +1,40 @@
|
|
|
1
|
+
import { HTMLAttributes } from 'vue';
|
|
2
|
+
interface Props {
|
|
3
|
+
textColor?: string;
|
|
4
|
+
letterSpacing?: number;
|
|
5
|
+
strokeColor?: string;
|
|
6
|
+
shadowColor?: string;
|
|
7
|
+
strokeSize?: number;
|
|
8
|
+
shadow1Size?: number;
|
|
9
|
+
shadow2Size?: number;
|
|
10
|
+
class?: HTMLAttributes["class"];
|
|
11
|
+
animate?: boolean;
|
|
12
|
+
animationDuration?: number;
|
|
13
|
+
}
|
|
14
|
+
declare function __VLS_template(): {
|
|
15
|
+
attrs: Partial<{}>;
|
|
16
|
+
slots: {
|
|
17
|
+
default?(_: {}): any;
|
|
18
|
+
};
|
|
19
|
+
refs: {};
|
|
20
|
+
rootEl: HTMLDivElement;
|
|
21
|
+
};
|
|
22
|
+
type __VLS_TemplateResult = ReturnType<typeof __VLS_template>;
|
|
23
|
+
declare const __VLS_component: import('vue').DefineComponent<Props, {}, {}, {}, {}, import('vue').ComponentOptionsMixin, import('vue').ComponentOptionsMixin, {}, string, import('vue').PublicProps, Readonly<Props> & Readonly<{}>, {
|
|
24
|
+
animate: boolean;
|
|
25
|
+
animationDuration: number;
|
|
26
|
+
letterSpacing: number;
|
|
27
|
+
textColor: string;
|
|
28
|
+
shadowColor: string;
|
|
29
|
+
strokeColor: string;
|
|
30
|
+
strokeSize: number;
|
|
31
|
+
shadow1Size: number;
|
|
32
|
+
shadow2Size: number;
|
|
33
|
+
}, {}, {}, {}, string, import('vue').ComponentProvideOptions, false, {}, HTMLDivElement>;
|
|
34
|
+
declare const _default: __VLS_WithTemplateSlots<typeof __VLS_component, __VLS_TemplateResult["slots"]>;
|
|
35
|
+
export default _default;
|
|
36
|
+
type __VLS_WithTemplateSlots<T, S> = T & {
|
|
37
|
+
new (): {
|
|
38
|
+
$slots: S;
|
|
39
|
+
};
|
|
40
|
+
};
|
|
@@ -0,0 +1,33 @@
|
|
|
1
|
+
interface TextItem {
|
|
2
|
+
text: string;
|
|
3
|
+
shadowColor?: string;
|
|
4
|
+
animate?: boolean;
|
|
5
|
+
class?: string;
|
|
6
|
+
}
|
|
7
|
+
interface Props {
|
|
8
|
+
texts?: TextItem[];
|
|
9
|
+
classList?: {
|
|
10
|
+
overallClass?: string;
|
|
11
|
+
Location?: {
|
|
12
|
+
position?: string;
|
|
13
|
+
width?: string;
|
|
14
|
+
height?: string;
|
|
15
|
+
left?: string;
|
|
16
|
+
top?: string;
|
|
17
|
+
};
|
|
18
|
+
};
|
|
19
|
+
}
|
|
20
|
+
declare const _default: import('vue').DefineComponent<Props, {}, {}, {}, {}, import('vue').ComponentOptionsMixin, import('vue').ComponentOptionsMixin, {}, string, import('vue').PublicProps, Readonly<Props> & Readonly<{}>, {
|
|
21
|
+
classList: {
|
|
22
|
+
overallClass?: string;
|
|
23
|
+
Location?: {
|
|
24
|
+
position?: string;
|
|
25
|
+
width?: string;
|
|
26
|
+
height?: string;
|
|
27
|
+
left?: string;
|
|
28
|
+
top?: string;
|
|
29
|
+
};
|
|
30
|
+
};
|
|
31
|
+
texts: TextItem[];
|
|
32
|
+
}, {}, {}, {}, string, import('vue').ComponentProvideOptions, false, {}, HTMLDivElement>;
|
|
33
|
+
export default _default;
|
|
@@ -0,0 +1,16 @@
|
|
|
1
|
+
import { HTMLAttributes } from 'vue';
|
|
2
|
+
type __VLS_Props = {
|
|
3
|
+
words: string;
|
|
4
|
+
filter?: boolean;
|
|
5
|
+
duration?: number;
|
|
6
|
+
delay?: number;
|
|
7
|
+
class: HTMLAttributes["class"];
|
|
8
|
+
};
|
|
9
|
+
declare const _default: import('vue').DefineComponent<__VLS_Props, {}, {}, {}, {}, import('vue').ComponentOptionsMixin, import('vue').ComponentOptionsMixin, {}, string, import('vue').PublicProps, Readonly<__VLS_Props> & Readonly<{}>, {
|
|
10
|
+
filter: boolean;
|
|
11
|
+
duration: number;
|
|
12
|
+
delay: number;
|
|
13
|
+
}, {}, {}, {}, string, import('vue').ComponentProvideOptions, false, {
|
|
14
|
+
scope: HTMLDivElement;
|
|
15
|
+
}, HTMLDivElement>;
|
|
16
|
+
export default _default;
|
|
@@ -0,0 +1,29 @@
|
|
|
1
|
+
interface Props {
|
|
2
|
+
words?: string;
|
|
3
|
+
classList?: {
|
|
4
|
+
overallClass?: string;
|
|
5
|
+
textClass?: string;
|
|
6
|
+
Location?: {
|
|
7
|
+
position?: string;
|
|
8
|
+
width?: string;
|
|
9
|
+
height?: string;
|
|
10
|
+
left?: string;
|
|
11
|
+
top?: string;
|
|
12
|
+
};
|
|
13
|
+
};
|
|
14
|
+
}
|
|
15
|
+
declare const _default: import('vue').DefineComponent<Props, {}, {}, {}, {}, import('vue').ComponentOptionsMixin, import('vue').ComponentOptionsMixin, {}, string, import('vue').PublicProps, Readonly<Props> & Readonly<{}>, {
|
|
16
|
+
classList: {
|
|
17
|
+
overallClass?: string;
|
|
18
|
+
textClass?: string;
|
|
19
|
+
Location?: {
|
|
20
|
+
position?: string;
|
|
21
|
+
width?: string;
|
|
22
|
+
height?: string;
|
|
23
|
+
left?: string;
|
|
24
|
+
top?: string;
|
|
25
|
+
};
|
|
26
|
+
};
|
|
27
|
+
words: string;
|
|
28
|
+
}, {}, {}, {}, string, import('vue').ComponentProvideOptions, false, {}, any>;
|
|
29
|
+
export default _default;
|
|
@@ -0,0 +1,37 @@
|
|
|
1
|
+
import { HTMLAttributes } from 'vue';
|
|
2
|
+
interface Props {
|
|
3
|
+
containerClass?: HTMLAttributes["class"];
|
|
4
|
+
class?: HTMLAttributes["class"];
|
|
5
|
+
items?: {
|
|
6
|
+
id: string;
|
|
7
|
+
label: string;
|
|
8
|
+
}[];
|
|
9
|
+
title?: string;
|
|
10
|
+
description?: string;
|
|
11
|
+
}
|
|
12
|
+
declare function __VLS_template(): {
|
|
13
|
+
attrs: Partial<{}>;
|
|
14
|
+
slots: Partial<Record<string, (_: {}) => any>>;
|
|
15
|
+
refs: {
|
|
16
|
+
timelineContainerRef: HTMLDivElement;
|
|
17
|
+
timelineRef: HTMLDivElement;
|
|
18
|
+
};
|
|
19
|
+
rootEl: HTMLDivElement;
|
|
20
|
+
};
|
|
21
|
+
type __VLS_TemplateResult = ReturnType<typeof __VLS_template>;
|
|
22
|
+
declare const __VLS_component: import('vue').DefineComponent<Props, {}, {}, {}, {}, import('vue').ComponentOptionsMixin, import('vue').ComponentOptionsMixin, {}, string, import('vue').PublicProps, Readonly<Props> & Readonly<{}>, {
|
|
23
|
+
items: {
|
|
24
|
+
id: string;
|
|
25
|
+
label: string;
|
|
26
|
+
}[];
|
|
27
|
+
}, {}, {}, {}, string, import('vue').ComponentProvideOptions, false, {
|
|
28
|
+
timelineContainerRef: HTMLDivElement;
|
|
29
|
+
timelineRef: HTMLDivElement;
|
|
30
|
+
}, HTMLDivElement>;
|
|
31
|
+
declare const _default: __VLS_WithTemplateSlots<typeof __VLS_component, __VLS_TemplateResult["slots"]>;
|
|
32
|
+
export default _default;
|
|
33
|
+
type __VLS_WithTemplateSlots<T, S> = T & {
|
|
34
|
+
new (): {
|
|
35
|
+
$slots: S;
|
|
36
|
+
};
|
|
37
|
+
};
|
|
@@ -0,0 +1,41 @@
|
|
|
1
|
+
interface TimelineItem {
|
|
2
|
+
id: string;
|
|
3
|
+
label: string;
|
|
4
|
+
}
|
|
5
|
+
interface Props {
|
|
6
|
+
data?: TimelineItem[];
|
|
7
|
+
title?: string;
|
|
8
|
+
description?: string;
|
|
9
|
+
classList?: {
|
|
10
|
+
overallClass?: string;
|
|
11
|
+
sectionClass?: string;
|
|
12
|
+
titleClass?: string;
|
|
13
|
+
descriptionClass?: string;
|
|
14
|
+
Location?: {
|
|
15
|
+
position?: string;
|
|
16
|
+
width?: string;
|
|
17
|
+
height?: string;
|
|
18
|
+
left?: string;
|
|
19
|
+
top?: string;
|
|
20
|
+
};
|
|
21
|
+
};
|
|
22
|
+
}
|
|
23
|
+
declare const _default: import('vue').DefineComponent<Props, {}, {}, {}, {}, import('vue').ComponentOptionsMixin, import('vue').ComponentOptionsMixin, {}, string, import('vue').PublicProps, Readonly<Props> & Readonly<{}>, {
|
|
24
|
+
data: TimelineItem[];
|
|
25
|
+
title: string;
|
|
26
|
+
classList: {
|
|
27
|
+
overallClass?: string;
|
|
28
|
+
sectionClass?: string;
|
|
29
|
+
titleClass?: string;
|
|
30
|
+
descriptionClass?: string;
|
|
31
|
+
Location?: {
|
|
32
|
+
position?: string;
|
|
33
|
+
width?: string;
|
|
34
|
+
height?: string;
|
|
35
|
+
left?: string;
|
|
36
|
+
top?: string;
|
|
37
|
+
};
|
|
38
|
+
};
|
|
39
|
+
description: string;
|
|
40
|
+
}, {}, {}, {}, string, import('vue').ComponentProvideOptions, false, {}, HTMLDivElement>;
|
|
41
|
+
export default _default;
|
|
@@ -0,0 +1,27 @@
|
|
|
1
|
+
declare function __VLS_template(): {
|
|
2
|
+
attrs: Partial<{}>;
|
|
3
|
+
slots: {
|
|
4
|
+
default?(_: {}): any;
|
|
5
|
+
};
|
|
6
|
+
refs: {
|
|
7
|
+
tracingBeamRef: HTMLDivElement;
|
|
8
|
+
tracingBeamContentRef: HTMLDivElement;
|
|
9
|
+
};
|
|
10
|
+
rootEl: HTMLDivElement;
|
|
11
|
+
};
|
|
12
|
+
type __VLS_TemplateResult = ReturnType<typeof __VLS_template>;
|
|
13
|
+
declare const __VLS_component: import('vue').DefineComponent<import('vue').ExtractPropTypes<{
|
|
14
|
+
class: StringConstructor;
|
|
15
|
+
}>, {}, {}, {}, {}, import('vue').ComponentOptionsMixin, import('vue').ComponentOptionsMixin, {}, string, import('vue').PublicProps, Readonly<import('vue').ExtractPropTypes<{
|
|
16
|
+
class: StringConstructor;
|
|
17
|
+
}>> & Readonly<{}>, {}, {}, {}, {}, string, import('vue').ComponentProvideOptions, true, {
|
|
18
|
+
tracingBeamRef: HTMLDivElement;
|
|
19
|
+
tracingBeamContentRef: HTMLDivElement;
|
|
20
|
+
}, HTMLDivElement>;
|
|
21
|
+
declare const _default: __VLS_WithTemplateSlots<typeof __VLS_component, __VLS_TemplateResult["slots"]>;
|
|
22
|
+
export default _default;
|
|
23
|
+
type __VLS_WithTemplateSlots<T, S> = T & {
|
|
24
|
+
new (): {
|
|
25
|
+
$slots: S;
|
|
26
|
+
};
|
|
27
|
+
};
|
|
@@ -0,0 +1,47 @@
|
|
|
1
|
+
interface ContentItem {
|
|
2
|
+
title: string;
|
|
3
|
+
description: string[];
|
|
4
|
+
badge: string;
|
|
5
|
+
image: string;
|
|
6
|
+
}
|
|
7
|
+
interface Props {
|
|
8
|
+
content?: ContentItem[];
|
|
9
|
+
classList?: {
|
|
10
|
+
overallClass?: string;
|
|
11
|
+
beamClass?: string;
|
|
12
|
+
contentClass?: string;
|
|
13
|
+
itemClass?: string;
|
|
14
|
+
badgeClass?: string;
|
|
15
|
+
titleClass?: string;
|
|
16
|
+
descriptionClass?: string;
|
|
17
|
+
imageClass?: string;
|
|
18
|
+
Location?: {
|
|
19
|
+
position?: string;
|
|
20
|
+
width?: string;
|
|
21
|
+
height?: string;
|
|
22
|
+
left?: string;
|
|
23
|
+
top?: string;
|
|
24
|
+
};
|
|
25
|
+
};
|
|
26
|
+
}
|
|
27
|
+
declare const _default: import('vue').DefineComponent<Props, {}, {}, {}, {}, import('vue').ComponentOptionsMixin, import('vue').ComponentOptionsMixin, {}, string, import('vue').PublicProps, Readonly<Props> & Readonly<{}>, {
|
|
28
|
+
content: ContentItem[];
|
|
29
|
+
classList: {
|
|
30
|
+
overallClass?: string;
|
|
31
|
+
beamClass?: string;
|
|
32
|
+
contentClass?: string;
|
|
33
|
+
itemClass?: string;
|
|
34
|
+
badgeClass?: string;
|
|
35
|
+
titleClass?: string;
|
|
36
|
+
descriptionClass?: string;
|
|
37
|
+
imageClass?: string;
|
|
38
|
+
Location?: {
|
|
39
|
+
position?: string;
|
|
40
|
+
width?: string;
|
|
41
|
+
height?: string;
|
|
42
|
+
left?: string;
|
|
43
|
+
top?: string;
|
|
44
|
+
};
|
|
45
|
+
};
|
|
46
|
+
}, {}, {}, {}, string, import('vue').ComponentProvideOptions, false, {}, HTMLDivElement>;
|
|
47
|
+
export default _default;
|
|
@@ -0,0 +1,42 @@
|
|
|
1
|
+
export { default as Card3D } from './components/3DCardComp/index.vue';
|
|
2
|
+
export { default as AnimatedTestimonials } from './components/AnimatedTestimonialsComp/index.vue';
|
|
3
|
+
export { default as Aurora } from './components/AuroraComp/index.vue';
|
|
4
|
+
export { default as BendingGallery } from './components/BendingGalleryComp/index.vue';
|
|
5
|
+
export { default as BentoGrid } from './components/BentoGridComp/index.vue';
|
|
6
|
+
export { default as Carousel3D } from './components/Carousel3DComp/index.vue';
|
|
7
|
+
export { default as ContainerScroll } from './components/ContainerScrollComp/index.vue';
|
|
8
|
+
export { default as DirectionAwareHover } from './components/DirectionAwareHoverComp/index.vue';
|
|
9
|
+
export { default as Dock } from './components/DockComp/index.vue';
|
|
10
|
+
export { default as DomeGallery } from './components/DomeGalleryComp/index.vue';
|
|
11
|
+
export { default as ExpandableGallery } from './components/ExpandableGalleryComp/index.vue';
|
|
12
|
+
export { default as FluidCursor } from './components/FluidCursorComp/index.vue';
|
|
13
|
+
export { default as IButton } from './components/IButtonComp/index.vue';
|
|
14
|
+
export { default as IconCloud } from './components/IconCloudComp/index.vue';
|
|
15
|
+
export { default as IInput } from './components/IInputComp/index.vue';
|
|
16
|
+
export { default as InfiniteGrid } from './components/InfiniteGridComp/index.vue';
|
|
17
|
+
export { default as InfiniteMenu } from './components/InfiniteMenuComp/index.vue';
|
|
18
|
+
export { default as InspiraImageParticles } from './components/InspiraImageParticlesComp/index.vue';
|
|
19
|
+
export { default as InteractiveGridPattern } from './components/InteractiveGridPatternComp/index.vue';
|
|
20
|
+
export { default as Lightning } from './components/LightningComp/index.vue';
|
|
21
|
+
export { default as LinkPreview } from './components/LinkPreviewComp/index.vue';
|
|
22
|
+
export { default as MagnifyingGlass } from './components/MagnifyingGlassComp/index.vue';
|
|
23
|
+
export { default as Marquee } from './components/MarqueeComp/index.vue';
|
|
24
|
+
export { default as Meteors } from './components/MeteorsComp/index.vue';
|
|
25
|
+
export { default as PhotoGallery } from './components/PhotoGalleryComp/index.vue';
|
|
26
|
+
export { default as RegistrationForm } from './components/RegistrationFormComp/index.vue';
|
|
27
|
+
export { default as RippleButton } from './components/RippleButtonComp/index.vue';
|
|
28
|
+
export { default as RollingGallery } from './components/RollingGalleryComp/index.vue';
|
|
29
|
+
export { default as ScratchToReveal } from './components/ScratchToRevealComp/index.vue';
|
|
30
|
+
export { default as ScrollIsland } from './components/ScrollIslandComp/index.vue';
|
|
31
|
+
export { default as SparkElement } from './components/SparkElementComp/index.vue';
|
|
32
|
+
export { default as SparklesText } from './components/SparklesTextComp/index.vue';
|
|
33
|
+
export { default as Spline } from './components/SplineComp/index.vue';
|
|
34
|
+
export { default as Stack } from './components/StackComp/index.vue';
|
|
35
|
+
export { default as TargetCursor } from './components/TargetCursorComp/index.vue';
|
|
36
|
+
export { default as TestimonialSlider } from './components/TestimonialSliderComp/index.vue';
|
|
37
|
+
export { default as Text3d } from './components/Text3dComp/index.vue';
|
|
38
|
+
export { default as TextGenerateEffect } from './components/TextGenerateEffectComp/index.vue';
|
|
39
|
+
export { default as Timeline } from './components/TimelineComp/index.vue';
|
|
40
|
+
export { default as TracingBeam } from './components/TracingBeamComp/index.vue';
|
|
41
|
+
export { default as Navigation } from './components/Navigation.vue';
|
|
42
|
+
export type { ComponentPublicInstance } from 'vue';
|
|
@@ -0,0 +1,67 @@
|
|
|
1
|
+
interface BehaviorRecord {
|
|
2
|
+
thingId: string;
|
|
3
|
+
thingName: string;
|
|
4
|
+
thingCategory: string;
|
|
5
|
+
action: string;
|
|
6
|
+
increment: number;
|
|
7
|
+
collectionTime: string;
|
|
8
|
+
collectEndTime: string;
|
|
9
|
+
softwareName: string;
|
|
10
|
+
pageName: string;
|
|
11
|
+
pageArea: string;
|
|
12
|
+
previousPageName: string;
|
|
13
|
+
previousPageArea: string;
|
|
14
|
+
position: string;
|
|
15
|
+
pSource: string;
|
|
16
|
+
comments: string;
|
|
17
|
+
}
|
|
18
|
+
interface AndroidInterface {
|
|
19
|
+
getDeviceSubKey(): string;
|
|
20
|
+
getDeviceId(): string;
|
|
21
|
+
getTenantId(): string;
|
|
22
|
+
getSecurityKey(): string;
|
|
23
|
+
getAppHomeUrl(): string;
|
|
24
|
+
getAppReplenishUrl(): string;
|
|
25
|
+
setValueByKey(key: string, value: string): boolean;
|
|
26
|
+
getValueByKey(key: string): string;
|
|
27
|
+
downloadFileUrlsToLocal(links: string[]): void;
|
|
28
|
+
getLocalFileUrl(url: string): string;
|
|
29
|
+
addBehaviorRecord(thingId: string, thingName: string, thingCategory: string, action: string, increment: number, collectionTime: string, collectEndTime: string, softwareName: string, pageName: string, pageArea: string, previousPageName: string, previousPageArea: string, position: string, pSource: string, comments: string): boolean;
|
|
30
|
+
doDropCargo(cargoRoad: string): boolean;
|
|
31
|
+
printPayData(printJsonData: string): boolean;
|
|
32
|
+
sendSerialCommand(command: string, isHex: boolean): boolean;
|
|
33
|
+
log(content: string): boolean;
|
|
34
|
+
CloseFaceRecognition(): boolean;
|
|
35
|
+
sendAction(v1: string, v2: string): boolean;
|
|
36
|
+
facedetect(): string;
|
|
37
|
+
}
|
|
38
|
+
declare global {
|
|
39
|
+
interface Window {
|
|
40
|
+
android?: AndroidInterface;
|
|
41
|
+
}
|
|
42
|
+
}
|
|
43
|
+
declare class SensingDevice {
|
|
44
|
+
private static sensingDevice;
|
|
45
|
+
private constructor();
|
|
46
|
+
static getInstance(): SensingDevice;
|
|
47
|
+
getSubKey(): string | undefined;
|
|
48
|
+
getDeviceId(): string | undefined;
|
|
49
|
+
getTenantId(): string | undefined;
|
|
50
|
+
getSecurityKey(): string | undefined;
|
|
51
|
+
getAppHomeUrl(): string | undefined;
|
|
52
|
+
getAppReplenishUrl(): string | undefined;
|
|
53
|
+
setValueByKey(key: string, value: string): boolean | undefined;
|
|
54
|
+
getValueByKey(key: string): string | undefined;
|
|
55
|
+
downloadFileUrlsToLocal(links: string[]): void;
|
|
56
|
+
getLocalFileUrl(url: string): string | undefined;
|
|
57
|
+
addBehaviorRecord(thingId: string, thingName: string, thingCategory: string, action: string, increment: number, collectionTime: string, collectEndTime: string, softwareName: string, pageName: string, pageArea: string, previousPageName: string, previousPageArea: string, position: string, pSource: string, comments: string): boolean | undefined;
|
|
58
|
+
addBehaviorRecordObject(record: BehaviorRecord): boolean | undefined;
|
|
59
|
+
doDropCargo(cargoRoad: string): boolean | undefined;
|
|
60
|
+
printPayData(printJsonData: string): boolean | undefined;
|
|
61
|
+
sendSerialCommand(command: string, isHex: boolean): boolean | undefined;
|
|
62
|
+
log(content: string): boolean | undefined;
|
|
63
|
+
CloseFaceRecognition(): boolean | undefined;
|
|
64
|
+
sendAction(v1: string, v2: string): boolean | undefined;
|
|
65
|
+
facedetect(): string | undefined;
|
|
66
|
+
}
|
|
67
|
+
export default SensingDevice;
|