@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,66 @@
|
|
|
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
|
+
.components-result-selector {
|
|
6
|
+
display: flex;
|
|
7
|
+
align-items: center;
|
|
8
|
+
font-size: 12px;
|
|
9
|
+
|
|
10
|
+
font-family: var(--iui-font-sans);
|
|
11
|
+
color: var(--iui-color-text);
|
|
12
|
+
}
|
|
13
|
+
|
|
14
|
+
.components-result-selector-current-result {
|
|
15
|
+
margin: 0 2px;
|
|
16
|
+
padding-top: 2px;
|
|
17
|
+
|
|
18
|
+
input[type="number"]::-webkit-outer-spin-button,
|
|
19
|
+
input[type="number"]::-webkit-inner-spin-button {
|
|
20
|
+
-webkit-appearance: none;
|
|
21
|
+
margin: 0;
|
|
22
|
+
}
|
|
23
|
+
|
|
24
|
+
input[type="number"] {
|
|
25
|
+
-moz-appearance: textfield;
|
|
26
|
+
display: inline-block;
|
|
27
|
+
text-align: center;
|
|
28
|
+
font-size: 12px;
|
|
29
|
+
padding: 0px;
|
|
30
|
+
min-width: 2em;
|
|
31
|
+
}
|
|
32
|
+
}
|
|
33
|
+
|
|
34
|
+
.components-result-selector-current-result:hover {
|
|
35
|
+
cursor: pointer;
|
|
36
|
+
}
|
|
37
|
+
|
|
38
|
+
.components-result-selector-button {
|
|
39
|
+
font-size: 12px;
|
|
40
|
+
height: 20px;
|
|
41
|
+
width: 20px;
|
|
42
|
+
border-style: none;
|
|
43
|
+
color: var(--iui-color-text-muted);
|
|
44
|
+
margin: 0 4px;
|
|
45
|
+
}
|
|
46
|
+
|
|
47
|
+
.components-result-selector-button:hover {
|
|
48
|
+
background-color: var(--iui-color-background-hover);
|
|
49
|
+
border-radius: 2px;
|
|
50
|
+
}
|
|
51
|
+
|
|
52
|
+
/* Overriding iTwinUI button defaults */
|
|
53
|
+
.components-result-selector-button,
|
|
54
|
+
.components-result-selector-button:active,
|
|
55
|
+
.components-result-selector-button:focus,
|
|
56
|
+
.components-result-selector-button:disabled,
|
|
57
|
+
.components-result-selector-button[disabled]:hover {
|
|
58
|
+
border-style: none;
|
|
59
|
+
padding: 0px;
|
|
60
|
+
}
|
|
61
|
+
|
|
62
|
+
.components-result-selector-button:disabled,
|
|
63
|
+
.components-result-selector-button[disabled]:hover {
|
|
64
|
+
background-color: var(--iui-color-background-backdrop);
|
|
65
|
+
cursor: default;
|
|
66
|
+
}
|
|
@@ -0,0 +1,74 @@
|
|
|
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/z-index" as *;
|
|
6
|
+
|
|
7
|
+
.components-iconpicker-button {
|
|
8
|
+
color: var(--iui-color-text);
|
|
9
|
+
background: var(--iui-color-background);
|
|
10
|
+
box-sizing: border-box;
|
|
11
|
+
border: 1px solid var(--iui-color-border-foreground);
|
|
12
|
+
border-radius: var(--iui-border-radius-1);
|
|
13
|
+
display: flex;
|
|
14
|
+
align-items: center;
|
|
15
|
+
width: fit-content;
|
|
16
|
+
|
|
17
|
+
.iconpicker-button-sprite {
|
|
18
|
+
width: 18px;
|
|
19
|
+
height: 18px;
|
|
20
|
+
margin: 4px;
|
|
21
|
+
}
|
|
22
|
+
|
|
23
|
+
.icon {
|
|
24
|
+
margin-left: 4px;
|
|
25
|
+
font-size: 10px;
|
|
26
|
+
transition: color 0.1s ease;
|
|
27
|
+
}
|
|
28
|
+
|
|
29
|
+
&:not(.readonly) {
|
|
30
|
+
cursor: pointer;
|
|
31
|
+
}
|
|
32
|
+
|
|
33
|
+
&:hover .icon {
|
|
34
|
+
color: var(--iui-color-text-accent);
|
|
35
|
+
}
|
|
36
|
+
}
|
|
37
|
+
|
|
38
|
+
.components-iconpicker-popup {
|
|
39
|
+
border: 1px solid var(--iui-color-border-foreground);
|
|
40
|
+
@include uicore-z-index(dialog-popup);
|
|
41
|
+
|
|
42
|
+
.components-iconpicker-popup-container {
|
|
43
|
+
color: var(--iui-color-text);
|
|
44
|
+
background: var(--iui-color-background);
|
|
45
|
+
|
|
46
|
+
.components-iconpicker-popup-icons {
|
|
47
|
+
display: grid;
|
|
48
|
+
grid-gap: 8px;
|
|
49
|
+
padding: 8px;
|
|
50
|
+
|
|
51
|
+
.components-icon-swatch {
|
|
52
|
+
width: 34px;
|
|
53
|
+
height: 34px;
|
|
54
|
+
padding: 4px;
|
|
55
|
+
border-width: 1px;
|
|
56
|
+
border-radius: var(--iui-border-radius-1);
|
|
57
|
+
border-style: solid;
|
|
58
|
+
border-color: rgba(0, 0, 0, 0.2);
|
|
59
|
+
background: var(--iui-color-background);
|
|
60
|
+
transition: scale 0.2s ease;
|
|
61
|
+
cursor: pointer;
|
|
62
|
+
outline: none;
|
|
63
|
+
|
|
64
|
+
&:hover {
|
|
65
|
+
transform: scale(1.15);
|
|
66
|
+
}
|
|
67
|
+
|
|
68
|
+
&[disabled] {
|
|
69
|
+
opacity: 0.2;
|
|
70
|
+
}
|
|
71
|
+
}
|
|
72
|
+
}
|
|
73
|
+
}
|
|
74
|
+
}
|
|
@@ -0,0 +1,20 @@
|
|
|
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/inputs/variables" as *;
|
|
6
|
+
|
|
7
|
+
.components-parsed-input {
|
|
8
|
+
width: auto;
|
|
9
|
+
padding: $uicore-iui-input-padding;
|
|
10
|
+
|
|
11
|
+
&.components-parsed-input-has-error {
|
|
12
|
+
color: var(--iui-color-text-negative);
|
|
13
|
+
font-weight: bold;
|
|
14
|
+
}
|
|
15
|
+
|
|
16
|
+
&.components-parsed-input[disabled] {
|
|
17
|
+
color: var(--iui-color-text);
|
|
18
|
+
opacity: 0.65;
|
|
19
|
+
}
|
|
20
|
+
}
|
|
@@ -0,0 +1,25 @@
|
|
|
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
|
+
@mixin property-action-button-list {
|
|
6
|
+
display: flex;
|
|
7
|
+
justify-content: flex-end;
|
|
8
|
+
align-items: center;
|
|
9
|
+
}
|
|
10
|
+
|
|
11
|
+
.components-property-action-button-list--horizontal {
|
|
12
|
+
@include property-action-button-list;
|
|
13
|
+
grid-column: 4;
|
|
14
|
+
}
|
|
15
|
+
|
|
16
|
+
.components-property-action-button-list--vertical {
|
|
17
|
+
@include property-action-button-list;
|
|
18
|
+
grid-column: 2;
|
|
19
|
+
grid-row-start: 1;
|
|
20
|
+
grid-row-end: 3;
|
|
21
|
+
}
|
|
22
|
+
|
|
23
|
+
.components-action-button-container {
|
|
24
|
+
margin: 0 5px 0 5px;
|
|
25
|
+
}
|
|
@@ -0,0 +1,17 @@
|
|
|
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
|
+
@use "~@itwin/core-react/lib/core-react/style/colors" as *;
|
|
7
|
+
|
|
8
|
+
.components-nonprimitive-property {
|
|
9
|
+
padding: 10px;
|
|
10
|
+
display: grid;
|
|
11
|
+
grid-row-gap: 10px;
|
|
12
|
+
|
|
13
|
+
border-radius: var(--iui-border-radius-1);
|
|
14
|
+
border: solid 1px $uicore-gray-9;
|
|
15
|
+
|
|
16
|
+
background-color: #ffffff;
|
|
17
|
+
}
|
|
@@ -0,0 +1,110 @@
|
|
|
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
|
+
$text-font-size: var(--iui-font-size-1);
|
|
6
|
+
$text-font-color: var(--iui-color-text);
|
|
7
|
+
|
|
8
|
+
.components-property-record--horizontal {
|
|
9
|
+
height: 100%;
|
|
10
|
+
display: grid;
|
|
11
|
+
padding: 0 8px;
|
|
12
|
+
|
|
13
|
+
.components-property-record-label {
|
|
14
|
+
font-size: var(--iui-font-size-0);
|
|
15
|
+
color: var(--iui-color-text-muted);
|
|
16
|
+
}
|
|
17
|
+
|
|
18
|
+
.components-property-record-value {
|
|
19
|
+
min-height: 24px;
|
|
20
|
+
font-size: $text-font-size;
|
|
21
|
+
color: $text-font-color;
|
|
22
|
+
padding: 0px 5px;
|
|
23
|
+
}
|
|
24
|
+
}
|
|
25
|
+
|
|
26
|
+
.components-property-record--vertical {
|
|
27
|
+
height: 100%;
|
|
28
|
+
padding: 0 8px;
|
|
29
|
+
display: grid;
|
|
30
|
+
align-content: center;
|
|
31
|
+
|
|
32
|
+
.components-property-record-label {
|
|
33
|
+
font-size: var(--iui-font-size-0);
|
|
34
|
+
color: var(--iui-color-text-muted);
|
|
35
|
+
}
|
|
36
|
+
|
|
37
|
+
.components-property-record-value {
|
|
38
|
+
min-height: 22px;
|
|
39
|
+
font-size: $text-font-size;
|
|
40
|
+
color: $text-font-color;
|
|
41
|
+
}
|
|
42
|
+
}
|
|
43
|
+
|
|
44
|
+
@mixin record-cell {
|
|
45
|
+
display: flex;
|
|
46
|
+
align-items: center;
|
|
47
|
+
}
|
|
48
|
+
|
|
49
|
+
.components-property-record-label {
|
|
50
|
+
@include record-cell;
|
|
51
|
+
overflow: hidden;
|
|
52
|
+
}
|
|
53
|
+
|
|
54
|
+
.components-property-record-value {
|
|
55
|
+
@include record-cell;
|
|
56
|
+
overflow: hidden;
|
|
57
|
+
|
|
58
|
+
& > span {
|
|
59
|
+
white-space: nowrap;
|
|
60
|
+
text-overflow: ellipsis;
|
|
61
|
+
width: 100%;
|
|
62
|
+
overflow: hidden;
|
|
63
|
+
}
|
|
64
|
+
|
|
65
|
+
.core-underlined-button {
|
|
66
|
+
// Offset by 2px, because value is centered vertically
|
|
67
|
+
// and the button has an underline which offsets it's content,
|
|
68
|
+
// which in turn makes it not in line with the rest of text
|
|
69
|
+
margin-top: 2px;
|
|
70
|
+
}
|
|
71
|
+
|
|
72
|
+
.multiline {
|
|
73
|
+
display: flex;
|
|
74
|
+
align-items: baseline;
|
|
75
|
+
|
|
76
|
+
.content {
|
|
77
|
+
overflow: hidden;
|
|
78
|
+
text-overflow: ellipsis;
|
|
79
|
+
}
|
|
80
|
+
}
|
|
81
|
+
|
|
82
|
+
.expanded {
|
|
83
|
+
white-space: pre-wrap;
|
|
84
|
+
margin-top: 4px;
|
|
85
|
+
margin-bottom: 4px;
|
|
86
|
+
|
|
87
|
+
.expand-toggle {
|
|
88
|
+
float: right;
|
|
89
|
+
margin-top: 2px;
|
|
90
|
+
}
|
|
91
|
+
}
|
|
92
|
+
|
|
93
|
+
.expand-toggle {
|
|
94
|
+
padding: 0;
|
|
95
|
+
white-space: nowrap;
|
|
96
|
+
border: none;
|
|
97
|
+
background: none;
|
|
98
|
+
color: var(--iui-color-icon-accent);
|
|
99
|
+
font-size: 12px;
|
|
100
|
+
cursor: pointer;
|
|
101
|
+
|
|
102
|
+
&:hover {
|
|
103
|
+
text-decoration: underline;
|
|
104
|
+
}
|
|
105
|
+
|
|
106
|
+
&:active {
|
|
107
|
+
outline: none;
|
|
108
|
+
}
|
|
109
|
+
}
|
|
110
|
+
}
|
|
@@ -0,0 +1,87 @@
|
|
|
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
|
+
@mixin rotate($amount) {
|
|
6
|
+
-webkit-transform: rotate($amount);
|
|
7
|
+
-ms-transform: rotate($amount);
|
|
8
|
+
transform: rotate($amount);
|
|
9
|
+
}
|
|
10
|
+
|
|
11
|
+
@mixin transition($seconds, $type) {
|
|
12
|
+
-webkit-transition: -webkit-transform $seconds $type;
|
|
13
|
+
-ms-transition: -ms-transform $seconds $type;
|
|
14
|
+
transition: transform $seconds $type;
|
|
15
|
+
}
|
|
16
|
+
|
|
17
|
+
.components-property-label-renderer {
|
|
18
|
+
text-overflow: ellipsis;
|
|
19
|
+
white-space: nowrap;
|
|
20
|
+
overflow: hidden;
|
|
21
|
+
margin-block: auto;
|
|
22
|
+
|
|
23
|
+
&-colon::after {
|
|
24
|
+
content: ":";
|
|
25
|
+
margin-inline-end: var(--iui-size-2xs);
|
|
26
|
+
}
|
|
27
|
+
}
|
|
28
|
+
|
|
29
|
+
@mixin specific-property-label-renderer {
|
|
30
|
+
position: relative;
|
|
31
|
+
display: flex;
|
|
32
|
+
|
|
33
|
+
.components-label-popup {
|
|
34
|
+
background: var(--iui-color-background-hover);
|
|
35
|
+
width: max-content;
|
|
36
|
+
padding: 5px;
|
|
37
|
+
}
|
|
38
|
+
}
|
|
39
|
+
|
|
40
|
+
.components-primitive-property-label-renderer {
|
|
41
|
+
@include specific-property-label-renderer;
|
|
42
|
+
}
|
|
43
|
+
|
|
44
|
+
.components-property-record--vertical {
|
|
45
|
+
.components-nonprimitive-property-label-renderer {
|
|
46
|
+
margin-bottom: 4px;
|
|
47
|
+
}
|
|
48
|
+
}
|
|
49
|
+
|
|
50
|
+
.components-nonprimitive-property-label-renderer {
|
|
51
|
+
align-items: center;
|
|
52
|
+
border: none;
|
|
53
|
+
background: transparent;
|
|
54
|
+
cursor: pointer;
|
|
55
|
+
color: var(--iui-color-text);
|
|
56
|
+
font-size: 14px;
|
|
57
|
+
height: 100%;
|
|
58
|
+
width: 100%;
|
|
59
|
+
transition: transform var(--iui-duration-1) ease-in-out,
|
|
60
|
+
-webkit-transform var(--iui-duration-1) ease-in-out;
|
|
61
|
+
|
|
62
|
+
@include specific-property-label-renderer;
|
|
63
|
+
|
|
64
|
+
> .components-property-label-renderer {
|
|
65
|
+
flex: 1;
|
|
66
|
+
padding-left: var(--iui-size-2xs);
|
|
67
|
+
}
|
|
68
|
+
|
|
69
|
+
> div {
|
|
70
|
+
@include transition(var(--iui-duration-1), ease-in-out);
|
|
71
|
+
|
|
72
|
+
svg {
|
|
73
|
+
width: var(--iui-size-s);
|
|
74
|
+
height: var(--iui-size-s);
|
|
75
|
+
fill: var(--iui-color-icon);
|
|
76
|
+
display: block;
|
|
77
|
+
}
|
|
78
|
+
|
|
79
|
+
&.components-expanded {
|
|
80
|
+
@include rotate(90deg);
|
|
81
|
+
}
|
|
82
|
+
}
|
|
83
|
+
|
|
84
|
+
&:hover {
|
|
85
|
+
color: var(--iui-color-text-hover);
|
|
86
|
+
}
|
|
87
|
+
}
|
|
@@ -0,0 +1,55 @@
|
|
|
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-property-grid-loader {
|
|
8
|
+
position: relative;
|
|
9
|
+
display: block;
|
|
10
|
+
left: calc(50% - 24px);
|
|
11
|
+
top: calc(50% - 24px);
|
|
12
|
+
}
|
|
13
|
+
|
|
14
|
+
.components-property-grid-wrapper {
|
|
15
|
+
width: 100%;
|
|
16
|
+
height: 100%;
|
|
17
|
+
overflow-y: auto;
|
|
18
|
+
|
|
19
|
+
@include uicore-touch-scrolling;
|
|
20
|
+
@include uicore-scrollbar();
|
|
21
|
+
}
|
|
22
|
+
|
|
23
|
+
@mixin components-property-list {
|
|
24
|
+
width: 100%;
|
|
25
|
+
|
|
26
|
+
.components--selected,
|
|
27
|
+
.components--selected:hover {
|
|
28
|
+
background-color: var(--iui-color-background-accent-muted);
|
|
29
|
+
outline: 1px solid var(--iui-color-border-accent);
|
|
30
|
+
}
|
|
31
|
+
|
|
32
|
+
.components--clickable:where(:not(.components--selected)) {
|
|
33
|
+
cursor: pointer;
|
|
34
|
+
|
|
35
|
+
&:hover {
|
|
36
|
+
background: var(--iui-color-background-hover);
|
|
37
|
+
}
|
|
38
|
+
}
|
|
39
|
+
|
|
40
|
+
.components--hoverable:hover {
|
|
41
|
+
background-color: var(--iui-color-background-hover);
|
|
42
|
+
}
|
|
43
|
+
}
|
|
44
|
+
|
|
45
|
+
.components-property-list--horizontal {
|
|
46
|
+
display: grid;
|
|
47
|
+
grid-row-gap: 1px;
|
|
48
|
+
overflow: hidden;
|
|
49
|
+
|
|
50
|
+
@include components-property-list;
|
|
51
|
+
}
|
|
52
|
+
|
|
53
|
+
.components-property-list--vertical {
|
|
54
|
+
@include components-property-list;
|
|
55
|
+
}
|
|
@@ -0,0 +1,100 @@
|
|
|
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-virtualized-property-grid-loader {
|
|
8
|
+
height: 100%;
|
|
9
|
+
display: flex;
|
|
10
|
+
align-items: center;
|
|
11
|
+
justify-content: center;
|
|
12
|
+
}
|
|
13
|
+
|
|
14
|
+
.components-property-grid-wrapper {
|
|
15
|
+
@include uicore-touch-scrolling;
|
|
16
|
+
@include uicore-scrollbar();
|
|
17
|
+
}
|
|
18
|
+
|
|
19
|
+
.virtualized-grid-node {
|
|
20
|
+
> :not(.virtualized-grid-node-category) {
|
|
21
|
+
background: var(--iui-color-background);
|
|
22
|
+
}
|
|
23
|
+
|
|
24
|
+
.nested-border-middle {
|
|
25
|
+
height: 100%;
|
|
26
|
+
padding: 0 4px;
|
|
27
|
+
box-sizing: border-box;
|
|
28
|
+
border-left: 1px solid var(--iui-color-border);
|
|
29
|
+
border-right: 1px solid var(--iui-color-border);
|
|
30
|
+
}
|
|
31
|
+
|
|
32
|
+
.nested-border-bottom {
|
|
33
|
+
border-bottom: 1px solid var(--iui-color-border);
|
|
34
|
+
padding-bottom: 4px;
|
|
35
|
+
}
|
|
36
|
+
|
|
37
|
+
.components--clickable {
|
|
38
|
+
cursor: pointer;
|
|
39
|
+
box-sizing: border-box;
|
|
40
|
+
|
|
41
|
+
&:not(.components--selected) {
|
|
42
|
+
&:hover {
|
|
43
|
+
// Highlight the whole row of inner-most expandable block
|
|
44
|
+
margin: 0 -4px;
|
|
45
|
+
// Compensate the negative margin by adding padding
|
|
46
|
+
padding: 0 12px;
|
|
47
|
+
|
|
48
|
+
background: var(--iui-color-background-hover);
|
|
49
|
+
}
|
|
50
|
+
}
|
|
51
|
+
}
|
|
52
|
+
|
|
53
|
+
.components--selected {
|
|
54
|
+
// Highlight the whole row of inner-most expandable block
|
|
55
|
+
margin: 0 -4px;
|
|
56
|
+
// Compensate the negative margin by adding padding (minus one for border)
|
|
57
|
+
padding: 0px 11px;
|
|
58
|
+
|
|
59
|
+
background-color: var(--iui-color-background-accent-muted);
|
|
60
|
+
border: 1px solid var(--iui-color-border-accent);
|
|
61
|
+
}
|
|
62
|
+
|
|
63
|
+
.components--hoverable {
|
|
64
|
+
&:hover {
|
|
65
|
+
background: var(--iui-color-background-hover);
|
|
66
|
+
|
|
67
|
+
&:not(.components--selected) {
|
|
68
|
+
// Highlight the whole row of inner-most expandable block
|
|
69
|
+
margin: 0 -4px;
|
|
70
|
+
// Compensate the negative margin by adding padding
|
|
71
|
+
padding: 0 12px;
|
|
72
|
+
}
|
|
73
|
+
}
|
|
74
|
+
}
|
|
75
|
+
}
|
|
76
|
+
|
|
77
|
+
.virtualized-grid-node-category {
|
|
78
|
+
padding-top: 4px;
|
|
79
|
+
|
|
80
|
+
.components-expandable-content {
|
|
81
|
+
// We are rendering virtualized content below the expandable block
|
|
82
|
+
display: none;
|
|
83
|
+
}
|
|
84
|
+
}
|
|
85
|
+
|
|
86
|
+
.virtualized-grid-node-custom-category {
|
|
87
|
+
padding-top: 4px;
|
|
88
|
+
|
|
89
|
+
.components-expandable-content > div {
|
|
90
|
+
padding: 0 4px 4px 4px;
|
|
91
|
+
}
|
|
92
|
+
}
|
|
93
|
+
|
|
94
|
+
.virtualized-grid-node-content {
|
|
95
|
+
height: 100%;
|
|
96
|
+
}
|
|
97
|
+
|
|
98
|
+
.virtualized-grid-node-content-wrapper-item {
|
|
99
|
+
overflow: hidden;
|
|
100
|
+
}
|
|
@@ -0,0 +1,20 @@
|
|
|
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-selectable-content {
|
|
7
|
+
display: flex;
|
|
8
|
+
flex-direction: column;
|
|
9
|
+
|
|
10
|
+
.components-selectable-content-header {
|
|
11
|
+
.components-selectable-content-selector {
|
|
12
|
+
width: 100%;
|
|
13
|
+
}
|
|
14
|
+
}
|
|
15
|
+
|
|
16
|
+
.components-selectable-content-wrapper {
|
|
17
|
+
flex-grow: 1;
|
|
18
|
+
overflow: hidden;
|
|
19
|
+
}
|
|
20
|
+
}
|
|
@@ -0,0 +1,94 @@
|
|
|
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 "variables" as *;
|
|
6
|
+
|
|
7
|
+
.components-toolbar-button-item {
|
|
8
|
+
box-sizing: border-box;
|
|
9
|
+
background-origin: border-box;
|
|
10
|
+
border-color: transparent;
|
|
11
|
+
border-style: solid;
|
|
12
|
+
border-radius: var(--iui-border-radius-1);
|
|
13
|
+
cursor: pointer;
|
|
14
|
+
transition: background-color var(--iui-duration-1) ease;
|
|
15
|
+
position: relative;
|
|
16
|
+
background: transparent;
|
|
17
|
+
height: 100%;
|
|
18
|
+
width: 100%;
|
|
19
|
+
outline-style: solid;
|
|
20
|
+
outline-width: 0;
|
|
21
|
+
|
|
22
|
+
> .components-icon {
|
|
23
|
+
font-size: $icon-size;
|
|
24
|
+
width: 100%;
|
|
25
|
+
height: 100%;
|
|
26
|
+
display: grid;
|
|
27
|
+
align-content: center;
|
|
28
|
+
justify-content: center;
|
|
29
|
+
color: var(--iui-color-icon);
|
|
30
|
+
transition: color var(--iui-duration-1) ease;
|
|
31
|
+
|
|
32
|
+
img {
|
|
33
|
+
width: $icon-size;
|
|
34
|
+
height: $icon-size;
|
|
35
|
+
}
|
|
36
|
+
}
|
|
37
|
+
|
|
38
|
+
&:not(.components-disabled) > .components-icon {
|
|
39
|
+
filter: $icon-shadow;
|
|
40
|
+
}
|
|
41
|
+
|
|
42
|
+
&:focus-visible:not(.components-disabled):not(.components-active),
|
|
43
|
+
&:hover:not(.components-disabled):not(.components-active),
|
|
44
|
+
&:active:not(.components-disabled):not(.components-active) {
|
|
45
|
+
color: var(--iui-color-icon-hover);
|
|
46
|
+
background-color: var(--iui-color-background-transparent-hover);
|
|
47
|
+
}
|
|
48
|
+
|
|
49
|
+
&.components-active {
|
|
50
|
+
color: var(--iui-color-icon-accent);
|
|
51
|
+
background-color: var(--iui-color-background-accent-muted);
|
|
52
|
+
// background-color: hsl(var(--iui-color-accent-hsl) / var(--iui-opacity-5));
|
|
53
|
+
border: solid 2px var(--iui-color-border-accent);
|
|
54
|
+
|
|
55
|
+
&:not(:active):not(.components-disabled) {
|
|
56
|
+
transition-duration: 0s;
|
|
57
|
+
|
|
58
|
+
> .components-icon {
|
|
59
|
+
color: var(--iui-color-icon-accent);
|
|
60
|
+
transition-duration: var(--iui-duration-1);
|
|
61
|
+
transition-timing-function: cubic-bezier(1, 0.1, 1, 0.5);
|
|
62
|
+
}
|
|
63
|
+
}
|
|
64
|
+
}
|
|
65
|
+
|
|
66
|
+
&.components-disabled {
|
|
67
|
+
cursor: not-allowed;
|
|
68
|
+
|
|
69
|
+
> .components-icon {
|
|
70
|
+
color: var(--iui-color-icon-disabled);
|
|
71
|
+
}
|
|
72
|
+
|
|
73
|
+
&:hover {
|
|
74
|
+
cursor: auto;
|
|
75
|
+
}
|
|
76
|
+
|
|
77
|
+
&:active {
|
|
78
|
+
pointer-events: none;
|
|
79
|
+
}
|
|
80
|
+
}
|
|
81
|
+
|
|
82
|
+
> .components-badge {
|
|
83
|
+
display: none;
|
|
84
|
+
}
|
|
85
|
+
}
|
|
86
|
+
|
|
87
|
+
div.components-toolbar-items-container.components-toolbar-show-decorators
|
|
88
|
+
.components-toolbar-button-item
|
|
89
|
+
> .components-badge {
|
|
90
|
+
display: block;
|
|
91
|
+
position: absolute;
|
|
92
|
+
top: 0;
|
|
93
|
+
left: 0;
|
|
94
|
+
}
|
|
@@ -0,0 +1,10 @@
|
|
|
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
|
+
.components-toolbar-item-container {
|
|
6
|
+
position: relative;
|
|
7
|
+
height: 100%;
|
|
8
|
+
display: flex;
|
|
9
|
+
align-items: center;
|
|
10
|
+
}
|