@itwin/presentation-frontend 3.3.0-dev.9 → 3.4.0-dev.0
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 +28 -1
- package/lib/cjs/presentation-frontend/Diagnostics.d.ts +3 -3
- package/lib/cjs/presentation-frontend/Diagnostics.d.ts.map +1 -1
- package/lib/cjs/presentation-frontend/Diagnostics.js +6 -4
- package/lib/cjs/presentation-frontend/Diagnostics.js.map +1 -1
- package/lib/cjs/presentation-frontend/PresentationManager.d.ts +16 -16
- package/lib/cjs/presentation-frontend/PresentationManager.d.ts.map +1 -1
- package/lib/cjs/presentation-frontend/PresentationManager.js.map +1 -1
- package/lib/cjs/presentation-frontend/selection/SelectionManager.d.ts +4 -4
- package/lib/cjs/presentation-frontend/selection/SelectionManager.d.ts.map +1 -1
- package/lib/cjs/presentation-frontend/selection/SelectionManager.js +1 -2
- package/lib/cjs/presentation-frontend/selection/SelectionManager.js.map +1 -1
- package/lib/cjs/presentation-frontend/selection/SelectionScopesManager.d.ts +12 -4
- package/lib/cjs/presentation-frontend/selection/SelectionScopesManager.d.ts.map +1 -1
- package/lib/cjs/presentation-frontend/selection/SelectionScopesManager.js +20 -8
- package/lib/cjs/presentation-frontend/selection/SelectionScopesManager.js.map +1 -1
- package/lib/esm/presentation-frontend/Diagnostics.d.ts +3 -3
- package/lib/esm/presentation-frontend/Diagnostics.d.ts.map +1 -1
- package/lib/esm/presentation-frontend/Diagnostics.js +6 -4
- package/lib/esm/presentation-frontend/Diagnostics.js.map +1 -1
- package/lib/esm/presentation-frontend/PresentationManager.d.ts +16 -16
- package/lib/esm/presentation-frontend/PresentationManager.d.ts.map +1 -1
- package/lib/esm/presentation-frontend/PresentationManager.js.map +1 -1
- package/lib/esm/presentation-frontend/selection/SelectionManager.d.ts +4 -4
- package/lib/esm/presentation-frontend/selection/SelectionManager.d.ts.map +1 -1
- package/lib/esm/presentation-frontend/selection/SelectionManager.js +2 -3
- package/lib/esm/presentation-frontend/selection/SelectionManager.js.map +1 -1
- package/lib/esm/presentation-frontend/selection/SelectionScopesManager.d.ts +12 -4
- package/lib/esm/presentation-frontend/selection/SelectionScopesManager.d.ts.map +1 -1
- package/lib/esm/presentation-frontend/selection/SelectionScopesManager.js +18 -7
- package/lib/esm/presentation-frontend/selection/SelectionScopesManager.js.map +1 -1
- package/package.json +16 -16
package/package.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@itwin/presentation-frontend",
|
|
3
|
-
"version": "3.
|
|
3
|
+
"version": "3.4.0-dev.0",
|
|
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,22 +22,22 @@
|
|
|
22
22
|
"url": "http://www.bentley.com"
|
|
23
23
|
},
|
|
24
24
|
"peerDependencies": {
|
|
25
|
-
"@itwin/core-bentley": "^3.
|
|
26
|
-
"@itwin/core-common": "^3.
|
|
27
|
-
"@itwin/core-frontend": "^3.
|
|
28
|
-
"@itwin/core-quantity": "^3.
|
|
29
|
-
"@itwin/presentation-common": "^3.
|
|
25
|
+
"@itwin/core-bentley": "^3.4.0-dev.0",
|
|
26
|
+
"@itwin/core-common": "^3.4.0-dev.0",
|
|
27
|
+
"@itwin/core-frontend": "^3.4.0-dev.0",
|
|
28
|
+
"@itwin/core-quantity": "^3.4.0-dev.0",
|
|
29
|
+
"@itwin/presentation-common": "^3.4.0-dev.0"
|
|
30
30
|
},
|
|
31
31
|
"devDependencies": {
|
|
32
|
-
"@itwin/build-tools": "3.
|
|
33
|
-
"@itwin/core-bentley": "3.
|
|
34
|
-
"@itwin/core-common": "3.
|
|
35
|
-
"@itwin/core-frontend": "3.
|
|
36
|
-
"@itwin/core-i18n": "3.
|
|
37
|
-
"@itwin/core-quantity": "3.
|
|
38
|
-
"@itwin/eslint-plugin": "3.
|
|
39
|
-
"@itwin/presentation-common": "3.
|
|
40
|
-
"@types/chai": "
|
|
32
|
+
"@itwin/build-tools": "3.4.0-dev.0",
|
|
33
|
+
"@itwin/core-bentley": "3.4.0-dev.0",
|
|
34
|
+
"@itwin/core-common": "3.4.0-dev.0",
|
|
35
|
+
"@itwin/core-frontend": "3.4.0-dev.0",
|
|
36
|
+
"@itwin/core-i18n": "3.4.0-dev.0",
|
|
37
|
+
"@itwin/core-quantity": "3.4.0-dev.0",
|
|
38
|
+
"@itwin/eslint-plugin": "3.4.0-dev.0",
|
|
39
|
+
"@itwin/presentation-common": "3.4.0-dev.0",
|
|
40
|
+
"@types/chai": "4.3.1",
|
|
41
41
|
"@types/chai-as-promised": "^7",
|
|
42
42
|
"@types/chai-jest-snapshot": "^1.3.0",
|
|
43
43
|
"@types/deep-equal": "^1",
|
|
@@ -56,7 +56,7 @@
|
|
|
56
56
|
"faker": "^4.1.0",
|
|
57
57
|
"jsdom": "^19.0.0",
|
|
58
58
|
"jsdom-global": "3.0.2",
|
|
59
|
-
"mocha": "^
|
|
59
|
+
"mocha": "^10.0.0",
|
|
60
60
|
"nyc": "^15.1.0",
|
|
61
61
|
"rimraf": "^3.0.2",
|
|
62
62
|
"sinon": "^9.0.2",
|