@itwin/components-react 3.0.0-extension.0 → 3.1.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 +76 -1
- package/LICENSE.md +1 -1
- package/lib/cjs/components-react/converters/DateTimeTypeConverter.d.ts.map +1 -1
- package/lib/cjs/components-react/converters/DateTimeTypeConverter.js +3 -3
- package/lib/cjs/components-react/converters/DateTimeTypeConverter.js.map +1 -1
- package/lib/cjs/components-react/datepicker/DateField.js +1 -1
- package/lib/cjs/components-react/datepicker/DateField.js.map +1 -1
- package/lib/cjs/components-react/datepicker/TimeField.d.ts +1 -1
- package/lib/cjs/components-react/datepicker/TimeField.js +5 -5
- package/lib/cjs/components-react/datepicker/TimeField.js.map +1 -1
- package/lib/cjs/components-react/editors/CustomNumberEditor.d.ts +2 -1
- package/lib/cjs/components-react/editors/CustomNumberEditor.d.ts.map +1 -1
- package/lib/cjs/components-react/editors/CustomNumberEditor.js +20 -10
- package/lib/cjs/components-react/editors/CustomNumberEditor.js.map +1 -1
- package/lib/cjs/components-react/editors/EnumEditor.d.ts.map +1 -1
- package/lib/cjs/components-react/editors/EnumEditor.js +1 -2
- package/lib/cjs/components-react/editors/EnumEditor.js.map +1 -1
- package/lib/cjs/components-react/editors/IconEditor.d.ts.map +1 -1
- package/lib/cjs/components-react/editors/IconEditor.js +1 -0
- package/lib/cjs/components-react/editors/IconEditor.js.map +1 -1
- package/lib/cjs/components-react/editors/TextEditor.d.ts.map +1 -1
- package/lib/cjs/components-react/editors/TextEditor.js +1 -1
- package/lib/cjs/components-react/editors/TextEditor.js.map +1 -1
- package/lib/cjs/components-react/filtering/FilteringInput.d.ts.map +1 -1
- package/lib/cjs/components-react/filtering/FilteringInput.js +1 -1
- package/lib/cjs/components-react/filtering/FilteringInput.js.map +1 -1
- package/lib/cjs/components-react/iconpicker/IconPickerButton.d.ts +2 -2
- package/lib/cjs/components-react/iconpicker/IconPickerButton.d.ts.map +1 -1
- package/lib/cjs/components-react/iconpicker/IconPickerButton.js +3 -2
- package/lib/cjs/components-react/iconpicker/IconPickerButton.js.map +1 -1
- package/lib/cjs/components-react/inputs/ParsedInput.js +1 -1
- package/lib/cjs/components-react/inputs/ParsedInput.js.map +1 -1
- package/lib/cjs/components-react/propertygrid/component/PropertyCategoryBlock.d.ts.map +1 -1
- package/lib/cjs/components-react/propertygrid/component/PropertyCategoryBlock.js +1 -1
- package/lib/cjs/components-react/propertygrid/component/PropertyCategoryBlock.js.map +1 -1
- package/lib/cjs/components-react/propertygrid/component/PropertyGrid.scss +0 -3
- package/lib/cjs/components-react/propertygrid/component/VirtualizedPropertyGrid.js +1 -1
- package/lib/cjs/components-react/propertygrid/component/VirtualizedPropertyGrid.js.map +1 -1
- package/lib/cjs/components-react/propertygrid/component/VirtualizedPropertyGrid.scss +0 -3
- package/lib/cjs/components-react/selectable-content/SelectableContent.d.ts.map +1 -1
- package/lib/cjs/components-react/selectable-content/SelectableContent.js +11 -8
- package/lib/cjs/components-react/selectable-content/SelectableContent.js.map +1 -1
- package/lib/cjs/components-react/selectable-content/SelectableContent.scss +2 -1
- package/lib/cjs/components-react/table/component/Table.d.ts +3 -3
- package/lib/cjs/components-react/table/component/Table.d.ts.map +1 -1
- package/lib/cjs/components-react/table/component/Table.js +11 -12
- package/lib/cjs/components-react/table/component/Table.js.map +1 -1
- package/lib/cjs/components-react/toolbar/PopupItem.d.ts +4 -0
- package/lib/cjs/components-react/toolbar/PopupItem.d.ts.map +1 -1
- package/lib/cjs/components-react/toolbar/PopupItem.js +1 -1
- package/lib/cjs/components-react/toolbar/PopupItem.js.map +1 -1
- package/lib/cjs/components-react/toolbar/Toolbar.js.map +1 -1
- package/lib/cjs/components-react/toolbar/ToolbarWithOverflow.d.ts +6 -1
- package/lib/cjs/components-react/toolbar/ToolbarWithOverflow.d.ts.map +1 -1
- package/lib/cjs/components-react/toolbar/ToolbarWithOverflow.js +9 -4
- package/lib/cjs/components-react/toolbar/ToolbarWithOverflow.js.map +1 -1
- package/lib/cjs/components-react.d.ts +0 -8
- package/lib/cjs/components-react.d.ts.map +1 -1
- package/lib/cjs/components-react.js +0 -8
- package/lib/cjs/components-react.js.map +1 -1
- package/lib/esm/components-react/converters/DateTimeTypeConverter.d.ts.map +1 -1
- package/lib/esm/components-react/converters/DateTimeTypeConverter.js +1 -1
- package/lib/esm/components-react/converters/DateTimeTypeConverter.js.map +1 -1
- package/lib/esm/components-react/datepicker/DateField.js +1 -1
- package/lib/esm/components-react/datepicker/DateField.js.map +1 -1
- package/lib/esm/components-react/datepicker/TimeField.d.ts +1 -1
- package/lib/esm/components-react/datepicker/TimeField.js +5 -5
- package/lib/esm/components-react/datepicker/TimeField.js.map +1 -1
- package/lib/esm/components-react/editors/CustomNumberEditor.d.ts +2 -1
- package/lib/esm/components-react/editors/CustomNumberEditor.d.ts.map +1 -1
- package/lib/esm/components-react/editors/CustomNumberEditor.js +21 -11
- package/lib/esm/components-react/editors/CustomNumberEditor.js.map +1 -1
- package/lib/esm/components-react/editors/EnumEditor.d.ts.map +1 -1
- package/lib/esm/components-react/editors/EnumEditor.js +1 -2
- package/lib/esm/components-react/editors/EnumEditor.js.map +1 -1
- package/lib/esm/components-react/editors/IconEditor.d.ts.map +1 -1
- package/lib/esm/components-react/editors/IconEditor.js +1 -0
- package/lib/esm/components-react/editors/IconEditor.js.map +1 -1
- package/lib/esm/components-react/editors/TextEditor.d.ts.map +1 -1
- package/lib/esm/components-react/editors/TextEditor.js +1 -1
- package/lib/esm/components-react/editors/TextEditor.js.map +1 -1
- package/lib/esm/components-react/filtering/FilteringInput.d.ts.map +1 -1
- package/lib/esm/components-react/filtering/FilteringInput.js +1 -1
- package/lib/esm/components-react/filtering/FilteringInput.js.map +1 -1
- package/lib/esm/components-react/iconpicker/IconPickerButton.d.ts +2 -2
- package/lib/esm/components-react/iconpicker/IconPickerButton.d.ts.map +1 -1
- package/lib/esm/components-react/iconpicker/IconPickerButton.js +3 -2
- package/lib/esm/components-react/iconpicker/IconPickerButton.js.map +1 -1
- package/lib/esm/components-react/inputs/ParsedInput.js +1 -1
- package/lib/esm/components-react/inputs/ParsedInput.js.map +1 -1
- package/lib/esm/components-react/propertygrid/component/PropertyCategoryBlock.d.ts.map +1 -1
- package/lib/esm/components-react/propertygrid/component/PropertyCategoryBlock.js +1 -1
- package/lib/esm/components-react/propertygrid/component/PropertyCategoryBlock.js.map +1 -1
- package/lib/esm/components-react/propertygrid/component/PropertyGrid.scss +0 -3
- package/lib/esm/components-react/propertygrid/component/VirtualizedPropertyGrid.js +1 -1
- package/lib/esm/components-react/propertygrid/component/VirtualizedPropertyGrid.js.map +1 -1
- package/lib/esm/components-react/propertygrid/component/VirtualizedPropertyGrid.scss +0 -3
- package/lib/esm/components-react/selectable-content/SelectableContent.d.ts.map +1 -1
- package/lib/esm/components-react/selectable-content/SelectableContent.js +11 -8
- package/lib/esm/components-react/selectable-content/SelectableContent.js.map +1 -1
- package/lib/esm/components-react/selectable-content/SelectableContent.scss +2 -1
- package/lib/esm/components-react/table/component/Table.d.ts +3 -3
- package/lib/esm/components-react/table/component/Table.d.ts.map +1 -1
- package/lib/esm/components-react/table/component/Table.js +12 -13
- package/lib/esm/components-react/table/component/Table.js.map +1 -1
- package/lib/esm/components-react/toolbar/PopupItem.d.ts +4 -0
- package/lib/esm/components-react/toolbar/PopupItem.d.ts.map +1 -1
- package/lib/esm/components-react/toolbar/PopupItem.js +1 -1
- package/lib/esm/components-react/toolbar/PopupItem.js.map +1 -1
- package/lib/esm/components-react/toolbar/Toolbar.js.map +1 -1
- package/lib/esm/components-react/toolbar/ToolbarWithOverflow.d.ts +6 -1
- package/lib/esm/components-react/toolbar/ToolbarWithOverflow.d.ts.map +1 -1
- package/lib/esm/components-react/toolbar/ToolbarWithOverflow.js +9 -4
- package/lib/esm/components-react/toolbar/ToolbarWithOverflow.js.map +1 -1
- package/lib/esm/components-react.d.ts +0 -8
- package/lib/esm/components-react.d.ts.map +1 -1
- package/lib/esm/components-react.js +0 -8
- package/lib/esm/components-react.js.map +1 -1
- package/package.json +22 -26
package/package.json
CHANGED
|
@@ -1,7 +1,7 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@itwin/components-react",
|
|
3
|
-
"version": "3.
|
|
4
|
-
"description": "
|
|
3
|
+
"version": "3.1.0-dev.5",
|
|
4
|
+
"description": "iTwin.js UI complex components",
|
|
5
5
|
"main": "lib/cjs/components-react.js",
|
|
6
6
|
"module": "lib/esm/components-react.js",
|
|
7
7
|
"typings": "lib/cjs/components-react",
|
|
@@ -9,7 +9,7 @@
|
|
|
9
9
|
"license": "MIT",
|
|
10
10
|
"repository": {
|
|
11
11
|
"type": "git",
|
|
12
|
-
"url": "https://github.com/
|
|
12
|
+
"url": "https://github.com/iTwin/itwinjs-core/tree/master/ui/components-react"
|
|
13
13
|
},
|
|
14
14
|
"keywords": [
|
|
15
15
|
"Bentley",
|
|
@@ -21,10 +21,9 @@
|
|
|
21
21
|
"url": "http://www.bentley.com"
|
|
22
22
|
},
|
|
23
23
|
"peerDependencies": {
|
|
24
|
-
"@itwin/
|
|
25
|
-
"@itwin/core-
|
|
26
|
-
"@itwin/
|
|
27
|
-
"@itwin/core-react": "^3.0.0-extension.0",
|
|
24
|
+
"@itwin/appui-abstract": "^3.1.0-dev.5",
|
|
25
|
+
"@itwin/core-bentley": "^3.1.0-dev.5",
|
|
26
|
+
"@itwin/core-react": "^3.1.0-dev.5",
|
|
28
27
|
"react": "^17.0.0",
|
|
29
28
|
"react-dom": "^17.0.0"
|
|
30
29
|
},
|
|
@@ -33,15 +32,15 @@
|
|
|
33
32
|
"NOTE: All tools used by scripts in this package must be listed as devDependencies"
|
|
34
33
|
],
|
|
35
34
|
"devDependencies": {
|
|
36
|
-
"@itwin/
|
|
37
|
-
"@itwin/
|
|
38
|
-
"@itwin/
|
|
39
|
-
"@itwin/
|
|
40
|
-
"@itwin/core-i18n": "3.
|
|
41
|
-
"@itwin/
|
|
42
|
-
"@itwin/
|
|
35
|
+
"@itwin/appui-abstract": "3.1.0-dev.5",
|
|
36
|
+
"@itwin/build-tools": "3.1.0-dev.5",
|
|
37
|
+
"@itwin/core-bentley": "3.1.0-dev.5",
|
|
38
|
+
"@itwin/core-common": "3.1.0-dev.5",
|
|
39
|
+
"@itwin/core-i18n": "3.1.0-dev.5",
|
|
40
|
+
"@itwin/core-react": "3.1.0-dev.5",
|
|
41
|
+
"@itwin/eslint-plugin": "3.1.0-dev.5",
|
|
43
42
|
"@testing-library/react": "^12.0.0",
|
|
44
|
-
"@testing-library/react-hooks": "^
|
|
43
|
+
"@testing-library/react-hooks": "^7.0.2",
|
|
45
44
|
"@testing-library/user-event": "^13.2.1",
|
|
46
45
|
"@types/chai": "^4.1.4",
|
|
47
46
|
"@types/chai-as-promised": "^7",
|
|
@@ -53,13 +52,11 @@
|
|
|
53
52
|
"@types/linkify-it": "~2.1.0",
|
|
54
53
|
"@types/lodash": "^4.14.0",
|
|
55
54
|
"@types/mocha": "^8.2.2",
|
|
56
|
-
"@types/react": "^17.0.
|
|
55
|
+
"@types/react": "^17.0.37",
|
|
57
56
|
"@types/react-data-grid": "4.0.2",
|
|
58
57
|
"@types/react-dom": "^17.0.0",
|
|
59
|
-
"@types/testing-library__react-hooks": "^3.1.0",
|
|
60
58
|
"@types/react-highlight-words": "^0.16.1",
|
|
61
59
|
"@types/react-select": "3.0.26",
|
|
62
|
-
"@types/react-virtualized": "^9.21.11",
|
|
63
60
|
"@types/react-window": "^1.8.2",
|
|
64
61
|
"@types/sinon": "^9.0.0",
|
|
65
62
|
"@types/sinon-chai": "^3.2.0",
|
|
@@ -68,7 +65,7 @@
|
|
|
68
65
|
"chai-jest-snapshot": "^2.0.0",
|
|
69
66
|
"chai-spies": "1.0.0",
|
|
70
67
|
"chai-string": "^1.5.0",
|
|
71
|
-
"
|
|
68
|
+
"cpx2": "^3.0.0",
|
|
72
69
|
"enzyme": "^3.4.0",
|
|
73
70
|
"@wojtekmaj/enzyme-adapter-react-17": "^0.6.3",
|
|
74
71
|
"enzyme-to-json": "^3.3.4",
|
|
@@ -88,7 +85,6 @@
|
|
|
88
85
|
"sinon": "^9.0.2",
|
|
89
86
|
"sinon-chai": "^3.2.0",
|
|
90
87
|
"ts-node": "^7.0.1",
|
|
91
|
-
"tsconfig-paths": "^3.3.2",
|
|
92
88
|
"typemoq": "^2.1.0",
|
|
93
89
|
"typescript": "~4.4.0",
|
|
94
90
|
"xmlhttprequest": "^1.8.0"
|
|
@@ -99,13 +95,13 @@
|
|
|
99
95
|
],
|
|
100
96
|
"dependencies": {
|
|
101
97
|
"@bentley/icons-generic-webfont": "^1.0.15",
|
|
102
|
-
"@itwin/itwinui-css": "^0.
|
|
103
|
-
"@itwin/itwinui-react": "
|
|
98
|
+
"@itwin/itwinui-css": "^0.37.0",
|
|
99
|
+
"@itwin/itwinui-react": "~1.28.0",
|
|
104
100
|
"@types/shortid": "~0.0.29",
|
|
105
101
|
"callable-instance2": "1.0.0",
|
|
106
102
|
"classnames": "^2.3.1",
|
|
107
103
|
"eventemitter2": "^5.0.1",
|
|
108
|
-
"immer": "9.0.
|
|
104
|
+
"immer": "9.0.6",
|
|
109
105
|
"immutable": "^3.8.2",
|
|
110
106
|
"inspire-tree": "^5.0.1",
|
|
111
107
|
"linkify-it": "~2.2.0",
|
|
@@ -114,8 +110,7 @@
|
|
|
114
110
|
"react-dnd": "^11.1.3",
|
|
115
111
|
"react-dnd-html5-backend": "^11.1.3",
|
|
116
112
|
"react-highlight-words": "^0.17.0",
|
|
117
|
-
"react-select": "3.
|
|
118
|
-
"react-virtualized": "^9.21.11",
|
|
113
|
+
"react-select": "3.2.0",
|
|
119
114
|
"react-window": "^1.8.2",
|
|
120
115
|
"rxjs": "^6.6.2",
|
|
121
116
|
"shortid": "~2.2.15",
|
|
@@ -160,5 +155,6 @@
|
|
|
160
155
|
"extract-api": "betools extract-api --entry=components-react",
|
|
161
156
|
"test": "mocha --config ../.mocharc.json \"./lib/cjs/test/**/*.test.js\"",
|
|
162
157
|
"test:watch": "npm -s test -- --reporter min --watch-extensions ts,tsx --watch"
|
|
163
|
-
}
|
|
158
|
+
},
|
|
159
|
+
"readme": "# @itwin/components-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/components-react__ package contains React components that are data-oriented, such as PropertyGrid, Table, Tree and Breadcrumb.\r\n\r\n## Documentation\r\n\r\nSee the [iTwin.js](https://www.itwinjs.org) documentation for more information.\r\n"
|
|
164
160
|
}
|