vuer 0.0.66__py3-none-any.whl → 0.0.68__py3-none-any.whl

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.

Potentially problematic release.


This version of vuer might be problematic. Click here for more details.

Files changed (69) hide show
  1. vuer/__pycache__/events.cpython-311.pyc +0 -0
  2. vuer/__pycache__/server.cpython-311.pyc +0 -0
  3. vuer/client_build/404.html +4 -4
  4. vuer/client_build/assets/chunks/chunk-BAlAa4Lb.js +3 -0
  5. vuer/client_build/assets/chunks/chunk-BAlAa4Lb.js.map +1 -0
  6. vuer/client_build/assets/chunks/chunk-BPjIPZ-5.js +11201 -0
  7. vuer/client_build/assets/chunks/chunk-BPjIPZ-5.js.map +1 -0
  8. vuer/client_build/assets/chunks/chunk-BUjbjpZo.js +3 -0
  9. vuer/client_build/assets/chunks/chunk-BUjbjpZo.js.map +1 -0
  10. vuer/client_build/assets/chunks/chunk-BhBOHBDA.js +281 -0
  11. vuer/client_build/assets/chunks/chunk-BhBOHBDA.js.map +1 -0
  12. vuer/client_build/assets/chunks/chunk-CKREfZ-q.js +8555 -0
  13. vuer/client_build/assets/chunks/chunk-CKREfZ-q.js.map +1 -0
  14. vuer/client_build/assets/chunks/chunk-CQIL0Xd9.js +53 -0
  15. vuer/client_build/assets/chunks/chunk-CQIL0Xd9.js.map +1 -0
  16. vuer/client_build/assets/chunks/chunk-CcVTpo0V.js +14934 -0
  17. vuer/client_build/assets/chunks/chunk-CcVTpo0V.js.map +1 -0
  18. vuer/client_build/assets/chunks/chunk-CxXHyfhp.js +2 -0
  19. vuer/client_build/assets/chunks/chunk-CxXHyfhp.js.map +1 -0
  20. vuer/client_build/assets/chunks/chunk-CyJGVc6_.js +2 -0
  21. vuer/client_build/assets/chunks/chunk-CyJGVc6_.js.map +1 -0
  22. vuer/client_build/assets/chunks/chunk-rdAuxDM1.js +102 -0
  23. vuer/client_build/assets/chunks/chunk-rdAuxDM1.js.map +1 -0
  24. vuer/client_build/assets/entries/entry-client-routing.BSaUS4Zk.js +5 -0
  25. vuer/client_build/assets/entries/entry-client-routing.BSaUS4Zk.js.map +1 -0
  26. vuer/client_build/assets/entries/entry-client-routing.ElPgRW9J.js +5 -0
  27. vuer/client_build/assets/entries/entry-client-routing.ElPgRW9J.js.map +1 -0
  28. vuer/client_build/assets/entries/pages_editor.C0a9TsP6.js +2 -0
  29. vuer/client_build/assets/entries/pages_editor.C0a9TsP6.js.map +1 -0
  30. vuer/client_build/assets/entries/pages_editor.DTJ44V1M.js +2 -0
  31. vuer/client_build/assets/entries/pages_editor.DTJ44V1M.js.map +1 -0
  32. vuer/client_build/assets/entries/pages_error.CI4fTdMq.js +2 -0
  33. vuer/client_build/assets/entries/pages_error.CI4fTdMq.js.map +1 -0
  34. vuer/client_build/assets/entries/pages_index.BasHwMRM.js +2 -0
  35. vuer/client_build/assets/entries/pages_index.BasHwMRM.js.map +1 -0
  36. vuer/client_build/assets/entries/pages_index.DYUEXAWY.js +2 -0
  37. vuer/client_build/assets/entries/pages_index.DYUEXAWY.js.map +1 -0
  38. vuer/client_build/assets/entries/pages_simple.BMpy5Em5.js +2 -0
  39. vuer/client_build/assets/entries/pages_simple.BMpy5Em5.js.map +1 -0
  40. vuer/client_build/assets/entries/pages_studio.B9ofAf4Z.js +2 -0
  41. vuer/client_build/assets/entries/pages_studio.B9ofAf4Z.js.map +1 -0
  42. vuer/client_build/assets/entries/pages_studio.qAQVW6ug.js +150 -0
  43. vuer/client_build/assets/entries/pages_studio.qAQVW6ug.js.map +1 -0
  44. vuer/client_build/assets/static/onRenderClient.BJHLNmZB.css +1 -0
  45. vuer/client_build/editor/index.html +6 -6
  46. vuer/client_build/index.html +6 -6
  47. vuer/client_build/pages/editor/icons/cursor.d.ts +2 -0
  48. vuer/client_build/simple/index.html +5 -5
  49. vuer/client_build/src/components/ControlLayout/ControlLayout.d.ts +1 -0
  50. vuer/client_build/src/components/ControlLayout/LayoutBottom/LayoutBottom.d.ts +1 -0
  51. vuer/client_build/src/components/ControlLayout/LayoutLeft/LayoutLeft.d.ts +1 -0
  52. vuer/client_build/src/components/ControlLayout/LayoutRight/LayoutRight.d.ts +1 -0
  53. vuer/client_build/src/components/ControlLayout/LayoutTop/LayoutTop.d.ts +1 -0
  54. vuer/client_build/studio/index.html +6 -6
  55. vuer/schemas/__init__.py +1 -0
  56. vuer/schemas/__pycache__/__init__.cpython-311.pyc +0 -0
  57. vuer/schemas/__pycache__/html_components.cpython-311.pyc +0 -0
  58. vuer/schemas/__pycache__/material_components.cpython-311.pyc +0 -0
  59. vuer/schemas/__pycache__/scene_components.cpython-311.pyc +0 -0
  60. vuer/schemas/html_components.py +5 -3
  61. vuer/schemas/material_components.py +127 -0
  62. vuer/schemas/scene_components.py +221 -2
  63. vuer/server.py +12 -5
  64. {vuer-0.0.66.dist-info → vuer-0.0.68.dist-info}/METADATA +1 -1
  65. {vuer-0.0.66.dist-info → vuer-0.0.68.dist-info}/RECORD +69 -20
  66. {vuer-0.0.66.dist-info → vuer-0.0.68.dist-info}/WHEEL +0 -0
  67. {vuer-0.0.66.dist-info → vuer-0.0.68.dist-info}/entry_points.txt +0 -0
  68. {vuer-0.0.66.dist-info → vuer-0.0.68.dist-info}/licenses/LICENSE +0 -0
  69. {vuer-0.0.66.dist-info → vuer-0.0.68.dist-info}/top_level.txt +0 -0
@@ -1,9 +1,9 @@
1
- from typing import List, Literal
1
+ from typing import List, Literal, Optional, Union
2
2
 
3
3
  import numpy as np
4
4
  from numpy.typing import NDArray
5
5
 
6
- from .html_components import BlockElement, Element, Image
6
+ from .html_components import BlockElement, Element, Image, _UNSET
7
7
 
8
8
 
9
9
  class SceneElement(BlockElement):
@@ -713,6 +713,45 @@ class MotionControllers(SceneElement):
713
713
  **kwargs,
714
714
  )
715
715
 
716
+ class Bodies(SceneElement):
717
+ """
718
+ Bodies component for tracking full-body XR poses using the WebXR Body Tracking API.
719
+
720
+ :param key: Unique identifier for the body tracking instance.
721
+ :type key: str, optional
722
+ :param stream: Whether to enable streaming of body pose data to the server.
723
+ :type stream: bool, optional
724
+ :param fps: Frames per second at which body pose data should be sent.
725
+ :type fps: int, optional
726
+ :param hideIndicate: Whether to hide all visual indicators for tracked joints while still tracking data.
727
+ :type hideIndicate: bool, optional
728
+ :param showFrame: Whether to display coordinate frames at each joint position.
729
+ :type showFrame: bool, optional
730
+ :param frameScale: Scale factor for the coordinate frames or joint markers.
731
+ :type frameScale: float, optional
732
+ """
733
+
734
+ tag = "Bodies"
735
+
736
+ def __init__(
737
+ self,
738
+ key="body_tracking",
739
+ stream=True,
740
+ fps=30,
741
+ hideIndicate=False,
742
+ showFrame=True,
743
+ frameScale=0.02,
744
+ **kwargs,
745
+ ):
746
+ super().__init__(
747
+ key=key,
748
+ stream=stream,
749
+ fps=fps,
750
+ hideIndicate=hideIndicate,
751
+ showFrame=showFrame,
752
+ frameScale=frameScale,
753
+ **kwargs,
754
+ )
716
755
 
717
756
  class Obj(SceneElement):
718
757
  tag = "Obj"
