shaders 2.2.33 → 2.2.34
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
- package/dist/core/BrightnessContrast-CaErceqR.js +43 -0
- package/dist/core/index.js +109 -107
- package/dist/core/shaderRegistry.d.ts.map +1 -1
- package/dist/core/shaders/BrightnessContrast/index.d.ts +21 -0
- package/dist/core/shaders/BrightnessContrast/index.d.ts.map +1 -0
- package/dist/core/shaders/BrightnessContrast/index.js +2 -0
- package/dist/core/shaders/Bulge/index.js +1 -1
- package/dist/core/shaders/CRTScreen/index.js +1 -1
- package/dist/core/shaders/ChannelBlur/index.js +1 -1
- package/dist/core/shaders/Checkerboard/index.js +1 -1
- package/dist/core/shaders/ChromaFlow/index.js +1 -1
- package/dist/core/shaders/ChromaticAberration/index.js +1 -1
- package/dist/core/shaders/Circle/index.js +1 -1
- package/dist/core/shaders/CursorTrail/index.js +1 -1
- package/dist/core/shaders/DiffuseBlur/index.js +1 -1
- package/dist/core/shaders/Dither/index.js +1 -1
- package/dist/core/shaders/DotGrid/index.js +1 -1
- package/dist/core/shaders/Duotone/index.js +1 -1
- package/dist/core/shaders/FilmGrain/index.js +1 -1
- package/dist/core/shaders/FloatingParticles/index.js +1 -1
- package/dist/core/shaders/GlassTiles/index.js +1 -1
- package/dist/core/shaders/Glow/index.js +1 -1
- package/dist/core/shaders/Godrays/index.js +1 -1
- package/dist/core/shaders/Grayscale/index.js +1 -1
- package/dist/core/shaders/Grid/index.js +1 -1
- package/dist/core/shaders/GridDistortion/index.js +1 -1
- package/dist/core/shaders/Group/index.js +1 -1
- package/dist/core/shaders/Halftone/index.js +1 -1
- package/dist/core/shaders/HueShift/index.js +1 -1
- package/dist/core/shaders/ImageTexture/index.js +1 -1
- package/dist/core/shaders/Invert/index.js +1 -1
- package/dist/core/shaders/LinearBlur/index.js +1 -1
- package/dist/core/shaders/LinearGradient/index.js +1 -1
- package/dist/core/shaders/Liquify/index.js +1 -1
- package/dist/core/shaders/Pixelate/index.js +1 -1
- package/dist/core/shaders/PolarCoordinates/index.js +1 -1
- package/dist/core/shaders/Posterize/index.js +1 -1
- package/dist/core/shaders/ProgressiveBlur/index.js +1 -1
- package/dist/core/shaders/RadialGradient/index.js +1 -1
- package/dist/core/shaders/RectangularCoordinates/index.js +1 -1
- package/dist/core/shaders/Ripples/index.js +1 -1
- package/dist/core/shaders/Saturation/index.js +1 -1
- package/dist/core/shaders/SimplexNoise/index.js +1 -1
- package/dist/core/shaders/SineWave/index.js +1 -1
- package/dist/core/shaders/SolidColor/index.js +1 -1
- package/dist/core/shaders/Spherize/index.js +1 -1
- package/dist/core/shaders/Spiral/index.js +1 -1
- package/dist/core/shaders/Strands/index.js +1 -1
- package/dist/core/shaders/Stretch/index.js +1 -1
- package/dist/core/shaders/Swirl/index.js +1 -1
- package/dist/core/shaders/TiltShift/index.js +1 -1
- package/dist/core/shaders/Tritone/index.js +1 -1
- package/dist/core/shaders/Twirl/index.js +1 -1
- package/dist/core/shaders/Vibrance/index.js +1 -1
- package/dist/core/shaders/WaveDistortion/index.js +1 -1
- package/dist/core/shaders/ZoomBlur/index.js +1 -1
- package/dist/react/components/BrightnessContrast.d.ts +31 -0
- package/dist/react/components/BrightnessContrast.d.ts.map +1 -0
- package/dist/react/{generatePresetCode-Ci4D5lDy.js → generatePresetCode-CwTRhENe.js} +7 -0
- package/dist/react/index.d.ts +1 -0
- package/dist/react/index.d.ts.map +1 -1
- package/dist/react/index.js +528 -389
- package/dist/react/utils/generatePresetCode.d.ts.map +1 -1
- package/dist/react/utils/generatePresetCode.js +1 -1
- package/dist/registry.js +61 -0
- package/dist/solid/components/BrightnessContrast.d.ts +28 -0
- package/dist/solid/components/BrightnessContrast.d.ts.map +1 -0
- package/dist/solid/index.d.ts +1 -0
- package/dist/solid/index.d.ts.map +1 -1
- package/dist/solid/index.js +471 -330
- package/dist/solid/utils/generatePresetCode.d.ts.map +1 -1
- package/dist/solid/utils/generatePresetCode.js +7 -0
- package/dist/svelte/components/BrightnessContrast.svelte.d.ts +19 -0
- package/dist/svelte/{generatePresetCode-hILbcEw8.js → generatePresetCode-Qh7jlXV3.js} +7 -0
- package/dist/svelte/index.d.ts +1 -0
- package/dist/svelte/index.js +213 -102
- package/dist/svelte/utils/generatePresetCode.js +1 -1
- package/dist/vue/components/BrightnessContrast.vue.d.ts +57 -0
- package/dist/vue/components/BrightnessContrast.vue.d.ts.map +1 -0
- package/dist/vue/{generatePresetCode-DfkHaBG4.js → generatePresetCode-Bf-TQPvI.js} +7 -0
- package/dist/vue/index.d.ts +1 -0
- package/dist/vue/index.d.ts.map +1 -1
- package/dist/vue/index.js +486 -364
- package/dist/vue/utils/generatePresetCode.d.ts.map +1 -1
- package/dist/vue/utils/generatePresetCode.js +1 -1
- package/package.json +9 -1
- /package/dist/core/{Bulge-C8-_hIFp.js → Bulge-BVcWo6On.js} +0 -0
- /package/dist/core/{CRTScreen-DLy8Rig6.js → CRTScreen-CcAYeqoI.js} +0 -0
- /package/dist/core/{ChannelBlur-BPOGOQXl.js → ChannelBlur-CQoP7Igg.js} +0 -0
- /package/dist/core/{Checkerboard-D_H3XYbF.js → Checkerboard-D_hGvoO7.js} +0 -0
- /package/dist/core/{ChromaFlow-DhzC_8Ne.js → ChromaFlow-DizYQSgf.js} +0 -0
- /package/dist/core/{ChromaticAberration-hi7WGiVk.js → ChromaticAberration-Bk_DMYJm.js} +0 -0
- /package/dist/core/{Circle-DI0gXpyD.js → Circle-BlVzkeyl.js} +0 -0
- /package/dist/core/{CursorTrail-B9EQ9FsP.js → CursorTrail-CxXWV7KH.js} +0 -0
- /package/dist/core/{DiffuseBlur-Cg7AsB3W.js → DiffuseBlur-BTSRl65K.js} +0 -0
- /package/dist/core/{Dither-Bb5rLGEI.js → Dither-C1KyBYuE.js} +0 -0
- /package/dist/core/{DotGrid-B2DXsjFE.js → DotGrid-ll8XCA0p.js} +0 -0
- /package/dist/core/{Duotone-CRwhugbV.js → Duotone-d2gQJr4M.js} +0 -0
- /package/dist/core/{FilmGrain-CY4ZO9UI.js → FilmGrain-3h6TIe1T.js} +0 -0
- /package/dist/core/{FloatingParticles-BduIDXKd.js → FloatingParticles-B6KvHecR.js} +0 -0
- /package/dist/core/{GlassTiles-BaAwsNxl.js → GlassTiles-DqT67iqr.js} +0 -0
- /package/dist/core/{Glow-D0boDIAW.js → Glow-BYNKuw0E.js} +0 -0
- /package/dist/core/{Godrays-ChqiT2zn.js → Godrays-iMO6X606.js} +0 -0
- /package/dist/core/{Grayscale-Bi-XBvO_.js → Grayscale-BH3tLDGN.js} +0 -0
- /package/dist/core/{Grid-DazyiX15.js → Grid-CdslWvoH.js} +0 -0
- /package/dist/core/{GridDistortion-CYQUwuXw.js → GridDistortion-D-iiGELF.js} +0 -0
- /package/dist/core/{Group-C0AknFDS.js → Group-ByGv48Lm.js} +0 -0
- /package/dist/core/{Halftone-Ddrldk6b.js → Halftone-CV0aFuRG.js} +0 -0
- /package/dist/core/{HueShift-DvOpzM7W.js → HueShift-DQ2WgImx.js} +0 -0
- /package/dist/core/{ImageTexture-D0xwHmkW.js → ImageTexture-DKFb8ze3.js} +0 -0
- /package/dist/core/{Invert-Bmjbp6g6.js → Invert-w9duGaUu.js} +0 -0
- /package/dist/core/{LinearBlur-cYfqaOhb.js → LinearBlur-CTXjolzL.js} +0 -0
- /package/dist/core/{LinearGradient-B6ySxWpU.js → LinearGradient-CZo6e7r8.js} +0 -0
- /package/dist/core/{Liquify-yoKWSK0F.js → Liquify-BbfDBMNZ.js} +0 -0
- /package/dist/core/{Pixelate-BmE_Zryn.js → Pixelate-C5Rx1dBp.js} +0 -0
- /package/dist/core/{PolarCoordinates-PLyS00-P.js → PolarCoordinates-CIh5ef8m.js} +0 -0
- /package/dist/core/{Posterize-DIjjPS72.js → Posterize-Byy0Ek0l.js} +0 -0
- /package/dist/core/{ProgressiveBlur-XD4ivmMn.js → ProgressiveBlur-Bzz24_y-.js} +0 -0
- /package/dist/core/{RadialGradient-pwKyDUBu.js → RadialGradient-Ci1dU-1K.js} +0 -0
- /package/dist/core/{RectangularCoordinates-Dq2JrmOX.js → RectangularCoordinates-tVGG7WOJ.js} +0 -0
- /package/dist/core/{Ripples-Ot1rx8kL.js → Ripples-BCGSt5HD.js} +0 -0
- /package/dist/core/{Saturation-J0nI4hmh.js → Saturation-DWR1Nruu.js} +0 -0
- /package/dist/core/{SimplexNoise-BfilWh05.js → SimplexNoise-CAtknQS7.js} +0 -0
- /package/dist/core/{SineWave-DRqL-jda.js → SineWave-CHtV6kB4.js} +0 -0
- /package/dist/core/{SolidColor-B62ZBRlK.js → SolidColor-CSSquNVW.js} +0 -0
- /package/dist/core/{Spherize-DDP0_5VP.js → Spherize-BJby0xSU.js} +0 -0
- /package/dist/core/{Spiral-Cx7Z8gLc.js → Spiral-CpB3-tFZ.js} +0 -0
- /package/dist/core/{Strands-C9FBVtDe.js → Strands-C2KWiJc8.js} +0 -0
- /package/dist/core/{Stretch-BCpOO3q6.js → Stretch-Chpzutao.js} +0 -0
- /package/dist/core/{Swirl-BfD35doJ.js → Swirl-qbMypv_R.js} +0 -0
- /package/dist/core/{TiltShift-CvKqM1xk.js → TiltShift-D0qyWoe3.js} +0 -0
- /package/dist/core/{Tritone-BeEJj4U0.js → Tritone-DzeueG1F.js} +0 -0
- /package/dist/core/{Twirl-EJ3aS_lo.js → Twirl-B2Ic0WGq.js} +0 -0
- /package/dist/core/{Vibrance-BI5q7_Wt.js → Vibrance-BAGXelBi.js} +0 -0
- /package/dist/core/{WaveDistortion-BOWBSWEU.js → WaveDistortion-DYFl_8vA.js} +0 -0
- /package/dist/core/{ZoomBlur-gB0BxldE.js → ZoomBlur-CXpRNRJA.js} +0 -0
package/dist/vue/index.js
CHANGED
|
@@ -1,4 +1,4 @@
|
|
|
1
|
-
import { n as generatePresetCode } from "./generatePresetCode-
|
|
1
|
+
import { n as generatePresetCode } from "./generatePresetCode-Bf-TQPvI.js";
|
|
2
2
|
import { computed, createElementBlock, createElementVNode, defineComponent, effectScope, inject, mergeDefaults, mergeProps, onBeforeUnmount, onMounted, openBlock, provide, ref, renderSlot, toValue, watch } from "vue";
|
|
3
3
|
import { createUniformsMap, shaderRenderer } from "../core/index.js";
|
|
4
4
|
import { componentDefinition } from "../core/shaders/AngularBlur/index.js";
|
|
@@ -6,56 +6,57 @@ import { componentDefinition as componentDefinition$1 } from "../core/shaders/As
|
|
|
6
6
|
import { componentDefinition as componentDefinition$2 } from "../core/shaders/Beam/index.js";
|
|
7
7
|
import { componentDefinition as componentDefinition$3 } from "../core/shaders/Blob/index.js";
|
|
8
8
|
import { componentDefinition as componentDefinition$4 } from "../core/shaders/Blur/index.js";
|
|
9
|
-
import { componentDefinition as componentDefinition$5 } from "../core/shaders/
|
|
10
|
-
import { componentDefinition as componentDefinition$6 } from "../core/shaders/
|
|
11
|
-
import { componentDefinition as componentDefinition$7 } from "../core/shaders/
|
|
12
|
-
import { componentDefinition as componentDefinition$8 } from "../core/shaders/
|
|
13
|
-
import { componentDefinition as componentDefinition$9 } from "../core/shaders/
|
|
14
|
-
import { componentDefinition as componentDefinition$10 } from "../core/shaders/
|
|
15
|
-
import { componentDefinition as componentDefinition$11 } from "../core/shaders/
|
|
16
|
-
import { componentDefinition as componentDefinition$12 } from "../core/shaders/
|
|
17
|
-
import { componentDefinition as componentDefinition$13 } from "../core/shaders/
|
|
18
|
-
import { componentDefinition as componentDefinition$14 } from "../core/shaders/
|
|
19
|
-
import { componentDefinition as componentDefinition$15 } from "../core/shaders/
|
|
20
|
-
import { componentDefinition as componentDefinition$16 } from "../core/shaders/
|
|
21
|
-
import { componentDefinition as componentDefinition$17 } from "../core/shaders/
|
|
22
|
-
import { componentDefinition as componentDefinition$18 } from "../core/shaders/
|
|
23
|
-
import { componentDefinition as componentDefinition$19 } from "../core/shaders/
|
|
24
|
-
import { componentDefinition as componentDefinition$20 } from "../core/shaders/
|
|
25
|
-
import { componentDefinition as componentDefinition$21 } from "../core/shaders/
|
|
26
|
-
import { componentDefinition as componentDefinition$22 } from "../core/shaders/
|
|
27
|
-
import { componentDefinition as componentDefinition$23 } from "../core/shaders/
|
|
28
|
-
import { componentDefinition as componentDefinition$24 } from "../core/shaders/
|
|
29
|
-
import { componentDefinition as componentDefinition$25 } from "../core/shaders/
|
|
30
|
-
import { componentDefinition as componentDefinition$26 } from "../core/shaders/
|
|
31
|
-
import { componentDefinition as componentDefinition$27 } from "../core/shaders/
|
|
32
|
-
import { componentDefinition as componentDefinition$28 } from "../core/shaders/
|
|
33
|
-
import { componentDefinition as componentDefinition$29 } from "../core/shaders/
|
|
34
|
-
import { componentDefinition as componentDefinition$30 } from "../core/shaders/
|
|
35
|
-
import { componentDefinition as componentDefinition$31 } from "../core/shaders/
|
|
36
|
-
import { componentDefinition as componentDefinition$32 } from "../core/shaders/
|
|
37
|
-
import { componentDefinition as componentDefinition$33 } from "../core/shaders/
|
|
38
|
-
import { componentDefinition as componentDefinition$34 } from "../core/shaders/
|
|
39
|
-
import { componentDefinition as componentDefinition$35 } from "../core/shaders/
|
|
40
|
-
import { componentDefinition as componentDefinition$36 } from "../core/shaders/
|
|
41
|
-
import { componentDefinition as componentDefinition$37 } from "../core/shaders/
|
|
42
|
-
import { componentDefinition as componentDefinition$38 } from "../core/shaders/
|
|
43
|
-
import { componentDefinition as componentDefinition$39 } from "../core/shaders/
|
|
44
|
-
import { componentDefinition as componentDefinition$40 } from "../core/shaders/
|
|
45
|
-
import { componentDefinition as componentDefinition$41 } from "../core/shaders/
|
|
46
|
-
import { componentDefinition as componentDefinition$42 } from "../core/shaders/
|
|
47
|
-
import { componentDefinition as componentDefinition$43 } from "../core/shaders/
|
|
48
|
-
import { componentDefinition as componentDefinition$44 } from "../core/shaders/
|
|
49
|
-
import { componentDefinition as componentDefinition$45 } from "../core/shaders/
|
|
50
|
-
import { componentDefinition as componentDefinition$46 } from "../core/shaders/
|
|
51
|
-
import { componentDefinition as componentDefinition$47 } from "../core/shaders/
|
|
52
|
-
import { componentDefinition as componentDefinition$48 } from "../core/shaders/
|
|
53
|
-
import { componentDefinition as componentDefinition$49 } from "../core/shaders/
|
|
54
|
-
import { componentDefinition as componentDefinition$50 } from "../core/shaders/
|
|
55
|
-
import { componentDefinition as componentDefinition$51 } from "../core/shaders/
|
|
56
|
-
import { componentDefinition as componentDefinition$52 } from "../core/shaders/
|
|
57
|
-
import { componentDefinition as componentDefinition$53 } from "../core/shaders/
|
|
58
|
-
import { componentDefinition as componentDefinition$54 } from "../core/shaders/
|
|
9
|
+
import { componentDefinition as componentDefinition$5 } from "../core/shaders/BrightnessContrast/index.js";
|
|
10
|
+
import { componentDefinition as componentDefinition$6 } from "../core/shaders/Bulge/index.js";
|
|
11
|
+
import { componentDefinition as componentDefinition$7 } from "../core/shaders/CRTScreen/index.js";
|
|
12
|
+
import { componentDefinition as componentDefinition$8 } from "../core/shaders/ChannelBlur/index.js";
|
|
13
|
+
import { componentDefinition as componentDefinition$9 } from "../core/shaders/Checkerboard/index.js";
|
|
14
|
+
import { componentDefinition as componentDefinition$10 } from "../core/shaders/ChromaFlow/index.js";
|
|
15
|
+
import { componentDefinition as componentDefinition$11 } from "../core/shaders/ChromaticAberration/index.js";
|
|
16
|
+
import { componentDefinition as componentDefinition$12 } from "../core/shaders/Circle/index.js";
|
|
17
|
+
import { componentDefinition as componentDefinition$13 } from "../core/shaders/CursorTrail/index.js";
|
|
18
|
+
import { componentDefinition as componentDefinition$14 } from "../core/shaders/DiffuseBlur/index.js";
|
|
19
|
+
import { componentDefinition as componentDefinition$15 } from "../core/shaders/Dither/index.js";
|
|
20
|
+
import { componentDefinition as componentDefinition$16 } from "../core/shaders/DotGrid/index.js";
|
|
21
|
+
import { componentDefinition as componentDefinition$17 } from "../core/shaders/Duotone/index.js";
|
|
22
|
+
import { componentDefinition as componentDefinition$18 } from "../core/shaders/FilmGrain/index.js";
|
|
23
|
+
import { componentDefinition as componentDefinition$19 } from "../core/shaders/FloatingParticles/index.js";
|
|
24
|
+
import { componentDefinition as componentDefinition$20 } from "../core/shaders/GlassTiles/index.js";
|
|
25
|
+
import { componentDefinition as componentDefinition$21 } from "../core/shaders/Glow/index.js";
|
|
26
|
+
import { componentDefinition as componentDefinition$22 } from "../core/shaders/Godrays/index.js";
|
|
27
|
+
import { componentDefinition as componentDefinition$23 } from "../core/shaders/Grayscale/index.js";
|
|
28
|
+
import { componentDefinition as componentDefinition$24 } from "../core/shaders/Grid/index.js";
|
|
29
|
+
import { componentDefinition as componentDefinition$25 } from "../core/shaders/GridDistortion/index.js";
|
|
30
|
+
import { componentDefinition as componentDefinition$26 } from "../core/shaders/Group/index.js";
|
|
31
|
+
import { componentDefinition as componentDefinition$27 } from "../core/shaders/Halftone/index.js";
|
|
32
|
+
import { componentDefinition as componentDefinition$28 } from "../core/shaders/HueShift/index.js";
|
|
33
|
+
import { componentDefinition as componentDefinition$29 } from "../core/shaders/ImageTexture/index.js";
|
|
34
|
+
import { componentDefinition as componentDefinition$30 } from "../core/shaders/Invert/index.js";
|
|
35
|
+
import { componentDefinition as componentDefinition$31 } from "../core/shaders/LinearBlur/index.js";
|
|
36
|
+
import { componentDefinition as componentDefinition$32 } from "../core/shaders/LinearGradient/index.js";
|
|
37
|
+
import { componentDefinition as componentDefinition$33 } from "../core/shaders/Liquify/index.js";
|
|
38
|
+
import { componentDefinition as componentDefinition$34 } from "../core/shaders/Pixelate/index.js";
|
|
39
|
+
import { componentDefinition as componentDefinition$35 } from "../core/shaders/PolarCoordinates/index.js";
|
|
40
|
+
import { componentDefinition as componentDefinition$36 } from "../core/shaders/Posterize/index.js";
|
|
41
|
+
import { componentDefinition as componentDefinition$37 } from "../core/shaders/ProgressiveBlur/index.js";
|
|
42
|
+
import { componentDefinition as componentDefinition$38 } from "../core/shaders/RadialGradient/index.js";
|
|
43
|
+
import { componentDefinition as componentDefinition$39 } from "../core/shaders/RectangularCoordinates/index.js";
|
|
44
|
+
import { componentDefinition as componentDefinition$40 } from "../core/shaders/Ripples/index.js";
|
|
45
|
+
import { componentDefinition as componentDefinition$41 } from "../core/shaders/Saturation/index.js";
|
|
46
|
+
import { componentDefinition as componentDefinition$42 } from "../core/shaders/SimplexNoise/index.js";
|
|
47
|
+
import { componentDefinition as componentDefinition$43 } from "../core/shaders/SineWave/index.js";
|
|
48
|
+
import { componentDefinition as componentDefinition$44 } from "../core/shaders/SolidColor/index.js";
|
|
49
|
+
import { componentDefinition as componentDefinition$45 } from "../core/shaders/Spherize/index.js";
|
|
50
|
+
import { componentDefinition as componentDefinition$46 } from "../core/shaders/Spiral/index.js";
|
|
51
|
+
import { componentDefinition as componentDefinition$47 } from "../core/shaders/Strands/index.js";
|
|
52
|
+
import { componentDefinition as componentDefinition$48 } from "../core/shaders/Stretch/index.js";
|
|
53
|
+
import { componentDefinition as componentDefinition$49 } from "../core/shaders/Swirl/index.js";
|
|
54
|
+
import { componentDefinition as componentDefinition$50 } from "../core/shaders/TiltShift/index.js";
|
|
55
|
+
import { componentDefinition as componentDefinition$51 } from "../core/shaders/Tritone/index.js";
|
|
56
|
+
import { componentDefinition as componentDefinition$52 } from "../core/shaders/Twirl/index.js";
|
|
57
|
+
import { componentDefinition as componentDefinition$53 } from "../core/shaders/Vibrance/index.js";
|
|
58
|
+
import { componentDefinition as componentDefinition$54 } from "../core/shaders/WaveDistortion/index.js";
|
|
59
|
+
import { componentDefinition as componentDefinition$55 } from "../core/shaders/ZoomBlur/index.js";
|
|
59
60
|
import { vec4 } from "three/tsl";
|
|
60
61
|
import { TelemetryCollector, isExternalUser, shouldCollectTelemetry } from "../core/telemetry/index.js";
|
|
61
62
|
var AngularBlur_default = /* @__PURE__ */ defineComponent({
|
|
@@ -683,8 +684,8 @@ var Blur_default = /* @__PURE__ */ defineComponent({
|
|
|
683
684
|
};
|
|
684
685
|
}
|
|
685
686
|
});
|
|
686
|
-
var
|
|
687
|
-
__name: "
|
|
687
|
+
var BrightnessContrast_default = /* @__PURE__ */ defineComponent({
|
|
688
|
+
__name: "BrightnessContrast",
|
|
688
689
|
props: /* @__PURE__ */ mergeDefaults({
|
|
689
690
|
blendMode: {},
|
|
690
691
|
opacity: {},
|
|
@@ -694,11 +695,8 @@ var Bulge_default = /* @__PURE__ */ defineComponent({
|
|
|
694
695
|
maskType: {},
|
|
695
696
|
renderOrder: {},
|
|
696
697
|
transform: {},
|
|
697
|
-
|
|
698
|
-
|
|
699
|
-
radius: {},
|
|
700
|
-
falloff: {},
|
|
701
|
-
edges: {}
|
|
698
|
+
brightness: {},
|
|
699
|
+
contrast: {}
|
|
702
700
|
}, {
|
|
703
701
|
blendMode: "normal",
|
|
704
702
|
renderOrder: 0,
|
|
@@ -807,8 +805,8 @@ var Bulge_default = /* @__PURE__ */ defineComponent({
|
|
|
807
805
|
};
|
|
808
806
|
}
|
|
809
807
|
});
|
|
810
|
-
var
|
|
811
|
-
__name: "
|
|
808
|
+
var Bulge_default = /* @__PURE__ */ defineComponent({
|
|
809
|
+
__name: "Bulge",
|
|
812
810
|
props: /* @__PURE__ */ mergeDefaults({
|
|
813
811
|
blendMode: {},
|
|
814
812
|
opacity: {},
|
|
@@ -818,12 +816,11 @@ var CRTScreen_default = /* @__PURE__ */ defineComponent({
|
|
|
818
816
|
maskType: {},
|
|
819
817
|
renderOrder: {},
|
|
820
818
|
transform: {},
|
|
821
|
-
|
|
822
|
-
|
|
823
|
-
|
|
824
|
-
|
|
825
|
-
|
|
826
|
-
contrast: {}
|
|
819
|
+
center: {},
|
|
820
|
+
strength: {},
|
|
821
|
+
radius: {},
|
|
822
|
+
falloff: {},
|
|
823
|
+
edges: {}
|
|
827
824
|
}, {
|
|
828
825
|
blendMode: "normal",
|
|
829
826
|
renderOrder: 0,
|
|
@@ -932,8 +929,8 @@ var CRTScreen_default = /* @__PURE__ */ defineComponent({
|
|
|
932
929
|
};
|
|
933
930
|
}
|
|
934
931
|
});
|
|
935
|
-
var
|
|
936
|
-
__name: "
|
|
932
|
+
var CRTScreen_default = /* @__PURE__ */ defineComponent({
|
|
933
|
+
__name: "CRTScreen",
|
|
937
934
|
props: /* @__PURE__ */ mergeDefaults({
|
|
938
935
|
blendMode: {},
|
|
939
936
|
opacity: {},
|
|
@@ -943,9 +940,12 @@ var ChannelBlur_default = /* @__PURE__ */ defineComponent({
|
|
|
943
940
|
maskType: {},
|
|
944
941
|
renderOrder: {},
|
|
945
942
|
transform: {},
|
|
946
|
-
|
|
947
|
-
|
|
948
|
-
|
|
943
|
+
pixelSize: {},
|
|
944
|
+
colorShift: {},
|
|
945
|
+
scanlineIntensity: {},
|
|
946
|
+
scanlineFrequency: {},
|
|
947
|
+
brightness: {},
|
|
948
|
+
contrast: {}
|
|
949
949
|
}, {
|
|
950
950
|
blendMode: "normal",
|
|
951
951
|
renderOrder: 0,
|
|
@@ -1054,8 +1054,8 @@ var ChannelBlur_default = /* @__PURE__ */ defineComponent({
|
|
|
1054
1054
|
};
|
|
1055
1055
|
}
|
|
1056
1056
|
});
|
|
1057
|
-
var
|
|
1058
|
-
__name: "
|
|
1057
|
+
var ChannelBlur_default = /* @__PURE__ */ defineComponent({
|
|
1058
|
+
__name: "ChannelBlur",
|
|
1059
1059
|
props: /* @__PURE__ */ mergeDefaults({
|
|
1060
1060
|
blendMode: {},
|
|
1061
1061
|
opacity: {},
|
|
@@ -1065,11 +1065,9 @@ var Checkerboard_default = /* @__PURE__ */ defineComponent({
|
|
|
1065
1065
|
maskType: {},
|
|
1066
1066
|
renderOrder: {},
|
|
1067
1067
|
transform: {},
|
|
1068
|
-
|
|
1069
|
-
|
|
1070
|
-
|
|
1071
|
-
softness: {},
|
|
1072
|
-
colorSpace: {}
|
|
1068
|
+
redIntensity: {},
|
|
1069
|
+
greenIntensity: {},
|
|
1070
|
+
blueIntensity: {}
|
|
1073
1071
|
}, {
|
|
1074
1072
|
blendMode: "normal",
|
|
1075
1073
|
renderOrder: 0,
|
|
@@ -1178,8 +1176,8 @@ var Checkerboard_default = /* @__PURE__ */ defineComponent({
|
|
|
1178
1176
|
};
|
|
1179
1177
|
}
|
|
1180
1178
|
});
|
|
1181
|
-
var
|
|
1182
|
-
__name: "
|
|
1179
|
+
var Checkerboard_default = /* @__PURE__ */ defineComponent({
|
|
1180
|
+
__name: "Checkerboard",
|
|
1183
1181
|
props: /* @__PURE__ */ mergeDefaults({
|
|
1184
1182
|
blendMode: {},
|
|
1185
1183
|
opacity: {},
|
|
@@ -1189,14 +1187,11 @@ var ChromaFlow_default = /* @__PURE__ */ defineComponent({
|
|
|
1189
1187
|
maskType: {},
|
|
1190
1188
|
renderOrder: {},
|
|
1191
1189
|
transform: {},
|
|
1192
|
-
|
|
1193
|
-
|
|
1194
|
-
|
|
1195
|
-
|
|
1196
|
-
|
|
1197
|
-
intensity: {},
|
|
1198
|
-
radius: {},
|
|
1199
|
-
momentum: {}
|
|
1190
|
+
colorA: {},
|
|
1191
|
+
colorB: {},
|
|
1192
|
+
cells: {},
|
|
1193
|
+
softness: {},
|
|
1194
|
+
colorSpace: {}
|
|
1200
1195
|
}, {
|
|
1201
1196
|
blendMode: "normal",
|
|
1202
1197
|
renderOrder: 0,
|
|
@@ -1305,8 +1300,8 @@ var ChromaFlow_default = /* @__PURE__ */ defineComponent({
|
|
|
1305
1300
|
};
|
|
1306
1301
|
}
|
|
1307
1302
|
});
|
|
1308
|
-
var
|
|
1309
|
-
__name: "
|
|
1303
|
+
var ChromaFlow_default = /* @__PURE__ */ defineComponent({
|
|
1304
|
+
__name: "ChromaFlow",
|
|
1310
1305
|
props: /* @__PURE__ */ mergeDefaults({
|
|
1311
1306
|
blendMode: {},
|
|
1312
1307
|
opacity: {},
|
|
@@ -1316,11 +1311,14 @@ var ChromaticAberration_default = /* @__PURE__ */ defineComponent({
|
|
|
1316
1311
|
maskType: {},
|
|
1317
1312
|
renderOrder: {},
|
|
1318
1313
|
transform: {},
|
|
1319
|
-
|
|
1320
|
-
|
|
1321
|
-
|
|
1322
|
-
|
|
1323
|
-
|
|
1314
|
+
baseColor: {},
|
|
1315
|
+
upColor: {},
|
|
1316
|
+
downColor: {},
|
|
1317
|
+
leftColor: {},
|
|
1318
|
+
rightColor: {},
|
|
1319
|
+
intensity: {},
|
|
1320
|
+
radius: {},
|
|
1321
|
+
momentum: {}
|
|
1324
1322
|
}, {
|
|
1325
1323
|
blendMode: "normal",
|
|
1326
1324
|
renderOrder: 0,
|
|
@@ -1429,8 +1427,8 @@ var ChromaticAberration_default = /* @__PURE__ */ defineComponent({
|
|
|
1429
1427
|
};
|
|
1430
1428
|
}
|
|
1431
1429
|
});
|
|
1432
|
-
var
|
|
1433
|
-
__name: "
|
|
1430
|
+
var ChromaticAberration_default = /* @__PURE__ */ defineComponent({
|
|
1431
|
+
__name: "ChromaticAberration",
|
|
1434
1432
|
props: /* @__PURE__ */ mergeDefaults({
|
|
1435
1433
|
blendMode: {},
|
|
1436
1434
|
opacity: {},
|
|
@@ -1440,10 +1438,11 @@ var Circle_default = /* @__PURE__ */ defineComponent({
|
|
|
1440
1438
|
maskType: {},
|
|
1441
1439
|
renderOrder: {},
|
|
1442
1440
|
transform: {},
|
|
1443
|
-
|
|
1444
|
-
|
|
1445
|
-
|
|
1446
|
-
|
|
1441
|
+
strength: {},
|
|
1442
|
+
angle: {},
|
|
1443
|
+
redOffset: {},
|
|
1444
|
+
greenOffset: {},
|
|
1445
|
+
blueOffset: {}
|
|
1447
1446
|
}, {
|
|
1448
1447
|
blendMode: "normal",
|
|
1449
1448
|
renderOrder: 0,
|
|
@@ -1552,8 +1551,8 @@ var Circle_default = /* @__PURE__ */ defineComponent({
|
|
|
1552
1551
|
};
|
|
1553
1552
|
}
|
|
1554
1553
|
});
|
|
1555
|
-
var
|
|
1556
|
-
__name: "
|
|
1554
|
+
var Circle_default = /* @__PURE__ */ defineComponent({
|
|
1555
|
+
__name: "Circle",
|
|
1557
1556
|
props: /* @__PURE__ */ mergeDefaults({
|
|
1558
1557
|
blendMode: {},
|
|
1559
1558
|
opacity: {},
|
|
@@ -1563,12 +1562,10 @@ var CursorTrail_default = /* @__PURE__ */ defineComponent({
|
|
|
1563
1562
|
maskType: {},
|
|
1564
1563
|
renderOrder: {},
|
|
1565
1564
|
transform: {},
|
|
1566
|
-
|
|
1567
|
-
colorB: {},
|
|
1565
|
+
color: {},
|
|
1568
1566
|
radius: {},
|
|
1569
|
-
|
|
1570
|
-
|
|
1571
|
-
colorSpace: {}
|
|
1567
|
+
softness: {},
|
|
1568
|
+
center: {}
|
|
1572
1569
|
}, {
|
|
1573
1570
|
blendMode: "normal",
|
|
1574
1571
|
renderOrder: 0,
|
|
@@ -1677,8 +1674,8 @@ var CursorTrail_default = /* @__PURE__ */ defineComponent({
|
|
|
1677
1674
|
};
|
|
1678
1675
|
}
|
|
1679
1676
|
});
|
|
1680
|
-
var
|
|
1681
|
-
__name: "
|
|
1677
|
+
var CursorTrail_default = /* @__PURE__ */ defineComponent({
|
|
1678
|
+
__name: "CursorTrail",
|
|
1682
1679
|
props: /* @__PURE__ */ mergeDefaults({
|
|
1683
1680
|
blendMode: {},
|
|
1684
1681
|
opacity: {},
|
|
@@ -1688,8 +1685,12 @@ var DiffuseBlur_default = /* @__PURE__ */ defineComponent({
|
|
|
1688
1685
|
maskType: {},
|
|
1689
1686
|
renderOrder: {},
|
|
1690
1687
|
transform: {},
|
|
1691
|
-
|
|
1692
|
-
|
|
1688
|
+
colorA: {},
|
|
1689
|
+
colorB: {},
|
|
1690
|
+
radius: {},
|
|
1691
|
+
length: {},
|
|
1692
|
+
shrink: {},
|
|
1693
|
+
colorSpace: {}
|
|
1693
1694
|
}, {
|
|
1694
1695
|
blendMode: "normal",
|
|
1695
1696
|
renderOrder: 0,
|
|
@@ -1798,8 +1799,8 @@ var DiffuseBlur_default = /* @__PURE__ */ defineComponent({
|
|
|
1798
1799
|
};
|
|
1799
1800
|
}
|
|
1800
1801
|
});
|
|
1801
|
-
var
|
|
1802
|
-
__name: "
|
|
1802
|
+
var DiffuseBlur_default = /* @__PURE__ */ defineComponent({
|
|
1803
|
+
__name: "DiffuseBlur",
|
|
1803
1804
|
props: /* @__PURE__ */ mergeDefaults({
|
|
1804
1805
|
blendMode: {},
|
|
1805
1806
|
opacity: {},
|
|
@@ -1809,10 +1810,8 @@ var Dither_default = /* @__PURE__ */ defineComponent({
|
|
|
1809
1810
|
maskType: {},
|
|
1810
1811
|
renderOrder: {},
|
|
1811
1812
|
transform: {},
|
|
1812
|
-
|
|
1813
|
-
|
|
1814
|
-
colorA: {},
|
|
1815
|
-
colorB: {}
|
|
1813
|
+
intensity: {},
|
|
1814
|
+
edges: {}
|
|
1816
1815
|
}, {
|
|
1817
1816
|
blendMode: "normal",
|
|
1818
1817
|
renderOrder: 0,
|
|
@@ -1921,8 +1920,8 @@ var Dither_default = /* @__PURE__ */ defineComponent({
|
|
|
1921
1920
|
};
|
|
1922
1921
|
}
|
|
1923
1922
|
});
|
|
1924
|
-
var
|
|
1925
|
-
__name: "
|
|
1923
|
+
var Dither_default = /* @__PURE__ */ defineComponent({
|
|
1924
|
+
__name: "Dither",
|
|
1926
1925
|
props: /* @__PURE__ */ mergeDefaults({
|
|
1927
1926
|
blendMode: {},
|
|
1928
1927
|
opacity: {},
|
|
@@ -1932,10 +1931,10 @@ var DotGrid_default = /* @__PURE__ */ defineComponent({
|
|
|
1932
1931
|
maskType: {},
|
|
1933
1932
|
renderOrder: {},
|
|
1934
1933
|
transform: {},
|
|
1935
|
-
|
|
1936
|
-
|
|
1937
|
-
|
|
1938
|
-
|
|
1934
|
+
pixelSize: {},
|
|
1935
|
+
threshold: {},
|
|
1936
|
+
colorA: {},
|
|
1937
|
+
colorB: {}
|
|
1939
1938
|
}, {
|
|
1940
1939
|
blendMode: "normal",
|
|
1941
1940
|
renderOrder: 0,
|
|
@@ -2044,8 +2043,8 @@ var DotGrid_default = /* @__PURE__ */ defineComponent({
|
|
|
2044
2043
|
};
|
|
2045
2044
|
}
|
|
2046
2045
|
});
|
|
2047
|
-
var
|
|
2048
|
-
__name: "
|
|
2046
|
+
var DotGrid_default = /* @__PURE__ */ defineComponent({
|
|
2047
|
+
__name: "DotGrid",
|
|
2049
2048
|
props: /* @__PURE__ */ mergeDefaults({
|
|
2050
2049
|
blendMode: {},
|
|
2051
2050
|
opacity: {},
|
|
@@ -2055,10 +2054,10 @@ var Duotone_default = /* @__PURE__ */ defineComponent({
|
|
|
2055
2054
|
maskType: {},
|
|
2056
2055
|
renderOrder: {},
|
|
2057
2056
|
transform: {},
|
|
2058
|
-
|
|
2059
|
-
|
|
2060
|
-
|
|
2061
|
-
|
|
2057
|
+
color: {},
|
|
2058
|
+
density: {},
|
|
2059
|
+
dotSize: {},
|
|
2060
|
+
twinkle: {}
|
|
2062
2061
|
}, {
|
|
2063
2062
|
blendMode: "normal",
|
|
2064
2063
|
renderOrder: 0,
|
|
@@ -2167,8 +2166,8 @@ var Duotone_default = /* @__PURE__ */ defineComponent({
|
|
|
2167
2166
|
};
|
|
2168
2167
|
}
|
|
2169
2168
|
});
|
|
2170
|
-
var
|
|
2171
|
-
__name: "
|
|
2169
|
+
var Duotone_default = /* @__PURE__ */ defineComponent({
|
|
2170
|
+
__name: "Duotone",
|
|
2172
2171
|
props: /* @__PURE__ */ mergeDefaults({
|
|
2173
2172
|
blendMode: {},
|
|
2174
2173
|
opacity: {},
|
|
@@ -2178,7 +2177,10 @@ var FilmGrain_default = /* @__PURE__ */ defineComponent({
|
|
|
2178
2177
|
maskType: {},
|
|
2179
2178
|
renderOrder: {},
|
|
2180
2179
|
transform: {},
|
|
2181
|
-
|
|
2180
|
+
colorA: {},
|
|
2181
|
+
colorB: {},
|
|
2182
|
+
blend: {},
|
|
2183
|
+
colorSpace: {}
|
|
2182
2184
|
}, {
|
|
2183
2185
|
blendMode: "normal",
|
|
2184
2186
|
renderOrder: 0,
|
|
@@ -2287,8 +2289,8 @@ var FilmGrain_default = /* @__PURE__ */ defineComponent({
|
|
|
2287
2289
|
};
|
|
2288
2290
|
}
|
|
2289
2291
|
});
|
|
2290
|
-
var
|
|
2291
|
-
__name: "
|
|
2292
|
+
var FilmGrain_default = /* @__PURE__ */ defineComponent({
|
|
2293
|
+
__name: "FilmGrain",
|
|
2292
2294
|
props: /* @__PURE__ */ mergeDefaults({
|
|
2293
2295
|
blendMode: {},
|
|
2294
2296
|
opacity: {},
|
|
@@ -2298,17 +2300,7 @@ var FloatingParticles_default = /* @__PURE__ */ defineComponent({
|
|
|
2298
2300
|
maskType: {},
|
|
2299
2301
|
renderOrder: {},
|
|
2300
2302
|
transform: {},
|
|
2301
|
-
|
|
2302
|
-
speed: {},
|
|
2303
|
-
angle: {},
|
|
2304
|
-
particleSize: {},
|
|
2305
|
-
particleSoftness: {},
|
|
2306
|
-
twinkle: {},
|
|
2307
|
-
count: {},
|
|
2308
|
-
particleColor: {},
|
|
2309
|
-
speedVariance: {},
|
|
2310
|
-
angleVariance: {},
|
|
2311
|
-
particleDensity: {}
|
|
2303
|
+
strength: {}
|
|
2312
2304
|
}, {
|
|
2313
2305
|
blendMode: "normal",
|
|
2314
2306
|
renderOrder: 0,
|
|
@@ -2417,8 +2409,8 @@ var FloatingParticles_default = /* @__PURE__ */ defineComponent({
|
|
|
2417
2409
|
};
|
|
2418
2410
|
}
|
|
2419
2411
|
});
|
|
2420
|
-
var
|
|
2421
|
-
__name: "
|
|
2412
|
+
var FloatingParticles_default = /* @__PURE__ */ defineComponent({
|
|
2413
|
+
__name: "FloatingParticles",
|
|
2422
2414
|
props: /* @__PURE__ */ mergeDefaults({
|
|
2423
2415
|
blendMode: {},
|
|
2424
2416
|
opacity: {},
|
|
@@ -2428,10 +2420,17 @@ var GlassTiles_default = /* @__PURE__ */ defineComponent({
|
|
|
2428
2420
|
maskType: {},
|
|
2429
2421
|
renderOrder: {},
|
|
2430
2422
|
transform: {},
|
|
2431
|
-
|
|
2432
|
-
|
|
2433
|
-
|
|
2434
|
-
|
|
2423
|
+
randomness: {},
|
|
2424
|
+
speed: {},
|
|
2425
|
+
angle: {},
|
|
2426
|
+
particleSize: {},
|
|
2427
|
+
particleSoftness: {},
|
|
2428
|
+
twinkle: {},
|
|
2429
|
+
count: {},
|
|
2430
|
+
particleColor: {},
|
|
2431
|
+
speedVariance: {},
|
|
2432
|
+
angleVariance: {},
|
|
2433
|
+
particleDensity: {}
|
|
2435
2434
|
}, {
|
|
2436
2435
|
blendMode: "normal",
|
|
2437
2436
|
renderOrder: 0,
|
|
@@ -2540,8 +2539,8 @@ var GlassTiles_default = /* @__PURE__ */ defineComponent({
|
|
|
2540
2539
|
};
|
|
2541
2540
|
}
|
|
2542
2541
|
});
|
|
2543
|
-
var
|
|
2544
|
-
__name: "
|
|
2542
|
+
var GlassTiles_default = /* @__PURE__ */ defineComponent({
|
|
2543
|
+
__name: "GlassTiles",
|
|
2545
2544
|
props: /* @__PURE__ */ mergeDefaults({
|
|
2546
2545
|
blendMode: {},
|
|
2547
2546
|
opacity: {},
|
|
@@ -2552,8 +2551,9 @@ var Glow_default = /* @__PURE__ */ defineComponent({
|
|
|
2552
2551
|
renderOrder: {},
|
|
2553
2552
|
transform: {},
|
|
2554
2553
|
intensity: {},
|
|
2555
|
-
|
|
2556
|
-
|
|
2554
|
+
tileCount: {},
|
|
2555
|
+
rotation: {},
|
|
2556
|
+
roundness: {}
|
|
2557
2557
|
}, {
|
|
2558
2558
|
blendMode: "normal",
|
|
2559
2559
|
renderOrder: 0,
|
|
@@ -2662,8 +2662,8 @@ var Glow_default = /* @__PURE__ */ defineComponent({
|
|
|
2662
2662
|
};
|
|
2663
2663
|
}
|
|
2664
2664
|
});
|
|
2665
|
-
var
|
|
2666
|
-
__name: "
|
|
2665
|
+
var Glow_default = /* @__PURE__ */ defineComponent({
|
|
2666
|
+
__name: "Glow",
|
|
2667
2667
|
props: /* @__PURE__ */ mergeDefaults({
|
|
2668
2668
|
blendMode: {},
|
|
2669
2669
|
opacity: {},
|
|
@@ -2673,13 +2673,9 @@ var Godrays_default = /* @__PURE__ */ defineComponent({
|
|
|
2673
2673
|
maskType: {},
|
|
2674
2674
|
renderOrder: {},
|
|
2675
2675
|
transform: {},
|
|
2676
|
-
center: {},
|
|
2677
|
-
density: {},
|
|
2678
2676
|
intensity: {},
|
|
2679
|
-
|
|
2680
|
-
|
|
2681
|
-
rayColor: {},
|
|
2682
|
-
backgroundColor: {}
|
|
2677
|
+
threshold: {},
|
|
2678
|
+
size: {}
|
|
2683
2679
|
}, {
|
|
2684
2680
|
blendMode: "normal",
|
|
2685
2681
|
renderOrder: 0,
|
|
@@ -2788,8 +2784,8 @@ var Godrays_default = /* @__PURE__ */ defineComponent({
|
|
|
2788
2784
|
};
|
|
2789
2785
|
}
|
|
2790
2786
|
});
|
|
2791
|
-
var
|
|
2792
|
-
__name: "
|
|
2787
|
+
var Godrays_default = /* @__PURE__ */ defineComponent({
|
|
2788
|
+
__name: "Godrays",
|
|
2793
2789
|
props: /* @__PURE__ */ mergeDefaults({
|
|
2794
2790
|
blendMode: {},
|
|
2795
2791
|
opacity: {},
|
|
@@ -2798,7 +2794,14 @@ var Grayscale_default = /* @__PURE__ */ defineComponent({
|
|
|
2798
2794
|
maskSource: {},
|
|
2799
2795
|
maskType: {},
|
|
2800
2796
|
renderOrder: {},
|
|
2801
|
-
transform: {}
|
|
2797
|
+
transform: {},
|
|
2798
|
+
center: {},
|
|
2799
|
+
density: {},
|
|
2800
|
+
intensity: {},
|
|
2801
|
+
spotty: {},
|
|
2802
|
+
speed: {},
|
|
2803
|
+
rayColor: {},
|
|
2804
|
+
backgroundColor: {}
|
|
2802
2805
|
}, {
|
|
2803
2806
|
blendMode: "normal",
|
|
2804
2807
|
renderOrder: 0,
|
|
@@ -2907,8 +2910,8 @@ var Grayscale_default = /* @__PURE__ */ defineComponent({
|
|
|
2907
2910
|
};
|
|
2908
2911
|
}
|
|
2909
2912
|
});
|
|
2910
|
-
var
|
|
2911
|
-
__name: "
|
|
2913
|
+
var Grayscale_default = /* @__PURE__ */ defineComponent({
|
|
2914
|
+
__name: "Grayscale",
|
|
2912
2915
|
props: /* @__PURE__ */ mergeDefaults({
|
|
2913
2916
|
blendMode: {},
|
|
2914
2917
|
opacity: {},
|
|
@@ -2917,10 +2920,7 @@ var Grid_default = /* @__PURE__ */ defineComponent({
|
|
|
2917
2920
|
maskSource: {},
|
|
2918
2921
|
maskType: {},
|
|
2919
2922
|
renderOrder: {},
|
|
2920
|
-
transform: {}
|
|
2921
|
-
color: {},
|
|
2922
|
-
cells: {},
|
|
2923
|
-
thickness: {}
|
|
2923
|
+
transform: {}
|
|
2924
2924
|
}, {
|
|
2925
2925
|
blendMode: "normal",
|
|
2926
2926
|
renderOrder: 0,
|
|
@@ -3029,8 +3029,8 @@ var Grid_default = /* @__PURE__ */ defineComponent({
|
|
|
3029
3029
|
};
|
|
3030
3030
|
}
|
|
3031
3031
|
});
|
|
3032
|
-
var
|
|
3033
|
-
__name: "
|
|
3032
|
+
var Grid_default = /* @__PURE__ */ defineComponent({
|
|
3033
|
+
__name: "Grid",
|
|
3034
3034
|
props: /* @__PURE__ */ mergeDefaults({
|
|
3035
3035
|
blendMode: {},
|
|
3036
3036
|
opacity: {},
|
|
@@ -3040,12 +3040,9 @@ var GridDistortion_default = /* @__PURE__ */ defineComponent({
|
|
|
3040
3040
|
maskType: {},
|
|
3041
3041
|
renderOrder: {},
|
|
3042
3042
|
transform: {},
|
|
3043
|
-
|
|
3044
|
-
|
|
3045
|
-
|
|
3046
|
-
radius: {},
|
|
3047
|
-
gridSize: {},
|
|
3048
|
-
edges: {}
|
|
3043
|
+
color: {},
|
|
3044
|
+
cells: {},
|
|
3045
|
+
thickness: {}
|
|
3049
3046
|
}, {
|
|
3050
3047
|
blendMode: "normal",
|
|
3051
3048
|
renderOrder: 0,
|
|
@@ -3154,8 +3151,8 @@ var GridDistortion_default = /* @__PURE__ */ defineComponent({
|
|
|
3154
3151
|
};
|
|
3155
3152
|
}
|
|
3156
3153
|
});
|
|
3157
|
-
var
|
|
3158
|
-
__name: "
|
|
3154
|
+
var GridDistortion_default = /* @__PURE__ */ defineComponent({
|
|
3155
|
+
__name: "GridDistortion",
|
|
3159
3156
|
props: /* @__PURE__ */ mergeDefaults({
|
|
3160
3157
|
blendMode: {},
|
|
3161
3158
|
opacity: {},
|
|
@@ -3164,7 +3161,13 @@ var Group_default = /* @__PURE__ */ defineComponent({
|
|
|
3164
3161
|
maskSource: {},
|
|
3165
3162
|
maskType: {},
|
|
3166
3163
|
renderOrder: {},
|
|
3167
|
-
transform: {}
|
|
3164
|
+
transform: {},
|
|
3165
|
+
intensity: {},
|
|
3166
|
+
swirl: {},
|
|
3167
|
+
decay: {},
|
|
3168
|
+
radius: {},
|
|
3169
|
+
gridSize: {},
|
|
3170
|
+
edges: {}
|
|
3168
3171
|
}, {
|
|
3169
3172
|
blendMode: "normal",
|
|
3170
3173
|
renderOrder: 0,
|
|
@@ -3273,8 +3276,8 @@ var Group_default = /* @__PURE__ */ defineComponent({
|
|
|
3273
3276
|
};
|
|
3274
3277
|
}
|
|
3275
3278
|
});
|
|
3276
|
-
var
|
|
3277
|
-
__name: "
|
|
3279
|
+
var Group_default = /* @__PURE__ */ defineComponent({
|
|
3280
|
+
__name: "Group",
|
|
3278
3281
|
props: /* @__PURE__ */ mergeDefaults({
|
|
3279
3282
|
blendMode: {},
|
|
3280
3283
|
opacity: {},
|
|
@@ -3283,10 +3286,7 @@ var Halftone_default = /* @__PURE__ */ defineComponent({
|
|
|
3283
3286
|
maskSource: {},
|
|
3284
3287
|
maskType: {},
|
|
3285
3288
|
renderOrder: {},
|
|
3286
|
-
transform: {}
|
|
3287
|
-
frequency: {},
|
|
3288
|
-
angle: {},
|
|
3289
|
-
smoothness: {}
|
|
3289
|
+
transform: {}
|
|
3290
3290
|
}, {
|
|
3291
3291
|
blendMode: "normal",
|
|
3292
3292
|
renderOrder: 0,
|
|
@@ -3395,8 +3395,8 @@ var Halftone_default = /* @__PURE__ */ defineComponent({
|
|
|
3395
3395
|
};
|
|
3396
3396
|
}
|
|
3397
3397
|
});
|
|
3398
|
-
var
|
|
3399
|
-
__name: "
|
|
3398
|
+
var Halftone_default = /* @__PURE__ */ defineComponent({
|
|
3399
|
+
__name: "Halftone",
|
|
3400
3400
|
props: /* @__PURE__ */ mergeDefaults({
|
|
3401
3401
|
blendMode: {},
|
|
3402
3402
|
opacity: {},
|
|
@@ -3406,7 +3406,9 @@ var HueShift_default = /* @__PURE__ */ defineComponent({
|
|
|
3406
3406
|
maskType: {},
|
|
3407
3407
|
renderOrder: {},
|
|
3408
3408
|
transform: {},
|
|
3409
|
-
|
|
3409
|
+
frequency: {},
|
|
3410
|
+
angle: {},
|
|
3411
|
+
smoothness: {}
|
|
3410
3412
|
}, {
|
|
3411
3413
|
blendMode: "normal",
|
|
3412
3414
|
renderOrder: 0,
|
|
@@ -3515,8 +3517,8 @@ var HueShift_default = /* @__PURE__ */ defineComponent({
|
|
|
3515
3517
|
};
|
|
3516
3518
|
}
|
|
3517
3519
|
});
|
|
3518
|
-
var
|
|
3519
|
-
__name: "
|
|
3520
|
+
var HueShift_default = /* @__PURE__ */ defineComponent({
|
|
3521
|
+
__name: "HueShift",
|
|
3520
3522
|
props: /* @__PURE__ */ mergeDefaults({
|
|
3521
3523
|
blendMode: {},
|
|
3522
3524
|
opacity: {},
|
|
@@ -3526,8 +3528,7 @@ var ImageTexture_default = /* @__PURE__ */ defineComponent({
|
|
|
3526
3528
|
maskType: {},
|
|
3527
3529
|
renderOrder: {},
|
|
3528
3530
|
transform: {},
|
|
3529
|
-
|
|
3530
|
-
objectFit: {}
|
|
3531
|
+
shift: {}
|
|
3531
3532
|
}, {
|
|
3532
3533
|
blendMode: "normal",
|
|
3533
3534
|
renderOrder: 0,
|
|
@@ -3636,8 +3637,8 @@ var ImageTexture_default = /* @__PURE__ */ defineComponent({
|
|
|
3636
3637
|
};
|
|
3637
3638
|
}
|
|
3638
3639
|
});
|
|
3639
|
-
var
|
|
3640
|
-
__name: "
|
|
3640
|
+
var ImageTexture_default = /* @__PURE__ */ defineComponent({
|
|
3641
|
+
__name: "ImageTexture",
|
|
3641
3642
|
props: /* @__PURE__ */ mergeDefaults({
|
|
3642
3643
|
blendMode: {},
|
|
3643
3644
|
opacity: {},
|
|
@@ -3646,7 +3647,9 @@ var Invert_default = /* @__PURE__ */ defineComponent({
|
|
|
3646
3647
|
maskSource: {},
|
|
3647
3648
|
maskType: {},
|
|
3648
3649
|
renderOrder: {},
|
|
3649
|
-
transform: {}
|
|
3650
|
+
transform: {},
|
|
3651
|
+
url: {},
|
|
3652
|
+
objectFit: {}
|
|
3650
3653
|
}, {
|
|
3651
3654
|
blendMode: "normal",
|
|
3652
3655
|
renderOrder: 0,
|
|
@@ -3755,8 +3758,8 @@ var Invert_default = /* @__PURE__ */ defineComponent({
|
|
|
3755
3758
|
};
|
|
3756
3759
|
}
|
|
3757
3760
|
});
|
|
3758
|
-
var
|
|
3759
|
-
__name: "
|
|
3761
|
+
var Invert_default = /* @__PURE__ */ defineComponent({
|
|
3762
|
+
__name: "Invert",
|
|
3760
3763
|
props: /* @__PURE__ */ mergeDefaults({
|
|
3761
3764
|
blendMode: {},
|
|
3762
3765
|
opacity: {},
|
|
@@ -3765,9 +3768,7 @@ var LinearBlur_default = /* @__PURE__ */ defineComponent({
|
|
|
3765
3768
|
maskSource: {},
|
|
3766
3769
|
maskType: {},
|
|
3767
3770
|
renderOrder: {},
|
|
3768
|
-
transform: {}
|
|
3769
|
-
intensity: {},
|
|
3770
|
-
angle: {}
|
|
3771
|
+
transform: {}
|
|
3771
3772
|
}, {
|
|
3772
3773
|
blendMode: "normal",
|
|
3773
3774
|
renderOrder: 0,
|
|
@@ -3876,8 +3877,8 @@ var LinearBlur_default = /* @__PURE__ */ defineComponent({
|
|
|
3876
3877
|
};
|
|
3877
3878
|
}
|
|
3878
3879
|
});
|
|
3879
|
-
var
|
|
3880
|
-
__name: "
|
|
3880
|
+
var LinearBlur_default = /* @__PURE__ */ defineComponent({
|
|
3881
|
+
__name: "LinearBlur",
|
|
3881
3882
|
props: /* @__PURE__ */ mergeDefaults({
|
|
3882
3883
|
blendMode: {},
|
|
3883
3884
|
opacity: {},
|
|
@@ -3887,13 +3888,8 @@ var LinearGradient_default = /* @__PURE__ */ defineComponent({
|
|
|
3887
3888
|
maskType: {},
|
|
3888
3889
|
renderOrder: {},
|
|
3889
3890
|
transform: {},
|
|
3890
|
-
|
|
3891
|
-
|
|
3892
|
-
start: {},
|
|
3893
|
-
end: {},
|
|
3894
|
-
angle: {},
|
|
3895
|
-
edges: {},
|
|
3896
|
-
colorSpace: {}
|
|
3891
|
+
intensity: {},
|
|
3892
|
+
angle: {}
|
|
3897
3893
|
}, {
|
|
3898
3894
|
blendMode: "normal",
|
|
3899
3895
|
renderOrder: 0,
|
|
@@ -4002,8 +3998,8 @@ var LinearGradient_default = /* @__PURE__ */ defineComponent({
|
|
|
4002
3998
|
};
|
|
4003
3999
|
}
|
|
4004
4000
|
});
|
|
4005
|
-
var
|
|
4006
|
-
__name: "
|
|
4001
|
+
var LinearGradient_default = /* @__PURE__ */ defineComponent({
|
|
4002
|
+
__name: "LinearGradient",
|
|
4007
4003
|
props: /* @__PURE__ */ mergeDefaults({
|
|
4008
4004
|
blendMode: {},
|
|
4009
4005
|
opacity: {},
|
|
@@ -4013,11 +4009,13 @@ var Liquify_default = /* @__PURE__ */ defineComponent({
|
|
|
4013
4009
|
maskType: {},
|
|
4014
4010
|
renderOrder: {},
|
|
4015
4011
|
transform: {},
|
|
4016
|
-
|
|
4017
|
-
|
|
4018
|
-
|
|
4019
|
-
|
|
4020
|
-
|
|
4012
|
+
colorA: {},
|
|
4013
|
+
colorB: {},
|
|
4014
|
+
start: {},
|
|
4015
|
+
end: {},
|
|
4016
|
+
angle: {},
|
|
4017
|
+
edges: {},
|
|
4018
|
+
colorSpace: {}
|
|
4021
4019
|
}, {
|
|
4022
4020
|
blendMode: "normal",
|
|
4023
4021
|
renderOrder: 0,
|
|
@@ -4126,8 +4124,8 @@ var Liquify_default = /* @__PURE__ */ defineComponent({
|
|
|
4126
4124
|
};
|
|
4127
4125
|
}
|
|
4128
4126
|
});
|
|
4129
|
-
var
|
|
4130
|
-
__name: "
|
|
4127
|
+
var Liquify_default = /* @__PURE__ */ defineComponent({
|
|
4128
|
+
__name: "Liquify",
|
|
4131
4129
|
props: /* @__PURE__ */ mergeDefaults({
|
|
4132
4130
|
blendMode: {},
|
|
4133
4131
|
opacity: {},
|
|
@@ -4137,7 +4135,11 @@ var Pixelate_default = /* @__PURE__ */ defineComponent({
|
|
|
4137
4135
|
maskType: {},
|
|
4138
4136
|
renderOrder: {},
|
|
4139
4137
|
transform: {},
|
|
4140
|
-
|
|
4138
|
+
intensity: {},
|
|
4139
|
+
swirl: {},
|
|
4140
|
+
decay: {},
|
|
4141
|
+
radius: {},
|
|
4142
|
+
edges: {}
|
|
4141
4143
|
}, {
|
|
4142
4144
|
blendMode: "normal",
|
|
4143
4145
|
renderOrder: 0,
|
|
@@ -4246,8 +4248,8 @@ var Pixelate_default = /* @__PURE__ */ defineComponent({
|
|
|
4246
4248
|
};
|
|
4247
4249
|
}
|
|
4248
4250
|
});
|
|
4249
|
-
var
|
|
4250
|
-
__name: "
|
|
4251
|
+
var Pixelate_default = /* @__PURE__ */ defineComponent({
|
|
4252
|
+
__name: "Pixelate",
|
|
4251
4253
|
props: /* @__PURE__ */ mergeDefaults({
|
|
4252
4254
|
blendMode: {},
|
|
4253
4255
|
opacity: {},
|
|
@@ -4257,11 +4259,7 @@ var PolarCoordinates_default = /* @__PURE__ */ defineComponent({
|
|
|
4257
4259
|
maskType: {},
|
|
4258
4260
|
renderOrder: {},
|
|
4259
4261
|
transform: {},
|
|
4260
|
-
|
|
4261
|
-
wrap: {},
|
|
4262
|
-
radius: {},
|
|
4263
|
-
intensity: {},
|
|
4264
|
-
edges: {}
|
|
4262
|
+
scale: {}
|
|
4265
4263
|
}, {
|
|
4266
4264
|
blendMode: "normal",
|
|
4267
4265
|
renderOrder: 0,
|
|
@@ -4370,8 +4368,8 @@ var PolarCoordinates_default = /* @__PURE__ */ defineComponent({
|
|
|
4370
4368
|
};
|
|
4371
4369
|
}
|
|
4372
4370
|
});
|
|
4373
|
-
var
|
|
4374
|
-
__name: "
|
|
4371
|
+
var PolarCoordinates_default = /* @__PURE__ */ defineComponent({
|
|
4372
|
+
__name: "PolarCoordinates",
|
|
4375
4373
|
props: /* @__PURE__ */ mergeDefaults({
|
|
4376
4374
|
blendMode: {},
|
|
4377
4375
|
opacity: {},
|
|
@@ -4381,7 +4379,11 @@ var Posterize_default = /* @__PURE__ */ defineComponent({
|
|
|
4381
4379
|
maskType: {},
|
|
4382
4380
|
renderOrder: {},
|
|
4383
4381
|
transform: {},
|
|
4384
|
-
|
|
4382
|
+
center: {},
|
|
4383
|
+
wrap: {},
|
|
4384
|
+
radius: {},
|
|
4385
|
+
intensity: {},
|
|
4386
|
+
edges: {}
|
|
4385
4387
|
}, {
|
|
4386
4388
|
blendMode: "normal",
|
|
4387
4389
|
renderOrder: 0,
|
|
@@ -4490,8 +4492,8 @@ var Posterize_default = /* @__PURE__ */ defineComponent({
|
|
|
4490
4492
|
};
|
|
4491
4493
|
}
|
|
4492
4494
|
});
|
|
4493
|
-
var
|
|
4494
|
-
__name: "
|
|
4495
|
+
var Posterize_default = /* @__PURE__ */ defineComponent({
|
|
4496
|
+
__name: "Posterize",
|
|
4495
4497
|
props: /* @__PURE__ */ mergeDefaults({
|
|
4496
4498
|
blendMode: {},
|
|
4497
4499
|
opacity: {},
|
|
@@ -4501,10 +4503,7 @@ var ProgressiveBlur_default = /* @__PURE__ */ defineComponent({
|
|
|
4501
4503
|
maskType: {},
|
|
4502
4504
|
renderOrder: {},
|
|
4503
4505
|
transform: {},
|
|
4504
|
-
intensity: {}
|
|
4505
|
-
angle: {},
|
|
4506
|
-
center: {},
|
|
4507
|
-
falloff: {}
|
|
4506
|
+
intensity: {}
|
|
4508
4507
|
}, {
|
|
4509
4508
|
blendMode: "normal",
|
|
4510
4509
|
renderOrder: 0,
|
|
@@ -4613,8 +4612,8 @@ var ProgressiveBlur_default = /* @__PURE__ */ defineComponent({
|
|
|
4613
4612
|
};
|
|
4614
4613
|
}
|
|
4615
4614
|
});
|
|
4616
|
-
var
|
|
4617
|
-
__name: "
|
|
4615
|
+
var ProgressiveBlur_default = /* @__PURE__ */ defineComponent({
|
|
4616
|
+
__name: "ProgressiveBlur",
|
|
4618
4617
|
props: /* @__PURE__ */ mergeDefaults({
|
|
4619
4618
|
blendMode: {},
|
|
4620
4619
|
opacity: {},
|
|
@@ -4624,11 +4623,10 @@ var RadialGradient_default = /* @__PURE__ */ defineComponent({
|
|
|
4624
4623
|
maskType: {},
|
|
4625
4624
|
renderOrder: {},
|
|
4626
4625
|
transform: {},
|
|
4627
|
-
|
|
4628
|
-
|
|
4626
|
+
intensity: {},
|
|
4627
|
+
angle: {},
|
|
4629
4628
|
center: {},
|
|
4630
|
-
|
|
4631
|
-
colorSpace: {}
|
|
4629
|
+
falloff: {}
|
|
4632
4630
|
}, {
|
|
4633
4631
|
blendMode: "normal",
|
|
4634
4632
|
renderOrder: 0,
|
|
@@ -4737,8 +4735,8 @@ var RadialGradient_default = /* @__PURE__ */ defineComponent({
|
|
|
4737
4735
|
};
|
|
4738
4736
|
}
|
|
4739
4737
|
});
|
|
4740
|
-
var
|
|
4741
|
-
__name: "
|
|
4738
|
+
var RadialGradient_default = /* @__PURE__ */ defineComponent({
|
|
4739
|
+
__name: "RadialGradient",
|
|
4742
4740
|
props: /* @__PURE__ */ mergeDefaults({
|
|
4743
4741
|
blendMode: {},
|
|
4744
4742
|
opacity: {},
|
|
@@ -4748,10 +4746,11 @@ var RectangularCoordinates_default = /* @__PURE__ */ defineComponent({
|
|
|
4748
4746
|
maskType: {},
|
|
4749
4747
|
renderOrder: {},
|
|
4750
4748
|
transform: {},
|
|
4749
|
+
colorA: {},
|
|
4750
|
+
colorB: {},
|
|
4751
4751
|
center: {},
|
|
4752
|
-
|
|
4753
|
-
|
|
4754
|
-
edges: {}
|
|
4752
|
+
radius: {},
|
|
4753
|
+
colorSpace: {}
|
|
4755
4754
|
}, {
|
|
4756
4755
|
blendMode: "normal",
|
|
4757
4756
|
renderOrder: 0,
|
|
@@ -4860,8 +4859,8 @@ var RectangularCoordinates_default = /* @__PURE__ */ defineComponent({
|
|
|
4860
4859
|
};
|
|
4861
4860
|
}
|
|
4862
4861
|
});
|
|
4863
|
-
var
|
|
4864
|
-
__name: "
|
|
4862
|
+
var RectangularCoordinates_default = /* @__PURE__ */ defineComponent({
|
|
4863
|
+
__name: "RectangularCoordinates",
|
|
4865
4864
|
props: /* @__PURE__ */ mergeDefaults({
|
|
4866
4865
|
blendMode: {},
|
|
4867
4866
|
opacity: {},
|
|
@@ -4872,13 +4871,9 @@ var Ripples_default = /* @__PURE__ */ defineComponent({
|
|
|
4872
4871
|
renderOrder: {},
|
|
4873
4872
|
transform: {},
|
|
4874
4873
|
center: {},
|
|
4875
|
-
|
|
4876
|
-
|
|
4877
|
-
|
|
4878
|
-
frequency: {},
|
|
4879
|
-
softness: {},
|
|
4880
|
-
thickness: {},
|
|
4881
|
-
phase: {}
|
|
4874
|
+
scale: {},
|
|
4875
|
+
intensity: {},
|
|
4876
|
+
edges: {}
|
|
4882
4877
|
}, {
|
|
4883
4878
|
blendMode: "normal",
|
|
4884
4879
|
renderOrder: 0,
|
|
@@ -4987,8 +4982,8 @@ var Ripples_default = /* @__PURE__ */ defineComponent({
|
|
|
4987
4982
|
};
|
|
4988
4983
|
}
|
|
4989
4984
|
});
|
|
4990
|
-
var
|
|
4991
|
-
__name: "
|
|
4985
|
+
var Ripples_default = /* @__PURE__ */ defineComponent({
|
|
4986
|
+
__name: "Ripples",
|
|
4992
4987
|
props: /* @__PURE__ */ mergeDefaults({
|
|
4993
4988
|
blendMode: {},
|
|
4994
4989
|
opacity: {},
|
|
@@ -4998,7 +4993,14 @@ var Saturation_default = /* @__PURE__ */ defineComponent({
|
|
|
4998
4993
|
maskType: {},
|
|
4999
4994
|
renderOrder: {},
|
|
5000
4995
|
transform: {},
|
|
5001
|
-
|
|
4996
|
+
center: {},
|
|
4997
|
+
colorA: {},
|
|
4998
|
+
colorB: {},
|
|
4999
|
+
speed: {},
|
|
5000
|
+
frequency: {},
|
|
5001
|
+
softness: {},
|
|
5002
|
+
thickness: {},
|
|
5003
|
+
phase: {}
|
|
5002
5004
|
}, {
|
|
5003
5005
|
blendMode: "normal",
|
|
5004
5006
|
renderOrder: 0,
|
|
@@ -5107,6 +5109,126 @@ var Saturation_default = /* @__PURE__ */ defineComponent({
|
|
|
5107
5109
|
};
|
|
5108
5110
|
}
|
|
5109
5111
|
});
|
|
5112
|
+
var Saturation_default = /* @__PURE__ */ defineComponent({
|
|
5113
|
+
__name: "Saturation",
|
|
5114
|
+
props: /* @__PURE__ */ mergeDefaults({
|
|
5115
|
+
blendMode: {},
|
|
5116
|
+
opacity: {},
|
|
5117
|
+
visible: { type: Boolean },
|
|
5118
|
+
id: {},
|
|
5119
|
+
maskSource: {},
|
|
5120
|
+
maskType: {},
|
|
5121
|
+
renderOrder: {},
|
|
5122
|
+
transform: {},
|
|
5123
|
+
intensity: {}
|
|
5124
|
+
}, {
|
|
5125
|
+
blendMode: "normal",
|
|
5126
|
+
renderOrder: 0,
|
|
5127
|
+
visible: true,
|
|
5128
|
+
...Object.entries(componentDefinition$41.props).reduce((acc, [key, config]) => {
|
|
5129
|
+
acc[key] = config.default;
|
|
5130
|
+
return acc;
|
|
5131
|
+
}, {})
|
|
5132
|
+
}),
|
|
5133
|
+
setup(__props) {
|
|
5134
|
+
const props = __props;
|
|
5135
|
+
const instanceId = props.id || `${componentDefinition$41.name.toLowerCase()}_${Math.random().toString(36).substring(7)}`;
|
|
5136
|
+
provide("ombreParentId", instanceId);
|
|
5137
|
+
const DEFAULT_TRANSFORM = {
|
|
5138
|
+
offsetX: 0,
|
|
5139
|
+
offsetY: 0,
|
|
5140
|
+
rotation: 0,
|
|
5141
|
+
scale: 1,
|
|
5142
|
+
anchorX: .5,
|
|
5143
|
+
anchorY: .5,
|
|
5144
|
+
edges: "transparent"
|
|
5145
|
+
};
|
|
5146
|
+
const effectiveTransform = computed(() => ({
|
|
5147
|
+
...DEFAULT_TRANSFORM,
|
|
5148
|
+
...props.transform
|
|
5149
|
+
}));
|
|
5150
|
+
const uniforms = createUniformsMap(componentDefinition$41, computed(() => {
|
|
5151
|
+
let baseProps = { ...Object.entries(componentDefinition$41.props).reduce((acc, [key, config]) => {
|
|
5152
|
+
acc[key] = config.default;
|
|
5153
|
+
return acc;
|
|
5154
|
+
}, {}) };
|
|
5155
|
+
for (const key in props) if (key !== "blendMode" && key !== "opacity" && key !== "visible" && key !== "id" && key !== "maskSource" && key !== "maskType" && key !== "renderOrder" && key !== "transform" && props[key] !== Object.entries(componentDefinition$41.props).reduce((acc, [key$1, config]) => {
|
|
5156
|
+
acc[key$1] = config.default;
|
|
5157
|
+
return acc;
|
|
5158
|
+
}, {})[key]) baseProps[key] = toValue(props[key]);
|
|
5159
|
+
return baseProps;
|
|
5160
|
+
}).value, instanceId);
|
|
5161
|
+
const parentId = inject("ombreParentId");
|
|
5162
|
+
if (parentId === void 0) throw new Error("Shader components must be used inside an <Shader> component or another shader component");
|
|
5163
|
+
const parentRegister = inject("ombreNodeRegister");
|
|
5164
|
+
if (parentRegister === void 0) throw new Error("Shader components must be used inside an <Shader> component or another shader component");
|
|
5165
|
+
const parentUniformUpdate = inject("ombreUniformUpdate");
|
|
5166
|
+
if (parentUniformUpdate === void 0) throw new Error("Shader components require ombreUniformUpdate from parent");
|
|
5167
|
+
const parentMetadataUpdate = inject("ombreMetadataUpdate");
|
|
5168
|
+
if (parentMetadataUpdate === void 0) throw new Error("Shader components require ombreMetadataUpdate from parent");
|
|
5169
|
+
const rendererResetSignal = inject("ombreRendererResetSignal");
|
|
5170
|
+
const registerWithRenderer = () => {
|
|
5171
|
+
parentRegister(instanceId, componentDefinition$41.fragmentNode, parentId, {
|
|
5172
|
+
blendMode: props.blendMode,
|
|
5173
|
+
opacity: props.opacity,
|
|
5174
|
+
visible: props.visible === false ? false : true,
|
|
5175
|
+
id: props.id,
|
|
5176
|
+
mask: props.maskSource ? {
|
|
5177
|
+
source: props.maskSource,
|
|
5178
|
+
type: props.maskType || "alpha"
|
|
5179
|
+
} : void 0,
|
|
5180
|
+
renderOrder: props.renderOrder,
|
|
5181
|
+
transform: effectiveTransform.value
|
|
5182
|
+
}, uniforms, componentDefinition$41);
|
|
5183
|
+
};
|
|
5184
|
+
const setupUniformWatchers = () => {
|
|
5185
|
+
const scope = effectScope();
|
|
5186
|
+
scope.run(() => {
|
|
5187
|
+
Object.entries(uniforms).forEach(([propName, { uniform, transform }]) => {
|
|
5188
|
+
watch(() => props[propName], (newValue) => {
|
|
5189
|
+
if (uniform && uniform.value !== void 0) parentUniformUpdate(instanceId, propName, newValue);
|
|
5190
|
+
}, { deep: true });
|
|
5191
|
+
});
|
|
5192
|
+
watch(() => [
|
|
5193
|
+
props.blendMode,
|
|
5194
|
+
props.opacity,
|
|
5195
|
+
props.visible,
|
|
5196
|
+
props.id,
|
|
5197
|
+
props.maskSource,
|
|
5198
|
+
props.maskType,
|
|
5199
|
+
props.renderOrder,
|
|
5200
|
+
props.transform
|
|
5201
|
+
], ([blendMode, opacity, visible]) => {
|
|
5202
|
+
parentMetadataUpdate(instanceId, {
|
|
5203
|
+
blendMode,
|
|
5204
|
+
opacity,
|
|
5205
|
+
visible: visible === false ? false : true,
|
|
5206
|
+
id: props.id,
|
|
5207
|
+
mask: props.maskSource ? {
|
|
5208
|
+
source: props.maskSource,
|
|
5209
|
+
type: props.maskType || "alpha"
|
|
5210
|
+
} : void 0,
|
|
5211
|
+
renderOrder: props.renderOrder,
|
|
5212
|
+
transform: effectiveTransform.value
|
|
5213
|
+
});
|
|
5214
|
+
}, { deep: true });
|
|
5215
|
+
if (rendererResetSignal) watch(() => rendererResetSignal.value, (newValue) => {
|
|
5216
|
+
if (newValue > 0) registerWithRenderer();
|
|
5217
|
+
}, { immediate: true });
|
|
5218
|
+
});
|
|
5219
|
+
onBeforeUnmount(() => {
|
|
5220
|
+
scope.stop();
|
|
5221
|
+
});
|
|
5222
|
+
};
|
|
5223
|
+
setupUniformWatchers();
|
|
5224
|
+
onBeforeUnmount(() => {
|
|
5225
|
+
parentRegister(instanceId, null, null, null, null, null);
|
|
5226
|
+
});
|
|
5227
|
+
return (_ctx, _cache) => {
|
|
5228
|
+
return renderSlot(_ctx.$slots, "default");
|
|
5229
|
+
};
|
|
5230
|
+
}
|
|
5231
|
+
});
|
|
5110
5232
|
var SimplexNoise_default = /* @__PURE__ */ defineComponent({
|
|
5111
5233
|
__name: "SimplexNoise",
|
|
5112
5234
|
props: /* @__PURE__ */ mergeDefaults({
|
|
@@ -5129,14 +5251,14 @@ var SimplexNoise_default = /* @__PURE__ */ defineComponent({
|
|
|
5129
5251
|
blendMode: "normal",
|
|
5130
5252
|
renderOrder: 0,
|
|
5131
5253
|
visible: true,
|
|
5132
|
-
...Object.entries(componentDefinition$
|
|
5254
|
+
...Object.entries(componentDefinition$42.props).reduce((acc, [key, config]) => {
|
|
5133
5255
|
acc[key] = config.default;
|
|
5134
5256
|
return acc;
|
|
5135
5257
|
}, {})
|
|
5136
5258
|
}),
|
|
5137
5259
|
setup(__props) {
|
|
5138
5260
|
const props = __props;
|
|
5139
|
-
const instanceId = props.id || `${componentDefinition$
|
|
5261
|
+
const instanceId = props.id || `${componentDefinition$42.name.toLowerCase()}_${Math.random().toString(36).substring(7)}`;
|
|
5140
5262
|
provide("ombreParentId", instanceId);
|
|
5141
5263
|
const DEFAULT_TRANSFORM = {
|
|
5142
5264
|
offsetX: 0,
|
|
@@ -5151,12 +5273,12 @@ var SimplexNoise_default = /* @__PURE__ */ defineComponent({
|
|
|
5151
5273
|
...DEFAULT_TRANSFORM,
|
|
5152
5274
|
...props.transform
|
|
5153
5275
|
}));
|
|
5154
|
-
const uniforms = createUniformsMap(componentDefinition$
|
|
5155
|
-
let baseProps = { ...Object.entries(componentDefinition$
|
|
5276
|
+
const uniforms = createUniformsMap(componentDefinition$42, computed(() => {
|
|
5277
|
+
let baseProps = { ...Object.entries(componentDefinition$42.props).reduce((acc, [key, config]) => {
|
|
5156
5278
|
acc[key] = config.default;
|
|
5157
5279
|
return acc;
|
|
5158
5280
|
}, {}) };
|
|
5159
|
-
for (const key in props) if (key !== "blendMode" && key !== "opacity" && key !== "visible" && key !== "id" && key !== "maskSource" && key !== "maskType" && key !== "renderOrder" && key !== "transform" && props[key] !== Object.entries(componentDefinition$
|
|
5281
|
+
for (const key in props) if (key !== "blendMode" && key !== "opacity" && key !== "visible" && key !== "id" && key !== "maskSource" && key !== "maskType" && key !== "renderOrder" && key !== "transform" && props[key] !== Object.entries(componentDefinition$42.props).reduce((acc, [key$1, config]) => {
|
|
5160
5282
|
acc[key$1] = config.default;
|
|
5161
5283
|
return acc;
|
|
5162
5284
|
}, {})[key]) baseProps[key] = toValue(props[key]);
|
|
@@ -5172,7 +5294,7 @@ var SimplexNoise_default = /* @__PURE__ */ defineComponent({
|
|
|
5172
5294
|
if (parentMetadataUpdate === void 0) throw new Error("Shader components require ombreMetadataUpdate from parent");
|
|
5173
5295
|
const rendererResetSignal = inject("ombreRendererResetSignal");
|
|
5174
5296
|
const registerWithRenderer = () => {
|
|
5175
|
-
parentRegister(instanceId, componentDefinition$
|
|
5297
|
+
parentRegister(instanceId, componentDefinition$42.fragmentNode, parentId, {
|
|
5176
5298
|
blendMode: props.blendMode,
|
|
5177
5299
|
opacity: props.opacity,
|
|
5178
5300
|
visible: props.visible === false ? false : true,
|
|
@@ -5183,7 +5305,7 @@ var SimplexNoise_default = /* @__PURE__ */ defineComponent({
|
|
|
5183
5305
|
} : void 0,
|
|
5184
5306
|
renderOrder: props.renderOrder,
|
|
5185
5307
|
transform: effectiveTransform.value
|
|
5186
|
-
}, uniforms, componentDefinition$
|
|
5308
|
+
}, uniforms, componentDefinition$42);
|
|
5187
5309
|
};
|
|
5188
5310
|
const setupUniformWatchers = () => {
|
|
5189
5311
|
const scope = effectScope();
|
|
@@ -5256,14 +5378,14 @@ var SineWave_default = /* @__PURE__ */ defineComponent({
|
|
|
5256
5378
|
blendMode: "normal",
|
|
5257
5379
|
renderOrder: 0,
|
|
5258
5380
|
visible: true,
|
|
5259
|
-
...Object.entries(componentDefinition$
|
|
5381
|
+
...Object.entries(componentDefinition$43.props).reduce((acc, [key, config]) => {
|
|
5260
5382
|
acc[key] = config.default;
|
|
5261
5383
|
return acc;
|
|
5262
5384
|
}, {})
|
|
5263
5385
|
}),
|
|
5264
5386
|
setup(__props) {
|
|
5265
5387
|
const props = __props;
|
|
5266
|
-
const instanceId = props.id || `${componentDefinition$
|
|
5388
|
+
const instanceId = props.id || `${componentDefinition$43.name.toLowerCase()}_${Math.random().toString(36).substring(7)}`;
|
|
5267
5389
|
provide("ombreParentId", instanceId);
|
|
5268
5390
|
const DEFAULT_TRANSFORM = {
|
|
5269
5391
|
offsetX: 0,
|
|
@@ -5278,12 +5400,12 @@ var SineWave_default = /* @__PURE__ */ defineComponent({
|
|
|
5278
5400
|
...DEFAULT_TRANSFORM,
|
|
5279
5401
|
...props.transform
|
|
5280
5402
|
}));
|
|
5281
|
-
const uniforms = createUniformsMap(componentDefinition$
|
|
5282
|
-
let baseProps = { ...Object.entries(componentDefinition$
|
|
5403
|
+
const uniforms = createUniformsMap(componentDefinition$43, computed(() => {
|
|
5404
|
+
let baseProps = { ...Object.entries(componentDefinition$43.props).reduce((acc, [key, config]) => {
|
|
5283
5405
|
acc[key] = config.default;
|
|
5284
5406
|
return acc;
|
|
5285
5407
|
}, {}) };
|
|
5286
|
-
for (const key in props) if (key !== "blendMode" && key !== "opacity" && key !== "visible" && key !== "id" && key !== "maskSource" && key !== "maskType" && key !== "renderOrder" && key !== "transform" && props[key] !== Object.entries(componentDefinition$
|
|
5408
|
+
for (const key in props) if (key !== "blendMode" && key !== "opacity" && key !== "visible" && key !== "id" && key !== "maskSource" && key !== "maskType" && key !== "renderOrder" && key !== "transform" && props[key] !== Object.entries(componentDefinition$43.props).reduce((acc, [key$1, config]) => {
|
|
5287
5409
|
acc[key$1] = config.default;
|
|
5288
5410
|
return acc;
|
|
5289
5411
|
}, {})[key]) baseProps[key] = toValue(props[key]);
|
|
@@ -5299,7 +5421,7 @@ var SineWave_default = /* @__PURE__ */ defineComponent({
|
|
|
5299
5421
|
if (parentMetadataUpdate === void 0) throw new Error("Shader components require ombreMetadataUpdate from parent");
|
|
5300
5422
|
const rendererResetSignal = inject("ombreRendererResetSignal");
|
|
5301
5423
|
const registerWithRenderer = () => {
|
|
5302
|
-
parentRegister(instanceId, componentDefinition$
|
|
5424
|
+
parentRegister(instanceId, componentDefinition$43.fragmentNode, parentId, {
|
|
5303
5425
|
blendMode: props.blendMode,
|
|
5304
5426
|
opacity: props.opacity,
|
|
5305
5427
|
visible: props.visible === false ? false : true,
|
|
@@ -5310,7 +5432,7 @@ var SineWave_default = /* @__PURE__ */ defineComponent({
|
|
|
5310
5432
|
} : void 0,
|
|
5311
5433
|
renderOrder: props.renderOrder,
|
|
5312
5434
|
transform: effectiveTransform.value
|
|
5313
|
-
}, uniforms, componentDefinition$
|
|
5435
|
+
}, uniforms, componentDefinition$43);
|
|
5314
5436
|
};
|
|
5315
5437
|
const setupUniformWatchers = () => {
|
|
5316
5438
|
const scope = effectScope();
|
|
@@ -5376,14 +5498,14 @@ var SolidColor_default = /* @__PURE__ */ defineComponent({
|
|
|
5376
5498
|
blendMode: "normal",
|
|
5377
5499
|
renderOrder: 0,
|
|
5378
5500
|
visible: true,
|
|
5379
|
-
...Object.entries(componentDefinition$
|
|
5501
|
+
...Object.entries(componentDefinition$44.props).reduce((acc, [key, config]) => {
|
|
5380
5502
|
acc[key] = config.default;
|
|
5381
5503
|
return acc;
|
|
5382
5504
|
}, {})
|
|
5383
5505
|
}),
|
|
5384
5506
|
setup(__props) {
|
|
5385
5507
|
const props = __props;
|
|
5386
|
-
const instanceId = props.id || `${componentDefinition$
|
|
5508
|
+
const instanceId = props.id || `${componentDefinition$44.name.toLowerCase()}_${Math.random().toString(36).substring(7)}`;
|
|
5387
5509
|
provide("ombreParentId", instanceId);
|
|
5388
5510
|
const DEFAULT_TRANSFORM = {
|
|
5389
5511
|
offsetX: 0,
|
|
@@ -5398,12 +5520,12 @@ var SolidColor_default = /* @__PURE__ */ defineComponent({
|
|
|
5398
5520
|
...DEFAULT_TRANSFORM,
|
|
5399
5521
|
...props.transform
|
|
5400
5522
|
}));
|
|
5401
|
-
const uniforms = createUniformsMap(componentDefinition$
|
|
5402
|
-
let baseProps = { ...Object.entries(componentDefinition$
|
|
5523
|
+
const uniforms = createUniformsMap(componentDefinition$44, computed(() => {
|
|
5524
|
+
let baseProps = { ...Object.entries(componentDefinition$44.props).reduce((acc, [key, config]) => {
|
|
5403
5525
|
acc[key] = config.default;
|
|
5404
5526
|
return acc;
|
|
5405
5527
|
}, {}) };
|
|
5406
|
-
for (const key in props) if (key !== "blendMode" && key !== "opacity" && key !== "visible" && key !== "id" && key !== "maskSource" && key !== "maskType" && key !== "renderOrder" && key !== "transform" && props[key] !== Object.entries(componentDefinition$
|
|
5528
|
+
for (const key in props) if (key !== "blendMode" && key !== "opacity" && key !== "visible" && key !== "id" && key !== "maskSource" && key !== "maskType" && key !== "renderOrder" && key !== "transform" && props[key] !== Object.entries(componentDefinition$44.props).reduce((acc, [key$1, config]) => {
|
|
5407
5529
|
acc[key$1] = config.default;
|
|
5408
5530
|
return acc;
|
|
5409
5531
|
}, {})[key]) baseProps[key] = toValue(props[key]);
|
|
@@ -5419,7 +5541,7 @@ var SolidColor_default = /* @__PURE__ */ defineComponent({
|
|
|
5419
5541
|
if (parentMetadataUpdate === void 0) throw new Error("Shader components require ombreMetadataUpdate from parent");
|
|
5420
5542
|
const rendererResetSignal = inject("ombreRendererResetSignal");
|
|
5421
5543
|
const registerWithRenderer = () => {
|
|
5422
|
-
parentRegister(instanceId, componentDefinition$
|
|
5544
|
+
parentRegister(instanceId, componentDefinition$44.fragmentNode, parentId, {
|
|
5423
5545
|
blendMode: props.blendMode,
|
|
5424
5546
|
opacity: props.opacity,
|
|
5425
5547
|
visible: props.visible === false ? false : true,
|
|
@@ -5430,7 +5552,7 @@ var SolidColor_default = /* @__PURE__ */ defineComponent({
|
|
|
5430
5552
|
} : void 0,
|
|
5431
5553
|
renderOrder: props.renderOrder,
|
|
5432
5554
|
transform: effectiveTransform.value
|
|
5433
|
-
}, uniforms, componentDefinition$
|
|
5555
|
+
}, uniforms, componentDefinition$44);
|
|
5434
5556
|
};
|
|
5435
5557
|
const setupUniformWatchers = () => {
|
|
5436
5558
|
const scope = effectScope();
|
|
@@ -5502,14 +5624,14 @@ var Spherize_default = /* @__PURE__ */ defineComponent({
|
|
|
5502
5624
|
blendMode: "normal",
|
|
5503
5625
|
renderOrder: 0,
|
|
5504
5626
|
visible: true,
|
|
5505
|
-
...Object.entries(componentDefinition$
|
|
5627
|
+
...Object.entries(componentDefinition$45.props).reduce((acc, [key, config]) => {
|
|
5506
5628
|
acc[key] = config.default;
|
|
5507
5629
|
return acc;
|
|
5508
5630
|
}, {})
|
|
5509
5631
|
}),
|
|
5510
5632
|
setup(__props) {
|
|
5511
5633
|
const props = __props;
|
|
5512
|
-
const instanceId = props.id || `${componentDefinition$
|
|
5634
|
+
const instanceId = props.id || `${componentDefinition$45.name.toLowerCase()}_${Math.random().toString(36).substring(7)}`;
|
|
5513
5635
|
provide("ombreParentId", instanceId);
|
|
5514
5636
|
const DEFAULT_TRANSFORM = {
|
|
5515
5637
|
offsetX: 0,
|
|
@@ -5524,12 +5646,12 @@ var Spherize_default = /* @__PURE__ */ defineComponent({
|
|
|
5524
5646
|
...DEFAULT_TRANSFORM,
|
|
5525
5647
|
...props.transform
|
|
5526
5648
|
}));
|
|
5527
|
-
const uniforms = createUniformsMap(componentDefinition$
|
|
5528
|
-
let baseProps = { ...Object.entries(componentDefinition$
|
|
5649
|
+
const uniforms = createUniformsMap(componentDefinition$45, computed(() => {
|
|
5650
|
+
let baseProps = { ...Object.entries(componentDefinition$45.props).reduce((acc, [key, config]) => {
|
|
5529
5651
|
acc[key] = config.default;
|
|
5530
5652
|
return acc;
|
|
5531
5653
|
}, {}) };
|
|
5532
|
-
for (const key in props) if (key !== "blendMode" && key !== "opacity" && key !== "visible" && key !== "id" && key !== "maskSource" && key !== "maskType" && key !== "renderOrder" && key !== "transform" && props[key] !== Object.entries(componentDefinition$
|
|
5654
|
+
for (const key in props) if (key !== "blendMode" && key !== "opacity" && key !== "visible" && key !== "id" && key !== "maskSource" && key !== "maskType" && key !== "renderOrder" && key !== "transform" && props[key] !== Object.entries(componentDefinition$45.props).reduce((acc, [key$1, config]) => {
|
|
5533
5655
|
acc[key$1] = config.default;
|
|
5534
5656
|
return acc;
|
|
5535
5657
|
}, {})[key]) baseProps[key] = toValue(props[key]);
|
|
@@ -5545,7 +5667,7 @@ var Spherize_default = /* @__PURE__ */ defineComponent({
|
|
|
5545
5667
|
if (parentMetadataUpdate === void 0) throw new Error("Shader components require ombreMetadataUpdate from parent");
|
|
5546
5668
|
const rendererResetSignal = inject("ombreRendererResetSignal");
|
|
5547
5669
|
const registerWithRenderer = () => {
|
|
5548
|
-
parentRegister(instanceId, componentDefinition$
|
|
5670
|
+
parentRegister(instanceId, componentDefinition$45.fragmentNode, parentId, {
|
|
5549
5671
|
blendMode: props.blendMode,
|
|
5550
5672
|
opacity: props.opacity,
|
|
5551
5673
|
visible: props.visible === false ? false : true,
|
|
@@ -5556,7 +5678,7 @@ var Spherize_default = /* @__PURE__ */ defineComponent({
|
|
|
5556
5678
|
} : void 0,
|
|
5557
5679
|
renderOrder: props.renderOrder,
|
|
5558
5680
|
transform: effectiveTransform.value
|
|
5559
|
-
}, uniforms, componentDefinition$
|
|
5681
|
+
}, uniforms, componentDefinition$45);
|
|
5560
5682
|
};
|
|
5561
5683
|
const setupUniformWatchers = () => {
|
|
5562
5684
|
const scope = effectScope();
|
|
@@ -5630,14 +5752,14 @@ var Spiral_default = /* @__PURE__ */ defineComponent({
|
|
|
5630
5752
|
blendMode: "normal",
|
|
5631
5753
|
renderOrder: 0,
|
|
5632
5754
|
visible: true,
|
|
5633
|
-
...Object.entries(componentDefinition$
|
|
5755
|
+
...Object.entries(componentDefinition$46.props).reduce((acc, [key, config]) => {
|
|
5634
5756
|
acc[key] = config.default;
|
|
5635
5757
|
return acc;
|
|
5636
5758
|
}, {})
|
|
5637
5759
|
}),
|
|
5638
5760
|
setup(__props) {
|
|
5639
5761
|
const props = __props;
|
|
5640
|
-
const instanceId = props.id || `${componentDefinition$
|
|
5762
|
+
const instanceId = props.id || `${componentDefinition$46.name.toLowerCase()}_${Math.random().toString(36).substring(7)}`;
|
|
5641
5763
|
provide("ombreParentId", instanceId);
|
|
5642
5764
|
const DEFAULT_TRANSFORM = {
|
|
5643
5765
|
offsetX: 0,
|
|
@@ -5652,12 +5774,12 @@ var Spiral_default = /* @__PURE__ */ defineComponent({
|
|
|
5652
5774
|
...DEFAULT_TRANSFORM,
|
|
5653
5775
|
...props.transform
|
|
5654
5776
|
}));
|
|
5655
|
-
const uniforms = createUniformsMap(componentDefinition$
|
|
5656
|
-
let baseProps = { ...Object.entries(componentDefinition$
|
|
5777
|
+
const uniforms = createUniformsMap(componentDefinition$46, computed(() => {
|
|
5778
|
+
let baseProps = { ...Object.entries(componentDefinition$46.props).reduce((acc, [key, config]) => {
|
|
5657
5779
|
acc[key] = config.default;
|
|
5658
5780
|
return acc;
|
|
5659
5781
|
}, {}) };
|
|
5660
|
-
for (const key in props) if (key !== "blendMode" && key !== "opacity" && key !== "visible" && key !== "id" && key !== "maskSource" && key !== "maskType" && key !== "renderOrder" && key !== "transform" && props[key] !== Object.entries(componentDefinition$
|
|
5782
|
+
for (const key in props) if (key !== "blendMode" && key !== "opacity" && key !== "visible" && key !== "id" && key !== "maskSource" && key !== "maskType" && key !== "renderOrder" && key !== "transform" && props[key] !== Object.entries(componentDefinition$46.props).reduce((acc, [key$1, config]) => {
|
|
5661
5783
|
acc[key$1] = config.default;
|
|
5662
5784
|
return acc;
|
|
5663
5785
|
}, {})[key]) baseProps[key] = toValue(props[key]);
|
|
@@ -5673,7 +5795,7 @@ var Spiral_default = /* @__PURE__ */ defineComponent({
|
|
|
5673
5795
|
if (parentMetadataUpdate === void 0) throw new Error("Shader components require ombreMetadataUpdate from parent");
|
|
5674
5796
|
const rendererResetSignal = inject("ombreRendererResetSignal");
|
|
5675
5797
|
const registerWithRenderer = () => {
|
|
5676
|
-
parentRegister(instanceId, componentDefinition$
|
|
5798
|
+
parentRegister(instanceId, componentDefinition$46.fragmentNode, parentId, {
|
|
5677
5799
|
blendMode: props.blendMode,
|
|
5678
5800
|
opacity: props.opacity,
|
|
5679
5801
|
visible: props.visible === false ? false : true,
|
|
@@ -5684,7 +5806,7 @@ var Spiral_default = /* @__PURE__ */ defineComponent({
|
|
|
5684
5806
|
} : void 0,
|
|
5685
5807
|
renderOrder: props.renderOrder,
|
|
5686
5808
|
transform: effectiveTransform.value
|
|
5687
|
-
}, uniforms, componentDefinition$
|
|
5809
|
+
}, uniforms, componentDefinition$46);
|
|
5688
5810
|
};
|
|
5689
5811
|
const setupUniformWatchers = () => {
|
|
5690
5812
|
const scope = effectScope();
|
|
@@ -5758,14 +5880,14 @@ var Strands_default = /* @__PURE__ */ defineComponent({
|
|
|
5758
5880
|
blendMode: "normal",
|
|
5759
5881
|
renderOrder: 0,
|
|
5760
5882
|
visible: true,
|
|
5761
|
-
...Object.entries(componentDefinition$
|
|
5883
|
+
...Object.entries(componentDefinition$47.props).reduce((acc, [key, config]) => {
|
|
5762
5884
|
acc[key] = config.default;
|
|
5763
5885
|
return acc;
|
|
5764
5886
|
}, {})
|
|
5765
5887
|
}),
|
|
5766
5888
|
setup(__props) {
|
|
5767
5889
|
const props = __props;
|
|
5768
|
-
const instanceId = props.id || `${componentDefinition$
|
|
5890
|
+
const instanceId = props.id || `${componentDefinition$47.name.toLowerCase()}_${Math.random().toString(36).substring(7)}`;
|
|
5769
5891
|
provide("ombreParentId", instanceId);
|
|
5770
5892
|
const DEFAULT_TRANSFORM = {
|
|
5771
5893
|
offsetX: 0,
|
|
@@ -5780,12 +5902,12 @@ var Strands_default = /* @__PURE__ */ defineComponent({
|
|
|
5780
5902
|
...DEFAULT_TRANSFORM,
|
|
5781
5903
|
...props.transform
|
|
5782
5904
|
}));
|
|
5783
|
-
const uniforms = createUniformsMap(componentDefinition$
|
|
5784
|
-
let baseProps = { ...Object.entries(componentDefinition$
|
|
5905
|
+
const uniforms = createUniformsMap(componentDefinition$47, computed(() => {
|
|
5906
|
+
let baseProps = { ...Object.entries(componentDefinition$47.props).reduce((acc, [key, config]) => {
|
|
5785
5907
|
acc[key] = config.default;
|
|
5786
5908
|
return acc;
|
|
5787
5909
|
}, {}) };
|
|
5788
|
-
for (const key in props) if (key !== "blendMode" && key !== "opacity" && key !== "visible" && key !== "id" && key !== "maskSource" && key !== "maskType" && key !== "renderOrder" && key !== "transform" && props[key] !== Object.entries(componentDefinition$
|
|
5910
|
+
for (const key in props) if (key !== "blendMode" && key !== "opacity" && key !== "visible" && key !== "id" && key !== "maskSource" && key !== "maskType" && key !== "renderOrder" && key !== "transform" && props[key] !== Object.entries(componentDefinition$47.props).reduce((acc, [key$1, config]) => {
|
|
5789
5911
|
acc[key$1] = config.default;
|
|
5790
5912
|
return acc;
|
|
5791
5913
|
}, {})[key]) baseProps[key] = toValue(props[key]);
|
|
@@ -5801,7 +5923,7 @@ var Strands_default = /* @__PURE__ */ defineComponent({
|
|
|
5801
5923
|
if (parentMetadataUpdate === void 0) throw new Error("Shader components require ombreMetadataUpdate from parent");
|
|
5802
5924
|
const rendererResetSignal = inject("ombreRendererResetSignal");
|
|
5803
5925
|
const registerWithRenderer = () => {
|
|
5804
|
-
parentRegister(instanceId, componentDefinition$
|
|
5926
|
+
parentRegister(instanceId, componentDefinition$47.fragmentNode, parentId, {
|
|
5805
5927
|
blendMode: props.blendMode,
|
|
5806
5928
|
opacity: props.opacity,
|
|
5807
5929
|
visible: props.visible === false ? false : true,
|
|
@@ -5812,7 +5934,7 @@ var Strands_default = /* @__PURE__ */ defineComponent({
|
|
|
5812
5934
|
} : void 0,
|
|
5813
5935
|
renderOrder: props.renderOrder,
|
|
5814
5936
|
transform: effectiveTransform.value
|
|
5815
|
-
}, uniforms, componentDefinition$
|
|
5937
|
+
}, uniforms, componentDefinition$47);
|
|
5816
5938
|
};
|
|
5817
5939
|
const setupUniformWatchers = () => {
|
|
5818
5940
|
const scope = effectScope();
|
|
@@ -5882,14 +6004,14 @@ var Stretch_default = /* @__PURE__ */ defineComponent({
|
|
|
5882
6004
|
blendMode: "normal",
|
|
5883
6005
|
renderOrder: 0,
|
|
5884
6006
|
visible: true,
|
|
5885
|
-
...Object.entries(componentDefinition$
|
|
6007
|
+
...Object.entries(componentDefinition$48.props).reduce((acc, [key, config]) => {
|
|
5886
6008
|
acc[key] = config.default;
|
|
5887
6009
|
return acc;
|
|
5888
6010
|
}, {})
|
|
5889
6011
|
}),
|
|
5890
6012
|
setup(__props) {
|
|
5891
6013
|
const props = __props;
|
|
5892
|
-
const instanceId = props.id || `${componentDefinition$
|
|
6014
|
+
const instanceId = props.id || `${componentDefinition$48.name.toLowerCase()}_${Math.random().toString(36).substring(7)}`;
|
|
5893
6015
|
provide("ombreParentId", instanceId);
|
|
5894
6016
|
const DEFAULT_TRANSFORM = {
|
|
5895
6017
|
offsetX: 0,
|
|
@@ -5904,12 +6026,12 @@ var Stretch_default = /* @__PURE__ */ defineComponent({
|
|
|
5904
6026
|
...DEFAULT_TRANSFORM,
|
|
5905
6027
|
...props.transform
|
|
5906
6028
|
}));
|
|
5907
|
-
const uniforms = createUniformsMap(componentDefinition$
|
|
5908
|
-
let baseProps = { ...Object.entries(componentDefinition$
|
|
6029
|
+
const uniforms = createUniformsMap(componentDefinition$48, computed(() => {
|
|
6030
|
+
let baseProps = { ...Object.entries(componentDefinition$48.props).reduce((acc, [key, config]) => {
|
|
5909
6031
|
acc[key] = config.default;
|
|
5910
6032
|
return acc;
|
|
5911
6033
|
}, {}) };
|
|
5912
|
-
for (const key in props) if (key !== "blendMode" && key !== "opacity" && key !== "visible" && key !== "id" && key !== "maskSource" && key !== "maskType" && key !== "renderOrder" && key !== "transform" && props[key] !== Object.entries(componentDefinition$
|
|
6034
|
+
for (const key in props) if (key !== "blendMode" && key !== "opacity" && key !== "visible" && key !== "id" && key !== "maskSource" && key !== "maskType" && key !== "renderOrder" && key !== "transform" && props[key] !== Object.entries(componentDefinition$48.props).reduce((acc, [key$1, config]) => {
|
|
5913
6035
|
acc[key$1] = config.default;
|
|
5914
6036
|
return acc;
|
|
5915
6037
|
}, {})[key]) baseProps[key] = toValue(props[key]);
|
|
@@ -5925,7 +6047,7 @@ var Stretch_default = /* @__PURE__ */ defineComponent({
|
|
|
5925
6047
|
if (parentMetadataUpdate === void 0) throw new Error("Shader components require ombreMetadataUpdate from parent");
|
|
5926
6048
|
const rendererResetSignal = inject("ombreRendererResetSignal");
|
|
5927
6049
|
const registerWithRenderer = () => {
|
|
5928
|
-
parentRegister(instanceId, componentDefinition$
|
|
6050
|
+
parentRegister(instanceId, componentDefinition$48.fragmentNode, parentId, {
|
|
5929
6051
|
blendMode: props.blendMode,
|
|
5930
6052
|
opacity: props.opacity,
|
|
5931
6053
|
visible: props.visible === false ? false : true,
|
|
@@ -5936,7 +6058,7 @@ var Stretch_default = /* @__PURE__ */ defineComponent({
|
|
|
5936
6058
|
} : void 0,
|
|
5937
6059
|
renderOrder: props.renderOrder,
|
|
5938
6060
|
transform: effectiveTransform.value
|
|
5939
|
-
}, uniforms, componentDefinition$
|
|
6061
|
+
}, uniforms, componentDefinition$48);
|
|
5940
6062
|
};
|
|
5941
6063
|
const setupUniformWatchers = () => {
|
|
5942
6064
|
const scope = effectScope();
|
|
@@ -6007,14 +6129,14 @@ var Swirl_default = /* @__PURE__ */ defineComponent({
|
|
|
6007
6129
|
blendMode: "normal",
|
|
6008
6130
|
renderOrder: 0,
|
|
6009
6131
|
visible: true,
|
|
6010
|
-
...Object.entries(componentDefinition$
|
|
6132
|
+
...Object.entries(componentDefinition$49.props).reduce((acc, [key, config]) => {
|
|
6011
6133
|
acc[key] = config.default;
|
|
6012
6134
|
return acc;
|
|
6013
6135
|
}, {})
|
|
6014
6136
|
}),
|
|
6015
6137
|
setup(__props) {
|
|
6016
6138
|
const props = __props;
|
|
6017
|
-
const instanceId = props.id || `${componentDefinition$
|
|
6139
|
+
const instanceId = props.id || `${componentDefinition$49.name.toLowerCase()}_${Math.random().toString(36).substring(7)}`;
|
|
6018
6140
|
provide("ombreParentId", instanceId);
|
|
6019
6141
|
const DEFAULT_TRANSFORM = {
|
|
6020
6142
|
offsetX: 0,
|
|
@@ -6029,12 +6151,12 @@ var Swirl_default = /* @__PURE__ */ defineComponent({
|
|
|
6029
6151
|
...DEFAULT_TRANSFORM,
|
|
6030
6152
|
...props.transform
|
|
6031
6153
|
}));
|
|
6032
|
-
const uniforms = createUniformsMap(componentDefinition$
|
|
6033
|
-
let baseProps = { ...Object.entries(componentDefinition$
|
|
6154
|
+
const uniforms = createUniformsMap(componentDefinition$49, computed(() => {
|
|
6155
|
+
let baseProps = { ...Object.entries(componentDefinition$49.props).reduce((acc, [key, config]) => {
|
|
6034
6156
|
acc[key] = config.default;
|
|
6035
6157
|
return acc;
|
|
6036
6158
|
}, {}) };
|
|
6037
|
-
for (const key in props) if (key !== "blendMode" && key !== "opacity" && key !== "visible" && key !== "id" && key !== "maskSource" && key !== "maskType" && key !== "renderOrder" && key !== "transform" && props[key] !== Object.entries(componentDefinition$
|
|
6159
|
+
for (const key in props) if (key !== "blendMode" && key !== "opacity" && key !== "visible" && key !== "id" && key !== "maskSource" && key !== "maskType" && key !== "renderOrder" && key !== "transform" && props[key] !== Object.entries(componentDefinition$49.props).reduce((acc, [key$1, config]) => {
|
|
6038
6160
|
acc[key$1] = config.default;
|
|
6039
6161
|
return acc;
|
|
6040
6162
|
}, {})[key]) baseProps[key] = toValue(props[key]);
|
|
@@ -6050,7 +6172,7 @@ var Swirl_default = /* @__PURE__ */ defineComponent({
|
|
|
6050
6172
|
if (parentMetadataUpdate === void 0) throw new Error("Shader components require ombreMetadataUpdate from parent");
|
|
6051
6173
|
const rendererResetSignal = inject("ombreRendererResetSignal");
|
|
6052
6174
|
const registerWithRenderer = () => {
|
|
6053
|
-
parentRegister(instanceId, componentDefinition$
|
|
6175
|
+
parentRegister(instanceId, componentDefinition$49.fragmentNode, parentId, {
|
|
6054
6176
|
blendMode: props.blendMode,
|
|
6055
6177
|
opacity: props.opacity,
|
|
6056
6178
|
visible: props.visible === false ? false : true,
|
|
@@ -6061,7 +6183,7 @@ var Swirl_default = /* @__PURE__ */ defineComponent({
|
|
|
6061
6183
|
} : void 0,
|
|
6062
6184
|
renderOrder: props.renderOrder,
|
|
6063
6185
|
transform: effectiveTransform.value
|
|
6064
|
-
}, uniforms, componentDefinition$
|
|
6186
|
+
}, uniforms, componentDefinition$49);
|
|
6065
6187
|
};
|
|
6066
6188
|
const setupUniformWatchers = () => {
|
|
6067
6189
|
const scope = effectScope();
|
|
@@ -6131,14 +6253,14 @@ var TiltShift_default = /* @__PURE__ */ defineComponent({
|
|
|
6131
6253
|
blendMode: "normal",
|
|
6132
6254
|
renderOrder: 0,
|
|
6133
6255
|
visible: true,
|
|
6134
|
-
...Object.entries(componentDefinition$
|
|
6256
|
+
...Object.entries(componentDefinition$50.props).reduce((acc, [key, config]) => {
|
|
6135
6257
|
acc[key] = config.default;
|
|
6136
6258
|
return acc;
|
|
6137
6259
|
}, {})
|
|
6138
6260
|
}),
|
|
6139
6261
|
setup(__props) {
|
|
6140
6262
|
const props = __props;
|
|
6141
|
-
const instanceId = props.id || `${componentDefinition$
|
|
6263
|
+
const instanceId = props.id || `${componentDefinition$50.name.toLowerCase()}_${Math.random().toString(36).substring(7)}`;
|
|
6142
6264
|
provide("ombreParentId", instanceId);
|
|
6143
6265
|
const DEFAULT_TRANSFORM = {
|
|
6144
6266
|
offsetX: 0,
|
|
@@ -6153,12 +6275,12 @@ var TiltShift_default = /* @__PURE__ */ defineComponent({
|
|
|
6153
6275
|
...DEFAULT_TRANSFORM,
|
|
6154
6276
|
...props.transform
|
|
6155
6277
|
}));
|
|
6156
|
-
const uniforms = createUniformsMap(componentDefinition$
|
|
6157
|
-
let baseProps = { ...Object.entries(componentDefinition$
|
|
6278
|
+
const uniforms = createUniformsMap(componentDefinition$50, computed(() => {
|
|
6279
|
+
let baseProps = { ...Object.entries(componentDefinition$50.props).reduce((acc, [key, config]) => {
|
|
6158
6280
|
acc[key] = config.default;
|
|
6159
6281
|
return acc;
|
|
6160
6282
|
}, {}) };
|
|
6161
|
-
for (const key in props) if (key !== "blendMode" && key !== "opacity" && key !== "visible" && key !== "id" && key !== "maskSource" && key !== "maskType" && key !== "renderOrder" && key !== "transform" && props[key] !== Object.entries(componentDefinition$
|
|
6283
|
+
for (const key in props) if (key !== "blendMode" && key !== "opacity" && key !== "visible" && key !== "id" && key !== "maskSource" && key !== "maskType" && key !== "renderOrder" && key !== "transform" && props[key] !== Object.entries(componentDefinition$50.props).reduce((acc, [key$1, config]) => {
|
|
6162
6284
|
acc[key$1] = config.default;
|
|
6163
6285
|
return acc;
|
|
6164
6286
|
}, {})[key]) baseProps[key] = toValue(props[key]);
|
|
@@ -6174,7 +6296,7 @@ var TiltShift_default = /* @__PURE__ */ defineComponent({
|
|
|
6174
6296
|
if (parentMetadataUpdate === void 0) throw new Error("Shader components require ombreMetadataUpdate from parent");
|
|
6175
6297
|
const rendererResetSignal = inject("ombreRendererResetSignal");
|
|
6176
6298
|
const registerWithRenderer = () => {
|
|
6177
|
-
parentRegister(instanceId, componentDefinition$
|
|
6299
|
+
parentRegister(instanceId, componentDefinition$50.fragmentNode, parentId, {
|
|
6178
6300
|
blendMode: props.blendMode,
|
|
6179
6301
|
opacity: props.opacity,
|
|
6180
6302
|
visible: props.visible === false ? false : true,
|
|
@@ -6185,7 +6307,7 @@ var TiltShift_default = /* @__PURE__ */ defineComponent({
|
|
|
6185
6307
|
} : void 0,
|
|
6186
6308
|
renderOrder: props.renderOrder,
|
|
6187
6309
|
transform: effectiveTransform.value
|
|
6188
|
-
}, uniforms, componentDefinition$
|
|
6310
|
+
}, uniforms, componentDefinition$50);
|
|
6189
6311
|
};
|
|
6190
6312
|
const setupUniformWatchers = () => {
|
|
6191
6313
|
const scope = effectScope();
|
|
@@ -6255,14 +6377,14 @@ var Tritone_default = /* @__PURE__ */ defineComponent({
|
|
|
6255
6377
|
blendMode: "normal",
|
|
6256
6378
|
renderOrder: 0,
|
|
6257
6379
|
visible: true,
|
|
6258
|
-
...Object.entries(componentDefinition$
|
|
6380
|
+
...Object.entries(componentDefinition$51.props).reduce((acc, [key, config]) => {
|
|
6259
6381
|
acc[key] = config.default;
|
|
6260
6382
|
return acc;
|
|
6261
6383
|
}, {})
|
|
6262
6384
|
}),
|
|
6263
6385
|
setup(__props) {
|
|
6264
6386
|
const props = __props;
|
|
6265
|
-
const instanceId = props.id || `${componentDefinition$
|
|
6387
|
+
const instanceId = props.id || `${componentDefinition$51.name.toLowerCase()}_${Math.random().toString(36).substring(7)}`;
|
|
6266
6388
|
provide("ombreParentId", instanceId);
|
|
6267
6389
|
const DEFAULT_TRANSFORM = {
|
|
6268
6390
|
offsetX: 0,
|
|
@@ -6277,12 +6399,12 @@ var Tritone_default = /* @__PURE__ */ defineComponent({
|
|
|
6277
6399
|
...DEFAULT_TRANSFORM,
|
|
6278
6400
|
...props.transform
|
|
6279
6401
|
}));
|
|
6280
|
-
const uniforms = createUniformsMap(componentDefinition$
|
|
6281
|
-
let baseProps = { ...Object.entries(componentDefinition$
|
|
6402
|
+
const uniforms = createUniformsMap(componentDefinition$51, computed(() => {
|
|
6403
|
+
let baseProps = { ...Object.entries(componentDefinition$51.props).reduce((acc, [key, config]) => {
|
|
6282
6404
|
acc[key] = config.default;
|
|
6283
6405
|
return acc;
|
|
6284
6406
|
}, {}) };
|
|
6285
|
-
for (const key in props) if (key !== "blendMode" && key !== "opacity" && key !== "visible" && key !== "id" && key !== "maskSource" && key !== "maskType" && key !== "renderOrder" && key !== "transform" && props[key] !== Object.entries(componentDefinition$
|
|
6407
|
+
for (const key in props) if (key !== "blendMode" && key !== "opacity" && key !== "visible" && key !== "id" && key !== "maskSource" && key !== "maskType" && key !== "renderOrder" && key !== "transform" && props[key] !== Object.entries(componentDefinition$51.props).reduce((acc, [key$1, config]) => {
|
|
6286
6408
|
acc[key$1] = config.default;
|
|
6287
6409
|
return acc;
|
|
6288
6410
|
}, {})[key]) baseProps[key] = toValue(props[key]);
|
|
@@ -6298,7 +6420,7 @@ var Tritone_default = /* @__PURE__ */ defineComponent({
|
|
|
6298
6420
|
if (parentMetadataUpdate === void 0) throw new Error("Shader components require ombreMetadataUpdate from parent");
|
|
6299
6421
|
const rendererResetSignal = inject("ombreRendererResetSignal");
|
|
6300
6422
|
const registerWithRenderer = () => {
|
|
6301
|
-
parentRegister(instanceId, componentDefinition$
|
|
6423
|
+
parentRegister(instanceId, componentDefinition$51.fragmentNode, parentId, {
|
|
6302
6424
|
blendMode: props.blendMode,
|
|
6303
6425
|
opacity: props.opacity,
|
|
6304
6426
|
visible: props.visible === false ? false : true,
|
|
@@ -6309,7 +6431,7 @@ var Tritone_default = /* @__PURE__ */ defineComponent({
|
|
|
6309
6431
|
} : void 0,
|
|
6310
6432
|
renderOrder: props.renderOrder,
|
|
6311
6433
|
transform: effectiveTransform.value
|
|
6312
|
-
}, uniforms, componentDefinition$
|
|
6434
|
+
}, uniforms, componentDefinition$51);
|
|
6313
6435
|
};
|
|
6314
6436
|
const setupUniformWatchers = () => {
|
|
6315
6437
|
const scope = effectScope();
|
|
@@ -6377,14 +6499,14 @@ var Twirl_default = /* @__PURE__ */ defineComponent({
|
|
|
6377
6499
|
blendMode: "normal",
|
|
6378
6500
|
renderOrder: 0,
|
|
6379
6501
|
visible: true,
|
|
6380
|
-
...Object.entries(componentDefinition$
|
|
6502
|
+
...Object.entries(componentDefinition$52.props).reduce((acc, [key, config]) => {
|
|
6381
6503
|
acc[key] = config.default;
|
|
6382
6504
|
return acc;
|
|
6383
6505
|
}, {})
|
|
6384
6506
|
}),
|
|
6385
6507
|
setup(__props) {
|
|
6386
6508
|
const props = __props;
|
|
6387
|
-
const instanceId = props.id || `${componentDefinition$
|
|
6509
|
+
const instanceId = props.id || `${componentDefinition$52.name.toLowerCase()}_${Math.random().toString(36).substring(7)}`;
|
|
6388
6510
|
provide("ombreParentId", instanceId);
|
|
6389
6511
|
const DEFAULT_TRANSFORM = {
|
|
6390
6512
|
offsetX: 0,
|
|
@@ -6399,12 +6521,12 @@ var Twirl_default = /* @__PURE__ */ defineComponent({
|
|
|
6399
6521
|
...DEFAULT_TRANSFORM,
|
|
6400
6522
|
...props.transform
|
|
6401
6523
|
}));
|
|
6402
|
-
const uniforms = createUniformsMap(componentDefinition$
|
|
6403
|
-
let baseProps = { ...Object.entries(componentDefinition$
|
|
6524
|
+
const uniforms = createUniformsMap(componentDefinition$52, computed(() => {
|
|
6525
|
+
let baseProps = { ...Object.entries(componentDefinition$52.props).reduce((acc, [key, config]) => {
|
|
6404
6526
|
acc[key] = config.default;
|
|
6405
6527
|
return acc;
|
|
6406
6528
|
}, {}) };
|
|
6407
|
-
for (const key in props) if (key !== "blendMode" && key !== "opacity" && key !== "visible" && key !== "id" && key !== "maskSource" && key !== "maskType" && key !== "renderOrder" && key !== "transform" && props[key] !== Object.entries(componentDefinition$
|
|
6529
|
+
for (const key in props) if (key !== "blendMode" && key !== "opacity" && key !== "visible" && key !== "id" && key !== "maskSource" && key !== "maskType" && key !== "renderOrder" && key !== "transform" && props[key] !== Object.entries(componentDefinition$52.props).reduce((acc, [key$1, config]) => {
|
|
6408
6530
|
acc[key$1] = config.default;
|
|
6409
6531
|
return acc;
|
|
6410
6532
|
}, {})[key]) baseProps[key] = toValue(props[key]);
|
|
@@ -6420,7 +6542,7 @@ var Twirl_default = /* @__PURE__ */ defineComponent({
|
|
|
6420
6542
|
if (parentMetadataUpdate === void 0) throw new Error("Shader components require ombreMetadataUpdate from parent");
|
|
6421
6543
|
const rendererResetSignal = inject("ombreRendererResetSignal");
|
|
6422
6544
|
const registerWithRenderer = () => {
|
|
6423
|
-
parentRegister(instanceId, componentDefinition$
|
|
6545
|
+
parentRegister(instanceId, componentDefinition$52.fragmentNode, parentId, {
|
|
6424
6546
|
blendMode: props.blendMode,
|
|
6425
6547
|
opacity: props.opacity,
|
|
6426
6548
|
visible: props.visible === false ? false : true,
|
|
@@ -6431,7 +6553,7 @@ var Twirl_default = /* @__PURE__ */ defineComponent({
|
|
|
6431
6553
|
} : void 0,
|
|
6432
6554
|
renderOrder: props.renderOrder,
|
|
6433
6555
|
transform: effectiveTransform.value
|
|
6434
|
-
}, uniforms, componentDefinition$
|
|
6556
|
+
}, uniforms, componentDefinition$52);
|
|
6435
6557
|
};
|
|
6436
6558
|
const setupUniformWatchers = () => {
|
|
6437
6559
|
const scope = effectScope();
|
|
@@ -6497,14 +6619,14 @@ var Vibrance_default = /* @__PURE__ */ defineComponent({
|
|
|
6497
6619
|
blendMode: "normal",
|
|
6498
6620
|
renderOrder: 0,
|
|
6499
6621
|
visible: true,
|
|
6500
|
-
...Object.entries(componentDefinition$
|
|
6622
|
+
...Object.entries(componentDefinition$53.props).reduce((acc, [key, config]) => {
|
|
6501
6623
|
acc[key] = config.default;
|
|
6502
6624
|
return acc;
|
|
6503
6625
|
}, {})
|
|
6504
6626
|
}),
|
|
6505
6627
|
setup(__props) {
|
|
6506
6628
|
const props = __props;
|
|
6507
|
-
const instanceId = props.id || `${componentDefinition$
|
|
6629
|
+
const instanceId = props.id || `${componentDefinition$53.name.toLowerCase()}_${Math.random().toString(36).substring(7)}`;
|
|
6508
6630
|
provide("ombreParentId", instanceId);
|
|
6509
6631
|
const DEFAULT_TRANSFORM = {
|
|
6510
6632
|
offsetX: 0,
|
|
@@ -6519,12 +6641,12 @@ var Vibrance_default = /* @__PURE__ */ defineComponent({
|
|
|
6519
6641
|
...DEFAULT_TRANSFORM,
|
|
6520
6642
|
...props.transform
|
|
6521
6643
|
}));
|
|
6522
|
-
const uniforms = createUniformsMap(componentDefinition$
|
|
6523
|
-
let baseProps = { ...Object.entries(componentDefinition$
|
|
6644
|
+
const uniforms = createUniformsMap(componentDefinition$53, computed(() => {
|
|
6645
|
+
let baseProps = { ...Object.entries(componentDefinition$53.props).reduce((acc, [key, config]) => {
|
|
6524
6646
|
acc[key] = config.default;
|
|
6525
6647
|
return acc;
|
|
6526
6648
|
}, {}) };
|
|
6527
|
-
for (const key in props) if (key !== "blendMode" && key !== "opacity" && key !== "visible" && key !== "id" && key !== "maskSource" && key !== "maskType" && key !== "renderOrder" && key !== "transform" && props[key] !== Object.entries(componentDefinition$
|
|
6649
|
+
for (const key in props) if (key !== "blendMode" && key !== "opacity" && key !== "visible" && key !== "id" && key !== "maskSource" && key !== "maskType" && key !== "renderOrder" && key !== "transform" && props[key] !== Object.entries(componentDefinition$53.props).reduce((acc, [key$1, config]) => {
|
|
6528
6650
|
acc[key$1] = config.default;
|
|
6529
6651
|
return acc;
|
|
6530
6652
|
}, {})[key]) baseProps[key] = toValue(props[key]);
|
|
@@ -6540,7 +6662,7 @@ var Vibrance_default = /* @__PURE__ */ defineComponent({
|
|
|
6540
6662
|
if (parentMetadataUpdate === void 0) throw new Error("Shader components require ombreMetadataUpdate from parent");
|
|
6541
6663
|
const rendererResetSignal = inject("ombreRendererResetSignal");
|
|
6542
6664
|
const registerWithRenderer = () => {
|
|
6543
|
-
parentRegister(instanceId, componentDefinition$
|
|
6665
|
+
parentRegister(instanceId, componentDefinition$53.fragmentNode, parentId, {
|
|
6544
6666
|
blendMode: props.blendMode,
|
|
6545
6667
|
opacity: props.opacity,
|
|
6546
6668
|
visible: props.visible === false ? false : true,
|
|
@@ -6551,7 +6673,7 @@ var Vibrance_default = /* @__PURE__ */ defineComponent({
|
|
|
6551
6673
|
} : void 0,
|
|
6552
6674
|
renderOrder: props.renderOrder,
|
|
6553
6675
|
transform: effectiveTransform.value
|
|
6554
|
-
}, uniforms, componentDefinition$
|
|
6676
|
+
}, uniforms, componentDefinition$53);
|
|
6555
6677
|
};
|
|
6556
6678
|
const setupUniformWatchers = () => {
|
|
6557
6679
|
const scope = effectScope();
|
|
@@ -6622,14 +6744,14 @@ var WaveDistortion_default = /* @__PURE__ */ defineComponent({
|
|
|
6622
6744
|
blendMode: "normal",
|
|
6623
6745
|
renderOrder: 0,
|
|
6624
6746
|
visible: true,
|
|
6625
|
-
...Object.entries(componentDefinition$
|
|
6747
|
+
...Object.entries(componentDefinition$54.props).reduce((acc, [key, config]) => {
|
|
6626
6748
|
acc[key] = config.default;
|
|
6627
6749
|
return acc;
|
|
6628
6750
|
}, {})
|
|
6629
6751
|
}),
|
|
6630
6752
|
setup(__props) {
|
|
6631
6753
|
const props = __props;
|
|
6632
|
-
const instanceId = props.id || `${componentDefinition$
|
|
6754
|
+
const instanceId = props.id || `${componentDefinition$54.name.toLowerCase()}_${Math.random().toString(36).substring(7)}`;
|
|
6633
6755
|
provide("ombreParentId", instanceId);
|
|
6634
6756
|
const DEFAULT_TRANSFORM = {
|
|
6635
6757
|
offsetX: 0,
|
|
@@ -6644,12 +6766,12 @@ var WaveDistortion_default = /* @__PURE__ */ defineComponent({
|
|
|
6644
6766
|
...DEFAULT_TRANSFORM,
|
|
6645
6767
|
...props.transform
|
|
6646
6768
|
}));
|
|
6647
|
-
const uniforms = createUniformsMap(componentDefinition$
|
|
6648
|
-
let baseProps = { ...Object.entries(componentDefinition$
|
|
6769
|
+
const uniforms = createUniformsMap(componentDefinition$54, computed(() => {
|
|
6770
|
+
let baseProps = { ...Object.entries(componentDefinition$54.props).reduce((acc, [key, config]) => {
|
|
6649
6771
|
acc[key] = config.default;
|
|
6650
6772
|
return acc;
|
|
6651
6773
|
}, {}) };
|
|
6652
|
-
for (const key in props) if (key !== "blendMode" && key !== "opacity" && key !== "visible" && key !== "id" && key !== "maskSource" && key !== "maskType" && key !== "renderOrder" && key !== "transform" && props[key] !== Object.entries(componentDefinition$
|
|
6774
|
+
for (const key in props) if (key !== "blendMode" && key !== "opacity" && key !== "visible" && key !== "id" && key !== "maskSource" && key !== "maskType" && key !== "renderOrder" && key !== "transform" && props[key] !== Object.entries(componentDefinition$54.props).reduce((acc, [key$1, config]) => {
|
|
6653
6775
|
acc[key$1] = config.default;
|
|
6654
6776
|
return acc;
|
|
6655
6777
|
}, {})[key]) baseProps[key] = toValue(props[key]);
|
|
@@ -6665,7 +6787,7 @@ var WaveDistortion_default = /* @__PURE__ */ defineComponent({
|
|
|
6665
6787
|
if (parentMetadataUpdate === void 0) throw new Error("Shader components require ombreMetadataUpdate from parent");
|
|
6666
6788
|
const rendererResetSignal = inject("ombreRendererResetSignal");
|
|
6667
6789
|
const registerWithRenderer = () => {
|
|
6668
|
-
parentRegister(instanceId, componentDefinition$
|
|
6790
|
+
parentRegister(instanceId, componentDefinition$54.fragmentNode, parentId, {
|
|
6669
6791
|
blendMode: props.blendMode,
|
|
6670
6792
|
opacity: props.opacity,
|
|
6671
6793
|
visible: props.visible === false ? false : true,
|
|
@@ -6676,7 +6798,7 @@ var WaveDistortion_default = /* @__PURE__ */ defineComponent({
|
|
|
6676
6798
|
} : void 0,
|
|
6677
6799
|
renderOrder: props.renderOrder,
|
|
6678
6800
|
transform: effectiveTransform.value
|
|
6679
|
-
}, uniforms, componentDefinition$
|
|
6801
|
+
}, uniforms, componentDefinition$54);
|
|
6680
6802
|
};
|
|
6681
6803
|
const setupUniformWatchers = () => {
|
|
6682
6804
|
const scope = effectScope();
|
|
@@ -6743,14 +6865,14 @@ var ZoomBlur_default = /* @__PURE__ */ defineComponent({
|
|
|
6743
6865
|
blendMode: "normal",
|
|
6744
6866
|
renderOrder: 0,
|
|
6745
6867
|
visible: true,
|
|
6746
|
-
...Object.entries(componentDefinition$
|
|
6868
|
+
...Object.entries(componentDefinition$55.props).reduce((acc, [key, config]) => {
|
|
6747
6869
|
acc[key] = config.default;
|
|
6748
6870
|
return acc;
|
|
6749
6871
|
}, {})
|
|
6750
6872
|
}),
|
|
6751
6873
|
setup(__props) {
|
|
6752
6874
|
const props = __props;
|
|
6753
|
-
const instanceId = props.id || `${componentDefinition$
|
|
6875
|
+
const instanceId = props.id || `${componentDefinition$55.name.toLowerCase()}_${Math.random().toString(36).substring(7)}`;
|
|
6754
6876
|
provide("ombreParentId", instanceId);
|
|
6755
6877
|
const DEFAULT_TRANSFORM = {
|
|
6756
6878
|
offsetX: 0,
|
|
@@ -6765,12 +6887,12 @@ var ZoomBlur_default = /* @__PURE__ */ defineComponent({
|
|
|
6765
6887
|
...DEFAULT_TRANSFORM,
|
|
6766
6888
|
...props.transform
|
|
6767
6889
|
}));
|
|
6768
|
-
const uniforms = createUniformsMap(componentDefinition$
|
|
6769
|
-
let baseProps = { ...Object.entries(componentDefinition$
|
|
6890
|
+
const uniforms = createUniformsMap(componentDefinition$55, computed(() => {
|
|
6891
|
+
let baseProps = { ...Object.entries(componentDefinition$55.props).reduce((acc, [key, config]) => {
|
|
6770
6892
|
acc[key] = config.default;
|
|
6771
6893
|
return acc;
|
|
6772
6894
|
}, {}) };
|
|
6773
|
-
for (const key in props) if (key !== "blendMode" && key !== "opacity" && key !== "visible" && key !== "id" && key !== "maskSource" && key !== "maskType" && key !== "renderOrder" && key !== "transform" && props[key] !== Object.entries(componentDefinition$
|
|
6895
|
+
for (const key in props) if (key !== "blendMode" && key !== "opacity" && key !== "visible" && key !== "id" && key !== "maskSource" && key !== "maskType" && key !== "renderOrder" && key !== "transform" && props[key] !== Object.entries(componentDefinition$55.props).reduce((acc, [key$1, config]) => {
|
|
6774
6896
|
acc[key$1] = config.default;
|
|
6775
6897
|
return acc;
|
|
6776
6898
|
}, {})[key]) baseProps[key] = toValue(props[key]);
|
|
@@ -6786,7 +6908,7 @@ var ZoomBlur_default = /* @__PURE__ */ defineComponent({
|
|
|
6786
6908
|
if (parentMetadataUpdate === void 0) throw new Error("Shader components require ombreMetadataUpdate from parent");
|
|
6787
6909
|
const rendererResetSignal = inject("ombreRendererResetSignal");
|
|
6788
6910
|
const registerWithRenderer = () => {
|
|
6789
|
-
parentRegister(instanceId, componentDefinition$
|
|
6911
|
+
parentRegister(instanceId, componentDefinition$55.fragmentNode, parentId, {
|
|
6790
6912
|
blendMode: props.blendMode,
|
|
6791
6913
|
opacity: props.opacity,
|
|
6792
6914
|
visible: props.visible === false ? false : true,
|
|
@@ -6797,7 +6919,7 @@ var ZoomBlur_default = /* @__PURE__ */ defineComponent({
|
|
|
6797
6919
|
} : void 0,
|
|
6798
6920
|
renderOrder: props.renderOrder,
|
|
6799
6921
|
transform: effectiveTransform.value
|
|
6800
|
-
}, uniforms, componentDefinition$
|
|
6922
|
+
}, uniforms, componentDefinition$55);
|
|
6801
6923
|
};
|
|
6802
6924
|
const setupUniformWatchers = () => {
|
|
6803
6925
|
const scope = effectScope();
|
|
@@ -6863,9 +6985,9 @@ var Shader_default = /* @__PURE__ */ defineComponent({
|
|
|
6863
6985
|
let telemetryCollector = null;
|
|
6864
6986
|
provide("ombreParentId", rootId.value);
|
|
6865
6987
|
provide("ombreRendererResetSignal", rendererResetSignal);
|
|
6866
|
-
provide("ombreNodeRegister", (id, fragmentNodeFunc, parentId, metadata, uniforms = null, componentDefinition$
|
|
6988
|
+
provide("ombreNodeRegister", (id, fragmentNodeFunc, parentId, metadata, uniforms = null, componentDefinition$56 = null) => {
|
|
6867
6989
|
if (fragmentNodeFunc === null) rendererInstance.value.removeNode(id);
|
|
6868
|
-
else rendererInstance.value.registerNode(id, fragmentNodeFunc, parentId, metadata, uniforms, componentDefinition$
|
|
6990
|
+
else rendererInstance.value.registerNode(id, fragmentNodeFunc, parentId, metadata, uniforms, componentDefinition$56);
|
|
6869
6991
|
});
|
|
6870
6992
|
provide("ombreUniformUpdate", (nodeId, uniformName, value) => {
|
|
6871
6993
|
rendererInstance.value.updateUniformValue(nodeId, uniformName, value);
|
|
@@ -6995,4 +7117,4 @@ var Shader_default = /* @__PURE__ */ defineComponent({
|
|
|
6995
7117
|
};
|
|
6996
7118
|
}
|
|
6997
7119
|
});
|
|
6998
|
-
export { AngularBlur_default as AngularBlur, Ascii_default as Ascii, Beam_default as Beam, Blob_default as Blob, Blur_default as Blur, Bulge_default as Bulge, CRTScreen_default as CRTScreen, ChannelBlur_default as ChannelBlur, Checkerboard_default as Checkerboard, ChromaFlow_default as ChromaFlow, ChromaticAberration_default as ChromaticAberration, Circle_default as Circle, CursorTrail_default as CursorTrail, DiffuseBlur_default as DiffuseBlur, Dither_default as Dither, DotGrid_default as DotGrid, Duotone_default as Duotone, FilmGrain_default as FilmGrain, FloatingParticles_default as FloatingParticles, GlassTiles_default as GlassTiles, Glow_default as Glow, Godrays_default as Godrays, Grayscale_default as Grayscale, Grid_default as Grid, GridDistortion_default as GridDistortion, Group_default as Group, Halftone_default as Halftone, HueShift_default as HueShift, ImageTexture_default as ImageTexture, Invert_default as Invert, LinearBlur_default as LinearBlur, LinearGradient_default as LinearGradient, Liquify_default as Liquify, Pixelate_default as Pixelate, PolarCoordinates_default as PolarCoordinates, Posterize_default as Posterize, ProgressiveBlur_default as ProgressiveBlur, RadialGradient_default as RadialGradient, RectangularCoordinates_default as RectangularCoordinates, Ripples_default as Ripples, Saturation_default as Saturation, Shader_default as Shader, SimplexNoise_default as SimplexNoise, SineWave_default as SineWave, SolidColor_default as SolidColor, Spherize_default as Spherize, Spiral_default as Spiral, Strands_default as Strands, Stretch_default as Stretch, Swirl_default as Swirl, TiltShift_default as TiltShift, Tritone_default as Tritone, Twirl_default as Twirl, Vibrance_default as Vibrance, WaveDistortion_default as WaveDistortion, ZoomBlur_default as ZoomBlur, generatePresetCode };
|
|
7120
|
+
export { AngularBlur_default as AngularBlur, Ascii_default as Ascii, Beam_default as Beam, Blob_default as Blob, Blur_default as Blur, BrightnessContrast_default as BrightnessContrast, Bulge_default as Bulge, CRTScreen_default as CRTScreen, ChannelBlur_default as ChannelBlur, Checkerboard_default as Checkerboard, ChromaFlow_default as ChromaFlow, ChromaticAberration_default as ChromaticAberration, Circle_default as Circle, CursorTrail_default as CursorTrail, DiffuseBlur_default as DiffuseBlur, Dither_default as Dither, DotGrid_default as DotGrid, Duotone_default as Duotone, FilmGrain_default as FilmGrain, FloatingParticles_default as FloatingParticles, GlassTiles_default as GlassTiles, Glow_default as Glow, Godrays_default as Godrays, Grayscale_default as Grayscale, Grid_default as Grid, GridDistortion_default as GridDistortion, Group_default as Group, Halftone_default as Halftone, HueShift_default as HueShift, ImageTexture_default as ImageTexture, Invert_default as Invert, LinearBlur_default as LinearBlur, LinearGradient_default as LinearGradient, Liquify_default as Liquify, Pixelate_default as Pixelate, PolarCoordinates_default as PolarCoordinates, Posterize_default as Posterize, ProgressiveBlur_default as ProgressiveBlur, RadialGradient_default as RadialGradient, RectangularCoordinates_default as RectangularCoordinates, Ripples_default as Ripples, Saturation_default as Saturation, Shader_default as Shader, SimplexNoise_default as SimplexNoise, SineWave_default as SineWave, SolidColor_default as SolidColor, Spherize_default as Spherize, Spiral_default as Spiral, Strands_default as Strands, Stretch_default as Stretch, Swirl_default as Swirl, TiltShift_default as TiltShift, Tritone_default as Tritone, Twirl_default as Twirl, Vibrance_default as Vibrance, WaveDistortion_default as WaveDistortion, ZoomBlur_default as ZoomBlur, generatePresetCode };
|