@itwin/appui-react 3.0.0-dev.175 → 3.0.0-dev.179
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/package.json +37 -36
package/package.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@itwin/appui-react",
|
|
3
|
-
"version": "3.0.0-dev.
|
|
3
|
+
"version": "3.0.0-dev.179",
|
|
4
4
|
"description": "UI framework",
|
|
5
5
|
"main": "lib/cjs/appui-react.js",
|
|
6
6
|
"module": "lib/esm/appui-react.js",
|
|
@@ -21,20 +21,20 @@
|
|
|
21
21
|
"url": "http://www.bentley.com"
|
|
22
22
|
},
|
|
23
23
|
"peerDependencies": {
|
|
24
|
-
"@bentley/itwin-client": "^3.0.0-dev.
|
|
25
|
-
"@itwin/appui-abstract": "^3.0.0-dev.
|
|
26
|
-
"@itwin/appui-layout-react": "^3.0.0-dev.
|
|
27
|
-
"@itwin/components-react": "^3.0.0-dev.
|
|
28
|
-
"@itwin/core-bentley": "^3.0.0-dev.
|
|
29
|
-
"@itwin/core-geometry": "^3.0.0-dev.
|
|
30
|
-
"@itwin/core-common": "^3.0.0-dev.
|
|
31
|
-
"@itwin/core-frontend": "^3.0.0-dev.
|
|
32
|
-
"@itwin/core-markup": "^3.0.0-dev.
|
|
33
|
-
"@itwin/core-quantity": "^3.0.0-dev.
|
|
34
|
-
"@itwin/core-react": "^3.0.0-dev.
|
|
35
|
-
"@itwin/imodel-components-react": "^3.0.0-dev.
|
|
36
|
-
"@itwin/presentation-common": "^3.0.0-dev.
|
|
37
|
-
"@itwin/presentation-frontend": "^3.0.0-dev.
|
|
24
|
+
"@bentley/itwin-client": "^3.0.0-dev.179",
|
|
25
|
+
"@itwin/appui-abstract": "^3.0.0-dev.179",
|
|
26
|
+
"@itwin/appui-layout-react": "^3.0.0-dev.179",
|
|
27
|
+
"@itwin/components-react": "^3.0.0-dev.179",
|
|
28
|
+
"@itwin/core-bentley": "^3.0.0-dev.179",
|
|
29
|
+
"@itwin/core-geometry": "^3.0.0-dev.179",
|
|
30
|
+
"@itwin/core-common": "^3.0.0-dev.179",
|
|
31
|
+
"@itwin/core-frontend": "^3.0.0-dev.179",
|
|
32
|
+
"@itwin/core-markup": "^3.0.0-dev.179",
|
|
33
|
+
"@itwin/core-quantity": "^3.0.0-dev.179",
|
|
34
|
+
"@itwin/core-react": "^3.0.0-dev.179",
|
|
35
|
+
"@itwin/imodel-components-react": "^3.0.0-dev.179",
|
|
36
|
+
"@itwin/presentation-common": "^3.0.0-dev.179",
|
|
37
|
+
"@itwin/presentation-frontend": "^3.0.0-dev.179",
|
|
38
38
|
"react": "^17.0.0",
|
|
39
39
|
"react-dom": "^17.0.0",
|
|
40
40
|
"react-redux": "^7.2.2",
|
|
@@ -45,23 +45,23 @@
|
|
|
45
45
|
"NOTE: All tools used by scripts in this package must be listed as devDependencies"
|
|
46
46
|
],
|
|
47
47
|
"devDependencies": {
|
|
48
|
-
"@bentley/itwin-client": "3.0.0-dev.
|
|
49
|
-
"@itwin/appui-abstract": "3.0.0-dev.
|
|
50
|
-
"@itwin/appui-layout-react": "3.0.0-dev.
|
|
51
|
-
"@itwin/build-tools": "3.0.0-dev.
|
|
52
|
-
"@itwin/components-react": "3.0.0-dev.
|
|
53
|
-
"@itwin/core-bentley": "3.0.0-dev.
|
|
54
|
-
"@itwin/core-geometry": "3.0.0-dev.
|
|
55
|
-
"@itwin/core-common": "3.0.0-dev.
|
|
56
|
-
"@itwin/core-frontend": "3.0.0-dev.
|
|
57
|
-
"@itwin/core-markup": "3.0.0-dev.
|
|
58
|
-
"@itwin/core-quantity": "3.0.0-dev.
|
|
59
|
-
"@itwin/core-react": "3.0.0-dev.
|
|
60
|
-
"@itwin/eslint-plugin": "3.0.0-dev.
|
|
61
|
-
"@itwin/imodel-components-react": "3.0.0-dev.
|
|
62
|
-
"@itwin/presentation-common": "3.0.0-dev.
|
|
63
|
-
"@itwin/presentation-frontend": "3.0.0-dev.
|
|
64
|
-
"@itwin/presentation-testing": "3.0.0-dev.
|
|
48
|
+
"@bentley/itwin-client": "3.0.0-dev.179",
|
|
49
|
+
"@itwin/appui-abstract": "3.0.0-dev.179",
|
|
50
|
+
"@itwin/appui-layout-react": "3.0.0-dev.179",
|
|
51
|
+
"@itwin/build-tools": "3.0.0-dev.179",
|
|
52
|
+
"@itwin/components-react": "3.0.0-dev.179",
|
|
53
|
+
"@itwin/core-bentley": "3.0.0-dev.179",
|
|
54
|
+
"@itwin/core-geometry": "3.0.0-dev.179",
|
|
55
|
+
"@itwin/core-common": "3.0.0-dev.179",
|
|
56
|
+
"@itwin/core-frontend": "3.0.0-dev.179",
|
|
57
|
+
"@itwin/core-markup": "3.0.0-dev.179",
|
|
58
|
+
"@itwin/core-quantity": "3.0.0-dev.179",
|
|
59
|
+
"@itwin/core-react": "3.0.0-dev.179",
|
|
60
|
+
"@itwin/eslint-plugin": "3.0.0-dev.179",
|
|
61
|
+
"@itwin/imodel-components-react": "3.0.0-dev.179",
|
|
62
|
+
"@itwin/presentation-common": "3.0.0-dev.179",
|
|
63
|
+
"@itwin/presentation-frontend": "3.0.0-dev.179",
|
|
64
|
+
"@itwin/presentation-testing": "3.0.0-dev.179",
|
|
65
65
|
"@testing-library/react": "^12.0.0",
|
|
66
66
|
"@testing-library/react-hooks": "^7.0.2",
|
|
67
67
|
"@types/chai": "^4.1.4",
|
|
@@ -116,11 +116,11 @@
|
|
|
116
116
|
"dependencies": {
|
|
117
117
|
"@bentley/icons-generic": "^1.0.15",
|
|
118
118
|
"@bentley/icons-generic-webfont": "^1.0.15",
|
|
119
|
-
"@itwin/core-telemetry": "3.0.0-dev.
|
|
120
|
-
"@itwin/presentation-components": "3.0.0-dev.
|
|
119
|
+
"@itwin/core-telemetry": "3.0.0-dev.179",
|
|
120
|
+
"@itwin/presentation-components": "3.0.0-dev.179",
|
|
121
121
|
"@itwin/itwinui-css": "^0.37.0",
|
|
122
122
|
"@itwin/itwinui-react": "^1.27.0",
|
|
123
|
-
"@itwin/browser-authorization": "^0.
|
|
123
|
+
"@itwin/browser-authorization": "^0.4.0",
|
|
124
124
|
"classnames": "^2.3.1",
|
|
125
125
|
"immer": "9.0.6",
|
|
126
126
|
"lodash": "^4.17.10",
|
|
@@ -170,5 +170,6 @@
|
|
|
170
170
|
"extract-api": "betools extract-api --entry=appui-react",
|
|
171
171
|
"test": "mocha --config ../.mocharc.json \"./lib/cjs/test/**/*.test.js\"",
|
|
172
172
|
"test:watch": "npm -s test -- --reporter min --watch-extensions ts,tsx --watch"
|
|
173
|
-
}
|
|
173
|
+
},
|
|
174
|
+
"readme": "# @itwin/appui-react\r\n\r\nCopyright © Bentley Systems, Incorporated. All rights reserved. See LICENSE.md for license terms and full copyright notice.\r\n\r\n## Description\r\n\r\nThe __@itwin/appui-react__ package contains application fragments for Login, Project, iModel and View selection, and configuration of the application UI including the Backstage, Frontstages, Widgets, etc.\r\n\r\nThe AppUI React package is a portion of the iTwin.js User Interface library. It consists of major fragments of code that combine the\r\nfunctionality from the `@itwin/core-frontend` with the core-react, imodel-components and appui-layout-react packages to implement substantial\r\nfunctionality that can be used within an iTwin.js application.\r\n\r\nThe package makes use of React for rendering of the user interface, and uses react-redux and its concept of the state store for\r\nactions using reducers.\r\n\r\nThere are a number of sub-frameworks, each which has a set of components, actions, and reducers, and contributes to the overall State. Each such\r\nsub-framework is contained in a separate folder.\r\n\r\n## Documentation\r\n\r\nSee the [iTwin.js](https://www.itwinjs.org) documentation for more information.\r\n"
|
|
174
175
|
}
|