@itwin/components-react 5.0.0-dev.2 → 5.0.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/CHANGELOG.md +55 -1
- package/lib/cjs/components-react/_target.scss +10 -0
- package/lib/cjs/components-react/datepicker/DateField.scss +19 -0
- package/lib/cjs/components-react/datepicker/DatePicker.scss +179 -0
- package/lib/cjs/components-react/datepicker/DatePickerPopupButton.scss +56 -0
- package/lib/cjs/components-react/datepicker/TimeField.scss +72 -0
- package/lib/cjs/components-react/editors/BooleanEditor.scss +22 -0
- package/lib/cjs/components-react/editors/CustomNumberEditor.scss +19 -0
- package/lib/cjs/components-react/editors/DateTimeEditor.scss +9 -0
- package/lib/cjs/components-react/editors/EditorContainer.scss +7 -0
- package/lib/cjs/components-react/editors/EnumButtonGroupEditor.scss +141 -0
- package/lib/cjs/components-react/editors/EnumEditor.scss +21 -0
- package/lib/cjs/components-react/editors/IconEditor.scss +14 -0
- package/lib/cjs/components-react/editors/ImageCheckBoxEditor.scss +24 -0
- package/lib/cjs/components-react/editors/NumericInputEditor.scss +13 -0
- package/lib/cjs/components-react/editors/PopupButton.scss +112 -0
- package/lib/cjs/components-react/editors/SliderEditor.scss +14 -0
- package/lib/cjs/components-react/editors/TextEditor.scss +19 -0
- package/lib/cjs/components-react/editors/TextareaEditor.scss +13 -0
- package/lib/cjs/components-react/editors/ToggleEditor.scss +17 -0
- package/lib/cjs/components-react/editors/variables.scss +10 -0
- package/lib/cjs/components-react/filter-builder/FilterBuilderRule.scss +40 -0
- package/lib/cjs/components-react/filter-builder/FilterBuilderRuleGroup.scss +35 -0
- package/lib/cjs/components-react/filtering/FilteringInput.scss +58 -0
- package/lib/cjs/components-react/filtering/ResultSelector.scss +66 -0
- package/lib/cjs/components-react/iconpicker/IconPickerButton.scss +74 -0
- package/lib/cjs/components-react/inputs/ParsedInput.scss +20 -0
- package/lib/cjs/components-react/properties/renderers/ActionButtonList.scss +25 -0
- package/lib/cjs/components-react/properties/renderers/NonPrimitivePropertyRenderer.scss +17 -0
- package/lib/cjs/components-react/properties/renderers/PropertyView.scss +110 -0
- package/lib/cjs/components-react/properties/renderers/label/PropertyLabelRenderer.scss +87 -0
- package/lib/cjs/components-react/propertygrid/component/PropertyGrid.scss +55 -0
- package/lib/cjs/components-react/propertygrid/component/VirtualizedPropertyGrid.scss +100 -0
- package/lib/cjs/components-react/selectable-content/SelectableContent.scss +20 -0
- package/lib/cjs/components-react/toolbar/Item.scss +94 -0
- package/lib/cjs/components-react/toolbar/ItemWrapper.scss +10 -0
- package/lib/cjs/components-react/toolbar/Items.scss +96 -0
- package/lib/cjs/components-react/toolbar/Overflow.scss +57 -0
- package/lib/cjs/components-react/toolbar/OverflowPanel.scss +37 -0
- package/lib/cjs/components-react/toolbar/PopupItem.scss +81 -0
- package/lib/cjs/components-react/toolbar/Toolbar.scss +16 -0
- package/lib/cjs/components-react/toolbar/_variables.scss +34 -0
- package/lib/cjs/components-react/toolbar/groupPanel/BackArrow.scss +44 -0
- package/lib/cjs/components-react/toolbar/groupPanel/Column.scss +9 -0
- package/lib/cjs/components-react/toolbar/groupPanel/Columns.scss +10 -0
- package/lib/cjs/components-react/toolbar/groupPanel/Panel.scss +15 -0
- package/lib/cjs/components-react/toolbar/groupPanel/Title.scss +33 -0
- package/lib/cjs/components-react/toolbar/groupPanel/_variables.scss +17 -0
- package/lib/cjs/components-react/toolbar/groupPanel/tool/Expander.scss +30 -0
- package/lib/cjs/components-react/toolbar/groupPanel/tool/Tool.scss +117 -0
- package/lib/cjs/components-react/toolbar/groupPanel/tool/_variables.scss +15 -0
- package/lib/cjs/components-react/tree/HighlightingEngine.scss +8 -0
- package/lib/cjs/components-react/tree/controlled/component/ControlledTree.scss +102 -0
- package/lib/cjs/components-react/tree/controlled/component/NodeContent.scss +27 -0
- package/lib/components-react/common/Links.d.ts +4 -0
- package/lib/components-react/common/Links.d.ts.map +1 -1
- package/lib/components-react/common/Links.js +20 -0
- package/lib/components-react/common/Links.js.map +1 -1
- package/lib/components-react/editors/EditorContainer.d.ts +2 -0
- package/lib/components-react/editors/EditorContainer.d.ts.map +1 -1
- package/lib/components-react/editors/EditorContainer.js +7 -3
- package/lib/components-react/editors/EditorContainer.js.map +1 -1
- package/lib/components-react/editors/EnumButtonGroupEditor.d.ts.map +1 -1
- package/lib/components-react/editors/EnumButtonGroupEditor.js +3 -3
- package/lib/components-react/editors/EnumButtonGroupEditor.js.map +1 -1
- package/lib/components-react/properties/renderers/PropertyRenderer.d.ts +4 -0
- package/lib/components-react/properties/renderers/PropertyRenderer.d.ts.map +1 -1
- package/lib/components-react/properties/renderers/PropertyRenderer.js +12 -3
- package/lib/components-react/properties/renderers/PropertyRenderer.js.map +1 -1
- package/lib/components-react/properties/renderers/value/UrlPropertyValueRenderer.d.ts.map +1 -1
- package/lib/components-react/properties/renderers/value/UrlPropertyValueRenderer.js +2 -10
- package/lib/components-react/properties/renderers/value/UrlPropertyValueRenderer.js.map +1 -1
- package/lib/components-react/propertygrid/component/ColumnResizingPropertyListPropsSupplier.d.ts.map +1 -1
- package/lib/components-react/propertygrid/component/ColumnResizingPropertyListPropsSupplier.js +5 -3
- package/lib/components-react/propertygrid/component/ColumnResizingPropertyListPropsSupplier.js.map +1 -1
- package/lib/components-react/propertygrid/component/PropertyGridCommons.d.ts +2 -0
- package/lib/components-react/propertygrid/component/PropertyGridCommons.d.ts.map +1 -1
- package/lib/components-react/propertygrid/component/PropertyGridCommons.js +4 -9
- package/lib/components-react/propertygrid/component/PropertyGridCommons.js.map +1 -1
- package/lib/components-react/propertygrid/component/PropertyGridEventsRelatedPropsSupplier.d.ts +1 -1
- package/lib/components-react/propertygrid/component/PropertyGridEventsRelatedPropsSupplier.d.ts.map +1 -1
- package/lib/components-react/propertygrid/component/PropertyGridEventsRelatedPropsSupplier.js.map +1 -1
- package/lib/components-react/propertygrid/component/VirtualizedPropertyGrid.d.ts +2 -0
- package/lib/components-react/propertygrid/component/VirtualizedPropertyGrid.d.ts.map +1 -1
- package/lib/components-react/propertygrid/component/VirtualizedPropertyGrid.js +3 -1
- package/lib/components-react/propertygrid/component/VirtualizedPropertyGrid.js.map +1 -1
- package/lib/components-react/propertygrid/internal/flat-properties/FlatPropertyRenderer.d.ts +3 -0
- package/lib/components-react/propertygrid/internal/flat-properties/FlatPropertyRenderer.d.ts.map +1 -1
- package/lib/components-react/propertygrid/internal/flat-properties/FlatPropertyRenderer.js +9 -5
- package/lib/components-react/propertygrid/internal/flat-properties/FlatPropertyRenderer.js.map +1 -1
- package/lib/esm/components-react/_target.scss +10 -0
- package/lib/esm/components-react/datepicker/DateField.scss +19 -0
- package/lib/esm/components-react/datepicker/DatePicker.scss +179 -0
- package/lib/esm/components-react/datepicker/DatePickerPopupButton.scss +56 -0
- package/lib/esm/components-react/datepicker/TimeField.scss +72 -0
- package/lib/esm/components-react/editors/BooleanEditor.scss +22 -0
- package/lib/esm/components-react/editors/CustomNumberEditor.scss +19 -0
- package/lib/esm/components-react/editors/DateTimeEditor.scss +9 -0
- package/lib/esm/components-react/editors/EditorContainer.scss +7 -0
- package/lib/esm/components-react/editors/EnumButtonGroupEditor.scss +141 -0
- package/lib/esm/components-react/editors/EnumEditor.scss +21 -0
- package/lib/esm/components-react/editors/IconEditor.scss +14 -0
- package/lib/esm/components-react/editors/ImageCheckBoxEditor.scss +24 -0
- package/lib/esm/components-react/editors/NumericInputEditor.scss +13 -0
- package/lib/esm/components-react/editors/PopupButton.scss +112 -0
- package/lib/esm/components-react/editors/SliderEditor.scss +14 -0
- package/lib/esm/components-react/editors/TextEditor.scss +19 -0
- package/lib/esm/components-react/editors/TextareaEditor.scss +13 -0
- package/lib/esm/components-react/editors/ToggleEditor.scss +17 -0
- package/lib/esm/components-react/editors/variables.scss +10 -0
- package/lib/esm/components-react/filter-builder/FilterBuilderRule.scss +40 -0
- package/lib/esm/components-react/filter-builder/FilterBuilderRuleGroup.scss +35 -0
- package/lib/esm/components-react/filtering/FilteringInput.scss +58 -0
- package/lib/esm/components-react/filtering/ResultSelector.scss +66 -0
- package/lib/esm/components-react/iconpicker/IconPickerButton.scss +74 -0
- package/lib/esm/components-react/inputs/ParsedInput.scss +20 -0
- package/lib/esm/components-react/properties/renderers/ActionButtonList.scss +25 -0
- package/lib/esm/components-react/properties/renderers/NonPrimitivePropertyRenderer.scss +17 -0
- package/lib/esm/components-react/properties/renderers/PropertyView.scss +110 -0
- package/lib/esm/components-react/properties/renderers/label/PropertyLabelRenderer.scss +87 -0
- package/lib/esm/components-react/propertygrid/component/PropertyGrid.scss +55 -0
- package/lib/esm/components-react/propertygrid/component/VirtualizedPropertyGrid.scss +100 -0
- package/lib/esm/components-react/selectable-content/SelectableContent.scss +20 -0
- package/lib/esm/components-react/toolbar/Item.scss +94 -0
- package/lib/esm/components-react/toolbar/ItemWrapper.scss +10 -0
- package/lib/esm/components-react/toolbar/Items.scss +96 -0
- package/lib/esm/components-react/toolbar/Overflow.scss +57 -0
- package/lib/esm/components-react/toolbar/OverflowPanel.scss +37 -0
- package/lib/esm/components-react/toolbar/PopupItem.scss +81 -0
- package/lib/esm/components-react/toolbar/Toolbar.scss +16 -0
- package/lib/esm/components-react/toolbar/_variables.scss +34 -0
- package/lib/esm/components-react/toolbar/groupPanel/BackArrow.scss +44 -0
- package/lib/esm/components-react/toolbar/groupPanel/Column.scss +9 -0
- package/lib/esm/components-react/toolbar/groupPanel/Columns.scss +10 -0
- package/lib/esm/components-react/toolbar/groupPanel/Panel.scss +15 -0
- package/lib/esm/components-react/toolbar/groupPanel/Title.scss +33 -0
- package/lib/esm/components-react/toolbar/groupPanel/_variables.scss +17 -0
- package/lib/esm/components-react/toolbar/groupPanel/tool/Expander.scss +30 -0
- package/lib/esm/components-react/toolbar/groupPanel/tool/Tool.scss +117 -0
- package/lib/esm/components-react/toolbar/groupPanel/tool/_variables.scss +15 -0
- package/lib/esm/components-react/tree/HighlightingEngine.scss +8 -0
- package/lib/esm/components-react/tree/controlled/component/ControlledTree.scss +102 -0
- package/lib/esm/components-react/tree/controlled/component/NodeContent.scss +27 -0
- package/package.json +9 -16
|
@@ -0,0 +1,102 @@
|
|
|
1
|
+
/*---------------------------------------------------------------------------------------------
|
|
2
|
+
* Copyright (c) Bentley Systems, Incorporated. All rights reserved.
|
|
3
|
+
* See LICENSE.md in the project root for license terms and full copyright notice.
|
|
4
|
+
*--------------------------------------------------------------------------------------------*/
|
|
5
|
+
@use "~@itwin/core-react/lib/core-react/scrollbar" as *;
|
|
6
|
+
|
|
7
|
+
.components-controlledTree-loader {
|
|
8
|
+
position: relative;
|
|
9
|
+
display: block;
|
|
10
|
+
left: calc(50% - 24px);
|
|
11
|
+
top: calc(50% - 24px);
|
|
12
|
+
height: 48px;
|
|
13
|
+
width: 48px;
|
|
14
|
+
}
|
|
15
|
+
|
|
16
|
+
.components-controlledTree-errorMessage {
|
|
17
|
+
font-style: italic;
|
|
18
|
+
color: var(--iui-color-text-muted);
|
|
19
|
+
margin: 0 20%;
|
|
20
|
+
text-align: center;
|
|
21
|
+
}
|
|
22
|
+
|
|
23
|
+
.components-controlledTree {
|
|
24
|
+
color: var(--iui-color-text);
|
|
25
|
+
background-color: var(--iui-color-background);
|
|
26
|
+
|
|
27
|
+
/**
|
|
28
|
+
* Workaround for horizontal scroll issue.
|
|
29
|
+
* based on https://github.com/bvaughn/react-window/issues/681
|
|
30
|
+
*/
|
|
31
|
+
.ReactVirtualized__Grid,
|
|
32
|
+
.ReactWindow__VariableSizeList {
|
|
33
|
+
overflow: scroll !important;
|
|
34
|
+
background-color: inherit;
|
|
35
|
+
|
|
36
|
+
@include uicore-scrollbar;
|
|
37
|
+
|
|
38
|
+
&:focus {
|
|
39
|
+
outline: none;
|
|
40
|
+
}
|
|
41
|
+
|
|
42
|
+
> div {
|
|
43
|
+
overflow: visible !important;
|
|
44
|
+
max-width: none !important;
|
|
45
|
+
}
|
|
46
|
+
}
|
|
47
|
+
|
|
48
|
+
.node-wrapper {
|
|
49
|
+
// The virtualized list wants to use absolute layout, but we
|
|
50
|
+
// need the inner container to grow in width based on the widest
|
|
51
|
+
// node. To workaround, we use relative layout with 0 heigh nodes.
|
|
52
|
+
position: relative !important;
|
|
53
|
+
height: 0 !important;
|
|
54
|
+
width: fit-content !important;
|
|
55
|
+
min-width: 100% !important;
|
|
56
|
+
overflow: visible !important;
|
|
57
|
+
|
|
58
|
+
&.is-selected {
|
|
59
|
+
// Prevent selected node's borders from being overdrawn by non-selected neighbors
|
|
60
|
+
z-index: 1;
|
|
61
|
+
}
|
|
62
|
+
|
|
63
|
+
.core-tree-node {
|
|
64
|
+
&.is-focused,
|
|
65
|
+
&:focus {
|
|
66
|
+
outline: none;
|
|
67
|
+
}
|
|
68
|
+
}
|
|
69
|
+
}
|
|
70
|
+
|
|
71
|
+
@mixin enable-border($edge) {
|
|
72
|
+
border-#{$edge}: 1px solid var(--iui-color-icon-accent);
|
|
73
|
+
padding-#{$edge}: 0;
|
|
74
|
+
}
|
|
75
|
+
|
|
76
|
+
.node-wrapper.is-selected {
|
|
77
|
+
.core-tree-node {
|
|
78
|
+
background: var(--iui-color-background-accent-muted);
|
|
79
|
+
@include enable-border("left");
|
|
80
|
+
@include enable-border("right");
|
|
81
|
+
}
|
|
82
|
+
}
|
|
83
|
+
|
|
84
|
+
.node-wrapper.is-selected:first-child,
|
|
85
|
+
.node-wrapper:not(.is-selected) + .node-wrapper.is-selected {
|
|
86
|
+
.core-tree-node {
|
|
87
|
+
@include enable-border("top");
|
|
88
|
+
}
|
|
89
|
+
}
|
|
90
|
+
|
|
91
|
+
.node-wrapper.is-selected + .node-wrapper:not(.is-selected) {
|
|
92
|
+
.core-tree-node {
|
|
93
|
+
@include enable-border("top");
|
|
94
|
+
}
|
|
95
|
+
}
|
|
96
|
+
|
|
97
|
+
.node-wrapper.is-selected:last-child {
|
|
98
|
+
.core-tree-node {
|
|
99
|
+
@include enable-border("bottom");
|
|
100
|
+
}
|
|
101
|
+
}
|
|
102
|
+
}
|
|
@@ -0,0 +1,27 @@
|
|
|
1
|
+
/*---------------------------------------------------------------------------------------------
|
|
2
|
+
* Copyright (c) Bentley Systems, Incorporated. All rights reserved.
|
|
3
|
+
* See LICENSE.md in the project root for license terms and full copyright notice.
|
|
4
|
+
*--------------------------------------------------------------------------------------------*/
|
|
5
|
+
|
|
6
|
+
.components-controlledTree-node-description {
|
|
7
|
+
color: var(--iui-color-text-muted);
|
|
8
|
+
font-size: var(--iui-font-size-0);
|
|
9
|
+
margin-top: 4px;
|
|
10
|
+
|
|
11
|
+
&.with-editor {
|
|
12
|
+
margin: 0;
|
|
13
|
+
padding-top: 1px;
|
|
14
|
+
}
|
|
15
|
+
}
|
|
16
|
+
|
|
17
|
+
.components-controlledTree-node-content {
|
|
18
|
+
height: 24px;
|
|
19
|
+
line-height: var(--iui-font-size-0);
|
|
20
|
+
display: flex;
|
|
21
|
+
flex-direction: column;
|
|
22
|
+
justify-content: center;
|
|
23
|
+
|
|
24
|
+
&.with-description {
|
|
25
|
+
height: 43px;
|
|
26
|
+
}
|
|
27
|
+
}
|
package/package.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@itwin/components-react",
|
|
3
|
-
"version": "5.0.0
|
|
3
|
+
"version": "5.0.0",
|
|
4
4
|
"description": "A react component library of iTwin.js UI data-oriented components",
|
|
5
5
|
"type": "module",
|
|
6
6
|
"types": "./lib/components-react.d.ts",
|
|
@@ -37,22 +37,19 @@
|
|
|
37
37
|
"peerDependencies": {
|
|
38
38
|
"@itwin/appui-abstract": "^4.0.0",
|
|
39
39
|
"@itwin/core-bentley": "^4.0.0",
|
|
40
|
-
"@itwin/core-react": "^5.0.0
|
|
40
|
+
"@itwin/core-react": "^5.0.0",
|
|
41
|
+
"@itwin/itwinui-react": "^3.15.0",
|
|
41
42
|
"react": "^18.0.0",
|
|
42
43
|
"react-dom": "^18.0.0"
|
|
43
44
|
},
|
|
44
|
-
"//devDependencies": [
|
|
45
|
-
"NOTE: All peerDependencies should also be listed as devDependencies since peerDependencies are not considered by npm install",
|
|
46
|
-
"NOTE: All tools used by scripts in this package must be listed as devDependencies"
|
|
47
|
-
],
|
|
48
45
|
"devDependencies": {
|
|
49
46
|
"@itwin/appui-abstract": "^4.0.0",
|
|
50
47
|
"@itwin/build-tools": "4.10.0-dev.31",
|
|
51
48
|
"@itwin/core-bentley": "^4.0.0",
|
|
52
49
|
"@itwin/core-common": "^4.0.0",
|
|
53
|
-
"@itwin/core-geometry": "^4.0.0",
|
|
54
50
|
"@itwin/core-i18n": "^4.0.0",
|
|
55
51
|
"@itwin/eslint-plugin": "^4.1.1",
|
|
52
|
+
"@itwin/itwinui-react": "^3.15.0",
|
|
56
53
|
"@testing-library/dom": "^10.1.0",
|
|
57
54
|
"@testing-library/react": "^15.0.7",
|
|
58
55
|
"@testing-library/user-event": "^14.5.2",
|
|
@@ -80,17 +77,10 @@
|
|
|
80
77
|
"typescript": "~5.3.3",
|
|
81
78
|
"upath": "^2.0.1",
|
|
82
79
|
"vitest": "^1.6.0",
|
|
83
|
-
"@itwin/core-react": "5.0.0
|
|
80
|
+
"@itwin/core-react": "5.0.0"
|
|
84
81
|
},
|
|
85
|
-
"//dependencies": [
|
|
86
|
-
"NOTE: these dependencies should be only for things that DO NOT APPEAR IN THE API",
|
|
87
|
-
"NOTE: core-frontend should remain UI technology agnostic, so no react/angular dependencies are allowed"
|
|
88
|
-
],
|
|
89
82
|
"dependencies": {
|
|
90
|
-
"@bentley/icons-generic": "^1.0.34",
|
|
91
|
-
"@itwin/itwinui-variables": "^3.0.0",
|
|
92
83
|
"@itwin/itwinui-icons-react": "^2.8.0",
|
|
93
|
-
"@itwin/itwinui-react": "^3.11.2",
|
|
94
84
|
"classnames": "2.5.1",
|
|
95
85
|
"immer": "^10.1.1",
|
|
96
86
|
"linkify-it": "~2.2.0",
|
|
@@ -101,9 +91,12 @@
|
|
|
101
91
|
},
|
|
102
92
|
"scripts": {
|
|
103
93
|
"start": "run-p -l \"build -- -w\" \"copy:** -- -w\"",
|
|
104
|
-
"build": "npm run copy:css && npm run copy:locale && tsc",
|
|
94
|
+
"build": "npm run copy:css && npm run compat:css && npm run copy:locale && tsc",
|
|
105
95
|
"copy:css": "cpx \"./src/**/*.*css\" ./lib",
|
|
106
96
|
"copy:locale": "cpx ./src/components-react/UiComponents.json ./lib/public/locales/en",
|
|
97
|
+
"compat:css": "npm run compat:cjs && npm run compat:esm",
|
|
98
|
+
"compat:cjs": "cpx \"./src/**/*.{*css,svg}\" ./lib/cjs",
|
|
99
|
+
"compat:esm": "cpx \"./src/**/*.{*css,svg}\" ./lib/esm",
|
|
107
100
|
"clean": "rimraf lib .rush/temp/package-deps*.json",
|
|
108
101
|
"cover": "vitest run --coverage",
|
|
109
102
|
"lint": "eslint -f visualstudio \"./src/**/*.{ts,tsx}\" 1>&2",
|