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.
Files changed (114) hide show
  1. package/README.md +144 -0
  2. package/dist/index.cjs +742 -0
  3. package/dist/index.mjs +10142 -0
  4. package/dist/troncell-vue-component.css +1 -0
  5. package/dist/types/components/3DCardComp/component/CardBody.vue.d.ts +21 -0
  6. package/dist/types/components/3DCardComp/component/CardContainer.vue.d.ts +27 -0
  7. package/dist/types/components/3DCardComp/component/Cardltem.vue.d.ts +89 -0
  8. package/dist/types/components/3DCardComp/component/card-3d.d.ts +4 -0
  9. package/dist/types/components/3DCardComp/component/useMouseState.d.ts +4 -0
  10. package/dist/types/components/3DCardComp/index.vue.d.ts +50 -0
  11. package/dist/types/components/AnimatedTestimonialsComp/component/AnimatedTestimonials.vue.d.ts +39 -0
  12. package/dist/types/components/AnimatedTestimonialsComp/index.vue.d.ts +53 -0
  13. package/dist/types/components/AuroraComp/component/Aurora.vue.d.ts +23 -0
  14. package/dist/types/components/AuroraComp/index.vue.d.ts +35 -0
  15. package/dist/types/components/BendingGalleryComp/component/BendingGallery.vue.d.ts +19 -0
  16. package/dist/types/components/BendingGalleryComp/index.vue.d.ts +35 -0
  17. package/dist/types/components/BentoGridComp/component/BentoGrid.vue.d.ts +21 -0
  18. package/dist/types/components/BentoGridComp/component/BentoGridltem.vue.d.ts +24 -0
  19. package/dist/types/components/BentoGridComp/index.vue.d.ts +33 -0
  20. package/dist/types/components/Carousel3DComp/component/Carousel3D.vue.d.ts +18 -0
  21. package/dist/types/components/Carousel3DComp/index.vue.d.ts +27 -0
  22. package/dist/types/components/ContainerScrollComp/component/ContainerScroll.vue.d.ts +22 -0
  23. package/dist/types/components/ContainerScrollComp/component/ContainerScrollCard.vue.d.ts +23 -0
  24. package/dist/types/components/ContainerScrollComp/component/ContainerScrollTitle.vue.d.ts +21 -0
  25. package/dist/types/components/ContainerScrollComp/index.vue.d.ts +37 -0
  26. package/dist/types/components/DirectionAwareHoverComp/component/DirectionAwareHover.vue.d.ts +31 -0
  27. package/dist/types/components/DirectionAwareHoverComp/index.vue.d.ts +42 -0
  28. package/dist/types/components/DockComp/component/Dock.vue.d.ts +35 -0
  29. package/dist/types/components/DockComp/component/DockSeparator.vue.d.ts +2 -0
  30. package/dist/types/components/DockComp/component/Docklcon.vue.d.ts +21 -0
  31. package/dist/types/components/DockComp/component/index.d.ts +3 -0
  32. package/dist/types/components/DockComp/component/injectionKeys.d.ts +7 -0
  33. package/dist/types/components/DockComp/component/types.d.ts +2 -0
  34. package/dist/types/components/DockComp/index.vue.d.ts +27 -0
  35. package/dist/types/components/DomeGalleryComp/component/DomeGallery.vue.d.ts +49 -0
  36. package/dist/types/components/DomeGalleryComp/index.vue.d.ts +53 -0
  37. package/dist/types/components/ExpandableGalleryComp/component/ExpandableGallery.vue.d.ts +7 -0
  38. package/dist/types/components/ExpandableGalleryComp/index.vue.d.ts +17 -0
  39. package/dist/types/components/FluidCursorComp/component/FluidCursor.vue.d.ts +42 -0
  40. package/dist/types/components/FluidCursorComp/index.vue.d.ts +23 -0
  41. package/dist/types/components/IButtonComp/index.vue.d.ts +55 -0
  42. package/dist/types/components/IInputComp/index.vue.d.ts +28 -0
  43. package/dist/types/components/IconCloudComp/component/IconCloud.vue.d.ts +5 -0
  44. package/dist/types/components/IconCloudComp/component/index.d.ts +14 -0
  45. package/dist/types/components/IconCloudComp/index.vue.d.ts +29 -0
  46. package/dist/types/components/InfiniteGridComp/component/DisposalManager.d.ts +121 -0
  47. package/dist/types/components/InfiniteGridComp/component/EventHandler.d.ts +126 -0
  48. package/dist/types/components/InfiniteGridComp/component/GridManager.d.ts +191 -0
  49. package/dist/types/components/InfiniteGridComp/component/InfiniteGrid.vue.d.ts +16 -0
  50. package/dist/types/components/InfiniteGridComp/component/InfiniteGridClass.d.ts +382 -0
  51. package/dist/types/components/InfiniteGridComp/component/PostProcessShader.d.ts +116 -0
  52. package/dist/types/components/InfiniteGridComp/component/createTexture.d.ts +99 -0
  53. package/dist/types/components/InfiniteGridComp/component/shaders.d.ts +4 -0
  54. package/dist/types/components/InfiniteGridComp/component/types.d.ts +122 -0
  55. package/dist/types/components/InfiniteGridComp/index.vue.d.ts +47 -0
  56. package/dist/types/components/InfiniteMenuComp/component/InfiniteMenu.vue.d.ts +13 -0
  57. package/dist/types/components/InfiniteMenuComp/index.vue.d.ts +33 -0
  58. package/dist/types/components/InspiraImageParticlesComp/component/inspiraImageParticles.d.ts +107 -0
  59. package/dist/types/components/InspiraImageParticlesComp/index.vue.d.ts +24 -0
  60. package/dist/types/components/InteractiveGridPatternComp/component/InteractiveGridPattern.vue.d.ts +14 -0
  61. package/dist/types/components/InteractiveGridPatternComp/index.vue.d.ts +29 -0
  62. package/dist/types/components/LightningComp/component/Lightning.vue.d.ts +17 -0
  63. package/dist/types/components/LightningComp/index.vue.d.ts +35 -0
  64. package/dist/types/components/LinkPreviewComp/component/LinkPreview.vue.d.ts +19 -0
  65. package/dist/types/components/LinkPreviewComp/index.vue.d.ts +11 -0
  66. package/dist/types/components/MagnifyingGlassComp/component/Beams.vue.d.ts +2 -0
  67. package/dist/types/components/MagnifyingGlassComp/component/Lens.vue.d.ts +45 -0
  68. package/dist/types/components/MagnifyingGlassComp/component/Rays.vue.d.ts +5 -0
  69. package/dist/types/components/MagnifyingGlassComp/index.vue.d.ts +41 -0
  70. package/dist/types/components/MarqueeComp/component/Marquee.vue.d.ts +28 -0
  71. package/dist/types/components/MarqueeComp/component/ReviewCard.vue.d.ts +8 -0
  72. package/dist/types/components/MarqueeComp/index.vue.d.ts +42 -0
  73. package/dist/types/components/MeteorsComp/component/Meteors.vue.d.ts +16 -0
  74. package/dist/types/components/MeteorsComp/index.vue.d.ts +45 -0
  75. package/dist/types/components/Navigation.vue.d.ts +2 -0
  76. package/dist/types/components/PhotoGalleryComp/component/PhotoGallery.vue.d.ts +9 -0
  77. package/dist/types/components/PhotoGalleryComp/index.vue.d.ts +38 -0
  78. package/dist/types/components/RegistrationFormComp/index.vue.d.ts +15 -0
  79. package/dist/types/components/RippleButtonComp/component/RippleButton.vue.d.ts +35 -0
  80. package/dist/types/components/RippleButtonComp/index.vue.d.ts +35 -0
  81. package/dist/types/components/RollingGalleryComp/component/RollingGallery.vue.d.ts +29 -0
  82. package/dist/types/components/RollingGalleryComp/index.vue.d.ts +45 -0
  83. package/dist/types/components/ScratchToRevealComp/component/ScratchToReveal.vue.d.ts +37 -0
  84. package/dist/types/components/ScratchToRevealComp/index.vue.d.ts +37 -0
  85. package/dist/types/components/ScrollIslandComp/component/AnimatedCircularProgressBar.vue.d.ts +22 -0
  86. package/dist/types/components/ScrollIslandComp/component/ScrollIsland.vue.d.ts +19 -0
  87. package/dist/types/components/ScrollIslandComp/index.vue.d.ts +41 -0
  88. package/dist/types/components/SparkElementComp/component/Sparkles.vue.d.ts +20 -0
  89. package/dist/types/components/SparkElementComp/index.vue.d.ts +13 -0
  90. package/dist/types/components/SparklesTextComp/component/SparklesText.vue.d.ts +17 -0
  91. package/dist/types/components/SparklesTextComp/index.vue.d.ts +13 -0
  92. package/dist/types/components/SplineComp/component/ParentSize.vue.d.ts +55 -0
  93. package/dist/types/components/SplineComp/component/Spline.vue.d.ts +67 -0
  94. package/dist/types/components/SplineComp/index.vue.d.ts +41 -0
  95. package/dist/types/components/StackComp/component/Stack.vue.d.ts +36 -0
  96. package/dist/types/components/StackComp/index.vue.d.ts +49 -0
  97. package/dist/types/components/TargetCursorComp/component/TargetCursor.vue.d.ts +15 -0
  98. package/dist/types/components/TargetCursorComp/index.vue.d.ts +50 -0
  99. package/dist/types/components/TestimonialSliderComp/component/TestimonialSlider.vue.d.ts +19 -0
  100. package/dist/types/components/TestimonialSliderComp/index.vue.d.ts +35 -0
  101. package/dist/types/components/Text3dComp/component/Text3d.vue.d.ts +40 -0
  102. package/dist/types/components/Text3dComp/index.vue.d.ts +33 -0
  103. package/dist/types/components/TextGenerateEffectComp/component/TextGenerateEffect.vue.d.ts +16 -0
  104. package/dist/types/components/TextGenerateEffectComp/index.vue.d.ts +29 -0
  105. package/dist/types/components/TimelineComp/component/Timeline.vue.d.ts +37 -0
  106. package/dist/types/components/TimelineComp/index.vue.d.ts +41 -0
  107. package/dist/types/components/TracingBeamComp/component/TracingBeam.vue.d.ts +27 -0
  108. package/dist/types/components/TracingBeamComp/index.vue.d.ts +47 -0
  109. package/dist/types/index.d.ts +42 -0
  110. package/dist/types/utils/lib/utils.d.ts +3 -0
  111. package/dist/types/utils/sensing-sample-sdk-quorra-1.0.d.ts +67 -0
  112. package/dist/types/utils/sensing-sample-sdk-webview-1.0.d.ts +45 -0
  113. package/dist/types/utils/useDynamicComponents.d.ts +42 -0
  114. package/package.json +83 -0
