@itwin/presentation-frontend 3.4.0-dev.9 → 3.5.0-dev.5
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 +23 -1
- package/lib/cjs/presentation-frontend/Diagnostics.d.ts +4 -2
- package/lib/cjs/presentation-frontend/Diagnostics.d.ts.map +1 -1
- package/lib/cjs/presentation-frontend/Diagnostics.js +4 -2
- package/lib/cjs/presentation-frontend/Diagnostics.js.map +1 -1
- package/lib/cjs/presentation-frontend/LocalizationHelper.d.ts +6 -10
- package/lib/cjs/presentation-frontend/LocalizationHelper.d.ts.map +1 -1
- package/lib/cjs/presentation-frontend/LocalizationHelper.js +13 -39
- package/lib/cjs/presentation-frontend/LocalizationHelper.js.map +1 -1
- package/lib/cjs/presentation-frontend/Presentation.js +2 -2
- package/lib/cjs/presentation-frontend/Presentation.js.map +1 -1
- package/lib/cjs/presentation-frontend/PresentationManager.d.ts +3 -2
- package/lib/cjs/presentation-frontend/PresentationManager.d.ts.map +1 -1
- package/lib/cjs/presentation-frontend/PresentationManager.js +9 -3
- package/lib/cjs/presentation-frontend/PresentationManager.js.map +1 -1
- package/lib/esm/presentation-frontend/Diagnostics.d.ts +4 -2
- package/lib/esm/presentation-frontend/Diagnostics.d.ts.map +1 -1
- package/lib/esm/presentation-frontend/Diagnostics.js +4 -2
- package/lib/esm/presentation-frontend/Diagnostics.js.map +1 -1
- package/lib/esm/presentation-frontend/LocalizationHelper.d.ts +6 -10
- package/lib/esm/presentation-frontend/LocalizationHelper.d.ts.map +1 -1
- package/lib/esm/presentation-frontend/LocalizationHelper.js +12 -38
- package/lib/esm/presentation-frontend/LocalizationHelper.js.map +1 -1
- package/lib/esm/presentation-frontend/Presentation.js +3 -3
- package/lib/esm/presentation-frontend/Presentation.js.map +1 -1
- package/lib/esm/presentation-frontend/PresentationManager.d.ts +3 -2
- package/lib/esm/presentation-frontend/PresentationManager.d.ts.map +1 -1
- package/lib/esm/presentation-frontend/PresentationManager.js +10 -4
- package/lib/esm/presentation-frontend/PresentationManager.js.map +1 -1
- package/package.json +15 -15
package/package.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@itwin/presentation-frontend",
|
|
3
|
-
"version": "3.
|
|
3
|
+
"version": "3.5.0-dev.5",
|
|
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,28 +22,28 @@
|
|
|
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.5.0-dev.5",
|
|
26
|
+
"@itwin/core-common": "^3.5.0-dev.5",
|
|
27
|
+
"@itwin/core-frontend": "^3.5.0-dev.5",
|
|
28
|
+
"@itwin/core-quantity": "^3.5.0-dev.5",
|
|
29
|
+
"@itwin/presentation-common": "^3.5.0-dev.5"
|
|
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.
|
|
32
|
+
"@itwin/build-tools": "3.5.0-dev.5",
|
|
33
|
+
"@itwin/core-bentley": "3.5.0-dev.5",
|
|
34
|
+
"@itwin/core-common": "3.5.0-dev.5",
|
|
35
|
+
"@itwin/core-frontend": "3.5.0-dev.5",
|
|
36
|
+
"@itwin/core-i18n": "3.5.0-dev.5",
|
|
37
|
+
"@itwin/core-quantity": "3.5.0-dev.5",
|
|
38
|
+
"@itwin/eslint-plugin": "3.5.0-dev.5",
|
|
39
|
+
"@itwin/presentation-common": "3.5.0-dev.5",
|
|
40
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",
|
|
44
44
|
"@types/faker": "^4.1.0",
|
|
45
45
|
"@types/mocha": "^8.2.2",
|
|
46
|
-
"@types/node": "16.11.
|
|
46
|
+
"@types/node": "16.11.59",
|
|
47
47
|
"@types/sinon": "^9.0.0",
|
|
48
48
|
"@types/sinon-chai": "^3.2.0",
|
|
49
49
|
"chai": "^4.1.2",
|