@@ -995,6 +1034,186 @@ class Center(SceneElement):
995
1034
 
996
1035
  tag = "Center"
997
1036
 
1037
+ class Billboard(SceneElement):
1038
+ """
1039
+ Renders its children as a billboard that always faces the camera.
1040
+
1041
+ :param follow: Whether the billboard should follow the camera position (default: True)
1042
+ :type follow: bool, optional
1043
+ :param lockX: Lock rotation on the X axis (default: False)
1044
+ :type lockX: bool, optional
1045
+ :param lockY: Lock rotation on the Y axis (default: False)
1046
+ :type lockY: bool, optional
1047
+ :param lockZ: Lock rotation on the Z axis (default: False)
1048
+ :type lockZ: bool, optional
1049
+
1050
+ Example Usage::
1051
+
1052
+ Billboard(
1053
+ follow=True,
1054
+ lockX=False,
1055
+ lockY=True,
1056
+ children=[mesh]
1057
+ )
1058
+ """
1059
+ tag = "Billboard"
1060
+
1061
+ def __init__(
1062
+ self,
1063
+ *children,
1064
+ follow: bool = True,
1065
+ lockX: bool = False,
1066
+ lockY: bool = False,
1067
+ lockZ: bool = False,
1068
+ **kwargs
1069
+ ):
1070
+ super().__init__(
1071
+ *children,
1072
+ follow=follow,
1073
+ lockX=lockX,
1074
+ lockY=lockY,
1075
+ lockZ=lockZ,
1076
+ **kwargs
1077
+ )
1078
+
1079
+ class Text(SceneElement):
1080
+ """
1081
+ Renders 2D text in the scene with extensive styling and layout options.
1082
+
1083
+ :param children: The text content to render.
1084
+ :type children: str
1085
+ :param characters: Restrict the set of characters to use for glyph generation.
1086
+ :type characters: str, optional
1087
+ :param color: Text color.
1088
+ :type color: str, optional
1089
+ :param fontSize: Font size in world units.
1090
+ :type fontSize: float, optional
1091
+ :param fontWeight: Font weight (number or string, e.g. 'bold').
1092
+ :type fontWeight: int or str, optional
1093
+ :param fontStyle: Font style, either 'italic' or 'normal'.
1094
+ :type fontStyle: str, optional
1095
+ :param maxWidth: Maximum width of the text block before wrapping.
1096
+ :type maxWidth: float, optional
1097
+ :param lineHeight: Line height as a multiple of fontSize.
1098
+ :type lineHeight: float, optional
1099
+ :param letterSpacing: Additional spacing between letters.
1100
+ :type letterSpacing: float, optional
1101
+ :param textAlign: Text alignment: 'left', 'right', 'center', or 'justify'.
1102
+ :type textAlign: str, optional
1103
+ :param font: Font URL or name.
1104
+ :type font: str, optional
1105
+ :param anchorX: Horizontal anchor: number or 'left', 'center', 'right'.
1106
+ :type anchorX: float or str, optional
1107
+ :param anchorY: Vertical anchor: number or 'top', 'top-baseline', 'middle', 'bottom-baseline', 'bottom'.
1108
+ :type anchorY: float or str, optional
1109
+ :param clipRect: Rectangle [minX, minY, maxX, maxY] to clip text rendering.
1110
+ :type clipRect: list[float], optional
1111
+ :param depthOffset: Offset in Z to avoid z-fighting.
1112
+ :type depthOffset: float, optional
1113
+ :param direction: Text direction: 'auto', 'ltr', or 'rtl'.
1114
+ :type direction: str, optional
1115
+ :param overflowWrap: Wrapping behavior: 'normal' or 'break-word'.
1116
+ :type overflowWrap: str, optional
1117
+ :param whiteSpace: White space handling: 'normal', 'overflowWrap', or 'nowrap'.
1118
+ :type whiteSpace: str, optional
1119
+ :param outlineWidth: Outline width (number or string, e.g. '2px').
1120
+ :type outlineWidth: float or str, optional
1121
+ :param outlineOffsetX: Outline X offset (number or string).
1122
+ :type outlineOffsetX: float or str, optional
1123
+ :param outlineOffsetY: Outline Y offset (number or string).
1124
+ :type outlineOffsetY: float or str, optional
1125
+ :param outlineBlur: Outline blur radius (number or string).
1126
+ :type outlineBlur: float or str, optional
1127
+ :param outlineColor: Outline color.
1128
+ :type outlineColor: str, optional
1129
+ :param outlineOpacity: Outline opacity (0-1).
1130
+ :type outlineOpacity: float, optional
1131
+ :param strokeWidth: Stroke width (number or string).
1132
+ :type strokeWidth: float or str, optional
1133
+ :param strokeColor: Stroke color.
1134
+ :type strokeColor: str, optional
1135
+ :param strokeOpacity: Stroke opacity (0-1).
1136
+ :type strokeOpacity: float, optional
1137
+ :param fillOpacity: Fill opacity (0-1).
1138
+ :type fillOpacity: float, optional
1139
+ :param sdfGlyphSize: SDF glyph size for rendering quality.
1140
+ :type sdfGlyphSize: int, optional
1141
+ :param debugSDF: Show SDF debug overlay.
1142
+ :type debugSDF: bool, optional
1143
+ :param glyphGeometryDetail: Level of detail for glyph geometry.
1144
+ :type glyphGeometryDetail: int, optional
1145
+ """
1146
+ tag = "Text"
1147
+
1148
+ def __init__(
1149
+ self,
1150
+ *children,
1151
+ characters: Union[str, None, object] = _UNSET,
1152
+ color: Union[str, None, object] = _UNSET,
1153
+ fontSize: Union[float, None, object] = _UNSET,
1154
+ fontWeight: Union[int, str, None, object] = _UNSET,
1155
+ fontStyle: Union[str, None, object] = _UNSET,
1156
+ maxWidth: Union[float, None, object] = _UNSET,
1157
+ lineHeight: Union[float, None, object] = _UNSET,
1158
+ letterSpacing: Union[float, None, object] = _UNSET,
1159
+ textAlign: Union[str, None, object] = _UNSET,
1160
+ font: Union[str, None, object] = _UNSET,
1161
+ anchorX: Union[float, str, None, object] = _UNSET,
1162
+ anchorY: Union[float, str, None, object] = _UNSET,
1163
+ clipRect: Union[list, None, object] = _UNSET,
1164
+ depthOffset: Union[float, None, object] = _UNSET,
1165
+ direction: Union[str, None, object] = _UNSET,
1166
+ overflowWrap: Union[str, None, object] = _UNSET,
1167
+ whiteSpace: Union[str, None, object] = _UNSET,
1168
+ outlineWidth: Union[float, str, None, object] = _UNSET,
1169
+ outlineOffsetX: Union[float, str, None, object] = _UNSET,
1170
+ outlineOffsetY: Union[float, str, None, object] = _UNSET,
1171
+ outlineBlur: Union[float, str, None, object] = _UNSET,
1172
+ outlineColor: Union[str, None, object] = _UNSET,
1173
+ outlineOpacity: Union[float, None, object] = _UNSET,
1174
+ strokeWidth: Union[float, str, None, object] = _UNSET,
1175
+ strokeColor: Union[str, None, object] = _UNSET,
1176
+ strokeOpacity: Union[float, None, object] = _UNSET,
1177
+ fillOpacity: Union[float, None, object] = _UNSET,
1178
+ sdfGlyphSize: Union[int, None, object] = _UNSET,
1179
+ debugSDF: Union[bool, None, object] = _UNSET,
1180
+ glyphGeometryDetail: Union[int, None, object] = _UNSET,
1181
+ **kwargs
1182
+ ):
1183
+ super().__init__(
1184
+ *children,
1185
+ characters=characters,
1186
+ color=color,
1187
+ fontSize=fontSize,
1188
+ fontWeight=fontWeight,
1189
+ fontStyle=fontStyle,
1190
+ maxWidth=maxWidth,
1191
+ lineHeight=lineHeight,
1192
+ letterSpacing=letterSpacing,
1193
+ textAlign=textAlign,
1194
+ font=font,
1195
+ anchorX=anchorX,
1196
+ anchorY=anchorY,
1197
+ clipRect=clipRect,
1198
+ depthOffset=depthOffset,
1199
+ direction=direction,
1200
+ overflowWrap=overflowWrap,
1201
+ whiteSpace=whiteSpace,
1202
+ outlineWidth=outlineWidth,
1203
+ outlineOffsetX=outlineOffsetX,
1204
+ outlineOffsetY=outlineOffsetY,
1205
+ outlineBlur=outlineBlur,
1206
+ outlineColor=outlineColor,
1207
+ outlineOpacity=outlineOpacity,
1208
+ strokeWidth=strokeWidth,
1209
+ strokeColor=strokeColor,
1210
+ strokeOpacity=strokeOpacity,
1211
+ fillOpacity=fillOpacity,
1212
+ sdfGlyphSize=sdfGlyphSize,
1213
+ debugSDF=debugSDF,
1214
+ glyphGeometryDetail=glyphGeometryDetail,
1215
+ **kwargs
1216
+ )
998
1217
 
