@itwin/presentation-backend 5.0.0-dev.5 → 5.0.0-dev.52
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 +38 -1
- package/lib/cjs/presentation-backend/BackendLoggerCategory.js.map +1 -1
- package/lib/cjs/presentation-backend/ElementPropertiesHelper.d.ts +31 -4
- package/lib/cjs/presentation-backend/ElementPropertiesHelper.d.ts.map +1 -1
- package/lib/cjs/presentation-backend/ElementPropertiesHelper.js +161 -57
- package/lib/cjs/presentation-backend/ElementPropertiesHelper.js.map +1 -1
- package/lib/cjs/presentation-backend/NativePlatform.d.ts +2 -2
- package/lib/cjs/presentation-backend/NativePlatform.d.ts.map +1 -1
- package/lib/cjs/presentation-backend/NativePlatform.js +1 -1
- package/lib/cjs/presentation-backend/NativePlatform.js.map +1 -1
- package/lib/cjs/presentation-backend/Presentation.js +13 -15
- package/lib/cjs/presentation-backend/Presentation.js.map +1 -1
- package/lib/cjs/presentation-backend/PresentationIpcHandler.js.map +1 -1
- package/lib/cjs/presentation-backend/PresentationManager.d.ts +2 -0
- package/lib/cjs/presentation-backend/PresentationManager.d.ts.map +1 -1
- package/lib/cjs/presentation-backend/PresentationManager.js +35 -65
- package/lib/cjs/presentation-backend/PresentationManager.js.map +1 -1
- package/lib/cjs/presentation-backend/PresentationManagerDetail.d.ts +3 -3
- package/lib/cjs/presentation-backend/PresentationManagerDetail.d.ts.map +1 -1
- package/lib/cjs/presentation-backend/PresentationManagerDetail.js +3 -3
- package/lib/cjs/presentation-backend/PresentationManagerDetail.js.map +1 -1
- package/lib/cjs/presentation-backend/PresentationRpcImpl.d.ts +3 -3
- package/lib/cjs/presentation-backend/PresentationRpcImpl.d.ts.map +1 -1
- package/lib/cjs/presentation-backend/PresentationRpcImpl.js +26 -27
- package/lib/cjs/presentation-backend/PresentationRpcImpl.js.map +1 -1
- package/lib/cjs/presentation-backend/RulesetEmbedder.js +3 -3
- package/lib/cjs/presentation-backend/RulesetEmbedder.js.map +1 -1
- package/lib/cjs/presentation-backend/RulesetManager.js.map +1 -1
- package/lib/cjs/presentation-backend/RulesetVariablesManager.js.map +1 -1
- package/lib/cjs/presentation-backend/SelectionScopesHelper.js +16 -16
- package/lib/cjs/presentation-backend/SelectionScopesHelper.js.map +1 -1
- package/lib/cjs/presentation-backend/TemporaryStorage.d.ts +2 -3
- package/lib/cjs/presentation-backend/TemporaryStorage.d.ts.map +1 -1
- package/lib/cjs/presentation-backend/TemporaryStorage.js +1 -1
- package/lib/cjs/presentation-backend/TemporaryStorage.js.map +1 -1
- package/lib/cjs/presentation-backend/Utils.js.map +1 -1
- package/lib/cjs/presentation-backend/domain/PresentationRulesDomain.js.map +1 -1
- package/lib/cjs/presentation-backend/domain/RulesetElements.js.map +1 -1
- package/lib/cjs/presentation-backend.js.map +1 -1
- package/package.json +17 -17
package/package.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@itwin/presentation-backend",
|
|
3
|
-
"version": "5.0.0-dev.
|
|
3
|
+
"version": "5.0.0-dev.52",
|
|
4
4
|
"description": "Backend of iTwin.js Presentation library",
|
|
5
5
|
"license": "MIT",
|
|
6
6
|
"repository": {
|
|
@@ -23,12 +23,12 @@
|
|
|
23
23
|
"main": "lib/cjs/presentation-backend.js",
|
|
24
24
|
"typings": "lib/cjs/presentation-backend",
|
|
25
25
|
"peerDependencies": {
|
|
26
|
-
"@itwin/core-backend": "
|
|
27
|
-
"@itwin/core-bentley": "
|
|
28
|
-
"@itwin/core-
|
|
29
|
-
"@itwin/core-
|
|
30
|
-
"@itwin/
|
|
31
|
-
"@itwin/
|
|
26
|
+
"@itwin/core-backend": "5.0.0-dev.52",
|
|
27
|
+
"@itwin/core-bentley": "5.0.0-dev.52",
|
|
28
|
+
"@itwin/core-quantity": "5.0.0-dev.52",
|
|
29
|
+
"@itwin/core-common": "5.0.0-dev.52",
|
|
30
|
+
"@itwin/presentation-common": "5.0.0-dev.52",
|
|
31
|
+
"@itwin/ecschema-metadata": "5.0.0-dev.52"
|
|
32
32
|
},
|
|
33
33
|
"devDependencies": {
|
|
34
34
|
"@itwin/eslint-plugin": "5.0.0-dev.1",
|
|
@@ -41,7 +41,7 @@
|
|
|
41
41
|
"@types/faker": "^4.1.0",
|
|
42
42
|
"@types/lolex": "^2.1.2",
|
|
43
43
|
"@types/mocha": "^10.0.6",
|
|
44
|
-
"@types/node": "~
|
|
44
|
+
"@types/node": "~20.17.0",
|
|
45
45
|
"@types/object-hash": "^1.3.0",
|
|
46
46
|
"@types/semver": "7.3.10",
|
|
47
47
|
"@types/sinon": "^17.0.2",
|
|
@@ -52,7 +52,7 @@
|
|
|
52
52
|
"chai-jest-snapshot": "^2.0.0",
|
|
53
53
|
"chai-subset": "1.6.0",
|
|
54
54
|
"cpx2": "^3.0.0",
|
|
55
|
-
"cross-env": "^
|
|
55
|
+
"cross-env": "^7.0.3",
|
|
56
56
|
"deep-equal": "^1",
|
|
57
57
|
"eslint": "^9.13.0",
|
|
58
58
|
"eslint-config-prettier": "^9.1.0",
|
|
@@ -66,13 +66,13 @@
|
|
|
66
66
|
"source-map-support": "^0.5.6",
|
|
67
67
|
"typemoq": "^2.1.0",
|
|
68
68
|
"typescript": "~5.6.2",
|
|
69
|
-
"@itwin/build-tools": "5.0.0-dev.
|
|
70
|
-
"@itwin/
|
|
71
|
-
"@itwin/core-
|
|
72
|
-
"@itwin/core-
|
|
73
|
-
"@itwin/core-quantity": "5.0.0-dev.
|
|
74
|
-
"@itwin/
|
|
75
|
-
"@itwin/presentation-common": "5.0.0-dev.
|
|
69
|
+
"@itwin/build-tools": "5.0.0-dev.52",
|
|
70
|
+
"@itwin/ecschema-metadata": "5.0.0-dev.52",
|
|
71
|
+
"@itwin/core-backend": "5.0.0-dev.52",
|
|
72
|
+
"@itwin/core-common": "5.0.0-dev.52",
|
|
73
|
+
"@itwin/core-quantity": "5.0.0-dev.52",
|
|
74
|
+
"@itwin/core-bentley": "5.0.0-dev.52",
|
|
75
|
+
"@itwin/presentation-common": "5.0.0-dev.52"
|
|
76
76
|
},
|
|
77
77
|
"dependencies": {
|
|
78
78
|
"object-hash": "^1.3.1",
|
|
@@ -91,7 +91,7 @@
|
|
|
91
91
|
"cover": "nyc npm -s test",
|
|
92
92
|
"docs": "npm run -s docs:reference && npm run -s extract && npm run -s docs:changelog",
|
|
93
93
|
"docs:changelog": "cpx ./CHANGELOG.md ../../generated-docs/presentation/presentation-backend",
|
|
94
|
-
"docs:reference": "betools docs --
|
|
94
|
+
"docs:reference": "betools docs --json=../../generated-docs/presentation/presentation-backend/file.json --tsIndexFile=presentation-backend.ts --onlyJson",
|
|
95
95
|
"extract": "betools extract --fileExt=ts --extractFrom=./src/test --recursive --out=../../generated-docs/extract",
|
|
96
96
|
"extract-api": "betools extract-api --entry=presentation-backend",
|
|
97
97
|
"lint": "eslint \"./src/**/*.ts\" 1>&2",
|