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 @@
|
|
|
1
|
+
div[data-v-46144515]{position:absolute!important;top:0!important;left:0!important;width:100%!important;height:100%!important}[data-v-46144515] canvas{position:absolute!important;top:0!important;left:0!important;width:100%!important;height:100%!important}.aurora-container[data-v-f9a0f228]{width:100%;height:100vh;position:relative;overflow:hidden}.fade-enter-active[data-v-17828482],.fade-leave-active[data-v-17828482]{transition:opacity .3s ease}.fade-enter-from[data-v-17828482],.fade-leave-to[data-v-17828482]{opacity:0}@media (max-width: 768px){.group\/card[data-v-17828482]{min-height:44px;min-width:44px}}@media (prefers-reduced-motion: reduce){[data-v-17828482]{transition-duration:.1s!important}}input[data-v-d4c55b97]{box-shadow:0 2px 3px -1px #0000001a,0 1px #191c2105,0 0 0 1px #191c2114}.infinite-grid-container[data-v-c30aeea7]{position:relative;width:100%;height:100%;margin:0;padding:0;overflow:hidden;background:#000}.infinite-grid-container>canvas[data-v-c30aeea7]{display:block;width:100%!important;height:100%!important}.vignette-overlay[data-v-c30aeea7]{position:absolute;top:0;left:0;width:100%;height:100%;z-index:10;pointer-events:none;background:radial-gradient(ellipse at center,transparent 0%,rgba(0,0,0,.1) 60%,rgba(0,0,0,.8) 90%,rgba(0,0,0,1) 100%)}.blur-overlay[data-v-c30aeea7]{position:absolute;top:0;left:0;width:100%;height:100%;z-index:15;backdrop-filter:blur(8px);-webkit-backdrop-filter:blur(8px);pointer-events:none;mask-image:radial-gradient(ellipse at center,transparent 50%,rgba(0,0,0,.1) 70%,rgba(0,0,0,.8) 90%,rgba(0,0,0,1) 100%);-webkit-mask-image:radial-gradient(ellipse at center,transparent 60%,rgba(0,0,0,.5) 70%,rgba(0,0,0,.8) 90%,rgba(0,0,0,1) 100%)}canvas[data-v-89624a01]{width:100%!important;height:100%!important;min-height:100%!important;display:block!important;position:absolute!important;top:0!important;left:0!important;z-index:1!important}.lightning-container[data-v-c645d292]{position:relative;overflow:hidden}.transform-gpu[data-v-e01fc5b1]{transform:scale3d(0,0,1);transform-origin:center bottom;will-change:transform;backface-visibility:hidden}.animate-pop[data-v-e01fc5b1]{animation:pop-e01fc5b1 1s ease forwards;will-change:transform}@keyframes pop-e01fc5b1{0%{transform:scale3d(.26,.26,1)}25%{transform:scale3d(1.1,1.1,1)}65%{transform:scale3d(.98,.98,1)}to{transform:scaleZ(1)}}.animate-marquee[data-v-22c162eb]{animation:marquee-22c162eb var(--duration) linear infinite;animation-direction:reverse}.animate-marquee-vertical[data-v-22c162eb]{animation:marquee-vertical-22c162eb var(--duration) linear infinite}@keyframes marquee-22c162eb{0%{transform:translate(0)}to{transform:translate(calc(-100% - var(--gap)))}}@keyframes marquee-vertical-22c162eb{0%{transform:translateY(0)}to{transform:translateY(calc(-100% - var(--gap)))}}@keyframes meteor-6c573ccf{0%{transform:rotate(215deg) translate(0);opacity:1}70%{opacity:1}to{transform:rotate(215deg) translate(-500px);opacity:0}}.animate-meteor-effect[data-v-6c573ccf]{animation:meteor-6c573ccf 5s linear infinite}.gallery[data-v-aad0b94e]{--size: 100px;grid-auto-rows:var(--size)}.gallery:has(:hover) img[data-v-aad0b94e]:not(:hover),.gallery:has(:focus) img[data-v-aad0b94e]:not(:focus){filter:brightness(.5) contrast(.5)}.gallery img[data-v-aad0b94e]{clip-path:polygon(50% 0%,100% 50%,50% 100%,0% 50%);grid-column:auto / span 2}.gallery img[data-v-aad0b94e]:nth-child(5n-1){grid-column:2 / span 2}.gallery img[data-v-aad0b94e]:hover,.gallery img[data-v-aad0b94e]:focus{clip-path:polygon(100% 0,100% 100%,0 100%,0 0);z-index:1;transition:clip-path .25s,filter .25s;filter:saturate(150%)}.gallery img[data-v-aad0b94e]:focus{outline:10px dashed black;outline-offset:-5px}button[data-v-48b871c2]{border-radius:8px;border:1px solid transparent;padding:.6em 1.2em;font-size:1em;font-weight:500;font-family:inherit;background-color:#1a1a1a;cursor:pointer;transition:border-color .25s}button[data-v-48b871c2]:hover{border-color:#646cff}button[data-v-48b871c2]:focus,button[data-v-48b871c2]:focus-visible{outline:4px auto -webkit-focus-ring-color}input[data-v-48b871c2]:focus{box-shadow:0 0 0 2px #3b82f680}button[data-v-48b871c2]:hover{transform:translateY(-1px);box-shadow:0 4px 8px #0000004d}@keyframes rippling-c6dbfb1d{0%{opacity:1}to{transform:scale(2);opacity:0}}.ripple-animation[data-v-c6dbfb1d]{animation:rippling-c6dbfb1d var(--duration) ease-out}.progress-circle-base[data-v-ea809044]{--circle-size: 100px;--circumference: var(--v1f048564);--percent-to-px: var(--v16000b30);--gap-percent: 5;--offset-factor: 0;--transition-step: .2s;--percent-to-deg: 3.6deg;transform:translateZ(0)}.gauge-primary-stroke[data-v-ea809044]{stroke:var(--v17effbd9);--stroke-percent: var(--cf3a39a6);stroke-dasharray:calc(var(--stroke-percent) * var(--percent-to-px)) var(--circumference);transition:var(--v11eaec25) ease,stroke var(--v11eaec25) ease;transition-property:stroke-dasharray,transform;transform:rotate(calc(-90deg + var(--gap-percent) * var(--offset-factor) * var(--percent-to-deg)));transform-origin:calc(var(--circle-size) / 2) calc(var(--circle-size) / 2)}.gauge-secondary-stroke[data-v-ea809044]{stroke:var(--v97340cb2);--stroke-percent: 90 - var(--cf3a39a6);--offset-factor-secondary: calc(1 - var(--offset-factor));stroke-dasharray:calc(var(--stroke-percent) * var(--percent-to-px)) var(--circumference);transform:rotate(calc(1turn - 90deg - (var(--gap-percent) * var(--percent-to-deg) * var(--offset-factor-secondary)))) scaleY(-1);transition:all var(--v11eaec25) ease;transform-origin:calc(var(--circle-size) / 2) calc(var(--circle-size) / 2)}.border-radius[data-v-c0fd1974]{border-radius:var(--v0566c004)}.read-the-docs[data-v-f5700567]{color:#888}.aurora-background[data-v-f5700567]{background-image:linear-gradient(to right,var(--tw-gradient-stops));--tw-gradient-from: #a855f7 var(--tw-gradient-from-position);--tw-gradient-to: rgb(168 85 247 / 0) var(--tw-gradient-to-position);--tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to);--tw-gradient-to: #3b82f6 var(--tw-gradient-to-position)}.read-the-docs[data-v-f74320d4]{color:#888}.aurora-background[data-v-f74320d4]{background-image:linear-gradient(to right,var(--tw-gradient-stops));--tw-gradient-from: #a855f7 var(--tw-gradient-from-position);--tw-gradient-to: rgb(168 85 247 / 0) var(--tw-gradient-to-position);--tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to);--tw-gradient-to: #3b82f6 var(--tw-gradient-to-position)}.testimonial-image-enter-active,.testimonial-image-leave-active{transition:all .7s cubic-bezier(.68,-.3,.32,1)}.testimonial-image-enter-from{opacity:0;transform:rotate(-60deg)}.testimonial-image-enter-to,.testimonial-image-leave-from{opacity:1;transform:rotate(0)}.testimonial-image-leave-to{opacity:0;transform:rotate(60deg)}.testimonial-text-enter-active{transition:all .5s ease-in-out .2s}.testimonial-text-leave-active{transition:all .3s ease-out .3s;position:absolute}.testimonial-text-enter-from{opacity:0;transform:translate(-1rem)}.testimonial-text-enter-to,.testimonial-text-leave-from{opacity:1;transform:translate(0)}.testimonial-text-leave-to{opacity:0;transform:translate(1rem)}.text-3d[data-v-8d20718d]{paint-order:stroke fill;letter-spacing:var(--v737795be);-webkit-text-stroke:var(--a152ef28) var(--v50ecc536);text-shadow:var(--v03dc9f8e) var(--v03dc9f8e) 0px var(--v50ecc536),var(--db53c18c) var(--db53c18c) 0px var(--v07302b7d);color:var(--v7e1d6e10)}.animate-text-3d[data-v-8d20718d]{animation:wiggle-8d20718d var(--v3afa6846) ease-in-out infinite alternate;animation-timing-function:ease-in-out;transform-origin:center}@keyframes wiggle-8d20718d{0%{transform:rotate(0)}12%{transform:rotate(5deg)}25%{transform:rotate(-5deg)}38%{transform:rotate(3deg)}50%{transform:rotate(0)}to{transform:rotate(0)}}.navigation[data-v-d47bcaa4]{position:fixed;top:0;left:0;right:0;background:#fffffff2;-webkit-backdrop-filter:blur(10px);backdrop-filter:blur(10px);border-bottom:1px solid rgba(0,0,0,.1);z-index:1000;transition:all .3s ease}.dark .navigation[data-v-d47bcaa4]{background:#000000f2;border-bottom:1px solid rgba(255,255,255,.1)}.nav-container[data-v-d47bcaa4]{margin:0 auto;padding:0 1rem;display:flex;align-items:center;justify-content:space-between;height:60px}.nav-brand[data-v-d47bcaa4]{flex-shrink:0}.brand-link[data-v-d47bcaa4]{display:flex;align-items:center;text-decoration:none;color:#333;font-weight:700;font-size:1.2rem;transition:color .3s ease}.brand-link[data-v-d47bcaa4]:hover{color:#667eea}.dark .brand-link[data-v-d47bcaa4]{color:#fff}.dark .brand-link[data-v-d47bcaa4]:hover{color:#667eea}.brand-icon[data-v-d47bcaa4]{font-size:1.5rem;margin-right:.5rem}.nav-menu[data-v-d47bcaa4]{display:flex;align-items:center;gap:1rem}.nav-link[data-v-d47bcaa4]{display:flex;align-items:center;padding:.5rem 1rem;text-decoration:none;color:#666;border-radius:6px;transition:all .3s ease;position:relative}.nav-link[data-v-d47bcaa4]:hover,.nav-link-active[data-v-d47bcaa4]{color:#667eea;background:#667eea1a}.dark .nav-link[data-v-d47bcaa4]{color:#ccc}.dark .nav-link[data-v-d47bcaa4]:hover,.dark .nav-link-active[data-v-d47bcaa4]{color:#667eea;background:#667eea33}.nav-link-active[data-v-d47bcaa4]:after{content:"";position:absolute;bottom:-1px;left:50%;transform:translate(-50%);width:20px;height:2px;background:#667eea;border-radius:1px}.nav-icon[data-v-d47bcaa4]{font-size:1rem;margin-right:.5rem}.nav-text[data-v-d47bcaa4]{font-size:.9rem}.dark-mode-toggle[data-v-d47bcaa4]{background:none;border:none;cursor:pointer;transition:all .3s ease}.dark-mode-toggle[data-v-d47bcaa4]:hover{color:#667eea;background:#667eea1a}.nav-toggle[data-v-d47bcaa4]{display:none;cursor:pointer;padding:.5rem}.hamburger[data-v-d47bcaa4]{display:flex;flex-direction:column;width:20px;height:15px;justify-content:space-between}.hamburger span[data-v-d47bcaa4]{display:block;height:2px;width:100%;background:#333;border-radius:1px;transition:all .3s ease}.dark .hamburger span[data-v-d47bcaa4]{background:#fff}.hamburger-open span[data-v-d47bcaa4]:nth-child(1){transform:rotate(45deg) translate(5px,5px)}.hamburger-open span[data-v-d47bcaa4]:nth-child(2){opacity:0}.hamburger-open span[data-v-d47bcaa4]:nth-child(3){transform:rotate(-45deg) translate(7px,-6px)}@media (max-width: 768px){.nav-toggle[data-v-d47bcaa4]{display:block}.nav-menu[data-v-d47bcaa4]{position:fixed;top:60px;left:0;right:0;background:#fffffffa;-webkit-backdrop-filter:blur(10px);backdrop-filter:blur(10px);flex-direction:column;padding:1rem;transform:translateY(-100%);opacity:0;visibility:hidden;transition:all .3s ease;border-bottom:1px solid rgba(0,0,0,.1)}.dark .nav-menu[data-v-d47bcaa4]{background:#000000fa;border-bottom:1px solid rgba(255,255,255,.1)}.nav-menu-open[data-v-d47bcaa4]{transform:translateY(0);opacity:1;visibility:visible}.nav-link[data-v-d47bcaa4]{width:100%;justify-content:flex-start;padding:1rem;border-radius:8px}.nav-link-active[data-v-d47bcaa4]:after{display:none}}@media (max-width: 480px){.nav-container[data-v-d47bcaa4]{padding:0 .5rem}.brand-text[data-v-d47bcaa4]{display:none}}
|
|
@@ -0,0 +1,21 @@
|
|
|
1
|
+
declare function __VLS_template(): {
|
|
2
|
+
attrs: Partial<{}>;
|
|
3
|
+
slots: {
|
|
4
|
+
default?(_: {}): any;
|
|
5
|
+
};
|
|
6
|
+
refs: {};
|
|
7
|
+
rootEl: HTMLDivElement;
|
|
8
|
+
};
|
|
9
|
+
type __VLS_TemplateResult = ReturnType<typeof __VLS_template>;
|
|
10
|
+
declare const __VLS_component: import('vue').DefineComponent<import('vue').ExtractPropTypes<{
|
|
11
|
+
class: StringConstructor;
|
|
12
|
+
}>, {}, {}, {}, {}, import('vue').ComponentOptionsMixin, import('vue').ComponentOptionsMixin, {}, string, import('vue').PublicProps, Readonly<import('vue').ExtractPropTypes<{
|
|
13
|
+
class: StringConstructor;
|
|
14
|
+
}>> & Readonly<{}>, {}, {}, {}, {}, string, import('vue').ComponentProvideOptions, true, {}, HTMLDivElement>;
|
|
15
|
+
declare const _default: __VLS_WithTemplateSlots<typeof __VLS_component, __VLS_TemplateResult["slots"]>;
|
|
16
|
+
export default _default;
|
|
17
|
+
type __VLS_WithTemplateSlots<T, S> = T & {
|
|
18
|
+
new (): {
|
|
19
|
+
$slots: S;
|
|
20
|
+
};
|
|
21
|
+
};
|
|
@@ -0,0 +1,27 @@
|
|
|
1
|
+
declare function __VLS_template(): {
|
|
2
|
+
attrs: Partial<{}>;
|
|
3
|
+
slots: {
|
|
4
|
+
default?(_: {}): any;
|
|
5
|
+
};
|
|
6
|
+
refs: {
|
|
7
|
+
containerRef: 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
|
+
containerClass: StringConstructor;
|
|
15
|
+
}>, {}, {}, {}, {}, import('vue').ComponentOptionsMixin, import('vue').ComponentOptionsMixin, {}, string, import('vue').PublicProps, Readonly<import('vue').ExtractPropTypes<{
|
|
16
|
+
class: StringConstructor;
|
|
17
|
+
containerClass: StringConstructor;
|
|
18
|
+
}>> & Readonly<{}>, {}, {}, {}, {}, string, import('vue').ComponentProvideOptions, true, {
|
|
19
|
+
containerRef: 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,89 @@
|
|
|
1
|
+
declare function __VLS_template(): {
|
|
2
|
+
attrs: Partial<{}>;
|
|
3
|
+
slots: {
|
|
4
|
+
default?(_: {}): any;
|
|
5
|
+
};
|
|
6
|
+
refs: {
|
|
7
|
+
refElement: unknown;
|
|
8
|
+
};
|
|
9
|
+
rootEl: any;
|
|
10
|
+
};
|
|
11
|
+
type __VLS_TemplateResult = ReturnType<typeof __VLS_template>;
|
|
12
|
+
declare const __VLS_component: import('vue').DefineComponent<import('vue').ExtractPropTypes<{
|
|
13
|
+
as: {
|
|
14
|
+
type: StringConstructor;
|
|
15
|
+
default: string;
|
|
16
|
+
};
|
|
17
|
+
class: StringConstructor;
|
|
18
|
+
translateX: {
|
|
19
|
+
type: (StringConstructor | NumberConstructor)[];
|
|
20
|
+
default: number;
|
|
21
|
+
};
|
|
22
|
+
translateY: {
|
|
23
|
+
type: (StringConstructor | NumberConstructor)[];
|
|
24
|
+
default: number;
|
|
25
|
+
};
|
|
26
|
+
translateZ: {
|
|
27
|
+
type: (StringConstructor | NumberConstructor)[];
|
|
28
|
+
default: number;
|
|
29
|
+
};
|
|
30
|
+
rotateX: {
|
|
31
|
+
type: (StringConstructor | NumberConstructor)[];
|
|
32
|
+
default: number;
|
|
33
|
+
};
|
|
34
|
+
rotateY: {
|
|
35
|
+
type: (StringConstructor | NumberConstructor)[];
|
|
36
|
+
default: number;
|
|
37
|
+
};
|
|
38
|
+
rotateZ: {
|
|
39
|
+
type: (StringConstructor | NumberConstructor)[];
|
|
40
|
+
default: number;
|
|
41
|
+
};
|
|
42
|
+
}>, {}, {}, {}, {}, import('vue').ComponentOptionsMixin, import('vue').ComponentOptionsMixin, {}, string, import('vue').PublicProps, Readonly<import('vue').ExtractPropTypes<{
|
|
43
|
+
as: {
|
|
44
|
+
type: StringConstructor;
|
|
45
|
+
default: string;
|
|
46
|
+
};
|
|
47
|
+
class: StringConstructor;
|
|
48
|
+
translateX: {
|
|
49
|
+
type: (StringConstructor | NumberConstructor)[];
|
|
50
|
+
default: number;
|
|
51
|
+
};
|
|
52
|
+
translateY: {
|
|
53
|
+
type: (StringConstructor | NumberConstructor)[];
|
|
54
|
+
default: number;
|
|
55
|
+
};
|
|
56
|
+
translateZ: {
|
|
57
|
+
type: (StringConstructor | NumberConstructor)[];
|
|
58
|
+
default: number;
|
|
59
|
+
};
|
|
60
|
+
rotateX: {
|
|
61
|
+
type: (StringConstructor | NumberConstructor)[];
|
|
62
|
+
default: number;
|
|
63
|
+
};
|
|
64
|
+
rotateY: {
|
|
65
|
+
type: (StringConstructor | NumberConstructor)[];
|
|
66
|
+
default: number;
|
|
67
|
+
};
|
|
68
|
+
rotateZ: {
|
|
69
|
+
type: (StringConstructor | NumberConstructor)[];
|
|
70
|
+
default: number;
|
|
71
|
+
};
|
|
72
|
+
}>> & Readonly<{}>, {
|
|
73
|
+
as: string;
|
|
74
|
+
translateX: string | number;
|
|
75
|
+
translateY: string | number;
|
|
76
|
+
translateZ: string | number;
|
|
77
|
+
rotateX: string | number;
|
|
78
|
+
rotateY: string | number;
|
|
79
|
+
rotateZ: string | number;
|
|
80
|
+
}, {}, {}, {}, string, import('vue').ComponentProvideOptions, true, {
|
|
81
|
+
refElement: unknown;
|
|
82
|
+
}, any>;
|
|
83
|
+
declare const _default: __VLS_WithTemplateSlots<typeof __VLS_component, __VLS_TemplateResult["slots"]>;
|
|
84
|
+
export default _default;
|
|
85
|
+
type __VLS_WithTemplateSlots<T, S> = T & {
|
|
86
|
+
new (): {
|
|
87
|
+
$slots: S;
|
|
88
|
+
};
|
|
89
|
+
};
|
|
@@ -0,0 +1,50 @@
|
|
|
1
|
+
declare const _default: import('vue').DefineComponent<import('vue').ExtractPropTypes<{
|
|
2
|
+
title: {
|
|
3
|
+
type: StringConstructor;
|
|
4
|
+
default: undefined;
|
|
5
|
+
};
|
|
6
|
+
content: {
|
|
7
|
+
type: StringConstructor;
|
|
8
|
+
default: undefined;
|
|
9
|
+
};
|
|
10
|
+
imageSrc: {
|
|
11
|
+
type: StringConstructor;
|
|
12
|
+
default: undefined;
|
|
13
|
+
};
|
|
14
|
+
buttons: {
|
|
15
|
+
type: ArrayConstructor;
|
|
16
|
+
default: () => never[];
|
|
17
|
+
};
|
|
18
|
+
classList: {
|
|
19
|
+
type: ObjectConstructor;
|
|
20
|
+
default: () => {};
|
|
21
|
+
};
|
|
22
|
+
}>, {}, {}, {}, {}, import('vue').ComponentOptionsMixin, import('vue').ComponentOptionsMixin, {}, string, import('vue').PublicProps, Readonly<import('vue').ExtractPropTypes<{
|
|
23
|
+
title: {
|
|
24
|
+
type: StringConstructor;
|
|
25
|
+
default: undefined;
|
|
26
|
+
};
|
|
27
|
+
content: {
|
|
28
|
+
type: StringConstructor;
|
|
29
|
+
default: undefined;
|
|
30
|
+
};
|
|
31
|
+
imageSrc: {
|
|
32
|
+
type: StringConstructor;
|
|
33
|
+
default: undefined;
|
|
34
|
+
};
|
|
35
|
+
buttons: {
|
|
36
|
+
type: ArrayConstructor;
|
|
37
|
+
default: () => never[];
|
|
38
|
+
};
|
|
39
|
+
classList: {
|
|
40
|
+
type: ObjectConstructor;
|
|
41
|
+
default: () => {};
|
|
42
|
+
};
|
|
43
|
+
}>> & Readonly<{}>, {
|
|
44
|
+
title: string;
|
|
45
|
+
content: string;
|
|
46
|
+
imageSrc: string;
|
|
47
|
+
buttons: unknown[];
|
|
48
|
+
classList: Record<string, any>;
|
|
49
|
+
}, {}, {}, {}, string, import('vue').ComponentProvideOptions, true, {}, HTMLDivElement>;
|
|
50
|
+
export default _default;
|
package/dist/types/components/AnimatedTestimonialsComp/component/AnimatedTestimonials.vue.d.ts
ADDED
|
@@ -0,0 +1,39 @@
|
|
|
1
|
+
interface Testimonial {
|
|
2
|
+
quote: string;
|
|
3
|
+
name: string;
|
|
4
|
+
designation: string;
|
|
5
|
+
image: string;
|
|
6
|
+
}
|
|
7
|
+
interface ClassList {
|
|
8
|
+
overallClass?: string;
|
|
9
|
+
containerClass?: string;
|
|
10
|
+
gridClass?: string;
|
|
11
|
+
imageContainerClass?: string;
|
|
12
|
+
imageClass?: string;
|
|
13
|
+
contentClass?: string;
|
|
14
|
+
nameClass?: string;
|
|
15
|
+
designationClass?: string;
|
|
16
|
+
quoteClass?: string;
|
|
17
|
+
buttonContainerClass?: string;
|
|
18
|
+
buttonClass?: string;
|
|
19
|
+
Location?: {
|
|
20
|
+
position?: string;
|
|
21
|
+
width?: string;
|
|
22
|
+
height?: string;
|
|
23
|
+
left?: string;
|
|
24
|
+
top?: string;
|
|
25
|
+
};
|
|
26
|
+
}
|
|
27
|
+
interface Props {
|
|
28
|
+
testimonials?: Testimonial[];
|
|
29
|
+
autoplay?: boolean;
|
|
30
|
+
duration?: number;
|
|
31
|
+
classList?: ClassList;
|
|
32
|
+
}
|
|
33
|
+
declare const _default: import('vue').DefineComponent<Props, {}, {}, {}, {}, import('vue').ComponentOptionsMixin, import('vue').ComponentOptionsMixin, {}, string, import('vue').PublicProps, Readonly<Props> & Readonly<{}>, {
|
|
34
|
+
classList: ClassList;
|
|
35
|
+
testimonials: Testimonial[];
|
|
36
|
+
autoplay: boolean;
|
|
37
|
+
duration: number;
|
|
38
|
+
}, {}, {}, {}, string, import('vue').ComponentProvideOptions, false, {}, HTMLDivElement>;
|
|
39
|
+
export default _default;
|
|
@@ -0,0 +1,53 @@
|
|
|
1
|
+
interface Testimonial {
|
|
2
|
+
quote: string;
|
|
3
|
+
name: string;
|
|
4
|
+
designation: string;
|
|
5
|
+
image: string;
|
|
6
|
+
}
|
|
7
|
+
interface Props {
|
|
8
|
+
testimonials?: Testimonial[];
|
|
9
|
+
classList?: {
|
|
10
|
+
overallClass?: string;
|
|
11
|
+
containerClass?: string;
|
|
12
|
+
gridClass?: string;
|
|
13
|
+
imageContainerClass?: string;
|
|
14
|
+
imageClass?: string;
|
|
15
|
+
contentClass?: string;
|
|
16
|
+
nameClass?: string;
|
|
17
|
+
designationClass?: string;
|
|
18
|
+
quoteClass?: string;
|
|
19
|
+
buttonContainerClass?: string;
|
|
20
|
+
buttonClass?: string;
|
|
21
|
+
Location?: {
|
|
22
|
+
position?: string;
|
|
23
|
+
width?: string;
|
|
24
|
+
height?: string;
|
|
25
|
+
left?: string;
|
|
26
|
+
top?: string;
|
|
27
|
+
};
|
|
28
|
+
};
|
|
29
|
+
}
|
|
30
|
+
declare const _default: import('vue').DefineComponent<Props, {}, {}, {}, {}, import('vue').ComponentOptionsMixin, import('vue').ComponentOptionsMixin, {}, string, import('vue').PublicProps, Readonly<Props> & Readonly<{}>, {
|
|
31
|
+
classList: {
|
|
32
|
+
overallClass?: string;
|
|
33
|
+
containerClass?: string;
|
|
34
|
+
gridClass?: string;
|
|
35
|
+
imageContainerClass?: string;
|
|
36
|
+
imageClass?: string;
|
|
37
|
+
contentClass?: string;
|
|
38
|
+
nameClass?: string;
|
|
39
|
+
designationClass?: string;
|
|
40
|
+
quoteClass?: string;
|
|
41
|
+
buttonContainerClass?: string;
|
|
42
|
+
buttonClass?: string;
|
|
43
|
+
Location?: {
|
|
44
|
+
position?: string;
|
|
45
|
+
width?: string;
|
|
46
|
+
height?: string;
|
|
47
|
+
left?: string;
|
|
48
|
+
top?: string;
|
|
49
|
+
};
|
|
50
|
+
};
|
|
51
|
+
testimonials: Testimonial[];
|
|
52
|
+
}, {}, {}, {}, string, import('vue').ComponentProvideOptions, false, {}, HTMLDivElement>;
|
|
53
|
+
export default _default;
|
|
@@ -0,0 +1,23 @@
|
|
|
1
|
+
import { CSSProperties } from 'vue';
|
|
2
|
+
interface AuroraProps {
|
|
3
|
+
colorStops?: string[];
|
|
4
|
+
amplitude?: number;
|
|
5
|
+
blend?: number;
|
|
6
|
+
time?: number;
|
|
7
|
+
speed?: number;
|
|
8
|
+
intensity?: number;
|
|
9
|
+
className?: string;
|
|
10
|
+
style?: CSSProperties;
|
|
11
|
+
}
|
|
12
|
+
declare const _default: import('vue').DefineComponent<AuroraProps, {}, {}, {}, {}, import('vue').ComponentOptionsMixin, import('vue').ComponentOptionsMixin, {}, string, import('vue').PublicProps, Readonly<AuroraProps> & Readonly<{}>, {
|
|
13
|
+
style: CSSProperties;
|
|
14
|
+
amplitude: number;
|
|
15
|
+
speed: number;
|
|
16
|
+
colorStops: string[];
|
|
17
|
+
blend: number;
|
|
18
|
+
intensity: number;
|
|
19
|
+
className: string;
|
|
20
|
+
}, {}, {}, {}, string, import('vue').ComponentProvideOptions, false, {
|
|
21
|
+
containerRef: HTMLDivElement;
|
|
22
|
+
}, HTMLDivElement>;
|
|
23
|
+
export default _default;
|
|
@@ -0,0 +1,35 @@
|
|
|
1
|
+
type __VLS_Props = {
|
|
2
|
+
colorStops?: string[];
|
|
3
|
+
amplitude?: number;
|
|
4
|
+
blend?: number;
|
|
5
|
+
speed?: number;
|
|
6
|
+
intensity?: number;
|
|
7
|
+
classList?: {
|
|
8
|
+
overallClass?: 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
|
+
Location?: {
|
|
22
|
+
position?: string;
|
|
23
|
+
width?: string;
|
|
24
|
+
height?: string;
|
|
25
|
+
left?: string;
|
|
26
|
+
top?: string;
|
|
27
|
+
};
|
|
28
|
+
};
|
|
29
|
+
amplitude: number;
|
|
30
|
+
speed: number;
|
|
31
|
+
colorStops: string[];
|
|
32
|
+
blend: number;
|
|
33
|
+
intensity: number;
|
|
34
|
+
}, {}, {}, {}, string, import('vue').ComponentProvideOptions, false, {}, HTMLDivElement>;
|
|
35
|
+
export default _default;
|
|
@@ -0,0 +1,19 @@
|
|
|
1
|
+
interface CircularGalleryProps {
|
|
2
|
+
items?: {
|
|
3
|
+
image: string;
|
|
4
|
+
text: string;
|
|
5
|
+
}[];
|
|
6
|
+
bend?: number;
|
|
7
|
+
textColor?: string;
|
|
8
|
+
borderRadius?: number;
|
|
9
|
+
font?: string;
|
|
10
|
+
}
|
|
11
|
+
declare const _default: import('vue').DefineComponent<CircularGalleryProps, {}, {}, {}, {}, import('vue').ComponentOptionsMixin, import('vue').ComponentOptionsMixin, {}, string, import('vue').PublicProps, Readonly<CircularGalleryProps> & Readonly<{}>, {
|
|
12
|
+
borderRadius: number;
|
|
13
|
+
font: string;
|
|
14
|
+
bend: number;
|
|
15
|
+
textColor: string;
|
|
16
|
+
}, {}, {}, {}, string, import('vue').ComponentProvideOptions, false, {
|
|
17
|
+
containerRef: HTMLDivElement;
|
|
18
|
+
}, HTMLDivElement>;
|
|
19
|
+
export default _default;
|
|
@@ -0,0 +1,35 @@
|
|
|
1
|
+
interface Item {
|
|
2
|
+
image: string;
|
|
3
|
+
text: string;
|
|
4
|
+
}
|
|
5
|
+
interface Props {
|
|
6
|
+
items?: Item[];
|
|
7
|
+
bend?: number;
|
|
8
|
+
borderRadius?: number;
|
|
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
|
+
borderRadius: number;
|
|
32
|
+
items: Item[];
|
|
33
|
+
bend: number;
|
|
34
|
+
}, {}, {}, {}, string, import('vue').ComponentProvideOptions, false, {}, HTMLDivElement>;
|
|
35
|
+
export default _default;
|
|
@@ -0,0 +1,21 @@
|
|
|
1
|
+
import { HTMLAttributes } from 'vue';
|
|
2
|
+
interface Props {
|
|
3
|
+
class?: HTMLAttributes["class"];
|
|
4
|
+
}
|
|
5
|
+
declare function __VLS_template(): {
|
|
6
|
+
attrs: Partial<{}>;
|
|
7
|
+
slots: {
|
|
8
|
+
default?(_: {}): any;
|
|
9
|
+
};
|
|
10
|
+
refs: {};
|
|
11
|
+
rootEl: HTMLDivElement;
|
|
12
|
+
};
|
|
13
|
+
type __VLS_TemplateResult = ReturnType<typeof __VLS_template>;
|
|
14
|
+
declare const __VLS_component: import('vue').DefineComponent<Props, {}, {}, {}, {}, import('vue').ComponentOptionsMixin, import('vue').ComponentOptionsMixin, {}, string, import('vue').PublicProps, Readonly<Props> & Readonly<{}>, {}, {}, {}, {}, string, import('vue').ComponentProvideOptions, false, {}, HTMLDivElement>;
|
|
15
|
+
declare const _default: __VLS_WithTemplateSlots<typeof __VLS_component, __VLS_TemplateResult["slots"]>;
|
|
16
|
+
export default _default;
|
|
17
|
+
type __VLS_WithTemplateSlots<T, S> = T & {
|
|
18
|
+
new (): {
|
|
19
|
+
$slots: S;
|
|
20
|
+
};
|
|
21
|
+
};
|
|
@@ -0,0 +1,24 @@
|
|
|
1
|
+
import { HTMLAttributes } from 'vue';
|
|
2
|
+
interface Props {
|
|
3
|
+
class?: HTMLAttributes["class"];
|
|
4
|
+
}
|
|
5
|
+
declare function __VLS_template(): {
|
|
6
|
+
attrs: Partial<{}>;
|
|
7
|
+
slots: {
|
|
8
|
+
header?(_: {}): any;
|
|
9
|
+
icon?(_: {}): any;
|
|
10
|
+
title?(_: {}): any;
|
|
11
|
+
description?(_: {}): any;
|
|
12
|
+
};
|
|
13
|
+
refs: {};
|
|
14
|
+
rootEl: HTMLDivElement;
|
|
15
|
+
};
|
|
16
|
+
type __VLS_TemplateResult = ReturnType<typeof __VLS_template>;
|
|
17
|
+
declare const __VLS_component: import('vue').DefineComponent<Props, {}, {}, {}, {}, import('vue').ComponentOptionsMixin, import('vue').ComponentOptionsMixin, {}, string, import('vue').PublicProps, Readonly<Props> & Readonly<{}>, {}, {}, {}, {}, string, import('vue').ComponentProvideOptions, false, {}, HTMLDivElement>;
|
|
18
|
+
declare const _default: __VLS_WithTemplateSlots<typeof __VLS_component, __VLS_TemplateResult["slots"]>;
|
|
19
|
+
export default _default;
|
|
20
|
+
type __VLS_WithTemplateSlots<T, S> = T & {
|
|
21
|
+
new (): {
|
|
22
|
+
$slots: S;
|
|
23
|
+
};
|
|
24
|
+
};
|
|
@@ -0,0 +1,33 @@
|
|
|
1
|
+
interface GridItem {
|
|
2
|
+
title: string;
|
|
3
|
+
description: string;
|
|
4
|
+
image?: string;
|
|
5
|
+
colSpan?: string;
|
|
6
|
+
}
|
|
7
|
+
interface Props {
|
|
8
|
+
items?: GridItem[];
|
|
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
|
+
items: GridItem[];
|
|
32
|
+
}, {}, {}, {}, string, import('vue').ComponentProvideOptions, false, {}, HTMLDivElement>;
|
|
33
|
+
export default _default;
|
|
@@ -0,0 +1,18 @@
|
|
|
1
|
+
import { HTMLAttributes } from 'vue';
|
|
2
|
+
interface Props {
|
|
3
|
+
items?: unknown[];
|
|
4
|
+
class?: HTMLAttributes["class"];
|
|
5
|
+
containerClass?: HTMLAttributes["class"];
|
|
6
|
+
width?: number;
|
|
7
|
+
height?: number;
|
|
8
|
+
}
|
|
9
|
+
declare const _default: import('vue').DefineComponent<Props, {}, {}, {}, {}, import('vue').ComponentOptionsMixin, import('vue').ComponentOptionsMixin, {}, string, import('vue').PublicProps, Readonly<Props> & Readonly<{}>, {
|
|
10
|
+
class: HTMLAttributes["class"];
|
|
11
|
+
containerClass: HTMLAttributes["class"];
|
|
12
|
+
width: number;
|
|
13
|
+
height: number;
|
|
14
|
+
items: unknown[];
|
|
15
|
+
}, {}, {}, {}, string, import('vue').ComponentProvideOptions, false, {
|
|
16
|
+
carouselContainer: HTMLDivElement;
|
|
17
|
+
}, HTMLDivElement>;
|
|
18
|
+
export default _default;
|
|
@@ -0,0 +1,27 @@
|
|
|
1
|
+
interface Props {
|
|
2
|
+
items?: string[];
|
|
3
|
+
classList?: {
|
|
4
|
+
overallClass?: string;
|
|
5
|
+
Location?: {
|
|
6
|
+
position?: string;
|
|
7
|
+
width?: string;
|
|
8
|
+
height?: string;
|
|
9
|
+
left?: string;
|
|
10
|
+
top?: string;
|
|
11
|
+
};
|
|
12
|
+
};
|
|
13
|
+
}
|
|
14
|
+
declare const _default: import('vue').DefineComponent<Props, {}, {}, {}, {}, import('vue').ComponentOptionsMixin, import('vue').ComponentOptionsMixin, {}, string, import('vue').PublicProps, Readonly<Props> & Readonly<{}>, {
|
|
15
|
+
classList: {
|
|
16
|
+
overallClass?: string;
|
|
17
|
+
Location?: {
|
|
18
|
+
position?: string;
|
|
19
|
+
width?: string;
|
|
20
|
+
height?: string;
|
|
21
|
+
left?: string;
|
|
22
|
+
top?: string;
|
|
23
|
+
};
|
|
24
|
+
};
|
|
25
|
+
items: string[];
|
|
26
|
+
}, {}, {}, {}, string, import('vue').ComponentProvideOptions, false, {}, HTMLDivElement>;
|
|
27
|
+
export default _default;
|
|
@@ -0,0 +1,22 @@
|
|
|
1
|
+
declare function __VLS_template(): {
|
|
2
|
+
attrs: Partial<{}>;
|
|
3
|
+
slots: {
|
|
4
|
+
title?(_: {}): any;
|
|
5
|
+
card?(_: {}): any;
|
|
6
|
+
};
|
|
7
|
+
refs: {
|
|
8
|
+
containerRef: HTMLDivElement;
|
|
9
|
+
};
|
|
10
|
+
rootEl: HTMLDivElement;
|
|
11
|
+
};
|
|
12
|
+
type __VLS_TemplateResult = ReturnType<typeof __VLS_template>;
|
|
13
|
+
declare const __VLS_component: import('vue').DefineComponent<{}, {}, {}, {}, {}, import('vue').ComponentOptionsMixin, import('vue').ComponentOptionsMixin, {}, string, import('vue').PublicProps, Readonly<{}> & Readonly<{}>, {}, {}, {}, {}, string, import('vue').ComponentProvideOptions, true, {
|
|
14
|
+
containerRef: HTMLDivElement;
|
|
15
|
+
}, HTMLDivElement>;
|
|
16
|
+
declare const _default: __VLS_WithTemplateSlots<typeof __VLS_component, __VLS_TemplateResult["slots"]>;
|
|
17
|
+
export default _default;
|
|
18
|
+
type __VLS_WithTemplateSlots<T, S> = T & {
|
|
19
|
+
new (): {
|
|
20
|
+
$slots: S;
|
|
21
|
+
};
|
|
22
|
+
};
|
|
@@ -0,0 +1,23 @@
|
|
|
1
|
+
declare function __VLS_template(): {
|
|
2
|
+
attrs: Partial<{}>;
|
|
3
|
+
slots: {
|
|
4
|
+
default?(_: {}): any;
|
|
5
|
+
};
|
|
6
|
+
refs: {};
|
|
7
|
+
rootEl: HTMLDivElement;
|
|
8
|
+
};
|
|
9
|
+
type __VLS_TemplateResult = ReturnType<typeof __VLS_template>;
|
|
10
|
+
declare const __VLS_component: import('vue').DefineComponent<import('vue').ExtractPropTypes<{
|
|
11
|
+
rotate: NumberConstructor;
|
|
12
|
+
scale: NumberConstructor;
|
|
13
|
+
}>, {}, {}, {}, {}, import('vue').ComponentOptionsMixin, import('vue').ComponentOptionsMixin, {}, string, import('vue').PublicProps, Readonly<import('vue').ExtractPropTypes<{
|
|
14
|
+
rotate: NumberConstructor;
|
|
15
|
+
scale: NumberConstructor;
|
|
16
|
+
}>> & Readonly<{}>, {}, {}, {}, {}, string, import('vue').ComponentProvideOptions, true, {}, HTMLDivElement>;
|
|
17
|
+
declare const _default: __VLS_WithTemplateSlots<typeof __VLS_component, __VLS_TemplateResult["slots"]>;
|
|
18
|
+
export default _default;
|
|
19
|
+
type __VLS_WithTemplateSlots<T, S> = T & {
|
|
20
|
+
new (): {
|
|
21
|
+
$slots: S;
|
|
22
|
+
};
|
|
23
|
+
};
|
|
@@ -0,0 +1,21 @@
|
|
|
1
|
+
declare function __VLS_template(): {
|
|
2
|
+
attrs: Partial<{}>;
|
|
3
|
+
slots: {
|
|
4
|
+
default?(_: {}): any;
|
|
5
|
+
};
|
|
6
|
+
refs: {};
|
|
7
|
+
rootEl: HTMLDivElement;
|
|
8
|
+
};
|
|
9
|
+
type __VLS_TemplateResult = ReturnType<typeof __VLS_template>;
|
|
10
|
+
declare const __VLS_component: import('vue').DefineComponent<import('vue').ExtractPropTypes<{
|
|
11
|
+
translate: NumberConstructor;
|
|
12
|
+
}>, {}, {}, {}, {}, import('vue').ComponentOptionsMixin, import('vue').ComponentOptionsMixin, {}, string, import('vue').PublicProps, Readonly<import('vue').ExtractPropTypes<{
|
|
13
|
+
translate: NumberConstructor;
|
|
14
|
+
}>> & Readonly<{}>, {}, {}, {}, {}, string, import('vue').ComponentProvideOptions, true, {}, HTMLDivElement>;
|
|
15
|
+
declare const _default: __VLS_WithTemplateSlots<typeof __VLS_component, __VLS_TemplateResult["slots"]>;
|
|
16
|
+
export default _default;
|
|
17
|
+
type __VLS_WithTemplateSlots<T, S> = T & {
|
|
18
|
+
new (): {
|
|
19
|
+
$slots: S;
|
|
20
|
+
};
|
|
21
|
+
};
|