@itwin/presentation-frontend 3.6.0-dev.8 → 4.0.0-dev.2
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 +26 -1
- package/LICENSE.md +1 -1
- package/lib/cjs/presentation-frontend/IpcRequestsHandler.d.ts.map +1 -1
- package/lib/cjs/presentation-frontend/IpcRequestsHandler.js +0 -1
- package/lib/cjs/presentation-frontend/IpcRequestsHandler.js.map +1 -1
- package/lib/cjs/presentation-frontend/PresentationManager.d.ts +11 -5
- package/lib/cjs/presentation-frontend/PresentationManager.d.ts.map +1 -1
- package/lib/cjs/presentation-frontend/PresentationManager.js +30 -13
- package/lib/cjs/presentation-frontend/PresentationManager.js.map +1 -1
- package/lib/cjs/presentation-frontend/RulesetManager.d.ts +5 -2
- package/lib/cjs/presentation-frontend/RulesetManager.d.ts.map +1 -1
- package/lib/cjs/presentation-frontend/RulesetManager.js.map +1 -1
- package/lib/cjs/presentation-frontend/StateTracker.d.ts +18 -3
- package/lib/cjs/presentation-frontend/StateTracker.d.ts.map +1 -1
- package/lib/cjs/presentation-frontend/StateTracker.js +104 -49
- package/lib/cjs/presentation-frontend/StateTracker.js.map +1 -1
- package/lib/cjs/presentation-frontend/selection/SelectionScopesManager.d.ts +1 -1
- package/lib/cjs/presentation-frontend/selection/SelectionScopesManager.js +1 -1
- package/lib/cjs/presentation-frontend/selection/SelectionScopesManager.js.map +1 -1
- package/lib/esm/presentation-frontend/IpcRequestsHandler.d.ts.map +1 -1
- package/lib/esm/presentation-frontend/IpcRequestsHandler.js +1 -2
- package/lib/esm/presentation-frontend/IpcRequestsHandler.js.map +1 -1
- package/lib/esm/presentation-frontend/PresentationManager.d.ts +11 -5
- package/lib/esm/presentation-frontend/PresentationManager.d.ts.map +1 -1
- package/lib/esm/presentation-frontend/PresentationManager.js +31 -14
- package/lib/esm/presentation-frontend/PresentationManager.js.map +1 -1
- package/lib/esm/presentation-frontend/RulesetManager.d.ts +5 -2
- package/lib/esm/presentation-frontend/RulesetManager.d.ts.map +1 -1
- package/lib/esm/presentation-frontend/RulesetManager.js.map +1 -1
- package/lib/esm/presentation-frontend/StateTracker.d.ts +18 -3
- package/lib/esm/presentation-frontend/StateTracker.d.ts.map +1 -1
- package/lib/esm/presentation-frontend/StateTracker.js +103 -48
- package/lib/esm/presentation-frontend/StateTracker.js.map +1 -1
- package/lib/esm/presentation-frontend/selection/SelectionScopesManager.d.ts +1 -1
- package/lib/esm/presentation-frontend/selection/SelectionScopesManager.js +1 -1
- package/lib/esm/presentation-frontend/selection/SelectionScopesManager.js.map +1 -1
- package/package.json +14 -14
package/package.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@itwin/presentation-frontend",
|
|
3
|
-
"version": "
|
|
3
|
+
"version": "4.0.0-dev.2",
|
|
4
4
|
"description": "Frontend of iModel.js Presentation library",
|
|
5
5
|
"main": "lib/cjs/presentation-frontend.js",
|
|
6
6
|
"module": "lib/esm/presentation-frontend.js",
|
|
@@ -22,21 +22,21 @@
|
|
|
22
22
|
"url": "http://www.bentley.com"
|
|
23
23
|
},
|
|
24
24
|
"peerDependencies": {
|
|
25
|
-
"@itwin/core-bentley": "^
|
|
26
|
-
"@itwin/core-common": "^
|
|
27
|
-
"@itwin/core-frontend": "^
|
|
28
|
-
"@itwin/core-quantity": "^
|
|
29
|
-
"@itwin/presentation-common": "^
|
|
25
|
+
"@itwin/core-bentley": "^4.0.0-dev.2",
|
|
26
|
+
"@itwin/core-common": "^4.0.0-dev.2",
|
|
27
|
+
"@itwin/core-frontend": "^4.0.0-dev.2",
|
|
28
|
+
"@itwin/core-quantity": "^4.0.0-dev.2",
|
|
29
|
+
"@itwin/presentation-common": "^4.0.0-dev.2"
|
|
30
30
|
},
|
|
31
31
|
"devDependencies": {
|
|
32
|
-
"@itwin/build-tools": "
|
|
33
|
-
"@itwin/core-bentley": "
|
|
34
|
-
"@itwin/core-common": "
|
|
35
|
-
"@itwin/core-frontend": "
|
|
36
|
-
"@itwin/core-i18n": "
|
|
37
|
-
"@itwin/core-quantity": "
|
|
38
|
-
"@itwin/eslint-plugin": "
|
|
39
|
-
"@itwin/presentation-common": "
|
|
32
|
+
"@itwin/build-tools": "4.0.0-dev.2",
|
|
33
|
+
"@itwin/core-bentley": "4.0.0-dev.2",
|
|
34
|
+
"@itwin/core-common": "4.0.0-dev.2",
|
|
35
|
+
"@itwin/core-frontend": "4.0.0-dev.2",
|
|
36
|
+
"@itwin/core-i18n": "4.0.0-dev.2",
|
|
37
|
+
"@itwin/core-quantity": "4.0.0-dev.2",
|
|
38
|
+
"@itwin/eslint-plugin": "4.0.0-dev.2",
|
|
39
|
+
"@itwin/presentation-common": "4.0.0-dev.2",
|
|
40
40
|
"@types/chai": "4.3.1",
|
|
41
41
|
"@types/chai-as-promised": "^7",
|
|
42
42
|
"@types/chai-jest-snapshot": "^1.3.0",
|