999
1218
  class Text3D(SceneElement):
1000
1219
  """Renders 3D text using ThreeJS's TextGeometry.
vuer/server.py CHANGED
@@ -90,12 +90,8 @@ class VuerSession:
90
90
  """
91
91
  assert isinstance(event, ServerEvent), "msg must be a ServerEvent type object."
92
92
  assert not isinstance(event, Frame), "Frame event is only used in vuer.bind method."
93
- assert self.CURRENT_WS_ID in self.vuer.ws, "Websocket session is missing."
94
93
 
95
- event_obj = event.serialize()
96
- event_bytes = packb(event_obj, use_single_float=True, use_bin_type=True)
97
-
98
- self.uplink_queue.append(event_bytes)
94
+ self.send(event)
99
95
  return None
100
96
 
101
97
  async def grab_render(self, ttl=2.0, **kwargs) -> ClientEvent:
@@ -119,6 +115,12 @@ class VuerSession:
119
115
  assert self.CURRENT_WS_ID is not None, "Websocket session is missing. CURRENT_WS_ID is None."
120
116
 
121
117
  event_obj = event.serialize()
118
+
119
+ # Since ts is a float, using use_single_float=True may cause precision loss.
120
+ # Also, browsers only support millisecond precision for timestamps.
121
+ # Therefore, convert ts to an integer in milliseconds before sending to the frontend.
122
+ if "ts" in event_obj and isinstance(event_obj["ts"], float):
123
+ event_obj["ts"] = int(event_obj["ts"] * 1000)
122
124
  event_bytes = packb(event_obj, use_single_float=True, use_bin_type=True)
123
125
 
124
126
  return self.uplink_queue.append(event_bytes)
@@ -550,6 +552,11 @@ class Vuer(PrefixProto, Server):
550
552
  if event_bytes is None:
551
553
  assert isinstance(event, ServerEvent), "event must be a ServerEvent type object."
552
554
  event_obj = event.serialize()
555
+ # Since ts is a float, using use_single_float=True may cause precision loss.
556
+ # Also, browsers only support millisecond precision for timestamps.
557
+ # Therefore, convert ts to an integer in milliseconds before sending to the frontend.
558
+ if "ts" in event_obj and isinstance(event_obj["ts"], float):
559
+ event_obj["ts"] = int(event_obj["ts"] * 1000)
553
560
  event_bytes = packb(event_obj, use_single_float=True, use_bin_type=True)
554
561
  else:
555
562
  assert event is None, "Can not pass in both at the same time."
@@ -1,6 +1,6 @@
1
1
  Metadata-Version: 2.4
2
2
  Name: vuer
3
- Version: 0.0.66
3
+ Version: 0.0.68
4
4
  Home-page: https://github.com/vuer-ai/vuer
5
5
  Author: Ge Yang<ge.ike.yang@gmail.com>
6
6
  Author-email: ge.ike.yang@gmail.com
@@ -2,18 +2,18 @@ vuer/__init__.py,sha256=kbjORSc64WWVHcx3eJB1wnCzhIF76eX5g-JAXYEDM4Q,519
2
2
  vuer/base.py,sha256=_NR9o1n_CvjhREolq5FSouMONBGnxJwrw56isfakTUE,4254
3
3
  vuer/events.py,sha256=10UUbOUZALSZlP2o54wAtksXuSfYGY2v_5Q6YkthT-Y,9420
4
4
  vuer/serdes.py,sha256=GcUTcNwFj2rd-H9Konnud3w1hs7_ACdKzhDuHbnOaB0,2606
5
- vuer/server.py,sha256=hEtjzfXMcFJLst0HqcDUWn5I7H6D6hcL9CVAapFeJQs,26653
5
+ vuer/server.py,sha256=hwl-wpo6LxBa_ChdPY5_6wu6msB4A9sSk5obL5bD-KA,27214
6
6
  vuer/types.py,sha256=Hor1MmkdyQrtsj-qE0dLH-ZeaIFDQzVwunO7ZgEqC9M,1321
7
7
  vuer/__pycache__/__init__.cpython-311.pyc,sha256=jHij3PKax5QLgt8ewiBF9Pc4PBSEuv5QukAGc_QUQJ4,787
8
8
  vuer/__pycache__/base.cpython-311.pyc,sha256=BzfAH1Jql1o8FZn1jXkD6PtT-lBDlWvKQwCO2jM_B1M,8763
9
- vuer/__pycache__/events.cpython-311.pyc,sha256=AYVXEKYlHFQQB5vLtLVOwtmqRs4sKGL7VP8LHne-DlI,17359
9
+ vuer/__pycache__/events.cpython-311.pyc,sha256=zwC7vvRTQ1MsCfPxF-yY88Zc8875U-07FnFbOfd_MBc,17359
10
10
  vuer/__pycache__/serdes.cpython-311.pyc,sha256=5H8bnBVK_-RD6Kcco2LTFnBkoHpkNnMycdBAnQOBAKA,4632
11
- vuer/__pycache__/server.cpython-311.pyc,sha256=4G4vL5kh3vftPNp69hRljyJ11-HRwcDTUgUCUPgl88U,38926
11
+ vuer/__pycache__/server.cpython-311.pyc,sha256=6xooOwiV8z09Ho09RtQZcN5WSvWzuK_1_hqmI6jL_AM,38806
12
12
  vuer/__pycache__/types.cpython-311.pyc,sha256=sYfvUYv3QsVp6L07uCqza0gAoVQjv7e6KgSPa8J9klw,2803
13
13
  vuer/addons/__init__.py,sha256=47DEQpj8HBSa-_TImW-5JCeuQeRkm5NMpJWZG3hSuFU,0
14
14
  vuer/addons/camera_rtc.py,sha256=sT2JjIDCCFacXs9AMrFm2aO3O49n_8iCSRNOjl2P-Yk,5165
15
- vuer/client_build/404.html,sha256=l37olfJ11LX3iNnAW8NmIEQdpNesqUttAW5w7b95pnU,1251
16
- vuer/client_build/index.html,sha256=HXq4I9XX5o31WyuI6IvcrdR-BGdIuVfwNN53ndg-pP0,1373
15
+ vuer/client_build/404.html,sha256=scZKskT-8JGI92Ek7s0nGKlGPeVTxolKjqzosI0-WPc,1251
16
+ vuer/client_build/index.html,sha256=1xAp-K5K0FC2xxBSt7jE2UsOLlylO2pJnaAgHklKQeU,1373
17
17
  vuer/client_build/index.pageContext.json,sha256=r4gtxG-2ZQM_Anhw7hVJ0x1LH6i4SvnrPrmdTD-X_dM,262
18
18
  vuer/client_build/assets/chunks/chunk--KQPwk6v.js,sha256=nhcDg4ALOUiKjxVLXI4W3Rg18XlSNf2Fn7f5H2NRmwE,1248947
19
19
  vuer/client_build/assets/chunks/chunk--KQPwk6v.js.map,sha256=zyQ1I0v0PAT4jxsOJcIadaAH2KdoG_FhmE8wNCxmNiw,6086514
@@ -39,14 +39,20 @@ vuer/client_build/assets/chunks/chunk-B6oHQrUx.js,sha256=Pqgh_r_TZHSgDweaLLOjOND
39
39
  vuer/client_build/assets/chunks/chunk-B6oHQrUx.js.map,sha256=qg8Mc6ruE935w2zz1E9ktVz6rmH9FE6PfIASbajpZho,1890
40
40
  vuer/client_build/assets/chunks/chunk-B8eV5i4A.js,sha256=T4xBuoBrzXaql0mW7Lz0NSLBOHYAK9WLLDccXwmrQLE,1021
41
41
  vuer/client_build/assets/chunks/chunk-B8eV5i4A.js.map,sha256=4-_HW6qs9wkHjU1RIaBKyEtzP0fFJUG-9dqSMBBvz0A,1791
42
+ vuer/client_build/assets/chunks/chunk-BAlAa4Lb.js,sha256=UJrPm86rX-IuP48xMHsDkn--VdMWUUiU14o-kMOowHQ,1021
43
+ vuer/client_build/assets/chunks/chunk-BAlAa4Lb.js.map,sha256=3NGniEduF1sHAE2ubuaEZCvEap5iQC3EE6hWZoGX7pw,1764
42
44
  vuer/client_build/assets/chunks/chunk-BF8nsbTB.js,sha256=rV-Q4pT3aTHj-RlMyhe0UJDAs1JihRz4Jzmda-GbvvI,1248949
