@adobe/data 0.9.82 → 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/archetype/archetype.d.ts +23 -0
- package/dist/ecs/archetype/archetype.js.map +1 -1
- package/dist/ecs/database/concurrency/concurrency-strategy.d.ts +4 -3
- package/dist/ecs/database/create-plugin.d.ts +2 -1
- package/dist/ecs/database/create-plugin.js.map +1 -1
- package/dist/ecs/database/database.d.ts +27 -14
- 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.partition.test.d.ts +1 -0
- package/dist/ecs/database/database.partition.test.js +45 -0
- package/dist/ecs/database/database.partition.test.js.map +1 -0
- package/dist/ecs/database/database.partition.type-test.d.ts +1 -0
- package/dist/ecs/database/database.partition.type-test.js +41 -0
- package/dist/ecs/database/database.partition.type-test.js.map +1 -0
- 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 +463 -463
- 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/index.d.ts +0 -1
- package/dist/ecs/database/index.js +0 -1
- package/dist/ecs/database/index.js.map +1 -1
- 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 +5 -16
- package/dist/ecs/optional-components.d.ts +1 -0
- package/dist/ecs/store/core/core.d.ts +33 -8
- package/dist/ecs/store/core/create-core.d.ts +12 -2
- package/dist/ecs/store/core/create-core.js +144 -22
- package/dist/ecs/store/core/create-core.js.map +1 -1
- package/dist/ecs/store/core/create-core.partition.test.d.ts +1 -0
- package/dist/ecs/store/core/create-core.partition.test.js +229 -0
- package/dist/ecs/store/core/create-core.partition.test.js.map +1 -0
- package/dist/ecs/store/core/select-entities.js +87 -21
- package/dist/ecs/store/core/select-entities.js.map +1 -1
- package/dist/ecs/store/core/select-entities.partition.test.d.ts +1 -0
- package/dist/ecs/store/core/select-entities.partition.test.js +93 -0
- package/dist/ecs/store/core/select-entities.partition.test.js.map +1 -0
- package/dist/ecs/store/entity-select-options.d.ts +5 -1
- package/dist/ecs/store/partition.d.ts +63 -0
- package/dist/ecs/store/partition.js +3 -0
- package/dist/ecs/store/partition.js.map +1 -0
- package/dist/ecs/store/partition.type-test.d.ts +1 -0
- package/dist/ecs/store/partition.type-test.js +15 -0
- package/dist/ecs/store/partition.type-test.js.map +1 -0
- package/dist/ecs/store/public/create-store.d.ts +3 -1
- package/dist/ecs/store/public/create-store.js +19 -50
- package/dist/ecs/store/public/create-store.js.map +1 -1
- package/dist/ecs/store/public/create-store.partition.test.d.ts +1 -0
- package/dist/ecs/store/public/create-store.partition.test.js +111 -0
- package/dist/ecs/store/public/create-store.partition.test.js.map +1 -0
- package/dist/ecs/store/public/create-store.partition.type-test.d.ts +1 -0
- package/dist/ecs/store/public/create-store.partition.type-test.js +61 -0
- package/dist/ecs/store/public/create-store.partition.type-test.js.map +1 -0
- package/dist/ecs/store/store.d.ts +22 -10
- package/dist/ecs/store/store.js.map +1 -1
- package/dist/ecs/store/transaction-functions.d.ts +6 -5
- 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 +2 -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
|
};
|
|
@@ -318,11 +318,11 @@ export declare function create(): Database.FromPlugin<Database.Plugin<{
|
|
|
318
318
|
readonly District: readonly ["districtType", "zoning", "districtLocked", "districtActive", "overlay", "sortOrder", "selectedByUsers"];
|
|
319
319
|
readonly Building: readonly ["parentDistrict", "buildingType", "positionX", "footprintStart", "footprintEnd", "maxFootprint", "blueprintRef", "density", "height", "visibility", "overlay", "condemned", "sortOrder", "selectedByUsers"];
|
|
320
320
|
readonly Road: readonly ["parentBuilding", "roadType", "roadLength", "roadId"];
|
|
321
|
-
}, {} & {}>, _input: {
|
|
321
|
+
}, {} & {}, never>, _input: {
|
|
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
|
};
|
|
@@ -479,8 +479,8 @@ export declare function create(): Database.FromPlugin<Database.Plugin<{
|
|
|
479
479
|
readonly District: readonly ["districtType", "zoning", "districtLocked", "districtActive", "overlay", "sortOrder", "selectedByUsers"];
|
|
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
|
-
}, {} & {}>, _id: Entity) => void;
|
|
483
|
-
readonly createBuilding: (t: import("
|
|
482
|
+
}, {} & {}, never>, _id: Entity) => void;
|
|
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
|
};
|
|
@@ -637,11 +637,11 @@ export declare function create(): Database.FromPlugin<Database.Plugin<{
|
|
|
637
637
|
readonly District: readonly ["districtType", "zoning", "districtLocked", "districtActive", "overlay", "sortOrder", "selectedByUsers"];
|
|
638
638
|
readonly Building: readonly ["parentDistrict", "buildingType", "positionX", "footprintStart", "footprintEnd", "maxFootprint", "blueprintRef", "density", "height", "visibility", "overlay", "condemned", "sortOrder", "selectedByUsers"];
|
|
639
639
|
readonly Road: readonly ["parentBuilding", "roadType", "roadLength", "roadId"];
|
|
640
|
-
}, {} & {}>, _input: {
|
|
640
|
+
}, {} & {}, never>, _input: {
|
|
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
|
};
|
|
@@ -798,8 +798,8 @@ export declare function create(): Database.FromPlugin<Database.Plugin<{
|
|
|
798
798
|
readonly District: readonly ["districtType", "zoning", "districtLocked", "districtActive", "overlay", "sortOrder", "selectedByUsers"];
|
|
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
|
-
}, {} & {}>, _id: Entity) => void;
|
|
802
|
-
readonly updateBuilding: (t: import("
|
|
801
|
+
}, {} & {}, never>, _id: Entity) => void;
|
|
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
|
};
|
|
@@ -956,13 +956,13 @@ export declare function create(): Database.FromPlugin<Database.Plugin<{
|
|
|
956
956
|
readonly District: readonly ["districtType", "zoning", "districtLocked", "districtActive", "overlay", "sortOrder", "selectedByUsers"];
|
|
957
957
|
readonly Building: readonly ["parentDistrict", "buildingType", "positionX", "footprintStart", "footprintEnd", "maxFootprint", "blueprintRef", "density", "height", "visibility", "overlay", "condemned", "sortOrder", "selectedByUsers"];
|
|
958
958
|
readonly Road: readonly ["parentBuilding", "roadType", "roadLength", "roadId"];
|
|
959
|
-
}, {} & {}>, _input: {
|
|
959
|
+
}, {} & {}, never>, _input: {
|
|
960
960
|
id: Entity;
|
|
961
961
|
} & Partial<{
|
|
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
|
};
|
|
@@ -1119,11 +1119,11 @@ export declare function create(): Database.FromPlugin<Database.Plugin<{
|
|
|
1119
1119
|
readonly District: readonly ["districtType", "zoning", "districtLocked", "districtActive", "overlay", "sortOrder", "selectedByUsers"];
|
|
1120
1120
|
readonly Building: readonly ["parentDistrict", "buildingType", "positionX", "footprintStart", "footprintEnd", "maxFootprint", "blueprintRef", "density", "height", "visibility", "overlay", "condemned", "sortOrder", "selectedByUsers"];
|
|
1121
1121
|
readonly Road: readonly ["parentBuilding", "roadType", "roadLength", "roadId"];
|
|
1122
|
-
}, {} & {}>, _input: {
|
|
1122
|
+
}, {} & {}, never>, _input: {
|
|
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
|
};
|
|
@@ -1280,11 +1280,11 @@ export declare function create(): Database.FromPlugin<Database.Plugin<{
|
|
|
1280
1280
|
readonly District: readonly ["districtType", "zoning", "districtLocked", "districtActive", "overlay", "sortOrder", "selectedByUsers"];
|
|
1281
1281
|
readonly Building: readonly ["parentDistrict", "buildingType", "positionX", "footprintStart", "footprintEnd", "maxFootprint", "blueprintRef", "density", "height", "visibility", "overlay", "condemned", "sortOrder", "selectedByUsers"];
|
|
1282
1282
|
readonly Road: readonly ["parentBuilding", "roadType", "roadLength", "roadId"];
|
|
1283
|
-
}, {} & {}>, _input: {
|
|
1283
|
+
}, {} & {}, never>, _input: {
|
|
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
|
};
|
|
@@ -1441,11 +1441,11 @@ export declare function create(): Database.FromPlugin<Database.Plugin<{
|
|
|
1441
1441
|
readonly District: readonly ["districtType", "zoning", "districtLocked", "districtActive", "overlay", "sortOrder", "selectedByUsers"];
|
|
1442
1442
|
readonly Building: readonly ["parentDistrict", "buildingType", "positionX", "footprintStart", "footprintEnd", "maxFootprint", "blueprintRef", "density", "height", "visibility", "overlay", "condemned", "sortOrder", "selectedByUsers"];
|
|
1443
1443
|
readonly Road: readonly ["parentBuilding", "roadType", "roadLength", "roadId"];
|
|
1444
|
-
}, {} & {}>, _input: {
|
|
1444
|
+
}, {} & {}, never>, _input: {
|
|
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
|
};
|
|
@@ -1602,10 +1602,10 @@ export declare function create(): Database.FromPlugin<Database.Plugin<{
|
|
|
1602
1602
|
readonly District: readonly ["districtType", "zoning", "districtLocked", "districtActive", "overlay", "sortOrder", "selectedByUsers"];
|
|
1603
1603
|
readonly Building: readonly ["parentDistrict", "buildingType", "positionX", "footprintStart", "footprintEnd", "maxFootprint", "blueprintRef", "density", "height", "visibility", "overlay", "condemned", "sortOrder", "selectedByUsers"];
|
|
1604
1604
|
readonly Road: readonly ["parentBuilding", "roadType", "roadLength", "roadId"];
|
|
1605
|
-
}, {} & {}>, _input: {
|
|
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
|
};
|
|
@@ -1762,10 +1762,10 @@ export declare function create(): Database.FromPlugin<Database.Plugin<{
|
|
|
1762
1762
|
readonly District: readonly ["districtType", "zoning", "districtLocked", "districtActive", "overlay", "sortOrder", "selectedByUsers"];
|
|
1763
1763
|
readonly Building: readonly ["parentDistrict", "buildingType", "positionX", "footprintStart", "footprintEnd", "maxFootprint", "blueprintRef", "density", "height", "visibility", "overlay", "condemned", "sortOrder", "selectedByUsers"];
|
|
1764
1764
|
readonly Road: readonly ["parentBuilding", "roadType", "roadLength", "roadId"];
|
|
1765
|
-
}, {} & {}>, _input: {
|
|
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
|
};
|
|
@@ -1922,10 +1922,10 @@ export declare function create(): Database.FromPlugin<Database.Plugin<{
|
|
|
1922
1922
|
readonly District: readonly ["districtType", "zoning", "districtLocked", "districtActive", "overlay", "sortOrder", "selectedByUsers"];
|
|
1923
1923
|
readonly Building: readonly ["parentDistrict", "buildingType", "positionX", "footprintStart", "footprintEnd", "maxFootprint", "blueprintRef", "density", "height", "visibility", "overlay", "condemned", "sortOrder", "selectedByUsers"];
|
|
1924
1924
|
readonly Road: readonly ["parentBuilding", "roadType", "roadLength", "roadId"];
|
|
1925
|
-
}, {} & {}>, _input: {
|
|
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
|
};
|
|
@@ -2082,10 +2082,10 @@ export declare function create(): Database.FromPlugin<Database.Plugin<{
|
|
|
2082
2082
|
readonly District: readonly ["districtType", "zoning", "districtLocked", "districtActive", "overlay", "sortOrder", "selectedByUsers"];
|
|
2083
2083
|
readonly Building: readonly ["parentDistrict", "buildingType", "positionX", "footprintStart", "footprintEnd", "maxFootprint", "blueprintRef", "density", "height", "visibility", "overlay", "condemned", "sortOrder", "selectedByUsers"];
|
|
2084
2084
|
readonly Road: readonly ["parentBuilding", "roadType", "roadLength", "roadId"];
|
|
2085
|
-
}, {} & {}>, _input: {
|
|
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
|
};
|
|
@@ -2242,10 +2242,10 @@ export declare function create(): Database.FromPlugin<Database.Plugin<{
|
|
|
2242
2242
|
readonly District: readonly ["districtType", "zoning", "districtLocked", "districtActive", "overlay", "sortOrder", "selectedByUsers"];
|
|
2243
2243
|
readonly Building: readonly ["parentDistrict", "buildingType", "positionX", "footprintStart", "footprintEnd", "maxFootprint", "blueprintRef", "density", "height", "visibility", "overlay", "condemned", "sortOrder", "selectedByUsers"];
|
|
2244
2244
|
readonly Road: readonly ["parentBuilding", "roadType", "roadLength", "roadId"];
|
|
2245
|
-
}, {} & {}>, _input: {
|
|
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
|
};
|
|
@@ -2402,10 +2402,10 @@ export declare function create(): Database.FromPlugin<Database.Plugin<{
|
|
|
2402
2402
|
readonly District: readonly ["districtType", "zoning", "districtLocked", "districtActive", "overlay", "sortOrder", "selectedByUsers"];
|
|
2403
2403
|
readonly Building: readonly ["parentDistrict", "buildingType", "positionX", "footprintStart", "footprintEnd", "maxFootprint", "blueprintRef", "density", "height", "visibility", "overlay", "condemned", "sortOrder", "selectedByUsers"];
|
|
2404
2404
|
readonly Road: readonly ["parentBuilding", "roadType", "roadLength", "roadId"];
|
|
2405
|
-
}, {} & {}>, _input: {
|
|
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
|
};
|
|
@@ -2562,10 +2562,10 @@ export declare function create(): Database.FromPlugin<Database.Plugin<{
|
|
|
2562
2562
|
readonly District: readonly ["districtType", "zoning", "districtLocked", "districtActive", "overlay", "sortOrder", "selectedByUsers"];
|
|
2563
2563
|
readonly Building: readonly ["parentDistrict", "buildingType", "positionX", "footprintStart", "footprintEnd", "maxFootprint", "blueprintRef", "density", "height", "visibility", "overlay", "condemned", "sortOrder", "selectedByUsers"];
|
|
2564
2564
|
readonly Road: readonly ["parentBuilding", "roadType", "roadLength", "roadId"];
|
|
2565
|
-
}, {} & {}>, _input: {
|
|
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
|
};
|
|
@@ -2722,10 +2722,10 @@ export declare function create(): Database.FromPlugin<Database.Plugin<{
|
|
|
2722
2722
|
readonly District: readonly ["districtType", "zoning", "districtLocked", "districtActive", "overlay", "sortOrder", "selectedByUsers"];
|
|
2723
2723
|
readonly Building: readonly ["parentDistrict", "buildingType", "positionX", "footprintStart", "footprintEnd", "maxFootprint", "blueprintRef", "density", "height", "visibility", "overlay", "condemned", "sortOrder", "selectedByUsers"];
|
|
2724
2724
|
readonly Road: readonly ["parentBuilding", "roadType", "roadLength", "roadId"];
|
|
2725
|
-
}, {} & {}>, _input: {
|
|
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
|
};
|
|
@@ -2882,8 +2882,8 @@ export declare function create(): Database.FromPlugin<Database.Plugin<{
|
|
|
2882
2882
|
readonly District: readonly ["districtType", "zoning", "districtLocked", "districtActive", "overlay", "sortOrder", "selectedByUsers"];
|
|
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
|
-
}, {} & {}>) => void;
|
|
2886
|
-
readonly resizeFreeformBuilding: (t: import("
|
|
2885
|
+
}, {} & {}, never>) => void;
|
|
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
|
};
|
|
@@ -3040,12 +3040,12 @@ export declare function create(): Database.FromPlugin<Database.Plugin<{
|
|
|
3040
3040
|
readonly District: readonly ["districtType", "zoning", "districtLocked", "districtActive", "overlay", "sortOrder", "selectedByUsers"];
|
|
3041
3041
|
readonly Building: readonly ["parentDistrict", "buildingType", "positionX", "footprintStart", "footprintEnd", "maxFootprint", "blueprintRef", "density", "height", "visibility", "overlay", "condemned", "sortOrder", "selectedByUsers"];
|
|
3042
3042
|
readonly Road: readonly ["parentBuilding", "roadType", "roadLength", "roadId"];
|
|
3043
|
-
}, {} & {}>, _input: {
|
|
3043
|
+
}, {} & {}, never>, _input: {
|
|
3044
3044
|
buildingId: Entity;
|
|
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
|
};
|
|
@@ -3202,12 +3202,12 @@ export declare function create(): Database.FromPlugin<Database.Plugin<{
|
|
|
3202
3202
|
readonly District: readonly ["districtType", "zoning", "districtLocked", "districtActive", "overlay", "sortOrder", "selectedByUsers"];
|
|
3203
3203
|
readonly Building: readonly ["parentDistrict", "buildingType", "positionX", "footprintStart", "footprintEnd", "maxFootprint", "blueprintRef", "density", "height", "visibility", "overlay", "condemned", "sortOrder", "selectedByUsers"];
|
|
3204
3204
|
readonly Road: readonly ["parentBuilding", "roadType", "roadLength", "roadId"];
|
|
3205
|
-
}, {} & {}>, _input: {
|
|
3205
|
+
}, {} & {}, never>, _input: {
|
|
3206
3206
|
buildingId: Entity;
|
|
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
|
};
|
|
@@ -3364,10 +3364,10 @@ export declare function create(): Database.FromPlugin<Database.Plugin<{
|
|
|
3364
3364
|
readonly District: readonly ["districtType", "zoning", "districtLocked", "districtActive", "overlay", "sortOrder", "selectedByUsers"];
|
|
3365
3365
|
readonly Building: readonly ["parentDistrict", "buildingType", "positionX", "footprintStart", "footprintEnd", "maxFootprint", "blueprintRef", "density", "height", "visibility", "overlay", "condemned", "sortOrder", "selectedByUsers"];
|
|
3366
3366
|
readonly Road: readonly ["parentBuilding", "roadType", "roadLength", "roadId"];
|
|
3367
|
-
}, {} & {}>, _input: {
|
|
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
|
};
|
|
@@ -3524,10 +3524,10 @@ export declare function create(): Database.FromPlugin<Database.Plugin<{
|
|
|
3524
3524
|
readonly District: readonly ["districtType", "zoning", "districtLocked", "districtActive", "overlay", "sortOrder", "selectedByUsers"];
|
|
3525
3525
|
readonly Building: readonly ["parentDistrict", "buildingType", "positionX", "footprintStart", "footprintEnd", "maxFootprint", "blueprintRef", "density", "height", "visibility", "overlay", "condemned", "sortOrder", "selectedByUsers"];
|
|
3526
3526
|
readonly Road: readonly ["parentBuilding", "roadType", "roadLength", "roadId"];
|
|
3527
|
-
}, {} & {}>, _input: {
|
|
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
|
};
|
|
@@ -3684,11 +3684,11 @@ export declare function create(): Database.FromPlugin<Database.Plugin<{
|
|
|
3684
3684
|
readonly District: readonly ["districtType", "zoning", "districtLocked", "districtActive", "overlay", "sortOrder", "selectedByUsers"];
|
|
3685
3685
|
readonly Building: readonly ["parentDistrict", "buildingType", "positionX", "footprintStart", "footprintEnd", "maxFootprint", "blueprintRef", "density", "height", "visibility", "overlay", "condemned", "sortOrder", "selectedByUsers"];
|
|
3686
3686
|
readonly Road: readonly ["parentBuilding", "roadType", "roadLength", "roadId"];
|
|
3687
|
-
}, {} & {}>, _input: {
|
|
3687
|
+
}, {} & {}, never>, _input: {
|
|
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
|
};
|
|
@@ -3845,10 +3845,10 @@ export declare function create(): Database.FromPlugin<Database.Plugin<{
|
|
|
3845
3845
|
readonly District: readonly ["districtType", "zoning", "districtLocked", "districtActive", "overlay", "sortOrder", "selectedByUsers"];
|
|
3846
3846
|
readonly Building: readonly ["parentDistrict", "buildingType", "positionX", "footprintStart", "footprintEnd", "maxFootprint", "blueprintRef", "density", "height", "visibility", "overlay", "condemned", "sortOrder", "selectedByUsers"];
|
|
3847
3847
|
readonly Road: readonly ["parentBuilding", "roadType", "roadLength", "roadId"];
|
|
3848
|
-
}, {} & {}>, _input: {
|
|
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
|
};
|
|
@@ -4005,10 +4005,10 @@ export declare function create(): Database.FromPlugin<Database.Plugin<{
|
|
|
4005
4005
|
readonly District: readonly ["districtType", "zoning", "districtLocked", "districtActive", "overlay", "sortOrder", "selectedByUsers"];
|
|
4006
4006
|
readonly Building: readonly ["parentDistrict", "buildingType", "positionX", "footprintStart", "footprintEnd", "maxFootprint", "blueprintRef", "density", "height", "visibility", "overlay", "condemned", "sortOrder", "selectedByUsers"];
|
|
4007
4007
|
readonly Road: readonly ["parentBuilding", "roadType", "roadLength", "roadId"];
|
|
4008
|
-
}, {} & {}>, _input: {
|
|
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
|
};
|
|
@@ -4165,13 +4165,13 @@ export declare function create(): Database.FromPlugin<Database.Plugin<{
|
|
|
4165
4165
|
readonly District: readonly ["districtType", "zoning", "districtLocked", "districtActive", "overlay", "sortOrder", "selectedByUsers"];
|
|
4166
4166
|
readonly Building: readonly ["parentDistrict", "buildingType", "positionX", "footprintStart", "footprintEnd", "maxFootprint", "blueprintRef", "density", "height", "visibility", "overlay", "condemned", "sortOrder", "selectedByUsers"];
|
|
4167
4167
|
readonly Road: readonly ["parentBuilding", "roadType", "roadLength", "roadId"];
|
|
4168
|
-
}, {} & {}>, _input: {
|
|
4168
|
+
}, {} & {}, never>, _input: {
|
|
4169
4169
|
entityIds: Entity[];
|
|
4170
4170
|
userId: string;
|
|
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
|
};
|
|
@@ -4328,7 +4328,7 @@ export declare function create(): Database.FromPlugin<Database.Plugin<{
|
|
|
4328
4328
|
readonly District: readonly ["districtType", "zoning", "districtLocked", "districtActive", "overlay", "sortOrder", "selectedByUsers"];
|
|
4329
4329
|
readonly Building: readonly ["parentDistrict", "buildingType", "positionX", "footprintStart", "footprintEnd", "maxFootprint", "blueprintRef", "density", "height", "visibility", "overlay", "condemned", "sortOrder", "selectedByUsers"];
|
|
4330
4330
|
readonly Road: readonly ["parentBuilding", "roadType", "roadLength", "roadId"];
|
|
4331
|
-
}, {} & {}>, _input: {
|
|
4331
|
+
}, {} & {}, never>, _input: {
|
|
4332
4332
|
userId: string;
|
|
4333
4333
|
edge: "left" | "right";
|
|
4334
4334
|
}) => void;
|
|
@@ -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
|
};
|
|
@@ -4648,11 +4648,11 @@ export declare function create(): Database.FromPlugin<Database.Plugin<{
|
|
|
4648
4648
|
readonly District: readonly ["districtType", "zoning", "districtLocked", "districtActive", "overlay", "sortOrder", "selectedByUsers"];
|
|
4649
4649
|
readonly Building: readonly ["parentDistrict", "buildingType", "positionX", "footprintStart", "footprintEnd", "maxFootprint", "blueprintRef", "density", "height", "visibility", "overlay", "condemned", "sortOrder", "selectedByUsers"];
|
|
4650
4650
|
readonly Road: readonly ["parentBuilding", "roadType", "roadLength", "roadId"];
|
|
4651
|
-
}, {} & {}>, _input: {
|
|
4651
|
+
}, {} & {}, never>, _input: {
|
|
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
|
};
|
|
@@ -4809,8 +4809,8 @@ export declare function create(): Database.FromPlugin<Database.Plugin<{
|
|
|
4809
4809
|
readonly District: readonly ["districtType", "zoning", "districtLocked", "districtActive", "overlay", "sortOrder", "selectedByUsers"];
|
|
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
|
-
}, {} & {}>, _id: Entity) => void;
|
|
4813
|
-
readonly createBuilding: (t: import("
|
|
4812
|
+
}, {} & {}, never>, _id: Entity) => void;
|
|
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
|
};
|
|
@@ -4967,11 +4967,11 @@ export declare function create(): Database.FromPlugin<Database.Plugin<{
|
|
|
4967
4967
|
readonly District: readonly ["districtType", "zoning", "districtLocked", "districtActive", "overlay", "sortOrder", "selectedByUsers"];
|
|
4968
4968
|
readonly Building: readonly ["parentDistrict", "buildingType", "positionX", "footprintStart", "footprintEnd", "maxFootprint", "blueprintRef", "density", "height", "visibility", "overlay", "condemned", "sortOrder", "selectedByUsers"];
|
|
4969
4969
|
readonly Road: readonly ["parentBuilding", "roadType", "roadLength", "roadId"];
|
|
4970
|
-
}, {} & {}>, _input: {
|
|
4970
|
+
}, {} & {}, never>, _input: {
|
|
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
|
};
|
|
@@ -5128,8 +5128,8 @@ export declare function create(): Database.FromPlugin<Database.Plugin<{
|
|
|
5128
5128
|
readonly District: readonly ["districtType", "zoning", "districtLocked", "districtActive", "overlay", "sortOrder", "selectedByUsers"];
|
|
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
|
-
}, {} & {}>, _id: Entity) => void;
|
|
5132
|
-
readonly updateBuilding: (t: import("
|
|
5131
|
+
}, {} & {}, never>, _id: Entity) => void;
|
|
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
|
};
|
|
@@ -5286,13 +5286,13 @@ export declare function create(): Database.FromPlugin<Database.Plugin<{
|
|
|
5286
5286
|
readonly District: readonly ["districtType", "zoning", "districtLocked", "districtActive", "overlay", "sortOrder", "selectedByUsers"];
|
|
5287
5287
|
readonly Building: readonly ["parentDistrict", "buildingType", "positionX", "footprintStart", "footprintEnd", "maxFootprint", "blueprintRef", "density", "height", "visibility", "overlay", "condemned", "sortOrder", "selectedByUsers"];
|
|
5288
5288
|
readonly Road: readonly ["parentBuilding", "roadType", "roadLength", "roadId"];
|
|
5289
|
-
}, {} & {}>, _input: {
|
|
5289
|
+
}, {} & {}, never>, _input: {
|
|
5290
5290
|
id: Entity;
|
|
5291
5291
|
} & Partial<{
|
|
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
|
};
|
|
@@ -5449,11 +5449,11 @@ export declare function create(): Database.FromPlugin<Database.Plugin<{
|
|
|
5449
5449
|
readonly District: readonly ["districtType", "zoning", "districtLocked", "districtActive", "overlay", "sortOrder", "selectedByUsers"];
|
|
5450
5450
|
readonly Building: readonly ["parentDistrict", "buildingType", "positionX", "footprintStart", "footprintEnd", "maxFootprint", "blueprintRef", "density", "height", "visibility", "overlay", "condemned", "sortOrder", "selectedByUsers"];
|
|
5451
5451
|
readonly Road: readonly ["parentBuilding", "roadType", "roadLength", "roadId"];
|
|
5452
|
-
}, {} & {}>, _input: {
|
|
5452
|
+
}, {} & {}, never>, _input: {
|
|
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
|
};
|
|
@@ -5610,11 +5610,11 @@ export declare function create(): Database.FromPlugin<Database.Plugin<{
|
|
|
5610
5610
|
readonly District: readonly ["districtType", "zoning", "districtLocked", "districtActive", "overlay", "sortOrder", "selectedByUsers"];
|
|
5611
5611
|
readonly Building: readonly ["parentDistrict", "buildingType", "positionX", "footprintStart", "footprintEnd", "maxFootprint", "blueprintRef", "density", "height", "visibility", "overlay", "condemned", "sortOrder", "selectedByUsers"];
|
|
5612
5612
|
readonly Road: readonly ["parentBuilding", "roadType", "roadLength", "roadId"];
|
|
5613
|
-
}, {} & {}>, _input: {
|
|
5613
|
+
}, {} & {}, never>, _input: {
|
|
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
|
};
|
|
@@ -5771,11 +5771,11 @@ export declare function create(): Database.FromPlugin<Database.Plugin<{
|
|
|
5771
5771
|
readonly District: readonly ["districtType", "zoning", "districtLocked", "districtActive", "overlay", "sortOrder", "selectedByUsers"];
|
|
5772
5772
|
readonly Building: readonly ["parentDistrict", "buildingType", "positionX", "footprintStart", "footprintEnd", "maxFootprint", "blueprintRef", "density", "height", "visibility", "overlay", "condemned", "sortOrder", "selectedByUsers"];
|
|
5773
5773
|
readonly Road: readonly ["parentBuilding", "roadType", "roadLength", "roadId"];
|
|
5774
|
-
}, {} & {}>, _input: {
|
|
5774
|
+
}, {} & {}, never>, _input: {
|
|
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
|
};
|
|
@@ -5932,10 +5932,10 @@ export declare function create(): Database.FromPlugin<Database.Plugin<{
|
|
|
5932
5932
|
readonly District: readonly ["districtType", "zoning", "districtLocked", "districtActive", "overlay", "sortOrder", "selectedByUsers"];
|
|
5933
5933
|
readonly Building: readonly ["parentDistrict", "buildingType", "positionX", "footprintStart", "footprintEnd", "maxFootprint", "blueprintRef", "density", "height", "visibility", "overlay", "condemned", "sortOrder", "selectedByUsers"];
|
|
5934
5934
|
readonly Road: readonly ["parentBuilding", "roadType", "roadLength", "roadId"];
|
|
5935
|
-
}, {} & {}>, _input: {
|
|
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
|
};
|
|
@@ -6092,10 +6092,10 @@ export declare function create(): Database.FromPlugin<Database.Plugin<{
|
|
|
6092
6092
|
readonly District: readonly ["districtType", "zoning", "districtLocked", "districtActive", "overlay", "sortOrder", "selectedByUsers"];
|
|
6093
6093
|
readonly Building: readonly ["parentDistrict", "buildingType", "positionX", "footprintStart", "footprintEnd", "maxFootprint", "blueprintRef", "density", "height", "visibility", "overlay", "condemned", "sortOrder", "selectedByUsers"];
|
|
6094
6094
|
readonly Road: readonly ["parentBuilding", "roadType", "roadLength", "roadId"];
|
|
6095
|
-
}, {} & {}>, _input: {
|
|
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
|
};
|
|
@@ -6252,10 +6252,10 @@ export declare function create(): Database.FromPlugin<Database.Plugin<{
|
|
|
6252
6252
|
readonly District: readonly ["districtType", "zoning", "districtLocked", "districtActive", "overlay", "sortOrder", "selectedByUsers"];
|
|
6253
6253
|
readonly Building: readonly ["parentDistrict", "buildingType", "positionX", "footprintStart", "footprintEnd", "maxFootprint", "blueprintRef", "density", "height", "visibility", "overlay", "condemned", "sortOrder", "selectedByUsers"];
|
|
6254
6254
|
readonly Road: readonly ["parentBuilding", "roadType", "roadLength", "roadId"];
|
|
6255
|
-
}, {} & {}>, _input: {
|
|
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
|
};
|
|
@@ -6412,10 +6412,10 @@ export declare function create(): Database.FromPlugin<Database.Plugin<{
|
|
|
6412
6412
|
readonly District: readonly ["districtType", "zoning", "districtLocked", "districtActive", "overlay", "sortOrder", "selectedByUsers"];
|
|
6413
6413
|
readonly Building: readonly ["parentDistrict", "buildingType", "positionX", "footprintStart", "footprintEnd", "maxFootprint", "blueprintRef", "density", "height", "visibility", "overlay", "condemned", "sortOrder", "selectedByUsers"];
|
|
6414
6414
|
readonly Road: readonly ["parentBuilding", "roadType", "roadLength", "roadId"];
|
|
6415
|
-
}, {} & {}>, _input: {
|
|
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
|
};
|
|
@@ -6572,10 +6572,10 @@ export declare function create(): Database.FromPlugin<Database.Plugin<{
|
|
|
6572
6572
|
readonly District: readonly ["districtType", "zoning", "districtLocked", "districtActive", "overlay", "sortOrder", "selectedByUsers"];
|
|
6573
6573
|
readonly Building: readonly ["parentDistrict", "buildingType", "positionX", "footprintStart", "footprintEnd", "maxFootprint", "blueprintRef", "density", "height", "visibility", "overlay", "condemned", "sortOrder", "selectedByUsers"];
|
|
6574
6574
|
readonly Road: readonly ["parentBuilding", "roadType", "roadLength", "roadId"];
|
|
6575
|
-
}, {} & {}>, _input: {
|
|
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
|
};
|
|
@@ -6732,10 +6732,10 @@ export declare function create(): Database.FromPlugin<Database.Plugin<{
|
|
|
6732
6732
|
readonly District: readonly ["districtType", "zoning", "districtLocked", "districtActive", "overlay", "sortOrder", "selectedByUsers"];
|
|
6733
6733
|
readonly Building: readonly ["parentDistrict", "buildingType", "positionX", "footprintStart", "footprintEnd", "maxFootprint", "blueprintRef", "density", "height", "visibility", "overlay", "condemned", "sortOrder", "selectedByUsers"];
|
|
6734
6734
|
readonly Road: readonly ["parentBuilding", "roadType", "roadLength", "roadId"];
|
|
6735
|
-
}, {} & {}>, _input: {
|
|
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
|
};
|
|
@@ -6892,10 +6892,10 @@ export declare function create(): Database.FromPlugin<Database.Plugin<{
|
|
|
6892
6892
|
readonly District: readonly ["districtType", "zoning", "districtLocked", "districtActive", "overlay", "sortOrder", "selectedByUsers"];
|
|
6893
6893
|
readonly Building: readonly ["parentDistrict", "buildingType", "positionX", "footprintStart", "footprintEnd", "maxFootprint", "blueprintRef", "density", "height", "visibility", "overlay", "condemned", "sortOrder", "selectedByUsers"];
|
|
6894
6894
|
readonly Road: readonly ["parentBuilding", "roadType", "roadLength", "roadId"];
|
|
6895
|
-
}, {} & {}>, _input: {
|
|
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
|
};
|
|
@@ -7052,10 +7052,10 @@ export declare function create(): Database.FromPlugin<Database.Plugin<{
|
|
|
7052
7052
|
readonly District: readonly ["districtType", "zoning", "districtLocked", "districtActive", "overlay", "sortOrder", "selectedByUsers"];
|
|
7053
7053
|
readonly Building: readonly ["parentDistrict", "buildingType", "positionX", "footprintStart", "footprintEnd", "maxFootprint", "blueprintRef", "density", "height", "visibility", "overlay", "condemned", "sortOrder", "selectedByUsers"];
|
|
7054
7054
|
readonly Road: readonly ["parentBuilding", "roadType", "roadLength", "roadId"];
|
|
7055
|
-
}, {} & {}>, _input: {
|
|
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
|
};
|
|
@@ -7212,8 +7212,8 @@ export declare function create(): Database.FromPlugin<Database.Plugin<{
|
|
|
7212
7212
|
readonly District: readonly ["districtType", "zoning", "districtLocked", "districtActive", "overlay", "sortOrder", "selectedByUsers"];
|
|
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
|
-
}, {} & {}>) => void;
|
|
7216
|
-
readonly resizeFreeformBuilding: (t: import("
|
|
7215
|
+
}, {} & {}, never>) => void;
|
|
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
|
};
|
|
@@ -7370,12 +7370,12 @@ export declare function create(): Database.FromPlugin<Database.Plugin<{
|
|
|
7370
7370
|
readonly District: readonly ["districtType", "zoning", "districtLocked", "districtActive", "overlay", "sortOrder", "selectedByUsers"];
|
|
7371
7371
|
readonly Building: readonly ["parentDistrict", "buildingType", "positionX", "footprintStart", "footprintEnd", "maxFootprint", "blueprintRef", "density", "height", "visibility", "overlay", "condemned", "sortOrder", "selectedByUsers"];
|
|
7372
7372
|
readonly Road: readonly ["parentBuilding", "roadType", "roadLength", "roadId"];
|
|
7373
|
-
}, {} & {}>, _input: {
|
|
7373
|
+
}, {} & {}, never>, _input: {
|
|
7374
7374
|
buildingId: Entity;
|
|
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
|
};
|
|
@@ -7532,12 +7532,12 @@ export declare function create(): Database.FromPlugin<Database.Plugin<{
|
|
|
7532
7532
|
readonly District: readonly ["districtType", "zoning", "districtLocked", "districtActive", "overlay", "sortOrder", "selectedByUsers"];
|
|
7533
7533
|
readonly Building: readonly ["parentDistrict", "buildingType", "positionX", "footprintStart", "footprintEnd", "maxFootprint", "blueprintRef", "density", "height", "visibility", "overlay", "condemned", "sortOrder", "selectedByUsers"];
|
|
7534
7534
|
readonly Road: readonly ["parentBuilding", "roadType", "roadLength", "roadId"];
|
|
7535
|
-
}, {} & {}>, _input: {
|
|
7535
|
+
}, {} & {}, never>, _input: {
|
|
7536
7536
|
buildingId: Entity;
|
|
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
|
};
|
|
@@ -7694,10 +7694,10 @@ export declare function create(): Database.FromPlugin<Database.Plugin<{
|
|
|
7694
7694
|
readonly District: readonly ["districtType", "zoning", "districtLocked", "districtActive", "overlay", "sortOrder", "selectedByUsers"];
|
|
7695
7695
|
readonly Building: readonly ["parentDistrict", "buildingType", "positionX", "footprintStart", "footprintEnd", "maxFootprint", "blueprintRef", "density", "height", "visibility", "overlay", "condemned", "sortOrder", "selectedByUsers"];
|
|
7696
7696
|
readonly Road: readonly ["parentBuilding", "roadType", "roadLength", "roadId"];
|
|
7697
|
-
}, {} & {}>, _input: {
|
|
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
|
};
|
|
@@ -7854,10 +7854,10 @@ export declare function create(): Database.FromPlugin<Database.Plugin<{
|
|
|
7854
7854
|
readonly District: readonly ["districtType", "zoning", "districtLocked", "districtActive", "overlay", "sortOrder", "selectedByUsers"];
|
|
7855
7855
|
readonly Building: readonly ["parentDistrict", "buildingType", "positionX", "footprintStart", "footprintEnd", "maxFootprint", "blueprintRef", "density", "height", "visibility", "overlay", "condemned", "sortOrder", "selectedByUsers"];
|
|
7856
7856
|
readonly Road: readonly ["parentBuilding", "roadType", "roadLength", "roadId"];
|
|
7857
|
-
}, {} & {}>, _input: {
|
|
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
|
};
|
|
@@ -8014,11 +8014,11 @@ export declare function create(): Database.FromPlugin<Database.Plugin<{
|
|
|
8014
8014
|
readonly District: readonly ["districtType", "zoning", "districtLocked", "districtActive", "overlay", "sortOrder", "selectedByUsers"];
|
|
8015
8015
|
readonly Building: readonly ["parentDistrict", "buildingType", "positionX", "footprintStart", "footprintEnd", "maxFootprint", "blueprintRef", "density", "height", "visibility", "overlay", "condemned", "sortOrder", "selectedByUsers"];
|
|
8016
8016
|
readonly Road: readonly ["parentBuilding", "roadType", "roadLength", "roadId"];
|
|
8017
|
-
}, {} & {}>, _input: {
|
|
8017
|
+
}, {} & {}, never>, _input: {
|
|
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
|
};
|
|
@@ -8175,10 +8175,10 @@ export declare function create(): Database.FromPlugin<Database.Plugin<{
|
|
|
8175
8175
|
readonly District: readonly ["districtType", "zoning", "districtLocked", "districtActive", "overlay", "sortOrder", "selectedByUsers"];
|
|
8176
8176
|
readonly Building: readonly ["parentDistrict", "buildingType", "positionX", "footprintStart", "footprintEnd", "maxFootprint", "blueprintRef", "density", "height", "visibility", "overlay", "condemned", "sortOrder", "selectedByUsers"];
|
|
8177
8177
|
readonly Road: readonly ["parentBuilding", "roadType", "roadLength", "roadId"];
|
|
8178
|
-
}, {} & {}>, _input: {
|
|
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
|
};
|
|
@@ -8335,10 +8335,10 @@ export declare function create(): Database.FromPlugin<Database.Plugin<{
|
|
|
8335
8335
|
readonly District: readonly ["districtType", "zoning", "districtLocked", "districtActive", "overlay", "sortOrder", "selectedByUsers"];
|
|
8336
8336
|
readonly Building: readonly ["parentDistrict", "buildingType", "positionX", "footprintStart", "footprintEnd", "maxFootprint", "blueprintRef", "density", "height", "visibility", "overlay", "condemned", "sortOrder", "selectedByUsers"];
|
|
8337
8337
|
readonly Road: readonly ["parentBuilding", "roadType", "roadLength", "roadId"];
|
|
8338
|
-
}, {} & {}>, _input: {
|
|
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
|
};
|
|
@@ -8495,13 +8495,13 @@ export declare function create(): Database.FromPlugin<Database.Plugin<{
|
|
|
8495
8495
|
readonly District: readonly ["districtType", "zoning", "districtLocked", "districtActive", "overlay", "sortOrder", "selectedByUsers"];
|
|
8496
8496
|
readonly Building: readonly ["parentDistrict", "buildingType", "positionX", "footprintStart", "footprintEnd", "maxFootprint", "blueprintRef", "density", "height", "visibility", "overlay", "condemned", "sortOrder", "selectedByUsers"];
|
|
8497
8497
|
readonly Road: readonly ["parentBuilding", "roadType", "roadLength", "roadId"];
|
|
8498
|
-
}, {} & {}>, _input: {
|
|
8498
|
+
}, {} & {}, never>, _input: {
|
|
8499
8499
|
entityIds: Entity[];
|
|
8500
8500
|
userId: string;
|
|
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
|
};
|
|
@@ -8658,7 +8658,7 @@ export declare function create(): Database.FromPlugin<Database.Plugin<{
|
|
|
8658
8658
|
readonly District: readonly ["districtType", "zoning", "districtLocked", "districtActive", "overlay", "sortOrder", "selectedByUsers"];
|
|
8659
8659
|
readonly Building: readonly ["parentDistrict", "buildingType", "positionX", "footprintStart", "footprintEnd", "maxFootprint", "blueprintRef", "density", "height", "visibility", "overlay", "condemned", "sortOrder", "selectedByUsers"];
|
|
8660
8660
|
readonly Road: readonly ["parentBuilding", "roadType", "roadLength", "roadId"];
|
|
8661
|
-
}, {} & {}>, _input: {
|
|
8661
|
+
}, {} & {}, never>, _input: {
|
|
8662
8662
|
userId: string;
|
|
8663
8663
|
edge: "left" | "right";
|
|
8664
8664
|
}) => void;
|
|
@@ -8820,7 +8820,7 @@ export declare function create(): Database.FromPlugin<Database.Plugin<{
|
|
|
8820
8820
|
readonly District: readonly ["districtType", "zoning", "districtLocked", "districtActive", "overlay", "sortOrder", "selectedByUsers"];
|
|
8821
8821
|
readonly Building: readonly ["parentDistrict", "buildingType", "positionX", "footprintStart", "footprintEnd", "maxFootprint", "blueprintRef", "density", "height", "visibility", "overlay", "condemned", "sortOrder", "selectedByUsers"];
|
|
8822
8822
|
readonly Road: readonly ["parentBuilding", "roadType", "roadLength", "roadId"];
|
|
8823
|
-
}, import("../index.js").ToTransactionFunctions<{}>, string, import("../index.js").ToActionFunctions<{}>, import("./database.js").FromServiceFactories<{} & {}>, import("./database.js").FromComputedFactories<{}>, {} & {}>) => Observe<number[]>;
|
|
8823
|
+
}, import("../index.js").ToTransactionFunctions<{}>, string, import("../index.js").ToActionFunctions<{}>, import("./database.js").FromServiceFactories<{} & {}>, import("./database.js").FromComputedFactories<{}>, {} & {}, never>) => Observe<number[]>;
|
|
8824
8824
|
readonly buildings: (db: Database<import("../../schema/from-schemas.js").FromSchemas<{} & {
|
|
8825
8825
|
readonly districtType: {
|
|
8826
8826
|
readonly type: "string";
|
|
@@ -8978,7 +8978,7 @@ export declare function create(): Database.FromPlugin<Database.Plugin<{
|
|
|
8978
8978
|
readonly District: readonly ["districtType", "zoning", "districtLocked", "districtActive", "overlay", "sortOrder", "selectedByUsers"];
|
|
8979
8979
|
readonly Building: readonly ["parentDistrict", "buildingType", "positionX", "footprintStart", "footprintEnd", "maxFootprint", "blueprintRef", "density", "height", "visibility", "overlay", "condemned", "sortOrder", "selectedByUsers"];
|
|
8980
8980
|
readonly Road: readonly ["parentBuilding", "roadType", "roadLength", "roadId"];
|
|
8981
|
-
}, import("../index.js").ToTransactionFunctions<{}>, string, import("../index.js").ToActionFunctions<{}>, import("./database.js").FromServiceFactories<{} & {}>, import("./database.js").FromComputedFactories<{}>, {} & {}>) => (districtId: Entity) => Observe<readonly Entity[]>;
|
|
8981
|
+
}, import("../index.js").ToTransactionFunctions<{}>, string, import("../index.js").ToActionFunctions<{}>, import("./database.js").FromServiceFactories<{} & {}>, import("./database.js").FromComputedFactories<{}>, {} & {}, never>) => (districtId: Entity) => Observe<readonly Entity[]>;
|
|
8982
8982
|
readonly currentUserId: (_db: Database<import("../../schema/from-schemas.js").FromSchemas<{} & {
|
|
8983
8983
|
readonly districtType: {
|
|
8984
8984
|
readonly type: "string";
|
|
@@ -9136,7 +9136,7 @@ export declare function create(): Database.FromPlugin<Database.Plugin<{
|
|
|
9136
9136
|
readonly District: readonly ["districtType", "zoning", "districtLocked", "districtActive", "overlay", "sortOrder", "selectedByUsers"];
|
|
9137
9137
|
readonly Building: readonly ["parentDistrict", "buildingType", "positionX", "footprintStart", "footprintEnd", "maxFootprint", "blueprintRef", "density", "height", "visibility", "overlay", "condemned", "sortOrder", "selectedByUsers"];
|
|
9138
9138
|
readonly Road: readonly ["parentBuilding", "roadType", "roadLength", "roadId"];
|
|
9139
|
-
}, import("../index.js").ToTransactionFunctions<{}>, string, import("../index.js").ToActionFunctions<{}>, import("./database.js").FromServiceFactories<{} & {}>, import("./database.js").FromComputedFactories<{}>, {} & {}>) => Observe<string | null>;
|
|
9139
|
+
}, import("../index.js").ToTransactionFunctions<{}>, string, import("../index.js").ToActionFunctions<{}>, import("./database.js").FromServiceFactories<{} & {}>, import("./database.js").FromComputedFactories<{}>, {} & {}, never>) => Observe<string | null>;
|
|
9140
9140
|
readonly effectivePixelsPerUnit: (db: Database<import("../../schema/from-schemas.js").FromSchemas<{} & {
|
|
9141
9141
|
readonly districtType: {
|
|
9142
9142
|
readonly type: "string";
|
|
@@ -9294,7 +9294,7 @@ export declare function create(): Database.FromPlugin<Database.Plugin<{
|
|
|
9294
9294
|
readonly District: readonly ["districtType", "zoning", "districtLocked", "districtActive", "overlay", "sortOrder", "selectedByUsers"];
|
|
9295
9295
|
readonly Building: readonly ["parentDistrict", "buildingType", "positionX", "footprintStart", "footprintEnd", "maxFootprint", "blueprintRef", "density", "height", "visibility", "overlay", "condemned", "sortOrder", "selectedByUsers"];
|
|
9296
9296
|
readonly Road: readonly ["parentBuilding", "roadType", "roadLength", "roadId"];
|
|
9297
|
-
}, import("../index.js").ToTransactionFunctions<{}>, string, import("../index.js").ToActionFunctions<{}>, import("./database.js").FromServiceFactories<{} & {}>, import("./database.js").FromComputedFactories<{}>, {} & {}>) => Observe<number>;
|
|
9297
|
+
}, import("../index.js").ToTransactionFunctions<{}>, string, import("../index.js").ToActionFunctions<{}>, import("./database.js").FromServiceFactories<{} & {}>, import("./database.js").FromComputedFactories<{}>, {} & {}, never>) => Observe<number>;
|
|
9298
9298
|
readonly worldExtent: (db: Database<import("../../schema/from-schemas.js").FromSchemas<{} & {
|
|
9299
9299
|
readonly districtType: {
|
|
9300
9300
|
readonly type: "string";
|
|
@@ -9452,8 +9452,8 @@ export declare function create(): Database.FromPlugin<Database.Plugin<{
|
|
|
9452
9452
|
readonly District: readonly ["districtType", "zoning", "districtLocked", "districtActive", "overlay", "sortOrder", "selectedByUsers"];
|
|
9453
9453
|
readonly Building: readonly ["parentDistrict", "buildingType", "positionX", "footprintStart", "footprintEnd", "maxFootprint", "blueprintRef", "density", "height", "visibility", "overlay", "condemned", "sortOrder", "selectedByUsers"];
|
|
9454
9454
|
readonly Road: readonly ["parentBuilding", "roadType", "roadLength", "roadId"];
|
|
9455
|
-
}, import("../index.js").ToTransactionFunctions<{}>, string, import("../index.js").ToActionFunctions<{}>, import("./database.js").FromServiceFactories<{} & {}>, import("./database.js").FromComputedFactories<{}>, {} & {}>) => Observe<number>;
|
|
9456
|
-
}>, {} & {}>, entityId: Entity) => Promise<void>;
|
|
9455
|
+
}, import("../index.js").ToTransactionFunctions<{}>, string, import("../index.js").ToActionFunctions<{}>, import("./database.js").FromServiceFactories<{} & {}>, import("./database.js").FromComputedFactories<{}>, {} & {}, never>) => Observe<number>;
|
|
9456
|
+
}>, {} & {}, never>, entityId: Entity) => Promise<void>;
|
|
9457
9457
|
readonly toggleSimulation: (db: Database<import("../../schema/from-schemas.js").FromSchemas<{} & {
|
|
9458
9458
|
readonly districtType: {
|
|
9459
9459
|
readonly type: "string";
|
|
@@ -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
|
};
|
|
@@ -9769,11 +9769,11 @@ export declare function create(): Database.FromPlugin<Database.Plugin<{
|
|
|
9769
9769
|
readonly District: readonly ["districtType", "zoning", "districtLocked", "districtActive", "overlay", "sortOrder", "selectedByUsers"];
|
|
9770
9770
|
readonly Building: readonly ["parentDistrict", "buildingType", "positionX", "footprintStart", "footprintEnd", "maxFootprint", "blueprintRef", "density", "height", "visibility", "overlay", "condemned", "sortOrder", "selectedByUsers"];
|
|
9771
9771
|
readonly Road: readonly ["parentBuilding", "roadType", "roadLength", "roadId"];
|
|
9772
|
-
}, {} & {}>, _input: {
|
|
9772
|
+
}, {} & {}, never>, _input: {
|
|
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
|
};
|
|
@@ -9930,8 +9930,8 @@ export declare function create(): Database.FromPlugin<Database.Plugin<{
|
|
|
9930
9930
|
readonly District: readonly ["districtType", "zoning", "districtLocked", "districtActive", "overlay", "sortOrder", "selectedByUsers"];
|
|
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
|
-
}, {} & {}>, _id: Entity) => void;
|
|
9934
|
-
readonly createBuilding: (t: import("
|
|
9933
|
+
}, {} & {}, never>, _id: Entity) => void;
|
|
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
|
};
|
|
@@ -10088,11 +10088,11 @@ export declare function create(): Database.FromPlugin<Database.Plugin<{
|
|
|
10088
10088
|
readonly District: readonly ["districtType", "zoning", "districtLocked", "districtActive", "overlay", "sortOrder", "selectedByUsers"];
|
|
10089
10089
|
readonly Building: readonly ["parentDistrict", "buildingType", "positionX", "footprintStart", "footprintEnd", "maxFootprint", "blueprintRef", "density", "height", "visibility", "overlay", "condemned", "sortOrder", "selectedByUsers"];
|
|
10090
10090
|
readonly Road: readonly ["parentBuilding", "roadType", "roadLength", "roadId"];
|
|
10091
|
-
}, {} & {}>, _input: {
|
|
10091
|
+
}, {} & {}, never>, _input: {
|
|
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
|
};
|
|
@@ -10249,8 +10249,8 @@ export declare function create(): Database.FromPlugin<Database.Plugin<{
|
|
|
10249
10249
|
readonly District: readonly ["districtType", "zoning", "districtLocked", "districtActive", "overlay", "sortOrder", "selectedByUsers"];
|
|
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
|
-
}, {} & {}>, _id: Entity) => void;
|
|
10253
|
-
readonly updateBuilding: (t: import("
|
|
10252
|
+
}, {} & {}, never>, _id: Entity) => void;
|
|
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
|
};
|
|
@@ -10407,13 +10407,13 @@ export declare function create(): Database.FromPlugin<Database.Plugin<{
|
|
|
10407
10407
|
readonly District: readonly ["districtType", "zoning", "districtLocked", "districtActive", "overlay", "sortOrder", "selectedByUsers"];
|
|
10408
10408
|
readonly Building: readonly ["parentDistrict", "buildingType", "positionX", "footprintStart", "footprintEnd", "maxFootprint", "blueprintRef", "density", "height", "visibility", "overlay", "condemned", "sortOrder", "selectedByUsers"];
|
|
10409
10409
|
readonly Road: readonly ["parentBuilding", "roadType", "roadLength", "roadId"];
|
|
10410
|
-
}, {} & {}>, _input: {
|
|
10410
|
+
}, {} & {}, never>, _input: {
|
|
10411
10411
|
id: Entity;
|
|
10412
10412
|
} & Partial<{
|
|
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
|
};
|
|
@@ -10570,11 +10570,11 @@ export declare function create(): Database.FromPlugin<Database.Plugin<{
|
|
|
10570
10570
|
readonly District: readonly ["districtType", "zoning", "districtLocked", "districtActive", "overlay", "sortOrder", "selectedByUsers"];
|
|
10571
10571
|
readonly Building: readonly ["parentDistrict", "buildingType", "positionX", "footprintStart", "footprintEnd", "maxFootprint", "blueprintRef", "density", "height", "visibility", "overlay", "condemned", "sortOrder", "selectedByUsers"];
|
|
10572
10572
|
readonly Road: readonly ["parentBuilding", "roadType", "roadLength", "roadId"];
|
|
10573
|
-
}, {} & {}>, _input: {
|
|
10573
|
+
}, {} & {}, never>, _input: {
|
|
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
|
};
|
|
@@ -10731,11 +10731,11 @@ export declare function create(): Database.FromPlugin<Database.Plugin<{
|
|
|
10731
10731
|
readonly District: readonly ["districtType", "zoning", "districtLocked", "districtActive", "overlay", "sortOrder", "selectedByUsers"];
|
|
10732
10732
|
readonly Building: readonly ["parentDistrict", "buildingType", "positionX", "footprintStart", "footprintEnd", "maxFootprint", "blueprintRef", "density", "height", "visibility", "overlay", "condemned", "sortOrder", "selectedByUsers"];
|
|
10733
10733
|
readonly Road: readonly ["parentBuilding", "roadType", "roadLength", "roadId"];
|
|
10734
|
-
}, {} & {}>, _input: {
|
|
10734
|
+
}, {} & {}, never>, _input: {
|
|
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
|
};
|
|
@@ -10892,11 +10892,11 @@ export declare function create(): Database.FromPlugin<Database.Plugin<{
|
|
|
10892
10892
|
readonly District: readonly ["districtType", "zoning", "districtLocked", "districtActive", "overlay", "sortOrder", "selectedByUsers"];
|
|
10893
10893
|
readonly Building: readonly ["parentDistrict", "buildingType", "positionX", "footprintStart", "footprintEnd", "maxFootprint", "blueprintRef", "density", "height", "visibility", "overlay", "condemned", "sortOrder", "selectedByUsers"];
|
|
10894
10894
|
readonly Road: readonly ["parentBuilding", "roadType", "roadLength", "roadId"];
|
|
10895
|
-
}, {} & {}>, _input: {
|
|
10895
|
+
}, {} & {}, never>, _input: {
|
|
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
|
};
|
|
@@ -11053,10 +11053,10 @@ export declare function create(): Database.FromPlugin<Database.Plugin<{
|
|
|
11053
11053
|
readonly District: readonly ["districtType", "zoning", "districtLocked", "districtActive", "overlay", "sortOrder", "selectedByUsers"];
|
|
11054
11054
|
readonly Building: readonly ["parentDistrict", "buildingType", "positionX", "footprintStart", "footprintEnd", "maxFootprint", "blueprintRef", "density", "height", "visibility", "overlay", "condemned", "sortOrder", "selectedByUsers"];
|
|
11055
11055
|
readonly Road: readonly ["parentBuilding", "roadType", "roadLength", "roadId"];
|
|
11056
|
-
}, {} & {}>, _input: {
|
|
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
|
};
|
|
@@ -11213,10 +11213,10 @@ export declare function create(): Database.FromPlugin<Database.Plugin<{
|
|
|
11213
11213
|
readonly District: readonly ["districtType", "zoning", "districtLocked", "districtActive", "overlay", "sortOrder", "selectedByUsers"];
|
|
11214
11214
|
readonly Building: readonly ["parentDistrict", "buildingType", "positionX", "footprintStart", "footprintEnd", "maxFootprint", "blueprintRef", "density", "height", "visibility", "overlay", "condemned", "sortOrder", "selectedByUsers"];
|
|
11215
11215
|
readonly Road: readonly ["parentBuilding", "roadType", "roadLength", "roadId"];
|
|
11216
|
-
}, {} & {}>, _input: {
|
|
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
|
};
|
|
@@ -11373,10 +11373,10 @@ export declare function create(): Database.FromPlugin<Database.Plugin<{
|
|
|
11373
11373
|
readonly District: readonly ["districtType", "zoning", "districtLocked", "districtActive", "overlay", "sortOrder", "selectedByUsers"];
|
|
11374
11374
|
readonly Building: readonly ["parentDistrict", "buildingType", "positionX", "footprintStart", "footprintEnd", "maxFootprint", "blueprintRef", "density", "height", "visibility", "overlay", "condemned", "sortOrder", "selectedByUsers"];
|
|
11375
11375
|
readonly Road: readonly ["parentBuilding", "roadType", "roadLength", "roadId"];
|
|
11376
|
-
}, {} & {}>, _input: {
|
|
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
|
};
|
|
@@ -11533,10 +11533,10 @@ export declare function create(): Database.FromPlugin<Database.Plugin<{
|
|
|
11533
11533
|
readonly District: readonly ["districtType", "zoning", "districtLocked", "districtActive", "overlay", "sortOrder", "selectedByUsers"];
|
|
11534
11534
|
readonly Building: readonly ["parentDistrict", "buildingType", "positionX", "footprintStart", "footprintEnd", "maxFootprint", "blueprintRef", "density", "height", "visibility", "overlay", "condemned", "sortOrder", "selectedByUsers"];
|
|
11535
11535
|
readonly Road: readonly ["parentBuilding", "roadType", "roadLength", "roadId"];
|
|
11536
|
-
}, {} & {}>, _input: {
|
|
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
|
};
|
|
@@ -11693,10 +11693,10 @@ export declare function create(): Database.FromPlugin<Database.Plugin<{
|
|
|
11693
11693
|
readonly District: readonly ["districtType", "zoning", "districtLocked", "districtActive", "overlay", "sortOrder", "selectedByUsers"];
|
|
11694
11694
|
readonly Building: readonly ["parentDistrict", "buildingType", "positionX", "footprintStart", "footprintEnd", "maxFootprint", "blueprintRef", "density", "height", "visibility", "overlay", "condemned", "sortOrder", "selectedByUsers"];
|
|
11695
11695
|
readonly Road: readonly ["parentBuilding", "roadType", "roadLength", "roadId"];
|
|
11696
|
-
}, {} & {}>, _input: {
|
|
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
|
};
|
|
@@ -11853,10 +11853,10 @@ export declare function create(): Database.FromPlugin<Database.Plugin<{
|
|
|
11853
11853
|
readonly District: readonly ["districtType", "zoning", "districtLocked", "districtActive", "overlay", "sortOrder", "selectedByUsers"];
|
|
11854
11854
|
readonly Building: readonly ["parentDistrict", "buildingType", "positionX", "footprintStart", "footprintEnd", "maxFootprint", "blueprintRef", "density", "height", "visibility", "overlay", "condemned", "sortOrder", "selectedByUsers"];
|
|
11855
11855
|
readonly Road: readonly ["parentBuilding", "roadType", "roadLength", "roadId"];
|
|
11856
|
-
}, {} & {}>, _input: {
|
|
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
|
};
|
|
@@ -12013,10 +12013,10 @@ export declare function create(): Database.FromPlugin<Database.Plugin<{
|
|
|
12013
12013
|
readonly District: readonly ["districtType", "zoning", "districtLocked", "districtActive", "overlay", "sortOrder", "selectedByUsers"];
|
|
12014
12014
|
readonly Building: readonly ["parentDistrict", "buildingType", "positionX", "footprintStart", "footprintEnd", "maxFootprint", "blueprintRef", "density", "height", "visibility", "overlay", "condemned", "sortOrder", "selectedByUsers"];
|
|
12015
12015
|
readonly Road: readonly ["parentBuilding", "roadType", "roadLength", "roadId"];
|
|
12016
|
-
}, {} & {}>, _input: {
|
|
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
|
};
|
|
@@ -12173,10 +12173,10 @@ export declare function create(): Database.FromPlugin<Database.Plugin<{
|
|
|
12173
12173
|
readonly District: readonly ["districtType", "zoning", "districtLocked", "districtActive", "overlay", "sortOrder", "selectedByUsers"];
|
|
12174
12174
|
readonly Building: readonly ["parentDistrict", "buildingType", "positionX", "footprintStart", "footprintEnd", "maxFootprint", "blueprintRef", "density", "height", "visibility", "overlay", "condemned", "sortOrder", "selectedByUsers"];
|
|
12175
12175
|
readonly Road: readonly ["parentBuilding", "roadType", "roadLength", "roadId"];
|
|
12176
|
-
}, {} & {}>, _input: {
|
|
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
|
};
|
|
@@ -12333,8 +12333,8 @@ export declare function create(): Database.FromPlugin<Database.Plugin<{
|
|
|
12333
12333
|
readonly District: readonly ["districtType", "zoning", "districtLocked", "districtActive", "overlay", "sortOrder", "selectedByUsers"];
|
|
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
|
-
}, {} & {}>) => void;
|
|
12337
|
-
readonly resizeFreeformBuilding: (t: import("
|
|
12336
|
+
}, {} & {}, never>) => void;
|
|
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
|
};
|
|
@@ -12491,12 +12491,12 @@ export declare function create(): Database.FromPlugin<Database.Plugin<{
|
|
|
12491
12491
|
readonly District: readonly ["districtType", "zoning", "districtLocked", "districtActive", "overlay", "sortOrder", "selectedByUsers"];
|
|
12492
12492
|
readonly Building: readonly ["parentDistrict", "buildingType", "positionX", "footprintStart", "footprintEnd", "maxFootprint", "blueprintRef", "density", "height", "visibility", "overlay", "condemned", "sortOrder", "selectedByUsers"];
|
|
12493
12493
|
readonly Road: readonly ["parentBuilding", "roadType", "roadLength", "roadId"];
|
|
12494
|
-
}, {} & {}>, _input: {
|
|
12494
|
+
}, {} & {}, never>, _input: {
|
|
12495
12495
|
buildingId: Entity;
|
|
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
|
};
|
|
@@ -12653,12 +12653,12 @@ export declare function create(): Database.FromPlugin<Database.Plugin<{
|
|
|
12653
12653
|
readonly District: readonly ["districtType", "zoning", "districtLocked", "districtActive", "overlay", "sortOrder", "selectedByUsers"];
|
|
12654
12654
|
readonly Building: readonly ["parentDistrict", "buildingType", "positionX", "footprintStart", "footprintEnd", "maxFootprint", "blueprintRef", "density", "height", "visibility", "overlay", "condemned", "sortOrder", "selectedByUsers"];
|
|
12655
12655
|
readonly Road: readonly ["parentBuilding", "roadType", "roadLength", "roadId"];
|
|
12656
|
-
}, {} & {}>, _input: {
|
|
12656
|
+
}, {} & {}, never>, _input: {
|
|
12657
12657
|
buildingId: Entity;
|
|
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
|
};
|
|
@@ -12815,10 +12815,10 @@ export declare function create(): Database.FromPlugin<Database.Plugin<{
|
|
|
12815
12815
|
readonly District: readonly ["districtType", "zoning", "districtLocked", "districtActive", "overlay", "sortOrder", "selectedByUsers"];
|
|
12816
12816
|
readonly Building: readonly ["parentDistrict", "buildingType", "positionX", "footprintStart", "footprintEnd", "maxFootprint", "blueprintRef", "density", "height", "visibility", "overlay", "condemned", "sortOrder", "selectedByUsers"];
|
|
12817
12817
|
readonly Road: readonly ["parentBuilding", "roadType", "roadLength", "roadId"];
|
|
12818
|
-
}, {} & {}>, _input: {
|
|
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
|
};
|
|
@@ -12975,10 +12975,10 @@ export declare function create(): Database.FromPlugin<Database.Plugin<{
|
|
|
12975
12975
|
readonly District: readonly ["districtType", "zoning", "districtLocked", "districtActive", "overlay", "sortOrder", "selectedByUsers"];
|
|
12976
12976
|
readonly Building: readonly ["parentDistrict", "buildingType", "positionX", "footprintStart", "footprintEnd", "maxFootprint", "blueprintRef", "density", "height", "visibility", "overlay", "condemned", "sortOrder", "selectedByUsers"];
|
|
12977
12977
|
readonly Road: readonly ["parentBuilding", "roadType", "roadLength", "roadId"];
|
|
12978
|
-
}, {} & {}>, _input: {
|
|
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
|
};
|
|
@@ -13135,11 +13135,11 @@ export declare function create(): Database.FromPlugin<Database.Plugin<{
|
|
|
13135
13135
|
readonly District: readonly ["districtType", "zoning", "districtLocked", "districtActive", "overlay", "sortOrder", "selectedByUsers"];
|
|
13136
13136
|
readonly Building: readonly ["parentDistrict", "buildingType", "positionX", "footprintStart", "footprintEnd", "maxFootprint", "blueprintRef", "density", "height", "visibility", "overlay", "condemned", "sortOrder", "selectedByUsers"];
|
|
13137
13137
|
readonly Road: readonly ["parentBuilding", "roadType", "roadLength", "roadId"];
|
|
13138
|
-
}, {} & {}>, _input: {
|
|
13138
|
+
}, {} & {}, never>, _input: {
|
|
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
|
};
|
|
@@ -13296,10 +13296,10 @@ export declare function create(): Database.FromPlugin<Database.Plugin<{
|
|
|
13296
13296
|
readonly District: readonly ["districtType", "zoning", "districtLocked", "districtActive", "overlay", "sortOrder", "selectedByUsers"];
|
|
13297
13297
|
readonly Building: readonly ["parentDistrict", "buildingType", "positionX", "footprintStart", "footprintEnd", "maxFootprint", "blueprintRef", "density", "height", "visibility", "overlay", "condemned", "sortOrder", "selectedByUsers"];
|
|
13298
13298
|
readonly Road: readonly ["parentBuilding", "roadType", "roadLength", "roadId"];
|
|
13299
|
-
}, {} & {}>, _input: {
|
|
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
|
};
|
|
@@ -13456,10 +13456,10 @@ export declare function create(): Database.FromPlugin<Database.Plugin<{
|
|
|
13456
13456
|
readonly District: readonly ["districtType", "zoning", "districtLocked", "districtActive", "overlay", "sortOrder", "selectedByUsers"];
|
|
13457
13457
|
readonly Building: readonly ["parentDistrict", "buildingType", "positionX", "footprintStart", "footprintEnd", "maxFootprint", "blueprintRef", "density", "height", "visibility", "overlay", "condemned", "sortOrder", "selectedByUsers"];
|
|
13458
13458
|
readonly Road: readonly ["parentBuilding", "roadType", "roadLength", "roadId"];
|
|
13459
|
-
}, {} & {}>, _input: {
|
|
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
|
};
|
|
@@ -13616,13 +13616,13 @@ export declare function create(): Database.FromPlugin<Database.Plugin<{
|
|
|
13616
13616
|
readonly District: readonly ["districtType", "zoning", "districtLocked", "districtActive", "overlay", "sortOrder", "selectedByUsers"];
|
|
13617
13617
|
readonly Building: readonly ["parentDistrict", "buildingType", "positionX", "footprintStart", "footprintEnd", "maxFootprint", "blueprintRef", "density", "height", "visibility", "overlay", "condemned", "sortOrder", "selectedByUsers"];
|
|
13618
13618
|
readonly Road: readonly ["parentBuilding", "roadType", "roadLength", "roadId"];
|
|
13619
|
-
}, {} & {}>, _input: {
|
|
13619
|
+
}, {} & {}, never>, _input: {
|
|
13620
13620
|
entityIds: Entity[];
|
|
13621
13621
|
userId: string;
|
|
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
|
};
|
|
@@ -13779,7 +13779,7 @@ export declare function create(): Database.FromPlugin<Database.Plugin<{
|
|
|
13779
13779
|
readonly District: readonly ["districtType", "zoning", "districtLocked", "districtActive", "overlay", "sortOrder", "selectedByUsers"];
|
|
13780
13780
|
readonly Building: readonly ["parentDistrict", "buildingType", "positionX", "footprintStart", "footprintEnd", "maxFootprint", "blueprintRef", "density", "height", "visibility", "overlay", "condemned", "sortOrder", "selectedByUsers"];
|
|
13781
13781
|
readonly Road: readonly ["parentBuilding", "roadType", "roadLength", "roadId"];
|
|
13782
|
-
}, {} & {}>, _input: {
|
|
13782
|
+
}, {} & {}, never>, _input: {
|
|
13783
13783
|
userId: string;
|
|
13784
13784
|
edge: "left" | "right";
|
|
13785
13785
|
}) => void;
|
|
@@ -13941,7 +13941,7 @@ export declare function create(): Database.FromPlugin<Database.Plugin<{
|
|
|
13941
13941
|
readonly District: readonly ["districtType", "zoning", "districtLocked", "districtActive", "overlay", "sortOrder", "selectedByUsers"];
|
|
13942
13942
|
readonly Building: readonly ["parentDistrict", "buildingType", "positionX", "footprintStart", "footprintEnd", "maxFootprint", "blueprintRef", "density", "height", "visibility", "overlay", "condemned", "sortOrder", "selectedByUsers"];
|
|
13943
13943
|
readonly Road: readonly ["parentBuilding", "roadType", "roadLength", "roadId"];
|
|
13944
|
-
}, import("../index.js").ToTransactionFunctions<{}>, string, import("../index.js").ToActionFunctions<{}>, import("./database.js").FromServiceFactories<{} & {}>, import("./database.js").FromComputedFactories<{}>, {} & {}>) => Observe<number[]>;
|
|
13944
|
+
}, import("../index.js").ToTransactionFunctions<{}>, string, import("../index.js").ToActionFunctions<{}>, import("./database.js").FromServiceFactories<{} & {}>, import("./database.js").FromComputedFactories<{}>, {} & {}, never>) => Observe<number[]>;
|
|
13945
13945
|
readonly buildings: (db: Database<import("../../schema/from-schemas.js").FromSchemas<{} & {
|
|
13946
13946
|
readonly districtType: {
|
|
13947
13947
|
readonly type: "string";
|
|
@@ -14099,7 +14099,7 @@ export declare function create(): Database.FromPlugin<Database.Plugin<{
|
|
|
14099
14099
|
readonly District: readonly ["districtType", "zoning", "districtLocked", "districtActive", "overlay", "sortOrder", "selectedByUsers"];
|
|
14100
14100
|
readonly Building: readonly ["parentDistrict", "buildingType", "positionX", "footprintStart", "footprintEnd", "maxFootprint", "blueprintRef", "density", "height", "visibility", "overlay", "condemned", "sortOrder", "selectedByUsers"];
|
|
14101
14101
|
readonly Road: readonly ["parentBuilding", "roadType", "roadLength", "roadId"];
|
|
14102
|
-
}, import("../index.js").ToTransactionFunctions<{}>, string, import("../index.js").ToActionFunctions<{}>, import("./database.js").FromServiceFactories<{} & {}>, import("./database.js").FromComputedFactories<{}>, {} & {}>) => (districtId: Entity) => Observe<readonly Entity[]>;
|
|
14102
|
+
}, import("../index.js").ToTransactionFunctions<{}>, string, import("../index.js").ToActionFunctions<{}>, import("./database.js").FromServiceFactories<{} & {}>, import("./database.js").FromComputedFactories<{}>, {} & {}, never>) => (districtId: Entity) => Observe<readonly Entity[]>;
|
|
14103
14103
|
readonly currentUserId: (_db: Database<import("../../schema/from-schemas.js").FromSchemas<{} & {
|
|
14104
14104
|
readonly districtType: {
|
|
14105
14105
|
readonly type: "string";
|
|
@@ -14257,7 +14257,7 @@ export declare function create(): Database.FromPlugin<Database.Plugin<{
|
|
|
14257
14257
|
readonly District: readonly ["districtType", "zoning", "districtLocked", "districtActive", "overlay", "sortOrder", "selectedByUsers"];
|
|
14258
14258
|
readonly Building: readonly ["parentDistrict", "buildingType", "positionX", "footprintStart", "footprintEnd", "maxFootprint", "blueprintRef", "density", "height", "visibility", "overlay", "condemned", "sortOrder", "selectedByUsers"];
|
|
14259
14259
|
readonly Road: readonly ["parentBuilding", "roadType", "roadLength", "roadId"];
|
|
14260
|
-
}, import("../index.js").ToTransactionFunctions<{}>, string, import("../index.js").ToActionFunctions<{}>, import("./database.js").FromServiceFactories<{} & {}>, import("./database.js").FromComputedFactories<{}>, {} & {}>) => Observe<string | null>;
|
|
14260
|
+
}, import("../index.js").ToTransactionFunctions<{}>, string, import("../index.js").ToActionFunctions<{}>, import("./database.js").FromServiceFactories<{} & {}>, import("./database.js").FromComputedFactories<{}>, {} & {}, never>) => Observe<string | null>;
|
|
14261
14261
|
readonly effectivePixelsPerUnit: (db: Database<import("../../schema/from-schemas.js").FromSchemas<{} & {
|
|
14262
14262
|
readonly districtType: {
|
|
14263
14263
|
readonly type: "string";
|
|
@@ -14415,7 +14415,7 @@ export declare function create(): Database.FromPlugin<Database.Plugin<{
|
|
|
14415
14415
|
readonly District: readonly ["districtType", "zoning", "districtLocked", "districtActive", "overlay", "sortOrder", "selectedByUsers"];
|
|
14416
14416
|
readonly Building: readonly ["parentDistrict", "buildingType", "positionX", "footprintStart", "footprintEnd", "maxFootprint", "blueprintRef", "density", "height", "visibility", "overlay", "condemned", "sortOrder", "selectedByUsers"];
|
|
14417
14417
|
readonly Road: readonly ["parentBuilding", "roadType", "roadLength", "roadId"];
|
|
14418
|
-
}, import("../index.js").ToTransactionFunctions<{}>, string, import("../index.js").ToActionFunctions<{}>, import("./database.js").FromServiceFactories<{} & {}>, import("./database.js").FromComputedFactories<{}>, {} & {}>) => Observe<number>;
|
|
14418
|
+
}, import("../index.js").ToTransactionFunctions<{}>, string, import("../index.js").ToActionFunctions<{}>, import("./database.js").FromServiceFactories<{} & {}>, import("./database.js").FromComputedFactories<{}>, {} & {}, never>) => Observe<number>;
|
|
14419
14419
|
readonly worldExtent: (db: Database<import("../../schema/from-schemas.js").FromSchemas<{} & {
|
|
14420
14420
|
readonly districtType: {
|
|
14421
14421
|
readonly type: "string";
|
|
@@ -14573,8 +14573,8 @@ export declare function create(): Database.FromPlugin<Database.Plugin<{
|
|
|
14573
14573
|
readonly District: readonly ["districtType", "zoning", "districtLocked", "districtActive", "overlay", "sortOrder", "selectedByUsers"];
|
|
14574
14574
|
readonly Building: readonly ["parentDistrict", "buildingType", "positionX", "footprintStart", "footprintEnd", "maxFootprint", "blueprintRef", "density", "height", "visibility", "overlay", "condemned", "sortOrder", "selectedByUsers"];
|
|
14575
14575
|
readonly Road: readonly ["parentBuilding", "roadType", "roadLength", "roadId"];
|
|
14576
|
-
}, import("../index.js").ToTransactionFunctions<{}>, string, import("../index.js").ToActionFunctions<{}>, import("./database.js").FromServiceFactories<{} & {}>, import("./database.js").FromComputedFactories<{}>, {} & {}>) => Observe<number>;
|
|
14577
|
-
}>, {} & {}>) => Promise<void>;
|
|
14576
|
+
}, import("../index.js").ToTransactionFunctions<{}>, string, import("../index.js").ToActionFunctions<{}>, import("./database.js").FromServiceFactories<{} & {}>, import("./database.js").FromComputedFactories<{}>, {} & {}, never>) => Observe<number>;
|
|
14577
|
+
}>, {} & {}, never>) => Promise<void>;
|
|
14578
14578
|
readonly moveBuildings: (db: Database<import("../../schema/from-schemas.js").FromSchemas<{} & {
|
|
14579
14579
|
readonly districtType: {
|
|
14580
14580
|
readonly type: "string";
|
|
@@ -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
|
};
|
|
@@ -14890,11 +14890,11 @@ export declare function create(): Database.FromPlugin<Database.Plugin<{
|
|
|
14890
14890
|
readonly District: readonly ["districtType", "zoning", "districtLocked", "districtActive", "overlay", "sortOrder", "selectedByUsers"];
|
|
14891
14891
|
readonly Building: readonly ["parentDistrict", "buildingType", "positionX", "footprintStart", "footprintEnd", "maxFootprint", "blueprintRef", "density", "height", "visibility", "overlay", "condemned", "sortOrder", "selectedByUsers"];
|
|
14892
14892
|
readonly Road: readonly ["parentBuilding", "roadType", "roadLength", "roadId"];
|
|
14893
|
-
}, {} & {}>, _input: {
|
|
14893
|
+
}, {} & {}, never>, _input: {
|
|
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
|
};
|
|
@@ -15051,8 +15051,8 @@ export declare function create(): Database.FromPlugin<Database.Plugin<{
|
|
|
15051
15051
|
readonly District: readonly ["districtType", "zoning", "districtLocked", "districtActive", "overlay", "sortOrder", "selectedByUsers"];
|
|
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
|
-
}, {} & {}>, _id: Entity) => void;
|
|
15055
|
-
readonly createBuilding: (t: import("
|
|
15054
|
+
}, {} & {}, never>, _id: Entity) => void;
|
|
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
|
};
|
|
@@ -15209,11 +15209,11 @@ export declare function create(): Database.FromPlugin<Database.Plugin<{
|
|
|
15209
15209
|
readonly District: readonly ["districtType", "zoning", "districtLocked", "districtActive", "overlay", "sortOrder", "selectedByUsers"];
|
|
15210
15210
|
readonly Building: readonly ["parentDistrict", "buildingType", "positionX", "footprintStart", "footprintEnd", "maxFootprint", "blueprintRef", "density", "height", "visibility", "overlay", "condemned", "sortOrder", "selectedByUsers"];
|
|
15211
15211
|
readonly Road: readonly ["parentBuilding", "roadType", "roadLength", "roadId"];
|
|
15212
|
-
}, {} & {}>, _input: {
|
|
15212
|
+
}, {} & {}, never>, _input: {
|
|
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
|
};
|
|
@@ -15370,8 +15370,8 @@ export declare function create(): Database.FromPlugin<Database.Plugin<{
|
|
|
15370
15370
|
readonly District: readonly ["districtType", "zoning", "districtLocked", "districtActive", "overlay", "sortOrder", "selectedByUsers"];
|
|
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
|
-
}, {} & {}>, _id: Entity) => void;
|
|
15374
|
-
readonly updateBuilding: (t: import("
|
|
15373
|
+
}, {} & {}, never>, _id: Entity) => void;
|
|
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
|
};
|
|
@@ -15528,13 +15528,13 @@ export declare function create(): Database.FromPlugin<Database.Plugin<{
|
|
|
15528
15528
|
readonly District: readonly ["districtType", "zoning", "districtLocked", "districtActive", "overlay", "sortOrder", "selectedByUsers"];
|
|
15529
15529
|
readonly Building: readonly ["parentDistrict", "buildingType", "positionX", "footprintStart", "footprintEnd", "maxFootprint", "blueprintRef", "density", "height", "visibility", "overlay", "condemned", "sortOrder", "selectedByUsers"];
|
|
15530
15530
|
readonly Road: readonly ["parentBuilding", "roadType", "roadLength", "roadId"];
|
|
15531
|
-
}, {} & {}>, _input: {
|
|
15531
|
+
}, {} & {}, never>, _input: {
|
|
15532
15532
|
id: Entity;
|
|
15533
15533
|
} & Partial<{
|
|
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
|
};
|
|
@@ -15691,11 +15691,11 @@ export declare function create(): Database.FromPlugin<Database.Plugin<{
|
|
|
15691
15691
|
readonly District: readonly ["districtType", "zoning", "districtLocked", "districtActive", "overlay", "sortOrder", "selectedByUsers"];
|
|
15692
15692
|
readonly Building: readonly ["parentDistrict", "buildingType", "positionX", "footprintStart", "footprintEnd", "maxFootprint", "blueprintRef", "density", "height", "visibility", "overlay", "condemned", "sortOrder", "selectedByUsers"];
|
|
15693
15693
|
readonly Road: readonly ["parentBuilding", "roadType", "roadLength", "roadId"];
|
|
15694
|
-
}, {} & {}>, _input: {
|
|
15694
|
+
}, {} & {}, never>, _input: {
|
|
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
|
};
|
|
@@ -15852,11 +15852,11 @@ export declare function create(): Database.FromPlugin<Database.Plugin<{
|
|
|
15852
15852
|
readonly District: readonly ["districtType", "zoning", "districtLocked", "districtActive", "overlay", "sortOrder", "selectedByUsers"];
|
|
15853
15853
|
readonly Building: readonly ["parentDistrict", "buildingType", "positionX", "footprintStart", "footprintEnd", "maxFootprint", "blueprintRef", "density", "height", "visibility", "overlay", "condemned", "sortOrder", "selectedByUsers"];
|
|
15854
15854
|
readonly Road: readonly ["parentBuilding", "roadType", "roadLength", "roadId"];
|
|
15855
|
-
}, {} & {}>, _input: {
|
|
15855
|
+
}, {} & {}, never>, _input: {
|
|
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
|
};
|
|
@@ -16013,11 +16013,11 @@ export declare function create(): Database.FromPlugin<Database.Plugin<{
|
|
|
16013
16013
|
readonly District: readonly ["districtType", "zoning", "districtLocked", "districtActive", "overlay", "sortOrder", "selectedByUsers"];
|
|
16014
16014
|
readonly Building: readonly ["parentDistrict", "buildingType", "positionX", "footprintStart", "footprintEnd", "maxFootprint", "blueprintRef", "density", "height", "visibility", "overlay", "condemned", "sortOrder", "selectedByUsers"];
|
|
16015
16015
|
readonly Road: readonly ["parentBuilding", "roadType", "roadLength", "roadId"];
|
|
16016
|
-
}, {} & {}>, _input: {
|
|
16016
|
+
}, {} & {}, never>, _input: {
|
|
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
|
};
|
|
@@ -16174,10 +16174,10 @@ export declare function create(): Database.FromPlugin<Database.Plugin<{
|
|
|
16174
16174
|
readonly District: readonly ["districtType", "zoning", "districtLocked", "districtActive", "overlay", "sortOrder", "selectedByUsers"];
|
|
16175
16175
|
readonly Building: readonly ["parentDistrict", "buildingType", "positionX", "footprintStart", "footprintEnd", "maxFootprint", "blueprintRef", "density", "height", "visibility", "overlay", "condemned", "sortOrder", "selectedByUsers"];
|
|
16176
16176
|
readonly Road: readonly ["parentBuilding", "roadType", "roadLength", "roadId"];
|
|
16177
|
-
}, {} & {}>, _input: {
|
|
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
|
};
|
|
@@ -16334,10 +16334,10 @@ export declare function create(): Database.FromPlugin<Database.Plugin<{
|
|
|
16334
16334
|
readonly District: readonly ["districtType", "zoning", "districtLocked", "districtActive", "overlay", "sortOrder", "selectedByUsers"];
|
|
16335
16335
|
readonly Building: readonly ["parentDistrict", "buildingType", "positionX", "footprintStart", "footprintEnd", "maxFootprint", "blueprintRef", "density", "height", "visibility", "overlay", "condemned", "sortOrder", "selectedByUsers"];
|
|
16336
16336
|
readonly Road: readonly ["parentBuilding", "roadType", "roadLength", "roadId"];
|
|
16337
|
-
}, {} & {}>, _input: {
|
|
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
|
};
|
|
@@ -16494,10 +16494,10 @@ export declare function create(): Database.FromPlugin<Database.Plugin<{
|
|
|
16494
16494
|
readonly District: readonly ["districtType", "zoning", "districtLocked", "districtActive", "overlay", "sortOrder", "selectedByUsers"];
|
|
16495
16495
|
readonly Building: readonly ["parentDistrict", "buildingType", "positionX", "footprintStart", "footprintEnd", "maxFootprint", "blueprintRef", "density", "height", "visibility", "overlay", "condemned", "sortOrder", "selectedByUsers"];
|
|
16496
16496
|
readonly Road: readonly ["parentBuilding", "roadType", "roadLength", "roadId"];
|
|
16497
|
-
}, {} & {}>, _input: {
|
|
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
|
};
|
|
@@ -16654,10 +16654,10 @@ export declare function create(): Database.FromPlugin<Database.Plugin<{
|
|
|
16654
16654
|
readonly District: readonly ["districtType", "zoning", "districtLocked", "districtActive", "overlay", "sortOrder", "selectedByUsers"];
|
|
16655
16655
|
readonly Building: readonly ["parentDistrict", "buildingType", "positionX", "footprintStart", "footprintEnd", "maxFootprint", "blueprintRef", "density", "height", "visibility", "overlay", "condemned", "sortOrder", "selectedByUsers"];
|
|
16656
16656
|
readonly Road: readonly ["parentBuilding", "roadType", "roadLength", "roadId"];
|
|
16657
|
-
}, {} & {}>, _input: {
|
|
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
|
};
|
|
@@ -16814,10 +16814,10 @@ export declare function create(): Database.FromPlugin<Database.Plugin<{
|
|
|
16814
16814
|
readonly District: readonly ["districtType", "zoning", "districtLocked", "districtActive", "overlay", "sortOrder", "selectedByUsers"];
|
|
16815
16815
|
readonly Building: readonly ["parentDistrict", "buildingType", "positionX", "footprintStart", "footprintEnd", "maxFootprint", "blueprintRef", "density", "height", "visibility", "overlay", "condemned", "sortOrder", "selectedByUsers"];
|
|
16816
16816
|
readonly Road: readonly ["parentBuilding", "roadType", "roadLength", "roadId"];
|
|
16817
|
-
}, {} & {}>, _input: {
|
|
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
|
};
|
|
@@ -16974,10 +16974,10 @@ export declare function create(): Database.FromPlugin<Database.Plugin<{
|
|
|
16974
16974
|
readonly District: readonly ["districtType", "zoning", "districtLocked", "districtActive", "overlay", "sortOrder", "selectedByUsers"];
|
|
16975
16975
|
readonly Building: readonly ["parentDistrict", "buildingType", "positionX", "footprintStart", "footprintEnd", "maxFootprint", "blueprintRef", "density", "height", "visibility", "overlay", "condemned", "sortOrder", "selectedByUsers"];
|
|
16976
16976
|
readonly Road: readonly ["parentBuilding", "roadType", "roadLength", "roadId"];
|
|
16977
|
-
}, {} & {}>, _input: {
|
|
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
|
};
|
|
@@ -17134,10 +17134,10 @@ export declare function create(): Database.FromPlugin<Database.Plugin<{
|
|
|
17134
17134
|
readonly District: readonly ["districtType", "zoning", "districtLocked", "districtActive", "overlay", "sortOrder", "selectedByUsers"];
|
|
17135
17135
|
readonly Building: readonly ["parentDistrict", "buildingType", "positionX", "footprintStart", "footprintEnd", "maxFootprint", "blueprintRef", "density", "height", "visibility", "overlay", "condemned", "sortOrder", "selectedByUsers"];
|
|
17136
17136
|
readonly Road: readonly ["parentBuilding", "roadType", "roadLength", "roadId"];
|
|
17137
|
-
}, {} & {}>, _input: {
|
|
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
|
};
|
|
@@ -17294,10 +17294,10 @@ export declare function create(): Database.FromPlugin<Database.Plugin<{
|
|
|
17294
17294
|
readonly District: readonly ["districtType", "zoning", "districtLocked", "districtActive", "overlay", "sortOrder", "selectedByUsers"];
|
|
17295
17295
|
readonly Building: readonly ["parentDistrict", "buildingType", "positionX", "footprintStart", "footprintEnd", "maxFootprint", "blueprintRef", "density", "height", "visibility", "overlay", "condemned", "sortOrder", "selectedByUsers"];
|
|
17296
17296
|
readonly Road: readonly ["parentBuilding", "roadType", "roadLength", "roadId"];
|
|
17297
|
-
}, {} & {}>, _input: {
|
|
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
|
};
|
|
@@ -17454,8 +17454,8 @@ export declare function create(): Database.FromPlugin<Database.Plugin<{
|
|
|
17454
17454
|
readonly District: readonly ["districtType", "zoning", "districtLocked", "districtActive", "overlay", "sortOrder", "selectedByUsers"];
|
|
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
|
-
}, {} & {}>) => void;
|
|
17458
|
-
readonly resizeFreeformBuilding: (t: import("
|
|
17457
|
+
}, {} & {}, never>) => void;
|
|
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
|
};
|
|
@@ -17612,12 +17612,12 @@ export declare function create(): Database.FromPlugin<Database.Plugin<{
|
|
|
17612
17612
|
readonly District: readonly ["districtType", "zoning", "districtLocked", "districtActive", "overlay", "sortOrder", "selectedByUsers"];
|
|
17613
17613
|
readonly Building: readonly ["parentDistrict", "buildingType", "positionX", "footprintStart", "footprintEnd", "maxFootprint", "blueprintRef", "density", "height", "visibility", "overlay", "condemned", "sortOrder", "selectedByUsers"];
|
|
17614
17614
|
readonly Road: readonly ["parentBuilding", "roadType", "roadLength", "roadId"];
|
|
17615
|
-
}, {} & {}>, _input: {
|
|
17615
|
+
}, {} & {}, never>, _input: {
|
|
17616
17616
|
buildingId: Entity;
|
|
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
|
};
|
|
@@ -17774,12 +17774,12 @@ export declare function create(): Database.FromPlugin<Database.Plugin<{
|
|
|
17774
17774
|
readonly District: readonly ["districtType", "zoning", "districtLocked", "districtActive", "overlay", "sortOrder", "selectedByUsers"];
|
|
17775
17775
|
readonly Building: readonly ["parentDistrict", "buildingType", "positionX", "footprintStart", "footprintEnd", "maxFootprint", "blueprintRef", "density", "height", "visibility", "overlay", "condemned", "sortOrder", "selectedByUsers"];
|
|
17776
17776
|
readonly Road: readonly ["parentBuilding", "roadType", "roadLength", "roadId"];
|
|
17777
|
-
}, {} & {}>, _input: {
|
|
17777
|
+
}, {} & {}, never>, _input: {
|
|
17778
17778
|
buildingId: Entity;
|
|
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
|
};
|
|
@@ -17936,10 +17936,10 @@ export declare function create(): Database.FromPlugin<Database.Plugin<{
|
|
|
17936
17936
|
readonly District: readonly ["districtType", "zoning", "districtLocked", "districtActive", "overlay", "sortOrder", "selectedByUsers"];
|
|
17937
17937
|
readonly Building: readonly ["parentDistrict", "buildingType", "positionX", "footprintStart", "footprintEnd", "maxFootprint", "blueprintRef", "density", "height", "visibility", "overlay", "condemned", "sortOrder", "selectedByUsers"];
|
|
17938
17938
|
readonly Road: readonly ["parentBuilding", "roadType", "roadLength", "roadId"];
|
|
17939
|
-
}, {} & {}>, _input: {
|
|
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
|
};
|
|
@@ -18096,10 +18096,10 @@ export declare function create(): Database.FromPlugin<Database.Plugin<{
|
|
|
18096
18096
|
readonly District: readonly ["districtType", "zoning", "districtLocked", "districtActive", "overlay", "sortOrder", "selectedByUsers"];
|
|
18097
18097
|
readonly Building: readonly ["parentDistrict", "buildingType", "positionX", "footprintStart", "footprintEnd", "maxFootprint", "blueprintRef", "density", "height", "visibility", "overlay", "condemned", "sortOrder", "selectedByUsers"];
|
|
18098
18098
|
readonly Road: readonly ["parentBuilding", "roadType", "roadLength", "roadId"];
|
|
18099
|
-
}, {} & {}>, _input: {
|
|
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
|
};
|
|
@@ -18256,11 +18256,11 @@ export declare function create(): Database.FromPlugin<Database.Plugin<{
|
|
|
18256
18256
|
readonly District: readonly ["districtType", "zoning", "districtLocked", "districtActive", "overlay", "sortOrder", "selectedByUsers"];
|
|
18257
18257
|
readonly Building: readonly ["parentDistrict", "buildingType", "positionX", "footprintStart", "footprintEnd", "maxFootprint", "blueprintRef", "density", "height", "visibility", "overlay", "condemned", "sortOrder", "selectedByUsers"];
|
|
18258
18258
|
readonly Road: readonly ["parentBuilding", "roadType", "roadLength", "roadId"];
|
|
18259
|
-
}, {} & {}>, _input: {
|
|
18259
|
+
}, {} & {}, never>, _input: {
|
|
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
|
};
|
|
@@ -18417,10 +18417,10 @@ export declare function create(): Database.FromPlugin<Database.Plugin<{
|
|
|
18417
18417
|
readonly District: readonly ["districtType", "zoning", "districtLocked", "districtActive", "overlay", "sortOrder", "selectedByUsers"];
|
|
18418
18418
|
readonly Building: readonly ["parentDistrict", "buildingType", "positionX", "footprintStart", "footprintEnd", "maxFootprint", "blueprintRef", "density", "height", "visibility", "overlay", "condemned", "sortOrder", "selectedByUsers"];
|
|
18419
18419
|
readonly Road: readonly ["parentBuilding", "roadType", "roadLength", "roadId"];
|
|
18420
|
-
}, {} & {}>, _input: {
|
|
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
|
};
|
|
@@ -18577,10 +18577,10 @@ export declare function create(): Database.FromPlugin<Database.Plugin<{
|
|
|
18577
18577
|
readonly District: readonly ["districtType", "zoning", "districtLocked", "districtActive", "overlay", "sortOrder", "selectedByUsers"];
|
|
18578
18578
|
readonly Building: readonly ["parentDistrict", "buildingType", "positionX", "footprintStart", "footprintEnd", "maxFootprint", "blueprintRef", "density", "height", "visibility", "overlay", "condemned", "sortOrder", "selectedByUsers"];
|
|
18579
18579
|
readonly Road: readonly ["parentBuilding", "roadType", "roadLength", "roadId"];
|
|
18580
|
-
}, {} & {}>, _input: {
|
|
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
|
};
|
|
@@ -18737,13 +18737,13 @@ export declare function create(): Database.FromPlugin<Database.Plugin<{
|
|
|
18737
18737
|
readonly District: readonly ["districtType", "zoning", "districtLocked", "districtActive", "overlay", "sortOrder", "selectedByUsers"];
|
|
18738
18738
|
readonly Building: readonly ["parentDistrict", "buildingType", "positionX", "footprintStart", "footprintEnd", "maxFootprint", "blueprintRef", "density", "height", "visibility", "overlay", "condemned", "sortOrder", "selectedByUsers"];
|
|
18739
18739
|
readonly Road: readonly ["parentBuilding", "roadType", "roadLength", "roadId"];
|
|
18740
|
-
}, {} & {}>, _input: {
|
|
18740
|
+
}, {} & {}, never>, _input: {
|
|
18741
18741
|
entityIds: Entity[];
|
|
18742
18742
|
userId: string;
|
|
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
|
};
|
|
@@ -18900,7 +18900,7 @@ export declare function create(): Database.FromPlugin<Database.Plugin<{
|
|
|
18900
18900
|
readonly District: readonly ["districtType", "zoning", "districtLocked", "districtActive", "overlay", "sortOrder", "selectedByUsers"];
|
|
18901
18901
|
readonly Building: readonly ["parentDistrict", "buildingType", "positionX", "footprintStart", "footprintEnd", "maxFootprint", "blueprintRef", "density", "height", "visibility", "overlay", "condemned", "sortOrder", "selectedByUsers"];
|
|
18902
18902
|
readonly Road: readonly ["parentBuilding", "roadType", "roadLength", "roadId"];
|
|
18903
|
-
}, {} & {}>, _input: {
|
|
18903
|
+
}, {} & {}, never>, _input: {
|
|
18904
18904
|
userId: string;
|
|
18905
18905
|
edge: "left" | "right";
|
|
18906
18906
|
}) => void;
|
|
@@ -19062,7 +19062,7 @@ export declare function create(): Database.FromPlugin<Database.Plugin<{
|
|
|
19062
19062
|
readonly District: readonly ["districtType", "zoning", "districtLocked", "districtActive", "overlay", "sortOrder", "selectedByUsers"];
|
|
19063
19063
|
readonly Building: readonly ["parentDistrict", "buildingType", "positionX", "footprintStart", "footprintEnd", "maxFootprint", "blueprintRef", "density", "height", "visibility", "overlay", "condemned", "sortOrder", "selectedByUsers"];
|
|
19064
19064
|
readonly Road: readonly ["parentBuilding", "roadType", "roadLength", "roadId"];
|
|
19065
|
-
}, import("../index.js").ToTransactionFunctions<{}>, string, import("../index.js").ToActionFunctions<{}>, import("./database.js").FromServiceFactories<{} & {}>, import("./database.js").FromComputedFactories<{}>, {} & {}>) => Observe<number[]>;
|
|
19065
|
+
}, import("../index.js").ToTransactionFunctions<{}>, string, import("../index.js").ToActionFunctions<{}>, import("./database.js").FromServiceFactories<{} & {}>, import("./database.js").FromComputedFactories<{}>, {} & {}, never>) => Observe<number[]>;
|
|
19066
19066
|
readonly buildings: (db: Database<import("../../schema/from-schemas.js").FromSchemas<{} & {
|
|
19067
19067
|
readonly districtType: {
|
|
19068
19068
|
readonly type: "string";
|
|
@@ -19220,7 +19220,7 @@ export declare function create(): Database.FromPlugin<Database.Plugin<{
|
|
|
19220
19220
|
readonly District: readonly ["districtType", "zoning", "districtLocked", "districtActive", "overlay", "sortOrder", "selectedByUsers"];
|
|
19221
19221
|
readonly Building: readonly ["parentDistrict", "buildingType", "positionX", "footprintStart", "footprintEnd", "maxFootprint", "blueprintRef", "density", "height", "visibility", "overlay", "condemned", "sortOrder", "selectedByUsers"];
|
|
19222
19222
|
readonly Road: readonly ["parentBuilding", "roadType", "roadLength", "roadId"];
|
|
19223
|
-
}, import("../index.js").ToTransactionFunctions<{}>, string, import("../index.js").ToActionFunctions<{}>, import("./database.js").FromServiceFactories<{} & {}>, import("./database.js").FromComputedFactories<{}>, {} & {}>) => (districtId: Entity) => Observe<readonly Entity[]>;
|
|
19223
|
+
}, import("../index.js").ToTransactionFunctions<{}>, string, import("../index.js").ToActionFunctions<{}>, import("./database.js").FromServiceFactories<{} & {}>, import("./database.js").FromComputedFactories<{}>, {} & {}, never>) => (districtId: Entity) => Observe<readonly Entity[]>;
|
|
19224
19224
|
readonly currentUserId: (_db: Database<import("../../schema/from-schemas.js").FromSchemas<{} & {
|
|
19225
19225
|
readonly districtType: {
|
|
19226
19226
|
readonly type: "string";
|
|
@@ -19378,7 +19378,7 @@ export declare function create(): Database.FromPlugin<Database.Plugin<{
|
|
|
19378
19378
|
readonly District: readonly ["districtType", "zoning", "districtLocked", "districtActive", "overlay", "sortOrder", "selectedByUsers"];
|
|
19379
19379
|
readonly Building: readonly ["parentDistrict", "buildingType", "positionX", "footprintStart", "footprintEnd", "maxFootprint", "blueprintRef", "density", "height", "visibility", "overlay", "condemned", "sortOrder", "selectedByUsers"];
|
|
19380
19380
|
readonly Road: readonly ["parentBuilding", "roadType", "roadLength", "roadId"];
|
|
19381
|
-
}, import("../index.js").ToTransactionFunctions<{}>, string, import("../index.js").ToActionFunctions<{}>, import("./database.js").FromServiceFactories<{} & {}>, import("./database.js").FromComputedFactories<{}>, {} & {}>) => Observe<string | null>;
|
|
19381
|
+
}, import("../index.js").ToTransactionFunctions<{}>, string, import("../index.js").ToActionFunctions<{}>, import("./database.js").FromServiceFactories<{} & {}>, import("./database.js").FromComputedFactories<{}>, {} & {}, never>) => Observe<string | null>;
|
|
19382
19382
|
readonly effectivePixelsPerUnit: (db: Database<import("../../schema/from-schemas.js").FromSchemas<{} & {
|
|
19383
19383
|
readonly districtType: {
|
|
19384
19384
|
readonly type: "string";
|
|
@@ -19536,7 +19536,7 @@ export declare function create(): Database.FromPlugin<Database.Plugin<{
|
|
|
19536
19536
|
readonly District: readonly ["districtType", "zoning", "districtLocked", "districtActive", "overlay", "sortOrder", "selectedByUsers"];
|
|
19537
19537
|
readonly Building: readonly ["parentDistrict", "buildingType", "positionX", "footprintStart", "footprintEnd", "maxFootprint", "blueprintRef", "density", "height", "visibility", "overlay", "condemned", "sortOrder", "selectedByUsers"];
|
|
19538
19538
|
readonly Road: readonly ["parentBuilding", "roadType", "roadLength", "roadId"];
|
|
19539
|
-
}, import("../index.js").ToTransactionFunctions<{}>, string, import("../index.js").ToActionFunctions<{}>, import("./database.js").FromServiceFactories<{} & {}>, import("./database.js").FromComputedFactories<{}>, {} & {}>) => Observe<number>;
|
|
19539
|
+
}, import("../index.js").ToTransactionFunctions<{}>, string, import("../index.js").ToActionFunctions<{}>, import("./database.js").FromServiceFactories<{} & {}>, import("./database.js").FromComputedFactories<{}>, {} & {}, never>) => Observe<number>;
|
|
19540
19540
|
readonly worldExtent: (db: Database<import("../../schema/from-schemas.js").FromSchemas<{} & {
|
|
19541
19541
|
readonly districtType: {
|
|
19542
19542
|
readonly type: "string";
|
|
@@ -19694,8 +19694,8 @@ export declare function create(): Database.FromPlugin<Database.Plugin<{
|
|
|
19694
19694
|
readonly District: readonly ["districtType", "zoning", "districtLocked", "districtActive", "overlay", "sortOrder", "selectedByUsers"];
|
|
19695
19695
|
readonly Building: readonly ["parentDistrict", "buildingType", "positionX", "footprintStart", "footprintEnd", "maxFootprint", "blueprintRef", "density", "height", "visibility", "overlay", "condemned", "sortOrder", "selectedByUsers"];
|
|
19696
19696
|
readonly Road: readonly ["parentBuilding", "roadType", "roadLength", "roadId"];
|
|
19697
|
-
}, import("../index.js").ToTransactionFunctions<{}>, string, import("../index.js").ToActionFunctions<{}>, import("./database.js").FromServiceFactories<{} & {}>, import("./database.js").FromComputedFactories<{}>, {} & {}>) => Observe<number>;
|
|
19698
|
-
}>, {} & {}>, { buildingId }: {
|
|
19697
|
+
}, import("../index.js").ToTransactionFunctions<{}>, string, import("../index.js").ToActionFunctions<{}>, import("./database.js").FromServiceFactories<{} & {}>, import("./database.js").FromComputedFactories<{}>, {} & {}, never>) => Observe<number>;
|
|
19698
|
+
}>, {} & {}, never>, { buildingId }: {
|
|
19699
19699
|
buildingId: Entity;
|
|
19700
19700
|
}) => Promise<void>;
|
|
19701
19701
|
readonly resizeBuilding: (db: Database<import("../../schema/from-schemas.js").FromSchemas<{} & {
|
|
@@ -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
|
};
|
|
@@ -20013,11 +20013,11 @@ export declare function create(): Database.FromPlugin<Database.Plugin<{
|
|
|
20013
20013
|
readonly District: readonly ["districtType", "zoning", "districtLocked", "districtActive", "overlay", "sortOrder", "selectedByUsers"];
|
|
20014
20014
|
readonly Building: readonly ["parentDistrict", "buildingType", "positionX", "footprintStart", "footprintEnd", "maxFootprint", "blueprintRef", "density", "height", "visibility", "overlay", "condemned", "sortOrder", "selectedByUsers"];
|
|
20015
20015
|
readonly Road: readonly ["parentBuilding", "roadType", "roadLength", "roadId"];
|
|
20016
|
-
}, {} & {}>, _input: {
|
|
20016
|
+
}, {} & {}, never>, _input: {
|
|
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
|
};
|
|
@@ -20174,8 +20174,8 @@ export declare function create(): Database.FromPlugin<Database.Plugin<{
|
|
|
20174
20174
|
readonly District: readonly ["districtType", "zoning", "districtLocked", "districtActive", "overlay", "sortOrder", "selectedByUsers"];
|
|
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
|
-
}, {} & {}>, _id: Entity) => void;
|
|
20178
|
-
readonly createBuilding: (t: import("
|
|
20177
|
+
}, {} & {}, never>, _id: Entity) => void;
|
|
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
|
};
|
|
@@ -20332,11 +20332,11 @@ export declare function create(): Database.FromPlugin<Database.Plugin<{
|
|
|
20332
20332
|
readonly District: readonly ["districtType", "zoning", "districtLocked", "districtActive", "overlay", "sortOrder", "selectedByUsers"];
|
|
20333
20333
|
readonly Building: readonly ["parentDistrict", "buildingType", "positionX", "footprintStart", "footprintEnd", "maxFootprint", "blueprintRef", "density", "height", "visibility", "overlay", "condemned", "sortOrder", "selectedByUsers"];
|
|
20334
20334
|
readonly Road: readonly ["parentBuilding", "roadType", "roadLength", "roadId"];
|
|
20335
|
-
}, {} & {}>, _input: {
|
|
20335
|
+
}, {} & {}, never>, _input: {
|
|
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
|
};
|
|
@@ -20493,8 +20493,8 @@ export declare function create(): Database.FromPlugin<Database.Plugin<{
|
|
|
20493
20493
|
readonly District: readonly ["districtType", "zoning", "districtLocked", "districtActive", "overlay", "sortOrder", "selectedByUsers"];
|
|
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
|
-
}, {} & {}>, _id: Entity) => void;
|
|
20497
|
-
readonly updateBuilding: (t: import("
|
|
20496
|
+
}, {} & {}, never>, _id: Entity) => void;
|
|
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
|
};
|
|
@@ -20651,13 +20651,13 @@ export declare function create(): Database.FromPlugin<Database.Plugin<{
|
|
|
20651
20651
|
readonly District: readonly ["districtType", "zoning", "districtLocked", "districtActive", "overlay", "sortOrder", "selectedByUsers"];
|
|
20652
20652
|
readonly Building: readonly ["parentDistrict", "buildingType", "positionX", "footprintStart", "footprintEnd", "maxFootprint", "blueprintRef", "density", "height", "visibility", "overlay", "condemned", "sortOrder", "selectedByUsers"];
|
|
20653
20653
|
readonly Road: readonly ["parentBuilding", "roadType", "roadLength", "roadId"];
|
|
20654
|
-
}, {} & {}>, _input: {
|
|
20654
|
+
}, {} & {}, never>, _input: {
|
|
20655
20655
|
id: Entity;
|
|
20656
20656
|
} & Partial<{
|
|
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
|
};
|
|
@@ -20814,11 +20814,11 @@ export declare function create(): Database.FromPlugin<Database.Plugin<{
|
|
|
20814
20814
|
readonly District: readonly ["districtType", "zoning", "districtLocked", "districtActive", "overlay", "sortOrder", "selectedByUsers"];
|
|
20815
20815
|
readonly Building: readonly ["parentDistrict", "buildingType", "positionX", "footprintStart", "footprintEnd", "maxFootprint", "blueprintRef", "density", "height", "visibility", "overlay", "condemned", "sortOrder", "selectedByUsers"];
|
|
20816
20816
|
readonly Road: readonly ["parentBuilding", "roadType", "roadLength", "roadId"];
|
|
20817
|
-
}, {} & {}>, _input: {
|
|
20817
|
+
}, {} & {}, never>, _input: {
|
|
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
|
};
|
|
@@ -20975,11 +20975,11 @@ export declare function create(): Database.FromPlugin<Database.Plugin<{
|
|
|
20975
20975
|
readonly District: readonly ["districtType", "zoning", "districtLocked", "districtActive", "overlay", "sortOrder", "selectedByUsers"];
|
|
20976
20976
|
readonly Building: readonly ["parentDistrict", "buildingType", "positionX", "footprintStart", "footprintEnd", "maxFootprint", "blueprintRef", "density", "height", "visibility", "overlay", "condemned", "sortOrder", "selectedByUsers"];
|
|
20977
20977
|
readonly Road: readonly ["parentBuilding", "roadType", "roadLength", "roadId"];
|
|
20978
|
-
}, {} & {}>, _input: {
|
|
20978
|
+
}, {} & {}, never>, _input: {
|
|
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
|
};
|
|
@@ -21136,11 +21136,11 @@ export declare function create(): Database.FromPlugin<Database.Plugin<{
|
|
|
21136
21136
|
readonly District: readonly ["districtType", "zoning", "districtLocked", "districtActive", "overlay", "sortOrder", "selectedByUsers"];
|
|
21137
21137
|
readonly Building: readonly ["parentDistrict", "buildingType", "positionX", "footprintStart", "footprintEnd", "maxFootprint", "blueprintRef", "density", "height", "visibility", "overlay", "condemned", "sortOrder", "selectedByUsers"];
|
|
21138
21138
|
readonly Road: readonly ["parentBuilding", "roadType", "roadLength", "roadId"];
|
|
21139
|
-
}, {} & {}>, _input: {
|
|
21139
|
+
}, {} & {}, never>, _input: {
|
|
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
|
};
|
|
@@ -21297,10 +21297,10 @@ export declare function create(): Database.FromPlugin<Database.Plugin<{
|
|
|
21297
21297
|
readonly District: readonly ["districtType", "zoning", "districtLocked", "districtActive", "overlay", "sortOrder", "selectedByUsers"];
|
|
21298
21298
|
readonly Building: readonly ["parentDistrict", "buildingType", "positionX", "footprintStart", "footprintEnd", "maxFootprint", "blueprintRef", "density", "height", "visibility", "overlay", "condemned", "sortOrder", "selectedByUsers"];
|
|
21299
21299
|
readonly Road: readonly ["parentBuilding", "roadType", "roadLength", "roadId"];
|
|
21300
|
-
}, {} & {}>, _input: {
|
|
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
|
};
|
|
@@ -21457,10 +21457,10 @@ export declare function create(): Database.FromPlugin<Database.Plugin<{
|
|
|
21457
21457
|
readonly District: readonly ["districtType", "zoning", "districtLocked", "districtActive", "overlay", "sortOrder", "selectedByUsers"];
|
|
21458
21458
|
readonly Building: readonly ["parentDistrict", "buildingType", "positionX", "footprintStart", "footprintEnd", "maxFootprint", "blueprintRef", "density", "height", "visibility", "overlay", "condemned", "sortOrder", "selectedByUsers"];
|
|
21459
21459
|
readonly Road: readonly ["parentBuilding", "roadType", "roadLength", "roadId"];
|
|
21460
|
-
}, {} & {}>, _input: {
|
|
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
|
};
|
|
@@ -21617,10 +21617,10 @@ export declare function create(): Database.FromPlugin<Database.Plugin<{
|
|
|
21617
21617
|
readonly District: readonly ["districtType", "zoning", "districtLocked", "districtActive", "overlay", "sortOrder", "selectedByUsers"];
|
|
21618
21618
|
readonly Building: readonly ["parentDistrict", "buildingType", "positionX", "footprintStart", "footprintEnd", "maxFootprint", "blueprintRef", "density", "height", "visibility", "overlay", "condemned", "sortOrder", "selectedByUsers"];
|
|
21619
21619
|
readonly Road: readonly ["parentBuilding", "roadType", "roadLength", "roadId"];
|
|
21620
|
-
}, {} & {}>, _input: {
|
|
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
|
};
|
|
@@ -21777,10 +21777,10 @@ export declare function create(): Database.FromPlugin<Database.Plugin<{
|
|
|
21777
21777
|
readonly District: readonly ["districtType", "zoning", "districtLocked", "districtActive", "overlay", "sortOrder", "selectedByUsers"];
|
|
21778
21778
|
readonly Building: readonly ["parentDistrict", "buildingType", "positionX", "footprintStart", "footprintEnd", "maxFootprint", "blueprintRef", "density", "height", "visibility", "overlay", "condemned", "sortOrder", "selectedByUsers"];
|
|
21779
21779
|
readonly Road: readonly ["parentBuilding", "roadType", "roadLength", "roadId"];
|
|
21780
|
-
}, {} & {}>, _input: {
|
|
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
|
};
|
|
@@ -21937,10 +21937,10 @@ export declare function create(): Database.FromPlugin<Database.Plugin<{
|
|
|
21937
21937
|
readonly District: readonly ["districtType", "zoning", "districtLocked", "districtActive", "overlay", "sortOrder", "selectedByUsers"];
|
|
21938
21938
|
readonly Building: readonly ["parentDistrict", "buildingType", "positionX", "footprintStart", "footprintEnd", "maxFootprint", "blueprintRef", "density", "height", "visibility", "overlay", "condemned", "sortOrder", "selectedByUsers"];
|
|
21939
21939
|
readonly Road: readonly ["parentBuilding", "roadType", "roadLength", "roadId"];
|
|
21940
|
-
}, {} & {}>, _input: {
|
|
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
|
};
|
|
@@ -22097,10 +22097,10 @@ export declare function create(): Database.FromPlugin<Database.Plugin<{
|
|
|
22097
22097
|
readonly District: readonly ["districtType", "zoning", "districtLocked", "districtActive", "overlay", "sortOrder", "selectedByUsers"];
|
|
22098
22098
|
readonly Building: readonly ["parentDistrict", "buildingType", "positionX", "footprintStart", "footprintEnd", "maxFootprint", "blueprintRef", "density", "height", "visibility", "overlay", "condemned", "sortOrder", "selectedByUsers"];
|
|
22099
22099
|
readonly Road: readonly ["parentBuilding", "roadType", "roadLength", "roadId"];
|
|
22100
|
-
}, {} & {}>, _input: {
|
|
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
|
};
|
|
@@ -22257,10 +22257,10 @@ export declare function create(): Database.FromPlugin<Database.Plugin<{
|
|
|
22257
22257
|
readonly District: readonly ["districtType", "zoning", "districtLocked", "districtActive", "overlay", "sortOrder", "selectedByUsers"];
|
|
22258
22258
|
readonly Building: readonly ["parentDistrict", "buildingType", "positionX", "footprintStart", "footprintEnd", "maxFootprint", "blueprintRef", "density", "height", "visibility", "overlay", "condemned", "sortOrder", "selectedByUsers"];
|
|
22259
22259
|
readonly Road: readonly ["parentBuilding", "roadType", "roadLength", "roadId"];
|
|
22260
|
-
}, {} & {}>, _input: {
|
|
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
|
};
|
|
@@ -22417,10 +22417,10 @@ export declare function create(): Database.FromPlugin<Database.Plugin<{
|
|
|
22417
22417
|
readonly District: readonly ["districtType", "zoning", "districtLocked", "districtActive", "overlay", "sortOrder", "selectedByUsers"];
|
|
22418
22418
|
readonly Building: readonly ["parentDistrict", "buildingType", "positionX", "footprintStart", "footprintEnd", "maxFootprint", "blueprintRef", "density", "height", "visibility", "overlay", "condemned", "sortOrder", "selectedByUsers"];
|
|
22419
22419
|
readonly Road: readonly ["parentBuilding", "roadType", "roadLength", "roadId"];
|
|
22420
|
-
}, {} & {}>, _input: {
|
|
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
|
};
|
|
@@ -22577,8 +22577,8 @@ export declare function create(): Database.FromPlugin<Database.Plugin<{
|
|
|
22577
22577
|
readonly District: readonly ["districtType", "zoning", "districtLocked", "districtActive", "overlay", "sortOrder", "selectedByUsers"];
|
|
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
|
-
}, {} & {}>) => void;
|
|
22581
|
-
readonly resizeFreeformBuilding: (t: import("
|
|
22580
|
+
}, {} & {}, never>) => void;
|
|
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
|
};
|
|
@@ -22735,12 +22735,12 @@ export declare function create(): Database.FromPlugin<Database.Plugin<{
|
|
|
22735
22735
|
readonly District: readonly ["districtType", "zoning", "districtLocked", "districtActive", "overlay", "sortOrder", "selectedByUsers"];
|
|
22736
22736
|
readonly Building: readonly ["parentDistrict", "buildingType", "positionX", "footprintStart", "footprintEnd", "maxFootprint", "blueprintRef", "density", "height", "visibility", "overlay", "condemned", "sortOrder", "selectedByUsers"];
|
|
22737
22737
|
readonly Road: readonly ["parentBuilding", "roadType", "roadLength", "roadId"];
|
|
22738
|
-
}, {} & {}>, _input: {
|
|
22738
|
+
}, {} & {}, never>, _input: {
|
|
22739
22739
|
buildingId: Entity;
|
|
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
|
};
|
|
@@ -22897,12 +22897,12 @@ export declare function create(): Database.FromPlugin<Database.Plugin<{
|
|
|
22897
22897
|
readonly District: readonly ["districtType", "zoning", "districtLocked", "districtActive", "overlay", "sortOrder", "selectedByUsers"];
|
|
22898
22898
|
readonly Building: readonly ["parentDistrict", "buildingType", "positionX", "footprintStart", "footprintEnd", "maxFootprint", "blueprintRef", "density", "height", "visibility", "overlay", "condemned", "sortOrder", "selectedByUsers"];
|
|
22899
22899
|
readonly Road: readonly ["parentBuilding", "roadType", "roadLength", "roadId"];
|
|
22900
|
-
}, {} & {}>, _input: {
|
|
22900
|
+
}, {} & {}, never>, _input: {
|
|
22901
22901
|
buildingId: Entity;
|
|
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
|
};
|
|
@@ -23059,10 +23059,10 @@ export declare function create(): Database.FromPlugin<Database.Plugin<{
|
|
|
23059
23059
|
readonly District: readonly ["districtType", "zoning", "districtLocked", "districtActive", "overlay", "sortOrder", "selectedByUsers"];
|
|
23060
23060
|
readonly Building: readonly ["parentDistrict", "buildingType", "positionX", "footprintStart", "footprintEnd", "maxFootprint", "blueprintRef", "density", "height", "visibility", "overlay", "condemned", "sortOrder", "selectedByUsers"];
|
|
23061
23061
|
readonly Road: readonly ["parentBuilding", "roadType", "roadLength", "roadId"];
|
|
23062
|
-
}, {} & {}>, _input: {
|
|
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
|
};
|
|
@@ -23219,10 +23219,10 @@ export declare function create(): Database.FromPlugin<Database.Plugin<{
|
|
|
23219
23219
|
readonly District: readonly ["districtType", "zoning", "districtLocked", "districtActive", "overlay", "sortOrder", "selectedByUsers"];
|
|
23220
23220
|
readonly Building: readonly ["parentDistrict", "buildingType", "positionX", "footprintStart", "footprintEnd", "maxFootprint", "blueprintRef", "density", "height", "visibility", "overlay", "condemned", "sortOrder", "selectedByUsers"];
|
|
23221
23221
|
readonly Road: readonly ["parentBuilding", "roadType", "roadLength", "roadId"];
|
|
23222
|
-
}, {} & {}>, _input: {
|
|
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
|
};
|
|
@@ -23379,11 +23379,11 @@ export declare function create(): Database.FromPlugin<Database.Plugin<{
|
|
|
23379
23379
|
readonly District: readonly ["districtType", "zoning", "districtLocked", "districtActive", "overlay", "sortOrder", "selectedByUsers"];
|
|
23380
23380
|
readonly Building: readonly ["parentDistrict", "buildingType", "positionX", "footprintStart", "footprintEnd", "maxFootprint", "blueprintRef", "density", "height", "visibility", "overlay", "condemned", "sortOrder", "selectedByUsers"];
|
|
23381
23381
|
readonly Road: readonly ["parentBuilding", "roadType", "roadLength", "roadId"];
|
|
23382
|
-
}, {} & {}>, _input: {
|
|
23382
|
+
}, {} & {}, never>, _input: {
|
|
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
|
};
|
|
@@ -23540,10 +23540,10 @@ export declare function create(): Database.FromPlugin<Database.Plugin<{
|
|
|
23540
23540
|
readonly District: readonly ["districtType", "zoning", "districtLocked", "districtActive", "overlay", "sortOrder", "selectedByUsers"];
|
|
23541
23541
|
readonly Building: readonly ["parentDistrict", "buildingType", "positionX", "footprintStart", "footprintEnd", "maxFootprint", "blueprintRef", "density", "height", "visibility", "overlay", "condemned", "sortOrder", "selectedByUsers"];
|
|
23542
23542
|
readonly Road: readonly ["parentBuilding", "roadType", "roadLength", "roadId"];
|
|
23543
|
-
}, {} & {}>, _input: {
|
|
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
|
};
|
|
@@ -23700,10 +23700,10 @@ export declare function create(): Database.FromPlugin<Database.Plugin<{
|
|
|
23700
23700
|
readonly District: readonly ["districtType", "zoning", "districtLocked", "districtActive", "overlay", "sortOrder", "selectedByUsers"];
|
|
23701
23701
|
readonly Building: readonly ["parentDistrict", "buildingType", "positionX", "footprintStart", "footprintEnd", "maxFootprint", "blueprintRef", "density", "height", "visibility", "overlay", "condemned", "sortOrder", "selectedByUsers"];
|
|
23702
23702
|
readonly Road: readonly ["parentBuilding", "roadType", "roadLength", "roadId"];
|
|
23703
|
-
}, {} & {}>, _input: {
|
|
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
|
};
|
|
@@ -23860,13 +23860,13 @@ export declare function create(): Database.FromPlugin<Database.Plugin<{
|
|
|
23860
23860
|
readonly District: readonly ["districtType", "zoning", "districtLocked", "districtActive", "overlay", "sortOrder", "selectedByUsers"];
|
|
23861
23861
|
readonly Building: readonly ["parentDistrict", "buildingType", "positionX", "footprintStart", "footprintEnd", "maxFootprint", "blueprintRef", "density", "height", "visibility", "overlay", "condemned", "sortOrder", "selectedByUsers"];
|
|
23862
23862
|
readonly Road: readonly ["parentBuilding", "roadType", "roadLength", "roadId"];
|
|
23863
|
-
}, {} & {}>, _input: {
|
|
23863
|
+
}, {} & {}, never>, _input: {
|
|
23864
23864
|
entityIds: Entity[];
|
|
23865
23865
|
userId: string;
|
|
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
|
};
|
|
@@ -24023,7 +24023,7 @@ export declare function create(): Database.FromPlugin<Database.Plugin<{
|
|
|
24023
24023
|
readonly District: readonly ["districtType", "zoning", "districtLocked", "districtActive", "overlay", "sortOrder", "selectedByUsers"];
|
|
24024
24024
|
readonly Building: readonly ["parentDistrict", "buildingType", "positionX", "footprintStart", "footprintEnd", "maxFootprint", "blueprintRef", "density", "height", "visibility", "overlay", "condemned", "sortOrder", "selectedByUsers"];
|
|
24025
24025
|
readonly Road: readonly ["parentBuilding", "roadType", "roadLength", "roadId"];
|
|
24026
|
-
}, {} & {}>, _input: {
|
|
24026
|
+
}, {} & {}, never>, _input: {
|
|
24027
24027
|
userId: string;
|
|
24028
24028
|
edge: "left" | "right";
|
|
24029
24029
|
}) => void;
|
|
@@ -24185,7 +24185,7 @@ export declare function create(): Database.FromPlugin<Database.Plugin<{
|
|
|
24185
24185
|
readonly District: readonly ["districtType", "zoning", "districtLocked", "districtActive", "overlay", "sortOrder", "selectedByUsers"];
|
|
24186
24186
|
readonly Building: readonly ["parentDistrict", "buildingType", "positionX", "footprintStart", "footprintEnd", "maxFootprint", "blueprintRef", "density", "height", "visibility", "overlay", "condemned", "sortOrder", "selectedByUsers"];
|
|
24187
24187
|
readonly Road: readonly ["parentBuilding", "roadType", "roadLength", "roadId"];
|
|
24188
|
-
}, import("../index.js").ToTransactionFunctions<{}>, string, import("../index.js").ToActionFunctions<{}>, import("./database.js").FromServiceFactories<{} & {}>, import("./database.js").FromComputedFactories<{}>, {} & {}>) => Observe<number[]>;
|
|
24188
|
+
}, import("../index.js").ToTransactionFunctions<{}>, string, import("../index.js").ToActionFunctions<{}>, import("./database.js").FromServiceFactories<{} & {}>, import("./database.js").FromComputedFactories<{}>, {} & {}, never>) => Observe<number[]>;
|
|
24189
24189
|
readonly buildings: (db: Database<import("../../schema/from-schemas.js").FromSchemas<{} & {
|
|
24190
24190
|
readonly districtType: {
|
|
24191
24191
|
readonly type: "string";
|
|
@@ -24343,7 +24343,7 @@ export declare function create(): Database.FromPlugin<Database.Plugin<{
|
|
|
24343
24343
|
readonly District: readonly ["districtType", "zoning", "districtLocked", "districtActive", "overlay", "sortOrder", "selectedByUsers"];
|
|
24344
24344
|
readonly Building: readonly ["parentDistrict", "buildingType", "positionX", "footprintStart", "footprintEnd", "maxFootprint", "blueprintRef", "density", "height", "visibility", "overlay", "condemned", "sortOrder", "selectedByUsers"];
|
|
24345
24345
|
readonly Road: readonly ["parentBuilding", "roadType", "roadLength", "roadId"];
|
|
24346
|
-
}, import("../index.js").ToTransactionFunctions<{}>, string, import("../index.js").ToActionFunctions<{}>, import("./database.js").FromServiceFactories<{} & {}>, import("./database.js").FromComputedFactories<{}>, {} & {}>) => (districtId: Entity) => Observe<readonly Entity[]>;
|
|
24346
|
+
}, import("../index.js").ToTransactionFunctions<{}>, string, import("../index.js").ToActionFunctions<{}>, import("./database.js").FromServiceFactories<{} & {}>, import("./database.js").FromComputedFactories<{}>, {} & {}, never>) => (districtId: Entity) => Observe<readonly Entity[]>;
|
|
24347
24347
|
readonly currentUserId: (_db: Database<import("../../schema/from-schemas.js").FromSchemas<{} & {
|
|
24348
24348
|
readonly districtType: {
|
|
24349
24349
|
readonly type: "string";
|
|
@@ -24501,7 +24501,7 @@ export declare function create(): Database.FromPlugin<Database.Plugin<{
|
|
|
24501
24501
|
readonly District: readonly ["districtType", "zoning", "districtLocked", "districtActive", "overlay", "sortOrder", "selectedByUsers"];
|
|
24502
24502
|
readonly Building: readonly ["parentDistrict", "buildingType", "positionX", "footprintStart", "footprintEnd", "maxFootprint", "blueprintRef", "density", "height", "visibility", "overlay", "condemned", "sortOrder", "selectedByUsers"];
|
|
24503
24503
|
readonly Road: readonly ["parentBuilding", "roadType", "roadLength", "roadId"];
|
|
24504
|
-
}, import("../index.js").ToTransactionFunctions<{}>, string, import("../index.js").ToActionFunctions<{}>, import("./database.js").FromServiceFactories<{} & {}>, import("./database.js").FromComputedFactories<{}>, {} & {}>) => Observe<string | null>;
|
|
24504
|
+
}, import("../index.js").ToTransactionFunctions<{}>, string, import("../index.js").ToActionFunctions<{}>, import("./database.js").FromServiceFactories<{} & {}>, import("./database.js").FromComputedFactories<{}>, {} & {}, never>) => Observe<string | null>;
|
|
24505
24505
|
readonly effectivePixelsPerUnit: (db: Database<import("../../schema/from-schemas.js").FromSchemas<{} & {
|
|
24506
24506
|
readonly districtType: {
|
|
24507
24507
|
readonly type: "string";
|
|
@@ -24659,7 +24659,7 @@ export declare function create(): Database.FromPlugin<Database.Plugin<{
|
|
|
24659
24659
|
readonly District: readonly ["districtType", "zoning", "districtLocked", "districtActive", "overlay", "sortOrder", "selectedByUsers"];
|
|
24660
24660
|
readonly Building: readonly ["parentDistrict", "buildingType", "positionX", "footprintStart", "footprintEnd", "maxFootprint", "blueprintRef", "density", "height", "visibility", "overlay", "condemned", "sortOrder", "selectedByUsers"];
|
|
24661
24661
|
readonly Road: readonly ["parentBuilding", "roadType", "roadLength", "roadId"];
|
|
24662
|
-
}, import("../index.js").ToTransactionFunctions<{}>, string, import("../index.js").ToActionFunctions<{}>, import("./database.js").FromServiceFactories<{} & {}>, import("./database.js").FromComputedFactories<{}>, {} & {}>) => Observe<number>;
|
|
24662
|
+
}, import("../index.js").ToTransactionFunctions<{}>, string, import("../index.js").ToActionFunctions<{}>, import("./database.js").FromServiceFactories<{} & {}>, import("./database.js").FromComputedFactories<{}>, {} & {}, never>) => Observe<number>;
|
|
24663
24663
|
readonly worldExtent: (db: Database<import("../../schema/from-schemas.js").FromSchemas<{} & {
|
|
24664
24664
|
readonly districtType: {
|
|
24665
24665
|
readonly type: "string";
|
|
@@ -24817,8 +24817,8 @@ export declare function create(): Database.FromPlugin<Database.Plugin<{
|
|
|
24817
24817
|
readonly District: readonly ["districtType", "zoning", "districtLocked", "districtActive", "overlay", "sortOrder", "selectedByUsers"];
|
|
24818
24818
|
readonly Building: readonly ["parentDistrict", "buildingType", "positionX", "footprintStart", "footprintEnd", "maxFootprint", "blueprintRef", "density", "height", "visibility", "overlay", "condemned", "sortOrder", "selectedByUsers"];
|
|
24819
24819
|
readonly Road: readonly ["parentBuilding", "roadType", "roadLength", "roadId"];
|
|
24820
|
-
}, import("../index.js").ToTransactionFunctions<{}>, string, import("../index.js").ToActionFunctions<{}>, import("./database.js").FromServiceFactories<{} & {}>, import("./database.js").FromComputedFactories<{}>, {} & {}>) => Observe<number>;
|
|
24821
|
-
}>, {} & {}>, { buildingId, edge }: {
|
|
24820
|
+
}, import("../index.js").ToTransactionFunctions<{}>, string, import("../index.js").ToActionFunctions<{}>, import("./database.js").FromServiceFactories<{} & {}>, import("./database.js").FromComputedFactories<{}>, {} & {}, never>) => Observe<number>;
|
|
24821
|
+
}>, {} & {}, never>, { buildingId, edge }: {
|
|
24822
24822
|
buildingId: Entity;
|
|
24823
24823
|
edge: "left" | "right";
|
|
24824
24824
|
}) => Promise<void>;
|
|
@@ -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
|
};
|
|
@@ -25137,11 +25137,11 @@ export declare function create(): Database.FromPlugin<Database.Plugin<{
|
|
|
25137
25137
|
readonly District: readonly ["districtType", "zoning", "districtLocked", "districtActive", "overlay", "sortOrder", "selectedByUsers"];
|
|
25138
25138
|
readonly Building: readonly ["parentDistrict", "buildingType", "positionX", "footprintStart", "footprintEnd", "maxFootprint", "blueprintRef", "density", "height", "visibility", "overlay", "condemned", "sortOrder", "selectedByUsers"];
|
|
25139
25139
|
readonly Road: readonly ["parentBuilding", "roadType", "roadLength", "roadId"];
|
|
25140
|
-
}, {} & {}>, _input: {
|
|
25140
|
+
}, {} & {}, never>, _input: {
|
|
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
|
};
|
|
@@ -25298,8 +25298,8 @@ export declare function create(): Database.FromPlugin<Database.Plugin<{
|
|
|
25298
25298
|
readonly District: readonly ["districtType", "zoning", "districtLocked", "districtActive", "overlay", "sortOrder", "selectedByUsers"];
|
|
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
|
-
}, {} & {}>, _id: Entity) => void;
|
|
25302
|
-
readonly createBuilding: (t: import("
|
|
25301
|
+
}, {} & {}, never>, _id: Entity) => void;
|
|
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
|
};
|
|
@@ -25456,11 +25456,11 @@ export declare function create(): Database.FromPlugin<Database.Plugin<{
|
|
|
25456
25456
|
readonly District: readonly ["districtType", "zoning", "districtLocked", "districtActive", "overlay", "sortOrder", "selectedByUsers"];
|
|
25457
25457
|
readonly Building: readonly ["parentDistrict", "buildingType", "positionX", "footprintStart", "footprintEnd", "maxFootprint", "blueprintRef", "density", "height", "visibility", "overlay", "condemned", "sortOrder", "selectedByUsers"];
|
|
25458
25458
|
readonly Road: readonly ["parentBuilding", "roadType", "roadLength", "roadId"];
|
|
25459
|
-
}, {} & {}>, _input: {
|
|
25459
|
+
}, {} & {}, never>, _input: {
|
|
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
|
};
|
|
@@ -25617,8 +25617,8 @@ export declare function create(): Database.FromPlugin<Database.Plugin<{
|
|
|
25617
25617
|
readonly District: readonly ["districtType", "zoning", "districtLocked", "districtActive", "overlay", "sortOrder", "selectedByUsers"];
|
|
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
|
-
}, {} & {}>, _id: Entity) => void;
|
|
25621
|
-
readonly updateBuilding: (t: import("
|
|
25620
|
+
}, {} & {}, never>, _id: Entity) => void;
|
|
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
|
};
|
|
@@ -25775,13 +25775,13 @@ export declare function create(): Database.FromPlugin<Database.Plugin<{
|
|
|
25775
25775
|
readonly District: readonly ["districtType", "zoning", "districtLocked", "districtActive", "overlay", "sortOrder", "selectedByUsers"];
|
|
25776
25776
|
readonly Building: readonly ["parentDistrict", "buildingType", "positionX", "footprintStart", "footprintEnd", "maxFootprint", "blueprintRef", "density", "height", "visibility", "overlay", "condemned", "sortOrder", "selectedByUsers"];
|
|
25777
25777
|
readonly Road: readonly ["parentBuilding", "roadType", "roadLength", "roadId"];
|
|
25778
|
-
}, {} & {}>, _input: {
|
|
25778
|
+
}, {} & {}, never>, _input: {
|
|
25779
25779
|
id: Entity;
|
|
25780
25780
|
} & Partial<{
|
|
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
|
};
|
|
@@ -25938,11 +25938,11 @@ export declare function create(): Database.FromPlugin<Database.Plugin<{
|
|
|
25938
25938
|
readonly District: readonly ["districtType", "zoning", "districtLocked", "districtActive", "overlay", "sortOrder", "selectedByUsers"];
|
|
25939
25939
|
readonly Building: readonly ["parentDistrict", "buildingType", "positionX", "footprintStart", "footprintEnd", "maxFootprint", "blueprintRef", "density", "height", "visibility", "overlay", "condemned", "sortOrder", "selectedByUsers"];
|
|
25940
25940
|
readonly Road: readonly ["parentBuilding", "roadType", "roadLength", "roadId"];
|
|
25941
|
-
}, {} & {}>, _input: {
|
|
25941
|
+
}, {} & {}, never>, _input: {
|
|
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
|
};
|
|
@@ -26099,11 +26099,11 @@ export declare function create(): Database.FromPlugin<Database.Plugin<{
|
|
|
26099
26099
|
readonly District: readonly ["districtType", "zoning", "districtLocked", "districtActive", "overlay", "sortOrder", "selectedByUsers"];
|
|
26100
26100
|
readonly Building: readonly ["parentDistrict", "buildingType", "positionX", "footprintStart", "footprintEnd", "maxFootprint", "blueprintRef", "density", "height", "visibility", "overlay", "condemned", "sortOrder", "selectedByUsers"];
|
|
26101
26101
|
readonly Road: readonly ["parentBuilding", "roadType", "roadLength", "roadId"];
|
|
26102
|
-
}, {} & {}>, _input: {
|
|
26102
|
+
}, {} & {}, never>, _input: {
|
|
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
|
};
|
|
@@ -26260,11 +26260,11 @@ export declare function create(): Database.FromPlugin<Database.Plugin<{
|
|
|
26260
26260
|
readonly District: readonly ["districtType", "zoning", "districtLocked", "districtActive", "overlay", "sortOrder", "selectedByUsers"];
|
|
26261
26261
|
readonly Building: readonly ["parentDistrict", "buildingType", "positionX", "footprintStart", "footprintEnd", "maxFootprint", "blueprintRef", "density", "height", "visibility", "overlay", "condemned", "sortOrder", "selectedByUsers"];
|
|
26262
26262
|
readonly Road: readonly ["parentBuilding", "roadType", "roadLength", "roadId"];
|
|
26263
|
-
}, {} & {}>, _input: {
|
|
26263
|
+
}, {} & {}, never>, _input: {
|
|
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
|
};
|
|
@@ -26421,10 +26421,10 @@ export declare function create(): Database.FromPlugin<Database.Plugin<{
|
|
|
26421
26421
|
readonly District: readonly ["districtType", "zoning", "districtLocked", "districtActive", "overlay", "sortOrder", "selectedByUsers"];
|
|
26422
26422
|
readonly Building: readonly ["parentDistrict", "buildingType", "positionX", "footprintStart", "footprintEnd", "maxFootprint", "blueprintRef", "density", "height", "visibility", "overlay", "condemned", "sortOrder", "selectedByUsers"];
|
|
26423
26423
|
readonly Road: readonly ["parentBuilding", "roadType", "roadLength", "roadId"];
|
|
26424
|
-
}, {} & {}>, _input: {
|
|
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
|
};
|
|
@@ -26581,10 +26581,10 @@ export declare function create(): Database.FromPlugin<Database.Plugin<{
|
|
|
26581
26581
|
readonly District: readonly ["districtType", "zoning", "districtLocked", "districtActive", "overlay", "sortOrder", "selectedByUsers"];
|
|
26582
26582
|
readonly Building: readonly ["parentDistrict", "buildingType", "positionX", "footprintStart", "footprintEnd", "maxFootprint", "blueprintRef", "density", "height", "visibility", "overlay", "condemned", "sortOrder", "selectedByUsers"];
|
|
26583
26583
|
readonly Road: readonly ["parentBuilding", "roadType", "roadLength", "roadId"];
|
|
26584
|
-
}, {} & {}>, _input: {
|
|
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
|
};
|
|
@@ -26741,10 +26741,10 @@ export declare function create(): Database.FromPlugin<Database.Plugin<{
|
|
|
26741
26741
|
readonly District: readonly ["districtType", "zoning", "districtLocked", "districtActive", "overlay", "sortOrder", "selectedByUsers"];
|
|
26742
26742
|
readonly Building: readonly ["parentDistrict", "buildingType", "positionX", "footprintStart", "footprintEnd", "maxFootprint", "blueprintRef", "density", "height", "visibility", "overlay", "condemned", "sortOrder", "selectedByUsers"];
|
|
26743
26743
|
readonly Road: readonly ["parentBuilding", "roadType", "roadLength", "roadId"];
|
|
26744
|
-
}, {} & {}>, _input: {
|
|
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
|
};
|
|
@@ -26901,10 +26901,10 @@ export declare function create(): Database.FromPlugin<Database.Plugin<{
|
|
|
26901
26901
|
readonly District: readonly ["districtType", "zoning", "districtLocked", "districtActive", "overlay", "sortOrder", "selectedByUsers"];
|
|
26902
26902
|
readonly Building: readonly ["parentDistrict", "buildingType", "positionX", "footprintStart", "footprintEnd", "maxFootprint", "blueprintRef", "density", "height", "visibility", "overlay", "condemned", "sortOrder", "selectedByUsers"];
|
|
26903
26903
|
readonly Road: readonly ["parentBuilding", "roadType", "roadLength", "roadId"];
|
|
26904
|
-
}, {} & {}>, _input: {
|
|
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
|
};
|
|
@@ -27061,10 +27061,10 @@ export declare function create(): Database.FromPlugin<Database.Plugin<{
|
|
|
27061
27061
|
readonly District: readonly ["districtType", "zoning", "districtLocked", "districtActive", "overlay", "sortOrder", "selectedByUsers"];
|
|
27062
27062
|
readonly Building: readonly ["parentDistrict", "buildingType", "positionX", "footprintStart", "footprintEnd", "maxFootprint", "blueprintRef", "density", "height", "visibility", "overlay", "condemned", "sortOrder", "selectedByUsers"];
|
|
27063
27063
|
readonly Road: readonly ["parentBuilding", "roadType", "roadLength", "roadId"];
|
|
27064
|
-
}, {} & {}>, _input: {
|
|
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
|
};
|
|
@@ -27221,10 +27221,10 @@ export declare function create(): Database.FromPlugin<Database.Plugin<{
|
|
|
27221
27221
|
readonly District: readonly ["districtType", "zoning", "districtLocked", "districtActive", "overlay", "sortOrder", "selectedByUsers"];
|
|
27222
27222
|
readonly Building: readonly ["parentDistrict", "buildingType", "positionX", "footprintStart", "footprintEnd", "maxFootprint", "blueprintRef", "density", "height", "visibility", "overlay", "condemned", "sortOrder", "selectedByUsers"];
|
|
27223
27223
|
readonly Road: readonly ["parentBuilding", "roadType", "roadLength", "roadId"];
|
|
27224
|
-
}, {} & {}>, _input: {
|
|
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
|
};
|
|
@@ -27381,10 +27381,10 @@ export declare function create(): Database.FromPlugin<Database.Plugin<{
|
|
|
27381
27381
|
readonly District: readonly ["districtType", "zoning", "districtLocked", "districtActive", "overlay", "sortOrder", "selectedByUsers"];
|
|
27382
27382
|
readonly Building: readonly ["parentDistrict", "buildingType", "positionX", "footprintStart", "footprintEnd", "maxFootprint", "blueprintRef", "density", "height", "visibility", "overlay", "condemned", "sortOrder", "selectedByUsers"];
|
|
27383
27383
|
readonly Road: readonly ["parentBuilding", "roadType", "roadLength", "roadId"];
|
|
27384
|
-
}, {} & {}>, _input: {
|
|
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
|
};
|
|
@@ -27541,10 +27541,10 @@ export declare function create(): Database.FromPlugin<Database.Plugin<{
|
|
|
27541
27541
|
readonly District: readonly ["districtType", "zoning", "districtLocked", "districtActive", "overlay", "sortOrder", "selectedByUsers"];
|
|
27542
27542
|
readonly Building: readonly ["parentDistrict", "buildingType", "positionX", "footprintStart", "footprintEnd", "maxFootprint", "blueprintRef", "density", "height", "visibility", "overlay", "condemned", "sortOrder", "selectedByUsers"];
|
|
27543
27543
|
readonly Road: readonly ["parentBuilding", "roadType", "roadLength", "roadId"];
|
|
27544
|
-
}, {} & {}>, _input: {
|
|
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
|
};
|
|
@@ -27701,8 +27701,8 @@ export declare function create(): Database.FromPlugin<Database.Plugin<{
|
|
|
27701
27701
|
readonly District: readonly ["districtType", "zoning", "districtLocked", "districtActive", "overlay", "sortOrder", "selectedByUsers"];
|
|
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
|
-
}, {} & {}>) => void;
|
|
27705
|
-
readonly resizeFreeformBuilding: (t: import("
|
|
27704
|
+
}, {} & {}, never>) => void;
|
|
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
|
};
|
|
@@ -27859,12 +27859,12 @@ export declare function create(): Database.FromPlugin<Database.Plugin<{
|
|
|
27859
27859
|
readonly District: readonly ["districtType", "zoning", "districtLocked", "districtActive", "overlay", "sortOrder", "selectedByUsers"];
|
|
27860
27860
|
readonly Building: readonly ["parentDistrict", "buildingType", "positionX", "footprintStart", "footprintEnd", "maxFootprint", "blueprintRef", "density", "height", "visibility", "overlay", "condemned", "sortOrder", "selectedByUsers"];
|
|
27861
27861
|
readonly Road: readonly ["parentBuilding", "roadType", "roadLength", "roadId"];
|
|
27862
|
-
}, {} & {}>, _input: {
|
|
27862
|
+
}, {} & {}, never>, _input: {
|
|
27863
27863
|
buildingId: Entity;
|
|
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
|
};
|
|
@@ -28021,12 +28021,12 @@ export declare function create(): Database.FromPlugin<Database.Plugin<{
|
|
|
28021
28021
|
readonly District: readonly ["districtType", "zoning", "districtLocked", "districtActive", "overlay", "sortOrder", "selectedByUsers"];
|
|
28022
28022
|
readonly Building: readonly ["parentDistrict", "buildingType", "positionX", "footprintStart", "footprintEnd", "maxFootprint", "blueprintRef", "density", "height", "visibility", "overlay", "condemned", "sortOrder", "selectedByUsers"];
|
|
28023
28023
|
readonly Road: readonly ["parentBuilding", "roadType", "roadLength", "roadId"];
|
|
28024
|
-
}, {} & {}>, _input: {
|
|
28024
|
+
}, {} & {}, never>, _input: {
|
|
28025
28025
|
buildingId: Entity;
|
|
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
|
};
|
|
@@ -28183,10 +28183,10 @@ export declare function create(): Database.FromPlugin<Database.Plugin<{
|
|
|
28183
28183
|
readonly District: readonly ["districtType", "zoning", "districtLocked", "districtActive", "overlay", "sortOrder", "selectedByUsers"];
|
|
28184
28184
|
readonly Building: readonly ["parentDistrict", "buildingType", "positionX", "footprintStart", "footprintEnd", "maxFootprint", "blueprintRef", "density", "height", "visibility", "overlay", "condemned", "sortOrder", "selectedByUsers"];
|
|
28185
28185
|
readonly Road: readonly ["parentBuilding", "roadType", "roadLength", "roadId"];
|
|
28186
|
-
}, {} & {}>, _input: {
|
|
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
|
};
|
|
@@ -28343,10 +28343,10 @@ export declare function create(): Database.FromPlugin<Database.Plugin<{
|
|
|
28343
28343
|
readonly District: readonly ["districtType", "zoning", "districtLocked", "districtActive", "overlay", "sortOrder", "selectedByUsers"];
|
|
28344
28344
|
readonly Building: readonly ["parentDistrict", "buildingType", "positionX", "footprintStart", "footprintEnd", "maxFootprint", "blueprintRef", "density", "height", "visibility", "overlay", "condemned", "sortOrder", "selectedByUsers"];
|
|
28345
28345
|
readonly Road: readonly ["parentBuilding", "roadType", "roadLength", "roadId"];
|
|
28346
|
-
}, {} & {}>, _input: {
|
|
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
|
};
|
|
@@ -28503,11 +28503,11 @@ export declare function create(): Database.FromPlugin<Database.Plugin<{
|
|
|
28503
28503
|
readonly District: readonly ["districtType", "zoning", "districtLocked", "districtActive", "overlay", "sortOrder", "selectedByUsers"];
|
|
28504
28504
|
readonly Building: readonly ["parentDistrict", "buildingType", "positionX", "footprintStart", "footprintEnd", "maxFootprint", "blueprintRef", "density", "height", "visibility", "overlay", "condemned", "sortOrder", "selectedByUsers"];
|
|
28505
28505
|
readonly Road: readonly ["parentBuilding", "roadType", "roadLength", "roadId"];
|
|
28506
|
-
}, {} & {}>, _input: {
|
|
28506
|
+
}, {} & {}, never>, _input: {
|
|
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
|
};
|
|
@@ -28664,10 +28664,10 @@ export declare function create(): Database.FromPlugin<Database.Plugin<{
|
|
|
28664
28664
|
readonly District: readonly ["districtType", "zoning", "districtLocked", "districtActive", "overlay", "sortOrder", "selectedByUsers"];
|
|
28665
28665
|
readonly Building: readonly ["parentDistrict", "buildingType", "positionX", "footprintStart", "footprintEnd", "maxFootprint", "blueprintRef", "density", "height", "visibility", "overlay", "condemned", "sortOrder", "selectedByUsers"];
|
|
28666
28666
|
readonly Road: readonly ["parentBuilding", "roadType", "roadLength", "roadId"];
|
|
28667
|
-
}, {} & {}>, _input: {
|
|
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
|
};
|
|
@@ -28824,10 +28824,10 @@ export declare function create(): Database.FromPlugin<Database.Plugin<{
|
|
|
28824
28824
|
readonly District: readonly ["districtType", "zoning", "districtLocked", "districtActive", "overlay", "sortOrder", "selectedByUsers"];
|
|
28825
28825
|
readonly Building: readonly ["parentDistrict", "buildingType", "positionX", "footprintStart", "footprintEnd", "maxFootprint", "blueprintRef", "density", "height", "visibility", "overlay", "condemned", "sortOrder", "selectedByUsers"];
|
|
28826
28826
|
readonly Road: readonly ["parentBuilding", "roadType", "roadLength", "roadId"];
|
|
28827
|
-
}, {} & {}>, _input: {
|
|
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
|
};
|
|
@@ -28984,13 +28984,13 @@ export declare function create(): Database.FromPlugin<Database.Plugin<{
|
|
|
28984
28984
|
readonly District: readonly ["districtType", "zoning", "districtLocked", "districtActive", "overlay", "sortOrder", "selectedByUsers"];
|
|
28985
28985
|
readonly Building: readonly ["parentDistrict", "buildingType", "positionX", "footprintStart", "footprintEnd", "maxFootprint", "blueprintRef", "density", "height", "visibility", "overlay", "condemned", "sortOrder", "selectedByUsers"];
|
|
28986
28986
|
readonly Road: readonly ["parentBuilding", "roadType", "roadLength", "roadId"];
|
|
28987
|
-
}, {} & {}>, _input: {
|
|
28987
|
+
}, {} & {}, never>, _input: {
|
|
28988
28988
|
entityIds: Entity[];
|
|
28989
28989
|
userId: string;
|
|
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
|
};
|
|
@@ -29147,7 +29147,7 @@ export declare function create(): Database.FromPlugin<Database.Plugin<{
|
|
|
29147
29147
|
readonly District: readonly ["districtType", "zoning", "districtLocked", "districtActive", "overlay", "sortOrder", "selectedByUsers"];
|
|
29148
29148
|
readonly Building: readonly ["parentDistrict", "buildingType", "positionX", "footprintStart", "footprintEnd", "maxFootprint", "blueprintRef", "density", "height", "visibility", "overlay", "condemned", "sortOrder", "selectedByUsers"];
|
|
29149
29149
|
readonly Road: readonly ["parentBuilding", "roadType", "roadLength", "roadId"];
|
|
29150
|
-
}, {} & {}>, _input: {
|
|
29150
|
+
}, {} & {}, never>, _input: {
|
|
29151
29151
|
userId: string;
|
|
29152
29152
|
edge: "left" | "right";
|
|
29153
29153
|
}) => void;
|
|
@@ -29309,7 +29309,7 @@ export declare function create(): Database.FromPlugin<Database.Plugin<{
|
|
|
29309
29309
|
readonly District: readonly ["districtType", "zoning", "districtLocked", "districtActive", "overlay", "sortOrder", "selectedByUsers"];
|
|
29310
29310
|
readonly Building: readonly ["parentDistrict", "buildingType", "positionX", "footprintStart", "footprintEnd", "maxFootprint", "blueprintRef", "density", "height", "visibility", "overlay", "condemned", "sortOrder", "selectedByUsers"];
|
|
29311
29311
|
readonly Road: readonly ["parentBuilding", "roadType", "roadLength", "roadId"];
|
|
29312
|
-
}, import("../index.js").ToTransactionFunctions<{}>, string, import("../index.js").ToActionFunctions<{}>, import("./database.js").FromServiceFactories<{} & {}>, import("./database.js").FromComputedFactories<{}>, {} & {}>) => Observe<number[]>;
|
|
29312
|
+
}, import("../index.js").ToTransactionFunctions<{}>, string, import("../index.js").ToActionFunctions<{}>, import("./database.js").FromServiceFactories<{} & {}>, import("./database.js").FromComputedFactories<{}>, {} & {}, never>) => Observe<number[]>;
|
|
29313
29313
|
readonly buildings: (db: Database<import("../../schema/from-schemas.js").FromSchemas<{} & {
|
|
29314
29314
|
readonly districtType: {
|
|
29315
29315
|
readonly type: "string";
|
|
@@ -29467,7 +29467,7 @@ export declare function create(): Database.FromPlugin<Database.Plugin<{
|
|
|
29467
29467
|
readonly District: readonly ["districtType", "zoning", "districtLocked", "districtActive", "overlay", "sortOrder", "selectedByUsers"];
|
|
29468
29468
|
readonly Building: readonly ["parentDistrict", "buildingType", "positionX", "footprintStart", "footprintEnd", "maxFootprint", "blueprintRef", "density", "height", "visibility", "overlay", "condemned", "sortOrder", "selectedByUsers"];
|
|
29469
29469
|
readonly Road: readonly ["parentBuilding", "roadType", "roadLength", "roadId"];
|
|
29470
|
-
}, import("../index.js").ToTransactionFunctions<{}>, string, import("../index.js").ToActionFunctions<{}>, import("./database.js").FromServiceFactories<{} & {}>, import("./database.js").FromComputedFactories<{}>, {} & {}>) => (districtId: Entity) => Observe<readonly Entity[]>;
|
|
29470
|
+
}, import("../index.js").ToTransactionFunctions<{}>, string, import("../index.js").ToActionFunctions<{}>, import("./database.js").FromServiceFactories<{} & {}>, import("./database.js").FromComputedFactories<{}>, {} & {}, never>) => (districtId: Entity) => Observe<readonly Entity[]>;
|
|
29471
29471
|
readonly currentUserId: (_db: Database<import("../../schema/from-schemas.js").FromSchemas<{} & {
|
|
29472
29472
|
readonly districtType: {
|
|
29473
29473
|
readonly type: "string";
|
|
@@ -29625,7 +29625,7 @@ export declare function create(): Database.FromPlugin<Database.Plugin<{
|
|
|
29625
29625
|
readonly District: readonly ["districtType", "zoning", "districtLocked", "districtActive", "overlay", "sortOrder", "selectedByUsers"];
|
|
29626
29626
|
readonly Building: readonly ["parentDistrict", "buildingType", "positionX", "footprintStart", "footprintEnd", "maxFootprint", "blueprintRef", "density", "height", "visibility", "overlay", "condemned", "sortOrder", "selectedByUsers"];
|
|
29627
29627
|
readonly Road: readonly ["parentBuilding", "roadType", "roadLength", "roadId"];
|
|
29628
|
-
}, import("../index.js").ToTransactionFunctions<{}>, string, import("../index.js").ToActionFunctions<{}>, import("./database.js").FromServiceFactories<{} & {}>, import("./database.js").FromComputedFactories<{}>, {} & {}>) => Observe<string | null>;
|
|
29628
|
+
}, import("../index.js").ToTransactionFunctions<{}>, string, import("../index.js").ToActionFunctions<{}>, import("./database.js").FromServiceFactories<{} & {}>, import("./database.js").FromComputedFactories<{}>, {} & {}, never>) => Observe<string | null>;
|
|
29629
29629
|
readonly effectivePixelsPerUnit: (db: Database<import("../../schema/from-schemas.js").FromSchemas<{} & {
|
|
29630
29630
|
readonly districtType: {
|
|
29631
29631
|
readonly type: "string";
|
|
@@ -29783,7 +29783,7 @@ export declare function create(): Database.FromPlugin<Database.Plugin<{
|
|
|
29783
29783
|
readonly District: readonly ["districtType", "zoning", "districtLocked", "districtActive", "overlay", "sortOrder", "selectedByUsers"];
|
|
29784
29784
|
readonly Building: readonly ["parentDistrict", "buildingType", "positionX", "footprintStart", "footprintEnd", "maxFootprint", "blueprintRef", "density", "height", "visibility", "overlay", "condemned", "sortOrder", "selectedByUsers"];
|
|
29785
29785
|
readonly Road: readonly ["parentBuilding", "roadType", "roadLength", "roadId"];
|
|
29786
|
-
}, import("../index.js").ToTransactionFunctions<{}>, string, import("../index.js").ToActionFunctions<{}>, import("./database.js").FromServiceFactories<{} & {}>, import("./database.js").FromComputedFactories<{}>, {} & {}>) => Observe<number>;
|
|
29786
|
+
}, import("../index.js").ToTransactionFunctions<{}>, string, import("../index.js").ToActionFunctions<{}>, import("./database.js").FromServiceFactories<{} & {}>, import("./database.js").FromComputedFactories<{}>, {} & {}, never>) => Observe<number>;
|
|
29787
29787
|
readonly worldExtent: (db: Database<import("../../schema/from-schemas.js").FromSchemas<{} & {
|
|
29788
29788
|
readonly districtType: {
|
|
29789
29789
|
readonly type: "string";
|
|
@@ -29941,8 +29941,8 @@ export declare function create(): Database.FromPlugin<Database.Plugin<{
|
|
|
29941
29941
|
readonly District: readonly ["districtType", "zoning", "districtLocked", "districtActive", "overlay", "sortOrder", "selectedByUsers"];
|
|
29942
29942
|
readonly Building: readonly ["parentDistrict", "buildingType", "positionX", "footprintStart", "footprintEnd", "maxFootprint", "blueprintRef", "density", "height", "visibility", "overlay", "condemned", "sortOrder", "selectedByUsers"];
|
|
29943
29943
|
readonly Road: readonly ["parentBuilding", "roadType", "roadLength", "roadId"];
|
|
29944
|
-
}, import("../index.js").ToTransactionFunctions<{}>, string, import("../index.js").ToActionFunctions<{}>, import("./database.js").FromServiceFactories<{} & {}>, import("./database.js").FromComputedFactories<{}>, {} & {}>) => Observe<number>;
|
|
29945
|
-
}>, {} & {}>, delta: number) => Promise<void>;
|
|
29944
|
+
}, import("../index.js").ToTransactionFunctions<{}>, string, import("../index.js").ToActionFunctions<{}>, import("./database.js").FromServiceFactories<{} & {}>, import("./database.js").FromComputedFactories<{}>, {} & {}, never>) => Observe<number>;
|
|
29945
|
+
}>, {} & {}, never>, delta: number) => Promise<void>;
|
|
29946
29946
|
} & {
|
|
29947
29947
|
readonly stepTicks: (db: Database<import("../../schema/from-schemas.js").FromSchemas<{} & {
|
|
29948
29948
|
readonly districtType: {
|
|
@@ -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
|
};
|
|
@@ -30259,11 +30259,11 @@ export declare function create(): Database.FromPlugin<Database.Plugin<{
|
|
|
30259
30259
|
readonly District: readonly ["districtType", "zoning", "districtLocked", "districtActive", "overlay", "sortOrder", "selectedByUsers"];
|
|
30260
30260
|
readonly Building: readonly ["parentDistrict", "buildingType", "positionX", "footprintStart", "footprintEnd", "maxFootprint", "blueprintRef", "density", "height", "visibility", "overlay", "condemned", "sortOrder", "selectedByUsers"];
|
|
30261
30261
|
readonly Road: readonly ["parentBuilding", "roadType", "roadLength", "roadId"];
|
|
30262
|
-
}, {} & {}>, _input: {
|
|
30262
|
+
}, {} & {}, never>, _input: {
|
|
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
|
};
|
|
@@ -30420,8 +30420,8 @@ export declare function create(): Database.FromPlugin<Database.Plugin<{
|
|
|
30420
30420
|
readonly District: readonly ["districtType", "zoning", "districtLocked", "districtActive", "overlay", "sortOrder", "selectedByUsers"];
|
|
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
|
-
}, {} & {}>, _id: Entity) => void;
|
|
30424
|
-
readonly createBuilding: (t: import("
|
|
30423
|
+
}, {} & {}, never>, _id: Entity) => void;
|
|
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
|
};
|
|
@@ -30578,11 +30578,11 @@ export declare function create(): Database.FromPlugin<Database.Plugin<{
|
|
|
30578
30578
|
readonly District: readonly ["districtType", "zoning", "districtLocked", "districtActive", "overlay", "sortOrder", "selectedByUsers"];
|
|
30579
30579
|
readonly Building: readonly ["parentDistrict", "buildingType", "positionX", "footprintStart", "footprintEnd", "maxFootprint", "blueprintRef", "density", "height", "visibility", "overlay", "condemned", "sortOrder", "selectedByUsers"];
|
|
30580
30580
|
readonly Road: readonly ["parentBuilding", "roadType", "roadLength", "roadId"];
|
|
30581
|
-
}, {} & {}>, _input: {
|
|
30581
|
+
}, {} & {}, never>, _input: {
|
|
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
|
};
|
|
@@ -30739,8 +30739,8 @@ export declare function create(): Database.FromPlugin<Database.Plugin<{
|
|
|
30739
30739
|
readonly District: readonly ["districtType", "zoning", "districtLocked", "districtActive", "overlay", "sortOrder", "selectedByUsers"];
|
|
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
|
-
}, {} & {}>, _id: Entity) => void;
|
|
30743
|
-
readonly updateBuilding: (t: import("
|
|
30742
|
+
}, {} & {}, never>, _id: Entity) => void;
|
|
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
|
};
|
|
@@ -30897,13 +30897,13 @@ export declare function create(): Database.FromPlugin<Database.Plugin<{
|
|
|
30897
30897
|
readonly District: readonly ["districtType", "zoning", "districtLocked", "districtActive", "overlay", "sortOrder", "selectedByUsers"];
|
|
30898
30898
|
readonly Building: readonly ["parentDistrict", "buildingType", "positionX", "footprintStart", "footprintEnd", "maxFootprint", "blueprintRef", "density", "height", "visibility", "overlay", "condemned", "sortOrder", "selectedByUsers"];
|
|
30899
30899
|
readonly Road: readonly ["parentBuilding", "roadType", "roadLength", "roadId"];
|
|
30900
|
-
}, {} & {}>, _input: {
|
|
30900
|
+
}, {} & {}, never>, _input: {
|
|
30901
30901
|
id: Entity;
|
|
30902
30902
|
} & Partial<{
|
|
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
|
};
|
|
@@ -31060,11 +31060,11 @@ export declare function create(): Database.FromPlugin<Database.Plugin<{
|
|
|
31060
31060
|
readonly District: readonly ["districtType", "zoning", "districtLocked", "districtActive", "overlay", "sortOrder", "selectedByUsers"];
|
|
31061
31061
|
readonly Building: readonly ["parentDistrict", "buildingType", "positionX", "footprintStart", "footprintEnd", "maxFootprint", "blueprintRef", "density", "height", "visibility", "overlay", "condemned", "sortOrder", "selectedByUsers"];
|
|
31062
31062
|
readonly Road: readonly ["parentBuilding", "roadType", "roadLength", "roadId"];
|
|
31063
|
-
}, {} & {}>, _input: {
|
|
31063
|
+
}, {} & {}, never>, _input: {
|
|
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
|
};
|
|
@@ -31221,11 +31221,11 @@ export declare function create(): Database.FromPlugin<Database.Plugin<{
|
|
|
31221
31221
|
readonly District: readonly ["districtType", "zoning", "districtLocked", "districtActive", "overlay", "sortOrder", "selectedByUsers"];
|
|
31222
31222
|
readonly Building: readonly ["parentDistrict", "buildingType", "positionX", "footprintStart", "footprintEnd", "maxFootprint", "blueprintRef", "density", "height", "visibility", "overlay", "condemned", "sortOrder", "selectedByUsers"];
|
|
31223
31223
|
readonly Road: readonly ["parentBuilding", "roadType", "roadLength", "roadId"];
|
|
31224
|
-
}, {} & {}>, _input: {
|
|
31224
|
+
}, {} & {}, never>, _input: {
|
|
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
|
};
|
|
@@ -31382,11 +31382,11 @@ export declare function create(): Database.FromPlugin<Database.Plugin<{
|
|
|
31382
31382
|
readonly District: readonly ["districtType", "zoning", "districtLocked", "districtActive", "overlay", "sortOrder", "selectedByUsers"];
|
|
31383
31383
|
readonly Building: readonly ["parentDistrict", "buildingType", "positionX", "footprintStart", "footprintEnd", "maxFootprint", "blueprintRef", "density", "height", "visibility", "overlay", "condemned", "sortOrder", "selectedByUsers"];
|
|
31384
31384
|
readonly Road: readonly ["parentBuilding", "roadType", "roadLength", "roadId"];
|
|
31385
|
-
}, {} & {}>, _input: {
|
|
31385
|
+
}, {} & {}, never>, _input: {
|
|
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
|
};
|
|
@@ -31543,10 +31543,10 @@ export declare function create(): Database.FromPlugin<Database.Plugin<{
|
|
|
31543
31543
|
readonly District: readonly ["districtType", "zoning", "districtLocked", "districtActive", "overlay", "sortOrder", "selectedByUsers"];
|
|
31544
31544
|
readonly Building: readonly ["parentDistrict", "buildingType", "positionX", "footprintStart", "footprintEnd", "maxFootprint", "blueprintRef", "density", "height", "visibility", "overlay", "condemned", "sortOrder", "selectedByUsers"];
|
|
31545
31545
|
readonly Road: readonly ["parentBuilding", "roadType", "roadLength", "roadId"];
|
|
31546
|
-
}, {} & {}>, _input: {
|
|
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
|
};
|
|
@@ -31703,10 +31703,10 @@ export declare function create(): Database.FromPlugin<Database.Plugin<{
|
|
|
31703
31703
|
readonly District: readonly ["districtType", "zoning", "districtLocked", "districtActive", "overlay", "sortOrder", "selectedByUsers"];
|
|
31704
31704
|
readonly Building: readonly ["parentDistrict", "buildingType", "positionX", "footprintStart", "footprintEnd", "maxFootprint", "blueprintRef", "density", "height", "visibility", "overlay", "condemned", "sortOrder", "selectedByUsers"];
|
|
31705
31705
|
readonly Road: readonly ["parentBuilding", "roadType", "roadLength", "roadId"];
|
|
31706
|
-
}, {} & {}>, _input: {
|
|
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
|
};
|
|
@@ -31863,10 +31863,10 @@ export declare function create(): Database.FromPlugin<Database.Plugin<{
|
|
|
31863
31863
|
readonly District: readonly ["districtType", "zoning", "districtLocked", "districtActive", "overlay", "sortOrder", "selectedByUsers"];
|
|
31864
31864
|
readonly Building: readonly ["parentDistrict", "buildingType", "positionX", "footprintStart", "footprintEnd", "maxFootprint", "blueprintRef", "density", "height", "visibility", "overlay", "condemned", "sortOrder", "selectedByUsers"];
|
|
31865
31865
|
readonly Road: readonly ["parentBuilding", "roadType", "roadLength", "roadId"];
|
|
31866
|
-
}, {} & {}>, _input: {
|
|
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
|
};
|
|
@@ -32023,10 +32023,10 @@ export declare function create(): Database.FromPlugin<Database.Plugin<{
|
|
|
32023
32023
|
readonly District: readonly ["districtType", "zoning", "districtLocked", "districtActive", "overlay", "sortOrder", "selectedByUsers"];
|
|
32024
32024
|
readonly Building: readonly ["parentDistrict", "buildingType", "positionX", "footprintStart", "footprintEnd", "maxFootprint", "blueprintRef", "density", "height", "visibility", "overlay", "condemned", "sortOrder", "selectedByUsers"];
|
|
32025
32025
|
readonly Road: readonly ["parentBuilding", "roadType", "roadLength", "roadId"];
|
|
32026
|
-
}, {} & {}>, _input: {
|
|
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
|
};
|
|
@@ -32183,10 +32183,10 @@ export declare function create(): Database.FromPlugin<Database.Plugin<{
|
|
|
32183
32183
|
readonly District: readonly ["districtType", "zoning", "districtLocked", "districtActive", "overlay", "sortOrder", "selectedByUsers"];
|
|
32184
32184
|
readonly Building: readonly ["parentDistrict", "buildingType", "positionX", "footprintStart", "footprintEnd", "maxFootprint", "blueprintRef", "density", "height", "visibility", "overlay", "condemned", "sortOrder", "selectedByUsers"];
|
|
32185
32185
|
readonly Road: readonly ["parentBuilding", "roadType", "roadLength", "roadId"];
|
|
32186
|
-
}, {} & {}>, _input: {
|
|
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
|
};
|
|
@@ -32343,10 +32343,10 @@ export declare function create(): Database.FromPlugin<Database.Plugin<{
|
|
|
32343
32343
|
readonly District: readonly ["districtType", "zoning", "districtLocked", "districtActive", "overlay", "sortOrder", "selectedByUsers"];
|
|
32344
32344
|
readonly Building: readonly ["parentDistrict", "buildingType", "positionX", "footprintStart", "footprintEnd", "maxFootprint", "blueprintRef", "density", "height", "visibility", "overlay", "condemned", "sortOrder", "selectedByUsers"];
|
|
32345
32345
|
readonly Road: readonly ["parentBuilding", "roadType", "roadLength", "roadId"];
|
|
32346
|
-
}, {} & {}>, _input: {
|
|
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
|
};
|
|
@@ -32503,10 +32503,10 @@ export declare function create(): Database.FromPlugin<Database.Plugin<{
|
|
|
32503
32503
|
readonly District: readonly ["districtType", "zoning", "districtLocked", "districtActive", "overlay", "sortOrder", "selectedByUsers"];
|
|
32504
32504
|
readonly Building: readonly ["parentDistrict", "buildingType", "positionX", "footprintStart", "footprintEnd", "maxFootprint", "blueprintRef", "density", "height", "visibility", "overlay", "condemned", "sortOrder", "selectedByUsers"];
|
|
32505
32505
|
readonly Road: readonly ["parentBuilding", "roadType", "roadLength", "roadId"];
|
|
32506
|
-
}, {} & {}>, _input: {
|
|
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
|
};
|
|
@@ -32663,10 +32663,10 @@ export declare function create(): Database.FromPlugin<Database.Plugin<{
|
|
|
32663
32663
|
readonly District: readonly ["districtType", "zoning", "districtLocked", "districtActive", "overlay", "sortOrder", "selectedByUsers"];
|
|
32664
32664
|
readonly Building: readonly ["parentDistrict", "buildingType", "positionX", "footprintStart", "footprintEnd", "maxFootprint", "blueprintRef", "density", "height", "visibility", "overlay", "condemned", "sortOrder", "selectedByUsers"];
|
|
32665
32665
|
readonly Road: readonly ["parentBuilding", "roadType", "roadLength", "roadId"];
|
|
32666
|
-
}, {} & {}>, _input: {
|
|
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
|
};
|
|
@@ -32823,8 +32823,8 @@ export declare function create(): Database.FromPlugin<Database.Plugin<{
|
|
|
32823
32823
|
readonly District: readonly ["districtType", "zoning", "districtLocked", "districtActive", "overlay", "sortOrder", "selectedByUsers"];
|
|
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
|
-
}, {} & {}>) => void;
|
|
32827
|
-
readonly resizeFreeformBuilding: (t: import("
|
|
32826
|
+
}, {} & {}, never>) => void;
|
|
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
|
};
|
|
@@ -32981,12 +32981,12 @@ export declare function create(): Database.FromPlugin<Database.Plugin<{
|
|
|
32981
32981
|
readonly District: readonly ["districtType", "zoning", "districtLocked", "districtActive", "overlay", "sortOrder", "selectedByUsers"];
|
|
32982
32982
|
readonly Building: readonly ["parentDistrict", "buildingType", "positionX", "footprintStart", "footprintEnd", "maxFootprint", "blueprintRef", "density", "height", "visibility", "overlay", "condemned", "sortOrder", "selectedByUsers"];
|
|
32983
32983
|
readonly Road: readonly ["parentBuilding", "roadType", "roadLength", "roadId"];
|
|
32984
|
-
}, {} & {}>, _input: {
|
|
32984
|
+
}, {} & {}, never>, _input: {
|
|
32985
32985
|
buildingId: Entity;
|
|
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
|
};
|
|
@@ -33143,12 +33143,12 @@ export declare function create(): Database.FromPlugin<Database.Plugin<{
|
|
|
33143
33143
|
readonly District: readonly ["districtType", "zoning", "districtLocked", "districtActive", "overlay", "sortOrder", "selectedByUsers"];
|
|
33144
33144
|
readonly Building: readonly ["parentDistrict", "buildingType", "positionX", "footprintStart", "footprintEnd", "maxFootprint", "blueprintRef", "density", "height", "visibility", "overlay", "condemned", "sortOrder", "selectedByUsers"];
|
|
33145
33145
|
readonly Road: readonly ["parentBuilding", "roadType", "roadLength", "roadId"];
|
|
33146
|
-
}, {} & {}>, _input: {
|
|
33146
|
+
}, {} & {}, never>, _input: {
|
|
33147
33147
|
buildingId: Entity;
|
|
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
|
};
|
|
@@ -33305,10 +33305,10 @@ export declare function create(): Database.FromPlugin<Database.Plugin<{
|
|
|
33305
33305
|
readonly District: readonly ["districtType", "zoning", "districtLocked", "districtActive", "overlay", "sortOrder", "selectedByUsers"];
|
|
33306
33306
|
readonly Building: readonly ["parentDistrict", "buildingType", "positionX", "footprintStart", "footprintEnd", "maxFootprint", "blueprintRef", "density", "height", "visibility", "overlay", "condemned", "sortOrder", "selectedByUsers"];
|
|
33307
33307
|
readonly Road: readonly ["parentBuilding", "roadType", "roadLength", "roadId"];
|
|
33308
|
-
}, {} & {}>, _input: {
|
|
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
|
};
|
|
@@ -33465,10 +33465,10 @@ export declare function create(): Database.FromPlugin<Database.Plugin<{
|
|
|
33465
33465
|
readonly District: readonly ["districtType", "zoning", "districtLocked", "districtActive", "overlay", "sortOrder", "selectedByUsers"];
|
|
33466
33466
|
readonly Building: readonly ["parentDistrict", "buildingType", "positionX", "footprintStart", "footprintEnd", "maxFootprint", "blueprintRef", "density", "height", "visibility", "overlay", "condemned", "sortOrder", "selectedByUsers"];
|
|
33467
33467
|
readonly Road: readonly ["parentBuilding", "roadType", "roadLength", "roadId"];
|
|
33468
|
-
}, {} & {}>, _input: {
|
|
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
|
};
|
|
@@ -33625,11 +33625,11 @@ export declare function create(): Database.FromPlugin<Database.Plugin<{
|
|
|
33625
33625
|
readonly District: readonly ["districtType", "zoning", "districtLocked", "districtActive", "overlay", "sortOrder", "selectedByUsers"];
|
|
33626
33626
|
readonly Building: readonly ["parentDistrict", "buildingType", "positionX", "footprintStart", "footprintEnd", "maxFootprint", "blueprintRef", "density", "height", "visibility", "overlay", "condemned", "sortOrder", "selectedByUsers"];
|
|
33627
33627
|
readonly Road: readonly ["parentBuilding", "roadType", "roadLength", "roadId"];
|
|
33628
|
-
}, {} & {}>, _input: {
|
|
33628
|
+
}, {} & {}, never>, _input: {
|
|
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
|
};
|
|
@@ -33786,10 +33786,10 @@ export declare function create(): Database.FromPlugin<Database.Plugin<{
|
|
|
33786
33786
|
readonly District: readonly ["districtType", "zoning", "districtLocked", "districtActive", "overlay", "sortOrder", "selectedByUsers"];
|
|
33787
33787
|
readonly Building: readonly ["parentDistrict", "buildingType", "positionX", "footprintStart", "footprintEnd", "maxFootprint", "blueprintRef", "density", "height", "visibility", "overlay", "condemned", "sortOrder", "selectedByUsers"];
|
|
33788
33788
|
readonly Road: readonly ["parentBuilding", "roadType", "roadLength", "roadId"];
|
|
33789
|
-
}, {} & {}>, _input: {
|
|
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
|
};
|
|
@@ -33946,10 +33946,10 @@ export declare function create(): Database.FromPlugin<Database.Plugin<{
|
|
|
33946
33946
|
readonly District: readonly ["districtType", "zoning", "districtLocked", "districtActive", "overlay", "sortOrder", "selectedByUsers"];
|
|
33947
33947
|
readonly Building: readonly ["parentDistrict", "buildingType", "positionX", "footprintStart", "footprintEnd", "maxFootprint", "blueprintRef", "density", "height", "visibility", "overlay", "condemned", "sortOrder", "selectedByUsers"];
|
|
33948
33948
|
readonly Road: readonly ["parentBuilding", "roadType", "roadLength", "roadId"];
|
|
33949
|
-
}, {} & {}>, _input: {
|
|
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
|
};
|
|
@@ -34106,13 +34106,13 @@ export declare function create(): Database.FromPlugin<Database.Plugin<{
|
|
|
34106
34106
|
readonly District: readonly ["districtType", "zoning", "districtLocked", "districtActive", "overlay", "sortOrder", "selectedByUsers"];
|
|
34107
34107
|
readonly Building: readonly ["parentDistrict", "buildingType", "positionX", "footprintStart", "footprintEnd", "maxFootprint", "blueprintRef", "density", "height", "visibility", "overlay", "condemned", "sortOrder", "selectedByUsers"];
|
|
34108
34108
|
readonly Road: readonly ["parentBuilding", "roadType", "roadLength", "roadId"];
|
|
34109
|
-
}, {} & {}>, _input: {
|
|
34109
|
+
}, {} & {}, never>, _input: {
|
|
34110
34110
|
entityIds: Entity[];
|
|
34111
34111
|
userId: string;
|
|
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
|
};
|
|
@@ -34269,7 +34269,7 @@ export declare function create(): Database.FromPlugin<Database.Plugin<{
|
|
|
34269
34269
|
readonly District: readonly ["districtType", "zoning", "districtLocked", "districtActive", "overlay", "sortOrder", "selectedByUsers"];
|
|
34270
34270
|
readonly Building: readonly ["parentDistrict", "buildingType", "positionX", "footprintStart", "footprintEnd", "maxFootprint", "blueprintRef", "density", "height", "visibility", "overlay", "condemned", "sortOrder", "selectedByUsers"];
|
|
34271
34271
|
readonly Road: readonly ["parentBuilding", "roadType", "roadLength", "roadId"];
|
|
34272
|
-
}, {} & {}>, _input: {
|
|
34272
|
+
}, {} & {}, never>, _input: {
|
|
34273
34273
|
userId: string;
|
|
34274
34274
|
edge: "left" | "right";
|
|
34275
34275
|
}) => void;
|
|
@@ -34431,7 +34431,7 @@ export declare function create(): Database.FromPlugin<Database.Plugin<{
|
|
|
34431
34431
|
readonly District: readonly ["districtType", "zoning", "districtLocked", "districtActive", "overlay", "sortOrder", "selectedByUsers"];
|
|
34432
34432
|
readonly Building: readonly ["parentDistrict", "buildingType", "positionX", "footprintStart", "footprintEnd", "maxFootprint", "blueprintRef", "density", "height", "visibility", "overlay", "condemned", "sortOrder", "selectedByUsers"];
|
|
34433
34433
|
readonly Road: readonly ["parentBuilding", "roadType", "roadLength", "roadId"];
|
|
34434
|
-
}, import("../index.js").ToTransactionFunctions<{}>, string, import("../index.js").ToActionFunctions<{}>, import("./database.js").FromServiceFactories<{} & {}>, import("./database.js").FromComputedFactories<{}>, {} & {}>) => Observe<number[]>;
|
|
34434
|
+
}, import("../index.js").ToTransactionFunctions<{}>, string, import("../index.js").ToActionFunctions<{}>, import("./database.js").FromServiceFactories<{} & {}>, import("./database.js").FromComputedFactories<{}>, {} & {}, never>) => Observe<number[]>;
|
|
34435
34435
|
readonly buildings: (db: Database<import("../../schema/from-schemas.js").FromSchemas<{} & {
|
|
34436
34436
|
readonly districtType: {
|
|
34437
34437
|
readonly type: "string";
|
|
@@ -34589,7 +34589,7 @@ export declare function create(): Database.FromPlugin<Database.Plugin<{
|
|
|
34589
34589
|
readonly District: readonly ["districtType", "zoning", "districtLocked", "districtActive", "overlay", "sortOrder", "selectedByUsers"];
|
|
34590
34590
|
readonly Building: readonly ["parentDistrict", "buildingType", "positionX", "footprintStart", "footprintEnd", "maxFootprint", "blueprintRef", "density", "height", "visibility", "overlay", "condemned", "sortOrder", "selectedByUsers"];
|
|
34591
34591
|
readonly Road: readonly ["parentBuilding", "roadType", "roadLength", "roadId"];
|
|
34592
|
-
}, import("../index.js").ToTransactionFunctions<{}>, string, import("../index.js").ToActionFunctions<{}>, import("./database.js").FromServiceFactories<{} & {}>, import("./database.js").FromComputedFactories<{}>, {} & {}>) => (districtId: Entity) => Observe<readonly Entity[]>;
|
|
34592
|
+
}, import("../index.js").ToTransactionFunctions<{}>, string, import("../index.js").ToActionFunctions<{}>, import("./database.js").FromServiceFactories<{} & {}>, import("./database.js").FromComputedFactories<{}>, {} & {}, never>) => (districtId: Entity) => Observe<readonly Entity[]>;
|
|
34593
34593
|
readonly currentUserId: (_db: Database<import("../../schema/from-schemas.js").FromSchemas<{} & {
|
|
34594
34594
|
readonly districtType: {
|
|
34595
34595
|
readonly type: "string";
|
|
@@ -34747,7 +34747,7 @@ export declare function create(): Database.FromPlugin<Database.Plugin<{
|
|
|
34747
34747
|
readonly District: readonly ["districtType", "zoning", "districtLocked", "districtActive", "overlay", "sortOrder", "selectedByUsers"];
|
|
34748
34748
|
readonly Building: readonly ["parentDistrict", "buildingType", "positionX", "footprintStart", "footprintEnd", "maxFootprint", "blueprintRef", "density", "height", "visibility", "overlay", "condemned", "sortOrder", "selectedByUsers"];
|
|
34749
34749
|
readonly Road: readonly ["parentBuilding", "roadType", "roadLength", "roadId"];
|
|
34750
|
-
}, import("../index.js").ToTransactionFunctions<{}>, string, import("../index.js").ToActionFunctions<{}>, import("./database.js").FromServiceFactories<{} & {}>, import("./database.js").FromComputedFactories<{}>, {} & {}>) => Observe<string | null>;
|
|
34750
|
+
}, import("../index.js").ToTransactionFunctions<{}>, string, import("../index.js").ToActionFunctions<{}>, import("./database.js").FromServiceFactories<{} & {}>, import("./database.js").FromComputedFactories<{}>, {} & {}, never>) => Observe<string | null>;
|
|
34751
34751
|
readonly effectivePixelsPerUnit: (db: Database<import("../../schema/from-schemas.js").FromSchemas<{} & {
|
|
34752
34752
|
readonly districtType: {
|
|
34753
34753
|
readonly type: "string";
|
|
@@ -34905,7 +34905,7 @@ export declare function create(): Database.FromPlugin<Database.Plugin<{
|
|
|
34905
34905
|
readonly District: readonly ["districtType", "zoning", "districtLocked", "districtActive", "overlay", "sortOrder", "selectedByUsers"];
|
|
34906
34906
|
readonly Building: readonly ["parentDistrict", "buildingType", "positionX", "footprintStart", "footprintEnd", "maxFootprint", "blueprintRef", "density", "height", "visibility", "overlay", "condemned", "sortOrder", "selectedByUsers"];
|
|
34907
34907
|
readonly Road: readonly ["parentBuilding", "roadType", "roadLength", "roadId"];
|
|
34908
|
-
}, import("../index.js").ToTransactionFunctions<{}>, string, import("../index.js").ToActionFunctions<{}>, import("./database.js").FromServiceFactories<{} & {}>, import("./database.js").FromComputedFactories<{}>, {} & {}>) => Observe<number>;
|
|
34908
|
+
}, import("../index.js").ToTransactionFunctions<{}>, string, import("../index.js").ToActionFunctions<{}>, import("./database.js").FromServiceFactories<{} & {}>, import("./database.js").FromComputedFactories<{}>, {} & {}, never>) => Observe<number>;
|
|
34909
34909
|
readonly worldExtent: (db: Database<import("../../schema/from-schemas.js").FromSchemas<{} & {
|
|
34910
34910
|
readonly districtType: {
|
|
34911
34911
|
readonly type: "string";
|
|
@@ -35063,8 +35063,8 @@ export declare function create(): Database.FromPlugin<Database.Plugin<{
|
|
|
35063
35063
|
readonly District: readonly ["districtType", "zoning", "districtLocked", "districtActive", "overlay", "sortOrder", "selectedByUsers"];
|
|
35064
35064
|
readonly Building: readonly ["parentDistrict", "buildingType", "positionX", "footprintStart", "footprintEnd", "maxFootprint", "blueprintRef", "density", "height", "visibility", "overlay", "condemned", "sortOrder", "selectedByUsers"];
|
|
35065
35065
|
readonly Road: readonly ["parentBuilding", "roadType", "roadLength", "roadId"];
|
|
35066
|
-
}, import("../index.js").ToTransactionFunctions<{}>, string, import("../index.js").ToActionFunctions<{}>, import("./database.js").FromServiceFactories<{} & {}>, import("./database.js").FromComputedFactories<{}>, {} & {}>) => Observe<number>;
|
|
35067
|
-
}>, {} & {}>, count: number) => Promise<void>;
|
|
35066
|
+
}, import("../index.js").ToTransactionFunctions<{}>, string, import("../index.js").ToActionFunctions<{}>, import("./database.js").FromServiceFactories<{} & {}>, import("./database.js").FromComputedFactories<{}>, {} & {}, never>) => Observe<number>;
|
|
35067
|
+
}>, {} & {}, never>, count: number) => Promise<void>;
|
|
35068
35068
|
readonly jumpToStart: (db: Database<import("../../schema/from-schemas.js").FromSchemas<{} & {
|
|
35069
35069
|
readonly districtType: {
|
|
35070
35070
|
readonly type: "string";
|
|
@@ -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
|
};
|
|
@@ -35380,11 +35380,11 @@ export declare function create(): Database.FromPlugin<Database.Plugin<{
|
|
|
35380
35380
|
readonly District: readonly ["districtType", "zoning", "districtLocked", "districtActive", "overlay", "sortOrder", "selectedByUsers"];
|
|
35381
35381
|
readonly Building: readonly ["parentDistrict", "buildingType", "positionX", "footprintStart", "footprintEnd", "maxFootprint", "blueprintRef", "density", "height", "visibility", "overlay", "condemned", "sortOrder", "selectedByUsers"];
|
|
35382
35382
|
readonly Road: readonly ["parentBuilding", "roadType", "roadLength", "roadId"];
|
|
35383
|
-
}, {} & {}>, _input: {
|
|
35383
|
+
}, {} & {}, never>, _input: {
|
|
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
|
};
|
|
@@ -35541,8 +35541,8 @@ export declare function create(): Database.FromPlugin<Database.Plugin<{
|
|
|
35541
35541
|
readonly District: readonly ["districtType", "zoning", "districtLocked", "districtActive", "overlay", "sortOrder", "selectedByUsers"];
|
|
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
|
-
}, {} & {}>, _id: Entity) => void;
|
|
35545
|
-
readonly createBuilding: (t: import("
|
|
35544
|
+
}, {} & {}, never>, _id: Entity) => void;
|
|
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
|
};
|
|
@@ -35699,11 +35699,11 @@ export declare function create(): Database.FromPlugin<Database.Plugin<{
|
|
|
35699
35699
|
readonly District: readonly ["districtType", "zoning", "districtLocked", "districtActive", "overlay", "sortOrder", "selectedByUsers"];
|
|
35700
35700
|
readonly Building: readonly ["parentDistrict", "buildingType", "positionX", "footprintStart", "footprintEnd", "maxFootprint", "blueprintRef", "density", "height", "visibility", "overlay", "condemned", "sortOrder", "selectedByUsers"];
|
|
35701
35701
|
readonly Road: readonly ["parentBuilding", "roadType", "roadLength", "roadId"];
|
|
35702
|
-
}, {} & {}>, _input: {
|
|
35702
|
+
}, {} & {}, never>, _input: {
|
|
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
|
};
|
|
@@ -35860,8 +35860,8 @@ export declare function create(): Database.FromPlugin<Database.Plugin<{
|
|
|
35860
35860
|
readonly District: readonly ["districtType", "zoning", "districtLocked", "districtActive", "overlay", "sortOrder", "selectedByUsers"];
|
|
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
|
-
}, {} & {}>, _id: Entity) => void;
|
|
35864
|
-
readonly updateBuilding: (t: import("
|
|
35863
|
+
}, {} & {}, never>, _id: Entity) => void;
|
|
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
|
};
|
|
@@ -36018,13 +36018,13 @@ export declare function create(): Database.FromPlugin<Database.Plugin<{
|
|
|
36018
36018
|
readonly District: readonly ["districtType", "zoning", "districtLocked", "districtActive", "overlay", "sortOrder", "selectedByUsers"];
|
|
36019
36019
|
readonly Building: readonly ["parentDistrict", "buildingType", "positionX", "footprintStart", "footprintEnd", "maxFootprint", "blueprintRef", "density", "height", "visibility", "overlay", "condemned", "sortOrder", "selectedByUsers"];
|
|
36020
36020
|
readonly Road: readonly ["parentBuilding", "roadType", "roadLength", "roadId"];
|
|
36021
|
-
}, {} & {}>, _input: {
|
|
36021
|
+
}, {} & {}, never>, _input: {
|
|
36022
36022
|
id: Entity;
|
|
36023
36023
|
} & Partial<{
|
|
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
|
};
|
|
@@ -36181,11 +36181,11 @@ export declare function create(): Database.FromPlugin<Database.Plugin<{
|
|
|
36181
36181
|
readonly District: readonly ["districtType", "zoning", "districtLocked", "districtActive", "overlay", "sortOrder", "selectedByUsers"];
|
|
36182
36182
|
readonly Building: readonly ["parentDistrict", "buildingType", "positionX", "footprintStart", "footprintEnd", "maxFootprint", "blueprintRef", "density", "height", "visibility", "overlay", "condemned", "sortOrder", "selectedByUsers"];
|
|
36183
36183
|
readonly Road: readonly ["parentBuilding", "roadType", "roadLength", "roadId"];
|
|
36184
|
-
}, {} & {}>, _input: {
|
|
36184
|
+
}, {} & {}, never>, _input: {
|
|
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
|
};
|
|
@@ -36342,11 +36342,11 @@ export declare function create(): Database.FromPlugin<Database.Plugin<{
|
|
|
36342
36342
|
readonly District: readonly ["districtType", "zoning", "districtLocked", "districtActive", "overlay", "sortOrder", "selectedByUsers"];
|
|
36343
36343
|
readonly Building: readonly ["parentDistrict", "buildingType", "positionX", "footprintStart", "footprintEnd", "maxFootprint", "blueprintRef", "density", "height", "visibility", "overlay", "condemned", "sortOrder", "selectedByUsers"];
|
|
36344
36344
|
readonly Road: readonly ["parentBuilding", "roadType", "roadLength", "roadId"];
|
|
36345
|
-
}, {} & {}>, _input: {
|
|
36345
|
+
}, {} & {}, never>, _input: {
|
|
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
|
};
|
|
@@ -36503,11 +36503,11 @@ export declare function create(): Database.FromPlugin<Database.Plugin<{
|
|
|
36503
36503
|
readonly District: readonly ["districtType", "zoning", "districtLocked", "districtActive", "overlay", "sortOrder", "selectedByUsers"];
|
|
36504
36504
|
readonly Building: readonly ["parentDistrict", "buildingType", "positionX", "footprintStart", "footprintEnd", "maxFootprint", "blueprintRef", "density", "height", "visibility", "overlay", "condemned", "sortOrder", "selectedByUsers"];
|
|
36505
36505
|
readonly Road: readonly ["parentBuilding", "roadType", "roadLength", "roadId"];
|
|
36506
|
-
}, {} & {}>, _input: {
|
|
36506
|
+
}, {} & {}, never>, _input: {
|
|
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
|
};
|
|
@@ -36664,10 +36664,10 @@ export declare function create(): Database.FromPlugin<Database.Plugin<{
|
|
|
36664
36664
|
readonly District: readonly ["districtType", "zoning", "districtLocked", "districtActive", "overlay", "sortOrder", "selectedByUsers"];
|
|
36665
36665
|
readonly Building: readonly ["parentDistrict", "buildingType", "positionX", "footprintStart", "footprintEnd", "maxFootprint", "blueprintRef", "density", "height", "visibility", "overlay", "condemned", "sortOrder", "selectedByUsers"];
|
|
36666
36666
|
readonly Road: readonly ["parentBuilding", "roadType", "roadLength", "roadId"];
|
|
36667
|
-
}, {} & {}>, _input: {
|
|
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
|
};
|
|
@@ -36824,10 +36824,10 @@ export declare function create(): Database.FromPlugin<Database.Plugin<{
|
|
|
36824
36824
|
readonly District: readonly ["districtType", "zoning", "districtLocked", "districtActive", "overlay", "sortOrder", "selectedByUsers"];
|
|
36825
36825
|
readonly Building: readonly ["parentDistrict", "buildingType", "positionX", "footprintStart", "footprintEnd", "maxFootprint", "blueprintRef", "density", "height", "visibility", "overlay", "condemned", "sortOrder", "selectedByUsers"];
|
|
36826
36826
|
readonly Road: readonly ["parentBuilding", "roadType", "roadLength", "roadId"];
|
|
36827
|
-
}, {} & {}>, _input: {
|
|
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
|
};
|
|
@@ -36984,10 +36984,10 @@ export declare function create(): Database.FromPlugin<Database.Plugin<{
|
|
|
36984
36984
|
readonly District: readonly ["districtType", "zoning", "districtLocked", "districtActive", "overlay", "sortOrder", "selectedByUsers"];
|
|
36985
36985
|
readonly Building: readonly ["parentDistrict", "buildingType", "positionX", "footprintStart", "footprintEnd", "maxFootprint", "blueprintRef", "density", "height", "visibility", "overlay", "condemned", "sortOrder", "selectedByUsers"];
|
|
36986
36986
|
readonly Road: readonly ["parentBuilding", "roadType", "roadLength", "roadId"];
|
|
36987
|
-
}, {} & {}>, _input: {
|
|
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
|
};
|
|
@@ -37144,10 +37144,10 @@ export declare function create(): Database.FromPlugin<Database.Plugin<{
|
|
|
37144
37144
|
readonly District: readonly ["districtType", "zoning", "districtLocked", "districtActive", "overlay", "sortOrder", "selectedByUsers"];
|
|
37145
37145
|
readonly Building: readonly ["parentDistrict", "buildingType", "positionX", "footprintStart", "footprintEnd", "maxFootprint", "blueprintRef", "density", "height", "visibility", "overlay", "condemned", "sortOrder", "selectedByUsers"];
|
|
37146
37146
|
readonly Road: readonly ["parentBuilding", "roadType", "roadLength", "roadId"];
|
|
37147
|
-
}, {} & {}>, _input: {
|
|
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
|
};
|
|
@@ -37304,10 +37304,10 @@ export declare function create(): Database.FromPlugin<Database.Plugin<{
|
|
|
37304
37304
|
readonly District: readonly ["districtType", "zoning", "districtLocked", "districtActive", "overlay", "sortOrder", "selectedByUsers"];
|
|
37305
37305
|
readonly Building: readonly ["parentDistrict", "buildingType", "positionX", "footprintStart", "footprintEnd", "maxFootprint", "blueprintRef", "density", "height", "visibility", "overlay", "condemned", "sortOrder", "selectedByUsers"];
|
|
37306
37306
|
readonly Road: readonly ["parentBuilding", "roadType", "roadLength", "roadId"];
|
|
37307
|
-
}, {} & {}>, _input: {
|
|
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
|
};
|
|
@@ -37464,10 +37464,10 @@ export declare function create(): Database.FromPlugin<Database.Plugin<{
|
|
|
37464
37464
|
readonly District: readonly ["districtType", "zoning", "districtLocked", "districtActive", "overlay", "sortOrder", "selectedByUsers"];
|
|
37465
37465
|
readonly Building: readonly ["parentDistrict", "buildingType", "positionX", "footprintStart", "footprintEnd", "maxFootprint", "blueprintRef", "density", "height", "visibility", "overlay", "condemned", "sortOrder", "selectedByUsers"];
|
|
37466
37466
|
readonly Road: readonly ["parentBuilding", "roadType", "roadLength", "roadId"];
|
|
37467
|
-
}, {} & {}>, _input: {
|
|
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
|
};
|
|
@@ -37624,10 +37624,10 @@ export declare function create(): Database.FromPlugin<Database.Plugin<{
|
|
|
37624
37624
|
readonly District: readonly ["districtType", "zoning", "districtLocked", "districtActive", "overlay", "sortOrder", "selectedByUsers"];
|
|
37625
37625
|
readonly Building: readonly ["parentDistrict", "buildingType", "positionX", "footprintStart", "footprintEnd", "maxFootprint", "blueprintRef", "density", "height", "visibility", "overlay", "condemned", "sortOrder", "selectedByUsers"];
|
|
37626
37626
|
readonly Road: readonly ["parentBuilding", "roadType", "roadLength", "roadId"];
|
|
37627
|
-
}, {} & {}>, _input: {
|
|
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
|
};
|
|
@@ -37784,10 +37784,10 @@ export declare function create(): Database.FromPlugin<Database.Plugin<{
|
|
|
37784
37784
|
readonly District: readonly ["districtType", "zoning", "districtLocked", "districtActive", "overlay", "sortOrder", "selectedByUsers"];
|
|
37785
37785
|
readonly Building: readonly ["parentDistrict", "buildingType", "positionX", "footprintStart", "footprintEnd", "maxFootprint", "blueprintRef", "density", "height", "visibility", "overlay", "condemned", "sortOrder", "selectedByUsers"];
|
|
37786
37786
|
readonly Road: readonly ["parentBuilding", "roadType", "roadLength", "roadId"];
|
|
37787
|
-
}, {} & {}>, _input: {
|
|
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
|
};
|
|
@@ -37944,8 +37944,8 @@ export declare function create(): Database.FromPlugin<Database.Plugin<{
|
|
|
37944
37944
|
readonly District: readonly ["districtType", "zoning", "districtLocked", "districtActive", "overlay", "sortOrder", "selectedByUsers"];
|
|
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
|
-
}, {} & {}>) => void;
|
|
37948
|
-
readonly resizeFreeformBuilding: (t: import("
|
|
37947
|
+
}, {} & {}, never>) => void;
|
|
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
|
};
|
|
@@ -38102,12 +38102,12 @@ export declare function create(): Database.FromPlugin<Database.Plugin<{
|
|
|
38102
38102
|
readonly District: readonly ["districtType", "zoning", "districtLocked", "districtActive", "overlay", "sortOrder", "selectedByUsers"];
|
|
38103
38103
|
readonly Building: readonly ["parentDistrict", "buildingType", "positionX", "footprintStart", "footprintEnd", "maxFootprint", "blueprintRef", "density", "height", "visibility", "overlay", "condemned", "sortOrder", "selectedByUsers"];
|
|
38104
38104
|
readonly Road: readonly ["parentBuilding", "roadType", "roadLength", "roadId"];
|
|
38105
|
-
}, {} & {}>, _input: {
|
|
38105
|
+
}, {} & {}, never>, _input: {
|
|
38106
38106
|
buildingId: Entity;
|
|
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
|
};
|
|
@@ -38264,12 +38264,12 @@ export declare function create(): Database.FromPlugin<Database.Plugin<{
|
|
|
38264
38264
|
readonly District: readonly ["districtType", "zoning", "districtLocked", "districtActive", "overlay", "sortOrder", "selectedByUsers"];
|
|
38265
38265
|
readonly Building: readonly ["parentDistrict", "buildingType", "positionX", "footprintStart", "footprintEnd", "maxFootprint", "blueprintRef", "density", "height", "visibility", "overlay", "condemned", "sortOrder", "selectedByUsers"];
|
|
38266
38266
|
readonly Road: readonly ["parentBuilding", "roadType", "roadLength", "roadId"];
|
|
38267
|
-
}, {} & {}>, _input: {
|
|
38267
|
+
}, {} & {}, never>, _input: {
|
|
38268
38268
|
buildingId: Entity;
|
|
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
|
};
|
|
@@ -38426,10 +38426,10 @@ export declare function create(): Database.FromPlugin<Database.Plugin<{
|
|
|
38426
38426
|
readonly District: readonly ["districtType", "zoning", "districtLocked", "districtActive", "overlay", "sortOrder", "selectedByUsers"];
|
|
38427
38427
|
readonly Building: readonly ["parentDistrict", "buildingType", "positionX", "footprintStart", "footprintEnd", "maxFootprint", "blueprintRef", "density", "height", "visibility", "overlay", "condemned", "sortOrder", "selectedByUsers"];
|
|
38428
38428
|
readonly Road: readonly ["parentBuilding", "roadType", "roadLength", "roadId"];
|
|
38429
|
-
}, {} & {}>, _input: {
|
|
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
|
};
|
|
@@ -38586,10 +38586,10 @@ export declare function create(): Database.FromPlugin<Database.Plugin<{
|
|
|
38586
38586
|
readonly District: readonly ["districtType", "zoning", "districtLocked", "districtActive", "overlay", "sortOrder", "selectedByUsers"];
|
|
38587
38587
|
readonly Building: readonly ["parentDistrict", "buildingType", "positionX", "footprintStart", "footprintEnd", "maxFootprint", "blueprintRef", "density", "height", "visibility", "overlay", "condemned", "sortOrder", "selectedByUsers"];
|
|
38588
38588
|
readonly Road: readonly ["parentBuilding", "roadType", "roadLength", "roadId"];
|
|
38589
|
-
}, {} & {}>, _input: {
|
|
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
|
};
|
|
@@ -38746,11 +38746,11 @@ export declare function create(): Database.FromPlugin<Database.Plugin<{
|
|
|
38746
38746
|
readonly District: readonly ["districtType", "zoning", "districtLocked", "districtActive", "overlay", "sortOrder", "selectedByUsers"];
|
|
38747
38747
|
readonly Building: readonly ["parentDistrict", "buildingType", "positionX", "footprintStart", "footprintEnd", "maxFootprint", "blueprintRef", "density", "height", "visibility", "overlay", "condemned", "sortOrder", "selectedByUsers"];
|
|
38748
38748
|
readonly Road: readonly ["parentBuilding", "roadType", "roadLength", "roadId"];
|
|
38749
|
-
}, {} & {}>, _input: {
|
|
38749
|
+
}, {} & {}, never>, _input: {
|
|
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
|
};
|
|
@@ -38907,10 +38907,10 @@ export declare function create(): Database.FromPlugin<Database.Plugin<{
|
|
|
38907
38907
|
readonly District: readonly ["districtType", "zoning", "districtLocked", "districtActive", "overlay", "sortOrder", "selectedByUsers"];
|
|
38908
38908
|
readonly Building: readonly ["parentDistrict", "buildingType", "positionX", "footprintStart", "footprintEnd", "maxFootprint", "blueprintRef", "density", "height", "visibility", "overlay", "condemned", "sortOrder", "selectedByUsers"];
|
|
38909
38909
|
readonly Road: readonly ["parentBuilding", "roadType", "roadLength", "roadId"];
|
|
38910
|
-
}, {} & {}>, _input: {
|
|
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
|
};
|
|
@@ -39067,10 +39067,10 @@ export declare function create(): Database.FromPlugin<Database.Plugin<{
|
|
|
39067
39067
|
readonly District: readonly ["districtType", "zoning", "districtLocked", "districtActive", "overlay", "sortOrder", "selectedByUsers"];
|
|
39068
39068
|
readonly Building: readonly ["parentDistrict", "buildingType", "positionX", "footprintStart", "footprintEnd", "maxFootprint", "blueprintRef", "density", "height", "visibility", "overlay", "condemned", "sortOrder", "selectedByUsers"];
|
|
39069
39069
|
readonly Road: readonly ["parentBuilding", "roadType", "roadLength", "roadId"];
|
|
39070
|
-
}, {} & {}>, _input: {
|
|
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
|
};
|
|
@@ -39227,13 +39227,13 @@ export declare function create(): Database.FromPlugin<Database.Plugin<{
|
|
|
39227
39227
|
readonly District: readonly ["districtType", "zoning", "districtLocked", "districtActive", "overlay", "sortOrder", "selectedByUsers"];
|
|
39228
39228
|
readonly Building: readonly ["parentDistrict", "buildingType", "positionX", "footprintStart", "footprintEnd", "maxFootprint", "blueprintRef", "density", "height", "visibility", "overlay", "condemned", "sortOrder", "selectedByUsers"];
|
|
39229
39229
|
readonly Road: readonly ["parentBuilding", "roadType", "roadLength", "roadId"];
|
|
39230
|
-
}, {} & {}>, _input: {
|
|
39230
|
+
}, {} & {}, never>, _input: {
|
|
39231
39231
|
entityIds: Entity[];
|
|
39232
39232
|
userId: string;
|
|
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
|
};
|
|
@@ -39390,7 +39390,7 @@ export declare function create(): Database.FromPlugin<Database.Plugin<{
|
|
|
39390
39390
|
readonly District: readonly ["districtType", "zoning", "districtLocked", "districtActive", "overlay", "sortOrder", "selectedByUsers"];
|
|
39391
39391
|
readonly Building: readonly ["parentDistrict", "buildingType", "positionX", "footprintStart", "footprintEnd", "maxFootprint", "blueprintRef", "density", "height", "visibility", "overlay", "condemned", "sortOrder", "selectedByUsers"];
|
|
39392
39392
|
readonly Road: readonly ["parentBuilding", "roadType", "roadLength", "roadId"];
|
|
39393
|
-
}, {} & {}>, _input: {
|
|
39393
|
+
}, {} & {}, never>, _input: {
|
|
39394
39394
|
userId: string;
|
|
39395
39395
|
edge: "left" | "right";
|
|
39396
39396
|
}) => void;
|
|
@@ -39552,7 +39552,7 @@ export declare function create(): Database.FromPlugin<Database.Plugin<{
|
|
|
39552
39552
|
readonly District: readonly ["districtType", "zoning", "districtLocked", "districtActive", "overlay", "sortOrder", "selectedByUsers"];
|
|
39553
39553
|
readonly Building: readonly ["parentDistrict", "buildingType", "positionX", "footprintStart", "footprintEnd", "maxFootprint", "blueprintRef", "density", "height", "visibility", "overlay", "condemned", "sortOrder", "selectedByUsers"];
|
|
39554
39554
|
readonly Road: readonly ["parentBuilding", "roadType", "roadLength", "roadId"];
|
|
39555
|
-
}, import("../index.js").ToTransactionFunctions<{}>, string, import("../index.js").ToActionFunctions<{}>, import("./database.js").FromServiceFactories<{} & {}>, import("./database.js").FromComputedFactories<{}>, {} & {}>) => Observe<number[]>;
|
|
39555
|
+
}, import("../index.js").ToTransactionFunctions<{}>, string, import("../index.js").ToActionFunctions<{}>, import("./database.js").FromServiceFactories<{} & {}>, import("./database.js").FromComputedFactories<{}>, {} & {}, never>) => Observe<number[]>;
|
|
39556
39556
|
readonly buildings: (db: Database<import("../../schema/from-schemas.js").FromSchemas<{} & {
|
|
39557
39557
|
readonly districtType: {
|
|
39558
39558
|
readonly type: "string";
|
|
@@ -39710,7 +39710,7 @@ export declare function create(): Database.FromPlugin<Database.Plugin<{
|
|
|
39710
39710
|
readonly District: readonly ["districtType", "zoning", "districtLocked", "districtActive", "overlay", "sortOrder", "selectedByUsers"];
|
|
39711
39711
|
readonly Building: readonly ["parentDistrict", "buildingType", "positionX", "footprintStart", "footprintEnd", "maxFootprint", "blueprintRef", "density", "height", "visibility", "overlay", "condemned", "sortOrder", "selectedByUsers"];
|
|
39712
39712
|
readonly Road: readonly ["parentBuilding", "roadType", "roadLength", "roadId"];
|
|
39713
|
-
}, import("../index.js").ToTransactionFunctions<{}>, string, import("../index.js").ToActionFunctions<{}>, import("./database.js").FromServiceFactories<{} & {}>, import("./database.js").FromComputedFactories<{}>, {} & {}>) => (districtId: Entity) => Observe<readonly Entity[]>;
|
|
39713
|
+
}, import("../index.js").ToTransactionFunctions<{}>, string, import("../index.js").ToActionFunctions<{}>, import("./database.js").FromServiceFactories<{} & {}>, import("./database.js").FromComputedFactories<{}>, {} & {}, never>) => (districtId: Entity) => Observe<readonly Entity[]>;
|
|
39714
39714
|
readonly currentUserId: (_db: Database<import("../../schema/from-schemas.js").FromSchemas<{} & {
|
|
39715
39715
|
readonly districtType: {
|
|
39716
39716
|
readonly type: "string";
|
|
@@ -39868,7 +39868,7 @@ export declare function create(): Database.FromPlugin<Database.Plugin<{
|
|
|
39868
39868
|
readonly District: readonly ["districtType", "zoning", "districtLocked", "districtActive", "overlay", "sortOrder", "selectedByUsers"];
|
|
39869
39869
|
readonly Building: readonly ["parentDistrict", "buildingType", "positionX", "footprintStart", "footprintEnd", "maxFootprint", "blueprintRef", "density", "height", "visibility", "overlay", "condemned", "sortOrder", "selectedByUsers"];
|
|
39870
39870
|
readonly Road: readonly ["parentBuilding", "roadType", "roadLength", "roadId"];
|
|
39871
|
-
}, import("../index.js").ToTransactionFunctions<{}>, string, import("../index.js").ToActionFunctions<{}>, import("./database.js").FromServiceFactories<{} & {}>, import("./database.js").FromComputedFactories<{}>, {} & {}>) => Observe<string | null>;
|
|
39871
|
+
}, import("../index.js").ToTransactionFunctions<{}>, string, import("../index.js").ToActionFunctions<{}>, import("./database.js").FromServiceFactories<{} & {}>, import("./database.js").FromComputedFactories<{}>, {} & {}, never>) => Observe<string | null>;
|
|
39872
39872
|
readonly effectivePixelsPerUnit: (db: Database<import("../../schema/from-schemas.js").FromSchemas<{} & {
|
|
39873
39873
|
readonly districtType: {
|
|
39874
39874
|
readonly type: "string";
|
|
@@ -40026,7 +40026,7 @@ export declare function create(): Database.FromPlugin<Database.Plugin<{
|
|
|
40026
40026
|
readonly District: readonly ["districtType", "zoning", "districtLocked", "districtActive", "overlay", "sortOrder", "selectedByUsers"];
|
|
40027
40027
|
readonly Building: readonly ["parentDistrict", "buildingType", "positionX", "footprintStart", "footprintEnd", "maxFootprint", "blueprintRef", "density", "height", "visibility", "overlay", "condemned", "sortOrder", "selectedByUsers"];
|
|
40028
40028
|
readonly Road: readonly ["parentBuilding", "roadType", "roadLength", "roadId"];
|
|
40029
|
-
}, import("../index.js").ToTransactionFunctions<{}>, string, import("../index.js").ToActionFunctions<{}>, import("./database.js").FromServiceFactories<{} & {}>, import("./database.js").FromComputedFactories<{}>, {} & {}>) => Observe<number>;
|
|
40029
|
+
}, import("../index.js").ToTransactionFunctions<{}>, string, import("../index.js").ToActionFunctions<{}>, import("./database.js").FromServiceFactories<{} & {}>, import("./database.js").FromComputedFactories<{}>, {} & {}, never>) => Observe<number>;
|
|
40030
40030
|
readonly worldExtent: (db: Database<import("../../schema/from-schemas.js").FromSchemas<{} & {
|
|
40031
40031
|
readonly districtType: {
|
|
40032
40032
|
readonly type: "string";
|
|
@@ -40184,8 +40184,8 @@ export declare function create(): Database.FromPlugin<Database.Plugin<{
|
|
|
40184
40184
|
readonly District: readonly ["districtType", "zoning", "districtLocked", "districtActive", "overlay", "sortOrder", "selectedByUsers"];
|
|
40185
40185
|
readonly Building: readonly ["parentDistrict", "buildingType", "positionX", "footprintStart", "footprintEnd", "maxFootprint", "blueprintRef", "density", "height", "visibility", "overlay", "condemned", "sortOrder", "selectedByUsers"];
|
|
40186
40186
|
readonly Road: readonly ["parentBuilding", "roadType", "roadLength", "roadId"];
|
|
40187
|
-
}, import("../index.js").ToTransactionFunctions<{}>, string, import("../index.js").ToActionFunctions<{}>, import("./database.js").FromServiceFactories<{} & {}>, import("./database.js").FromComputedFactories<{}>, {} & {}>) => Observe<number>;
|
|
40188
|
-
}>, {} & {}>) => Promise<void>;
|
|
40187
|
+
}, import("../index.js").ToTransactionFunctions<{}>, string, import("../index.js").ToActionFunctions<{}>, import("./database.js").FromServiceFactories<{} & {}>, import("./database.js").FromComputedFactories<{}>, {} & {}, never>) => Observe<number>;
|
|
40188
|
+
}>, {} & {}, never>) => Promise<void>;
|
|
40189
40189
|
}, {}, {} & {
|
|
40190
40190
|
readonly districts: (db: Database<import("../../schema/from-schemas.js").FromSchemas<{} & {
|
|
40191
40191
|
readonly districtType: {
|
|
@@ -40344,7 +40344,7 @@ export declare function create(): Database.FromPlugin<Database.Plugin<{
|
|
|
40344
40344
|
readonly District: readonly ["districtType", "zoning", "districtLocked", "districtActive", "overlay", "sortOrder", "selectedByUsers"];
|
|
40345
40345
|
readonly Building: readonly ["parentDistrict", "buildingType", "positionX", "footprintStart", "footprintEnd", "maxFootprint", "blueprintRef", "density", "height", "visibility", "overlay", "condemned", "sortOrder", "selectedByUsers"];
|
|
40346
40346
|
readonly Road: readonly ["parentBuilding", "roadType", "roadLength", "roadId"];
|
|
40347
|
-
}, import("../index.js").ToTransactionFunctions<{}>, string, import("../index.js").ToActionFunctions<{}>, import("./database.js").FromServiceFactories<{} & {}>, import("./database.js").FromComputedFactories<{}>, {} & {}>) => Observe<number[]>;
|
|
40347
|
+
}, import("../index.js").ToTransactionFunctions<{}>, string, import("../index.js").ToActionFunctions<{}>, import("./database.js").FromServiceFactories<{} & {}>, import("./database.js").FromComputedFactories<{}>, {} & {}, never>) => Observe<number[]>;
|
|
40348
40348
|
readonly buildings: (db: Database<import("../../schema/from-schemas.js").FromSchemas<{} & {
|
|
40349
40349
|
readonly districtType: {
|
|
40350
40350
|
readonly type: "string";
|
|
@@ -40502,7 +40502,7 @@ export declare function create(): Database.FromPlugin<Database.Plugin<{
|
|
|
40502
40502
|
readonly District: readonly ["districtType", "zoning", "districtLocked", "districtActive", "overlay", "sortOrder", "selectedByUsers"];
|
|
40503
40503
|
readonly Building: readonly ["parentDistrict", "buildingType", "positionX", "footprintStart", "footprintEnd", "maxFootprint", "blueprintRef", "density", "height", "visibility", "overlay", "condemned", "sortOrder", "selectedByUsers"];
|
|
40504
40504
|
readonly Road: readonly ["parentBuilding", "roadType", "roadLength", "roadId"];
|
|
40505
|
-
}, import("../index.js").ToTransactionFunctions<{}>, string, import("../index.js").ToActionFunctions<{}>, import("./database.js").FromServiceFactories<{} & {}>, import("./database.js").FromComputedFactories<{}>, {} & {}>) => (districtId: Entity) => Observe<readonly Entity[]>;
|
|
40505
|
+
}, import("../index.js").ToTransactionFunctions<{}>, string, import("../index.js").ToActionFunctions<{}>, import("./database.js").FromServiceFactories<{} & {}>, import("./database.js").FromComputedFactories<{}>, {} & {}, never>) => (districtId: Entity) => Observe<readonly Entity[]>;
|
|
40506
40506
|
readonly currentUserId: (_db: Database<import("../../schema/from-schemas.js").FromSchemas<{} & {
|
|
40507
40507
|
readonly districtType: {
|
|
40508
40508
|
readonly type: "string";
|
|
@@ -40660,7 +40660,7 @@ export declare function create(): Database.FromPlugin<Database.Plugin<{
|
|
|
40660
40660
|
readonly District: readonly ["districtType", "zoning", "districtLocked", "districtActive", "overlay", "sortOrder", "selectedByUsers"];
|
|
40661
40661
|
readonly Building: readonly ["parentDistrict", "buildingType", "positionX", "footprintStart", "footprintEnd", "maxFootprint", "blueprintRef", "density", "height", "visibility", "overlay", "condemned", "sortOrder", "selectedByUsers"];
|
|
40662
40662
|
readonly Road: readonly ["parentBuilding", "roadType", "roadLength", "roadId"];
|
|
40663
|
-
}, import("../index.js").ToTransactionFunctions<{}>, string, import("../index.js").ToActionFunctions<{}>, import("./database.js").FromServiceFactories<{} & {}>, import("./database.js").FromComputedFactories<{}>, {} & {}>) => Observe<string | null>;
|
|
40663
|
+
}, import("../index.js").ToTransactionFunctions<{}>, string, import("../index.js").ToActionFunctions<{}>, import("./database.js").FromServiceFactories<{} & {}>, import("./database.js").FromComputedFactories<{}>, {} & {}, never>) => Observe<string | null>;
|
|
40664
40664
|
readonly effectivePixelsPerUnit: (db: Database<import("../../schema/from-schemas.js").FromSchemas<{} & {
|
|
40665
40665
|
readonly districtType: {
|
|
40666
40666
|
readonly type: "string";
|
|
@@ -40818,7 +40818,7 @@ export declare function create(): Database.FromPlugin<Database.Plugin<{
|
|
|
40818
40818
|
readonly District: readonly ["districtType", "zoning", "districtLocked", "districtActive", "overlay", "sortOrder", "selectedByUsers"];
|
|
40819
40819
|
readonly Building: readonly ["parentDistrict", "buildingType", "positionX", "footprintStart", "footprintEnd", "maxFootprint", "blueprintRef", "density", "height", "visibility", "overlay", "condemned", "sortOrder", "selectedByUsers"];
|
|
40820
40820
|
readonly Road: readonly ["parentBuilding", "roadType", "roadLength", "roadId"];
|
|
40821
|
-
}, import("../index.js").ToTransactionFunctions<{}>, string, import("../index.js").ToActionFunctions<{}>, import("./database.js").FromServiceFactories<{} & {}>, import("./database.js").FromComputedFactories<{}>, {} & {}>) => Observe<number>;
|
|
40821
|
+
}, import("../index.js").ToTransactionFunctions<{}>, string, import("../index.js").ToActionFunctions<{}>, import("./database.js").FromServiceFactories<{} & {}>, import("./database.js").FromComputedFactories<{}>, {} & {}, never>) => Observe<number>;
|
|
40822
40822
|
readonly worldExtent: (db: Database<import("../../schema/from-schemas.js").FromSchemas<{} & {
|
|
40823
40823
|
readonly districtType: {
|
|
40824
40824
|
readonly type: "string";
|
|
@@ -40976,5 +40976,5 @@ export declare function create(): Database.FromPlugin<Database.Plugin<{
|
|
|
40976
40976
|
readonly District: readonly ["districtType", "zoning", "districtLocked", "districtActive", "overlay", "sortOrder", "selectedByUsers"];
|
|
40977
40977
|
readonly Building: readonly ["parentDistrict", "buildingType", "positionX", "footprintStart", "footprintEnd", "maxFootprint", "blueprintRef", "density", "height", "visibility", "overlay", "condemned", "sortOrder", "selectedByUsers"];
|
|
40978
40978
|
readonly Road: readonly ["parentBuilding", "roadType", "roadLength", "roadId"];
|
|
40979
|
-
}, import("../index.js").ToTransactionFunctions<{}>, string, import("../index.js").ToActionFunctions<{}>, import("./database.js").FromServiceFactories<{} & {}>, import("./database.js").FromComputedFactories<{}>, {} & {}>) => Observe<number>;
|
|
40979
|
+
}, import("../index.js").ToTransactionFunctions<{}>, string, import("../index.js").ToActionFunctions<{}>, import("./database.js").FromServiceFactories<{} & {}>, import("./database.js").FromComputedFactories<{}>, {} & {}, never>) => Observe<number>;
|
|
40980
40980
|
}, {} & {}>>;
|