@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,127 @@
|
|
|
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 Form
|
|
7
|
+
*/
|
|
8
|
+
import "./Form.scss";
|
|
9
|
+
import * as React from "react";
|
|
10
|
+
import { UiCore } from "../UiCore";
|
|
11
|
+
import { Field } from "./Field";
|
|
12
|
+
import { Button } from "@itwin/itwinui-react";
|
|
13
|
+
/** React context used by Form as a Provider and by the Fields as Consumers and updaters.
|
|
14
|
+
* @public
|
|
15
|
+
*/
|
|
16
|
+
// eslint-disable-next-line @typescript-eslint/naming-convention
|
|
17
|
+
export const FormContext = React.createContext(undefined);
|
|
18
|
+
FormContext.displayName = "core-react:FormContext";
|
|
19
|
+
/** Component used to create a Form using supplied properties to specify the fields of the Form.
|
|
20
|
+
* @example
|
|
21
|
+
* // Example of using a form as contents of a modal dialog.
|
|
22
|
+
* export class ExampleForm extends React.Component {
|
|
23
|
+
* public static open() {
|
|
24
|
+
* const form = new ExampleForm({});
|
|
25
|
+
* ModalDialogManager.openDialog(form.render());
|
|
26
|
+
* }
|
|
27
|
+
*
|
|
28
|
+
* protected async handleSubmit(values: FieldValues): Promise<void> {
|
|
29
|
+
* await this.processFormSubmission(values);
|
|
30
|
+
* ModalDialogManager.closeDialog();
|
|
31
|
+
* const msg = JSON.stringify(values);
|
|
32
|
+
* IModelApp.notifications.outputMessage(new NotifyMessageDetails(OutputMessagePriority.Info, "Form Submitted", msg));
|
|
33
|
+
* }
|
|
34
|
+
*
|
|
35
|
+
* protected async processFormSubmission(values: FieldValues): Promise<void> {
|
|
36
|
+
* // if error occurs during async processing throw an Error and return error message back to form.
|
|
37
|
+
* throw new Error("Error processing form");
|
|
38
|
+
* }
|
|
39
|
+
*
|
|
40
|
+
* protected handleCancel() {
|
|
41
|
+
* ModalDialogManager.closeDialog();
|
|
42
|
+
* }
|
|
43
|
+
*
|
|
44
|
+
* public render() {
|
|
45
|
+
* const fields: FieldDefinitions = {
|
|
46
|
+
* Name: {
|
|
47
|
+
* label: this._nameLabel,
|
|
48
|
+
* editor: "textbox",
|
|
49
|
+
* value: "John Smith",
|
|
50
|
+
* },
|
|
51
|
+
* PickList: {
|
|
52
|
+
* label: this._pickListLabel,
|
|
53
|
+
* editor: "dropdown",
|
|
54
|
+
* value: "one",
|
|
55
|
+
* options: ["one", "two", "three", "four"],
|
|
56
|
+
* },
|
|
57
|
+
* };
|
|
58
|
+
*
|
|
59
|
+
* return (
|
|
60
|
+
* <div>
|
|
61
|
+
* <Dialog title="Example Form"
|
|
62
|
+
* opened={true}
|
|
63
|
+
* onClose={() => this.handleCancel()}>
|
|
64
|
+
* <Form handleFormSubmit={(values: FieldValues) => this.handleSubmit(values)}
|
|
65
|
+
* fields={fields}
|
|
66
|
+
* />
|
|
67
|
+
* </Dialog>
|
|
68
|
+
* </div >
|
|
69
|
+
* );
|
|
70
|
+
* }
|
|
71
|
+
* @public
|
|
72
|
+
*/
|
|
73
|
+
export class Form extends React.Component {
|
|
74
|
+
constructor(props) {
|
|
75
|
+
super(props);
|
|
76
|
+
this._submitButtonLabel = UiCore.translate("form.submitButtonLabel");
|
|
77
|
+
this._errorPrefix = UiCore.translate("form.errorPrefix");
|
|
78
|
+
this._errorSuffix = UiCore.translate("form.errorSuffix");
|
|
79
|
+
this._setValues = (values) => {
|
|
80
|
+
this.setState((prevState) => ({ values: { ...prevState.values, ...values } }));
|
|
81
|
+
};
|
|
82
|
+
this._handleSubmit = (event, values) => {
|
|
83
|
+
event.preventDefault();
|
|
84
|
+
// istanbul ignore next
|
|
85
|
+
if (!this.props.handleFormSubmit || !values || 0 === values.length)
|
|
86
|
+
throw new Error("A handleFormSubmit function and values must be defined");
|
|
87
|
+
this.props.handleFormSubmit(values)
|
|
88
|
+
.then(() => {
|
|
89
|
+
// Currently we don't need to do anything if successful. Typically the hosting dialog will close when the
|
|
90
|
+
// submission is successful.
|
|
91
|
+
// console.log(rtnMsg);
|
|
92
|
+
})
|
|
93
|
+
.catch((reason) => {
|
|
94
|
+
this.setState({ submitSuccess: false, errorMsg: reason.message });
|
|
95
|
+
});
|
|
96
|
+
};
|
|
97
|
+
// set initial values for field values
|
|
98
|
+
const values = {};
|
|
99
|
+
Object.keys(props.fields).forEach((key) => values[key] = props.fields[key].value);
|
|
100
|
+
this.state = {
|
|
101
|
+
errorMsg: "",
|
|
102
|
+
values,
|
|
103
|
+
};
|
|
104
|
+
}
|
|
105
|
+
/**
|
|
106
|
+
* Returns whether there is an errorMsg message in the state/context
|
|
107
|
+
* @param errorMsg - The form errorMsg
|
|
108
|
+
*/
|
|
109
|
+
haveError(errorMsg) {
|
|
110
|
+
return errorMsg && errorMsg.length;
|
|
111
|
+
}
|
|
112
|
+
render() {
|
|
113
|
+
const { submitSuccess, errorMsg } = this.state;
|
|
114
|
+
const { fields, submitButtonLabel } = this.props;
|
|
115
|
+
const context = { ...this.state, setValues: this._setValues };
|
|
116
|
+
return (React.createElement(FormContext.Provider, { value: context },
|
|
117
|
+
React.createElement("div", { className: "core-form-wrapper" },
|
|
118
|
+
React.createElement("form", { onSubmit: (event) => this._handleSubmit(event, this.state.values), noValidate: true },
|
|
119
|
+
React.createElement("div", { className: "core-form-container" },
|
|
120
|
+
Object.keys(fields).map((key) => React.createElement(Field, { key: key, id: key, ...this.props.fields[key] })),
|
|
121
|
+
React.createElement("div", { className: "core-form-footer" },
|
|
122
|
+
React.createElement("div", { className: "core-form-buttons" },
|
|
123
|
+
React.createElement(Button, { type: "submit", styleType: "high-visibility" }, submitButtonLabel ? submitButtonLabel : this._submitButtonLabel)),
|
|
124
|
+
submitSuccess === false && this.haveError(errorMsg) && (React.createElement("div", { className: "core-form-alert", role: "alert" }, `${this._errorPrefix}-${errorMsg} ${this._errorSuffix}`))))))));
|
|
125
|
+
}
|
|
126
|
+
}
|
|
127
|
+
//# sourceMappingURL=Form.js.map
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
{"version":3,"file":"Form.js","sourceRoot":"","sources":["../../../../src/core-react/form/Form.tsx"],"names":[],"mappings":"AAAA;;;+FAG+F;AAC/F;;GAEG;AAEH,OAAO,aAAa,CAAC;AACrB,OAAO,KAAK,KAAK,MAAM,OAAO,CAAC;AAC/B,OAAO,EAAE,MAAM,EAAE,MAAM,WAAW,CAAC;AACnC,OAAO,EAAE,KAAK,EAAE,MAAM,SAAS,CAAC;AAChC,OAAO,EAAE,MAAM,EAAE,MAAM,sBAAsB,CAAC;AAuD9C;;GAEG;AACH,gEAAgE;AAChE,MAAM,CAAC,MAAM,WAAW,GAAG,KAAK,CAAC,aAAa,CAA+B,SAAS,CAAC,CAAC;AACxF,WAAW,CAAC,WAAW,GAAG,wBAAwB,CAAC;AAqBnD;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;GAqDG;AACH,MAAM,OAAO,IAAK,SAAQ,KAAK,CAAC,SAA+B;IAK7D,YAAY,KAAgB;QAC1B,KAAK,CAAC,KAAK,CAAC,CAAC;QALP,uBAAkB,GAAG,MAAM,CAAC,SAAS,CAAC,wBAAwB,CAAC,CAAC;QAChE,iBAAY,GAAG,MAAM,CAAC,SAAS,CAAC,kBAAkB,CAAC,CAAC;QACpD,iBAAY,GAAG,MAAM,CAAC,SAAS,CAAC,kBAAkB,CAAC,CAAC;QAuBpD,eAAU,GAAG,CAAC,MAAmB,EAAE,EAAE;YAC3C,IAAI,CAAC,QAAQ,CAAC,CAAC,SAAS,EAAE,EAAE,CAAC,CAAC,EAAE,MAAM,EAAE,EAAE,GAAG,SAAS,CAAC,MAAM,EAAE,GAAG,MAAM,EAAE,EAAE,CAAC,CAAC,CAAC;QACjF,CAAC,CAAC;QAEM,kBAAa,GAAG,CAAC,KAAuC,EAAE,MAAmB,EAAE,EAAE;YACvF,KAAK,CAAC,cAAc,EAAE,CAAC;YAEvB,uBAAuB;YACvB,IAAI,CAAC,IAAI,CAAC,KAAK,CAAC,gBAAgB,IAAI,CAAC,MAAM,IAAI,CAAC,KAAK,MAAM,CAAC,MAAM;gBAChE,MAAM,IAAI,KAAK,CAAC,wDAAwD,CAAC,CAAC;YAE5E,IAAI,CAAC,KAAK,CAAC,gBAAgB,CAAC,MAAM,CAAC;iBAChC,IAAI,CAAC,GAAG,EAAE;gBACT,yGAAyG;gBACzG,4BAA4B;gBAC5B,uBAAuB;YACzB,CAAC,CAAC;iBACD,KAAK,CAAC,CAAC,MAAa,EAAE,EAAE;gBACvB,IAAI,CAAC,QAAQ,CAAC,EAAE,aAAa,EAAE,KAAK,EAAE,QAAQ,EAAE,MAAM,CAAC,OAAO,EAAE,CAAC,CAAC;YACpE,CAAC,CAAC,CAAC;QACP,CAAC,CAAC;QAtCA,sCAAsC;QACtC,MAAM,MAAM,GAAgB,EAAE,CAAC;QAC/B,MAAM,CAAC,IAAI,CAAC,KAAK,CAAC,MAAM,CAAC,CAAC,OAAO,CAAC,CAAC,GAAG,EAAE,EAAE,CAAC,MAAM,CAAC,GAAG,CAAC,GAAG,KAAK,CAAC,MAAM,CAAC,GAAG,CAAC,CAAC,KAAK,CAAC,CAAC;QAElF,IAAI,CAAC,KAAK,GAAG;YACX,QAAQ,EAAE,EAAE;YACZ,MAAM;SACP,CAAC;IACJ,CAAC;IAED;;;OAGG;IACK,SAAS,CAAC,QAAgB;QAChC,OAAO,QAAQ,IAAI,QAAQ,CAAC,MAAM,CAAC;IACrC,CAAC;IAwBe,MAAM;QACpB,MAAM,EAAE,aAAa,EAAE,QAAQ,EAAE,GAAG,IAAI,CAAC,KAAK,CAAC;QAC/C,MAAM,EAAE,MAAM,EAAE,iBAAiB,EAAE,GAAG,IAAI,CAAC,KAAK,CAAC;QACjD,MAAM,OAAO,GAAqB,EAAE,GAAG,IAAI,CAAC,KAAK,EAAE,SAAS,EAAE,IAAI,CAAC,UAAU,EAAE,CAAC;QAEhF,OAAO,CACL,oBAAC,WAAW,CAAC,QAAQ,IAAC,KAAK,EAAE,OAAO;YAClC,6BAAK,SAAS,EAAC,mBAAmB;gBAChC,8BAAM,QAAQ,EAAE,CAAC,KAAuC,EAAE,EAAE,CAAC,IAAI,CAAC,aAAa,CAAC,KAAK,EAAE,IAAI,CAAC,KAAK,CAAC,MAAM,CAAC,EAAE,UAAU,EAAE,IAAI;oBACzH,6BAAK,SAAS,EAAC,qBAAqB;wBACjC,MAAM,CAAC,IAAI,CAAC,MAAM,CAAC,CAAC,GAAG,CAAC,CAAC,GAAG,EAAE,EAAE,CAAC,oBAAC,KAAK,IAAC,GAAG,EAAE,GAAG,EAAE,EAAE,EAAE,GAAG,KAAM,IAAI,CAAC,KAAK,CAAC,MAAM,CAAC,GAAG,CAAC,GAAI,CAAC;wBAC3F,6BAAK,SAAS,EAAC,kBAAkB;4BAC/B,6BAAK,SAAS,EAAC,mBAAmB;gCAChC,oBAAC,MAAM,IAAC,IAAI,EAAC,QAAQ,EAAC,SAAS,EAAC,iBAAiB,IAC9C,iBAAiB,CAAC,CAAC,CAAC,iBAAiB,CAAC,CAAC,CAAC,IAAI,CAAC,kBAAkB,CACzD,CACL;4BACL,aAAa,KAAK,KAAK,IAAI,IAAI,CAAC,SAAS,CAAC,QAAQ,CAAC,IAAI,CACtD,6BAAK,SAAS,EAAC,iBAAiB,EAAC,IAAI,EAAC,OAAO,IAAE,GAAG,IAAI,CAAC,YAAY,IAAI,QAAQ,IAAI,IAAI,CAAC,YAAY,EAAE,CAAO,CAC9G,CACG,CACF,CACD,CACH,CACe,CACxB,CAAC;IACJ,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 Form\n */\n\nimport \"./Form.scss\";\nimport * as React from \"react\";\nimport { UiCore } from \"../UiCore\";\nimport { Field } from \"./Field\";\nimport { Button } from \"@itwin/itwinui-react\";\n\n// cSpell:ignore multilinetextbox\n\n/** The available editors for the fields in a [[Form]].\n * @public\n */\nexport type FieldEditor = \"textbox\" | \"multilinetextbox\" | \"dropdown\" | \"checkbox\";\n\n/** Interface used to define each [[Field]] in a [[Form]]\n * @public\n */\nexport interface FieldDef {\n /* The label text for the field */\n label?: string;\n\n /* The editor for the field */\n editor?: FieldEditor;\n\n /* The drop down items for the field */\n options?: string[] | { [key: string]: string };\n\n /* The initial field value */\n value?: any;\n}\n\n/** Key/value pairs for all the field values with key being the field HTML Id.\n * @public\n */\nexport interface FieldValues {\n [key: string]: any;\n}\n\n/** The state data used by [[Form]] to hold state of each [[Field]] and the result of submit button processing.\n * @public\n */\ninterface FormState {\n /* The field values */\n values: FieldValues;\n\n /* The errorMsg message return in catch of async submit button processing */\n errorMsg: string;\n\n /* Whether the form has been successfully submitted */\n submitSuccess?: boolean;\n}\n\n/**\n * FormContextState combines the Form's state data with the callbacks used to update the value of the state data.\n * @public\n */\nexport interface FormContextState extends FormState {\n setValues: (values: FieldValues) => void;\n}\n\n/** React context used by Form as a Provider and by the Fields as Consumers and updaters.\n * @public\n */\n// eslint-disable-next-line @typescript-eslint/naming-convention\nexport const FormContext = React.createContext<FormContextState | undefined>(undefined);\nFormContext.displayName = \"core-react:FormContext\";\n\n/** Key/value pairs for all the field definitions to be displayed in a [[Form]].\n * @public\n */\nexport interface FieldDefinitions {\n [key: string]: FieldDef;\n}\n\n/** Properties that define [[Form]] including the callback to be called when the Submit button is pressed.\n * @public\n */\nexport interface FormProps {\n /** Required async callback the processes the Form data and throws and Error if the data cannot be processed. */\n handleFormSubmit: (values: FieldValues) => Promise<void>;\n /** Definition used to create each Field in the Form. */\n fields: FieldDefinitions;\n /** Optional label which will override default Submit button label. */\n submitButtonLabel?: string;\n}\n\n/** Component used to create a Form using supplied properties to specify the fields of the Form.\n * @example\n * // Example of using a form as contents of a modal dialog.\n * export class ExampleForm extends React.Component {\n * public static open() {\n * const form = new ExampleForm({});\n * ModalDialogManager.openDialog(form.render());\n * }\n *\n * protected async handleSubmit(values: FieldValues): Promise<void> {\n * await this.processFormSubmission(values);\n * ModalDialogManager.closeDialog();\n * const msg = JSON.stringify(values);\n * IModelApp.notifications.outputMessage(new NotifyMessageDetails(OutputMessagePriority.Info, \"Form Submitted\", msg));\n * }\n *\n * protected async processFormSubmission(values: FieldValues): Promise<void> {\n * // if error occurs during async processing throw an Error and return error message back to form.\n * throw new Error(\"Error processing form\");\n * }\n *\n * protected handleCancel() {\n * ModalDialogManager.closeDialog();\n * }\n *\n * public render() {\n * const fields: FieldDefinitions = {\n * Name: {\n * label: this._nameLabel,\n * editor: \"textbox\",\n * value: \"John Smith\",\n * },\n * PickList: {\n * label: this._pickListLabel,\n * editor: \"dropdown\",\n * value: \"one\",\n * options: [\"one\", \"two\", \"three\", \"four\"],\n * },\n * };\n *\n * return (\n * <div>\n * <Dialog title=\"Example Form\"\n * opened={true}\n * onClose={() => this.handleCancel()}>\n * <Form handleFormSubmit={(values: FieldValues) => this.handleSubmit(values)}\n * fields={fields}\n * />\n * </Dialog>\n * </div >\n * );\n * }\n * @public\n */\nexport class Form extends React.Component<FormProps, FormState> {\n private _submitButtonLabel = UiCore.translate(\"form.submitButtonLabel\");\n private _errorPrefix = UiCore.translate(\"form.errorPrefix\");\n private _errorSuffix = UiCore.translate(\"form.errorSuffix\");\n\n constructor(props: FormProps) {\n super(props);\n\n // set initial values for field values\n const values: FieldValues = {};\n Object.keys(props.fields).forEach((key) => values[key] = props.fields[key].value);\n\n this.state = {\n errorMsg: \"\",\n values,\n };\n }\n\n /**\n * Returns whether there is an errorMsg message in the state/context\n * @param errorMsg - The form errorMsg\n */\n private haveError(errorMsg: string) {\n return errorMsg && errorMsg.length;\n }\n\n private _setValues = (values: FieldValues) => {\n this.setState((prevState) => ({ values: { ...prevState.values, ...values } }));\n };\n\n private _handleSubmit = (event: React.FormEvent<HTMLFormElement>, values: FieldValues) => {\n event.preventDefault();\n\n // istanbul ignore next\n if (!this.props.handleFormSubmit || !values || 0 === values.length)\n throw new Error(\"A handleFormSubmit function and values must be defined\");\n\n this.props.handleFormSubmit(values)\n .then(() => {\n // Currently we don't need to do anything if successful. Typically the hosting dialog will close when the\n // submission is successful.\n // console.log(rtnMsg);\n })\n .catch((reason: Error) => {\n this.setState({ submitSuccess: false, errorMsg: reason.message });\n });\n };\n\n public override render() {\n const { submitSuccess, errorMsg } = this.state;\n const { fields, submitButtonLabel } = this.props;\n const context: FormContextState = { ...this.state, setValues: this._setValues };\n\n return (\n <FormContext.Provider value={context}>\n <div className=\"core-form-wrapper\">\n <form onSubmit={(event: React.FormEvent<HTMLFormElement>) => this._handleSubmit(event, this.state.values)} noValidate={true}>\n <div className=\"core-form-container\">\n {Object.keys(fields).map((key) => <Field key={key} id={key} {...this.props.fields[key]} />)}\n <div className=\"core-form-footer\">\n <div className=\"core-form-buttons\">\n <Button type=\"submit\" styleType=\"high-visibility\">\n {submitButtonLabel ? submitButtonLabel : this._submitButtonLabel}\n </Button>\n </div>\n {submitSuccess === false && this.haveError(errorMsg) && (\n <div className=\"core-form-alert\" role=\"alert\">{`${this._errorPrefix}-${errorMsg} ${this._errorSuffix}`}</div>\n )}\n </div>\n </div>\n </form>\n </div>\n </FormContext.Provider>\n );\n }\n}\n"]}
|
|
@@ -0,0 +1,78 @@
|
|
|
1
|
+
/*---------------------------------------------------------------------------------------------
|
|
2
|
+
* Copyright (c) Bentley Systems, Incorporated. All rights reserved.
|
|
3
|
+
* See LICENSE.md in the project root for license terms and full copyright notice.
|
|
4
|
+
*--------------------------------------------------------------------------------------------*/
|
|
5
|
+
@import "../style/themecolors";
|
|
6
|
+
@import "../inputs/variables";
|
|
7
|
+
@import "~@itwin/itwinui-css/scss/style/typography";
|
|
8
|
+
|
|
9
|
+
$text-font-size: $iui-font-size;
|
|
10
|
+
$text-font-color: $buic-text-color;
|
|
11
|
+
$button-font-size: $iui-font-size-leading;
|
|
12
|
+
|
|
13
|
+
.core-form-wrapper {
|
|
14
|
+
padding: 8px;
|
|
15
|
+
padding-bottom: 0;
|
|
16
|
+
}
|
|
17
|
+
|
|
18
|
+
.core-form-group {
|
|
19
|
+
display: flex;
|
|
20
|
+
flex-direction: column;
|
|
21
|
+
margin-bottom: 14px;
|
|
22
|
+
}
|
|
23
|
+
|
|
24
|
+
.core-form-label {
|
|
25
|
+
padding: 0;
|
|
26
|
+
padding-bottom: 4px;
|
|
27
|
+
margin: 0;
|
|
28
|
+
border: 0 none transparent;
|
|
29
|
+
display: block;
|
|
30
|
+
font-size: $text-font-size;
|
|
31
|
+
line-height: $uicore-inputs-height;
|
|
32
|
+
text-align: left;
|
|
33
|
+
color: $buic-text-color;
|
|
34
|
+
}
|
|
35
|
+
|
|
36
|
+
.core-form-input {
|
|
37
|
+
line-height: $uicore-inputs-height;
|
|
38
|
+
}
|
|
39
|
+
|
|
40
|
+
.core-form-textarea {
|
|
41
|
+
line-height: $uicore-inputs-height;
|
|
42
|
+
}
|
|
43
|
+
|
|
44
|
+
.core-form-select {
|
|
45
|
+
line-height: $uicore-inputs-height;
|
|
46
|
+
height: $uicore-inputs-height * 1.27;
|
|
47
|
+
width: fit-content;
|
|
48
|
+
min-width: 20%;
|
|
49
|
+
}
|
|
50
|
+
|
|
51
|
+
.core-form-footer {
|
|
52
|
+
flex-shrink: 0;
|
|
53
|
+
padding-bottom: 0;
|
|
54
|
+
|
|
55
|
+
> .core-form-buttons {
|
|
56
|
+
display: flex;
|
|
57
|
+
justify-content: flex-end;
|
|
58
|
+
|
|
59
|
+
> * {
|
|
60
|
+
min-width: 80px;
|
|
61
|
+
font-size: $button-font-size;
|
|
62
|
+
|
|
63
|
+
&:not(:first-child) {
|
|
64
|
+
margin-left: $uicore-inputs-margin;
|
|
65
|
+
}
|
|
66
|
+
}
|
|
67
|
+
}
|
|
68
|
+
}
|
|
69
|
+
|
|
70
|
+
.core-form-alert {
|
|
71
|
+
padding: 0.75rem;
|
|
72
|
+
margin-top: .5rem;
|
|
73
|
+
margin-bottom: .25rem;
|
|
74
|
+
border: 1px solid transparent;
|
|
75
|
+
border-radius: 0.25rem;
|
|
76
|
+
color: $buic-accessory-alert;
|
|
77
|
+
background-color: $buic-accessory-alert-tint;
|
|
78
|
+
}
|
|
@@ -0,0 +1,78 @@
|
|
|
1
|
+
/** @packageDocumentation
|
|
2
|
+
* @module Common
|
|
3
|
+
*/
|
|
4
|
+
import * as React from "react";
|
|
5
|
+
/** Properties for [[withIsPressed]] React higher-order component
|
|
6
|
+
* @public
|
|
7
|
+
*/
|
|
8
|
+
export interface WithIsPressedProps {
|
|
9
|
+
/** initial value for pressed status */
|
|
10
|
+
isPressed?: boolean;
|
|
11
|
+
/** callback function for [isPressed] change */
|
|
12
|
+
onIsPressedChange?: (isPressed: boolean) => void;
|
|
13
|
+
}
|
|
14
|
+
/** withIsPressed is a React higher-order component that adds pointer and mouse events.
|
|
15
|
+
* @public
|
|
16
|
+
*/
|
|
17
|
+
export declare const withIsPressed: <ComponentProps extends {}>(Component: React.ComponentType<ComponentProps>) => {
|
|
18
|
+
new (props: (ComponentProps & WithIsPressedProps) | Readonly<ComponentProps & WithIsPressedProps>): {
|
|
19
|
+
handleOnPointerDown: () => void;
|
|
20
|
+
handleOnPointerUp: () => void;
|
|
21
|
+
handleOnMouseLeave: () => void;
|
|
22
|
+
changeIsPressed: (isPressed: boolean) => void;
|
|
23
|
+
render(): JSX.Element;
|
|
24
|
+
context: any;
|
|
25
|
+
setState<K extends never>(state: {} | ((prevState: Readonly<{}>, props: Readonly<ComponentProps & WithIsPressedProps>) => {} | Pick<{}, K> | null) | Pick<{}, K> | null, callback?: (() => void) | undefined): void;
|
|
26
|
+
forceUpdate(callback?: (() => void) | undefined): void;
|
|
27
|
+
readonly props: Readonly<ComponentProps & WithIsPressedProps> & Readonly<{
|
|
28
|
+
children?: React.ReactNode;
|
|
29
|
+
}>;
|
|
30
|
+
state: Readonly<{}>;
|
|
31
|
+
refs: {
|
|
32
|
+
[key: string]: React.ReactInstance;
|
|
33
|
+
};
|
|
34
|
+
componentDidMount?(): void;
|
|
35
|
+
shouldComponentUpdate?(nextProps: Readonly<ComponentProps & WithIsPressedProps>, nextState: Readonly<{}>, nextContext: any): boolean;
|
|
36
|
+
componentWillUnmount?(): void;
|
|
37
|
+
componentDidCatch?(error: Error, errorInfo: React.ErrorInfo): void;
|
|
38
|
+
getSnapshotBeforeUpdate?(prevProps: Readonly<ComponentProps & WithIsPressedProps>, prevState: Readonly<{}>): any;
|
|
39
|
+
componentDidUpdate?(prevProps: Readonly<ComponentProps & WithIsPressedProps>, prevState: Readonly<{}>, snapshot?: any): void;
|
|
40
|
+
componentWillMount?(): void;
|
|
41
|
+
UNSAFE_componentWillMount?(): void;
|
|
42
|
+
componentWillReceiveProps?(nextProps: Readonly<ComponentProps & WithIsPressedProps>, nextContext: any): void;
|
|
43
|
+
UNSAFE_componentWillReceiveProps?(nextProps: Readonly<ComponentProps & WithIsPressedProps>, nextContext: any): void;
|
|
44
|
+
componentWillUpdate?(nextProps: Readonly<ComponentProps & WithIsPressedProps>, nextState: Readonly<{}>, nextContext: any): void;
|
|
45
|
+
UNSAFE_componentWillUpdate?(nextProps: Readonly<ComponentProps & WithIsPressedProps>, nextState: Readonly<{}>, nextContext: any): void;
|
|
46
|
+
};
|
|
47
|
+
new (props: ComponentProps & WithIsPressedProps, context: any): {
|
|
48
|
+
handleOnPointerDown: () => void;
|
|
49
|
+
handleOnPointerUp: () => void;
|
|
50
|
+
handleOnMouseLeave: () => void;
|
|
51
|
+
changeIsPressed: (isPressed: boolean) => void;
|
|
52
|
+
render(): JSX.Element;
|
|
53
|
+
context: any;
|
|
54
|
+
setState<K extends never>(state: {} | ((prevState: Readonly<{}>, props: Readonly<ComponentProps & WithIsPressedProps>) => {} | Pick<{}, K> | null) | Pick<{}, K> | null, callback?: (() => void) | undefined): void;
|
|
55
|
+
forceUpdate(callback?: (() => void) | undefined): void;
|
|
56
|
+
readonly props: Readonly<ComponentProps & WithIsPressedProps> & Readonly<{
|
|
57
|
+
children?: React.ReactNode;
|
|
58
|
+
}>;
|
|
59
|
+
state: Readonly<{}>;
|
|
60
|
+
refs: {
|
|
61
|
+
[key: string]: React.ReactInstance;
|
|
62
|
+
};
|
|
63
|
+
componentDidMount?(): void;
|
|
64
|
+
shouldComponentUpdate?(nextProps: Readonly<ComponentProps & WithIsPressedProps>, nextState: Readonly<{}>, nextContext: any): boolean;
|
|
65
|
+
componentWillUnmount?(): void;
|
|
66
|
+
componentDidCatch?(error: Error, errorInfo: React.ErrorInfo): void;
|
|
67
|
+
getSnapshotBeforeUpdate?(prevProps: Readonly<ComponentProps & WithIsPressedProps>, prevState: Readonly<{}>): any;
|
|
68
|
+
componentDidUpdate?(prevProps: Readonly<ComponentProps & WithIsPressedProps>, prevState: Readonly<{}>, snapshot?: any): void;
|
|
69
|
+
componentWillMount?(): void;
|
|
70
|
+
UNSAFE_componentWillMount?(): void;
|
|
71
|
+
componentWillReceiveProps?(nextProps: Readonly<ComponentProps & WithIsPressedProps>, nextContext: any): void;
|
|
72
|
+
UNSAFE_componentWillReceiveProps?(nextProps: Readonly<ComponentProps & WithIsPressedProps>, nextContext: any): void;
|
|
73
|
+
componentWillUpdate?(nextProps: Readonly<ComponentProps & WithIsPressedProps>, nextState: Readonly<{}>, nextContext: any): void;
|
|
74
|
+
UNSAFE_componentWillUpdate?(nextProps: Readonly<ComponentProps & WithIsPressedProps>, nextState: Readonly<{}>, nextContext: any): void;
|
|
75
|
+
};
|
|
76
|
+
contextType?: React.Context<any> | undefined;
|
|
77
|
+
};
|
|
78
|
+
//# sourceMappingURL=withIsPressed.d.ts.map
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
{"version":3,"file":"withIsPressed.d.ts","sourceRoot":"","sources":["../../../../src/core-react/hocs/withIsPressed.tsx"],"names":[],"mappings":"AAIA;;GAEG;AAEH,OAAO,KAAK,KAAK,MAAM,OAAO,CAAC;AAE/B;;GAEG;AACH,MAAM,WAAW,kBAAkB;IACjC,uCAAuC;IACvC,SAAS,CAAC,EAAE,OAAO,CAAC;IACpB,+CAA+C;IAC/C,iBAAiB,CAAC,EAAE,CAAC,SAAS,EAAE,OAAO,KAAK,IAAI,CAAC;CAClD;AAED;;GAEG;AACH,eAAO,MAAM,aAAa;;;;;qCAiBe,OAAO;;;;;;;;;;;;;;;;;;;;;;;;;;;;;qCAAP,OAAO;;;;;;;;;;;;;;;;;;;;;;;;;;CAwB/C,CAAC"}
|
|
@@ -0,0 +1,43 @@
|
|
|
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 Common
|
|
7
|
+
*/
|
|
8
|
+
import * as React from "react";
|
|
9
|
+
/** withIsPressed is a React higher-order component that adds pointer and mouse events.
|
|
10
|
+
* @public
|
|
11
|
+
*/
|
|
12
|
+
export const withIsPressed = (
|
|
13
|
+
// eslint-disable-next-line @typescript-eslint/naming-convention
|
|
14
|
+
Component) => {
|
|
15
|
+
return class WithIsPressed extends React.PureComponent {
|
|
16
|
+
constructor() {
|
|
17
|
+
super(...arguments);
|
|
18
|
+
this.handleOnPointerDown = () => {
|
|
19
|
+
this.changeIsPressed(true);
|
|
20
|
+
};
|
|
21
|
+
this.handleOnPointerUp = () => {
|
|
22
|
+
this.changeIsPressed(false);
|
|
23
|
+
};
|
|
24
|
+
this.handleOnMouseLeave = () => {
|
|
25
|
+
this.changeIsPressed(false);
|
|
26
|
+
};
|
|
27
|
+
this.changeIsPressed = (isPressed) => {
|
|
28
|
+
if (this.props.isPressed === isPressed)
|
|
29
|
+
return;
|
|
30
|
+
this.props.onIsPressedChange && this.props.onIsPressedChange(isPressed);
|
|
31
|
+
};
|
|
32
|
+
}
|
|
33
|
+
render() {
|
|
34
|
+
// eslint-disable-next-line @typescript-eslint/no-unused-vars
|
|
35
|
+
const { isPressed, onIsPressedChange, ...props } = this.props; // todo: better solution to rest object of intersected type
|
|
36
|
+
return (
|
|
37
|
+
// eslint-disable-next-line jsx-a11y/no-static-element-interactions
|
|
38
|
+
React.createElement("div", { className: "withispressed-wrapper", onMouseDown: this.handleOnPointerDown, onMouseUp: this.handleOnPointerUp, onTouchStart: this.handleOnPointerDown, onTouchEnd: this.handleOnPointerUp, onMouseLeave: this.handleOnMouseLeave },
|
|
39
|
+
React.createElement(Component, { ...props, ...this.state })));
|
|
40
|
+
}
|
|
41
|
+
};
|
|
42
|
+
};
|
|
43
|
+
//# sourceMappingURL=withIsPressed.js.map
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
{"version":3,"file":"withIsPressed.js","sourceRoot":"","sources":["../../../../src/core-react/hocs/withIsPressed.tsx"],"names":[],"mappings":"AAAA;;;+FAG+F;AAC/F;;GAEG;AAEH,OAAO,KAAK,KAAK,MAAM,OAAO,CAAC;AAY/B;;GAEG;AACH,MAAM,CAAC,MAAM,aAAa,GAAG;AAC3B,gEAAgE;AAChE,SAA8C,EAC9C,EAAE;IACF,OAAO,MAAM,aAAc,SAAQ,KAAK,CAAC,aAAkD;QAApF;;YACE,wBAAmB,GAAG,GAAG,EAAE;gBAChC,IAAI,CAAC,eAAe,CAAC,IAAI,CAAC,CAAC;YAC7B,CAAC,CAAC;YAEK,sBAAiB,GAAG,GAAG,EAAE;gBAC9B,IAAI,CAAC,eAAe,CAAC,KAAK,CAAC,CAAC;YAC9B,CAAC,CAAC;YAEK,uBAAkB,GAAG,GAAG,EAAE;gBAC/B,IAAI,CAAC,eAAe,CAAC,KAAK,CAAC,CAAC;YAC9B,CAAC,CAAC;YAEK,oBAAe,GAAG,CAAC,SAAkB,EAAE,EAAE;gBAC9C,IAAI,IAAI,CAAC,KAAK,CAAC,SAAS,KAAK,SAAS;oBACpC,OAAO;gBAET,IAAI,CAAC,KAAK,CAAC,iBAAiB,IAAI,IAAI,CAAC,KAAK,CAAC,iBAAiB,CAAC,SAAS,CAAC,CAAC;YAC1E,CAAC,CAAC;QAkBJ,CAAC;QAhBiB,MAAM;YACpB,6DAA6D;YAC7D,MAAM,EAAE,SAAS,EAAE,iBAAiB,EAAE,GAAG,KAAK,EAAE,GAAG,IAAI,CAAC,KAAK,CAAC,CAAC,2DAA2D;YAC1H,OAAO;YACL,mEAAmE;YACnE,6BAAK,SAAS,EAAC,uBAAuB,EACpC,WAAW,EAAE,IAAI,CAAC,mBAAmB,EACrC,SAAS,EAAE,IAAI,CAAC,iBAAiB,EACjC,YAAY,EAAE,IAAI,CAAC,mBAAmB,EACtC,UAAU,EAAE,IAAI,CAAC,iBAAiB,EAClC,YAAY,EAAE,IAAI,CAAC,kBAAkB;gBAErC,oBAAC,SAAS,OAAK,KAAuB,KAAM,IAAI,CAAC,KAAK,GAAI,CACtD,CACP,CAAC;QACJ,CAAC;KACF,CAAC;AACJ,CAAC,CAAC","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 Common\n */\n\nimport * as React from \"react\";\n\n/** Properties for [[withIsPressed]] React higher-order component\n * @public\n */\nexport interface WithIsPressedProps {\n /** initial value for pressed status */\n isPressed?: boolean;\n /** callback function for [isPressed] change */\n onIsPressedChange?: (isPressed: boolean) => void;\n}\n\n/** withIsPressed is a React higher-order component that adds pointer and mouse events.\n * @public\n */\nexport const withIsPressed = <ComponentProps extends {}>(\n // eslint-disable-next-line @typescript-eslint/naming-convention\n Component: React.ComponentType<ComponentProps>,\n) => {\n return class WithIsPressed extends React.PureComponent<ComponentProps & WithIsPressedProps> {\n public handleOnPointerDown = () => {\n this.changeIsPressed(true);\n };\n\n public handleOnPointerUp = () => {\n this.changeIsPressed(false);\n };\n\n public handleOnMouseLeave = () => {\n this.changeIsPressed(false);\n };\n\n public changeIsPressed = (isPressed: boolean) => {\n if (this.props.isPressed === isPressed)\n return;\n\n this.props.onIsPressedChange && this.props.onIsPressedChange(isPressed);\n };\n\n public override render() {\n // eslint-disable-next-line @typescript-eslint/no-unused-vars\n const { isPressed, onIsPressedChange, ...props } = this.props; // todo: better solution to rest object of intersected type\n return (\n // eslint-disable-next-line jsx-a11y/no-static-element-interactions\n <div className=\"withispressed-wrapper\"\n onMouseDown={this.handleOnPointerDown}\n onMouseUp={this.handleOnPointerUp}\n onTouchStart={this.handleOnPointerDown}\n onTouchEnd={this.handleOnPointerUp}\n onMouseLeave={this.handleOnMouseLeave}\n >\n <Component {...props as ComponentProps} {...this.state} />\n </div>\n );\n }\n };\n};\n"]}
|
|
@@ -0,0 +1,104 @@
|
|
|
1
|
+
/** @packageDocumentation
|
|
2
|
+
* @module Common
|
|
3
|
+
*/
|
|
4
|
+
import * as React from "react";
|
|
5
|
+
/** Properties for [[withOnOutsideClick]] React higher-order component
|
|
6
|
+
* @public
|
|
7
|
+
*/
|
|
8
|
+
export interface WithOnOutsideClickProps {
|
|
9
|
+
/** Outside click callback function */
|
|
10
|
+
onOutsideClick?: (event: MouseEvent) => any;
|
|
11
|
+
/** If false outside click processing and closing are skipped if click occurs in another Popup component, default to false. */
|
|
12
|
+
closeOnNestedPopupOutsideClick?: boolean;
|
|
13
|
+
}
|
|
14
|
+
/** withOnOutsideClick is a React higher-order component that adds outside click support.
|
|
15
|
+
* @public
|
|
16
|
+
*/
|
|
17
|
+
export declare const withOnOutsideClick: <ComponentProps extends {}>(Component: React.ComponentType<ComponentProps>, defaultOnOutsideClick?: ((event: MouseEvent) => any) | undefined, useCapture?: boolean, usePointerEvents?: boolean) => {
|
|
18
|
+
new (props: (ComponentProps & WithOnOutsideClickProps) | Readonly<ComponentProps & WithOnOutsideClickProps>): {
|
|
19
|
+
/** @internal */
|
|
20
|
+
outsideClickContainerDiv?: HTMLDivElement | null | undefined;
|
|
21
|
+
/** @internal */
|
|
22
|
+
isDownOutside: boolean;
|
|
23
|
+
/** @internal */
|
|
24
|
+
isInCorePopup(element: HTMLElement): boolean;
|
|
25
|
+
/** @internal */
|
|
26
|
+
onOutsideClick(e: MouseEvent): any;
|
|
27
|
+
/** @internal */
|
|
28
|
+
handleDocumentClick: (e: MouseEvent) => any;
|
|
29
|
+
/** @internal */
|
|
30
|
+
handleDocumentPointerDown: (e: PointerEvent) => void;
|
|
31
|
+
/** @internal */
|
|
32
|
+
handleDocumentPointerUp: (e: PointerEvent) => void;
|
|
33
|
+
handleOutsideClickContainerDivSet: (outsideClickContainerDiv: HTMLDivElement | null) => void;
|
|
34
|
+
getParentDocument(): Document;
|
|
35
|
+
componentDidMount(): void;
|
|
36
|
+
/** @internal */
|
|
37
|
+
componentWillUnmount(): void;
|
|
38
|
+
render(): JSX.Element;
|
|
39
|
+
context: any;
|
|
40
|
+
setState<K extends never>(state: {} | ((prevState: Readonly<{}>, props: Readonly<ComponentProps & WithOnOutsideClickProps>) => {} | Pick<{}, K> | null) | Pick<{}, K> | null, callback?: (() => void) | undefined): void;
|
|
41
|
+
forceUpdate(callback?: (() => void) | undefined): void;
|
|
42
|
+
readonly props: Readonly<ComponentProps & WithOnOutsideClickProps> & Readonly<{
|
|
43
|
+
children?: React.ReactNode;
|
|
44
|
+
}>;
|
|
45
|
+
state: Readonly<{}>;
|
|
46
|
+
refs: {
|
|
47
|
+
[key: string]: React.ReactInstance;
|
|
48
|
+
};
|
|
49
|
+
shouldComponentUpdate?(nextProps: Readonly<ComponentProps & WithOnOutsideClickProps>, nextState: Readonly<{}>, nextContext: any): boolean;
|
|
50
|
+
componentDidCatch?(error: Error, errorInfo: React.ErrorInfo): void;
|
|
51
|
+
getSnapshotBeforeUpdate?(prevProps: Readonly<ComponentProps & WithOnOutsideClickProps>, prevState: Readonly<{}>): any;
|
|
52
|
+
componentDidUpdate?(prevProps: Readonly<ComponentProps & WithOnOutsideClickProps>, prevState: Readonly<{}>, snapshot?: any): void;
|
|
53
|
+
componentWillMount?(): void;
|
|
54
|
+
UNSAFE_componentWillMount?(): void;
|
|
55
|
+
componentWillReceiveProps?(nextProps: Readonly<ComponentProps & WithOnOutsideClickProps>, nextContext: any): void;
|
|
56
|
+
UNSAFE_componentWillReceiveProps?(nextProps: Readonly<ComponentProps & WithOnOutsideClickProps>, nextContext: any): void;
|
|
57
|
+
componentWillUpdate?(nextProps: Readonly<ComponentProps & WithOnOutsideClickProps>, nextState: Readonly<{}>, nextContext: any): void;
|
|
58
|
+
UNSAFE_componentWillUpdate?(nextProps: Readonly<ComponentProps & WithOnOutsideClickProps>, nextState: Readonly<{}>, nextContext: any): void;
|
|
59
|
+
};
|
|
60
|
+
new (props: ComponentProps & WithOnOutsideClickProps, context: any): {
|
|
61
|
+
/** @internal */
|
|
62
|
+
outsideClickContainerDiv?: HTMLDivElement | null | undefined;
|
|
63
|
+
/** @internal */
|
|
64
|
+
isDownOutside: boolean;
|
|
65
|
+
/** @internal */
|
|
66
|
+
isInCorePopup(element: HTMLElement): boolean;
|
|
67
|
+
/** @internal */
|
|
68
|
+
onOutsideClick(e: MouseEvent): any;
|
|
69
|
+
/** @internal */
|
|
70
|
+
handleDocumentClick: (e: MouseEvent) => any;
|
|
71
|
+
/** @internal */
|
|
72
|
+
handleDocumentPointerDown: (e: PointerEvent) => void;
|
|
73
|
+
/** @internal */
|
|
74
|
+
handleDocumentPointerUp: (e: PointerEvent) => void;
|
|
75
|
+
handleOutsideClickContainerDivSet: (outsideClickContainerDiv: HTMLDivElement | null) => void;
|
|
76
|
+
getParentDocument(): Document;
|
|
77
|
+
componentDidMount(): void;
|
|
78
|
+
/** @internal */
|
|
79
|
+
componentWillUnmount(): void;
|
|
80
|
+
render(): JSX.Element;
|
|
81
|
+
context: any;
|
|
82
|
+
setState<K extends never>(state: {} | ((prevState: Readonly<{}>, props: Readonly<ComponentProps & WithOnOutsideClickProps>) => {} | Pick<{}, K> | null) | Pick<{}, K> | null, callback?: (() => void) | undefined): void;
|
|
83
|
+
forceUpdate(callback?: (() => void) | undefined): void;
|
|
84
|
+
readonly props: Readonly<ComponentProps & WithOnOutsideClickProps> & Readonly<{
|
|
85
|
+
children?: React.ReactNode;
|
|
86
|
+
}>;
|
|
87
|
+
state: Readonly<{}>;
|
|
88
|
+
refs: {
|
|
89
|
+
[key: string]: React.ReactInstance;
|
|
90
|
+
};
|
|
91
|
+
shouldComponentUpdate?(nextProps: Readonly<ComponentProps & WithOnOutsideClickProps>, nextState: Readonly<{}>, nextContext: any): boolean;
|
|
92
|
+
componentDidCatch?(error: Error, errorInfo: React.ErrorInfo): void;
|
|
93
|
+
getSnapshotBeforeUpdate?(prevProps: Readonly<ComponentProps & WithOnOutsideClickProps>, prevState: Readonly<{}>): any;
|
|
94
|
+
componentDidUpdate?(prevProps: Readonly<ComponentProps & WithOnOutsideClickProps>, prevState: Readonly<{}>, snapshot?: any): void;
|
|
95
|
+
componentWillMount?(): void;
|
|
96
|
+
UNSAFE_componentWillMount?(): void;
|
|
97
|
+
componentWillReceiveProps?(nextProps: Readonly<ComponentProps & WithOnOutsideClickProps>, nextContext: any): void;
|
|
98
|
+
UNSAFE_componentWillReceiveProps?(nextProps: Readonly<ComponentProps & WithOnOutsideClickProps>, nextContext: any): void;
|
|
99
|
+
componentWillUpdate?(nextProps: Readonly<ComponentProps & WithOnOutsideClickProps>, nextState: Readonly<{}>, nextContext: any): void;
|
|
100
|
+
UNSAFE_componentWillUpdate?(nextProps: Readonly<ComponentProps & WithOnOutsideClickProps>, nextState: Readonly<{}>, nextContext: any): void;
|
|
101
|
+
};
|
|
102
|
+
contextType?: React.Context<any> | undefined;
|
|
103
|
+
};
|
|
104
|
+
//# sourceMappingURL=withOnOutsideClick.d.ts.map
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
{"version":3,"file":"withOnOutsideClick.d.ts","sourceRoot":"","sources":["../../../../src/core-react/hocs/withOnOutsideClick.tsx"],"names":[],"mappings":"AAIA;;GAEG;AAEH,OAAO,KAAK,KAAK,MAAM,OAAO,CAAC;AAE/B;;GAEG;AACH,MAAM,WAAW,uBAAuB;IACtC,sCAAsC;IACtC,cAAc,CAAC,EAAE,CAAC,KAAK,EAAE,UAAU,KAAK,GAAG,CAAC;IAC5C,8HAA8H;IAC9H,8BAA8B,CAAC,EAAE,OAAO,CAAC;CAC1C;AAED;;GAEG;AACH,eAAO,MAAM,kBAAkB,+GAGG,UAAU,KAAK,GAAG,4BACtC,OAAO,qBACD,OAAO;;QAGvB,gBAAgB;;QAEhB,gBAAgB;;QAGhB,gBAAgB;+BACc,WAAW,GAAG,OAAO;QAcnD,gBAAgB;0BACS,UAAU;QAcnC,gBAAgB;iCACiB,UAAU;QAO3C,gBAAgB;uCACuB,YAAY;QAQnD,gBAAgB;qCACqB,YAAY;sEAYqB,cAAc,GAAG,IAAI;;;QAiB3F,gBAAgB;;;;;;;;;;;;;;;;;;;;;;;;;QAlFhB,gBAAgB;;QAEhB,gBAAgB;;QAGhB,gBAAgB;+BACc,WAAW,GAAG,OAAO;QAcnD,gBAAgB;0BACS,UAAU;QAcnC,gBAAgB;iCACiB,UAAU;QAO3C,gBAAgB;uCACuB,YAAY;QAQnD,gBAAgB;qCACqB,YAAY;sEAYqB,cAAc,GAAG,IAAI;;;QAiB3F,gBAAgB;;;;;;;;;;;;;;;;;;;;;;;;;CAmBnB,CAAC"}
|
|
@@ -0,0 +1,109 @@
|
|
|
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 Common
|
|
7
|
+
*/
|
|
8
|
+
import * as React from "react";
|
|
9
|
+
/** withOnOutsideClick is a React higher-order component that adds outside click support.
|
|
10
|
+
* @public
|
|
11
|
+
*/
|
|
12
|
+
export const withOnOutsideClick = (
|
|
13
|
+
// eslint-disable-next-line @typescript-eslint/naming-convention
|
|
14
|
+
Component, defaultOnOutsideClick, useCapture = true, usePointerEvents = true) => {
|
|
15
|
+
return class WithOnOutsideClick extends React.PureComponent {
|
|
16
|
+
constructor() {
|
|
17
|
+
super(...arguments);
|
|
18
|
+
/** @internal */
|
|
19
|
+
this.outsideClickContainerDiv = null;
|
|
20
|
+
/** @internal */
|
|
21
|
+
this.isDownOutside = false;
|
|
22
|
+
/** @internal */
|
|
23
|
+
this.handleDocumentClick = (e) => {
|
|
24
|
+
if (!this.outsideClickContainerDiv || !(e.target instanceof Node) || this.outsideClickContainerDiv.contains(e.target))
|
|
25
|
+
return;
|
|
26
|
+
return this.onOutsideClick(e);
|
|
27
|
+
};
|
|
28
|
+
/** @internal */
|
|
29
|
+
this.handleDocumentPointerDown = (e) => {
|
|
30
|
+
this.isDownOutside = true;
|
|
31
|
+
if (this.outsideClickContainerDiv) {
|
|
32
|
+
// typically e.target test for instance of Node, but this is not working from pop out windows
|
|
33
|
+
this.isDownOutside = !!e.target && !this.outsideClickContainerDiv.contains(e.target);
|
|
34
|
+
}
|
|
35
|
+
};
|
|
36
|
+
/** @internal */
|
|
37
|
+
this.handleDocumentPointerUp = (e) => {
|
|
38
|
+
let isUpOutside = true;
|
|
39
|
+
if (this.outsideClickContainerDiv) {
|
|
40
|
+
// typically e.target test for instance of Node, but this is not working from pop out windows
|
|
41
|
+
isUpOutside = !!e.target && !this.outsideClickContainerDiv.contains(e.target);
|
|
42
|
+
}
|
|
43
|
+
const isOutsideClick = isUpOutside && this.isDownOutside;
|
|
44
|
+
this.isDownOutside = false;
|
|
45
|
+
isOutsideClick && this.onOutsideClick(e);
|
|
46
|
+
};
|
|
47
|
+
this.handleOutsideClickContainerDivSet = (outsideClickContainerDiv) => {
|
|
48
|
+
this.outsideClickContainerDiv = outsideClickContainerDiv;
|
|
49
|
+
};
|
|
50
|
+
}
|
|
51
|
+
/** @internal */
|
|
52
|
+
isInCorePopup(element) {
|
|
53
|
+
if (element.nodeName === "DIV") {
|
|
54
|
+
if (element.classList && element.classList.contains("core-popup"))
|
|
55
|
+
return true;
|
|
56
|
+
if (element.parentElement && this.isInCorePopup(element.parentElement))
|
|
57
|
+
return true;
|
|
58
|
+
}
|
|
59
|
+
else {
|
|
60
|
+
// istanbul ignore else
|
|
61
|
+
if (element.parentElement && this.isInCorePopup(element.parentElement))
|
|
62
|
+
return true;
|
|
63
|
+
}
|
|
64
|
+
return false;
|
|
65
|
+
}
|
|
66
|
+
/** @internal */
|
|
67
|
+
onOutsideClick(e) {
|
|
68
|
+
// istanbul ignore else
|
|
69
|
+
if (e.target instanceof Node && e.target.nodeType === Node.ELEMENT_NODE) {
|
|
70
|
+
// istanbul ignore else
|
|
71
|
+
if (!this.props.closeOnNestedPopupOutsideClick && this.isInCorePopup(e.target))
|
|
72
|
+
return;
|
|
73
|
+
}
|
|
74
|
+
if (this.props.onOutsideClick)
|
|
75
|
+
return this.props.onOutsideClick(e);
|
|
76
|
+
else if (defaultOnOutsideClick)
|
|
77
|
+
return defaultOnOutsideClick(e);
|
|
78
|
+
}
|
|
79
|
+
getParentDocument() {
|
|
80
|
+
var _a, _b;
|
|
81
|
+
return (_b = (_a = this.outsideClickContainerDiv) === null || _a === void 0 ? void 0 : _a.ownerDocument) !== null && _b !== void 0 ? _b : document;
|
|
82
|
+
}
|
|
83
|
+
componentDidMount() {
|
|
84
|
+
const outsideClickParentDocument = this.getParentDocument();
|
|
85
|
+
if (usePointerEvents) {
|
|
86
|
+
outsideClickParentDocument.addEventListener("pointerdown", this.handleDocumentPointerDown, useCapture);
|
|
87
|
+
outsideClickParentDocument.addEventListener("pointerup", this.handleDocumentPointerUp, useCapture);
|
|
88
|
+
}
|
|
89
|
+
else
|
|
90
|
+
outsideClickParentDocument.addEventListener("click", this.handleDocumentClick, useCapture);
|
|
91
|
+
}
|
|
92
|
+
/** @internal */
|
|
93
|
+
componentWillUnmount() {
|
|
94
|
+
const outsideClickParentDocument = this.getParentDocument();
|
|
95
|
+
if (usePointerEvents) {
|
|
96
|
+
outsideClickParentDocument.removeEventListener("pointerdown", this.handleDocumentPointerDown, useCapture);
|
|
97
|
+
outsideClickParentDocument.removeEventListener("pointerup", this.handleDocumentPointerUp, useCapture);
|
|
98
|
+
}
|
|
99
|
+
else
|
|
100
|
+
outsideClickParentDocument.removeEventListener("click", this.handleDocumentClick, useCapture);
|
|
101
|
+
}
|
|
102
|
+
render() {
|
|
103
|
+
const { onOutsideClick, closeOnNestedPopupOutsideClick, ...props } = this.props; // eslint-disable-line @typescript-eslint/no-unused-vars
|
|
104
|
+
return (React.createElement("div", { ref: this.handleOutsideClickContainerDivSet },
|
|
105
|
+
React.createElement(Component, { ...props })));
|
|
106
|
+
}
|
|
107
|
+
};
|
|
108
|
+
};
|
|
109
|
+
//# sourceMappingURL=withOnOutsideClick.js.map
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
{"version":3,"file":"withOnOutsideClick.js","sourceRoot":"","sources":["../../../../src/core-react/hocs/withOnOutsideClick.tsx"],"names":[],"mappings":"AAAA;;;+FAG+F;AAC/F;;GAEG;AAEH,OAAO,KAAK,KAAK,MAAM,OAAO,CAAC;AAY/B;;GAEG;AACH,MAAM,CAAC,MAAM,kBAAkB,GAAG;AAChC,gEAAgE;AAChE,SAA8C,EAC9C,qBAAkD,EAClD,aAAsB,IAAI,EAC1B,mBAA4B,IAAI,EAChC,EAAE;IACF,OAAO,MAAM,kBAAmB,SAAQ,KAAK,CAAC,aAAuD;QAA9F;;YACL,gBAAgB;YACT,6BAAwB,GAA2B,IAAI,CAAC;YAC/D,gBAAgB;YACT,kBAAa,GAAG,KAAK,CAAC;YAgC7B,gBAAgB;YACT,wBAAmB,GAAG,CAAC,CAAa,EAAE,EAAE;gBAC7C,IAAI,CAAC,IAAI,CAAC,wBAAwB,IAAI,CAAC,CAAC,CAAC,CAAC,MAAM,YAAY,IAAI,CAAC,IAAI,IAAI,CAAC,wBAAwB,CAAC,QAAQ,CAAC,CAAC,CAAC,MAAM,CAAC;oBACnH,OAAO;gBAET,OAAO,IAAI,CAAC,cAAc,CAAC,CAAC,CAAC,CAAC;YAChC,CAAC,CAAC;YAEF,gBAAgB;YACT,8BAAyB,GAAG,CAAC,CAAe,EAAE,EAAE;gBACrD,IAAI,CAAC,aAAa,GAAG,IAAI,CAAC;gBAC1B,IAAI,IAAI,CAAC,wBAAwB,EAAE;oBACjC,6FAA6F;oBAC7F,IAAI,CAAC,aAAa,GAAG,CAAC,CAAC,CAAC,CAAC,MAAM,IAAI,CAAC,IAAI,CAAC,wBAAwB,CAAC,QAAQ,CAAC,CAAC,CAAC,MAAa,CAAC,CAAC;iBAC7F;YACH,CAAC,CAAC;YAEF,gBAAgB;YACT,4BAAuB,GAAG,CAAC,CAAe,EAAE,EAAE;gBACnD,IAAI,WAAW,GAAG,IAAI,CAAC;gBACvB,IAAI,IAAI,CAAC,wBAAwB,EAAE;oBACjC,6FAA6F;oBAC7F,WAAW,GAAG,CAAC,CAAC,CAAC,CAAC,MAAM,IAAI,CAAC,IAAI,CAAC,wBAAwB,CAAC,QAAQ,CAAC,CAAC,CAAC,MAAa,CAAC,CAAC;iBACtF;gBAED,MAAM,cAAc,GAAG,WAAW,IAAI,IAAI,CAAC,aAAa,CAAC;gBACzD,IAAI,CAAC,aAAa,GAAG,KAAK,CAAC;gBAC3B,cAAc,IAAI,IAAI,CAAC,cAAc,CAAC,CAAC,CAAC,CAAC;YAC3C,CAAC,CAAC;YAEK,sCAAiC,GAAG,CAAC,wBAA+C,EAAE,EAAE;gBAC7F,IAAI,CAAC,wBAAwB,GAAG,wBAAwB,CAAC;YAC3D,CAAC,CAAC;QAiCJ,CAAC;QA/FC,gBAAgB;QACT,aAAa,CAAC,OAAoB;YACvC,IAAI,OAAO,CAAC,QAAQ,KAAK,KAAK,EAAE;gBAC9B,IAAI,OAAO,CAAC,SAAS,IAAI,OAAO,CAAC,SAAS,CAAC,QAAQ,CAAC,YAAY,CAAC;oBAC/D,OAAO,IAAI,CAAC;gBACd,IAAI,OAAO,CAAC,aAAa,IAAI,IAAI,CAAC,aAAa,CAAC,OAAO,CAAC,aAAa,CAAC;oBACpE,OAAO,IAAI,CAAC;aACf;iBAAM;gBACL,uBAAuB;gBACvB,IAAI,OAAO,CAAC,aAAa,IAAI,IAAI,CAAC,aAAa,CAAC,OAAO,CAAC,aAAa,CAAC;oBACpE,OAAO,IAAI,CAAC;aACf;YACD,OAAO,KAAK,CAAC;QACf,CAAC;QAED,gBAAgB;QACT,cAAc,CAAC,CAAa;YACjC,uBAAuB;YACvB,IAAI,CAAC,CAAC,MAAM,YAAY,IAAI,IAAI,CAAC,CAAC,MAAM,CAAC,QAAQ,KAAK,IAAI,CAAC,YAAY,EAAE;gBACvE,uBAAuB;gBACvB,IAAI,CAAC,IAAI,CAAC,KAAK,CAAC,8BAA8B,IAAI,IAAI,CAAC,aAAa,CAAC,CAAC,CAAC,MAAqB,CAAC;oBAC3F,OAAO;aACV;YAED,IAAI,IAAI,CAAC,KAAK,CAAC,cAAc;gBAC3B,OAAO,IAAI,CAAC,KAAK,CAAC,cAAc,CAAC,CAAC,CAAC,CAAC;iBACjC,IAAI,qBAAqB;gBAC5B,OAAO,qBAAqB,CAAC,CAAC,CAAC,CAAC;QACpC,CAAC;QAoCM,iBAAiB;;YACtB,OAAO,MAAA,MAAA,IAAI,CAAC,wBAAwB,0CAAE,aAAa,mCAAI,QAAQ,CAAC;QAClE,CAAC;QAEe,iBAAiB;YAC/B,MAAM,0BAA0B,GAAG,IAAI,CAAC,iBAAiB,EAAE,CAAC;YAC5D,IAAI,gBAAgB,EAAE;gBACpB,0BAA0B,CAAC,gBAAgB,CAAC,aAAa,EAAE,IAAI,CAAC,yBAAyB,EAAE,UAAU,CAAC,CAAC;gBACvG,0BAA0B,CAAC,gBAAgB,CAAC,WAAW,EAAE,IAAI,CAAC,uBAAuB,EAAE,UAAU,CAAC,CAAC;aACpG;;gBACC,0BAA0B,CAAC,gBAAgB,CAAC,OAAO,EAAE,IAAI,CAAC,mBAAmB,EAAE,UAAU,CAAC,CAAC;QAC/F,CAAC;QAED,gBAAgB;QACA,oBAAoB;YAClC,MAAM,0BAA0B,GAAG,IAAI,CAAC,iBAAiB,EAAE,CAAC;YAC5D,IAAI,gBAAgB,EAAE;gBACpB,0BAA0B,CAAC,mBAAmB,CAAC,aAAa,EAAE,IAAI,CAAC,yBAAyB,EAAE,UAAU,CAAC,CAAC;gBAC1G,0BAA0B,CAAC,mBAAmB,CAAC,WAAW,EAAE,IAAI,CAAC,uBAAuB,EAAE,UAAU,CAAC,CAAC;aACvG;;gBACC,0BAA0B,CAAC,mBAAmB,CAAC,OAAO,EAAE,IAAI,CAAC,mBAAmB,EAAE,UAAU,CAAC,CAAC;QAClG,CAAC;QAEe,MAAM;YACpB,MAAM,EAAE,cAAc,EAAE,8BAA8B,EAAE,GAAG,KAAK,EAAE,GAAG,IAAI,CAAC,KAAK,CAAC,CAAC,wDAAwD;YACzI,OAAO,CACL,6BAAK,GAAG,EAAE,IAAI,CAAC,iCAAiC;gBAC9C,oBAAC,SAAS,OAAK,KAAuB,GAAI,CACtC,CACP,CAAC;QACJ,CAAC;KACF,CAAC;AACJ,CAAC,CAAC","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 Common\n */\n\nimport * as React from \"react\";\n\n/** Properties for [[withOnOutsideClick]] React higher-order component\n * @public\n */\nexport interface WithOnOutsideClickProps {\n /** Outside click callback function */\n onOutsideClick?: (event: MouseEvent) => any;\n /** If false outside click processing and closing are skipped if click occurs in another Popup component, default to false. */\n closeOnNestedPopupOutsideClick?: boolean;\n}\n\n/** withOnOutsideClick is a React higher-order component that adds outside click support.\n * @public\n */\nexport const withOnOutsideClick = <ComponentProps extends {}>(\n // eslint-disable-next-line @typescript-eslint/naming-convention\n Component: React.ComponentType<ComponentProps>,\n defaultOnOutsideClick?: (event: MouseEvent) => any,\n useCapture: boolean = true,\n usePointerEvents: boolean = true,\n) => {\n return class WithOnOutsideClick extends React.PureComponent<ComponentProps & WithOnOutsideClickProps> {\n /** @internal */\n public outsideClickContainerDiv?: HTMLDivElement | null = null;\n /** @internal */\n public isDownOutside = false;\n\n /** @internal */\n public isInCorePopup(element: HTMLElement): boolean {\n if (element.nodeName === \"DIV\") {\n if (element.classList && element.classList.contains(\"core-popup\"))\n return true;\n if (element.parentElement && this.isInCorePopup(element.parentElement))\n return true;\n } else {\n // istanbul ignore else\n if (element.parentElement && this.isInCorePopup(element.parentElement))\n return true;\n }\n return false;\n }\n\n /** @internal */\n public onOutsideClick(e: MouseEvent) {\n // istanbul ignore else\n if (e.target instanceof Node && e.target.nodeType === Node.ELEMENT_NODE) {\n // istanbul ignore else\n if (!this.props.closeOnNestedPopupOutsideClick && this.isInCorePopup(e.target as HTMLElement))\n return;\n }\n\n if (this.props.onOutsideClick)\n return this.props.onOutsideClick(e);\n else if (defaultOnOutsideClick)\n return defaultOnOutsideClick(e);\n }\n\n /** @internal */\n public handleDocumentClick = (e: MouseEvent) => {\n if (!this.outsideClickContainerDiv || !(e.target instanceof Node) || this.outsideClickContainerDiv.contains(e.target))\n return;\n\n return this.onOutsideClick(e);\n };\n\n /** @internal */\n public handleDocumentPointerDown = (e: PointerEvent) => {\n this.isDownOutside = true;\n if (this.outsideClickContainerDiv) {\n // typically e.target test for instance of Node, but this is not working from pop out windows\n this.isDownOutside = !!e.target && !this.outsideClickContainerDiv.contains(e.target as any);\n }\n };\n\n /** @internal */\n public handleDocumentPointerUp = (e: PointerEvent) => {\n let isUpOutside = true;\n if (this.outsideClickContainerDiv) {\n // typically e.target test for instance of Node, but this is not working from pop out windows\n isUpOutside = !!e.target && !this.outsideClickContainerDiv.contains(e.target as any);\n }\n\n const isOutsideClick = isUpOutside && this.isDownOutside;\n this.isDownOutside = false;\n isOutsideClick && this.onOutsideClick(e);\n };\n\n public handleOutsideClickContainerDivSet = (outsideClickContainerDiv: HTMLDivElement | null) => {\n this.outsideClickContainerDiv = outsideClickContainerDiv;\n };\n\n public getParentDocument() {\n return this.outsideClickContainerDiv?.ownerDocument ?? document;\n }\n\n public override componentDidMount() {\n const outsideClickParentDocument = this.getParentDocument();\n if (usePointerEvents) {\n outsideClickParentDocument.addEventListener(\"pointerdown\", this.handleDocumentPointerDown, useCapture);\n outsideClickParentDocument.addEventListener(\"pointerup\", this.handleDocumentPointerUp, useCapture);\n } else\n outsideClickParentDocument.addEventListener(\"click\", this.handleDocumentClick, useCapture);\n }\n\n /** @internal */\n public override componentWillUnmount() {\n const outsideClickParentDocument = this.getParentDocument();\n if (usePointerEvents) {\n outsideClickParentDocument.removeEventListener(\"pointerdown\", this.handleDocumentPointerDown, useCapture);\n outsideClickParentDocument.removeEventListener(\"pointerup\", this.handleDocumentPointerUp, useCapture);\n } else\n outsideClickParentDocument.removeEventListener(\"click\", this.handleDocumentClick, useCapture);\n }\n\n public override render() {\n const { onOutsideClick, closeOnNestedPopupOutsideClick, ...props } = this.props; // eslint-disable-line @typescript-eslint/no-unused-vars\n return (\n <div ref={this.handleOutsideClickContainerDivSet}>\n <Component {...props as ComponentProps} />\n </div>\n );\n }\n };\n};\n"]}
|