43
45
  vuer/client_build/assets/chunks/chunk-BF8nsbTB.js.map,sha256=12rtITqluHKbtUnfOBjn3Zlvxe8EKNTBbgdKZz302UE,6086514
44
46
  vuer/client_build/assets/chunks/chunk-BNnpcvCv.js,sha256=zRofxmCn2Kk5CaKecfy8EPfS4Qsu3WKh2Jm7oTGla8s,1021
45
47
  vuer/client_build/assets/chunks/chunk-BNnpcvCv.js.map,sha256=DML3yz87UTA-hwNe7WcZQOWe9RdDq0pfGAhQxMx1v2E,1756
48
+ vuer/client_build/assets/chunks/chunk-BPjIPZ-5.js,sha256=63gNt_eQwPXvJOZQ51LwXxyIi4H4_S8JkZN6uk5xCt4,3622778
49
+ vuer/client_build/assets/chunks/chunk-BPjIPZ-5.js.map,sha256=wEGMpPMg9awrAmZIFMx9lhunE0l0zV3lkXfkLC_ffxs,11632196
46
50
  vuer/client_build/assets/chunks/chunk-BSui0rCR.js,sha256=4hVlDlcqrv3TWOfGgEQ_rE-dUdJzYLTnv4hxjH6acsI,808763
47
51
  vuer/client_build/assets/chunks/chunk-BSui0rCR.js.map,sha256=gnthxTerJRiQE0bdzI86_MRRHXL2La8Y1NHE5HmTFow,2998384
48
52
  vuer/client_build/assets/chunks/chunk-BU6qPyb1.js,sha256=5S-s709952CdduHlq4ixzMJEo3GdYzkhUcBA5ELeMzQ,2964317
49
53
  vuer/client_build/assets/chunks/chunk-BU6qPyb1.js.map,sha256=7z1tCQaw9FTCtUCKqQqBn9zrK92QGOpuDKN-koPRFZQ,10865730
54
+ vuer/client_build/assets/chunks/chunk-BUjbjpZo.js,sha256=E79-FkSK857LVGothmiOTRWDyJjt0RStWNE2uir5MiA,1022
55
+ vuer/client_build/assets/chunks/chunk-BUjbjpZo.js.map,sha256=RNzWBC7FeRnkjlIOCDc_K8d-16919pDVgOuCz3bPpHk,1759
50
56
  vuer/client_build/assets/chunks/chunk-BWeQ5MdC.js,sha256=O8QLlWl2Q29F6mssVltcehhFz1ePvVHb0iT0LOLVD9w,442092
51
57
  vuer/client_build/assets/chunks/chunk-BWeQ5MdC.js.map,sha256=4T6ywx_mdM5j_tpKrMSghofpGulDIQvYcNK4aCSsqJ4,505099
52
58
  vuer/client_build/assets/chunks/chunk-B_6Wbt3X.js,sha256=JKFrRqnDxkvDMDsKfdE09TBCxqJ67Q_gdsSQUjBo6zU,818225
@@ -61,6 +67,8 @@ vuer/client_build/assets/chunks/chunk-Bf98F3Ua.js,sha256=MynsvTl61KkXbuitFOV7W7F
61
67
  vuer/client_build/assets/chunks/chunk-Bf98F3Ua.js.map,sha256=nzulASWj4PvgHrYf9JxOdub6cqdTtnFQsMa15ChdgHs,10865984
62
68
  vuer/client_build/assets/chunks/chunk-BfvSpxAI.js,sha256=3VyPBwSbYvRiYhJgNWr8F0iXbwahm0UfGyIMPAdlqQ8,1021
63
69
  vuer/client_build/assets/chunks/chunk-BfvSpxAI.js.map,sha256=eF-TyM6QeZRErtIgTALfnMR8LfvZSqWWtJFwCicmi0I,1764
70
+ vuer/client_build/assets/chunks/chunk-BhBOHBDA.js,sha256=tU3cSKuwiQLhVTsHdQc2idnkUfj-Iyil4nc8laCqc3A,808772
71
+ vuer/client_build/assets/chunks/chunk-BhBOHBDA.js.map,sha256=Pz9ozgTR0tS0OXADFXuHRIecSbjO12L2XFUzht3Ar0Y,2998384
64
72
  vuer/client_build/assets/chunks/chunk-BhOPC6zl.js,sha256=gDiTAMJn7GYORXvXy2XAtTkyY0i7ikqW-YkyE5WoWNo,1021
65
73
  vuer/client_build/assets/chunks/chunk-BhOPC6zl.js.map,sha256=ykZlLeukdKIceqZff_b0-wwf2-NgYs_XiEPkhbgob5Q,1881
66
74
  vuer/client_build/assets/chunks/chunk-BiN1X-8f.js,sha256=WR_cOVtIBSnRnawG3L4OsPmlIdzinvfr4GE5jFVGEdU,442092
@@ -99,6 +107,8 @@ vuer/client_build/assets/chunks/chunk-CFAw9GPa.js,sha256=vd6cbFFd1pbZuLdrWBnagLk
99
107
  vuer/client_build/assets/chunks/chunk-CFAw9GPa.js.map,sha256=s8KRlxbIx7znkfZKs7ie4iQjk6h7bD6AYQFZegp57dI,1847
100
108
  vuer/client_build/assets/chunks/chunk-CJs_991A.js,sha256=Xj9TrqMHHhUTudNcKb8sbCYpVVP9hD-aH89hJOtIgAc,442092
101
109
  vuer/client_build/assets/chunks/chunk-CJs_991A.js.map,sha256=WZHGrIn-K5qtWfirKizSHJBIW-_YvJamUQ-v6QpXiL4,505108
110
+ vuer/client_build/assets/chunks/chunk-CKREfZ-q.js,sha256=6GKw74ACEIyUaiMkzmYhYb7aj9ccwYSAX8kaeqGql-w,1248950
111
+ vuer/client_build/assets/chunks/chunk-CKREfZ-q.js.map,sha256=o0gp3NzuJ9lTxY63AZ8xRm9cQQATJAiSP6HCM3ss7-Y,6086514
102
112
  vuer/client_build/assets/chunks/chunk-CKkcOlN9.js,sha256=sGDgDomeLi12U-52i_w9cxLXho1OBbg38ep0hzC6UNU,442092
103
113
  vuer/client_build/assets/chunks/chunk-CKkcOlN9.js.map,sha256=WQi4DJfz-Q0Mt2xw7C-Wgk8HbAJ5m9yF_y3Pm_VroHw,505451
104
114
  vuer/client_build/assets/chunks/chunk-CMF4KkhI.js,sha256=X4Y_vESQv93yfdGJ1if7EZyw7v62ifhuH_gs_B0AiEs,442092
@@ -107,6 +117,8 @@ vuer/client_build/assets/chunks/chunk-CNTAWGu3.js,sha256=jKyGA9MuA2uWE63cAT48hvQ
107
117
  vuer/client_build/assets/chunks/chunk-CNTAWGu3.js.map,sha256=TJX_x8NT7Vyme2vNRxWydvTQUvwjMXPGj3Tq3NTBIU4,505153
108
118
  vuer/client_build/assets/chunks/chunk-COyqQF7d.js,sha256=twqWPb9dl7EAG6G2HY9KoeWiem0F5YJh5rUSJUvjwO4,442092
109
119
  vuer/client_build/assets/chunks/chunk-COyqQF7d.js.map,sha256=te26RS-Cdm6GkKLxRk7tVgQPegs6WiS59VPfbAxg0mU,505099
120
+ vuer/client_build/assets/chunks/chunk-CQIL0Xd9.js,sha256=ks7eYZNDg9iBK77Xpphw78adeL35cV8kBpL1g89vWVo,159738
121
+ vuer/client_build/assets/chunks/chunk-CQIL0Xd9.js.map,sha256=J2dEZ3LAQEUGQcfubHudquIpvoj6xJopRWXg1Qnhg5k,411647
110
122
  vuer/client_build/assets/chunks/chunk-CRsGJVvC.js,sha256=m40mjZ-yr_Q4D5Qe3WWKpyyV2AsQ4nRt0FfznVm8klE,1021
111
123
  vuer/client_build/assets/chunks/chunk-CRsGJVvC.js.map,sha256=WnL8EOH-FOjq03qWKJ_Bone3kWGzok5CGzWXOWWjdMA,1797
112
124
  vuer/client_build/assets/chunks/chunk-CY2Q6Nh9.js,sha256=uBtuzIqaeD4M0_gwKLD9ZGxte-b9-3Bn71FSI8RXCDo,818225