@@ -0,0 +1,16 @@
1
+ declare const _default: import('vue').DefineComponent<import('vue').ExtractPropTypes<{
2
+ count: {
3
+ type: NumberConstructor;
4
+ default: number;
5
+ };
6
+ class: StringConstructor;
7
+ }>, {}, {}, {}, {}, import('vue').ComponentOptionsMixin, import('vue').ComponentOptionsMixin, {}, string, import('vue').PublicProps, Readonly<import('vue').ExtractPropTypes<{
8
+ count: {
9
+ type: NumberConstructor;
10
+ default: number;
11
+ };
12
+ class: StringConstructor;
13
+ }>> & Readonly<{}>, {
14
+ count: number;
15
+ }, {}, {}, {}, string, import('vue').ComponentProvideOptions, true, {}, any>;
16
+ export default _default;
@@ -0,0 +1,45 @@
1
+ interface Props {
2
+ title?: string;
3
+ description?: string;
4
+ buttonText?: string;
5
+ classList?: {
6
+ overallClass?: string;
7
+ containerClass?: string;
8
+ gradientClass?: string;
9
+ cardClass?: string;
10
+ iconClass?: string;
11
+ titleClass?: string;
12
+ descriptionClass?: string;
13
+ buttonClass?: 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
+ title: string;
25
+ classList: {
26
+ overallClass?: string;
27
+ containerClass?: string;
28
+ gradientClass?: string;
29
+ cardClass?: string;
30
+ iconClass?: string;
31
+ titleClass?: string;
32
+ descriptionClass?: string;
33
+ buttonClass?: string;
34
+ Location?: {
35
+ position?: string;
36
+ width?: string;
37
+ height?: string;
38
+ left?: string;
39
+ top?: string;
40
+ };
41
+ };
42
+ description: string;
43
+ buttonText: string;
44
+ }, {}, {}, {}, string, import('vue').ComponentProvideOptions, false, {}, any>;
45
+ export default _default;
@@ -0,0 +1,2 @@
1
+ declare const _default: import('vue').DefineComponent<{}, {}, {}, {}, {}, import('vue').ComponentOptionsMixin, import('vue').ComponentOptionsMixin, {}, string, import('vue').PublicProps, Readonly<{}> & Readonly<{}>, {}, {}, {}, {}, string, import('vue').ComponentProvideOptions, true, {}, HTMLElement>;
2
+ export default _default;
@@ -0,0 +1,9 @@
1
+ interface Props {
2
+ containerClass?: string;
3
+ class?: string;
4
+ items: {
5
+ src: string;
6
+ }[];
7
+ }
8
+ declare const _default: import('vue').DefineComponent<Props, {}, {}, {}, {}, import('vue').ComponentOptionsMixin, import('vue').ComponentOptionsMixin, {}, string, import('vue').PublicProps, Readonly<Props> & Readonly<{}>, {}, {}, {}, {}, string, import('vue').ComponentProvideOptions, false, {}, HTMLDivElement>;
9
+ export default _default;
@@ -0,0 +1,38 @@
1
+ interface GalleryItem {
2
+ src: string;
3
+ alt?: string;
4
+ }
5
+ interface ClassList {
6
+ overallClass?: string;
7
+ galleryClass?: string;
8
+ Location?: {
9
+ position?: string;
10
+ width?: string;
11
+ height?: string;
12
+ left?: string;
13
+ top?: string;
14
+ };
15
+ }
16
+ declare const _default: import('vue').DefineComponent<import('vue').ExtractPropTypes<{
17
+ items: {
18
+ type: () => GalleryItem[];
19
+ default: () => never[];
20
+ };
21
+ classList: {
22
+ type: () => ClassList;
23
+ default: () => {};
24
+ };
25
+ }>, {}, {}, {}, {}, import('vue').ComponentOptionsMixin, import('vue').ComponentOptionsMixin, {}, string, import('vue').PublicProps, Readonly<import('vue').ExtractPropTypes<{
26
+ items: {
27
+ type: () => GalleryItem[];
28
+ default: () => never[];
29
+ };
30
+ classList: {
31
+ type: () => ClassList;
32
+ default: () => {};
33
+ };
34
+ }>> & Readonly<{}>, {
35
+ classList: ClassList;
36
+ items: GalleryItem[];
37
+ }, {}, {}, {}, string, import('vue').ComponentProvideOptions, true, {}, HTMLDivElement>;
38
+ export default _default;
@@ -0,0 +1,15 @@
1
+ declare const _default: import('vue').DefineComponent<{}, {
2
+ title?: string | undefined;
3
+ classList?: Record<string, any> | undefined;
4
+ layout?: Record<string, any> | undefined;
5
+ formConfig?: Record<string, any> | undefined;
6
+ submitText?: string | undefined;
7
+ $props: {
8
+ readonly title?: string | undefined;
9
+ readonly classList?: Record<string, any> | undefined;
10
+ readonly layout?: Record<string, any> | undefined;
11
+ readonly formConfig?: Record<string, any> | undefined;
12
+ readonly submitText?: string | undefined;
13
+ };
14
+ }, {}, {}, {}, import('vue').ComponentOptionsMixin, import('vue').ComponentOptionsMixin, {}, string, import('vue').PublicProps, Readonly<{}> & Readonly<{}>, {}, {}, {}, {}, string, import('vue').ComponentProvideOptions, true, {}, HTMLDivElement>;
15
+ export default _default;
@@ -0,0 +1,35 @@
1
+ import { HTMLAttributes } from 'vue';
2
+ interface RippleButtonProps {
3
+ class?: HTMLAttributes["class"];
4
+ rippleColor?: string;
5
+ duration?: number;
6
+ backgroundImage?: string;
7
+ }
8
+ declare function __VLS_template(): {
9
+ attrs: Partial<{}>;
10
+ slots: {
11
+ default?(_: {}): any;
12
+ };
13
+ refs: {
14
+ rippleButtonRef: HTMLButtonElement;
15
+ };
16
+ rootEl: HTMLButtonElement;
17
+ };
18
+ type __VLS_TemplateResult = ReturnType<typeof __VLS_template>;
19
+ declare const __VLS_component: import('vue').DefineComponent<RippleButtonProps, {}, {}, {}, {}, import('vue').ComponentOptionsMixin, import('vue').ComponentOptionsMixin, {} & {
20
+ click: (event: MouseEvent) => any;
21
+ }, string, import('vue').PublicProps, Readonly<RippleButtonProps> & Readonly<{
22
+ onClick?: ((event: MouseEvent) => any) | undefined;
23
+ }>, {
24
+ duration: number;
25
+ rippleColor: string;
26
+ }, {}, {}, {}, string, import('vue').ComponentProvideOptions, false, {
27
+ rippleButtonRef: HTMLButtonElement;
28
+ }, HTMLButtonElement>;
29
+ declare const _default: __VLS_WithTemplateSlots<typeof __VLS_component, __VLS_TemplateResult["slots"]>;
30
+ export default _default;
31
+ type __VLS_WithTemplateSlots<T, S> = T & {
32
+ new (): {
33
+ $slots: S;
34
+ };
35
+ };
@@ -0,0 +1,35 @@
1
+ type __VLS_Props = {
2
+ backgroundImage?: string;
3
+ rippleColor?: string;
4
+ duration?: number;
5
+ buttonText?: string;
6
+ classList?: {
7
+ overallClass?: string;
8
+ buttonClass?: string;
9
+ Location?: {
10
+ position?: string;
11
+ width?: string;
12
+ height?: string;
13
+ left?: string;
14
+ top?: string;
15
+ };
16
+ };
17
+ };
18
+ declare const _default: import('vue').DefineComponent<__VLS_Props, {}, {}, {}, {}, import('vue').ComponentOptionsMixin, import('vue').ComponentOptionsMixin, {}, string, import('vue').PublicProps, Readonly<__VLS_Props> & Readonly<{}>, {
19
+ classList: {
20
+ overallClass?: string;
21
+ buttonClass?: string;
22
+ Location?: {
23
+ position?: string;
24
+ width?: string;
25
+ height?: string;
26
+ left?: string;
27
+ top?: string;
28
+ };
29
+ };
30
+ duration: number;
31
+ backgroundImage: string;
32
+ buttonText: string;
33
+ rippleColor: string;
34
+ }, {}, {}, {}, string, import('vue').ComponentProvideOptions, false, {}, HTMLDivElement>;
35
+ export default _default;
@@ -0,0 +1,29 @@
1
+ interface RollingGalleryProps {
2
+ autoplay?: boolean;
3
+ pauseOnHover?: boolean;
4
+ images?: string[];
5
+ classList?: {
6
+ containerClass?: string;
7
+ leftGradientClass?: string;
8
+ rightGradientClass?: string;
9
+ perspectiveContainerClass?: string;
10
+ motionContainerClass?: string;
11
+ itemContainerClass?: string;
12
+ imageClass?: string;
13
+ };
14
+ }
15
+ declare const _default: import('vue').DefineComponent<RollingGalleryProps, {}, {}, {}, {}, import('vue').ComponentOptionsMixin, import('vue').ComponentOptionsMixin, {}, string, import('vue').PublicProps, Readonly<RollingGalleryProps> & Readonly<{}>, {
16
+ classList: {
17
+ containerClass?: string;
18
+ leftGradientClass?: string;
19
+ rightGradientClass?: string;
20
+ perspectiveContainerClass?: string;
21
+ motionContainerClass?: string;
22
+ itemContainerClass?: string;
23
+ imageClass?: string;
24
+ };
25
+ autoplay: boolean;
26
+ images: string[];
27
+ pauseOnHover: boolean;
28
+ }, {}, {}, {}, string, import('vue').ComponentProvideOptions, false, {}, HTMLDivElement>;
29
+ export default _default;
@@ -0,0 +1,45 @@
1
+ type __VLS_Props = {
2
+ images?: string[];
3
+ autoplay?: boolean;
4
+ pauseOnHover?: boolean;
5
+ classList?: {
6
+ overallClass?: string;
7
+ containerClass?: string;
8
+ leftGradientClass?: string;
9
+ rightGradientClass?: string;
10
+ perspectiveContainerClass?: string;
11
+ motionContainerClass?: string;
12
+ itemContainerClass?: string;
13
+ imageClass?: 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<__VLS_Props, {}, {}, {}, {}, import('vue').ComponentOptionsMixin, import('vue').ComponentOptionsMixin, {}, string, import('vue').PublicProps, Readonly<__VLS_Props> & Readonly<{}>, {
24
+ classList: {
25
+ overallClass?: string;
26
+ containerClass?: string;
27
+ leftGradientClass?: string;
28
+ rightGradientClass?: string;
29
+ perspectiveContainerClass?: string;
30
+ motionContainerClass?: string;
31
+ itemContainerClass?: string;
32
+ imageClass?: string;
33
+ Location?: {
34
+ position?: string;
35
+ width?: string;
36
+ height?: string;
37
+ left?: string;
38
+ top?: string;
39
+ };
40
+ };
41
+ autoplay: boolean;
42
+ images: string[];
43
+ pauseOnHover: boolean;
44
+ }, {}, {}, {}, string, import('vue').ComponentProvideOptions, false, {}, HTMLDivElement>;
45
+ export default _default;
@@ -0,0 +1,37 @@
1
+ interface Props {
2
+ class?: string;
3
+ width: number;
4
+ height: number;
5
+ minScratchPercentage?: number;
6
+ gradientColors?: [string, string, string];
7
+ }
8
+ declare function __VLS_template(): {
9
+ attrs: Partial<{}>;
10
+ slots: {
11
+ default?(_: {}): any;
12
+ };
13
+ refs: {
14
+ containerRef: import('vue').ShallowUnwrapRef<{}> | null;
15
+ canvasRef: HTMLCanvasElement;
16
+ };
17
+ rootEl: any;
18
+ };
19
+ type __VLS_TemplateResult = ReturnType<typeof __VLS_template>;
20
+ declare const __VLS_component: import('vue').DefineComponent<Props, {}, {}, {}, {}, import('vue').ComponentOptionsMixin, import('vue').ComponentOptionsMixin, {
21
+ complete: () => any;
22
+ }, string, import('vue').PublicProps, Readonly<Props> & Readonly<{
23
+ onComplete?: (() => any) | undefined;
24
+ }>, {
25
+ minScratchPercentage: number;
26
+ gradientColors: [string, string, string];
27
+ }, {}, {}, {}, string, import('vue').ComponentProvideOptions, false, {
28
+ containerRef: import('vue').ShallowUnwrapRef<{}> | null;
29
+ canvasRef: HTMLCanvasElement;
30
+ }, any>;
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,37 @@
1
+ interface Props {
2
+ width?: number;
3
+ height?: number;
4
+ minScratchPercentage?: number;
5
+ gradientColors?: string[];
6
+ revealContent?: string;
7
+ classList?: {
8
+ overallClass?: string;
9
+ contentClass?: string;
10
+ Location?: {
11
+ position?: string;
12
+ width?: string;
13
+ height?: string;
14
+ left?: string;
15
+ top?: string;
16
+ };
17
+ };
18
+ }
19
+ declare const _default: import('vue').DefineComponent<Props, {}, {}, {}, {}, import('vue').ComponentOptionsMixin, import('vue').ComponentOptionsMixin, {}, string, import('vue').PublicProps, Readonly<Props> & Readonly<{}>, {
20
+ width: number;
21
+ height: number;
22
+ classList: {
23
+ overallClass?: string;
24
+ contentClass?: string;
25
+ Location?: {
26
+ position?: string;
27
+ width?: string;
28
+ height?: string;
29
+ left?: string;
30
+ top?: string;
31
+ };
32
+ };
33
+ minScratchPercentage: number;
34
+ gradientColors: string[];
35
+ revealContent: string;
36
+ }, {}, {}, {}, string, import('vue').ComponentProvideOptions, false, {}, any>;
37
+ export default _default;
@@ -0,0 +1,22 @@
1
+ interface Props {
2
+ max?: number;
3
+ value?: number;
4
+ min?: number;
5
+ gaugePrimaryColor?: string;
6
+ gaugeSecondaryColor?: string;
7
+ class?: string;
8
+ circleStrokeWidth?: number;
9
+ showPercentage?: boolean;
10
+ duration?: number;
11
+ }
12
+ declare const _default: import('vue').DefineComponent<Props, {}, {}, {}, {}, import('vue').ComponentOptionsMixin, import('vue').ComponentOptionsMixin, {}, string, import('vue').PublicProps, Readonly<Props> & Readonly<{}>, {
13
+ value: number;
14
+ duration: number;
15
+ max: number;
16
+ min: number;
17
+ gaugePrimaryColor: string;
18
+ gaugeSecondaryColor: string;
19
+ circleStrokeWidth: number;
20
+ showPercentage: boolean;
21
+ }, {}, {}, {}, string, import('vue').ComponentProvideOptions, false, {}, HTMLDivElement>;
22
+ export default _default;
@@ -0,0 +1,19 @@
1
+ interface Props {
2
+ class?: string;
3
+ title?: string;
4
+ height?: number;
5
+ }
6
+ declare function __VLS_template(): any;
7
+ type __VLS_TemplateResult = ReturnType<typeof __VLS_template>;
8
+ declare const __VLS_component: import('vue').DefineComponent<Props, {}, {}, {}, {}, import('vue').ComponentOptionsMixin, import('vue').ComponentOptionsMixin, {}, string, import('vue').PublicProps, Readonly<Props> & Readonly<{}>, {
9
+ class: string;
10
+ height: number;
11
+ title: string;
12
+ }, {}, {}, {}, string, import('vue').ComponentProvideOptions, false, {}, any>;
13
+ declare const _default: __VLS_WithTemplateSlots<typeof __VLS_component, __VLS_TemplateResult["slots"]>;
14
+ export default _default;
15
+ type __VLS_WithTemplateSlots<T, S> = T & {
16
+ new (): {
17
+ $slots: S;
18
+ };
19
+ };
@@ -0,0 +1,41 @@
1
+ interface Link {
2
+ text: string;
3
+ href: string;
4
+ }
5
+ interface Props {
6
+ title?: string;
7
+ description?: string;
8
+ links?: Link[];
9
+ classList?: {
10
+ overallClass?: string;
11
+ descriptionClass?: string;
12
+ islandClass?: string;
13
+ linkClass?: 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
+ title: string;
25
+ classList: {
26
+ overallClass?: string;
27
+ descriptionClass?: string;
28
+ islandClass?: string;
29
+ linkClass?: string;
30
+ Location?: {
31
+ position?: string;
32
+ width?: string;
33
+ height?: string;
34
+ left?: string;
35
+ top?: string;
36
+ };
37
+ };
38
+ description: string;
39
+ links: Link[];
40
+ }, {}, {}, {}, string, import('vue').ComponentProvideOptions, false, {}, HTMLDivElement>;
41
+ export default _default;
@@ -0,0 +1,20 @@
1
+ interface Props {
2
+ background?: string;
3
+ particleColor?: string;
4
+ minSize?: number;
5
+ maxSize?: number;
6
+ speed?: number;
7
+ particleDensity?: number;
8
+ }
9
+ declare const _default: import('vue').DefineComponent<Props, {}, {}, {}, {}, import('vue').ComponentOptionsMixin, import('vue').ComponentOptionsMixin, {}, string, import('vue').PublicProps, Readonly<Props> & Readonly<{}>, {
10
+ speed: number;
11
+ background: string;
12
+ particleColor: string;
13
+ minSize: number;
14
+ maxSize: number;
15
+ particleDensity: number;
16
+ }, {}, {}, {}, string, import('vue').ComponentProvideOptions, false, {
17
+ containerRef: HTMLDivElement;
18
+ canvasRef: HTMLCanvasElement;
19
+ }, HTMLDivElement>;
20
+ export default _default;
@@ -0,0 +1,13 @@
1
+ declare const _default: import('vue').DefineComponent<{}, {
2
+ title?: string | undefined;
3
+ classList?: Record<string, any> | undefined;
4
+ lightParticleColor?: string | undefined;
5
+ darkParticleColor?: string | undefined;
6
+ $props: {
7
+ readonly title?: string | undefined;
8
+ readonly classList?: Record<string, any> | undefined;
9
+ readonly lightParticleColor?: string | undefined;
10
+ readonly darkParticleColor?: string | undefined;
11
+ };
12
+ }, {}, {}, {}, import('vue').ComponentOptionsMixin, import('vue').ComponentOptionsMixin, {}, string, import('vue').PublicProps, Readonly<{}> & Readonly<{}>, {}, {}, {}, {}, string, import('vue').ComponentProvideOptions, true, {}, HTMLDivElement>;
13
+ export default _default;
@@ -0,0 +1,17 @@
1
+ interface Props {
2
+ text: string;
3
+ sparklesCount?: number;
4
+ colors?: {
5
+ first: string;
6
+ second: string;
7
+ };
8
+ class?: string;
9
+ }
10
+ declare const _default: import('vue').DefineComponent<Props, {}, {}, {}, {}, import('vue').ComponentOptionsMixin, import('vue').ComponentOptionsMixin, {}, string, import('vue').PublicProps, Readonly<Props> & Readonly<{}>, {
11
+ sparklesCount: number;
12
+ colors: {
13
+ first: string;
14
+ second: string;
15
+ };
16
+ }, {}, {}, {}, string, import('vue').ComponentProvideOptions, false, {}, HTMLDivElement>;
17
+ export default _default;
@@ -0,0 +1,13 @@
1
+ declare const _default: import('vue').DefineComponent<{}, {
2
+ colors: Record<string, any>;
3
+ title?: string | undefined;
4
+ classList?: Record<string, any> | undefined;
5
+ sparklesCount?: number | undefined;
6
+ $props: {
7
+ readonly colors?: Record<string, any> | undefined;
8
+ readonly title?: string | undefined;
9
+ readonly classList?: Record<string, any> | undefined;
10
+ readonly sparklesCount?: number | undefined;
11
+ };
12
+ }, {}, {}, {}, import('vue').ComponentOptionsMixin, import('vue').ComponentOptionsMixin, {}, string, import('vue').PublicProps, Readonly<{}> & Readonly<{}>, {}, {}, {}, {}, string, import('vue').ComponentProvideOptions, true, {}, HTMLDivElement>;
13
+ export default _default;
@@ -0,0 +1,55 @@
1
+ declare function __VLS_template(): {
2
+ attrs: Partial<{}>;
3
+ slots: {
4
+ default?(_: {}): any;
5
+ };
6
+ refs: {
7
+ target: HTMLDivElement;
8
+ };
9
+ rootEl: HTMLDivElement;
10
+ };
11
+ type __VLS_TemplateResult = ReturnType<typeof __VLS_template>;
12
+ declare const __VLS_component: import('vue').DefineComponent<import('vue').ExtractPropTypes<{
13
+ class: StringConstructor;
14
+ debounceTime: {
15
+ type: NumberConstructor;
16
+ default: number;
17
+ };
18
+ ignoreDimensions: {
19
+ type: (StringConstructor | ArrayConstructor)[];
20
+ default: () => never[];
21
+ };
22
+ parentSizeStyles: ObjectConstructor;
23
+ enableDebounceLeadingCall: {
24
+ type: BooleanConstructor;
25
+ default: boolean;
26
+ };
27
+ }>, {}, {}, {}, {}, import('vue').ComponentOptionsMixin, import('vue').ComponentOptionsMixin, {}, string, import('vue').PublicProps, Readonly<import('vue').ExtractPropTypes<{
28
+ class: StringConstructor;
29
+ debounceTime: {
30
+ type: NumberConstructor;
31
+ default: number;
32
+ };
33
+ ignoreDimensions: {
34
+ type: (StringConstructor | ArrayConstructor)[];
35
+ default: () => never[];
36
+ };
37
+ parentSizeStyles: ObjectConstructor;
38
+ enableDebounceLeadingCall: {
39
+ type: BooleanConstructor;
40
+ default: boolean;
41
+ };
42
+ }>> & Readonly<{}>, {
43
+ debounceTime: number;
44
+ ignoreDimensions: string | unknown[];
45
+ enableDebounceLeadingCall: boolean;
46
+ }, {}, {}, {}, string, import('vue').ComponentProvideOptions, true, {
47
+ target: HTMLDivElement;
48
+ }, HTMLDivElement>;
49
+ declare const _default: __VLS_WithTemplateSlots<typeof __VLS_component, __VLS_TemplateResult["slots"]>;
50
+ export default _default;
51
+ type __VLS_WithTemplateSlots<T, S> = T & {
52
+ new (): {
53
+ $slots: S;
54
+ };
55
+ };
@@ -0,0 +1,67 @@
1
+ declare function __VLS_template(): {
2
+ attrs: Partial<{}>;
3
+ slots: {
4
+ default?(_: {}): any;
5
+ };
6
+ refs: {
7
+ canvasRef: HTMLCanvasElement;
8
+ };
9
+ rootEl: HTMLDivElement;
10
+ };
11
+ type __VLS_TemplateResult = ReturnType<typeof __VLS_template>;
12
+ declare const __VLS_component: import('vue').DefineComponent<import('vue').ExtractPropTypes<{
13
+ scene: {
14
+ type: StringConstructor;
15
+ required: true;
16
+ };
17
+ onLoad: FunctionConstructor;
18
+ renderOnDemand: {
19
+ type: BooleanConstructor;
20
+ default: boolean;
21
+ };
22
+ style: ObjectConstructor;
23
+ }>, {}, {}, {}, {}, import('vue').ComponentOptionsMixin, import('vue').ComponentOptionsMixin, {
24
+ error: (...args: any[]) => void;
25
+ "spline-mouse-down": (...args: any[]) => void;
26
+ "spline-mouse-up": (...args: any[]) => void;
27
+ "spline-mouse-hover": (...args: any[]) => void;
28
+ "spline-key-down": (...args: any[]) => void;
29
+ "spline-key-up": (...args: any[]) => void;
30
+ "spline-start": (...args: any[]) => void;
31
+ "spline-look-at": (...args: any[]) => void;
32
+ "spline-follow": (...args: any[]) => void;
33
+ "spline-scroll": (...args: any[]) => void;
34
+ }, string, import('vue').PublicProps, Readonly<import('vue').ExtractPropTypes<{
35
+ scene: {
36
+ type: StringConstructor;
37
+ required: true;
38
+ };
39
+ onLoad: FunctionConstructor;
40
+ renderOnDemand: {
41
+ type: BooleanConstructor;
42
+ default: boolean;
43
+ };
44
+ style: ObjectConstructor;
45
+ }>> & Readonly<{
46
+ onError?: ((...args: any[]) => any) | undefined;
47
+ "onSpline-mouse-down"?: ((...args: any[]) => any) | undefined;
48
+ "onSpline-mouse-up"?: ((...args: any[]) => any) | undefined;
49
+ "onSpline-mouse-hover"?: ((...args: any[]) => any) | undefined;
50
+ "onSpline-key-down"?: ((...args: any[]) => any) | undefined;
51
+ "onSpline-key-up"?: ((...args: any[]) => any) | undefined;
52
+ "onSpline-start"?: ((...args: any[]) => any) | undefined;
53
+ "onSpline-look-at"?: ((...args: any[]) => any) | undefined;
54
+ "onSpline-follow"?: ((...args: any[]) => any) | undefined;
55
+ "onSpline-scroll"?: ((...args: any[]) => any) | undefined;
56
+ }>, {
57
+ renderOnDemand: boolean;
58
+ }, {}, {}, {}, string, import('vue').ComponentProvideOptions, true, {
59
+ canvasRef: HTMLCanvasElement;
60
+ }, HTMLDivElement>;
61
+ declare const _default: __VLS_WithTemplateSlots<typeof __VLS_component, __VLS_TemplateResult["slots"]>;
62
+ export default _default;
63
+ type __VLS_WithTemplateSlots<T, S> = T & {
64
+ new (): {
65
+ $slots: S;
66
+ };
67
+ };