@itwin/presentation-frontend 5.0.0-dev.9 → 5.0.0-dev.92
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 +53 -1
- package/lib/cjs/package.json +1 -0
- package/lib/cjs/presentation-frontend/ConnectivityInformationProvider.d.ts +3 -3
- package/lib/cjs/presentation-frontend/ConnectivityInformationProvider.d.ts.map +1 -1
- package/lib/cjs/presentation-frontend/ConnectivityInformationProvider.js +11 -9
- package/lib/cjs/presentation-frontend/ConnectivityInformationProvider.js.map +1 -1
- package/lib/cjs/presentation-frontend/Diagnostics.js.map +1 -1
- package/lib/cjs/presentation-frontend/FrontendLoggerCategory.js.map +1 -1
- package/lib/cjs/presentation-frontend/IpcRequestsHandler.d.ts +12 -3
- package/lib/cjs/presentation-frontend/IpcRequestsHandler.d.ts.map +1 -1
- package/lib/cjs/presentation-frontend/IpcRequestsHandler.js +7 -7
- package/lib/cjs/presentation-frontend/IpcRequestsHandler.js.map +1 -1
- package/lib/cjs/presentation-frontend/LocalizationHelper.d.ts +1 -1
- package/lib/cjs/presentation-frontend/LocalizationHelper.d.ts.map +1 -1
- package/lib/cjs/presentation-frontend/LocalizationHelper.js +7 -6
- package/lib/cjs/presentation-frontend/LocalizationHelper.js.map +1 -1
- package/lib/cjs/presentation-frontend/Presentation.d.ts +15 -5
- package/lib/cjs/presentation-frontend/Presentation.d.ts.map +1 -1
- package/lib/cjs/presentation-frontend/Presentation.js +30 -21
- package/lib/cjs/presentation-frontend/Presentation.js.map +1 -1
- package/lib/cjs/presentation-frontend/PresentationManager.d.ts +9 -6
- package/lib/cjs/presentation-frontend/PresentationManager.d.ts.map +1 -1
- package/lib/cjs/presentation-frontend/PresentationManager.js +55 -44
- package/lib/cjs/presentation-frontend/PresentationManager.js.map +1 -1
- package/lib/cjs/presentation-frontend/RulesetManager.js +2 -4
- package/lib/cjs/presentation-frontend/RulesetManager.js.map +1 -1
- package/lib/cjs/presentation-frontend/RulesetVariablesManager.d.ts +1 -1
- package/lib/cjs/presentation-frontend/RulesetVariablesManager.d.ts.map +1 -1
- package/lib/cjs/presentation-frontend/RulesetVariablesManager.js +4 -2
- package/lib/cjs/presentation-frontend/RulesetVariablesManager.js.map +1 -1
- package/lib/cjs/presentation-frontend/StreamedResponseGenerator.d.ts +1 -1
- package/lib/cjs/presentation-frontend/StreamedResponseGenerator.d.ts.map +1 -1
- package/lib/cjs/presentation-frontend/StreamedResponseGenerator.js +1 -0
- package/lib/cjs/presentation-frontend/StreamedResponseGenerator.js.map +1 -1
- package/lib/cjs/presentation-frontend/favorite-properties/FavoritePropertiesManager.d.ts +6 -4
- package/lib/cjs/presentation-frontend/favorite-properties/FavoritePropertiesManager.d.ts.map +1 -1
- package/lib/cjs/presentation-frontend/favorite-properties/FavoritePropertiesManager.js +157 -142
- package/lib/cjs/presentation-frontend/favorite-properties/FavoritePropertiesManager.js.map +1 -1
- package/lib/cjs/presentation-frontend/favorite-properties/FavoritePropertiesStorage.d.ts +4 -5
- package/lib/cjs/presentation-frontend/favorite-properties/FavoritePropertiesStorage.d.ts.map +1 -1
- package/lib/cjs/presentation-frontend/favorite-properties/FavoritePropertiesStorage.js +27 -29
- package/lib/cjs/presentation-frontend/favorite-properties/FavoritePropertiesStorage.js.map +1 -1
- package/lib/cjs/presentation-frontend/selection/HiliteSetProvider.d.ts +3 -0
- package/lib/cjs/presentation-frontend/selection/HiliteSetProvider.d.ts.map +1 -1
- package/lib/cjs/presentation-frontend/selection/HiliteSetProvider.js +8 -2
- package/lib/cjs/presentation-frontend/selection/HiliteSetProvider.js.map +1 -1
- package/lib/cjs/presentation-frontend/selection/ISelectionProvider.d.ts +2 -1
- package/lib/cjs/presentation-frontend/selection/ISelectionProvider.d.ts.map +1 -1
- package/lib/cjs/presentation-frontend/selection/ISelectionProvider.js +1 -0
- package/lib/cjs/presentation-frontend/selection/ISelectionProvider.js.map +1 -1
- package/lib/cjs/presentation-frontend/selection/SelectionChangeEvent.d.ts +5 -1
- package/lib/cjs/presentation-frontend/selection/SelectionChangeEvent.d.ts.map +1 -1
- package/lib/cjs/presentation-frontend/selection/SelectionChangeEvent.js +3 -0
- package/lib/cjs/presentation-frontend/selection/SelectionChangeEvent.js.map +1 -1
- package/lib/cjs/presentation-frontend/selection/SelectionHandler.d.ts +8 -5
- package/lib/cjs/presentation-frontend/selection/SelectionHandler.d.ts.map +1 -1
- package/lib/cjs/presentation-frontend/selection/SelectionHandler.js +35 -13
- package/lib/cjs/presentation-frontend/selection/SelectionHandler.js.map +1 -1
- package/lib/cjs/presentation-frontend/selection/SelectionHelper.d.ts +2 -0
- package/lib/cjs/presentation-frontend/selection/SelectionHelper.d.ts.map +1 -1
- package/lib/cjs/presentation-frontend/selection/SelectionHelper.js +3 -1
- package/lib/cjs/presentation-frontend/selection/SelectionHelper.js.map +1 -1
- package/lib/cjs/presentation-frontend/selection/SelectionManager.d.ts +31 -11
- package/lib/cjs/presentation-frontend/selection/SelectionManager.d.ts.map +1 -1
- package/lib/cjs/presentation-frontend/selection/SelectionManager.js +217 -112
- package/lib/cjs/presentation-frontend/selection/SelectionManager.js.map +1 -1
- package/lib/cjs/presentation-frontend/selection/SelectionScopesManager.d.ts +5 -8
- package/lib/cjs/presentation-frontend/selection/SelectionScopesManager.d.ts.map +1 -1
- package/lib/cjs/presentation-frontend/selection/SelectionScopesManager.js +6 -11
- package/lib/cjs/presentation-frontend/selection/SelectionScopesManager.js.map +1 -1
- package/lib/cjs/presentation-frontend.d.ts +15 -15
- package/lib/cjs/presentation-frontend.d.ts.map +1 -1
- package/lib/cjs/presentation-frontend.js +30 -29
- package/lib/cjs/presentation-frontend.js.map +1 -1
- package/lib/esm/presentation-frontend/ConnectivityInformationProvider.d.ts +3 -3
- package/lib/esm/presentation-frontend/ConnectivityInformationProvider.d.ts.map +1 -1
- package/lib/esm/presentation-frontend/ConnectivityInformationProvider.js +11 -9
- package/lib/esm/presentation-frontend/ConnectivityInformationProvider.js.map +1 -1
- package/lib/esm/presentation-frontend/Diagnostics.js.map +1 -1
- package/lib/esm/presentation-frontend/FrontendLoggerCategory.js.map +1 -1
- package/lib/esm/presentation-frontend/IpcRequestsHandler.d.ts +12 -3
- package/lib/esm/presentation-frontend/IpcRequestsHandler.d.ts.map +1 -1
- package/lib/esm/presentation-frontend/IpcRequestsHandler.js +8 -8
- package/lib/esm/presentation-frontend/IpcRequestsHandler.js.map +1 -1
- package/lib/esm/presentation-frontend/LocalizationHelper.d.ts +1 -1
- package/lib/esm/presentation-frontend/LocalizationHelper.d.ts.map +1 -1
- package/lib/esm/presentation-frontend/LocalizationHelper.js +3 -2
- package/lib/esm/presentation-frontend/LocalizationHelper.js.map +1 -1
- package/lib/esm/presentation-frontend/Presentation.d.ts +15 -5
- package/lib/esm/presentation-frontend/Presentation.d.ts.map +1 -1
- package/lib/esm/presentation-frontend/Presentation.js +23 -14
- package/lib/esm/presentation-frontend/Presentation.js.map +1 -1
- package/lib/esm/presentation-frontend/PresentationManager.d.ts +9 -6
- package/lib/esm/presentation-frontend/PresentationManager.d.ts.map +1 -1
- package/lib/esm/presentation-frontend/PresentationManager.js +43 -32
- package/lib/esm/presentation-frontend/PresentationManager.js.map +1 -1
- package/lib/esm/presentation-frontend/RulesetManager.js +2 -4
- package/lib/esm/presentation-frontend/RulesetManager.js.map +1 -1
- package/lib/esm/presentation-frontend/RulesetVariablesManager.d.ts +1 -1
- package/lib/esm/presentation-frontend/RulesetVariablesManager.d.ts.map +1 -1
- package/lib/esm/presentation-frontend/RulesetVariablesManager.js +4 -2
- package/lib/esm/presentation-frontend/RulesetVariablesManager.js.map +1 -1
- package/lib/esm/presentation-frontend/StreamedResponseGenerator.d.ts +1 -1
- package/lib/esm/presentation-frontend/StreamedResponseGenerator.d.ts.map +1 -1
- package/lib/esm/presentation-frontend/StreamedResponseGenerator.js +1 -0
- package/lib/esm/presentation-frontend/StreamedResponseGenerator.js.map +1 -1
- package/lib/esm/presentation-frontend/favorite-properties/FavoritePropertiesManager.d.ts +6 -4
- package/lib/esm/presentation-frontend/favorite-properties/FavoritePropertiesManager.d.ts.map +1 -1
- package/lib/esm/presentation-frontend/favorite-properties/FavoritePropertiesManager.js +158 -143
- package/lib/esm/presentation-frontend/favorite-properties/FavoritePropertiesManager.js.map +1 -1
- package/lib/esm/presentation-frontend/favorite-properties/FavoritePropertiesStorage.d.ts +4 -5
- package/lib/esm/presentation-frontend/favorite-properties/FavoritePropertiesStorage.d.ts.map +1 -1
- package/lib/esm/presentation-frontend/favorite-properties/FavoritePropertiesStorage.js +27 -29
- package/lib/esm/presentation-frontend/favorite-properties/FavoritePropertiesStorage.js.map +1 -1
- package/lib/esm/presentation-frontend/selection/HiliteSetProvider.d.ts +3 -0
- package/lib/esm/presentation-frontend/selection/HiliteSetProvider.d.ts.map +1 -1
- package/lib/esm/presentation-frontend/selection/HiliteSetProvider.js +8 -2
- package/lib/esm/presentation-frontend/selection/HiliteSetProvider.js.map +1 -1
- package/lib/esm/presentation-frontend/selection/ISelectionProvider.d.ts +2 -1
- package/lib/esm/presentation-frontend/selection/ISelectionProvider.d.ts.map +1 -1
- package/lib/esm/presentation-frontend/selection/ISelectionProvider.js +1 -0
- package/lib/esm/presentation-frontend/selection/ISelectionProvider.js.map +1 -1
- package/lib/esm/presentation-frontend/selection/SelectionChangeEvent.d.ts +5 -1
- package/lib/esm/presentation-frontend/selection/SelectionChangeEvent.d.ts.map +1 -1
- package/lib/esm/presentation-frontend/selection/SelectionChangeEvent.js +3 -0
- package/lib/esm/presentation-frontend/selection/SelectionChangeEvent.js.map +1 -1
- package/lib/esm/presentation-frontend/selection/SelectionHandler.d.ts +8 -5
- package/lib/esm/presentation-frontend/selection/SelectionHandler.d.ts.map +1 -1
- package/lib/esm/presentation-frontend/selection/SelectionHandler.js +35 -13
- package/lib/esm/presentation-frontend/selection/SelectionHandler.js.map +1 -1
- package/lib/esm/presentation-frontend/selection/SelectionHelper.d.ts +2 -0
- package/lib/esm/presentation-frontend/selection/SelectionHelper.d.ts.map +1 -1
- package/lib/esm/presentation-frontend/selection/SelectionHelper.js +3 -1
- package/lib/esm/presentation-frontend/selection/SelectionHelper.js.map +1 -1
- package/lib/esm/presentation-frontend/selection/SelectionManager.d.ts +31 -11
- package/lib/esm/presentation-frontend/selection/SelectionManager.d.ts.map +1 -1
- package/lib/esm/presentation-frontend/selection/SelectionManager.js +203 -98
- package/lib/esm/presentation-frontend/selection/SelectionManager.js.map +1 -1
- package/lib/esm/presentation-frontend/selection/SelectionScopesManager.d.ts +5 -8
- package/lib/esm/presentation-frontend/selection/SelectionScopesManager.d.ts.map +1 -1
- package/lib/esm/presentation-frontend/selection/SelectionScopesManager.js +6 -10
- package/lib/esm/presentation-frontend/selection/SelectionScopesManager.js.map +1 -1
- package/lib/esm/presentation-frontend.d.ts +15 -15
- package/lib/esm/presentation-frontend.d.ts.map +1 -1
- package/lib/esm/presentation-frontend.js +12 -15
- package/lib/esm/presentation-frontend.js.map +1 -1
- package/package.json +42 -42
package/package.json
CHANGED
|
@@ -1,10 +1,7 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@itwin/presentation-frontend",
|
|
3
|
-
"version": "5.0.0-dev.
|
|
3
|
+
"version": "5.0.0-dev.92",
|
|
4
4
|
"description": "Frontend of iModel.js Presentation library",
|
|
5
|
-
"main": "lib/cjs/presentation-frontend.js",
|
|
6
|
-
"module": "lib/esm/presentation-frontend.js",
|
|
7
|
-
"typings": "lib/cjs/presentation-frontend",
|
|
8
5
|
"license": "MIT",
|
|
9
6
|
"repository": {
|
|
10
7
|
"type": "git",
|
|
@@ -22,18 +19,29 @@
|
|
|
22
19
|
"name": "Bentley Systems, Inc.",
|
|
23
20
|
"url": "http://www.bentley.com"
|
|
24
21
|
},
|
|
22
|
+
"type": "module",
|
|
23
|
+
"main": "lib/cjs/presentation-frontend.js",
|
|
24
|
+
"types": "lib/cjs/presentation-frontend",
|
|
25
|
+
"module": "lib/esm/presentation-frontend.js",
|
|
26
|
+
"exports": {
|
|
27
|
+
".": {
|
|
28
|
+
"import": "./lib/esm/presentation-frontend.js",
|
|
29
|
+
"require": "./lib/cjs/presentation-frontend.js"
|
|
30
|
+
},
|
|
31
|
+
"./package.json": "./package.json"
|
|
32
|
+
},
|
|
25
33
|
"dependencies": {
|
|
26
|
-
"@itwin/unified-selection": "^1.
|
|
34
|
+
"@itwin/unified-selection": "^1.2.0",
|
|
27
35
|
"rxjs": "^7.8.1",
|
|
28
36
|
"rxjs-for-await": "^1.0.0"
|
|
29
37
|
},
|
|
30
38
|
"peerDependencies": {
|
|
31
|
-
"@itwin/core-bentley": "
|
|
32
|
-
"@itwin/core-
|
|
33
|
-
"@itwin/core-
|
|
34
|
-
"@itwin/
|
|
35
|
-
"@itwin/
|
|
36
|
-
"@itwin/presentation-common": "
|
|
39
|
+
"@itwin/core-bentley": "5.0.0-dev.92",
|
|
40
|
+
"@itwin/core-quantity": "5.0.0-dev.92",
|
|
41
|
+
"@itwin/core-common": "5.0.0-dev.92",
|
|
42
|
+
"@itwin/ecschema-metadata": "5.0.0-dev.92",
|
|
43
|
+
"@itwin/core-frontend": "5.0.0-dev.92",
|
|
44
|
+
"@itwin/presentation-common": "5.0.0-dev.92"
|
|
37
45
|
},
|
|
38
46
|
"devDependencies": {
|
|
39
47
|
"@itwin/eslint-plugin": "5.0.0-dev.1",
|
|
@@ -41,59 +49,51 @@
|
|
|
41
49
|
"@types/chai-as-promised": "^7",
|
|
42
50
|
"@types/chai-jest-snapshot": "^1.3.8",
|
|
43
51
|
"@types/deep-equal": "^1",
|
|
44
|
-
"@types/
|
|
52
|
+
"@types/jsdom": "^21.1.7",
|
|
45
53
|
"@types/mocha": "^10.0.6",
|
|
54
|
+
"@types/node": "~20.17.0",
|
|
46
55
|
"@types/sinon": "^17.0.2",
|
|
47
56
|
"@types/sinon-chai": "^3.2.0",
|
|
57
|
+
"c8": "^10.1.3",
|
|
48
58
|
"chai": "^4.3.10",
|
|
49
59
|
"chai-as-promised": "^7.1.1",
|
|
50
60
|
"chai-jest-snapshot": "^2.0.0",
|
|
51
|
-
"cpx2": "^
|
|
61
|
+
"cpx2": "^8.0.0",
|
|
52
62
|
"cross-env": "^7.0.3",
|
|
53
63
|
"deep-equal": "^1",
|
|
54
64
|
"eslint": "^9.13.0",
|
|
55
65
|
"eslint-config-prettier": "^9.1.0",
|
|
56
|
-
"
|
|
57
|
-
"
|
|
58
|
-
"jsdom-global": "3.0.2",
|
|
59
|
-
"mocha": "^10.2.0",
|
|
60
|
-
"nyc": "^15.1.0",
|
|
66
|
+
"jsdom": "^26.0.0",
|
|
67
|
+
"mocha": "^11.1.0",
|
|
61
68
|
"prettier": "^3.2.5",
|
|
62
|
-
"rimraf": "^
|
|
69
|
+
"rimraf": "^6.0.1",
|
|
63
70
|
"sinon": "^17.0.2",
|
|
64
71
|
"sinon-chai": "^3.7.0",
|
|
65
|
-
"source-map-support": "^0.5.6",
|
|
66
72
|
"typemoq": "^2.1.0",
|
|
67
73
|
"typescript": "~5.6.2",
|
|
68
|
-
"@itwin/
|
|
69
|
-
"@itwin/core-frontend": "5.0.0-dev.
|
|
70
|
-
"@itwin/
|
|
71
|
-
"@itwin/
|
|
72
|
-
"@itwin/core-
|
|
73
|
-
"@itwin/
|
|
74
|
-
"@itwin/
|
|
75
|
-
"
|
|
76
|
-
|
|
77
|
-
"nyc": {
|
|
78
|
-
"extends": "./node_modules/@itwin/build-tools/.nycrc"
|
|
74
|
+
"@itwin/build-tools": "5.0.0-dev.92",
|
|
75
|
+
"@itwin/core-frontend": "5.0.0-dev.92",
|
|
76
|
+
"@itwin/core-common": "5.0.0-dev.92",
|
|
77
|
+
"@itwin/ecschema-metadata": "5.0.0-dev.92",
|
|
78
|
+
"@itwin/core-quantity": "5.0.0-dev.92",
|
|
79
|
+
"@itwin/core-bentley": "5.0.0-dev.92",
|
|
80
|
+
"@itwin/presentation-common": "5.0.0-dev.92",
|
|
81
|
+
"internal-tools": "3.0.0-dev.69",
|
|
82
|
+
"@itwin/core-i18n": "5.0.0-dev.92"
|
|
79
83
|
},
|
|
80
84
|
"scripts": {
|
|
81
85
|
"build": "npm run -s build:cjs && npm run -s build:esm",
|
|
82
|
-
"build:cjs": "
|
|
83
|
-
"build:esm": "
|
|
84
|
-
"
|
|
85
|
-
"
|
|
86
|
-
"build:watch": "npm run -s build:cjs -- -w",
|
|
87
|
-
"clean": "rimraf lib .rush/temp/package-deps*.json",
|
|
88
|
-
"cover": "nyc npm -s test",
|
|
86
|
+
"build:cjs": "internal-tools build-cjs",
|
|
87
|
+
"build:esm": "tsc -p tsconfig.esm.json",
|
|
88
|
+
"clean": "rimraf -g lib .rush/temp/package-deps*.json",
|
|
89
|
+
"cover": "c8 npm -s test",
|
|
89
90
|
"docs": "npm run -s docs:reference && npm run -s docs:changelog",
|
|
90
91
|
"docs:changelog": "cpx ./CHANGELOG.md ../../generated-docs/presentation/presentation-frontend",
|
|
91
|
-
"docs:reference": "betools docs --json=../../generated-docs/presentation/presentation-frontend/file.json --tsIndexFile=presentation-frontend.ts --onlyJson",
|
|
92
|
+
"docs:reference": "betools docs --json=../../generated-docs/presentation/presentation-frontend/file.json --tsIndexFile=presentation-frontend.ts --tsconfig=tsconfig.esm.json --onlyJson",
|
|
92
93
|
"extract": "betools extract --fileExt=ts --extractFrom=./src/test --recursive --out=../../generated-docs/extract",
|
|
93
|
-
"extract-api": "betools extract-api --entry=presentation-frontend",
|
|
94
|
+
"extract-api": "betools extract-api --entry=lib/esm/presentation-frontend",
|
|
94
95
|
"lint": "eslint \"./src/**/*.ts\" 1>&2",
|
|
95
|
-
"test": "mocha -
|
|
96
|
-
"test:watch": "npm -s test -- --reporter min --watch-extensions ts --watch",
|
|
96
|
+
"test": "mocha --enable-source-maps --config ./.mocharc.json",
|
|
97
97
|
"prettier:fix": "prettier --write ."
|
|
98
98
|
}
|
|
99
99
|
}
|