@itwin/core-react 4.0.0-dev.12 → 4.0.0-dev.14
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 +116 -1
- package/ContributeGuidelines.md +17 -14
- package/README.md +2 -2
- package/lib/cjs/core-react/UiCore.d.ts +40 -40
- package/lib/cjs/core-react/UiCore.js +85 -85
- package/lib/cjs/core-react/UiCore.js.map +1 -1
- package/lib/cjs/core-react/autosuggest/AutoSuggest.d.ts +96 -96
- package/lib/cjs/core-react/autosuggest/AutoSuggest.d.ts.map +1 -1
- package/lib/cjs/core-react/autosuggest/AutoSuggest.js +174 -174
- package/lib/cjs/core-react/autosuggest/AutoSuggest.scss +1 -2
- package/lib/cjs/core-react/badge/Badge.d.ts +18 -18
- package/lib/cjs/core-react/badge/Badge.js +26 -26
- package/lib/cjs/core-react/badge/BadgeUtilities.d.ts +12 -12
- package/lib/cjs/core-react/badge/BadgeUtilities.js +38 -38
- package/lib/cjs/core-react/badge/BetaBadge.d.ts +9 -9
- package/lib/cjs/core-react/badge/BetaBadge.js +22 -22
- package/lib/cjs/core-react/badge/NewBadge.d.ts +10 -10
- package/lib/cjs/core-react/badge/NewBadge.js +23 -23
- package/lib/cjs/core-react/base/Centered.d.ts +10 -10
- package/lib/cjs/core-react/base/Centered.js +20 -20
- package/lib/cjs/core-react/base/Div.d.ts +16 -16
- package/lib/cjs/core-react/base/Div.js +20 -20
- package/lib/cjs/core-react/base/DivWithOutsideClick.d.ts +79 -79
- package/lib/cjs/core-react/base/DivWithOutsideClick.js +16 -16
- package/lib/cjs/core-react/base/FillCentered.d.ts +10 -10
- package/lib/cjs/core-react/base/FillCentered.js +20 -20
- package/lib/cjs/core-react/base/FlexWrapContainer.d.ts +11 -11
- package/lib/cjs/core-react/base/FlexWrapContainer.js +21 -21
- package/lib/cjs/core-react/base/Gap.d.ts +15 -15
- package/lib/cjs/core-react/base/Gap.js +20 -20
- package/lib/cjs/core-react/base/Gap.js.map +1 -1
- package/lib/cjs/core-react/base/PointerEvents.d.ts +7 -7
- package/lib/cjs/core-react/base/PointerEvents.js +17 -17
- package/lib/cjs/core-react/base/ScrollView.d.ts +11 -11
- package/lib/cjs/core-react/base/ScrollView.js +21 -21
- package/lib/cjs/core-react/button/UnderlinedButton.d.ts +24 -24
- package/lib/cjs/core-react/button/UnderlinedButton.js +35 -35
- package/lib/cjs/core-react/checklistbox/CheckListBox.d.ts +40 -40
- package/lib/cjs/core-react/checklistbox/CheckListBox.js +42 -42
- package/lib/cjs/core-react/checklistbox/CheckListBox.scss +0 -1
- package/lib/cjs/core-react/classes.scss +0 -2
- package/lib/cjs/core-react/contextmenu/ContextMenu.d.ts +93 -93
- package/lib/cjs/core-react/contextmenu/ContextMenu.d.ts.map +1 -1
- package/lib/cjs/core-react/contextmenu/ContextMenu.js +363 -364
- package/lib/cjs/core-react/contextmenu/ContextMenu.js.map +1 -1
- package/lib/cjs/core-react/contextmenu/ContextMenuDirection.d.ts +18 -18
- package/lib/cjs/core-react/contextmenu/ContextMenuDirection.js +26 -26
- package/lib/cjs/core-react/contextmenu/ContextMenuDivider.d.ts +12 -12
- package/lib/cjs/core-react/contextmenu/ContextMenuDivider.js +23 -23
- package/lib/cjs/core-react/contextmenu/ContextMenuItem.d.ts +61 -61
- package/lib/cjs/core-react/contextmenu/ContextMenuItem.js +108 -108
- package/lib/cjs/core-react/contextmenu/ContextMenuItem.js.map +1 -1
- package/lib/cjs/core-react/contextmenu/ContextSubMenu.d.ts +51 -51
- package/lib/cjs/core-react/contextmenu/ContextSubMenu.d.ts.map +1 -1
- package/lib/cjs/core-react/contextmenu/ContextSubMenu.js +162 -162
- package/lib/cjs/core-react/contextmenu/ContextSubMenu.js.map +1 -1
- package/lib/cjs/core-react/contextmenu/GlobalContextMenu.d.ts +34 -34
- package/lib/cjs/core-react/contextmenu/GlobalContextMenu.js +61 -63
- package/lib/cjs/core-react/contextmenu/GlobalContextMenu.js.map +1 -1
- package/lib/cjs/core-react/contextmenu/PopupContextMenu.d.ts +53 -53
- package/lib/cjs/core-react/contextmenu/PopupContextMenu.js +55 -55
- package/lib/cjs/core-react/contextmenu/TildeFinder.d.ts +18 -18
- package/lib/cjs/core-react/contextmenu/TildeFinder.js +70 -70
- package/lib/cjs/core-react/contextmenu/TildeFinder.js.map +1 -1
- package/lib/cjs/core-react/dialog/Dialog.d.ts +132 -132
- package/lib/cjs/core-react/dialog/Dialog.js +374 -375
- package/lib/cjs/core-react/dialog/Dialog.js.map +1 -1
- package/lib/cjs/core-react/dialog/GlobalDialog.d.ts +28 -28
- package/lib/cjs/core-react/dialog/GlobalDialog.js +52 -53
- package/lib/cjs/core-react/dialog/GlobalDialog.js.map +1 -1
- package/lib/cjs/core-react/elementseparator/ElementSeparator.d.ts +41 -41
- package/lib/cjs/core-react/elementseparator/ElementSeparator.js +163 -163
- package/lib/cjs/core-react/elementseparator/ElementSeparator.js.map +1 -1
- package/lib/cjs/core-react/enums/Alignment.d.ts +22 -22
- package/lib/cjs/core-react/enums/Alignment.js +31 -31
- package/lib/cjs/core-react/enums/CheckBoxState.d.ts +20 -20
- package/lib/cjs/core-react/enums/CheckBoxState.js +19 -19
- package/lib/cjs/core-react/enums/Orientation.d.ts +11 -11
- package/lib/cjs/core-react/enums/Orientation.js +19 -19
- package/lib/cjs/core-react/enums/SortDirection.d.ts +12 -12
- package/lib/cjs/core-react/enums/SortDirection.js +20 -20
- package/lib/cjs/core-react/enums/TimeFormat.d.ts +14 -14
- package/lib/cjs/core-react/enums/TimeFormat.js +22 -22
- package/lib/cjs/core-react/expandable/ExpandableList.d.ts +37 -37
- package/lib/cjs/core-react/expandable/ExpandableList.js +57 -57
- package/lib/cjs/core-react/expandable/ExpandableList.js.map +1 -1
- package/lib/cjs/core-react/focus/ItemKeyboardNavigator.d.ts +53 -53
- package/lib/cjs/core-react/focus/ItemKeyboardNavigator.d.ts.map +1 -1
- package/lib/cjs/core-react/focus/ItemKeyboardNavigator.js +150 -150
- package/lib/cjs/core-react/focustrap/FocusTrap.d.ts +28 -28
- package/lib/cjs/core-react/focustrap/FocusTrap.js +196 -196
- package/lib/cjs/core-react/hocs/withIsPressed.d.ts +77 -77
- package/lib/cjs/core-react/hocs/withIsPressed.js +46 -46
- package/lib/cjs/core-react/hocs/withOnOutsideClick.d.ts +103 -103
- package/lib/cjs/core-react/hocs/withOnOutsideClick.js +114 -115
- package/lib/cjs/core-react/hocs/withOnOutsideClick.js.map +1 -1
- package/lib/cjs/core-react/hocs/withTimeout.d.ts +74 -74
- package/lib/cjs/core-react/hocs/withTimeout.js +46 -46
- package/lib/cjs/core-react/icons/ConditionalIconItem.d.ts +26 -26
- package/lib/cjs/core-react/icons/ConditionalIconItem.js +64 -64
- package/lib/cjs/core-react/icons/IconComponent.d.ts +25 -25
- package/lib/cjs/core-react/icons/IconComponent.d.ts.map +1 -1
- package/lib/cjs/core-react/icons/IconComponent.js +48 -48
- package/lib/cjs/core-react/icons/IconComponent.js.map +1 -1
- package/lib/cjs/core-react/icons/SvgPath.d.ts +23 -23
- package/lib/cjs/core-react/icons/SvgPath.js +27 -27
- package/lib/cjs/core-react/icons/WebFontIcon.d.ts +25 -25
- package/lib/cjs/core-react/icons/WebFontIcon.js +21 -21
- package/lib/cjs/core-react/imagecheckbox/ImageCheckBox.d.ts +42 -42
- package/lib/cjs/core-react/imagecheckbox/ImageCheckBox.js +56 -56
- package/lib/cjs/core-react/index.scss +0 -2
- package/lib/cjs/core-react/inputs/Input.d.ts +20 -20
- package/lib/cjs/core-react/inputs/Input.js +45 -45
- package/lib/cjs/core-react/inputs/InputLabel.d.ts +20 -20
- package/lib/cjs/core-react/inputs/InputLabel.js +41 -41
- package/lib/cjs/core-react/inputs/InputStatus.d.ts +11 -11
- package/lib/cjs/core-react/inputs/InputStatus.js +19 -19
- package/lib/cjs/core-react/inputs/LabeledComponentProps.d.ts +33 -33
- package/lib/cjs/core-react/inputs/LabeledComponentProps.js +9 -9
- package/lib/cjs/core-react/inputs/iconinput/IconInput.d.ts +23 -23
- package/lib/cjs/core-react/inputs/iconinput/IconInput.js +29 -29
- package/lib/cjs/core-react/inputs/numberinput/NumberInput.d.ts +50 -50
- package/lib/cjs/core-react/inputs/numberinput/NumberInput.d.ts.map +1 -1
- package/lib/cjs/core-react/inputs/numberinput/NumberInput.js +153 -153
- package/lib/cjs/core-react/listbox/Listbox.d.ts +55 -55
- package/lib/cjs/core-react/listbox/Listbox.d.ts.map +1 -1
- package/lib/cjs/core-react/listbox/Listbox.js +221 -222
- package/lib/cjs/core-react/listbox/Listbox.js.map +1 -1
- package/lib/cjs/core-react/loading/LoadingBar.d.ts +29 -29
- package/lib/cjs/core-react/loading/LoadingBar.js +40 -40
- package/lib/cjs/core-react/loading/LoadingBar.js.map +1 -1
- package/lib/cjs/core-react/loading/LoadingPrompt.d.ts +39 -39
- package/lib/cjs/core-react/loading/LoadingPrompt.js +44 -44
- package/lib/cjs/core-react/loading/LoadingPrompt.js.map +1 -1
- package/lib/cjs/core-react/loading/LoadingSpinner.d.ts +32 -32
- package/lib/cjs/core-react/loading/LoadingSpinner.d.ts.map +1 -1
- package/lib/cjs/core-react/loading/LoadingSpinner.js +30 -30
- package/lib/cjs/core-react/loading/LoadingSpinner.js.map +1 -1
- package/lib/cjs/core-react/loading/LoadingStatus.d.ts +24 -24
- package/lib/cjs/core-react/loading/LoadingStatus.js +37 -37
- package/lib/cjs/core-react/loading/LoadingStatus.js.map +1 -1
- package/lib/cjs/core-react/messagebox/MessageBox.d.ts +80 -80
- package/lib/cjs/core-react/messagebox/MessageBox.js +114 -114
- package/lib/cjs/core-react/messagebox/MessageBox.js.map +1 -1
- package/lib/cjs/core-react/notification/MessageRenderer.d.ts +19 -19
- package/lib/cjs/core-react/notification/MessageRenderer.js +81 -81
- package/lib/cjs/core-react/notification/MessageRenderer.js.map +1 -1
- package/lib/cjs/core-react/notification/MessageType.d.ts +22 -22
- package/lib/cjs/core-react/notification/MessageType.d.ts.map +1 -1
- package/lib/cjs/core-react/notification/MessageType.js +24 -24
- package/lib/cjs/core-react/popup/Popup.d.ts +111 -111
- package/lib/cjs/core-react/popup/Popup.js +418 -422
- package/lib/cjs/core-react/popup/Popup.js.map +1 -1
- package/lib/cjs/core-react/radialmenu/Annulus.d.ts +54 -54
- package/lib/cjs/core-react/radialmenu/Annulus.js +82 -82
- package/lib/cjs/core-react/radialmenu/RadialMenu.d.ts +97 -97
- package/lib/cjs/core-react/radialmenu/RadialMenu.js +179 -179
- package/lib/cjs/core-react/radialmenu/RadialMenu.js.map +1 -1
- package/lib/cjs/core-react/searchbox/SearchBox.d.ts +52 -52
- package/lib/cjs/core-react/searchbox/SearchBox.js +111 -111
- package/lib/cjs/core-react/searchbox/SearchBox.scss +2 -3
- package/lib/cjs/core-react/settings/SettingsContainer.d.ts +30 -30
- package/lib/cjs/core-react/settings/SettingsContainer.js +121 -121
- package/lib/cjs/core-react/settings/SettingsManager.d.ts +132 -132
- package/lib/cjs/core-react/settings/SettingsManager.js +122 -122
- package/lib/cjs/core-react/style/index.scss +0 -7
- package/lib/cjs/core-react/tabs/Tabs.d.ts +71 -71
- package/lib/cjs/core-react/tabs/Tabs.js +125 -125
- package/lib/cjs/core-react/tabs/VerticalTabs.d.ts +9 -9
- package/lib/cjs/core-react/tabs/VerticalTabs.js +20 -20
- package/lib/cjs/core-react/text/BlockText.d.ts +9 -9
- package/lib/cjs/core-react/text/BlockText.js +20 -20
- package/lib/cjs/core-react/text/BodyText.d.ts +10 -10
- package/lib/cjs/core-react/text/BodyText.js +21 -21
- package/lib/cjs/core-react/text/BodyText.js.map +1 -1
- package/lib/cjs/core-react/text/DisabledText.d.ts +6 -6
- package/lib/cjs/core-react/text/DisabledText.js +20 -20
- package/lib/cjs/core-react/text/FilteredText.d.ts +24 -24
- package/lib/cjs/core-react/text/FilteredText.js +40 -40
- package/lib/cjs/core-react/text/FilteredText.js.map +1 -1
- package/lib/cjs/core-react/text/MutedText.d.ts +10 -10
- package/lib/cjs/core-react/text/MutedText.js +21 -21
- package/lib/cjs/core-react/text/MutedText.js.map +1 -1
- package/lib/cjs/core-react/text/StyledText.d.ts +17 -17
- package/lib/cjs/core-react/text/StyledText.js +21 -21
- package/lib/cjs/core-react/text/StyledText.js.map +1 -1
- package/lib/cjs/core-react/text/TextProps.d.ts +10 -10
- package/lib/cjs/core-react/text/TextProps.js +9 -9
- package/lib/cjs/core-react/tree/Branch.d.ts +19 -19
- package/lib/cjs/core-react/tree/Branch.js +23 -23
- package/lib/cjs/core-react/tree/ExpansionToggle.d.ts +20 -20
- package/lib/cjs/core-react/tree/ExpansionToggle.js +30 -30
- package/lib/cjs/core-react/tree/Node.d.ts +79 -79
- package/lib/cjs/core-react/tree/Node.d.ts.map +1 -1
- package/lib/cjs/core-react/tree/Node.js +87 -88
- package/lib/cjs/core-react/tree/Node.js.map +1 -1
- package/lib/cjs/core-react/tree/Node.scss +0 -15
- package/lib/cjs/core-react/tree/Placeholder.d.ts +22 -22
- package/lib/cjs/core-react/tree/Placeholder.js +31 -31
- package/lib/cjs/core-react/tree/Tree.d.ts +28 -28
- package/lib/cjs/core-react/tree/Tree.js +100 -100
- package/lib/cjs/core-react/uistate/LocalStateStorage.d.ts +16 -16
- package/lib/cjs/core-react/uistate/LocalStateStorage.js +49 -49
- package/lib/cjs/core-react/uistate/UiStateEntry.d.ts +30 -30
- package/lib/cjs/core-react/uistate/UiStateEntry.js +59 -59
- package/lib/cjs/core-react/uistate/UiStateStorage.d.ts +28 -28
- package/lib/cjs/core-react/uistate/UiStateStorage.js +21 -21
- package/lib/cjs/core-react/utils/IconHelper.d.ts +23 -23
- package/lib/cjs/core-react/utils/IconHelper.js +62 -62
- package/lib/cjs/core-react/utils/IconWebComponent.d.ts +10 -10
- package/lib/cjs/core-react/utils/IconWebComponent.js +72 -72
- package/lib/cjs/core-react/utils/IconWebComponent.js.map +1 -1
- package/lib/cjs/core-react/utils/Point.d.ts +37 -37
- package/lib/cjs/core-react/utils/Point.js +73 -73
- package/lib/cjs/core-react/utils/Point.js.map +1 -1
- package/lib/cjs/core-react/utils/Props.d.ts +38 -38
- package/lib/cjs/core-react/utils/Props.d.ts.map +1 -1
- package/lib/cjs/core-react/utils/Props.js +9 -9
- package/lib/cjs/core-react/utils/Rectangle.d.ts +144 -144
- package/lib/cjs/core-react/utils/Rectangle.js +270 -270
- package/lib/cjs/core-react/utils/Rectangle.js.map +1 -1
- package/lib/cjs/core-react/utils/ScrollPositionMaintainer.d.ts +23 -23
- package/lib/cjs/core-react/utils/ScrollPositionMaintainer.js +36 -36
- package/lib/cjs/core-react/utils/Size.d.ts +23 -23
- package/lib/cjs/core-react/utils/Size.js +32 -32
- package/lib/cjs/core-react/utils/Size.js.map +1 -1
- package/lib/cjs/core-react/utils/Timer.d.ts +35 -35
- package/lib/cjs/core-react/utils/Timer.d.ts.map +1 -1
- package/lib/cjs/core-react/utils/Timer.js +64 -64
- package/lib/cjs/core-react/utils/UiGeometry.d.ts +20 -20
- package/lib/cjs/core-react/utils/UiGeometry.js +28 -28
- package/lib/cjs/core-react/utils/flattenChildren.d.ts +8 -8
- package/lib/cjs/core-react/utils/flattenChildren.js +27 -27
- package/lib/cjs/core-react/utils/getBestBWContrastColor.d.ts +7 -7
- package/lib/cjs/core-react/utils/getBestBWContrastColor.js +22 -22
- package/lib/cjs/core-react/utils/getBestBWContrastColor.js.map +1 -1
- package/lib/cjs/core-react/utils/getCssVariable.d.ts +11 -11
- package/lib/cjs/core-react/utils/getCssVariable.js +31 -31
- package/lib/cjs/core-react/utils/getCssVariable.js.map +1 -1
- package/lib/cjs/core-react/utils/getDisplayName.d.ts +8 -8
- package/lib/cjs/core-react/utils/getDisplayName.js +21 -21
- package/lib/cjs/core-react/utils/getUserColor.d.ts +7 -7
- package/lib/cjs/core-react/utils/getUserColor.js +38 -38
- package/lib/cjs/core-react/utils/hooks/ResizeObserverPolyfill.d.ts +4 -4
- package/lib/cjs/core-react/utils/hooks/ResizeObserverPolyfill.d.ts.map +1 -1
- package/lib/cjs/core-react/utils/hooks/ResizeObserverPolyfill.js +19 -19
- package/lib/cjs/core-react/utils/hooks/useCrossOriginPopup.d.ts +7 -7
- package/lib/cjs/core-react/utils/hooks/useCrossOriginPopup.js +88 -89
- package/lib/cjs/core-react/utils/hooks/useCrossOriginPopup.js.map +1 -1
- package/lib/cjs/core-react/utils/hooks/useDisposable.d.ts +17 -17
- package/lib/cjs/core-react/utils/hooks/useDisposable.js +38 -38
- package/lib/cjs/core-react/utils/hooks/useEffectSkipFirst.d.ts +8 -8
- package/lib/cjs/core-react/utils/hooks/useEffectSkipFirst.js +26 -26
- package/lib/cjs/core-react/utils/hooks/useEventListener.d.ts +11 -11
- package/lib/cjs/core-react/utils/hooks/useEventListener.js +43 -43
- package/lib/cjs/core-react/utils/hooks/useInterval.d.ts +5 -5
- package/lib/cjs/core-react/utils/hooks/useInterval.js +36 -36
- package/lib/cjs/core-react/utils/hooks/useLifecycleLogging.d.ts +5 -5
- package/lib/cjs/core-react/utils/hooks/useLifecycleLogging.js +64 -64
- package/lib/cjs/core-react/utils/hooks/useOnOutsideClick.d.ts +12 -12
- package/lib/cjs/core-react/utils/hooks/useOnOutsideClick.d.ts.map +1 -1
- package/lib/cjs/core-react/utils/hooks/useOnOutsideClick.js +92 -92
- package/lib/cjs/core-react/utils/hooks/useProximityToMouse.d.ts +55 -55
- package/lib/cjs/core-react/utils/hooks/useProximityToMouse.js +114 -114
- package/lib/cjs/core-react/utils/hooks/useRefEffect.d.ts +7 -7
- package/lib/cjs/core-react/utils/hooks/useRefEffect.js +23 -23
- package/lib/cjs/core-react/utils/hooks/useRefState.d.ts +21 -21
- package/lib/cjs/core-react/utils/hooks/useRefState.js +35 -35
- package/lib/cjs/core-react/utils/hooks/useRefs.d.ts +12 -12
- package/lib/cjs/core-react/utils/hooks/useRefs.js +53 -53
- package/lib/cjs/core-react/utils/hooks/useResizeObserver.d.ts +39 -39
- package/lib/cjs/core-react/utils/hooks/useResizeObserver.js +203 -208
- package/lib/cjs/core-react/utils/hooks/useResizeObserver.js.map +1 -1
- package/lib/cjs/core-react/utils/hooks/useTargeted.d.ts +8 -8
- package/lib/cjs/core-react/utils/hooks/useTargeted.js +28 -28
- package/lib/cjs/core-react/utils/hooks/useThrottledFn.d.ts +15 -15
- package/lib/cjs/core-react/utils/hooks/useThrottledFn.js +25 -25
- package/lib/cjs/core-react/utils/hooks/useWidgetOpacityContext.d.ts +20 -20
- package/lib/cjs/core-react/utils/hooks/useWidgetOpacityContext.js +27 -27
- package/lib/cjs/core-react/utils/isPromiseLike.d.ts +7 -7
- package/lib/cjs/core-react/utils/isPromiseLike.js +17 -17
- package/lib/cjs/core-react/utils/shallowDiffers.d.ts +11 -11
- package/lib/cjs/core-react/utils/shallowDiffers.js +29 -29
- package/lib/cjs/core-react/utils/typeUtils.d.ts +7 -7
- package/lib/cjs/core-react/utils/typeUtils.d.ts.map +1 -1
- package/lib/cjs/core-react/utils/typeUtils.js +9 -9
- package/lib/cjs/core-react.d.ts +236 -236
- package/lib/cjs/core-react.js +263 -259
- package/lib/cjs/core-react.js.map +1 -1
- package/lib/esm/core-react/UiCore.d.ts +40 -40
- package/lib/esm/core-react/UiCore.js +82 -81
- package/lib/esm/core-react/UiCore.js.map +1 -1
- package/lib/esm/core-react/autosuggest/AutoSuggest.d.ts +96 -96
- package/lib/esm/core-react/autosuggest/AutoSuggest.d.ts.map +1 -1
- package/lib/esm/core-react/autosuggest/AutoSuggest.js +170 -170
- package/lib/esm/core-react/autosuggest/AutoSuggest.scss +1 -2
- package/lib/esm/core-react/badge/Badge.d.ts +18 -18
- package/lib/esm/core-react/badge/Badge.js +22 -22
- package/lib/esm/core-react/badge/BadgeUtilities.d.ts +12 -12
- package/lib/esm/core-react/badge/BadgeUtilities.js +34 -34
- package/lib/esm/core-react/badge/BetaBadge.d.ts +9 -9
- package/lib/esm/core-react/badge/BetaBadge.js +18 -18
- package/lib/esm/core-react/badge/NewBadge.d.ts +10 -10
- package/lib/esm/core-react/badge/NewBadge.js +19 -19
- package/lib/esm/core-react/base/Centered.d.ts +10 -10
- package/lib/esm/core-react/base/Centered.js +16 -16
- package/lib/esm/core-react/base/Div.d.ts +16 -16
- package/lib/esm/core-react/base/Div.js +16 -16
- package/lib/esm/core-react/base/DivWithOutsideClick.d.ts +79 -79
- package/lib/esm/core-react/base/DivWithOutsideClick.js +13 -13
- package/lib/esm/core-react/base/FillCentered.d.ts +10 -10
- package/lib/esm/core-react/base/FillCentered.js +16 -16
- package/lib/esm/core-react/base/FlexWrapContainer.d.ts +11 -11
- package/lib/esm/core-react/base/FlexWrapContainer.js +17 -17
- package/lib/esm/core-react/base/Gap.d.ts +15 -15
- package/lib/esm/core-react/base/Gap.js +16 -16
- package/lib/esm/core-react/base/Gap.js.map +1 -1
- package/lib/esm/core-react/base/PointerEvents.d.ts +7 -7
- package/lib/esm/core-react/base/PointerEvents.js +13 -13
- package/lib/esm/core-react/base/ScrollView.d.ts +11 -11
- package/lib/esm/core-react/base/ScrollView.js +17 -17
- package/lib/esm/core-react/button/UnderlinedButton.d.ts +24 -24
- package/lib/esm/core-react/button/UnderlinedButton.js +31 -31
- package/lib/esm/core-react/checklistbox/CheckListBox.d.ts +40 -40
- package/lib/esm/core-react/checklistbox/CheckListBox.js +36 -36
- package/lib/esm/core-react/checklistbox/CheckListBox.scss +0 -1
- package/lib/esm/core-react/classes.scss +0 -2
- package/lib/esm/core-react/contextmenu/ContextMenu.d.ts +93 -93
- package/lib/esm/core-react/contextmenu/ContextMenu.d.ts.map +1 -1
- package/lib/esm/core-react/contextmenu/ContextMenu.js +360 -360
- package/lib/esm/core-react/contextmenu/ContextMenu.js.map +1 -1
- package/lib/esm/core-react/contextmenu/ContextMenuDirection.d.ts +18 -18
- package/lib/esm/core-react/contextmenu/ContextMenuDirection.js +23 -23
- package/lib/esm/core-react/contextmenu/ContextMenuDivider.d.ts +12 -12
- package/lib/esm/core-react/contextmenu/ContextMenuDivider.js +19 -19
- package/lib/esm/core-react/contextmenu/ContextMenuItem.d.ts +61 -61
- package/lib/esm/core-react/contextmenu/ContextMenuItem.js +105 -104
- package/lib/esm/core-react/contextmenu/ContextMenuItem.js.map +1 -1
- package/lib/esm/core-react/contextmenu/ContextSubMenu.d.ts +51 -51
- package/lib/esm/core-react/contextmenu/ContextSubMenu.d.ts.map +1 -1
- package/lib/esm/core-react/contextmenu/ContextSubMenu.js +159 -158
- package/lib/esm/core-react/contextmenu/ContextSubMenu.js.map +1 -1
- package/lib/esm/core-react/contextmenu/GlobalContextMenu.d.ts +34 -34
- package/lib/esm/core-react/contextmenu/GlobalContextMenu.js +57 -59
- package/lib/esm/core-react/contextmenu/GlobalContextMenu.js.map +1 -1
- package/lib/esm/core-react/contextmenu/PopupContextMenu.d.ts +53 -53
- package/lib/esm/core-react/contextmenu/PopupContextMenu.js +51 -51
- package/lib/esm/core-react/contextmenu/TildeFinder.d.ts +18 -18
- package/lib/esm/core-react/contextmenu/TildeFinder.js +67 -66
- package/lib/esm/core-react/contextmenu/TildeFinder.js.map +1 -1
- package/lib/esm/core-react/dialog/Dialog.d.ts +132 -132
- package/lib/esm/core-react/dialog/Dialog.js +371 -371
- package/lib/esm/core-react/dialog/Dialog.js.map +1 -1
- package/lib/esm/core-react/dialog/GlobalDialog.d.ts +28 -28
- package/lib/esm/core-react/dialog/GlobalDialog.js +48 -49
- package/lib/esm/core-react/dialog/GlobalDialog.js.map +1 -1
- package/lib/esm/core-react/elementseparator/ElementSeparator.d.ts +41 -41
- package/lib/esm/core-react/elementseparator/ElementSeparator.js +159 -159
- package/lib/esm/core-react/elementseparator/ElementSeparator.js.map +1 -1
- package/lib/esm/core-react/enums/Alignment.d.ts +22 -22
- package/lib/esm/core-react/enums/Alignment.js +28 -28
- package/lib/esm/core-react/enums/CheckBoxState.d.ts +20 -20
- package/lib/esm/core-react/enums/CheckBoxState.js +16 -16
- package/lib/esm/core-react/enums/Orientation.d.ts +11 -11
- package/lib/esm/core-react/enums/Orientation.js +16 -16
- package/lib/esm/core-react/enums/SortDirection.d.ts +12 -12
- package/lib/esm/core-react/enums/SortDirection.js +17 -17
- package/lib/esm/core-react/enums/TimeFormat.d.ts +14 -14
- package/lib/esm/core-react/enums/TimeFormat.js +19 -19
- package/lib/esm/core-react/expandable/ExpandableList.d.ts +37 -37
- package/lib/esm/core-react/expandable/ExpandableList.js +54 -53
- package/lib/esm/core-react/expandable/ExpandableList.js.map +1 -1
- package/lib/esm/core-react/focus/ItemKeyboardNavigator.d.ts +53 -53
- package/lib/esm/core-react/focus/ItemKeyboardNavigator.d.ts.map +1 -1
- package/lib/esm/core-react/focus/ItemKeyboardNavigator.js +145 -145
- package/lib/esm/core-react/focustrap/FocusTrap.d.ts +28 -28
- package/lib/esm/core-react/focustrap/FocusTrap.js +191 -191
- package/lib/esm/core-react/hocs/withIsPressed.d.ts +77 -77
- package/lib/esm/core-react/hocs/withIsPressed.js +42 -42
- package/lib/esm/core-react/hocs/withOnOutsideClick.d.ts +103 -103
- package/lib/esm/core-react/hocs/withOnOutsideClick.js +110 -111
- package/lib/esm/core-react/hocs/withOnOutsideClick.js.map +1 -1
- package/lib/esm/core-react/hocs/withTimeout.d.ts +74 -74
- package/lib/esm/core-react/hocs/withTimeout.js +42 -42
- package/lib/esm/core-react/icons/ConditionalIconItem.d.ts +26 -26
- package/lib/esm/core-react/icons/ConditionalIconItem.js +60 -60
- package/lib/esm/core-react/icons/IconComponent.d.ts +25 -25
- package/lib/esm/core-react/icons/IconComponent.d.ts.map +1 -1
- package/lib/esm/core-react/icons/IconComponent.js +44 -44
- package/lib/esm/core-react/icons/IconComponent.js.map +1 -1
- package/lib/esm/core-react/icons/SvgPath.d.ts +23 -23
- package/lib/esm/core-react/icons/SvgPath.js +23 -23
- package/lib/esm/core-react/icons/WebFontIcon.d.ts +25 -25
- package/lib/esm/core-react/icons/WebFontIcon.js +17 -17
- package/lib/esm/core-react/imagecheckbox/ImageCheckBox.d.ts +42 -42
- package/lib/esm/core-react/imagecheckbox/ImageCheckBox.js +52 -52
- package/lib/esm/core-react/index.scss +0 -2
- package/lib/esm/core-react/inputs/Input.d.ts +20 -20
- package/lib/esm/core-react/inputs/Input.js +42 -42
- package/lib/esm/core-react/inputs/InputLabel.d.ts +20 -20
- package/lib/esm/core-react/inputs/InputLabel.js +37 -37
- package/lib/esm/core-react/inputs/InputStatus.d.ts +11 -11
- package/lib/esm/core-react/inputs/InputStatus.js +16 -16
- package/lib/esm/core-react/inputs/LabeledComponentProps.d.ts +33 -33
- package/lib/esm/core-react/inputs/LabeledComponentProps.js +8 -8
- package/lib/esm/core-react/inputs/iconinput/IconInput.d.ts +23 -23
- package/lib/esm/core-react/inputs/iconinput/IconInput.js +26 -26
- package/lib/esm/core-react/inputs/numberinput/NumberInput.d.ts +50 -50
- package/lib/esm/core-react/inputs/numberinput/NumberInput.d.ts.map +1 -1
- package/lib/esm/core-react/inputs/numberinput/NumberInput.js +150 -150
- package/lib/esm/core-react/listbox/Listbox.d.ts +55 -55
- package/lib/esm/core-react/listbox/Listbox.d.ts.map +1 -1
- package/lib/esm/core-react/listbox/Listbox.js +216 -217
- package/lib/esm/core-react/listbox/Listbox.js.map +1 -1
- package/lib/esm/core-react/loading/LoadingBar.d.ts +29 -29
- package/lib/esm/core-react/loading/LoadingBar.js +36 -35
- package/lib/esm/core-react/loading/LoadingBar.js.map +1 -1
- package/lib/esm/core-react/loading/LoadingPrompt.d.ts +39 -39
- package/lib/esm/core-react/loading/LoadingPrompt.js +41 -40
- package/lib/esm/core-react/loading/LoadingPrompt.js.map +1 -1
- package/lib/esm/core-react/loading/LoadingSpinner.d.ts +32 -32
- package/lib/esm/core-react/loading/LoadingSpinner.d.ts.map +1 -1
- package/lib/esm/core-react/loading/LoadingSpinner.js +27 -26
- package/lib/esm/core-react/loading/LoadingSpinner.js.map +1 -1
- package/lib/esm/core-react/loading/LoadingStatus.d.ts +24 -24
- package/lib/esm/core-react/loading/LoadingStatus.js +34 -33
- package/lib/esm/core-react/loading/LoadingStatus.js.map +1 -1
- package/lib/esm/core-react/messagebox/MessageBox.d.ts +80 -80
- package/lib/esm/core-react/messagebox/MessageBox.js +110 -109
- package/lib/esm/core-react/messagebox/MessageBox.js.map +1 -1
- package/lib/esm/core-react/notification/MessageRenderer.d.ts +19 -19
- package/lib/esm/core-react/notification/MessageRenderer.js +77 -77
- package/lib/esm/core-react/notification/MessageRenderer.js.map +1 -1
- package/lib/esm/core-react/notification/MessageType.d.ts +22 -22
- package/lib/esm/core-react/notification/MessageType.d.ts.map +1 -1
- package/lib/esm/core-react/notification/MessageType.js +19 -19
- package/lib/esm/core-react/popup/Popup.d.ts +111 -111
- package/lib/esm/core-react/popup/Popup.js +415 -418
- package/lib/esm/core-react/popup/Popup.js.map +1 -1
- package/lib/esm/core-react/radialmenu/Annulus.d.ts +54 -54
- package/lib/esm/core-react/radialmenu/Annulus.js +75 -75
- package/lib/esm/core-react/radialmenu/RadialMenu.d.ts +97 -97
- package/lib/esm/core-react/radialmenu/RadialMenu.js +175 -174
- package/lib/esm/core-react/radialmenu/RadialMenu.js.map +1 -1
- package/lib/esm/core-react/searchbox/SearchBox.d.ts +52 -52
- package/lib/esm/core-react/searchbox/SearchBox.js +107 -107
- package/lib/esm/core-react/searchbox/SearchBox.scss +2 -3
- package/lib/esm/core-react/settings/SettingsContainer.d.ts +30 -30
- package/lib/esm/core-react/settings/SettingsContainer.js +115 -115
- package/lib/esm/core-react/settings/SettingsManager.d.ts +132 -132
- package/lib/esm/core-react/settings/SettingsManager.js +113 -113
- package/lib/esm/core-react/style/index.scss +0 -7
- package/lib/esm/core-react/tabs/Tabs.d.ts +71 -71
- package/lib/esm/core-react/tabs/Tabs.js +121 -121
- package/lib/esm/core-react/tabs/VerticalTabs.d.ts +9 -9
- package/lib/esm/core-react/tabs/VerticalTabs.js +16 -16
- package/lib/esm/core-react/text/BlockText.d.ts +9 -9
- package/lib/esm/core-react/text/BlockText.js +16 -16
- package/lib/esm/core-react/text/BodyText.d.ts +10 -10
- package/lib/esm/core-react/text/BodyText.js +17 -17
- package/lib/esm/core-react/text/BodyText.js.map +1 -1
- package/lib/esm/core-react/text/DisabledText.d.ts +6 -6
- package/lib/esm/core-react/text/DisabledText.js +16 -16
- package/lib/esm/core-react/text/FilteredText.d.ts +24 -24
- package/lib/esm/core-react/text/FilteredText.js +36 -36
- package/lib/esm/core-react/text/FilteredText.js.map +1 -1
- package/lib/esm/core-react/text/MutedText.d.ts +10 -10
- package/lib/esm/core-react/text/MutedText.js +17 -17
- package/lib/esm/core-react/text/MutedText.js.map +1 -1
- package/lib/esm/core-react/text/StyledText.d.ts +17 -17
- package/lib/esm/core-react/text/StyledText.js +17 -17
- package/lib/esm/core-react/text/StyledText.js.map +1 -1
- package/lib/esm/core-react/text/TextProps.d.ts +10 -10
- package/lib/esm/core-react/text/TextProps.js +8 -8
- package/lib/esm/core-react/tree/Branch.d.ts +19 -19
- package/lib/esm/core-react/tree/Branch.js +19 -19
- package/lib/esm/core-react/tree/ExpansionToggle.d.ts +20 -20
- package/lib/esm/core-react/tree/ExpansionToggle.js +26 -26
- package/lib/esm/core-react/tree/Node.d.ts +79 -79
- package/lib/esm/core-react/tree/Node.d.ts.map +1 -1
- package/lib/esm/core-react/tree/Node.js +83 -84
- package/lib/esm/core-react/tree/Node.js.map +1 -1
- package/lib/esm/core-react/tree/Node.scss +0 -15
- package/lib/esm/core-react/tree/Placeholder.d.ts +22 -22
- package/lib/esm/core-react/tree/Placeholder.js +27 -27
- package/lib/esm/core-react/tree/Tree.d.ts +28 -28
- package/lib/esm/core-react/tree/Tree.js +96 -96
- package/lib/esm/core-react/uistate/LocalStateStorage.d.ts +16 -16
- package/lib/esm/core-react/uistate/LocalStateStorage.js +45 -45
- package/lib/esm/core-react/uistate/UiStateEntry.d.ts +30 -30
- package/lib/esm/core-react/uistate/UiStateEntry.js +55 -55
- package/lib/esm/core-react/uistate/UiStateStorage.d.ts +28 -28
- package/lib/esm/core-react/uistate/UiStateStorage.js +18 -18
- package/lib/esm/core-react/utils/IconHelper.d.ts +23 -23
- package/lib/esm/core-react/utils/IconHelper.js +58 -58
- package/lib/esm/core-react/utils/IconWebComponent.d.ts +10 -10
- package/lib/esm/core-react/utils/IconWebComponent.js +68 -68
- package/lib/esm/core-react/utils/IconWebComponent.js.map +1 -1
- package/lib/esm/core-react/utils/Point.d.ts +37 -37
- package/lib/esm/core-react/utils/Point.js +69 -69
- package/lib/esm/core-react/utils/Point.js.map +1 -1
- package/lib/esm/core-react/utils/Props.d.ts +38 -38
- package/lib/esm/core-react/utils/Props.d.ts.map +1 -1
- package/lib/esm/core-react/utils/Props.js +8 -8
- package/lib/esm/core-react/utils/Rectangle.d.ts +144 -144
- package/lib/esm/core-react/utils/Rectangle.js +266 -266
- package/lib/esm/core-react/utils/Rectangle.js.map +1 -1
- package/lib/esm/core-react/utils/ScrollPositionMaintainer.d.ts +23 -23
- package/lib/esm/core-react/utils/ScrollPositionMaintainer.js +32 -32
- package/lib/esm/core-react/utils/Size.d.ts +23 -23
- package/lib/esm/core-react/utils/Size.js +28 -28
- package/lib/esm/core-react/utils/Size.js.map +1 -1
- package/lib/esm/core-react/utils/Timer.d.ts +35 -35
- package/lib/esm/core-react/utils/Timer.d.ts.map +1 -1
- package/lib/esm/core-react/utils/Timer.js +60 -60
- package/lib/esm/core-react/utils/UiGeometry.d.ts +20 -20
- package/lib/esm/core-react/utils/UiGeometry.js +24 -24
- package/lib/esm/core-react/utils/flattenChildren.d.ts +8 -8
- package/lib/esm/core-react/utils/flattenChildren.js +23 -23
- package/lib/esm/core-react/utils/getBestBWContrastColor.d.ts +7 -7
- package/lib/esm/core-react/utils/getBestBWContrastColor.js +18 -18
- package/lib/esm/core-react/utils/getBestBWContrastColor.js.map +1 -1
- package/lib/esm/core-react/utils/getCssVariable.d.ts +11 -11
- package/lib/esm/core-react/utils/getCssVariable.js +26 -26
- package/lib/esm/core-react/utils/getCssVariable.js.map +1 -1
- package/lib/esm/core-react/utils/getDisplayName.d.ts +8 -8
- package/lib/esm/core-react/utils/getDisplayName.js +17 -17
- package/lib/esm/core-react/utils/getUserColor.d.ts +7 -7
- package/lib/esm/core-react/utils/getUserColor.js +34 -34
- package/lib/esm/core-react/utils/hooks/ResizeObserverPolyfill.d.ts +4 -4
- package/lib/esm/core-react/utils/hooks/ResizeObserverPolyfill.d.ts.map +1 -1
- package/lib/esm/core-react/utils/hooks/ResizeObserverPolyfill.js +16 -16
- package/lib/esm/core-react/utils/hooks/useCrossOriginPopup.d.ts +7 -7
- package/lib/esm/core-react/utils/hooks/useCrossOriginPopup.js +84 -85
- package/lib/esm/core-react/utils/hooks/useCrossOriginPopup.js.map +1 -1
- package/lib/esm/core-react/utils/hooks/useDisposable.d.ts +17 -17
- package/lib/esm/core-react/utils/hooks/useDisposable.js +33 -33
- package/lib/esm/core-react/utils/hooks/useEffectSkipFirst.d.ts +8 -8
- package/lib/esm/core-react/utils/hooks/useEffectSkipFirst.js +22 -22
- package/lib/esm/core-react/utils/hooks/useEventListener.d.ts +11 -11
- package/lib/esm/core-react/utils/hooks/useEventListener.js +39 -39
- package/lib/esm/core-react/utils/hooks/useInterval.d.ts +5 -5
- package/lib/esm/core-react/utils/hooks/useInterval.js +32 -32
- package/lib/esm/core-react/utils/hooks/useLifecycleLogging.d.ts +5 -5
- package/lib/esm/core-react/utils/hooks/useLifecycleLogging.js +60 -60
- package/lib/esm/core-react/utils/hooks/useOnOutsideClick.d.ts +12 -12
- package/lib/esm/core-react/utils/hooks/useOnOutsideClick.d.ts.map +1 -1
- package/lib/esm/core-react/utils/hooks/useOnOutsideClick.js +88 -88
- package/lib/esm/core-react/utils/hooks/useProximityToMouse.d.ts +55 -55
- package/lib/esm/core-react/utils/hooks/useProximityToMouse.js +102 -102
- package/lib/esm/core-react/utils/hooks/useRefEffect.d.ts +7 -7
- package/lib/esm/core-react/utils/hooks/useRefEffect.js +19 -19
- package/lib/esm/core-react/utils/hooks/useRefState.d.ts +21 -21
- package/lib/esm/core-react/utils/hooks/useRefState.js +31 -31
- package/lib/esm/core-react/utils/hooks/useRefs.d.ts +12 -12
- package/lib/esm/core-react/utils/hooks/useRefs.js +48 -48
- package/lib/esm/core-react/utils/hooks/useResizeObserver.d.ts +39 -39
- package/lib/esm/core-react/utils/hooks/useResizeObserver.js +196 -201
- package/lib/esm/core-react/utils/hooks/useResizeObserver.js.map +1 -1
- package/lib/esm/core-react/utils/hooks/useTargeted.d.ts +8 -8
- package/lib/esm/core-react/utils/hooks/useTargeted.js +24 -24
- package/lib/esm/core-react/utils/hooks/useThrottledFn.d.ts +15 -15
- package/lib/esm/core-react/utils/hooks/useThrottledFn.js +21 -21
- package/lib/esm/core-react/utils/hooks/useWidgetOpacityContext.d.ts +20 -20
- package/lib/esm/core-react/utils/hooks/useWidgetOpacityContext.js +23 -23
- package/lib/esm/core-react/utils/isPromiseLike.d.ts +7 -7
- package/lib/esm/core-react/utils/isPromiseLike.js +13 -13
- package/lib/esm/core-react/utils/shallowDiffers.d.ts +11 -11
- package/lib/esm/core-react/utils/shallowDiffers.js +25 -25
- package/lib/esm/core-react/utils/typeUtils.d.ts +7 -7
- package/lib/esm/core-react/utils/typeUtils.d.ts.map +1 -1
- package/lib/esm/core-react/utils/typeUtils.js +8 -8
- package/lib/esm/core-react.d.ts +236 -236
- package/lib/esm/core-react.js +241 -241
- package/package.json +15 -13
- package/ThirdPartyNotices.md +0 -28
- package/lib/cjs/core-react/button/blue-large.scss +0 -12
- package/lib/cjs/core-react/button/blue.scss +0 -17
- package/lib/cjs/core-react/button/button.scss +0 -70
- package/lib/cjs/core-react/button/classes.scss +0 -14
- package/lib/cjs/core-react/button/disabled-large.scss +0 -12
- package/lib/cjs/core-react/button/disabled.scss +0 -17
- package/lib/cjs/core-react/button/hollow-large.scss +0 -13
- package/lib/cjs/core-react/button/hollow.scss +0 -30
- package/lib/cjs/core-react/button/index.scss +0 -14
- package/lib/cjs/core-react/button/primary-large.scss +0 -12
- package/lib/cjs/core-react/button/primary.scss +0 -17
- package/lib/cjs/core-react/button/variables.scss +0 -22
- package/lib/cjs/core-react/checkbox/checkbox.scss +0 -124
- package/lib/cjs/core-react/checkbox/classes.scss +0 -8
- package/lib/cjs/core-react/checkbox/index.scss +0 -8
- package/lib/cjs/core-react/style/data-viz.scss +0 -20
- package/lib/cjs/core-react/style/space.scss +0 -13
- package/lib/cjs/core-react/style/speed.scss +0 -9
- package/lib/cjs/core-react/style/typography.scss +0 -39
- package/lib/cjs/core-react/style/variables.scss +0 -9
- package/lib/esm/core-react/button/blue-large.scss +0 -12
- package/lib/esm/core-react/button/blue.scss +0 -17
- package/lib/esm/core-react/button/button.scss +0 -70
- package/lib/esm/core-react/button/classes.scss +0 -14
- package/lib/esm/core-react/button/disabled-large.scss +0 -12
- package/lib/esm/core-react/button/disabled.scss +0 -17
- package/lib/esm/core-react/button/hollow-large.scss +0 -13
- package/lib/esm/core-react/button/hollow.scss +0 -30
- package/lib/esm/core-react/button/index.scss +0 -14
- package/lib/esm/core-react/button/primary-large.scss +0 -12
- package/lib/esm/core-react/button/primary.scss +0 -17
- package/lib/esm/core-react/button/variables.scss +0 -22
- package/lib/esm/core-react/checkbox/checkbox.scss +0 -124
- package/lib/esm/core-react/checkbox/classes.scss +0 -8
- package/lib/esm/core-react/checkbox/index.scss +0 -8
- package/lib/esm/core-react/style/data-viz.scss +0 -20
- package/lib/esm/core-react/style/space.scss +0 -13
- package/lib/esm/core-react/style/speed.scss +0 -9
- package/lib/esm/core-react/style/typography.scss +0 -39
- package/lib/esm/core-react/style/variables.scss +0 -9
package/lib/esm/core-react.js
CHANGED
|
@@ -1,242 +1,242 @@
|
|
|
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
|
-
// cSpell:ignore focustrap imagecheckbox iconinput hocs numberinput numericinput
|
|
6
|
-
export * from "./core-react/UiCore";
|
|
7
|
-
export * from "./core-react/badge/Badge";
|
|
8
|
-
export * from "./core-react/badge/BadgeUtilities";
|
|
9
|
-
export * from "./core-react/badge/BetaBadge";
|
|
10
|
-
export * from "./core-react/badge/NewBadge";
|
|
11
|
-
export * from "./core-react/base/Div";
|
|
12
|
-
export * from "./core-react/base/DivWithOutsideClick";
|
|
13
|
-
export * from "./core-react/base/Centered";
|
|
14
|
-
export * from "./core-react/base/FillCentered";
|
|
15
|
-
export * from "./core-react/base/FlexWrapContainer";
|
|
16
|
-
export * from "./core-react/base/Gap";
|
|
17
|
-
export * from "./core-react/base/PointerEvents";
|
|
18
|
-
export * from "./core-react/base/ScrollView";
|
|
19
|
-
export * from "./core-react/button/UnderlinedButton";
|
|
20
|
-
export * from "./core-react/checklistbox/CheckListBox";
|
|
21
|
-
export * from "./core-react/contextmenu/ContextMenu";
|
|
22
|
-
export * from "./core-react/contextmenu/ContextMenuDirection";
|
|
23
|
-
export * from "./core-react/contextmenu/ContextMenuDivider";
|
|
24
|
-
export * from "./core-react/contextmenu/ContextMenuItem";
|
|
25
|
-
export * from "./core-react/contextmenu/ContextSubMenu";
|
|
26
|
-
export * from "./core-react/contextmenu/GlobalContextMenu";
|
|
27
|
-
export * from "./core-react/contextmenu/PopupContextMenu";
|
|
28
|
-
export * from "./core-react/dialog/Dialog";
|
|
29
|
-
export * from "./core-react/dialog/GlobalDialog";
|
|
30
|
-
export * from "./core-react/elementseparator/ElementSeparator";
|
|
31
|
-
export * from "./core-react/enums/Alignment";
|
|
32
|
-
export * from "./core-react/enums/CheckBoxState";
|
|
33
|
-
export * from "./core-react/enums/Orientation";
|
|
34
|
-
export * from "./core-react/enums/SortDirection";
|
|
35
|
-
export * from "./core-react/enums/TimeFormat";
|
|
36
|
-
export * from "./core-react/expandable/ExpandableList";
|
|
37
|
-
export * from "./core-react/focus/ItemKeyboardNavigator";
|
|
38
|
-
export * from "./core-react/focustrap/FocusTrap";
|
|
39
|
-
export * from "./core-react/hocs/withIsPressed";
|
|
40
|
-
export * from "./core-react/hocs/withOnOutsideClick";
|
|
41
|
-
export * from "./core-react/hocs/withTimeout";
|
|
42
|
-
export * from "./core-react/icons/ConditionalIconItem";
|
|
43
|
-
export * from "./core-react/icons/IconComponent";
|
|
44
|
-
export * from "./core-react/icons/SvgPath";
|
|
45
|
-
export * from "./core-react/icons/WebFontIcon";
|
|
46
|
-
export * from "./core-react/autosuggest/AutoSuggest";
|
|
47
|
-
export * from "./core-react/imagecheckbox/ImageCheckBox";
|
|
48
|
-
export * from "./core-react/inputs/InputLabel";
|
|
49
|
-
export * from "./core-react/inputs/InputStatus";
|
|
50
|
-
export * from "./core-react/inputs/iconinput/IconInput";
|
|
51
|
-
export * from "./core-react/inputs/LabeledComponentProps";
|
|
52
|
-
export * from "./core-react/inputs/numberinput/NumberInput";
|
|
53
|
-
export * from "./core-react/listbox/Listbox";
|
|
54
|
-
export * from "./core-react/loading/LoadingBar";
|
|
55
|
-
export * from "./core-react/loading/LoadingPrompt";
|
|
56
|
-
export * from "./core-react/loading/LoadingSpinner";
|
|
57
|
-
export * from "./core-react/loading/LoadingStatus";
|
|
58
|
-
export * from "./core-react/messagebox/MessageBox";
|
|
59
|
-
export * from "./core-react/notification/MessageRenderer";
|
|
60
|
-
export * from "./core-react/notification/MessageType";
|
|
61
|
-
export * from "./core-react/popup/Popup";
|
|
62
|
-
export * from "./core-react/radialmenu/RadialMenu";
|
|
63
|
-
export * from "./core-react/radialmenu/Annulus";
|
|
64
|
-
export * from "./core-react/searchbox/SearchBox";
|
|
65
|
-
export * from "./core-react/settings/SettingsManager";
|
|
66
|
-
export * from "./core-react/settings/SettingsContainer";
|
|
67
|
-
export * from "./core-react/tabs/VerticalTabs";
|
|
68
|
-
export * from "./core-react/tabs/Tabs";
|
|
69
|
-
export * from "./core-react/text/BodyText";
|
|
70
|
-
export * from "./core-react/text/BlockText";
|
|
71
|
-
export * from "./core-react/text/DisabledText";
|
|
72
|
-
export * from "./core-react/text/FilteredText";
|
|
73
|
-
export * from "./core-react/text/MutedText";
|
|
74
|
-
export * from "./core-react/text/StyledText";
|
|
75
|
-
export * from "./core-react/text/TextProps";
|
|
76
|
-
export { ExpansionToggle } from "./core-react/tree/ExpansionToggle";
|
|
77
|
-
export { TreeBranch } from "./core-react/tree/Branch";
|
|
78
|
-
export { TreeNode } from "./core-react/tree/Node";
|
|
79
|
-
export { Tree } from "./core-react/tree/Tree";
|
|
80
|
-
export { TreeNodePlaceholder } from "./core-react/tree/Placeholder";
|
|
81
|
-
export * from "./core-react/uistate/UiStateEntry";
|
|
82
|
-
export * from "./core-react/uistate/UiStateStorage";
|
|
83
|
-
export * from "./core-react/uistate/LocalStateStorage";
|
|
84
|
-
export * from "./core-react/utils/IconHelper";
|
|
85
|
-
export * from "./core-react/utils/Point";
|
|
86
|
-
export * from "./core-react/utils/Props";
|
|
87
|
-
export * from "./core-react/utils/Rectangle";
|
|
88
|
-
export * from "./core-react/utils/Size";
|
|
89
|
-
export * from "./core-react/utils/Timer";
|
|
90
|
-
export * from "./core-react/utils/UiGeometry";
|
|
91
|
-
export * from "./core-react/utils/flattenChildren";
|
|
92
|
-
export * from "./core-react/utils/getBestBWContrastColor";
|
|
93
|
-
export * from "./core-react/utils/getCssVariable";
|
|
94
|
-
export * from "./core-react/utils/getDisplayName";
|
|
95
|
-
export * from "./core-react/utils/getUserColor";
|
|
96
|
-
export * from "./core-react/utils/shallowDiffers";
|
|
97
|
-
export * from "./core-react/utils/typeUtils";
|
|
98
|
-
export * from "./core-react/utils/isPromiseLike";
|
|
99
|
-
export * from "./core-react/utils/ScrollPositionMaintainer";
|
|
100
|
-
export * from "./core-react/utils/hooks/useDisposable";
|
|
101
|
-
export * from "./core-react/utils/hooks/useEffectSkipFirst";
|
|
102
|
-
export * from "./core-react/utils/hooks/useEventListener";
|
|
103
|
-
export * from "./core-react/utils/hooks/ResizeObserverPolyfill";
|
|
104
|
-
export * from "./core-react/utils/hooks/useOnOutsideClick";
|
|
105
|
-
export * from "./core-react/utils/hooks/useProximityToMouse";
|
|
106
|
-
export * from "./core-react/utils/hooks/useRefEffect";
|
|
107
|
-
export * from "./core-react/utils/hooks/useRefs";
|
|
108
|
-
export * from "./core-react/utils/hooks/useRefState";
|
|
109
|
-
export * from "./core-react/utils/hooks/useResizeObserver";
|
|
110
|
-
export * from "./core-react/utils/hooks/useTargeted";
|
|
111
|
-
export * from "./core-react/utils/hooks/useWidgetOpacityContext";
|
|
112
|
-
export * from "./core-react/utils/hooks/useInterval";
|
|
113
|
-
export * from "./core-react/utils/hooks/useCrossOriginPopup";
|
|
114
|
-
/** @docs-package-description
|
|
115
|
-
* The core-react package contains general purpose React components, such as Dialog, MessageBox, SearchBox, RadialMenu and SplitButton.
|
|
116
|
-
* For more information, see [learning about core-react]($docs/learning/ui/core/index.md).
|
|
117
|
-
*/
|
|
118
|
-
/**
|
|
119
|
-
* @docs-group-description AutoSuggest
|
|
120
|
-
* Component for input with an auto-suggestion dropdown.
|
|
121
|
-
*/
|
|
122
|
-
/**
|
|
123
|
-
* @docs-group-description Base
|
|
124
|
-
* Low-level classes and components for building application UI.
|
|
125
|
-
*/
|
|
126
|
-
/**
|
|
127
|
-
* @docs-group-description Button
|
|
128
|
-
* Components for working with various Buttons.
|
|
129
|
-
*/
|
|
130
|
-
/**
|
|
131
|
-
* @docs-group-description Checkbox
|
|
132
|
-
* Component is a wrapper for the `<input type="checkbox">` HTML element.
|
|
133
|
-
*/
|
|
134
|
-
/**
|
|
135
|
-
* @docs-group-description CheckListBox
|
|
136
|
-
* Components for working with a Check listbox.
|
|
137
|
-
*/
|
|
138
|
-
/**
|
|
139
|
-
* @docs-group-description Common
|
|
140
|
-
* Common classes and enums used across various UI components.
|
|
141
|
-
*/
|
|
142
|
-
/**
|
|
143
|
-
* @docs-group-description ContextMenu
|
|
144
|
-
* Components for working with a Context Menu.
|
|
145
|
-
*/
|
|
146
|
-
/**
|
|
147
|
-
* @docs-group-description Dialog
|
|
148
|
-
* Components for working with a Dialog or MessageBox.
|
|
149
|
-
*/
|
|
150
|
-
/**
|
|
151
|
-
* @docs-group-description ElementSeparator
|
|
152
|
-
* Components for working with a ElementSeparator.
|
|
153
|
-
*/
|
|
154
|
-
/**
|
|
155
|
-
* @docs-group-description Expandable
|
|
156
|
-
* Components for working with a ExpandableBlock or ExpandableList.
|
|
157
|
-
*/
|
|
158
|
-
/**
|
|
159
|
-
* @docs-group-description Form
|
|
160
|
-
* Components used to create a Form using supplied properties to specify fields.
|
|
161
|
-
*/
|
|
162
|
-
/**
|
|
163
|
-
* @docs-group-description Icon
|
|
164
|
-
* Component that renders core-react icon when given an icon name or SVG source.
|
|
165
|
-
*/
|
|
166
|
-
/**
|
|
167
|
-
* @docs-group-description Inputs
|
|
168
|
-
* Components for working with input controls, such as Input, IconInput and NumberInput.
|
|
169
|
-
*/
|
|
170
|
-
/**
|
|
171
|
-
* @docs-group-description Loading
|
|
172
|
-
* Components for working with Loading spinners and progress indicators and bars.
|
|
173
|
-
*/
|
|
174
|
-
/**
|
|
175
|
-
* @docs-group-description Notification
|
|
176
|
-
* Components for working with messages and tooltips.
|
|
177
|
-
*/
|
|
178
|
-
/**
|
|
179
|
-
* @docs-group-description Popup
|
|
180
|
-
* Components for working with a Popup.
|
|
181
|
-
*/
|
|
182
|
-
/**
|
|
183
|
-
* @docs-group-description RadialMenu
|
|
184
|
-
* Components for working with a RadialMenu.
|
|
185
|
-
*/
|
|
186
|
-
/**
|
|
187
|
-
* @docs-group-description Radio
|
|
188
|
-
* Component is a wrapper for the `<input type="radio">` HTML element.
|
|
189
|
-
*/
|
|
190
|
-
/**
|
|
191
|
-
* @docs-group-description SearchBox
|
|
192
|
-
* Components for working with a SearchBox.
|
|
193
|
-
*/
|
|
194
|
-
/**
|
|
195
|
-
* @docs-group-description Select
|
|
196
|
-
* Component is a wrapper for the `<select>` HTML element.
|
|
197
|
-
*/
|
|
198
|
-
/**
|
|
199
|
-
* @docs-group-description Settings
|
|
200
|
-
* Manager and UI Components that allow users to modify settings for different packages and extensions.
|
|
201
|
-
*/
|
|
202
|
-
/**
|
|
203
|
-
* @docs-group-description Slider
|
|
204
|
-
* Component displays a range slider with thumbs for changing the value.
|
|
205
|
-
*/
|
|
206
|
-
/**
|
|
207
|
-
* @docs-group-description SplitButton
|
|
208
|
-
* Components for working with a SplitButton.
|
|
209
|
-
*/
|
|
210
|
-
/**
|
|
211
|
-
* @docs-group-description Tabs
|
|
212
|
-
* Components for working with horizontal or vertical tabs.
|
|
213
|
-
*/
|
|
214
|
-
/**
|
|
215
|
-
* @docs-group-description Text
|
|
216
|
-
* Components for working with styled text.
|
|
217
|
-
*/
|
|
218
|
-
/**
|
|
219
|
-
* @docs-group-description Tiles
|
|
220
|
-
* Components for a container rendering elements that can be grouped together.
|
|
221
|
-
*/
|
|
222
|
-
/**
|
|
223
|
-
* @docs-group-description Toggle
|
|
224
|
-
* Components for working with a Toggle switch.
|
|
225
|
-
*/
|
|
226
|
-
/**
|
|
227
|
-
* @docs-group-description Tooltip
|
|
228
|
-
* Components for working with a Tooltip.
|
|
229
|
-
*/
|
|
230
|
-
/**
|
|
231
|
-
* @docs-group-description Tree
|
|
232
|
-
* Presentation React components for working with a Tree.
|
|
233
|
-
*/
|
|
234
|
-
/**
|
|
235
|
-
* @docs-group-description UiStateStorage
|
|
236
|
-
* Interfaces and classes for working with persistent UI settings.
|
|
237
|
-
*/
|
|
238
|
-
/**
|
|
239
|
-
* @docs-group-description Utilities
|
|
240
|
-
* Various utility classes, functions and React hooks for working with a UI.
|
|
241
|
-
*/
|
|
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
|
+
// cSpell:ignore focustrap imagecheckbox iconinput hocs numberinput numericinput
|
|
6
|
+
export * from "./core-react/UiCore";
|
|
7
|
+
export * from "./core-react/badge/Badge";
|
|
8
|
+
export * from "./core-react/badge/BadgeUtilities";
|
|
9
|
+
export * from "./core-react/badge/BetaBadge";
|
|
10
|
+
export * from "./core-react/badge/NewBadge";
|
|
11
|
+
export * from "./core-react/base/Div";
|
|
12
|
+
export * from "./core-react/base/DivWithOutsideClick";
|
|
13
|
+
export * from "./core-react/base/Centered";
|
|
14
|
+
export * from "./core-react/base/FillCentered";
|
|
15
|
+
export * from "./core-react/base/FlexWrapContainer";
|
|
16
|
+
export * from "./core-react/base/Gap";
|
|
17
|
+
export * from "./core-react/base/PointerEvents";
|
|
18
|
+
export * from "./core-react/base/ScrollView";
|
|
19
|
+
export * from "./core-react/button/UnderlinedButton";
|
|
20
|
+
export * from "./core-react/checklistbox/CheckListBox";
|
|
21
|
+
export * from "./core-react/contextmenu/ContextMenu";
|
|
22
|
+
export * from "./core-react/contextmenu/ContextMenuDirection";
|
|
23
|
+
export * from "./core-react/contextmenu/ContextMenuDivider";
|
|
24
|
+
export * from "./core-react/contextmenu/ContextMenuItem";
|
|
25
|
+
export * from "./core-react/contextmenu/ContextSubMenu";
|
|
26
|
+
export * from "./core-react/contextmenu/GlobalContextMenu";
|
|
27
|
+
export * from "./core-react/contextmenu/PopupContextMenu";
|
|
28
|
+
export * from "./core-react/dialog/Dialog";
|
|
29
|
+
export * from "./core-react/dialog/GlobalDialog";
|
|
30
|
+
export * from "./core-react/elementseparator/ElementSeparator";
|
|
31
|
+
export * from "./core-react/enums/Alignment";
|
|
32
|
+
export * from "./core-react/enums/CheckBoxState";
|
|
33
|
+
export * from "./core-react/enums/Orientation";
|
|
34
|
+
export * from "./core-react/enums/SortDirection";
|
|
35
|
+
export * from "./core-react/enums/TimeFormat";
|
|
36
|
+
export * from "./core-react/expandable/ExpandableList";
|
|
37
|
+
export * from "./core-react/focus/ItemKeyboardNavigator";
|
|
38
|
+
export * from "./core-react/focustrap/FocusTrap";
|
|
39
|
+
export * from "./core-react/hocs/withIsPressed";
|
|
40
|
+
export * from "./core-react/hocs/withOnOutsideClick";
|
|
41
|
+
export * from "./core-react/hocs/withTimeout";
|
|
42
|
+
export * from "./core-react/icons/ConditionalIconItem";
|
|
43
|
+
export * from "./core-react/icons/IconComponent";
|
|
44
|
+
export * from "./core-react/icons/SvgPath";
|
|
45
|
+
export * from "./core-react/icons/WebFontIcon";
|
|
46
|
+
export * from "./core-react/autosuggest/AutoSuggest";
|
|
47
|
+
export * from "./core-react/imagecheckbox/ImageCheckBox";
|
|
48
|
+
export * from "./core-react/inputs/InputLabel";
|
|
49
|
+
export * from "./core-react/inputs/InputStatus";
|
|
50
|
+
export * from "./core-react/inputs/iconinput/IconInput";
|
|
51
|
+
export * from "./core-react/inputs/LabeledComponentProps";
|
|
52
|
+
export * from "./core-react/inputs/numberinput/NumberInput";
|
|
53
|
+
export * from "./core-react/listbox/Listbox";
|
|
54
|
+
export * from "./core-react/loading/LoadingBar";
|
|
55
|
+
export * from "./core-react/loading/LoadingPrompt";
|
|
56
|
+
export * from "./core-react/loading/LoadingSpinner";
|
|
57
|
+
export * from "./core-react/loading/LoadingStatus";
|
|
58
|
+
export * from "./core-react/messagebox/MessageBox";
|
|
59
|
+
export * from "./core-react/notification/MessageRenderer";
|
|
60
|
+
export * from "./core-react/notification/MessageType";
|
|
61
|
+
export * from "./core-react/popup/Popup";
|
|
62
|
+
export * from "./core-react/radialmenu/RadialMenu";
|
|
63
|
+
export * from "./core-react/radialmenu/Annulus";
|
|
64
|
+
export * from "./core-react/searchbox/SearchBox";
|
|
65
|
+
export * from "./core-react/settings/SettingsManager";
|
|
66
|
+
export * from "./core-react/settings/SettingsContainer";
|
|
67
|
+
export * from "./core-react/tabs/VerticalTabs";
|
|
68
|
+
export * from "./core-react/tabs/Tabs";
|
|
69
|
+
export * from "./core-react/text/BodyText";
|
|
70
|
+
export * from "./core-react/text/BlockText";
|
|
71
|
+
export * from "./core-react/text/DisabledText";
|
|
72
|
+
export * from "./core-react/text/FilteredText";
|
|
73
|
+
export * from "./core-react/text/MutedText";
|
|
74
|
+
export * from "./core-react/text/StyledText";
|
|
75
|
+
export * from "./core-react/text/TextProps";
|
|
76
|
+
export { ExpansionToggle } from "./core-react/tree/ExpansionToggle";
|
|
77
|
+
export { TreeBranch } from "./core-react/tree/Branch";
|
|
78
|
+
export { TreeNode } from "./core-react/tree/Node";
|
|
79
|
+
export { Tree } from "./core-react/tree/Tree";
|
|
80
|
+
export { TreeNodePlaceholder } from "./core-react/tree/Placeholder";
|
|
81
|
+
export * from "./core-react/uistate/UiStateEntry";
|
|
82
|
+
export * from "./core-react/uistate/UiStateStorage";
|
|
83
|
+
export * from "./core-react/uistate/LocalStateStorage";
|
|
84
|
+
export * from "./core-react/utils/IconHelper";
|
|
85
|
+
export * from "./core-react/utils/Point";
|
|
86
|
+
export * from "./core-react/utils/Props";
|
|
87
|
+
export * from "./core-react/utils/Rectangle";
|
|
88
|
+
export * from "./core-react/utils/Size";
|
|
89
|
+
export * from "./core-react/utils/Timer";
|
|
90
|
+
export * from "./core-react/utils/UiGeometry";
|
|
91
|
+
export * from "./core-react/utils/flattenChildren";
|
|
92
|
+
export * from "./core-react/utils/getBestBWContrastColor";
|
|
93
|
+
export * from "./core-react/utils/getCssVariable";
|
|
94
|
+
export * from "./core-react/utils/getDisplayName";
|
|
95
|
+
export * from "./core-react/utils/getUserColor";
|
|
96
|
+
export * from "./core-react/utils/shallowDiffers";
|
|
97
|
+
export * from "./core-react/utils/typeUtils";
|
|
98
|
+
export * from "./core-react/utils/isPromiseLike";
|
|
99
|
+
export * from "./core-react/utils/ScrollPositionMaintainer";
|
|
100
|
+
export * from "./core-react/utils/hooks/useDisposable";
|
|
101
|
+
export * from "./core-react/utils/hooks/useEffectSkipFirst";
|
|
102
|
+
export * from "./core-react/utils/hooks/useEventListener";
|
|
103
|
+
export * from "./core-react/utils/hooks/ResizeObserverPolyfill";
|
|
104
|
+
export * from "./core-react/utils/hooks/useOnOutsideClick";
|
|
105
|
+
export * from "./core-react/utils/hooks/useProximityToMouse";
|
|
106
|
+
export * from "./core-react/utils/hooks/useRefEffect";
|
|
107
|
+
export * from "./core-react/utils/hooks/useRefs";
|
|
108
|
+
export * from "./core-react/utils/hooks/useRefState";
|
|
109
|
+
export * from "./core-react/utils/hooks/useResizeObserver";
|
|
110
|
+
export * from "./core-react/utils/hooks/useTargeted";
|
|
111
|
+
export * from "./core-react/utils/hooks/useWidgetOpacityContext";
|
|
112
|
+
export * from "./core-react/utils/hooks/useInterval";
|
|
113
|
+
export * from "./core-react/utils/hooks/useCrossOriginPopup";
|
|
114
|
+
/** @docs-package-description
|
|
115
|
+
* The core-react package contains general purpose React components, such as Dialog, MessageBox, SearchBox, RadialMenu and SplitButton.
|
|
116
|
+
* For more information, see [learning about core-react]($docs/learning/ui/core/index.md).
|
|
117
|
+
*/
|
|
118
|
+
/**
|
|
119
|
+
* @docs-group-description AutoSuggest
|
|
120
|
+
* Component for input with an auto-suggestion dropdown.
|
|
121
|
+
*/
|
|
122
|
+
/**
|
|
123
|
+
* @docs-group-description Base
|
|
124
|
+
* Low-level classes and components for building application UI.
|
|
125
|
+
*/
|
|
126
|
+
/**
|
|
127
|
+
* @docs-group-description Button
|
|
128
|
+
* Components for working with various Buttons.
|
|
129
|
+
*/
|
|
130
|
+
/**
|
|
131
|
+
* @docs-group-description Checkbox
|
|
132
|
+
* Component is a wrapper for the `<input type="checkbox">` HTML element.
|
|
133
|
+
*/
|
|
134
|
+
/**
|
|
135
|
+
* @docs-group-description CheckListBox
|
|
136
|
+
* Components for working with a Check listbox.
|
|
137
|
+
*/
|
|
138
|
+
/**
|
|
139
|
+
* @docs-group-description Common
|
|
140
|
+
* Common classes and enums used across various UI components.
|
|
141
|
+
*/
|
|
142
|
+
/**
|
|
143
|
+
* @docs-group-description ContextMenu
|
|
144
|
+
* Components for working with a Context Menu.
|
|
145
|
+
*/
|
|
146
|
+
/**
|
|
147
|
+
* @docs-group-description Dialog
|
|
148
|
+
* Components for working with a Dialog or MessageBox.
|
|
149
|
+
*/
|
|
150
|
+
/**
|
|
151
|
+
* @docs-group-description ElementSeparator
|
|
152
|
+
* Components for working with a ElementSeparator.
|
|
153
|
+
*/
|
|
154
|
+
/**
|
|
155
|
+
* @docs-group-description Expandable
|
|
156
|
+
* Components for working with a ExpandableBlock or ExpandableList.
|
|
157
|
+
*/
|
|
158
|
+
/**
|
|
159
|
+
* @docs-group-description Form
|
|
160
|
+
* Components used to create a Form using supplied properties to specify fields.
|
|
161
|
+
*/
|
|
162
|
+
/**
|
|
163
|
+
* @docs-group-description Icon
|
|
164
|
+
* Component that renders core-react icon when given an icon name or SVG source.
|
|
165
|
+
*/
|
|
166
|
+
/**
|
|
167
|
+
* @docs-group-description Inputs
|
|
168
|
+
* Components for working with input controls, such as Input, IconInput and NumberInput.
|
|
169
|
+
*/
|
|
170
|
+
/**
|
|
171
|
+
* @docs-group-description Loading
|
|
172
|
+
* Components for working with Loading spinners and progress indicators and bars.
|
|
173
|
+
*/
|
|
174
|
+
/**
|
|
175
|
+
* @docs-group-description Notification
|
|
176
|
+
* Components for working with messages and tooltips.
|
|
177
|
+
*/
|
|
178
|
+
/**
|
|
179
|
+
* @docs-group-description Popup
|
|
180
|
+
* Components for working with a Popup.
|
|
181
|
+
*/
|
|
182
|
+
/**
|
|
183
|
+
* @docs-group-description RadialMenu
|
|
184
|
+
* Components for working with a RadialMenu.
|
|
185
|
+
*/
|
|
186
|
+
/**
|
|
187
|
+
* @docs-group-description Radio
|
|
188
|
+
* Component is a wrapper for the `<input type="radio">` HTML element.
|
|
189
|
+
*/
|
|
190
|
+
/**
|
|
191
|
+
* @docs-group-description SearchBox
|
|
192
|
+
* Components for working with a SearchBox.
|
|
193
|
+
*/
|
|
194
|
+
/**
|
|
195
|
+
* @docs-group-description Select
|
|
196
|
+
* Component is a wrapper for the `<select>` HTML element.
|
|
197
|
+
*/
|
|
198
|
+
/**
|
|
199
|
+
* @docs-group-description Settings
|
|
200
|
+
* Manager and UI Components that allow users to modify settings for different packages and extensions.
|
|
201
|
+
*/
|
|
202
|
+
/**
|
|
203
|
+
* @docs-group-description Slider
|
|
204
|
+
* Component displays a range slider with thumbs for changing the value.
|
|
205
|
+
*/
|
|
206
|
+
/**
|
|
207
|
+
* @docs-group-description SplitButton
|
|
208
|
+
* Components for working with a SplitButton.
|
|
209
|
+
*/
|
|
210
|
+
/**
|
|
211
|
+
* @docs-group-description Tabs
|
|
212
|
+
* Components for working with horizontal or vertical tabs.
|
|
213
|
+
*/
|
|
214
|
+
/**
|
|
215
|
+
* @docs-group-description Text
|
|
216
|
+
* Components for working with styled text.
|
|
217
|
+
*/
|
|
218
|
+
/**
|
|
219
|
+
* @docs-group-description Tiles
|
|
220
|
+
* Components for a container rendering elements that can be grouped together.
|
|
221
|
+
*/
|
|
222
|
+
/**
|
|
223
|
+
* @docs-group-description Toggle
|
|
224
|
+
* Components for working with a Toggle switch.
|
|
225
|
+
*/
|
|
226
|
+
/**
|
|
227
|
+
* @docs-group-description Tooltip
|
|
228
|
+
* Components for working with a Tooltip.
|
|
229
|
+
*/
|
|
230
|
+
/**
|
|
231
|
+
* @docs-group-description Tree
|
|
232
|
+
* Presentation React components for working with a Tree.
|
|
233
|
+
*/
|
|
234
|
+
/**
|
|
235
|
+
* @docs-group-description UiStateStorage
|
|
236
|
+
* Interfaces and classes for working with persistent UI settings.
|
|
237
|
+
*/
|
|
238
|
+
/**
|
|
239
|
+
* @docs-group-description Utilities
|
|
240
|
+
* Various utility classes, functions and React hooks for working with a UI.
|
|
241
|
+
*/
|
|
242
242
|
//# sourceMappingURL=core-react.js.map
|
package/package.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@itwin/core-react",
|
|
3
|
-
"version": "4.0.0-dev.
|
|
3
|
+
"version": "4.0.0-dev.14",
|
|
4
4
|
"description": "iTwin.js UI core components",
|
|
5
5
|
"main": "lib/cjs/core-react.js",
|
|
6
6
|
"module": "lib/esm/core-react.js",
|
|
@@ -8,9 +8,11 @@
|
|
|
8
8
|
"license": "MIT",
|
|
9
9
|
"repository": {
|
|
10
10
|
"type": "git",
|
|
11
|
-
"url": "https://github.com/iTwin/appui
|
|
11
|
+
"url": "https://github.com/iTwin/appui.git",
|
|
12
|
+
"directory": "ui/core-react"
|
|
12
13
|
},
|
|
13
14
|
"keywords": [
|
|
15
|
+
"AppUI",
|
|
14
16
|
"Bentley",
|
|
15
17
|
"BIM",
|
|
16
18
|
"iModel",
|
|
@@ -22,8 +24,8 @@
|
|
|
22
24
|
"url": "http://www.bentley.com"
|
|
23
25
|
},
|
|
24
26
|
"peerDependencies": {
|
|
25
|
-
"@itwin/appui-abstract": ">=3.
|
|
26
|
-
"@itwin/core-bentley": ">=3.
|
|
27
|
+
"@itwin/appui-abstract": ">=3.7.0",
|
|
28
|
+
"@itwin/core-bentley": ">=3.7.0",
|
|
27
29
|
"react": "^17.0.0 || ^18.0.0",
|
|
28
30
|
"react-dom": "^17.0.0 || ^18.0.0"
|
|
29
31
|
},
|
|
@@ -32,13 +34,13 @@
|
|
|
32
34
|
"NOTE: All tools used by scripts in this package must be listed as devDependencies"
|
|
33
35
|
],
|
|
34
36
|
"devDependencies": {
|
|
35
|
-
"@itwin/appui-abstract": "^3.
|
|
36
|
-
"@itwin/build-tools": "^3.
|
|
37
|
-
"@itwin/core-bentley": "^3.
|
|
38
|
-
"@itwin/core-common": "^3.
|
|
39
|
-
"@itwin/core-geometry": "^3.
|
|
40
|
-
"@itwin/core-i18n": "^3.
|
|
41
|
-
"@itwin/eslint-plugin": "^3.
|
|
37
|
+
"@itwin/appui-abstract": "^3.7.0",
|
|
38
|
+
"@itwin/build-tools": "^3.7.0",
|
|
39
|
+
"@itwin/core-bentley": "^3.7.0",
|
|
40
|
+
"@itwin/core-common": "^3.7.0",
|
|
41
|
+
"@itwin/core-geometry": "^3.7.0",
|
|
42
|
+
"@itwin/core-i18n": "^3.7.0",
|
|
43
|
+
"@itwin/eslint-plugin": "^3.7.0",
|
|
42
44
|
"@testing-library/dom": "^8.11.2",
|
|
43
45
|
"@testing-library/react": "^12.0.0",
|
|
44
46
|
"@testing-library/react-hooks": "^7.0.2",
|
|
@@ -72,7 +74,7 @@
|
|
|
72
74
|
"sinon-chai": "^3.2.0",
|
|
73
75
|
"ts-node": "^10.8.2",
|
|
74
76
|
"typemoq": "^2.1.0",
|
|
75
|
-
"typescript": "~
|
|
77
|
+
"typescript": "~5.0.2"
|
|
76
78
|
},
|
|
77
79
|
"//dependencies": [
|
|
78
80
|
"NOTE: these dependencies should be only for things that DO NOT APPEAR IN THE API",
|
|
@@ -130,5 +132,5 @@
|
|
|
130
132
|
"docs:changelog": "cpx ./CHANGELOG.md ../../generated-docs/reference/core-react",
|
|
131
133
|
"docs:reference": "betools docs --includes=../../generated-docs/extract --json=../../generated-docs/reference/core-react/file.json --excludeGlob=**/declarations.d.ts --tsIndexFile=./core-react.ts --onlyJson"
|
|
132
134
|
},
|
|
133
|
-
"readme": "# @itwin/core-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/core-react__ package contains general purpose React components, such as Dialog, MessageBox, SearchBox, RadialMenu
|
|
135
|
+
"readme": "# @itwin/core-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/core-react__ package contains general purpose React components, such as Dialog, MessageBox, SearchBox, RadialMenu.\r\n\r\n## Documentation\r\n\r\nSee the [iTwin.js](https://www.itwinjs.org/learning/ui/core/) documentation for more information.\r\n"
|
|
134
136
|
}
|
package/ThirdPartyNotices.md
DELETED
|
@@ -1,28 +0,0 @@
|
|
|
1
|
-
|
|
2
|
-
# Third-Party Code
|
|
3
|
-
|
|
4
|
-
The iTwin.js library potentially incorporates work from the following third-party code:
|
|
5
|
-
|
|
6
|
-
## [react-numeric-input](https://github.com/vlad-ignatov/react-numeric-input)
|
|
7
|
-
|
|
8
|
-
The MIT License (MIT)
|
|
9
|
-
|
|
10
|
-
Copyright (c) 2015 vlad-ignatov
|
|
11
|
-
|
|
12
|
-
Permission is hereby granted, free of charge, to any person obtaining a copy
|
|
13
|
-
of this software and associated documentation files (the "Software"), to deal
|
|
14
|
-
in the Software without restriction, including without limitation the rights
|
|
15
|
-
to use, copy, modify, merge, publish, distribute, sublicense, and/or sell
|
|
16
|
-
copies of the Software, and to permit persons to whom the Software is
|
|
17
|
-
furnished to do so, subject to the following conditions:
|
|
18
|
-
|
|
19
|
-
The above copyright notice and this permission notice shall be included in all
|
|
20
|
-
copies or substantial portions of the Software.
|
|
21
|
-
|
|
22
|
-
THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR
|
|
23
|
-
IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY,
|
|
24
|
-
FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE
|
|
25
|
-
AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER
|
|
26
|
-
LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM,
|
|
27
|
-
OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE
|
|
28
|
-
SOFTWARE.
|
|
@@ -1,12 +0,0 @@
|
|
|
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
|
-
@import "./button";
|
|
6
|
-
@import "./blue";
|
|
7
|
-
|
|
8
|
-
@mixin uicore-buttons-blue-large {
|
|
9
|
-
|
|
10
|
-
@include uicore-buttons-blue;
|
|
11
|
-
@include uicore-buttons-large-size;
|
|
12
|
-
}
|
|
@@ -1,17 +0,0 @@
|
|
|
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
|
-
@import "../style/index";
|
|
6
|
-
@import "./button";
|
|
7
|
-
@import "./disabled";
|
|
8
|
-
|
|
9
|
-
@mixin uicore-buttons-blue {
|
|
10
|
-
@include uicore-buttons-button;
|
|
11
|
-
background: var(--iui-color-background-accent);
|
|
12
|
-
color: var(--iui-color-white);
|
|
13
|
-
|
|
14
|
-
&:hover {
|
|
15
|
-
background-color: var(--iui-color-background-accent-hover);
|
|
16
|
-
}
|
|
17
|
-
}
|