kmcom-nuxt-layers 2.2.0 → 2.2.1
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/layers/animations/app/components/Motion/CountUp.vue +30 -30
- package/layers/animations/app/components/Motion/Magnetic.vue +14 -14
- package/layers/animations/app/components/Motion/Marquee.vue +59 -62
- package/layers/animations/app/components/Motion/MarqueeText.vue +2 -2
- package/layers/animations/app/components/Motion/Staggered.vue +45 -49
- package/layers/animations/app/components/Motion/TextReveal.vue +21 -19
- package/layers/animations/app/components/Motion/Tilt.vue +13 -13
- package/layers/animations/app/components/Motion/VelocityEffect.vue +80 -80
- package/layers/animations/app/composables/useCountUp.ts +1 -1
- package/layers/animations/app/composables/useMarqueeVelocity.ts +2 -2
- package/layers/canvas/app/components/ShaderCanvas.vue +42 -49
- package/layers/canvas/app/composables/useRendererCapabilities.ts +29 -21
- package/layers/canvas/app/composables/useShaderTime.ts +4 -5
- package/layers/canvas/app/types/renderer.ts +5 -0
- package/layers/content/app/components/Blog/Article.vue +10 -7
- package/layers/content/app/components/Blog/Card.vue +0 -1
- package/layers/content/app/components/Blog/List.vue +2 -4
- package/layers/content/app/components/Gallery/AmbientImage.vue +0 -1
- package/layers/content/app/components/Gallery/Card.vue +0 -1
- package/layers/content/app/components/Gallery/Detail.vue +0 -2
- package/layers/content/app/components/Gallery/Grid.vue +0 -2
- package/layers/content/app/components/Gallery/ImageDetail.vue +0 -2
- package/layers/content/app/components/Gallery/Lightbox.vue +1 -6
- package/layers/content/app/components/NuxtContent/Detail.vue +3 -4
- package/layers/content/app/components/NuxtContent/List.vue +0 -1
- package/layers/content/app/components/NuxtContent/Surround.vue +0 -1
- package/layers/content/app/components/NuxtContent/Toc.vue +0 -1
- package/layers/content/app/components/Portfolio/Card.vue +0 -1
- package/layers/content/app/components/Portfolio/ColorPalette.vue +0 -1
- package/layers/content/app/components/Portfolio/Detail.vue +2 -4
- package/layers/content/app/components/Portfolio/ItemPage.vue +3 -1
- package/layers/content/app/components/Portfolio/List.vue +20 -5
- package/layers/content/app/components/Portfolio/Typography.vue +0 -1
- package/layers/content/app/components/content/Figure.vue +0 -1
- package/layers/content/app/composables/createPortfolioComposables.ts +21 -7
- package/layers/content/app/composables/useCollectionItem.ts +2 -3
- package/layers/content/app/composables/useCollectionSurround.ts +2 -3
- package/layers/content/app/composables/useContentPage.ts +0 -2
- package/layers/content/app/composables/useGalleryItems.ts +0 -2
- package/layers/content/app/composables/usePortfolioItems.ts +0 -2
- package/layers/content/app/types/app-config.d.ts +3 -1
- package/layers/content/app/types/collections.d.ts +46 -0
- package/layers/content/nuxt.config.ts +0 -1
- package/layers/core/app/components/ErrorBoundary.vue +0 -3
- package/layers/core/app/composables/useBrowser.ts +0 -1
- package/layers/core/app/composables/useCache.ts +0 -3
- package/layers/core/app/composables/useErrorLog.ts +0 -2
- package/layers/core/app/composables/useFeatures.ts +0 -3
- package/layers/core/app/composables/useLoading.ts +16 -15
- package/layers/core/app/composables/useNetworkInfo.ts +0 -2
- package/layers/core/app/composables/usePWAInfo.ts +0 -1
- package/layers/core/app/composables/useRendering.ts +0 -2
- package/layers/core/app/composables/useScreen.ts +0 -2
- package/layers/core/app/composables/useScrollGuard.ts +44 -44
- package/layers/core/app/layouts/default.vue +0 -1
- package/layers/core/app/plugins/error-handler.ts +4 -2
- package/layers/core/app/plugins/feature-detection.client.ts +4 -4
- package/layers/core/app/plugins/init.ts +4 -6
- package/layers/core/app/plugins/loading.client.ts +4 -3
- package/layers/core/app/plugins/scroll-guard.client.ts +4 -4
- package/layers/core/app/types/app-config.d.ts +1 -1
- package/layers/core/app/types/runtime-config.ts +13 -1
- package/layers/core/app/utils/helpers.ts +0 -4
- package/layers/feeds/app/app.config.ts +1 -1
- package/layers/feeds/app/plugins/feed-head.ts +4 -3
- package/layers/feeds/package.json +1 -1
- package/layers/forms/app/components/Form/Contact.vue +0 -2
- package/layers/forms/app/components/Form/Field.vue +0 -1
- package/layers/forms/app/composables/useFormSchema.ts +0 -1
- package/layers/forms/app/types/app-config.d.ts +1 -1
- package/layers/layout/app/components/Layout/Grid/Item.vue +0 -3
- package/layers/layout/app/components/Layout/Page/Container.vue +0 -4
- package/layers/layout/app/components/Layout/Page/Header.vue +0 -1
- package/layers/layout/app/components/Layout/Page/index.vue +0 -1
- package/layers/layout/app/components/Layout/Section/Gallery.vue +0 -1
- package/layers/layout/app/components/Layout/Section/Hero.vue +0 -3
- package/layers/layout/app/components/Layout/Section/Stack.vue +0 -3
- package/layers/layout/app/components/Layout/Section/Title.vue +0 -1
- package/layers/layout/app/composables/useGridConfig.ts +0 -1
- package/layers/layout/app/types/app-config.d.ts +6 -3
- package/layers/navigation/app/app.config.ts +1 -2
- package/layers/navigation/app/components/Links/Group.vue +0 -4
- package/layers/navigation/app/components/Links/Named.vue +0 -4
- package/layers/navigation/app/composables/mastNav.ts +0 -1
- package/layers/navigation/app/composables/toast.ts +0 -1
- package/layers/navigation/app/composables/useSite.ts +0 -1
- package/layers/navigation/app/utils/createModal.ts +0 -1
- package/layers/page-transitions/app/app.config.ts +1 -1
- package/layers/page-transitions/app/plugins/page-transitions.client.ts +4 -2
- package/layers/routing/app/composables/useRoutingConfig.ts +0 -1
- package/layers/routing/app/plugins/feature-flags.client.ts +4 -2
- package/layers/routing/app/plugins/scroll-routing.client.ts +4 -2
- package/layers/routing/app/types/app-config.d.ts +1 -2
- package/layers/routing/nuxt.config.ts +0 -1
- package/layers/scripts/app/app.config.ts +1 -2
- package/layers/scripts/app/composables/useAnalytics.ts +6 -6
- package/layers/scripts/app/composables/useGtm.ts +4 -4
- package/layers/scripts/app/composables/useScriptLoader.ts +12 -1
- package/layers/scroll/app/components/Motion/HorizontalScroll.vue +4 -1
- package/layers/scroll/app/components/Motion/Parallax.vue +38 -42
- package/layers/scroll/app/components/Motion/PinnedSection.vue +4 -1
- package/layers/scroll/app/components/Motion/ScrollLink.vue +26 -29
- package/layers/scroll/app/components/Motion/ScrollProgress.vue +38 -44
- package/layers/scroll/app/components/Motion/ScrollScene.vue +0 -1
- package/layers/scroll/app/components/Motion/ScrollStats.vue +19 -23
- package/layers/scroll/app/composables/useSmoothScroll.ts +21 -24
- package/layers/scroll/app/plugins/locomotive-scroll.client.ts +5 -2
- package/layers/seo/app/app.config.ts +0 -1
- package/layers/seo/app/composables/useSeoConfig.ts +0 -1
- package/layers/shader/app/components/Effect/PostProcessing.vue +3 -13
- package/layers/shader/app/components/Material/AmbientAurora.client.vue +41 -47
- package/layers/shader/app/components/Material/AmbientFlow.client.vue +47 -56
- package/layers/shader/app/components/Material/AmbientGradientMesh.client.vue +45 -51
- package/layers/shader/app/components/Material/AmbientNebula.client.vue +47 -53
- package/layers/shader/app/components/Material/AmbientOcean.client.vue +40 -46
- package/layers/shader/app/components/Material/Fresnel.client.vue +24 -29
- package/layers/shader/app/components/Material/Gradient.client.vue +61 -67
- package/layers/shader/app/components/Material/Image.client.vue +65 -71
- package/layers/shader/app/components/Material/Node.client.vue +46 -46
- package/layers/shader/app/components/Material/Noise.client.vue +48 -54
- package/layers/shader/app/components/Mesh/Plane.vue +15 -20
- package/layers/shader/app/components/Node/Color.client.vue +3 -4
- package/layers/shader/app/components/Node/Fresnel.client.vue +17 -26
- package/layers/shader/app/components/Node/Gradient.client.vue +36 -42
- package/layers/shader/app/components/Node/Mix.client.vue +13 -19
- package/layers/shader/app/components/Node/Noise.client.vue +0 -3
- package/layers/shader/app/components/Pipeline/ACESTonemap.client.vue +0 -2
- package/layers/shader/app/components/Pipeline/AddBlend.client.vue +15 -16
- package/layers/shader/app/components/Pipeline/AgedFilm.client.vue +27 -28
- package/layers/shader/app/components/Pipeline/Aurora.client.vue +37 -44
- package/layers/shader/app/components/Pipeline/BilinearGradient.client.vue +26 -33
- package/layers/shader/app/components/Pipeline/BillowNoise.client.vue +22 -23
- package/layers/shader/app/components/Pipeline/BrightnessContrast.client.vue +16 -20
- package/layers/shader/app/components/Pipeline/CellularNoise.client.vue +22 -23
- package/layers/shader/app/components/Pipeline/ChannelMixer.client.vue +28 -35
- package/layers/shader/app/components/Pipeline/ChebyshevNoiseField.client.vue +31 -31
- package/layers/shader/app/components/Pipeline/Checkerboard.client.vue +21 -23
- package/layers/shader/app/components/Pipeline/ChromaticAberration.client.vue +21 -23
- package/layers/shader/app/components/Pipeline/ChromaticScreenWaves.client.vue +31 -30
- package/layers/shader/app/components/Pipeline/Circle.client.vue +22 -23
- package/layers/shader/app/components/Pipeline/Clouds.client.vue +36 -43
- package/layers/shader/app/components/Pipeline/ColorBurnBlend.client.vue +15 -17
- package/layers/shader/app/components/Pipeline/ColorDodgeBlend.client.vue +15 -17
- package/layers/shader/app/components/Pipeline/ColourRamp.client.vue +28 -35
- package/layers/shader/app/components/Pipeline/ComplexPlaneField.client.vue +31 -38
- package/layers/shader/app/components/Pipeline/ConicGradient.client.vue +19 -21
- package/layers/shader/app/components/Pipeline/CosinePalette.client.vue +42 -49
- package/layers/shader/app/components/Pipeline/CoverageAlpha.client.vue +0 -4
- package/layers/shader/app/components/Pipeline/Cross.client.vue +28 -28
- package/layers/shader/app/components/Pipeline/CurlNoise.client.vue +26 -27
- package/layers/shader/app/components/Pipeline/DarkenBlend.client.vue +15 -17
- package/layers/shader/app/components/Pipeline/DayNightCycle.client.vue +26 -27
- package/layers/shader/app/components/Pipeline/Desaturate.client.vue +8 -15
- package/layers/shader/app/components/Pipeline/DiagonalGradient.client.vue +19 -21
- package/layers/shader/app/components/Pipeline/DiamondGradient.client.vue +19 -21
- package/layers/shader/app/components/Pipeline/DifferenceBlend.client.vue +15 -17
- package/layers/shader/app/components/Pipeline/DivideBlend.client.vue +14 -17
- package/layers/shader/app/components/Pipeline/DomainWarpedNoise.client.vue +30 -37
- package/layers/shader/app/components/Pipeline/Dots.client.vue +26 -33
- package/layers/shader/app/components/Pipeline/DuoTone.client.vue +16 -19
- package/layers/shader/app/components/Pipeline/ExclusionBlend.client.vue +14 -17
- package/layers/shader/app/components/Pipeline/ExponentialFog.client.vue +21 -23
- package/layers/shader/app/components/Pipeline/Exposure.client.vue +8 -15
- package/layers/shader/app/components/Pipeline/FBMNoise.client.vue +28 -36
- package/layers/shader/app/components/Pipeline/FilmBurn.client.vue +27 -28
- package/layers/shader/app/components/Pipeline/FilmGrain.client.vue +29 -29
- package/layers/shader/app/components/Pipeline/FisheyeRay.client.vue +11 -18
- package/layers/shader/app/components/Pipeline/Flame.client.vue +26 -27
- package/layers/shader/app/components/Pipeline/FocalGradient.client.vue +24 -25
- package/layers/shader/app/components/Pipeline/Gamma.client.vue +8 -14
- package/layers/shader/app/components/Pipeline/GodRays.client.vue +32 -39
- package/layers/shader/app/components/Pipeline/GradientNoise.client.vue +22 -22
- package/layers/shader/app/components/Pipeline/Grain.client.vue +34 -41
- package/layers/shader/app/components/Pipeline/Grid.client.vue +24 -24
- package/layers/shader/app/components/Pipeline/Halation.client.vue +22 -24
- package/layers/shader/app/components/Pipeline/Halftone.client.vue +16 -18
- package/layers/shader/app/components/Pipeline/HardLightBlend.client.vue +15 -16
- package/layers/shader/app/components/Pipeline/Haze.client.vue +22 -24
- package/layers/shader/app/components/Pipeline/Hexagon.client.vue +22 -22
- package/layers/shader/app/components/Pipeline/Hue.client.vue +8 -12
- package/layers/shader/app/components/Pipeline/Invert.client.vue +0 -1
- package/layers/shader/app/components/Pipeline/LensFlare.client.vue +27 -25
- package/layers/shader/app/components/Pipeline/LightenBlend.client.vue +15 -14
- package/layers/shader/app/components/Pipeline/LinearGradient.client.vue +17 -21
- package/layers/shader/app/components/Pipeline/LinearGradient4.client.vue +29 -33
- package/layers/shader/app/components/Pipeline/LinearToSRGB.client.vue +8 -12
- package/layers/shader/app/components/Pipeline/Marble.client.vue +41 -47
- package/layers/shader/app/components/Pipeline/MixBlend.client.vue +21 -27
- package/layers/shader/app/components/Pipeline/MonochromeTint.client.vue +16 -21
- package/layers/shader/app/components/Pipeline/MultiplyBlend.client.vue +15 -16
- package/layers/shader/app/components/Pipeline/NoisyGradient.client.vue +34 -40
- package/layers/shader/app/components/Pipeline/NoisyGradientBlend.client.vue +54 -60
- package/layers/shader/app/components/Pipeline/OverlayBlend.client.vue +15 -16
- package/layers/shader/app/components/Pipeline/PaperTexture.client.vue +22 -24
- package/layers/shader/app/components/Pipeline/Polygon.client.vue +32 -39
- package/layers/shader/app/components/Pipeline/Posterise.client.vue +8 -14
- package/layers/shader/app/components/Pipeline/RadialGradient.client.vue +18 -24
- package/layers/shader/app/components/Pipeline/RayAutoOrbit.client.vue +16 -18
- package/layers/shader/app/components/Pipeline/RayMouseOrbit.client.vue +16 -18
- package/layers/shader/app/components/Pipeline/RayRotateX.client.vue +8 -14
- package/layers/shader/app/components/Pipeline/RayRotateY.client.vue +8 -14
- package/layers/shader/app/components/Pipeline/RayRotateZ.client.vue +8 -14
- package/layers/shader/app/components/Pipeline/RayTiltBasis.client.vue +21 -22
- package/layers/shader/app/components/Pipeline/RaymarchTunnel.client.vue +34 -40
- package/layers/shader/app/components/Pipeline/Rectangle.client.vue +30 -36
- package/layers/shader/app/components/Pipeline/ReinhardTonemap.client.vue +0 -3
- package/layers/shader/app/components/Pipeline/RidgedNoise.client.vue +22 -22
- package/layers/shader/app/components/Pipeline/Ring.client.vue +26 -32
- package/layers/shader/app/components/Pipeline/RingField.client.vue +36 -33
- package/layers/shader/app/components/Pipeline/RisographGrain.client.vue +29 -35
- package/layers/shader/app/components/Pipeline/RotatedGradientBlend.client.vue +29 -35
- package/layers/shader/app/components/Pipeline/SDFColourMask.client.vue +15 -18
- package/layers/shader/app/components/Pipeline/SDFRadialMask.client.vue +16 -18
- package/layers/shader/app/components/Pipeline/SRGBToLinear.client.vue +8 -14
- package/layers/shader/app/components/Pipeline/Saturation.client.vue +8 -14
- package/layers/shader/app/components/Pipeline/Scanlines.client.vue +21 -22
- package/layers/shader/app/components/Pipeline/ScreenBlend.client.vue +15 -16
- package/layers/shader/app/components/Pipeline/ShaderDebugger.client.vue +28 -29
- package/layers/shader/app/components/Pipeline/SimplexNoise.client.vue +25 -32
- package/layers/shader/app/components/Pipeline/SkyAtmosphere.client.vue +37 -44
- package/layers/shader/app/components/Pipeline/SoftLightBlend.client.vue +15 -16
- package/layers/shader/app/components/Pipeline/SolidColour.client.vue +7 -16
- package/layers/shader/app/components/Pipeline/SplitTone.client.vue +27 -28
- package/layers/shader/app/components/Pipeline/Star.client.vue +31 -37
- package/layers/shader/app/components/Pipeline/Starfield.client.vue +29 -27
- package/layers/shader/app/components/Pipeline/Stripes.client.vue +28 -27
- package/layers/shader/app/components/Pipeline/SubtractBlend.client.vue +15 -16
- package/layers/shader/app/components/Pipeline/TanhTonemap.client.vue +8 -17
- package/layers/shader/app/components/Pipeline/Threshold.client.vue +8 -14
- package/layers/shader/app/components/Pipeline/Tint.client.vue +16 -18
- package/layers/shader/app/components/Pipeline/Triangle.client.vue +22 -22
- package/layers/shader/app/components/Pipeline/UVAspectCorrect.client.vue +0 -2
- package/layers/shader/app/components/Pipeline/UVBreath.client.vue +16 -18
- package/layers/shader/app/components/Pipeline/UVBulge.client.vue +16 -18
- package/layers/shader/app/components/Pipeline/UVClamp.client.vue +0 -3
- package/layers/shader/app/components/Pipeline/UVColumnOffset.client.vue +16 -18
- package/layers/shader/app/components/Pipeline/UVFlipX.client.vue +0 -3
- package/layers/shader/app/components/Pipeline/UVFlipXY.client.vue +0 -3
- package/layers/shader/app/components/Pipeline/UVFlipY.client.vue +0 -3
- package/layers/shader/app/components/Pipeline/UVFractBand.client.vue +16 -18
- package/layers/shader/app/components/Pipeline/UVMousePull.client.vue +8 -14
- package/layers/shader/app/components/Pipeline/UVNoiseRotate.client.vue +21 -27
- package/layers/shader/app/components/Pipeline/UVNoiseWarp.client.vue +21 -22
- package/layers/shader/app/components/Pipeline/UVOrbit.client.vue +8 -14
- package/layers/shader/app/components/Pipeline/UVParallax.client.vue +8 -18
- package/layers/shader/app/components/Pipeline/UVPixelate.client.vue +7 -14
- package/layers/shader/app/components/Pipeline/UVPulse.client.vue +16 -18
- package/layers/shader/app/components/Pipeline/UVRipple.client.vue +26 -26
- package/layers/shader/app/components/Pipeline/UVRotate.client.vue +16 -22
- package/layers/shader/app/components/Pipeline/UVScale.client.vue +16 -22
- package/layers/shader/app/components/Pipeline/UVScroll.client.vue +12 -18
- package/layers/shader/app/components/Pipeline/UVScrollX.client.vue +8 -14
- package/layers/shader/app/components/Pipeline/UVScrollY.client.vue +8 -14
- package/layers/shader/app/components/Pipeline/UVShear.client.vue +16 -18
- package/layers/shader/app/components/Pipeline/UVSineWarpXY.client.vue +18 -24
- package/layers/shader/app/components/Pipeline/UVSwapAxes.client.vue +0 -3
- package/layers/shader/app/components/Pipeline/UVTile.client.vue +12 -18
- package/layers/shader/app/components/Pipeline/UVTwirl.client.vue +16 -18
- package/layers/shader/app/components/Pipeline/UVWarp.client.vue +21 -22
- package/layers/shader/app/components/Pipeline/VHSBleed.client.vue +27 -28
- package/layers/shader/app/components/Pipeline/ValueNoise.client.vue +22 -22
- package/layers/shader/app/components/Pipeline/Vibrance.client.vue +11 -17
- package/layers/shader/app/components/Pipeline/Vignette.client.vue +14 -20
- package/layers/shader/app/components/Pipeline/VoronoiEdges.client.vue +29 -28
- package/layers/shader/app/components/Pipeline/Water.client.vue +31 -37
- package/layers/shader/app/components/Pipeline/WaveBendLayer.client.vue +26 -32
- package/layers/shader/app/components/Pipeline/WaveColourLayer.client.vue +37 -36
- package/layers/shader/app/components/Pipeline/WhiteBalance.client.vue +23 -26
- package/layers/shader/app/components/Pipeline/Wood.client.vue +34 -40
- package/layers/shader/app/components/Preset/Aurora.client.vue +0 -7
- package/layers/shader/app/components/Preset/Flow.client.vue +15 -23
- package/layers/shader/app/components/Preset/GradientMesh.client.vue +15 -23
- package/layers/shader/app/components/Preset/Nebula.client.vue +15 -25
- package/layers/shader/app/components/Preset/Ocean.client.vue +15 -24
- package/layers/shader/app/components/Preset/ThemeAurora.client.vue +38 -47
- package/layers/shader/app/components/Preset/ThemeBubble.client.vue +38 -47
- package/layers/shader/app/components/Preset/ThemeFlow.client.vue +38 -47
- package/layers/shader/app/components/Preset/ThemeGradient.client.vue +38 -47
- package/layers/shader/app/components/Preset/ThemeLavaLamp.client.vue +38 -47
- package/layers/shader/app/components/Preset/ThemePlasma.client.vue +38 -47
- package/layers/shader/app/components/Preset/ThemeWave.client.vue +38 -47
- package/layers/shader/app/components/Shader/Background.client.vue +109 -75
- package/layers/shader/app/components/Shader/Debug.vue +4 -14
- package/layers/shader/app/components/Shader/Host.client.vue +7 -9
- package/layers/shader/app/components/Shader/Material.client.vue +8 -20
- package/layers/shader/app/components/Shader/Pipeline.client.vue +0 -6
- package/layers/shader/app/components/Shader/Runtime.client.vue +0 -5
- package/layers/shader/app/composables/useAmbientMaterials.ts +4 -9
- package/layers/shader/app/composables/useCSSColourUniform.ts +0 -4
- package/layers/shader/app/composables/useCSSFloatUniform.ts +0 -3
- package/layers/shader/app/composables/useShader.ts +1 -4
- package/layers/shader/app/composables/useShaderColor.ts +4 -6
- package/layers/shader/app/composables/useShaderFloat.ts +1 -3
- package/layers/shader/app/composables/useShaderGraph.ts +4 -5
- package/layers/shader/app/composables/useShaderRuntime.ts +0 -5
- package/layers/shader/app/composables/useShaderVec2.ts +4 -8
- package/layers/shader/app/composables/useSunDirectionUniform.ts +0 -6
- package/layers/shader/app/composables/useThemeColors.ts +0 -1
- package/layers/shader/app/composables/useUniforms.ts +25 -9
- package/layers/shader/app/plugins/shader.client.ts +4 -3
- package/layers/shader/app/shaders/common/blend.ts +2 -4
- package/layers/shader/app/shaders/common/complex.ts +0 -2
- package/layers/shader/app/shaders/common/effects.ts +5 -13
- package/layers/shader/app/shaders/common/grain.ts +2 -7
- package/layers/shader/app/shaders/common/lighting.ts +0 -3
- package/layers/shader/app/shaders/common/math.ts +12 -8
- package/layers/shader/app/shaders/common/noise.ts +48 -48
- package/layers/shader/app/shaders/common/noiseHelpers.ts +6 -6
- package/layers/shader/app/shaders/common/palette.ts +10 -11
- package/layers/shader/app/shaders/common/patterns.ts +1 -4
- package/layers/shader/app/shaders/common/sdf.ts +11 -7
- package/layers/shader/app/shaders/common/shapes.ts +25 -15
- package/layers/shader/app/shaders/common/tonemapping.ts +0 -2
- package/layers/shader/app/shaders/common/uv.ts +20 -29
- package/layers/shader/app/shaders/createMaterial.ts +2 -5
- package/layers/shader/app/shaders/layers/aurora.ts +14 -17
- package/layers/shader/app/shaders/layers/meshGradient.ts +13 -16
- package/layers/shader/app/shaders/layers/paperShading.ts +15 -19
- package/layers/shader/app/shaders/layers/shaderGradient.ts +18 -23
- package/layers/shader/app/shaders/layers/stripe.ts +14 -17
- package/layers/shader/app/shaders/types.ts +9 -1
- package/layers/shader/app/types/app-config.d.ts +1 -1
- package/layers/shader/app/types/tsl.ts +0 -1
- package/layers/shader/app/types/uniforms.ts +0 -1
- package/layers/shader/app/utils/tsl/animation.ts +50 -52
- package/layers/shader/app/utils/tsl/color.ts +20 -19
- package/layers/shader/app/utils/tsl/noise.ts +10 -12
- package/layers/shader/app/utils/tsl/oklch.ts +6 -7
- package/layers/shader/app/utils/tsl/patterns.ts +4 -6
- package/layers/shader/app/utils/tsl/tween.ts +2 -4
- package/layers/shader/app/utils/tsl/uv.ts +6 -6
- package/layers/theme/app/components/ThemePicker/AccentButton.vue +1 -3
- package/layers/theme/app/components/ThemePicker/Colors.vue +0 -1
- package/layers/theme/app/composables/useAccentColor.ts +0 -1
- package/layers/theme/app/plugins/theme.client.ts +4 -3
- package/layers/theme/app/types/app-config.d.ts +1 -2
- package/layers/transitions/app/components/Motion/Transition.vue +15 -22
- package/layers/typography/app/components/Typography/CodeBlock.vue +16 -19
- package/layers/typography/app/components/Typography/Headline.vue +46 -49
- package/layers/typography/app/components/Typography/HeadlineScreen.vue +36 -40
- package/layers/typography/app/components/Typography/QuoteBlock.vue +3 -4
- package/layers/typography/app/components/Typography/TextStroke.vue +15 -20
- package/layers/typography/app/components/Typography/index.vue +0 -4
- package/layers/typography/app/composables/typography.ts +9 -11
- package/layers/visual/app/app.config.ts +1 -2
- package/layers/visual/app/components/Accent/Blob.vue +0 -3
- package/layers/visual/app/components/Accent/Scene.vue +12 -17
- package/layers/visual/app/components/Base/Modal.vue +0 -1
- package/layers/visual/app/components/Gradient/Background.vue +10 -13
- package/layers/visual/app/components/Gradient/Text.vue +10 -13
- package/layers/visual/app/components/Media/Picture.vue +0 -1
- package/layers/visual/app/components/Progress/Bar.vue +0 -1
- package/layers/visual/app/components/Progress/Circular.vue +0 -1
- package/layers/visual/app/components/Tint/Overlay.vue +0 -2
- package/layers/visual/app/composables/gradient.ts +6 -11
- package/layers/visual/app/composables/picture.ts +0 -1
- package/layers/visual/app/composables/tint.ts +0 -1
- package/layers/visual/app/types/media.ts +0 -1
- package/package.json +2 -1
|
@@ -1,11 +1,11 @@
|
|
|
1
1
|
import type { MaybeRef } from 'vue'
|
|
2
2
|
|
|
3
|
-
|
|
3
|
+
type VelocityMapping = {
|
|
4
4
|
input: [number, number]
|
|
5
5
|
output: [number, number]
|
|
6
6
|
}
|
|
7
7
|
|
|
8
|
-
|
|
8
|
+
type UseMarqueeVelocityOptions = {
|
|
9
9
|
damping?: MaybeRef<number>
|
|
10
10
|
stiffness?: MaybeRef<number>
|
|
11
11
|
velocityMapping?: MaybeRef<VelocityMapping>
|
|
@@ -1,9 +1,4 @@
|
|
|
1
|
-
<!-- eslint-disable vue/no-boolean-default -->
|
|
2
|
-
<!-- eslint-disable @typescript-eslint/ban-ts-comment -->
|
|
3
|
-
<!-- eslint-disable vue/define-props-destructuring -->
|
|
4
|
-
<!-- eslint-disable @typescript-eslint/no-explicit-any -->
|
|
5
1
|
<script setup lang="ts">
|
|
6
|
-
// @ts-nocheck - Three.js WebGPU types + TresJS renderer factory
|
|
7
2
|
import { TresCanvas } from '@tresjs/core'
|
|
8
3
|
import {
|
|
9
4
|
ACESFilmicToneMapping,
|
|
@@ -16,33 +11,30 @@
|
|
|
16
11
|
} from 'three'
|
|
17
12
|
import { WebGPURenderer } from 'three/webgpu'
|
|
18
13
|
|
|
19
|
-
const
|
|
20
|
-
|
|
21
|
-
|
|
22
|
-
|
|
23
|
-
|
|
24
|
-
|
|
25
|
-
|
|
26
|
-
|
|
27
|
-
|
|
28
|
-
|
|
29
|
-
|
|
30
|
-
|
|
31
|
-
|
|
32
|
-
|
|
33
|
-
|
|
34
|
-
|
|
35
|
-
|
|
36
|
-
|
|
37
|
-
|
|
38
|
-
|
|
39
|
-
|
|
40
|
-
|
|
41
|
-
|
|
42
|
-
|
|
43
|
-
webgpu: false,
|
|
44
|
-
}
|
|
45
|
-
)
|
|
14
|
+
const {
|
|
15
|
+
clearColor = '#000000',
|
|
16
|
+
toneMapping = 'aces',
|
|
17
|
+
outputColorSpace = 'srgb',
|
|
18
|
+
shadows = false,
|
|
19
|
+
antialias = true,
|
|
20
|
+
alpha = false,
|
|
21
|
+
preserveDrawingBuffer = false,
|
|
22
|
+
powerPreference = 'high-performance',
|
|
23
|
+
windowSize = true,
|
|
24
|
+
webgpu = false,
|
|
25
|
+
} = defineProps<{
|
|
26
|
+
clearColor?: string
|
|
27
|
+
toneMapping?: 'aces' | 'reinhard' | 'cineon' | 'linear'
|
|
28
|
+
outputColorSpace?: 'srgb' | 'linear'
|
|
29
|
+
shadows?: boolean
|
|
30
|
+
antialias?: boolean
|
|
31
|
+
alpha?: boolean
|
|
32
|
+
preserveDrawingBuffer?: boolean
|
|
33
|
+
powerPreference?: 'default' | 'high-performance' | 'low-power'
|
|
34
|
+
windowSize?: boolean
|
|
35
|
+
/** Use WebGPURenderer (required for node materials / TSL shaders) */
|
|
36
|
+
webgpu?: boolean
|
|
37
|
+
}>()
|
|
46
38
|
|
|
47
39
|
const emit = defineEmits<{
|
|
48
40
|
ready: [context: any]
|
|
@@ -62,12 +54,12 @@
|
|
|
62
54
|
}
|
|
63
55
|
|
|
64
56
|
const resolvedToneMapping = computed(() => {
|
|
65
|
-
const key =
|
|
57
|
+
const key = toneMapping || shaderConfig.toneMapping || 'aces'
|
|
66
58
|
return toneMappingMap[key] ?? ACESFilmicToneMapping
|
|
67
59
|
})
|
|
68
60
|
|
|
69
61
|
const resolvedColorSpace = computed(() => {
|
|
70
|
-
return
|
|
62
|
+
return outputColorSpace === 'srgb' ? SRGBColorSpace : 'srgb-linear'
|
|
71
63
|
})
|
|
72
64
|
|
|
73
65
|
const maxDpr = computed(() => {
|
|
@@ -77,20 +69,21 @@
|
|
|
77
69
|
|
|
78
70
|
// WebGPU renderer factory — TresJS v5 calls renderer.init() automatically
|
|
79
71
|
// when the returned object has isRenderer === true (three/webgpu Renderer base class)
|
|
80
|
-
|
|
81
|
-
|
|
82
|
-
|
|
83
|
-
|
|
84
|
-
|
|
85
|
-
|
|
86
|
-
|
|
87
|
-
|
|
88
|
-
|
|
89
|
-
|
|
90
|
-
|
|
91
|
-
|
|
92
|
-
|
|
93
|
-
|
|
72
|
+
function webgpuRendererFactory({ canvas }: { canvas: any }) {
|
|
73
|
+
const r = new WebGPURenderer({
|
|
74
|
+
canvas: unref(canvas),
|
|
75
|
+
antialias,
|
|
76
|
+
// WebGPU has no 'default' power preference — omit to let the browser decide
|
|
77
|
+
...(powerPreference === 'default' ? {} : { powerPreference }),
|
|
78
|
+
})
|
|
79
|
+
r.setPixelRatio(Math.min(window.devicePixelRatio, maxDpr.value))
|
|
80
|
+
r.setClearColor(new Color(clearColor))
|
|
81
|
+
r.toneMapping = resolvedToneMapping.value
|
|
82
|
+
r.outputColorSpace = resolvedColorSpace.value
|
|
83
|
+
return r
|
|
84
|
+
}
|
|
85
|
+
|
|
86
|
+
const rendererBinding = computed(() => (webgpu ? { renderer: webgpuRendererFactory } : {}))
|
|
94
87
|
|
|
95
88
|
function onReady(context: any) {
|
|
96
89
|
emit('ready', context)
|
|
@@ -109,7 +102,7 @@
|
|
|
109
102
|
:power-preference
|
|
110
103
|
:window-size
|
|
111
104
|
:dpr="maxDpr"
|
|
112
|
-
|
|
105
|
+
v-bind="rendererBinding"
|
|
113
106
|
class="shader-canvas"
|
|
114
107
|
@ready="onReady"
|
|
115
108
|
>
|
|
@@ -1,6 +1,3 @@
|
|
|
1
|
-
/* eslint-disable no-restricted-syntax */
|
|
2
|
-
/* eslint-disable @typescript-eslint/no-explicit-any */
|
|
3
|
-
/* eslint-disable @typescript-eslint/consistent-type-assertions */
|
|
4
1
|
import {
|
|
5
2
|
QUALITY_PRESETS,
|
|
6
3
|
type QualityLevel,
|
|
@@ -8,7 +5,6 @@ import {
|
|
|
8
5
|
type RendererBackend,
|
|
9
6
|
type RendererCapabilities,
|
|
10
7
|
} from '#layers/canvas/types/renderer'
|
|
11
|
-
import type { WebGLRenderer } from 'three'
|
|
12
8
|
|
|
13
9
|
/**
|
|
14
10
|
* Detect and expose renderer capabilities
|
|
@@ -17,23 +13,36 @@ export function useRendererCapabilities() {
|
|
|
17
13
|
const capabilities = ref<RendererCapabilities | null>(null)
|
|
18
14
|
const isReady = ref(false)
|
|
19
15
|
|
|
20
|
-
function detectFromRenderer(renderer:
|
|
16
|
+
function detectFromRenderer(renderer: any) {
|
|
17
|
+
const isWebGPU = renderer.constructor?.name === 'WebGPURenderer'
|
|
21
18
|
const glCaps = renderer.capabilities
|
|
22
19
|
|
|
23
|
-
|
|
24
|
-
|
|
25
|
-
|
|
26
|
-
|
|
27
|
-
|
|
28
|
-
|
|
29
|
-
|
|
30
|
-
|
|
31
|
-
|
|
32
|
-
|
|
33
|
-
|
|
34
|
-
|
|
35
|
-
|
|
36
|
-
|
|
20
|
+
if (isWebGPU || !glCaps) {
|
|
21
|
+
capabilities.value = {
|
|
22
|
+
backend: 'webgpu',
|
|
23
|
+
maxTextureSize: 16384,
|
|
24
|
+
maxTextures: 16,
|
|
25
|
+
maxVertexUniforms: 256,
|
|
26
|
+
maxFragmentUniforms: 256,
|
|
27
|
+
floatTextures: true,
|
|
28
|
+
anisotropy: 16,
|
|
29
|
+
precision: 'highp',
|
|
30
|
+
devicePixelRatio: renderer.getPixelRatio?.() ?? 1,
|
|
31
|
+
isWebGPU: true,
|
|
32
|
+
}
|
|
33
|
+
} else {
|
|
34
|
+
capabilities.value = {
|
|
35
|
+
backend: 'webgl',
|
|
36
|
+
maxTextureSize: glCaps.maxTextureSize,
|
|
37
|
+
maxTextures: glCaps.maxTextures,
|
|
38
|
+
maxVertexUniforms: glCaps.maxVertexUniforms,
|
|
39
|
+
maxFragmentUniforms: glCaps.maxFragmentUniforms,
|
|
40
|
+
floatTextures: glCaps.isWebGL2 || false,
|
|
41
|
+
anisotropy: glCaps.getMaxAnisotropy(),
|
|
42
|
+
precision: glCaps.precision as 'lowp' | 'mediump' | 'highp',
|
|
43
|
+
devicePixelRatio: renderer.getPixelRatio(),
|
|
44
|
+
isWebGPU: false,
|
|
45
|
+
}
|
|
37
46
|
}
|
|
38
47
|
|
|
39
48
|
isReady.value = true
|
|
@@ -96,14 +105,13 @@ export function useAutoQuality() {
|
|
|
96
105
|
const cores = navigator.hardwareConcurrency || 2
|
|
97
106
|
|
|
98
107
|
// Determine quality
|
|
108
|
+
quality.value = 'ultra'
|
|
99
109
|
if (isMobile || cores <= 2) {
|
|
100
110
|
quality.value = 'low'
|
|
101
111
|
} else if (dpr <= 1 || cores <= 4) {
|
|
102
112
|
quality.value = 'medium'
|
|
103
113
|
} else if (dpr <= 2) {
|
|
104
114
|
quality.value = 'high'
|
|
105
|
-
} else {
|
|
106
|
-
quality.value = 'ultra'
|
|
107
115
|
}
|
|
108
116
|
})
|
|
109
117
|
|
|
@@ -1,4 +1,3 @@
|
|
|
1
|
-
/* eslint-disable no-restricted-syntax */
|
|
2
1
|
import { computed, onMounted, onUnmounted, ref } from 'vue'
|
|
3
2
|
import { uniform } from 'three/tsl'
|
|
4
3
|
|
|
@@ -136,11 +135,11 @@ export function useShaderTime(options: ShaderTimeOptions = {}) {
|
|
|
136
135
|
/**
|
|
137
136
|
* Simple global time singleton for basic use cases
|
|
138
137
|
*/
|
|
139
|
-
|
|
138
|
+
const _globalTime = { instance: null as ReturnType<typeof useShaderTime> | null }
|
|
140
139
|
|
|
141
140
|
export function useGlobalShaderTime() {
|
|
142
|
-
if (!
|
|
143
|
-
|
|
141
|
+
if (!_globalTime.instance) {
|
|
142
|
+
_globalTime.instance = useShaderTime({ autoStart: true })
|
|
144
143
|
}
|
|
145
|
-
return
|
|
144
|
+
return _globalTime.instance
|
|
146
145
|
}
|
|
@@ -20,6 +20,7 @@ export type QualitySettings = {
|
|
|
20
20
|
antialias: boolean
|
|
21
21
|
shadows: boolean
|
|
22
22
|
postProcessing: boolean
|
|
23
|
+
particleCount: number
|
|
23
24
|
}
|
|
24
25
|
|
|
25
26
|
export const QUALITY_PRESETS: Record<QualityLevel, QualitySettings> = {
|
|
@@ -28,23 +29,27 @@ export const QUALITY_PRESETS: Record<QualityLevel, QualitySettings> = {
|
|
|
28
29
|
antialias: false,
|
|
29
30
|
shadows: false,
|
|
30
31
|
postProcessing: false,
|
|
32
|
+
particleCount: 500,
|
|
31
33
|
},
|
|
32
34
|
medium: {
|
|
33
35
|
pixelRatio: 1.5,
|
|
34
36
|
antialias: true,
|
|
35
37
|
shadows: false,
|
|
36
38
|
postProcessing: true,
|
|
39
|
+
particleCount: 2500,
|
|
37
40
|
},
|
|
38
41
|
high: {
|
|
39
42
|
pixelRatio: 2,
|
|
40
43
|
antialias: true,
|
|
41
44
|
shadows: true,
|
|
42
45
|
postProcessing: true,
|
|
46
|
+
particleCount: 10000,
|
|
43
47
|
},
|
|
44
48
|
ultra: {
|
|
45
49
|
pixelRatio: 2,
|
|
46
50
|
antialias: true,
|
|
47
51
|
shadows: true,
|
|
48
52
|
postProcessing: true,
|
|
53
|
+
particleCount: 50000,
|
|
49
54
|
},
|
|
50
55
|
}
|
|
@@ -6,19 +6,22 @@
|
|
|
6
6
|
}>()
|
|
7
7
|
|
|
8
8
|
const asBlog = (item: unknown) => item as BlogCollectionItem
|
|
9
|
+
|
|
10
|
+
function formatDate(date?: string) {
|
|
11
|
+
if (!date) return ''
|
|
12
|
+
return new Date(date).toLocaleDateString('en-US', {
|
|
13
|
+
year: 'numeric',
|
|
14
|
+
month: 'long',
|
|
15
|
+
day: 'numeric',
|
|
16
|
+
})
|
|
17
|
+
}
|
|
9
18
|
</script>
|
|
10
19
|
|
|
11
20
|
<template>
|
|
12
21
|
<NuxtContentDetail collection="blog" :slug not-found-message="Blog post not found">
|
|
13
22
|
<template #headline="{ item }">
|
|
14
23
|
<div class="flex items-center gap-3 text-sm text-muted">
|
|
15
|
-
<time v-if="asBlog(item).date">{{
|
|
16
|
-
new Date(asBlog(item).date).toLocaleDateString('en-US', {
|
|
17
|
-
year: 'numeric',
|
|
18
|
-
month: 'long',
|
|
19
|
-
day: 'numeric',
|
|
20
|
-
})
|
|
21
|
-
}}</time>
|
|
24
|
+
<time v-if="asBlog(item).date">{{ formatDate(asBlog(item).date) }}</time>
|
|
22
25
|
<UBadge v-if="asBlog(item).badge" color="primary" variant="subtle">
|
|
23
26
|
{{ asBlog(item).badge }}
|
|
24
27
|
</UBadge>
|
|
@@ -1,6 +1,4 @@
|
|
|
1
|
-
<!-- eslint-disable @typescript-eslint/ban-ts-comment -->
|
|
2
1
|
<script setup lang="ts">
|
|
3
|
-
// @ts-nocheck
|
|
4
2
|
import type { BlogQueryOptions } from '../../types/content'
|
|
5
3
|
|
|
6
4
|
const { options = {} } = defineProps<{
|
|
@@ -17,10 +15,10 @@
|
|
|
17
15
|
v-for="post in posts"
|
|
18
16
|
:key="post.id"
|
|
19
17
|
:title="post.title"
|
|
20
|
-
:date="post.date"
|
|
21
18
|
:to="post.path"
|
|
22
19
|
variant="outline"
|
|
23
20
|
v-bind="{
|
|
21
|
+
...(post.date !== undefined && { date: post.date }),
|
|
24
22
|
...(post.description !== undefined && { description: post.description }),
|
|
25
23
|
...(post.image !== undefined && { image: post.image }),
|
|
26
24
|
...(post.badge !== undefined && { badge: post.badge }),
|
|
@@ -28,7 +26,7 @@
|
|
|
28
26
|
authors: post.authors.map((a) => ({
|
|
29
27
|
name: a.name,
|
|
30
28
|
...(a.avatar && { avatar: { src: a.avatar } }),
|
|
31
|
-
...(a.
|
|
29
|
+
...(a.link && { to: a.link, target: '_blank' as const }),
|
|
32
30
|
})),
|
|
33
31
|
}),
|
|
34
32
|
}"
|
|
@@ -34,10 +34,6 @@
|
|
|
34
34
|
else if (event.key === 'ArrowRight') next()
|
|
35
35
|
}
|
|
36
36
|
|
|
37
|
-
function open() {
|
|
38
|
-
open = false
|
|
39
|
-
}
|
|
40
|
-
|
|
41
37
|
onMounted(() => {
|
|
42
38
|
globalThis.addEventListener('keydown', onKeydown)
|
|
43
39
|
})
|
|
@@ -61,9 +57,8 @@
|
|
|
61
57
|
color="neutral"
|
|
62
58
|
variant="ghost"
|
|
63
59
|
class="absolute top-4 right-4 text-white"
|
|
64
|
-
@click="open"
|
|
60
|
+
@click="() => (open = false)"
|
|
65
61
|
/>
|
|
66
|
-
<!-- @click="open = false" -->
|
|
67
62
|
|
|
68
63
|
<!-- Prev -->
|
|
69
64
|
<UButton
|
|
@@ -1,14 +1,13 @@
|
|
|
1
|
-
<!-- eslint-disable @typescript-eslint/ban-ts-comment -->
|
|
2
|
-
<!-- eslint-disable vue/require-default-prop -->
|
|
3
1
|
<script setup lang="ts">
|
|
4
|
-
|
|
2
|
+
import type { PageCollections } from '@nuxt/content'
|
|
3
|
+
|
|
5
4
|
const {
|
|
6
5
|
collection,
|
|
7
6
|
slug,
|
|
8
7
|
notFoundMessage = 'Content not found',
|
|
9
8
|
hideToc = false,
|
|
10
9
|
} = defineProps<{
|
|
11
|
-
collection:
|
|
10
|
+
collection: keyof PageCollections
|
|
12
11
|
slug: string
|
|
13
12
|
notFoundMessage?: string
|
|
14
13
|
hideToc?: boolean
|
|
@@ -1,11 +1,9 @@
|
|
|
1
|
-
<!-- eslint-disable @typescript-eslint/ban-ts-comment -->
|
|
2
1
|
<script setup lang="ts">
|
|
3
|
-
|
|
4
|
-
import type { PortfolioCollectionItem } from '@nuxt/content'
|
|
2
|
+
import type { PageCollections, PortfolioCollectionItem } from '@nuxt/content'
|
|
5
3
|
|
|
6
4
|
const { slug, collection = 'portfolio' } = defineProps<{
|
|
7
5
|
slug: string
|
|
8
|
-
collection?:
|
|
6
|
+
collection?: keyof PageCollections
|
|
9
7
|
}>()
|
|
10
8
|
|
|
11
9
|
const asPortfolio = (item: unknown) => item as PortfolioCollectionItem
|
|
@@ -1,7 +1,9 @@
|
|
|
1
1
|
<script setup lang="ts">
|
|
2
|
+
import type { PageCollections } from '@nuxt/content'
|
|
3
|
+
|
|
2
4
|
const { slug, collection = 'portfolio' } = defineProps<{
|
|
3
5
|
slug: string
|
|
4
|
-
collection?:
|
|
6
|
+
collection?: keyof PageCollections
|
|
5
7
|
}>()
|
|
6
8
|
const { contentLayer } = useAppConfig()
|
|
7
9
|
if (contentLayer?.sections?.portfolio === false) {
|
|
@@ -1,22 +1,37 @@
|
|
|
1
|
-
<!-- eslint-disable @typescript-eslint/ban-ts-comment -->
|
|
2
1
|
<script setup lang="ts">
|
|
3
|
-
|
|
2
|
+
import type { Collections } from '@nuxt/content'
|
|
3
|
+
|
|
4
4
|
import type { PortfolioQueryOptions } from '../../types/content'
|
|
5
5
|
|
|
6
6
|
const { options = {}, collection = 'portfolio' } = defineProps<{
|
|
7
7
|
options?: PortfolioQueryOptions
|
|
8
|
-
collection?:
|
|
8
|
+
collection?: keyof Collections
|
|
9
9
|
}>()
|
|
10
10
|
|
|
11
11
|
const { useItems } = createPortfolioComposables(collection)
|
|
12
12
|
const { data: items, status } = await useItems(options)
|
|
13
|
+
|
|
14
|
+
// Items may come from any collection — normalize the portfolio-style
|
|
15
|
+
// metadata so the template works on a single shape
|
|
16
|
+
const cards = computed(() =>
|
|
17
|
+
(items.value ?? []).map((item) => ({
|
|
18
|
+
id: item.id,
|
|
19
|
+
title: item.title,
|
|
20
|
+
description: item.description,
|
|
21
|
+
path: item.path,
|
|
22
|
+
image: 'image' in item ? item.image : undefined,
|
|
23
|
+
client: 'client' in item ? item.client : undefined,
|
|
24
|
+
year: 'year' in item ? item.year : undefined,
|
|
25
|
+
tags: 'tags' in item ? (item.tags ?? []) : [],
|
|
26
|
+
}))
|
|
27
|
+
)
|
|
13
28
|
</script>
|
|
14
29
|
|
|
15
30
|
<template>
|
|
16
|
-
<NuxtContentList :status :has-items="!!
|
|
31
|
+
<NuxtContentList :status :has-items="!!cards.length" empty-message="No items found">
|
|
17
32
|
<UPageGrid>
|
|
18
33
|
<UPageCard
|
|
19
|
-
v-for="item in
|
|
34
|
+
v-for="item in cards"
|
|
20
35
|
:key="item.id"
|
|
21
36
|
:title="item.title"
|
|
22
37
|
variant="outline"
|
|
@@ -1,22 +1,36 @@
|
|
|
1
|
-
|
|
2
|
-
|
|
1
|
+
import type { Collections } from '@nuxt/content'
|
|
2
|
+
|
|
3
3
|
import type { PortfolioQueryOptions } from '../types/content'
|
|
4
4
|
|
|
5
|
-
|
|
5
|
+
type CollectionItem = Collections[keyof Collections]
|
|
6
|
+
|
|
7
|
+
function itemYear(item: CollectionItem): number {
|
|
8
|
+
return 'year' in item ? (item.year ?? 0) : 0
|
|
9
|
+
}
|
|
10
|
+
|
|
11
|
+
function itemFeatured(item: CollectionItem): boolean {
|
|
12
|
+
return 'featured' in item ? (item.featured ?? false) : false
|
|
13
|
+
}
|
|
14
|
+
|
|
15
|
+
function itemTags(item: CollectionItem): string[] {
|
|
16
|
+
return 'tags' in item ? (item.tags ?? []) : []
|
|
17
|
+
}
|
|
18
|
+
|
|
19
|
+
export function createPortfolioComposables(collectionName: keyof Collections) {
|
|
6
20
|
function useItems(options: PortfolioQueryOptions = {}) {
|
|
7
21
|
const { featured, tags, limit } = options
|
|
8
22
|
|
|
9
23
|
return useContentData(`${collectionName}-items`, async () => {
|
|
10
|
-
let items = (await queryCollection(collectionName).all()).sort(
|
|
11
|
-
(a, b) => (b
|
|
24
|
+
let items: CollectionItem[] = (await queryCollection(collectionName).all()).sort(
|
|
25
|
+
(a, b) => itemYear(b) - itemYear(a)
|
|
12
26
|
)
|
|
13
27
|
|
|
14
28
|
if (featured !== undefined) {
|
|
15
|
-
items = items.filter((item) => item
|
|
29
|
+
items = items.filter((item) => itemFeatured(item) === featured)
|
|
16
30
|
}
|
|
17
31
|
|
|
18
32
|
if (tags?.length) {
|
|
19
|
-
items = items.filter((item) => item.
|
|
33
|
+
items = items.filter((item) => itemTags(item).some((tag) => tags.includes(tag)))
|
|
20
34
|
}
|
|
21
35
|
|
|
22
36
|
if (limit) {
|
|
@@ -1,9 +1,8 @@
|
|
|
1
|
-
/* eslint-disable @typescript-eslint/consistent-type-assertions */
|
|
2
1
|
import type { Collections } from '@nuxt/content'
|
|
3
2
|
|
|
4
|
-
export function useCollectionItem(collection:
|
|
3
|
+
export function useCollectionItem(collection: keyof Collections, slug: string) {
|
|
5
4
|
return useContentData(`${collection}-${slug}`, () =>
|
|
6
|
-
queryCollection(collection
|
|
5
|
+
queryCollection(collection)
|
|
7
6
|
.path(`/${collection}/${slug}`)
|
|
8
7
|
.first()
|
|
9
8
|
)
|
|
@@ -1,8 +1,7 @@
|
|
|
1
|
-
/* eslint-disable @typescript-eslint/consistent-type-assertions */
|
|
2
1
|
import type { PageCollections } from '@nuxt/content'
|
|
3
2
|
|
|
4
|
-
export function useCollectionSurround(collection:
|
|
3
|
+
export function useCollectionSurround(collection: keyof PageCollections, slug: string) {
|
|
5
4
|
return useContentData(`${collection}-${slug}-surround`, () =>
|
|
6
|
-
queryCollectionItemSurroundings(collection
|
|
5
|
+
queryCollectionItemSurroundings(collection, `/${collection}/${slug}`)
|
|
7
6
|
)
|
|
8
7
|
}
|