@@ -117,6 +129,8 @@ vuer/client_build/assets/chunks/chunk-CZzxeY6d.js,sha256=cb7rCABud_UjY6nwwL4u8lW
117
129
  vuer/client_build/assets/chunks/chunk-CZzxeY6d.js.map,sha256=7wPuHYksJjVmky9k3IWXmcNz88PyxbaMVMVGuPtbmnQ,98
118
130
  vuer/client_build/assets/chunks/chunk-C_qBGAfp.js,sha256=5b7JEA9c4O5VU6EHqdPQ-2_pQC36xiYBew4JkfkVlaE,818225
119
131
  vuer/client_build/assets/chunks/chunk-C_qBGAfp.js.map,sha256=UlYSJWtzszbgY-vnoGQjGopPnVNLB8HAV8jB6nIf9-0,1097271
132
+ vuer/client_build/assets/chunks/chunk-CcVTpo0V.js,sha256=HDjV_0i_VL8QiYxrOcFAu1oCcIijSSFdNxXK0-Yrh7c,817730
133
+ vuer/client_build/assets/chunks/chunk-CcVTpo0V.js.map,sha256=CciLHesZLu5lHkCC3qbzGoMwH5t-MJknF_SUzaQuLtg,1101090
120
134
  vuer/client_build/assets/chunks/chunk-Cg0OFbR3.js,sha256=vnkSRAJ8-ftJTFZeW_khM08tjZuVkGHcwYcAzubXa0A,131987
121
135
  vuer/client_build/assets/chunks/chunk-Cg0OFbR3.js.map,sha256=d0e5EciwRDQe8WSJjsvycRaLt6G-baoKp7FU0VfpqLo,347218
122
136
  vuer/client_build/assets/chunks/chunk-Cht6lfcA.js,sha256=jhCX-ycRhGmMsZIlkXknfLeihEqwGhalDU_1U9TdvRU,442092
@@ -135,8 +149,12 @@ vuer/client_build/assets/chunks/chunk-Cqm9XVo5.js,sha256=kjAGWtmLwIk9wahW7iBhJad
135
149
  vuer/client_build/assets/chunks/chunk-Cqm9XVo5.js.map,sha256=glYLbTZcikz06oJlZ6dDy93ZhHYJeTubzUHmi8aQI2g,1097253
136
150
  vuer/client_build/assets/chunks/chunk-CwdzNKQO.js,sha256=i5ufaXarXMwnaBIhAL-ZIYNShuu6gFl4aetO7AsRGC0,442092
137
151
  vuer/client_build/assets/chunks/chunk-CwdzNKQO.js.map,sha256=tyRUzsaTGWbkGGFWSOQ0h7ffRBXmgyRU979iZ0Dae-w,505451
152
+ vuer/client_build/assets/chunks/chunk-CxXHyfhp.js,sha256=Rptg19v-WfZgr86TwqE7dXeout6N8JlDdwLTPJm08Ss,618
153
+ vuer/client_build/assets/chunks/chunk-CxXHyfhp.js.map,sha256=e1j7y99YRzSqz9iC1sH73pNkbE8Grvk_8FXUqmQrRik,1728
138
154
  vuer/client_build/assets/chunks/chunk-Cy5DUFOP.js,sha256=bzsTMGzR4t0669AOmCaS_Wn77ZJ1Bwl-SrCd-dB4x4I,1021
139
155
  vuer/client_build/assets/chunks/chunk-Cy5DUFOP.js.map,sha256=xlkO-B67hDMjnxG9XjaUlgmCOwmhY1Re99FDu8vvRJk,1733
156
+ vuer/client_build/assets/chunks/chunk-CyJGVc6_.js,sha256=LWnac2wDgHLhR6WDZ98Xy1_3tIwD0XBNFQVMWvnDubs,617
157
+ vuer/client_build/assets/chunks/chunk-CyJGVc6_.js.map,sha256=sI1GfEmUEydudS-MNKH1U4bObpYFYQizlDaW_5Iz4Gg,1733
140
158
  vuer/client_build/assets/chunks/chunk-CzzG-Cjt.js,sha256=PfbGqj0e-UZnJdoM1QJC1zqBWn41YItilfiQ9IUlQ38,818225
141
159
  vuer/client_build/assets/chunks/chunk-CzzG-Cjt.js.map,sha256=s6hc3Zu7tWP3_Kav3ubE0-mrlTUgC2W9zrqL6QIM4l0,1097280
142
160
  vuer/client_build/assets/chunks/chunk-D7HrI6pR.js,sha256=XtpnVGazJzwxryWnCsV0evlNTR1H1wrEqqz12SQD0Cc,1060
@@ -215,8 +233,12 @@ vuer/client_build/assets/chunks/chunk-mtyvY65T.js,sha256=KKBSFCkazVeijYKKujM9lMC
215
233
  vuer/client_build/assets/chunks/chunk-mtyvY65T.js.map,sha256=69VZMY01LL2CF9up6SGs8Uy0OZRHrnDpXjCNshvAQUc,6086514
216
234
  vuer/client_build/assets/chunks/chunk-nB1OriYW.js,sha256=5DwpWWWqgc4rVYt2ocWuFaabSkVZLMG1oWD9Mqy6tJo,818225
217
235
  vuer/client_build/assets/chunks/chunk-nB1OriYW.js.map,sha256=adSVJyoPk8iZBp1dqWSsgaJFLDw4Y2ls9u8uhieQaw0,1103168
236
+ vuer/client_build/assets/chunks/chunk-rdAuxDM1.js,sha256=P9y8BX-hzqCL0pferdstAcHmLTI3u2kD3bpyspCcrYA,442092
237
+ vuer/client_build/assets/chunks/chunk-rdAuxDM1.js.map,sha256=wnbeedjvqERpFqpzCZKZ5QtJjFpUYhQYSQfq4WHxP2s,505451
218
238
  vuer/client_build/assets/entries/entry-client-routing.A8e9PmzM.js,sha256=4qWFmYbMstVrEzuL_YS98WNk55-z7YOWbKpNoyHVCV4,71041
219
239
  vuer/client_build/assets/entries/entry-client-routing.A8e9PmzM.js.map,sha256=W-DRnR3WZDFnjAnsymox0KBGsofguNnh8yylfUdL8To,361819
240
+ vuer/client_build/assets/entries/entry-client-routing.BSaUS4Zk.js,sha256=sDzPKsEk-Wzn-KwgS-W3ns6PvHTkhK4Jp32xWtKSDI4,71041
241
+ vuer/client_build/assets/entries/entry-client-routing.BSaUS4Zk.js.map,sha256=PFphpsVpixh4nVi7OmXpJ1u-Frt3LoXbXn0Xfcg_43k,361819
220
242
  vuer/client_build/assets/entries/entry-client-routing.CB3LrK5U.js,sha256=L9ZZEDwNPtfHDL_5kKBfVEYU9GRlx4p4PHX0WPooFGY,70464
221
243
  vuer/client_build/assets/entries/entry-client-routing.CB3LrK5U.js.map,sha256=t5BuzCMMn4WA8InaW7Ha-DH4zAXAE4J84z44CNS6HGQ,361819
222
244
  vuer/client_build/assets/entries/entry-client-routing.CMVoGr7o.js,sha256=YmN_HA7N27fABtgPKKukwWdnK9Ey3O9_lafgXOJ4UXA,70464
@@ -231,6 +253,8 @@ vuer/client_build/assets/entries/entry-client-routing.Cx9W0mvP.js,sha256=1TyC7-A
231
253
  vuer/client_build/assets/entries/entry-client-routing.Cx9W0mvP.js.map,sha256=mPytCBcgkychT8LdivaOUqtdpeXwiegBKkuidXguy6E,361819
232
254
  vuer/client_build/assets/entries/entry-client-routing.D2q3SNbm.js,sha256=MuMGzGS038gsyVKGMu85DtwsZRetP1Ew6rT3Ez8h6u0,70464
233
255
  vuer/client_build/assets/entries/entry-client-routing.D2q3SNbm.js.map,sha256=i-7yMk355BfpdPixbNbwN0Dh9SkRdg3WsAaCxJd6N94,361819
256
+ vuer/client_build/assets/entries/entry-client-routing.ElPgRW9J.js,sha256=JawBO4qaynCWj9wHYON3YnXAITMb3dnormvLfMJVC-Y,71041
257
+ vuer/client_build/assets/entries/entry-client-routing.ElPgRW9J.js.map,sha256=37CL2DefxtVgKPgHk9G71Lw02PyEvU9-PA52Iixpp18,361819
234
258
  vuer/client_build/assets/entries/entry-client-routing.PCrUK_H6.js,sha256=jEhSEBIohdQTrT-pyMn2H_JiOfrtUDK_RSKo9STfGKg,70464
