@itwin/core-react 3.0.0-dev.77 → 3.0.0-dev.81
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/lib/{core-react → cjs/core-react}/UiCore.d.ts +0 -0
- package/lib/cjs/core-react/UiCore.d.ts.map +1 -0
- package/lib/{core-react → cjs/core-react}/UiCore.js +0 -0
- package/lib/cjs/core-react/UiCore.js.map +1 -0
- package/lib/{core-react → cjs/core-react}/_geometry.scss +0 -0
- package/lib/{core-react → cjs/core-react}/_helpers.scss +0 -0
- package/lib/{core-react → cjs/core-react}/_math.scss +0 -0
- package/lib/{core-react → cjs/core-react}/_scrollbar.scss +0 -0
- package/lib/{core-react → cjs/core-react}/_typography.scss +0 -0
- package/lib/{core-react → cjs/core-react}/_z-index.scss +0 -0
- package/lib/{core-react → cjs/core-react}/autosuggest/AutoSuggest.d.ts +0 -0
- package/lib/cjs/core-react/autosuggest/AutoSuggest.d.ts.map +1 -0
- package/lib/cjs/core-react/autosuggest/AutoSuggest.js +175 -0
- package/lib/cjs/core-react/autosuggest/AutoSuggest.js.map +1 -0
- package/lib/cjs/core-react/autosuggest/AutoSuggest.scss +83 -0
- package/lib/{core-react → cjs/core-react}/badge/Badge.d.ts +0 -0
- package/lib/cjs/core-react/badge/Badge.d.ts.map +1 -0
- package/lib/{core-react → cjs/core-react}/badge/Badge.js +0 -0
- package/lib/cjs/core-react/badge/Badge.js.map +1 -0
- package/lib/{core-react → cjs/core-react}/badge/Badge.scss +0 -0
- package/lib/{core-react → cjs/core-react}/badge/BadgeUtilities.d.ts +0 -0
- package/lib/cjs/core-react/badge/BadgeUtilities.d.ts.map +1 -0
- package/lib/{core-react → cjs/core-react}/badge/BadgeUtilities.js +0 -0
- package/lib/cjs/core-react/badge/BadgeUtilities.js.map +1 -0
- package/lib/{core-react → cjs/core-react}/badge/BetaBadge.d.ts +0 -0
- package/lib/cjs/core-react/badge/BetaBadge.d.ts.map +1 -0
- package/lib/cjs/core-react/badge/BetaBadge.js +24 -0
- package/lib/cjs/core-react/badge/BetaBadge.js.map +1 -0
- package/lib/{core-react → cjs/core-react}/badge/BetaBadge.scss +0 -0
- package/lib/{core-react → cjs/core-react}/badge/NewBadge.d.ts +0 -0
- package/lib/cjs/core-react/badge/NewBadge.d.ts.map +1 -0
- package/lib/cjs/core-react/badge/NewBadge.js +24 -0
- package/lib/cjs/core-react/badge/NewBadge.js.map +1 -0
- package/lib/{core-react → cjs/core-react}/badge/NewBadge.scss +0 -0
- package/lib/{core-react → cjs/core-react}/badge/new-feature-badge.svg +0 -0
- package/lib/{core-react → cjs/core-react}/badge/technical-preview-badge.svg +0 -0
- package/lib/{core-react → cjs/core-react}/base/Centered.d.ts +0 -0
- package/lib/cjs/core-react/base/Centered.d.ts.map +1 -0
- package/lib/cjs/core-react/base/Centered.js +21 -0
- package/lib/cjs/core-react/base/Centered.js.map +1 -0
- package/lib/{core-react → cjs/core-react}/base/Div.d.ts +0 -0
- package/lib/cjs/core-react/base/Div.d.ts.map +1 -0
- package/lib/cjs/core-react/base/Div.js +21 -0
- package/lib/cjs/core-react/base/Div.js.map +1 -0
- package/lib/{core-react → cjs/core-react}/base/DivWithOutsideClick.d.ts +0 -0
- package/lib/cjs/core-react/base/DivWithOutsideClick.d.ts.map +1 -0
- package/lib/cjs/core-react/base/DivWithOutsideClick.js +17 -0
- package/lib/cjs/core-react/base/DivWithOutsideClick.js.map +1 -0
- package/lib/{core-react → cjs/core-react}/base/FillCentered.d.ts +0 -0
- package/lib/cjs/core-react/base/FillCentered.d.ts.map +1 -0
- package/lib/cjs/core-react/base/FillCentered.js +21 -0
- package/lib/cjs/core-react/base/FillCentered.js.map +1 -0
- package/lib/{core-react → cjs/core-react}/base/FlexWrapContainer.d.ts +0 -0
- package/lib/cjs/core-react/base/FlexWrapContainer.d.ts.map +1 -0
- package/lib/cjs/core-react/base/FlexWrapContainer.js +22 -0
- package/lib/cjs/core-react/base/FlexWrapContainer.js.map +1 -0
- package/lib/{core-react → cjs/core-react}/base/Gap.d.ts +0 -0
- package/lib/cjs/core-react/base/Gap.d.ts.map +1 -0
- package/lib/cjs/core-react/base/Gap.js +21 -0
- package/lib/cjs/core-react/base/Gap.js.map +1 -0
- package/lib/{core-react → cjs/core-react}/base/PointerEvents.d.ts +0 -0
- package/lib/cjs/core-react/base/PointerEvents.d.ts.map +1 -0
- package/lib/{core-react → cjs/core-react}/base/PointerEvents.js +0 -0
- package/lib/cjs/core-react/base/PointerEvents.js.map +1 -0
- package/lib/{core-react → cjs/core-react}/base/ScrollView.d.ts +0 -0
- package/lib/cjs/core-react/base/ScrollView.d.ts.map +1 -0
- package/lib/cjs/core-react/base/ScrollView.js +22 -0
- package/lib/cjs/core-react/base/ScrollView.js.map +1 -0
- package/lib/{core-react → cjs/core-react}/base/base.scss +0 -0
- package/lib/{core-react → cjs/core-react}/base/classes.scss +0 -0
- package/lib/{core-react → cjs/core-react}/base/index.scss +0 -0
- package/lib/{core-react → cjs/core-react}/button/Button.d.ts +0 -0
- package/lib/cjs/core-react/button/Button.d.ts.map +1 -0
- package/lib/cjs/core-react/button/Button.js +88 -0
- package/lib/cjs/core-react/button/Button.js.map +1 -0
- package/lib/{core-react → cjs/core-react}/button/UnderlinedButton.d.ts +0 -0
- package/lib/cjs/core-react/button/UnderlinedButton.d.ts.map +1 -0
- package/lib/{core-react → cjs/core-react}/button/UnderlinedButton.js +0 -0
- package/lib/cjs/core-react/button/UnderlinedButton.js.map +1 -0
- package/lib/{core-react → cjs/core-react}/button/UnderlinedButton.scss +0 -0
- package/lib/{core-react → cjs/core-react}/button/blue-large.scss +0 -0
- package/lib/{core-react → cjs/core-react}/button/blue.scss +0 -0
- package/lib/{core-react → cjs/core-react}/button/button.scss +0 -0
- package/lib/{core-react → cjs/core-react}/button/classes.scss +0 -0
- package/lib/{core-react → cjs/core-react}/button/disabled-large.scss +0 -0
- package/lib/{core-react → cjs/core-react}/button/disabled.scss +0 -0
- package/lib/{core-react → cjs/core-react}/button/hollow-large.scss +0 -0
- package/lib/{core-react → cjs/core-react}/button/hollow.scss +0 -0
- package/lib/{core-react → cjs/core-react}/button/index.scss +0 -0
- package/lib/{core-react → cjs/core-react}/button/primary-large.scss +0 -0
- package/lib/{core-react → cjs/core-react}/button/primary.scss +0 -0
- package/lib/{core-react → cjs/core-react}/button/variables.scss +0 -0
- package/lib/{core-react → cjs/core-react}/checkbox/Checkbox.d.ts +0 -0
- package/lib/cjs/core-react/checkbox/Checkbox.d.ts.map +1 -0
- package/lib/cjs/core-react/checkbox/Checkbox.js +65 -0
- package/lib/cjs/core-react/checkbox/Checkbox.js.map +1 -0
- package/lib/{core-react → cjs/core-react}/checkbox/checkbox.scss +0 -0
- package/lib/{core-react → cjs/core-react}/checkbox/classes.scss +0 -0
- package/lib/{core-react → cjs/core-react}/checkbox/index.scss +0 -0
- package/lib/{core-react → cjs/core-react}/checklistbox/CheckListBox.d.ts +0 -0
- package/lib/cjs/core-react/checklistbox/CheckListBox.d.ts.map +1 -0
- package/lib/{core-react → cjs/core-react}/checklistbox/CheckListBox.js +0 -0
- package/lib/cjs/core-react/checklistbox/CheckListBox.js.map +1 -0
- package/lib/{core-react → cjs/core-react}/checklistbox/CheckListBox.scss +0 -0
- package/lib/{core-react → cjs/core-react}/classes.scss +0 -0
- package/lib/{core-react → cjs/core-react}/colorthemes.scss +0 -0
- package/lib/{core-react → cjs/core-react}/colorvariables.scss +0 -0
- package/lib/{core-react → cjs/core-react}/contextmenu/ContextMenu.d.ts +0 -0
- package/lib/cjs/core-react/contextmenu/ContextMenu.d.ts.map +1 -0
- package/lib/cjs/core-react/contextmenu/ContextMenu.js +365 -0
- package/lib/cjs/core-react/contextmenu/ContextMenu.js.map +1 -0
- package/lib/{core-react → cjs/core-react}/contextmenu/ContextMenu.scss +0 -0
- package/lib/{core-react → cjs/core-react}/contextmenu/ContextMenuDirection.d.ts +0 -0
- package/lib/cjs/core-react/contextmenu/ContextMenuDirection.d.ts.map +1 -0
- package/lib/{core-react → cjs/core-react}/contextmenu/ContextMenuDirection.js +0 -0
- package/lib/cjs/core-react/contextmenu/ContextMenuDirection.js.map +1 -0
- package/lib/{core-react → cjs/core-react}/contextmenu/ContextMenuDivider.d.ts +0 -0
- package/lib/cjs/core-react/contextmenu/ContextMenuDivider.d.ts.map +1 -0
- package/lib/cjs/core-react/contextmenu/ContextMenuDivider.js +24 -0
- package/lib/cjs/core-react/contextmenu/ContextMenuDivider.js.map +1 -0
- package/lib/{core-react → cjs/core-react}/contextmenu/ContextMenuItem.d.ts +0 -0
- package/lib/cjs/core-react/contextmenu/ContextMenuItem.d.ts.map +1 -0
- package/lib/cjs/core-react/contextmenu/ContextMenuItem.js +109 -0
- package/lib/cjs/core-react/contextmenu/ContextMenuItem.js.map +1 -0
- package/lib/{core-react → cjs/core-react}/contextmenu/ContextSubMenu.d.ts +0 -0
- package/lib/cjs/core-react/contextmenu/ContextSubMenu.d.ts.map +1 -0
- package/lib/cjs/core-react/contextmenu/ContextSubMenu.js +160 -0
- package/lib/cjs/core-react/contextmenu/ContextSubMenu.js.map +1 -0
- package/lib/{core-react → cjs/core-react}/contextmenu/GlobalContextMenu.d.ts +0 -0
- package/lib/cjs/core-react/contextmenu/GlobalContextMenu.d.ts.map +1 -0
- package/lib/cjs/core-react/contextmenu/GlobalContextMenu.js +60 -0
- package/lib/cjs/core-react/contextmenu/GlobalContextMenu.js.map +1 -0
- package/lib/{core-react → cjs/core-react}/contextmenu/PopupContextMenu.d.ts +0 -0
- package/lib/cjs/core-react/contextmenu/PopupContextMenu.d.ts.map +1 -0
- package/lib/cjs/core-react/contextmenu/PopupContextMenu.js +56 -0
- package/lib/cjs/core-react/contextmenu/PopupContextMenu.js.map +1 -0
- package/lib/{core-react → cjs/core-react}/contextmenu/TildeFinder.d.ts +0 -0
- package/lib/cjs/core-react/contextmenu/TildeFinder.d.ts.map +1 -0
- package/lib/{core-react → cjs/core-react}/contextmenu/TildeFinder.js +0 -0
- package/lib/cjs/core-react/contextmenu/TildeFinder.js.map +1 -0
- package/lib/{core-react → cjs/core-react}/dialog/Dialog.d.ts +0 -0
- package/lib/cjs/core-react/dialog/Dialog.d.ts.map +1 -0
- package/lib/cjs/core-react/dialog/Dialog.js +334 -0
- package/lib/cjs/core-react/dialog/Dialog.js.map +1 -0
- package/lib/{core-react → cjs/core-react}/dialog/Dialog.scss +0 -0
- package/lib/{core-react → cjs/core-react}/dialog/DialogButtonDef.d.ts +0 -0
- package/lib/cjs/core-react/dialog/DialogButtonDef.d.ts.map +1 -0
- package/lib/{core-react → cjs/core-react}/dialog/DialogButtonDef.js +0 -0
- package/lib/cjs/core-react/dialog/DialogButtonDef.js.map +1 -0
- package/lib/{core-react → cjs/core-react}/dialog/GlobalDialog.d.ts +0 -0
- package/lib/cjs/core-react/dialog/GlobalDialog.d.ts.map +1 -0
- package/lib/cjs/core-react/dialog/GlobalDialog.js +54 -0
- package/lib/cjs/core-react/dialog/GlobalDialog.js.map +1 -0
- package/lib/{core-react → cjs/core-react}/elementseparator/ElementSeparator.d.ts +0 -0
- package/lib/cjs/core-react/elementseparator/ElementSeparator.d.ts.map +1 -0
- package/lib/cjs/core-react/elementseparator/ElementSeparator.js +164 -0
- package/lib/cjs/core-react/elementseparator/ElementSeparator.js.map +1 -0
- package/lib/{core-react → cjs/core-react}/elementseparator/ElementSeparator.scss +0 -0
- package/lib/{core-react → cjs/core-react}/enums/Alignment.d.ts +0 -0
- package/lib/cjs/core-react/enums/Alignment.d.ts.map +1 -0
- package/lib/{core-react → cjs/core-react}/enums/Alignment.js +0 -0
- package/lib/cjs/core-react/enums/Alignment.js.map +1 -0
- package/lib/{core-react → cjs/core-react}/enums/CheckBoxState.d.ts +0 -0
- package/lib/cjs/core-react/enums/CheckBoxState.d.ts.map +1 -0
- package/lib/{core-react → cjs/core-react}/enums/CheckBoxState.js +0 -0
- package/lib/cjs/core-react/enums/CheckBoxState.js.map +1 -0
- package/lib/{core-react → cjs/core-react}/enums/Orientation.d.ts +0 -0
- package/lib/cjs/core-react/enums/Orientation.d.ts.map +1 -0
- package/lib/{core-react → cjs/core-react}/enums/Orientation.js +0 -0
- package/lib/cjs/core-react/enums/Orientation.js.map +1 -0
- package/lib/{core-react → cjs/core-react}/enums/SortDirection.d.ts +0 -0
- package/lib/cjs/core-react/enums/SortDirection.d.ts.map +1 -0
- package/lib/{core-react → cjs/core-react}/enums/SortDirection.js +0 -0
- package/lib/cjs/core-react/enums/SortDirection.js.map +1 -0
- package/lib/{core-react → cjs/core-react}/enums/TimeFormat.d.ts +0 -0
- package/lib/cjs/core-react/enums/TimeFormat.d.ts.map +1 -0
- package/lib/{core-react → cjs/core-react}/enums/TimeFormat.js +0 -0
- package/lib/cjs/core-react/enums/TimeFormat.js.map +1 -0
- package/lib/{core-react → cjs/core-react}/expandable/ExpandableBlock.d.ts +0 -0
- package/lib/cjs/core-react/expandable/ExpandableBlock.d.ts.map +1 -0
- package/lib/{core-react → cjs/core-react}/expandable/ExpandableBlock.js +0 -0
- package/lib/cjs/core-react/expandable/ExpandableBlock.js.map +1 -0
- package/lib/{core-react → cjs/core-react}/expandable/ExpandableBlock.scss +0 -0
- package/lib/{core-react → cjs/core-react}/expandable/ExpandableList.d.ts +0 -0
- package/lib/cjs/core-react/expandable/ExpandableList.d.ts.map +1 -0
- package/lib/{core-react → cjs/core-react}/expandable/ExpandableList.js +0 -0
- package/lib/cjs/core-react/expandable/ExpandableList.js.map +1 -0
- package/lib/cjs/core-react/expandable/ExpandableList.scss +12 -0
- package/lib/{core-react → cjs/core-react}/expandable/classes.scss +0 -0
- package/lib/{core-react → cjs/core-react}/expandable/index.scss +0 -0
- package/lib/{core-react → cjs/core-react}/expandable/list.scss +0 -0
- package/lib/{core-react → cjs/core-react}/focus/ItemKeyboardNavigator.d.ts +0 -0
- package/lib/cjs/core-react/focus/ItemKeyboardNavigator.d.ts.map +1 -0
- package/lib/{core-react → cjs/core-react}/focus/ItemKeyboardNavigator.js +0 -0
- package/lib/cjs/core-react/focus/ItemKeyboardNavigator.js.map +1 -0
- package/lib/{core-react → cjs/core-react}/focustrap/FocusTrap.d.ts +0 -0
- package/lib/cjs/core-react/focustrap/FocusTrap.d.ts.map +1 -0
- package/lib/{core-react → cjs/core-react}/focustrap/FocusTrap.js +0 -0
- package/lib/cjs/core-react/focustrap/FocusTrap.js.map +1 -0
- package/lib/{core-react → cjs/core-react}/form/Field.d.ts +0 -0
- package/lib/cjs/core-react/form/Field.d.ts.map +1 -0
- package/lib/{core-react → cjs/core-react}/form/Field.js +0 -0
- package/lib/cjs/core-react/form/Field.js.map +1 -0
- package/lib/{core-react → cjs/core-react}/form/Form.d.ts +0 -0
- package/lib/cjs/core-react/form/Form.d.ts.map +1 -0
- package/lib/cjs/core-react/form/Form.js +131 -0
- package/lib/cjs/core-react/form/Form.js.map +1 -0
- package/lib/{core-react → cjs/core-react}/form/Form.scss +0 -0
- package/lib/{core-react → cjs/core-react}/hocs/withIsPressed.d.ts +0 -0
- package/lib/cjs/core-react/hocs/withIsPressed.d.ts.map +1 -0
- package/lib/cjs/core-react/hocs/withIsPressed.js +47 -0
- package/lib/cjs/core-react/hocs/withIsPressed.js.map +1 -0
- package/lib/{core-react → cjs/core-react}/hocs/withOnOutsideClick.d.ts +0 -0
- package/lib/cjs/core-react/hocs/withOnOutsideClick.d.ts.map +1 -0
- package/lib/cjs/core-react/hocs/withOnOutsideClick.js +113 -0
- package/lib/cjs/core-react/hocs/withOnOutsideClick.js.map +1 -0
- package/lib/{core-react → cjs/core-react}/hocs/withTimeout.d.ts +0 -0
- package/lib/cjs/core-react/hocs/withTimeout.d.ts.map +1 -0
- package/lib/cjs/core-react/hocs/withTimeout.js +47 -0
- package/lib/cjs/core-react/hocs/withTimeout.js.map +1 -0
- package/lib/{core-react → cjs/core-react}/icons/IconComponent.d.ts +0 -0
- package/lib/cjs/core-react/icons/IconComponent.d.ts.map +1 -0
- package/lib/{core-react → cjs/core-react}/icons/IconComponent.js +0 -0
- package/lib/cjs/core-react/icons/IconComponent.js.map +1 -0
- package/lib/{core-react → cjs/core-react}/icons/IconComponent.scss +0 -0
- package/lib/{core-react → cjs/core-react}/icons/SvgPath.d.ts +0 -0
- package/lib/cjs/core-react/icons/SvgPath.d.ts.map +1 -0
- package/lib/{core-react → cjs/core-react}/icons/SvgPath.js +0 -0
- package/lib/cjs/core-react/icons/SvgPath.js.map +1 -0
- package/lib/{core-react → cjs/core-react}/icons/SvgSprite.d.ts +0 -0
- package/lib/cjs/core-react/icons/SvgSprite.d.ts.map +1 -0
- package/lib/{core-react → cjs/core-react}/icons/SvgSprite.js +0 -0
- package/lib/cjs/core-react/icons/SvgSprite.js.map +1 -0
- package/lib/{core-react → cjs/core-react}/icons/SvgSprite.scss +0 -0
- package/lib/{core-react → cjs/core-react}/icons/WebFontIcon.d.ts +0 -0
- package/lib/cjs/core-react/icons/WebFontIcon.d.ts.map +1 -0
- package/lib/{core-react → cjs/core-react}/icons/WebFontIcon.js +0 -0
- package/lib/cjs/core-react/icons/WebFontIcon.js.map +1 -0
- package/lib/{core-react → cjs/core-react}/icons/WebFontIcon.scss +0 -0
- package/lib/{core-react → cjs/core-react}/icons/classes.scss +0 -0
- package/lib/{core-react → cjs/core-react}/icons/index.scss +0 -0
- package/lib/{core-react → cjs/core-react}/icons/mixins.scss +0 -0
- package/lib/{core-react → cjs/core-react}/icons/variables.scss +0 -0
- package/lib/{core-react → cjs/core-react}/imagecheckbox/ImageCheckBox.d.ts +0 -0
- package/lib/cjs/core-react/imagecheckbox/ImageCheckBox.d.ts.map +1 -0
- package/lib/{core-react → cjs/core-react}/imagecheckbox/ImageCheckBox.js +0 -0
- package/lib/cjs/core-react/imagecheckbox/ImageCheckBox.js.map +1 -0
- package/lib/{core-react → cjs/core-react}/imagecheckbox/ImageCheckBox.scss +0 -0
- package/lib/{core-react → cjs/core-react}/index.scss +0 -0
- package/lib/{core-react → cjs/core-react}/inputs/Input.d.ts +0 -0
- package/lib/cjs/core-react/inputs/Input.d.ts.map +1 -0
- package/lib/cjs/core-react/inputs/Input.js +47 -0
- package/lib/cjs/core-react/inputs/Input.js.map +1 -0
- package/lib/{core-react → cjs/core-react}/inputs/InputLabel.d.ts +0 -0
- package/lib/cjs/core-react/inputs/InputLabel.d.ts.map +1 -0
- package/lib/{core-react → cjs/core-react}/inputs/InputLabel.js +0 -0
- package/lib/cjs/core-react/inputs/InputLabel.js.map +1 -0
- package/lib/{core-react → cjs/core-react}/inputs/InputStatus.d.ts +0 -0
- package/lib/cjs/core-react/inputs/InputStatus.d.ts.map +1 -0
- package/lib/{core-react → cjs/core-react}/inputs/InputStatus.js +0 -0
- package/lib/cjs/core-react/inputs/InputStatus.js.map +1 -0
- package/lib/{core-react → cjs/core-react}/inputs/LabeledComponentProps.d.ts +0 -0
- package/lib/cjs/core-react/inputs/LabeledComponentProps.d.ts.map +1 -0
- package/lib/{core-react → cjs/core-react}/inputs/LabeledComponentProps.js +0 -0
- package/lib/cjs/core-react/inputs/LabeledComponentProps.js.map +1 -0
- package/lib/{core-react → cjs/core-react}/inputs/LabeledInput.d.ts +0 -0
- package/lib/cjs/core-react/inputs/LabeledInput.d.ts.map +1 -0
- package/lib/cjs/core-react/inputs/LabeledInput.js +34 -0
- package/lib/cjs/core-react/inputs/LabeledInput.js.map +1 -0
- package/lib/{core-react → cjs/core-react}/inputs/LabeledTextarea.d.ts +0 -0
- package/lib/cjs/core-react/inputs/LabeledTextarea.d.ts.map +1 -0
- package/lib/cjs/core-react/inputs/LabeledTextarea.js +32 -0
- package/lib/cjs/core-react/inputs/LabeledTextarea.js.map +1 -0
- package/lib/{core-react → cjs/core-react}/inputs/Textarea.d.ts +0 -0
- package/lib/cjs/core-react/inputs/Textarea.d.ts.map +1 -0
- package/lib/cjs/core-react/inputs/Textarea.js +36 -0
- package/lib/cjs/core-react/inputs/Textarea.js.map +1 -0
- package/lib/{core-react → cjs/core-react}/inputs/classes.scss +0 -0
- package/lib/{core-react → cjs/core-react}/inputs/iconinput/IconInput.d.ts +0 -0
- package/lib/cjs/core-react/inputs/iconinput/IconInput.d.ts.map +1 -0
- package/lib/cjs/core-react/inputs/iconinput/IconInput.js +30 -0
- package/lib/cjs/core-react/inputs/iconinput/IconInput.js.map +1 -0
- package/lib/{core-react → cjs/core-react}/inputs/iconinput/IconInput.scss +0 -0
- package/lib/{core-react → cjs/core-react}/inputs/index.scss +0 -0
- package/lib/{core-react → cjs/core-react}/inputs/input.scss +0 -0
- package/lib/{core-react → cjs/core-react}/inputs/labeled-input.scss +0 -0
- package/lib/{core-react → cjs/core-react}/inputs/labeled-textarea.scss +0 -0
- package/lib/{core-react → cjs/core-react}/inputs/numberinput/NumberInput.d.ts +0 -0
- package/lib/cjs/core-react/inputs/numberinput/NumberInput.d.ts.map +1 -0
- package/lib/cjs/core-react/inputs/numberinput/NumberInput.js +148 -0
- package/lib/cjs/core-react/inputs/numberinput/NumberInput.js.map +1 -0
- package/lib/{core-react → cjs/core-react}/inputs/numberinput/NumberInput.scss +0 -0
- package/lib/{core-react → cjs/core-react}/inputs/textarea.scss +0 -0
- package/lib/{core-react → cjs/core-react}/inputs/variables.scss +0 -0
- package/lib/{core-react → cjs/core-react}/layout-variables.scss +0 -0
- package/lib/{core-react → cjs/core-react}/listbox/Listbox.d.ts +0 -0
- package/lib/cjs/core-react/listbox/Listbox.d.ts.map +1 -0
- package/lib/cjs/core-react/listbox/Listbox.js +223 -0
- package/lib/cjs/core-react/listbox/Listbox.js.map +1 -0
- package/lib/cjs/core-react/listbox/Listbox.scss +54 -0
- package/lib/{core-react → cjs/core-react}/loading/LoadingBar.d.ts +0 -0
- package/lib/cjs/core-react/loading/LoadingBar.d.ts.map +1 -0
- package/lib/{core-react → cjs/core-react}/loading/LoadingBar.js +0 -0
- package/lib/cjs/core-react/loading/LoadingBar.js.map +1 -0
- package/lib/{core-react → cjs/core-react}/loading/LoadingBar.scss +0 -0
- package/lib/{core-react → cjs/core-react}/loading/LoadingPrompt.d.ts +0 -0
- package/lib/cjs/core-react/loading/LoadingPrompt.d.ts.map +1 -0
- package/lib/{core-react → cjs/core-react}/loading/LoadingPrompt.js +0 -0
- package/lib/cjs/core-react/loading/LoadingPrompt.js.map +1 -0
- package/lib/{core-react → cjs/core-react}/loading/LoadingPrompt.scss +0 -0
- package/lib/{core-react → cjs/core-react}/loading/LoadingSpinner.d.ts +0 -0
- package/lib/cjs/core-react/loading/LoadingSpinner.d.ts.map +1 -0
- package/lib/cjs/core-react/loading/LoadingSpinner.js +46 -0
- package/lib/cjs/core-react/loading/LoadingSpinner.js.map +1 -0
- package/lib/{core-react → cjs/core-react}/loading/LoadingSpinner.scss +0 -0
- package/lib/{core-react → cjs/core-react}/loading/LoadingStatus.d.ts +0 -0
- package/lib/cjs/core-react/loading/LoadingStatus.d.ts.map +1 -0
- package/lib/{core-react → cjs/core-react}/loading/LoadingStatus.js +0 -0
- package/lib/cjs/core-react/loading/LoadingStatus.js.map +1 -0
- package/lib/{core-react → cjs/core-react}/loading/LoadingStatus.scss +0 -0
- package/lib/{core-react → cjs/core-react}/loading/Spinner.d.ts +0 -0
- package/lib/cjs/core-react/loading/Spinner.d.ts.map +1 -0
- package/lib/{core-react → cjs/core-react}/loading/Spinner.js +0 -0
- package/lib/cjs/core-react/loading/Spinner.js.map +1 -0
- package/lib/{core-react → cjs/core-react}/loading/Spinner.scss +0 -0
- package/lib/{core-react → cjs/core-react}/loading/index.scss +0 -0
- package/lib/{core-react → cjs/core-react}/loading/mixins.scss +0 -0
- package/lib/{core-react → cjs/core-react}/messagebox/MessageBox.d.ts +0 -0
- package/lib/cjs/core-react/messagebox/MessageBox.d.ts.map +1 -0
- package/lib/{core-react → cjs/core-react}/messagebox/MessageBox.js +0 -0
- package/lib/cjs/core-react/messagebox/MessageBox.js.map +1 -0
- package/lib/{core-react → cjs/core-react}/messagebox/MessageBox.scss +0 -0
- package/lib/{core-react → cjs/core-react}/messagebox/MessageSeverity.d.ts +0 -0
- package/lib/cjs/core-react/messagebox/MessageSeverity.d.ts.map +1 -0
- package/lib/{core-react → cjs/core-react}/messagebox/MessageSeverity.js +0 -0
- package/lib/cjs/core-react/messagebox/MessageSeverity.js.map +1 -0
- package/lib/{core-react → cjs/core-react}/notification/MessageRenderer.d.ts +0 -0
- package/lib/cjs/core-react/notification/MessageRenderer.d.ts.map +1 -0
- package/lib/{core-react → cjs/core-react}/notification/MessageRenderer.js +0 -0
- package/lib/cjs/core-react/notification/MessageRenderer.js.map +1 -0
- package/lib/{core-react → cjs/core-react}/notification/MessageType.d.ts +0 -0
- package/lib/cjs/core-react/notification/MessageType.d.ts.map +1 -0
- package/lib/{core-react → cjs/core-react}/notification/MessageType.js +0 -0
- package/lib/cjs/core-react/notification/MessageType.js.map +1 -0
- package/lib/{core-react → cjs/core-react}/popup/Popup.d.ts +0 -0
- package/lib/cjs/core-react/popup/Popup.d.ts.map +1 -0
- package/lib/cjs/core-react/popup/Popup.js +401 -0
- package/lib/cjs/core-react/popup/Popup.js.map +1 -0
- package/lib/{core-react → cjs/core-react}/popup/Popup.scss +0 -0
- package/lib/{core-react → cjs/core-react}/progress-indicators/ProgressBar.d.ts +0 -0
- package/lib/cjs/core-react/progress-indicators/ProgressBar.d.ts.map +1 -0
- package/lib/cjs/core-react/progress-indicators/ProgressBar.js +48 -0
- package/lib/cjs/core-react/progress-indicators/ProgressBar.js.map +1 -0
- package/lib/{core-react → cjs/core-react}/progress-indicators/ProgressSpinner.d.ts +0 -0
- package/lib/cjs/core-react/progress-indicators/ProgressSpinner.d.ts.map +1 -0
- package/lib/cjs/core-react/progress-indicators/ProgressSpinner.js +74 -0
- package/lib/cjs/core-react/progress-indicators/ProgressSpinner.js.map +1 -0
- package/lib/{core-react → cjs/core-react}/progress-indicators/classes.scss +0 -0
- package/lib/{core-react → cjs/core-react}/progress-indicators/index.scss +0 -0
- package/lib/{core-react → cjs/core-react}/progress-indicators/progress-bar.scss +0 -0
- package/lib/{core-react → cjs/core-react}/progress-indicators/progress-spinner.scss +0 -0
- package/lib/{core-react → cjs/core-react}/radialmenu/Annulus.d.ts +0 -0
- package/lib/cjs/core-react/radialmenu/Annulus.d.ts.map +1 -0
- package/lib/{core-react → cjs/core-react}/radialmenu/Annulus.js +0 -0
- package/lib/cjs/core-react/radialmenu/Annulus.js.map +1 -0
- package/lib/{core-react → cjs/core-react}/radialmenu/RadialMenu.d.ts +0 -0
- package/lib/cjs/core-react/radialmenu/RadialMenu.d.ts.map +1 -0
- package/lib/cjs/core-react/radialmenu/RadialMenu.js +180 -0
- package/lib/cjs/core-react/radialmenu/RadialMenu.js.map +1 -0
- package/lib/{core-react → cjs/core-react}/radialmenu/RadialMenu.scss +0 -0
- package/lib/{core-react → cjs/core-react}/radio/Radio.d.ts +0 -0
- package/lib/cjs/core-react/radio/Radio.d.ts.map +1 -0
- package/lib/cjs/core-react/radio/Radio.js +28 -0
- package/lib/cjs/core-react/radio/Radio.js.map +1 -0
- package/lib/{core-react → cjs/core-react}/radio/classes.scss +0 -0
- package/lib/{core-react → cjs/core-react}/radio/index.scss +0 -0
- package/lib/{core-react → cjs/core-react}/radio/radio.scss +0 -0
- package/lib/{core-react → cjs/core-react}/searchbox/SearchBox.d.ts +0 -0
- package/lib/cjs/core-react/searchbox/SearchBox.d.ts.map +1 -0
- package/lib/{core-react → cjs/core-react}/searchbox/SearchBox.js +0 -0
- package/lib/cjs/core-react/searchbox/SearchBox.js.map +1 -0
- package/lib/{core-react → cjs/core-react}/searchbox/SearchBox.scss +0 -0
- package/lib/{core-react → cjs/core-react}/select/LabeledSelect.d.ts +0 -0
- package/lib/cjs/core-react/select/LabeledSelect.d.ts.map +1 -0
- package/lib/cjs/core-react/select/LabeledSelect.js +34 -0
- package/lib/cjs/core-react/select/LabeledSelect.js.map +1 -0
- package/lib/{core-react → cjs/core-react}/select/LabeledThemedSelect.d.ts +0 -0
- package/lib/cjs/core-react/select/LabeledThemedSelect.d.ts.map +1 -0
- package/lib/cjs/core-react/select/LabeledThemedSelect.js +31 -0
- package/lib/cjs/core-react/select/LabeledThemedSelect.js.map +1 -0
- package/lib/{core-react → cjs/core-react}/select/Select.d.ts +0 -0
- package/lib/cjs/core-react/select/Select.d.ts.map +1 -0
- package/lib/cjs/core-react/select/Select.js +60 -0
- package/lib/cjs/core-react/select/Select.js.map +1 -0
- package/lib/{core-react → cjs/core-react}/select/ThemedSelect.d.ts +0 -0
- package/lib/cjs/core-react/select/ThemedSelect.d.ts.map +1 -0
- package/lib/cjs/core-react/select/ThemedSelect.js +57 -0
- package/lib/cjs/core-react/select/ThemedSelect.js.map +1 -0
- package/lib/{core-react → cjs/core-react}/select/classes.scss +0 -0
- package/lib/{core-react → cjs/core-react}/select/index.scss +0 -0
- package/lib/{core-react → cjs/core-react}/select/labeled-select.scss +0 -0
- package/lib/{core-react → cjs/core-react}/select/labeled-themed-select.scss +0 -0
- package/lib/{core-react → cjs/core-react}/select/modalHelper.d.ts +0 -0
- package/lib/cjs/core-react/select/modalHelper.d.ts.map +1 -0
- package/lib/{core-react → cjs/core-react}/select/modalHelper.js +0 -0
- package/lib/cjs/core-react/select/modalHelper.js.map +1 -0
- package/lib/{core-react → cjs/core-react}/select/select.scss +0 -0
- package/lib/{core-react → cjs/core-react}/select/themed-select.scss +0 -0
- package/lib/{core-react → cjs/core-react}/settings/SettingsContainer.d.ts +0 -0
- package/lib/cjs/core-react/settings/SettingsContainer.d.ts.map +1 -0
- package/lib/{core-react → cjs/core-react}/settings/SettingsContainer.js +0 -0
- package/lib/cjs/core-react/settings/SettingsContainer.js.map +1 -0
- package/lib/{core-react → cjs/core-react}/settings/SettingsContainer.scss +0 -0
- package/lib/{core-react → cjs/core-react}/settings/SettingsManager.d.ts +0 -0
- package/lib/cjs/core-react/settings/SettingsManager.d.ts.map +1 -0
- package/lib/{core-react → cjs/core-react}/settings/SettingsManager.js +0 -0
- package/lib/cjs/core-react/settings/SettingsManager.js.map +1 -0
- package/lib/{core-react → cjs/core-react}/slider/Slider.d.ts +0 -0
- package/lib/cjs/core-react/slider/Slider.d.ts.map +1 -0
- package/lib/{core-react → cjs/core-react}/slider/Slider.js +0 -0
- package/lib/cjs/core-react/slider/Slider.js.map +1 -0
- package/lib/{core-react → cjs/core-react}/slider/Slider.scss +0 -0
- package/lib/{core-react → cjs/core-react}/splitbutton/SplitButton.d.ts +0 -0
- package/lib/cjs/core-react/splitbutton/SplitButton.d.ts.map +1 -0
- package/lib/{core-react → cjs/core-react}/splitbutton/SplitButton.js +0 -0
- package/lib/cjs/core-react/splitbutton/SplitButton.js.map +1 -0
- package/lib/{core-react → cjs/core-react}/splitbutton/SplitButton.scss +0 -0
- package/lib/{core-react → cjs/core-react}/style/baseline.scss +0 -0
- package/lib/{core-react → cjs/core-react}/style/breakpoints.scss +0 -0
- package/lib/{core-react → cjs/core-react}/style/colors.scss +0 -0
- package/lib/{core-react → cjs/core-react}/style/data-viz.scss +0 -0
- package/lib/{core-react → cjs/core-react}/style/index.scss +0 -0
- package/lib/{core-react → cjs/core-react}/style/itwinui-overrides.scss +0 -0
- package/lib/{core-react → cjs/core-react}/style/mixins.scss +0 -0
- package/lib/{core-react → cjs/core-react}/style/opacity.scss +0 -0
- package/lib/{core-react → cjs/core-react}/style/space.scss +0 -0
- package/lib/{core-react → cjs/core-react}/style/speed.scss +0 -0
- package/lib/{core-react → cjs/core-react}/style/themecolors.scss +0 -0
- package/lib/{core-react → cjs/core-react}/style/typography.scss +0 -0
- package/lib/{core-react → cjs/core-react}/style/variables.scss +0 -0
- package/lib/{core-react → cjs/core-react}/tabs/HorizontalTabs.d.ts +0 -0
- package/lib/cjs/core-react/tabs/HorizontalTabs.d.ts.map +1 -0
- package/lib/cjs/core-react/tabs/HorizontalTabs.js +22 -0
- package/lib/cjs/core-react/tabs/HorizontalTabs.js.map +1 -0
- package/lib/{core-react → cjs/core-react}/tabs/Tabs.d.ts +0 -0
- package/lib/cjs/core-react/tabs/Tabs.d.ts.map +1 -0
- package/lib/{core-react → cjs/core-react}/tabs/Tabs.js +0 -0
- package/lib/cjs/core-react/tabs/Tabs.js.map +1 -0
- package/lib/{core-react → cjs/core-react}/tabs/VerticalTabs.d.ts +0 -0
- package/lib/cjs/core-react/tabs/VerticalTabs.d.ts.map +1 -0
- package/lib/cjs/core-react/tabs/VerticalTabs.js +21 -0
- package/lib/cjs/core-react/tabs/VerticalTabs.js.map +1 -0
- package/lib/{core-react → cjs/core-react}/tabs/classes.scss +0 -0
- package/lib/{core-react → cjs/core-react}/tabs/horizontal.scss +0 -0
- package/lib/{core-react → cjs/core-react}/tabs/index.scss +0 -0
- package/lib/{core-react → cjs/core-react}/tabs/tabs.scss +0 -0
- package/lib/{core-react → cjs/core-react}/tabs/vertical.scss +0 -0
- package/lib/{core-react → cjs/core-react}/text/BlockText.d.ts +0 -0
- package/lib/cjs/core-react/text/BlockText.d.ts.map +1 -0
- package/lib/cjs/core-react/text/BlockText.js +20 -0
- package/lib/cjs/core-react/text/BlockText.js.map +1 -0
- package/lib/{core-react → cjs/core-react}/text/BodyText.d.ts +0 -0
- package/lib/cjs/core-react/text/BodyText.d.ts.map +1 -0
- package/lib/cjs/core-react/text/BodyText.js +20 -0
- package/lib/cjs/core-react/text/BodyText.js.map +1 -0
- package/lib/{core-react → cjs/core-react}/text/DisabledText.d.ts +0 -0
- package/lib/cjs/core-react/text/DisabledText.d.ts.map +1 -0
- package/lib/cjs/core-react/text/DisabledText.js +20 -0
- package/lib/cjs/core-react/text/DisabledText.js.map +1 -0
- package/lib/{core-react → cjs/core-react}/text/FilteredText.d.ts +0 -0
- package/lib/cjs/core-react/text/FilteredText.d.ts.map +1 -0
- package/lib/cjs/core-react/text/FilteredText.js +41 -0
- package/lib/cjs/core-react/text/FilteredText.js.map +1 -0
- package/lib/{core-react → cjs/core-react}/text/FilteredText.scss +0 -0
- package/lib/{core-react → cjs/core-react}/text/Headline.d.ts +0 -0
- package/lib/cjs/core-react/text/Headline.d.ts.map +1 -0
- package/lib/cjs/core-react/text/Headline.js +21 -0
- package/lib/cjs/core-react/text/Headline.js.map +1 -0
- package/lib/{core-react → cjs/core-react}/text/LeadingText.d.ts +0 -0
- package/lib/cjs/core-react/text/LeadingText.d.ts.map +1 -0
- package/lib/cjs/core-react/text/LeadingText.js +21 -0
- package/lib/cjs/core-react/text/LeadingText.js.map +1 -0
- package/lib/{core-react → cjs/core-react}/text/LeadingText2.d.ts +0 -0
- package/lib/cjs/core-react/text/LeadingText2.d.ts.map +1 -0
- package/lib/cjs/core-react/text/LeadingText2.js +21 -0
- package/lib/cjs/core-react/text/LeadingText2.js.map +1 -0
- package/lib/{core-react → cjs/core-react}/text/MutedText.d.ts +0 -0
- package/lib/cjs/core-react/text/MutedText.d.ts.map +1 -0
- package/lib/cjs/core-react/text/MutedText.js +20 -0
- package/lib/cjs/core-react/text/MutedText.js.map +1 -0
- package/lib/{core-react → cjs/core-react}/text/SmallText.d.ts +0 -0
- package/lib/cjs/core-react/text/SmallText.d.ts.map +1 -0
- package/lib/cjs/core-react/text/SmallText.js +21 -0
- package/lib/cjs/core-react/text/SmallText.js.map +1 -0
- package/lib/{core-react → cjs/core-react}/text/StyledText.d.ts +0 -0
- package/lib/cjs/core-react/text/StyledText.d.ts.map +1 -0
- package/lib/cjs/core-react/text/StyledText.js +21 -0
- package/lib/cjs/core-react/text/StyledText.js.map +1 -0
- package/lib/{core-react → cjs/core-react}/text/Subheading.d.ts +0 -0
- package/lib/cjs/core-react/text/Subheading.d.ts.map +1 -0
- package/lib/cjs/core-react/text/Subheading.js +21 -0
- package/lib/cjs/core-react/text/Subheading.js.map +1 -0
- package/lib/{core-react → cjs/core-react}/text/Subheading2.d.ts +0 -0
- package/lib/cjs/core-react/text/Subheading2.d.ts.map +1 -0
- package/lib/cjs/core-react/text/Subheading2.js +21 -0
- package/lib/cjs/core-react/text/Subheading2.js.map +1 -0
- package/lib/{core-react → cjs/core-react}/text/TextProps.d.ts +0 -0
- package/lib/cjs/core-react/text/TextProps.d.ts.map +1 -0
- package/lib/{core-react → cjs/core-react}/text/TextProps.js +0 -0
- package/lib/cjs/core-react/text/TextProps.js.map +1 -0
- package/lib/{core-react → cjs/core-react}/text/Title.d.ts +0 -0
- package/lib/cjs/core-react/text/Title.d.ts.map +1 -0
- package/lib/cjs/core-react/text/Title.js +21 -0
- package/lib/cjs/core-react/text/Title.js.map +1 -0
- package/lib/{core-react → cjs/core-react}/text/Title2.d.ts +0 -0
- package/lib/cjs/core-react/text/Title2.d.ts.map +1 -0
- package/lib/cjs/core-react/text/Title2.js +21 -0
- package/lib/cjs/core-react/text/Title2.js.map +1 -0
- package/lib/{core-react → cjs/core-react}/text/block.scss +0 -0
- package/lib/{core-react → cjs/core-react}/text/body.scss +0 -0
- package/lib/{core-react → cjs/core-react}/text/classes.scss +0 -0
- package/lib/{core-react → cjs/core-react}/text/disabled.scss +0 -0
- package/lib/{core-react → cjs/core-react}/text/headline.scss +0 -0
- package/lib/{core-react → cjs/core-react}/text/index.scss +0 -0
- package/lib/{core-react → cjs/core-react}/text/leading-2.scss +0 -0
- package/lib/{core-react → cjs/core-react}/text/leading.scss +0 -0
- package/lib/{core-react → cjs/core-react}/text/mixins.scss +0 -0
- package/lib/{core-react → cjs/core-react}/text/muted.scss +0 -0
- package/lib/{core-react → cjs/core-react}/text/small.scss +0 -0
- package/lib/{core-react → cjs/core-react}/text/subheading-2.scss +0 -0
- package/lib/{core-react → cjs/core-react}/text/subheading.scss +0 -0
- package/lib/{core-react → cjs/core-react}/text/title-2.scss +0 -0
- package/lib/{core-react → cjs/core-react}/text/title.scss +0 -0
- package/lib/{core-react → cjs/core-react}/tiles/FeaturedTile.d.ts +0 -0
- package/lib/cjs/core-react/tiles/FeaturedTile.d.ts.map +1 -0
- package/lib/cjs/core-react/tiles/FeaturedTile.js +21 -0
- package/lib/cjs/core-react/tiles/FeaturedTile.js.map +1 -0
- package/lib/{core-react → cjs/core-react}/tiles/MinimalFeaturedTile.d.ts +0 -0
- package/lib/cjs/core-react/tiles/MinimalFeaturedTile.d.ts.map +1 -0
- package/lib/cjs/core-react/tiles/MinimalFeaturedTile.js +21 -0
- package/lib/cjs/core-react/tiles/MinimalFeaturedTile.js.map +1 -0
- package/lib/{core-react → cjs/core-react}/tiles/MinimalTile.d.ts +0 -0
- package/lib/cjs/core-react/tiles/MinimalTile.d.ts.map +1 -0
- package/lib/cjs/core-react/tiles/MinimalTile.js +21 -0
- package/lib/cjs/core-react/tiles/MinimalTile.js.map +1 -0
- package/lib/{core-react → cjs/core-react}/tiles/Tile.d.ts +0 -0
- package/lib/cjs/core-react/tiles/Tile.d.ts.map +1 -0
- package/lib/{core-react → cjs/core-react}/tiles/Tile.js +0 -0
- package/lib/cjs/core-react/tiles/Tile.js.map +1 -0
- package/lib/{core-react → cjs/core-react}/tiles/classes.scss +0 -0
- package/lib/{core-react → cjs/core-react}/tiles/index.scss +0 -0
- package/lib/{core-react → cjs/core-react}/tiles/tile.scss +0 -0
- package/lib/{core-react → cjs/core-react}/toggle/LabeledToggle.d.ts +0 -0
- package/lib/cjs/core-react/toggle/LabeledToggle.d.ts.map +1 -0
- package/lib/cjs/core-react/toggle/LabeledToggle.js +29 -0
- package/lib/cjs/core-react/toggle/LabeledToggle.js.map +1 -0
- package/lib/{core-react → cjs/core-react}/toggle/LabeledToggle.scss +0 -0
- package/lib/{core-react → cjs/core-react}/toggle/Toggle.d.ts +0 -0
- package/lib/cjs/core-react/toggle/Toggle.d.ts.map +1 -0
- package/lib/cjs/core-react/toggle/Toggle.js +105 -0
- package/lib/cjs/core-react/toggle/Toggle.js.map +1 -0
- package/lib/{core-react → cjs/core-react}/toggle/Toggle.scss +0 -0
- package/lib/{core-react → cjs/core-react}/tooltip/Tooltip.d.ts +0 -0
- package/lib/cjs/core-react/tooltip/Tooltip.d.ts.map +1 -0
- package/lib/{core-react → cjs/core-react}/tooltip/Tooltip.js +0 -0
- package/lib/cjs/core-react/tooltip/Tooltip.js.map +1 -0
- package/lib/{core-react → cjs/core-react}/tooltip/Tooltip.scss +0 -0
- package/lib/{core-react → cjs/core-react}/tree/Branch.d.ts +0 -0
- package/lib/cjs/core-react/tree/Branch.d.ts.map +1 -0
- package/lib/{core-react → cjs/core-react}/tree/Branch.js +0 -0
- package/lib/cjs/core-react/tree/Branch.js.map +1 -0
- package/lib/{core-react → cjs/core-react}/tree/Branch.scss +0 -0
- package/lib/{core-react → cjs/core-react}/tree/ExpansionToggle.d.ts +0 -0
- package/lib/cjs/core-react/tree/ExpansionToggle.d.ts.map +1 -0
- package/lib/{core-react → cjs/core-react}/tree/ExpansionToggle.js +0 -0
- package/lib/cjs/core-react/tree/ExpansionToggle.js.map +1 -0
- package/lib/{core-react → cjs/core-react}/tree/ExpansionToggle.scss +0 -0
- package/lib/{core-react → cjs/core-react}/tree/Node.d.ts +0 -0
- package/lib/cjs/core-react/tree/Node.d.ts.map +1 -0
- package/lib/cjs/core-react/tree/Node.js +91 -0
- package/lib/cjs/core-react/tree/Node.js.map +1 -0
- package/lib/{core-react → cjs/core-react}/tree/Node.scss +0 -0
- package/lib/{core-react → cjs/core-react}/tree/Placeholder.d.ts +0 -0
- package/lib/cjs/core-react/tree/Placeholder.d.ts.map +1 -0
- package/lib/cjs/core-react/tree/Placeholder.js +32 -0
- package/lib/cjs/core-react/tree/Placeholder.js.map +1 -0
- package/lib/{core-react → cjs/core-react}/tree/Placeholder.scss +0 -0
- package/lib/{core-react → cjs/core-react}/tree/Tree.d.ts +0 -0
- package/lib/cjs/core-react/tree/Tree.d.ts.map +1 -0
- package/lib/{core-react → cjs/core-react}/tree/Tree.js +0 -0
- package/lib/cjs/core-react/tree/Tree.js.map +1 -0
- package/lib/{core-react → cjs/core-react}/tree/Tree.scss +0 -0
- package/lib/{core-react → cjs/core-react}/uisettings/LocalSettingsStorage.d.ts +0 -0
- package/lib/cjs/core-react/uisettings/LocalSettingsStorage.d.ts.map +1 -0
- package/lib/{core-react → cjs/core-react}/uisettings/LocalSettingsStorage.js +0 -0
- package/lib/cjs/core-react/uisettings/LocalSettingsStorage.js.map +1 -0
- package/lib/{core-react → cjs/core-react}/uisettings/SessionSettingsStorage.d.ts +0 -0
- package/lib/cjs/core-react/uisettings/SessionSettingsStorage.d.ts.map +1 -0
- package/lib/{core-react → cjs/core-react}/uisettings/SessionSettingsStorage.js +0 -0
- package/lib/cjs/core-react/uisettings/SessionSettingsStorage.js.map +1 -0
- package/lib/{core-react → cjs/core-react}/uisettings/UiSetting.d.ts +0 -0
- package/lib/cjs/core-react/uisettings/UiSetting.d.ts.map +1 -0
- package/lib/{core-react → cjs/core-react}/uisettings/UiSetting.js +0 -0
- package/lib/cjs/core-react/uisettings/UiSetting.js.map +1 -0
- package/lib/{core-react → cjs/core-react}/uisettings/UiSettingsStorage.d.ts +0 -0
- package/lib/cjs/core-react/uisettings/UiSettingsStorage.d.ts.map +1 -0
- package/lib/{core-react → cjs/core-react}/uisettings/UiSettingsStorage.js +0 -0
- package/lib/cjs/core-react/uisettings/UiSettingsStorage.js.map +1 -0
- package/lib/{core-react → cjs/core-react}/utils/IconHelper.d.ts +0 -0
- package/lib/cjs/core-react/utils/IconHelper.d.ts.map +1 -0
- package/lib/{core-react → cjs/core-react}/utils/IconHelper.js +0 -0
- package/lib/cjs/core-react/utils/IconHelper.js.map +1 -0
- package/lib/{core-react → cjs/core-react}/utils/Point.d.ts +0 -0
- package/lib/cjs/core-react/utils/Point.d.ts.map +1 -0
- package/lib/{core-react → cjs/core-react}/utils/Point.js +0 -0
- package/lib/cjs/core-react/utils/Point.js.map +1 -0
- package/lib/{core-react → cjs/core-react}/utils/PointProps.d.ts +0 -0
- package/lib/cjs/core-react/utils/PointProps.d.ts.map +1 -0
- package/lib/{core-react → cjs/core-react}/utils/PointProps.js +0 -0
- package/lib/cjs/core-react/utils/PointProps.js.map +1 -0
- package/lib/{core-react → cjs/core-react}/utils/Props.d.ts +0 -0
- package/lib/cjs/core-react/utils/Props.d.ts.map +1 -0
- package/lib/{core-react → cjs/core-react}/utils/Props.js +0 -0
- package/lib/cjs/core-react/utils/Props.js.map +1 -0
- package/lib/{core-react → cjs/core-react}/utils/Rectangle.d.ts +0 -0
- package/lib/cjs/core-react/utils/Rectangle.d.ts.map +1 -0
- package/lib/{core-react → cjs/core-react}/utils/Rectangle.js +0 -0
- package/lib/cjs/core-react/utils/Rectangle.js.map +1 -0
- package/lib/{core-react → cjs/core-react}/utils/ScrollPositionMaintainer.d.ts +0 -0
- package/lib/cjs/core-react/utils/ScrollPositionMaintainer.d.ts.map +1 -0
- package/lib/{core-react → cjs/core-react}/utils/ScrollPositionMaintainer.js +0 -0
- package/lib/cjs/core-react/utils/ScrollPositionMaintainer.js.map +1 -0
- package/lib/{core-react → cjs/core-react}/utils/Size.d.ts +0 -0
- package/lib/cjs/core-react/utils/Size.d.ts.map +1 -0
- package/lib/{core-react → cjs/core-react}/utils/Size.js +0 -0
- package/lib/cjs/core-react/utils/Size.js.map +1 -0
- package/lib/{core-react → cjs/core-react}/utils/Timer.d.ts +0 -0
- package/lib/cjs/core-react/utils/Timer.d.ts.map +1 -0
- package/lib/{core-react → cjs/core-react}/utils/Timer.js +0 -0
- package/lib/cjs/core-react/utils/Timer.js.map +1 -0
- package/lib/{core-react → cjs/core-react}/utils/UiEvent.d.ts +0 -0
- package/lib/cjs/core-react/utils/UiEvent.d.ts.map +1 -0
- package/lib/{core-react → cjs/core-react}/utils/UiEvent.js +0 -0
- package/lib/cjs/core-react/utils/UiEvent.js.map +1 -0
- package/lib/{core-react → cjs/core-react}/utils/UiGeometry.d.ts +0 -0
- package/lib/cjs/core-react/utils/UiGeometry.d.ts.map +1 -0
- package/lib/{core-react → cjs/core-react}/utils/UiGeometry.js +0 -0
- package/lib/cjs/core-react/utils/UiGeometry.js.map +1 -0
- package/lib/{core-react → cjs/core-react}/utils/flattenChildren.d.ts +0 -0
- package/lib/cjs/core-react/utils/flattenChildren.d.ts.map +1 -0
- package/lib/{core-react → cjs/core-react}/utils/flattenChildren.js +0 -0
- package/lib/cjs/core-react/utils/flattenChildren.js.map +1 -0
- package/lib/{core-react → cjs/core-react}/utils/getBestBWContrastColor.d.ts +0 -0
- package/lib/cjs/core-react/utils/getBestBWContrastColor.d.ts.map +1 -0
- package/lib/{core-react → cjs/core-react}/utils/getBestBWContrastColor.js +0 -0
- package/lib/cjs/core-react/utils/getBestBWContrastColor.js.map +1 -0
- package/lib/{core-react → cjs/core-react}/utils/getCssVariable.d.ts +0 -0
- package/lib/cjs/core-react/utils/getCssVariable.d.ts.map +1 -0
- package/lib/{core-react → cjs/core-react}/utils/getCssVariable.js +0 -0
- package/lib/cjs/core-react/utils/getCssVariable.js.map +1 -0
- package/lib/{core-react → cjs/core-react}/utils/getDisplayName.d.ts +0 -0
- package/lib/cjs/core-react/utils/getDisplayName.d.ts.map +1 -0
- package/lib/{core-react → cjs/core-react}/utils/getDisplayName.js +0 -0
- package/lib/cjs/core-react/utils/getDisplayName.js.map +1 -0
- package/lib/{core-react → cjs/core-react}/utils/getUserColor.d.ts +0 -0
- package/lib/cjs/core-react/utils/getUserColor.d.ts.map +1 -0
- package/lib/{core-react → cjs/core-react}/utils/getUserColor.js +0 -0
- package/lib/cjs/core-react/utils/getUserColor.js.map +1 -0
- package/lib/{core-react → cjs/core-react}/utils/hooks/ResizeObserverPolyfill.d.ts +0 -0
- package/lib/cjs/core-react/utils/hooks/ResizeObserverPolyfill.d.ts.map +1 -0
- package/lib/{core-react → cjs/core-react}/utils/hooks/ResizeObserverPolyfill.js +0 -0
- package/lib/cjs/core-react/utils/hooks/ResizeObserverPolyfill.js.map +1 -0
- package/lib/{core-react → cjs/core-react}/utils/hooks/useDisposable.d.ts +0 -0
- package/lib/cjs/core-react/utils/hooks/useDisposable.d.ts.map +1 -0
- package/lib/{core-react → cjs/core-react}/utils/hooks/useDisposable.js +0 -0
- package/lib/cjs/core-react/utils/hooks/useDisposable.js.map +1 -0
- package/lib/{core-react → cjs/core-react}/utils/hooks/useEffectSkipFirst.d.ts +0 -0
- package/lib/cjs/core-react/utils/hooks/useEffectSkipFirst.d.ts.map +1 -0
- package/lib/{core-react → cjs/core-react}/utils/hooks/useEffectSkipFirst.js +0 -0
- package/lib/cjs/core-react/utils/hooks/useEffectSkipFirst.js.map +1 -0
- package/lib/{core-react → cjs/core-react}/utils/hooks/useEventListener.d.ts +0 -0
- package/lib/cjs/core-react/utils/hooks/useEventListener.d.ts.map +1 -0
- package/lib/{core-react → cjs/core-react}/utils/hooks/useEventListener.js +0 -0
- package/lib/cjs/core-react/utils/hooks/useEventListener.js.map +1 -0
- package/lib/{core-react → cjs/core-react}/utils/hooks/useLifecycleLogging.d.ts +0 -0
- package/lib/cjs/core-react/utils/hooks/useLifecycleLogging.d.ts.map +1 -0
- package/lib/{core-react → cjs/core-react}/utils/hooks/useLifecycleLogging.js +0 -0
- package/lib/cjs/core-react/utils/hooks/useLifecycleLogging.js.map +1 -0
- package/lib/{core-react → cjs/core-react}/utils/hooks/useOnOutsideClick.d.ts +0 -0
- package/lib/cjs/core-react/utils/hooks/useOnOutsideClick.d.ts.map +1 -0
- package/lib/{core-react → cjs/core-react}/utils/hooks/useOnOutsideClick.js +0 -0
- package/lib/cjs/core-react/utils/hooks/useOnOutsideClick.js.map +1 -0
- package/lib/{core-react → cjs/core-react}/utils/hooks/useProximityToMouse.d.ts +0 -0
- package/lib/cjs/core-react/utils/hooks/useProximityToMouse.d.ts.map +1 -0
- package/lib/{core-react → cjs/core-react}/utils/hooks/useProximityToMouse.js +0 -0
- package/lib/cjs/core-react/utils/hooks/useProximityToMouse.js.map +1 -0
- package/lib/{core-react → cjs/core-react}/utils/hooks/useRefEffect.d.ts +0 -0
- package/lib/cjs/core-react/utils/hooks/useRefEffect.d.ts.map +1 -0
- package/lib/{core-react → cjs/core-react}/utils/hooks/useRefEffect.js +0 -0
- package/lib/cjs/core-react/utils/hooks/useRefEffect.js.map +1 -0
- package/lib/{core-react → cjs/core-react}/utils/hooks/useRefState.d.ts +0 -0
- package/lib/cjs/core-react/utils/hooks/useRefState.d.ts.map +1 -0
- package/lib/{core-react → cjs/core-react}/utils/hooks/useRefState.js +0 -0
- package/lib/cjs/core-react/utils/hooks/useRefState.js.map +1 -0
- package/lib/{core-react → cjs/core-react}/utils/hooks/useRefs.d.ts +0 -0
- package/lib/cjs/core-react/utils/hooks/useRefs.d.ts.map +1 -0
- package/lib/{core-react → cjs/core-react}/utils/hooks/useRefs.js +0 -0
- package/lib/cjs/core-react/utils/hooks/useRefs.js.map +1 -0
- package/lib/{core-react → cjs/core-react}/utils/hooks/useResizeObserver.d.ts +0 -0
- package/lib/cjs/core-react/utils/hooks/useResizeObserver.d.ts.map +1 -0
- package/lib/{core-react → cjs/core-react}/utils/hooks/useResizeObserver.js +0 -0
- package/lib/cjs/core-react/utils/hooks/useResizeObserver.js.map +1 -0
- package/lib/{core-react → cjs/core-react}/utils/hooks/useTargeted.d.ts +0 -0
- package/lib/cjs/core-react/utils/hooks/useTargeted.d.ts.map +1 -0
- package/lib/{core-react → cjs/core-react}/utils/hooks/useTargeted.js +0 -0
- package/lib/cjs/core-react/utils/hooks/useTargeted.js.map +1 -0
- package/lib/{core-react → cjs/core-react}/utils/hooks/useThrottledFn.d.ts +0 -0
- package/lib/cjs/core-react/utils/hooks/useThrottledFn.d.ts.map +1 -0
- package/lib/{core-react → cjs/core-react}/utils/hooks/useThrottledFn.js +0 -0
- package/lib/cjs/core-react/utils/hooks/useThrottledFn.js.map +1 -0
- package/lib/{core-react → cjs/core-react}/utils/hooks/useWidgetOpacityContext.d.ts +0 -0
- package/lib/cjs/core-react/utils/hooks/useWidgetOpacityContext.d.ts.map +1 -0
- package/lib/{core-react → cjs/core-react}/utils/hooks/useWidgetOpacityContext.js +0 -0
- package/lib/cjs/core-react/utils/hooks/useWidgetOpacityContext.js.map +1 -0
- package/lib/{core-react → cjs/core-react}/utils/isPromiseLike.d.ts +0 -0
- package/lib/cjs/core-react/utils/isPromiseLike.d.ts.map +1 -0
- package/lib/{core-react → cjs/core-react}/utils/isPromiseLike.js +0 -0
- package/lib/cjs/core-react/utils/isPromiseLike.js.map +1 -0
- package/lib/{core-react → cjs/core-react}/utils/shallowDiffers.d.ts +0 -0
- package/lib/cjs/core-react/utils/shallowDiffers.d.ts.map +1 -0
- package/lib/{core-react → cjs/core-react}/utils/shallowDiffers.js +0 -0
- package/lib/cjs/core-react/utils/shallowDiffers.js.map +1 -0
- package/lib/{core-react → cjs/core-react}/utils/typeUtils.d.ts +0 -0
- package/lib/cjs/core-react/utils/typeUtils.d.ts.map +1 -0
- package/lib/{core-react → cjs/core-react}/utils/typeUtils.js +0 -0
- package/lib/cjs/core-react/utils/typeUtils.js.map +1 -0
- package/lib/{core-react.d.ts → cjs/core-react.d.ts} +0 -0
- package/lib/cjs/core-react.d.ts.map +1 -0
- package/lib/{core-react.js → cjs/core-react.js} +0 -0
- package/lib/cjs/core-react.js.map +1 -0
- package/lib/esm/core-react/UiCore.d.ts +39 -0
- package/lib/esm/core-react/UiCore.d.ts.map +1 -0
- package/lib/esm/core-react/UiCore.js +77 -0
- package/lib/esm/core-react/UiCore.js.map +1 -0
- package/lib/esm/core-react/_geometry.scss +70 -0
- package/lib/esm/core-react/_helpers.scss +51 -0
- package/lib/esm/core-react/_math.scss +13 -0
- package/lib/esm/core-react/_scrollbar.scss +51 -0
- package/lib/esm/core-react/_typography.scss +45 -0
- package/lib/esm/core-react/_z-index.scss +62 -0
- package/lib/esm/core-react/autosuggest/AutoSuggest.d.ts +97 -0
- package/lib/esm/core-react/autosuggest/AutoSuggest.d.ts.map +1 -0
- package/lib/esm/core-react/autosuggest/AutoSuggest.js +171 -0
- package/lib/esm/core-react/autosuggest/AutoSuggest.js.map +1 -0
- package/lib/esm/core-react/autosuggest/AutoSuggest.scss +83 -0
- package/lib/esm/core-react/badge/Badge.d.ts +19 -0
- package/lib/esm/core-react/badge/Badge.d.ts.map +1 -0
- package/lib/esm/core-react/badge/Badge.js +21 -0
- package/lib/esm/core-react/badge/Badge.js.map +1 -0
- package/lib/esm/core-react/badge/Badge.scss +13 -0
- package/lib/esm/core-react/badge/BadgeUtilities.d.ts +13 -0
- package/lib/esm/core-react/badge/BadgeUtilities.d.ts.map +1 -0
- package/lib/esm/core-react/badge/BadgeUtilities.js +35 -0
- package/lib/esm/core-react/badge/BadgeUtilities.js.map +1 -0
- package/lib/esm/core-react/badge/BetaBadge.d.ts +11 -0
- package/lib/esm/core-react/badge/BetaBadge.d.ts.map +1 -0
- package/lib/esm/core-react/badge/BetaBadge.js +20 -0
- package/lib/esm/core-react/badge/BetaBadge.js.map +1 -0
- package/lib/esm/core-react/badge/BetaBadge.scss +9 -0
- package/lib/esm/core-react/badge/NewBadge.d.ts +11 -0
- package/lib/esm/core-react/badge/NewBadge.d.ts.map +1 -0
- package/lib/esm/core-react/badge/NewBadge.js +20 -0
- package/lib/esm/core-react/badge/NewBadge.js.map +1 -0
- package/lib/esm/core-react/badge/NewBadge.scss +9 -0
- package/lib/esm/core-react/badge/new-feature-badge.svg +1 -0
- package/lib/esm/core-react/badge/technical-preview-badge.svg +1 -0
- package/lib/esm/core-react/base/Centered.d.ts +11 -0
- package/lib/esm/core-react/base/Centered.d.ts.map +1 -0
- package/lib/esm/core-react/base/Centered.js +17 -0
- package/lib/esm/core-react/base/Centered.js.map +1 -0
- package/lib/esm/core-react/base/Div.d.ts +17 -0
- package/lib/esm/core-react/base/Div.d.ts.map +1 -0
- package/lib/esm/core-react/base/Div.js +17 -0
- package/lib/esm/core-react/base/Div.js.map +1 -0
- package/lib/esm/core-react/base/DivWithOutsideClick.d.ts +80 -0
- package/lib/esm/core-react/base/DivWithOutsideClick.d.ts.map +1 -0
- package/lib/esm/core-react/base/DivWithOutsideClick.js +14 -0
- package/lib/esm/core-react/base/DivWithOutsideClick.js.map +1 -0
- package/lib/esm/core-react/base/FillCentered.d.ts +11 -0
- package/lib/esm/core-react/base/FillCentered.d.ts.map +1 -0
- package/lib/esm/core-react/base/FillCentered.js +17 -0
- package/lib/esm/core-react/base/FillCentered.js.map +1 -0
- package/lib/esm/core-react/base/FlexWrapContainer.d.ts +12 -0
- package/lib/esm/core-react/base/FlexWrapContainer.d.ts.map +1 -0
- package/lib/esm/core-react/base/FlexWrapContainer.js +18 -0
- package/lib/esm/core-react/base/FlexWrapContainer.js.map +1 -0
- package/lib/esm/core-react/base/Gap.d.ts +16 -0
- package/lib/esm/core-react/base/Gap.d.ts.map +1 -0
- package/lib/esm/core-react/base/Gap.js +17 -0
- package/lib/esm/core-react/base/Gap.js.map +1 -0
- package/lib/esm/core-react/base/PointerEvents.d.ts +8 -0
- package/lib/esm/core-react/base/PointerEvents.d.ts.map +1 -0
- package/lib/esm/core-react/base/PointerEvents.js +14 -0
- package/lib/esm/core-react/base/PointerEvents.js.map +1 -0
- package/lib/esm/core-react/base/ScrollView.d.ts +12 -0
- package/lib/esm/core-react/base/ScrollView.d.ts.map +1 -0
- package/lib/esm/core-react/base/ScrollView.js +18 -0
- package/lib/esm/core-react/base/ScrollView.js.map +1 -0
- package/lib/esm/core-react/base/base.scss +42 -0
- package/lib/esm/core-react/base/classes.scss +13 -0
- package/lib/esm/core-react/base/index.scss +5 -0
- package/lib/esm/core-react/button/Button.d.ts +48 -0
- package/lib/esm/core-react/button/Button.d.ts.map +1 -0
- package/lib/esm/core-react/button/Button.js +83 -0
- package/lib/esm/core-react/button/Button.js.map +1 -0
- package/lib/esm/core-react/button/UnderlinedButton.d.ts +25 -0
- package/lib/esm/core-react/button/UnderlinedButton.d.ts.map +1 -0
- package/lib/esm/core-react/button/UnderlinedButton.js +32 -0
- package/lib/esm/core-react/button/UnderlinedButton.js.map +1 -0
- package/lib/esm/core-react/button/UnderlinedButton.scss +33 -0
- package/lib/esm/core-react/button/blue-large.scss +12 -0
- package/lib/esm/core-react/button/blue.scss +25 -0
- package/lib/esm/core-react/button/button.scss +81 -0
- package/lib/esm/core-react/button/classes.scss +14 -0
- package/lib/esm/core-react/button/disabled-large.scss +12 -0
- package/lib/esm/core-react/button/disabled.scss +17 -0
- package/lib/esm/core-react/button/hollow-large.scss +13 -0
- package/lib/esm/core-react/button/hollow.scss +30 -0
- package/lib/esm/core-react/button/index.scss +14 -0
- package/lib/esm/core-react/button/primary-large.scss +12 -0
- package/lib/esm/core-react/button/primary.scss +25 -0
- package/lib/esm/core-react/button/variables.scss +19 -0
- package/lib/esm/core-react/checkbox/Checkbox.d.ts +57 -0
- package/lib/esm/core-react/checkbox/Checkbox.d.ts.map +1 -0
- package/lib/esm/core-react/checkbox/Checkbox.js +61 -0
- package/lib/esm/core-react/checkbox/Checkbox.js.map +1 -0
- package/lib/esm/core-react/checkbox/checkbox.scss +129 -0
- package/lib/esm/core-react/checkbox/classes.scss +8 -0
- package/lib/esm/core-react/checkbox/index.scss +8 -0
- package/lib/esm/core-react/checklistbox/CheckListBox.d.ts +38 -0
- package/lib/esm/core-react/checklistbox/CheckListBox.d.ts.map +1 -0
- package/lib/esm/core-react/checklistbox/CheckListBox.js +37 -0
- package/lib/esm/core-react/checklistbox/CheckListBox.js.map +1 -0
- package/lib/esm/core-react/checklistbox/CheckListBox.scss +23 -0
- package/lib/esm/core-react/classes.scss +18 -0
- package/lib/esm/core-react/colorthemes.scss +58 -0
- package/lib/esm/core-react/colorvariables.scss +112 -0
- package/lib/esm/core-react/contextmenu/ContextMenu.d.ts +92 -0
- package/lib/esm/core-react/contextmenu/ContextMenu.d.ts.map +1 -0
- package/lib/esm/core-react/contextmenu/ContextMenu.js +361 -0
- package/lib/esm/core-react/contextmenu/ContextMenu.js.map +1 -0
- package/lib/esm/core-react/contextmenu/ContextMenu.scss +238 -0
- package/lib/esm/core-react/contextmenu/ContextMenuDirection.d.ts +19 -0
- package/lib/esm/core-react/contextmenu/ContextMenuDirection.d.ts.map +1 -0
- package/lib/esm/core-react/contextmenu/ContextMenuDirection.js +24 -0
- package/lib/esm/core-react/contextmenu/ContextMenuDirection.js.map +1 -0
- package/lib/esm/core-react/contextmenu/ContextMenuDivider.d.ts +13 -0
- package/lib/esm/core-react/contextmenu/ContextMenuDivider.d.ts.map +1 -0
- package/lib/esm/core-react/contextmenu/ContextMenuDivider.js +20 -0
- package/lib/esm/core-react/contextmenu/ContextMenuDivider.js.map +1 -0
- package/lib/esm/core-react/contextmenu/ContextMenuItem.d.ts +62 -0
- package/lib/esm/core-react/contextmenu/ContextMenuItem.d.ts.map +1 -0
- package/lib/esm/core-react/contextmenu/ContextMenuItem.js +105 -0
- package/lib/esm/core-react/contextmenu/ContextMenuItem.js.map +1 -0
- package/lib/esm/core-react/contextmenu/ContextSubMenu.d.ts +52 -0
- package/lib/esm/core-react/contextmenu/ContextSubMenu.d.ts.map +1 -0
- package/lib/esm/core-react/contextmenu/ContextSubMenu.js +156 -0
- package/lib/esm/core-react/contextmenu/ContextSubMenu.js.map +1 -0
- package/lib/esm/core-react/contextmenu/GlobalContextMenu.d.ts +35 -0
- package/lib/esm/core-react/contextmenu/GlobalContextMenu.d.ts.map +1 -0
- package/lib/esm/core-react/contextmenu/GlobalContextMenu.js +56 -0
- package/lib/esm/core-react/contextmenu/GlobalContextMenu.js.map +1 -0
- package/lib/esm/core-react/contextmenu/PopupContextMenu.d.ts +54 -0
- package/lib/esm/core-react/contextmenu/PopupContextMenu.d.ts.map +1 -0
- package/lib/esm/core-react/contextmenu/PopupContextMenu.js +52 -0
- package/lib/esm/core-react/contextmenu/PopupContextMenu.js.map +1 -0
- package/lib/esm/core-react/contextmenu/TildeFinder.d.ts +19 -0
- package/lib/esm/core-react/contextmenu/TildeFinder.d.ts.map +1 -0
- package/lib/esm/core-react/contextmenu/TildeFinder.js +67 -0
- package/lib/esm/core-react/contextmenu/TildeFinder.js.map +1 -0
- package/lib/esm/core-react/dialog/Dialog.d.ts +131 -0
- package/lib/esm/core-react/dialog/Dialog.d.ts.map +1 -0
- package/lib/esm/core-react/dialog/Dialog.js +330 -0
- package/lib/esm/core-react/dialog/Dialog.js.map +1 -0
- package/lib/esm/core-react/dialog/Dialog.scss +241 -0
- package/lib/esm/core-react/dialog/DialogButtonDef.d.ts +47 -0
- package/lib/esm/core-react/dialog/DialogButtonDef.d.ts.map +1 -0
- package/lib/esm/core-react/dialog/DialogButtonDef.js +35 -0
- package/lib/esm/core-react/dialog/DialogButtonDef.js.map +1 -0
- package/lib/esm/core-react/dialog/GlobalDialog.d.ts +29 -0
- package/lib/esm/core-react/dialog/GlobalDialog.d.ts.map +1 -0
- package/lib/esm/core-react/dialog/GlobalDialog.js +50 -0
- package/lib/esm/core-react/dialog/GlobalDialog.js.map +1 -0
- package/lib/esm/core-react/elementseparator/ElementSeparator.d.ts +42 -0
- package/lib/esm/core-react/elementseparator/ElementSeparator.d.ts.map +1 -0
- package/lib/esm/core-react/elementseparator/ElementSeparator.js +160 -0
- package/lib/esm/core-react/elementseparator/ElementSeparator.js.map +1 -0
- package/lib/esm/core-react/elementseparator/ElementSeparator.scss +85 -0
- package/lib/esm/core-react/enums/Alignment.d.ts +23 -0
- package/lib/esm/core-react/enums/Alignment.d.ts.map +1 -0
- package/lib/esm/core-react/enums/Alignment.js +29 -0
- package/lib/esm/core-react/enums/Alignment.js.map +1 -0
- package/lib/esm/core-react/enums/CheckBoxState.d.ts +21 -0
- package/lib/esm/core-react/enums/CheckBoxState.d.ts.map +1 -0
- package/lib/esm/core-react/enums/CheckBoxState.js +17 -0
- package/lib/esm/core-react/enums/CheckBoxState.js.map +1 -0
- package/lib/esm/core-react/enums/Orientation.d.ts +12 -0
- package/lib/esm/core-react/enums/Orientation.d.ts.map +1 -0
- package/lib/esm/core-react/enums/Orientation.js +17 -0
- package/lib/esm/core-react/enums/Orientation.js.map +1 -0
- package/lib/esm/core-react/enums/SortDirection.d.ts +13 -0
- package/lib/esm/core-react/enums/SortDirection.d.ts.map +1 -0
- package/lib/esm/core-react/enums/SortDirection.js +18 -0
- package/lib/esm/core-react/enums/SortDirection.js.map +1 -0
- package/lib/esm/core-react/enums/TimeFormat.d.ts +15 -0
- package/lib/esm/core-react/enums/TimeFormat.d.ts.map +1 -0
- package/lib/esm/core-react/enums/TimeFormat.js +20 -0
- package/lib/esm/core-react/enums/TimeFormat.js.map +1 -0
- package/lib/esm/core-react/expandable/ExpandableBlock.d.ts +34 -0
- package/lib/esm/core-react/expandable/ExpandableBlock.d.ts.map +1 -0
- package/lib/esm/core-react/expandable/ExpandableBlock.js +32 -0
- package/lib/esm/core-react/expandable/ExpandableBlock.js.map +1 -0
- package/lib/esm/core-react/expandable/ExpandableBlock.scss +145 -0
- package/lib/esm/core-react/expandable/ExpandableList.d.ts +36 -0
- package/lib/esm/core-react/expandable/ExpandableList.d.ts.map +1 -0
- package/lib/esm/core-react/expandable/ExpandableList.js +54 -0
- package/lib/esm/core-react/expandable/ExpandableList.js.map +1 -0
- package/lib/esm/core-react/expandable/ExpandableList.scss +12 -0
- package/lib/esm/core-react/expandable/classes.scss +7 -0
- package/lib/esm/core-react/expandable/index.scss +5 -0
- package/lib/esm/core-react/expandable/list.scss +45 -0
- package/lib/esm/core-react/focus/ItemKeyboardNavigator.d.ts +54 -0
- package/lib/esm/core-react/focus/ItemKeyboardNavigator.d.ts.map +1 -0
- package/lib/esm/core-react/focus/ItemKeyboardNavigator.js +146 -0
- package/lib/esm/core-react/focus/ItemKeyboardNavigator.js.map +1 -0
- package/lib/esm/core-react/focustrap/FocusTrap.d.ts +29 -0
- package/lib/esm/core-react/focustrap/FocusTrap.d.ts.map +1 -0
- package/lib/esm/core-react/focustrap/FocusTrap.js +192 -0
- package/lib/esm/core-react/focustrap/FocusTrap.js.map +1 -0
- package/lib/esm/core-react/form/Field.d.ts +20 -0
- package/lib/esm/core-react/form/Field.d.ts.map +1 -0
- package/lib/esm/core-react/form/Field.js +40 -0
- package/lib/esm/core-react/form/Field.js.map +1 -0
- package/lib/esm/core-react/form/Form.d.ts +132 -0
- package/lib/esm/core-react/form/Form.d.ts.map +1 -0
- package/lib/esm/core-react/form/Form.js +127 -0
- package/lib/esm/core-react/form/Form.js.map +1 -0
- package/lib/esm/core-react/form/Form.scss +78 -0
- package/lib/esm/core-react/hocs/withIsPressed.d.ts +78 -0
- package/lib/esm/core-react/hocs/withIsPressed.d.ts.map +1 -0
- package/lib/esm/core-react/hocs/withIsPressed.js +43 -0
- package/lib/esm/core-react/hocs/withIsPressed.js.map +1 -0
- package/lib/esm/core-react/hocs/withOnOutsideClick.d.ts +104 -0
- package/lib/esm/core-react/hocs/withOnOutsideClick.d.ts.map +1 -0
- package/lib/esm/core-react/hocs/withOnOutsideClick.js +109 -0
- package/lib/esm/core-react/hocs/withOnOutsideClick.js.map +1 -0
- package/lib/esm/core-react/hocs/withTimeout.d.ts +75 -0
- package/lib/esm/core-react/hocs/withTimeout.d.ts.map +1 -0
- package/lib/esm/core-react/hocs/withTimeout.js +43 -0
- package/lib/esm/core-react/hocs/withTimeout.js.map +1 -0
- package/lib/esm/core-react/icons/IconComponent.d.ts +23 -0
- package/lib/esm/core-react/icons/IconComponent.d.ts.map +1 -0
- package/lib/esm/core-react/icons/IconComponent.js +31 -0
- package/lib/esm/core-react/icons/IconComponent.js.map +1 -0
- package/lib/esm/core-react/icons/IconComponent.scss +10 -0
- package/lib/esm/core-react/icons/SvgPath.d.ts +24 -0
- package/lib/esm/core-react/icons/SvgPath.d.ts.map +1 -0
- package/lib/esm/core-react/icons/SvgPath.js +24 -0
- package/lib/esm/core-react/icons/SvgPath.js.map +1 -0
- package/lib/esm/core-react/icons/SvgSprite.d.ts +20 -0
- package/lib/esm/core-react/icons/SvgSprite.d.ts.map +1 -0
- package/lib/esm/core-react/icons/SvgSprite.js +21 -0
- package/lib/esm/core-react/icons/SvgSprite.js.map +1 -0
- package/lib/esm/core-react/icons/SvgSprite.scss +15 -0
- package/lib/esm/core-react/icons/WebFontIcon.d.ts +27 -0
- package/lib/esm/core-react/icons/WebFontIcon.d.ts.map +1 -0
- package/lib/esm/core-react/icons/WebFontIcon.js +19 -0
- package/lib/esm/core-react/icons/WebFontIcon.js.map +1 -0
- package/lib/esm/core-react/icons/WebFontIcon.scss +17 -0
- package/lib/esm/core-react/icons/classes.scss +10 -0
- package/lib/esm/core-react/icons/index.scss +6 -0
- package/lib/esm/core-react/icons/mixins.scss +25 -0
- package/lib/esm/core-react/icons/variables.scss +21 -0
- package/lib/esm/core-react/imagecheckbox/ImageCheckBox.d.ts +43 -0
- package/lib/esm/core-react/imagecheckbox/ImageCheckBox.d.ts.map +1 -0
- package/lib/esm/core-react/imagecheckbox/ImageCheckBox.js +53 -0
- package/lib/esm/core-react/imagecheckbox/ImageCheckBox.js.map +1 -0
- package/lib/esm/core-react/imagecheckbox/ImageCheckBox.scss +55 -0
- package/lib/esm/core-react/index.scss +27 -0
- package/lib/esm/core-react/inputs/Input.d.ts +23 -0
- package/lib/esm/core-react/inputs/Input.d.ts.map +1 -0
- package/lib/esm/core-react/inputs/Input.js +44 -0
- package/lib/esm/core-react/inputs/Input.js.map +1 -0
- package/lib/esm/core-react/inputs/InputLabel.d.ts +19 -0
- package/lib/esm/core-react/inputs/InputLabel.d.ts.map +1 -0
- package/lib/esm/core-react/inputs/InputLabel.js +30 -0
- package/lib/esm/core-react/inputs/InputLabel.js.map +1 -0
- package/lib/esm/core-react/inputs/InputStatus.d.ts +12 -0
- package/lib/esm/core-react/inputs/InputStatus.d.ts.map +1 -0
- package/lib/esm/core-react/inputs/InputStatus.js +17 -0
- package/lib/esm/core-react/inputs/InputStatus.js.map +1 -0
- package/lib/esm/core-react/inputs/LabeledComponentProps.d.ts +34 -0
- package/lib/esm/core-react/inputs/LabeledComponentProps.d.ts.map +1 -0
- package/lib/esm/core-react/inputs/LabeledComponentProps.js +9 -0
- package/lib/esm/core-react/inputs/LabeledComponentProps.js.map +1 -0
- package/lib/esm/core-react/inputs/LabeledInput.d.ts +18 -0
- package/lib/esm/core-react/inputs/LabeledInput.d.ts.map +1 -0
- package/lib/esm/core-react/inputs/LabeledInput.js +30 -0
- package/lib/esm/core-react/inputs/LabeledInput.js.map +1 -0
- package/lib/esm/core-react/inputs/LabeledTextarea.d.ts +18 -0
- package/lib/esm/core-react/inputs/LabeledTextarea.d.ts.map +1 -0
- package/lib/esm/core-react/inputs/LabeledTextarea.js +28 -0
- package/lib/esm/core-react/inputs/LabeledTextarea.js.map +1 -0
- package/lib/esm/core-react/inputs/Textarea.d.ts +23 -0
- package/lib/esm/core-react/inputs/Textarea.d.ts.map +1 -0
- package/lib/esm/core-react/inputs/Textarea.js +33 -0
- package/lib/esm/core-react/inputs/Textarea.js.map +1 -0
- package/lib/esm/core-react/inputs/classes.scss +10 -0
- package/lib/esm/core-react/inputs/iconinput/IconInput.d.ts +24 -0
- package/lib/esm/core-react/inputs/iconinput/IconInput.d.ts.map +1 -0
- package/lib/esm/core-react/inputs/iconinput/IconInput.js +27 -0
- package/lib/esm/core-react/inputs/iconinput/IconInput.js.map +1 -0
- package/lib/esm/core-react/inputs/iconinput/IconInput.scss +35 -0
- package/lib/esm/core-react/inputs/index.scss +11 -0
- package/lib/esm/core-react/inputs/input.scss +60 -0
- package/lib/esm/core-react/inputs/labeled-input.scss +103 -0
- package/lib/esm/core-react/inputs/labeled-textarea.scss +77 -0
- package/lib/esm/core-react/inputs/numberinput/NumberInput.d.ts +46 -0
- package/lib/esm/core-react/inputs/numberinput/NumberInput.d.ts.map +1 -0
- package/lib/esm/core-react/inputs/numberinput/NumberInput.js +145 -0
- package/lib/esm/core-react/inputs/numberinput/NumberInput.js.map +1 -0
- package/lib/esm/core-react/inputs/numberinput/NumberInput.scss +76 -0
- package/lib/esm/core-react/inputs/textarea.scss +55 -0
- package/lib/esm/core-react/inputs/variables.scss +33 -0
- package/lib/esm/core-react/layout-variables.scss +15 -0
- package/lib/esm/core-react/listbox/Listbox.d.ts +56 -0
- package/lib/esm/core-react/listbox/Listbox.d.ts.map +1 -0
- package/lib/esm/core-react/listbox/Listbox.js +218 -0
- package/lib/esm/core-react/listbox/Listbox.js.map +1 -0
- package/lib/esm/core-react/listbox/Listbox.scss +54 -0
- package/lib/esm/core-react/loading/LoadingBar.d.ts +30 -0
- package/lib/esm/core-react/loading/LoadingBar.d.ts.map +1 -0
- package/lib/esm/core-react/loading/LoadingBar.js +36 -0
- package/lib/esm/core-react/loading/LoadingBar.js.map +1 -0
- package/lib/esm/core-react/loading/LoadingBar.scss +29 -0
- package/lib/esm/core-react/loading/LoadingPrompt.d.ts +40 -0
- package/lib/esm/core-react/loading/LoadingPrompt.d.ts.map +1 -0
- package/lib/esm/core-react/loading/LoadingPrompt.js +41 -0
- package/lib/esm/core-react/loading/LoadingPrompt.js.map +1 -0
- package/lib/esm/core-react/loading/LoadingPrompt.scss +33 -0
- package/lib/esm/core-react/loading/LoadingSpinner.d.ts +34 -0
- package/lib/esm/core-react/loading/LoadingSpinner.d.ts.map +1 -0
- package/lib/esm/core-react/loading/LoadingSpinner.js +42 -0
- package/lib/esm/core-react/loading/LoadingSpinner.js.map +1 -0
- package/lib/esm/core-react/loading/LoadingSpinner.scss +27 -0
- package/lib/esm/core-react/loading/LoadingStatus.d.ts +25 -0
- package/lib/esm/core-react/loading/LoadingStatus.d.ts.map +1 -0
- package/lib/esm/core-react/loading/LoadingStatus.js +34 -0
- package/lib/esm/core-react/loading/LoadingStatus.js.map +1 -0
- package/lib/esm/core-react/loading/LoadingStatus.scss +20 -0
- package/lib/esm/core-react/loading/Spinner.d.ts +38 -0
- package/lib/esm/core-react/loading/Spinner.d.ts.map +1 -0
- package/lib/esm/core-react/loading/Spinner.js +57 -0
- package/lib/esm/core-react/loading/Spinner.js.map +1 -0
- package/lib/esm/core-react/loading/Spinner.scss +26 -0
- package/lib/esm/core-react/loading/index.scss +5 -0
- package/lib/esm/core-react/loading/mixins.scss +57 -0
- package/lib/esm/core-react/messagebox/MessageBox.d.ts +65 -0
- package/lib/esm/core-react/messagebox/MessageBox.d.ts.map +1 -0
- package/lib/esm/core-react/messagebox/MessageBox.js +63 -0
- package/lib/esm/core-react/messagebox/MessageBox.js.map +1 -0
- package/lib/esm/core-react/messagebox/MessageBox.scss +44 -0
- package/lib/esm/core-react/messagebox/MessageSeverity.d.ts +16 -0
- package/lib/esm/core-react/messagebox/MessageSeverity.d.ts.map +1 -0
- package/lib/esm/core-react/messagebox/MessageSeverity.js +21 -0
- package/lib/esm/core-react/messagebox/MessageSeverity.js.map +1 -0
- package/lib/esm/core-react/notification/MessageRenderer.d.ts +20 -0
- package/lib/esm/core-react/notification/MessageRenderer.d.ts.map +1 -0
- package/lib/esm/core-react/notification/MessageRenderer.js +75 -0
- package/lib/esm/core-react/notification/MessageRenderer.js.map +1 -0
- package/lib/esm/core-react/notification/MessageType.d.ts +23 -0
- package/lib/esm/core-react/notification/MessageType.d.ts.map +1 -0
- package/lib/esm/core-react/notification/MessageType.js +20 -0
- package/lib/esm/core-react/notification/MessageType.js.map +1 -0
- package/lib/esm/core-react/popup/Popup.d.ts +99 -0
- package/lib/esm/core-react/popup/Popup.d.ts.map +1 -0
- package/lib/esm/core-react/popup/Popup.js +397 -0
- package/lib/esm/core-react/popup/Popup.js.map +1 -0
- package/lib/esm/core-react/popup/Popup.scss +231 -0
- package/lib/esm/core-react/progress-indicators/ProgressBar.d.ts +29 -0
- package/lib/esm/core-react/progress-indicators/ProgressBar.d.ts.map +1 -0
- package/lib/esm/core-react/progress-indicators/ProgressBar.js +44 -0
- package/lib/esm/core-react/progress-indicators/ProgressBar.js.map +1 -0
- package/lib/esm/core-react/progress-indicators/ProgressSpinner.d.ts +49 -0
- package/lib/esm/core-react/progress-indicators/ProgressSpinner.d.ts.map +1 -0
- package/lib/esm/core-react/progress-indicators/ProgressSpinner.js +70 -0
- package/lib/esm/core-react/progress-indicators/ProgressSpinner.js.map +1 -0
- package/lib/esm/core-react/progress-indicators/classes.scss +33 -0
- package/lib/esm/core-react/progress-indicators/index.scss +6 -0
- package/lib/esm/core-react/progress-indicators/progress-bar.scss +91 -0
- package/lib/esm/core-react/progress-indicators/progress-spinner.scss +132 -0
- package/lib/esm/core-react/radialmenu/Annulus.d.ts +55 -0
- package/lib/esm/core-react/radialmenu/Annulus.d.ts.map +1 -0
- package/lib/esm/core-react/radialmenu/Annulus.js +76 -0
- package/lib/esm/core-react/radialmenu/Annulus.js.map +1 -0
- package/lib/esm/core-react/radialmenu/RadialMenu.d.ts +94 -0
- package/lib/esm/core-react/radialmenu/RadialMenu.d.ts.map +1 -0
- package/lib/esm/core-react/radialmenu/RadialMenu.js +175 -0
- package/lib/esm/core-react/radialmenu/RadialMenu.js.map +1 -0
- package/lib/esm/core-react/radialmenu/RadialMenu.scss +56 -0
- package/lib/esm/core-react/radio/Radio.d.ts +20 -0
- package/lib/esm/core-react/radio/Radio.d.ts.map +1 -0
- package/lib/esm/core-react/radio/Radio.js +24 -0
- package/lib/esm/core-react/radio/Radio.js.map +1 -0
- package/lib/esm/core-react/radio/classes.scss +7 -0
- package/lib/esm/core-react/radio/index.scss +8 -0
- package/lib/esm/core-react/radio/radio.scss +89 -0
- package/lib/esm/core-react/searchbox/SearchBox.d.ts +53 -0
- package/lib/esm/core-react/searchbox/SearchBox.d.ts.map +1 -0
- package/lib/esm/core-react/searchbox/SearchBox.js +106 -0
- package/lib/esm/core-react/searchbox/SearchBox.js.map +1 -0
- package/lib/esm/core-react/searchbox/SearchBox.scss +53 -0
- package/lib/esm/core-react/select/LabeledSelect.d.ts +20 -0
- package/lib/esm/core-react/select/LabeledSelect.d.ts.map +1 -0
- package/lib/esm/core-react/select/LabeledSelect.js +30 -0
- package/lib/esm/core-react/select/LabeledSelect.js.map +1 -0
- package/lib/esm/core-react/select/LabeledThemedSelect.d.ts +16 -0
- package/lib/esm/core-react/select/LabeledThemedSelect.d.ts.map +1 -0
- package/lib/esm/core-react/select/LabeledThemedSelect.js +27 -0
- package/lib/esm/core-react/select/LabeledThemedSelect.js.map +1 -0
- package/lib/esm/core-react/select/Select.d.ts +53 -0
- package/lib/esm/core-react/select/Select.d.ts.map +1 -0
- package/lib/esm/core-react/select/Select.js +57 -0
- package/lib/esm/core-react/select/Select.js.map +1 -0
- package/lib/esm/core-react/select/ThemedSelect.d.ts +104 -0
- package/lib/esm/core-react/select/ThemedSelect.d.ts.map +1 -0
- package/lib/esm/core-react/select/ThemedSelect.js +53 -0
- package/lib/esm/core-react/select/ThemedSelect.js.map +1 -0
- package/lib/esm/core-react/select/classes.scss +9 -0
- package/lib/esm/core-react/select/index.scss +10 -0
- package/lib/esm/core-react/select/labeled-select.scss +72 -0
- package/lib/esm/core-react/select/labeled-themed-select.scss +77 -0
- package/lib/esm/core-react/select/modalHelper.d.ts +5 -0
- package/lib/esm/core-react/select/modalHelper.d.ts.map +1 -0
- package/lib/esm/core-react/select/modalHelper.js +17 -0
- package/lib/esm/core-react/select/modalHelper.js.map +1 -0
- package/lib/esm/core-react/select/select.scss +74 -0
- package/lib/esm/core-react/select/themed-select.scss +159 -0
- package/lib/esm/core-react/settings/SettingsContainer.d.ts +31 -0
- package/lib/esm/core-react/settings/SettingsContainer.d.ts.map +1 -0
- package/lib/esm/core-react/settings/SettingsContainer.js +116 -0
- package/lib/esm/core-react/settings/SettingsContainer.js.map +1 -0
- package/lib/esm/core-react/settings/SettingsContainer.scss +65 -0
- package/lib/esm/core-react/settings/SettingsManager.d.ts +133 -0
- package/lib/esm/core-react/settings/SettingsManager.d.ts.map +1 -0
- package/lib/esm/core-react/settings/SettingsManager.js +114 -0
- package/lib/esm/core-react/settings/SettingsManager.js.map +1 -0
- package/lib/esm/core-react/slider/Slider.d.ts +80 -0
- package/lib/esm/core-react/slider/Slider.d.ts.map +1 -0
- package/lib/esm/core-react/slider/Slider.js +87 -0
- package/lib/esm/core-react/slider/Slider.js.map +1 -0
- package/lib/esm/core-react/slider/Slider.scss +96 -0
- package/lib/esm/core-react/splitbutton/SplitButton.d.ts +62 -0
- package/lib/esm/core-react/splitbutton/SplitButton.d.ts.map +1 -0
- package/lib/esm/core-react/splitbutton/SplitButton.js +100 -0
- package/lib/esm/core-react/splitbutton/SplitButton.js.map +1 -0
- package/lib/esm/core-react/splitbutton/SplitButton.scss +137 -0
- package/lib/esm/core-react/style/baseline.scss +13 -0
- package/lib/esm/core-react/style/breakpoints.scss +41 -0
- package/lib/esm/core-react/style/colors.scss +77 -0
- package/lib/esm/core-react/style/data-viz.scss +23 -0
- package/lib/esm/core-react/style/index.scss +17 -0
- package/lib/esm/core-react/style/itwinui-overrides.scss +93 -0
- package/lib/esm/core-react/style/mixins.scss +28 -0
- package/lib/esm/core-react/style/opacity.scss +17 -0
- package/lib/esm/core-react/style/space.scss +17 -0
- package/lib/esm/core-react/style/speed.scss +13 -0
- package/lib/esm/core-react/style/themecolors.scss +126 -0
- package/lib/esm/core-react/style/typography.scss +43 -0
- package/lib/esm/core-react/style/variables.scss +13 -0
- package/lib/esm/core-react/tabs/HorizontalTabs.d.ts +11 -0
- package/lib/esm/core-react/tabs/HorizontalTabs.d.ts.map +1 -0
- package/lib/esm/core-react/tabs/HorizontalTabs.js +18 -0
- package/lib/esm/core-react/tabs/HorizontalTabs.js.map +1 -0
- package/lib/esm/core-react/tabs/Tabs.d.ts +72 -0
- package/lib/esm/core-react/tabs/Tabs.d.ts.map +1 -0
- package/lib/esm/core-react/tabs/Tabs.js +122 -0
- package/lib/esm/core-react/tabs/Tabs.js.map +1 -0
- package/lib/esm/core-react/tabs/VerticalTabs.d.ts +10 -0
- package/lib/esm/core-react/tabs/VerticalTabs.d.ts.map +1 -0
- package/lib/esm/core-react/tabs/VerticalTabs.js +17 -0
- package/lib/esm/core-react/tabs/VerticalTabs.js.map +1 -0
- package/lib/esm/core-react/tabs/classes.scss +8 -0
- package/lib/esm/core-react/tabs/horizontal.scss +77 -0
- package/lib/esm/core-react/tabs/index.scss +6 -0
- package/lib/esm/core-react/tabs/tabs.scss +117 -0
- package/lib/esm/core-react/tabs/vertical.scss +64 -0
- package/lib/esm/core-react/text/BlockText.d.ts +10 -0
- package/lib/esm/core-react/text/BlockText.d.ts.map +1 -0
- package/lib/esm/core-react/text/BlockText.js +16 -0
- package/lib/esm/core-react/text/BlockText.js.map +1 -0
- package/lib/esm/core-react/text/BodyText.d.ts +10 -0
- package/lib/esm/core-react/text/BodyText.d.ts.map +1 -0
- package/lib/esm/core-react/text/BodyText.js +16 -0
- package/lib/esm/core-react/text/BodyText.js.map +1 -0
- package/lib/esm/core-react/text/DisabledText.d.ts +7 -0
- package/lib/esm/core-react/text/DisabledText.d.ts.map +1 -0
- package/lib/esm/core-react/text/DisabledText.js +16 -0
- package/lib/esm/core-react/text/DisabledText.js.map +1 -0
- package/lib/esm/core-react/text/FilteredText.d.ts +25 -0
- package/lib/esm/core-react/text/FilteredText.d.ts.map +1 -0
- package/lib/esm/core-react/text/FilteredText.js +37 -0
- package/lib/esm/core-react/text/FilteredText.js.map +1 -0
- package/lib/esm/core-react/text/FilteredText.scss +10 -0
- package/lib/esm/core-react/text/Headline.d.ts +11 -0
- package/lib/esm/core-react/text/Headline.d.ts.map +1 -0
- package/lib/esm/core-react/text/Headline.js +17 -0
- package/lib/esm/core-react/text/Headline.js.map +1 -0
- package/lib/esm/core-react/text/LeadingText.d.ts +11 -0
- package/lib/esm/core-react/text/LeadingText.d.ts.map +1 -0
- package/lib/esm/core-react/text/LeadingText.js +17 -0
- package/lib/esm/core-react/text/LeadingText.js.map +1 -0
- package/lib/esm/core-react/text/LeadingText2.d.ts +11 -0
- package/lib/esm/core-react/text/LeadingText2.d.ts.map +1 -0
- package/lib/esm/core-react/text/LeadingText2.js +17 -0
- package/lib/esm/core-react/text/LeadingText2.js.map +1 -0
- package/lib/esm/core-react/text/MutedText.d.ts +10 -0
- package/lib/esm/core-react/text/MutedText.d.ts.map +1 -0
- package/lib/esm/core-react/text/MutedText.js +16 -0
- package/lib/esm/core-react/text/MutedText.js.map +1 -0
- package/lib/esm/core-react/text/SmallText.d.ts +11 -0
- package/lib/esm/core-react/text/SmallText.d.ts.map +1 -0
- package/lib/esm/core-react/text/SmallText.js +17 -0
- package/lib/esm/core-react/text/SmallText.js.map +1 -0
- package/lib/esm/core-react/text/StyledText.d.ts +17 -0
- package/lib/esm/core-react/text/StyledText.d.ts.map +1 -0
- package/lib/esm/core-react/text/StyledText.js +17 -0
- package/lib/esm/core-react/text/StyledText.js.map +1 -0
- package/lib/esm/core-react/text/Subheading.d.ts +11 -0
- package/lib/esm/core-react/text/Subheading.d.ts.map +1 -0
- package/lib/esm/core-react/text/Subheading.js +17 -0
- package/lib/esm/core-react/text/Subheading.js.map +1 -0
- package/lib/esm/core-react/text/Subheading2.d.ts +11 -0
- package/lib/esm/core-react/text/Subheading2.d.ts.map +1 -0
- package/lib/esm/core-react/text/Subheading2.js +17 -0
- package/lib/esm/core-react/text/Subheading2.js.map +1 -0
- package/lib/esm/core-react/text/TextProps.d.ts +11 -0
- package/lib/esm/core-react/text/TextProps.d.ts.map +1 -0
- package/lib/esm/core-react/text/TextProps.js +9 -0
- package/lib/esm/core-react/text/TextProps.js.map +1 -0
- package/lib/esm/core-react/text/Title.d.ts +11 -0
- package/lib/esm/core-react/text/Title.d.ts.map +1 -0
- package/lib/esm/core-react/text/Title.js +17 -0
- package/lib/esm/core-react/text/Title.js.map +1 -0
- package/lib/esm/core-react/text/Title2.d.ts +11 -0
- package/lib/esm/core-react/text/Title2.d.ts.map +1 -0
- package/lib/esm/core-react/text/Title2.js +17 -0
- package/lib/esm/core-react/text/Title2.js.map +1 -0
- package/lib/esm/core-react/text/block.scss +10 -0
- package/lib/esm/core-react/text/body.scss +10 -0
- package/lib/esm/core-react/text/classes.scss +18 -0
- package/lib/esm/core-react/text/disabled.scss +10 -0
- package/lib/esm/core-react/text/headline.scss +10 -0
- package/lib/esm/core-react/text/index.scss +18 -0
- package/lib/esm/core-react/text/leading-2.scss +11 -0
- package/lib/esm/core-react/text/leading.scss +10 -0
- package/lib/esm/core-react/text/mixins.scss +62 -0
- package/lib/esm/core-react/text/muted.scss +10 -0
- package/lib/esm/core-react/text/small.scss +10 -0
- package/lib/esm/core-react/text/subheading-2.scss +11 -0
- package/lib/esm/core-react/text/subheading.scss +11 -0
- package/lib/esm/core-react/text/title-2.scss +11 -0
- package/lib/esm/core-react/text/title.scss +10 -0
- package/lib/esm/core-react/tiles/FeaturedTile.d.ts +11 -0
- package/lib/esm/core-react/tiles/FeaturedTile.d.ts.map +1 -0
- package/lib/esm/core-react/tiles/FeaturedTile.js +17 -0
- package/lib/esm/core-react/tiles/FeaturedTile.js.map +1 -0
- package/lib/esm/core-react/tiles/MinimalFeaturedTile.d.ts +11 -0
- package/lib/esm/core-react/tiles/MinimalFeaturedTile.d.ts.map +1 -0
- package/lib/esm/core-react/tiles/MinimalFeaturedTile.js +17 -0
- package/lib/esm/core-react/tiles/MinimalFeaturedTile.js.map +1 -0
- package/lib/esm/core-react/tiles/MinimalTile.d.ts +11 -0
- package/lib/esm/core-react/tiles/MinimalTile.d.ts.map +1 -0
- package/lib/esm/core-react/tiles/MinimalTile.js +17 -0
- package/lib/esm/core-react/tiles/MinimalTile.js.map +1 -0
- package/lib/esm/core-react/tiles/Tile.d.ts +32 -0
- package/lib/esm/core-react/tiles/Tile.d.ts.map +1 -0
- package/lib/esm/core-react/tiles/Tile.js +36 -0
- package/lib/esm/core-react/tiles/Tile.js.map +1 -0
- package/lib/esm/core-react/tiles/classes.scss +7 -0
- package/lib/esm/core-react/tiles/index.scss +5 -0
- package/lib/esm/core-react/tiles/tile.scss +134 -0
- package/lib/esm/core-react/toggle/LabeledToggle.d.ts +26 -0
- package/lib/esm/core-react/toggle/LabeledToggle.d.ts.map +1 -0
- package/lib/esm/core-react/toggle/LabeledToggle.js +25 -0
- package/lib/esm/core-react/toggle/LabeledToggle.js.map +1 -0
- package/lib/esm/core-react/toggle/LabeledToggle.scss +21 -0
- package/lib/esm/core-react/toggle/Toggle.d.ts +52 -0
- package/lib/esm/core-react/toggle/Toggle.d.ts.map +1 -0
- package/lib/esm/core-react/toggle/Toggle.js +102 -0
- package/lib/esm/core-react/toggle/Toggle.js.map +1 -0
- package/lib/esm/core-react/toggle/Toggle.scss +135 -0
- package/lib/esm/core-react/tooltip/Tooltip.d.ts +34 -0
- package/lib/esm/core-react/tooltip/Tooltip.d.ts.map +1 -0
- package/lib/esm/core-react/tooltip/Tooltip.js +52 -0
- package/lib/esm/core-react/tooltip/Tooltip.js.map +1 -0
- package/lib/esm/core-react/tooltip/Tooltip.scss +18 -0
- package/lib/esm/core-react/tree/Branch.d.ts +20 -0
- package/lib/esm/core-react/tree/Branch.d.ts.map +1 -0
- package/lib/esm/core-react/tree/Branch.js +20 -0
- package/lib/esm/core-react/tree/Branch.js.map +1 -0
- package/lib/esm/core-react/tree/Branch.scss +13 -0
- package/lib/esm/core-react/tree/ExpansionToggle.d.ts +21 -0
- package/lib/esm/core-react/tree/ExpansionToggle.d.ts.map +1 -0
- package/lib/esm/core-react/tree/ExpansionToggle.js +25 -0
- package/lib/esm/core-react/tree/ExpansionToggle.js.map +1 -0
- package/lib/esm/core-react/tree/ExpansionToggle.scss +28 -0
- package/lib/esm/core-react/tree/Node.d.ts +80 -0
- package/lib/esm/core-react/tree/Node.d.ts.map +1 -0
- package/lib/esm/core-react/tree/Node.js +87 -0
- package/lib/esm/core-react/tree/Node.js.map +1 -0
- package/lib/esm/core-react/tree/Node.scss +77 -0
- package/lib/esm/core-react/tree/Placeholder.d.ts +23 -0
- package/lib/esm/core-react/tree/Placeholder.d.ts.map +1 -0
- package/lib/esm/core-react/tree/Placeholder.js +28 -0
- package/lib/esm/core-react/tree/Placeholder.js.map +1 -0
- package/lib/esm/core-react/tree/Placeholder.scss +20 -0
- package/lib/esm/core-react/tree/Tree.d.ts +29 -0
- package/lib/esm/core-react/tree/Tree.d.ts.map +1 -0
- package/lib/esm/core-react/tree/Tree.js +97 -0
- package/lib/esm/core-react/tree/Tree.js.map +1 -0
- package/lib/esm/core-react/tree/Tree.scss +21 -0
- package/lib/esm/core-react/uisettings/LocalSettingsStorage.d.ts +24 -0
- package/lib/esm/core-react/uisettings/LocalSettingsStorage.d.ts.map +1 -0
- package/lib/esm/core-react/uisettings/LocalSettingsStorage.js +51 -0
- package/lib/esm/core-react/uisettings/LocalSettingsStorage.js.map +1 -0
- package/lib/esm/core-react/uisettings/SessionSettingsStorage.d.ts +24 -0
- package/lib/esm/core-react/uisettings/SessionSettingsStorage.d.ts.map +1 -0
- package/lib/esm/core-react/uisettings/SessionSettingsStorage.js +51 -0
- package/lib/esm/core-react/uisettings/SessionSettingsStorage.js.map +1 -0
- package/lib/esm/core-react/uisettings/UiSetting.d.ts +31 -0
- package/lib/esm/core-react/uisettings/UiSetting.d.ts.map +1 -0
- package/lib/esm/core-react/uisettings/UiSetting.js +56 -0
- package/lib/esm/core-react/uisettings/UiSetting.js.map +1 -0
- package/lib/esm/core-react/uisettings/UiSettingsStorage.d.ts +33 -0
- package/lib/esm/core-react/uisettings/UiSettingsStorage.d.ts.map +1 -0
- package/lib/esm/core-react/uisettings/UiSettingsStorage.js +19 -0
- package/lib/esm/core-react/uisettings/UiSettingsStorage.js.map +1 -0
- package/lib/esm/core-react/utils/IconHelper.d.ts +23 -0
- package/lib/esm/core-react/utils/IconHelper.d.ts.map +1 -0
- package/lib/esm/core-react/utils/IconHelper.js +59 -0
- package/lib/esm/core-react/utils/IconHelper.js.map +1 -0
- package/lib/esm/core-react/utils/Point.d.ts +38 -0
- package/lib/esm/core-react/utils/Point.d.ts.map +1 -0
- package/lib/esm/core-react/utils/Point.js +70 -0
- package/lib/esm/core-react/utils/Point.js.map +1 -0
- package/lib/esm/core-react/utils/PointProps.d.ts +12 -0
- package/lib/esm/core-react/utils/PointProps.d.ts.map +1 -0
- package/lib/esm/core-react/utils/PointProps.js +9 -0
- package/lib/esm/core-react/utils/PointProps.js.map +1 -0
- package/lib/esm/core-react/utils/Props.d.ts +39 -0
- package/lib/esm/core-react/utils/Props.d.ts.map +1 -0
- package/lib/esm/core-react/utils/Props.js +9 -0
- package/lib/esm/core-react/utils/Props.js.map +1 -0
- package/lib/esm/core-react/utils/Rectangle.d.ts +145 -0
- package/lib/esm/core-react/utils/Rectangle.d.ts.map +1 -0
- package/lib/esm/core-react/utils/Rectangle.js +267 -0
- package/lib/esm/core-react/utils/Rectangle.js.map +1 -0
- package/lib/esm/core-react/utils/ScrollPositionMaintainer.d.ts +24 -0
- package/lib/esm/core-react/utils/ScrollPositionMaintainer.d.ts.map +1 -0
- package/lib/esm/core-react/utils/ScrollPositionMaintainer.js +33 -0
- package/lib/esm/core-react/utils/ScrollPositionMaintainer.js.map +1 -0
- package/lib/esm/core-react/utils/Size.d.ts +24 -0
- package/lib/esm/core-react/utils/Size.d.ts.map +1 -0
- package/lib/esm/core-react/utils/Size.js +29 -0
- package/lib/esm/core-react/utils/Size.js.map +1 -0
- package/lib/esm/core-react/utils/Timer.d.ts +36 -0
- package/lib/esm/core-react/utils/Timer.d.ts.map +1 -0
- package/lib/esm/core-react/utils/Timer.js +61 -0
- package/lib/esm/core-react/utils/Timer.js.map +1 -0
- package/lib/esm/core-react/utils/UiEvent.d.ts +10 -0
- package/lib/esm/core-react/utils/UiEvent.d.ts.map +1 -0
- package/lib/esm/core-react/utils/UiEvent.js +14 -0
- package/lib/esm/core-react/utils/UiEvent.js.map +1 -0
- package/lib/esm/core-react/utils/UiGeometry.d.ts +21 -0
- package/lib/esm/core-react/utils/UiGeometry.d.ts.map +1 -0
- package/lib/esm/core-react/utils/UiGeometry.js +25 -0
- package/lib/esm/core-react/utils/UiGeometry.js.map +1 -0
- package/lib/esm/core-react/utils/flattenChildren.d.ts +9 -0
- package/lib/esm/core-react/utils/flattenChildren.d.ts.map +1 -0
- package/lib/esm/core-react/utils/flattenChildren.js +24 -0
- package/lib/esm/core-react/utils/flattenChildren.js.map +1 -0
- package/lib/esm/core-react/utils/getBestBWContrastColor.d.ts +8 -0
- package/lib/esm/core-react/utils/getBestBWContrastColor.d.ts.map +1 -0
- package/lib/esm/core-react/utils/getBestBWContrastColor.js +19 -0
- package/lib/esm/core-react/utils/getBestBWContrastColor.js.map +1 -0
- package/lib/esm/core-react/utils/getCssVariable.d.ts +12 -0
- package/lib/esm/core-react/utils/getCssVariable.d.ts.map +1 -0
- package/lib/esm/core-react/utils/getCssVariable.js +29 -0
- package/lib/esm/core-react/utils/getCssVariable.js.map +1 -0
- package/lib/esm/core-react/utils/getDisplayName.d.ts +9 -0
- package/lib/esm/core-react/utils/getDisplayName.d.ts.map +1 -0
- package/lib/esm/core-react/utils/getDisplayName.js +18 -0
- package/lib/esm/core-react/utils/getDisplayName.js.map +1 -0
- package/lib/esm/core-react/utils/getUserColor.d.ts +8 -0
- package/lib/esm/core-react/utils/getUserColor.d.ts.map +1 -0
- package/lib/esm/core-react/utils/getUserColor.js +35 -0
- package/lib/esm/core-react/utils/getUserColor.js.map +1 -0
- package/lib/esm/core-react/utils/hooks/ResizeObserverPolyfill.d.ts +5 -0
- package/lib/esm/core-react/utils/hooks/ResizeObserverPolyfill.d.ts.map +1 -0
- package/lib/esm/core-react/utils/hooks/ResizeObserverPolyfill.js +17 -0
- package/lib/esm/core-react/utils/hooks/ResizeObserverPolyfill.js.map +1 -0
- package/lib/esm/core-react/utils/hooks/useDisposable.d.ts +18 -0
- package/lib/esm/core-react/utils/hooks/useDisposable.d.ts.map +1 -0
- package/lib/esm/core-react/utils/hooks/useDisposable.js +34 -0
- package/lib/esm/core-react/utils/hooks/useDisposable.js.map +1 -0
- package/lib/esm/core-react/utils/hooks/useEffectSkipFirst.d.ts +9 -0
- package/lib/esm/core-react/utils/hooks/useEffectSkipFirst.d.ts.map +1 -0
- package/lib/esm/core-react/utils/hooks/useEffectSkipFirst.js +23 -0
- package/lib/esm/core-react/utils/hooks/useEffectSkipFirst.js.map +1 -0
- package/lib/esm/core-react/utils/hooks/useEventListener.d.ts +12 -0
- package/lib/esm/core-react/utils/hooks/useEventListener.d.ts.map +1 -0
- package/lib/esm/core-react/utils/hooks/useEventListener.js +40 -0
- package/lib/esm/core-react/utils/hooks/useEventListener.js.map +1 -0
- package/lib/esm/core-react/utils/hooks/useLifecycleLogging.d.ts +6 -0
- package/lib/esm/core-react/utils/hooks/useLifecycleLogging.d.ts.map +1 -0
- package/lib/esm/core-react/utils/hooks/useLifecycleLogging.js +61 -0
- package/lib/esm/core-react/utils/hooks/useLifecycleLogging.js.map +1 -0
- package/lib/esm/core-react/utils/hooks/useOnOutsideClick.d.ts +13 -0
- package/lib/esm/core-react/utils/hooks/useOnOutsideClick.d.ts.map +1 -0
- package/lib/esm/core-react/utils/hooks/useOnOutsideClick.js +89 -0
- package/lib/esm/core-react/utils/hooks/useOnOutsideClick.js.map +1 -0
- package/lib/esm/core-react/utils/hooks/useProximityToMouse.d.ts +56 -0
- package/lib/esm/core-react/utils/hooks/useProximityToMouse.d.ts.map +1 -0
- package/lib/esm/core-react/utils/hooks/useProximityToMouse.js +103 -0
- package/lib/esm/core-react/utils/hooks/useProximityToMouse.js.map +1 -0
- package/lib/esm/core-react/utils/hooks/useRefEffect.d.ts +8 -0
- package/lib/esm/core-react/utils/hooks/useRefEffect.d.ts.map +1 -0
- package/lib/esm/core-react/utils/hooks/useRefEffect.js +20 -0
- package/lib/esm/core-react/utils/hooks/useRefEffect.js.map +1 -0
- package/lib/esm/core-react/utils/hooks/useRefState.d.ts +22 -0
- package/lib/esm/core-react/utils/hooks/useRefState.d.ts.map +1 -0
- package/lib/esm/core-react/utils/hooks/useRefState.js +32 -0
- package/lib/esm/core-react/utils/hooks/useRefState.js.map +1 -0
- package/lib/esm/core-react/utils/hooks/useRefs.d.ts +13 -0
- package/lib/esm/core-react/utils/hooks/useRefs.d.ts.map +1 -0
- package/lib/esm/core-react/utils/hooks/useRefs.js +49 -0
- package/lib/esm/core-react/utils/hooks/useRefs.js.map +1 -0
- package/lib/esm/core-react/utils/hooks/useResizeObserver.d.ts +40 -0
- package/lib/esm/core-react/utils/hooks/useResizeObserver.d.ts.map +1 -0
- package/lib/esm/core-react/utils/hooks/useResizeObserver.js +202 -0
- package/lib/esm/core-react/utils/hooks/useResizeObserver.js.map +1 -0
- package/lib/esm/core-react/utils/hooks/useTargeted.d.ts +9 -0
- package/lib/esm/core-react/utils/hooks/useTargeted.d.ts.map +1 -0
- package/lib/esm/core-react/utils/hooks/useTargeted.js +25 -0
- package/lib/esm/core-react/utils/hooks/useTargeted.js.map +1 -0
- package/lib/esm/core-react/utils/hooks/useThrottledFn.d.ts +16 -0
- package/lib/esm/core-react/utils/hooks/useThrottledFn.d.ts.map +1 -0
- package/lib/esm/core-react/utils/hooks/useThrottledFn.js +22 -0
- package/lib/esm/core-react/utils/hooks/useThrottledFn.js.map +1 -0
- package/lib/esm/core-react/utils/hooks/useWidgetOpacityContext.d.ts +21 -0
- package/lib/esm/core-react/utils/hooks/useWidgetOpacityContext.d.ts.map +1 -0
- package/lib/esm/core-react/utils/hooks/useWidgetOpacityContext.js +24 -0
- package/lib/esm/core-react/utils/hooks/useWidgetOpacityContext.js.map +1 -0
- package/lib/esm/core-react/utils/isPromiseLike.d.ts +8 -0
- package/lib/esm/core-react/utils/isPromiseLike.d.ts.map +1 -0
- package/lib/esm/core-react/utils/isPromiseLike.js +14 -0
- package/lib/esm/core-react/utils/isPromiseLike.js.map +1 -0
- package/lib/esm/core-react/utils/shallowDiffers.d.ts +12 -0
- package/lib/esm/core-react/utils/shallowDiffers.d.ts.map +1 -0
- package/lib/esm/core-react/utils/shallowDiffers.js +26 -0
- package/lib/esm/core-react/utils/shallowDiffers.js.map +1 -0
- package/lib/esm/core-react/utils/typeUtils.d.ts +8 -0
- package/lib/esm/core-react/utils/typeUtils.d.ts.map +1 -0
- package/lib/esm/core-react/utils/typeUtils.js +9 -0
- package/lib/esm/core-react/utils/typeUtils.js.map +1 -0
- package/lib/esm/core-react.d.ts +275 -0
- package/lib/esm/core-react.d.ts.map +1 -0
- package/lib/esm/core-react.js +280 -0
- package/lib/esm/core-react.js.map +1 -0
- package/package.json +23 -20
- package/lib/core-react/UiCore.d.ts.map +0 -1
- package/lib/core-react/UiCore.js.map +0 -1
- package/lib/core-react/autosuggest/AutoSuggest.d.ts.map +0 -1
- package/lib/core-react/autosuggest/AutoSuggest.js +0 -179
- package/lib/core-react/autosuggest/AutoSuggest.js.map +0 -1
- package/lib/core-react/autosuggest/AutoSuggest.scss +0 -83
- package/lib/core-react/badge/Badge.d.ts.map +0 -1
- package/lib/core-react/badge/Badge.js.map +0 -1
- package/lib/core-react/badge/BadgeUtilities.d.ts.map +0 -1
- package/lib/core-react/badge/BadgeUtilities.js.map +0 -1
- package/lib/core-react/badge/BetaBadge.d.ts.map +0 -1
- package/lib/core-react/badge/BetaBadge.js +0 -24
- package/lib/core-react/badge/BetaBadge.js.map +0 -1
- package/lib/core-react/badge/NewBadge.d.ts.map +0 -1
- package/lib/core-react/badge/NewBadge.js +0 -35
- package/lib/core-react/badge/NewBadge.js.map +0 -1
- package/lib/core-react/base/Centered.d.ts.map +0 -1
- package/lib/core-react/base/Centered.js +0 -21
- package/lib/core-react/base/Centered.js.map +0 -1
- package/lib/core-react/base/Div.d.ts.map +0 -1
- package/lib/core-react/base/Div.js +0 -32
- package/lib/core-react/base/Div.js.map +0 -1
- package/lib/core-react/base/DivWithOutsideClick.d.ts.map +0 -1
- package/lib/core-react/base/DivWithOutsideClick.js +0 -17
- package/lib/core-react/base/DivWithOutsideClick.js.map +0 -1
- package/lib/core-react/base/FillCentered.d.ts.map +0 -1
- package/lib/core-react/base/FillCentered.js +0 -21
- package/lib/core-react/base/FillCentered.js.map +0 -1
- package/lib/core-react/base/FlexWrapContainer.d.ts.map +0 -1
- package/lib/core-react/base/FlexWrapContainer.js +0 -22
- package/lib/core-react/base/FlexWrapContainer.js.map +0 -1
- package/lib/core-react/base/Gap.d.ts.map +0 -1
- package/lib/core-react/base/Gap.js +0 -32
- package/lib/core-react/base/Gap.js.map +0 -1
- package/lib/core-react/base/PointerEvents.d.ts.map +0 -1
- package/lib/core-react/base/PointerEvents.js.map +0 -1
- package/lib/core-react/base/ScrollView.d.ts.map +0 -1
- package/lib/core-react/base/ScrollView.js +0 -22
- package/lib/core-react/base/ScrollView.js.map +0 -1
- package/lib/core-react/button/Button.d.ts.map +0 -1
- package/lib/core-react/button/Button.js +0 -99
- package/lib/core-react/button/Button.js.map +0 -1
- package/lib/core-react/button/UnderlinedButton.d.ts.map +0 -1
- package/lib/core-react/button/UnderlinedButton.js.map +0 -1
- package/lib/core-react/checkbox/Checkbox.d.ts.map +0 -1
- package/lib/core-react/checkbox/Checkbox.js +0 -76
- package/lib/core-react/checkbox/Checkbox.js.map +0 -1
- package/lib/core-react/checklistbox/CheckListBox.d.ts.map +0 -1
- package/lib/core-react/checklistbox/CheckListBox.js.map +0 -1
- package/lib/core-react/contextmenu/ContextMenu.d.ts.map +0 -1
- package/lib/core-react/contextmenu/ContextMenu.js +0 -376
- package/lib/core-react/contextmenu/ContextMenu.js.map +0 -1
- package/lib/core-react/contextmenu/ContextMenuDirection.d.ts.map +0 -1
- package/lib/core-react/contextmenu/ContextMenuDirection.js.map +0 -1
- package/lib/core-react/contextmenu/ContextMenuDivider.d.ts.map +0 -1
- package/lib/core-react/contextmenu/ContextMenuDivider.js +0 -35
- package/lib/core-react/contextmenu/ContextMenuDivider.js.map +0 -1
- package/lib/core-react/contextmenu/ContextMenuItem.d.ts.map +0 -1
- package/lib/core-react/contextmenu/ContextMenuItem.js +0 -120
- package/lib/core-react/contextmenu/ContextMenuItem.js.map +0 -1
- package/lib/core-react/contextmenu/ContextSubMenu.d.ts.map +0 -1
- package/lib/core-react/contextmenu/ContextSubMenu.js +0 -171
- package/lib/core-react/contextmenu/ContextSubMenu.js.map +0 -1
- package/lib/core-react/contextmenu/GlobalContextMenu.d.ts.map +0 -1
- package/lib/core-react/contextmenu/GlobalContextMenu.js +0 -71
- package/lib/core-react/contextmenu/GlobalContextMenu.js.map +0 -1
- package/lib/core-react/contextmenu/PopupContextMenu.d.ts.map +0 -1
- package/lib/core-react/contextmenu/PopupContextMenu.js +0 -67
- package/lib/core-react/contextmenu/PopupContextMenu.js.map +0 -1
- package/lib/core-react/contextmenu/TildeFinder.d.ts.map +0 -1
- package/lib/core-react/contextmenu/TildeFinder.js.map +0 -1
- package/lib/core-react/dialog/Dialog.d.ts.map +0 -1
- package/lib/core-react/dialog/Dialog.js +0 -342
- package/lib/core-react/dialog/Dialog.js.map +0 -1
- package/lib/core-react/dialog/DialogButtonDef.d.ts.map +0 -1
- package/lib/core-react/dialog/DialogButtonDef.js.map +0 -1
- package/lib/core-react/dialog/GlobalDialog.d.ts.map +0 -1
- package/lib/core-react/dialog/GlobalDialog.js +0 -65
- package/lib/core-react/dialog/GlobalDialog.js.map +0 -1
- package/lib/core-react/elementseparator/ElementSeparator.d.ts.map +0 -1
- package/lib/core-react/elementseparator/ElementSeparator.js +0 -161
- package/lib/core-react/elementseparator/ElementSeparator.js.map +0 -1
- package/lib/core-react/enums/Alignment.d.ts.map +0 -1
- package/lib/core-react/enums/Alignment.js.map +0 -1
- package/lib/core-react/enums/CheckBoxState.d.ts.map +0 -1
- package/lib/core-react/enums/CheckBoxState.js.map +0 -1
- package/lib/core-react/enums/Orientation.d.ts.map +0 -1
- package/lib/core-react/enums/Orientation.js.map +0 -1
- package/lib/core-react/enums/SortDirection.d.ts.map +0 -1
- package/lib/core-react/enums/SortDirection.js.map +0 -1
- package/lib/core-react/enums/TimeFormat.d.ts.map +0 -1
- package/lib/core-react/enums/TimeFormat.js.map +0 -1
- package/lib/core-react/expandable/ExpandableBlock.d.ts.map +0 -1
- package/lib/core-react/expandable/ExpandableBlock.js.map +0 -1
- package/lib/core-react/expandable/ExpandableList.d.ts.map +0 -1
- package/lib/core-react/expandable/ExpandableList.js.map +0 -1
- package/lib/core-react/expandable/ExpandableList.scss +0 -12
- package/lib/core-react/focus/ItemKeyboardNavigator.d.ts.map +0 -1
- package/lib/core-react/focus/ItemKeyboardNavigator.js.map +0 -1
- package/lib/core-react/focustrap/FocusTrap.d.ts.map +0 -1
- package/lib/core-react/focustrap/FocusTrap.js.map +0 -1
- package/lib/core-react/form/Field.d.ts.map +0 -1
- package/lib/core-react/form/Field.js.map +0 -1
- package/lib/core-react/form/Form.d.ts.map +0 -1
- package/lib/core-react/form/Form.js +0 -131
- package/lib/core-react/form/Form.js.map +0 -1
- package/lib/core-react/hocs/withIsPressed.d.ts.map +0 -1
- package/lib/core-react/hocs/withIsPressed.js +0 -58
- package/lib/core-react/hocs/withIsPressed.js.map +0 -1
- package/lib/core-react/hocs/withOnOutsideClick.d.ts.map +0 -1
- package/lib/core-react/hocs/withOnOutsideClick.js +0 -124
- package/lib/core-react/hocs/withOnOutsideClick.js.map +0 -1
- package/lib/core-react/hocs/withTimeout.d.ts.map +0 -1
- package/lib/core-react/hocs/withTimeout.js +0 -58
- package/lib/core-react/hocs/withTimeout.js.map +0 -1
- package/lib/core-react/icons/IconComponent.d.ts.map +0 -1
- package/lib/core-react/icons/IconComponent.js.map +0 -1
- package/lib/core-react/icons/SvgPath.d.ts.map +0 -1
- package/lib/core-react/icons/SvgPath.js.map +0 -1
- package/lib/core-react/icons/SvgSprite.d.ts.map +0 -1
- package/lib/core-react/icons/SvgSprite.js.map +0 -1
- package/lib/core-react/icons/WebFontIcon.d.ts.map +0 -1
- package/lib/core-react/icons/WebFontIcon.js.map +0 -1
- package/lib/core-react/imagecheckbox/ImageCheckBox.d.ts.map +0 -1
- package/lib/core-react/imagecheckbox/ImageCheckBox.js.map +0 -1
- package/lib/core-react/inputs/Input.d.ts.map +0 -1
- package/lib/core-react/inputs/Input.js +0 -58
- package/lib/core-react/inputs/Input.js.map +0 -1
- package/lib/core-react/inputs/InputLabel.d.ts.map +0 -1
- package/lib/core-react/inputs/InputLabel.js.map +0 -1
- package/lib/core-react/inputs/InputStatus.d.ts.map +0 -1
- package/lib/core-react/inputs/InputStatus.js.map +0 -1
- package/lib/core-react/inputs/LabeledComponentProps.d.ts.map +0 -1
- package/lib/core-react/inputs/LabeledComponentProps.js.map +0 -1
- package/lib/core-react/inputs/LabeledInput.d.ts.map +0 -1
- package/lib/core-react/inputs/LabeledInput.js +0 -45
- package/lib/core-react/inputs/LabeledInput.js.map +0 -1
- package/lib/core-react/inputs/LabeledTextarea.d.ts.map +0 -1
- package/lib/core-react/inputs/LabeledTextarea.js +0 -43
- package/lib/core-react/inputs/LabeledTextarea.js.map +0 -1
- package/lib/core-react/inputs/Textarea.d.ts.map +0 -1
- package/lib/core-react/inputs/Textarea.js +0 -47
- package/lib/core-react/inputs/Textarea.js.map +0 -1
- package/lib/core-react/inputs/iconinput/IconInput.d.ts.map +0 -1
- package/lib/core-react/inputs/iconinput/IconInput.js +0 -41
- package/lib/core-react/inputs/iconinput/IconInput.js.map +0 -1
- package/lib/core-react/inputs/numberinput/NumberInput.d.ts.map +0 -1
- package/lib/core-react/inputs/numberinput/NumberInput.js +0 -159
- package/lib/core-react/inputs/numberinput/NumberInput.js.map +0 -1
- package/lib/core-react/listbox/Listbox.d.ts.map +0 -1
- package/lib/core-react/listbox/Listbox.js +0 -234
- package/lib/core-react/listbox/Listbox.js.map +0 -1
- package/lib/core-react/listbox/Listbox.scss +0 -54
- package/lib/core-react/loading/LoadingBar.d.ts.map +0 -1
- package/lib/core-react/loading/LoadingBar.js.map +0 -1
- package/lib/core-react/loading/LoadingPrompt.d.ts.map +0 -1
- package/lib/core-react/loading/LoadingPrompt.js.map +0 -1
- package/lib/core-react/loading/LoadingSpinner.d.ts.map +0 -1
- package/lib/core-react/loading/LoadingSpinner.js +0 -57
- package/lib/core-react/loading/LoadingSpinner.js.map +0 -1
- package/lib/core-react/loading/LoadingStatus.d.ts.map +0 -1
- package/lib/core-react/loading/LoadingStatus.js.map +0 -1
- package/lib/core-react/loading/Spinner.d.ts.map +0 -1
- package/lib/core-react/loading/Spinner.js.map +0 -1
- package/lib/core-react/messagebox/MessageBox.d.ts.map +0 -1
- package/lib/core-react/messagebox/MessageBox.js.map +0 -1
- package/lib/core-react/messagebox/MessageSeverity.d.ts.map +0 -1
- package/lib/core-react/messagebox/MessageSeverity.js.map +0 -1
- package/lib/core-react/notification/MessageRenderer.d.ts.map +0 -1
- package/lib/core-react/notification/MessageRenderer.js.map +0 -1
- package/lib/core-react/notification/MessageType.d.ts.map +0 -1
- package/lib/core-react/notification/MessageType.js.map +0 -1
- package/lib/core-react/popup/Popup.d.ts.map +0 -1
- package/lib/core-react/popup/Popup.js +0 -397
- package/lib/core-react/popup/Popup.js.map +0 -1
- package/lib/core-react/progress-indicators/ProgressBar.d.ts.map +0 -1
- package/lib/core-react/progress-indicators/ProgressBar.js +0 -45
- package/lib/core-react/progress-indicators/ProgressBar.js.map +0 -1
- package/lib/core-react/progress-indicators/ProgressSpinner.d.ts.map +0 -1
- package/lib/core-react/progress-indicators/ProgressSpinner.js +0 -74
- package/lib/core-react/progress-indicators/ProgressSpinner.js.map +0 -1
- package/lib/core-react/radialmenu/Annulus.d.ts.map +0 -1
- package/lib/core-react/radialmenu/Annulus.js.map +0 -1
- package/lib/core-react/radialmenu/RadialMenu.d.ts.map +0 -1
- package/lib/core-react/radialmenu/RadialMenu.js +0 -180
- package/lib/core-react/radialmenu/RadialMenu.js.map +0 -1
- package/lib/core-react/radio/Radio.d.ts.map +0 -1
- package/lib/core-react/radio/Radio.js +0 -39
- package/lib/core-react/radio/Radio.js.map +0 -1
- package/lib/core-react/searchbox/SearchBox.d.ts.map +0 -1
- package/lib/core-react/searchbox/SearchBox.js.map +0 -1
- package/lib/core-react/select/LabeledSelect.d.ts.map +0 -1
- package/lib/core-react/select/LabeledSelect.js +0 -45
- package/lib/core-react/select/LabeledSelect.js.map +0 -1
- package/lib/core-react/select/LabeledThemedSelect.d.ts.map +0 -1
- package/lib/core-react/select/LabeledThemedSelect.js +0 -42
- package/lib/core-react/select/LabeledThemedSelect.js.map +0 -1
- package/lib/core-react/select/Select.d.ts.map +0 -1
- package/lib/core-react/select/Select.js +0 -71
- package/lib/core-react/select/Select.js.map +0 -1
- package/lib/core-react/select/ThemedSelect.d.ts.map +0 -1
- package/lib/core-react/select/ThemedSelect.js +0 -65
- package/lib/core-react/select/ThemedSelect.js.map +0 -1
- package/lib/core-react/select/modalHelper.d.ts.map +0 -1
- package/lib/core-react/select/modalHelper.js.map +0 -1
- package/lib/core-react/settings/SettingsContainer.d.ts.map +0 -1
- package/lib/core-react/settings/SettingsContainer.js.map +0 -1
- package/lib/core-react/settings/SettingsManager.d.ts.map +0 -1
- package/lib/core-react/settings/SettingsManager.js.map +0 -1
- package/lib/core-react/slider/Slider.d.ts.map +0 -1
- package/lib/core-react/slider/Slider.js.map +0 -1
- package/lib/core-react/splitbutton/SplitButton.d.ts.map +0 -1
- package/lib/core-react/splitbutton/SplitButton.js.map +0 -1
- package/lib/core-react/tabs/HorizontalTabs.d.ts.map +0 -1
- package/lib/core-react/tabs/HorizontalTabs.js +0 -22
- package/lib/core-react/tabs/HorizontalTabs.js.map +0 -1
- package/lib/core-react/tabs/Tabs.d.ts.map +0 -1
- package/lib/core-react/tabs/Tabs.js.map +0 -1
- package/lib/core-react/tabs/VerticalTabs.d.ts.map +0 -1
- package/lib/core-react/tabs/VerticalTabs.js +0 -21
- package/lib/core-react/tabs/VerticalTabs.js.map +0 -1
- package/lib/core-react/text/BlockText.d.ts.map +0 -1
- package/lib/core-react/text/BlockText.js +0 -20
- package/lib/core-react/text/BlockText.js.map +0 -1
- package/lib/core-react/text/BodyText.d.ts.map +0 -1
- package/lib/core-react/text/BodyText.js +0 -20
- package/lib/core-react/text/BodyText.js.map +0 -1
- package/lib/core-react/text/DisabledText.d.ts.map +0 -1
- package/lib/core-react/text/DisabledText.js +0 -20
- package/lib/core-react/text/DisabledText.js.map +0 -1
- package/lib/core-react/text/FilteredText.d.ts.map +0 -1
- package/lib/core-react/text/FilteredText.js +0 -52
- package/lib/core-react/text/FilteredText.js.map +0 -1
- package/lib/core-react/text/Headline.d.ts.map +0 -1
- package/lib/core-react/text/Headline.js +0 -21
- package/lib/core-react/text/Headline.js.map +0 -1
- package/lib/core-react/text/LeadingText.d.ts.map +0 -1
- package/lib/core-react/text/LeadingText.js +0 -21
- package/lib/core-react/text/LeadingText.js.map +0 -1
- package/lib/core-react/text/LeadingText2.d.ts.map +0 -1
- package/lib/core-react/text/LeadingText2.js +0 -21
- package/lib/core-react/text/LeadingText2.js.map +0 -1
- package/lib/core-react/text/MutedText.d.ts.map +0 -1
- package/lib/core-react/text/MutedText.js +0 -20
- package/lib/core-react/text/MutedText.js.map +0 -1
- package/lib/core-react/text/SmallText.d.ts.map +0 -1
- package/lib/core-react/text/SmallText.js +0 -21
- package/lib/core-react/text/SmallText.js.map +0 -1
- package/lib/core-react/text/StyledText.d.ts.map +0 -1
- package/lib/core-react/text/StyledText.js +0 -32
- package/lib/core-react/text/StyledText.js.map +0 -1
- package/lib/core-react/text/Subheading.d.ts.map +0 -1
- package/lib/core-react/text/Subheading.js +0 -21
- package/lib/core-react/text/Subheading.js.map +0 -1
- package/lib/core-react/text/Subheading2.d.ts.map +0 -1
- package/lib/core-react/text/Subheading2.js +0 -21
- package/lib/core-react/text/Subheading2.js.map +0 -1
- package/lib/core-react/text/TextProps.d.ts.map +0 -1
- package/lib/core-react/text/TextProps.js.map +0 -1
- package/lib/core-react/text/Title.d.ts.map +0 -1
- package/lib/core-react/text/Title.js +0 -21
- package/lib/core-react/text/Title.js.map +0 -1
- package/lib/core-react/text/Title2.d.ts.map +0 -1
- package/lib/core-react/text/Title2.js +0 -21
- package/lib/core-react/text/Title2.js.map +0 -1
- package/lib/core-react/tiles/FeaturedTile.d.ts.map +0 -1
- package/lib/core-react/tiles/FeaturedTile.js +0 -21
- package/lib/core-react/tiles/FeaturedTile.js.map +0 -1
- package/lib/core-react/tiles/MinimalFeaturedTile.d.ts.map +0 -1
- package/lib/core-react/tiles/MinimalFeaturedTile.js +0 -21
- package/lib/core-react/tiles/MinimalFeaturedTile.js.map +0 -1
- package/lib/core-react/tiles/MinimalTile.d.ts.map +0 -1
- package/lib/core-react/tiles/MinimalTile.js +0 -21
- package/lib/core-react/tiles/MinimalTile.js.map +0 -1
- package/lib/core-react/tiles/Tile.d.ts.map +0 -1
- package/lib/core-react/tiles/Tile.js.map +0 -1
- package/lib/core-react/toggle/LabeledToggle.d.ts.map +0 -1
- package/lib/core-react/toggle/LabeledToggle.js +0 -40
- package/lib/core-react/toggle/LabeledToggle.js.map +0 -1
- package/lib/core-react/toggle/Toggle.d.ts.map +0 -1
- package/lib/core-react/toggle/Toggle.js +0 -105
- package/lib/core-react/toggle/Toggle.js.map +0 -1
- package/lib/core-react/tooltip/Tooltip.d.ts.map +0 -1
- package/lib/core-react/tooltip/Tooltip.js.map +0 -1
- package/lib/core-react/tree/Branch.d.ts.map +0 -1
- package/lib/core-react/tree/Branch.js.map +0 -1
- package/lib/core-react/tree/ExpansionToggle.d.ts.map +0 -1
- package/lib/core-react/tree/ExpansionToggle.js.map +0 -1
- package/lib/core-react/tree/Node.d.ts.map +0 -1
- package/lib/core-react/tree/Node.js +0 -91
- package/lib/core-react/tree/Node.js.map +0 -1
- package/lib/core-react/tree/Placeholder.d.ts.map +0 -1
- package/lib/core-react/tree/Placeholder.js +0 -32
- package/lib/core-react/tree/Placeholder.js.map +0 -1
- package/lib/core-react/tree/Tree.d.ts.map +0 -1
- package/lib/core-react/tree/Tree.js.map +0 -1
- package/lib/core-react/uisettings/LocalSettingsStorage.d.ts.map +0 -1
- package/lib/core-react/uisettings/LocalSettingsStorage.js.map +0 -1
- package/lib/core-react/uisettings/SessionSettingsStorage.d.ts.map +0 -1
- package/lib/core-react/uisettings/SessionSettingsStorage.js.map +0 -1
- package/lib/core-react/uisettings/UiSetting.d.ts.map +0 -1
- package/lib/core-react/uisettings/UiSetting.js.map +0 -1
- package/lib/core-react/uisettings/UiSettingsStorage.d.ts.map +0 -1
- package/lib/core-react/uisettings/UiSettingsStorage.js.map +0 -1
- package/lib/core-react/utils/IconHelper.d.ts.map +0 -1
- package/lib/core-react/utils/IconHelper.js.map +0 -1
- package/lib/core-react/utils/Point.d.ts.map +0 -1
- package/lib/core-react/utils/Point.js.map +0 -1
- package/lib/core-react/utils/PointProps.d.ts.map +0 -1
- package/lib/core-react/utils/PointProps.js.map +0 -1
- package/lib/core-react/utils/Props.d.ts.map +0 -1
- package/lib/core-react/utils/Props.js.map +0 -1
- package/lib/core-react/utils/Rectangle.d.ts.map +0 -1
- package/lib/core-react/utils/Rectangle.js.map +0 -1
- package/lib/core-react/utils/ScrollPositionMaintainer.d.ts.map +0 -1
- package/lib/core-react/utils/ScrollPositionMaintainer.js.map +0 -1
- package/lib/core-react/utils/Size.d.ts.map +0 -1
- package/lib/core-react/utils/Size.js.map +0 -1
- package/lib/core-react/utils/Timer.d.ts.map +0 -1
- package/lib/core-react/utils/Timer.js.map +0 -1
- package/lib/core-react/utils/UiEvent.d.ts.map +0 -1
- package/lib/core-react/utils/UiEvent.js.map +0 -1
- package/lib/core-react/utils/UiGeometry.d.ts.map +0 -1
- package/lib/core-react/utils/UiGeometry.js.map +0 -1
- package/lib/core-react/utils/flattenChildren.d.ts.map +0 -1
- package/lib/core-react/utils/flattenChildren.js.map +0 -1
- package/lib/core-react/utils/getBestBWContrastColor.d.ts.map +0 -1
- package/lib/core-react/utils/getBestBWContrastColor.js.map +0 -1
- package/lib/core-react/utils/getCssVariable.d.ts.map +0 -1
- package/lib/core-react/utils/getCssVariable.js.map +0 -1
- package/lib/core-react/utils/getDisplayName.d.ts.map +0 -1
- package/lib/core-react/utils/getDisplayName.js.map +0 -1
- package/lib/core-react/utils/getUserColor.d.ts.map +0 -1
- package/lib/core-react/utils/getUserColor.js.map +0 -1
- package/lib/core-react/utils/hooks/ResizeObserverPolyfill.d.ts.map +0 -1
- package/lib/core-react/utils/hooks/ResizeObserverPolyfill.js.map +0 -1
- package/lib/core-react/utils/hooks/useDisposable.d.ts.map +0 -1
- package/lib/core-react/utils/hooks/useDisposable.js.map +0 -1
- package/lib/core-react/utils/hooks/useEffectSkipFirst.d.ts.map +0 -1
- package/lib/core-react/utils/hooks/useEffectSkipFirst.js.map +0 -1
- package/lib/core-react/utils/hooks/useEventListener.d.ts.map +0 -1
- package/lib/core-react/utils/hooks/useEventListener.js.map +0 -1
- package/lib/core-react/utils/hooks/useLifecycleLogging.d.ts.map +0 -1
- package/lib/core-react/utils/hooks/useLifecycleLogging.js.map +0 -1
- package/lib/core-react/utils/hooks/useOnOutsideClick.d.ts.map +0 -1
- package/lib/core-react/utils/hooks/useOnOutsideClick.js.map +0 -1
- package/lib/core-react/utils/hooks/useProximityToMouse.d.ts.map +0 -1
- package/lib/core-react/utils/hooks/useProximityToMouse.js.map +0 -1
- package/lib/core-react/utils/hooks/useRefEffect.d.ts.map +0 -1
- package/lib/core-react/utils/hooks/useRefEffect.js.map +0 -1
- package/lib/core-react/utils/hooks/useRefState.d.ts.map +0 -1
- package/lib/core-react/utils/hooks/useRefState.js.map +0 -1
- package/lib/core-react/utils/hooks/useRefs.d.ts.map +0 -1
- package/lib/core-react/utils/hooks/useRefs.js.map +0 -1
- package/lib/core-react/utils/hooks/useResizeObserver.d.ts.map +0 -1
- package/lib/core-react/utils/hooks/useResizeObserver.js.map +0 -1
- package/lib/core-react/utils/hooks/useTargeted.d.ts.map +0 -1
- package/lib/core-react/utils/hooks/useTargeted.js.map +0 -1
- package/lib/core-react/utils/hooks/useThrottledFn.d.ts.map +0 -1
- package/lib/core-react/utils/hooks/useThrottledFn.js.map +0 -1
- package/lib/core-react/utils/hooks/useWidgetOpacityContext.d.ts.map +0 -1
- package/lib/core-react/utils/hooks/useWidgetOpacityContext.js.map +0 -1
- package/lib/core-react/utils/isPromiseLike.d.ts.map +0 -1
- package/lib/core-react/utils/isPromiseLike.js.map +0 -1
- package/lib/core-react/utils/shallowDiffers.d.ts.map +0 -1
- package/lib/core-react/utils/shallowDiffers.js.map +0 -1
- package/lib/core-react/utils/typeUtils.d.ts.map +0 -1
- package/lib/core-react/utils/typeUtils.js.map +0 -1
- package/lib/core-react.d.ts.map +0 -1
- package/lib/core-react.js.map +0 -1
|
@@ -0,0 +1,267 @@
|
|
|
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
|
+
/** @packageDocumentation
|
|
6
|
+
* @module Utilities
|
|
7
|
+
*/
|
|
8
|
+
import { Point } from "./Point";
|
|
9
|
+
import { Size } from "./Size";
|
|
10
|
+
import { UiGeometry } from "./UiGeometry";
|
|
11
|
+
/** Available corners of [[Rectangle]].
|
|
12
|
+
* @internal
|
|
13
|
+
*/
|
|
14
|
+
export var Corner;
|
|
15
|
+
(function (Corner) {
|
|
16
|
+
Corner[Corner["TopLeft"] = 0] = "TopLeft";
|
|
17
|
+
Corner[Corner["TopRight"] = 1] = "TopRight";
|
|
18
|
+
Corner[Corner["BottomRight"] = 2] = "BottomRight";
|
|
19
|
+
Corner[Corner["BottomLeft"] = 3] = "BottomLeft";
|
|
20
|
+
})(Corner || (Corner = {}));
|
|
21
|
+
/** Describes and provides methods to work with 2d bounds.
|
|
22
|
+
* @internal
|
|
23
|
+
*/
|
|
24
|
+
export class Rectangle {
|
|
25
|
+
/** Creates rectangle with specified bounds. */
|
|
26
|
+
constructor(left = 0, top = 0, right = 0, bottom = 0) {
|
|
27
|
+
this.left = left;
|
|
28
|
+
this.top = top;
|
|
29
|
+
this.right = right;
|
|
30
|
+
this.bottom = bottom;
|
|
31
|
+
}
|
|
32
|
+
/** Creates rectangle from [[RectangleProps]]. */
|
|
33
|
+
static create(props) {
|
|
34
|
+
return new Rectangle(props.left, props.top, props.right, props.bottom);
|
|
35
|
+
}
|
|
36
|
+
/** Creates rectangle from [[SizeProps]]. */
|
|
37
|
+
static createFromSize(size) {
|
|
38
|
+
return new Rectangle(0, 0, size.width, size.height);
|
|
39
|
+
}
|
|
40
|
+
/** Create a rectangle with 2 pairs of xy candidates. Theses are compared and shuffled as needed for the rectangle. */
|
|
41
|
+
static createXYXY(xA, yA, xB, yB) {
|
|
42
|
+
return new Rectangle(Math.min(xA, xB), Math.min(yA, yB), Math.max(xA, xB), Math.max(yA, yB));
|
|
43
|
+
}
|
|
44
|
+
/** @returns Size of this rectangle. */
|
|
45
|
+
getSize() {
|
|
46
|
+
const width = this.getWidth();
|
|
47
|
+
const height = this.getHeight();
|
|
48
|
+
return new Size(width, height);
|
|
49
|
+
}
|
|
50
|
+
/** @returns Width of this rectangle. */
|
|
51
|
+
getWidth() {
|
|
52
|
+
return this.right - this.left;
|
|
53
|
+
}
|
|
54
|
+
/** @returns Height of this rectangle. */
|
|
55
|
+
getHeight() {
|
|
56
|
+
return this.bottom - this.top;
|
|
57
|
+
}
|
|
58
|
+
/** @returns Position of specified corner. */
|
|
59
|
+
getCorner(corner) {
|
|
60
|
+
switch (corner) {
|
|
61
|
+
case Corner.TopLeft: {
|
|
62
|
+
return this.topLeft();
|
|
63
|
+
}
|
|
64
|
+
case Corner.TopRight: {
|
|
65
|
+
return new Point(this.right, this.top);
|
|
66
|
+
}
|
|
67
|
+
case Corner.BottomLeft: {
|
|
68
|
+
return new Point(this.left, this.bottom);
|
|
69
|
+
}
|
|
70
|
+
case Corner.BottomRight: {
|
|
71
|
+
return new Point(this.right, this.bottom);
|
|
72
|
+
}
|
|
73
|
+
}
|
|
74
|
+
}
|
|
75
|
+
/**
|
|
76
|
+
* Inset the bounds of this rectangle.
|
|
77
|
+
* @note Negative arguments will increase the size of rectangle.
|
|
78
|
+
* @returns New [[Rectangle]] with modified bounds.
|
|
79
|
+
*/
|
|
80
|
+
inset(left, top, right, bottom) {
|
|
81
|
+
return new Rectangle(this.left + left, this.top + top, this.right - right, this.bottom - bottom);
|
|
82
|
+
}
|
|
83
|
+
/**
|
|
84
|
+
* Offsets the rectangle along the X and Y axes.
|
|
85
|
+
* @returns New [[Rectangle]] with modified position.
|
|
86
|
+
*/
|
|
87
|
+
offset(offset) {
|
|
88
|
+
return new Rectangle(this.left + offset.x, this.top + offset.y, this.right + offset.x, this.bottom + offset.y);
|
|
89
|
+
}
|
|
90
|
+
/**
|
|
91
|
+
* Offsets the rectangle along the X axis.
|
|
92
|
+
* @returns New [[Rectangle]] with modified position along X axis.
|
|
93
|
+
*/
|
|
94
|
+
offsetX(offset) {
|
|
95
|
+
return new Rectangle(this.left + offset, this.top, this.right + offset, this.bottom);
|
|
96
|
+
}
|
|
97
|
+
/**
|
|
98
|
+
* Offsets the rectangle along the Y axis.
|
|
99
|
+
* @returns New [[Rectangle]] with modified position along Y axis.
|
|
100
|
+
*/
|
|
101
|
+
offsetY(offset) {
|
|
102
|
+
return new Rectangle(this.left, this.top + offset, this.right, this.bottom + offset);
|
|
103
|
+
}
|
|
104
|
+
/**
|
|
105
|
+
* Moves the top left corner of rectangle to specified point.
|
|
106
|
+
* @returns New [[Rectangle]] with modified position.
|
|
107
|
+
*/
|
|
108
|
+
setPosition(position) {
|
|
109
|
+
return new Rectangle(position.x, position.y, position.x + this.getWidth(), position.y + this.getHeight());
|
|
110
|
+
}
|
|
111
|
+
/**
|
|
112
|
+
* Sets the height of the rectangle.
|
|
113
|
+
* @note Only [[Edge.Bottom]] is subject to change.
|
|
114
|
+
* @returns New [[Rectangle]] with modified height.
|
|
115
|
+
*/
|
|
116
|
+
setHeight(height) {
|
|
117
|
+
return new Rectangle(this.left, this.top, this.right, this.top + height);
|
|
118
|
+
}
|
|
119
|
+
/**
|
|
120
|
+
* Sets the width of the rectangle.
|
|
121
|
+
* @note Only [[Edge.Right]] is subject to change.
|
|
122
|
+
* @returns New [[Rectangle]] with modified width.
|
|
123
|
+
*/
|
|
124
|
+
setWidth(width) {
|
|
125
|
+
return new Rectangle(this.left, this.top, this.left + width, this.bottom);
|
|
126
|
+
}
|
|
127
|
+
/**
|
|
128
|
+
* Sets the height and width of the rectangle.
|
|
129
|
+
* @note Only [[Edge.Bottom]] and [[Edge.Right]] are subjects to change.
|
|
130
|
+
* @returns New [[Rectangle]] with modified height.
|
|
131
|
+
*/
|
|
132
|
+
setSize(size) {
|
|
133
|
+
return new Rectangle(this.left, this.top, this.left + size.width, this.top + size.height);
|
|
134
|
+
}
|
|
135
|
+
/** Checks if bounds of two rectangles match. */
|
|
136
|
+
equals(other) {
|
|
137
|
+
if (this.left === other.left &&
|
|
138
|
+
this.top === other.top &&
|
|
139
|
+
this.right === other.right &&
|
|
140
|
+
this.bottom === other.bottom)
|
|
141
|
+
return true;
|
|
142
|
+
return false;
|
|
143
|
+
}
|
|
144
|
+
/**
|
|
145
|
+
* Checks if point is within bounds of the rectangle.
|
|
146
|
+
* @note Inclusive.
|
|
147
|
+
*/
|
|
148
|
+
containsPoint(point) {
|
|
149
|
+
return point.x >= this.left && point.x <= this.right && point.y >= this.top && point.y <= this.bottom;
|
|
150
|
+
}
|
|
151
|
+
/**
|
|
152
|
+
* Checks if a point given as x,y is within the rectangle.
|
|
153
|
+
* @note Inclusive.
|
|
154
|
+
*/
|
|
155
|
+
containsXY(x, y) {
|
|
156
|
+
return this.containsPoint({ x, y });
|
|
157
|
+
}
|
|
158
|
+
/**
|
|
159
|
+
* @returns true if this rectangle contains other rectangle.
|
|
160
|
+
* @note Inclusive.
|
|
161
|
+
*/
|
|
162
|
+
contains(other) {
|
|
163
|
+
return other.left >= this.left && other.right <= this.right && other.top >= this.top && other.bottom <= this.bottom;
|
|
164
|
+
}
|
|
165
|
+
/** @returns New [[Rectangle]] which is contained in other rectangle. */
|
|
166
|
+
containIn(other) {
|
|
167
|
+
let contained = this.containVerticallyIn(other);
|
|
168
|
+
contained = contained.containHorizontallyIn(other);
|
|
169
|
+
return contained;
|
|
170
|
+
}
|
|
171
|
+
/** @returns New [[Rectangle]] which is vertically contained in other rectangle. */
|
|
172
|
+
containVerticallyIn(other) {
|
|
173
|
+
const contained = this.offsetY(Math.min(other.bottom - this.bottom, 0));
|
|
174
|
+
return contained.offsetY(Math.max(other.top - contained.top, 0));
|
|
175
|
+
}
|
|
176
|
+
/** @returns New [[Rectangle]] which is horizontally contained in other rectangle. */
|
|
177
|
+
containHorizontallyIn(other) {
|
|
178
|
+
const contained = this.offsetX(Math.min(other.right - this.right, 0));
|
|
179
|
+
return contained.offsetX(Math.max(other.left - contained.left, 0));
|
|
180
|
+
}
|
|
181
|
+
/** @returns [[Corner.TopLeft]] position of this rectangle. */
|
|
182
|
+
topLeft() {
|
|
183
|
+
return new Point(this.left, this.top);
|
|
184
|
+
}
|
|
185
|
+
/** @returns Center point position of this rectangle. */
|
|
186
|
+
center() {
|
|
187
|
+
const x = this.left + (this.right - this.left) / 2;
|
|
188
|
+
const y = this.top + (this.bottom - this.top) / 2;
|
|
189
|
+
return new Point(x, y);
|
|
190
|
+
}
|
|
191
|
+
/** @returns true if this rectangle intersects other rectangle. */
|
|
192
|
+
intersects(other) {
|
|
193
|
+
return this.left < other.right && this.right > other.left &&
|
|
194
|
+
this.top < other.bottom && this.bottom > other.top;
|
|
195
|
+
}
|
|
196
|
+
/**
|
|
197
|
+
* Merges outer edges of this and other rectangles.
|
|
198
|
+
* @returns New [[Rectangle]] with merged bounds.
|
|
199
|
+
*/
|
|
200
|
+
outerMergeWith(other) {
|
|
201
|
+
const left = Math.min(this.left, other.left);
|
|
202
|
+
const top = Math.min(this.top, other.top);
|
|
203
|
+
const right = Math.max(this.right, other.right);
|
|
204
|
+
const bottom = Math.max(this.bottom, other.bottom);
|
|
205
|
+
return new Rectangle(left, top, right, bottom);
|
|
206
|
+
}
|
|
207
|
+
/**
|
|
208
|
+
* Vertically divides this rectangle into specified number of equal height segments.
|
|
209
|
+
* @returns Vertical rectangle segment.
|
|
210
|
+
*/
|
|
211
|
+
getVerticalSegmentBounds(segmentId, numberOfSegments) {
|
|
212
|
+
const segmentHeight = this.getHeight() / numberOfSegments;
|
|
213
|
+
const top = segmentId * segmentHeight;
|
|
214
|
+
return this.inset(0, top, 0, 0).setHeight(segmentHeight);
|
|
215
|
+
}
|
|
216
|
+
/**
|
|
217
|
+
* Horizontally divides this rectangle into specified number of equal width segments.
|
|
218
|
+
* @returns Horizontal rectangle segment.
|
|
219
|
+
*/
|
|
220
|
+
getHorizontalSegmentBounds(segmentId, numberOfSegments) {
|
|
221
|
+
const segmentWidth = this.getWidth() / numberOfSegments;
|
|
222
|
+
const left = segmentId * segmentWidth;
|
|
223
|
+
return this.inset(left, 0, 0, 0).setWidth(segmentWidth);
|
|
224
|
+
}
|
|
225
|
+
/**
|
|
226
|
+
* Calculates the shortest distance between this rectangle and a given point.
|
|
227
|
+
* @returns The shortest distance to a point.
|
|
228
|
+
*/
|
|
229
|
+
getShortestDistanceToPoint(point) {
|
|
230
|
+
let shortestDistance = 0;
|
|
231
|
+
if (point.x < this.left) {
|
|
232
|
+
if (point.y < this.top)
|
|
233
|
+
shortestDistance = UiGeometry.hypotenuseXY(this.left - point.x, this.top - point.y);
|
|
234
|
+
else if (point.y <= this.bottom)
|
|
235
|
+
shortestDistance = this.left - point.x;
|
|
236
|
+
else
|
|
237
|
+
shortestDistance = UiGeometry.hypotenuseXY(this.left - point.x, this.bottom - point.y);
|
|
238
|
+
}
|
|
239
|
+
else if (point.x <= this.right) {
|
|
240
|
+
if (point.y < this.top)
|
|
241
|
+
shortestDistance = this.top - point.y;
|
|
242
|
+
else if (point.y <= this.bottom)
|
|
243
|
+
shortestDistance = 0;
|
|
244
|
+
else
|
|
245
|
+
shortestDistance = point.y - this.bottom;
|
|
246
|
+
}
|
|
247
|
+
else {
|
|
248
|
+
if (point.y < this.top)
|
|
249
|
+
shortestDistance = UiGeometry.hypotenuseXY(this.right - point.x, this.top - point.y);
|
|
250
|
+
else if (point.y <= this.bottom)
|
|
251
|
+
shortestDistance = point.x - this.right;
|
|
252
|
+
else
|
|
253
|
+
shortestDistance = UiGeometry.hypotenuseXY(this.right - point.x, this.bottom - point.y);
|
|
254
|
+
}
|
|
255
|
+
return shortestDistance;
|
|
256
|
+
}
|
|
257
|
+
/** @returns [[RectangleProps]] object for this rectangle. */
|
|
258
|
+
toProps() {
|
|
259
|
+
return {
|
|
260
|
+
bottom: this.bottom,
|
|
261
|
+
left: this.left,
|
|
262
|
+
right: this.right,
|
|
263
|
+
top: this.top,
|
|
264
|
+
};
|
|
265
|
+
}
|
|
266
|
+
}
|
|
267
|
+
//# sourceMappingURL=Rectangle.js.map
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
{"version":3,"file":"Rectangle.js","sourceRoot":"","sources":["../../../../src/core-react/utils/Rectangle.ts"],"names":[],"mappings":"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","sourcesContent":["/*---------------------------------------------------------------------------------------------\n* Copyright (c) Bentley Systems, Incorporated. All rights reserved.\n* See LICENSE.md in the project root for license terms and full copyright notice.\n*--------------------------------------------------------------------------------------------*/\n/** @packageDocumentation\n * @module Utilities\n */\n\nimport { PointProps } from \"@itwin/appui-abstract\";\nimport { Point } from \"./Point\";\nimport { Size, SizeProps } from \"./Size\";\nimport { UiGeometry } from \"./UiGeometry\";\n\n/** Describes 2d bounds.\n * @public\n */\nexport interface RectangleProps {\n readonly left: number;\n readonly top: number;\n readonly right: number;\n readonly bottom: number;\n}\n\n/** Available corners of [[Rectangle]].\n * @internal\n */\nexport enum Corner {\n TopLeft,\n TopRight,\n BottomRight,\n BottomLeft,\n}\n\n/** Describes and provides methods to work with 2d bounds.\n * @internal\n */\nexport class Rectangle implements RectangleProps {\n /** Creates rectangle from [[RectangleProps]]. */\n public static create(props: RectangleProps): Rectangle {\n return new Rectangle(props.left, props.top, props.right, props.bottom);\n }\n\n /** Creates rectangle from [[SizeProps]]. */\n public static createFromSize(size: SizeProps): Rectangle {\n return new Rectangle(0, 0, size.width, size.height);\n }\n\n /** Create a rectangle with 2 pairs of xy candidates. Theses are compared and shuffled as needed for the rectangle. */\n public static createXYXY(xA: number, yA: number, xB: number, yB: number): Rectangle {\n return new Rectangle(\n Math.min(xA, xB), Math.min(yA, yB),\n Math.max(xA, xB), Math.max(yA, yB));\n }\n\n /** Creates rectangle with specified bounds. */\n public constructor(public readonly left = 0, public readonly top = 0, public readonly right = 0, public readonly bottom = 0) {\n }\n\n /** @returns Size of this rectangle. */\n public getSize(): Size {\n const width = this.getWidth();\n const height = this.getHeight();\n return new Size(width, height);\n }\n\n /** @returns Width of this rectangle. */\n public getWidth(): number {\n return this.right - this.left;\n }\n\n /** @returns Height of this rectangle. */\n public getHeight(): number {\n return this.bottom - this.top;\n }\n\n /** @returns Position of specified corner. */\n public getCorner(corner: Corner): Point {\n switch (corner) {\n case Corner.TopLeft: {\n return this.topLeft();\n }\n case Corner.TopRight: {\n return new Point(this.right, this.top);\n }\n case Corner.BottomLeft: {\n return new Point(this.left, this.bottom);\n }\n case Corner.BottomRight: {\n return new Point(this.right, this.bottom);\n }\n }\n }\n\n /**\n * Inset the bounds of this rectangle.\n * @note Negative arguments will increase the size of rectangle.\n * @returns New [[Rectangle]] with modified bounds.\n */\n public inset(left: number, top: number, right: number, bottom: number): Rectangle {\n return new Rectangle(this.left + left, this.top + top, this.right - right, this.bottom - bottom);\n }\n\n /**\n * Offsets the rectangle along the X and Y axes.\n * @returns New [[Rectangle]] with modified position.\n */\n public offset(offset: PointProps): Rectangle {\n return new Rectangle(this.left + offset.x, this.top + offset.y, this.right + offset.x, this.bottom + offset.y);\n }\n\n /**\n * Offsets the rectangle along the X axis.\n * @returns New [[Rectangle]] with modified position along X axis.\n */\n public offsetX(offset: number): Rectangle {\n return new Rectangle(this.left + offset, this.top, this.right + offset, this.bottom);\n }\n\n /**\n * Offsets the rectangle along the Y axis.\n * @returns New [[Rectangle]] with modified position along Y axis.\n */\n public offsetY(offset: number): Rectangle {\n return new Rectangle(this.left, this.top + offset, this.right, this.bottom + offset);\n }\n\n /**\n * Moves the top left corner of rectangle to specified point.\n * @returns New [[Rectangle]] with modified position.\n */\n public setPosition(position: PointProps): Rectangle {\n return new Rectangle(position.x, position.y, position.x + this.getWidth(), position.y + this.getHeight());\n }\n\n /**\n * Sets the height of the rectangle.\n * @note Only [[Edge.Bottom]] is subject to change.\n * @returns New [[Rectangle]] with modified height.\n */\n public setHeight(height: number): Rectangle {\n return new Rectangle(this.left, this.top, this.right, this.top + height);\n }\n\n /**\n * Sets the width of the rectangle.\n * @note Only [[Edge.Right]] is subject to change.\n * @returns New [[Rectangle]] with modified width.\n */\n public setWidth(width: number): Rectangle {\n return new Rectangle(this.left, this.top, this.left + width, this.bottom);\n }\n\n /**\n * Sets the height and width of the rectangle.\n * @note Only [[Edge.Bottom]] and [[Edge.Right]] are subjects to change.\n * @returns New [[Rectangle]] with modified height.\n */\n public setSize(size: SizeProps): Rectangle {\n return new Rectangle(this.left, this.top, this.left + size.width, this.top + size.height);\n }\n\n /** Checks if bounds of two rectangles match. */\n public equals(other: RectangleProps): boolean {\n if (this.left === other.left &&\n this.top === other.top &&\n this.right === other.right &&\n this.bottom === other.bottom)\n return true;\n\n return false;\n }\n\n /**\n * Checks if point is within bounds of the rectangle.\n * @note Inclusive.\n */\n public containsPoint(point: PointProps): boolean {\n return point.x >= this.left && point.x <= this.right && point.y >= this.top && point.y <= this.bottom;\n }\n\n /**\n * Checks if a point given as x,y is within the rectangle.\n * @note Inclusive.\n */\n public containsXY(x: number, y: number): boolean {\n return this.containsPoint({x, y});\n }\n\n /**\n * @returns true if this rectangle contains other rectangle.\n * @note Inclusive.\n */\n public contains(other: RectangleProps): boolean {\n return other.left >= this.left && other.right <= this.right && other.top >= this.top && other.bottom <= this.bottom;\n }\n\n /** @returns New [[Rectangle]] which is contained in other rectangle. */\n public containIn(other: RectangleProps): Rectangle {\n let contained: Rectangle = this.containVerticallyIn(other);\n contained = contained.containHorizontallyIn(other);\n return contained;\n }\n\n /** @returns New [[Rectangle]] which is vertically contained in other rectangle. */\n public containVerticallyIn(other: RectangleProps): Rectangle {\n const contained = this.offsetY(Math.min(other.bottom - this.bottom, 0));\n return contained.offsetY(Math.max(other.top - contained.top, 0));\n }\n\n /** @returns New [[Rectangle]] which is horizontally contained in other rectangle. */\n public containHorizontallyIn(other: RectangleProps): Rectangle {\n const contained = this.offsetX(Math.min(other.right - this.right, 0));\n return contained.offsetX(Math.max(other.left - contained.left, 0));\n }\n\n /** @returns [[Corner.TopLeft]] position of this rectangle. */\n public topLeft(): Point {\n return new Point(this.left, this.top);\n }\n\n /** @returns Center point position of this rectangle. */\n public center(): Point {\n const x = this.left + (this.right - this.left) / 2;\n const y = this.top + (this.bottom - this.top) / 2;\n return new Point(x, y);\n }\n\n /** @returns true if this rectangle intersects other rectangle. */\n public intersects(other: RectangleProps): boolean {\n return this.left < other.right && this.right > other.left &&\n this.top < other.bottom && this.bottom > other.top;\n }\n\n /**\n * Merges outer edges of this and other rectangles.\n * @returns New [[Rectangle]] with merged bounds.\n */\n public outerMergeWith(other: RectangleProps): Rectangle {\n const left = Math.min(this.left, other.left);\n const top = Math.min(this.top, other.top);\n const right = Math.max(this.right, other.right);\n const bottom = Math.max(this.bottom, other.bottom);\n return new Rectangle(left, top, right, bottom);\n }\n\n /**\n * Vertically divides this rectangle into specified number of equal height segments.\n * @returns Vertical rectangle segment.\n */\n public getVerticalSegmentBounds(segmentId: number, numberOfSegments: number): Rectangle {\n const segmentHeight = this.getHeight() / numberOfSegments;\n\n const top = segmentId * segmentHeight;\n return this.inset(0, top, 0, 0).setHeight(segmentHeight);\n }\n\n /**\n * Horizontally divides this rectangle into specified number of equal width segments.\n * @returns Horizontal rectangle segment.\n */\n public getHorizontalSegmentBounds(segmentId: number, numberOfSegments: number): Rectangle {\n const segmentWidth = this.getWidth() / numberOfSegments;\n\n const left = segmentId * segmentWidth;\n return this.inset(left, 0, 0, 0).setWidth(segmentWidth);\n }\n\n /**\n * Calculates the shortest distance between this rectangle and a given point.\n * @returns The shortest distance to a point.\n */\n public getShortestDistanceToPoint(point: PointProps): number {\n let shortestDistance = 0;\n\n if (point.x < this.left) {\n if (point.y < this.top)\n shortestDistance = UiGeometry.hypotenuseXY(this.left - point.x, this.top - point.y);\n else if (point.y <= this.bottom)\n shortestDistance = this.left - point.x;\n else\n shortestDistance = UiGeometry.hypotenuseXY(this.left - point.x, this.bottom - point.y);\n } else if (point.x <= this.right) {\n if (point.y < this.top)\n shortestDistance = this.top - point.y;\n else if (point.y <= this.bottom)\n shortestDistance = 0;\n else\n shortestDistance = point.y - this.bottom;\n } else {\n if (point.y < this.top)\n shortestDistance = UiGeometry.hypotenuseXY(this.right - point.x, this.top - point.y);\n else if (point.y <= this.bottom)\n shortestDistance = point.x - this.right;\n else\n shortestDistance = UiGeometry.hypotenuseXY(this.right - point.x, this.bottom - point.y);\n }\n\n return shortestDistance;\n }\n\n /** @returns [[RectangleProps]] object for this rectangle. */\n public toProps(): RectangleProps {\n return {\n bottom: this.bottom,\n left: this.left,\n right: this.right,\n top: this.top,\n };\n }\n}\n"]}
|
|
@@ -0,0 +1,24 @@
|
|
|
1
|
+
/** @packageDocumentation
|
|
2
|
+
* @module Utilities
|
|
3
|
+
*/
|
|
4
|
+
import { IDisposable } from "@itwin/core-bentley";
|
|
5
|
+
/**
|
|
6
|
+
* A helper class to recursively save and restore scroll positions.
|
|
7
|
+
* Usage:
|
|
8
|
+
* ```ts
|
|
9
|
+
* // scroll positions are saved when `ScrollPositionMaintainer` object is created
|
|
10
|
+
* const maintainer = new ScrollPositionMaintainer(element);
|
|
11
|
+
* // can do something with `element` here
|
|
12
|
+
* // disposing the `maintainer` object restores scroll positions
|
|
13
|
+
* maintainer.dispose();
|
|
14
|
+
* ```
|
|
15
|
+
* @public
|
|
16
|
+
*/
|
|
17
|
+
export declare class ScrollPositionMaintainer implements IDisposable {
|
|
18
|
+
private _storage;
|
|
19
|
+
constructor(el: Element);
|
|
20
|
+
dispose(): void;
|
|
21
|
+
private static saveScrollPositions;
|
|
22
|
+
private static restoreScrollPositions;
|
|
23
|
+
}
|
|
24
|
+
//# sourceMappingURL=ScrollPositionMaintainer.d.ts.map
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
{"version":3,"file":"ScrollPositionMaintainer.d.ts","sourceRoot":"","sources":["../../../../src/core-react/utils/ScrollPositionMaintainer.ts"],"names":[],"mappings":"AAIA;;GAEG;AACH,OAAO,EAAE,WAAW,EAAE,MAAM,qBAAqB,CAAC;AAElD;;;;;;;;;;;GAWG;AACH,qBAAa,wBAAyB,YAAW,WAAW;IAC1D,OAAO,CAAC,QAAQ,CAAuB;gBACpB,EAAE,EAAE,OAAO;IAIvB,OAAO;IACd,OAAO,CAAC,MAAM,CAAC,mBAAmB;IAUlC,OAAO,CAAC,MAAM,CAAC,sBAAsB;CAGtC"}
|
|
@@ -0,0 +1,33 @@
|
|
|
1
|
+
/**
|
|
2
|
+
* A helper class to recursively save and restore scroll positions.
|
|
3
|
+
* Usage:
|
|
4
|
+
* ```ts
|
|
5
|
+
* // scroll positions are saved when `ScrollPositionMaintainer` object is created
|
|
6
|
+
* const maintainer = new ScrollPositionMaintainer(element);
|
|
7
|
+
* // can do something with `element` here
|
|
8
|
+
* // disposing the `maintainer` object restores scroll positions
|
|
9
|
+
* maintainer.dispose();
|
|
10
|
+
* ```
|
|
11
|
+
* @public
|
|
12
|
+
*/
|
|
13
|
+
export class ScrollPositionMaintainer {
|
|
14
|
+
constructor(el) {
|
|
15
|
+
this._storage = new Map();
|
|
16
|
+
ScrollPositionMaintainer.saveScrollPositions([el], this._storage);
|
|
17
|
+
}
|
|
18
|
+
dispose() { ScrollPositionMaintainer.restoreScrollPositions(this._storage); }
|
|
19
|
+
static saveScrollPositions(elems, storage) {
|
|
20
|
+
for (const el of elems) {
|
|
21
|
+
// istanbul ignore else
|
|
22
|
+
if (el.scrollTop)
|
|
23
|
+
storage.set(el, el.scrollTop);
|
|
24
|
+
// istanbul ignore else
|
|
25
|
+
if (el.children)
|
|
26
|
+
this.saveScrollPositions(el.children, storage);
|
|
27
|
+
}
|
|
28
|
+
}
|
|
29
|
+
static restoreScrollPositions(storage) {
|
|
30
|
+
storage.forEach((scrollTop, el) => el.scrollTop = scrollTop);
|
|
31
|
+
}
|
|
32
|
+
}
|
|
33
|
+
//# sourceMappingURL=ScrollPositionMaintainer.js.map
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
{"version":3,"file":"ScrollPositionMaintainer.js","sourceRoot":"","sources":["../../../../src/core-react/utils/ScrollPositionMaintainer.ts"],"names":[],"mappings":"AASA;;;;;;;;;;;GAWG;AACH,MAAM,OAAO,wBAAwB;IAEnC,YAAmB,EAAW;QAC5B,IAAI,CAAC,QAAQ,GAAG,IAAI,GAAG,EAAE,CAAC;QAC1B,wBAAwB,CAAC,mBAAmB,CAAC,CAAC,EAAE,CAAC,EAAE,IAAI,CAAC,QAAQ,CAAC,CAAC;IACpE,CAAC;IACM,OAAO,KAAK,wBAAwB,CAAC,sBAAsB,CAAC,IAAI,CAAC,QAAQ,CAAC,CAAC,CAAC,CAAC;IAC5E,MAAM,CAAC,mBAAmB,CAAC,KAAiC,EAAE,OAA6B;QACjG,KAAK,MAAM,EAAE,IAAI,KAAK,EAAE;YACtB,uBAAuB;YACvB,IAAI,EAAE,CAAC,SAAS;gBACd,OAAO,CAAC,GAAG,CAAC,EAAE,EAAE,EAAE,CAAC,SAAS,CAAC,CAAC;YAChC,uBAAuB;YACvB,IAAI,EAAE,CAAC,QAAQ;gBACb,IAAI,CAAC,mBAAmB,CAAC,EAAE,CAAC,QAAQ,EAAE,OAAO,CAAC,CAAC;SAClD;IACH,CAAC;IACO,MAAM,CAAC,sBAAsB,CAAC,OAA6B;QACjE,OAAO,CAAC,OAAO,CAAC,CAAC,SAAS,EAAE,EAAE,EAAE,EAAE,CAAC,EAAE,CAAC,SAAS,GAAG,SAAS,CAAC,CAAC;IAC/D,CAAC;CACF","sourcesContent":["/*---------------------------------------------------------------------------------------------\n* Copyright (c) Bentley Systems, Incorporated. All rights reserved.\n* See LICENSE.md in the project root for license terms and full copyright notice.\n*--------------------------------------------------------------------------------------------*/\n/** @packageDocumentation\n * @module Utilities\n */\nimport { IDisposable } from \"@itwin/core-bentley\";\n\n/**\n * A helper class to recursively save and restore scroll positions.\n * Usage:\n * ```ts\n * // scroll positions are saved when `ScrollPositionMaintainer` object is created\n * const maintainer = new ScrollPositionMaintainer(element);\n * // can do something with `element` here\n * // disposing the `maintainer` object restores scroll positions\n * maintainer.dispose();\n * ```\n * @public\n */\nexport class ScrollPositionMaintainer implements IDisposable {\n private _storage: Map<Element, number>;\n public constructor(el: Element) {\n this._storage = new Map();\n ScrollPositionMaintainer.saveScrollPositions([el], this._storage);\n }\n public dispose() { ScrollPositionMaintainer.restoreScrollPositions(this._storage); }\n private static saveScrollPositions(elems: Element[] | HTMLCollection, storage: Map<Element, number>) {\n for (const el of elems) {\n // istanbul ignore else\n if (el.scrollTop)\n storage.set(el, el.scrollTop);\n // istanbul ignore else\n if (el.children)\n this.saveScrollPositions(el.children, storage);\n }\n }\n private static restoreScrollPositions(storage: Map<Element, number>) {\n storage.forEach((scrollTop, el) => el.scrollTop = scrollTop);\n }\n}\n"]}
|
|
@@ -0,0 +1,24 @@
|
|
|
1
|
+
/** @packageDocumentation
|
|
2
|
+
* @module Utilities
|
|
3
|
+
*/
|
|
4
|
+
/** Describes 2d dimensions.
|
|
5
|
+
* @public
|
|
6
|
+
*/
|
|
7
|
+
export interface SizeProps {
|
|
8
|
+
readonly width: number;
|
|
9
|
+
readonly height: number;
|
|
10
|
+
}
|
|
11
|
+
/** Describes and provides methods to work with 2d dimensions.
|
|
12
|
+
* @internal
|
|
13
|
+
*/
|
|
14
|
+
export declare class Size implements SizeProps {
|
|
15
|
+
readonly width: number;
|
|
16
|
+
readonly height: number;
|
|
17
|
+
/** Creates a size from [[SizeProps]]. */
|
|
18
|
+
static create(size: SizeProps): Size;
|
|
19
|
+
/** Creates a size with specified dimensions. */
|
|
20
|
+
constructor(width?: number, height?: number);
|
|
21
|
+
/** Checks if dimensions of two sizes are equal. */
|
|
22
|
+
equals(other: SizeProps): boolean;
|
|
23
|
+
}
|
|
24
|
+
//# sourceMappingURL=Size.d.ts.map
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
{"version":3,"file":"Size.d.ts","sourceRoot":"","sources":["../../../../src/core-react/utils/Size.ts"],"names":[],"mappings":"AAIA;;GAEG;AAEH;;GAEG;AACH,MAAM,WAAW,SAAS;IACxB,QAAQ,CAAC,KAAK,EAAE,MAAM,CAAC;IACvB,QAAQ,CAAC,MAAM,EAAE,MAAM,CAAC;CACzB;AAED;;GAEG;AACH,qBAAa,IAAK,YAAW,SAAS;aAOD,KAAK;aAAsB,MAAM;IANpE,yCAAyC;WAC3B,MAAM,CAAC,IAAI,EAAE,SAAS;IAIpC,gDAAgD;gBACb,KAAK,SAAI,EAAkB,MAAM,SAAI;IAGxE,mDAAmD;IAC5C,MAAM,CAAC,KAAK,EAAE,SAAS;CAM/B"}
|
|
@@ -0,0 +1,29 @@
|
|
|
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
|
+
/** @packageDocumentation
|
|
6
|
+
* @module Utilities
|
|
7
|
+
*/
|
|
8
|
+
/** Describes and provides methods to work with 2d dimensions.
|
|
9
|
+
* @internal
|
|
10
|
+
*/
|
|
11
|
+
export class Size {
|
|
12
|
+
/** Creates a size with specified dimensions. */
|
|
13
|
+
constructor(width = 0, height = 0) {
|
|
14
|
+
this.width = width;
|
|
15
|
+
this.height = height;
|
|
16
|
+
}
|
|
17
|
+
/** Creates a size from [[SizeProps]]. */
|
|
18
|
+
static create(size) {
|
|
19
|
+
return new Size(size.width, size.height);
|
|
20
|
+
}
|
|
21
|
+
/** Checks if dimensions of two sizes are equal. */
|
|
22
|
+
equals(other) {
|
|
23
|
+
if (this.width === other.width &&
|
|
24
|
+
this.height === other.height)
|
|
25
|
+
return true;
|
|
26
|
+
return false;
|
|
27
|
+
}
|
|
28
|
+
}
|
|
29
|
+
//# sourceMappingURL=Size.js.map
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
{"version":3,"file":"Size.js","sourceRoot":"","sources":["../../../../src/core-react/utils/Size.ts"],"names":[],"mappings":"AAAA;;;+FAG+F;AAC/F;;GAEG;AAUH;;GAEG;AACH,MAAM,OAAO,IAAI;IAMf,gDAAgD;IAChD,YAAmC,QAAQ,CAAC,EAAkB,SAAS,CAAC;QAArC,UAAK,GAAL,KAAK,CAAI;QAAkB,WAAM,GAAN,MAAM,CAAI;IACxE,CAAC;IAPD,yCAAyC;IAClC,MAAM,CAAC,MAAM,CAAC,IAAe;QAClC,OAAO,IAAI,IAAI,CAAC,IAAI,CAAC,KAAK,EAAE,IAAI,CAAC,MAAM,CAAC,CAAC;IAC3C,CAAC;IAMD,mDAAmD;IAC5C,MAAM,CAAC,KAAgB;QAC5B,IAAI,IAAI,CAAC,KAAK,KAAK,KAAK,CAAC,KAAK;YAC5B,IAAI,CAAC,MAAM,KAAK,KAAK,CAAC,MAAM;YAC5B,OAAO,IAAI,CAAC;QACd,OAAO,KAAK,CAAC;IACf,CAAC;CACF","sourcesContent":["/*---------------------------------------------------------------------------------------------\n* Copyright (c) Bentley Systems, Incorporated. All rights reserved.\n* See LICENSE.md in the project root for license terms and full copyright notice.\n*--------------------------------------------------------------------------------------------*/\n/** @packageDocumentation\n * @module Utilities\n */\n\n/** Describes 2d dimensions.\n * @public\n */\nexport interface SizeProps {\n readonly width: number;\n readonly height: number;\n}\n\n/** Describes and provides methods to work with 2d dimensions.\n * @internal\n */\nexport class Size implements SizeProps {\n /** Creates a size from [[SizeProps]]. */\n public static create(size: SizeProps) {\n return new Size(size.width, size.height);\n }\n\n /** Creates a size with specified dimensions. */\n public constructor(public readonly width = 0, public readonly height = 0) {\n }\n\n /** Checks if dimensions of two sizes are equal. */\n public equals(other: SizeProps) {\n if (this.width === other.width &&\n this.height === other.height)\n return true;\n return false;\n }\n}\n"]}
|
|
@@ -0,0 +1,36 @@
|
|
|
1
|
+
/** @packageDocumentation
|
|
2
|
+
* @module Utilities
|
|
3
|
+
*/
|
|
4
|
+
/** Signature for [[Timer]] execute callback.
|
|
5
|
+
* @public
|
|
6
|
+
*/
|
|
7
|
+
export declare type ExecuteHandler = (this: void) => void;
|
|
8
|
+
/** Notifies handler after a set interval.
|
|
9
|
+
* @public
|
|
10
|
+
*/
|
|
11
|
+
export declare class Timer {
|
|
12
|
+
private _delay;
|
|
13
|
+
private _isRunning;
|
|
14
|
+
private _timerId;
|
|
15
|
+
private _onExecute;
|
|
16
|
+
/**
|
|
17
|
+
* Creates a new Timer.
|
|
18
|
+
* @param msDelay Time interval in milliseconds after which handler will be notified.
|
|
19
|
+
*/
|
|
20
|
+
constructor(msDelay: number);
|
|
21
|
+
/** Indicates whether the timer is running */
|
|
22
|
+
get isRunning(): boolean;
|
|
23
|
+
/** Time interval in milliseconds after which handler will be notified. */
|
|
24
|
+
get delay(): number;
|
|
25
|
+
set delay(ms: number);
|
|
26
|
+
/** Set handler that is called after a set interval. */
|
|
27
|
+
setOnExecute(onExecute: ExecuteHandler | undefined): void;
|
|
28
|
+
/** Starts this Timer. */
|
|
29
|
+
start(): void;
|
|
30
|
+
/** Stops this Timer. */
|
|
31
|
+
stop(): void;
|
|
32
|
+
private execute;
|
|
33
|
+
private setTimeout;
|
|
34
|
+
private clearTimeout;
|
|
35
|
+
}
|
|
36
|
+
//# sourceMappingURL=Timer.d.ts.map
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
{"version":3,"file":"Timer.d.ts","sourceRoot":"","sources":["../../../../src/core-react/utils/Timer.ts"],"names":[],"mappings":"AAIA;;GAEG;AAEH;;GAEG;AACH,oBAAY,cAAc,GAAG,CAAC,IAAI,EAAE,IAAI,KAAK,IAAI,CAAC;AAElD;;GAEG;AACH,qBAAa,KAAK;IAChB,OAAO,CAAC,MAAM,CAAS;IACvB,OAAO,CAAC,UAAU,CAAS;IAC3B,OAAO,CAAC,QAAQ,CAAK;IACrB,OAAO,CAAC,UAAU,CAA6B;IAE/C;;;OAGG;gBACgB,OAAO,EAAE,MAAM;IAIlC,6CAA6C;IAC7C,IAAW,SAAS,IAAI,OAAO,CAE9B;IAED,0EAA0E;IAC1E,IAAW,KAAK,IAGK,MAAM,CAD1B;IACD,IAAW,KAAK,CAAC,EAAE,EAAE,MAAM,EAE1B;IAED,uDAAuD;IAChD,YAAY,CAAC,SAAS,EAAE,cAAc,GAAG,SAAS;IAIzD,yBAAyB;IAClB,KAAK;IAQZ,wBAAwB;IACjB,IAAI;IAQX,OAAO,CAAC,OAAO;IAKf,OAAO,CAAC,UAAU;IAIlB,OAAO,CAAC,YAAY;CAGrB"}
|
|
@@ -0,0 +1,61 @@
|
|
|
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
|
+
/** @packageDocumentation
|
|
6
|
+
* @module Utilities
|
|
7
|
+
*/
|
|
8
|
+
/** Notifies handler after a set interval.
|
|
9
|
+
* @public
|
|
10
|
+
*/
|
|
11
|
+
export class Timer {
|
|
12
|
+
/**
|
|
13
|
+
* Creates a new Timer.
|
|
14
|
+
* @param msDelay Time interval in milliseconds after which handler will be notified.
|
|
15
|
+
*/
|
|
16
|
+
constructor(msDelay) {
|
|
17
|
+
this._isRunning = false;
|
|
18
|
+
this._timerId = 0;
|
|
19
|
+
this._delay = msDelay;
|
|
20
|
+
}
|
|
21
|
+
/** Indicates whether the timer is running */
|
|
22
|
+
get isRunning() {
|
|
23
|
+
return this._isRunning;
|
|
24
|
+
}
|
|
25
|
+
/** Time interval in milliseconds after which handler will be notified. */
|
|
26
|
+
get delay() {
|
|
27
|
+
return this._delay;
|
|
28
|
+
}
|
|
29
|
+
set delay(ms) {
|
|
30
|
+
this._delay = ms;
|
|
31
|
+
}
|
|
32
|
+
/** Set handler that is called after a set interval. */
|
|
33
|
+
setOnExecute(onExecute) {
|
|
34
|
+
this._onExecute = onExecute;
|
|
35
|
+
}
|
|
36
|
+
/** Starts this Timer. */
|
|
37
|
+
start() {
|
|
38
|
+
if (this._isRunning)
|
|
39
|
+
this.clearTimeout();
|
|
40
|
+
this._isRunning = true;
|
|
41
|
+
this.setTimeout();
|
|
42
|
+
}
|
|
43
|
+
/** Stops this Timer. */
|
|
44
|
+
stop() {
|
|
45
|
+
if (!this._isRunning)
|
|
46
|
+
return;
|
|
47
|
+
this._isRunning = false;
|
|
48
|
+
this.clearTimeout();
|
|
49
|
+
}
|
|
50
|
+
execute() {
|
|
51
|
+
this._onExecute && this._onExecute();
|
|
52
|
+
this._isRunning = false;
|
|
53
|
+
}
|
|
54
|
+
setTimeout() {
|
|
55
|
+
this._timerId = window.setTimeout(() => this.execute(), this._delay);
|
|
56
|
+
}
|
|
57
|
+
clearTimeout() {
|
|
58
|
+
window.clearTimeout(this._timerId);
|
|
59
|
+
}
|
|
60
|
+
}
|
|
61
|
+
//# sourceMappingURL=Timer.js.map
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
{"version":3,"file":"Timer.js","sourceRoot":"","sources":["../../../../src/core-react/utils/Timer.ts"],"names":[],"mappings":"AAAA;;;+FAG+F;AAC/F;;GAEG;AAOH;;GAEG;AACH,MAAM,OAAO,KAAK;IAMhB;;;OAGG;IACH,YAAmB,OAAe;QAR1B,eAAU,GAAG,KAAK,CAAC;QACnB,aAAQ,GAAG,CAAC,CAAC;QAQnB,IAAI,CAAC,MAAM,GAAG,OAAO,CAAC;IACxB,CAAC;IAED,6CAA6C;IAC7C,IAAW,SAAS;QAClB,OAAO,IAAI,CAAC,UAAU,CAAC;IACzB,CAAC;IAED,0EAA0E;IAC1E,IAAW,KAAK;QACd,OAAO,IAAI,CAAC,MAAM,CAAC;IACrB,CAAC;IACD,IAAW,KAAK,CAAC,EAAU;QACzB,IAAI,CAAC,MAAM,GAAG,EAAE,CAAC;IACnB,CAAC;IAED,uDAAuD;IAChD,YAAY,CAAC,SAAqC;QACvD,IAAI,CAAC,UAAU,GAAG,SAAS,CAAC;IAC9B,CAAC;IAED,yBAAyB;IAClB,KAAK;QACV,IAAI,IAAI,CAAC,UAAU;YACjB,IAAI,CAAC,YAAY,EAAE,CAAC;QAEtB,IAAI,CAAC,UAAU,GAAG,IAAI,CAAC;QACvB,IAAI,CAAC,UAAU,EAAE,CAAC;IACpB,CAAC;IAED,wBAAwB;IACjB,IAAI;QACT,IAAI,CAAC,IAAI,CAAC,UAAU;YAClB,OAAO;QAET,IAAI,CAAC,UAAU,GAAG,KAAK,CAAC;QACxB,IAAI,CAAC,YAAY,EAAE,CAAC;IACtB,CAAC;IAEO,OAAO;QACb,IAAI,CAAC,UAAU,IAAI,IAAI,CAAC,UAAU,EAAE,CAAC;QACrC,IAAI,CAAC,UAAU,GAAG,KAAK,CAAC;IAC1B,CAAC;IAEO,UAAU;QAChB,IAAI,CAAC,QAAQ,GAAG,MAAM,CAAC,UAAU,CAAC,GAAG,EAAE,CAAC,IAAI,CAAC,OAAO,EAAE,EAAE,IAAI,CAAC,MAAM,CAAC,CAAC;IACvE,CAAC;IAEO,YAAY;QAClB,MAAM,CAAC,YAAY,CAAC,IAAI,CAAC,QAAQ,CAAC,CAAC;IACrC,CAAC;CACF","sourcesContent":["/*---------------------------------------------------------------------------------------------\n* Copyright (c) Bentley Systems, Incorporated. All rights reserved.\n* See LICENSE.md in the project root for license terms and full copyright notice.\n*--------------------------------------------------------------------------------------------*/\n/** @packageDocumentation\n * @module Utilities\n */\n\n/** Signature for [[Timer]] execute callback.\n * @public\n */\nexport type ExecuteHandler = (this: void) => void;\n\n/** Notifies handler after a set interval.\n * @public\n */\nexport class Timer {\n private _delay: number;\n private _isRunning = false;\n private _timerId = 0;\n private _onExecute: ExecuteHandler | undefined;\n\n /**\n * Creates a new Timer.\n * @param msDelay Time interval in milliseconds after which handler will be notified.\n */\n public constructor(msDelay: number) {\n this._delay = msDelay;\n }\n\n /** Indicates whether the timer is running */\n public get isRunning(): boolean {\n return this._isRunning;\n }\n\n /** Time interval in milliseconds after which handler will be notified. */\n public get delay() {\n return this._delay;\n }\n public set delay(ms: number) {\n this._delay = ms;\n }\n\n /** Set handler that is called after a set interval. */\n public setOnExecute(onExecute: ExecuteHandler | undefined) {\n this._onExecute = onExecute;\n }\n\n /** Starts this Timer. */\n public start() {\n if (this._isRunning)\n this.clearTimeout();\n\n this._isRunning = true;\n this.setTimeout();\n }\n\n /** Stops this Timer. */\n public stop() {\n if (!this._isRunning)\n return;\n\n this._isRunning = false;\n this.clearTimeout();\n }\n\n private execute() {\n this._onExecute && this._onExecute();\n this._isRunning = false;\n }\n\n private setTimeout() {\n this._timerId = window.setTimeout(() => this.execute(), this._delay);\n }\n\n private clearTimeout() {\n window.clearTimeout(this._timerId);\n }\n}\n"]}
|
|
@@ -0,0 +1,10 @@
|
|
|
1
|
+
/** @packageDocumentation
|
|
2
|
+
* @module Utilities
|
|
3
|
+
*/
|
|
4
|
+
import { BeUiEvent } from "@itwin/core-bentley";
|
|
5
|
+
/** iModel.js UI UiEvent class is a subclass of BeEvent with argument type safety.
|
|
6
|
+
* @public
|
|
7
|
+
*/
|
|
8
|
+
export declare class UiEvent<TEventArgs> extends BeUiEvent<TEventArgs> {
|
|
9
|
+
}
|
|
10
|
+
//# sourceMappingURL=UiEvent.d.ts.map
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
{"version":3,"file":"UiEvent.d.ts","sourceRoot":"","sources":["../../../../src/core-react/utils/UiEvent.ts"],"names":[],"mappings":"AAIA;;GAEG;AAEH,OAAO,EAAE,SAAS,EAAE,MAAM,qBAAqB,CAAC;AAEhD;;GAEG;AACH,qBAAa,OAAO,CAAC,UAAU,CAAE,SAAQ,SAAS,CAAC,UAAU,CAAC;CAAI"}
|
|
@@ -0,0 +1,14 @@
|
|
|
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
|
+
/** @packageDocumentation
|
|
6
|
+
* @module Utilities
|
|
7
|
+
*/
|
|
8
|
+
import { BeUiEvent } from "@itwin/core-bentley";
|
|
9
|
+
/** iModel.js UI UiEvent class is a subclass of BeEvent with argument type safety.
|
|
10
|
+
* @public
|
|
11
|
+
*/
|
|
12
|
+
export class UiEvent extends BeUiEvent {
|
|
13
|
+
}
|
|
14
|
+
//# sourceMappingURL=UiEvent.js.map
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
{"version":3,"file":"UiEvent.js","sourceRoot":"","sources":["../../../../src/core-react/utils/UiEvent.ts"],"names":[],"mappings":"AAAA;;;+FAG+F;AAC/F;;GAEG;AAEH,OAAO,EAAE,SAAS,EAAE,MAAM,qBAAqB,CAAC;AAEhD;;GAEG;AACH,MAAM,OAAO,OAAoB,SAAQ,SAAqB;CAAI","sourcesContent":["/*---------------------------------------------------------------------------------------------\n* Copyright (c) Bentley Systems, Incorporated. All rights reserved.\n* See LICENSE.md in the project root for license terms and full copyright notice.\n*--------------------------------------------------------------------------------------------*/\n/** @packageDocumentation\n * @module Utilities\n */\n\nimport { BeUiEvent } from \"@itwin/core-bentley\";\n\n/** iModel.js UI UiEvent class is a subclass of BeEvent with argument type safety.\n * @public\n */\nexport class UiEvent<TEventArgs> extends BeUiEvent<TEventArgs> { }\n"]}
|
|
@@ -0,0 +1,21 @@
|
|
|
1
|
+
/** @packageDocumentation
|
|
2
|
+
* @module Utilities
|
|
3
|
+
*/
|
|
4
|
+
/**
|
|
5
|
+
* Class containing static methods for typical numeric operations.
|
|
6
|
+
* @internal
|
|
7
|
+
*/
|
|
8
|
+
export declare class UiGeometry {
|
|
9
|
+
/**
|
|
10
|
+
* Clamp value to (min,max) with no test for order of (min,max)
|
|
11
|
+
* @param value value to clamp
|
|
12
|
+
* @param min smallest allowed output
|
|
13
|
+
* @param max largest allowed result.
|
|
14
|
+
*/
|
|
15
|
+
static clamp(value: number, min: number, max: number): number;
|
|
16
|
+
/**
|
|
17
|
+
* Return the hypotenuse `sqrt(x*x + y*y)`. This is much faster than `Math.hypot(x,y)`.
|
|
18
|
+
*/
|
|
19
|
+
static hypotenuseXY(x: number, y: number): number;
|
|
20
|
+
}
|
|
21
|
+
//# sourceMappingURL=UiGeometry.d.ts.map
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
{"version":3,"file":"UiGeometry.d.ts","sourceRoot":"","sources":["../../../../src/core-react/utils/UiGeometry.ts"],"names":[],"mappings":"AAIA;;GAEG;AAEH;;;GAGG;AACH,qBAAa,UAAU;IACrB;;;;;OAKG;WACW,KAAK,CAAC,KAAK,EAAE,MAAM,EAAE,GAAG,EAAE,MAAM,EAAE,GAAG,EAAE,MAAM,GAAG,MAAM;IAEpE;;OAEG;WACW,YAAY,CAAC,CAAC,EAAE,MAAM,EAAE,CAAC,EAAE,MAAM,GAAG,MAAM;CACzD"}
|
|
@@ -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
|
+
/** @packageDocumentation
|
|
6
|
+
* @module Utilities
|
|
7
|
+
*/
|
|
8
|
+
/**
|
|
9
|
+
* Class containing static methods for typical numeric operations.
|
|
10
|
+
* @internal
|
|
11
|
+
*/
|
|
12
|
+
export class UiGeometry {
|
|
13
|
+
/**
|
|
14
|
+
* Clamp value to (min,max) with no test for order of (min,max)
|
|
15
|
+
* @param value value to clamp
|
|
16
|
+
* @param min smallest allowed output
|
|
17
|
+
* @param max largest allowed result.
|
|
18
|
+
*/
|
|
19
|
+
static clamp(value, min, max) { return Math.max(min, Math.min(max, value)); }
|
|
20
|
+
/**
|
|
21
|
+
* Return the hypotenuse `sqrt(x*x + y*y)`. This is much faster than `Math.hypot(x,y)`.
|
|
22
|
+
*/
|
|
23
|
+
static hypotenuseXY(x, y) { return Math.sqrt(x * x + y * y); }
|
|
24
|
+
}
|
|
25
|
+
//# sourceMappingURL=UiGeometry.js.map
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
{"version":3,"file":"UiGeometry.js","sourceRoot":"","sources":["../../../../src/core-react/utils/UiGeometry.ts"],"names":[],"mappings":"AAAA;;;+FAG+F;AAC/F;;GAEG;AAEH;;;GAGG;AACH,MAAM,OAAO,UAAU;IACrB;;;;;OAKG;IACI,MAAM,CAAC,KAAK,CAAC,KAAa,EAAE,GAAW,EAAE,GAAW,IAAY,OAAO,IAAI,CAAC,GAAG,CAAC,GAAG,EAAE,IAAI,CAAC,GAAG,CAAC,GAAG,EAAE,KAAK,CAAC,CAAC,CAAC,CAAC,CAAC;IAEpH;;OAEG;IACI,MAAM,CAAC,YAAY,CAAC,CAAS,EAAE,CAAS,IAAY,OAAO,IAAI,CAAC,IAAI,CAAC,CAAC,GAAG,CAAC,GAAG,CAAC,GAAG,CAAC,CAAC,CAAC,CAAC,CAAC;CAC9F","sourcesContent":["/*---------------------------------------------------------------------------------------------\n* Copyright (c) Bentley Systems, Incorporated. All rights reserved.\n* See LICENSE.md in the project root for license terms and full copyright notice.\n*--------------------------------------------------------------------------------------------*/\n/** @packageDocumentation\n * @module Utilities\n */\n\n/**\n * Class containing static methods for typical numeric operations.\n * @internal\n */\nexport class UiGeometry {\n /**\n * Clamp value to (min,max) with no test for order of (min,max)\n * @param value value to clamp\n * @param min smallest allowed output\n * @param max largest allowed result.\n */\n public static clamp(value: number, min: number, max: number): number { return Math.max(min, Math.min(max, value)); }\n\n /**\n * Return the hypotenuse `sqrt(x*x + y*y)`. This is much faster than `Math.hypot(x,y)`.\n */\n public static hypotenuseXY(x: number, y: number): number { return Math.sqrt(x * x + y * y); }\n}\n"]}
|