@adobe/data 0.9.83 → 0.9.84
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/cache/functions/cached.d.ts +8 -0
- package/dist/cache/functions/cached.js +13 -0
- package/dist/cache/functions/cached.js.map +1 -0
- package/dist/cache/functions/cached.test.d.ts +1 -0
- package/dist/cache/functions/cached.test.js +49 -0
- package/dist/cache/functions/cached.test.js.map +1 -0
- package/dist/cache/functions/index.d.ts +1 -0
- package/dist/cache/functions/index.js +1 -0
- package/dist/cache/functions/index.js.map +1 -1
- package/dist/ecs/database/concurrency/concurrency-strategy.d.ts +4 -3
- package/dist/ecs/database/database.d.ts +22 -10
- package/dist/ecs/database/database.index.performance.test.js +32 -25
- package/dist/ecs/database/database.index.performance.test.js.map +1 -1
- package/dist/ecs/database/database.index.type-test.js +25 -0
- package/dist/ecs/database/database.index.type-test.js.map +1 -1
- package/dist/ecs/database/database.js +14 -0
- package/dist/ecs/database/database.js.map +1 -1
- package/dist/ecs/database/database.reset.test.js +13 -6
- package/dist/ecs/database/database.reset.test.js.map +1 -1
- package/dist/ecs/database/deep-extends-chain.type-test.d.ts +208 -208
- package/dist/ecs/database/facets/archetypes.d.ts +17 -0
- package/dist/ecs/database/facets/archetypes.js +18 -0
- package/dist/ecs/database/facets/archetypes.js.map +1 -0
- package/dist/ecs/database/facets/components.d.ts +17 -0
- package/dist/ecs/database/facets/components.js +18 -0
- package/dist/ecs/database/facets/components.js.map +1 -0
- package/dist/ecs/database/facets/facets.test.d.ts +1 -0
- package/dist/ecs/database/facets/facets.test.js +54 -0
- package/dist/ecs/database/facets/facets.test.js.map +1 -0
- package/dist/ecs/database/facets/resources.d.ts +17 -0
- package/dist/ecs/database/facets/resources.js +18 -0
- package/dist/ecs/database/facets/resources.js.map +1 -0
- package/dist/ecs/database/facets/stamp-scopes.d.ts +46 -0
- package/dist/ecs/database/facets/stamp-scopes.js +26 -0
- package/dist/ecs/database/facets/stamp-scopes.js.map +1 -0
- package/dist/ecs/database/observe-select-entities.performance.test.js +12 -4
- package/dist/ecs/database/observe-select-entities.performance.test.js.map +1 -1
- package/dist/ecs/database/observed/observed-database.d.ts +3 -3
- package/dist/ecs/database/reconciling/create-rebase-replay-applier.js +1 -1
- package/dist/ecs/database/reconciling/create-rebase-replay-applier.js.map +1 -1
- package/dist/ecs/database/reconciling/reconciling-entry.d.ts +3 -2
- package/dist/ecs/database/reconciling/reconciling-entry.js.map +1 -1
- package/dist/ecs/database/to-system-database.d.ts +17 -0
- package/dist/ecs/database/to-system-database.js +5 -0
- package/dist/ecs/database/to-system-database.js.map +1 -0
- package/dist/ecs/database/to-system-database.test.d.ts +1 -0
- package/dist/ecs/database/to-system-database.test.js +22 -0
- package/dist/ecs/database/to-system-database.test.js.map +1 -0
- package/dist/ecs/database/transactional-store/coalesce-actions.test.js +13 -4
- package/dist/ecs/database/transactional-store/coalesce-actions.test.js.map +1 -1
- package/dist/ecs/database/transactional-store/create-transactional-store.js.map +1 -1
- package/dist/ecs/database/transactional-store/transactional-store.d.ts +1 -13
- package/dist/ecs/optional-components.d.ts +1 -0
- package/dist/ecs/store/core/create-core.js +3 -0
- package/dist/ecs/store/core/create-core.js.map +1 -1
- package/dist/ecs/store/partition.d.ts +1 -1
- package/dist/ecs/store/store.d.ts +7 -0
- package/dist/ecs/store/store.js.map +1 -1
- package/dist/ecs/store/transaction-functions.d.ts +4 -3
- package/dist/equals-unordered.d.ts +13 -0
- package/dist/equals-unordered.js +64 -0
- package/dist/equals-unordered.js.map +1 -0
- package/dist/equals-unordered.test.d.ts +1 -0
- package/dist/equals-unordered.test.js +35 -0
- package/dist/equals-unordered.test.js.map +1 -0
- package/dist/index.d.ts +1 -0
- package/dist/index.js +1 -0
- package/dist/index.js.map +1 -1
- package/dist/math/line2/interpolate.d.ts +3 -0
- package/dist/math/line2/interpolate.js +7 -0
- package/dist/math/line2/interpolate.js.map +1 -0
- package/dist/math/line2/intersects.d.ts +2 -0
- package/dist/math/line2/intersects.js +29 -0
- package/dist/math/line2/intersects.js.map +1 -0
- package/dist/math/line2/public.d.ts +3 -1
- package/dist/math/line2/public.js +3 -1
- package/dist/math/line2/public.js.map +1 -1
- package/dist/math/line2/sub-line.d.ts +2 -0
- package/dist/math/line2/sub-line.js +9 -0
- package/dist/math/line2/sub-line.js.map +1 -0
- package/dist/math/line3/closest-point-on-line.d.ts +10 -0
- package/dist/math/line3/closest-point-on-line.js +29 -0
- package/dist/math/line3/closest-point-on-line.js.map +1 -0
- package/dist/math/line3/direction.d.ts +7 -0
- package/dist/math/line3/direction.js +12 -0
- package/dist/math/line3/direction.js.map +1 -0
- package/dist/math/line3/interpolate.d.ts +3 -0
- package/dist/math/line3/interpolate.js +7 -0
- package/dist/math/line3/interpolate.js.map +1 -0
- package/dist/math/line3/public.d.ts +4 -1
- package/dist/math/line3/public.js +4 -1
- package/dist/math/line3/public.js.map +1 -1
- package/dist/math/line3/sub-line.d.ts +2 -0
- package/dist/math/line3/sub-line.js +9 -0
- package/dist/math/line3/sub-line.js.map +1 -0
- package/dist/math/mat4x4/add.d.ts +2 -0
- package/dist/math/mat4x4/add.js +8 -0
- package/dist/math/mat4x4/add.js.map +1 -0
- package/dist/math/mat4x4/determinant.d.ts +2 -0
- package/dist/math/mat4x4/determinant.js +18 -0
- package/dist/math/mat4x4/determinant.js.map +1 -0
- package/dist/math/mat4x4/identity.d.ts +2 -0
- package/dist/math/mat4x4/identity.js +8 -0
- package/dist/math/mat4x4/identity.js.map +1 -0
- package/dist/math/mat4x4/inverse.d.ts +2 -0
- package/dist/math/mat4x4/inverse.js +41 -0
- package/dist/math/mat4x4/inverse.js.map +1 -0
- package/dist/math/mat4x4/look-at.d.ts +3 -0
- package/dist/math/mat4x4/look-at.js +23 -0
- package/dist/math/mat4x4/look-at.js.map +1 -0
- package/dist/math/mat4x4/multiply-vec3.d.ts +3 -0
- package/dist/math/mat4x4/multiply-vec3.js +7 -0
- package/dist/math/mat4x4/multiply-vec3.js.map +1 -0
- package/dist/math/mat4x4/multiply-vec4.d.ts +3 -0
- package/dist/math/mat4x4/multiply-vec4.js +8 -0
- package/dist/math/mat4x4/multiply-vec4.js.map +1 -0
- package/dist/math/mat4x4/multiply.d.ts +2 -0
- package/dist/math/mat4x4/multiply.js +15 -0
- package/dist/math/mat4x4/multiply.js.map +1 -0
- package/dist/math/mat4x4/orthographic.d.ts +2 -0
- package/dist/math/mat4x4/orthographic.js +13 -0
- package/dist/math/mat4x4/orthographic.js.map +1 -0
- package/dist/math/mat4x4/perspective.d.ts +2 -0
- package/dist/math/mat4x4/perspective.js +23 -0
- package/dist/math/mat4x4/perspective.js.map +1 -0
- package/dist/math/mat4x4/public.d.ts +19 -1
- package/dist/math/mat4x4/public.js +19 -1
- package/dist/math/mat4x4/public.js.map +1 -1
- package/dist/math/mat4x4/rotation-x.d.ts +2 -0
- package/dist/math/mat4x4/rotation-x.js +12 -0
- package/dist/math/mat4x4/rotation-x.js.map +1 -0
- package/dist/math/mat4x4/rotation-y.d.ts +2 -0
- package/dist/math/mat4x4/rotation-y.js +12 -0
- package/dist/math/mat4x4/rotation-y.js.map +1 -0
- package/dist/math/mat4x4/rotation-z.d.ts +2 -0
- package/dist/math/mat4x4/rotation-z.js +12 -0
- package/dist/math/mat4x4/rotation-z.js.map +1 -0
- package/dist/math/mat4x4/scale.d.ts +2 -0
- package/dist/math/mat4x4/scale.js +8 -0
- package/dist/math/mat4x4/scale.js.map +1 -0
- package/dist/math/mat4x4/scaling.d.ts +2 -0
- package/dist/math/mat4x4/scaling.js +8 -0
- package/dist/math/mat4x4/scaling.js.map +1 -0
- package/dist/math/mat4x4/subtract.d.ts +2 -0
- package/dist/math/mat4x4/subtract.js +8 -0
- package/dist/math/mat4x4/subtract.js.map +1 -0
- package/dist/math/mat4x4/translation.d.ts +2 -0
- package/dist/math/mat4x4/translation.js +8 -0
- package/dist/math/mat4x4/translation.js.map +1 -0
- package/dist/math/mat4x4/transpose.d.ts +2 -0
- package/dist/math/mat4x4/transpose.js +8 -0
- package/dist/math/mat4x4/transpose.js.map +1 -0
- package/dist/math/mat4x4/zero.d.ts +2 -0
- package/dist/math/mat4x4/zero.js +8 -0
- package/dist/math/mat4x4/zero.js.map +1 -0
- package/dist/math/plane/contains-point.d.ts +3 -0
- package/dist/math/plane/contains-point.js +5 -0
- package/dist/math/plane/contains-point.js.map +1 -0
- package/dist/math/plane/distance.d.ts +3 -0
- package/dist/math/plane/distance.js +4 -0
- package/dist/math/plane/distance.js.map +1 -0
- package/dist/math/plane/is-point-behind.d.ts +3 -0
- package/dist/math/plane/is-point-behind.js +4 -0
- package/dist/math/plane/is-point-behind.js.map +1 -0
- package/dist/math/plane/is-point-in-front.d.ts +3 -0
- package/dist/math/plane/is-point-in-front.js +4 -0
- package/dist/math/plane/is-point-in-front.js.map +1 -0
- package/dist/math/plane/is.d.ts +2 -0
- package/dist/math/plane/is.js +5 -0
- package/dist/math/plane/is.js.map +1 -0
- package/dist/math/plane/line-intersection.d.ts +9 -0
- package/dist/math/plane/line-intersection.js +26 -0
- package/dist/math/plane/line-intersection.js.map +1 -0
- package/dist/math/plane/public.d.ts +7 -1
- package/dist/math/plane/public.js +7 -1
- package/dist/math/plane/public.js.map +1 -1
- package/dist/math/plane/signed-distance.d.ts +3 -0
- package/dist/math/plane/signed-distance.js +4 -0
- package/dist/math/plane/signed-distance.js.map +1 -0
- package/dist/math/quat/add.d.ts +2 -0
- package/dist/math/quat/add.js +8 -0
- package/dist/math/quat/add.js.map +1 -0
- package/dist/math/quat/align-to.d.ts +12 -0
- package/dist/math/quat/align-to.js +43 -0
- package/dist/math/quat/align-to.js.map +1 -0
- package/dist/math/quat/conjugate.d.ts +2 -0
- package/dist/math/quat/conjugate.js +3 -0
- package/dist/math/quat/conjugate.js.map +1 -0
- package/dist/math/quat/distance.d.ts +2 -0
- package/dist/math/quat/distance.js +5 -0
- package/dist/math/quat/distance.js.map +1 -0
- package/dist/math/quat/dot.d.ts +2 -0
- package/dist/math/quat/dot.js +3 -0
- package/dist/math/quat/dot.js.map +1 -0
- package/dist/math/quat/from-axis-angle.d.ts +3 -0
- package/dist/math/quat/from-axis-angle.js +14 -0
- package/dist/math/quat/from-axis-angle.js.map +1 -0
- package/dist/math/quat/from-euler.d.ts +2 -0
- package/dist/math/quat/from-euler.js +16 -0
- package/dist/math/quat/from-euler.js.map +1 -0
- package/dist/math/quat/identity.d.ts +2 -0
- package/dist/math/quat/identity.js +3 -0
- package/dist/math/quat/identity.js.map +1 -0
- package/dist/math/quat/inverse.d.ts +2 -0
- package/dist/math/quat/inverse.js +11 -0
- package/dist/math/quat/inverse.js.map +1 -0
- package/dist/math/quat/length-squared.d.ts +2 -0
- package/dist/math/quat/length-squared.js +3 -0
- package/dist/math/quat/length-squared.js.map +1 -0
- package/dist/math/quat/length.d.ts +2 -0
- package/dist/math/quat/length.js +3 -0
- package/dist/math/quat/length.js.map +1 -0
- package/dist/math/quat/lerp.d.ts +2 -0
- package/dist/math/quat/lerp.js +8 -0
- package/dist/math/quat/lerp.js.map +1 -0
- package/dist/math/quat/look-at.d.ts +3 -0
- package/dist/math/quat/look-at.js +49 -0
- package/dist/math/quat/look-at.js.map +1 -0
- package/dist/math/quat/multiply.d.ts +2 -0
- package/dist/math/quat/multiply.js +8 -0
- package/dist/math/quat/multiply.js.map +1 -0
- package/dist/math/quat/negate.d.ts +2 -0
- package/dist/math/quat/negate.js +3 -0
- package/dist/math/quat/negate.js.map +1 -0
- package/dist/math/quat/normalize.d.ts +2 -0
- package/dist/math/quat/normalize.js +8 -0
- package/dist/math/quat/normalize.js.map +1 -0
- package/dist/math/quat/public.d.ts +23 -1
- package/dist/math/quat/public.js +23 -1
- package/dist/math/quat/public.js.map +1 -1
- package/dist/math/quat/rotate-vec3.d.ts +3 -0
- package/dist/math/quat/rotate-vec3.js +15 -0
- package/dist/math/quat/rotate-vec3.js.map +1 -0
- package/dist/math/quat/scale.d.ts +2 -0
- package/dist/math/quat/scale.js +3 -0
- package/dist/math/quat/scale.js.map +1 -0
- package/dist/math/quat/schema.js +1 -1
- package/dist/math/quat/schema.js.map +1 -1
- package/dist/math/quat/slerp.d.ts +2 -0
- package/dist/math/quat/slerp.js +22 -0
- package/dist/math/quat/slerp.js.map +1 -0
- package/dist/math/quat/subtract.d.ts +2 -0
- package/dist/math/quat/subtract.js +8 -0
- package/dist/math/quat/subtract.js.map +1 -0
- package/dist/math/quat/to-axis-angle.d.ts +6 -0
- package/dist/math/quat/to-axis-angle.js +13 -0
- package/dist/math/quat/to-axis-angle.js.map +1 -0
- package/dist/math/quat/to-euler.d.ts +3 -0
- package/dist/math/quat/to-euler.js +22 -0
- package/dist/math/quat/to-euler.js.map +1 -0
- package/dist/math/quat/to-mat4.d.ts +8 -0
- package/dist/math/quat/to-mat4.js +25 -0
- package/dist/math/quat/to-mat4.js.map +1 -0
- package/dist/math/vec2/f32/abs.d.ts +2 -0
- package/dist/math/vec2/f32/abs.js +3 -0
- package/dist/math/vec2/f32/abs.js.map +1 -0
- package/dist/math/vec2/f32/acos.d.ts +2 -0
- package/dist/math/vec2/f32/acos.js +3 -0
- package/dist/math/vec2/f32/acos.js.map +1 -0
- package/dist/math/vec2/f32/acosh.d.ts +2 -0
- package/dist/math/vec2/f32/acosh.js +3 -0
- package/dist/math/vec2/f32/acosh.js.map +1 -0
- package/dist/math/vec2/f32/add.d.ts +2 -0
- package/dist/math/vec2/f32/add.js +3 -0
- package/dist/math/vec2/f32/add.js.map +1 -0
- package/dist/math/vec2/f32/asin.d.ts +2 -0
- package/dist/math/vec2/f32/asin.js +3 -0
- package/dist/math/vec2/f32/asin.js.map +1 -0
- package/dist/math/vec2/f32/asinh.d.ts +2 -0
- package/dist/math/vec2/f32/asinh.js +3 -0
- package/dist/math/vec2/f32/asinh.js.map +1 -0
- package/dist/math/vec2/f32/atan.d.ts +2 -0
- package/dist/math/vec2/f32/atan.js +3 -0
- package/dist/math/vec2/f32/atan.js.map +1 -0
- package/dist/math/vec2/f32/atanh.d.ts +2 -0
- package/dist/math/vec2/f32/atanh.js +3 -0
- package/dist/math/vec2/f32/atanh.js.map +1 -0
- package/dist/math/vec2/f32/ceil.d.ts +2 -0
- package/dist/math/vec2/f32/ceil.js +3 -0
- package/dist/math/vec2/f32/ceil.js.map +1 -0
- package/dist/math/vec2/f32/clamp.d.ts +2 -0
- package/dist/math/vec2/f32/clamp.js +5 -0
- package/dist/math/vec2/f32/clamp.js.map +1 -0
- package/dist/math/vec2/f32/cos.d.ts +2 -0
- package/dist/math/vec2/f32/cos.js +3 -0
- package/dist/math/vec2/f32/cos.js.map +1 -0
- package/dist/math/vec2/f32/cosh.d.ts +2 -0
- package/dist/math/vec2/f32/cosh.js +3 -0
- package/dist/math/vec2/f32/cosh.js.map +1 -0
- package/dist/math/vec2/f32/distance.d.ts +2 -0
- package/dist/math/vec2/f32/distance.js +5 -0
- package/dist/math/vec2/f32/distance.js.map +1 -0
- package/dist/math/vec2/f32/dot.d.ts +2 -0
- package/dist/math/vec2/f32/dot.js +3 -0
- package/dist/math/vec2/f32/dot.js.map +1 -0
- package/dist/math/vec2/f32/equals.d.ts +2 -0
- package/dist/math/vec2/f32/equals.js +3 -0
- package/dist/math/vec2/f32/equals.js.map +1 -0
- package/dist/math/vec2/f32/exp.d.ts +2 -0
- package/dist/math/vec2/f32/exp.js +3 -0
- package/dist/math/vec2/f32/exp.js.map +1 -0
- package/dist/math/vec2/f32/exp2.d.ts +2 -0
- package/dist/math/vec2/f32/exp2.js +3 -0
- package/dist/math/vec2/f32/exp2.js.map +1 -0
- package/dist/math/vec2/f32/faceforward.d.ts +2 -0
- package/dist/math/vec2/f32/faceforward.js +5 -0
- package/dist/math/vec2/f32/faceforward.js.map +1 -0
- package/dist/math/vec2/f32/floor.d.ts +2 -0
- package/dist/math/vec2/f32/floor.js +3 -0
- package/dist/math/vec2/f32/floor.js.map +1 -0
- package/dist/math/vec2/f32/fract.d.ts +2 -0
- package/dist/math/vec2/f32/fract.js +3 -0
- package/dist/math/vec2/f32/fract.js.map +1 -0
- package/dist/math/vec2/f32/length.d.ts +2 -0
- package/dist/math/vec2/f32/length.js +3 -0
- package/dist/math/vec2/f32/length.js.map +1 -0
- package/dist/math/vec2/f32/log.d.ts +2 -0
- package/dist/math/vec2/f32/log.js +3 -0
- package/dist/math/vec2/f32/log.js.map +1 -0
- package/dist/math/vec2/f32/log2.d.ts +2 -0
- package/dist/math/vec2/f32/log2.js +3 -0
- package/dist/math/vec2/f32/log2.js.map +1 -0
- package/dist/math/vec2/f32/max.d.ts +2 -0
- package/dist/math/vec2/f32/max.js +3 -0
- package/dist/math/vec2/f32/max.js.map +1 -0
- package/dist/math/vec2/f32/min.d.ts +2 -0
- package/dist/math/vec2/f32/min.js +3 -0
- package/dist/math/vec2/f32/min.js.map +1 -0
- package/dist/math/vec2/f32/mix.d.ts +2 -0
- package/dist/math/vec2/f32/mix.js +6 -0
- package/dist/math/vec2/f32/mix.js.map +1 -0
- package/dist/math/vec2/f32/mod.d.ts +2 -0
- package/dist/math/vec2/f32/mod.js +6 -0
- package/dist/math/vec2/f32/mod.js.map +1 -0
- package/dist/math/vec2/f32/modf.d.ts +5 -0
- package/dist/math/vec2/f32/modf.js +6 -0
- package/dist/math/vec2/f32/modf.js.map +1 -0
- package/dist/math/vec2/f32/negate.d.ts +2 -0
- package/dist/math/vec2/f32/negate.js +3 -0
- package/dist/math/vec2/f32/negate.js.map +1 -0
- package/dist/math/vec2/f32/normalize.d.ts +2 -0
- package/dist/math/vec2/f32/normalize.js +8 -0
- package/dist/math/vec2/f32/normalize.js.map +1 -0
- package/dist/math/vec2/f32/pow.d.ts +2 -0
- package/dist/math/vec2/f32/pow.js +6 -0
- package/dist/math/vec2/f32/pow.js.map +1 -0
- package/dist/math/vec2/f32/public.d.ts +46 -1
- package/dist/math/vec2/f32/public.js +46 -1
- package/dist/math/vec2/f32/public.js.map +1 -1
- package/dist/math/vec2/f32/reflect.d.ts +2 -0
- package/dist/math/vec2/f32/reflect.js +9 -0
- package/dist/math/vec2/f32/reflect.js.map +1 -0
- package/dist/math/vec2/f32/refract.d.ts +2 -0
- package/dist/math/vec2/f32/refract.js +14 -0
- package/dist/math/vec2/f32/refract.js.map +1 -0
- package/dist/math/vec2/f32/round.d.ts +2 -0
- package/dist/math/vec2/f32/round.js +3 -0
- package/dist/math/vec2/f32/round.js.map +1 -0
- package/dist/math/vec2/f32/scale.d.ts +2 -0
- package/dist/math/vec2/f32/scale.js +3 -0
- package/dist/math/vec2/f32/scale.js.map +1 -0
- package/dist/math/vec2/f32/sign.d.ts +2 -0
- package/dist/math/vec2/f32/sign.js +3 -0
- package/dist/math/vec2/f32/sign.js.map +1 -0
- package/dist/math/vec2/f32/sin.d.ts +2 -0
- package/dist/math/vec2/f32/sin.js +3 -0
- package/dist/math/vec2/f32/sin.js.map +1 -0
- package/dist/math/vec2/f32/sinh.d.ts +2 -0
- package/dist/math/vec2/f32/sinh.js +3 -0
- package/dist/math/vec2/f32/sinh.js.map +1 -0
- package/dist/math/vec2/f32/smoothstep.d.ts +2 -0
- package/dist/math/vec2/f32/smoothstep.js +7 -0
- package/dist/math/vec2/f32/smoothstep.js.map +1 -0
- package/dist/math/vec2/f32/sqrt.d.ts +2 -0
- package/dist/math/vec2/f32/sqrt.js +3 -0
- package/dist/math/vec2/f32/sqrt.js.map +1 -0
- package/dist/math/vec2/f32/step.d.ts +2 -0
- package/dist/math/vec2/f32/step.js +6 -0
- package/dist/math/vec2/f32/step.js.map +1 -0
- package/dist/math/vec2/f32/subtract.d.ts +2 -0
- package/dist/math/vec2/f32/subtract.js +3 -0
- package/dist/math/vec2/f32/subtract.js.map +1 -0
- package/dist/math/vec2/f32/tan.d.ts +2 -0
- package/dist/math/vec2/f32/tan.js +3 -0
- package/dist/math/vec2/f32/tan.js.map +1 -0
- package/dist/math/vec2/f32/tanh.d.ts +2 -0
- package/dist/math/vec2/f32/tanh.js +3 -0
- package/dist/math/vec2/f32/tanh.js.map +1 -0
- package/dist/math/vec2/f32/trunc.d.ts +2 -0
- package/dist/math/vec2/f32/trunc.js +3 -0
- package/dist/math/vec2/f32/trunc.js.map +1 -0
- package/dist/math/vec2/f32/zero.d.ts +2 -0
- package/dist/math/vec2/f32/zero.js +3 -0
- package/dist/math/vec2/f32/zero.js.map +1 -0
- package/dist/math/vec2/i32/abs.d.ts +2 -0
- package/dist/math/vec2/i32/abs.js +3 -0
- package/dist/math/vec2/i32/abs.js.map +1 -0
- package/dist/math/vec2/i32/add.d.ts +2 -0
- package/dist/math/vec2/i32/add.js +3 -0
- package/dist/math/vec2/i32/add.js.map +1 -0
- package/dist/math/vec2/i32/bitwise-and.d.ts +2 -0
- package/dist/math/vec2/i32/bitwise-and.js +3 -0
- package/dist/math/vec2/i32/bitwise-and.js.map +1 -0
- package/dist/math/vec2/i32/bitwise-not.d.ts +2 -0
- package/dist/math/vec2/i32/bitwise-not.js +3 -0
- package/dist/math/vec2/i32/bitwise-not.js.map +1 -0
- package/dist/math/vec2/i32/bitwise-or.d.ts +2 -0
- package/dist/math/vec2/i32/bitwise-or.js +3 -0
- package/dist/math/vec2/i32/bitwise-or.js.map +1 -0
- package/dist/math/vec2/i32/bitwise-xor.d.ts +2 -0
- package/dist/math/vec2/i32/bitwise-xor.js +3 -0
- package/dist/math/vec2/i32/bitwise-xor.js.map +1 -0
- package/dist/math/vec2/i32/clamp.d.ts +2 -0
- package/dist/math/vec2/i32/clamp.js +5 -0
- package/dist/math/vec2/i32/clamp.js.map +1 -0
- package/dist/math/vec2/i32/count-leading-zeros.d.ts +2 -0
- package/dist/math/vec2/i32/count-leading-zeros.js +7 -0
- package/dist/math/vec2/i32/count-leading-zeros.js.map +1 -0
- package/dist/math/vec2/i32/count-one-bits.d.ts +2 -0
- package/dist/math/vec2/i32/count-one-bits.js +7 -0
- package/dist/math/vec2/i32/count-one-bits.js.map +1 -0
- package/dist/math/vec2/i32/count-trailing-zeros.d.ts +2 -0
- package/dist/math/vec2/i32/count-trailing-zeros.js +7 -0
- package/dist/math/vec2/i32/count-trailing-zeros.js.map +1 -0
- package/dist/math/vec2/i32/equals.d.ts +2 -0
- package/dist/math/vec2/i32/equals.js +3 -0
- package/dist/math/vec2/i32/equals.js.map +1 -0
- package/dist/math/vec2/i32/max.d.ts +2 -0
- package/dist/math/vec2/i32/max.js +3 -0
- package/dist/math/vec2/i32/max.js.map +1 -0
- package/dist/math/vec2/i32/min.d.ts +2 -0
- package/dist/math/vec2/i32/min.js +3 -0
- package/dist/math/vec2/i32/min.js.map +1 -0
- package/dist/math/vec2/i32/negate.d.ts +2 -0
- package/dist/math/vec2/i32/negate.js +3 -0
- package/dist/math/vec2/i32/negate.js.map +1 -0
- package/dist/math/vec2/i32/public.d.ts +20 -1
- package/dist/math/vec2/i32/public.js +20 -1
- package/dist/math/vec2/i32/public.js.map +1 -1
- package/dist/math/vec2/i32/reverse-bits.d.ts +2 -0
- package/dist/math/vec2/i32/reverse-bits.js +7 -0
- package/dist/math/vec2/i32/reverse-bits.js.map +1 -0
- package/dist/math/vec2/i32/scale.d.ts +2 -0
- package/dist/math/vec2/i32/scale.js +3 -0
- package/dist/math/vec2/i32/scale.js.map +1 -0
- package/dist/math/vec2/i32/shift-left.d.ts +2 -0
- package/dist/math/vec2/i32/shift-left.js +3 -0
- package/dist/math/vec2/i32/shift-left.js.map +1 -0
- package/dist/math/vec2/i32/shift-right.d.ts +2 -0
- package/dist/math/vec2/i32/shift-right.js +7 -0
- package/dist/math/vec2/i32/shift-right.js.map +1 -0
- package/dist/math/vec2/i32/subtract.d.ts +2 -0
- package/dist/math/vec2/i32/subtract.js +3 -0
- package/dist/math/vec2/i32/subtract.js.map +1 -0
- package/dist/math/vec2/i32/zero.d.ts +2 -0
- package/dist/math/vec2/i32/zero.js +3 -0
- package/dist/math/vec2/i32/zero.js.map +1 -0
- package/dist/math/vec2/public.d.ts +1 -1
- package/dist/math/vec2/public.js +1 -1
- package/dist/math/vec2/public.js.map +1 -1
- package/dist/math/vec2/u32/add.d.ts +2 -0
- package/dist/math/vec2/u32/add.js +6 -0
- package/dist/math/vec2/u32/add.js.map +1 -0
- package/dist/math/vec2/u32/bitwise-and.d.ts +2 -0
- package/dist/math/vec2/u32/bitwise-and.js +6 -0
- package/dist/math/vec2/u32/bitwise-and.js.map +1 -0
- package/dist/math/vec2/u32/bitwise-not.d.ts +2 -0
- package/dist/math/vec2/u32/bitwise-not.js +3 -0
- package/dist/math/vec2/u32/bitwise-not.js.map +1 -0
- package/dist/math/vec2/u32/bitwise-or.d.ts +2 -0
- package/dist/math/vec2/u32/bitwise-or.js +6 -0
- package/dist/math/vec2/u32/bitwise-or.js.map +1 -0
- package/dist/math/vec2/u32/bitwise-xor.d.ts +2 -0
- package/dist/math/vec2/u32/bitwise-xor.js +6 -0
- package/dist/math/vec2/u32/bitwise-xor.js.map +1 -0
- package/dist/math/vec2/u32/clamp.d.ts +2 -0
- package/dist/math/vec2/u32/clamp.js +5 -0
- package/dist/math/vec2/u32/clamp.js.map +1 -0
- package/dist/math/vec2/u32/count-leading-zeros.d.ts +2 -0
- package/dist/math/vec2/u32/count-leading-zeros.js +7 -0
- package/dist/math/vec2/u32/count-leading-zeros.js.map +1 -0
- package/dist/math/vec2/u32/count-one-bits.d.ts +2 -0
- package/dist/math/vec2/u32/count-one-bits.js +7 -0
- package/dist/math/vec2/u32/count-one-bits.js.map +1 -0
- package/dist/math/vec2/u32/count-trailing-zeros.d.ts +2 -0
- package/dist/math/vec2/u32/count-trailing-zeros.js +7 -0
- package/dist/math/vec2/u32/count-trailing-zeros.js.map +1 -0
- package/dist/math/vec2/u32/equals.d.ts +2 -0
- package/dist/math/vec2/u32/equals.js +3 -0
- package/dist/math/vec2/u32/equals.js.map +1 -0
- package/dist/math/vec2/u32/max.d.ts +2 -0
- package/dist/math/vec2/u32/max.js +6 -0
- package/dist/math/vec2/u32/max.js.map +1 -0
- package/dist/math/vec2/u32/min.d.ts +2 -0
- package/dist/math/vec2/u32/min.js +6 -0
- package/dist/math/vec2/u32/min.js.map +1 -0
- package/dist/math/vec2/u32/negate.d.ts +2 -0
- package/dist/math/vec2/u32/negate.js +3 -0
- package/dist/math/vec2/u32/negate.js.map +1 -0
- package/dist/math/vec2/u32/public.d.ts +19 -1
- package/dist/math/vec2/u32/public.js +19 -1
- package/dist/math/vec2/u32/public.js.map +1 -1
- package/dist/math/vec2/u32/reverse-bits.d.ts +2 -0
- package/dist/math/vec2/u32/reverse-bits.js +7 -0
- package/dist/math/vec2/u32/reverse-bits.js.map +1 -0
- package/dist/math/vec2/u32/scale.d.ts +2 -0
- package/dist/math/vec2/u32/scale.js +3 -0
- package/dist/math/vec2/u32/scale.js.map +1 -0
- package/dist/math/vec2/u32/shift-left.d.ts +2 -0
- package/dist/math/vec2/u32/shift-left.js +3 -0
- package/dist/math/vec2/u32/shift-left.js.map +1 -0
- package/dist/math/vec2/u32/shift-right.d.ts +2 -0
- package/dist/math/vec2/u32/shift-right.js +7 -0
- package/dist/math/vec2/u32/shift-right.js.map +1 -0
- package/dist/math/vec2/u32/subtract.d.ts +2 -0
- package/dist/math/vec2/u32/subtract.js +6 -0
- package/dist/math/vec2/u32/subtract.js.map +1 -0
- package/dist/math/vec2/u32/zero.d.ts +2 -0
- package/dist/math/vec2/u32/zero.js +3 -0
- package/dist/math/vec2/u32/zero.js.map +1 -0
- package/dist/math/vec3/f32/abs.d.ts +2 -0
- package/dist/math/vec3/f32/abs.js +3 -0
- package/dist/math/vec3/f32/abs.js.map +1 -0
- package/dist/math/vec3/f32/acos.d.ts +2 -0
- package/dist/math/vec3/f32/acos.js +3 -0
- package/dist/math/vec3/f32/acos.js.map +1 -0
- package/dist/math/vec3/f32/acosh.d.ts +2 -0
- package/dist/math/vec3/f32/acosh.js +3 -0
- package/dist/math/vec3/f32/acosh.js.map +1 -0
- package/dist/math/vec3/f32/add.d.ts +2 -0
- package/dist/math/vec3/f32/add.js +7 -0
- package/dist/math/vec3/f32/add.js.map +1 -0
- package/dist/math/vec3/f32/asin.d.ts +2 -0
- package/dist/math/vec3/f32/asin.js +3 -0
- package/dist/math/vec3/f32/asin.js.map +1 -0
- package/dist/math/vec3/f32/asinh.d.ts +2 -0
- package/dist/math/vec3/f32/asinh.js +3 -0
- package/dist/math/vec3/f32/asinh.js.map +1 -0
- package/dist/math/vec3/f32/atan.d.ts +2 -0
- package/dist/math/vec3/f32/atan.js +3 -0
- package/dist/math/vec3/f32/atan.js.map +1 -0
- package/dist/math/vec3/f32/atanh.d.ts +2 -0
- package/dist/math/vec3/f32/atanh.js +3 -0
- package/dist/math/vec3/f32/atanh.js.map +1 -0
- package/dist/math/vec3/f32/ceil.d.ts +2 -0
- package/dist/math/vec3/f32/ceil.js +3 -0
- package/dist/math/vec3/f32/ceil.js.map +1 -0
- package/dist/math/vec3/f32/clamp.d.ts +2 -0
- package/dist/math/vec3/f32/clamp.js +5 -0
- package/dist/math/vec3/f32/clamp.js.map +1 -0
- package/dist/math/vec3/f32/cos.d.ts +2 -0
- package/dist/math/vec3/f32/cos.js +3 -0
- package/dist/math/vec3/f32/cos.js.map +1 -0
- package/dist/math/vec3/f32/cosh.d.ts +2 -0
- package/dist/math/vec3/f32/cosh.js +3 -0
- package/dist/math/vec3/f32/cosh.js.map +1 -0
- package/dist/math/vec3/f32/cross.d.ts +2 -0
- package/dist/math/vec3/f32/cross.js +7 -0
- package/dist/math/vec3/f32/cross.js.map +1 -0
- package/dist/math/vec3/f32/distance-squared.d.ts +2 -0
- package/dist/math/vec3/f32/distance-squared.js +8 -0
- package/dist/math/vec3/f32/distance-squared.js.map +1 -0
- package/dist/math/vec3/f32/distance.d.ts +2 -0
- package/dist/math/vec3/f32/distance.js +5 -0
- package/dist/math/vec3/f32/distance.js.map +1 -0
- package/dist/math/vec3/f32/dot.d.ts +2 -0
- package/dist/math/vec3/f32/dot.js +3 -0
- package/dist/math/vec3/f32/dot.js.map +1 -0
- package/dist/math/vec3/f32/equals.d.ts +2 -0
- package/dist/math/vec3/f32/equals.js +3 -0
- package/dist/math/vec3/f32/equals.js.map +1 -0
- package/dist/math/vec3/f32/exp.d.ts +2 -0
- package/dist/math/vec3/f32/exp.js +3 -0
- package/dist/math/vec3/f32/exp.js.map +1 -0
- package/dist/math/vec3/f32/exp2.d.ts +2 -0
- package/dist/math/vec3/f32/exp2.js +3 -0
- package/dist/math/vec3/f32/exp2.js.map +1 -0
- package/dist/math/vec3/f32/faceforward.d.ts +2 -0
- package/dist/math/vec3/f32/faceforward.js +5 -0
- package/dist/math/vec3/f32/faceforward.js.map +1 -0
- package/dist/math/vec3/f32/floor.d.ts +2 -0
- package/dist/math/vec3/f32/floor.js +3 -0
- package/dist/math/vec3/f32/floor.js.map +1 -0
- package/dist/math/vec3/f32/fract.d.ts +2 -0
- package/dist/math/vec3/f32/fract.js +7 -0
- package/dist/math/vec3/f32/fract.js.map +1 -0
- package/dist/math/vec3/f32/length-squared.d.ts +2 -0
- package/dist/math/vec3/f32/length-squared.js +3 -0
- package/dist/math/vec3/f32/length-squared.js.map +1 -0
- package/dist/math/vec3/f32/length.d.ts +2 -0
- package/dist/math/vec3/f32/length.js +3 -0
- package/dist/math/vec3/f32/length.js.map +1 -0
- package/dist/math/vec3/f32/log.d.ts +2 -0
- package/dist/math/vec3/f32/log.js +3 -0
- package/dist/math/vec3/f32/log.js.map +1 -0
- package/dist/math/vec3/f32/log2.d.ts +2 -0
- package/dist/math/vec3/f32/log2.js +3 -0
- package/dist/math/vec3/f32/log2.js.map +1 -0
- package/dist/math/vec3/f32/max.d.ts +2 -0
- package/dist/math/vec3/f32/max.js +7 -0
- package/dist/math/vec3/f32/max.js.map +1 -0
- package/dist/math/vec3/f32/min.d.ts +2 -0
- package/dist/math/vec3/f32/min.js +7 -0
- package/dist/math/vec3/f32/min.js.map +1 -0
- package/dist/math/vec3/f32/mix.d.ts +2 -0
- package/dist/math/vec3/f32/mix.js +7 -0
- package/dist/math/vec3/f32/mix.js.map +1 -0
- package/dist/math/vec3/f32/mod.d.ts +2 -0
- package/dist/math/vec3/f32/mod.js +7 -0
- package/dist/math/vec3/f32/mod.js.map +1 -0
- package/dist/math/vec3/f32/modf.d.ts +5 -0
- package/dist/math/vec3/f32/modf.js +6 -0
- package/dist/math/vec3/f32/modf.js.map +1 -0
- package/dist/math/vec3/f32/multiply.d.ts +5 -0
- package/dist/math/vec3/f32/multiply.js +10 -0
- package/dist/math/vec3/f32/multiply.js.map +1 -0
- package/dist/math/vec3/f32/negate.d.ts +2 -0
- package/dist/math/vec3/f32/negate.js +3 -0
- package/dist/math/vec3/f32/negate.js.map +1 -0
- package/dist/math/vec3/f32/normalize.d.ts +2 -0
- package/dist/math/vec3/f32/normalize.js +8 -0
- package/dist/math/vec3/f32/normalize.js.map +1 -0
- package/dist/math/vec3/f32/one.d.ts +2 -0
- package/dist/math/vec3/f32/one.js +3 -0
- package/dist/math/vec3/f32/one.js.map +1 -0
- package/dist/math/vec3/f32/pow.d.ts +2 -0
- package/dist/math/vec3/f32/pow.js +7 -0
- package/dist/math/vec3/f32/pow.js.map +1 -0
- package/dist/math/vec3/f32/public.d.ts +52 -1
- package/dist/math/vec3/f32/public.js +52 -1
- package/dist/math/vec3/f32/public.js.map +1 -1
- package/dist/math/vec3/f32/random.d.ts +2 -0
- package/dist/math/vec3/f32/random.js +5 -0
- package/dist/math/vec3/f32/random.js.map +1 -0
- package/dist/math/vec3/f32/reflect.d.ts +2 -0
- package/dist/math/vec3/f32/reflect.js +9 -0
- package/dist/math/vec3/f32/reflect.js.map +1 -0
- package/dist/math/vec3/f32/refract.d.ts +2 -0
- package/dist/math/vec3/f32/refract.js +14 -0
- package/dist/math/vec3/f32/refract.js.map +1 -0
- package/dist/math/vec3/f32/round.d.ts +2 -0
- package/dist/math/vec3/f32/round.js +3 -0
- package/dist/math/vec3/f32/round.js.map +1 -0
- package/dist/math/vec3/f32/scale.d.ts +2 -0
- package/dist/math/vec3/f32/scale.js +3 -0
- package/dist/math/vec3/f32/scale.js.map +1 -0
- package/dist/math/vec3/f32/sign.d.ts +2 -0
- package/dist/math/vec3/f32/sign.js +3 -0
- package/dist/math/vec3/f32/sign.js.map +1 -0
- package/dist/math/vec3/f32/sin.d.ts +2 -0
- package/dist/math/vec3/f32/sin.js +3 -0
- package/dist/math/vec3/f32/sin.js.map +1 -0
- package/dist/math/vec3/f32/sinh.d.ts +2 -0
- package/dist/math/vec3/f32/sinh.js +3 -0
- package/dist/math/vec3/f32/sinh.js.map +1 -0
- package/dist/math/vec3/f32/smoothstep.d.ts +2 -0
- package/dist/math/vec3/f32/smoothstep.js +12 -0
- package/dist/math/vec3/f32/smoothstep.js.map +1 -0
- package/dist/math/vec3/f32/sqrt.d.ts +2 -0
- package/dist/math/vec3/f32/sqrt.js +3 -0
- package/dist/math/vec3/f32/sqrt.js.map +1 -0
- package/dist/math/vec3/f32/step.d.ts +2 -0
- package/dist/math/vec3/f32/step.js +7 -0
- package/dist/math/vec3/f32/step.js.map +1 -0
- package/dist/math/vec3/f32/subtract.d.ts +2 -0
- package/dist/math/vec3/f32/subtract.js +7 -0
- package/dist/math/vec3/f32/subtract.js.map +1 -0
- package/dist/math/vec3/f32/tan.d.ts +2 -0
- package/dist/math/vec3/f32/tan.js +3 -0
- package/dist/math/vec3/f32/tan.js.map +1 -0
- package/dist/math/vec3/f32/tanh.d.ts +2 -0
- package/dist/math/vec3/f32/tanh.js +3 -0
- package/dist/math/vec3/f32/tanh.js.map +1 -0
- package/dist/math/vec3/f32/trunc.d.ts +2 -0
- package/dist/math/vec3/f32/trunc.js +3 -0
- package/dist/math/vec3/f32/trunc.js.map +1 -0
- package/dist/math/vec3/f32/zero.d.ts +2 -0
- package/dist/math/vec3/f32/zero.js +3 -0
- package/dist/math/vec3/f32/zero.js.map +1 -0
- package/dist/math/vec3/i32/abs.d.ts +2 -0
- package/dist/math/vec3/i32/abs.js +3 -0
- package/dist/math/vec3/i32/abs.js.map +1 -0
- package/dist/math/vec3/i32/add.d.ts +2 -0
- package/dist/math/vec3/i32/add.js +7 -0
- package/dist/math/vec3/i32/add.js.map +1 -0
- package/dist/math/vec3/i32/bitwise-and.d.ts +2 -0
- package/dist/math/vec3/i32/bitwise-and.js +7 -0
- package/dist/math/vec3/i32/bitwise-and.js.map +1 -0
- package/dist/math/vec3/i32/bitwise-not.d.ts +2 -0
- package/dist/math/vec3/i32/bitwise-not.js +3 -0
- package/dist/math/vec3/i32/bitwise-not.js.map +1 -0
- package/dist/math/vec3/i32/bitwise-or.d.ts +2 -0
- package/dist/math/vec3/i32/bitwise-or.js +7 -0
- package/dist/math/vec3/i32/bitwise-or.js.map +1 -0
- package/dist/math/vec3/i32/bitwise-xor.d.ts +2 -0
- package/dist/math/vec3/i32/bitwise-xor.js +7 -0
- package/dist/math/vec3/i32/bitwise-xor.js.map +1 -0
- package/dist/math/vec3/i32/clamp.d.ts +2 -0
- package/dist/math/vec3/i32/clamp.js +5 -0
- package/dist/math/vec3/i32/clamp.js.map +1 -0
- package/dist/math/vec3/i32/count-leading-zeros.d.ts +2 -0
- package/dist/math/vec3/i32/count-leading-zeros.js +8 -0
- package/dist/math/vec3/i32/count-leading-zeros.js.map +1 -0
- package/dist/math/vec3/i32/count-one-bits.d.ts +2 -0
- package/dist/math/vec3/i32/count-one-bits.js +8 -0
- package/dist/math/vec3/i32/count-one-bits.js.map +1 -0
- package/dist/math/vec3/i32/count-trailing-zeros.d.ts +2 -0
- package/dist/math/vec3/i32/count-trailing-zeros.js +8 -0
- package/dist/math/vec3/i32/count-trailing-zeros.js.map +1 -0
- package/dist/math/vec3/i32/equals.d.ts +2 -0
- package/dist/math/vec3/i32/equals.js +3 -0
- package/dist/math/vec3/i32/equals.js.map +1 -0
- package/dist/math/vec3/i32/max.d.ts +2 -0
- package/dist/math/vec3/i32/max.js +7 -0
- package/dist/math/vec3/i32/max.js.map +1 -0
- package/dist/math/vec3/i32/min.d.ts +2 -0
- package/dist/math/vec3/i32/min.js +7 -0
- package/dist/math/vec3/i32/min.js.map +1 -0
- package/dist/math/vec3/i32/multiply.d.ts +2 -0
- package/dist/math/vec3/i32/multiply.js +7 -0
- package/dist/math/vec3/i32/multiply.js.map +1 -0
- package/dist/math/vec3/i32/negate.d.ts +2 -0
- package/dist/math/vec3/i32/negate.js +3 -0
- package/dist/math/vec3/i32/negate.js.map +1 -0
- package/dist/math/vec3/i32/one.d.ts +2 -0
- package/dist/math/vec3/i32/one.js +3 -0
- package/dist/math/vec3/i32/one.js.map +1 -0
- package/dist/math/vec3/i32/public.d.ts +22 -1
- package/dist/math/vec3/i32/public.js +22 -1
- package/dist/math/vec3/i32/public.js.map +1 -1
- package/dist/math/vec3/i32/reverse-bits.d.ts +2 -0
- package/dist/math/vec3/i32/reverse-bits.js +8 -0
- package/dist/math/vec3/i32/reverse-bits.js.map +1 -0
- package/dist/math/vec3/i32/scale.d.ts +2 -0
- package/dist/math/vec3/i32/scale.js +3 -0
- package/dist/math/vec3/i32/scale.js.map +1 -0
- package/dist/math/vec3/i32/shift-left.d.ts +2 -0
- package/dist/math/vec3/i32/shift-left.js +3 -0
- package/dist/math/vec3/i32/shift-left.js.map +1 -0
- package/dist/math/vec3/i32/shift-right.d.ts +2 -0
- package/dist/math/vec3/i32/shift-right.js +8 -0
- package/dist/math/vec3/i32/shift-right.js.map +1 -0
- package/dist/math/vec3/i32/subtract.d.ts +2 -0
- package/dist/math/vec3/i32/subtract.js +7 -0
- package/dist/math/vec3/i32/subtract.js.map +1 -0
- package/dist/math/vec3/i32/zero.d.ts +2 -0
- package/dist/math/vec3/i32/zero.js +3 -0
- package/dist/math/vec3/i32/zero.js.map +1 -0
- package/dist/math/vec3/public.d.ts +1 -1
- package/dist/math/vec3/public.js +1 -1
- package/dist/math/vec3/public.js.map +1 -1
- package/dist/math/vec3/u32/add.d.ts +2 -0
- package/dist/math/vec3/u32/add.js +7 -0
- package/dist/math/vec3/u32/add.js.map +1 -0
- package/dist/math/vec3/u32/bitwise-and.d.ts +2 -0
- package/dist/math/vec3/u32/bitwise-and.js +7 -0
- package/dist/math/vec3/u32/bitwise-and.js.map +1 -0
- package/dist/math/vec3/u32/bitwise-not.d.ts +2 -0
- package/dist/math/vec3/u32/bitwise-not.js +3 -0
- package/dist/math/vec3/u32/bitwise-not.js.map +1 -0
- package/dist/math/vec3/u32/bitwise-or.d.ts +2 -0
- package/dist/math/vec3/u32/bitwise-or.js +7 -0
- package/dist/math/vec3/u32/bitwise-or.js.map +1 -0
- package/dist/math/vec3/u32/bitwise-xor.d.ts +2 -0
- package/dist/math/vec3/u32/bitwise-xor.js +7 -0
- package/dist/math/vec3/u32/bitwise-xor.js.map +1 -0
- package/dist/math/vec3/u32/clamp.d.ts +2 -0
- package/dist/math/vec3/u32/clamp.js +5 -0
- package/dist/math/vec3/u32/clamp.js.map +1 -0
- package/dist/math/vec3/u32/count-leading-zeros.d.ts +2 -0
- package/dist/math/vec3/u32/count-leading-zeros.js +8 -0
- package/dist/math/vec3/u32/count-leading-zeros.js.map +1 -0
- package/dist/math/vec3/u32/count-one-bits.d.ts +2 -0
- package/dist/math/vec3/u32/count-one-bits.js +8 -0
- package/dist/math/vec3/u32/count-one-bits.js.map +1 -0
- package/dist/math/vec3/u32/count-trailing-zeros.d.ts +2 -0
- package/dist/math/vec3/u32/count-trailing-zeros.js +8 -0
- package/dist/math/vec3/u32/count-trailing-zeros.js.map +1 -0
- package/dist/math/vec3/u32/equals.d.ts +2 -0
- package/dist/math/vec3/u32/equals.js +3 -0
- package/dist/math/vec3/u32/equals.js.map +1 -0
- package/dist/math/vec3/u32/max.d.ts +2 -0
- package/dist/math/vec3/u32/max.js +7 -0
- package/dist/math/vec3/u32/max.js.map +1 -0
- package/dist/math/vec3/u32/min.d.ts +2 -0
- package/dist/math/vec3/u32/min.js +7 -0
- package/dist/math/vec3/u32/min.js.map +1 -0
- package/dist/math/vec3/u32/multiply.d.ts +2 -0
- package/dist/math/vec3/u32/multiply.js +7 -0
- package/dist/math/vec3/u32/multiply.js.map +1 -0
- package/dist/math/vec3/u32/negate.d.ts +2 -0
- package/dist/math/vec3/u32/negate.js +3 -0
- package/dist/math/vec3/u32/negate.js.map +1 -0
- package/dist/math/vec3/u32/one.d.ts +2 -0
- package/dist/math/vec3/u32/one.js +3 -0
- package/dist/math/vec3/u32/one.js.map +1 -0
- package/dist/math/vec3/u32/public.d.ts +22 -1
- package/dist/math/vec3/u32/public.js +22 -1
- package/dist/math/vec3/u32/public.js.map +1 -1
- package/dist/math/vec3/u32/reverse-bits.d.ts +2 -0
- package/dist/math/vec3/u32/reverse-bits.js +8 -0
- package/dist/math/vec3/u32/reverse-bits.js.map +1 -0
- package/dist/math/vec3/u32/scale.d.ts +2 -0
- package/dist/math/vec3/u32/scale.js +7 -0
- package/dist/math/vec3/u32/scale.js.map +1 -0
- package/dist/math/vec3/u32/shift-left.d.ts +2 -0
- package/dist/math/vec3/u32/shift-left.js +7 -0
- package/dist/math/vec3/u32/shift-left.js.map +1 -0
- package/dist/math/vec3/u32/shift-right.d.ts +2 -0
- package/dist/math/vec3/u32/shift-right.js +8 -0
- package/dist/math/vec3/u32/shift-right.js.map +1 -0
- package/dist/math/vec3/u32/subtract.d.ts +2 -0
- package/dist/math/vec3/u32/subtract.js +7 -0
- package/dist/math/vec3/u32/subtract.js.map +1 -0
- package/dist/math/vec3/u32/volume.d.ts +2 -0
- package/dist/math/vec3/u32/volume.js +3 -0
- package/dist/math/vec3/u32/volume.js.map +1 -0
- package/dist/math/vec3/u32/zero.d.ts +2 -0
- package/dist/math/vec3/u32/zero.js +3 -0
- package/dist/math/vec3/u32/zero.js.map +1 -0
- package/dist/math/vec4/f32/abs.d.ts +2 -0
- package/dist/math/vec4/f32/abs.js +3 -0
- package/dist/math/vec4/f32/abs.js.map +1 -0
- package/dist/math/vec4/f32/acos.d.ts +2 -0
- package/dist/math/vec4/f32/acos.js +3 -0
- package/dist/math/vec4/f32/acos.js.map +1 -0
- package/dist/math/vec4/f32/acosh.d.ts +2 -0
- package/dist/math/vec4/f32/acosh.js +3 -0
- package/dist/math/vec4/f32/acosh.js.map +1 -0
- package/dist/math/vec4/f32/add.d.ts +2 -0
- package/dist/math/vec4/f32/add.js +8 -0
- package/dist/math/vec4/f32/add.js.map +1 -0
- package/dist/math/vec4/f32/asin.d.ts +2 -0
- package/dist/math/vec4/f32/asin.js +3 -0
- package/dist/math/vec4/f32/asin.js.map +1 -0
- package/dist/math/vec4/f32/asinh.d.ts +2 -0
- package/dist/math/vec4/f32/asinh.js +3 -0
- package/dist/math/vec4/f32/asinh.js.map +1 -0
- package/dist/math/vec4/f32/atan.d.ts +2 -0
- package/dist/math/vec4/f32/atan.js +3 -0
- package/dist/math/vec4/f32/atan.js.map +1 -0
- package/dist/math/vec4/f32/atanh.d.ts +2 -0
- package/dist/math/vec4/f32/atanh.js +3 -0
- package/dist/math/vec4/f32/atanh.js.map +1 -0
- package/dist/math/vec4/f32/ceil.d.ts +2 -0
- package/dist/math/vec4/f32/ceil.js +3 -0
- package/dist/math/vec4/f32/ceil.js.map +1 -0
- package/dist/math/vec4/f32/clamp.d.ts +2 -0
- package/dist/math/vec4/f32/clamp.js +5 -0
- package/dist/math/vec4/f32/clamp.js.map +1 -0
- package/dist/math/vec4/f32/cos.d.ts +2 -0
- package/dist/math/vec4/f32/cos.js +3 -0
- package/dist/math/vec4/f32/cos.js.map +1 -0
- package/dist/math/vec4/f32/cosh.d.ts +2 -0
- package/dist/math/vec4/f32/cosh.js +3 -0
- package/dist/math/vec4/f32/cosh.js.map +1 -0
- package/dist/math/vec4/f32/distance.d.ts +2 -0
- package/dist/math/vec4/f32/distance.js +5 -0
- package/dist/math/vec4/f32/distance.js.map +1 -0
- package/dist/math/vec4/f32/dot.d.ts +2 -0
- package/dist/math/vec4/f32/dot.js +3 -0
- package/dist/math/vec4/f32/dot.js.map +1 -0
- package/dist/math/vec4/f32/exp.d.ts +2 -0
- package/dist/math/vec4/f32/exp.js +3 -0
- package/dist/math/vec4/f32/exp.js.map +1 -0
- package/dist/math/vec4/f32/exp2.d.ts +2 -0
- package/dist/math/vec4/f32/exp2.js +3 -0
- package/dist/math/vec4/f32/exp2.js.map +1 -0
- package/dist/math/vec4/f32/faceforward.d.ts +2 -0
- package/dist/math/vec4/f32/faceforward.js +5 -0
- package/dist/math/vec4/f32/faceforward.js.map +1 -0
- package/dist/math/vec4/f32/floor.d.ts +2 -0
- package/dist/math/vec4/f32/floor.js +3 -0
- package/dist/math/vec4/f32/floor.js.map +1 -0
- package/dist/math/vec4/f32/fract.d.ts +2 -0
- package/dist/math/vec4/f32/fract.js +8 -0
- package/dist/math/vec4/f32/fract.js.map +1 -0
- package/dist/math/vec4/f32/length.d.ts +2 -0
- package/dist/math/vec4/f32/length.js +3 -0
- package/dist/math/vec4/f32/length.js.map +1 -0
- package/dist/math/vec4/f32/log.d.ts +2 -0
- package/dist/math/vec4/f32/log.js +3 -0
- package/dist/math/vec4/f32/log.js.map +1 -0
- package/dist/math/vec4/f32/log2.d.ts +2 -0
- package/dist/math/vec4/f32/log2.js +3 -0
- package/dist/math/vec4/f32/log2.js.map +1 -0
- package/dist/math/vec4/f32/max.d.ts +2 -0
- package/dist/math/vec4/f32/max.js +8 -0
- package/dist/math/vec4/f32/max.js.map +1 -0
- package/dist/math/vec4/f32/min.d.ts +2 -0
- package/dist/math/vec4/f32/min.js +8 -0
- package/dist/math/vec4/f32/min.js.map +1 -0
- package/dist/math/vec4/f32/mix.d.ts +2 -0
- package/dist/math/vec4/f32/mix.js +8 -0
- package/dist/math/vec4/f32/mix.js.map +1 -0
- package/dist/math/vec4/f32/mod.d.ts +2 -0
- package/dist/math/vec4/f32/mod.js +8 -0
- package/dist/math/vec4/f32/mod.js.map +1 -0
- package/dist/math/vec4/f32/modf.d.ts +5 -0
- package/dist/math/vec4/f32/modf.js +6 -0
- package/dist/math/vec4/f32/modf.js.map +1 -0
- package/dist/math/vec4/f32/multiply.d.ts +2 -0
- package/dist/math/vec4/f32/multiply.js +8 -0
- package/dist/math/vec4/f32/multiply.js.map +1 -0
- package/dist/math/vec4/f32/negate.d.ts +2 -0
- package/dist/math/vec4/f32/negate.js +3 -0
- package/dist/math/vec4/f32/negate.js.map +1 -0
- package/dist/math/vec4/f32/normalize.d.ts +2 -0
- package/dist/math/vec4/f32/normalize.js +8 -0
- package/dist/math/vec4/f32/normalize.js.map +1 -0
- package/dist/math/vec4/f32/pow.d.ts +2 -0
- package/dist/math/vec4/f32/pow.js +8 -0
- package/dist/math/vec4/f32/pow.js.map +1 -0
- package/dist/math/vec4/f32/public.d.ts +45 -1
- package/dist/math/vec4/f32/public.js +45 -1
- package/dist/math/vec4/f32/public.js.map +1 -1
- package/dist/math/vec4/f32/reflect.d.ts +2 -0
- package/dist/math/vec4/f32/reflect.js +9 -0
- package/dist/math/vec4/f32/reflect.js.map +1 -0
- package/dist/math/vec4/f32/refract.d.ts +2 -0
- package/dist/math/vec4/f32/refract.js +14 -0
- package/dist/math/vec4/f32/refract.js.map +1 -0
- package/dist/math/vec4/f32/round.d.ts +2 -0
- package/dist/math/vec4/f32/round.js +3 -0
- package/dist/math/vec4/f32/round.js.map +1 -0
- package/dist/math/vec4/f32/scale.d.ts +2 -0
- package/dist/math/vec4/f32/scale.js +3 -0
- package/dist/math/vec4/f32/scale.js.map +1 -0
- package/dist/math/vec4/f32/sign.d.ts +2 -0
- package/dist/math/vec4/f32/sign.js +3 -0
- package/dist/math/vec4/f32/sign.js.map +1 -0
- package/dist/math/vec4/f32/sin.d.ts +2 -0
- package/dist/math/vec4/f32/sin.js +3 -0
- package/dist/math/vec4/f32/sin.js.map +1 -0
- package/dist/math/vec4/f32/sinh.d.ts +2 -0
- package/dist/math/vec4/f32/sinh.js +3 -0
- package/dist/math/vec4/f32/sinh.js.map +1 -0
- package/dist/math/vec4/f32/smoothstep.d.ts +2 -0
- package/dist/math/vec4/f32/smoothstep.js +14 -0
- package/dist/math/vec4/f32/smoothstep.js.map +1 -0
- package/dist/math/vec4/f32/sqrt.d.ts +2 -0
- package/dist/math/vec4/f32/sqrt.js +3 -0
- package/dist/math/vec4/f32/sqrt.js.map +1 -0
- package/dist/math/vec4/f32/step.d.ts +2 -0
- package/dist/math/vec4/f32/step.js +8 -0
- package/dist/math/vec4/f32/step.js.map +1 -0
- package/dist/math/vec4/f32/subtract.d.ts +2 -0
- package/dist/math/vec4/f32/subtract.js +8 -0
- package/dist/math/vec4/f32/subtract.js.map +1 -0
- package/dist/math/vec4/f32/tan.d.ts +2 -0
- package/dist/math/vec4/f32/tan.js +3 -0
- package/dist/math/vec4/f32/tan.js.map +1 -0
- package/dist/math/vec4/f32/tanh.d.ts +2 -0
- package/dist/math/vec4/f32/tanh.js +3 -0
- package/dist/math/vec4/f32/tanh.js.map +1 -0
- package/dist/math/vec4/f32/trunc.d.ts +2 -0
- package/dist/math/vec4/f32/trunc.js +3 -0
- package/dist/math/vec4/f32/trunc.js.map +1 -0
- package/dist/math/vec4/i32/abs.d.ts +2 -0
- package/dist/math/vec4/i32/abs.js +3 -0
- package/dist/math/vec4/i32/abs.js.map +1 -0
- package/dist/math/vec4/i32/add.d.ts +2 -0
- package/dist/math/vec4/i32/add.js +8 -0
- package/dist/math/vec4/i32/add.js.map +1 -0
- package/dist/math/vec4/i32/bitwise-and.d.ts +2 -0
- package/dist/math/vec4/i32/bitwise-and.js +8 -0
- package/dist/math/vec4/i32/bitwise-and.js.map +1 -0
- package/dist/math/vec4/i32/bitwise-not.d.ts +2 -0
- package/dist/math/vec4/i32/bitwise-not.js +3 -0
- package/dist/math/vec4/i32/bitwise-not.js.map +1 -0
- package/dist/math/vec4/i32/bitwise-or.d.ts +2 -0
- package/dist/math/vec4/i32/bitwise-or.js +8 -0
- package/dist/math/vec4/i32/bitwise-or.js.map +1 -0
- package/dist/math/vec4/i32/bitwise-xor.d.ts +2 -0
- package/dist/math/vec4/i32/bitwise-xor.js +8 -0
- package/dist/math/vec4/i32/bitwise-xor.js.map +1 -0
- package/dist/math/vec4/i32/clamp.d.ts +2 -0
- package/dist/math/vec4/i32/clamp.js +5 -0
- package/dist/math/vec4/i32/clamp.js.map +1 -0
- package/dist/math/vec4/i32/count-leading-zeros.d.ts +2 -0
- package/dist/math/vec4/i32/count-leading-zeros.js +9 -0
- package/dist/math/vec4/i32/count-leading-zeros.js.map +1 -0
- package/dist/math/vec4/i32/count-one-bits.d.ts +2 -0
- package/dist/math/vec4/i32/count-one-bits.js +9 -0
- package/dist/math/vec4/i32/count-one-bits.js.map +1 -0
- package/dist/math/vec4/i32/count-trailing-zeros.d.ts +2 -0
- package/dist/math/vec4/i32/count-trailing-zeros.js +9 -0
- package/dist/math/vec4/i32/count-trailing-zeros.js.map +1 -0
- package/dist/math/vec4/i32/equals.d.ts +2 -0
- package/dist/math/vec4/i32/equals.js +3 -0
- package/dist/math/vec4/i32/equals.js.map +1 -0
- package/dist/math/vec4/i32/max.d.ts +2 -0
- package/dist/math/vec4/i32/max.js +8 -0
- package/dist/math/vec4/i32/max.js.map +1 -0
- package/dist/math/vec4/i32/min.d.ts +2 -0
- package/dist/math/vec4/i32/min.js +8 -0
- package/dist/math/vec4/i32/min.js.map +1 -0
- package/dist/math/vec4/i32/multiply.d.ts +2 -0
- package/dist/math/vec4/i32/multiply.js +8 -0
- package/dist/math/vec4/i32/multiply.js.map +1 -0
- package/dist/math/vec4/i32/negate.d.ts +2 -0
- package/dist/math/vec4/i32/negate.js +3 -0
- package/dist/math/vec4/i32/negate.js.map +1 -0
- package/dist/math/vec4/i32/one.d.ts +2 -0
- package/dist/math/vec4/i32/one.js +3 -0
- package/dist/math/vec4/i32/one.js.map +1 -0
- package/dist/math/vec4/i32/public.d.ts +22 -1
- package/dist/math/vec4/i32/public.js +22 -1
- package/dist/math/vec4/i32/public.js.map +1 -1
- package/dist/math/vec4/i32/reverse-bits.d.ts +2 -0
- package/dist/math/vec4/i32/reverse-bits.js +9 -0
- package/dist/math/vec4/i32/reverse-bits.js.map +1 -0
- package/dist/math/vec4/i32/scale.d.ts +2 -0
- package/dist/math/vec4/i32/scale.js +3 -0
- package/dist/math/vec4/i32/scale.js.map +1 -0
- package/dist/math/vec4/i32/shift-left.d.ts +2 -0
- package/dist/math/vec4/i32/shift-left.js +3 -0
- package/dist/math/vec4/i32/shift-left.js.map +1 -0
- package/dist/math/vec4/i32/shift-right.d.ts +2 -0
- package/dist/math/vec4/i32/shift-right.js +9 -0
- package/dist/math/vec4/i32/shift-right.js.map +1 -0
- package/dist/math/vec4/i32/subtract.d.ts +2 -0
- package/dist/math/vec4/i32/subtract.js +8 -0
- package/dist/math/vec4/i32/subtract.js.map +1 -0
- package/dist/math/vec4/i32/zero.d.ts +2 -0
- package/dist/math/vec4/i32/zero.js +3 -0
- package/dist/math/vec4/i32/zero.js.map +1 -0
- package/dist/math/vec4/public.d.ts +1 -1
- package/dist/math/vec4/public.js +1 -1
- package/dist/math/vec4/public.js.map +1 -1
- package/dist/math/vec4/u32/add.d.ts +2 -0
- package/dist/math/vec4/u32/add.js +8 -0
- package/dist/math/vec4/u32/add.js.map +1 -0
- package/dist/math/vec4/u32/bitwise-and.d.ts +2 -0
- package/dist/math/vec4/u32/bitwise-and.js +8 -0
- package/dist/math/vec4/u32/bitwise-and.js.map +1 -0
- package/dist/math/vec4/u32/bitwise-not.d.ts +2 -0
- package/dist/math/vec4/u32/bitwise-not.js +3 -0
- package/dist/math/vec4/u32/bitwise-not.js.map +1 -0
- package/dist/math/vec4/u32/bitwise-or.d.ts +2 -0
- package/dist/math/vec4/u32/bitwise-or.js +8 -0
- package/dist/math/vec4/u32/bitwise-or.js.map +1 -0
- package/dist/math/vec4/u32/bitwise-xor.d.ts +2 -0
- package/dist/math/vec4/u32/bitwise-xor.js +8 -0
- package/dist/math/vec4/u32/bitwise-xor.js.map +1 -0
- package/dist/math/vec4/u32/clamp.d.ts +2 -0
- package/dist/math/vec4/u32/clamp.js +5 -0
- package/dist/math/vec4/u32/clamp.js.map +1 -0
- package/dist/math/vec4/u32/count-leading-zeros.d.ts +2 -0
- package/dist/math/vec4/u32/count-leading-zeros.js +9 -0
- package/dist/math/vec4/u32/count-leading-zeros.js.map +1 -0
- package/dist/math/vec4/u32/count-one-bits.d.ts +2 -0
- package/dist/math/vec4/u32/count-one-bits.js +9 -0
- package/dist/math/vec4/u32/count-one-bits.js.map +1 -0
- package/dist/math/vec4/u32/count-trailing-zeros.d.ts +2 -0
- package/dist/math/vec4/u32/count-trailing-zeros.js +9 -0
- package/dist/math/vec4/u32/count-trailing-zeros.js.map +1 -0
- package/dist/math/vec4/u32/equals.d.ts +2 -0
- package/dist/math/vec4/u32/equals.js +3 -0
- package/dist/math/vec4/u32/equals.js.map +1 -0
- package/dist/math/vec4/u32/max.d.ts +2 -0
- package/dist/math/vec4/u32/max.js +8 -0
- package/dist/math/vec4/u32/max.js.map +1 -0
- package/dist/math/vec4/u32/min.d.ts +2 -0
- package/dist/math/vec4/u32/min.js +8 -0
- package/dist/math/vec4/u32/min.js.map +1 -0
- package/dist/math/vec4/u32/multiply.d.ts +2 -0
- package/dist/math/vec4/u32/multiply.js +8 -0
- package/dist/math/vec4/u32/multiply.js.map +1 -0
- package/dist/math/vec4/u32/negate.d.ts +2 -0
- package/dist/math/vec4/u32/negate.js +3 -0
- package/dist/math/vec4/u32/negate.js.map +1 -0
- package/dist/math/vec4/u32/one.d.ts +2 -0
- package/dist/math/vec4/u32/one.js +3 -0
- package/dist/math/vec4/u32/one.js.map +1 -0
- package/dist/math/vec4/u32/public.d.ts +21 -1
- package/dist/math/vec4/u32/public.js +21 -1
- package/dist/math/vec4/u32/public.js.map +1 -1
- package/dist/math/vec4/u32/reverse-bits.d.ts +2 -0
- package/dist/math/vec4/u32/reverse-bits.js +9 -0
- package/dist/math/vec4/u32/reverse-bits.js.map +1 -0
- package/dist/math/vec4/u32/scale.d.ts +2 -0
- package/dist/math/vec4/u32/scale.js +8 -0
- package/dist/math/vec4/u32/scale.js.map +1 -0
- package/dist/math/vec4/u32/shift-left.d.ts +2 -0
- package/dist/math/vec4/u32/shift-left.js +8 -0
- package/dist/math/vec4/u32/shift-left.js.map +1 -0
- package/dist/math/vec4/u32/shift-right.d.ts +2 -0
- package/dist/math/vec4/u32/shift-right.js +9 -0
- package/dist/math/vec4/u32/shift-right.js.map +1 -0
- package/dist/math/vec4/u32/subtract.d.ts +2 -0
- package/dist/math/vec4/u32/subtract.js +8 -0
- package/dist/math/vec4/u32/subtract.js.map +1 -0
- package/dist/math/vec4/u32/zero.d.ts +2 -0
- package/dist/math/vec4/u32/zero.js +3 -0
- package/dist/math/vec4/u32/zero.js.map +1 -0
- package/dist/schema/from-archetype.d.ts +7 -4
- package/dist/schema/from-archetype.js +3 -3
- package/dist/schema/from-archetype.js.map +1 -1
- package/dist/schema/from-object-properties.d.ts +15 -0
- package/dist/schema/from-object-properties.js +9 -0
- package/dist/schema/from-object-properties.js.map +1 -0
- package/dist/schema/from-object-properties.test.d.ts +1 -0
- package/dist/schema/from-object-properties.test.js +49 -0
- package/dist/schema/from-object-properties.test.js.map +1 -0
- package/dist/schema/from-object-properties.type-test.d.ts +1 -0
- package/dist/schema/from-object-properties.type-test.js +37 -0
- package/dist/schema/from-object-properties.type-test.js.map +1 -0
- package/dist/schema/from-struct-properties.d.ts +8 -0
- package/dist/schema/from-struct-properties.js +7 -0
- package/dist/schema/from-struct-properties.js.map +1 -0
- package/dist/schema/from-struct-properties.test.d.ts +1 -0
- package/dist/schema/from-struct-properties.test.js +28 -0
- package/dist/schema/from-struct-properties.test.js.map +1 -0
- package/dist/schema/from-struct-properties.type-test.d.ts +1 -0
- package/dist/schema/from-struct-properties.type-test.js +11 -0
- package/dist/schema/from-struct-properties.type-test.js.map +1 -0
- package/dist/schema/guid/guid.performance.test.js +0 -3
- package/dist/schema/guid/guid.performance.test.js.map +1 -1
- package/dist/schema/public.d.ts +2 -1
- package/dist/schema/public.js +2 -1
- package/dist/schema/public.js.map +1 -1
- package/dist/schema/schema.d.ts +1 -0
- package/dist/service/service.d.ts +1 -1
- package/dist/service/ui-service/from-service.d.ts +19 -3
- package/dist/service/ui-service/from-service.transaction.type-test.d.ts +1 -0
- package/dist/service/ui-service/from-service.transaction.type-test.js +14 -0
- package/dist/service/ui-service/from-service.transaction.type-test.js.map +1 -0
- package/dist/service/ui-service/is-valid.d.ts +5 -1
- package/dist/tsconfig.tsbuildinfo +1 -1
- package/dist/types/async-args-provider.d.ts +17 -0
- package/dist/types/async-args-provider.js +3 -0
- package/dist/types/async-args-provider.js.map +1 -0
- package/dist/types/index.d.ts +1 -0
- package/dist/types/index.js +1 -0
- package/dist/types/index.js.map +1 -1
- package/package.json +1 -1
- package/references/data-lit/package.json +6 -2
- package/references/data-lit/src/elements/database-element.ts +36 -1
- package/references/data-lit/src/elements/database-element.type-test.ts +20 -0
- package/references/data-lit/src/index.ts +1 -0
- package/references/data-lit/src/testing/template/from.test.ts +47 -0
- package/references/data-lit/src/testing/template/from.ts +86 -0
- package/references/data-lit/src/testing/template/public.ts +3 -0
- package/references/data-lit/src/testing/template/query.ts +27 -0
- package/references/data-lit/src/testing/template/template.ts +4 -0
- package/references/data-lit-tictactoe/package.json +6 -2
- package/references/data-lit-tictactoe/src/features/main/data/board-cell/blank.ts +5 -0
- package/references/data-lit-tictactoe/src/features/main/data/board-cell/board-cell.ts +5 -0
- package/references/data-lit-tictactoe/src/{types/play-move-args → features/main/data/board-cell}/public.ts +1 -2
- package/references/data-lit-tictactoe/src/{types → features/main/data}/board-state/board-state.ts +2 -2
- package/references/data-lit-tictactoe/src/{types → features/main/data}/board-state/create-initial-board.ts +2 -2
- package/references/data-lit-tictactoe/src/{types → features/main/data}/board-state/current-player.ts +2 -2
- package/references/data-lit-tictactoe/src/{types → features/main/data}/board-state/derive-status.ts +4 -4
- package/references/data-lit-tictactoe/src/features/main/data/board-state/from-marks.ts +11 -0
- package/references/data-lit-tictactoe/src/{types → features/main/data}/board-state/get-move-count.ts +1 -1
- package/references/data-lit-tictactoe/src/{types → features/main/data}/board-state/get-winner.ts +4 -4
- package/references/data-lit-tictactoe/src/features/main/data/board-state/get-winning-line.ts +15 -0
- package/references/data-lit-tictactoe/src/{types → features/main/data}/board-state/is-board-full.ts +1 -1
- package/references/data-lit-tictactoe/src/{types → features/main/data}/board-state/is-game-over.ts +3 -3
- package/references/data-lit-tictactoe/src/features/main/data/board-state/public.ts +13 -0
- package/references/data-lit-tictactoe/src/{types → features/main/data}/board-state/schema.ts +3 -1
- package/references/data-lit-tictactoe/src/{types → features/main/data}/board-state/set-board-cell.ts +3 -3
- package/references/data-lit-tictactoe/src/features/main/data/cell-index/cell-index.ts +6 -0
- package/references/data-lit-tictactoe/src/features/main/data/cell-index/public.ts +2 -0
- package/references/data-lit-tictactoe/src/features/main/data/cell-index/schema.ts +9 -0
- package/references/data-lit-tictactoe/src/features/main/data/game-status/game-status.ts +6 -0
- package/references/data-lit-tictactoe/src/features/main/data/game-status/is-active.ts +6 -0
- package/references/data-lit-tictactoe/src/features/main/data/game-status/public.ts +3 -0
- package/references/data-lit-tictactoe/src/features/main/data/game-status/schema.ts +7 -0
- package/references/data-lit-tictactoe/src/features/main/data/move-reject-reason/move-reject-reason.ts +6 -0
- package/references/data-lit-tictactoe/src/features/main/data/move-reject-reason/public.ts +2 -0
- package/references/data-lit-tictactoe/src/features/main/data/move-reject-reason/schema.ts +7 -0
- package/references/data-lit-tictactoe/src/features/main/data/placed-mark/placed-mark.ts +6 -0
- package/references/data-lit-tictactoe/src/features/main/data/placed-mark/public.ts +2 -0
- package/references/data-lit-tictactoe/src/features/main/data/placed-mark/schema.ts +12 -0
- package/references/data-lit-tictactoe/src/{types → features/main/data}/play-move-args/can-play-move.ts +9 -5
- package/references/data-lit-tictactoe/src/{types → features/main/data}/play-move-args/play-move-args.ts +1 -1
- package/references/data-lit-tictactoe/src/features/main/data/play-move-args/public.ts +3 -0
- package/references/data-lit-tictactoe/src/{types → features/main/data}/player-mark/is.ts +2 -2
- package/references/data-lit-tictactoe/src/{types → features/main/data}/player-mark/mark-color.ts +1 -1
- package/references/data-lit-tictactoe/src/{types → features/main/data}/player-mark/opponent.ts +1 -1
- package/references/data-lit-tictactoe/src/{types → features/main/data}/player-mark/player-mark.ts +2 -2
- package/references/data-lit-tictactoe/src/features/main/data/player-mark/public.ts +7 -0
- package/references/data-lit-tictactoe/src/{types → features/main/data}/player-mark/schema.ts +1 -1
- package/references/data-lit-tictactoe/src/{types → features/main/data}/player-mark/values.ts +2 -2
- package/references/data-lit-tictactoe/src/features/main/data/score/public.ts +2 -0
- package/references/data-lit-tictactoe/src/features/main/data/score/schema.ts +9 -0
- package/references/data-lit-tictactoe/src/features/main/data/score/score.ts +6 -0
- package/references/data-lit-tictactoe/src/features/main/data/state/conformance-case.ts +13 -0
- package/references/data-lit-tictactoe/src/features/main/data/state/expect-state-matches.ts +36 -0
- package/references/data-lit-tictactoe/src/features/main/data/state/play-move.cases.ts +47 -0
- package/references/data-lit-tictactoe/src/features/main/data/state/play-move.test.ts +13 -0
- package/references/data-lit-tictactoe/src/features/main/data/state/play-move.ts +20 -0
- package/references/data-lit-tictactoe/src/features/main/data/state/public.ts +3 -0
- package/references/data-lit-tictactoe/src/features/main/data/state/restart-game.cases.ts +34 -0
- package/references/data-lit-tictactoe/src/features/main/data/state/restart-game.test.ts +13 -0
- package/references/data-lit-tictactoe/src/features/main/data/state/restart-game.ts +18 -0
- package/references/data-lit-tictactoe/src/features/main/data/state/state.ts +15 -0
- package/references/data-lit-tictactoe/src/features/main/data/winning-line/lines.ts +14 -0
- package/references/data-lit-tictactoe/src/features/main/data/winning-line/public.ts +2 -0
- package/references/data-lit-tictactoe/src/{types → features/main/data/winning-line}/winning-line.ts +1 -0
- package/references/data-lit-tictactoe/src/features/main/ecs/computed-database/computed/board.ts +22 -0
- package/references/data-lit-tictactoe/src/features/main/ecs/computed-database/computed/current-player.ts +12 -0
- package/references/data-lit-tictactoe/src/features/main/ecs/computed-database/computed/index.ts +9 -0
- package/references/data-lit-tictactoe/src/features/main/ecs/computed-database/computed/is-game-over.ts +10 -0
- package/references/data-lit-tictactoe/src/features/main/ecs/computed-database/computed/move-count.ts +10 -0
- package/references/data-lit-tictactoe/src/features/main/ecs/computed-database/computed/state.ts +29 -0
- package/references/data-lit-tictactoe/src/features/main/ecs/computed-database/computed/status.ts +10 -0
- package/references/data-lit-tictactoe/src/features/main/ecs/computed-database/computed/winner.ts +10 -0
- package/references/data-lit-tictactoe/src/features/main/ecs/computed-database/computed/winning-line.ts +10 -0
- package/references/data-lit-tictactoe/src/features/main/ecs/computed-database/computed-database.ts +18 -0
- package/references/data-lit-tictactoe/src/features/main/ecs/conformance/create-store.ts +12 -0
- package/references/data-lit-tictactoe/src/features/main/ecs/conformance/expect-conforms.ts +42 -0
- package/references/data-lit-tictactoe/src/features/main/ecs/conformance/from-state.ts +31 -0
- package/references/data-lit-tictactoe/src/features/main/ecs/conformance/projection.test.ts +38 -0
- package/references/data-lit-tictactoe/src/features/main/ecs/conformance/to-state.ts +30 -0
- package/references/data-lit-tictactoe/src/features/main/ecs/core-database/archetypes.ts +17 -0
- package/references/data-lit-tictactoe/src/features/main/ecs/core-database/components.ts +11 -0
- package/references/data-lit-tictactoe/src/features/main/ecs/core-database/core-database.ts +35 -0
- package/references/data-lit-tictactoe/src/features/main/ecs/core-database/resources.ts +13 -0
- package/references/data-lit-tictactoe/src/features/main/ecs/feature-database.ts +7 -0
- package/references/data-lit-tictactoe/src/features/main/ecs/index-database/index-database.ts +16 -0
- package/references/data-lit-tictactoe/src/features/main/ecs/index-database/indexes/by-cell.ts +9 -0
- package/references/data-lit-tictactoe/src/features/main/ecs/index-database/indexes/index.ts +2 -0
- package/references/data-lit-tictactoe/src/features/main/ecs/service-database/service-database.ts +26 -0
- package/references/data-lit-tictactoe/src/{state/agent-plugin.ts → features/main/ecs/service-database/services/create-agent-service.ts} +14 -40
- package/references/data-lit-tictactoe/src/features/main/ecs/service-database/services/create-root-agent-service.ts +26 -0
- package/references/data-lit-tictactoe/src/features/main/ecs/service-database/services/index.ts +3 -0
- package/references/data-lit-tictactoe/src/features/main/ecs/transaction-database/transaction-database.ts +18 -0
- package/references/data-lit-tictactoe/src/features/main/ecs/transaction-database/transactions/index.ts +3 -0
- package/references/data-lit-tictactoe/src/features/main/ecs/transaction-database/transactions/play-move.test.ts +20 -0
- package/references/data-lit-tictactoe/src/features/main/ecs/transaction-database/transactions/play-move.ts +19 -0
- package/references/data-lit-tictactoe/src/features/main/ecs/transaction-database/transactions/read-board.ts +20 -0
- package/references/data-lit-tictactoe/src/features/main/ecs/transaction-database/transactions/restart-game.test.ts +19 -0
- package/references/data-lit-tictactoe/src/features/main/ecs/transaction-database/transactions/restart-game.ts +25 -0
- package/references/data-lit-tictactoe/src/{elements → features/main/ui}/tictactoe-app/tictactoe-app-element.ts +1 -1
- package/references/data-lit-tictactoe/src/features/main/ui/tictactoe-app/tictactoe-app-presentation.test.ts +15 -0
- package/references/data-lit-tictactoe/src/features/main/ui/tictactoe-app/tictactoe-app.ts +17 -0
- package/references/data-lit-tictactoe/src/{elements → features/main/ui}/tictactoe-board/tictactoe-board-element.ts +1 -1
- package/references/data-lit-tictactoe/src/features/main/ui/tictactoe-board/tictactoe-board-presentation.test.ts +16 -0
- package/references/data-lit-tictactoe/src/features/main/ui/tictactoe-cell/observe-cell.ts +32 -0
- package/references/data-lit-tictactoe/src/{elements → features/main/ui}/tictactoe-cell/tictactoe-cell-element.ts +8 -12
- package/references/data-lit-tictactoe/src/features/main/ui/tictactoe-cell/tictactoe-cell-presentation.test.ts +41 -0
- package/references/data-lit-tictactoe/src/{elements → features/main/ui}/tictactoe-cell/tictactoe-cell-presentation.ts +1 -1
- package/references/data-lit-tictactoe/src/features/main/ui/tictactoe-element.ts +20 -0
- package/references/data-lit-tictactoe/src/{elements → features/main/ui}/tictactoe-hud/tictactoe-hud-element.ts +8 -20
- package/references/data-lit-tictactoe/src/features/main/ui/tictactoe-hud/tictactoe-hud-presentation.test.ts +45 -0
- package/references/data-lit-tictactoe/src/{elements → features/main/ui}/tictactoe-hud/tictactoe-hud-presentation.ts +12 -2
- package/references/data-lit-tictactoe/src/index.ts +14 -8
- package/references/data-lit-tictactoe/src/main.ts +6 -6
- package/references/data-react/package.json +3 -2
- package/references/data-react-hello/package.json +2 -1
- package/references/data-react-pixie/package.json +2 -1
- package/references/data-lit-tictactoe/src/elements/tictactoe-app/tictactoe-app.ts +0 -18
- package/references/data-lit-tictactoe/src/state/tictactoe-plugin.ts +0 -64
- package/references/data-lit-tictactoe/src/tictactoe-element.ts +0 -15
- package/references/data-lit-tictactoe/src/types/board-cell.ts +0 -5
- package/references/data-lit-tictactoe/src/types/board-state/get-cell.ts +0 -7
- package/references/data-lit-tictactoe/src/types/board-state/get-winning-line.ts +0 -25
- package/references/data-lit-tictactoe/src/types/board-state/is-cell-playable.ts +0 -13
- package/references/data-lit-tictactoe/src/types/board-state/is-cell-winning.ts +0 -9
- package/references/data-lit-tictactoe/src/types/board-state/public.ts +0 -15
- package/references/data-lit-tictactoe/src/types/game-status.ts +0 -3
- package/references/data-lit-tictactoe/src/types/move-reject-reason.ts +0 -7
- package/references/data-lit-tictactoe/src/types/player-mark/public.ts +0 -7
- /package/references/data-lit-tictactoe/src/{elements → features/main/ui}/tictactoe-app/tictactoe-app-presentation.ts +0 -0
- /package/references/data-lit-tictactoe/src/{elements → features/main/ui}/tictactoe-app/tictactoe-app.css.ts +0 -0
- /package/references/data-lit-tictactoe/src/{elements → features/main/ui}/tictactoe-board/tictactoe-board-presentation.ts +0 -0
- /package/references/data-lit-tictactoe/src/{elements → features/main/ui}/tictactoe-board/tictactoe-board.css.ts +0 -0
- /package/references/data-lit-tictactoe/src/{elements → features/main/ui}/tictactoe-board/tictactoe-board.ts +0 -0
- /package/references/data-lit-tictactoe/src/{elements → features/main/ui}/tictactoe-cell/tictactoe-cell.css.ts +0 -0
- /package/references/data-lit-tictactoe/src/{elements → features/main/ui}/tictactoe-cell/tictactoe-cell.ts +0 -0
- /package/references/data-lit-tictactoe/src/{elements → features/main/ui}/tictactoe-hud/tictactoe-hud.css.ts +0 -0
- /package/references/data-lit-tictactoe/src/{elements → features/main/ui}/tictactoe-hud/tictactoe-hud.ts +0 -0
|
@@ -161,7 +161,7 @@ export declare function create(): Database.FromPlugin<Database.Plugin<{
|
|
|
161
161
|
readonly Building: readonly ["parentDistrict", "buildingType", "positionX", "footprintStart", "footprintEnd", "maxFootprint", "blueprintRef", "density", "height", "visibility", "overlay", "condemned", "sortOrder", "selectedByUsers"];
|
|
162
162
|
readonly Road: readonly ["parentBuilding", "roadType", "roadLength", "roadId"];
|
|
163
163
|
} & {}, {} & {
|
|
164
|
-
readonly createDistrict: (t: import("
|
|
164
|
+
readonly createDistrict: (t: import("../index.js").Store<import("../../schema/from-schemas.js").FromSchemas<{} & {
|
|
165
165
|
readonly districtType: {
|
|
166
166
|
readonly type: "string";
|
|
167
167
|
};
|
|
@@ -322,7 +322,7 @@ export declare function create(): Database.FromPlugin<Database.Plugin<{
|
|
|
322
322
|
districtType: string;
|
|
323
323
|
zoning: string;
|
|
324
324
|
}) => void;
|
|
325
|
-
readonly deleteDistrict: (t: import("
|
|
325
|
+
readonly deleteDistrict: (t: import("../index.js").Store<import("../../schema/from-schemas.js").FromSchemas<{} & {
|
|
326
326
|
readonly districtType: {
|
|
327
327
|
readonly type: "string";
|
|
328
328
|
};
|
|
@@ -480,7 +480,7 @@ export declare function create(): Database.FromPlugin<Database.Plugin<{
|
|
|
480
480
|
readonly Building: readonly ["parentDistrict", "buildingType", "positionX", "footprintStart", "footprintEnd", "maxFootprint", "blueprintRef", "density", "height", "visibility", "overlay", "condemned", "sortOrder", "selectedByUsers"];
|
|
481
481
|
readonly Road: readonly ["parentBuilding", "roadType", "roadLength", "roadId"];
|
|
482
482
|
}, {} & {}, never>, _id: Entity) => void;
|
|
483
|
-
readonly createBuilding: (t: import("
|
|
483
|
+
readonly createBuilding: (t: import("../index.js").Store<import("../../schema/from-schemas.js").FromSchemas<{} & {
|
|
484
484
|
readonly districtType: {
|
|
485
485
|
readonly type: "string";
|
|
486
486
|
};
|
|
@@ -641,7 +641,7 @@ export declare function create(): Database.FromPlugin<Database.Plugin<{
|
|
|
641
641
|
parentDistrict: Entity;
|
|
642
642
|
positionX: number;
|
|
643
643
|
}) => void;
|
|
644
|
-
readonly deleteBuilding: (t: import("
|
|
644
|
+
readonly deleteBuilding: (t: import("../index.js").Store<import("../../schema/from-schemas.js").FromSchemas<{} & {
|
|
645
645
|
readonly districtType: {
|
|
646
646
|
readonly type: "string";
|
|
647
647
|
};
|
|
@@ -799,7 +799,7 @@ export declare function create(): Database.FromPlugin<Database.Plugin<{
|
|
|
799
799
|
readonly Building: readonly ["parentDistrict", "buildingType", "positionX", "footprintStart", "footprintEnd", "maxFootprint", "blueprintRef", "density", "height", "visibility", "overlay", "condemned", "sortOrder", "selectedByUsers"];
|
|
800
800
|
readonly Road: readonly ["parentBuilding", "roadType", "roadLength", "roadId"];
|
|
801
801
|
}, {} & {}, never>, _id: Entity) => void;
|
|
802
|
-
readonly updateBuilding: (t: import("
|
|
802
|
+
readonly updateBuilding: (t: import("../index.js").Store<import("../../schema/from-schemas.js").FromSchemas<{} & {
|
|
803
803
|
readonly districtType: {
|
|
804
804
|
readonly type: "string";
|
|
805
805
|
};
|
|
@@ -962,7 +962,7 @@ export declare function create(): Database.FromPlugin<Database.Plugin<{
|
|
|
962
962
|
positionX: number;
|
|
963
963
|
density: number;
|
|
964
964
|
}>) => void;
|
|
965
|
-
readonly selectExclusive: (t: import("
|
|
965
|
+
readonly selectExclusive: (t: import("../index.js").Store<import("../../schema/from-schemas.js").FromSchemas<{} & {
|
|
966
966
|
readonly districtType: {
|
|
967
967
|
readonly type: "string";
|
|
968
968
|
};
|
|
@@ -1123,7 +1123,7 @@ export declare function create(): Database.FromPlugin<Database.Plugin<{
|
|
|
1123
1123
|
entityId: Entity;
|
|
1124
1124
|
userId: string;
|
|
1125
1125
|
}) => void;
|
|
1126
|
-
readonly toggleSelected: (t: import("
|
|
1126
|
+
readonly toggleSelected: (t: import("../index.js").Store<import("../../schema/from-schemas.js").FromSchemas<{} & {
|
|
1127
1127
|
readonly districtType: {
|
|
1128
1128
|
readonly type: "string";
|
|
1129
1129
|
};
|
|
@@ -1284,7 +1284,7 @@ export declare function create(): Database.FromPlugin<Database.Plugin<{
|
|
|
1284
1284
|
entityId: Entity;
|
|
1285
1285
|
userId: string;
|
|
1286
1286
|
}) => void;
|
|
1287
|
-
readonly ensureSelected: (t: import("
|
|
1287
|
+
readonly ensureSelected: (t: import("../index.js").Store<import("../../schema/from-schemas.js").FromSchemas<{} & {
|
|
1288
1288
|
readonly districtType: {
|
|
1289
1289
|
readonly type: "string";
|
|
1290
1290
|
};
|
|
@@ -1445,7 +1445,7 @@ export declare function create(): Database.FromPlugin<Database.Plugin<{
|
|
|
1445
1445
|
entityId: Entity;
|
|
1446
1446
|
userId: string;
|
|
1447
1447
|
}) => void;
|
|
1448
|
-
readonly moveSelectedBuildings: (t: import("
|
|
1448
|
+
readonly moveSelectedBuildings: (t: import("../index.js").Store<import("../../schema/from-schemas.js").FromSchemas<{} & {
|
|
1449
1449
|
readonly districtType: {
|
|
1450
1450
|
readonly type: "string";
|
|
1451
1451
|
};
|
|
@@ -1605,7 +1605,7 @@ export declare function create(): Database.FromPlugin<Database.Plugin<{
|
|
|
1605
1605
|
}, {} & {}, never>, _input: {
|
|
1606
1606
|
deltaUnits: number;
|
|
1607
1607
|
}) => void;
|
|
1608
|
-
readonly setCursorTime: (t: import("
|
|
1608
|
+
readonly setCursorTime: (t: import("../index.js").Store<import("../../schema/from-schemas.js").FromSchemas<{} & {
|
|
1609
1609
|
readonly districtType: {
|
|
1610
1610
|
readonly type: "string";
|
|
1611
1611
|
};
|
|
@@ -1765,7 +1765,7 @@ export declare function create(): Database.FromPlugin<Database.Plugin<{
|
|
|
1765
1765
|
}, {} & {}, never>, _input: {
|
|
1766
1766
|
time: number;
|
|
1767
1767
|
}) => void;
|
|
1768
|
-
readonly setSimulationState: (t: import("
|
|
1768
|
+
readonly setSimulationState: (t: import("../index.js").Store<import("../../schema/from-schemas.js").FromSchemas<{} & {
|
|
1769
1769
|
readonly districtType: {
|
|
1770
1770
|
readonly type: "string";
|
|
1771
1771
|
};
|
|
@@ -1925,7 +1925,7 @@ export declare function create(): Database.FromPlugin<Database.Plugin<{
|
|
|
1925
1925
|
}, {} & {}, never>, _input: {
|
|
1926
1926
|
state: string;
|
|
1927
1927
|
}) => void;
|
|
1928
|
-
readonly setZoomLevel: (t: import("
|
|
1928
|
+
readonly setZoomLevel: (t: import("../index.js").Store<import("../../schema/from-schemas.js").FromSchemas<{} & {
|
|
1929
1929
|
readonly districtType: {
|
|
1930
1930
|
readonly type: "string";
|
|
1931
1931
|
};
|
|
@@ -2085,7 +2085,7 @@ export declare function create(): Database.FromPlugin<Database.Plugin<{
|
|
|
2085
2085
|
}, {} & {}, never>, _input: {
|
|
2086
2086
|
level: number;
|
|
2087
2087
|
}) => void;
|
|
2088
|
-
readonly setDemolishTool: (t: import("
|
|
2088
|
+
readonly setDemolishTool: (t: import("../index.js").Store<import("../../schema/from-schemas.js").FromSchemas<{} & {
|
|
2089
2089
|
readonly districtType: {
|
|
2090
2090
|
readonly type: "string";
|
|
2091
2091
|
};
|
|
@@ -2245,7 +2245,7 @@ export declare function create(): Database.FromPlugin<Database.Plugin<{
|
|
|
2245
2245
|
}, {} & {}, never>, _input: {
|
|
2246
2246
|
active: boolean;
|
|
2247
2247
|
}) => void;
|
|
2248
|
-
readonly setGridSnap: (t: import("
|
|
2248
|
+
readonly setGridSnap: (t: import("../index.js").Store<import("../../schema/from-schemas.js").FromSchemas<{} & {
|
|
2249
2249
|
readonly districtType: {
|
|
2250
2250
|
readonly type: "string";
|
|
2251
2251
|
};
|
|
@@ -2405,7 +2405,7 @@ export declare function create(): Database.FromPlugin<Database.Plugin<{
|
|
|
2405
2405
|
}, {} & {}, never>, _input: {
|
|
2406
2406
|
enabled: boolean;
|
|
2407
2407
|
}) => void;
|
|
2408
|
-
readonly setActiveGridSnap: (t: import("
|
|
2408
|
+
readonly setActiveGridSnap: (t: import("../index.js").Store<import("../../schema/from-schemas.js").FromSchemas<{} & {
|
|
2409
2409
|
readonly districtType: {
|
|
2410
2410
|
readonly type: "string";
|
|
2411
2411
|
};
|
|
@@ -2565,7 +2565,7 @@ export declare function create(): Database.FromPlugin<Database.Plugin<{
|
|
|
2565
2565
|
}, {} & {}, never>, _input: {
|
|
2566
2566
|
time: number | null;
|
|
2567
2567
|
}) => void;
|
|
2568
|
-
readonly setCrossDistrictDrag: (t: import("
|
|
2568
|
+
readonly setCrossDistrictDrag: (t: import("../index.js").Store<import("../../schema/from-schemas.js").FromSchemas<{} & {
|
|
2569
2569
|
readonly districtType: {
|
|
2570
2570
|
readonly type: "string";
|
|
2571
2571
|
};
|
|
@@ -2725,7 +2725,7 @@ export declare function create(): Database.FromPlugin<Database.Plugin<{
|
|
|
2725
2725
|
}, {} & {}, never>, _input: {
|
|
2726
2726
|
active: boolean;
|
|
2727
2727
|
}) => void;
|
|
2728
|
-
readonly clearCrossDistrictPreviews: (t: import("
|
|
2728
|
+
readonly clearCrossDistrictPreviews: (t: import("../index.js").Store<import("../../schema/from-schemas.js").FromSchemas<{} & {
|
|
2729
2729
|
readonly districtType: {
|
|
2730
2730
|
readonly type: "string";
|
|
2731
2731
|
};
|
|
@@ -2883,7 +2883,7 @@ export declare function create(): Database.FromPlugin<Database.Plugin<{
|
|
|
2883
2883
|
readonly Building: readonly ["parentDistrict", "buildingType", "positionX", "footprintStart", "footprintEnd", "maxFootprint", "blueprintRef", "density", "height", "visibility", "overlay", "condemned", "sortOrder", "selectedByUsers"];
|
|
2884
2884
|
readonly Road: readonly ["parentBuilding", "roadType", "roadLength", "roadId"];
|
|
2885
2885
|
}, {} & {}, never>) => void;
|
|
2886
|
-
readonly resizeFreeformBuilding: (t: import("
|
|
2886
|
+
readonly resizeFreeformBuilding: (t: import("../index.js").Store<import("../../schema/from-schemas.js").FromSchemas<{} & {
|
|
2887
2887
|
readonly districtType: {
|
|
2888
2888
|
readonly type: "string";
|
|
2889
2889
|
};
|
|
@@ -3045,7 +3045,7 @@ export declare function create(): Database.FromPlugin<Database.Plugin<{
|
|
|
3045
3045
|
edge: "left" | "right";
|
|
3046
3046
|
deltaPx: number;
|
|
3047
3047
|
}) => void;
|
|
3048
|
-
readonly resizeCompactBuilding: (t: import("
|
|
3048
|
+
readonly resizeCompactBuilding: (t: import("../index.js").Store<import("../../schema/from-schemas.js").FromSchemas<{} & {
|
|
3049
3049
|
readonly districtType: {
|
|
3050
3050
|
readonly type: "string";
|
|
3051
3051
|
};
|
|
@@ -3207,7 +3207,7 @@ export declare function create(): Database.FromPlugin<Database.Plugin<{
|
|
|
3207
3207
|
edge: "left" | "right";
|
|
3208
3208
|
deltaPx: number;
|
|
3209
3209
|
}) => void;
|
|
3210
|
-
readonly splitAtCursor: (t: import("
|
|
3210
|
+
readonly splitAtCursor: (t: import("../index.js").Store<import("../../schema/from-schemas.js").FromSchemas<{} & {
|
|
3211
3211
|
readonly districtType: {
|
|
3212
3212
|
readonly type: "string";
|
|
3213
3213
|
};
|
|
@@ -3367,7 +3367,7 @@ export declare function create(): Database.FromPlugin<Database.Plugin<{
|
|
|
3367
3367
|
}, {} & {}, never>, _input: {
|
|
3368
3368
|
userId: string;
|
|
3369
3369
|
}) => void;
|
|
3370
|
-
readonly deleteSelected: (t: import("
|
|
3370
|
+
readonly deleteSelected: (t: import("../index.js").Store<import("../../schema/from-schemas.js").FromSchemas<{} & {
|
|
3371
3371
|
readonly districtType: {
|
|
3372
3372
|
readonly type: "string";
|
|
3373
3373
|
};
|
|
@@ -3527,7 +3527,7 @@ export declare function create(): Database.FromPlugin<Database.Plugin<{
|
|
|
3527
3527
|
}, {} & {}, never>, _input: {
|
|
3528
3528
|
userId: string;
|
|
3529
3529
|
}) => void;
|
|
3530
|
-
readonly toggleCondemned: (t: import("
|
|
3530
|
+
readonly toggleCondemned: (t: import("../index.js").Store<import("../../schema/from-schemas.js").FromSchemas<{} & {
|
|
3531
3531
|
readonly districtType: {
|
|
3532
3532
|
readonly type: "string";
|
|
3533
3533
|
};
|
|
@@ -3688,7 +3688,7 @@ export declare function create(): Database.FromPlugin<Database.Plugin<{
|
|
|
3688
3688
|
buildingId: Entity;
|
|
3689
3689
|
}) => void;
|
|
3690
3690
|
} & {
|
|
3691
|
-
readonly deselectAll: (t: import("
|
|
3691
|
+
readonly deselectAll: (t: import("../index.js").Store<import("../../schema/from-schemas.js").FromSchemas<{} & {
|
|
3692
3692
|
readonly districtType: {
|
|
3693
3693
|
readonly type: "string";
|
|
3694
3694
|
};
|
|
@@ -3848,7 +3848,7 @@ export declare function create(): Database.FromPlugin<Database.Plugin<{
|
|
|
3848
3848
|
}, {} & {}, never>, _input: {
|
|
3849
3849
|
userId: string;
|
|
3850
3850
|
}) => void;
|
|
3851
|
-
readonly selectAll: (t: import("
|
|
3851
|
+
readonly selectAll: (t: import("../index.js").Store<import("../../schema/from-schemas.js").FromSchemas<{} & {
|
|
3852
3852
|
readonly districtType: {
|
|
3853
3853
|
readonly type: "string";
|
|
3854
3854
|
};
|
|
@@ -4008,7 +4008,7 @@ export declare function create(): Database.FromPlugin<Database.Plugin<{
|
|
|
4008
4008
|
}, {} & {}, never>, _input: {
|
|
4009
4009
|
userId: string;
|
|
4010
4010
|
}) => void;
|
|
4011
|
-
readonly setSelectionFromIds: (t: import("
|
|
4011
|
+
readonly setSelectionFromIds: (t: import("../index.js").Store<import("../../schema/from-schemas.js").FromSchemas<{} & {
|
|
4012
4012
|
readonly districtType: {
|
|
4013
4013
|
readonly type: "string";
|
|
4014
4014
|
};
|
|
@@ -4171,7 +4171,7 @@ export declare function create(): Database.FromPlugin<Database.Plugin<{
|
|
|
4171
4171
|
additive: boolean;
|
|
4172
4172
|
}) => void;
|
|
4173
4173
|
} & {
|
|
4174
|
-
readonly resizeSelectedToCursor: (t: import("
|
|
4174
|
+
readonly resizeSelectedToCursor: (t: import("../index.js").Store<import("../../schema/from-schemas.js").FromSchemas<{} & {
|
|
4175
4175
|
readonly districtType: {
|
|
4176
4176
|
readonly type: "string";
|
|
4177
4177
|
};
|
|
@@ -4491,7 +4491,7 @@ export declare function create(): Database.FromPlugin<Database.Plugin<{
|
|
|
4491
4491
|
readonly Building: readonly ["parentDistrict", "buildingType", "positionX", "footprintStart", "footprintEnd", "maxFootprint", "blueprintRef", "density", "height", "visibility", "overlay", "condemned", "sortOrder", "selectedByUsers"];
|
|
4492
4492
|
readonly Road: readonly ["parentBuilding", "roadType", "roadLength", "roadId"];
|
|
4493
4493
|
}, import("../index.js").ToTransactionFunctions<{} & {} & {
|
|
4494
|
-
readonly createDistrict: (t: import("
|
|
4494
|
+
readonly createDistrict: (t: import("../index.js").Store<import("../../schema/from-schemas.js").FromSchemas<{} & {
|
|
4495
4495
|
readonly districtType: {
|
|
4496
4496
|
readonly type: "string";
|
|
4497
4497
|
};
|
|
@@ -4652,7 +4652,7 @@ export declare function create(): Database.FromPlugin<Database.Plugin<{
|
|
|
4652
4652
|
districtType: string;
|
|
4653
4653
|
zoning: string;
|
|
4654
4654
|
}) => void;
|
|
4655
|
-
readonly deleteDistrict: (t: import("
|
|
4655
|
+
readonly deleteDistrict: (t: import("../index.js").Store<import("../../schema/from-schemas.js").FromSchemas<{} & {
|
|
4656
4656
|
readonly districtType: {
|
|
4657
4657
|
readonly type: "string";
|
|
4658
4658
|
};
|
|
@@ -4810,7 +4810,7 @@ export declare function create(): Database.FromPlugin<Database.Plugin<{
|
|
|
4810
4810
|
readonly Building: readonly ["parentDistrict", "buildingType", "positionX", "footprintStart", "footprintEnd", "maxFootprint", "blueprintRef", "density", "height", "visibility", "overlay", "condemned", "sortOrder", "selectedByUsers"];
|
|
4811
4811
|
readonly Road: readonly ["parentBuilding", "roadType", "roadLength", "roadId"];
|
|
4812
4812
|
}, {} & {}, never>, _id: Entity) => void;
|
|
4813
|
-
readonly createBuilding: (t: import("
|
|
4813
|
+
readonly createBuilding: (t: import("../index.js").Store<import("../../schema/from-schemas.js").FromSchemas<{} & {
|
|
4814
4814
|
readonly districtType: {
|
|
4815
4815
|
readonly type: "string";
|
|
4816
4816
|
};
|
|
@@ -4971,7 +4971,7 @@ export declare function create(): Database.FromPlugin<Database.Plugin<{
|
|
|
4971
4971
|
parentDistrict: Entity;
|
|
4972
4972
|
positionX: number;
|
|
4973
4973
|
}) => void;
|
|
4974
|
-
readonly deleteBuilding: (t: import("
|
|
4974
|
+
readonly deleteBuilding: (t: import("../index.js").Store<import("../../schema/from-schemas.js").FromSchemas<{} & {
|
|
4975
4975
|
readonly districtType: {
|
|
4976
4976
|
readonly type: "string";
|
|
4977
4977
|
};
|
|
@@ -5129,7 +5129,7 @@ export declare function create(): Database.FromPlugin<Database.Plugin<{
|
|
|
5129
5129
|
readonly Building: readonly ["parentDistrict", "buildingType", "positionX", "footprintStart", "footprintEnd", "maxFootprint", "blueprintRef", "density", "height", "visibility", "overlay", "condemned", "sortOrder", "selectedByUsers"];
|
|
5130
5130
|
readonly Road: readonly ["parentBuilding", "roadType", "roadLength", "roadId"];
|
|
5131
5131
|
}, {} & {}, never>, _id: Entity) => void;
|
|
5132
|
-
readonly updateBuilding: (t: import("
|
|
5132
|
+
readonly updateBuilding: (t: import("../index.js").Store<import("../../schema/from-schemas.js").FromSchemas<{} & {
|
|
5133
5133
|
readonly districtType: {
|
|
5134
5134
|
readonly type: "string";
|
|
5135
5135
|
};
|
|
@@ -5292,7 +5292,7 @@ export declare function create(): Database.FromPlugin<Database.Plugin<{
|
|
|
5292
5292
|
positionX: number;
|
|
5293
5293
|
density: number;
|
|
5294
5294
|
}>) => void;
|
|
5295
|
-
readonly selectExclusive: (t: import("
|
|
5295
|
+
readonly selectExclusive: (t: import("../index.js").Store<import("../../schema/from-schemas.js").FromSchemas<{} & {
|
|
5296
5296
|
readonly districtType: {
|
|
5297
5297
|
readonly type: "string";
|
|
5298
5298
|
};
|
|
@@ -5453,7 +5453,7 @@ export declare function create(): Database.FromPlugin<Database.Plugin<{
|
|
|
5453
5453
|
entityId: Entity;
|
|
5454
5454
|
userId: string;
|
|
5455
5455
|
}) => void;
|
|
5456
|
-
readonly toggleSelected: (t: import("
|
|
5456
|
+
readonly toggleSelected: (t: import("../index.js").Store<import("../../schema/from-schemas.js").FromSchemas<{} & {
|
|
5457
5457
|
readonly districtType: {
|
|
5458
5458
|
readonly type: "string";
|
|
5459
5459
|
};
|
|
@@ -5614,7 +5614,7 @@ export declare function create(): Database.FromPlugin<Database.Plugin<{
|
|
|
5614
5614
|
entityId: Entity;
|
|
5615
5615
|
userId: string;
|
|
5616
5616
|
}) => void;
|
|
5617
|
-
readonly ensureSelected: (t: import("
|
|
5617
|
+
readonly ensureSelected: (t: import("../index.js").Store<import("../../schema/from-schemas.js").FromSchemas<{} & {
|
|
5618
5618
|
readonly districtType: {
|
|
5619
5619
|
readonly type: "string";
|
|
5620
5620
|
};
|
|
@@ -5775,7 +5775,7 @@ export declare function create(): Database.FromPlugin<Database.Plugin<{
|
|
|
5775
5775
|
entityId: Entity;
|
|
5776
5776
|
userId: string;
|
|
5777
5777
|
}) => void;
|
|
5778
|
-
readonly moveSelectedBuildings: (t: import("
|
|
5778
|
+
readonly moveSelectedBuildings: (t: import("../index.js").Store<import("../../schema/from-schemas.js").FromSchemas<{} & {
|
|
5779
5779
|
readonly districtType: {
|
|
5780
5780
|
readonly type: "string";
|
|
5781
5781
|
};
|
|
@@ -5935,7 +5935,7 @@ export declare function create(): Database.FromPlugin<Database.Plugin<{
|
|
|
5935
5935
|
}, {} & {}, never>, _input: {
|
|
5936
5936
|
deltaUnits: number;
|
|
5937
5937
|
}) => void;
|
|
5938
|
-
readonly setCursorTime: (t: import("
|
|
5938
|
+
readonly setCursorTime: (t: import("../index.js").Store<import("../../schema/from-schemas.js").FromSchemas<{} & {
|
|
5939
5939
|
readonly districtType: {
|
|
5940
5940
|
readonly type: "string";
|
|
5941
5941
|
};
|
|
@@ -6095,7 +6095,7 @@ export declare function create(): Database.FromPlugin<Database.Plugin<{
|
|
|
6095
6095
|
}, {} & {}, never>, _input: {
|
|
6096
6096
|
time: number;
|
|
6097
6097
|
}) => void;
|
|
6098
|
-
readonly setSimulationState: (t: import("
|
|
6098
|
+
readonly setSimulationState: (t: import("../index.js").Store<import("../../schema/from-schemas.js").FromSchemas<{} & {
|
|
6099
6099
|
readonly districtType: {
|
|
6100
6100
|
readonly type: "string";
|
|
6101
6101
|
};
|
|
@@ -6255,7 +6255,7 @@ export declare function create(): Database.FromPlugin<Database.Plugin<{
|
|
|
6255
6255
|
}, {} & {}, never>, _input: {
|
|
6256
6256
|
state: string;
|
|
6257
6257
|
}) => void;
|
|
6258
|
-
readonly setZoomLevel: (t: import("
|
|
6258
|
+
readonly setZoomLevel: (t: import("../index.js").Store<import("../../schema/from-schemas.js").FromSchemas<{} & {
|
|
6259
6259
|
readonly districtType: {
|
|
6260
6260
|
readonly type: "string";
|
|
6261
6261
|
};
|
|
@@ -6415,7 +6415,7 @@ export declare function create(): Database.FromPlugin<Database.Plugin<{
|
|
|
6415
6415
|
}, {} & {}, never>, _input: {
|
|
6416
6416
|
level: number;
|
|
6417
6417
|
}) => void;
|
|
6418
|
-
readonly setDemolishTool: (t: import("
|
|
6418
|
+
readonly setDemolishTool: (t: import("../index.js").Store<import("../../schema/from-schemas.js").FromSchemas<{} & {
|
|
6419
6419
|
readonly districtType: {
|
|
6420
6420
|
readonly type: "string";
|
|
6421
6421
|
};
|
|
@@ -6575,7 +6575,7 @@ export declare function create(): Database.FromPlugin<Database.Plugin<{
|
|
|
6575
6575
|
}, {} & {}, never>, _input: {
|
|
6576
6576
|
active: boolean;
|
|
6577
6577
|
}) => void;
|
|
6578
|
-
readonly setGridSnap: (t: import("
|
|
6578
|
+
readonly setGridSnap: (t: import("../index.js").Store<import("../../schema/from-schemas.js").FromSchemas<{} & {
|
|
6579
6579
|
readonly districtType: {
|
|
6580
6580
|
readonly type: "string";
|
|
6581
6581
|
};
|
|
@@ -6735,7 +6735,7 @@ export declare function create(): Database.FromPlugin<Database.Plugin<{
|
|
|
6735
6735
|
}, {} & {}, never>, _input: {
|
|
6736
6736
|
enabled: boolean;
|
|
6737
6737
|
}) => void;
|
|
6738
|
-
readonly setActiveGridSnap: (t: import("
|
|
6738
|
+
readonly setActiveGridSnap: (t: import("../index.js").Store<import("../../schema/from-schemas.js").FromSchemas<{} & {
|
|
6739
6739
|
readonly districtType: {
|
|
6740
6740
|
readonly type: "string";
|
|
6741
6741
|
};
|
|
@@ -6895,7 +6895,7 @@ export declare function create(): Database.FromPlugin<Database.Plugin<{
|
|
|
6895
6895
|
}, {} & {}, never>, _input: {
|
|
6896
6896
|
time: number | null;
|
|
6897
6897
|
}) => void;
|
|
6898
|
-
readonly setCrossDistrictDrag: (t: import("
|
|
6898
|
+
readonly setCrossDistrictDrag: (t: import("../index.js").Store<import("../../schema/from-schemas.js").FromSchemas<{} & {
|
|
6899
6899
|
readonly districtType: {
|
|
6900
6900
|
readonly type: "string";
|
|
6901
6901
|
};
|
|
@@ -7055,7 +7055,7 @@ export declare function create(): Database.FromPlugin<Database.Plugin<{
|
|
|
7055
7055
|
}, {} & {}, never>, _input: {
|
|
7056
7056
|
active: boolean;
|
|
7057
7057
|
}) => void;
|
|
7058
|
-
readonly clearCrossDistrictPreviews: (t: import("
|
|
7058
|
+
readonly clearCrossDistrictPreviews: (t: import("../index.js").Store<import("../../schema/from-schemas.js").FromSchemas<{} & {
|
|
7059
7059
|
readonly districtType: {
|
|
7060
7060
|
readonly type: "string";
|
|
7061
7061
|
};
|
|
@@ -7213,7 +7213,7 @@ export declare function create(): Database.FromPlugin<Database.Plugin<{
|
|
|
7213
7213
|
readonly Building: readonly ["parentDistrict", "buildingType", "positionX", "footprintStart", "footprintEnd", "maxFootprint", "blueprintRef", "density", "height", "visibility", "overlay", "condemned", "sortOrder", "selectedByUsers"];
|
|
7214
7214
|
readonly Road: readonly ["parentBuilding", "roadType", "roadLength", "roadId"];
|
|
7215
7215
|
}, {} & {}, never>) => void;
|
|
7216
|
-
readonly resizeFreeformBuilding: (t: import("
|
|
7216
|
+
readonly resizeFreeformBuilding: (t: import("../index.js").Store<import("../../schema/from-schemas.js").FromSchemas<{} & {
|
|
7217
7217
|
readonly districtType: {
|
|
7218
7218
|
readonly type: "string";
|
|
7219
7219
|
};
|
|
@@ -7375,7 +7375,7 @@ export declare function create(): Database.FromPlugin<Database.Plugin<{
|
|
|
7375
7375
|
edge: "left" | "right";
|
|
7376
7376
|
deltaPx: number;
|
|
7377
7377
|
}) => void;
|
|
7378
|
-
readonly resizeCompactBuilding: (t: import("
|
|
7378
|
+
readonly resizeCompactBuilding: (t: import("../index.js").Store<import("../../schema/from-schemas.js").FromSchemas<{} & {
|
|
7379
7379
|
readonly districtType: {
|
|
7380
7380
|
readonly type: "string";
|
|
7381
7381
|
};
|
|
@@ -7537,7 +7537,7 @@ export declare function create(): Database.FromPlugin<Database.Plugin<{
|
|
|
7537
7537
|
edge: "left" | "right";
|
|
7538
7538
|
deltaPx: number;
|
|
7539
7539
|
}) => void;
|
|
7540
|
-
readonly splitAtCursor: (t: import("
|
|
7540
|
+
readonly splitAtCursor: (t: import("../index.js").Store<import("../../schema/from-schemas.js").FromSchemas<{} & {
|
|
7541
7541
|
readonly districtType: {
|
|
7542
7542
|
readonly type: "string";
|
|
7543
7543
|
};
|
|
@@ -7697,7 +7697,7 @@ export declare function create(): Database.FromPlugin<Database.Plugin<{
|
|
|
7697
7697
|
}, {} & {}, never>, _input: {
|
|
7698
7698
|
userId: string;
|
|
7699
7699
|
}) => void;
|
|
7700
|
-
readonly deleteSelected: (t: import("
|
|
7700
|
+
readonly deleteSelected: (t: import("../index.js").Store<import("../../schema/from-schemas.js").FromSchemas<{} & {
|
|
7701
7701
|
readonly districtType: {
|
|
7702
7702
|
readonly type: "string";
|
|
7703
7703
|
};
|
|
@@ -7857,7 +7857,7 @@ export declare function create(): Database.FromPlugin<Database.Plugin<{
|
|
|
7857
7857
|
}, {} & {}, never>, _input: {
|
|
7858
7858
|
userId: string;
|
|
7859
7859
|
}) => void;
|
|
7860
|
-
readonly toggleCondemned: (t: import("
|
|
7860
|
+
readonly toggleCondemned: (t: import("../index.js").Store<import("../../schema/from-schemas.js").FromSchemas<{} & {
|
|
7861
7861
|
readonly districtType: {
|
|
7862
7862
|
readonly type: "string";
|
|
7863
7863
|
};
|
|
@@ -8018,7 +8018,7 @@ export declare function create(): Database.FromPlugin<Database.Plugin<{
|
|
|
8018
8018
|
buildingId: Entity;
|
|
8019
8019
|
}) => void;
|
|
8020
8020
|
} & {
|
|
8021
|
-
readonly deselectAll: (t: import("
|
|
8021
|
+
readonly deselectAll: (t: import("../index.js").Store<import("../../schema/from-schemas.js").FromSchemas<{} & {
|
|
8022
8022
|
readonly districtType: {
|
|
8023
8023
|
readonly type: "string";
|
|
8024
8024
|
};
|
|
@@ -8178,7 +8178,7 @@ export declare function create(): Database.FromPlugin<Database.Plugin<{
|
|
|
8178
8178
|
}, {} & {}, never>, _input: {
|
|
8179
8179
|
userId: string;
|
|
8180
8180
|
}) => void;
|
|
8181
|
-
readonly selectAll: (t: import("
|
|
8181
|
+
readonly selectAll: (t: import("../index.js").Store<import("../../schema/from-schemas.js").FromSchemas<{} & {
|
|
8182
8182
|
readonly districtType: {
|
|
8183
8183
|
readonly type: "string";
|
|
8184
8184
|
};
|
|
@@ -8338,7 +8338,7 @@ export declare function create(): Database.FromPlugin<Database.Plugin<{
|
|
|
8338
8338
|
}, {} & {}, never>, _input: {
|
|
8339
8339
|
userId: string;
|
|
8340
8340
|
}) => void;
|
|
8341
|
-
readonly setSelectionFromIds: (t: import("
|
|
8341
|
+
readonly setSelectionFromIds: (t: import("../index.js").Store<import("../../schema/from-schemas.js").FromSchemas<{} & {
|
|
8342
8342
|
readonly districtType: {
|
|
8343
8343
|
readonly type: "string";
|
|
8344
8344
|
};
|
|
@@ -8501,7 +8501,7 @@ export declare function create(): Database.FromPlugin<Database.Plugin<{
|
|
|
8501
8501
|
additive: boolean;
|
|
8502
8502
|
}) => void;
|
|
8503
8503
|
} & {
|
|
8504
|
-
readonly resizeSelectedToCursor: (t: import("
|
|
8504
|
+
readonly resizeSelectedToCursor: (t: import("../index.js").Store<import("../../schema/from-schemas.js").FromSchemas<{} & {
|
|
8505
8505
|
readonly districtType: {
|
|
8506
8506
|
readonly type: "string";
|
|
8507
8507
|
};
|
|
@@ -9612,7 +9612,7 @@ export declare function create(): Database.FromPlugin<Database.Plugin<{
|
|
|
9612
9612
|
readonly Building: readonly ["parentDistrict", "buildingType", "positionX", "footprintStart", "footprintEnd", "maxFootprint", "blueprintRef", "density", "height", "visibility", "overlay", "condemned", "sortOrder", "selectedByUsers"];
|
|
9613
9613
|
readonly Road: readonly ["parentBuilding", "roadType", "roadLength", "roadId"];
|
|
9614
9614
|
}, import("../index.js").ToTransactionFunctions<{} & {} & {
|
|
9615
|
-
readonly createDistrict: (t: import("
|
|
9615
|
+
readonly createDistrict: (t: import("../index.js").Store<import("../../schema/from-schemas.js").FromSchemas<{} & {
|
|
9616
9616
|
readonly districtType: {
|
|
9617
9617
|
readonly type: "string";
|
|
9618
9618
|
};
|
|
@@ -9773,7 +9773,7 @@ export declare function create(): Database.FromPlugin<Database.Plugin<{
|
|
|
9773
9773
|
districtType: string;
|
|
9774
9774
|
zoning: string;
|
|
9775
9775
|
}) => void;
|
|
9776
|
-
readonly deleteDistrict: (t: import("
|
|
9776
|
+
readonly deleteDistrict: (t: import("../index.js").Store<import("../../schema/from-schemas.js").FromSchemas<{} & {
|
|
9777
9777
|
readonly districtType: {
|
|
9778
9778
|
readonly type: "string";
|
|
9779
9779
|
};
|
|
@@ -9931,7 +9931,7 @@ export declare function create(): Database.FromPlugin<Database.Plugin<{
|
|
|
9931
9931
|
readonly Building: readonly ["parentDistrict", "buildingType", "positionX", "footprintStart", "footprintEnd", "maxFootprint", "blueprintRef", "density", "height", "visibility", "overlay", "condemned", "sortOrder", "selectedByUsers"];
|
|
9932
9932
|
readonly Road: readonly ["parentBuilding", "roadType", "roadLength", "roadId"];
|
|
9933
9933
|
}, {} & {}, never>, _id: Entity) => void;
|
|
9934
|
-
readonly createBuilding: (t: import("
|
|
9934
|
+
readonly createBuilding: (t: import("../index.js").Store<import("../../schema/from-schemas.js").FromSchemas<{} & {
|
|
9935
9935
|
readonly districtType: {
|
|
9936
9936
|
readonly type: "string";
|
|
9937
9937
|
};
|
|
@@ -10092,7 +10092,7 @@ export declare function create(): Database.FromPlugin<Database.Plugin<{
|
|
|
10092
10092
|
parentDistrict: Entity;
|
|
10093
10093
|
positionX: number;
|
|
10094
10094
|
}) => void;
|
|
10095
|
-
readonly deleteBuilding: (t: import("
|
|
10095
|
+
readonly deleteBuilding: (t: import("../index.js").Store<import("../../schema/from-schemas.js").FromSchemas<{} & {
|
|
10096
10096
|
readonly districtType: {
|
|
10097
10097
|
readonly type: "string";
|
|
10098
10098
|
};
|
|
@@ -10250,7 +10250,7 @@ export declare function create(): Database.FromPlugin<Database.Plugin<{
|
|
|
10250
10250
|
readonly Building: readonly ["parentDistrict", "buildingType", "positionX", "footprintStart", "footprintEnd", "maxFootprint", "blueprintRef", "density", "height", "visibility", "overlay", "condemned", "sortOrder", "selectedByUsers"];
|
|
10251
10251
|
readonly Road: readonly ["parentBuilding", "roadType", "roadLength", "roadId"];
|
|
10252
10252
|
}, {} & {}, never>, _id: Entity) => void;
|
|
10253
|
-
readonly updateBuilding: (t: import("
|
|
10253
|
+
readonly updateBuilding: (t: import("../index.js").Store<import("../../schema/from-schemas.js").FromSchemas<{} & {
|
|
10254
10254
|
readonly districtType: {
|
|
10255
10255
|
readonly type: "string";
|
|
10256
10256
|
};
|
|
@@ -10413,7 +10413,7 @@ export declare function create(): Database.FromPlugin<Database.Plugin<{
|
|
|
10413
10413
|
positionX: number;
|
|
10414
10414
|
density: number;
|
|
10415
10415
|
}>) => void;
|
|
10416
|
-
readonly selectExclusive: (t: import("
|
|
10416
|
+
readonly selectExclusive: (t: import("../index.js").Store<import("../../schema/from-schemas.js").FromSchemas<{} & {
|
|
10417
10417
|
readonly districtType: {
|
|
10418
10418
|
readonly type: "string";
|
|
10419
10419
|
};
|
|
@@ -10574,7 +10574,7 @@ export declare function create(): Database.FromPlugin<Database.Plugin<{
|
|
|
10574
10574
|
entityId: Entity;
|
|
10575
10575
|
userId: string;
|
|
10576
10576
|
}) => void;
|
|
10577
|
-
readonly toggleSelected: (t: import("
|
|
10577
|
+
readonly toggleSelected: (t: import("../index.js").Store<import("../../schema/from-schemas.js").FromSchemas<{} & {
|
|
10578
10578
|
readonly districtType: {
|
|
10579
10579
|
readonly type: "string";
|
|
10580
10580
|
};
|
|
@@ -10735,7 +10735,7 @@ export declare function create(): Database.FromPlugin<Database.Plugin<{
|
|
|
10735
10735
|
entityId: Entity;
|
|
10736
10736
|
userId: string;
|
|
10737
10737
|
}) => void;
|
|
10738
|
-
readonly ensureSelected: (t: import("
|
|
10738
|
+
readonly ensureSelected: (t: import("../index.js").Store<import("../../schema/from-schemas.js").FromSchemas<{} & {
|
|
10739
10739
|
readonly districtType: {
|
|
10740
10740
|
readonly type: "string";
|
|
10741
10741
|
};
|
|
@@ -10896,7 +10896,7 @@ export declare function create(): Database.FromPlugin<Database.Plugin<{
|
|
|
10896
10896
|
entityId: Entity;
|
|
10897
10897
|
userId: string;
|
|
10898
10898
|
}) => void;
|
|
10899
|
-
readonly moveSelectedBuildings: (t: import("
|
|
10899
|
+
readonly moveSelectedBuildings: (t: import("../index.js").Store<import("../../schema/from-schemas.js").FromSchemas<{} & {
|
|
10900
10900
|
readonly districtType: {
|
|
10901
10901
|
readonly type: "string";
|
|
10902
10902
|
};
|
|
@@ -11056,7 +11056,7 @@ export declare function create(): Database.FromPlugin<Database.Plugin<{
|
|
|
11056
11056
|
}, {} & {}, never>, _input: {
|
|
11057
11057
|
deltaUnits: number;
|
|
11058
11058
|
}) => void;
|
|
11059
|
-
readonly setCursorTime: (t: import("
|
|
11059
|
+
readonly setCursorTime: (t: import("../index.js").Store<import("../../schema/from-schemas.js").FromSchemas<{} & {
|
|
11060
11060
|
readonly districtType: {
|
|
11061
11061
|
readonly type: "string";
|
|
11062
11062
|
};
|
|
@@ -11216,7 +11216,7 @@ export declare function create(): Database.FromPlugin<Database.Plugin<{
|
|
|
11216
11216
|
}, {} & {}, never>, _input: {
|
|
11217
11217
|
time: number;
|
|
11218
11218
|
}) => void;
|
|
11219
|
-
readonly setSimulationState: (t: import("
|
|
11219
|
+
readonly setSimulationState: (t: import("../index.js").Store<import("../../schema/from-schemas.js").FromSchemas<{} & {
|
|
11220
11220
|
readonly districtType: {
|
|
11221
11221
|
readonly type: "string";
|
|
11222
11222
|
};
|
|
@@ -11376,7 +11376,7 @@ export declare function create(): Database.FromPlugin<Database.Plugin<{
|
|
|
11376
11376
|
}, {} & {}, never>, _input: {
|
|
11377
11377
|
state: string;
|
|
11378
11378
|
}) => void;
|
|
11379
|
-
readonly setZoomLevel: (t: import("
|
|
11379
|
+
readonly setZoomLevel: (t: import("../index.js").Store<import("../../schema/from-schemas.js").FromSchemas<{} & {
|
|
11380
11380
|
readonly districtType: {
|
|
11381
11381
|
readonly type: "string";
|
|
11382
11382
|
};
|
|
@@ -11536,7 +11536,7 @@ export declare function create(): Database.FromPlugin<Database.Plugin<{
|
|
|
11536
11536
|
}, {} & {}, never>, _input: {
|
|
11537
11537
|
level: number;
|
|
11538
11538
|
}) => void;
|
|
11539
|
-
readonly setDemolishTool: (t: import("
|
|
11539
|
+
readonly setDemolishTool: (t: import("../index.js").Store<import("../../schema/from-schemas.js").FromSchemas<{} & {
|
|
11540
11540
|
readonly districtType: {
|
|
11541
11541
|
readonly type: "string";
|
|
11542
11542
|
};
|
|
@@ -11696,7 +11696,7 @@ export declare function create(): Database.FromPlugin<Database.Plugin<{
|
|
|
11696
11696
|
}, {} & {}, never>, _input: {
|
|
11697
11697
|
active: boolean;
|
|
11698
11698
|
}) => void;
|
|
11699
|
-
readonly setGridSnap: (t: import("
|
|
11699
|
+
readonly setGridSnap: (t: import("../index.js").Store<import("../../schema/from-schemas.js").FromSchemas<{} & {
|
|
11700
11700
|
readonly districtType: {
|
|
11701
11701
|
readonly type: "string";
|
|
11702
11702
|
};
|
|
@@ -11856,7 +11856,7 @@ export declare function create(): Database.FromPlugin<Database.Plugin<{
|
|
|
11856
11856
|
}, {} & {}, never>, _input: {
|
|
11857
11857
|
enabled: boolean;
|
|
11858
11858
|
}) => void;
|
|
11859
|
-
readonly setActiveGridSnap: (t: import("
|
|
11859
|
+
readonly setActiveGridSnap: (t: import("../index.js").Store<import("../../schema/from-schemas.js").FromSchemas<{} & {
|
|
11860
11860
|
readonly districtType: {
|
|
11861
11861
|
readonly type: "string";
|
|
11862
11862
|
};
|
|
@@ -12016,7 +12016,7 @@ export declare function create(): Database.FromPlugin<Database.Plugin<{
|
|
|
12016
12016
|
}, {} & {}, never>, _input: {
|
|
12017
12017
|
time: number | null;
|
|
12018
12018
|
}) => void;
|
|
12019
|
-
readonly setCrossDistrictDrag: (t: import("
|
|
12019
|
+
readonly setCrossDistrictDrag: (t: import("../index.js").Store<import("../../schema/from-schemas.js").FromSchemas<{} & {
|
|
12020
12020
|
readonly districtType: {
|
|
12021
12021
|
readonly type: "string";
|
|
12022
12022
|
};
|
|
@@ -12176,7 +12176,7 @@ export declare function create(): Database.FromPlugin<Database.Plugin<{
|
|
|
12176
12176
|
}, {} & {}, never>, _input: {
|
|
12177
12177
|
active: boolean;
|
|
12178
12178
|
}) => void;
|
|
12179
|
-
readonly clearCrossDistrictPreviews: (t: import("
|
|
12179
|
+
readonly clearCrossDistrictPreviews: (t: import("../index.js").Store<import("../../schema/from-schemas.js").FromSchemas<{} & {
|
|
12180
12180
|
readonly districtType: {
|
|
12181
12181
|
readonly type: "string";
|
|
12182
12182
|
};
|
|
@@ -12334,7 +12334,7 @@ export declare function create(): Database.FromPlugin<Database.Plugin<{
|
|
|
12334
12334
|
readonly Building: readonly ["parentDistrict", "buildingType", "positionX", "footprintStart", "footprintEnd", "maxFootprint", "blueprintRef", "density", "height", "visibility", "overlay", "condemned", "sortOrder", "selectedByUsers"];
|
|
12335
12335
|
readonly Road: readonly ["parentBuilding", "roadType", "roadLength", "roadId"];
|
|
12336
12336
|
}, {} & {}, never>) => void;
|
|
12337
|
-
readonly resizeFreeformBuilding: (t: import("
|
|
12337
|
+
readonly resizeFreeformBuilding: (t: import("../index.js").Store<import("../../schema/from-schemas.js").FromSchemas<{} & {
|
|
12338
12338
|
readonly districtType: {
|
|
12339
12339
|
readonly type: "string";
|
|
12340
12340
|
};
|
|
@@ -12496,7 +12496,7 @@ export declare function create(): Database.FromPlugin<Database.Plugin<{
|
|
|
12496
12496
|
edge: "left" | "right";
|
|
12497
12497
|
deltaPx: number;
|
|
12498
12498
|
}) => void;
|
|
12499
|
-
readonly resizeCompactBuilding: (t: import("
|
|
12499
|
+
readonly resizeCompactBuilding: (t: import("../index.js").Store<import("../../schema/from-schemas.js").FromSchemas<{} & {
|
|
12500
12500
|
readonly districtType: {
|
|
12501
12501
|
readonly type: "string";
|
|
12502
12502
|
};
|
|
@@ -12658,7 +12658,7 @@ export declare function create(): Database.FromPlugin<Database.Plugin<{
|
|
|
12658
12658
|
edge: "left" | "right";
|
|
12659
12659
|
deltaPx: number;
|
|
12660
12660
|
}) => void;
|
|
12661
|
-
readonly splitAtCursor: (t: import("
|
|
12661
|
+
readonly splitAtCursor: (t: import("../index.js").Store<import("../../schema/from-schemas.js").FromSchemas<{} & {
|
|
12662
12662
|
readonly districtType: {
|
|
12663
12663
|
readonly type: "string";
|
|
12664
12664
|
};
|
|
@@ -12818,7 +12818,7 @@ export declare function create(): Database.FromPlugin<Database.Plugin<{
|
|
|
12818
12818
|
}, {} & {}, never>, _input: {
|
|
12819
12819
|
userId: string;
|
|
12820
12820
|
}) => void;
|
|
12821
|
-
readonly deleteSelected: (t: import("
|
|
12821
|
+
readonly deleteSelected: (t: import("../index.js").Store<import("../../schema/from-schemas.js").FromSchemas<{} & {
|
|
12822
12822
|
readonly districtType: {
|
|
12823
12823
|
readonly type: "string";
|
|
12824
12824
|
};
|
|
@@ -12978,7 +12978,7 @@ export declare function create(): Database.FromPlugin<Database.Plugin<{
|
|
|
12978
12978
|
}, {} & {}, never>, _input: {
|
|
12979
12979
|
userId: string;
|
|
12980
12980
|
}) => void;
|
|
12981
|
-
readonly toggleCondemned: (t: import("
|
|
12981
|
+
readonly toggleCondemned: (t: import("../index.js").Store<import("../../schema/from-schemas.js").FromSchemas<{} & {
|
|
12982
12982
|
readonly districtType: {
|
|
12983
12983
|
readonly type: "string";
|
|
12984
12984
|
};
|
|
@@ -13139,7 +13139,7 @@ export declare function create(): Database.FromPlugin<Database.Plugin<{
|
|
|
13139
13139
|
buildingId: Entity;
|
|
13140
13140
|
}) => void;
|
|
13141
13141
|
} & {
|
|
13142
|
-
readonly deselectAll: (t: import("
|
|
13142
|
+
readonly deselectAll: (t: import("../index.js").Store<import("../../schema/from-schemas.js").FromSchemas<{} & {
|
|
13143
13143
|
readonly districtType: {
|
|
13144
13144
|
readonly type: "string";
|
|
13145
13145
|
};
|
|
@@ -13299,7 +13299,7 @@ export declare function create(): Database.FromPlugin<Database.Plugin<{
|
|
|
13299
13299
|
}, {} & {}, never>, _input: {
|
|
13300
13300
|
userId: string;
|
|
13301
13301
|
}) => void;
|
|
13302
|
-
readonly selectAll: (t: import("
|
|
13302
|
+
readonly selectAll: (t: import("../index.js").Store<import("../../schema/from-schemas.js").FromSchemas<{} & {
|
|
13303
13303
|
readonly districtType: {
|
|
13304
13304
|
readonly type: "string";
|
|
13305
13305
|
};
|
|
@@ -13459,7 +13459,7 @@ export declare function create(): Database.FromPlugin<Database.Plugin<{
|
|
|
13459
13459
|
}, {} & {}, never>, _input: {
|
|
13460
13460
|
userId: string;
|
|
13461
13461
|
}) => void;
|
|
13462
|
-
readonly setSelectionFromIds: (t: import("
|
|
13462
|
+
readonly setSelectionFromIds: (t: import("../index.js").Store<import("../../schema/from-schemas.js").FromSchemas<{} & {
|
|
13463
13463
|
readonly districtType: {
|
|
13464
13464
|
readonly type: "string";
|
|
13465
13465
|
};
|
|
@@ -13622,7 +13622,7 @@ export declare function create(): Database.FromPlugin<Database.Plugin<{
|
|
|
13622
13622
|
additive: boolean;
|
|
13623
13623
|
}) => void;
|
|
13624
13624
|
} & {
|
|
13625
|
-
readonly resizeSelectedToCursor: (t: import("
|
|
13625
|
+
readonly resizeSelectedToCursor: (t: import("../index.js").Store<import("../../schema/from-schemas.js").FromSchemas<{} & {
|
|
13626
13626
|
readonly districtType: {
|
|
13627
13627
|
readonly type: "string";
|
|
13628
13628
|
};
|
|
@@ -14733,7 +14733,7 @@ export declare function create(): Database.FromPlugin<Database.Plugin<{
|
|
|
14733
14733
|
readonly Building: readonly ["parentDistrict", "buildingType", "positionX", "footprintStart", "footprintEnd", "maxFootprint", "blueprintRef", "density", "height", "visibility", "overlay", "condemned", "sortOrder", "selectedByUsers"];
|
|
14734
14734
|
readonly Road: readonly ["parentBuilding", "roadType", "roadLength", "roadId"];
|
|
14735
14735
|
}, import("../index.js").ToTransactionFunctions<{} & {} & {
|
|
14736
|
-
readonly createDistrict: (t: import("
|
|
14736
|
+
readonly createDistrict: (t: import("../index.js").Store<import("../../schema/from-schemas.js").FromSchemas<{} & {
|
|
14737
14737
|
readonly districtType: {
|
|
14738
14738
|
readonly type: "string";
|
|
14739
14739
|
};
|
|
@@ -14894,7 +14894,7 @@ export declare function create(): Database.FromPlugin<Database.Plugin<{
|
|
|
14894
14894
|
districtType: string;
|
|
14895
14895
|
zoning: string;
|
|
14896
14896
|
}) => void;
|
|
14897
|
-
readonly deleteDistrict: (t: import("
|
|
14897
|
+
readonly deleteDistrict: (t: import("../index.js").Store<import("../../schema/from-schemas.js").FromSchemas<{} & {
|
|
14898
14898
|
readonly districtType: {
|
|
14899
14899
|
readonly type: "string";
|
|
14900
14900
|
};
|
|
@@ -15052,7 +15052,7 @@ export declare function create(): Database.FromPlugin<Database.Plugin<{
|
|
|
15052
15052
|
readonly Building: readonly ["parentDistrict", "buildingType", "positionX", "footprintStart", "footprintEnd", "maxFootprint", "blueprintRef", "density", "height", "visibility", "overlay", "condemned", "sortOrder", "selectedByUsers"];
|
|
15053
15053
|
readonly Road: readonly ["parentBuilding", "roadType", "roadLength", "roadId"];
|
|
15054
15054
|
}, {} & {}, never>, _id: Entity) => void;
|
|
15055
|
-
readonly createBuilding: (t: import("
|
|
15055
|
+
readonly createBuilding: (t: import("../index.js").Store<import("../../schema/from-schemas.js").FromSchemas<{} & {
|
|
15056
15056
|
readonly districtType: {
|
|
15057
15057
|
readonly type: "string";
|
|
15058
15058
|
};
|
|
@@ -15213,7 +15213,7 @@ export declare function create(): Database.FromPlugin<Database.Plugin<{
|
|
|
15213
15213
|
parentDistrict: Entity;
|
|
15214
15214
|
positionX: number;
|
|
15215
15215
|
}) => void;
|
|
15216
|
-
readonly deleteBuilding: (t: import("
|
|
15216
|
+
readonly deleteBuilding: (t: import("../index.js").Store<import("../../schema/from-schemas.js").FromSchemas<{} & {
|
|
15217
15217
|
readonly districtType: {
|
|
15218
15218
|
readonly type: "string";
|
|
15219
15219
|
};
|
|
@@ -15371,7 +15371,7 @@ export declare function create(): Database.FromPlugin<Database.Plugin<{
|
|
|
15371
15371
|
readonly Building: readonly ["parentDistrict", "buildingType", "positionX", "footprintStart", "footprintEnd", "maxFootprint", "blueprintRef", "density", "height", "visibility", "overlay", "condemned", "sortOrder", "selectedByUsers"];
|
|
15372
15372
|
readonly Road: readonly ["parentBuilding", "roadType", "roadLength", "roadId"];
|
|
15373
15373
|
}, {} & {}, never>, _id: Entity) => void;
|
|
15374
|
-
readonly updateBuilding: (t: import("
|
|
15374
|
+
readonly updateBuilding: (t: import("../index.js").Store<import("../../schema/from-schemas.js").FromSchemas<{} & {
|
|
15375
15375
|
readonly districtType: {
|
|
15376
15376
|
readonly type: "string";
|
|
15377
15377
|
};
|
|
@@ -15534,7 +15534,7 @@ export declare function create(): Database.FromPlugin<Database.Plugin<{
|
|
|
15534
15534
|
positionX: number;
|
|
15535
15535
|
density: number;
|
|
15536
15536
|
}>) => void;
|
|
15537
|
-
readonly selectExclusive: (t: import("
|
|
15537
|
+
readonly selectExclusive: (t: import("../index.js").Store<import("../../schema/from-schemas.js").FromSchemas<{} & {
|
|
15538
15538
|
readonly districtType: {
|
|
15539
15539
|
readonly type: "string";
|
|
15540
15540
|
};
|
|
@@ -15695,7 +15695,7 @@ export declare function create(): Database.FromPlugin<Database.Plugin<{
|
|
|
15695
15695
|
entityId: Entity;
|
|
15696
15696
|
userId: string;
|
|
15697
15697
|
}) => void;
|
|
15698
|
-
readonly toggleSelected: (t: import("
|
|
15698
|
+
readonly toggleSelected: (t: import("../index.js").Store<import("../../schema/from-schemas.js").FromSchemas<{} & {
|
|
15699
15699
|
readonly districtType: {
|
|
15700
15700
|
readonly type: "string";
|
|
15701
15701
|
};
|
|
@@ -15856,7 +15856,7 @@ export declare function create(): Database.FromPlugin<Database.Plugin<{
|
|
|
15856
15856
|
entityId: Entity;
|
|
15857
15857
|
userId: string;
|
|
15858
15858
|
}) => void;
|
|
15859
|
-
readonly ensureSelected: (t: import("
|
|
15859
|
+
readonly ensureSelected: (t: import("../index.js").Store<import("../../schema/from-schemas.js").FromSchemas<{} & {
|
|
15860
15860
|
readonly districtType: {
|
|
15861
15861
|
readonly type: "string";
|
|
15862
15862
|
};
|
|
@@ -16017,7 +16017,7 @@ export declare function create(): Database.FromPlugin<Database.Plugin<{
|
|
|
16017
16017
|
entityId: Entity;
|
|
16018
16018
|
userId: string;
|
|
16019
16019
|
}) => void;
|
|
16020
|
-
readonly moveSelectedBuildings: (t: import("
|
|
16020
|
+
readonly moveSelectedBuildings: (t: import("../index.js").Store<import("../../schema/from-schemas.js").FromSchemas<{} & {
|
|
16021
16021
|
readonly districtType: {
|
|
16022
16022
|
readonly type: "string";
|
|
16023
16023
|
};
|
|
@@ -16177,7 +16177,7 @@ export declare function create(): Database.FromPlugin<Database.Plugin<{
|
|
|
16177
16177
|
}, {} & {}, never>, _input: {
|
|
16178
16178
|
deltaUnits: number;
|
|
16179
16179
|
}) => void;
|
|
16180
|
-
readonly setCursorTime: (t: import("
|
|
16180
|
+
readonly setCursorTime: (t: import("../index.js").Store<import("../../schema/from-schemas.js").FromSchemas<{} & {
|
|
16181
16181
|
readonly districtType: {
|
|
16182
16182
|
readonly type: "string";
|
|
16183
16183
|
};
|
|
@@ -16337,7 +16337,7 @@ export declare function create(): Database.FromPlugin<Database.Plugin<{
|
|
|
16337
16337
|
}, {} & {}, never>, _input: {
|
|
16338
16338
|
time: number;
|
|
16339
16339
|
}) => void;
|
|
16340
|
-
readonly setSimulationState: (t: import("
|
|
16340
|
+
readonly setSimulationState: (t: import("../index.js").Store<import("../../schema/from-schemas.js").FromSchemas<{} & {
|
|
16341
16341
|
readonly districtType: {
|
|
16342
16342
|
readonly type: "string";
|
|
16343
16343
|
};
|
|
@@ -16497,7 +16497,7 @@ export declare function create(): Database.FromPlugin<Database.Plugin<{
|
|
|
16497
16497
|
}, {} & {}, never>, _input: {
|
|
16498
16498
|
state: string;
|
|
16499
16499
|
}) => void;
|
|
16500
|
-
readonly setZoomLevel: (t: import("
|
|
16500
|
+
readonly setZoomLevel: (t: import("../index.js").Store<import("../../schema/from-schemas.js").FromSchemas<{} & {
|
|
16501
16501
|
readonly districtType: {
|
|
16502
16502
|
readonly type: "string";
|
|
16503
16503
|
};
|
|
@@ -16657,7 +16657,7 @@ export declare function create(): Database.FromPlugin<Database.Plugin<{
|
|
|
16657
16657
|
}, {} & {}, never>, _input: {
|
|
16658
16658
|
level: number;
|
|
16659
16659
|
}) => void;
|
|
16660
|
-
readonly setDemolishTool: (t: import("
|
|
16660
|
+
readonly setDemolishTool: (t: import("../index.js").Store<import("../../schema/from-schemas.js").FromSchemas<{} & {
|
|
16661
16661
|
readonly districtType: {
|
|
16662
16662
|
readonly type: "string";
|
|
16663
16663
|
};
|
|
@@ -16817,7 +16817,7 @@ export declare function create(): Database.FromPlugin<Database.Plugin<{
|
|
|
16817
16817
|
}, {} & {}, never>, _input: {
|
|
16818
16818
|
active: boolean;
|
|
16819
16819
|
}) => void;
|
|
16820
|
-
readonly setGridSnap: (t: import("
|
|
16820
|
+
readonly setGridSnap: (t: import("../index.js").Store<import("../../schema/from-schemas.js").FromSchemas<{} & {
|
|
16821
16821
|
readonly districtType: {
|
|
16822
16822
|
readonly type: "string";
|
|
16823
16823
|
};
|
|
@@ -16977,7 +16977,7 @@ export declare function create(): Database.FromPlugin<Database.Plugin<{
|
|
|
16977
16977
|
}, {} & {}, never>, _input: {
|
|
16978
16978
|
enabled: boolean;
|
|
16979
16979
|
}) => void;
|
|
16980
|
-
readonly setActiveGridSnap: (t: import("
|
|
16980
|
+
readonly setActiveGridSnap: (t: import("../index.js").Store<import("../../schema/from-schemas.js").FromSchemas<{} & {
|
|
16981
16981
|
readonly districtType: {
|
|
16982
16982
|
readonly type: "string";
|
|
16983
16983
|
};
|
|
@@ -17137,7 +17137,7 @@ export declare function create(): Database.FromPlugin<Database.Plugin<{
|
|
|
17137
17137
|
}, {} & {}, never>, _input: {
|
|
17138
17138
|
time: number | null;
|
|
17139
17139
|
}) => void;
|
|
17140
|
-
readonly setCrossDistrictDrag: (t: import("
|
|
17140
|
+
readonly setCrossDistrictDrag: (t: import("../index.js").Store<import("../../schema/from-schemas.js").FromSchemas<{} & {
|
|
17141
17141
|
readonly districtType: {
|
|
17142
17142
|
readonly type: "string";
|
|
17143
17143
|
};
|
|
@@ -17297,7 +17297,7 @@ export declare function create(): Database.FromPlugin<Database.Plugin<{
|
|
|
17297
17297
|
}, {} & {}, never>, _input: {
|
|
17298
17298
|
active: boolean;
|
|
17299
17299
|
}) => void;
|
|
17300
|
-
readonly clearCrossDistrictPreviews: (t: import("
|
|
17300
|
+
readonly clearCrossDistrictPreviews: (t: import("../index.js").Store<import("../../schema/from-schemas.js").FromSchemas<{} & {
|
|
17301
17301
|
readonly districtType: {
|
|
17302
17302
|
readonly type: "string";
|
|
17303
17303
|
};
|
|
@@ -17455,7 +17455,7 @@ export declare function create(): Database.FromPlugin<Database.Plugin<{
|
|
|
17455
17455
|
readonly Building: readonly ["parentDistrict", "buildingType", "positionX", "footprintStart", "footprintEnd", "maxFootprint", "blueprintRef", "density", "height", "visibility", "overlay", "condemned", "sortOrder", "selectedByUsers"];
|
|
17456
17456
|
readonly Road: readonly ["parentBuilding", "roadType", "roadLength", "roadId"];
|
|
17457
17457
|
}, {} & {}, never>) => void;
|
|
17458
|
-
readonly resizeFreeformBuilding: (t: import("
|
|
17458
|
+
readonly resizeFreeformBuilding: (t: import("../index.js").Store<import("../../schema/from-schemas.js").FromSchemas<{} & {
|
|
17459
17459
|
readonly districtType: {
|
|
17460
17460
|
readonly type: "string";
|
|
17461
17461
|
};
|
|
@@ -17617,7 +17617,7 @@ export declare function create(): Database.FromPlugin<Database.Plugin<{
|
|
|
17617
17617
|
edge: "left" | "right";
|
|
17618
17618
|
deltaPx: number;
|
|
17619
17619
|
}) => void;
|
|
17620
|
-
readonly resizeCompactBuilding: (t: import("
|
|
17620
|
+
readonly resizeCompactBuilding: (t: import("../index.js").Store<import("../../schema/from-schemas.js").FromSchemas<{} & {
|
|
17621
17621
|
readonly districtType: {
|
|
17622
17622
|
readonly type: "string";
|
|
17623
17623
|
};
|
|
@@ -17779,7 +17779,7 @@ export declare function create(): Database.FromPlugin<Database.Plugin<{
|
|
|
17779
17779
|
edge: "left" | "right";
|
|
17780
17780
|
deltaPx: number;
|
|
17781
17781
|
}) => void;
|
|
17782
|
-
readonly splitAtCursor: (t: import("
|
|
17782
|
+
readonly splitAtCursor: (t: import("../index.js").Store<import("../../schema/from-schemas.js").FromSchemas<{} & {
|
|
17783
17783
|
readonly districtType: {
|
|
17784
17784
|
readonly type: "string";
|
|
17785
17785
|
};
|
|
@@ -17939,7 +17939,7 @@ export declare function create(): Database.FromPlugin<Database.Plugin<{
|
|
|
17939
17939
|
}, {} & {}, never>, _input: {
|
|
17940
17940
|
userId: string;
|
|
17941
17941
|
}) => void;
|
|
17942
|
-
readonly deleteSelected: (t: import("
|
|
17942
|
+
readonly deleteSelected: (t: import("../index.js").Store<import("../../schema/from-schemas.js").FromSchemas<{} & {
|
|
17943
17943
|
readonly districtType: {
|
|
17944
17944
|
readonly type: "string";
|
|
17945
17945
|
};
|
|
@@ -18099,7 +18099,7 @@ export declare function create(): Database.FromPlugin<Database.Plugin<{
|
|
|
18099
18099
|
}, {} & {}, never>, _input: {
|
|
18100
18100
|
userId: string;
|
|
18101
18101
|
}) => void;
|
|
18102
|
-
readonly toggleCondemned: (t: import("
|
|
18102
|
+
readonly toggleCondemned: (t: import("../index.js").Store<import("../../schema/from-schemas.js").FromSchemas<{} & {
|
|
18103
18103
|
readonly districtType: {
|
|
18104
18104
|
readonly type: "string";
|
|
18105
18105
|
};
|
|
@@ -18260,7 +18260,7 @@ export declare function create(): Database.FromPlugin<Database.Plugin<{
|
|
|
18260
18260
|
buildingId: Entity;
|
|
18261
18261
|
}) => void;
|
|
18262
18262
|
} & {
|
|
18263
|
-
readonly deselectAll: (t: import("
|
|
18263
|
+
readonly deselectAll: (t: import("../index.js").Store<import("../../schema/from-schemas.js").FromSchemas<{} & {
|
|
18264
18264
|
readonly districtType: {
|
|
18265
18265
|
readonly type: "string";
|
|
18266
18266
|
};
|
|
@@ -18420,7 +18420,7 @@ export declare function create(): Database.FromPlugin<Database.Plugin<{
|
|
|
18420
18420
|
}, {} & {}, never>, _input: {
|
|
18421
18421
|
userId: string;
|
|
18422
18422
|
}) => void;
|
|
18423
|
-
readonly selectAll: (t: import("
|
|
18423
|
+
readonly selectAll: (t: import("../index.js").Store<import("../../schema/from-schemas.js").FromSchemas<{} & {
|
|
18424
18424
|
readonly districtType: {
|
|
18425
18425
|
readonly type: "string";
|
|
18426
18426
|
};
|
|
@@ -18580,7 +18580,7 @@ export declare function create(): Database.FromPlugin<Database.Plugin<{
|
|
|
18580
18580
|
}, {} & {}, never>, _input: {
|
|
18581
18581
|
userId: string;
|
|
18582
18582
|
}) => void;
|
|
18583
|
-
readonly setSelectionFromIds: (t: import("
|
|
18583
|
+
readonly setSelectionFromIds: (t: import("../index.js").Store<import("../../schema/from-schemas.js").FromSchemas<{} & {
|
|
18584
18584
|
readonly districtType: {
|
|
18585
18585
|
readonly type: "string";
|
|
18586
18586
|
};
|
|
@@ -18743,7 +18743,7 @@ export declare function create(): Database.FromPlugin<Database.Plugin<{
|
|
|
18743
18743
|
additive: boolean;
|
|
18744
18744
|
}) => void;
|
|
18745
18745
|
} & {
|
|
18746
|
-
readonly resizeSelectedToCursor: (t: import("
|
|
18746
|
+
readonly resizeSelectedToCursor: (t: import("../index.js").Store<import("../../schema/from-schemas.js").FromSchemas<{} & {
|
|
18747
18747
|
readonly districtType: {
|
|
18748
18748
|
readonly type: "string";
|
|
18749
18749
|
};
|
|
@@ -19856,7 +19856,7 @@ export declare function create(): Database.FromPlugin<Database.Plugin<{
|
|
|
19856
19856
|
readonly Building: readonly ["parentDistrict", "buildingType", "positionX", "footprintStart", "footprintEnd", "maxFootprint", "blueprintRef", "density", "height", "visibility", "overlay", "condemned", "sortOrder", "selectedByUsers"];
|
|
19857
19857
|
readonly Road: readonly ["parentBuilding", "roadType", "roadLength", "roadId"];
|
|
19858
19858
|
}, import("../index.js").ToTransactionFunctions<{} & {} & {
|
|
19859
|
-
readonly createDistrict: (t: import("
|
|
19859
|
+
readonly createDistrict: (t: import("../index.js").Store<import("../../schema/from-schemas.js").FromSchemas<{} & {
|
|
19860
19860
|
readonly districtType: {
|
|
19861
19861
|
readonly type: "string";
|
|
19862
19862
|
};
|
|
@@ -20017,7 +20017,7 @@ export declare function create(): Database.FromPlugin<Database.Plugin<{
|
|
|
20017
20017
|
districtType: string;
|
|
20018
20018
|
zoning: string;
|
|
20019
20019
|
}) => void;
|
|
20020
|
-
readonly deleteDistrict: (t: import("
|
|
20020
|
+
readonly deleteDistrict: (t: import("../index.js").Store<import("../../schema/from-schemas.js").FromSchemas<{} & {
|
|
20021
20021
|
readonly districtType: {
|
|
20022
20022
|
readonly type: "string";
|
|
20023
20023
|
};
|
|
@@ -20175,7 +20175,7 @@ export declare function create(): Database.FromPlugin<Database.Plugin<{
|
|
|
20175
20175
|
readonly Building: readonly ["parentDistrict", "buildingType", "positionX", "footprintStart", "footprintEnd", "maxFootprint", "blueprintRef", "density", "height", "visibility", "overlay", "condemned", "sortOrder", "selectedByUsers"];
|
|
20176
20176
|
readonly Road: readonly ["parentBuilding", "roadType", "roadLength", "roadId"];
|
|
20177
20177
|
}, {} & {}, never>, _id: Entity) => void;
|
|
20178
|
-
readonly createBuilding: (t: import("
|
|
20178
|
+
readonly createBuilding: (t: import("../index.js").Store<import("../../schema/from-schemas.js").FromSchemas<{} & {
|
|
20179
20179
|
readonly districtType: {
|
|
20180
20180
|
readonly type: "string";
|
|
20181
20181
|
};
|
|
@@ -20336,7 +20336,7 @@ export declare function create(): Database.FromPlugin<Database.Plugin<{
|
|
|
20336
20336
|
parentDistrict: Entity;
|
|
20337
20337
|
positionX: number;
|
|
20338
20338
|
}) => void;
|
|
20339
|
-
readonly deleteBuilding: (t: import("
|
|
20339
|
+
readonly deleteBuilding: (t: import("../index.js").Store<import("../../schema/from-schemas.js").FromSchemas<{} & {
|
|
20340
20340
|
readonly districtType: {
|
|
20341
20341
|
readonly type: "string";
|
|
20342
20342
|
};
|
|
@@ -20494,7 +20494,7 @@ export declare function create(): Database.FromPlugin<Database.Plugin<{
|
|
|
20494
20494
|
readonly Building: readonly ["parentDistrict", "buildingType", "positionX", "footprintStart", "footprintEnd", "maxFootprint", "blueprintRef", "density", "height", "visibility", "overlay", "condemned", "sortOrder", "selectedByUsers"];
|
|
20495
20495
|
readonly Road: readonly ["parentBuilding", "roadType", "roadLength", "roadId"];
|
|
20496
20496
|
}, {} & {}, never>, _id: Entity) => void;
|
|
20497
|
-
readonly updateBuilding: (t: import("
|
|
20497
|
+
readonly updateBuilding: (t: import("../index.js").Store<import("../../schema/from-schemas.js").FromSchemas<{} & {
|
|
20498
20498
|
readonly districtType: {
|
|
20499
20499
|
readonly type: "string";
|
|
20500
20500
|
};
|
|
@@ -20657,7 +20657,7 @@ export declare function create(): Database.FromPlugin<Database.Plugin<{
|
|
|
20657
20657
|
positionX: number;
|
|
20658
20658
|
density: number;
|
|
20659
20659
|
}>) => void;
|
|
20660
|
-
readonly selectExclusive: (t: import("
|
|
20660
|
+
readonly selectExclusive: (t: import("../index.js").Store<import("../../schema/from-schemas.js").FromSchemas<{} & {
|
|
20661
20661
|
readonly districtType: {
|
|
20662
20662
|
readonly type: "string";
|
|
20663
20663
|
};
|
|
@@ -20818,7 +20818,7 @@ export declare function create(): Database.FromPlugin<Database.Plugin<{
|
|
|
20818
20818
|
entityId: Entity;
|
|
20819
20819
|
userId: string;
|
|
20820
20820
|
}) => void;
|
|
20821
|
-
readonly toggleSelected: (t: import("
|
|
20821
|
+
readonly toggleSelected: (t: import("../index.js").Store<import("../../schema/from-schemas.js").FromSchemas<{} & {
|
|
20822
20822
|
readonly districtType: {
|
|
20823
20823
|
readonly type: "string";
|
|
20824
20824
|
};
|
|
@@ -20979,7 +20979,7 @@ export declare function create(): Database.FromPlugin<Database.Plugin<{
|
|
|
20979
20979
|
entityId: Entity;
|
|
20980
20980
|
userId: string;
|
|
20981
20981
|
}) => void;
|
|
20982
|
-
readonly ensureSelected: (t: import("
|
|
20982
|
+
readonly ensureSelected: (t: import("../index.js").Store<import("../../schema/from-schemas.js").FromSchemas<{} & {
|
|
20983
20983
|
readonly districtType: {
|
|
20984
20984
|
readonly type: "string";
|
|
20985
20985
|
};
|
|
@@ -21140,7 +21140,7 @@ export declare function create(): Database.FromPlugin<Database.Plugin<{
|
|
|
21140
21140
|
entityId: Entity;
|
|
21141
21141
|
userId: string;
|
|
21142
21142
|
}) => void;
|
|
21143
|
-
readonly moveSelectedBuildings: (t: import("
|
|
21143
|
+
readonly moveSelectedBuildings: (t: import("../index.js").Store<import("../../schema/from-schemas.js").FromSchemas<{} & {
|
|
21144
21144
|
readonly districtType: {
|
|
21145
21145
|
readonly type: "string";
|
|
21146
21146
|
};
|
|
@@ -21300,7 +21300,7 @@ export declare function create(): Database.FromPlugin<Database.Plugin<{
|
|
|
21300
21300
|
}, {} & {}, never>, _input: {
|
|
21301
21301
|
deltaUnits: number;
|
|
21302
21302
|
}) => void;
|
|
21303
|
-
readonly setCursorTime: (t: import("
|
|
21303
|
+
readonly setCursorTime: (t: import("../index.js").Store<import("../../schema/from-schemas.js").FromSchemas<{} & {
|
|
21304
21304
|
readonly districtType: {
|
|
21305
21305
|
readonly type: "string";
|
|
21306
21306
|
};
|
|
@@ -21460,7 +21460,7 @@ export declare function create(): Database.FromPlugin<Database.Plugin<{
|
|
|
21460
21460
|
}, {} & {}, never>, _input: {
|
|
21461
21461
|
time: number;
|
|
21462
21462
|
}) => void;
|
|
21463
|
-
readonly setSimulationState: (t: import("
|
|
21463
|
+
readonly setSimulationState: (t: import("../index.js").Store<import("../../schema/from-schemas.js").FromSchemas<{} & {
|
|
21464
21464
|
readonly districtType: {
|
|
21465
21465
|
readonly type: "string";
|
|
21466
21466
|
};
|
|
@@ -21620,7 +21620,7 @@ export declare function create(): Database.FromPlugin<Database.Plugin<{
|
|
|
21620
21620
|
}, {} & {}, never>, _input: {
|
|
21621
21621
|
state: string;
|
|
21622
21622
|
}) => void;
|
|
21623
|
-
readonly setZoomLevel: (t: import("
|
|
21623
|
+
readonly setZoomLevel: (t: import("../index.js").Store<import("../../schema/from-schemas.js").FromSchemas<{} & {
|
|
21624
21624
|
readonly districtType: {
|
|
21625
21625
|
readonly type: "string";
|
|
21626
21626
|
};
|
|
@@ -21780,7 +21780,7 @@ export declare function create(): Database.FromPlugin<Database.Plugin<{
|
|
|
21780
21780
|
}, {} & {}, never>, _input: {
|
|
21781
21781
|
level: number;
|
|
21782
21782
|
}) => void;
|
|
21783
|
-
readonly setDemolishTool: (t: import("
|
|
21783
|
+
readonly setDemolishTool: (t: import("../index.js").Store<import("../../schema/from-schemas.js").FromSchemas<{} & {
|
|
21784
21784
|
readonly districtType: {
|
|
21785
21785
|
readonly type: "string";
|
|
21786
21786
|
};
|
|
@@ -21940,7 +21940,7 @@ export declare function create(): Database.FromPlugin<Database.Plugin<{
|
|
|
21940
21940
|
}, {} & {}, never>, _input: {
|
|
21941
21941
|
active: boolean;
|
|
21942
21942
|
}) => void;
|
|
21943
|
-
readonly setGridSnap: (t: import("
|
|
21943
|
+
readonly setGridSnap: (t: import("../index.js").Store<import("../../schema/from-schemas.js").FromSchemas<{} & {
|
|
21944
21944
|
readonly districtType: {
|
|
21945
21945
|
readonly type: "string";
|
|
21946
21946
|
};
|
|
@@ -22100,7 +22100,7 @@ export declare function create(): Database.FromPlugin<Database.Plugin<{
|
|
|
22100
22100
|
}, {} & {}, never>, _input: {
|
|
22101
22101
|
enabled: boolean;
|
|
22102
22102
|
}) => void;
|
|
22103
|
-
readonly setActiveGridSnap: (t: import("
|
|
22103
|
+
readonly setActiveGridSnap: (t: import("../index.js").Store<import("../../schema/from-schemas.js").FromSchemas<{} & {
|
|
22104
22104
|
readonly districtType: {
|
|
22105
22105
|
readonly type: "string";
|
|
22106
22106
|
};
|
|
@@ -22260,7 +22260,7 @@ export declare function create(): Database.FromPlugin<Database.Plugin<{
|
|
|
22260
22260
|
}, {} & {}, never>, _input: {
|
|
22261
22261
|
time: number | null;
|
|
22262
22262
|
}) => void;
|
|
22263
|
-
readonly setCrossDistrictDrag: (t: import("
|
|
22263
|
+
readonly setCrossDistrictDrag: (t: import("../index.js").Store<import("../../schema/from-schemas.js").FromSchemas<{} & {
|
|
22264
22264
|
readonly districtType: {
|
|
22265
22265
|
readonly type: "string";
|
|
22266
22266
|
};
|
|
@@ -22420,7 +22420,7 @@ export declare function create(): Database.FromPlugin<Database.Plugin<{
|
|
|
22420
22420
|
}, {} & {}, never>, _input: {
|
|
22421
22421
|
active: boolean;
|
|
22422
22422
|
}) => void;
|
|
22423
|
-
readonly clearCrossDistrictPreviews: (t: import("
|
|
22423
|
+
readonly clearCrossDistrictPreviews: (t: import("../index.js").Store<import("../../schema/from-schemas.js").FromSchemas<{} & {
|
|
22424
22424
|
readonly districtType: {
|
|
22425
22425
|
readonly type: "string";
|
|
22426
22426
|
};
|
|
@@ -22578,7 +22578,7 @@ export declare function create(): Database.FromPlugin<Database.Plugin<{
|
|
|
22578
22578
|
readonly Building: readonly ["parentDistrict", "buildingType", "positionX", "footprintStart", "footprintEnd", "maxFootprint", "blueprintRef", "density", "height", "visibility", "overlay", "condemned", "sortOrder", "selectedByUsers"];
|
|
22579
22579
|
readonly Road: readonly ["parentBuilding", "roadType", "roadLength", "roadId"];
|
|
22580
22580
|
}, {} & {}, never>) => void;
|
|
22581
|
-
readonly resizeFreeformBuilding: (t: import("
|
|
22581
|
+
readonly resizeFreeformBuilding: (t: import("../index.js").Store<import("../../schema/from-schemas.js").FromSchemas<{} & {
|
|
22582
22582
|
readonly districtType: {
|
|
22583
22583
|
readonly type: "string";
|
|
22584
22584
|
};
|
|
@@ -22740,7 +22740,7 @@ export declare function create(): Database.FromPlugin<Database.Plugin<{
|
|
|
22740
22740
|
edge: "left" | "right";
|
|
22741
22741
|
deltaPx: number;
|
|
22742
22742
|
}) => void;
|
|
22743
|
-
readonly resizeCompactBuilding: (t: import("
|
|
22743
|
+
readonly resizeCompactBuilding: (t: import("../index.js").Store<import("../../schema/from-schemas.js").FromSchemas<{} & {
|
|
22744
22744
|
readonly districtType: {
|
|
22745
22745
|
readonly type: "string";
|
|
22746
22746
|
};
|
|
@@ -22902,7 +22902,7 @@ export declare function create(): Database.FromPlugin<Database.Plugin<{
|
|
|
22902
22902
|
edge: "left" | "right";
|
|
22903
22903
|
deltaPx: number;
|
|
22904
22904
|
}) => void;
|
|
22905
|
-
readonly splitAtCursor: (t: import("
|
|
22905
|
+
readonly splitAtCursor: (t: import("../index.js").Store<import("../../schema/from-schemas.js").FromSchemas<{} & {
|
|
22906
22906
|
readonly districtType: {
|
|
22907
22907
|
readonly type: "string";
|
|
22908
22908
|
};
|
|
@@ -23062,7 +23062,7 @@ export declare function create(): Database.FromPlugin<Database.Plugin<{
|
|
|
23062
23062
|
}, {} & {}, never>, _input: {
|
|
23063
23063
|
userId: string;
|
|
23064
23064
|
}) => void;
|
|
23065
|
-
readonly deleteSelected: (t: import("
|
|
23065
|
+
readonly deleteSelected: (t: import("../index.js").Store<import("../../schema/from-schemas.js").FromSchemas<{} & {
|
|
23066
23066
|
readonly districtType: {
|
|
23067
23067
|
readonly type: "string";
|
|
23068
23068
|
};
|
|
@@ -23222,7 +23222,7 @@ export declare function create(): Database.FromPlugin<Database.Plugin<{
|
|
|
23222
23222
|
}, {} & {}, never>, _input: {
|
|
23223
23223
|
userId: string;
|
|
23224
23224
|
}) => void;
|
|
23225
|
-
readonly toggleCondemned: (t: import("
|
|
23225
|
+
readonly toggleCondemned: (t: import("../index.js").Store<import("../../schema/from-schemas.js").FromSchemas<{} & {
|
|
23226
23226
|
readonly districtType: {
|
|
23227
23227
|
readonly type: "string";
|
|
23228
23228
|
};
|
|
@@ -23383,7 +23383,7 @@ export declare function create(): Database.FromPlugin<Database.Plugin<{
|
|
|
23383
23383
|
buildingId: Entity;
|
|
23384
23384
|
}) => void;
|
|
23385
23385
|
} & {
|
|
23386
|
-
readonly deselectAll: (t: import("
|
|
23386
|
+
readonly deselectAll: (t: import("../index.js").Store<import("../../schema/from-schemas.js").FromSchemas<{} & {
|
|
23387
23387
|
readonly districtType: {
|
|
23388
23388
|
readonly type: "string";
|
|
23389
23389
|
};
|
|
@@ -23543,7 +23543,7 @@ export declare function create(): Database.FromPlugin<Database.Plugin<{
|
|
|
23543
23543
|
}, {} & {}, never>, _input: {
|
|
23544
23544
|
userId: string;
|
|
23545
23545
|
}) => void;
|
|
23546
|
-
readonly selectAll: (t: import("
|
|
23546
|
+
readonly selectAll: (t: import("../index.js").Store<import("../../schema/from-schemas.js").FromSchemas<{} & {
|
|
23547
23547
|
readonly districtType: {
|
|
23548
23548
|
readonly type: "string";
|
|
23549
23549
|
};
|
|
@@ -23703,7 +23703,7 @@ export declare function create(): Database.FromPlugin<Database.Plugin<{
|
|
|
23703
23703
|
}, {} & {}, never>, _input: {
|
|
23704
23704
|
userId: string;
|
|
23705
23705
|
}) => void;
|
|
23706
|
-
readonly setSelectionFromIds: (t: import("
|
|
23706
|
+
readonly setSelectionFromIds: (t: import("../index.js").Store<import("../../schema/from-schemas.js").FromSchemas<{} & {
|
|
23707
23707
|
readonly districtType: {
|
|
23708
23708
|
readonly type: "string";
|
|
23709
23709
|
};
|
|
@@ -23866,7 +23866,7 @@ export declare function create(): Database.FromPlugin<Database.Plugin<{
|
|
|
23866
23866
|
additive: boolean;
|
|
23867
23867
|
}) => void;
|
|
23868
23868
|
} & {
|
|
23869
|
-
readonly resizeSelectedToCursor: (t: import("
|
|
23869
|
+
readonly resizeSelectedToCursor: (t: import("../index.js").Store<import("../../schema/from-schemas.js").FromSchemas<{} & {
|
|
23870
23870
|
readonly districtType: {
|
|
23871
23871
|
readonly type: "string";
|
|
23872
23872
|
};
|
|
@@ -24980,7 +24980,7 @@ export declare function create(): Database.FromPlugin<Database.Plugin<{
|
|
|
24980
24980
|
readonly Building: readonly ["parentDistrict", "buildingType", "positionX", "footprintStart", "footprintEnd", "maxFootprint", "blueprintRef", "density", "height", "visibility", "overlay", "condemned", "sortOrder", "selectedByUsers"];
|
|
24981
24981
|
readonly Road: readonly ["parentBuilding", "roadType", "roadLength", "roadId"];
|
|
24982
24982
|
}, import("../index.js").ToTransactionFunctions<{} & {} & {
|
|
24983
|
-
readonly createDistrict: (t: import("
|
|
24983
|
+
readonly createDistrict: (t: import("../index.js").Store<import("../../schema/from-schemas.js").FromSchemas<{} & {
|
|
24984
24984
|
readonly districtType: {
|
|
24985
24985
|
readonly type: "string";
|
|
24986
24986
|
};
|
|
@@ -25141,7 +25141,7 @@ export declare function create(): Database.FromPlugin<Database.Plugin<{
|
|
|
25141
25141
|
districtType: string;
|
|
25142
25142
|
zoning: string;
|
|
25143
25143
|
}) => void;
|
|
25144
|
-
readonly deleteDistrict: (t: import("
|
|
25144
|
+
readonly deleteDistrict: (t: import("../index.js").Store<import("../../schema/from-schemas.js").FromSchemas<{} & {
|
|
25145
25145
|
readonly districtType: {
|
|
25146
25146
|
readonly type: "string";
|
|
25147
25147
|
};
|
|
@@ -25299,7 +25299,7 @@ export declare function create(): Database.FromPlugin<Database.Plugin<{
|
|
|
25299
25299
|
readonly Building: readonly ["parentDistrict", "buildingType", "positionX", "footprintStart", "footprintEnd", "maxFootprint", "blueprintRef", "density", "height", "visibility", "overlay", "condemned", "sortOrder", "selectedByUsers"];
|
|
25300
25300
|
readonly Road: readonly ["parentBuilding", "roadType", "roadLength", "roadId"];
|
|
25301
25301
|
}, {} & {}, never>, _id: Entity) => void;
|
|
25302
|
-
readonly createBuilding: (t: import("
|
|
25302
|
+
readonly createBuilding: (t: import("../index.js").Store<import("../../schema/from-schemas.js").FromSchemas<{} & {
|
|
25303
25303
|
readonly districtType: {
|
|
25304
25304
|
readonly type: "string";
|
|
25305
25305
|
};
|
|
@@ -25460,7 +25460,7 @@ export declare function create(): Database.FromPlugin<Database.Plugin<{
|
|
|
25460
25460
|
parentDistrict: Entity;
|
|
25461
25461
|
positionX: number;
|
|
25462
25462
|
}) => void;
|
|
25463
|
-
readonly deleteBuilding: (t: import("
|
|
25463
|
+
readonly deleteBuilding: (t: import("../index.js").Store<import("../../schema/from-schemas.js").FromSchemas<{} & {
|
|
25464
25464
|
readonly districtType: {
|
|
25465
25465
|
readonly type: "string";
|
|
25466
25466
|
};
|
|
@@ -25618,7 +25618,7 @@ export declare function create(): Database.FromPlugin<Database.Plugin<{
|
|
|
25618
25618
|
readonly Building: readonly ["parentDistrict", "buildingType", "positionX", "footprintStart", "footprintEnd", "maxFootprint", "blueprintRef", "density", "height", "visibility", "overlay", "condemned", "sortOrder", "selectedByUsers"];
|
|
25619
25619
|
readonly Road: readonly ["parentBuilding", "roadType", "roadLength", "roadId"];
|
|
25620
25620
|
}, {} & {}, never>, _id: Entity) => void;
|
|
25621
|
-
readonly updateBuilding: (t: import("
|
|
25621
|
+
readonly updateBuilding: (t: import("../index.js").Store<import("../../schema/from-schemas.js").FromSchemas<{} & {
|
|
25622
25622
|
readonly districtType: {
|
|
25623
25623
|
readonly type: "string";
|
|
25624
25624
|
};
|
|
@@ -25781,7 +25781,7 @@ export declare function create(): Database.FromPlugin<Database.Plugin<{
|
|
|
25781
25781
|
positionX: number;
|
|
25782
25782
|
density: number;
|
|
25783
25783
|
}>) => void;
|
|
25784
|
-
readonly selectExclusive: (t: import("
|
|
25784
|
+
readonly selectExclusive: (t: import("../index.js").Store<import("../../schema/from-schemas.js").FromSchemas<{} & {
|
|
25785
25785
|
readonly districtType: {
|
|
25786
25786
|
readonly type: "string";
|
|
25787
25787
|
};
|
|
@@ -25942,7 +25942,7 @@ export declare function create(): Database.FromPlugin<Database.Plugin<{
|
|
|
25942
25942
|
entityId: Entity;
|
|
25943
25943
|
userId: string;
|
|
25944
25944
|
}) => void;
|
|
25945
|
-
readonly toggleSelected: (t: import("
|
|
25945
|
+
readonly toggleSelected: (t: import("../index.js").Store<import("../../schema/from-schemas.js").FromSchemas<{} & {
|
|
25946
25946
|
readonly districtType: {
|
|
25947
25947
|
readonly type: "string";
|
|
25948
25948
|
};
|
|
@@ -26103,7 +26103,7 @@ export declare function create(): Database.FromPlugin<Database.Plugin<{
|
|
|
26103
26103
|
entityId: Entity;
|
|
26104
26104
|
userId: string;
|
|
26105
26105
|
}) => void;
|
|
26106
|
-
readonly ensureSelected: (t: import("
|
|
26106
|
+
readonly ensureSelected: (t: import("../index.js").Store<import("../../schema/from-schemas.js").FromSchemas<{} & {
|
|
26107
26107
|
readonly districtType: {
|
|
26108
26108
|
readonly type: "string";
|
|
26109
26109
|
};
|
|
@@ -26264,7 +26264,7 @@ export declare function create(): Database.FromPlugin<Database.Plugin<{
|
|
|
26264
26264
|
entityId: Entity;
|
|
26265
26265
|
userId: string;
|
|
26266
26266
|
}) => void;
|
|
26267
|
-
readonly moveSelectedBuildings: (t: import("
|
|
26267
|
+
readonly moveSelectedBuildings: (t: import("../index.js").Store<import("../../schema/from-schemas.js").FromSchemas<{} & {
|
|
26268
26268
|
readonly districtType: {
|
|
26269
26269
|
readonly type: "string";
|
|
26270
26270
|
};
|
|
@@ -26424,7 +26424,7 @@ export declare function create(): Database.FromPlugin<Database.Plugin<{
|
|
|
26424
26424
|
}, {} & {}, never>, _input: {
|
|
26425
26425
|
deltaUnits: number;
|
|
26426
26426
|
}) => void;
|
|
26427
|
-
readonly setCursorTime: (t: import("
|
|
26427
|
+
readonly setCursorTime: (t: import("../index.js").Store<import("../../schema/from-schemas.js").FromSchemas<{} & {
|
|
26428
26428
|
readonly districtType: {
|
|
26429
26429
|
readonly type: "string";
|
|
26430
26430
|
};
|
|
@@ -26584,7 +26584,7 @@ export declare function create(): Database.FromPlugin<Database.Plugin<{
|
|
|
26584
26584
|
}, {} & {}, never>, _input: {
|
|
26585
26585
|
time: number;
|
|
26586
26586
|
}) => void;
|
|
26587
|
-
readonly setSimulationState: (t: import("
|
|
26587
|
+
readonly setSimulationState: (t: import("../index.js").Store<import("../../schema/from-schemas.js").FromSchemas<{} & {
|
|
26588
26588
|
readonly districtType: {
|
|
26589
26589
|
readonly type: "string";
|
|
26590
26590
|
};
|
|
@@ -26744,7 +26744,7 @@ export declare function create(): Database.FromPlugin<Database.Plugin<{
|
|
|
26744
26744
|
}, {} & {}, never>, _input: {
|
|
26745
26745
|
state: string;
|
|
26746
26746
|
}) => void;
|
|
26747
|
-
readonly setZoomLevel: (t: import("
|
|
26747
|
+
readonly setZoomLevel: (t: import("../index.js").Store<import("../../schema/from-schemas.js").FromSchemas<{} & {
|
|
26748
26748
|
readonly districtType: {
|
|
26749
26749
|
readonly type: "string";
|
|
26750
26750
|
};
|
|
@@ -26904,7 +26904,7 @@ export declare function create(): Database.FromPlugin<Database.Plugin<{
|
|
|
26904
26904
|
}, {} & {}, never>, _input: {
|
|
26905
26905
|
level: number;
|
|
26906
26906
|
}) => void;
|
|
26907
|
-
readonly setDemolishTool: (t: import("
|
|
26907
|
+
readonly setDemolishTool: (t: import("../index.js").Store<import("../../schema/from-schemas.js").FromSchemas<{} & {
|
|
26908
26908
|
readonly districtType: {
|
|
26909
26909
|
readonly type: "string";
|
|
26910
26910
|
};
|
|
@@ -27064,7 +27064,7 @@ export declare function create(): Database.FromPlugin<Database.Plugin<{
|
|
|
27064
27064
|
}, {} & {}, never>, _input: {
|
|
27065
27065
|
active: boolean;
|
|
27066
27066
|
}) => void;
|
|
27067
|
-
readonly setGridSnap: (t: import("
|
|
27067
|
+
readonly setGridSnap: (t: import("../index.js").Store<import("../../schema/from-schemas.js").FromSchemas<{} & {
|
|
27068
27068
|
readonly districtType: {
|
|
27069
27069
|
readonly type: "string";
|
|
27070
27070
|
};
|
|
@@ -27224,7 +27224,7 @@ export declare function create(): Database.FromPlugin<Database.Plugin<{
|
|
|
27224
27224
|
}, {} & {}, never>, _input: {
|
|
27225
27225
|
enabled: boolean;
|
|
27226
27226
|
}) => void;
|
|
27227
|
-
readonly setActiveGridSnap: (t: import("
|
|
27227
|
+
readonly setActiveGridSnap: (t: import("../index.js").Store<import("../../schema/from-schemas.js").FromSchemas<{} & {
|
|
27228
27228
|
readonly districtType: {
|
|
27229
27229
|
readonly type: "string";
|
|
27230
27230
|
};
|
|
@@ -27384,7 +27384,7 @@ export declare function create(): Database.FromPlugin<Database.Plugin<{
|
|
|
27384
27384
|
}, {} & {}, never>, _input: {
|
|
27385
27385
|
time: number | null;
|
|
27386
27386
|
}) => void;
|
|
27387
|
-
readonly setCrossDistrictDrag: (t: import("
|
|
27387
|
+
readonly setCrossDistrictDrag: (t: import("../index.js").Store<import("../../schema/from-schemas.js").FromSchemas<{} & {
|
|
27388
27388
|
readonly districtType: {
|
|
27389
27389
|
readonly type: "string";
|
|
27390
27390
|
};
|
|
@@ -27544,7 +27544,7 @@ export declare function create(): Database.FromPlugin<Database.Plugin<{
|
|
|
27544
27544
|
}, {} & {}, never>, _input: {
|
|
27545
27545
|
active: boolean;
|
|
27546
27546
|
}) => void;
|
|
27547
|
-
readonly clearCrossDistrictPreviews: (t: import("
|
|
27547
|
+
readonly clearCrossDistrictPreviews: (t: import("../index.js").Store<import("../../schema/from-schemas.js").FromSchemas<{} & {
|
|
27548
27548
|
readonly districtType: {
|
|
27549
27549
|
readonly type: "string";
|
|
27550
27550
|
};
|
|
@@ -27702,7 +27702,7 @@ export declare function create(): Database.FromPlugin<Database.Plugin<{
|
|
|
27702
27702
|
readonly Building: readonly ["parentDistrict", "buildingType", "positionX", "footprintStart", "footprintEnd", "maxFootprint", "blueprintRef", "density", "height", "visibility", "overlay", "condemned", "sortOrder", "selectedByUsers"];
|
|
27703
27703
|
readonly Road: readonly ["parentBuilding", "roadType", "roadLength", "roadId"];
|
|
27704
27704
|
}, {} & {}, never>) => void;
|
|
27705
|
-
readonly resizeFreeformBuilding: (t: import("
|
|
27705
|
+
readonly resizeFreeformBuilding: (t: import("../index.js").Store<import("../../schema/from-schemas.js").FromSchemas<{} & {
|
|
27706
27706
|
readonly districtType: {
|
|
27707
27707
|
readonly type: "string";
|
|
27708
27708
|
};
|
|
@@ -27864,7 +27864,7 @@ export declare function create(): Database.FromPlugin<Database.Plugin<{
|
|
|
27864
27864
|
edge: "left" | "right";
|
|
27865
27865
|
deltaPx: number;
|
|
27866
27866
|
}) => void;
|
|
27867
|
-
readonly resizeCompactBuilding: (t: import("
|
|
27867
|
+
readonly resizeCompactBuilding: (t: import("../index.js").Store<import("../../schema/from-schemas.js").FromSchemas<{} & {
|
|
27868
27868
|
readonly districtType: {
|
|
27869
27869
|
readonly type: "string";
|
|
27870
27870
|
};
|
|
@@ -28026,7 +28026,7 @@ export declare function create(): Database.FromPlugin<Database.Plugin<{
|
|
|
28026
28026
|
edge: "left" | "right";
|
|
28027
28027
|
deltaPx: number;
|
|
28028
28028
|
}) => void;
|
|
28029
|
-
readonly splitAtCursor: (t: import("
|
|
28029
|
+
readonly splitAtCursor: (t: import("../index.js").Store<import("../../schema/from-schemas.js").FromSchemas<{} & {
|
|
28030
28030
|
readonly districtType: {
|
|
28031
28031
|
readonly type: "string";
|
|
28032
28032
|
};
|
|
@@ -28186,7 +28186,7 @@ export declare function create(): Database.FromPlugin<Database.Plugin<{
|
|
|
28186
28186
|
}, {} & {}, never>, _input: {
|
|
28187
28187
|
userId: string;
|
|
28188
28188
|
}) => void;
|
|
28189
|
-
readonly deleteSelected: (t: import("
|
|
28189
|
+
readonly deleteSelected: (t: import("../index.js").Store<import("../../schema/from-schemas.js").FromSchemas<{} & {
|
|
28190
28190
|
readonly districtType: {
|
|
28191
28191
|
readonly type: "string";
|
|
28192
28192
|
};
|
|
@@ -28346,7 +28346,7 @@ export declare function create(): Database.FromPlugin<Database.Plugin<{
|
|
|
28346
28346
|
}, {} & {}, never>, _input: {
|
|
28347
28347
|
userId: string;
|
|
28348
28348
|
}) => void;
|
|
28349
|
-
readonly toggleCondemned: (t: import("
|
|
28349
|
+
readonly toggleCondemned: (t: import("../index.js").Store<import("../../schema/from-schemas.js").FromSchemas<{} & {
|
|
28350
28350
|
readonly districtType: {
|
|
28351
28351
|
readonly type: "string";
|
|
28352
28352
|
};
|
|
@@ -28507,7 +28507,7 @@ export declare function create(): Database.FromPlugin<Database.Plugin<{
|
|
|
28507
28507
|
buildingId: Entity;
|
|
28508
28508
|
}) => void;
|
|
28509
28509
|
} & {
|
|
28510
|
-
readonly deselectAll: (t: import("
|
|
28510
|
+
readonly deselectAll: (t: import("../index.js").Store<import("../../schema/from-schemas.js").FromSchemas<{} & {
|
|
28511
28511
|
readonly districtType: {
|
|
28512
28512
|
readonly type: "string";
|
|
28513
28513
|
};
|
|
@@ -28667,7 +28667,7 @@ export declare function create(): Database.FromPlugin<Database.Plugin<{
|
|
|
28667
28667
|
}, {} & {}, never>, _input: {
|
|
28668
28668
|
userId: string;
|
|
28669
28669
|
}) => void;
|
|
28670
|
-
readonly selectAll: (t: import("
|
|
28670
|
+
readonly selectAll: (t: import("../index.js").Store<import("../../schema/from-schemas.js").FromSchemas<{} & {
|
|
28671
28671
|
readonly districtType: {
|
|
28672
28672
|
readonly type: "string";
|
|
28673
28673
|
};
|
|
@@ -28827,7 +28827,7 @@ export declare function create(): Database.FromPlugin<Database.Plugin<{
|
|
|
28827
28827
|
}, {} & {}, never>, _input: {
|
|
28828
28828
|
userId: string;
|
|
28829
28829
|
}) => void;
|
|
28830
|
-
readonly setSelectionFromIds: (t: import("
|
|
28830
|
+
readonly setSelectionFromIds: (t: import("../index.js").Store<import("../../schema/from-schemas.js").FromSchemas<{} & {
|
|
28831
28831
|
readonly districtType: {
|
|
28832
28832
|
readonly type: "string";
|
|
28833
28833
|
};
|
|
@@ -28990,7 +28990,7 @@ export declare function create(): Database.FromPlugin<Database.Plugin<{
|
|
|
28990
28990
|
additive: boolean;
|
|
28991
28991
|
}) => void;
|
|
28992
28992
|
} & {
|
|
28993
|
-
readonly resizeSelectedToCursor: (t: import("
|
|
28993
|
+
readonly resizeSelectedToCursor: (t: import("../index.js").Store<import("../../schema/from-schemas.js").FromSchemas<{} & {
|
|
28994
28994
|
readonly districtType: {
|
|
28995
28995
|
readonly type: "string";
|
|
28996
28996
|
};
|
|
@@ -30102,7 +30102,7 @@ export declare function create(): Database.FromPlugin<Database.Plugin<{
|
|
|
30102
30102
|
readonly Building: readonly ["parentDistrict", "buildingType", "positionX", "footprintStart", "footprintEnd", "maxFootprint", "blueprintRef", "density", "height", "visibility", "overlay", "condemned", "sortOrder", "selectedByUsers"];
|
|
30103
30103
|
readonly Road: readonly ["parentBuilding", "roadType", "roadLength", "roadId"];
|
|
30104
30104
|
}, import("../index.js").ToTransactionFunctions<{} & {} & {
|
|
30105
|
-
readonly createDistrict: (t: import("
|
|
30105
|
+
readonly createDistrict: (t: import("../index.js").Store<import("../../schema/from-schemas.js").FromSchemas<{} & {
|
|
30106
30106
|
readonly districtType: {
|
|
30107
30107
|
readonly type: "string";
|
|
30108
30108
|
};
|
|
@@ -30263,7 +30263,7 @@ export declare function create(): Database.FromPlugin<Database.Plugin<{
|
|
|
30263
30263
|
districtType: string;
|
|
30264
30264
|
zoning: string;
|
|
30265
30265
|
}) => void;
|
|
30266
|
-
readonly deleteDistrict: (t: import("
|
|
30266
|
+
readonly deleteDistrict: (t: import("../index.js").Store<import("../../schema/from-schemas.js").FromSchemas<{} & {
|
|
30267
30267
|
readonly districtType: {
|
|
30268
30268
|
readonly type: "string";
|
|
30269
30269
|
};
|
|
@@ -30421,7 +30421,7 @@ export declare function create(): Database.FromPlugin<Database.Plugin<{
|
|
|
30421
30421
|
readonly Building: readonly ["parentDistrict", "buildingType", "positionX", "footprintStart", "footprintEnd", "maxFootprint", "blueprintRef", "density", "height", "visibility", "overlay", "condemned", "sortOrder", "selectedByUsers"];
|
|
30422
30422
|
readonly Road: readonly ["parentBuilding", "roadType", "roadLength", "roadId"];
|
|
30423
30423
|
}, {} & {}, never>, _id: Entity) => void;
|
|
30424
|
-
readonly createBuilding: (t: import("
|
|
30424
|
+
readonly createBuilding: (t: import("../index.js").Store<import("../../schema/from-schemas.js").FromSchemas<{} & {
|
|
30425
30425
|
readonly districtType: {
|
|
30426
30426
|
readonly type: "string";
|
|
30427
30427
|
};
|
|
@@ -30582,7 +30582,7 @@ export declare function create(): Database.FromPlugin<Database.Plugin<{
|
|
|
30582
30582
|
parentDistrict: Entity;
|
|
30583
30583
|
positionX: number;
|
|
30584
30584
|
}) => void;
|
|
30585
|
-
readonly deleteBuilding: (t: import("
|
|
30585
|
+
readonly deleteBuilding: (t: import("../index.js").Store<import("../../schema/from-schemas.js").FromSchemas<{} & {
|
|
30586
30586
|
readonly districtType: {
|
|
30587
30587
|
readonly type: "string";
|
|
30588
30588
|
};
|
|
@@ -30740,7 +30740,7 @@ export declare function create(): Database.FromPlugin<Database.Plugin<{
|
|
|
30740
30740
|
readonly Building: readonly ["parentDistrict", "buildingType", "positionX", "footprintStart", "footprintEnd", "maxFootprint", "blueprintRef", "density", "height", "visibility", "overlay", "condemned", "sortOrder", "selectedByUsers"];
|
|
30741
30741
|
readonly Road: readonly ["parentBuilding", "roadType", "roadLength", "roadId"];
|
|
30742
30742
|
}, {} & {}, never>, _id: Entity) => void;
|
|
30743
|
-
readonly updateBuilding: (t: import("
|
|
30743
|
+
readonly updateBuilding: (t: import("../index.js").Store<import("../../schema/from-schemas.js").FromSchemas<{} & {
|
|
30744
30744
|
readonly districtType: {
|
|
30745
30745
|
readonly type: "string";
|
|
30746
30746
|
};
|
|
@@ -30903,7 +30903,7 @@ export declare function create(): Database.FromPlugin<Database.Plugin<{
|
|
|
30903
30903
|
positionX: number;
|
|
30904
30904
|
density: number;
|
|
30905
30905
|
}>) => void;
|
|
30906
|
-
readonly selectExclusive: (t: import("
|
|
30906
|
+
readonly selectExclusive: (t: import("../index.js").Store<import("../../schema/from-schemas.js").FromSchemas<{} & {
|
|
30907
30907
|
readonly districtType: {
|
|
30908
30908
|
readonly type: "string";
|
|
30909
30909
|
};
|
|
@@ -31064,7 +31064,7 @@ export declare function create(): Database.FromPlugin<Database.Plugin<{
|
|
|
31064
31064
|
entityId: Entity;
|
|
31065
31065
|
userId: string;
|
|
31066
31066
|
}) => void;
|
|
31067
|
-
readonly toggleSelected: (t: import("
|
|
31067
|
+
readonly toggleSelected: (t: import("../index.js").Store<import("../../schema/from-schemas.js").FromSchemas<{} & {
|
|
31068
31068
|
readonly districtType: {
|
|
31069
31069
|
readonly type: "string";
|
|
31070
31070
|
};
|
|
@@ -31225,7 +31225,7 @@ export declare function create(): Database.FromPlugin<Database.Plugin<{
|
|
|
31225
31225
|
entityId: Entity;
|
|
31226
31226
|
userId: string;
|
|
31227
31227
|
}) => void;
|
|
31228
|
-
readonly ensureSelected: (t: import("
|
|
31228
|
+
readonly ensureSelected: (t: import("../index.js").Store<import("../../schema/from-schemas.js").FromSchemas<{} & {
|
|
31229
31229
|
readonly districtType: {
|
|
31230
31230
|
readonly type: "string";
|
|
31231
31231
|
};
|
|
@@ -31386,7 +31386,7 @@ export declare function create(): Database.FromPlugin<Database.Plugin<{
|
|
|
31386
31386
|
entityId: Entity;
|
|
31387
31387
|
userId: string;
|
|
31388
31388
|
}) => void;
|
|
31389
|
-
readonly moveSelectedBuildings: (t: import("
|
|
31389
|
+
readonly moveSelectedBuildings: (t: import("../index.js").Store<import("../../schema/from-schemas.js").FromSchemas<{} & {
|
|
31390
31390
|
readonly districtType: {
|
|
31391
31391
|
readonly type: "string";
|
|
31392
31392
|
};
|
|
@@ -31546,7 +31546,7 @@ export declare function create(): Database.FromPlugin<Database.Plugin<{
|
|
|
31546
31546
|
}, {} & {}, never>, _input: {
|
|
31547
31547
|
deltaUnits: number;
|
|
31548
31548
|
}) => void;
|
|
31549
|
-
readonly setCursorTime: (t: import("
|
|
31549
|
+
readonly setCursorTime: (t: import("../index.js").Store<import("../../schema/from-schemas.js").FromSchemas<{} & {
|
|
31550
31550
|
readonly districtType: {
|
|
31551
31551
|
readonly type: "string";
|
|
31552
31552
|
};
|
|
@@ -31706,7 +31706,7 @@ export declare function create(): Database.FromPlugin<Database.Plugin<{
|
|
|
31706
31706
|
}, {} & {}, never>, _input: {
|
|
31707
31707
|
time: number;
|
|
31708
31708
|
}) => void;
|
|
31709
|
-
readonly setSimulationState: (t: import("
|
|
31709
|
+
readonly setSimulationState: (t: import("../index.js").Store<import("../../schema/from-schemas.js").FromSchemas<{} & {
|
|
31710
31710
|
readonly districtType: {
|
|
31711
31711
|
readonly type: "string";
|
|
31712
31712
|
};
|
|
@@ -31866,7 +31866,7 @@ export declare function create(): Database.FromPlugin<Database.Plugin<{
|
|
|
31866
31866
|
}, {} & {}, never>, _input: {
|
|
31867
31867
|
state: string;
|
|
31868
31868
|
}) => void;
|
|
31869
|
-
readonly setZoomLevel: (t: import("
|
|
31869
|
+
readonly setZoomLevel: (t: import("../index.js").Store<import("../../schema/from-schemas.js").FromSchemas<{} & {
|
|
31870
31870
|
readonly districtType: {
|
|
31871
31871
|
readonly type: "string";
|
|
31872
31872
|
};
|
|
@@ -32026,7 +32026,7 @@ export declare function create(): Database.FromPlugin<Database.Plugin<{
|
|
|
32026
32026
|
}, {} & {}, never>, _input: {
|
|
32027
32027
|
level: number;
|
|
32028
32028
|
}) => void;
|
|
32029
|
-
readonly setDemolishTool: (t: import("
|
|
32029
|
+
readonly setDemolishTool: (t: import("../index.js").Store<import("../../schema/from-schemas.js").FromSchemas<{} & {
|
|
32030
32030
|
readonly districtType: {
|
|
32031
32031
|
readonly type: "string";
|
|
32032
32032
|
};
|
|
@@ -32186,7 +32186,7 @@ export declare function create(): Database.FromPlugin<Database.Plugin<{
|
|
|
32186
32186
|
}, {} & {}, never>, _input: {
|
|
32187
32187
|
active: boolean;
|
|
32188
32188
|
}) => void;
|
|
32189
|
-
readonly setGridSnap: (t: import("
|
|
32189
|
+
readonly setGridSnap: (t: import("../index.js").Store<import("../../schema/from-schemas.js").FromSchemas<{} & {
|
|
32190
32190
|
readonly districtType: {
|
|
32191
32191
|
readonly type: "string";
|
|
32192
32192
|
};
|
|
@@ -32346,7 +32346,7 @@ export declare function create(): Database.FromPlugin<Database.Plugin<{
|
|
|
32346
32346
|
}, {} & {}, never>, _input: {
|
|
32347
32347
|
enabled: boolean;
|
|
32348
32348
|
}) => void;
|
|
32349
|
-
readonly setActiveGridSnap: (t: import("
|
|
32349
|
+
readonly setActiveGridSnap: (t: import("../index.js").Store<import("../../schema/from-schemas.js").FromSchemas<{} & {
|
|
32350
32350
|
readonly districtType: {
|
|
32351
32351
|
readonly type: "string";
|
|
32352
32352
|
};
|
|
@@ -32506,7 +32506,7 @@ export declare function create(): Database.FromPlugin<Database.Plugin<{
|
|
|
32506
32506
|
}, {} & {}, never>, _input: {
|
|
32507
32507
|
time: number | null;
|
|
32508
32508
|
}) => void;
|
|
32509
|
-
readonly setCrossDistrictDrag: (t: import("
|
|
32509
|
+
readonly setCrossDistrictDrag: (t: import("../index.js").Store<import("../../schema/from-schemas.js").FromSchemas<{} & {
|
|
32510
32510
|
readonly districtType: {
|
|
32511
32511
|
readonly type: "string";
|
|
32512
32512
|
};
|
|
@@ -32666,7 +32666,7 @@ export declare function create(): Database.FromPlugin<Database.Plugin<{
|
|
|
32666
32666
|
}, {} & {}, never>, _input: {
|
|
32667
32667
|
active: boolean;
|
|
32668
32668
|
}) => void;
|
|
32669
|
-
readonly clearCrossDistrictPreviews: (t: import("
|
|
32669
|
+
readonly clearCrossDistrictPreviews: (t: import("../index.js").Store<import("../../schema/from-schemas.js").FromSchemas<{} & {
|
|
32670
32670
|
readonly districtType: {
|
|
32671
32671
|
readonly type: "string";
|
|
32672
32672
|
};
|
|
@@ -32824,7 +32824,7 @@ export declare function create(): Database.FromPlugin<Database.Plugin<{
|
|
|
32824
32824
|
readonly Building: readonly ["parentDistrict", "buildingType", "positionX", "footprintStart", "footprintEnd", "maxFootprint", "blueprintRef", "density", "height", "visibility", "overlay", "condemned", "sortOrder", "selectedByUsers"];
|
|
32825
32825
|
readonly Road: readonly ["parentBuilding", "roadType", "roadLength", "roadId"];
|
|
32826
32826
|
}, {} & {}, never>) => void;
|
|
32827
|
-
readonly resizeFreeformBuilding: (t: import("
|
|
32827
|
+
readonly resizeFreeformBuilding: (t: import("../index.js").Store<import("../../schema/from-schemas.js").FromSchemas<{} & {
|
|
32828
32828
|
readonly districtType: {
|
|
32829
32829
|
readonly type: "string";
|
|
32830
32830
|
};
|
|
@@ -32986,7 +32986,7 @@ export declare function create(): Database.FromPlugin<Database.Plugin<{
|
|
|
32986
32986
|
edge: "left" | "right";
|
|
32987
32987
|
deltaPx: number;
|
|
32988
32988
|
}) => void;
|
|
32989
|
-
readonly resizeCompactBuilding: (t: import("
|
|
32989
|
+
readonly resizeCompactBuilding: (t: import("../index.js").Store<import("../../schema/from-schemas.js").FromSchemas<{} & {
|
|
32990
32990
|
readonly districtType: {
|
|
32991
32991
|
readonly type: "string";
|
|
32992
32992
|
};
|
|
@@ -33148,7 +33148,7 @@ export declare function create(): Database.FromPlugin<Database.Plugin<{
|
|
|
33148
33148
|
edge: "left" | "right";
|
|
33149
33149
|
deltaPx: number;
|
|
33150
33150
|
}) => void;
|
|
33151
|
-
readonly splitAtCursor: (t: import("
|
|
33151
|
+
readonly splitAtCursor: (t: import("../index.js").Store<import("../../schema/from-schemas.js").FromSchemas<{} & {
|
|
33152
33152
|
readonly districtType: {
|
|
33153
33153
|
readonly type: "string";
|
|
33154
33154
|
};
|
|
@@ -33308,7 +33308,7 @@ export declare function create(): Database.FromPlugin<Database.Plugin<{
|
|
|
33308
33308
|
}, {} & {}, never>, _input: {
|
|
33309
33309
|
userId: string;
|
|
33310
33310
|
}) => void;
|
|
33311
|
-
readonly deleteSelected: (t: import("
|
|
33311
|
+
readonly deleteSelected: (t: import("../index.js").Store<import("../../schema/from-schemas.js").FromSchemas<{} & {
|
|
33312
33312
|
readonly districtType: {
|
|
33313
33313
|
readonly type: "string";
|
|
33314
33314
|
};
|
|
@@ -33468,7 +33468,7 @@ export declare function create(): Database.FromPlugin<Database.Plugin<{
|
|
|
33468
33468
|
}, {} & {}, never>, _input: {
|
|
33469
33469
|
userId: string;
|
|
33470
33470
|
}) => void;
|
|
33471
|
-
readonly toggleCondemned: (t: import("
|
|
33471
|
+
readonly toggleCondemned: (t: import("../index.js").Store<import("../../schema/from-schemas.js").FromSchemas<{} & {
|
|
33472
33472
|
readonly districtType: {
|
|
33473
33473
|
readonly type: "string";
|
|
33474
33474
|
};
|
|
@@ -33629,7 +33629,7 @@ export declare function create(): Database.FromPlugin<Database.Plugin<{
|
|
|
33629
33629
|
buildingId: Entity;
|
|
33630
33630
|
}) => void;
|
|
33631
33631
|
} & {
|
|
33632
|
-
readonly deselectAll: (t: import("
|
|
33632
|
+
readonly deselectAll: (t: import("../index.js").Store<import("../../schema/from-schemas.js").FromSchemas<{} & {
|
|
33633
33633
|
readonly districtType: {
|
|
33634
33634
|
readonly type: "string";
|
|
33635
33635
|
};
|
|
@@ -33789,7 +33789,7 @@ export declare function create(): Database.FromPlugin<Database.Plugin<{
|
|
|
33789
33789
|
}, {} & {}, never>, _input: {
|
|
33790
33790
|
userId: string;
|
|
33791
33791
|
}) => void;
|
|
33792
|
-
readonly selectAll: (t: import("
|
|
33792
|
+
readonly selectAll: (t: import("../index.js").Store<import("../../schema/from-schemas.js").FromSchemas<{} & {
|
|
33793
33793
|
readonly districtType: {
|
|
33794
33794
|
readonly type: "string";
|
|
33795
33795
|
};
|
|
@@ -33949,7 +33949,7 @@ export declare function create(): Database.FromPlugin<Database.Plugin<{
|
|
|
33949
33949
|
}, {} & {}, never>, _input: {
|
|
33950
33950
|
userId: string;
|
|
33951
33951
|
}) => void;
|
|
33952
|
-
readonly setSelectionFromIds: (t: import("
|
|
33952
|
+
readonly setSelectionFromIds: (t: import("../index.js").Store<import("../../schema/from-schemas.js").FromSchemas<{} & {
|
|
33953
33953
|
readonly districtType: {
|
|
33954
33954
|
readonly type: "string";
|
|
33955
33955
|
};
|
|
@@ -34112,7 +34112,7 @@ export declare function create(): Database.FromPlugin<Database.Plugin<{
|
|
|
34112
34112
|
additive: boolean;
|
|
34113
34113
|
}) => void;
|
|
34114
34114
|
} & {
|
|
34115
|
-
readonly resizeSelectedToCursor: (t: import("
|
|
34115
|
+
readonly resizeSelectedToCursor: (t: import("../index.js").Store<import("../../schema/from-schemas.js").FromSchemas<{} & {
|
|
34116
34116
|
readonly districtType: {
|
|
34117
34117
|
readonly type: "string";
|
|
34118
34118
|
};
|
|
@@ -35223,7 +35223,7 @@ export declare function create(): Database.FromPlugin<Database.Plugin<{
|
|
|
35223
35223
|
readonly Building: readonly ["parentDistrict", "buildingType", "positionX", "footprintStart", "footprintEnd", "maxFootprint", "blueprintRef", "density", "height", "visibility", "overlay", "condemned", "sortOrder", "selectedByUsers"];
|
|
35224
35224
|
readonly Road: readonly ["parentBuilding", "roadType", "roadLength", "roadId"];
|
|
35225
35225
|
}, import("../index.js").ToTransactionFunctions<{} & {} & {
|
|
35226
|
-
readonly createDistrict: (t: import("
|
|
35226
|
+
readonly createDistrict: (t: import("../index.js").Store<import("../../schema/from-schemas.js").FromSchemas<{} & {
|
|
35227
35227
|
readonly districtType: {
|
|
35228
35228
|
readonly type: "string";
|
|
35229
35229
|
};
|
|
@@ -35384,7 +35384,7 @@ export declare function create(): Database.FromPlugin<Database.Plugin<{
|
|
|
35384
35384
|
districtType: string;
|
|
35385
35385
|
zoning: string;
|
|
35386
35386
|
}) => void;
|
|
35387
|
-
readonly deleteDistrict: (t: import("
|
|
35387
|
+
readonly deleteDistrict: (t: import("../index.js").Store<import("../../schema/from-schemas.js").FromSchemas<{} & {
|
|
35388
35388
|
readonly districtType: {
|
|
35389
35389
|
readonly type: "string";
|
|
35390
35390
|
};
|
|
@@ -35542,7 +35542,7 @@ export declare function create(): Database.FromPlugin<Database.Plugin<{
|
|
|
35542
35542
|
readonly Building: readonly ["parentDistrict", "buildingType", "positionX", "footprintStart", "footprintEnd", "maxFootprint", "blueprintRef", "density", "height", "visibility", "overlay", "condemned", "sortOrder", "selectedByUsers"];
|
|
35543
35543
|
readonly Road: readonly ["parentBuilding", "roadType", "roadLength", "roadId"];
|
|
35544
35544
|
}, {} & {}, never>, _id: Entity) => void;
|
|
35545
|
-
readonly createBuilding: (t: import("
|
|
35545
|
+
readonly createBuilding: (t: import("../index.js").Store<import("../../schema/from-schemas.js").FromSchemas<{} & {
|
|
35546
35546
|
readonly districtType: {
|
|
35547
35547
|
readonly type: "string";
|
|
35548
35548
|
};
|
|
@@ -35703,7 +35703,7 @@ export declare function create(): Database.FromPlugin<Database.Plugin<{
|
|
|
35703
35703
|
parentDistrict: Entity;
|
|
35704
35704
|
positionX: number;
|
|
35705
35705
|
}) => void;
|
|
35706
|
-
readonly deleteBuilding: (t: import("
|
|
35706
|
+
readonly deleteBuilding: (t: import("../index.js").Store<import("../../schema/from-schemas.js").FromSchemas<{} & {
|
|
35707
35707
|
readonly districtType: {
|
|
35708
35708
|
readonly type: "string";
|
|
35709
35709
|
};
|
|
@@ -35861,7 +35861,7 @@ export declare function create(): Database.FromPlugin<Database.Plugin<{
|
|
|
35861
35861
|
readonly Building: readonly ["parentDistrict", "buildingType", "positionX", "footprintStart", "footprintEnd", "maxFootprint", "blueprintRef", "density", "height", "visibility", "overlay", "condemned", "sortOrder", "selectedByUsers"];
|
|
35862
35862
|
readonly Road: readonly ["parentBuilding", "roadType", "roadLength", "roadId"];
|
|
35863
35863
|
}, {} & {}, never>, _id: Entity) => void;
|
|
35864
|
-
readonly updateBuilding: (t: import("
|
|
35864
|
+
readonly updateBuilding: (t: import("../index.js").Store<import("../../schema/from-schemas.js").FromSchemas<{} & {
|
|
35865
35865
|
readonly districtType: {
|
|
35866
35866
|
readonly type: "string";
|
|
35867
35867
|
};
|
|
@@ -36024,7 +36024,7 @@ export declare function create(): Database.FromPlugin<Database.Plugin<{
|
|
|
36024
36024
|
positionX: number;
|
|
36025
36025
|
density: number;
|
|
36026
36026
|
}>) => void;
|
|
36027
|
-
readonly selectExclusive: (t: import("
|
|
36027
|
+
readonly selectExclusive: (t: import("../index.js").Store<import("../../schema/from-schemas.js").FromSchemas<{} & {
|
|
36028
36028
|
readonly districtType: {
|
|
36029
36029
|
readonly type: "string";
|
|
36030
36030
|
};
|
|
@@ -36185,7 +36185,7 @@ export declare function create(): Database.FromPlugin<Database.Plugin<{
|
|
|
36185
36185
|
entityId: Entity;
|
|
36186
36186
|
userId: string;
|
|
36187
36187
|
}) => void;
|
|
36188
|
-
readonly toggleSelected: (t: import("
|
|
36188
|
+
readonly toggleSelected: (t: import("../index.js").Store<import("../../schema/from-schemas.js").FromSchemas<{} & {
|
|
36189
36189
|
readonly districtType: {
|
|
36190
36190
|
readonly type: "string";
|
|
36191
36191
|
};
|
|
@@ -36346,7 +36346,7 @@ export declare function create(): Database.FromPlugin<Database.Plugin<{
|
|
|
36346
36346
|
entityId: Entity;
|
|
36347
36347
|
userId: string;
|
|
36348
36348
|
}) => void;
|
|
36349
|
-
readonly ensureSelected: (t: import("
|
|
36349
|
+
readonly ensureSelected: (t: import("../index.js").Store<import("../../schema/from-schemas.js").FromSchemas<{} & {
|
|
36350
36350
|
readonly districtType: {
|
|
36351
36351
|
readonly type: "string";
|
|
36352
36352
|
};
|
|
@@ -36507,7 +36507,7 @@ export declare function create(): Database.FromPlugin<Database.Plugin<{
|
|
|
36507
36507
|
entityId: Entity;
|
|
36508
36508
|
userId: string;
|
|
36509
36509
|
}) => void;
|
|
36510
|
-
readonly moveSelectedBuildings: (t: import("
|
|
36510
|
+
readonly moveSelectedBuildings: (t: import("../index.js").Store<import("../../schema/from-schemas.js").FromSchemas<{} & {
|
|
36511
36511
|
readonly districtType: {
|
|
36512
36512
|
readonly type: "string";
|
|
36513
36513
|
};
|
|
@@ -36667,7 +36667,7 @@ export declare function create(): Database.FromPlugin<Database.Plugin<{
|
|
|
36667
36667
|
}, {} & {}, never>, _input: {
|
|
36668
36668
|
deltaUnits: number;
|
|
36669
36669
|
}) => void;
|
|
36670
|
-
readonly setCursorTime: (t: import("
|
|
36670
|
+
readonly setCursorTime: (t: import("../index.js").Store<import("../../schema/from-schemas.js").FromSchemas<{} & {
|
|
36671
36671
|
readonly districtType: {
|
|
36672
36672
|
readonly type: "string";
|
|
36673
36673
|
};
|
|
@@ -36827,7 +36827,7 @@ export declare function create(): Database.FromPlugin<Database.Plugin<{
|
|
|
36827
36827
|
}, {} & {}, never>, _input: {
|
|
36828
36828
|
time: number;
|
|
36829
36829
|
}) => void;
|
|
36830
|
-
readonly setSimulationState: (t: import("
|
|
36830
|
+
readonly setSimulationState: (t: import("../index.js").Store<import("../../schema/from-schemas.js").FromSchemas<{} & {
|
|
36831
36831
|
readonly districtType: {
|
|
36832
36832
|
readonly type: "string";
|
|
36833
36833
|
};
|
|
@@ -36987,7 +36987,7 @@ export declare function create(): Database.FromPlugin<Database.Plugin<{
|
|
|
36987
36987
|
}, {} & {}, never>, _input: {
|
|
36988
36988
|
state: string;
|
|
36989
36989
|
}) => void;
|
|
36990
|
-
readonly setZoomLevel: (t: import("
|
|
36990
|
+
readonly setZoomLevel: (t: import("../index.js").Store<import("../../schema/from-schemas.js").FromSchemas<{} & {
|
|
36991
36991
|
readonly districtType: {
|
|
36992
36992
|
readonly type: "string";
|
|
36993
36993
|
};
|
|
@@ -37147,7 +37147,7 @@ export declare function create(): Database.FromPlugin<Database.Plugin<{
|
|
|
37147
37147
|
}, {} & {}, never>, _input: {
|
|
37148
37148
|
level: number;
|
|
37149
37149
|
}) => void;
|
|
37150
|
-
readonly setDemolishTool: (t: import("
|
|
37150
|
+
readonly setDemolishTool: (t: import("../index.js").Store<import("../../schema/from-schemas.js").FromSchemas<{} & {
|
|
37151
37151
|
readonly districtType: {
|
|
37152
37152
|
readonly type: "string";
|
|
37153
37153
|
};
|
|
@@ -37307,7 +37307,7 @@ export declare function create(): Database.FromPlugin<Database.Plugin<{
|
|
|
37307
37307
|
}, {} & {}, never>, _input: {
|
|
37308
37308
|
active: boolean;
|
|
37309
37309
|
}) => void;
|
|
37310
|
-
readonly setGridSnap: (t: import("
|
|
37310
|
+
readonly setGridSnap: (t: import("../index.js").Store<import("../../schema/from-schemas.js").FromSchemas<{} & {
|
|
37311
37311
|
readonly districtType: {
|
|
37312
37312
|
readonly type: "string";
|
|
37313
37313
|
};
|
|
@@ -37467,7 +37467,7 @@ export declare function create(): Database.FromPlugin<Database.Plugin<{
|
|
|
37467
37467
|
}, {} & {}, never>, _input: {
|
|
37468
37468
|
enabled: boolean;
|
|
37469
37469
|
}) => void;
|
|
37470
|
-
readonly setActiveGridSnap: (t: import("
|
|
37470
|
+
readonly setActiveGridSnap: (t: import("../index.js").Store<import("../../schema/from-schemas.js").FromSchemas<{} & {
|
|
37471
37471
|
readonly districtType: {
|
|
37472
37472
|
readonly type: "string";
|
|
37473
37473
|
};
|
|
@@ -37627,7 +37627,7 @@ export declare function create(): Database.FromPlugin<Database.Plugin<{
|
|
|
37627
37627
|
}, {} & {}, never>, _input: {
|
|
37628
37628
|
time: number | null;
|
|
37629
37629
|
}) => void;
|
|
37630
|
-
readonly setCrossDistrictDrag: (t: import("
|
|
37630
|
+
readonly setCrossDistrictDrag: (t: import("../index.js").Store<import("../../schema/from-schemas.js").FromSchemas<{} & {
|
|
37631
37631
|
readonly districtType: {
|
|
37632
37632
|
readonly type: "string";
|
|
37633
37633
|
};
|
|
@@ -37787,7 +37787,7 @@ export declare function create(): Database.FromPlugin<Database.Plugin<{
|
|
|
37787
37787
|
}, {} & {}, never>, _input: {
|
|
37788
37788
|
active: boolean;
|
|
37789
37789
|
}) => void;
|
|
37790
|
-
readonly clearCrossDistrictPreviews: (t: import("
|
|
37790
|
+
readonly clearCrossDistrictPreviews: (t: import("../index.js").Store<import("../../schema/from-schemas.js").FromSchemas<{} & {
|
|
37791
37791
|
readonly districtType: {
|
|
37792
37792
|
readonly type: "string";
|
|
37793
37793
|
};
|
|
@@ -37945,7 +37945,7 @@ export declare function create(): Database.FromPlugin<Database.Plugin<{
|
|
|
37945
37945
|
readonly Building: readonly ["parentDistrict", "buildingType", "positionX", "footprintStart", "footprintEnd", "maxFootprint", "blueprintRef", "density", "height", "visibility", "overlay", "condemned", "sortOrder", "selectedByUsers"];
|
|
37946
37946
|
readonly Road: readonly ["parentBuilding", "roadType", "roadLength", "roadId"];
|
|
37947
37947
|
}, {} & {}, never>) => void;
|
|
37948
|
-
readonly resizeFreeformBuilding: (t: import("
|
|
37948
|
+
readonly resizeFreeformBuilding: (t: import("../index.js").Store<import("../../schema/from-schemas.js").FromSchemas<{} & {
|
|
37949
37949
|
readonly districtType: {
|
|
37950
37950
|
readonly type: "string";
|
|
37951
37951
|
};
|
|
@@ -38107,7 +38107,7 @@ export declare function create(): Database.FromPlugin<Database.Plugin<{
|
|
|
38107
38107
|
edge: "left" | "right";
|
|
38108
38108
|
deltaPx: number;
|
|
38109
38109
|
}) => void;
|
|
38110
|
-
readonly resizeCompactBuilding: (t: import("
|
|
38110
|
+
readonly resizeCompactBuilding: (t: import("../index.js").Store<import("../../schema/from-schemas.js").FromSchemas<{} & {
|
|
38111
38111
|
readonly districtType: {
|
|
38112
38112
|
readonly type: "string";
|
|
38113
38113
|
};
|
|
@@ -38269,7 +38269,7 @@ export declare function create(): Database.FromPlugin<Database.Plugin<{
|
|
|
38269
38269
|
edge: "left" | "right";
|
|
38270
38270
|
deltaPx: number;
|
|
38271
38271
|
}) => void;
|
|
38272
|
-
readonly splitAtCursor: (t: import("
|
|
38272
|
+
readonly splitAtCursor: (t: import("../index.js").Store<import("../../schema/from-schemas.js").FromSchemas<{} & {
|
|
38273
38273
|
readonly districtType: {
|
|
38274
38274
|
readonly type: "string";
|
|
38275
38275
|
};
|
|
@@ -38429,7 +38429,7 @@ export declare function create(): Database.FromPlugin<Database.Plugin<{
|
|
|
38429
38429
|
}, {} & {}, never>, _input: {
|
|
38430
38430
|
userId: string;
|
|
38431
38431
|
}) => void;
|
|
38432
|
-
readonly deleteSelected: (t: import("
|
|
38432
|
+
readonly deleteSelected: (t: import("../index.js").Store<import("../../schema/from-schemas.js").FromSchemas<{} & {
|
|
38433
38433
|
readonly districtType: {
|
|
38434
38434
|
readonly type: "string";
|
|
38435
38435
|
};
|
|
@@ -38589,7 +38589,7 @@ export declare function create(): Database.FromPlugin<Database.Plugin<{
|
|
|
38589
38589
|
}, {} & {}, never>, _input: {
|
|
38590
38590
|
userId: string;
|
|
38591
38591
|
}) => void;
|
|
38592
|
-
readonly toggleCondemned: (t: import("
|
|
38592
|
+
readonly toggleCondemned: (t: import("../index.js").Store<import("../../schema/from-schemas.js").FromSchemas<{} & {
|
|
38593
38593
|
readonly districtType: {
|
|
38594
38594
|
readonly type: "string";
|
|
38595
38595
|
};
|
|
@@ -38750,7 +38750,7 @@ export declare function create(): Database.FromPlugin<Database.Plugin<{
|
|
|
38750
38750
|
buildingId: Entity;
|
|
38751
38751
|
}) => void;
|
|
38752
38752
|
} & {
|
|
38753
|
-
readonly deselectAll: (t: import("
|
|
38753
|
+
readonly deselectAll: (t: import("../index.js").Store<import("../../schema/from-schemas.js").FromSchemas<{} & {
|
|
38754
38754
|
readonly districtType: {
|
|
38755
38755
|
readonly type: "string";
|
|
38756
38756
|
};
|
|
@@ -38910,7 +38910,7 @@ export declare function create(): Database.FromPlugin<Database.Plugin<{
|
|
|
38910
38910
|
}, {} & {}, never>, _input: {
|
|
38911
38911
|
userId: string;
|
|
38912
38912
|
}) => void;
|
|
38913
|
-
readonly selectAll: (t: import("
|
|
38913
|
+
readonly selectAll: (t: import("../index.js").Store<import("../../schema/from-schemas.js").FromSchemas<{} & {
|
|
38914
38914
|
readonly districtType: {
|
|
38915
38915
|
readonly type: "string";
|
|
38916
38916
|
};
|
|
@@ -39070,7 +39070,7 @@ export declare function create(): Database.FromPlugin<Database.Plugin<{
|
|
|
39070
39070
|
}, {} & {}, never>, _input: {
|
|
39071
39071
|
userId: string;
|
|
39072
39072
|
}) => void;
|
|
39073
|
-
readonly setSelectionFromIds: (t: import("
|
|
39073
|
+
readonly setSelectionFromIds: (t: import("../index.js").Store<import("../../schema/from-schemas.js").FromSchemas<{} & {
|
|
39074
39074
|
readonly districtType: {
|
|
39075
39075
|
readonly type: "string";
|
|
39076
39076
|
};
|
|
@@ -39233,7 +39233,7 @@ export declare function create(): Database.FromPlugin<Database.Plugin<{
|
|
|
39233
39233
|
additive: boolean;
|
|
39234
39234
|
}) => void;
|
|
39235
39235
|
} & {
|
|
39236
|
-
readonly resizeSelectedToCursor: (t: import("
|
|
39236
|
+
readonly resizeSelectedToCursor: (t: import("../index.js").Store<import("../../schema/from-schemas.js").FromSchemas<{} & {
|
|
39237
39237
|
readonly districtType: {
|
|
39238
39238
|
readonly type: "string";
|
|
39239
39239
|
};
|