235
259
  vuer/client_build/assets/entries/entry-client-routing.PCrUK_H6.js.map,sha256=YbFizqc_oGtXCm0ApU_8QzFGue_lR7El8BMmEioNupE,361819
236
260
  vuer/client_build/assets/entries/entry-client-routing.b8Mxy_9p.js,sha256=MOGHRm_3kG-eFQw0JBeuYkRePHv1hhHDETWuvXIcuyw,71041
@@ -243,6 +267,8 @@ vuer/client_build/assets/entries/pages_editor.B5g7B-lH.js,sha256=xrLWlVlIKPU18vZ
243
267
  vuer/client_build/assets/entries/pages_editor.B5g7B-lH.js.map,sha256=D_QtPQ5KStzWj2xREli5Cf8BjCbELxDXkuD6uGEUVxQ,40861
244
268
  vuer/client_build/assets/entries/pages_editor.Bqu1mDGf.js,sha256=68jIuFpu5q8b3YVOZfUles9m8Ig-SoM3IJYV61gqCJw,11930
245
269
  vuer/client_build/assets/entries/pages_editor.Bqu1mDGf.js.map,sha256=qbaTYZA-Qeo2VvhKKC-UVwFF3XWRbmdBvJ6QlDZyhb8,40861
270
+ vuer/client_build/assets/entries/pages_editor.C0a9TsP6.js,sha256=p-3pdRe9nbQnNMnUMsC9fGWVrH86Q-5Q8kaZtDbGRzE,11942
271
+ vuer/client_build/assets/entries/pages_editor.C0a9TsP6.js.map,sha256=Yc5pIMscqaSeCV2qLmLUzNegzmyFlavhU9rj_W7HqOs,40888
246
272
  vuer/client_build/assets/entries/pages_editor.C6qOB928.js,sha256=dbeCOvpfqRXJAexSYcoQnrdF3_Rx-gcLSdDUUI-rNgQ,11930
247
273
  vuer/client_build/assets/entries/pages_editor.C6qOB928.js.map,sha256=RfET3y9GEcG1HB0BCwIeTS9UAZ2-GSLVyawfwhsGgYM,40861
248
274
  vuer/client_build/assets/entries/pages_editor.CJ6f6-bD.js,sha256=fxsgmxZ6i-cFv_7-pEP8RAhYCbCLSB1-FUuZqLzZnKQ,12392
@@ -251,18 +277,24 @@ vuer/client_build/assets/entries/pages_editor.D2tEJo2E.js,sha256=sq2tn6lAS6zjzSi
251
277
  vuer/client_build/assets/entries/pages_editor.D2tEJo2E.js.map,sha256=F3JYndieMWHwQNGc4M3RLPp1tmxv2e9ra-Yf3kx-xCA,42514
252
278
  vuer/client_build/assets/entries/pages_editor.DApcLy8l.js,sha256=ilPAcazrv5bogdhUChifL0zlM9u2wKv0Fj6t69S82Uo,12392
253
279
  vuer/client_build/assets/entries/pages_editor.DApcLy8l.js.map,sha256=jYiLQyAA52OPP-DmGOKqFbdsCDeF4aqDcVp1K9f9MOk,42435
280
+ vuer/client_build/assets/entries/pages_editor.DTJ44V1M.js,sha256=4-ECsXB6bWW4h8ySWMDtnnTJAITSGEPqiECtMoKHTJ8,11942
281
+ vuer/client_build/assets/entries/pages_editor.DTJ44V1M.js.map,sha256=hQ7kXHFgqtZtzEwUgpy4bRd_NT5WVT87kFfd2poomOQ,40888
254
282
  vuer/client_build/assets/entries/pages_editor.DZFMAxUp.js,sha256=nodsokb-eiIETwTMlQmFCJDTMLzOACL9rs-QKktZKFE,11930
255
283
  vuer/client_build/assets/entries/pages_editor.DZFMAxUp.js.map,sha256=c0GPGfKfErjuynOs1tJfofPUkthRw9YuhTMIyALd7Vc,40861
256
284
  vuer/client_build/assets/entries/pages_editor.Dxe3s1yh.js,sha256=KXkBXNzD4WvO6qiFJSiv1jHE2QWw-HWSjibSOgQRefI,12392
257
285
  vuer/client_build/assets/entries/pages_editor.Dxe3s1yh.js.map,sha256=HElgDhD_a41zxg5MnXEU3w45OusYirRV7SBBopdNCl8,42514
258
286
  vuer/client_build/assets/entries/pages_error.BNv2Fuig.js,sha256=mH8djA4bpqNGUlPv3IwgxWtp1WFYookph8HfQkmjrUE,2157
259
287
  vuer/client_build/assets/entries/pages_error.BNv2Fuig.js.map,sha256=f3TiWAogGtLBbjtFuUiiq1y9s6fyGHaFpTfyMs_WXI4,1334
288
+ vuer/client_build/assets/entries/pages_error.CI4fTdMq.js,sha256=DD6X1QEaOkMiDYUWFJdnH332XinXhTisCgVRZPcgmUs,2157
289
+ vuer/client_build/assets/entries/pages_error.CI4fTdMq.js.map,sha256=-pYl9eeU_wvRmGBOtyI1JgLCRL_RlzMwlNAR9-wOdk0,1334
260
290
  vuer/client_build/assets/entries/pages_error.CLDk6MK1.js,sha256=Zg_GkfLCS7aLmvoaB4d1Vr4SI9815e6-uRm4QQpHSuw,2157
261
291
  vuer/client_build/assets/entries/pages_error.CLDk6MK1.js.map,sha256=ey6jWdoFnzAu9Fzyd11W8sEoFAXmEhDvF-oslGsmPYc,1334
262
292
  vuer/client_build/assets/entries/pages_error.O1uxa_ug.js,sha256=yVFIkPdh0NQpAJvGGRsF4YSz72-Y_bQ8PMudjMCmD5M,2157
263
293
  vuer/client_build/assets/entries/pages_error.O1uxa_ug.js.map,sha256=GmSEG8WyhpesZlm0Aemau2Rx5XYH0hMyDpFhqe4ZrJc,1334
264
294
  vuer/client_build/assets/entries/pages_index.7_I5LEso.js,sha256=9j8q4oYK74tdB1ZB79dj3TQbTIZn36M9FHESEki6E5s,3429
265
295
  vuer/client_build/assets/entries/pages_index.7_I5LEso.js.map,sha256=2Ut9_lcF739TA_s020iD0n7MwoprmsG55Y4cnKZNK0k,7240
296
+ vuer/client_build/assets/entries/pages_index.BasHwMRM.js,sha256=albfWVxnLwYq22YkxiltRy-esHC9TUtYI8QH7E8RDKc,3429
297
+ vuer/client_build/assets/entries/pages_index.BasHwMRM.js.map,sha256=RGLvRESs18w1NSCGPUxwGfnTRp_46hB1mENyIYH0KkM,7240
266
298
  vuer/client_build/assets/entries/pages_index.BcvcR9IC.js,sha256=Pa9Y1vKWGLhxjAcqhZ7gCkPL4dL6kZS1BHXzYM-XhtI,3429
267
299
  vuer/client_build/assets/entries/pages_index.BcvcR9IC.js.map,sha256=kGYXHkOku34mGQO1ogTRk7ObkWpsszcWEYb7ngnS7qY,7240
268
300
  vuer/client_build/assets/entries/pages_index.BusTnsDQ.js,sha256=BObLlgkN3-XS6mcXB3hYt4v3dfdX3e9QcSkDei-8G54,3429
@@ -279,8 +311,12 @@ vuer/client_build/assets/entries/pages_index.DSUOFY57.js,sha256=NJ6yZlAuHpvYu49H
279
311
  vuer/client_build/assets/entries/pages_index.DSUOFY57.js.map,sha256=VGgG4ILEXv4lNP2pvvgZwn0s53xaFSW2aUuzUYfudnk,7240
280
312
  vuer/client_build/assets/entries/pages_index.DWPt_HTa.js,sha256=xsUmqeyYLt5cQYSQBl0DG-kHvBhd_Kgu7wVz0lUkZxU,3429
281
313
  vuer/client_build/assets/entries/pages_index.DWPt_HTa.js.map,sha256=gADt6jGX9y3OFnWh6AVp-YA5xx7_PlqchuEx_wBfmBs,7240
