@adobe/data 0.9.66 → 0.9.68
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/ecs/database/archetype-row.type-test.d.ts +1 -0
- package/dist/ecs/database/archetype-row.type-test.js +31 -0
- package/dist/ecs/database/archetype-row.type-test.js.map +1 -0
- package/dist/ecs/database/combine-plugins.d.ts +8 -7
- package/dist/ecs/database/combine-plugins.js.map +1 -1
- package/dist/ecs/database/combine-plugins.type-test.d.ts +1 -0
- package/dist/ecs/database/combine-plugins.type-test.js +37 -0
- package/dist/ecs/database/combine-plugins.type-test.js.map +1 -0
- package/dist/ecs/database/create-plugin.d.ts +1 -1
- package/dist/ecs/database/create-plugin.js.map +1 -1
- package/dist/ecs/database/create-plugin.type-test.js +85 -0
- package/dist/ecs/database/create-plugin.type-test.js.map +1 -1
- package/dist/ecs/database/database.d.ts +17 -1
- package/dist/ecs/database/database.index.test.js +67 -0
- package/dist/ecs/database/database.index.test.js.map +1 -1
- package/dist/ecs/database/database.js.map +1 -1
- package/dist/ecs/database/deep-extends-chain.type-test.d.ts +77 -60
- package/dist/tsconfig.tsbuildinfo +1 -1
- package/package.json +1 -1
- package/references/data-lit/package.json +1 -1
- package/references/data-lit-tictactoe/package.json +1 -1
- package/references/data-react/package.json +1 -1
- package/references/data-react-hello/package.json +1 -1
- package/references/data-react-pixie/package.json +1 -1
|
@@ -97,7 +97,7 @@ export declare function create(): Database.FromPlugin<Database.Plugin<{
|
|
|
97
97
|
readonly maximum: 2147483647;
|
|
98
98
|
readonly default: number;
|
|
99
99
|
};
|
|
100
|
-
}, {
|
|
100
|
+
} & {}, {
|
|
101
101
|
readonly pixelsPerUnit: {
|
|
102
102
|
readonly default: F32;
|
|
103
103
|
};
|
|
@@ -156,11 +156,11 @@ export declare function create(): Database.FromPlugin<Database.Plugin<{
|
|
|
156
156
|
size: number;
|
|
157
157
|
} | null;
|
|
158
158
|
};
|
|
159
|
-
}, {
|
|
159
|
+
} & {}, {
|
|
160
160
|
readonly District: readonly ["districtType", "zoning", "districtLocked", "districtActive", "overlay", "sortOrder", "selectedByUsers"];
|
|
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
164
|
readonly createDistrict: (t: import("./index.js").TransactionContext<import("../../schema/from-schemas.js").FromSchemas<{} & {
|
|
165
165
|
readonly districtType: {
|
|
166
166
|
readonly type: "string";
|
|
@@ -3687,6 +3687,7 @@ export declare function create(): Database.FromPlugin<Database.Plugin<{
|
|
|
3687
3687
|
}, {} & {}>, _input: {
|
|
3688
3688
|
buildingId: Entity;
|
|
3689
3689
|
}) => void;
|
|
3690
|
+
} & {
|
|
3690
3691
|
readonly deselectAll: (t: import("./index.js").TransactionContext<import("../../schema/from-schemas.js").FromSchemas<{} & {
|
|
3691
3692
|
readonly districtType: {
|
|
3692
3693
|
readonly type: "string";
|
|
@@ -4169,6 +4170,7 @@ export declare function create(): Database.FromPlugin<Database.Plugin<{
|
|
|
4169
4170
|
userId: string;
|
|
4170
4171
|
additive: boolean;
|
|
4171
4172
|
}) => void;
|
|
4173
|
+
} & {
|
|
4172
4174
|
readonly resizeSelectedToCursor: (t: import("./index.js").TransactionContext<import("../../schema/from-schemas.js").FromSchemas<{} & {
|
|
4173
4175
|
readonly districtType: {
|
|
4174
4176
|
readonly type: "string";
|
|
@@ -4330,7 +4332,7 @@ export declare function create(): Database.FromPlugin<Database.Plugin<{
|
|
|
4330
4332
|
userId: string;
|
|
4331
4333
|
edge: "left" | "right";
|
|
4332
4334
|
}) => void;
|
|
4333
|
-
}, never, {
|
|
4335
|
+
} & {}, never, {
|
|
4334
4336
|
readonly selectExclusive: (db: Database<import("../../schema/from-schemas.js").FromSchemas<{} & {
|
|
4335
4337
|
readonly districtType: {
|
|
4336
4338
|
readonly type: "string";
|
|
@@ -4488,7 +4490,7 @@ export declare function create(): Database.FromPlugin<Database.Plugin<{
|
|
|
4488
4490
|
readonly District: readonly ["districtType", "zoning", "districtLocked", "districtActive", "overlay", "sortOrder", "selectedByUsers"];
|
|
4489
4491
|
readonly Building: readonly ["parentDistrict", "buildingType", "positionX", "footprintStart", "footprintEnd", "maxFootprint", "blueprintRef", "density", "height", "visibility", "overlay", "condemned", "sortOrder", "selectedByUsers"];
|
|
4490
4492
|
readonly Road: readonly ["parentBuilding", "roadType", "roadLength", "roadId"];
|
|
4491
|
-
}, import("../index.js").ToTransactionFunctions<{} & {
|
|
4493
|
+
}, import("../index.js").ToTransactionFunctions<{} & {} & {
|
|
4492
4494
|
readonly createDistrict: (t: import("./index.js").TransactionContext<import("../../schema/from-schemas.js").FromSchemas<{} & {
|
|
4493
4495
|
readonly districtType: {
|
|
4494
4496
|
readonly type: "string";
|
|
@@ -8015,6 +8017,7 @@ export declare function create(): Database.FromPlugin<Database.Plugin<{
|
|
|
8015
8017
|
}, {} & {}>, _input: {
|
|
8016
8018
|
buildingId: Entity;
|
|
8017
8019
|
}) => void;
|
|
8020
|
+
} & {
|
|
8018
8021
|
readonly deselectAll: (t: import("./index.js").TransactionContext<import("../../schema/from-schemas.js").FromSchemas<{} & {
|
|
8019
8022
|
readonly districtType: {
|
|
8020
8023
|
readonly type: "string";
|
|
@@ -8497,6 +8500,7 @@ export declare function create(): Database.FromPlugin<Database.Plugin<{
|
|
|
8497
8500
|
userId: string;
|
|
8498
8501
|
additive: boolean;
|
|
8499
8502
|
}) => void;
|
|
8503
|
+
} & {
|
|
8500
8504
|
readonly resizeSelectedToCursor: (t: import("./index.js").TransactionContext<import("../../schema/from-schemas.js").FromSchemas<{} & {
|
|
8501
8505
|
readonly districtType: {
|
|
8502
8506
|
readonly type: "string";
|
|
@@ -8658,7 +8662,7 @@ export declare function create(): Database.FromPlugin<Database.Plugin<{
|
|
|
8658
8662
|
userId: string;
|
|
8659
8663
|
edge: "left" | "right";
|
|
8660
8664
|
}) => void;
|
|
8661
|
-
}>, never, import("../index.js").ToActionFunctions<{}>, import("./database.js").FromServiceFactories<{}
|
|
8665
|
+
}>, never, import("../index.js").ToActionFunctions<{}>, import("./database.js").FromServiceFactories<{}>, import("./database.js").FromComputedFactories<{} & {
|
|
8662
8666
|
readonly districts: (db: Database<import("../../schema/from-schemas.js").FromSchemas<{} & {
|
|
8663
8667
|
readonly districtType: {
|
|
8664
8668
|
readonly type: "string";
|
|
@@ -8816,7 +8820,7 @@ export declare function create(): Database.FromPlugin<Database.Plugin<{
|
|
|
8816
8820
|
readonly District: readonly ["districtType", "zoning", "districtLocked", "districtActive", "overlay", "sortOrder", "selectedByUsers"];
|
|
8817
8821
|
readonly Building: readonly ["parentDistrict", "buildingType", "positionX", "footprintStart", "footprintEnd", "maxFootprint", "blueprintRef", "density", "height", "visibility", "overlay", "condemned", "sortOrder", "selectedByUsers"];
|
|
8818
8822
|
readonly Road: readonly ["parentBuilding", "roadType", "roadLength", "roadId"];
|
|
8819
|
-
}, import("../index.js").ToTransactionFunctions<{}>, string, import("../index.js").ToActionFunctions<{}>, import("./database.js").FromServiceFactories<{} & {}>,
|
|
8823
|
+
}, import("../index.js").ToTransactionFunctions<{}>, string, import("../index.js").ToActionFunctions<{}>, import("./database.js").FromServiceFactories<{} & {}>, import("./database.js").FromComputedFactories<{}>, {} & {}>) => Observe<number[]>;
|
|
8820
8824
|
readonly buildings: (db: Database<import("../../schema/from-schemas.js").FromSchemas<{} & {
|
|
8821
8825
|
readonly districtType: {
|
|
8822
8826
|
readonly type: "string";
|
|
@@ -8974,7 +8978,7 @@ export declare function create(): Database.FromPlugin<Database.Plugin<{
|
|
|
8974
8978
|
readonly District: readonly ["districtType", "zoning", "districtLocked", "districtActive", "overlay", "sortOrder", "selectedByUsers"];
|
|
8975
8979
|
readonly Building: readonly ["parentDistrict", "buildingType", "positionX", "footprintStart", "footprintEnd", "maxFootprint", "blueprintRef", "density", "height", "visibility", "overlay", "condemned", "sortOrder", "selectedByUsers"];
|
|
8976
8980
|
readonly Road: readonly ["parentBuilding", "roadType", "roadLength", "roadId"];
|
|
8977
|
-
}, import("../index.js").ToTransactionFunctions<{}>, string, import("../index.js").ToActionFunctions<{}>, import("./database.js").FromServiceFactories<{} & {}>,
|
|
8981
|
+
}, import("../index.js").ToTransactionFunctions<{}>, string, import("../index.js").ToActionFunctions<{}>, import("./database.js").FromServiceFactories<{} & {}>, import("./database.js").FromComputedFactories<{}>, {} & {}>) => (districtId: Entity) => Observe<readonly Entity[]>;
|
|
8978
8982
|
readonly currentUserId: (_db: Database<import("../../schema/from-schemas.js").FromSchemas<{} & {
|
|
8979
8983
|
readonly districtType: {
|
|
8980
8984
|
readonly type: "string";
|
|
@@ -9132,7 +9136,7 @@ export declare function create(): Database.FromPlugin<Database.Plugin<{
|
|
|
9132
9136
|
readonly District: readonly ["districtType", "zoning", "districtLocked", "districtActive", "overlay", "sortOrder", "selectedByUsers"];
|
|
9133
9137
|
readonly Building: readonly ["parentDistrict", "buildingType", "positionX", "footprintStart", "footprintEnd", "maxFootprint", "blueprintRef", "density", "height", "visibility", "overlay", "condemned", "sortOrder", "selectedByUsers"];
|
|
9134
9138
|
readonly Road: readonly ["parentBuilding", "roadType", "roadLength", "roadId"];
|
|
9135
|
-
}, import("../index.js").ToTransactionFunctions<{}>, string, import("../index.js").ToActionFunctions<{}>, import("./database.js").FromServiceFactories<{} & {}>,
|
|
9139
|
+
}, import("../index.js").ToTransactionFunctions<{}>, string, import("../index.js").ToActionFunctions<{}>, import("./database.js").FromServiceFactories<{} & {}>, import("./database.js").FromComputedFactories<{}>, {} & {}>) => Observe<string | null>;
|
|
9136
9140
|
readonly effectivePixelsPerUnit: (db: Database<import("../../schema/from-schemas.js").FromSchemas<{} & {
|
|
9137
9141
|
readonly districtType: {
|
|
9138
9142
|
readonly type: "string";
|
|
@@ -9290,7 +9294,7 @@ export declare function create(): Database.FromPlugin<Database.Plugin<{
|
|
|
9290
9294
|
readonly District: readonly ["districtType", "zoning", "districtLocked", "districtActive", "overlay", "sortOrder", "selectedByUsers"];
|
|
9291
9295
|
readonly Building: readonly ["parentDistrict", "buildingType", "positionX", "footprintStart", "footprintEnd", "maxFootprint", "blueprintRef", "density", "height", "visibility", "overlay", "condemned", "sortOrder", "selectedByUsers"];
|
|
9292
9296
|
readonly Road: readonly ["parentBuilding", "roadType", "roadLength", "roadId"];
|
|
9293
|
-
}, import("../index.js").ToTransactionFunctions<{}>, string, import("../index.js").ToActionFunctions<{}>, import("./database.js").FromServiceFactories<{} & {}>,
|
|
9297
|
+
}, import("../index.js").ToTransactionFunctions<{}>, string, import("../index.js").ToActionFunctions<{}>, import("./database.js").FromServiceFactories<{} & {}>, import("./database.js").FromComputedFactories<{}>, {} & {}>) => Observe<number>;
|
|
9294
9298
|
readonly worldExtent: (db: Database<import("../../schema/from-schemas.js").FromSchemas<{} & {
|
|
9295
9299
|
readonly districtType: {
|
|
9296
9300
|
readonly type: "string";
|
|
@@ -9448,7 +9452,7 @@ export declare function create(): Database.FromPlugin<Database.Plugin<{
|
|
|
9448
9452
|
readonly District: readonly ["districtType", "zoning", "districtLocked", "districtActive", "overlay", "sortOrder", "selectedByUsers"];
|
|
9449
9453
|
readonly Building: readonly ["parentDistrict", "buildingType", "positionX", "footprintStart", "footprintEnd", "maxFootprint", "blueprintRef", "density", "height", "visibility", "overlay", "condemned", "sortOrder", "selectedByUsers"];
|
|
9450
9454
|
readonly Road: readonly ["parentBuilding", "roadType", "roadLength", "roadId"];
|
|
9451
|
-
}, import("../index.js").ToTransactionFunctions<{}>, string, import("../index.js").ToActionFunctions<{}>, import("./database.js").FromServiceFactories<{} & {}>,
|
|
9455
|
+
}, import("../index.js").ToTransactionFunctions<{}>, string, import("../index.js").ToActionFunctions<{}>, import("./database.js").FromServiceFactories<{} & {}>, import("./database.js").FromComputedFactories<{}>, {} & {}>) => Observe<number>;
|
|
9452
9456
|
}>, {} & {}>, entityId: Entity) => Promise<void>;
|
|
9453
9457
|
readonly toggleSimulation: (db: Database<import("../../schema/from-schemas.js").FromSchemas<{} & {
|
|
9454
9458
|
readonly districtType: {
|
|
@@ -9607,7 +9611,7 @@ export declare function create(): Database.FromPlugin<Database.Plugin<{
|
|
|
9607
9611
|
readonly District: readonly ["districtType", "zoning", "districtLocked", "districtActive", "overlay", "sortOrder", "selectedByUsers"];
|
|
9608
9612
|
readonly Building: readonly ["parentDistrict", "buildingType", "positionX", "footprintStart", "footprintEnd", "maxFootprint", "blueprintRef", "density", "height", "visibility", "overlay", "condemned", "sortOrder", "selectedByUsers"];
|
|
9609
9613
|
readonly Road: readonly ["parentBuilding", "roadType", "roadLength", "roadId"];
|
|
9610
|
-
}, import("../index.js").ToTransactionFunctions<{} & {
|
|
9614
|
+
}, import("../index.js").ToTransactionFunctions<{} & {} & {
|
|
9611
9615
|
readonly createDistrict: (t: import("./index.js").TransactionContext<import("../../schema/from-schemas.js").FromSchemas<{} & {
|
|
9612
9616
|
readonly districtType: {
|
|
9613
9617
|
readonly type: "string";
|
|
@@ -13134,6 +13138,7 @@ export declare function create(): Database.FromPlugin<Database.Plugin<{
|
|
|
13134
13138
|
}, {} & {}>, _input: {
|
|
13135
13139
|
buildingId: Entity;
|
|
13136
13140
|
}) => void;
|
|
13141
|
+
} & {
|
|
13137
13142
|
readonly deselectAll: (t: import("./index.js").TransactionContext<import("../../schema/from-schemas.js").FromSchemas<{} & {
|
|
13138
13143
|
readonly districtType: {
|
|
13139
13144
|
readonly type: "string";
|
|
@@ -13616,6 +13621,7 @@ export declare function create(): Database.FromPlugin<Database.Plugin<{
|
|
|
13616
13621
|
userId: string;
|
|
13617
13622
|
additive: boolean;
|
|
13618
13623
|
}) => void;
|
|
13624
|
+
} & {
|
|
13619
13625
|
readonly resizeSelectedToCursor: (t: import("./index.js").TransactionContext<import("../../schema/from-schemas.js").FromSchemas<{} & {
|
|
13620
13626
|
readonly districtType: {
|
|
13621
13627
|
readonly type: "string";
|
|
@@ -13777,7 +13783,7 @@ export declare function create(): Database.FromPlugin<Database.Plugin<{
|
|
|
13777
13783
|
userId: string;
|
|
13778
13784
|
edge: "left" | "right";
|
|
13779
13785
|
}) => void;
|
|
13780
|
-
}>, never, import("../index.js").ToActionFunctions<{}>, import("./database.js").FromServiceFactories<{}
|
|
13786
|
+
}>, never, import("../index.js").ToActionFunctions<{}>, import("./database.js").FromServiceFactories<{}>, import("./database.js").FromComputedFactories<{} & {
|
|
13781
13787
|
readonly districts: (db: Database<import("../../schema/from-schemas.js").FromSchemas<{} & {
|
|
13782
13788
|
readonly districtType: {
|
|
13783
13789
|
readonly type: "string";
|
|
@@ -13935,7 +13941,7 @@ export declare function create(): Database.FromPlugin<Database.Plugin<{
|
|
|
13935
13941
|
readonly District: readonly ["districtType", "zoning", "districtLocked", "districtActive", "overlay", "sortOrder", "selectedByUsers"];
|
|
13936
13942
|
readonly Building: readonly ["parentDistrict", "buildingType", "positionX", "footprintStart", "footprintEnd", "maxFootprint", "blueprintRef", "density", "height", "visibility", "overlay", "condemned", "sortOrder", "selectedByUsers"];
|
|
13937
13943
|
readonly Road: readonly ["parentBuilding", "roadType", "roadLength", "roadId"];
|
|
13938
|
-
}, import("../index.js").ToTransactionFunctions<{}>, string, import("../index.js").ToActionFunctions<{}>, import("./database.js").FromServiceFactories<{} & {}>,
|
|
13944
|
+
}, import("../index.js").ToTransactionFunctions<{}>, string, import("../index.js").ToActionFunctions<{}>, import("./database.js").FromServiceFactories<{} & {}>, import("./database.js").FromComputedFactories<{}>, {} & {}>) => Observe<number[]>;
|
|
13939
13945
|
readonly buildings: (db: Database<import("../../schema/from-schemas.js").FromSchemas<{} & {
|
|
13940
13946
|
readonly districtType: {
|
|
13941
13947
|
readonly type: "string";
|
|
@@ -14093,7 +14099,7 @@ export declare function create(): Database.FromPlugin<Database.Plugin<{
|
|
|
14093
14099
|
readonly District: readonly ["districtType", "zoning", "districtLocked", "districtActive", "overlay", "sortOrder", "selectedByUsers"];
|
|
14094
14100
|
readonly Building: readonly ["parentDistrict", "buildingType", "positionX", "footprintStart", "footprintEnd", "maxFootprint", "blueprintRef", "density", "height", "visibility", "overlay", "condemned", "sortOrder", "selectedByUsers"];
|
|
14095
14101
|
readonly Road: readonly ["parentBuilding", "roadType", "roadLength", "roadId"];
|
|
14096
|
-
}, import("../index.js").ToTransactionFunctions<{}>, string, import("../index.js").ToActionFunctions<{}>, import("./database.js").FromServiceFactories<{} & {}>,
|
|
14102
|
+
}, import("../index.js").ToTransactionFunctions<{}>, string, import("../index.js").ToActionFunctions<{}>, import("./database.js").FromServiceFactories<{} & {}>, import("./database.js").FromComputedFactories<{}>, {} & {}>) => (districtId: Entity) => Observe<readonly Entity[]>;
|
|
14097
14103
|
readonly currentUserId: (_db: Database<import("../../schema/from-schemas.js").FromSchemas<{} & {
|
|
14098
14104
|
readonly districtType: {
|
|
14099
14105
|
readonly type: "string";
|
|
@@ -14251,7 +14257,7 @@ export declare function create(): Database.FromPlugin<Database.Plugin<{
|
|
|
14251
14257
|
readonly District: readonly ["districtType", "zoning", "districtLocked", "districtActive", "overlay", "sortOrder", "selectedByUsers"];
|
|
14252
14258
|
readonly Building: readonly ["parentDistrict", "buildingType", "positionX", "footprintStart", "footprintEnd", "maxFootprint", "blueprintRef", "density", "height", "visibility", "overlay", "condemned", "sortOrder", "selectedByUsers"];
|
|
14253
14259
|
readonly Road: readonly ["parentBuilding", "roadType", "roadLength", "roadId"];
|
|
14254
|
-
}, import("../index.js").ToTransactionFunctions<{}>, string, import("../index.js").ToActionFunctions<{}>, import("./database.js").FromServiceFactories<{} & {}>,
|
|
14260
|
+
}, import("../index.js").ToTransactionFunctions<{}>, string, import("../index.js").ToActionFunctions<{}>, import("./database.js").FromServiceFactories<{} & {}>, import("./database.js").FromComputedFactories<{}>, {} & {}>) => Observe<string | null>;
|
|
14255
14261
|
readonly effectivePixelsPerUnit: (db: Database<import("../../schema/from-schemas.js").FromSchemas<{} & {
|
|
14256
14262
|
readonly districtType: {
|
|
14257
14263
|
readonly type: "string";
|
|
@@ -14409,7 +14415,7 @@ export declare function create(): Database.FromPlugin<Database.Plugin<{
|
|
|
14409
14415
|
readonly District: readonly ["districtType", "zoning", "districtLocked", "districtActive", "overlay", "sortOrder", "selectedByUsers"];
|
|
14410
14416
|
readonly Building: readonly ["parentDistrict", "buildingType", "positionX", "footprintStart", "footprintEnd", "maxFootprint", "blueprintRef", "density", "height", "visibility", "overlay", "condemned", "sortOrder", "selectedByUsers"];
|
|
14411
14417
|
readonly Road: readonly ["parentBuilding", "roadType", "roadLength", "roadId"];
|
|
14412
|
-
}, import("../index.js").ToTransactionFunctions<{}>, string, import("../index.js").ToActionFunctions<{}>, import("./database.js").FromServiceFactories<{} & {}>,
|
|
14418
|
+
}, import("../index.js").ToTransactionFunctions<{}>, string, import("../index.js").ToActionFunctions<{}>, import("./database.js").FromServiceFactories<{} & {}>, import("./database.js").FromComputedFactories<{}>, {} & {}>) => Observe<number>;
|
|
14413
14419
|
readonly worldExtent: (db: Database<import("../../schema/from-schemas.js").FromSchemas<{} & {
|
|
14414
14420
|
readonly districtType: {
|
|
14415
14421
|
readonly type: "string";
|
|
@@ -14567,7 +14573,7 @@ export declare function create(): Database.FromPlugin<Database.Plugin<{
|
|
|
14567
14573
|
readonly District: readonly ["districtType", "zoning", "districtLocked", "districtActive", "overlay", "sortOrder", "selectedByUsers"];
|
|
14568
14574
|
readonly Building: readonly ["parentDistrict", "buildingType", "positionX", "footprintStart", "footprintEnd", "maxFootprint", "blueprintRef", "density", "height", "visibility", "overlay", "condemned", "sortOrder", "selectedByUsers"];
|
|
14569
14575
|
readonly Road: readonly ["parentBuilding", "roadType", "roadLength", "roadId"];
|
|
14570
|
-
}, import("../index.js").ToTransactionFunctions<{}>, string, import("../index.js").ToActionFunctions<{}>, import("./database.js").FromServiceFactories<{} & {}>,
|
|
14576
|
+
}, import("../index.js").ToTransactionFunctions<{}>, string, import("../index.js").ToActionFunctions<{}>, import("./database.js").FromServiceFactories<{} & {}>, import("./database.js").FromComputedFactories<{}>, {} & {}>) => Observe<number>;
|
|
14571
14577
|
}>, {} & {}>) => Promise<void>;
|
|
14572
14578
|
readonly moveBuildings: (db: Database<import("../../schema/from-schemas.js").FromSchemas<{} & {
|
|
14573
14579
|
readonly districtType: {
|
|
@@ -14726,7 +14732,7 @@ export declare function create(): Database.FromPlugin<Database.Plugin<{
|
|
|
14726
14732
|
readonly District: readonly ["districtType", "zoning", "districtLocked", "districtActive", "overlay", "sortOrder", "selectedByUsers"];
|
|
14727
14733
|
readonly Building: readonly ["parentDistrict", "buildingType", "positionX", "footprintStart", "footprintEnd", "maxFootprint", "blueprintRef", "density", "height", "visibility", "overlay", "condemned", "sortOrder", "selectedByUsers"];
|
|
14728
14734
|
readonly Road: readonly ["parentBuilding", "roadType", "roadLength", "roadId"];
|
|
14729
|
-
}, import("../index.js").ToTransactionFunctions<{} & {
|
|
14735
|
+
}, import("../index.js").ToTransactionFunctions<{} & {} & {
|
|
14730
14736
|
readonly createDistrict: (t: import("./index.js").TransactionContext<import("../../schema/from-schemas.js").FromSchemas<{} & {
|
|
14731
14737
|
readonly districtType: {
|
|
14732
14738
|
readonly type: "string";
|
|
@@ -18253,6 +18259,7 @@ export declare function create(): Database.FromPlugin<Database.Plugin<{
|
|
|
18253
18259
|
}, {} & {}>, _input: {
|
|
18254
18260
|
buildingId: Entity;
|
|
18255
18261
|
}) => void;
|
|
18262
|
+
} & {
|
|
18256
18263
|
readonly deselectAll: (t: import("./index.js").TransactionContext<import("../../schema/from-schemas.js").FromSchemas<{} & {
|
|
18257
18264
|
readonly districtType: {
|
|
18258
18265
|
readonly type: "string";
|
|
@@ -18735,6 +18742,7 @@ export declare function create(): Database.FromPlugin<Database.Plugin<{
|
|
|
18735
18742
|
userId: string;
|
|
18736
18743
|
additive: boolean;
|
|
18737
18744
|
}) => void;
|
|
18745
|
+
} & {
|
|
18738
18746
|
readonly resizeSelectedToCursor: (t: import("./index.js").TransactionContext<import("../../schema/from-schemas.js").FromSchemas<{} & {
|
|
18739
18747
|
readonly districtType: {
|
|
18740
18748
|
readonly type: "string";
|
|
@@ -18896,7 +18904,7 @@ export declare function create(): Database.FromPlugin<Database.Plugin<{
|
|
|
18896
18904
|
userId: string;
|
|
18897
18905
|
edge: "left" | "right";
|
|
18898
18906
|
}) => void;
|
|
18899
|
-
}>, never, import("../index.js").ToActionFunctions<{}>, import("./database.js").FromServiceFactories<{}
|
|
18907
|
+
}>, never, import("../index.js").ToActionFunctions<{}>, import("./database.js").FromServiceFactories<{}>, import("./database.js").FromComputedFactories<{} & {
|
|
18900
18908
|
readonly districts: (db: Database<import("../../schema/from-schemas.js").FromSchemas<{} & {
|
|
18901
18909
|
readonly districtType: {
|
|
18902
18910
|
readonly type: "string";
|
|
@@ -19054,7 +19062,7 @@ export declare function create(): Database.FromPlugin<Database.Plugin<{
|
|
|
19054
19062
|
readonly District: readonly ["districtType", "zoning", "districtLocked", "districtActive", "overlay", "sortOrder", "selectedByUsers"];
|
|
19055
19063
|
readonly Building: readonly ["parentDistrict", "buildingType", "positionX", "footprintStart", "footprintEnd", "maxFootprint", "blueprintRef", "density", "height", "visibility", "overlay", "condemned", "sortOrder", "selectedByUsers"];
|
|
19056
19064
|
readonly Road: readonly ["parentBuilding", "roadType", "roadLength", "roadId"];
|
|
19057
|
-
}, import("../index.js").ToTransactionFunctions<{}>, string, import("../index.js").ToActionFunctions<{}>, import("./database.js").FromServiceFactories<{} & {}>,
|
|
19065
|
+
}, import("../index.js").ToTransactionFunctions<{}>, string, import("../index.js").ToActionFunctions<{}>, import("./database.js").FromServiceFactories<{} & {}>, import("./database.js").FromComputedFactories<{}>, {} & {}>) => Observe<number[]>;
|
|
19058
19066
|
readonly buildings: (db: Database<import("../../schema/from-schemas.js").FromSchemas<{} & {
|
|
19059
19067
|
readonly districtType: {
|
|
19060
19068
|
readonly type: "string";
|
|
@@ -19212,7 +19220,7 @@ export declare function create(): Database.FromPlugin<Database.Plugin<{
|
|
|
19212
19220
|
readonly District: readonly ["districtType", "zoning", "districtLocked", "districtActive", "overlay", "sortOrder", "selectedByUsers"];
|
|
19213
19221
|
readonly Building: readonly ["parentDistrict", "buildingType", "positionX", "footprintStart", "footprintEnd", "maxFootprint", "blueprintRef", "density", "height", "visibility", "overlay", "condemned", "sortOrder", "selectedByUsers"];
|
|
19214
19222
|
readonly Road: readonly ["parentBuilding", "roadType", "roadLength", "roadId"];
|
|
19215
|
-
}, import("../index.js").ToTransactionFunctions<{}>, string, import("../index.js").ToActionFunctions<{}>, import("./database.js").FromServiceFactories<{} & {}>,
|
|
19223
|
+
}, import("../index.js").ToTransactionFunctions<{}>, string, import("../index.js").ToActionFunctions<{}>, import("./database.js").FromServiceFactories<{} & {}>, import("./database.js").FromComputedFactories<{}>, {} & {}>) => (districtId: Entity) => Observe<readonly Entity[]>;
|
|
19216
19224
|
readonly currentUserId: (_db: Database<import("../../schema/from-schemas.js").FromSchemas<{} & {
|
|
19217
19225
|
readonly districtType: {
|
|
19218
19226
|
readonly type: "string";
|
|
@@ -19370,7 +19378,7 @@ export declare function create(): Database.FromPlugin<Database.Plugin<{
|
|
|
19370
19378
|
readonly District: readonly ["districtType", "zoning", "districtLocked", "districtActive", "overlay", "sortOrder", "selectedByUsers"];
|
|
19371
19379
|
readonly Building: readonly ["parentDistrict", "buildingType", "positionX", "footprintStart", "footprintEnd", "maxFootprint", "blueprintRef", "density", "height", "visibility", "overlay", "condemned", "sortOrder", "selectedByUsers"];
|
|
19372
19380
|
readonly Road: readonly ["parentBuilding", "roadType", "roadLength", "roadId"];
|
|
19373
|
-
}, import("../index.js").ToTransactionFunctions<{}>, string, import("../index.js").ToActionFunctions<{}>, import("./database.js").FromServiceFactories<{} & {}>,
|
|
19381
|
+
}, import("../index.js").ToTransactionFunctions<{}>, string, import("../index.js").ToActionFunctions<{}>, import("./database.js").FromServiceFactories<{} & {}>, import("./database.js").FromComputedFactories<{}>, {} & {}>) => Observe<string | null>;
|
|
19374
19382
|
readonly effectivePixelsPerUnit: (db: Database<import("../../schema/from-schemas.js").FromSchemas<{} & {
|
|
19375
19383
|
readonly districtType: {
|
|
19376
19384
|
readonly type: "string";
|
|
@@ -19528,7 +19536,7 @@ export declare function create(): Database.FromPlugin<Database.Plugin<{
|
|
|
19528
19536
|
readonly District: readonly ["districtType", "zoning", "districtLocked", "districtActive", "overlay", "sortOrder", "selectedByUsers"];
|
|
19529
19537
|
readonly Building: readonly ["parentDistrict", "buildingType", "positionX", "footprintStart", "footprintEnd", "maxFootprint", "blueprintRef", "density", "height", "visibility", "overlay", "condemned", "sortOrder", "selectedByUsers"];
|
|
19530
19538
|
readonly Road: readonly ["parentBuilding", "roadType", "roadLength", "roadId"];
|
|
19531
|
-
}, import("../index.js").ToTransactionFunctions<{}>, string, import("../index.js").ToActionFunctions<{}>, import("./database.js").FromServiceFactories<{} & {}>,
|
|
19539
|
+
}, import("../index.js").ToTransactionFunctions<{}>, string, import("../index.js").ToActionFunctions<{}>, import("./database.js").FromServiceFactories<{} & {}>, import("./database.js").FromComputedFactories<{}>, {} & {}>) => Observe<number>;
|
|
19532
19540
|
readonly worldExtent: (db: Database<import("../../schema/from-schemas.js").FromSchemas<{} & {
|
|
19533
19541
|
readonly districtType: {
|
|
19534
19542
|
readonly type: "string";
|
|
@@ -19686,7 +19694,7 @@ export declare function create(): Database.FromPlugin<Database.Plugin<{
|
|
|
19686
19694
|
readonly District: readonly ["districtType", "zoning", "districtLocked", "districtActive", "overlay", "sortOrder", "selectedByUsers"];
|
|
19687
19695
|
readonly Building: readonly ["parentDistrict", "buildingType", "positionX", "footprintStart", "footprintEnd", "maxFootprint", "blueprintRef", "density", "height", "visibility", "overlay", "condemned", "sortOrder", "selectedByUsers"];
|
|
19688
19696
|
readonly Road: readonly ["parentBuilding", "roadType", "roadLength", "roadId"];
|
|
19689
|
-
}, import("../index.js").ToTransactionFunctions<{}>, string, import("../index.js").ToActionFunctions<{}>, import("./database.js").FromServiceFactories<{} & {}>,
|
|
19697
|
+
}, import("../index.js").ToTransactionFunctions<{}>, string, import("../index.js").ToActionFunctions<{}>, import("./database.js").FromServiceFactories<{} & {}>, import("./database.js").FromComputedFactories<{}>, {} & {}>) => Observe<number>;
|
|
19690
19698
|
}>, {} & {}>, { buildingId }: {
|
|
19691
19699
|
buildingId: Entity;
|
|
19692
19700
|
}) => Promise<void>;
|
|
@@ -19847,7 +19855,7 @@ export declare function create(): Database.FromPlugin<Database.Plugin<{
|
|
|
19847
19855
|
readonly District: readonly ["districtType", "zoning", "districtLocked", "districtActive", "overlay", "sortOrder", "selectedByUsers"];
|
|
19848
19856
|
readonly Building: readonly ["parentDistrict", "buildingType", "positionX", "footprintStart", "footprintEnd", "maxFootprint", "blueprintRef", "density", "height", "visibility", "overlay", "condemned", "sortOrder", "selectedByUsers"];
|
|
19849
19857
|
readonly Road: readonly ["parentBuilding", "roadType", "roadLength", "roadId"];
|
|
19850
|
-
}, import("../index.js").ToTransactionFunctions<{} & {
|
|
19858
|
+
}, import("../index.js").ToTransactionFunctions<{} & {} & {
|
|
19851
19859
|
readonly createDistrict: (t: import("./index.js").TransactionContext<import("../../schema/from-schemas.js").FromSchemas<{} & {
|
|
19852
19860
|
readonly districtType: {
|
|
19853
19861
|
readonly type: "string";
|
|
@@ -23374,6 +23382,7 @@ export declare function create(): Database.FromPlugin<Database.Plugin<{
|
|
|
23374
23382
|
}, {} & {}>, _input: {
|
|
23375
23383
|
buildingId: Entity;
|
|
23376
23384
|
}) => void;
|
|
23385
|
+
} & {
|
|
23377
23386
|
readonly deselectAll: (t: import("./index.js").TransactionContext<import("../../schema/from-schemas.js").FromSchemas<{} & {
|
|
23378
23387
|
readonly districtType: {
|
|
23379
23388
|
readonly type: "string";
|
|
@@ -23856,6 +23865,7 @@ export declare function create(): Database.FromPlugin<Database.Plugin<{
|
|
|
23856
23865
|
userId: string;
|
|
23857
23866
|
additive: boolean;
|
|
23858
23867
|
}) => void;
|
|
23868
|
+
} & {
|
|
23859
23869
|
readonly resizeSelectedToCursor: (t: import("./index.js").TransactionContext<import("../../schema/from-schemas.js").FromSchemas<{} & {
|
|
23860
23870
|
readonly districtType: {
|
|
23861
23871
|
readonly type: "string";
|
|
@@ -24017,7 +24027,7 @@ export declare function create(): Database.FromPlugin<Database.Plugin<{
|
|
|
24017
24027
|
userId: string;
|
|
24018
24028
|
edge: "left" | "right";
|
|
24019
24029
|
}) => void;
|
|
24020
|
-
}>, never, import("../index.js").ToActionFunctions<{}>, import("./database.js").FromServiceFactories<{}
|
|
24030
|
+
}>, never, import("../index.js").ToActionFunctions<{}>, import("./database.js").FromServiceFactories<{}>, import("./database.js").FromComputedFactories<{} & {
|
|
24021
24031
|
readonly districts: (db: Database<import("../../schema/from-schemas.js").FromSchemas<{} & {
|
|
24022
24032
|
readonly districtType: {
|
|
24023
24033
|
readonly type: "string";
|
|
@@ -24175,7 +24185,7 @@ export declare function create(): Database.FromPlugin<Database.Plugin<{
|
|
|
24175
24185
|
readonly District: readonly ["districtType", "zoning", "districtLocked", "districtActive", "overlay", "sortOrder", "selectedByUsers"];
|
|
24176
24186
|
readonly Building: readonly ["parentDistrict", "buildingType", "positionX", "footprintStart", "footprintEnd", "maxFootprint", "blueprintRef", "density", "height", "visibility", "overlay", "condemned", "sortOrder", "selectedByUsers"];
|
|
24177
24187
|
readonly Road: readonly ["parentBuilding", "roadType", "roadLength", "roadId"];
|
|
24178
|
-
}, import("../index.js").ToTransactionFunctions<{}>, string, import("../index.js").ToActionFunctions<{}>, import("./database.js").FromServiceFactories<{} & {}>,
|
|
24188
|
+
}, import("../index.js").ToTransactionFunctions<{}>, string, import("../index.js").ToActionFunctions<{}>, import("./database.js").FromServiceFactories<{} & {}>, import("./database.js").FromComputedFactories<{}>, {} & {}>) => Observe<number[]>;
|
|
24179
24189
|
readonly buildings: (db: Database<import("../../schema/from-schemas.js").FromSchemas<{} & {
|
|
24180
24190
|
readonly districtType: {
|
|
24181
24191
|
readonly type: "string";
|
|
@@ -24333,7 +24343,7 @@ export declare function create(): Database.FromPlugin<Database.Plugin<{
|
|
|
24333
24343
|
readonly District: readonly ["districtType", "zoning", "districtLocked", "districtActive", "overlay", "sortOrder", "selectedByUsers"];
|
|
24334
24344
|
readonly Building: readonly ["parentDistrict", "buildingType", "positionX", "footprintStart", "footprintEnd", "maxFootprint", "blueprintRef", "density", "height", "visibility", "overlay", "condemned", "sortOrder", "selectedByUsers"];
|
|
24335
24345
|
readonly Road: readonly ["parentBuilding", "roadType", "roadLength", "roadId"];
|
|
24336
|
-
}, import("../index.js").ToTransactionFunctions<{}>, string, import("../index.js").ToActionFunctions<{}>, import("./database.js").FromServiceFactories<{} & {}>,
|
|
24346
|
+
}, import("../index.js").ToTransactionFunctions<{}>, string, import("../index.js").ToActionFunctions<{}>, import("./database.js").FromServiceFactories<{} & {}>, import("./database.js").FromComputedFactories<{}>, {} & {}>) => (districtId: Entity) => Observe<readonly Entity[]>;
|
|
24337
24347
|
readonly currentUserId: (_db: Database<import("../../schema/from-schemas.js").FromSchemas<{} & {
|
|
24338
24348
|
readonly districtType: {
|
|
24339
24349
|
readonly type: "string";
|
|
@@ -24491,7 +24501,7 @@ export declare function create(): Database.FromPlugin<Database.Plugin<{
|
|
|
24491
24501
|
readonly District: readonly ["districtType", "zoning", "districtLocked", "districtActive", "overlay", "sortOrder", "selectedByUsers"];
|
|
24492
24502
|
readonly Building: readonly ["parentDistrict", "buildingType", "positionX", "footprintStart", "footprintEnd", "maxFootprint", "blueprintRef", "density", "height", "visibility", "overlay", "condemned", "sortOrder", "selectedByUsers"];
|
|
24493
24503
|
readonly Road: readonly ["parentBuilding", "roadType", "roadLength", "roadId"];
|
|
24494
|
-
}, import("../index.js").ToTransactionFunctions<{}>, string, import("../index.js").ToActionFunctions<{}>, import("./database.js").FromServiceFactories<{} & {}>,
|
|
24504
|
+
}, import("../index.js").ToTransactionFunctions<{}>, string, import("../index.js").ToActionFunctions<{}>, import("./database.js").FromServiceFactories<{} & {}>, import("./database.js").FromComputedFactories<{}>, {} & {}>) => Observe<string | null>;
|
|
24495
24505
|
readonly effectivePixelsPerUnit: (db: Database<import("../../schema/from-schemas.js").FromSchemas<{} & {
|
|
24496
24506
|
readonly districtType: {
|
|
24497
24507
|
readonly type: "string";
|
|
@@ -24649,7 +24659,7 @@ export declare function create(): Database.FromPlugin<Database.Plugin<{
|
|
|
24649
24659
|
readonly District: readonly ["districtType", "zoning", "districtLocked", "districtActive", "overlay", "sortOrder", "selectedByUsers"];
|
|
24650
24660
|
readonly Building: readonly ["parentDistrict", "buildingType", "positionX", "footprintStart", "footprintEnd", "maxFootprint", "blueprintRef", "density", "height", "visibility", "overlay", "condemned", "sortOrder", "selectedByUsers"];
|
|
24651
24661
|
readonly Road: readonly ["parentBuilding", "roadType", "roadLength", "roadId"];
|
|
24652
|
-
}, import("../index.js").ToTransactionFunctions<{}>, string, import("../index.js").ToActionFunctions<{}>, import("./database.js").FromServiceFactories<{} & {}>,
|
|
24662
|
+
}, import("../index.js").ToTransactionFunctions<{}>, string, import("../index.js").ToActionFunctions<{}>, import("./database.js").FromServiceFactories<{} & {}>, import("./database.js").FromComputedFactories<{}>, {} & {}>) => Observe<number>;
|
|
24653
24663
|
readonly worldExtent: (db: Database<import("../../schema/from-schemas.js").FromSchemas<{} & {
|
|
24654
24664
|
readonly districtType: {
|
|
24655
24665
|
readonly type: "string";
|
|
@@ -24807,7 +24817,7 @@ export declare function create(): Database.FromPlugin<Database.Plugin<{
|
|
|
24807
24817
|
readonly District: readonly ["districtType", "zoning", "districtLocked", "districtActive", "overlay", "sortOrder", "selectedByUsers"];
|
|
24808
24818
|
readonly Building: readonly ["parentDistrict", "buildingType", "positionX", "footprintStart", "footprintEnd", "maxFootprint", "blueprintRef", "density", "height", "visibility", "overlay", "condemned", "sortOrder", "selectedByUsers"];
|
|
24809
24819
|
readonly Road: readonly ["parentBuilding", "roadType", "roadLength", "roadId"];
|
|
24810
|
-
}, import("../index.js").ToTransactionFunctions<{}>, string, import("../index.js").ToActionFunctions<{}>, import("./database.js").FromServiceFactories<{} & {}>,
|
|
24820
|
+
}, import("../index.js").ToTransactionFunctions<{}>, string, import("../index.js").ToActionFunctions<{}>, import("./database.js").FromServiceFactories<{} & {}>, import("./database.js").FromComputedFactories<{}>, {} & {}>) => Observe<number>;
|
|
24811
24821
|
}>, {} & {}>, { buildingId, edge }: {
|
|
24812
24822
|
buildingId: Entity;
|
|
24813
24823
|
edge: "left" | "right";
|
|
@@ -24969,7 +24979,7 @@ export declare function create(): Database.FromPlugin<Database.Plugin<{
|
|
|
24969
24979
|
readonly District: readonly ["districtType", "zoning", "districtLocked", "districtActive", "overlay", "sortOrder", "selectedByUsers"];
|
|
24970
24980
|
readonly Building: readonly ["parentDistrict", "buildingType", "positionX", "footprintStart", "footprintEnd", "maxFootprint", "blueprintRef", "density", "height", "visibility", "overlay", "condemned", "sortOrder", "selectedByUsers"];
|
|
24971
24981
|
readonly Road: readonly ["parentBuilding", "roadType", "roadLength", "roadId"];
|
|
24972
|
-
}, import("../index.js").ToTransactionFunctions<{} & {
|
|
24982
|
+
}, import("../index.js").ToTransactionFunctions<{} & {} & {
|
|
24973
24983
|
readonly createDistrict: (t: import("./index.js").TransactionContext<import("../../schema/from-schemas.js").FromSchemas<{} & {
|
|
24974
24984
|
readonly districtType: {
|
|
24975
24985
|
readonly type: "string";
|
|
@@ -28496,6 +28506,7 @@ export declare function create(): Database.FromPlugin<Database.Plugin<{
|
|
|
28496
28506
|
}, {} & {}>, _input: {
|
|
28497
28507
|
buildingId: Entity;
|
|
28498
28508
|
}) => void;
|
|
28509
|
+
} & {
|
|
28499
28510
|
readonly deselectAll: (t: import("./index.js").TransactionContext<import("../../schema/from-schemas.js").FromSchemas<{} & {
|
|
28500
28511
|
readonly districtType: {
|
|
28501
28512
|
readonly type: "string";
|
|
@@ -28978,6 +28989,7 @@ export declare function create(): Database.FromPlugin<Database.Plugin<{
|
|
|
28978
28989
|
userId: string;
|
|
28979
28990
|
additive: boolean;
|
|
28980
28991
|
}) => void;
|
|
28992
|
+
} & {
|
|
28981
28993
|
readonly resizeSelectedToCursor: (t: import("./index.js").TransactionContext<import("../../schema/from-schemas.js").FromSchemas<{} & {
|
|
28982
28994
|
readonly districtType: {
|
|
28983
28995
|
readonly type: "string";
|
|
@@ -29139,7 +29151,7 @@ export declare function create(): Database.FromPlugin<Database.Plugin<{
|
|
|
29139
29151
|
userId: string;
|
|
29140
29152
|
edge: "left" | "right";
|
|
29141
29153
|
}) => void;
|
|
29142
|
-
}>, never, import("../index.js").ToActionFunctions<{}>, import("./database.js").FromServiceFactories<{}
|
|
29154
|
+
}>, never, import("../index.js").ToActionFunctions<{}>, import("./database.js").FromServiceFactories<{}>, import("./database.js").FromComputedFactories<{} & {
|
|
29143
29155
|
readonly districts: (db: Database<import("../../schema/from-schemas.js").FromSchemas<{} & {
|
|
29144
29156
|
readonly districtType: {
|
|
29145
29157
|
readonly type: "string";
|
|
@@ -29297,7 +29309,7 @@ export declare function create(): Database.FromPlugin<Database.Plugin<{
|
|
|
29297
29309
|
readonly District: readonly ["districtType", "zoning", "districtLocked", "districtActive", "overlay", "sortOrder", "selectedByUsers"];
|
|
29298
29310
|
readonly Building: readonly ["parentDistrict", "buildingType", "positionX", "footprintStart", "footprintEnd", "maxFootprint", "blueprintRef", "density", "height", "visibility", "overlay", "condemned", "sortOrder", "selectedByUsers"];
|
|
29299
29311
|
readonly Road: readonly ["parentBuilding", "roadType", "roadLength", "roadId"];
|
|
29300
|
-
}, import("../index.js").ToTransactionFunctions<{}>, string, import("../index.js").ToActionFunctions<{}>, import("./database.js").FromServiceFactories<{} & {}>,
|
|
29312
|
+
}, import("../index.js").ToTransactionFunctions<{}>, string, import("../index.js").ToActionFunctions<{}>, import("./database.js").FromServiceFactories<{} & {}>, import("./database.js").FromComputedFactories<{}>, {} & {}>) => Observe<number[]>;
|
|
29301
29313
|
readonly buildings: (db: Database<import("../../schema/from-schemas.js").FromSchemas<{} & {
|
|
29302
29314
|
readonly districtType: {
|
|
29303
29315
|
readonly type: "string";
|
|
@@ -29455,7 +29467,7 @@ export declare function create(): Database.FromPlugin<Database.Plugin<{
|
|
|
29455
29467
|
readonly District: readonly ["districtType", "zoning", "districtLocked", "districtActive", "overlay", "sortOrder", "selectedByUsers"];
|
|
29456
29468
|
readonly Building: readonly ["parentDistrict", "buildingType", "positionX", "footprintStart", "footprintEnd", "maxFootprint", "blueprintRef", "density", "height", "visibility", "overlay", "condemned", "sortOrder", "selectedByUsers"];
|
|
29457
29469
|
readonly Road: readonly ["parentBuilding", "roadType", "roadLength", "roadId"];
|
|
29458
|
-
}, import("../index.js").ToTransactionFunctions<{}>, string, import("../index.js").ToActionFunctions<{}>, import("./database.js").FromServiceFactories<{} & {}>,
|
|
29470
|
+
}, import("../index.js").ToTransactionFunctions<{}>, string, import("../index.js").ToActionFunctions<{}>, import("./database.js").FromServiceFactories<{} & {}>, import("./database.js").FromComputedFactories<{}>, {} & {}>) => (districtId: Entity) => Observe<readonly Entity[]>;
|
|
29459
29471
|
readonly currentUserId: (_db: Database<import("../../schema/from-schemas.js").FromSchemas<{} & {
|
|
29460
29472
|
readonly districtType: {
|
|
29461
29473
|
readonly type: "string";
|
|
@@ -29613,7 +29625,7 @@ export declare function create(): Database.FromPlugin<Database.Plugin<{
|
|
|
29613
29625
|
readonly District: readonly ["districtType", "zoning", "districtLocked", "districtActive", "overlay", "sortOrder", "selectedByUsers"];
|
|
29614
29626
|
readonly Building: readonly ["parentDistrict", "buildingType", "positionX", "footprintStart", "footprintEnd", "maxFootprint", "blueprintRef", "density", "height", "visibility", "overlay", "condemned", "sortOrder", "selectedByUsers"];
|
|
29615
29627
|
readonly Road: readonly ["parentBuilding", "roadType", "roadLength", "roadId"];
|
|
29616
|
-
}, import("../index.js").ToTransactionFunctions<{}>, string, import("../index.js").ToActionFunctions<{}>, import("./database.js").FromServiceFactories<{} & {}>,
|
|
29628
|
+
}, import("../index.js").ToTransactionFunctions<{}>, string, import("../index.js").ToActionFunctions<{}>, import("./database.js").FromServiceFactories<{} & {}>, import("./database.js").FromComputedFactories<{}>, {} & {}>) => Observe<string | null>;
|
|
29617
29629
|
readonly effectivePixelsPerUnit: (db: Database<import("../../schema/from-schemas.js").FromSchemas<{} & {
|
|
29618
29630
|
readonly districtType: {
|
|
29619
29631
|
readonly type: "string";
|
|
@@ -29771,7 +29783,7 @@ export declare function create(): Database.FromPlugin<Database.Plugin<{
|
|
|
29771
29783
|
readonly District: readonly ["districtType", "zoning", "districtLocked", "districtActive", "overlay", "sortOrder", "selectedByUsers"];
|
|
29772
29784
|
readonly Building: readonly ["parentDistrict", "buildingType", "positionX", "footprintStart", "footprintEnd", "maxFootprint", "blueprintRef", "density", "height", "visibility", "overlay", "condemned", "sortOrder", "selectedByUsers"];
|
|
29773
29785
|
readonly Road: readonly ["parentBuilding", "roadType", "roadLength", "roadId"];
|
|
29774
|
-
}, import("../index.js").ToTransactionFunctions<{}>, string, import("../index.js").ToActionFunctions<{}>, import("./database.js").FromServiceFactories<{} & {}>,
|
|
29786
|
+
}, import("../index.js").ToTransactionFunctions<{}>, string, import("../index.js").ToActionFunctions<{}>, import("./database.js").FromServiceFactories<{} & {}>, import("./database.js").FromComputedFactories<{}>, {} & {}>) => Observe<number>;
|
|
29775
29787
|
readonly worldExtent: (db: Database<import("../../schema/from-schemas.js").FromSchemas<{} & {
|
|
29776
29788
|
readonly districtType: {
|
|
29777
29789
|
readonly type: "string";
|
|
@@ -29929,8 +29941,9 @@ export declare function create(): Database.FromPlugin<Database.Plugin<{
|
|
|
29929
29941
|
readonly District: readonly ["districtType", "zoning", "districtLocked", "districtActive", "overlay", "sortOrder", "selectedByUsers"];
|
|
29930
29942
|
readonly Building: readonly ["parentDistrict", "buildingType", "positionX", "footprintStart", "footprintEnd", "maxFootprint", "blueprintRef", "density", "height", "visibility", "overlay", "condemned", "sortOrder", "selectedByUsers"];
|
|
29931
29943
|
readonly Road: readonly ["parentBuilding", "roadType", "roadLength", "roadId"];
|
|
29932
|
-
}, import("../index.js").ToTransactionFunctions<{}>, string, import("../index.js").ToActionFunctions<{}>, import("./database.js").FromServiceFactories<{} & {}>,
|
|
29944
|
+
}, import("../index.js").ToTransactionFunctions<{}>, string, import("../index.js").ToActionFunctions<{}>, import("./database.js").FromServiceFactories<{} & {}>, import("./database.js").FromComputedFactories<{}>, {} & {}>) => Observe<number>;
|
|
29933
29945
|
}>, {} & {}>, delta: number) => Promise<void>;
|
|
29946
|
+
} & {
|
|
29934
29947
|
readonly stepTicks: (db: Database<import("../../schema/from-schemas.js").FromSchemas<{} & {
|
|
29935
29948
|
readonly districtType: {
|
|
29936
29949
|
readonly type: "string";
|
|
@@ -30088,7 +30101,7 @@ export declare function create(): Database.FromPlugin<Database.Plugin<{
|
|
|
30088
30101
|
readonly District: readonly ["districtType", "zoning", "districtLocked", "districtActive", "overlay", "sortOrder", "selectedByUsers"];
|
|
30089
30102
|
readonly Building: readonly ["parentDistrict", "buildingType", "positionX", "footprintStart", "footprintEnd", "maxFootprint", "blueprintRef", "density", "height", "visibility", "overlay", "condemned", "sortOrder", "selectedByUsers"];
|
|
30090
30103
|
readonly Road: readonly ["parentBuilding", "roadType", "roadLength", "roadId"];
|
|
30091
|
-
}, import("../index.js").ToTransactionFunctions<{} & {
|
|
30104
|
+
}, import("../index.js").ToTransactionFunctions<{} & {} & {
|
|
30092
30105
|
readonly createDistrict: (t: import("./index.js").TransactionContext<import("../../schema/from-schemas.js").FromSchemas<{} & {
|
|
30093
30106
|
readonly districtType: {
|
|
30094
30107
|
readonly type: "string";
|
|
@@ -33615,6 +33628,7 @@ export declare function create(): Database.FromPlugin<Database.Plugin<{
|
|
|
33615
33628
|
}, {} & {}>, _input: {
|
|
33616
33629
|
buildingId: Entity;
|
|
33617
33630
|
}) => void;
|
|
33631
|
+
} & {
|
|
33618
33632
|
readonly deselectAll: (t: import("./index.js").TransactionContext<import("../../schema/from-schemas.js").FromSchemas<{} & {
|
|
33619
33633
|
readonly districtType: {
|
|
33620
33634
|
readonly type: "string";
|
|
@@ -34097,6 +34111,7 @@ export declare function create(): Database.FromPlugin<Database.Plugin<{
|
|
|
34097
34111
|
userId: string;
|
|
34098
34112
|
additive: boolean;
|
|
34099
34113
|
}) => void;
|
|
34114
|
+
} & {
|
|
34100
34115
|
readonly resizeSelectedToCursor: (t: import("./index.js").TransactionContext<import("../../schema/from-schemas.js").FromSchemas<{} & {
|
|
34101
34116
|
readonly districtType: {
|
|
34102
34117
|
readonly type: "string";
|
|
@@ -34258,7 +34273,7 @@ export declare function create(): Database.FromPlugin<Database.Plugin<{
|
|
|
34258
34273
|
userId: string;
|
|
34259
34274
|
edge: "left" | "right";
|
|
34260
34275
|
}) => void;
|
|
34261
|
-
}>, never, import("../index.js").ToActionFunctions<{}>, import("./database.js").FromServiceFactories<{}
|
|
34276
|
+
}>, never, import("../index.js").ToActionFunctions<{}>, import("./database.js").FromServiceFactories<{}>, import("./database.js").FromComputedFactories<{} & {
|
|
34262
34277
|
readonly districts: (db: Database<import("../../schema/from-schemas.js").FromSchemas<{} & {
|
|
34263
34278
|
readonly districtType: {
|
|
34264
34279
|
readonly type: "string";
|
|
@@ -34416,7 +34431,7 @@ export declare function create(): Database.FromPlugin<Database.Plugin<{
|
|
|
34416
34431
|
readonly District: readonly ["districtType", "zoning", "districtLocked", "districtActive", "overlay", "sortOrder", "selectedByUsers"];
|
|
34417
34432
|
readonly Building: readonly ["parentDistrict", "buildingType", "positionX", "footprintStart", "footprintEnd", "maxFootprint", "blueprintRef", "density", "height", "visibility", "overlay", "condemned", "sortOrder", "selectedByUsers"];
|
|
34418
34433
|
readonly Road: readonly ["parentBuilding", "roadType", "roadLength", "roadId"];
|
|
34419
|
-
}, import("../index.js").ToTransactionFunctions<{}>, string, import("../index.js").ToActionFunctions<{}>, import("./database.js").FromServiceFactories<{} & {}>,
|
|
34434
|
+
}, import("../index.js").ToTransactionFunctions<{}>, string, import("../index.js").ToActionFunctions<{}>, import("./database.js").FromServiceFactories<{} & {}>, import("./database.js").FromComputedFactories<{}>, {} & {}>) => Observe<number[]>;
|
|
34420
34435
|
readonly buildings: (db: Database<import("../../schema/from-schemas.js").FromSchemas<{} & {
|
|
34421
34436
|
readonly districtType: {
|
|
34422
34437
|
readonly type: "string";
|
|
@@ -34574,7 +34589,7 @@ export declare function create(): Database.FromPlugin<Database.Plugin<{
|
|
|
34574
34589
|
readonly District: readonly ["districtType", "zoning", "districtLocked", "districtActive", "overlay", "sortOrder", "selectedByUsers"];
|
|
34575
34590
|
readonly Building: readonly ["parentDistrict", "buildingType", "positionX", "footprintStart", "footprintEnd", "maxFootprint", "blueprintRef", "density", "height", "visibility", "overlay", "condemned", "sortOrder", "selectedByUsers"];
|
|
34576
34591
|
readonly Road: readonly ["parentBuilding", "roadType", "roadLength", "roadId"];
|
|
34577
|
-
}, import("../index.js").ToTransactionFunctions<{}>, string, import("../index.js").ToActionFunctions<{}>, import("./database.js").FromServiceFactories<{} & {}>,
|
|
34592
|
+
}, import("../index.js").ToTransactionFunctions<{}>, string, import("../index.js").ToActionFunctions<{}>, import("./database.js").FromServiceFactories<{} & {}>, import("./database.js").FromComputedFactories<{}>, {} & {}>) => (districtId: Entity) => Observe<readonly Entity[]>;
|
|
34578
34593
|
readonly currentUserId: (_db: Database<import("../../schema/from-schemas.js").FromSchemas<{} & {
|
|
34579
34594
|
readonly districtType: {
|
|
34580
34595
|
readonly type: "string";
|
|
@@ -34732,7 +34747,7 @@ export declare function create(): Database.FromPlugin<Database.Plugin<{
|
|
|
34732
34747
|
readonly District: readonly ["districtType", "zoning", "districtLocked", "districtActive", "overlay", "sortOrder", "selectedByUsers"];
|
|
34733
34748
|
readonly Building: readonly ["parentDistrict", "buildingType", "positionX", "footprintStart", "footprintEnd", "maxFootprint", "blueprintRef", "density", "height", "visibility", "overlay", "condemned", "sortOrder", "selectedByUsers"];
|
|
34734
34749
|
readonly Road: readonly ["parentBuilding", "roadType", "roadLength", "roadId"];
|
|
34735
|
-
}, import("../index.js").ToTransactionFunctions<{}>, string, import("../index.js").ToActionFunctions<{}>, import("./database.js").FromServiceFactories<{} & {}>,
|
|
34750
|
+
}, import("../index.js").ToTransactionFunctions<{}>, string, import("../index.js").ToActionFunctions<{}>, import("./database.js").FromServiceFactories<{} & {}>, import("./database.js").FromComputedFactories<{}>, {} & {}>) => Observe<string | null>;
|
|
34736
34751
|
readonly effectivePixelsPerUnit: (db: Database<import("../../schema/from-schemas.js").FromSchemas<{} & {
|
|
34737
34752
|
readonly districtType: {
|
|
34738
34753
|
readonly type: "string";
|
|
@@ -34890,7 +34905,7 @@ export declare function create(): Database.FromPlugin<Database.Plugin<{
|
|
|
34890
34905
|
readonly District: readonly ["districtType", "zoning", "districtLocked", "districtActive", "overlay", "sortOrder", "selectedByUsers"];
|
|
34891
34906
|
readonly Building: readonly ["parentDistrict", "buildingType", "positionX", "footprintStart", "footprintEnd", "maxFootprint", "blueprintRef", "density", "height", "visibility", "overlay", "condemned", "sortOrder", "selectedByUsers"];
|
|
34892
34907
|
readonly Road: readonly ["parentBuilding", "roadType", "roadLength", "roadId"];
|
|
34893
|
-
}, import("../index.js").ToTransactionFunctions<{}>, string, import("../index.js").ToActionFunctions<{}>, import("./database.js").FromServiceFactories<{} & {}>,
|
|
34908
|
+
}, import("../index.js").ToTransactionFunctions<{}>, string, import("../index.js").ToActionFunctions<{}>, import("./database.js").FromServiceFactories<{} & {}>, import("./database.js").FromComputedFactories<{}>, {} & {}>) => Observe<number>;
|
|
34894
34909
|
readonly worldExtent: (db: Database<import("../../schema/from-schemas.js").FromSchemas<{} & {
|
|
34895
34910
|
readonly districtType: {
|
|
34896
34911
|
readonly type: "string";
|
|
@@ -35048,7 +35063,7 @@ export declare function create(): Database.FromPlugin<Database.Plugin<{
|
|
|
35048
35063
|
readonly District: readonly ["districtType", "zoning", "districtLocked", "districtActive", "overlay", "sortOrder", "selectedByUsers"];
|
|
35049
35064
|
readonly Building: readonly ["parentDistrict", "buildingType", "positionX", "footprintStart", "footprintEnd", "maxFootprint", "blueprintRef", "density", "height", "visibility", "overlay", "condemned", "sortOrder", "selectedByUsers"];
|
|
35050
35065
|
readonly Road: readonly ["parentBuilding", "roadType", "roadLength", "roadId"];
|
|
35051
|
-
}, import("../index.js").ToTransactionFunctions<{}>, string, import("../index.js").ToActionFunctions<{}>, import("./database.js").FromServiceFactories<{} & {}>,
|
|
35066
|
+
}, import("../index.js").ToTransactionFunctions<{}>, string, import("../index.js").ToActionFunctions<{}>, import("./database.js").FromServiceFactories<{} & {}>, import("./database.js").FromComputedFactories<{}>, {} & {}>) => Observe<number>;
|
|
35052
35067
|
}>, {} & {}>, count: number) => Promise<void>;
|
|
35053
35068
|
readonly jumpToStart: (db: Database<import("../../schema/from-schemas.js").FromSchemas<{} & {
|
|
35054
35069
|
readonly districtType: {
|
|
@@ -35207,7 +35222,7 @@ export declare function create(): Database.FromPlugin<Database.Plugin<{
|
|
|
35207
35222
|
readonly District: readonly ["districtType", "zoning", "districtLocked", "districtActive", "overlay", "sortOrder", "selectedByUsers"];
|
|
35208
35223
|
readonly Building: readonly ["parentDistrict", "buildingType", "positionX", "footprintStart", "footprintEnd", "maxFootprint", "blueprintRef", "density", "height", "visibility", "overlay", "condemned", "sortOrder", "selectedByUsers"];
|
|
35209
35224
|
readonly Road: readonly ["parentBuilding", "roadType", "roadLength", "roadId"];
|
|
35210
|
-
}, import("../index.js").ToTransactionFunctions<{} & {
|
|
35225
|
+
}, import("../index.js").ToTransactionFunctions<{} & {} & {
|
|
35211
35226
|
readonly createDistrict: (t: import("./index.js").TransactionContext<import("../../schema/from-schemas.js").FromSchemas<{} & {
|
|
35212
35227
|
readonly districtType: {
|
|
35213
35228
|
readonly type: "string";
|
|
@@ -38734,6 +38749,7 @@ export declare function create(): Database.FromPlugin<Database.Plugin<{
|
|
|
38734
38749
|
}, {} & {}>, _input: {
|
|
38735
38750
|
buildingId: Entity;
|
|
38736
38751
|
}) => void;
|
|
38752
|
+
} & {
|
|
38737
38753
|
readonly deselectAll: (t: import("./index.js").TransactionContext<import("../../schema/from-schemas.js").FromSchemas<{} & {
|
|
38738
38754
|
readonly districtType: {
|
|
38739
38755
|
readonly type: "string";
|
|
@@ -39216,6 +39232,7 @@ export declare function create(): Database.FromPlugin<Database.Plugin<{
|
|
|
39216
39232
|
userId: string;
|
|
39217
39233
|
additive: boolean;
|
|
39218
39234
|
}) => void;
|
|
39235
|
+
} & {
|
|
39219
39236
|
readonly resizeSelectedToCursor: (t: import("./index.js").TransactionContext<import("../../schema/from-schemas.js").FromSchemas<{} & {
|
|
39220
39237
|
readonly districtType: {
|
|
39221
39238
|
readonly type: "string";
|
|
@@ -39377,7 +39394,7 @@ export declare function create(): Database.FromPlugin<Database.Plugin<{
|
|
|
39377
39394
|
userId: string;
|
|
39378
39395
|
edge: "left" | "right";
|
|
39379
39396
|
}) => void;
|
|
39380
|
-
}>, never, import("../index.js").ToActionFunctions<{}>, import("./database.js").FromServiceFactories<{}
|
|
39397
|
+
}>, never, import("../index.js").ToActionFunctions<{}>, import("./database.js").FromServiceFactories<{}>, import("./database.js").FromComputedFactories<{} & {
|
|
39381
39398
|
readonly districts: (db: Database<import("../../schema/from-schemas.js").FromSchemas<{} & {
|
|
39382
39399
|
readonly districtType: {
|
|
39383
39400
|
readonly type: "string";
|
|
@@ -39535,7 +39552,7 @@ export declare function create(): Database.FromPlugin<Database.Plugin<{
|
|
|
39535
39552
|
readonly District: readonly ["districtType", "zoning", "districtLocked", "districtActive", "overlay", "sortOrder", "selectedByUsers"];
|
|
39536
39553
|
readonly Building: readonly ["parentDistrict", "buildingType", "positionX", "footprintStart", "footprintEnd", "maxFootprint", "blueprintRef", "density", "height", "visibility", "overlay", "condemned", "sortOrder", "selectedByUsers"];
|
|
39537
39554
|
readonly Road: readonly ["parentBuilding", "roadType", "roadLength", "roadId"];
|
|
39538
|
-
}, import("../index.js").ToTransactionFunctions<{}>, string, import("../index.js").ToActionFunctions<{}>, import("./database.js").FromServiceFactories<{} & {}>,
|
|
39555
|
+
}, import("../index.js").ToTransactionFunctions<{}>, string, import("../index.js").ToActionFunctions<{}>, import("./database.js").FromServiceFactories<{} & {}>, import("./database.js").FromComputedFactories<{}>, {} & {}>) => Observe<number[]>;
|
|
39539
39556
|
readonly buildings: (db: Database<import("../../schema/from-schemas.js").FromSchemas<{} & {
|
|
39540
39557
|
readonly districtType: {
|
|
39541
39558
|
readonly type: "string";
|
|
@@ -39693,7 +39710,7 @@ export declare function create(): Database.FromPlugin<Database.Plugin<{
|
|
|
39693
39710
|
readonly District: readonly ["districtType", "zoning", "districtLocked", "districtActive", "overlay", "sortOrder", "selectedByUsers"];
|
|
39694
39711
|
readonly Building: readonly ["parentDistrict", "buildingType", "positionX", "footprintStart", "footprintEnd", "maxFootprint", "blueprintRef", "density", "height", "visibility", "overlay", "condemned", "sortOrder", "selectedByUsers"];
|
|
39695
39712
|
readonly Road: readonly ["parentBuilding", "roadType", "roadLength", "roadId"];
|
|
39696
|
-
}, import("../index.js").ToTransactionFunctions<{}>, string, import("../index.js").ToActionFunctions<{}>, import("./database.js").FromServiceFactories<{} & {}>,
|
|
39713
|
+
}, import("../index.js").ToTransactionFunctions<{}>, string, import("../index.js").ToActionFunctions<{}>, import("./database.js").FromServiceFactories<{} & {}>, import("./database.js").FromComputedFactories<{}>, {} & {}>) => (districtId: Entity) => Observe<readonly Entity[]>;
|
|
39697
39714
|
readonly currentUserId: (_db: Database<import("../../schema/from-schemas.js").FromSchemas<{} & {
|
|
39698
39715
|
readonly districtType: {
|
|
39699
39716
|
readonly type: "string";
|
|
@@ -39851,7 +39868,7 @@ export declare function create(): Database.FromPlugin<Database.Plugin<{
|
|
|
39851
39868
|
readonly District: readonly ["districtType", "zoning", "districtLocked", "districtActive", "overlay", "sortOrder", "selectedByUsers"];
|
|
39852
39869
|
readonly Building: readonly ["parentDistrict", "buildingType", "positionX", "footprintStart", "footprintEnd", "maxFootprint", "blueprintRef", "density", "height", "visibility", "overlay", "condemned", "sortOrder", "selectedByUsers"];
|
|
39853
39870
|
readonly Road: readonly ["parentBuilding", "roadType", "roadLength", "roadId"];
|
|
39854
|
-
}, import("../index.js").ToTransactionFunctions<{}>, string, import("../index.js").ToActionFunctions<{}>, import("./database.js").FromServiceFactories<{} & {}>,
|
|
39871
|
+
}, import("../index.js").ToTransactionFunctions<{}>, string, import("../index.js").ToActionFunctions<{}>, import("./database.js").FromServiceFactories<{} & {}>, import("./database.js").FromComputedFactories<{}>, {} & {}>) => Observe<string | null>;
|
|
39855
39872
|
readonly effectivePixelsPerUnit: (db: Database<import("../../schema/from-schemas.js").FromSchemas<{} & {
|
|
39856
39873
|
readonly districtType: {
|
|
39857
39874
|
readonly type: "string";
|
|
@@ -40009,7 +40026,7 @@ export declare function create(): Database.FromPlugin<Database.Plugin<{
|
|
|
40009
40026
|
readonly District: readonly ["districtType", "zoning", "districtLocked", "districtActive", "overlay", "sortOrder", "selectedByUsers"];
|
|
40010
40027
|
readonly Building: readonly ["parentDistrict", "buildingType", "positionX", "footprintStart", "footprintEnd", "maxFootprint", "blueprintRef", "density", "height", "visibility", "overlay", "condemned", "sortOrder", "selectedByUsers"];
|
|
40011
40028
|
readonly Road: readonly ["parentBuilding", "roadType", "roadLength", "roadId"];
|
|
40012
|
-
}, import("../index.js").ToTransactionFunctions<{}>, string, import("../index.js").ToActionFunctions<{}>, import("./database.js").FromServiceFactories<{} & {}>,
|
|
40029
|
+
}, import("../index.js").ToTransactionFunctions<{}>, string, import("../index.js").ToActionFunctions<{}>, import("./database.js").FromServiceFactories<{} & {}>, import("./database.js").FromComputedFactories<{}>, {} & {}>) => Observe<number>;
|
|
40013
40030
|
readonly worldExtent: (db: Database<import("../../schema/from-schemas.js").FromSchemas<{} & {
|
|
40014
40031
|
readonly districtType: {
|
|
40015
40032
|
readonly type: "string";
|
|
@@ -40167,9 +40184,9 @@ export declare function create(): Database.FromPlugin<Database.Plugin<{
|
|
|
40167
40184
|
readonly District: readonly ["districtType", "zoning", "districtLocked", "districtActive", "overlay", "sortOrder", "selectedByUsers"];
|
|
40168
40185
|
readonly Building: readonly ["parentDistrict", "buildingType", "positionX", "footprintStart", "footprintEnd", "maxFootprint", "blueprintRef", "density", "height", "visibility", "overlay", "condemned", "sortOrder", "selectedByUsers"];
|
|
40169
40186
|
readonly Road: readonly ["parentBuilding", "roadType", "roadLength", "roadId"];
|
|
40170
|
-
}, import("../index.js").ToTransactionFunctions<{}>, string, import("../index.js").ToActionFunctions<{}>, import("./database.js").FromServiceFactories<{} & {}>,
|
|
40187
|
+
}, import("../index.js").ToTransactionFunctions<{}>, string, import("../index.js").ToActionFunctions<{}>, import("./database.js").FromServiceFactories<{} & {}>, import("./database.js").FromComputedFactories<{}>, {} & {}>) => Observe<number>;
|
|
40171
40188
|
}>, {} & {}>) => Promise<void>;
|
|
40172
|
-
}, {}, {
|
|
40189
|
+
}, {}, {} & {
|
|
40173
40190
|
readonly districts: (db: Database<import("../../schema/from-schemas.js").FromSchemas<{} & {
|
|
40174
40191
|
readonly districtType: {
|
|
40175
40192
|
readonly type: "string";
|
|
@@ -40327,7 +40344,7 @@ export declare function create(): Database.FromPlugin<Database.Plugin<{
|
|
|
40327
40344
|
readonly District: readonly ["districtType", "zoning", "districtLocked", "districtActive", "overlay", "sortOrder", "selectedByUsers"];
|
|
40328
40345
|
readonly Building: readonly ["parentDistrict", "buildingType", "positionX", "footprintStart", "footprintEnd", "maxFootprint", "blueprintRef", "density", "height", "visibility", "overlay", "condemned", "sortOrder", "selectedByUsers"];
|
|
40329
40346
|
readonly Road: readonly ["parentBuilding", "roadType", "roadLength", "roadId"];
|
|
40330
|
-
}, import("../index.js").ToTransactionFunctions<{}>, string, import("../index.js").ToActionFunctions<{}>, import("./database.js").FromServiceFactories<{} & {}>,
|
|
40347
|
+
}, import("../index.js").ToTransactionFunctions<{}>, string, import("../index.js").ToActionFunctions<{}>, import("./database.js").FromServiceFactories<{} & {}>, import("./database.js").FromComputedFactories<{}>, {} & {}>) => Observe<number[]>;
|
|
40331
40348
|
readonly buildings: (db: Database<import("../../schema/from-schemas.js").FromSchemas<{} & {
|
|
40332
40349
|
readonly districtType: {
|
|
40333
40350
|
readonly type: "string";
|
|
@@ -40485,7 +40502,7 @@ export declare function create(): Database.FromPlugin<Database.Plugin<{
|
|
|
40485
40502
|
readonly District: readonly ["districtType", "zoning", "districtLocked", "districtActive", "overlay", "sortOrder", "selectedByUsers"];
|
|
40486
40503
|
readonly Building: readonly ["parentDistrict", "buildingType", "positionX", "footprintStart", "footprintEnd", "maxFootprint", "blueprintRef", "density", "height", "visibility", "overlay", "condemned", "sortOrder", "selectedByUsers"];
|
|
40487
40504
|
readonly Road: readonly ["parentBuilding", "roadType", "roadLength", "roadId"];
|
|
40488
|
-
}, import("../index.js").ToTransactionFunctions<{}>, string, import("../index.js").ToActionFunctions<{}>, import("./database.js").FromServiceFactories<{} & {}>,
|
|
40505
|
+
}, import("../index.js").ToTransactionFunctions<{}>, string, import("../index.js").ToActionFunctions<{}>, import("./database.js").FromServiceFactories<{} & {}>, import("./database.js").FromComputedFactories<{}>, {} & {}>) => (districtId: Entity) => Observe<readonly Entity[]>;
|
|
40489
40506
|
readonly currentUserId: (_db: Database<import("../../schema/from-schemas.js").FromSchemas<{} & {
|
|
40490
40507
|
readonly districtType: {
|
|
40491
40508
|
readonly type: "string";
|
|
@@ -40643,7 +40660,7 @@ export declare function create(): Database.FromPlugin<Database.Plugin<{
|
|
|
40643
40660
|
readonly District: readonly ["districtType", "zoning", "districtLocked", "districtActive", "overlay", "sortOrder", "selectedByUsers"];
|
|
40644
40661
|
readonly Building: readonly ["parentDistrict", "buildingType", "positionX", "footprintStart", "footprintEnd", "maxFootprint", "blueprintRef", "density", "height", "visibility", "overlay", "condemned", "sortOrder", "selectedByUsers"];
|
|
40645
40662
|
readonly Road: readonly ["parentBuilding", "roadType", "roadLength", "roadId"];
|
|
40646
|
-
}, import("../index.js").ToTransactionFunctions<{}>, string, import("../index.js").ToActionFunctions<{}>, import("./database.js").FromServiceFactories<{} & {}>,
|
|
40663
|
+
}, import("../index.js").ToTransactionFunctions<{}>, string, import("../index.js").ToActionFunctions<{}>, import("./database.js").FromServiceFactories<{} & {}>, import("./database.js").FromComputedFactories<{}>, {} & {}>) => Observe<string | null>;
|
|
40647
40664
|
readonly effectivePixelsPerUnit: (db: Database<import("../../schema/from-schemas.js").FromSchemas<{} & {
|
|
40648
40665
|
readonly districtType: {
|
|
40649
40666
|
readonly type: "string";
|
|
@@ -40801,7 +40818,7 @@ export declare function create(): Database.FromPlugin<Database.Plugin<{
|
|
|
40801
40818
|
readonly District: readonly ["districtType", "zoning", "districtLocked", "districtActive", "overlay", "sortOrder", "selectedByUsers"];
|
|
40802
40819
|
readonly Building: readonly ["parentDistrict", "buildingType", "positionX", "footprintStart", "footprintEnd", "maxFootprint", "blueprintRef", "density", "height", "visibility", "overlay", "condemned", "sortOrder", "selectedByUsers"];
|
|
40803
40820
|
readonly Road: readonly ["parentBuilding", "roadType", "roadLength", "roadId"];
|
|
40804
|
-
}, import("../index.js").ToTransactionFunctions<{}>, string, import("../index.js").ToActionFunctions<{}>, import("./database.js").FromServiceFactories<{} & {}>,
|
|
40821
|
+
}, import("../index.js").ToTransactionFunctions<{}>, string, import("../index.js").ToActionFunctions<{}>, import("./database.js").FromServiceFactories<{} & {}>, import("./database.js").FromComputedFactories<{}>, {} & {}>) => Observe<number>;
|
|
40805
40822
|
readonly worldExtent: (db: Database<import("../../schema/from-schemas.js").FromSchemas<{} & {
|
|
40806
40823
|
readonly districtType: {
|
|
40807
40824
|
readonly type: "string";
|
|
@@ -40959,5 +40976,5 @@ export declare function create(): Database.FromPlugin<Database.Plugin<{
|
|
|
40959
40976
|
readonly District: readonly ["districtType", "zoning", "districtLocked", "districtActive", "overlay", "sortOrder", "selectedByUsers"];
|
|
40960
40977
|
readonly Building: readonly ["parentDistrict", "buildingType", "positionX", "footprintStart", "footprintEnd", "maxFootprint", "blueprintRef", "density", "height", "visibility", "overlay", "condemned", "sortOrder", "selectedByUsers"];
|
|
40961
40978
|
readonly Road: readonly ["parentBuilding", "roadType", "roadLength", "roadId"];
|
|
40962
|
-
}, import("../index.js").ToTransactionFunctions<{}>, string, import("../index.js").ToActionFunctions<{}>, import("./database.js").FromServiceFactories<{} & {}>,
|
|
40963
|
-
}, {}>>;
|
|
40979
|
+
}, import("../index.js").ToTransactionFunctions<{}>, string, import("../index.js").ToActionFunctions<{}>, import("./database.js").FromServiceFactories<{} & {}>, import("./database.js").FromComputedFactories<{}>, {} & {}>) => Observe<number>;
|
|
40980
|
+
}, {} & {}>>;
|