@itwin/tree-widget-react 0.1.2 → 0.3.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/README.md +30 -1
- package/lib/cjs/components/IconButton.scss +2 -2
- package/lib/cjs/components/TreeWidgetComponent.d.ts +1 -0
- package/lib/cjs/components/TreeWidgetComponent.scss +1 -1
- package/lib/cjs/components/header/TreeHeader.d.ts +1 -0
- package/lib/cjs/components/header/TreeHeader.scss +1 -1
- package/lib/cjs/components/rulesets/IModelContent.json +435 -0
- package/lib/cjs/components/search-bar/Popup.scss +1 -1
- package/lib/cjs/components/search-bar/SearchBar.scss +1 -1
- package/lib/cjs/components/search-bar/SearchBox.scss +1 -1
- package/lib/cjs/components/trees/CategoriesTree.d.ts +1 -0
- package/lib/cjs/components/trees/CategoriesTree.scss +1 -1
- package/lib/cjs/components/trees/ClassificationsTree.d.ts +1 -0
- package/lib/cjs/components/trees/IModelContentTree.d.ts +7 -0
- package/lib/cjs/components/trees/IModelContentTree.js +56 -0
- package/lib/cjs/components/trees/IModelContentTree.js.map +1 -0
- package/lib/cjs/components/trees/ModelsTree.d.ts +1 -0
- package/lib/cjs/components/trees/ModelsTree.scss +1 -1
- package/lib/cjs/components/trees/SpatialTree.d.ts +1 -0
- package/lib/cjs/components/trees/TreeWithRulesetTree.scss +1 -1
- package/lib/cjs/components/trees/index.d.ts +1 -0
- package/lib/cjs/components/trees/index.js +5 -4
- package/lib/cjs/components/trees/index.js.map +1 -1
- package/lib/esm/components/IconButton.scss +2 -2
- package/lib/esm/components/TreeWidgetComponent.d.ts +1 -0
- package/lib/esm/components/TreeWidgetComponent.scss +1 -1
- package/lib/esm/components/header/TreeHeader.d.ts +1 -0
- package/lib/esm/components/header/TreeHeader.scss +1 -1
- package/lib/esm/components/rulesets/IModelContent.json +435 -0
- package/lib/esm/components/search-bar/Popup.scss +1 -1
- package/lib/esm/components/search-bar/SearchBar.scss +1 -1
- package/lib/esm/components/search-bar/SearchBox.scss +1 -1
- package/lib/esm/components/trees/CategoriesTree.d.ts +1 -0
- package/lib/esm/components/trees/CategoriesTree.scss +1 -1
- package/lib/esm/components/trees/ClassificationsTree.d.ts +1 -0
- package/lib/esm/components/trees/IModelContentTree.d.ts +7 -0
- package/lib/esm/components/trees/IModelContentTree.js +30 -0
- package/lib/esm/components/trees/IModelContentTree.js.map +1 -0
- package/lib/esm/components/trees/ModelsTree.d.ts +1 -0
- package/lib/esm/components/trees/ModelsTree.scss +1 -1
- package/lib/esm/components/trees/SpatialTree.d.ts +1 -0
- package/lib/esm/components/trees/TreeWithRulesetTree.scss +1 -1
- package/lib/esm/components/trees/index.d.ts +1 -0
- package/lib/esm/components/trees/index.js +1 -0
- package/lib/esm/components/trees/index.js.map +1 -1
- package/package.json +25 -25
|
@@ -3,7 +3,7 @@
|
|
|
3
3
|
* See LICENSE.md in the project root for license terms and full copyright notice.
|
|
4
4
|
*--------------------------------------------------------------------------------------------*/
|
|
5
5
|
|
|
6
|
-
@import "~@itwin/core-react/lib/
|
|
6
|
+
@import "~@itwin/core-react/lib/cjs/core-react/index";
|
|
7
7
|
|
|
8
8
|
.tree-widget-models-tree-container {
|
|
9
9
|
flex: 1;
|
|
@@ -2,7 +2,7 @@
|
|
|
2
2
|
* Copyright (c) Bentley Systems, Incorporated. All rights reserved.
|
|
3
3
|
* See LICENSE.md in the project root for license terms and full copyright notice.
|
|
4
4
|
*--------------------------------------------------------------------------------------------*/
|
|
5
|
-
@import "~@itwin/core-react/lib/
|
|
5
|
+
@import "~@itwin/core-react/lib/cjs/core-react/index";
|
|
6
6
|
.spatial-tree {
|
|
7
7
|
display: flex;
|
|
8
8
|
flex-direction: column;
|
|
@@ -1 +1 @@
|
|
|
1
|
-
{"version":3,"file":"index.js","sourceRoot":"","sources":["../../../../src/components/trees/index.ts"],"names":[],"mappings":"AAAA;;;+FAG+F;
|
|
1
|
+
{"version":3,"file":"index.js","sourceRoot":"","sources":["../../../../src/components/trees/index.ts"],"names":[],"mappings":"AAAA;;;+FAG+F;AAE/F,cAAc,cAAc,CAAC;AAC7B,cAAc,kBAAkB,CAAC;AACjC,cAAc,eAAe,CAAC;AAC9B,cAAc,uBAAuB,CAAC;AACtC,cAAc,mBAAmB,CAAC;AAClC,cAAc,qBAAqB,CAAC","sourcesContent":["/*---------------------------------------------------------------------------------------------\n* Copyright (c) Bentley Systems, Incorporated. All rights reserved.\n* See LICENSE.md in the project root for license terms and full copyright notice.\n*--------------------------------------------------------------------------------------------*/\n\nexport * from \"./ModelsTree\";\nexport * from \"./CategoriesTree\";\nexport * from \"./SpatialTree\";\nexport * from \"./ClassificationsTree\";\nexport * from \"./TreeWithRuleset\";\nexport * from \"./IModelContentTree\";\n"]}
|
package/package.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@itwin/tree-widget-react",
|
|
3
|
-
"version": "0.
|
|
3
|
+
"version": "0.3.0",
|
|
4
4
|
"description": "Tree Widget React",
|
|
5
5
|
"keywords": [
|
|
6
6
|
"Bentley",
|
|
@@ -26,23 +26,23 @@
|
|
|
26
26
|
"redux": "^4.0.3"
|
|
27
27
|
},
|
|
28
28
|
"devDependencies": {
|
|
29
|
-
"@itwin/appui-abstract": "
|
|
30
|
-
"@itwin/appui-layout-react": "
|
|
31
|
-
"@itwin/appui-react": "
|
|
32
|
-
"@itwin/build-tools": "
|
|
33
|
-
"@itwin/components-react": "
|
|
34
|
-
"@itwin/core-bentley": "
|
|
35
|
-
"@itwin/core-common": "
|
|
36
|
-
"@itwin/core-frontend": "
|
|
37
|
-
"@itwin/core-geometry": "
|
|
38
|
-
"@itwin/core-i18n": "
|
|
39
|
-
"@itwin/core-quantity": "
|
|
40
|
-
"@itwin/core-react": "
|
|
41
|
-
"@itwin/eslint-plugin": "
|
|
42
|
-
"@itwin/presentation-common": "
|
|
43
|
-
"@itwin/presentation-components": "
|
|
44
|
-
"@itwin/presentation-frontend": "
|
|
45
|
-
"@itwin/webgl-compatibility": "
|
|
29
|
+
"@itwin/appui-abstract": "^3.0.0",
|
|
30
|
+
"@itwin/appui-layout-react": "^3.0.0",
|
|
31
|
+
"@itwin/appui-react": "^3.0.0",
|
|
32
|
+
"@itwin/build-tools": "^3.0.0",
|
|
33
|
+
"@itwin/components-react": "^3.0.0",
|
|
34
|
+
"@itwin/core-bentley": "^3.0.0",
|
|
35
|
+
"@itwin/core-common": "^3.0.0",
|
|
36
|
+
"@itwin/core-frontend": "^3.0.0",
|
|
37
|
+
"@itwin/core-geometry": "^3.0.0",
|
|
38
|
+
"@itwin/core-i18n": "^3.0.0",
|
|
39
|
+
"@itwin/core-quantity": "^3.0.0",
|
|
40
|
+
"@itwin/core-react": "^3.0.0",
|
|
41
|
+
"@itwin/eslint-plugin": "^3.0.0",
|
|
42
|
+
"@itwin/presentation-common": "^3.0.0",
|
|
43
|
+
"@itwin/presentation-components": "^3.0.0",
|
|
44
|
+
"@itwin/presentation-frontend": "^3.0.0",
|
|
45
|
+
"@itwin/webgl-compatibility": "^3.0.0",
|
|
46
46
|
"@types/i18next": "^8.4.2",
|
|
47
47
|
"@types/react": "^17.0.19",
|
|
48
48
|
"@types/react-dom": "^17.0.9",
|
|
@@ -56,13 +56,13 @@
|
|
|
56
56
|
"typescript": "~4.3.0"
|
|
57
57
|
},
|
|
58
58
|
"peerDependencies": {
|
|
59
|
-
"@itwin/appui-abstract": "
|
|
60
|
-
"@itwin/appui-react": "
|
|
61
|
-
"@itwin/components-react": "
|
|
62
|
-
"@itwin/core-frontend": "
|
|
63
|
-
"@itwin/core-react": "
|
|
64
|
-
"@itwin/presentation-components": "
|
|
65
|
-
"@itwin/presentation-frontend": "
|
|
59
|
+
"@itwin/appui-abstract": "^3.0.0",
|
|
60
|
+
"@itwin/appui-react": "^3.0.0",
|
|
61
|
+
"@itwin/components-react": "^3.0.0",
|
|
62
|
+
"@itwin/core-frontend": "^3.0.0",
|
|
63
|
+
"@itwin/core-react": "^3.0.0",
|
|
64
|
+
"@itwin/presentation-components": "^3.0.0",
|
|
65
|
+
"@itwin/presentation-frontend": "^3.0.0",
|
|
66
66
|
"react": "^17.0.2",
|
|
67
67
|
"react-dom": "^17.0.2"
|
|
68
68
|
},
|