314
+ vuer/client_build/assets/entries/pages_index.DYUEXAWY.js,sha256=8ZAylXrEKCON2IlXfnIqgjMXWaon2ZZASLNsfZv4Tcw,3429
315
+ vuer/client_build/assets/entries/pages_index.DYUEXAWY.js.map,sha256=ZysyWjlS05GEGJz8cYDN2TfzZH610Em_2zyiTdGIVOU,7240
282
316
  vuer/client_build/assets/entries/pages_index.akJqff8B.js,sha256=xHcrrfIlfV9CRXQy3nvaqM4QCrQD8SlshtaHk1jQHRQ,3429
283
317
  vuer/client_build/assets/entries/pages_index.akJqff8B.js.map,sha256=kZK4h49QiHFsezExajZnB2nOmaanGRdhCUwXlrpBuks,7290
318
+ vuer/client_build/assets/entries/pages_simple.BMpy5Em5.js,sha256=4MsJnMmJ9SPgrQlhsjrq6S_Wdah_id8PEwgau8UvYHU,2189
319
+ vuer/client_build/assets/entries/pages_simple.BMpy5Em5.js.map,sha256=Zz4ApXYcN9HD-6B-4MfuXafycCi3Cg6EGkIaF5q-jtQ,1280
284
320
  vuer/client_build/assets/entries/pages_simple.Bd2sqRvY.js,sha256=eylwGsVOON7cG0B1m6NU2uTAgMfvdw3l8QrOOKxjbu8,2189
285
321
  vuer/client_build/assets/entries/pages_simple.Bd2sqRvY.js.map,sha256=wZAOBF7wiIveu-ILEvwIMBkoGeLknqLrGT93F-E8AMM,1280
286
322
  vuer/client_build/assets/entries/pages_simple.BhTjkmfq.js,sha256=LWl4HhNxNE8nLl6Ht-QWgOJQXWin4O0vyXk9twwfbBs,2191
@@ -297,24 +333,30 @@ vuer/client_build/assets/entries/pages_simple.Ptpzrg8E.js,sha256=UIIEjOx3xZG_5fE
297
333
  vuer/client_build/assets/entries/pages_simple.Ptpzrg8E.js.map,sha256=kFRe1Hyfbiqo6d2XyuZFzRjx2vTFo3MaL4eddrmNnfg,1280
298
334
  vuer/client_build/assets/entries/pages_studio.B7NmJELR.js,sha256=XBDzWqh6uPlmz-OsgXnu0WGi0K0xQiVzKFxYH8bZ33g,3074
299
335
  vuer/client_build/assets/entries/pages_studio.B7NmJELR.js.map,sha256=6d7w6gqB5XAE4q4YhHZToXeXmzte8rtNffIQxDLFnrI,4299
336
+ vuer/client_build/assets/entries/pages_studio.B9ofAf4Z.js,sha256=pxu7MEMKdqCbFw7C1CXUX0EA180qQr1JE8NVa_jfEfA,3074
337
+ vuer/client_build/assets/entries/pages_studio.B9ofAf4Z.js.map,sha256=28M3w50jXId6g6RolSAIVCK9aWnJGyYxPvmZcDGJ1Ls,4299
300
338
  vuer/client_build/assets/entries/pages_studio.BNbFnXTD.js,sha256=ARozMSSN4K9lU4ijsFXEzUIVs8Dj2p-aOzfSo0hK51M,3074
301
339
  vuer/client_build/assets/entries/pages_studio.BNbFnXTD.js.map,sha256=TbIWhX8GTu2sVH25D4Nn6U_1L5Wt0Fs1j__rfRoYpTg,4299
302
340
  vuer/client_build/assets/entries/pages_studio.BqtkwnzE.js,sha256=M9euw00sqODydxH9a45RcPyxLAKnzA5Qfy02VJdPEe8,3074
303
341
  vuer/client_build/assets/entries/pages_studio.BqtkwnzE.js.map,sha256=oMVn4VPuRgj7S847D9d_6VWntu_7UMR31SdVmgn4S7w,4299
304
342
  vuer/client_build/assets/entries/pages_studio.CgOtURiY.js,sha256=L5Vp2cPummcC7s8hFn_4JHhDOmcwb1cJ7k7xHLKWWdU,3074
305
343
  vuer/client_build/assets/entries/pages_studio.CgOtURiY.js.map,sha256=JhCPkHaH82Y-peX_REkP1kZPQUIO73i7L0_5cCo3B3c,4299
344
+ vuer/client_build/assets/entries/pages_studio.qAQVW6ug.js,sha256=75xSJ-CCLln4aZEacA2hnC_uVPKQZtswx-px70-TPew,126977
345
+ vuer/client_build/assets/entries/pages_studio.qAQVW6ug.js.map,sha256=vRv1dKvk-n-OGlAYWMHrptiY_-lfWZYwVO7bpctEDT0,603097
306
346
  vuer/client_build/assets/entries/pages_studio.rTfG2sUA.js,sha256=ab_Uj9XQ-pXRWeHaJPEksLkPfFbtC1dZH-4L1qGD70E,3074
307
347
  vuer/client_build/assets/entries/pages_studio.rTfG2sUA.js.map,sha256=g-dpdzMbWtZ00a9L2FBYORQCrEz-ZUYS52mbQYyr3X0,4299
308
348
  vuer/client_build/assets/static/editor.B6qEVXNb.css,sha256=COYsPdFoFsBandZN5uv9xRzb3MlH9M9-de-TuCmfsVA,121
309
349
  vuer/client_build/assets/static/index.BbAhTARb.css,sha256=WWV7I9mur1lWEo8lWppkuYlBx2dQKpEXt-0azMYnLIU,134
310
350
  vuer/client_build/assets/static/logo.2_7Lo9tV.svg,sha256=vr4ukFyN_pgQCYZZTj73l8rIXKUB0SvkrqNcgmebgLA,5786
311
351
  vuer/client_build/assets/static/onRenderClient.B48D1ByE.css,sha256=Tup5i_-hLHmTzgUMAfw8UYjyC-E5ja-yhWwSzCxC1b8,16394
352
+ vuer/client_build/assets/static/onRenderClient.BJHLNmZB.css,sha256=RAB4qDz8_KRhohmn4WIbY6powinM1KICkt-63neKukk,73833
312
353
  vuer/client_build/assets/static/onRenderClient.C5hpRi0h.css,sha256=Pi5--ucBQ6l2KdfoZ7IkCzmOGOroRL-mD2t_f4hkMSs,1284
313
354
  vuer/client_build/assets/static/onRenderClient.ClXi4DEU.css,sha256=GQcQkvq2v3c8js2Q55-rFzr_lU12Crtcf6WDmMquF70,39213
314
- vuer/client_build/editor/index.html,sha256=F6F8a84xq_lsWBh9I_7I7y9h3ObDdp-7U7JC8oP7ZE0,1341
355
+ vuer/client_build/editor/index.html,sha256=-kWygmYx3sD0X0EE0OQn33Lpbn_XOr-jdLxVvsm5nKs,1341
315
356
  vuer/client_build/editor/index.pageContext.json,sha256=bLcKDOa4CtiHhbja7nw5Oh5ol4l4ue5gRlrkYbKHofg,263
316
357
  vuer/client_build/pages/_error/+Page.d.ts,sha256=hXxTpSGQAzc1Kn3yurA755YFc1JnvMpBgG5HwHWqOOs,83
317
358
  vuer/client_build/pages/editor/+Page.d.ts,sha256=KFQH12xv4wWL3OA8R898tZTt3KJBbxBmCilNPZA43KQ,775
359
+ vuer/client_build/pages/editor/icons/cursor.d.ts,sha256=1CfkzruiTeaHlCu8HTfIvmTwiD5P7Wp5QV4yT3ru4Mc,171
318
360
  vuer/client_build/pages/index/+Page.d.ts,sha256=mdBCG7GYdi7mz_jNamYZ8eQvacfwq3myQWc3QQQ-gsA,666
319
361
  vuer/client_build/pages/simple/+Page.d.ts,sha256=iIH_g-HEeICF2A7Ksn-kcOY6Tjj_mCn7CLy7SYYRICE,73
320
362
  vuer/client_build/pages/studio/+Page.d.ts,sha256=qw3VoaK8tIrAjcj9IkXvJ7xfsMSZp5CO5jLuY4TdlIQ,673
@@ -330,30 +372,37 @@ vuer/client_build/renderer/PageContext.d.ts,sha256=hH4ljDXmvkz_xXlbjBI_llgEUqrMK
330
372
  vuer/client_build/renderer/getPageTitle.d.ts,sha256=rHvLmsnh4G0xD9B0FlcrAI93RT0GInufGOinxZSSScQ,132
331
373
  vuer/client_build/renderer/useData.d.ts,sha256=lTrtm6SLW2aYv-3Z6my7GcYvkWXg0pqUGEzkD51IaSY,60
332
374
  vuer/client_build/renderer/usePageContext.d.ts,sha256=26uPKf2dSf8qlkUMSF9q2dppl4AJ31ab4kcxHu1xuwc,363
