@itwin/core-backend 4.8.0-dev.2 → 4.8.0-dev.21
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/CHANGELOG.md +31 -1
- package/lib/cjs/BackendHubAccess.d.ts +18 -16
- package/lib/cjs/BackendHubAccess.d.ts.map +1 -1
- package/lib/cjs/BackendHubAccess.js +16 -15
- package/lib/cjs/BackendHubAccess.js.map +1 -1
- package/lib/cjs/BackendLoggerCategory.d.ts +3 -1
- package/lib/cjs/BackendLoggerCategory.d.ts.map +1 -1
- package/lib/cjs/BackendLoggerCategory.js +2 -0
- package/lib/cjs/BackendLoggerCategory.js.map +1 -1
- package/lib/cjs/BisCoreSchema.js.map +1 -1
- package/lib/cjs/BlobContainerService.d.ts +3 -3
- package/lib/cjs/BlobContainerService.d.ts.map +1 -1
- package/lib/cjs/BlobContainerService.js.map +1 -1
- package/lib/cjs/BriefcaseManager.d.ts.map +1 -1
- package/lib/cjs/BriefcaseManager.js +4 -2
- package/lib/cjs/BriefcaseManager.js.map +1 -1
- package/lib/cjs/Category.d.ts +0 -6
- package/lib/cjs/Category.d.ts.map +1 -1
- package/lib/cjs/Category.js +0 -6
- package/lib/cjs/Category.js.map +1 -1
- package/lib/cjs/ChangeSummaryManager.d.ts.map +1 -1
- package/lib/cjs/ChangeSummaryManager.js +6 -5
- package/lib/cjs/ChangeSummaryManager.js.map +1 -1
- package/lib/cjs/ChangedElementsDb.d.ts +1 -0
- package/lib/cjs/ChangedElementsDb.d.ts.map +1 -1
- package/lib/cjs/ChangedElementsDb.js +3 -2
- package/lib/cjs/ChangedElementsDb.js.map +1 -1
- package/lib/cjs/ChangedElementsManager.js.map +1 -1
- package/lib/cjs/ChangesetECAdaptor.js +237 -237
- package/lib/cjs/ChangesetECAdaptor.js.map +1 -1
- package/lib/cjs/ChannelControl.d.ts +4 -26
- package/lib/cjs/ChannelControl.d.ts.map +1 -1
- package/lib/cjs/ChannelControl.js +2 -101
- package/lib/cjs/ChannelControl.js.map +1 -1
- package/lib/cjs/CheckpointManager.d.ts.map +1 -1
- package/lib/cjs/CheckpointManager.js +2 -1
- package/lib/cjs/CheckpointManager.js.map +1 -1
- package/lib/cjs/ClassRegistry.js +5 -5
- package/lib/cjs/ClassRegistry.js.map +1 -1
- package/lib/cjs/CloudSqlite.d.ts +49 -24
- package/lib/cjs/CloudSqlite.d.ts.map +1 -1
- package/lib/cjs/CloudSqlite.js +66 -7
- package/lib/cjs/CloudSqlite.js.map +1 -1
- package/lib/cjs/CodeService.d.ts +4 -4
- package/lib/cjs/CodeService.d.ts.map +1 -1
- package/lib/cjs/CodeService.js.map +1 -1
- package/lib/cjs/CodeSpecs.js.map +1 -1
- package/lib/cjs/ConcurrentQuery.js.map +1 -1
- package/lib/cjs/CustomViewState3dCreator.js.map +1 -1
- package/lib/cjs/DevTools.d.ts.map +1 -1
- package/lib/cjs/DevTools.js +2 -1
- package/lib/cjs/DevTools.js.map +1 -1
- package/lib/cjs/DisplayStyle.d.ts +0 -3
- package/lib/cjs/DisplayStyle.d.ts.map +1 -1
- package/lib/cjs/DisplayStyle.js +0 -3
- package/lib/cjs/DisplayStyle.js.map +1 -1
- package/lib/cjs/ECDb.js +2 -2
- package/lib/cjs/ECDb.js.map +1 -1
- package/lib/cjs/ECSchemaXmlContext.js +2 -2
- package/lib/cjs/ECSchemaXmlContext.js.map +1 -1
- package/lib/cjs/ECSqlStatement.d.ts +6 -3
- package/lib/cjs/ECSqlStatement.d.ts.map +1 -1
- package/lib/cjs/ECSqlStatement.js +3 -3
- package/lib/cjs/ECSqlStatement.js.map +1 -1
- package/lib/cjs/Element.d.ts +3 -60
- package/lib/cjs/Element.d.ts.map +1 -1
- package/lib/cjs/Element.js +8 -64
- package/lib/cjs/Element.js.map +1 -1
- package/lib/cjs/ElementAspect.d.ts +0 -5
- package/lib/cjs/ElementAspect.d.ts.map +1 -1
- package/lib/cjs/ElementAspect.js +4 -8
- package/lib/cjs/ElementAspect.js.map +1 -1
- package/lib/cjs/ElementGraphics.js.map +1 -1
- package/lib/cjs/ElementTreeWalker.js.map +1 -1
- package/lib/cjs/Entity.js.map +1 -1
- package/lib/cjs/EntityReferences.js.map +1 -1
- package/lib/cjs/ExportGraphics.js.map +1 -1
- package/lib/cjs/ExternalSource.js.map +1 -1
- package/lib/cjs/GeoCoordConfig.d.ts +10 -0
- package/lib/cjs/GeoCoordConfig.d.ts.map +1 -1
- package/lib/cjs/GeoCoordConfig.js +22 -24
- package/lib/cjs/GeoCoordConfig.js.map +1 -1
- package/lib/cjs/GeographicCRSServices.js +2 -2
- package/lib/cjs/GeographicCRSServices.js.map +1 -1
- package/lib/cjs/GeometrySummary.js +47 -47
- package/lib/cjs/GeometrySummary.js.map +1 -1
- package/lib/cjs/HubMock.js.map +1 -1
- package/lib/cjs/IModelCloneContext.js.map +1 -1
- package/lib/cjs/IModelDb.d.ts +27 -97
- package/lib/cjs/IModelDb.d.ts.map +1 -1
- package/lib/cjs/IModelDb.js +139 -63
- package/lib/cjs/IModelDb.js.map +1 -1
- package/lib/cjs/IModelElementCloneContext.js +2 -2
- package/lib/cjs/IModelElementCloneContext.js.map +1 -1
- package/lib/cjs/IModelHost.d.ts +13 -4
- package/lib/cjs/IModelHost.d.ts.map +1 -1
- package/lib/cjs/IModelHost.js +39 -32
- package/lib/cjs/IModelHost.js.map +1 -1
- package/lib/cjs/IModelJsFs.js.map +1 -1
- package/lib/cjs/IpcHost.d.ts.map +1 -1
- package/lib/cjs/IpcHost.js +2 -1
- package/lib/cjs/IpcHost.js.map +1 -1
- package/lib/cjs/LineStyle.js.map +1 -1
- package/lib/cjs/LocalHub.d.ts +2 -2
- package/lib/cjs/LocalHub.d.ts.map +1 -1
- package/lib/cjs/LocalHub.js +18 -18
- package/lib/cjs/LocalHub.js.map +1 -1
- package/lib/cjs/LocalhostIpcHost.js.map +1 -1
- package/lib/cjs/LockControl.d.ts +66 -0
- package/lib/cjs/LockControl.d.ts.map +1 -0
- package/lib/cjs/LockControl.js +11 -0
- package/lib/cjs/LockControl.js.map +1 -0
- package/lib/cjs/Material.d.ts +2 -5
- package/lib/cjs/Material.d.ts.map +1 -1
- package/lib/cjs/Material.js +6 -4
- package/lib/cjs/Material.js.map +1 -1
- package/lib/cjs/Model.d.ts +0 -22
- package/lib/cjs/Model.d.ts.map +1 -1
- package/lib/cjs/Model.js +4 -25
- package/lib/cjs/Model.js.map +1 -1
- package/lib/cjs/NativeAppStorage.js.map +1 -1
- package/lib/cjs/NativeHost.js.map +1 -1
- package/lib/cjs/NavigationRelationship.js.map +1 -1
- package/lib/cjs/PromiseMemoizer.js.map +1 -1
- package/lib/cjs/PropertyStore.d.ts +17 -7
- package/lib/cjs/PropertyStore.d.ts.map +1 -1
- package/lib/cjs/PropertyStore.js +11 -5
- package/lib/cjs/PropertyStore.js.map +1 -1
- package/lib/cjs/Relationship.d.ts +0 -12
- package/lib/cjs/Relationship.d.ts.map +1 -1
- package/lib/cjs/Relationship.js +0 -12
- package/lib/cjs/Relationship.js.map +1 -1
- package/lib/cjs/RpcBackend.js.map +1 -1
- package/lib/cjs/SQLiteDb.d.ts +2 -3
- package/lib/cjs/SQLiteDb.d.ts.map +1 -1
- package/lib/cjs/SQLiteDb.js +5 -6
- package/lib/cjs/SQLiteDb.js.map +1 -1
- package/lib/cjs/Schema.js.map +1 -1
- package/lib/cjs/SchemaSync.d.ts +1 -1
- package/lib/cjs/SchemaSync.d.ts.map +1 -1
- package/lib/cjs/SchemaSync.js +2 -2
- package/lib/cjs/SchemaSync.js.map +1 -1
- package/lib/cjs/SchemaUtils.js +3 -3
- package/lib/cjs/SchemaUtils.js.map +1 -1
- package/lib/cjs/SqliteChangesetReader.d.ts.map +1 -1
- package/lib/cjs/SqliteChangesetReader.js +2 -2
- package/lib/cjs/SqliteChangesetReader.js.map +1 -1
- package/lib/cjs/SqliteStatement.js +2 -2
- package/lib/cjs/SqliteStatement.js.map +1 -1
- package/lib/cjs/TextAnnotationElement.js.map +1 -1
- package/lib/cjs/TextAnnotationGeometry.d.ts +5 -1
- package/lib/cjs/TextAnnotationGeometry.d.ts.map +1 -1
- package/lib/cjs/TextAnnotationGeometry.js +11 -8
- package/lib/cjs/TextAnnotationGeometry.js.map +1 -1
- package/lib/cjs/TextAnnotationLayout.d.ts +21 -13
- package/lib/cjs/TextAnnotationLayout.d.ts.map +1 -1
- package/lib/cjs/TextAnnotationLayout.js +134 -92
- package/lib/cjs/TextAnnotationLayout.js.map +1 -1
- package/lib/cjs/Texture.js.map +1 -1
- package/lib/cjs/TileStorage.js.map +1 -1
- package/lib/cjs/TxnManager.d.ts +2 -1
- package/lib/cjs/TxnManager.d.ts.map +1 -1
- package/lib/cjs/TxnManager.js +2 -1
- package/lib/cjs/TxnManager.js.map +1 -1
- package/lib/cjs/ViewDefinition.d.ts +1 -18
- package/lib/cjs/ViewDefinition.d.ts.map +1 -1
- package/lib/cjs/ViewDefinition.js +1 -18
- package/lib/cjs/ViewDefinition.js.map +1 -1
- package/lib/cjs/ViewStateHydrator.js.map +1 -1
- package/lib/cjs/ViewStore.d.ts +16 -2
- package/lib/cjs/ViewStore.d.ts.map +1 -1
- package/lib/cjs/ViewStore.js +14 -1
- package/lib/cjs/ViewStore.js.map +1 -1
- package/lib/cjs/assets/IModelChange.02.00.00.ecschema.xml +90 -90
- package/lib/cjs/assets/Settings/Schemas/Base.Schema.json +33 -0
- package/lib/cjs/assets/Settings/Schemas/Gcs.schema.json +27 -31
- package/lib/cjs/assets/Settings/Schemas/Workspace.Schema.json +94 -52
- package/lib/cjs/assets/Settings/backend.setting.json5 +21 -132
- package/lib/cjs/core-backend.d.ts +3 -2
- package/lib/cjs/core-backend.d.ts.map +1 -1
- package/lib/cjs/core-backend.js +4 -6
- package/lib/cjs/core-backend.js.map +1 -1
- package/lib/cjs/domains/FunctionalElements.d.ts +0 -10
- package/lib/cjs/domains/FunctionalElements.d.ts.map +1 -1
- package/lib/cjs/domains/FunctionalElements.js +0 -10
- package/lib/cjs/domains/FunctionalElements.js.map +1 -1
- package/lib/cjs/domains/FunctionalSchema.js.map +1 -1
- package/lib/cjs/domains/GenericElements.d.ts +0 -18
- package/lib/cjs/domains/GenericElements.d.ts.map +1 -1
- package/lib/cjs/domains/GenericElements.js +0 -18
- package/lib/cjs/domains/GenericElements.js.map +1 -1
- package/lib/cjs/domains/GenericSchema.js.map +1 -1
- package/lib/cjs/internal/ChangesetConflictArgs.d.ts +24 -0
- package/lib/cjs/internal/ChangesetConflictArgs.d.ts.map +1 -0
- package/lib/cjs/internal/ChangesetConflictArgs.js +7 -0
- package/lib/cjs/internal/ChangesetConflictArgs.js.map +1 -0
- package/lib/cjs/internal/ChannelAdmin.d.ts +34 -0
- package/lib/cjs/internal/ChannelAdmin.d.ts.map +1 -0
- package/lib/cjs/internal/ChannelAdmin.js +117 -0
- package/lib/cjs/internal/ChannelAdmin.js.map +1 -0
- package/lib/cjs/internal/NativePlatform.d.ts +15 -0
- package/lib/cjs/internal/NativePlatform.d.ts.map +1 -0
- package/lib/cjs/internal/NativePlatform.js +49 -0
- package/lib/cjs/internal/NativePlatform.js.map +1 -0
- package/lib/cjs/internal/NoLocks.d.ts +6 -0
- package/lib/cjs/internal/NoLocks.d.ts.map +1 -0
- package/lib/cjs/internal/NoLocks.js +30 -0
- package/lib/cjs/internal/NoLocks.js.map +1 -0
- package/lib/cjs/{ServerBasedLocks.d.ts → internal/ServerBasedLocks.d.ts} +10 -17
- package/lib/cjs/internal/ServerBasedLocks.d.ts.map +1 -0
- package/lib/cjs/{ServerBasedLocks.js → internal/ServerBasedLocks.js} +22 -17
- package/lib/cjs/internal/ServerBasedLocks.js.map +1 -0
- package/lib/cjs/internal/Symbols.d.ts +9 -0
- package/lib/cjs/internal/Symbols.d.ts.map +1 -0
- package/lib/cjs/internal/Symbols.js +19 -0
- package/lib/cjs/internal/Symbols.js.map +1 -0
- package/lib/cjs/internal/cross-package.d.ts +3 -0
- package/lib/cjs/internal/cross-package.d.ts.map +1 -0
- package/lib/cjs/internal/cross-package.js +14 -0
- package/lib/cjs/internal/cross-package.js.map +1 -0
- package/lib/cjs/internal/workspace/SettingsImpl.d.ts +43 -0
- package/lib/cjs/internal/workspace/SettingsImpl.d.ts.map +1 -0
- package/lib/cjs/internal/workspace/SettingsImpl.js +161 -0
- package/lib/cjs/internal/workspace/SettingsImpl.js.map +1 -0
- package/lib/cjs/internal/workspace/SettingsSchemasImpl.d.ts +6 -0
- package/lib/cjs/internal/workspace/SettingsSchemasImpl.d.ts.map +1 -0
- package/lib/cjs/internal/workspace/SettingsSchemasImpl.js +276 -0
- package/lib/cjs/internal/workspace/SettingsSchemasImpl.js.map +1 -0
- package/lib/cjs/internal/workspace/WorkspaceImpl.d.ts +41 -0
- package/lib/cjs/internal/workspace/WorkspaceImpl.d.ts.map +1 -0
- package/lib/cjs/internal/workspace/WorkspaceImpl.js +696 -0
- package/lib/cjs/internal/workspace/WorkspaceImpl.js.map +1 -0
- package/lib/cjs/internal/workspace/WorkspaceSqliteDb.d.ts +10 -0
- package/lib/cjs/internal/workspace/WorkspaceSqliteDb.d.ts.map +1 -0
- package/lib/cjs/internal/workspace/WorkspaceSqliteDb.js +41 -0
- package/lib/cjs/internal/workspace/WorkspaceSqliteDb.js.map +1 -0
- package/lib/cjs/rpc/multipart.js.map +1 -1
- package/lib/cjs/rpc/tracing.js +1 -1
- package/lib/cjs/rpc/tracing.js.map +1 -1
- package/lib/cjs/rpc/web/logging.js.map +1 -1
- package/lib/cjs/rpc/web/request.js.map +1 -1
- package/lib/cjs/rpc/web/response.js.map +1 -1
- package/lib/cjs/rpc-impl/DevToolsRpcImpl.js.map +1 -1
- package/lib/cjs/rpc-impl/IModelReadRpcImpl.d.ts +1 -0
- package/lib/cjs/rpc-impl/IModelReadRpcImpl.d.ts.map +1 -1
- package/lib/cjs/rpc-impl/IModelReadRpcImpl.js +5 -2
- package/lib/cjs/rpc-impl/IModelReadRpcImpl.js.map +1 -1
- package/lib/cjs/rpc-impl/IModelTileRpcImpl.d.ts.map +1 -1
- package/lib/cjs/rpc-impl/IModelTileRpcImpl.js +2 -1
- package/lib/cjs/rpc-impl/IModelTileRpcImpl.js.map +1 -1
- package/lib/cjs/rpc-impl/RpcBriefcaseUtility.js.map +1 -1
- package/lib/cjs/rpc-impl/SnapshotIModelRpcImpl.js.map +1 -1
- package/lib/cjs/rpc-impl/WipRpcImpl.js.map +1 -1
- package/lib/cjs/workspace/Settings.d.ts +167 -138
- package/lib/cjs/workspace/Settings.d.ts.map +1 -1
- package/lib/cjs/workspace/Settings.js +68 -138
- package/lib/cjs/workspace/Settings.js.map +1 -1
- package/lib/cjs/workspace/SettingsSchemas.d.ts +112 -48
- package/lib/cjs/workspace/SettingsSchemas.d.ts.map +1 -1
- package/lib/cjs/workspace/SettingsSchemas.js +1 -172
- package/lib/cjs/workspace/SettingsSchemas.js.map +1 -1
- package/lib/cjs/workspace/Workspace.d.ts +411 -277
- package/lib/cjs/workspace/Workspace.d.ts.map +1 -1
- package/lib/cjs/workspace/Workspace.js +76 -457
- package/lib/cjs/workspace/Workspace.js.map +1 -1
- package/lib/cjs/workspace/WorkspaceEditor.d.ts +245 -0
- package/lib/cjs/workspace/WorkspaceEditor.d.ts.map +1 -0
- package/lib/cjs/workspace/WorkspaceEditor.js +34 -0
- package/lib/cjs/workspace/WorkspaceEditor.js.map +1 -0
- package/package.json +16 -15
- package/lib/cjs/ServerBasedLocks.d.ts.map +0 -1
- package/lib/cjs/ServerBasedLocks.js.map +0 -1
- package/lib/cjs/assets/Settings/Schemas/Cloud.Schema.json +0 -45
|
@@ -1,90 +1,90 @@
|
|
|
1
|
-
<?xml version="1.0" encoding="UTF-8"?>
|
|
2
|
-
<ECSchema schemaName="IModelChange" alias="imodelchange" version="2.0.0" xmlns="http://www.bentley.com/schemas/Bentley.ECXML.3.2">
|
|
3
|
-
<ECSchemaReference name="ECDbChange" version="01.00.01" alias="change"/>
|
|
4
|
-
<ECSchemaReference name="CoreCustomAttributes" version="01.00.01" alias="CoreCA"/>
|
|
5
|
-
|
|
6
|
-
<ECEntityClass typeName="ChangeSet" modifier="Sealed">
|
|
7
|
-
<ECCustomAttributes>
|
|
8
|
-
<DbIndexList xmlns="ECDbMap.02.00.00">
|
|
9
|
-
<Indexes>
|
|
10
|
-
<DbIndex>
|
|
11
|
-
<Name>ix_imodelchange_ChangeSet_ParentWsgId</Name>
|
|
12
|
-
<Properties>
|
|
13
|
-
<string>ParentWsgId</string>
|
|
14
|
-
</Properties>
|
|
15
|
-
</DbIndex>
|
|
16
|
-
<DbIndex>
|
|
17
|
-
<Name>uix_imodelchange_ChangeSet_WsgId</Name>
|
|
18
|
-
<IsUnique>True</IsUnique>
|
|
19
|
-
<Properties>
|
|
20
|
-
<string>WsgId</string>
|
|
21
|
-
</Properties>
|
|
22
|
-
</DbIndex>
|
|
23
|
-
<DbIndex>
|
|
24
|
-
<Name>ix_imodelchange_ChangeSet_PushDate</Name>
|
|
25
|
-
<Properties>
|
|
26
|
-
<string>PushDate</string>
|
|
27
|
-
</Properties>
|
|
28
|
-
</DbIndex>
|
|
29
|
-
<DbIndex>
|
|
30
|
-
<Name>ix_imodelchange_ChangeSet_UserCreated</Name>
|
|
31
|
-
<Properties>
|
|
32
|
-
<string>UserCreated</string>
|
|
33
|
-
</Properties>
|
|
34
|
-
</DbIndex>
|
|
35
|
-
</Indexes>
|
|
36
|
-
</DbIndexList>
|
|
37
|
-
</ECCustomAttributes>
|
|
38
|
-
<ECNavigationProperty propertyName="Summary" relationshipName="ChangeSummaryIsExtractedFromChangeset" direction="backward">
|
|
39
|
-
<ECCustomAttributes>
|
|
40
|
-
<ForeignKeyConstraint xmlns="ECDbMap.02.00.00">
|
|
41
|
-
<OnDeleteAction>Cascade</OnDeleteAction>
|
|
42
|
-
</ForeignKeyConstraint>
|
|
43
|
-
</ECCustomAttributes>
|
|
44
|
-
</ECNavigationProperty>
|
|
45
|
-
<ECProperty propertyName="ParentWsgId" typeName="string">
|
|
46
|
-
<ECCustomAttributes>
|
|
47
|
-
<PropertyMap xmlns="ECDbMap.02.00.00">
|
|
48
|
-
<Collation>NoCase</Collation>
|
|
49
|
-
</PropertyMap>
|
|
50
|
-
</ECCustomAttributes>
|
|
51
|
-
</ECProperty>
|
|
52
|
-
<ECProperty propertyName="WsgId" typeName="string">
|
|
53
|
-
<ECCustomAttributes>
|
|
54
|
-
<PropertyMap xmlns="ECDbMap.02.00.00">
|
|
55
|
-
<Collation>NoCase</Collation>
|
|
56
|
-
</PropertyMap>
|
|
57
|
-
</ECCustomAttributes>
|
|
58
|
-
</ECProperty>
|
|
59
|
-
<ECProperty propertyName="Description" typeName="string">
|
|
60
|
-
<ECCustomAttributes>
|
|
61
|
-
<PropertyMap xmlns="ECDbMap.02.00.00">
|
|
62
|
-
<Collation>NoCase</Collation>
|
|
63
|
-
</PropertyMap>
|
|
64
|
-
</ECCustomAttributes>
|
|
65
|
-
</ECProperty>
|
|
66
|
-
<ECProperty propertyName="PushDate" typeName="dateTime">
|
|
67
|
-
<ECCustomAttributes>
|
|
68
|
-
<DateTimeInfo xmlns="CoreCustomAttributes.01.00.01">
|
|
69
|
-
<DateTimeKind>Utc</DateTimeKind>
|
|
70
|
-
</DateTimeInfo>
|
|
71
|
-
</ECCustomAttributes>
|
|
72
|
-
</ECProperty>
|
|
73
|
-
<ECProperty propertyName="UserCreated" typeName="string">
|
|
74
|
-
<ECCustomAttributes>
|
|
75
|
-
<PropertyMap xmlns="ECDbMap.02.00.00">
|
|
76
|
-
<Collation>NoCase</Collation>
|
|
77
|
-
</PropertyMap>
|
|
78
|
-
</ECCustomAttributes>
|
|
79
|
-
</ECProperty>
|
|
80
|
-
</ECEntityClass>
|
|
81
|
-
|
|
82
|
-
<ECRelationshipClass typeName="ChangeSummaryIsExtractedFromChangeset" modifier="Sealed" strength="embedding">
|
|
83
|
-
<Source multiplicity="(1..1)" roleLabel="is created from" polymorphic="false">
|
|
84
|
-
<Class class="change:ChangeSummary"/>
|
|
85
|
-
</Source>
|
|
86
|
-
<Target multiplicity="(0..1)" roleLabel="is source of" polymorphic="false">
|
|
87
|
-
<Class class="ChangeSet"/>
|
|
88
|
-
</Target>
|
|
89
|
-
</ECRelationshipClass>
|
|
90
|
-
</ECSchema>
|
|
1
|
+
<?xml version="1.0" encoding="UTF-8"?>
|
|
2
|
+
<ECSchema schemaName="IModelChange" alias="imodelchange" version="2.0.0" xmlns="http://www.bentley.com/schemas/Bentley.ECXML.3.2">
|
|
3
|
+
<ECSchemaReference name="ECDbChange" version="01.00.01" alias="change"/>
|
|
4
|
+
<ECSchemaReference name="CoreCustomAttributes" version="01.00.01" alias="CoreCA"/>
|
|
5
|
+
|
|
6
|
+
<ECEntityClass typeName="ChangeSet" modifier="Sealed">
|
|
7
|
+
<ECCustomAttributes>
|
|
8
|
+
<DbIndexList xmlns="ECDbMap.02.00.00">
|
|
9
|
+
<Indexes>
|
|
10
|
+
<DbIndex>
|
|
11
|
+
<Name>ix_imodelchange_ChangeSet_ParentWsgId</Name>
|
|
12
|
+
<Properties>
|
|
13
|
+
<string>ParentWsgId</string>
|
|
14
|
+
</Properties>
|
|
15
|
+
</DbIndex>
|
|
16
|
+
<DbIndex>
|
|
17
|
+
<Name>uix_imodelchange_ChangeSet_WsgId</Name>
|
|
18
|
+
<IsUnique>True</IsUnique>
|
|
19
|
+
<Properties>
|
|
20
|
+
<string>WsgId</string>
|
|
21
|
+
</Properties>
|
|
22
|
+
</DbIndex>
|
|
23
|
+
<DbIndex>
|
|
24
|
+
<Name>ix_imodelchange_ChangeSet_PushDate</Name>
|
|
25
|
+
<Properties>
|
|
26
|
+
<string>PushDate</string>
|
|
27
|
+
</Properties>
|
|
28
|
+
</DbIndex>
|
|
29
|
+
<DbIndex>
|
|
30
|
+
<Name>ix_imodelchange_ChangeSet_UserCreated</Name>
|
|
31
|
+
<Properties>
|
|
32
|
+
<string>UserCreated</string>
|
|
33
|
+
</Properties>
|
|
34
|
+
</DbIndex>
|
|
35
|
+
</Indexes>
|
|
36
|
+
</DbIndexList>
|
|
37
|
+
</ECCustomAttributes>
|
|
38
|
+
<ECNavigationProperty propertyName="Summary" relationshipName="ChangeSummaryIsExtractedFromChangeset" direction="backward">
|
|
39
|
+
<ECCustomAttributes>
|
|
40
|
+
<ForeignKeyConstraint xmlns="ECDbMap.02.00.00">
|
|
41
|
+
<OnDeleteAction>Cascade</OnDeleteAction>
|
|
42
|
+
</ForeignKeyConstraint>
|
|
43
|
+
</ECCustomAttributes>
|
|
44
|
+
</ECNavigationProperty>
|
|
45
|
+
<ECProperty propertyName="ParentWsgId" typeName="string">
|
|
46
|
+
<ECCustomAttributes>
|
|
47
|
+
<PropertyMap xmlns="ECDbMap.02.00.00">
|
|
48
|
+
<Collation>NoCase</Collation>
|
|
49
|
+
</PropertyMap>
|
|
50
|
+
</ECCustomAttributes>
|
|
51
|
+
</ECProperty>
|
|
52
|
+
<ECProperty propertyName="WsgId" typeName="string">
|
|
53
|
+
<ECCustomAttributes>
|
|
54
|
+
<PropertyMap xmlns="ECDbMap.02.00.00">
|
|
55
|
+
<Collation>NoCase</Collation>
|
|
56
|
+
</PropertyMap>
|
|
57
|
+
</ECCustomAttributes>
|
|
58
|
+
</ECProperty>
|
|
59
|
+
<ECProperty propertyName="Description" typeName="string">
|
|
60
|
+
<ECCustomAttributes>
|
|
61
|
+
<PropertyMap xmlns="ECDbMap.02.00.00">
|
|
62
|
+
<Collation>NoCase</Collation>
|
|
63
|
+
</PropertyMap>
|
|
64
|
+
</ECCustomAttributes>
|
|
65
|
+
</ECProperty>
|
|
66
|
+
<ECProperty propertyName="PushDate" typeName="dateTime">
|
|
67
|
+
<ECCustomAttributes>
|
|
68
|
+
<DateTimeInfo xmlns="CoreCustomAttributes.01.00.01">
|
|
69
|
+
<DateTimeKind>Utc</DateTimeKind>
|
|
70
|
+
</DateTimeInfo>
|
|
71
|
+
</ECCustomAttributes>
|
|
72
|
+
</ECProperty>
|
|
73
|
+
<ECProperty propertyName="UserCreated" typeName="string">
|
|
74
|
+
<ECCustomAttributes>
|
|
75
|
+
<PropertyMap xmlns="ECDbMap.02.00.00">
|
|
76
|
+
<Collation>NoCase</Collation>
|
|
77
|
+
</PropertyMap>
|
|
78
|
+
</ECCustomAttributes>
|
|
79
|
+
</ECProperty>
|
|
80
|
+
</ECEntityClass>
|
|
81
|
+
|
|
82
|
+
<ECRelationshipClass typeName="ChangeSummaryIsExtractedFromChangeset" modifier="Sealed" strength="embedding">
|
|
83
|
+
<Source multiplicity="(1..1)" roleLabel="is created from" polymorphic="false">
|
|
84
|
+
<Class class="change:ChangeSummary"/>
|
|
85
|
+
</Source>
|
|
86
|
+
<Target multiplicity="(0..1)" roleLabel="is source of" polymorphic="false">
|
|
87
|
+
<Class class="ChangeSet"/>
|
|
88
|
+
</Target>
|
|
89
|
+
</ECRelationshipClass>
|
|
90
|
+
</ECSchema>
|
|
@@ -0,0 +1,33 @@
|
|
|
1
|
+
{
|
|
2
|
+
"$comment": "This schema describes the meta-structure of an iTwin Settings Schema file. It is used to provide a guide for the schema files themselves.",
|
|
3
|
+
"$schema": "http://json-schema.org/draft-07/schema#",
|
|
4
|
+
"additionalProperties": false,
|
|
5
|
+
"required": [
|
|
6
|
+
"schemaPrefix",
|
|
7
|
+
"description"
|
|
8
|
+
],
|
|
9
|
+
"schemaPrefix": "itwin/core/base",
|
|
10
|
+
"description": "meta-schema for all iTwin settings schemas",
|
|
11
|
+
"properties": {
|
|
12
|
+
"settingDefs": {
|
|
13
|
+
"type": "object",
|
|
14
|
+
"description": "A group of setting definitions."
|
|
15
|
+
},
|
|
16
|
+
"typeDefs": {
|
|
17
|
+
"type": "object",
|
|
18
|
+
"description": "A group of type definitions that can be extended in setting definitions."
|
|
19
|
+
},
|
|
20
|
+
"schemaPrefix": {
|
|
21
|
+
"type": "string",
|
|
22
|
+
"description": "The unique prefix of the schema."
|
|
23
|
+
},
|
|
24
|
+
"description": {
|
|
25
|
+
"type": "string",
|
|
26
|
+
"description": "A description of the schema."
|
|
27
|
+
},
|
|
28
|
+
"order": {
|
|
29
|
+
"type": "integer",
|
|
30
|
+
"description": "An integer value used to sort the schema in a user interface list of multiple schemas, where schemas of lower order are sorted before those with higher order."
|
|
31
|
+
}
|
|
32
|
+
}
|
|
33
|
+
}
|
|
@@ -1,32 +1,28 @@
|
|
|
1
|
-
{
|
|
2
|
-
"$
|
|
3
|
-
"
|
|
4
|
-
"
|
|
5
|
-
"
|
|
6
|
-
|
|
7
|
-
|
|
8
|
-
|
|
9
|
-
|
|
10
|
-
|
|
11
|
-
|
|
12
|
-
|
|
13
|
-
|
|
14
|
-
|
|
15
|
-
|
|
16
|
-
|
|
17
|
-
|
|
18
|
-
|
|
19
|
-
|
|
20
|
-
|
|
21
|
-
|
|
22
|
-
|
|
23
|
-
"
|
|
24
|
-
"
|
|
25
|
-
|
|
26
|
-
|
|
27
|
-
|
|
28
|
-
"description": "If true, do not attempt to load GCS data from local files",
|
|
29
|
-
"default": false
|
|
30
|
-
}
|
|
31
|
-
}
|
|
1
|
+
{
|
|
2
|
+
"$schema": "./Base.Schema.json",
|
|
3
|
+
"description": "settings for geocoordinate services",
|
|
4
|
+
"schemaPrefix": "itwin/core/gcs",
|
|
5
|
+
"settingDefs": {
|
|
6
|
+
"default/databases": {
|
|
7
|
+
"type": "array",
|
|
8
|
+
"description": "array of GCS WorkspaceDbs",
|
|
9
|
+
"items": {
|
|
10
|
+
"type": "object",
|
|
11
|
+
"extends": "itwin/core/workspace/workspaceDb",
|
|
12
|
+
"description": "Properties of a WorkspaceDb holding GCS data.",
|
|
13
|
+
"properties": {
|
|
14
|
+
"priority": {
|
|
15
|
+
"type": "number",
|
|
16
|
+
"description": "Priority value for GCS database, higher values are searched first",
|
|
17
|
+
"default": 500
|
|
18
|
+
}
|
|
19
|
+
}
|
|
20
|
+
}
|
|
21
|
+
},
|
|
22
|
+
"disableWorkspaces": {
|
|
23
|
+
"type": "boolean",
|
|
24
|
+
"description": "If true, do not load any GCS workspaces",
|
|
25
|
+
"default": false
|
|
26
|
+
}
|
|
27
|
+
}
|
|
32
28
|
}
|
|
@@ -1,53 +1,95 @@
|
|
|
1
|
-
{
|
|
2
|
-
"$
|
|
3
|
-
"
|
|
4
|
-
"
|
|
5
|
-
"
|
|
6
|
-
|
|
7
|
-
|
|
8
|
-
|
|
9
|
-
|
|
10
|
-
|
|
11
|
-
|
|
12
|
-
|
|
13
|
-
|
|
14
|
-
|
|
15
|
-
|
|
16
|
-
|
|
17
|
-
|
|
18
|
-
"
|
|
19
|
-
|
|
20
|
-
|
|
21
|
-
|
|
22
|
-
|
|
23
|
-
|
|
24
|
-
|
|
25
|
-
|
|
26
|
-
|
|
27
|
-
|
|
28
|
-
|
|
29
|
-
|
|
30
|
-
|
|
31
|
-
|
|
32
|
-
|
|
33
|
-
|
|
34
|
-
|
|
35
|
-
|
|
36
|
-
|
|
37
|
-
"
|
|
38
|
-
|
|
39
|
-
|
|
40
|
-
|
|
41
|
-
"
|
|
42
|
-
|
|
43
|
-
|
|
44
|
-
|
|
45
|
-
"
|
|
46
|
-
|
|
47
|
-
|
|
48
|
-
|
|
49
|
-
|
|
50
|
-
|
|
51
|
-
|
|
52
|
-
|
|
1
|
+
{
|
|
2
|
+
"$schema": "./Base.Schema.json",
|
|
3
|
+
"description": "settings for workspaces",
|
|
4
|
+
"schemaPrefix": "itwin/core/workspace",
|
|
5
|
+
"settingDefs": {
|
|
6
|
+
"settingsWorkspaces": {
|
|
7
|
+
"description": "An array of resourceName, WorkspaceDb properties, each of which holds a Settings.Dictionary. Each entry also holds the settings priority for loading the dictionary.",
|
|
8
|
+
"type": "array",
|
|
9
|
+
"items": {
|
|
10
|
+
"type": "object",
|
|
11
|
+
"extends": "itwin/core/workspace/workspaceDb",
|
|
12
|
+
"properties": {
|
|
13
|
+
"resourceName": {
|
|
14
|
+
"type": "string",
|
|
15
|
+
"description": "the name of the string resource holding the settings dictionary in this WorkspaceDb",
|
|
16
|
+
"default": "settingsDictionary"
|
|
17
|
+
},
|
|
18
|
+
"priority": {
|
|
19
|
+
"type": "number",
|
|
20
|
+
"description": "the SettingsPriority for the settingsDictionary",
|
|
21
|
+
"default": 500
|
|
22
|
+
}
|
|
23
|
+
}
|
|
24
|
+
}
|
|
25
|
+
}
|
|
26
|
+
},
|
|
27
|
+
"typeDefs": {
|
|
28
|
+
"workspaceDb": {
|
|
29
|
+
"type": "object",
|
|
30
|
+
"description": "WorkspaceDb properties",
|
|
31
|
+
"required": [
|
|
32
|
+
"containerId",
|
|
33
|
+
"baseUri"
|
|
34
|
+
],
|
|
35
|
+
"properties": {
|
|
36
|
+
"dbName": {
|
|
37
|
+
"type": "string",
|
|
38
|
+
"description": "the name of the database within its cloud container. If not present, defaults to 'workspace-db'."
|
|
39
|
+
},
|
|
40
|
+
"baseUri": {
|
|
41
|
+
"type": "string",
|
|
42
|
+
"description": "the baseUri for the container, without trailing slash (e.g., https://containers.itwinjs.org)"
|
|
43
|
+
},
|
|
44
|
+
"containerId": {
|
|
45
|
+
"type": "string",
|
|
46
|
+
"description": "the containerId of this cloud container. Usually a Guid"
|
|
47
|
+
},
|
|
48
|
+
"storageType": {
|
|
49
|
+
"type": "string",
|
|
50
|
+
"description": "one of: 'azure', 'aws', 'google'",
|
|
51
|
+
"default": "azure"
|
|
52
|
+
},
|
|
53
|
+
"description": {
|
|
54
|
+
"type": "string",
|
|
55
|
+
"description": "information about what is in this workspace"
|
|
56
|
+
},
|
|
57
|
+
"loadingHelp": {
|
|
58
|
+
"type": "string",
|
|
59
|
+
"description": "in case there is a problem loading this workspace, show this message"
|
|
60
|
+
},
|
|
61
|
+
"isPublic": {
|
|
62
|
+
"type": "boolean",
|
|
63
|
+
"description": "whether the cloud container is public (doesn't require authentication)",
|
|
64
|
+
"default": false
|
|
65
|
+
},
|
|
66
|
+
"version": {
|
|
67
|
+
"type": "string",
|
|
68
|
+
"description": "the (semver) range of acceptable versions",
|
|
69
|
+
"default": "^1"
|
|
70
|
+
},
|
|
71
|
+
"includePrerelease": {
|
|
72
|
+
"type": "boolean",
|
|
73
|
+
"description": "include prerelease in acceptable versions"
|
|
74
|
+
},
|
|
75
|
+
"prefetch": {
|
|
76
|
+
"type": "boolean",
|
|
77
|
+
"description": "if true, pre-fetch all of the data from the cloud in the background"
|
|
78
|
+
},
|
|
79
|
+
"syncOnConnect": {
|
|
80
|
+
"type": "boolean",
|
|
81
|
+
"description": "if false, do not attempt to synchronize with cloud when workspace is loaded",
|
|
82
|
+
"hidden": true
|
|
83
|
+
}
|
|
84
|
+
}
|
|
85
|
+
},
|
|
86
|
+
"workspaceDbList": {
|
|
87
|
+
"type": "array",
|
|
88
|
+
"combineArray": true,
|
|
89
|
+
"items": {
|
|
90
|
+
"type": "object",
|
|
91
|
+
"extends": "itwin/core/workspace/workspaceDb"
|
|
92
|
+
}
|
|
93
|
+
}
|
|
94
|
+
}
|
|
53
95
|
}
|
|
@@ -1,133 +1,22 @@
|
|
|
1
|
-
{
|
|
2
|
-
"
|
|
3
|
-
{
|
|
4
|
-
"name": "gcs/
|
|
5
|
-
"
|
|
6
|
-
"
|
|
7
|
-
"
|
|
8
|
-
"
|
|
9
|
-
|
|
10
|
-
|
|
11
|
-
|
|
12
|
-
|
|
13
|
-
|
|
14
|
-
"
|
|
15
|
-
"
|
|
16
|
-
"version": "^1",
|
|
17
|
-
"
|
|
18
|
-
"
|
|
19
|
-
|
|
20
|
-
|
|
21
|
-
|
|
22
|
-
"dbName": "allEarth",
|
|
23
|
-
"containerName": "gcs/container",
|
|
24
|
-
"version": "^1",
|
|
25
|
-
"priority": 100
|
|
26
|
-
},
|
|
27
|
-
{
|
|
28
|
-
"name": "gcs/Australia",
|
|
29
|
-
"dbName": "Australia",
|
|
30
|
-
"containerName": "gcs/container",
|
|
31
|
-
"version": "^1",
|
|
32
|
-
"priority": 500
|
|
33
|
-
},
|
|
34
|
-
{
|
|
35
|
-
"name": "gcs/Brazil",
|
|
36
|
-
"dbName": "Brazil",
|
|
37
|
-
"containerName": "gcs/container",
|
|
38
|
-
"version": "^1",
|
|
39
|
-
"priority": 500
|
|
40
|
-
},
|
|
41
|
-
{
|
|
42
|
-
"name": "gcs/Canada",
|
|
43
|
-
"dbName": "Canada",
|
|
44
|
-
"containerName": "gcs/container",
|
|
45
|
-
"version": "^1",
|
|
46
|
-
"priority": 500
|
|
47
|
-
},
|
|
48
|
-
{
|
|
49
|
-
"name": "gcs/France",
|
|
50
|
-
"dbName": "France",
|
|
51
|
-
"containerName": "gcs/container",
|
|
52
|
-
"version": "^1",
|
|
53
|
-
"priority": 500
|
|
54
|
-
},
|
|
55
|
-
{
|
|
56
|
-
"name": "gcs/Germany",
|
|
57
|
-
"dbName": "Germany",
|
|
58
|
-
"containerName": "gcs/container",
|
|
59
|
-
"version": "^1",
|
|
60
|
-
"priority": 500
|
|
61
|
-
},
|
|
62
|
-
{
|
|
63
|
-
"name": "gcs/Japan",
|
|
64
|
-
"dbName": "Japan",
|
|
65
|
-
"containerName": "gcs/container",
|
|
66
|
-
"version": "^1",
|
|
67
|
-
"priority": 500
|
|
68
|
-
},
|
|
69
|
-
{
|
|
70
|
-
"name": "gcs/NewZealand",
|
|
71
|
-
"dbName": "NewZealand",
|
|
72
|
-
"containerName": "gcs/container",
|
|
73
|
-
"version": "^1",
|
|
74
|
-
"priority": 500
|
|
75
|
-
},
|
|
76
|
-
{
|
|
77
|
-
"name": "gcs/Portugal",
|
|
78
|
-
"dbName": "Portugal",
|
|
79
|
-
"containerName": "gcs/container",
|
|
80
|
-
"version": "^1",
|
|
81
|
-
"priority": 500
|
|
82
|
-
},
|
|
83
|
-
{
|
|
84
|
-
"name": "gcs/Slovakia",
|
|
85
|
-
"dbName": "Slovakia",
|
|
86
|
-
"containerName": "gcs/container",
|
|
87
|
-
"version": "^1",
|
|
88
|
-
"priority": 500
|
|
89
|
-
},
|
|
90
|
-
{
|
|
91
|
-
"name": "gcs/SouthAfrica",
|
|
92
|
-
"dbName": "SouthAfrica",
|
|
93
|
-
"containerName": "gcs/container",
|
|
94
|
-
"version": "^1",
|
|
95
|
-
"priority": 500
|
|
96
|
-
},
|
|
97
|
-
{
|
|
98
|
-
"name": "gcs/Spain",
|
|
99
|
-
"dbName": "Spain",
|
|
100
|
-
"containerName": "gcs/container",
|
|
101
|
-
"version": "^1",
|
|
102
|
-
"priority": 500
|
|
103
|
-
},
|
|
104
|
-
{
|
|
105
|
-
"name": "gcs/Switzerland",
|
|
106
|
-
"dbName": "Switzerland",
|
|
107
|
-
"containerName": "gcs/container",
|
|
108
|
-
"version": "^1",
|
|
109
|
-
"priority": 500
|
|
110
|
-
},
|
|
111
|
-
{
|
|
112
|
-
"name": "gcs/UK",
|
|
113
|
-
"dbName": "UK",
|
|
114
|
-
"containerName": "gcs/container",
|
|
115
|
-
"version": "^1",
|
|
116
|
-
"priority": 500
|
|
117
|
-
},
|
|
118
|
-
{
|
|
119
|
-
"name": "gcs/Usa",
|
|
120
|
-
"dbName": "Usa",
|
|
121
|
-
"containerName": "gcs/container",
|
|
122
|
-
"version": "^1",
|
|
123
|
-
"priority": 500
|
|
124
|
-
},
|
|
125
|
-
{
|
|
126
|
-
"name": "gcs/Venezuela",
|
|
127
|
-
"dbName": "Venezuela",
|
|
128
|
-
"containerName": "gcs/container",
|
|
129
|
-
"version": "^1",
|
|
130
|
-
"priority": 500
|
|
131
|
-
}
|
|
132
|
-
]
|
|
1
|
+
{
|
|
2
|
+
"itwin/core/gcs/default/databases": [
|
|
3
|
+
{
|
|
4
|
+
"name": "itwin/core/gcs/base",
|
|
5
|
+
"dbName": "base",
|
|
6
|
+
"version": "^1",
|
|
7
|
+
"baseUri": "https://geocoord-workspace.itwinjs.org",
|
|
8
|
+
"containerId": "gcs",
|
|
9
|
+
"isPublic": true,
|
|
10
|
+
"priority": 10000,
|
|
11
|
+
"prefetch": true
|
|
12
|
+
},
|
|
13
|
+
{
|
|
14
|
+
"name": "itwin/core/gcs/entire-earth",
|
|
15
|
+
"dbName": "allEarth",
|
|
16
|
+
"version": "^1",
|
|
17
|
+
"baseUri": "https://geocoord-workspace.itwinjs.org",
|
|
18
|
+
"containerId": "gcs",
|
|
19
|
+
"priority": 100
|
|
20
|
+
}
|
|
21
|
+
]
|
|
133
22
|
}
|
|
@@ -1,4 +1,3 @@
|
|
|
1
|
-
export { IModelJsNative, NativeCloudSqlite, NativeLoggerCategory } from "@bentley/imodeljs-native";
|
|
2
1
|
export * from "./BackendHubAccess";
|
|
3
2
|
export * from "./BackendLoggerCategory";
|
|
4
3
|
export * from "./BisCoreSchema";
|
|
@@ -56,7 +55,7 @@ export * from "./SchemaUtils";
|
|
|
56
55
|
export * from "./SQLiteDb";
|
|
57
56
|
export * from "./SqliteStatement";
|
|
58
57
|
export * from "./TextAnnotationElement";
|
|
59
|
-
export {
|
|
58
|
+
export { computeLayoutTextBlockResult, LayoutTextBlockArgs } from "./TextAnnotationLayout";
|
|
60
59
|
export * from "./TextAnnotationGeometry";
|
|
61
60
|
export * from "./Texture";
|
|
62
61
|
export * from "./TileStorage";
|
|
@@ -66,8 +65,10 @@ export * from "./ViewStore";
|
|
|
66
65
|
export * from "./workspace/Settings";
|
|
67
66
|
export * from "./workspace/SettingsSchemas";
|
|
68
67
|
export * from "./workspace/Workspace";
|
|
68
|
+
export * from "./workspace/WorkspaceEditor";
|
|
69
69
|
export * from "./SqliteChangesetReader";
|
|
70
70
|
export * from "./ChangesetECAdaptor";
|
|
71
|
+
export * from "./internal/cross-package";
|
|
71
72
|
/** @docs-package-description
|
|
72
73
|
* The core-backend package always runs on the computer with a local Briefcase.
|
|
73
74
|
*
|
|
@@ -1 +1 @@
|
|
|
1
|
-
{"version":3,"file":"core-backend.d.ts","sourceRoot":"","sources":["../../src/core-backend.ts"],"names":[],"mappings":"AAKA,
|
|
1
|
+
{"version":3,"file":"core-backend.d.ts","sourceRoot":"","sources":["../../src/core-backend.ts"],"names":[],"mappings":"AAKA,cAAc,oBAAoB,CAAC;AACnC,cAAc,yBAAyB,CAAC;AACxC,cAAc,iBAAiB,CAAC;AAChC,cAAc,wBAAwB,CAAC;AACvC,cAAc,oBAAoB,CAAC;AACnC,cAAc,YAAY,CAAC;AAC3B,cAAc,qBAAqB,CAAC;AACpC,cAAc,wBAAwB,CAAC;AACvC,cAAc,kBAAkB,CAAC;AACjC,cAAc,qBAAqB,CAAC;AACpC,cAAc,iBAAiB,CAAC;AAChC,cAAc,eAAe,CAAC;AAC9B,cAAc,eAAe,CAAC;AAC9B,cAAc,aAAa,CAAC;AAC5B,cAAc,YAAY,CAAC;AAC3B,cAAc,gBAAgB,CAAC;AAC/B,cAAc,8BAA8B,CAAC;AAC7C,cAAc,4BAA4B,CAAC;AAC3C,cAAc,2BAA2B,CAAC;AAC1C,cAAc,yBAAyB,CAAC;AACxC,cAAc,QAAQ,CAAC;AACvB,cAAc,sBAAsB,CAAC;AACrC,cAAc,kBAAkB,CAAC;AACjC,cAAc,WAAW,CAAC;AAC1B,cAAc,iBAAiB,CAAC;AAChC,cAAc,mBAAmB,CAAC;AAClC,cAAc,qBAAqB,CAAC;AACpC,cAAc,UAAU,CAAC;AACzB,cAAc,oBAAoB,CAAC;AACnC,cAAc,kBAAkB,CAAC;AACjC,cAAc,kBAAkB,CAAC;AACjC,cAAc,kBAAkB,CAAC;AACjC,cAAc,yBAAyB,CAAC;AACxC,cAAc,WAAW,CAAC;AAC1B,cAAc,sBAAsB,CAAC;AACrC,cAAc,YAAY,CAAC;AAC3B,cAAc,6BAA6B,CAAC;AAC5C,cAAc,cAAc,CAAC;AAC7B,cAAc,cAAc,CAAC;AAC7B,cAAc,cAAc,CAAC;AAC7B,cAAc,WAAW,CAAC;AAC1B,cAAc,aAAa,CAAC;AAC5B,cAAc,oBAAoB,CAAC;AACnC,cAAc,YAAY,CAAC;AAC3B,cAAc,YAAY,CAAC;AAC3B,cAAc,SAAS,CAAC;AACxB,cAAc,oBAAoB,CAAC;AACnC,cAAc,cAAc,CAAC;AAC7B,cAAc,0BAA0B,CAAC;AACzC,cAAc,iBAAiB,CAAC;AAChC,cAAc,gBAAgB,CAAC;AAC/B,cAAc,eAAe,CAAC;AAC9B,cAAc,UAAU,CAAC;AACzB,cAAc,eAAe,CAAC;AAC9B,cAAc,YAAY,CAAC;AAC3B,cAAc,mBAAmB,CAAC;AAClC,cAAc,yBAAyB,CAAC;AACxC,OAAO,EAAE,4BAA4B,EAAE,mBAAmB,EAAE,MAAM,wBAAwB,CAAC;AAC3F,cAAc,0BAA0B,CAAC;AACzC,cAAc,WAAW,CAAC;AAC1B,cAAc,eAAe,CAAC;AAC9B,cAAc,cAAc,CAAC;AAC7B,cAAc,kBAAkB,CAAC;AACjC,cAAc,aAAa,CAAC;AAC5B,cAAc,sBAAsB,CAAC;AACrC,cAAc,6BAA6B,CAAC;AAC5C,cAAc,uBAAuB,CAAC;AACtC,cAAc,6BAA6B,CAAC;AAC5C,cAAc,yBAAyB,CAAC;AACxC,cAAc,sBAAsB,CAAC;AAErC,cAAc,0BAA0B,CAAC;AAEzC;;;;GAIG;AAEH;;;GAGG;AAEH;;;;GAIG;AAEH;;;GAGG;AAEH;;;GAGG;AAEH;;;;GAIG;AAEH;;;GAGG;AAEH;;;;GAIG;AAEH;;;IAGI;AAEJ;;;GAGG;AAEH;;;;GAIG;AAEH;;;;GAIG;AAEH;;;GAGG;AAEH;;;;GAIG;AAEH;;;GAGG;AAEH;;GAEG;AAEH;;;GAGG;AAEH;;;GAGG;AAEH;;;GAGG;AAEH;;;GAGG;AAEH;;;GAGG;AAEH;;;GAGG;AAEH;;;;GAIG;AAEH;;;GAGG"}
|
package/lib/cjs/core-backend.js
CHANGED
|
@@ -18,11 +18,7 @@ var __exportStar = (this && this.__exportStar) || function(m, exports) {
|
|
|
18
18
|
for (var p in m) if (p !== "default" && !Object.prototype.hasOwnProperty.call(exports, p)) __createBinding(exports, m, p);
|
|
19
19
|
};
|
|
20
20
|
Object.defineProperty(exports, "__esModule", { value: true });
|
|
21
|
-
exports.
|
|
22
|
-
var imodeljs_native_1 = require("@bentley/imodeljs-native");
|
|
23
|
-
Object.defineProperty(exports, "IModelJsNative", { enumerable: true, get: function () { return imodeljs_native_1.IModelJsNative; } });
|
|
24
|
-
Object.defineProperty(exports, "NativeCloudSqlite", { enumerable: true, get: function () { return imodeljs_native_1.NativeCloudSqlite; } });
|
|
25
|
-
Object.defineProperty(exports, "NativeLoggerCategory", { enumerable: true, get: function () { return imodeljs_native_1.NativeLoggerCategory; } });
|
|
21
|
+
exports.computeLayoutTextBlockResult = void 0;
|
|
26
22
|
__exportStar(require("./BackendHubAccess"), exports);
|
|
27
23
|
__exportStar(require("./BackendLoggerCategory"), exports);
|
|
28
24
|
__exportStar(require("./BisCoreSchema"), exports);
|
|
@@ -81,7 +77,7 @@ __exportStar(require("./SQLiteDb"), exports);
|
|
|
81
77
|
__exportStar(require("./SqliteStatement"), exports);
|
|
82
78
|
__exportStar(require("./TextAnnotationElement"), exports);
|
|
83
79
|
var TextAnnotationLayout_1 = require("./TextAnnotationLayout");
|
|
84
|
-
Object.defineProperty(exports, "
|
|
80
|
+
Object.defineProperty(exports, "computeLayoutTextBlockResult", { enumerable: true, get: function () { return TextAnnotationLayout_1.computeLayoutTextBlockResult; } });
|
|
85
81
|
__exportStar(require("./TextAnnotationGeometry"), exports);
|
|
86
82
|
__exportStar(require("./Texture"), exports);
|
|
87
83
|
__exportStar(require("./TileStorage"), exports);
|
|
@@ -91,8 +87,10 @@ __exportStar(require("./ViewStore"), exports);
|
|
|
91
87
|
__exportStar(require("./workspace/Settings"), exports);
|
|
92
88
|
__exportStar(require("./workspace/SettingsSchemas"), exports);
|
|
93
89
|
__exportStar(require("./workspace/Workspace"), exports);
|
|
90
|
+
__exportStar(require("./workspace/WorkspaceEditor"), exports);
|
|
94
91
|
__exportStar(require("./SqliteChangesetReader"), exports);
|
|
95
92
|
__exportStar(require("./ChangesetECAdaptor"), exports);
|
|
93
|
+
__exportStar(require("./internal/cross-package"), exports);
|
|
96
94
|
/** @docs-package-description
|
|
97
95
|
* The core-backend package always runs on the computer with a local Briefcase.
|
|
98
96
|
*
|