@itwin/appui-react 3.3.0-dev.4 → 3.3.0-dev.42
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 +43 -1
- package/lib/cjs/appui-react/UiFramework.d.ts +3 -0
- package/lib/cjs/appui-react/UiFramework.d.ts.map +1 -1
- package/lib/cjs/appui-react/UiFramework.js +9 -0
- package/lib/cjs/appui-react/UiFramework.js.map +1 -1
- package/lib/cjs/appui-react/configurableui/state.d.ts +4 -1
- package/lib/cjs/appui-react/configurableui/state.d.ts.map +1 -1
- package/lib/cjs/appui-react/configurableui/state.js +6 -0
- package/lib/cjs/appui-react/configurableui/state.js.map +1 -1
- package/lib/cjs/appui-react/content/ContentGroup.d.ts.map +1 -1
- package/lib/cjs/appui-react/content/ContentGroup.js +0 -2
- package/lib/cjs/appui-react/content/ContentGroup.js.map +1 -1
- package/lib/cjs/appui-react/content/ContentViewManager.d.ts.map +1 -1
- package/lib/cjs/appui-react/content/ContentViewManager.js +6 -2
- package/lib/cjs/appui-react/content/ContentViewManager.js.map +1 -1
- package/lib/cjs/appui-react/frontstage/FrontstageManager.d.ts.map +1 -1
- package/lib/cjs/appui-react/frontstage/FrontstageManager.js +2 -0
- package/lib/cjs/appui-react/frontstage/FrontstageManager.js.map +1 -1
- package/lib/cjs/appui-react/imodel-components/models-tree/Hierarchy.GroupedByClass.json +2 -0
- package/lib/cjs/appui-react/imodel-components/models-tree/Hierarchy.json +2 -0
- package/lib/cjs/appui-react/imodel-components/models-tree/ModelsVisibilityHandler.js +39 -27
- package/lib/cjs/appui-react/imodel-components/models-tree/ModelsVisibilityHandler.js.map +1 -1
- package/lib/cjs/appui-react/popup/KeyinPalettePanel.d.ts.map +1 -1
- package/lib/cjs/appui-react/popup/KeyinPalettePanel.js +13 -10
- package/lib/cjs/appui-react/popup/KeyinPalettePanel.js.map +1 -1
- package/lib/cjs/appui-react/redux/FrameworkState.d.ts +1 -1
- package/lib/cjs/appui-react/settings/ui/UiSettingsPage.d.ts.map +1 -1
- package/lib/cjs/appui-react/settings/ui/UiSettingsPage.js +12 -3
- package/lib/cjs/appui-react/settings/ui/UiSettingsPage.js.map +1 -1
- package/lib/cjs/appui-react/statusfields/SelectionScope.js +1 -1
- package/lib/cjs/appui-react/statusfields/SelectionScope.js.map +1 -1
- package/lib/cjs/appui-react/uistate/AppUiSettings.d.ts +2 -0
- package/lib/cjs/appui-react/uistate/AppUiSettings.d.ts.map +1 -1
- package/lib/cjs/appui-react/uistate/AppUiSettings.js +4 -0
- package/lib/cjs/appui-react/uistate/AppUiSettings.js.map +1 -1
- package/lib/cjs/appui-react/widget-panels/Frontstage.d.ts +1 -1
- package/lib/cjs/appui-react/widget-panels/Frontstage.d.ts.map +1 -1
- package/lib/cjs/appui-react/widget-panels/Frontstage.js +35 -2
- package/lib/cjs/appui-react/widget-panels/Frontstage.js.map +1 -1
- package/lib/esm/appui-react/UiFramework.d.ts +3 -0
- package/lib/esm/appui-react/UiFramework.d.ts.map +1 -1
- package/lib/esm/appui-react/UiFramework.js +9 -0
- package/lib/esm/appui-react/UiFramework.js.map +1 -1
- package/lib/esm/appui-react/configurableui/state.d.ts +4 -1
- package/lib/esm/appui-react/configurableui/state.d.ts.map +1 -1
- package/lib/esm/appui-react/configurableui/state.js +6 -0
- package/lib/esm/appui-react/configurableui/state.js.map +1 -1
- package/lib/esm/appui-react/content/ContentGroup.d.ts.map +1 -1
- package/lib/esm/appui-react/content/ContentGroup.js +0 -2
- package/lib/esm/appui-react/content/ContentGroup.js.map +1 -1
- package/lib/esm/appui-react/content/ContentViewManager.d.ts.map +1 -1
- package/lib/esm/appui-react/content/ContentViewManager.js +6 -2
- package/lib/esm/appui-react/content/ContentViewManager.js.map +1 -1
- package/lib/esm/appui-react/frontstage/FrontstageManager.d.ts.map +1 -1
- package/lib/esm/appui-react/frontstage/FrontstageManager.js +2 -0
- package/lib/esm/appui-react/frontstage/FrontstageManager.js.map +1 -1
- package/lib/esm/appui-react/imodel-components/models-tree/Hierarchy.GroupedByClass.json +2 -0
- package/lib/esm/appui-react/imodel-components/models-tree/Hierarchy.json +2 -0
- package/lib/esm/appui-react/imodel-components/models-tree/ModelsVisibilityHandler.js +39 -27
- package/lib/esm/appui-react/imodel-components/models-tree/ModelsVisibilityHandler.js.map +1 -1
- package/lib/esm/appui-react/popup/KeyinPalettePanel.d.ts.map +1 -1
- package/lib/esm/appui-react/popup/KeyinPalettePanel.js +13 -10
- package/lib/esm/appui-react/popup/KeyinPalettePanel.js.map +1 -1
- package/lib/esm/appui-react/redux/FrameworkState.d.ts +1 -1
- package/lib/esm/appui-react/settings/ui/UiSettingsPage.d.ts.map +1 -1
- package/lib/esm/appui-react/settings/ui/UiSettingsPage.js +12 -3
- package/lib/esm/appui-react/settings/ui/UiSettingsPage.js.map +1 -1
- package/lib/esm/appui-react/statusfields/SelectionScope.js +1 -1
- package/lib/esm/appui-react/statusfields/SelectionScope.js.map +1 -1
- package/lib/esm/appui-react/uistate/AppUiSettings.d.ts +2 -0
- package/lib/esm/appui-react/uistate/AppUiSettings.d.ts.map +1 -1
- package/lib/esm/appui-react/uistate/AppUiSettings.js +4 -0
- package/lib/esm/appui-react/uistate/AppUiSettings.js.map +1 -1
- package/lib/esm/appui-react/widget-panels/Frontstage.d.ts +1 -1
- package/lib/esm/appui-react/widget-panels/Frontstage.d.ts.map +1 -1
- package/lib/esm/appui-react/widget-panels/Frontstage.js +35 -2
- package/lib/esm/appui-react/widget-panels/Frontstage.js.map +1 -1
- package/lib/public/locales/en/UiFramework.json +6 -1
- package/package.json +37 -37
package/package.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@itwin/appui-react",
|
|
3
|
-
"version": "3.3.0-dev.
|
|
3
|
+
"version": "3.3.0-dev.42",
|
|
4
4
|
"description": "UI framework",
|
|
5
5
|
"main": "lib/cjs/appui-react.js",
|
|
6
6
|
"module": "lib/esm/appui-react.js",
|
|
@@ -20,19 +20,19 @@
|
|
|
20
20
|
"url": "http://www.bentley.com"
|
|
21
21
|
},
|
|
22
22
|
"peerDependencies": {
|
|
23
|
-
"@itwin/appui-abstract": "^3.3.0-dev.
|
|
24
|
-
"@itwin/appui-layout-react": "^3.3.0-dev.
|
|
25
|
-
"@itwin/components-react": "^3.3.0-dev.
|
|
26
|
-
"@itwin/core-bentley": "^3.3.0-dev.
|
|
27
|
-
"@itwin/core-common": "^3.3.0-dev.
|
|
28
|
-
"@itwin/core-frontend": "^3.3.0-dev.
|
|
29
|
-
"@itwin/core-geometry": "^3.3.0-dev.
|
|
30
|
-
"@itwin/core-markup": "^3.3.0-dev.
|
|
31
|
-
"@itwin/core-quantity": "^3.3.0-dev.
|
|
32
|
-
"@itwin/core-react": "^3.3.0-dev.
|
|
33
|
-
"@itwin/imodel-components-react": "^3.3.0-dev.
|
|
34
|
-
"@itwin/presentation-common": "^3.3.0-dev.
|
|
35
|
-
"@itwin/presentation-frontend": "^3.3.0-dev.
|
|
23
|
+
"@itwin/appui-abstract": "^3.3.0-dev.42",
|
|
24
|
+
"@itwin/appui-layout-react": "^3.3.0-dev.42",
|
|
25
|
+
"@itwin/components-react": "^3.3.0-dev.42",
|
|
26
|
+
"@itwin/core-bentley": "^3.3.0-dev.42",
|
|
27
|
+
"@itwin/core-common": "^3.3.0-dev.42",
|
|
28
|
+
"@itwin/core-frontend": "^3.3.0-dev.42",
|
|
29
|
+
"@itwin/core-geometry": "^3.3.0-dev.42",
|
|
30
|
+
"@itwin/core-markup": "^3.3.0-dev.42",
|
|
31
|
+
"@itwin/core-quantity": "^3.3.0-dev.42",
|
|
32
|
+
"@itwin/core-react": "^3.3.0-dev.42",
|
|
33
|
+
"@itwin/imodel-components-react": "^3.3.0-dev.42",
|
|
34
|
+
"@itwin/presentation-common": "^3.3.0-dev.42",
|
|
35
|
+
"@itwin/presentation-frontend": "^3.3.0-dev.42",
|
|
36
36
|
"react": "^17.0.0",
|
|
37
37
|
"react-dom": "^17.0.0",
|
|
38
38
|
"react-redux": "^7.2.2",
|
|
@@ -43,25 +43,25 @@
|
|
|
43
43
|
"NOTE: All tools used by scripts in this package must be listed as devDependencies"
|
|
44
44
|
],
|
|
45
45
|
"devDependencies": {
|
|
46
|
-
"@itwin/appui-abstract": "3.3.0-dev.
|
|
47
|
-
"@itwin/appui-layout-react": "3.3.0-dev.
|
|
48
|
-
"@itwin/build-tools": "3.3.0-dev.
|
|
49
|
-
"@itwin/components-react": "3.3.0-dev.
|
|
50
|
-
"@itwin/core-bentley": "3.3.0-dev.
|
|
51
|
-
"@itwin/core-common": "3.3.0-dev.
|
|
52
|
-
"@itwin/core-frontend": "3.3.0-dev.
|
|
53
|
-
"@itwin/core-geometry": "3.3.0-dev.
|
|
54
|
-
"@itwin/core-markup": "3.3.0-dev.
|
|
55
|
-
"@itwin/core-quantity": "3.3.0-dev.
|
|
56
|
-
"@itwin/core-react": "3.3.0-dev.
|
|
57
|
-
"@itwin/eslint-plugin": "3.3.0-dev.
|
|
58
|
-
"@itwin/imodel-components-react": "3.3.0-dev.
|
|
59
|
-
"@itwin/presentation-common": "3.3.0-dev.
|
|
60
|
-
"@itwin/presentation-frontend": "3.3.0-dev.
|
|
61
|
-
"@itwin/presentation-testing": "3.3.0-dev.
|
|
46
|
+
"@itwin/appui-abstract": "3.3.0-dev.42",
|
|
47
|
+
"@itwin/appui-layout-react": "3.3.0-dev.42",
|
|
48
|
+
"@itwin/build-tools": "3.3.0-dev.42",
|
|
49
|
+
"@itwin/components-react": "3.3.0-dev.42",
|
|
50
|
+
"@itwin/core-bentley": "3.3.0-dev.42",
|
|
51
|
+
"@itwin/core-common": "3.3.0-dev.42",
|
|
52
|
+
"@itwin/core-frontend": "3.3.0-dev.42",
|
|
53
|
+
"@itwin/core-geometry": "3.3.0-dev.42",
|
|
54
|
+
"@itwin/core-markup": "3.3.0-dev.42",
|
|
55
|
+
"@itwin/core-quantity": "3.3.0-dev.42",
|
|
56
|
+
"@itwin/core-react": "3.3.0-dev.42",
|
|
57
|
+
"@itwin/eslint-plugin": "3.3.0-dev.42",
|
|
58
|
+
"@itwin/imodel-components-react": "3.3.0-dev.42",
|
|
59
|
+
"@itwin/presentation-common": "3.3.0-dev.42",
|
|
60
|
+
"@itwin/presentation-frontend": "3.3.0-dev.42",
|
|
61
|
+
"@itwin/presentation-testing": "3.3.0-dev.42",
|
|
62
62
|
"@testing-library/react": "^12.0.0",
|
|
63
63
|
"@testing-library/react-hooks": "^7.0.2",
|
|
64
|
-
"@types/chai": "
|
|
64
|
+
"@types/chai": "4.3.1",
|
|
65
65
|
"@types/chai-as-promised": "^7",
|
|
66
66
|
"@types/chai-jest-snapshot": "^1.3.0",
|
|
67
67
|
"@types/chai-spies": "^1.0.0",
|
|
@@ -82,14 +82,14 @@
|
|
|
82
82
|
"chai-jest-snapshot": "^2.0.0",
|
|
83
83
|
"chai-spies": "1.0.0",
|
|
84
84
|
"cpx2": "^3.0.0",
|
|
85
|
-
"enzyme": "
|
|
85
|
+
"enzyme": "3.10.0",
|
|
86
86
|
"enzyme-to-json": "^3.3.4",
|
|
87
87
|
"eslint": "^7.11.0",
|
|
88
88
|
"faker": "^4.1.0",
|
|
89
89
|
"ignore-styles": "^5.0.1",
|
|
90
90
|
"jsdom": "^19.0.0",
|
|
91
91
|
"jsdom-global": "3.0.2",
|
|
92
|
-
"mocha": "^
|
|
92
|
+
"mocha": "^10.0.0",
|
|
93
93
|
"npm-run-all": "^4.1.5",
|
|
94
94
|
"nyc": "^15.1.0",
|
|
95
95
|
"raf": "^3.4.0",
|
|
@@ -101,7 +101,7 @@
|
|
|
101
101
|
"rimraf": "^3.0.2",
|
|
102
102
|
"sinon": "^9.0.2",
|
|
103
103
|
"sinon-chai": "^3.2.0",
|
|
104
|
-
"ts-node": "
|
|
104
|
+
"ts-node": "10.8.0",
|
|
105
105
|
"typemoq": "^2.1.0",
|
|
106
106
|
"typescript": "~4.4.0",
|
|
107
107
|
"xmlhttprequest": "^1.8.0"
|
|
@@ -113,10 +113,10 @@
|
|
|
113
113
|
"dependencies": {
|
|
114
114
|
"@bentley/icons-generic": "^1.0.15",
|
|
115
115
|
"@bentley/icons-generic-webfont": "^1.0.15",
|
|
116
|
-
"@itwin/core-telemetry": "3.3.0-dev.
|
|
117
|
-
"@itwin/presentation-components": "3.3.0-dev.
|
|
116
|
+
"@itwin/core-telemetry": "3.3.0-dev.42",
|
|
117
|
+
"@itwin/presentation-components": "3.3.0-dev.42",
|
|
118
118
|
"@itwin/itwinui-css": "0.x",
|
|
119
|
-
"@itwin/itwinui-react": "^1.
|
|
119
|
+
"@itwin/itwinui-react": "^1.38.1",
|
|
120
120
|
"@itwin/itwinui-icons-react": "^1.8.0",
|
|
121
121
|
"classnames": "^2.3.1",
|
|
122
122
|
"immer": "9.0.6",
|