333
- vuer/client_build/simple/index.html,sha256=6KSyCxa7N1Q3830SlpujVF0FNOWYYjvPYufKEfR17KA,1253
375
+ vuer/client_build/simple/index.html,sha256=CKBIsydp1EwKyNkgNSb1DBpniwX3ZrfTkZFqf8R9xAo,1253
334
376
  vuer/client_build/simple/index.pageContext.json,sha256=LMLlfm0XgdlLe9rwQs5dEdo6xt65vOCxWfdfriECyyA,263
377
+ vuer/client_build/src/components/ControlLayout/ControlLayout.d.ts,sha256=xHvbCq0MDBaIkXA64lp4vdtTK4u1XLqxD6TCYMNEIXY,82
378
+ vuer/client_build/src/components/ControlLayout/LayoutBottom/LayoutBottom.d.ts,sha256=tqMIcGgru0gPlzCZoMjHNKle-hqMPUdDT2S9TUJka3s,81
379
+ vuer/client_build/src/components/ControlLayout/LayoutLeft/LayoutLeft.d.ts,sha256=CEoqIXOjtDSNEzKi6HkzTVygombRfhB4pnohDWwBRM0,79
380
+ vuer/client_build/src/components/ControlLayout/LayoutRight/LayoutRight.d.ts,sha256=4jUziV2Hc9qREfT6U7O-V_gV-xRqSSWy6yppUyebgR8,80
381
+ vuer/client_build/src/components/ControlLayout/LayoutTop/LayoutTop.d.ts,sha256=oo_Ub_lO9DQQEVkjOnXBM8VsIIeoZCtJUzgqSfF35DU,78
335
382
  vuer/client_build/src/lib/utils.d.ts,sha256=kn4bwQwXPuIVJnh3cVnVD-V0rqFIaBPcwHbXz2JkbSM,96
336
- vuer/client_build/studio/index.html,sha256=YyKszNZ3p_sNhbugLw1OjcXA0oHOQcJpIxP4gZjqfg4,1251
383
+ vuer/client_build/studio/index.html,sha256=hMcsdbVxagaMBeO4pFA-J6RyHC-Ww4Dw0gLCQzVrJQk,1251
337
384
  vuer/client_build/studio/index.pageContext.json,sha256=BQJIOb2dRe3GhcponaeaIVg9P1S5snWg1PlSKb1Hu_0,263
338
385
  vuer/frame/__init__.py,sha256=y0xBYalkjHutUK71HO7vIy_Hk1fsuJV4FQIgS79S4VU,45
339
386
  vuer/frame/convert.py,sha256=qEew5qJlt7yOsT8ei61Zp6Y_4RqocNFiV2vHOYkrLtc,591
340
387
  vuer/frame/to_mat.py,sha256=-S_HZafF_2BYR8dJVyN2dlB6iK2e4iSuHtWRq5dActE,1459
341
- vuer/schemas/__init__.py,sha256=NQdnh7O1om6omAEBvqvq9dXwuxmW3NC0m23h1mmqc14,159
388
+ vuer/schemas/__init__.py,sha256=_uTArAG50BsQhW7_q500-elSWW5uETVf5em40JGaH-0,194
342
389
  vuer/schemas/drei_components.py,sha256=U9svEOnNprhZaobLagaFnqEtZxo5hiriSqjDnvQutoA,6989
343
- vuer/schemas/html_components.py,sha256=CBisR9Srr0Cau9pdAh7OMZ0-N0NyTZ-B66Wn3sXl9Ac,6697
390
+ vuer/schemas/html_components.py,sha256=Bh5T4ICxAi9gA1qI2O_AwqI2zmH2WjIiSy7wwjxkvHE,6803
391
+ vuer/schemas/material_components.py,sha256=mpxFBUkEIkIdPo4gK3vNn68tpDL7pjdKBBkfmJEz0_c,2469
344
392
  vuer/schemas/physics_components.py,sha256=1jrRWxPMxvLbRhcDFGr_WVg6pwlJwQXEfaKplspOArA,3690
345
- vuer/schemas/scene_components.py,sha256=6RK0kU13Uf2HpxGz6HbLwHkZY5EaP-arWuxOnrabark,37574
393
+ vuer/schemas/scene_components.py,sha256=H9WysFSAR0BOAViCSZZncnsvf4GsGDPRXHo8ev5FlpY,46174
346
394
  vuer/schemas/timeline_components.py,sha256=47DEQpj8HBSa-_TImW-5JCeuQeRkm5NMpJWZG3hSuFU,0
347
395
  vuer/schemas/vuer_components.py,sha256=lfFZjsfuMSnfdPN0ZUtFcdQ4tcGiJkQGRA1nq2pRcUE,1542
348
- vuer/schemas/__pycache__/__init__.cpython-311.pyc,sha256=iegCo7dER0AdwaN-E4NZp44JZMqhhF-s309b-ns1emg,357
396
+ vuer/schemas/__pycache__/__init__.cpython-311.pyc,sha256=zU-nLopWWETLe3pDs9aYDpBklntabh0nhQqPP7A_vBU,398
349
397
  vuer/schemas/__pycache__/drei_components.cpython-311.pyc,sha256=-3NNwPleRTWUw5q2dA9i_9GCEIlXa7xO_bo2x4jJ1SM,8318
350
- vuer/schemas/__pycache__/html_components.cpython-311.pyc,sha256=VBKxxM7B4TSwt-qtirn35guP8ohd8pVnXr-D0IsJ_Ik,14357
398
+ vuer/schemas/__pycache__/html_components.cpython-311.pyc,sha256=2sAM7cYwVkjA8nE_l8Bw0EjrOldXrgOeYjxNnE_m4dw,14703
399
+ vuer/schemas/__pycache__/material_components.cpython-311.pyc,sha256=SAoHtSwNZOjHfQygkfwYiOAVvTJ7eJLJK8hceWUAF9E,7693
351
400
  vuer/schemas/__pycache__/physics_components.cpython-311.pyc,sha256=Li0YYeGHmE2cpqi1dn26Rpii90LWMJAsZgqXj6qIS-I,4721
352
- vuer/schemas/__pycache__/scene_components.cpython-311.pyc,sha256=bvMnOqqCM6IDrrk0q_86LqZ3V1YaJzbYxk26L3L3i0w,50375
401
+ vuer/schemas/__pycache__/scene_components.cpython-311.pyc,sha256=CIpP-FoLz2GA0jTJLHNUaS2SsQjmsS9kyjka_jUD8XE,58548
353
402
  vuer/schemas/__pycache__/vuer_components.cpython-311.pyc,sha256=aAmo_Qsgzpbj-KLL0tRz6m3xwQsKR2LbfSNVVLTGaKA,1974
354
- vuer-0.0.66.dist-info/licenses/LICENSE,sha256=MGF-inVBUaGe2mEjqT0g6XsHIXwoNXgNHqD7Z1MzR0k,1063
355
- vuer-0.0.66.dist-info/METADATA,sha256=BU100IPtSoh_mdTum1t1XfPArN6DsPOzd_w-xFUfhnY,5766
356
- vuer-0.0.66.dist-info/WHEEL,sha256=_zCd3N1l69ArxyTb8rzEoP9TpbYXkqRFSNOD5OuxnTs,91
357
- vuer-0.0.66.dist-info/entry_points.txt,sha256=J_NM6fbpipmD9oP7cdxd1UyBR8mVEQVx0xjlE_56yss,41
358
- vuer-0.0.66.dist-info/top_level.txt,sha256=ermmVkwvGFAK4gfSgDIwOmKpxwpqNt-oo7gVQQUSHok,5
359
- vuer-0.0.66.dist-info/RECORD,,
403
+ vuer-0.0.68.dist-info/licenses/LICENSE,sha256=MGF-inVBUaGe2mEjqT0g6XsHIXwoNXgNHqD7Z1MzR0k,1063
404
+ vuer-0.0.68.dist-info/METADATA,sha256=3St4R7uov66ImsCspuywInofNSJ7F8psSFO1NVhKMko,5766
405
+ vuer-0.0.68.dist-info/WHEEL,sha256=_zCd3N1l69ArxyTb8rzEoP9TpbYXkqRFSNOD5OuxnTs,91
406
+ vuer-0.0.68.dist-info/entry_points.txt,sha256=J_NM6fbpipmD9oP7cdxd1UyBR8mVEQVx0xjlE_56yss,41
407
+ vuer-0.0.68.dist-info/top_level.txt,sha256=ermmVkwvGFAK4gfSgDIwOmKpxwpqNt-oo7gVQQUSHok,5
408
+ vuer-0.0.68.dist-info/RECORD,,
File without changes